bkui-vue 0.0.1-beta.46 → 0.0.1-beta.460
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License.txt +14 -0
- package/dist/index.cjs.js +364 -36
- package/dist/index.esm.js +30105 -19372
- package/dist/index.umd.js +364 -36
- package/dist/locale/en.esm.js +2 -0
- package/dist/locale/en.esm.js.map +1 -0
- package/dist/locale/en.umd.js +2 -0
- package/dist/locale/en.umd.js.map +1 -0
- package/dist/locale/zh-cn.esm.js +2 -0
- package/dist/locale/zh-cn.esm.js.map +1 -0
- package/dist/locale/zh-cn.umd.js +2 -0
- package/dist/locale/zh-cn.umd.js.map +1 -0
- package/dist/style.css +1 -1
- 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 +125 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +9 -3
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/alert.less +29 -20
- package/lib/alert/alert.variable.css +41 -7
- package/lib/alert/index.d.ts +11 -11
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +1 -1
- package/lib/animate-number/index.d.ts +4 -4
- package/lib/backtop/backtop.css +8 -0
- package/lib/backtop/backtop.d.ts +3 -3
- package/lib/backtop/backtop.less +8 -0
- package/lib/backtop/backtop.variable.css +40 -4
- package/lib/backtop/index.d.ts +10 -10
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +7 -10
- package/lib/badge/badge.d.ts +28 -7
- package/lib/badge/badge.less +9 -11
- package/lib/badge/badge.variable.css +39 -14
- package/lib/badge/index.d.ts +68 -18
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +4 -2
- package/lib/breadcrumb/breadcrumb.css +51 -0
- package/lib/breadcrumb/breadcrumb.variable.css +88 -9
- package/lib/breadcrumb/index.d.ts +4 -2
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +2 -2
- package/lib/button/button.css +85 -50
- package/lib/button/button.d.ts +44 -24
- package/lib/button/button.less +72 -42
- package/lib/button/button.variable.css +117 -54
- package/lib/button/index.d.ts +74 -44
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +97 -2
- package/lib/card/card.d.ts +47 -6
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +133 -10
- package/lib/card/index.d.ts +113 -17
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +102 -0
- package/lib/cascader/cascader.css +316 -0
- package/lib/cascader/cascader.d.ts +354 -0
- package/lib/cascader/cascader.less +283 -0
- package/lib/cascader/cascader.variable.css +438 -0
- package/lib/cascader/index.d.ts +988 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +51 -0
- package/lib/cascader/node.d.ts +31 -0
- package/lib/cascader/store.d.ts +27 -0
- package/lib/checkbox/checkbox-group.d.ts +16 -0
- package/lib/checkbox/checkbox.css +51 -11
- package/lib/checkbox/checkbox.d.ts +36 -24
- package/lib/checkbox/checkbox.less +85 -32
- package/lib/checkbox/checkbox.variable.css +83 -15
- package/lib/checkbox/common.d.ts +4 -3
- package/lib/checkbox/index.d.ts +70 -38
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +2 -6
- package/lib/code-diff/code-diff.css +27 -7
- package/lib/code-diff/code-diff.d.ts +8 -8
- package/lib/code-diff/code-diff.less +42 -7
- package/lib/code-diff/code-diff.variable.css +59 -11
- package/lib/code-diff/index.d.ts +11 -11
- package/lib/code-diff/index.js +1 -1
- package/lib/collapse/collapse-panel.d.ts +103 -0
- package/lib/collapse/collapse.css +69 -14
- package/lib/collapse/collapse.d.ts +66 -52
- package/lib/collapse/collapse.less +112 -30
- package/lib/collapse/collapse.variable.css +191 -14
- package/lib/collapse/index.d.ts +266 -20
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +131 -0
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/collapse-transition/collapse-transition.css +93 -0
- package/lib/collapse-transition/collapse-transition.d.ts +15 -0
- package/lib/collapse-transition/collapse-transition.less +111 -0
- package/lib/collapse-transition/collapse-transition.variable.css +215 -0
- package/lib/collapse-transition/index.d.ts +2 -0
- package/lib/collapse-transition/index.js +1 -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 +397 -0
- package/lib/color-picker/components/color-input.d.ts +42 -0
- package/lib/color-picker/components/hue-slider.d.ts +41 -0
- package/lib/color-picker/components/input-container.d.ts +42 -0
- package/lib/color-picker/components/recommend-colors.d.ts +51 -0
- package/lib/color-picker/components/saturation-panel.d.ts +41 -0
- package/lib/color-picker/index.d.ts +254 -0
- package/lib/color-picker/index.js +1 -0
- package/lib/color-picker/utils.d.ts +37 -0
- package/lib/components.d.ts +31 -8
- package/lib/components.js +1 -0
- package/lib/config-provider/config-provider.css +0 -0
- package/lib/config-provider/config-provider.d.ts +402 -0
- package/lib/config-provider/config-provider.less +1 -0
- package/lib/config-provider/config-provider.variable.css +122 -0
- package/lib/config-provider/index.d.ts +609 -0
- package/lib/config-provider/index.js +1 -0
- package/lib/config-provider/token.d.ts +128 -0
- package/lib/config-provider/use-global-config.d.ts +5 -0
- package/lib/config-provider/use-locale.d.ts +3 -0
- package/lib/config-provider/use-prefix.d.ts +9 -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 +213 -0
- package/lib/container/index.d.ts +223 -0
- package/lib/container/index.js +1 -0
- package/lib/container/interface.d.ts +7 -0
- package/lib/container/row.d.ts +4 -0
- package/lib/date-picker/base/confirm.d.ts +74 -0
- package/lib/date-picker/base/date-table.d.ts +96 -0
- package/lib/date-picker/base/month-table.d.ts +117 -0
- package/lib/date-picker/base/picker-dropdown.d.ts +74 -0
- package/lib/date-picker/base/time-spinner.d.ts +170 -0
- package/lib/date-picker/base/year-table.d.ts +117 -0
- package/lib/date-picker/date-picker.css +28 -1
- package/lib/date-picker/date-picker.d.ts +49 -20
- package/lib/date-picker/date-picker.less +106 -74
- package/lib/date-picker/date-picker.variable.css +60 -5
- package/lib/date-picker/index.d.ts +121 -54
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/interface.d.ts +11 -1
- package/lib/date-picker/panel/date-range.d.ts +328 -0
- package/lib/date-picker/panel/date.d.ts +206 -0
- package/lib/date-picker/panel/time-range.d.ts +489 -0
- package/lib/date-picker/panel/time.d.ts +448 -0
- package/lib/date-picker/props.d.ts +55 -5
- package/lib/date-picker/time-picker.d.ts +381 -0
- package/lib/date-picker/utils.d.ts +22 -2
- package/lib/dialog/dialog.css +135 -26
- package/lib/dialog/dialog.d.ts +218 -103
- package/lib/dialog/dialog.less +99 -41
- package/lib/dialog/dialog.variable.css +257 -26
- package/lib/dialog/index.d.ts +488 -224
- package/lib/dialog/index.js +1 -1
- package/lib/dialog/props.d.ts +122 -0
- package/lib/directives/ellipsis.d.ts +7 -0
- package/lib/directives/index.d.ts +2 -0
- package/lib/directives/index.js +1 -1
- package/lib/directives/tooltips.d.ts +2 -1
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.d.ts +15 -15
- package/lib/divider/divider.variable.css +32 -4
- package/lib/divider/index.d.ts +34 -34
- package/lib/divider/index.js +1 -1
- package/lib/divider/props.d.ts +6 -6
- package/lib/dropdown/dropdown.css +13 -7
- package/lib/dropdown/dropdown.d.ts +46 -14
- package/lib/dropdown/dropdown.less +47 -34
- package/lib/dropdown/dropdown.variable.css +45 -11
- package/lib/dropdown/index.d.ts +99 -35
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.css +40 -14
- package/lib/exception/exception.d.ts +31 -11
- package/lib/exception/exception.less +59 -22
- package/lib/exception/exception.variable.css +72 -18
- package/lib/exception/index.d.ts +43 -26
- package/lib/exception/index.js +1 -1
- package/lib/exception/typings/index.d.ts +4 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +16 -2
- package/lib/fixed-navbar/fixed-navbar.variable.css +32 -4
- package/lib/fixed-navbar/index.d.ts +40 -5
- 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 +22 -7
- package/lib/form/form.css +103 -15
- package/lib/form/form.d.ts +48 -14
- package/lib/form/form.less +152 -46
- package/lib/form/form.variable.css +225 -15
- package/lib/form/index.d.ts +122 -35
- package/lib/form/index.js +1 -1
- package/lib/form/type.d.ts +11 -8
- package/lib/form/utils.d.ts +2 -0
- package/lib/form/validator.d.ts +1 -0
- package/lib/hooks.d.ts +1 -0
- package/lib/hooks.js +1 -0
- package/lib/icon/angle-double-down-line.js +1 -1
- package/lib/icon/angle-double-left-line.js +1 -1
- package/lib/icon/angle-double-left.js +1 -1
- package/lib/icon/angle-double-right-line.js +1 -1
- package/lib/icon/angle-double-right.js +1 -1
- package/lib/icon/angle-double-up-line.js +1 -1
- package/lib/icon/angle-down-fill.js +1 -1
- package/lib/icon/angle-down-line.js +1 -1
- package/lib/icon/angle-down.js +1 -1
- package/lib/icon/angle-left.js +1 -1
- package/lib/icon/angle-right.js +1 -1
- package/lib/icon/angle-up-fill.js +1 -1
- package/lib/icon/angle-up.js +1 -1
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.js +1 -1
- package/lib/icon/arrows-right.js +1 -1
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.js +1 -1
- package/lib/icon/circle.js +1 -1
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.js +1 -1
- package/lib/icon/code.js +1 -1
- package/lib/icon/cog-shape.js +1 -1
- package/lib/icon/collapse-left.js +1 -1
- package/lib/icon/copy-shape.d.ts +4 -0
- package/lib/icon/copy-shape.js +1 -0
- package/lib/icon/copy.js +1 -1
- 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 -1
- package/lib/icon/down-shape.js +1 -1
- package/lib/icon/down-small.js +1 -1
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.js +1 -1
- package/lib/icon/enlarge-line.d.ts +4 -0
- package/lib/icon/enlarge-line.js +1 -0
- package/lib/icon/error.js +1 -1
- 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 -1
- package/lib/icon/filliscreen-line.d.ts +4 -0
- package/lib/icon/filliscreen-line.js +1 -0
- package/lib/icon/fix-line.d.ts +4 -0
- package/lib/icon/fix-line.js +1 -0
- package/lib/icon/fix-shape.d.ts +4 -0
- package/lib/icon/fix-shape.js +1 -0
- package/lib/icon/folder-open.js +1 -1
- package/lib/icon/folder-shape-open.js +1 -1
- package/lib/icon/folder-shape.js +1 -1
- package/lib/icon/folder.js +1 -1
- package/lib/icon/funnel.js +1 -1
- package/lib/icon/help-document-fill.js +1 -1
- package/lib/icon/help-fill.js +1 -1
- package/lib/icon/help.js +1 -1
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/img-error.d.ts +4 -0
- package/lib/icon/img-error.js +1 -0
- package/lib/icon/img-placehoulder.d.ts +4 -0
- package/lib/icon/img-placehoulder.js +1 -0
- package/lib/icon/index.d.ts +83 -54
- package/lib/icon/index.js +1 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/left-turn-line.d.ts +4 -0
- package/lib/icon/left-turn-line.js +1 -0
- package/lib/icon/narrow-line.d.ts +4 -0
- package/lib/icon/narrow-line.js +1 -0
- package/lib/icon/original.d.ts +4 -0
- package/lib/icon/original.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/right-turn-line.d.ts +4 -0
- package/lib/icon/right-turn-line.js +1 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/transfer.d.ts +4 -0
- package/lib/icon/transfer.js +1 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unfull-screen.d.ts +4 -0
- package/lib/icon/unfull-screen.js +1 -0
- package/lib/icon/unvisible.js +1 -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 -0
- package/lib/icon/weixin-pro.d.ts +4 -0
- package/lib/icon/weixin-pro.js +1 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/image/image-viewer.css +142 -0
- package/lib/image/image-viewer.d.ts +73 -0
- package/lib/image/image-viewer.less +168 -0
- package/lib/image/image-viewer.variable.css +142 -0
- package/lib/image/image.css +37 -0
- package/lib/image/image.d.ts +93 -0
- package/lib/image/image.less +44 -0
- package/lib/image/image.variable.css +37 -0
- package/lib/image/index.d.ts +246 -0
- package/lib/image/index.js +1 -0
- package/lib/image/props.d.ts +71 -0
- package/lib/index.d.ts +3 -1
- package/lib/index.js +1 -0
- package/lib/info-box/index.d.ts +7 -0
- package/lib/info-box/index.js +1 -0
- package/lib/info-box/info-box.css +37 -0
- package/lib/info-box/info-box.d.ts +29 -0
- package/lib/info-box/info-box.less +51 -0
- package/lib/info-box/info-box.variable.css +159 -0
- package/lib/input/index.d.ts +175 -90
- package/lib/input/index.js +1 -0
- package/lib/input/input.css +183 -19
- package/lib/input/input.d.ts +119 -36
- package/lib/input/input.less +112 -18
- package/lib/input/input.variable.css +246 -55
- package/lib/link/index.d.ts +29 -21
- package/lib/link/index.js +1 -0
- package/lib/link/link.css +12 -12
- package/lib/link/link.d.ts +10 -8
- package/lib/link/link.less +16 -14
- package/lib/link/link.variable.css +44 -16
- package/lib/loading/directive.d.ts +14 -0
- package/lib/loading/index.d.ts +135 -19
- package/lib/loading/index.js +1 -0
- package/lib/loading/loading.css +86 -33
- package/lib/loading/loading.d.ts +94 -12
- package/lib/loading/loading.less +27 -23
- package/lib/loading/loading.variable.css +134 -53
- package/lib/locale/index.d.ts +3 -0
- package/lib/locale/index.js +1 -0
- package/lib/locale/lang/en.d.ts +126 -0
- package/lib/locale/lang/zh-cn.d.ts +3 -0
- package/lib/menu/index.d.ts +16 -24
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu.css +51 -0
- package/lib/menu/menu.d.ts +7 -16
- package/lib/menu/menu.variable.css +101 -22
- package/lib/menu/submenu.variable.css +32 -4
- package/lib/message/index.js +2 -0
- package/lib/message/index.js.LICENSE.txt +6 -0
- package/lib/message/message.css +170 -6
- package/lib/message/message.less +222 -7
- package/lib/message/message.variable.css +202 -10
- package/lib/message/messageConstructor.d.ts +134 -25
- package/lib/modal/index.d.ts +399 -162
- package/lib/modal/index.js +1 -0
- package/lib/modal/modal.css +52 -10
- package/lib/modal/modal.d.ts +151 -63
- package/lib/modal/modal.less +36 -25
- package/lib/modal/modal.variable.css +174 -10
- package/lib/modal/props.mixin.d.ts +63 -28
- package/lib/navigation/index.d.ts +310 -1
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation.css +1 -1
- package/lib/navigation/navigation.d.ts +12 -3
- package/lib/navigation/navigation.less +1 -1
- package/lib/navigation/navigation.variable.css +33 -5
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +25 -5
- package/lib/notify/notify.less +29 -6
- package/lib/notify/notify.variable.css +57 -9
- package/lib/notify/notifyConstructor.d.ts +62 -21
- package/lib/overflow-title/components/overflow-title.d.ts +57 -0
- package/lib/overflow-title/directive/overflow-title.d.ts +3 -0
- package/lib/overflow-title/index.d.ts +170 -0
- package/lib/overflow-title/index.js +1 -0
- package/lib/overflow-title/overflow.css +11 -0
- package/lib/overflow-title/overflow.less +13 -0
- package/lib/overflow-title/overflow.variable.css +11 -0
- package/lib/overflow-title/props.d.ts +43 -0
- package/lib/overflow-title/utils/getActualWidthByCanvas.d.ts +3 -0
- package/lib/overflow-title/utils/getActualWidthByDom.d.ts +3 -0
- package/lib/pagination/index.d.ts +35 -20
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +54 -28
- package/lib/pagination/pagination.d.ts +18 -8
- package/lib/pagination/pagination.less +59 -30
- package/lib/pagination/pagination.variable.css +86 -32
- package/lib/pagination/use-limit.d.ts +3 -1
- package/lib/pagination/use-total.d.ts +3 -1
- package/lib/plugin-popover/index.d.ts +27 -0
- package/lib/plugin-popover/index.js +1 -0
- package/lib/plugins/index.d.ts +1 -0
- package/lib/plugins/index.js +1 -0
- package/lib/pop-confirm/index.d.ts +246 -0
- package/lib/pop-confirm/index.js +1 -0
- package/lib/pop-confirm/pop-confirm.css +28 -0
- package/lib/pop-confirm/pop-confirm.d.ts +95 -0
- package/lib/pop-confirm/pop-confirm.less +34 -0
- package/lib/pop-confirm/pop-confirm.variable.css +150 -0
- package/lib/pop-confirm/props.d.ts +67 -0
- package/lib/popover/arrow.d.ts +2 -0
- package/lib/popover/const.d.ts +16 -0
- package/lib/popover/content.d.ts +43 -0
- package/lib/popover/index.d.ts +484 -108
- package/lib/popover/index.js +1 -0
- package/lib/popover/plugin-popover.d.ts +12 -0
- package/lib/popover/popover.css +10 -50
- package/lib/popover/popover.d.ts +213 -49
- package/lib/popover/popover.less +19 -66
- package/lib/popover/popover.variable.css +42 -54
- package/lib/popover/props.d.ts +103 -35
- package/lib/popover/reference.d.ts +2 -0
- package/lib/popover/root.d.ts +16 -0
- package/lib/popover/use-floating.d.ts +34 -0
- package/lib/popover/use-platform.d.ts +30 -0
- package/lib/popover/use-popover-init.d.ts +23 -0
- package/lib/popover/use-popper-id.d.ts +6 -0
- package/lib/popover/utils.d.ts +8 -0
- package/lib/popover2/index.d.ts +44 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover.d.ts +2 -0
- package/lib/preset.d.ts +264 -2
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +9 -9
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +22 -0
- package/lib/process/process.d.ts +2 -2
- package/lib/process/process.less +30 -2
- package/lib/process/process.variable.css +54 -4
- package/lib/progress/index.d.ts +34 -34
- package/lib/progress/index.js +1 -0
- package/lib/progress/progress.css +51 -0
- package/lib/progress/progress.d.ts +13 -13
- package/lib/progress/progress.variable.css +87 -8
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +36 -18
- package/lib/radio/index.js +1 -0
- package/lib/radio/radio-button.d.ts +7 -8
- package/lib/radio/radio-group.d.ts +26 -0
- package/lib/radio/radio.css +137 -66
- package/lib/radio/radio.d.ts +4 -4
- package/lib/radio/radio.less +262 -173
- package/lib/radio/radio.variable.css +172 -73
- package/lib/radio/type.d.ts +9 -4
- package/lib/rate/index.d.ts +28 -5
- package/lib/rate/index.js +1 -0
- package/lib/rate/rate.d.ts +13 -2
- package/lib/rate/star.d.ts +1 -1
- package/lib/resize-layout/index.d.ts +21 -21
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +6 -15
- package/lib/resize-layout/resize-layout.d.ts +8 -8
- package/lib/resize-layout/resize-layout.less +10 -19
- package/lib/resize-layout/resize-layout.variable.css +38 -19
- package/lib/search-select/index.d.ts +891 -0
- package/lib/search-select/index.js +1 -0
- package/lib/search-select/input.d.ts +101 -0
- package/lib/search-select/menu.d.ts +77 -0
- package/lib/search-select/search-select.css +427 -0
- package/lib/search-select/search-select.d.ts +361 -0
- package/lib/search-select/search-select.less +384 -0
- package/lib/search-select/search-select.variable.css +549 -0
- package/lib/search-select/selected.d.ts +155 -0
- package/lib/search-select/utils.d.ts +88 -0
- package/lib/select/common.d.ts +5 -12
- package/lib/select/index.d.ts +1831 -690
- package/lib/select/index.js +1 -0
- package/lib/select/option.d.ts +20 -4
- package/lib/select/optionGroup.d.ts +1 -1
- package/lib/select/select.css +209 -113
- package/lib/select/select.d.ts +722 -147
- package/lib/select/select.less +342 -197
- package/lib/select/select.variable.css +241 -117
- package/lib/select/selectTagInput.d.ts +94 -0
- package/lib/select/type.d.ts +23 -13
- package/lib/shared/dom.d.ts +3 -0
- package/lib/shared/helper.d.ts +9 -0
- package/lib/shared/hooks/use-form-item.d.ts +2 -0
- package/lib/shared/hooks/use-form.d.ts +2 -0
- package/lib/shared/index.d.ts +32 -7
- package/lib/shared/index.js +1 -0
- package/lib/shared/mask-manager.d.ts +19 -5
- package/lib/shared/pop-manager.d.ts +16 -5
- package/lib/shared/popover.d.ts +6 -2
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +19 -0
- package/lib/shared/vue-types.d.ts +114 -7
- package/lib/sideslider/index.d.ts +290 -138
- package/lib/sideslider/index.js +1 -0
- package/lib/sideslider/sideslider.css +58 -11
- package/lib/sideslider/sideslider.d.ts +135 -64
- package/lib/sideslider/sideslider.less +75 -14
- package/lib/sideslider/sideslider.variable.css +90 -15
- package/lib/slider/index.d.ts +414 -1
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +2 -1
- package/lib/slider/slider.d.ts +4 -4
- package/lib/slider/slider.variable.css +32 -4
- package/lib/steps/index.d.ts +55 -55
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +15 -3
- package/lib/steps/steps.d.ts +33 -33
- package/lib/steps/steps.less +24 -3
- package/lib/steps/steps.variable.css +47 -7
- package/lib/styles/index.d.ts +10 -1
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +51 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +51 -0
- package/lib/styles/mixins/popper.css +1 -1
- package/lib/styles/mixins/popper.less +12 -11
- package/lib/styles/mixins/popper.variable.css +123 -1
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +139 -0
- package/lib/styles/reset.css +36 -0
- package/lib/styles/reset.less +26 -2
- package/lib/styles/reset.variable.css +36 -0
- package/lib/styles/themes/themes.less +42 -4
- package/lib/swiper/index.js +1 -0
- package/lib/switcher/index.d.ts +42 -30
- package/lib/switcher/index.js +1 -0
- package/lib/switcher/switcher.css +57 -6
- package/lib/switcher/switcher.d.ts +19 -13
- package/lib/switcher/switcher.less +3 -26
- package/lib/switcher/switcher.variable.css +106 -27
- package/lib/tab/index.d.ts +122 -68
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +93 -41
- package/lib/tab/tab-nav.d.ts +50 -14
- package/lib/tab/tab-panel.d.ts +15 -8
- package/lib/tab/tab.css +151 -55
- package/lib/tab/tab.d.ts +42 -21
- package/lib/tab/tab.less +179 -86
- package/lib/tab/tab.variable.css +183 -59
- package/lib/table/cache.d.ts +6 -0
- package/lib/table/components/index.d.ts +3 -0
- package/lib/table/components/table-cell.d.ts +51 -0
- package/lib/table/components/table-column.d.ts +299 -0
- package/lib/table/components/table-row.d.ts +2 -0
- package/lib/table/const.d.ts +128 -1
- package/lib/table/index.d.ts +1405 -51
- package/lib/table/index.js +1 -0
- package/lib/table/plugins/body-empty.d.ts +36 -0
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/common.d.ts +6 -0
- package/lib/table/plugins/head-filter.css +30 -14
- package/lib/table/plugins/head-filter.d.ts +26 -0
- package/lib/table/plugins/head-filter.less +79 -52
- package/lib/table/plugins/head-filter.variable.css +62 -18
- package/lib/table/plugins/head-sort.css +7 -3
- package/lib/table/plugins/head-sort.d.ts +29 -0
- package/lib/table/plugins/head-sort.less +8 -4
- package/lib/table/plugins/head-sort.variable.css +39 -7
- package/lib/table/plugins/index.d.ts +5 -0
- package/lib/table/plugins/settings.css +147 -0
- package/lib/table/plugins/settings.d.ts +37 -0
- package/lib/table/plugins/settings.less +181 -0
- package/lib/table/plugins/settings.variable.css +269 -0
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +15 -0
- package/lib/table/plugins/use-fixed-column.d.ts +26 -0
- package/lib/table/plugins/use-pagination.d.ts +16 -0
- package/lib/table/plugins/use-scroll-loading.d.ts +5 -0
- package/lib/table/props.d.ts +359 -11
- package/lib/table/render.d.ts +46 -18
- package/lib/table/table.css +1251 -16
- package/lib/table/table.d.ts +270 -20
- package/lib/table/table.less +311 -18
- package/lib/table/table.variable.css +1293 -30
- package/lib/table/use-column.d.ts +12 -0
- package/lib/table/use-common.d.ts +113 -0
- package/lib/table/utils.d.ts +51 -12
- package/lib/table-column/index.d.ts +790 -0
- package/lib/table-column/index.js +1 -0
- package/lib/tag/index.d.ts +29 -29
- package/lib/tag/index.js +1 -0
- package/lib/tag/tag.css +46 -13
- package/lib/tag/tag.d.ts +12 -12
- package/lib/tag/tag.less +46 -10
- package/lib/tag/tag.variable.css +78 -17
- package/lib/tag-input/common.d.ts +13 -1
- package/lib/tag-input/index.d.ts +1406 -1
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +0 -3
- package/lib/tag-input/tag-input.css +23 -26
- package/lib/tag-input/tag-input.d.ts +302 -43
- package/lib/tag-input/tag-input.less +102 -104
- package/lib/tag-input/tag-input.variable.css +55 -30
- package/lib/tag-input/tag-props.d.ts +141 -7
- package/lib/tag-input/tag-render.d.ts +30 -4
- 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 +337 -0
- package/lib/timeline/index.d.ts +6 -6
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +16 -9
- package/lib/timeline/timeline.d.ts +1 -1
- package/lib/timeline/timeline.less +22 -9
- package/lib/timeline/timeline.variable.css +48 -13
- package/lib/transfer/const.d.ts +5 -0
- package/lib/transfer/index.d.ts +247 -150
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/props.d.ts +59 -0
- package/lib/transfer/transfer.css +153 -92
- package/lib/transfer/transfer.d.ts +101 -95
- package/lib/transfer/transfer.less +142 -112
- package/lib/transfer/transfer.variable.css +191 -102
- package/lib/tree/constant.d.ts +62 -0
- package/lib/tree/index.d.ts +402 -60
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +135 -0
- package/lib/tree/tree.css +181 -9
- package/lib/tree/tree.d.ts +183 -19
- package/lib/tree/tree.less +54 -3
- package/lib/tree/tree.variable.css +213 -13
- 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 +42 -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 +4 -6
- package/lib/upload/index.d.ts +566 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +111 -0
- package/lib/upload/upload-list.d.ts +47 -0
- package/lib/upload/upload-trigger.d.ts +51 -0
- package/lib/upload/upload.css +427 -0
- package/lib/upload/upload.d.ts +246 -0
- package/lib/upload/upload.less +466 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +549 -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 +50 -4
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +15 -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 -17
- package/lib/virtual-render/virtual-render.d.ts +23 -1
- package/lib/virtual-render/virtual-render.less +2 -23
- package/lib/virtual-render/virtual-render.variable.css +139 -17
- package/lib/volar.components.d.ts +102 -0
- package/package.json +38 -17
- package/LICENSE.txt +0 -22
- package/lib/form/common.d.ts +0 -3
- package/lib/use-form.d.ts +0 -3
package/dist/index.cjs.js
CHANGED
@@ -1,47 +1,60 @@
|
|
1
|
-
"use strict";var w1=Object.defineProperty,L1=Object.defineProperties;var k1=Object.getOwnPropertyDescriptors;var oa=Object.getOwnPropertySymbols;var ud=Object.prototype.hasOwnProperty,cd=Object.prototype.propertyIsEnumerable;var oo=(e,n,i)=>n in e?w1(e,n,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[n]=i,P=(e,n)=>{for(var i in n||(n={}))ud.call(n,i)&&oo(e,i,n[i]);if(oa)for(var i of oa(n))cd.call(n,i)&&oo(e,i,n[i]);return e},je=(e,n)=>L1(e,k1(n));var lo=(e,n)=>{var i={};for(var s in e)ud.call(e,s)&&n.indexOf(s)<0&&(i[s]=e[s]);if(e!=null&&oa)for(var s of oa(e))n.indexOf(s)<0&&cd.call(e,s)&&(i[s]=e[s]);return i};var la=(e,n,i)=>(oo(e,typeof n!="symbol"?n+"":n,i),i);Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var a=require("vue");const ua={bottom:0,content:1,navi:100,fullScreen:1e3,modal:3e3,plugins:8e3,message:1e4,popper:99999};class T1{constructor(){this.storageLayerIndexValue={},this.copyDefaultValue()}getNextIndex(n){return Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue,n)?(this.storageLayerIndexValue[n]=this.storageLayerIndexValue[n]+1,this.storageLayerIndexValue[n]):(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 ua.popper}setDefaultZIndex(n){Object.keys(n||{}).forEach(i=>{Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue.__proto__,i)&&Object.assign(this.storageLayerIndexValue.__proto__,{[i]:n[i]})}),this.copyDefaultValue()}resetZIndex(n){Object.keys(n||{}).forEach(i=>{Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue,i)&&Object.assign(this.storageLayerIndexValue,{[i]:n[i]})})}copyDefaultValue(){const n=Object.keys(ua).reduce((i,s)=>Object.assign(i,{[s]:{value:ua[s],writable:!0,configurable:!0}}),{});this.storageLayerIndexValue=Object.create(ua,n)}}const fn=new T1;var xt="top",Ut="bottom",_t="right",St="left",Po="auto",Mr=[xt,Ut,_t,St],ki="start",dr="end",x1="clippingParents",l9="viewport",er="popper",S1="reference",dd=Mr.reduce(function(e,n){return e.concat([n+"-"+ki,n+"-"+dr])},[]),u9=[].concat(Mr,[Po]).reduce(function(e,n){return e.concat([n,n+"-"+ki,n+"-"+dr])},[]),D1="beforeRead",j1="read",z1="afterRead",J1="beforeMain",Q1="main",P1="afterMain",O1="beforeWrite",A1="write",E1="afterWrite",V1=[D1,j1,z1,J1,Q1,P1,O1,A1,E1];function hn(e){return e?(e.nodeName||"").toLowerCase():null}function en(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var n=e.ownerDocument;return n&&n.defaultView||window}return e}function Ti(e){var n=en(e).Element;return e instanceof n||e instanceof Element}function Ft(e){var n=en(e).HTMLElement;return e instanceof n||e instanceof HTMLElement}function Oo(e){if(typeof ShadowRoot=="undefined")return!1;var n=en(e).ShadowRoot;return e instanceof n||e instanceof ShadowRoot}function W1(e){var n=e.state;Object.keys(n.elements).forEach(function(i){var s=n.styles[i]||{},l=n.attributes[i]||{},u=n.elements[i];!Ft(u)||!hn(u)||(Object.assign(u.style,s),Object.keys(l).forEach(function(h){var f=l[h];f===!1?u.removeAttribute(h):u.setAttribute(h,f===!0?"":f)}))})}function Z1(e){var n=e.state,i={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(n.elements.popper.style,i.popper),n.styles=i,n.elements.arrow&&Object.assign(n.elements.arrow.style,i.arrow),function(){Object.keys(n.elements).forEach(function(s){var l=n.elements[s],u=n.attributes[s]||{},h=Object.keys(n.styles.hasOwnProperty(s)?n.styles[s]:i[s]),f=h.reduce(function(g,m){return g[m]="",g},{});!Ft(l)||!hn(l)||(Object.assign(l.style,f),Object.keys(u).forEach(function(g){l.removeAttribute(g)}))})}}var R1={name:"applyStyles",enabled:!0,phase:"write",fn:W1,effect:Z1,requires:["computeStyles"]};function cn(e){return e.split("-")[0]}var ni=Math.max,ba=Math.min,xi=Math.round;function Si(e,n){n===void 0&&(n=!1);var i=e.getBoundingClientRect(),s=1,l=1;if(Ft(e)&&n){var u=e.offsetHeight,h=e.offsetWidth;h>0&&(s=xi(i.width)/h||1),u>0&&(l=xi(i.height)/u||1)}return{width:i.width/s,height:i.height/l,top:i.top/l,right:i.right/s,bottom:i.bottom/l,left:i.left/s,x:i.left/s,y:i.top/l}}function Ao(e){var n=Si(e),i=e.offsetWidth,s=e.offsetHeight;return Math.abs(n.width-i)<=1&&(i=n.width),Math.abs(n.height-s)<=1&&(s=n.height),{x:e.offsetLeft,y:e.offsetTop,width:i,height:s}}function c9(e,n){var i=n.getRootNode&&n.getRootNode();if(e.contains(n))return!0;if(i&&Oo(i)){var s=n;do{if(s&&e.isSameNode(s))return!0;s=s.parentNode||s.host}while(s)}return!1}function Ln(e){return en(e).getComputedStyle(e)}function G1(e){return["table","td","th"].indexOf(hn(e))>=0}function En(e){return((Ti(e)?e.ownerDocument:e.document)||window.document).documentElement}function Da(e){return hn(e)==="html"?e:e.assignedSlot||e.parentNode||(Oo(e)?e.host:null)||En(e)}function fd(e){return!Ft(e)||Ln(e).position==="fixed"?null:e.offsetParent}function Y1(e){var n=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,i=navigator.userAgent.indexOf("Trident")!==-1;if(i&&Ft(e)){var s=Ln(e);if(s.position==="fixed")return null}var l=Da(e);for(Oo(l)&&(l=l.host);Ft(l)&&["html","body"].indexOf(hn(l))<0;){var u=Ln(l);if(u.transform!=="none"||u.perspective!=="none"||u.contain==="paint"||["transform","perspective"].indexOf(u.willChange)!==-1||n&&u.willChange==="filter"||n&&u.filter&&u.filter!=="none")return l;l=l.parentNode}return null}function Ir(e){for(var n=en(e),i=fd(e);i&&G1(i)&&Ln(i).position==="static";)i=fd(i);return i&&(hn(i)==="html"||hn(i)==="body"&&Ln(i).position==="static")?n:i||Y1(e)||n}function Eo(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function sr(e,n,i){return ni(e,ba(n,i))}function B1(e,n,i){var s=sr(e,n,i);return s>i?i:s}function d9(){return{top:0,right:0,bottom:0,left:0}}function f9(e){return Object.assign({},d9(),e)}function h9(e,n){return n.reduce(function(i,s){return i[s]=e,i},{})}var H1=function(n,i){return n=typeof n=="function"?n(Object.assign({},i.rects,{placement:i.placement})):n,f9(typeof n!="number"?n:h9(n,Mr))};function F1(e){var n,i=e.state,s=e.name,l=e.options,u=i.elements.arrow,h=i.modifiersData.popperOffsets,f=cn(i.placement),g=Eo(f),m=[St,_t].indexOf(f)>=0,I=m?"height":"width";if(!(!u||!h)){var C=H1(l.padding,i),b=Ao(u),N=g==="y"?xt:St,L=g==="y"?Ut:_t,x=i.rects.reference[I]+i.rects.reference[g]-h[g]-i.rects.popper[I],j=h[g]-i.rects.reference[g],D=Ir(u),A=D?g==="y"?D.clientHeight||0:D.clientWidth||0:0,J=x/2-j/2,U=C[N],O=A-b[I]-C[L],_=A/2-b[I]/2+J,H=sr(U,_,O),te=g;i.modifiersData[s]=(n={},n[te]=H,n.centerOffset=H-_,n)}}function U1(e){var n=e.state,i=e.options,s=i.element,l=s===void 0?"[data-popper-arrow]":s;l!=null&&(typeof l=="string"&&(l=n.elements.popper.querySelector(l),!l)||!c9(n.elements.popper,l)||(n.elements.arrow=l))}var _1={name:"arrow",enabled:!0,phase:"main",fn:F1,effect:U1,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Di(e){return e.split("-")[1]}var X1={top:"auto",right:"auto",bottom:"auto",left:"auto"};function K1(e){var n=e.x,i=e.y,s=window,l=s.devicePixelRatio||1;return{x:xi(n*l)/l||0,y:xi(i*l)/l||0}}function hd(e){var n,i=e.popper,s=e.popperRect,l=e.placement,u=e.variation,h=e.offsets,f=e.position,g=e.gpuAcceleration,m=e.adaptive,I=e.roundOffsets,C=e.isFixed,b=h.x,N=b===void 0?0:b,L=h.y,x=L===void 0?0:L,j=typeof I=="function"?I({x:N,y:x}):{x:N,y:x};N=j.x,x=j.y;var D=h.hasOwnProperty("x"),A=h.hasOwnProperty("y"),J=St,U=xt,O=window;if(m){var _=Ir(i),H="clientHeight",te="clientWidth";if(_===en(i)&&(_=En(i),Ln(_).position!=="static"&&f==="absolute"&&(H="scrollHeight",te="scrollWidth")),_=_,l===xt||(l===St||l===_t)&&u===dr){U=Ut;var R=C&&_===O&&O.visualViewport?O.visualViewport.height:_[H];x-=R-s.height,x*=g?1:-1}if(l===St||(l===xt||l===Ut)&&u===dr){J=_t;var ee=C&&_===O&&O.visualViewport?O.visualViewport.width:_[te];N-=ee-s.width,N*=g?1:-1}}var G=Object.assign({position:f},m&&X1),X=I===!0?K1({x:N,y:x}):{x:N,y:x};if(N=X.x,x=X.y,g){var W;return Object.assign({},G,(W={},W[U]=A?"0":"",W[J]=D?"0":"",W.transform=(O.devicePixelRatio||1)<=1?"translate("+N+"px, "+x+"px)":"translate3d("+N+"px, "+x+"px, 0)",W))}return Object.assign({},G,(n={},n[U]=A?x+"px":"",n[J]=D?N+"px":"",n.transform="",n))}function $1(e){var n=e.state,i=e.options,s=i.gpuAcceleration,l=s===void 0?!0:s,u=i.adaptive,h=u===void 0?!0:u,f=i.roundOffsets,g=f===void 0?!0:f,m={placement:cn(n.placement),variation:Di(n.placement),popper:n.elements.popper,popperRect:n.rects.popper,gpuAcceleration:l,isFixed:n.options.strategy==="fixed"};n.modifiersData.popperOffsets!=null&&(n.styles.popper=Object.assign({},n.styles.popper,hd(Object.assign({},m,{offsets:n.modifiersData.popperOffsets,position:n.options.strategy,adaptive:h,roundOffsets:g})))),n.modifiersData.arrow!=null&&(n.styles.arrow=Object.assign({},n.styles.arrow,hd(Object.assign({},m,{offsets:n.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:g})))),n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-placement":n.placement})}var q1={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:$1,data:{}},ca={passive:!0};function em(e){var n=e.state,i=e.instance,s=e.options,l=s.scroll,u=l===void 0?!0:l,h=s.resize,f=h===void 0?!0:h,g=en(n.elements.popper),m=[].concat(n.scrollParents.reference,n.scrollParents.popper);return u&&m.forEach(function(I){I.addEventListener("scroll",i.update,ca)}),f&&g.addEventListener("resize",i.update,ca),function(){u&&m.forEach(function(I){I.removeEventListener("scroll",i.update,ca)}),f&&g.removeEventListener("resize",i.update,ca)}}var tm={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:em,data:{}},nm={left:"right",right:"left",bottom:"top",top:"bottom"};function Ma(e){return e.replace(/left|right|bottom|top/g,function(n){return nm[n]})}var im={start:"end",end:"start"};function gd(e){return e.replace(/start|end/g,function(n){return im[n]})}function Vo(e){var n=en(e),i=n.pageXOffset,s=n.pageYOffset;return{scrollLeft:i,scrollTop:s}}function Wo(e){return Si(En(e)).left+Vo(e).scrollLeft}function rm(e){var n=en(e),i=En(e),s=n.visualViewport,l=i.clientWidth,u=i.clientHeight,h=0,f=0;return s&&(l=s.width,u=s.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(h=s.offsetLeft,f=s.offsetTop)),{width:l,height:u,x:h+Wo(e),y:f}}function am(e){var n,i=En(e),s=Vo(e),l=(n=e.ownerDocument)==null?void 0:n.body,u=ni(i.scrollWidth,i.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),h=ni(i.scrollHeight,i.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),f=-s.scrollLeft+Wo(e),g=-s.scrollTop;return Ln(l||i).direction==="rtl"&&(f+=ni(i.clientWidth,l?l.clientWidth:0)-u),{width:u,height:h,x:f,y:g}}function Zo(e){var n=Ln(e),i=n.overflow,s=n.overflowX,l=n.overflowY;return/auto|scroll|overlay|hidden/.test(i+l+s)}function g9(e){return["html","body","#document"].indexOf(hn(e))>=0?e.ownerDocument.body:Ft(e)&&Zo(e)?e:g9(Da(e))}function or(e,n){var i;n===void 0&&(n=[]);var s=g9(e),l=s===((i=e.ownerDocument)==null?void 0:i.body),u=en(s),h=l?[u].concat(u.visualViewport||[],Zo(s)?s:[]):s,f=n.concat(h);return l?f:f.concat(or(Da(h)))}function Co(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function sm(e){var n=Si(e);return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function pd(e,n){return n===l9?Co(rm(e)):Ti(n)?sm(n):Co(am(En(e)))}function om(e){var n=or(Da(e)),i=["absolute","fixed"].indexOf(Ln(e).position)>=0,s=i&&Ft(e)?Ir(e):e;return Ti(s)?n.filter(function(l){return Ti(l)&&c9(l,s)&&hn(l)!=="body"}):[]}function lm(e,n,i){var s=n==="clippingParents"?om(e):[].concat(n),l=[].concat(s,[i]),u=l[0],h=l.reduce(function(f,g){var m=pd(e,g);return f.top=ni(m.top,f.top),f.right=ba(m.right,f.right),f.bottom=ba(m.bottom,f.bottom),f.left=ni(m.left,f.left),f},pd(e,u));return h.width=h.right-h.left,h.height=h.bottom-h.top,h.x=h.left,h.y=h.top,h}function p9(e){var n=e.reference,i=e.element,s=e.placement,l=s?cn(s):null,u=s?Di(s):null,h=n.x+n.width/2-i.width/2,f=n.y+n.height/2-i.height/2,g;switch(l){case xt:g={x:h,y:n.y-i.height};break;case Ut:g={x:h,y:n.y+n.height};break;case _t:g={x:n.x+n.width,y:f};break;case St:g={x:n.x-i.width,y:f};break;default:g={x:n.x,y:n.y}}var m=l?Eo(l):null;if(m!=null){var I=m==="y"?"height":"width";switch(u){case ki:g[m]=g[m]-(n[I]/2-i[I]/2);break;case dr:g[m]=g[m]+(n[I]/2-i[I]/2);break}}return g}function fr(e,n){n===void 0&&(n={});var i=n,s=i.placement,l=s===void 0?e.placement:s,u=i.boundary,h=u===void 0?x1:u,f=i.rootBoundary,g=f===void 0?l9:f,m=i.elementContext,I=m===void 0?er:m,C=i.altBoundary,b=C===void 0?!1:C,N=i.padding,L=N===void 0?0:N,x=f9(typeof L!="number"?L:h9(L,Mr)),j=I===er?S1:er,D=e.rects.popper,A=e.elements[b?j:I],J=lm(Ti(A)?A:A.contextElement||En(e.elements.popper),h,g),U=Si(e.elements.reference),O=p9({reference:U,element:D,strategy:"absolute",placement:l}),_=Co(Object.assign({},D,O)),H=I===er?_:U,te={top:J.top-H.top+x.top,bottom:H.bottom-J.bottom+x.bottom,left:J.left-H.left+x.left,right:H.right-J.right+x.right},R=e.modifiersData.offset;if(I===er&&R){var ee=R[l];Object.keys(te).forEach(function(G){var X=[_t,Ut].indexOf(G)>=0?1:-1,W=[xt,Ut].indexOf(G)>=0?"y":"x";te[G]+=ee[W]*X})}return te}function um(e,n){n===void 0&&(n={});var i=n,s=i.placement,l=i.boundary,u=i.rootBoundary,h=i.padding,f=i.flipVariations,g=i.allowedAutoPlacements,m=g===void 0?u9:g,I=Di(s),C=I?f?dd:dd.filter(function(L){return Di(L)===I}):Mr,b=C.filter(function(L){return m.indexOf(L)>=0});b.length===0&&(b=C);var N=b.reduce(function(L,x){return L[x]=fr(e,{placement:x,boundary:l,rootBoundary:u,padding:h})[cn(x)],L},{});return Object.keys(N).sort(function(L,x){return N[L]-N[x]})}function cm(e){if(cn(e)===Po)return[];var n=Ma(e);return[gd(e),n,gd(n)]}function dm(e){var n=e.state,i=e.options,s=e.name;if(!n.modifiersData[s]._skip){for(var l=i.mainAxis,u=l===void 0?!0:l,h=i.altAxis,f=h===void 0?!0:h,g=i.fallbackPlacements,m=i.padding,I=i.boundary,C=i.rootBoundary,b=i.altBoundary,N=i.flipVariations,L=N===void 0?!0:N,x=i.allowedAutoPlacements,j=n.options.placement,D=cn(j),A=D===j,J=g||(A||!L?[Ma(j)]:cm(j)),U=[j].concat(J).reduce(function(B,$){return B.concat(cn($)===Po?um(n,{placement:$,boundary:I,rootBoundary:C,padding:m,flipVariations:L,allowedAutoPlacements:x}):$)},[]),O=n.rects.reference,_=n.rects.popper,H=new Map,te=!0,R=U[0],ee=0;ee<U.length;ee++){var G=U[ee],X=cn(G),W=Di(G)===ki,S=[xt,Ut].indexOf(X)>=0,Y=S?"width":"height",ne=fr(n,{placement:G,boundary:I,rootBoundary:C,altBoundary:b,padding:m}),se=S?W?_t:St:W?Ut:xt;O[Y]>_[Y]&&(se=Ma(se));var q=Ma(se),le=[];if(u&&le.push(ne[X]<=0),f&&le.push(ne[se]<=0,ne[q]<=0),le.every(function(B){return B})){R=G,te=!1;break}H.set(G,le)}if(te)for(var ce=L?3:1,me=function($){var fe=U.find(function($e){var ze=H.get($e);if(ze)return ze.slice(0,$).every(function(_e){return _e})});if(fe)return R=fe,"break"},Se=ce;Se>0;Se--){var Te=me(Se);if(Te==="break")break}n.placement!==R&&(n.modifiersData[s]._skip=!0,n.placement=R,n.reset=!0)}}var fm={name:"flip",enabled:!0,phase:"main",fn:dm,requiresIfExists:["offset"],data:{_skip:!1}};function md(e,n,i){return i===void 0&&(i={x:0,y:0}),{top:e.top-n.height-i.y,right:e.right-n.width+i.x,bottom:e.bottom-n.height+i.y,left:e.left-n.width-i.x}}function Md(e){return[xt,_t,Ut,St].some(function(n){return e[n]>=0})}function hm(e){var n=e.state,i=e.name,s=n.rects.reference,l=n.rects.popper,u=n.modifiersData.preventOverflow,h=fr(n,{elementContext:"reference"}),f=fr(n,{altBoundary:!0}),g=md(h,s),m=md(f,l,u),I=Md(g),C=Md(m);n.modifiersData[i]={referenceClippingOffsets:g,popperEscapeOffsets:m,isReferenceHidden:I,hasPopperEscaped:C},n.attributes.popper=Object.assign({},n.attributes.popper,{"data-popper-reference-hidden":I,"data-popper-escaped":C})}var gm={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:hm};function pm(e,n,i){var s=cn(e),l=[St,xt].indexOf(s)>=0?-1:1,u=typeof i=="function"?i(Object.assign({},n,{placement:e})):i,h=u[0],f=u[1];return h=h||0,f=(f||0)*l,[St,_t].indexOf(s)>=0?{x:f,y:h}:{x:h,y:f}}function mm(e){var n=e.state,i=e.options,s=e.name,l=i.offset,u=l===void 0?[0,0]:l,h=u9.reduce(function(I,C){return I[C]=pm(C,n.rects,u),I},{}),f=h[n.placement],g=f.x,m=f.y;n.modifiersData.popperOffsets!=null&&(n.modifiersData.popperOffsets.x+=g,n.modifiersData.popperOffsets.y+=m),n.modifiersData[s]=h}var Mm={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:mm};function Im(e){var n=e.state,i=e.name;n.modifiersData[i]=p9({reference:n.rects.reference,element:n.rects.popper,strategy:"absolute",placement:n.placement})}var ym={name:"popperOffsets",enabled:!0,phase:"read",fn:Im,data:{}};function Cm(e){return e==="x"?"y":"x"}function vm(e){var n=e.state,i=e.options,s=e.name,l=i.mainAxis,u=l===void 0?!0:l,h=i.altAxis,f=h===void 0?!1:h,g=i.boundary,m=i.rootBoundary,I=i.altBoundary,C=i.padding,b=i.tether,N=b===void 0?!0:b,L=i.tetherOffset,x=L===void 0?0:L,j=fr(n,{boundary:g,rootBoundary:m,padding:C,altBoundary:I}),D=cn(n.placement),A=Di(n.placement),J=!A,U=Eo(D),O=Cm(U),_=n.modifiersData.popperOffsets,H=n.rects.reference,te=n.rects.popper,R=typeof x=="function"?x(Object.assign({},n.rects,{placement:n.placement})):x,ee=typeof R=="number"?{mainAxis:R,altAxis:R}:Object.assign({mainAxis:0,altAxis:0},R),G=n.modifiersData.offset?n.modifiersData.offset[n.placement]:null,X={x:0,y:0};if(!!_){if(u){var W,S=U==="y"?xt:St,Y=U==="y"?Ut:_t,ne=U==="y"?"height":"width",se=_[U],q=se+j[S],le=se-j[Y],ce=N?-te[ne]/2:0,me=A===ki?H[ne]:te[ne],Se=A===ki?-te[ne]:-H[ne],Te=n.elements.arrow,B=N&&Te?Ao(Te):{width:0,height:0},$=n.modifiersData["arrow#persistent"]?n.modifiersData["arrow#persistent"].padding:d9(),fe=$[S],$e=$[Y],ze=sr(0,H[ne],B[ne]),_e=J?H[ne]/2-ce-ze-fe-ee.mainAxis:me-ze-fe-ee.mainAxis,ot=J?-H[ne]/2+ce+ze+$e+ee.mainAxis:Se+ze+$e+ee.mainAxis,tt=n.elements.arrow&&Ir(n.elements.arrow),lt=tt?U==="y"?tt.clientTop||0:tt.clientLeft||0:0,bt=(W=G==null?void 0:G[U])!=null?W:0,Pe=se+_e-bt-lt,Z=se+ot-bt,K=sr(N?ba(q,Pe):q,se,N?ni(le,Z):le);_[U]=K,X[U]=K-se}if(f){var re,Me=U==="x"?xt:St,we=U==="x"?Ut:_t,ae=_[O],pe=O==="y"?"height":"width",Be=ae+j[Me],mt=ae-j[we],qe=[xt,St].indexOf(D)!==-1,Dt=(re=G==null?void 0:G[O])!=null?re:0,He=qe?Be:ae-H[pe]-te[pe]-Dt+ee.altAxis,Oe=qe?ae+H[pe]+te[pe]-Dt-ee.altAxis:mt,ut=N&&qe?B1(He,ae,Oe):sr(N?He:Be,ae,N?Oe:mt);_[O]=ut,X[O]=ut-ae}n.modifiersData[s]=X}}var bm={name:"preventOverflow",enabled:!0,phase:"main",fn:vm,requiresIfExists:["offset"]};function Nm(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function wm(e){return e===en(e)||!Ft(e)?Vo(e):Nm(e)}function Lm(e){var n=e.getBoundingClientRect(),i=xi(n.width)/e.offsetWidth||1,s=xi(n.height)/e.offsetHeight||1;return i!==1||s!==1}function km(e,n,i){i===void 0&&(i=!1);var s=Ft(n),l=Ft(n)&&Lm(n),u=En(n),h=Si(e,l),f={scrollLeft:0,scrollTop:0},g={x:0,y:0};return(s||!s&&!i)&&((hn(n)!=="body"||Zo(u))&&(f=wm(n)),Ft(n)?(g=Si(n,!0),g.x+=n.clientLeft,g.y+=n.clientTop):u&&(g.x=Wo(u))),{x:h.left+f.scrollLeft-g.x,y:h.top+f.scrollTop-g.y,width:h.width,height:h.height}}function Tm(e){var n=new Map,i=new Set,s=[];e.forEach(function(u){n.set(u.name,u)});function l(u){i.add(u.name);var h=[].concat(u.requires||[],u.requiresIfExists||[]);h.forEach(function(f){if(!i.has(f)){var g=n.get(f);g&&l(g)}}),s.push(u)}return e.forEach(function(u){i.has(u.name)||l(u)}),s}function xm(e){var n=Tm(e);return V1.reduce(function(i,s){return i.concat(n.filter(function(l){return l.phase===s}))},[])}function Sm(e){var n;return function(){return n||(n=new Promise(function(i){Promise.resolve().then(function(){n=void 0,i(e())})})),n}}function Dm(e){var n=e.reduce(function(i,s){var l=i[s.name];return i[s.name]=l?Object.assign({},l,s,{options:Object.assign({},l.options,s.options),data:Object.assign({},l.data,s.data)}):s,i},{});return Object.keys(n).map(function(i){return n[i]})}var Id={placement:"bottom",modifiers:[],strategy:"absolute"};function yd(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return!n.some(function(s){return!(s&&typeof s.getBoundingClientRect=="function")})}function jm(e){e===void 0&&(e={});var n=e,i=n.defaultModifiers,s=i===void 0?[]:i,l=n.defaultOptions,u=l===void 0?Id:l;return function(f,g,m){m===void 0&&(m=u);var I={placement:"bottom",orderedModifiers:[],options:Object.assign({},Id,u),modifiersData:{},elements:{reference:f,popper:g},attributes:{},styles:{}},C=[],b=!1,N={state:I,setOptions:function(D){var A=typeof D=="function"?D(I.options):D;x(),I.options=Object.assign({},u,I.options,A),I.scrollParents={reference:Ti(f)?or(f):f.contextElement?or(f.contextElement):[],popper:or(g)};var J=xm(Dm([].concat(s,I.options.modifiers)));return I.orderedModifiers=J.filter(function(U){return U.enabled}),L(),N.update()},forceUpdate:function(){if(!b){var D=I.elements,A=D.reference,J=D.popper;if(!!yd(A,J)){I.rects={reference:km(A,Ir(J),I.options.strategy==="fixed"),popper:Ao(J)},I.reset=!1,I.placement=I.options.placement,I.orderedModifiers.forEach(function(ee){return I.modifiersData[ee.name]=Object.assign({},ee.data)});for(var U=0;U<I.orderedModifiers.length;U++){if(I.reset===!0){I.reset=!1,U=-1;continue}var O=I.orderedModifiers[U],_=O.fn,H=O.options,te=H===void 0?{}:H,R=O.name;typeof _=="function"&&(I=_({state:I,options:te,name:R,instance:N})||I)}}}},update:Sm(function(){return new Promise(function(j){N.forceUpdate(),j(I)})}),destroy:function(){x(),b=!0}};if(!yd(f,g))return N;N.setOptions(m).then(function(j){!b&&m.onFirstUpdate&&m.onFirstUpdate(j)});function L(){I.orderedModifiers.forEach(function(j){var D=j.name,A=j.options,J=A===void 0?{}:A,U=j.effect;if(typeof U=="function"){var O=U({state:I,name:D,instance:N,options:J}),_=function(){};C.push(O||_)}})}function x(){C.forEach(function(j){return j()}),C=[]}return N}}var zm=[tm,ym,q1,R1,Mm,fm,bm,_1,gm],m9=jm({defaultModifiers:zm});function Jm(e){return e===null||typeof e=="undefined"}function Qm(e,n=!0){return e===""||(n?Jm(e):!1)}function M9(e){if(Array.isArray(e))return!0;const n=Object.prototype.toString.call(e);return n.substr(0,7)==="[object"&&n.substr(-6)==="Array]"}function hr(e){return e!==null&&/^\[object (Object|Module)\]/.test(Object.prototype.toString.call(e))}function vo(e){if(M9(e))return e.map(vo);if(hr(e)){const n=Object.create(null),i=Object.keys(e),s=i.length;let l=0;for(;l<s;++l)n[i[l]]=vo(e[i[l]]);return n}return e}function Pm(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function Om(e,n,i,s){if(!Pm(e))return;const l=n[e],u=i[e];hr(l)&&hr(u)?I9(l,u,s):n[e]=vo(u)}function I9(e,n,i){const s=M9(n)?n:[n],l=s.length;if(!hr(e))return e;i=i||{};const u=i.merger||Om;for(let h=0;h<l;++h){if(n=s[h],!hr(n))continue;const f=Object.keys(n);for(let g=0,m=f.length;g<m;++g)u(f[g],e,n,i)}return e}function uo(e){try{return e instanceof HTMLElement}catch{return typeof e=="object"&&e.nodeType===1&&typeof e.style=="object"&&typeof e.ownerDocument=="object"}}class Ro{constructor(n,i,s){var l,u;this.isShow=!1,this.trigger=void 0,this.instance=void 0,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(s),this.reference=this.resolveInputSelectorToHtmlElement(n),this.popperRefer=this.resolveInputSelectorToHtmlElement(i),this.referenceTarget=this.getTargetReferenceElement(),this.container=(l=this.popperRefer)==null?void 0:l.parentElement,this.isShow=!!((u=this.instanceOptions)!=null&&u.isShow),this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.appendTo=this.instanceOptions.appendTo,this.afterHidden=typeof s.afterHidden=="function"?s.afterHidden:()=>{},this.afterShow=typeof s.afterShow=="function"?s.afterShow:()=>{},this.fixOnBoundary=this.instanceOptions.fixOnBoundary,this.initInstance(),this.registerEvents(),this.isShow&&this.show(null)}forceUpdate(){var n;(n=this.instance)==null||n.forceUpdate()}update(){var n;(n=this.instance)==null||n.update()}updateOptions(n){var i;this.instanceOptions=this.initDefaultOptions(n),this.isShow=!!((i=this.instanceOptions)!=null&&i.isShow),this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.setOptions(this.instanceOptions)}setOptions(n){var i;(i=this.instance)==null||i.setOptions(n)}destroy(){var n;(n=this.instance)==null||n.destroy()}updateDisabled(n){this.disabled=n!=null?n:!this.disabled,this.disabled&&this.hide()}show(n){var i;this.disabled||((i=this.popperRefer)==null||i.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 n;(n=this.popperRefer)==null||n.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 n=this.getAppendToTarget();uo(n)&&n.contains(this.popperRefer)&&this.container&&!this.container.contains(this.popperRefer)&&this.container.append(this.popperRefer)}appendToTarget(){const n=this.getAppendToTarget();uo(n)&&n.contains(this.popperRefer)&&n.append(this.popperRefer)}getAppendToTarget(){const{appendTo:n}=this;let i=n;return n!=="parent"&&typeof n=="string"&&(i=document.querySelector(n)),i}initDefaultOptions(n){const s=I9({placement:"top",modifiers:[{name:"offset",options:{offset:[0,8]}}],strategy:"absolute",onFirstUpdate:void 0,isShow:!1,theme:"dark",trigger:"hover",disabled:!1},n||{}),l=s.onFirstUpdate;return s.onFirstUpdate=u=>{typeof l=="function"&&(l.call(this,u),this.handleFirstUpdate())},s}handleFirstUpdate(){this.fixOnBoundary&&this.appendToTarget()}getTargetReferenceElement(){return this.isElement(this.reference)?this.reference.childElementCount===1?this.reference.firstElementChild:this.reference:this.reference}initInstance(){var n,i;this.referenceTarget&&(this.referenceTarget&&this.popperRefer?(this.instance=m9(this.referenceTarget,this.popperRefer,this.instanceOptions),(i=this.popperRefer)==null||i.setAttribute("data-theme",(n=this.instanceOptions.theme)!=null?n:"dark")):console.error("reference or popperRefer is null, please check html element."))}resolveInputSelectorToHtmlElement(n){if(this.isElement(n))return n;if(typeof n=="string")return document.querySelector(n);if(typeof n=="object"){if(Object.prototype.hasOwnProperty.call(n,"getBoundingClientRect"))return n}else console.error("'getBoundingClientRect' is needed when use virtual elements");return null}isElement(n){return uo(n)}registerEvents(){if(this.isElement(this.referenceTarget)&&this.trigger==="hover"){const n=["mouseenter","focus"],i=["mouseleave","blur"],s=["mouseenter","mouseleave"];n.forEach(l=>{this.referenceTarget.addEventListener(l,u=>{l==="mouseenter"&&(this.isInnerPopper=!0),this.show(u)})}),i.forEach(l=>{this.referenceTarget.addEventListener(l,()=>{this.isInnerPopper=!1,setTimeout(()=>{!this.isInnerPopper&&this.hide()},this.delay)})}),this.isElement(this.popperRefer)&&s.forEach(l=>{this.popperRefer.addEventListener(l,()=>{l==="mouseenter"&&(this.isInnerPopper=!0),l==="mouseleave"&&this.hide()})})}this.trigger==="click"&&["click"].forEach(i=>{document.body.addEventListener(i,s=>{this.isSameElement(s.target,this.reference)||this.reference.contains(s.target)?this.show(s):this.isShow&&!this.isSameElement(s.target,this.popperRefer)&&this.hide()})})}isSameElement(n,i){return n&&(n===i||n===i.firstElementChild)}}const Am="abcdefghijklmnopqrstuvwxyz0123456789",Na=(e,n=Am)=>{let i="";for(let s=0;s<e;s++)i+=n[parseInt((Math.random()*n.length).toString(),10)];return i};class Em{constructor(n){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:i=!1,maskAttrTag:s="auto",parentNode:l=document.body,maskStyle:u={}}=n||{};this.activeInstance=void 0,this.multiInstance=i,this.uniqueMaskAttrTag=this.getMaskAttrTag(s),this.parentNode=l||document,this.mask=this.getMask(),this.backupMask=this.createMask("data-bk-backup-uid"),this.setMaskStyle(Object.assign({},this.maskStyle,u))}show(n,i,s=!0,l={},u=null){const h=u!=null?u:Na(16),f=/-?\d+/.test(`${i}`)?i:fn.getModalNextIndex();let g=Object.assign({},this.maskStyle,l||{});s||this.lastUUID&&(g=this.zIndexStore.get(this.lastUUID).style),this.storeMaskInsCfg({zIndex:f,style:P({},g),uuid:h,preUID:this.lastUUID}),this.setMaskStyle(g),this.mask.style.setProperty("display","block"),this.mask.style.setProperty("z-index",`${f}`),this.backupMask.style.setProperty("z-index",`${f-1}`),n&&(this.activeInstance=n,this.appendContentToMask(n))}hide(n,i){var l;const s=i!=null?i:this.lastUUID;this.mask.style.setProperty("display","none"),n==null||n.remove(),(l=this.activeInstance)==null||l.remove(),this.activeInstance=void 0,this.popIndexStore(s)}storeMaskInsCfg(n){return this.zIndexStore.set(n.uuid,n),this.lastUUID=n.uuid,this.zIndexStore.get(n.uuid)}popIndexStore(n){if(this.zIndexStore.has(n)){const i=this.zIndexStore.get(n);return this.lastUUID=i.preUID,this.zIndexStore.delete(n)}return this.lastUUID=null,!1}backupActiveInstance(){this.activeInstance&&this.backupMask.append(this.activeInstance)}backupContentElement(n){n&&this.backupMask.append(n)}getActiveContentInstance(){return this.activeInstance}getMask(){if(this.multiInstance)return this.createMask();let n=this.parentNode.querySelector(`[data-bkmask-uid='${this.uniqueMaskAttrTag}']`);return n||(n=this.createMask()),n}createMask(n="data-bk-mask-uid"){const i=document.createElement("div");return i.setAttribute(n,this.uniqueMaskAttrTag),this.parentNode.append(i),i}setMaskStyle(n={}){this.mask&&Object.entries(n).forEach(i=>this.mask.style.setProperty(i[0],i[1]))}getMaskAttrTag(n){return/^(auto|\s+)$/i.test(n)||n===null||n===void 0||n===""?`__bk_mask_${Na(16)}`:n}appendContentToMask(n){this.mask.append(n)}}const Xn=new Em({});class Vm{constructor(){this.popInstanceList=[],this.uuidAttrName="data-bk-pop-uuid"}show(n,i=!0,s={}){if(!n){console.warn("pop show error: content is null or undefined");return}const l=fn.getModalNextIndex(),u=Na(16);n.setAttribute(this.uuidAttrName,u),this.popInstanceList.push({uuid:u,zIndex:l,content:n,showMask:i,appendStyle:s}),i&&Xn.backupActiveInstance(),Xn.show(n,l,i,s,u)}popHide(n=!0){if(this.popInstanceList.length){if(n){const i=this.popInstanceList.pop();Xn.popIndexStore(i.uuid),i.remove()}if(this.popInstanceList.length){const i=this.popInstanceList.slice(-1)[0],{zIndex:s,content:l,showMask:u,appendStyle:h,uuid:f}=i;Xn.show(l,s,u,h,f)}else Xn.hide()}}hide(n){const i=n==null?void 0:n.getAttribute(this.uuidAttrName);if(i){const s=this.popInstanceList.findIndex(l=>l.uuid===i);s>=0&&(this.popInstanceList[s].content.remove(),this.popInstanceList.splice(s,1),Xn.popIndexStore(i),this.popInstanceList.length?this.popHide(!1):Xn.hide())}else n==null||n.remove()}}const co=new Vm;/*!
|
2
|
-
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
3
|
-
*
|
4
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
5
|
-
* Released under the MIT License.
|
6
|
-
*/function Cd(e){return Object.prototype.toString.call(e)==="[object Object]"}function Wm(e){var n,i;return Cd(e)===!1?!1:(n=e.constructor,n===void 0?!0:(i=n.prototype,!(Cd(i)===!1||i.hasOwnProperty("isPrototypeOf")===!1)))}function lr(){return lr=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i=arguments[n];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(e[s]=i[s])}return e},lr.apply(this,arguments)}function y9(e,n){if(e==null)return{};var i,s,l={},u=Object.keys(e);for(s=0;s<u.length;s++)n.indexOf(i=u[s])>=0||(l[i]=e[i]);return l}const Zm={silent:!1,logLevel:"warn"},Rm=["validator"],C9=Object.prototype,v9=C9.toString,Gm=C9.hasOwnProperty,b9=/^\s*function (\w+)/;function vd(e){var n;const i=(n=e==null?void 0:e.type)!==null&&n!==void 0?n:e;if(i){const s=i.toString().match(b9);return s?s[1]:""}return""}const ii=Wm,Ym=e=>e;let pt=Ym;const ji=(e,n)=>Gm.call(e,n),Bm=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e},zi=Array.isArray||function(e){return v9.call(e)==="[object Array]"},Ji=e=>v9.call(e)==="[object Function]",wa=e=>ii(e)&&ji(e,"_vueTypes_name"),N9=e=>ii(e)&&(ji(e,"type")||["_vueTypes_name","validator","default","required"].some(n=>ji(e,n)));function Go(e,n){return Object.defineProperty(e.bind(n),"__original",{value:e})}function si(e,n,i=!1){let s,l=!0,u="";s=ii(e)?e:{type:e};const h=wa(s)?s._vueTypes_name+" - ":"";if(N9(s)&&s.type!==null){if(s.type===void 0||s.type===!0||!s.required&&n===void 0)return l;zi(s.type)?(l=s.type.some(f=>si(f,n,!0)===!0),u=s.type.map(f=>vd(f)).join(" or ")):(u=vd(s),l=u==="Array"?zi(n):u==="Object"?ii(n):u==="String"||u==="Number"||u==="Boolean"||u==="Function"?function(f){if(f==null)return"";const g=f.constructor.toString().match(b9);return g?g[1]:""}(n)===u:n instanceof s.type)}if(!l){const f=`${h}value "${n}" should be of type "${u}"`;return i===!1?(pt(f),!1):f}if(ji(s,"validator")&&Ji(s.validator)){const f=pt,g=[];if(pt=m=>{g.push(m)},l=s.validator(n),pt=f,!l){const m=(g.length>1?"* ":"")+g.join(`
|
7
|
-
* `);return g.length=0,i===!1?(pt(m),l):m}}return l}function at(e,n){const i=Object.defineProperties(n,{_vueTypes_name:{value:e,writable:!0},isRequired:{get(){return this.required=!0,this}},def:{value(l){return l===void 0?(ji(this,"default")&&delete this.default,this):Ji(l)||si(this,l,!0)===!0?(this.default=zi(l)?()=>[...l]:ii(l)?()=>Object.assign({},l):l,this):(pt(`${this._vueTypes_name} - invalid default value: "${l}"`),this)}}}),{validator:s}=i;return Ji(s)&&(i.validator=Go(s,i)),i}function dn(e,n){const i=at(e,n);return Object.defineProperty(i,"validate",{value(s){return Ji(this.validator)&&pt(`${this._vueTypes_name} - calling .validate() will overwrite the current custom validator function. Validator info:
|
8
|
-
${JSON.stringify(this)}`),this.validator=Go(s,this),this}})}function bd(e,n,i){const s=function(g){const m={};return Object.getOwnPropertyNames(g).forEach(I=>{m[I]=Object.getOwnPropertyDescriptor(g,I)}),Object.defineProperties({},m)}(n);if(s._vueTypes_name=e,!ii(i))return s;const{validator:l}=i,u=y9(i,Rm);if(Ji(l)){let{validator:g}=s;g&&(g=(f=(h=g).__original)!==null&&f!==void 0?f:h),s.validator=Go(g?function(m){return g.call(this,m)&&l.call(this,m)}:l,s)}var h,f;return Object.assign(s,u)}function ja(e){return e.replace(/^(?!\s*$)/gm," ")}const Hm=()=>dn("any",{}),Fm=()=>dn("function",{type:Function}),Um=()=>dn("boolean",{type:Boolean}),_m=()=>dn("string",{type:String}),Xm=()=>dn("number",{type:Number}),Km=()=>dn("array",{type:Array}),$m=()=>dn("object",{type:Object}),qm=()=>at("integer",{type:Number,validator:e=>Bm(e)}),eM=()=>at("symbol",{validator:e=>typeof e=="symbol"});function tM(e,n="custom validation failed"){if(typeof e!="function")throw new TypeError("[VueTypes error]: You must provide a function as argument");return at(e.name||"<<anonymous function>>",{type:null,validator(i){const s=e(i);return s||pt(`${this._vueTypes_name} - ${n}`),s}})}function nM(e){if(!zi(e))throw new TypeError("[VueTypes error]: You must provide an array as argument.");const n=`oneOf - value should be one of "${e.join('", "')}".`,i=e.reduce((s,l)=>{if(l!=null){const u=l.constructor;s.indexOf(u)===-1&&s.push(u)}return s},[]);return at("oneOf",{type:i.length>0?i:void 0,validator(s){const l=e.indexOf(s)!==-1;return l||pt(n),l}})}function iM(e){if(!zi(e))throw new TypeError("[VueTypes error]: You must provide an array as argument");let n=!1,i=[];for(let l=0;l<e.length;l+=1){const u=e[l];if(N9(u)){if(wa(u)&&u._vueTypes_name==="oneOf"&&u.type){i=i.concat(u.type);continue}if(Ji(u.validator)&&(n=!0),u.type===!0||!u.type){pt('oneOfType - invalid usage of "true" or "null" as types.');continue}i=i.concat(u.type)}else i.push(u)}i=i.filter((l,u)=>i.indexOf(l)===u);const s=i.length>0?i:null;return at("oneOfType",n?{type:s,validator(l){const u=[],h=e.some(f=>{const g=si(wa(f)&&f._vueTypes_name==="oneOf"?f.type||null:f,l,!0);return typeof g=="string"&&u.push(g),g===!0});return h||pt(`oneOfType - provided value does not match any of the ${u.length} passed-in validators:
|
9
|
-
${ja(u.join(`
|
10
|
-
`))}`),h}}:{type:s})}function rM(e){return at("arrayOf",{type:Array,validator(n){let i="";const s=n.every(l=>(i=si(e,l,!0),i===!0));return s||pt(`arrayOf - value validation error:
|
11
|
-
${ja(i)}`),s}})}function aM(e){return at("instanceOf",{type:e})}function sM(e){return at("objectOf",{type:Object,validator(n){let i="";const s=Object.keys(n).every(l=>(i=si(e,n[l],!0),i===!0));return s||pt(`objectOf - value validation error:
|
12
|
-
${ja(i)}`),s}})}function oM(e){const n=Object.keys(e),i=n.filter(l=>{var u;return!((u=e[l])===null||u===void 0||!u.required)}),s=at("shape",{type:Object,validator(l){if(!ii(l))return!1;const u=Object.keys(l);if(i.length>0&&i.some(h=>u.indexOf(h)===-1)){const h=i.filter(f=>u.indexOf(f)===-1);return pt(h.length===1?`shape - required property "${h[0]}" is not defined.`:`shape - required properties "${h.join('", "')}" are not defined.`),!1}return u.every(h=>{if(n.indexOf(h)===-1)return this._vueTypes_isLoose===!0||(pt(`shape - shape definition does not include a "${h}" property. Allowed keys: "${n.join('", "')}".`),!1);const f=si(e[h],l[h],!0);return typeof f=="string"&&pt(`shape - "${h}" property validation error:
|
13
|
-
${ja(f)}`),f===!0})}});return Object.defineProperty(s,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(s,"loose",{get(){return this._vueTypes_isLoose=!0,this}}),s}const lM=["name","validate","getter"],uM=(()=>{var e,n;return n=e=class{static get any(){return Hm()}static get func(){return Fm().def(this.defaults.func)}static get bool(){return Um().def(this.defaults.bool)}static get string(){return _m().def(this.defaults.string)}static get number(){return Xm().def(this.defaults.number)}static get array(){return Km().def(this.defaults.array)}static get object(){return $m().def(this.defaults.object)}static get integer(){return qm().def(this.defaults.integer)}static get symbol(){return eM()}static extend(i){if(zi(i))return i.forEach(m=>this.extend(m)),this;const{name:s,validate:l=!1,getter:u=!1}=i,h=y9(i,lM);if(ji(this,s))throw new TypeError(`[VueTypes error]: Type "${s}" already defined`);const{type:f}=h;if(wa(f))return delete h.type,Object.defineProperty(this,s,u?{get:()=>bd(s,f,h)}:{value(...m){const I=bd(s,f,h);return I.validator&&(I.validator=I.validator.bind(I,...m)),I}});let g;return g=u?{get(){const m=Object.assign({},h);return l?dn(s,m):at(s,m)},enumerable:!0}:{value(...m){const I=Object.assign({},h);let C;return C=l?dn(s,I):at(s,I),I.validator&&(C.validator=I.validator.bind(C,...m)),C},enumerable:!0},Object.defineProperty(this,s,g)}},e.defaults={},e.sensibleDefaults=void 0,e.config=Zm,e.custom=tM,e.oneOf=nM,e.instanceOf=aM,e.oneOfType=iM,e.arrayOf=rM,e.objectOf=sM,e.shape=oM,e.utils={validate:(i,s)=>si(s,i,!0)===!0,toType:(i,s,l=!1)=>l?dn(i,s):at(i,s)},n})();function w9(e={func:()=>{},bool:!0,string:"",number:0,array:()=>[],object:()=>({}),integer:0}){var n,i;return i=n=class extends uM{static get sensibleDefaults(){return lr({},this.defaults)}static set sensibleDefaults(s){this.defaults=s!==!1?lr({},s!==!0?s:e):{}}},n.defaults=lr({},e),i}class xv extends w9(){}const cM=w9({});function dM(e){return e.reduce((n,i)=>(n[i]=i,n),Object.create(null))}class d extends cM{static size(n=["small","default","large"]){return at("Size",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid size, ${i}, the size must be one of \u3010${n.join(" | ")}\u3011`),!1),default:"default"})}static theme(n=["primary","warning","success","danger"]){return at("Theme",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid theme, ${i}, the theme must be one of \u3010${n.join(" | ")}\u3011`),!1)})}static placement(n=["top","left","right","bottom"]){return at("Placements",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid placements, ${i}, the placement must be one of \u3010${n.join(" | ")}\u3011`),!1),default:"top"})}static commonType(n=[],i="commonType"){return at(i.replace(/^\S/,s=>s.toUpperCase()),{type:String,validator:s=>{const l=n.includes(s);return l||console.error(`invalid ${i}, ${s}, the ${i} must be one of \u3010${n.join(" | ")}\u3011`),l},default:n[0]})}static style(){return at("Style",{type:[String,Object]})}static position(n=["top-left","top-right","bottom-left","bottom-right"]){return at("positions",{type:String,validator:i=>!i||n.includes(i)?!0:(console.error(`invalid positions, ${i}, the position must be one of \u3010${n.join(" | ")}\u3011`),!1),default:"top-center"})}}function Ne(e,n=""){return Object.entries(e).filter(i=>i[1]).map(i=>i[0]).join(" ").concat(n?` ${n}`:"")}const L9=Object.create({}),k9=e=>Object.keys(e).length<1,Ze=e=>(e.install=function(n,{prefix:i}={}){const s=n.config.globalProperties.bkUIPrefix||i||"Bk";n.component(s+e.name,e)},e),tn=(e,n,i=!1)=>(e.install=function(s,{prefix:l}={}){const u=s.config.globalProperties.bkUIPrefix||l||"Bk";s.component(u+e.name,e),!i&&Object.values(n).forEach(h=>{s.component(u+h.name,h)})},Object.keys(n).forEach(s=>{e[s]=n[s]}),e);function et(e,n="bk"){return`${n}-${e}`}function T9(e,n,i){return a.h(e.name,je(P({key:n},e.attributes),{style:`${e.attributes.style} ${i}`}),(e.elements||[]).map((s,l)=>T9(s,`${n}-${e.name}-${l}`)))}const ke=(e,n)=>{const m=P(P({},n.attrs),e),{data:i,name:s,width:l,height:u,fill:h}=m,f=lo(m,["data","name","width","height","fill"]),g=`width: ${l}; height: ${u}; fill: ${h}`;return a.createVNode("span",f,[T9(i,s,g)])};ke.inheritAttrs=!1;ke.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 fM=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"}}]}'),gr=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:fM,name:"angleDoubleLeft"}),null)};gr.displayName="angleDoubleLeft";gr.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 hM=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"}}]}'),pr=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:hM,name:"angleDoubleRight"}),null)};pr.displayName="angleDoubleRight";pr.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 gM=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"}}]}'),Yo=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:gM,name:"angleDownFill"}),null)};Yo.displayName="angleDownFill";Yo.inheritAttrs=!1;const pM=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"}}]}'),Bo=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:pM,name:"angleDownLine"}),null)};Bo.displayName="angleDownLine";Bo.inheritAttrs=!1;const mM=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"}}]}'),za=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:mM,name:"angleDown"}),null)};za.displayName="angleDown";za.inheritAttrs=!1;const MM=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"}}]}'),Qi=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:MM,name:"angleLeft"}),null)};Qi.displayName="angleLeft";Qi.inheritAttrs=!1;const IM=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"}}]}'),ri=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:IM,name:"angleRight"}),null)};ri.displayName="angleRight";ri.inheritAttrs=!1;const yM=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"}}]}'),Ja=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:yM,name:"angleUpFill"}),null)};Ja.displayName="angleUpFill";Ja.inheritAttrs=!1;const CM=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"}}]}'),Qa=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:CM,name:"angleUp"}),null)};Qa.displayName="angleUp";Qa.inheritAttrs=!1;const vM=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"}}]}'),Ho=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:vM,name:"arrowsLeft"}),null)};Ho.displayName="arrowsLeft";Ho.inheritAttrs=!1;const bM=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"}}]}'),Fo=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:bM,name:"arrowsRight"}),null)};Fo.displayName="arrowsRight";Fo.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 NM=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"}}]}'),Uo=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:NM,name:"circle"}),null)};Uo.displayName="circle";Uo.inheritAttrs=!1;const wM=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"}}]}'),Vn=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:wM,name:"close"}),null)};Vn.displayName="close";Vn.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"}}]}');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"}}]}');const LM=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"}}]}'),_o=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:LM,name:"collapseLeft"}),null)};_o.displayName="collapseLeft";_o.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"}}]}');const kM=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"}}]}'),Xo=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:kM,name:"done"}),null)};Xo.displayName="done";Xo.inheritAttrs=!1;const TM=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"}}]}'),Ko=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:TM,name:"downShape"}),null)};Ko.displayName="downShape";Ko.inheritAttrs=!1;const xM=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"}}]}'),La=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:xM,name:"downSmall"}),null)};La.displayName="downSmall";La.inheritAttrs=!1;const SM=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"}}]}'),ka=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:SM,name:"ellipsis"}),null)};ka.displayName="ellipsis";ka.inheritAttrs=!1;const DM=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"}}]}'),Wn=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:DM,name:"error"}),null)};Wn.displayName="error";Wn.inheritAttrs=!1;const jM=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"}}]}'),$o=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:jM,name:"eye"}),null)};$o.displayName="eye";$o.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 zM=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"}}]}'),qo=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:zM,name:"folderShapeOpen"}),null)};qo.displayName="folderShapeOpen";qo.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 JM=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"}}]}'),el=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:JM,name:"folder"}),null)};el.displayName="folder";el.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"}}]}');const QM=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"}}]}'),tl=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:QM,name:"help"}),null)};tl.displayName="help";tl.inheritAttrs=!1;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"}}]}');const PM=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"}}]}'),Pa=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:PM,name:"info"}),null)};Pa.displayName="info";Pa.inheritAttrs=!1;const OM=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"}}]}'),nl=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:OM,name:"leftShape"}),null)};nl.displayName="leftShape";nl.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":"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 AM=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"}}]}'),il=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:AM,name:"plus"}),null)};il.displayName="plus";il.inheritAttrs=!1;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 EM=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"}}]}'),Oa=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:EM,name:"rightShape"}),null)};Oa.displayName="rightShape";Oa.inheritAttrs=!1;const VM=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"}}]}'),rl=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:VM,name:"search"}),null)};rl.displayName="search";rl.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 WM=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"}}]}]}'),al=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:WM,name:"spinner"}),null)};al.displayName="spinner";al.inheritAttrs=!1;const ZM=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"}}]}'),Aa=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:ZM,name:"success"}),null)};Aa.displayName="success";Aa.inheritAttrs=!1;const RM=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"}}]}'),sl=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:RM,name:"switcherLoading"}),null)};sl.displayName="switcherLoading";sl.inheritAttrs=!1;const GM=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"}}]}'),ol=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:GM,name:"textFile"}),null)};ol.displayName="textFile";ol.inheritAttrs=!1;const YM=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"}}]}'),ll=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:YM,name:"treeApplicationShape"}),null)};ll.displayName="treeApplicationShape";ll.inheritAttrs=!1;const BM=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"}}]}'),ul=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:BM,name:"unvisible"}),null)};ul.displayName="unvisible";ul.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 HM=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"}}]}'),Ea=(e,n)=>{const i=P(P({},e),n.attrs);return a.createVNode(ke,a.mergeProps(i,{data:HM,name:"warn"}),null)};Ea.displayName="warn";Ea.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 FM=a.defineComponent({name:"Alert",props:{theme:d.theme(["info","success","warning","error"]).def("info"),size:d.string,title:d.string,closable:d.bool.def(!1),closeText:d.string,showIcon:d.bool.def(!0)},emits:["close"],setup(e,n){const i=a.reactive({visible:!0});return{state:i,handleClose:()=>{i.visible=!1,n.emit("close")}}},render(){if(!this.state.visible)return null;const e=Boolean(this.closeText),n=Ne({"bk-alert-close":!0,"close-text":e,"icon-close":!e}),i=Ne({"bk-alert":!0,[`bk-alert-${this.theme}`]:!0});return a.createVNode("div",{class:i},[a.createVNode("div",{class:"bk-alert-wraper"},[this.showIcon&&a.createVNode(tl,{class:"bk-alert-icon-info"},null),a.createVNode("div",{class:"bk-alert-content"},[a.createVNode("div",{class:"bk-alert-title"},[this.title]),a.createVNode("div",{class:"bk-alert-description"},null)]),a.createVNode("span",{class:n,onClick:this.handleClose},[this.closeText])])])}});const x9=Ze(FM);var UM=a.defineComponent({name:"AnimateNumber",props:{value:d.number.def(0),digits:d.number.def(0)},setup(e){let n=-1;const i=a.ref(0),s=a.computed(()=>Number(i.value).toFixed(e.digits)),l=(u,h)=>{if(Number.isNaN(+h))return 0;const f=Math.abs(h-u),g=h-u>0?1:-1,m=Math.ceil(f/30*10**e.digits)/10**e.digits,I=Math.ceil(f/m),C=25/I;let b=1;const N=()=>{if(b<C){n=requestAnimationFrame(N),b=b+1;return}i.value+=m*g,(g===1?i.value<h:i.value>h)?(n=requestAnimationFrame(N),b=1):i.value=h};N()};return a.watch(()=>e.value,(u,h)=>{l(h,u)}),a.onMounted(()=>{l(0,e.value)}),a.onBeforeUnmount(()=>{cancelAnimationFrame(n)}),()=>a.createVNode("span",null,[s.value])}});const S9=Ze(UM);var tr=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},mr={exports:{}};/**
|
1
|
+
"use strict";var m8=Object.defineProperty;var v8=(e,t,n)=>t in e?m8(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var De=(e,t,n)=>(v8(e,typeof t!="symbol"?t+"":t,n),n);Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("vue");function y8(e,t=0,n,i=500,s){const o=Math.abs(t-n),u=Math.ceil(o/i*50);function c(d,f,g){if(d===f){s==null||s();return}let m=d+g>f?f:d+g;d>f&&(m=d-g<f?f:d-g),e===window?window.scrollTo(m,m):e.scrollTop=m,window.requestAnimationFrame(()=>c(m,f,g))}c(t,n,u)}function D6(e){return e===null||typeof e>"u"}function j6(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 Ms(e){return e!==null&&/^\[object (Object|Module)\]/.test(Object.prototype.toString.call(e))}function dd(e){if(j6(e))return e.map(dd);if(Ms(e)){const t=Object.create(null),n=Object.keys(e),i=n.length;let s=0;for(;s<i;++s)t[n[s]]=dd(e[n[s]]);return t}return e}function b8(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function C8(e,t,n,i){if(!b8(e))return;const s=t[e],o=n[e];Ms(s)&&Ms(o)?O6(s,o,i):t[e]=dd(o)}function O6(e,t,n){const i=j6(t)?t:[t],s=i.length;if(!Ms(e))return e;n=n||{};const o=n.merger||C8;for(let u=0;u<s;++u){if(t=i[u],!Ms(t))continue;const c=Object.keys(t);for(let d=0,f=c.length;d<f;++d)o(c[d],e,t,n)}return e}function Lr(e){try{return e instanceof HTMLElement}catch{return typeof e=="object"&&e.nodeType===1&&typeof e.style=="object"&&typeof e.ownerDocument=="object"}}function w8(e){return e.offsetWidth<e.scrollWidth||e.offsetHeight<e.scrollHeight}const E6=Symbol("form"),A6=Symbol("formItem"),M8=()=>r.inject(E6),Zn=()=>r.inject(A6,void 0);var ia=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Da(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var dl={exports:{}};/**
|
14
2
|
* @license
|
15
3
|
* Lodash <https://lodash.com/>
|
16
4
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
17
5
|
* Released under MIT license <https://lodash.com/license>
|
18
6
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
19
7
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
20
|
-
*/(function(e,n){(function(){var i,s="4.17.21",l=200,u="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",h="Expected a function",f="Invalid `variable` option passed into `_.template`",g="__lodash_hash_undefined__",m=500,I="__lodash_placeholder__",C=1,b=2,N=4,L=1,x=2,j=1,D=2,A=4,J=8,U=16,O=32,_=64,H=128,te=256,R=512,ee=30,G="...",X=800,W=16,S=1,Y=2,ne=3,se=1/0,q=9007199254740991,le=17976931348623157e292,ce=0/0,me=4294967295,Se=me-1,Te=me>>>1,B=[["ary",H],["bind",j],["bindKey",D],["curry",J],["curryRight",U],["flip",R],["partial",O],["partialRight",_],["rearg",te]],$="[object Arguments]",fe="[object Array]",$e="[object AsyncFunction]",ze="[object Boolean]",_e="[object Date]",ot="[object DOMException]",tt="[object Error]",lt="[object Function]",bt="[object GeneratorFunction]",Pe="[object Map]",Z="[object Number]",K="[object Null]",re="[object Object]",Me="[object Promise]",we="[object Proxy]",ae="[object RegExp]",pe="[object Set]",Be="[object String]",mt="[object Symbol]",qe="[object Undefined]",Dt="[object WeakMap]",He="[object WeakSet]",Oe="[object ArrayBuffer]",ut="[object DataView]",Mt="[object Float32Array]",Za="[object Float64Array]",Ra="[object Int8Array]",Ga="[object Int16Array]",Ya="[object Int32Array]",Ba="[object Uint8Array]",Ha="[object Uint8ClampedArray]",Fa="[object Uint16Array]",Ua="[object Uint32Array]",Y0=/\b__p \+= '';/g,B0=/\b(__p \+=) '' \+/g,H0=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ql=/&(?:amp|lt|gt|quot|#39);/g,Pl=/[&<>"']/g,F0=RegExp(Ql.source),U0=RegExp(Pl.source),_0=/<%-([\s\S]+?)%>/g,X0=/<%([\s\S]+?)%>/g,Ol=/<%=([\s\S]+?)%>/g,K0=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,$0=/^\w*$/,q0=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,_a=/[\\^$.*+?()[\]{}|]/g,e3=RegExp(_a.source),Xa=/^\s+/,t3=/\s/,n3=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,i3=/\{\n\/\* \[wrapped with (.+)\] \*/,r3=/,? & /,a3=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,s3=/[()=,{}\[\]\/\s]/,o3=/\\(\\)?/g,l3=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Al=/\w*$/,u3=/^[-+]0x[0-9a-f]+$/i,c3=/^0b[01]+$/i,d3=/^\[object .+?Constructor\]$/,f3=/^0o[0-7]+$/i,h3=/^(?:0|[1-9]\d*)$/,g3=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,yr=/($^)/,p3=/['\n\r\u2028\u2029\\]/g,Cr="\\ud800-\\udfff",m3="\\u0300-\\u036f",M3="\\ufe20-\\ufe2f",I3="\\u20d0-\\u20ff",El=m3+M3+I3,Vl="\\u2700-\\u27bf",Wl="a-z\\xdf-\\xf6\\xf8-\\xff",y3="\\xac\\xb1\\xd7\\xf7",C3="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",v3="\\u2000-\\u206f",b3=" \\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",Zl="A-Z\\xc0-\\xd6\\xd8-\\xde",Rl="\\ufe0e\\ufe0f",Gl=y3+C3+v3+b3,Ka="['\u2019]",N3="["+Cr+"]",Yl="["+Gl+"]",vr="["+El+"]",Bl="\\d+",w3="["+Vl+"]",Hl="["+Wl+"]",Fl="[^"+Cr+Gl+Bl+Vl+Wl+Zl+"]",$a="\\ud83c[\\udffb-\\udfff]",L3="(?:"+vr+"|"+$a+")",Ul="[^"+Cr+"]",qa="(?:\\ud83c[\\udde6-\\uddff]){2}",es="[\\ud800-\\udbff][\\udc00-\\udfff]",oi="["+Zl+"]",_l="\\u200d",Xl="(?:"+Hl+"|"+Fl+")",k3="(?:"+oi+"|"+Fl+")",Kl="(?:"+Ka+"(?:d|ll|m|re|s|t|ve))?",$l="(?:"+Ka+"(?:D|LL|M|RE|S|T|VE))?",ql=L3+"?",eu="["+Rl+"]?",T3="(?:"+_l+"(?:"+[Ul,qa,es].join("|")+")"+eu+ql+")*",x3="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",S3="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",tu=eu+ql+T3,D3="(?:"+[w3,qa,es].join("|")+")"+tu,j3="(?:"+[Ul+vr+"?",vr,qa,es,N3].join("|")+")",z3=RegExp(Ka,"g"),J3=RegExp(vr,"g"),ts=RegExp($a+"(?="+$a+")|"+j3+tu,"g"),Q3=RegExp([oi+"?"+Hl+"+"+Kl+"(?="+[Yl,oi,"$"].join("|")+")",k3+"+"+$l+"(?="+[Yl,oi+Xl,"$"].join("|")+")",oi+"?"+Xl+"+"+Kl,oi+"+"+$l,S3,x3,Bl,D3].join("|"),"g"),P3=RegExp("["+_l+Cr+El+Rl+"]"),O3=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,A3=["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"],E3=-1,Re={};Re[Mt]=Re[Za]=Re[Ra]=Re[Ga]=Re[Ya]=Re[Ba]=Re[Ha]=Re[Fa]=Re[Ua]=!0,Re[$]=Re[fe]=Re[Oe]=Re[ze]=Re[ut]=Re[_e]=Re[tt]=Re[lt]=Re[Pe]=Re[Z]=Re[re]=Re[ae]=Re[pe]=Re[Be]=Re[Dt]=!1;var We={};We[$]=We[fe]=We[Oe]=We[ut]=We[ze]=We[_e]=We[Mt]=We[Za]=We[Ra]=We[Ga]=We[Ya]=We[Pe]=We[Z]=We[re]=We[ae]=We[pe]=We[Be]=We[mt]=We[Ba]=We[Ha]=We[Fa]=We[Ua]=!0,We[tt]=We[lt]=We[Dt]=!1;var V3={\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"},W3={"&":"&","<":"<",">":">",'"':""","'":"'"},Z3={"&":"&","<":"<",">":">",""":'"',"'":"'"},R3={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},G3=parseFloat,Y3=parseInt,nu=typeof tr=="object"&&tr&&tr.Object===Object&&tr,B3=typeof self=="object"&&self&&self.Object===Object&&self,ct=nu||B3||Function("return this")(),ns=n&&!n.nodeType&&n,Zn=ns&&!0&&e&&!e.nodeType&&e,iu=Zn&&Zn.exports===ns,is=iu&&nu.process,At=function(){try{var k=Zn&&Zn.require&&Zn.require("util").types;return k||is&&is.binding&&is.binding("util")}catch{}}(),ru=At&&At.isArrayBuffer,au=At&&At.isDate,su=At&&At.isMap,ou=At&&At.isRegExp,lu=At&&At.isSet,uu=At&&At.isTypedArray;function jt(k,Q,z){switch(z.length){case 0:return k.call(Q);case 1:return k.call(Q,z[0]);case 2:return k.call(Q,z[0],z[1]);case 3:return k.call(Q,z[0],z[1],z[2])}return k.apply(Q,z)}function H3(k,Q,z,oe){for(var Ie=-1,Je=k==null?0:k.length;++Ie<Je;){var nt=k[Ie];Q(oe,nt,z(nt),k)}return oe}function Et(k,Q){for(var z=-1,oe=k==null?0:k.length;++z<oe&&Q(k[z],z,k)!==!1;);return k}function F3(k,Q){for(var z=k==null?0:k.length;z--&&Q(k[z],z,k)!==!1;);return k}function cu(k,Q){for(var z=-1,oe=k==null?0:k.length;++z<oe;)if(!Q(k[z],z,k))return!1;return!0}function kn(k,Q){for(var z=-1,oe=k==null?0:k.length,Ie=0,Je=[];++z<oe;){var nt=k[z];Q(nt,z,k)&&(Je[Ie++]=nt)}return Je}function br(k,Q){var z=k==null?0:k.length;return!!z&&li(k,Q,0)>-1}function rs(k,Q,z){for(var oe=-1,Ie=k==null?0:k.length;++oe<Ie;)if(z(Q,k[oe]))return!0;return!1}function Ge(k,Q){for(var z=-1,oe=k==null?0:k.length,Ie=Array(oe);++z<oe;)Ie[z]=Q(k[z],z,k);return Ie}function Tn(k,Q){for(var z=-1,oe=Q.length,Ie=k.length;++z<oe;)k[Ie+z]=Q[z];return k}function as(k,Q,z,oe){var Ie=-1,Je=k==null?0:k.length;for(oe&&Je&&(z=k[++Ie]);++Ie<Je;)z=Q(z,k[Ie],Ie,k);return z}function U3(k,Q,z,oe){var Ie=k==null?0:k.length;for(oe&&Ie&&(z=k[--Ie]);Ie--;)z=Q(z,k[Ie],Ie,k);return z}function ss(k,Q){for(var z=-1,oe=k==null?0:k.length;++z<oe;)if(Q(k[z],z,k))return!0;return!1}var _3=os("length");function X3(k){return k.split("")}function K3(k){return k.match(a3)||[]}function du(k,Q,z){var oe;return z(k,function(Ie,Je,nt){if(Q(Ie,Je,nt))return oe=Je,!1}),oe}function Nr(k,Q,z,oe){for(var Ie=k.length,Je=z+(oe?1:-1);oe?Je--:++Je<Ie;)if(Q(k[Je],Je,k))return Je;return-1}function li(k,Q,z){return Q===Q?cf(k,Q,z):Nr(k,fu,z)}function $3(k,Q,z,oe){for(var Ie=z-1,Je=k.length;++Ie<Je;)if(oe(k[Ie],Q))return Ie;return-1}function fu(k){return k!==k}function hu(k,Q){var z=k==null?0:k.length;return z?us(k,Q)/z:ce}function os(k){return function(Q){return Q==null?i:Q[k]}}function ls(k){return function(Q){return k==null?i:k[Q]}}function gu(k,Q,z,oe,Ie){return Ie(k,function(Je,nt,Ve){z=oe?(oe=!1,Je):Q(z,Je,nt,Ve)}),z}function q3(k,Q){var z=k.length;for(k.sort(Q);z--;)k[z]=k[z].value;return k}function us(k,Q){for(var z,oe=-1,Ie=k.length;++oe<Ie;){var Je=Q(k[oe]);Je!==i&&(z=z===i?Je:z+Je)}return z}function cs(k,Q){for(var z=-1,oe=Array(k);++z<k;)oe[z]=Q(z);return oe}function ef(k,Q){return Ge(Q,function(z){return[z,k[z]]})}function pu(k){return k&&k.slice(0,yu(k)+1).replace(Xa,"")}function zt(k){return function(Q){return k(Q)}}function ds(k,Q){return Ge(Q,function(z){return k[z]})}function Vi(k,Q){return k.has(Q)}function mu(k,Q){for(var z=-1,oe=k.length;++z<oe&&li(Q,k[z],0)>-1;);return z}function Mu(k,Q){for(var z=k.length;z--&&li(Q,k[z],0)>-1;);return z}function tf(k,Q){for(var z=k.length,oe=0;z--;)k[z]===Q&&++oe;return oe}var nf=ls(V3),rf=ls(W3);function af(k){return"\\"+R3[k]}function sf(k,Q){return k==null?i:k[Q]}function ui(k){return P3.test(k)}function of(k){return O3.test(k)}function lf(k){for(var Q,z=[];!(Q=k.next()).done;)z.push(Q.value);return z}function fs(k){var Q=-1,z=Array(k.size);return k.forEach(function(oe,Ie){z[++Q]=[Ie,oe]}),z}function Iu(k,Q){return function(z){return k(Q(z))}}function xn(k,Q){for(var z=-1,oe=k.length,Ie=0,Je=[];++z<oe;){var nt=k[z];(nt===Q||nt===I)&&(k[z]=I,Je[Ie++]=z)}return Je}function wr(k){var Q=-1,z=Array(k.size);return k.forEach(function(oe){z[++Q]=oe}),z}function uf(k){var Q=-1,z=Array(k.size);return k.forEach(function(oe){z[++Q]=[oe,oe]}),z}function cf(k,Q,z){for(var oe=z-1,Ie=k.length;++oe<Ie;)if(k[oe]===Q)return oe;return-1}function df(k,Q,z){for(var oe=z+1;oe--;)if(k[oe]===Q)return oe;return oe}function ci(k){return ui(k)?hf(k):_3(k)}function Xt(k){return ui(k)?gf(k):X3(k)}function yu(k){for(var Q=k.length;Q--&&t3.test(k.charAt(Q)););return Q}var ff=ls(Z3);function hf(k){for(var Q=ts.lastIndex=0;ts.test(k);)++Q;return Q}function gf(k){return k.match(ts)||[]}function pf(k){return k.match(Q3)||[]}var mf=function k(Q){Q=Q==null?ct:di.defaults(ct.Object(),Q,di.pick(ct,A3));var z=Q.Array,oe=Q.Date,Ie=Q.Error,Je=Q.Function,nt=Q.Math,Ve=Q.Object,hs=Q.RegExp,Mf=Q.String,Vt=Q.TypeError,Lr=z.prototype,If=Je.prototype,fi=Ve.prototype,kr=Q["__core-js_shared__"],Tr=If.toString,Ae=fi.hasOwnProperty,yf=0,Cu=function(){var t=/[^.]+$/.exec(kr&&kr.keys&&kr.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),xr=fi.toString,Cf=Tr.call(Ve),vf=ct._,bf=hs("^"+Tr.call(Ae).replace(_a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Sr=iu?Q.Buffer:i,Sn=Q.Symbol,Dr=Q.Uint8Array,vu=Sr?Sr.allocUnsafe:i,jr=Iu(Ve.getPrototypeOf,Ve),bu=Ve.create,Nu=fi.propertyIsEnumerable,zr=Lr.splice,wu=Sn?Sn.isConcatSpreadable:i,Wi=Sn?Sn.iterator:i,Rn=Sn?Sn.toStringTag:i,Jr=function(){try{var t=Fn(Ve,"defineProperty");return t({},"",{}),t}catch{}}(),Nf=Q.clearTimeout!==ct.clearTimeout&&Q.clearTimeout,wf=oe&&oe.now!==ct.Date.now&&oe.now,Lf=Q.setTimeout!==ct.setTimeout&&Q.setTimeout,Qr=nt.ceil,Pr=nt.floor,gs=Ve.getOwnPropertySymbols,kf=Sr?Sr.isBuffer:i,Lu=Q.isFinite,Tf=Lr.join,xf=Iu(Ve.keys,Ve),it=nt.max,ht=nt.min,Sf=oe.now,Df=Q.parseInt,ku=nt.random,jf=Lr.reverse,ps=Fn(Q,"DataView"),Zi=Fn(Q,"Map"),ms=Fn(Q,"Promise"),hi=Fn(Q,"Set"),Ri=Fn(Q,"WeakMap"),Gi=Fn(Ve,"create"),Or=Ri&&new Ri,gi={},zf=Un(ps),Jf=Un(Zi),Qf=Un(ms),Pf=Un(hi),Of=Un(Ri),Ar=Sn?Sn.prototype:i,Yi=Ar?Ar.valueOf:i,Tu=Ar?Ar.toString:i;function M(t){if(Fe(t)&&!ye(t)&&!(t instanceof xe)){if(t instanceof Wt)return t;if(Ae.call(t,"__wrapped__"))return xc(t)}return new Wt(t)}var pi=function(){function t(){}return function(r){if(!Ye(r))return{};if(bu)return bu(r);t.prototype=r;var o=new t;return t.prototype=i,o}}();function Er(){}function Wt(t,r){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!r,this.__index__=0,this.__values__=i}M.templateSettings={escape:_0,evaluate:X0,interpolate:Ol,variable:"",imports:{_:M}},M.prototype=Er.prototype,M.prototype.constructor=M,Wt.prototype=pi(Er.prototype),Wt.prototype.constructor=Wt;function xe(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=me,this.__views__=[]}function Af(){var t=new xe(this.__wrapped__);return t.__actions__=Nt(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Nt(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Nt(this.__views__),t}function Ef(){if(this.__filtered__){var t=new xe(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function Vf(){var t=this.__wrapped__.value(),r=this.__dir__,o=ye(t),c=r<0,p=o?t.length:0,y=Kh(0,p,this.__views__),v=y.start,w=y.end,T=w-v,E=c?w:v-1,V=this.__iteratees__,F=V.length,ie=0,ue=ht(T,this.__takeCount__);if(!o||!c&&p==T&&ue==T)return Ku(t,this.__actions__);var he=[];e:for(;T--&&ie<ue;){E+=r;for(var ve=-1,ge=t[E];++ve<F;){var Le=V[ve],De=Le.iteratee,Pt=Le.type,Ct=De(ge);if(Pt==Y)ge=Ct;else if(!Ct){if(Pt==S)continue e;break e}}he[ie++]=ge}return he}xe.prototype=pi(Er.prototype),xe.prototype.constructor=xe;function Gn(t){var r=-1,o=t==null?0:t.length;for(this.clear();++r<o;){var c=t[r];this.set(c[0],c[1])}}function Wf(){this.__data__=Gi?Gi(null):{},this.size=0}function Zf(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}function Rf(t){var r=this.__data__;if(Gi){var o=r[t];return o===g?i:o}return Ae.call(r,t)?r[t]:i}function Gf(t){var r=this.__data__;return Gi?r[t]!==i:Ae.call(r,t)}function Yf(t,r){var o=this.__data__;return this.size+=this.has(t)?0:1,o[t]=Gi&&r===i?g:r,this}Gn.prototype.clear=Wf,Gn.prototype.delete=Zf,Gn.prototype.get=Rf,Gn.prototype.has=Gf,Gn.prototype.set=Yf;function gn(t){var r=-1,o=t==null?0:t.length;for(this.clear();++r<o;){var c=t[r];this.set(c[0],c[1])}}function Bf(){this.__data__=[],this.size=0}function Hf(t){var r=this.__data__,o=Vr(r,t);if(o<0)return!1;var c=r.length-1;return o==c?r.pop():zr.call(r,o,1),--this.size,!0}function Ff(t){var r=this.__data__,o=Vr(r,t);return o<0?i:r[o][1]}function Uf(t){return Vr(this.__data__,t)>-1}function _f(t,r){var o=this.__data__,c=Vr(o,t);return c<0?(++this.size,o.push([t,r])):o[c][1]=r,this}gn.prototype.clear=Bf,gn.prototype.delete=Hf,gn.prototype.get=Ff,gn.prototype.has=Uf,gn.prototype.set=_f;function pn(t){var r=-1,o=t==null?0:t.length;for(this.clear();++r<o;){var c=t[r];this.set(c[0],c[1])}}function Xf(){this.size=0,this.__data__={hash:new Gn,map:new(Zi||gn),string:new Gn}}function Kf(t){var r=Kr(this,t).delete(t);return this.size-=r?1:0,r}function $f(t){return Kr(this,t).get(t)}function qf(t){return Kr(this,t).has(t)}function eh(t,r){var o=Kr(this,t),c=o.size;return o.set(t,r),this.size+=o.size==c?0:1,this}pn.prototype.clear=Xf,pn.prototype.delete=Kf,pn.prototype.get=$f,pn.prototype.has=qf,pn.prototype.set=eh;function Yn(t){var r=-1,o=t==null?0:t.length;for(this.__data__=new pn;++r<o;)this.add(t[r])}function th(t){return this.__data__.set(t,g),this}function nh(t){return this.__data__.has(t)}Yn.prototype.add=Yn.prototype.push=th,Yn.prototype.has=nh;function Kt(t){var r=this.__data__=new gn(t);this.size=r.size}function ih(){this.__data__=new gn,this.size=0}function rh(t){var r=this.__data__,o=r.delete(t);return this.size=r.size,o}function ah(t){return this.__data__.get(t)}function sh(t){return this.__data__.has(t)}function oh(t,r){var o=this.__data__;if(o instanceof gn){var c=o.__data__;if(!Zi||c.length<l-1)return c.push([t,r]),this.size=++o.size,this;o=this.__data__=new pn(c)}return o.set(t,r),this.size=o.size,this}Kt.prototype.clear=ih,Kt.prototype.delete=rh,Kt.prototype.get=ah,Kt.prototype.has=sh,Kt.prototype.set=oh;function xu(t,r){var o=ye(t),c=!o&&_n(t),p=!o&&!c&&Qn(t),y=!o&&!c&&!p&&yi(t),v=o||c||p||y,w=v?cs(t.length,Mf):[],T=w.length;for(var E in t)(r||Ae.call(t,E))&&!(v&&(E=="length"||p&&(E=="offset"||E=="parent")||y&&(E=="buffer"||E=="byteLength"||E=="byteOffset")||yn(E,T)))&&w.push(E);return w}function Su(t){var r=t.length;return r?t[Ts(0,r-1)]:i}function lh(t,r){return $r(Nt(t),Bn(r,0,t.length))}function uh(t){return $r(Nt(t))}function Ms(t,r,o){(o!==i&&!$t(t[r],o)||o===i&&!(r in t))&&mn(t,r,o)}function Bi(t,r,o){var c=t[r];(!(Ae.call(t,r)&&$t(c,o))||o===i&&!(r in t))&&mn(t,r,o)}function Vr(t,r){for(var o=t.length;o--;)if($t(t[o][0],r))return o;return-1}function ch(t,r,o,c){return Dn(t,function(p,y,v){r(c,p,o(p),v)}),c}function Du(t,r){return t&&an(r,st(r),t)}function dh(t,r){return t&&an(r,Lt(r),t)}function mn(t,r,o){r=="__proto__"&&Jr?Jr(t,r,{configurable:!0,enumerable:!0,value:o,writable:!0}):t[r]=o}function Is(t,r){for(var o=-1,c=r.length,p=z(c),y=t==null;++o<c;)p[o]=y?i:$s(t,r[o]);return p}function Bn(t,r,o){return t===t&&(o!==i&&(t=t<=o?t:o),r!==i&&(t=t>=r?t:r)),t}function Zt(t,r,o,c,p,y){var v,w=r&C,T=r&b,E=r&N;if(o&&(v=p?o(t,c,p,y):o(t)),v!==i)return v;if(!Ye(t))return t;var V=ye(t);if(V){if(v=qh(t),!w)return Nt(t,v)}else{var F=gt(t),ie=F==lt||F==bt;if(Qn(t))return ec(t,w);if(F==re||F==$||ie&&!p){if(v=T||ie?{}:yc(t),!w)return T?Rh(t,dh(v,t)):Zh(t,Du(v,t))}else{if(!We[F])return p?t:{};v=e6(t,F,w)}}y||(y=new Kt);var ue=y.get(t);if(ue)return ue;y.set(t,v),Uc(t)?t.forEach(function(ge){v.add(Zt(ge,r,o,ge,t,y))}):Hc(t)&&t.forEach(function(ge,Le){v.set(Le,Zt(ge,r,o,Le,t,y))});var he=E?T?Es:As:T?Lt:st,ve=V?i:he(t);return Et(ve||t,function(ge,Le){ve&&(Le=ge,ge=t[Le]),Bi(v,Le,Zt(ge,r,o,Le,t,y))}),v}function fh(t){var r=st(t);return function(o){return ju(o,t,r)}}function ju(t,r,o){var c=o.length;if(t==null)return!c;for(t=Ve(t);c--;){var p=o[c],y=r[p],v=t[p];if(v===i&&!(p in t)||!y(v))return!1}return!0}function zu(t,r,o){if(typeof t!="function")throw new Vt(h);return $i(function(){t.apply(i,o)},r)}function Hi(t,r,o,c){var p=-1,y=br,v=!0,w=t.length,T=[],E=r.length;if(!w)return T;o&&(r=Ge(r,zt(o))),c?(y=rs,v=!1):r.length>=l&&(y=Vi,v=!1,r=new Yn(r));e:for(;++p<w;){var V=t[p],F=o==null?V:o(V);if(V=c||V!==0?V:0,v&&F===F){for(var ie=E;ie--;)if(r[ie]===F)continue e;T.push(V)}else y(r,F,c)||T.push(V)}return T}var Dn=ac(rn),Ju=ac(Cs,!0);function hh(t,r){var o=!0;return Dn(t,function(c,p,y){return o=!!r(c,p,y),o}),o}function Wr(t,r,o){for(var c=-1,p=t.length;++c<p;){var y=t[c],v=r(y);if(v!=null&&(w===i?v===v&&!Qt(v):o(v,w)))var w=v,T=y}return T}function gh(t,r,o,c){var p=t.length;for(o=Ce(o),o<0&&(o=-o>p?0:p+o),c=c===i||c>p?p:Ce(c),c<0&&(c+=p),c=o>c?0:Xc(c);o<c;)t[o++]=r;return t}function Qu(t,r){var o=[];return Dn(t,function(c,p,y){r(c,p,y)&&o.push(c)}),o}function dt(t,r,o,c,p){var y=-1,v=t.length;for(o||(o=n6),p||(p=[]);++y<v;){var w=t[y];r>0&&o(w)?r>1?dt(w,r-1,o,c,p):Tn(p,w):c||(p[p.length]=w)}return p}var ys=sc(),Pu=sc(!0);function rn(t,r){return t&&ys(t,r,st)}function Cs(t,r){return t&&Pu(t,r,st)}function Zr(t,r){return kn(r,function(o){return Cn(t[o])})}function Hn(t,r){r=zn(r,t);for(var o=0,c=r.length;t!=null&&o<c;)t=t[sn(r[o++])];return o&&o==c?t:i}function Ou(t,r,o){var c=r(t);return ye(t)?c:Tn(c,o(t))}function It(t){return t==null?t===i?qe:K:Rn&&Rn in Ve(t)?Xh(t):u6(t)}function vs(t,r){return t>r}function ph(t,r){return t!=null&&Ae.call(t,r)}function mh(t,r){return t!=null&&r in Ve(t)}function Mh(t,r,o){return t>=ht(r,o)&&t<it(r,o)}function bs(t,r,o){for(var c=o?rs:br,p=t[0].length,y=t.length,v=y,w=z(y),T=1/0,E=[];v--;){var V=t[v];v&&r&&(V=Ge(V,zt(r))),T=ht(V.length,T),w[v]=!o&&(r||p>=120&&V.length>=120)?new Yn(v&&V):i}V=t[0];var F=-1,ie=w[0];e:for(;++F<p&&E.length<T;){var ue=V[F],he=r?r(ue):ue;if(ue=o||ue!==0?ue:0,!(ie?Vi(ie,he):c(E,he,o))){for(v=y;--v;){var ve=w[v];if(!(ve?Vi(ve,he):c(t[v],he,o)))continue e}ie&&ie.push(he),E.push(ue)}}return E}function Ih(t,r,o,c){return rn(t,function(p,y,v){r(c,o(p),y,v)}),c}function Fi(t,r,o){r=zn(r,t),t=Nc(t,r);var c=t==null?t:t[sn(Gt(r))];return c==null?i:jt(c,t,o)}function Au(t){return Fe(t)&&It(t)==$}function yh(t){return Fe(t)&&It(t)==Oe}function Ch(t){return Fe(t)&&It(t)==_e}function Ui(t,r,o,c,p){return t===r?!0:t==null||r==null||!Fe(t)&&!Fe(r)?t!==t&&r!==r:vh(t,r,o,c,Ui,p)}function vh(t,r,o,c,p,y){var v=ye(t),w=ye(r),T=v?fe:gt(t),E=w?fe:gt(r);T=T==$?re:T,E=E==$?re:E;var V=T==re,F=E==re,ie=T==E;if(ie&&Qn(t)){if(!Qn(r))return!1;v=!0,V=!1}if(ie&&!V)return y||(y=new Kt),v||yi(t)?mc(t,r,o,c,p,y):Uh(t,r,T,o,c,p,y);if(!(o&L)){var ue=V&&Ae.call(t,"__wrapped__"),he=F&&Ae.call(r,"__wrapped__");if(ue||he){var ve=ue?t.value():t,ge=he?r.value():r;return y||(y=new Kt),p(ve,ge,o,c,y)}}return ie?(y||(y=new Kt),_h(t,r,o,c,p,y)):!1}function bh(t){return Fe(t)&>(t)==Pe}function Ns(t,r,o,c){var p=o.length,y=p,v=!c;if(t==null)return!y;for(t=Ve(t);p--;){var w=o[p];if(v&&w[2]?w[1]!==t[w[0]]:!(w[0]in t))return!1}for(;++p<y;){w=o[p];var T=w[0],E=t[T],V=w[1];if(v&&w[2]){if(E===i&&!(T in t))return!1}else{var F=new Kt;if(c)var ie=c(E,V,T,t,r,F);if(!(ie===i?Ui(V,E,L|x,c,F):ie))return!1}}return!0}function Eu(t){if(!Ye(t)||r6(t))return!1;var r=Cn(t)?bf:d3;return r.test(Un(t))}function Nh(t){return Fe(t)&&It(t)==ae}function wh(t){return Fe(t)&>(t)==pe}function Lh(t){return Fe(t)&&ra(t.length)&&!!Re[It(t)]}function Vu(t){return typeof t=="function"?t:t==null?kt:typeof t=="object"?ye(t)?Ru(t[0],t[1]):Zu(t):od(t)}function ws(t){if(!Ki(t))return xf(t);var r=[];for(var o in Ve(t))Ae.call(t,o)&&o!="constructor"&&r.push(o);return r}function kh(t){if(!Ye(t))return l6(t);var r=Ki(t),o=[];for(var c in t)c=="constructor"&&(r||!Ae.call(t,c))||o.push(c);return o}function Ls(t,r){return t<r}function Wu(t,r){var o=-1,c=wt(t)?z(t.length):[];return Dn(t,function(p,y,v){c[++o]=r(p,y,v)}),c}function Zu(t){var r=Ws(t);return r.length==1&&r[0][2]?vc(r[0][0],r[0][1]):function(o){return o===t||Ns(o,t,r)}}function Ru(t,r){return Rs(t)&&Cc(r)?vc(sn(t),r):function(o){var c=$s(o,t);return c===i&&c===r?qs(o,t):Ui(r,c,L|x)}}function Rr(t,r,o,c,p){t!==r&&ys(r,function(y,v){if(p||(p=new Kt),Ye(y))Th(t,r,v,o,Rr,c,p);else{var w=c?c(Ys(t,v),y,v+"",t,r,p):i;w===i&&(w=y),Ms(t,v,w)}},Lt)}function Th(t,r,o,c,p,y,v){var w=Ys(t,o),T=Ys(r,o),E=v.get(T);if(E){Ms(t,o,E);return}var V=y?y(w,T,o+"",t,r,v):i,F=V===i;if(F){var ie=ye(T),ue=!ie&&Qn(T),he=!ie&&!ue&&yi(T);V=T,ie||ue||he?ye(w)?V=w:Xe(w)?V=Nt(w):ue?(F=!1,V=ec(T,!0)):he?(F=!1,V=tc(T,!0)):V=[]:qi(T)||_n(T)?(V=w,_n(w)?V=Kc(w):(!Ye(w)||Cn(w))&&(V=yc(T))):F=!1}F&&(v.set(T,V),p(V,T,c,y,v),v.delete(T)),Ms(t,o,V)}function Gu(t,r){var o=t.length;if(!!o)return r+=r<0?o:0,yn(r,o)?t[r]:i}function Yu(t,r,o){r.length?r=Ge(r,function(y){return ye(y)?function(v){return Hn(v,y.length===1?y[0]:y)}:y}):r=[kt];var c=-1;r=Ge(r,zt(de()));var p=Wu(t,function(y,v,w){var T=Ge(r,function(E){return E(y)});return{criteria:T,index:++c,value:y}});return q3(p,function(y,v){return Wh(y,v,o)})}function xh(t,r){return Bu(t,r,function(o,c){return qs(t,c)})}function Bu(t,r,o){for(var c=-1,p=r.length,y={};++c<p;){var v=r[c],w=Hn(t,v);o(w,v)&&_i(y,zn(v,t),w)}return y}function Sh(t){return function(r){return Hn(r,t)}}function ks(t,r,o,c){var p=c?$3:li,y=-1,v=r.length,w=t;for(t===r&&(r=Nt(r)),o&&(w=Ge(t,zt(o)));++y<v;)for(var T=0,E=r[y],V=o?o(E):E;(T=p(w,V,T,c))>-1;)w!==t&&zr.call(w,T,1),zr.call(t,T,1);return t}function Hu(t,r){for(var o=t?r.length:0,c=o-1;o--;){var p=r[o];if(o==c||p!==y){var y=p;yn(p)?zr.call(t,p,1):Ds(t,p)}}return t}function Ts(t,r){return t+Pr(ku()*(r-t+1))}function Dh(t,r,o,c){for(var p=-1,y=it(Qr((r-t)/(o||1)),0),v=z(y);y--;)v[c?y:++p]=t,t+=o;return v}function xs(t,r){var o="";if(!t||r<1||r>q)return o;do r%2&&(o+=t),r=Pr(r/2),r&&(t+=t);while(r);return o}function be(t,r){return Bs(bc(t,r,kt),t+"")}function jh(t){return Su(Ci(t))}function zh(t,r){var o=Ci(t);return $r(o,Bn(r,0,o.length))}function _i(t,r,o,c){if(!Ye(t))return t;r=zn(r,t);for(var p=-1,y=r.length,v=y-1,w=t;w!=null&&++p<y;){var T=sn(r[p]),E=o;if(T==="__proto__"||T==="constructor"||T==="prototype")return t;if(p!=v){var V=w[T];E=c?c(V,T,w):i,E===i&&(E=Ye(V)?V:yn(r[p+1])?[]:{})}Bi(w,T,E),w=w[T]}return t}var Fu=Or?function(t,r){return Or.set(t,r),t}:kt,Jh=Jr?function(t,r){return Jr(t,"toString",{configurable:!0,enumerable:!1,value:to(r),writable:!0})}:kt;function Qh(t){return $r(Ci(t))}function Rt(t,r,o){var c=-1,p=t.length;r<0&&(r=-r>p?0:p+r),o=o>p?p:o,o<0&&(o+=p),p=r>o?0:o-r>>>0,r>>>=0;for(var y=z(p);++c<p;)y[c]=t[c+r];return y}function Ph(t,r){var o;return Dn(t,function(c,p,y){return o=r(c,p,y),!o}),!!o}function Gr(t,r,o){var c=0,p=t==null?c:t.length;if(typeof r=="number"&&r===r&&p<=Te){for(;c<p;){var y=c+p>>>1,v=t[y];v!==null&&!Qt(v)&&(o?v<=r:v<r)?c=y+1:p=y}return p}return Ss(t,r,kt,o)}function Ss(t,r,o,c){var p=0,y=t==null?0:t.length;if(y===0)return 0;r=o(r);for(var v=r!==r,w=r===null,T=Qt(r),E=r===i;p<y;){var V=Pr((p+y)/2),F=o(t[V]),ie=F!==i,ue=F===null,he=F===F,ve=Qt(F);if(v)var ge=c||he;else E?ge=he&&(c||ie):w?ge=he&&ie&&(c||!ue):T?ge=he&&ie&&!ue&&(c||!ve):ue||ve?ge=!1:ge=c?F<=r:F<r;ge?p=V+1:y=V}return ht(y,Se)}function Uu(t,r){for(var o=-1,c=t.length,p=0,y=[];++o<c;){var v=t[o],w=r?r(v):v;if(!o||!$t(w,T)){var T=w;y[p++]=v===0?0:v}}return y}function _u(t){return typeof t=="number"?t:Qt(t)?ce:+t}function Jt(t){if(typeof t=="string")return t;if(ye(t))return Ge(t,Jt)+"";if(Qt(t))return Tu?Tu.call(t):"";var r=t+"";return r=="0"&&1/t==-se?"-0":r}function jn(t,r,o){var c=-1,p=br,y=t.length,v=!0,w=[],T=w;if(o)v=!1,p=rs;else if(y>=l){var E=r?null:Hh(t);if(E)return wr(E);v=!1,p=Vi,T=new Yn}else T=r?[]:w;e:for(;++c<y;){var V=t[c],F=r?r(V):V;if(V=o||V!==0?V:0,v&&F===F){for(var ie=T.length;ie--;)if(T[ie]===F)continue e;r&&T.push(F),w.push(V)}else p(T,F,o)||(T!==w&&T.push(F),w.push(V))}return w}function Ds(t,r){return r=zn(r,t),t=Nc(t,r),t==null||delete t[sn(Gt(r))]}function Xu(t,r,o,c){return _i(t,r,o(Hn(t,r)),c)}function Yr(t,r,o,c){for(var p=t.length,y=c?p:-1;(c?y--:++y<p)&&r(t[y],y,t););return o?Rt(t,c?0:y,c?y+1:p):Rt(t,c?y+1:0,c?p:y)}function Ku(t,r){var o=t;return o instanceof xe&&(o=o.value()),as(r,function(c,p){return p.func.apply(p.thisArg,Tn([c],p.args))},o)}function js(t,r,o){var c=t.length;if(c<2)return c?jn(t[0]):[];for(var p=-1,y=z(c);++p<c;)for(var v=t[p],w=-1;++w<c;)w!=p&&(y[p]=Hi(y[p]||v,t[w],r,o));return jn(dt(y,1),r,o)}function $u(t,r,o){for(var c=-1,p=t.length,y=r.length,v={};++c<p;){var w=c<y?r[c]:i;o(v,t[c],w)}return v}function zs(t){return Xe(t)?t:[]}function Js(t){return typeof t=="function"?t:kt}function zn(t,r){return ye(t)?t:Rs(t,r)?[t]:Tc(Qe(t))}var Oh=be;function Jn(t,r,o){var c=t.length;return o=o===i?c:o,!r&&o>=c?t:Rt(t,r,o)}var qu=Nf||function(t){return ct.clearTimeout(t)};function ec(t,r){if(r)return t.slice();var o=t.length,c=vu?vu(o):new t.constructor(o);return t.copy(c),c}function Qs(t){var r=new t.constructor(t.byteLength);return new Dr(r).set(new Dr(t)),r}function Ah(t,r){var o=r?Qs(t.buffer):t.buffer;return new t.constructor(o,t.byteOffset,t.byteLength)}function Eh(t){var r=new t.constructor(t.source,Al.exec(t));return r.lastIndex=t.lastIndex,r}function Vh(t){return Yi?Ve(Yi.call(t)):{}}function tc(t,r){var o=r?Qs(t.buffer):t.buffer;return new t.constructor(o,t.byteOffset,t.length)}function nc(t,r){if(t!==r){var o=t!==i,c=t===null,p=t===t,y=Qt(t),v=r!==i,w=r===null,T=r===r,E=Qt(r);if(!w&&!E&&!y&&t>r||y&&v&&T&&!w&&!E||c&&v&&T||!o&&T||!p)return 1;if(!c&&!y&&!E&&t<r||E&&o&&p&&!c&&!y||w&&o&&p||!v&&p||!T)return-1}return 0}function Wh(t,r,o){for(var c=-1,p=t.criteria,y=r.criteria,v=p.length,w=o.length;++c<v;){var T=nc(p[c],y[c]);if(T){if(c>=w)return T;var E=o[c];return T*(E=="desc"?-1:1)}}return t.index-r.index}function ic(t,r,o,c){for(var p=-1,y=t.length,v=o.length,w=-1,T=r.length,E=it(y-v,0),V=z(T+E),F=!c;++w<T;)V[w]=r[w];for(;++p<v;)(F||p<y)&&(V[o[p]]=t[p]);for(;E--;)V[w++]=t[p++];return V}function rc(t,r,o,c){for(var p=-1,y=t.length,v=-1,w=o.length,T=-1,E=r.length,V=it(y-w,0),F=z(V+E),ie=!c;++p<V;)F[p]=t[p];for(var ue=p;++T<E;)F[ue+T]=r[T];for(;++v<w;)(ie||p<y)&&(F[ue+o[v]]=t[p++]);return F}function Nt(t,r){var o=-1,c=t.length;for(r||(r=z(c));++o<c;)r[o]=t[o];return r}function an(t,r,o,c){var p=!o;o||(o={});for(var y=-1,v=r.length;++y<v;){var w=r[y],T=c?c(o[w],t[w],w,o,t):i;T===i&&(T=t[w]),p?mn(o,w,T):Bi(o,w,T)}return o}function Zh(t,r){return an(t,Zs(t),r)}function Rh(t,r){return an(t,Mc(t),r)}function Br(t,r){return function(o,c){var p=ye(o)?H3:ch,y=r?r():{};return p(o,t,de(c,2),y)}}function mi(t){return be(function(r,o){var c=-1,p=o.length,y=p>1?o[p-1]:i,v=p>2?o[2]:i;for(y=t.length>3&&typeof y=="function"?(p--,y):i,v&&yt(o[0],o[1],v)&&(y=p<3?i:y,p=1),r=Ve(r);++c<p;){var w=o[c];w&&t(r,w,c,y)}return r})}function ac(t,r){return function(o,c){if(o==null)return o;if(!wt(o))return t(o,c);for(var p=o.length,y=r?p:-1,v=Ve(o);(r?y--:++y<p)&&c(v[y],y,v)!==!1;);return o}}function sc(t){return function(r,o,c){for(var p=-1,y=Ve(r),v=c(r),w=v.length;w--;){var T=v[t?w:++p];if(o(y[T],T,y)===!1)break}return r}}function Gh(t,r,o){var c=r&j,p=Xi(t);function y(){var v=this&&this!==ct&&this instanceof y?p:t;return v.apply(c?o:this,arguments)}return y}function oc(t){return function(r){r=Qe(r);var o=ui(r)?Xt(r):i,c=o?o[0]:r.charAt(0),p=o?Jn(o,1).join(""):r.slice(1);return c[t]()+p}}function Mi(t){return function(r){return as(ad(rd(r).replace(z3,"")),t,"")}}function Xi(t){return function(){var r=arguments;switch(r.length){case 0:return new t;case 1:return new t(r[0]);case 2:return new t(r[0],r[1]);case 3:return new t(r[0],r[1],r[2]);case 4:return new t(r[0],r[1],r[2],r[3]);case 5:return new t(r[0],r[1],r[2],r[3],r[4]);case 6:return new t(r[0],r[1],r[2],r[3],r[4],r[5]);case 7:return new t(r[0],r[1],r[2],r[3],r[4],r[5],r[6])}var o=pi(t.prototype),c=t.apply(o,r);return Ye(c)?c:o}}function Yh(t,r,o){var c=Xi(t);function p(){for(var y=arguments.length,v=z(y),w=y,T=Ii(p);w--;)v[w]=arguments[w];var E=y<3&&v[0]!==T&&v[y-1]!==T?[]:xn(v,T);if(y-=E.length,y<o)return fc(t,r,Hr,p.placeholder,i,v,E,i,i,o-y);var V=this&&this!==ct&&this instanceof p?c:t;return jt(V,this,v)}return p}function lc(t){return function(r,o,c){var p=Ve(r);if(!wt(r)){var y=de(o,3);r=st(r),o=function(w){return y(p[w],w,p)}}var v=t(r,o,c);return v>-1?p[y?r[v]:v]:i}}function uc(t){return In(function(r){var o=r.length,c=o,p=Wt.prototype.thru;for(t&&r.reverse();c--;){var y=r[c];if(typeof y!="function")throw new Vt(h);if(p&&!v&&Xr(y)=="wrapper")var v=new Wt([],!0)}for(c=v?c:o;++c<o;){y=r[c];var w=Xr(y),T=w=="wrapper"?Vs(y):i;T&&Gs(T[0])&&T[1]==(H|J|O|te)&&!T[4].length&&T[9]==1?v=v[Xr(T[0])].apply(v,T[3]):v=y.length==1&&Gs(y)?v[w]():v.thru(y)}return function(){var E=arguments,V=E[0];if(v&&E.length==1&&ye(V))return v.plant(V).value();for(var F=0,ie=o?r[F].apply(this,E):V;++F<o;)ie=r[F].call(this,ie);return ie}})}function Hr(t,r,o,c,p,y,v,w,T,E){var V=r&H,F=r&j,ie=r&D,ue=r&(J|U),he=r&R,ve=ie?i:Xi(t);function ge(){for(var Le=arguments.length,De=z(Le),Pt=Le;Pt--;)De[Pt]=arguments[Pt];if(ue)var Ct=Ii(ge),Ot=tf(De,Ct);if(c&&(De=ic(De,c,p,ue)),y&&(De=rc(De,y,v,ue)),Le-=Ot,ue&&Le<E){var Ke=xn(De,Ct);return fc(t,r,Hr,ge.placeholder,o,De,Ke,w,T,E-Le)}var qt=F?o:this,bn=ie?qt[t]:t;return Le=De.length,w?De=c6(De,w):he&&Le>1&&De.reverse(),V&&T<Le&&(De.length=T),this&&this!==ct&&this instanceof ge&&(bn=ve||Xi(bn)),bn.apply(qt,De)}return ge}function cc(t,r){return function(o,c){return Ih(o,t,r(c),{})}}function Fr(t,r){return function(o,c){var p;if(o===i&&c===i)return r;if(o!==i&&(p=o),c!==i){if(p===i)return c;typeof o=="string"||typeof c=="string"?(o=Jt(o),c=Jt(c)):(o=_u(o),c=_u(c)),p=t(o,c)}return p}}function Ps(t){return In(function(r){return r=Ge(r,zt(de())),be(function(o){var c=this;return t(r,function(p){return jt(p,c,o)})})})}function Ur(t,r){r=r===i?" ":Jt(r);var o=r.length;if(o<2)return o?xs(r,t):r;var c=xs(r,Qr(t/ci(r)));return ui(r)?Jn(Xt(c),0,t).join(""):c.slice(0,t)}function Bh(t,r,o,c){var p=r&j,y=Xi(t);function v(){for(var w=-1,T=arguments.length,E=-1,V=c.length,F=z(V+T),ie=this&&this!==ct&&this instanceof v?y:t;++E<V;)F[E]=c[E];for(;T--;)F[E++]=arguments[++w];return jt(ie,p?o:this,F)}return v}function dc(t){return function(r,o,c){return c&&typeof c!="number"&&yt(r,o,c)&&(o=c=i),r=vn(r),o===i?(o=r,r=0):o=vn(o),c=c===i?r<o?1:-1:vn(c),Dh(r,o,c,t)}}function _r(t){return function(r,o){return typeof r=="string"&&typeof o=="string"||(r=Yt(r),o=Yt(o)),t(r,o)}}function fc(t,r,o,c,p,y,v,w,T,E){var V=r&J,F=V?v:i,ie=V?i:v,ue=V?y:i,he=V?i:y;r|=V?O:_,r&=~(V?_:O),r&A||(r&=~(j|D));var ve=[t,r,p,ue,F,he,ie,w,T,E],ge=o.apply(i,ve);return Gs(t)&&wc(ge,ve),ge.placeholder=c,Lc(ge,t,r)}function Os(t){var r=nt[t];return function(o,c){if(o=Yt(o),c=c==null?0:ht(Ce(c),292),c&&Lu(o)){var p=(Qe(o)+"e").split("e"),y=r(p[0]+"e"+(+p[1]+c));return p=(Qe(y)+"e").split("e"),+(p[0]+"e"+(+p[1]-c))}return r(o)}}var Hh=hi&&1/wr(new hi([,-0]))[1]==se?function(t){return new hi(t)}:ro;function hc(t){return function(r){var o=gt(r);return o==Pe?fs(r):o==pe?uf(r):ef(r,t(r))}}function Mn(t,r,o,c,p,y,v,w){var T=r&D;if(!T&&typeof t!="function")throw new Vt(h);var E=c?c.length:0;if(E||(r&=~(O|_),c=p=i),v=v===i?v:it(Ce(v),0),w=w===i?w:Ce(w),E-=p?p.length:0,r&_){var V=c,F=p;c=p=i}var ie=T?i:Vs(t),ue=[t,r,o,c,p,V,F,y,v,w];if(ie&&o6(ue,ie),t=ue[0],r=ue[1],o=ue[2],c=ue[3],p=ue[4],w=ue[9]=ue[9]===i?T?0:t.length:it(ue[9]-E,0),!w&&r&(J|U)&&(r&=~(J|U)),!r||r==j)var he=Gh(t,r,o);else r==J||r==U?he=Yh(t,r,w):(r==O||r==(j|O))&&!p.length?he=Bh(t,r,o,c):he=Hr.apply(i,ue);var ve=ie?Fu:wc;return Lc(ve(he,ue),t,r)}function gc(t,r,o,c){return t===i||$t(t,fi[o])&&!Ae.call(c,o)?r:t}function pc(t,r,o,c,p,y){return Ye(t)&&Ye(r)&&(y.set(r,t),Rr(t,r,i,pc,y),y.delete(r)),t}function Fh(t){return qi(t)?i:t}function mc(t,r,o,c,p,y){var v=o&L,w=t.length,T=r.length;if(w!=T&&!(v&&T>w))return!1;var E=y.get(t),V=y.get(r);if(E&&V)return E==r&&V==t;var F=-1,ie=!0,ue=o&x?new Yn:i;for(y.set(t,r),y.set(r,t);++F<w;){var he=t[F],ve=r[F];if(c)var ge=v?c(ve,he,F,r,t,y):c(he,ve,F,t,r,y);if(ge!==i){if(ge)continue;ie=!1;break}if(ue){if(!ss(r,function(Le,De){if(!Vi(ue,De)&&(he===Le||p(he,Le,o,c,y)))return ue.push(De)})){ie=!1;break}}else if(!(he===ve||p(he,ve,o,c,y))){ie=!1;break}}return y.delete(t),y.delete(r),ie}function Uh(t,r,o,c,p,y,v){switch(o){case ut:if(t.byteLength!=r.byteLength||t.byteOffset!=r.byteOffset)return!1;t=t.buffer,r=r.buffer;case Oe:return!(t.byteLength!=r.byteLength||!y(new Dr(t),new Dr(r)));case ze:case _e:case Z:return $t(+t,+r);case tt:return t.name==r.name&&t.message==r.message;case ae:case Be:return t==r+"";case Pe:var w=fs;case pe:var T=c&L;if(w||(w=wr),t.size!=r.size&&!T)return!1;var E=v.get(t);if(E)return E==r;c|=x,v.set(t,r);var V=mc(w(t),w(r),c,p,y,v);return v.delete(t),V;case mt:if(Yi)return Yi.call(t)==Yi.call(r)}return!1}function _h(t,r,o,c,p,y){var v=o&L,w=As(t),T=w.length,E=As(r),V=E.length;if(T!=V&&!v)return!1;for(var F=T;F--;){var ie=w[F];if(!(v?ie in r:Ae.call(r,ie)))return!1}var ue=y.get(t),he=y.get(r);if(ue&&he)return ue==r&&he==t;var ve=!0;y.set(t,r),y.set(r,t);for(var ge=v;++F<T;){ie=w[F];var Le=t[ie],De=r[ie];if(c)var Pt=v?c(De,Le,ie,r,t,y):c(Le,De,ie,t,r,y);if(!(Pt===i?Le===De||p(Le,De,o,c,y):Pt)){ve=!1;break}ge||(ge=ie=="constructor")}if(ve&&!ge){var Ct=t.constructor,Ot=r.constructor;Ct!=Ot&&"constructor"in t&&"constructor"in r&&!(typeof Ct=="function"&&Ct instanceof Ct&&typeof Ot=="function"&&Ot instanceof Ot)&&(ve=!1)}return y.delete(t),y.delete(r),ve}function In(t){return Bs(bc(t,i,jc),t+"")}function As(t){return Ou(t,st,Zs)}function Es(t){return Ou(t,Lt,Mc)}var Vs=Or?function(t){return Or.get(t)}:ro;function Xr(t){for(var r=t.name+"",o=gi[r],c=Ae.call(gi,r)?o.length:0;c--;){var p=o[c],y=p.func;if(y==null||y==t)return p.name}return r}function Ii(t){var r=Ae.call(M,"placeholder")?M:t;return r.placeholder}function de(){var t=M.iteratee||no;return t=t===no?Vu:t,arguments.length?t(arguments[0],arguments[1]):t}function Kr(t,r){var o=t.__data__;return i6(r)?o[typeof r=="string"?"string":"hash"]:o.map}function Ws(t){for(var r=st(t),o=r.length;o--;){var c=r[o],p=t[c];r[o]=[c,p,Cc(p)]}return r}function Fn(t,r){var o=sf(t,r);return Eu(o)?o:i}function Xh(t){var r=Ae.call(t,Rn),o=t[Rn];try{t[Rn]=i;var c=!0}catch{}var p=xr.call(t);return c&&(r?t[Rn]=o:delete t[Rn]),p}var Zs=gs?function(t){return t==null?[]:(t=Ve(t),kn(gs(t),function(r){return Nu.call(t,r)}))}:ao,Mc=gs?function(t){for(var r=[];t;)Tn(r,Zs(t)),t=jr(t);return r}:ao,gt=It;(ps&>(new ps(new ArrayBuffer(1)))!=ut||Zi&>(new Zi)!=Pe||ms&>(ms.resolve())!=Me||hi&>(new hi)!=pe||Ri&>(new Ri)!=Dt)&&(gt=function(t){var r=It(t),o=r==re?t.constructor:i,c=o?Un(o):"";if(c)switch(c){case zf:return ut;case Jf:return Pe;case Qf:return Me;case Pf:return pe;case Of:return Dt}return r});function Kh(t,r,o){for(var c=-1,p=o.length;++c<p;){var y=o[c],v=y.size;switch(y.type){case"drop":t+=v;break;case"dropRight":r-=v;break;case"take":r=ht(r,t+v);break;case"takeRight":t=it(t,r-v);break}}return{start:t,end:r}}function $h(t){var r=t.match(i3);return r?r[1].split(r3):[]}function Ic(t,r,o){r=zn(r,t);for(var c=-1,p=r.length,y=!1;++c<p;){var v=sn(r[c]);if(!(y=t!=null&&o(t,v)))break;t=t[v]}return y||++c!=p?y:(p=t==null?0:t.length,!!p&&ra(p)&&yn(v,p)&&(ye(t)||_n(t)))}function qh(t){var r=t.length,o=new t.constructor(r);return r&&typeof t[0]=="string"&&Ae.call(t,"index")&&(o.index=t.index,o.input=t.input),o}function yc(t){return typeof t.constructor=="function"&&!Ki(t)?pi(jr(t)):{}}function e6(t,r,o){var c=t.constructor;switch(r){case Oe:return Qs(t);case ze:case _e:return new c(+t);case ut:return Ah(t,o);case Mt:case Za:case Ra:case Ga:case Ya:case Ba:case Ha:case Fa:case Ua:return tc(t,o);case Pe:return new c;case Z:case Be:return new c(t);case ae:return Eh(t);case pe:return new c;case mt:return Vh(t)}}function t6(t,r){var o=r.length;if(!o)return t;var c=o-1;return r[c]=(o>1?"& ":"")+r[c],r=r.join(o>2?", ":" "),t.replace(n3,`{
|
21
|
-
/* [wrapped with `+
|
22
|
-
`)}function n6(t){return ye(t)||_n(t)||!!(wu&&t&&t[wu])}function yn(t,r){var o=typeof t;return r=r==null?q:r,!!r&&(o=="number"||o!="symbol"&&h3.test(t))&&t>-1&&t%1==0&&t<r}function yt(t,r,o){if(!Ye(o))return!1;var c=typeof r;return(c=="number"?wt(o)&&yn(r,o.length):c=="string"&&r in o)?$t(o[r],t):!1}function Rs(t,r){if(ye(t))return!1;var o=typeof t;return o=="number"||o=="symbol"||o=="boolean"||t==null||Qt(t)?!0:$0.test(t)||!K0.test(t)||r!=null&&t in Ve(r)}function i6(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}function Gs(t){var r=Xr(t),o=M[r];if(typeof o!="function"||!(r in xe.prototype))return!1;if(t===o)return!0;var c=Vs(o);return!!c&&t===c[0]}function r6(t){return!!Cu&&Cu in t}var a6=kr?Cn:so;function Ki(t){var r=t&&t.constructor,o=typeof r=="function"&&r.prototype||fi;return t===o}function Cc(t){return t===t&&!Ye(t)}function vc(t,r){return function(o){return o==null?!1:o[t]===r&&(r!==i||t in Ve(o))}}function s6(t){var r=na(t,function(c){return o.size===m&&o.clear(),c}),o=r.cache;return r}function o6(t,r){var o=t[1],c=r[1],p=o|c,y=p<(j|D|H),v=c==H&&o==J||c==H&&o==te&&t[7].length<=r[8]||c==(H|te)&&r[7].length<=r[8]&&o==J;if(!(y||v))return t;c&j&&(t[2]=r[2],p|=o&j?0:A);var w=r[3];if(w){var T=t[3];t[3]=T?ic(T,w,r[4]):w,t[4]=T?xn(t[3],I):r[4]}return w=r[5],w&&(T=t[5],t[5]=T?rc(T,w,r[6]):w,t[6]=T?xn(t[5],I):r[6]),w=r[7],w&&(t[7]=w),c&H&&(t[8]=t[8]==null?r[8]:ht(t[8],r[8])),t[9]==null&&(t[9]=r[9]),t[0]=r[0],t[1]=p,t}function l6(t){var r=[];if(t!=null)for(var o in Ve(t))r.push(o);return r}function u6(t){return xr.call(t)}function bc(t,r,o){return r=it(r===i?t.length-1:r,0),function(){for(var c=arguments,p=-1,y=it(c.length-r,0),v=z(y);++p<y;)v[p]=c[r+p];p=-1;for(var w=z(r+1);++p<r;)w[p]=c[p];return w[r]=o(v),jt(t,this,w)}}function Nc(t,r){return r.length<2?t:Hn(t,Rt(r,0,-1))}function c6(t,r){for(var o=t.length,c=ht(r.length,o),p=Nt(t);c--;){var y=r[c];t[c]=yn(y,o)?p[y]:i}return t}function Ys(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}var wc=kc(Fu),$i=Lf||function(t,r){return ct.setTimeout(t,r)},Bs=kc(Jh);function Lc(t,r,o){var c=r+"";return Bs(t,t6(c,d6($h(c),o)))}function kc(t){var r=0,o=0;return function(){var c=Sf(),p=W-(c-o);if(o=c,p>0){if(++r>=X)return arguments[0]}else r=0;return t.apply(i,arguments)}}function $r(t,r){var o=-1,c=t.length,p=c-1;for(r=r===i?c:r;++o<r;){var y=Ts(o,p),v=t[y];t[y]=t[o],t[o]=v}return t.length=r,t}var Tc=s6(function(t){var r=[];return t.charCodeAt(0)===46&&r.push(""),t.replace(q0,function(o,c,p,y){r.push(p?y.replace(o3,"$1"):c||o)}),r});function sn(t){if(typeof t=="string"||Qt(t))return t;var r=t+"";return r=="0"&&1/t==-se?"-0":r}function Un(t){if(t!=null){try{return Tr.call(t)}catch{}try{return t+""}catch{}}return""}function d6(t,r){return Et(B,function(o){var c="_."+o[0];r&o[1]&&!br(t,c)&&t.push(c)}),t.sort()}function xc(t){if(t instanceof xe)return t.clone();var r=new Wt(t.__wrapped__,t.__chain__);return r.__actions__=Nt(t.__actions__),r.__index__=t.__index__,r.__values__=t.__values__,r}function f6(t,r,o){(o?yt(t,r,o):r===i)?r=1:r=it(Ce(r),0);var c=t==null?0:t.length;if(!c||r<1)return[];for(var p=0,y=0,v=z(Qr(c/r));p<c;)v[y++]=Rt(t,p,p+=r);return v}function h6(t){for(var r=-1,o=t==null?0:t.length,c=0,p=[];++r<o;){var y=t[r];y&&(p[c++]=y)}return p}function g6(){var t=arguments.length;if(!t)return[];for(var r=z(t-1),o=arguments[0],c=t;c--;)r[c-1]=arguments[c];return Tn(ye(o)?Nt(o):[o],dt(r,1))}var p6=be(function(t,r){return Xe(t)?Hi(t,dt(r,1,Xe,!0)):[]}),m6=be(function(t,r){var o=Gt(r);return Xe(o)&&(o=i),Xe(t)?Hi(t,dt(r,1,Xe,!0),de(o,2)):[]}),M6=be(function(t,r){var o=Gt(r);return Xe(o)&&(o=i),Xe(t)?Hi(t,dt(r,1,Xe,!0),i,o):[]});function I6(t,r,o){var c=t==null?0:t.length;return c?(r=o||r===i?1:Ce(r),Rt(t,r<0?0:r,c)):[]}function y6(t,r,o){var c=t==null?0:t.length;return c?(r=o||r===i?1:Ce(r),r=c-r,Rt(t,0,r<0?0:r)):[]}function C6(t,r){return t&&t.length?Yr(t,de(r,3),!0,!0):[]}function v6(t,r){return t&&t.length?Yr(t,de(r,3),!0):[]}function b6(t,r,o,c){var p=t==null?0:t.length;return p?(o&&typeof o!="number"&&yt(t,r,o)&&(o=0,c=p),gh(t,r,o,c)):[]}function Sc(t,r,o){var c=t==null?0:t.length;if(!c)return-1;var p=o==null?0:Ce(o);return p<0&&(p=it(c+p,0)),Nr(t,de(r,3),p)}function Dc(t,r,o){var c=t==null?0:t.length;if(!c)return-1;var p=c-1;return o!==i&&(p=Ce(o),p=o<0?it(c+p,0):ht(p,c-1)),Nr(t,de(r,3),p,!0)}function jc(t){var r=t==null?0:t.length;return r?dt(t,1):[]}function N6(t){var r=t==null?0:t.length;return r?dt(t,se):[]}function w6(t,r){var o=t==null?0:t.length;return o?(r=r===i?1:Ce(r),dt(t,r)):[]}function L6(t){for(var r=-1,o=t==null?0:t.length,c={};++r<o;){var p=t[r];c[p[0]]=p[1]}return c}function zc(t){return t&&t.length?t[0]:i}function k6(t,r,o){var c=t==null?0:t.length;if(!c)return-1;var p=o==null?0:Ce(o);return p<0&&(p=it(c+p,0)),li(t,r,p)}function T6(t){var r=t==null?0:t.length;return r?Rt(t,0,-1):[]}var x6=be(function(t){var r=Ge(t,zs);return r.length&&r[0]===t[0]?bs(r):[]}),S6=be(function(t){var r=Gt(t),o=Ge(t,zs);return r===Gt(o)?r=i:o.pop(),o.length&&o[0]===t[0]?bs(o,de(r,2)):[]}),D6=be(function(t){var r=Gt(t),o=Ge(t,zs);return r=typeof r=="function"?r:i,r&&o.pop(),o.length&&o[0]===t[0]?bs(o,i,r):[]});function j6(t,r){return t==null?"":Tf.call(t,r)}function Gt(t){var r=t==null?0:t.length;return r?t[r-1]:i}function z6(t,r,o){var c=t==null?0:t.length;if(!c)return-1;var p=c;return o!==i&&(p=Ce(o),p=p<0?it(c+p,0):ht(p,c-1)),r===r?df(t,r,p):Nr(t,fu,p,!0)}function J6(t,r){return t&&t.length?Gu(t,Ce(r)):i}var Q6=be(Jc);function Jc(t,r){return t&&t.length&&r&&r.length?ks(t,r):t}function P6(t,r,o){return t&&t.length&&r&&r.length?ks(t,r,de(o,2)):t}function O6(t,r,o){return t&&t.length&&r&&r.length?ks(t,r,i,o):t}var A6=In(function(t,r){var o=t==null?0:t.length,c=Is(t,r);return Hu(t,Ge(r,function(p){return yn(p,o)?+p:p}).sort(nc)),c});function E6(t,r){var o=[];if(!(t&&t.length))return o;var c=-1,p=[],y=t.length;for(r=de(r,3);++c<y;){var v=t[c];r(v,c,t)&&(o.push(v),p.push(c))}return Hu(t,p),o}function Hs(t){return t==null?t:jf.call(t)}function V6(t,r,o){var c=t==null?0:t.length;return c?(o&&typeof o!="number"&&yt(t,r,o)?(r=0,o=c):(r=r==null?0:Ce(r),o=o===i?c:Ce(o)),Rt(t,r,o)):[]}function W6(t,r){return Gr(t,r)}function Z6(t,r,o){return Ss(t,r,de(o,2))}function R6(t,r){var o=t==null?0:t.length;if(o){var c=Gr(t,r);if(c<o&&$t(t[c],r))return c}return-1}function G6(t,r){return Gr(t,r,!0)}function Y6(t,r,o){return Ss(t,r,de(o,2),!0)}function B6(t,r){var o=t==null?0:t.length;if(o){var c=Gr(t,r,!0)-1;if($t(t[c],r))return c}return-1}function H6(t){return t&&t.length?Uu(t):[]}function F6(t,r){return t&&t.length?Uu(t,de(r,2)):[]}function U6(t){var r=t==null?0:t.length;return r?Rt(t,1,r):[]}function _6(t,r,o){return t&&t.length?(r=o||r===i?1:Ce(r),Rt(t,0,r<0?0:r)):[]}function X6(t,r,o){var c=t==null?0:t.length;return c?(r=o||r===i?1:Ce(r),r=c-r,Rt(t,r<0?0:r,c)):[]}function K6(t,r){return t&&t.length?Yr(t,de(r,3),!1,!0):[]}function $6(t,r){return t&&t.length?Yr(t,de(r,3)):[]}var q6=be(function(t){return jn(dt(t,1,Xe,!0))}),eg=be(function(t){var r=Gt(t);return Xe(r)&&(r=i),jn(dt(t,1,Xe,!0),de(r,2))}),tg=be(function(t){var r=Gt(t);return r=typeof r=="function"?r:i,jn(dt(t,1,Xe,!0),i,r)});function ng(t){return t&&t.length?jn(t):[]}function ig(t,r){return t&&t.length?jn(t,de(r,2)):[]}function rg(t,r){return r=typeof r=="function"?r:i,t&&t.length?jn(t,i,r):[]}function Fs(t){if(!(t&&t.length))return[];var r=0;return t=kn(t,function(o){if(Xe(o))return r=it(o.length,r),!0}),cs(r,function(o){return Ge(t,os(o))})}function Qc(t,r){if(!(t&&t.length))return[];var o=Fs(t);return r==null?o:Ge(o,function(c){return jt(r,i,c)})}var ag=be(function(t,r){return Xe(t)?Hi(t,r):[]}),sg=be(function(t){return js(kn(t,Xe))}),og=be(function(t){var r=Gt(t);return Xe(r)&&(r=i),js(kn(t,Xe),de(r,2))}),lg=be(function(t){var r=Gt(t);return r=typeof r=="function"?r:i,js(kn(t,Xe),i,r)}),ug=be(Fs);function cg(t,r){return $u(t||[],r||[],Bi)}function dg(t,r){return $u(t||[],r||[],_i)}var fg=be(function(t){var r=t.length,o=r>1?t[r-1]:i;return o=typeof o=="function"?(t.pop(),o):i,Qc(t,o)});function Pc(t){var r=M(t);return r.__chain__=!0,r}function hg(t,r){return r(t),t}function qr(t,r){return r(t)}var gg=In(function(t){var r=t.length,o=r?t[0]:0,c=this.__wrapped__,p=function(y){return Is(y,t)};return r>1||this.__actions__.length||!(c instanceof xe)||!yn(o)?this.thru(p):(c=c.slice(o,+o+(r?1:0)),c.__actions__.push({func:qr,args:[p],thisArg:i}),new Wt(c,this.__chain__).thru(function(y){return r&&!y.length&&y.push(i),y}))});function pg(){return Pc(this)}function mg(){return new Wt(this.value(),this.__chain__)}function Mg(){this.__values__===i&&(this.__values__=_c(this.value()));var t=this.__index__>=this.__values__.length,r=t?i:this.__values__[this.__index__++];return{done:t,value:r}}function Ig(){return this}function yg(t){for(var r,o=this;o instanceof Er;){var c=xc(o);c.__index__=0,c.__values__=i,r?p.__wrapped__=c:r=c;var p=c;o=o.__wrapped__}return p.__wrapped__=t,r}function Cg(){var t=this.__wrapped__;if(t instanceof xe){var r=t;return this.__actions__.length&&(r=new xe(this)),r=r.reverse(),r.__actions__.push({func:qr,args:[Hs],thisArg:i}),new Wt(r,this.__chain__)}return this.thru(Hs)}function vg(){return Ku(this.__wrapped__,this.__actions__)}var bg=Br(function(t,r,o){Ae.call(t,o)?++t[o]:mn(t,o,1)});function Ng(t,r,o){var c=ye(t)?cu:hh;return o&&yt(t,r,o)&&(r=i),c(t,de(r,3))}function wg(t,r){var o=ye(t)?kn:Qu;return o(t,de(r,3))}var Lg=lc(Sc),kg=lc(Dc);function Tg(t,r){return dt(ea(t,r),1)}function xg(t,r){return dt(ea(t,r),se)}function Sg(t,r,o){return o=o===i?1:Ce(o),dt(ea(t,r),o)}function Oc(t,r){var o=ye(t)?Et:Dn;return o(t,de(r,3))}function Ac(t,r){var o=ye(t)?F3:Ju;return o(t,de(r,3))}var Dg=Br(function(t,r,o){Ae.call(t,o)?t[o].push(r):mn(t,o,[r])});function jg(t,r,o,c){t=wt(t)?t:Ci(t),o=o&&!c?Ce(o):0;var p=t.length;return o<0&&(o=it(p+o,0)),aa(t)?o<=p&&t.indexOf(r,o)>-1:!!p&&li(t,r,o)>-1}var zg=be(function(t,r,o){var c=-1,p=typeof r=="function",y=wt(t)?z(t.length):[];return Dn(t,function(v){y[++c]=p?jt(r,v,o):Fi(v,r,o)}),y}),Jg=Br(function(t,r,o){mn(t,o,r)});function ea(t,r){var o=ye(t)?Ge:Wu;return o(t,de(r,3))}function Qg(t,r,o,c){return t==null?[]:(ye(r)||(r=r==null?[]:[r]),o=c?i:o,ye(o)||(o=o==null?[]:[o]),Yu(t,r,o))}var Pg=Br(function(t,r,o){t[o?0:1].push(r)},function(){return[[],[]]});function Og(t,r,o){var c=ye(t)?as:gu,p=arguments.length<3;return c(t,de(r,4),o,p,Dn)}function Ag(t,r,o){var c=ye(t)?U3:gu,p=arguments.length<3;return c(t,de(r,4),o,p,Ju)}function Eg(t,r){var o=ye(t)?kn:Qu;return o(t,ia(de(r,3)))}function Vg(t){var r=ye(t)?Su:jh;return r(t)}function Wg(t,r,o){(o?yt(t,r,o):r===i)?r=1:r=Ce(r);var c=ye(t)?lh:zh;return c(t,r)}function Zg(t){var r=ye(t)?uh:Qh;return r(t)}function Rg(t){if(t==null)return 0;if(wt(t))return aa(t)?ci(t):t.length;var r=gt(t);return r==Pe||r==pe?t.size:ws(t).length}function Gg(t,r,o){var c=ye(t)?ss:Ph;return o&&yt(t,r,o)&&(r=i),c(t,de(r,3))}var Yg=be(function(t,r){if(t==null)return[];var o=r.length;return o>1&&yt(t,r[0],r[1])?r=[]:o>2&&yt(r[0],r[1],r[2])&&(r=[r[0]]),Yu(t,dt(r,1),[])}),ta=wf||function(){return ct.Date.now()};function Bg(t,r){if(typeof r!="function")throw new Vt(h);return t=Ce(t),function(){if(--t<1)return r.apply(this,arguments)}}function Ec(t,r,o){return r=o?i:r,r=t&&r==null?t.length:r,Mn(t,H,i,i,i,i,r)}function Vc(t,r){var o;if(typeof r!="function")throw new Vt(h);return t=Ce(t),function(){return--t>0&&(o=r.apply(this,arguments)),t<=1&&(r=i),o}}var Us=be(function(t,r,o){var c=j;if(o.length){var p=xn(o,Ii(Us));c|=O}return Mn(t,c,r,o,p)}),Wc=be(function(t,r,o){var c=j|D;if(o.length){var p=xn(o,Ii(Wc));c|=O}return Mn(r,c,t,o,p)});function Zc(t,r,o){r=o?i:r;var c=Mn(t,J,i,i,i,i,i,r);return c.placeholder=Zc.placeholder,c}function Rc(t,r,o){r=o?i:r;var c=Mn(t,U,i,i,i,i,i,r);return c.placeholder=Rc.placeholder,c}function Gc(t,r,o){var c,p,y,v,w,T,E=0,V=!1,F=!1,ie=!0;if(typeof t!="function")throw new Vt(h);r=Yt(r)||0,Ye(o)&&(V=!!o.leading,F="maxWait"in o,y=F?it(Yt(o.maxWait)||0,r):y,ie="trailing"in o?!!o.trailing:ie);function ue(Ke){var qt=c,bn=p;return c=p=i,E=Ke,v=t.apply(bn,qt),v}function he(Ke){return E=Ke,w=$i(Le,r),V?ue(Ke):v}function ve(Ke){var qt=Ke-T,bn=Ke-E,ld=r-qt;return F?ht(ld,y-bn):ld}function ge(Ke){var qt=Ke-T,bn=Ke-E;return T===i||qt>=r||qt<0||F&&bn>=y}function Le(){var Ke=ta();if(ge(Ke))return De(Ke);w=$i(Le,ve(Ke))}function De(Ke){return w=i,ie&&c?ue(Ke):(c=p=i,v)}function Pt(){w!==i&&qu(w),E=0,c=T=p=w=i}function Ct(){return w===i?v:De(ta())}function Ot(){var Ke=ta(),qt=ge(Ke);if(c=arguments,p=this,T=Ke,qt){if(w===i)return he(T);if(F)return qu(w),w=$i(Le,r),ue(T)}return w===i&&(w=$i(Le,r)),v}return Ot.cancel=Pt,Ot.flush=Ct,Ot}var Hg=be(function(t,r){return zu(t,1,r)}),Fg=be(function(t,r,o){return zu(t,Yt(r)||0,o)});function Ug(t){return Mn(t,R)}function na(t,r){if(typeof t!="function"||r!=null&&typeof r!="function")throw new Vt(h);var o=function(){var c=arguments,p=r?r.apply(this,c):c[0],y=o.cache;if(y.has(p))return y.get(p);var v=t.apply(this,c);return o.cache=y.set(p,v)||y,v};return o.cache=new(na.Cache||pn),o}na.Cache=pn;function ia(t){if(typeof t!="function")throw new Vt(h);return function(){var r=arguments;switch(r.length){case 0:return!t.call(this);case 1:return!t.call(this,r[0]);case 2:return!t.call(this,r[0],r[1]);case 3:return!t.call(this,r[0],r[1],r[2])}return!t.apply(this,r)}}function _g(t){return Vc(2,t)}var Xg=Oh(function(t,r){r=r.length==1&&ye(r[0])?Ge(r[0],zt(de())):Ge(dt(r,1),zt(de()));var o=r.length;return be(function(c){for(var p=-1,y=ht(c.length,o);++p<y;)c[p]=r[p].call(this,c[p]);return jt(t,this,c)})}),_s=be(function(t,r){var o=xn(r,Ii(_s));return Mn(t,O,i,r,o)}),Yc=be(function(t,r){var o=xn(r,Ii(Yc));return Mn(t,_,i,r,o)}),Kg=In(function(t,r){return Mn(t,te,i,i,i,r)});function $g(t,r){if(typeof t!="function")throw new Vt(h);return r=r===i?r:Ce(r),be(t,r)}function qg(t,r){if(typeof t!="function")throw new Vt(h);return r=r==null?0:it(Ce(r),0),be(function(o){var c=o[r],p=Jn(o,0,r);return c&&Tn(p,c),jt(t,this,p)})}function e4(t,r,o){var c=!0,p=!0;if(typeof t!="function")throw new Vt(h);return Ye(o)&&(c="leading"in o?!!o.leading:c,p="trailing"in o?!!o.trailing:p),Gc(t,r,{leading:c,maxWait:r,trailing:p})}function t4(t){return Ec(t,1)}function n4(t,r){return _s(Js(r),t)}function i4(){if(!arguments.length)return[];var t=arguments[0];return ye(t)?t:[t]}function r4(t){return Zt(t,N)}function a4(t,r){return r=typeof r=="function"?r:i,Zt(t,N,r)}function s4(t){return Zt(t,C|N)}function o4(t,r){return r=typeof r=="function"?r:i,Zt(t,C|N,r)}function l4(t,r){return r==null||ju(t,r,st(r))}function $t(t,r){return t===r||t!==t&&r!==r}var u4=_r(vs),c4=_r(function(t,r){return t>=r}),_n=Au(function(){return arguments}())?Au:function(t){return Fe(t)&&Ae.call(t,"callee")&&!Nu.call(t,"callee")},ye=z.isArray,d4=ru?zt(ru):yh;function wt(t){return t!=null&&ra(t.length)&&!Cn(t)}function Xe(t){return Fe(t)&&wt(t)}function f4(t){return t===!0||t===!1||Fe(t)&&It(t)==ze}var Qn=kf||so,h4=au?zt(au):Ch;function g4(t){return Fe(t)&&t.nodeType===1&&!qi(t)}function p4(t){if(t==null)return!0;if(wt(t)&&(ye(t)||typeof t=="string"||typeof t.splice=="function"||Qn(t)||yi(t)||_n(t)))return!t.length;var r=gt(t);if(r==Pe||r==pe)return!t.size;if(Ki(t))return!ws(t).length;for(var o in t)if(Ae.call(t,o))return!1;return!0}function m4(t,r){return Ui(t,r)}function M4(t,r,o){o=typeof o=="function"?o:i;var c=o?o(t,r):i;return c===i?Ui(t,r,i,o):!!c}function Xs(t){if(!Fe(t))return!1;var r=It(t);return r==tt||r==ot||typeof t.message=="string"&&typeof t.name=="string"&&!qi(t)}function I4(t){return typeof t=="number"&&Lu(t)}function Cn(t){if(!Ye(t))return!1;var r=It(t);return r==lt||r==bt||r==$e||r==we}function Bc(t){return typeof t=="number"&&t==Ce(t)}function ra(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=q}function Ye(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}function Fe(t){return t!=null&&typeof t=="object"}var Hc=su?zt(su):bh;function y4(t,r){return t===r||Ns(t,r,Ws(r))}function C4(t,r,o){return o=typeof o=="function"?o:i,Ns(t,r,Ws(r),o)}function v4(t){return Fc(t)&&t!=+t}function b4(t){if(a6(t))throw new Ie(u);return Eu(t)}function N4(t){return t===null}function w4(t){return t==null}function Fc(t){return typeof t=="number"||Fe(t)&&It(t)==Z}function qi(t){if(!Fe(t)||It(t)!=re)return!1;var r=jr(t);if(r===null)return!0;var o=Ae.call(r,"constructor")&&r.constructor;return typeof o=="function"&&o instanceof o&&Tr.call(o)==Cf}var Ks=ou?zt(ou):Nh;function L4(t){return Bc(t)&&t>=-q&&t<=q}var Uc=lu?zt(lu):wh;function aa(t){return typeof t=="string"||!ye(t)&&Fe(t)&&It(t)==Be}function Qt(t){return typeof t=="symbol"||Fe(t)&&It(t)==mt}var yi=uu?zt(uu):Lh;function k4(t){return t===i}function T4(t){return Fe(t)&>(t)==Dt}function x4(t){return Fe(t)&&It(t)==He}var S4=_r(Ls),D4=_r(function(t,r){return t<=r});function _c(t){if(!t)return[];if(wt(t))return aa(t)?Xt(t):Nt(t);if(Wi&&t[Wi])return lf(t[Wi]());var r=gt(t),o=r==Pe?fs:r==pe?wr:Ci;return o(t)}function vn(t){if(!t)return t===0?t:0;if(t=Yt(t),t===se||t===-se){var r=t<0?-1:1;return r*le}return t===t?t:0}function Ce(t){var r=vn(t),o=r%1;return r===r?o?r-o:r:0}function Xc(t){return t?Bn(Ce(t),0,me):0}function Yt(t){if(typeof t=="number")return t;if(Qt(t))return ce;if(Ye(t)){var r=typeof t.valueOf=="function"?t.valueOf():t;t=Ye(r)?r+"":r}if(typeof t!="string")return t===0?t:+t;t=pu(t);var o=c3.test(t);return o||f3.test(t)?Y3(t.slice(2),o?2:8):u3.test(t)?ce:+t}function Kc(t){return an(t,Lt(t))}function j4(t){return t?Bn(Ce(t),-q,q):t===0?t:0}function Qe(t){return t==null?"":Jt(t)}var z4=mi(function(t,r){if(Ki(r)||wt(r)){an(r,st(r),t);return}for(var o in r)Ae.call(r,o)&&Bi(t,o,r[o])}),$c=mi(function(t,r){an(r,Lt(r),t)}),sa=mi(function(t,r,o,c){an(r,Lt(r),t,c)}),J4=mi(function(t,r,o,c){an(r,st(r),t,c)}),Q4=In(Is);function P4(t,r){var o=pi(t);return r==null?o:Du(o,r)}var O4=be(function(t,r){t=Ve(t);var o=-1,c=r.length,p=c>2?r[2]:i;for(p&&yt(r[0],r[1],p)&&(c=1);++o<c;)for(var y=r[o],v=Lt(y),w=-1,T=v.length;++w<T;){var E=v[w],V=t[E];(V===i||$t(V,fi[E])&&!Ae.call(t,E))&&(t[E]=y[E])}return t}),A4=be(function(t){return t.push(i,pc),jt(qc,i,t)});function E4(t,r){return du(t,de(r,3),rn)}function V4(t,r){return du(t,de(r,3),Cs)}function W4(t,r){return t==null?t:ys(t,de(r,3),Lt)}function Z4(t,r){return t==null?t:Pu(t,de(r,3),Lt)}function R4(t,r){return t&&rn(t,de(r,3))}function G4(t,r){return t&&Cs(t,de(r,3))}function Y4(t){return t==null?[]:Zr(t,st(t))}function B4(t){return t==null?[]:Zr(t,Lt(t))}function $s(t,r,o){var c=t==null?i:Hn(t,r);return c===i?o:c}function H4(t,r){return t!=null&&Ic(t,r,ph)}function qs(t,r){return t!=null&&Ic(t,r,mh)}var F4=cc(function(t,r,o){r!=null&&typeof r.toString!="function"&&(r=xr.call(r)),t[r]=o},to(kt)),U4=cc(function(t,r,o){r!=null&&typeof r.toString!="function"&&(r=xr.call(r)),Ae.call(t,r)?t[r].push(o):t[r]=[o]},de),_4=be(Fi);function st(t){return wt(t)?xu(t):ws(t)}function Lt(t){return wt(t)?xu(t,!0):kh(t)}function X4(t,r){var o={};return r=de(r,3),rn(t,function(c,p,y){mn(o,r(c,p,y),c)}),o}function K4(t,r){var o={};return r=de(r,3),rn(t,function(c,p,y){mn(o,p,r(c,p,y))}),o}var $4=mi(function(t,r,o){Rr(t,r,o)}),qc=mi(function(t,r,o,c){Rr(t,r,o,c)}),q4=In(function(t,r){var o={};if(t==null)return o;var c=!1;r=Ge(r,function(y){return y=zn(y,t),c||(c=y.length>1),y}),an(t,Es(t),o),c&&(o=Zt(o,C|b|N,Fh));for(var p=r.length;p--;)Ds(o,r[p]);return o});function ep(t,r){return ed(t,ia(de(r)))}var tp=In(function(t,r){return t==null?{}:xh(t,r)});function ed(t,r){if(t==null)return{};var o=Ge(Es(t),function(c){return[c]});return r=de(r),Bu(t,o,function(c,p){return r(c,p[0])})}function np(t,r,o){r=zn(r,t);var c=-1,p=r.length;for(p||(p=1,t=i);++c<p;){var y=t==null?i:t[sn(r[c])];y===i&&(c=p,y=o),t=Cn(y)?y.call(t):y}return t}function ip(t,r,o){return t==null?t:_i(t,r,o)}function rp(t,r,o,c){return c=typeof c=="function"?c:i,t==null?t:_i(t,r,o,c)}var td=hc(st),nd=hc(Lt);function ap(t,r,o){var c=ye(t),p=c||Qn(t)||yi(t);if(r=de(r,4),o==null){var y=t&&t.constructor;p?o=c?new y:[]:Ye(t)?o=Cn(y)?pi(jr(t)):{}:o={}}return(p?Et:rn)(t,function(v,w,T){return r(o,v,w,T)}),o}function sp(t,r){return t==null?!0:Ds(t,r)}function op(t,r,o){return t==null?t:Xu(t,r,Js(o))}function lp(t,r,o,c){return c=typeof c=="function"?c:i,t==null?t:Xu(t,r,Js(o),c)}function Ci(t){return t==null?[]:ds(t,st(t))}function up(t){return t==null?[]:ds(t,Lt(t))}function cp(t,r,o){return o===i&&(o=r,r=i),o!==i&&(o=Yt(o),o=o===o?o:0),r!==i&&(r=Yt(r),r=r===r?r:0),Bn(Yt(t),r,o)}function dp(t,r,o){return r=vn(r),o===i?(o=r,r=0):o=vn(o),t=Yt(t),Mh(t,r,o)}function fp(t,r,o){if(o&&typeof o!="boolean"&&yt(t,r,o)&&(r=o=i),o===i&&(typeof r=="boolean"?(o=r,r=i):typeof t=="boolean"&&(o=t,t=i)),t===i&&r===i?(t=0,r=1):(t=vn(t),r===i?(r=t,t=0):r=vn(r)),t>r){var c=t;t=r,r=c}if(o||t%1||r%1){var p=ku();return ht(t+p*(r-t+G3("1e-"+((p+"").length-1))),r)}return Ts(t,r)}var hp=Mi(function(t,r,o){return r=r.toLowerCase(),t+(o?id(r):r)});function id(t){return eo(Qe(t).toLowerCase())}function rd(t){return t=Qe(t),t&&t.replace(g3,nf).replace(J3,"")}function gp(t,r,o){t=Qe(t),r=Jt(r);var c=t.length;o=o===i?c:Bn(Ce(o),0,c);var p=o;return o-=r.length,o>=0&&t.slice(o,p)==r}function pp(t){return t=Qe(t),t&&U0.test(t)?t.replace(Pl,rf):t}function mp(t){return t=Qe(t),t&&e3.test(t)?t.replace(_a,"\\$&"):t}var Mp=Mi(function(t,r,o){return t+(o?"-":"")+r.toLowerCase()}),Ip=Mi(function(t,r,o){return t+(o?" ":"")+r.toLowerCase()}),yp=oc("toLowerCase");function Cp(t,r,o){t=Qe(t),r=Ce(r);var c=r?ci(t):0;if(!r||c>=r)return t;var p=(r-c)/2;return Ur(Pr(p),o)+t+Ur(Qr(p),o)}function vp(t,r,o){t=Qe(t),r=Ce(r);var c=r?ci(t):0;return r&&c<r?t+Ur(r-c,o):t}function bp(t,r,o){t=Qe(t),r=Ce(r);var c=r?ci(t):0;return r&&c<r?Ur(r-c,o)+t:t}function Np(t,r,o){return o||r==null?r=0:r&&(r=+r),Df(Qe(t).replace(Xa,""),r||0)}function wp(t,r,o){return(o?yt(t,r,o):r===i)?r=1:r=Ce(r),xs(Qe(t),r)}function Lp(){var t=arguments,r=Qe(t[0]);return t.length<3?r:r.replace(t[1],t[2])}var kp=Mi(function(t,r,o){return t+(o?"_":"")+r.toLowerCase()});function Tp(t,r,o){return o&&typeof o!="number"&&yt(t,r,o)&&(r=o=i),o=o===i?me:o>>>0,o?(t=Qe(t),t&&(typeof r=="string"||r!=null&&!Ks(r))&&(r=Jt(r),!r&&ui(t))?Jn(Xt(t),0,o):t.split(r,o)):[]}var xp=Mi(function(t,r,o){return t+(o?" ":"")+eo(r)});function Sp(t,r,o){return t=Qe(t),o=o==null?0:Bn(Ce(o),0,t.length),r=Jt(r),t.slice(o,o+r.length)==r}function Dp(t,r,o){var c=M.templateSettings;o&&yt(t,r,o)&&(r=i),t=Qe(t),r=sa({},r,c,gc);var p=sa({},r.imports,c.imports,gc),y=st(p),v=ds(p,y),w,T,E=0,V=r.interpolate||yr,F="__p += '",ie=hs((r.escape||yr).source+"|"+V.source+"|"+(V===Ol?l3:yr).source+"|"+(r.evaluate||yr).source+"|$","g"),ue="//# sourceURL="+(Ae.call(r,"sourceURL")?(r.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++E3+"]")+`
|
23
|
-
`;
|
24
|
-
__e(`+
|
25
|
-
'`),
|
26
|
-
`+
|
27
|
-
__p += '`),
|
28
|
-
((__t = (`+
|
29
|
-
'`),
|
30
|
-
`;var
|
31
|
-
`+
|
32
|
-
}
|
33
|
-
`;else if(
|
34
|
-
`+(
|
35
|
-
`)+"var __t, __p = ''"+(
|
8
|
+
*/dl.exports;(function(e,t){(function(){var n,i="4.17.21",s=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",u="Expected a function",c="Invalid `variable` option passed into `_.template`",d="__lodash_hash_undefined__",f=500,g="__lodash_placeholder__",m=1,v=2,y=4,b=1,I=2,k=1,L=2,x=4,C=8,N=16,M=32,T=64,j=128,S=256,P=512,W=30,z="...",R=800,Q=16,$=1,oe=2,me=3,be=1/0,de=9007199254740991,ue=17976931348623157e292,ee=0/0,X=4294967295,Z=X-1,B=X>>>1,G=[["ary",j],["bind",k],["bindKey",L],["curry",C],["curryRight",N],["flip",P],["partial",M],["partialRight",T],["rearg",S]],F="[object Arguments]",ie="[object Array]",he="[object AsyncFunction]",le="[object Boolean]",K="[object Date]",J="[object DOMException]",H="[object Error]",ae="[object Function]",E="[object GeneratorFunction]",O="[object Map]",A="[object Number]",te="[object Null]",ce="[object Object]",ge="[object Promise]",ke="[object Proxy]",xe="[object RegExp]",se="[object Set]",ye="[object String]",Ie="[object Symbol]",je="[object Undefined]",Ke="[object WeakMap]",at="[object WeakSet]",ct="[object ArrayBuffer]",Ve="[object DataView]",Ae="[object Float32Array]",He="[object Float64Array]",st="[object Int8Array]",qe="[object Int16Array]",tt="[object Int32Array]",Je="[object Uint8Array]",kt="[object Uint8ClampedArray]",Ai="[object Uint16Array]",zr="[object Uint32Array]",$s=/\b__p \+= '';/g,Un=/\b(__p \+=) '' \+/g,sr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Va=/&(?:amp|lt|gt|quot|#39);/g,Ks=/[&<>"']/g,kc=RegExp(Va.source),Xs=RegExp(Ks.source),Tc=/<%-([\s\S]+?)%>/g,fi=/<%([\s\S]+?)%>/g,Vr=/<%=([\s\S]+?)%>/g,$n=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,xc=/^\w*$/,Sc=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ja=/[\\^$.*+?()[\]{}|]/g,Ra=RegExp(Ja.source),hi=/^\s+/,Dc=/\s/,jc=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Oc=/\{\n\/\* \[wrapped with (.+)\] \*/,Ec=/,? & /,Ac=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Qa=/[()=,{}\[\]\/\s]/,qs=/\\(\\)?/g,Pc=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,eo=/\w*$/,zc=/^[-+]0x[0-9a-f]+$/i,Ne=/^0b[01]+$/i,Oe=/^\[object .+?Constructor\]$/,We=/^0o[0-7]+$/i,hn=/^(?:0|[1-9]\d*)$/,zn=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,At=/($^)/,lp=/['\n\r\u2028\u2029\\]/g,to="\\ud800-\\udfff",cp="\\u0300-\\u036f",up="\\ufe20-\\ufe2f",dp="\\u20d0-\\u20ff",C0=cp+up+dp,w0="\\u2700-\\u27bf",M0="a-z\\xdf-\\xf6\\xf8-\\xff",fp="\\xac\\xb1\\xd7\\xf7",hp="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",gp="\\u2000-\\u206f",pp=" \\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",I0="A-Z\\xc0-\\xd6\\xd8-\\xde",N0="\\ufe0e\\ufe0f",L0=fp+hp+gp+pp,Vc="['’]",mp="["+to+"]",k0="["+L0+"]",no="["+C0+"]",T0="\\d+",vp="["+w0+"]",x0="["+M0+"]",S0="[^"+to+L0+T0+w0+M0+I0+"]",Jc="\\ud83c[\\udffb-\\udfff]",yp="(?:"+no+"|"+Jc+")",D0="[^"+to+"]",Rc="(?:\\ud83c[\\udde6-\\uddff]){2}",Qc="[\\ud800-\\udbff][\\udc00-\\udfff]",Jr="["+I0+"]",j0="\\u200d",O0="(?:"+x0+"|"+S0+")",bp="(?:"+Jr+"|"+S0+")",E0="(?:"+Vc+"(?:d|ll|m|re|s|t|ve))?",A0="(?:"+Vc+"(?:D|LL|M|RE|S|T|VE))?",P0=yp+"?",z0="["+N0+"]?",Cp="(?:"+j0+"(?:"+[D0,Rc,Qc].join("|")+")"+z0+P0+")*",wp="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Mp="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",V0=z0+P0+Cp,Ip="(?:"+[vp,Rc,Qc].join("|")+")"+V0,Np="(?:"+[D0+no+"?",no,Rc,Qc,mp].join("|")+")",Lp=RegExp(Vc,"g"),kp=RegExp(no,"g"),_c=RegExp(Jc+"(?="+Jc+")|"+Np+V0,"g"),Tp=RegExp([Jr+"?"+x0+"+"+E0+"(?="+[k0,Jr,"$"].join("|")+")",bp+"+"+A0+"(?="+[k0,Jr+O0,"$"].join("|")+")",Jr+"?"+O0+"+"+E0,Jr+"+"+A0,Mp,wp,T0,Ip].join("|"),"g"),xp=RegExp("["+j0+to+C0+N0+"]"),Sp=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Dp=["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"],jp=-1,pt={};pt[Ae]=pt[He]=pt[st]=pt[qe]=pt[tt]=pt[Je]=pt[kt]=pt[Ai]=pt[zr]=!0,pt[F]=pt[ie]=pt[ct]=pt[le]=pt[Ve]=pt[K]=pt[H]=pt[ae]=pt[O]=pt[A]=pt[ce]=pt[xe]=pt[se]=pt[ye]=pt[Ke]=!1;var gt={};gt[F]=gt[ie]=gt[ct]=gt[Ve]=gt[le]=gt[K]=gt[Ae]=gt[He]=gt[st]=gt[qe]=gt[tt]=gt[O]=gt[A]=gt[ce]=gt[xe]=gt[se]=gt[ye]=gt[Ie]=gt[Je]=gt[kt]=gt[Ai]=gt[zr]=!0,gt[H]=gt[ae]=gt[Ke]=!1;var Op={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Ep={"&":"&","<":"<",">":">",'"':""","'":"'"},Ap={"&":"&","<":"<",">":">",""":'"',"'":"'"},Pp={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},zp=parseFloat,Vp=parseInt,J0=typeof ia=="object"&&ia&&ia.Object===Object&&ia,Jp=typeof self=="object"&&self&&self.Object===Object&&self,Pt=J0||Jp||Function("return this")(),Wc=t&&!t.nodeType&&t,or=Wc&&!0&&e&&!e.nodeType&&e,R0=or&&or.exports===Wc,Hc=R0&&J0.process,Mn=function(){try{var ne=or&&or.require&&or.require("util").types;return ne||Hc&&Hc.binding&&Hc.binding("util")}catch{}}(),Q0=Mn&&Mn.isArrayBuffer,_0=Mn&&Mn.isDate,W0=Mn&&Mn.isMap,H0=Mn&&Mn.isRegExp,B0=Mn&&Mn.isSet,F0=Mn&&Mn.isTypedArray;function gn(ne,ve,fe){switch(fe.length){case 0:return ne.call(ve);case 1:return ne.call(ve,fe[0]);case 2:return ne.call(ve,fe[0],fe[1]);case 3:return ne.call(ve,fe[0],fe[1],fe[2])}return ne.apply(ve,fe)}function Rp(ne,ve,fe,Se){for(var Be=-1,ot=ne==null?0:ne.length;++Be<ot;){var Tt=ne[Be];ve(Se,Tt,fe(Tt),ne)}return Se}function In(ne,ve){for(var fe=-1,Se=ne==null?0:ne.length;++fe<Se&&ve(ne[fe],fe,ne)!==!1;);return ne}function Qp(ne,ve){for(var fe=ne==null?0:ne.length;fe--&&ve(ne[fe],fe,ne)!==!1;);return ne}function G0(ne,ve){for(var fe=-1,Se=ne==null?0:ne.length;++fe<Se;)if(!ve(ne[fe],fe,ne))return!1;return!0}function Pi(ne,ve){for(var fe=-1,Se=ne==null?0:ne.length,Be=0,ot=[];++fe<Se;){var Tt=ne[fe];ve(Tt,fe,ne)&&(ot[Be++]=Tt)}return ot}function io(ne,ve){var fe=ne==null?0:ne.length;return!!fe&&Rr(ne,ve,0)>-1}function Bc(ne,ve,fe){for(var Se=-1,Be=ne==null?0:ne.length;++Se<Be;)if(fe(ve,ne[Se]))return!0;return!1}function mt(ne,ve){for(var fe=-1,Se=ne==null?0:ne.length,Be=Array(Se);++fe<Se;)Be[fe]=ve(ne[fe],fe,ne);return Be}function zi(ne,ve){for(var fe=-1,Se=ve.length,Be=ne.length;++fe<Se;)ne[Be+fe]=ve[fe];return ne}function Fc(ne,ve,fe,Se){var Be=-1,ot=ne==null?0:ne.length;for(Se&&ot&&(fe=ne[++Be]);++Be<ot;)fe=ve(fe,ne[Be],Be,ne);return fe}function _p(ne,ve,fe,Se){var Be=ne==null?0:ne.length;for(Se&&Be&&(fe=ne[--Be]);Be--;)fe=ve(fe,ne[Be],Be,ne);return fe}function Gc(ne,ve){for(var fe=-1,Se=ne==null?0:ne.length;++fe<Se;)if(ve(ne[fe],fe,ne))return!0;return!1}var Wp=Zc("length");function Hp(ne){return ne.split("")}function Bp(ne){return ne.match(Ac)||[]}function Z0(ne,ve,fe){var Se;return fe(ne,function(Be,ot,Tt){if(ve(Be,ot,Tt))return Se=ot,!1}),Se}function ro(ne,ve,fe,Se){for(var Be=ne.length,ot=fe+(Se?1:-1);Se?ot--:++ot<Be;)if(ve(ne[ot],ot,ne))return ot;return-1}function Rr(ne,ve,fe){return ve===ve?nm(ne,ve,fe):ro(ne,Y0,fe)}function Fp(ne,ve,fe,Se){for(var Be=fe-1,ot=ne.length;++Be<ot;)if(Se(ne[Be],ve))return Be;return-1}function Y0(ne){return ne!==ne}function U0(ne,ve){var fe=ne==null?0:ne.length;return fe?Uc(ne,ve)/fe:ee}function Zc(ne){return function(ve){return ve==null?n:ve[ne]}}function Yc(ne){return function(ve){return ne==null?n:ne[ve]}}function $0(ne,ve,fe,Se,Be){return Be(ne,function(ot,Tt,ht){fe=Se?(Se=!1,ot):ve(fe,ot,Tt,ht)}),fe}function Gp(ne,ve){var fe=ne.length;for(ne.sort(ve);fe--;)ne[fe]=ne[fe].value;return ne}function Uc(ne,ve){for(var fe,Se=-1,Be=ne.length;++Se<Be;){var ot=ve(ne[Se]);ot!==n&&(fe=fe===n?ot:fe+ot)}return fe}function $c(ne,ve){for(var fe=-1,Se=Array(ne);++fe<ne;)Se[fe]=ve(fe);return Se}function Zp(ne,ve){return mt(ve,function(fe){return[fe,ne[fe]]})}function K0(ne){return ne&&ne.slice(0,th(ne)+1).replace(hi,"")}function pn(ne){return function(ve){return ne(ve)}}function Kc(ne,ve){return mt(ve,function(fe){return ne[fe]})}function _a(ne,ve){return ne.has(ve)}function X0(ne,ve){for(var fe=-1,Se=ne.length;++fe<Se&&Rr(ve,ne[fe],0)>-1;);return fe}function q0(ne,ve){for(var fe=ne.length;fe--&&Rr(ve,ne[fe],0)>-1;);return fe}function Yp(ne,ve){for(var fe=ne.length,Se=0;fe--;)ne[fe]===ve&&++Se;return Se}var Up=Yc(Op),$p=Yc(Ep);function Kp(ne){return"\\"+Pp[ne]}function Xp(ne,ve){return ne==null?n:ne[ve]}function Qr(ne){return xp.test(ne)}function qp(ne){return Sp.test(ne)}function em(ne){for(var ve,fe=[];!(ve=ne.next()).done;)fe.push(ve.value);return fe}function Xc(ne){var ve=-1,fe=Array(ne.size);return ne.forEach(function(Se,Be){fe[++ve]=[Be,Se]}),fe}function eh(ne,ve){return function(fe){return ne(ve(fe))}}function Vi(ne,ve){for(var fe=-1,Se=ne.length,Be=0,ot=[];++fe<Se;){var Tt=ne[fe];(Tt===ve||Tt===g)&&(ne[fe]=g,ot[Be++]=fe)}return ot}function ao(ne){var ve=-1,fe=Array(ne.size);return ne.forEach(function(Se){fe[++ve]=Se}),fe}function tm(ne){var ve=-1,fe=Array(ne.size);return ne.forEach(function(Se){fe[++ve]=[Se,Se]}),fe}function nm(ne,ve,fe){for(var Se=fe-1,Be=ne.length;++Se<Be;)if(ne[Se]===ve)return Se;return-1}function im(ne,ve,fe){for(var Se=fe+1;Se--;)if(ne[Se]===ve)return Se;return Se}function _r(ne){return Qr(ne)?am(ne):Wp(ne)}function Vn(ne){return Qr(ne)?sm(ne):Hp(ne)}function th(ne){for(var ve=ne.length;ve--&&Dc.test(ne.charAt(ve)););return ve}var rm=Yc(Ap);function am(ne){for(var ve=_c.lastIndex=0;_c.test(ne);)++ve;return ve}function sm(ne){return ne.match(_c)||[]}function om(ne){return ne.match(Tp)||[]}var lm=function ne(ve){ve=ve==null?Pt:Wr.defaults(Pt.Object(),ve,Wr.pick(Pt,Dp));var fe=ve.Array,Se=ve.Date,Be=ve.Error,ot=ve.Function,Tt=ve.Math,ht=ve.Object,qc=ve.RegExp,cm=ve.String,Nn=ve.TypeError,so=fe.prototype,um=ot.prototype,Hr=ht.prototype,oo=ve["__core-js_shared__"],lo=um.toString,ut=Hr.hasOwnProperty,dm=0,nh=function(){var a=/[^.]+$/.exec(oo&&oo.keys&&oo.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),co=Hr.toString,fm=lo.call(ht),hm=Pt._,gm=qc("^"+lo.call(ut).replace(Ja,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),uo=R0?ve.Buffer:n,Ji=ve.Symbol,fo=ve.Uint8Array,ih=uo?uo.allocUnsafe:n,ho=eh(ht.getPrototypeOf,ht),rh=ht.create,ah=Hr.propertyIsEnumerable,go=so.splice,sh=Ji?Ji.isConcatSpreadable:n,Wa=Ji?Ji.iterator:n,lr=Ji?Ji.toStringTag:n,po=function(){try{var a=hr(ht,"defineProperty");return a({},"",{}),a}catch{}}(),pm=ve.clearTimeout!==Pt.clearTimeout&&ve.clearTimeout,mm=Se&&Se.now!==Pt.Date.now&&Se.now,vm=ve.setTimeout!==Pt.setTimeout&&ve.setTimeout,mo=Tt.ceil,vo=Tt.floor,eu=ht.getOwnPropertySymbols,ym=uo?uo.isBuffer:n,oh=ve.isFinite,bm=so.join,Cm=eh(ht.keys,ht),xt=Tt.max,Rt=Tt.min,wm=Se.now,Mm=ve.parseInt,lh=Tt.random,Im=so.reverse,tu=hr(ve,"DataView"),Ha=hr(ve,"Map"),nu=hr(ve,"Promise"),Br=hr(ve,"Set"),Ba=hr(ve,"WeakMap"),Fa=hr(ht,"create"),yo=Ba&&new Ba,Fr={},Nm=gr(tu),Lm=gr(Ha),km=gr(nu),Tm=gr(Br),xm=gr(Ba),bo=Ji?Ji.prototype:n,Ga=bo?bo.valueOf:n,ch=bo?bo.toString:n;function V(a){if(yt(a)&&!Ge(a)&&!(a instanceof nt)){if(a instanceof Ln)return a;if(ut.call(a,"__wrapped__"))return u9(a)}return new Ln(a)}var Gr=function(){function a(){}return function(l){if(!vt(l))return{};if(rh)return rh(l);a.prototype=l;var h=new a;return a.prototype=n,h}}();function Co(){}function Ln(a,l){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!l,this.__index__=0,this.__values__=n}V.templateSettings={escape:Tc,evaluate:fi,interpolate:Vr,variable:"",imports:{_:V}},V.prototype=Co.prototype,V.prototype.constructor=V,Ln.prototype=Gr(Co.prototype),Ln.prototype.constructor=Ln;function nt(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=X,this.__views__=[]}function Sm(){var a=new nt(this.__wrapped__);return a.__actions__=$t(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=$t(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=$t(this.__views__),a}function Dm(){if(this.__filtered__){var a=new nt(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function jm(){var a=this.__wrapped__.value(),l=this.__dir__,h=Ge(a),w=l<0,D=h?a.length:0,_=H2(0,D,this.__views__),Y=_.start,q=_.end,re=q-Y,Ce=w?q:Y-1,we=this.__iteratees__,Me=we.length,Te=0,Ee=Rt(re,this.__takeCount__);if(!h||!w&&D==re&&Ee==re)return Eh(a,this.__actions__);var Qe=[];e:for(;re--&&Te<Ee;){Ce+=l;for(var $e=-1,_e=a[Ce];++$e<Me;){var et=we[$e],it=et.iteratee,yn=et.type,Bt=it(_e);if(yn==oe)_e=Bt;else if(!Bt){if(yn==$)continue e;break e}}Qe[Te++]=_e}return Qe}nt.prototype=Gr(Co.prototype),nt.prototype.constructor=nt;function cr(a){var l=-1,h=a==null?0:a.length;for(this.clear();++l<h;){var w=a[l];this.set(w[0],w[1])}}function Om(){this.__data__=Fa?Fa(null):{},this.size=0}function Em(a){var l=this.has(a)&&delete this.__data__[a];return this.size-=l?1:0,l}function Am(a){var l=this.__data__;if(Fa){var h=l[a];return h===d?n:h}return ut.call(l,a)?l[a]:n}function Pm(a){var l=this.__data__;return Fa?l[a]!==n:ut.call(l,a)}function zm(a,l){var h=this.__data__;return this.size+=this.has(a)?0:1,h[a]=Fa&&l===n?d:l,this}cr.prototype.clear=Om,cr.prototype.delete=Em,cr.prototype.get=Am,cr.prototype.has=Pm,cr.prototype.set=zm;function gi(a){var l=-1,h=a==null?0:a.length;for(this.clear();++l<h;){var w=a[l];this.set(w[0],w[1])}}function Vm(){this.__data__=[],this.size=0}function Jm(a){var l=this.__data__,h=wo(l,a);if(h<0)return!1;var w=l.length-1;return h==w?l.pop():go.call(l,h,1),--this.size,!0}function Rm(a){var l=this.__data__,h=wo(l,a);return h<0?n:l[h][1]}function Qm(a){return wo(this.__data__,a)>-1}function _m(a,l){var h=this.__data__,w=wo(h,a);return w<0?(++this.size,h.push([a,l])):h[w][1]=l,this}gi.prototype.clear=Vm,gi.prototype.delete=Jm,gi.prototype.get=Rm,gi.prototype.has=Qm,gi.prototype.set=_m;function pi(a){var l=-1,h=a==null?0:a.length;for(this.clear();++l<h;){var w=a[l];this.set(w[0],w[1])}}function Wm(){this.size=0,this.__data__={hash:new cr,map:new(Ha||gi),string:new cr}}function Hm(a){var l=Eo(this,a).delete(a);return this.size-=l?1:0,l}function Bm(a){return Eo(this,a).get(a)}function Fm(a){return Eo(this,a).has(a)}function Gm(a,l){var h=Eo(this,a),w=h.size;return h.set(a,l),this.size+=h.size==w?0:1,this}pi.prototype.clear=Wm,pi.prototype.delete=Hm,pi.prototype.get=Bm,pi.prototype.has=Fm,pi.prototype.set=Gm;function ur(a){var l=-1,h=a==null?0:a.length;for(this.__data__=new pi;++l<h;)this.add(a[l])}function Zm(a){return this.__data__.set(a,d),this}function Ym(a){return this.__data__.has(a)}ur.prototype.add=ur.prototype.push=Zm,ur.prototype.has=Ym;function Jn(a){var l=this.__data__=new gi(a);this.size=l.size}function Um(){this.__data__=new gi,this.size=0}function $m(a){var l=this.__data__,h=l.delete(a);return this.size=l.size,h}function Km(a){return this.__data__.get(a)}function Xm(a){return this.__data__.has(a)}function qm(a,l){var h=this.__data__;if(h instanceof gi){var w=h.__data__;if(!Ha||w.length<s-1)return w.push([a,l]),this.size=++h.size,this;h=this.__data__=new pi(w)}return h.set(a,l),this.size=h.size,this}Jn.prototype.clear=Um,Jn.prototype.delete=$m,Jn.prototype.get=Km,Jn.prototype.has=Xm,Jn.prototype.set=qm;function uh(a,l){var h=Ge(a),w=!h&&pr(a),D=!h&&!w&&Hi(a),_=!h&&!w&&!D&&$r(a),Y=h||w||D||_,q=Y?$c(a.length,cm):[],re=q.length;for(var Ce in a)(l||ut.call(a,Ce))&&!(Y&&(Ce=="length"||D&&(Ce=="offset"||Ce=="parent")||_&&(Ce=="buffer"||Ce=="byteLength"||Ce=="byteOffset")||bi(Ce,re)))&&q.push(Ce);return q}function dh(a){var l=a.length;return l?a[hu(0,l-1)]:n}function e2(a,l){return Ao($t(a),dr(l,0,a.length))}function t2(a){return Ao($t(a))}function iu(a,l,h){(h!==n&&!Rn(a[l],h)||h===n&&!(l in a))&&mi(a,l,h)}function Za(a,l,h){var w=a[l];(!(ut.call(a,l)&&Rn(w,h))||h===n&&!(l in a))&&mi(a,l,h)}function wo(a,l){for(var h=a.length;h--;)if(Rn(a[h][0],l))return h;return-1}function n2(a,l,h,w){return Ri(a,function(D,_,Y){l(w,D,h(D),Y)}),w}function fh(a,l){return a&&Xn(l,Dt(l),a)}function i2(a,l){return a&&Xn(l,Xt(l),a)}function mi(a,l,h){l=="__proto__"&&po?po(a,l,{configurable:!0,enumerable:!0,value:h,writable:!0}):a[l]=h}function ru(a,l){for(var h=-1,w=l.length,D=fe(w),_=a==null;++h<w;)D[h]=_?n:Ju(a,l[h]);return D}function dr(a,l,h){return a===a&&(h!==n&&(a=a<=h?a:h),l!==n&&(a=a>=l?a:l)),a}function kn(a,l,h,w,D,_){var Y,q=l&m,re=l&v,Ce=l&y;if(h&&(Y=D?h(a,w,D,_):h(a)),Y!==n)return Y;if(!vt(a))return a;var we=Ge(a);if(we){if(Y=F2(a),!q)return $t(a,Y)}else{var Me=Qt(a),Te=Me==ae||Me==E;if(Hi(a))return zh(a,q);if(Me==ce||Me==F||Te&&!D){if(Y=re||Te?{}:t9(a),!q)return re?A2(a,i2(Y,a)):E2(a,fh(Y,a))}else{if(!gt[Me])return D?a:{};Y=G2(a,Me,q)}}_||(_=new Jn);var Ee=_.get(a);if(Ee)return Ee;_.set(a,Y),D9(a)?a.forEach(function(_e){Y.add(kn(_e,l,h,_e,a,_))}):x9(a)&&a.forEach(function(_e,et){Y.set(et,kn(_e,l,h,et,a,_))});var Qe=Ce?re?Nu:Iu:re?Xt:Dt,$e=we?n:Qe(a);return In($e||a,function(_e,et){$e&&(et=_e,_e=a[et]),Za(Y,et,kn(_e,l,h,et,a,_))}),Y}function r2(a){var l=Dt(a);return function(h){return hh(h,a,l)}}function hh(a,l,h){var w=h.length;if(a==null)return!w;for(a=ht(a);w--;){var D=h[w],_=l[D],Y=a[D];if(Y===n&&!(D in a)||!_(Y))return!1}return!0}function gh(a,l,h){if(typeof a!="function")throw new Nn(u);return es(function(){a.apply(n,h)},l)}function Ya(a,l,h,w){var D=-1,_=io,Y=!0,q=a.length,re=[],Ce=l.length;if(!q)return re;h&&(l=mt(l,pn(h))),w?(_=Bc,Y=!1):l.length>=s&&(_=_a,Y=!1,l=new ur(l));e:for(;++D<q;){var we=a[D],Me=h==null?we:h(we);if(we=w||we!==0?we:0,Y&&Me===Me){for(var Te=Ce;Te--;)if(l[Te]===Me)continue e;re.push(we)}else _(l,Me,w)||re.push(we)}return re}var Ri=_h(Kn),ph=_h(su,!0);function a2(a,l){var h=!0;return Ri(a,function(w,D,_){return h=!!l(w,D,_),h}),h}function Mo(a,l,h){for(var w=-1,D=a.length;++w<D;){var _=a[w],Y=l(_);if(Y!=null&&(q===n?Y===Y&&!vn(Y):h(Y,q)))var q=Y,re=_}return re}function s2(a,l,h,w){var D=a.length;for(h=Ye(h),h<0&&(h=-h>D?0:D+h),w=w===n||w>D?D:Ye(w),w<0&&(w+=D),w=h>w?0:O9(w);h<w;)a[h++]=l;return a}function mh(a,l){var h=[];return Ri(a,function(w,D,_){l(w,D,_)&&h.push(w)}),h}function zt(a,l,h,w,D){var _=-1,Y=a.length;for(h||(h=Y2),D||(D=[]);++_<Y;){var q=a[_];l>0&&h(q)?l>1?zt(q,l-1,h,w,D):zi(D,q):w||(D[D.length]=q)}return D}var au=Wh(),vh=Wh(!0);function Kn(a,l){return a&&au(a,l,Dt)}function su(a,l){return a&&vh(a,l,Dt)}function Io(a,l){return Pi(l,function(h){return Ci(a[h])})}function fr(a,l){l=_i(l,a);for(var h=0,w=l.length;a!=null&&h<w;)a=a[qn(l[h++])];return h&&h==w?a:n}function yh(a,l,h){var w=l(a);return Ge(a)?w:zi(w,h(a))}function Wt(a){return a==null?a===n?je:te:lr&&lr in ht(a)?W2(a):tv(a)}function ou(a,l){return a>l}function o2(a,l){return a!=null&&ut.call(a,l)}function l2(a,l){return a!=null&&l in ht(a)}function c2(a,l,h){return a>=Rt(l,h)&&a<xt(l,h)}function lu(a,l,h){for(var w=h?Bc:io,D=a[0].length,_=a.length,Y=_,q=fe(_),re=1/0,Ce=[];Y--;){var we=a[Y];Y&&l&&(we=mt(we,pn(l))),re=Rt(we.length,re),q[Y]=!h&&(l||D>=120&&we.length>=120)?new ur(Y&&we):n}we=a[0];var Me=-1,Te=q[0];e:for(;++Me<D&&Ce.length<re;){var Ee=we[Me],Qe=l?l(Ee):Ee;if(Ee=h||Ee!==0?Ee:0,!(Te?_a(Te,Qe):w(Ce,Qe,h))){for(Y=_;--Y;){var $e=q[Y];if(!($e?_a($e,Qe):w(a[Y],Qe,h)))continue e}Te&&Te.push(Qe),Ce.push(Ee)}}return Ce}function u2(a,l,h,w){return Kn(a,function(D,_,Y){l(w,h(D),_,Y)}),w}function Ua(a,l,h){l=_i(l,a),a=a9(a,l);var w=a==null?a:a[qn(xn(l))];return w==null?n:gn(w,a,h)}function bh(a){return yt(a)&&Wt(a)==F}function d2(a){return yt(a)&&Wt(a)==ct}function f2(a){return yt(a)&&Wt(a)==K}function $a(a,l,h,w,D){return a===l?!0:a==null||l==null||!yt(a)&&!yt(l)?a!==a&&l!==l:h2(a,l,h,w,$a,D)}function h2(a,l,h,w,D,_){var Y=Ge(a),q=Ge(l),re=Y?ie:Qt(a),Ce=q?ie:Qt(l);re=re==F?ce:re,Ce=Ce==F?ce:Ce;var we=re==ce,Me=Ce==ce,Te=re==Ce;if(Te&&Hi(a)){if(!Hi(l))return!1;Y=!0,we=!1}if(Te&&!we)return _||(_=new Jn),Y||$r(a)?Xh(a,l,h,w,D,_):Q2(a,l,re,h,w,D,_);if(!(h&b)){var Ee=we&&ut.call(a,"__wrapped__"),Qe=Me&&ut.call(l,"__wrapped__");if(Ee||Qe){var $e=Ee?a.value():a,_e=Qe?l.value():l;return _||(_=new Jn),D($e,_e,h,w,_)}}return Te?(_||(_=new Jn),_2(a,l,h,w,D,_)):!1}function g2(a){return yt(a)&&Qt(a)==O}function cu(a,l,h,w){var D=h.length,_=D,Y=!w;if(a==null)return!_;for(a=ht(a);D--;){var q=h[D];if(Y&&q[2]?q[1]!==a[q[0]]:!(q[0]in a))return!1}for(;++D<_;){q=h[D];var re=q[0],Ce=a[re],we=q[1];if(Y&&q[2]){if(Ce===n&&!(re in a))return!1}else{var Me=new Jn;if(w)var Te=w(Ce,we,re,a,l,Me);if(!(Te===n?$a(we,Ce,b|I,w,Me):Te))return!1}}return!0}function Ch(a){if(!vt(a)||$2(a))return!1;var l=Ci(a)?gm:Oe;return l.test(gr(a))}function p2(a){return yt(a)&&Wt(a)==xe}function m2(a){return yt(a)&&Qt(a)==se}function v2(a){return yt(a)&&Qo(a.length)&&!!pt[Wt(a)]}function wh(a){return typeof a=="function"?a:a==null?qt:typeof a=="object"?Ge(a)?Nh(a[0],a[1]):Ih(a):H9(a)}function uu(a){if(!qa(a))return Cm(a);var l=[];for(var h in ht(a))ut.call(a,h)&&h!="constructor"&&l.push(h);return l}function y2(a){if(!vt(a))return ev(a);var l=qa(a),h=[];for(var w in a)w=="constructor"&&(l||!ut.call(a,w))||h.push(w);return h}function du(a,l){return a<l}function Mh(a,l){var h=-1,w=Kt(a)?fe(a.length):[];return Ri(a,function(D,_,Y){w[++h]=l(D,_,Y)}),w}function Ih(a){var l=ku(a);return l.length==1&&l[0][2]?i9(l[0][0],l[0][1]):function(h){return h===a||cu(h,a,l)}}function Nh(a,l){return xu(a)&&n9(l)?i9(qn(a),l):function(h){var w=Ju(h,a);return w===n&&w===l?Ru(h,a):$a(l,w,b|I)}}function No(a,l,h,w,D){a!==l&&au(l,function(_,Y){if(D||(D=new Jn),vt(_))b2(a,l,Y,h,No,w,D);else{var q=w?w(Du(a,Y),_,Y+"",a,l,D):n;q===n&&(q=_),iu(a,Y,q)}},Xt)}function b2(a,l,h,w,D,_,Y){var q=Du(a,h),re=Du(l,h),Ce=Y.get(re);if(Ce){iu(a,h,Ce);return}var we=_?_(q,re,h+"",a,l,Y):n,Me=we===n;if(Me){var Te=Ge(re),Ee=!Te&&Hi(re),Qe=!Te&&!Ee&&$r(re);we=re,Te||Ee||Qe?Ge(q)?we=q:Ct(q)?we=$t(q):Ee?(Me=!1,we=zh(re,!0)):Qe?(Me=!1,we=Vh(re,!0)):we=[]:ts(re)||pr(re)?(we=q,pr(q)?we=E9(q):(!vt(q)||Ci(q))&&(we=t9(re))):Me=!1}Me&&(Y.set(re,we),D(we,re,w,_,Y),Y.delete(re)),iu(a,h,we)}function Lh(a,l){var h=a.length;if(h)return l+=l<0?h:0,bi(l,h)?a[l]:n}function kh(a,l,h){l.length?l=mt(l,function(_){return Ge(_)?function(Y){return fr(Y,_.length===1?_[0]:_)}:_}):l=[qt];var w=-1;l=mt(l,pn(Re()));var D=Mh(a,function(_,Y,q){var re=mt(l,function(Ce){return Ce(_)});return{criteria:re,index:++w,value:_}});return Gp(D,function(_,Y){return O2(_,Y,h)})}function C2(a,l){return Th(a,l,function(h,w){return Ru(a,w)})}function Th(a,l,h){for(var w=-1,D=l.length,_={};++w<D;){var Y=l[w],q=fr(a,Y);h(q,Y)&&Ka(_,_i(Y,a),q)}return _}function w2(a){return function(l){return fr(l,a)}}function fu(a,l,h,w){var D=w?Fp:Rr,_=-1,Y=l.length,q=a;for(a===l&&(l=$t(l)),h&&(q=mt(a,pn(h)));++_<Y;)for(var re=0,Ce=l[_],we=h?h(Ce):Ce;(re=D(q,we,re,w))>-1;)q!==a&&go.call(q,re,1),go.call(a,re,1);return a}function xh(a,l){for(var h=a?l.length:0,w=h-1;h--;){var D=l[h];if(h==w||D!==_){var _=D;bi(D)?go.call(a,D,1):mu(a,D)}}return a}function hu(a,l){return a+vo(lh()*(l-a+1))}function M2(a,l,h,w){for(var D=-1,_=xt(mo((l-a)/(h||1)),0),Y=fe(_);_--;)Y[w?_:++D]=a,a+=h;return Y}function gu(a,l){var h="";if(!a||l<1||l>de)return h;do l%2&&(h+=a),l=vo(l/2),l&&(a+=a);while(l);return h}function Xe(a,l){return ju(r9(a,l,qt),a+"")}function I2(a){return dh(Kr(a))}function N2(a,l){var h=Kr(a);return Ao(h,dr(l,0,h.length))}function Ka(a,l,h,w){if(!vt(a))return a;l=_i(l,a);for(var D=-1,_=l.length,Y=_-1,q=a;q!=null&&++D<_;){var re=qn(l[D]),Ce=h;if(re==="__proto__"||re==="constructor"||re==="prototype")return a;if(D!=Y){var we=q[re];Ce=w?w(we,re,q):n,Ce===n&&(Ce=vt(we)?we:bi(l[D+1])?[]:{})}Za(q,re,Ce),q=q[re]}return a}var Sh=yo?function(a,l){return yo.set(a,l),a}:qt,L2=po?function(a,l){return po(a,"toString",{configurable:!0,enumerable:!1,value:_u(l),writable:!0})}:qt;function k2(a){return Ao(Kr(a))}function Tn(a,l,h){var w=-1,D=a.length;l<0&&(l=-l>D?0:D+l),h=h>D?D:h,h<0&&(h+=D),D=l>h?0:h-l>>>0,l>>>=0;for(var _=fe(D);++w<D;)_[w]=a[w+l];return _}function T2(a,l){var h;return Ri(a,function(w,D,_){return h=l(w,D,_),!h}),!!h}function Lo(a,l,h){var w=0,D=a==null?w:a.length;if(typeof l=="number"&&l===l&&D<=B){for(;w<D;){var _=w+D>>>1,Y=a[_];Y!==null&&!vn(Y)&&(h?Y<=l:Y<l)?w=_+1:D=_}return D}return pu(a,l,qt,h)}function pu(a,l,h,w){var D=0,_=a==null?0:a.length;if(_===0)return 0;l=h(l);for(var Y=l!==l,q=l===null,re=vn(l),Ce=l===n;D<_;){var we=vo((D+_)/2),Me=h(a[we]),Te=Me!==n,Ee=Me===null,Qe=Me===Me,$e=vn(Me);if(Y)var _e=w||Qe;else Ce?_e=Qe&&(w||Te):q?_e=Qe&&Te&&(w||!Ee):re?_e=Qe&&Te&&!Ee&&(w||!$e):Ee||$e?_e=!1:_e=w?Me<=l:Me<l;_e?D=we+1:_=we}return Rt(_,Z)}function Dh(a,l){for(var h=-1,w=a.length,D=0,_=[];++h<w;){var Y=a[h],q=l?l(Y):Y;if(!h||!Rn(q,re)){var re=q;_[D++]=Y===0?0:Y}}return _}function jh(a){return typeof a=="number"?a:vn(a)?ee:+a}function mn(a){if(typeof a=="string")return a;if(Ge(a))return mt(a,mn)+"";if(vn(a))return ch?ch.call(a):"";var l=a+"";return l=="0"&&1/a==-be?"-0":l}function Qi(a,l,h){var w=-1,D=io,_=a.length,Y=!0,q=[],re=q;if(h)Y=!1,D=Bc;else if(_>=s){var Ce=l?null:J2(a);if(Ce)return ao(Ce);Y=!1,D=_a,re=new ur}else re=l?[]:q;e:for(;++w<_;){var we=a[w],Me=l?l(we):we;if(we=h||we!==0?we:0,Y&&Me===Me){for(var Te=re.length;Te--;)if(re[Te]===Me)continue e;l&&re.push(Me),q.push(we)}else D(re,Me,h)||(re!==q&&re.push(Me),q.push(we))}return q}function mu(a,l){return l=_i(l,a),a=a9(a,l),a==null||delete a[qn(xn(l))]}function Oh(a,l,h,w){return Ka(a,l,h(fr(a,l)),w)}function ko(a,l,h,w){for(var D=a.length,_=w?D:-1;(w?_--:++_<D)&&l(a[_],_,a););return h?Tn(a,w?0:_,w?_+1:D):Tn(a,w?_+1:0,w?D:_)}function Eh(a,l){var h=a;return h instanceof nt&&(h=h.value()),Fc(l,function(w,D){return D.func.apply(D.thisArg,zi([w],D.args))},h)}function vu(a,l,h){var w=a.length;if(w<2)return w?Qi(a[0]):[];for(var D=-1,_=fe(w);++D<w;)for(var Y=a[D],q=-1;++q<w;)q!=D&&(_[D]=Ya(_[D]||Y,a[q],l,h));return Qi(zt(_,1),l,h)}function Ah(a,l,h){for(var w=-1,D=a.length,_=l.length,Y={};++w<D;){var q=w<_?l[w]:n;h(Y,a[w],q)}return Y}function yu(a){return Ct(a)?a:[]}function bu(a){return typeof a=="function"?a:qt}function _i(a,l){return Ge(a)?a:xu(a,l)?[a]:c9(lt(a))}var x2=Xe;function Wi(a,l,h){var w=a.length;return h=h===n?w:h,!l&&h>=w?a:Tn(a,l,h)}var Ph=pm||function(a){return Pt.clearTimeout(a)};function zh(a,l){if(l)return a.slice();var h=a.length,w=ih?ih(h):new a.constructor(h);return a.copy(w),w}function Cu(a){var l=new a.constructor(a.byteLength);return new fo(l).set(new fo(a)),l}function S2(a,l){var h=l?Cu(a.buffer):a.buffer;return new a.constructor(h,a.byteOffset,a.byteLength)}function D2(a){var l=new a.constructor(a.source,eo.exec(a));return l.lastIndex=a.lastIndex,l}function j2(a){return Ga?ht(Ga.call(a)):{}}function Vh(a,l){var h=l?Cu(a.buffer):a.buffer;return new a.constructor(h,a.byteOffset,a.length)}function Jh(a,l){if(a!==l){var h=a!==n,w=a===null,D=a===a,_=vn(a),Y=l!==n,q=l===null,re=l===l,Ce=vn(l);if(!q&&!Ce&&!_&&a>l||_&&Y&&re&&!q&&!Ce||w&&Y&&re||!h&&re||!D)return 1;if(!w&&!_&&!Ce&&a<l||Ce&&h&&D&&!w&&!_||q&&h&&D||!Y&&D||!re)return-1}return 0}function O2(a,l,h){for(var w=-1,D=a.criteria,_=l.criteria,Y=D.length,q=h.length;++w<Y;){var re=Jh(D[w],_[w]);if(re){if(w>=q)return re;var Ce=h[w];return re*(Ce=="desc"?-1:1)}}return a.index-l.index}function Rh(a,l,h,w){for(var D=-1,_=a.length,Y=h.length,q=-1,re=l.length,Ce=xt(_-Y,0),we=fe(re+Ce),Me=!w;++q<re;)we[q]=l[q];for(;++D<Y;)(Me||D<_)&&(we[h[D]]=a[D]);for(;Ce--;)we[q++]=a[D++];return we}function Qh(a,l,h,w){for(var D=-1,_=a.length,Y=-1,q=h.length,re=-1,Ce=l.length,we=xt(_-q,0),Me=fe(we+Ce),Te=!w;++D<we;)Me[D]=a[D];for(var Ee=D;++re<Ce;)Me[Ee+re]=l[re];for(;++Y<q;)(Te||D<_)&&(Me[Ee+h[Y]]=a[D++]);return Me}function $t(a,l){var h=-1,w=a.length;for(l||(l=fe(w));++h<w;)l[h]=a[h];return l}function Xn(a,l,h,w){var D=!h;h||(h={});for(var _=-1,Y=l.length;++_<Y;){var q=l[_],re=w?w(h[q],a[q],q,h,a):n;re===n&&(re=a[q]),D?mi(h,q,re):Za(h,q,re)}return h}function E2(a,l){return Xn(a,Tu(a),l)}function A2(a,l){return Xn(a,qh(a),l)}function To(a,l){return function(h,w){var D=Ge(h)?Rp:n2,_=l?l():{};return D(h,a,Re(w,2),_)}}function Zr(a){return Xe(function(l,h){var w=-1,D=h.length,_=D>1?h[D-1]:n,Y=D>2?h[2]:n;for(_=a.length>3&&typeof _=="function"?(D--,_):n,Y&&Ht(h[0],h[1],Y)&&(_=D<3?n:_,D=1),l=ht(l);++w<D;){var q=h[w];q&&a(l,q,w,_)}return l})}function _h(a,l){return function(h,w){if(h==null)return h;if(!Kt(h))return a(h,w);for(var D=h.length,_=l?D:-1,Y=ht(h);(l?_--:++_<D)&&w(Y[_],_,Y)!==!1;);return h}}function Wh(a){return function(l,h,w){for(var D=-1,_=ht(l),Y=w(l),q=Y.length;q--;){var re=Y[a?q:++D];if(h(_[re],re,_)===!1)break}return l}}function P2(a,l,h){var w=l&k,D=Xa(a);function _(){var Y=this&&this!==Pt&&this instanceof _?D:a;return Y.apply(w?h:this,arguments)}return _}function Hh(a){return function(l){l=lt(l);var h=Qr(l)?Vn(l):n,w=h?h[0]:l.charAt(0),D=h?Wi(h,1).join(""):l.slice(1);return w[a]()+D}}function Yr(a){return function(l){return Fc(_9(Q9(l).replace(Lp,"")),a,"")}}function Xa(a){return function(){var l=arguments;switch(l.length){case 0:return new a;case 1:return new a(l[0]);case 2:return new a(l[0],l[1]);case 3:return new a(l[0],l[1],l[2]);case 4:return new a(l[0],l[1],l[2],l[3]);case 5:return new a(l[0],l[1],l[2],l[3],l[4]);case 6:return new a(l[0],l[1],l[2],l[3],l[4],l[5]);case 7:return new a(l[0],l[1],l[2],l[3],l[4],l[5],l[6])}var h=Gr(a.prototype),w=a.apply(h,l);return vt(w)?w:h}}function z2(a,l,h){var w=Xa(a);function D(){for(var _=arguments.length,Y=fe(_),q=_,re=Ur(D);q--;)Y[q]=arguments[q];var Ce=_<3&&Y[0]!==re&&Y[_-1]!==re?[]:Vi(Y,re);if(_-=Ce.length,_<h)return Yh(a,l,xo,D.placeholder,n,Y,Ce,n,n,h-_);var we=this&&this!==Pt&&this instanceof D?w:a;return gn(we,this,Y)}return D}function Bh(a){return function(l,h,w){var D=ht(l);if(!Kt(l)){var _=Re(h,3);l=Dt(l),h=function(q){return _(D[q],q,D)}}var Y=a(l,h,w);return Y>-1?D[_?l[Y]:Y]:n}}function Fh(a){return yi(function(l){var h=l.length,w=h,D=Ln.prototype.thru;for(a&&l.reverse();w--;){var _=l[w];if(typeof _!="function")throw new Nn(u);if(D&&!Y&&Oo(_)=="wrapper")var Y=new Ln([],!0)}for(w=Y?w:h;++w<h;){_=l[w];var q=Oo(_),re=q=="wrapper"?Lu(_):n;re&&Su(re[0])&&re[1]==(j|C|M|S)&&!re[4].length&&re[9]==1?Y=Y[Oo(re[0])].apply(Y,re[3]):Y=_.length==1&&Su(_)?Y[q]():Y.thru(_)}return function(){var Ce=arguments,we=Ce[0];if(Y&&Ce.length==1&&Ge(we))return Y.plant(we).value();for(var Me=0,Te=h?l[Me].apply(this,Ce):we;++Me<h;)Te=l[Me].call(this,Te);return Te}})}function xo(a,l,h,w,D,_,Y,q,re,Ce){var we=l&j,Me=l&k,Te=l&L,Ee=l&(C|N),Qe=l&P,$e=Te?n:Xa(a);function _e(){for(var et=arguments.length,it=fe(et),yn=et;yn--;)it[yn]=arguments[yn];if(Ee)var Bt=Ur(_e),bn=Yp(it,Bt);if(w&&(it=Rh(it,w,D,Ee)),_&&(it=Qh(it,_,Y,Ee)),et-=bn,Ee&&et<Ce){var wt=Vi(it,Bt);return Yh(a,l,xo,_e.placeholder,h,it,wt,q,re,Ce-et)}var Qn=Me?h:this,Mi=Te?Qn[a]:a;return et=it.length,q?it=nv(it,q):Qe&&et>1&&it.reverse(),we&&re<et&&(it.length=re),this&&this!==Pt&&this instanceof _e&&(Mi=$e||Xa(Mi)),Mi.apply(Qn,it)}return _e}function Gh(a,l){return function(h,w){return u2(h,a,l(w),{})}}function So(a,l){return function(h,w){var D;if(h===n&&w===n)return l;if(h!==n&&(D=h),w!==n){if(D===n)return w;typeof h=="string"||typeof w=="string"?(h=mn(h),w=mn(w)):(h=jh(h),w=jh(w)),D=a(h,w)}return D}}function wu(a){return yi(function(l){return l=mt(l,pn(Re())),Xe(function(h){var w=this;return a(l,function(D){return gn(D,w,h)})})})}function Do(a,l){l=l===n?" ":mn(l);var h=l.length;if(h<2)return h?gu(l,a):l;var w=gu(l,mo(a/_r(l)));return Qr(l)?Wi(Vn(w),0,a).join(""):w.slice(0,a)}function V2(a,l,h,w){var D=l&k,_=Xa(a);function Y(){for(var q=-1,re=arguments.length,Ce=-1,we=w.length,Me=fe(we+re),Te=this&&this!==Pt&&this instanceof Y?_:a;++Ce<we;)Me[Ce]=w[Ce];for(;re--;)Me[Ce++]=arguments[++q];return gn(Te,D?h:this,Me)}return Y}function Zh(a){return function(l,h,w){return w&&typeof w!="number"&&Ht(l,h,w)&&(h=w=n),l=wi(l),h===n?(h=l,l=0):h=wi(h),w=w===n?l<h?1:-1:wi(w),M2(l,h,w,a)}}function jo(a){return function(l,h){return typeof l=="string"&&typeof h=="string"||(l=Sn(l),h=Sn(h)),a(l,h)}}function Yh(a,l,h,w,D,_,Y,q,re,Ce){var we=l&C,Me=we?Y:n,Te=we?n:Y,Ee=we?_:n,Qe=we?n:_;l|=we?M:T,l&=~(we?T:M),l&x||(l&=~(k|L));var $e=[a,l,D,Ee,Me,Qe,Te,q,re,Ce],_e=h.apply(n,$e);return Su(a)&&s9(_e,$e),_e.placeholder=w,o9(_e,a,l)}function Mu(a){var l=Tt[a];return function(h,w){if(h=Sn(h),w=w==null?0:Rt(Ye(w),292),w&&oh(h)){var D=(lt(h)+"e").split("e"),_=l(D[0]+"e"+(+D[1]+w));return D=(lt(_)+"e").split("e"),+(D[0]+"e"+(+D[1]-w))}return l(h)}}var J2=Br&&1/ao(new Br([,-0]))[1]==be?function(a){return new Br(a)}:Bu;function Uh(a){return function(l){var h=Qt(l);return h==O?Xc(l):h==se?tm(l):Zp(l,a(l))}}function vi(a,l,h,w,D,_,Y,q){var re=l&L;if(!re&&typeof a!="function")throw new Nn(u);var Ce=w?w.length:0;if(Ce||(l&=~(M|T),w=D=n),Y=Y===n?Y:xt(Ye(Y),0),q=q===n?q:Ye(q),Ce-=D?D.length:0,l&T){var we=w,Me=D;w=D=n}var Te=re?n:Lu(a),Ee=[a,l,h,w,D,we,Me,_,Y,q];if(Te&&q2(Ee,Te),a=Ee[0],l=Ee[1],h=Ee[2],w=Ee[3],D=Ee[4],q=Ee[9]=Ee[9]===n?re?0:a.length:xt(Ee[9]-Ce,0),!q&&l&(C|N)&&(l&=~(C|N)),!l||l==k)var Qe=P2(a,l,h);else l==C||l==N?Qe=z2(a,l,q):(l==M||l==(k|M))&&!D.length?Qe=V2(a,l,h,w):Qe=xo.apply(n,Ee);var $e=Te?Sh:s9;return o9($e(Qe,Ee),a,l)}function $h(a,l,h,w){return a===n||Rn(a,Hr[h])&&!ut.call(w,h)?l:a}function Kh(a,l,h,w,D,_){return vt(a)&&vt(l)&&(_.set(l,a),No(a,l,n,Kh,_),_.delete(l)),a}function R2(a){return ts(a)?n:a}function Xh(a,l,h,w,D,_){var Y=h&b,q=a.length,re=l.length;if(q!=re&&!(Y&&re>q))return!1;var Ce=_.get(a),we=_.get(l);if(Ce&&we)return Ce==l&&we==a;var Me=-1,Te=!0,Ee=h&I?new ur:n;for(_.set(a,l),_.set(l,a);++Me<q;){var Qe=a[Me],$e=l[Me];if(w)var _e=Y?w($e,Qe,Me,l,a,_):w(Qe,$e,Me,a,l,_);if(_e!==n){if(_e)continue;Te=!1;break}if(Ee){if(!Gc(l,function(et,it){if(!_a(Ee,it)&&(Qe===et||D(Qe,et,h,w,_)))return Ee.push(it)})){Te=!1;break}}else if(!(Qe===$e||D(Qe,$e,h,w,_))){Te=!1;break}}return _.delete(a),_.delete(l),Te}function Q2(a,l,h,w,D,_,Y){switch(h){case Ve:if(a.byteLength!=l.byteLength||a.byteOffset!=l.byteOffset)return!1;a=a.buffer,l=l.buffer;case ct:return!(a.byteLength!=l.byteLength||!_(new fo(a),new fo(l)));case le:case K:case A:return Rn(+a,+l);case H:return a.name==l.name&&a.message==l.message;case xe:case ye:return a==l+"";case O:var q=Xc;case se:var re=w&b;if(q||(q=ao),a.size!=l.size&&!re)return!1;var Ce=Y.get(a);if(Ce)return Ce==l;w|=I,Y.set(a,l);var we=Xh(q(a),q(l),w,D,_,Y);return Y.delete(a),we;case Ie:if(Ga)return Ga.call(a)==Ga.call(l)}return!1}function _2(a,l,h,w,D,_){var Y=h&b,q=Iu(a),re=q.length,Ce=Iu(l),we=Ce.length;if(re!=we&&!Y)return!1;for(var Me=re;Me--;){var Te=q[Me];if(!(Y?Te in l:ut.call(l,Te)))return!1}var Ee=_.get(a),Qe=_.get(l);if(Ee&&Qe)return Ee==l&&Qe==a;var $e=!0;_.set(a,l),_.set(l,a);for(var _e=Y;++Me<re;){Te=q[Me];var et=a[Te],it=l[Te];if(w)var yn=Y?w(it,et,Te,l,a,_):w(et,it,Te,a,l,_);if(!(yn===n?et===it||D(et,it,h,w,_):yn)){$e=!1;break}_e||(_e=Te=="constructor")}if($e&&!_e){var Bt=a.constructor,bn=l.constructor;Bt!=bn&&"constructor"in a&&"constructor"in l&&!(typeof Bt=="function"&&Bt instanceof Bt&&typeof bn=="function"&&bn instanceof bn)&&($e=!1)}return _.delete(a),_.delete(l),$e}function yi(a){return ju(r9(a,n,h9),a+"")}function Iu(a){return yh(a,Dt,Tu)}function Nu(a){return yh(a,Xt,qh)}var Lu=yo?function(a){return yo.get(a)}:Bu;function Oo(a){for(var l=a.name+"",h=Fr[l],w=ut.call(Fr,l)?h.length:0;w--;){var D=h[w],_=D.func;if(_==null||_==a)return D.name}return l}function Ur(a){var l=ut.call(V,"placeholder")?V:a;return l.placeholder}function Re(){var a=V.iteratee||Wu;return a=a===Wu?wh:a,arguments.length?a(arguments[0],arguments[1]):a}function Eo(a,l){var h=a.__data__;return U2(l)?h[typeof l=="string"?"string":"hash"]:h.map}function ku(a){for(var l=Dt(a),h=l.length;h--;){var w=l[h],D=a[w];l[h]=[w,D,n9(D)]}return l}function hr(a,l){var h=Xp(a,l);return Ch(h)?h:n}function W2(a){var l=ut.call(a,lr),h=a[lr];try{a[lr]=n;var w=!0}catch{}var D=co.call(a);return w&&(l?a[lr]=h:delete a[lr]),D}var Tu=eu?function(a){return a==null?[]:(a=ht(a),Pi(eu(a),function(l){return ah.call(a,l)}))}:Fu,qh=eu?function(a){for(var l=[];a;)zi(l,Tu(a)),a=ho(a);return l}:Fu,Qt=Wt;(tu&&Qt(new tu(new ArrayBuffer(1)))!=Ve||Ha&&Qt(new Ha)!=O||nu&&Qt(nu.resolve())!=ge||Br&&Qt(new Br)!=se||Ba&&Qt(new Ba)!=Ke)&&(Qt=function(a){var l=Wt(a),h=l==ce?a.constructor:n,w=h?gr(h):"";if(w)switch(w){case Nm:return Ve;case Lm:return O;case km:return ge;case Tm:return se;case xm:return Ke}return l});function H2(a,l,h){for(var w=-1,D=h.length;++w<D;){var _=h[w],Y=_.size;switch(_.type){case"drop":a+=Y;break;case"dropRight":l-=Y;break;case"take":l=Rt(l,a+Y);break;case"takeRight":a=xt(a,l-Y);break}}return{start:a,end:l}}function B2(a){var l=a.match(Oc);return l?l[1].split(Ec):[]}function e9(a,l,h){l=_i(l,a);for(var w=-1,D=l.length,_=!1;++w<D;){var Y=qn(l[w]);if(!(_=a!=null&&h(a,Y)))break;a=a[Y]}return _||++w!=D?_:(D=a==null?0:a.length,!!D&&Qo(D)&&bi(Y,D)&&(Ge(a)||pr(a)))}function F2(a){var l=a.length,h=new a.constructor(l);return l&&typeof a[0]=="string"&&ut.call(a,"index")&&(h.index=a.index,h.input=a.input),h}function t9(a){return typeof a.constructor=="function"&&!qa(a)?Gr(ho(a)):{}}function G2(a,l,h){var w=a.constructor;switch(l){case ct:return Cu(a);case le:case K:return new w(+a);case Ve:return S2(a,h);case Ae:case He:case st:case qe:case tt:case Je:case kt:case Ai:case zr:return Vh(a,h);case O:return new w;case A:case ye:return new w(a);case xe:return D2(a);case se:return new w;case Ie:return j2(a)}}function Z2(a,l){var h=l.length;if(!h)return a;var w=h-1;return l[w]=(h>1?"& ":"")+l[w],l=l.join(h>2?", ":" "),a.replace(jc,`{
|
9
|
+
/* [wrapped with `+l+`] */
|
10
|
+
`)}function Y2(a){return Ge(a)||pr(a)||!!(sh&&a&&a[sh])}function bi(a,l){var h=typeof a;return l=l??de,!!l&&(h=="number"||h!="symbol"&&hn.test(a))&&a>-1&&a%1==0&&a<l}function Ht(a,l,h){if(!vt(h))return!1;var w=typeof l;return(w=="number"?Kt(h)&&bi(l,h.length):w=="string"&&l in h)?Rn(h[l],a):!1}function xu(a,l){if(Ge(a))return!1;var h=typeof a;return h=="number"||h=="symbol"||h=="boolean"||a==null||vn(a)?!0:xc.test(a)||!$n.test(a)||l!=null&&a in ht(l)}function U2(a){var l=typeof a;return l=="string"||l=="number"||l=="symbol"||l=="boolean"?a!=="__proto__":a===null}function Su(a){var l=Oo(a),h=V[l];if(typeof h!="function"||!(l in nt.prototype))return!1;if(a===h)return!0;var w=Lu(h);return!!w&&a===w[0]}function $2(a){return!!nh&&nh in a}var K2=oo?Ci:Gu;function qa(a){var l=a&&a.constructor,h=typeof l=="function"&&l.prototype||Hr;return a===h}function n9(a){return a===a&&!vt(a)}function i9(a,l){return function(h){return h==null?!1:h[a]===l&&(l!==n||a in ht(h))}}function X2(a){var l=Jo(a,function(w){return h.size===f&&h.clear(),w}),h=l.cache;return l}function q2(a,l){var h=a[1],w=l[1],D=h|w,_=D<(k|L|j),Y=w==j&&h==C||w==j&&h==S&&a[7].length<=l[8]||w==(j|S)&&l[7].length<=l[8]&&h==C;if(!(_||Y))return a;w&k&&(a[2]=l[2],D|=h&k?0:x);var q=l[3];if(q){var re=a[3];a[3]=re?Rh(re,q,l[4]):q,a[4]=re?Vi(a[3],g):l[4]}return q=l[5],q&&(re=a[5],a[5]=re?Qh(re,q,l[6]):q,a[6]=re?Vi(a[5],g):l[6]),q=l[7],q&&(a[7]=q),w&j&&(a[8]=a[8]==null?l[8]:Rt(a[8],l[8])),a[9]==null&&(a[9]=l[9]),a[0]=l[0],a[1]=D,a}function ev(a){var l=[];if(a!=null)for(var h in ht(a))l.push(h);return l}function tv(a){return co.call(a)}function r9(a,l,h){return l=xt(l===n?a.length-1:l,0),function(){for(var w=arguments,D=-1,_=xt(w.length-l,0),Y=fe(_);++D<_;)Y[D]=w[l+D];D=-1;for(var q=fe(l+1);++D<l;)q[D]=w[D];return q[l]=h(Y),gn(a,this,q)}}function a9(a,l){return l.length<2?a:fr(a,Tn(l,0,-1))}function nv(a,l){for(var h=a.length,w=Rt(l.length,h),D=$t(a);w--;){var _=l[w];a[w]=bi(_,h)?D[_]:n}return a}function Du(a,l){if(!(l==="constructor"&&typeof a[l]=="function")&&l!="__proto__")return a[l]}var s9=l9(Sh),es=vm||function(a,l){return Pt.setTimeout(a,l)},ju=l9(L2);function o9(a,l,h){var w=l+"";return ju(a,Z2(w,iv(B2(w),h)))}function l9(a){var l=0,h=0;return function(){var w=wm(),D=Q-(w-h);if(h=w,D>0){if(++l>=R)return arguments[0]}else l=0;return a.apply(n,arguments)}}function Ao(a,l){var h=-1,w=a.length,D=w-1;for(l=l===n?w:l;++h<l;){var _=hu(h,D),Y=a[_];a[_]=a[h],a[h]=Y}return a.length=l,a}var c9=X2(function(a){var l=[];return a.charCodeAt(0)===46&&l.push(""),a.replace(Sc,function(h,w,D,_){l.push(D?_.replace(qs,"$1"):w||h)}),l});function qn(a){if(typeof a=="string"||vn(a))return a;var l=a+"";return l=="0"&&1/a==-be?"-0":l}function gr(a){if(a!=null){try{return lo.call(a)}catch{}try{return a+""}catch{}}return""}function iv(a,l){return In(G,function(h){var w="_."+h[0];l&h[1]&&!io(a,w)&&a.push(w)}),a.sort()}function u9(a){if(a instanceof nt)return a.clone();var l=new Ln(a.__wrapped__,a.__chain__);return l.__actions__=$t(a.__actions__),l.__index__=a.__index__,l.__values__=a.__values__,l}function rv(a,l,h){(h?Ht(a,l,h):l===n)?l=1:l=xt(Ye(l),0);var w=a==null?0:a.length;if(!w||l<1)return[];for(var D=0,_=0,Y=fe(mo(w/l));D<w;)Y[_++]=Tn(a,D,D+=l);return Y}function av(a){for(var l=-1,h=a==null?0:a.length,w=0,D=[];++l<h;){var _=a[l];_&&(D[w++]=_)}return D}function sv(){var a=arguments.length;if(!a)return[];for(var l=fe(a-1),h=arguments[0],w=a;w--;)l[w-1]=arguments[w];return zi(Ge(h)?$t(h):[h],zt(l,1))}var ov=Xe(function(a,l){return Ct(a)?Ya(a,zt(l,1,Ct,!0)):[]}),lv=Xe(function(a,l){var h=xn(l);return Ct(h)&&(h=n),Ct(a)?Ya(a,zt(l,1,Ct,!0),Re(h,2)):[]}),cv=Xe(function(a,l){var h=xn(l);return Ct(h)&&(h=n),Ct(a)?Ya(a,zt(l,1,Ct,!0),n,h):[]});function uv(a,l,h){var w=a==null?0:a.length;return w?(l=h||l===n?1:Ye(l),Tn(a,l<0?0:l,w)):[]}function dv(a,l,h){var w=a==null?0:a.length;return w?(l=h||l===n?1:Ye(l),l=w-l,Tn(a,0,l<0?0:l)):[]}function fv(a,l){return a&&a.length?ko(a,Re(l,3),!0,!0):[]}function hv(a,l){return a&&a.length?ko(a,Re(l,3),!0):[]}function gv(a,l,h,w){var D=a==null?0:a.length;return D?(h&&typeof h!="number"&&Ht(a,l,h)&&(h=0,w=D),s2(a,l,h,w)):[]}function d9(a,l,h){var w=a==null?0:a.length;if(!w)return-1;var D=h==null?0:Ye(h);return D<0&&(D=xt(w+D,0)),ro(a,Re(l,3),D)}function f9(a,l,h){var w=a==null?0:a.length;if(!w)return-1;var D=w-1;return h!==n&&(D=Ye(h),D=h<0?xt(w+D,0):Rt(D,w-1)),ro(a,Re(l,3),D,!0)}function h9(a){var l=a==null?0:a.length;return l?zt(a,1):[]}function pv(a){var l=a==null?0:a.length;return l?zt(a,be):[]}function mv(a,l){var h=a==null?0:a.length;return h?(l=l===n?1:Ye(l),zt(a,l)):[]}function vv(a){for(var l=-1,h=a==null?0:a.length,w={};++l<h;){var D=a[l];w[D[0]]=D[1]}return w}function g9(a){return a&&a.length?a[0]:n}function yv(a,l,h){var w=a==null?0:a.length;if(!w)return-1;var D=h==null?0:Ye(h);return D<0&&(D=xt(w+D,0)),Rr(a,l,D)}function bv(a){var l=a==null?0:a.length;return l?Tn(a,0,-1):[]}var Cv=Xe(function(a){var l=mt(a,yu);return l.length&&l[0]===a[0]?lu(l):[]}),wv=Xe(function(a){var l=xn(a),h=mt(a,yu);return l===xn(h)?l=n:h.pop(),h.length&&h[0]===a[0]?lu(h,Re(l,2)):[]}),Mv=Xe(function(a){var l=xn(a),h=mt(a,yu);return l=typeof l=="function"?l:n,l&&h.pop(),h.length&&h[0]===a[0]?lu(h,n,l):[]});function Iv(a,l){return a==null?"":bm.call(a,l)}function xn(a){var l=a==null?0:a.length;return l?a[l-1]:n}function Nv(a,l,h){var w=a==null?0:a.length;if(!w)return-1;var D=w;return h!==n&&(D=Ye(h),D=D<0?xt(w+D,0):Rt(D,w-1)),l===l?im(a,l,D):ro(a,Y0,D,!0)}function Lv(a,l){return a&&a.length?Lh(a,Ye(l)):n}var kv=Xe(p9);function p9(a,l){return a&&a.length&&l&&l.length?fu(a,l):a}function Tv(a,l,h){return a&&a.length&&l&&l.length?fu(a,l,Re(h,2)):a}function xv(a,l,h){return a&&a.length&&l&&l.length?fu(a,l,n,h):a}var Sv=yi(function(a,l){var h=a==null?0:a.length,w=ru(a,l);return xh(a,mt(l,function(D){return bi(D,h)?+D:D}).sort(Jh)),w});function Dv(a,l){var h=[];if(!(a&&a.length))return h;var w=-1,D=[],_=a.length;for(l=Re(l,3);++w<_;){var Y=a[w];l(Y,w,a)&&(h.push(Y),D.push(w))}return xh(a,D),h}function Ou(a){return a==null?a:Im.call(a)}function jv(a,l,h){var w=a==null?0:a.length;return w?(h&&typeof h!="number"&&Ht(a,l,h)?(l=0,h=w):(l=l==null?0:Ye(l),h=h===n?w:Ye(h)),Tn(a,l,h)):[]}function Ov(a,l){return Lo(a,l)}function Ev(a,l,h){return pu(a,l,Re(h,2))}function Av(a,l){var h=a==null?0:a.length;if(h){var w=Lo(a,l);if(w<h&&Rn(a[w],l))return w}return-1}function Pv(a,l){return Lo(a,l,!0)}function zv(a,l,h){return pu(a,l,Re(h,2),!0)}function Vv(a,l){var h=a==null?0:a.length;if(h){var w=Lo(a,l,!0)-1;if(Rn(a[w],l))return w}return-1}function Jv(a){return a&&a.length?Dh(a):[]}function Rv(a,l){return a&&a.length?Dh(a,Re(l,2)):[]}function Qv(a){var l=a==null?0:a.length;return l?Tn(a,1,l):[]}function _v(a,l,h){return a&&a.length?(l=h||l===n?1:Ye(l),Tn(a,0,l<0?0:l)):[]}function Wv(a,l,h){var w=a==null?0:a.length;return w?(l=h||l===n?1:Ye(l),l=w-l,Tn(a,l<0?0:l,w)):[]}function Hv(a,l){return a&&a.length?ko(a,Re(l,3),!1,!0):[]}function Bv(a,l){return a&&a.length?ko(a,Re(l,3)):[]}var Fv=Xe(function(a){return Qi(zt(a,1,Ct,!0))}),Gv=Xe(function(a){var l=xn(a);return Ct(l)&&(l=n),Qi(zt(a,1,Ct,!0),Re(l,2))}),Zv=Xe(function(a){var l=xn(a);return l=typeof l=="function"?l:n,Qi(zt(a,1,Ct,!0),n,l)});function Yv(a){return a&&a.length?Qi(a):[]}function Uv(a,l){return a&&a.length?Qi(a,Re(l,2)):[]}function $v(a,l){return l=typeof l=="function"?l:n,a&&a.length?Qi(a,n,l):[]}function Eu(a){if(!(a&&a.length))return[];var l=0;return a=Pi(a,function(h){if(Ct(h))return l=xt(h.length,l),!0}),$c(l,function(h){return mt(a,Zc(h))})}function m9(a,l){if(!(a&&a.length))return[];var h=Eu(a);return l==null?h:mt(h,function(w){return gn(l,n,w)})}var Kv=Xe(function(a,l){return Ct(a)?Ya(a,l):[]}),Xv=Xe(function(a){return vu(Pi(a,Ct))}),qv=Xe(function(a){var l=xn(a);return Ct(l)&&(l=n),vu(Pi(a,Ct),Re(l,2))}),e5=Xe(function(a){var l=xn(a);return l=typeof l=="function"?l:n,vu(Pi(a,Ct),n,l)}),t5=Xe(Eu);function n5(a,l){return Ah(a||[],l||[],Za)}function i5(a,l){return Ah(a||[],l||[],Ka)}var r5=Xe(function(a){var l=a.length,h=l>1?a[l-1]:n;return h=typeof h=="function"?(a.pop(),h):n,m9(a,h)});function v9(a){var l=V(a);return l.__chain__=!0,l}function a5(a,l){return l(a),a}function Po(a,l){return l(a)}var s5=yi(function(a){var l=a.length,h=l?a[0]:0,w=this.__wrapped__,D=function(_){return ru(_,a)};return l>1||this.__actions__.length||!(w instanceof nt)||!bi(h)?this.thru(D):(w=w.slice(h,+h+(l?1:0)),w.__actions__.push({func:Po,args:[D],thisArg:n}),new Ln(w,this.__chain__).thru(function(_){return l&&!_.length&&_.push(n),_}))});function o5(){return v9(this)}function l5(){return new Ln(this.value(),this.__chain__)}function c5(){this.__values__===n&&(this.__values__=j9(this.value()));var a=this.__index__>=this.__values__.length,l=a?n:this.__values__[this.__index__++];return{done:a,value:l}}function u5(){return this}function d5(a){for(var l,h=this;h instanceof Co;){var w=u9(h);w.__index__=0,w.__values__=n,l?D.__wrapped__=w:l=w;var D=w;h=h.__wrapped__}return D.__wrapped__=a,l}function f5(){var a=this.__wrapped__;if(a instanceof nt){var l=a;return this.__actions__.length&&(l=new nt(this)),l=l.reverse(),l.__actions__.push({func:Po,args:[Ou],thisArg:n}),new Ln(l,this.__chain__)}return this.thru(Ou)}function h5(){return Eh(this.__wrapped__,this.__actions__)}var g5=To(function(a,l,h){ut.call(a,h)?++a[h]:mi(a,h,1)});function p5(a,l,h){var w=Ge(a)?G0:a2;return h&&Ht(a,l,h)&&(l=n),w(a,Re(l,3))}function m5(a,l){var h=Ge(a)?Pi:mh;return h(a,Re(l,3))}var v5=Bh(d9),y5=Bh(f9);function b5(a,l){return zt(zo(a,l),1)}function C5(a,l){return zt(zo(a,l),be)}function w5(a,l,h){return h=h===n?1:Ye(h),zt(zo(a,l),h)}function y9(a,l){var h=Ge(a)?In:Ri;return h(a,Re(l,3))}function b9(a,l){var h=Ge(a)?Qp:ph;return h(a,Re(l,3))}var M5=To(function(a,l,h){ut.call(a,h)?a[h].push(l):mi(a,h,[l])});function I5(a,l,h,w){a=Kt(a)?a:Kr(a),h=h&&!w?Ye(h):0;var D=a.length;return h<0&&(h=xt(D+h,0)),_o(a)?h<=D&&a.indexOf(l,h)>-1:!!D&&Rr(a,l,h)>-1}var N5=Xe(function(a,l,h){var w=-1,D=typeof l=="function",_=Kt(a)?fe(a.length):[];return Ri(a,function(Y){_[++w]=D?gn(l,Y,h):Ua(Y,l,h)}),_}),L5=To(function(a,l,h){mi(a,h,l)});function zo(a,l){var h=Ge(a)?mt:Mh;return h(a,Re(l,3))}function k5(a,l,h,w){return a==null?[]:(Ge(l)||(l=l==null?[]:[l]),h=w?n:h,Ge(h)||(h=h==null?[]:[h]),kh(a,l,h))}var T5=To(function(a,l,h){a[h?0:1].push(l)},function(){return[[],[]]});function x5(a,l,h){var w=Ge(a)?Fc:$0,D=arguments.length<3;return w(a,Re(l,4),h,D,Ri)}function S5(a,l,h){var w=Ge(a)?_p:$0,D=arguments.length<3;return w(a,Re(l,4),h,D,ph)}function D5(a,l){var h=Ge(a)?Pi:mh;return h(a,Ro(Re(l,3)))}function j5(a){var l=Ge(a)?dh:I2;return l(a)}function O5(a,l,h){(h?Ht(a,l,h):l===n)?l=1:l=Ye(l);var w=Ge(a)?e2:N2;return w(a,l)}function E5(a){var l=Ge(a)?t2:k2;return l(a)}function A5(a){if(a==null)return 0;if(Kt(a))return _o(a)?_r(a):a.length;var l=Qt(a);return l==O||l==se?a.size:uu(a).length}function P5(a,l,h){var w=Ge(a)?Gc:T2;return h&&Ht(a,l,h)&&(l=n),w(a,Re(l,3))}var z5=Xe(function(a,l){if(a==null)return[];var h=l.length;return h>1&&Ht(a,l[0],l[1])?l=[]:h>2&&Ht(l[0],l[1],l[2])&&(l=[l[0]]),kh(a,zt(l,1),[])}),Vo=mm||function(){return Pt.Date.now()};function V5(a,l){if(typeof l!="function")throw new Nn(u);return a=Ye(a),function(){if(--a<1)return l.apply(this,arguments)}}function C9(a,l,h){return l=h?n:l,l=a&&l==null?a.length:l,vi(a,j,n,n,n,n,l)}function w9(a,l){var h;if(typeof l!="function")throw new Nn(u);return a=Ye(a),function(){return--a>0&&(h=l.apply(this,arguments)),a<=1&&(l=n),h}}var Au=Xe(function(a,l,h){var w=k;if(h.length){var D=Vi(h,Ur(Au));w|=M}return vi(a,w,l,h,D)}),M9=Xe(function(a,l,h){var w=k|L;if(h.length){var D=Vi(h,Ur(M9));w|=M}return vi(l,w,a,h,D)});function I9(a,l,h){l=h?n:l;var w=vi(a,C,n,n,n,n,n,l);return w.placeholder=I9.placeholder,w}function N9(a,l,h){l=h?n:l;var w=vi(a,N,n,n,n,n,n,l);return w.placeholder=N9.placeholder,w}function L9(a,l,h){var w,D,_,Y,q,re,Ce=0,we=!1,Me=!1,Te=!0;if(typeof a!="function")throw new Nn(u);l=Sn(l)||0,vt(h)&&(we=!!h.leading,Me="maxWait"in h,_=Me?xt(Sn(h.maxWait)||0,l):_,Te="trailing"in h?!!h.trailing:Te);function Ee(wt){var Qn=w,Mi=D;return w=D=n,Ce=wt,Y=a.apply(Mi,Qn),Y}function Qe(wt){return Ce=wt,q=es(et,l),we?Ee(wt):Y}function $e(wt){var Qn=wt-re,Mi=wt-Ce,B9=l-Qn;return Me?Rt(B9,_-Mi):B9}function _e(wt){var Qn=wt-re,Mi=wt-Ce;return re===n||Qn>=l||Qn<0||Me&&Mi>=_}function et(){var wt=Vo();if(_e(wt))return it(wt);q=es(et,$e(wt))}function it(wt){return q=n,Te&&w?Ee(wt):(w=D=n,Y)}function yn(){q!==n&&Ph(q),Ce=0,w=re=D=q=n}function Bt(){return q===n?Y:it(Vo())}function bn(){var wt=Vo(),Qn=_e(wt);if(w=arguments,D=this,re=wt,Qn){if(q===n)return Qe(re);if(Me)return Ph(q),q=es(et,l),Ee(re)}return q===n&&(q=es(et,l)),Y}return bn.cancel=yn,bn.flush=Bt,bn}var J5=Xe(function(a,l){return gh(a,1,l)}),R5=Xe(function(a,l,h){return gh(a,Sn(l)||0,h)});function Q5(a){return vi(a,P)}function Jo(a,l){if(typeof a!="function"||l!=null&&typeof l!="function")throw new Nn(u);var h=function(){var w=arguments,D=l?l.apply(this,w):w[0],_=h.cache;if(_.has(D))return _.get(D);var Y=a.apply(this,w);return h.cache=_.set(D,Y)||_,Y};return h.cache=new(Jo.Cache||pi),h}Jo.Cache=pi;function Ro(a){if(typeof a!="function")throw new Nn(u);return function(){var l=arguments;switch(l.length){case 0:return!a.call(this);case 1:return!a.call(this,l[0]);case 2:return!a.call(this,l[0],l[1]);case 3:return!a.call(this,l[0],l[1],l[2])}return!a.apply(this,l)}}function _5(a){return w9(2,a)}var W5=x2(function(a,l){l=l.length==1&&Ge(l[0])?mt(l[0],pn(Re())):mt(zt(l,1),pn(Re()));var h=l.length;return Xe(function(w){for(var D=-1,_=Rt(w.length,h);++D<_;)w[D]=l[D].call(this,w[D]);return gn(a,this,w)})}),Pu=Xe(function(a,l){var h=Vi(l,Ur(Pu));return vi(a,M,n,l,h)}),k9=Xe(function(a,l){var h=Vi(l,Ur(k9));return vi(a,T,n,l,h)}),H5=yi(function(a,l){return vi(a,S,n,n,n,l)});function B5(a,l){if(typeof a!="function")throw new Nn(u);return l=l===n?l:Ye(l),Xe(a,l)}function F5(a,l){if(typeof a!="function")throw new Nn(u);return l=l==null?0:xt(Ye(l),0),Xe(function(h){var w=h[l],D=Wi(h,0,l);return w&&zi(D,w),gn(a,this,D)})}function G5(a,l,h){var w=!0,D=!0;if(typeof a!="function")throw new Nn(u);return vt(h)&&(w="leading"in h?!!h.leading:w,D="trailing"in h?!!h.trailing:D),L9(a,l,{leading:w,maxWait:l,trailing:D})}function Z5(a){return C9(a,1)}function Y5(a,l){return Pu(bu(l),a)}function U5(){if(!arguments.length)return[];var a=arguments[0];return Ge(a)?a:[a]}function $5(a){return kn(a,y)}function K5(a,l){return l=typeof l=="function"?l:n,kn(a,y,l)}function X5(a){return kn(a,m|y)}function q5(a,l){return l=typeof l=="function"?l:n,kn(a,m|y,l)}function ey(a,l){return l==null||hh(a,l,Dt(l))}function Rn(a,l){return a===l||a!==a&&l!==l}var ty=jo(ou),ny=jo(function(a,l){return a>=l}),pr=bh(function(){return arguments}())?bh:function(a){return yt(a)&&ut.call(a,"callee")&&!ah.call(a,"callee")},Ge=fe.isArray,iy=Q0?pn(Q0):d2;function Kt(a){return a!=null&&Qo(a.length)&&!Ci(a)}function Ct(a){return yt(a)&&Kt(a)}function ry(a){return a===!0||a===!1||yt(a)&&Wt(a)==le}var Hi=ym||Gu,ay=_0?pn(_0):f2;function sy(a){return yt(a)&&a.nodeType===1&&!ts(a)}function oy(a){if(a==null)return!0;if(Kt(a)&&(Ge(a)||typeof a=="string"||typeof a.splice=="function"||Hi(a)||$r(a)||pr(a)))return!a.length;var l=Qt(a);if(l==O||l==se)return!a.size;if(qa(a))return!uu(a).length;for(var h in a)if(ut.call(a,h))return!1;return!0}function ly(a,l){return $a(a,l)}function cy(a,l,h){h=typeof h=="function"?h:n;var w=h?h(a,l):n;return w===n?$a(a,l,n,h):!!w}function zu(a){if(!yt(a))return!1;var l=Wt(a);return l==H||l==J||typeof a.message=="string"&&typeof a.name=="string"&&!ts(a)}function uy(a){return typeof a=="number"&&oh(a)}function Ci(a){if(!vt(a))return!1;var l=Wt(a);return l==ae||l==E||l==he||l==ke}function T9(a){return typeof a=="number"&&a==Ye(a)}function Qo(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=de}function vt(a){var l=typeof a;return a!=null&&(l=="object"||l=="function")}function yt(a){return a!=null&&typeof a=="object"}var x9=W0?pn(W0):g2;function dy(a,l){return a===l||cu(a,l,ku(l))}function fy(a,l,h){return h=typeof h=="function"?h:n,cu(a,l,ku(l),h)}function hy(a){return S9(a)&&a!=+a}function gy(a){if(K2(a))throw new Be(o);return Ch(a)}function py(a){return a===null}function my(a){return a==null}function S9(a){return typeof a=="number"||yt(a)&&Wt(a)==A}function ts(a){if(!yt(a)||Wt(a)!=ce)return!1;var l=ho(a);if(l===null)return!0;var h=ut.call(l,"constructor")&&l.constructor;return typeof h=="function"&&h instanceof h&&lo.call(h)==fm}var Vu=H0?pn(H0):p2;function vy(a){return T9(a)&&a>=-de&&a<=de}var D9=B0?pn(B0):m2;function _o(a){return typeof a=="string"||!Ge(a)&&yt(a)&&Wt(a)==ye}function vn(a){return typeof a=="symbol"||yt(a)&&Wt(a)==Ie}var $r=F0?pn(F0):v2;function yy(a){return a===n}function by(a){return yt(a)&&Qt(a)==Ke}function Cy(a){return yt(a)&&Wt(a)==at}var wy=jo(du),My=jo(function(a,l){return a<=l});function j9(a){if(!a)return[];if(Kt(a))return _o(a)?Vn(a):$t(a);if(Wa&&a[Wa])return em(a[Wa]());var l=Qt(a),h=l==O?Xc:l==se?ao:Kr;return h(a)}function wi(a){if(!a)return a===0?a:0;if(a=Sn(a),a===be||a===-be){var l=a<0?-1:1;return l*ue}return a===a?a:0}function Ye(a){var l=wi(a),h=l%1;return l===l?h?l-h:l:0}function O9(a){return a?dr(Ye(a),0,X):0}function Sn(a){if(typeof a=="number")return a;if(vn(a))return ee;if(vt(a)){var l=typeof a.valueOf=="function"?a.valueOf():a;a=vt(l)?l+"":l}if(typeof a!="string")return a===0?a:+a;a=K0(a);var h=Ne.test(a);return h||We.test(a)?Vp(a.slice(2),h?2:8):zc.test(a)?ee:+a}function E9(a){return Xn(a,Xt(a))}function Iy(a){return a?dr(Ye(a),-de,de):a===0?a:0}function lt(a){return a==null?"":mn(a)}var Ny=Zr(function(a,l){if(qa(l)||Kt(l)){Xn(l,Dt(l),a);return}for(var h in l)ut.call(l,h)&&Za(a,h,l[h])}),A9=Zr(function(a,l){Xn(l,Xt(l),a)}),Wo=Zr(function(a,l,h,w){Xn(l,Xt(l),a,w)}),Ly=Zr(function(a,l,h,w){Xn(l,Dt(l),a,w)}),ky=yi(ru);function Ty(a,l){var h=Gr(a);return l==null?h:fh(h,l)}var xy=Xe(function(a,l){a=ht(a);var h=-1,w=l.length,D=w>2?l[2]:n;for(D&&Ht(l[0],l[1],D)&&(w=1);++h<w;)for(var _=l[h],Y=Xt(_),q=-1,re=Y.length;++q<re;){var Ce=Y[q],we=a[Ce];(we===n||Rn(we,Hr[Ce])&&!ut.call(a,Ce))&&(a[Ce]=_[Ce])}return a}),Sy=Xe(function(a){return a.push(n,Kh),gn(P9,n,a)});function Dy(a,l){return Z0(a,Re(l,3),Kn)}function jy(a,l){return Z0(a,Re(l,3),su)}function Oy(a,l){return a==null?a:au(a,Re(l,3),Xt)}function Ey(a,l){return a==null?a:vh(a,Re(l,3),Xt)}function Ay(a,l){return a&&Kn(a,Re(l,3))}function Py(a,l){return a&&su(a,Re(l,3))}function zy(a){return a==null?[]:Io(a,Dt(a))}function Vy(a){return a==null?[]:Io(a,Xt(a))}function Ju(a,l,h){var w=a==null?n:fr(a,l);return w===n?h:w}function Jy(a,l){return a!=null&&e9(a,l,o2)}function Ru(a,l){return a!=null&&e9(a,l,l2)}var Ry=Gh(function(a,l,h){l!=null&&typeof l.toString!="function"&&(l=co.call(l)),a[l]=h},_u(qt)),Qy=Gh(function(a,l,h){l!=null&&typeof l.toString!="function"&&(l=co.call(l)),ut.call(a,l)?a[l].push(h):a[l]=[h]},Re),_y=Xe(Ua);function Dt(a){return Kt(a)?uh(a):uu(a)}function Xt(a){return Kt(a)?uh(a,!0):y2(a)}function Wy(a,l){var h={};return l=Re(l,3),Kn(a,function(w,D,_){mi(h,l(w,D,_),w)}),h}function Hy(a,l){var h={};return l=Re(l,3),Kn(a,function(w,D,_){mi(h,D,l(w,D,_))}),h}var By=Zr(function(a,l,h){No(a,l,h)}),P9=Zr(function(a,l,h,w){No(a,l,h,w)}),Fy=yi(function(a,l){var h={};if(a==null)return h;var w=!1;l=mt(l,function(_){return _=_i(_,a),w||(w=_.length>1),_}),Xn(a,Nu(a),h),w&&(h=kn(h,m|v|y,R2));for(var D=l.length;D--;)mu(h,l[D]);return h});function Gy(a,l){return z9(a,Ro(Re(l)))}var Zy=yi(function(a,l){return a==null?{}:C2(a,l)});function z9(a,l){if(a==null)return{};var h=mt(Nu(a),function(w){return[w]});return l=Re(l),Th(a,h,function(w,D){return l(w,D[0])})}function Yy(a,l,h){l=_i(l,a);var w=-1,D=l.length;for(D||(D=1,a=n);++w<D;){var _=a==null?n:a[qn(l[w])];_===n&&(w=D,_=h),a=Ci(_)?_.call(a):_}return a}function Uy(a,l,h){return a==null?a:Ka(a,l,h)}function $y(a,l,h,w){return w=typeof w=="function"?w:n,a==null?a:Ka(a,l,h,w)}var V9=Uh(Dt),J9=Uh(Xt);function Ky(a,l,h){var w=Ge(a),D=w||Hi(a)||$r(a);if(l=Re(l,4),h==null){var _=a&&a.constructor;D?h=w?new _:[]:vt(a)?h=Ci(_)?Gr(ho(a)):{}:h={}}return(D?In:Kn)(a,function(Y,q,re){return l(h,Y,q,re)}),h}function Xy(a,l){return a==null?!0:mu(a,l)}function qy(a,l,h){return a==null?a:Oh(a,l,bu(h))}function eb(a,l,h,w){return w=typeof w=="function"?w:n,a==null?a:Oh(a,l,bu(h),w)}function Kr(a){return a==null?[]:Kc(a,Dt(a))}function tb(a){return a==null?[]:Kc(a,Xt(a))}function nb(a,l,h){return h===n&&(h=l,l=n),h!==n&&(h=Sn(h),h=h===h?h:0),l!==n&&(l=Sn(l),l=l===l?l:0),dr(Sn(a),l,h)}function ib(a,l,h){return l=wi(l),h===n?(h=l,l=0):h=wi(h),a=Sn(a),c2(a,l,h)}function rb(a,l,h){if(h&&typeof h!="boolean"&&Ht(a,l,h)&&(l=h=n),h===n&&(typeof l=="boolean"?(h=l,l=n):typeof a=="boolean"&&(h=a,a=n)),a===n&&l===n?(a=0,l=1):(a=wi(a),l===n?(l=a,a=0):l=wi(l)),a>l){var w=a;a=l,l=w}if(h||a%1||l%1){var D=lh();return Rt(a+D*(l-a+zp("1e-"+((D+"").length-1))),l)}return hu(a,l)}var ab=Yr(function(a,l,h){return l=l.toLowerCase(),a+(h?R9(l):l)});function R9(a){return Qu(lt(a).toLowerCase())}function Q9(a){return a=lt(a),a&&a.replace(zn,Up).replace(kp,"")}function sb(a,l,h){a=lt(a),l=mn(l);var w=a.length;h=h===n?w:dr(Ye(h),0,w);var D=h;return h-=l.length,h>=0&&a.slice(h,D)==l}function ob(a){return a=lt(a),a&&Xs.test(a)?a.replace(Ks,$p):a}function lb(a){return a=lt(a),a&&Ra.test(a)?a.replace(Ja,"\\$&"):a}var cb=Yr(function(a,l,h){return a+(h?"-":"")+l.toLowerCase()}),ub=Yr(function(a,l,h){return a+(h?" ":"")+l.toLowerCase()}),db=Hh("toLowerCase");function fb(a,l,h){a=lt(a),l=Ye(l);var w=l?_r(a):0;if(!l||w>=l)return a;var D=(l-w)/2;return Do(vo(D),h)+a+Do(mo(D),h)}function hb(a,l,h){a=lt(a),l=Ye(l);var w=l?_r(a):0;return l&&w<l?a+Do(l-w,h):a}function gb(a,l,h){a=lt(a),l=Ye(l);var w=l?_r(a):0;return l&&w<l?Do(l-w,h)+a:a}function pb(a,l,h){return h||l==null?l=0:l&&(l=+l),Mm(lt(a).replace(hi,""),l||0)}function mb(a,l,h){return(h?Ht(a,l,h):l===n)?l=1:l=Ye(l),gu(lt(a),l)}function vb(){var a=arguments,l=lt(a[0]);return a.length<3?l:l.replace(a[1],a[2])}var yb=Yr(function(a,l,h){return a+(h?"_":"")+l.toLowerCase()});function bb(a,l,h){return h&&typeof h!="number"&&Ht(a,l,h)&&(l=h=n),h=h===n?X:h>>>0,h?(a=lt(a),a&&(typeof l=="string"||l!=null&&!Vu(l))&&(l=mn(l),!l&&Qr(a))?Wi(Vn(a),0,h):a.split(l,h)):[]}var Cb=Yr(function(a,l,h){return a+(h?" ":"")+Qu(l)});function wb(a,l,h){return a=lt(a),h=h==null?0:dr(Ye(h),0,a.length),l=mn(l),a.slice(h,h+l.length)==l}function Mb(a,l,h){var w=V.templateSettings;h&&Ht(a,l,h)&&(l=n),a=lt(a),l=Wo({},l,w,$h);var D=Wo({},l.imports,w.imports,$h),_=Dt(D),Y=Kc(D,_),q,re,Ce=0,we=l.interpolate||At,Me="__p += '",Te=qc((l.escape||At).source+"|"+we.source+"|"+(we===Vr?Pc:At).source+"|"+(l.evaluate||At).source+"|$","g"),Ee="//# sourceURL="+(ut.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++jp+"]")+`
|
11
|
+
`;a.replace(Te,function(_e,et,it,yn,Bt,bn){return it||(it=yn),Me+=a.slice(Ce,bn).replace(lp,Kp),et&&(q=!0,Me+=`' +
|
12
|
+
__e(`+et+`) +
|
13
|
+
'`),Bt&&(re=!0,Me+=`';
|
14
|
+
`+Bt+`;
|
15
|
+
__p += '`),it&&(Me+=`' +
|
16
|
+
((__t = (`+it+`)) == null ? '' : __t) +
|
17
|
+
'`),Ce=bn+_e.length,_e}),Me+=`';
|
18
|
+
`;var Qe=ut.call(l,"variable")&&l.variable;if(!Qe)Me=`with (obj) {
|
19
|
+
`+Me+`
|
20
|
+
}
|
21
|
+
`;else if(Qa.test(Qe))throw new Be(c);Me=(re?Me.replace($s,""):Me).replace(Un,"$1").replace(sr,"$1;"),Me="function("+(Qe||"obj")+`) {
|
22
|
+
`+(Qe?"":`obj || (obj = {});
|
23
|
+
`)+"var __t, __p = ''"+(q?", __e = _.escape":"")+(re?`, __j = Array.prototype.join;
|
36
24
|
function print() { __p += __j.call(arguments, '') }
|
37
25
|
`:`;
|
38
|
-
`)+
|
39
|
-
}`;var ve=sd(function(){return Je(y,ue+"return "+F).apply(i,v)});if(ve.source=F,Xs(ve))throw ve;return ve}function jp(t){return Qe(t).toLowerCase()}function zp(t){return Qe(t).toUpperCase()}function Jp(t,r,o){if(t=Qe(t),t&&(o||r===i))return pu(t);if(!t||!(r=Jt(r)))return t;var c=Xt(t),p=Xt(r),y=mu(c,p),v=Mu(c,p)+1;return Jn(c,y,v).join("")}function Qp(t,r,o){if(t=Qe(t),t&&(o||r===i))return t.slice(0,yu(t)+1);if(!t||!(r=Jt(r)))return t;var c=Xt(t),p=Mu(c,Xt(r))+1;return Jn(c,0,p).join("")}function Pp(t,r,o){if(t=Qe(t),t&&(o||r===i))return t.replace(Xa,"");if(!t||!(r=Jt(r)))return t;var c=Xt(t),p=mu(c,Xt(r));return Jn(c,p).join("")}function Op(t,r){var o=ee,c=G;if(Ye(r)){var p="separator"in r?r.separator:p;o="length"in r?Ce(r.length):o,c="omission"in r?Jt(r.omission):c}t=Qe(t);var y=t.length;if(ui(t)){var v=Xt(t);y=v.length}if(o>=y)return t;var w=o-ci(c);if(w<1)return c;var T=v?Jn(v,0,w).join(""):t.slice(0,w);if(p===i)return T+c;if(v&&(w+=T.length-w),Ks(p)){if(t.slice(w).search(p)){var E,V=T;for(p.global||(p=hs(p.source,Qe(Al.exec(p))+"g")),p.lastIndex=0;E=p.exec(V);)var F=E.index;T=T.slice(0,F===i?w:F)}}else if(t.indexOf(Jt(p),w)!=w){var ie=T.lastIndexOf(p);ie>-1&&(T=T.slice(0,ie))}return T+c}function Ap(t){return t=Qe(t),t&&F0.test(t)?t.replace(Ql,ff):t}var Ep=Mi(function(t,r,o){return t+(o?" ":"")+r.toUpperCase()}),eo=oc("toUpperCase");function ad(t,r,o){return t=Qe(t),r=o?i:r,r===i?of(t)?pf(t):K3(t):t.match(r)||[]}var sd=be(function(t,r){try{return jt(t,i,r)}catch(o){return Xs(o)?o:new Ie(o)}}),Vp=In(function(t,r){return Et(r,function(o){o=sn(o),mn(t,o,Us(t[o],t))}),t});function Wp(t){var r=t==null?0:t.length,o=de();return t=r?Ge(t,function(c){if(typeof c[1]!="function")throw new Vt(h);return[o(c[0]),c[1]]}):[],be(function(c){for(var p=-1;++p<r;){var y=t[p];if(jt(y[0],this,c))return jt(y[1],this,c)}})}function Zp(t){return fh(Zt(t,C))}function to(t){return function(){return t}}function Rp(t,r){return t==null||t!==t?r:t}var Gp=uc(),Yp=uc(!0);function kt(t){return t}function no(t){return Vu(typeof t=="function"?t:Zt(t,C))}function Bp(t){return Zu(Zt(t,C))}function Hp(t,r){return Ru(t,Zt(r,C))}var Fp=be(function(t,r){return function(o){return Fi(o,t,r)}}),Up=be(function(t,r){return function(o){return Fi(t,o,r)}});function io(t,r,o){var c=st(r),p=Zr(r,c);o==null&&!(Ye(r)&&(p.length||!c.length))&&(o=r,r=t,t=this,p=Zr(r,st(r)));var y=!(Ye(o)&&"chain"in o)||!!o.chain,v=Cn(t);return Et(p,function(w){var T=r[w];t[w]=T,v&&(t.prototype[w]=function(){var E=this.__chain__;if(y||E){var V=t(this.__wrapped__),F=V.__actions__=Nt(this.__actions__);return F.push({func:T,args:arguments,thisArg:t}),V.__chain__=E,V}return T.apply(t,Tn([this.value()],arguments))})}),t}function _p(){return ct._===this&&(ct._=vf),this}function ro(){}function Xp(t){return t=Ce(t),be(function(r){return Gu(r,t)})}var Kp=Ps(Ge),$p=Ps(cu),qp=Ps(ss);function od(t){return Rs(t)?os(sn(t)):Sh(t)}function e1(t){return function(r){return t==null?i:Hn(t,r)}}var t1=dc(),n1=dc(!0);function ao(){return[]}function so(){return!1}function i1(){return{}}function r1(){return""}function a1(){return!0}function s1(t,r){if(t=Ce(t),t<1||t>q)return[];var o=me,c=ht(t,me);r=de(r),t-=me;for(var p=cs(c,r);++o<t;)r(o);return p}function o1(t){return ye(t)?Ge(t,sn):Qt(t)?[t]:Nt(Tc(Qe(t)))}function l1(t){var r=++yf;return Qe(t)+r}var u1=Fr(function(t,r){return t+r},0),c1=Os("ceil"),d1=Fr(function(t,r){return t/r},1),f1=Os("floor");function h1(t){return t&&t.length?Wr(t,kt,vs):i}function g1(t,r){return t&&t.length?Wr(t,de(r,2),vs):i}function p1(t){return hu(t,kt)}function m1(t,r){return hu(t,de(r,2))}function M1(t){return t&&t.length?Wr(t,kt,Ls):i}function I1(t,r){return t&&t.length?Wr(t,de(r,2),Ls):i}var y1=Fr(function(t,r){return t*r},1),C1=Os("round"),v1=Fr(function(t,r){return t-r},0);function b1(t){return t&&t.length?us(t,kt):0}function N1(t,r){return t&&t.length?us(t,de(r,2)):0}return M.after=Bg,M.ary=Ec,M.assign=z4,M.assignIn=$c,M.assignInWith=sa,M.assignWith=J4,M.at=Q4,M.before=Vc,M.bind=Us,M.bindAll=Vp,M.bindKey=Wc,M.castArray=i4,M.chain=Pc,M.chunk=f6,M.compact=h6,M.concat=g6,M.cond=Wp,M.conforms=Zp,M.constant=to,M.countBy=bg,M.create=P4,M.curry=Zc,M.curryRight=Rc,M.debounce=Gc,M.defaults=O4,M.defaultsDeep=A4,M.defer=Hg,M.delay=Fg,M.difference=p6,M.differenceBy=m6,M.differenceWith=M6,M.drop=I6,M.dropRight=y6,M.dropRightWhile=C6,M.dropWhile=v6,M.fill=b6,M.filter=wg,M.flatMap=Tg,M.flatMapDeep=xg,M.flatMapDepth=Sg,M.flatten=jc,M.flattenDeep=N6,M.flattenDepth=w6,M.flip=Ug,M.flow=Gp,M.flowRight=Yp,M.fromPairs=L6,M.functions=Y4,M.functionsIn=B4,M.groupBy=Dg,M.initial=T6,M.intersection=x6,M.intersectionBy=S6,M.intersectionWith=D6,M.invert=F4,M.invertBy=U4,M.invokeMap=zg,M.iteratee=no,M.keyBy=Jg,M.keys=st,M.keysIn=Lt,M.map=ea,M.mapKeys=X4,M.mapValues=K4,M.matches=Bp,M.matchesProperty=Hp,M.memoize=na,M.merge=$4,M.mergeWith=qc,M.method=Fp,M.methodOf=Up,M.mixin=io,M.negate=ia,M.nthArg=Xp,M.omit=q4,M.omitBy=ep,M.once=_g,M.orderBy=Qg,M.over=Kp,M.overArgs=Xg,M.overEvery=$p,M.overSome=qp,M.partial=_s,M.partialRight=Yc,M.partition=Pg,M.pick=tp,M.pickBy=ed,M.property=od,M.propertyOf=e1,M.pull=Q6,M.pullAll=Jc,M.pullAllBy=P6,M.pullAllWith=O6,M.pullAt=A6,M.range=t1,M.rangeRight=n1,M.rearg=Kg,M.reject=Eg,M.remove=E6,M.rest=$g,M.reverse=Hs,M.sampleSize=Wg,M.set=ip,M.setWith=rp,M.shuffle=Zg,M.slice=V6,M.sortBy=Yg,M.sortedUniq=H6,M.sortedUniqBy=F6,M.split=Tp,M.spread=qg,M.tail=U6,M.take=_6,M.takeRight=X6,M.takeRightWhile=K6,M.takeWhile=$6,M.tap=hg,M.throttle=e4,M.thru=qr,M.toArray=_c,M.toPairs=td,M.toPairsIn=nd,M.toPath=o1,M.toPlainObject=Kc,M.transform=ap,M.unary=t4,M.union=q6,M.unionBy=eg,M.unionWith=tg,M.uniq=ng,M.uniqBy=ig,M.uniqWith=rg,M.unset=sp,M.unzip=Fs,M.unzipWith=Qc,M.update=op,M.updateWith=lp,M.values=Ci,M.valuesIn=up,M.without=ag,M.words=ad,M.wrap=n4,M.xor=sg,M.xorBy=og,M.xorWith=lg,M.zip=ug,M.zipObject=cg,M.zipObjectDeep=dg,M.zipWith=fg,M.entries=td,M.entriesIn=nd,M.extend=$c,M.extendWith=sa,io(M,M),M.add=u1,M.attempt=sd,M.camelCase=hp,M.capitalize=id,M.ceil=c1,M.clamp=cp,M.clone=r4,M.cloneDeep=s4,M.cloneDeepWith=o4,M.cloneWith=a4,M.conformsTo=l4,M.deburr=rd,M.defaultTo=Rp,M.divide=d1,M.endsWith=gp,M.eq=$t,M.escape=pp,M.escapeRegExp=mp,M.every=Ng,M.find=Lg,M.findIndex=Sc,M.findKey=E4,M.findLast=kg,M.findLastIndex=Dc,M.findLastKey=V4,M.floor=f1,M.forEach=Oc,M.forEachRight=Ac,M.forIn=W4,M.forInRight=Z4,M.forOwn=R4,M.forOwnRight=G4,M.get=$s,M.gt=u4,M.gte=c4,M.has=H4,M.hasIn=qs,M.head=zc,M.identity=kt,M.includes=jg,M.indexOf=k6,M.inRange=dp,M.invoke=_4,M.isArguments=_n,M.isArray=ye,M.isArrayBuffer=d4,M.isArrayLike=wt,M.isArrayLikeObject=Xe,M.isBoolean=f4,M.isBuffer=Qn,M.isDate=h4,M.isElement=g4,M.isEmpty=p4,M.isEqual=m4,M.isEqualWith=M4,M.isError=Xs,M.isFinite=I4,M.isFunction=Cn,M.isInteger=Bc,M.isLength=ra,M.isMap=Hc,M.isMatch=y4,M.isMatchWith=C4,M.isNaN=v4,M.isNative=b4,M.isNil=w4,M.isNull=N4,M.isNumber=Fc,M.isObject=Ye,M.isObjectLike=Fe,M.isPlainObject=qi,M.isRegExp=Ks,M.isSafeInteger=L4,M.isSet=Uc,M.isString=aa,M.isSymbol=Qt,M.isTypedArray=yi,M.isUndefined=k4,M.isWeakMap=T4,M.isWeakSet=x4,M.join=j6,M.kebabCase=Mp,M.last=Gt,M.lastIndexOf=z6,M.lowerCase=Ip,M.lowerFirst=yp,M.lt=S4,M.lte=D4,M.max=h1,M.maxBy=g1,M.mean=p1,M.meanBy=m1,M.min=M1,M.minBy=I1,M.stubArray=ao,M.stubFalse=so,M.stubObject=i1,M.stubString=r1,M.stubTrue=a1,M.multiply=y1,M.nth=J6,M.noConflict=_p,M.noop=ro,M.now=ta,M.pad=Cp,M.padEnd=vp,M.padStart=bp,M.parseInt=Np,M.random=fp,M.reduce=Og,M.reduceRight=Ag,M.repeat=wp,M.replace=Lp,M.result=np,M.round=C1,M.runInContext=k,M.sample=Vg,M.size=Rg,M.snakeCase=kp,M.some=Gg,M.sortedIndex=W6,M.sortedIndexBy=Z6,M.sortedIndexOf=R6,M.sortedLastIndex=G6,M.sortedLastIndexBy=Y6,M.sortedLastIndexOf=B6,M.startCase=xp,M.startsWith=Sp,M.subtract=v1,M.sum=b1,M.sumBy=N1,M.template=Dp,M.times=s1,M.toFinite=vn,M.toInteger=Ce,M.toLength=Xc,M.toLower=jp,M.toNumber=Yt,M.toSafeInteger=j4,M.toString=Qe,M.toUpper=zp,M.trim=Jp,M.trimEnd=Qp,M.trimStart=Pp,M.truncate=Op,M.unescape=Ap,M.uniqueId=l1,M.upperCase=Ep,M.upperFirst=eo,M.each=Oc,M.eachRight=Ac,M.first=zc,io(M,function(){var t={};return rn(M,function(r,o){Ae.call(M.prototype,o)||(t[o]=r)}),t}(),{chain:!1}),M.VERSION=s,Et(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){M[t].placeholder=M}),Et(["drop","take"],function(t,r){xe.prototype[t]=function(o){o=o===i?1:it(Ce(o),0);var c=this.__filtered__&&!r?new xe(this):this.clone();return c.__filtered__?c.__takeCount__=ht(o,c.__takeCount__):c.__views__.push({size:ht(o,me),type:t+(c.__dir__<0?"Right":"")}),c},xe.prototype[t+"Right"]=function(o){return this.reverse()[t](o).reverse()}}),Et(["filter","map","takeWhile"],function(t,r){var o=r+1,c=o==S||o==ne;xe.prototype[t]=function(p){var y=this.clone();return y.__iteratees__.push({iteratee:de(p,3),type:o}),y.__filtered__=y.__filtered__||c,y}}),Et(["head","last"],function(t,r){var o="take"+(r?"Right":"");xe.prototype[t]=function(){return this[o](1).value()[0]}}),Et(["initial","tail"],function(t,r){var o="drop"+(r?"":"Right");xe.prototype[t]=function(){return this.__filtered__?new xe(this):this[o](1)}}),xe.prototype.compact=function(){return this.filter(kt)},xe.prototype.find=function(t){return this.filter(t).head()},xe.prototype.findLast=function(t){return this.reverse().find(t)},xe.prototype.invokeMap=be(function(t,r){return typeof t=="function"?new xe(this):this.map(function(o){return Fi(o,t,r)})}),xe.prototype.reject=function(t){return this.filter(ia(de(t)))},xe.prototype.slice=function(t,r){t=Ce(t);var o=this;return o.__filtered__&&(t>0||r<0)?new xe(o):(t<0?o=o.takeRight(-t):t&&(o=o.drop(t)),r!==i&&(r=Ce(r),o=r<0?o.dropRight(-r):o.take(r-t)),o)},xe.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},xe.prototype.toArray=function(){return this.take(me)},rn(xe.prototype,function(t,r){var o=/^(?:filter|find|map|reject)|While$/.test(r),c=/^(?:head|last)$/.test(r),p=M[c?"take"+(r=="last"?"Right":""):r],y=c||/^find/.test(r);!p||(M.prototype[r]=function(){var v=this.__wrapped__,w=c?[1]:arguments,T=v instanceof xe,E=w[0],V=T||ye(v),F=function(Le){var De=p.apply(M,Tn([Le],w));return c&&ie?De[0]:De};V&&o&&typeof E=="function"&&E.length!=1&&(T=V=!1);var ie=this.__chain__,ue=!!this.__actions__.length,he=y&&!ie,ve=T&&!ue;if(!y&&V){v=ve?v:new xe(this);var ge=t.apply(v,w);return ge.__actions__.push({func:qr,args:[F],thisArg:i}),new Wt(ge,ie)}return he&&ve?t.apply(this,w):(ge=this.thru(F),he?c?ge.value()[0]:ge.value():ge)})}),Et(["pop","push","shift","sort","splice","unshift"],function(t){var r=Lr[t],o=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",c=/^(?:pop|shift)$/.test(t);M.prototype[t]=function(){var p=arguments;if(c&&!this.__chain__){var y=this.value();return r.apply(ye(y)?y:[],p)}return this[o](function(v){return r.apply(ye(v)?v:[],p)})}}),rn(xe.prototype,function(t,r){var o=M[r];if(o){var c=o.name+"";Ae.call(gi,c)||(gi[c]=[]),gi[c].push({name:r,func:o})}}),gi[Hr(i,D).name]=[{name:"wrapper",func:i}],xe.prototype.clone=Af,xe.prototype.reverse=Ef,xe.prototype.value=Vf,M.prototype.at=gg,M.prototype.chain=pg,M.prototype.commit=mg,M.prototype.next=Mg,M.prototype.plant=yg,M.prototype.reverse=Cg,M.prototype.toJSON=M.prototype.valueOf=M.prototype.value=vg,M.prototype.first=M.prototype.head,Wi&&(M.prototype[Wi]=Ig),M},di=mf();Zn?((Zn.exports=di)._=di,ns._=di):ct._=di}).call(tr)})(mr,mr.exports);var _M=a.defineComponent({name:"Backtop",props:{visibilityHeight:d.number.def(200),target:d.string.def(""),right:d.number.def(40),bottom:d.number.def(40),extCls:d.string.def("")},setup(e,{slots:n}){const i=a.ref(null),s=a.ref(null),l=a.ref(!1),u=a.ref(fn.getModalNextIndex()),h=`${e.bottom}px`,f=`${e.right}px`,g=mr.exports.throttle(()=>{l.value=s.value.scrollTop>=e.visibilityHeight},30),m=()=>{s.value.scrollTo({top:0,behavior:"smooth"})};return a.watch(()=>l,()=>{u.value=fn.getModalNextIndex()}),a.onMounted(()=>{if(i.value=document,s.value=document.documentElement,e.target){if(s.value=document.querySelector(e.target),!s.value)throw new Error("target does not exist");i.value=s.value}i.value.addEventListener("scroll",g)}),a.onBeforeUnmount(()=>{i.value.removeEventListener("scroll",g)}),()=>a.createVNode(a.Transition,{name:"bk-fade"},{default:()=>{var I,C;return[l.value?a.createVNode("div",{class:`bk-backtop ${e.extCls}`,style:{right:f,bottom:h,zIndex:u.value},onClick:m},[(C=(I=n.default)==null?void 0:I.call(n))!=null?C:a.createVNode(Qa,{style:{fontSize:"14px"}},null)]):""]}})}});const D9=Ze(_M);var XM=a.defineComponent({name:"Badge",props:{theme:d.string.def("primary"),count:d.number,position:d.string.def("top-right"),radius:d.string,valLength:d.number,overflowCount:d.number.def(99),dot:d.bool.def(!1),visible:d.bool.def(!1)},setup(e){return{numberCount:a.computed(()=>e.count>e.overflowCount?`${e.overflowCount}+`:e.count)}},render(){var i,s,l,u,h,f;const e=Ne({[`bk-badge pinned bk-${this.$props.theme}`]:!!this.$props.theme,dot:this.$props.dot,[`${this.$props.position}`]:this.$props.position,["bk-badge-icon is-icon"]:this.$slots.icon},""),n=this.$props.dot?"":a.createVNode("span",null,[this.numberCount]);return a.createVNode("div",{class:"bk-badge-main"},[a.createVNode("div",null,[(l=(s=(i=this.$slots).default)==null?void 0:s.call(i))!=null?l:""]),this.$props.visible?"":a.createVNode("span",{class:e},[(f=(h=(u=this.$slots).icon)==null?void 0:h.call(u))!=null?f:n])])}});const j9=Ze(XM);var KM=a.defineComponent({name:"Breadcrumb",props:{extCls:d.string,separator:d.string.def("/"),separatorClass:d.string,replace:d.bool,backRouter:d.oneOfType([d.string,d.object]).def("")},setup(e,{slots:n}){const{proxy:i,appContext:s}=a.getCurrentInstance();a.provide("breadcrumb",e),a.onMounted(()=>{const h=i.$el.querySelectorAll(".bk-breadcrumb-item");h.length&&h[h.length-1].setAttribute("aria-current","page")});const l=Ne({"bk-breadcrumb":!0},`${e.extCls||""}`),u=()=>{const{backRouter:h,replace:f}=e,{$router:g}=s.config.globalProperties;!g||(f?g.replace(h):g.push(h))};return()=>{var h;return a.createVNode("div",{class:l,"aria-label":"Breadcrumb",role:"navigation"},[!n.prefix&&e.backRouter?a.createVNode("div",{class:"bk-breadcrumb-goback"},[a.createVNode(Ho,{onClick:u},null)]):"",n.prefix?a.createVNode("div",{class:"bk-breadcrumb-goback"},[n.prefix()]):"",(h=n.default)==null?void 0:h.call(n)])}}}),cl=a.defineComponent({name:"BreadcrumbItem",props:{extCls:d.string,to:d.oneOfType([d.string,d.object]).def(""),replace:d.bool},setup(e,{slots:n}){const{appContext:i}=a.getCurrentInstance(),s=a.inject("breadcrumb"),l=i.config.globalProperties.$router,{to:u,replace:h}=e,f=()=>{!u||!l||(h?l.replace(u):l.push(u))},g=Ne({"bk-breadcrumb-item":!0},`${e.extCls||""}`);return()=>{var m;return a.createVNode("span",{class:g},[a.createVNode("span",{ref:"link",class:`bk-breadcrumb-item-inner ${u?"is-link":""}`,role:"link",onClick:f},[(m=n==null?void 0:n.default)==null?void 0:m.call(n)]),s!=null&&s.separatorClass?a.createVNode("i",{class:`bk-breadcrumb-separator ${s.separatorClass}`},null):a.createVNode("span",{class:"bk-breadcrumb-separator",role:"presentation"},[s==null?void 0:s.separator])])}}});const z9=tn(KM,{Item:cl});let Pi;(function(e){e.Default="default",e.Spin="spin"})(Pi||(Pi={}));let wn;(function(e){e.Normal="",e.Mini="mini",e.Small="small",e.Large="large"})(wn||(wn={}));let bo;function $M(e){bo=typeof e=="function"?e:()=>a.createVNode(e,null,null)}const qM={indicator:{type:Function},loading:d.bool,inline:d.bool.def(!0),theme:d.theme(["white","primary","warning","success","danger"]),title:d.string.def(""),size:d.commonType(Object.values(wn)).def(wn.Normal),mode:d.commonType(Object.values(Pi)).def("default")};var eI=a.defineComponent({name:"Loading",props:qM,setup(e,n){const i=[1,2,3,4].map(g=>a.createVNode("span",{class:`dot dot-${g}`},null)),s=a.createVNode("div",{class:"bk-spin-indicator"},[[1,2,3,4,5,6,7,8].map(g=>a.createVNode("span",{class:`oval oval-${g}`},null))]),l=a.computed(()=>Ne({"bk-loading-wrapper":e.loading,"bk-nested-loading":!!n.slots.default})),u=a.computed(()=>Ne({[`bk-loading-size-${e.size}`]:!!e.size,[`bk-loading-${e.theme}`]:!!e.theme},"bk-loading-indicator")),h=a.computed(()=>!!e.title),f=a.computed(()=>{const g=e.mode===Pi.Spin;return typeof e.indicator=="function"?a.createVNode(e.indicator,null,null):typeof bo=="function"?a.createVNode(bo,null,null):g?s:i});return()=>{var g,m;return a.createVNode("div",{class:l.value},[e.loading&&[a.createVNode("div",{class:u.value},[f.value,h.value&&a.createVNode("div",{class:"bk-loading-title"},[e.title])]),n.slots.default&&a.createVNode("div",{class:"bk-loading-mask"},null)],(m=(g=n.slots).default)==null?void 0:m.call(g)])}}});const Oi=tn(eI,{setDefaultIndicator:$M,BkLoadingMode:Pi,BkLoadingSize:wn},!0),tI={theme:d.theme().def(""),hoverTheme:d.theme(["primary","warning","success","danger"]).def(""),size:d.size(),title:d.string,icon:d.string,iconRight:d.string,disabled:d.bool,loading:d.bool,laodingMode:d.commonType(Object.values(Pi)),outline:d.bool,text:d.bool,nativeType:{type:String}};var nI=a.defineComponent({name:"Button",props:tI,emits:["click","mouseover"],setup(e,{slots:n,attrs:i,emit:s}){var N;const l=a.ref(!1),u=(N=n.default)!=null?N:!1,h="bk-button",f=a.computed(()=>{const L=e.hoverTheme?`${h}-hover-${e.hoverTheme}`:"",x=e.theme?`${h}-${e.theme}`:"",j=e.hoverTheme?"":x;return Ne({"is-disabled":e.disabled,"is-outline":e.outline,"is-text":e.text&&!e.hoverTheme,[`${h}-${e.size}`]:e.size!=="","no-slot":!u},`${j} ${h} ${L}`)}),g=a.computed(()=>e.text||e.outline||e.hoverTheme?l.value&&!e.text?"white":e.hoverTheme||e.theme:["","default"].includes(e.theme)?"":"white"),m=a.computed(()=>e.size===wn.Small?wn.Mini:wn.Small),I=()=>{e.loading||s("click")},C=()=>{l.value=!0,s("mouseover")},b=()=>{l.value=!1};return()=>{var L;return a.createVNode("button",a.mergeProps({title:e.title,disabled:e.disabled,class:f.value,type:e.nativeType},i,{onClick:I,onMouseover:C,onMouseleave:b}),[e.loading?a.createVNode(Oi,{loading:!0,class:`${h}-loading`,mode:e.laodingMode,theme:g.value,size:m.value},null):n.default&&a.createVNode("span",{class:`${h}-text`},[(L=n.default)==null?void 0:L.call(n)])])}}}),dl=a.defineComponent({name:"ButtonGroup",props:{size:d.size()},setup(e,n){const i=a.computed(()=>Ne({[`bk-button-group-${e.size}`]:!!e.size},"bk-button-group"));return()=>{var s,l;return a.createVNode("div",{class:i.value},[(l=(s=n.slots).default)==null?void 0:l.call(s)])}}});const wi=tn(nI,{ButtonGroup:dl});var iI=a.defineComponent({name:"Card",props:{title:d.string,showHeader:d.bool.def(!0),showFooter:d.bool.def(!1),collapseStatus:d.bool.def(!0),border:d.bool.def(!0),headBorder:d.bool.def(!0)},setup(e){return{isCollapse:a.computed(()=>e.collapseStatus)}},render(){var s,l,u,h,f,g,m,I,C;const e=Ne({["bk-card-border-none"]:!this.$props.border},"bk-card"),n=Ne({["bk-card-border-none"]:!this.$props.headBorder},"bk-card-head"),i=a.createVNode("div",null,[a.createVNode("div",{class:"title",title:this.$props.title},[this.$props.title])]);return a.createVNode("div",{class:e},[this.$props.showHeader?a.createVNode("div",{class:n},[a.createVNode("span",null,[(u=(l=(s=this.$slots).header)==null?void 0:l.call(s))!=null?u:i])]):"",this.$props.collapseStatus?a.createVNode("div",null,[a.createVNode("div",{class:"bk-card-body"},[(g=(f=(h=this.$slots).default)==null?void 0:f.call(h))!=null?g:"Content"]),this.$props.showFooter?a.createVNode("div",{class:"bk-card-footer"},[(C=(I=(m=this.$slots).footer)==null?void 0:I.call(m))!=null?C:"Footer"]):""]):""])}});const J9=Ze(iI),Q9=Symbol("CheckboxGroup");function rI(){const e=a.ref(!1);return[e,{blur:()=>{e.value=!0},focus:()=>{e.value=!1}}]}const aI=()=>{const e=a.getCurrentInstance(),{props:n,emit:i}=e,s=a.inject(Q9,L9),l=!k9(s),u=a.reactive({isLocalChecked:n.checked}),h=a.computed(()=>l?s.state.localValue.includes(n.label):n.modelValue!==void 0&&(n.modelValue===n.label||n.modelValue===n.trueLabel)?!0:u.isLocalChecked);u.isLocalChecked=h.value;const f=a.computed(()=>l?h.value?n.label:"":h.value?n.trueLabel!==""?n.trueLabel:n.label:n.falseLabel!==""?n.falseLabel:""),g=a.computed(()=>l&&s.props.disabled?!0:n.disabled),m=I=>{if(g.value)return;const C=I.target;u.isLocalChecked=C.checked,i("change",f.value),i("update:modelValue",f.value),l&&s.handleChange(u.isLocalChecked,n.label),a.nextTick(()=>{C.checked!==h.value&&(u.isLocalChecked=h.value,C.checked=h.value)})};return a.onMounted(()=>{l&&s.register(e.proxy)}),a.onBeforeUnmount(()=>{l&&s.unregister(e.proxy)}),{value:f,isChecked:h,isDisabled:g,handleChange:m}},sI={modelValue:d.oneOfType([String,Number,Boolean]).def(void 0),label:d.oneOfType([String,Number,Boolean]).isRequired,trueLabel:d.oneOfType([String,Number,Boolean]).def(""),falseLabel:d.oneOfType([String,Number,Boolean]).def(""),disabled:d.bool.def(!1),checked:d.bool.def(!1),indeterminate:d.bool,beforeChange:d.func,size:d.size()};var oI=a.defineComponent({name:"Checkbox",props:sI,emits:["update:modelValue","change"],setup(){const[e,{blur:n,focus:i}]=rI(),{value:s,isChecked:l,isDisabled:u,handleChange:h}=aI();return{currentValue:s,isFocus:e,isChecked:l,isDisabled:u,handleBlur:n,handleFocus:i,handleChange:h}},render(){const e=Ne({"bk-checkbox":!0,"is-focus":this.isFocus,"is-checked":this.isChecked,"is-disabled":this.isDisabled});return a.createVNode("label",{class:e},[a.createVNode("span",{class:"bk-checkbox-input"},[a.createVNode("input",{role:"checkbox",type:"checkbox",class:"bk-checkbox-original",value:this.currentValue,disabled:this.isDisabled,checked:this.isChecked,onChange:this.handleChange},null)]),a.createVNode("span",{class:"bk-checkbox-label"},[this.label])])}});const lI={name:d.string.def(""),modelValue:d.array,disabled:d.bool};var fl=a.defineComponent({name:"CheckboxGroup",props:lI,emits:["change","update:modelValue"],setup(e,n){const i=a.reactive({localValue:e.modelValue?[...e.modelValue]:[]});a.watch(()=>e.modelValue,(f=[])=>{i.localValue=[...f]});const s=[],l=f=>{s.push(f)},u=f=>{const g=s.indexOf(f);g>-1&&s.splice(g,1)},h=(f,g)=>{let m=[...i.localValue];f?m=[...i.localValue,g]:m=i.localValue.reduce((I,C)=>(C!==g&&I.push(C),I),[]),e.modelValue||(i.localValue=m),n.emit("update:modelValue",m),n.emit("change",m)};return a.provide(Q9,{name:"CheckboxGroup",props:e,state:i,register:l,unregister:u,handleChange:h}),a.onMounted(()=>{s.forEach(f=>{(f.isChecked||f.checked)&&i.localValue.push(f.label)})}),{}},render(){return a.createVNode("div",{class:"bk-checkbox-group"},[this.$slots.default()])}});const hl=tn(oI,{Group:fl});var uI=a.defineComponent({name:"Collapse",props:{list:d.arrayOf(d.any).def([]),idFiled:d.string.def("$index"),titleField:d.string.def("name"),contentField:d.string.def("content"),activeIndex:d.oneOfType([d.arrayOf(d.number).def([]),d.number.def(-1)]),activeName:d.oneOfType([d.arrayOf(d.string).def([]),d.string.def("")]),accordion:d.bool.def(!0)},setup(e,{slots:n}){const i=a.ref(null);a.watch(()=>[e.activeName,e.activeIndex],()=>{i.value=null});const s=a.computed(()=>(e.list||[]).map((I,C)=>typeof I=="string"||typeof I=="number"||typeof I=="boolean"?{$index:C,name:I}:P({$index:C},I))),l=a.computed(()=>{var I;return i.value!==null?i.value.map(C=>C.$index):e.activeName!==null&&e.activeName!==void 0&&e.activeName!==""?u(e.activeName).map(b=>s.value.findIndex(N=>N[e.idFiled]===b)):u((I=e.activeIndex)!=null?I:0)}),u=I=>Array.isArray(I)?e.accordion?u(I[0]):I:typeof I=="string"||typeof I=="number"?[I]:[],h=I=>{if(i.value===null)i.value=[I];else if(e.accordion)i.value=[I];else{const C=i.value.findIndex(b=>b.$index===I.$index);C>=0?i.value.splice(C,1):i.value.push(I)}},f=I=>l.value.some(C=>C===I.$index),g=()=>s.value.map(I=>{var C,b,N,L;return a.createVNode("div",{class:"bk-collapse-item"},[a.createVNode("div",{class:"bk-collapse-header",onClick:()=>h(I)},[a.createVNode("span",{class:"bk-collapse-title"},[(b=(C=n.default)==null?void 0:C.call(n,I))!=null?b:I[e.titleField]]),f(I)?a.createVNode(za,{class:"bk-collapse-icon"},null):a.createVNode(ri,{class:"bk-collapse-icon"},null)]),a.createVNode("div",{class:`bk-collapse-content ${f(I)&&"active"||""}`},[(L=(N=n.content)==null?void 0:N.call(n,I))!=null?L:I[e.contentField]])])}),m="bk-collapse-wrapper";return()=>a.createVNode("div",{class:m},[g()])}});const P9=Ze(uI),gl={isShow:{type:Boolean,default:!1},width:{type:[Number,String],default:"50%"},height:{type:[Number,String],default:"50%"},customClass:{type:[Array,String],default:""},scrollable:{type:Boolean,default:!0},showMask:{type:Boolean,default:!0},closeIcon:{type:Boolean,default:!0},escClose:{type:Boolean,default:!0},maskClose:{type:Boolean,default:!0},fullscreen:{type:Boolean,default:!1},size:{type:String,default:"normal",validator:e=>{const n=["normal","small","medium","large"];return n.indexOf(e)<0?(console.error(`dialogSize property is not valid: '${e}',\u3010${n.join(" | ")}\u3011`),!1):!0}},renderDirective:{type:String,default:"show",validator:e=>["show","if"].indexOf(e)<0?(console.error(`type render-directive is not valid: '${e}'`),!1):!0}};var cI=a.defineComponent({name:"Modal",props:P({},gl),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"}}},watch:{isShow:{handler(e){this.visible=e}},visible(e){e?this.$nextTick(()=>{const n={"background-color":"rgba(0,0,0,0)"},i=this.showMask?{}:n;co.show(this.$el,this.showMask,i)}):co.hide(this.$el)}},beforeUnmount(){co.hide(this.$el)},render(){var e,n,i,s,l,u,h,f,g;return a.createVNode("div",{class:["bk-modal-wrapper",this.size,this.customClass,this.fullscreen?"bk-model-fullscreen":""],style:this.compStyle},[this.isShow?a.createVNode("div",{class:"bk-modal-body"},[a.createVNode("div",{class:"bk-modal-header"},[(i=(n=(e=this.$slots).header)==null?void 0:n.call(e))!=null?i:""]),a.createVNode("div",{class:"bk-modal-content"},[(u=(l=(s=this.$slots).default)==null?void 0:l.call(s))!=null?u:""]),a.createVNode("div",{class:"bk-modal-footer"},[(g=(f=(h=this.$slots).footer)==null?void 0:f.call(h))!=null?g:""])]):""])}});const ai=tn(cI,{propsMixin:gl},!0);function dI(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!a.isVNode(e)}var fI=a.defineComponent({name:"Dialog",components:{BkModal:ai,BkButton:wi},props:je(P({},gl),{width:{type:[Number,String],default:null},height:{type:[Number,String],default:null},confirmText:{type:String,default:"\u786E\u5B9A"},cancelText:{type:String,default:"\u53D6\u6D88"},title:{type:String,default:"Title"},headerAlign:{type:String,default:"left",validator:e=>{const n=["left","center","right"];return n.indexOf(e)<0?(console.error(`headerAlign property is not valid: '${e}',\u3010${n.join(" | ")}\u3011`),!1):!0}},footerAlign:{type:String,default:"right",validator:e=>{const n=["left","center","right"];return n.indexOf(e)<0?(console.error(`footerAlign property is not valid: '${e}',\u3010${n.join(" | ")}\u3011`),!1):!0}},theme:{type:String,default:"primary",validator:e=>["primary","warning","success","danger"].indexOf(e)<0?(console.error(`theme property is not valid: '${e}'`),!1):!0}}),emits:["closed","update:isShow","confirm"],mounted(){this.escClose&&addEventListener("keydown",this.escCloseHandler)},beforeDestory(){this.escClose&&removeEventListener("keydown",this.escCloseHandler)},methods:{handleClose(){this.$emit("update:isShow",!1),this.$emit("closed")},handleConfirm(){this.$emit("update:isShow",!1),this.$emit("confirm")},escCloseHandler(e){this.isShow&&this.closeIcon&&e.keyCode===27&&this.handleClose()}},render(){const e={header:()=>{var i,s,l;return[a.createVNode("div",{class:"bk-dialog-tool"},[a.createVNode("span",{class:["bk-dialog-close",this.closeIcon?"":"close-icon"],onClick:this.handleClose},[a.createTextVNode("+")])]),a.createVNode("div",{class:"bk-dialog-header"},[a.createVNode("span",{class:"bk-dialog-title",style:`text-align: ${this.headerAlign}`},[(l=(s=(i=this.$slots).header)==null?void 0:s.call(i))!=null?l:this.title])])]},default:()=>{var i,s,l;return(l=(s=(i=this.$slots).default)==null?void 0:s.call(i))!=null?l:"default"},footer:()=>{var i,s,l;return a.createVNode("div",{class:"bk-dialog-footer",style:`text-align: ${this.footerAlign}`},[(l=(s=(i=this.$slots).footer)==null?void 0:s.call(i))!=null?l:a.createVNode(a.Fragment,null,[a.createVNode(wi,{onClick:this.handleConfirm,theme:this.theme},{default:()=>[this.confirmText]}),a.createVNode(wi,{style:"margin-left: 8px;",onClick:this.handleClose},{default:()=>[this.cancelText]})])])}},n=`bk-dialog-wrapper ${this.scrollable?"scroll-able":""}`;return a.createVNode(ai,a.mergeProps(this.$props,{class:n}),dI(e)?e:{default:()=>[e]})}});const O9=Ze(fI);var hI="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=",gI="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",pI="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==",mI="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",MI="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==",II="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==",yI="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=",CI=a.defineComponent({name:"Exception",props:{type:d.commonType(["404","403","500","building","empty","search-empty","login"],"type").def("404"),scene:d.commonType(["page","part"],"scene").def("page"),extCls:d.string},setup(e,{slots:n}){const i={403:"\u65E0\u4E1A\u52A1\u6743\u9650",404:"\u9875\u9762\u4E0D\u5B58\u5728",500:"\u670D\u52A1\u7EF4\u62A4\u4E2D",building:"\u529F\u80FD\u5EFA\u8BBE\u4E2D",empty:"\u6CA1\u6709\u6570\u636E","search-empty":"\u641C\u7D22\u4E3A\u7A7A",login:"\u8BF7\u767B\u5165\u84DD\u9CB8"},s={403:hI,404:gI,500:pI,building:mI,empty:MI,"search-empty":yI,login:II};return()=>{var l,u;return a.createVNode("div",{class:["bk-exception-wrapper",e.extCls]},[a.createVNode("div",{class:["bk-exception-img",`${e.scene}-img`]},[a.createVNode("img",{class:"exception-image",src:s[e.type],alt:"type"},null)]),a.createVNode("div",{class:["bk-exception-text",`${e.scene}-text`]},[(u=(l=n.default)==null?void 0:l.call(n))!=null?u:i[e.type]])])}}});const A9=Ze(CI);var vI=a.defineComponent({name:"FixedNavbar",props:{navItems:d.array.def([]),extCls:d.string.def(""),position:d.oneOf(["middle","top","bottom"]).def("middle")},setup(e,{emit:n}){const i=e.navItems.map(u=>Object.assign({tooltip:{disabled:!0},action:()=>{},icon:"",text:""},u)),s=fn.getModalNextIndex(),l=u=>{n("click",u),u.action()};return()=>a.createVNode("div",{class:`bk-fixed-navbar ${e.extCls} ${e.position}`,style:{zIndex:s}},[i.map(u=>a.createVNode("div",{class:"fixed-navbar-item",onClick:l.bind(this,u)},[u.icon?a.createVNode("i",{class:`${u.icon} icon`},null):"",u.text?a.createVNode("span",{class:"text"},[u.text]):""]))])}});const E9=Ze(vI),bI={type:d.string.def("text"),clearable:d.bool,disabled:d.bool,readonly:d.bool,placeholder:d.string,prefixIcon:d.string,suffixIcon:d.string,suffix:d.string,prefix:d.string,step:d.integer,max:d.integer,min:d.integer,maxlength:d.integer,behavior:d.commonType(["simplicity","normal"]).def("normal"),showWordLimit:d.bool,showControl:d.bool.def(!0),showClearOnlyHover:d.bool.def(!1),precision:d.number.def(0).validate(e=>e>=0&&e<20),modelValue:d.oneOfType([d.string,d.number]).def(""),size:d.size(),rows:d.number},V9=["update:modelValue","focus","blur","change","clear","input","keypress","keydown","keyup","enter","paste"],rt=dM([...V9]);var NI=a.defineComponent({name:"Input",inheritAttrs:!1,props:bI,emits:[...V9],setup(e,n){const i=a.ref(!1),s=a.ref(!1),l=a.computed(()=>e.type==="textarea"),u=a.computed(()=>l.value?"bk-textarea":"bk-input"),le=n.attrs,{class:h,style:f}=le,g=lo(le,["class","style"]),m=a.computed(()=>Ne({[`${u.value}--${e.size}`]:!!e.size,"is-focused":i.value,"is-readonly":e.readonly,"is-disabled":e.disabled,"is-simplicity":e.behavior==="simplicity",[`${h}`]:!!h},u.value)),I={search:()=>a.createVNode(rl,null,null),password:()=>a.createVNode($o,{onClick:se},null)},C=ne("suffix-icon"),b=a.computed(()=>{const ce=I[e.type];return x.value?a.createVNode(ul,{onClick:se,class:C},null):ce?a.createVNode(ce,{class:C},null):null}),N=a.computed(()=>e.type==="number"),L=a.computed(()=>Math.floor(e.maxlength)),x=a.ref(!1),j=a.computed(()=>Ne({"show-clear-only-hover":e.showClearOnlyHover},C));function D(){n.emit(rt["update:modelValue"],""),n.emit(rt.change,""),n.emit(rt.clear)}function A(ce){i.value=!0,n.emit(rt.focus,ce)}function J(ce){i.value=!1,n.emit(rt.blur,ce)}function U(ce){return me=>{let Se=ce;(me.code==="Enter"||me.key==="Enter"||me.keyCode===13)&&(Se=rt.enter,me.type!==rt.keyup)||s.value&&[rt.input,rt.change].some(Te=>ce===Te)||(ce===rt.input&&n.emit(rt["update:modelValue"],N.value?+me.target.value:me.target.value),n.emit(Se,me.target.value,me))}}const[O,_,H,te,R,ee]=[rt.keyup,rt.keydown,rt.keypress,rt.paste,rt.change,rt.input].map(U);function G(){s.value=!0}function X(ce){s.value=!1,ee(ce)}function W(ce,me=!0){const Se=parseInt(String(ce),10),Te=Number.isInteger(e.precision)?e.precision:0,B=parseFloat(e.modelValue.toString()),$=Number.isInteger(Se)?Se:1;let fe=B+(me?$:-1*$);return Number.isInteger(e.max)&&(fe=Math.min(fe,e.max)),Number.isInteger(e.min)&&(fe=Math.max(fe,e.min)),+fe.toFixed(Te)}function S(){const ce=W(e.step);n.emit(rt["update:modelValue"],ce)}function Y(){const ce=W(e.step,!1);n.emit(rt["update:modelValue"],ce)}function ne(ce){return`${u.value}--${ce}`}function se(){x.value=!x.value}const q=a.computed(()=>({value:e.modelValue,maxlength:e.maxlength,placeholder:e.placeholder,readonly:e.readonly,disabled:e.disabled,onInput:ee,onFocus:A,onBlur:J,onPaste:te,onChange:R,onKeypress:H,onKeydown:_,onKeyup:O,onCompositionstart:G,onCompositionend:X}));return()=>{var ce,me,Se,Te,B,$;return a.createVNode("div",{class:m.value,style:f},[(Se=(me=(ce=n.slots)==null?void 0:ce.prefix)==null?void 0:me.call(ce))!=null?Se:e.prefix&&a.createVNode("div",{class:ne("prefix-area")},[a.createVNode("span",{class:ne("prefix-area--text")},[e.prefix])]),l.value?a.createVNode("textarea",a.mergeProps(g,q.value,{rows:e.rows}),null):a.createVNode("input",a.mergeProps(g,{class:`${u.value}--text`,type:x.value&&e.type==="password"?"text":e.type,step:e.step,max:e.max,min:e.min},q.value),null),!l.value&&e.clearable&&!!e.modelValue&&a.createVNode(Vn,{onClick:D,class:j.value},null),b.value,typeof e.maxlength=="number"&&(e.showWordLimit||l.value)&&a.createVNode("p",{class:ne("max-length")},[e.modelValue.toString().length,a.createTextVNode("/"),a.createVNode("span",null,[L.value])]),N.value&&e.showControl&&a.createVNode("div",{class:ne("number-control")},[a.createVNode(La,{onClick:S},null),a.createVNode(La,{onClick:Y},null)]),($=(B=(Te=n.slots)==null?void 0:Te.suffix)==null?void 0:B.call(Te))!=null?$:e.suffix&&a.createVNode("div",{class:ne("suffix-area")},[a.createVNode("span",{class:ne("suffix-area--text")},[e.suffix])])])}}});const pl=Ze(NI);var wI=a.defineComponent({name:"Link",props:{theme:d.theme(["danger","success","primary","warning","default"]).def("default"),href:d.string.def(""),disabled:d.bool.def(!1),underline:d.bool.def(!1),target:d.string.def("_self")},setup(e,{emit:n}){return{handleClick:s=>{if(e.disabled)return s.preventDefault(),!1;n("click",s)}}},render(){var n,i;const e=Ne({"is-disabled":this.disabled,"has-underline":this.underline},`${this.theme} bk-link`);return a.createVNode("a",{href:this.href,target:this.target,class:e,onClick:this.handleClick},[a.createVNode("span",null,[(i=(n=this.$slots).default)==null?void 0:i.call(n)])])}});const W9=Ze(wI),LI=["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"],kI={onAfterHidden:Function,onAfterShow:Function},TI=P({isShow:d.bool.def(!1),width:d.oneOfType([d.string,d.number]).def("auto"),height:d.oneOfType([d.string,d.number]).def("auto"),content:d.oneOfType([d.string,d.number]).def(""),transition:d.string.def("fade-in"),placement:d.placement(LI).def("top"),theme:d.string.def("light"),handleFirstUpdate:{type:Function,default:()=>{}},trigger:d.string.def("hover"),arrow:d.bool.def(!0),modifiers:d.array.def([{name:"offset",options:{offset:[0,8]}}]),boundary:d.oneOfType([d.string.def("parent"),d.instanceOf(HTMLElement)]),fixOnBoundary:d.bool.def(!1),stopBehaviors:d.oneOfType([d.arrayOf(d.commonType(["stopPropagation","stopImmediatePropagation","preventDefault"],"stopBehaviors")),d.string]).def([])},kI);var xI=a.defineComponent({name:"Popover",props:TI,emits:["afterHidden","afterShow","update:isShow"],setup(e,n){let i=!1,s=Object.create(null);const{width:l,height:u,theme:h,trigger:f,isShow:g,placement:m,modifiers:I,arrow:C,content:b}=a.toRefs(e),N=a.ref(),L=a.ref(),x=a.computed(()=>({width:/^\d+$/.test(String(l.value))?`${l.value}px`:l.value,height:/^\d+$/.test(String(u.value))?`${u.value}px`:u.value,zIndex:fn.getModalNextIndex()})),j=["dark","light"],D=a.computed(()=>{const Y=h.value.split(/\s+/);Y.sort((q,le)=>Number(j.includes(le))-Number(j.includes(q)));const ne=Y,se=Y.filter(q=>!j.includes(q));return{systemThemes:ne,customThemes:se}}),A=Y=>{var ne,se;i&&(Y?(ne=s.show)==null||ne.call(s):(se=s.hide)==null||se.call(s))};a.watch(()=>e.isShow,Y=>{A(Y)},{immediate:!0});const J=()=>{n.emit("update:isShow",!1),n.emit("afterHidden",!1)},U=()=>{n.emit("update:isShow",!0),n.emit("afterShow",!1)},O=()=>({theme:D.value.systemThemes.join(" "),placement:m.value,trigger:f.value,modifiers:I.value,onFirstUpdate:e.handleFirstUpdate,afterShow:U,afterHidden:J,appendTo:e.boundary,fixOnBoundary:e.fixOnBoundary}),_=()=>{const Y=s;Y.constructor&&(Y.isShow&&Y.hide(),Y.destroy(),s=Object.create(null))},H=()=>{s=new Ro(N.value,L.value,O()),i=!0,A(g.value)},te=()=>{_(),a.nextTick(H)};n.expose({update:te}),a.onMounted(te),a.onBeforeUnmount(_);const R=()=>{n.emit("after-enter")},ee=()=>{n.emit("after-leave")},G=D.value.customThemes.join(" "),X=D.value.customThemes.reduce((Y,ne)=>P({[`data-${ne}-theme`]:!0},Y),{}),W=`bk-popover-content ${G}`,S=Y=>{const ne=se=>{typeof Y[se]=="function"&&Y[se]()};Array.isArray(e.stopBehaviors)&&e.stopBehaviors.forEach(ne),typeof e.stopBehaviors=="string"&&ne(e.stopBehaviors)};return()=>{var Y,ne;return a.createVNode("div",{class:"bk-popover","data-bk-pop-container":!0},[a.createVNode("div",{ref:N,class:"bk-popover-reference"},[(ne=(Y=n.slots).default)==null?void 0:ne.call(Y)]),a.createVNode(a.Transition,{name:e.transition,onAfterEnter:R,onAfterLeave:ee},{default:()=>{var se,q,le;return[a.createVNode("div",a.mergeProps({ref:L,class:W,style:x.value},X,{onClick:S}),[(le=(q=(se=n.slots).content)==null?void 0:q.call(se))!=null?le:b.value,C.value&&a.createVNode("div",{class:"arrow","data-popper-arrow":!0},null)])]}})])}}});const Ei=Ze(xI),SI=(e,{attrs:n,slots:i})=>{const{width:s,percent:l,strokeWidth:u,color:h,strokeLinecap:f,theme:g,type:m,bgColor:I,titleStyle:C}=n,b=u||6,N=s||126,L={width:typeof N=="number"?`${N}px`:N,height:typeof N=="number"?`${N}px`:N,fontSize:`${N*.15+6}px`},x=50-b/2,j=m==="dashboard",D=Math.PI*2*x,A=j&&.75||1,J=`${-1*D*(1-A)/2}px`,U="stroke-dasharray 0.6s ease 0s, stroke 0.6s ease",O={strokeDasharray:`${D*A}px, ${D}px`,strokeDashoffset:J},_={strokeDasharray:`${D*A*(l/100)}px, ${D}px`,strokeDashoffset:J,transition:U},H=`
|
26
|
+
`)+Me+`return __p
|
27
|
+
}`;var $e=W9(function(){return ot(_,Ee+"return "+Me).apply(n,Y)});if($e.source=Me,zu($e))throw $e;return $e}function Ib(a){return lt(a).toLowerCase()}function Nb(a){return lt(a).toUpperCase()}function Lb(a,l,h){if(a=lt(a),a&&(h||l===n))return K0(a);if(!a||!(l=mn(l)))return a;var w=Vn(a),D=Vn(l),_=X0(w,D),Y=q0(w,D)+1;return Wi(w,_,Y).join("")}function kb(a,l,h){if(a=lt(a),a&&(h||l===n))return a.slice(0,th(a)+1);if(!a||!(l=mn(l)))return a;var w=Vn(a),D=q0(w,Vn(l))+1;return Wi(w,0,D).join("")}function Tb(a,l,h){if(a=lt(a),a&&(h||l===n))return a.replace(hi,"");if(!a||!(l=mn(l)))return a;var w=Vn(a),D=X0(w,Vn(l));return Wi(w,D).join("")}function xb(a,l){var h=W,w=z;if(vt(l)){var D="separator"in l?l.separator:D;h="length"in l?Ye(l.length):h,w="omission"in l?mn(l.omission):w}a=lt(a);var _=a.length;if(Qr(a)){var Y=Vn(a);_=Y.length}if(h>=_)return a;var q=h-_r(w);if(q<1)return w;var re=Y?Wi(Y,0,q).join(""):a.slice(0,q);if(D===n)return re+w;if(Y&&(q+=re.length-q),Vu(D)){if(a.slice(q).search(D)){var Ce,we=re;for(D.global||(D=qc(D.source,lt(eo.exec(D))+"g")),D.lastIndex=0;Ce=D.exec(we);)var Me=Ce.index;re=re.slice(0,Me===n?q:Me)}}else if(a.indexOf(mn(D),q)!=q){var Te=re.lastIndexOf(D);Te>-1&&(re=re.slice(0,Te))}return re+w}function Sb(a){return a=lt(a),a&&kc.test(a)?a.replace(Va,rm):a}var Db=Yr(function(a,l,h){return a+(h?" ":"")+l.toUpperCase()}),Qu=Hh("toUpperCase");function _9(a,l,h){return a=lt(a),l=h?n:l,l===n?qp(a)?om(a):Bp(a):a.match(l)||[]}var W9=Xe(function(a,l){try{return gn(a,n,l)}catch(h){return zu(h)?h:new Be(h)}}),jb=yi(function(a,l){return In(l,function(h){h=qn(h),mi(a,h,Au(a[h],a))}),a});function Ob(a){var l=a==null?0:a.length,h=Re();return a=l?mt(a,function(w){if(typeof w[1]!="function")throw new Nn(u);return[h(w[0]),w[1]]}):[],Xe(function(w){for(var D=-1;++D<l;){var _=a[D];if(gn(_[0],this,w))return gn(_[1],this,w)}})}function Eb(a){return r2(kn(a,m))}function _u(a){return function(){return a}}function Ab(a,l){return a==null||a!==a?l:a}var Pb=Fh(),zb=Fh(!0);function qt(a){return a}function Wu(a){return wh(typeof a=="function"?a:kn(a,m))}function Vb(a){return Ih(kn(a,m))}function Jb(a,l){return Nh(a,kn(l,m))}var Rb=Xe(function(a,l){return function(h){return Ua(h,a,l)}}),Qb=Xe(function(a,l){return function(h){return Ua(a,h,l)}});function Hu(a,l,h){var w=Dt(l),D=Io(l,w);h==null&&!(vt(l)&&(D.length||!w.length))&&(h=l,l=a,a=this,D=Io(l,Dt(l)));var _=!(vt(h)&&"chain"in h)||!!h.chain,Y=Ci(a);return In(D,function(q){var re=l[q];a[q]=re,Y&&(a.prototype[q]=function(){var Ce=this.__chain__;if(_||Ce){var we=a(this.__wrapped__),Me=we.__actions__=$t(this.__actions__);return Me.push({func:re,args:arguments,thisArg:a}),we.__chain__=Ce,we}return re.apply(a,zi([this.value()],arguments))})}),a}function _b(){return Pt._===this&&(Pt._=hm),this}function Bu(){}function Wb(a){return a=Ye(a),Xe(function(l){return Lh(l,a)})}var Hb=wu(mt),Bb=wu(G0),Fb=wu(Gc);function H9(a){return xu(a)?Zc(qn(a)):w2(a)}function Gb(a){return function(l){return a==null?n:fr(a,l)}}var Zb=Zh(),Yb=Zh(!0);function Fu(){return[]}function Gu(){return!1}function Ub(){return{}}function $b(){return""}function Kb(){return!0}function Xb(a,l){if(a=Ye(a),a<1||a>de)return[];var h=X,w=Rt(a,X);l=Re(l),a-=X;for(var D=$c(w,l);++h<a;)l(h);return D}function qb(a){return Ge(a)?mt(a,qn):vn(a)?[a]:$t(c9(lt(a)))}function e8(a){var l=++dm;return lt(a)+l}var t8=So(function(a,l){return a+l},0),n8=Mu("ceil"),i8=So(function(a,l){return a/l},1),r8=Mu("floor");function a8(a){return a&&a.length?Mo(a,qt,ou):n}function s8(a,l){return a&&a.length?Mo(a,Re(l,2),ou):n}function o8(a){return U0(a,qt)}function l8(a,l){return U0(a,Re(l,2))}function c8(a){return a&&a.length?Mo(a,qt,du):n}function u8(a,l){return a&&a.length?Mo(a,Re(l,2),du):n}var d8=So(function(a,l){return a*l},1),f8=Mu("round"),h8=So(function(a,l){return a-l},0);function g8(a){return a&&a.length?Uc(a,qt):0}function p8(a,l){return a&&a.length?Uc(a,Re(l,2)):0}return V.after=V5,V.ary=C9,V.assign=Ny,V.assignIn=A9,V.assignInWith=Wo,V.assignWith=Ly,V.at=ky,V.before=w9,V.bind=Au,V.bindAll=jb,V.bindKey=M9,V.castArray=U5,V.chain=v9,V.chunk=rv,V.compact=av,V.concat=sv,V.cond=Ob,V.conforms=Eb,V.constant=_u,V.countBy=g5,V.create=Ty,V.curry=I9,V.curryRight=N9,V.debounce=L9,V.defaults=xy,V.defaultsDeep=Sy,V.defer=J5,V.delay=R5,V.difference=ov,V.differenceBy=lv,V.differenceWith=cv,V.drop=uv,V.dropRight=dv,V.dropRightWhile=fv,V.dropWhile=hv,V.fill=gv,V.filter=m5,V.flatMap=b5,V.flatMapDeep=C5,V.flatMapDepth=w5,V.flatten=h9,V.flattenDeep=pv,V.flattenDepth=mv,V.flip=Q5,V.flow=Pb,V.flowRight=zb,V.fromPairs=vv,V.functions=zy,V.functionsIn=Vy,V.groupBy=M5,V.initial=bv,V.intersection=Cv,V.intersectionBy=wv,V.intersectionWith=Mv,V.invert=Ry,V.invertBy=Qy,V.invokeMap=N5,V.iteratee=Wu,V.keyBy=L5,V.keys=Dt,V.keysIn=Xt,V.map=zo,V.mapKeys=Wy,V.mapValues=Hy,V.matches=Vb,V.matchesProperty=Jb,V.memoize=Jo,V.merge=By,V.mergeWith=P9,V.method=Rb,V.methodOf=Qb,V.mixin=Hu,V.negate=Ro,V.nthArg=Wb,V.omit=Fy,V.omitBy=Gy,V.once=_5,V.orderBy=k5,V.over=Hb,V.overArgs=W5,V.overEvery=Bb,V.overSome=Fb,V.partial=Pu,V.partialRight=k9,V.partition=T5,V.pick=Zy,V.pickBy=z9,V.property=H9,V.propertyOf=Gb,V.pull=kv,V.pullAll=p9,V.pullAllBy=Tv,V.pullAllWith=xv,V.pullAt=Sv,V.range=Zb,V.rangeRight=Yb,V.rearg=H5,V.reject=D5,V.remove=Dv,V.rest=B5,V.reverse=Ou,V.sampleSize=O5,V.set=Uy,V.setWith=$y,V.shuffle=E5,V.slice=jv,V.sortBy=z5,V.sortedUniq=Jv,V.sortedUniqBy=Rv,V.split=bb,V.spread=F5,V.tail=Qv,V.take=_v,V.takeRight=Wv,V.takeRightWhile=Hv,V.takeWhile=Bv,V.tap=a5,V.throttle=G5,V.thru=Po,V.toArray=j9,V.toPairs=V9,V.toPairsIn=J9,V.toPath=qb,V.toPlainObject=E9,V.transform=Ky,V.unary=Z5,V.union=Fv,V.unionBy=Gv,V.unionWith=Zv,V.uniq=Yv,V.uniqBy=Uv,V.uniqWith=$v,V.unset=Xy,V.unzip=Eu,V.unzipWith=m9,V.update=qy,V.updateWith=eb,V.values=Kr,V.valuesIn=tb,V.without=Kv,V.words=_9,V.wrap=Y5,V.xor=Xv,V.xorBy=qv,V.xorWith=e5,V.zip=t5,V.zipObject=n5,V.zipObjectDeep=i5,V.zipWith=r5,V.entries=V9,V.entriesIn=J9,V.extend=A9,V.extendWith=Wo,Hu(V,V),V.add=t8,V.attempt=W9,V.camelCase=ab,V.capitalize=R9,V.ceil=n8,V.clamp=nb,V.clone=$5,V.cloneDeep=X5,V.cloneDeepWith=q5,V.cloneWith=K5,V.conformsTo=ey,V.deburr=Q9,V.defaultTo=Ab,V.divide=i8,V.endsWith=sb,V.eq=Rn,V.escape=ob,V.escapeRegExp=lb,V.every=p5,V.find=v5,V.findIndex=d9,V.findKey=Dy,V.findLast=y5,V.findLastIndex=f9,V.findLastKey=jy,V.floor=r8,V.forEach=y9,V.forEachRight=b9,V.forIn=Oy,V.forInRight=Ey,V.forOwn=Ay,V.forOwnRight=Py,V.get=Ju,V.gt=ty,V.gte=ny,V.has=Jy,V.hasIn=Ru,V.head=g9,V.identity=qt,V.includes=I5,V.indexOf=yv,V.inRange=ib,V.invoke=_y,V.isArguments=pr,V.isArray=Ge,V.isArrayBuffer=iy,V.isArrayLike=Kt,V.isArrayLikeObject=Ct,V.isBoolean=ry,V.isBuffer=Hi,V.isDate=ay,V.isElement=sy,V.isEmpty=oy,V.isEqual=ly,V.isEqualWith=cy,V.isError=zu,V.isFinite=uy,V.isFunction=Ci,V.isInteger=T9,V.isLength=Qo,V.isMap=x9,V.isMatch=dy,V.isMatchWith=fy,V.isNaN=hy,V.isNative=gy,V.isNil=my,V.isNull=py,V.isNumber=S9,V.isObject=vt,V.isObjectLike=yt,V.isPlainObject=ts,V.isRegExp=Vu,V.isSafeInteger=vy,V.isSet=D9,V.isString=_o,V.isSymbol=vn,V.isTypedArray=$r,V.isUndefined=yy,V.isWeakMap=by,V.isWeakSet=Cy,V.join=Iv,V.kebabCase=cb,V.last=xn,V.lastIndexOf=Nv,V.lowerCase=ub,V.lowerFirst=db,V.lt=wy,V.lte=My,V.max=a8,V.maxBy=s8,V.mean=o8,V.meanBy=l8,V.min=c8,V.minBy=u8,V.stubArray=Fu,V.stubFalse=Gu,V.stubObject=Ub,V.stubString=$b,V.stubTrue=Kb,V.multiply=d8,V.nth=Lv,V.noConflict=_b,V.noop=Bu,V.now=Vo,V.pad=fb,V.padEnd=hb,V.padStart=gb,V.parseInt=pb,V.random=rb,V.reduce=x5,V.reduceRight=S5,V.repeat=mb,V.replace=vb,V.result=Yy,V.round=f8,V.runInContext=ne,V.sample=j5,V.size=A5,V.snakeCase=yb,V.some=P5,V.sortedIndex=Ov,V.sortedIndexBy=Ev,V.sortedIndexOf=Av,V.sortedLastIndex=Pv,V.sortedLastIndexBy=zv,V.sortedLastIndexOf=Vv,V.startCase=Cb,V.startsWith=wb,V.subtract=h8,V.sum=g8,V.sumBy=p8,V.template=Mb,V.times=Xb,V.toFinite=wi,V.toInteger=Ye,V.toLength=O9,V.toLower=Ib,V.toNumber=Sn,V.toSafeInteger=Iy,V.toString=lt,V.toUpper=Nb,V.trim=Lb,V.trimEnd=kb,V.trimStart=Tb,V.truncate=xb,V.unescape=Sb,V.uniqueId=e8,V.upperCase=Db,V.upperFirst=Qu,V.each=y9,V.eachRight=b9,V.first=g9,Hu(V,function(){var a={};return Kn(V,function(l,h){ut.call(V.prototype,h)||(a[h]=l)}),a}(),{chain:!1}),V.VERSION=i,In(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){V[a].placeholder=V}),In(["drop","take"],function(a,l){nt.prototype[a]=function(h){h=h===n?1:xt(Ye(h),0);var w=this.__filtered__&&!l?new nt(this):this.clone();return w.__filtered__?w.__takeCount__=Rt(h,w.__takeCount__):w.__views__.push({size:Rt(h,X),type:a+(w.__dir__<0?"Right":"")}),w},nt.prototype[a+"Right"]=function(h){return this.reverse()[a](h).reverse()}}),In(["filter","map","takeWhile"],function(a,l){var h=l+1,w=h==$||h==me;nt.prototype[a]=function(D){var _=this.clone();return _.__iteratees__.push({iteratee:Re(D,3),type:h}),_.__filtered__=_.__filtered__||w,_}}),In(["head","last"],function(a,l){var h="take"+(l?"Right":"");nt.prototype[a]=function(){return this[h](1).value()[0]}}),In(["initial","tail"],function(a,l){var h="drop"+(l?"":"Right");nt.prototype[a]=function(){return this.__filtered__?new nt(this):this[h](1)}}),nt.prototype.compact=function(){return this.filter(qt)},nt.prototype.find=function(a){return this.filter(a).head()},nt.prototype.findLast=function(a){return this.reverse().find(a)},nt.prototype.invokeMap=Xe(function(a,l){return typeof a=="function"?new nt(this):this.map(function(h){return Ua(h,a,l)})}),nt.prototype.reject=function(a){return this.filter(Ro(Re(a)))},nt.prototype.slice=function(a,l){a=Ye(a);var h=this;return h.__filtered__&&(a>0||l<0)?new nt(h):(a<0?h=h.takeRight(-a):a&&(h=h.drop(a)),l!==n&&(l=Ye(l),h=l<0?h.dropRight(-l):h.take(l-a)),h)},nt.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},nt.prototype.toArray=function(){return this.take(X)},Kn(nt.prototype,function(a,l){var h=/^(?:filter|find|map|reject)|While$/.test(l),w=/^(?:head|last)$/.test(l),D=V[w?"take"+(l=="last"?"Right":""):l],_=w||/^find/.test(l);D&&(V.prototype[l]=function(){var Y=this.__wrapped__,q=w?[1]:arguments,re=Y instanceof nt,Ce=q[0],we=re||Ge(Y),Me=function(et){var it=D.apply(V,zi([et],q));return w&&Te?it[0]:it};we&&h&&typeof Ce=="function"&&Ce.length!=1&&(re=we=!1);var Te=this.__chain__,Ee=!!this.__actions__.length,Qe=_&&!Te,$e=re&&!Ee;if(!_&&we){Y=$e?Y:new nt(this);var _e=a.apply(Y,q);return _e.__actions__.push({func:Po,args:[Me],thisArg:n}),new Ln(_e,Te)}return Qe&&$e?a.apply(this,q):(_e=this.thru(Me),Qe?w?_e.value()[0]:_e.value():_e)})}),In(["pop","push","shift","sort","splice","unshift"],function(a){var l=so[a],h=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",w=/^(?:pop|shift)$/.test(a);V.prototype[a]=function(){var D=arguments;if(w&&!this.__chain__){var _=this.value();return l.apply(Ge(_)?_:[],D)}return this[h](function(Y){return l.apply(Ge(Y)?Y:[],D)})}}),Kn(nt.prototype,function(a,l){var h=V[l];if(h){var w=h.name+"";ut.call(Fr,w)||(Fr[w]=[]),Fr[w].push({name:l,func:h})}}),Fr[xo(n,L).name]=[{name:"wrapper",func:n}],nt.prototype.clone=Sm,nt.prototype.reverse=Dm,nt.prototype.value=jm,V.prototype.at=s5,V.prototype.chain=o5,V.prototype.commit=l5,V.prototype.next=c5,V.prototype.plant=d5,V.prototype.reverse=f5,V.prototype.toJSON=V.prototype.valueOf=V.prototype.value=h5,V.prototype.first=V.prototype.head,Wa&&(V.prototype[Wa]=u5),V},Wr=lm();or?((or.exports=Wr)._=Wr,Wc._=Wr):Pt._=Wr}).call(ia)})(dl,dl.exports);var rt=dl.exports;const aa=Da(rt),I8="abcdefghijklmnopqrstuvwxyz0123456789",kr=(e,t=I8)=>{let n="";for(let i=0;i<e;i++)n+=t[parseInt((Math.random()*t.length).toString(),10)];return n},N8=(e,t,n=60,i=!1)=>{const s=rt.throttle(()=>{typeof t=="function"&&t()},n),o=new ResizeObserver(()=>{s()});return i&&typeof t=="function"&&t(),{start:()=>{o.observe(e)},stop:()=>{o.disconnect(),o.unobserve(e)}}},Is=e=>e[0].toUpperCase()+e.slice(1);function L8(e){if(!e)return!1;const t=(i,s)=>{const o=document.createElement("div"),u=parseFloat(s.width)?`${Math.ceil(parseFloat(s.width))}px`:s.width;return o.style.cssText=`
|
28
|
+
width: ${u};
|
29
|
+
line-height: ${s["line-height"]};
|
30
|
+
font-size: ${s["font-size"]};
|
31
|
+
word-break: ${s["word-break"]};
|
32
|
+
padding: ${s.padding};
|
33
|
+
`,o.textContent=i.textContent,o};let n=!1;try{const i=window.getComputedStyle(e,null);if(i.webkitLineClamp!=="none"){const o=parseFloat(i.height),u=t(e,i);document.body.appendChild(u);const c=window.getComputedStyle(u,null).height;document.body.removeChild(u),n=o<parseFloat(c)}else n=e.clientWidth<e.scrollWidth||e.clientHeight<e.scrollHeight}catch(i){console.warn("There is an error when check element overflow state: ",i)}return n}const Ho={bottom:0,content:1,navi:100,fullScreen:1e3,modal:3e3,plugins:8e3,message:1e4,popper:99999};class k8{constructor(){De(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 Ho.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(Ho).reduce((n,i)=>Object.assign(n,{[i]:{value:Ho[i],writable:!0,configurable:!0}}),{});this.storageLayerIndexValue=Object.create(Ho,t)}}const oi=new k8;`${kr(16)}`;class T8{constructor(){De(this,"timer",null);De(this,"store",[]);De(this,"maskMap",new WeakMap)}appendMaker(t){this.store.push(t),this.executeMaker()}pushMaskStyle(t,n){const i=this.getMaskMap(t);i!=null&&i.styles?i.styles.push(n):this.setMaskMap(t,{styles:[n],...i||{}})}getMaskStyles(t){var n;return((n=this.getMaskMap(t))==null?void 0:n.styles)||[]}setMaskId(t,n){const i=this.getMaskMap(t);i?(Object.assign(i,{id:n}),this.setMaskMap(t,i)):this.setMaskMap(t,{id:n,...i||{}})}getMaskId(t){var n;return(n=this.getMaskMap(t))==null?void 0:n.id}setMaskMap(t,n){this.maskMap.set(t,n)}getMaskMap(t){return this.maskMap.get(t)}executeMaker(){this.timer&&cancelAnimationFrame(this.timer),this.timer=requestAnimationFrame(()=>{const t=this.store.pop();typeof t=="function"&&(Reflect.apply(t,this,[]),this.executeMaker())})}}const Xr=new T8;class P6{constructor(t){De(this,"mask");De(this,"backupMask");De(this,"multiInstance",!1);De(this,"uniqueMaskAttrTag","");De(this,"parentNode",document.body);De(this,"activeInstance");De(this,"zIndexStore",new Map);De(this,"lastUUID",null);De(this,"maskStyle",{position:"fixed",left:0,top:0,bottom:0,right:0,display:"none","background-color":"rgba(0,0,0,.6)"});De(this,"onClick");De(this,"isInit",!1);De(this,"maskAttrTag","auto");De(this,"popInstance");const{multiInstance:n=!1,maskAttrTag:i="auto",parentNode:s=document.body,maskStyle:o={},onClick:u=null,popInstance:c=null}=t||{};this.parentNode=s||document,this.maskAttrTag=i,this.onClick=u,this.activeInstance=void 0,this.multiInstance=n,this.popInstance=c,this.uniqueMaskAttrTag=this.getMaskAttrTag(i),Xr.appendMaker(()=>{this.initInstance(o)})}setOption(t){const{parentNode:n=document.body,maskStyle:i={},onClick:s=null,maskAttrTag:o=this.maskAttrTag}=t||{};this.onClick=s,this.parentNode=n||document,this.setMaskStyle(Object.assign({},this.maskStyle,i)),this.uniqueMaskAttrTag=this.getMaskAttrTag(o)}show(t,n,i=!0,s={},o=null,u=!1){const c=o??kr(16),d=/-?\d+/.test(`${n}`)?n:oi.getModalNextIndex();let f=Object.assign({},this.maskStyle,s||{});if(!i&&this.lastUUID){const g=this.zIndexStore.get(this.lastUUID);g&&(f=g==null?void 0:g.style)}this.storeMaskInsCfg({zIndex:d,style:{...f},uuid:c,preUID:this.lastUUID}),Object.assign(f,{display:"block","z-index":`${d}`,"pointer-events":"all"}),this.initInstance(f),this.catchClickEvent(),this.setMaskStyle(f),Xr.pushMaskStyle(this.parentNode,{...f}),this.backupMask.style.setProperty("z-index",`${d-1}`),i||(this.mask.style.setProperty("pointer-events","none"),t==null||t.style.setProperty("pointer-events","all")),t&&(u&&t.style.setProperty("z-index",`${d+1}`),this.activeInstance=t,this.appendContentToMask(t))}hide(t=!1,n,i){var u;const s=i??this.lastUUID;t||(n==null||n.remove(),(u=this.activeInstance)==null||u.remove()),this.removeClickEvent(),this.activeInstance=void 0,this.popIndexStore(s);const o=Xr.getMaskStyles(this.parentNode);if(o==null||o.pop(),!(o!=null&&o.length))this.mask.style.setProperty("display","none");else{const c=o.slice(-1)[0];this.setMaskStyle(c)}}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}initInstance(t){if(!this.isInit){this.isInit=!0;const{instance:n,isExist:i}=this.getMask();this.mask=n,this.backupMask=this.getBackupMask(),!i&&this.setMaskStyle(Object.assign({},this.maskStyle,t))}}getMask(){if(this.multiInstance)return{instance:this.createMask(),isExist:!1};let t=!0,n=this.parentNode.querySelector(`[data-bk-mask-uid='${this.uniqueMaskAttrTag}']`);return n||(t=!1,n=this.createMask()),{instance:n,isExist:t}}catchClickEvent(){this.mask&&this.mask.addEventListener("click",t=>this.handleMaskClick(t),!0)}removeClickEvent(){this.mask&&this.mask.removeEventListener("click",this.handleMaskClick)}handleMaskClick(t){t.target===this.mask&&typeof this.onClick=="function"&&Reflect.apply(this.onClick,this.popInstance||this,[t])}getBackupMask(){const t="data-bk-backup-uid";let n=this.parentNode.querySelector(`[${t}]`);return n||(n=this.createMask(t)),n}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===""?(Xr.getMaskId(this.parentNode)||Xr.setMaskId(this.parentNode,`__bk_mask_${kr(16)}`),Xr.getMaskId(this.parentNode)):t}appendContentToMask(t){this.mask.append(t)}}new P6({});class z6{constructor(t){De(this,"popInstanceList");De(this,"uuidAttrName");De(this,"clickFn");De(this,"bKMaskManagerInstance");this.popInstanceList=[],this.clickFn=void 0,this.uuidAttrName="data-bk-pop-uuid",this.bKMaskManagerInstance=new P6({parentNode:this.getParentNode(t==null?void 0:t.transfer),popInstance:this,onClick:this.onMaskClickFn})}getParentNode(t){if(typeof t=="string"){const n=document.querySelector(t);if(n)return n}return Lr(t)?t:document.body}onMaskClick(t,n){this.clickFn={fn:t,target:n}}show(t,n=!0,i={},s=!1,o=void 0){if(!t){console.warn("pop show error: content is null or undefined");return}const u=typeof o=="number"?o:oi.getModalNextIndex(),c=kr(16);t.setAttribute(this.uuidAttrName,c),this.popInstanceList.push({uuid:c,zIndex:u,content:t,showMask:n,appendStyle:i}),n&&this.bKMaskManagerInstance.backupActiveInstance(),this.bKMaskManagerInstance.show(t,u,n,i,c,s)}destroy(t,n=!1){this.clickFn=void 0,this.hide(t,n)}popHide(t=!0){if(this.popInstanceList.length){if(t){const n=this.popInstanceList.pop();this.bKMaskManagerInstance.popIndexStore(n.uuid),n.remove()}if(this.popInstanceList.length){const n=this.popInstanceList.slice(-1)[0],{zIndex:i,content:s,showMask:o,appendStyle:u,uuid:c}=n;this.bKMaskManagerInstance.show(s,i,o,u,c)}else this.bKMaskManagerInstance.hide()}}hide(t,n=!1){const i=t==null?void 0:t.getAttribute(this.uuidAttrName);if(i){const s=this.popInstanceList.findIndex(o=>o.uuid===i);s>=0&&(n||this.popInstanceList[s].content.remove(),this.popInstanceList.splice(s,1),this.bKMaskManagerInstance.popIndexStore(i),this.popInstanceList.length?this.popHide(!1):this.bKMaskManagerInstance.hide(n))}else t==null||t.remove()}onMaskClickFn(t){const{fn:n}=this.clickFn;n&&Reflect.apply(n,this,[t])}}new z6;var fd={exports:{}},F9=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof window.msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto);if(F9){var G9=new Uint8Array(16);fd.exports=function(){return F9(G9),G9}}else{var Z9=new Array(16);fd.exports=function(){for(var t=0,n;t<16;t++)t&3||(n=Math.random()*4294967296),Z9[t]=n>>>((t&3)<<3)&255;return Z9}}var V6=fd.exports,J6=[];for(var Bo=0;Bo<256;++Bo)J6[Bo]=(Bo+256).toString(16).substr(1);function x8(e,t){var n=t||0,i=J6;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 R6=x8,S8=V6,D8=R6,Y9,Zu,Yu=0,Uu=0;function j8(e,t,n){var i=t&&n||0,s=t||[];e=e||{};var o=e.node||Y9,u=e.clockseq!==void 0?e.clockseq:Zu;if(o==null||u==null){var c=S8();o==null&&(o=Y9=[c[0]|1,c[1],c[2],c[3],c[4],c[5]]),u==null&&(u=Zu=(c[6]<<8|c[7])&16383)}var d=e.msecs!==void 0?e.msecs:new Date().getTime(),f=e.nsecs!==void 0?e.nsecs:Uu+1,g=d-Yu+(f-Uu)/1e4;if(g<0&&e.clockseq===void 0&&(u=u+1&16383),(g<0||d>Yu)&&e.nsecs===void 0&&(f=0),f>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Yu=d,Uu=f,Zu=u,d+=122192928e5;var m=((d&268435455)*1e4+f)%4294967296;s[i++]=m>>>24&255,s[i++]=m>>>16&255,s[i++]=m>>>8&255,s[i++]=m&255;var v=d/4294967296*1e4&268435455;s[i++]=v>>>8&255,s[i++]=v&255,s[i++]=v>>>24&15|16,s[i++]=v>>>16&255,s[i++]=u>>>8|128,s[i++]=u&255;for(var y=0;y<6;++y)s[i+y]=o[y];return t||D8(s)}var O8=j8,E8=V6,A8=R6;function P8(e,t,n){var i=t&&n||0;typeof e=="string"&&(t=e==="binary"?new Array(16):null,e=null),e=e||{};var s=e.random||(e.rng||E8)();if(s[6]=s[6]&15|64,s[8]=s[8]&63|128,t)for(var o=0;o<16;++o)t[i+o]=s[o];return t||A8(s)}var z8=P8,V8=O8,Q6=z8,sf=Q6;sf.v1=V8;sf.v4=Q6;var Di=sf,ln="top",En="bottom",An="right",cn="left",El="auto",Vs=[ln,En,An,cn],ga="start",Ns="end",J8="clippingParents",_6="viewport",ns="popper",R8="reference",U9=Vs.reduce(function(e,t){return e.concat([t+"-"+ga,t+"-"+Ns])},[]),W6=[].concat(Vs,[El]).reduce(function(e,t){return e.concat([t,t+"-"+ga,t+"-"+Ns])},[]),Q8="beforeRead",_8="read",W8="afterRead",H8="beforeMain",B8="main",F8="afterMain",G8="beforeWrite",Z8="write",Y8="afterWrite",hd=[Q8,_8,W8,H8,B8,F8,G8,Z8,Y8];function li(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 pa(e){var t=Yn(e).Element;return e instanceof t||e instanceof Element}function Cn(e){var t=Yn(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function of(e){if(typeof ShadowRoot>"u")return!1;var t=Yn(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function U8(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var i=t.styles[n]||{},s=t.attributes[n]||{},o=t.elements[n];!Cn(o)||!li(o)||(Object.assign(o.style,i),Object.keys(s).forEach(function(u){var c=s[u];c===!1?o.removeAttribute(u):o.setAttribute(u,c===!0?"":c)}))})}function $8(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 s=t.elements[i],o=t.attributes[i]||{},u=Object.keys(t.styles.hasOwnProperty(i)?t.styles[i]:n[i]),c=u.reduce(function(d,f){return d[f]="",d},{});!Cn(s)||!li(s)||(Object.assign(s.style,c),Object.keys(o).forEach(function(d){s.removeAttribute(d)}))})}}const K8={name:"applyStyles",enabled:!0,phase:"write",fn:U8,effect:$8,requires:["computeStyles"]};function Hn(e){return e.split("-")[0]}var Tr=Math.max,fl=Math.min,ma=Math.round;function va(e,t){t===void 0&&(t=!1);var n=e.getBoundingClientRect(),i=1,s=1;if(Cn(e)&&t){var o=e.offsetHeight,u=e.offsetWidth;u>0&&(i=ma(n.width)/u||1),o>0&&(s=ma(n.height)/o||1)}return{width:n.width/i,height:n.height/s,top:n.top/s,right:n.right/i,bottom:n.bottom/s,left:n.left/i,x:n.left/i,y:n.top/s}}function lf(e){var t=va(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 H6(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&of(n)){var i=t;do{if(i&&e.isSameNode(i))return!0;i=i.parentNode||i.host}while(i)}return!1}function Fn(e){return Yn(e).getComputedStyle(e)}function X8(e){return["table","td","th"].indexOf(li(e))>=0}function ir(e){return((pa(e)?e.ownerDocument:e.document)||window.document).documentElement}function Al(e){return li(e)==="html"?e:e.assignedSlot||e.parentNode||(of(e)?e.host:null)||ir(e)}function $9(e){return!Cn(e)||Fn(e).position==="fixed"?null:e.offsetParent}function q8(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,n=navigator.userAgent.indexOf("Trident")!==-1;if(n&&Cn(e)){var i=Fn(e);if(i.position==="fixed")return null}var s=Al(e);for(of(s)&&(s=s.host);Cn(s)&&["html","body"].indexOf(li(s))<0;){var o=Fn(s);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 s;s=s.parentNode}return null}function Js(e){for(var t=Yn(e),n=$9(e);n&&X8(n)&&Fn(n).position==="static";)n=$9(n);return n&&(li(n)==="html"||li(n)==="body"&&Fn(n).position==="static")?t:n||q8(e)||t}function cf(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function gs(e,t,n){return Tr(e,fl(t,n))}function eC(e,t,n){var i=gs(e,t,n);return i>n?n:i}function B6(){return{top:0,right:0,bottom:0,left:0}}function F6(e){return Object.assign({},B6(),e)}function G6(e,t){return t.reduce(function(n,i){return n[i]=e,n},{})}var tC=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,F6(typeof t!="number"?t:G6(t,Vs))};function nC(e){var t,n=e.state,i=e.name,s=e.options,o=n.elements.arrow,u=n.modifiersData.popperOffsets,c=Hn(n.placement),d=cf(c),f=[cn,An].indexOf(c)>=0,g=f?"height":"width";if(!(!o||!u)){var m=tC(s.padding,n),v=lf(o),y=d==="y"?ln:cn,b=d==="y"?En:An,I=n.rects.reference[g]+n.rects.reference[d]-u[d]-n.rects.popper[g],k=u[d]-n.rects.reference[d],L=Js(o),x=L?d==="y"?L.clientHeight||0:L.clientWidth||0:0,C=I/2-k/2,N=m[y],M=x-v[g]-m[b],T=x/2-v[g]/2+C,j=gs(N,T,M),S=d;n.modifiersData[i]=(t={},t[S]=j,t.centerOffset=j-T,t)}}function iC(e){var t=e.state,n=e.options,i=n.element,s=i===void 0?"[data-popper-arrow]":i;if(s!=null&&!(typeof s=="string"&&(s=t.elements.popper.querySelector(s),!s))){if(process.env.NODE_ENV!=="production"&&(Cn(s)||console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).',"To use an SVG arrow, wrap it in an HTMLElement that will be used as","the arrow."].join(" "))),!H6(t.elements.popper,s)){process.env.NODE_ENV!=="production"&&console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper',"element."].join(" "));return}t.elements.arrow=s}}const rC={name:"arrow",enabled:!0,phase:"main",fn:nC,effect:iC,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ya(e){return e.split("-")[1]}var aC={top:"auto",right:"auto",bottom:"auto",left:"auto"};function sC(e){var t=e.x,n=e.y,i=window,s=i.devicePixelRatio||1;return{x:ma(t*s)/s||0,y:ma(n*s)/s||0}}function K9(e){var t,n=e.popper,i=e.popperRect,s=e.placement,o=e.variation,u=e.offsets,c=e.position,d=e.gpuAcceleration,f=e.adaptive,g=e.roundOffsets,m=e.isFixed,v=u.x,y=v===void 0?0:v,b=u.y,I=b===void 0?0:b,k=typeof g=="function"?g({x:y,y:I}):{x:y,y:I};y=k.x,I=k.y;var L=u.hasOwnProperty("x"),x=u.hasOwnProperty("y"),C=cn,N=ln,M=window;if(f){var T=Js(n),j="clientHeight",S="clientWidth";if(T===Yn(n)&&(T=ir(n),Fn(T).position!=="static"&&c==="absolute"&&(j="scrollHeight",S="scrollWidth")),T=T,s===ln||(s===cn||s===An)&&o===Ns){N=En;var P=m&&T===M&&M.visualViewport?M.visualViewport.height:T[j];I-=P-i.height,I*=d?1:-1}if(s===cn||(s===ln||s===En)&&o===Ns){C=An;var W=m&&T===M&&M.visualViewport?M.visualViewport.width:T[S];y-=W-i.width,y*=d?1:-1}}var z=Object.assign({position:c},f&&aC),R=g===!0?sC({x:y,y:I}):{x:y,y:I};if(y=R.x,I=R.y,d){var Q;return Object.assign({},z,(Q={},Q[N]=x?"0":"",Q[C]=L?"0":"",Q.transform=(M.devicePixelRatio||1)<=1?"translate("+y+"px, "+I+"px)":"translate3d("+y+"px, "+I+"px, 0)",Q))}return Object.assign({},z,(t={},t[N]=x?I+"px":"",t[C]=L?y+"px":"",t.transform="",t))}function oC(e){var t=e.state,n=e.options,i=n.gpuAcceleration,s=i===void 0?!0:i,o=n.adaptive,u=o===void 0?!0:o,c=n.roundOffsets,d=c===void 0?!0:c;if(process.env.NODE_ENV!=="production"){var f=Fn(t.elements.popper).transitionProperty||"";u&&["transform","top","right","bottom","left"].some(function(m){return f.indexOf(m)>=0})&&console.warn(["Popper: Detected CSS transitions on at least one of the following",'CSS properties: "transform", "top", "right", "bottom", "left".',`
|
34
|
+
|
35
|
+
`,'Disable the "computeStyles" modifier\'s `adaptive` option to allow',"for smooth transitions, or remove these properties from the CSS","transition declaration on the popper element if only transitioning","opacity or background-color for example.",`
|
36
|
+
|
37
|
+
`,"We recommend using the popper element as a wrapper around an inner","element that can have any CSS property transitioned for animations."].join(" "))}var g={placement:Hn(t.placement),variation:ya(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:s,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,K9(Object.assign({},g,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:u,roundOffsets:d})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,K9(Object.assign({},g,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:d})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const lC={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:oC,data:{}};var Fo={passive:!0};function cC(e){var t=e.state,n=e.instance,i=e.options,s=i.scroll,o=s===void 0?!0:s,u=i.resize,c=u===void 0?!0:u,d=Yn(t.elements.popper),f=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&f.forEach(function(g){g.addEventListener("scroll",n.update,Fo)}),c&&d.addEventListener("resize",n.update,Fo),function(){o&&f.forEach(function(g){g.removeEventListener("scroll",n.update,Fo)}),c&&d.removeEventListener("resize",n.update,Fo)}}const uC={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:cC,data:{}};var dC={left:"right",right:"left",bottom:"top",top:"bottom"};function el(e){return e.replace(/left|right|bottom|top/g,function(t){return dC[t]})}var fC={start:"end",end:"start"};function X9(e){return e.replace(/start|end/g,function(t){return fC[t]})}function uf(e){var t=Yn(e),n=t.pageXOffset,i=t.pageYOffset;return{scrollLeft:n,scrollTop:i}}function df(e){return va(ir(e)).left+uf(e).scrollLeft}function hC(e){var t=Yn(e),n=ir(e),i=t.visualViewport,s=n.clientWidth,o=n.clientHeight,u=0,c=0;return i&&(s=i.width,o=i.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(u=i.offsetLeft,c=i.offsetTop)),{width:s,height:o,x:u+df(e),y:c}}function gC(e){var t,n=ir(e),i=uf(e),s=(t=e.ownerDocument)==null?void 0:t.body,o=Tr(n.scrollWidth,n.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),u=Tr(n.scrollHeight,n.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),c=-i.scrollLeft+df(e),d=-i.scrollTop;return Fn(s||n).direction==="rtl"&&(c+=Tr(n.clientWidth,s?s.clientWidth:0)-o),{width:o,height:u,x:c,y:d}}function ff(e){var t=Fn(e),n=t.overflow,i=t.overflowX,s=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+s+i)}function Z6(e){return["html","body","#document"].indexOf(li(e))>=0?e.ownerDocument.body:Cn(e)&&ff(e)?e:Z6(Al(e))}function ps(e,t){var n;t===void 0&&(t=[]);var i=Z6(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Yn(i),u=s?[o].concat(o.visualViewport||[],ff(i)?i:[]):i,c=t.concat(u);return s?c:c.concat(ps(Al(u)))}function gd(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function pC(e){var t=va(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 q9(e,t){return t===_6?gd(hC(e)):pa(t)?pC(t):gd(gC(ir(e)))}function mC(e){var t=ps(Al(e)),n=["absolute","fixed"].indexOf(Fn(e).position)>=0,i=n&&Cn(e)?Js(e):e;return pa(i)?t.filter(function(s){return pa(s)&&H6(s,i)&&li(s)!=="body"}):[]}function vC(e,t,n){var i=t==="clippingParents"?mC(e):[].concat(t),s=[].concat(i,[n]),o=s[0],u=s.reduce(function(c,d){var f=q9(e,d);return c.top=Tr(f.top,c.top),c.right=fl(f.right,c.right),c.bottom=fl(f.bottom,c.bottom),c.left=Tr(f.left,c.left),c},q9(e,o));return u.width=u.right-u.left,u.height=u.bottom-u.top,u.x=u.left,u.y=u.top,u}function Y6(e){var t=e.reference,n=e.element,i=e.placement,s=i?Hn(i):null,o=i?ya(i):null,u=t.x+t.width/2-n.width/2,c=t.y+t.height/2-n.height/2,d;switch(s){case ln:d={x:u,y:t.y-n.height};break;case En:d={x:u,y:t.y+t.height};break;case An:d={x:t.x+t.width,y:c};break;case cn:d={x:t.x-n.width,y:c};break;default:d={x:t.x,y:t.y}}var f=s?cf(s):null;if(f!=null){var g=f==="y"?"height":"width";switch(o){case ga:d[f]=d[f]-(t[g]/2-n[g]/2);break;case Ns:d[f]=d[f]+(t[g]/2-n[g]/2);break}}return d}function Ls(e,t){t===void 0&&(t={});var n=t,i=n.placement,s=i===void 0?e.placement:i,o=n.boundary,u=o===void 0?J8:o,c=n.rootBoundary,d=c===void 0?_6:c,f=n.elementContext,g=f===void 0?ns:f,m=n.altBoundary,v=m===void 0?!1:m,y=n.padding,b=y===void 0?0:y,I=F6(typeof b!="number"?b:G6(b,Vs)),k=g===ns?R8:ns,L=e.rects.popper,x=e.elements[v?k:g],C=vC(pa(x)?x:x.contextElement||ir(e.elements.popper),u,d),N=va(e.elements.reference),M=Y6({reference:N,element:L,strategy:"absolute",placement:s}),T=gd(Object.assign({},L,M)),j=g===ns?T:N,S={top:C.top-j.top+I.top,bottom:j.bottom-C.bottom+I.bottom,left:C.left-j.left+I.left,right:j.right-C.right+I.right},P=e.modifiersData.offset;if(g===ns&&P){var W=P[s];Object.keys(S).forEach(function(z){var R=[An,En].indexOf(z)>=0?1:-1,Q=[ln,En].indexOf(z)>=0?"y":"x";S[z]+=W[Q]*R})}return S}function yC(e,t){t===void 0&&(t={});var n=t,i=n.placement,s=n.boundary,o=n.rootBoundary,u=n.padding,c=n.flipVariations,d=n.allowedAutoPlacements,f=d===void 0?W6:d,g=ya(i),m=g?c?U9:U9.filter(function(b){return ya(b)===g}):Vs,v=m.filter(function(b){return f.indexOf(b)>=0});v.length===0&&(v=m,process.env.NODE_ENV!=="production"&&console.error(["Popper: The `allowedAutoPlacements` option did not allow any","placements. Ensure the `placement` option matches the variation","of the allowed placements.",'For example, "auto" cannot be used to allow "bottom-start".','Use "auto-start" instead.'].join(" ")));var y=v.reduce(function(b,I){return b[I]=Ls(e,{placement:I,boundary:s,rootBoundary:o,padding:u})[Hn(I)],b},{});return Object.keys(y).sort(function(b,I){return y[b]-y[I]})}function bC(e){if(Hn(e)===El)return[];var t=el(e);return[X9(e),t,X9(t)]}function CC(e){var t=e.state,n=e.options,i=e.name;if(!t.modifiersData[i]._skip){for(var s=n.mainAxis,o=s===void 0?!0:s,u=n.altAxis,c=u===void 0?!0:u,d=n.fallbackPlacements,f=n.padding,g=n.boundary,m=n.rootBoundary,v=n.altBoundary,y=n.flipVariations,b=y===void 0?!0:y,I=n.allowedAutoPlacements,k=t.options.placement,L=Hn(k),x=L===k,C=d||(x||!b?[el(k)]:bC(k)),N=[k].concat(C).reduce(function(G,F){return G.concat(Hn(F)===El?yC(t,{placement:F,boundary:g,rootBoundary:m,padding:f,flipVariations:b,allowedAutoPlacements:I}):F)},[]),M=t.rects.reference,T=t.rects.popper,j=new Map,S=!0,P=N[0],W=0;W<N.length;W++){var z=N[W],R=Hn(z),Q=ya(z)===ga,$=[ln,En].indexOf(R)>=0,oe=$?"width":"height",me=Ls(t,{placement:z,boundary:g,rootBoundary:m,altBoundary:v,padding:f}),be=$?Q?An:cn:Q?En:ln;M[oe]>T[oe]&&(be=el(be));var de=el(be),ue=[];if(o&&ue.push(me[R]<=0),c&&ue.push(me[be]<=0,me[de]<=0),ue.every(function(G){return G})){P=z,S=!1;break}j.set(z,ue)}if(S)for(var ee=b?3:1,X=function(F){var ie=N.find(function(he){var le=j.get(he);if(le)return le.slice(0,F).every(function(K){return K})});if(ie)return P=ie,"break"},Z=ee;Z>0;Z--){var B=X(Z);if(B==="break")break}t.placement!==P&&(t.modifiersData[i]._skip=!0,t.placement=P,t.reset=!0)}}const wC={name:"flip",enabled:!0,phase:"main",fn:CC,requiresIfExists:["offset"],data:{_skip:!1}};function e3(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 t3(e){return[ln,An,En,cn].some(function(t){return e[t]>=0})}function MC(e){var t=e.state,n=e.name,i=t.rects.reference,s=t.rects.popper,o=t.modifiersData.preventOverflow,u=Ls(t,{elementContext:"reference"}),c=Ls(t,{altBoundary:!0}),d=e3(u,i),f=e3(c,s,o),g=t3(d),m=t3(f);t.modifiersData[n]={referenceClippingOffsets:d,popperEscapeOffsets:f,isReferenceHidden:g,hasPopperEscaped:m},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":g,"data-popper-escaped":m})}const IC={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:MC};function NC(e,t,n){var i=Hn(e),s=[cn,ln].indexOf(i)>=0?-1:1,o=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,u=o[0],c=o[1];return u=u||0,c=(c||0)*s,[cn,An].indexOf(i)>=0?{x:c,y:u}:{x:u,y:c}}function LC(e){var t=e.state,n=e.options,i=e.name,s=n.offset,o=s===void 0?[0,0]:s,u=W6.reduce(function(g,m){return g[m]=NC(m,t.rects,o),g},{}),c=u[t.placement],d=c.x,f=c.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=d,t.modifiersData.popperOffsets.y+=f),t.modifiersData[i]=u}const kC={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:LC};function TC(e){var t=e.state,n=e.name;t.modifiersData[n]=Y6({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const xC={name:"popperOffsets",enabled:!0,phase:"read",fn:TC,data:{}};function SC(e){return e==="x"?"y":"x"}function DC(e){var t=e.state,n=e.options,i=e.name,s=n.mainAxis,o=s===void 0?!0:s,u=n.altAxis,c=u===void 0?!1:u,d=n.boundary,f=n.rootBoundary,g=n.altBoundary,m=n.padding,v=n.tether,y=v===void 0?!0:v,b=n.tetherOffset,I=b===void 0?0:b,k=Ls(t,{boundary:d,rootBoundary:f,padding:m,altBoundary:g}),L=Hn(t.placement),x=ya(t.placement),C=!x,N=cf(L),M=SC(N),T=t.modifiersData.popperOffsets,j=t.rects.reference,S=t.rects.popper,P=typeof I=="function"?I(Object.assign({},t.rects,{placement:t.placement})):I,W=typeof P=="number"?{mainAxis:P,altAxis:P}:Object.assign({mainAxis:0,altAxis:0},P),z=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,R={x:0,y:0};if(T){if(o){var Q,$=N==="y"?ln:cn,oe=N==="y"?En:An,me=N==="y"?"height":"width",be=T[N],de=be+k[$],ue=be-k[oe],ee=y?-S[me]/2:0,X=x===ga?j[me]:S[me],Z=x===ga?-S[me]:-j[me],B=t.elements.arrow,G=y&&B?lf(B):{width:0,height:0},F=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:B6(),ie=F[$],he=F[oe],le=gs(0,j[me],G[me]),K=C?j[me]/2-ee-le-ie-W.mainAxis:X-le-ie-W.mainAxis,J=C?-j[me]/2+ee+le+he+W.mainAxis:Z+le+he+W.mainAxis,H=t.elements.arrow&&Js(t.elements.arrow),ae=H?N==="y"?H.clientTop||0:H.clientLeft||0:0,E=(Q=z==null?void 0:z[N])!=null?Q:0,O=be+K-E-ae,A=be+J-E,te=gs(y?fl(de,O):de,be,y?Tr(ue,A):ue);T[N]=te,R[N]=te-be}if(c){var ce,ge=N==="x"?ln:cn,ke=N==="x"?En:An,xe=T[M],se=M==="y"?"height":"width",ye=xe+k[ge],Ie=xe-k[ke],je=[ln,cn].indexOf(L)!==-1,Ke=(ce=z==null?void 0:z[M])!=null?ce:0,at=je?ye:xe-j[se]-S[se]-Ke+W.altAxis,ct=je?xe+j[se]+S[se]-Ke-W.altAxis:Ie,Ve=y&&je?eC(at,xe,ct):gs(y?at:ye,xe,y?ct:Ie);T[M]=Ve,R[M]=Ve-xe}t.modifiersData[i]=R}}const jC={name:"preventOverflow",enabled:!0,phase:"main",fn:DC,requiresIfExists:["offset"]};function OC(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function EC(e){return e===Yn(e)||!Cn(e)?uf(e):OC(e)}function AC(e){var t=e.getBoundingClientRect(),n=ma(t.width)/e.offsetWidth||1,i=ma(t.height)/e.offsetHeight||1;return n!==1||i!==1}function PC(e,t,n){n===void 0&&(n=!1);var i=Cn(t),s=Cn(t)&&AC(t),o=ir(t),u=va(e,s),c={scrollLeft:0,scrollTop:0},d={x:0,y:0};return(i||!i&&!n)&&((li(t)!=="body"||ff(o))&&(c=EC(t)),Cn(t)?(d=va(t,!0),d.x+=t.clientLeft,d.y+=t.clientTop):o&&(d.x=df(o))),{x:u.left+c.scrollLeft-d.x,y:u.top+c.scrollTop-d.y,width:u.width,height:u.height}}function zC(e){var t=new Map,n=new Set,i=[];e.forEach(function(o){t.set(o.name,o)});function s(o){n.add(o.name);var u=[].concat(o.requires||[],o.requiresIfExists||[]);u.forEach(function(c){if(!n.has(c)){var d=t.get(c);d&&s(d)}}),i.push(o)}return e.forEach(function(o){n.has(o.name)||s(o)}),i}function VC(e){var t=zC(e);return hd.reduce(function(n,i){return n.concat(t.filter(function(s){return s.phase===i}))},[])}function JC(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function Bi(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return[].concat(n).reduce(function(s,o){return s.replace(/%s/,o)},e)}var mr='Popper: modifier "%s" provided an invalid %s property, expected %s but got %s',RC='Popper: modifier "%s" requires "%s", but "%s" modifier is not available',n3=["name","enabled","phase","fn","effect","requires","options"];function QC(e){e.forEach(function(t){[].concat(Object.keys(t),n3).filter(function(n,i,s){return s.indexOf(n)===i}).forEach(function(n){switch(n){case"name":typeof t.name!="string"&&console.error(Bi(mr,String(t.name),'"name"','"string"','"'+String(t.name)+'"'));break;case"enabled":typeof t.enabled!="boolean"&&console.error(Bi(mr,t.name,'"enabled"','"boolean"','"'+String(t.enabled)+'"'));break;case"phase":hd.indexOf(t.phase)<0&&console.error(Bi(mr,t.name,'"phase"',"either "+hd.join(", "),'"'+String(t.phase)+'"'));break;case"fn":typeof t.fn!="function"&&console.error(Bi(mr,t.name,'"fn"','"function"','"'+String(t.fn)+'"'));break;case"effect":t.effect!=null&&typeof t.effect!="function"&&console.error(Bi(mr,t.name,'"effect"','"function"','"'+String(t.fn)+'"'));break;case"requires":t.requires!=null&&!Array.isArray(t.requires)&&console.error(Bi(mr,t.name,'"requires"','"array"','"'+String(t.requires)+'"'));break;case"requiresIfExists":Array.isArray(t.requiresIfExists)||console.error(Bi(mr,t.name,'"requiresIfExists"','"array"','"'+String(t.requiresIfExists)+'"'));break;case"options":case"data":break;default:console.error('PopperJS: an invalid property has been provided to the "'+t.name+'" modifier, valid properties are '+n3.map(function(i){return'"'+i+'"'}).join(", ")+'; but "'+n+'" was provided.')}t.requires&&t.requires.forEach(function(i){e.find(function(s){return s.name===i})==null&&console.error(Bi(RC,String(t.name),i,i))})})})}function _C(e,t){var n=new Set;return e.filter(function(i){var s=t(i);if(!n.has(s))return n.add(s),!0})}function WC(e){var t=e.reduce(function(n,i){var s=n[i.name];return n[i.name]=s?Object.assign({},s,i,{options:Object.assign({},s.options,i.options),data:Object.assign({},s.data,i.data)}):i,n},{});return Object.keys(t).map(function(n){return t[n]})}var i3="Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.",HC="Popper: An infinite loop in the modifiers cycle has been detected! The cycle has been interrupted to prevent a browser crash.",r3={placement:"bottom",modifiers:[],strategy:"absolute"};function a3(){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 BC(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,i=n===void 0?[]:n,s=t.defaultOptions,o=s===void 0?r3:s;return function(c,d,f){f===void 0&&(f=o);var g={placement:"bottom",orderedModifiers:[],options:Object.assign({},r3,o),modifiersData:{},elements:{reference:c,popper:d},attributes:{},styles:{}},m=[],v=!1,y={state:g,setOptions:function(L){var x=typeof L=="function"?L(g.options):L;I(),g.options=Object.assign({},o,g.options,x),g.scrollParents={reference:pa(c)?ps(c):c.contextElement?ps(c.contextElement):[],popper:ps(d)};var C=VC(WC([].concat(i,g.options.modifiers)));if(g.orderedModifiers=C.filter(function(z){return z.enabled}),process.env.NODE_ENV!=="production"){var N=_C([].concat(C,g.options.modifiers),function(z){var R=z.name;return R});if(QC(N),Hn(g.options.placement)===El){var M=g.orderedModifiers.find(function(z){var R=z.name;return R==="flip"});M||console.error(['Popper: "auto" placements require the "flip" modifier be',"present and enabled to work."].join(" "))}var T=Fn(d),j=T.marginTop,S=T.marginRight,P=T.marginBottom,W=T.marginLeft;[j,S,P,W].some(function(z){return parseFloat(z)})&&console.warn(['Popper: CSS "margin" styles cannot be used to apply padding',"between the popper and its reference element or boundary.","To replicate margin, use the `offset` modifier, as well as","the `padding` option in the `preventOverflow` and `flip`","modifiers."].join(" "))}return b(),y.update()},forceUpdate:function(){if(!v){var L=g.elements,x=L.reference,C=L.popper;if(!a3(x,C)){process.env.NODE_ENV!=="production"&&console.error(i3);return}g.rects={reference:PC(x,Js(C),g.options.strategy==="fixed"),popper:lf(C)},g.reset=!1,g.placement=g.options.placement,g.orderedModifiers.forEach(function(z){return g.modifiersData[z.name]=Object.assign({},z.data)});for(var N=0,M=0;M<g.orderedModifiers.length;M++){if(process.env.NODE_ENV!=="production"&&(N+=1,N>100)){console.error(HC);break}if(g.reset===!0){g.reset=!1,M=-1;continue}var T=g.orderedModifiers[M],j=T.fn,S=T.options,P=S===void 0?{}:S,W=T.name;typeof j=="function"&&(g=j({state:g,options:P,name:W,instance:y})||g)}}},update:JC(function(){return new Promise(function(k){y.forceUpdate(),k(g)})}),destroy:function(){I(),v=!0}};if(!a3(c,d))return process.env.NODE_ENV!=="production"&&console.error(i3),y;y.setOptions(f).then(function(k){!v&&f.onFirstUpdate&&f.onFirstUpdate(k)});function b(){g.orderedModifiers.forEach(function(k){var L=k.name,x=k.options,C=x===void 0?{}:x,N=k.effect;if(typeof N=="function"){var M=N({state:g,name:L,instance:y,options:C}),T=function(){};m.push(M||T)}})}function I(){m.forEach(function(k){return k()}),m=[]}return y}}var FC=[uC,xC,lC,K8,kC,wC,jC,rC,IC],U6=BC({defaultModifiers:FC});class GC{constructor(t,n,i){De(this,"isShow",!1);De(this,"trigger");De(this,"instance");De(this,"always",!1);De(this,"reference");De(this,"referenceTarget");De(this,"popperRefer");De(this,"instanceOptions");De(this,"delay",50);De(this,"isInnerPopper",!1);De(this,"disabled",!1);De(this,"afterShow",null);De(this,"afterHidden",null);De(this,"appendTo","parent");De(this,"container",null);De(this,"fixOnBoundary",!1);var s,o;this.instanceOptions=this.initDefaultOptions(i),this.reference=this.resolveInputSelectorToHtmlElement(t),this.popperRefer=this.resolveInputSelectorToHtmlElement(n),this.referenceTarget=this.getTargetReferenceElement(),this.container=(s=this.popperRefer)==null?void 0:s.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??!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();Lr(t)&&t.contains(this.popperRefer)&&this.container&&!this.container.contains(this.popperRefer)&&this.container.append(this.popperRefer)}appendToTarget(){const t=this.getAppendToTarget();Lr(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=O6({placement:"top",modifiers:[{name:"offset",options:{offset:[0,8]}}],strategy:"absolute",onFirstUpdate:void 0,isShow:!1,theme:"dark",trigger:"hover",disabled:!1},t||{}),s=i.onFirstUpdate;return i.onFirstUpdate=o=>{typeof s=="function"&&(s.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;this.referenceTarget&&(this.referenceTarget&&this.popperRefer?(this.instance=U6(this.referenceTarget,this.popperRefer,this.instanceOptions),(t=this.popperRefer)==null||t.setAttribute("data-theme",this.instanceOptions.theme??"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 Lr(t)}registerEvents(){if(this.isElement(this.referenceTarget)&&this.trigger==="hover"){const t=["mouseenter","focus"],n=["mouseleave","blur"],i=["mouseenter","mouseleave"];t.forEach(s=>{this.referenceTarget.addEventListener(s,o=>{s==="mouseenter"&&(this.isInnerPopper=!0),this.show(o)})}),n.forEach(s=>{this.referenceTarget.addEventListener(s,()=>{this.isInnerPopper=!1,setTimeout(()=>{!this.isInnerPopper&&this.hide()},this.delay)})}),this.isElement(this.popperRefer)&&i.forEach(s=>{this.popperRefer.addEventListener(s,()=>{s==="mouseenter"&&(this.isInnerPopper=!0),s==="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)}}/*!
|
38
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
39
|
+
*
|
40
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
41
|
+
* Released under the MIT License.
|
42
|
+
*/function s3(e){return Object.prototype.toString.call(e)==="[object Object]"}function ZC(e){var t,n;return s3(e)===!1?!1:(t=e.constructor,t===void 0?!0:(n=t.prototype,!(s3(n)===!1||n.hasOwnProperty("isPrototypeOf")===!1)))}function ms(){return ms=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},ms.apply(this,arguments)}function $6(e,t){if(e==null)return{};var n,i,s={},o=Object.keys(e);for(i=0;i<o.length;i++)t.indexOf(n=o[i])>=0||(s[n]=e[n]);return s}const pd={silent:!1,logLevel:"warn"},YC=["validator"],K6=Object.prototype,X6=K6.toString,UC=K6.hasOwnProperty,q6=/^\s*function (\w+)/;function o3(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(q6);return i?i[1]:""}return""}const Dr=ZC,eg=e=>e;let Jt=eg;process.env.NODE_ENV!=="production"&&(Jt=typeof console<"u"?function(t,n=pd.logLevel){pd.silent===!1&&console[n](`[VueTypes warn]: ${t}`)}:eg);const ba=(e,t)=>UC.call(e,t),$C=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e},Ca=Array.isArray||function(e){return X6.call(e)==="[object Array]"},wa=e=>X6.call(e)==="[object Function]",hl=e=>Dr(e)&&ba(e,"_vueTypes_name"),tg=e=>Dr(e)&&(ba(e,"type")||["_vueTypes_name","validator","default","required"].some(t=>ba(e,t)));function hf(e,t){return Object.defineProperty(e.bind(t),"__original",{value:e})}function Er(e,t,n=!1){let i,s=!0,o="";i=Dr(e)?e:{type:e};const u=hl(i)?i._vueTypes_name+" - ":"";if(tg(i)&&i.type!==null){if(i.type===void 0||i.type===!0||!i.required&&t===void 0)return s;Ca(i.type)?(s=i.type.some(c=>Er(c,t,!0)===!0),o=i.type.map(c=>o3(c)).join(" or ")):(o=o3(i),s=o==="Array"?Ca(t):o==="Object"?Dr(t):o==="String"||o==="Number"||o==="Boolean"||o==="Function"?function(c){if(c==null)return"";const d=c.constructor.toString().match(q6);return d?d[1]:""}(t)===o:t instanceof i.type)}if(!s){const c=`${u}value "${t}" should be of type "${o}"`;return n===!1?(Jt(c),!1):c}if(ba(i,"validator")&&wa(i.validator)){const c=Jt,d=[];if(Jt=f=>{d.push(f)},s=i.validator(t),Jt=c,!s){const f=(d.length>1?"* ":"")+d.join(`
|
43
|
+
* `);return d.length=0,n===!1?(Jt(f),s):f}}return s}function ze(e,t){const n=Object.defineProperties(t,{_vueTypes_name:{value:e,writable:!0},isRequired:{get(){return this.required=!0,this}},def:{value(s){return s===void 0?(ba(this,"default")&&delete this.default,this):wa(s)||Er(this,s,!0)===!0?(this.default=Ca(s)?()=>[...s]:Dr(s)?()=>Object.assign({},s):s,this):(Jt(`${this._vueTypes_name} - invalid default value: "${s}"`),this)}}}),{validator:i}=n;return wa(i)&&(n.validator=hf(i,n)),n}function si(e,t){const n=ze(e,t);return Object.defineProperty(n,"validate",{value(i){return wa(this.validator)&&Jt(`${this._vueTypes_name} - calling .validate() will overwrite the current custom validator function. Validator info:
|
44
|
+
${JSON.stringify(this)}`),this.validator=hf(i,this),this}})}function l3(e,t,n){const i=function(d){const f={};return Object.getOwnPropertyNames(d).forEach(g=>{f[g]=Object.getOwnPropertyDescriptor(d,g)}),Object.defineProperties({},f)}(t);if(i._vueTypes_name=e,!Dr(n))return i;const{validator:s}=n,o=$6(n,YC);if(wa(s)){let{validator:d}=i;d&&(d=(c=(u=d).__original)!==null&&c!==void 0?c:u),i.validator=hf(d?function(f){return d.call(this,f)&&s.call(this,f)}:s,i)}var u,c;return Object.assign(i,o)}function Pl(e){return e.replace(/^(?!\s*$)/gm," ")}const KC=()=>si("any",{}),XC=()=>si("function",{type:Function}),qC=()=>si("boolean",{type:Boolean}),on=()=>si("string",{type:String}),ng=()=>si("number",{type:Number}),gf=()=>si("array",{type:Array}),ig=()=>si("object",{type:Object}),ew=()=>ze("integer",{type:Number,validator:e=>$C(e)}),tw=()=>ze("symbol",{validator:e=>typeof e=="symbol"});function nw(e,t="custom validation failed"){if(typeof e!="function")throw new TypeError("[VueTypes error]: You must provide a function as argument");return ze(e.name||"<<anonymous function>>",{type:null,validator(n){const i=e(n);return i||Jt(`${this._vueTypes_name} - ${t}`),i}})}function iw(e){if(!Ca(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,s)=>{if(s!=null){const o=s.constructor;i.indexOf(o)===-1&&i.push(o)}return i},[]);return ze("oneOf",{type:n.length>0?n:void 0,validator(i){const s=e.indexOf(i)!==-1;return s||Jt(t),s}})}function rw(e){if(!Ca(e))throw new TypeError("[VueTypes error]: You must provide an array as argument");let t=!1,n=[];for(let s=0;s<e.length;s+=1){const o=e[s];if(tg(o)){if(hl(o)&&o._vueTypes_name==="oneOf"&&o.type){n=n.concat(o.type);continue}if(wa(o.validator)&&(t=!0),o.type===!0||!o.type){Jt('oneOfType - invalid usage of "true" or "null" as types.');continue}n=n.concat(o.type)}else n.push(o)}n=n.filter((s,o)=>n.indexOf(s)===o);const i=n.length>0?n:null;return ze("oneOfType",t?{type:i,validator(s){const o=[],u=e.some(c=>{const d=Er(hl(c)&&c._vueTypes_name==="oneOf"?c.type||null:c,s,!0);return typeof d=="string"&&o.push(d),d===!0});return u||Jt(`oneOfType - provided value does not match any of the ${o.length} passed-in validators:
|
45
|
+
${Pl(o.join(`
|
46
|
+
`))}`),u}}:{type:i})}function aw(e){return ze("arrayOf",{type:Array,validator(t){let n="";const i=t.every(s=>(n=Er(e,s,!0),n===!0));return i||Jt(`arrayOf - value validation error:
|
47
|
+
${Pl(n)}`),i}})}function sw(e){return ze("instanceOf",{type:e})}function ow(e){return ze("objectOf",{type:Object,validator(t){let n="";const i=Object.keys(t).every(s=>(n=Er(e,t[s],!0),n===!0));return i||Jt(`objectOf - value validation error:
|
48
|
+
${Pl(n)}`),i}})}function lw(e){const t=Object.keys(e),n=t.filter(s=>{var o;return!((o=e[s])===null||o===void 0||!o.required)}),i=ze("shape",{type:Object,validator(s){if(!Dr(s))return!1;const o=Object.keys(s);if(n.length>0&&n.some(u=>o.indexOf(u)===-1)){const u=n.filter(c=>o.indexOf(c)===-1);return Jt(u.length===1?`shape - required property "${u[0]}" is not defined.`:`shape - required properties "${u.join('", "')}" are not defined.`),!1}return o.every(u=>{if(t.indexOf(u)===-1)return this._vueTypes_isLoose===!0||(Jt(`shape - shape definition does not include a "${u}" property. Allowed keys: "${t.join('", "')}".`),!1);const c=Er(e[u],s[u],!0);return typeof c=="string"&&Jt(`shape - "${u}" property validation error:
|
49
|
+
${Pl(c)}`),c===!0})}});return Object.defineProperty(i,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(i,"loose",{get(){return this._vueTypes_isLoose=!0,this}}),i}const cw=["name","validate","getter"],uw=(()=>{var e,t;return t=e=class{static get any(){return KC()}static get func(){return XC().def(this.defaults.func)}static get bool(){return qC().def(this.defaults.bool)}static get string(){return on().def(this.defaults.string)}static get number(){return ng().def(this.defaults.number)}static get array(){return gf().def(this.defaults.array)}static get object(){return ig().def(this.defaults.object)}static get integer(){return ew().def(this.defaults.integer)}static get symbol(){return tw()}static extend(n){if(Ca(n))return n.forEach(f=>this.extend(f)),this;const{name:i,validate:s=!1,getter:o=!1}=n,u=$6(n,cw);if(ba(this,i))throw new TypeError(`[VueTypes error]: Type "${i}" already defined`);const{type:c}=u;if(hl(c))return delete u.type,Object.defineProperty(this,i,o?{get:()=>l3(i,c,u)}:{value(...f){const g=l3(i,c,u);return g.validator&&(g.validator=g.validator.bind(g,...f)),g}});let d;return d=o?{get(){const f=Object.assign({},u);return s?si(i,f):ze(i,f)},enumerable:!0}:{value(...f){const g=Object.assign({},u);let m;return m=s?si(i,g):ze(i,g),g.validator&&(m.validator=g.validator.bind(m,...f)),m},enumerable:!0},Object.defineProperty(this,i,d)}},e.defaults={},e.sensibleDefaults=void 0,e.config=pd,e.custom=nw,e.oneOf=iw,e.instanceOf=sw,e.oneOfType=rw,e.arrayOf=aw,e.objectOf=ow,e.shape=lw,e.utils={validate:(n,i)=>Er(i,n,!0)===!0,toType:(n,i,s=!1)=>s?si(n,i):ze(n,i)},t})();function rg(e={func:()=>{},bool:!0,string:"",number:0,array:()=>[],object:()=>({}),integer:0}){var t,n;return n=t=class extends uw{static get sensibleDefaults(){return ms({},this.defaults)}static set sensibleDefaults(i){this.defaults=i!==!1?ms({},i!==!0?i:e):{}}},t.defaults=ms({},e),n}let mD=class extends rg(){};const dw=rg({});function ag(e){return e.reduce((t,n)=>(t[n]=n,t),Object.create(null))}var pf=(e=>(e.SMALL="small",e.LARGE="large",e.DEFAULT="default",e))(pf||{});function mf(){return on().def("show")}var gl=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e))(gl||{});function md(){return on().def("left")}var zl=(e=>(e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.DANGER="danger",e))(zl||{}),Ma=(e=>(e.AUTO="auto",e.AUTO_START="auto-start",e.AUTO_END="auto-end",e.TOP="top",e.RIGHT="right",e.BOTTOM="bottom",e.LEFT="left",e.TOP_START="top-start",e.TOP_END="top-end",e.BOTTOM_START="bottom-start",e.BOTTOM_END="bottom-end",e.RIGHT_START="right-start",e.RIGHT_END="right-end",e.LEFT_START="left-start",e.LEFT_END="left-end",e))(Ma||{});function vf(){return on().def("bottom")}function sg(){return on().def("hover")}var Vl=(e=>(e.AUTO="auto",e.SHOWN="shown",e))(Vl||{});function fw(){return ze("popRenderType",{}).def("shown")}function og(){return ze("dialogType",{default:"operation"})}function lg(){return ze("direction",{}).def("horizontal")}function cg(){return ze("lineType",{}).def("dashed")}var ug=(e=>(e.SUCCESS="success",e.INFO="info",e.WARNING="warning",e.DANGER="danger",e))(ug||{});function Jl(){return ze("tagTheme",{}).def()}function dg(){return ze("behavior",{}).def("normal")}class p extends dw{static size(){const t=["small","default","large"];return ze("Size",{validator:n=>!n||t.includes(n)?!0:(console.error(`invalid theme, ${n}, the theme must be one of 【${t.join(" | ")}】`),!1),default:"default"})}static theme(){const t=["primary","warning","success","danger"];return ze("Theme",{validator:n=>!n||t.includes(n)?!0:(console.error(`invalid theme, ${n}, the theme must be one of 【${t.join(" | ")}】`),!1)})}static placement(){const t=["top","left","right","bottom"];return ze("Placements",{validator:n=>!!(!n||t.includes(n)),default:"top"})}static style(){return ze("Style",{type:[String,Object]})}static position(t=["top-left","top-right","bottom-left","bottom-right"]){return ze("positions",{type:String,validator:n=>!n||t.includes(n)?!0:(console.error(`invalid positions, ${n}, the position must be one of 【${t.join(" | ")}】`),!1),default:"top-center"})}}var tl=(e=>(e.CHECKBOX="checkbox",e.CHECK="check",e))(tl||{});function hw(){return ze("selectedStyle",{}).def("check")}function Pe(e,t=""){return Object.entries(e).filter(n=>n[1]).map(n=>n[0]).join(" ").concat(t?` ${t}`:"")}const fg=Object.create({}),hg=e=>Object.keys(e).length<1,Fe=e=>(e.install=function(t,{prefix:n}={}){const i=t.config.globalProperties.bkUIPrefix||n||"Bk";t.component(i+e.name,e)},e),dn=(e,t,n=!1,i)=>(e.install=function(s,{prefix:o}={}){const u=s.config.globalProperties.bkUIPrefix||o||"Bk";i&&s.directive(u+i.name,i.directive),s.component(u+e.name,e),!n&&Object.values(t).forEach(c=>{s.component(u+c.name,c)})},Object.keys(t).forEach(s=>{e[s]=t[s]}),e);function U(e,t="bk"){return`${t}-${e}`}function Rs(e=300,t,n=!1){let i,s;const o=function(){const u=this,c=arguments;if(i&&clearTimeout(i),n){const d=!i;i=setTimeout(()=>{i=null},e),d&&(s=t.apply(u,c))}else i=setTimeout(()=>{t.apply(u,c)},e);return s};return o.cancel=function(){clearTimeout(i),i=null},o}function ua(e=[],t=[]){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++){if(Array.isArray(e[n]))return ua(e[n],t[n]);if(e[n]!==t[n])return!1}return!0}const gw={lang:"zh-cn",steps:{step1:"步骤1",step2:"步骤2",step3:"步骤3"},datePicker:{selectDate:"选择日期",selectTime:"选择时间",clear:"清除",ok:"确定",weekdays:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},hour:"时",min:"分",sec:"秒",toNow:"至今"},dialog:{ok:"确定",cancel:"取消",prev:"上一步",next:"下一步"},popConfirm:{ok:"确定",cancel:"取消"},form:{notBeEmpty:"不能为空",incorrectFormat:"格式不正确",max:"最大值",min:"最小值",maxLen:"最大长度",verifyError:"验证错误"},pagination:{eachPage:"每页",strip:"条",total:"共计"},process:{step1:"步骤1",step2:"步骤2",step3:"步骤3",step4:"步骤4"},searchSelect:{pleaseSelect:"请选择",loading:"加载中...",filterQueryMustHasValue:"包含键值的过滤查询必须有一个值",ok:"确认",cancel:"取消",or:"或",and:"且"},select:{noData:"无数据",noMatchedData:"无匹配数据",loading:"加载中...",pleaseSelect:"请选择",enterKeywords:"请输入关键字",all:"全部"},table:{emptyText:"暂无数据",confirm:"确定",reset:"重置",setting:{title:"表格设置",fields:{title:"字段显示设置",subtitle:e=>`(最多${e}项)`,selectAll:"全选"},lineHeight:{title:"表格行高",small:"小",medium:"中",large:"大"},options:{ok:"确认",cancel:"取消"}}},transfer:{sourceList:"源列表",targetList:"目标列表",removeAll:"清空",selectAll:"选择全部",noData:"无数据",noSelected:"未选择任何项",search:"搜索"},upload:{uploadSuccess:"上传成功",uploadFailed:"上传失败",drapFileOr:"将文件拖到此处或",clickUpload:"点击上传",uploadLabel:"上传文件"},input:{placeholder:"请输入"},tagInput:{placeholder:"请输入并按Enter结束"},message:{assistant:"助手",details:"详情",copySuccess:"复制成功",copyFailed:"复制失败"}},Rl=Symbol("rootProviderData"),Ia={locale:gw,prefix:"bk"},vd=e=>{document.documentElement.style.setProperty("--bk-prefix",e||Ia.prefix)},yf=e=>{const t=r.reactive({...rt.merge(Ia,e)});vd(e.prefix),Object.keys(e).forEach(n=>{r.watch(()=>e[n],()=>{n==="prefix"&&vd(e[n]),t[n]=e[n]})}),r.provide(Rl,t)},pw=()=>{const e=r.inject(Rl,Ia);return r.computed(()=>e)},mw={locale:{type:Object},prefix:{type:String,default:"bk"}},vw=r.defineComponent({name:"ConfigProvider",inheritAttrs:!1,props:mw,setup(e,{slots:t}){return yf(e),()=>{var n;return(n=t.default)==null?void 0:n.call(t)}}});function ft(e){const t=r.inject(Rl,Ia);return r.computed(()=>{const{locale:n}=t;return n&&e?n[e]:{}})}function Ql(){const e=r.inject(Rl,Ia),t=r.computed(()=>{const{prefix:i}=e;return i||""});function n(i){return`${t.value}-${i.replace(new RegExp(`^${Ia.prefix}-`),"")}`}return{prefix:t,resolveClassName:n}}const gg=Fe(vw);function pg(e,t,n){return r.h(e.name,{key:t,...e.attributes,style:`${e.attributes.style} ${n||""}`},(e.elements||[]).map((i,s)=>pg(i,`${t}-${e.name}-${s}`)))}const Le=(e,t)=>{const{data:n,name:i,width:s,height:o,fill:u,...c}={...t.attrs,...e},d=`width: ${s}; height: ${o}; fill: ${u}`,f={display:"inline-flex","align-items":"center","justify-content":"center"};return r.createVNode("span",r.mergeProps({style:f},c),[pg(n,i,d)])};Le.inheritAttrs=!1;Le.displayName="bkIcon";const yw=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"}}]}'),_l=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:yw,name:"angleDoubleDownLine"}),null)};_l.displayName="angleDoubleDownLine";_l.inheritAttrs=!1;const bw=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"}}]}'),bf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:bw,name:"angleDoubleLeftLine"}),null)};bf.displayName="angleDoubleLeftLine";bf.inheritAttrs=!1;const Cw=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"}}]}'),Na=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Cw,name:"angleDoubleLeft"}),null)};Na.displayName="angleDoubleLeft";Na.inheritAttrs=!1;const ww=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"}}]}'),Cf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:ww,name:"angleDoubleRightLine"}),null)};Cf.displayName="angleDoubleRightLine";Cf.inheritAttrs=!1;const Mw=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"}}]}'),La=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Mw,name:"angleDoubleRight"}),null)};La.displayName="angleDoubleRight";La.inheritAttrs=!1;const Iw=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"}}]}'),Wl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Iw,name:"angleDoubleUpLine"}),null)};Wl.displayName="angleDoubleUpLine";Wl.inheritAttrs=!1;const Nw=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"}}]}'),Hl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Nw,name:"angleDownFill"}),null)};Hl.displayName="angleDownFill";Hl.inheritAttrs=!1;const Lw=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"}}]}'),wf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Lw,name:"angleDownLine"}),null)};wf.displayName="angleDownLine";wf.inheritAttrs=!1;const kw=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"}}]}'),Qs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:kw,name:"angleDown"}),null)};Qs.displayName="angleDown";Qs.inheritAttrs=!1;const Tw=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"}}]}'),ci=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Tw,name:"angleLeft"}),null)};ci.displayName="angleLeft";ci.inheritAttrs=!1;const xw=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"}}]}'),Pn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:xw,name:"angleRight"}),null)};Pn.displayName="angleRight";Pn.inheritAttrs=!1;const Sw=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"}}]}'),_s=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Sw,name:"angleUpFill"}),null)};_s.displayName="angleUpFill";_s.inheritAttrs=!1;const Dw=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"}}]}'),Ar=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Dw,name:"angleUp"}),null)};Ar.displayName="angleUp";Ar.inheritAttrs=!1;const jw=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"}}]}'),Bl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:jw,name:"archiveFill"}),null)};Bl.displayName="archiveFill";Bl.inheritAttrs=!1;const Ow=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"}}]}'),Fl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Ow,name:"arrowsLeft"}),null)};Fl.displayName="arrowsLeft";Fl.inheritAttrs=!1;const Ew=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"}}]}'),Gl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Ew,name:"arrowsRight"}),null)};Gl.displayName="arrowsRight";Gl.inheritAttrs=!1;const Aw=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"}}]}'),Zl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Aw,name:"audioFill"}),null)};Zl.displayName="audioFill";Zl.inheritAttrs=!1;const Pw=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"}}]}'),Mf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Pw,name:"bk"}),null)};Mf.displayName="bk";Mf.inheritAttrs=!1;const zw=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"}}]}'),Ws=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:zw,name:"circle"}),null)};Ws.displayName="circle";Ws.inheritAttrs=!1;const Vw=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"}}]}'),Hs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Vw,name:"closeLine"}),null)};Hs.displayName="closeLine";Hs.inheritAttrs=!1;const Jw=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"}}]}'),fn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Jw,name:"close"}),null)};fn.displayName="close";fn.inheritAttrs=!1;const Rw=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"}}]}'),If=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Rw,name:"code"}),null)};If.displayName="code";If.inheritAttrs=!1;const Qw=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"}}]}'),Yl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Qw,name:"cogShape"}),null)};Yl.displayName="cogShape";Yl.inheritAttrs=!1;const _w=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M496 216l-76.32 76.32 152.64 152.8H64v101.76H572.16l-152.48 152.8L496 776 775.52 496Zm362.4 0v560H960v-560Z"}}]}'),Ul=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:_w,name:"collapseLeft"}),null)};Ul.displayName="collapseLeft";Ul.inheritAttrs=!1;const Ww=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":"M893.3333344 96C912.4693344 96 928 111.53066656 928 130.66666656L928 754.6666656C928 773.8026656 912.4693344 789.3333344 893.3333344 789.3333344L789.3333344 789.3333344 789.3333344 893.3333344C789.3333344 912.4693344 773.8026656 928 754.6666656 928L130.66666656 928C111.53066656 928 96 912.4693344 96 893.3333344L96 269.33333344C96 250.19733344 111.53066656 234.66666656 130.66666656 234.66666656L234.66666656 234.66666656 234.66666656 130.66666656C234.66666656 111.53066656 250.19733344 96 269.33333344 96ZM720 304L165.33333344 304 165.33333344 858.6666656 720 858.6666656 720 304ZM625.454544 663.2727264L625.454544 738.9090912 247.27272736 738.9090912 247.27272736 663.2727264 625.454544 663.2727264ZM858.6666656 165.33333344L304 165.33333344 304 234.66666656 754.6666656 234.66666656C773.8026656 234.66666656 789.3333344 250.19733344 789.3333344 269.33333344L789.3333344 720 858.6666656 720 858.6666656 165.33333344ZM625.454544 549.8181824L625.454544 625.454544 247.27272736 625.454544 247.27272736 549.8181824 625.454544 549.8181824ZM625.454544 436.3636352L625.454544 512 247.27272736 512 247.27272736 436.3636352 625.454544 436.3636352Z"}}]}'),$l=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Ww,name:"copyShape"}),null)};$l.displayName="copyShape";$l.inheritAttrs=!1;const Hw=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"}}]}'),Nf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Hw,name:"copy"}),null)};Nf.displayName="copy";Nf.inheritAttrs=!1;const Bw=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"}}]}'),Lf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Bw,name:"dataShape"}),null)};Lf.displayName="dataShape";Lf.inheritAttrs=!1;const Fw=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"}}]}'),ka=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Fw,name:"del"}),null)};ka.displayName="del";ka.inheritAttrs=!1;const Gw=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"}}]}'),kf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Gw,name:"docFill"}),null)};kf.displayName="docFill";kf.inheritAttrs=!1;const Zw=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"}}]}'),rr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Zw,name:"done"}),null)};rr.displayName="done";rr.inheritAttrs=!1;const Yw=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"}}]}'),Bs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Yw,name:"downShape"}),null)};Bs.displayName="downShape";Bs.inheritAttrs=!1;const Uw=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"}}]}'),ks=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Uw,name:"downSmall"}),null)};ks.displayName="downSmall";ks.inheritAttrs=!1;const $w=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"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"}}]}'),Kl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:$w,name:"editLine"}),null)};Kl.displayName="editLine";Kl.inheritAttrs=!1;const Kw=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"}}]}'),Ts=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Kw,name:"ellipsis"}),null)};Ts.displayName="ellipsis";Ts.inheritAttrs=!1;const Xw=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":"M885.76 840.64l-148.96-149.12a344.16 344.16 0 1 0-45.28 45.28l149.12 148.96a32 32 0 1 0 45.12-45.12ZM472 752A280 280 0 1 1 752 472 280.32 280.32 0 0 1 472 752Z"}},{"type":"element","name":"path","attributes":{"d":"M576 448H496V368a32 32 0 0 0-64 0v80H352a32 32 0 0 0 0 64h80v80a32 32 0 0 0 64 0V512h80a32 32 0 0 0 0-64Z"}}]}'),Tf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:Xw,name:"enlargeLine"}),null)};Tf.displayName="enlargeLine";Tf.inheritAttrs=!1;const qw=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"}}]}'),un=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:qw,name:"error"}),null)};un.displayName="error";un.inheritAttrs=!1;const eM=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"}}]}'),xf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:eM,name:"excelFill"}),null)};xf.displayName="excelFill";xf.inheritAttrs=!1;const tM=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"}}]}'),Fs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:tM,name:"exclamationCircleShape"}),null)};Fs.displayName="exclamationCircleShape";Fs.inheritAttrs=!1;const nM=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"}}]}'),Xl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:nM,name:"eye"}),null)};Xl.displayName="eye";Xl.inheritAttrs=!1;const iM=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":"M128 384L192 384 192 192 384 192 384 128 128 128 128 384Z"}},{"type":"element","name":"path","attributes":{"d":"M640 128L640 192 832 192 832 384 896 384 896 128 640 128Z"}},{"type":"element","name":"path","attributes":{"d":"M192 640L128 640 128 896 384 896 384 832 192 832 192 640Z"}},{"type":"element","name":"path","attributes":{"d":"M832 832L640 832 640 896 896 896 896 640 832 640 832 832Z"}}]}'),Sf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:iM,name:"filliscreenLine"}),null)};Sf.displayName="filliscreenLine";Sf.inheritAttrs=!1;const rM=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":"M917.3054336 379.3934816L644.6573792 106.73362144C637.7657728 99.8360144 628.4074144 95.97271648 618.6572192 96.00014496 608.907024 95.9727168 599.5486656 99.83601472 592.6570624 106.73362144L414.3999776 285.12322784C400.878272 283.59955936 387.280576 282.8495008 373.6733312 282.8767168 290.62998816 282.75079488 210.03082048 310.9734656 145.20474176 362.8774656 137.06031008 369.4172128 132.08090848 379.1118912 131.50944128 389.5416192 130.93797408 399.9713472 134.82836032 410.1520608 142.20952352 417.5425632L343.2635456 618.6052896 104.89409664 856.7354464C101.9839264 859.6325248 100.18706144 863.4620736 99.81886624 867.5519776L96.07484352 908.7380128C95.61805984 913.6831328 97.26692416 918.5917248 100.61644608 922.258144 103.965968 925.9245632 108.70579808 928.009104 113.6717504 927.9997952 114.21255392 927.9997952 114.7533568 927.9997952 115.33576 927.8749568L156.52001024 924.1307712C160.61522176 923.7512992 164.44531456 921.9392928 167.3360768 919.0137184L405.6639264 680.6755552 606.7179456 881.7382784C613.609552 888.6358848 622.9679104 892.499184 632.7181056 892.4716096 643.863968 892.4975552 654.4145248 887.4440928 661.3806784 878.7429312 722.0359616 802.8571424 749.9831616 705.9433792 739.048352 609.4112352L917.3054336 431.1464352C931.5648544 416.8423648 931.5648544 393.697552 917.3054336 379.3934816ZM682.5968096 553.290064L655.5150432 580.4146048 659.6750688 618.4804832C666.2790656 677.3604736 654.5399008 736.8434208 626.062064 788.7992896L235.3940896 397.8647936C287.29906432 369.2916992 346.7919936 357.532144 405.6639264 364.2087328L443.7281568 368.4105408 470.8515232 341.3276032 618.7820192 193.39069952 830.6521088 405.2699584 682.5968096 553.3316672 682.5968096 553.290064Z"}}]}'),ql=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:rM,name:"fixLine"}),null)};ql.displayName="fixLine";ql.inheritAttrs=!1;const aM=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":"M618.6572192 96.00014496C628.4074144 95.97271648 637.7657728 99.83601536 644.6573792 106.73362368L917.3054336 379.3935424C931.5648544 393.697616 931.5648544 416.842432 917.3054336 431.1465056L739.048352 609.411344C749.9831616 705.9435072 722.0359616 802.8572896 661.3806784 878.7430976 654.4145248 887.4442592 643.863968 892.4977216 632.7181056 892.471776 622.9679104 892.4993504 613.609552 888.6360544 606.7179456 881.7384448L405.6639264 680.6756768 167.3360768 919.0138912C164.44531456 921.9394656 160.61522176 923.751472 156.52001024 924.1309472L115.33576 927.8751328C114.7533568 928.000144 114.21255392 928.000144 113.6717504 928.000144 108.70579808 928.00928 103.965968 925.9247392 100.61644608 922.2583168 97.26692416 918.5918976 95.61805984 913.6833056 96.07484352 908.7381824L99.81886624 867.5521408C100.18706144 863.4622368 101.9839264 859.6326848 104.89409664 856.7356064L343.2635456 618.6053984 142.20952352 417.5426336C134.82836032 410.152128 130.93797408 399.9714112 131.50944128 389.54168 132.08090848 379.111952 137.06031008 369.4172704 145.20474176 362.8775232 210.03082048 310.97351104 290.62998816 282.75083392 373.6733312 282.87675616 387.280576 282.84954016 400.878272 283.59959872 414.3999776 285.12326752L592.6570624 106.73362368C599.5486656 99.83601568 608.907024 95.9727168 618.6572192 96.00014496Z"}}]}'),ec=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:aM,name:"fixShape"}),null)};ec.displayName="fixShape";ec.inheritAttrs=!1;const sM=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"}}]}'),Df=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:sM,name:"folderOpen"}),null)};Df.displayName="folderOpen";Df.inheritAttrs=!1;const oM=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"}}]}'),tc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:oM,name:"folderShapeOpen"}),null)};tc.displayName="folderShapeOpen";tc.inheritAttrs=!1;const lM=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"}}]}'),jf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:lM,name:"folderShape"}),null)};jf.displayName="folderShape";jf.inheritAttrs=!1;const cM=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"}}]}'),nc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:cM,name:"folder"}),null)};nc.displayName="folder";nc.inheritAttrs=!1;const uM=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"}}]}'),ic=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:uM,name:"funnel"}),null)};ic.displayName="funnel";ic.inheritAttrs=!1;const dM=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"}}]}'),Of=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:dM,name:"helpDocumentFill"}),null)};Of.displayName="helpDocumentFill";Of.inheritAttrs=!1;const fM=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"}}]}'),Ef=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:fM,name:"helpFill"}),null)};Ef.displayName="helpFill";Ef.inheritAttrs=!1;const hM=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"}}]}'),Af=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:hM,name:"help"}),null)};Af.displayName="help";Af.inheritAttrs=!1;const gM=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"}}]}'),rc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:gM,name:"imageFill"}),null)};rc.displayName="imageFill";rc.inheritAttrs=!1;const pM=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":"M752 512A176 176 0 1 0 928 688 176 176 0 0 0 752 512Zm0 299.2a30.88 30.88 0 1 1 30.88-30.88A30.72 30.72 0 0 1 752 811.2Zm16.96-92.32a17.12 17.12 0 0 1-33.92 0s-13.76-118.72-13.76-123.2a30.88 30.88 0 1 1 61.6 0C782.88 600.16 768.96 718.88 768.96 718.88Z"}},{"type":"element","name":"path","attributes":{"d":"M800 176H480l-44.32 89.44-23.36 89.44-70.24 85.6 30.88-85.6-46.88-89.44L336 240h0v-0.96L359.52 176H160a96 96 0 0 0-96 96V752a96 96 0 0 0 96 96H573.44A238.88 238.88 0 0 1 512 688a243.2 243.2 0 0 1 8.16-61.44L356.8 519.84a46.72 46.72 0 0 0-70.72 2.56L128 656V272a32 32 0 0 1 32-32h118.4L272 283.36l70.08 71.52L327.36 480l108.32-107.36L530.4 240H800a32 32 0 0 1 32 32V461.92A241.92 241.92 0 0 1 896 496V272A96 96 0 0 0 800 176Z"}},{"type":"element","name":"path","attributes":{"d":"M720 400A80 80 0 0 1 640 480 80 80 0 0 1 560 400 80 80 0 0 1 720 400z"}}]}'),Pf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:pM,name:"imgError"}),null)};Pf.displayName="imgError";Pf.inheritAttrs=!1;const mM=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 176H160a96 96 0 0 0-96 96V752a96 96 0 0 0 96 96H864a96 96 0 0 0 96-96V272A96 96 0 0 0 864 176ZM128 272a32 32 0 0 1 32-32H864a32 32 0 0 1 32 32V688l-144-114.72a57.76 57.76 0 0 0-56.32 0L592 672 356.8 439.84a46.72 46.72 0 0 0-70.72 2.56L128 656Z"}},{"type":"element","name":"path","attributes":{"d":"M752 400A96 96 0 0 1 656 496 96 96 0 0 1 560 400 96 96 0 0 1 752 400z"}}]}'),zf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:mM,name:"imgPlacehoulder"}),null)};zf.displayName="imgPlacehoulder";zf.inheritAttrs=!1;const vM=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"}}]}'),ac=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:vM,name:"infoLine"}),null)};ac.displayName="infoLine";ac.inheritAttrs=!1;const yM=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"}}]}'),Gs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:yM,name:"info"}),null)};Gs.displayName="info";Gs.inheritAttrs=!1;const bM=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"}}]}'),Vf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:bM,name:"leftShape"}),null)};Vf.displayName="leftShape";Vf.inheritAttrs=!1;const CM=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":"M192 512a320 320 0 1 0 76.96-208H352v64H160V176h64v82.08A384 384 0 1 1 128 512Z"}}]}'),Jf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:CM,name:"leftTurnLine"}),null)};Jf.displayName="leftTurnLine";Jf.inheritAttrs=!1;const wM=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":"M886.56 841.28l-149.12-149.12a344.64 344.64 0 1 0-45.28 45.28l149.12 149.12A32 32 0 0 0 864 896a32 32 0 0 0 22.56-54.72ZM472.32 752A280.32 280.32 0 1 1 752 472.32 280.64 280.64 0 0 1 472.32 752Z"}},{"type":"element","name":"path","attributes":{"d":"M576 448H352a32 32 0 0 0 0 64H576a32 32 0 0 0 0-64Z"}}]}'),Rf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:wM,name:"narrowLine"}),null)};Rf.displayName="narrowLine";Rf.inheritAttrs=!1;const MM=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 176H128a64 64 0 0 0-64 64V784a64 64 0 0 0 64 64H896a64 64 0 0 0 64-64V240A64 64 0 0 0 896 176Zm0 608H128V240H896Z"}},{"type":"element","name":"path","attributes":{"d":"M327.84 649.28h52.64V373.28H337.76A97.12 97.12 0 0 1 304 417.28a150.56 150.56 0 0 1-44.8 25.6v48a182.56 182.56 0 0 0 68.16-40Z"}},{"type":"element","name":"path","attributes":{"d":"M480.64 450.24H533.28V502.88H480.64V450.24z"}},{"type":"element","name":"path","attributes":{"d":"M480.64 596.64H533.28V649.28H480.64V596.64z"}},{"type":"element","name":"path","attributes":{"d":"M669.28 649.28h52.64V373.28H679.2a97.12 97.12 0 0 1-33.28 44 150.56 150.56 0 0 1-44.8 25.6v48a182.56 182.56 0 0 0 68.16-40Z"}}]}'),Qf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:MM,name:"original"}),null)};Qf.displayName="original";Qf.inheritAttrs=!1;const IM=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"}}]}'),_f=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:IM,name:"pdfFill"}),null)};_f.displayName="pdfFill";_f.inheritAttrs=!1;const NM=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"}}]}'),Wf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:NM,name:"playShape"}),null)};Wf.displayName="playShape";Wf.inheritAttrs=!1;const LM=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"}}]}'),Zs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:LM,name:"plus"}),null)};Zs.displayName="plus";Zs.inheritAttrs=!1;const kM=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"}}]}'),Hf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:kM,name:"pptFill"}),null)};Hf.displayName="pptFill";Hf.inheritAttrs=!1;const TM=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"}}]}'),Bf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:TM,name:"qq"}),null)};Bf.displayName="qq";Bf.inheritAttrs=!1;const xM=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"}}]}'),Ys=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:xM,name:"rightShape"}),null)};Ys.displayName="rightShape";Ys.inheritAttrs=!1;const SM=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":"M832 512a320 320 0 1 1-76.96-208H672v64H864V176H800v82.08A384 384 0 1 0 896 512Z"}}]}'),sc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:SM,name:"rightTurnLine"}),null)};sc.displayName="rightTurnLine";sc.inheritAttrs=!1;const DM=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"}}]}'),Pr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:DM,name:"search"}),null)};Pr.displayName="search";Pr.inheritAttrs=!1;const jM=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"}}]}'),Ff=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:jM,name:"share"}),null)};Ff.displayName="share";Ff.inheritAttrs=!1;const OM=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"}}]}]}'),ja=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:OM,name:"spinner"}),null)};ja.displayName="spinner";ja.inheritAttrs=!1;const EM=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"}}]}'),Oa=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:EM,name:"success"}),null)};Oa.displayName="success";Oa.inheritAttrs=!1;const AM=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"}}]}'),oc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:AM,name:"switcherLoading"}),null)};oc.displayName="switcherLoading";oc.inheritAttrs=!1;const PM=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"}}]}'),lc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:PM,name:"textFile"}),null)};lc.displayName="textFile";lc.inheritAttrs=!1;const zM=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"}}]}'),da=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:zM,name:"textFill"}),null)};da.displayName="textFill";da.inheritAttrs=!1;const VM=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":"M832 448L618.6800000000001 224.00000000000003 617.0133344000001 368.9411776 192 368.94117760000006 192 448.00000000000006 832 448ZM832 576L192 576 405.34666560000005 800 407.01333439999996 655.0588224 832 655.0588224 832 576Z"}}]}'),cc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:VM,name:"transfer"}),null)};cc.displayName="transfer";cc.inheritAttrs=!1;const JM=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"}}]}'),uc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:JM,name:"treeApplicationShape"}),null)};uc.displayName="treeApplicationShape";uc.inheritAttrs=!1;const RM=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 896L320 896 320 704 128 704 128 640 384 640 384 896Z"}},{"type":"element","name":"path","attributes":{"d":"M896 640L896 704 704 704 704 896 640 896 640 640 896 640Z"}},{"type":"element","name":"path","attributes":{"d":"M320 128L384 128 384 384 128 384 128 320 320 320 320 128Z"}},{"type":"element","name":"path","attributes":{"d":"M704 320L896 320 896 384 640 384 640 128 704 128 704 320Z"}}]}'),Gf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:RM,name:"unfullScreen"}),null)};Gf.displayName="unfullScreen";Gf.inheritAttrs=!1;const QM=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"}}]}'),dc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:QM,name:"unvisible"}),null)};dc.displayName="unvisible";dc.inheritAttrs=!1;const _M=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"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"}}]}'),Zf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:_M,name:"upShape"}),null)};Zf.displayName="upShape";Zf.inheritAttrs=!1;const WM=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"}}]}'),xs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:WM,name:"upload"}),null)};xs.displayName="upload";xs.inheritAttrs=!1;const HM=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"}}]}'),fc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:HM,name:"videoFill"}),null)};fc.displayName="videoFill";fc.inheritAttrs=!1;const BM=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"}}]}'),Ea=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:BM,name:"warn"}),null)};Ea.displayName="warn";Ea.inheritAttrs=!1;const FM=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":"M938.7497408 751.2461728C920.8062784 754.82336 903.6971584 761.7483104 888.3171424 771.6588704 873.2444672 787.4767936 854.2148288 798.974768 833.2014368 804.9605504 836.0031424 786.1484224 845.3295104 768.9776576 859.4186848 756.288864 871.2167136 738.281152 879.7148672 718.3169824 884.5154368 697.3306592 884.4496448 667.4985536 908.5720768 643.2573504 938.404144 643.1764192 968.2362112 643.0958944 992.489488 667.2061888 992.5854336 697.0382144 992.6808128 726.8702368 968.5826592 751.1355776 938.750688 751.2461728L938.7497408 751.2461728ZM839.887392 621.8411552C821.9636704 609.9596288 802.0664544 601.3664832 781.1284256 596.4645152 751.2856864 596.4645152 727.0933632 572.2721952 727.0933632 542.429456 727.0933632 512.5867168 751.2856864 488.3943936 781.1284256 488.3943936 810.9711648 488.3943936 835.1634848 512.5867168 835.1634848 542.429456 838.6847584 560.4011296 845.5262144 577.5586592 855.3370944 593.0223936 871.0537888 608.2166208 882.4379744 627.3243168 888.3180928 648.3790848 869.6373984 645.3981472 852.5734656 636.017312 840.046784 621.8421056L839.8475424 621.8421056 839.887392 621.8411552ZM750.8684864 431.3972864C734.5781792 294.94863136 593.2860736 188.03885088 422.3355456 188.03885088 240.21615008 188.03885088 92.03979968 309.2379936 92.03979936 458.2948 94.95593632 541.9888 139.14855232 618.8011392 210.0368576 663.38856 221.5372432 671.8631712 233.5698912 679.5906336 246.06054752 686.5232672L231.41160288 745.0013984C236.6943312 747.4833696 241.81766656 750.1247328 247.220888 752.4065152L321.18952 715.4226752C331.9959616 718.2243776 343.3640736 720.025136 354.650592 721.9463872 361.85552 723.2272224 369.060448 724.547904 376.4655648 725.4283584 422.593232 731.2438688 469.3960992 728.5578336 514.5555872 717.5033184 515.9529792 737.516592 519.6048064 757.3082016 525.4417248 776.50232 491.6425696 784.4255424 457.0499232 788.4674784 422.3345984 788.5497504 391.1907104 788.3740096 360.1499136 784.9532608 329.7151296 778.3429248L195.50556 845.347616C185.07039904 850.6853344 172.46917184 849.3674432 163.36421984 841.9861376 154.22346368 834.663392 150.17630784 822.6930592 152.99800448 811.3258208L177.01316512 714.622864C89.00876864 658.6573248 34.6398832 562.5538336 32 458.2948 32 275.85661632 206.75317888 128 422.3345984 128 627.0270304 128 794.6568768 261.44676096 810.9870336 431.077552 801.5855328 429.6306336 792.1123872 428.6953568 782.6094496 428.2758464 772.0022464 428.6762272 761.3950432 429.6762272 750.8675392 431.35744L750.8684864 431.3972864ZM626.1873728 644.4559392C644.1598464 640.8534752 661.250912 633.9692288 676.6209184 624.0432416 691.71416 608.248368 710.757408 596.778 731.7764736 590.8212576 728.9118528 609.5693568 719.631904 626.7430496 705.5193792 639.413248 693.7119872 657.4246176 685.2262272 677.4378848 680.4235744 698.4113024 680.4673568 728.2381472 656.3353184 752.4593408 626.5085184 752.5256864 596.6817152 752.59176 572.442384 728.4779392 572.353504 698.6511968 572.2651136 668.8244512 596.360704 644.5669952 626.1873728 644.4559392L626.1873728 644.4559392ZM723.5307488 774.460576C741.3827264 786.4283072 761.2356512 795.0744128 782.1293728 800.0772544 803.9845152 800.0772544 823.6876576 813.2424736 832.0512608 833.4339936 840.4148608 853.6255104 835.7918496 876.8669536 820.3379296 892.3208736 804.8840128 907.7747904 781.6425696 912.3978016 761.4510496 904.0342016 741.2595328 895.6706016 728.0943136 875.967456 728.0943136 854.1123136 724.6504032 836.118624 717.8619424 818.9305632 708.0810464 803.43968 692.4234336 788.1759744 681.1209152 769.0118048 675.339136 747.9235968 694.0371744 751.0004768 711.0783168 760.4976768 723.5307488 774.7812608L723.5307488 774.460576Z"}}]}'),hc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:FM,name:"weixinPro"}),null)};hc.displayName="weixinPro";hc.inheritAttrs=!1;const GM=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"}}]}'),Yf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Le,r.mergeProps(n,{data:GM,name:"weixin"}),null)};Yf.displayName="weixin";Yf.inheritAttrs=!1;const ZM=Object.freeze(Object.defineProperty({__proto__:null,AngleDoubleDownLine:_l,AngleDoubleLeft:Na,AngleDoubleLeftLine:bf,AngleDoubleRight:La,AngleDoubleRightLine:Cf,AngleDoubleUpLine:Wl,AngleDown:Qs,AngleDownFill:Hl,AngleDownLine:wf,AngleLeft:ci,AngleRight:Pn,AngleUp:Ar,AngleUpFill:_s,ArchiveFill:Bl,ArrowsLeft:Fl,ArrowsRight:Gl,AudioFill:Zl,Bk:Mf,Circle:Ws,Close:fn,CloseLine:Hs,Code:If,CogShape:Yl,CollapseLeft:Ul,Copy:Nf,CopyShape:$l,DataShape:Lf,Del:ka,DocFill:kf,Done:rr,DownShape:Bs,DownSmall:ks,EditLine:Kl,Ellipsis:Ts,EnlargeLine:Tf,Error:un,ExcelFill:xf,ExclamationCircleShape:Fs,Eye:Xl,FilliscreenLine:Sf,FixLine:ql,FixShape:ec,Folder:nc,FolderOpen:Df,FolderShape:jf,FolderShapeOpen:tc,Funnel:ic,Help:Af,HelpDocumentFill:Of,HelpFill:Ef,ImageFill:rc,ImgError:Pf,ImgPlacehoulder:zf,Info:Gs,InfoLine:ac,LeftShape:Vf,LeftTurnLine:Jf,NarrowLine:Rf,Original:Qf,PdfFill:_f,PlayShape:Wf,Plus:Zs,PptFill:Hf,Qq:Bf,RightShape:Ys,RightTurnLine:sc,Search:Pr,Share:Ff,Spinner:ja,Success:Oa,SwitcherLoading:oc,TextFile:lc,TextFill:da,Transfer:cc,TreeApplicationShape:uc,UnfullScreen:Gf,Unvisible:dc,UpShape:Zf,Upload:xs,VideoFill:fc,Warn:Ea,Weixin:Yf,WeixinPro:hc},Symbol.toStringTag,{value:"Module"})),YM=r.defineComponent({name:"Alert",props:{theme:Jl().def(ug.INFO),size:p.string,title:p.string,closable:p.bool.def(!1),closeText:p.string,showIcon:p.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,s;if(!this.state.visible)return null;const e=!!this.closeText,t=Pe({"bk-alert-close":!0,"close-text":e,"bk-alert-close-icon":!e}),n=Pe({"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(ac,{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"},[(s=(i=this.$slots).default)==null?void 0:s.call(i)])]),this.closable&&r.createVNode("span",{class:t,onClick:this.handleClose},[this.closeText?this.closeText:r.createVNode(Hs,null,null)])])])}}),mg=Fe(YM),UM=r.defineComponent({name:"AnimateNumber",props:{value:p.number.def(0),digits:p.number.def(0)},setup(e){let t=-1;const n=r.ref(0),i=r.computed(()=>Number(n.value).toFixed(e.digits)),s=(o,u)=>{if(Number.isNaN(+u))return 0;const c=Math.abs(u-o),d=u-o>0?1:-1,f=Math.ceil(c/30*10**e.digits)/10**e.digits,m=25/Math.ceil(c/f);let v=1;const y=()=>{if(v<m){t=requestAnimationFrame(y),v=v+1;return}n.value+=f*d,(d===1?n.value<u:n.value>u)?(t=requestAnimationFrame(y),v=1):n.value=u};y()};return r.watch(()=>e.value,(o,u)=>{s(u,o)}),r.onMounted(()=>{s(0,e.value)}),r.onBeforeUnmount(()=>{cancelAnimationFrame(t)}),()=>r.createVNode("span",null,[i.value])}}),vg=Fe(UM),Go=(()=>document.addEventListener?(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&n&&e.attachEvent(`on${t}`,n)})(),$u=(()=>document.removeEventListener?(e,t,n)=>{e&&t&&e.removeEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&e.detachEvent(`on${t}`,n)})(),$M=r.defineComponent({name:"Affix",props:{offsetTop:p.number.def(0),offsetBottom:p.number,target:p.string.def(""),zIndex:p.number.def(1e3)},emits:["change"],setup(e,{emit:t,slots:n}){const i=r.ref(null),s=r.ref(null),o=r.ref(),u=r.ref({}),{proxy:c}=r.getCurrentInstance(),d=r.ref(0),f=r.computed(()=>({...u.value,"z-index":e.zIndex}));r.onMounted(()=>{d.value=c.$el.offsetWidth,o.value=e.target?document.querySelector(e.target):window,Go(o.value,"scroll",b),Go(o.value,"resize",b),r.nextTick(()=>{k()})});const g=r.ref(!1),m=r.computed(()=>Pe({"bk-affix":g.value})),v=r.computed(()=>e.offsetBottom>=0?"bottom":"top"),y=()=>{v.value==="top"?u.value={top:`${o.value.getBoundingClientRect().top+e.offsetTop}px`}:u.value={bottom:`${window.innerHeight-o.value.getBoundingClientRect().bottom+e.offsetBottom}px`}},b=rt.throttle(()=>{k()},100),I=L=>{const x=L.value.getBoundingClientRect(),C=o.value===window?{top:0,left:0}:o.value.getBoundingClientRect(),N=o.value.clientTop||0,M=o.value.clientLeft||0;return{top:x.top-C.top-N,left:x.left-C.left-M}},k=()=>{const L=o.value===window?{top:0,left:0,bottom:window.innerHeight}:o.value.getBoundingClientRect(),x=I(s),C=o.value===window?o.value.innerHeight:o.value.clientHeight,N=i.value.offsetHeight;x.top<e.offsetTop&&v.value==="top"&&!g.value?(g.value=!0,u.value={position:"fixed",top:`${L.top+e.offsetTop}px`,left:`${L.left+x.left}px`,width:`${d.value}px`},o.value!==window&&Go(window,"scroll",y),t("change",!0)):x.top>e.offsetTop&&v.value==="top"&&g.value&&(g.value=!1,u.value=null,t("change",!1)),x.top+e.offsetBottom+N>C&&v.value==="bottom"&&!g.value?(g.value=!0,u.value={bottom:`${window.innerHeight-L.bottom+e.offsetBottom}px`,left:`${L.left+x.left}px`,width:`${d.value}px`},o.value!==window&&Go(window,"scroll",y),t("change",!0)):x.top+e.offsetBottom+N<C&&v.value==="bottom"&&g.value&&(g.value=!1,u.value=null,t("change",!1))};return r.onBeforeUnmount(()=>{$u(o.value,"scroll",b),$u(o.value,"resize",b),$u(window,"scroll",y)}),()=>{var L;return r.createVNode("div",{ref:s},[r.createVNode("div",{ref:i,class:m.value,style:f.value},[(L=n.default)==null?void 0:L.call(n)])])}}}),yg=Fe($M),KM=r.defineComponent({name:"Backtop",props:{visibilityHeight:p.number.def(200),target:p.string.def(""),right:p.number.def(40),bottom:p.number.def(40),extCls:p.string.def("")},setup(e,{slots:t}){const n=r.ref(null),i=r.ref(null),s=r.ref(!1),o=r.ref(oi.getModalNextIndex()),u=`${e.bottom}px`,c=`${e.right}px`,d=rt.throttle(()=>{s.value=i.value.scrollTop>=e.visibilityHeight},30),f=()=>{i.value.scrollTo({top:0,behavior:"smooth"})};return r.watch(()=>s,()=>{o.value=oi.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",d)}),r.onBeforeUnmount(()=>{n.value.removeEventListener("scroll",d)}),()=>r.createVNode(r.Transition,{name:"bk-fade"},{default:()=>{var g;return[s.value?r.createVNode("div",{class:`bk-backtop ${e.extCls}`,style:{right:c,bottom:u,zIndex:o.value},onClick:f},[((g=t.default)==null?void 0:g.call(t))??r.createVNode(Ar,{class:"bk-backtop-icon"},null)]):""]}})}}),bg=Fe(KM),XM=r.defineComponent({name:"Badge",props:{theme:p.string.def("primary"),count:p.oneOfType([String,Number]).def(1),position:p.string.def("top-right"),radius:p.string,valLength:p.number.def(3),overflowCount:p.number.def(99),dot:p.bool.def(!1),visible:p.bool.def(!1),extCls:p.string},emits:["hover","leave"],setup(e,{emit:t}){const n=r.computed(()=>{if(typeof e.count=="string"){let u=e.count;u+="";const c=[];let d=0;return u.split("").forEach(f=>{d<Number(e.valLength)&&(d+=/[\u4e00-\u9fa5]/.test(f)?2:1,c.push(f))}),c.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,s,o,u;const e=Pe({"bk-badge-main":!0},this.$props.extCls),t=Pe({[`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},[((s=(i=this.$slots).default)==null?void 0:s.call(i))??"",this.$props.visible?"":r.createVNode("span",{class:t,style:this.radiusStyle,onMouseenter:this.handleHover,onMouseleave:this.handleLeave},[((u=(o=this.$slots).icon)==null?void 0:u.call(o))??n])])}}),Cg=Fe(XM),qM=r.defineComponent({name:"Breadcrumb",props:{extCls:p.string,separator:p.string.def("/"),separatorClass:p.string,replace:p.bool,backRouter:p.oneOfType([p.string,p.object]).def("")},setup(e,{slots:t}){const{proxy:n,appContext:i}=r.getCurrentInstance();r.provide("breadcrumb",e),r.onMounted(()=>{const u=n.$el.querySelectorAll(".bk-breadcrumb-item");u.length&&u[u.length-1].setAttribute("aria-current","page")});const s=Pe({"bk-breadcrumb":!0},`${e.extCls||""}`),o=()=>{const{backRouter:u,replace:c}=e,{$router:d}=i.config.globalProperties;d&&(c?d.replace(u):d.push(u))};return()=>{var u;return r.createVNode("div",{class:s,"aria-label":"Breadcrumb",role:"navigation"},[!t.prefix&&e.backRouter?r.createVNode("div",{class:"bk-breadcrumb-goback"},[r.createVNode(Fl,{onClick:o},null)]):"",t.prefix?r.createVNode("div",{class:"bk-breadcrumb-goback"},[t.prefix()]):"",(u=t.default)==null?void 0:u.call(t)])}}}),eI=r.defineComponent({name:"BreadcrumbItem",props:{extCls:p.string,to:p.oneOfType([p.string,p.object]).def(""),replace:p.bool},emits:["click"],setup(e,{emit:t,slots:n}){const{appContext:i}=r.getCurrentInstance(),s=r.inject("breadcrumb"),o=i.config.globalProperties.$router,u=f=>{t("click",f);const{to:g,replace:m}=e;!g||!o||(m?o.replace(g):o.push(g))},c=Pe({"bk-breadcrumb-item":!0},`${e.extCls||""}`),d=()=>n.separator?n.separator():s.separatorClass?r.createVNode("i",{class:`bk-breadcrumb-separator ${s.separatorClass}`},null):s.separator?r.createVNode("span",{class:"bk-breadcrumb-separator",role:"presentation"},[s==null?void 0:s.separator]):null;return()=>{var f;return r.createVNode("span",{class:c},[r.createVNode("span",{ref:"link",class:`bk-breadcrumb-item-inner ${e.to?"is-link":""}`,role:"link",onClick:u},[(f=n.default)==null?void 0:f.call(n)]),d()])}}}),wg=dn(qM,{Item:eI});let Ss;(function(e){e.Default="default",e.Spin="spin"})(Ss||(Ss={}));let ki;(function(e){e.Normal="",e.Mini="mini",e.Small="small",e.Large="large"})(ki||(ki={}));let yd;function tI(e){yd=typeof e=="function"?e:()=>r.createVNode(e,null,null)}const nI={indicator:{type:Function},loading:p.bool.def(!0),inline:p.bool.def(!0),theme:{type:String},title:p.string.def(""),size:{type:String,default:ki.Normal},mode:{type:String,default:"default"},opacity:p.number.def(.9),color:p.string.def("white"),zIndex:p.number.def(1),isDirective:p.bool.def(!1)},Mg=r.defineComponent({name:"Loading",props:nI,setup(e,t){const n=r.createVNode("div",{class:"bk-normal-indicator"},[[1,2,3,4].map(g=>r.createVNode("span",{class:`dot dot-${g}`},null))]),i=r.createVNode("div",{class:"bk-spin-indicator"},[[1,2,3,4,5,6,7,8].map(g=>r.createVNode("span",{class:`oval oval-${g}`},null))]),s=r.computed(()=>({zIndex:e.zIndex})),o=r.computed(()=>({opacity:e.opacity,backgroundColor:e.color,...s.value})),u=r.computed(()=>Pe({"bk-loading-wrapper":e.loading,"bk-nested-loading":!!t.slots.default,"bk-directive-loading":e.isDirective})),c=r.computed(()=>Pe({[`bk-loading-size-${e.size}`]:!!e.size,[`bk-loading-${e.theme}`]:!!e.theme},"bk-loading-indicator")),d=r.computed(()=>!!e.title),f=r.computed(()=>{const g=e.mode===Ss.Spin;return typeof e.indicator=="function"?r.createVNode(e.indicator,null,null):typeof yd=="function"?r.createVNode(yd,null,null):g?i:n});return()=>{var g,m;return r.createVNode("div",{class:u.value},[(m=(g=t.slots).default)==null?void 0:m.call(g),e.loading&&[(t.slots.default||e.isDirective)&&r.createVNode("div",{class:"bk-loading-mask",style:o.value},null),r.createVNode("div",{class:c.value,style:s.value},[f.value,d.value&&r.createVNode("div",{class:"bk-loading-title"},[e.title])])]])}}}),nl=Symbol("vBkLoading"),iI=(e,t)=>{const n=u=>{var c;return((c=t.value)==null?void 0:c[u])??void 0},i=r.reactive({indicator:n("indicator"),loading:n("loading")??!1,inline:n("inline")??!1,theme:n("theme"),title:n("title")??"",size:n("size")??"",mode:n("mode"),opacity:n("opacity"),color:n("color")??"white",zIndex:n("zIndex"),isDirective:!0}),s=document.createElement("div");Object.assign(s.style,{position:"absolute",left:0,right:0,top:0,bottom:0}),Object.assign(e.style,{position:"relative"});const o=r.createApp({render:()=>r.h(Mg,i)});e[nl]={options:i,instance:o,vm:o.mount(s)},e.appendChild(s)},rI=(e,t)=>{Object.keys(e).forEach(n=>{e[n]!==t[n]&&(t[n]=e[n])})},aI={mounted(e,t){t.value&&iI(e,t)},updated(e,t){var s,o,u;const n=e[nl],{value:i}=t;rI(i,n.options),(u=(o=(s=n==null?void 0:n.vm)==null?void 0:s.$el)==null?void 0:o.parentNode)!=null&&u.style&&(n.vm.$el.parentNode.style.display=i.loading?"":"none")},unmounted(e){var n,i,s;const t=e[nl];e==null||e.removeChild((i=(n=t==null?void 0:t.vm)==null?void 0:n.$el)==null?void 0:i.parentNode),(s=t==null?void 0:t.instance)==null||s.unmount(),e[nl]=null}},qi=dn(Mg,{setDefaultIndicator:tI,BkLoadingMode:Ss,BkLoadingSize:ki},!0,{name:"loading",directive:aI}),Ig=["","small","large"],sI={theme:p.theme(),hoverTheme:p.theme(),size:{type:String,default:Ig[0]},title:p.string,icon:p.string,iconRight:p.string,disabled:p.bool,loading:p.bool,loadingMode:{type:String,default:"default"},outline:p.bool,text:p.bool,selected:p.bool,nativeType:{type:String,default:"button"}},oI=r.defineComponent({name:"Button",props:sI,emits:["click","mouseover"],setup(e,{slots:t,emit:n}){const i=r.ref(!1),s=t.default??!1,o="bk-button",u=r.computed(()=>e.text&&!e.hoverTheme),c=r.computed(()=>{const y=e.hoverTheme?`${o}-hover-${e.hoverTheme}`:"",b=e.theme?`${o}-${e.theme}`:"",I=e.hoverTheme?"":b;return Pe({"is-disabled":e.disabled,"is-outline":e.outline,"is-text":u.value,"is-loading":e.loading,"is-selected":e.selected,[`${o}-${e.size}`]:e.size&&Ig.includes(e.size),"no-slot":!s},`${I} ${o} ${y}`)}),d=r.computed(()=>e.text||e.outline||e.hoverTheme?i.value&&!e.text?"white":e.text&&e.disabled?void 0:e.hoverTheme||e.theme:e.theme?"white":void 0),f=r.computed(()=>u.value||e.size===ki.Small?ki.Mini:ki.Small),g=y=>{e.loading||n("click",y)},m=y=>{i.value=!0,n("mouseover",y)},v=()=>{i.value=!1};return()=>{var y;return r.createVNode("button",{title:e.title,disabled:e.disabled,class:c.value,type:e.nativeType,onClick:g,onMouseover:m,onMouseleave:v},[e.loading&&r.createVNode(qi,r.mergeProps({loading:!0,class:`${o}-loading`,mode:e.loadingMode,size:f.value},d.value?{theme:d.value}:{}),null),t.default&&r.createVNode("span",{class:`${o}-text`},[(y=t.default)==null?void 0:y.call(t)])])}}}),lI=r.defineComponent({name:"ButtonGroup",props:{size:p.size()},setup(e,t){const n=r.computed(()=>Pe({[`bk-button-group-${e.size}`]:!!e.size},"bk-button-group"));return()=>{var i,s;return r.createVNode("div",{class:n.value},[(s=(i=t.slots).default)==null?void 0:s.call(i)])}}}),Et=dn(oI,{ButtonGroup:lI}),vs=r.defineComponent({name:"CollapseTransition",setup(e,{slots:t}){return{on:{onBeforeEnter(i){i.dataset||(i.dataset={}),i.dataset.oldPaddingTop=i.style.paddingTop,i.dataset.oldPaddingBottom=i.style.paddingBottom,i.style.maxHeight="0",i.style.paddingTop="0",i.style.paddingBottom="0"},onEnter(i){i.dataset.oldOverflow=i.style.overflow,i.scrollHeight!==0?(i.style.maxHeight=`${i.scrollHeight}px`,i.style.paddingTop=i.dataset.oldPaddingTop,i.style.paddingBottom=i.dataset.oldPaddingBottom):(i.style.maxHeight="0",i.style.paddingTop=i.dataset.oldPaddingTop,i.style.paddingBottom=i.dataset.oldPaddingBottom),i.style.overflow="hidden"},onAfterEnter(i){i.style.maxHeight="",i.style.overflow=i.dataset.oldOverflow},onBeforeLeave(i){i.dataset||(i.dataset={}),i.dataset.oldPaddingTop=i.style.paddingTop,i.dataset.oldPaddingBottom=i.style.paddingBottom,i.dataset.oldOverflow=i.style.overflow,i.style.maxHeight=`${i.scrollHeight}px`,i.style.overflow="hidden"},onLeave(i){i.scrollHeight!==0&&(i.style.maxHeight="0",i.style.paddingTop="0",i.style.paddingBottom="0")},onAfterLeave(i){i.style.maxHeight="",i.style.overflow=i.dataset.oldOverflow,i.style.paddingTop=i.dataset.oldPaddingTop,i.style.paddingBottom=i.dataset.oldPaddingBottom}},slots:t}},render(){const e=U("collapse-transition");return r.createVNode(r.Transition,r.mergeProps({name:e},this.on),{default:()=>[this.slots.default?this.slots.default():null]})}});vs.install=e=>{e.component(vs.name,vs)};const cI={type:p.string.def("text"),clearable:p.bool,disabled:p.bool,readonly:p.bool,placeholder:p.string.def(""),prefixIcon:p.string,suffixIcon:p.string,suffix:p.string,prefix:p.string,step:p.integer,max:p.integer,min:p.integer,maxlength:p.integer,behavior:dg(),showWordLimit:p.bool,showControl:p.bool.def(!0),showClearOnlyHover:p.bool.def(!0),precision:p.number.def(0).validate(e=>e>=0&&e<20),modelValue:p.oneOfType([p.string,p.number]),size:p.size(),rows:p.number,selectReadonly:p.bool.def(!1),withValidate:p.bool.def(!0)};let Ue;(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"})(Ue||(Ue={}));function Fi(e,t){return!0}function Ku(e){return e}const uI={[Ue.UPDATE]:Fi,[Ue.FOCUS]:e=>e,[Ue.BLUR]:e=>e,[Ue.CHANGE]:Fi,[Ue.CLEAR]:()=>!0,[Ue.INPUT]:Fi,[Ue.KEYPRESS]:Fi,[Ue.KEYDOWN]:Fi,[Ue.KEYUP]:Fi,[Ue.ENTER]:Fi,[Ue.PASTE]:Fi,[Ue.COMPOSITIONSTART]:Ku,[Ue.COMPOSITIONUPDATE]:Ku,[Ue.COMPOSITIONEND]:Ku},dI=r.defineComponent({name:"Input",inheritAttrs:!1,props:cI,emits:uI,setup(e,t){const n=Zn(),i=ft("input"),s=r.ref(!1),o=r.ref(!1),u=r.computed(()=>e.type==="textarea"),c=r.computed(()=>u.value?U("textarea"):U("input")),{class:d,style:f,...g}=t.attrs,m=r.ref(),v=r.computed(()=>Pe({[`${c.value}--${e.size}`]:!!e.size,"is-focused":s.value,"is-readonly":e.readonly&&!e.selectReadonly,"is-disabled":e.disabled,"is-simplicity":e.behavior==="simplicity",[`${d}`]:!!d},c.value)),y={search:()=>r.createVNode(Pr,null,null),password:()=>r.createVNode(Xl,{onClick:Z},null)},b=X("suffix-icon"),I=r.computed(()=>{const F=y[e.type];return x.value?r.createVNode(dc,{onClick:Z,class:b},null):F?r.createVNode(F,{class:b},null):null}),k=r.computed(()=>e.type==="number"),L=r.computed(()=>Math.floor(e.maxlength)),x=r.ref(!1),C=r.computed(()=>Pe({"show-clear-only-hover":e.showClearOnlyHover,[`${c.value}--clear-icon`]:!0},b)),N=r.computed(()=>Pe({"is-disabled":e.disabled||e.modelValue>=e.max})),M=r.computed(()=>Pe({"is-disabled":e.disabled||e.modelValue<=e.min}));r.watch(()=>e.modelValue,()=>{var F;e.withValidate&&((F=n==null?void 0:n.validate)==null||F.call(n,"change"))}),t.expose({focus(){m.value.focus()},clear:T});function T(){if(e.disabled)return;const F=k.value?e.min:"";t.emit(Ue.UPDATE,F),t.emit(Ue.CHANGE,F),t.emit(Ue.CLEAR)}function j(F){s.value=!0,t.emit(Ue.FOCUS,F)}function S(F){var ie;s.value=!1,t.emit(Ue.BLUR,F),e.withValidate&&((ie=n==null?void 0:n.validate)==null||ie.call(n,"blur"))}function P(F){return ie=>{if(ie.stopPropagation(),F===Ue.KEYDOWN&&(ie.code==="Enter"||ie.key==="Enter"||ie.keyCode===13)&&t.emit(Ue.ENTER,ie.target.value,ie),!(o.value&&[Ue.INPUT,Ue.CHANGE].some(he=>F===he))){if(F===Ue.INPUT)t.emit(Ue.UPDATE,ie.target.value);else if(F===Ue.CHANGE&&k.value){const he=de(0);if(he>e.max||he<e.min){const le=he>e.max?e.max:e.min;t.emit(Ue.UPDATE,le,ie),t.emit(F,le,ie)}else t.emit(Ue.UPDATE,he),t.emit(Ue.CHANGE,he);return}t.emit(F,ie.target.value,ie)}}}const[W,z,R,Q,$,oe]=[Ue.KEYUP,Ue.KEYDOWN,Ue.KEYPRESS,Ue.PASTE,Ue.CHANGE,Ue.INPUT].map(P);function me(){o.value=!0}function be(F){o.value=!1,oe(F)}function de(F,ie=!0){const he=parseInt(String(F),10),le=Number.isInteger(e.precision)?e.precision:0,K=parseFloat((e.modelValue??0).toString()),J=Number.isInteger(he)?he:1;let H=K+(ie?J:-1*J);return Number.isInteger(e.max)&&(H=Math.min(H,e.max)),Number.isInteger(e.min)&&(H=Math.max(H,e.min)),+H.toFixed(le)}function ue(){if(e.disabled)return;const F=de(e.step);t.emit(Ue.UPDATE,F),t.emit(Ue.CHANGE,F)}function ee(){if(e.disabled)return;const F=de(e.step,!1);t.emit(Ue.UPDATE,F),t.emit(Ue.CHANGE,F)}function X(F){return`${c.value}--${F}`}function Z(){x.value=!x.value}const B=r.computed(()=>({...typeof e.modelValue>"u"||e.modelValue===null?{}:{value:e.modelValue},maxlength:e.maxlength,placeholder:e.placeholder||i.value.placeholder,readonly:e.readonly,disabled:e.disabled})),G={onInput:oe,onFocus:j,onBlur:S,onPaste:Q,onChange:$,onKeypress:R,onKeydown:z,onKeyup:W,onCompositionstart:me,onCompositionend:be};return()=>{var F,ie,he,le;return r.createVNode("div",{class:v.value,style:f},[((ie=(F=t.slots)==null?void 0:F.prefix)==null?void 0:ie.call(F))??(e.prefix&&r.createVNode("div",{class:X("prefix-area")},[r.createVNode("span",{class:X("prefix-area--text")},[e.prefix])])),u.value?r.createVNode("textarea",r.mergeProps({ref:m,spellcheck:!1},g,G,B.value,{rows:e.rows}),null):r.createVNode("input",r.mergeProps({spellcheck:!1},g,{ref:m,class:`${c.value}--text`,type:x.value&&e.type==="password"?"text":e.type,step:e.step,max:e.max,min:e.min},G,B.value),null),!u.value&&e.clearable&&!!e.modelValue&&r.createVNode("span",{class:C.value,onClick:T},[r.createVNode(fn,null,null)]),I.value,typeof e.maxlength=="number"&&(e.showWordLimit||u.value)&&r.createVNode("p",{class:X("max-length")},[(e.modelValue??"").toString().length,r.createTextVNode("/"),r.createVNode("span",null,[L.value])]),k.value&&e.showControl&&r.createVNode("div",{class:X("number-control")},[r.createVNode(ks,{class:N.value,onClick:ue},null),r.createVNode(ks,{class:M.value,onClick:ee},null)]),((le=(he=t.slots)==null?void 0:he.suffix)==null?void 0:le.call(he))??(e.suffix&&r.createVNode("div",{class:X("suffix-area")},[r.createVNode("span",{class:X("suffix-area--text")},[e.suffix])]))])}}}),jr=Fe(dI),fI=r.defineComponent({name:"Card",props:{title:p.string,showHeader:p.bool.def(!0),showFooter:p.bool.def(!1),collapseStatus:p.bool.def(!0),border:p.bool.def(!0),disableHeaderStyle:p.bool.def(!1),position:p.string.def("left"),isEdit:p.bool.def(!1),isCollapse:p.bool.def(!1)},emits:["update:collapseStatus","edit"],setup(e,{emit:t}){const n=r.ref(!0),i=r.ref(!1),s=r.ref(""),o=()=>{e.isCollapse&&(n.value=!n.value,t("update:collapseStatus",n.value))},u=()=>{i.value=!i.value},c=()=>{i.value=!i.value,t("edit",s)};return r.watch(()=>e.collapseStatus,d=>{e.isCollapse&&(n.value=d)},{immediate:!0}),r.watch(()=>e.title,d=>{s.value=d},{immediate:!0}),{collapseActive:n,showInput:i,renderTitle:s,handleCollapse:o,saveEdit:c,clickEdit:u}},render(){var o,u,c,d;const e="bk-card",t=Pe({[`${e}`]:!0,[`${e}-border-none`]:!this.$props.border},""),n=Pe({[`${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(jr,{class:`${e}-input`,modelValue:this.renderTitle,"onUpdate:modelValue":f=>this.renderTitle=f,onBlur:this.saveEdit},null):this.renderTitle]),s=r.createVNode("span",{class:`${e}-icon`,onClick:this.handleCollapse},[this.collapseActive?r.createVNode(Qs,null,null):r.createVNode(Pn,null,null)]);return r.createVNode("div",{class:t},[this.$props.showHeader?r.createVNode("div",{class:n},[this.$props.isCollapse&&(((u=(o=this.$slots).icon)==null?void 0:u.call(o))??s),((d=(c=this.$slots).header)==null?void 0:d.call(c))??i,this.$props.isEdit&&!this.showInput&&r.createVNode(Kl,{class:`${e}-edit`,onClick:this.clickEdit},null)]):"",r.createVNode(vs,null,{default:()=>{var f,g,m,v;return[r.withDirectives(r.createVNode("div",null,[r.createVNode("div",{class:`${e}-body`},[((g=(f=this.$slots).default)==null?void 0:g.call(f))??"Content"]),this.$props.showFooter?r.createVNode("div",{class:`${e}-footer`},[((v=(m=this.$slots).footer)==null?void 0:v.call(m))??"Footer"]):""]),[[r.vShow,this.collapseActive]])]}})])}}),Ng=Fe(fI),Lg=Symbol("CheckboxGroup");function hI(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const gI=()=>{const e=r.getCurrentInstance(),{props:t,emit:n}=e,i=r.inject(Lg,fg),s=!hg(i),o=r.ref(),u=r.ref(t.checked),c=r.computed(()=>s&&i.props.disabled?!0:t.disabled),d=()=>{const m=u.value?t.trueLabel:t.falseLabel;n("update:modelValue",m),n("change",m),s&&i.handleChange(),r.nextTick(()=>{o.value.checked!==u.value&&(o.value.checked=u.value)})};s?r.watch(()=>i.props.modelValue,m=>{u.value=m.includes(t.label)},{deep:!0}):r.watch(()=>t.modelValue,m=>{m!==""&&(u.value=m===t.trueLabel)},{immediate:!0}),r.watch(()=>t.checked,()=>{u.value=t.checked,t.immediateEmitChange!==!1&&d()});const f=(m=!0)=>{u.value=m},g=m=>{if(c.value)return;const v=m.target;u.value=v.checked,d()};return r.onMounted(()=>{s&&i.register(e.proxy)}),r.onBeforeUnmount(()=>{s&&i.unregister(e.proxy)}),{inputRef:o,isChecked:u,isDisabled:c,setChecked:f,handleChange:g}},pI={modelValue:p.oneOfType([String,Number,Boolean]),label:p.oneOfType([String,Number,Boolean]),trueLabel:p.oneOfType([String,Number,Boolean]).def(!0),falseLabel:p.oneOfType([String,Number,Boolean]).def(!1),disabled:p.bool.def(!1),checked:p.bool.def(!1),indeterminate:p.bool,beforeChange:p.func,size:p.size().def(pf.LARGE),immediateEmitChange:p.bool.def(!0)},mI=r.defineComponent({name:"Checkbox",props:pI,emits:["update:modelValue","change"],setup(e){const[t,{blur:n,focus:i}]=hI(),{inputRef:s,isChecked:o,isDisabled:u,setChecked:c,handleChange:d}=gI();return{inputRef:s,isFocus:t,isChecked:o,isDisabled:u,setChecked:c,handleBlur:n,handleFocus:i,handleChange:d,size:e.size}},render(){const e=Pe({"bk-checkbox":!0,"is-focused":this.isFocus,"is-checked":this.isChecked,"is-disabled":this.isDisabled,"is-indeterminated":this.indeterminate}),t=()=>!this.label&&!this.$slots.default?null:r.createVNode("span",{class:"bk-checkbox-label"},[this.$slots.default?this.$slots.default():this.label]);return r.createVNode("label",{class:e},[r.createVNode("span",{class:[U("checkbox-input"),this.size]},[r.createVNode("input",{ref:"inputRef",role:"checkbox",type:"checkbox",class:"bk-checkbox-original",disabled:this.isDisabled,checked:this.isChecked,onChange:this.handleChange},null)]),t()])}}),vI={name:p.string.def(""),modelValue:p.array,disabled:p.bool,withValidate:p.bool.def(!0)},gc=r.defineComponent({name:"CheckboxGroup",props:vI,emits:["change","update:modelValue"],setup(e,t){const n=Zn(),i=[],s=c=>{i.push(c)},o=c=>{const d=i.indexOf(c);d>-1&&i.splice(d,1)},u=()=>{const c=i.reduce((d,f)=>(f.isChecked&&d.push(f.label),d),[]);t.emit("update:modelValue",c),t.emit("change",c)};return r.provide(Lg,{name:"CheckboxGroup",props:e,register:s,unregister:o,handleChange:u}),r.watch(()=>e.modelValue,()=>{var c;e.withValidate&&((c=n==null?void 0:n.validate)==null||c.call(n,"change"))}),r.onMounted(()=>{const c=e.modelValue||[];i.forEach(d=>{c.includes(d.label)&&d.setChecked(!0)})}),{}},render(){var e;return r.createVNode("div",{class:"bk-checkbox-group"},[(e=this.$slots)==null?void 0:e.default()])}}),Gn=dn(mI,{Group:gc}),yI={list:p.arrayOf(p.any).def([]),idFiled:p.string.def("$index"),titleField:p.string.def("name"),contentField:p.string.def("content"),modelValue:p.oneOfType([p.arrayOf(p.number).def([]),p.arrayOf(p.string).def([]),p.number.def(-1)]),accordion:p.bool.def(!1),hasHeaderBorder:p.bool.def(!1),hasHeaderHover:p.bool.def(!0),headerIcon:p.string.def(""),useCardTheme:p.bool.def(!1),headerIconAlign:p.string.def("left")},bI={itemClick:{type:Function}},CI={name:p.oneOfType([p.number,p.string]).def(""),title:p.any,content:p.string,disabled:p.bool.def(!1),isFormList:p.bool.def(!1),renderDirective:mf(),modelValue:p.bool.def(!1),alone:p.bool.def(!1),icon:p.string.def("angle-right"),...bI};function wI(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const kg=r.defineComponent({name:"CollapsePanel",props:CI,emits:["change","update:modelValue","after-leave","before-enter"],setup(e,{emit:t,slots:n}){let i=null,s=null;const o=r.ref(e.modelValue);r.watch(()=>e.modelValue,m=>{o.value=m}),e.alone||(i=r.inject("localActiveItems"),s=r.inject("handleItemClick"),r.watch(i,m=>{m!=null&&m.length&&(o.value=m.includes(e.name))},{immediate:!0}));function u(m){return m.split("-").map(b=>b.charAt(0).toUpperCase()+b.slice(1)).join("")}function c(){const{disabled:m,name:v,itemClick:y}=e;if(m)return;const b={name:v};o.value=!o.value,t("update:modelValue",o.value),t("change",b),typeof y=="function"?y(b):typeof s=="function"&&s({name:v})}function d(){return e.content?e.content:typeof n.content=="function"?n.content(r.h):n.content}function f(){return e.renderDirective==="if"&&!o.value?"":r.withDirectives(r.createVNode("div",{class:`bk-collapse-content ${o.value&&"active"||""}`},[d()]),[[r.vShow,o.value]])}function g(m){if(n.header)return typeof n.header=="function"?n.header(r.h):n.header;let v;return n.default?typeof n.default=="function"?v=n.default(r.h):v=n.default:v=e.title,r.createVNode(r.Fragment,null,[r.createVNode("div",{class:"bk-collapse-header"},[r.createVNode("span",{class:"bk-collapse-title"},[v]),m])])}return{isActive:o,collapseIcon:ZM[`${u(e.icon)}`],clickItem:c,renderPanel:f,renderHeader:g}},render(){let e;return r.createVNode("div",{class:`bk-collapse-item ${this.disabled?"is-disabled":""} ${this.isActive?"bk-collapse-item-active":""}`},[r.createVNode("div",{onClick:()=>this.clickItem()},[this.renderHeader(r.createVNode(this.collapseIcon,{class:`bk-collapse-icon ${this.isActive&&"rotate-icon"||""}`},null))]),r.createVNode(vs,null,wI(e=this.renderPanel())?e:{default:()=>[e]})])}}),MI=r.defineComponent({name:"Collapse",props:yI,emits:["item-click","update:modelValue","after-leave","before-enter"],setup(e,{emit:t,slots:n}){const i=r.ref([]);r.watch(()=>[e.modelValue],()=>{const d=e.modelValue;Array.isArray(d)?i.value=[...d]:typeof d<"u"?i.value=[d]:i.value=[]},{immediate:!0});const s=d=>{const{name:f}=d;if(e.accordion){const g=i.value.findIndex(m=>m===f);g>=0?i.value.splice(g,1):i.value=[f]}else{const g=i.value.findIndex(m=>m===f);g>=0?i.value.splice(g,1):i.value.push(f)}t("item-click",d),t("update:modelValue",i.value)};r.provide("localActiveItems",i),r.provide("handleItemClick",s);let o="bk-collapse-wrapper";if(e.hasHeaderBorder&&(o+=" bk-collapse-header-border"),e.hasHeaderHover&&(o+=" bk-collapse-header-hover"),e.useCardTheme&&(o+=" bk-collapse-card"),e.headerIconAlign==="left"?o+=" bk-collapse-icon-left":o+=" bk-collapse-icon-right",!Array.isArray(e.list)||!e.list.length)return()=>r.createVNode("div",{class:o},[r.renderSlot(n,"default",{props:{isList:!0}})]);const u=r.computed(()=>(e.list||[]).map((d,f)=>typeof d=="string"||typeof d=="number"||typeof d=="boolean"?{$index:f,name:d}:{$index:f,...d})),c=()=>u.value.map((d,f)=>{var y,b;const g=d[e.idFiled]||f;let m=d[e.titleField];const v=e.headerIcon||"angle-right";return n.title&&(typeof n.title=="function"?m=n.title(d,f):m=n.title),n.default&&(m=(y=n.default)==null?void 0:y.call(n,d,f)),r.createVNode(kg,{key:f,"item-click":s,disabled:d.disabled,name:g,icon:v,isFormList:!0,title:m,content:((b=n.content)==null?void 0:b.call(n,d,f))??d[e.contentField]},null)});return()=>r.createVNode("div",{class:o},[c()])}}),Tg=dn(MI,{CollapsePanel:kg}),Uf={isShow:p.bool.def(!1),width:p.oneOfType([String,Number]).def("50%"),height:p.oneOfType([String,Number]).def("50%"),extCls:p.string||p.array,scrollable:p.bool.def(!0),showMask:p.bool.def(!0),closeIcon:p.bool.def(!0),escClose:p.bool.def(!0),fullscreen:p.bool.def(!1),size:ze("size",{}),draggable:p.bool.def(!0),quickClose:p.bool.def(!0),transfer:p.oneOfType([Boolean,String,HTMLElement]).def(!1),zIndex:p.oneOfType([String,Number]).def("inherit"),maxHeight:p.string,direction:p.string,title:p.string.def(""),animateType:p.string.def("slide"),renderDirective:mf(),beforeClose:p.custom(()=>!0),dialogType:og(),multiInstance:p.bool.def(!0),infoType:p.theme()},II=r.defineComponent({name:"Modal",props:{...Uf},emits:["quick-close","quickClose","hidden","shown","close"],data(){return{visible:!1,closeTimer:null,bkPopIndexManager:null}},computed:{dialogWidth(){return/^\d+\.?\d*$/.test(`${this.width}`)?`${this.width}px`:this.width},dialogHeight(){return/^\d+\.?\d*$/.test(`${this.height}`)?`${this.height}px`:this.height},compStyle(){return{width:this.dialogWidth,height:this.dialogHeight,minHeigth:"200px",display:this.visible?"inherit":"none",zIndex:this.zIndex||"inherit"}},fullscreenStyle(){return{width:"100%",height:"100%"}}},watch:{isShow:{handler(e){e?(this.closeTimer&&clearTimeout(this.closeTimer),this.closeTimer=null,this.visible=e):this.closeTimer=setTimeout(()=>{this.$emit("hidden"),this.visible=e},250)},immediate:!0},visible:{handler(e){var t,n;e?this.$nextTick(()=>{this.bkPopIndexManager.onMaskClick(o=>{this.handleClickOutSide()},this.$el);const i={"background-color":"rgba(0,0,0,0)"},s=this.showMask?{}:i;this.bkPopIndexManager.show(this.$el,this.showMask,s,!!this.transfer,this.zIndex),this.$emit("shown")}):((t=this.bkPopIndexManager)==null||t.hide(this.$el,!!this.transfer),(n=this.bkPopIndexManager)==null||n.destroy())},immediate:!0}},created(){},mounted(){var t;const e={...this.$props,transfer:this.transfer==="parent"?(t=this.$el)==null?void 0:t.parentElement:this.transfer};this.bkPopIndexManager=new z6(e)},beforeUnmount(){var e,t;this.visible&&((e=this.bkPopIndexManager)==null||e.hide(this.$el),(t=this.bkPopIndexManager)==null||t.destroy())},methods:{handleClickOutSide(){this.quickClose&&(this.$emit("close"),this.$emit("quick-close",this.$el),this.$emit("quickClose",this.$el))}},render(){const e=this.maxHeight?{maxHeight:this.maxHeight}:{},t=`${U("modal-body")} ${this.animateType==="slide"?this.direction:""}`;return r.createVNode("div",{class:[U("modal-wrapper"),this.extCls,this.size,this.fullscreen?"fullscreen":""],style:[this.compStyle,this.fullscreen?this.fullscreenStyle:""]},[r.createVNode(r.Transition,{name:this.animateType},{default:()=>{var n,i,s,o,u,c,d,f;return[this.isShow?r.createVNode("div",{class:t},[r.createVNode("div",{class:U("modal-header")},[((i=(n=this.$slots).header)==null?void 0:i.call(n))??""]),r.createVNode("div",{class:U("modal-content"),style:[this.dialogType==="show"?"padding-bottom: 20px":"",{...e}]},[((o=(s=this.$slots).default)==null?void 0:o.call(s))??""]),this.dialogType==="show"?"":r.createVNode("div",{class:U("modal-footer")},[((c=(u=this.$slots).footer)==null?void 0:c.call(u))??""]),r.createVNode("div",{class:[U("modal-close"),this.closeIcon?"":"close-icon"]},[((f=(d=this.$slots).close)==null?void 0:f.call(d))??""])]):""]}})])}}),Or=dn(II,{propsMixin:Uf},!0),NI={...Uf,width:p.oneOfType([String,Number]).def(""),height:p.oneOfType([String,Number]).def(""),confirmText:p.string,cancelText:p.string,prevText:p.string,nextText:p.string,current:p.number.def(1),totalStep:p.number,title:p.string.def("title"),headerAlign:md().def(gl.LEFT),footerAlign:md().def(gl.RIGHT),theme:p.theme().def(zl.PRIMARY),dialogType:og(),isLoading:p.bool.def(!1)};function LI(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const xg=r.defineComponent({name:"Dialog",components:{BkModal:Or,BkButton:Et},props:NI,emits:["closed","update:isShow","confirm","prev","next","value-change"],setup(e,{emit:t}){const n=ft("dialog"),i=r.computed(()=>e.confirmText===void 0?n.value.ok:e.confirmText),s=r.computed(()=>e.cancelText===void 0?n.value.cancel:e.cancelText),o=r.computed(()=>e.prevText===void 0?n.value.prev:e.prevText),u=r.computed(()=>e.nextText===void 0?n.value.next:e.nextText),c=r.reactive({positionX:0,positionY:0,moveStyle:{top:"",left:""}}),d=r.ref(e.isShow);r.onMounted(()=>{e.escClose&&addEventListener("keydown",v)}),r.onBeforeUnmount(()=>{e.escClose&&removeEventListener("keydown",v)}),r.watch(()=>e.isShow,k=>{k?d.value=!0:setTimeout(()=>{c.moveStyle={top:"50%",left:"50%"},c.positionX=0,c.positionY=0,d.value=!1},250),t("value-change",k)});const f=async()=>{let k=!0;typeof e.beforeClose=="function"&&(k=await e.beforeClose()),k&&(t("update:isShow",!1),t("closed"),d.value=!1)},g=()=>{t("update:isShow",!1),t("confirm")},m=r.computed(()=>["process","operation","confirm"].includes(e.dialogType)),v=k=>{e.isShow&&e.closeIcon&&k.keyCode===27&&f()};return{data:c,handleClose:f,handleConfirm:g,escCloseHandler:v,moveHandler:k=>{if(e.fullscreen||!e.draggable)return!1;const L=k.target,x=k.currentTarget.parentNode.parentNode.offsetHeight,C=k.currentTarget.parentNode.parentNode.offsetWidth;let N,M;c.positionX!==0&&c.positionY!==0?(N=k.clientX-c.positionX,M=k.clientY-c.positionY):(N=k.clientX-L.offsetLeft,M=k.clientY-L.offsetTop),document.onmousemove=T=>{const j=window.innerWidth-C,S=window.innerHeight-x;let P=T.clientX-N,W=T.clientY-M;j/2-P<=0?P=j/2:j/2+P<=0&&(P=-j/2),S/2-W<=0?W=S/2:S/2+W<=0&&(W=-S/2),c.positionX=P,c.positionY=W,c.moveStyle.left=`calc(50% + ${P}px)`,c.moveStyle.top=`calc(50% + ${W}px)`},document.onmouseup=()=>{document.onmousemove=null,document.onmouseup=null}},handlePrevStep:()=>{t("prev")},handleNextStep:()=>{t("next")},hasFooter:m,isModalShow:d,localConfirmText:i,localCancelText:s,localPrevText:o,localNextText:u}},render(){const e=()=>({loading:r.createVNode(ja,{class:[U("info-icon"),"primary"]},null),warning:r.createVNode(Ea,{class:[U("info-icon"),"warning"]},null),success:r.createVNode(Oa,{class:[U("info-icon"),"success"]},null),danger:r.createVNode(fn,{class:[U("info-icon"),"danger"]},null)})[this.infoType],t={header:()=>{var i,s,o,u;return[r.createVNode("div",{class:[U("dialog-tool"),this.fullscreen||!this.draggable?"":"move",this.draggable?"content-dragging":""],onMousedown:this.moveHandler},[((s=(i=this.$slots).tools)==null?void 0:s.call(i))??""]),r.createVNode("div",{class:U("dialog-header")},[r.createVNode("div",{class:U("header-icon")},[this.infoType?e():r.createVNode("slot",{name:"info-icon"},null)]),r.createVNode("span",{class:U("dialog-title"),style:`text-align: ${this.headerAlign}`},[((u=(o=this.$slots).header)==null?void 0:u.call(o))??this.title])])]},default:()=>{var i,s;return((s=(i=this.$slots).default)==null?void 0:s.call(i))??"default"},footer:()=>{var i,s,o,u,c,d;return r.createVNode("div",{class:U("dialog-footer"),style:`text-align: ${this.footerAlign}`},[this.dialogType==="process"?((s=(i=this.$slots).footer)==null?void 0:s.call(i))??r.createVNode(r.Fragment,null,[this.current===1?"":r.createVNode(Et,{class:U("dialog-perv"),onClick:this.handlePrevStep},{default:()=>[this.localPrevText]}),this.current===this.totalStep?"":r.createVNode(Et,{class:U("dialog-next"),onClick:this.handleNextStep},{default:()=>[this.localNextText]}),this.current===this.totalStep?r.createVNode(Et,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.localConfirmText]}):"",r.createVNode(Et,{class:U("dialog-cancel"),onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.localCancelText]})]):"",this.dialogType==="operation"?((u=(o=this.$slots).footer)==null?void 0:u.call(o))??r.createVNode(r.Fragment,null,[r.createVNode(Et,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.localConfirmText]}),r.createVNode(Et,{class:U("dialog-cancel"),onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.localCancelText]})]):"",this.dialogType==="confirm"?((d=(c=this.$slots).footer)==null?void 0:d.call(c))??r.createVNode(r.Fragment,null,[r.createVNode(Et,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.localConfirmText]})]):""])},close:()=>r.createVNode(un,{onClick:this.handleClose},null)},n=`${U("dialog-wrapper ")} ${this.scrollable?"scroll-able":""} ${this.multiInstance?"multi-instance":""} ${this.hasFooter?"has-footer":"no-footer"}`;return r.createVNode(Or,r.mergeProps(this.$props,{class:n,onClose:this.handleClose,isShow:this.isModalShow,style:this.data.moveStyle}),LI(t)?t:{default:()=>[t]})}}),Sg=Fe(xg),kI="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=",TI="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",xI="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==",SI="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",c3="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==",DI="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==",jI="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=";let bd;(function(e){e.CODE_404="404",e.CODE_403="403",e.CODE_500="500",e.BUILDING="building",e.EMPTY="empty",e.SEARCH="search-empty",e.LOGIN="login"})(bd||(bd={}));let Cd;(function(e){e.PAGE="page",e.PART="part"})(Cd||(Cd={}));const OI=r.defineComponent({name:"Exception",props:{type:ze("type",{}).def(bd.CODE_404),scene:ze("scene",{}).def(Cd.PAGE),title:p.string,description:p.string},setup(e,{slots:t}){const n={403:kI,404:TI,500:xI,building:SI,empty:c3,"search-empty":jI,login:DI},i=()=>{if(aa.isFunction(t.type))return r.createVNode("div",{class:"bk-exception-img"},[t.type()]);const c=n[e.type]?n[e.type]:c3;return r.createVNode("div",{class:"bk-exception-img"},[r.createVNode("img",{class:"exception-image",src:c,alt:"type"},null)])},s=()=>aa.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=()=>aa.isFunction(t.description)?r.createVNode("div",{class:"bk-exception-description"},[t.description()]):e.description?r.createVNode("div",{class:"bk-exception-description"},[e.description]):null,u=()=>aa.isFunction(t.default)?r.createVNode("div",{class:"bk-exception-footer"},[t.default()]):null;return()=>{const c=Pe({"bk-exception":!0,[`bk-exception-${e.scene}`]:!0});return r.createVNode("div",{class:c},[i(),s(),o(),u()])}}}),pc=Fe(OI),EI=r.defineComponent({name:"FixedNavbar",props:{navItems:p.array.def([]),extCls:p.string.def(""),position:p.oneOf(["middle","top","bottom"]).def("middle"),modelValue:p.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=oi.getModalNextIndex(),s=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:s.bind(this,o)},[o.icon?r.createVNode("i",{class:`${o.icon} icon`},null):"",o.text?r.createVNode("span",{class:"text"},[o.text]):""]))])}}),Dg=Fe(EI);var wd;(function(e){e.DANGER="danger",e.SUCCESS="success",e.PRIMARY="primary",e.WARNING="warning",e.DEFAULT="default"})(wd||(wd={}));const AI=r.defineComponent({name:"Link",props:{theme:ze("linkTheme",{}).def(wd.DEFAULT),href:p.string.def(""),disabled:p.bool.def(!1),underline:p.bool.def(!1),target:p.string.def("_self")},emits:["click"],setup(e,{emit:t}){return{handleClick:i=>{if(e.disabled)return i.preventDefault(),!1;t("click",i)}}},render(){var t,n;const e=Pe({"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)])])}}),jg=Fe(AI),PI=e=>typeof Element>"u"?!1:e instanceof Element,Ui=new Map;let Og;document.addEventListener("mousedown",e=>Og=e);document.addEventListener("mouseup",e=>{for(const t of Ui.values())for(const{documentHandler:n}of t)n(e,Og)});function u3(e,t){let n=[];return Array.isArray(t.arg)?n=t.arg:PI(t.arg)&&n.push(t.arg),function(i,s){const{popperRef:o}=t.instance,u=i.target,c=s==null?void 0:s.target,d=!t||!t.instance,f=!u||!c,g=e.contains(u)||e.contains(c),m=e===u,v=n.length&&n.some(b=>b==null?void 0:b.contains(u))||n.length&&n.includes(c),y=o&&(o.contains(u)||o.contains(c));d||f||g||m||v||y||t.value(i,s)}}const ui={beforeMount(e,t){Ui.has(e)||Ui.set(e,[]),Ui.get(e).push({documentHandler:u3(e,t),bindingFn:t.value})},updated(e,t){Ui.has(e)||Ui.set(e,[]);const n=Ui.get(e),i=n.findIndex(o=>o.bindingFn===t.oldValue),s={documentHandler:u3(e,t),bindingFn:t.value};i>=0?n.splice(i,1,s):n.push(s)},unmounted(e){Ui.delete(e)}};ui.install=e=>{e.directive("bkTooltips",ui)};const d3=r.defineComponent({name:"PopArrow",render(){const e=U("pop2-arrow");return r.createVNode("div",{class:e},null)}}),qr=(...e)=>!0;let _n;(function(e){e.SHOW="show",e.HIDE="hide",e.CLICK_OUTSIDE="clickoutside",e.CONTENT_MOUSEENTER="contentMouseenter",e.CONTENT_MOUSELEAVE="contentMouseleave",e.STOP_HIDE="stopHide"})(_n||(_n={}));const zI={[_n.SHOW]:qr,[_n.HIDE]:qr,[_n.CLICK_OUTSIDE]:qr,[_n.CONTENT_MOUSEENTER]:qr,[_n.CONTENT_MOUSELEAVE]:qr,[_n.STOP_HIDE]:qr},f3=r.defineComponent({name:"PopContent",props:{width:p.oneOfType([p.string,p.number]).def("auto"),height:p.oneOfType([p.string,p.number]).def("auto"),maxHeight:p.oneOfType([p.string,p.number]).def("auto"),extCls:p.string.def("")},setup(e){const t=i=>/^\d+\.?\d*$/.test(`${i}`)?`${i}px`:i;return{style:r.computed(()=>({width:t(e.width),height:t(e.height),maxHeight:t(e.maxHeight)}))}},render(){var t,n,i,s;const e=[U("popover"),U("pop2-content"),this.extCls];return r.createVNode("div",{class:e,tabindex:"-1",style:this.style},[((n=(t=this.$slots).arrow)==null?void 0:n.call(t))??"",((s=(i=this.$slots).default)==null?void 0:s.call(i))??""])}}),VI={onAfterHidden:Function,onAfterShow:Function},JI={isShow:p.bool.def(!1),always:p.bool.def(!1),disabled:p.bool.def(!1),width:p.oneOfType([p.string,p.number]).def("auto"),height:p.oneOfType([p.string,p.number]).def("auto"),maxHeight:p.oneOfType([p.string,p.number]).def("auto"),content:p.oneOfType([p.string,p.number,p.any]).def(""),allowHtml:p.bool.def(!1),placement:vf().def(Ma.TOP_START),theme:p.string.def("dark"),trigger:sg(),renderType:fw(),arrow:p.bool.def(!0),padding:p.number.def(5),offset:p.oneOfType([p.number,p.shape({})]).def(6),boundary:p.oneOfType([p.string.def("parent"),p.instanceOf(HTMLElement)]),zIndex:p.number.def(void 0),disableTeleport:p.bool.def(!1),autoPlacement:p.bool.def(!1),autoVisibility:p.bool.def(!0),disableOutsideClick:p.bool.def(!1),disableTransform:p.bool.def(!1),reference:p.any.def(null),modifiers:p.array.def([]),popoverDelay:p.oneOfType([p.number,p.arrayOf(p.number)]).def(100),extCls:p.string.def(""),...VI},RI=r.defineComponent({name:"PopReference",render(){var e,t;return((t=(e=this.$slots).default)==null?void 0:t.call(e))??""}}),h3=r.defineComponent({props:{class:p.string.def("")},render(){var e,t;return r.createVNode(r.Fragment,null,[(t=(e=this.$slots).default)==null?void 0:t.call(e)])}});function ji(e){return e.split("-")[0]}function xr(e){return e.split("-")[1]}function Aa(e){return["top","bottom"].includes(ji(e))?"x":"y"}function $f(e){return e==="y"?"height":"width"}function g3(e,t,n){let{reference:i,floating:s}=e;const o=i.x+i.width/2-s.width/2,u=i.y+i.height/2-s.height/2,c=Aa(t),d=$f(c),f=i[d]/2-s[d]/2,g=c==="x";let m;switch(ji(t)){case"top":m={x:o,y:i.y-s.height};break;case"bottom":m={x:o,y:i.y+i.height};break;case"right":m={x:i.x+i.width,y:u};break;case"left":m={x:i.x-s.width,y:u};break;default:m={x:i.x,y:i.y}}switch(xr(t)){case"start":m[c]-=f*(n&&g?-1:1);break;case"end":m[c]+=f*(n&&g?-1:1)}return m}const QI=async(e,t,n)=>{const{placement:i="bottom",strategy:s="absolute",middleware:o=[],platform:u}=n,c=await(u.isRTL==null?void 0:u.isRTL(t));let d=await u.getElementRects({reference:e,floating:t,strategy:s}),{x:f,y:g}=g3(d,i,c),m=i,v={};for(let y=0;y<o.length;y++){const{name:b,fn:I}=o[y],{x:k,y:L,data:x,reset:C}=await I({x:f,y:g,initialPlacement:i,placement:m,strategy:s,middlewareData:v,rects:d,platform:u,elements:{reference:e,floating:t}});f=k??f,g=L??g,v={...v,[b]:{...v[b],...x}},C&&(typeof C=="object"&&(C.placement&&(m=C.placement),C.rects&&(d=C.rects===!0?await u.getElementRects({reference:e,floating:t,strategy:s}):C.rects),{x:f,y:g}=g3(d,m,c)),y=-1)}return{x:f,y:g,placement:m,strategy:s,middlewareData:v}};function Kf(e){return typeof e!="number"?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(e):{top:e,right:e,bottom:e,left:e}}function Ds(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function js(e,t){var n;t===void 0&&(t={});const{x:i,y:s,platform:o,rects:u,elements:c,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:g="viewport",elementContext:m="floating",altBoundary:v=!1,padding:y=0}=t,b=Kf(y),I=c[v?m==="floating"?"reference":"floating":m],k=Ds(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(I)))==null||n?I:I.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(c.floating)),boundary:f,rootBoundary:g,strategy:d})),L=Ds(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:m==="floating"?{...u.floating,x:i,y:s}:u.reference,offsetParent:await(o.getOffsetParent==null?void 0:o.getOffsetParent(c.floating)),strategy:d}):u[m]);return{top:k.top-L.top+b.top,bottom:L.bottom-k.bottom+b.bottom,left:k.left-L.left+b.left,right:L.right-k.right+b.right}}const Eg=Math.min,Ag=Math.max;function Md(e,t,n){return Ag(e,Eg(t,n))}const _I=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:i=0}=e??{},{x:s,y:o,placement:u,rects:c,platform:d}=t;if(n==null)return{};const f=Kf(i),g={x:s,y:o},m=Aa(u),v=xr(u),y=$f(m),b=await d.getDimensions(n),I=m==="y"?"top":"left",k=m==="y"?"bottom":"right",L=c.reference[y]+c.reference[m]-g[m]-c.floating[y],x=g[m]-c.reference[m],C=await(d.getOffsetParent==null?void 0:d.getOffsetParent(n));let N=C?m==="y"?C.clientHeight||0:C.clientWidth||0:0;N===0&&(N=c.floating[y]);const M=L/2-x/2,T=f[I],j=N-b[y]-f[k],S=N/2-b[y]/2+M,P=Md(T,S,j),W=(v==="start"?f[I]:f[k])>0&&S!==P&&c.reference[y]<=c.floating[y];return{[m]:g[m]-(W?S<T?T-S:j-S:0),data:{[m]:P,centerOffset:S-P}}}}),WI={left:"right",right:"left",bottom:"top",top:"bottom"};function pl(e){return e.replace(/left|right|bottom|top/g,t=>WI[t])}function Pg(e,t,n){n===void 0&&(n=!1);const i=xr(e),s=Aa(e),o=$f(s);let u=s==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(u=pl(u)),{main:u,cross:pl(u)}}const HI={start:"end",end:"start"};function Id(e){return e.replace(/start|end/g,t=>HI[t])}const zg=["top","right","bottom","left"],BI=zg.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]),FI=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,i,s,o,u;const{x:c,y:d,rects:f,middlewareData:g,placement:m,platform:v,elements:y}=t,{alignment:b=null,allowedPlacements:I=BI,autoAlignment:k=!0,...L}=e,x=function($,oe,me){return($?[...me.filter(be=>xr(be)===$),...me.filter(be=>xr(be)!==$)]:me.filter(be=>ji(be)===be)).filter(be=>!$||xr(be)===$||!!oe&&Id(be)!==be)}(b,k,I),C=await js(t,L),N=(n=(i=g.autoPlacement)==null?void 0:i.index)!=null?n:0,M=x[N];if(M==null)return{};const{main:T,cross:j}=Pg(M,f,await(v.isRTL==null?void 0:v.isRTL(y.floating)));if(m!==M)return{x:c,y:d,reset:{placement:x[0]}};const S=[C[ji(M)],C[T],C[j]],P=[...(s=(o=g.autoPlacement)==null?void 0:o.overflows)!=null?s:[],{placement:M,overflows:S}],W=x[N+1];if(W)return{data:{index:N+1,overflows:P},reset:{placement:W}};const z=P.slice().sort(($,oe)=>$.overflows[0]-oe.overflows[0]),R=(u=z.find($=>{let{overflows:oe}=$;return oe.every(me=>me<=0)}))==null?void 0:u.placement,Q=R??z[0].placement;return Q!==m?{data:{index:N+1,overflows:P},reset:{placement:Q}}:{}}}},GI=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:i,middlewareData:s,rects:o,initialPlacement:u,platform:c,elements:d}=t,{mainAxis:f=!0,crossAxis:g=!0,fallbackPlacements:m,fallbackStrategy:v="bestFit",flipAlignment:y=!0,...b}=e,I=ji(i),k=m||(I===u||!y?[pl(u)]:function(S){const P=pl(S);return[Id(S),P,Id(P)]}(u)),L=[u,...k],x=await js(t,b),C=[];let N=((n=s.flip)==null?void 0:n.overflows)||[];if(f&&C.push(x[I]),g){const{main:S,cross:P}=Pg(i,o,await(c.isRTL==null?void 0:c.isRTL(d.floating)));C.push(x[S],x[P])}if(N=[...N,{placement:i,overflows:C}],!C.every(S=>S<=0)){var M,T;const S=((M=(T=s.flip)==null?void 0:T.index)!=null?M:0)+1,P=L[S];if(P)return{data:{index:S,overflows:N},reset:{placement:P}};let W="bottom";switch(v){case"bestFit":{var j;const z=(j=N.map(R=>[R,R.overflows.filter(Q=>Q>0).reduce((Q,$)=>Q+$,0)]).sort((R,Q)=>R[1]-Q[1])[0])==null?void 0:j[0].placement;z&&(W=z);break}case"initialPlacement":W=u}if(i!==W)return{reset:{placement:W}}}return{}}}};function p3(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function m3(e){return zg.some(t=>e[t]>=0)}const ZI=function(e){let{strategy:t="referenceHidden",...n}=e===void 0?{}:e;return{name:"hide",async fn(i){const{rects:s}=i;switch(t){case"referenceHidden":{const o=p3(await js(i,{...n,elementContext:"reference"}),s.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:m3(o)}}}case"escaped":{const o=p3(await js(i,{...n,altBoundary:!0}),s.floating);return{data:{escapedOffsets:o,escaped:m3(o)}}}default:return{}}}}},YI=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:i}=t,s=await async function(o,u){const{placement:c,platform:d,elements:f}=o,g=await(d.isRTL==null?void 0:d.isRTL(f.floating)),m=ji(c),v=xr(c),y=Aa(c)==="x",b=["left","top"].includes(m)?-1:1,I=g&&y?-1:1,k=typeof u=="function"?u(o):u;let{mainAxis:L,crossAxis:x,alignmentAxis:C}=typeof k=="number"?{mainAxis:k,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...k};return v&&typeof C=="number"&&(x=v==="end"?-1*C:C),y?{x:x*I,y:L*b}:{x:L*b,y:x*I}}(t,e);return{x:n+s.x,y:i+s.y,data:s}}}};function UI(e){return e==="x"?"y":"x"}const $I=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:i,placement:s}=t,{mainAxis:o=!0,crossAxis:u=!1,limiter:c={fn:k=>{let{x:L,y:x}=k;return{x:L,y:x}}},...d}=e,f={x:n,y:i},g=await js(t,d),m=Aa(ji(s)),v=UI(m);let y=f[m],b=f[v];if(o){const k=m==="y"?"bottom":"right";y=Md(y+g[m==="y"?"top":"left"],y,y-g[k])}if(u){const k=v==="y"?"bottom":"right";b=Md(b+g[v==="y"?"top":"left"],b,b-g[k])}const I=c.fn({...t,[m]:y,[v]:b});return{...I,data:{x:I.x-n,y:I.y-i}}}}},KI=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){var n;const{placement:i,elements:s,rects:o,platform:u,strategy:c}=t,{padding:d=2,x:f,y:g}=e,m=Ds(u.convertOffsetParentRelativeRectToViewportRelativeRect?await u.convertOffsetParentRelativeRectToViewportRelativeRect({rect:o.reference,offsetParent:await(u.getOffsetParent==null?void 0:u.getOffsetParent(s.floating)),strategy:c}):o.reference),v=(n=await(u.getClientRects==null?void 0:u.getClientRects(s.reference)))!=null?n:[],y=Kf(d),b=await u.getElementRects({reference:{getBoundingClientRect:function(){var I;if(v.length===2&&v[0].left>v[1].right&&f!=null&&g!=null)return(I=v.find(k=>f>k.left-y.left&&f<k.right+y.right&&g>k.top-y.top&&g<k.bottom+y.bottom))!=null?I:m;if(v.length>=2){if(Aa(i)==="x"){const T=v[0],j=v[v.length-1],S=ji(i)==="top",P=T.top,W=j.bottom,z=S?T.left:j.left,R=S?T.right:j.right;return{top:P,bottom:W,left:z,right:R,width:R-z,height:W-P,x:z,y:P}}const k=ji(i)==="left",L=Ag(...v.map(T=>T.right)),x=Eg(...v.map(T=>T.left)),C=v.filter(T=>k?T.left===x:T.right===L),N=C[0].top,M=C[C.length-1].bottom;return{top:N,bottom:M,left:x,right:L,width:L-x,height:M-N,x,y:N}}return m}},floating:s.floating,strategy:c});return o.reference.x!==b.reference.x||o.reference.y!==b.reference.y||o.reference.width!==b.reference.width||o.reference.height!==b.reference.height?{reset:{rects:b}}:{}}}};function Vg(e){return e&&e.document&&e.location&&e.alert&&e.setInterval}function Oi(e){if(e==null)return window;if(!Vg(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Us(e){return Oi(e).getComputedStyle(e)}function Ti(e){return Vg(e)?"":e?(e.nodeName||"").toLowerCase():""}function Jg(){const e=navigator.userAgentData;return e!=null&&e.brands?e.brands.map(t=>t.brand+"/"+t.version).join(" "):navigator.userAgent}function di(e){return e instanceof Oi(e).HTMLElement}function nr(e){return e instanceof Oi(e).Element}function Xf(e){return typeof ShadowRoot>"u"?!1:e instanceof Oi(e).ShadowRoot||e instanceof ShadowRoot}function mc(e){const{overflow:t,overflowX:n,overflowY:i}=Us(e);return/auto|scroll|overlay|hidden/.test(t+i+n)}function XI(e){return["table","td","th"].includes(Ti(e))}function v3(e){const t=/firefox/i.test(Jg()),n=Us(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"}function Rg(){return!/^((?!chrome|android).)*safari/i.test(Jg())}const y3=Math.min,ys=Math.max,ml=Math.round;function xi(e,t,n){var i,s,o,u;t===void 0&&(t=!1),n===void 0&&(n=!1);const c=e.getBoundingClientRect();let d=1,f=1;t&&di(e)&&(d=e.offsetWidth>0&&ml(c.width)/e.offsetWidth||1,f=e.offsetHeight>0&&ml(c.height)/e.offsetHeight||1);const g=nr(e)?Oi(e):window,m=!Rg()&&n,v=(c.left+(m&&(i=(s=g.visualViewport)==null?void 0:s.offsetLeft)!=null?i:0))/d,y=(c.top+(m&&(o=(u=g.visualViewport)==null?void 0:u.offsetTop)!=null?o:0))/f,b=c.width/d,I=c.height/f;return{width:b,height:I,top:y,right:v+b,bottom:y+I,left:v,x:v,y}}function er(e){return(t=e,(t instanceof Oi(t).Node?e.ownerDocument:e.document)||window.document).documentElement;var t}function vc(e){return nr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Qg(e){return xi(er(e)).left+vc(e).scrollLeft}function qI(e,t,n){const i=di(t),s=er(t),o=xi(e,i&&function(d){const f=xi(d);return ml(f.width)!==d.offsetWidth||ml(f.height)!==d.offsetHeight}(t),n==="fixed");let u={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if(i||!i&&n!=="fixed")if((Ti(t)!=="body"||mc(s))&&(u=vc(t)),di(t)){const d=xi(t,!0);c.x=d.x+t.clientLeft,c.y=d.y+t.clientTop}else s&&(c.x=Qg(s));return{x:o.left+u.scrollLeft-c.x,y:o.top+u.scrollTop-c.y,width:o.width,height:o.height}}function _g(e){return Ti(e)==="html"?e:e.assignedSlot||e.parentNode||(Xf(e)?e.host:null)||er(e)}function b3(e){return di(e)&&getComputedStyle(e).position!=="fixed"?e.offsetParent:null}function Nd(e){const t=Oi(e);let n=b3(e);for(;n&&XI(n)&&getComputedStyle(n).position==="static";)n=b3(n);return n&&(Ti(n)==="html"||Ti(n)==="body"&&getComputedStyle(n).position==="static"&&!v3(n))?t:n||function(i){let s=_g(i);for(Xf(s)&&(s=s.host);di(s)&&!["html","body"].includes(Ti(s));){if(v3(s))return s;s=s.parentNode}return null}(e)||t}function C3(e){if(di(e))return{width:e.offsetWidth,height:e.offsetHeight};const t=xi(e);return{width:t.width,height:t.height}}function Wg(e){const t=_g(e);return["html","body","#document"].includes(Ti(t))?e.ownerDocument.body:di(t)&&mc(t)?t:Wg(t)}function vl(e,t){var n;t===void 0&&(t=[]);const i=Wg(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Oi(i),u=s?[o].concat(o.visualViewport||[],mc(i)?i:[]):i,c=t.concat(u);return s?c:c.concat(vl(u))}function w3(e,t,n){return t==="viewport"?Ds(function(i,s){const o=Oi(i),u=er(i),c=o.visualViewport;let d=u.clientWidth,f=u.clientHeight,g=0,m=0;if(c){d=c.width,f=c.height;const v=Rg();(v||!v&&s==="fixed")&&(g=c.offsetLeft,m=c.offsetTop)}return{width:d,height:f,x:g,y:m}}(e,n)):nr(t)?function(i,s){const o=xi(i,!1,s==="fixed"),u=o.top+i.clientTop,c=o.left+i.clientLeft;return{top:u,left:c,x:c,y:u,right:c+i.clientWidth,bottom:u+i.clientHeight,width:i.clientWidth,height:i.clientHeight}}(t,n):Ds(function(i){var s;const o=er(i),u=vc(i),c=(s=i.ownerDocument)==null?void 0:s.body,d=ys(o.scrollWidth,o.clientWidth,c?c.scrollWidth:0,c?c.clientWidth:0),f=ys(o.scrollHeight,o.clientHeight,c?c.scrollHeight:0,c?c.clientHeight:0);let g=-u.scrollLeft+Qg(i);const m=-u.scrollTop;return Us(c||o).direction==="rtl"&&(g+=ys(o.clientWidth,c?c.clientWidth:0)-d),{width:d,height:f,x:g,y:m}}(er(e)))}function e7(e){const t=vl(e),n=["absolute","fixed"].includes(Us(e).position)&&di(e)?Nd(e):e;return nr(n)?t.filter(i=>nr(i)&&function(s,o){const u=o.getRootNode==null?void 0:o.getRootNode();if(s.contains(o))return!0;if(u&&Xf(u)){let c=o;do{if(c&&s===c)return!0;c=c.parentNode||c.host}while(c)}return!1}(i,n)&&Ti(i)!=="body"):[]}const t7={getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:i,strategy:s}=e;const o=[...n==="clippingAncestors"?e7(t):[].concat(n),i],u=o[0],c=o.reduce((d,f)=>{const g=w3(t,f,s);return d.top=ys(g.top,d.top),d.right=y3(g.right,d.right),d.bottom=y3(g.bottom,d.bottom),d.left=ys(g.left,d.left),d},w3(t,u,s));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:i}=e;const s=di(n),o=er(n);if(n===o)return t;let u={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if((s||!s&&i!=="fixed")&&((Ti(n)!=="body"||mc(o))&&(u=vc(n)),di(n))){const d=xi(n,!0);c.x=d.x+n.clientLeft,c.y=d.y+n.clientTop}return{...t,x:t.x-u.scrollLeft+c.x,y:t.y-u.scrollTop+c.y}},isElement:nr,getDimensions:C3,getOffsetParent:Nd,getDocumentElement:er,getElementRects:e=>{let{reference:t,floating:n,strategy:i}=e;return{reference:qI(t,Nd(n),i),floating:{...C3(n),x:0,y:0}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>Us(e).direction==="rtl"};function n7(e,t,n,i){i===void 0&&(i={});const{ancestorScroll:s=!0,ancestorResize:o=!0,elementResize:u=!0,animationFrame:c=!1}=i,d=s&&!c,f=o&&!c,g=d||f?[...nr(e)?vl(e):[],...vl(t)]:[];g.forEach(b=>{d&&b.addEventListener("scroll",n,{passive:!0}),f&&b.addEventListener("resize",n)});let m,v=null;u&&(v=new ResizeObserver(n),nr(e)&&!c&&v.observe(e),v.observe(t));let y=c?xi(e):null;return c&&function b(){const I=xi(e);!y||I.x===y.x&&I.y===y.y&&I.width===y.width&&I.height===y.height||n(),y=I,m=requestAnimationFrame(b)}(),u||n(),()=>{var b;g.forEach(I=>{d&&I.removeEventListener("scroll",n),f&&I.removeEventListener("resize",n)}),(b=v)==null||b.disconnect(),v=null,c&&cancelAnimationFrame(m)}}const i7=(e,t,n)=>QI(e,t,{platform:t7,...n}),r7=e=>({getElementRects:({reference:s,floating:o})=>{const u=s.getBoundingClientRect(),c=o.getBoundingClientRect();return{reference:{width:u.width,height:u.height,x:u.x,y:u.y},floating:{width:c.width,height:c.height,x:c.x,y:c.y}}},getDimensions:s=>{const{width:o,height:u}=s.getBoundingClientRect();return{width:o,height:u}},getClippingRect:({})=>{const{width:s=0,height:o=0}=(e==null?void 0:e.getBoundingClientRect())??{};return{width:s,height:o,x:0,y:0}}}),Xu={},Ld=e=>document.querySelector(e)instanceof HTMLElement,a7=()=>(Xu.fullscreenReferId||(Xu.fullscreenReferId=`id_${Di.v4()}`),Xu.fullscreenReferId),Os=e=>e instanceof Element||e instanceof HTMLDocument,Hg=e=>{if(Os(e))return{isElement:!0,content:e,vNode:void 0};if(/^(#|\.)/.test(e)){const t=document.querySelector(e),n=Os(t);return{isElement:n,content:n?t:e,vNode:n?void 0:e}}return{isElement:!1,content:e,vNode:e}},s7=(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o})=>{const u=r.ref(!1),c=r.ref(),d=()=>{var K,J,H;const le=L((K=n.value)==null?void 0:K.$el);return(J=document.fullscreenElement)!=null&&J.shadowRoot?document.fullscreenElement.shadowRoot.contains(le):(H=document.fullscreenElement)==null?void 0:H.contains(le)},f=le=>d()?document.fullscreenElement.shadowRoot?document.fullscreenElement.shadowRoot.querySelector(le):document.fullscreenElement.querySelector(le):document.body,g=["dark","light"],m=r.computed(()=>{var H;const le=((H=e.theme)==null?void 0:H.split(/\s+/))??[];le.sort((ae,E)=>Number(g.includes(E))-Number(g.includes(ae)));const K=le,J=le.filter(ae=>!g.includes(ae));return{systemThemes:K,customThemes:J}}),v=()=>e.autoVisibility,y=()=>e.autoPlacement,b=()=>{var O,A,te,ce;const le=L((O=n.value)==null?void 0:O.$el),K=L((A=i.value)==null?void 0:A.$el),J=e.arrow?L((te=s.value)==null?void 0:te.$el):null,H=L((ce=o.value)==null?void 0:ce.$el),{isElement:ae,content:E}=Hg(e.content);return K&&ae&&!(K!=null&&K.contains(E))&&K.append(E),{elReference:le,elContent:K,elArrow:J,root:H}},I=()=>{const le={};return Array.isArray(e.modifiers)&&e.modifiers.forEach(K=>{var H,ae,E,O;let J;if(K.name==="offset"){if(typeof((H=K.options)==null?void 0:H.offset)=="number"&&(J=(ae=K.options)==null?void 0:ae.offset),Array.isArray((E=K.options)==null?void 0:E.offset)){const[A,te]=(O=K.options)==null?void 0:O.offset;J={mainAxis:A,crossAxis:te}}Object.assign(le,{offset:J})}}),le},k=(le,K)=>{const J=I(),H=[YI(J.offset||K.offset),$I({padding:K.padding})],ae={placement:K.placement,middleware:H};if(K.arrow&&H.push(_I({element:le})),y()?H.push(FI()):(H.unshift(KI()),H.push(GI())),v()&&ae.middleware.push(ZI()),d()||K.isVirtualEl){const{getElementRects:E,getDimensions:O,getClippingRect:A}=r7(c.value);Object.assign(ae,{platform:{...(K==null?void 0:K.platform)??{},getElementRects:E,getDimensions:O,getClippingRect:A}})}return ae},L=le=>le instanceof HTMLElement?le:le instanceof Text?L(le.nextElementSibling):typeof(le==null?void 0:le.getBoundingClientRect)=="function"?le:null,x=m.value.customThemes.join(" "),C=m.value.customThemes.reduce((le,K)=>({[`data-${K}-theme`]:!0,...le}),{}),N=`${x}`;let M=null;const T=le=>{const K=window.devicePixelRatio||1;return Math.round(le*K)/K||0},j=(le,K,J,H)=>{var E;e.disableTransform?Object.assign(le.style,{left:`${T(K)}px`,top:`${T(J)}px`}):Object.assign(le.style,{left:"0",top:"0",transform:`translate3d(${T(K)}px,${T(J)}px,0)`});const ae=v()?(E=H.hide)==null?void 0:E.referenceHidden:!1;Object.assign(le.style,{visibility:ae?"hidden":"visible"})},S=(le,K,J)=>{if(e.arrow){const{x:H,y:ae}=J.arrow??{};le.setAttribute("data-arrow",K);const E={left:"",top:"",bottom:"",right:""};Object.assign(le.style,E);const O={top:"bottom",right:"left",bottom:"top",left:"right"}[K];Object.assign(le.style,{left:H!==null?`${H}px`:"",top:ae!==null?`${ae}px`:"",[O]:"-4px"})}},P=()=>{const{elReference:le,elContent:K}=b();M=n7(le,K,()=>{u.value&&W(null,e)})},W=(le=null,K={})=>{const{elReference:J,elContent:H,elArrow:ae}=b(),E=le||J;if(!E||!H)return;const O=k(ae,K);i7(E,H,O).then(({x:A,y:te,placement:ce,middlewareData:ge})=>{const ke=H.className;H.className=`${ke.replace(N,"")} ${N}`.replace(/\s+/mg," ").replace(/^\s+|\s+$/g,""),Object.keys(C).forEach(ye=>{H.setAttribute(ye,C[ye])});const xe=ce.split("-")[0];let se=xe;["left","right","top","bottom"].includes(xe)||(se="top"),j(H,A,te,ge),S(ae,se,ge)})};let z,R,Q=!1;const $=()=>Array.isArray(e.popoverDelay)?[e.popoverDelay[0],e.popoverDelay.slice(-1)[0]]:[e.popoverDelay,e.popoverDelay],oe=()=>{const le=$()[0];R=setTimeout(()=>{z&&clearTimeout(z),e.disabled||(u.value=!0)},le)},me=()=>{const le=$()[1];z=setTimeout(()=>{R&&clearTimeout(R),u.value=!1},le)},be=()=>{var K;const le=L((K=i.value)==null?void 0:K.$el);le.style.setProperty("display","block"),le.style.setProperty("z-index",`${e.zIndex?e.zIndex:oi.getPopperIndex()}`),W(),t.emit("afterShow",{isShow:!0})},de=()=>{var K;L((K=i.value)==null?void 0:K.$el).style.setProperty("display","none"),t.emit("afterHidden",{isShow:!1})},ue=()=>{u.value?me():oe()},ee=()=>{ue()},X=()=>{e.trigger==="hover"&&(z&&(Q=!0,clearTimeout(z),z=void 0),B())},Z=()=>{Q&&(me(),Q=!1,G())},B=()=>{t.emit(_n.CONTENT_MOUSEENTER)},G=()=>{t.emit(_n.CONTENT_MOUSELEAVE)},F=()=>({hover:{content:[["mouseenter",X],["mouseleave",Z]],reference:[["mouseenter",oe],["mouseleave",me],["focus",oe],["blur",me]]},click:[["click",ee]],manual:{content:[["mouseenter",B],["mouseleave",G]],reference:[[]]}})[e.trigger]??[],ie=le=>{c.value=le};return r.watch(()=>e.isShow,le=>{u.value=le}),r.watch(u,le=>{le?be():de()}),{showPopover:oe,hidePopover:me,resolveTriggerEvents:F,updatePopover:W,triggerPopover:ue,resolvePopElements:b,isElementFullScreen:d,resolveTargetElement:L,createPopInstance:P,updateFullscreenTarget:ie,getFullscreenRoot:f,stopHide:()=>{z&&(Q=!0,clearTimeout(z),z=void 0)},localIsShow:u,cleanup:M}};let Gi=null,Zo=null;const o7=(e,t="#")=>{const n=i=>{let s=null;const o=d=>{s===null&&d()},u=()=>{if(/^parent$/i.test(e.boundary)){s=`${t}${Gi}`;const{parentNode:d}=i||{};d!=null&&d.parentNode&&(d.parentNode.setAttribute("data-pnode-id",Zo),s=`[data-pnode-id=${Zo}]`)}},c=()=>{if(!/^body$/i.test(e.boundary)){if(typeof e.boundary=="string"){if(!Ld(e.boundary)){console.error("props.boundary is not available selector"),s="body";return}s=e.boundary;return}if(Os(e.boundary)){s=e.boundary;return}}};return o(u),o(c),o(()=>{s=typeof e.boundary=="string"?e.boundary:`${t}${Gi}`}),s};if(Gi===null||!Ld(`#${Gi}`)){Gi=`id_${Di.v4()}`;const i=document.createElement("div");i.setAttribute("id",Gi),i.setAttribute("data-popper-id",Gi),document.body.append(i)}return Zo===null&&(Zo=`id_${Di.v4()}`),{popContainerId:Gi,prefixId:n(),getPrefixId:n}},l7=(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o})=>{let u=null;const c=r.ref(!1),d=a7(),f=r.ref(),{localIsShow:g,showPopover:m,hidePopover:v,updatePopover:y,resolveTriggerEvents:b,resolvePopElements:I,isElementFullScreen:k,updateFullscreenTarget:L,createPopInstance:x,getFullscreenRoot:C,stopHide:N}=s7(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o}),M=()=>{m()},T=()=>{v()},j=()=>{x(),e.always?m():S()},S=()=>{const{elReference:Z,elContent:B}=I();if(u=b(),Array.isArray(u))P(Z,u);else{const{content:G,reference:F}=u;P(Z,F),P(B,G)}},P=(Z,B)=>{B.forEach(([G,F])=>{G&&typeof F=="function"&&Z.addEventListener(G,F)})},W=()=>{if(u!=null&&u.length){const{elReference:Z}=I();Z&&u.forEach(([B,G])=>{B&&typeof G=="function"&&Z.removeEventListener(B,G)}),u=null}},z=()=>{const{elReference:Z,root:B}=I();if(c.value){oe.value=f==null?void 0:f.value;return}oe.value=R(B||Z)},{getPrefixId:R}=o7(e,"#"),Q=()=>{var Z;(Z=f==null?void 0:f.value)==null||Z.setAttribute("data-fllsrn-id",d)},$=()=>{var B;const Z=`[data-fllsrn-id=${d}]`;(((B=f==null?void 0:f.value)==null?void 0:B.querySelectorAll(Z))??[]).forEach(G=>{G==null||G.removeAttribute("data-fllsrn-id")})},oe=r.ref(),me=()=>{W()},be=Z=>{f.value=Z,L(Z),c.value=k(),Q()},de=Z=>{document.fullscreenElement||$(),be(Z.target),z(),y(null,e)};return{onMountedFn:()=>{if(!e.disabled){if(j(),k()){const Z=`[data-fllsrn-id=${d}]`,B=C(Z);be(B)}z(),document.body.addEventListener("fullscreenchange",de)}},onUnmountedFn:()=>{me(),document.body.removeEventListener("fullscreenchange",de)},handleClickOutside:Z=>{t.emit(_n.CLICK_OUTSIDE,{isShow:g.value,event:Z}),!(e.disableOutsideClick||e.always||e.disabled||e.trigger==="manual")&&g.value&&T()},beforeInstanceUnmount:me,updateBoundary:z,initPopInstance:j,updatePopover:y,showPopover:m,hidePopover:v,showFn:M,hideFn:T,stopHide:N,isFullscreen:c,boundary:oe,localIsShow:g}},Bg=r.defineComponent({name:"Popover",components:{Content:f3,Arrow:d3,Root:h3},directives:{clickoutside:ui},props:JI,emits:zI,setup(e,t){const{content:n,theme:i,disableTeleport:s}=e,{reference:o}=r.toRefs(e),u=r.ref(),c=r.ref(),d=r.ref(),f=r.ref(),g=r.computed(()=>o.value||u.value),{onMountedFn:m,onUnmountedFn:v,handleClickOutside:y,beforeInstanceUnmount:b,updateBoundary:I,initPopInstance:k,showFn:L,hideFn:x,showPopover:C,hidePopover:N,updatePopover:M,stopHide:T,localIsShow:j,boundary:S}=l7(e,t,{refReference:g,refContent:c,refArrow:d,refRoot:f});!e.always&&!e.disabled&&r.watch(()=>e.isShow,()=>{e.isShow?C():N()},{immediate:!0}),r.watch(()=>[e.disabled],$=>{$[0]?b():k()}),I(),r.onMounted(m),r.onBeforeUnmount(v);const P=r.computed(()=>!s),W=()=>{L()},z=()=>{x()},R=r.computed(()=>e.renderType===Vl.AUTO?!0:j.value),Q=()=>{if(e.allowHtml){const{vNode:$}=Hg(e.content);return $}return n};return{boundary:S,arrow:e.arrow,refDefaultReference:u,refContent:c,refArrow:d,content:n,theme:i,transBoundary:P,handleClickOutside:y,updatePopover:M,hide:z,show:W,stopHide:T,contentIsShow:R,renderContent:Q}},render(){return r.createVNode(h3,{ref:"refRoot"},{default:()=>[r.createVNode(RI,{ref:"refDefaultReference"},{default:()=>{var e,t;return[((t=(e=this.$slots).default)==null?void 0:t.call(e))??r.createVNode("span",null,null)]}}),r.createVNode(r.Teleport,{to:this.boundary,disabled:!this.transBoundary},{default:()=>[r.withDirectives(r.createVNode(f3,{ref:"refContent","data-theme":this.theme,extCls:this.extCls,width:this.width,height:this.height,maxHeight:this.maxHeight},{default:()=>{var e,t;return[this.contentIsShow?((t=(e=this.$slots).content)==null?void 0:t.call(e))??this.renderContent():""]},arrow:()=>this.arrow?r.createVNode(d3,{ref:"refArrow"},{default:()=>{var e,t;return[(t=(e=this.$slots).arrow)==null?void 0:t.call(e)]}}):""}),[[r.resolveDirective("clickoutside"),this.handleClickOutside]])]})]})}});function qf(e){let t=null,n=null,i=null;const s={boundary:"body",placement:"top",autoVisibility:!1,...e,trigger:"manual"},o={name:"$popover",setup(m,{expose:v}){const y=r.ref(s),b=r.ref(),I=r.ref({position:"absolute",pointerEvents:"none",left:0,top:0,width:"auto",height:"auto",transform:""}),k=S=>{if(Os(S)){const{x:z,y:R,width:Q,height:$}=S.getBoundingClientRect();Object.assign(I.value,{width:`${Q}px`,height:`${$}px`,transform:`translate3d(${z}px,${R}px,0)`});return}const{clientX:P,clientY:W}=S;Object.assign(I.value,{transform:`translate3d(${P}px,${W}px,0)`,width:"10px",height:"10px"})};k(y.value.target);const L=()=>{var S,P;(P=(S=b.value)==null?void 0:S.show)==null||P.call(S)},x=()=>{var S,P;(P=(S=b.value)==null?void 0:S.hide)==null||P.call(S)},C=()=>{var S,P;(P=(S=b.value)==null?void 0:S.stopHide)==null||P.call(S)},N=r.computed(()=>{const S=["target"];return Object.keys(y.value).filter(P=>!S.includes(P)).reduce((P,W)=>({...P,[W]:y.value[W]}),{})}),M=S=>{var P,W;y.value.target=S,k(S),(W=(P=b.value)==null?void 0:P.updatePopover)==null||W.call(P),r.nextTick(()=>{var z,R;(R=(z=b.value)==null?void 0:z.updatePopover)==null||R.call(z)})},T=()=>{var S;(S=s.onContentMouseenter)==null||S.call(s)},j=()=>{var S;(S=s.onContentMouseleave)==null||S.call(s)};return v({show:L,hide:x,updateTarget:M,stopHide:C}),()=>r.createVNode(Bg,r.mergeProps(N.value,{ref:b,onContentMouseenter:T,onContentMouseleave:j}),{default:()=>[r.createVNode("span",{style:I.value},null)]})}};function u(m){return/^body$/i.test(m)?document.body:/^parent$/i.test(m)?Os(s.target)?s.target.parentNode:s.target.target.parentNode:typeof m=="string"&&Ld(m)?document.querySelector(m):document.body}t===null&&(i=document.createElement("div"),u(s.boundary).append(i),t=r.createApp(o),n=t.mount(i));function c(){t&&(t.unmount(),n=null,t=null,i.remove())}function d(){n==null||n.show()}function f(m){n==null||n.updateTarget(m)}function g(){n==null||n.hide()}return{close:c,show:d,hide:g,update:f,get vm(){return n},get $el(){return n.$el}}}const Yt=Fe(Bg),c7=r.defineComponent({name:"Popover2",setup(){return()=>r.createVNode("code",null,["<bk-popover2></bk-popover2>已经合并为<bk-popover></bk-popover>,请替换为<bk-popover></bk-popover>"])}}),Fg=Fe(c7),u7=(e,{attrs:t,slots:n})=>{const{width:i,percent:s,strokeWidth:o,color:u,strokeLinecap:c,theme:d,type:f,bgColor:g,titleStyle:m}=t,v=o||6,y=i||126,b={width:typeof y=="number"?`${y}px`:y,height:typeof y=="number"?`${y}px`:y,fontSize:`${y*.15+6}px`},I=50-v/2,k=f==="dashboard",L=Math.PI*2*I,x=k&&.75||1,C=`${-1*L*(1-x)/2}px`,N="stroke-dasharray 0.6s ease 0s, stroke 0.6s ease",M={strokeDasharray:`${L*x}px, ${L}px`,strokeDashoffset:C},T={strokeDasharray:`${L*x*(s/100)}px, ${L}px`,strokeDashoffset:C,transition:N},j=`
|
40
50
|
M 50 50
|
41
|
-
m 0 ${
|
42
|
-
a ${
|
43
|
-
a ${
|
44
|
-
`,te={d:H,stroke:I||"#f5f5f5","stroke-linecap":f,"stroke-width":b,"fill-opacity":"0",class:"process-circle-trail",style:O},R={d:H,stroke:h||"#13ce66","stroke-linecap":f,"stroke-width":l>0&&b||0,"fill-opacity":"0",class:`process-circle-path bk-${g}-circle-trail`,style:_};return a.createVNode("div",{class:"progress-outer-circle",style:L},[a.createVNode("svg",{viewBox:"0 0 100 100"},[a.createVNode("path",te,null),a.createVNode("path",R,null)]),a.createVNode("span",{class:"progress-circle-text",style:C},[i==null?void 0:i.default()])])},DI=(e,{attrs:n,slots:i})=>{const{percent:s,strokeWidth:l,size:u,color:h,titleStyle:f,showText:g,textInside:m,theme:I}=n,C={height:`${l}px`,lineHeight:`${l}px`},b={width:`${s}%`,background:h,animationDuration:"3s"},N=(L=!0)=>(g||i.default)&&(L&&m||!L&&!m)?i==null?void 0:i.default():null;return a.createVNode("div",{class:"progress-outer"},[a.createVNode("div",{class:`bk-progress-${u||"normal"} progress-bar`,style:C},[a.createVNode("div",{style:b,class:{"progress-inner":!0,[`bk-${I}`]:!0}},[a.createVNode("div",{class:"inner-text",style:f},[N()])])]),N(!1)])};function Nd(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!a.isVNode(e)}var jI=a.defineComponent({name:"Progress",props:{extCls:d.string,type:d.string.validate(e=>["line","circle","dashboard"].includes(e)).def("line"),percent:d.number.def(0),theme:d.theme().def("primary"),size:d.size(),width:d.number.def(126),strokeWidth:d.number,strokeLinecap:d.string.def("round"),textInside:d.bool.def(!1),showText:d.bool.def(!0),color:d.string,bgColor:d.string,fixed:d.number.validate(e=>e>=0&&e<=20).def(0),format:d.func.def(e=>`${e}%`),titleStyle:d.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:n,percent:i,textInside:s,titleStyle:l,fixed:u}=this.$props,h=n((f=this.validPercent(i))==null?void 0:f.toFixed(u));return(e||this.$slots.default)&&s?this.$slots.default?this.$slots.default():a.createVNode("span",null,[h]):!e||s?null:a.createVNode("span",{class:"progress-text",style:typeof h=="string"?l:void 0},[this.$slots.default?this.$slots.default():h])}},render(){const e=this.renderProcessInfo(),n=je(P({},this.$props),{percent:this.validPercent(this.percent)});let i=a.createVNode(DI,n,Nd(e)?e:{default:()=>[e]});(this.type==="circle"||this.type==="dashboard")&&(i=a.createVNode(SI,n,Nd(e)?e:{default:()=>[e]}));const s={class:Ne({extCls:!!this.extCls},`bk-progress bk-progress-${this.type}`)};return a.createVNode("div",s,[i])}});const Z9=Ze(jI),R9=Symbol("RadioGroup");function G9(){const e=a.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}function Y9(){const{props:e,emit:n}=a.getCurrentInstance(),i=a.inject(R9,L9),s=!k9(i),l=a.reactive({isLocalChecked:e.checked}),u=a.computed(()=>s?i.state.localValue===e.label:e.modelValue!==""?e.modelValue===e.label:l.isLocalChecked);l.isLocalChecked=u.value;const h=a.computed(()=>s&&i.props.disabled?!0:e.disabled);return{name:a.computed(()=>s&&i.props.name?i.props.name:e.name),isCheck:u,isDisabled:h,handlerChange:()=>{h.value||(n("change",e.label),n("update:modelValue",e.label),s&&i.handleChange(e.label))}}}const zI={name:d.string.def(""),label:d.oneOfType([String,Number,Boolean]).isRequired,modelValue:d.oneOfType([String,Number,Boolean]).def(""),checked:d.bool.def(!1),disabled:d.bool.def(!1)};var JI=a.defineComponent({name:"Radio",props:zI,emits:["change","update:modelValue"],setup(){const[e,{blur:n,focus:i}]=G9(),{name:s,isCheck:l,isDisabled:u,handlerChange:h}=Y9();return{isFocus:e,realName:s,isCheck:l,isDisabled:u,handleBlur:n,handleFocus:i,handlerChange:h}},render(){const e=Ne({"bk-radio":!0,"is-focusd":this.isFocus,"is-disabled":this.isDisabled,"is-checked":this.isCheck});return a.createVNode("label",{class:e,tabindex:"0"},[a.createVNode("input",{class:"bk-radio-input",type:"radio",tabindex:"0",name:this.realName,value:this.label,checked:this.isCheck,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handlerChange},null),a.createVNode("span",{class:"bk-radio-text"},[this.$slots.default?this.$slots.default():this.label])])}});const QI={name:d.string.def(""),label:d.oneOfType([String,Number,Boolean]).isRequired,modelValue:d.oneOfType([String,Number,Boolean]).def(""),checked:d.bool.def(!1),disabled:d.bool.def(!1),size:d.size};var ml=a.defineComponent({name:"RadioButton",props:QI,emits:["change","update:modelValue"],setup(){const[e,{blur:n,focus:i}]=G9(),{name:s,isCheck:l,isDisabled:u,handlerChange:h}=Y9();return{isFocus:e,realName:s,isCheck:l,isDisabled:u,handleBlur:n,handleFocus:i,handlerChange:h}},render(){const e=Ne({"bk-radio-button":!0,"is-focusd":this.isFocus,"is-disabled":this.isDisabled,"is-checked":this.isCheck});return a.createVNode("label",{class:e,tabindex:"0"},[a.createVNode("input",{class:"bk-radio-button-input",type:"radio",tabindex:"0",name:this.realName,value:this.label,checked:this.isCheck,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handlerChange},null),a.createVNode("div",{class:"bk-radio-button-text"},[this.$slots.default?this.$slots.default():this.label])])}});const PI={name:d.string.def(""),modelValue:d.oneOfType([String,Number,Boolean]),disabled:d.bool};var Ml=a.defineComponent({name:"RadioGroup",props:PI,emits:["change","update:modelValue"],setup(e,n){const i=a.reactive({localValue:e.modelValue});a.watch(()=>e.modelValue,()=>{i.localValue=e.modelValue});const s=l=>{n.emit("update:modelValue",l),n.emit("change",l)};return a.provide(R9,{props:e,state:i,handleChange:s}),{}},render(){var e;return a.createVNode("div",{class:"bk-radio-group"},[(e=this.$slots)==null?void 0:e.default()])}});const B9=tn(JI,{Group:Ml,Button:ml});var da=a.defineComponent({name:"Star",props:{rate:d.number.def(0),width:d.number.def(15),height:d.number.def(16),editable:d.bool.def(!0),hoverRate:d.number.def(0),max:d.number.def(5)},emits:["chooseRate","changeHover"],setup(e,{emit:n}){const i=f=>{if(!e.editable)return;const g=f+1;n("chooseRate",g)},s=f=>{if(!e.editable)return;const g=f+1;n("changeHover",g)},l=f=>Ne({"bk-is-select":f<Math.floor(u.value),"bk-is-edit":e.editable,"bk-rate-star":!0}),u=a.computed(()=>e.hoverRate||e.rate),h={width:`${e.width}px`,height:`${e.height}px`,minWidth:`${e.width}px`};return()=>a.createVNode("p",{class:"bk-rate-stars"},[Array(e.max).fill(1).map((f,g)=>a.createVNode("svg",{class:l(g),style:h,x:"0px",y:"0px",viewBox:"0 0 64 64",onClick:()=>i(g),onMouseenter:()=>s(g)},[a.createVNode("g",{transform:"translate(-143.000000, -635.000000)"},[a.createVNode("g",{transform:"translate(83.000000, 114.000000)"},[a.createVNode("g",{transform:"translate(15.000000, 384.000000)"},[a.createVNode("g",{transform:"translate(29.000000, 137.000000)"},[a.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)])])])])]))])}}),OI=a.defineComponent({name:"Rate",components:{star:da},props:{modelValue:d.number.def(0),size:d.size(),editable:d.bool.def(!0)},emits:["change","update:modelValue"],setup(e,{emit:n}){const i=a.ref(0),s=I=>{!e.editable||(n("update:modelValue",I),n("change",I))},l=I=>{i.value=I},u=Ne({"bk-rate":!0}),f={small:{width:12,height:12},large:{width:18,height:18}}[e.size]||{width:15,height:16},g=a.computed(()=>{const I=Math.floor(e.modelValue),C=(f.width+3)*I,b=f.width*(e.modelValue-I);return{width:`${C+b}px`}}),m={width:f.width,height:f.height};return()=>a.createVNode("p",{class:u},[e.editable?a.createVNode(da,a.mergeProps({rate:e.modelValue,"hover-rate":i.value,onChooseRate:s,onChangeHover:l,onMouseleave:()=>l(0)},m),null):[a.createVNode(da,a.mergeProps({rate:5,style:g.value,class:"bk-score-real",editable:!1},m),null),a.createVNode(da,a.mergeProps({rate:0,editable:!1},m),null)]])}});const H9=Ze(OI);var AI=a.defineComponent({name:"Swiper",props:{isLoop:d.bool.def(!0),loopTime:d.number.def(8e3),pics:d.array.def([]),list:d.array.def([]),height:d.number,width:d.number},emits:["index-change"],setup(e,{emit:n,slots:i}){const{isLoop:s,loopTime:l,pics:u,list:h,height:f,width:g}=a.toRefs(e),m=a.ref(),I=a.ref(0),C=a.ref(0),b=a.ref(0),N=a.ref(0);let L;const x=a.computed(()=>{var W;return((W=h.value)==null?void 0:W.length)>0?h.value:u.value}),j=a.computed(()=>({width:`${C.value*x.value.length}px`,transform:`translateX(-${C.value*I.value}px)`})),D=a.computed(()=>({width:`${C.value}px`,height:`${b.value}px`})),A=W=>{let S=W;W>=x.value.length&&(S=0),W<0&&(S=x.value.length-1),I.value=S,n("index-change",S)},J=W=>{!W||window.open(W,"_blank")},U=W=>["bk-swiper-img",{"bk-swiper-link":W.link},W.class],O=W=>({"background-image":`url(${W.url})`,"background-color":W.color}),_=W=>({"bk-current-index":I.value===W}),H=()=>{s.value&&(N.value=window.setTimeout(()=>{A(I.value+1),H()},l.value))},te=()=>{window.clearTimeout(N.value)},R=()=>{var S;const W=(S=m.value)==null?void 0:S.parentElement;!W||!window.ResizeObserver||(L=new ResizeObserver(()=>{X()}),L.observe(W))},ee=()=>{var W;(W=L.disconnect)==null||W.call(L)},G=W=>{if(W===void 0)return{height:0,width:0};const S=getComputedStyle(W),Y=W.clientWidth-parseFloat(S.paddingTop)-parseFloat(S.paddingBottom);return{height:W.clientHeight-parseFloat(S.paddingLeft)-parseFloat(S.paddingRight),width:Y}},X=()=>{var S;const W=G((S=m.value)==null?void 0:S.parentElement);C.value=+g.value>0?g.value:W.width,b.value=+f.value>0?f.value:W.height};return a.watch([f,g],X),a.onMounted(()=>{X(),H(),R()}),a.onBeforeUnmount(()=>{te(),ee()}),()=>a.createVNode("section",{class:"bk-swiper-home",ref:m,style:D.value},[a.createVNode("hgroup",{style:j.value,class:"bk-transition bk-swiper-main"},[x.value.map(W=>{var S,Y;return a.createVNode("h3",{class:"bk-swiper-card",style:D.value},[(Y=(S=i.default)==null?void 0:S.call(i,W))!=null?Y:a.createVNode("span",{class:U(W),style:O(W),onClick:()=>J(W.link)},null)])})]),a.createVNode("ul",{class:"bk-swiper-index"},[x.value.map((W,S)=>a.createVNode("li",{class:_(S),onMouseover:()=>A(S)},null))]),a.createVNode("span",{class:"bk-swiper-nav bk-nav-prev",onClick:()=>A(I.value-1)},[a.createVNode("i",{class:"bk-swiper-nav-icon"},null)]),a.createVNode("span",{class:"bk-swiper-nav bk-nav-next",onClick:()=>A(I.value+1)},[a.createVNode("i",{class:"bk-swiper-nav-icon"},null)])])}});const F9=Ze(AI),Il=Symbol("BkSelect"),U9=Symbol("BkOptionGroup");function EI(){const e=a.ref(!1);return{isFocus:e,handleFocus:()=>{e.value=!0},handleBlur:()=>{e.value=!1}}}function VI(){const e=a.ref(!1);return{isHover:e,setHover:()=>{e.value=!0},cancelHover:()=>{e.value=!1}}}function No(e){return{register:s=>{if(!!s)return e.value.add(s)},unregister:s=>e.value.delete(s)}}function WI(e,n=200){let i,s=e;return a.customRef((l,u)=>({get(){return l(),s},set(h){clearTimeout(i),i=setTimeout(()=>{s=h,u()},n)}}))}function ZI(e){const{popoverMinWidth:n}=e,i=a.ref("auto"),s=a.ref(!1);return{isPopoverShow:s,popperWidth:i,togglePopover:()=>{s.value=!s.value},onPopoverFirstUpdate:g=>{const{reference:m}=g.elements;i.value=Math.max(m.offsetWidth,n)},hidePopover:()=>{s.value=!1},showPopover:()=>{s.value=!0}}}function RI(e){const n=WI(""),i=a.ref(!1);return a.watch(n,async()=>{i.value=!0,await e(n.value),i.value=!1}),{searchKey:n,searchLoading:i}}function wd(e=""){return e&&String(e).trim().toLowerCase()}var Va=a.defineComponent({name:"Option",props:{value:d.oneOfType([String,Number,Boolean]),label:d.oneOfType([String,Number]),disabled:d.bool.def(!1)},setup(e){const{proxy:n}=a.getCurrentInstance(),i=a.reactive({visible:!0}),{disabled:s}=a.toRefs(e),l=a.inject(Il,null),u=a.inject(U9,null),h=a.computed(()=>l.selectedOptions.has(n)),f=a.computed(()=>l==null?void 0:l.props.multiple),g=()=>{s.value||l==null||l.handleOptionSelected(n)};return a.onBeforeMount(()=>{l==null||l.register(n),u==null||u.register(n)}),a.onBeforeUnmount(()=>{l==null||l.unregister(n),u==null||u.unregister(n)}),je(P({},a.toRefs(i)),{selected:h,multiple:f,handleOptionClick:g})},render(){var n,i,s;const e=Ne({"is-selected":this.selected,"is-disabled":this.disabled,"is-multiple":this.multiple,"is-hover":!1,"bk-select-option":!0});return a.withDirectives(a.createVNode("li",{class:e,onClick:this.handleOptionClick},[(s=(i=(n=this.$slots).default)==null?void 0:i.call(n))!=null?s:a.createVNode("span",null,[this.label])]),[[a.vShow,this.visible]])}}),yl=a.defineComponent({name:"Group",props:{label:d.string.def(""),disabled:d.bool.def(!1),collapsible:d.bool.def(!1),collapse:d.bool.def(!1)},setup(e,{emit:n}){const{proxy:i}=a.getCurrentInstance(),s=a.inject(Il,null),l=a.reactive({groupCollapse:e.collapse,visible:!0}),u=a.ref(new Set),{register:h,unregister:f}=No(u),g=a.computed(()=>`${e.label} (${[...u.value.values()].filter(I=>I.visible).length})`),m=()=>{!e.collapsible||e.disabled||(l.groupCollapse=!l.groupCollapse,n("update:collapse",l.groupCollapse))};return a.provide(U9,a.reactive(je(P({},a.toRefs(e)),{register:h,unregister:f,groupCollapse:a.toRef(l,"groupCollapse")}))),a.onBeforeMount(()=>{s==null||s.registerGroup(i)}),a.onBeforeUnmount(()=>{s==null||s.unregisterGroup(i)}),je(P({},a.toRefs(l)),{groupLabel:g,handleToggleCollapse:m})},render(){var s,l;const e=Ne({"bk-option-group":!0,collapsible:this.collapsible,disabled:this.disabled}),n=Ne({"bk-option-group-label":!0,collapsible:this.collapsible}),i=Ne({"default-group-label-icon":!0,collapse:this.groupCollapse});return a.withDirectives(a.createVNode("ul",{class:e},[a.createVNode("li",{class:n,onClick:this.handleToggleCollapse},[this.$slots.label?this.$slots.label():a.createVNode("span",{class:"default-group-label"},[this.collapsible&&a.createVNode(Ja,{class:i},null),a.createVNode("span",{class:"default-group-label-title"},[this.groupLabel])])]),a.withDirectives(a.createVNode("ul",{class:"bk-option-group-content"},[(l=(s=this.$slots).default)==null?void 0:l.call(s)]),[[a.vShow,!this.groupCollapse]])]),[[a.vShow,this.visible]])}}),Ld=!1,ti,wo,Lo,Ia,ya,_9,Ca,ko,To,xo,X9,So,Do,K9,$9;function Tt(){if(!Ld){Ld=!0;var e=navigator.userAgent,n=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),i=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(So=/\b(iPhone|iP[ao]d)/.exec(e),Do=/\b(iP[ao]d)/.exec(e),xo=/Android/i.exec(e),K9=/FBAN\/\w+;/i.exec(e),$9=/Mobile/i.exec(e),X9=!!/Win64/.exec(e),n){ti=n[1]?parseFloat(n[1]):n[5]?parseFloat(n[5]):NaN,ti&&document&&document.documentMode&&(ti=document.documentMode);var s=/(?:Trident\/(\d+.\d+))/.exec(e);_9=s?parseFloat(s[1])+4:ti,wo=n[2]?parseFloat(n[2]):NaN,Lo=n[3]?parseFloat(n[3]):NaN,Ia=n[4]?parseFloat(n[4]):NaN,Ia?(n=/(?:Chrome\/(\d+\.\d+))/.exec(e),ya=n&&n[1]?parseFloat(n[1]):NaN):ya=NaN}else ti=wo=Lo=ya=Ia=NaN;if(i){if(i[1]){var l=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);Ca=l?parseFloat(l[1].replace("_",".")):!0}else Ca=!1;ko=!!i[2],To=!!i[3]}else Ca=ko=To=!1}}var jo={ie:function(){return Tt()||ti},ieCompatibilityMode:function(){return Tt()||_9>ti},ie64:function(){return jo.ie()&&X9},firefox:function(){return Tt()||wo},opera:function(){return Tt()||Lo},webkit:function(){return Tt()||Ia},safari:function(){return jo.webkit()},chrome:function(){return Tt()||ya},windows:function(){return Tt()||ko},osx:function(){return Tt()||Ca},linux:function(){return Tt()||To},iphone:function(){return Tt()||So},mobile:function(){return Tt()||So||Do||xo||$9},nativeApp:function(){return Tt()||K9},android:function(){return Tt()||xo},ipad:function(){return Tt()||Do}},GI=jo,fa=!!(typeof window!="undefined"&&window.document&&window.document.createElement),YI={canUseDOM:fa,canUseWorkers:typeof Worker!="undefined",canUseEventListeners:fa&&!!(window.addEventListener||window.attachEvent),canUseViewport:fa&&!!window.screen,isInWorker:!fa},BI=YI,q9=BI,e0;q9.canUseDOM&&(e0=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);/**
|
51
|
+
m 0 ${k?"":"-"}${I}
|
52
|
+
a ${I} ${I} 0 1 1 0 ${k?"-":""}${I*2}
|
53
|
+
a ${I} ${I} 0 1 1 0 ${k?"":"-"}${I*2}
|
54
|
+
`,S={d:j,stroke:g||"#f5f5f5","stroke-linecap":c,"stroke-width":v,"fill-opacity":"0",class:"process-circle-trail",style:M},P={d:j,stroke:u||"#13ce66","stroke-linecap":c,"stroke-width":s>0&&v||0,"fill-opacity":"0",class:`process-circle-path bk-${d}-circle-trail`,style:T};return r.createVNode("div",{class:"progress-outer-circle",style:b},[r.createVNode("svg",{viewBox:"0 0 100 100"},[r.createVNode("path",S,null),r.createVNode("path",P,null)]),r.createVNode("span",{class:"progress-circle-text",style:m},[n==null?void 0:n.default()])])},d7=(e,{attrs:t,slots:n})=>{const{percent:i,strokeWidth:s,size:o,color:u,titleStyle:c,showText:d,textInside:f,theme:g}=t,m={height:`${s}px`,lineHeight:`${s}px`},v={width:`${i}%`,background:u,animationDuration:"3s"},y=(b=!0)=>(d||n.default)&&(b&&f||!b&&!f)?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:m},[r.createVNode("div",{style:v,class:{"progress-inner":!0,[`bk-${g}`]:!0}},[r.createVNode("div",{class:"inner-text",style:c},[y()])])]),y(!1)])};function M3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const f7=r.defineComponent({name:"Progress",props:{extCls:p.string,type:p.string.validate(e=>["line","circle","dashboard"].includes(e)).def("line"),percent:p.number.def(0),theme:p.theme().def(zl.PRIMARY),size:p.size(),width:p.number.def(126),strokeWidth:p.number,strokeLinecap:p.string.def("round"),textInside:p.bool.def(!1),showText:p.bool.def(!0),color:p.string,bgColor:p.string,fixed:p.number.validate(e=>e>=0&&e<=20).def(0),format:p.func.def(e=>`${e}%`),titleStyle:p.object.def({fontSize:"16px",verticalAlign:"middle"})},setup(){return{}},methods:{validPercent(e){return!e||e<0?0:e>100?100:e},renderProcessInfo(){var c;const{showText:e,format:t,percent:n,textInside:i,titleStyle:s,fixed:o}=this.$props,u=t((c=this.validPercent(n))==null?void 0:c.toFixed(o));return(e||this.$slots.default)&&i?this.$slots.default?this.$slots.default():r.createVNode("span",null,[u]):!e||i?null:r.createVNode("span",{class:"progress-text",style:typeof u=="string"?s:void 0},[this.$slots.default?this.$slots.default():u])}},render(){const e=this.renderProcessInfo(),t={...this.$props,percent:this.validPercent(this.percent)};let n=r.createVNode(d7,t,M3(e)?e:{default:()=>[e]});(this.type==="circle"||this.type==="dashboard")&&(n=r.createVNode(u7,t,M3(e)?e:{default:()=>[e]}));const i={class:Pe({extCls:!!this.extCls},`bk-progress bk-progress-${this.type}`)};return r.createVNode("div",i,[n])}}),Es=Fe(f7),Gg=Symbol("RadioGroup");function Zg(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const Yg=()=>{const e=r.getCurrentInstance(),{props:t,emit:n}=e,i=r.inject(Gg,fg),s=!hg(i),o=r.ref(!1),u=r.computed(()=>s&&i.props.disabled?!0:t.disabled);s?r.watch(()=>i.props.modelValue,f=>{o.value=f===t.label},{immediate:!0}):r.watch(()=>t.modelValue,f=>{f!==""&&(o.value=f===t.label)},{immediate:!0});const c=(f=!0)=>{o.value=f},d=f=>{if(u.value)return;const g=f.target;o.value=g.checked;const m=o.value?t.label:"";n("update:modelValue",m),n("change",m),s&&i.handleChange(e.proxy),r.nextTick(()=>{g.checked!==o.value&&(g.checked=o.value)})};return r.onMounted(()=>{s&&i.register(e.proxy)}),r.onBeforeUnmount(()=>{s&&i.unregister(e.proxy)}),{isChecked:o,isDisabled:u,setChecked:c,handleChange:d}},h7={name:p.string.def(""),label:p.oneOfType([String,Number,Boolean]).isRequired,modelValue:p.oneOfType([String,Number,Boolean]).def(""),checked:p.bool.def(!1),disabled:p.bool.def(!1)},g7=r.defineComponent({name:"Radio",props:h7,emits:["change","update:modelValue"],setup(){const[e,{blur:t,focus:n}]=Zg(),{isChecked:i,isDisabled:s,setChecked:o,handleChange:u}=Yg();return{isFocused:e,isChecked:i,isDisabled:s,setChecked:o,handleBlur:t,handleFocus:n,handleChange:u}},render(){const e=Pe({"bk-radio":!0,"is-focused":this.isFocused,"is-disabled":this.isDisabled,"is-checked":this.isChecked}),t=()=>!this.label&&!this.$slots.default?null:r.createVNode("span",{class:"bk-radio-label"},[this.$slots.default?this.$slots.default():this.label]);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),t()])}}),p7={name:p.string.def(""),label:p.oneOfType([String,Number,Boolean]).isRequired,modelValue:p.oneOfType([String,Number,Boolean]).def(""),checked:p.bool.def(!1),disabled:p.bool.def(!1),size:p.size()},m7=r.defineComponent({name:"RadioButton",props:p7,emits:["change","update:modelValue"],setup(){const[e,{blur:t,focus:n}]=Zg(),{isChecked:i,isDisabled:s,setChecked:o,handleChange:u}=Yg();return{isFocused:e,isChecked:i,isDisabled:s,setChecked:o,handleBlur:t,handleFocus:n,handleChange:u}},render(){const e=Pe({"bk-radio-button":!0,"is-focused":this.isFocused,"is-disabled":this.isDisabled,"is-checked":this.isChecked}),t=()=>!this.label&&!this.$slots.default?null:r.createVNode("div",{class:"bk-radio-button-label"},[this.$slots.default?this.$slots.default():this.label]);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),t()])}}),v7={name:p.string.def(""),modelValue:p.oneOfType([String,Number,Boolean]),disabled:p.bool,withValidate:p.bool.def(!0),type:p.oneOf(["tab","capsule","card"]).def("tab")},y7=r.defineComponent({name:"RadioGroup",props:v7,emits:["change","update:modelValue"],setup(e,t){const n=Zn(),i=[],s=c=>{i.push(c)},o=c=>{const d=i.indexOf(c);d>-1&&i.splice(d,1)},u=c=>{const d=c.label;i.forEach(f=>{f!==c&&f.setChecked(!1)}),t.emit("update:modelValue",d),t.emit("change",d)};return r.provide(Gg,{props:e,register:s,unregister:o,handleChange:u}),r.watch(()=>e.modelValue,()=>{var c;e.withValidate&&((c=n==null?void 0:n.validate)==null||c.call(n,"change"))}),r.onMounted(()=>{e.modelValue!==""&&i.forEach(c=>{c.setChecked(c.label===e.modelValue)})}),{}},render(){var e;return r.createVNode("div",{class:["bk-radio-group",`bk-radio-${this.type}`]},[(e=this.$slots)==null?void 0:e.default()])}}),Ug=dn(g7,{Group:y7,Button:m7}),Yo=r.defineComponent({name:"Star",props:{rate:p.number.def(0),width:p.number.def(15),height:p.number.def(16),editable:p.bool.def(!0),hoverRate:p.number.def(0),max:p.number.def(5)},emits:["chooseRate","changeHover"],setup(e,{emit:t}){const n=c=>{if(!e.editable)return;const d=c+1;t("chooseRate",d)},i=c=>{if(!e.editable)return;const d=c+1;t("changeHover",d)},s=c=>Pe({"bk-is-select":c<Math.floor(o.value),"bk-is-edit":e.editable,"bk-rate-star":!0}),o=r.computed(()=>e.hoverRate||e.rate),u={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((c,d)=>r.createVNode("svg",{class:s(d),style:u,x:"0px",y:"0px",viewBox:"0 0 64 64",onClick:()=>n(d),onMouseenter:()=>i(d)},[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)])])])])]))])}}),b7=r.defineComponent({name:"Rate",components:{star:Yo},props:{modelValue:p.number.def(0),size:p.size(),editable:p.bool.def(!0),withValidate:p.bool.def(!0)},emits:["change","update:modelValue"],setup(e,{emit:t}){const n=Zn(),i=r.ref(0),s=m=>{e.editable&&(t("update:modelValue",m),t("change",m))},o=m=>{i.value=m},u=Pe({"bk-rate":!0}),d={small:{width:12,height:12},large:{width:18,height:18}}[e.size]||{width:15,height:16},f=r.computed(()=>{const m=Math.floor(e.modelValue),v=(d.width+3)*m,y=d.width*(e.modelValue-m);return{width:`${v+y}px`}}),g={width:d.width,height:d.height};return r.watch(()=>e.modelValue,()=>{var m;e.withValidate&&((m=n==null?void 0:n.validate)==null||m.call(n,"change"))}),()=>r.createVNode("p",{class:u},[e.editable?r.createVNode(Yo,r.mergeProps({rate:e.modelValue,"hover-rate":i.value,onChooseRate:s,onChangeHover:o,onMouseleave:()=>o(0)},g),null):[r.createVNode(Yo,r.mergeProps({rate:5,style:f.value,class:"bk-score-real",editable:!1},g),null),r.createVNode(Yo,r.mergeProps({rate:0,editable:!1},g),null)]])}}),$g=Fe(b7),C7=r.defineComponent({name:"Swiper",props:{isLoop:p.bool.def(!0),loopTime:p.number.def(8e3),pics:p.array.def([]),list:p.array.def([]),height:p.number,width:p.number},emits:["index-change"],setup(e,{emit:t,slots:n}){const{isLoop:i,loopTime:s,pics:o,list:u,height:c,width:d}=r.toRefs(e),f=r.ref(),g=r.ref(0),m=r.ref(0),v=r.ref(0),y=r.ref(0);let b;const I=r.computed(()=>{var Q;return((Q=u.value)==null?void 0:Q.length)>0?u.value:o.value}),k=r.computed(()=>({width:`${m.value*I.value.length}px`,transform:`translateX(-${m.value*g.value}px)`})),L=r.computed(()=>({width:`${m.value}px`,height:`${v.value}px`})),x=Q=>{let $=Q;Q>=I.value.length&&($=0),Q<0&&($=I.value.length-1),g.value=$,t("index-change",$)},C=Q=>{Q&&window.open(Q,"_blank")},N=Q=>["bk-swiper-img",{"bk-swiper-link":Q.link},Q.class],M=Q=>({"background-image":`url(${Q.url})`,"background-color":Q.color}),T=Q=>({"bk-current-index":g.value===Q}),j=()=>{i.value&&(y.value=window.setTimeout(()=>{x(g.value+1),j()},s.value))},S=()=>{window.clearTimeout(y.value)},P=()=>{var $;const Q=($=f.value)==null?void 0:$.parentElement;!Q||!window.ResizeObserver||(b=new ResizeObserver(()=>{R()}),b.observe(Q))},W=()=>{var Q;(Q=b.disconnect)==null||Q.call(b)},z=Q=>{if(Q===void 0)return{height:0,width:0};const $=getComputedStyle(Q),oe=Q.clientWidth-parseFloat($.paddingTop)-parseFloat($.paddingBottom);return{height:Q.clientHeight-parseFloat($.paddingLeft)-parseFloat($.paddingRight),width:oe}},R=()=>{var $;const Q=z(($=f.value)==null?void 0:$.parentElement);m.value=+d.value>0?d.value:Q.width,v.value=+c.value>0?c.value:Q.height};return r.watch([c,d],R),r.onMounted(()=>{R(),j(),P()}),r.onBeforeUnmount(()=>{S(),W()}),()=>r.createVNode("section",{class:"bk-swiper-home",ref:f,style:L.value},[r.createVNode("hgroup",{style:k.value,class:"bk-transition bk-swiper-main"},[I.value.map(Q=>{var $;return r.createVNode("h3",{class:"bk-swiper-card",style:L.value},[(($=n.default)==null?void 0:$.call(n,Q))??r.createVNode("span",{class:N(Q),style:M(Q),onClick:()=>C(Q.link)},null)])})]),r.createVNode("ul",{class:"bk-swiper-index"},[I.value.map((Q,$)=>r.createVNode("li",{class:T($),onMouseover:()=>x($)},null))]),r.createVNode("span",{class:"bk-swiper-nav bk-nav-prev",onClick:()=>x(g.value-1)},[r.createVNode("i",{class:"bk-swiper-nav-icon"},null)]),r.createVNode("span",{class:"bk-swiper-nav bk-nav-next",onClick:()=>x(g.value+1)},[r.createVNode("i",{class:"bk-swiper-nav-icon"},null)])])}}),Kg=Fe(C7);function w7(){return on().def("bottom")}const M7={content:p.string,type:p.oneOf(["tips","title"]).def("title"),calType:p.oneOf(["dom","canvas"]).def("dom"),boundary:p.oneOfType([p.string.def("parent"),p.instanceOf(HTMLElement)]).def(document.body),placement:w7().def("top-start"),resizeable:p.bool};function Xg(e,t){const{fontSize:n=14,fontFamily:i="Microsoft YaHei"}=t,o=document.createElement("canvas").getContext("2d");o.font=`${n}px ${i}`;const u=o.measureText(e),c=Math.abs(u.actualBoundingBoxLeft)+Math.abs(u.actualBoundingBoxRight);return Math.max(u.width,c)}function qg(e,t,n=document.body){if(!n)return 0;const{fontSize:i,fontFamily:s}=t||{},o=document.createElement("div");o.style.cssText=`position: absolute;left: -999em;top:-999em;z-index: -1;text-overflow: initial;
|
55
|
+
${i?`font-size:${i} ;`:""}
|
56
|
+
${s?`font-family:${s} `:""}
|
57
|
+
`,o.innerText=e,n.append(o);const{clientWidth:u}=o;return n.removeChild(o),u}const I7=r.defineComponent({name:"OverflowTitle",props:M7,setup(e,{slots:t}){const n=r.ref(null),i=r.ref(null),s=r.ref(!1),o=r.shallowRef(),u=r.computed(()=>{var c;return e.content?e.content:(c=t==null?void 0:t.default)==null?void 0:c.call(t)});return r.onMounted(()=>{const{clientWidth:c}=n.value,d=Rs(500,()=>{var g,m;s.value=!1,o.value={};let f=0;if(e.calType==="dom")f=qg((g=i.value)==null?void 0:g.textContent,null,n.value);else{const{fontSize:v,fontFamily:y}=getComputedStyle(n.value);f=Xg(u.value,{fontSize:v,fontFamily:y})}f>c&&(s.value=!0,e.type==="title"&&(o.value={title:((m=i==null?void 0:i.value)==null?void 0:m.innerText)??e.content}))});if(d(),e.resizeable){const f=new ResizeObserver(d);f.observe(n.value),r.onBeforeUnmount(()=>{n.value&&(f==null||f.unobserve(n.value)),f==null||f.disconnect()})}}),{boxRef:n,textRef:i,isShowTips:s,contentText:u,textProps:o}},render(){return r.createVNode("div",{ref:"boxRef",class:"position-relative"},[r.createVNode(Yt,{disabled:this.type==="title"||!this.isShowTips,placement:this.placement,boundary:this.boundary||document.body},{default:()=>r.createVNode("div",r.mergeProps({ref:"textRef",class:"text-ov"},this.textProps),[this.contentText]),content:()=>this.contentText})])}}),N7={mounted(e,{value:t={}}){const{clientWidth:n}=e.parentElement;if(!n)return;const{content:i,calType:s="dom"}=t,o=i||e.innerText;let u=0;if(s==="dom")u=qg(e.textContent,null,e.parentElement);else{const{fontSize:c,fontFamily:d}=getComputedStyle(e);u=Xg(o,{fontSize:c,fontFamily:d})}u>n&&e.setAttribute("title",o)}},e1=Fe(I7);var I3=!1,Cr,kd,Td,il,rl,t1,al,xd,Sd,Dd,n1,jd,Od,i1,r1;function en(){if(!I3){I3=!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(jd=/\b(iPhone|iP[ao]d)/.exec(e),Od=/\b(iP[ao]d)/.exec(e),Dd=/Android/i.exec(e),i1=/FBAN\/\w+;/i.exec(e),r1=/Mobile/i.exec(e),n1=!!/Win64/.exec(e),t){Cr=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,Cr&&document&&document.documentMode&&(Cr=document.documentMode);var i=/(?:Trident\/(\d+.\d+))/.exec(e);t1=i?parseFloat(i[1])+4:Cr,kd=t[2]?parseFloat(t[2]):NaN,Td=t[3]?parseFloat(t[3]):NaN,il=t[4]?parseFloat(t[4]):NaN,il?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),rl=t&&t[1]?parseFloat(t[1]):NaN):rl=NaN}else Cr=kd=Td=rl=il=NaN;if(n){if(n[1]){var s=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);al=s?parseFloat(s[1].replace("_",".")):!0}else al=!1;xd=!!n[2],Sd=!!n[3]}else al=xd=Sd=!1}}var Ed={ie:function(){return en()||Cr},ieCompatibilityMode:function(){return en()||t1>Cr},ie64:function(){return Ed.ie()&&n1},firefox:function(){return en()||kd},opera:function(){return en()||Td},webkit:function(){return en()||il},safari:function(){return Ed.webkit()},chrome:function(){return en()||rl},windows:function(){return en()||xd},osx:function(){return en()||al},linux:function(){return en()||Sd},iphone:function(){return en()||jd},mobile:function(){return en()||jd||Od||Dd||r1},nativeApp:function(){return en()||i1},android:function(){return en()||Dd},ipad:function(){return en()||Od}},L7=Ed,Uo=!!(typeof window<"u"&&window.document&&window.document.createElement),k7={canUseDOM:Uo,canUseWorkers:typeof Worker<"u",canUseEventListeners:Uo&&!!(window.addEventListener||window.attachEvent),canUseViewport:Uo&&!!window.screen,isInWorker:!Uo},T7=k7,a1=T7,s1;a1.canUseDOM&&(s1=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);/**
|
45
58
|
* Checks if an event is supported in the current execution environment.
|
46
59
|
*
|
47
60
|
* NOTE: This will not work correctly for non-generic events such as `change`,
|
@@ -54,4 +67,319 @@ function print() { __p += __j.call(arguments, '') }
|
|
54
67
|
* @return {boolean} True if the event is supported.
|
55
68
|
* @internal
|
56
69
|
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
57
|
-
*/function HI(e,n){if(!q9.canUseDOM||n&&!("addEventListener"in document))return!1;var i="on"+e,s=i in document;if(!s){var l=document.createElement("div");l.setAttribute(i,"return;"),s=typeof l[i]=="function"}return!s&&e0&&e==="wheel"&&(s=document.implementation.hasFeature("Events.wheel","3.0")),s}var FI=HI,UI=GI,_I=FI,kd=10,Td=40,xd=800;function t0(e){var n=0,i=0,s=0,l=0;return"detail"in e&&(i=e.detail),"wheelDelta"in e&&(i=-e.wheelDelta/120),"wheelDeltaY"in e&&(i=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(n=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(n=i,i=0),s=n*kd,l=i*kd,"deltaY"in e&&(l=e.deltaY),"deltaX"in e&&(s=e.deltaX),(s||l)&&e.deltaMode&&(e.deltaMode==1?(s*=Td,l*=Td):(s*=xd,l*=xd)),s&&!n&&(n=s<1?-1:1),l&&!i&&(i=l<1?-1:1),{spinX:n,spinY:i,pixelX:s,pixelY:l}}t0.getEventType=function(){return UI.firefox()?"DOMMouseScroll":_I("wheel")?"wheel":"mousewheel"};var XI=t0,KI=XI;const $I=typeof navigator!="undefined"&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,qI=function(e,n){e!=null&&e.addEventListener&&e.addEventListener($I?"DOMMouseScroll":"mousewheel",function(i){const s=KI(i);n==null||n.apply(this,[i,s])})},e2={beforeMount(e,n){console.error(e,n),qI(e,n.value)}},t2=e=>typeof Element=="undefined"?!1:e instanceof Element,On=new Map;let n0;document.addEventListener("mousedown",e=>n0=e);document.addEventListener("mouseup",e=>{for(const n of On.values())for(const{documentHandler:i}of n)i(e,n0)});function Sd(e,n){let i=[];return Array.isArray(n.arg)?i=n.arg:t2(n.arg)&&i.push(n.arg),function(s,l){const{popperRef:u}=n.instance,h=s.target,f=l==null?void 0:l.target,g=!n||!n.instance,m=!h||!f,I=e.contains(h)||e.contains(f),C=e===h,b=i.length&&i.some(L=>L==null?void 0:L.contains(h))||i.length&&i.includes(f),N=u&&(u.contains(h)||u.contains(f));g||m||I||C||b||N||n.value(s,l)}}const Cl={beforeMount(e,n){On.has(e)||On.set(e,[]),On.get(e).push({documentHandler:Sd(e,n),bindingFn:n.value})},updated(e,n){On.has(e)||On.set(e,[]);const i=On.get(e),s=i.findIndex(u=>u.bindingFn===n.oldValue),l={documentHandler:Sd(e,n),bindingFn:n.value};s>=0?i.splice(s,1,l):i.push(l)},unmounted(e){On.delete(e)}};const i0={mounted(e,n){const i=n2();typeof n.value=="object"?Object.assign(i,n.value):i.content=n.value;const{disabled:s,arrow:l,theme:u}=i;if(s)return;const h=i2(i.content,l,u==="light");a2(e,h,i)}};function n2(){return{arrow:!0,disabled:!1,trigger:"hover",theme:"dark",content:"",showOnInit:!1,placement:"top",distance:8,onShow:()=>{},onHide:()=>{}}}function i2(e,n,i){const s=fn.getPopperIndex(),l=document.createElement("div");if(l.className=`bk-popper ${i?"light":"dark"}`,l.innerText=e,l.style.zIndex=String(s),n){const u=r2();l.appendChild(u)}return document.body.appendChild(l),l}function r2(){const e=document.createElement("div");return e.className="bk-popper-arrow",e.setAttribute("data-popper-arrow",""),e}function a2(e,n,i){const{placement:s,distance:l,trigger:u,showOnInit:h,onShow:f,onHide:g}=i,m=m9(e,n,{placement:s,modifiers:[{name:"offset",options:{offset:[0,l]}}]});if(u==="hover"){const b=["mouseenter","focus"],N=["mouseleave","blur"];b.forEach(L=>{e.addEventListener(L,I)}),N.forEach(L=>{e.addEventListener(L,C)})}else u==="click"&&document.body.addEventListener("click",b=>{e.contains(b.target)&&!n.hasAttribute("data-show")?I():n.hasAttribute("data-show")&&C()});h&&I();function I(){n.setAttribute("data-show",""),f(),m.setOptions(b=>je(P({},b),{modifiers:[...b.modifiers,{name:"eventListeners",enabled:!0}]})),m.update()}function C(){n.removeAttribute("data-show"),g(),m.setOptions(b=>je(P({},b),{modifiers:[...b.modifiers,{name:"eventListeners",enabled:!1}]}))}}var s2=a.defineComponent({name:"Tag",props:{theme:d.theme(["success","info","warning","danger"]).def(""),closable:d.bool.def(!1),type:d.commonType(["","filled","stroke"]).def(""),checkable:d.bool.def(!1),checked:d.bool.def(!1),radius:d.string.def("2px"),extCls:d.string.def("")},emits:["change","close"],slots:["icon"],setup(e,{emit:n}){const i=a.computed(()=>Ne({"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")),s=a.computed(()=>({borderRadius:e.radius}));return{wrapperCls:i,wrapperStyle:s,handleClose:h=>{h.preventDefault(),h.stopPropagation(),n("close",h)},handleClick:h=>{h.preventDefault(),h.stopPropagation(),e.checkable&&n("change",!e.checked)}}},render(){var e,n;return a.createVNode("div",{class:this.wrapperCls,style:this.wrapperStyle,onClick:this.handleClick},[this.$slots.icon?a.createVNode("span",{class:"bk-tag-icon"},[this.$slots.icon()]):"",a.createVNode("span",{class:"bk-tag-text"},[(n=(e=this.$slots).default)==null?void 0:n.call(e)]),this.closable?a.createVNode(Wn,{class:"bk-tag-close",onClick:this.handleClose},null):""])}});const vl=Ze(s2);var o2=a.defineComponent({name:"Select",directives:{clickoutside:Cl},props:{modelValue:d.any,multiple:d.bool.def(!1),disabled:d.bool.def(!1),size:d.size().def("default"),clearable:d.bool.def(!0),loading:d.bool.def(!1),filterable:d.bool.def(!1),remoteMethod:d.func,scrollHeight:d.number.def(216),showSelectAll:d.bool.def(!1),popoverMinWidth:d.number.def(0),showOnInit:d.bool.def(!1),multipleMode:d.oneOf(["default","tag"]).def("default"),tagTheme:d.theme(["success","info","warning","danger"]).def(""),behavior:d.oneOf(["normal","simplicity"]).def("normal"),collapseTags:d.bool.def(!1),noDataText:d.string.def("\u65E0\u6570\u636E"),noMatchText:d.string.def("\u65E0\u5339\u914D\u6570\u636E"),loadingText:d.string.def("\u52A0\u8F7D\u4E2D..."),placeholder:d.string.def("\u8BF7\u9009\u62E9"),selectAllText:d.string.def("\u5168\u90E8")},emits:["update:modelValue","change","toggle","clear"],setup(e,{emit:n}){const{modelValue:i,disabled:s,filterable:l,placeholder:u,multiple:h,remoteMethod:f,loading:g,loadingText:m,noDataText:I,noMatchText:C,popoverMinWidth:b,showOnInit:N}=a.toRefs(e),L=a.reactive({currentPlaceholder:u.value,selectedOptions:new Set,currentSelectedLabel:""}),x=a.ref(),j=a.ref(),D=a.ref(new Set),A=a.ref(new Set),J=a.computed(()=>s.value||g.value),U=a.computed(()=>[...L.selectedOptions.values()].map(ae=>ae.label)),O=a.computed(()=>[...D.value.values()].filter(ae=>!ae.disabled).every(ae=>L.selectedOptions.has(ae))),_=a.computed(()=>!!A.value.size),H=a.computed(()=>!D.value.size),te=a.computed(()=>{const ae=[...D.value.values()];return ae.length&&ae.every(pe=>!pe.visible)}),R=a.computed(()=>typeof f.value=="function"),ee=a.computed(()=>!(ot.value||H.value||te.value)),G=a.computed(()=>ot.value?m.value:H.value?I.value:te.value?C.value:""),{register:X,unregister:W}=No(D),{register:S,unregister:Y}=No(A),{isHover:ne,setHover:se,cancelHover:q}=VI(),{isFocus:le,handleFocus:ce,handleBlur:me}=EI(),{popperWidth:Se,isPopoverShow:Te,onPopoverFirstUpdate:B,hidePopover:$,showPopover:fe,togglePopover:$e}=ZI({popoverMinWidth:b.value}),ze=ae=>{D.value.forEach(pe=>{var Be;pe.visible=(Be=wd(String(pe.label)))==null?void 0:Be.includes(wd(ae))})},{searchKey:_e,searchLoading:ot}=RI(R.value?f.value:ze),tt=()=>{const ae=U.value.join(",");l.value&&Te.value?(L.currentPlaceholder=ae||u.value,L.currentSelectedLabel=""):(L.currentPlaceholder=u.value,L.currentSelectedLabel=ae,_e.value="")};a.watch(Te,()=>{tt()});const lt=ae=>{ae!==i.value&&(n("change",ae),n("update:modelValue",ae))},bt=()=>{J.value||($e(),n("toggle",Te.value))},Pe=ae=>{_e.value=ae.target.value},Z=()=>{x.value.focus(),j.value.update(),!_e.value&&tt()},K=ae=>{J.value||!ae||(h.value?(L.selectedOptions.has(ae)?L.selectedOptions.delete(ae):L.selectedOptions.add(ae),lt([...L.selectedOptions.values()].map(pe=>pe.value))):(L.selectedOptions.clear(),L.selectedOptions.add(ae),lt(ae.value),$()),Z())},re=ae=>{ae.stopPropagation(),L.selectedOptions.clear(),$(),tt(),lt(h.value?[]:""),n("clear",h.value?[]:"")},Me=()=>{O.value?L.selectedOptions.clear():D.value.forEach(ae=>{ae.disabled||L.selectedOptions.has(ae)||L.selectedOptions.add(ae)}),Z(),lt([...L.selectedOptions.values()].map(ae=>ae.value))},we=()=>{$(),me()};return a.provide(Il,a.reactive({props:e,selectedOptions:a.unref(L.selectedOptions),register:X,unregister:W,registerGroup:S,unregisterGroup:Y,handleOptionSelected:K})),a.onMounted(()=>{const ae=Array.isArray(i.value)?i.value:[i.value];D.value.forEach(pe=>{ae.includes(pe.value)&&L.selectedOptions.add(pe)}),tt(),setTimeout(()=>{N.value&&fe()})}),je(P({},a.toRefs(L)),{options:D,isDisabled:J,selectedLabel:U,isPopoverShow:Te,isHover:ne,popperWidth:Se,popoverRef:j,inputRef:x,searchLoading:ot,isOptionsEmpty:H,isSearchEmpty:te,isFocus:le,isShowSelectContent:ee,curContentText:G,isGroup:_,searchKey:_e,setHover:se,cancelHover:q,handleFocus:ce,handleInput:Pe,handleTogglePopover:bt,handleClear:re,onPopoverFirstUpdate:B,hidePopover:$,showPopover:fe,handleToggleAll:Me,handleOptionSelected:K,handleClickOutside:we})},render(){const e=Ne({"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}),n=[{name:"offset",options:{offset:[0,4]}}],i=()=>{var h,f;const l=()=>this.loading?a.createVNode(Oi,{class:"spinner",mode:"spin",size:"mini"},null):this.clearable&&this.isHover?a.createVNode(Vn,{class:"clear-icon",onClick:this.handleClear},null):a.createVNode(Qa,{class:"angle-up"},null),u=()=>this.multipleMode==="tag"?a.createVNode("div",{class:"bk-select-tag"},[[...this.selectedOptions.values()].map(g=>a.createVNode(vl,{closable:!0,style:{marginTop:"3px"},theme:this.tagTheme,onClose:()=>this.handleOptionSelected(g)},{default:()=>[g.label]})),a.withDirectives(a.createVNode("input",{class:"bk-select-tag-input",ref:"inputRef",type:"text",placeholder:this.selectedOptions.size?"":this.placeholder,readonly:!this.filterable||!this.isPopoverShow,"onUpdate:modelValue":g=>this.searchKey=g,onFocus:this.handleFocus},null),[[a.vModelText,this.searchKey]])]):a.withDirectives(a.createVNode("input",{ref:"inputRef",type:"text",class:"bk-select-input",style:{paddingLeft:this.$slots.prefixIcon?"20px":"10px"},"onUpdate:modelValue":g=>this.currentSelectedLabel=g,placeholder:this.currentPlaceholder,readonly:!this.filterable||!this.isPopoverShow,onFocus:this.handleFocus,onInput:this.handleInput},null),[[a.vModelText,this.currentSelectedLabel]]);return a.createVNode("div",{class:"bk-select-trigger",onClick:this.handleTogglePopover,onMouseenter:this.setHover,onMouseleave:this.cancelHover},[this.$slots.prefixIcon?a.createVNode("span",{class:"bk-select-prefix"},[(f=(h=this.$slots).prefixIcon)==null?void 0:f.call(h)]):null,u(),l()])},s=()=>{var l,u;return a.createVNode("div",null,[!this.isShowSelectContent&&a.createVNode("div",{class:"bk-select-empty"},[this.searchLoading&&a.createVNode(Oi,{class:"mr5",mode:"spin",size:"mini"},null),this.curContentText]),a.createVNode("div",{class:"bk-select-content"},[a.createVNode("div",{class:"bk-select-dropdown",style:{maxHeight:`${this.scrollHeight}px`}},[a.withDirectives(a.createVNode("ul",{class:"bk-select-options"},[this.multiple&&this.showSelectAll&&!this.searchKey&&a.createVNode("li",{class:"bk-select-option",onClick:this.handleToggleAll},[this.selectAllText]),(u=(l=this.$slots).default)==null?void 0:u.call(l)]),[[a.vShow,this.isShowSelectContent]])]),this.$slots.extension&&a.createVNode("div",{class:"bk-select-extension"},[this.$slots.extension()])])])};return a.withDirectives(a.createVNode("div",{class:e},[a.createVNode(Ei,{ref:"popoverRef",theme:"light",trigger:"manual",width:this.popperWidth,arrow:!1,placement:"bottom",isShow:this.isPopoverShow,modifiers:n,handleFirstUpdate:this.onPopoverFirstUpdate},{default:()=>i(),content:()=>s()})]),[[a.resolveDirective("clickoutside"),this.handleClickOutside]])}});const bl=tn(o2,{Option:Va,Group:yl});function l2(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!a.isVNode(e)}const{propsMixin:u2}=ai,Nl=Object.assign({},u2);Nl.width.default="400";Nl.height.default="100%";var c2=a.defineComponent({name:"Sideslider",components:{BkModal:ai,BkButton:wi},props:je(P({},Nl),{direction:{type:String,default:"right",validator:e=>{const n=["left","right"];return n.indexOf(e)<0?(console.error(`direction property is not valid: '${e}',\u3010${n.join(" | ")}\u3011`),!1):!0}}}),emits:["closed","update:isShow"],methods:{handleClose(){this.$emit("update:isShow",!1),this.$emit("closed")}},render(){const e={header:()=>{var i,s,l;return[a.createVNode("div",{class:"bk-sideslider-header"},[a.createVNode("span",{class:`bk-sideslider-close ${this.direction}`,onClick:this.handleClose},null),a.createVNode("span",{class:`bk-sideslider-title ${this.direction}`},[(l=(s=(i=this.$slots).header)==null?void 0:s.call(i))!=null?l:"Header"])])]},default:()=>{var i,s,l;return(l=(s=(i=this.$slots).default)==null?void 0:s.call(i))!=null?l:"Content"},footer:()=>a.createVNode("div",{class:"bk-sideslider-footer"},null)},n=`bk-sideslider-wrapper ${this.scrollable?"scroll-able":""}`;return a.createVNode(ai,a.mergeProps(this.$props,{class:n,style:`${this.direction}: 0`}),l2(e)?e:{default:()=>[e]})}});const r0=Ze(c2),d2={theme:d.theme().def("primary"),size:d.size(),curStep:d.number.def(1),controllable:d.bool.def(!1),direction:d.commonType(["horizontal","vertical"],"direction").def("horizontal"),status:d.commonType(["","error","loading"],"status").def(""),lineType:d.commonType(["dashed","solid"],"lineType").def("dashed"),text:d.bool,extCls:d.string,steps:d.array.def([]),beforeChange:d.func};var f2=a.defineComponent({name:"Steps",props:d2,emits:["update:curStep","click"],setup(e,{emit:n}){const i=a.ref([]),s=h=>{const f=[];h.forEach(g=>{typeof g=="string"?f.push(g):f.push({title:g.title,icon:g.icon,description:g.description,status:g.status})}),i.value.splice(0,i.value.length,...f)},l=()=>{var h;i.value.splice(0,i.value.length,{title:"\u6B65\u9AA41",icon:1},{title:"\u6B65\u9AA42",icon:2},{title:"\u6B65\u9AA43",icon:3}),(h=e.steps)!=null&&h.length&&s(e.steps)},u=async h=>{try{e.controllable&&h!==e.curStep&&(typeof e.beforeChange=="function"&&await new Promise(async(f,g)=>{const m=await e.beforeChange(h);m?f(m):g(m)}),n("update:curStep",h),n("click",h))}catch(f){console.warn(f)}};return a.onMounted(l),{defaultSteps:i,jumpTo:u}},render(){const e="bk-steps",n=this.theme?`${e}-${this.theme}`:"",i=this.size?`${e}-${this.size}`:"",s=Ne({[`${this.extCls}`]:!!this.extCls,[`bk-steps-${this.direction}`]:this.direction,[`bk-steps-${this.lineType}`]:this.lineType},`${n} ${e} ${i}`),l=C=>this.curStep>C+1||this.defaultSteps[C].status==="done",u=C=>this.curStep===C+1,h=C=>{const{icon:b}=C;return b?Object.prototype.toString.call(b)==="[object Object]":typeof C=="string"},f=(C,b)=>b.icon?b.icon:C+1,g=C=>C.status==="loading",m=C=>C.status==="error",I=(C,b)=>u(C)&&this.status==="loading"||g(b)?a.createVNode(Uo,{class:"bk-icon bk-steps-icon icon-loading"},null):u(C)&&this.status==="error"||m(b)?a.createVNode(Wn,{class:"bk-steps-icon"},null):l(C)?a.createVNode(Xo,{class:"bk-steps-icon"},null):a.createVNode("span",{class:"number"},[f(C,b)]);return a.createVNode("div",{class:s},[this.defaultSteps.map((C,b)=>{var N,L,x;return a.createVNode("div",{class:["bk-step",C.title?"":"bk-step-no-content",l(b)?"done":"",u(b)?"current":"",C.status&&u(b)?[`bk-step-${C.status}`]:""]},[a.createVNode("span",{class:["bk-step-indicator",`bk-step-${h(C)?"icon":"number"}`],style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(b+1)}},[(x=(L=(N=this.$slots)[b+1])==null?void 0:L.call(N))!=null?x:I(b,C)]),C.title?a.createVNode("div",{class:"bk-step-content"},[a.createVNode("div",{class:"bk-step-title",style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(b+1)}},[C.title]),C.description&&a.createVNode("div",{class:"bk-step-description",title:C.description},[C.description])]):""])})])}});const a0=Ze(f2);var h2=a.defineComponent({name:"Switcher",props:{theme:d.theme().def(""),size:d.size(),disabled:d.bool,showText:d.bool,isOutline:d.bool,onText:d.string.def("ON"),offText:d.string.def("OFF"),isSquare:d.bool,extCls:d.string,preCheck:d.func.def(void 0),trueValue:d.oneOfType([d.string,d.number,d.bool]).def(!0),falseValue:d.oneOfType([d.string,d.number,d.bool]).def(!1),value:d.oneOfType([d.string,d.number,d.bool]).def(!1),modelValue:d.oneOfType([d.string,d.number,d.bool]).def(!1)},emits:["update:modelValue","change"],setup(e,{emit:n}){const i=a.ref(!1),s=a.computed(()=>e.trueValue===u.value),l=a.ref(e.modelValue!==!1),u=a.computed(()=>l.value?e.modelValue:e.value),h=a.computed(()=>{const g={[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":s.value,"is-unchecked":!s.value,"is-loading":i.value,primary:e.theme==="primary"};if(e.size&&!e.showText){const m=`bk-switcher-${e.size}`;g[m]=!0}return e.size||(g["bk-switcher-nomal"]=!0),g});a.watch(()=>e.modelValue,()=>{l.value=!0}),a.watch(()=>e.value,()=>{l.value=!1});const f=g=>{if(g.stopPropagation(),g.preventDefault(),e.disabled||i.value)return;const m=s.value?e.falseValue:e.trueValue,I=!s.value,C=()=>{n("update:modelValue",m),n("change",I)};let b=!0;if(typeof e.preCheck=="function"&&(b=e.preCheck(m),typeof b.then=="function"))return i.value=!0,b.then(()=>{C()}).finally(()=>{i.value=!1});b&&C()};return()=>a.createVNode("div",{class:h.value,onClick:f,tabindex:"0",onKeydown:f},[i.value?a.createVNode(sl,{class:"bk-switcher-loading"},null):"",e.showText?a.createVNode("span",{class:"switcher-text"},[s.value?e.onText:e.offText]):""])}});const s0=Ze(h2),g2={onContentScroll:Function},p2=P({list:d.array.def([]),enabled:d.bool.def(!0),lineHeight:d.oneOfType([d.number,d.func]).def(30),minHeight:d.number.def(30),height:d.oneOfType([d.string.def("100%"),d.number]).def("100%"),width:d.oneOfType([d.string.def("100%"),d.number]).def("100%"),className:d.oneOfType([d.arrayOf(d.string),d.object,d.arrayOf(d.object),d.string]).def(""),contentClassName:d.oneOfType([d.arrayOf(d.string),d.object,d.arrayOf(d.object),d.string]).def(""),contentStyle:d.object.def({}),scrollXName:d.string.def("bk-scroll-x"),scrollYName:d.string.def("bk-scroll-y"),groupItemCount:d.number.def(1),preloadItemCount:d.number.def(1),renderAs:d.string.def("div"),contentAs:d.string.def("div"),scrollOffsetTop:d.number.def(0),scrollPosition:d.string.def("content"),abosuteHeight:d.oneOfType([d.string.def("auto"),d.number]).def("auto"),throttleDelay:d.number.def(60)},g2);function Dd(e,n,i,s){let l=0,u=0,h=0,f=0;for(;l<e;l++){if(f=s(l,[l*i,(l+1)*i]),u+f>n){h=n-u;break}u+=f}return{startIndex:l,height:u,diffHeight:h}}function o0(e,n,i,s,l){if(!s)return;const u=s.scrollTop,{scrollTop:h,count:f,groupItemCount:g,startIndex:m,endIndex:I}=i,{offsetHeight:C}=s;let b=0,N=0,L=0;if(typeof e=="number"&&(b=Math.floor(u/e),N=Math.ceil(C/e)+b,L=u%e),typeof e=="function"){const x=Dd(f,u,g,e);b=x.startIndex>0?x.startIndex:0,L=x.diffHeight,N=Dd(f,C,g,e).startIndex+b+1}(u!==h||b!==m||N!==I)&&typeof n=="function"&&n(l,b,N,u,L)}function m2(e,n,i){const{lineHeight:s=30,handleScrollCallback:l,pagination:u={}}=i.value,{startIndex:h,endIndex:f,groupItemCount:g,count:m,scrollTop:I}=u;o0(s,l,{scrollTop:I,startIndex:h,endIndex:f,groupItemCount:g,count:m},n,e)}const l0=(e=60)=>mr.exports.throttle((n,i,s)=>m2(n,i,s),e);let ha=null;const jd=(e,n,i,s=60)=>{ha||(ha=l0(s)),typeof ha=="function"&&ha.call(globalThis,e,n,i)};var M2={mounted(e,n){const i=e.parentNode,{throttleDelay:s}=n.value;i.addEventListener("scroll",l=>{jd(l,i,n,s)})},updated(e,n){const i=e.parentNode,{throttleDelay:s}=n.value;jd(null,i,n,s)},unbind(e){if(e){const n=e.parentNode;if(!n)return;n.removeEventListener("scroll",l0)}}},I2=a.defineComponent({name:"VirtualRender",directives:{bkVirtualRender:M2},props:p2,emits:["content-scroll"],setup(e,n){const{renderAs:i,contentAs:s}=e,l=_=>typeof _=="string"?[_]:typeof _=="object"&&!Array.isArray(_)?[_]:_;if(!e.enabled)return()=>{var _,H,te,R,ee,G,X,W,S;return a.h(i,{class:l(e.className)},[(te=(H=(_=n.slots).beforeContent)==null?void 0:H.call(_))!=null?te:"",a.h(s,{class:l(e.contentClassName),style:e.contentStyle},[(G=(ee=(R=n.slots).default)==null?void 0:ee.call(R,{data:e.list}))!=null?G:""]),(S=(W=(X=n.slots).afterContent)==null?void 0:W.call(X))!=null?S:""])};const u=a.ref(null),h=a.reactive({startIndex:0,endIndex:0,scrollTop:1,translateY:0,count:0,groupItemCount:e.groupItemCount}),f=(_,H,te,R,ee)=>{h.startIndex=H,h.endIndex=te,h.scrollTop=R,h.translateY=ee,n.emit("content-scroll",[_,h])};a.onMounted(()=>{a.nextTick(()=>{C(e.list),b()})}),a.watch(()=>e.list,()=>{g(),b()},{deep:!0}),a.watch(()=>e.lineHeight,()=>{g(),b()});const g=()=>{C(e.list)},m=a.ref(0),I=a.ref(0),C=_=>{if(m.value=Math.ceil((_||[]).length/e.groupItemCount),h.count=m.value,h.startIndex=0,h.endIndex=0,h.translateY=0,h.scrollTop=0,typeof e.abosuteHeight=="string"&&e.abosuteHeight==="auto")if(typeof e.lineHeight=="function"){I.value=0;let te=0;for(let R=0;R<m.value;R++){const ee=e.lineHeight.call(this,R,_.slice(R*e.groupItemCount,e.groupItemCount));te+=typeof ee=="number"?ee:0}I.value=te}else I.value=e.lineHeight*m.value;else I.value=e.abosuteHeight},b=()=>{var H;const _=(H=u.value)==null?void 0:H.parentNode;o0(e.lineHeight,f,h,_,null)},N=a.computed(()=>(e.list||[]).map((_,H)=>je(P({},_),{$index:H}))),L=a.computed(()=>N.value.slice(h.startIndex*e.groupItemCount,(h.endIndex+e.preloadItemCount)*e.groupItemCount)),x=a.computed(()=>e.scrollPosition==="content"?{top:`${h.scrollTop+e.scrollOffsetTop}px`,transform:`translateY(-${h.translateY}px)`}:{}),j=a.computed(()=>P({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"?x.value:{})),D=a.computed(()=>{const _=typeof e.abosuteHeight=="number"&&e.abosuteHeight===0;return{height:`${I.value<e.minHeight?e.minHeight:I.value}px`,display:_?"none":"block"}}),A=a.computed(()=>["bk-virtual-render",e.scrollXName,e.scrollYName,...l(e.className),e.scrollPosition==="container"?"bk-virtual-content":""]),J=a.computed(()=>[e.scrollPosition==="content"?"bk-virtual-content":"",...l(e.contentClassName)]),U=a.resolveDirective("bkVirtualRender"),O={lineHeight:e.lineHeight,handleScrollCallback:f,pagination:h,throttleDelay:e.throttleDelay};return()=>{var _,H,te,R,ee,G,X,W,S;return a.h(i||"div",{ref:u,class:A.value,style:j.value},[(te=(H=(_=n.slots).beforeContent)==null?void 0:H.call(_))!=null?te:"",a.withDirectives(a.h(s||"div",{class:J.value,style:P(P({},x.value),e.contentStyle)},[(G=(ee=(R=n.slots).default)==null?void 0:ee.call(R,{data:L.value}))!=null?G:""]),[[U,O]]),(S=(W=(X=n.slots).afterContent)==null?void 0:W.call(X))!=null?S:"",a.h("div",{class:["bk-virtual-section"],style:D.value})])}}});const Wa=Ze(I2),u0=["none","row","col","outer"];var c0=(e=>(e.CURRENT="current",e.ALL="all",e))(c0||{});const y2={data:d.arrayOf(d.any).def([]),columns:d.arrayOf(d.shape({label:d.oneOfType([d.func.def(()=>""),d.string.def("")]),field:d.oneOfType([d.func.def(()=>""),d.string.def("")]),render:d.oneOfType([d.func.def(()=>""),d.string.def("")]),width:d.oneOfType([d.number.def(void 0),d.string.def("auto")]),type:d.commonType(["selection","index","expand","none"],"columnType").def("none"),sort:d.oneOfType([d.shape({sortFn:d.func.def(null),sortScope:d.commonType(Object.values(c0)).def("current")}),d.bool]).def(!1),filter:d.oneOfType([d.shape({list:d.arrayOf(d.any).def([]),filterFn:d.func.def(null)}),d.bool]).def(!1)})),activeColumn:d.oneOfType([d.number.def(-1),d.arrayOf(d.number.def(-1))]),columnPick:d.commonType(["multi","single","disabled"],"columnPick").def("disabled"),height:d.oneOfType([d.number,d.string]).def("auto"),minHeight:d.oneOfType([d.number,d.string]).def("auto"),rowHeight:d.oneOfType([d.number,d.func]).def(40),headHeight:d.number.def(40),showHead:d.bool.def(!0),thead:d.shape({height:d.number.def(40),isShow:d.bool.def(!0),cellFn:d.func.def(null)}),virtualEnabled:d.bool.def(!1),border:d.arrayOf(d.commonType(u0,"border")).def(["row"]),pagination:d.oneOfType([d.bool.def(!1),d.object.def({})]).def(!1),remotePagination:d.bool.def(!1)};function C2(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!a.isVNode(e)}var v2=()=>{const{proxy:e}=a.getCurrentInstance(),n=a.ref(e.limit);a.watch(()=>e.limit,l=>{n.value=l}),a.watch(()=>e.limitList,l=>{a.nextTick(()=>{l.includes(n.value)||([n.value]=l)})},{immediate:!0});const i=l=>{n.value=l};return{limit:n,render:({isFirst:l,isLast:u})=>{let h;return e.showLimit?a.createVNode("div",a.mergeProps({class:{"bk-pagination-limit":!0,"is-first":l,"is-last":u}},{disabled:e.disabled}),[a.createVNode("div",null,[a.createTextVNode("\u6BCF\u9875")]),a.createVNode(bl,{class:"bk-pagination-limit-select",clearable:!1,modelValue:n.value,onChange:i,disabled:e.disabled},C2(h=e.limitList.map((f,g)=>a.createVNode(Va,{value:f,label:f,key:`${g}_${f}`},null)))?h:{default:()=>[h]}),a.createVNode("div",null,[a.createTextVNode("\u6761")])]):null}}};const Kn=5;var b2=()=>{const{proxy:e}=a.getCurrentInstance(),n=a.ref(1),i=a.computed(()=>n.value===1),s=a.computed(()=>n.value===e.totalPageNum),l=a.ref(!1),u=a.ref(!1),h=a.computed(()=>{l.value=!1,u.value=!1;const N=[];if(e.totalPageNum<=Kn){for(let j=2;j<=e.totalPageNum-1;j++)N.push(j);return N}const L=Math.floor(Kn/2);e.totalPageNum>Kn&&(l.value=n.value-L>2,u.value=n.value+L<e.totalPageNum-1);const x=Math.min(e.totalPageNum-Kn,Math.max(2,n.value-L));for(let j=x;j<x+Kn;j++)N.push(j);return N});a.watch(()=>e.modelValue,N=>{a.nextTick(()=>{N>=1&&N<=e.totalPageNum?n.value=N:N<1?n.value=1:n.value=e.totalPageNum})},{immediate:!0}),a.nextTick(()=>{a.watch(()=>e.totalPageNum,N=>{n.value>N&&(n.value=N)})});const f=()=>{i.value||(n.value=n.value-1)},g=()=>{s.value||(n.value=n.value+1)},m=N=>{N!==n.value&&(n.value=N)},I=()=>{n.value=Math.max(1,n.value-Kn)},C=()=>{n.value=Math.min(e.totalPageNum,n.value+Kn)};return{current:n,render:({isFirst:N,isLast:L})=>a.createVNode("div",{class:{"bk-pagination-list":!0,"is-first":N,"is-last":L}},[a.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":i.value},onClick:f},[e.prevText||a.createVNode(Qi,null,null)]),a.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":n.value===1},key:"1",onClick:()=>m(1)},[a.createTextVNode("1")]),l.value&&a.createVNode("div",{key:"pre-batch",class:"bk-pagination-list-pre-batch",onClick:I},[a.createVNode(ka,null,null)]),h.value.map(x=>a.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":n.value===x},key:x,onClick:()=>m(x)},[x])),u.value&&a.createVNode("div",{key:"next-batch",class:"bk-pagination-list-next-batch",onClick:C},[a.createVNode(ka,null,null)]),e.totalPageNum>1&&a.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":n.value===e.totalPageNum},key:"last",onClick:()=>m(e.totalPageNum)},[e.totalPageNum]),a.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":s.value},onClick:g},[e.nextText||a.createVNode(ri,null,null)])])}},N2=()=>{const{proxy:e}=a.getCurrentInstance(),n=a.ref(null),i=a.ref(!1),s=a.ref(1),l=a.computed(()=>s.value===1),u=a.computed(()=>s.value===e.totalPageNum);let h=0;const f=a.computed(()=>{const D=[];for(let A=1;A<=e.totalPageNum;A++)D.push(A);return D});a.watch(()=>e.modelValue,D=>{a.nextTick(()=>{D>=1&&D<=e.totalPageNum?s.value=D:D<1?s.value=1:s.value=e.totalPageNum,h=s.value})},{immediate:!0}),a.nextTick(()=>{a.watch(()=>e.totalPageNum,D=>{s.value>D&&(s.value=D)})});const g=()=>{l.value||(s.value=s.value-1)},m=()=>{u.value||(s.value=s.value+1)},I=()=>{a.nextTick(()=>{n.value.focus();const D=window.getSelection();D.selectAllChildren(n.value),D.collapseToEnd()})},C=()=>{i.value=!0},b=()=>{i.value=!1,n.value.textContent=`${h}`,h!==s.value&&(s.value=h)},N=D=>{const A=D.target,J=Number(A.textContent);!J||J<1||J>e.totalPageNum||J===s.value||(h=J,I())},L=D=>{["Enter","NumpadEnter"].includes(D.code)&&(D.preventDefault(),b(),I())},x=D=>{h=D,b()};return{current:s,render:()=>a.createVNode("div",{class:"bk-pagination-small-list"},[a.createVNode("div",{class:{"bk-pagination-btn-pre":!0,"is-disabled":l.value},onClick:g},[a.createVNode(nl,null,null)]),a.createVNode(Ei,{theme:"light",trigger:"click",arrow:!1,boundary:"body",placement:"bottom"},{default:()=>a.createVNode("div",{class:{"bk-pagination-picker":!0,"is-focused":i.value}},[a.createVNode("span",{ref:n,class:"bk-pagination-editor",contenteditable:!0,spellcheck:"false",onFocus:C,onBlur:b,onInput:N,onKeydown:L},[s.value]),a.createVNode("span",null,[a.createTextVNode("/")]),a.createVNode("span",{class:"bk-pagination-small-list-total"},[e.totalPageNum])]),content:()=>a.createVNode("div",{class:"bk-pagination-picker-list"},[f.value.map(D=>a.createVNode("div",{class:{item:!0,"is-actived":D===s.value},key:D,onClick:()=>x(D)},[D]))])}),a.createVNode("div",{class:{"bk-pagination-btn-next":!0,"is-disabled":u.value},onClick:m},[a.createVNode(Oa,null,null)])])}},w2=()=>({isFirst:e,isLast:n})=>{const{props:i}=a.getCurrentInstance();return i.showTotalCount?a.createVNode("div",a.mergeProps({class:{"bk-pagination-total":!0,"is-first":e,"is-last":n}},{disabled:i.disabled}),[a.createTextVNode("\u5171\u8BA1"),a.createVNode("div",{class:"bk-pagination-total-num"},[i.count]),a.createTextVNode("\u6761")]):null};const L2={modelValue:d.number.def(1),count:d.number.def(0).isRequired,limit:d.number.def(10),limitList:d.arrayOf(Number).def([10,20,50,100]),showLimit:d.bool.def(!0),type:d.oneOf(["default","compact"]).def("default"),location:d.oneOf(["left","right"]).def("right"),align:d.oneOf(["left","center","right"]).def("left"),size:d.size(),small:d.bool.def(!1),showTotalCount:d.bool.def(!0),prevText:d.string,nextText:d.string,disabled:d.bool.def(!1),layout:d.custom(e=>{const n={total:!0,list:!0,limit:!0};return e.some(i=>n[i])},"layout \u7684\u503C\u53EA\u652F\u6301 * total\u3001list\u3001limit *").def(["total","list","limit"])};var k2=a.defineComponent({name:"Pagination",props:L2,emits:["update:modelValue","change","update:limit","limitChange"],setup(e,n){const i=a.ref(0),{count:s,limit:l}=a.toRefs(e),u=w2(),{current:h,render:f}=b2(),{current:g,render:m}=N2(),{limit:I,render:C}=v2();return a.watch([s,I,l],([b,N])=>{const L=Math.ceil(b/N);i.value=L<1?1:L},{immediate:!0}),a.watch(h,b=>{n.emit("update:modelValue",b),n.emit("change",b)}),a.watch(g,b=>{n.emit("update:modelValue",b),n.emit("change",b)}),a.watch(I,b=>{n.emit("limitChange",b)}),{totalPageNum:i,renderTotal:u,renderList:f,renderLimit:C,renderSmallList:m}},render(){const e=Ne({"bk-pagination":!0,[`bk-pagination--${this.size}`]:!0,[`is-align-${this.align}`]:!0}),n={total:this.renderTotal,list:this.small?this.renderSmallList:this.renderList,limit:this.renderLimit};return a.createVNode("div",{class:e},[this.layout.map((i,s)=>n[i]({isFirst:s===0,isLast:s===this.layout.length-1}))])}});const wl=Ze(k2),ar=(e,n,i)=>{if(Object.prototype.hasOwnProperty.call(e,n))return typeof e[n]=="function"?e[n].call(globalThis,...i):e[n]},zd=e=>e.columnPick!=="disabled"?e.columnPick==="multi"?Array.isArray(e.activeColumn)?e.activeColumn:fo(e.activeColumn):Array.isArray(e.activeColumn)?fo(e.activeColumn[0]):fo(e.activeColumn):[],fo=e=>/^\d+$/.test(`${e}`)?[parseInt(`${e}`,10)]:[],T2=e=>va(e,"auto"),va=(e,n="100%",i=null)=>{let s="";return/^auto|null|undefined$/ig.test(`${e}`)?s=n:s=/^\d+\.?\d+$/.test(`${e}`)?`${e}px`:e,i&&(s=`calc(${s} - ${i})`),s},x2=e=>{const n=["row"];return typeof e=="string"&&n.push(e),Array.isArray(e)&&n.push(...e.filter(i=>u0.includes(i))),[...new Set(n)].map(i=>`bordered-${i}`).join(" ")},S2=(e,n,i=20)=>{const{width:s}=e.getBoundingClientRect()||{};let l=s-4;const u=[],h=(f,g,m=!0)=>{Object.assign(f,{calcWidth:g}),m&&(l=l-g,l<0&&(l=0))};if(n.forEach((f,g)=>{const m=String(f.width);let I=!0;if(/^\d+\.?\d*(px)?$/.test(m)){const C=Number(m.replace("px",""));h(f,C),I=!1}if(/^\d+\.?\d*%$/.test(m)){let C=i;if(l>0){const b=Number(m.replace("%",""));C=l*b/100}h(f,C),I=!1}I&&u.push(g)}),u.length>0){let f=i;l>0&&(f=l/u.length,u.forEach(g=>h(n[g],f,!1)))}},D2=(e,n,i=60,s=!1)=>{const l=mr.exports.throttle(()=>{typeof n=="function"&&n()},i),u=new ResizeObserver(()=>{l()});return s&&typeof n=="function"&&n(),{start:()=>{u.observe(e)},stop:()=>{u.disconnect(),u.unobserve(e)}}},j2=e=>/^\d+\.?\d*(px|%)?$/.test(`${e}`),Jd=(e,n)=>{if(e){if(typeof e=="object"){let i=Object.prototype.hasOwnProperty.call(e,"current")?e.current:e.value;return/\d+/.test(i)||(i=1),je(P(P({},n),e),{current:i})}return n}return{}},Qd=e=>{const{showHead:n,headHeight:i,thead:s={}}=e;return Object.assign({},{isShow:n,height:i},P({},s))},Ll=(e,n,i)=>i.type==="index"?e.__$table_row_index:e[n];var z2=a.defineComponent({name:"HeadFilter",props:{column:d.any.def({}),height:d.number.def(40)},emits:["change"],setup(e,{emit:n}){const{column:i}=e,s=a.ref(!1),l=a.reactive({isOpen:!1,checked:[]}),u=a.computed(()=>Ne({[et("table-head-action")]:!0,"column-filter":!0,"--row-height":`${e.height}px`,active:l.checked.length,opened:l.isOpen})),h=Ne({[et("table-head-filter")]:!0}),f=x=>{l.isOpen=x},g=[{name:"offset",options:{offset:[0,0]}}],m=`light ${et("table-head-filter")}`,I=(x,j)=>{if(!!x)l.checked.push(j.value);else{const A=l.checked.findIndex(J=>J===j.value);A>=0&&l.checked.splice(A,1)}};let C=a.reactive([]);a.watchEffect(()=>{const{list:x=[]}=i.filter;C=x.map(j=>je(P({},j),{checked:l.checked.includes(j.value)}))});const b=typeof i.filter.filterFn=="function"?(x,j,D,A)=>i.filter.filterFn(x,j,e.column,D,A):(x,j)=>x.length?x.includes(Ll(j,ar(i,"field",[i,j]),i)):!0,N=()=>{n("change",[...l.checked],b),s.value=!1},L=()=>{l.checked.length&&(l.checked.splice(0,l.checked.length),n("change",l.checked,b),s.value=!1)};return()=>a.createVNode(Ei,a.mergeProps({trigger:"click",isShow:s.value,placement:"bottom-end",stopBehaviors:["stopPropagation"],arrow:!1},{modifiers:g,theme:m},{boundary:document.body,onAfterShow:()=>f(!0),onAfterHidden:()=>f(!1)}),{default:()=>a.createVNode(Bo,{class:u.value,onClick:()=>s.value=!0},null),content:()=>a.createVNode("div",{class:h},[a.createVNode("div",{class:"content-list"},[C.map(x=>a.createVNode("div",{class:"list-item"},[a.createVNode(hl,{label:x.text,checked:x.checked,onChange:j=>I(j,x)},null)]))]),a.createVNode("div",{class:"content-footer"},[a.createVNode("span",{class:"btn-filter-save",onClick:N},[a.createTextVNode("\u786E\u5B9A")]),a.createVNode("span",{class:"btn-filter-split"},null),a.createVNode("span",{class:["btn-filter-reset",l.checked.length?"":"disable"],onClick:L},[a.createTextVNode("\u91CD\u7F6E")])])])})}}),Ni=(e=>(e.ASC="asc",e.DESC="desc",e))(Ni||{});var J2=a.defineComponent({name:"HeadSort",props:{column:d.any.def({})},emits:["change"],setup(e,{emit:n}){const i=a.ref(""),s=(l,u)=>{var C,b;l.stopImmediatePropagation(),l.stopPropagation(),l.preventDefault(),i.value=u;const h=e.column.field,f=N=>Ll(N,h,e.column),g=(N,L)=>{const x=f(N),j=f(L);return typeof x=="number"&&typeof j=="number"?x-j:String.prototype.localeCompare.call(x,j)},m=typeof((C=e.column.sort)==null?void 0:C.sortFn)=="function"?(b=e.column.sort)==null?void 0:b.sortFn:g;n("change",(N,L)=>m(N,L)*(u===Ni.DESC?-1:1),u)};return()=>a.createVNode("span",{class:et("head-cell-sort")},[a.createVNode(Yo,{class:["sort-action","sort-asc",i.value===Ni.ASC?"active":""],onClick:l=>s(l,Ni.ASC)},null),a.createVNode(Ja,{class:["sort-action","sort-desc",i.value===Ni.DESC?"active":""],onClick:l=>s(l,Ni.DESC)},null)])}});class Q2{constructor(n,i){la(this,"props",null);la(this,"ctx",null);this.props=n,this.ctx=i}}let Ai;(function(e){e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick"})(Ai||(Ai={}));class P2{constructor(n,i,s,l){la(this,"getColumnClass",n=>`${this.uuid}-column-${n}`);this.props=n,this.context=i,this.reactiveProp=s,this.colgroups=l,this.plugins=new Q2(n,i),this.uuid=Na(8),this.events=new Map}get propActiveCols(){return this.reactiveProp.activeColumns}renderTableHeadSchema(){const{isShow:n=!0}=Qd(this.props);return n?a.createVNode("table",{cellpadding:0,cellspacing:0},[this.renderColGroup(),this.renderHeader()]):null}renderTableBodySchema(n){return a.createVNode("table",{cellpadding:0,cellspacing:0},[this.renderColGroup(),this.renderTBody(n)])}renderTableFooter(n){return a.createVNode(wl,a.mergeProps(n,{modelValue:n.current,onLimitChange:i=>this.handlePageLimitChange(i),onChange:i=>this.hanlePageChange(i)}),null)}on(n,i){return this.events.has(n)||this.events.set(n,[]),this.events.get(n).push(i),this}destroy(){this.events.clear(),this.events=null}emitEvent(n,i){this.events.has(n)&&this.events.get(n).forEach(s=>{typeof s=="function"&&Reflect.apply(s,this,i)})}handlePageLimitChange(n){Object.assign(this.props.pagination,{limit:n}),this.context.emit("pageLimitChange",n)}hanlePageChange(n){Object.assign(this.props.pagination,{current:n,value:n}),this.context.emit("pageValueChange",n)}setColumnActive(n,i=!1){const s=this.propActiveCols.find(l=>l.index===n);Object.assign(s,{active:!s.active}),i&&this.propActiveCols.filter(l=>l.index!==n&&l.active).forEach(l=>{Object.assign(l,{active:!1})})}handleColumnHeadClick(n){this.props.columnPick!=="disabled"&&(this.setColumnActive(n,this.props.columnPick==="single"),this.context.emit("column-pick",this.propActiveCols))}getSortCell(n,i){const s=(l,u)=>{this.emitEvent(Ai.ON_SORT_BY_CLICK,[{sortFn:l,column:n,index:i,type:u}])};return a.createVNode(J2,{column:n,onChange:s},null)}getFilterCell(n,i){const s=(l,u)=>{const h=(f,g)=>u(l,f,g);this.emitEvent(Ai.ON_FILTER_CLICK,[{filterFn:h,checked:l,column:n,index:i}])};return a.createVNode(z2,{column:n,height:this.props.headHeight,onChange:s},null)}renderHeader(){const n=Qd(this.props),{cellFn:i}=n,s={"--row-height":`${ar(n,"height",["thead"])}px`},l=(u,h)=>{const f=[];return u.sort&&f.push(this.getSortCell(u,h)),u.filter&&f.push(this.getFilterCell(u,h)),typeof i=="function"?(f.unshift(i(u,h)),f):(f.unshift(ar(u,"label",[u,h])),f)};return a.createVNode("thead",{style:s},[a.createVNode("tr",null,[this.props.columns.map((u,h)=>a.createVNode("th",{colspan:1,rowspan:1,class:Ne({active:this.isColActive(h)}),onClick:()=>this.handleColumnHeadClick(h)},[a.createVNode("div",{class:"cell"},[l(u,h)])]))])])}renderTBody(n){return a.createVNode("tbody",null,[n.map((i,s)=>{const l={"--row-height":`${ar(this.props,"rowHeight",["tbody",i,s])}px`};return a.createVNode("tr",{style:l,onClick:u=>this.handleRowClick(u,i,s,n),onDblclick:u=>this.handleRowDblClick(u,i,s,n)},[this.props.columns.map((u,h)=>a.createVNode("td",{class:this.getColumnClass(h),colspan:1,rowspan:1},[a.createVNode("div",{class:"cell"},[this.renderCell(i,u,s,n)])]))])})])}handleRowClick(n,i,s,l){this.context.emit("rowClick",n,i,s,l,this)}handleRowDblClick(n,i,s,l){this.context.emit("rowDblClick",n,i,s,l,this)}renderCell(n,i,s,l){const u=Ll(n,ar(i,"field",[i,n]),i);return typeof i.render=="function"?i.render(u,n,s,l):u}isColActive(n){return this.props.columnPick!=="disabled"&&this.propActiveCols.some(i=>i.index===n&&i.active)}renderColGroup(){return a.createVNode("colgroup",null,[(this.colgroups||[]).map((n,i)=>{const s=Ne({active:this.isColActive(i)}),l=`${T2(n.calcWidth)}`.replace(/px$/i,"");return a.createVNode("col",{class:s,width:l},null)})])}}var O2=a.defineComponent({name:"Table",props:y2,emits:["columnPick","rowClick","rowDblClick","pageLimitChange","pageValueChange"],setup(e,n){const i=a.reactive(zd(e)),s=a.reactive(e.columns.map(ee=>je(P({},ee),{calcWidth:null}))),l=a.ref(0),u=a.ref(0);let h=null,f=null,g=a.reactive({count:0,limit:10,current:1});g=Jd(e.pagination,g);const m=()=>{if(!e.pagination||e.remotePagination){l.value=0,u.value=e.data.length;return}l.value=(g.current-1)*g.limit,u.value=g.current*g.limit};m();let I=null;const C=a.ref(),b=()=>(e.columns||[]).map((ee,G)=>({index:G,active:i.some(X=>X===G),_column:ee})),N=a.reactive({activeColumns:b(),scrollTranslateY:0});a.watch(()=>[e.activeColumn,e.columns],()=>{a.nextTick(()=>{N.activeColumns=b();const ee=zd(e);N.activeColumns.forEach((G,X)=>{Object.assign(G,{active:ee.some(W=>W===X)})})})},{deep:!0});const L=a.computed(()=>e.data.map((ee,G)=>je(P({},ee),{__$table_row_index:G+1}))),x=a.reactive([]),j=()=>{if(x.splice(0,x.length,...L.value.slice(l.value,u.value)),typeof f=="function"){const ee=x.filter((G,X)=>f(G,X,e.data));x.splice(0,x.length,...ee)}typeof h=="function"&&x.sort(h)};a.watchEffect(()=>{g=Jd(e.pagination,g),m(),j()});const D=new P2(e,n,N,s);D.on(Ai.ON_SORT_BY_CLICK,ee=>{const{sortFn:G}=ee;h=G,x.sort(h)}).on(Ai.ON_FILTER_CLICK,ee=>{const{filterFn:G}=ee;f=G,j()});const A=a.computed(()=>({minHeight:va(e.minHeight,"auto")})),J=a.computed(()=>e.pagination?e.remotePagination?g:je(P({},g),{count:e.data.length}):null),U=a.computed(()=>{const ee=va(e.height),G=e.showHead?va(e.headHeight):"0",X=!j2(e.height),W=e.pagination?40:0,S=`calc(${ee} - ${G} - ${W}px - 2px)`;return P({display:"block"},X?{maxHeight:S}:{height:S})}),O=a.computed(()=>Ne({[et("table")]:!0},x2(e.border))),_=Ne({[et("table-head")]:!0}),H=Ne({[et("table-body")]:!0}),te=Ne({[et("table-footer")]:!0}),R=ee=>{const G=ee[1];N.scrollTranslateY=G.translateY};return a.onMounted(()=>{I=D2(C.value,()=>{S2(C.value,s,20)},60,!0),I.start()}),a.onBeforeUnmount(()=>{I.stop(),I=null,D.destroy()}),n.expose({plugins:D.plugins}),()=>a.createVNode("div",{class:O.value,style:A.value,ref:C},[a.createVNode("div",{class:_},[D.renderTableHeadSchema()]),a.createVNode(Wa,{lineHeight:e.rowHeight,class:H,style:U.value,list:x,onContentScroll:R,throttleDelay:0,enabled:e.virtualEnabled},{default:ee=>D.renderTableBodySchema(ee.data||e.data),afterContent:()=>a.createVNode("div",{class:et("table-fixed")},null)}),a.createVNode("div",{class:te},[e.pagination&&D.renderTableFooter(J.value)])])}});const d0=Ze(O2),vi=12;function A2(e,n=200){let i,s=e;return a.customRef((l,u)=>({get(){return l(),s},set(h){clearTimeout(i),i=setTimeout(()=>{s=h,u()},n)}}))}function E2(e){const n=a.reactive({curPage:1,totalSize:0,totalPage:0,pageSize:e,isPageLoading:!1,curPageList:[],renderListPaged:[]});return{pageState:n,initPage:(l=[])=>{n.curPage=1,n.totalSize=l.length,n.totalPage=Math.ceil(n.totalSize/n.pageSize)||1;const u=[];if(n.pageSize>0)for(let h=0;h<n.totalSize;h+=n.pageSize)u.push(l.slice(h,h+n.pageSize));n.renderListPaged.splice(0,n.renderListPaged.length,...u),n.curPageList.splice(0,n.curPageList.length,...n.renderListPaged[n.curPage-1]||[])},pageChange:l=>{n.curPage=l,n.curPageList.splice(n.curPageList.length,0,...n.renderListPaged[n.curPage-1]||[]),n.isPageLoading=!1}}}function V2(e){const{useGroup:n,saveKey:i,displayKey:s,list:l}=a.toRefs(e),u=a.reactive([]);return a.watch([n,i,s,l],()=>{let h=l.value;n.value&&(h=l.value.reduce((f,g)=>{let m=[];return g.children&&(m=g.children.map(I=>P({group:{groupId:g[i.value],groupName:g[s.value]}},I))),f.concat(m)},[])),u.splice(0,u.length,...h)},{immediate:!0,deep:!0}),u}const Pd=e=>{const n=e.length;let i=0;for(let s=0;s<n;s++)(e.charCodeAt(s)&65280)!==0&&(i+=1),i+=1;return i};var Od=a.defineComponent({name:"ListTagRender",props:{node:d.object,searchKey:d.oneOfType([d.string,d.arrayOf(d.string)]),displayKey:d.string,searchKeyword:d.string,tpl:{type:Function,default:null}},render(){const e=i=>{if(this.searchKeyword){const s=new RegExp(`(${this.searchKeyword})`,"i");return i.replace(s,'<strong class="highlight-text">$1</strong>')}return i};if(this.tpl)return this.tpl(this.node,e,a.h,this);const n=this.node[this.displayKey];return a.createVNode("div",{class:"bk-selector-node"},[a.createVNode("span",{class:"text",innerHTML:e(n)},[n])])}});const W2=()=>({modelValue:d.arrayOf(d.string).def([]),placeholder:d.string.def("\u8BF7\u8F93\u5165\u5E76\u6309 Enter \u7ED3\u675F"),list:d.arrayOf(d.object).def([]),disabled:d.bool.def(!1),tooltipKey:d.string.def(""),saveKey:d.string.def("id"),displayKey:d.string.def("name"),hasDeleteIcon:d.bool.def(!1),clearable:d.bool.def(!0),trigger:d.commonType(["focus","search"]).def("search"),searchKey:d.oneOfType([d.string,d.arrayOf(d.string)]).def("name"),useGroup:d.bool.def(!1),allowCreate:d.bool.def(!1),maxData:d.number.def(-1),maxResult:d.number.def(10),contentMaxHeight:d.number.def(300),contentWidth:d.number.def(190),separator:d.string.def(""),allowNextFocus:d.bool.def(!0),allowAutoMatch:d.bool.def(!1),showClearOnlyHover:d.bool.def(!1),leftSpace:d.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}});var Z2=a.defineComponent({name:"TagRender",props:{node:d.object,displayKey:d.string,tpl:{type:Function,default:null}},render(){return this.tpl?this.tpl(this.node,a.h,this):a.createVNode("div",{class:"tag"},[a.createVNode("span",{class:"text"},[this.node[this.displayKey]])])}}),ur=a.defineComponent({name:"BkTagInput",directives:{bkTooltips:i0},props:W2(),emits:["update:modelValue","change","select","blur","remove","removeAll"],setup(e,{emit:n}){const i=a.reactive({isEdit:!1,isHover:!1,focusItemIndex:e.allowCreate?-1:0}),s=a.reactive({isShow:!1,width:190,modifiers:[{name:"offset",options:{offset:[0,4]}}]}),{maxResult:l}=a.toRefs(e),{pageState:u,initPage:h,pageChange:f}=E2(l),g=A2("",150),m=a.ref(null),I=a.ref(null),C=a.ref(null),b=a.ref(null),N=a.ref(null),L=a.ref(null),x=a.ref(null),j=a.computed(()=>!e.disabled&&e.hasDeleteIcon),D=a.computed(()=>e.maxData===1),A=a.computed(()=>R.selectedTagList.length===0&&g.value===""&&!i.isEdit),J=a.computed(()=>e.clearable&&!e.disabled&&R.selectedTagList.length!==0&&(e.showClearOnlyHover?i.isHover:!0)),U=a.computed(()=>({"bk-tag-input-trigger":!0,active:i.isEdit,disabled:e.disabled}));a.watch([()=>[...e.modelValue],()=>[...e.list]],()=>{W()}),a.watch(g,Z=>{const K=u.curPageList.length!==0;Z!==""&&K||Z===""&&e.trigger==="focus"?s.isShow=!0:(e.trigger!=="focus"||!K)&&(s.isShow=!1)}),a.watch(()=>s.isShow,Z=>{O(),Z&&N.value&&(a.nextTick(()=>{N.value.scrollTop=0}),N.value.removeEventListener("scroll",_),N.value.addEventListener("scroll",_))});const O=()=>{var K,re;const Z=D.value?0:(K=b.value)==null?void 0:K.offsetLeft;s.modifiers=[{name:"offset",options:{offset:[Z,4]}}],(re=L.value)==null||re.update()},_=()=>{if(u.isPageLoading||N.value.scrollTop===0)return;const{scrollTop:Z,offsetHeight:K,scrollHeight:re}=N.value;if(Z+K>=re){const Me=u.curPage+1;Me<=u.totalPage&&(u.isPageLoading=!0,setTimeout(()=>{f(Me)},500))}},H=()=>{var K;return Array.from(((K=C.value)==null?void 0:K.childNodes)||[]).filter(re=>re.nodeType!==Node.TEXT_NODE)},te=Z=>{if(!e.disabled){if(Z!=null&&Z.target){const{className:K}=Z.target;(K.indexOf("bk-tag-input-trigger")>-1||K.indexOf("tag-list")>-1)&&C.value.appendChild(b.value)}clearTimeout(x.value),D.value&&ee.value.length&&(R.tagListCache=[...ee.value],R.selectedTagListCache=[...R.selectedTagList],g.value=R.selectedTagListCache[0][e.saveKey],Pe(R.selectedTagList[0],0),ce()),i.isEdit=!0,a.nextTick(()=>{var K;(K=m.value)==null||K.focus(),e.trigger==="focus"&&R.localList.length!==0&&(S(),s.isShow?O():s.isShow=!0)})}},R=a.reactive({localList:[],tagListCache:[],selectedTagList:[],selectedTagListCache:[]}),ee=a.computed(()=>R.selectedTagList.map(Z=>Z[e.saveKey])),G=V2(e),X=a.computed(()=>{if(e.useGroup){const Z={};return u.curPageList.forEach((K,re)=>{K.__index__=re,Z[K.group.groupId]||(Z[K.group.groupId]={id:K.group.groupId,name:K.group.groupName,children:[]}),Z[K.group.groupId].children.push(K)}),Object.keys(Z).map(K=>Z[K])}return u.curPageList}),W=()=>{const{saveKey:Z,modelValue:K,displayKey:re,allowCreate:Me,trigger:we}=e;R.selectedTagList=[],R.localList=[...G],K.length&&(K.forEach(ae=>{const pe=R.localList.find(Be=>ae===Be[Z]);pe!==void 0?R.selectedTagList.push(pe):Me&&!ee.value.includes(ae)&&R.selectedTagList.push({[Z]:ae,[re]:ae})}),D.value||(R.localList=R.localList.filter(ae=>!K.includes(ae[Z])))),we==="focus"&&S()},S=(Z="")=>{const{searchKey:K,filterCallback:re}=e,Me=Z.toLowerCase();let we=[];if(typeof re=="function")we=re(Me,K,R.localList)||[];else if(Array.isArray(K)){const ae=K.map(pe=>R.localList.filter(Be=>Be[pe].toLowerCase().indexOf(Me)!==-1));we=Array.from(new Set(ae.flat()))}else we=R.localList.filter(ae=>ae[K].toLowerCase().indexOf(Me)!==-1);h(we)},Y=(Z,K)=>{const re={"bk-selector-actived":!1,"bk-selector-selected":ee.value.includes(Z[e.saveKey])};return e.useGroup?re["bk-selector-actived"]=Z.__index__===i.focusItemIndex:re["bk-selector-actived"]=K===i.focusItemIndex,re};a.onMounted(()=>{W()});const ne=()=>{R.tagListCache=[],R.selectedTagListCache=[],R.selectedTagList=[]},se=()=>{g.value=""},q=()=>{if(D.value)return 0;const K=H().findIndex(({id:re})=>re==="tagInputItem");return K>=0?K:0},le=(Z,K,re=!1)=>{if(!K||!Z)return;let Me=K;re&&(Me=K.nextElementSibling||null),K.parentNode.insertBefore(Z,Me)},ce=Z=>{const{maxData:K,trigger:re,allowCreate:Me}=e;if(K===-1||K>ee.value.length){const{value:we}=Z!=null&&Z.target?Z.target:g,ae=Pd(we);ae?(S(we),m.value.style.width=`${ae*vi}px`):re==="focus"&&S()}else Se(),g.value="",s.isShow=!1;i.isEdit=!0,i.focusItemIndex=Me?-1:0},me=()=>{var Z;s.width=D.value?(Z=I.value)==null?void 0:Z.clientWidth:e.contentWidth},Se=()=>{x.value=setTimeout(()=>{const Z=g.value;if(se(),i.isEdit=!1,D.value){const[K]=R.tagListCache;Z&&Z===K&&R.selectedTagListCache.length?bt(R.selectedTagListCache[0],"select"):$("remove")}else if(e.allowAutoMatch&&Z){const K=u.curPageList.find(re=>Array.isArray(e.searchKey)?e.searchKey.map(we=>re[we]).includes(Z):re[e.searchKey]===Z);K?Te(K,"select"):e.allowCreate&&Te(Z,"custom")}s.isShow=!1,n("blur",Z,ee.value)},50)},Te=(Z,K,re)=>{re==null||re.stopPropagation(),!(!Z||Z.disabled)&&(D.value&&ne(),bt(Z,K),$("select"),se(),s.isShow=!1)},B=(Z,K,re)=>{re==null||re.stopPropagation(),Pe(Z,K),se(),$("remove"),m.value.style.width=`${vi}px`},$=Z=>{n("change",ee.value),n(Z),n("update:modelValue",ee.value)},fe=Z=>{Z.stopPropagation();const K=R.selectedTagList;R.selectedTagList=[];const re=G.filter(Me=>K.some(we=>we[e.saveKey]===Me[e.saveKey]));(e.allowCreate&&re.length!==0||!e.allowCreate)&&!D.value&&R.localList.push(...re),$("removeAll")},$e=()=>{const Z={height:N.value.clientHeight,yAxis:N.value.getBoundingClientRect().y};a.nextTick(()=>{const K=N.value.querySelector(".bk-selector-actived");if(!K)return;const re={height:K.clientHeight,yAxis:K.getBoundingClientRect().y};re.yAxis<Z.yAxis&&(N.value.scrollTop=N.value.scrollTop-(Z.yAxis-re.yAxis));const Me=re.yAxis+re.height-Z.yAxis;Me>Z.height&&(N.value.scrollTop=N.value.scrollTop+Me-Z.height)})},ze=(Z,K)=>{const re=H();le(b.value,re[Z-1]),R.selectedTagList.splice(Z-1,1),te();const Me=G.some(we=>we===K[e.saveKey]);(e.allowCreate&&Me||!e.allowCreate)&&!D.value&&R.localList.push(K),m.value=`${vi}px`,$("remove")},_e=Z=>{if(u.isPageLoading)return;let K;const re=Z.target.value,Me=Pd(re),we=q(),ae=H();switch(Z.code){case"ArrowUp":if(Z.preventDefault(),!s.isShow)return;i.focusItemIndex=i.focusItemIndex-1,i.focusItemIndex=i.focusItemIndex<0?-1:i.focusItemIndex,i.focusItemIndex===-1&&(i.focusItemIndex=u.curPageList.length-1),$e();break;case"ArrowDown":if(Z.preventDefault(),!s.isShow)return;i.focusItemIndex=i.focusItemIndex+1,i.focusItemIndex=i.focusItemIndex>u.curPageList.length-1?u.curPageList.length:i.focusItemIndex,i.focusItemIndex===u.curPageList.length&&(i.focusItemIndex=0),$e();break;case"ArrowLeft":if(i.isEdit=!0,!Me){if(we<1)return;le(b.value,ae[we-1]),te()}break;case"ArrowRight":if(i.isEdit=!0,!Me){if(we===ae.length-1)return;le(ae[we+1],b.value),te()}break;case"Enter":case"NumpadEnter":!e.allowCreate&&s.isShow||e.allowCreate&&i.focusItemIndex>=0&&s.isShow?Te(u.curPageList[i.focusItemIndex],"select",Z):e.allowCreate&&Te(g.value,"custom",Z),Z.preventDefault();break;case"Backspace":we!==0&&!g.value&&(K=R.selectedTagList[we-1],ze(we,K));break}},ot=Z=>{const K=[];return Z.split(";").forEach(Me=>{if(Me.match(/^[a-zA-Z][a-zA-Z_]+/g)){const we=Me.match(/^[a-zA-Z][a-zA-Z_]+/g).join("");K.push({[e.saveKey]:we,[e.displayKey]:we})}}),K},tt=Z=>{if(Z.preventDefault(),D.value)return!1;const{maxData:K,saveKey:re,pasteFn:Me}=e,we=Z.clipboardData.getData("text");let pe=(Me?Me(we):ot(we)).map(Be=>Be[re]);if(pe.length){const Be=H(),mt=q(),qe=R.localList.map(He=>He[re]);if(pe=pe.filter(He=>(He==null?void 0:He.trim())&&!ee.value.includes(He)&&qe.includes(He)),K!==-1){const He=R.selectedTagList.length;if(He<K){const Oe=K-He;pe.length>Oe&&(pe=[...pe.slice(0,Oe)])}else pe=[]}const Dt=R.localList.filter(He=>pe.includes(He[re]));pe.length&&(R.selectedTagList.splice(mt,0,...Dt),le(b.value,Be[mt]),m.value.style.width=`${vi}px`,R.localList=R.localList.filter(He=>!pe.includes(He[re])),$("select"),te())}},lt=Z=>{e.disabled||(le(b.value,Z.currentTarget,!0),m.value.style.width=`${vi}px`,s.isShow&&O())},bt=(Z,K)=>{if(R.selectedTagList.length>=e.maxData&&e.maxData!==-1)return;const{separator:re,saveKey:Me,displayKey:we,createTagValidator:ae}=e,pe=q();let Be=1,mt=!1,qe;const Dt=Oe=>typeof ae=="function"?ae(Oe):!0,He=Oe=>R.localList.find(ut=>ut[Me]===Oe);if(K==="custom")if(re){let Oe=Z.split(re);Oe=Oe.filter(Mt=>(Mt==null?void 0:Mt.trim())&&!ee.value.includes(Mt)&&Dt(Mt));const ut=Oe.map(Mt=>He(Mt)||{[Me]:Mt,[we]:Mt});Oe.length&&(R.selectedTagList.splice(pe,0,...ut),Be=ut.length,mt=!0)}else{const Oe=typeof Z=="object";if(qe=Oe?Z[Me]:Z.trim(),qe=qe.replace(/\s+/g,""),qe!==void 0&&!ee.value.includes(qe)&&Dt(qe)){const ut=He(qe)||(Oe?Z:{[Me]:qe,[we]:qe});R.selectedTagList.splice(pe,0,ut),mt=!0}}else Z&&(qe=Z[Me],qe!==void 0&&!ee.value.includes(qe)&&(R.selectedTagList.splice(pe,0,Z),mt=!0));mt&&a.nextTick(()=>{for(let Oe=1;Oe<=Be;Oe++){const Mt=H()[pe+Oe];le(Mt,b.value)}m.value.style.width=`${vi}px`,D.value||(e.allowNextFocus&&te(),R.localList=R.localList.filter(Oe=>!ee.value.includes(Oe[Me])))})},Pe=(Z,K)=>{R.selectedTagList.splice(K,1);const re=G.some(Me=>Me===Z[e.saveKey]);(e.allowCreate&&re||!e.allowCreate)&&!D.value&&R.localList.push(Z)};return je(P(P(P({popoverProps:s},a.toRefs(i)),a.toRefs(R)),a.toRefs(u)),{isShowPlaceholder:A,isShowClear:J,curInputValue:g,formatList:G,renderList:X,showTagClose:j,tagInputRef:m,bkTagSelectorRef:I,tagListRef:C,tagInputItemRef:b,selectorListRef:N,popoverRef:L,triggerClass:U,focusInputTrigger:te,activeClass:Y,handleInput:ce,handleFocus:me,handleBlur:Se,handleTagSelected:Te,handleTagRemove:B,handleClear:fe,tagFocus:lt,handleKeydown:_e,handlePaste:tt})},render(){const e=()=>this.useGroup?this.renderList.map(n=>a.createVNode("li",{class:"bk-selector-group-item"},[a.createVNode("span",{class:"group-name"},[n.name,a.createTextVNode(" ("),n.children.length,a.createTextVNode(")")]),a.createVNode("ul",{class:"bk-selector-group-list-item"},[n.children.map((i,s)=>a.createVNode("li",{class:["bk-selector-list-item",{disabled:i.disabled},this.activeClass(i,s)],onClick:this.handleTagSelected.bind(this,i,"select")},[a.createVNode(Od,{node:i,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)]))])])):this.renderList.map((n,i)=>a.createVNode("li",{class:["bk-selector-list-item",{disabled:n.disabled},this.activeClass(n,i)],onClick:this.handleTagSelected.bind(this,n,"select")},[a.createVNode(Od,{node:n,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)]));return a.createVNode("div",{class:"bk-tag-input",ref:"bkTagSelectorRef",onClick:this.focusInputTrigger,onMouseenter:()=>this.isHover=!0,onMouseleave:()=>this.isHover=!1},[a.createVNode(Ei,{ref:"popoverRef",theme:"light",trigger:"manual",placement:"bottom-start",arrow:!1,width:this.popoverProps.width,isShow:this.popoverProps.isShow,modifiers:this.popoverProps.modifiers},{default:()=>a.createVNode("div",{class:this.triggerClass},[a.createVNode("ul",{class:"tag-list",ref:"tagListRef",style:{marginLeft:`${this.leftSpace}px`}},[this.selectedTagList.map((n,i)=>{const s={boundary:"window",theme:"light",distance:12,content:n[this.tooltipKey],disabled:!this.tooltipKey};return a.withDirectives(a.createVNode("li",{class:"tag-item",onClick:this.tagFocus},[a.createVNode(Z2,{node:n,tpl:this.tagTpl,displayKey:this.displayKey},null),this.showTagClose?a.createVNode(Wn,{class:"remove-tag",onClick:this.handleTagRemove.bind(this,n,i)},null):null]),[[a.resolveDirective("bk-tooltips"),s]])}),a.withDirectives(a.createVNode("li",{ref:"tagInputItemRef",id:"tagInputItem",class:"tag-input-item",role:"input"},[a.withDirectives(a.createVNode("input",{type:"text",class:"tag-input",ref:"tagInputRef","onUpdate:modelValue":n=>this.curInputValue=n,onInput:this.handleInput,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeydown,onPaste:this.handlePaste},null),[[a.vModelText,this.curInputValue]])]),[[a.vShow,this.isEdit]])]),a.withDirectives(a.createVNode("p",{class:"placeholder"},[this.placeholder]),[[a.vShow,this.isShowPlaceholder]]),this.isShowClear?a.createVNode(Vn,{class:"clear-icon",onClick:this.handleClear},null):null]),content:()=>a.createVNode("div",{class:"bk-selector-list"},[a.createVNode("ul",{ref:"selectorListRef",style:{"max-height":`${this.contentMaxHeight}px`},class:"outside-ul"},[e(),this.isPageLoading?a.createVNode("li",{class:"bk-selector-list-item loading"},[a.createVNode(Oi,{theme:"primary",size:wn.Small},null)]):null])])})])}});ur.install=e=>{e.component(ur.name,ur)};const R2={direction:d.commonType(["horizontal","vertical"],"direction").def("horizontal"),align:d.commonType(["left","center","right"],"align").def("center"),color:d.string.def("#dde4eb"),width:d.number.def(1),type:d.commonType(["dashed","solid"],"lineType").def("dashed")};var G2=a.defineComponent({name:"Divider",props:R2,render(){const e=()=>this.direction==="vertical"?{borderRight:`${this.width}px ${this.type} ${this.color}`}:{borderBottom:`${this.width}px ${this.type} ${this.color}`};let n;return this.$slots.default&&(n=a.createVNode("div",{class:["bk-divider-info",`bk-divider-info-${this.align}`]},[this.$slots.default()])),a.createVNode("div",{class:["bk-divider",`bk-divider-${this.direction}`],style:e()},[n])}});const f0=Ze(G2),Y2={tabAdd:{type:Function,default:()=>({})},tabChange:{type:Function,default:e=>e},tabRemove:{type:Function,default:e=>e},tabSort:{type:Function,default:()=>({})},tabDrag:{type:Function,default:()=>({})}},B2={active:d.oneOfType([d.number,d.string]).def(""),type:d.commonType(["card","border-card","unborder-card"],"type").def("border-card"),tabPosition:d.commonType(["left","right","top"],"position").def("top"),closable:Boolean,addable:Boolean,sortable:Boolean,sortType:d.commonType(["replace","insert","top"],"sortType").def("replace"),labelHeight:d.number.def(50),scrollStep:d.number.def(200),extCls:d.string.def(""),validateActive:d.bool.def(!0),showHeader:d.bool.def(!0),changeOnHover:d.bool.def(!1),changeOnHoverDelay:d.number.def(1e3)},H2=P({active:d.oneOfType([d.number,d.string]).def(""),panels:{type:Array,default:()=>[]},closable:Boolean,addable:Boolean,sortable:Boolean,sortType:d.commonType(["replace","insert","top"],"sortType").def("replace"),labelHeight:d.number.def(50),scrollStep:d.number.def(200),validateActive:d.bool.def(!0),changeOnHover:d.bool.def(!1),changeOnHoverDelay:d.number.def(1e3)},Y2),F2={name:d.oneOfType([d.number,d.string]).def(""),label:d.string||d.func,closable:d.bool,visible:d.bool.def(!0),disabled:d.bool,sortable:d.bool,renderDirective:d.commonType(["if","show"],"render").def("show"),panel:d.string||d.func};var Ad=a.defineComponent({name:"TabNav",props:H2,setup(e){const n=a.computed(()=>{if(!Array.isArray(e.panels)||!e.panels.length)return[];const u=[];let h=!1;return e.panels.filter((f,g)=>{if(!f.props)return null;const{name:m,label:I,closable:C,visible:b,disabled:N,sortable:L}=f.props;if(!b)return!1;e.active===m&&(h=!0);const x=j=>f.slots.label?a.h(f.slots.label):[void 0,""].includes(j)?`\u9009\u9879\u5361${g+1}`:typeof j=="string"?j:typeof j=="function"?a.h(j):j;return u.push({name:m,closable:C,visible:b,disabled:N,sortable:L,tabLabel:x(I)}),!0}),!h&&e.validateActive&&e.panels[0].props&&e.tabChange(e.panels[0].props.name),u}),i=a.ref(-1),s=a.ref(-1),l=a.ref("");return{navs:n,dragenterIndex:i,dragStartIndex:s,draggingEle:l,guid:Math.random().toString(16).substr(4)+Math.random().toString(16).substr(4)}},methods:{distinctRoots(e,n){return e===n},handleTabAdd(e){this.tabAdd(e)},dragstart(e,n){this.dragStartIndex=e,this.draggingEle=this.guid,Object.assign(n.dataTransfer,{effectAllowed:"move"}),this.tabDrag(e,n)},dragenter(e){this.distinctRoots(this.draggingEle,this.guid)&&(this.dragenterIndex=e)},dragend(){this.dragenterIndex=-1,this.dragStartIndex=-1,this.draggingEle=null},drop(e,n){if(!this.distinctRoots(this.draggingEle,this.guid))return!1;this.tabSort(this.dragStartIndex,e,n)},handleTabChange(e){this.tabChange(e)},handleTabRemove(e,n){this.tabRemove(e,n)}},render(){const{active:e,closable:n,addable:i,sortable:s,sortType:l,labelHeight:u,dragstart:h,dragenter:f,dragend:g,drop:m}=this,I=()=>this.navs.map((b,N)=>{if(!b)return null;const{name:L,disabled:x,tabLabel:j}=b,D=()=>{const J=["bk-tab-header-item"];return x&&J.push("bk-tab-header--disabled"),e===L&&J.push("bk-tab-header--active"),J.join(" ")},A=(J,U)=>J||U;return a.createVNode("div",{key:L,onClick:()=>this.handleTabChange(L),draggable:A(b.sortable,s),onDragstart:J=>h(N,J),onDragenter:J=>{J.preventDefault(),f(N)},onDragleave:J=>{J.preventDefault()},onDragover:J=>{J.preventDefault()},onDragend:J=>{J.preventDefault(),g()},onDrop:J=>{J.preventDefault(),m(N,l)},class:D()},[a.createVNode("div",null,[j]),A(b.closable,n)&&a.createVNode(Vn,{class:"bk-tab-header-item-close",onClick:()=>this.handleTabRemove(N,b)},null)])}),C=()=>{var N,L,x,j;const b=[];return typeof this.$slots.add=="function"?b.push((L=(N=this.$slots).add)==null?void 0:L.call(N,a.h)):i&&b.push(a.createVNode("div",{onClick:this.handleTabAdd},[a.createVNode(il,{width:26,height:26},null)])),typeof this.$slots.setting=="function"&&b.push((j=(x=this.$slots).setting)==null?void 0:j.call(x,a.h)),b.length?a.createVNode("div",{class:"bk-tab-header-operation"},[b.map((D,A)=>a.createVNode("div",{class:"bk-tab-header-item",key:A},[D]))]):null};return a.createVNode("div",{style:{lineHeight:`${u}px`},class:"bk-tab-header"},[a.createVNode("div",{class:"bk-tab-header-nav"},[I()]),C()])}}),U2=a.defineComponent({name:"Tab",components:{TabNav:Ad},props:B2,emits:["add-panel","tab-change","remove-panel","sort-change","on-drag-tab","add","change","remove","update:active","sort","drag"],setup(e,{slots:n}){const i=a.ref(!1),s=a.ref([]),l=a.getCurrentInstance();typeof n.panel=="function"&&(s.value=n.panel()),typeof n.default=="function"&&(s.value=n.default());const u=(f,g=[])=>{const{children:m}=f;return(m||[]).forEach(I=>{let{type:C}=I;C=C.name||C,C==="TabPanel"&&I.component?g.push(I.component):(C===a.Fragment||C==="template")&&u(I,g)}),g},h=()=>{if(n.default){const{children:f}=l.subTree.children[1];if(!f)return;const g=f[0],m=u(g);!(m.length===s.value.length&&m.every((C,b)=>C.uid===s.value[b].uid))&&(s.value=m)}};return a.onMounted(()=>{h(),i.value=!0}),a.onUpdated(()=>{h()}),{isMounted:i,panels:s}},methods:{tabAdd(e){this.$emit("add",{e}),this.$emit("add-panel",{e})},tabChange(e){this.$emit("change",e),this.$emit("tab-change",e),this.$emit("update:active",e)},tabRemove(e,n){this.$emit("remove",e,n),this.$emit("remove-panel",e,n)},tabSort(e,n,i){if(i==="insert")if(e<n)this.panels.splice(n+1,0,this.panels[e]),this.panels.splice(e,1);else if(e>n)this.panels.splice(n,0,this.panels[e]),this.panels.splice(e+1,1);else return!1;else{const s=this.panels[n];this.panels[n]=this.panels[e],this.panels[e]=s}this.$emit("sort",e,n,i),this.$emit("sort-change",e,n,i)},tabDrag(e,n){this.$emit("drag",e,n),this.$emit("on-drag-tab",e,n)}},render(){var i,s;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}`,n=()=>{const{panels:l,active:u,type:h,closable:f,addable:g,sortable:m,sortType:I,labelHeight:C,scrollStep:b,validateActive:N,changeOnHover:L,changeOnHoverDelay:x,tabAdd:j,tabChange:D,tabRemove:A,tabSort:J,tabDrag:U}=this,O={panels:l,active:u,type:h,closable:f,addable:g,sortable:m,sortType:I,labelHeight:C,scrollStep:b,validateActive:N,changeOnHover:L,changeOnHoverDelay:x,tabAdd:j,tabChange:D,tabRemove:A,tabSort:J,tabDrag:U};return!l||!Array.isArray(l)?null:a.createVNode(Ad,O,this.$slots)};return a.createVNode("div",{class:e()},[n(),a.createVNode("div",{class:"bk-tab-content"},[(s=(i=this.$slots).default)==null?void 0:s.call(i)])])}}),kl=a.defineComponent({name:"TabPanel",props:F2,render(){const e=this.name===this.$parent.active,n=()=>!this.visible||this.renderDirective==="if"&&!e?null:typeof this.panel=="function"?this.panel(a.h):typeof this.$slots.default=="function"?this.$slots.default(null):typeof this.$slots.panel=="function"?this.$slots.panel(null):null;return a.withDirectives(a.createVNode("div",{ref:"content",class:"bk-tab-panel"},[n()]),[[a.vShow,e]])}});const h0=tn(U2,{TabPanel:kl}),An={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]};let Ed=1;const g0=(e,n)=>{let i=n;const s=i.position||"top-right";typeof n=="string"&&(i={message:n});const l=n.onClose;let u=i.offsetY||30;const{spacing:h=10}=i;An[s].forEach(I=>{u+=(I.el.offsetHeight||0)+h}),Ed+=1;const f=`message_${Ed}`;i=je(P({},i),{offsetY:u,id:f});const g=document.createElement("div"),m=a.createVNode(e,i);m.props.onDestory=I=>{_2(I,s,h,l),a.render(null,g)},a.render(m,g),An[s].push(m),document.body.appendChild(g.firstElementChild)};function _2(e,n,i,s){s==null||s();const l=n.startsWith("top")?"top":"bottom";let u=-1;An[n].forEach((m,I)=>{m.props.id===e&&(u=I)});const f=An[n][u].el.offsetHeight,g=An[n].length;for(let m=u;m<g;m++){const I=parseInt(An[n][m].el.style[l],10)-f-i;An[n][m].component.props.offsetY=I}An[n].splice(u,1)}const X2={id:d.string.def(""),message:d.string.def(""),theme:d.theme(["primary","warning","success","error"]).def("primary"),delay:d.number.def(3e3),dismissable:d.bool.def(!0),offsetY:d.number.def(30),spacing:d.number.def(10),extCls:d.string.def(""),onClose:d.func};var K2=a.defineComponent({name:"Message",props:X2,emits:["destory"],setup(e,{emit:n}){const i=a.computed(()=>["bk-message",`bk-message-${e.theme}`,`${e.extCls}`]),s=fn.getMessageNextIndex(),l=a.computed(()=>({top:`${e.offsetY}px`,zIndex:s})),u=a.ref(!1);let h=null;const f=()=>{h=setTimeout(()=>{u.value=!1},e.delay)},g=()=>{u.value=!1};return a.onMounted(()=>{e.delay&&f(),u.value=!0}),a.onUnmounted(()=>{clearTimeout(h)}),a.watch(u,()=>{u.value||n("destory",e.id)}),{classNames:i,styles:l,visible:u,close:g}},render(){const e=()=>({primary:a.createVNode(Pa,null,null),warning:a.createVNode(Ea,null,null),success:a.createVNode(Aa,null,null),error:a.createVNode(Vn,null,null)})[this.theme];return a.createVNode(a.Transition,{name:"bk-fade"},{default:()=>[a.withDirectives(a.createVNode("div",{class:this.classNames,style:this.styles},[a.createVNode("div",{class:"bk-message-content"},[a.createVNode("div",{class:"bk-message-icon"},[e()]),this.message]),this.dismissable&&a.createVNode(Wn,{class:"bk-message-icon bk-message-close",onClick:this.close},null)]),[[a.vShow,this.visible]])]})}});const p0=e=>{g0(K2,e)},$2={id:d.string.def(""),title:d.string.def(""),message:d.string.def(""),theme:d.theme(["primary","warning","success","danger"]).def("primary"),position:d.position().def("top-right"),delay:d.number.def(3e3),offset:d.number.def(0),onClose:d.func};var q2=a.defineComponent({name:"Notify",props:$2,emits:["destory"],setup(e,{emit:n}){const i=a.computed(()=>["bk-notify",`bk-notify-${e.theme}`]),s=fn.getMessageNextIndex(),l=a.computed(()=>e.position.indexOf("right")>1?"right":"left"),u=a.computed(()=>e.position.startsWith("top")?"top":"bottom"),h=a.computed(()=>({[l.value]:"10px",[u.value]:`${e.offset}px`,zIndex:s})),f=a.ref(!1);let g=null;const m=()=>{g=setTimeout(()=>{f.value=!1},e.delay)},I=()=>{f.value=!1};return a.onMounted(()=>{m(),f.value=!0}),a.onUnmounted(()=>{clearTimeout(g)}),a.watch(f,()=>{f.value||n("destory",e.id)}),{classNames:i,styles:h,visible:f,handleClose:I}},render(){const e=()=>({primary:a.createVNode(Pa,null,null),warning:a.createVNode(Ea,null,null),success:a.createVNode(Aa,null,null),danger:a.createVNode(Vn,null,null)})[this.theme];return a.createVNode(a.Transition,{name:"bk-notify-fade"},{default:()=>[a.withDirectives(a.createVNode("div",{class:this.classNames,style:this.styles},[a.createVNode("div",{class:"bk-notify-content"},[a.createVNode("div",{class:"bk-notify-icon"},[e()]),this.title?a.createVNode("h3",{class:"bk-notify-content-header"},[this.title]):"",a.createVNode("div",{class:"bk-notify-content-text"},[this.message])]),a.createVNode(Wn,{class:"bk-notify-icon bk-notify-close",onClick:this.handleClose},null)]),[[a.vShow,this.visible]])]})}});const m0=e=>{g0(q2,e)},M0=Symbol("MENU_PROVIDER_KEY"),zo=Symbol("MENU_PROVIDER_KEY_PATH"),ey=e=>{a.provide(M0,e)},ty=e=>{const{parentKeys:n,parentInfo:i}=Tl(),s=a.computed(()=>[...n.value,e]);a.provide(zo,{parentInfo:{key:e,parentKey:i==null?void 0:i.key},parentKeys:s})},I0=()=>a.inject(M0),Tl=()=>{var i;const e=a.getCurrentInstance(),n=e.parent?e.parent.provides:(i=e.vnode.appContext)==null?void 0:i.provides;return n&&zo in n?a.inject(zo):{parentInfo:void 0,parentKeys:a.ref([])}},Jo=function(e){return(e||"").split(" ").filter(n=>!!n.trim())};function Vd(e,n){if(!e||!n)return;const i=Jo(n);let s=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...i);return}i.forEach(u=>{s=s.replace(` ${u} `," ")});const l=Jo(s).join(" ");e.setAttribute("class",l)}function Wd(e,n){if(!e)return;let i=e.getAttribute("class")||"";const s=Jo(i),l=(n||"").split(" ").filter(u=>!s.includes(u)&&!!u.trim());e.classList?e.classList.add(...l):(i+=` ${l.join(" ")}`,e.setAttribute("class",i))}const ny=()=>({css:!0,onBeforeEnter:e=>{Wd(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,Vd(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&&(Wd(e,"collapse-transition"),e.style.transitionProperty="height",e.style.height="0px",e.style.maxHeight="0px")},onAfterLeave:e=>{Vd(e,"collapse-transition"),e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow}}),iy={activeKey:String,collapse:{type:Boolean,default:!1},OpenedKeys:{type:Array},mode:{type:String,default:"vertical"},uniqueOpen:{type:Boolean,default:!0}};var ry=a.defineComponent({name:"Menu",props:iy,emits:["update:activeKey","update:openKeys","click","openChange"],setup(e,{slots:n,emit:i}){const s=a.ref(""),l=a.ref([]),u=a.ref({}),h=a.computed(()=>e.mode),f=a.ref(e.collapse),g=a.ref([]);a.watch(()=>e.OpenedKeys,(N=l.value)=>{l.value=N},{immediate:!0}),a.watchEffect(()=>{e.activeKey!==void 0&&(s.value=e.activeKey)}),a.watch(()=>e.collapse,()=>{f.value=e.collapse;const N=[...g.value],L=[...l.value];l.value=f.value?[]:N,g.value=f.value?L:[]},{immediate:!0});const m=(N,L)=>{u.value=je(P({},u.value),{[N]:L})},I=N=>{delete u.value[N],u.value=P({},u.value)},C=(N,L)=>{L?e.uniqueOpen?l.value=[N]:l.value.push(N):l.value=l.value.filter(x=>x!==N),i("openChange",L,u.value[N]),i("update:openKeys",[...l.value])},b=N=>{s.value=N,i("click",u.value[N]),i("update:activeKey",N,u.value[N])};return ey({activeKey:s,menuStore:u,registerMenuInfo:m,unregisterMenuInfo:I,mode:h.value,openedKeys:l,collapse:f,handleOpenChange:C,handleActiveChange:b}),()=>{var N;return a.createVNode("div",{class:{"bk-menu":!0,"is-collapse":f.value}},[(N=n==null?void 0:n.default)==null?void 0:N.call(n)])}}}),ay=a.defineComponent({name:"MenuGroup",props:{name:{type:String,default:""}},setup(e,{slots:n}){return()=>{var i;return a.createVNode("div",{class:"bk-menu-group"},[a.createVNode("div",{class:"group-name"},[e.name]),a.createVNode("ul",{class:"group-wrap"},[(i=n.default)==null?void 0:i.call(n)])])}}}),sy=a.defineComponent({name:"MenuItem",props:{needIcon:{type:Boolean,default:!0}},emits:["click"],slots:["icon"],setup(e,{slots:n,emit:i}){var N,L;const{registerMenuInfo:s,unregisterMenuInfo:l,activeKey:u,handleActiveChange:h}=I0(),f=a.getCurrentInstance(),{parentInfo:g}=Tl(),m=((L=(N=f.vnode.key)==null?void 0:N.toString)==null?void 0:L.call(N))||String(f.uid),I=a.computed(()=>u.value===m),C=a.computed(()=>e.needIcon);s(m,{key:m,parentKey:g==null?void 0:g.key});const b=x=>{h(m),i("click",x)};return a.onBeforeUnmount(()=>l(m)),()=>{var x,j;return a.createVNode("li",{class:{"bk-menu-item":!0,"is-active":I.value},onClick:b},[C.value&&a.createVNode("span",{class:"item-icon"},[((x=n==null?void 0:n.icon)==null?void 0:x.call(n))||a.createVNode("i",{class:"default-icon"},null)]),a.createVNode("span",{class:"item-content"},[(j=n.default)==null?void 0:j.call(n)])])}}});const oy={title:{type:String,default:"title"}};var ly=a.defineComponent({name:"Submenu",props:oy,emits:["collapse"],slots:["icon"],setup(e,{slots:n,emit:i}){var D,A;const{registerMenuInfo:s,unregisterMenuInfo:l,openedKeys:u,handleOpenChange:h,collapse:f,activeKey:g,menuStore:m}=I0(),{parentInfo:I}=Tl(),C=a.getCurrentInstance(),b=((A=(D=C.vnode.key)==null?void 0:D.toString)==null?void 0:A.call(D))||String(C.uid),N=a.ref(ny()),L=a.computed(()=>u.value.includes(b)),x=a.computed(()=>{var U,O;const J=(O=(U=m.value)==null?void 0:U[g.value])==null?void 0:O.parentKey;return f.value&&J===b&&L});ty(b),s(b,{key:b,parentKey:I==null?void 0:I.key}),a.onBeforeUnmount(()=>l(b));const j=()=>{h(b,!L.value),i("collapse",!L.value,C)};return()=>{var J;return a.createVNode("li",{class:{"bk-menu-submenu":!0,"is-opened":L.value}},[a.createVNode("div",{class:{"submenu-header":!0,"is-collapse":x.value},onClick:j},[a.createVNode("span",{class:"submenu-header-icon"},[((J=n.icon)==null?void 0:J.call(n))||a.createVNode(ll,{class:"menu-icon"},null)]),a.createVNode("span",{class:"submenu-header-content"},[e.title]),a.createVNode(za,{class:{"submenu-header-collapse":!0,"is-collapse":u.value.includes(b)}},null)]),a.createVNode(a.Transition,N.value,{default:()=>{var U;return[a.withDirectives(a.createVNode("ul",{class:"submenu-list"},[(U=n.default)==null?void 0:U.call(n)]),[[a.vShow,L.value]])]}})])}}});const y0=tn(ry,{Item:sy,Submenu:ly,Group:ay}),uy={sideTitle:{type:String,default:""},navigationType:{type:String,default:"left-right"}};var Zd=a.defineComponent({props:uy,slots:["side-icon"],setup(e,{slots:n}){return()=>{var i,s;return a.createVNode("div",{class:"bk-navigation-title",style:{borderBottomWidth:e.navigationType==="left-right"?"0":"1px"}},[((i=n.default)==null?void 0:i.call(n))||[a.createVNode("span",{class:"title-icon"},[((s=n["side-icon"])==null?void 0:s.call(n))||a.createVNode("i",{class:"bk-icon icon-rtx"},null)]),a.createVNode("span",{class:"title-desc"},[e.sideTitle])]])}}});const cy={navWidth:{type:[Number,String],default:60},hoverWidth:{type:[Number,String],default:260},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 cr=a.defineComponent({name:"Navigation",props:cy,emits:["leave","toggle","hover","toggle-click"],slots:["header","menu","footer","side-icon","side-header"],setup(e,{emit:n}){const i=a.ref(e.headerTitle),s=a.reactive({click:!1,hover:!1,delay:!1,timer:null,enterTimer:null});e.defaultOpen&&(s.click=!s.click,s.hover=s.click,n("toggle",s.hover)),a.onBeforeUnmount(()=>{s.timer&&window.clearTimeout(s.timer)});const l=()=>{s.click||(s.enterTimer=setTimeout(()=>{s.hover=!0,s.enterTimer&&window.clearTimeout(s.enterTimer),s.timer&&window.clearTimeout(s.timer),n("hover",s.hover),n("toggle",s.hover)},e.hoverEnterDelay))},u=()=>{s.click||(s.enterTimer&&window.clearTimeout(s.enterTimer),s.timer=setTimeout(()=>{s.hover=!1,window.clearTimeout(s.timer),n("leave",s.hover),n("toggle",s.hover)},e.hoverLeaveDelay))},h=()=>{s.click=!s.click,s.hover=s.click,n("toggle",s.hover),n("toggle-click",s.hover)};return{defaultHeaderTitle:i,nav:s,onBeforeUnmount:a.onBeforeUnmount,handleMouseOver:l,handleMouseLeave:u,handleClick:h}},render(){var e,n,i,s,l,u,h,f,g,m,I,C;return a.createVNode("div",{class:"bk-navigation"},[this.navigationType==="top-bottom"&&a.createVNode("div",{class:"bk-navigation-header",style:{flexBasis:`${this.headHeight}px`}},[a.createVNode(Zd,{sideTitle:this.sideTitle},{default:this.$slots["side-header"],"side-icon":this.$slots["side-header"]?void 0:this.$slots["side-icon"]}),a.createVNode("div",{class:"header-right"},[(n=(e=this.$slots).header)==null?void 0:n.call(e)])]),a.createVNode("div",{class:"bk-navigation-wrapper"},[this.needMenu&&a.createVNode("div",{class:"navigation-nav",style:{width:this.nav.click?`${this.hoverWidth}px`:`${this.navWidth}px`}},[a.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"&&a.createVNode(Zd,{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"]}),a.createVNode("div",{class:"nav-slider-list",style:{height:`calc(100vh - ${+this.headHeight+56}px)`}},[(s=(i=this.$slots).menu)==null?void 0:s.call(i)]),a.createVNode("div",{class:"nav-slider-footer"},[a.createVNode("div",{class:{"is-left":this.navigationType!=="top-bottom","footer-icon":!0},onClick:this.handleClick},[a.createVNode(_o,{class:"footer-icon-svg",style:{transform:this.nav.click?"rotate(180deg)":"rotate(0deg)"}},null)])])])]),a.createVNode("div",{class:"navigation-container",style:{maxWidth:this.needMenu?"calc(100vw - 60px)":"100vw"}},[this.navigationType!=="top-bottom"&&a.createVNode("div",{class:"container-header",style:{flexBasis:`${this.headHeight}px`}},[((u=(l=this.$slots).header)==null?void 0:u.call(l))||[a.createVNode("div",{class:"container-header-title"},[this.headerTitle]),a.createVNode("div",{class:"container-header-sets"},[(f=(h=this.$slots)["header-set"])==null?void 0:f.call(h)])]]),a.createVNode("div",{class:"container-content",style:{maxHeight:`calc(100vh - ${this.headHeight}px)`}},[(m=(g=this.$slots).default)==null?void 0:m.call(g),a.createVNode("div",{class:"container-footer"},[(C=(I=this.$slots).footer)==null?void 0:C.call(I)])])])])])}});cr.install=e=>{e.component(cr.name,cr)};const dy={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 fy=a.defineComponent({props:dy,emits:["changeVisible"],setup(e,{emit:n}){let i=Object.create(null);const s=a.ref(null);a.onMounted(()=>{u()}),a.onBeforeUnmount(()=>{l()});const l=()=>{if(i&&Object.keys(i).length!==0){const g=i;g.isShow&&g.hide(),g.destroy(),i=null,n("changeVisible",!1)}},u=()=>{i&&Object.keys(i).length!==0?a.nextTick(()=>{i.update()}):a.nextTick(()=>{i=new Ro(e.triggerRef,s.value,{placement:e.placement,trigger:"manual",modifiers:[{name:"computeStyles",options:{adaptive:!1,gpuAcceleration:!1}},{name:"offset",options:{offset:[0,4]}}]})})},h=a.computed(()=>{const g={};return e.appendToBody&&(g["z-index"]=1060+fn.getModalNextIndex()),g}),f=a.reactive({styles:h});return je(P({},a.toRefs(f)),{refContentRef:s,updateDropdown:u,destoryDropdown:l})},render(){var e,n,i;return a.createVNode("div",{ref:"refContentRef",class:["bk-date-picker-dropdown",this.className,this.extPopoverCls],style:this.styles,onClick:this.onClick},[(i=(n=(e=this.$slots).default)==null?void 0:n.call(e))!=null?i:""])}}),Rd=1e3*60*60*24;function Gd(e,n){return new Date(e,n+1,0).getDate()}function Yd(e,n,i){return n===0&&i>50?e-1:n===11&&i<10?e+1:e}function Bd(e,n,i,s){n>11&&(n=0,e++);var l=new Date(e,n,i);s&&l.setDate(l.getDate()+4-(l.getDay()||7));var u=s?l.getFullYear():e,h=new Date(u,0,1),f=1+Math.round((l-h)/Rd);s||(f+=h.getDay());var g=Math.ceil(f/7);if(!s){var m=new Date(e,n,i),I=new Date(e+1,0,1),C=I.getDay();m.getTime()>=I.getTime()-Rd*C&&(g=1)}return g}function hy(e,n,i){for(var s=this.lang||"en",l=this.onlyDays,u=typeof this.weekStart=="undefined"?1:this.weekStart,h=u===1,f=[],g=new Date(e,n,1),m=g.getDay()||(h?7:0),I=u-m,C=Bd(e,n,1,h),b=Gd(e,n),N=Gd(e,n-1),L,x,j,D=Yd(e,n,C),A={month:n,year:e,daysInMonth:b},J=0;J<7;J++){j=I;for(var U=0;U<8;U++){J>0&&U>0&&I++,I>b||I<1?(x=I>b?I-b:N+I,L=I>b?n+1:n-1):(x=I,L=n);var O=function(){return U===0?"weekLabel":J===0?"dayLabel":I<1?"prevMonth":I>b?"nextMonth":"monthDay"}(),_=j!==I&&J>0,H={desc:_?x:C,week:C,type:O,format:h?"ISO 8601":"US",date:_?new Date(Date.UTC(e,L,x)):!1,year:D,index:f.length};i&&(typeof i=="function"?H=i.call(A,H,s):i.forEach(function(te){H=te.call(A,H,s)})),l&&_?f.push(H):l||f.push(H)}J>0&&(C=Bd(e,L,x+1,h)),D=Yd(e,n,C)}return A.cells=f,A}var gy=function(e){return hy.bind(e)},py={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"}},ln=py;function my(e){return e==null?!1:e.constructor===Array||e.constructor===Object}function C0(e,n){for(var i in e)n[i]?my(e[i])&&C0(e[i],n[i]):n[i]=e[i]}function v0(e,n){var i=[ln.classes[e.type]];return e.class?e.class=(typeof e.class=="string"?[e.class]:e.class).concat(i):e.class=i,e.type.indexOf("Label")>0&&(e.index==0&&ln.weekPlaceholder?e.desc=ln.weekPlaceholder:e.index<8?e.desc=ln.columnNames[n][e.index]:e.index%8==0&&(e.desc=e.week)),e.date&&(e.monthName=ln.monthNames[n][e.date.getMonth()]),this.monthName||(this.monthName=ln.monthNames[n][this.month]),this.labels||(this.labels={monthNames:ln.monthNames[n],columnNames:ln.columnNames[n],classes:ln.classes}),e}v0.setLabels=function(e){C0(e,ln)};var My=v0,Iy={Generator:gy,addLabels:My};function Ht(e){if(e===null||e===!0||e===!1)return NaN;var n=Number(e);return isNaN(n)?n:n<0?Math.ceil(n):Math.floor(n)}function vt(e,n){if(n.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+n.length+" present")}function nn(e){vt(1,arguments);var n=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&n==="[object Date]"?new Date(e.getTime()):typeof e=="number"||n==="[object Number]"?new Date(e):((typeof e=="string"||n==="[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 yy(e,n){vt(2,arguments);var i=nn(e).getTime(),s=Ht(n);return new Date(i+s)}function Cy(e){var n=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return n.setUTCFullYear(e.getFullYear()),e.getTime()-n.getTime()}function vy(e){return vt(1,arguments),e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function by(e){if(vt(1,arguments),!vy(e)&&typeof e!="number")return!1;var n=nn(e);return!isNaN(Number(n))}var Ny={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"}},wy=function(e,n,i){var s,l=Ny[e];return typeof l=="string"?s=l:n===1?s=l.one:s=l.other.replace("{{count}}",n.toString()),i!=null&&i.addSuffix?i.comparison&&i.comparison>0?"in "+s:s+" ago":s},Ly=wy;function ho(e){return function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=n.width?String(n.width):e.defaultWidth,s=e.formats[i]||e.formats[e.defaultWidth];return s}}var ky={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Ty={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},xy={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Sy={date:ho({formats:ky,defaultWidth:"full"}),time:ho({formats:Ty,defaultWidth:"full"}),dateTime:ho({formats:xy,defaultWidth:"full"})},Dy=Sy,jy={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},zy=function(e,n,i,s){return jy[e]},Jy=zy;function nr(e){return function(n,i){var s=i||{},l=s.context?String(s.context):"standalone",u;if(l==="formatting"&&e.formattingValues){var h=e.defaultFormattingWidth||e.defaultWidth,f=s.width?String(s.width):h;u=e.formattingValues[f]||e.formattingValues[h]}else{var g=e.defaultWidth,m=s.width?String(s.width):e.defaultWidth;u=e.values[m]||e.values[g]}var I=e.argumentCallback?e.argumentCallback(n):n;return u[I]}}var Qy={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},Py={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},Oy={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"]},Ay={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"]},Ey={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"}},Vy={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"}},Wy=function(e,n){var i=Number(e),s=i%100;if(s>20||s<10)switch(s%10){case 1:return i+"st";case 2:return i+"nd";case 3:return i+"rd"}return i+"th"},Zy={ordinalNumber:Wy,era:nr({values:Qy,defaultWidth:"wide"}),quarter:nr({values:Py,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:nr({values:Oy,defaultWidth:"wide"}),day:nr({values:Ay,defaultWidth:"wide"}),dayPeriod:nr({values:Ey,defaultWidth:"wide",formattingValues:Vy,defaultFormattingWidth:"wide"})},Ry=Zy;function ir(e){return function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=i.width,l=s&&e.matchPatterns[s]||e.matchPatterns[e.defaultMatchWidth],u=n.match(l);if(!u)return null;var h=u[0],f=s&&e.parsePatterns[s]||e.parsePatterns[e.defaultParseWidth],g=Array.isArray(f)?Yy(f,function(C){return C.test(h)}):Gy(f,function(C){return C.test(h)}),m;m=e.valueCallback?e.valueCallback(g):g,m=i.valueCallback?i.valueCallback(m):m;var I=n.slice(h.length);return{value:m,rest:I}}}function Gy(e,n){for(var i in e)if(e.hasOwnProperty(i)&&n(e[i]))return i}function Yy(e,n){for(var i=0;i<e.length;i++)if(n(e[i]))return i}function By(e){return function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=n.match(e.matchPattern);if(!s)return null;var l=s[0],u=n.match(e.parsePattern);if(!u)return null;var h=e.valueCallback?e.valueCallback(u[0]):u[0];h=i.valueCallback?i.valueCallback(h):h;var f=n.slice(l.length);return{value:h,rest:f}}}var Hy=/^(\d+)(th|st|nd|rd)?/i,Fy=/\d+/i,Uy={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},_y={any:[/^b/i,/^(a|c)/i]},Xy={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},Ky={any:[/1/i,/2/i,/3/i,/4/i]},$y={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},qy={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]},eC={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},tC={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]},nC={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},iC={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}},rC={ordinalNumber:By({matchPattern:Hy,parsePattern:Fy,valueCallback:function(e){return parseInt(e,10)}}),era:ir({matchPatterns:Uy,defaultMatchWidth:"wide",parsePatterns:_y,defaultParseWidth:"any"}),quarter:ir({matchPatterns:Xy,defaultMatchWidth:"wide",parsePatterns:Ky,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:ir({matchPatterns:$y,defaultMatchWidth:"wide",parsePatterns:qy,defaultParseWidth:"any"}),day:ir({matchPatterns:eC,defaultMatchWidth:"wide",parsePatterns:tC,defaultParseWidth:"any"}),dayPeriod:ir({matchPatterns:nC,defaultMatchWidth:"any",parsePatterns:iC,defaultParseWidth:"any"})},aC=rC,sC={code:"en-US",formatDistance:Ly,formatLong:Dy,formatRelative:Jy,localize:Ry,match:aC,options:{weekStartsOn:0,firstWeekContainsDate:1}},oC=sC;function lC(e,n){vt(2,arguments);var i=Ht(n);return yy(e,-i)}var uC=864e5;function cC(e){vt(1,arguments);var n=nn(e),i=n.getTime();n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0);var s=n.getTime(),l=i-s;return Math.floor(l/uC)+1}function Ta(e){vt(1,arguments);var n=1,i=nn(e),s=i.getUTCDay(),l=(s<n?7:0)+s-n;return i.setUTCDate(i.getUTCDate()-l),i.setUTCHours(0,0,0,0),i}function b0(e){vt(1,arguments);var n=nn(e),i=n.getUTCFullYear(),s=new Date(0);s.setUTCFullYear(i+1,0,4),s.setUTCHours(0,0,0,0);var l=Ta(s),u=new Date(0);u.setUTCFullYear(i,0,4),u.setUTCHours(0,0,0,0);var h=Ta(u);return n.getTime()>=l.getTime()?i+1:n.getTime()>=h.getTime()?i:i-1}function dC(e){vt(1,arguments);var n=b0(e),i=new Date(0);i.setUTCFullYear(n,0,4),i.setUTCHours(0,0,0,0);var s=Ta(i);return s}var fC=6048e5;function hC(e){vt(1,arguments);var n=nn(e),i=Ta(n).getTime()-dC(n).getTime();return Math.round(i/fC)+1}function xa(e,n){vt(1,arguments);var i=n||{},s=i.locale,l=s&&s.options&&s.options.weekStartsOn,u=l==null?0:Ht(l),h=i.weekStartsOn==null?u:Ht(i.weekStartsOn);if(!(h>=0&&h<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var f=nn(e),g=f.getUTCDay(),m=(g<h?7:0)+g-h;return f.setUTCDate(f.getUTCDate()-m),f.setUTCHours(0,0,0,0),f}function N0(e,n){vt(1,arguments);var i=nn(e),s=i.getUTCFullYear(),l=n||{},u=l.locale,h=u&&u.options&&u.options.firstWeekContainsDate,f=h==null?1:Ht(h),g=l.firstWeekContainsDate==null?f:Ht(l.firstWeekContainsDate);if(!(g>=1&&g<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var m=new Date(0);m.setUTCFullYear(s+1,0,g),m.setUTCHours(0,0,0,0);var I=xa(m,n),C=new Date(0);C.setUTCFullYear(s,0,g),C.setUTCHours(0,0,0,0);var b=xa(C,n);return i.getTime()>=I.getTime()?s+1:i.getTime()>=b.getTime()?s:s-1}function gC(e,n){vt(1,arguments);var i=n||{},s=i.locale,l=s&&s.options&&s.options.firstWeekContainsDate,u=l==null?1:Ht(l),h=i.firstWeekContainsDate==null?u:Ht(i.firstWeekContainsDate),f=N0(e,n),g=new Date(0);g.setUTCFullYear(f,0,h),g.setUTCHours(0,0,0,0);var m=xa(g,n);return m}var pC=6048e5;function mC(e,n){vt(1,arguments);var i=nn(e),s=xa(i,n).getTime()-gC(i,n).getTime();return Math.round(s/pC)+1}function Ee(e,n){for(var i=e<0?"-":"",s=Math.abs(e).toString();s.length<n;)s="0"+s;return i+s}var MC={y:function(e,n){var i=e.getUTCFullYear(),s=i>0?i:1-i;return Ee(n==="yy"?s%100:s,n.length)},M:function(e,n){var i=e.getUTCMonth();return n==="M"?String(i+1):Ee(i+1,2)},d:function(e,n){return Ee(e.getUTCDate(),n.length)},a:function(e,n){var i=e.getUTCHours()/12>=1?"pm":"am";switch(n){case"a":case"aa":return i.toUpperCase();case"aaa":return i;case"aaaaa":return i[0];case"aaaa":default:return i==="am"?"a.m.":"p.m."}},h:function(e,n){return Ee(e.getUTCHours()%12||12,n.length)},H:function(e,n){return Ee(e.getUTCHours(),n.length)},m:function(e,n){return Ee(e.getUTCMinutes(),n.length)},s:function(e,n){return Ee(e.getUTCSeconds(),n.length)},S:function(e,n){var i=n.length,s=e.getUTCMilliseconds(),l=Math.floor(s*Math.pow(10,i-3));return Ee(l,n.length)}},Pn=MC,bi={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},IC={G:function(e,n,i){var s=e.getUTCFullYear()>0?1:0;switch(n){case"G":case"GG":case"GGG":return i.era(s,{width:"abbreviated"});case"GGGGG":return i.era(s,{width:"narrow"});case"GGGG":default:return i.era(s,{width:"wide"})}},y:function(e,n,i){if(n==="yo"){var s=e.getUTCFullYear(),l=s>0?s:1-s;return i.ordinalNumber(l,{unit:"year"})}return Pn.y(e,n)},Y:function(e,n,i,s){var l=N0(e,s),u=l>0?l:1-l;if(n==="YY"){var h=u%100;return Ee(h,2)}return n==="Yo"?i.ordinalNumber(u,{unit:"year"}):Ee(u,n.length)},R:function(e,n){var i=b0(e);return Ee(i,n.length)},u:function(e,n){var i=e.getUTCFullYear();return Ee(i,n.length)},Q:function(e,n,i){var s=Math.ceil((e.getUTCMonth()+1)/3);switch(n){case"Q":return String(s);case"QQ":return Ee(s,2);case"Qo":return i.ordinalNumber(s,{unit:"quarter"});case"QQQ":return i.quarter(s,{width:"abbreviated",context:"formatting"});case"QQQQQ":return i.quarter(s,{width:"narrow",context:"formatting"});case"QQQQ":default:return i.quarter(s,{width:"wide",context:"formatting"})}},q:function(e,n,i){var s=Math.ceil((e.getUTCMonth()+1)/3);switch(n){case"q":return String(s);case"qq":return Ee(s,2);case"qo":return i.ordinalNumber(s,{unit:"quarter"});case"qqq":return i.quarter(s,{width:"abbreviated",context:"standalone"});case"qqqqq":return i.quarter(s,{width:"narrow",context:"standalone"});case"qqqq":default:return i.quarter(s,{width:"wide",context:"standalone"})}},M:function(e,n,i){var s=e.getUTCMonth();switch(n){case"M":case"MM":return Pn.M(e,n);case"Mo":return i.ordinalNumber(s+1,{unit:"month"});case"MMM":return i.month(s,{width:"abbreviated",context:"formatting"});case"MMMMM":return i.month(s,{width:"narrow",context:"formatting"});case"MMMM":default:return i.month(s,{width:"wide",context:"formatting"})}},L:function(e,n,i){var s=e.getUTCMonth();switch(n){case"L":return String(s+1);case"LL":return Ee(s+1,2);case"Lo":return i.ordinalNumber(s+1,{unit:"month"});case"LLL":return i.month(s,{width:"abbreviated",context:"standalone"});case"LLLLL":return i.month(s,{width:"narrow",context:"standalone"});case"LLLL":default:return i.month(s,{width:"wide",context:"standalone"})}},w:function(e,n,i,s){var l=mC(e,s);return n==="wo"?i.ordinalNumber(l,{unit:"week"}):Ee(l,n.length)},I:function(e,n,i){var s=hC(e);return n==="Io"?i.ordinalNumber(s,{unit:"week"}):Ee(s,n.length)},d:function(e,n,i){return n==="do"?i.ordinalNumber(e.getUTCDate(),{unit:"date"}):Pn.d(e,n)},D:function(e,n,i){var s=cC(e);return n==="Do"?i.ordinalNumber(s,{unit:"dayOfYear"}):Ee(s,n.length)},E:function(e,n,i){var s=e.getUTCDay();switch(n){case"E":case"EE":case"EEE":return i.day(s,{width:"abbreviated",context:"formatting"});case"EEEEE":return i.day(s,{width:"narrow",context:"formatting"});case"EEEEEE":return i.day(s,{width:"short",context:"formatting"});case"EEEE":default:return i.day(s,{width:"wide",context:"formatting"})}},e:function(e,n,i,s){var l=e.getUTCDay(),u=(l-s.weekStartsOn+8)%7||7;switch(n){case"e":return String(u);case"ee":return Ee(u,2);case"eo":return i.ordinalNumber(u,{unit:"day"});case"eee":return i.day(l,{width:"abbreviated",context:"formatting"});case"eeeee":return i.day(l,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(l,{width:"short",context:"formatting"});case"eeee":default:return i.day(l,{width:"wide",context:"formatting"})}},c:function(e,n,i,s){var l=e.getUTCDay(),u=(l-s.weekStartsOn+8)%7||7;switch(n){case"c":return String(u);case"cc":return Ee(u,n.length);case"co":return i.ordinalNumber(u,{unit:"day"});case"ccc":return i.day(l,{width:"abbreviated",context:"standalone"});case"ccccc":return i.day(l,{width:"narrow",context:"standalone"});case"cccccc":return i.day(l,{width:"short",context:"standalone"});case"cccc":default:return i.day(l,{width:"wide",context:"standalone"})}},i:function(e,n,i){var s=e.getUTCDay(),l=s===0?7:s;switch(n){case"i":return String(l);case"ii":return Ee(l,n.length);case"io":return i.ordinalNumber(l,{unit:"day"});case"iii":return i.day(s,{width:"abbreviated",context:"formatting"});case"iiiii":return i.day(s,{width:"narrow",context:"formatting"});case"iiiiii":return i.day(s,{width:"short",context:"formatting"});case"iiii":default:return i.day(s,{width:"wide",context:"formatting"})}},a:function(e,n,i){var s=e.getUTCHours(),l=s/12>=1?"pm":"am";switch(n){case"a":case"aa":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"aaa":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return i.dayPeriod(l,{width:"narrow",context:"formatting"});case"aaaa":default:return i.dayPeriod(l,{width:"wide",context:"formatting"})}},b:function(e,n,i){var s=e.getUTCHours(),l;switch(s===12?l=bi.noon:s===0?l=bi.midnight:l=s/12>=1?"pm":"am",n){case"b":case"bb":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"bbb":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return i.dayPeriod(l,{width:"narrow",context:"formatting"});case"bbbb":default:return i.dayPeriod(l,{width:"wide",context:"formatting"})}},B:function(e,n,i){var s=e.getUTCHours(),l;switch(s>=17?l=bi.evening:s>=12?l=bi.afternoon:s>=4?l=bi.morning:l=bi.night,n){case"B":case"BB":case"BBB":return i.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"BBBBB":return i.dayPeriod(l,{width:"narrow",context:"formatting"});case"BBBB":default:return i.dayPeriod(l,{width:"wide",context:"formatting"})}},h:function(e,n,i){if(n==="ho"){var s=e.getUTCHours()%12;return s===0&&(s=12),i.ordinalNumber(s,{unit:"hour"})}return Pn.h(e,n)},H:function(e,n,i){return n==="Ho"?i.ordinalNumber(e.getUTCHours(),{unit:"hour"}):Pn.H(e,n)},K:function(e,n,i){var s=e.getUTCHours()%12;return n==="Ko"?i.ordinalNumber(s,{unit:"hour"}):Ee(s,n.length)},k:function(e,n,i){var s=e.getUTCHours();return s===0&&(s=24),n==="ko"?i.ordinalNumber(s,{unit:"hour"}):Ee(s,n.length)},m:function(e,n,i){return n==="mo"?i.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):Pn.m(e,n)},s:function(e,n,i){return n==="so"?i.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):Pn.s(e,n)},S:function(e,n){return Pn.S(e,n)},X:function(e,n,i,s){var l=s._originalDate||e,u=l.getTimezoneOffset();if(u===0)return"Z";switch(n){case"X":return Fd(u);case"XXXX":case"XX":return ei(u);case"XXXXX":case"XXX":default:return ei(u,":")}},x:function(e,n,i,s){var l=s._originalDate||e,u=l.getTimezoneOffset();switch(n){case"x":return Fd(u);case"xxxx":case"xx":return ei(u);case"xxxxx":case"xxx":default:return ei(u,":")}},O:function(e,n,i,s){var l=s._originalDate||e,u=l.getTimezoneOffset();switch(n){case"O":case"OO":case"OOO":return"GMT"+Hd(u,":");case"OOOO":default:return"GMT"+ei(u,":")}},z:function(e,n,i,s){var l=s._originalDate||e,u=l.getTimezoneOffset();switch(n){case"z":case"zz":case"zzz":return"GMT"+Hd(u,":");case"zzzz":default:return"GMT"+ei(u,":")}},t:function(e,n,i,s){var l=s._originalDate||e,u=Math.floor(l.getTime()/1e3);return Ee(u,n.length)},T:function(e,n,i,s){var l=s._originalDate||e,u=l.getTime();return Ee(u,n.length)}};function Hd(e,n){var i=e>0?"-":"+",s=Math.abs(e),l=Math.floor(s/60),u=s%60;if(u===0)return i+String(l);var h=n||"";return i+String(l)+h+Ee(u,2)}function Fd(e,n){if(e%60===0){var i=e>0?"-":"+";return i+Ee(Math.abs(e)/60,2)}return ei(e,n)}function ei(e,n){var i=n||"",s=e>0?"-":"+",l=Math.abs(e),u=Ee(Math.floor(l/60),2),h=Ee(l%60,2);return s+u+i+h}var yC=IC;function Ud(e,n){switch(e){case"P":return n.date({width:"short"});case"PP":return n.date({width:"medium"});case"PPP":return n.date({width:"long"});case"PPPP":default:return n.date({width:"full"})}}function w0(e,n){switch(e){case"p":return n.time({width:"short"});case"pp":return n.time({width:"medium"});case"ppp":return n.time({width:"long"});case"pppp":default:return n.time({width:"full"})}}function CC(e,n){var i=e.match(/(P+)(p+)?/)||[],s=i[1],l=i[2];if(!l)return Ud(e,n);var u;switch(s){case"P":u=n.dateTime({width:"short"});break;case"PP":u=n.dateTime({width:"medium"});break;case"PPP":u=n.dateTime({width:"long"});break;case"PPPP":default:u=n.dateTime({width:"full"});break}return u.replace("{{date}}",Ud(s,n)).replace("{{time}}",w0(l,n))}var vC={p:w0,P:CC},bC=vC,NC=["D","DD"],wC=["YY","YYYY"];function LC(e){return NC.indexOf(e)!==-1}function kC(e){return wC.indexOf(e)!==-1}function _d(e,n,i){if(e==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(n,"`) for formatting years to the input `").concat(i,"`; see: https://git.io/fxCyr"));if(e==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(n,"`) for formatting years to the input `").concat(i,"`; see: https://git.io/fxCyr"));if(e==="D")throw new RangeError("Use `d` instead of `D` (in `".concat(n,"`) for formatting days of the month to the input `").concat(i,"`; see: https://git.io/fxCyr"));if(e==="DD")throw new RangeError("Use `dd` instead of `DD` (in `".concat(n,"`) for formatting days of the month to the input `").concat(i,"`; see: https://git.io/fxCyr"))}var TC=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,xC=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,SC=/^'([^]*?)'?$/,DC=/''/g,jC=/[a-zA-Z]/;function zC(e,n,i){vt(2,arguments);var s=String(n),l=i||{},u=l.locale||oC,h=u.options&&u.options.firstWeekContainsDate,f=h==null?1:Ht(h),g=l.firstWeekContainsDate==null?f:Ht(l.firstWeekContainsDate);if(!(g>=1&&g<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var m=u.options&&u.options.weekStartsOn,I=m==null?0:Ht(m),C=l.weekStartsOn==null?I:Ht(l.weekStartsOn);if(!(C>=0&&C<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!u.localize)throw new RangeError("locale must contain localize property");if(!u.formatLong)throw new RangeError("locale must contain formatLong property");var b=nn(e);if(!by(b))throw new RangeError("Invalid time value");var N=Cy(b),L=lC(b,N),x={firstWeekContainsDate:g,weekStartsOn:C,locale:u,_originalDate:b},j=s.match(xC).map(function(D){var A=D[0];if(A==="p"||A==="P"){var J=bC[A];return J(D,u.formatLong,x)}return D}).join("").match(TC).map(function(D){if(D==="''")return"'";var A=D[0];if(A==="'")return JC(D);var J=yC[A];if(J)return!l.useAdditionalWeekYearTokens&&kC(D)&&_d(D,n,e),!l.useAdditionalDayOfYearTokens&&LC(D)&&_d(D,n,e),J(L,D,u.localize,x);if(A.match(jC))throw new RangeError("Format string contains an unescaped latin alphabet character `"+A+"`");return D}).join("");return j}function JC(e){return e.match(SC)[1].replace(DC,"'")}const ft={},L0=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,$n=/\d\d?/,QC=/\d{3}/,PC=/\d{4}/,ga=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Xd=function(){};function k0(e,n){const i=[];for(let s=0,l=e.length;s<l;s++)i.push(e[s].substr(0,n));return i}function Kd(e){return(n,i,s)=>{const l=s[e].indexOf(i.charAt(0).toUpperCase()+i.substr(1).toLowerCase());~l&&(n.month=l)}}function on(e,n=2){let i=String(e);for(;i.length<n;)i=`0${i}`;return i}const T0=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],x0=["January","February","March","April","May","June","July","August","September","October","November","December"],OC=k0(x0,3),AC=k0(T0,3);ft.i18n={dayNamesShort:AC,dayNames:T0,monthNamesShort:OC,monthNames:x0,amPm:["am","pm"],DoFn(e){return e+["th","st","nd","rd"][e%10>3?0:(e-e%10!==10)*e%10]}};const $d={D(e){return e.getDay()},DD(e){return on(e.getDay())},Do(e,n){return n.DoFn(e.getDate())},d(e){return e.getDate()},dd(e){return on(e.getDate())},ddd(e,n){return n.dayNamesShort[e.getDay()]},dddd(e,n){return n.dayNames[e.getDay()]},M(e){return e.getMonth()+1},MM(e){return on(e.getMonth()+1)},MMM(e,n){return n.monthNamesShort[e.getMonth()]},MMMM(e,n){return n.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 on(e.getHours()%12||12)},H(e){return e.getHours()},HH(e){return on(e.getHours())},m(e){return e.getMinutes()},mm(e){return on(e.getMinutes())},s(e){return e.getSeconds()},ss(e){return on(e.getSeconds())},S(e){return Math.round(e.getMilliseconds()/100)},SS(e){return on(Math.round(e.getMilliseconds()/10),2)},SSS(e){return on(e.getMilliseconds(),3)},a(e,n){return e.getHours()<12?n.amPm[0]:n.amPm[1]},A(e,n){return e.getHours()<12?n.amPm[0].toUpperCase():n.amPm[1].toUpperCase()},ZZ(e){const n=e.getTimezoneOffset();return(n>0?"-":"+")+on(Math.floor(Math.abs(n)/60)*100+Math.abs(n)%60,4)}},Ue={d:[$n,(e,n)=>{e.day=n}],M:[$n,(e,n)=>{e.month=n-1}],yy:[$n,(e,n)=>{const s=+`${new Date().getFullYear()}`.substr(0,2);e.year=`${n>68?s-1:s}${n}`}],h:[$n,(e,n)=>{e.hour=n}],m:[$n,(e,n)=>{e.minute=n}],s:[$n,(e,n)=>{e.second=n}],yyyy:[PC,(e,n)=>{e.year=n}],S:[/\d/,(e,n)=>{e.millisecond=n*100}],SS:[/\d{2}/,(e,n)=>{e.millisecond=n*10}],SSS:[QC,(e,n)=>{e.millisecond=n}],D:[$n,Xd],ddd:[ga,Xd],MMM:[ga,Kd("monthNamesShort")],MMMM:[ga,Kd("monthNames")],a:[ga,(e,n,i)=>{const s=n.toLowerCase();s===i.amPm[0]?e.isPm=!1:s===i.amPm[1]&&(e.isPm=!0)}],ZZ:[/[\\+\\-]\d\d:?\d\d/,(e,n)=>{const i=`${n}`.match(/([\\+\\-]|\d\d)/gi);let s;i&&(s=+(i[1]*60)+parseInt(i[2],10),e.timezoneOffset=i[0]==="+"?s:-s)}]};Ue.DD=Ue.D;Ue.dddd=Ue.ddd;Ue.Do=Ue.dd=Ue.d;Ue.mm=Ue.m;Ue.hh=Ue.H=Ue.HH=Ue.h;Ue.MM=Ue.M;Ue.ss=Ue.s;Ue.A=Ue.a;ft.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"};ft.format=(e,n,i)=>{const s=i||ft.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 n=ft.masks[n]||n||ft.masks.default,n.replace(L0,l=>l in $d?$d[l](e,s):l.slice(1,l.length-1))};ft.parse=(e,n,i)=>{const s=i||ft.i18n;if(typeof n!="string")throw new Error("Invalid format in fecha.parse");if(n=ft.masks[n]||n,e.length>1e3)return!1;let l=!0;const u={};if(n.replace(L0,g=>{if(Ue[g]){const m=Ue[g],I=e.search(m[0]);~I?e.replace(m[0],C=>(m[1](u,C,s),e=e.substr(I+C.length),C)):l=!1}return Ue[g]?"":g.slice(1,g.length-1)}),!l)return!1;const h=new Date;u.isPm===!0&&u.hour!==null&&+u.hour!=12?u.hour=+u.hour+12:u.isPm===!1&&+u.hour==12&&(u.hour=0);let f;return u.timezoneOffset!==null&&u.timezoneOffset!==void 0?(u.minute=+(u.minute||0)-+u.timezoneOffset,f=new Date(Date.UTC(u.year||h.getFullYear(),u.month||0,u.day||1,u.hour||0,u.minute||0,u.second||0,u.millisecond||0))):f=new Date(u.year||h.getFullYear(),u.month||0,u.day||1,u.hour||0,u.minute||0,u.second||0,u.millisecond||0),f};const xl=" - ",Nn=(e,n)=>{const i=nn(new Date(e));return!i||isNaN(i.getTime())?"":zC(i,n||"yyyy-MM-dd")},go=(e,n)=>{if(Array.isArray(e)&&e.length===2){const i=e[0],s=e[1];if(i&&s)return Nn(i,n)+xl+Nn(s,n)}else if(!Array.isArray(e)&&e instanceof Date)return Nn(e,n);return""},po=(e,n)=>{const i=Array.isArray(e)?e:e.split(xl);if(i.length===2){const s=i[0],l=i[1];return[s instanceof Date?s:ft.parse(s,n||"yyyy-MM-dd"),l instanceof Date?l:ft.parse(l,n||"yyyy-MM-dd")]}return[]},Li={default:{formatter(e){return e?`${e}`:""},parser(e){return e===void 0||e===""?null:e}},date:{formatter:(e,n)=>Nn(e,n),parser:(e,n)=>ft.parse(e,n||"yyyy-MM-dd")},datetime:{formatter:(e,n)=>Nn(e,n),parser:(e,n)=>ft.parse(e,n||"yyyy-MM-dd")},daterange:{formatter:go,parser:po},datetimerange:{formatter:go,parser:po},timerange:{formatter:go,parser:po},time:{formatter:(e,n)=>Nn(e,n),parser:(e,n)=>ft.parse(e,n||"yyyy-MM-dd")},month:{formatter:(e,n)=>Nn(e,n),parser:(e,n)=>ft.parse(e,n||"yyyy-MM-dd")},year:{formatter:(e,n)=>Nn(e,n),parser:(e,n)=>ft.parse(e,n||"yyyy-MM-dd")},multiple:{formatter(e,n){return e.filter(Boolean).map(i=>Nn(i,n)).join(",")},parser(e,n){return(typeof e=="string"?e.split(","):e).map(s=>{if(s instanceof Date)return s;let l=s;return typeof s=="string"?l=s.trim():typeof s!="number"&&!s&&(l=""),ft.parse(l,n||"yyyy-MM-dd")})}},number:{formatter(e){return e?`${e}`:""},parser(e){const n=Number(e);return isNaN(e)?null:n}}},EC=()=>{const e=new Date;return e.setHours(0),e.setMinutes(0),e.setSeconds(0),e},VC=e=>e.every(n=>!n||typeof n=="string"&&n.trim()===""),qd=e=>e?[e.getHours(),e.getMinutes(),e.getSeconds()]:[0,0,0],S0={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"},pa=(e,n,i,s)=>{const l=n.includes("range"),{parser:u}=Li[n]||Li.default,h=s||S0[n],f=Li.multiple.parser;let g=e;if(e&&n==="time"&&!(e instanceof Date))g=u(e,h);else if(i&&e)g=f(e,h);else if(l)if(!e)g=[null,null];else if(typeof e=="string")g=u(e,h);else if(n==="timerange")g=u(e,h).map(m=>m||"");else{const[m,I]=e;m instanceof Date&&I instanceof Date?g=e.map(C=>new Date(C)):typeof m=="string"&&typeof I=="string"?g=u(e.join(xl),h):(!m||!I)&&(g=[null,null])}else typeof e=="string"&&n.indexOf("time")!==0&&(g=u(e,h)||null);return l||i?g||[]:[g]},rr=(e,n,i,s)=>{const l=S0[n];if(i){const{formatter:h}=Li.multiple;return h(e,s||l)}const{formatter:u}=Li[n]||Li.default;return u(e,s||l)},WC=Symbol("date-picker");function Bt(e,n=""){return["bk-picker-panel-icon-btn",`bk-date-picker-${e}-btn`,`bk-date-picker-${e}-btn-arrow${n}`]}const ZC=(e,n)=>new Date(e,n+1,0).getDate(),e9=(e,n)=>{const i=new Date(e),s=i.getMonth()+n,l=ZC(i.getFullYear(),s);return l<i.getDate()&&i.setDate(l),i.setMonth(s),i},D0=(()=>{const e={yyyy:i=>i.getFullYear(),m:i=>i.getMonth()+1,mm:i=>`0${i.getMonth()+1}`.slice(-2),mmm:(i,s)=>i.toLocaleDateString(s,{month:"long"}).slice(0,3),Mmm:(i,s)=>{const l=i.toLocaleDateString(s,{month:"long"});return(l[0].toUpperCase()+l.slice(1).toLowerCase()).slice(0,3)},mmmm:(i,s)=>i.toLocaleDateString(s,{month:"long"}),Mmmm:(i,s)=>{const l=i.toLocaleDateString(s,{month:"long"});return l[0].toUpperCase()+l.slice(1).toLowerCase()}},n=new RegExp(["yyyy","Mmmm","mmmm","Mmm","mmm","mm","m"].join("|"),"g");return(i,s,l)=>{const u=/(\[[^\]]+\])([^\\[\]]+)(\[[^\]]+\])/,h=s.match(u).slice(1),f=h[1],g=[h[0],h[2]].map(m=>({label:m.replace(/\[[^\]]+\]/,C=>C.slice(1,-1).replace(n,b=>e[b](l,i))),type:m.indexOf("yy")!==-1?"year":"month"}));return{separator:f,labels:g}}})(),qn=e=>{const n=new Date(e);return n.setHours(0,0,0,0),n.getTime()},RC=(e,n,i)=>{if(!n||!i)return!1;const[s,l]=[n,i].sort();return e>=s&&e<=l},GC={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 Qo=a.defineComponent({props:GC,emits:["pick","pick-click","changeRange"],setup(e,{emit:n}){const i=a.computed(()=>new Iy.Generator({onlyDays:!0,weekStart:0})),s=a.computed(()=>{const m=["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"];return m.splice(0,7-0).concat(m.splice(0,0))}),l=a.computed(()=>e.selectionMode==="range"&&e.rangeState.selecting?[e.rangeState.from]:e.modelValue),u=a.computed(()=>{const m=e.tableDate.getFullYear(),I=e.tableDate.getMonth(),C=qn(new Date),b=l.value.filter(Boolean).map(qn),[N,L]=l.value.map(qn),x=e.rangeState.from&&qn(e.rangeState.from),j=e.rangeState.to&&qn(e.rangeState.to),D=e.selectionMode==="range",A=typeof e.disableDate=="function"&&e.disableDate;return i.value(m,I,J=>{J.date instanceof Date&&J.date.setTime(J.date.getTime()+J.date.getTimezoneOffset()*6e4);const U=J.date&&qn(J.date),O=J.date&&I===J.date.getMonth();return je(P({},J),{type:U===C?"today":J.type,selected:O&&b.includes(U),disabled:J.date&&A&&A(new Date(U)),range:O&&D&&RC(U,x,j),start:O&&D&&U===N,end:O&&D&&U===L})}).cells.slice(0)});return{headerDays:s,cells:u,getCellCls:m=>["bk-date-picker-cells-cell",{["bk-date-picker-cells-cell-selected"]:m.selected||m.start||m.end,["bk-date-picker-cells-cell-disabled"]:m.disabled,["bk-date-picker-cells-cell-today"]:m.type==="today",["bk-date-picker-cells-cell-prev-month"]:m.type==="prevMonth",["bk-date-picker-cells-cell-next-month"]:m.type==="nextMonth",["bk-date-picker-cells-cell-week-label"]:m.type==="weekLabel",["bk-date-picker-cells-cell-range"]:m.range&&!m.start&&!m.end}],handleClick:m=>{if(m.disabled||m.type==="weekLabel")return;const I=new Date(qn(m.date));n("pick",I),n("pick-click")},handleMouseMove:m=>{if(!e.rangeState.selecting||m.disabled)return;const I=m.date;n("changeRange",I)}}},render(){return a.createVNode("div",{class:"bk-date-picker-cells"},[a.createVNode("div",{class:"bk-date-picker-cells-header"},[this.headerDays.map(e=>a.createVNode("span",null,[e]))]),this.cells.map(e=>a.createVNode("span",{class:this.getCellCls(e),onClick:()=>this.handleClick(e),onMouseenter:()=>this.handleMouseMove(e)},[a.createVNode("em",null,[e.desc])]))])}});const YC={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}};var BC=a.defineComponent({props:YC,emits:["pick","pick-success"],setup(e,{emit:n}){const i=O=>O.match(/^time/)?"time-picker":`${O}-table`,s=e.modelValue.slice().sort(),l=a.reactive({currentView:e.selectionMode||"date",pickerTable:i(e.selectionMode),dates:s,panelDate:e.startDate||s[0]||new Date}),u=()=>{setTimeout(()=>{l.currentView=e.selectionMode},500)},h=O=>{l.panelDate=O,l.pickerTable==="year-table"?l.pickerTable="month-table":l.pickerTable=i(l.currentView)},f=(O,_)=>{console.warn("handlePick");let H=O;e.selectionMode==="year"?H=new Date(O.getFullYear(),0,1):e.selectionMode==="month"?H=new Date(l.panelDate.getFullYear(),O.getMonth(),1):H=new Date(O),l.dates=[H],n("pick",H,!1,_||e.selectionMode)},g=()=>{u(),n("pick-success")},m=O=>{O.value&&n("pick",O.value(),!1,void 0,O),O.onClick&&O.onClick(this),e.shortcutClose&&g()},I=()=>{l.currentView=e.selectionMode,l.pickerTable=i(l.currentView)},C=O=>{e.selectionMode==="year"||l.pickerTable==="year-table"?l.panelDate=new Date(l.panelDate.getFullYear()+O*10,0,1):l.panelDate=e9(l.panelDate,O*12)},b=O=>{l.panelDate=e9(l.panelDate,O)},N=a.ref(null),L=a.ref(null),x=O=>{var _,H;O&&((_=N==null?void 0:N.value)==null||_.updateScroll(),(H=L==null?void 0:L.value)==null||H.updateScroll())},j=a.computed(()=>l.pickerTable===`${l.currentView}-table`?f:h),D=a.computed(()=>{const O="zh-CN",_="[yyyy]-[mm]",H=l.panelDate,{labels:te,separator:R}=D0(O,_,H),ee=G=>()=>{l.pickerTable=i(G)};return{separator:R,labels:te.map(G=>{const X=G;return X.handler=ee(G.type),X})}}),A=a.computed(()=>D.value.labels[0].type==="year"||l.currentView==="date"),J=a.computed(()=>D.value.labels[1].type==="year"||l.currentView==="date"),U=a.computed(()=>l.currentView==="time");return console.warn("panelDatepanelDate",l.panelDate),je(P({},a.toRefs(l)),{panelPickerHandlers:j,datePanelLabel:D,showLabelFirst:A,showLabelSecond:J,handleShortcutClick:m,changeYear:C,changeMonth:b,reset:I,isTime:U,onToggleVisibility:x})},render(){return a.createVNode("div",{class:["bk-picker-panel-body-wrapper",this.shortcuts.length?"bk-picker-panel-with-sidebar":""],onMousedown:e=>{e.preventDefault()}},[this.shortcuts.length?a.createVNode("div",{class:"bk-picker-panel-sidebar"},[this.shortcuts.map(e=>a.createVNode("div",{class:"bk-picker-panel-shortcut",onClick:()=>this.handleShortcutClick(e)},[e.text]))]):"",a.createVNode("div",{class:"bk-picker-panel-body",style:"width: 261px;"},[a.withDirectives(a.createVNode("div",{class:"bk-date-picker-header"},[a.createVNode("span",{class:Bt("prev","-double"),onClick:()=>this.changeYear(-1)},[a.createVNode(gr,{style:{fontSize:"20px",lineHeight:1}},null)]),this.pickerTable==="date-table"?a.withDirectives(a.createVNode("span",{class:Bt("prev"),onClick:()=>this.changeMonth(-1)},[a.createVNode(Qi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[a.vShow,this.currentView==="date"]]):"",this.datePanelLabel&&Object.keys(this.datePanelLabel).length>0?a.createVNode("span",null,[a.withDirectives(a.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.datePanelLabel.labels[0].handler},[this.datePanelLabel.labels[0].label]),[[a.vShow,this.showLabelFirst]]),this.currentView==="date"?` ${this.datePanelLabel.separator} `:" ",a.withDirectives(a.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.datePanelLabel.labels[1].handler},[this.datePanelLabel.labels[1].label]),[[a.vShow,this.showLabelSecond]])]):"",a.createVNode("span",{class:Bt("next","-double"),onClick:()=>this.changeYear(1)},[a.createVNode(pr,{style:{fontSize:"20px",lineHeight:1}},null)]),this.pickerTable==="date-table"?a.withDirectives(a.createVNode("span",{class:Bt("next"),onClick:()=>this.changeMonth(1)},[a.createVNode(ri,{style:{fontSize:"20px",lineHeight:1}},null)]),[[a.vShow,this.currentView==="date"]]):""]),[[a.vShow,this.currentView!=="time"]]),a.createVNode("div",{class:"bk-picker-panel-content"},[this.currentView!=="time"?(()=>{switch(this.pickerTable){case"date-table":return a.createVNode(Qo,{tableDate:this.panelDate,disableDate:this.disableDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);default:return null}})():""])])])}});const HC={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}};var FC=a.defineComponent({props:HC,emits:["pick"],setup(e,{emit:n}){const[i,s]=e.modelValue.map(q=>q||EC()),l=e.startDate?e.startDate:i,u=a.reactive({currentView:e.selectionMode||"date",leftPickerTable:`${e.selectionMode}-table`,rightPickerTable:`${e.selectionMode}-table`,leftPanelDate:l,rightPanelDate:new Date(l.getFullYear(),l.getMonth()+1,1),rangeState:{from:e.modelValue[0],to:e.modelValue[1],selecting:i&&!s},upToNowEnable:!1,dates:e.modelValue}),h=(q,le)=>!q||!le?0:q.getTime()-le.getTime(),f=()=>{u.currentView=e.selectionMode,u.leftPickerTable=`${u.currentView}-table`,u.rightPickerTable=`${u.currentView}-table`},g=a.ref(null),m=a.ref(null),I=q=>{var le,ce;q&&((le=g==null?void 0:g.value)==null||le.updateScroll(),(ce=m==null?void 0:m.value)==null||ce.updateScroll())},C=(q,le,ce,me=!0)=>{const Se=new Date(u[`${q}PanelDate`]);if(Se[`set${le}`](Se[`get${le}`]()+ce),u[`${q}PanelDate`]=Se,!!me)if(e.splitPanels){const Te=q==="left"?"right":"left";q==="left"&&u.leftPanelDate>=u.rightPanelDate&&C(Te,le,1),q==="right"&&u.rightPanelDate<=u.leftPanelDate&&C(Te,le,-1)}else{const Te=q==="left"?"right":"left",B=u[`${Te}PanelDate`],$=new Date(B);if(le==="Month"){const fe=new Date($.getFullYear(),$.getMonth()+ce+1,0).getDate();$.setDate(Math.min(fe,$.getDate()))}$[`set${le}`]($[`get${le}`]()+ce),u[`${Te}PanelDate`]=$}},b=q=>{const le=u.currentView==="year"?-10:-1;C(q,"FullYear",le)},N=q=>{const le=u.currentView==="year"?10:1;C(q,"FullYear",le)},L=q=>{C(q,"Month",-1)},x=q=>{C(q,"Month",1)},j=q=>{u[`${q}PickerTable`]="year-table"},D=q=>{u[`${q}PickerTable`]="month-table"},A=q=>{const le="zh-CN",ce="[yyyy]-[mm]",me=u[`${q}PanelDate`],{labels:Se,separator:Te}=D0(le,ce,me),B=$=>{const fe=$==="month"?D:j;return()=>fe(q)};return{separator:Te,labels:Se.map($=>{const fe=$;return fe.handler=B($.type),fe})}},J=(q,le)=>{n("pick",u.dates,q,le||e.type)},U=(q,le)=>{if(console.warn("handleRangePick"),u.rangeState.selecting||u.currentView==="time"){if(u.currentView==="time")u.dates=q;else{const[ce,me]=[u.rangeState.from,q].sort(h),Se=le==="upToNow"?new Date:new Date(new Date(new Date(me.setHours(23)).setMinutes(59)).setSeconds(59));u.dates=[ce,Se],u.rangeState={from:ce,to:Se,selecting:!1}}J(!1,le||"date")}else u.upToNowEnable=new Date(q).getTime()<new Date().getTime(),u.rangeState={from:q,to:null,selecting:!0}},O=(q,le)=>{if(u[`${q}PanelDate`]=le,u[`${q}PickerTable`]==="year-table"?u[`${q}PickerTable`]="month-table":u[`${q}PickerTable`]=`${u.currentView}-table`,!e.splitPanels){const me=q==="left"?"right":"left";u[`${me}PanelDate`]=le,C(me,"Month",me==="left"?-1:1,!1)}},_=q=>{u.rangeState.to=q};a.watch(()=>e.selectionMode,q=>{u.currentView=q||"range"});const H=a.computed(()=>u.currentView==="time"),te=a.computed(()=>A("left")),R=a.computed(()=>A("right")),ee=a.computed(()=>u.leftPickerTable.split("-").shift()),G=a.computed(()=>u.rightPickerTable.split("-").shift()),X=a.computed(()=>te.value.labels[0].type==="year"||u.currentView==="date"),W=a.computed(()=>te.value.labels[1].type==="year"||u.currentView==="date"),S=a.computed(()=>R.value.labels[0].type==="year"||u.currentView==="date"),Y=a.computed(()=>R.value.labels[1].type==="year"||u.currentView==="date"),ne=a.computed(()=>{const q=`${u.currentView}-table`;return{left:u.leftPickerTable!==q,right:u.rightPickerTable!==q}}),se=a.computed(()=>({left:ne.value.left?O.bind("left"):U,right:ne.value.right?O.bind("right"):U}));return je(P({},a.toRefs(u)),{isTime:H,prevYear:b,nextYear:N,prevMonth:L,nextMonth:x,leftDatePanelLabel:te,rightDatePanelLabel:R,leftDatePanelView:ee,rightDatePanelView:G,leftShowLabelFirst:X,leftShowLabelSecond:W,rightShowLabelFirst:S,rightShowLabelSecond:Y,preSelecting:ne,panelPickerHandlers:se,reset:f,onToggleVisibility:I,handleRangePick:U,handleChangeRange:_})},render(){return a.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:e=>{e.preventDefault()}},[a.createVNode("div",{class:["bk-picker-panel-body",this.showTime?"bk-picker-panel-body-time":"bk-picker-panel-body-date"]},[a.withDirectives(a.createVNode("div",{class:"bk-picker-panel-content bk-picker-panel-content-left",style:"width: 261px;"},[a.withDirectives(a.createVNode("div",{class:"bk-date-picker-header"},[a.createVNode("span",{class:Bt("prev","-double"),onClick:()=>this.prevYear("left")},[a.createVNode(gr,{style:{fontSize:"20px",lineHeight:1}},null)]),this.leftPickerTable==="date-table"?a.withDirectives(a.createVNode("span",{class:Bt("prev"),onClick:()=>this.prevMonth("left")},[a.createVNode(Qi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[a.vShow,this.currentView==="date"]]):"",this.leftDatePanelLabel&&Object.keys(this.leftDatePanelLabel).length>0?a.createVNode("span",null,[a.withDirectives(a.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.leftDatePanelLabel.labels[0].handler},[this.leftDatePanelLabel.labels[0].label]),[[a.vShow,this.leftShowLabelFirst]]),this.leftDatePanelView==="date"?` ${this.leftDatePanelLabel.separator} `:" ",a.withDirectives(a.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.leftDatePanelLabel.labels[1].handler},[this.leftDatePanelLabel.labels[1].label]),[[a.vShow,this.leftShowLabelSecond]])]):"",this.splitPanels||this.leftPickerTable!=="date-table"?a.createVNode("span",{class:Bt("next","-double"),onClick:()=>this.nextYear("left")},[a.createVNode(pr,{style:{fontSize:"20px",lineHeight:1}},null)]):"",this.splitPanels||this.leftPickerTable==="date-table"?a.withDirectives(a.createVNode("span",{class:Bt("next"),onClick:()=>this.nextMonth("left")},[a.createVNode(ri,{style:{fontSize:"20px",lineHeight:1}},null)]),[[a.vShow,this.currentView==="date"]]):""]),[[a.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.leftPickerTable){case"date-table":return a.createVNode(Qo,{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}})():""]),[[a.vShow,!this.isTime]]),a.withDirectives(a.createVNode("div",{class:"bk-picker-panel-content bk-picker-panel-content-right",style:"width: 261px;"},[a.withDirectives(a.createVNode("div",{class:"bk-date-picker-header"},[this.splitPanels||this.rightPickerTable!=="date-table"?a.createVNode("span",{class:Bt("prev","-double"),onClick:()=>this.prevYear("right")},[a.createVNode(gr,{style:{fontSize:"20px",lineHeight:1}},null)]):"",this.splitPanels&&this.rightPickerTable==="date-table"?a.withDirectives(a.createVNode("span",{class:Bt("prev","-double"),onClick:()=>this.prevMonth("right")},[a.createVNode(Qi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[a.vShow,this.currentView==="date"]]):"",this.rightDatePanelLabel&&Object.keys(this.rightDatePanelLabel).length>0?a.createVNode("span",null,[a.withDirectives(a.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.rightDatePanelLabel.labels[0].handler},[this.rightDatePanelLabel.labels[0].label]),[[a.vShow,this.rightShowLabelFirst]]),this.rightDatePanelView==="date"?` ${this.rightDatePanelLabel.separator} `:" ",a.withDirectives(a.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.rightDatePanelLabel.labels[1].handler},[this.rightDatePanelLabel.labels[1].label]),[[a.vShow,this.rightShowLabelSecond]])]):"",this.upToNow?(()=>(this.rangeState.selecting||this.currentView==="time")&&this.upToNowEnable?a.createVNode("span",{class:"up-to-now",onClick:()=>this.handleRangePick(new Date,"upToNow")},[a.createTextVNode("\u81F3\u4ECA")]):a.createVNode("span",{class:"up-to-now disabled"},[a.createTextVNode("\u81F3\u4ECA")]))():"",a.createVNode("span",{class:Bt("next","-double"),onClick:()=>this.nextYear("right")},[a.createVNode(pr,{style:{fontSize:"20px",lineHeight:1}},null)]),this.rightPickerTable==="date-table"?a.withDirectives(a.createVNode("span",{class:Bt("next"),onClick:()=>this.nextMonth("right")},[a.createVNode(ri,{style:{fontSize:"20px",lineHeight:1}},null)]),[[a.vShow,this.currentView==="date"]]):""]),[[a.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.rightPickerTable){case"date-table":return a.createVNode(Qo,{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}})():""]),[[a.vShow,!this.isTime]])])])}});const UC={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]},options:{type:Object,default:()=>({})},fontSize:{type:String,default:"normal"},upToNow:{type:Boolean,default:!1},useShortcutText:{type:Boolean,default:!1},shortcutSelectedIndex:{type:Number,default:-1},footerSlotCls:{type:String,default:""},allowCrossDay:{type:Boolean,default:!1},behavior:{type:String,default:"normal",validator(e){return["simplicity","normal"].indexOf(e)>-1}},disableDate:Function};var _C=a.defineComponent({name:"DatePicker",directives:{clickoutside:Cl},props:UC,emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:["header"],setup(e,{slots:n,emit:i}){const s=e.type.includes("range"),l=s?[null,null]:[null];let u=VC((s?e.modelValue:[e.modelValue])||[])?l:pa(e.modelValue,e.type,e.multiple,e.format),h=null;e.shortcutSelectedIndex!==-1&&(h=e.shortcuts[e.shortcutSelectedIndex]||null,h&&(u=h.value()));const f=a.reactive({showClose:!1,visible:!1,internalValue:u,disableClickOutSide:!1,disableCloseUnderTransfer:!1,selectionMode:"date",forceInputRerender:1,isFocused:!1,focusedDate:u[0]||e.startDate||new Date,focusedTime:{column:0,picker:0,time:u.map(qd),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:h,onSelectionModeChange:g});function g(B){let $=B;return B.match(/^date/)&&($="date"),f.selectionMode=["year","month","date","time"].indexOf($)>-1&&$,f.selectionMode}const m=a.computed(()=>{if(e.multiple)return f.internalValue.slice();const B=e.type.includes("range");let $=f.internalValue.map(fe=>fe instanceof Date?new Date(fe):fe||"");return e.type.match(/^time/)&&($=$.map(fe=>rr(fe,e.type,e.multiple,e.format))),B||e.multiple?$:$[0]}),I=a.computed(()=>e.type.match(/^time/)?m.value:e.multiple?rr(m.value,e.type,e.multiple,e.format):Array.isArray(m.value)?m.value.map(B=>rr(B,e.type,e.multiple,e.format)):rr(m.value,e.type,e.multiple,e.format)),C=a.computed(()=>e.type==="daterange"||e.type==="datetimerange"?"DateRangePanel":"DatePanel"),b=a.computed(()=>e.open===null?f.visible:e.open),N=a.computed(()=>(console.warn("state.internalValue",f.internalValue),rr(f.internalValue,e.type,e.multiple,e.format))),L=a.computed(()=>{var B;return((B=f.shortcut)==null?void 0:B.text)&&e.useShortcutText?f.shortcut.text:N.value}),x=a.computed(()=>!!n.trigger||e.type==="datetime"||e.type==="datetimerange"||e.multiple),j=a.computed(()=>{let B="";return e.fontSize==="medium"?B="medium-font":e.fontSize==="large"&&(B="large-font"),B}),D=a.computed(()=>{let B="";return e.fontSize==="medium"?B="medium-width":e.fontSize==="large"&&(B="large-width"),B}),A=a.computed(()=>{var B;return((B=f.shortcut)==null?void 0:B.text)&&e.useShortcutText?!0:!e.editable||e.readonly}),J=a.computed(()=>!!n.footer),U=a.computed(()=>C.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),O=a.ref(null),_=()=>{var B;(B=O==null?void 0:O.value)==null||B.focus()};a.watch(()=>f.visible,B=>{var $,fe;console.error(123),B===!1&&(($=H.value)==null||$.destoryDropdown()),(fe=H.value)==null||fe.updateDropdown(),i("open-change",B)});const H=a.ref(null);a.watch(()=>e.modelValue,B=>{f.internalValue=pa(B,e.type,e.multiple,e.format)}),a.watch(()=>e.open,B=>{f.visible=B===!0}),a.watch(()=>e.type,B=>{g(B)}),a.watch(()=>m,(B,$)=>{const fe=JSON.stringify(B),$e=JSON.stringify($);(fe!==$e||typeof B!=typeof $)&&i("input",B)}),a.onMounted(()=>{e.type.indexOf("date")>-1,f.timeEnterMode=!0;const B=e.modelValue,$=m.value;(typeof B!=typeof $||JSON.stringify(B)!==JSON.stringify($))&&i("input",m.value),e.open!==null&&(f.visible=e.open),a.provide(WC,{props:e,focus:()=>_()})});const te=a.ref(null),R=B=>{var $;if(f.disableCloseUnderTransfer)return f.disableCloseUnderTransfer=!1,!1;if(B&&B.type==="mousedown"&&f.visible){B.preventDefault(),B.stopPropagation();return}if(f.visible){const fe=($=te==null?void 0:te.value)==null?void 0:$.$el;if(B&&fe&&fe.contains(B.target))return;f.visible=!1,B==null||B.preventDefault(),B==null||B.stopPropagation();return}f.isFocused=!1,f.disableClickOutSide=!1},ee=()=>{var B,$;(B=O==null?void 0:O.value)==null||B.focus(),($=O==null?void 0:O.value)==null||$.click()},G=()=>{e.readonly||e.disabled||N!=null&&N.value&&(f.showClose=!0)},X=B=>{var $;($=B.toElement)!=null&&$.classList.contains("clear-action")||(f.showClose=!1)},W=B=>{a.nextTick(()=>{var $;i("change",I.value,B),i("update:modelValue",m.value),e.type.indexOf("time")<0&&(($=O==null?void 0:O.value)==null||$.blur())})},S=B=>{var lt;const $=e.type.includes("range")||e.multiple,fe=N.value,$e=B.target.value,ze=pa($e,e.type,e.multiple,e.format),_e=$?ze:ze[0],ot=(lt=e.disableDate)==null?void 0:lt.call(e,_e),tt=ze.reduce((bt,Pe)=>bt&&Pe instanceof Date,!0);$e!==fe&&!ot&&tt?(W(e.type),f.internalValue=ze):f.forceInputRerender=f.forceInputRerender+1},Y=B=>{e.readonly||(f.isFocused=!0,!(B&&B.type==="focus")&&(e.disabled||(f.visible=!0)))},ne=()=>{var B;(B=te==null?void 0:te.value)==null||B.reset()},se=B=>{var $;if(f.internalFocus){f.internalFocus=!1;return}if(f.visible){B.preventDefault();return}f.isFocused=!1,g(e.type),f.internalValue=f.internalValue.slice(),ne(),($=te==null?void 0:te.value)==null||$.onToggleVisibility(!1)},q=B=>{const{keyCode:$}=B;if($===9&&f.visible)if(B.stopPropagation(),B.preventDefault(),x.value){const $e=".bk-picker-confirm > *",ze=H.value.$el.querySelectorAll($e);f.internalFocus=!0,[...ze][B.shiftKey?"pop":"shift"]().focus()}else R();const fe=[37,38,39,40];if(!f.visible&&fe.includes($)){f.visible=!0;return}$===27&&f.visible&&(B.stopPropagation(),R()),!!fe.includes($)&&f.focusedTime.active&&B.preventDefault()},le=()=>{f.visible=!1,f.internalValue=f.internalValue.map(()=>null),i("clear"),W(e.type),ne(),f.showClose=!1,f.shortcut=null,setTimeout(()=>g(e.type),500)},ce=()=>{e.appendToBody&&(f.disableCloseUnderTransfer=!0)},me=()=>{var B;f.visible=!1,a.nextTick(()=>{i("pick-success")}),(B=O==null?void 0:O.value)==null||B.blur(),ne()},Se=(B,$=!1,fe,$e)=>{let ze=B;if(e.multiple){const ot=ze.getTime(),tt=f.internalValue.findIndex(Pe=>Pe&&Pe.getTime()===ot),bt=[...f.internalValue,ze].filter(Boolean).map(Pe=>Pe.getTime()).filter((Pe,Z,K)=>K.indexOf(Pe)===Z&&Z!==tt);f.internalValue=bt.map(Pe=>new Date(Pe))}else ze=pa(B,e.type,e.multiple,e.format),f.internalValue=Array.isArray(ze)?ze:[ze];if(f.internalValue[0]){const[ot]=f.internalValue;f.focusedDate=ot}f.focusedTime=je(P({},f.focusedTime),{time:f.internalValue.map(qd)}),x.value||(g(e.type),f.visible=$),fe==="upToNow"&&e.type==="daterange"&&me(),f.shortcut=$e,W(fe);const _e=e.shortcuts.findIndex(ot=>ot===f.shortcut);i("shortcut-change",f.shortcut,_e)},Te=a.ref(null);return je(P({},a.toRefs(f)),{panel:C,publicStringValue:I,opened:b,visualValue:N,displayValue:L,isConfirm:x,fontSizeCls:j,longWidthCls:D,localReadonly:A,hasFooter:J,allowCrossDayProp:U,pickerDropdownRef:H,inputRef:O,triggerRef:Te,pickerPanelRef:te,handleClose:R,handleIconClick:ee,handleInputMouseenter:G,handleInputMouseleave:X,handleFocus:Y,handleBlur:se,handleKeydown:q,handleInputChange:S,handleClear:le,handleTransferClick:ce,onPick:Se})},render(){var n,i,s;const e=a.createVNode("div",null,[a.createVNode("span",{class:["icon-wrapper",this.disabled?"disabled":""],onClick:this.handleIconClick,onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave},[this.type==="time"||this.type==="timerange"?a.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[a.createVNode("g",{id:"time"},[a.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),a.createVNode("polygon",{fill:"#c4c6cc",points:"512,512 512,256 448,256 448,512 448,576 512,576 768,576 768,512"},null)])]):a.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[a.createVNode("g",{id:"date"},[a.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),a.createVNode("rect",{x:"416",y:"128",fill:"#c4c6cc",width:"192",height:"64"},null),a.createVNode("rect",{x:"288",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),a.createVNode("rect",{x:"672",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),a.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)])])]),a.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,onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave,onKeydown:this.handleKeydown,onChange:this.handleInputChange},null),this.clearable&&this.showClose?a.createVNode("i",{class:"bk-icon icon-close-circle-shape clear-action",onClick:this.handleClear},null):""]);return a.withDirectives(a.createVNode("div",{class:["bk-date-picker",this.type==="datetimerange"?"long":"",this.longWidthCls]},[a.createVNode("div",{ref:"triggerRef",class:"bk-date-picker-rel"},[(s=(i=(n=this.$slots).header)==null?void 0:i.call(n))!=null?s:e]),a.createVNode(a.Teleport,{to:"body",disabled:!this.appendToBody},{default:()=>[a.createVNode(a.Transition,{name:"bk-fade-down-transition"},{default:()=>[a.withDirectives(a.createVNode(fy,{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:()=>[this.panel==="DateRangePanel"?a.createVNode(FC,{ref:"pickerPanelRef",shortcuts:this.shortcuts,modelValue:this.internalValue,type:this.type,selectionMode:this.selectionMode,startDate:this.startDate,disableDate:this.disableDate,focusedDate:this.focusedDate,onPick:this.onPick},null):a.createVNode(BC,{ref:"pickerPanelRef",shortcuts:this.shortcuts,multiple:this.multiple,clearable:this.clearable,shortcutClose:this.shortcutClose,selectionMode:this.selectionMode,modelValue:this.internalValue,startDate:this.startDate,disableDate:this.disableDate,focusedDate:this.focusedDate,onPick:this.onPick},null)]}),[[a.vShow,this.opened]])]})]})]),[[a.resolveDirective("clickoutside"),this.handleClose]])}});const j0=Ze(_C);d.string,d.string,d.string,d.string,d.bool,d.bool,d.string,d.bool;var XC=a.defineComponent({name:"Transfer",props:{title:{type:Array,default:()=>[]},extCls:{type:String,default:""},searchPlaceholder:{type:String,default:""},settingKey:{type:String,default:"id"},displayKey:{type:String,default:"value"},sortKey:{type:String,default:""},showOverflowTips:{type:Boolean,default:!1},searchable:{type:Boolean,default:!1},sortable:{type:Boolean,default:!1},sourceList:{type:Array,default:()=>[]},targetList:{type:Array,default:()=>[]},emptyContent:{type:Array,default:()=>[]}},emits:["change"],slots:["left-header","right-header","source-option","target-option","left-empty-content","right-empty-content"],setup(e,{emit:n}){let i=[],s=e.sortKey,l=e.sortable;const u=a.ref(""),h=a.ref(null),f=a.ref([]),g=a.ref([]),m=a.ref(-1),I=a.ref(-1),C=a.computed(()=>!e.sourceList||!Array.isArray(e.sourceList)?"empty":e.sourceList.toString().indexOf("[object Object]")!==-1),b=a.computed(()=>C.value?e.settingKey:"index"),N=a.computed(()=>C.value?e.displayKey:"value"),L=a.computed(()=>u.value?f.value.filter(G=>!Qm(G[N.value])&&String(G[N.value]).indexOf(u.value)>-1):f.value);a.watch(()=>e.sourceList,()=>{C.value!=="empty"&&(x(),A())},{deep:!0}),a.watch(()=>e.targetList,()=>{x(),A()},{deep:!0}),a.watch(()=>[N.value,b.value],()=>{x()}),a.watch(()=>e.sortKey,G=>{s=G,A()}),a.watch(()=>e.sortable,G=>{l=G,A()});const x=()=>{C.value!=="empty"&&(C.value?D():j())},j=()=>{if(!e.targetList.length||e.targetList.length>e.sourceList.length){const G=[];for(let X=0;X<e.sourceList.length;X++)G.push({index:X,value:e.sourceList[X]});f.value=[...G],g.value.splice(0,g.value.length),n("change",f.value,[],[])}else{const G=[],X=[];for(let S=0;S<e.sourceList.length;S++)G.push({index:S,value:e.sourceList[S]});e.targetList.forEach(S=>{const Y=G.find(ne=>ne.value===S);Y&&X.push(Y)}),g.value=[...X];const W=G.filter(S=>X.every(Y=>Y.index!==S.index));f.value=[...W],n("change",f.value,[...U(g.value,!1)],[])}},D=()=>{if(!e.targetList.length||e.targetList.length>e.sourceList.length)f.value.splice(0,f.value.length,...e.sourceList),g.value=[],n("change",f.value,[],[]);else{const G=e.sourceList.filter(S=>e.targetList.every(Y=>Y!==S[b.value])),X=[];e.sourceList.forEach(S=>{e.targetList.forEach(Y=>{S[b.value]===Y&&X.push(S)})}),g.value=[...X],f.value=[...G];const W=[...U(g.value)];n("change",f.value,g.value,W)}},A=()=>{let G=[];if(C.value)l||(s=""),G=[...e.sourceList];else{s=l?"index":"";for(let X=0;X<e.sourceList.length;X++)G.push({index:X,value:e.sourceList[X]})}if(s){const X=[];if(G.forEach(W=>{X.push(W[s])}),i=[...X],i.length===e.sourceList.length){const W=[...f.value];f.value=[...H(W,s,i)]}}},J=()=>{const G=f.value,X=C.value?g.value:[...U(g.value,!1)],W=C.value?[...U(g.value)]:[];n("change",G,X,W)},U=(G,X=!0)=>{const W=[];return G.length?([...G].forEach(Y=>{if(X)for(const[ne,se]of Object.entries(Y))ne===b.value&&W.push(se);else W.push(Y.value)}),W):[]},O=()=>{m.value=-1;const G=L.value,X=g.value;G.forEach(W=>{X.push(W),te(W)}),i.length===e.sourceList.length?g.value=[...H(X,s,i)]:g.value=[...X],J()},_=()=>{I.value=-1;const G=g.value,X=f.value;for(;G.length;){const W=G.shift();X.push(W),i.length===e.sourceList.length?f.value=[...H(X,s,i)]:f.value=[...X]}J()},H=(G,X,W)=>{const S=W;return G.sort((Y,ne)=>S.indexOf(Y[X])-S.indexOf(ne[X])>=0)},te=G=>{f.value=f.value.filter(X=>X[b.value]!==G[b.value])},R=(G,X,W,S)=>{X.preventDefault(),X.stopPropagation();const Y=G==="over"?S:-1;W?m.value=Y:I.value=Y},ee=(G,X,W)=>{G.preventDefault(),G.stopPropagation(),W?m.value=-1:I.value=-1;const S=W?L.value[X]:g.value.splice(X,1)[0],Y=W?g.value:f.value;Y.push(S),W&&te(S);const ne=i.length===e.sourceList.length?[...H(Y,s,i)]:[...Y];W?g.value=[...ne]:f.value=[...ne],J()};return C.value!=="empty"&&(C.value?D():j(),A()),{keyword:u,transferRef:h,dataList:f,allToRight:O,allToLeft:_,displayDataList:L,displayCode:N,leftHoverIndex:m,rightHoverIndex:I,handleItemMouseEvent:R,handleItemClick:ee,hasSelectedList:g}},render(){const{extCls:e,title:n,emptyContent:i,searchable:s,searchPlaceholder:l}=this.$props,u=m=>{var L,x;const I=m==="left-header",C=I?`${(L=n[0])!=null?L:"\u5DE6\u4FA7\u5217\u8868"}`:`${(x=n[1])!=null?x:"\u53F3\u4FA7\u5217\u8868"}`,b=I?!this.dataList.length:!this.hasSelectedList.length,N=()=>{I&&this.dataList.length&&this.allToRight(),!I&&this.hasSelectedList.length&&this.allToLeft()};return this.$slots[m]?a.createVNode("div",{class:"slot-header"},[a.createVNode("div",{class:"slot-content"},[this.$slots[m]()])]):a.createVNode("div",{class:"header"},[`${C}\uFF08\u5171${this.dataList.length}\u6761\uFF09`,a.createVNode("span",{class:{disabled:b},onClick:()=>N()},[I?"\u5168\u90E8\u6DFB\u52A0":"\u6E05\u7A7A"])])},h=m=>{var b;const I=m==="left-empty-content",C=(b=I?i[0]:i[1])!=null?b:I?"\u65E0\u6570\u636E":"\u672A\u9009\u62E9\u4EFB\u4F55\u9879";return this.$slots[m]?a.createVNode("div",null,[this.$slots[m]()]):a.createVNode("div",{class:"empty"},[C])},f=(m,I,C=!0)=>{const b=C?this.leftHoverIndex:this.rightHoverIndex;return a.createVNode("div",{class:"item-content"},[a.createVNode("span",{class:"content-text",title:m[this.displayCode]},[m[this.displayCode]]),a.createVNode("span",{class:["icon-wrapper",I===b?"hover":""]},[C?a.createVNode(Fo,{class:"bk-icon"},null):a.createVNode(Wn,{class:"bk-icon"},null)])])},g=m=>{const I=m==="left",C=I?this.displayDataList:this.hasSelectedList,b=I?"source-option":"target-option",N=I?"left-empty-content":"right-empty-content";return C.length?a.createVNode("ul",{class:["content",s&&I?"is-search":""]},[C.map((L,x)=>{var j,D,A;return a.createVNode("li",{key:x,class:[this.$slots[b]?"custom-item":""],onClick:J=>this.handleItemClick(J,x,I),onMouseover:J=>this.handleItemMouseEvent("over",J,I,x),onMouseleave:J=>this.handleItemMouseEvent("leave",J,I,x)},[(A=(D=(j=this.$slots)[b])==null?void 0:D.call(j,L))!=null?A:f(L,x,I)])})]):h(N)};return a.createVNode("div",{class:["bk-transfer",e],ref:"transferRef"},[a.createVNode("div",{class:"source-list"},[u("left-header"),s&&a.createVNode(pl,{modelValue:this.keyword,"onUpdate:modelValue":m=>this.keyword=m,class:"transfer-search-input",clearable:!0,placeholder:l||"\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u5B57",type:"search","left-icon":"bk-icon icon-search"},null),g("left")]),a.createVNode("div",{class:"transfer"},null),a.createVNode("div",{class:"target-list"},[u("right-header"),g("right")])])}});const z0=Ze(XC),KC={data:d.arrayOf(d.any).def([]),label:d.oneOfType([d.func.def(void 0),d.string.def("label")]),children:d.string.def("children"),indent:d.number.def(18),lineHeight:d.number.def(32),levelLine:d.oneOfType([d.bool.def(!1),d.func.def(void 0),d.string.def("1px dashed #c3cdd7")]).def(!1),virtualRender:d.bool.def(!1),prefixIcon:d.oneOfType([d.func.def(()=>{}),d.bool.def(!1)]).def(!0),async:d.shape({callback:d.func.def(null),cache:d.bool.def(!0)}),offsetLeft:d.number.def(5)};var Sa={exports:{}},t9=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof window.msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto);if(t9){var n9=new Uint8Array(16);Sa.exports=function(){return t9(n9),n9}}else{var i9=new Array(16);Sa.exports=function(){for(var n=0,i;n<16;n++)(n&3)===0&&(i=Math.random()*4294967296),i9[n]=i>>>((n&3)<<3)&255;return i9}}var J0=[];for(var ma=0;ma<256;++ma)J0[ma]=(ma+256).toString(16).substr(1);function $C(e,n){var i=n||0,s=J0;return[s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]]].join("")}var Q0=$C,qC=Sa.exports,ev=Q0,r9,mo,Mo=0,Io=0;function tv(e,n,i){var s=n&&i||0,l=n||[];e=e||{};var u=e.node||r9,h=e.clockseq!==void 0?e.clockseq:mo;if(u==null||h==null){var f=qC();u==null&&(u=r9=[f[0]|1,f[1],f[2],f[3],f[4],f[5]]),h==null&&(h=mo=(f[6]<<8|f[7])&16383)}var g=e.msecs!==void 0?e.msecs:new Date().getTime(),m=e.nsecs!==void 0?e.nsecs:Io+1,I=g-Mo+(m-Io)/1e4;if(I<0&&e.clockseq===void 0&&(h=h+1&16383),(I<0||g>Mo)&&e.nsecs===void 0&&(m=0),m>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Mo=g,Io=m,mo=h,g+=122192928e5;var C=((g&268435455)*1e4+m)%4294967296;l[s++]=C>>>24&255,l[s++]=C>>>16&255,l[s++]=C>>>8&255,l[s++]=C&255;var b=g/4294967296*1e4&268435455;l[s++]=b>>>8&255,l[s++]=b&255,l[s++]=b>>>24&15|16,l[s++]=b>>>16&255,l[s++]=h>>>8|128,l[s++]=h&255;for(var N=0;N<6;++N)l[s+N]=u[N];return n||ev(l)}var nv=tv,iv=Sa.exports,rv=Q0;function av(e,n,i){var s=n&&i||0;typeof e=="string"&&(n=e==="binary"?new Array(16):null,e=null),e=e||{};var l=e.random||(e.rng||iv)();if(l[6]=l[6]&15|64,l[8]=l[8]&63|128,n)for(var u=0;u<16;++u)n[s+u]=l[u];return n||rv(l)}var sv=av,ov=nv,P0=sv,Sl=P0;Sl.v1=ov;Sl.v4=P0;var lv=Sl;const O0="1px dashed #c3cdd7",a9=(e,n=void 0,i=[])=>{const{data:s,children:l}=e,u=[];let h=0;const f=new Map;function g(b,N,L,x){const j=(i||[]).find(D=>D.__uuid===b);return j?j[x]:N[L]}function m(b,N){return g(b,N,"isOpen","__isOpen")}function I(b,N){return g(b,N,"checked","__checked")}function C(b,N=0,L=null,x=null){const j=b.length;for(let D=0;D<j;D++){const A=b[D];if(Array.isArray(A))C(A,N,L,x);else if(typeof A=="object"&&A!==null){const J=A.__uuid||lv.v4(),U=x!==null?`${x}-${D}`:`${D}`,O=!!(A[l]||[]).length,_={__depth:N,__index:D,__uuid:J,__parentId:L,__hasChild:O,__path:U,__isRoot:L===null,__order:h,__isOpen:m(J,A)&&O,__checked:I(J,A),[l]:null};Object.assign(A,{__uuid:J}),f.set(J,_),h+=1,u.push(je(P({},A),{[l]:null})),Object.prototype.hasOwnProperty.call(A,l)&&C(A[l]||[],N+1,J,U)}}}return C(n||s),[u,f]},A0=(e,n,i=null,s=null,l=null,u=[])=>{const h=e[n];return typeof h=="boolean"?h?s:l:E0(i,e,n,u)},E0=(e,n,i,s=[])=>{const l=n[i];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 u=l.apply(globalThis,[e,...s]);if(typeof u=="string")return u;console.error("props label with function return value is not string, please check and return string");return}},uv=(e,n)=>E0(e,n,"label"),Dl=(e,n)=>e.get(n)||{},cv=(e,n,i)=>{var s;return(s=Dl(e,n))==null?void 0:s[i]},dv=(e,n)=>({"--level-line":A0(n,"levelLine",e,O0,null,["tree"]),"--lineHeight":`${n.lineHeight}px`,"--indent":`${n.indent}px`,"--offset-left":`${n.offsetLeft}px`}),fv=(e,n,i={})=>{const{schema:s}=i,l=cv(s,e.__uuid,"__depth");return P({"--depth":l},typeof n.levelLine=="function"?{"--level-line":A0(n,"levelLine",e,O0,null,["node"])}:{})},hv=(e,n,i)=>{const{__isRoot:s,__isOpen:l}=Dl(n,e.__uuid)||{};return{"is-root":s,"bk-tree-node":!0,"is-open":l,"is-virtual-render":i.virtualRender,"level-line":i.levelLine}},gv=(e,n)=>{const{__checked:i}=Dl(n,e.__uuid)||{};return{"is-checked":i,[et("node-row")]:!0}},pv=(e,n,i,s,l)=>{V0(e,n,i,{[s]:l})},V0=(e,n,i,s)=>{const u=e.split("-").reduce((h,f)=>{const g=Number(f);return Array.isArray(h)?h[g]:h[i][g]},n);Object.assign(u,s||{})};var mv=a.defineComponent({name:"Tree",props:KC,emits:["check"],setup(e,n){const i=a9(e),s=[],l=a.reactive({data:i[0],schema:i[1],levelLineSchema:{}});a.watch(()=>[e.data],S=>{const Y=a9(e,S,u.value);l.data=Y[0],l.schema=Y[1]},{deep:!0});const u=a.computed(()=>Array.from(l.schema.values())),h=S=>l.schema.get(S),f=(S,Y)=>{var ne;return(ne=h(S.__uuid))==null?void 0:ne[Y]},g=(S,Y,ne)=>l.schema.set(S.__uuid,je(P({},h(S.__uuid)),{[Y]:ne})),m=S=>f(S,"__path"),I=S=>f(S,"__isRoot"),C=S=>f(S,"__isOpen"),b=S=>f(S,"__hasChild"),N=a.computed(()=>l.data.filter(S=>R(S))),L=S=>{var Y;return typeof S=="object"?C(S):typeof S=="string"?(Y=h(S))==null?void 0:Y.__isOpen:!1},x=S=>L(S)?a.createVNode(qo,{class:et("tree-icon")},null):a.createVNode(el,{class:et("tree-icon")},null),j=S=>{if(typeof S=="string")return S;if(typeof S=="object"&&S!==null){if(S.__v_isVNode)return S;const{node:Y,className:ne,text:se,style:q}=S;return a.h(Y,{class:ne,style:q},se)}return null},D=S=>{let Y=null;return typeof e.prefixIcon=="function"&&(Y=e.prefixIcon(I(S),b(S)||S.async,L(S),"action",S),Y!=="default")?j(Y):(Y==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon)&&(b(S)||S.async)?L(S)?a.createVNode(Ko,null,null):a.createVNode(Oa,null,null):null},A=S=>{let Y=null;return typeof e.prefixIcon=="function"&&(Y=e.prefixIcon(I(S),b(S)||S.async,L(S),"node_type",S),Y!=="default")?j(Y):Y==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon?I(S)||b(S)?x(S):a.createVNode(ol,{class:et("tree-icon")},null):null},J=S=>S.loading?a.createVNode(al,null,null):"",U=S=>{const Y=!L(S);g(S,"__isOpen",Y),!Y&&N.value.filter(ne=>String.prototype.startsWith.call(m(ne),m(S))).forEach(ne=>g(ne,"__isOpen",Y))},O=(S,Y)=>{if(typeof S=="object"&&S!==null){g(Y,"__isOpen",!0);const ne=Array.isArray(S)?S:[S];pv(m(Y),e.data,e.children,e.children,ne)}},_=S=>{if(S.async){const{callback:Y=null,cache:ne=!0}=e.async||{};if(typeof Y=="function"){if(S.cached)return;Object.assign(S,{loading:!0}),Y(S,se=>O(se,S)).then(se=>O(se,S)).catch(se=>console.error("load remote data error:",se)).finally(()=>{V0(m(S),e.data,e.children,P({loading:!1},ne?{cached:!0}:{}))})}else console.error("async need to set prop: asyncLoad with function wich will return promise object")}b(S)&&U(S)},H=(S,Y)=>{S.stopImmediatePropagation(),S.stopPropagation(),S.preventDefault(),_(Y)},te=S=>{s.includes(S.__uuid)||(s.forEach(Y=>g({__uuid:Y},"__checked",!1)),s.length=0,g(S,"__checked",!0),s.push(S.__uuid),C(S)||_(S),n.emit("check",S,h(S.__uuid)))},R=S=>I(S)||L(S)||L(f(S,"__parentId")),ee=(S,Y)=>{if(I(Y))return!1;const ne=m(Y),se=`${ne}`.split("-").slice(0,S+1);if(se.join("-")===ne)return!0;const le=se.pop(),ce=parseInt(le,10);se.push(`${ce+1}`);const me=se.join("-");return u.value.some(Se=>Se.__path===me)},G=S=>{if(!e.levelLine)return null;const Y=se=>({"--depth":se}),ne=f(S,"__depth")+1;return new Array(ne).fill("").map((se,q)=>q).filter(se=>ee(se,S)).filter(se=>se>0).map(se=>a.createVNode("span",{class:"node-virtual-line",style:Y(ne-se)},null))},X=a.ref(),W=()=>{var S;if((S=X.value)!=null&&S.$el){const Y=`.${et("tree-node")}`,ne=`.${et("node-content")}`;Array.prototype.forEach.call(X.value.$el.querySelectorAll(Y),se=>{const q=se.querySelectorAll(`${ne} span`),le=Array.prototype.slice.call(q,-1)[0];if(le){const ce=se.offsetWidth-le.offsetLeft;le.style.setProperty("max-width",`${ce}px`)}})}};return a.onMounted(()=>{W()}),a.onUpdated(()=>{W()}),{renderData:N,flatData:l,root:X,hanldeTreeNodeClick:_,handleNodeContentClick:te,handleNodeActionClick:H,getActionIcon:D,getRootIcon:x,getVirtualLines:G,getNodePrefixIcon:A,getLoadingIcon:J}},render(){const e=this.$props,n=i=>a.createVNode("div",{class:gv(i,this.flatData.schema)},[a.createVNode("div",{class:hv(i,this.flatData.schema,e),style:fv(i,e,this.flatData),onClick:()=>this.handleNodeContentClick(i)},[a.createVNode("span",{class:et("node-action"),onClick:s=>this.handleNodeActionClick(s,i)},[this.getActionIcon(i)]),a.createVNode("span",{class:et("node-content")},[[this.getNodePrefixIcon(i),this.getLoadingIcon(i)],a.createVNode("span",{class:et("node-text")},[uv(i,e)])]),this.getVirtualLines(i)])]);return a.createVNode(Wa,{class:et("tree"),style:dv(null,e),list:this.renderData,lineHeight:e.lineHeight,enabled:e.virtualRender,contentClassName:et("container"),throttleDelay:0,ref:"root"},{default:i=>(i.data||[]).map(n)})}});const W0=Ze(mv),Mv=Symbol("form"),Iv=()=>Mv,Z0=Iv(),yv={formType:d.oneOf(["default","vertical"]).def("default"),labelWidth:d.oneOfType([Number,String]),labelPosition:d.oneOf(["left","center","right"]),model:d.object,rules:d.array};var Cv=a.defineComponent({name:"BKForm",props:yv,setup(e){let n=[];const i=h=>{n.push(h)},s=h=>{n=n.reduce((f,g)=>(g!==h&&f.push(g),f),[])};return a.provide(Z0,{props:e,register:i,unregister:s}),{validate:h=>{let f={};return h?f=(typeof h=="string"?[h]:h).reduce((m,I)=>je(P({},m),{[I]:!0}),{}):f=n.reduce((g,m)=>m.property?je(P({},g),{[m.property]:!0}):g,{}),Promise.all(n.reduce((g,m)=>(f[m.property]&&g.push(m.validate()),g),[])).then(()=>Promise.resolve(e.model))},clearValidate:h=>{let f={};h?f=(typeof h=="string"?[h]:h).reduce((m,I)=>je(P({},m),{[I]:!0}),{}):f=n.reduce((g,m)=>je(P({},g),{[m.property]:!0}),{}),n.forEach(g=>f[g.property]&&g.clearValidate())}}},render(){var n,i;const e=Ne({"bk-form":!0,[`bk-form--${this.formType}`]:!0});return a.createVNode("form",{class:e},[(i=(n=this.$slots).default)==null?void 0:i.call(n)])}}),un={required:e=>(console.log("required"),e!==""&&e!==void 0&&e!==null),min:(e,n)=>(console.log("min"),e>=n),max:(e,n)=>(console.log("max"),n>=e),email:e=>(console.log("email"),/^[A-Za-z\d]+([-_.][A-Za-z\d]+)*@([A-Za-z\d]+[-.])+[A-Za-z\d]{2,4}$/.test(e)),maxlength:(e,n)=>(console.log("maxlength"),e.length<=n)};const vv={label:d.string,labelWidth:d.oneOfType([Number,String]),labelPosition:d.oneOf(["left","center","right"]),property:d.string.def(""),required:d.bool.def(!1),email:d.bool.def(!1),max:d.number,min:d.number,maxlength:d.number,rules:d.array,autoCheck:d.bool.def(!1),description:d.string},bv=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),Nv=(e,n)=>{const i=e.map(s=>{let l;return s.required?l=un.required:s.email?l=un.email:Number(s.max)>-1?l=u=>un.max(u,s.max):Number(s.min)>-1?l=u=>un.min(u,s.max):Number(s.maxlength)>-1?l=u=>un.min(u,s.max):l=()=>!0,{validator:l,message:s.message,trigger:s.trigger}});return[...n,...i]},wv=e=>{const n=[];return e.required&&n.push({validator:un.required,message:`${e.label}\u4E0D\u80FD\u4E3A\u7A7A`,trigger:"blur"}),e.email&&n.push({validator:un.email,message:`${e.label}\u683C\u5F0F\u4E0D\u6B63\u786E`,trigger:"blur"}),Number(e.max)>-1&&n.push({validator:i=>un.max(i,e.max),message:`${e.label}\u6700\u5927\u503C${e.max}`,trigger:"blur"}),Number(e.min)>-1&&n.push({validator:i=>un.min(i,e.min),message:`${e.label}\u6700\u5C0F\u503C${e.min}`,trigger:"blur"}),Number(e.maxlength)>-1&&n.push({validator:i=>un.maxlength(i,e.maxlength),message:`${e.label}\u6700\u5927\u957F\u5EA6${e.maxlength}`,trigger:"blur"}),n},s9=e=>e!==void 0;var jl=a.defineComponent({name:"BKFormItem",props:vv,setup(e){const n=a.getCurrentInstance(),i=a.reactive({isError:!1,errorMessage:""}),s=a.inject(Z0),l=Boolean(s),u=a.computed(()=>{const g={width:"",paddingRight:"",textAlign:""},m=s9(e.labelWidth)?e.labelWidth:l&&s.props.labelWidth;s9(m)&&(g.width=`${m}px`,g.paddingRight=m?"":"0px");const I=e.labelPosition||l&&s.props.labelPosition;return I&&(g["text-align"]=I),g}),h=()=>{if(!e.property||l&&!s.props.model)return Promise.resolve();let g=[];l&&s.props.rules&&bv(s.props.rules,e.property)&&(g=s.props.rules[e.property]),e.rules&&(g=e.rules),g=Nv(g,wv(e));const m=s.props.model[e.property],I=(()=>{let C=-1;return()=>{if(C=C+1,C>=g.length)return Promise.resolve();const b=g[C];return Promise.resolve().then(()=>{const N=b.validator(m);return typeof N!="boolean"&&typeof N.then=="function"?N.then(()=>I,()=>(i.isError=!0,i.errorMessage=b.message,Promise.reject(b.message))):N?I():(i.isError=!0,i.errorMessage=b.message,Promise.reject(b.message))})}})();return I()},f=()=>{i.isError=!1,i.errorMessage=""};return a.onMounted(()=>{l&&s.register(n.proxy)}),a.onBeforeUnmount(()=>{l&&s.unregister(n.proxy)}),je(P({},a.toRefs(i)),{labelStyles:u,validate:h,clearValidate:f})},render(){var n,i;const e=Ne({"bk-form-item":!0,"is-error":this.isError,"is-required":this.required});return a.createVNode("div",{class:e},[a.createVNode("div",{class:"bk-form-label",style:this.labelStyles},[this.$slots.label?this.$slots.label():this.label]),a.createVNode("div",{class:"bk-form-content"},[(i=(n=this.$slots).default)==null?void 0:i.call(n),this.isError&&a.createVNode("div",{class:"bk-form-error"},[this.$slots.error?this.$slots.error(this.errorMessage):this.errorMessage])])])}});const R0=tn(Cv,{FormItem:jl});var Lv=a.defineComponent({name:"BkDropdown",props:{isShow:d.bool.def(!1),placement:d.commonType(["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"],"placement").def("bottom"),trigger:d.commonType(["hover","click","manual"],"trigger").def("hover"),disabled:d.bool.def(!1),extCls:d.string},emits:["showChange"],setup(e,{emit:n}){let i=Object.create(null);const s=a.ref(null),l=a.ref(null);a.onMounted(()=>{u()}),a.onBeforeUnmount(()=>{h()}),a.watch(()=>e.isShow,g=>{a.nextTick(()=>{e.trigger==="manual"&&i&&!e.disabled&&(g?i.show():i.hide())})}),a.watch(()=>e.disabled,g=>f(g));const u=()=>{e.disabled||(i=new Ro(s.value,l.value,{placement:e.placement,trigger:e.trigger}),e.trigger==="manual"&&e.isShow&&i.show())},h=()=>{if(i){const g=i;g.isShow&&g.hide(),g.destroy(),i=null,e.trigger==="manual"&&n("showChange",!1)}},f=g=>{const m=i;e.trigger==="manual"&&!g&&n("showChange",!1),m.updateDisabled(g)};return{reference:s,refContent:l}},render(){var n,i,s,l;const e=Ne({"bk-dropdown":!0},this.$props.extCls);return a.createVNode("div",{class:e},[a.createVNode("div",{ref:"reference",class:"bk-dropdown-reference"},[(i=(n=this.$slots).default)==null?void 0:i.call(n)]),a.createVNode("div",{ref:"refContent",class:"bk-dropdown-content"},[(l=(s=this.$slots).content)==null?void 0:l.call(s)])])}}),zl=a.defineComponent({name:"BkDropdownItem",props:{extCls:d.string},emits:["click"],setup(e,{emit:n}){const i=l=>{n("click",l)};return{wrapperCLasses:a.computed(()=>["bk-dropdown-item",e.extCls]),handleClick:i}},render(){var e,n;return a.createVNode("li",{class:this.wrapperCLasses,onClick:this.handleClick},[(n=(e=this.$slots).default)==null?void 0:n.call(e)])}}),Jl=a.defineComponent({name:"BkDropdownMenu",props:{extCls:d.string},setup(e){return{wrapperCLasses:a.computed(()=>["bk-dropdown-menu",e.extCls])}},render(){var e,n;return a.createVNode("ul",{class:this.wrapperCLasses},[(n=(e=this.$slots).default)==null?void 0:n.call(e)])}});const G0=tn(Lv,{DropdownMenu:Jl,DropdownItem:zl});var yo=Object.freeze(Object.defineProperty({__proto__:null,Alert:x9,AnimateNumber:S9,Backtop:D9,Badge:j9,Breadcrumb:z9,BreadcrumbItem:cl,Button:wi,ButtonGroup:dl,Card:J9,Checkbox:hl,CheckboxGroup:fl,Collapse:P9,Dialog:O9,Exception:A9,FixedNavbar:E9,Input:pl,Link:W9,Loading:Oi,Modal:ai,Popover:Ei,Progress:Z9,Radio:B9,RadioButton:ml,RadioGroup:Ml,Rate:H9,Swiper:F9,Select:bl,BkOption:Va,BkOptionGroup:yl,Sideslider:r0,Steps:a0,Switcher:s0,Table:d0,Tag:vl,TagInput:ur,Divider:f0,Tab:h0,TabPanel:kl,Message:p0,Notify:m0,Menu:y0,Navigation:cr,DatePicker:j0,Transfer:z0,Tree:W0,VirtualRender:Wa,Form:R0,FormItem:jl,Pagination:wl,Dropdown:G0,DropdownMenu:Jl,DropdownItem:zl},Symbol.toStringTag,{value:"Module"}));const o9=(e="Bk")=>n=>{const i=n.config.globalProperties.bkUIPrefix||e;Object.keys(yo).forEach(s=>{const l=yo[s];"install"in l?n.use(l,{prefix:i}):n.component(i+s,yo[s])})};var kv={createInstall:o9,install:o9(),version:"0.0.1"};exports.Alert=x9;exports.AnimateNumber=S9;exports.Backtop=D9;exports.Badge=j9;exports.BkOption=Va;exports.BkOptionGroup=yl;exports.Breadcrumb=z9;exports.BreadcrumbItem=cl;exports.Button=wi;exports.ButtonGroup=dl;exports.Card=J9;exports.Checkbox=hl;exports.CheckboxGroup=fl;exports.Collapse=P9;exports.DatePicker=j0;exports.Dialog=O9;exports.Divider=f0;exports.Dropdown=G0;exports.DropdownItem=zl;exports.DropdownMenu=Jl;exports.Exception=A9;exports.FixedNavbar=E9;exports.Form=R0;exports.FormItem=jl;exports.Input=pl;exports.Link=W9;exports.Loading=Oi;exports.Menu=y0;exports.Message=p0;exports.Modal=ai;exports.Navigation=cr;exports.Notify=m0;exports.Pagination=wl;exports.Popover=Ei;exports.Progress=Z9;exports.Radio=B9;exports.RadioButton=ml;exports.RadioGroup=Ml;exports.Rate=H9;exports.Select=bl;exports.Sideslider=r0;exports.Steps=a0;exports.Swiper=F9;exports.Switcher=s0;exports.Tab=h0;exports.TabPanel=kl;exports.Table=d0;exports.Tag=vl;exports.TagInput=ur;exports.Transfer=z0;exports.Tree=W0;exports.VirtualRender=Wa;exports.bkTooltips=i0;exports.clickoutside=Cl;exports.default=kv;exports.mousewheel=e2;
|
70
|
+
*/function x7(e,t){if(!a1.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,i=n in document;if(!i){var s=document.createElement("div");s.setAttribute(n,"return;"),i=typeof s[n]=="function"}return!i&&s1&&e==="wheel"&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i}var S7=x7,D7=L7,j7=S7,N3=10,L3=40,k3=800;function o1(e){var t=0,n=0,i=0,s=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*N3,s=n*N3,"deltaY"in e&&(s=e.deltaY),"deltaX"in e&&(i=e.deltaX),(i||s)&&e.deltaMode&&(e.deltaMode==1?(i*=L3,s*=L3):(i*=k3,s*=k3)),i&&!t&&(t=i<1?-1:1),s&&!n&&(n=s<1?-1:1),{spinX:t,spinY:n,pixelX:i,pixelY:s}}o1.getEventType=function(){return D7.firefox()?"DOMMouseScroll":j7("wheel")?"wheel":"mousewheel"};var O7=o1,E7=O7;const A7=Da(E7),P7=typeof navigator<"u"&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,z7=function(e,t){e!=null&&e.addEventListener&&e.addEventListener(P7?"DOMMouseScroll":"mousewheel",function(n){const i=A7(n);t==null||t.apply(this,[n,i])})},V7={beforeMount(e,t){console.error(e,t),z7(e,t.value)}},tr=new Map,Pa={beforeMount(e,t){const n=T3(t),{trigger:i}=n,s=R7(n);let o=null;if(i==="hover"){let u=null;e.addEventListener("mouseenter",()=>{o=setTimeout(()=>{Ad(e),clearTimeout(u),clearTimeout(o)},n.delay)}),s.addEventListener("mouseenter",()=>{clearTimeout(u)}),e.addEventListener("mouseleave",()=>{clearTimeout(o),u=setTimeout(()=>{is(e)},100)}),e.addEventListener("click",()=>{is(e)}),s.addEventListener("mouseleave",()=>{clearTimeout(o),u=setTimeout(()=>{is(e)},100)})}else i==="click"&&document.body.addEventListener("click",u=>{e.contains(u.target)&&!s.hasAttribute("data-show")?o=setTimeout(()=>{Ad(e),clearTimeout(o)},n.delay):s.hasAttribute("data-show")&&is(e)});tr.set(e,{opts:n,popper:s,popperInstance:null})},updated(e,t){tr.get(e).opts=T3(t)},unmounted(e){is(e),tr.delete(e)}};function J7(){return{arrow:!0,disabled:!1,trigger:"hover",theme:"dark",content:"",showOnInit:!1,placement:"top",distance:8,extCls:"",delay:0,onShow:()=>{},onHide:()=>{}}}function T3(e){const t=J7();return typeof e.value=="object"?Object.assign(t,e.value):t.content=e.value,t}function R7(e){const{content:t,arrow:n,theme:i,extCls:s}=e,o=i==="light",u=oi.getPopperIndex(),c=document.createElement("div");if(c.className=`${U("popper")} ${o?"light":"dark"} ${s}`,c.innerText=t,c.style.zIndex=String(u),n){const d=l1();c.appendChild(d)}return c}function l1(){const e=document.createElement("div");return e.className=U("popper-arrow"),e.setAttribute("data-popper-arrow",""),e}function Q7(e,t){const{opts:n}=tr.get(e),{placement:i,distance:s,showOnInit:o}=n,u=U6(e,t,{placement:i,modifiers:[{name:"offset",options:{offset:[0,s]}}]});return o&&Ad(e),u}function Ad(e){const{popper:t,opts:n}=tr.get(e),{disabled:i,content:s,arrow:o,onShow:u}=n;if(i)return;if(t.innerText=s,o){const d=l1();t.appendChild(d)}document.body.appendChild(t);const c=Q7(e,t);u(),t.setAttribute("data-show",""),c.setOptions(d=>({...d,modifiers:[...d.modifiers,{name:"eventListeners",enabled:!0}]})),c.forceUpdate(),tr.get(e).popperInstance=c}function is(e){if(!tr.get(e))return;const{popper:t,popperInstance:n,opts:i}=tr.get(e),{onHide:s}=i;t&&document.body.contains(t)&&(t.removeAttribute("data-show"),n==null||n.destroy(),document.body.removeChild(t),s())}const x3=(e,t)=>{const n={content:"",target:e};return typeof t.value=="object"?Object.assign(n,t.value):n.content=t.value,n},e0=(e,t)=>{let n=null,i=null,s=null;const o=x3(e,t),{disabled:u}=o;if(u||n)return;const c=()=>{s&&clearTimeout(s),s=null},d=()=>{i&&clearTimeout(i),n==null||n.hide(),n==null||n.close(),n=null},f=()=>{i&&clearTimeout(i),i=setTimeout(()=>{const v=x3(e,t);v.isShow=!0,v.content=v.content||e.innerHTML,v.allowHtml=!0,Object.assign(v,{onContentMouseenter:c,onContentMouseleave:d}),n=qf(v)},100)},g=()=>{s=setTimeout(()=>{i&&clearTimeout(i),n==null||n.hide(),n==null||n.close(),n=null},120)};return e.addEventListener("mouseenter",f),e.addEventListener("mouseleave",g),Object.assign(t,{__cached:{handleMouseEnter:f,handleMouseLeave:g}}),{destroyInstance:v=>{var y,b;g(),(y=v??e)==null||y.removeEventListener("mouseenter",f),(b=v??e)==null||b.removeEventListener("mouseleave",g)},instance:n}},_7={mounted(e,t){e0(e,t)},beforeUnmount(e,t){if(t.__cached){const{handleMouseEnter:n,handleMouseLeave:i}=t.__cached;e.removeEventListener("mouseenter",n),e.removeEventListener("mouseleave",i),t.__cached=null}}},yc=Symbol("BkSelect"),c1=Symbol("BkOptionGroup");function u1(){const e=r.ref(!1);return{isHover:e,setHover:()=>{e.value=!0},cancelHover:()=>{e.value=!1}}}function Pd(e){return{register:(i,s)=>{if(s){if(e.value.has(i)){console.warn(`repeat ${i}`,s);return}return e.value.set(i,s)}},unregister:i=>{e.value.delete(i)}}}function W7(e,t=200){let n,i=e;return r.customRef((s,o)=>({get(){return s(),i},set(u){clearTimeout(n),u===void 0||u===""?(i=u,o()):n=setTimeout(()=>{i=u,o()},t)}}))}function H7(e,t){const{popoverMinWidth:n}=e;let i=null;const s=r.ref("auto"),o=r.ref(!1),u=()=>{o.value=!o.value},c=()=>{o.value=!1},d=()=>{o.value=!0},f=()=>{var g;s.value=Math.max((g=t.value)==null?void 0:g.offsetWidth,n)};return r.onMounted(()=>{t.value&&(i=N8(t.value,f,60,!0),i.start())}),r.onBeforeUnmount(()=>{i==null||i.stop(),i=null}),{isPopoverShow:o,popperWidth:s,togglePopover:u,hidePopover:c,showPopover:d}}function B7(e,t){const n=W7(""),i=r.ref(!1);return r.watch(n,async()=>{try{i.value=!0,await e(n.value),i.value=!1}catch(s){console.error(s)}finally{t==null||t()}}),{searchKey:n,searchLoading:i}}function ea(e=""){return e&&String(e).trim().toLowerCase()}const yl=r.defineComponent({name:"Option",props:{value:{type:[String,Number,Object],require:!0},label:p.oneOfType([p.number,p.string]).def(""),disabled:p.bool.def(!1)},setup(e){const{proxy:t}=r.getCurrentInstance(),n=r.reactive({visible:!0}),{disabled:i,value:s}=r.toRefs(e),o=r.inject(yc,null),u=r.inject(c1,null),c=r.computed(()=>{var b;return(b=o==null?void 0:o.selected)==null?void 0:b.some(I=>rt.isEqual(I.value,s.value))}),d=r.computed(()=>o==null?void 0:o.multiple),f=r.computed(()=>(o==null?void 0:o.activeOptionValue)===s.value),g=r.computed(()=>(o==null?void 0:o.showSelectedIcon)&&d.value),m=r.computed(()=>o==null?void 0:o.selectedStyle),v=()=>{i.value||o==null||o.handleOptionSelected(t)},y=()=>{o.activeOptionValue=s.value};return r.onBeforeMount(()=>{o==null||o.register(s.value,t),u==null||u.register(s.value,t)}),r.onBeforeUnmount(()=>{o==null||o.unregister(s.value),u==null||u.unregister(s.value)}),{...r.toRefs(n),selected:c,multiple:d,isHover:f,showSelectedIcon:g,selectedStyle:m,handleOptionClick:v,handleMouseEnter:y}},render(){var t,n;const e=Pe({"is-selected":this.selected,"is-disabled":this.disabled,"is-multiple":this.multiple,"is-hover":this.isHover,"is-checkbox":this.selectedStyle===tl.CHECKBOX,[U("select-option")]:!0});return r.withDirectives(r.createVNode("li",{class:e,onClick:this.handleOptionClick,onMouseenter:this.handleMouseEnter},[this.showSelectedIcon&&this.selectedStyle===tl.CHECKBOX&&r.createVNode(Gn,{class:U("select-checkbox"),modelValue:this.selected},null),((n=(t=this.$slots).default)==null?void 0:n.call(t))??r.createVNode("span",{class:U("select-option-item"),title:String(this.label)},[this.label]),this.showSelectedIcon&&this.selected&&this.selectedStyle===tl.CHECK&&r.createVNode(rr,{class:U("select-selected-icon"),width:22,height:22},null)]),[[r.vShow,this.visible]])}}),F7=r.defineComponent({name:"OptionGroup",props:{label:p.string.def(""),disabled:p.bool.def(!1),collapsible:p.bool.def(!1),collapse:p.bool.def(!1)},setup(e,{emit:t}){const n=r.getCurrentInstance(),{proxy:i}=n,s=r.inject(yc,null),o=r.reactive({groupCollapse:e.collapse,visible:!0}),u=r.ref(new Map),{register:c,unregister:d}=Pd(u),f=r.computed(()=>`${e.label} (${[...u.value.values()].filter(m=>m.visible).length})`),g=()=>{!e.collapsible||e.disabled||(o.groupCollapse=!o.groupCollapse,t("update:collapse",o.groupCollapse))};return r.provide(c1,r.reactive({...r.toRefs(e),register:c,unregister:d,groupCollapse:r.toRef(o,"groupCollapse")})),r.onBeforeMount(()=>{s==null||s.registerGroup(n.uid,i)}),r.onBeforeUnmount(()=>{s==null||s.unregisterGroup(n.uid)}),{...r.toRefs(o),groupLabel:f,handleToggleCollapse:g}},render(){var i,s;const e=Pe({[U("option-group")]:!0,collapsible:this.collapsible,disabled:this.disabled}),t=Pe({[U("option-group-label")]:!0,collapsible:this.collapsible}),n=Pe({"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(_s,{class:n},null),r.createVNode("span",{class:"default-group-label-title"},[this.groupLabel])])]),r.withDirectives(r.createVNode("ul",{class:U("option-group-content")},[(s=(i=this.$slots).default)==null?void 0:s.call(i)]),[[r.vShow,!this.groupCollapse]])]),[[r.vShow,this.visible]])}}),G7={onContentScroll:Function},Z7={list:p.array.def([]),enabled:p.bool.def(!0),scrollEvent:p.bool.def(!1),lineHeight:p.oneOfType([p.number,p.func]).def(30),minHeight:p.number.def(30),height:p.oneOfType([p.string.def("100%"),p.number]).def("100%"),width:p.oneOfType([p.string.def("100%"),p.number]).def("100%"),className:p.oneOfType([p.arrayOf(p.string),p.object,p.arrayOf(p.object),p.string]).def(""),contentClassName:p.oneOfType([p.arrayOf(p.string),p.object,p.arrayOf(p.object),p.string]).def(""),contentStyle:p.object.def({}),scrollXName:p.string.def(U("F-scroll-x")),scrollYName:p.string.def(U("F-scroll-y")),groupItemCount:p.number.def(1),preloadItemCount:p.number.def(1),renderAs:p.string.def("div"),contentAs:p.string.def("div"),scrollOffsetTop:p.number.def(0),scrollPosition:p.string.def("content"),abosuteHeight:p.oneOfType([p.string.def("auto"),p.number]).def("auto"),throttleDelay:p.number.def(60),rowKey:p.string.def(void 0),...G7},Y7=(e,t)=>{const{renderAs:n,contentAs:i}=e,s=(f,g,m,v,y,b,I)=>{t.emit("content-scroll",[f,{translateY:y,translateX:b,pos:I}])},o=r.resolveDirective("bkVirtualRender"),u={lineHeight:e.lineHeight,handleScrollCallback:s,pagination:{},throttleDelay:e.throttleDelay,onlyScroll:e.scrollEvent},c=r.ref(null),d=({left:f=0,top:g=0})=>{c.value.scrollTo(f,g)};return t.expose({scrollTo:d}),{rendAsTag:()=>{var f,g,m,v,y,b,I,k;return r.h(n,{class:e.className,ref:c},[((g=(f=t.slots).beforeContent)==null?void 0:g.call(f))??"",r.withDirectives(r.h(i,{class:e.contentClassName,style:e.contentStyle},[((v=(m=t.slots).default)==null?void 0:v.call(m,{data:e.list}))??""]),[[o,u]]),((b=(y=t.slots).afterContent)==null?void 0:b.call(y))??"",((k=(I=t.slots).afterSection)==null?void 0:k.call(I))??""])}}};function S3(e,t,n,i){let s=0,o=0,u=0,c=0;for(;s<e;s++){if(c=i(s,[s*n,(s+1)*n,"virtual"]),o+c>t){u=t-o;break}o+=c}return{startIndex:s,height:o,diffHeight:u}}function d1(e,t,n,i,s){if(!i)return;const o=i.scrollTop,u=i.scrollLeft,{scrollTop:c,count:d,groupItemCount:f,startIndex:g,endIndex:m,scrollLeft:v}=n,{offsetHeight:y}=i;let b=0,I=0,k=0;if(typeof e=="number"&&(b=Math.floor(o/e),I=Math.ceil(y/e)+b,k=o%e),typeof e=="function"){const L=S3(d,o,f,e);b=L.startIndex>0?L.startIndex:0,k=L.diffHeight,I=S3(d,y,f,e).startIndex+b+1}if(o!==c||b!==g||I!==m||v!==u){const L=i.scrollHeight-i.offsetHeight-i.scrollTop;typeof t=="function"&&t(s,b,I,o,k,u,{bottom:L>=0?L:0})}}function U7(e,t,n){const{lineHeight:i=30,handleScrollCallback:s,pagination:o={},onlyScroll:u}=n.value;if(u){const y=t.scrollTop,b=t.scrollLeft,I=t.scrollHeight-t.offsetHeight-t.scrollTop;s(e,null,null,y,y,b,{bottom:I>=0?I:0});return}const{startIndex:c,endIndex:d,groupItemCount:f,count:g,scrollTop:m,scrollLeft:v}=o;d1(i,s,{scrollTop:m,startIndex:c,endIndex:d,groupItemCount:f,count:g,scrollLeft:v},t,e)}const f1=(e=60)=>rt.throttle((t,n,i)=>U7(t,n,i),e),$7=(e,t,n,i=60)=>{Reflect.apply(f1(i),void 0,[e,t,n])},K7={mounted(e,t){const n=e.parentNode,{throttleDelay:i}=t.value;n.addEventListener("scroll",s=>{$7(s,n,t,i)})},unbind(e){if(e){const t=e.parentNode;if(!t)return;t.removeEventListener("scroll",f1)}}},X7=r.defineComponent({name:"VirtualRender",directives:{bkVirtualRender:K7},props:Z7,emits:["content-scroll"],setup(e,t){const{renderAs:n,contentAs:i}=e,s=S=>typeof S=="string"?[S]:typeof S=="object"&&!Array.isArray(S)?[S]:S;if(!e.enabled){const{rendAsTag:S}=Y7(e,t);return S}const o=r.ref(null),u=r.reactive({startIndex:0,endIndex:0,scrollTop:1,scrollLeft:0,translateY:0,translateX:0,count:0,pos:{},groupItemCount:e.groupItemCount}),c=(S,P,W,z,R,Q,$)=>{u.startIndex=P,u.endIndex=W,u.scrollTop=z,u.translateY=R,u.translateX=Q,u.scrollLeft=Q,u.pos=$,t.emit("content-scroll",[S,u])};r.onMounted(()=>{r.nextTick(()=>{m(e.list),v()})}),r.watch(()=>e.list,()=>{d(),v()},{deep:!0}),r.watch(()=>e.lineHeight,()=>{d(),v()});const d=()=>{m(e.list)},f=r.ref(0),g=r.ref(0),m=S=>{if(f.value=Math.ceil((S||[]).length/e.groupItemCount),u.count=f.value,u.startIndex=0,u.endIndex=0,u.translateY=0,u.scrollTop=0,typeof e.abosuteHeight=="string"&&e.abosuteHeight==="auto")if(typeof e.lineHeight=="function"){g.value=0;let W=0;for(let z=0;z<f.value;z++){const R=e.lineHeight.call(this,z,S.slice(z*e.groupItemCount,e.groupItemCount));W+=typeof R=="number"?R:0}g.value=W}else g.value=e.lineHeight*f.value;else g.value=e.abosuteHeight},v=(S=!0)=>{var W;const P=(W=o.value)==null?void 0:W.parentNode;d1(e.lineHeight,c,u,P,null),S&&o.value&&o.value.scrollTo(0,0)},y=r.computed(()=>e.rowKey!==void 0?e.list:(e.list||[]).map((S,P)=>({...S,$index:P}))),b=r.computed(()=>y.value.slice(u.startIndex*e.groupItemCount,(u.endIndex+e.preloadItemCount)*e.groupItemCount)),I=r.computed(()=>e.scrollPosition==="content"?{top:`${u.scrollTop+e.scrollOffsetTop}px`,transform:`translateY(-${u.translateY}px)`}:{}),k=r.computed(()=>({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"?I.value:{}})),L=r.computed(()=>{const S=typeof e.abosuteHeight=="number"&&e.abosuteHeight===0;return{height:`${g.value<e.minHeight?e.minHeight:g.value}px`,display:S?"none":"block"}}),x=r.computed(()=>[U("virtual-render"),e.scrollXName,e.scrollYName,...s(e.className),e.scrollPosition==="container"?U("virtual-content"):""]),C=r.computed(()=>[e.scrollPosition==="content"?U("virtual-content"):"",...s(e.contentClassName)]),N=r.resolveDirective("bkVirtualRender"),M={lineHeight:e.lineHeight,handleScrollCallback:c,pagination:u,throttleDelay:e.throttleDelay},T=()=>{d(),v()},j=(S={left:0,top:0})=>{const{left:P,top:W}=S;o.value.scrollTo(P,W)};return t.expose({reset:T,scrollTo:j}),()=>{var S,P,W,z,R,Q,$,oe;return r.h(n||"div",{ref:o,class:x.value,style:k.value},[((P=(S=t.slots).beforeContent)==null?void 0:P.call(S))??"",r.withDirectives(r.h(i||"div",{class:C.value,style:{...I.value,...e.contentStyle}},[((z=(W=t.slots).default)==null?void 0:z.call(W,{data:b.value}))??""]),[[N,M]]),((Q=(R=t.slots).afterContent)==null?void 0:Q.call(R))??"",r.h("div",{class:[U("virtual-section")],style:L.value}),((oe=($=t.slots).afterSection)==null?void 0:oe.call($))??""])}}}),za=Fe(X7);var zd;(function(e){e.UNKNOWN="",e.FILLED="filled",e.STROKE="stroke"})(zd||(zd={}));const q7=r.defineComponent({name:"Tag",props:{theme:Jl(),closable:p.bool.def(!1),type:ze("tagStorkeType",{}).def(zd.UNKNOWN),checkable:p.bool.def(!1),checked:p.bool.def(!1),radius:p.string.def("2px"),extCls:p.string.def("")},emits:["change","close"],slots:["icon"],setup(e,{emit:t}){const n=r.computed(()=>Pe({"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:u=>{u.preventDefault(),u.stopPropagation(),t("close",u)},handleClick:u=>{u.preventDefault(),u.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(un,{class:"bk-tag-close",onClick:this.handleClose},null):""])}}),Ta=Fe(q7),eN=r.defineComponent({name:"SelectTagInput",props:{selected:{type:Array,default:()=>[]},tagTheme:Jl(),placeholder:p.string.def(""),filterable:p.bool.def(!1),allowCreate:p.bool.def(!1),disabled:p.bool.def(!1),modelValue:p.any,collapseTags:p.bool.def(!1)},emits:["update:modelValue","remove","enter","keydown"],setup(e,{emit:t}){const{proxy:n}=r.getCurrentInstance(),i=r.inject(yc,null),{modelValue:s,collapseTags:o,selected:u}=r.toRefs(e),c=r.ref(s.value),d=r.ref(),f=r.ref(null);r.watch(s,()=>{c.value=s.value}),r.watch([u,o],()=>{I()},{flush:"post"});const g=k=>{t("remove",k)},m=()=>{var k;(k=d.value)==null||k.focus()},v=k=>{t("update:modelValue",k.target.value)},y=k=>{switch(k.code){case"Enter":{t("enter",k.target.value,k);break}}t("keydown",k.target.value,k)},b=k=>{const L=[...n.$el.querySelectorAll(".bk-tag")];return typeof k=="number"?L[k]:L},I=()=>{o.value&&(f.value=null,setTimeout(()=>{const k=b(),L=k.findIndex((x,C)=>C?k[C-1].offsetTop!==x.offsetTop:!1);f.value=L>0?L:null}))};return{select:i,overflowTagIndex:f,value:c,inputRef:d,handleRemoveTag:g,focus:m,handleInput:v,handleKeydown:y}},render(){var s,o,u,c,d,f,g,m;const e=(o=(s=this.$slots)==null?void 0:s.prefix)==null?void 0:o.call(s),t=Pe({[U("select-tag")]:!0,[U("select-tag--default")]:!0,"is-disabled":this.disabled,"collapse-tag":this.collapseTags,"has-prefix":!!e}),n=Pe({[U("select-tag-wrapper")]:!0}),i={display:this.selected.length&&!this.filterable?"none":""};return r.createVNode("div",{class:t},[(c=(u=this.$slots)==null?void 0:u.prefix)==null?void 0:c.call(u),r.createVNode("span",{class:n},[((f=(d=this.$slots).default)==null?void 0:f.call(d))??this.selected.map((v,y)=>r.createVNode(Ta,{closable:!0,theme:this.tagTheme,style:{display:this.collapseTags&&this.overflowTagIndex&&y>=this.overflowTagIndex?"none":""},onClose:()=>this.handleRemoveTag(v.value)},{default:()=>{var b;return[(b=this.select)==null?void 0:b.handleGetLabelByValue(v.value)]}})),!!this.overflowTagIndex&&this.collapseTags&&r.createVNode(Ta,{class:U("select-overflow-tag")},{default:()=>[r.createTextVNode("+"),this.selected.length-this.overflowTagIndex]}),r.createVNode("input",{class:U("select-tag-input"),ref:"inputRef",type:"text",style:i,placeholder:this.selected.length?"":this.placeholder,readonly:!this.filterable,disabled:this.disabled,value:this.filterable?this.value:"",onInput:this.handleInput,onKeydown:this.handleKeydown},null)]),(m=(g=this.$slots)==null?void 0:g.suffix)==null?void 0:m.call(g)])}}),tN=r.defineComponent({name:"Select",directives:{clickoutside:ui},props:{modelValue:p.any,multiple:p.bool.def(!1),disabled:p.bool.def(!1),size:p.size().def(pf.DEFAULT),clearable:p.bool.def(!0),loading:p.bool.def(!1),filterable:p.bool.def(!1),remoteMethod:p.func,scrollHeight:p.number.def(200),showSelectAll:p.bool.def(!1),popoverMinWidth:p.number.def(0),showOnInit:p.bool.def(!1),multipleMode:p.oneOf(["default","tag"]).def("default"),tagTheme:Jl(),behavior:dg(),collapseTags:p.bool.def(!1),autoHeight:p.bool.def(!0),noDataText:p.string,noMatchText:p.string,loadingText:p.string,placeholder:p.string,searchPlaceholder:p.string,selectAllText:p.string,scrollLoading:p.bool.def(!1),allowCreate:p.bool.def(!1),popoverOptions:Object,customContent:p.bool.def(!1),list:p.array.def([]),idKey:p.string.def("value"),displayKey:p.string.def("label"),withValidate:p.bool.def(!0),showSelectedIcon:p.bool.def(!0),inputSearch:p.bool.def(!0),enableVirtualRender:p.bool.def(!1),allowEmptyValues:p.array.def([]),autoFocus:p.bool.def(!1),keepSearchValue:p.bool.def(!1),prefix:p.string,selectedStyle:hw()},emits:["update:modelValue","change","toggle","clear","scroll-end","focus","blur"],setup(e,{emit:t}){const n=ft("select"),{modelValue:i,disabled:s,filterable:o,multiple:u,remoteMethod:c,loading:d,popoverMinWidth:f,showOnInit:g,multipleMode:m,allowCreate:v,customContent:y,showSelectedIcon:b,inputSearch:I,enableVirtualRender:k,showSelectAll:L,scrollHeight:x,list:C,displayKey:N,idKey:M,collapseTags:T,autoHeight:j,popoverOptions:S,allowEmptyValues:P,autoFocus:W,keepSearchValue:z,selectedStyle:R}=r.toRefs(e),Q=r.computed(()=>e.noDataText===void 0?n.value.noData:e.noDataText),$=r.computed(()=>e.noMatchText===void 0?n.value.noMatchedData:e.noMatchText),oe=r.computed(()=>e.loadingText===void 0?n.value.loading:e.loadingText),me=r.computed(()=>e.placeholder===void 0?n.value.pleaseSelect:e.placeholder),be=r.computed(()=>e.searchPlaceholder===void 0?n.value.enterKeywords:e.searchPlaceholder),de=r.computed(()=>e.selectAllText===void 0?n.value.all:e.selectAllText),ue=Zn(),ee=r.ref(),X=r.ref(),Z=r.ref(),B=r.ref(),G=r.ref(),F=r.ref(),ie=r.ref(),he=r.ref(new Map),le=r.computed(()=>[...he.value.values()]),K=r.ref(new Map),J=r.ref([]),H=r.computed(()=>J.value.reduce((Ne,Oe)=>(Ne[Oe.value]=Oe.label,Ne),{})),ae=r.ref(),E=r.computed(()=>C.value.reduce((Ne,Oe)=>(Ne[Oe[M.value]]=Oe[N.value],Ne),{}));r.watch(i,()=>{var Ne;qs(),e.withValidate&&((Ne=ue==null?void 0:ue.validate)==null||Ne.call(ue,"change"))},{deep:!0}),r.watch(J,()=>{var Ne;(Ne=ie.value)==null||Ne.updatePopover(null,ct.value)});const O=r.computed(()=>se.value?C.value:C.value.filter(Ne=>{var Oe;return(Oe=ea(String(Ne[N.value])))==null?void 0:Oe.includes(ea(fi.value))})),A=r.computed(()=>s.value||d.value),te=r.computed(()=>J.value.map(Ne=>{var Oe,We;return((We=(Oe=he.value)==null?void 0:Oe.get(Ne.value))==null?void 0:We.label)||E.value[Ne.value]||Ne.label})),ce=r.computed(()=>{const Ne=le.value.reduce((Oe,We)=>(We.disabled||Oe.push(We.value),Oe),[]);return Ne.length<=J.value.length&&Ne.every(Oe=>J.value.some(We=>We.value===Oe))}),ge=r.computed(()=>!!K.value.size),ke=r.computed(()=>!le.value.length),xe=r.computed(()=>le.value.length&&le.value.every(Ne=>!Ne.visible)),se=r.computed(()=>o.value&&typeof c.value=="function"),ye=r.computed(()=>!(Vr.value||ke.value||xe.value)||y.value),Ie=r.computed(()=>u.value&&L.value&&(!fi.value||!o.value)),je=r.computed(()=>x.value-12-(Ie.value?32:0)),Ke=r.computed(()=>Vr.value?oe.value:ke.value?Q.value:xe.value?$.value:""),at=r.computed(()=>j.value?T.value&&!Un.value:T.value),ct=r.computed(()=>rt.merge({theme:"light bk-select-popover",trigger:"manual",width:$s.value,arrow:!1,placement:"bottom-start",isShow:Un.value,reference:G.value,offset:6,popoverDelay:0,renderType:Vl.AUTO},S.value)),{register:Ve,unregister:Ae}=Pd(he),{register:He,unregister:st}=Pd(K),{isHover:qe,setHover:tt,cancelHover:Je}=u1(),kt=r.ref(!1),Ai=()=>{kt.value||(kt.value=!0,t("focus"))},zr=()=>{kt.value&&(kt.value=!1,t("blur"))},{popperWidth:$s,isPopoverShow:Un,hidePopover:sr,showPopover:Va,togglePopover:Ks}=H7({popoverMinWidth:f.value},X);r.watch(Un,()=>{t("toggle",Un.value)});const kc=r.computed(()=>(o.value&&I.value||v.value)&&Un.value);r.watch(Un,Ne=>{Ne?setTimeout(()=>{hi(),Xs()},10):z.value||(fi.value="")});const Xs=()=>{var We;const Ne=J.value[0],Oe=he.value.get(Ne==null?void 0:Ne.value);Oe&&!Oe.disabled&&Oe.visible?ae.value=Ne==null?void 0:Ne.value:ae.value=(We=le.value.find(hn=>!hn.disabled&&hn.visible))==null?void 0:We.value},Tc=Ne=>{o.value&&le.value.forEach(Oe=>{var We;Oe.visible=(We=ea(String(Oe.label)))==null?void 0:We.includes(ea(Ne))})},{searchKey:fi,searchLoading:Vr}=B7(se.value?c.value:Tc,Xs),$n=Ne=>{Ne!==i.value&&(t("update:modelValue",Ne,i.value),t("change",Ne,i.value))},xc=()=>{A.value||(Ai(),Ks())},Sc=Ne=>{o.value&&(fi.value=Ne)},Ja=(Ne,Oe)=>{const We=String(Ne);!v.value||!We||o.value&&le.value.find(zn=>ea(String(zn.label))===ea(We))||he.value.get(We)||(Oe.stopPropagation(),u.value?(J.value.push({value:We,label:We}),$n(J.value.map(zn=>zn.value))):(J.value=[{value:We,label:We}],$n(We),sr()),fi.value="")},Ra=Ne=>{if(!(A.value||!Ne)){if(u.value){const Oe=J.value.findIndex(We=>We.value===Ne.value);Oe>-1?J.value.splice(Oe,1):J.value.push({value:Ne.value,label:Ne.label||Ne.value}),$n(J.value.map(We=>We.value))}else J.value=[{label:Ne.label||Ne.value,value:Ne.value}],$n(Ne.value),sr();hi()}},hi=()=>{setTimeout(()=>{var Ne,Oe,We;!I.value&&!v.value?(Ne=B.value)==null||Ne.focus():m.value==="tag"?(Oe=G.value)==null||Oe.focus():(We=ee.value)==null||We.focus()},0)},Dc=Ne=>{Ne.stopPropagation(),J.value=[],$n(u.value?[]:""),t("clear",u.value?[]:""),sr()},jc=()=>{ae.value=""},Oc=()=>{ce.value?J.value=[]:le.value.forEach(Ne=>{Ne.disabled||J.value.find(Oe=>Oe.value===Ne.value)||J.value.push({value:Ne.value,label:Ne.label||Ne.value})}),$n(J.value.map(Ne=>Ne.value)),hi()},Ec=Ne=>{const{scrollTop:Oe,clientHeight:We,scrollHeight:hn}=Ne.target;Oe+We===hn&&t("scroll-end")},Ac=Ne=>{if(A.value)return;const Oe=J.value.findIndex(We=>We.value===Ne);Oe>-1&&(J.value.splice(Oe,1),$n(J.value.map(We=>We.value)))},Qa=Ne=>{var We,hn;let Oe=Ne;if(typeof Oe=="object"){for(const zn of he.value.keys())if(rt.isEqual(zn,Oe)){Oe=zn;break}}return((hn=(We=he.value)==null?void 0:We.get(Oe))==null?void 0:hn.label)||E.value[Oe]||H.value[Oe]||Oe},qs=()=>{Array.isArray(i.value)?J.value=[...i.value.map(Ne=>({value:Ne,label:Qa(Ne)}))]:i.value!==void 0||P.value.includes(i.value)?J.value=[{value:i.value,label:Qa(i.value)}]:J.value=[]},Pc=Ne=>{var hn,zn;if(!Un.value)return;const Oe=le.value.filter(At=>!At.disabled&&At.visible),We=Oe.findIndex(At=>At.value===ae.value);if(!(!Oe.length||We===-1))switch(Ne.code){case"ArrowDown":{Ne.preventDefault();const At=We>=Oe.length-1?0:We+1;ae.value=(hn=Oe[At])==null?void 0:hn.value;break}case"ArrowUp":{Ne.preventDefault();const At=We===0?Oe.length-1:We-1;ae.value=(zn=Oe[At])==null?void 0:zn.value;break}case"Backspace":{if(!u.value||!J.value.length||fi.value.length||Ne.target===B.value)return;J.value.pop(),$n(J.value.map(At=>At.value));break}case"Enter":{const At=he.value.get(ae.value);Ra(At);break}}},eo=({event:Ne})=>{var We;const{target:Oe}=Ne;(We=X.value)!=null&&We.contains(Oe)||X.value===Oe||(sr(),zr())},zc=()=>{setTimeout(()=>{var Ne,Oe;k.value&&((Oe=(Ne=F.value)==null?void 0:Ne.reset)==null||Oe.call(Ne))})};return r.provide(yc,r.reactive({multiple:u,selected:J,activeOptionValue:ae,showSelectedIcon:b,selectedStyle:R,register:Ve,unregister:Ae,registerGroup:He,unregisterGroup:st,handleOptionSelected:Ra,handleGetLabelByValue:Qa})),r.onMounted(()=>{qs(),setTimeout(()=>{g.value&&Va(),W.value&&hi()})}),{selected:J,isInput:kc,options:le,isDisabled:A,selectedLabel:te,isPopoverShow:Un,isHover:qe,popperWidth:$s,inputRef:ee,triggerRef:X,contentRef:Z,searchRef:B,selectTagInputRef:G,virtualRenderRef:F,popoverRef:ie,searchLoading:Vr,isOptionsEmpty:ke,isSearchEmpty:xe,isFocus:kt,isShowSelectContent:ye,curContentText:Ke,isGroup:ge,searchKey:fi,isShowSelectAll:Ie,virtualHeight:je,virtualList:O,isCollapseTags:at,popoverConfig:ct,focusInput:hi,setHover:tt,cancelHover:Je,handleFocus:Ai,handleBlur:zr,handleTogglePopover:xc,handleClear:Dc,hidePopover:sr,showPopover:Va,handleToggleAll:Oc,handleOptionSelected:Ra,handleClickOutside:eo,handleScroll:Ec,handleDeleteTag:Ac,handleInputChange:Sc,handleInputEnter:Ja,handleKeydown:Pc,handleSelectedAllOptionMouseEnter:jc,handlePopoverShow:zc,localLoadingText:oe,localPlaceholder:me,localSearchPlaceholder:be,localSelectAllText:de}},render(){const e=Pe({[U("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=()=>this.loading?r.createVNode(qi,{loading:!0,theme:"primary",class:"spinner",mode:"spin",size:"mini"},null):this.clearable&&this.isHover&&this.selected.length&&!this.isDisabled?r.createVNode(fn,{class:"clear-icon",onClick:this.handleClear},null):r.createVNode(Ar,{class:"angle-up"},null),n=()=>{var o,u;return this.multipleMode==="tag"?r.createVNode(eN,{ref:"selectTagInputRef",modelValue:this.searchKey,"onUpdate:modelValue":c=>this.searchKey=c,selected:this.selected,tagTheme:this.tagTheme,placeholder:this.localPlaceholder,filterable:this.isInput,disabled:this.isDisabled,onRemove:this.handleDeleteTag,collapseTags:this.isCollapseTags,onEnter:this.handleInputEnter,onKeydown:(c,d)=>this.handleKeydown(d)},{prefix:this.prefix?r.createVNode("div",{class:"bk-select--prefix-area"},[r.createVNode("span",null,[this.prefix])]):(u=(o=this.$slots).prefix)==null?void 0:u.call(o),default:this.$slots.tag&&(()=>this.$slots.tag({selected:this.selected})),suffix:()=>t()}):r.createVNode(jr,r.mergeProps({ref:"inputRef",type:"text",modelValue:this.isInput?this.searchKey:this.selectedLabel.join(","),placeholder:this.isInput?this.selectedLabel.join(",")||this.localPlaceholder:this.localPlaceholder,readonly:!this.isInput,selectReadonly:!0,disabled:this.isDisabled,behavior:this.behavior,size:this.size,withValidate:!1,onInput:this.handleInputChange,onEnter:this.handleInputEnter,onKeydown:(c,d)=>this.handleKeydown(d)},this.prefix?{prefix:this.prefix}:null),{...typeof this.$slots.prefix=="function"?{prefix:()=>{var c,d;return(d=(c=this.$slots).prefix)==null?void 0:d.call(c)}}:null,suffix:()=>t()})},i=()=>{var o,u;return r.createVNode("div",{class:U("select-trigger"),style:{height:this.autoHeight&&this.collapseTags?"32px":""},ref:"triggerRef",onClick:this.handleTogglePopover,onMouseenter:this.setHover,onMouseleave:this.cancelHover},[((u=(o=this.$slots).trigger)==null?void 0:u.call(o,{selected:this.selected}))||n()])},s=()=>{var o,u;return r.createVNode("div",{class:U("select-content-wrapper"),ref:"contentRef"},[this.filterable&&!this.inputSearch&&r.createVNode("div",{class:U("select-search-wrapper")},[r.createVNode(Pr,{class:"icon-search",width:16,height:16},null),r.withDirectives(r.createVNode("input",{ref:"searchRef",class:U("select-search-input"),placeholder:this.localSearchPlaceholder,"onUpdate:modelValue":c=>this.searchKey=c},null),[[r.vModelText,this.searchKey]])]),!this.isShowSelectContent&&r.createVNode("div",{class:U("select-empty")},[this.searchLoading&&r.createVNode(qi,{class:"mr5",theme:"primary",loading:!0,mode:"spin",size:"mini"},null),r.createVNode("span",null,[this.curContentText])]),r.createVNode("div",{class:U("select-content")},[r.createVNode("div",{class:U("select-dropdown"),style:{maxHeight:`${this.scrollHeight}px`},onScroll:this.handleScroll},[r.withDirectives(r.createVNode("ul",{class:U("select-options")},[this.isShowSelectAll&&r.createVNode("li",{class:U("select-option"),onMouseenter:this.handleSelectedAllOptionMouseEnter,onClick:this.handleToggleAll},[this.localSelectAllText]),this.enableVirtualRender?r.createVNode(za,{list:this.virtualList,height:this.virtualHeight,lineHeight:32,ref:"virtualRenderRef"},{default:({data:c})=>c.map(d=>{var f,g;return r.createVNode(yl,{key:d[this.idKey],value:d[this.idKey],label:d[this.displayKey]},{default:(g=(f=this.$slots).virtualScrollRender)==null?void 0:g.call(f,{item:d})})})}):this.list.map(c=>r.createVNode(yl,{value:c[this.idKey],label:c[this.displayKey]},null)),(u=(o=this.$slots).default)==null?void 0:u.call(o),this.scrollLoading&&r.createVNode("li",{class:U("select-options-loading")},[r.createVNode(qi,{class:"spinner mr5",theme:"primary",loading:!0,mode:"spin",size:"mini"},null),r.createVNode("span",null,[this.localLoadingText])])]),[[r.vShow,this.isShowSelectContent]])]),this.$slots.extension&&r.createVNode("div",{class:U("select-extension")},[this.$slots.extension()])])])};return r.createVNode("div",{class:e},[r.createVNode(Yt,r.mergeProps(this.popoverConfig,{onClickoutside:this.handleClickOutside,onAfterShow:this.handlePopoverShow,ref:"popoverRef"}),{default:()=>i(),content:()=>s()})])}}),t0=dn(tN,{Option:yl,Group:F7});function nN(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const{propsMixin:iN}=Or,n0=Object.assign({},iN);n0.width.default="400";n0.height.default="100%";const rN=r.defineComponent({name:"Sideslider",components:{BkModal:Or,BkButton:Et},props:{...n0,direction:{type:String,default:"right",validator:e=>{const t=["left","right"];return t.indexOf(e)<0?(console.error(`direction property is not valid: '${e}',【${t.join(" | ")}】`),!1):!0}}},emits:["closed","update:isShow","shown","hidden","animation-end"],setup(e,{slots:t,emit:n}){const i=async()=>{let u=!0;typeof e.beforeClose=="function"&&(u=await e.beforeClose()),u&&(n("update:isShow",!1),n("closed"),setTimeout(()=>{n("animation-end")},250))},s=()=>{setTimeout(()=>{n("shown")},200)},o=()=>{setTimeout(()=>{n("hidden")},200)};return()=>{const u={header:()=>{var f;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}`},[((f=t.header)==null?void 0:f.call(t))??e.title])])])},default:()=>{var f;return((f=t.default)==null?void 0:f.call(t))??"Content"},footer:()=>t.footer?r.createVNode("div",{class:"bk-sideslider-footer"},[t.footer()]):null},c=`bk-sideslider-wrapper ${e.scrollable?"scroll-able":""} ${e.extCls}`,d=t.footer?"calc(100vh - 106px)":"calc(100vh - 52px)";return r.createVNode(Or,r.mergeProps(e,{maxHeight:d,class:c,style:`${e.direction}: 0;`,onHidden:o,onShown:s,onClose:i}),nN(u)?u:{default:()=>[u]})}}}),h1=Fe(rN);var Vd;(function(e){e.UNKNOWN="",e.ERROR="error",e.LOADING="loading"})(Vd||(Vd={}));const D3={theme:p.theme().def(zl.PRIMARY),size:p.size(),curStep:p.number.def(1),controllable:p.bool.def(!1),direction:lg(),status:ze("status",{}).def(Vd.UNKNOWN),lineType:cg(),text:p.bool,extCls:p.string,steps:p.array.def([]),beforeChange:p.func},aN=r.defineComponent({name:"Steps",props:D3,emits:["update:curStep","click"],setup(e,{emit:t}){const n=ft("steps"),i=ft("lang"),s=r.ref([]),o=f=>{const g=[];f.forEach(m=>{typeof m=="string"?g.push(m):g.push({title:m.title,icon:m.icon,description:m.description,status:m.status,border:m.border??!0})}),s.value.splice(0,s.value.length,...g)},u=f=>{D3.curStep=f},c=()=>{var f;s.value.splice(0,s.value.length,{title:n.value.step1,icon:1},{title:n.value.step2,icon:2},{title:n.value.step3,icon:3}),(f=e.steps)!=null&&f.length&&o(e.steps)};r.watch(()=>i.value,()=>{c()});const d=async f=>{try{e.controllable&&f!==e.curStep&&(typeof e.beforeChange=="function"&&await new Promise(async(g,m)=>{const v=await e.beforeChange(f);v?g(v):m(v)}),t("update:curStep",f),t("click",f))}catch(g){console.warn(g)}};return r.onMounted(c),r.watch(()=>e.steps,()=>{o(e.steps)},{deep:!0}),r.watch(()=>e.curStep,()=>{u(e.curStep)},{deep:!0}),{defaultSteps:s,jumpTo:d}},render(){const e="bk-steps",t=this.theme?`${e}-${this.theme}`:"",n=this.size?`${e}-${this.size}`:"",i=Pe({[`${this.extCls}`]:!!this.extCls,[`bk-steps-${this.direction}`]:this.direction,[`bk-steps-${this.lineType}`]:this.lineType},`${t} ${e} ${n}`),s=m=>this.curStep>m+1||this.defaultSteps[m].status==="done",o=m=>this.curStep===m+1,u=m=>{const{icon:v}=m;return v?Object.prototype.toString.call(v)==="[object Object]":typeof m=="string"},c=(m,v)=>(v.icon||(v.icon=m),!isNaN(v.icon)),d=m=>m.status==="loading",f=m=>m.status==="error",g=(m,v)=>o(m)&&this.status==="loading"||d(v)?r.createVNode(Ws,{class:"bk-icon bk-steps-icon icon-loading"},null):o(m)&&this.status==="error"||f(v)?r.createVNode(un,{class:"bk-steps-icon"},null):s(m)?r.createVNode(rr,{class:"bk-steps-icon"},null):r.createVNode("span",null,[c(m,v)?m+1:r.createVNode(v.icon,null,null)]);return r.createVNode("div",{class:i},[this.defaultSteps.map((m,v)=>{var y,b;return r.createVNode("div",{class:["bk-step",m.title?"":"bk-step-no-content",s(v)?"done":"",o(v)?"current":"",o(v)&&this.status==="error"?"isError":"",m.status&&o(v)?[`bk-step-${m.status}`]:""]},[r.createVNode("span",{class:["bk-step-indicator",`bk-step-${u(m)?"icon":"number"}`,`bk-step-icon${m.status}`],style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(v+1)}},[((b=(y=this.$slots)[v+1])==null?void 0:b.call(y))??g(v,m)]),m.title?r.createVNode("div",{class:"bk-step-content"},[r.createVNode("div",{class:"bk-step-title",style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(v+1)}},[m.title]),m.description&&r.createVNode("div",{class:"bk-step-description",title:m.description},[m.description])]):""])})])}}),g1=Fe(aN),sN=r.defineComponent({name:"Switcher",props:{theme:p.theme(),size:p.size(),disabled:p.bool,showText:p.bool,isOutline:p.bool,onText:p.string.def("ON"),offText:p.string.def("OFF"),isSquare:p.bool,extCls:p.string,beforeChange:p.func.def(void 0),trueValue:p.oneOfType([p.string,p.number,p.bool]).def(!0),falseValue:p.oneOfType([p.string,p.number,p.bool]).def(!1),value:p.oneOfType([p.string,p.number,p.bool]).def(!1),modelValue:p.oneOfType([p.string,p.number,p.bool]).def(!1),withValidate:p.bool.def(!0)},emits:["update:modelValue","change"],setup(e,{emit:t}){const n=Zn(),i=r.ref(!1),s=r.computed(()=>e.trueValue===u.value),o=r.ref(e.modelValue!==!1),u=r.computed(()=>o.value?e.modelValue:e.value),c=r.computed(()=>{const g={[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":s.value,"is-unchecked":!s.value,"is-loading":i.value,"bk-primary":e.theme==="primary"};if(e.size&&!e.showText){const m=`bk-switcher-${e.size}`;g[m]=!0}return g});r.watch(()=>e.modelValue,()=>{var g;o.value=!0,e.withValidate&&((g=n==null?void 0:n.validate)==null||g.call(n,"change"))}),r.watch(()=>e.value,()=>{o.value=!1});const d=g=>{if(g.stopPropagation(),g.preventDefault(),e.disabled||i.value)return;const m=s.value?e.falseValue:e.trueValue,v=!s.value,y=()=>{t("update:modelValue",m),t("change",v)};let b=!0;if(typeof e.beforeChange=="function"&&(b=e.beforeChange(m),typeof b.then=="function"))return i.value=!0,b.then(()=>{y()}).finally(()=>{i.value=!1});b&&y()},f=g=>{(g.code==="Enter"||g.key==="Enter"||g.keyCode===13)&&d(g)};return()=>r.createVNode("div",{class:c.value,onClick:d,tabindex:"0",onKeydown:f},[i.value?r.createVNode(oc,{class:"bk-switcher-loading"},null):"",e.showText?r.createVNode("span",{class:"switcher-text"},[s.value?e.onText:e.offText]):""])}}),p1=Fe(sN);var bl=(e=>(e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e.HORIZONTAL="horizontal",e))(bl||{}),m1=(e=>(e.HIGHLIGHT="highlight",e.AUTO="auto",e))(m1||{});const oN=["auto","highlight"],lN=["none","row","col","outer","horizontal"];var jn=(e=>(e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick",e.ON_SETTING_CHANGE="onSettingChange",e.ON_ROW_EXPAND_CLICK="onRowExpandClick",e.ON_ROW_CHECK="onRowCheck",e))(jn||{}),St=(e=>(e.COLUMN_PICK="columnPick",e.COLUMN_SORT="columnSort",e.COLUMN_FILTER="columnFilter",e.COLUMN_FILTER_SAVE="colFilterSave",e.ROW_CLICK="rowClick",e.ROW_DBL_CLICK="rowDblclick",e.ROW_EXPAND_CLICK="rowExpand",e.ROW_MOUSE_ENTER="rowMouseEnter",e.ROW_MOUSE_LEAVE="rowMouseLeave",e.PAGE_LIMIT_CHANGE="pageLimitChange",e.PAGE_VALUE_CHANGE="pageValueChange",e.SETTING_CHANGE="settingChange",e.SCROLL_BOTTOM="scrollBottom",e.ROW_SELECT="select",e.ROW_SELECT_ALL="selectAll",e.ROW_SELECT_CHANGE="selectionChange",e.CELL_CLICK="cellClick",e.CELL_DBL_CLICK="cellDblclick",e.NATIVE_CLICK="click",e.NATIVE_DBL_CLICK="dblclick",e))(St||{});const jt=(...e)=>!0,cN={columnPick:jt,columnFilter:jt,columnSort:jt,colFilterSave:jt,rowClick:jt,rowDblclick:jt,rowExpand:jt,select:jt,selectAll:jt,selectionChange:jt,pageLimitChange:jt,pageValueChange:jt,settingChange:jt,scrollBottom:jt,cellClick:jt,cellDblclick:jt,rowMouseEnter:jt,rowMouseLeave:jt},Ze={ROW_INDEX:"__$table_row_index",ROW_UID:"__$uuid",ROW_EXPAND:"__row_expand",ROW_SELECTION:"__row_selection",ROW_SELECTION_ALL:"__row_selection_all",ROW_SELECTION_INDETERMINATE:"__row_selection_indeterminate",ROW_SOURCE_DATA:"__row_source_data",ROW_SKIP_CFG:"__row_skip_config"},Bn={COL_UID:"__col_$uuid",COL_SOURCE_DATA:"__col_source_data",SORT_TYPE:"__sort_type"},xa=6,Ir=42,sl={large:78,medium:60,small:42},uN=e=>[{value:"small",label:e.value.setting.lineHeight.small,height:sl.small},{value:"medium",label:e.value.setting.lineHeight.medium,height:sl.medium},{value:"large",label:e.value.setting.lineHeight.large,height:sl.large}],v1="InitColumns",y1="BKTableCahce",dN="Bk_COlumn_Update_Define";var Ot=(e=>(e.ASC="asc",e.DESC="desc",e.NULL="null",e.CUSTOM="custom",e))(Ot||{});const fN=["asc","desc","null","custom"],sa=80;var b1=(e=>(e.CURRENT="current",e.ALL="all",e))(b1||{});const i0=ze("showOverflowTooltipMode",{default:"auto"}),hN=ze("columnType",{default:"none"}),Jd=ze("columnType",{default:""}),gN=ze("full",{default:"full"});var C1=(e=>(e.SMALL="small",e.MEDIUM="medium",e.LARGE="large",e))(C1||{});const w1=ze("columnSize",{default:"small"}),pN=on(),j3=ze("sortScope",{}).def("current");var M1=(e=>(e.DEBOUNCE="debounce",e.THROTTLE="throttle",e))(M1||{});const I1={label:p.oneOfType([p.func.def(()=>""),p.string.def("")]),field:p.oneOfType([p.func.def(()=>""),p.string.def("")]),render:p.oneOfType([p.func.def(()=>""),p.string.def("")]),width:p.oneOfType([p.number.def(void 0),p.string.def("auto")]),minWidth:p.oneOfType([p.number.def(void 0),p.string.def("auto")]).def(30),columnKey:p.string.def(""),showOverflowTooltip:p.oneOfType([p.bool,p.shape({content:p.string.def(""),disabled:p.bool.def(!1),watchCellResize:p.bool.def(!0),mode:i0})]).def(void 0),type:hN,resizable:p.bool.def(!0),fixed:p.oneOfType([p.bool,pN]).def(!1),sort:p.oneOfType([p.shape({sortFn:p.func.def(void 0),sortScope:j3,value:p.string.def(Ot.NULL)}),p.bool,p.string]).def(!1),filter:p.oneOfType([p.shape({list:p.arrayOf(p.any).def([]),filterFn:p.func.def(void 0),match:gN,checked:p.arrayOf(p.any).def([]),filterScope:j3,btnSave:p.oneOfType([p.bool,p.string]).def("确定"),btnReset:p.oneOfType([p.bool,p.string]).def("重置")}),p.bool,p.string]).def(!1),colspan:p.oneOfType([p.func.def(()=>1),p.number.def(1)]),rowspan:p.oneOfType([p.func.def(()=>1),p.number.def(1)]),align:Jd,className:p.oneOfType([p.string,p.func])},mN={data:p.arrayOf(p.any).def([]),columns:p.arrayOf(p.shape(I1).loose).def([]),activeColumn:p.oneOfType([p.number.def(-1),p.arrayOf(p.number.def(-1))]),columnPick:ze("columnPick",{}).def("disabled"),height:p.oneOfType([p.number,p.string]).def("auto"),minHeight:p.oneOfType([p.number,p.string]).def(Ir*2),maxHeight:p.oneOfType([p.number,p.string]).def("auto"),rowHeight:p.oneOfType([p.number,p.func]).def(Ir),headHeight:p.number.def(Ir),showHead:p.bool.def(!0),thead:p.shape({height:p.number.def(Ir),isShow:p.bool.def(!0),cellFn:p.func.def(void 0)}),virtualEnabled:p.bool.def(!1),border:p.oneOfType([p.arrayOf(ze("boderType",{})),p.string]).def([bl.ROW]),pagination:p.oneOfType([p.bool.def(!1),p.object.def({})]).def(!1),paginationHeight:p.number.def(60),remotePagination:p.bool.def(!1),emptyText:p.string,settings:p.oneOfType([p.shape({fields:p.arrayOf(p.shape({label:p.string,field:p.string,disabled:p.bool})),checked:p.arrayOf(p.string),limit:p.number.def(0),size:w1,sizeList:p.shape([]),showLineHeight:p.bool.def(!0)}),p.bool]).def(!1),rowClass:p.oneOfType([p.string,p.object,p.func]).def({}),rowStyle:p.oneOfType([p.string,p.object,p.func]).def({}),cellStyle:p.oneOfType([p.string,p.object,p.func]).def({}),cellClass:p.oneOfType([p.string,p.object,p.func]).def({}),scrollLoading:p.oneOfType([p.object,p.bool]).def(void 0),reserveExpand:p.bool.def(!1),selectionKey:p.string.def(""),isSelectedFn:p.func.def(void 0),rowKey:p.oneOfType([p.string,p.func]).def(Ze.ROW_INDEX),showOverflowTooltip:p.oneOfType([p.bool,p.shape({content:p.string.def(""),disabled:p.bool.def(!1),watchCellResize:p.bool.def(!0),mode:i0})]).def(!1),asyncData:p.bool.def(!1),rowHover:p.oneOf(oN).def(m1.HIGHLIGHT),defaultSort:p.shape({}).def({}),isRowSelectEnable:p.oneOfType([p.func.def(()=>!0),p.bool.def(!0)]).def(!0),resizerWay:ze("ResizerWay",{default:"debounce"}),observerResize:p.bool.def(!0),align:Jd,headerAlign:Jd,prependStyle:p.style().def({})},N1=r.defineComponent({name:"TableColumn",props:{...I1,prop:p.oneOfType([p.func.def(()=>""),p.string.def("")]),index:p.number.def(void 0)},setup(e){const t=r.inject(v1,(s,o=!1)=>{},!1),n=r.inject(y1,{queueStack:(s,o)=>o==null?void 0:o()}),i=r.reactive({...e,field:e.prop||e.field});return{initColumns:t,bkTableCache:n,column:i}},unmounted(){this.updateColumnDefine(!0)},mounted(){this.updateColumnDefine()},methods:{updateColumnDefine(e=!1){if(this.$props.index!==void 0&&typeof this.$props.index=="number"){this.updateColumnDefineByIndex(e);return}this.updateColumnDefineByParent()},updateColumnDefineByParent(){const e=()=>{const n=this._.parent.vnode.children.default()||[],i=[],s=o=>{Array.isArray(o)&&o.forEach(u=>{var d,f,g;if(Array.isArray(u)){s(u);return}let c=!0;if(((d=u.type)==null?void 0:d.name)==="TableColumn"){c=Object.hasOwnProperty.call(u.props||{},"key");const m={...u.props,field:u.props.prop||u.props.field,render:(f=u.children)==null?void 0:f.default};i.push(r.unref(m))}(g=u.children)!=null&&g.length&&c&&s(u.children)})};s(n),this.initColumns(i)};typeof this.bkTableCache.queueStack=="function"&&this.bkTableCache.queueStack(dN,e)},updateColumnDefineByIndex(e=!1){const t={...this.$props,field:this.$props.prop||this.$props.field,render:this.$slots.default};this.initColumns(r.unref(t),e)}},render(){var e,t;return r.createVNode(r.Fragment,null,[(t=(e=this.$slots).default)==null?void 0:t.call(e,{row:{}})])}});class vN{constructor(){De(this,"storage");this.storage={}}queueStack(t,n=()=>{}){this.storage[t]&&clearTimeout(this.storage[t]),this.storage[t]=setTimeout(()=>n())}clearQueueStack(t){this.storage[t]&&clearTimeout(this.storage[t])}}const O3=(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),{...t,...e,current:n}}return t}return{}},yN=(e,t)=>{const n=r.ref(0),i=r.ref(0);let s=r.reactive({count:0,limit:10,current:1,align:"right",layout:["total","limit","list"]});s=O3(e.pagination,s);const o=r.ref(null),u=()=>{if(!e.pagination||e.remotePagination){n.value=0,i.value=t.length;return}n.value=(s.current-1)*s.limit,i.value=s.current*s.limit},c=r.reactive([]),d=(y,b,I)=>{typeof b=="function"&&y.sort((k,L)=>b(k,L,I[Bn.SORT_TYPE]))},f=(y,b)=>{if(typeof b=="function"){const I=y.filter((k,L)=>b(k,L,t));y.length=0,y.push(...I)}},g=(y,b,I)=>{const k=t.slice(),{sortScope:L}=(I==null?void 0:I.sort)??{};L===b1.ALL&&d(k,b,I),c.length=0,c.push(...k.slice(n.value,i.value)),f(c,y),d(c,b,I)},m=(y,b,I)=>{s=O3(e.pagination,s),v(),u(),g(y,b,I)},v=()=>{e.pagination&&(o.value=e.remotePagination?s:{...s,count:t.length})};return{pageData:c,localPagination:o,resolvePageData:g,watchEffectFn:m}},bN=(e,t)=>{const n=r.toRef(e,"scrollLoading"),i=()=>typeof n.value=="boolean"?{loading:!!n.value,inline:!0,title:"",size:ki.Normal,mode:Ss.Default,indicator:null}:n.value,s=r.computed(()=>n.value!==null&&(typeof n.value=="boolean"&&n.value||typeof n.value=="object"));return{renderScrollLoading:()=>{var u,c;if(s.value){const{loading:d,size:f,mode:g,title:m,inline:v,indicator:y}=i();return((c=(u=t.slots).fixedBottom)==null?void 0:c.call(u))??r.createVNode(qi,{loading:d,size:f,mode:g,title:m,inline:v,indicator:y},null)}}}};function CN(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const wN=e=>{const{proxy:t}=r.getCurrentInstance(),n=r.ref(t.limit);r.watch(()=>t.limit,o=>{n.value=o}),r.watch(()=>t.limitList,o=>{r.nextTick(()=>{o.includes(n.value)||([n.value]=o)})},{immediate:!0});const i=o=>{n.value=o};return{limit:n,render:({isFirst:o,isLast:u})=>{let c;return t.showLimit?r.createVNode("div",r.mergeProps({class:{"bk-pagination-limit":!0,"is-first":o,"is-last":u}},{disabled:t.disabled}),[r.createVNode("div",null,[e.value.eachPage]),r.createVNode(t0,{class:"bk-pagination-limit-select",clearable:!1,size:"small",withValidate:!1,modelValue:n.value,onChange:i,disabled:t.disabled},CN(c=t.limitList.map((d,f)=>r.createVNode(yl,{value:d,label:`${d}`,key:`${f}_${d}`},null)))?c:{default:()=>[c]}),r.createVNode("div",null,[e.value.strip])]):null}}},vr=5,MN=()=>{const{proxy:e}=r.getCurrentInstance(),t=r.ref(1),n=r.computed(()=>t.value===1),i=r.computed(()=>t.value===e.totalPageNum),s=r.ref(!1),o=r.ref(!1),u=r.computed(()=>{s.value=!1,o.value=!1;const y=[];if(e.totalPageNum<=vr+2){for(let k=2;k<=e.totalPageNum-1;k++)y.push(k);return y}const b=Math.floor(vr/2);e.totalPageNum>vr&&(s.value=t.value-b>2,o.value=t.value+b<e.totalPageNum-1);const I=Math.min(e.totalPageNum-vr,Math.max(2,t.value-b));for(let k=I;k<I+vr;k++)y.push(k);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 c=()=>{n.value||(t.value=t.value-1)},d=()=>{i.value||(t.value=t.value+1)},f=y=>{y!==t.value&&(t.value=y)},g=()=>{t.value=Math.max(1,t.value-vr)},m=()=>{t.value=Math.min(e.totalPageNum,t.value+vr)};return{current:t,render:({isFirst:y,isLast:b})=>r.createVNode("div",{class:{"bk-pagination-list":!0,"is-first":y,"is-last":b}},[r.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":n.value},onClick:c},[e.prevText||r.createVNode(ci,null,null)]),r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":t.value===1},key:"1",onClick:()=>f(1)},[r.createTextVNode("1")]),s.value&&r.createVNode("div",{key:"pre-batch",class:"bk-pagination-list-pre-batch",onClick:g},[r.createVNode(Ts,null,null)]),u.value.map(I=>r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":t.value===I},key:I,onClick:()=>f(I)},[I])),o.value&&r.createVNode("div",{key:"next-batch",class:"bk-pagination-list-next-batch",onClick:m},[r.createVNode(Ts,null,null)]),e.totalPageNum>1&&r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":t.value===e.totalPageNum},key:"last",onClick:()=>f(e.totalPageNum)},[e.totalPageNum]),r.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":i.value},onClick:d},[e.nextText||r.createVNode(Pn,null,null)])])}},IN=()=>{const{proxy:e}=r.getCurrentInstance(),t=r.ref(null),n=r.ref(!1),i=r.ref(1),s=r.computed(()=>i.value===1),o=r.computed(()=>i.value===e.totalPageNum);let u=0;const c=r.computed(()=>{const k=[];for(let L=1;L<=e.totalPageNum;L++)k.push(L);return k});r.watch(()=>e.modelValue,k=>{r.nextTick(()=>{k>=1&&k<=e.totalPageNum?i.value=k:k<1?i.value=1:i.value=e.totalPageNum,u=i.value})},{immediate:!0}),r.nextTick(()=>{r.watch(()=>e.totalPageNum,k=>{i.value>k&&(i.value=k)})});const d=()=>{s.value||(i.value=i.value-1)},f=()=>{o.value||(i.value=i.value+1)},g=()=>{n.value=!0},m=()=>{n.value=!1,t.value.textContent=`${u}`,u!==i.value&&(i.value=u)},v=k=>{const L=k.target,x=Number(L.textContent);!x||x<1||x>e.totalPageNum||x===i.value||(u=x)},y=k=>{["Enter","NumpadEnter"].includes(k.code)&&(k.preventDefault(),m())},b=k=>{u=k,m()};return{current:i,render:()=>r.createVNode("div",{class:"bk-pagination-small-list"},[r.createVNode("div",{class:{"bk-pagination-btn-pre":!0,"is-disabled":s.value},onClick:d},[r.createVNode(ci,null,null)]),r.createVNode(Yt,{theme:"light",trigger:"click",arrow:!1,width:56,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:g,onBlur:m,onInput:v,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"},[c.value.map(k=>r.createVNode("div",{class:{item:!0,"is-actived":k===i.value},key:k,onClick:()=>b(k)},[k]))])}),r.createVNode("div",{class:{"bk-pagination-btn-next":!0,"is-disabled":o.value},onClick:f},[r.createVNode(Pn,null,null)])])}},NN=e=>({isFirst:t,isLast:n})=>{const{props:i}=r.getCurrentInstance();return i.showTotalCount?r.createVNode("div",r.mergeProps({class:{"bk-pagination-total":!0,"is-first":t,"is-last":n}},{disabled:i.disabled}),[e.value.total,r.createVNode("div",{class:"bk-pagination-total-num"},[i.count]),e.value.strip]):null},LN={modelValue:p.number.def(1),count:p.number.def(0).isRequired,limit:p.number.def(10),limitList:p.arrayOf(Number).def([10,20,50,100]),showLimit:p.bool.def(!0),type:p.oneOf(["default","compact"]).def("default"),location:p.oneOf(["left","right"]).def("right"),align:p.oneOf(["left","center","right"]).def("left"),size:p.size(),small:p.bool.def(!1),showTotalCount:p.bool.def(!0),prevText:p.string,nextText:p.string,disabled:p.bool.def(!1),beforeChange:p.func,layout:p.custom(e=>{const t={total:!0,list:!0,limit:!0};return e.some(n=>t[n])},"layout 的值只支持 * total、list、limit *").def(["total","list","limit"])},kN=r.defineComponent({name:"Pagination",props:LN,emits:["update:modelValue","change","update:limit","limitChange"],setup(e,t){const n=ft("pagination"),i=r.ref(0),{count:s,limit:o}=r.toRefs(e),u=NN(n),{current:c,render:d}=MN(),{current:f,render:g}=IN(),{limit:m,render:v}=wN(n);return r.watch([s,m,o],([y,b])=>{const I=Math.ceil(y/b);i.value=I<1?1:I},{immediate:!0}),r.watch(c,y=>{t.emit("update:modelValue",y),t.emit("change",y)}),r.watch(f,y=>{e.small&&(t.emit("update:modelValue",y),t.emit("change",y))}),r.watch(m,y=>{t.emit("limitChange",y)}),{totalPageNum:i,renderTotal:u,renderList:d,renderLimit:v,renderSmallList:g}},render(){const e=Pe({"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}))])}}),r0=Fe(kN);var L1=function(){if(typeof Map<"u")return Map;function e(t,n){var i=-1;return t.some(function(s,o){return s[0]===n?(i=o,!0):!1}),i}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(n){var i=e(this.__entries__,n),s=this.__entries__[i];return s&&s[1]},t.prototype.set=function(n,i){var s=e(this.__entries__,n);~s?this.__entries__[s][1]=i:this.__entries__.push([n,i])},t.prototype.delete=function(n){var i=this.__entries__,s=e(i,n);~s&&i.splice(s,1)},t.prototype.has=function(n){return!!~e(this.__entries__,n)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(n,i){i===void 0&&(i=null);for(var s=0,o=this.__entries__;s<o.length;s++){var u=o[s];n.call(i,u[1],u[0])}},t}()}(),Rd=typeof window<"u"&&typeof document<"u"&&window.document===document,Cl=function(){return typeof global<"u"&&global.Math===Math?global:typeof self<"u"&&self.Math===Math?self:typeof window<"u"&&window.Math===Math?window:Function("return this")()}(),TN=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(Cl):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)}}(),xN=2;function SN(e,t){var n=!1,i=!1,s=0;function o(){n&&(n=!1,e()),i&&c()}function u(){TN(o)}function c(){var d=Date.now();if(n){if(d-s<xN)return;i=!0}else n=!0,i=!1,setTimeout(u,t);s=d}return c}var DN=20,jN=["top","right","bottom","left","width","height","size","weight"],ON=typeof MutationObserver<"u",EN=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=SN(this.refresh.bind(this),DN)}return e.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},e.prototype.removeObserver=function(t){var n=this.observers_,i=n.indexOf(t);~i&&n.splice(i,1),!n.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){var t=this.updateObservers_();t&&this.refresh()},e.prototype.updateObservers_=function(){var t=this.observers_.filter(function(n){return n.gatherActive(),n.hasActive()});return t.forEach(function(n){return n.broadcastActive()}),t.length>0},e.prototype.connect_=function(){!Rd||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),ON?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!Rd||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(t){var n=t.propertyName,i=n===void 0?"":n,s=jN.some(function(o){return!!~i.indexOf(o)});s&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),k1=function(e,t){for(var n=0,i=Object.keys(t);n<i.length;n++){var s=i[n];Object.defineProperty(e,s,{value:t[s],enumerable:!1,writable:!1,configurable:!0})}return e},Sa=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||Cl},T1=bc(0,0,0,0);function wl(e){return parseFloat(e)||0}function E3(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce(function(i,s){var o=e["border-"+s+"-width"];return i+wl(o)},0)}function AN(e){for(var t=["top","right","bottom","left"],n={},i=0,s=t;i<s.length;i++){var o=s[i],u=e["padding-"+o];n[o]=wl(u)}return n}function PN(e){var t=e.getBBox();return bc(0,0,t.width,t.height)}function zN(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return T1;var i=Sa(e).getComputedStyle(e),s=AN(i),o=s.left+s.right,u=s.top+s.bottom,c=wl(i.width),d=wl(i.height);if(i.boxSizing==="border-box"&&(Math.round(c+o)!==t&&(c-=E3(i,"left","right")+o),Math.round(d+u)!==n&&(d-=E3(i,"top","bottom")+u)),!JN(e)){var f=Math.round(c+o)-t,g=Math.round(d+u)-n;Math.abs(f)!==1&&(c-=f),Math.abs(g)!==1&&(d-=g)}return bc(s.left,s.top,c,d)}var VN=function(){return typeof SVGGraphicsElement<"u"?function(e){return e instanceof Sa(e).SVGGraphicsElement}:function(e){return e instanceof Sa(e).SVGElement&&typeof e.getBBox=="function"}}();function JN(e){return e===Sa(e).document.documentElement}function RN(e){return Rd?VN(e)?PN(e):zN(e):T1}function QN(e){var t=e.x,n=e.y,i=e.width,s=e.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,u=Object.create(o.prototype);return k1(u,{x:t,y:n,width:i,height:s,top:n,right:t+i,bottom:s+n,left:t}),u}function bc(e,t,n,i){return{x:e,y:t,width:n,height:i}}var _N=function(){function e(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=bc(0,0,0,0),this.target=t}return e.prototype.isActive=function(){var t=RN(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},e}(),WN=function(){function e(t,n){var i=QN(n);k1(this,{target:t,contentRect:i})}return e}(),HN=function(){function e(t,n,i){if(this.activeObservations_=[],this.observations_=new L1,typeof t!="function")throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=n,this.callbackCtx_=i}return e.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof Sa(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)||(n.set(t,new _N(t)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(t instanceof Sa(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)&&(n.delete(t),n.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach(function(n){n.isActive()&&t.activeObservations_.push(n)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,n=this.activeObservations_.map(function(i){return new WN(i.target,i.broadcastRect())});this.callback_.call(t,n,t),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),x1=typeof WeakMap<"u"?new WeakMap:new L1,S1=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=EN.getInstance(),i=new HN(t,n,this);x1.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach(function(e){S1.prototype[e]=function(){var t;return(t=x1.get(this))[e].apply(t,arguments)}});var BN=function(){return typeof Cl.ResizeObserver<"u"?Cl.ResizeObserver:S1}();const Vt=(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=>Vt(e,i,n)).filter(i=>i!==void 0).at(0)},qu=e=>/^\d+$/.test(`${e}`)?[parseInt(`${e}`,10)]:[],FN=e=>D1(e,"auto"),D1=(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},GN=e=>{const t=["row"];return typeof e=="string"&&t.push(e),Array.isArray(e)&&t.push(...e.filter(n=>lN.includes(n))),[...new Set(t)].map(n=>`bordered-${n}`).join(" ")},bs=(e,t=["resizeWidth","calcWidth","width"])=>e[t[0]]??e[t[1]]??e[t[2]],ed=(e,t,n=sa,i=0)=>{const{width:s}=e.getBoundingClientRect()||{},o=s-i;let u=o;const c=[],d=(g,m)=>{const{minWidth:v=void 0}=g;if(v===void 0)return m<sa?sa:m;let y=m;return/^\d+\.?\d*$/.test(`${v}`)&&(y=Number(v)),/^\d+\.?\d*%$/.test(`${v}`)&&(y=Number(v)*o/100),/^\d+\.?\d*px$/i.test(`${v}`)&&(y=Number(`${v}`.replace(/px/i,""))),y},f=(g,m,v=!0)=>{const y=d(g,m),b=m<y?y:m;Object.assign(g,{calcWidth:b}),v&&(u=u-b,u<0&&(u=0))};if(t.forEach((g,m)=>{if(!g.isHidden){const y=String(bs(g,["resizeWidth","width"]));let b=!0;if(/^\d+\.?\d*(px)?$/.test(y)){const I=Number(y.replace("px",""));f(g,I),b=!1}if(/^\d+\.?\d*%$/.test(y)){let I=n;if(u>0){const k=Number(y.replace("%",""));I=u*k/100}f(g,I),b=!1}b&&c.push(m)}}),c.length>0){let g=n;u>0?c.forEach((m,v)=>{g=u/(c.length-v),f(t[m],g,!1);const{calcWidth:y}=t[m];u=u-y}):c.forEach(m=>{const v=d(t[m],sa);Object.assign(t[m],{calcWidth:v})})}},j1=(e,t,n=60,i=!1,s="throttle")=>{const o=()=>{typeof t=="function"&&t()},u=s==="debounce"?rt.debounce(o,n):rt.throttle(o,n),c=()=>Reflect.apply(u,globalThis,[]),d=new BN(()=>{c()});return i&&typeof t=="function"&&t(),{start:()=>{d.observe(e)},disconnect:()=>{d.unobserve(e),d.disconnect()}}},Qd=e=>{const{showHead:t,headHeight:n,thead:i={}}=e;return Object.assign({},{isShow:t,height:n},{...i})},Ml=(e,t,n)=>n.type==="index"?e[Ze.ROW_INDEX]+1:rt.get(e,t),ds=(e,t)=>Array.isArray(e)?e:typeof e=="string"||typeof e=="object"?[e]:typeof e=="function"?ds(Reflect.apply(e,globalThis,t),t):[],ZN=(e,t,n)=>typeof t.rowKey=="string"?t.rowKey===Ze.ROW_INDEX?`__ROW_INDEX_${n}`:rt.get(e,t.rowKey):typeof t.rowKey=="function"?Reflect.apply(t.rowKey,globalThis,[e]):Di.v4(),YN=(e,t,n=0)=>{if(e){const i=e.querySelector(t);if(i)return i.offsetHeight>e.offsetHeight-n}return!1},O1=(e,t,n)=>(s=>e.some(o=>o.field===Vt(s,["field","type"],[s])))(t)&&n.length&&!n.includes(Vt(t,["field","type"],[t])),A3=(e,t,n,i,s)=>typeof e[s]=="function"?Reflect.apply(e[s],globalThis,[{column:e,colIndex:t,row:n,rowIndex:i}]):typeof e[s]=="number"?e[s]:1,E1=(e,t,n,i)=>{const s=A3(e,t,n,i,"colspan"),o=A3(e,t,n,i,"rowspan");return{colspan:s,rowspan:o}},A1=(e,t)=>{var u,c;const n=e.field,i=d=>Ml(d,n,e),s=(d,f)=>{const g=i(d)||"",m=i(f)||"";return typeof g=="number"&&typeof m=="number"?g-m:String.prototype.localeCompare.call(g,m)},o=typeof((u=e.sort)==null?void 0:u.sortFn)=="function"?(c=e.sort)==null?void 0:c.sortFn:s;return t===Ot.NULL?()=>!0:(d,f)=>o(d,f)*(t===Ot.DESC?-1:1)},P1=e=>{const t={[Ot.NULL]:0,[Ot.ASC]:1,[Ot.DESC]:2};return e===void 0?Ot.NULL:Object.keys(t)[(t[e]+1)%3]},z1=e=>{if(typeof e=="string")return{value:e};if(typeof e=="boolean"&&e)return{value:Ot.NULL};if(typeof e=="object"&&e!==null){return e.sortFn,{value:"custom",...e};return e}return null},ol=(e,{row:t,index:n,isCheckAll:i})=>typeof e.isRowSelectEnable=="boolean"?e.isRowSelectEnable!==!1:typeof e.isRowSelectEnable=="function"?e.isRowSelectEnable({row:t,index:n,isCheckAll:i}):!0,Cs=e=>r.unref(e[Ze.ROW_SOURCE_DATA]||e),V1=e=>r.unref(e[Bn.COL_SOURCE_DATA]||e),P3=r.defineComponent({name:"TableCell",props:{column:p.any.def({}),row:p.any.def({}),parentSetting:p.oneOfType([p.bool,p.shape({content:p.string.def(""),disabled:p.bool.def(!1),watchCellResize:p.bool.def(!0),mode:i0})]).def(void 0),title:p.string.def(void 0),observerResize:p.bool.def(!0),resizerWay:ze("ResizerWay",{default:M1.DEBOUNCE})},setup(e,{slots:t}){const n=r.ref(),i=r.ref(!1),s=r.computed(()=>({textAlign:e.column.textAlign})),o=()=>/boolean|object/.test(typeof e.column.showOverflowTooltip)&&e.column.showOverflowTooltip!==null?e.column:{showOverflowTooltip:e.parentSetting},{showOverflowTooltip:u=!1}=o();let c=null;const d=()=>{let g=!0,{resizerWay:m}=e,v=n.value.innerText,y="auto",b=!0;return typeof u=="boolean"&&(g=!u),typeof u=="object"&&(g=u.disabled,m=u.resizerWay||"debounce",v=u.content||n.value.innerText,typeof u.content=="function"&&(v=u.content(e.column,e.row)),b=u.watchCellResize,y=u.mode||"auto"),typeof g=="function"&&(g=Reflect.apply(g,this,[e.column,e.row])),{disabled:g,content:v,mode:y,resizerWay:m,watchCellResize:b}},f=()=>{if(!n.value||!Lr(n.value))return;const{mode:g,disabled:m}=d();if(i.value=!m,g==="auto"&&(i.value=w8(n.value)),g==="static"&&(i.value=!0),i.value){const v=r.ref(d());c===null&&(c=e0(n.value,{disabled:v.value.disabled,content:v.value.content,mode:v.value.mode}))}else c==null||c.destroyInstance(n.value),c=null};return r.onMounted(()=>{const{disabled:g,resizerWay:m,watchCellResize:v}=d();if(!g&&(f(),v!==!1&&e.observerResize)){let y=j1(n.value,()=>{f()},60,!0,m);y.start(),r.onBeforeUnmount(()=>{y.disconnect(),y=null})}}),r.onBeforeUnmount(()=>{c==null||c.destroyInstance(n.value)}),()=>{var g;return r.createVNode("div",{class:["cell",e.column.type],style:s.value,ref:n,title:e.title},[(g=t.default)==null?void 0:g.call(t)])}}}),td=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)])}});class UN{constructor(t,n){De(this,"props",null);De(this,"ctx",null);this.props=t,this.ctx=n}}const $N=r.defineComponent({name:"BodyEmpty",props:{list:p.array.def([]),filterList:p.array.def([]),emptyText:p.string},emits:["change"],setup(e){const t=ft("table"),n=r.computed(()=>e.emptyText===void 0?t.value.emptyText:e.emptyText),i=r.computed(()=>e.list.length===0?"empty":"search-empty");return()=>r.createVNode(pc,{scene:"part",type:i.value,description:n.value},null)}}),KN=r.defineComponent({name:"HeadFilter",props:{column:p.any.def({}),height:p.number.def(Ir)},emits:["change","filterSave"],setup(e,{emit:t}){var W;const n=ft("table"),{column:i}=e,{filter:s}=r.toRefs(e.column),o=r.ref(((W=s.value)==null?void 0:W.checked)??[]),u=r.reactive({isOpen:!1,checked:o.value}),c=r.computed(()=>Pe({[U("table-head-action")]:!0,"column-filter":!0,"--row-height":`${e.height}px`,active:u.checked.length,opened:u.isOpen})),d=Pe({[U("table-head-filter")]:!0}),f=r.ref(null),g=z=>{u.isOpen=z,z&&setTimeout(()=>{f.value.reset()})},m=`light ${U("table-head-filter")}`,v=r.computed(()=>{const{list:z=[]}=s.value;return z}),y=(z,R="ig")=>new RegExp(`${z}`.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),R),b=(z,R)=>{const{match:Q}=s.value,$=Ml(R,Vt(i,"field",[i,R]),i);return Q==="full"&&z.includes($),z.some(oe=>y(oe,"img").test($))},I=typeof s.value.filterFn=="function"?(z,R,Q,$)=>s.value.filterFn(z,R,e.column,Q,$):(z,R)=>z.length?b(z,R):!0,k=()=>{L(!0),t("filterSave",[...u.checked]),u.isOpen=!1},L=(z=!1)=>{const{disabled:R}=C(N,n.value.confirm);if(R||z){if(s.value==="custom"){t("change",[...u.checked],null),u.isOpen=!1;return}s.value.checked=u.checked,t("change",[...u.checked],I)}},x=()=>{u.checked.length&&(u.checked.length=0,u.isOpen=!1,r.nextTick(()=>t("change",u.checked,I)))},C=(z,R)=>({disabled:z==="disabled"||z===!1,text:typeof z=="string"?z:R}),{btnSave:N,btnReset:M}=s.value,T=()=>{const{disabled:z,text:R}=C(N,n.value.confirm);return z?r.createVNode("span",{class:"btn-filter-save disabled"},[R]):r.createVNode("span",{class:"btn-filter-save",onClick:k},[R])},j=()=>{const{disabled:z,text:R}=C(M,n.value.reset);return z?"":r.createVNode("span",{class:["btn-filter-reset",u.checked.length?"":"disable"],onClick:x},[R])},S=(z,R)=>{const Q=new Set(u.checked);z?Q.add(R.value):Q.delete(R.value),u.checked.length=0,u.checked.push(...Array.from(Q)),L()},P=z=>z.data.length?z.data.map(R=>r.createVNode("div",{class:"list-item"},[r.createVNode(Gn,{label:R.value,key:R.$index,immediateEmitChange:!1,checked:u.checked.includes(R.value),modelValue:u.checked.includes(R.value),onChange:Q=>S(Q,R)},{default:()=>[`${R.text}`]})])):r.createVNode("div",{class:"list-item is-empty"},[n.value.emptyText]);return()=>r.createVNode(Yt,r.mergeProps({trigger:"click",isShow:u.isOpen,placement:"bottom-start",renderType:Vl.SHOWN,arrow:!1,offset:0},{theme:m},{onAfterShow:()=>g(!0),onAfterHidden:()=>g(!1)}),{default:()=>r.createVNode(ic,{class:c.value},null),content:()=>r.createVNode("div",{class:d},[r.createVNode(gc,{class:"content-list"},{default:()=>[r.createVNode(za,{lineHeight:32,list:v.value,throttleDelay:0,scrollEvent:!0,ref:f,className:"content-items"},{default:P})]}),r.createVNode("div",{class:"content-footer"},[T(),r.createVNode("span",{class:"btn-filter-split"},null),j()])])})}}),XN=r.defineComponent({name:"HeadSort",props:{column:p.any.def({}),defaultSort:p.oneOf(fN).def(Ot.NULL),active:p.bool},emits:["change"],setup(e,{emit:t}){var o,u;const n=((u=(o=e.column)==null?void 0:o.sort)==null?void 0:u.value)||e.defaultSort||Ot.NULL,i=r.ref(n);r.watch(()=>[e.defaultSort],([c])=>{i.value=c});const s=(c,d)=>{c.stopImmediatePropagation(),c.stopPropagation(),c.preventDefault();let f=d;d===Ot.NULL&&(f=P1(d)),i.value===d&&(f=Ot.NULL);const g=A1(e.column,f),m=z1(e.column.sort);if((m==null?void 0:m.value)==="custom"){t("change",(m==null?void 0:m.sortFn)??g,f);return}t("change",g,f)};return()=>r.createVNode("span",{class:U("head-cell-sort"),onClick:c=>s(c,Ot.NULL)},[r.createVNode(Hl,{class:["sort-action","sort-asc",e.active&&i.value===Ot.ASC?"active":""],style:"align-items: flex-end;",onClick:c=>s(c,Ot.ASC)},null),r.createVNode(_s,{class:["sort-action","sort-desc",e.active&&i.value===Ot.DESC?"active":""],style:"align-items: flex-start;",onClick:c=>s(c,Ot.DESC)},null)])}});function z3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const qN=r.defineComponent({name:"Settings",props:{settings:p.oneOfType([p.shape({fields:p.arrayOf(p.shape({label:p.string,field:p.string,disabled:p.bool})),checked:p.arrayOf(p.string),limit:p.number.def(0),size:w1.def(C1.SMALL),sizeList:p.shape([]),showLineHeight:p.bool.def(!0)}),p.bool]).def(!1),columns:p.array.def([]),rowHeight:p.number.def(Ir)},emits:["change"],setup(e,{emit:t}){const n=ft("table"),i=uN(n),s=(Q,$)=>Vt(Q,["field","type"],[Q,$]),o=r.ref(!1),u=r.ref(!1),c=r.computed(()=>typeof e.settings=="boolean"?{fields:e.columns.map(Q=>({...Q,field:Q.field||Q.type})),checked:[],limit:0,size:"small",sizeList:i,showLineHeight:!0}:e.settings),d=r.ref(c.value.size||"small"),f=r.ref(e.rowHeight),g=r.ref(c.value.checked||[]),v=`light ${U("table-settings")}`,y=r.computed(()=>c.value.fields||e.columns||[]),b={checkAll:o.value,activeSize:d.value,activeHeight:f.value,checkedFields:c.value.checked||[]},I=()=>{Object.assign(b,{checkAll:o.value,activeSize:d.value,activeHeight:f.value,checkedFields:g.value}),t("change",{checked:g.value,size:d.value,height:f.value,fields:r.unref(y)}),u.value=!1},k=()=>{o.value=b.checkAll,d.value=b.activeSize,f.value=b.activeHeight,g.value=b.checkedFields,u.value=!1},L=()=>{u.value=!0},x=Q=>{Q.stopImmediatePropagation(),Q.stopPropagation(),Q.preventDefault(),o.value=!o.value;const $=c.value.fields||e.columns||[],oe=$.filter((me,be)=>me.disabled&&g.value.includes(s(me,be))).map((me,be)=>s(me,be));if(o.value){const me=$.filter(be=>!be.disabled).map((be,de)=>s(be,de));g.value.splice(0,g.value.length,...me,...oe)}else g.value.splice(0,g.value.length,...oe)},C=r.computed(()=>(c.value.limit??0)>0),N=c.value.sizeList||i,M=r.computed(()=>C.value&&(c.value.limit?c.value.limit:0)<=g.value.length),T=(Q,$)=>Q.disabled||M.value&&!g.value.includes(s(Q,$)),j=Q=>{d.value=Q.value,f.value=Q.height},S=Q=>({"line-size":!0,"is-medium":d.value==="medium",active:Q.value===d.value}),P={marginRight:"12px"},W=()=>N.map(Q=>r.createVNode("span",{class:S(Q),onClick:()=>j(Q)},[Q.label])),z=r.computed(()=>g.value.length>0&&!y.value.every((Q,$)=>g.value.includes(Vt(Q,"field",[Q,$])))),R=r.computed(()=>typeof c.value.showLineHeight=="boolean"?c.value.showLineHeight:!0);return r.watch(()=>[g.value],()=>{g.value.length||(o.value=!1),g.value.length&&y.value.every((Q,$)=>g.value.includes(s(Q,$)))&&(o.value=!0)},{immediate:!0,deep:!0}),r.watch(()=>[e.settings.checked],()=>{g.value.splice(0,g.value.length,...c.value.checked)},{immediate:!0,deep:!0}),()=>e.settings?r.createVNode(Yt,r.mergeProps({trigger:"manual",isShow:u.value,placement:"bottom-end",arrow:!0},{theme:v}),{default:()=>r.createVNode("span",{class:"table-head-settings",onClick:L},[r.createVNode(Yl,{style:"color: #c4c6cc;"},null)]),content:()=>{let Q;return r.createVNode("div",{class:"setting-content"},[r.createVNode("div",{class:"setting-head"},[r.createVNode("span",{class:"head-title"},[n.value.setting.title]),r.createVNode(Hs,{class:"icon-close-action",onClick:k},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"},[n.value.setting.fields.title]),C.value?r.createVNode("span",{class:"limit"},[n.value.setting.fields.subtitle(c.value.limit)]):""]),C.value?"":r.createVNode("span",{class:"check-all",onClick:x},[r.createVNode(Gn,{label:n.value.setting.fields.selectAll,indeterminate:!!z.value,modelValue:g.value.length>0},{default:()=>[n.value.setting.fields.selectAll]})])]),r.createVNode(gc,{class:"setting-body-fields",modelValue:g.value,"onUpdate:modelValue":$=>g.value=$},z3(Q=y.value.map(($,oe)=>{let me;return r.createVNode("div",{class:"field-item"},[r.createVNode(Gn,{checked:g.value.includes(s($,oe)),label:s($,oe),disabled:T($,oe)},z3(me=Vt($,"label",[$,oe]))?me:{default:()=>[me]})])}))?Q:{default:()=>[Q]}),R.value?r.createVNode("div",{class:"setting-body-line-height"},[n.value.setting.lineHeight.title,r.createTextVNode(":"),W()]):""]),r.createVNode("div",{class:"setting-footer"},[r.createVNode(Et,{theme:"primary",style:P,onClick:I},{default:()=>[n.value.setting.options.ok]}),r.createVNode(Et,{style:P,onClick:k},{default:()=>[n.value.setting.options.cancel]})])])}}):""}}),_d=(e,t,n)=>{const i=(m,v,y)=>({column_fixed:!!m.fixed,column_fixed_left:m.fixed!=="right",column_fixed_right:m.fixed==="right",shadow:m.fixed==="right"?y-v>2:v>0}),s=m=>m.fixed==="right"?"right":"left",o={left:(m=!0)=>t.filter(v=>!v.isHidden&&v.fixed&&v.fixed!=="right").reduce((v,y,b)=>m&&b===0?v:v+bs(y),0),right:(m=!0)=>t.filter(v=>!v.isHidden&&v.fixed==="right").reduce((v,y,b)=>m&&b===0?v:v+bs(y),n?xa:0)},u=(m,v,y=0)=>{const b=v[Bn.COL_UID],I=m==="right"?-1:1,k=t.filter(N=>!N.isHidden),{length:L}=k;let x=m==="right"?L*I:1,C=0;for(x;;){x=x+-1*I;const N=Math.abs(x),M=k[N],T=s(M),j=M[Bn.COL_UID];if(T===m&&b!==j){const S=bs(M);C=C+S}if(b===j)break}return C+y},c=(m,v=!1)=>{if(!m.fixed||m.isHidden)return{};const y={left:0,right:v?xa:-1},b=s(m);return y[b]=u(b,m,y[b]),{[b]:`${y[b]}px`}},d=m=>({width:`${o[m](!1)}px`,bottom:"0px"}),f=r.computed(()=>{const m={left:!1,right:!1};return t.filter(v=>!v.isHidden&&v.fixed).map(v=>{const y=s(v),b=m[y];return m[y]=!0,{isExist:b,colPos:y,column:v}})});return{fixedWrapperClass:U("table-fixed"),resolveFixedColumnStyle:c,fixedColumns:f,resolveColumnStyle:d,resolveColumnClass:i}};function V3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}class eL{constructor(t,n,i,s,o,u){De(this,"getRowHeight",(t,n)=>{const{size:i,height:s}=this.setting;return s!=null?Vt(this.setting,"height",["tbody",t,n,i]):Vt(this.props,"rowHeight",["tbody",t,n])});De(this,"getColumnClass",(t,n)=>({[`${this.uuid}-column-${n}`]:!0,column_fixed:!!t.fixed,column_fixed_left:!!t.fixed,column_fixed_right:t.fixed==="right"}));De(this,"getHeadColumnClass",(t,n)=>({...this.getColumnClass(t,n),active:this.isColActive(n)}));this.props=t,this.context=n,this.reactiveProp=i,this.colgroups=s,this.plugins=new UN(t,n),this.uuid=Di.v4(),this.events=new Map,this.styleRef=o,this.t=u,this.activeSortIndex=r.ref(-1)}get propActiveCols(){return this.reactiveProp.activeColumns}renderTableHeadSchema(){const{isShow:t=!0}=Qd(this.props);if(!t)return null;const n=i=>{var d;const{checked:s=[],size:o,height:u}=i;this.reactiveProp.setting.size=o,this.reactiveProp.setting.height=u;const c=((d=this.props.settings)==null?void 0:d.fields)||[];s.length&&this.colgroups.forEach(f=>{f.isHidden=O1(c,f,s)}),this.emitEvent(jn.ON_SETTING_CHANGE,[i])};return[this.props.settings?r.createVNode(qN,{class:"table-head-settings",settings:this.reactiveProp.settings,columns:this.colgroups,rowHeight:this.props.rowHeight,onChange:n},null):"",r.createVNode("table",{cellpadding:0,cellspacing:0},[this.renderColGroup(),this.renderHeader()])]}renderTableBodySchema(t){var i,s;const n=r.computed(()=>this.props.emptyText===void 0?this.t.value.emptyText:this.props.emptyText);return t.length?r.createVNode("table",{cellpadding:0,cellspacing:0,"data-table-uuid":this.uuid},[this.renderColGroup(),this.renderTBody(t)]):((s=(i=this.context.slots).empty)==null?void 0:s.call(i))??r.createVNode($N,{filterList:t,list:this.props.data,emptyText:n.value},null)}renderTableFooter(t){return r.createVNode(r0,r.mergeProps(t,{modelValue:t.current,onLimitChange:n=>this.handlePageLimitChange(n),onChange:n=>this.handlePageChange(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(St.PAGE_LIMIT_CHANGE,t)}handlePageChange(t){Object.assign(this.props.pagination,{current:t,value:t}),this.context.emit(St.PAGE_VALUE_CHANGE,t)}setColumnActive(t,n=!1){const i=this.propActiveCols.find(s=>s.index===t);Object.assign(i,{active:!i.active}),n&&this.propActiveCols.filter(s=>s.index!==t&&s.active).forEach(s=>{Object.assign(s,{active:!1})})}handleColumnHeadClick(t,n){if(this.props.columnPick!=="disabled"&&(this.setColumnActive(t,this.props.columnPick==="single"),this.context.emit(St.COLUMN_PICK,this.propActiveCols)),n.sort&&!n.filter){const i=Vt(n,["field","type"],[n,t]),s=P1(this.reactiveProp.defaultSort[i]);Object.assign(this.reactiveProp.defaultSort,{[i]:s});const o=A1(n,s);this.activeSortIndex.value=t,this.emitEvent(jn.ON_SORT_BY_CLICK,[{sortFn:o,column:n,index:t,type:s}])}}getSortCell(t,n){const i=Vt(t,["field","type"],[t,n]),s=(u,c)=>{Object.assign(this.reactiveProp.defaultSort,{[i]:c}),this.activeSortIndex.value=n,this.emitEvent(jn.ON_SORT_BY_CLICK,[{sortFn:u,column:t,index:n,type:c}])},o=this.reactiveProp.defaultSort[i];return r.createVNode(XN,{column:t,defaultSort:o,active:this.activeSortIndex.value===n,onChange:s},null)}getFilterCell(t,n){const i=(o,u)=>{const c=(d,f)=>u(o,d,f);this.emitEvent(jn.ON_FILTER_CLICK,[{filterFn:c,checked:o,column:t,index:n}])},s=o=>{this.context.emit(St.COLUMN_FILTER_SAVE,{column:t,values:o})};return r.createVNode(KN,{column:t,height:this.props.headHeight,onChange:i,onFilterSave:s},null)}renderHeader(){const t=Qd(this.props),{cellFn:n}=t,i={"--row-height":`${Vt(t,"height",["thead"])}px`},s=(f,g)=>typeof n=="function"?n(f,g):Vt(f,"label",[f,g]),o=(f,g)=>{if(f.type==="selection"){const I=this.reactiveProp.rowActions.get(Ze.ROW_SELECTION_ALL);return this.renderCheckboxColumn({[Ze.ROW_SELECTION]:!!I},0,!0)}const m=[];f.sort&&m.push(this.getSortCell(f,g)),f.filter&&m.push(this.getFilterCell(f,g));const v=s(f,g);m.unshift(r.createVNode("span",{class:"head-text"},[v]));const y=typeof v=="string"?v:void 0,b={"has-sort":!!f.sort,"has-filter":!!f.filter};return r.createVNode(P3,{class:b,title:y,observerResize:this.props.observerResize,resizerWay:this.props.resizerWay},V3(m)?m:{default:()=>[m]})},u=f=>Array.from(f.listeners.keys()).reduce((g,m)=>{const v=m.split("_").slice(-1)[0];return Object.assign(g,{[v]:y=>{f.listeners.get(m).forEach(b=>Reflect.apply(b,this,[y,f,this]))}})},{}),{resolveFixedColumnStyle:c}=_d(this.props,this.colgroups),d=()=>{if(this.styleRef.value.hasScrollY){const f={width:`${xa+2}px`,right:"-1px"};return r.createVNode("th",{style:f,class:"column_fixed"},null)}};return r.createVNode(r.Fragment,null,[r.createVNode("thead",{style:i},[r.createVNode(td,null,{default:()=>[r.createVNode("tr",null,[this.filterColGroups.map((f,g)=>r.createVNode("th",r.mergeProps({colspan:1,rowspan:1,class:[this.getHeadColumnClass(f,g),this.getColumnCustomClass(f),f.align||this.props.headerAlign||this.props.align],style:c(f,this.styleRef.value.hasScrollY),onClick:()=>this.handleColumnHeadClick(g,f)},u(f)),[o(f,g)])),d()])]})])])}getColumnCustomClass(t,n){const i=t.className;if(i){if(typeof i=="function")return i(n);if(typeof i=="string")return i}return""}renderTBody(t){const{resolveFixedColumnStyle:n}=_d(this.props,this.colgroups),i=t.length;return r.createVNode("tbody",null,[t.map((s,o)=>{const u=[...ds(this.props.rowStyle,[s,o,this]),{"--row-height":`${this.getRowHeight(s,o)}px`}],c=[...ds(this.props.rowClass,[s,o,this]),`hover-${this.props.rowHover}`];return[r.createVNode(td,null,{default:()=>[r.createVNode("tr",{style:u,class:c,onClick:d=>this.handleRowClick(d,s,o,t),onDblclick:d=>this.handleRowDblClick(d,s,o,t),onMouseenter:d=>this.handleRowEnter(d,s,o,t),onMouseleave:d=>this.handleRowLeave(d,s,o,t)},[this.filterColGroups.map((d,f)=>{var x;const g=[n(d),...ds(this.props.cellStyle,[d,f,s,o,this])],m={"expand-cell":d.type==="expand"},{colspan:v,rowspan:y}=E1(d,f,s,o),b=Ze.ROW_SKIP_CFG,I=d[Bn.COL_UID],{skipRow:k=!1,skipCol:L=!1}=((x=s[b])==null?void 0:x[I])??{};if(!k&&!L){let C;const N=[this.getColumnClass(d,f),this.getColumnCustomClass(d,s),d.align||this.props.align,...ds(this.props.cellClass,[d,f,s,o,this]),{"expand-row":s[Ze.ROW_EXPAND],"is-last":o+y>=i}],M=(T,j)=>{const S={event:T,row:Cs(s),column:V1(d),cell:{getValue:()=>this.renderCell(s,d,o,t)},rowIndex:o,columnIndex:f};this.context.emit(j,S)};return r.createVNode("td",{class:N,style:g,colspan:v,rowspan:y,onClick:T=>M(T,St.CELL_CLICK),onDblclick:T=>M(T,St.CELL_DBL_CLICK)},[r.createVNode(P3,{class:m,column:d,row:s,parentSetting:this.props.showOverflowTooltip,observerResize:this.props.observerResize},V3(C=this.renderCell(s,d,o,t))?C:{default:()=>[C]})])}return null})])]}),this.renderExpandRow(s,c)]})])}renderExpandRow(t,n){if(!!t[Ze.ROW_EXPAND]){const s=[...n,{row_expend:!0}];return r.createVNode(td,null,{default:()=>{var o,u;return[r.createVNode("tr",{class:s},[r.createVNode("td",{colspan:this.filterColGroups.length,rowspan:1},[((u=(o=this.context.slots).expandRow)==null?void 0:u.call(o,Cs(t)))??r.createVNode("div",{class:"expand-cell-ctx"},[r.createTextVNode("Expand Row")])])])]}})}}handleRowClick(t,n,i,s){this.context.emit(St.ROW_CLICK,t,n,i,s,this)}handleRowDblClick(t,n,i,s){this.context.emit(St.ROW_DBL_CLICK,t,n,i,s,this)}handleRowEnter(t,n,i,s){this.context.emit(St.ROW_MOUSE_ENTER,t,n,i,s,this)}handleRowLeave(t,n,i,s){this.context.emit(St.ROW_MOUSE_LEAVE,t,n,i,s,this)}getExpandCell(t){return!!t[Ze.ROW_EXPAND]?r.createVNode(Bs,null,null):r.createVNode(Ys,null,null)}handleRowExpandClick(t,n,i,s,o){this.emitEvent(jn.ON_ROW_EXPAND_CLICK,[{row:t,column:n,index:i,rows:s,e:o}])}renderCellCallbackFn(t,n,i,s){const o=Ml(t,Vt(n,"field",[n,t]),n),u=t[Ze.ROW_INDEX],c=typeof u=="number"?u:i,d=this.props.data[c];return n.render({cell:o,data:d,row:t,column:n,index:i,rows:s})}renderCheckboxColumn(t,n,i=!1){const s=c=>{this.emitEvent(jn.ON_ROW_CHECK,[{row:t,index:n,isAll:i,value:c}])},o=i&&!!this.reactiveProp.rowActions.get(Ze.ROW_SELECTION_INDETERMINATE),u=ol(this.props,{row:t,index:n,isCheckAll:i});return r.createVNode(Gn,{onChange:s,disabled:!u,modelValue:t[Ze.ROW_SELECTION],indeterminate:o},null)}renderExpandColumn(t,n,i,s){const o=()=>{var u,c;return typeof n.render=="function"?this.renderCellCallbackFn(t,n,i,s):((c=(u=this.context.slots).expandCell)==null?void 0:c.call(u,{row:t,column:n,index:i,rows:s}))??this.getExpandCell(t)};return r.createVNode("span",{class:"expand-btn-action",onClick:u=>this.handleRowExpandClick(t,n,i,s,u)},[o()])}renderCell(t,n,i,s){var c;const o=()=>{const d=Ml(t,Vt(n,"field",[n,t]),n);return typeof n.render=="function"?this.renderCellCallbackFn(t,n,i,s):typeof d=="object"?JSON.stringify(r.unref(d)):d},u={expand:(d,f,g,m)=>this.renderExpandColumn(d,f,g,m),selection:(d,f,g,m)=>this.renderCheckboxColumn(d,g)};return((c=u[n.type])==null?void 0:c.call(u,t,n,i,s))??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=Pe({active:this.isColActive(n)}),s=`${FN(bs(t))}`.replace(/px$/i,"");return r.createVNode("col",{class:i,width:s},null)})])}get filterColGroups(){return this.colgroups.filter(t=>!t.isHidden)}get setting(){return this.reactiveProp.setting}}const Cc=(e,t)=>({initColumns:(s,o=!1)=>{let u=[];if(Array.isArray(s)?u=s:u=[s],o)u.forEach(c=>{const d=t.findIndex(f=>f.label===c.label&&f.field===c.field);if(o){d>=0&&t.splice(d,1);return}});else{let c=!1;u.forEach(d=>{if(d.index!==void 0&&d.index>=0){c=!0;const f=t.findIndex(g=>g.label===d.label&&g.field===d.field);f>=0&&t.splice(f,1),t.push(d)}else{const f=t.findIndex(g=>g.label===d.label&&g.field===d.field);f>=0?t.splice(f,1,d):t.push(d)}}),c&&t.sort((d,f)=>d.index-f.index)}},getColumns:()=>{var s;return t!=null&&t.length?t:(s=e.columns)!=null&&s.length?e.columns:[]}}),J3=e=>e.columnPick!=="disabled"?e.columnPick==="multi"?Array.isArray(e.activeColumn)?e.activeColumn:qu(e.activeColumn):Array.isArray(e.activeColumn)?qu(e.activeColumn[0]):qu(e.activeColumn):[],tL=(e,t)=>{let n=r.reactive([]);const{getColumns:i}=Cc(e,t);if(e.columnPick==="disabled")return{activeColumns:n};const s=r.reactive(J3(e)),o=()=>i().map((u,c)=>({index:c,active:s.some(d=>d===c),_column:u}));return r.watchEffect(()=>{n=o();const u=J3(e);n.forEach((c,d)=>{Object.assign(c,{active:u.some(f=>f===d)})})}),{activeColumns:n}},nL=(e,t=!0)=>{const n="HeadColumnResize";let i;(function(C){C.MOUSE_MOVE="onMousemove",C.MOUSE_OUT="onMouseout",C.MOUSE_DOWN="onMousedown"})(i||(i={}));let s=!1,o=!1,u=!1,c=0,d=null,f=0;const g=r.ref(-1e3),m=C=>{o=!1,u=!1;const N=document.body.style;N.cursor="";const M=C.clientX-c,T=(d.resizeWidth??d.calcWidth)+M,j=Number(d.minWidth);d.resizeWidth=T>j?T:j,document.removeEventListener("mouseup",m),document.removeEventListener("mousemove",y),c=0,g.value=-1e3,d=null,C.target.closest("table").querySelectorAll("th").forEach(P=>P.style.setProperty("user-select","inherit"))},v=C=>rt.throttle(()=>{const N=C.clientX-c,M=(d.resizeWidth??d.calcWidth)+N;Number(d.minWidth)<M&&(g.value=C.clientX-c+f)},60),y=C=>{document.body.style.setProperty("cursor",""),v(C)()},b={[i.MOUSE_DOWN]:(C,N)=>{if(!s)return;o=!0,document.body.style.setProperty("cursor","col-resize"),d=N,c=C.clientX;const T=C.target.closest("table");f=c-T.getBoundingClientRect().left,document.addEventListener("mouseup",m),document.addEventListener("mousemove",y)},[i.MOUSE_MOVE]:(C,N)=>{o&&!u&&(u=!0);const M=C.target.closest("th");if(u&&M.style.setProperty("user-select","none"),!u){if(!M)return;const T=M.getBoundingClientRect();T.width>12&&T.right-C.pageX<8?(s=!0,M.style.setProperty("cursor","col-resize")):(M.style.setProperty("cursor",""),s=!1)}},[i.MOUSE_OUT]:(C,N)=>{const M=C.target;u||M.style.setProperty("cursor","")}},I=C=>`${n}_${C}`,k=()=>{e.forEach(C=>{C.resizable!==!1&&Object.keys(b).forEach(N=>{const M=I(N);C.listeners.has(M)||C.listeners.set(M,[]),C.listeners.get(M).push(b[N])})})},L=()=>{e.forEach(C=>{Object.keys(b).forEach(N=>{const M=I(N);if(C.listeners.has(M)){const T=C.listeners.get(M);T.length=0}})})};t&&k();const x=r.computed(()=>({position:"absolute",top:0,bottom:0,left:0,width:"1px","background-color":"#ebeef5"}));return{registerResizeEvent:k,resetResizeEvents:L,dragOffsetX:g,dragOffsetXStyle:x}},iL=(e,t,n,i,s)=>{const{getColumns:o}=Cc(e,t),u=r.ref(200),c=r.ref(!1),d=r.computed(()=>e.pagination&&e.data.length),f=r.computed(()=>c.value),g=r.computed(()=>Pe({[U("table")]:!0,"has-footer":d.value,"has-scroll-y":c.value||e.virtualEnabled},GN(e.border))),m=Pe({[U("table-head")]:!0,"has-settings":!!e.settings}),v=r.computed(()=>o()),y=Qd(e),b=r.computed(()=>({"--row-height":`${Vt(y,"height",["thead"])}px`,"--scroll-head-left":`-${i.scrollTranslateX}px`,"--scroll-left":`${i.scrollTranslateX}px`})),I={[U("table-body")]:!0},k=r.computed(()=>Pe({[U("table-footer")]:!0,"is-hidden":!e.pagination||!e.data.length})),L=()=>e.height==="number"?`${e.height}px`:typeof e.height=="string"?e.height:"",x=()=>{if(v.value.every(z=>/^\d+\.?\d*(px)?$/ig.test(`${z.width}`))){const z=v.value.reduce((Q,$)=>Q+Number(`${$.width}`.replace(/px/ig,"")),0),R=c.value?xa:0;return`${z+R}px`}return"100%"},C=r.computed(()=>({minHeight:D1(e.minHeight,"auto"),width:x(),maxWidth:"100%",height:L()})),N=(z,R)=>{const Q=String(z);if(/^\d+\.?\d*$/.test(Q))return Number(Q);if(/^\d+\.?\d*px$/ig.test(Q))return Number(Q.replace("px",""));if(/^\d+\.?\d*%$/ig.test(Q)&&typeof R=="number"){const $=Number(Q.replace("%",""));return R*$/100}return R},M=r.reactive({display:"","min-height":"",height:"",maxHeight:""}),T=()=>e.showHead?N(e.headHeight,Ir):0,j=()=>{const z=N(e.height,u.value),R=T(),Q=N(e.minHeight,u.value),$=e.pagination&&e.data.length?e.paginationHeight:0,oe=z-R-$,me=e.height!=="auto"?`${oe}px`:!1,be=Q-R-$,de=N(e.maxHeight,void 0),ue=typeof de=="number"?`${de-R-$}px`:!1;Object.assign(M,{display:s!=null&&s.length?"block":!1,"min-height":`${be}px`,height:me,maxHeight:ue})};r.onMounted(()=>{S(n==null?void 0:n.value)});const S=z=>{if(z){const{height:R}=z.parentElement.getBoundingClientRect();u.value=R,j(),P(z)}},P=z=>{if(!z)return;const R=e.virtualEnabled?`.${U("virtual-section")}`:`.${U("table-body-content")}`,Q=z.querySelector(`.${U("table-body")}`);c.value=YN(Q,R,0)};return{tableClass:g,headClass:m,contentClass:I,footerClass:k,wrapperStyle:C,contentStyle:M,headStyle:b,resetTableHeight:S,updateBorderClass:P,getColumnsWidthOffsetWidth:()=>{let z=0;return c.value&&(z=z+xa),e.border.includes(bl.OUTER)&&!e.border.includes(bl.NONE)&&(z=z+2),z},hasFooter:d,hasScrollY:c,hasScrollYRef:f}},rL=(e,t)=>{var le,K;const n=r.reactive([]),{getColumns:i}=Cc(e,t),s=J=>{if(/^\d+/.test(`${J.minWidth}`))return J.minWidth;let H=sa;return J.sort&&(H=H+18),J.filter&&(H=H+28),H},o=r.computed(()=>i()),u=J=>{var E,O;const H=(J==null?void 0:J.checked)||((E=e.settings)==null?void 0:E.checked)||[],ae=(J==null?void 0:J.fields)||((O=e.settings)==null?void 0:O.fields)||[];n.length=0,n.push(...o.value.map(A=>({...A,calcWidth:null,resizeWidth:null,minWidth:s(A),listeners:new Map,isHidden:O1(ae,A,H),[Bn.COL_UID]:Di.v4(),[Bn.COL_SOURCE_DATA]:A})))};typeof e.settings=="object"&&u(e.settings);const{dragOffsetXStyle:c,dragOffsetX:d,resetResizeEvents:f,registerResizeEvent:g}=nL(n,!0),{activeColumns:m}=tL(e,t);r.watch(()=>[e.settings],()=>{var J;(((J=e.settings)==null?void 0:J.checked)||[]).length&&u()});const v=rt.debounce(()=>{u(),f(),g()},120);r.watch(()=>o,()=>{v()},{immediate:!0,deep:!0});const y=e.columns.reduce((J,H,ae)=>{const E=Vt(H,["field","type"],[H,ae]),O=z1(H.sort);return O?{...J||{},[E]:O==null?void 0:O.value}:J},null),b=r.reactive({rowActions:new Map,scrollTranslateY:0,scrollTranslateX:0,pos:{bottom:1},activeColumns:m,settings:e.settings,setting:{size:(le=e.settings)==null?void 0:le.size,height:sl[(K=e.settings)==null?void 0:K.size]},defaultSort:y||e.defaultSort}),I=J=>{var H;return b.rowActions.has(J)?(H=b.rowActions.get(J))==null?void 0:H.isExpand:!1},k=()=>{Array.isArray(b.defaultSort)&&b.defaultSort.splice(0),b.defaultSort=y||e.defaultSort},L=(J,H=void 0)=>{const ae=J[Ze.ROW_UID],E=typeof H=="boolean"?H:!I(ae);b.rowActions.set(ae,Object.assign({},b.rowActions.get(ae)??{},{isExpand:E})),ue()},x=()=>b.rowActions.has(Ze.ROW_SELECTION_ALL)?b.rowActions.get(Ze.ROW_SELECTION_ALL):e.selectionKey?R.every(J=>W(J)):!1,C=J=>{const H=J[Ze.ROW_UID],{isSelected:ae=!1}=b.rowActions.get(H)||{};return ae},N=(J=C)=>{let H=!1,ae=!1;R.forEach(E=>{const O=J(E);!H&&!O&&(H=!0),!ae&&O&&(ae=!0)}),b.rowActions.set(Ze.ROW_SELECTION_INDETERMINATE,ae&&H),b.rowActions.set(Ze.ROW_SELECTION_ALL,ae&&!H)},M=()=>e.columns.some(J=>J.type==="selection"),T=()=>{M()&&N(J=>W(J))},j=(J=void 0)=>{const H=typeof J=="boolean"?J:!x();b.rowActions.set(Ze.ROW_SELECTION_ALL,H),b.rowActions.set(Ze.ROW_SELECTION_INDETERMINATE,!1),R.forEach((ae,E)=>{if(ol(e,{row:ae,index:E,isCheckAll:!1})){const O=ae[Ze.ROW_UID],A=Object.assign({},b.rowActions.get(O)??{},{isSelected:H});b.rowActions.set(O,A)}}),N(),ue(H),Z(null,J,!0)},S=()=>{j(!1)},P=(J,H)=>{const ae=J[Ze.ROW_UID];if(ae){const E=typeof H=="boolean"?H:!z(J,ae),O=Object.assign({},b.rowActions.get(ae)??{},{isSelected:E});b.rowActions.set(ae,O),H||b.rowActions.set(Ze.ROW_SELECTION_ALL,!1),N(),ue(),Z(J,H,!1)}},W=(J,H=ae=>C(ae))=>typeof e.isSelectedFn=="function"?Reflect.apply(e.isSelectedFn,void 0,[{row:J,data:e.data}]):typeof e.selectionKey=="string"&&e.selectionKey.length?rt.get(J,e.selectionKey):H(J),z=(J,H,ae)=>W(J,()=>{var O;const E=H===void 0?J[Ze.ROW_UID]:H;return ol(e,{row:J,index:ae,isCheckAll:!1})&&x()?!0:b.rowActions.has(E)?(O=b.rowActions.get(E))==null?void 0:O.isSelected:!1}),R=r.reactive([]),Q=r.computed(()=>n.some(J=>typeof J.rowspan=="function"||/^\d$/.test(`${J.rowspan}`)||typeof J.colspan=="function"||/^\d$/.test(`${J.colspan}`))),$=r.computed(()=>n.some(J=>J.type==="selection")),oe=r.computed(()=>n.some(J=>J.type==="expand")),me=r.computed(()=>n.some(J=>J.type==="index")),be=(J=!1)=>{let H=null;const ae={},E=e.data.map(O=>({[Ze.ROW_UID]:Di.v4(),...O}));if(Q.value||$.value||oe.value||me.value){const O=E.map((A,te)=>{const ce=ZN(A,e,te);H=ce;const ge={...A,[Ze.ROW_UID]:A[Ze.ROW_UID]||ce,[Ze.ROW_SOURCE_DATA]:{...A}};if(Q.value){const ke=ee(A,ce,te,ae,H);Object.assign(ge,{[Ze.ROW_SKIP_CFG]:ke})}return $.value&&Object.assign(ge,{[Ze.ROW_SELECTION]:z(A,ce,te)}),me.value&&Object.assign(ge,{[Ze.ROW_INDEX]:te}),oe.value&&Object.assign(ge,{[Ze.ROW_EXPAND]:J?I(ce):!1}),ge});R.length=0,R.push(...O),$.value&&T();return}R.length=0,R.push(...E)},de=(J,H,ae,E)=>{const O=z(ae,ae[Ze.ROW_UID],E);return J&&typeof H=="boolean"?H:O},ue=J=>{if(Q.value||$.value||oe.value||me.value){let H=null;const ae={};R.forEach((E,O)=>{const A=E[Ze.ROW_UID];if(oe.value&&Object.assign(E,{[Ze.ROW_EXPAND]:I(E[Ze.ROW_UID])}),Q.value){const te=ee(E,A,O,ae,H);H=E[Ze.ROW_UID],Object.assign(E,{[Ze.ROW_SKIP_CFG]:te})}if(me.value&&Object.assign(E,{[Ze.ROW_INDEX]:O}),$.value){const te=ol(e,{row:E,index:O,isCheckAll:!1});Object.assign(E,{[Ze.ROW_SELECTION]:de(te,J,E,O)})}}),$.value&&typeof J!="boolean"&&T();return}},ee=(J,H,ae,E,O)=>{let A=0;const te=E[O]??{};return E[H]||(E[H]={}),n.forEach((ce,ge)=>{var je;const{colspan:ke,rowspan:xe}=E1(ce,ge,J,ae),se=ce[Bn.COL_UID],ye=((je=te[se])==null?void 0:je.skipRowLen)??0,Ie={[se]:{skipRowLen:0,skipRow:!1,skipCol:!1,skipColLen:0}};A>0&&(Ie[se].skipColLen=A,Ie[se].skipCol=!0,A=A-1),ye>1?(Ie[se].skipRowLen=ye-1,Ie[se].skipRow=!0):xe>1&&(Ie[se].skipRowLen=xe,Ie[se].skipRow=!1),ke>1&&(Ie[se].skipColLen=ke,A=ke-1),Object.assign(E[H],{...Ie})}),E[H]},X=rt.debounce(ue,120);r.watch([Q,$,oe,me],()=>{X()});const Z=(J,H,ae=!1)=>{if(e.asyncData&&e.rowKey){if(ae)e.data.forEach(E=>{rt.has(E,e.selectionKey)&&rt.set(E,e.selectionKey,!!H)});else if(rt.has(J,e.selectionKey)){const E=e.data.find(O=>rt.get(O,e.rowKey)===rt.get(J,e.rowKey));rt.set(E,e.selectionKey,!!H)}}},{fixedColumns:B,resolveColumnStyle:G,resolveColumnClass:F,fixedWrapperClass:ie}=_d(e,n,!1);return{colgroups:n,dragOffsetXStyle:c,dragOffsetX:d,reactiveSchema:b,indexData:R,fixedWrapperClass:ie,fixedColumns:B,resolveColumnStyle:G,resolveColumnClass:F,initIndexData:be,updateIndexData:ue,setRowExpand:L,updateColGroups:u,clearSelection:S,toggleAllSelection:j,toggleRowSelection:P,getSelection:()=>R.filter(J=>z(J)),clearSort:k}},aL=r.defineComponent({name:"Table",props:mN,emits:cN,setup(e,t){const n=ft("table");let i=null,s=null,o=null;const u=new vN,c=r.reactive([]),{initColumns:d}=Cc(e,c);r.provide(v1,d),r.provide(y1,u);const f=r.ref(),g=r.ref(),m=r.ref(0),{colgroups:v,dragOffsetXStyle:y,dragOffsetX:b,reactiveSchema:I,indexData:k,fixedColumns:L,resolveColumnStyle:x,resolveColumnClass:C,setRowExpand:N,initIndexData:M,fixedWrapperClass:T,clearSelection:j,toggleAllSelection:S,toggleRowSelection:P,getSelection:W,clearSort:z,updateColGroups:R}=rL(e,c),{pageData:Q,localPagination:$,resolvePageData:oe,watchEffectFn:me}=yN(e,k),{tableClass:be,headClass:de,contentClass:ue,footerClass:ee,wrapperStyle:X,contentStyle:Z,headStyle:B,hasScrollYRef:G,updateBorderClass:F,resetTableHeight:ie,getColumnsWidthOffsetWidth:he,hasFooter:le}=iL(e,c,f,I,Q),K=r.computed(()=>({hasScrollY:G.value})),J=new eL(e,t,I,v,K,n),H=()=>{const Ve=f.value.querySelector(".bk-table-body-content"),Ae=Ve.querySelector("table");if(Ae){const He=Ae.scrollWidth,st=Ve.clientWidth;m.value=He-st}};r.watch(()=>[e.data,e.pagination,e.height,e.maxHeight,e.minHeight],()=>{M(e.reserveExpand),me(o,i,s),r.nextTick(()=>{ie(f.value),F(f.value)})},{immediate:!0,deep:!0}),r.watchEffect(()=>{if((f==null?void 0:f.value)instanceof HTMLElement){const Ve=he();ed(f.value,v,20,Ve),H()}}),J.on(jn.ON_SORT_BY_CLICK,Ve=>{var tt,Je;const{sortFn:Ae,column:He,index:st,type:qe}=Ve;typeof Ae=="function"&&(i=Ae,s=He,Object.assign(s,{[Bn.SORT_TYPE]:qe}),oe(o,i,s),(Je=(tt=g.value)==null?void 0:tt.reset)==null||Je.call(tt)),t.emit(St.COLUMN_SORT,{column:r.unref(He[Bn.COL_SOURCE_DATA]),index:st,type:qe})}).on(jn.ON_FILTER_CLICK,Ve=>{var tt,Je;const{filterFn:Ae,checked:He,column:st,index:qe}=Ve;typeof Ae=="function"&&(o=Ae,oe(o,i,s),(Je=(tt=g.value)==null?void 0:tt.reset)==null||Je.call(tt)),t.emit(St.COLUMN_FILTER,{checked:He,column:r.unref(st[Bn.COL_SOURCE_DATA]),index:qe})}).on(jn.ON_SETTING_CHANGE,Ve=>{const{checked:Ae=[],size:He,height:st,fields:qe}=Ve;r.nextTick(()=>{var Je,kt;R({checked:Ae,fields:qe}),F(f.value);const tt=he();Ae.length&&ed(f.value,v,sa,tt),(kt=(Je=g.value)==null?void 0:Je.reset)==null||kt.call(Je),t.emit(St.SETTING_CHANGE,{checked:Ae,size:He,height:st,fields:qe})})}).on(jn.ON_ROW_EXPAND_CLICK,Ve=>{const{row:Ae,column:He,index:st,rows:qe,e:tt}=Ve;t.emit(St.ROW_EXPAND_CLICK,{row:Cs(Ae),column:V1(He),index:st,rows:qe,e:tt}),N(Ae,!Ae[Ze.ROW_EXPAND])}).on(jn.ON_ROW_CHECK,({row:Ve,isAll:Ae,index:He,value:st})=>{Ae?(S(st),t.emit(St.ROW_SELECT_ALL,{checked:st,data:e.data})):(P(Ve,st),t.emit(St.ROW_SELECT,{row:Cs(Ve),index:He,checked:st,data:e.data})),t.emit(St.ROW_SELECT_CHANGE,{row:Cs(Ve),isAll:Ae,index:He,checked:st,data:e.data})});const ae=Ve=>{const Ae=I.pos.bottom??0,He=Ve[1],{translateX:st,translateY:qe,pos:tt={}}=He;I.scrollTranslateY=qe,I.scrollTranslateX=st,I.pos=tt;const{bottom:Je}=tt;Je<=2&&Ae>Je&&Rs(60,()=>{t.emit(St.SCROLL_BOTTOM,{...tt,translateX:st,translateY:qe})},!0)(),H()},E=(Ve={left:0,top:0})=>{var Ae,He;(He=(Ae=g.value)==null?void 0:Ae.scrollTo)==null||He.call(Ae,Ve)};r.onMounted(()=>{if(e.observerResize){let Ve=j1(f.value,()=>{if(!f.value)return;(e.height==="100%"||e.height==="auto")&&ie(f.value),F(f.value);const Ae=he();ed(f.value,v,20,Ae)},180,!0,e.resizerWay);Ve.start(),r.onBeforeUnmount(()=>{Ve.disconnect(),Ve=null})}}),r.onBeforeUnmount(()=>{J.destroy()});const O=()=>f.value;t.expose({setRowExpand:N,clearSelection:j,toggleAllSelection:S,toggleRowSelection:P,getSelection:W,clearSort:z,scrollTo:E,getRoot:O});const A=r.computed(()=>({...ue,"__is-empty":!Q.length})),te=r.computed(()=>({[U("table-body-content")]:!0,"with-virtual-render":e.virtualEnabled})),ce={column_drag_line:!0,"offset-x":!0},ge=r.computed(()=>({...y.value,left:`${b.value-I.scrollTranslateX}px`})),ke={"scroll-loading":!0,_bottom:!0},xe=r.computed(()=>({[U("fixed-bottom-border")]:!0,"_is-empty":!e.data.length})),se={zIndex:-1,width:0,height:0,display:"none"},ye=r.computed(()=>({"--footer-height":le.value?`${e.paginationHeight}px`:"0"})),Ie=r.computed(()=>({right:G.value?`${xa}px`:0,...ye.value})),{renderScrollLoading:je}=bN(e,t),Ke=r.computed(()=>e.virtualEnabled?{}:{scrollXName:"",scrollYName:""}),at=r.computed(()=>({position:"sticky",top:0,zIndex:2,...e.prependStyle||{}})),ct=()=>t.slots.prepend?r.createVNode("div",{style:at.value},[t.slots.prepend()]):null;return()=>{var Ve,Ae;return r.createVNode("div",{class:be.value,style:X.value,ref:f},[r.createVNode("div",{class:de,style:B.value},[J.renderTableHeadSchema()]),r.createVNode(za,r.mergeProps({ref:g,lineHeight:J.getRowHeight,class:A.value,style:Z,list:Q},Ke.value,{contentClassName:te.value,onContentScroll:ae,throttleDelay:0,scrollEvent:!0,rowKey:e.rowKey,enabled:e.virtualEnabled}),{beforeContent:()=>ct(),default:He=>J.renderTableBodySchema(He.data||Q),afterSection:()=>r.createVNode("div",{class:xe.value},null)}),r.createVNode("div",{class:T,style:Ie.value},[L.value.map(({isExist:He,colPos:st,column:qe})=>He?"":r.createVNode("div",{class:C(qe,I.scrollTranslateX,m.value),style:x(st)},null)),r.createVNode("div",{class:ce,style:ge.value},null),r.createVNode("div",{class:ke},[je()])]),r.createVNode("div",{class:ee.value,style:ye.value},[le.value&&J.renderTableFooter($.value)]),r.createVNode("div",{style:se},[(Ae=(Ve=t.slots).default)==null?void 0:Ae.call(Ve)])])}}}),J1=Fe(aL);Fe(N1);const R1=Fe(N1),ta=12;function sL(e){const t=r.reactive({curPage:1,totalSize:0,totalPage:0,pageSize:e,isPageLoading:!1,curPageList:[],renderListPaged:[]});return{pageState:t,initPage:(s=[])=>{t.curPage=1,t.totalSize=s.length,t.totalPage=Math.ceil(t.totalSize/t.pageSize)||1;const o=[];if(t.pageSize>0)for(let u=0;u<t.totalSize;u+=t.pageSize)o.push(s.slice(u,u+t.pageSize));t.renderListPaged.splice(0,t.renderListPaged.length,...o),t.curPageList.splice(0,t.curPageList.length,...t.renderListPaged[t.curPage-1]||[])},pageChange:s=>{t.curPage=s,t.curPageList.splice(t.curPageList.length,0,...t.renderListPaged[t.curPage-1]||[]),t.isPageLoading=!1}}}function oL(e){const{useGroup:t,saveKey:n,displayKey:i,list:s}=r.toRefs(e),o=r.ref([]),u=r.ref({});return r.watch([t,n,i,s],()=>{o.value=[];let c=r.markRaw(s.value);t.value&&(c=c.reduce((d,f)=>{let g=[];return f.children&&(g=f.children.map(m=>({group:{groupId:f[n.value],groupName:f[i.value]},...m}))),d.concat(g)},[])),o.value=c,u.value=c.reduce((d,f)=>(d[f[n.value]]=f,d),{})},{immediate:!0,deep:!0}),{flatList:o,saveKeyMap:u}}const R3=e=>{const t=e.length;let n=0;for(let i=0;i<t;i++)e.charCodeAt(i)&65280&&(n+=1),n+=1;return n},Q1=(e,t,n)=>{r.watch([n,t],()=>{s()},{flush:"post"});const i=r.ref(null),s=()=>{t.value&&(i.value=null,setTimeout(()=>{const o=Array.from(e.value.querySelectorAll(".tag-item")),u=o.findIndex((c,d)=>d?o[d-1].offsetTop!==c.offsetTop:!1);i.value=u>0?u-1:null}))};return{overflowTagIndex:i}},Q3=r.defineComponent({name:"ListTagRender",props:{node:p.object,searchKey:p.oneOfType([p.string,p.arrayOf(p.string)]),displayKey:p.string,searchKeyword:p.string,tpl:{type:Function}},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])])}}),lL=()=>({modelValue:p.arrayOf(p.string).def([]),placeholder:p.string.def(""),list:p.arrayOf(p.object).def([]),disabled:p.bool.def(!1),tooltipKey:p.string.def(""),saveKey:p.string.def("id"),displayKey:p.string.def("name"),hasDeleteIcon:p.bool.def(!1),clearable:p.bool.def(!0),trigger:ze("treeTriggerType",{}).def("search"),searchKey:p.oneOfType([p.string,p.arrayOf(p.string)]).def("name"),useGroup:p.bool.def(!1),allowCreate:p.bool.def(!1),maxData:p.number.def(-1),maxResult:p.number.def(10),contentMaxHeight:p.number.def(300),contentWidth:p.number.def(190),separator:p.string.def(""),allowNextFocus:p.bool.def(!0),allowAutoMatch:p.bool.def(!1),showClearOnlyHover:p.bool.def(!1),isAsyncList:p.bool.def(!1),leftSpace:p.number.def(0),createTagValidator:{type:Function},filterCallback:{type:Function},tagTpl:{type:Function},tpl:{type:Function},pasteFn:{type:Function},withValidate:{type:Boolean,default:!0},popoverProps:{type:Object,default:()=>({})},collapseTags:{type:Boolean,default:!1},tagOverflowTips:{type:Object,default:()=>({})}}),cL=r.defineComponent({name:"TagRender",directives:{bkTooltips:Pa},props:{node:p.object,displayKey:p.string,tpl:{type:Function},hasTips:{type:Boolean,default:!1},tagOverflowTips:{type:Object,default:()=>({})}},setup(e){const t=r.ref(),n=r.ref(!1),i=r.computed(()=>({boundary:"window",theme:"light",distance:12,content:e.node[e.displayKey],disabled:e.hasTips||!n.value,...e.tagOverflowTips}));return r.onMounted(()=>{n.value=L8(t.value)}),{overflowTips:i,tagRef:t}},render(){return this.tpl?this.tpl(this.node,r.h,this):r.withDirectives(r.createVNode("div",{class:"tag",ref:"tagRef"},[r.createVNode("span",{class:"text"},[this.node[this.displayKey]])]),[[r.resolveDirective("bk-tooltips"),this.overflowTips]])}}),uL=r.defineComponent({name:"TagInput",directives:{bkTooltips:Pa},props:lL(),emits:["update:modelValue","change","select","focus","blur","remove","removeAll","input"],setup(e,{emit:t}){const n=Zn(),i=ft("tagInput"),s=r.reactive({isEdit:!1,isHover:!1,focusItemIndex:e.allowCreate?-1:0}),o=r.reactive({isShow:!1,width:190,offset:{mainAxis:4,crossAxis:0},...e.popoverProps}),{maxResult:u}=r.toRefs(e),{pageState:c,initPage:d,pageChange:f}=sL(u),g=r.ref(""),m=r.ref(null),v=r.ref(null),y=r.ref(null),b=r.ref(null),I=r.ref(null),k=r.ref(null),L=r.computed(()=>!e.disabled&&e.hasDeleteIcon),x=r.computed(()=>e.maxData===1),C=r.computed(()=>j.selectedTagList.length===0&&g.value===""&&!s.isEdit),N=r.computed(()=>e.placeholder||i.value.placeholder),M=r.computed(()=>e.clearable&&!e.disabled&&j.selectedTagList.length!==0&&(e.showClearOnlyHover?s.isHover:!0)),T=r.computed(()=>({"bk-tag-input-trigger":!0,active:s.isEdit,disabled:e.disabled})),j=r.reactive({localList:[],tagListCache:[],selectedTagList:[],selectedTagListCache:[]}),S=r.computed(()=>j.selectedTagList.map(se=>se[e.saveKey])),{flatList:P,saveKeyMap:W}=oL(e),z=r.computed(()=>{if(e.useGroup){const se={};return c.curPageList.forEach((ye,Ie)=>{ye.__index__=Ie,se[ye.group.groupId]||(se[ye.group.groupId]={id:ye.group.groupId,name:ye.group.groupName,children:[]}),se[ye.group.groupId].children.push(ye)}),Object.keys(se).map(ye=>se[ye])}return c.curPageList});r.watch([()=>P.value],()=>{r.nextTick(()=>{me()})},{deep:!0}),r.watch(()=>e.modelValue,se=>{var ye;ue(S.value,se)||(r.nextTick(()=>{me()}),e.withValidate&&((ye=n==null?void 0:n.validate)==null||ye.call(n,"change")))}),r.watch(g,rt.debounce(()=>{const se=c.curPageList.length!==0,{value:ye}=g;ye!==""&&se||ye===""&&e.trigger==="focus"&&se?o.isShow=!0:(e.trigger!=="focus"||!se)&&(o.isShow=!1)},150)),r.watch(()=>o.isShow,se=>{R(),se&&I.value&&(r.nextTick(()=>{I.value.scrollTop=0}),I.value.removeEventListener("scroll",Q),I.value.addEventListener("scroll",Q))}),r.onMounted(()=>{me()});const R=()=>{var se;o.offset.crossAxis=x.value?0:(se=b.value)==null?void 0:se.offsetLeft},Q=()=>{if(c.isPageLoading||I.value.scrollTop===0)return;const{scrollTop:se,offsetHeight:ye,scrollHeight:Ie}=I.value;if(se+ye>=Ie){const je=c.curPage+1;je<=c.totalPage&&(c.isPageLoading=!0,setTimeout(()=>{f(je)},500))}},$=()=>{var ye;return Array.from(((ye=y.value)==null?void 0:ye.childNodes)||[]).filter(Ie=>![Node.TEXT_NODE,Node.COMMENT_NODE].includes(Ie.nodeType))},oe=se=>{if(!e.disabled){if(se!=null&&se.target){const{className:ye}=se.target;(ye.indexOf("bk-tag-input-trigger")>-1||ye.indexOf("tag-list")>-1)&&y.value.appendChild(b.value)}clearTimeout(k.value),x.value&&S.value.length&&(j.tagListCache=[...S.value],j.selectedTagListCache=[...j.selectedTagList],g.value=j.selectedTagListCache[0][e.saveKey],ge(j.selectedTagList[0],0),G()),s.isEdit=!0,r.nextTick(()=>{var ye;(ye=m.value)==null||ye.focus(),e.trigger==="focus"&&j.localList.length!==0&&(be(),o.isShow?R():o.isShow=!0)})}},me=()=>{const{saveKey:se,modelValue:ye,displayKey:Ie,allowCreate:je,trigger:Ke,isAsyncList:at}=e;if(j.selectedTagList=[],j.localList=P.value,ye.length){const ct={};j.selectedTagList=ye.map(Ve=>{const Ae=W.value[Ve];return ct[Ve]=1,!Ae&&je?{[se]:Ve,[Ie]:Ve}:Ae}).filter(Ve=>Ve),x.value||(j.localList=j.localList.filter(Ve=>!ct[Ve[se]]))}if(at&&g.value){be(g.value),c.curPageList.length&&(o.isShow=!0);return}Ke==="focus"&&be()},be=(se="")=>{const{searchKey:ye,filterCallback:Ie}=e,je=se.toLowerCase().trim();if(je===""){d(j.localList);return}let Ke=[];typeof Ie=="function"?Ke=Ie(je,ye,j.localList)||[]:Array.isArray(ye)?Ke=j.localList.filter(at=>ye.some(ct=>at[ct].toLowerCase().indexOf(je)>-1)):Ke=j.localList.filter(at=>at[ye].toLowerCase().indexOf(je)>-1),d(Ke)},de=(se,ye)=>{const Ie={"bk-selector-actived":!1,"bk-selector-selected":S.value.includes(se[e.saveKey])};return e.useGroup?Ie["bk-selector-actived"]=se.__index__===s.focusItemIndex:Ie["bk-selector-actived"]=ye===s.focusItemIndex,Ie};function ue(se,ye){return se.length!==ye.length?!1:ye.every((Ie,je)=>se[je]===Ie)}const ee=()=>{j.tagListCache=[],j.selectedTagListCache=[],j.selectedTagList=[]},X=()=>{g.value=""},Z=()=>{if(x.value)return 0;const ye=$().findIndex(({id:Ie})=>Ie==="tagInputItem");return ye>=0?ye:0},B=(se,ye,Ie=!1)=>{if(!ye||!se)return;let je=ye;Ie&&(je=ye.nextElementSibling||null),ye.parentNode.insertBefore(se,je)},G=se=>{const{maxData:ye,trigger:Ie,allowCreate:je}=e;if(ye===-1||ye>S.value.length){const{value:Ke}=se!=null&&se.target?se.target:g,at=R3(Ke);at?(be(Ke),m.value.style.width=`${at*ta}px`):Ie==="focus"&&be()}else ie(),g.value="",o.isShow=!1;s.isEdit=!0,s.focusItemIndex=je?-1:0,t("input",g.value)},F=()=>{var se;o.width=x.value?(se=v.value)==null?void 0:se.clientWidth:e.contentWidth,t("focus")},ie=()=>{k.value=setTimeout(()=>{var ye;const se=g.value;if(X(),s.isEdit=!1,x.value){const[Ie]=j.tagListCache;se&&se===Ie&&j.selectedTagListCache.length?ce(j.selectedTagListCache[0],"select"):K("remove")}else if(e.allowAutoMatch&&se){const Ie=c.curPageList.find(je=>Array.isArray(e.searchKey)?e.searchKey.map(at=>je[at]).includes(se):je[e.searchKey]===se);Ie?he(Ie,"select"):e.allowCreate&&he(se,"custom")}o.isShow=!1,t("blur",se,S.value),(ye=n==null?void 0:n.validate)==null||ye.call(n,"blur")},200)},he=(se,ye,Ie)=>{Ie==null||Ie.stopPropagation(),!(!se||se.disabled)&&(x.value&&ee(),ce(se,ye),K("select"),X(),o.isShow=!1)},le=(se,ye,Ie)=>{Ie==null||Ie.stopPropagation(),ge(se,ye),X(),K("remove",se),m.value.style.width=`${ta}px`},K=(se,ye)=>{t(se,ye),t("update:modelValue",S.value),t("change",S.value)},J=se=>{se.stopPropagation();const ye=j.selectedTagList;j.selectedTagList=[];const Ie=ye.filter(je=>W.value[je[e.saveKey]]);(e.allowCreate&&Ie.length!==0||!e.allowCreate)&&!x.value&&j.localList.push(...Ie),K("removeAll")},H=()=>{const se={height:I.value.clientHeight,yAxis:I.value.getBoundingClientRect().y};r.nextTick(()=>{const ye=I.value.querySelector(".bk-selector-actived");if(!ye)return;const Ie={height:ye.clientHeight,yAxis:ye.getBoundingClientRect().y};Ie.yAxis<se.yAxis&&(I.value.scrollTop=I.value.scrollTop-(se.yAxis-Ie.yAxis));const je=Ie.yAxis+Ie.height-se.yAxis;je>se.height&&(I.value.scrollTop=I.value.scrollTop+je-se.height)})},ae=(se,ye)=>{const Ie=$();B(b.value,Ie[se-1]),j.selectedTagList.splice(se-1,1),oe();const je=W.value[ye[e.saveKey]];(e.allowCreate&&je||!e.allowCreate)&&!x.value&&j.localList.push(ye),m.value=`${ta}px`,K("remove")},E=se=>{if(c.isPageLoading)return;let ye;const Ie=se.target.value,je=R3(Ie),Ke=Z(),at=$();switch(se.code){case"ArrowUp":if(se.preventDefault(),!o.isShow)return;s.focusItemIndex=s.focusItemIndex-1,s.focusItemIndex=s.focusItemIndex<0?-1:s.focusItemIndex,s.focusItemIndex===-1&&(s.focusItemIndex=c.curPageList.length-1),H();break;case"ArrowDown":if(se.preventDefault(),!o.isShow)return;s.focusItemIndex=s.focusItemIndex+1,s.focusItemIndex=s.focusItemIndex>c.curPageList.length-1?c.curPageList.length:s.focusItemIndex,s.focusItemIndex===c.curPageList.length&&(s.focusItemIndex=0),H();break;case"ArrowLeft":if(s.isEdit=!0,!je){if(Ke<1)return;B(b.value,at[Ke-1]),oe()}break;case"ArrowRight":if(s.isEdit=!0,!je){if(Ke===at.length-1)return;B(at[Ke+1],b.value),oe()}break;case"Enter":case"NumpadEnter":!e.allowCreate&&o.isShow||e.allowCreate&&s.focusItemIndex>=0&&o.isShow?he(c.curPageList[s.focusItemIndex],"select",se):e.allowCreate&&g.value.trim()&&he(g.value,"custom",se),se.preventDefault();break;case"Backspace":Ke!==0&&!g.value&&(ye=j.selectedTagList[Ke-1],ae(Ke,ye));break}},O=se=>{const ye=[],Ie=se.split(";"),je=/^[a-zA-Z][a-zA-Z_]*/g;return Ie.forEach(Ke=>{const at=Ke.match(je);if(at){const ct=at.join("");ye.push({[e.saveKey]:ct,[e.displayKey]:ct})}}),ye},A=se=>{if(se.preventDefault(),x.value)return!1;const{maxData:ye,saveKey:Ie,displayKey:je,pasteFn:Ke,allowCreate:at}=e,ct=se.clipboardData.getData("text");let Ae=(Ke?Ke(ct):O(ct)).map(He=>He[Ie]);if(Ae.length){const He=$(),st=Z(),qe=j.localList.map(Je=>Je[Ie]);if(Ae=Ae.filter(Je=>{const kt=(Je==null?void 0:Je.trim())&&!S.value.includes(Je);return at?kt:kt&&qe.includes(Je)}),ye!==-1){const Je=j.selectedTagList.length;if(Je<ye){const kt=ye-Je;Ae.length>kt&&(Ae=[...Ae.slice(0,kt)])}else Ae=[]}const tt=at?Ae.map(Je=>j.localList.find(Ai=>Ai[Ie]===Je)??{[Ie]:Je,[je]:Je}):j.localList.filter(Je=>Ae.includes(Je[Ie]));Ae.length&&(j.selectedTagList.splice(st,0,...tt),B(b.value,He[st]),m.value.style.width=`${ta}px`,j.localList=j.localList.filter(Je=>!Ae.includes(Je[Ie])),K("select"),oe())}},te=se=>{e.disabled||(B(b.value,se.currentTarget,!0),m.value.style.width=`${ta}px`,o.isShow&&R())},ce=(se,ye)=>{if(j.selectedTagList.length>=e.maxData&&e.maxData!==-1)return;const{separator:Ie,saveKey:je,displayKey:Ke,createTagValidator:at}=e,ct=Z();let Ve=1,Ae=!1,He;const st=qe=>typeof at=="function"?at(qe):!0;if(ye==="custom")if(Ie){let qe=se.split(Ie);qe=qe.filter(Je=>(Je==null?void 0:Je.trim())&&!S.value.includes(Je)&&st(Je));const tt=qe.map(Je=>W.value[Je]||{[je]:Je,[Ke]:Je});qe.length&&(j.selectedTagList.splice(ct,0,...tt),Ve=tt.length,Ae=!0)}else{const qe=typeof se=="object";if(He=qe?se[je]:se.trim(),He=He.replace(/\s+/g,""),He!==void 0&&!S.value.includes(He)&&st(He)){const tt=W.value[He]||(qe?se:{[je]:He,[Ke]:He});j.selectedTagList.splice(ct,0,tt),Ae=!0}}else se&&(He=se[je],He!==void 0&&!S.value.includes(He)&&(j.selectedTagList.splice(ct,0,se),Ae=!0));Ae&&r.nextTick(()=>{for(let qe=1;qe<=Ve;qe++){const Je=$()[ct+qe];B(Je,b.value)}if(m.value.style.width=`${ta}px`,!x.value){e.allowNextFocus&&oe();const qe=S.value.reduce((tt,Je)=>(tt[Je]=1,tt),{});j.localList=j.localList.filter(tt=>!qe[tt[je]])}})},ge=(se,ye)=>{j.selectedTagList.splice(ye,1);const Ie=W.value[se[e.saveKey]];(e.allowCreate&&Ie||!e.allowCreate)&&!x.value&&j.localList.push(se)},ke=r.computed(()=>e.collapseTags?e.collapseTags&&!s.isEdit:e.collapseTags),{overflowTagIndex:xe}=Q1(v,ke,S);return{popoverProps:o,...r.toRefs(s),...r.toRefs(j),...r.toRefs(c),isShowPlaceholder:C,isShowClear:M,placeholderText:N,curInputValue:g,renderList:z,showTagClose:L,tagInputRef:m,bkTagSelectorRef:v,tagListRef:y,tagInputItemRef:b,selectorListRef:I,triggerClass:T,overflowTagIndex:xe,localCollapseTags:ke,focusInputTrigger:oe,activeClass:de,handleInput:G,handleFocus:F,handleBlur:ie,handleTagSelected:he,handleTagRemove:le,handleClear:J,tagFocus:te,handleKeydown:E,handlePaste:A}},render(){return r.createVNode("div",{class:"bk-tag-input",ref:"bkTagSelectorRef",onClick:this.focusInputTrigger,onMouseenter:()=>this.isHover=!0,onMouseleave:()=>this.isHover=!1},[r.createVNode(Yt,r.mergeProps({theme:"light bk-tag-input-popover-content",trigger:"manual",placement:"bottom-start",arrow:!1},this.popoverProps),{default:()=>{var e,t;return r.createVNode("div",{class:this.triggerClass},[r.createVNode("ul",{class:"tag-list",ref:"tagListRef",style:{marginLeft:`${this.leftSpace}px`}},[this.selectedTagList.map((n,i)=>{const s={boundary:"window",theme:"light",distance:12,content:n[this.tooltipKey],disabled:!this.tooltipKey},o=this.localCollapseTags&&this.overflowTagIndex&&i>=this.overflowTagIndex;return r.withDirectives(r.createVNode("li",{class:"tag-item",style:{display:o?"none":""},onClick:this.tagFocus},[r.createVNode(cL,{node:n,tpl:this.tagTpl,displayKey:this.displayKey,hasTips:!!this.tooltipKey,tagOverflowTips:this.tagOverflowTips},null),this.showTagClose?r.createVNode(un,{class:"remove-tag",onClick:this.handleTagRemove.bind(this,n,i)},null):null]),[[r.resolveDirective("bk-tooltips"),s]])}),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":n=>this.curInputValue=n,onInput:this.handleInput,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeydown,onPaste:this.handlePaste},null),[[r.vModelText,this.curInputValue]])]),[[r.vShow,this.isEdit]]),!!this.overflowTagIndex&&this.localCollapseTags&&r.createVNode("li",{class:"tag-item"},[r.createVNode("div",{class:"tag"},[r.createVNode("span",{class:"text"},[r.createTextVNode("+"),this.selectedTagList.length-this.overflowTagIndex])])])]),r.withDirectives(r.createVNode("p",{class:"placeholder"},[this.placeholderText]),[[r.vShow,this.isShowPlaceholder]]),((t=(e=this.$slots)==null?void 0:e.suffix)==null?void 0:t.call(e))??(this.isShowClear&&r.createVNode(fn,{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"},[this.renderList.map((e,t)=>this.useGroup?r.createVNode("li",{class:"bk-selector-group-item"},[r.createVNode("span",{class:"group-name"},[e.name,r.createTextVNode(" ("),e.children.length,r.createTextVNode(")")]),r.createVNode("ul",{class:"bk-selector-group-list-item"},[e.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(Q3,{node:n,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)]))])]):r.createVNode("li",{class:["bk-selector-list-item",{disabled:e.disabled},this.activeClass(e,t)],onClick:this.handleTagSelected.bind(this,e,"select")},[r.createVNode(Q3,{node:e,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)])),this.isPageLoading?r.createVNode("li",{class:"bk-selector-list-item loading"},[r.createVNode(qi,{theme:"primary",size:ki.Small},null)]):null])])})])}}),_1=Fe(uL),dL={direction:lg(),align:md().def(gl.CENTER),color:p.string.def("#dde4eb"),width:p.number.def(1),type:cg()},fL=r.defineComponent({name:"Divider",props:dL,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:[U("divider-info"),U(`divider-info-${this.align}`)]},[this.$slots.default()])),r.createVNode("div",{class:[U("divider"),U(`divider-${this.direction}`)],style:e()},[t])}}),W1=Fe(fL);var Il=(e=>(e.CARD="card",e.BORDER_CARD="border-card",e.UNBORDER_CARD="unborder-card",e.CARD_TAB="card-tab",e.CARD_GRID="card-grid",e))(Il||{}),ws=(e=>(e.LEFT="left",e.RIGHT="right",e.TOP="top",e))(ws||{});const H1=ze("position",{}).def("top");var B1=(e=>(e.REPLACE="replace",e.INSERT="insert",e))(B1||{});const F1=ze("sortType",{}).def("replace"),hL={tabAdd:{type:Function,default:()=>({})},tabChange:{type:Function,default:e=>e},tabRemove:{type:Function,default:e=>e},tabSort:{type:Function,default:()=>({})},tabDrag:{type:Function,default:()=>({})}},gL={name:p.oneOfType([p.number,p.string]).def(""),label:p.string||p.func,tips:p.string,closable:p.bool,visible:p.bool.def(!0),disabled:p.bool,sortable:p.bool,renderDirective:mf(),panel:p.string||p.func},pL={active:p.oneOfType([p.number,p.string]).def(""),type:ze("type",{}).def("border-card"),tabPosition:H1,closable:Boolean,addable:Boolean,sortable:Boolean,sortType:F1,labelHeight:p.number.def(50),scrollStep:p.number.def(200),extCls:p.string.def(""),validateActive:p.bool.def(!0),showHeader:p.bool.def(!0),changeOnHover:p.bool.def(!1),changeOnHoverDelay:p.number.def(1e3),activeBarSize:p.number.def(2),activeBarColor:p.string.def("#3a84ff")},mL={active:p.oneOfType([p.number,p.string]).def(""),type:ze("type",{}).def("border-card"),activeBarColor:p.string.def("#3a84ff"),activeBarSize:p.number.def(2),panels:{type:Array,default:()=>[]},tabPosition:H1,closable:Boolean,addable:Boolean,sortable:Boolean,sortType:F1,labelHeight:p.number.def(50),scrollStep:p.number.def(200),validateActive:p.bool.def(!0),changeOnHover:p.bool.def(!1),changeOnHoverDelay:p.number.def(1e3),...hL},_3=r.defineComponent({name:"TabNav",directives:{bkTooltips:Pa},props:mL,setup(e){const t=r.ref(null),n=r.computed(()=>{const f={width:0,height:0,bottom:0,left:0};if(!t.value)return f;if([ws.LEFT,ws.RIGHT].includes(e.tabPosition)){const{clientHeight:g,offsetTop:m}=t.value,v={width:`${e.activeBarSize}px`,height:`${g}px`,top:`${m}px`,background:e.activeBarColor};return e.tabPosition===ws.LEFT?v.right=0:v.left=0,v}if(e.type===Il.UNBORDER_CARD){const{clientWidth:g,offsetLeft:m}=t.value;return{width:`${g}px`,height:`${e.activeBarSize}px`,left:`${m}px`,bottom:0,background:e.activeBarColor}}return f}),i=r.computed(()=>{if(!Array.isArray(e.panels)||!e.panels.length)return[];const f=[];let g=!1;return e.panels.filter((m,v)=>{if(!m.props)return null;const{name:y,label:b,closable:I,visible:k,disabled:L,sortable:x,tips:C}=m.props;if(!k)return!1;e.active===y&&(g=!0);const N=M=>m.slots.label?r.h(m.slots.label):[void 0,""].includes(M)?`选项卡${v+1}`:typeof M=="string"?M:typeof M=="function"?r.h(M):M;return f.push({name:y,closable:I,visible:k,disabled:L,sortable:x,tips:C,tabLabel:N(b)}),!0}),!g&&e.validateActive&&e.panels[0].props&&e.tabChange(e.panels[0].props.name),f}),s=r.ref(-1),o=r.ref(-1),u=r.ref(""),c=(f,g)=>f===g;return{...{handleTabAdd(f){e.tabAdd(f)},dragstart(f,g){o.value=f,u.value=e.guid,Object.assign(g.dataTransfer,{effectAllowed:"move"}),e.tabDrag(f,g)},dragenter(f){c(u.value,e.guid)&&(s.value=f)},dragend(){s.value=-1,o.value=-1,u.value=null},drop(f,g){if(!c(u.value,e.guid))return!1;e.tabSort(o.value,f,g)},handleTabChange(f){e.tabChange(f)},handleTabRemove(f,g){e.tabRemove(f,g)}},activeRef:t,activeBarStyle:n,navs:i,dragenterIndex:s,dragStartIndex:o,draggingEle:u,guid:Math.random().toString(16).substr(4)+Math.random().toString(16).substr(4)}},render(){const{active:e,closable:t,addable:n,sortable:i,sortType:s,labelHeight:o,dragstart:u,dragenter:c,dragend:d,drop:f}=this,g=()=>this.navs.map((I,k)=>{if(!I)return null;const{name:L,disabled:x,tabLabel:C}=I,N=()=>{const T=[U("tab-header-item")];return x&&T.push(U("tab-header--disabled")),e===L&&T.push(U("tab-header--active")),T.join(" ")},M=(T,j)=>!x&&(T||j);return r.withDirectives(r.createVNode("div",{key:L,onClick:()=>!x&&this.handleTabChange(L),draggable:M(I.sortable,i),onDragstart:T=>u(k,T),ref:e===L?"activeRef":"",onDragenter:T=>{T.preventDefault(),c(k)},onDragleave:T=>{T.preventDefault()},onDragover:T=>{T.preventDefault()},onDragend:T=>{T.preventDefault(),d()},onDrop:T=>{T.preventDefault(),f(k,s)},class:N()},[r.createVNode("div",null,[C]),M(I.closable,t)?r.createVNode("span",{class:U("tab-header--close"),onClick:()=>this.handleTabRemove(k,I)},[r.createVNode(fn,null,null)]):""]),[[r.resolveDirective("bk-tooltips"),{content:I.tips,disabled:!I.tips}]])}),m=()=>{var k,L;const I=[];return typeof this.$slots.add=="function"?I.push((L=(k=this.$slots).add)==null?void 0:L.call(k,r.h)):n&&I.push(r.createVNode("div",{onClick:this.handleTabAdd},[r.createVNode(Zs,{style:"display:flex;",width:26,height:26},null)])),I.length?r.createVNode("div",{class:U("tab-header-operation")},[I.map((x,C)=>r.createVNode("div",{class:U("tab-header-item"),key:C},[x]))]):null},v=()=>this.type===Il.UNBORDER_CARD?r.createVNode("div",{style:this.activeBarStyle,class:U("tab-header-active-bar")},null):"",y=typeof this.$slots.setting=="function"?r.createVNode("div",{class:U("tab-header-setting")},[this.$slots.setting()]):null,b=m();return r.createVNode("div",{style:{lineHeight:`${o}px`},class:U("tab-header")},[r.createVNode("div",{class:[U("tab-header-nav"),b||y?"tab-header-auto":""]},[v(),g()]),b,y])}}),vL=r.defineComponent({name:"Tab",components:{TabNav:_3},props:pL,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),s=r.ref([]),o=r.getCurrentInstance(),u=(f,g=[])=>{const{children:m}=f;return(m||[]).forEach(v=>{let{type:y}=v;y=y.name||y,y==="TabPanel"&&v.component?g.push(v.component):(y===r.Fragment||y==="template")&&u(v,g)}),g},c=()=>{if(t.default){const{children:f}=o.subTree.children[1];if(!f)return;const g=f[0],m=u(g);m.length!==s.value.length&&(s.value=m)}};return r.onMounted(()=>{c(),i.value=!0,r.onUpdated(()=>{c()})}),{...{tabAdd(f){n("add",{e:f}),n("add-panel",{e:f})},tabChange(f){n("change",f),n("tab-change",f),n("update:active",f)},tabRemove(f,g){n("remove",f,g),n("remove-panel",f,g)},tabSort(f,g,m){const v=s.value;if(m===B1.INSERT)if(f<g)v.splice(g+1,0,s[f]),v.splice(f,1);else if(f>g)v.splice(g,0,s[f]),v.splice(f+1,1);else return!1;else{const y=v[g];v[g]=v[f],v[f]=y}s.value=[...v],n("sort",f,g,m),n("sort-change",f,g,m)},tabDrag(f,g){n("drag",f,g),n("on-drag-tab",f,g)}},isMounted:i,panels:s}},render(){var n,i;const e=()=>{const s=[U("tab"),this.extCls];return this.tabPosition===ws.TOP?s.push(U(`tab--${this.tabPosition}`),U(`tab--${this.type}`)):(s.push(U(`tab--${this.tabPosition}`)),this.type===Il.CARD_TAB&&s.push(U("tab--vertical-tab"))),s},t=()=>{const{panels:s,active:o,type:u,closable:c,addable:d,sortable:f,sortType:g,labelHeight:m,scrollStep:v,validateActive:y,changeOnHover:b,changeOnHoverDelay:I,tabPosition:k,activeBarSize:L,activeBarColor:x,tabAdd:C,tabChange:N,tabRemove:M,tabSort:T,tabDrag:j}=this,S={panels:s,active:o,type:u,closable:c,addable:d,sortable:f,sortType:g,labelHeight:m,scrollStep:v,validateActive:y,changeOnHover:b,changeOnHoverDelay:I,tabPosition:k,activeBarSize:L,activeBarColor:x,tabAdd:C,tabChange:N,tabRemove:M,tabSort:T,tabDrag:j};return!s||!Array.isArray(s)?null:r.createVNode(_3,S,this.$slots)};return r.createVNode("div",{class:e()},[t(),r.createVNode("div",{class:U("tab-content")},[(i=(n=this.$slots).default)==null?void 0:i.call(n)])])}}),yL=r.defineComponent({name:"TabPanel",props:gL,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:U("tab-panel")},[t()]),[[r.vShow,e]])}}),G1=dn(vL,{TabPanel:yL}),$i={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]};let W3=1;const Z1=(e,t)=>{let n=t;const i=n.position||"top-right";typeof t=="string"&&(n={message:t});const s=t.onClose,o=n.offsetX||10;let u=n.offsetY||30;const{spacing:c=10}=n;$i[i].forEach(v=>{u+=(v.el.offsetHeight||0)+c}),W3+=1;const d=`message_${W3}`;n={...n,offsetX:o,offsetY:u,id:d};const f=document.createElement("div"),g=r.createVNode(e,n);g.props.onDestroy=v=>{bL(v,i,c,s),r.render(null,f)},r.render(g,f),$i[i].push(g);let m;g.props.getContainer&&Lr(g.props.getContainer)?m=g.props.getContainer:m=document.body,m.appendChild(f.firstElementChild)};function bL(e,t,n,i){i==null||i();const s=t.startsWith("top")?"top":"bottom";let o=-1;$i[t].forEach((f,g)=>{f.props.id===e&&(o=g)});const c=$i[t][o].el.offsetHeight,d=$i[t].length;for(let f=o;f<d;f++){const g=parseInt($i[t][f].el.style[s],10)-c-n;$i[t][f].component.props.offsetY=g}$i[t].splice(o,1)}var Y1={exports:{}};/*!
|
71
|
+
* clipboard.js v2.0.11
|
72
|
+
* https://clipboardjs.com/
|
73
|
+
*
|
74
|
+
* Licensed MIT © Zeno Rocha
|
75
|
+
*/(function(e,t){(function(i,s){e.exports=s()})(ia,function(){return function(){var n={686:function(o,u,c){c.d(u,{default:function(){return X}});var d=c(279),f=c.n(d),g=c(370),m=c.n(g),v=c(817),y=c.n(v);function b(Z){try{return document.execCommand(Z)}catch{return!1}}var I=function(B){var G=y()(B);return b("cut"),G},k=I;function L(Z){var B=document.documentElement.getAttribute("dir")==="rtl",G=document.createElement("textarea");G.style.fontSize="12pt",G.style.border="0",G.style.padding="0",G.style.margin="0",G.style.position="absolute",G.style[B?"right":"left"]="-9999px";var F=window.pageYOffset||document.documentElement.scrollTop;return G.style.top="".concat(F,"px"),G.setAttribute("readonly",""),G.value=Z,G}var x=function(B,G){var F=L(B);G.container.appendChild(F);var ie=y()(F);return b("copy"),F.remove(),ie},C=function(B){var G=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},F="";return typeof B=="string"?F=x(B,G):B instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(B==null?void 0:B.type)?F=x(B.value,G):(F=y()(B),b("copy")),F},N=C;function M(Z){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?M=function(G){return typeof G}:M=function(G){return G&&typeof Symbol=="function"&&G.constructor===Symbol&&G!==Symbol.prototype?"symbol":typeof G},M(Z)}var T=function(){var B=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},G=B.action,F=G===void 0?"copy":G,ie=B.container,he=B.target,le=B.text;if(F!=="copy"&&F!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(he!==void 0)if(he&&M(he)==="object"&&he.nodeType===1){if(F==="copy"&&he.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(F==="cut"&&(he.hasAttribute("readonly")||he.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(le)return N(le,{container:ie});if(he)return F==="cut"?k(he):N(he,{container:ie})},j=T;function S(Z){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?S=function(G){return typeof G}:S=function(G){return G&&typeof Symbol=="function"&&G.constructor===Symbol&&G!==Symbol.prototype?"symbol":typeof G},S(Z)}function P(Z,B){if(!(Z instanceof B))throw new TypeError("Cannot call a class as a function")}function W(Z,B){for(var G=0;G<B.length;G++){var F=B[G];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(Z,F.key,F)}}function z(Z,B,G){return B&&W(Z.prototype,B),G&&W(Z,G),Z}function R(Z,B){if(typeof B!="function"&&B!==null)throw new TypeError("Super expression must either be null or a function");Z.prototype=Object.create(B&&B.prototype,{constructor:{value:Z,writable:!0,configurable:!0}}),B&&Q(Z,B)}function Q(Z,B){return Q=Object.setPrototypeOf||function(F,ie){return F.__proto__=ie,F},Q(Z,B)}function $(Z){var B=be();return function(){var F=de(Z),ie;if(B){var he=de(this).constructor;ie=Reflect.construct(F,arguments,he)}else ie=F.apply(this,arguments);return oe(this,ie)}}function oe(Z,B){return B&&(S(B)==="object"||typeof B=="function")?B:me(Z)}function me(Z){if(Z===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Z}function be(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function de(Z){return de=Object.setPrototypeOf?Object.getPrototypeOf:function(G){return G.__proto__||Object.getPrototypeOf(G)},de(Z)}function ue(Z,B){var G="data-clipboard-".concat(Z);if(B.hasAttribute(G))return B.getAttribute(G)}var ee=function(Z){R(G,Z);var B=$(G);function G(F,ie){var he;return P(this,G),he=B.call(this),he.resolveOptions(ie),he.listenClick(F),he}return z(G,[{key:"resolveOptions",value:function(){var ie=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof ie.action=="function"?ie.action:this.defaultAction,this.target=typeof ie.target=="function"?ie.target:this.defaultTarget,this.text=typeof ie.text=="function"?ie.text:this.defaultText,this.container=S(ie.container)==="object"?ie.container:document.body}},{key:"listenClick",value:function(ie){var he=this;this.listener=m()(ie,"click",function(le){return he.onClick(le)})}},{key:"onClick",value:function(ie){var he=ie.delegateTarget||ie.currentTarget,le=this.action(he)||"copy",K=j({action:le,container:this.container,target:this.target(he),text:this.text(he)});this.emit(K?"success":"error",{action:le,text:K,trigger:he,clearSelection:function(){he&&he.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(ie){return ue("action",ie)}},{key:"defaultTarget",value:function(ie){var he=ue("target",ie);if(he)return document.querySelector(he)}},{key:"defaultText",value:function(ie){return ue("text",ie)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(ie){var he=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return N(ie,he)}},{key:"cut",value:function(ie){return k(ie)}},{key:"isSupported",value:function(){var ie=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],he=typeof ie=="string"?[ie]:ie,le=!!document.queryCommandSupported;return he.forEach(function(K){le=le&&!!document.queryCommandSupported(K)}),le}}]),G}(f()),X=ee},828:function(o){var u=9;if(typeof Element<"u"&&!Element.prototype.matches){var c=Element.prototype;c.matches=c.matchesSelector||c.mozMatchesSelector||c.msMatchesSelector||c.oMatchesSelector||c.webkitMatchesSelector}function d(f,g){for(;f&&f.nodeType!==u;){if(typeof f.matches=="function"&&f.matches(g))return f;f=f.parentNode}}o.exports=d},438:function(o,u,c){var d=c(828);function f(v,y,b,I,k){var L=m.apply(this,arguments);return v.addEventListener(b,L,k),{destroy:function(){v.removeEventListener(b,L,k)}}}function g(v,y,b,I,k){return typeof v.addEventListener=="function"?f.apply(null,arguments):typeof b=="function"?f.bind(null,document).apply(null,arguments):(typeof v=="string"&&(v=document.querySelectorAll(v)),Array.prototype.map.call(v,function(L){return f(L,y,b,I,k)}))}function m(v,y,b,I){return function(k){k.delegateTarget=d(k.target,y),k.delegateTarget&&I.call(v,k)}}o.exports=g},879:function(o,u){u.node=function(c){return c!==void 0&&c instanceof HTMLElement&&c.nodeType===1},u.nodeList=function(c){var d=Object.prototype.toString.call(c);return c!==void 0&&(d==="[object NodeList]"||d==="[object HTMLCollection]")&&"length"in c&&(c.length===0||u.node(c[0]))},u.string=function(c){return typeof c=="string"||c instanceof String},u.fn=function(c){var d=Object.prototype.toString.call(c);return d==="[object Function]"}},370:function(o,u,c){var d=c(879),f=c(438);function g(b,I,k){if(!b&&!I&&!k)throw new Error("Missing required arguments");if(!d.string(I))throw new TypeError("Second argument must be a String");if(!d.fn(k))throw new TypeError("Third argument must be a Function");if(d.node(b))return m(b,I,k);if(d.nodeList(b))return v(b,I,k);if(d.string(b))return y(b,I,k);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function m(b,I,k){return b.addEventListener(I,k),{destroy:function(){b.removeEventListener(I,k)}}}function v(b,I,k){return Array.prototype.forEach.call(b,function(L){L.addEventListener(I,k)}),{destroy:function(){Array.prototype.forEach.call(b,function(L){L.removeEventListener(I,k)})}}}function y(b,I,k){return f(document.body,b,I,k)}o.exports=g},817:function(o){function u(c){var d;if(c.nodeName==="SELECT")c.focus(),d=c.value;else if(c.nodeName==="INPUT"||c.nodeName==="TEXTAREA"){var f=c.hasAttribute("readonly");f||c.setAttribute("readonly",""),c.select(),c.setSelectionRange(0,c.value.length),f||c.removeAttribute("readonly"),d=c.value}else{c.hasAttribute("contenteditable")&&c.focus();var g=window.getSelection(),m=document.createRange();m.selectNodeContents(c),g.removeAllRanges(),g.addRange(m),d=g.toString()}return d}o.exports=u},279:function(o){function u(){}u.prototype={on:function(c,d,f){var g=this.e||(this.e={});return(g[c]||(g[c]=[])).push({fn:d,ctx:f}),this},once:function(c,d,f){var g=this;function m(){g.off(c,m),d.apply(f,arguments)}return m._=d,this.on(c,m,f)},emit:function(c){var d=[].slice.call(arguments,1),f=((this.e||(this.e={}))[c]||[]).slice(),g=0,m=f.length;for(g;g<m;g++)f[g].fn.apply(f[g].ctx,d);return this},off:function(c,d){var f=this.e||(this.e={}),g=f[c],m=[];if(g&&d)for(var v=0,y=g.length;v<y;v++)g[v].fn!==d&&g[v].fn._!==d&&m.push(g[v]);return m.length?f[c]=m:delete f[c],this}},o.exports=u,o.exports.TinyEmitter=u}},i={};function s(o){if(i[o])return i[o].exports;var u=i[o]={exports:{}};return n[o](u,u.exports,s),u.exports}return function(){s.n=function(o){var u=o&&o.__esModule?function(){return o.default}:function(){return o};return s.d(u,{a:u}),u}}(),function(){s.d=function(o,u){for(var c in u)s.o(u,c)&&!s.o(o,c)&&Object.defineProperty(o,c,{enumerable:!0,get:u[c]})}}(),function(){s.o=function(o,u){return Object.prototype.hasOwnProperty.call(o,u)}}(),s(686)}().default})})(Y1);var CL=Y1.exports;const wL=Da(CL);function U1(e){return e===null?"null":typeof e}function $1(e){return!!e&&typeof e=="object"}function K1(e){if(e===void 0)return"";if(e===null||typeof e=="object"&&!e.constructor)return"Object";var t=/function ([^(]*)/.exec(e.constructor.toString());return t&&t.length>1?t[1]:""}function X1(e,t,n){return e==="null"||e==="undefined"?e:(e!=="string"&&e!=="stringifiable"||(n='"'+n.replace(/"/g,'\\"')+'"'),e==="function"?t.toString().replace(/[\r\n]/g,"").replace(/\{.*\}/,"")+"{…}":n)}function H3(e){var t="";return $1(e)?(t=K1(e),Array.isArray(e)&&(t+="["+e.length+"]")):t=X1(U1(e),e,e),t}function tn(e){return"json-formatter-"+e}function _t(e,t,n){var i=document.createElement(e);return t&&i.classList.add(tn(t)),n!==void 0&&(n instanceof Node?i.appendChild(n):i.appendChild(document.createTextNode(String(n)))),i}(function(e){if(e&&typeof window<"u"){var t=document.createElement("style");t.setAttribute("media","screen"),t.innerHTML=e,document.head.appendChild(t)}})(`.json-formatter-row {
|
76
|
+
font-family: monospace;
|
77
|
+
}
|
78
|
+
.json-formatter-row,
|
79
|
+
.json-formatter-row a,
|
80
|
+
.json-formatter-row a:hover {
|
81
|
+
color: black;
|
82
|
+
text-decoration: none;
|
83
|
+
}
|
84
|
+
.json-formatter-row .json-formatter-row {
|
85
|
+
margin-left: 1rem;
|
86
|
+
}
|
87
|
+
.json-formatter-row .json-formatter-children.json-formatter-empty {
|
88
|
+
opacity: 0.5;
|
89
|
+
margin-left: 1rem;
|
90
|
+
}
|
91
|
+
.json-formatter-row .json-formatter-children.json-formatter-empty:after {
|
92
|
+
display: none;
|
93
|
+
}
|
94
|
+
.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {
|
95
|
+
content: "No properties";
|
96
|
+
}
|
97
|
+
.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {
|
98
|
+
content: "[]";
|
99
|
+
}
|
100
|
+
.json-formatter-row .json-formatter-string,
|
101
|
+
.json-formatter-row .json-formatter-stringifiable {
|
102
|
+
color: green;
|
103
|
+
white-space: pre;
|
104
|
+
word-wrap: break-word;
|
105
|
+
}
|
106
|
+
.json-formatter-row .json-formatter-number {
|
107
|
+
color: blue;
|
108
|
+
}
|
109
|
+
.json-formatter-row .json-formatter-boolean {
|
110
|
+
color: red;
|
111
|
+
}
|
112
|
+
.json-formatter-row .json-formatter-null {
|
113
|
+
color: #855A00;
|
114
|
+
}
|
115
|
+
.json-formatter-row .json-formatter-undefined {
|
116
|
+
color: #ca0b69;
|
117
|
+
}
|
118
|
+
.json-formatter-row .json-formatter-function {
|
119
|
+
color: #FF20ED;
|
120
|
+
}
|
121
|
+
.json-formatter-row .json-formatter-date {
|
122
|
+
background-color: rgba(0, 0, 0, 0.05);
|
123
|
+
}
|
124
|
+
.json-formatter-row .json-formatter-url {
|
125
|
+
text-decoration: underline;
|
126
|
+
color: blue;
|
127
|
+
cursor: pointer;
|
128
|
+
}
|
129
|
+
.json-formatter-row .json-formatter-bracket {
|
130
|
+
color: blue;
|
131
|
+
}
|
132
|
+
.json-formatter-row .json-formatter-key {
|
133
|
+
color: #00008B;
|
134
|
+
padding-right: 0.2rem;
|
135
|
+
}
|
136
|
+
.json-formatter-row .json-formatter-toggler-link {
|
137
|
+
cursor: pointer;
|
138
|
+
}
|
139
|
+
.json-formatter-row .json-formatter-toggler {
|
140
|
+
line-height: 1.2rem;
|
141
|
+
font-size: 0.7rem;
|
142
|
+
vertical-align: middle;
|
143
|
+
opacity: 0.6;
|
144
|
+
cursor: pointer;
|
145
|
+
padding-right: 0.2rem;
|
146
|
+
}
|
147
|
+
.json-formatter-row .json-formatter-toggler:after {
|
148
|
+
display: inline-block;
|
149
|
+
transition: transform 100ms ease-in;
|
150
|
+
content: "►";
|
151
|
+
}
|
152
|
+
.json-formatter-row > a > .json-formatter-preview-text {
|
153
|
+
opacity: 0;
|
154
|
+
transition: opacity 0.15s ease-in;
|
155
|
+
font-style: italic;
|
156
|
+
}
|
157
|
+
.json-formatter-row:hover > a > .json-formatter-preview-text {
|
158
|
+
opacity: 0.6;
|
159
|
+
}
|
160
|
+
.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {
|
161
|
+
transform: rotate(90deg);
|
162
|
+
}
|
163
|
+
.json-formatter-row.json-formatter-open > .json-formatter-children:after {
|
164
|
+
display: inline-block;
|
165
|
+
}
|
166
|
+
.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {
|
167
|
+
display: none;
|
168
|
+
}
|
169
|
+
.json-formatter-row.json-formatter-open.json-formatter-empty:after {
|
170
|
+
display: block;
|
171
|
+
}
|
172
|
+
.json-formatter-dark.json-formatter-row {
|
173
|
+
font-family: monospace;
|
174
|
+
}
|
175
|
+
.json-formatter-dark.json-formatter-row,
|
176
|
+
.json-formatter-dark.json-formatter-row a,
|
177
|
+
.json-formatter-dark.json-formatter-row a:hover {
|
178
|
+
color: white;
|
179
|
+
text-decoration: none;
|
180
|
+
}
|
181
|
+
.json-formatter-dark.json-formatter-row .json-formatter-row {
|
182
|
+
margin-left: 1rem;
|
183
|
+
}
|
184
|
+
.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty {
|
185
|
+
opacity: 0.5;
|
186
|
+
margin-left: 1rem;
|
187
|
+
}
|
188
|
+
.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty:after {
|
189
|
+
display: none;
|
190
|
+
}
|
191
|
+
.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {
|
192
|
+
content: "No properties";
|
193
|
+
}
|
194
|
+
.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {
|
195
|
+
content: "[]";
|
196
|
+
}
|
197
|
+
.json-formatter-dark.json-formatter-row .json-formatter-string,
|
198
|
+
.json-formatter-dark.json-formatter-row .json-formatter-stringifiable {
|
199
|
+
color: #31F031;
|
200
|
+
white-space: pre;
|
201
|
+
word-wrap: break-word;
|
202
|
+
}
|
203
|
+
.json-formatter-dark.json-formatter-row .json-formatter-number {
|
204
|
+
color: #66C2FF;
|
205
|
+
}
|
206
|
+
.json-formatter-dark.json-formatter-row .json-formatter-boolean {
|
207
|
+
color: #EC4242;
|
208
|
+
}
|
209
|
+
.json-formatter-dark.json-formatter-row .json-formatter-null {
|
210
|
+
color: #EEC97D;
|
211
|
+
}
|
212
|
+
.json-formatter-dark.json-formatter-row .json-formatter-undefined {
|
213
|
+
color: #ef8fbe;
|
214
|
+
}
|
215
|
+
.json-formatter-dark.json-formatter-row .json-formatter-function {
|
216
|
+
color: #FD48CB;
|
217
|
+
}
|
218
|
+
.json-formatter-dark.json-formatter-row .json-formatter-date {
|
219
|
+
background-color: rgba(255, 255, 255, 0.05);
|
220
|
+
}
|
221
|
+
.json-formatter-dark.json-formatter-row .json-formatter-url {
|
222
|
+
text-decoration: underline;
|
223
|
+
color: #027BFF;
|
224
|
+
cursor: pointer;
|
225
|
+
}
|
226
|
+
.json-formatter-dark.json-formatter-row .json-formatter-bracket {
|
227
|
+
color: #9494FF;
|
228
|
+
}
|
229
|
+
.json-formatter-dark.json-formatter-row .json-formatter-key {
|
230
|
+
color: #23A0DB;
|
231
|
+
padding-right: 0.2rem;
|
232
|
+
}
|
233
|
+
.json-formatter-dark.json-formatter-row .json-formatter-toggler-link {
|
234
|
+
cursor: pointer;
|
235
|
+
}
|
236
|
+
.json-formatter-dark.json-formatter-row .json-formatter-toggler {
|
237
|
+
line-height: 1.2rem;
|
238
|
+
font-size: 0.7rem;
|
239
|
+
vertical-align: middle;
|
240
|
+
opacity: 0.6;
|
241
|
+
cursor: pointer;
|
242
|
+
padding-right: 0.2rem;
|
243
|
+
}
|
244
|
+
.json-formatter-dark.json-formatter-row .json-formatter-toggler:after {
|
245
|
+
display: inline-block;
|
246
|
+
transition: transform 100ms ease-in;
|
247
|
+
content: "►";
|
248
|
+
}
|
249
|
+
.json-formatter-dark.json-formatter-row > a > .json-formatter-preview-text {
|
250
|
+
opacity: 0;
|
251
|
+
transition: opacity 0.15s ease-in;
|
252
|
+
font-style: italic;
|
253
|
+
}
|
254
|
+
.json-formatter-dark.json-formatter-row:hover > a > .json-formatter-preview-text {
|
255
|
+
opacity: 0.6;
|
256
|
+
}
|
257
|
+
.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {
|
258
|
+
transform: rotate(90deg);
|
259
|
+
}
|
260
|
+
.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-children:after {
|
261
|
+
display: inline-block;
|
262
|
+
}
|
263
|
+
.json-formatter-dark.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {
|
264
|
+
display: none;
|
265
|
+
}
|
266
|
+
.json-formatter-dark.json-formatter-row.json-formatter-open.json-formatter-empty:after {
|
267
|
+
display: block;
|
268
|
+
}
|
269
|
+
`);var ML=/(^\d{1,4}[\.|\\/|-]\d{1,2}[\.|\\/|-]\d{1,4})(\s*(?:0?[1-9]:[0-5]|1(?=[012])\d:[0-5])\d\s*[ap]m)?$/,IL=/\d{2}:\d{2}:\d{2} GMT-\d{4}/,NL=/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/,$o=window.requestAnimationFrame||function(e){return e(),0},rs={hoverPreviewEnabled:!1,hoverPreviewArrayCount:100,hoverPreviewFieldCount:5,animateOpen:!0,animateClose:!0,theme:null,useToJSON:!0,sortPropertiesBy:null},LL=function(){function e(t,n,i,s){n===void 0&&(n=1),i===void 0&&(i=rs),this.json=t,this.open=n,this.config=i,this.key=s,this._isOpen=null,this.config.hoverPreviewEnabled===void 0&&(this.config.hoverPreviewEnabled=rs.hoverPreviewEnabled),this.config.hoverPreviewArrayCount===void 0&&(this.config.hoverPreviewArrayCount=rs.hoverPreviewArrayCount),this.config.hoverPreviewFieldCount===void 0&&(this.config.hoverPreviewFieldCount=rs.hoverPreviewFieldCount),this.config.useToJSON===void 0&&(this.config.useToJSON=rs.useToJSON),this.key===""&&(this.key='""')}return Object.defineProperty(e.prototype,"isOpen",{get:function(){return this._isOpen!==null?this._isOpen:this.open>0},set:function(t){this._isOpen=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isDate",{get:function(){return this.json instanceof Date||this.type==="string"&&(ML.test(this.json)||NL.test(this.json)||IL.test(this.json))},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isUrl",{get:function(){return this.type==="string"&&this.json.indexOf("http")===0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isArray",{get:function(){return Array.isArray(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isObject",{get:function(){return $1(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isEmptyObject",{get:function(){return!this.keys.length&&!this.isArray},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isEmpty",{get:function(){return this.isEmptyObject||this.keys&&!this.keys.length&&this.isArray},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"useToJSON",{get:function(){return this.config.useToJSON&&this.type==="stringifiable"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasKey",{get:function(){return this.key!==void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"constructorName",{get:function(){return K1(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this.config.useToJSON&&this.json&&this.json.toJSON?"stringifiable":U1(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"keys",{get:function(){if(this.isObject){var t=Object.keys(this.json);return!this.isArray&&this.config.sortPropertiesBy?t.sort(this.config.sortPropertiesBy):t}return[]},enumerable:!0,configurable:!0}),e.prototype.toggleOpen=function(){this.isOpen=!this.isOpen,this.element&&(this.isOpen?this.appendChildren(this.config.animateOpen):this.removeChildren(this.config.animateClose),this.element.classList.toggle(tn("open")))},e.prototype.openAtDepth=function(t){t===void 0&&(t=1),t<0||(this.open=t,this.isOpen=t!==0,this.element&&(this.removeChildren(!1),t===0?this.element.classList.remove(tn("open")):(this.appendChildren(this.config.animateOpen),this.element.classList.add(tn("open")))))},e.prototype.getInlinepreview=function(){var t=this;if(this.isArray)return this.json.length>this.config.hoverPreviewArrayCount?"Array["+this.json.length+"]":"["+this.json.map(H3).join(", ")+"]";var n=this.keys,i=n.slice(0,this.config.hoverPreviewFieldCount).map(function(o){return o+":"+H3(t.json[o])}),s=n.length>=this.config.hoverPreviewFieldCount?"…":"";return"{"+i.join(", ")+s+"}"},e.prototype.render=function(){this.element=_t("div","row");var t=this.isObject?_t("a","toggler-link"):_t("span");if(this.isObject&&!this.useToJSON&&t.appendChild(_t("span","toggler")),this.hasKey&&t.appendChild(_t("span","key",this.key+":")),this.isObject&&!this.useToJSON){var n=_t("span","value"),i=_t("span"),s=_t("span","constructor-name",this.constructorName);if(i.appendChild(s),this.isArray){var o=_t("span");o.appendChild(_t("span","bracket","[")),o.appendChild(_t("span","number",this.json.length)),o.appendChild(_t("span","bracket","]")),i.appendChild(o)}n.appendChild(i),t.appendChild(n)}else{(n=this.isUrl?_t("a"):_t("span")).classList.add(tn(this.type)),this.isDate&&n.classList.add(tn("date")),this.isUrl&&(n.classList.add(tn("url")),n.setAttribute("href",this.json));var u=X1(this.type,this.json,this.useToJSON?this.json.toJSON():this.json);n.appendChild(document.createTextNode(u)),t.appendChild(n)}if(this.isObject&&this.config.hoverPreviewEnabled){var c=_t("span","preview-text");c.appendChild(document.createTextNode(this.getInlinepreview())),t.appendChild(c)}var d=_t("div","children");return this.isObject&&d.classList.add(tn("object")),this.isArray&&d.classList.add(tn("array")),this.isEmpty&&d.classList.add(tn("empty")),this.config&&this.config.theme&&this.element.classList.add(tn(this.config.theme)),this.isOpen&&this.element.classList.add(tn("open")),this.element.appendChild(t),this.element.appendChild(d),this.isObject&&this.isOpen&&this.appendChildren(),this.isObject&&!this.useToJSON&&t.addEventListener("click",this.toggleOpen.bind(this)),this.element},e.prototype.appendChildren=function(t){var n=this;t===void 0&&(t=!1);var i=this.element.querySelector("div."+tn("children"));if(i&&!this.isEmpty)if(t){var s=0,o=function(){var u=n.keys[s],c=new e(n.json[u],n.open-1,n.config,u);i.appendChild(c.render()),(s+=1)<n.keys.length&&(s>10?o():$o(o))};$o(o)}else this.keys.forEach(function(u){var c=new e(n.json[u],n.open-1,n.config,u);i.appendChild(c.render())})},e.prototype.removeChildren=function(t){t===void 0&&(t=!1);var n=this.element.querySelector("div."+tn("children"));if(t){var i=0,s=function(){n&&n.children.length&&(n.removeChild(n.children[0]),(i+=1)>10?s():$o(s))};$o(s)}else n&&(n.innerHTML="")},e}(),Wd;(function(e){e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.ERROR="error"})(Wd||(Wd={}));var Nl;(function(e){e.KEY_VALUE="key-value",e.JSON="json"})(Nl||(Nl={}));var nn;(function(e){e.ASSISTANT="assistant",e.DETAILS="details",e.FIX="fix",e.CLOSE="close"})(nn||(nn={}));const kL={code:p.oneOfType([p.string,p.number]),overview:p.string,suggestion:p.string,details:p.string,assistant:p.string,type:ze("MessageContentType",{})},TL={id:p.string.def(""),message:p.oneOfType([p.shape(kL).loose,p.string]),theme:ze("messageTheme",{}).def(Wd.PRIMARY),delay:p.number,dismissable:p.bool.def(!0),offsetY:p.number.def(30),spacing:p.number.def(10),extCls:p.string.def(""),onClose:p.func,getContainer:p.instanceOf(HTMLElement),width:p.oneOfType([p.number,p.string]),actions:p.shape([])},xL=r.defineComponent({name:"Message",props:TL,emits:["destroy"],setup(e,{emit:t,slots:n}){const i=ft("message"),s=r.computed(()=>["bk-message",`bk-message-${e.theme}`,`${e.extCls}`]),o=oi.getMessageNextIndex(),u=560,c=800,d=3e3,f=8e3,g=r.computed(()=>/^\d+\.?\d*$/.test(`${e.delay}`)?e.delay:typeof e.message=="object"?f:d),m=r.computed(()=>/^\d+/.test(`${e.width}`)?/^\d+\.?\d*$/.test(`${e.width}`)?`${e.width}px`:e.width:typeof e.message=="object"?`${c}px`:`${u}px`),v=r.computed(()=>e.getContainer&&Lr(e.getContainer)),y=r.computed(()=>({top:`${e.offsetY}px`,zIndex:o,position:v.value?"absolute":"fixed",width:m.value})),b=r.ref(null),I=r.ref(null),k=r.ref(null),L=r.ref(!1),x=r.reactive({isFix:!1,isDetailShow:!1});let C=null;const N=()=>{C=setTimeout(()=>{x.isFix||(L.value=!1)},g.value)},M=ee=>{ee.preventDefault(),ee.stopPropagation(),L.value=!1};let T;const j=r.ref(!1),S=r.ref(null),P=ee=>{if(j.value)return;const X=new wL(k.value,{text:()=>e.message.details});["success","error"].forEach(Z=>{X.on(Z,()=>{const B=I.value;S.value=Z,B&&(B.classList.remove("success","error","is-hidden"),B.classList.add(Z,"is-show"),T&&clearTimeout(T),T=setTimeout(()=>{B.classList.remove("is-show"),B.classList.add("is-hidden")},2e3))}),j.value=!0,setTimeout(()=>{k.value.click()})})},W=ee=>{let X=ee;if(typeof ee=="string")try{X=JSON.parse(ee)}catch(Z){console.error(`Format Json Error: ${Z}`)}return X},z=(ee,X)=>{if(x.isDetailShow=X??!x.isDetailShow,R(ee,x.isDetailShow),x.isDetailShow&&typeof e.message=="object"&&(e.message.type===Nl.JSON||!e.message.type)){const Z=W(e.message.details),B=new LL(Z);setTimeout(()=>{b.value&&(b.value.innerHTML="",b.value.append(B.render()))})}},R=(ee,X)=>{x.isFix=X??!x.isFix};r.onMounted(()=>{g.value&&N(),L.value=!0}),r.onUnmounted(()=>{clearTimeout(C)}),r.watch(L,()=>{L.value||t("destroy",e.id)});const Q=ee=>{clearTimeout(C)},$=ee=>{g.value&&N()},oe=ee=>{e.message.assistant&&window.open(e.message.assistant,"_blank")},me=r.computed(()=>({[nn.ASSISTANT]:{id:nn.ASSISTANT,icon:()=>r.createVNode(hc,null,null),text:()=>i.value.assistant,onClick:ee=>oe()},[nn.DETAILS]:{id:nn.DETAILS,icon:()=>x.isDetailShow?r.createVNode(Wl,null,null):r.createVNode(_l,null,null),text:()=>i.value.details,onClick:ee=>z(ee)},[nn.FIX]:{id:nn.FIX,icon:()=>x.isFix?r.createVNode(ec,null,null):r.createVNode(ql,null,null),classList:x.isFix?"fixed":"",onClick:ee=>R()},[nn.CLOSE]:{id:nn.CLOSE,classList:"normal-color",icon:()=>e.dismissable&&r.createVNode(un,{class:"bk-message-close",onClick:M},null),onClick:M}})),be=[nn.ASSISTANT,nn.DETAILS,nn.FIX,nn.CLOSE],de=r.computed(()=>{var ee;if(((ee=e.actions)==null?void 0:ee.length)>0){const X=e.actions.map(B=>{const G=B.id.toLocaleLowerCase(),F=me.value[G],ie=F==null?void 0:F.onClick,he=Object.assign({},me.value[G]||{},B);if(he.id=G,B.classList!==void 0){const le=Array.isArray(B.classList)?B.classList:[B.classList];let K=[];F.classList!==void 0&&(K=Array.isArray(F.classList)?F.classList:[F.classList]),he.classList=[...K,...le]}return typeof B.onClick=="function"?(he.onClick=()=>{const le=Reflect.apply(B.onClick,this,[]);(typeof le===void 0||le)&&typeof ie=="function"&&Reflect.apply(ie,this,[])},he):(he.onClick=ie,he)}),Z=be.filter(B=>!X.some(G=>G.id===B)).map(B=>me.value[B]);return X.push(...Z),X}return be.map(X=>me.value[X])});return{classNames:s,styles:y,visible:L,close:M,setDetailsShow:z,fixMesage:R,copyMessage:P,parseJson:W,handleMouseenter:Q,handleMouseleave:$,renderMessageActions:()=>{var G;const ee=({icon:F})=>typeof F=="function"?Reflect.apply(F,this,[]):r.createVNode("span",{class:F},null),X=({text:F})=>{let ie;if(typeof F=="function"&&(ie=Reflect.apply(F,this,[])),ie!==void 0)return typeof ie=="string"?r.createVNode("span",{class:"message-action-text"},[ie]):ie},Z=(F,ie)=>{ie.readonly||ie.disabled||typeof ie.onClick=="function"&&Reflect.apply(ie.onClick,this,[F,ie])},B=()=>de.value.map(F=>{if(F.disabled)return null;if(typeof F.render=="function")return Reflect.apply(F.render,this,[]);const ie=Array.isArray(F.classList)?F.classList.join(" "):F.classList;return r.createVNode("span",{class:["tool",F.id,ie],onClick:he=>Z(he,F)},[ee(F),X(F)])});return((G=n.action)==null?void 0:G.call(n))??B()},refJsonContent:b,refCopyStatus:I,refCopyMsgDiv:k,toolOperation:x,copyStatus:S,t:i}},render(){const e=i=>({primary:r.createVNode(Gs,null,null),warning:r.createVNode(Ea,null,null),success:r.createVNode(Oa,null,null),error:r.createVNode(fn,null,null)})[i??this.theme],t=i=>{if(i.type===Nl.KEY_VALUE){const s=this.parseJson(i.details||{});return Object.keys(s).map(u=>r.createVNode("div",{class:"message-row"},[r.createVNode("label",null,[u]),s[u]]))}},n=()=>{var i,s;return typeof this.message=="object"?r.createVNode("div",{class:"bk-message-content multi"},[r.createVNode("div",{class:"overview"},[r.createVNode("div",{class:"left-content"},[r.createVNode("div",{class:"bk-message-icon"},[e()]),r.createVNode("div",{class:"describe"},[((s=(i=this.$slots).title)==null?void 0:s.call(i))??`【${this.message.code}】${this.message.overview} ${this.message.suggestion}`])]),r.createVNode("div",{class:"tools"},[this.renderMessageActions()])]),this.toolOperation.isDetailShow&&r.createVNode("div",{class:"message-detail"},[r.createVNode("div",{class:"message-copy",ref:"refCopyMsgDiv",onClick:this.copyMessage},[r.createVNode($l,null,null),r.createVNode("div",{class:"copy-status",ref:"refCopyStatus"},[r.createVNode("div",{class:"inner"},[e(this.copyStatus),this.copyStatus==="success"?this.t.copySuccess:this.t.copyFailed])])]),r.createVNode("div",{ref:"refJsonContent",class:"message-tree"},[t(this.message)])])]):r.createVNode(r.Fragment,null,[r.createVNode("div",{class:"bk-message-content"},[r.createVNode("div",{class:"bk-message-icon"},[e()]),this.message]),this.dismissable&&r.createVNode(un,{class:"bk-message-close",onClick:this.close},null)])};return r.createVNode(r.Transition,{name:"bk-message-fade"},{default:()=>[r.withDirectives(r.createVNode("div",{class:this.classNames,style:this.styles,onMouseenter:this.handleMouseenter,onMouseleave:this.handleMouseleave},[n()]),[[r.vShow,this.visible]])]})}}),q1=e=>{Z1(xL,e)},SL=e=>{const t=document.createElement("div"),n=r.ref(!1),i=r.shallowRef(e),s=r.defineComponent({name:"DialogConfirm",setup(u,{expose:c}){r.onMounted(()=>{(document.activeElement||document.body).blur(),i.value.isShow!==!1&&(n.value=!0)});const d=async()=>{var v,y;typeof((v=i.value)==null?void 0:v.onClosed)=="function"&&await((y=i.value)==null?void 0:y.onClosed()),n.value=!1},f=async()=>{var v,y;typeof((v=i.value)==null?void 0:v.onConfirm)=="function"&&await((y=i.value)==null?void 0:y.onConfirm()),n.value=!1};function g(v){i.value=v}c({update:g});const m=()=>{const v=[],y=[];if(i.value.subTitle)switch(typeof i.value.subTitle){case"string":v.push(i.value.subTitle);break;case"function":v.push(i.value.subTitle());break;default:v.push(i.value.subTitle);break}return v.length&&y.push(r.h("div",{class:U("info-sub-title"),style:`text-Align:${i.value.contentAlign||"center"}`},v)),y};return()=>r.createVNode(xg,{class:U("info-wrapper"),headerAlign:"center",footerAlign:"center",...i.value,isShow:n.value,onClosed:d,onConfirm:f},m())}});let o=r.createApp(s).mount(t);return{show:()=>{n.value=!0},hide:()=>{n.value=!1},update:u=>{o.update(u)},destroy:()=>{o.unmount(),o=null}}},e4=Fe(SL);var Hd;(function(e){e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.ERROR="error"})(Hd||(Hd={}));const DL={id:p.string.def(""),title:p.string.def(""),message:p.oneOfType([p.string,p.func]).def(""),theme:ze("notifyTheme",{}).def(Hd.PRIMARY),position:p.position().def("top-right"),delay:p.number.def(5e3),dismissable:p.bool.def(!0),offsetX:p.number.def(100),offsetY:p.number.def(30),spacing:p.number.def(10),extCls:p.string.def(""),onClose:p.func},jL=r.defineComponent({name:"Notify",props:DL,emits:["destroy"],setup(e,{emit:t}){const n=oi.getMessageNextIndex(),i=r.computed(()=>e.position.indexOf("right")>1?"right":"left"),s=r.computed(()=>e.position.startsWith("top")?"top":"bottom"),o=r.computed(()=>({[i.value]:`${e.offsetX}px`,[s.value]:`${e.offsetY}px`,zIndex:n})),u=r.computed(()=>["bk-notify",`bk-notify-${e.theme}`,i.value]),c=r.computed(()=>typeof e.message=="function"?e.message():e.message),d=r.ref(!1);let f=null;const g=()=>{f=setTimeout(()=>{d.value=!1},e.delay)},m=()=>{d.value=!1};return r.onMounted(()=>{e.delay&&g(),d.value=!0}),r.onUnmounted(()=>{clearTimeout(f)}),r.watch(d,()=>{d.value||t("destroy",e.id)}),{classNames:u,styles:o,visible:d,renderMessage:c,handleClose:m}},render(){const e=()=>({primary:r.createVNode(Gs,null,null),warning:r.createVNode(Ea,null,null),success:r.createVNode(Oa,null,null),error:r.createVNode(fn,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.renderMessage])]),this.dismissable&&r.createVNode(un,{class:"bk-notify-icon bk-notify-close",onClick:this.handleClose},null)]),[[r.vShow,this.visible]])]})}}),t4=e=>{Z1(jL,e)},n4=Symbol("MENU_PROVIDER_KEY"),Bd=Symbol("MENU_PROVIDER_KEY_PATH"),OL=e=>{r.provide(n4,e)},EL=e=>{const{parentKeys:t,parentInfo:n}=a0(),i=r.computed(()=>[...t.value,e]);r.provide(Bd,{parentInfo:{key:e,parentKey:n==null?void 0:n.key},parentKeys:i})},i4=()=>r.inject(n4),a0=()=>{var n;const e=r.getCurrentInstance(),t=e.parent?e.parent.provides:(n=e.vnode.appContext)==null?void 0:n.provides;return t&&Bd in t?r.inject(Bd):{parentInfo:void 0,parentKeys:r.ref([])}},Fd=function(e){return(e||"").split(" ").filter(t=>!!t.trim())};function B3(e,t){if(!e||!t)return;const n=Fd(t);let i=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...n);return}n.forEach(o=>{i=i.replace(` ${o} `," ")});const s=Fd(i).join(" ");e.setAttribute("class",s)}function F3(e,t){if(!e)return;let n=e.getAttribute("class")||"";const i=Fd(n),s=(t||"").split(" ").filter(o=>!i.includes(o)&&!!o.trim());e.classList?e.classList.add(...s):(n+=` ${s.join(" ")}`,e.setAttribute("class",n))}const AL=()=>({css:!0,onBeforeEnter:e=>{F3(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,B3(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&&(F3(e,"collapse-transition"),e.style.transitionProperty="height",e.style.height="0px",e.style.maxHeight="0px")},onAfterLeave:e=>{B3(e,"collapse-transition"),e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow}}),PL={activeKey:String,collapse:Boolean,openedKeys:{type:Array},mode:{type:String,default:"vertical"},uniqueOpen:{type:Boolean,default:!0}},zL=r.defineComponent({name:"Menu",props:PL,emits:["update:activeKey","update:openKeys","click","openChange"],setup(e,{slots:t,emit:n,expose:i}){const s=r.ref(""),o=r.ref([]),u=r.ref({}),c=r.computed(()=>e.mode),d=r.ref(e.collapse),f=r.ref([]);r.watchEffect(()=>{e.activeKey!==void 0&&(s.value=e.activeKey)}),r.watch(()=>e.collapse,()=>{d.value=e.collapse;const b=[...f.value],I=[...o.value];o.value=d.value?[]:b,f.value=d.value?I:[]},{immediate:!0}),r.watch(()=>e.openedKeys,(b=o.value)=>{o.value=b},{immediate:!0});const g=(b,I)=>{u.value={...u.value,[b]:I}},m=b=>{delete u.value[b],u.value={...u.value}},v=(b,I)=>{I?e.uniqueOpen?o.value=[b]:o.value.push(b):o.value=o.value.filter(k=>k!==b),n("openChange",I,u.value[b]),n("update:openKeys",[...o.value])},y=b=>{s.value=b,n("click",u.value[b]),n("update:activeKey",b,u.value[b])};return OL({activeKey:s,menuStore:u,registerMenuInfo:g,unregisterMenuInfo:m,mode:c.value,openedKeys:o,collapse:d,handleOpenChange:v,handleActiveChange:y}),i({activeKey:s,openedKeys:o,menuStore:u}),()=>{var b;return r.createVNode("div",{class:{"bk-menu":!0,"is-collapse":d.value}},[(b=t.default)==null?void 0:b.call(t)])}}}),VL=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)])])}}}),JL=r.defineComponent({name:"MenuItem",props:{needIcon:{type:Boolean,default:!0}},emits:["click"],slots:["icon"],setup(e,{slots:t,emit:n}){var y,b;const{registerMenuInfo:i,unregisterMenuInfo:s,activeKey:o,handleActiveChange:u}=i4(),c=r.getCurrentInstance(),{parentInfo:d}=a0(),f=((b=(y=c.vnode.key)==null?void 0:y.toString)==null?void 0:b.call(y))||String(c.uid),g=r.computed(()=>o.value===f),m=r.computed(()=>e.needIcon);i(f,{key:f,parentKey:d==null?void 0:d.key});const v=I=>{u(f),n("click",I)};return r.onBeforeUnmount(()=>s(f)),()=>{var I,k;return r.createVNode("li",{class:{"bk-menu-item":!0,"is-active":g.value},onClick:v},[m.value&&r.createVNode("span",{class:"item-icon"},[((I=t==null?void 0:t.icon)==null?void 0:I.call(t))||r.createVNode("i",{class:"default-icon"},null)]),r.createVNode("span",{class:"item-content"},[(k=t.default)==null?void 0:k.call(t)])])}}}),RL={title:{type:String,default:"title"}},QL=r.defineComponent({name:"Submenu",props:RL,emits:["collapse"],slots:["icon"],setup(e,{slots:t,emit:n}){var L,x;const{registerMenuInfo:i,unregisterMenuInfo:s,openedKeys:o,handleOpenChange:u,collapse:c,activeKey:d,menuStore:f}=i4(),{parentInfo:g}=a0(),m=r.getCurrentInstance(),v=((x=(L=m.vnode.key)==null?void 0:L.toString)==null?void 0:x.call(L))||String(m.uid),y=r.ref(AL()),b=r.computed(()=>o.value.includes(v)),I=r.computed(()=>{var N,M;const C=(M=(N=f.value)==null?void 0:N[d.value])==null?void 0:M.parentKey;return c.value&&C===v&&b});EL(v),i(v,{key:v,parentKey:g==null?void 0:g.key}),r.onBeforeUnmount(()=>s(v));const k=()=>{u(v,!b.value),n("collapse",!b.value,m)};return()=>{var C;return r.createVNode("li",{class:{"bk-menu-submenu":!0,"is-opened":b.value}},[r.createVNode("div",{class:{"submenu-header":!0,"is-collapse":I.value},onClick:k},[r.createVNode("span",{class:"submenu-header-icon"},[((C=t.icon)==null?void 0:C.call(t))||r.createVNode(uc,{class:"menu-icon"},null)]),r.createVNode("span",{class:"submenu-header-content"},[e.title]),r.createVNode(Qs,{class:{"submenu-header-collapse":!0,"is-collapse":o.value.includes(v)}},null)]),r.createVNode(r.Transition,y.value,{default:()=>{var N;return[r.withDirectives(r.createVNode("ul",{class:"submenu-list"},[(N=t.default)==null?void 0:N.call(t)]),[[r.vShow,b.value]])]}})])}}}),r4=dn(zL,{Item:JL,Submenu:QL,Group:VL}),_L={sideTitle:{type:String,default:""},navigationType:{type:String,default:"left-right"}},G3=r.defineComponent({props:_L,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])]])}}}),WL={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}},HL=r.defineComponent({name:"Navigation",props:WL,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 s=()=>{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))},u=()=>{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:s,handleMouseLeave:o,handleClick:u}},render(){var e,t,n,i,s,o,u,c,d,f,g,m;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(G3,{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(G3,{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(Ul,{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=(s=this.$slots).header)==null?void 0:o.call(s))||[r.createVNode("div",{class:"container-header-title"},[this.headerTitle]),r.createVNode("div",{class:"container-header-sets"},[(c=(u=this.$slots)["header-set"])==null?void 0:c.call(u)])]]),r.createVNode("div",{class:"container-content",style:{maxHeight:`calc(100vh - ${this.headHeight}px)`}},[(f=(d=this.$slots).default)==null?void 0:f.call(d),r.createVNode("div",{class:"container-footer"},[(m=(g=this.$slots).footer)==null?void 0:m.call(g)])])])])])}}),a4=Fe(HL),BL={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},s0=r.defineComponent({props:BL,emits:["changeVisible"],setup(e,{emit:t}){let n=Object.create(null);const i=r.ref(null);r.onMounted(()=>{u()}),r.onBeforeUnmount(()=>{o()});const s=()=>{var f;n&&((f=n==null?void 0:n.forceUpdate)==null||f.call(n))},o=()=>{if(n&&Object.keys(n).length!==0){const f=n;f.isShow&&f.hide(),f.destroy(),n=null,t("changeVisible",!1)}},u=()=>{n&&Object.keys(n).length!==0?r.nextTick(()=>{n.update()}):r.nextTick(()=>{n=new GC(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 f={};return e.appendToBody&&(f["z-index"]=1060+oi.getModalNextIndex()),f}),d=r.reactive({styles:c});return{...r.toRefs(d),refContentRef:i,forceUpdate:s,updateDropdown:u,destoryDropdown:o}},render(){var e,t;return r.createVNode("div",{ref:"refContentRef",class:[U("date-picker-dropdown"),this.className,this.extPopoverCls],style:this.styles,onClick:this.onClick},[((t=(e=this.$slots).default)==null?void 0:t.call(e))??""])}}),FL={showTime:{type:Boolean,required:!0},isTime:{type:Boolean,default:!1},timeDisabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0}},s4=r.defineComponent({props:FL,emits:["pick-clear","pick-success","pick-toggle-time"],setup(e,{emit:t}){const n=ft("datePicker"),i=r.computed(()=>({time:e.isTime?n.value.selectDate:n.value.selectTime,clear:n.value.clear,ok:n.value.ok})),s=()=>{t("pick-clear")},o=()=>{t("pick-success")},u=()=>{e.timeDisabled||t("pick-toggle-time")},c=r.ref(null);return{labels:i,handleClear:s,handleSuccess:o,handleToggleTime:u,handleTab:f=>{const m=[...c.value.children][f.shiftKey?"shift":"pop"]();document.activeElement===m&&(f.preventDefault(),f.stopPropagation())}}},render(){var e,t;return r.createVNode("div",{class:U("picker-confirm"),ref:"elRef",onKeydown:this.handleTab},[this.showTime?r.createVNode(Et,{text:!0,class:U("picker-confirm-time"),disabled:this.timeDisabled,onClick:this.handleToggleTime},{default:()=>[this.labels.time]}):"",((t=(e=this.$slots).confirm)==null?void 0:t.call(e))??r.createVNode("div",{class:U("picker-confirm-action")},[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])])])}});var Z3=1e3*60*60*24;function Y3(e,t){return new Date(e,t+1,0).getDate()}function U3(e,t,n){return t===0&&n>50?e-1:t===11&&n<10?e+1:e}function $3(e,t,n,i){t>11&&(t=0,e++);var s=new Date(e,t,n);i&&s.setDate(s.getDate()+4-(s.getDay()||7));var o=i?s.getFullYear():e,u=new Date(o,0,1),c=1+Math.round((s-u)/Z3);i||(c+=u.getDay());var d=Math.ceil(c/7);if(!i){var f=new Date(e,t,n),g=new Date(e+1,0,1),m=g.getDay();f.getTime()>=g.getTime()-Z3*m&&(d=1)}return d}function GL(e,t,n){for(var i=this.lang||"en",s=this.onlyDays,o=typeof this.weekStart>"u"?1:this.weekStart,u=o===1,c=[],d=new Date(e,t,1),f=d.getDay()||(u?7:0),g=o-f,m=$3(e,t,1,u),v=Y3(e,t),y=Y3(e,t-1),b,I,k,L=U3(e,t,m),x={month:t,year:e,daysInMonth:v},C=0;C<7;C++){k=g;for(var N=0;N<8;N++){C>0&&N>0&&g++,g>v||g<1?(I=g>v?g-v:y+g,b=g>v?t+1:t-1):(I=g,b=t);var M=function(){return N===0?"weekLabel":C===0?"dayLabel":g<1?"prevMonth":g>v?"nextMonth":"monthDay"}(),T=k!==g&&C>0,j={desc:T?I:m,week:m,type:M,format:u?"ISO 8601":"US",date:T?new Date(Date.UTC(e,b,I)):!1,year:L,index:c.length};n&&(typeof n=="function"?j=n.call(x,j,i):n.forEach(function(S){j=S.call(x,j,i)})),s&&T?c.push(j):s||c.push(j)}C>0&&(m=$3(e,b,I+1,u)),L=U3(e,t,m)}return x.cells=c,x}var ZL=function(e){return GL.bind(e)},YL={weekPlaceholder:"",columnNames:{en:{0:"w",1:"monday",2:"tuesday",3:"wednesday",4:"thursday",5:"friday",6:"saturday",7:"sunday"},sv:{0:"v",1:"måndag",2:"tisdag",3:"onsdag",4:"torsdag",5:"fredag",6:"lördag",7:"söndag"},pt:{0:"s",1:"segunda",2:"terça",3:"quarta",4:"quinta",5:"sexta",6:"sábado",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ço","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"}},ni=YL;function UL(e){return e==null?!1:e.constructor===Array||e.constructor===Object}function o4(e,t){for(var n in e)t[n]?UL(e[n])&&o4(e[n],t[n]):t[n]=e[n]}function l4(e,t){var n=[ni.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&&ni.weekPlaceholder?e.desc=ni.weekPlaceholder:e.index<8?e.desc=ni.columnNames[t][e.index]:e.index%8==0&&(e.desc=e.week)),e.date&&(e.monthName=ni.monthNames[t][e.date.getMonth()]),this.monthName||(this.monthName=ni.monthNames[t][this.month]),this.labels||(this.labels={monthNames:ni.monthNames[t],columnNames:ni.columnNames[t],classes:ni.classes}),e}l4.setLabels=function(e){o4(e,ni)};var $L=l4,KL={Generator:ZL,addLabels:$L};const XL=Da(KL);function On(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 Ut(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function wn(e){Ut(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<"u"&&(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 qL(e,t){Ut(2,arguments);var n=wn(e).getTime(),i=On(t);return new Date(n+i)}function ek(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 tk(e){return Ut(1,arguments),e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function nk(e){if(Ut(1,arguments),!tk(e)&&typeof e!="number")return!1;var t=wn(e);return!isNaN(Number(t))}var ik={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"}},rk=function(e,t,n){var i,s=ik[e];return typeof s=="string"?i=s:t===1?i=s.one:i=s.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+i:i+" ago":i};const ak=rk;function nd(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 sk={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},ok={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},lk={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},ck={date:nd({formats:sk,defaultWidth:"full"}),time:nd({formats:ok,defaultWidth:"full"}),dateTime:nd({formats:lk,defaultWidth:"full"})};const uk=ck;var dk={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},fk=function(e,t,n,i){return dk[e]};const hk=fk;function as(e){return function(t,n){var i=n||{},s=i.context?String(i.context):"standalone",o;if(s==="formatting"&&e.formattingValues){var u=e.defaultFormattingWidth||e.defaultWidth,c=i.width?String(i.width):u;o=e.formattingValues[c]||e.formattingValues[u]}else{var d=e.defaultWidth,f=i.width?String(i.width):e.defaultWidth;o=e.values[f]||e.values[d]}var g=e.argumentCallback?e.argumentCallback(t):t;return o[g]}}var gk={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},pk={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},mk={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"]},vk={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"]},yk={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"}},bk={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"}},Ck=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"},wk={ordinalNumber:Ck,era:as({values:gk,defaultWidth:"wide"}),quarter:as({values:pk,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:as({values:mk,defaultWidth:"wide"}),day:as({values:vk,defaultWidth:"wide"}),dayPeriod:as({values:yk,defaultWidth:"wide",formattingValues:bk,defaultFormattingWidth:"wide"})};const Mk=wk;function ss(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.width,s=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],o=t.match(s);if(!o)return null;var u=o[0],c=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(c)?Nk(c,function(m){return m.test(u)}):Ik(c,function(m){return m.test(u)}),f;f=e.valueCallback?e.valueCallback(d):d,f=n.valueCallback?n.valueCallback(f):f;var g=t.slice(u.length);return{value:f,rest:g}}}function Ik(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function Nk(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}function Lk(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 s=i[0],o=t.match(e.parsePattern);if(!o)return null;var u=e.valueCallback?e.valueCallback(o[0]):o[0];u=n.valueCallback?n.valueCallback(u):u;var c=t.slice(s.length);return{value:u,rest:c}}}var kk=/^(\d+)(th|st|nd|rd)?/i,Tk=/\d+/i,xk={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},Sk={any:[/^b/i,/^(a|c)/i]},Dk={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},jk={any:[/1/i,/2/i,/3/i,/4/i]},Ok={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},Ek={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]},Ak={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},Pk={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]},zk={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},Vk={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}},Jk={ordinalNumber:Lk({matchPattern:kk,parsePattern:Tk,valueCallback:function(e){return parseInt(e,10)}}),era:ss({matchPatterns:xk,defaultMatchWidth:"wide",parsePatterns:Sk,defaultParseWidth:"any"}),quarter:ss({matchPatterns:Dk,defaultMatchWidth:"wide",parsePatterns:jk,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:ss({matchPatterns:Ok,defaultMatchWidth:"wide",parsePatterns:Ek,defaultParseWidth:"any"}),day:ss({matchPatterns:Ak,defaultMatchWidth:"wide",parsePatterns:Pk,defaultParseWidth:"any"}),dayPeriod:ss({matchPatterns:zk,defaultMatchWidth:"any",parsePatterns:Vk,defaultParseWidth:"any"})};const Rk=Jk;var Qk={code:"en-US",formatDistance:ak,formatLong:uk,formatRelative:hk,localize:Mk,match:Rk,options:{weekStartsOn:0,firstWeekContainsDate:1}};const _k=Qk;function Wk(e,t){Ut(2,arguments);var n=On(t);return qL(e,-n)}var Hk=864e5;function Bk(e){Ut(1,arguments);var t=wn(e),n=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var i=t.getTime(),s=n-i;return Math.floor(s/Hk)+1}function Ll(e){Ut(1,arguments);var t=1,n=wn(e),i=n.getUTCDay(),s=(i<t?7:0)+i-t;return n.setUTCDate(n.getUTCDate()-s),n.setUTCHours(0,0,0,0),n}function c4(e){Ut(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 s=Ll(i),o=new Date(0);o.setUTCFullYear(n,0,4),o.setUTCHours(0,0,0,0);var u=Ll(o);return t.getTime()>=s.getTime()?n+1:t.getTime()>=u.getTime()?n:n-1}function Fk(e){Ut(1,arguments);var t=c4(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var i=Ll(n);return i}var Gk=6048e5;function Zk(e){Ut(1,arguments);var t=wn(e),n=Ll(t).getTime()-Fk(t).getTime();return Math.round(n/Gk)+1}function kl(e,t){Ut(1,arguments);var n=t||{},i=n.locale,s=i&&i.options&&i.options.weekStartsOn,o=s==null?0:On(s),u=n.weekStartsOn==null?o:On(n.weekStartsOn);if(!(u>=0&&u<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=wn(e),d=c.getUTCDay(),f=(d<u?7:0)+d-u;return c.setUTCDate(c.getUTCDate()-f),c.setUTCHours(0,0,0,0),c}function u4(e,t){Ut(1,arguments);var n=wn(e),i=n.getUTCFullYear(),s=t||{},o=s.locale,u=o&&o.options&&o.options.firstWeekContainsDate,c=u==null?1:On(u),d=s.firstWeekContainsDate==null?c:On(s.firstWeekContainsDate);if(!(d>=1&&d<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var f=new Date(0);f.setUTCFullYear(i+1,0,d),f.setUTCHours(0,0,0,0);var g=kl(f,t),m=new Date(0);m.setUTCFullYear(i,0,d),m.setUTCHours(0,0,0,0);var v=kl(m,t);return n.getTime()>=g.getTime()?i+1:n.getTime()>=v.getTime()?i:i-1}function Yk(e,t){Ut(1,arguments);var n=t||{},i=n.locale,s=i&&i.options&&i.options.firstWeekContainsDate,o=s==null?1:On(s),u=n.firstWeekContainsDate==null?o:On(n.firstWeekContainsDate),c=u4(e,t),d=new Date(0);d.setUTCFullYear(c,0,u),d.setUTCHours(0,0,0,0);var f=kl(d,t);return f}var Uk=6048e5;function $k(e,t){Ut(1,arguments);var n=wn(e),i=kl(n,t).getTime()-Yk(n,t).getTime();return Math.round(i/Uk)+1}function dt(e,t){for(var n=e<0?"-":"",i=Math.abs(e).toString();i.length<t;)i="0"+i;return n+i}var Kk={y:function(e,t){var n=e.getUTCFullYear(),i=n>0?n:1-n;return dt(t==="yy"?i%100:i,t.length)},M:function(e,t){var n=e.getUTCMonth();return t==="M"?String(n+1):dt(n+1,2)},d:function(e,t){return dt(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 dt(e.getUTCHours()%12||12,t.length)},H:function(e,t){return dt(e.getUTCHours(),t.length)},m:function(e,t){return dt(e.getUTCMinutes(),t.length)},s:function(e,t){return dt(e.getUTCSeconds(),t.length)},S:function(e,t){var n=t.length,i=e.getUTCMilliseconds(),s=Math.floor(i*Math.pow(10,n-3));return dt(s,t.length)}};const Zi=Kk;var na={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Xk={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(),s=i>0?i:1-i;return n.ordinalNumber(s,{unit:"year"})}return Zi.y(e,t)},Y:function(e,t,n,i){var s=u4(e,i),o=s>0?s:1-s;if(t==="YY"){var u=o%100;return dt(u,2)}return t==="Yo"?n.ordinalNumber(o,{unit:"year"}):dt(o,t.length)},R:function(e,t){var n=c4(e);return dt(n,t.length)},u:function(e,t){var n=e.getUTCFullYear();return dt(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 dt(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 dt(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 Zi.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 dt(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 s=$k(e,i);return t==="wo"?n.ordinalNumber(s,{unit:"week"}):dt(s,t.length)},I:function(e,t,n){var i=Zk(e);return t==="Io"?n.ordinalNumber(i,{unit:"week"}):dt(i,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getUTCDate(),{unit:"date"}):Zi.d(e,t)},D:function(e,t,n){var i=Bk(e);return t==="Do"?n.ordinalNumber(i,{unit:"dayOfYear"}):dt(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 s=e.getUTCDay(),o=(s-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return dt(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(s,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(s,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(s,{width:"short",context:"formatting"});case"eeee":default:return n.day(s,{width:"wide",context:"formatting"})}},c:function(e,t,n,i){var s=e.getUTCDay(),o=(s-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return dt(o,t.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(s,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(s,{width:"narrow",context:"standalone"});case"cccccc":return n.day(s,{width:"short",context:"standalone"});case"cccc":default:return n.day(s,{width:"wide",context:"standalone"})}},i:function(e,t,n){var i=e.getUTCDay(),s=i===0?7:i;switch(t){case"i":return String(s);case"ii":return dt(s,t.length);case"io":return n.ordinalNumber(s,{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(),s=i/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(s,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(s,{width:"wide",context:"formatting"})}},b:function(e,t,n){var i=e.getUTCHours(),s;switch(i===12?s=na.noon:i===0?s=na.midnight:s=i/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(s,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(s,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(s,{width:"wide",context:"formatting"})}},B:function(e,t,n){var i=e.getUTCHours(),s;switch(i>=17?s=na.evening:i>=12?s=na.afternoon:i>=4?s=na.morning:s=na.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(s,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(s,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(s,{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 Zi.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getUTCHours(),{unit:"hour"}):Zi.H(e,t)},K:function(e,t,n){var i=e.getUTCHours()%12;return t==="Ko"?n.ordinalNumber(i,{unit:"hour"}):dt(i,t.length)},k:function(e,t,n){var i=e.getUTCHours();return i===0&&(i=24),t==="ko"?n.ordinalNumber(i,{unit:"hour"}):dt(i,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):Zi.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):Zi.s(e,t)},S:function(e,t){return Zi.S(e,t)},X:function(e,t,n,i){var s=i._originalDate||e,o=s.getTimezoneOffset();if(o===0)return"Z";switch(t){case"X":return X3(o);case"XXXX":case"XX":return br(o);case"XXXXX":case"XXX":default:return br(o,":")}},x:function(e,t,n,i){var s=i._originalDate||e,o=s.getTimezoneOffset();switch(t){case"x":return X3(o);case"xxxx":case"xx":return br(o);case"xxxxx":case"xxx":default:return br(o,":")}},O:function(e,t,n,i){var s=i._originalDate||e,o=s.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+K3(o,":");case"OOOO":default:return"GMT"+br(o,":")}},z:function(e,t,n,i){var s=i._originalDate||e,o=s.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+K3(o,":");case"zzzz":default:return"GMT"+br(o,":")}},t:function(e,t,n,i){var s=i._originalDate||e,o=Math.floor(s.getTime()/1e3);return dt(o,t.length)},T:function(e,t,n,i){var s=i._originalDate||e,o=s.getTime();return dt(o,t.length)}};function K3(e,t){var n=e>0?"-":"+",i=Math.abs(e),s=Math.floor(i/60),o=i%60;if(o===0)return n+String(s);var u=t||"";return n+String(s)+u+dt(o,2)}function X3(e,t){if(e%60===0){var n=e>0?"-":"+";return n+dt(Math.abs(e)/60,2)}return br(e,t)}function br(e,t){var n=t||"",i=e>0?"-":"+",s=Math.abs(e),o=dt(Math.floor(s/60),2),u=dt(s%60,2);return i+o+n+u}const qk=Xk;function q3(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 d4(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 eT(e,t){var n=e.match(/(P+)(p+)?/)||[],i=n[1],s=n[2];if(!s)return q3(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}}",q3(i,t)).replace("{{time}}",d4(s,t))}var tT={p:d4,P:eT};const nT=tT;var iT=["D","DD"],rT=["YY","YYYY"];function aT(e){return iT.indexOf(e)!==-1}function sT(e){return rT.indexOf(e)!==-1}function e6(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 oT=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,lT=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,cT=/^'([^]*?)'?$/,uT=/''/g,dT=/[a-zA-Z]/;function fT(e,t,n){Ut(2,arguments);var i=String(t),s=n||{},o=s.locale||_k,u=o.options&&o.options.firstWeekContainsDate,c=u==null?1:On(u),d=s.firstWeekContainsDate==null?c:On(s.firstWeekContainsDate);if(!(d>=1&&d<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var f=o.options&&o.options.weekStartsOn,g=f==null?0:On(f),m=s.weekStartsOn==null?g:On(s.weekStartsOn);if(!(m>=0&&m<=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 v=wn(e);if(!nk(v))throw new RangeError("Invalid time value");var y=ek(v),b=Wk(v,y),I={firstWeekContainsDate:d,weekStartsOn:m,locale:o,_originalDate:v},k=i.match(lT).map(function(L){var x=L[0];if(x==="p"||x==="P"){var C=nT[x];return C(L,o.formatLong,I)}return L}).join("").match(oT).map(function(L){if(L==="''")return"'";var x=L[0];if(x==="'")return hT(L);var C=qk[x];if(C)return!s.useAdditionalWeekYearTokens&&sT(L)&&e6(L,t,e),!s.useAdditionalDayOfYearTokens&&aT(L)&&e6(L,t,e),C(b,L,o.localize,I);if(x.match(dT))throw new RangeError("Format string contains an unescaped latin alphabet character `"+x+"`");return L}).join("");return k}function hT(e){return e.match(cT)[1].replace(uT,"'")}const It={},f4=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,yr=/\d\d?/,gT=/\d{3}/,pT=/\d{4}/,Ko=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,t6=function(){};function h4(e,t){const n=[];for(let i=0,s=e.length;i<s;i++)n.push(e[i].substr(0,t));return n}function n6(e){return(t,n,i)=>{const s=i[e].indexOf(n.charAt(0).toUpperCase()+n.substr(1).toLowerCase());~s&&(t.month=s)}}function ei(e,t=2){let n=String(e);for(;n.length<t;)n=`0${n}`;return n}const g4=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],p4=["January","February","March","April","May","June","July","August","September","October","November","December"],mT=h4(p4,3),vT=h4(g4,3);It.i18n={dayNamesShort:vT,dayNames:g4,monthNamesShort:mT,monthNames:p4,amPm:["am","pm"],DoFn(e){return e+["th","st","nd","rd"][e%10>3?0:(e-e%10!==10)*e%10]}};const i6={D(e){return e.getDay()},DD(e){return ei(e.getDay())},Do(e,t){return t.DoFn(e.getDate())},d(e){return e.getDate()},dd(e){return ei(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 ei(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 ei(e.getHours()%12||12)},H(e){return e.getHours()},HH(e){return ei(e.getHours())},m(e){return e.getMinutes()},mm(e){return ei(e.getMinutes())},s(e){return e.getSeconds()},ss(e){return ei(e.getSeconds())},S(e){return Math.round(e.getMilliseconds()/100)},SS(e){return ei(Math.round(e.getMilliseconds()/10),2)},SSS(e){return ei(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?"-":"+")+ei(Math.floor(Math.abs(t)/60)*100+Math.abs(t)%60,4)}},bt={d:[yr,(e,t)=>{e.day=t}],M:[yr,(e,t)=>{e.month=t-1}],yy:[yr,(e,t)=>{const i=+`${new Date().getFullYear()}`.substr(0,2);e.year=`${t>68?i-1:i}${t}`}],h:[yr,(e,t)=>{e.hour=t}],m:[yr,(e,t)=>{e.minute=t}],s:[yr,(e,t)=>{e.second=t}],yyyy:[pT,(e,t)=>{e.year=t}],S:[/\d/,(e,t)=>{e.millisecond=t*100}],SS:[/\d{2}/,(e,t)=>{e.millisecond=t*10}],SSS:[gT,(e,t)=>{e.millisecond=t}],D:[yr,t6],ddd:[Ko,t6],MMM:[Ko,n6("monthNamesShort")],MMMM:[Ko,n6("monthNames")],a:[Ko,(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)}]};bt.DD=bt.D;bt.dddd=bt.ddd;bt.Do=bt.dd=bt.d;bt.mm=bt.m;bt.hh=bt.H=bt.HH=bt.h;bt.MM=bt.M;bt.ss=bt.s;bt.A=bt.a;It.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"};It.format=(e,t,n)=>{const i=n||It.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=It.masks[t]||t||It.masks.default,t.replace(f4,s=>s in i6?i6[s](e,i):s.slice(1,s.length-1))};It.parse=(e,t,n)=>{const i=n||It.i18n;if(typeof t!="string")throw new Error("Invalid format in fecha.parse");if(t=It.masks[t]||t,e.length>1e3)return!1;let s=!0;const o={};if(t.replace(f4,d=>{if(bt[d]){const f=bt[d],g=e.search(f[0]);~g?e.replace(f[0],m=>(f[1](o,m,i),e=e.substr(g+m.length),m)):s=!1}return bt[d]?"":d.slice(1,d.length-1)}),!s)return!1;const u=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 c;return o.timezoneOffset!==null&&o.timezoneOffset!==void 0?(o.minute=+(o.minute||0)-+o.timezoneOffset,c=new Date(Date.UTC(o.year||u.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0))):c=new Date(o.year||u.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0),c};const o0=" - ",Ii=(e,t)=>{const n=wn(new Date(e));return!n||isNaN(n.getTime())?"":fT(n,t||"yyyy-MM-dd")},id=(e,t)=>{if(Array.isArray(e)&&e.length===2){const n=e[0],i=e[1];if(n&&i)return Ii(n,t)+o0+Ii(i,t)}else if(!Array.isArray(e)&&e instanceof Date)return Ii(e,t);return""},rd=(e,t)=>{const n=Array.isArray(e)?e:e.split(o0);if(n.length===2){const i=n[0],s=n[1];return[i instanceof Date?i:It.parse(i,t||"yyyy-MM-dd"),s instanceof Date?s:It.parse(s,t||"yyyy-MM-dd")]}return[]},fa={default:{formatter(e){return e?`${e}`:""},parser(e){return e===void 0||e===""?null:e}},date:{formatter:(e,t)=>Ii(e,t),parser:(e,t)=>It.parse(e,t||"yyyy-MM-dd")},datetime:{formatter:(e,t)=>Ii(e,t),parser:(e,t)=>It.parse(e,t||"yyyy-MM-dd")},daterange:{formatter:id,parser:rd},datetimerange:{formatter:id,parser:rd},timerange:{formatter:id,parser:rd},time:{formatter:(e,t)=>Ii(e,t),parser:(e,t)=>It.parse(e,t||"yyyy-MM-dd")},month:{formatter:(e,t)=>Ii(e,t),parser:(e,t)=>It.parse(e,t||"yyyy-MM-dd")},year:{formatter:(e,t)=>Ii(e,t),parser:(e,t)=>It.parse(e,t||"yyyy-MM-dd")},multiple:{formatter(e,t){return e.filter(Boolean).map(n=>Ii(n,t)).join(",")},parser(e,t){return(typeof e=="string"?e.split(","):e).map(i=>{if(i instanceof Date)return i;let s=i;return typeof i=="string"?s=i.trim():typeof i!="number"&&!i&&(s=""),It.parse(s,t||"yyyy-MM-dd")})}},number:{formatter(e){return e?`${e}`:""},parser(e){const t=Number(e);return isNaN(e)?null:t}}},Nr=()=>{const e=new Date;return e.setHours(0),e.setMinutes(0),e.setSeconds(0),e},m4=e=>e.every(t=>!t||typeof t=="string"&&t.trim()===""),Tl=e=>e?[e.getHours(),e.getMinutes(),e.getSeconds()]:[0,0,0],v4={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"},Xi=(e,t,n,i)=>{const s=t.includes("range"),{parser:o}=fa[t]||fa.default,u=i||v4[t],c=fa.multiple.parser;let d=e;if(e&&t==="time"&&!(e instanceof Date))d=o(e,u);else if(n&&e)d=c(e,u);else if(s)if(!e)d=[null,null];else if(typeof e=="string")d=o(e,u);else if(t==="timerange")d=o(e,u).map(f=>f||"");else{const[f,g]=e;f instanceof Date&&g instanceof Date?d=e.map(m=>new Date(m)):typeof f=="string"&&typeof g=="string"?d=o(e.join(o0),u):(!f||!g)&&(d=[null,null])}else typeof e=="string"&&t.indexOf("time")!==0&&(d=o(e,u)||null);return s||n?d||[]:[d]},ri=(e,t,n,i)=>{const s=v4[t];if(n){const{formatter:u}=fa.multiple;return u(e,i||s)}const{formatter:o}=fa[t]||fa.default;return o(e,i||s)},y4=Symbol("date-picker"),wc=Symbol("time-picker");function Dn(e,t=""){return[U("picker-panel-icon-btn"),U(`date-picker-${e}-btn`),U(`date-picker-${e}-btn-arrow${t}`)]}const yT=(e,t)=>new Date(e,t+1,0).getDate(),r6=(e,t)=>{const n=new Date(e),i=n.getMonth()+t,s=yT(n.getFullYear(),i);return s<n.getDate()&&n.setDate(s),n.setMonth(i),n},b4=(()=>{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 s=n.toLocaleDateString(i,{month:"long"});return(s[0].toUpperCase()+s.slice(1).toLowerCase()).slice(0,3)},mmmm:(n,i)=>n.toLocaleDateString(i,{month:"long"}),Mmmm:(n,i)=>{const s=n.toLocaleDateString(i,{month:"long"});return s[0].toUpperCase()+s.slice(1).toLowerCase()}},t=new RegExp(["yyyy","Mmmm","mmmm","Mmm","mmm","mm","m"].join("|"),"g");return(n,i,s)=>{const o=/(\[[^\]]+\])([^\\[\]]+)(\[[^\]]+\])/,u=i.match(o).slice(1),c=u[1],d=[u[0],u[2]].map(f=>({label:f.replace(/\[[^\]]+\]/,m=>m.slice(1,-1).replace(t,v=>e[v](s,n))),type:f.indexOf("yy")!==-1?"year":"month"}));return{separator:c,labels:d}}})(),Ft=e=>{const t=new Date(e);return t.setHours(0,0,0,0),t.getTime()},bT=(e,t,n)=>{if(!t||!n)return!1;const[i,s]=[t,n].sort();return e>=i&&e<=s};function CT(e){return e.toString()[0].toUpperCase()+e.toString().slice(1)}const wT=(e,...t)=>{const n=new Date(e.getTime());return n.setHours(t[0]),n.setMinutes(t[1]),n.setSeconds(t[2]),n},MT={tableDate:{type:Date,required:!0},disabledDate: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}},Gd=r.defineComponent({name:"DateTable",props:MT,emits:["pick","pick-click","changeRange"],setup(e,{emit:t}){const n=ft("datePicker"),i=r.computed(()=>new XL.Generator({onlyDays:!0,weekStart:0})),s=r.computed(()=>{const g=[n.value.weekdays.sun,n.value.weekdays.mon,n.value.weekdays.tue,n.value.weekdays.wed,n.value.weekdays.thu,n.value.weekdays.fri,n.value.weekdays.sat];return g.splice(0,7-0).concat(g.splice(0,0))}),o=r.computed(()=>e.selectionMode==="range"&&e.rangeState.selecting?[e.rangeState.from]:e.modelValue),u=r.computed(()=>{const g=e.tableDate.getFullYear(),m=e.tableDate.getMonth(),v=Ft(new Date),y=o.value.filter(Boolean).map(Ft),[b,I]=o.value.map(Ft),k=e.rangeState.from&&Ft(e.rangeState.from),L=e.rangeState.to&&Ft(e.rangeState.to),x=e.selectionMode==="range",C=typeof e.disabledDate=="function"&&e.disabledDate;return i.value(g,m,N=>{N.date instanceof Date&&N.date.setTime(N.date.getTime()+N.date.getTimezoneOffset()*6e4);const M=N.date&&Ft(N.date),T=N.date&&m===N.date.getMonth();return{...N,type:M===v?"today":N.type,selected:T&&y.includes(M),disabled:N.date&&C&&C(new Date(M)),range:T&&x&&bT(M,k,L),start:T&&x&&M===b,end:T&&x&&M===I}}).cells.slice(0)});return{headerDays:s,cells:u,getCellCls:g=>[U("date-picker-cells-cell"),{[U("date-picker-cells-cell-selected")]:g.selected||g.start||g.end,[U("date-picker-cells-cell-disabled")]:g.disabled,[U("date-picker-cells-cell-today")]:g.type==="today",[U("date-picker-cells-cell-prev-month")]:g.type==="prevMonth",[U("date-picker-cells-cell-next-month")]:g.type==="nextMonth",[U("date-picker-cells-cell-week-label")]:g.type==="weekLabel",[U("date-picker-cells-cell-range")]:g.range&&!g.start&&!g.end}],handleClick:g=>{if(g.disabled||g.type==="weekLabel")return;const m=new Date(Ft(g.date));t("pick",m),t("pick-click")},handleMouseMove:g=>{if(!e.rangeState.selecting||g.disabled)return;const m=g.date;t("changeRange",m)}}},render(){return r.createVNode("div",{class:U("date-picker-cells")},[r.createVNode("div",{class:U("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])]))])}}),IT={tableDate:{type:Date,required:!0},disabledDate:{type:Function},selectionMode:{type:String,required:!0},modelValue:{type:[Date,String,Number,Array],required:!0},rangeState:{type:Object,default:()=>({from:null,to:null,selecting:!1})},focusedDate:{type:Date,required:!0},cellClass:{type:Function,default:()=>""}},NT=r.defineComponent({name:"MonthTable",props:IT,emits:["pick","pick-click","change-range"],setup(e,{emit:t}){const n=r.computed(()=>{const{selectionMode:d,modelValue:f,rangeState:g}=e;return d==="range"&&g.selecting?[g.from]:f}),i=r.computed(()=>{const d=[],f={text:"",selected:!1,disabled:!1},g=e.tableDate.getFullYear(),m=n.value.filter(Boolean).map(y=>Ft(new Date(y.getFullYear(),y.getMonth(),1))),v=Ft(new Date(e.focusedDate.getFullYear(),e.focusedDate.getMonth(),1));for(let y=0;y<12;y++){const b=JSON.parse(JSON.stringify(f));b.date=new Date(g,y,1),b.text=s(y+1);const I=Ft(b.date);b.disabled=typeof e.disabledDate=="function"&&e.disabledDate(b.date)&&e.selectionMode==="month",b.selected=m.includes(I),b.focused=I===v,d.push(b)}return d}),s=d=>String(d).length>1?d:`0${d}`;return{cells:i,getCellCls:d=>[U("date-picker-cells-cell"),{[U("date-picker-cells-cell-selected")]:d.selected,[U("date-picker-cells-cell-disabled")]:d.disabled,[U("date-picker-cells-cell-range")]:d.range&&!d.start&&!d.end}],handleClick:d=>{if(d.disabled||d.type==="weekLabel")return;const f=new Date(Ft(d.date));t("pick",f),t("pick-click")},handleMouseMove:d=>{if(!e.rangeState.selecting||d.disabled)return;const f=d.date;t("change-range",f)}}},render(){return r.createVNode("div",{class:[U("date-picker-cells"),U("date-picker-cells-month")]},[this.cells.map(e=>r.createVNode("span",{class:this.getCellCls(e),onClick:()=>this.handleClick(e),onMouseenter:()=>this.handleMouseMove(e)},[r.createVNode("em",null,[e.text])]))])}}),LT={tableDate:{type:Date,required:!0},disabledDate:{type:Function},selectionMode:{type:String,required:!0},modelValue:{type:[Date,String,Number,Array],required:!0},rangeState:{type:Object,default:()=>({from:null,to:null,selecting:!1})},focusedDate:{type:Date,required:!0},cellClass:{type:Function,default:()=>""}},kT=r.defineComponent({name:"YearTable",props:LT,emits:["pick","pick-click","change-range"],setup(e,{emit:t}){const n=r.computed(()=>{const{selectionMode:d,modelValue:f,rangeState:g}=e;return d==="range"&&g.selecting?[g.from]:f}),i=r.computed(()=>Math.floor(e.tableDate.getFullYear()/10)*10);return{cells:r.computed(()=>{const d=[],f={text:"",selected:!1,disabled:!1},g=n.value.filter(Boolean).map(v=>Ft(new Date(v.getFullYear(),0,1))),m=Ft(new Date(e.focusedDate.getFullYear(),0,1));for(let v=0;v<10;v++){const y=JSON.parse(JSON.stringify(f));y.date=new Date(i.value+v,0,1),y.disabled=typeof e.disabledDate=="function"&&e.disabledDate(y.date)&&e.selectionMode==="year";const b=Ft(y.date);y.selected=g.includes(b),y.focused=b===m,d.push(y)}return d}),getCellCls:d=>[U("date-picker-cells-cell"),{[U("date-picker-cells-cell-selected")]:d.selected,[U("date-picker-cells-cell-disabled")]:d.disabled,[U("date-picker-cells-cell-range")]:d.range&&!d.start&&!d.end}],handleClick:d=>{if(d.disabled||d.type==="weekLabel")return;const f=new Date(Ft(d.date));t("pick",f),t("pick-click")},handleMouseMove:d=>{if(!e.rangeState.selecting||d.disabled)return;const f=d.date;t("change-range",f)}}},render(){return r.createVNode("div",{class:[U("date-picker-cells"),U("date-picker-cells-year")]},[this.cells.map(e=>r.createVNode("span",{class:this.getCellCls(e),onClick:()=>this.handleClick(e),onMouseenter:()=>this.handleMouseMove(e)},[r.createVNode("em",null,[e.date.getFullYear()])]))])}}),Mc={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}},disabledDate:Function,withValidate:{type:Boolean,default:!0}},Ic={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}},TT={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}},xT={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:()=>[]}},a6=["hours","minutes","seconds"],Zd=r.defineComponent({name:"TimeSpinner",props:{...xT,...Ic},emits:["change","pick-click"],setup(e,{emit:t}){const n=ft("datePicker"),i=r.reactive({spinerSteps:[1,1,1].map((j,S)=>Math.abs(e.steps[S])||j),compiled:!1,focusedColumn:-1,focusedTime:[0,0,0]}),s=r.computed(()=>{const j=[],S=i.spinerSteps[0],P=i.focusedColumn===0&&i.focusedTime[0],W={text:0,selected:!1,disabled:!1,hide:!1};for(let z=0;z<24;z+=S){const R=JSON.parse(JSON.stringify(W));R.text=z,R.focused=z===P,e.disabledHours.length&&e.disabledHours.indexOf(z)>-1&&(R.disabled=!0,e.hideDisabledOptions&&(R.hide=!0)),e.hours===z&&(R.selected=!0),j.push(R)}return j}),o=r.computed(()=>{const j=[],S=i.spinerSteps[1],P=i.focusedColumn===1&&i.focusedTime[1],W={text:0,selected:!1,disabled:!1,hide:!1};for(let z=0;z<60;z+=S){const R=JSON.parse(JSON.stringify(W));R.text=z,R.focused=z===P,e.disabledMinutes.length&&e.disabledMinutes.indexOf(z)>-1&&(R.disabled=!0,e.hideDisabledOptions&&(R.hide=!0)),e.minutes===z&&(R.selected=!0),j.push(R)}return j}),u=r.computed(()=>{const j=[],S=i.spinerSteps[2],P=i.focusedColumn===2&&i.focusedTime[2],W={text:0,selected:!1,disabled:!1,hide:!1};for(let z=0;z<60;z+=S){const R=JSON.parse(JSON.stringify(W));R.text=z,R.focused=z===P,e.disabledSeconds.length&&e.disabledSeconds.indexOf(z)>-1&&(R.disabled=!0,e.hideDisabledOptions&&(R.hide=!0)),e.seconds===z&&(R.selected=!0),j.push(R)}return j}),c=r.computed(()=>({width:e.showSeconds?"33.33%":"50%"}));r.watch(()=>e.hours,j=>{i.compiled&&k("hours",s.value.findIndex(S=>S.text===j))}),r.watch(()=>e.minutes,j=>{i.compiled&&k("minutes",o.value.findIndex(S=>S.text===j))}),r.watch(()=>e.seconds,j=>{i.compiled&&k("seconds",o.value.findIndex(S=>S.text===j))}),r.watch(()=>i.focusedTime,(j,S)=>{a6.forEach((P,W)=>{if(j[W]===S[W]||typeof j[W]>"u")return;const z=this[`${P}List`].findIndex(R=>R.text===j[W]);k(P,z)})}),r.onMounted(()=>{r.nextTick(()=>{i.compiled=!0,g()})});function d(j){let S;return j==="hours"?S=N:j==="minutes"?S=M:S=T,S.value}function f(j){return[U("time-picker-cells-cell"),{[U("time-picker-cells-cell-selected")]:j.selected,[U("time-picker-cells-cell-focused")]:j.focused,[U("time-picker-cells-cell-disabled")]:j.disabled}]}function g(){const j=S=>{d(S).addEventListener("wheel",rt.debounce(()=>{y(S)},32),{passive:!0})};j("hours"),j("minutes"),j("seconds")}function m(j){return d(j).querySelector("li").offsetHeight}function v(j){return d(j).offsetHeight}function y(j){const S=d(j),P=Math.min(Math.round((S.scrollTop-(v(j)*.5-10)/m(j)+3)/m(j)),j==="hours"?23:59);let W;if(j==="hours"?W=s:j==="minutes"?W=o:W=u,W.value.find(R=>R.text===P).disabled)return!1;r.nextTick(()=>{I({[j]:P})})}function b(j,S){if(S.disabled)return;const P={[j]:S.text};I(P)}function I(j){t("change",j),t("pick-click")}function k(j,S){const P=d(j),W=P.scrollTop,z=32*L(j,S);y8(P,W,z,500)}function L(j,S){const P=CT(j),W=e[`disabled${P}`];let z=S;if(W.length&&e.hideDisabledOptions){let R=0;W.forEach(Q=>Q<=S?R+=1:""),z-=R}return z}function x(){r.nextTick(()=>{a6.forEach(j=>{const S=d(j);let P;j==="hours"?P=s:j==="minutes"?P=o:P=u,S.scrollTop=32*P.value.findIndex(W=>W.text===e[j])})})}function C(j){return j<10?`0${j}`:j}const N=r.ref(null),M=r.ref(null),T=r.ref(null);return{...r.toRefs(i),hoursList:s,minutesList:o,secondsList:u,styles:c,hoursRef:N,minutesRef:M,secondsRef:T,getCellCls:f,handleClick:b,updateScroll:x,padTime:C,t:n}},render(){return r.createVNode("div",{class:[U("time-picker-cells"),this.showSeconds?U("time-picker-cells-with-seconds"):""]},[r.createVNode("div",{class:U("time-picker-cells-title-wrapper")},[r.createVNode("div",{class:[U("time-picker-cells-title"),this.focusedColumn===0?"active":""],style:this.styles},[this.t.hour]),r.createVNode("div",{class:[U("time-picker-cells-title"),this.focusedColumn===1?"active":""],style:this.styles},[this.t.min]),r.withDirectives(r.createVNode("div",{class:[U("time-picker-cells-title"),this.focusedColumn===2?"active":""],style:this.styles},[this.t.sec]),[[r.vShow,this.showSeconds]])]),r.createVNode("div",{class:U("time-picker-cells-list"),ref:"hoursRef",style:this.styles},[r.createVNode("ul",{class:U("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:U("time-picker-cells-list"),ref:"minutesRef",style:this.styles},[r.createVNode("ul",{class:U("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:U("time-picker-cells-list"),ref:"secondsRef",style:this.styles},[r.createVNode("ul",{class:U("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]])])}}),ST={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}},C4=r.defineComponent({name:"TimePanel",props:{...Mc,...Ic,...ST},emits:["pick","pick-click"],setup(e,{emit:t}){const n=r.reactive({date:e.value[0]||Nr(),showDate:!1}),i=r.inject(wc),s=r.ref(null),o=r.computed(()=>!(e.format||"").match(/mm$/)),u=r.computed(()=>It.format(i.panelDate,e.format)),c=r.computed(()=>e.value[0]?["getHours","getMinutes","getSeconds"].map(m=>n.date[m]()):[]),d=r.computed(()=>{const m=["disabledHours","disabledMinutes","disabledSeconds"];if(e.disabledDate===(()=>!e.value[0]))return m.reduce((k,L)=>(k[L]=this[L],k),{});const v=[24,60,60],b=["Hours","Minutes","Seconds"].map(I=>e[`disabled${I}`]).map((I,k)=>{const L=v[k],x=I;for(let C=0;C<L;C+=e.steps[k]||1){const N=c.value.map((T,j)=>j===k?C:T),M=wT(n.date,...N);e.disabledDate(M,!0)&&x.push(C)}return x.filter((C,N,M)=>M.indexOf(C)===N)});return m.reduce((I,k,L)=>(I[k]=b[L],I),{})});r.watch(()=>e.value,m=>{let v=m[0]||Nr();v=new Date(v),n.date=v}),r.onMounted(()=>{i&&i.parentName==="DatePanel"&&(n.showDate=!0)});function f(m,v=!0){const y=new Date(n.date);Object.keys(m).forEach(b=>y[`set${Is(b)}`](m[b])),v&&t("pick",y,!0,"time")}function g(){t("pick-click")}return{...r.toRefs(n),visibleDate:u,showSeconds:o,timeSlots:c,disabledHMS:d,timeSpinnerRef:s,handlePickClick:g,handleChange:f}},render(){return r.createVNode("div",{class:U("picker-panel-body-wrapper"),onMousedown:e=>{e.preventDefault()}},[r.createVNode("div",{class:U("picker-panel-body"),style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:U("time-picker-header")},[this.visibleDate]):"",r.createVNode("div",{class:U("picker-panel-content")},[r.createVNode(Zd,{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)])])])}}),DT={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},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},timePickerOptions:{type:Object,default:()=>({})}},jT=r.defineComponent({name:"DatePanel",props:DT,emits:["pick","pick-success","pick-clear","pick-click","selection-mode-change"],setup(e,{slots:t,emit:n}){const i=Q=>Q.match(/^time/)?"time-picker":`${Q}-table`,s=e.modelValue.slice().sort(),o=r.reactive({currentView:e.selectionMode||"date",pickerTable:i(e.selectionMode),dates:s,panelDate:e.startDate||s[0]||new Date}),{proxy:u}=r.getCurrentInstance();r.provide(wc,{panelDate:o.panelDate,parentName:u.$options.name});const c=r.ref(null),d=r.ref(null),f=r.ref(null);r.watch(()=>o.currentView,Q=>{n("selection-mode-change",Q),o.currentView==="time"&&r.nextTick(()=>{c.value.timeSpinnerRef.updateScroll()})}),r.watch(()=>e.selectionMode,Q=>{o.currentView=Q,o.pickerTable=i(Q)}),r.watch(()=>e.modelValue,Q=>{o.dates=Q;const $=e.multiple?o.dates[o.dates.length-1]:e.startDate||o.dates[0];o.panelDate=$||new Date});const g=()=>{setTimeout(()=>{o.currentView=e.selectionMode},500)},m=Q=>{o.panelDate=Q,o.pickerTable==="year-table"?o.pickerTable="month-table":o.pickerTable=i(o.currentView)},v=(Q,$)=>{let oe=Q;e.selectionMode==="year"?oe=new Date(Q.getFullYear(),0,1):e.selectionMode==="month"?oe=new Date(o.panelDate.getFullYear(),Q.getMonth(),1):oe=new Date(Q),o.dates=[oe],n("pick",oe,!1,$||e.selectionMode)},y=()=>{g(),n("pick-success")},b=()=>{g(),n("pick-clear")},I=Q=>{Q.value&&n("pick",Q.value(),!1,void 0,Q),Q.onClick&&Q.onClick(this),e.shortcutClose&&y()},k=()=>{o.currentView=e.selectionMode,o.pickerTable=i(o.currentView)},L=Q=>{e.selectionMode==="year"||o.pickerTable==="year-table"?o.panelDate=new Date(o.panelDate.getFullYear()+Q*10,0,1):o.panelDate=r6(o.panelDate,Q*12)},x=Q=>{o.panelDate=r6(o.panelDate,Q)},C=Q=>{var $,oe;Q&&(($=d==null?void 0:d.value)==null||$.updateScroll(),(oe=f==null?void 0:f.value)==null||oe.updateScroll())},N=r.computed(()=>o.pickerTable===`${o.currentView}-table`?v:m),M=r.computed(()=>{const Q="zh-CN",$="[yyyy]-[mm]",oe=o.panelDate,{labels:me,separator:be}=b4(Q,$,oe),de=ue=>()=>{o.pickerTable=i(ue)};return{separator:be,labels:me.map(ue=>{const ee=ue;return ee.handler=de(ue.type),ee})}}),T=r.computed(()=>M.value.labels[0].type==="year"||o.currentView==="date"),j=r.computed(()=>M.value.labels[1].type==="year"||o.currentView==="date"),S=r.computed(()=>o.currentView==="time"),P=()=>{o.currentView=o.currentView==="time"?"date":"time"},W=r.computed(()=>!!t.shortcuts),z=r.computed(()=>!o.dates[0]);function R(){n("pick-click")}return{...r.toRefs(o),panelPickerHandlers:N,datePanelLabel:M,showLabelFirst:T,showLabelSecond:j,handleShortcutClick:I,changeYear:L,changeMonth:x,reset:k,isTime:S,hasShortcuts:W,timeDisabled:z,onToggleVisibility:C,handleToggleTime:P,handlePickSuccess:y,handlePickClear:b,handlePick:v,handlePickClick:R,timePickerRef:c}},render(){var e,t;return r.createVNode("div",{class:[U("picker-panel-body-wrapper"),this.shortcuts.length||this.hasShortcuts?U("picker-panel-with-sidebar"):""],onMousedown:n=>{n.preventDefault()}},[this.shortcuts.length?r.createVNode("div",{class:"bk-picker-panel-sidebar"},[this.shortcuts.map(n=>r.createVNode("div",{class:U("picker-panel-shortcut"),onClick:()=>this.handleShortcutClick(n)},[n.text]))]):"",r.createVNode("div",{class:U("picker-panel-body"),style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:U("date-picker-header")},[r.createVNode("span",{class:Dn("prev","-double"),onClick:()=>this.changeYear(-1)},[r.createVNode(Na,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:Dn("prev"),onClick:()=>this.changeMonth(-1)},[r.createVNode(ci,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.datePanelLabel&&Object.keys(this.datePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:U("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:U("date-picker-header-label"),onClick:()=>this.datePanelLabel.labels[1].handler},[this.datePanelLabel.labels[1].label]),[[r.vShow,this.showLabelSecond]])]):"",r.createVNode("span",{class:Dn("next","-double"),onClick:()=>this.changeYear(1)},[r.createVNode(La,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:Dn("next"),onClick:()=>this.changeMonth(1)},[r.createVNode(Pn,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),r.createVNode("div",{class:U("picker-panel-content")},[this.currentView!=="time"?(()=>{switch(this.pickerTable){case"date-table":return r.createVNode(Gd,{tableDate:this.panelDate,disabledDate:this.disabledDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);case"year-table":return r.createVNode(kT,{tableDate:this.panelDate,disabledDate:this.disabledDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);case"month-table":return r.createVNode(NT,{tableDate:this.panelDate,disabledDate:this.disabledDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);default:return null}})():r.createVNode(C4,{ref:"timePickerRef",value:this.dates,format:this.format,disabledDate:this.disabledDate,onPick:this.handlePick,"onPick-click":this.handlePickClick,"onPick-clear":this.handlePickClear,"onPick-success":this.handlePickSuccess,"onPick-toggle-time":this.handleToggleTime},null)]),this.confirm?r.createVNode(s4,{clearable:this.clearable,showTime:this.showTime,timeDisabled:this.timeDisabled,isTime:this.isTime,"onPick-toggle-time":this.handleToggleTime,"onPick-clear":this.handlePickClear,"onPick-success":this.handlePickSuccess},this.$slots):""]),this.hasShortcuts?r.createVNode("div",{class:U("picker-panel-sidebar")},[((t=(e=this.$slots).shortcuts)==null?void 0:t.call(e))??null]):null])}}),OT={steps:{type:Array,default:()=>[]},format:{type:String,default:"HH:mm:ss"},value:{type:Array,required:!0},allowCrossDay:{type:Boolean,default:!1}},w4=r.defineComponent({name:"TimeRangePanel",props:{...Mc,...Ic,...OT},emits:["pick","pick-click"],setup(e,{emit:t}){const[n,i]=e.value.slice(),s=r.reactive({showDate:!1,dateStart:n||Nr(),dateEnd:i||Nr()}),o=r.inject(wc),u=r.computed(()=>!(e.format||"").match(/mm$/)),c=r.computed(()=>It.format(o.dates[0],e.format)),d=r.computed(()=>It.format(o.dates[1],e.format));r.watch(()=>e.value,k=>{const[L,x]=k.slice();s.dateStart=L||Nr(),s.dateEnd=x||Nr()}),r.onMounted(()=>{o&&o.parentName==="DatePanel"&&(s.showDate=!0)});function f(){t("pick-click")}function g(k,L,x,C=!0){let N=new Date(s.dateStart),M=new Date(s.dateEnd);Object.keys(L).forEach(T=>{N[`set${Is(T)}`](L[T])}),Object.keys(x).forEach(T=>{M[`set${Is(T)}`](x[T])}),!e.allowCrossDay&&M<N&&(k==="start"&&(M=N),k==="end"&&(N=M)),C&&t("pick",[N,M],!0,"time")}function m(k){g("start",k,{})}function v(k){g("end",{},k)}const y=r.ref(null),b=r.ref(null);function I(){var k,L;(k=y==null?void 0:y.value)==null||k.updateScroll(),(L=b==null?void 0:b.value)==null||L.updateScroll()}return{...r.toRefs(s),showSeconds:u,leftDatePanelLabel:c,rightDatePanelLabel:d,handleStartChange:m,handleEndChange:v,handlePickClick:f,updateScroll:I,timeSpinnerRef:y,timeSpinnerEndRef:b}},render(){return r.createVNode("div",{class:[U("picker-panel-body-wrapper"),U("time-picker-with-range"),this.showSeconds?U("time-picker-with-seconds"):""],onMousedown:e=>{e.preventDefault()}},[r.createVNode("div",{class:U("picker-panel-body"),style:{width:`${this.width*2}px`}},[r.createVNode("div",{class:[U("picker-panel-content"),U("picker-panel-content-left")],style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:"bk-time-picker-header"},[this.leftDatePanelLabel]):"",r.createVNode(Zd,{ref:"timeSpinnerRef",steps:this.steps,showSeconds:this.showSeconds,hours:this.value[0]&&this.dateStart.getHours(),minutes:this.value[0]&&this.dateStart.getMinutes(),seconds:this.value[0]&&this.dateStart.getSeconds(),disabledHours:this.disabledHours,disabledMinutes:this.disabledMinutes,disabledSeconds:this.disabledSeconds,hideDisabledOptions:this.hideDisabledOptions,onChange:this.handleStartChange,"onPick-click":this.handlePickClick},null)]),r.createVNode("div",{class:[U("picker-panel-content"),U("picker-panel-content-right")],style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:U("time-picker-header")},[this.rightDatePanelLabel]):"",r.createVNode(Zd,{ref:"timeSpinnerEndRef",steps:this.steps,showSeconds:this.showSeconds,hours:this.value[1]&&this.dateEnd.getHours(),minutes:this.value[1]&&this.dateEnd.getMinutes(),seconds:this.value[1]&&this.dateEnd.getSeconds(),disabledHours:this.disabledHours,disabledMinutes:this.disabledMinutes,disabledSeconds:this.disabledSeconds,hideDisabledOptions:this.hideDisabledOptions,onChange:this.handleEndChange,"onPick-click":this.handlePickClick},null)])])])}}),ET={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:()=>[]},shortcutClose:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},splitPanels:{type:Boolean,default:!0},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},disabledDate:Function,focusedDate:{type:Date,required:!0},confirm:{type:Boolean,default:!1},format:{type:String,default:"yyyy-MM-dd"},timePickerOptions:{type:Object,default:()=>({})}},AT=r.defineComponent({name:"DateRangePanel",props:ET,emits:["pick","pick-success","pick-clear","pick-click"],setup(e,{slots:t,emit:n}){const i=ft("datePicker"),[s,o]=e.modelValue.map(H=>H||Nr()),u=e.startDate?e.startDate:s,c=r.reactive({currentView:e.selectionMode||"date",leftPickerTable:`${e.selectionMode}-table`,rightPickerTable:`${e.selectionMode}-table`,leftPanelDate:u,rightPanelDate:new Date(u.getFullYear(),u.getMonth()+1,1),rangeState:{from:e.modelValue[0],to:e.modelValue[1],selecting:s&&!o},upToNowEnable:!1,dates:e.modelValue}),{proxy:d}=r.getCurrentInstance();r.provide(wc,{dates:c.dates,parentName:d.$options.name});const f=(H,ae)=>!H||!ae?0:H.getTime()-ae.getTime(),g=()=>{c.currentView=e.selectionMode,c.leftPickerTable=`${c.currentView}-table`,c.rightPickerTable=`${c.currentView}-table`},m=r.ref(null),v=r.ref(null),y=H=>{var ae,E;H&&((ae=m==null?void 0:m.value)==null||ae.updateScroll(),(E=v==null?void 0:v.value)==null||E.updateScroll())},b=(H,ae,E,O=!0)=>{const A=new Date(c[`${H}PanelDate`]);if(A[`set${ae}`](A[`get${ae}`]()+E),c[`${H}PanelDate`]=A,!!O)if(e.splitPanels){const te=H==="left"?"right":"left";H==="left"&&c.leftPanelDate>=c.rightPanelDate&&b(te,ae,1),H==="right"&&c.rightPanelDate<=c.leftPanelDate&&b(te,ae,-1)}else{const te=H==="left"?"right":"left",ce=c[`${te}PanelDate`],ge=new Date(ce);if(ae==="Month"){const ke=new Date(ge.getFullYear(),ge.getMonth()+E+1,0).getDate();ge.setDate(Math.min(ke,ge.getDate()))}ge[`set${ae}`](ge[`get${ae}`]()+E),c[`${te}PanelDate`]=ge}},I=H=>{const ae=c.currentView==="year"?-10:-1;b(H,"FullYear",ae)},k=H=>{const ae=c.currentView==="year"?10:1;b(H,"FullYear",ae)},L=H=>{b(H,"Month",-1)},x=H=>{b(H,"Month",1)},C=H=>{c[`${H}PickerTable`]="year-table"},N=H=>{c[`${H}PickerTable`]="month-table"},M=H=>{const ae="zh-CN",E="[yyyy]-[mm]",O=c[`${H}PanelDate`],{labels:A,separator:te}=b4(ae,E,O),ce=ge=>{const ke=ge==="month"?N:C;return()=>ke(H)};return{separator:te,labels:A.map(ge=>{const ke=ge;return ke.handler=ce(ge.type),ke})}},T=(H,ae)=>{n("pick",c.dates,H,ae||e.type)},j=(H,ae)=>{if(c.rangeState.selecting||c.currentView==="time"){if(c.currentView==="time")c.dates=H;else{const[E,O]=[c.rangeState.from,H].sort(f),A=ae==="upToNow"?new Date:new Date(new Date(new Date(O.setHours(23)).setMinutes(59)).setSeconds(59));c.dates=[E,A],c.rangeState={from:E,to:A,selecting:!1}}T(!1,ae||"date")}else c.upToNowEnable=new Date(H).getTime()<new Date().getTime(),c.rangeState={from:H,to:null,selecting:!0}},S=(H,ae)=>{if(c[`${H}PanelDate`]=ae,c[`${H}PickerTable`]==="year-table"?c[`${H}PickerTable`]="month-table":c[`${H}PickerTable`]=`${c.currentView}-table`,!e.splitPanels){const O=H==="left"?"right":"left";c[`${O}PanelDate`]=ae,b(O,"Month",O==="left"?-1:1,!1)}},P=(H,ae)=>{if(!(H!=null&&H.value))return!1;H.onClick&&H.onClick(H,ae);const E=typeof H.value=="function"?H.value():H.value,[O,A]=E;c.rangeState.from=O,c.rangeState.to=A,c.dates=[O,A],n("pick",E,!1,"shortcut",H),e.shortcutClose&&n("pick-success")},W=H=>{c.rangeState.to=H};function z(H){c.leftPanelDate=H;const ae=new Date(H.getFullYear(),H.getMonth()+1,1),E=c.dates[1]?c.dates[1].getTime():c.dates[1];c.rightPanelDate=e.splitPanels?new Date(Math.max(E,ae.getTime())):ae}r.watch(()=>e.selectionMode,H=>{c.currentView=H||"range"}),r.watch(()=>e.modelValue,H=>{const ae=H[0]?wn(H[0]):null,E=H[1]?wn(H[1]):null;c.dates=[ae,E].sort(f),c.rangeState={from:c.dates[0],to:c.dates[1],selecting:!1},z(e.startDate||c.dates[0]||new Date)}),r.watch(()=>c.currentView,H=>{const ae=c.leftPanelDate.getMonth(),E=c.rightPanelDate.getMonth(),O=c.leftPanelDate.getFullYear()===c.rightPanelDate.getFullYear();H==="date"&&O&&ae===E&&b("right","Month",1),H==="month"&&O&&b("right","FullYear",1),H==="year"&&O&&b("right","FullYear",10),c.currentView==="time"&&r.nextTick(()=>{J.value.updateScroll()})});const R=r.computed(()=>c.currentView==="time"),Q=r.computed(()=>M("left")),$=r.computed(()=>M("right")),oe=r.computed(()=>c.leftPickerTable.split("-").shift()),me=r.computed(()=>c.rightPickerTable.split("-").shift()),be=r.computed(()=>Q.value.labels[0].type==="year"||c.currentView==="date"),de=r.computed(()=>Q.value.labels[1].type==="year"||c.currentView==="date"),ue=r.computed(()=>$.value.labels[0].type==="year"||c.currentView==="date"),ee=r.computed(()=>$.value.labels[1].type==="year"||c.currentView==="date"),X=r.computed(()=>{const H=`${c.currentView}-table`;return{left:c.leftPickerTable!==H,right:c.rightPickerTable!==H}}),Z=r.computed(()=>({left:X.value.left?S.bind("left"):j,right:X.value.right?S.bind("right"):j})),B=r.computed(()=>{var H;return t.shortcuts||((H=e.shortcuts)==null?void 0:H.length)}),G=()=>{c.currentView=c.currentView==="time"?"date":"time"},F=()=>{setTimeout(()=>{c.currentView=e.selectionMode},500)},ie=()=>{F(),n("pick-success")},he=()=>{F(),n("pick-clear")};function le(){n("pick-click")}const K=r.computed(()=>!(c.dates[0]&&c.dates[1])),J=r.ref(null);return{...r.toRefs(c),isTime:R,hasShortcuts:B,prevYear:I,nextYear:k,prevMonth:L,nextMonth:x,leftDatePanelLabel:Q,rightDatePanelLabel:$,leftDatePanelView:oe,rightDatePanelView:me,leftShowLabelFirst:be,leftShowLabelSecond:de,rightShowLabelFirst:ue,rightShowLabelSecond:ee,preSelecting:X,panelPickerHandlers:Z,timeDisabled:K,handleShortcutClick:P,reset:g,onToggleVisibility:y,handleRangePick:j,handleChangeRange:W,handleToggleTime:G,handlePickSuccess:ie,handlePickClear:he,handlePickClick:le,timePickerRef:J,t:i}},render(){let e=null;if(this.hasShortcuts){let t="";this.$slots.shortcuts?t=typeof this.$slots.shortcuts=="function"?this.$slots.shortcuts():this.$slots.shortcuts:this.shortcuts.length&&(t=r.createVNode("div",{class:U("picker-panel-shortcuts")},[this.shortcuts.map((n,i)=>r.createVNode("div",{key:i,class:"shortcuts-item",onClick:()=>this.handleShortcutClick(n,i)},[n.text]))])),e=r.createVNode("div",{class:U("picker-panel-sidebar")},[t])}return r.createVNode("div",{class:[U("picker-panel-body-wrapper"),U("date-picker-with-range"),this.shortcuts.length||this.$slots.shortcuts?U("picker-panel-with-sidebar"):""],onMousedown:t=>{t.preventDefault()}},[r.createVNode("div",{class:[U("picker-panel-body"),this.showTime?U("picker-panel-body-time"):U("picker-panel-body-date")]},[r.withDirectives(r.createVNode("div",{class:[U("picker-panel-content"),U("picker-panel-content-left")],style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:U("date-picker-header")},[r.createVNode("span",{class:Dn("prev","-double"),onClick:()=>this.prevYear("left")},[r.createVNode(Na,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:Dn("prev"),onClick:()=>this.prevMonth("left")},[r.createVNode(ci,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.leftDatePanelLabel&&Object.keys(this.leftDatePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:U("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:U("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:Dn("next","-double"),onClick:()=>this.nextYear("left")},[r.createVNode(La,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]):"",this.splitPanels||this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:Dn("next"),onClick:()=>this.nextMonth("left")},[r.createVNode(Pn,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.leftPickerTable){case"date-table":return r.createVNode(Gd,{selectionMode:"range",tableDate:this.leftPanelDate,disabledDate:this.disabledDate,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:[U("picker-panel-content"),U("picker-panel-content-right")],style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:U("date-picker-header")},[this.splitPanels||this.rightPickerTable!=="date-table"?r.createVNode("span",{class:Dn("prev","-double"),onClick:()=>this.prevYear("right")},[r.createVNode(Na,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]):"",this.splitPanels&&this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:Dn("prev","-double"),onClick:()=>this.prevMonth("right")},[r.createVNode(ci,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.rightDatePanelLabel&&Object.keys(this.rightDatePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:U("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:U("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")},[this.t.toNow]):r.createVNode("span",{class:"up-to-now disabled"},[this.t.toNow]))():"",r.createVNode("span",{class:Dn("next","-double"),onClick:()=>this.nextYear("right")},[r.createVNode(La,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:Dn("next"),onClick:()=>this.nextMonth("right")},[r.createVNode(Pn,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.rightPickerTable){case"date-table":return r.createVNode(Gd,{selectionMode:"range",tableDate:this.rightPanelDate,disabledDate:this.disabledDate,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.isTime?r.createVNode(w4,{ref:"timePickerRef",value:this.dates,format:this.format,disabledDate:this.disabledDate,onPick:this.handleRangePick,"onPick-click":this.handlePickClick,"onPick-clear":this.handlePickClear,"onPick-success":this.handlePickSuccess,"onPick-toggle-time":this.handleToggleTime},null):"",this.confirm?r.createVNode(s4,{clearable:this.clearable,showTime:this.showTime,timeDisabled:this.timeDisabled,isTime:this.isTime,"onPick-toggle-time":this.handleToggleTime,"onPick-clear":this.handlePickClear,"onPick-success":this.handlePickSuccess},this.$slots):""]),e])}}),PT=r.defineComponent({name:"DatePicker",directives:{clickoutside:ui},props:Mc,emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:["header"],setup(e,{slots:t,emit:n}){const i=Zn(),s=e.type.includes("range"),o=s?[null,null]:[null],u=s?e.value||e.modelValue:[e.value||e.modelValue];let c=m4(u)?o:Xi(e.value||e.modelValue,e.type,e.multiple,e.format),d=null;e.shortcutSelectedIndex!==-1&&(d=e.shortcuts[e.shortcutSelectedIndex]||null,d&&(c=d.value()));const f=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(Tl),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:d,onSelectionModeChange:g});g(e.type);function g(J){let H=J;return J.match(/^date/)&&(H="date"),f.selectionMode=["year","month","date","time"].indexOf(H)>-1&&H,f.selectionMode}const m=r.computed(()=>{if(e.multiple)return f.internalValue.slice();const J=e.type.includes("range");let H=f.internalValue.map(ae=>ae instanceof Date?new Date(ae):ae||"");return e.type.match(/^time/)&&(H=H.map(ae=>ri(ae,e.type,e.multiple,e.format))),J||e.multiple?H:H[0]}),v=r.computed(()=>e.type.match(/^time/)?m.value:e.multiple?ri(m.value,e.type,e.multiple,e.format):Array.isArray(m.value)?m.value.map(J=>ri(J,e.type,e.multiple,e.format)):ri(m.value,e.type,e.multiple,e.format)),y=r.computed(()=>e.type==="daterange"||e.type==="datetimerange"?"DateRangePanel":"DatePanel"),b=r.computed(()=>e.open===null?f.visible:e.open),I=r.computed(()=>ri(f.internalValue,e.type,e.multiple,e.format)),k=r.computed(()=>{var J;return(J=f.shortcut)!=null&&J.text&&e.useShortcutText?f.shortcut.text:I.value}),L=r.computed(()=>!!t.trigger||e.type==="datetime"||e.type==="datetimerange"||e.multiple),x=r.computed(()=>!!t.header),C=r.computed(()=>!!t.footer),N=r.computed(()=>!!t.shortcuts),M=r.computed(()=>!!t.confirm),T=r.computed(()=>{let J="";return e.fontSize==="medium"?J="medium-font":e.fontSize==="large"&&(J="large-font"),J}),j=r.computed(()=>{let J="";return e.fontSize==="medium"?J="medium-width":e.fontSize==="large"&&(J="large-width"),J}),S=r.computed(()=>{var J;return(J=f.shortcut)!=null&&J.text&&e.useShortcutText?!0:!e.editable||e.readonly}),P=r.computed(()=>e.options),W=r.computed(()=>y.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),z=r.ref(null),R=()=>{var J;(J=z==null?void 0:z.value)==null||J.focus()};r.watch(()=>f.visible,J=>{var H,ae;J===!1&&((H=Q.value)==null||H.destoryDropdown()),(ae=Q.value)==null||ae.updateDropdown(),n("open-change",J)});const Q=r.ref(null);r.watch(()=>e.modelValue,J=>{var H;f.internalValue=Xi(J,e.type,e.multiple,e.format),e.withValidate&&((H=i==null?void 0:i.validate)==null||H.call(i,"change"))}),r.watch(()=>e.open,J=>{f.visible=J===!0}),r.watch(()=>e.type,J=>{g(J)}),r.watch(()=>m,(J,H)=>{const ae=JSON.stringify(J),E=JSON.stringify(H);(ae!==E||typeof J!=typeof H)&&n("input",J)}),r.onMounted(()=>{e.type.indexOf("date")>-1,f.timeEnterMode=!0;const J=e.modelValue,H=m.value;(typeof J!=typeof H||JSON.stringify(J)!==JSON.stringify(H))&&n("input",m.value),e.open!==null&&(f.visible=e.open),r.provide(y4,{props:e,focus:()=>R()})});const $=r.ref(null),oe=J=>{var H;if(f.disableCloseUnderTransfer)return f.disableCloseUnderTransfer=!1,!1;if(J&&J.type==="mousedown"&&f.visible){J.preventDefault(),J.stopPropagation();return}if(f.visible){const ae=(H=$==null?void 0:$.value)==null?void 0:H.$el;if(J&&ae&&ae.contains(J.target))return;f.visible=!1,J==null||J.preventDefault(),J==null||J.stopPropagation();return}f.isFocused=!1,f.disableClickOutSide=!1},me=()=>{var J,H;(J=z==null?void 0:z.value)==null||J.focus(),(H=z==null?void 0:z.value)==null||H.click()},be=()=>{e.readonly||e.disabled||I!=null&&I.value&&(f.showClose=!0)},de=J=>{f.showClose=!1},ue=J=>{r.nextTick(()=>{var H;n("update:modelValue",m.value),n("change",v.value,J),e.type.indexOf("time")<0&&((H=z==null?void 0:z.value)==null||H.blur())})},ee=J=>{var ge;const H=e.type.includes("range")||e.multiple,ae=I.value,E=J.target.value,O=Xi(E,e.type,e.multiple,e.format),A=H?O:O[0],te=(ge=e.disabledDate)==null?void 0:ge.call(e,A),ce=O.reduce((ke,xe)=>ke&&xe instanceof Date,!0);E!==ae&&!te&&ce?(ue(e.type),f.internalValue=O):f.forceInputRerender=f.forceInputRerender+1},X=J=>{e.readonly||(f.isFocused=!0,!(J&&J.type==="focus")&&(e.disabled||(f.visible=!0)))},Z=()=>{var J;(J=$==null?void 0:$.value)==null||J.reset()},B=J=>{var H,ae;if(f.internalFocus){f.internalFocus=!1;return}if(f.visible){J.preventDefault();return}f.isFocused=!1,g(e.type),f.internalValue=f.internalValue.slice(),Z(),(H=$==null?void 0:$.value)==null||H.onToggleVisibility(!1),(ae=i==null?void 0:i.validate)==null||ae.call(i,"blur")},G=J=>{const{keyCode:H}=J;if(H===9&&f.visible)if(J.stopPropagation(),J.preventDefault(),L.value){const E=`.${U("picker-confirm")} > *`,O=Q.value.$el.querySelectorAll(E);f.internalFocus=!0,[...O][J.shiftKey?"pop":"shift"]().focus()}else oe();const ae=[37,38,39,40];if(!f.visible&&ae.includes(H)){f.visible=!0;return}H===27&&f.visible&&(J.stopPropagation(),oe()),ae.includes(H)&&f.focusedTime.active&&J.preventDefault()},F=()=>{f.visible=!1,f.internalValue=f.internalValue.map(()=>null),n("clear"),ue(e.type),Z(),f.showClose=!1,f.shortcut=null,setTimeout(()=>g(e.type),500)},ie=()=>{var J;f.visible=!1,r.nextTick(()=>{n("pick-success")}),(J=z==null?void 0:z.value)==null||J.blur(),Z()},he=(J,H=!1,ae,E)=>{let O=J;if(e.multiple){const te=O.getTime(),ce=f.internalValue.findIndex(xe=>xe&&xe.getTime()===te),ke=[...f.internalValue,O].filter(Boolean).map(xe=>xe.getTime()).filter((xe,se,ye)=>ye.indexOf(xe)===se&&se!==ce);f.internalValue=ke.map(xe=>new Date(xe))}else O=Xi(J,e.type,e.multiple,e.format),f.internalValue=Array.isArray(O)?O:[O];if(f.internalValue[0]){const[te]=f.internalValue;f.focusedDate=te}f.focusedTime={...f.focusedTime,time:f.internalValue.map(Tl)},L.value||(g(e.type),f.visible=H),ae==="upToNow"&&e.type==="daterange"&&ie(),f.shortcut=E,ue(ae);const A=e.shortcuts.findIndex(te=>te===f.shortcut);n("shortcut-change",f.shortcut,A)},le=r.ref(null),K=()=>{var J,H;(H=(J=$.value).handleToggleTime)==null||H.call(J)};return{...r.toRefs(f),panel:y,publicStringValue:v,opened:b,visualValue:I,displayValue:k,isConfirm:L,hasHeader:x,hasFooter:C,hasShortcuts:N,hasConfirm:M,fontSizeCls:T,longWidthCls:j,localReadonly:S,allowCrossDayProp:W,ownPickerProps:P,pickerDropdownRef:Q,inputRef:z,triggerRef:le,pickerPanelRef:$,handleClose:oe,handleIconClick:me,handleInputMouseenter:be,handleInputMouseleave:de,handleFocus:X,handleBlur:B,handleKeydown:G,handleInputChange:ee,handleClear:F,onPick:he,onPickSuccess:ie,handleToggleTime:K}},render(){var s,o;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:[U("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(fn,{onClick:this.handleClear,class:"clear-action"},null):""]),t=this.hasShortcuts?{shortcuts:()=>{var u,c;return((c=(u=this.$slots).shortcuts)==null?void 0:c.call(u,{change:this.onPick}))||null}}:{},n=this.hasConfirm?{confirm:this.$slots.confirm}:{},i={...t,...n};return r.withDirectives(r.createVNode("div",{class:[U("date-picker"),this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:U("date-picker-rel"),onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave},[((o=(s=this.$slots).trigger)==null?void 0:o.call(s))??e]),r.createVNode(r.Teleport,{to:"body",disabled:!this.appendToBody},{default:()=>[r.createVNode(r.Transition,{name:U("fade-down-transition")},{default:()=>[r.withDirectives(r.createVNode(s0,{class:[this.appendToBody?U("date-picker-transfer"):""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody},{default:()=>{var u,c,d,f;return[this.hasHeader?r.createVNode("div",{class:[U("date-picker-top-wrapper"),this.headerSlotCls]},[((c=(u=this.$slots).header)==null?void 0:c.call(u))??null]):null,this.panel==="DateRangePanel"?r.createVNode(AT,{ref:"pickerPanelRef",type:this.type,showTime:this.type==="datetime"||this.type==="datetimerange",confirm:this.isConfirm,shortcuts:this.shortcuts,shortcutClose:this.shortcutClose,modelValue:this.internalValue,selectionMode:this.selectionMode,startDate:this.startDate,disabledDate:this.disabledDate,focusedDate:this.focusedDate,timePickerOptions:this.timePickerOptions,onPick:this.onPick,"onPick-clear":this.handleClear,"onPick-success":this.onPickSuccess,"onSelection-mode-change":this.onSelectionModeChange},i):r.createVNode(jT,{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,disabledDate:this.disabledDate,focusedDate:this.focusedDate,timePickerOptions:this.timePickerOptions,onPick:this.onPick,"onPick-clear":this.handleClear,"onPick-success":this.onPickSuccess,"onSelection-mode-change":this.onSelectionModeChange},i),this.hasFooter?r.createVNode("div",{class:[U("date-picker-footer-wrapper"),this.footerSlotCls]},[((f=(d=this.$slots).footer)==null?void 0:f.call(d))??null]):null]}}),[[r.vShow,this.opened]])]})]})]),[[r.resolveDirective("clickoutside"),this.handleClose]])}}),zT=r.defineComponent({name:"TimePicker",directives:{clickoutside:ui},props:{...Mc,...TT,...Ic},emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:["header"],setup(e,{slots:t,emit:n}){const i=Zn(),s=e.type.includes("range"),o=s?[null,null]:[null];let u=m4((s?e.modelValue:[e.modelValue])||[])?o:Xi(e.modelValue,e.type,e.multiple,e.format),c=null;e.shortcutSelectedIndex!==-1&&(c=e.shortcuts[e.shortcutSelectedIndex]||null,c&&(u=c.value()));const d=r.reactive({showClose:!1,visible:!1,internalValue:u,disableClickOutSide:!1,disableCloseUnderTransfer:!1,selectionMode:"date",forceInputRerender:1,isFocused:!1,focusedDate:u[0]||e.startDate||new Date,focusedTime:{column:0,picker:0,time:u.map(Tl),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:c,onSelectionModeChange:f});function f(K){let J=K;return K.match(/^date/)&&(J="date"),d.selectionMode=["year","month","date","time"].indexOf(J)>-1&&J,d.selectionMode}const g=r.computed(()=>{if(e.multiple)return d.internalValue.slice();const K=e.type.includes("range");let J=d.internalValue.map(H=>H instanceof Date?new Date(H):H||"");return e.type.match(/^time/)&&(J=J.map(H=>ri(H,e.type,e.multiple,e.format))),K||e.multiple?J:J[0]}),m=r.computed(()=>e.type.match(/^time/)?g.value:e.multiple?ri(g.value,e.type,e.multiple,e.format):Array.isArray(g.value)?g.value.map(K=>ri(K,e.type,e.multiple,e.format)):ri(g.value,e.type,e.multiple,e.format)),v=r.computed(()=>e.type==="timerange"?"RangeTimePickerPanel":"TimePickerPanel"),y=r.computed(()=>e.open===null?d.visible:e.open),b=r.computed(()=>ri(d.internalValue,e.type,e.multiple,e.format)),I=r.computed(()=>{var K;return(K=d.shortcut)!=null&&K.text&&e.useShortcutText?d.shortcut.text:b.value}),k=r.computed(()=>!!t.trigger||e.type==="datetime"||e.type==="datetimerange"||e.multiple),L=r.computed(()=>!!t.header),x=r.computed(()=>!!t.footer),C=r.computed(()=>!!t.shortcuts),N=r.computed(()=>{let K="";return e.fontSize==="medium"?K="medium-font":e.fontSize==="large"&&(K="large-font"),K}),M=r.computed(()=>{let K="";return e.fontSize==="medium"?K="medium-width":e.fontSize==="large"&&(K="large-width"),K}),T=r.computed(()=>{var K;return(K=d.shortcut)!=null&&K.text&&e.useShortcutText?!0:!e.editable||e.readonly}),j=r.computed(()=>({disabledHours:e.disabledHours,disabledMinutes:e.disabledMinutes,disabledSeconds:e.disabledSeconds,hideDisabledOptions:e.hideDisabledOptions})),S=r.computed(()=>v.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),P=r.ref(null),W=()=>{var K;(K=P==null?void 0:P.value)==null||K.focus()},{proxy:z}=r.getCurrentInstance(),R=r.ref(null);r.watch(()=>d.visible,K=>{var J,H;K&&((H=(J=R.value)==null?void 0:J.forceUpdate)==null||H.call(J),r.nextTick(()=>{var ae,E;(E=(ae=z.pickerPanelRef)==null?void 0:ae.timeSpinnerRef)==null||E.updateScroll()}))}),r.watch(()=>e.modelValue,K=>{var J;d.internalValue=Xi(K,e.type,e.multiple,e.format),e.withValidate&&((J=i==null?void 0:i.validate)==null||J.call(i,"change"))}),r.watch(()=>e.open,K=>{d.visible=K===!0}),r.watch(()=>e.type,K=>{f(K)}),r.watch(()=>g,(K,J)=>{const H=JSON.stringify(K),ae=JSON.stringify(J);(H!==ae||typeof K!=typeof J)&&n("input",K)}),r.onMounted(()=>{e.type.indexOf("date")>-1,d.timeEnterMode=!0;const K=e.modelValue,J=g.value;(typeof K!=typeof J||JSON.stringify(K)!==JSON.stringify(J))&&n("input",g.value),e.open!==null&&(d.visible=e.open),r.provide(y4,{props:e,focus:()=>W()})});const Q=r.ref(null),$=K=>{var J;if(d.disableCloseUnderTransfer)return d.disableCloseUnderTransfer=!1,!1;if(K&&K.type==="mousedown"&&d.visible){K.preventDefault(),K.stopPropagation();return}if(d.visible){const H=(J=Q==null?void 0:Q.value)==null?void 0:J.$el;if(K&&H&&H.contains(K.target))return;d.visible=!1,K==null||K.preventDefault(),K==null||K.stopPropagation();return}d.isFocused=!1,d.disableClickOutSide=!1},oe=()=>{var K,J;(K=P==null?void 0:P.value)==null||K.focus(),(J=P==null?void 0:P.value)==null||J.click()},me=()=>{e.readonly||e.disabled||b!=null&&b.value&&(d.showClose=!0)},be=K=>{d.showClose=!1},de=K=>{r.nextTick(()=>{var J;n("update:modelValue",g.value),n("change",m.value,K),e.type.indexOf("time")<0&&((J=P==null?void 0:P.value)==null||J.blur())})},ue=K=>{var ce;const J=e.type.includes("range")||e.multiple,H=b.value,ae=K.target.value,E=Xi(ae,e.type,e.multiple,e.format),O=J?E:E[0],A=(ce=e.disabledDate)==null?void 0:ce.call(e,O),te=E.reduce((ge,ke)=>ge&&ke instanceof Date,!0);ae!==H&&!A&&te?(de(e.type),d.internalValue=E):d.forceInputRerender=d.forceInputRerender+1},ee=K=>{e.readonly||(d.isFocused=!0,!(K&&K.type==="focus")&&(e.disabled||(d.visible=!0)))},X=()=>{var K,J;(J=(K=Q==null?void 0:Q.value)==null?void 0:K.reset)==null||J.call(K)},Z=K=>{var J,H;if(d.internalFocus){d.internalFocus=!1;return}if(d.visible){K.preventDefault();return}d.isFocused=!1,f(e.type),d.internalValue=d.internalValue.slice(),X(),(J=Q==null?void 0:Q.value)==null||J.onToggleVisibility(!1),(H=i==null?void 0:i.validate)==null||H.call(i,"blur")},B=K=>{const{keyCode:J}=K;if(J===9&&d.visible)if(K.stopPropagation(),K.preventDefault(),k.value){const ae=".bk-picker-confirm > *",E=R.value.$el.querySelectorAll(ae);d.internalFocus=!0,[...E][K.shiftKey?"pop":"shift"]().focus()}else $();const H=[37,38,39,40];if(!d.visible&&H.includes(J)){d.visible=!0;return}J===27&&d.visible&&(K.stopPropagation(),$()),H.includes(J)&&d.focusedTime.active&&K.preventDefault()},G=()=>{d.visible=!1,d.internalValue=d.internalValue.map(()=>null),n("clear"),de(e.type),X(),d.showClose=!1,d.shortcut=null,setTimeout(()=>f(e.type),500)},F=()=>{e.appendToBody&&(d.disableCloseUnderTransfer=!0)},ie=()=>{var K;d.visible=!1,r.nextTick(()=>{n("pick-success")}),(K=P==null?void 0:P.value)==null||K.blur(),X()},he=(K,J=!1,H,ae)=>{let E=K;if(e.multiple){const A=E.getTime(),te=d.internalValue.findIndex(ke=>ke&&ke.getTime()===A),ge=[...d.internalValue,E].filter(Boolean).map(ke=>ke.getTime()).filter((ke,xe,se)=>se.indexOf(ke)===xe&&xe!==te);d.internalValue=ge.map(ke=>new Date(ke))}else E=Xi(K,e.type,e.multiple,e.format),d.internalValue=Array.isArray(E)?E:[E];if(d.internalValue[0]){const[A]=d.internalValue;d.focusedDate=A}d.focusedTime={...d.focusedTime,time:d.internalValue.map(Tl)},k.value||(f(e.type),d.visible=J),H==="upToNow"&&e.type==="daterange"&&ie(),d.shortcut=ae,de(H);const O=e.shortcuts.findIndex(A=>A===d.shortcut);n("shortcut-change",d.shortcut,O)},le=r.ref(null);return{...r.toRefs(d),panel:v,publicStringValue:m,opened:y,visualValue:b,displayValue:I,isConfirm:k,hasHeader:L,hasFooter:x,hasShortcuts:C,fontSizeCls:N,longWidthCls:M,localReadonly:T,allowCrossDayProp:S,ownPickerProps:j,pickerDropdownRef:R,inputRef:P,triggerRef:le,pickerPanelRef:Q,handleClose:$,handleIconClick:oe,handleInputMouseenter:me,handleInputMouseleave:be,handleFocus:ee,handleBlur:Z,handleKeydown:B,handleInputChange:ue,handleClear:G,handleTransferClick:F,onPick:he,onPickSuccess:ie}},render(){var n,i;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:[U("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(fn,{onClick:this.handleClear,class:"clear-action"},null):""]),t=this.hasShortcuts?{shortcuts:()=>{var s,o;return((o=(s=this.$slots).shortcuts)==null?void 0:o.call(s))||null}}:{};return r.withDirectives(r.createVNode("div",{class:[U("date-picker"),this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:U("date-picker-rel"),onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave},[((i=(n=this.$slots).trigger)==null?void 0:i.call(n))??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(s0,{class:[this.appendToBody?U("date-picker-transfer"):""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody,onClick:this.handleTransferClick},{default:()=>{var s,o,u,c;return[this.hasHeader?r.createVNode("div",{class:[U("date-picker-top-wrapper"),this.headerSlotCls]},[((o=(s=this.$slots).header)==null?void 0:o.call(s))??null]):null,this.panel==="RangeTimePickerPanel"?r.createVNode(w4,{ref:"pickerPanelRef",clearable:this.clearable,shortcuts:this.shortcuts,multiple:this.multiple,shortcutClose:this.shortcutClose,value:this.internalValue,startDate:this.startDate,disabledDate:this.disabledDate,onPick:this.onPick,"onPick-clear":this.handleClear,"onPick-success":this.onPickSuccess,disabledHours:this.ownPickerProps.disabledHours,disabledMinutes:this.ownPickerProps.disabledMinutes,disabledSeconds:this.ownPickerProps.disabledSeconds},t):r.createVNode(C4,{ref:"pickerPanelRef",clearable:this.clearable,confirm:this.isConfirm,shortcuts:this.shortcuts,multiple:this.multiple,shortcutClose:this.shortcutClose,value:this.internalValue,startDate:this.startDate,disabledDate:this.disabledDate,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:[U("date-picker-footer-wrapper"),this.footerSlotCls]},[((c=(u=this.$slots).footer)==null?void 0:c.call(u))??null]):null]}}),[[r.vShow,this.opened]])]})]})]),[[r.resolveDirective("clickoutside"),this.handleClose]])}}),M4=Fe(PT);var ii=(e=>(e.OBJECT_ARRAY="objectArray",e.BASE_ARRAY="baseArray",e.NOT_ARRAY="notArray",e))(ii||{});const VT={title:p.arrayOf(p.string).def([]),extCls:p.string.def(""),searchPlaceholder:p.string.def(""),settingKey:p.string.def("id"),displayKey:p.string.def("value"),sortKey:p.string.def("value"),showOverflowTips:p.bool.def(!1),searchable:p.bool.def(!1),sortable:p.bool.def(!1),sourceList:p.arrayOf(p.any).def([]),targetList:p.arrayOf(p.any).def([]),emptyContent:p.arrayOf(p.string).def([]),multiple:p.bool.def(!1)};function JT(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}function RT(e,t,n){const i=r.ref([]),s=r.ref([]),o=(u=!1)=>{u&&(i.value=[],s.value=[]),e.value.forEach(c=>{const d=c[n.value];t.value.includes(d)?s.value.push(c):i.value.push(c)})};return o(),r.watch(()=>[e,t,n],()=>{o(!0)},{deep:!0}),{selectList:i,selectedList:s}}function QT(e,t){const n=r.ref(""),i=r.computed(()=>e.value.filter(s=>{const o=s[t.value];return o instanceof Object?!1:o.toString().includes(n.value)}));return{selectSearchQuery:n,selectListSearch:i}}const _T=r.defineComponent({name:"Transfer",props:VT,emits:["change","update:targetList"],setup(e,{emit:t}){const n=ft("transfer"),i=r.ref({source:!1,target:!1}),s=r.ref({source:[],target:[]}),o=r.computed(()=>Array.isArray(e.sourceList)?e.sourceList.every(W=>W.toString().includes("[object Object]"))?ii.OBJECT_ARRAY:ii.BASE_ARRAY:ii.NOT_ARRAY),u=r.computed(()=>o.value===ii.BASE_ARRAY?"value":e.settingKey),c=r.computed(()=>o.value===ii.BASE_ARRAY?"value":e.displayKey),d=r.computed(()=>e.sortKey||c.value),f=r.computed(()=>{switch(o.value){case ii.BASE_ARRAY:return[...new Set(e.sourceList)].map(P=>({value:P}));case ii.OBJECT_ARRAY:return[...e.sourceList];default:return[]}}),{targetList:g}=r.toRefs(e),{selectList:m,selectedList:v}=RT(f,g,u),{selectSearchQuery:y,selectListSearch:b}=QT(m,c),I=r.computed(()=>[...b.value].sort((P,W)=>{const z=P[d.value],R=W[d.value];return z>R?1:-1})),k=r.computed(()=>[...v.value].sort((P,W)=>{const z=P[d.value],R=W[d.value];return z>R?1:-1}));r.watch(()=>[m,v],()=>{e.multiple||M()},{deep:!0});const L=(P,W)=>{const z=u.value;return P.some(R=>R[z]===W[z])&&W.disabled},x=()=>{m.value=[...f.value.filter(P=>L(m.value,P))],v.value=[...f.value.filter(P=>!L(m.value,P))],M()},C=()=>{m.value=[...f.value.filter(P=>!L(v.value,P))],v.value=[...f.value.filter(P=>L(v.value,P))],M()},N=(P,W)=>{if(P.disabled)return;const z=P[u.value],R=W?m:v,Q=W?v:m,$=R.value.findIndex(oe=>oe[u.value]===z);Q.value.push(...R.value.splice($,1)),M()},M=()=>{const P=m.value.map(z=>z[u.value]),W=v.value.map(z=>z[u.value]);t("update:targetList",W),t("change",o.value===ii.BASE_ARRAY?P:m.value.map(z=>r.toRaw(z)),o.value===ii.BASE_ARRAY?W:v.value.map(z=>r.toRaw(z)),W)};return{selectSearchQuery:y,selectListSearch:b,selectedList:v,selectListSort:I,selectedListSort:k,settingCode:u,displayCode:c,allToRight:x,allToLeft:C,handleItemClick:N,t:n,handleAllChecked:(P,W)=>{const z=W==="source"?m:v;s.value[W]=P?z.value.map(R=>R[u.value]):[]},multipleSelectAllValue:i,multipleSelectList:s,handleMultipleChange:P=>{const W=P==="left",z=W?m:v,R=W?v:m,Q=s.value[W?"source":"target"],$=z.value.filter(oe=>Q.includes(oe[u.value]));z.value=z.value.filter(oe=>!Q.includes(oe[u.value])),R.value.push(...$),s.value[W?"source":"target"]=[],M()},handleItemChecked:P=>{const W=P==="source"?m:v;i.value[P]=s.value[P].length===W.value.length}}},render(){const{multiple:e}=this.$props,t=this.sortable?this.selectListSort:this.selectListSearch,n=this.sortable?this.selectedListSort:this.selectedList,i=c=>{const d=c==="left-header",f=d?"source":"target",g=d?`${this.title[0]??this.t.sourceList}`:`${this.title[1]??this.t.targetList}`,m=d?!t.length:!n.length,v=!!this.multipleSelectList[f].length&&!this.multipleSelectAllValue[f],y=this.multipleSelectList[f].length,b=()=>{m||(d?this.allToRight():this.allToLeft())};return this.$slots[c]?r.createVNode("div",{class:"slot-header"},[this.$slots[c]()]):r.createVNode("div",{class:"header"},[this.multiple?r.createVNode(Gn,{class:"header-checkbox",label:g,modelValue:this.multipleSelectAllValue[f],"onUpdate:modelValue":I=>this.multipleSelectAllValue[f]=I,indeterminate:v,onChange:I=>this.handleAllChecked(I,f)},null):r.createVNode(r.Fragment,null,[`${g}(${d?t.length:n.length})`]),this.multiple?r.createVNode("div",{class:"select-total-count"},[r.createVNode("span",{class:"select-count"},[y]),r.createVNode("span",{class:"count-delimiter"},[r.createTextVNode("/")]),r.createVNode("span",{class:"total-count"},[d?t.length:n.length])]):r.createVNode("span",{class:{"select-all":!0,disabled:m},onClick:()=>b()},[d?this.t.selectAll:this.t.removeAll])])},s=c=>{const d=c==="left-empty-content",f=(d?this.emptyContent[0]:this.emptyContent[1])??(d?this.t.noData:this.t.noSelected);return this.$slots[c]?r.createVNode("div",null,[this.$slots[c]()]):r.createVNode("div",{class:"empty"},[f])},o=(c,d=!0)=>r.createVNode("div",{class:["item-content",{"is-disabled":c.disabled}]},[r.createVNode("span",{class:"content-text",title:c[this.displayCode]},[c[this.displayCode]]),!e&&r.createVNode("span",{class:"icon-wrapper"},[d?r.createVNode(Gl,{class:"bk-icon icon-move"},null):r.createVNode(un,{class:"bk-icon icon-delete"},null)])]),u=c=>{let d;const f=c==="left",g=c==="left"?"source":"target",m=f?t:n,v=f?"source-option":"target-option",y=f?"left-empty-content":"right-empty-content",b=e?r.createVNode(gc,{class:"content is-flex",modelValue:this.multipleSelectList[g],"onUpdate:modelValue":I=>this.multipleSelectList[g]=I,onChange:()=>this.handleItemChecked(g)},JT(d=m.map(I=>r.createVNode("div",null,[r.createVNode(Gn,{class:"checkbox-item",label:I[this.settingCode]},{default:()=>{var k,L;return[((L=(k=this.$slots)[v])==null?void 0:L.call(k,I))??o(I,f)]}})])))?d:{default:()=>[d]}):r.createVNode("ul",{class:["content",this.searchable&&f?"is-search":""]},[m.map(I=>{var k,L;return r.createVNode("li",{key:I[this.settingCode],class:[this.$slots[v]?"custom-item":""],onClick:()=>this.handleItemClick(I,f)},[((L=(k=this.$slots)[v])==null?void 0:L.call(k,I))??o(I,f)])})]);return m.length?b:s(y)};return r.createVNode("div",{class:["bk-transfer",this.extCls]},[r.createVNode("div",{class:"source-list"},[i("left-header"),this.searchable&&r.createVNode(jr,{modelValue:this.selectSearchQuery,"onUpdate:modelValue":c=>this.selectSearchQuery=c,class:"transfer-search-input",clearable:!0,placeholder:this.searchPlaceholder||this.t.search},{prefix:()=>r.createVNode(Pr,{class:"icon-search"},null)}),u("left")]),e?r.createVNode("div",{class:"transfer-button-group"},[r.createVNode("div",{class:["transfer-button",{disabled:!this.multipleSelectList.source.length}],onClick:()=>this.handleMultipleChange("left")},[r.createVNode(Pn,null,null)]),r.createVNode("div",{class:["transfer-button",{disabled:!this.multipleSelectList.target.length}],onClick:()=>this.handleMultipleChange("right")},[r.createVNode(ci,null,null)])]):r.createVNode(cc,{class:"transfer"},null),r.createVNode("div",{class:"target-list"},[i("right-header"),u("right")])])}}),I4=Fe(_T);var Ni=(e=>(e.NODE_CLICK="nodeClick",e.NODE_COLLAPSE="nodeCollapse",e.NODE_EXPAND="nodeExpand",e.NODE_CHECKED="nodeChecked",e.NODE_DRAG_START="nodeDragStart",e.NODE_DRAG_OVER="nodeDragOver",e.NODE_DRAG_LEAVE="nodeDragLeave",e.NODE_DROP="nodeDrop",e))(Ni||{});const Yi=(...e)=>!0,WT={nodeClick:Yi,nodeCollapse:Yi,nodeExpand:Yi,nodeChecked:Yi,nodeDragStart:Yi,nodeDragOver:Yi,nodeDragLeave:Yi,nodeDrop:Yi};var pe=(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))(pe||{});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"};var N4=(e=>(e.CLICK="click",e.SELECTED="selected",e.EXPAND="expand",e.COLLAPSE="collapse",e))(N4||{});const HT={data:p.arrayOf(p.any).def([]),label:p.oneOfType([p.func.def(void 0),p.string.def("label")]),nodeKey:p.string.def(void 0),children:p.string.def("children"),indent:p.number.def(18),lineHeight:p.number.def(32),levelLine:p.oneOfType([p.bool.def(!1),p.func.def(void 0),p.string.def("1px dashed #c3cdd7")]).def(!1),virtualRender:p.bool.def(!1),prefixIcon:p.oneOfType([p.func.def(()=>{}),p.bool.def(!1)]).def(!0),async:p.shape({callback:p.func.def(void 0),cache:p.bool.def(!0),deepAutoOpen:ze("columnType",{}).def("once")}),offsetLeft:p.number.def(5),search:p.oneOfType([p.shape({value:p.oneOfType([p.number,p.string,p.bool]).def(""),match:p.oneOfType([on(),p.func]).def("fuzzy"),resultType:on().def("tree"),openResultNode:p.bool}),p.string,p.number,p.bool]).def(void 0),emptyText:p.string.def("没有数据"),draggable:p.bool.def(!1),disableDrag:p.func,disableDrop:p.func,dragSort:p.bool.def(!1),selectable:p.oneOfType([p.bool,p.func]).def(!0),disabledFolderSelectable:p.bool.def(!1),showCheckbox:p.bool.def(!1),showNodeTypeIcon:p.bool.def(!0),selected:p.oneOfType([p.string,p.number,p.object]),autoCheckChildren:p.bool.def(!0),autoOpenParentNode:p.bool.def(!0),expandAll:p.bool.def(!1),nodeContentAction:p.oneOfType([p.arrayOf(ze("nodeContentActionType",{}).def(N4.CLICK)),p.func.def(()=>["selected"])]).def(["selected","expand","click"]),keepSlotData:p.bool.def(!1)},BT=(e,{slots:t})=>({renderEmpty:n=>r.createVNode(pc,{scene:"part",type:n},{default:()=>{var i;return[((i=t.default)==null?void 0:i.call(t))??e.emptyText]}})}),Nc=(e,t)=>{const n=R=>e.schema.get(R),i=(R,Q)=>{var $;return($=n(R[pe.UUID]))==null?void 0:$[Q]},s=(R,Q,$)=>{e.schema.set(R[pe.UUID],{...n(R[pe.UUID]),[Q]:$})},o=R=>i(R,pe.PATH),u=R=>i(R,pe.UUID),c=R=>i(R,pe.IS_ROOT),d=R=>i(R,pe.IS_OPEN),f=R=>i(R,pe.HAS_CHILD),g=R=>i(R,pe.IS_MATCH),m=R=>i(R,pe.IS_CHECKED),v=R=>i(R,pe.PARENT_ID),y=R=>i({[pe.UUID]:R},pe.PARENT_ID),b=R=>i(R,pe.IS_LOADING),I=(R,Q)=>{s(R,pe.IS_LOADING,Q)},k=R=>e.schema.delete(R),L=R=>n(v(R)),x=R=>{var Q;return typeof R=="object"?d(R):typeof R=="string"?(Q=n(R))==null?void 0:Q[pe.IS_OPEN]:!1},C=R=>x(i(R,pe.PARENT_ID)),N=R=>c(R)||C(R),M=R=>R.split("-").reduce(($,oe)=>{const me=Number(oe);return Array.isArray($)?$[me]:$[t.children][me]},t.data),T=R=>{const Q=e.schema;return Array.prototype.filter.call(Array.from(Q.keys()),$=>Q.get($)[pe.PARENT_ID]===R[pe.UUID])},j=R=>M(o({[pe.UUID]:R})),S=R=>c({[pe.UUID]:R})?{[t.children]:t.data}:j(y(R)),P=R=>({[Ki[pe.IS_LOADING]]:i(R,pe.IS_LOADING),[Ki[pe.HAS_CHILD]]:f(R),[Ki[pe.IS_MATCH]]:g(R),[Ki[pe.IS_CHECKED]]:m(R),[Ki[pe.IS_OPEN]]:d(R),[Ki[pe.IS_ROOT]]:c(R),fullPath:i(R,pe.PATH),uuid:u(R),parentId:i(R,pe.PARENT_ID)});return{getSchemaVal:n,getNodeAttr:i,getNodeId:u,getNodeParentId:v,getNodeParentIdById:y,getParentNodeData:S,getParentNode:L,setNodeAttr:s,getNodePath:o,isRootNode:c,isNodeOpened:d,hasChildNode:f,isItemOpen:x,isNodeChecked:m,isNodeMatched:g,isNodeLoading:b,checkNodeIsOpen:N,getSourceNodeByPath:M,getSourceNodeByUID:j,deleteNodeSchema:k,resolveScopedSlotParam:P,setTreeNodeLoading:I,extendNodeAttr:R=>({...R,[pe.TREE_NODE_ATTR]:P(R)}),getChildNodes:T,extendNodeScopedData:R=>({data:R,attributes:P(R)})}},L4="1px dashed #c3cdd7",k4=(e,t,n=null,i=null,s=null,o=[])=>{const u=e[t];return typeof u=="boolean"?u?i:s:T4(n,e,t,o)},T4=(e,t,n,i=[])=>{const s=t[n];if(typeof s=="string")return typeof e=="object"&&e!==null?(Object.prototype.hasOwnProperty.call(e,s)||console.error(`cannot find node label with key ${s}`),e[s]):s;if(typeof s=="function"){const o=s.apply(void 0,[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}},x4=(e,t)=>T4(e,t,"label"),l0=(e,t)=>e.get(t)||{},FT=(e,t,n)=>{var i;return(i=l0(e,t))==null?void 0:i[n]},GT=(e,t)=>({"--level-line":k4(t,"levelLine",e,L4,null,["tree"]),"--lineHeight":`${t.lineHeight}px`,"--indent":`${t.indent}px`,"--offset-left":`${t.offsetLeft}px`}),ZT=(e,t,n={})=>{const{schema:i}=n;return{"--depth":FT(i,e[pe.UUID],pe.DEPTH),...typeof t.levelLine=="function"?{"--level-line":k4(t,"levelLine",e,L4,null,["node"])}:{}}},YT=(e,t,n)=>{const{__is_root:i,__is_open:s}=l0(t,e[pe.UUID])||{};return{"is-root":i,"bk-tree-node":!0,"is-open":s,"is-virtual-render":n.virtualRender,"level-line":n.levelLine}},UT=(e,t)=>{const{__is_checked:n,__is_selected:i}=l0(t,e[pe.UUID])||{};return{"is-checked":n,"is-selected":i,"node-folder":e.is_folder,"node-leaf":e.is_leaf,[U("node-row")]:!0}},$T=(e,t,n,i,s)=>{KT(e,t,n,{[i]:s})},KT=(e,t,n,i)=>{const o=e.split("-").reduce((u,c)=>{const d=Number(c);return Array.isArray(u)?u[d]:u[n][d]},t);Object.assign(o,i||{})},fs=e=>e==null?{__IS_NULL:!0}:typeof e=="string"||typeof e=="number"||typeof e=="symbol"?{[pe.UUID]:e}:(Object.prototype.hasOwnProperty.call(e,pe.UUID)||console.error("setNodeAction Error: node id cannot found"),e),S4=(e,t)=>{const{setNodeAttr:n,getNodePath:i,getNodeAttr:s,resolveScopedSlotParam:o,setTreeNodeLoading:u}=Nc(t,e),c=(g,m)=>{if(typeof g=="object"&&g!==null){n(m,pe.IS_OPEN,!0);const v=Array.isArray(g)?g:[g];return $T(i(m),e.data,e.children,e.children,v),Promise.resolve(g)}return Promise.resolve(g)},d=g=>{const{callback:m=null,cache:v=!0}=e.async||{};if(typeof m=="function"&&s(g,pe.IS_ASYNC)){if(n(g,pe.IS_ASYNC_INIT,!0),!s(g,pe.IS_CACHED)){n(g,pe.IS_CACHED,v);const y=o(g),b=m(g,I=>c(I,g),y);if(typeof b=="object"&&b!==null)return u(g,!0),b instanceof Promise?Promise.resolve(b.then(I=>c(I,g)).catch(I=>console.error("load remote data error:",I)).finally(()=>{u(g,!1),n(g,pe.IS_CACHED,!0)})):(c(b,g),u(g,!1),Promise.resolve(!0))}return Promise.resolve(!0)}return Promise.resolve(!0)},f=()=>{const g=t.data.filter(m=>s(m,pe.IS_ASYNC)&&m[Ki[pe.IS_OPEN]]&&!s(m,pe.IS_ASYNC_INIT));g.length&&Promise.all(g.map(m=>d(m))).then(()=>{f()}).catch(m=>{console.warn(m)})};return{asyncNodeClick:d,deepAutoOpen:f}},XT=(e,t,n,i,s,o)=>{let u=e.selected;const{setNodeAttr:c,getNodePath:d,getSchemaVal:f,getNodeAttr:g,getNodeId:m,getChildNodes:v,isRootNode:y,hasChildNode:b,isItemOpen:I,isNodeOpened:k,isNodeLoading:L,isNodeChecked:x,getParentNode:C,resolveScopedSlotParam:N,extendNodeAttr:M,extendNodeScopedData:T}=Nc(n,e),{registerNextLoop:j}=o,{asyncNodeClick:S,deepAutoOpen:P}=S4(e,n),W=O=>I(O)?r.createVNode(tc,{class:[U("tree-icon"),U("node-prefix")]},null):r.createVNode(nc,{class:[U("tree-icon"),U("node-prefix")]},null),z=O=>{if(typeof O=="string")return O;if(typeof O=="object"&&O!==null){if(O.__v_isVNode)return O;const{node:A,className:te,text:ce,style:ge}=O;return r.h(A,{class:te,style:ge},ce)}return null},R=O=>{var A,te;return((te=(A=t.slots).nodeLoading)==null?void 0:te.call(A,ae(O)))??L(O)?r.createVNode(ja,null,null):""},Q=O=>{if(t.slots.nodeAction)return t.slots.nodeAction(ae(O));let A=null;return L(O)?R(O):typeof e.prefixIcon=="function"&&(A=e.prefixIcon(ae(O),"node_action"),A!=="default")?z(A):(A==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon)&&(b(O)||O.async||!e.autoCheckChildren)?I(O)?r.createVNode(Bs,{class:U("node-prefix")},null):r.createVNode(Ys,{class:U("node-prefix")},null):null},$=O=>{if(!e.showNodeTypeIcon)return null;if(t.slots.nodeType)return t.slots.nodeType(ae(O));let A=null;return typeof e.prefixIcon=="function"&&(A=e.prefixIcon(ae(O),"node_type"),A!=="default")?z(A):A==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon?y(O)||b(O)?W(O):r.createVNode(lc,{class:[U("tree-icon"),U("node-prefix")]},null):null},oe=(O,A)=>{const te=C(O);te&&(c(te,pe.IS_CHECKED,A),y(te)||oe(te,A))},me=(O,A,te)=>{v(O).forEach(ce=>{c({[pe.UUID]:ce},A,te),me({[pe.UUID]:ce},A,te)})},be=(O,A)=>{c(O,pe.IS_CHECKED,!!A),me(O,pe.IS_CHECKED,!!A),oe(O,A),t.emit(Ni.NODE_CHECKED,s.value.filter(te=>x(te)).map(te=>te[pe.UUID]))},de=O=>x(O)&&!s.value.filter(A=>{var te;return(te=d(A))==null?void 0:te.startsWith(d(O))}).every(A=>x(A)),ue=O=>x(O)||s.value.filter(A=>{var te;return(te=d(A))==null?void 0:te.startsWith(d(O))}).some(A=>x(A)),ee=O=>e.showCheckbox?r.createVNode(Gn,{size:"small",modelValue:ue(O),indeterminate:de(O),onChange:A=>be(O,A)},null):null,X=(O,A=null,te=null,ce=!0)=>{const ge=A===null?!I(O):!!A;if(ge||me(O,pe.IS_OPEN,ge),c(O,pe.IS_OPEN,ge),ce){const ke=I(O)?Ni.NODE_EXPAND:Ni.NODE_COLLAPSE;t.emit(ke,O,N(O),f(O[pe.UUID]),te)}},Z=(O,A,te)=>{if(Array.isArray(O)){O.forEach(ce=>c(fs(ce),A,te));return}c(fs(O),A,te)},B=(O,A=!0,te=!1)=>{const ce=fs(O);if(!ce[pe.IS_NULL])if(te)if(A){if(Z(ce,pe.IS_OPEN,!0),!y(ce)){const ge=g(ce,pe.PARENT_ID);B(ge,!0,!0)}}else X(ce,!1,null,!1);else Z(ce,pe.IS_OPEN,A)},G=(O,A)=>{if(k(O)){X(O,!1,A);return}S(O).finally(()=>{g(O,pe.IS_LOADING)?j("setNodeOpenedAfterLoading",{type:"once",fn:()=>X(O,!0,A)}):X(O,!0,A)})},F=(O,A)=>{O.stopImmediatePropagation(),O.stopPropagation(),O.preventDefault(),G(A,O)},ie=(O,A=!0,te=!0)=>{const ce=Array.isArray(O)?O:[O];if(!ce.length)return;const ge=fs(ce[0]);if(!ge[pe.IS_NULL]){if(!e.selectable||typeof e.selectable=="function"&&!e.selectable(O)||e.disabledFolderSelectable&&(O==null?void 0:O.is_folder)===!0){console.warn("props.selectable is false or undefined, please set selectable with true");return}u!=null&&c({[pe.UUID]:u},pe.IS_SELECTED,!A),e.selected&&e.selected!==u&&c({[pe.UUID]:e.selected},pe.IS_SELECTED,!A),c(ge,pe.IS_SELECTED,A),u=m(ge),te&&ce.length===1&&B(ge,!0,!0),g(ge,pe.IS_ASYNC)&&S(ge).then(()=>{r.nextTick(()=>{ce.shift(),ie(ce,A,te)})})}},he=O=>typeof e.nodeContentAction=="function"?Reflect.apply(e.nodeContentAction,globalThis,[{node:O}]):typeof e.nodeContentAction=="string"?[e.nodeContentAction]:Array.isArray(e.nodeContentAction)?e.nodeContentAction:["selected","expand","click"],le=(O,A)=>{const te=he(O);if(te.includes("selected")&&ie(O,!0,!1),te.includes("expand")&&(k(O)||G(O,A)),te.includes("collapse")&&k(O)&&G(O,A),te.includes("click")){const ce=Ni.NODE_CLICK;t.emit(ce,O,N(O),f(O[pe.UUID]),A)}},K=(O,A)=>{if(y(A))return!1;const te=d(A),ce=`${te}`.split("-").slice(0,O+1);if(ce.join("-")===te)return!0;const ke=ce.pop(),xe=parseInt(ke,10);ce.push(`${xe+1}`);const se=ce.join("-");return s.value.some(ye=>ye[pe.PATH]===se)},J=O=>{if(!e.levelLine)return null;const A=ce=>({"--depth":ce}),te=g(O,pe.DEPTH)+1;return new Array(te).fill("").map((ce,ge)=>ge).filter(ce=>K(ce,O)).filter(ce=>ce>0).map(ce=>r.createVNode("span",{class:"node-virtual-line",style:A(te-ce)},null))},H=O=>{var A,te,ce,ge;return t.slots.node?(te=(A=t.slots).node)==null?void 0:te.call(A,ae(O)):t.slots.default?(ge=(ce=t.slots).default)==null?void 0:ge.call(ce,T(O)):[x4(O,e)]},ae=O=>e.keepSlotData?T(O):M(O);return{renderTreeNode:O=>{var A,te;return r.createVNode("div",{"data-tree-node":m(O),key:m(O),class:UT(O,n.schema)},[r.createVNode("div",{class:YT(O,n.schema,e),style:ZT(O,e,n),onClick:ce=>le(O,ce)},[r.createVNode("div",{class:[U("node-action")],onClick:ce=>F(ce,O)},[Q(O)]),r.createVNode("div",{class:U("node-content")},[[ee(O),$(O)],r.createVNode("span",{class:U("node-text")},[H(O)]),(te=(A=t.slots).nodeAppend)==null?void 0:te.call(A,ae(O))]),J(O)])])},handleTreeNodeClick:G,deepAutoOpen:P,asyncNodeClick:S,setNodeAction:Z,setNodeOpened:X,setSelect:ie,setOpen:B}},qT=(e,t,n,i)=>{const{getSourceNodeByUID:s,getNodeParentIdById:o,getParentNodeData:u,getNodeAttr:c,getNodePath:d,isRootNode:f}=Nc(i,e),g=r.computed(()=>typeof e.disableDrag=="function"),m=r.computed(()=>typeof e.disableDrop=="function"),v=j=>j.target.closest("[data-tree-node]"),y=j=>{var P;const S=(P=j==null?void 0:j.dataset)==null?void 0:P.treeNode;return s(S)},b=j=>{v(j).removeEventListener("mouseup",b)},I=j=>{const S=v(j),P=y(S);if(P.draggable===!1||g.value&&e.disableDrag(P)){S.classList.add("bk-tree-drag-disabled");return}S.setAttribute("draggable","true"),S.addEventListener("mouseup",b)},k=j=>{j.preventDefault();const S=v(j),P=y(S);if(t.emit(Ni.NODE_DRAG_OVER,j,S,P),m.value&&(e!=null&&e.disableDrop(P))){j.dataTransfer.effectAllowed="move",j.dataTransfer.dropEffect="none",S.classList.add("bk-tree-drop-disabled");return}S.classList.add("bk-tree-drop-active");const W=j.dataTransfer.getData("node-id"),z=S.getAttribute("data-tree-node"),R=C(W,z)?"move":"none";j.dataTransfer.effectAllowed=R,j.dataTransfer.dropEffect=R},L=j=>{j.dataTransfer.effectAllowed="move",j.dataTransfer.dropEffect="move";const S=v(j);j.dataTransfer.setData("text/plain",""),j.dataTransfer.setData("node-id",S.getAttribute("data-tree-node")),t.emit(Ni.NODE_DRAG_START,j,S)},x=j=>{j.preventDefault(),j.stopPropagation();const S=v(j);S.classList.remove("bk-tree-drop-active","bk-tree-drop-disabled");const P=y(S);if(m.value&&e.disableDrop(P))return;const W=j.dataTransfer.getData("node-id"),z=S.getAttribute("data-tree-node");Reflect.apply(e.dragSort?N:M,globalThis,[W,z]),t.emit(Ni.NODE_DROP,j,S,P)},C=(j,S)=>{const P=d({[pe.UUID]:j}),W=d({[pe.UUID]:S}),z=o(j),R=o(S);return z===R?!0:P.indexOf(W)===-1&&W.indexOf(P)===-1},N=(j,S)=>{if(!C(j,S))return;const P=JSON.parse(JSON.stringify(s(j))),W=JSON.parse(JSON.stringify(s(S))),z=u(j),R=u(S),Q=c({[pe.UUID]:j},pe.INDEX),$=c({[pe.UUID]:S},pe.INDEX);z==null||z[e.children].splice(Q,1,W),R==null||R[e.children].splice($,1,P)},M=(j,S)=>{const P=s(j),W=s(S);let z=null;if(f({[pe.UUID]:j}))z=e.data;else{const R=o(j);if(R!=null){z=s(R);const Q=c({[pe.UUID]:j},pe.INDEX);z==null||z[e.children].splice(Q,1)}}W[e.children]||(W[e.children]=[]),W[e.children].unshift(P)},T=j=>{j.preventDefault();const S=v(j);S.classList.remove("bk-tree-drop-active","bk-tree-drop-disabled"),t.emit(Ni.NODE_DRAG_LEAVE,j,S)};r.onMounted(()=>{if(e.draggable&&n.value){const j=n.value.$el;j.addEventListener("mousedown",I),j.addEventListener("dragstart",L),j.addEventListener("dragover",k),j.addEventListener("dragleave",T),j.addEventListener("drop",x)}}),r.onUnmounted(()=>{if(e.draggable&&n.value){const j=n.value.$el;j.removeEventListener("mousedown",I),j.removeEventListener("dragstart",L),j.removeEventListener("dragover",k),j.removeEventListener("dragleave",T),j.removeEventListener("drop",x)}})},ex=e=>{const t=r.toRef(e,"search"),{openResultNode:n=!1,resultType:i="tree"}=e.search??{},s=v=>["string","number","boolean"].includes(typeof v),o=(v,y)=>v===y,u=(v,y)=>new RegExp(`${v}`,"i").test(`${y}`),c=(v,y)=>Reflect.apply(v,globalThis,y),d=t.value===void 0||t.value===!1,f=(v,y)=>{if(d)return!0;if(s(t.value))return c(u,[t.value,v,y]);const{value:b="",match:I="fuzzy"}=t.value,L=typeof I=="function"?I:I==="fuzzy"?u:o;return`${b}`.length===0?!0:c(L,[b,v,y])},g=r.computed(()=>t.value!==!1&&(s(t.value)?`${t.value}`.length>0:typeof t.value=="object"));return{searchFn:f,refSearch:t,isSearchActive:g,isSearchDisabled:d,openResultNode:n,resultType:i,isTreeUI:i==="tree"}},tx=e=>{var k;const t=(L,x=void 0,C=[])=>{const{data:N,children:M}=L,T=[],j=[];let S=0;const P=new Map;function W(de,ue,ee,X){if(de!=null&&P.has(de)&&![pe.UUID,pe.PARENT_ID].includes(ue)){const Z=P.get(de);Object.prototype.hasOwnProperty.call(Z,ue)&&typeof X=="function"&&Reflect.apply(X,self,[Z,ue,ee])&&(Object.assign(Z,{[ue]:ee}),W(Z[pe.PARENT_ID],ue,ee,X))}}function z(de){let ue=null;return typeof L.nodeKey=="string"&&(ue=de[L.nodeKey]||Di.v4()),ue||de[pe.UUID]||Di.v4()}const R={[pe.IS_OPEN]:()=>!!L.expandAll,[pe.IS_CHECKED]:()=>!1,[pe.IS_MATCH]:()=>!0,[pe.IS_SELECTED]:de=>L.selected===de,[pe.IS_CACHED]:()=>!1,[pe.IS_ASYNC]:()=>null,[pe.IS_LOADING]:()=>!1};function Q(de,ue,ee,X=void 0){let Z=X;X===void 0&&typeof R[ee]=="function"&&(Z=R[ee](de,ue));const B=Ki[ee];if(Object.prototype.hasOwnProperty.call(ue,B))return ue[B];const G=(C||[]).find(ie=>ie[pe.UUID]===de);let F;return G&&(F=G[ee]),F==null&&(F=Z),F}function $(de,ue){return L.selectable?Q(de,ue,pe.IS_SELECTED,L.selected===de):!1}function oe(de,ue,ee){var B;const X=Q(de,ue,pe.IS_OPEN),Z=P.has(ee)?(B=P.get(ee))==null?void 0:B[pe.IS_OPEN]:!0;return X&&Z}function me(de){return!de[pe.IS_OPEN]}function be(de,ue=0,ee=null,X=null){const Z=de.length;for(let B=0;B<Z;B++){const G=de[B];if(Array.isArray(G))be(G,ue,ee,X);else if(typeof G=="object"&&G!==null){const F=X!==null?`${X}-${B}`:`${B}`,ie=`${z(G)}`,he=!!(G[M]||[]).length;let le=Q(ie,G,pe.IS_OPEN);L.autoOpenParentNode?le&&W(ee,pe.IS_OPEN,!0,me):le=oe(ie,G,ee),Object.assign(G,{[pe.UUID]:ie});const K=L.showCheckbox&&Q(ie,G,pe.IS_CHECKED);K&&T.push(ie),P.set(ie,{[pe.DEPTH]:ue,[pe.INDEX]:B,[pe.UUID]:ie,[pe.PARENT_ID]:ee,[pe.HAS_CHILD]:he,[pe.PATH]:F,[pe.IS_ROOT]:ee===null,[pe.ORDER]:S,[pe.IS_SELECTED]:$(ie,G),[pe.IS_MATCH]:Q(ie,G,pe.IS_MATCH),[pe.IS_OPEN]:le,[pe.IS_CHECKED]:K,[pe.IS_CACHED]:Q(ie,G,pe.IS_CACHED),[pe.IS_ASYNC]:Q(ie,G,pe.IS_ASYNC),[pe.IS_LOADING]:Q(ie,G,pe.IS_LOADING),[M]:null}),S+=1,j.push({...JSON.parse(JSON.stringify(G,(J,H)=>J===L.children?null:H)),[pe.IS_OPEN]:le,[M]:null}),Object.prototype.hasOwnProperty.call(G,M)&&be(G[M]||[],ue+1,ie,F)}}}return be(x||N),L.showCheckbox&&(T==null||T.forEach(de=>{Array.from(P.values()).filter(ue=>{var ee;return(ee=ue[pe.PATH])==null?void 0:ee.startsWith(P.get(de)[pe.PATH])}).forEach(ue=>Object.assign(ue,{[pe.IS_CHECKED]:!0})),W(de,pe.IS_CHECKED,!0,()=>!0)})),[j,P]},n=t(e),i=new Map,s=[],o=[],u=r.reactive({data:n[0],schema:n[1],levelLineSchema:{}}),c=r.computed(()=>Array.from(u.schema.values())),{asyncNodeClick:d,deepAutoOpen:f}=S4(e,u),g=L=>{s.push(L)},m=(L,x,C=!0)=>{C&&i.has(L)&&i.delete(L),i.set(L,x)},v=L=>typeof L=="function"?{type:"loop",fn:L}:typeof L=="object"&&typeof L.type=="string"&&typeof L.fn=="function"?L:(console.error("loop event error",L),null),y=L=>{const x=v(L);return x!==null&&Reflect.apply(x.fn,globalThis,[]),(x==null?void 0:x.type)??"once"},b=()=>{Array.from(i.keys()).forEach(L=>{const x=i.get(L);if(Array.isArray(x)){const C=[];x.forEach((N,M)=>{y(N)==="once"&&C.unshift(M)}),C.length&&C.forEach(N=>x.splice(N,1)),x.length===0&&i.delete(L)}else y(x)==="once"&&i.delete(L)})};r.watch(()=>[e.data],L=>{var C,N;const x=t(e,L,c.value);u.data=x[0],u.schema=x[1],(C=e.async)!=null&&C.callback&&((N=e.async)==null?void 0:N.deepAutoOpen)==="every"&&f(),b()},{deep:!0}),e.selectable&&r.onMounted(()=>{r.watch(()=>e.selected,L=>{o.length=0,s.forEach(x=>{Reflect.apply(x,globalThis,[L]),o.push(()=>Reflect.apply(x,globalThis,[L]))}),m("afterSelectWatch",o)},{immediate:!0})});const I=L=>{m("afterDataUpdate",L)};return(k=e.async)!=null&&k.callback&&f(),{flatData:u,schemaValues:c,asyncNodeClick:d,deepAutoOpen:f,afterDataUpdate:I,registerNextLoop:m,onSelected:g}},nx=r.defineComponent({name:"Tree",props:HT,emits:WT,setup(e,t){const{flatData:n,schemaValues:i,onSelected:s,registerNextLoop:o}=tx(e),{setNodeAttr:u,checkNodeIsOpen:c,getNodeAttr:d,getNodePath:f,isRootNode:g,isNodeOpened:m,isNodeChecked:v,isNodeMatched:y,hasChildNode:b}=Nc(n,e),{searchFn:I,isSearchActive:k,refSearch:L,openResultNode:x,isTreeUI:C,isSearchDisabled:N}=ex(e);N||r.watch([L],()=>{n.data.forEach(ue=>{const ee=I(x4(ue,e),ue);u(ue,pe.IS_MATCH,ee),x&&W(ue,!0,!0)})});const M=ue=>{if(k.value){const ee=()=>C?i.value.some(X=>{var Z;return((Z=X[pe.PATH])==null?void 0:Z.startsWith(f(ue)))&&X[pe.IS_MATCH]}):!1;return d(ue,pe.IS_MATCH)||ee()}return!0},T=r.computed(()=>n.data.filter(ue=>c(ue)&&M(ue))),{renderTreeNode:j,handleTreeNodeClick:S,setNodeOpened:P,setOpen:W,setNodeAction:z,setSelect:R,asyncNodeClick:Q}=XT(e,t,n,T,i,{registerNextLoop:o}),$=(ue,ee=!0)=>{z(fs(ue),pe.IS_CHECKED,ee)};s(ue=>{R(ue,!0,e.autoOpenParentNode)});const oe=()=>n;t.expose({handleTreeNodeClick:S,isNodeChecked:v,isRootNode:g,isNodeOpened:m,isNodeMatched:y,hasChildNode:b,setOpen:W,setChecked:$,setNodeAction:z,setNodeOpened:P,setSelect:R,asyncNodeClick:Q,getData:oe});const me=r.ref(),{renderEmpty:be}=BT(e,t);qT(e,t,me,n);const de=ue=>{var X,Z;if(ue.length)return ue.map(j);const ee=k.value?"search-empty":"empty";return((Z=(X=t.slots).empty)==null?void 0:Z.call(X))??be(ee)};return()=>r.createVNode(za,{class:U("tree"),style:GT(null,e),list:T.value,lineHeight:e.lineHeight,enabled:e.virtualRender,contentClassName:U("container"),throttleDelay:0,ref:me},{default:ue=>de(ue.data||[])})}}),D4=Fe(nx),s6=e=>e.__v_isVNode,ix=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(s6(e[n])){i=e[n];break}n=n+1}let s=t-1,o=null;for(;s>=0&&s>n;){if(s6(e[s])){o=e[s];break}s=s-1}if(i&&o){i.props||(i.props={});let u="bk-compose-form-item-head";i.props.class&&(u+=` ${i.props.class}`),this.headBackgroundColor&&(i.props.style=Object.assign(i.props.style||{},{"background-color":this.headBackgroundColor})),i.props.class=u,o.props||(o.props={});let c="bk-compose-form-item-tail";o.props.class&&(c+=` ${o.props.class}`),this.tailBackgroundColor&&(o.props.style=Object.assign(o.props.style||{},{"background-color":this.tailBackgroundColor})),o.props.class=c}}return r.h("div",{class:"bk-compose-form-item"},e)}}),rx={formType:p.oneOf(["default","vertical"]).def("default"),labelWidth:p.oneOfType([Number,String]).def(150),labelPosition:p.oneOf(["left","center","right"]),model:p.object,rules:p.object},ax={submit:null,validate:(e,t,n)=>rt.isString(e)&&rt.isBoolean(t)&&rt.isString(n)},sx=r.defineComponent({name:"Form",props:rx,emits:ax,setup(e,t){let n=[];const i=f=>{n.push(f)},s=f=>{n=n.reduce((g,m)=>(m!==f&&g.push(m),g),[])};return r.provide(E6,{props:e,emit:t.emit,register:i,unregister:s}),{handleSubmit:f=>{f.preventDefault(),t.emit("submit")},validate:f=>{let g={};return f?g=(typeof f=="string"?[f]:f).reduce((v,y)=>({...v,[y]:!0}),{}):g=n.reduce((m,v)=>v.property?{...m,[v.property]:!0}:m,{}),Promise.all(n.reduce((m,v)=>(g[v.property]&&m.push(v.validate()),m),[])).then(()=>Promise.resolve(e.model))},getValidateResult:()=>Promise.all(n.map(f=>f.validate(void 0,!1))).then(()=>!0).catch(()=>!1),clearValidate:f=>{let g={};f?g=(typeof f=="string"?[f]:f).reduce((v,y)=>({...v,[y]:!0}),{}):g=n.reduce((m,v)=>({...m,[v.property]:!0}),{}),n.forEach(m=>g[m.property]&&m.clearValidate())}}},render(){var t,n;const e=Pe({"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)])}}),ox=e=>typeof e.message=="function"?e.message():e.message,Wn={required:e=>typeof e=="number"||typeof e=="boolean"||aa.isDate(e)?!0:!aa.isEmpty(e),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)},lx={label:p.string,labelWidth:p.oneOfType([Number,String]),labelPosition:p.oneOf(["left","center","right"]),property:p.string.def(""),required:p.bool.def(!1),email:p.bool.def(!1),max:p.number,min:p.number,maxlength:p.number,rules:p.array,autoCheck:p.bool.def(!1),description:p.string,errorDisplayType:p.oneOf(["tooltips","normal"]).def("normal")},cx=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),ux=(e,t)=>{const n=[],i=e.label||"";return e.required&&n.push({required:!0,validator:Wn.required,message:`${i} ${t.value.notBeEmpty}`,trigger:"change"}),e.email&&n.push({email:!0,validator:Wn.email,message:`${i} ${t.value.incorrectFormat}`,trigger:"change"}),Number(e.max)>-1&&n.push({validator:s=>Wn.max(s,e.max),message:`${i} ${t.value.max} ${e.max}`,trigger:"change"}),Number(e.min)>-1&&n.push({validator:s=>Wn.min(s,e.min),message:`${i} ${t.value.min} ${e.min}`,trigger:"change"}),Number(e.maxlength)>-1&&n.push({validator:s=>Wn.maxlength(s,e.maxlength),message:`${i} ${t.value.maxLen} ${e.maxlength}`,trigger:"change"}),n},dx=(e,t,n)=>{let i=!1,s=!1;const o=e.reduce((c,d)=>{let f;if(d.required)f=rt.isFunction(d.validator)?d.validator:Wn.required,i=!0;else if(d.email)f=rt.isFunction(d.validator)?d.validator:Wn.email,s=!0;else if(Number(d.max)>-1)f=g=>Wn.max(g,d.max);else if(Number(d.min)>-1)f=g=>Wn.min(g,d.max);else if(Number(d.maxlength)>-1)f=g=>Wn.min(g,d.max);else if(Object.prototype.toString.call(d.pattern)==="[object RegExp]")f=g=>Wn.pattern(g,d.pattern);else if(rt.isFunction(d.validator))f=d.validator;else return c;return c.push({validator:f,message:d.message||n.value.verifyError,trigger:d.trigger||"blur"}),c},[]);return[...t.reduce((c,d)=>(d.required&&i||d.email&&s||c.push(d),c),[]),...o]},fx=(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),[]),o6=e=>e!==void 0,hx=r.defineComponent({name:"FormItem",directives:{bkTooltips:Pa},props:lx,setup(e,t){const n=ft("form"),i=M8(),s=!!i,u=!!Zn(),c=r.getCurrentInstance(),d=r.reactive({isError:!1,errorMessage:""}),f=r.computed(()=>s?i.props.formType==="vertical":!1),g=r.computed(()=>!!(e.label||t.slots.label)),m=r.computed(()=>{const I={width:"",paddingRight:"",textAlign:""},k=e.labelPosition||s&&i.props.labelPosition;if(k&&(I["text-align"]=k),i.props.formType==="vertical"||!e.label&&u)return I;const L=o6(e.labelWidth)?e.labelWidth:s&&i.props.labelWidth;return o6(L)&&(I.width=`${L}px`,I.paddingRight=L?"":"0px"),I}),v=r.computed(()=>({"margin-left":m.value.width})),y=(I,k=!0)=>{if(!e.property||s&&!i.props.model)return Promise.resolve(!0);let L=[];s&&i.props.rules&&cx(i.props.rules,e.property)&&(L=i.props.rules[e.property]),e.rules&&(L=e.rules),L=fx(I,dx(L,ux(e,n),n)),L.length>0&&k&&(d.isError=!1,d.errorMessage="");const x=rt.get(i.props.model,e.property),C=(()=>{let N=-1;return()=>{if(N=N+1,N>=L.length)return i.emit("validate",e.property,!0,""),Promise.resolve(!0);const M=L[N];return Promise.resolve().then(()=>{const T=M.validator(x),j=ox(M);return typeof T!="boolean"&&typeof T.then=="function"?T.then(S=>{if(S===!1)return Promise.reject(j)}).then(()=>C(),()=>(k&&(d.isError=!0,d.errorMessage=j),i.emit("validate",e.property,!1,j),Promise.reject(d.errorMessage))):T?C():(k&&(d.isError=!0,d.errorMessage=typeof T=="string"?T:j),i.emit("validate",e.property,!1,j),Promise.reject(d.errorMessage))})}})();return C()},b=()=>{d.isError=!1,d.errorMessage=""};return r.provide(A6,{...e,validate:y,clearValidate:b}),r.onMounted(()=>{s&&i.register(c.proxy)}),r.onBeforeUnmount(()=>{s&&i.unregister(c.proxy)}),{...r.toRefs(d),isShowLabel:g,labelStyles:m,contentStyles:v,isFormTypeVertical:f,validate:y,clearValidate:b}},render(){var i,s,o,u;const e=Pe({"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":!!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(Fs,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},[this.isShowLabel&&r.createVNode("div",{class:"bk-form-label",style:this.labelStyles},[t(),this.isFormTypeVertical&&((s=(i=this.$slots).labelAppend)==null?void 0:s.call(i))]),r.createVNode("div",{class:"bk-form-content",style:this.contentStyles},[(u=(o=this.$slots).default)==null?void 0:u.call(o),n()])])}}),j4=dn(sx,{FormItem:hx,ComposeFormItem:ix}),c0=Symbol("containerProps"),gx={span:p.number.def(1),offset:p.number.def(0),pull:p.number.def(0),push:p.number.def(0)},px=r.defineComponent({name:"Col",props:gx,emits:[],setup(e,t){const{col:n,gutter:i,flex:s}=r.inject(c0),{span:o,offset:u,pull:c,push:d}=e,f=r.computed(()=>o||n);r.provide("containerProps",{col:f.value,gutter:i,flex:s});const g=function(v){return`${Number((v*100).toFixed(3))}%`},m=r.computed(()=>({width:g(f.value/n),"padding-right":`${i/2}px`,"padding-left":`${i/2}px`,"margin-left":u?g(u/n):null,right:c?g(c/n):null,left:d?g(d/n):null}));return()=>{var v,y;return r.createVNode("div",{class:"bk-grid-col",style:m.value},[(y=(v=t.slots).default)==null?void 0:y.call(v)])}}}),mx={col:p.number.def(24),gutter:p.number.def(20),margin:p.number.def(20),flex:p.bool.def(!1),extCls:p.string},vx=r.defineComponent({name:"Container",props:mx,emits:[],setup(e,t){const{col:n,gutter:i,flex:s,extCls:o}=e;r.provide(c0,{col:n,gutter:i,flex:s});const u=r.computed(()=>o?`bk-grid-container ${o}`:"bk-grid-container"),c=r.computed(()=>{const{margin:d}=e;return{"padding-right":`${d}px`,"padding-left":`${d}px`}});return()=>{var d,f;return r.createVNode("div",{class:u.value,style:c.value},[(f=(d=t.slots).default)==null?void 0:f.call(d)])}}}),yx=r.defineComponent({name:"Row",emits:[],setup(e,t){const{col:n,gutter:i,flex:s}=r.inject(c0);r.provide("containerProps",{col:n,gutter:i,flex:s});const o=r.computed(()=>({...s?{display:["-webkit-box","-ms-flexbox","flex"]}:{},"margin-right":`-${i/2}px`,"margin-left":`-${i/2}px`}));return()=>{var u,c;return r.createVNode("div",{class:"bk-grid-row",style:o.value},[(c=(u=t.slots).default)==null?void 0:c.call(u)])}}}),xl=dn(vx,{Row:yx,Col:px}),bx=r.defineComponent({name:"Dropdown",props:{isShow:p.bool.def(!1),placement:vf(),trigger:sg(),disabled:p.bool.def(!1),popoverOptions:p.object.def({}),extCls:p.string},emits:["showChange","show","hide"],setup(e,{emit:t}){const n=u=>{t("showChange",u)},i=()=>{t("show"),n(!0)},s=()=>{t("hide"),n(!1)},o=r.ref(null);return{afterShow:i,afterHidden:s,popoverRef:o}},render(){const e=Pe({"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=rt.merge(t,this.popoverOptions);return r.createVNode("div",{class:e},[r.createVNode(Yt,r.mergeProps({ref:"popoverRef"},n,{onAfterShow:this.afterShow,onAfterHidden:this.afterHidden}),{default:()=>{var i,s;return r.createVNode("div",{class:"bk-dropdown-reference"},[r.createTextVNode(" "),(s=(i=this.$slots).default)==null?void 0:s.call(i),r.createTextVNode(" ")])},content:()=>{var i,s;return r.createVNode("div",{class:"bk-dropdown-content"},[r.createTextVNode(" "),(s=(i=this.$slots).content)==null?void 0:s.call(i),r.createTextVNode(" ")])}})])}}),Cx=r.defineComponent({name:"DropdownItem",props:{extCls:p.string},emits:["click"],setup(e,{emit:t}){const n=s=>{s.stopPropagation(),t("click",s)};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)])}}),wx=r.defineComponent({name:"DropdownMenu",props:{extCls:p.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)])}}),O4=dn(bx,{DropdownMenu:wx,DropdownItem:Cx}),Yd=r.defineComponent({name:"CascaderPanel",props:{width:p.oneOfType([p.number,p.string]).def("auto"),height:p.oneOfType([p.number,p.string]).def(216),store:p.object.def({}),separator:p.string.def(""),suggestions:p.arrayOf(ig()),isFiltering:p.bool.def(!1),searchKey:p.oneOfType([p.string,p.number]).def(""),modelValue:p.arrayOf(p.oneOfType([gf(),String,Number]))},emits:["update:modelValue"],setup(e,{emit:t}){const n=ft("select"),{store:i}=e,s=r.reactive({list:[e.store.getNodes()]}),o=r.ref([]),u=r.ref([]),c=M=>typeof M=="number"?`${M}px`:M,d=c(e.height),f=c(e.width),g=M=>{M.length===0&&(s.list=s.list.slice(0,1),o.value=[]),m(M),u.value=M},m=M=>{let T=[];if(i.config.multiple)for(const j of M)j.length>T.length&&(T=j);else T=M;T.forEach(j=>{const S=i.getNodeById(j);y(S)})},v=M=>{if(!M.isDisabled){if(M.config.multiple){const T=i.config.checkAnyLevel?i.getCheckedNodes():i.getCheckedLeafNodes();u.value=T.map(j=>j.path)}else u.value=M.path;t("update:modelValue",u.value)}},y=M=>{var T;if(!(!M||M!=null&&M.isDisabled)){if(s.list=s.list.slice(0,M.level),o.value=o.value.slice(0,M.level-1),(T=M.children)!=null&&T.length){s.list.push(M.children),o.value.push(M);return}if(i.config.isRemote&&!M.isLeaf){M.loading=!0;const j=S=>{i.appendNodes(S,M||null),s.list.push(M.children),o.value.push(M),M.loading=!1};i.config.remoteMethod(M,j)}}},b=M=>{const{trigger:T,checkAnyLevel:j,multiple:S}=M.config;return{onClick:W=>{(!M.isLeaf||S)&&W.stopPropagation(),T==="click"&&y(M),j&&!S&&v(M),M.isLeaf&&!S&&v(M)},onMouseenter:()=>{T==="hover"&&y(M)}}},I=M=>{const{multiple:T}=M.config;return{onClick:S=>{if(T){S.stopPropagation(),C(M,!M.checked);return}y(M),M.isLeaf&&!T&&v(M)}}},k=n.value.noData,L=M=>(o.value[M.level-1]||{}).id===M.id,x=(M,T)=>{const{multiple:j}=M.config;return j?T.some(S=>ua(S,M.path)):ua(T,M.path)},C=(M,T)=>{M.setNodeCheck(T||!1),v(M)},N=M=>M.loading?r.createVNode(ja,{class:"icon-spinner"},null):r.createVNode(Pn,{class:"icon-angle-right"},null);return r.watch(()=>e.modelValue,M=>{g(M)},{immediate:!0}),r.watch(()=>e.store,M=>{s.list=[M.getNodes()]}),{menus:s,activePath:o,nodeExpandHandler:y,isNodeInPath:L,nodeEvent:b,isCheckedNode:x,checkValue:u,checkNode:C,iconRender:N,panelWidth:f,panelHeight:d,searchPanelEvents:I,expandByNodeList:m,noDataText:k}},render(){const e=parseInt(this.panelWidth,10)>200?this.panelWidth:"200px",t=()=>this.suggestions.length?r.createVNode("ul",{class:[U("cascader-panel"),"bk-scroll-y"],style:{height:this.panelHeight,width:this.panelWidth}},[this.suggestions.map(n=>r.createVNode("li",r.mergeProps({class:[U("cascader-node"),{"is-selected":this.isNodeInPath(n)},{"is-disabled":n.isDisabled},{"is-checked":this.isCheckedNode(n,this.checkValue)}]},this.searchPanelEvents(n)),[n.pathNames.join(this.separator)]))]):r.createVNode("div",{class:U("cascader-search-empty"),style:{width:e}},[r.createVNode("span",null,[r.createTextVNode("暂无搜索结果")])]);return r.createVNode("div",{class:U("cascader-panel-wrapper")},[this.isFiltering?t():this.menus.list.map(n=>r.createVNode("ul",{class:[U("cascader-panel"),"bk-scroll-y"],style:{height:this.panelHeight,width:this.panelWidth}},[n.length?n.map(i=>{var s,o;return r.createVNode("li",r.mergeProps({class:[U("cascader-node"),{"is-selected":this.isNodeInPath(i)},{"is-disabled":i.isDisabled},{"is-checked":!i.config.multiple&&this.isCheckedNode(i,this.checkValue)}]},Object.assign(this.nodeEvent(i),i.config.multiple?{}:{})),[i.config.multiple&&r.createVNode(Gn,{disabled:i.isDisabled,modelValue:i.checked,"onUpdate:modelValue":u=>i.checked=u,indeterminate:i.isIndeterminate,style:"margin-right: 5px",onChange:u=>this.checkNode(i,u)},null),(o=(s=this.$slots).default)==null?void 0:o.call(s,{node:i,data:i.data}),i.isLeaf?"":this.iconRender(i)])}):r.createVNode("div",{class:U("cascader-panel-empty-wrapper")},[this.noDataText])]))])}});function E4(e){return e.data.disabled?!0:e.level!==1?E4(e.parent):e.data.disabled}let l6=class A4{constructor(t,n,i){De(this,"data");De(this,"config");De(this,"parent");De(this,"level");De(this,"id");De(this,"name");De(this,"loading");De(this,"loaded");De(this,"checked");De(this,"isIndeterminate");De(this,"children");De(this,"leaf");De(this,"pathNodes");De(this,"path");De(this,"pathNames");De(this,"nodes");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 s=this.data[i];this.children=(s||[]).map(o=>new A4(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 E4(this)}broadcast(t,n){const i=`onParent${Is(t)}`;this.children.forEach(s=>{var o;s&&(s.broadcast(t,n),(o=s[i])==null||o.call(s,n))})}emit(t){var s;const{parent:n}=this,i=`onChild${Is(t)}`;n&&((s=n[i])==null||s.call(n),n.emit(t))}onParentCheck(t){this.isDisabled||this.setCheckState(t)}onChildCheck(){const{children:t}=this,n=t.filter(s=>!s.isDisabled),i=n.length?n.every(s=>s.checked):!1;this.setCheckState(i)}setCheckState(t){const n=this.children.length,i=this.children.reduce((s,o)=>{const u=o.isIndeterminate?.5:0,c=o.checked?1:u;return s+c},0);this.checked=t,this.isIndeterminate=i!==n&&i>0}setNodeCheck(t){if(this.config.checkAnyLevel){this.checked=t;return}this.broadcast("check",t),this.setCheckState(t),this.emit("check")}calculateNodesPath(){const t=[this];let{parent:n}=this;for(;n;)t.unshift(n),n=n.parent;return t}};const P4=(e,t)=>e.reduce((n,i)=>(i.isLeaf?n.push(i):(!t&&n.push(i),n=n.concat(P4(i.children,t))),n),[]);class c6{constructor(t){De(this,"data");De(this,"config");De(this,"nodes");const{list:n}=t;this.data=n,this.config=t,this.nodes=this.data.map(i=>new l6(i,this.config))}getNodes(){return this.nodes}clearChecked(){this.getFlattedNodes().forEach(t=>{t.setNodeCheck(!1),t.isIndeterminate=!1})}removeTag(t){this.getFlattedNodes().find(n=>ua(t,n.path)?(n.setNodeCheck(!1),!0):!1)}getFlattedNodes(t=!1){return P4(this.nodes,t)}setNodesCheck(t){this.getFlattedNodes().forEach(n=>{n.setNodeCheck(!1);const i=t.find(s=>ua(n.path,s));i&&this.getNodeByValue(i).setNodeCheck(!0)})}getCheckedNodes(){return this.getFlattedNodes().filter(t=>t.checked)}getCheckedLeafNodes(){return this.getFlattedNodes().filter(t=>t.isLeaf&&t.checked)}getNodeByValue(t){return this.getFlattedNodes().filter(i=>ua(i.path,t))[0]??null}getNodeById(t){return this.getFlattedNodes().find(n=>n.id===t)}appendNode(t,n){const i=new l6(t,this.config,n);(n?n.children:this.nodes).push(i)}appendNodes(t,n){t.forEach(i=>this.appendNode(i,n))}}const Mx=r.defineComponent({name:"Cascader",directives:{bkTooltips:Pa},components:{CascaderPanel:Yd,BkPopover:Yt,Tag:Ta},props:{modelValue:p.arrayOf(p.oneOfType([gf(),String,Number])),list:p.array.def([]),placeholder:p.string.def(""),behavior:p.string.def("normal"),filterable:p.bool.def(!1),multiple:p.bool.def(!1),disabled:p.bool.def(!1),clearable:p.bool.def(!0),trigger:p.string.def("click"),checkAnyLevel:p.bool.def(!1),isRemote:p.bool.def(!1),remoteMethod:p.func,showCompleteName:p.bool.def(!0),idKey:p.string.def("id"),nameKey:p.string.def("name"),childrenKey:p.string.def("children"),separator:p.string.def("/"),limitOneLine:p.bool.def(!1),extCls:p.string.def(""),filterMethod:p.func.def(null),scrollHeight:p.oneOfType([p.number,p.string]).def(216),scrollWidth:p.oneOfType([p.number,p.string]).def("auto"),collapseTags:{type:Boolean,default:!0},floatMode:{type:Boolean,default:!1}},emits:["update:modelValue","change","clear","toggle","focus"],setup(e,{emit:t,slots:n}){const i=ft("select"),{separator:s,multiple:o}=e,{isHover:u,setHover:c,cancelHover:d}=u1(),f=r.ref(new c6(e)),g=r.ref(""),m=r.ref([]),{modelValue:v}=r.toRefs(e),y=r.ref(),b=r.ref(""),I=r.ref([]),k=r.ref(!1),L=r.ref(!1),x=r.ref(!1),C=r.computed({get:()=>v.value,set:Z=>{t("update:modelValue",Z)}}),N=r.ref(null),M=r.ref(null),T=r.ref(null),j=r.computed(()=>e.placeholder?e.placeholder:i.value.pleaseSelect),S=Z=>e.showCompleteName?Z.pathNames.join(s):Z.pathNames[Z.pathNames.length-1],P=()=>{b.value=g.value},W=Z=>{var G;if(o){f.value.setNodesCheck(Z),m.value=f.value.getCheckedNodes().filter(F=>f.value.config.checkAnyLevel||F.isLeaf).map(F=>({text:S(F),key:F.id})),g.value=m.value.map(F=>F.text).join(", ");return}e.checkAnyLevel||(G=N==null?void 0:N.value)==null||G.hide();const B=f.value.getNodeByValue(Z);g.value=B?S(B):"",P()},z=Z=>{Z.stopPropagation(),f.value.clearChecked(),b.value="",W([]),t("update:modelValue",[]),t("clear",JSON.parse(JSON.stringify(e.modelValue)))},R=(Z,B,G)=>{G.stopPropagation();const F=JSON.parse(JSON.stringify(Z)),ie=F.splice(B,1)[0];L.value=!0,f.value.removeTag(ie),W(F),t("update:modelValue",f.value.getCheckedNodes().map(he=>he.path)),setTimeout(()=>{L.value=x.value})},Q=(Z,B)=>{var G;W(Z),t("update:modelValue",Z),B!==void 0&&t("change",Z),(G=T==null?void 0:T.value)==null||G.focus()},$=()=>{f.value=new c6(e),W(e.modelValue)},oe=Z=>{t("toggle",Z.isShow),L.value=Z.isShow,x.value=Z.isShow,r.nextTick(()=>{var B;Z&&((B=T.value)==null||B.focus())}),Z.isShow&&be(),Z.isShow||(k.value=!1)},me=Rs(200,Z=>{const B=Z.target;if(b.value=B.value,b.value===""){k.value=!1;return}k.value=!0,k.value=!0;const G=e.filterMethod?e.filterMethod:ie=>(e.checkAnyLevel||ie.isLeaf)&&ie.pathNames.join(e.separator).includes(b.value),F=f.value.getFlattedNodes().filter(ie=>G(ie,b.value));I.value=F,!(N!=null&&N.value.isShow)&&(N==null||N.value.show())}),be=()=>{t("focus")};r.watch(()=>e.modelValue,Q,{immediate:!0}),r.watch(()=>e.list,$,{deep:!0,immediate:!0});const de=r.computed(()=>m.value.map(Z=>Z.text)),ue=r.computed(()=>e.collapseTags?e.collapseTags&&x.value:e.collapseTags),ee=r.computed(()=>e.collapseTags?e.collapseTags&&L.value:e.collapseTags),{overflowTagIndex:X}=n.trigger?{overflowTagIndex:null}:Q1(M,ee,de);return{calcuPlaceholder:j,bkCascaderRef:M,inputRef:T,overflowTagIndex:X,isCollapse:ue,isFocus:x,store:f,updateValue:W,selectedText:g,checkedValue:C,handleClear:z,isHover:u,setHover:c,popover:N,cancelHover:d,selectedTags:m,removeTag:R,cascaderPanel:y,popoverChangeEmitter:oe,searchKey:b,suggestions:I,isFiltering:k,searchInputHandler:me,focusEmitter:be,tagList:de,isEdit:L}},render(){const e=()=>this.clearable&&this.isHover&&!this.disabled?r.createVNode(fn,{class:U("icon-clear-icon"),onClick:this.handleClear},null):r.createVNode(Ar,{class:U("icon-angle-up")},null);this.overflowTagIndex=this.overflowTagIndex===0?1:this.overflowTagIndex;const t=this.tagList.reduce((o,u,c)=>(this.overflowTagIndex!==null&&c>=this.overflowTagIndex&&o.push(u),o),[]),n=()=>this.limitOneLine?r.createVNode("span",{class:"cascader-selected-text"},[this.selectedText]):r.createVNode("div",{class:"cascader-tag-list"},[this.tagList.map((o,u)=>{const c=!this.isCollapse&&this.overflowTagIndex!==null&&u>=this.overflowTagIndex;return r.createVNode("span",{class:"tag-item",style:{display:c?"none":""},key:o},[r.createVNode("span",{class:"tag-item-name"},[o]),r.createVNode(un,{class:U("icon-clear-icon"),onClick:d=>{d.stopPropagation(),this.removeTag(this.modelValue,u,d)}},null)])}),this.overflowTagIndex!==null&&!this.isCollapse&&r.withDirectives(r.createVNode(Ta,{style:"margin-top: 0"},{default:()=>[r.createTextVNode("+"),this.selectedTags.length-this.overflowTagIndex]}),[[r.resolveDirective("bk-tooltips"),t.join(", ")]])]),i=()=>this.multiple?null:r.createVNode("span",null,[this.selectedText]),s=()=>r.createVNode(Yt,{placement:"bottom-start",theme:`light ${U("cascader-popover")}`,trigger:"click",arrow:!1,disabled:this.disabled,class:U("cascader-popover-wrapper"),ref:"popover",onAfterHidden:this.popoverChangeEmitter,onAfterShow:this.popoverChangeEmitter,boundary:"body"},{default:()=>this.$slots.trigger?this.$slots.trigger({selected:this.modelValue}):r.createVNode("div",{class:[U("cascader-name"),"bk-scroll-y"]},[this.multiple&&this.selectedTags.length>0&&n(),this.filterable?(this.isCollapse||this.selectedTags.length===0)&&r.createVNode("input",{class:[U("cascader-search-input"),{"is-disabled":this.disabled}],type:"text",onInput:this.searchInputHandler,placeholder:this.calcuPlaceholder,value:this.searchKey,disabled:this.disabled,ref:"inputRef"},null):i()]),content:()=>r.createVNode("div",{class:U("cascader-popover")},[r.createVNode(Yd,{store:this.store,ref:"cascaderPanel",width:this.scrollWidth,height:this.scrollHeight,"search-key":this.searchKey,separator:this.separator,"is-filtering":this.isFiltering,suggestions:this.suggestions,modelValue:this.checkedValue,"onUpdate:modelValue":o=>this.checkedValue=o},{default:o=>this.$slots.default?this.$slots.default(o):r.createVNode("span",{class:U("cascader-node-name")},[o.node.name])})])});return r.createVNode("div",{class:[U("cascader-wrapper"),this.floatMode?"float-mode":""]},[this.$slots.trigger?s():r.createVNode("div",{class:[U("cascader"),this.extCls,{"is-unselected":this.modelValue.length===0,"is-hover":this.isHover,"is-filterable":this.filterable,"is-focus":this.isFocus,"is-disabled":this.disabled,"is-simplicity":this.behavior==="simplicity"}],tabindex:"0","data-placeholder":this.calcuPlaceholder,onMouseenter:this.setHover,onMouseleave:this.cancelHover,ref:"bkCascaderRef"},[e(),s()])])}}),z4=dn(Mx,{CascaderPanel:Yd}),u6=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),s=r.ref(0),o=r.ref(0),u=r.ref(0),c=r.ref(null),d=r.ref(e.modelValue),f=r.ref(0),g=r.ref(0),m=r.ref(!1),v=r.ref(null),y=r.computed(()=>{var P,W;let j="";if((P=e.params.customContent)!=null&&P[e.modelValue]){const z=e.params.customContent[e.modelValue];j=z.tip||z.label||""}const S=e.params.vertical?Ma.RIGHT:Ma.TOP;return(W=e.params)!=null&&W.showTip?{content:e.params.formatterTipLabel(`${j||(e==null?void 0:e.modelValue)||"0"}`),placement:S}:{content:"",placement:S}}),b=r.computed(()=>`${(e.modelValue-e.params.minValue)/(e.params.maxValue-e.params.minValue)*100}%`),I=r.computed(()=>e.params.vertical?{bottom:b.value}:{left:b.value}),k=r.computed(()=>e.params.formatterButtonLabel(e.modelValue)),L=j=>{e.params.disable||(j.preventDefault(),x(j),hs(window,"mousemove",C),hs(window,"touchmove",C),hs(window,"mouseup",N),hs(window,"touchend",N))},x=j=>{n.value=!0,i.value=!0,e.params.vertical?s.value=j.clientY:o.value=j.clientX,u.value=parseFloat(b.value),c.value=u.value},C=j=>{if(n.value){i.value=!1,t("resetSize");let S=0;e.params.vertical?(f.value=j.clientY,S=(s.value-f.value)/e.params.sliderSize*100):(g.value=j.clientX,S=(g.value-o.value)/e.params.sliderSize*100),c.value=u.value+S,M(c.value)}},N=()=>{m.value=!1,n.value&&(setTimeout(()=>{n.value=!1,i.value||(M(c.value),t("emitChange"))},0),Xo(window,"mousemove",C),Xo(window,"touchmove",C),Xo(window,"mouseup",N),Xo(window,"touchend",N))},M=j=>{if(j===null||isNaN(j))return;j<0?c.value=0:j>100&&(c.value=100);const S=100/((e.params.maxValue-e.params.minValue)/e.params.step);let W=Math.round(j/S)*S*(e.params.maxValue-e.params.minValue)*.01+e.params.minValue;W=parseFloat(W.toFixed(e.params.precision)),t("update:modelValue",W),!n.value&&e.modelValue!==d.value&&(d.value=e.modelValue)};return{renderDom:()=>r.createVNode("div",{class:["bk-slider-button",e.params.vertical?"vertical":"horizontal",{grabbing:n.value}],ref:v,tabindex:"0",style:I.value,onClick:j=>j.stopPropagation(),onMousedown:L},[y.value.content?r.createVNode(Yt,{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"]},[k.value]):void 0]),setPosition:M,tip:y}},render(){return this.renderDom()}}),hs=(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!1)},Xo=(e,t,n)=>{e&&t&&n&&e.removeEventListener(t,n,!1)},Ix=r.defineComponent({name:"Slider",props:{modelValue:p.oneOfType([p.array,p.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),s=r.ref(null),o=r.ref(null),u=r.ref(null),c=r.ref(0),d=r.ref(0),f=r.ref(null),g=r.ref(null),m=r.ref(null),v=r.ref(null),y=r.computed(()=>{const ee=[e.minValue,e.maxValue,e.step].map(X=>{const Z=`${X}`.split(".")[1];return Z?Z.length:0});return Math.max.apply(null,ee)}),b=r.computed(()=>Math.min(s.value,o.value)),I=r.computed(()=>Math.max(s.value,o.value)),k=r.computed(()=>e.range?`${100*(I.value-b.value)/(e.maxValue-e.minValue)}%`:`${100*(s.value-e.minValue)/(e.maxValue-e.minValue)}%`),L=r.computed(()=>e.range?`${100*(b.value-e.minValue)/(e.maxValue-e.minValue)}%`:"0%"),x=r.computed(()=>e.vertical?{height:k.value,bottom:L.value}:{width:k.value,left:L.value}),C=r.computed(()=>{if(!e.showInterval||e.minValue>e.maxValue)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const ee=(e.maxValue-e.minValue)/e.step,X=100*e.step/(e.maxValue-e.minValue),Z=[];for(let B=1;B<ee;B++)Z.push(B*X);return e.range?Z.filter(B=>B<100*(b.value-e.minValue)/(e.maxValue-e.minValue)||B>100*(I.value-e.minValue)/(e.maxValue-e.minValue)):Z.filter(B=>B>100*(s.value-e.minValue)/(e.maxValue-e.minValue))}),N=r.computed(()=>e.vertical?{height:e.height,width:"4px"}:{}),M=r.computed(()=>{if(!e.showIntervalLabel)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const ee=100*e.step/(e.maxValue-e.minValue),X=[];for(let Z=e.minValue,B=0;Z<=e.maxValue;Z+=e.step,B++){const G={stepWidth:B*ee,stepLabel:e.formatterLabel(Z)};X.push(G)}return X}),T=r.computed(()=>Array.isArray(e.modelValue)),j=r.computed(()=>e.customContent?Object.keys(e.customContent).sort((ee,X)=>Number(ee)-Number(X)).filter(ee=>Number(ee)>=e.minValue&&Number(ee)<=e.maxValue).map(ee=>{const{tip:X}=e.customContent[ee],{label:Z}=e.customContent[ee];return{tip:X||Z||"",label:Z||"",percent:(Number(ee)-e.minValue)/(e.maxValue-e.minValue)*100}}):[]),S=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,()=>{R()}),r.watch(()=>s.value,ee=>{e.range?n("update:modelValue",[b.value,I.value]):n("update:modelValue",ee),c.value=ee}),r.watch(()=>o.value,ee=>{n("update:modelValue",[b.value,I.value]),d.value=ee}),r.onMounted(()=>{e.range?(Array.isArray(e.modelValue)?(s.value=Math.max(e.minValue,Number(e.modelValue[0])),o.value=Math.min(e.maxValue,Number(e.modelValue[1]))):(s.value=e.minValue,o.value=e.maxValue),u.value=[s.value,o.value]):(typeof e.modelValue!="number"||isNaN(e.modelValue)?s.value=e.minValue:s.value=Math.min(e.maxValue,Math.max(e.minValue,e.modelValue)),u.value=s.value),P(),hs(window,"resize",P())});const P=()=>{f.value&&(i.value=f.value[`client${e.vertical?"Height":"Width"}`])},W=ee=>{var X,Z;if(ee.stopPropagation(),!e.disable){if(P(),e.vertical){const B=(X=f.value)==null?void 0:X.getBoundingClientRect().bottom;oe((B-ee.clientY)/i.value*100)}else{const B=(Z=f.value)==null?void 0:Z.getBoundingClientRect().left;oe((ee.clientX-B)/i.value*100)}Q()}},z=()=>e.range?![b.value,I.value].every((ee,X)=>ee===u.value[X]):e.modelValue!==u.value,R=()=>{if(e.minValue>e.maxValue){console.error("min should not be greater than max.");return}const ee=e.modelValue;e.range&&Array.isArray(ee)?ee[1]<e.minValue?n("update:modelValue",[e.minValue,e.minValue]):ee[0]>e.maxValue?n("update:modelValue",[e.maxValue,e.maxValue]):ee[0]<e.minValue?n("update:modelValue",[e.minValue,ee[1]]):ee[1]>e.maxValue?n("update:modelValue",[ee[0],e.maxValue]):(s.value=Number(ee[0]),o.value=Number(ee[1]),z()&&(u.value=ee.slice())):!e.range&&typeof ee=="number"&&!isNaN(ee)&&(ee<e.minValue?n("update:modelValue",e.minValue):ee>e.maxValue?n("update:modelValue",e.maxValue):(s.value=ee,z()&&(u.value=ee)))},Q=async()=>{await r.nextTick(),n("change",e.range?[b.value,I.value]:e.modelValue)},$=ee=>e.vertical?{bottom:`${ee}%`}:{left:`${ee}%`},oe=ee=>{if(!e.range){g.value.setPosition(ee);return}const X=e.minValue+ee*(e.maxValue-e.minValue)/100;Math.abs(b.value-X)<Math.abs(I.value-X)?v.value=s.value<o.value?g.value:m.value:v.value=s.value>o.value?g.value:m.value,v.value.setPosition(ee)},me=ee=>{if(ee==="")return;const X=parseFloat(ee);X<e.minValue?(c.value=e.minValue,s.value=e.minValue):X>e.maxValue?(c.value=e.maxValue,s.value=e.maxValue):s.value=X},be=ee=>{if(ee===""||typeof ee=="number")return;const X=parseFloat(ee);X<e.minValue?(d.value=e.minValue,o.value=e.minValue):X>e.maxValue?(d.value=e.maxValue,o.value=e.maxValue):o.value=X},de=ee=>{let X=0;return ee==="start"?X=e.vertical?e.maxValue:e.minValue:X=e.vertical?e.minValue:e.maxValue,e.showButtonLabel&&[s.value,o.value].includes(X)?"0":"1"};return{renderDom:()=>{var ee,X;return r.createVNode("div",{class:["bk-slider",e.extCls]},[(ee=t.start)==null?void 0:ee.call(t),r.createVNode("div",{class:"bk-slider-runway",ref:f,style:N.value,onClick:W},[r.createVNode("div",{class:["bk-slider-bar",e.vertical?"vertical":"horizontal",{disable:e.disable}],style:x.value},null),e.showInterval?C.value.map((Z,B)=>r.createVNode("div",{key:B,class:["bk-slider-interval",{vertical:e.vertical}],style:$(Z)},null)):void 0,e.customContent?j.value.map((Z,B)=>r.createVNode("div",{key:B,class:["bk-slider-interval",{vertical:e.vertical}],style:$(Z.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:de("start")}]},[e.formatterLabel(e.minValue)]),r.createVNode("div",{class:"label-end",style:[{opacity:de("end")}]},[e.formatterLabel(e.maxValue)])];if(e.showIntervalLabel)return M.value.map((Z,B)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:B,style:$(Z.stepWidth)},[Z.stepLabel]));if(e.customContent)return j.value.map((Z,B)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:B,style:$(Z.percent)},[Z.label]))}()]):void 0,r.createVNode(u6,{modelValue:s.value,"onUpdate:modelValue":Z=>s.value=Z,ref:g,params:S.value,onEmitChange:Q,onResetSize:P},null),e.range?r.createVNode(u6,{modelValue:o.value,"onUpdate:modelValue":Z=>o.value=Z,ref:m,params:S.value,onEmitChange:Q,onResetSize:P},null):void 0]),e.showInput&&!e.vertical?r.createVNode("div",{class:"bk-slider-input"},[r.createVNode("div",{class:"input-item"},[r.createVNode(jr,{type:"number",modelValue:c.value,max:e.maxValue,min:e.minValue,onChange:me},null)]),T.value&&o.value?[r.createVNode("div",{class:"input-center"},[r.createTextVNode("~")]),r.createVNode("div",{class:"input-item"},[r.createVNode(jr,{type:"number",modelValue:d.value,max:e.maxValue,min:e.minValue,onChange:be},null)])]:void 0]):void 0,(X=t.end)==null?void 0:X.call(t)])}}},render(){return this.renderDom()}}),V4=Fe(Ix),Nx=r.defineComponent({name:"ResizeLayout",props:{placement:p.placement().def("left"),min:p.number.def(3),max:p.number.def(1/0),triggerWidth:p.number.def(5),triggerOffset:p.number.def(3),initialDivide:p.oneOfType([String,Number]).def("20%"),immediate:p.bool,disabled:p.bool,collapsible:p.bool,autoMinimize:p.oneOfType([Boolean,Number]).def(!1),border:p.bool.def(!0)},emits:["before-resize","resizing","after-resize","collapse-change"],setup(e,{emit:t}){const{placement:n,initialDivide:i,triggerOffset:s,triggerWidth:o,max:u,min:c,immediate:d,autoMinimize:f}=r.toRefs(e),g=r.ref(!1),m=r.ref(!0),v=r.ref(!1),y=r.ref(null),b=r.ref({}),I=r.ref(null),k=r.ref(null),L=r.ref(null),x=r.ref(null),C=r.computed(()=>["left","right"].includes(n.value)),N=r.computed(()=>C.value?"width":"height"),M=r.computed(()=>{let de=i.value;return typeof de=="number"&&(de=`${de}px`),{[N.value]:de}}),T=r.computed(()=>({[`margin-${n.value}`]:`${s.value-o.value}px`,[N.value]:`${o.value}px`})),j=r.computed(()=>f.value?typeof f.value=="boolean"?50:f.value:0),S=()=>{const de=I.value.getBoundingClientRect();y.value=C.value?de.width:de.height},P=new ResizeObserver(S),W=()=>{switch(k.value.style.visibility="visible",n.value){case"left":k.value.style.inset=`0 auto auto ${b.value.aside.width}px`;break;case"right":k.value.style.inset=`0 ${b.value.aside.width}px auto auto`;break;case"top":k.value.style.inset=`${b.value.aside.height}px auto auto 0`;break;case"bottom":k.value.style.inset=`auto auto ${b.value.aside.height}px 0`;break}},z=()=>{L.value.style.display="block",L.value.style.cursor=C.value?"col-resize":"row-resize"},R=de=>Math.min(u.value,Math.max(c.value,de),y.value-o.value),Q=de=>{t("before-resize",de);const ue=x.value.getBoundingClientRect();b.value=Object.freeze({mouse:{clientX:de.clientX,clientY:de.clientY},aside:{width:ue.width,height:ue.height}}),z(),d.value||W(),document.onselectstart=()=>!1,document.ondragstart=()=>!1;const ee=B=>{t("resizing",B)},X=B=>{let G;switch(n.value){case"top":G=B.clientY-b.value.mouse.clientY;break;case"right":G=b.value.mouse.clientX-B.clientX;break;case"bottom":G=b.value.mouse.clientY-B.clientY;break;case"left":G=B.clientX-b.value.mouse.clientX}const F=b.value.aside[N.value]+G,ie=R(F)+s.value,he=`${ie}px`;d.value?x.value.style[N.value]=he:k.value.style[n.value]=he,ee(ie)},Z=()=>{if(k.value.style.visibility="hidden",L.value.style.display="none",document.removeEventListener("mousemove",X),document.removeEventListener("mouseup",Z),document.onselectstart=null,document.ondragstart=null,r.nextTick(()=>{$(),t("after-resize",parseFloat(k.value.style[n.value]))}),d.value)return!1;x.value.style[N.value]=k.value.style[n.value]};document.addEventListener("mousemove",X),document.addEventListener("mouseup",Z)},$=()=>{if(!f.value)return!1;const de=x.value.getBoundingClientRect();if(v.value=g.value=de[N.value]<=j.value,!v.value)return m.value=!0,!1;me(),r.nextTick(()=>{x.value.setAttribute(`data-${N.value}`,M.value[N.value])})},oe=de=>{g.value=typeof de=="boolean"?de:!g.value,me(),t("collapse-change",g.value)},me=()=>{const de=x.value.getBoundingClientRect();be(!g.value),g.value?(x.value.setAttribute(`data-${N.value}`,`${de[N.value]}px`),x.value.style[N.value]=e.collapsible?"0px":"5px"):(m.value=!0,x.value.style[N.value]=x.value.getAttribute(`data-${N.value}`))},be=de=>{const ue=()=>{m.value=de,x.value.style.transition="",x.value.removeEventListener("transitionend",ue)};x.value.addEventListener("transitionend",ue),x.value.style.transition=`${N.value} cubic-bezier(0.4, 0, 0.2, 1) .3s`};return r.onMounted(()=>{P.observe(I.value)}),r.onBeforeUnmount(()=>{P.unobserve(I.value)}),{collapsed:g,asideContentVisible:m,minimized:v,limitMax:y,state:b,vertical:C,cssPropKey:N,bkResizeLayoutRef:I,resizeProxyRef:k,resizeMaskRef:L,asideRef:x,triggerStyle:T,asideStyle:M,handleMousedown:Q,setCollapse:oe}},render(){var t,n,i,s,o,u;const e=["bk-resize-layout",`bk-resize-layout-${this.placement}`,{"bk-resize-layout-collapsed":this.collapsed,"bk-resize-layout-border":this.border,"bk-resize-layout-collapsible":this.collapsible}];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&&(((s=(i=this.$slots)["collapse-trigger"])==null?void 0:s.call(i))||(this.collapsed?r.createVNode(Pn,{class:"bk-resize-collapse",onClick:this.setCollapse},null):r.createVNode(ci,{class:"bk-resize-collapse",onClick:this.setCollapse},null)))]),r.createVNode("main",{class:"bk-resize-layout-main"},[(u=(o=this.$slots).main)==null?void 0:u.call(o)]),r.createVNode("div",{class:"bk-resize-mask",ref:"resizeMaskRef"},null)])}}),J4=Fe(Nx),Lx={list:p.array.def([]),titleAble:p.bool.def(!1),extCls:p.string},kx=r.defineComponent({name:"Timeline",props:Lx,emits:["select"],setup(e,{emit:t}){const n=r.ref([]),i=u=>{const c=[];u.forEach(d=>{c.push({tag:d.tag,content:d.content,type:d.type,size:d.size,color:d.color,icon:d.icon,filled:d.filled,border:d.border??!0})}),n.value.splice(0,n.value.length,...c)},s=()=>{var u;n.value.splice(0,n.value.length,{tag:"步骤1",content:"内容1"},{tag:"步骤2",content:"内容2"},{tag:"步骤3",content:"内容3"}),(u=e.list)!=null&&u.length&&i(e.list)},o=u=>{try{t("select",u)}catch(c){console.warn(c)}};return r.onMounted(s),r.watch(()=>e.list,()=>{i(e.list)},{deep:!0}),{defaultTimelines:n,titleSelect:o}},render(){const e=i=>{const{icon:s}=i;return s?typeof s=="object"||typeof s=="function":!1},t=i=>{const s="bk-timeline",o=["blue","red","green","yellow","gray"],u=i.type?`${s}-${i.type}`:`${s}-default`,c=i.size?`${s}-${i.size}`:"",d=i.filled?`${s}-filled`:"",f=i.color&&o.includes(i.color)?`${s}-${i.color}`:"",g=e(i)?`${s}-custom`:"";return Pe({},`${s} ${u} ${c} ${f} ${d} ${g}`)},n=i=>this.$slots.content?r.createVNode("div",{class:"bk-timeline-content"},[this.$slots.content(i)]):r.createVNode("div",{class:"bk-timeline-content",innerHTML:i.content},null);return r.createVNode("ul",{class:["bk-timeline",this.extCls]},[this.defaultTimelines.map(i=>{var s,o;return r.createVNode("li",{class:["bk-timeline-dot",t(i)]},[e(i)?r.createVNode("div",{class:"bk-timeline-icon",style:{border:i.border?`2px solid ${i.color}`:"0px",borderRadius:i.border?"50%":"0"}},[r.createVNode("span",{class:"bk-timeline-icon-inner"},[typeof i.icon=="function"?r.createVNode(i.icon,null,null):i.icon])]):"",r.createVNode("div",{class:"bk-timeline-section"},[r.createVNode("div",{class:"bk-timeline-title",onClick:()=>{this.titleSelect(i)}},[((o=(s=this.$slots).default)==null?void 0:o.call(s,i))??r.createVNode("span",{innerHTML:i.tag},null)]),i.content?n(i):""])])})])}}),R4=Fe(kx),Tx={list:p.array.def([]),controllable:p.bool.def(!1),showSteps:p.bool.def(!1),curProcess:p.number.def(0),displayKey:p.string.def("content"),extCls:p.string},xx=r.defineComponent({name:"Process",props:Tx,emits:["update:curProcess","click"],setup(e,{emit:t}){const n=ft("process"),i=ft("lang"),s=r.ref([]),o=r.ref(0),u=()=>{var d;s.value.splice(0,s.value.length,{content:n.value.step1},{content:n.value.step2},{content:n.value.step3},{content:n.value.step4}),(d=e.list)!=null&&d.length&&s.value.splice(0,s.value.length,...e.list)};r.watch(()=>i.value,()=>{u()});const c=async d=>{try{e.controllable&&d!==e.curProcess&&(t("update:curProcess",d),t("click",d))}catch(f){console.warn(f)}};return r.onMounted(u),{defaultProcessList:s,paddingBottom:o,jumpTo:c}},render(){const e="bk-process",t=Pe({[`${this.extCls}`]:!!this.extCls},`${e}`),n=c=>c.status==="loading",i=c=>c.status==="error",s=c=>this.curProcess>=c+1||this.defaultProcessList[c].status==="done",o=c=>c.icon?c.icon:"",u=(c,d)=>{if(c===this.curProcess-1&&n(d))return r.createVNode(Ws,{class:"bk-icon bk-process-icon icon-loading"},null);if(c===this.curProcess-1&&i(d))return r.createVNode(un,{class:"bk-process-icon icon-error"},null);if(c===this.curProcess-1&&o(d))return r.createVNode("span",{class:"bk-process-icon-custom"},[r.createVNode(d.icon,null,null)]);if(s(c))return r.createVNode(rr,{class:"bk-process-icon-done"},null)};return r.createVNode("div",{class:t},[r.createVNode("ul",{style:{paddingBottom:`${this.paddingBottom}px`}},[this.defaultProcessList.map((c,d)=>r.createVNode("li",{onClick:()=>{this.jumpTo(d+1)},style:{cursor:this.controllable?"pointer":""},class:{success:this.curProcess>=d+1,current:n(c)&&d===this.curProcess-1,error:i(c)&&d===this.curProcess-1}},[r.createVNode("div",null,[r.createVNode("span",{class:"display"},[c[this.displayKey]]),u(d,c)])]))])])}}),Q4=Fe(xx),wr="bk-upload";var Si=(e=>(e.BUTTON="button",e.DRAGGABLE="draggable",e.PICTURE="picture",e))(Si||{}),ra=(e=>(e.NEW="new",e.UPLOADING="uploading",e.SUCCESS="success",e.FAIL="fail",e))(ra||{});const d6=[Si.BUTTON,Si.DRAGGABLE,Si.PICTURE],Li={theme:{type:String,default:"draggable",validator:e=>!e||d6.includes(e)?!0:(console.error(`invalid theme, ${e}, the theme must be one of 【${d6.join(" | ")}】`),!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},beforeRemove:{type:Function},sliceUpload:{type:Boolean,default:!1},sliceUrl:{type:String,default:""},mergeUrl:{type:String,default:""},chunkSize:{type:Number,default:10}};function f6(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const Sx=r.defineComponent({name:"UploadList",props:{theme:Li.theme,disabled:Li.disabled,files:Li.files,multiple:Li.multiple},emits:["remove","retry"],setup(e,{slots:t,emit:n}){const i=ft("upload"),{theme:s,disabled:o,multiple:u}=r.toRefs(e),c=`${wr}-list`,d=r.computed(()=>s.value===Si.PICTURE),f=r.computed(()=>d.value&&!u.value),g=r.computed(()=>Pe({[c]:!0,[`${c}--${s.value}`]:!0,[`${c}--disabled`]:o.value}));function m(C){const N=["Bytes","KB","MB","GB","TB"],M=Math.floor(Math.log(C)/Math.log(1024));return`${(C/1024**M).toFixed(2)}${N[M]}`}function v(C,N){n("remove",C,N)}function y(C,N){n("retry",C,N)}const b=()=>{let C;return r.createVNode(r.TransitionGroup,{name:`${c}__item`},f6(C=e.files.map(N=>{const M=Pe({[`${c}__item`]:!0,[`${c}__item-picture`]:!0,[`${c}__item--${N.status}`]:!0});return r.createVNode("li",{key:N.uid,class:M},[t!=null&&t.file?t.file({file:N}):I(N)])}))?C:{default:()=>[C]})},I=C=>[r.withDirectives(r.createVNode("img",{src:C.url,class:`${c}__picture-item-thumbnail`,alt:""},null),[[r.vShow,C.status!=="uploading"]]),r.createVNode(r.Fragment,null,[C.status==="uploading"&&r.createVNode(Es,{class:`${c}__picture-item-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:C.percentage},null)]),r.createVNode(r.Fragment,null,[!o.value&&r.createVNode("div",{class:`${c}__picture-item-actions`},[r.createVNode(ka,{class:"action-icon",onClick:N=>v(C,N)},null)])])],k=()=>{let C;return r.createVNode(r.TransitionGroup,{name:`${c}__item`},f6(C=e.files.map(N=>{const M=Pe({[`${c}__item`]:!0,[`${c}__item--${N.status}`]:!0});return r.createVNode("li",{key:N.uid,class:M},[t!=null&&t.file?t.file({file:N}):x(N)])}))?C:{default:()=>[C]})},L=C=>{var P;const N=(P=C==null?void 0:C.raw)==null?void 0:P.type,[M]=(N==null?void 0:N.split("/"))||"";let j={text:da,image:rc,application:da,video:fc,audio:Zl}[M]||da;return["application/zip","application/rar","application/tar","application/gz","application/x-gzip"].includes(N)&&(j=Bl),r.h(j,{class:`${c}__item-file-icon`})},x=C=>[r.createVNode("div",{class:`${c}__item-icon`},[C.isPic?r.createVNode("img",{src:C.url,class:`${c}__item-thumbnail`,alt:""},null):L(C)]),r.createVNode("div",{class:`${c}__item-summary`},[r.createVNode("div",{class:`${c}__item-name`,title:C.name},[C.name]),C.status!=="uploading"&&r.createVNode("div",{class:`${c}__item-message`,title:C.statusText},[C.status==="success"&&r.createVNode(r.Fragment,null,[r.createVNode(rr,{class:`${c}__item-message-success-icon`},null),C.statusText||i.value.uploadSuccess]),C.status==="fail"&&r.createVNode(r.Fragment,null,[C.statusText||i.value.uploadFailed])]),C.status==="uploading"&&r.createVNode(Es,{class:`${c}__item-progress`,showText:!1,percent:C.percentage,size:"small"},null),C.status!=="fail"&&r.createVNode("div",{class:`${c}__item-speed`},[r.withDirectives(r.createVNode("span",{class:`${c}__item-speed-size`},[m(C.size)]),[[r.vShow,C.size]]),r.withDirectives(r.createVNode("span",{class:`${c}__item-speed-percentage`},[C.percentage,r.createTextVNode("%")]),[[r.vShow,C.status==="uploading"]])]),!o.value&&r.createVNode("div",{class:`${c}__item-actions`},[C.status==="fail"&&r.createVNode(sc,{class:`${c}__item-retry-icon`,onClick:N=>y(C,N)},null),r.createVNode(ka,{class:`${c}__item-del-icon`,onClick:N=>v(C,N)},null)])])];return()=>{var C;return r.createVNode(r.Fragment,null,[f.value?(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger((C=e.files)==null?void 0:C[0])):r.createVNode("ul",{class:g.value},[d.value?b():k(),(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger())])])}}}),h6=r.defineComponent({name:"UploadTrigger",props:{theme:Li.theme,disabled:Li.disabled,multiple:Li.multiple,accept:Li.accept,file:{type:Object}},emits:["change","remove"],setup(e,{slots:t,emit:n}){const i=ft("upload"),{theme:s,disabled:o,file:u,multiple:c,accept:d}=r.toRefs(e),f=`${wr}-trigger`,g=r.computed(()=>s.value===Si.BUTTON),m=r.computed(()=>s.value===Si.DRAGGABLE),v=r.computed(()=>s.value===Si.PICTURE),y=r.computed(()=>v.value&&!c.value),b=r.computed(()=>v.value&&!d.value?"image/png,image/jpeg,image/jpg":d.value),I=r.ref(null),k=r.computed(()=>{var Q;return Pe({[f]:!0,[`${f}--${s.value}`]:!0,[`${f}--single-picture`]:y.value,[`${f}--has-file`]:u.value??!1,[`${f}--${(Q=u.value)==null?void 0:Q.status}`]:u.value??!1,[`${f}--dragover`]:T.value,[`${f}--disabled`]:o.value})}),L=()=>{I.value.value=null,I.value.click()},x=Q=>{const{files:$}=Q.target;n("change",Array.from($))},C=()=>{e.disabled||L()},N=Q=>{Q.defaultPrevented||Q.target!==Q.currentTarget||((Q.code==="Enter"||Q.code==="Space")&&L(),Q.preventDefault())};function M(Q,$){n("remove",Q,$),$.stopPropagation(),$.preventDefault()}const T=r.ref(!1),j=()=>{const Q=be=>{if(o.value)return;be.preventDefault(),T.value=!1;const de=Array.from(be.dataTransfer.files);if(!b.value){n("change",de);return}const ue=de.filter(ee=>{const{type:X,name:Z}=ee,B=Z.includes(".")?`.${Z.split(".").pop()}`:"",G=X.replace(/\/.*$/,"");return b.value.split(",").map(F=>F.trim()).filter(F=>F).some(F=>F.startsWith(".")?B===F:/\/\*$/.test(F)?G===F.replace(/\/\*$/,""):/^[^/]+\/[^/]+$/.test(F)?X===F:!1)});n("change",ue)},$=be=>{be.preventDefault(),T.value=!0},oe=()=>{T.value=!1},me=Pe({[`${f}__draggable`]:!0});return r.createVNode("div",{class:me,onDrop:Q,onDragover:$,onDragleave:oe},[t.default?t.default():r.createVNode(r.Fragment,null,[r.createVNode(xs,{class:`${f}__draggable-icon`},null),r.createVNode("div",{class:`${f}__draggable-text`},[i.value.drapFileOr,r.createVNode("span",{class:`${f}__draggable-upload-link`},[i.value.clickUpload])])])])},S=()=>r.createVNode(r.Fragment,null,[y.value&&e.file?W(e.file):P()]),P=()=>r.createVNode(r.Fragment,null,[t.default?t.default():r.createVNode("div",{class:`${f}__picture-inner`},[r.createVNode(Zs,{class:`${f}__picture-icon`},null),r.createVNode("div",{class:`${f}__picture-text`},[i.value.clickUpload])])]),W=Q=>[r.withDirectives(r.createVNode("img",{src:Q.url,class:`${f}__picture-thumbnail`,alt:""},null),[[r.vShow,Q.status!=="uploading"]]),r.createVNode(r.Fragment,null,[Q.status==="uploading"&&r.createVNode(Es,{class:`${f}__picture-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:Q.percentage},null)]),r.createVNode(r.Fragment,null,[!e.disabled&&r.createVNode("div",{class:`${f}__picture-actions`},[r.createVNode(ka,{class:"action-icon",onClick:$=>M(Q,$)},null)])])],z=()=>r.createVNode(Et,{disabled:o.value},{default:()=>[r.createVNode(xs,{class:`${f}__button-icon`},null),r.createVNode("span",{class:`${f}__button-text`},[i.value.uploadLabel])]}),R=()=>{if(g.value)return z();if(m.value)return j();if(v.value)return S()};return()=>{var Q;return r.createVNode("div",{class:k.value,tabindex:"0",onClick:C,onKeydown:N},[t.trigger?[t.trigger(),(Q=t==null?void 0:t.default)==null?void 0:Q.call(t)]:R(),r.createVNode("input",{ref:I,class:`${f}__input-file`,tabindex:"-1",onChange:x,accept:b.value,multiple:c.value,disabled:o.value,type:"file"},null)])}}});var _4={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 s(L,x){var C=L[0],N=L[1],M=L[2],T=L[3];C+=(N&M|~N&T)+x[0]-680876936|0,C=(C<<7|C>>>25)+N|0,T+=(C&N|~C&M)+x[1]-389564586|0,T=(T<<12|T>>>20)+C|0,M+=(T&C|~T&N)+x[2]+606105819|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&C)+x[3]-1044525330|0,N=(N<<22|N>>>10)+M|0,C+=(N&M|~N&T)+x[4]-176418897|0,C=(C<<7|C>>>25)+N|0,T+=(C&N|~C&M)+x[5]+1200080426|0,T=(T<<12|T>>>20)+C|0,M+=(T&C|~T&N)+x[6]-1473231341|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&C)+x[7]-45705983|0,N=(N<<22|N>>>10)+M|0,C+=(N&M|~N&T)+x[8]+1770035416|0,C=(C<<7|C>>>25)+N|0,T+=(C&N|~C&M)+x[9]-1958414417|0,T=(T<<12|T>>>20)+C|0,M+=(T&C|~T&N)+x[10]-42063|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&C)+x[11]-1990404162|0,N=(N<<22|N>>>10)+M|0,C+=(N&M|~N&T)+x[12]+1804603682|0,C=(C<<7|C>>>25)+N|0,T+=(C&N|~C&M)+x[13]-40341101|0,T=(T<<12|T>>>20)+C|0,M+=(T&C|~T&N)+x[14]-1502002290|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&C)+x[15]+1236535329|0,N=(N<<22|N>>>10)+M|0,C+=(N&T|M&~T)+x[1]-165796510|0,C=(C<<5|C>>>27)+N|0,T+=(C&M|N&~M)+x[6]-1069501632|0,T=(T<<9|T>>>23)+C|0,M+=(T&N|C&~N)+x[11]+643717713|0,M=(M<<14|M>>>18)+T|0,N+=(M&C|T&~C)+x[0]-373897302|0,N=(N<<20|N>>>12)+M|0,C+=(N&T|M&~T)+x[5]-701558691|0,C=(C<<5|C>>>27)+N|0,T+=(C&M|N&~M)+x[10]+38016083|0,T=(T<<9|T>>>23)+C|0,M+=(T&N|C&~N)+x[15]-660478335|0,M=(M<<14|M>>>18)+T|0,N+=(M&C|T&~C)+x[4]-405537848|0,N=(N<<20|N>>>12)+M|0,C+=(N&T|M&~T)+x[9]+568446438|0,C=(C<<5|C>>>27)+N|0,T+=(C&M|N&~M)+x[14]-1019803690|0,T=(T<<9|T>>>23)+C|0,M+=(T&N|C&~N)+x[3]-187363961|0,M=(M<<14|M>>>18)+T|0,N+=(M&C|T&~C)+x[8]+1163531501|0,N=(N<<20|N>>>12)+M|0,C+=(N&T|M&~T)+x[13]-1444681467|0,C=(C<<5|C>>>27)+N|0,T+=(C&M|N&~M)+x[2]-51403784|0,T=(T<<9|T>>>23)+C|0,M+=(T&N|C&~N)+x[7]+1735328473|0,M=(M<<14|M>>>18)+T|0,N+=(M&C|T&~C)+x[12]-1926607734|0,N=(N<<20|N>>>12)+M|0,C+=(N^M^T)+x[5]-378558|0,C=(C<<4|C>>>28)+N|0,T+=(C^N^M)+x[8]-2022574463|0,T=(T<<11|T>>>21)+C|0,M+=(T^C^N)+x[11]+1839030562|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^C)+x[14]-35309556|0,N=(N<<23|N>>>9)+M|0,C+=(N^M^T)+x[1]-1530992060|0,C=(C<<4|C>>>28)+N|0,T+=(C^N^M)+x[4]+1272893353|0,T=(T<<11|T>>>21)+C|0,M+=(T^C^N)+x[7]-155497632|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^C)+x[10]-1094730640|0,N=(N<<23|N>>>9)+M|0,C+=(N^M^T)+x[13]+681279174|0,C=(C<<4|C>>>28)+N|0,T+=(C^N^M)+x[0]-358537222|0,T=(T<<11|T>>>21)+C|0,M+=(T^C^N)+x[3]-722521979|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^C)+x[6]+76029189|0,N=(N<<23|N>>>9)+M|0,C+=(N^M^T)+x[9]-640364487|0,C=(C<<4|C>>>28)+N|0,T+=(C^N^M)+x[12]-421815835|0,T=(T<<11|T>>>21)+C|0,M+=(T^C^N)+x[15]+530742520|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^C)+x[2]-995338651|0,N=(N<<23|N>>>9)+M|0,C+=(M^(N|~T))+x[0]-198630844|0,C=(C<<6|C>>>26)+N|0,T+=(N^(C|~M))+x[7]+1126891415|0,T=(T<<10|T>>>22)+C|0,M+=(C^(T|~N))+x[14]-1416354905|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~C))+x[5]-57434055|0,N=(N<<21|N>>>11)+M|0,C+=(M^(N|~T))+x[12]+1700485571|0,C=(C<<6|C>>>26)+N|0,T+=(N^(C|~M))+x[3]-1894986606|0,T=(T<<10|T>>>22)+C|0,M+=(C^(T|~N))+x[10]-1051523|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~C))+x[1]-2054922799|0,N=(N<<21|N>>>11)+M|0,C+=(M^(N|~T))+x[8]+1873313359|0,C=(C<<6|C>>>26)+N|0,T+=(N^(C|~M))+x[15]-30611744|0,T=(T<<10|T>>>22)+C|0,M+=(C^(T|~N))+x[6]-1560198380|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~C))+x[13]+1309151649|0,N=(N<<21|N>>>11)+M|0,C+=(M^(N|~T))+x[4]-145523070|0,C=(C<<6|C>>>26)+N|0,T+=(N^(C|~M))+x[11]-1120210379|0,T=(T<<10|T>>>22)+C|0,M+=(C^(T|~N))+x[2]+718787259|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~C))+x[9]-343485551|0,N=(N<<21|N>>>11)+M|0,L[0]=C+L[0]|0,L[1]=N+L[1]|0,L[2]=M+L[2]|0,L[3]=T+L[3]|0}function o(L){var x=[],C;for(C=0;C<64;C+=4)x[C>>2]=L.charCodeAt(C)+(L.charCodeAt(C+1)<<8)+(L.charCodeAt(C+2)<<16)+(L.charCodeAt(C+3)<<24);return x}function u(L){var x=[],C;for(C=0;C<64;C+=4)x[C>>2]=L[C]+(L[C+1]<<8)+(L[C+2]<<16)+(L[C+3]<<24);return x}function c(L){var x=L.length,C=[1732584193,-271733879,-1732584194,271733878],N,M,T,j,S,P;for(N=64;N<=x;N+=64)s(C,o(L.substring(N-64,N)));for(L=L.substring(N-64),M=L.length,T=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],N=0;N<M;N+=1)T[N>>2]|=L.charCodeAt(N)<<(N%4<<3);if(T[N>>2]|=128<<(N%4<<3),N>55)for(s(C,T),N=0;N<16;N+=1)T[N]=0;return j=x*8,j=j.toString(16).match(/(.*?)(.{0,8})$/),S=parseInt(j[2],16),P=parseInt(j[1],16)||0,T[14]=S,T[15]=P,s(C,T),C}function d(L){var x=L.length,C=[1732584193,-271733879,-1732584194,271733878],N,M,T,j,S,P;for(N=64;N<=x;N+=64)s(C,u(L.subarray(N-64,N)));for(L=N-64<x?L.subarray(N-64):new Uint8Array(0),M=L.length,T=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],N=0;N<M;N+=1)T[N>>2]|=L[N]<<(N%4<<3);if(T[N>>2]|=128<<(N%4<<3),N>55)for(s(C,T),N=0;N<16;N+=1)T[N]=0;return j=x*8,j=j.toString(16).match(/(.*?)(.{0,8})$/),S=parseInt(j[2],16),P=parseInt(j[1],16)||0,T[14]=S,T[15]=P,s(C,T),C}function f(L){var x="",C;for(C=0;C<4;C+=1)x+=i[L>>C*8+4&15]+i[L>>C*8&15];return x}function g(L){var x;for(x=0;x<L.length;x+=1)L[x]=f(L[x]);return L.join("")}g(c("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function L(x,C){return x=x|0||0,x<0?Math.max(x+C,0):Math.min(x,C)}ArrayBuffer.prototype.slice=function(x,C){var N=this.byteLength,M=L(x,N),T=N,j,S,P,W;return C!==n&&(T=L(C,N)),M>T?new ArrayBuffer(0):(j=T-M,S=new ArrayBuffer(j),P=new Uint8Array(S),W=new Uint8Array(this,M,j),P.set(W),S)}}();function m(L){return/[\u0080-\uFFFF]/.test(L)&&(L=unescape(encodeURIComponent(L))),L}function v(L,x){var C=L.length,N=new ArrayBuffer(C),M=new Uint8Array(N),T;for(T=0;T<C;T+=1)M[T]=L.charCodeAt(T);return x?M:N}function y(L){return String.fromCharCode.apply(null,new Uint8Array(L))}function b(L,x,C){var N=new Uint8Array(L.byteLength+x.byteLength);return N.set(new Uint8Array(L)),N.set(new Uint8Array(x),L.byteLength),C?N:N.buffer}function I(L){var x=[],C=L.length,N;for(N=0;N<C-1;N+=2)x.push(parseInt(L.substr(N,2),16));return String.fromCharCode.apply(String,x)}function k(){this.reset()}return k.prototype.append=function(L){return this.appendBinary(m(L)),this},k.prototype.appendBinary=function(L){this._buff+=L,this._length+=L.length;var x=this._buff.length,C;for(C=64;C<=x;C+=64)s(this._hash,o(this._buff.substring(C-64,C)));return this._buff=this._buff.substring(C-64),this},k.prototype.end=function(L){var x=this._buff,C=x.length,N,M=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],T;for(N=0;N<C;N+=1)M[N>>2]|=x.charCodeAt(N)<<(N%4<<3);return this._finish(M,C),T=g(this._hash),L&&(T=I(T)),this.reset(),T},k.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},k.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},k.prototype.setState=function(L){return this._buff=L.buff,this._length=L.length,this._hash=L.hash,this},k.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},k.prototype._finish=function(L,x){var C=x,N,M,T;if(L[C>>2]|=128<<(C%4<<3),C>55)for(s(this._hash,L),C=0;C<16;C+=1)L[C]=0;N=this._length*8,N=N.toString(16).match(/(.*?)(.{0,8})$/),M=parseInt(N[2],16),T=parseInt(N[1],16)||0,L[14]=M,L[15]=T,s(this._hash,L)},k.hash=function(L,x){return k.hashBinary(m(L),x)},k.hashBinary=function(L,x){var C=c(L),N=g(C);return x?I(N):N},k.ArrayBuffer=function(){this.reset()},k.ArrayBuffer.prototype.append=function(L){var x=b(this._buff.buffer,L,!0),C=x.length,N;for(this._length+=L.byteLength,N=64;N<=C;N+=64)s(this._hash,u(x.subarray(N-64,N)));return this._buff=N-64<C?new Uint8Array(x.buffer.slice(N-64)):new Uint8Array(0),this},k.ArrayBuffer.prototype.end=function(L){var x=this._buff,C=x.length,N=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],M,T;for(M=0;M<C;M+=1)N[M>>2]|=x[M]<<(M%4<<3);return this._finish(N,C),T=g(this._hash),L&&(T=I(T)),this.reset(),T},k.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},k.ArrayBuffer.prototype.getState=function(){var L=k.prototype.getState.call(this);return L.buff=y(L.buff),L},k.ArrayBuffer.prototype.setState=function(L){return L.buff=v(L.buff,!0),k.prototype.setState.call(this,L)},k.ArrayBuffer.prototype.destroy=k.prototype.destroy,k.ArrayBuffer.prototype._finish=k.prototype._finish,k.ArrayBuffer.hash=function(L,x){var C=d(new Uint8Array(L)),N=g(C);return x?I(N):N},k})})(_4);var Dx=_4.exports;const g6=Da(Dx);function u0(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}const jx=e=>{if(typeof XMLHttpRequest>"u")throw new Error("XMLHttpRequest is undefined");const t=new XMLHttpRequest,{action:n}=e;t.upload&&t.upload.addEventListener("progress",o=>{const u=o;u.percent=o.total>0?o.loaded/o.total*100:0,e.onProgress(u)});const i=new FormData;if(e.data){let o=e.data;Array.isArray(o)||(o=[o]),o.forEach(u=>{for(const[c,d]of Object.entries(u))Array.isArray(d)?i.append(c,...d):i.append(c,d)})}if(e.formDataAttributes){let o=e.formDataAttributes;Array.isArray(o)||(o=[o]),o.forEach(u=>{Array.isArray(u.value)?i.append(u.name,...u.value):i.append(u.name,u.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(u0(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 u=o.name,c=o.value;t.setRequestHeader(u,c)});else{const o=e.header.name,u=e.header.value;t.setRequestHeader(o,u)}const s=e.headers||{};if(s instanceof Headers)s.forEach((o,u)=>t.setRequestHeader(u,o));else for(const[o,u]of Object.entries(s))D6(u)||t.setRequestHeader(o,String(u));return t.send(i),t},W4=File.prototype.slice||File.prototype.mozSlice||File.prototype.webkitSlice,Ox=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),s=await Ax(n,t),o=[];Ex(e,n,i,s,o,t),await Promise.all(o).then(()=>{const u={size:n.size,name:n.name,total:i,hash:s},c=new XMLHttpRequest;c.open(e.method,e.mergeUrl,!0),c.onreadystatechange=()=>{if(c.readyState===4){if(c.status<200||c.status>=300)return e.onError(new Error("An error occurred during upload"));e.onSuccess(u0(c))}},c.onloadend=()=>{e.onComplete()},c.setRequestHeader("Content-type","application/JSON"),c.send(JSON.stringify(u))})},Ex=(e,t,n,i,s,o)=>{for(let u=0;u<n;u++){const c=new Promise((d,f)=>{const g=u*o,m=Math.min(t.size,g+o),v=new FormData;if(e.data){let I=e.data;Array.isArray(I)||(I=[I]),I.forEach(k=>{for(const[L,x]of Object.entries(k))Array.isArray(x)?v.append(L,...x):v.append(L,x)})}if(e.formDataAttributes){let I=e.formDataAttributes;Array.isArray(I)||(I=[I]),I.forEach(k=>{Array.isArray(k.value)?v.append(k.name,...k.value):v.append(k.name,k.value)})}v.append("file",W4.call(t,g,m)),v.append("name",t.name),v.append("total",n.toString()),v.append("index",u.toString()),v.append("size",t.size.toString()),v.append("hash",i.toString());const y=new XMLHttpRequest;if(y.onreadystatechange=()=>{if(y.readyState===4){const I=u0(y);y.status<200||y.status>=300?(f(I),e.onError(new Error("An error occurred during upload"))):d("reponseText")}},y.upload.addEventListener("progress",I=>{const k=I;e.onProgress(k,u)},!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(I=>{const k=I.name,L=I.value;y.setRequestHeader(k,L)});else{const I=e.header.name,k=e.header.value;y.setRequestHeader(I,k)}const b=e.headers||{};if(b instanceof Headers)b.forEach((I,k)=>y.setRequestHeader(k,I));else for(const[I,k]of Object.entries(b))D6(k)||y.setRequestHeader(I,String(k));y.send(v)});s.push(c)}},Ax=(e,t)=>new Promise((n,i)=>{const s=Math.ceil(e.size/t);let o=0;const u=new g6.ArrayBuffer,c=new FileReader;function d(){const f=o*t,g=f+t>=e.size?e.size:f+t;c.readAsArrayBuffer(W4.call(e,f,g))}c.onload=f=>{if(u.append(f.target.result),o+=1,o<s)d();else{const g=u.end(),m=new g6;m.append(g),m.append(e.name);const v=m.end();n(v)}},c.onerror=()=>{i(new Error("File slcie failed"))},d()}).catch(n=>{console.log(n)});function p6(e){return Date.now()+e}const Px=(e,t)=>{const n=r.computed(()=>{var v;return typeof e.size=="number"?e.size:(v=e==null?void 0:e.size)==null?void 0:v.maxImgSize}),i=r.computed(()=>{var v;return typeof e.size=="number"?e.size:(v=e==null?void 0:e.size)==null?void 0:v.maxImgSize}),s=r.ref([]);function o(v){return s.value.find(y=>y.uid===v.uid)}let u=0;function c(v){var k;u+=1,v.uid=p6(u);const y={uid:v.uid,name:v.name,status:ra.NEW,size:v.size,raw:v},b=v.type.startsWith("image/");let I=null;if(b){try{y.url=window.URL.createObjectURL(v)}catch(L){console.error(L)}y.isPic=!0}return e.validateName&&!((k=e.validateName)!=null&&k.test(y.name))&&(y.status=ra.FAIL,y.statusText="invalid filename",I=new Error(y.statusText)),b&&v.size>n.value*1024**2&&(y.status=ra.FAIL,y.statusText="invalid file size",I=new Error(y.statusText)),!b&&v.size>i.value*1024**2&&(y.status=ra.FAIL,y.statusText="invalid file size",I=new Error(y.statusText)),s.value.push(y),I}async function d(v){var I;const y=v instanceof File?o(v):v,b=k=>{var L;t.onRemove(k,s.value),s.value.splice(s.value.indexOf(y),1),(L=k.url)!=null&&L.startsWith("blob:")&&URL.revokeObjectURL(k.url)};e.beforeRemove?await((I=e.beforeRemove)==null?void 0:I.call(e,y,s.value))!==!1&&b(y):b(y)}async function f(v,y,b){const I=o(y);I&&(I.status="fail",I.statusText=v.message,I.response=b)}async function g(v,y){const b=o(y);b&&(b.status="success",b.response=v)}async function m(v,y){const b=o(y);b&&(b.status="uploading",b.percentage=Math.round(v.percent))}return r.watch(()=>e.files,v=>{s.value=v.map(y=>(u+=1,{...y,uid:y.uid??p6(u),status:y.status??ra.SUCCESS}))},{immediate:!0,deep:!0}),{fileList:s,handlePreprocess:c,handleRemove:d,handleError:f,handleSuccess:g,handleProgress:m}},zx=r.defineComponent({name:"Upload",props:Li,emits:["exceed","progress","success","error","delete","done"],setup(e,{slots:t,emit:n,expose:i}){const s=r.shallowRef({}),o=r.computed(()=>e.theme===Si.PICTURE),u=r.computed(()=>o.value&&!e.multiple),c=r.computed(()=>Pe({[wr]:!0,[`${wr}--${e.theme}`]:!0,[`${wr}--disabled`]:e.disabled,[`${wr}--single-picture`]:u.value,[e.extCls]:e.extCls??!1})),d=r.computed(()=>({theme:e.theme,multiple:e.multiple,disabled:e.disabled,accept:e.accept}));function f(M,T){N(M),n("delete",M,T)}const{fileList:g,handlePreprocess:m,handleRemove:v,handleProgress:y,handleSuccess:b,handleError:I}=Px(e,{onRemove:f});function k(M){if(!M.length)return;if(e.limit&&g.value.length+M.length>e.limit){n("exceed",M,g.value);return}let T=M;(!e.multiple||e.limit===1)&&(T=M.slice(0,1));for(const j of T){const S=j,P=m(S);if(P){n("error",S,g.value,P);return}e.autoUpload&&x(S,T)}}function L(M){C(M.raw)}async function x(M,T){var S;if(!e.beforeUpload)return C(M,T);let j;try{j=await((S=e.beforeUpload)==null?void 0:S.call(e,M))}catch{j=!1}if(j===!1){v(M);return}C(M,T)}function C(M,T){const{headers:j,header:S,data:P,formDataAttributes:W,method:z,withCredentials:R,name:Q,url:$,sliceUrl:oe,mergeUrl:me,chunkSize:be,customRequest:de}=e,{uid:ue}=M,ee={headers:j,header:S,withCredentials:R,file:M,data:P,formDataAttributes:W,method:z,filename:Q,action:$,sliceUrl:oe,mergeUrl:me,chunkSize:be,onProgress:B=>{y(B,M),n("progress",B,M,g.value)},onSuccess:B=>{var F;const G=B;if((F=e==null?void 0:e.handleResCode)!=null&&F.call(e,G))b(B,M),n("success",B,M,g.value);else{const ie=new Error((G==null?void 0:G.message)||"unknow error");I(ie,M,B),n("error",M,g.value,ie)}delete s.value[ue]},onError:B=>{I(B,M),n("error",M,g.value,B),delete s.value[ue]},onComplete:()=>{T&&T.indexOf(M)===T.length-1&&n("done",g.value)}};let X=e.sliceUpload?Ox:jx;de&&(X=de);const Z=X(ee);s.value[ue]=Z,Z instanceof Promise&&Z.then(ee.onSuccess,ee.onError)}function N(M){let T=s.value;M&&(T={[M.uid]:s.value[M.uid]}),Object.keys(T).forEach(j=>{if(T[j]instanceof XMLHttpRequest){const S=T[j];S==null||S.abort()}delete s.value[j]})}return r.onBeforeUnmount(()=>{g.value.forEach(({url:M})=>{M!=null&&M.startsWith("blob:")&&URL.revokeObjectURL(M)})}),i({handleRemove:v,handleRetry:L}),()=>r.createVNode("div",{class:c.value},[!o.value&&r.createVNode(h6,r.mergeProps(d.value,{onChange:k}),t),t.tip?t.tip():e.tip&&r.createVNode("div",{class:`${wr}__tip`},[e.tip]),r.createVNode(Sx,{files:g.value,theme:e.theme,disabled:e.disabled,multiple:e.multiple,onRemove:v,onRetry:L},{innerTrigger:M=>o.value&&r.createVNode(h6,r.mergeProps(d.value,{file:M,onChange:k,onRemove:v}),t),file:t.file})])}}),H4=Fe(zx);function ar(){}ar.prototype={diff:function(t,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},s=i.callback;typeof i=="function"&&(s=i,i={}),this.options=i;var o=this;function u(I){return s?(setTimeout(function(){s(void 0,I)},0),!0):I}t=this.castInput(t),n=this.castInput(n),t=this.removeEmpty(this.tokenize(t)),n=this.removeEmpty(this.tokenize(n));var c=n.length,d=t.length,f=1,g=c+d,m=[{newPos:-1,components:[]}],v=this.extractCommon(m[0],n,t,0);if(m[0].newPos+1>=c&&v+1>=d)return u([{value:this.join(n),count:n.length}]);function y(){for(var I=-1*f;I<=f;I+=2){var k=void 0,L=m[I-1],x=m[I+1],C=(x?x.newPos:0)-I;L&&(m[I-1]=void 0);var N=L&&L.newPos+1<c,M=x&&0<=C&&C<d;if(!N&&!M){m[I]=void 0;continue}if(!N||M&&L.newPos<x.newPos?(k=Jx(x),o.pushComponent(k.components,void 0,!0)):(k=L,k.newPos++,o.pushComponent(k.components,!0,void 0)),C=o.extractCommon(k,n,t,I),k.newPos+1>=c&&C+1>=d)return u(Vx(o,k.components,n,t,o.useLongestToken));m[I]=k}f++}if(s)(function I(){setTimeout(function(){if(f>g)return s();y()||I()},0)})();else for(;f<=g;){var b=y();if(b)return b}},pushComponent:function(t,n,i){var s=t[t.length-1];s&&s.added===n&&s.removed===i?t[t.length-1]={count:s.count+1,added:n,removed:i}:t.push({count:1,added:n,removed:i})},extractCommon:function(t,n,i,s){for(var o=n.length,u=i.length,c=t.newPos,d=c-s,f=0;c+1<o&&d+1<u&&this.equals(n[c+1],i[d+1]);)c++,d++,f++;return f&&t.components.push({count:f}),t.newPos=c,d},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 Vx(e,t,n,i,s){for(var o=0,u=t.length,c=0,d=0;o<u;o++){var f=t[o];if(f.removed){if(f.value=e.join(i.slice(d,d+f.count)),d+=f.count,o&&t[o-1].added){var m=t[o-1];t[o-1]=t[o],t[o]=m}}else{if(!f.added&&s){var g=n.slice(c,c+f.count);g=g.map(function(y,b){var I=i[d+b];return I.length>y.length?I:y}),f.value=e.join(g)}else f.value=e.join(n.slice(c,c+f.count));c+=f.count,f.added||(d+=f.count)}}var v=t[u-1];return u>1&&typeof v.value=="string"&&(v.added||v.removed)&&e.equals("",v.value)&&(t[u-2].value+=v.value,t.pop()),t}function Jx(e){return{newPos:e.newPos,components:e.components.slice(0)}}var m6=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,v6=/\S/,B4=new ar;B4.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!v6.test(e)&&!v6.test(t)};B4.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]&&m6.test(t[n])&&m6.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};var d0=new ar;d0.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 s=n[i];i%2&&!this.options.newlineIsToken?t[t.length-1]+=s:(this.options.ignoreWhitespace&&(s=s.trim()),t.push(s))}return t};function Rx(e,t,n){return d0.diff(e,t,n)}var Qx=new ar;Qx.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var _x=new ar;_x.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function ll(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ll=function(t){return typeof t}:ll=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ll(e)}function ad(e){return Wx(e)||Hx(e)||Bx(e)||Fx()}function Wx(e){if(Array.isArray(e))return Ud(e)}function Hx(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function Bx(e,t){if(e){if(typeof e=="string")return Ud(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 Ud(e,t)}}function Ud(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 Fx(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
270
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Gx=Object.prototype.toString,As=new ar;As.useLongestToken=!0;As.tokenize=d0.tokenize;As.castInput=function(e){var t=this.options,n=t.undefinedReplacement,i=t.stringifyReplacer,s=i===void 0?function(o,u){return typeof u>"u"?n:u}:i;return typeof e=="string"?e:JSON.stringify($d(e,null,null,s),s," ")};As.equals=function(e,t){return ar.prototype.equals.call(As,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function $d(e,t,n,i,s){t=t||[],n=n||[],i&&(e=i(s,e));var o;for(o=0;o<t.length;o+=1)if(t[o]===e)return n[o];var u;if(Gx.call(e)==="[object Array]"){for(t.push(e),u=new Array(e.length),n.push(u),o=0;o<e.length;o+=1)u[o]=$d(e[o],t,n,i,s);return t.pop(),n.pop(),u}if(e&&e.toJSON&&(e=e.toJSON()),ll(e)==="object"&&e!==null){t.push(e),u={},n.push(u);var c=[],d;for(d in e)e.hasOwnProperty(d)&&c.push(d);for(c.sort(),o=0;o<c.length;o+=1)d=c[o],u[d]=$d(e[d],t,n,i,d);t.pop(),n.pop()}else u=e;return u}var Kd=new ar;Kd.tokenize=function(e){return e.slice()};Kd.join=Kd.removeEmpty=function(e){return e};function Zx(e,t,n,i,s,o,u){u||(u={}),typeof u.context>"u"&&(u.context=4);var c=Rx(n,i,u);c.push({value:"",lines:[]});function d(L){return L.map(function(x){return" "+x})}for(var f=[],g=0,m=0,v=[],y=1,b=1,I=function(x){var C=c[x],N=C.lines||C.value.replace(/\n$/,"").split(`
|
271
|
+
`);if(C.lines=N,C.added||C.removed){var M;if(!g){var T=c[x-1];g=y,m=b,T&&(v=u.context>0?d(T.lines.slice(-u.context)):[],g-=v.length,m-=v.length)}(M=v).push.apply(M,ad(N.map(function($){return(C.added?"+":"-")+$}))),C.added?b+=N.length:y+=N.length}else{if(g)if(N.length<=u.context*2&&x<c.length-2){var j;(j=v).push.apply(j,ad(d(N)))}else{var S,P=Math.min(N.length,u.context);(S=v).push.apply(S,ad(d(N.slice(0,P))));var W={oldStart:g,oldLines:y-g+P,newStart:m,newLines:b-m+P,lines:v};if(x>=c.length-2&&N.length<=u.context){var z=/\n$/.test(n),R=/\n$/.test(i),Q=N.length==0&&v.length>W.oldLines;!z&&Q&&n.length>0&&v.splice(W.oldLines,0,"\"),(!z&&!Q||!R)&&v.push("\")}f.push(W),g=0,m=0,v=[]}y+=N.length,b+=N.length}},k=0;k<c.length;k++)I(k);return{oldFileName:e,newFileName:t,oldHeader:s,newHeader:o,hunks:f}}function Yx(e){var t=[];e.oldFileName==e.newFileName&&t.push("Index: "+e.oldFileName),t.push("==================================================================="),t.push("--- "+e.oldFileName+(typeof e.oldHeader>"u"?"":" "+e.oldHeader)),t.push("+++ "+e.newFileName+(typeof e.newHeader>"u"?"":" "+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(`
|
272
|
+
`)+`
|
273
|
+
`}function Ux(e,t,n,i,s,o,u){return Yx(Zx(e,t,n,i,s,o,u))}function $x(e,t,n,i,s,o){return Ux(e,e,t,n,i,s,o)}var Nt;(function(e){e.INSERT="insert",e.DELETE="delete",e.CONTEXT="context"})(Nt||(Nt={}));var Kx={LINE_BY_LINE:"line-by-line",SIDE_BY_SIDE:"side-by-side"},Xx={LINES:"lines",WORDS:"words",NONE:"none"},qx={WORD:"word",CHAR:"char"},eS=["-","[","]","/","{","}","(",")","*","+","?",".","\\","^","$","|"],tS=RegExp("["+eS.join("\\")+"]","g");function nS(e){return e.replace(tS,"\\$&")}function y6(e){return e&&e.replace(/\\/g,"/")}function iS(e){var t,n,i,s=0;for(t=0,i=e.length;t<i;t++)n=e.charCodeAt(t),s=(s<<5)-s+n,s|=0;return s}var b6=globalThis&&globalThis.__spreadArray||function(e,t,n){if(n||arguments.length===2)for(var i=0,s=t.length,o;i<s;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 C6(e,t){var n=e.split(".");return n.length>1?n[n.length-1]:t}function w6(e,t){return t.reduce(function(n,i){return n||e.startsWith(i)},!1)}var M6=["a/","b/","i/","w/","c/","o/"];function oa(e,t,n){var i=n!==void 0?b6(b6([],M6,!0),[n],!1):M6,s=t?new RegExp("^".concat(nS(t),' "?(.+?)"?$')):new RegExp('^"?(.+?)"?$'),o=s.exec(e)||[],u=o[1],c=u===void 0?"":u,d=i.find(function(g){return c.indexOf(g)===0}),f=d?c.slice(d.length):c;return f.replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/,"")}function rS(e,t){return oa(e,"---",t)}function aS(e,t){return oa(e,"+++",t)}function sS(e,t){t===void 0&&(t={});var n=[],i=null,s=null,o=null,u=null,c=null,d=null,f=null,g="--- ",m="+++ ",v="@@",y=/^old mode (\d{6})/,b=/^new mode (\d{6})/,I=/^deleted file mode (\d{6})/,k=/^new file mode (\d{6})/,L=/^copy from "?(.+)"?/,x=/^copy to "?(.+)"?/,C=/^rename from "?(.+)"?/,N=/^rename to "?(.+)"?/,M=/^similarity index (\d+)%/,T=/^dissimilarity index (\d+)%/,j=/^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/,S=/^Binary files (.*) and (.*) differ/,P=/^GIT binary patch/,W=/^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/,z=/^mode (\d{6}),(\d{6})\.\.(\d{6})/,R=/^new file mode (\d{6})/,Q=/^deleted file mode (\d{6}),(\d{6})/,$=e.replace(/\/g,"").replace(/\r\n?/g,`
|
274
|
+
`).split(`
|
275
|
+
`);function oe(){s!==null&&i!==null&&(i.blocks.push(s),s=null)}function me(){i!==null&&(!i.oldName&&d!==null&&(i.oldName=d),!i.newName&&f!==null&&(i.newName=f),i.newName&&(n.push(i),i=null)),d=null,f=null}function be(){oe(),me(),i={blocks:[],deletedLines:0,addedLines:0}}function de(X){oe();var Z;i!==null&&((Z=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(X))?(i.isCombined=!1,o=parseInt(Z[1],10),c=parseInt(Z[2],10)):(Z=/^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(X))?(i.isCombined=!0,o=parseInt(Z[1],10),u=parseInt(Z[2],10),c=parseInt(Z[3],10)):(X.startsWith(v)&&console.error("Failed to parse lines, starting in 0!"),o=0,c=0,i.isCombined=!1)),s={lines:[],oldStartLine:o,oldStartLine2:u,newStartLine:c,header:X}}function ue(X){if(!(i===null||s===null||o===null||c===null)){var Z={content:X},B=i.isCombined?["+ "," +","++"]:["+"],G=i.isCombined?["- "," -","--"]:["-"];w6(X,B)?(i.addedLines++,Z.type=Nt.INSERT,Z.oldNumber=void 0,Z.newNumber=c++):w6(X,G)?(i.deletedLines++,Z.type=Nt.DELETE,Z.oldNumber=o++,Z.newNumber=void 0):(Z.type=Nt.CONTEXT,Z.oldNumber=o++,Z.newNumber=c++),s.lines.push(Z)}}function ee(X,Z){for(var B=Z;B<$.length-3;){if(X.startsWith("diff"))return!1;if($[B].startsWith(g)&&$[B+1].startsWith(m)&&$[B+2].startsWith(v))return!0;B++}return!1}return $.forEach(function(X,Z){if(!(!X||X.startsWith("*"))){var B,G=$[Z-1],F=$[Z+1],ie=$[Z+2];if(X.startsWith("diff")){be();var he=/^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/;if((B=he.exec(X))&&(d=oa(B[1],void 0,t.dstPrefix),f=oa(B[2],void 0,t.srcPrefix)),i===null)throw new Error("Where is my file !!!");i.isGitDiff=!0;return}if((!i||!i.isGitDiff&&i&&X.startsWith(g)&&F.startsWith(m)&&ie.startsWith(v))&&be(),!(i!=null&&i.isTooBig)){if(i&&(typeof t.diffMaxChanges=="number"&&i.addedLines+i.deletedLines>t.diffMaxChanges||typeof t.diffMaxLineLength=="number"&&X.length>t.diffMaxLineLength)){i.isTooBig=!0,i.addedLines=0,i.deletedLines=0,i.blocks=[],s=null;var le=typeof t.diffTooBigMessage=="function"?t.diffTooBigMessage(n.length):"Diff too big to be displayed";de(le);return}if(X.startsWith(g)&&F.startsWith(m)||X.startsWith(m)&&G.startsWith(g)){if(i&&!i.oldName&&X.startsWith("--- ")&&(B=rS(X,t.srcPrefix))){i.oldName=B,i.language=C6(i.oldName,i.language);return}if(i&&!i.newName&&X.startsWith("+++ ")&&(B=aS(X,t.dstPrefix))){i.newName=B,i.language=C6(i.newName,i.language);return}}if(i&&(X.startsWith(v)||i.isGitDiff&&i.oldName&&i.newName&&!s)){de(X);return}if(s&&(X.startsWith("+")||X.startsWith("-")||X.startsWith(" "))){ue(X);return}var K=!ee(X,Z);if(i===null)throw new Error("Where is my file !!!");(B=y.exec(X))?i.oldMode=B[1]:(B=b.exec(X))?i.newMode=B[1]:(B=I.exec(X))?(i.deletedFileMode=B[1],i.isDeleted=!0):(B=k.exec(X))?(i.newFileMode=B[1],i.isNew=!0):(B=L.exec(X))?(K&&(i.oldName=B[1]),i.isCopy=!0):(B=x.exec(X))?(K&&(i.newName=B[1]),i.isCopy=!0):(B=C.exec(X))?(K&&(i.oldName=B[1]),i.isRename=!0):(B=N.exec(X))?(K&&(i.newName=B[1]),i.isRename=!0):(B=S.exec(X))?(i.isBinary=!0,i.oldName=oa(B[1],void 0,t.srcPrefix),i.newName=oa(B[2],void 0,t.dstPrefix),de("Binary file")):P.test(X)?(i.isBinary=!0,de(X)):(B=M.exec(X))?i.unchangedPercentage=parseInt(B[1],10):(B=T.exec(X))?i.changedPercentage=parseInt(B[1],10):(B=j.exec(X))?(i.checksumBefore=B[1],i.checksumAfter=B[2],B[3]&&(i.mode=B[3])):(B=W.exec(X))?(i.checksumBefore=[B[2],B[3]],i.checksumAfter=B[1]):(B=z.exec(X))?(i.oldMode=[B[2],B[3]],i.newMode=B[1]):(B=R.exec(X))?(i.newFileMode=B[1],i.isNew=!0):(B=Q.exec(X))&&(i.deletedFileMode=B[1],i.isDeleted=!0)}}}),oe(),me(),n}function Ei(){}Ei.prototype={diff:function(t,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},s=i.callback;typeof i=="function"&&(s=i,i={}),this.options=i;var o=this;function u(I){return s?(setTimeout(function(){s(void 0,I)},0),!0):I}t=this.castInput(t),n=this.castInput(n),t=this.removeEmpty(this.tokenize(t)),n=this.removeEmpty(this.tokenize(n));var c=n.length,d=t.length,f=1,g=c+d,m=[{newPos:-1,components:[]}],v=this.extractCommon(m[0],n,t,0);if(m[0].newPos+1>=c&&v+1>=d)return u([{value:this.join(n),count:n.length}]);function y(){for(var I=-1*f;I<=f;I+=2){var k=void 0,L=m[I-1],x=m[I+1],C=(x?x.newPos:0)-I;L&&(m[I-1]=void 0);var N=L&&L.newPos+1<c,M=x&&0<=C&&C<d;if(!N&&!M){m[I]=void 0;continue}if(!N||M&&L.newPos<x.newPos?(k=lS(x),o.pushComponent(k.components,void 0,!0)):(k=L,k.newPos++,o.pushComponent(k.components,!0,void 0)),C=o.extractCommon(k,n,t,I),k.newPos+1>=c&&C+1>=d)return u(oS(o,k.components,n,t,o.useLongestToken));m[I]=k}f++}if(s)(function I(){setTimeout(function(){if(f>g)return s();y()||I()},0)})();else for(;f<=g;){var b=y();if(b)return b}},pushComponent:function(t,n,i){var s=t[t.length-1];s&&s.added===n&&s.removed===i?t[t.length-1]={count:s.count+1,added:n,removed:i}:t.push({count:1,added:n,removed:i})},extractCommon:function(t,n,i,s){for(var o=n.length,u=i.length,c=t.newPos,d=c-s,f=0;c+1<o&&d+1<u&&this.equals(n[c+1],i[d+1]);)c++,d++,f++;return f&&t.components.push({count:f}),t.newPos=c,d},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 oS(e,t,n,i,s){for(var o=0,u=t.length,c=0,d=0;o<u;o++){var f=t[o];if(f.removed){if(f.value=e.join(i.slice(d,d+f.count)),d+=f.count,o&&t[o-1].added){var m=t[o-1];t[o-1]=t[o],t[o]=m}}else{if(!f.added&&s){var g=n.slice(c,c+f.count);g=g.map(function(y,b){var I=i[d+b];return I.length>y.length?I:y}),f.value=e.join(g)}else f.value=e.join(n.slice(c,c+f.count));c+=f.count,f.added||(d+=f.count)}}var v=t[u-1];return u>1&&typeof v.value=="string"&&(v.added||v.removed)&&e.equals("",v.value)&&(t[u-2].value+=v.value,t.pop()),t}function lS(e){return{newPos:e.newPos,components:e.components.slice(0)}}var cS=new Ei;function uS(e,t,n){return cS.diff(e,t,n)}var I6=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,N6=/\S/,f0=new Ei;f0.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!N6.test(e)&&!N6.test(t)};f0.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]&&I6.test(t[n])&&I6.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};function dS(e,t,n){return f0.diff(e,t,n)}var F4=new Ei;F4.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 s=n[i];i%2&&!this.options.newlineIsToken?t[t.length-1]+=s:(this.options.ignoreWhitespace&&(s=s.trim()),t.push(s))}return t};var fS=new Ei;fS.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var hS=new Ei;hS.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function cl(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?cl=function(t){return typeof t}:cl=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},cl(e)}var gS=Object.prototype.toString,Ps=new Ei;Ps.useLongestToken=!0;Ps.tokenize=F4.tokenize;Ps.castInput=function(e){var t=this.options,n=t.undefinedReplacement,i=t.stringifyReplacer,s=i===void 0?function(o,u){return typeof u>"u"?n:u}:i;return typeof e=="string"?e:JSON.stringify(Xd(e,null,null,s),s," ")};Ps.equals=function(e,t){return Ei.prototype.equals.call(Ps,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function Xd(e,t,n,i,s){t=t||[],n=n||[],i&&(e=i(s,e));var o;for(o=0;o<t.length;o+=1)if(t[o]===e)return n[o];var u;if(gS.call(e)==="[object Array]"){for(t.push(e),u=new Array(e.length),n.push(u),o=0;o<e.length;o+=1)u[o]=Xd(e[o],t,n,i,s);return t.pop(),n.pop(),u}if(e&&e.toJSON&&(e=e.toJSON()),cl(e)==="object"&&e!==null){t.push(e),u={},n.push(u);var c=[],d;for(d in e)e.hasOwnProperty(d)&&c.push(d);for(c.sort(),o=0;o<c.length;o+=1)d=c[o],u[d]=Xd(e[d],t,n,i,d);t.pop(),n.pop()}else u=e;return u}var qd=new Ei;qd.tokenize=function(e){return e.slice()};qd.join=qd.removeEmpty=function(e){return e};function pS(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 s;for(s=0;s<=e.length;s++)n[0][s]=s;for(i=1;i<=t.length;i++)for(s=1;s<=e.length;s++)t.charAt(i-1)===e.charAt(s-1)?n[i][s]=n[i-1][s-1]:n[i][s]=Math.min(n[i-1][s-1]+1,Math.min(n[i][s-1]+1,n[i-1][s]+1));return n[t.length][e.length]}function h0(e){return function(t,n){var i=e(t).trim(),s=e(n).trim(),o=pS(i,s);return o/(i.length+s.length)}}function g0(e){function t(i,s,o){o===void 0&&(o=new Map);for(var u=1/0,c,d=0;d<i.length;++d)for(var f=0;f<s.length;++f){var g=JSON.stringify([i[d],s[f]]),m=void 0;o.has(g)&&(m=o.get(g))||(m=e(i[d],s[f]),o.set(g,m)),m<u&&(u=m,c={indexA:d,indexB:f,score:u})}return c}function n(i,s,o,u){o===void 0&&(o=0),u===void 0&&(u=new Map);var c=t(i,s,u);if(!c||i.length+s.length<3)return[[i,s]];var d=i.slice(0,c.indexA),f=s.slice(0,c.indexB),g=[i[c.indexA]],m=[s[c.indexB]],v=c.indexA+1,y=c.indexB+1,b=i.slice(v),I=s.slice(y),k=n(d,f,o+1,u),L=n(g,m,o+1,u),x=n(b,I,o+1,u),C=L;return(c.indexA>0||c.indexB>0)&&(C=k.concat(C)),(i.length>v||s.length>y)&&(C=C.concat(x)),C}return n}var Sl=globalThis&&globalThis.__assign||function(){return Sl=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},Sl.apply(this,arguments)},Gt={INSERTS:"d2h-ins",DELETES:"d2h-del",CONTEXT:"d2h-cntx",INFO:"d2h-info",INSERT_CHANGES:"d2h-ins d2h-change",DELETE_CHANGES:"d2h-del d2h-change"},p0={matching:Xx.NONE,matchWordsThreshold:.25,maxLineLengthHighlight:1e4,diffStyle:qx.WORD},ti="/",G4=h0(function(e){return e.value}),mS=g0(G4);function sd(e){return e.indexOf("dev/null")!==-1}function vS(e){return e.replace(/(<ins[^>]*>((.|\n)*?)<\/ins>)/g,"")}function yS(e){return e.replace(/(<del[^>]*>((.|\n)*?)<\/del>)/g,"")}function Dl(e){switch(e){case Nt.CONTEXT:return Gt.CONTEXT;case Nt.INSERT:return Gt.INSERTS;case Nt.DELETE:return Gt.DELETES}}function bS(e){return e?2:1}function ha(e){return e.slice(0).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")}function ai(e,t,n){n===void 0&&(n=!0);var i=bS(t);return{prefix:e.substring(0,i),content:n?ha(e.substring(i)):e.substring(i)}}function Lc(e){var t=y6(e.oldName),n=y6(e.newName);if(t!==n&&!sd(t)&&!sd(n)){for(var i=[],s=[],o=t.split(ti),u=n.split(ti),c=o.length,d=u.length,f=0,g=c-1,m=d-1;f<g&&f<m&&o[f]===u[f];)i.push(u[f]),f+=1;for(;g>f&&m>f&&o[g]===u[m];)s.unshift(u[m]),g-=1,m-=1;var v=i.join(ti),y=s.join(ti),b=o.slice(f,g+1).join(ti),I=u.slice(f,m+1).join(ti);return v.length&&y.length?v+ti+"{"+b+" → "+I+"}"+ti+y:v.length?v+ti+"{"+b+" → "+I+"}":y.length?"{"+b+" → "+I+"}"+ti+y:t+" → "+n}else return sd(n)?t:n}function m0(e){return"d2h-".concat(iS(Lc(e)).toString().slice(-6))}function v0(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 Z4(e,t,n,i){i===void 0&&(i={});var s=Sl(Sl({},p0),i),o=s.matching,u=s.maxLineLengthHighlight,c=s.matchWordsThreshold,d=s.diffStyle,f=ai(e,n,!1),g=ai(t,n,!1);if(f.content.length>u||g.content.length>u)return{oldLine:{prefix:f.prefix,content:ha(f.content)},newLine:{prefix:g.prefix,content:ha(g.content)}};var m=d==="char"?uS(f.content,g.content):dS(f.content,g.content),v=[];if(d==="word"&&o==="words"){var y=m.filter(function(L){return L.removed}),b=m.filter(function(L){return L.added}),I=mS(b,y);I.forEach(function(L){if(L[0].length===1&&L[1].length===1){var x=G4(L[0][0],L[1][0]);x<c&&(v.push(L[0][0]),v.push(L[1][0]))}})}var k=m.reduce(function(L,x){var C=x.added?"ins":x.removed?"del":null,N=v.indexOf(x)>-1?' class="d2h-change"':"",M=ha(x.value);return C!==null?"".concat(L,"<").concat(C).concat(N,">").concat(M,"</").concat(C,">"):"".concat(L).concat(M)},"");return{oldLine:{prefix:f.prefix,content:vS(k)},newLine:{prefix:g.prefix,content:yS(k)}}}var L6="file-summary",CS="icon";function wS(e,t){var n=e.map(function(i){return t.render(L6,"line",{fileHtmlId:m0(i),oldName:i.oldName,newName:i.newName,fileName:Lc(i),deletedLines:"-"+i.deletedLines,addedLines:"+"+i.addedLines},{fileIcon:t.template(CS,v0(i))})}).join(`
|
276
|
+
`);return t.render(L6,"wrapper",{filesNumber:e.length,files:n})}var rn=globalThis&&globalThis.__assign||function(){return rn=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},rn.apply(this,arguments)},Y4=rn(rn({},p0),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),os="generic",k6="line-by-line",MS="icon",IS="tag",NS=function(){function e(t,n){n===void 0&&(n={}),this.hoganUtils=t,this.config=rn(rn({},Y4),n)}return e.prototype.render=function(t){var n=this,i=t.map(function(s){var o;return s.blocks.length?o=n.generateFileHtml(s):o=n.generateEmptyDiff(),n.makeFileDiffHtml(s,o)}).join(`
|
277
|
+
`);return this.hoganUtils.render(os,"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(k6,"file-diff"),s=this.hoganUtils.template(os,"file-path"),o=this.hoganUtils.template(MS,"file"),u=this.hoganUtils.template(IS,v0(t));return i.render({file:t,fileHtmlId:m0(t),diffs:n,filePath:s.render({fileDiffName:Lc(t)},{fileIcon:o,fileTag:u})})},e.prototype.generateEmptyDiff=function(){return this.hoganUtils.render(os,"empty-diff",{contentClass:"d2h-code-line",CSSLineClass:Gt})},e.prototype.generateFileHtml=function(t){var n=this,i=g0(h0(function(s){return ai(s.content,t.isCombined).content}));return t.blocks.map(function(s){var o=n.hoganUtils.render(os,"block-header",{CSSLineClass:Gt,blockHeader:t.isTooBig?s.header:ha(s.header),lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line"});return n.applyLineGroupping(s).forEach(function(u){var c=u[0],d=u[1],f=u[2];if(d.length&&f.length&&!c.length)n.applyRematchMatching(d,f,i).map(function(y){var b=y[0],I=y[1],k=n.processChangedLines(t.isCombined,b,I),L=k.left,x=k.right;o+=L,o+=x});else if(c.length)c.forEach(function(y){var b=ai(y.content,t.isCombined),I=b.prefix,k=b.content;o+=n.generateSingleLineHtml({type:Gt.CONTEXT,prefix:I,content:k,oldNumber:y.oldNumber,newNumber:y.newNumber})});else if(d.length||f.length){var g=n.processChangedLines(t.isCombined,d,f),m=g.left,v=g.right;o+=m,o+=v}else console.error("Unknown state reached while processing groups of lines",c,d,f)}),o}).join(`
|
278
|
+
`)},e.prototype.applyLineGroupping=function(t){for(var n=[],i=[],s=[],o=0;o<t.lines.length;o++){var u=t.lines[o];(u.type!==Nt.INSERT&&s.length||u.type===Nt.CONTEXT&&i.length>0)&&(n.push([[],i,s]),i=[],s=[]),u.type===Nt.CONTEXT?n.push([[u],[],[]]):u.type===Nt.INSERT&&i.length===0?n.push([[],[],[u]]):u.type===Nt.INSERT&&i.length>0?s.push(u):u.type===Nt.DELETE&&i.push(u)}return(i.length||s.length)&&(n.push([[],i,s]),i=[],s=[]),n},e.prototype.applyRematchMatching=function(t,n,i){var s=t.length*n.length,o=Math.max.apply(null,[0].concat(t.concat(n).map(function(c){return c.content.length}))),u=s<this.config.matchingMaxComparisons&&o<this.config.maxLineSizeInBlockForComparison&&(this.config.matching==="lines"||this.config.matching==="words");return u?i(t,n):[[t,n]]},e.prototype.processChangedLines=function(t,n,i){for(var s={right:"",left:""},o=Math.max(n.length,i.length),u=0;u<o;u++){var c=n[u],d=i[u],f=c!==void 0&&d!==void 0?Z4(c.content,d.content,t,this.config):void 0,g=c!==void 0&&c.oldNumber!==void 0?rn(rn({},f!==void 0?{prefix:f.oldLine.prefix,content:f.oldLine.content,type:Gt.DELETE_CHANGES}:rn(rn({},ai(c.content,t)),{type:Dl(c.type)})),{oldNumber:c.oldNumber,newNumber:c.newNumber}):void 0,m=d!==void 0&&d.newNumber!==void 0?rn(rn({},f!==void 0?{prefix:f.newLine.prefix,content:f.newLine.content,type:Gt.INSERT_CHANGES}:rn(rn({},ai(d.content,t)),{type:Dl(d.type)})),{oldNumber:d.oldNumber,newNumber:d.newNumber}):void 0,v=this.generateLineHtml(g,m),y=v.left,b=v.right;s.left+=y,s.right+=b}return s},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(k6,"numbers",{oldNumber:t.oldNumber||"",newNumber:t.newNumber||""});return this.hoganUtils.render(os,"line",{type:t.type,lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line",prefix:t.prefix===" "?" ":t.prefix,content:t.content,lineNumber:n})},e}(),an=globalThis&&globalThis.__assign||function(){return an=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},an.apply(this,arguments)},U4=an(an({},p0),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),ls="generic",LS="side-by-side",kS="icon",TS="tag",xS=function(){function e(t,n){n===void 0&&(n={}),this.hoganUtils=t,this.config=an(an({},U4),n)}return e.prototype.render=function(t){var n=this,i=t.map(function(s){var o;return s.blocks.length?o=n.generateFileHtml(s):o=n.generateEmptyDiff(),n.makeFileDiffHtml(s,o)}).join(`
|
279
|
+
`);return this.hoganUtils.render(ls,"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(LS,"file-diff"),s=this.hoganUtils.template(ls,"file-path"),o=this.hoganUtils.template(kS,"file"),u=this.hoganUtils.template(TS,v0(t));return i.render({file:t,fileHtmlId:m0(t),diffs:n,filePath:s.render({fileDiffName:Lc(t)},{fileIcon:o,fileTag:u})})},e.prototype.generateEmptyDiff=function(){return{right:"",left:this.hoganUtils.render(ls,"empty-diff",{contentClass:"d2h-code-side-line",CSSLineClass:Gt})}},e.prototype.generateFileHtml=function(t){var n=this,i=g0(h0(function(s){return ai(s.content,t.isCombined).content}));return t.blocks.map(function(s){var o={left:n.makeHeaderHtml(s.header,t),right:n.makeHeaderHtml("")};return n.applyLineGroupping(s).forEach(function(u){var c=u[0],d=u[1],f=u[2];if(d.length&&f.length&&!c.length)n.applyRematchMatching(d,f,i).map(function(y){var b=y[0],I=y[1],k=n.processChangedLines(t.isCombined,b,I),L=k.left,x=k.right;o.left+=L,o.right+=x});else if(c.length)c.forEach(function(y){var b=ai(y.content,t.isCombined),I=b.prefix,k=b.content,L=n.generateLineHtml({type:Gt.CONTEXT,prefix:I,content:k,number:y.oldNumber},{type:Gt.CONTEXT,prefix:I,content:k,number:y.newNumber}),x=L.left,C=L.right;o.left+=x,o.right+=C});else if(d.length||f.length){var g=n.processChangedLines(t.isCombined,d,f),m=g.left,v=g.right;o.left+=m,o.right+=v}else console.error("Unknown state reached while processing groups of lines",c,d,f)}),o}).reduce(function(s,o){return{left:s.left+o.left,right:s.right+o.right}},{left:"",right:""})},e.prototype.applyLineGroupping=function(t){for(var n=[],i=[],s=[],o=0;o<t.lines.length;o++){var u=t.lines[o];(u.type!==Nt.INSERT&&s.length||u.type===Nt.CONTEXT&&i.length>0)&&(n.push([[],i,s]),i=[],s=[]),u.type===Nt.CONTEXT?n.push([[u],[],[]]):u.type===Nt.INSERT&&i.length===0?n.push([[],[],[u]]):u.type===Nt.INSERT&&i.length>0?s.push(u):u.type===Nt.DELETE&&i.push(u)}return(i.length||s.length)&&(n.push([[],i,s]),i=[],s=[]),n},e.prototype.applyRematchMatching=function(t,n,i){var s=t.length*n.length,o=Math.max.apply(null,[0].concat(t.concat(n).map(function(c){return c.content.length}))),u=s<this.config.matchingMaxComparisons&&o<this.config.maxLineSizeInBlockForComparison&&(this.config.matching==="lines"||this.config.matching==="words");return u?i(t,n):[[t,n]]},e.prototype.makeHeaderHtml=function(t,n){return this.hoganUtils.render(ls,"block-header",{CSSLineClass:Gt,blockHeader:n!=null&&n.isTooBig?t:ha(t),lineClass:"d2h-code-side-linenumber",contentClass:"d2h-code-side-line"})},e.prototype.processChangedLines=function(t,n,i){for(var s={right:"",left:""},o=Math.max(n.length,i.length),u=0;u<o;u++){var c=n[u],d=i[u],f=c!==void 0&&d!==void 0?Z4(c.content,d.content,t,this.config):void 0,g=c!==void 0&&c.oldNumber!==void 0?an(an({},f!==void 0?{prefix:f.oldLine.prefix,content:f.oldLine.content,type:Gt.DELETE_CHANGES}:an(an({},ai(c.content,t)),{type:Dl(c.type)})),{number:c.oldNumber}):void 0,m=d!==void 0&&d.newNumber!==void 0?an(an({},f!==void 0?{prefix:f.newLine.prefix,content:f.newLine.content,type:Gt.INSERT_CHANGES}:an(an({},ai(d.content,t)),{type:Dl(d.type)})),{number:d.newNumber}):void 0,v=this.generateLineHtml(g,m),y=v.left,b=v.right;s.left+=y,s.right+=b}return s},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(ls,"line",{type:(t==null?void 0:t.type)||"".concat(Gt.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}(),$4={};(function(e){(function(t){var n=/\S/,i=/\"/g,s=/\n/g,o=/\r/g,u=/\\/g,c=/\u2028/,d=/\u2029/;t.tags={"#":1,"^":2,"<":3,$:4,"/":5,"!":6,">":7,"=":8,_v:9,"{":10,"&":11,_t:12},t.scan=function(P,W){var z=P.length,R=0,Q=1,$=2,oe=R,me=null,be=null,de="",ue=[],ee=!1,X=0,Z=0,B="{{",G="}}";function F(){de.length>0&&(ue.push({tag:"_t",text:new String(de)}),de="")}function ie(){for(var K=!0,J=Z;J<ue.length;J++)if(K=t.tags[ue[J].tag]<t.tags._v||ue[J].tag=="_t"&&ue[J].text.match(n)===null,!K)return!1;return K}function he(K,J){if(F(),K&&ie())for(var H=Z,ae;H<ue.length;H++)ue[H].text&&((ae=ue[H+1])&&ae.tag==">"&&(ae.indent=ue[H].text.toString()),ue.splice(H,1));else J||ue.push({tag:`
|
280
|
+
`});ee=!1,Z=ue.length}function le(K,J){var H="="+G,ae=K.indexOf(H,J),E=g(K.substring(K.indexOf("=",J)+1,ae)).split(" ");return B=E[0],G=E[E.length-1],ae+H.length-1}for(W&&(W=W.split(" "),B=W[0],G=W[1]),X=0;X<z;X++)oe==R?m(B,P,X)?(--X,F(),oe=Q):P.charAt(X)==`
|
281
|
+
`?he(ee):de+=P.charAt(X):oe==Q?(X+=B.length-1,be=t.tags[P.charAt(X+1)],me=be?P.charAt(X+1):"_v",me=="="?(X=le(P,X),oe=R):(be&&X++,oe=$),ee=X):m(G,P,X)?(ue.push({tag:me,n:g(de),otag:B,ctag:G,i:me=="/"?ee-B.length:X+G.length}),de="",X+=G.length-1,oe=R,me=="{"&&(G=="}}"?X++:f(ue[ue.length-1]))):de+=P.charAt(X);return he(ee,!0),ue};function f(S){S.n.substr(S.n.length-1)==="}"&&(S.n=S.n.substring(0,S.n.length-1))}function g(S){return S.trim?S.trim():S.replace(/^\s*|\s*$/g,"")}function m(S,P,W){if(P.charAt(W)!=S.charAt(0))return!1;for(var z=1,R=S.length;z<R;z++)if(P.charAt(W+z)!=S.charAt(z))return!1;return!0}var v={_t:!0,"\n":!0,$:!0,"/":!0};function y(S,P,W,z){var R=[],Q=null,$=null,oe=null;for($=W[W.length-1];S.length>0;){if(oe=S.shift(),$&&$.tag=="<"&&!(oe.tag in v))throw new Error("Illegal content in < super tag.");if(t.tags[oe.tag]<=t.tags.$||b(oe,z))W.push(oe),oe.nodes=y(S,oe.tag,W,z);else if(oe.tag=="/"){if(W.length===0)throw new Error("Closing tag without opener: /"+oe.n);if(Q=W.pop(),oe.n!=Q.n&&!I(oe.n,Q.n,z))throw new Error("Nesting error: "+Q.n+" vs. "+oe.n);return Q.end=oe.i,R}else oe.tag==`
|
282
|
+
`&&(oe.last=S.length==0||S[0].tag==`
|
283
|
+
`);R.push(oe)}if(W.length>0)throw new Error("missing closing tag: "+W.pop().n);return R}function b(S,P){for(var W=0,z=P.length;W<z;W++)if(P[W].o==S.n)return S.tag="#",!0}function I(S,P,W){for(var z=0,R=W.length;z<R;z++)if(W[z].c==S&&W[z].o==P)return!0}function k(S){var P=[];for(var W in S)P.push('"'+C(W)+'": function(c,p,t,i) {'+S[W]+"}");return"{ "+P.join(",")+" }"}function L(S){var P=[];for(var W in S.partials)P.push('"'+C(W)+'":{name:"'+C(S.partials[W].name)+'", '+L(S.partials[W])+"}");return"partials: {"+P.join(",")+"}, subs: "+k(S.subs)}t.stringify=function(S,P,W){return"{code: function (c,p,i) { "+t.wrapMain(S.code)+" },"+L(S)+"}"};var x=0;t.generate=function(S,P,W){x=0;var z={code:"",subs:{},partials:{}};return t.walk(S,z),W.asString?this.stringify(z,P,W):this.makeTemplate(z,P,W)},t.wrapMain=function(S){return'var t=this;t.b(i=i||"");'+S+"return t.fl();"},t.template=t.Template,t.makeTemplate=function(S,P,W){var z=this.makePartials(S);return z.code=new Function("c","p","i",this.wrapMain(S.code)),new this.template(z,P,this,W)},t.makePartials=function(S){var P,W={subs:{},partials:S.partials,name:S.name};for(P in W.partials)W.partials[P]=this.makePartials(W.partials[P]);for(P in S.subs)W.subs[P]=new Function("c","p","t","i",S.subs[P]);return W};function C(S){return S.replace(u,"\\\\").replace(i,'\\"').replace(s,"\\n").replace(o,"\\r").replace(c,"\\u2028").replace(d,"\\u2029")}function N(S){return~S.indexOf(".")?"d":"f"}function M(S,P){var W="<"+(P.prefix||""),z=W+S.n+x++;return P.partials[z]={name:S.n,partials:{}},P.code+='t.b(t.rp("'+C(z)+'",c,p,"'+(S.indent||"")+'"));',z}t.codegen={"#":function(S,P){P.code+="if(t.s(t."+N(S.n)+'("'+C(S.n)+'",c,p,1),c,p,0,'+S.i+","+S.end+',"'+S.otag+" "+S.ctag+'")){t.rs(c,p,function(c,p,t){',t.walk(S.nodes,P),P.code+="});c.pop();}"},"^":function(S,P){P.code+="if(!t.s(t."+N(S.n)+'("'+C(S.n)+'",c,p,1),c,p,1,0,0,"")){',t.walk(S.nodes,P),P.code+="};"},">":M,"<":function(S,P){var W={partials:{},code:"",subs:{},inPartial:!0};t.walk(S.nodes,W);var z=P.partials[M(S,P)];z.subs=W.subs,z.partials=W.partials},$:function(S,P){var W={subs:{},code:"",partials:P.partials,prefix:S.n};t.walk(S.nodes,W),P.subs[S.n]=W.code,P.inPartial||(P.code+='t.sub("'+C(S.n)+'",c,p,i);')},"\n":function(S,P){P.code+=j('"\\n"'+(S.last?"":" + i"))},_v:function(S,P){P.code+="t.b(t.v(t."+N(S.n)+'("'+C(S.n)+'",c,p,0)));'},_t:function(S,P){P.code+=j('"'+C(S.text)+'"')},"{":T,"&":T};function T(S,P){P.code+="t.b(t.t(t."+N(S.n)+'("'+C(S.n)+'",c,p,0)));'}function j(S){return"t.b("+S+");"}t.walk=function(S,P){for(var W,z=0,R=S.length;z<R;z++)W=t.codegen[S[z].tag],W&&W(S[z],P);return P},t.parse=function(S,P,W){return W=W||{},y(S,"",[],W.sectionTags||[])},t.cache={},t.cacheKey=function(S,P){return[S,!!P.asString,!!P.disableLambda,P.delimiters,!!P.modelGet].join("||")},t.compile=function(S,P){P=P||{};var W=t.cacheKey(S,P),z=this.cache[W];if(z){var R=z.partials;for(var Q in R)delete R[Q].instance;return z}return z=this.generate(this.parse(this.scan(S,P.delimiters),S,P),S,P),this.cache[W]=z}})(e)})($4);var K4={};(function(e){(function(t){t.Template=function(y,b,I,k){y=y||{},this.r=y.code||this.r,this.c=I,this.options=k||{},this.text=b||"",this.partials=y.partials||{},this.subs=y.subs||{},this.buf=""},t.Template.prototype={r:function(y,b,I){return""},v:m,t:g,render:function(b,I,k){return this.ri([b],I||{},k)},ri:function(y,b,I){return this.r(y,b,I)},ep:function(y,b){var I=this.partials[y],k=b[I.name];if(I.instance&&I.base==k)return I.instance;if(typeof k=="string"){if(!this.c)throw new Error("No compiler available.");k=this.c.compile(k,this.options)}if(!k)return null;if(this.partials[y].base=k,I.subs){b.stackText||(b.stackText={});for(key in I.subs)b.stackText[key]||(b.stackText[key]=this.activeSub!==void 0&&b.stackText[this.activeSub]?b.stackText[this.activeSub]:this.text);k=i(k,I.subs,I.partials,this.stackSubs,this.stackPartials,b.stackText)}return this.partials[y].instance=k,k},rp:function(y,b,I,k){var L=this.ep(y,I);return L?L.ri(b,I,k):""},rs:function(y,b,I){var k=y[y.length-1];if(!v(k)){I(y,b,this);return}for(var L=0;L<k.length;L++)y.push(k[L]),I(y,b,this),y.pop()},s:function(y,b,I,k,L,x,C){var N;return v(y)&&y.length===0?!1:(typeof y=="function"&&(y=this.ms(y,b,I,k,L,x,C)),N=!!y,!k&&N&&b&&b.push(typeof y=="object"?y:b[b.length-1]),N)},d:function(y,b,I,k){var L,x=y.split("."),C=this.f(x[0],b,I,k),N=this.options.modelGet,M=null;if(y==="."&&v(b[b.length-2]))C=b[b.length-1];else for(var T=1;T<x.length;T++)L=n(x[T],C,N),L!==void 0?(M=C,C=L):C="";return k&&!C?!1:(!k&&typeof C=="function"&&(b.push(M),C=this.mv(C,b,I),b.pop()),C)},f:function(y,b,I,k){for(var L=!1,x=null,C=!1,N=this.options.modelGet,M=b.length-1;M>=0;M--)if(x=b[M],L=n(y,x,N),L!==void 0){C=!0;break}return C?(!k&&typeof L=="function"&&(L=this.mv(L,b,I)),L):k?!1:""},ls:function(y,b,I,k,L){var x=this.options.delimiters;return this.options.delimiters=L,this.b(this.ct(g(y.call(b,k)),b,I)),this.options.delimiters=x,!1},ct:function(y,b,I){if(this.options.disableLambda)throw new Error("Lambda features disabled.");return this.c.compile(y,this.options).render(b,I)},b:function(y){this.buf+=y},fl:function(){var y=this.buf;return this.buf="",y},ms:function(y,b,I,k,L,x,C){var N,M=b[b.length-1],T=y.call(M);return typeof T=="function"?k?!0:(N=this.activeSub&&this.subsText&&this.subsText[this.activeSub]?this.subsText[this.activeSub]:this.text,this.ls(T,M,I,N.substring(L,x),C)):T},mv:function(y,b,I){var k=b[b.length-1],L=y.call(k);return typeof L=="function"?this.ct(g(L.call(k)),k,I):L},sub:function(y,b,I,k){var L=this.subs[y];L&&(this.activeSub=y,L(b,I,this,k),this.activeSub=!1)}};function n(y,b,I){var k;return b&&typeof b=="object"&&(b[y]!==void 0?k=b[y]:I&&b.get&&typeof b.get=="function"&&(k=b.get(y))),k}function i(y,b,I,k,L,x){function C(){}C.prototype=y;function N(){}N.prototype=y.subs;var M,T=new C;T.subs=new N,T.subsText={},T.buf="",k=k||{},T.stackSubs=k,T.subsText=x;for(M in b)k[M]||(k[M]=b[M]);for(M in k)T.subs[M]=k[M];L=L||{},T.stackPartials=L;for(M in I)L[M]||(L[M]=I[M]);for(M in L)T.partials[M]=L[M];return T}var s=/&/g,o=/</g,u=/>/g,c=/\'/g,d=/\"/g,f=/[&<>\"\']/;function g(y){return String(y??"")}function m(y){return y=g(y),f.test(y)?y.replace(s,"&").replace(o,"<").replace(u,">").replace(c,"'").replace(d,"""):y}var v=Array.isArray||function(y){return Object.prototype.toString.call(y)==="[object Array]"}})(e)})(K4);var jl=$4;jl.Template=K4.Template;jl.template=jl.Template;var Mt=jl,Lt={};Lt["file-summary-line"]=new Mt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<li class="d2h-file-list-line">'),i.b(`
|
284
|
+
`+n),i.b(' <span class="d2h-file-name-wrapper">'),i.b(`
|
285
|
+
`+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(`
|
286
|
+
`+n),i.b(' <span class="d2h-file-stats">'),i.b(`
|
287
|
+
`+n),i.b(' <span class="d2h-lines-added">'),i.b(i.v(i.f("addedLines",e,t,0))),i.b("</span>"),i.b(`
|
288
|
+
`+n),i.b(' <span class="d2h-lines-deleted">'),i.b(i.v(i.f("deletedLines",e,t,0))),i.b("</span>"),i.b(`
|
289
|
+
`+n),i.b(" </span>"),i.b(`
|
290
|
+
`+n),i.b(" </span>"),i.b(`
|
291
|
+
`+n),i.b("</li>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}}},subs:{}});Lt["file-summary-wrapper"]=new Mt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<div class="d2h-file-list-wrapper">'),i.b(`
|
292
|
+
`+n),i.b(' <div class="d2h-file-list-header">'),i.b(`
|
293
|
+
`+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(`
|
294
|
+
`+n),i.b(' <a class="d2h-file-switch d2h-hide">hide</a>'),i.b(`
|
295
|
+
`+n),i.b(' <a class="d2h-file-switch d2h-show">show</a>'),i.b(`
|
296
|
+
`+n),i.b(" </div>"),i.b(`
|
297
|
+
`+n),i.b(' <ol class="d2h-file-list">'),i.b(`
|
298
|
+
`+n),i.b(" "),i.b(i.t(i.f("files",e,t,0))),i.b(`
|
299
|
+
`+n),i.b(" </ol>"),i.b(`
|
300
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}});Lt["generic-block-header"]=new Mt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b("<tr>"),i.b(`
|
301
|
+
`+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(`
|
302
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,t,0))),i.b('">'),i.b(`
|
303
|
+
`+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(`
|
304
|
+
`+n),i.b(" </td>"),i.b(`
|
305
|
+
`+n),i.b("</tr>"),i.fl()},partials:{},subs:{}});Lt["generic-empty-diff"]=new Mt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b("<tr>"),i.b(`
|
306
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,t,0))),i.b('">'),i.b(`
|
307
|
+
`+n),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,t,0))),i.b('">'),i.b(`
|
308
|
+
`+n),i.b(" File without changes"),i.b(`
|
309
|
+
`+n),i.b(" </div>"),i.b(`
|
310
|
+
`+n),i.b(" </td>"),i.b(`
|
311
|
+
`+n),i.b("</tr>"),i.fl()},partials:{},subs:{}});Lt["generic-file-path"]=new Mt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<span class="d2h-file-name-wrapper">'),i.b(`
|
312
|
+
`+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(`
|
313
|
+
`+n),i.b(i.rp("<fileTag1",e,t," ")),i.b("</span>"),i.b(`
|
314
|
+
`+n),i.b('<label class="d2h-file-collapse">'),i.b(`
|
315
|
+
`+n),i.b(' <input class="d2h-file-collapse-input" type="checkbox" name="viewed" value="viewed">'),i.b(`
|
316
|
+
`+n),i.b(" Viewed"),i.b(`
|
317
|
+
`+n),i.b("</label>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}},"<fileTag1":{name:"fileTag",partials:{},subs:{}}},subs:{}});Lt["generic-line"]=new Mt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b("<tr>"),i.b(`
|
318
|
+
`+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(`
|
319
|
+
`+n),i.b(" "),i.b(i.t(i.f("lineNumber",e,t,0))),i.b(`
|
320
|
+
`+n),i.b(" </td>"),i.b(`
|
321
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.f("type",e,t,0))),i.b('">'),i.b(`
|
322
|
+
`+n),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,t,0))),i.b('">'),i.b(`
|
323
|
+
`+n),i.s(i.f("prefix",e,t,1),e,t,0,162,238,"{{ }}")&&(i.rs(e,t,function(s,o,u){u.b(' <span class="d2h-code-line-prefix">'),u.b(u.t(u.f("prefix",s,o,0))),u.b("</span>"),u.b(`
|
324
|
+
`+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(`
|
325
|
+
`+n)),i.s(i.f("content",e,t,1),e,t,0,371,445,"{{ }}")&&(i.rs(e,t,function(s,o,u){u.b(' <span class="d2h-code-line-ctn">'),u.b(u.t(u.f("content",s,o,0))),u.b("</span>"),u.b(`
|
326
|
+
`+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(`
|
327
|
+
`+n)),i.b(" </div>"),i.b(`
|
328
|
+
`+n),i.b(" </td>"),i.b(`
|
329
|
+
`+n),i.b("</tr>"),i.fl()},partials:{},subs:{}});Lt["generic-wrapper"]=new Mt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<div class="d2h-wrapper">'),i.b(`
|
330
|
+
`+n),i.b(" "),i.b(i.t(i.f("content",e,t,0))),i.b(`
|
331
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}});Lt["icon-file-added"]=new Mt.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(`
|
332
|
+
`+n),i.b(' width="14">'),i.b(`
|
333
|
+
`+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(`
|
334
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}});Lt["icon-file-changed"]=new Mt.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(`
|
335
|
+
`+n),i.b(' viewBox="0 0 14 16" width="14">'),i.b(`
|
336
|
+
`+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(`
|
337
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}});Lt["icon-file-deleted"]=new Mt.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(`
|
338
|
+
`+n),i.b(' viewBox="0 0 14 16" width="14">'),i.b(`
|
339
|
+
`+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(`
|
340
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}});Lt["icon-file-renamed"]=new Mt.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(`
|
341
|
+
`+n),i.b(' viewBox="0 0 14 16" width="14">'),i.b(`
|
342
|
+
`+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(`
|
343
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}});Lt["icon-file"]=new Mt.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(`
|
344
|
+
`+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(`
|
345
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}});Lt["line-by-line-file-diff"]=new Mt.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(`
|
346
|
+
`+n),i.b(' <div class="d2h-file-header">'),i.b(`
|
347
|
+
`+n),i.b(" "),i.b(i.t(i.f("filePath",e,t,0))),i.b(`
|
348
|
+
`+n),i.b(" </div>"),i.b(`
|
349
|
+
`+n),i.b(' <div class="d2h-file-diff">'),i.b(`
|
350
|
+
`+n),i.b(' <div class="d2h-code-wrapper">'),i.b(`
|
351
|
+
`+n),i.b(' <table class="d2h-diff-table">'),i.b(`
|
352
|
+
`+n),i.b(' <tbody class="d2h-diff-tbody">'),i.b(`
|
353
|
+
`+n),i.b(" "),i.b(i.t(i.f("diffs",e,t,0))),i.b(`
|
354
|
+
`+n),i.b(" </tbody>"),i.b(`
|
355
|
+
`+n),i.b(" </table>"),i.b(`
|
356
|
+
`+n),i.b(" </div>"),i.b(`
|
357
|
+
`+n),i.b(" </div>"),i.b(`
|
358
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}});Lt["line-by-line-numbers"]=new Mt.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(`
|
359
|
+
`+n),i.b('<div class="line-num2">'),i.b(i.v(i.f("newNumber",e,t,0))),i.b("</div>"),i.fl()},partials:{},subs:{}});Lt["side-by-side-file-diff"]=new Mt.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(`
|
360
|
+
`+n),i.b(' <div class="d2h-file-header">'),i.b(`
|
361
|
+
`+n),i.b(" "),i.b(i.t(i.f("filePath",e,t,0))),i.b(`
|
362
|
+
`+n),i.b(" </div>"),i.b(`
|
363
|
+
`+n),i.b(' <div class="d2h-files-diff">'),i.b(`
|
364
|
+
`+n),i.b(' <div class="d2h-file-side-diff">'),i.b(`
|
365
|
+
`+n),i.b(' <div class="d2h-code-wrapper">'),i.b(`
|
366
|
+
`+n),i.b(' <table class="d2h-diff-table">'),i.b(`
|
367
|
+
`+n),i.b(' <tbody class="d2h-diff-tbody">'),i.b(`
|
368
|
+
`+n),i.b(" "),i.b(i.t(i.d("diffs.left",e,t,0))),i.b(`
|
369
|
+
`+n),i.b(" </tbody>"),i.b(`
|
370
|
+
`+n),i.b(" </table>"),i.b(`
|
371
|
+
`+n),i.b(" </div>"),i.b(`
|
372
|
+
`+n),i.b(" </div>"),i.b(`
|
373
|
+
`+n),i.b(' <div class="d2h-file-side-diff">'),i.b(`
|
374
|
+
`+n),i.b(' <div class="d2h-code-wrapper">'),i.b(`
|
375
|
+
`+n),i.b(' <table class="d2h-diff-table">'),i.b(`
|
376
|
+
`+n),i.b(' <tbody class="d2h-diff-tbody">'),i.b(`
|
377
|
+
`+n),i.b(" "),i.b(i.t(i.d("diffs.right",e,t,0))),i.b(`
|
378
|
+
`+n),i.b(" </tbody>"),i.b(`
|
379
|
+
`+n),i.b(" </table>"),i.b(`
|
380
|
+
`+n),i.b(" </div>"),i.b(`
|
381
|
+
`+n),i.b(" </div>"),i.b(`
|
382
|
+
`+n),i.b(" </div>"),i.b(`
|
383
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}});Lt["tag-file-added"]=new Mt.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:{}});Lt["tag-file-changed"]=new Mt.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:{}});Lt["tag-file-deleted"]=new Mt.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:{}});Lt["tag-file-renamed"]=new Mt.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 Mr=globalThis&&globalThis.__assign||function(){return Mr=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},Mr.apply(this,arguments)},SS=function(){function e(t){var n=t.compiledTemplates,i=n===void 0?{}:n,s=t.rawTemplates,o=s===void 0?{}:s,u=Object.entries(o).reduce(function(c,d){var f,g=d[0],m=d[1],v=Mt.compile(m,{asString:!1});return Mr(Mr({},c),(f={},f[g]=v,f))},{});this.preCompiledTemplates=Mr(Mr(Mr({},Lt),i),u)}return e.compile=function(t){return Mt.compile(t,{asString:!1})},e.prototype.render=function(t,n,i,s,o){var u=this.templateKey(t,n);try{var c=this.preCompiledTemplates[u];return c.render(i,s,o)}catch{throw new Error("Could not find template to render '".concat(u,"'"))}},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}(),Sr=globalThis&&globalThis.__assign||function(){return Sr=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},Sr.apply(this,arguments)},DS=Sr(Sr(Sr({},Y4),U4),{outputFormat:Kx.LINE_BY_LINE,drawFileList:!0});function jS(e,t){t===void 0&&(t={});var n=Sr(Sr({},DS),t),i=typeof e=="string"?sS(e,n):e,s=new SS(n),o=n.drawFileList?wS(i,s):"",u=n.outputFormat==="side-by-side"?new xS(s,n).render(i):new NS(s,n).render(i);return o+u}const OS=["side-by-side","line-by-line"],ES=ag([...OS]),AS=["dark","light"],PS=ag([...AS]),zS={oldContent:on().def(""),newContent:on().def(""),diffFormat:on().def(ES["line-by-line"]),diffContext:ng(),theme:on().def("light"),language:on().def("javascript"),hljs:p.any.isRequired};function VS(e,t){return e.replace(/d2h-code-line-ctn/g,n=>`${n} lang-${t}`)}const JS=r.defineComponent({name:"CodeDiff",props:zS,emits:[],setup(e){const t=r.ref(null),n=r.ref(""),i=r.computed(()=>Pe({dark:e.theme===PS.dark},"hljs bk-code-diff"));function s(){r.nextTick(()=>{t.value&&t.value.querySelectorAll(`.lang-${e.language}`).forEach(u=>{e.hljs.highlightElement(u)})})}function o(u,c){const d=$x("",e.oldContent,e.newContent,"","",{context:u});n.value=VS(jS(d,{drawFileList:!1,matching:"lines",outputFormat:e.diffFormat}),c),s()}return r.onMounted(()=>{o(e.diffContext,e.language)}),r.watch(()=>[e.diffContext,e.language],u=>{const[c,d]=u;o(c,d)}),()=>r.createVNode("div",{ref:t,class:i.value,innerHTML:n.value},null)}}),X4=Fe(JS);var q4={exports:{}};(function(e){(function(t){var n=/^\s+/,i=/\s+$/,s=0,o=t.round,u=t.min,c=t.max,d=t.random;function f(E,O){if(E=E||"",O=O||{},E instanceof f)return E;if(!(this instanceof f))return new f(E,O);var A=g(E);this._originalInput=E,this._r=A.r,this._g=A.g,this._b=A.b,this._a=A.a,this._roundA=o(100*this._a)/100,this._format=O.format||A.format,this._gradientType=O.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=A.ok,this._tc_id=s++}f.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 E=this.toRgb();return(E.r*299+E.g*587+E.b*114)/1e3},getLuminance:function(){var E=this.toRgb(),O,A,te,ce,ge,ke;return O=E.r/255,A=E.g/255,te=E.b/255,O<=.03928?ce=O/12.92:ce=t.pow((O+.055)/1.055,2.4),A<=.03928?ge=A/12.92:ge=t.pow((A+.055)/1.055,2.4),te<=.03928?ke=te/12.92:ke=t.pow((te+.055)/1.055,2.4),.2126*ce+.7152*ge+.0722*ke},setAlpha:function(E){return this._a=ue(E),this._roundA=o(100*this._a)/100,this},toHsv:function(){var E=b(this._r,this._g,this._b);return{h:E.h*360,s:E.s,v:E.v,a:this._a}},toHsvString:function(){var E=b(this._r,this._g,this._b),O=o(E.h*360),A=o(E.s*100),te=o(E.v*100);return this._a==1?"hsv("+O+", "+A+"%, "+te+"%)":"hsva("+O+", "+A+"%, "+te+"%, "+this._roundA+")"},toHsl:function(){var E=v(this._r,this._g,this._b);return{h:E.h*360,s:E.s,l:E.l,a:this._a}},toHslString:function(){var E=v(this._r,this._g,this._b),O=o(E.h*360),A=o(E.s*100),te=o(E.l*100);return this._a==1?"hsl("+O+", "+A+"%, "+te+"%)":"hsla("+O+", "+A+"%, "+te+"%, "+this._roundA+")"},toHex:function(E){return k(this._r,this._g,this._b,E)},toHexString:function(E){return"#"+this.toHex(E)},toHex8:function(E){return L(this._r,this._g,this._b,this._a,E)},toHex8String:function(E){return"#"+this.toHex8(E)},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(ee(this._r,255)*100)+"%",g:o(ee(this._g,255)*100)+"%",b:o(ee(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+o(ee(this._r,255)*100)+"%, "+o(ee(this._g,255)*100)+"%, "+o(ee(this._b,255)*100)+"%)":"rgba("+o(ee(this._r,255)*100)+"%, "+o(ee(this._g,255)*100)+"%, "+o(ee(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:be[k(this._r,this._g,this._b,!0)]||!1},toFilter:function(E){var O="#"+x(this._r,this._g,this._b,this._a),A=O,te=this._gradientType?"GradientType = 1, ":"";if(E){var ce=f(E);A="#"+x(ce._r,ce._g,ce._b,ce._a)}return"progid:DXImageTransform.Microsoft.gradient("+te+"startColorstr="+O+",endColorstr="+A+")"},toString:function(E){var O=!!E;E=E||this._format;var A=!1,te=this._a<1&&this._a>=0,ce=!O&&te&&(E==="hex"||E==="hex6"||E==="hex3"||E==="hex4"||E==="hex8"||E==="name");return ce?E==="name"&&this._a===0?this.toName():this.toRgbString():(E==="rgb"&&(A=this.toRgbString()),E==="prgb"&&(A=this.toPercentageRgbString()),(E==="hex"||E==="hex6")&&(A=this.toHexString()),E==="hex3"&&(A=this.toHexString(!0)),E==="hex4"&&(A=this.toHex8String(!0)),E==="hex8"&&(A=this.toHex8String()),E==="name"&&(A=this.toName()),E==="hsl"&&(A=this.toHslString()),E==="hsv"&&(A=this.toHsvString()),A||this.toHexString())},clone:function(){return f(this.toString())},_applyModification:function(E,O){var A=E.apply(null,[this].concat([].slice.call(O)));return this._r=A._r,this._g=A._g,this._b=A._b,this.setAlpha(A._a),this},lighten:function(){return this._applyModification(T,arguments)},brighten:function(){return this._applyModification(j,arguments)},darken:function(){return this._applyModification(S,arguments)},desaturate:function(){return this._applyModification(C,arguments)},saturate:function(){return this._applyModification(N,arguments)},greyscale:function(){return this._applyModification(M,arguments)},spin:function(){return this._applyModification(P,arguments)},_applyCombination:function(E,O){return E.apply(null,[this].concat([].slice.call(O)))},analogous:function(){return this._applyCombination($,arguments)},complement:function(){return this._applyCombination(W,arguments)},monochromatic:function(){return this._applyCombination(oe,arguments)},splitcomplement:function(){return this._applyCombination(Q,arguments)},triad:function(){return this._applyCombination(z,arguments)},tetrad:function(){return this._applyCombination(R,arguments)}},f.fromRatio=function(E,O){if(typeof E=="object"){var A={};for(var te in E)E.hasOwnProperty(te)&&(te==="a"?A[te]=E[te]:A[te]=ie(E[te]));E=A}return f(E,O)};function g(E){var O={r:0,g:0,b:0},A=1,te=null,ce=null,ge=null,ke=!1,xe=!1;return typeof E=="string"&&(E=H(E)),typeof E=="object"&&(J(E.r)&&J(E.g)&&J(E.b)?(O=m(E.r,E.g,E.b),ke=!0,xe=String(E.r).substr(-1)==="%"?"prgb":"rgb"):J(E.h)&&J(E.s)&&J(E.v)?(te=ie(E.s),ce=ie(E.v),O=I(E.h,te,ce),ke=!0,xe="hsv"):J(E.h)&&J(E.s)&&J(E.l)&&(te=ie(E.s),ge=ie(E.l),O=y(E.h,te,ge),ke=!0,xe="hsl"),E.hasOwnProperty("a")&&(A=E.a)),A=ue(A),{ok:ke,format:E.format||xe,r:u(255,c(O.r,0)),g:u(255,c(O.g,0)),b:u(255,c(O.b,0)),a:A}}function m(E,O,A){return{r:ee(E,255)*255,g:ee(O,255)*255,b:ee(A,255)*255}}function v(E,O,A){E=ee(E,255),O=ee(O,255),A=ee(A,255);var te=c(E,O,A),ce=u(E,O,A),ge,ke,xe=(te+ce)/2;if(te==ce)ge=ke=0;else{var se=te-ce;switch(ke=xe>.5?se/(2-te-ce):se/(te+ce),te){case E:ge=(O-A)/se+(O<A?6:0);break;case O:ge=(A-E)/se+2;break;case A:ge=(E-O)/se+4;break}ge/=6}return{h:ge,s:ke,l:xe}}function y(E,O,A){var te,ce,ge;E=ee(E,360),O=ee(O,100),A=ee(A,100);function ke(ye,Ie,je){return je<0&&(je+=1),je>1&&(je-=1),je<1/6?ye+(Ie-ye)*6*je:je<1/2?Ie:je<2/3?ye+(Ie-ye)*(2/3-je)*6:ye}if(O===0)te=ce=ge=A;else{var xe=A<.5?A*(1+O):A+O-A*O,se=2*A-xe;te=ke(se,xe,E+1/3),ce=ke(se,xe,E),ge=ke(se,xe,E-1/3)}return{r:te*255,g:ce*255,b:ge*255}}function b(E,O,A){E=ee(E,255),O=ee(O,255),A=ee(A,255);var te=c(E,O,A),ce=u(E,O,A),ge,ke,xe=te,se=te-ce;if(ke=te===0?0:se/te,te==ce)ge=0;else{switch(te){case E:ge=(O-A)/se+(O<A?6:0);break;case O:ge=(A-E)/se+2;break;case A:ge=(E-O)/se+4;break}ge/=6}return{h:ge,s:ke,v:xe}}function I(E,O,A){E=ee(E,360)*6,O=ee(O,100),A=ee(A,100);var te=t.floor(E),ce=E-te,ge=A*(1-O),ke=A*(1-ce*O),xe=A*(1-(1-ce)*O),se=te%6,ye=[A,ke,ge,ge,xe,A][se],Ie=[xe,A,A,ke,ge,ge][se],je=[ge,ge,xe,A,A,ke][se];return{r:ye*255,g:Ie*255,b:je*255}}function k(E,O,A,te){var ce=[F(o(E).toString(16)),F(o(O).toString(16)),F(o(A).toString(16))];return te&&ce[0].charAt(0)==ce[0].charAt(1)&&ce[1].charAt(0)==ce[1].charAt(1)&&ce[2].charAt(0)==ce[2].charAt(1)?ce[0].charAt(0)+ce[1].charAt(0)+ce[2].charAt(0):ce.join("")}function L(E,O,A,te,ce){var ge=[F(o(E).toString(16)),F(o(O).toString(16)),F(o(A).toString(16)),F(he(te))];return ce&&ge[0].charAt(0)==ge[0].charAt(1)&&ge[1].charAt(0)==ge[1].charAt(1)&&ge[2].charAt(0)==ge[2].charAt(1)&&ge[3].charAt(0)==ge[3].charAt(1)?ge[0].charAt(0)+ge[1].charAt(0)+ge[2].charAt(0)+ge[3].charAt(0):ge.join("")}function x(E,O,A,te){var ce=[F(he(te)),F(o(E).toString(16)),F(o(O).toString(16)),F(o(A).toString(16))];return ce.join("")}f.equals=function(E,O){return!E||!O?!1:f(E).toRgbString()==f(O).toRgbString()},f.random=function(){return f.fromRatio({r:d(),g:d(),b:d()})};function C(E,O){O=O===0?0:O||10;var A=f(E).toHsl();return A.s-=O/100,A.s=X(A.s),f(A)}function N(E,O){O=O===0?0:O||10;var A=f(E).toHsl();return A.s+=O/100,A.s=X(A.s),f(A)}function M(E){return f(E).desaturate(100)}function T(E,O){O=O===0?0:O||10;var A=f(E).toHsl();return A.l+=O/100,A.l=X(A.l),f(A)}function j(E,O){O=O===0?0:O||10;var A=f(E).toRgb();return A.r=c(0,u(255,A.r-o(255*-(O/100)))),A.g=c(0,u(255,A.g-o(255*-(O/100)))),A.b=c(0,u(255,A.b-o(255*-(O/100)))),f(A)}function S(E,O){O=O===0?0:O||10;var A=f(E).toHsl();return A.l-=O/100,A.l=X(A.l),f(A)}function P(E,O){var A=f(E).toHsl(),te=(A.h+O)%360;return A.h=te<0?360+te:te,f(A)}function W(E){var O=f(E).toHsl();return O.h=(O.h+180)%360,f(O)}function z(E){var O=f(E).toHsl(),A=O.h;return[f(E),f({h:(A+120)%360,s:O.s,l:O.l}),f({h:(A+240)%360,s:O.s,l:O.l})]}function R(E){var O=f(E).toHsl(),A=O.h;return[f(E),f({h:(A+90)%360,s:O.s,l:O.l}),f({h:(A+180)%360,s:O.s,l:O.l}),f({h:(A+270)%360,s:O.s,l:O.l})]}function Q(E){var O=f(E).toHsl(),A=O.h;return[f(E),f({h:(A+72)%360,s:O.s,l:O.l}),f({h:(A+216)%360,s:O.s,l:O.l})]}function $(E,O,A){O=O||6,A=A||30;var te=f(E).toHsl(),ce=360/A,ge=[f(E)];for(te.h=(te.h-(ce*O>>1)+720)%360;--O;)te.h=(te.h+ce)%360,ge.push(f(te));return ge}function oe(E,O){O=O||6;for(var A=f(E).toHsv(),te=A.h,ce=A.s,ge=A.v,ke=[],xe=1/O;O--;)ke.push(f({h:te,s:ce,v:ge})),ge=(ge+xe)%1;return ke}f.mix=function(E,O,A){A=A===0?0:A||50;var te=f(E).toRgb(),ce=f(O).toRgb(),ge=A/100,ke={r:(ce.r-te.r)*ge+te.r,g:(ce.g-te.g)*ge+te.g,b:(ce.b-te.b)*ge+te.b,a:(ce.a-te.a)*ge+te.a};return f(ke)},f.readability=function(E,O){var A=f(E),te=f(O);return(t.max(A.getLuminance(),te.getLuminance())+.05)/(t.min(A.getLuminance(),te.getLuminance())+.05)},f.isReadable=function(E,O,A){var te=f.readability(E,O),ce,ge;switch(ge=!1,ce=ae(A),ce.level+ce.size){case"AAsmall":case"AAAlarge":ge=te>=4.5;break;case"AAlarge":ge=te>=3;break;case"AAAsmall":ge=te>=7;break}return ge},f.mostReadable=function(E,O,A){var te=null,ce=0,ge,ke,xe,se;A=A||{},ke=A.includeFallbackColors,xe=A.level,se=A.size;for(var ye=0;ye<O.length;ye++)ge=f.readability(E,O[ye]),ge>ce&&(ce=ge,te=f(O[ye]));return f.isReadable(E,te,{level:xe,size:se})||!ke?te:(A.includeFallbackColors=!1,f.mostReadable(E,["#fff","#000"],A))};var me=f.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"},be=f.hexNames=de(me);function de(E){var O={};for(var A in E)E.hasOwnProperty(A)&&(O[E[A]]=A);return O}function ue(E){return E=parseFloat(E),(isNaN(E)||E<0||E>1)&&(E=1),E}function ee(E,O){B(E)&&(E="100%");var A=G(E);return E=u(O,c(0,parseFloat(E))),A&&(E=parseInt(E*O,10)/100),t.abs(E-O)<1e-6?1:E%O/parseFloat(O)}function X(E){return u(1,c(0,E))}function Z(E){return parseInt(E,16)}function B(E){return typeof E=="string"&&E.indexOf(".")!=-1&&parseFloat(E)===1}function G(E){return typeof E=="string"&&E.indexOf("%")!=-1}function F(E){return E.length==1?"0"+E:""+E}function ie(E){return E<=1&&(E=E*100+"%"),E}function he(E){return t.round(parseFloat(E)*255).toString(16)}function le(E){return Z(E)/255}var K=function(){var E="[-\\+]?\\d+%?",O="[-\\+]?\\d*\\.\\d+%?",A="(?:"+O+")|(?:"+E+")",te="[\\s|\\(]+("+A+")[,|\\s]+("+A+")[,|\\s]+("+A+")\\s*\\)?",ce="[\\s|\\(]+("+A+")[,|\\s]+("+A+")[,|\\s]+("+A+")[,|\\s]+("+A+")\\s*\\)?";return{CSS_UNIT:new RegExp(A),rgb:new RegExp("rgb"+te),rgba:new RegExp("rgba"+ce),hsl:new RegExp("hsl"+te),hsla:new RegExp("hsla"+ce),hsv:new RegExp("hsv"+te),hsva:new RegExp("hsva"+ce),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 J(E){return!!K.CSS_UNIT.exec(E)}function H(E){E=E.replace(n,"").replace(i,"").toLowerCase();var O=!1;if(me[E])E=me[E],O=!0;else if(E=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var A;return(A=K.rgb.exec(E))?{r:A[1],g:A[2],b:A[3]}:(A=K.rgba.exec(E))?{r:A[1],g:A[2],b:A[3],a:A[4]}:(A=K.hsl.exec(E))?{h:A[1],s:A[2],l:A[3]}:(A=K.hsla.exec(E))?{h:A[1],s:A[2],l:A[3],a:A[4]}:(A=K.hsv.exec(E))?{h:A[1],s:A[2],v:A[3]}:(A=K.hsva.exec(E))?{h:A[1],s:A[2],v:A[3],a:A[4]}:(A=K.hex8.exec(E))?{r:Z(A[1]),g:Z(A[2]),b:Z(A[3]),a:le(A[4]),format:O?"name":"hex8"}:(A=K.hex6.exec(E))?{r:Z(A[1]),g:Z(A[2]),b:Z(A[3]),format:O?"name":"hex"}:(A=K.hex4.exec(E))?{r:Z(A[1]+""+A[1]),g:Z(A[2]+""+A[2]),b:Z(A[3]+""+A[3]),a:le(A[4]+""+A[4]),format:O?"name":"hex8"}:(A=K.hex3.exec(E))?{r:Z(A[1]+""+A[1]),g:Z(A[2]+""+A[2]),b:Z(A[3]+""+A[3]),format:O?"name":"hex"}:!1}function ae(E){var O,A;return E=E||{level:"AA",size:"small"},O=(E.level||"AA").toUpperCase(),A=(E.size||"small").toLowerCase(),O!=="AA"&&O!=="AAA"&&(O="AA"),A!=="small"&&A!=="large"&&(A="small"),{level:O,size:A}}e.exports?e.exports=f:window.tinycolor=f})(Math)})(q4);var RS=q4.exports;const zs=Da(RS),QS={info:p.object.isRequired},cs=r.defineComponent({props:QS,emits:["tab","input"],setup(e,{emit:t}){const n=o=>{e.info.key==="a"&&t("tab",o)},i=o=>{const{key:u}=e.info,{value:c}=o.target;t("input",u,c)},s=r.computed(()=>Pe({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:s.value,value:e.info.value,onKeydown:n,onInput:i},null),r.createVNode("span",{class:"bk-color-picker-input-text"},[e.info.name])])}}),_S={colorObj:p.object.isRequired},WS=r.defineComponent({name:"ColorPicker",props:_S,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}),s=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}),u=r.reactive({key:"a",name:"Alpha",value:e.colorObj.rgba.a.toString(),error:!1});r.watch(()=>e.colorObj,g=>{zs(g.hex).toString()!==zs(n.value).toString()&&(n.value=g.hex),i.value=g.rgba.r.toString(),s.value=g.rgba.g.toString(),o.value=g.rgba.b.toString(),u.value=g.rgba.a.toString(),f()},{deep:!0});const c=g=>{t("tab",g)},d=(g,m)=>{const v={r:i,g:s,b:o,a:u,hex:n};if(v[g].value=m,f()){const y=g==="hex"?n.value:`rgba(${i.value}, ${s.value}, ${o.value}, ${u.value})`;t("change",y)}},f=()=>{let g=!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,g=!1),u.value!==""&&u.value>=0&&u.value<=1?u.error=!1:(u.error=!0,g=!1);for(const m of[i,s,o]){const{value:v}=m;v!==""&&v>=0&&v<=255?m.error=!1:(m.error=!0,g=!1)}return g};return()=>r.createVNode("div",{class:"bk-color-picker-input"},[r.createVNode("div",{class:"bk-color-picker-input-hex"},[r.createVNode(cs,{info:n,onInput:d},null)]),r.createVNode("div",{class:"bk-color-picker-input-rgba"},[r.createVNode(cs,{info:i,onInput:d},null),r.createVNode(cs,{info:s,onInput:d},null),r.createVNode(cs,{info:o,onInput:d},null),r.createVNode(cs,{info:u,onInput:d,onTab:c},null)])])}}),ef=e=>{let t=e;e===""&&(t="#FFFFFF");const n=zs(e),i=n.toHsl(),s=n.toHsv();return i.s===0&&(i.h=t.h||0,s.h=t.h||0),s.v<.0164&&(s.h=t.h||0,s.s=t.s||0),i.l<.01&&(i.h=t.h||0,i.s=t.s||0),{hsl:i,hsv:s,hex:n.toHexString().toUpperCase(),rgba:n.toRgb()}},Zt=(e,t,n)=>e<t?t:e>n?n:e,tf=(e,t)=>e.touches?e.touches[0][t]:0,T6=e=>{const{r:t,g:n,b:i,a:s}=e;return`rgba(${[t,n,i,s].join(",")})`},HS={colorObj:p.object.isRequired},BS=r.defineComponent({name:"ColorPicker",props:HS,emits:["change"],setup(e,{emit:t}){const n=r.ref(null),i=r.computed(()=>({left:`${e.colorObj.hsv.h/360*100}%`})),s=g=>{const{clientWidth:m}=n.value;let v=e.colorObj.hsv.h/360*m;const y=2,b=10;switch(g.code){case"ArrowLeft":g.preventDefault(),v=Zt(v-y,0,m);break;case"ArrowRight":g.preventDefault(),v=Zt(v+y,0,m);break;case"ArrowUp":g.preventDefault(),v=Zt(v-b,0,m);break;case"ArrowDown":g.preventDefault(),v=Zt(v+b,0,m);break;default:return}c(null,v)},o=g=>{n.value.focus(),c(g),window.addEventListener("mousemove",c,{passive:!0}),window.addEventListener("mouseup",u)},u=()=>{window.removeEventListener("mousemove",c),window.removeEventListener("mouseup",u)},c=(g,m)=>{const{clientWidth:v}=n.value,y=m!==void 0?m:d(g);f(y/v)},d=g=>{const m=n.value.getBoundingClientRect().left+window.pageXOffset,v=g.pageX||tf(g,"PageX");return Zt(v-m,0,n.value.clientWidth)},f=g=>{const{h:m,s:v,l:y,a:b}=e.colorObj.hsl,I=g*360;m!==I&&t("change",{h:I,s:v,l:y,a:b})};return()=>r.createVNode("div",{ref:n,tabindex:"0",class:"bk-color-picker-hue",onKeydown:s,onMousedown:g=>{g.stopPropagation(),g.preventDefault(),o(g)}},[r.createVNode("div",{class:"bk-color-picker-hue-pointer",style:i.value},[r.createVNode("div",{class:"bk-color-picker-hue-rectangle"},null)])])}}),FS={colorObj:p.object.isRequired,recommend:p.oneOfType([p.array.def(()=>[]),p.bool.def(!0)]).isRequired},GS=r.defineComponent({props:FS,emits:["change","tab"],setup(e,{emit:t}){const n=r.ref(!1),i=r.ref(-1),s=r.ref(null);r.watch(()=>e.colorObj,()=>{i.value=-1,s.value=null},{deep:!0});const o=r.computed(()=>f(e.recommend)),u=(g,m)=>Pe({"bk-color-picker-empty":g==="","bk-color-picker-recommend-selected-color":n.value&&i.value===m},"bk-color-picker-recommend-color"),c=g=>{if(g.code==="Tab")t("tab",g);else{let m=0;const v=10,y=o.value.length-1;switch(g.code){case"ArrowLeft":g.preventDefault(),m=Zt(i.value-1,0,y);break;case"ArrowRight":g.preventDefault(),m=Zt(i.value+1,0,y);break;case"ArrowUp":g.preventDefault(),m=Zt(i.value-v,0,y);break;case"ArrowDown":g.preventDefault(),m=Zt(i.value+v,0,y);break;default:return}d(m)}},d=g=>{const m=o.value[g];t("change",m),r.nextTick(()=>{i.value=g,s.value=m})},f=g=>{if(g===!0)return["","#ff4500","#ff8c00","#ffd700","#90ee90","#ddffff","#00ced1","#3a84ff","#a933f5","#db7093","#000000","#494949","#9B9B9B","#ffffff"];if(Array.isArray(g))return g.map(m=>zs(m).isValid()?m:"")};return()=>r.createVNode("div",{tabindex:"0",class:"bk-color-picker-recommend",onFocus:()=>n.value=!0,onBlur:()=>n.value=!1,onKeydown:c},[o.value.map((g,m)=>r.createVNode("div",{style:`background: ${g||"#fff"}`,class:u(g,m),onClick:()=>d(m)},[i.value===m?r.createVNode("div",{class:"bk-color-picker-pointer"},[r.createVNode("div",{class:"bk-color-picker-circle"},null)]):void 0]))])}}),ZS={colorObj:p.object.isRequired},YS=r.defineComponent({props:ZS,emits:["change"],setup(e,{emit:t}){const n=r.ref(null),i=r.computed(()=>({background:`hsl(${e.colorObj.hsv.h}, 100%, 50%)`})),s=r.computed(()=>({top:`${(1-e.colorObj.hsv.v)*100}%`,left:`${e.colorObj.hsv.s*100}%`})),o=v=>{n.value.focus(),d(v),window.addEventListener("mousemove",d,{passive:!0}),window.addEventListener("mouseup",u)},u=()=>{window.removeEventListener("mousemove",d),window.removeEventListener("mouseup",u)},c=v=>{const{clientWidth:y,clientHeight:b}=n.value;let I=e.colorObj.hsv.s*y,k=(1-e.colorObj.hsv.v)*b;const L=10;switch(v.code){case"ArrowLeft":v.preventDefault(),I=Zt(I-L,0,y);break;case"ArrowRight":v.preventDefault(),I=Zt(I+L,0,y);break;case"ArrowUp":v.preventDefault(),k=Zt(k-L,0,b);break;case"ArrowDown":v.preventDefault(),k=Zt(k+L,0,b);break;default:return}d(null,I,k)},d=(v,y,b)=>{const{clientWidth:I,clientHeight:k}=n.value,L=y!==void 0?y:f(v),x=b!==void 0?b:g(v),C=L/I,N=1-x/k;m(e.colorObj.hsv.h,C,N,e.colorObj.hsv.a)},f=v=>{const y=n.value.getBoundingClientRect().left+window.pageXOffset,b=v.pageX||tf(v,"PageX");return Zt(b-y,0,n.value.clientWidth)},g=v=>{const y=n.value.getBoundingClientRect().top+window.pageYOffset,b=v.pageY||tf(v,"PageY");return Zt(b-y,0,n.value.clientHeight)},m=(v,y,b,I)=>{t("change",{h:v,s:y,v:b,a:I})};return()=>r.createVNode("div",{ref:n,tabindex:"0",class:"bk-color-picker-saturation",style:i.value,onKeydown:c,onMousedown:v=>{v.stopPropagation(),o(v)}},[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:s.value},[r.createVNode("div",{class:"bk-color-picker-circle"},null)])])}});var nf;(function(e){e.UNKNOWN="",e.SMALL="small",e.LARGE="large"})(nf||(nf={}));const US={modelValue:p.string.def(""),disabled:p.bool.def(!1),readonly:p.bool.def(!1),transfer:p.bool.def(!1),size:ze("colorPickSize",{}).def(nf.UNKNOWN),showValue:p.bool.def(!0),recommend:p.oneOfType([p.array.def(()=>[]),p.bool.def(!0)]).def(!0),extCls:p.string.def(""),withValidate:p.bool.def(!0)},us=ef("#FFFFFF"),$S=r.defineComponent({name:"ColorPicker",directives:{clickoutside:ui},props:US,emits:["update:modelValue","change"],setup(e,{emit:t}){const n=Zn(),i=r.ref(!1),s=r.ref(""),o=r.reactive(JSON.parse(JSON.stringify(us))),u=r.ref(null),c=r.ref(null),d=r.ref(null),f=r.computed(()=>Pe({[`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}`)),g=r.computed(()=>!!(e.recommend===!0||Array.isArray(e.recommend)&&e.recommend.length));r.onBeforeMount(()=>{x({isCreated:!0})}),r.watch(()=>e.modelValue,()=>{var M;x(),e.withValidate&&((M=n==null?void 0:n.validate)==null||M.call(n,"change"))});const m=M=>{M.code==="Enter"||M.code==="NumpadEnter"?y():M.code==="Escape"&&L()},v=M=>{e.transfer&&m(M)},y=()=>{e.disabled||e.readonly||(i.value?L():k())},b=M=>{g.value||(M.preventDefault(),c.value.$el.focus())},I=M=>{M.preventDefault(),c.value.$el.focus()},k=()=>{var M;i.value=!0,(M=u.value)==null||M.updateDropdown(),setTimeout(()=>{u.value.$el.querySelector(".bk-color-picker-input-hex .bk-color-picker-input-value").select()},100)},L=()=>{var M;i.value&&(r.nextTick(()=>d.value.focus()),i.value=!1,(M=u.value)==null||M.destoryDropdown(),x())},x=({isCreated:M=!1}={})=>{if(e.modelValue===""){s.value!==""&&(s.value="",Object.assign(o,us),t("update:modelValue",s.value));return}const T=ef(e.modelValue),j=T.rgba.a===1?T.hex:T6(T.rgba);if(j!==s.value){const S=zs(e.modelValue).isValid();M?S?(s.value=j.toLowerCase()===e.modelValue.toLowerCase()?e.modelValue:j,Object.assign(o,T)):(Object.assign(o,us),t("change","")):S?j.toLowerCase()!==s.value.toLowerCase()&&(Object.assign(o,T),s.value=j):(s.value="",Object.assign(o,us))}},C=M=>{if(M===""){s.value="",Object.assign(o,us),t("update:modelValue",""),t("change","");return}const T=ef(M),j=T.rgba.a===1?T.hex:T6(T.rgba);s.value=j,Object.assign(o,T),t("update:modelValue",s.value),t("change",j)},N=()=>{i.value=!1};return()=>r.withDirectives(r.createVNode("div",{ref:d,tabindex:"0",class:f.value,onKeydown:m,onClick:y},[r.createVNode("div",{class:"bk-color-picker-color"},[r.createVNode("span",{class:`bk-color-picker-color-square ${!s.value&&"bk-color-picker-empty"}`,style:`background: ${s.value||"#FFF"}`},null)]),e.showValue?r.createVNode("div",{class:"bk-color-picker-text"},[r.createVNode("span",null,[s.value])]):void 0,r.createVNode("div",{class:"bk-color-picker-icon"},[r.createVNode(Ar,{class:"icon-angle-down"},null)]),r.createVNode(r.Transition,{name:"bk-fade-down-transition"},{default:()=>[r.withDirectives(r.createVNode(s0,{ref:u,triggerRef:d.value},{default:()=>[r.createVNode("div",{class:"bk-color-dropdown-container"},[r.createVNode("div",{class:"bk-color-picker-dropdown",onClick:M=>{M.stopPropagation()},onMousedown:M=>{M.stopPropagation()},onKeydown:v},[r.createVNode(YS,{ref:c,colorObj:o,onChange:C},null),r.createVNode(BS,{colorObj:o,onChange:C},null),r.createVNode(WS,{colorObj:o,onTab:b,onChange:C},null),g.value?r.createVNode("div",{class:"bk-color-picker-recommend-container"},[r.createVNode(GS,{colorObj:o,recommend:e.recommend,onTab:I,onChange:C},null)]):void 0])])]}),[[r.vShow,i.value]])]})]),[[r.resolveDirective("clickoutside"),N]])}}),ep=Fe($S),tp=Fe(zT);var od=null;function KS(e){return od||(od=(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){return setTimeout(t,16)}).bind(window)),od(e)}var ld=null;function XS(e){ld||(ld=(window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||function(t){clearTimeout(t)}).bind(window)),ld(e)}function qS(e){var t=document.createElement("style");return t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e)),(document.querySelector("head")||document.body).appendChild(t),t}function qo(e,t){t===void 0&&(t={});var n=document.createElement(e);return Object.keys(t).forEach(function(i){n[i]=t[i]}),n}function np(e,t,n){var i=window.getComputedStyle(e,n||null)||{display:"none"};return i[t]}function rf(e){if(!document.documentElement.contains(e))return{detached:!0,rendered:!1};for(var t=e;t!==document;){if(np(t,"display")==="none")return{detached:!1,rendered:!1};t=t.parentNode}return{detached:!1,rendered:!0}}var eD='.resize-triggers{visibility:hidden;opacity:0;pointer-events:none}.resize-contract-trigger,.resize-contract-trigger:before,.resize-expand-trigger,.resize-triggers{content:"";position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.resize-contract-trigger,.resize-expand-trigger{background:#eee;overflow:auto}.resize-contract-trigger:before{width:200%;height:200%}',af=0,ul=null;function tD(e,t){e.__resize_mutation_handler__||(e.__resize_mutation_handler__=rD.bind(e));var n=e.__resize_listeners__;if(!n){if(e.__resize_listeners__=[],window.ResizeObserver){var i=e.offsetWidth,s=e.offsetHeight,o=new ResizeObserver(function(){!e.__resize_observer_triggered__&&(e.__resize_observer_triggered__=!0,e.offsetWidth===i&&e.offsetHeight===s)||Ol(e)}),u=rf(e),c=u.detached,d=u.rendered;e.__resize_observer_triggered__=c===!1&&d===!1,e.__resize_observer__=o,o.observe(e)}else if(e.attachEvent&&e.addEventListener)e.__resize_legacy_resize_handler__=function(){Ol(e)},e.attachEvent("onresize",e.__resize_legacy_resize_handler__),document.addEventListener("DOMSubtreeModified",e.__resize_mutation_handler__);else if(af||(ul=qS(eD)),aD(e),e.__resize_rendered__=rf(e).rendered,window.MutationObserver){var f=new MutationObserver(e.__resize_mutation_handler__);f.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0}),e.__resize_mutation_observer__=f}}e.__resize_listeners__.push(t),af++}function nD(e,t){var n=e.__resize_listeners__;if(n){if(t&&n.splice(n.indexOf(t),1),!n.length||!t){if(e.detachEvent&&e.removeEventListener){e.detachEvent("onresize",e.__resize_legacy_resize_handler__),document.removeEventListener("DOMSubtreeModified",e.__resize_mutation_handler__);return}e.__resize_observer__?(e.__resize_observer__.unobserve(e),e.__resize_observer__.disconnect(),e.__resize_observer__=null):(e.__resize_mutation_observer__&&(e.__resize_mutation_observer__.disconnect(),e.__resize_mutation_observer__=null),e.removeEventListener("scroll",y0),e.removeChild(e.__resize_triggers__.triggers),e.__resize_triggers__=null),e.__resize_listeners__=null}!--af&&ul&&ul.parentNode.removeChild(ul)}}function iD(e){var t=e.__resize_last__,n=t.width,i=t.height,s=e.offsetWidth,o=e.offsetHeight;return s!==n||o!==i?{width:s,height:o}:null}function rD(){var e=rf(this),t=e.rendered,n=e.detached;t!==this.__resize_rendered__&&(!n&&this.__resize_triggers__&&(b0(this),this.addEventListener("scroll",y0,!0)),this.__resize_rendered__=t,Ol(this))}function y0(){var e=this;b0(this),this.__resize_raf__&&XS(this.__resize_raf__),this.__resize_raf__=KS(function(){var t=iD(e);t&&(e.__resize_last__=t,Ol(e))})}function Ol(e){!e||!e.__resize_listeners__||e.__resize_listeners__.forEach(function(t){t.call(e,e)})}function aD(e){var t=np(e,"position");(!t||t==="static")&&(e.style.position="relative"),e.__resize_old_position__=t,e.__resize_last__={};var n=qo("div",{className:"resize-triggers"}),i=qo("div",{className:"resize-expand-trigger"}),s=qo("div"),o=qo("div",{className:"resize-contract-trigger"});i.appendChild(s),n.appendChild(i),n.appendChild(o),e.appendChild(n),e.__resize_triggers__={triggers:n,expand:i,expandChild:s,contract:o},b0(e),e.addEventListener("scroll",y0,!0),e.__resize_last__={width:e.offsetWidth,height:e.offsetHeight}}function b0(e){var t=e.__resize_triggers__,n=t.expand,i=t.expandChild,s=t.contract,o=s.scrollWidth,u=s.scrollHeight,c=n.offsetWidth,d=n.offsetHeight,f=n.scrollWidth,g=n.scrollHeight;s.scrollLeft=o,s.scrollTop=u,i.style.width=c+1+"px",i.style.height=d+1+"px",n.scrollLeft=f,n.scrollTop=g}const sD=r.defineComponent({name:"SearchSelectMenu",props:{list:{type:Array},hoverId:String,keyword:{type:String,default:""},multiple:{type:Boolean,default:!1},selected:{type:Array,default:()=>[]},conditions:{type:Array},footerBtns:{type:Array,default:()=>[]}},emits:["selectItem","selectCondition","footerClick"],setup(e,{emit:t}){const n=ft("searchSelect"),{resolveClassName:i}=Ql(),s=r.computed(()=>e.footerBtns===void 0||e.footerBtns.length===0?[{id:"confirm",name:n.value.ok},{id:"cancel",name:n.value.cancel,disabled:!1}]:e.footerBtns);function o(m){t("selectItem",m)}function u(m){t("selectCondition",m)}function c(m){t("footerClick",m)}const d=r.computed(()=>{var m,v;return(m=e.list)!=null&&m.length?(v=e.keyword)!=null&&v.length?e.list.filter(y=>y.name.toLocaleLowerCase().includes(e.keyword.toLocaleLowerCase())):e.list:[]});function f(m){if(!m)return m;let{keyword:v}=e;const y=v.length;if(!(v!=null&&v.trim().length)||!m.toLocaleLowerCase().includes(v.toLocaleLowerCase()))return m;const b=[];let I=-1;return v=v.replace(/([.*/]{1})/gmi,"\\$1"),m.replace(new RegExp(`${v}`,"igm"),(k,L)=>(b.length===0&&L!==0?b.push(m.slice(0,L)):I>=0&&b.push(m.slice(I+k.length,L)),b.push(r.createVNode("span",{class:"is-keyword"},[k])),I=L,k)),I>=0&&b.push(m.slice(I+y)),b.length?b:m}function g(m){var v;return(v=m.value)!=null&&v.name?[r.createVNode("span",{class:"menu-name"},[m.name,r.createTextVNode(":")]),m.value.name]:f(m.name)}return{handleClick:o,handleClickCondition:u,handleClickFooterBtn:c,filterList:d,getSearchNode:g,localFooterBtns:s,resolveClassName:i}},render(){var e,t,n;return r.createVNode("div",{class:this.resolveClassName("search-select-menu")},[!!((e=this.conditions)!=null&&e.length)&&r.createVNode("ul",{class:"menu-header"},[this.conditions.map(i=>r.createVNode("li",{key:i.id,class:`menu-header-item ${i.disabled?"is-disabled":""}`,onClick:()=>!i.disabled&&this.handleClickCondition(i)},[i.name]))]),r.createVNode("ul",{class:"menu-content"},[(t=this.list)==null?void 0:t.map(i=>r.createVNode("li",{class:`menu-item ${i.disabled?"is-disabled":""} ${this.hoverId===i.id&&!i.disabled?"is-hover":""}`,key:i.id,id:i.id,tabindex:"-1",onClick:()=>!i.disabled&&this.handleClick(i)},[this.$slots.default?this.$slots.default({item:i,list:this.list,multiple:!!this.multiple,hoverId:this.hoverId,getSearchNode:this.getSearchNode}):r.createVNode(r.Fragment,null,[this.getSearchNode(i),this.multiple&&this.selected.includes(i.id)&&r.createVNode(rr,{class:"is-selected"},null)])]))]),this.multiple&&((n=this.localFooterBtns)==null?void 0:n.length)&&r.createVNode("div",{class:"menu-footer"},[this.localFooterBtns.map(i=>r.createVNode("span",{class:`menu-footer-btn ${i.disabled?"is-disabled":""}`,key:i.id,onClick:()=>!i.disabled&&this.handleClickFooterBtn(i)},[i.name]))])])}});var sn=(e=>(e.ALL="all",e.NEEDKEY="need-key",e))(sn||{});const ip=Symbol("SEARCH_SLECT_PROVIDER_KEY"),oD=e=>{r.provide(ip,e)},rp=()=>r.inject(ip);var la=(e=>(e.DEFAULT="default",e.EDIT="edit",e))(la||{});class ca{constructor(t,n="default",i="|"){De(this,"id");De(this,"name");De(this,"values",[]);De(this,"condition");this.searchItem=t,this.type=n,this.splitCode=i,this.id=t.id,this.name=t.name}get multiple(){return!!this.searchItem.multiple}get placeholder(){return this.searchItem.placeholder||""}get children(){return this.searchItem.children||[]}get validate(){return!this.searchItem.noValidate}get inputInnerHtml(){var t;return this.isSpecialType()?this.name:`${this.keyInnerHtml}${((t=this.values)==null?void 0:t.map(n=>n.name).join(this.splitCode))||""}`}get inputInnerText(){var t;return this.isSpecialType()?this.name:`${this.keyInnerText}${((t=this.values)==null?void 0:t.map(n=>n.name).join(this.splitCode))||""}`}get keyInnerHtml(){return this.isSpecialType()?this.name:this.name?`${this.name}: `:""}get keyInnerText(){return this.isSpecialType()?this.name:this.name?`${this.name}: `:""}isSpecialType(){return["text","condition"].includes(this.type)}addValue(t){if(this.multiple){const n=this.values.findIndex(i=>i.id===t.id);if(n>-1){this.values.splice(n,1);return}this.values.push(t);return}this.values=[t]}toValue(){var n;const t={id:this.id,name:this.name};return(n=this.values)!=null&&n.length&&(t.values=this.values.map(i=>({id:i.id,name:i.name}))),this.type&&this.type!=="default"&&(t.type=this.type),t}toValueKey(){return JSON.stringify(this.toValue())}isInValueList(t){return this.children.some(n=>n.id===(t==null?void 0:t.id))}}const ap=r.defineComponent({name:"SearchSelectInput",directives:{clickoutside:ui},props:{data:{type:Array,required:!0},showInputBefore:Boolean,showCondition:Boolean,clickOutside:Function,placeholder:String,conditions:{type:Array,default:()=>[]},defautUsingItem:Object,mode:{type:String,default:la.DEFAULT},getMenuList:Function,validateValues:Function,valueBehavior:String},emits:["focus","add","delete"],setup(e,{emit:t,expose:n}){const i=ft("searchSelect"),{resolveClassName:s}=Ql(),o=r.ref(null),u=r.ref(null),c=r.ref(""),d=r.ref(!1),f=r.ref(!1),g=r.ref(!1),m=r.ref(e.defautUsingItem),v=r.ref(""),y=r.ref(!1),b=Rs(300,ee);let I=!1;const k=r.ref([]),L=r.ref([]),{editKey:x,onValidate:C,valueSplitCode:N}=rp();r.watch(x,()=>{e.mode===la.DEFAULT&&x.value&&(g.value=!1)}),r.watchEffect(()=>{c.value||B()},{flush:"pre"}),r.watch([L,g],()=>{var G;(G=L.value)!=null&&G.some(F=>!F.disabled)&&g.value?I||(e.valueBehavior===sn.NEEDKEY?v.value=L.value.find(F=>!F.disabled).id:v.value="",I=!0,document.addEventListener("keydown",M)):(document.removeEventListener("keydown",M),I=!1,e.valueBehavior!==sn.NEEDKEY&&(v.value=""))});function M(G){switch(G.code){case"ArrowDown":case"ArrowUp":T(G);break;case"Enter":case"NumpadEnter":j(G);break}}function T(G){var le;G.preventDefault(),(le=o.value)==null||le.blur();const F=L.value.length;let ie=F,he=L.value.findIndex(K=>K.id===v.value);for(;ie>=0;){he=G.code==="ArrowDown"?he+1:he-1,he=he>F-1?0:he<0?F-1:he;const K=L.value[he];if(K&&!K.disabled){ie=-1;const J=document.getElementById(K.id);J==null||J.focus(),v.value=K.id;return}ie-=1}}function j(G){if(I){G.preventDefault();const F=L.value.find(ie=>ie.id===v.value);F&&$(F)}}function S(G){var F,ie;!((F=u.value)!=null&&F.contains(G.target))&&((ie=e.clickOutside)!=null&&ie.call(e,G.target,u.value))&&(g.value=!1,f.value=!1,t("focus",f.value))}function P(G){ue(),G&&ee()}function W(G){var ie,he,le,K,J,H,ae,E,O;Z();let F=G.target.innerText;if(/(\r|\n)/gm.test(F)||/\s{2}/gm.test(F))G.preventDefault(),F=F.replace(/(\r|\n)/gm,N.value).replace(/\s{2}/gm,""),o.value.innerText=F,ue(),c.value=F.replace(((ie=m.value)==null?void 0:ie.keyInnerText)||"","").trim(),b();else if(!c.value&&F.length<(((le=(he=m.value)==null?void 0:he.inputInnerText)==null?void 0:le.length)||1)){const A=F.replace(" "," ").replace(((K=m.value)==null?void 0:K.keyInnerText.replace(" "," ").trim())||"","").trim();if(F&&((J=m.value)==null?void 0:J.keyInnerText)&&F.replace(" "," ").includes(m.value.keyInnerText.replace(" "," ").trim())&&A&&((H=m.value.values)!=null&&H.length)){c.value=A,console.info("outerText",A),b();return}(A||!(F!=null&&F.length))&&(m.value=null),c.value=A?F:"",b()}else(E=(ae=m.value)==null?void 0:ae.values)!=null&&E.length||(c.value=F.replace(" "," ").replace(((O=m.value)==null?void 0:O.keyInnerText.replace(" "," "))||"","").trim(),ue(),b())}function z(G){switch(G.code){case"Enter":case"NumpadEnter":if(e.valueBehavior===sn.NEEDKEY&&L.value.some(F=>F.id===v.value))return;R(G);break;case"Backspace":Q();default:d.value=!1;break}}async function R(G){var he;if(G==null||G.preventDefault(),await new Promise(le=>setTimeout(le,0)),!m.value){if(!c.value||e.valueBehavior===sn.NEEDKEY)return;const le={id:c.value,name:c.value};if(!await be(le))return;t("add",new ca(le,"text",N.value)),c.value="",ee();return}const{values:F}=m.value;if(!(F!=null&&F.length)){if((he=c.value)!=null&&he.length){if(c.value.includes(N.value)){const le=c.value.split(N.value);if(!await be({id:c.value,name:c.value}))return;le.forEach(J=>m.value.addValue({id:J,name:J}))}else{const le={id:c.value,name:c.value};if(!await be(le))return;m.value.addValue(le)}t("add",m.value),c.value="",m.value=null,ue(!0);return}d.value=!0;return}if(c.value){const le={id:c.value,name:c.value};if(!await be(le))return;m.value.addValue(le),t("add",m.value),c.value="",m.value=null,ue(!0);return}await be()&&X()}function Q(){var G,F;if(!m.value&&!c.value){t("delete"),r.nextTick(ee);return}if((G=m.value)!=null&&G.values.length){if((F=m.value)!=null&&F.multiple||m.value.isInValueList(m.value.values[0])||e.mode===la.EDIT&&!c.value){m.value.values.splice(-1,1),c.value="",ue();return}}else c.value||(m.value=null,c.value="",ee());C("")}async function $(G,F){var he,le,K,J;if(console.info(G,"=========="),(he=G.value)!=null&&he.id&&(e.valueBehavior===sn.NEEDKEY&&G.value||!e.validateValues)){const H=new ca({...G,id:G.realId??G.id},F,N.value);H.addValue(G.value),X(H),e.valueBehavior===sn.NEEDKEY&&v.value&&ue(!0),v.value="";return}if(!m.value||!((le=o==null?void 0:o.value)!=null&&le.innerText)){m.value=new ca(G,F,N.value),c.value="";const H=F==="condition";H&&X(),g.value=H||!!m.value.children.length,ue(e.valueBehavior===sn.NEEDKEY&&!!v.value);return}if(((K=m.value)==null?void 0:K.type)==="condition"){m.value=new ca(G,F,N.value),X();return}m.value.addValue(G),await be(G)&&(m.value.multiple||X(),e.valueBehavior===sn.NEEDKEY&&((J=m.value)!=null&&J.multiple)&&ue())}function oe(G){$(G,"condition")}function me(G){var F;switch(G.id){case"confirm":if(!((F=m.value)!=null&&F.values.length))return;c.value="",R();break;case"cancel":m.value.values=[],g.value=!1;break}}async function be(G){if(!m.value)return await de(null,[G]);const{searchItem:F,validate:ie,values:he}=m.value;return ie&&typeof e.validateValues=="function"?await de(F,G?[G]:he):(C(""),!0)}async function de(G,F){var he;const ie=await((he=e.validateValues)==null?void 0:he.call(e,G??null,F).catch(()=>!1));return typeof ie=="string"||ie===!1?(C(ie||"校验错误"),!1):(C(""),!0)}function ue(G=!1){G&&r.nextTick().then(()=>{ee()}),f.value=!0,g.value=!0,d.value=!1;const F=setTimeout(()=>{if(o.value){o.value.focus();const ie=window.getSelection();ie.focusOffset===0&&(ie.selectAllChildren(o.value),ie.collapseToEnd())}window.clearTimeout(F)},0);t("focus",f.value)}async function ee(){var F,ie,he,le,K;let G=[];if(typeof e.getMenuList=="function"&&(typeof((ie=(F=m.value)==null?void 0:F.searchItem)==null?void 0:ie.async)>"u"||m.value.searchItem.async===!0)?(y.value=!0,G=await e.getMenuList((he=m.value)==null?void 0:he.searchItem,c.value).catch(()=>[]),y.value=!1):m!=null&&m.value?m.value.type==="condition"?G=e.conditions:(!((K=m.value.values)!=null&&K.length)||m.value.multiple||e.mode===la.EDIT)&&(G=m.value.children.filter(J=>J.name.toLocaleLowerCase().includes(c.value.toLocaleLowerCase()))):(le=c.value)!=null&&le.length?e.data.filter(J=>!J.isSelected).forEach(J=>{var ae,E;J.name.toLocaleLowerCase().includes(c.value.toLocaleLowerCase())?(G.push(J),(ae=J.children)==null||ae.forEach(O=>{G.push({...J,realId:J.id,id:kr(10),value:O})}),G.push({...J,realId:J.id,id:kr(10),value:{id:c.value,name:c.value}})):((E=J.children)==null||E.forEach(O=>{O.name.toLocaleLowerCase().includes(c.value.toLocaleLowerCase())&&G.push({...J,realId:J.id,id:kr(10),value:O})}),G.push({...J,value:{id:c.value,name:c.value}}))}):G=e.data.filter(J=>!J.isSelected).slice(),L.value=G,e.valueBehavior===sn.NEEDKEY){const J=G.find(H=>!H.disabled);J&&(!v.value||v.value&&!G.some(H=>H.id===v.value))&&(v.value=J.id)}}function X(G){t("add",G??m.value),m.value=null,c.value="",ue(e.valueBehavior===sn.NEEDKEY)}function Z(){const G=o.value.innerText;G[G.length-1]===`
|
384
|
+
`||G[0]==="\r"?(B(G.slice(0,-1)),Z()):(G[0]===`
|
385
|
+
`||G[0]==="\r")&&(B(G.slice(1)),Z())}function B(G=""){var F;o.value&&(o.value.innerHTML=G||((F=m.value)==null?void 0:F.inputInnerHtml)||"")}return n({handleInputFocus:P,isFocus:f}),{popoverRef:u,inputRef:o,keyword:c,loading:y,remoteMenuList:k,menuList:L,menuHoverId:v,isFocus:f,usingItem:m,showPopover:g,showNoSelectValueError:d,debounceSetMenuList:b,documentArrowEvent:T,handleClickOutside:S,handleInputFocus:P,handleInputChange:W,handleInputKeyup:z,handleSelectItem:$,handleSelectCondtionItem:oe,handleMenuFooterClick:me,resolveClassName:s,t:i}},render(){var g,m;const{multiple:e,values:t,placeholder:n,inputInnerHtml:i}=this.usingItem||{},s=!((g=this.keyword)!=null&&g.length)&&!(t!=null&&t.length)&&n,o=this.loading||this.showNoSelectValueError||this.showPopover&&!!((m=this.menuList)!=null&&m.length),u=!this.usingItem&&this.showCondition,c=Object.assign({},this.$slots.menu?{default:v=>{var y,b;return(b=(y=this.$slots).menu)==null?void 0:b.call(y,v)}}:{}),d=()=>{var v;return r.withDirectives(r.createVNode("div",{ref:"inputRef",class:{"div-input":!0,"input-before":this.showInputBefore&&!((v=this.keyword)!=null&&v.length),"input-after":s},contenteditable:!0,"data-placeholder":!i&&!this.keyword?this.placeholder:"","data-tips":n||"",spellcheck:"false",onFocus:this.handleInputFocus,onInput:this.handleInputChange,onKeydown:this.handleInputKeyup},null),[[r.resolveDirective("clickoutside"),this.handleClickOutside]])},f=()=>{var v;return this.loading?r.createVNode("div",null,[this.t.loading]):this.showNoSelectValueError?r.createVNode("div",null,[this.t.filterQueryMustHasValue]):(v=this.menuList)!=null&&v.length?r.createVNode("div",{ref:"popoverRef",class:this.resolveClassName("search-select-popover")},[r.createVNode(sD,{list:this.menuList,keyword:this.keyword,multiple:!!e,hoverId:this.menuHoverId,selected:(t==null?void 0:t.map(y=>y.id))||[],conditions:u?this.conditions:[],onSelectItem:this.handleSelectItem,onSelectCondition:this.handleSelectCondtionItem,onFooterClick:this.handleMenuFooterClick},{...c})]):void 0};return r.createVNode(Yt,{trigger:"manual",theme:"light",placement:"bottom-start",arrow:!1,disableOutsideClick:!0,isShow:o},{default:d,content:f})}}),lD=r.defineComponent({name:"SearchSelected",props:{data:{type:Array,required:!0},selectedList:{type:Array,required:!0},overflowIndex:{type:Number,default:-1},conditions:{type:Array,default:()=>[]},getMenuList:Function,validateValues:Function,valueBehavior:String},emits:["delete"],setup(e,{emit:t}){const n=r.ref(null),{onEditClick:i,onEditEnter:s,onEditBlur:o,editKey:u,valueSplitCode:c}=rp();function d(b){t("delete",b)}function f(b,I,k){b.preventDefault(),b.stopPropagation(),i(I,k),setTimeout(()=>n.value.handleInputFocus(),200)}function g(b,I){s(b,I)}function m(b){b||o()}function v(){return!0}function y(b){const I=new ca(b.searchItem,b.type,c.value);return I.values=b.values.slice(),I}return{inputRef:n,editKey:u,copySeletedItem:y,handleDeleteSelected:d,handleEditSeleted:f,handleInputOutside:v,handleAddSelected:g,handleInputFocus:m}},render(){const e=(t,n)=>this.editKey===`${t.id}_${n}`?r.createVNode("div",{class:"selected-input",key:this.editKey.toString()},[r.createVNode(ap,{ref:"inputRef",key:this.editKey.toString(),mode:la.EDIT,data:this.data,showCondition:!1,conditions:this.conditions,defautUsingItem:this.copySeletedItem(t),clickOutside:this.handleInputOutside,getMenuList:this.getMenuList,validateValues:this.validateValues,valueBehavior:this.valueBehavior,onAdd:i=>this.handleAddSelected(i,n),onFocus:this.handleInputFocus},null)]):r.createVNode("li",{class:`search-container-selected ${(this.overflowIndex>=0?n<this.overflowIndex:n>=0)?"":"hidden-selected"}`,key:`${t.id}_${n}`},[r.createVNode("span",{class:"selected-name",onClick:i=>this.handleEditSeleted(i,t,n)},[t.inputInnerText]),r.createVNode(un,{class:"selected-clear",onClick:()=>this.handleDeleteSelected(n)},null)]);return r.createVNode(r.Fragment,null,[this.selectedList.map((t,n)=>[this.overflowIndex>=0&&n===this.overflowIndex&&r.createVNode("div",{class:"search-container-selected overflow-selected"},[r.createTextVNode("+"),this.selectedList.length-this.overflowIndex]),e(t,n)])])}}),cd=40,x6=6,cD={data:{type:Array,default:()=>[]},modelValue:{type:Array,default:()=>[]},shrink:{type:Boolean,default:!0},maxHeight:{type:Number,default:120},minHeight:{type:Number,default:26},conditions:{type:Array,default:()=>[]},clearable:{type:Boolean,default:!0},placeholder:String,getMenuList:Function,validateValues:Function,valueSplitCode:{type:String,default:"|"},uniqueSelect:{type:Boolean,default:!1},valueBehavior:{type:String,default:sn.ALL,validator(e){return[sn.ALL,sn.NEEDKEY].includes(e)}}},uD=r.defineComponent({name:"SearchSelect",directives:{clickoutside:ui},props:cD,emits:["update:modelValue","search"],setup(e,{emit:t}){const n=ft("searchSelect"),{resolveClassName:i}=Ql(),s=r.computed(()=>e.conditions===void 0?[{id:"or",name:n.value.or},{id:"and",name:n.value.and}]:e.conditions),o=r.ref(null),u=r.ref(null),c=r.ref(!1),d=r.ref([]),f=r.ref(-1),g=Rs(32,C),m=r.ref(""),v=r.ref(""),y=r.computed(()=>e.valueSplitCode),b=r.shallowRef([]);r.watch(()=>e.data,()=>{var z;b.value=JSON.parse(JSON.stringify(e.data)),(z=b.value)==null||z.forEach(R=>{R.isSelected=e.uniqueSelect&&!!e.modelValue.some(Q=>Q.id===R.id)})},{immediate:!0}),r.watch(()=>e.modelValue,z=>{var Q,$;if(!(z!=null&&z.length)){d.value=[],(Q=b.value)==null||Q.forEach(oe=>{oe.isSelected=!1});return}const R=[];z.forEach(oe=>{var be;const me=d.value.find(de=>de.id===oe.id&&de.name===oe.name);if((me==null?void 0:me.toValueKey())===JSON.stringify(oe))me.values=oe.values||[],R.push(me);else{let de=e.data.find(X=>X.id===oe.id),ue="default";de||(de=e.conditions.find(X=>X.id===oe.id),de&&(ue="condition")),!de&&!((be=oe.values)!=null&&be.length)&&(ue="text");const ee=new ca(de||oe,ue,y.value);ee.values=oe.values||[],R.push(ee)}}),d.value=R,($=b.value)==null||$.forEach(oe=>{oe.isSelected=e.uniqueSelect&&!!R.some(me=>me.id===oe.id)})},{immediate:!0,deep:!0}),r.onMounted(()=>{tD(u.value.querySelector(`.${i("search-select-container")}`),g)}),r.onBeforeUnmount(()=>{nD(u.value.querySelector(`.${i("search-select-container")}`),g)}),oD({onEditClick:I,onEditEnter:k,onEditBlur:L,onValidate:x,editKey:m,valueSplitCode:y});function I(z,R){m.value=`${z.id}_${R}`}function k(z,R){const Q=d.value.slice();Q.splice(R,1,z),t("update:modelValue",Q.map($=>$.toValue())),m.value=""}function L(){m.value="",x("")}function x(z){v.value=z||""}function C(){if(c.value||d.value.length<1){f.value=-1;return}const z=u.value.querySelector(`.${i("search-select-container")}`),R=u.value.querySelector(".search-container").clientWidth-x6-2,Q=z.querySelectorAll(".search-container-selected:not(.overflow-selected)");let $=0,oe=0,me=0;for(;oe===0&&$<=R-cd&&me<=Q.length-1;){const be=Q[me];if(be.clientHeight>e.minHeight){f.value=me;return}$+=be?be.clientWidth+x6:0,$>=R-cd&&(oe=me),me+=1}if(oe===Q.length-1&&$<=R){f.value=-1;return}f.value=$>=R-cd?oe:oe-1}function N(){m.value||o.value.handleInputFocus()}function M(){d.value=[],f.value=-1,t("update:modelValue",[])}function T(z){var R;return!((R=u.value)!=null&&R.contains(z))}function j(z){const R=d.value.slice();R.push(z),x(""),t("update:modelValue",R.map(Q=>Q.toValue()))}function S(z){const R=d.value.slice();R.splice(typeof z=="number"?z:d.value.length-1,1),x(""),t("update:modelValue",R.map(Q=>Q.toValue()))}function P(z){var R;z&&(f.value=-1),z===!1&&((R=u.value.querySelector(`.${i("search-select-container")}`))==null||R.scrollTo(0,0)),c.value=z}function W(z){t("search",z)}return{inputRef:o,wrapRef:u,isFocus:c,copyData:b,selectedList:d,overflowIndex:f,validateStr:v,splitCode:y,onEditClick:I,onEditEnter:k,handleWrapClick:N,handleInputFocus:P,handleResize:C,handleClearAll:M,handleInputOutside:T,handleAddSelected:j,handleDeleteSelected:S,handleClickSearch:W,localConditions:s,resolveClassName:i,t:n}},render(){var i,s;const e=`${!this.shrink||this.isFocus?this.maxHeight:this.minHeight}px`,t=!!this.selectedList.length&&this.selectedList.slice(-1)[0].type!=="condition",n=Object.assign({},this.$slots.menu?{menu:o=>{var u,c;return(c=(u=this.$slots).menu)==null?void 0:c.call(u,o)}}:{});return r.createVNode("div",{class:this.resolveClassName("search-select"),ref:"wrapRef"},[r.createVNode("div",{class:{[this.resolveClassName("search-select-container")]:!0,"is-focus":this.isFocus},onClick:this.handleWrapClick},[r.createVNode("div",{class:"search-prefix"},[(s=(i=this.$slots).prepend)==null?void 0:s.call(i)]),r.createVNode("div",{class:"search-container",style:{maxHeight:e}},[r.createVNode(lD,{data:this.copyData,conditions:this.localConditions,selectedList:this.selectedList,overflowIndex:this.overflowIndex,getMenuList:this.getMenuList,validateValues:this.validateValues,valueBehavior:this.valueBehavior,onDelete:this.handleDeleteSelected},{...n}),r.createVNode("div",{class:"search-container-input"},[r.createVNode(ap,{ref:"inputRef",data:this.copyData,showInputBefore:!this.selectedList.length,showCondition:t,conditions:this.localConditions,placeholder:this.placeholder||this.t.pleaseSelect,clickOutside:this.handleInputOutside,getMenuList:this.getMenuList,validateValues:this.validateValues,valueBehavior:this.valueBehavior,onAdd:this.handleAddSelected,onDelete:this.handleDeleteSelected,onFocus:this.handleInputFocus},{...n})])]),r.createVNode("div",{class:"search-nextfix"},[this.clearable&&!!this.selectedList.length&&r.createVNode(fn,{class:"search-clear",onClick:this.handleClearAll},null),this.$slots.append?this.$slots.append():r.createVNode(Pr,{onClick:this.handleClickSearch,class:`search-nextfix-icon ${this.isFocus?"is-focus":""}`},null)])]),!!this.validateStr.length&&r.createVNode("div",{class:this.resolveClassName("search-select-tips")},[this.$slots.validate?this.$slots.validate():r.createVNode(r.Fragment,null,[r.createVNode(Fs,{class:"select-tips"},null),this.validateStr||""])])])}}),sp=Fe(uD);function dD(){return ze("trigger",{}).def("hover")}const fD={trigger:dD(),title:p.string.def(""),content:p.string.def(""),confirmText:p.string.def(""),cancelText:p.string.def(""),placement:p.oneOfType([vf().def(Ma.TOP),p.string]).def(Ma.TOP),theme:p.string.def("light "),icon:p.string.def(""),width:p.oneOfType([p.string,p.number]).def("auto")},hD=r.defineComponent({name:"PopConfirm",components:{BkPopover:Yt,BkButton:Et},props:fD,emits:["confirm","cancel"],setup(e,{emit:t,slots:n}){const i=r.ref(!1),s=ft("popConfirm");function o(f){i.value=!1,t("confirm"),f.stopPropagation()}function u(f){i.value=!1,t("cancel"),f.stopPropagation()}function c(){return typeof n.icon=="function"?n.icon():e.icon}const d=c();return()=>r.createVNode(Yt,{isShow:i.value,trigger:e.trigger,theme:e.theme,width:e.width,onAfterShow:()=>i.value=!0,extCls:"bk-pop-confirm-box"},{default:()=>n.default(),content:()=>r.createVNode("div",{class:"bk-pop-confirm"},[typeof n.content=="function"?n.content():r.createVNode(r.Fragment,null,[e.title?r.createVNode("div",{class:"bk-pop-confirm-title"},[d?r.createVNode("span",{class:"bk-pop-confirm-icon"},[d]):"",r.createVNode("span",null,[e.title])]):"",r.createVNode("div",{class:"bk-pop-confirm-content"},[e.title?"":d,e.content])]),r.createVNode("div",{class:"bk-pop-confirm-footer"},[r.createVNode(Et,{onClick:o,size:"small",theme:"primary"},{default:()=>[s.value.ok]}),r.createVNode(Et,{onClick:u,size:"small"},{default:()=>[s.value.cancel]})])])})}}),op=Fe(hD),ud=Object.freeze(Object.defineProperty({__proto__:null,$bkPopover:qf,Affix:yg,Alert:mg,AnimateNumber:vg,Backtop:bg,Badge:Cg,Breadcrumb:wg,Button:Et,Card:Ng,Cascader:z4,Checkbox:Gn,CodeDiff:X4,Collapse:Tg,ColorPicker:ep,ConfigProvider:gg,Container:xl,DatePicker:M4,Dialog:Sg,Divider:W1,Dropdown:O4,Exception:pc,FixedNavbar:Dg,Form:j4,InfoBox:e4,Input:jr,Link:jg,Loading:qi,Menu:r4,Message:q1,Modal:Or,Navigation:a4,Notify:t4,OverflowTitle:e1,Pagination:r0,PopConfirm:op,Popover:Yt,Popover2:Fg,Process:Q4,Progress:Es,Radio:Ug,Rate:$g,ResizeLayout:J4,SearchSelect:sp,Select:t0,Sideslider:h1,Slider:V4,Steps:g1,Swiper:Kg,Switcher:p1,Tab:G1,Table:J1,TableColumn:R1,Tag:Ta,TagInput:_1,TimeLine:R4,TimePicker:tp,Transfer:I4,Tree:D4,Upload:H4,VirtualRender:za,containerProps:xl},Symbol.toStringTag,{value:"Module"})),S6=(e="Bk")=>(t,n)=>{const i=t.config.globalProperties.bkUIPrefix||e;Object.keys(ud).forEach(s=>{const o=ud[s];"install"in o?t.use(o,{prefix:i}):t.component(i+s,ud[s])}),n&&yf(n)},gD={createInstall:S6,install:S6(),version:"0.0.1"};exports.$bkPopover=qf;exports.Affix=yg;exports.Alert=mg;exports.AnimateNumber=vg;exports.Backtop=bg;exports.Badge=Cg;exports.Breadcrumb=wg;exports.Button=Et;exports.Card=Ng;exports.Cascader=z4;exports.Checkbox=Gn;exports.CodeDiff=X4;exports.Collapse=Tg;exports.ColorPicker=ep;exports.ConfigProvider=gg;exports.Container=xl;exports.DatePicker=M4;exports.Dialog=Sg;exports.Divider=W1;exports.Dropdown=O4;exports.Exception=pc;exports.FixedNavbar=Dg;exports.Form=j4;exports.InfoBox=e4;exports.Input=jr;exports.Link=jg;exports.Loading=qi;exports.Menu=r4;exports.Message=q1;exports.Modal=Or;exports.Navigation=a4;exports.Notify=t4;exports.OverflowTitle=e1;exports.Pagination=r0;exports.PopConfirm=op;exports.Popover=Yt;exports.Popover2=Fg;exports.Process=Q4;exports.Progress=Es;exports.Radio=Ug;exports.Rate=$g;exports.ResizeLayout=J4;exports.SearchSelect=sp;exports.Select=t0;exports.Sideslider=h1;exports.Slider=V4;exports.Steps=g1;exports.Swiper=Kg;exports.Switcher=p1;exports.Tab=G1;exports.Table=J1;exports.TableColumn=R1;exports.Tag=Ta;exports.TagInput=_1;exports.TimeLine=R4;exports.TimePicker=tp;exports.Transfer=I4;exports.Tree=D4;exports.Upload=H4;exports.VirtualRender=za;exports.bkEllipsis=_7;exports.bkEllipsisInstance=e0;exports.bkTooltips=Pa;exports.clickoutside=ui;exports.containerProps=xl;exports.default=gD;exports.mousewheel=V7;exports.overflowTitle=N7;exports.provideGlobalConfig=yf;exports.setPrefixVariable=vd;exports.useGlobalConfig=pw;exports.useLocale=ft;exports.usePrefix=Ql;
|