bkui-vue 0.0.1-beta.465 → 0.0.1-beta.466
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +3 -3
- package/dist/index.esm.js +22 -22
- package/dist/index.umd.js +3 -3
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/directives/index.js +1 -1
- package/lib/plugin-popover/index.js +1 -1
- package/lib/popover/index.d.ts +12 -12
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.d.ts +6 -6
- package/lib/popover/props.d.ts +2 -2
- package/lib/popover/root.d.ts +11 -0
- package/lib/select/index.d.ts +12 -12
- package/lib/select/select.d.ts +6 -6
- package/lib/slider/index.d.ts +4 -4
- package/lib/slider/index.js +1 -1
- package/lib/slider/slider.d.ts +2 -2
- package/lib/table/index.js +1 -1
- package/lib/table/table.css +3 -0
- package/lib/table/table.less +4 -0
- package/lib/table/table.variable.css +3 -0
- package/lib/table-column/index.js +1 -1
- package/lib/tag-input/index.d.ts +6 -6
- package/lib/tag-input/tag-input.d.ts +4 -4
- package/lib/tag-input/tag-input.less +11 -11
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/virtual-render/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -42,7 +42,7 @@ ${Gl(o.join(`
|
|
42
42
|
`))}`),c}}:{type:i})}function Tw(e){return Ee("arrayOf",{type:Array,validator(t){let n="";const i=t.every(s=>(n=Br(e,s,!0),n===!0));return i||Jt(`arrayOf - value validation error:
|
43
43
|
${Gl(n)}`),i}})}function xw(e){return Ee("instanceOf",{type:e})}function Sw(e){return Ee("objectOf",{type:Object,validator(t){let n="";const i=Object.keys(t).every(s=>(n=Br(e,t[s],!0),n===!0));return i||Jt(`objectOf - value validation error:
|
44
44
|
${Gl(n)}`),i}})}function Dw(e){const t=Object.keys(e),n=t.filter(s=>{var o;return!((o=e[s])===null||o===void 0||!o.required)}),i=Ee("shape",{type:Object,validator(s){if(!Jr(s))return!1;const o=Object.keys(s);if(n.length>0&&n.some(c=>o.indexOf(c)===-1)){const c=n.filter(u=>o.indexOf(u)===-1);return Jt(c.length===1?`shape - required property "${c[0]}" is not defined.`:`shape - required properties "${c.join('", "')}" are not defined.`),!1}return o.every(c=>{if(t.indexOf(c)===-1)return this._vueTypes_isLoose===!0||(Jt(`shape - shape definition does not include a "${c}" property. Allowed keys: "${t.join('", "')}".`),!1);const u=Br(e[c],s[c],!0);return typeof u=="string"&&Jt(`shape - "${c}" property validation error:
|
45
|
-
${Gl(u)}`),u===!0})}});return Object.defineProperty(i,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(i,"loose",{get(){return this._vueTypes_isLoose=!0,this}}),i}const jw=["name","validate","getter"],Ow=(()=>{var e,t;return t=e=class{static get any(){return bw()}static get func(){return Cw().def(this.defaults.func)}static get bool(){return ww().def(this.defaults.bool)}static get string(){return ln().def(this.defaults.string)}static get number(){return vg().def(this.defaults.number)}static get array(){return Cf().def(this.defaults.array)}static get object(){return yg().def(this.defaults.object)}static get integer(){return Mw().def(this.defaults.integer)}static get symbol(){return Iw()}static extend(n){if(Da(n))return n.forEach(f=>this.extend(f)),this;const{name:i,validate:s=!1,getter:o=!1}=n,c=dg(n,jw);if(Sa(this,i))throw new TypeError(`[VueTypes error]: Type "${i}" already defined`);const{type:u}=c;if(Il(u))return delete c.type,Object.defineProperty(this,i,o?{get:()=>p3(i,u,c)}:{value(...f){const g=p3(i,u,c);return g.validator&&(g.validator=g.validator.bind(g,...f)),g}});let d;return d=o?{get(){const f=Object.assign({},c);return s?di(i,f):Ee(i,f)},enumerable:!0}:{value(...f){const g=Object.assign({},c);let p;return p=s?di(i,g):Ee(i,g),g.validator&&(p.validator=g.validator.bind(p,...f)),p},enumerable:!0},Object.defineProperty(this,i,d)}},e.defaults={},e.sensibleDefaults=void 0,e.config=xd,e.custom=Nw,e.oneOf=Lw,e.instanceOf=xw,e.oneOfType=kw,e.arrayOf=Tw,e.objectOf=Sw,e.shape=Dw,e.utils={validate:(n,i)=>Br(i,n,!0)===!0,toType:(n,i,s=!1)=>s?di(n,i):Ee(n,i)},t})();function bg(e={func:()=>{},bool:!0,string:"",number:0,array:()=>[],object:()=>({}),integer:0}){var t,n;return n=t=class extends Ow{static get sensibleDefaults(){return Ts({},this.defaults)}static set sensibleDefaults(i){this.defaults=i!==!1?Ts({},i!==!0?i:e):{}}},t.defaults=Ts({},e),n}class xj extends bg(){}const Aw=bg({});function Cg(e){return e.reduce((t,n)=>(t[n]=n,t),Object.create(null))}var wf=(e=>(e.SMALL="small",e.LARGE="large",e.DEFAULT="default",e))(wf||{});function Mf(){return ln().def("show")}var Nl=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e))(Nl||{});function Sd(){return ln().def("left")}var Zl=(e=>(e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.DANGER="danger",e))(Zl||{}),Oa=(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))(Oa||{});function If(){return ln().def("bottom")}function wg(){return ln().def("hover")}var Yl=(e=>(e.AUTO="auto",e.SHOWN="shown",e))(Yl||{});function Ew(){return Ee("popRenderType",{}).def("shown")}function Mg(){return Ee("dialogType",{default:"operation"})}function Ig(){return Ee("direction",{}).def("horizontal")}function Ng(){return Ee("lineType",{}).def("dashed")}var Lg=(e=>(e.SUCCESS="success",e.INFO="info",e.WARNING="warning",e.DANGER="danger",e))(Lg||{});function Ul(){return Ee("tagTheme",{}).def()}function kg(){return Ee("behavior",{}).def("normal")}class m extends Aw{static size(){const t=["small","default","large"];return Ee("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 Ee("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 Ee("Placements",{validator:n=>!!(!n||t.includes(n)),default:"top"})}static style(){return Ee("Style",{type:[String,Object]})}static position(t=["top-left","top-right","bottom-left","bottom-right"]){return Ee("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 dl=(e=>(e.CHECKBOX="checkbox",e.CHECK="check",e))(dl||{});function Pw(){return Ee("selectedStyle",{}).def("check")}function Ae(e,t=""){return Object.entries(e).filter(n=>n[1]).map(n=>n[0]).join(" ").concat(t?` ${t}`:"")}const Tg=Object.create({}),xg=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),fn=(e,t,n=!1,i)=>(e.install=function(s,{prefix:o}={}){const c=s.config.globalProperties.bkUIPrefix||o||"Bk";i&&s.directive(c+i.name,i.directive),s.component(c+e.name,e),!n&&Object.values(t).forEach(u=>{s.component(c+u.name,u)})},Object.keys(t).forEach(s=>{e[s]=t[s]}),e);function Z(e,t="bk"){return`${t}-${e}`}function Zs(e=300,t,n=!1){let i,s;const o=function(){const c=this,u=arguments;if(i&&clearTimeout(i),n){const d=!i;i=setTimeout(()=>{i=null},e),d&&(s=t.apply(c,u))}else i=setTimeout(()=>{t.apply(c,u)},e);return s};return o.cancel=function(){clearTimeout(i),i=null},o}function Ca(e=[],t=[]){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++){if(Array.isArray(e[n]))return Ca(e[n],t[n]);if(e[n]!==t[n])return!1}return!0}const zw={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:"复制失败"}},$l=Symbol("rootProviderData"),Aa={locale:zw,prefix:"bk"},Dd=e=>{document.documentElement.style.setProperty("--bk-prefix",e||Aa.prefix)},Nf=e=>{const t=r.reactive({...rt.merge(Aa,e)});Dd(e.prefix),Object.keys(e).forEach(n=>{r.watch(()=>e[n],()=>{n==="prefix"&&Dd(e[n]),t[n]=e[n]})}),r.provide($l,t)},Vw=()=>{const e=r.inject($l,Aa);return r.computed(()=>e)},Rw={locale:{type:Object},prefix:{type:String,default:"bk"}},Jw=r.defineComponent({name:"ConfigProvider",inheritAttrs:!1,props:Rw,setup(e,{slots:t}){return Nf(e),()=>{var n;return(n=t.default)==null?void 0:n.call(t)}}});function ft(e){const t=r.inject($l,Aa);return r.computed(()=>{const{locale:n}=t;return n&&e?n[e]:{}})}function Kl(){const e=r.inject($l,Aa),t=r.computed(()=>{const{prefix:i}=e;return i||""});function n(i){return`${t.value}-${i.replace(new RegExp(`^${Aa.prefix}-`),"")}`}return{prefix:t,resolveClassName:n}}const Sg=Fe(Jw);function Dg(e,t,n){return r.h(e.name,{key:t,...e.attributes,style:`${e.attributes.style} ${n||""}`},(e.elements||[]).map((i,s)=>Dg(i,`${t}-${e.name}-${s}`)))}const Ie=(e,t)=>{const{data:n,name:i,width:s,height:o,fill:c,...u}={...t.attrs,...e},d=`width: ${s}; height: ${o}; fill: ${c}`,f={display:"inline-flex","align-items":"center","justify-content":"center"};return r.createVNode("span",r.mergeProps({style:f},u),[Dg(n,i,d)])};Ie.inheritAttrs=!1;Ie.displayName="bkIcon";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":"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"}}]}'),Xl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Qw,name:"angleDoubleDownLine"}),null)};Xl.displayName="angleDoubleDownLine";Xl.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":"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"}}]}'),Lf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:_w,name:"angleDoubleLeftLine"}),null)};Lf.displayName="angleDoubleLeftLine";Lf.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":"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"}}]}'),Ea=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Ww,name:"angleDoubleLeft"}),null)};Ea.displayName="angleDoubleLeft";Ea.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":"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"}}]}'),kf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Hw,name:"angleDoubleRightLine"}),null)};kf.displayName="angleDoubleRightLine";kf.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":"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"}}]}'),Pa=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Bw,name:"angleDoubleRight"}),null)};Pa.displayName="angleDoubleRight";Pa.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":"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"}}]}'),ql=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Fw,name:"angleDoubleUpLine"}),null)};ql.displayName="angleDoubleUpLine";ql.inheritAttrs=!1;const Gw=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"}}]}'),ec=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Gw,name:"angleDownFill"}),null)};ec.displayName="angleDownFill";ec.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 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}'),Tf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Zw,name:"angleDownLine"}),null)};Tf.displayName="angleDownLine";Tf.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":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),Ys=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Yw,name:"angleDown"}),null)};Ys.displayName="angleDown";Ys.inheritAttrs=!1;const Uw=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"}}]}'),pi=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Uw,name:"angleLeft"}),null)};pi.displayName="angleLeft";pi.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":"M424 728L376 680 552 504 376 328 424 280 648 504 424 728z"}}]}'),Jn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:$w,name:"angleRight"}),null)};Jn.displayName="angleRight";Jn.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":"M512 704L96 256 187.04 256 512 256 836.96 256 928 256 512 704z"}}]}'),Us=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Kw,name:"angleUpFill"}),null)};Us.displayName="angleUpFill";Us.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":"M512 368L736 592 688 640 512 464 336 640 288 592 512 368z"}}]}'),Fr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Xw,name:"angleUp"}),null)};Fr.displayName="angleUp";Fr.inheritAttrs=!1;const qw=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"}}]}'),tc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:qw,name:"archiveFill"}),null)};tc.displayName="archiveFill";tc.inheritAttrs=!1;const eM=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"}}]}'),nc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:eM,name:"arrowsLeft"}),null)};nc.displayName="arrowsLeft";nc.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":"M608 480H288v64H608l-96 96 48 48L736 512l-176-176L512 384Z"}}]}'),ic=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:tM,name:"arrowsRight"}),null)};ic.displayName="arrowsRight";ic.inheritAttrs=!1;const nM=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"}}]}'),rc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:nM,name:"audioFill"}),null)};rc.displayName="audioFill";rc.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":"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"}}]}'),xf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:iM,name:"bk"}),null)};xf.displayName="bk";xf.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":"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"}}]}'),$s=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:rM,name:"circle"}),null)};$s.displayName="circle";$s.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":{"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"}}]}'),Ks=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:aM,name:"closeLine"}),null)};Ks.displayName="closeLine";Ks.inheritAttrs=!1;const sM=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"}}]}'),hn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:sM,name:"close"}),null)};hn.displayName="close";hn.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":"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"}}]}'),Sf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:oM,name:"code"}),null)};Sf.displayName="code";Sf.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":"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"}}]}'),ac=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:lM,name:"cogShape"}),null)};ac.displayName="cogShape";ac.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":"M496 216l-76.32 76.32 152.64 152.8H64v101.76H572.16l-152.48 152.8L496 776 775.52 496Zm362.4 0v560H960v-560Z"}}]}'),sc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:cM,name:"collapseLeft"}),null)};sc.displayName="collapseLeft";sc.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":{"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"}}]}'),oc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:uM,name:"copyShape"}),null)};oc.displayName="copyShape";oc.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":"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"}}]}'),Df=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:dM,name:"copy"}),null)};Df.displayName="copy";Df.inheritAttrs=!1;const fM=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"}}]}'),jf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:fM,name:"dataShape"}),null)};jf.displayName="dataShape";jf.inheritAttrs=!1;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":"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"}}]}'),za=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:hM,name:"del"}),null)};za.displayName="del";za.inheritAttrs=!1;const gM=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"}}]}'),Of=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:gM,name:"docFill"}),null)};Of.displayName="docFill";Of.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":"M704 352l48 48-304 304-176-176 48-48 128 128z"}}]}'),fr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:mM,name:"done"}),null)};fr.displayName="done";fr.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 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"}}]}'),Xs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:pM,name:"downShape"}),null)};Xs.displayName="downShape";Xs.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":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),zs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:vM,name:"downSmall"}),null)};zs.displayName="downSmall";zs.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":"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"}}]}'),lc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:yM,name:"editLine"}),null)};lc.displayName="editLine";lc.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":"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"}}]}'),Vs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:bM,name:"ellipsis"}),null)};Vs.displayName="ellipsis";Vs.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":"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"}}]}'),Af=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:CM,name:"enlargeLine"}),null)};Af.displayName="enlargeLine";Af.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":{"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"}}]}'),dn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:wM,name:"error"}),null)};dn.displayName="error";dn.inheritAttrs=!1;const MM=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"}}]}'),Ef=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:MM,name:"excelFill"}),null)};Ef.displayName="excelFill";Ef.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":"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"}}]}'),qs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:IM,name:"exclamationCircleShape"}),null)};qs.displayName="exclamationCircleShape";qs.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"}}]}'),cc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:NM,name:"eye"}),null)};cc.displayName="eye";cc.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":"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"}}]}'),Pf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:LM,name:"filliscreenLine"}),null)};Pf.displayName="filliscreenLine";Pf.inheritAttrs=!1;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":{"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"}}]}'),uc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:kM,name:"fixLine"}),null)};uc.displayName="fixLine";uc.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":{"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"}}]}'),dc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:TM,name:"fixShape"}),null)};dc.displayName="fixShape";dc.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":"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"}}]}'),zf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:xM,name:"folderOpen"}),null)};zf.displayName="folderOpen";zf.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":"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"}}]}'),fc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:SM,name:"folderShapeOpen"}),null)};fc.displayName="folderShapeOpen";fc.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":"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"}}]}'),Vf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:DM,name:"folderShape"}),null)};Vf.displayName="folderShape";Vf.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":"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"}}]}'),hc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:jM,name:"folder"}),null)};hc.displayName="folder";hc.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":"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"}}]}'),gc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:OM,name:"funnel"}),null)};gc.displayName="funnel";gc.inheritAttrs=!1;const AM=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"}}]}'),Rf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:AM,name:"helpDocumentFill"}),null)};Rf.displayName="helpDocumentFill";Rf.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 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"}}]}'),Jf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:EM,name:"helpFill"}),null)};Jf.displayName="helpFill";Jf.inheritAttrs=!1;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 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"}}]}'),Qf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:PM,name:"help"}),null)};Qf.displayName="help";Qf.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 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"}}]}'),mc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:zM,name:"imageFill"}),null)};mc.displayName="imageFill";mc.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":"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"}}]}'),_f=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:VM,name:"imgError"}),null)};_f.displayName="imgError";_f.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":"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"}}]}'),Wf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:RM,name:"imgPlacehoulder"}),null)};Wf.displayName="imgPlacehoulder";Wf.inheritAttrs=!1;const JM=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"}}]}'),pc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:JM,name:"infoLine"}),null)};pc.displayName="infoLine";pc.inheritAttrs=!1;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 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"}}]}'),eo=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:QM,name:"info"}),null)};eo.displayName="info";eo.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":"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"}}]}'),Hf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:_M,name:"leftShape"}),null)};Hf.displayName="leftShape";Hf.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":"M192 512a320 320 0 1 0 76.96-208H352v64H160V176h64v82.08A384 384 0 1 1 128 512Z"}}]}'),Bf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:WM,name:"leftTurnLine"}),null)};Bf.displayName="leftTurnLine";Bf.inheritAttrs=!1;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":"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"}}]}'),Ff=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:HM,name:"narrowLine"}),null)};Ff.displayName="narrowLine";Ff.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":"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"}}]}'),Gf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:BM,name:"original"}),null)};Gf.displayName="original";Gf.inheritAttrs=!1;const FM=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"}}]}'),Zf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:FM,name:"pdfFill"}),null)};Zf.displayName="pdfFill";Zf.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":"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"}}]}'),Yf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:GM,name:"playShape"}),null)};Yf.displayName="playShape";Yf.inheritAttrs=!1;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":"M736 480L544 480 544 288 480 288 480 480 288 480 288 544 480 544 480 736 544 736 544 544 736 544z"}}]}'),to=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:ZM,name:"plus"}),null)};to.displayName="plus";to.inheritAttrs=!1;const YM=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"}}]}'),Uf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:YM,name:"pptFill"}),null)};Uf.displayName="pptFill";Uf.inheritAttrs=!1;const UM=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"}}]}'),$f=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:UM,name:"qq"}),null)};$f.displayName="qq";$f.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":"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"}}]}'),no=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:$M,name:"rightShape"}),null)};no.displayName="rightShape";no.inheritAttrs=!1;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":"M832 512a320 320 0 1 1-76.96-208H672v64H864V176H800v82.08A384 384 0 1 0 896 512Z"}}]}'),vc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:KM,name:"rightTurnLine"}),null)};vc.displayName="rightTurnLine";vc.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":"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"}}]}'),Gr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:XM,name:"search"}),null)};Gr.displayName="search";Gr.inheritAttrs=!1;const qM=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"}}]}'),Kf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:qM,name:"share"}),null)};Kf.displayName="share";Kf.inheritAttrs=!1;const eI=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"}}]}]}'),Wa=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:eI,name:"spinner"}),null)};Wa.displayName="spinner";Wa.inheritAttrs=!1;const tI=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"}}]}'),Ha=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:tI,name:"success"}),null)};Ha.displayName="success";Ha.inheritAttrs=!1;const nI=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"}}]}'),yc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:nI,name:"switcherLoading"}),null)};yc.displayName="switcherLoading";yc.inheritAttrs=!1;const iI=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"}}]}'),bc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:iI,name:"textFile"}),null)};bc.displayName="textFile";bc.inheritAttrs=!1;const rI=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"}}]}'),wa=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:rI,name:"textFill"}),null)};wa.displayName="textFill";wa.inheritAttrs=!1;const aI=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(Ie,r.mergeProps(n,{data:aI,name:"transfer"}),null)};Cc.displayName="transfer";Cc.inheritAttrs=!1;const sI=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"}}]}'),wc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:sI,name:"treeApplicationShape"}),null)};wc.displayName="treeApplicationShape";wc.inheritAttrs=!1;const oI=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"}}]}'),Xf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:oI,name:"unfullScreen"}),null)};Xf.displayName="unfullScreen";Xf.inheritAttrs=!1;const lI=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"}}]}'),Mc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:lI,name:"unvisible"}),null)};Mc.displayName="unvisible";Mc.inheritAttrs=!1;const cI=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"}}]}'),qf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:cI,name:"upShape"}),null)};qf.displayName="upShape";qf.inheritAttrs=!1;const uI=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"}}]}'),Rs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:uI,name:"upload"}),null)};Rs.displayName="upload";Rs.inheritAttrs=!1;const dI=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"}}]}'),Ic=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:dI,name:"videoFill"}),null)};Ic.displayName="videoFill";Ic.inheritAttrs=!1;const fI=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"}}]}'),Ba=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:fI,name:"warn"}),null)};Ba.displayName="warn";Ba.inheritAttrs=!1;const hI=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"}}]}'),Nc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:hI,name:"weixinPro"}),null)};Nc.displayName="weixinPro";Nc.inheritAttrs=!1;const gI=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"}}]}'),e0=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:gI,name:"weixin"}),null)};e0.displayName="weixin";e0.inheritAttrs=!1;const mI=Object.freeze(Object.defineProperty({__proto__:null,AngleDoubleDownLine:Xl,AngleDoubleLeft:Ea,AngleDoubleLeftLine:Lf,AngleDoubleRight:Pa,AngleDoubleRightLine:kf,AngleDoubleUpLine:ql,AngleDown:Ys,AngleDownFill:ec,AngleDownLine:Tf,AngleLeft:pi,AngleRight:Jn,AngleUp:Fr,AngleUpFill:Us,ArchiveFill:tc,ArrowsLeft:nc,ArrowsRight:ic,AudioFill:rc,Bk:xf,Circle:$s,Close:hn,CloseLine:Ks,Code:Sf,CogShape:ac,CollapseLeft:sc,Copy:Df,CopyShape:oc,DataShape:jf,Del:za,DocFill:Of,Done:fr,DownShape:Xs,DownSmall:zs,EditLine:lc,Ellipsis:Vs,EnlargeLine:Af,Error:dn,ExcelFill:Ef,ExclamationCircleShape:qs,Eye:cc,FilliscreenLine:Pf,FixLine:uc,FixShape:dc,Folder:hc,FolderOpen:zf,FolderShape:Vf,FolderShapeOpen:fc,Funnel:gc,Help:Qf,HelpDocumentFill:Rf,HelpFill:Jf,ImageFill:mc,ImgError:_f,ImgPlacehoulder:Wf,Info:eo,InfoLine:pc,LeftShape:Hf,LeftTurnLine:Bf,NarrowLine:Ff,Original:Gf,PdfFill:Zf,PlayShape:Yf,Plus:to,PptFill:Uf,Qq:$f,RightShape:no,RightTurnLine:vc,Search:Gr,Share:Kf,Spinner:Wa,Success:Ha,SwitcherLoading:yc,TextFile:bc,TextFill:wa,Transfer:Cc,TreeApplicationShape:wc,UnfullScreen:Xf,Unvisible:Mc,UpShape:qf,Upload:Rs,VideoFill:Ic,Warn:Ba,Weixin:e0,WeixinPro:Nc},Symbol.toStringTag,{value:"Module"})),pI=r.defineComponent({name:"Alert",props:{theme:Ul().def(Lg.INFO),size:m.string,title:m.string,closable:m.bool.def(!1),closeText:m.string,showIcon:m.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=Ae({"bk-alert-close":!0,"close-text":e,"bk-alert-close-icon":!e}),n=Ae({"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(pc,{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(Ks,null,null)])])])}}),jg=Fe(pI),vI=r.defineComponent({name:"AnimateNumber",props:{value:m.number.def(0),digits:m.number.def(0)},setup(e){let t=-1;const n=r.ref(0),i=r.computed(()=>Number(n.value).toFixed(e.digits)),s=(o,c)=>{if(Number.isNaN(+c))return 0;const u=Math.abs(c-o),d=c-o>0?1:-1,f=Math.ceil(u/30*10**e.digits)/10**e.digits,p=25/Math.ceil(u/f);let v=1;const y=()=>{if(v<p){t=requestAnimationFrame(y),v=v+1;return}n.value+=f*d,(d===1?n.value<c:n.value>c)?(t=requestAnimationFrame(y),v=1):n.value=c};y()};return r.watch(()=>e.value,(o,c)=>{s(c,o)}),r.onMounted(()=>{s(0,e.value)}),r.onBeforeUnmount(()=>{cancelAnimationFrame(t)}),()=>r.createVNode("span",null,[i.value])}}),Og=Fe(vI),tl=(()=>document.addEventListener?(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&n&&e.attachEvent(`on${t}`,n)})(),cd=(()=>document.removeEventListener?(e,t,n)=>{e&&t&&e.removeEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&e.detachEvent(`on${t}`,n)})(),yI=r.defineComponent({name:"Affix",props:{offsetTop:m.number.def(0),offsetBottom:m.number,target:m.string.def(""),zIndex:m.number.def(1e3)},emits:["change"],setup(e,{emit:t,slots:n}){const i=r.ref(null),s=r.ref(null),o=r.ref(),c=r.ref({}),{proxy:u}=r.getCurrentInstance(),d=r.ref(0),f=r.computed(()=>({...c.value,"z-index":e.zIndex}));r.onMounted(()=>{d.value=u.$el.offsetWidth,o.value=e.target?document.querySelector(e.target):window,tl(o.value,"scroll",b),tl(o.value,"resize",b),r.nextTick(()=>{k()})});const g=r.ref(!1),p=r.computed(()=>Ae({"bk-affix":g.value})),v=r.computed(()=>e.offsetBottom>=0?"bottom":"top"),y=()=>{v.value==="top"?c.value={top:`${o.value.getBoundingClientRect().top+e.offsetTop}px`}:c.value={bottom:`${window.innerHeight-o.value.getBoundingClientRect().bottom+e.offsetBottom}px`}},b=rt.throttle(()=>{k()},100),I=L=>{const x=L.value.getBoundingClientRect(),w=o.value===window?{top:0,left:0}:o.value.getBoundingClientRect(),N=o.value.clientTop||0,M=o.value.clientLeft||0;return{top:x.top-w.top-N,left:x.left-w.left-M}},k=()=>{const L=o.value===window?{top:0,left:0,bottom:window.innerHeight}:o.value.getBoundingClientRect(),x=I(s),w=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,c.value={position:"fixed",top:`${L.top+e.offsetTop}px`,left:`${L.left+x.left}px`,width:`${d.value}px`},o.value!==window&&tl(window,"scroll",y),t("change",!0)):x.top>e.offsetTop&&v.value==="top"&&g.value&&(g.value=!1,c.value=null,t("change",!1)),x.top+e.offsetBottom+N>w&&v.value==="bottom"&&!g.value?(g.value=!0,c.value={bottom:`${window.innerHeight-L.bottom+e.offsetBottom}px`,left:`${L.left+x.left}px`,width:`${d.value}px`},o.value!==window&&tl(window,"scroll",y),t("change",!0)):x.top+e.offsetBottom+N<w&&v.value==="bottom"&&g.value&&(g.value=!1,c.value=null,t("change",!1))};return r.onBeforeUnmount(()=>{cd(o.value,"scroll",b),cd(o.value,"resize",b),cd(window,"scroll",y)}),()=>{var L;return r.createVNode("div",{ref:s},[r.createVNode("div",{ref:i,class:p.value,style:f.value},[(L=n.default)==null?void 0:L.call(n)])])}}}),Ag=Fe(yI),bI=r.defineComponent({name:"Backtop",props:{visibilityHeight:m.number.def(200),target:m.string.def(""),right:m.number.def(40),bottom:m.number.def(40),extCls:m.string.def("")},setup(e,{slots:t}){const n=r.ref(null),i=r.ref(null),s=r.ref(!1),o=r.ref(gi.getModalNextIndex()),c=`${e.bottom}px`,u=`${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=gi.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:u,bottom:c,zIndex:o.value},onClick:f},[((g=t.default)==null?void 0:g.call(t))??r.createVNode(Fr,{class:"bk-backtop-icon"},null)]):""]}})}}),Eg=Fe(bI),CI=r.defineComponent({name:"Badge",props:{theme:m.string.def("primary"),count:m.oneOfType([String,Number]).def(1),position:m.string.def("top-right"),radius:m.string,valLength:m.number.def(3),overflowCount:m.number.def(99),dot:m.bool.def(!1),visible:m.bool.def(!1),extCls:m.string},emits:["hover","leave"],setup(e,{emit:t}){const n=r.computed(()=>{if(typeof e.count=="string"){let c=e.count;c+="";const u=[];let d=0;return c.split("").forEach(f=>{d<Number(e.valLength)&&(d+=/[\u4e00-\u9fa5]/.test(f)?2:1,u.push(f))}),u.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,c;const e=Ae({"bk-badge-main":!0},this.$props.extCls),t=Ae({[`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},[((c=(o=this.$slots).icon)==null?void 0:c.call(o))??n])])}}),Pg=Fe(CI),wI=r.defineComponent({name:"Breadcrumb",props:{extCls:m.string,separator:m.string.def("/"),separatorClass:m.string,replace:m.bool,backRouter:m.oneOfType([m.string,m.object]).def("")},setup(e,{slots:t}){const{proxy:n,appContext:i}=r.getCurrentInstance();r.provide("breadcrumb",e),r.onMounted(()=>{const c=n.$el.querySelectorAll(".bk-breadcrumb-item");c.length&&c[c.length-1].setAttribute("aria-current","page")});const s=Ae({"bk-breadcrumb":!0},`${e.extCls||""}`),o=()=>{const{backRouter:c,replace:u}=e,{$router:d}=i.config.globalProperties;d&&(u?d.replace(c):d.push(c))};return()=>{var c;return r.createVNode("div",{class:s,"aria-label":"Breadcrumb",role:"navigation"},[!t.prefix&&e.backRouter?r.createVNode("div",{class:"bk-breadcrumb-goback"},[r.createVNode(nc,{onClick:o},null)]):"",t.prefix?r.createVNode("div",{class:"bk-breadcrumb-goback"},[t.prefix()]):"",(c=t.default)==null?void 0:c.call(t)])}}}),MI=r.defineComponent({name:"BreadcrumbItem",props:{extCls:m.string,to:m.oneOfType([m.string,m.object]).def(""),replace:m.bool},emits:["click"],setup(e,{emit:t,slots:n}){const{appContext:i}=r.getCurrentInstance(),s=r.inject("breadcrumb"),o=i.config.globalProperties.$router,c=f=>{t("click",f);const{to:g,replace:p}=e;!g||!o||(p?o.replace(g):o.push(g))},u=Ae({"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:u},[r.createVNode("span",{ref:"link",class:`bk-breadcrumb-item-inner ${e.to?"is-link":""}`,role:"link",onClick:c},[(f=n.default)==null?void 0:f.call(n)]),d()])}}}),zg=fn(wI,{Item:MI});let t0=function(e){return e.Default="default",e.Spin="spin",e}({}),zr=function(e){return e.Normal="",e.Mini="mini",e.Small="small",e.Large="large",e}({}),jd;function II(e){jd=typeof e=="function"?e:()=>r.createVNode(e,null,null)}const NI={indicator:{type:Function},loading:m.bool.def(!0),inline:m.bool.def(!0),theme:{type:String},title:m.string.def(""),size:{type:String,default:zr.Normal},mode:{type:String,default:"default"},opacity:m.number.def(.9),color:m.string.def("white"),zIndex:m.number.def(1),isDirective:m.bool.def(!1)},Vg=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})),c=r.computed(()=>Ae({"bk-loading-wrapper":e.loading,"bk-nested-loading":!!t.slots.default,"bk-directive-loading":e.isDirective})),u=r.computed(()=>Ae({[`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===t0.Spin;return typeof e.indicator=="function"?r.createVNode(e.indicator,null,null):typeof jd=="function"?r.createVNode(jd,null,null):g?i:n});return()=>{var g,p;return r.createVNode("div",{class:c.value},[(p=(g=t.slots).default)==null?void 0:p.call(g),e.loading&&[(t.slots.default||e.isDirective)&&r.createVNode("div",{class:"bk-loading-mask",style:o.value},null),r.createVNode("div",{class:u.value,style:s.value},[f.value,d.value&&r.createVNode("div",{class:"bk-loading-title"},[e.title])])]])}}}),fl=Symbol("vBkLoading"),LI=(e,t)=>{const n=c=>{var u;return((u=t.value)==null?void 0:u[c])??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(Vg,i)});e[fl]={options:i,instance:o,vm:o.mount(s)},e.appendChild(s)},kI=(e,t)=>{Object.keys(e).forEach(n=>{e[n]!==t[n]&&(t[n]=e[n])})},TI={mounted(e,t){t.value&&LI(e,t)},updated(e,t){var s,o,c;const n=e[fl],{value:i}=t;kI(i,n.options),(c=(o=(s=n==null?void 0:n.vm)==null?void 0:s.$el)==null?void 0:o.parentNode)!=null&&c.style&&(n.vm.$el.parentNode.style.display=i.loading?"":"none")},unmounted(e){var n,i,s;const t=e[fl];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[fl]=null}},or=fn(Vg,{setDefaultIndicator:II,BkLoadingMode:t0,BkLoadingSize:zr},!0,{name:"loading",directive:TI}),Rg=["","small","large"],xI={theme:m.theme(),hoverTheme:m.theme(),size:{type:String,default:Rg[0]},title:m.string,icon:m.string,iconRight:m.string,disabled:m.bool,loading:m.bool,loadingMode:{type:String,default:"default"},outline:m.bool,text:m.bool,selected:m.bool,nativeType:{type:String,default:"button"}},SI=r.defineComponent({name:"Button",props:xI,emits:["click","mouseover"],setup(e,{slots:t,emit:n}){const i=r.ref(!1),s=t.default??!1,o="bk-button",c=r.computed(()=>e.text&&!e.hoverTheme),u=r.computed(()=>{const y=e.hoverTheme?`${o}-hover-${e.hoverTheme}`:"",b=e.theme?`${o}-${e.theme}`:"",I=e.hoverTheme?"":b;return Ae({"is-disabled":e.disabled,"is-outline":e.outline,"is-text":c.value,"is-loading":e.loading,"is-selected":e.selected,[`${o}-${e.size}`]:e.size&&Rg.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(()=>c.value||e.size===zr.Small?zr.Mini:zr.Small),g=y=>{e.loading||n("click",y)},p=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:u.value,type:e.nativeType,onClick:g,onMouseover:p,onMouseleave:v},[e.loading&&r.createVNode(or,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)])])}}}),DI=r.defineComponent({name:"ButtonGroup",props:{size:m.size()},setup(e,t){const n=r.computed(()=>Ae({[`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=fn(SI,{ButtonGroup:DI}),xs=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=Z("collapse-transition");return r.createVNode(r.Transition,r.mergeProps({name:e},this.on),{default:()=>[this.slots.default?this.slots.default():null]})}});xs.install=e=>{e.component(xs.name,xs)};const jI={type:m.string.def("text"),clearable:m.bool,disabled:m.bool,readonly:m.bool,placeholder:m.string.def(""),prefixIcon:m.string,suffixIcon:m.string,suffix:m.string,prefix:m.string,step:m.integer,max:m.integer,min:m.integer,maxlength:m.integer,behavior:kg(),showWordLimit:m.bool,showControl:m.bool.def(!0),showClearOnlyHover:m.bool.def(!0),precision:m.number.def(0).validate(e=>e>=0&&e<20),modelValue:m.oneOfType([m.string,m.number]),size:m.size(),rows:m.number,selectReadonly:m.bool.def(!1),withValidate:m.bool.def(!0)};let tt=function(e){return 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",e}({});function Xi(e,t){return!0}function ud(e){return e}const OI={[tt.UPDATE]:Xi,[tt.FOCUS]:e=>e,[tt.BLUR]:e=>e,[tt.CHANGE]:Xi,[tt.CLEAR]:()=>!0,[tt.INPUT]:Xi,[tt.KEYPRESS]:Xi,[tt.KEYDOWN]:Xi,[tt.KEYUP]:Xi,[tt.ENTER]:Xi,[tt.PASTE]:Xi,[tt.COMPOSITIONSTART]:ud,[tt.COMPOSITIONUPDATE]:ud,[tt.COMPOSITIONEND]:ud},AI=r.defineComponent({name:"Input",inheritAttrs:!1,props:jI,emits:OI,setup(e,t){const n=Xn(),i=ft("input"),s=r.ref(!1),o=r.ref(!1),c=r.computed(()=>e.type==="textarea"),u=r.computed(()=>c.value?Z("textarea"):Z("input")),{class:d,style:f,...g}=t.attrs,p=r.ref(),v=r.computed(()=>Ae({[`${u.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},u.value)),y={search:()=>r.createVNode(Gr,null,null),password:()=>r.createVNode(cc,{onClick:F},null)},b=U("suffix-icon"),I=r.computed(()=>{const H=y[e.type];return x.value?r.createVNode(Mc,{onClick:F,class:b},null):H?r.createVNode(H,{class:b},null):null}),k=r.computed(()=>e.type==="number"),L=r.computed(()=>Math.floor(e.maxlength)),x=r.ref(!1),w=r.computed(()=>Ae({"show-clear-only-hover":e.showClearOnlyHover,[`${u.value}--clear-icon`]:!0},b)),N=r.computed(()=>Ae({"is-disabled":e.disabled||e.modelValue>=e.max})),M=r.computed(()=>Ae({"is-disabled":e.disabled||e.modelValue<=e.min}));r.watch(()=>e.modelValue,()=>{var H;e.withValidate&&((H=n==null?void 0:n.validate)==null||H.call(n,"change"))}),t.expose({focus(){p.value.focus()},clear:T});function T(){if(e.disabled)return;const H=k.value?e.min:"";t.emit(tt.UPDATE,H),t.emit(tt.CHANGE,H),t.emit(tt.CLEAR)}function j(H){s.value=!0,t.emit(tt.FOCUS,H)}function S(H){var ne;s.value=!1,t.emit(tt.BLUR,H),e.withValidate&&((ne=n==null?void 0:n.validate)==null||ne.call(n,"blur"))}function O(H){return ne=>{if(ne.stopPropagation(),H===tt.KEYDOWN&&(ne.code==="Enter"||ne.key==="Enter"||ne.keyCode===13)&&t.emit(tt.ENTER,ne.target.value,ne),!(o.value&&[tt.INPUT,tt.CHANGE].some(he=>H===he))){if(H===tt.INPUT)t.emit(tt.UPDATE,ne.target.value);else if(H===tt.CHANGE&&k.value&&ne.target.value!==""){const he=le(ne.target.value,0);t.emit(tt.UPDATE,he,ne),t.emit(H,he,ne);return}t.emit(H,ne.target.value,ne)}}}const[J,A,V,P,Y,X]=[tt.KEYUP,tt.KEYDOWN,tt.KEYPRESS,tt.PASTE,tt.CHANGE,tt.INPUT].map(O);function ue(){o.value=!0}function pe(H){o.value=!1,X(H)}function le(H,ne,he=!0){const re=Number(ne),K=Number.isInteger(e.precision)?e.precision:0,z=Number(H),Q=Number.isInteger(re)?re:1;let ee=z+(he?Q:-1*Q);return Number.isInteger(e.max)&&(ee=Math.min(ee,e.max)),Number.isInteger(e.min)&&(ee=Math.max(ee,e.min)),+ee.toFixed(K)}function se(){if(e.disabled)return;const H=le(e.modelValue,e.step);t.emit(tt.UPDATE,H),t.emit(tt.CHANGE,H)}function te(){if(e.disabled)return;const H=le(e.modelValue,e.step,!1);t.emit(tt.UPDATE,H),t.emit(tt.CHANGE,H)}function U(H){return`${u.value}--${H}`}function F(){x.value=!x.value}const _=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})),W={onInput:X,onFocus:j,onBlur:S,onPaste:P,onChange:Y,onKeypress:V,onKeydown:A,onKeyup:J,onCompositionstart:ue,onCompositionend:pe};return()=>{var H,ne,he,re;return r.createVNode("div",{class:v.value,style:f},[((ne=(H=t.slots)==null?void 0:H.prefix)==null?void 0:ne.call(H))??(e.prefix&&r.createVNode("div",{class:U("prefix-area")},[r.createVNode("span",{class:U("prefix-area--text")},[e.prefix])])),c.value?r.createVNode("textarea",r.mergeProps({ref:p,spellcheck:!1},g,W,_.value,{rows:e.rows}),null):r.createVNode("input",r.mergeProps({spellcheck:!1},g,{ref:p,class:`${u.value}--text`,type:x.value&&e.type==="password"?"text":e.type,step:e.step,max:e.max,min:e.min},W,_.value),null),!c.value&&e.clearable&&!!e.modelValue&&r.createVNode("span",{class:w.value,onClick:T},[r.createVNode(hn,null,null)]),I.value,typeof e.maxlength=="number"&&(e.showWordLimit||c.value)&&r.createVNode("p",{class:U("max-length")},[(e.modelValue??"").toString().length,r.createTextVNode("/"),r.createVNode("span",null,[L.value])]),k.value&&e.showControl&&r.createVNode("div",{class:U("number-control")},[r.createVNode(zs,{class:N.value,onClick:se},null),r.createVNode(zs,{class:M.value,onClick:te},null)]),((re=(he=t.slots)==null?void 0:he.suffix)==null?void 0:re.call(he))??(e.suffix&&r.createVNode("div",{class:U("suffix-area")},[r.createVNode("span",{class:U("suffix-area--text")},[e.suffix])]))])}}}),Qr=Fe(AI),EI=r.defineComponent({name:"Card",props:{title:m.string,showHeader:m.bool.def(!0),showFooter:m.bool.def(!1),collapseStatus:m.bool.def(!0),border:m.bool.def(!0),disableHeaderStyle:m.bool.def(!1),position:m.string.def("left"),isEdit:m.bool.def(!1),isCollapse:m.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))},c=()=>{i.value=!i.value},u=()=>{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:u,clickEdit:c}},render(){var o,c,u,d;const e="bk-card",t=Ae({[`${e}`]:!0,[`${e}-border-none`]:!this.$props.border},""),n=Ae({[`${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(Qr,{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(Ys,null,null):r.createVNode(Jn,null,null)]);return r.createVNode("div",{class:t},[this.$props.showHeader?r.createVNode("div",{class:n},[this.$props.isCollapse&&(((c=(o=this.$slots).icon)==null?void 0:c.call(o))??s),((d=(u=this.$slots).header)==null?void 0:d.call(u))??i,this.$props.isEdit&&!this.showInput&&r.createVNode(lc,{class:`${e}-edit`,onClick:this.clickEdit},null)]):"",r.createVNode(xs,null,{default:()=>{var f,g,p,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=(p=this.$slots).footer)==null?void 0:v.call(p))??"Footer"]):""]),[[r.vShow,this.collapseActive]])]}})])}}),Jg=Fe(EI),Qg=Symbol("CheckboxGroup");function PI(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const zI=()=>{const e=r.getCurrentInstance(),{props:t,emit:n}=e,i=r.inject(Qg,Tg),s=!xg(i),o=r.ref(),c=r.ref(t.checked),u=r.computed(()=>s&&i.props.disabled?!0:t.disabled),d=()=>{const p=c.value?t.trueLabel:t.falseLabel;n("update:modelValue",p),n("change",p),s&&i.handleChange(),r.nextTick(()=>{o.value.checked!==c.value&&(o.value.checked=c.value)})};s?r.watch(()=>i.props.modelValue,p=>{c.value=p.includes(t.label)},{deep:!0}):r.watch(()=>t.modelValue,p=>{p!==""&&(c.value=p===t.trueLabel)},{immediate:!0}),r.watch(()=>t.checked,()=>{c.value=t.checked,t.immediateEmitChange!==!1&&d()});const f=(p=!0)=>{c.value=p},g=p=>{if(u.value)return;const v=p.target;c.value=v.checked,d()};return r.onMounted(()=>{s&&i.register(e.proxy)}),r.onBeforeUnmount(()=>{s&&i.unregister(e.proxy)}),{inputRef:o,isChecked:c,isDisabled:u,setChecked:f,handleChange:g}},VI={modelValue:m.oneOfType([String,Number,Boolean]),label:m.oneOfType([String,Number,Boolean]),trueLabel:m.oneOfType([String,Number,Boolean]).def(!0),falseLabel:m.oneOfType([String,Number,Boolean]).def(!1),disabled:m.bool.def(!1),checked:m.bool.def(!1),indeterminate:m.bool,beforeChange:m.func,size:m.size().def(wf.LARGE),immediateEmitChange:m.bool.def(!0)},RI=r.defineComponent({name:"Checkbox",props:VI,emits:["update:modelValue","change"],setup(e){const[t,{blur:n,focus:i}]=PI(),{inputRef:s,isChecked:o,isDisabled:c,setChecked:u,handleChange:d}=zI();return{inputRef:s,isFocus:t,isChecked:o,isDisabled:c,setChecked:u,handleBlur:n,handleFocus:i,handleChange:d,size:e.size}},render(){const e=Ae({"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:[Z("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()])}}),JI={name:m.string.def(""),modelValue:m.array,disabled:m.bool,withValidate:m.bool.def(!0)},Lc=r.defineComponent({name:"CheckboxGroup",props:JI,emits:["change","update:modelValue"],setup(e,t){const n=Xn(),i=[],s=u=>{i.push(u)},o=u=>{const d=i.indexOf(u);d>-1&&i.splice(d,1)},c=()=>{const u=i.reduce((d,f)=>(f.isChecked&&d.push(f.label),d),[]);t.emit("update:modelValue",u),t.emit("change",u)};return r.provide(Qg,{name:"CheckboxGroup",props:e,register:s,unregister:o,handleChange:c}),r.watch(()=>e.modelValue,()=>{var u;e.withValidate&&((u=n==null?void 0:n.validate)==null||u.call(n,"change"))}),r.onMounted(()=>{const u=e.modelValue||[];i.forEach(d=>{u.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()])}}),$n=fn(RI,{Group:Lc}),QI={list:m.arrayOf(m.any).def([]),idFiled:m.string.def("$index"),titleField:m.string.def("name"),contentField:m.string.def("content"),modelValue:m.oneOfType([m.arrayOf(m.number).def([]),m.arrayOf(m.string).def([]),m.number.def(-1)]),accordion:m.bool.def(!1),hasHeaderBorder:m.bool.def(!1),hasHeaderHover:m.bool.def(!0),headerIcon:m.string.def(""),useCardTheme:m.bool.def(!1),headerIconAlign:m.string.def("left")},_I={itemClick:{type:Function}},WI={name:m.oneOfType([m.number,m.string]).def(""),title:m.any,content:m.string,disabled:m.bool.def(!1),isFormList:m.bool.def(!1),renderDirective:Mf(),modelValue:m.bool.def(!1),alone:m.bool.def(!1),icon:m.string.def("angle-right"),..._I};function HI(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const _g=r.defineComponent({name:"CollapsePanel",props:WI,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,p=>{o.value=p}),e.alone||(i=r.inject("localActiveItems"),s=r.inject("handleItemClick"),r.watch(i,p=>{p!=null&&p.length&&(o.value=p.includes(e.name))},{immediate:!0}));function c(p){return p.split("-").map(b=>b.charAt(0).toUpperCase()+b.slice(1)).join("")}function u(){const{disabled:p,name:v,itemClick:y}=e;if(p)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(p){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]),p])])}return{isActive:o,collapseIcon:mI[`${c(e.icon)}`],clickItem:u,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(xs,null,HI(e=this.renderPanel())?e:{default:()=>[e]})])}}),BI=r.defineComponent({name:"Collapse",props:QI,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(p=>p===f);g>=0?i.value.splice(g,1):i.value=[f]}else{const g=i.value.findIndex(p=>p===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 c=r.computed(()=>(e.list||[]).map((d,f)=>typeof d=="string"||typeof d=="number"||typeof d=="boolean"?{$index:f,name:d}:{$index:f,...d})),u=()=>c.value.map((d,f)=>{var y,b;const g=d[e.idFiled]||f;let p=d[e.titleField];const v=e.headerIcon||"angle-right";return n.title&&(typeof n.title=="function"?p=n.title(d,f):p=n.title),n.default&&(p=(y=n.default)==null?void 0:y.call(n,d,f)),r.createVNode(_g,{key:f,"item-click":s,disabled:d.disabled,name:g,icon:v,isFormList:!0,title:p,content:((b=n.content)==null?void 0:b.call(n,d,f))??d[e.contentField]},null)});return()=>r.createVNode("div",{class:o},[u()])}}),Wg=fn(BI,{CollapsePanel:_g}),n0={isShow:m.bool.def(!1),width:m.oneOfType([String,Number]).def("50%"),height:m.oneOfType([String,Number]).def("50%"),extCls:m.string||m.array,scrollable:m.bool.def(!0),showMask:m.bool.def(!0),closeIcon:m.bool.def(!0),escClose:m.bool.def(!0),fullscreen:m.bool.def(!1),size:Ee("size",{}),draggable:m.bool.def(!0),quickClose:m.bool.def(!0),transfer:m.oneOfType([Boolean,String,HTMLElement]).def(!1),zIndex:m.oneOfType([String,Number]).def("inherit"),maxHeight:m.string,direction:m.string,title:m.string.def(""),animateType:m.string.def("slide"),renderDirective:Mf(),beforeClose:m.custom(()=>!0),dialogType:Mg(),multiInstance:m.bool.def(!0),infoType:m.theme()},FI=r.defineComponent({name:"Modal",props:{...n0},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 $6(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=`${Z("modal-body")} ${this.animateType==="slide"?this.direction:""}`;return r.createVNode("div",{class:[Z("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,c,u,d,f;return[this.isShow?r.createVNode("div",{class:t},[r.createVNode("div",{class:Z("modal-header")},[((i=(n=this.$slots).header)==null?void 0:i.call(n))??""]),r.createVNode("div",{class:Z("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:Z("modal-footer")},[((u=(c=this.$slots).footer)==null?void 0:u.call(c))??""]),r.createVNode("div",{class:[Z("modal-close"),this.closeIcon?"":"close-icon"]},[((f=(d=this.$slots).close)==null?void 0:f.call(d))??""])]):""]}})])}}),_r=fn(FI,{propsMixin:n0},!0),GI={...n0,width:m.oneOfType([String,Number]).def(""),height:m.oneOfType([String,Number]).def(""),confirmText:m.string,cancelText:m.string,prevText:m.string,nextText:m.string,current:m.number.def(1),totalStep:m.number,title:m.string.def("title"),headerAlign:Sd().def(Nl.LEFT),footerAlign:Sd().def(Nl.RIGHT),theme:m.theme().def(Zl.PRIMARY),dialogType:Mg(),isLoading:m.bool.def(!1)};function ZI(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const Hg=r.defineComponent({name:"Dialog",components:{BkModal:_r,BkButton:Et},props:GI,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),c=r.computed(()=>e.nextText===void 0?n.value.next:e.nextText),u=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(()=>{u.moveStyle={top:"50%",left:"50%"},u.positionX=0,u.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")},p=r.computed(()=>["process","operation","confirm"].includes(e.dialogType)),v=k=>{e.isShow&&e.closeIcon&&k.keyCode===27&&f()};return{data:u,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,w=k.currentTarget.parentNode.parentNode.offsetWidth;let N,M;u.positionX!==0&&u.positionY!==0?(N=k.clientX-u.positionX,M=k.clientY-u.positionY):(N=k.clientX-L.offsetLeft,M=k.clientY-L.offsetTop),document.onmousemove=T=>{const j=window.innerWidth-w,S=window.innerHeight-x;let O=T.clientX-N,J=T.clientY-M;j/2-O<=0?O=j/2:j/2+O<=0&&(O=-j/2),S/2-J<=0?J=S/2:S/2+J<=0&&(J=-S/2),u.positionX=O,u.positionY=J,u.moveStyle.left=`calc(50% + ${O}px)`,u.moveStyle.top=`calc(50% + ${J}px)`},document.onmouseup=()=>{document.onmousemove=null,document.onmouseup=null}},handlePrevStep:()=>{t("prev")},handleNextStep:()=>{t("next")},hasFooter:p,isModalShow:d,localConfirmText:i,localCancelText:s,localPrevText:o,localNextText:c}},render(){const e=()=>({loading:r.createVNode(Wa,{class:[Z("info-icon"),"primary"]},null),warning:r.createVNode(Ba,{class:[Z("info-icon"),"warning"]},null),success:r.createVNode(Ha,{class:[Z("info-icon"),"success"]},null),danger:r.createVNode(hn,{class:[Z("info-icon"),"danger"]},null)})[this.infoType],t={header:()=>{var i,s,o,c;return[r.createVNode("div",{class:[Z("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:Z("dialog-header")},[r.createVNode("div",{class:Z("header-icon")},[this.infoType?e():r.createVNode("slot",{name:"info-icon"},null)]),r.createVNode("span",{class:Z("dialog-title"),style:`text-align: ${this.headerAlign}`},[((c=(o=this.$slots).header)==null?void 0:c.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,c,u,d;return r.createVNode("div",{class:Z("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:Z("dialog-perv"),onClick:this.handlePrevStep},{default:()=>[this.localPrevText]}),this.current===this.totalStep?"":r.createVNode(Et,{class:Z("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:Z("dialog-cancel"),onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.localCancelText]})]):"",this.dialogType==="operation"?((c=(o=this.$slots).footer)==null?void 0:c.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:Z("dialog-cancel"),onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.localCancelText]})]):"",this.dialogType==="confirm"?((d=(u=this.$slots).footer)==null?void 0:d.call(u))??r.createVNode(r.Fragment,null,[r.createVNode(Et,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.localConfirmText]})]):""])},close:()=>r.createVNode(dn,{onClick:this.handleClose},null)},n=`${Z("dialog-wrapper ")} ${this.scrollable?"scroll-able":""} ${this.multiInstance?"multi-instance":""} ${this.hasFooter?"has-footer":"no-footer"}`;return r.createVNode(_r,r.mergeProps(this.$props,{class:n,onClose:this.handleClose,isShow:this.isModalShow,style:this.data.moveStyle}),ZI(t)?t:{default:()=>[t]})}}),Bg=Fe(Hg),YI="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=",UI="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",$I="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==",KI="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",v3="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==",XI="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==",qI="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 e7=function(e){return 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",e}({}),t7=function(e){return e.PAGE="page",e.PART="part",e}({});const n7=r.defineComponent({name:"Exception",props:{type:Ee("type",{}).def(e7.CODE_404),scene:Ee("scene",{}).def(t7.PAGE),title:m.string,description:m.string},setup(e,{slots:t}){const n={403:YI,404:UI,500:$I,building:KI,empty:v3,"search-empty":qI,login:XI},i=()=>{if(pa.isFunction(t.type))return r.createVNode("div",{class:"bk-exception-img"},[t.type()]);const u=n[e.type]?n[e.type]:v3;return r.createVNode("div",{class:"bk-exception-img"},[r.createVNode("img",{class:"exception-image",src:u,alt:"type"},null)])},s=()=>pa.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=()=>pa.isFunction(t.description)?r.createVNode("div",{class:"bk-exception-description"},[t.description()]):e.description?r.createVNode("div",{class:"bk-exception-description"},[e.description]):null,c=()=>pa.isFunction(t.default)?r.createVNode("div",{class:"bk-exception-footer"},[t.default()]):null;return()=>{const u=Ae({"bk-exception":!0,[`bk-exception-${e.scene}`]:!0});return r.createVNode("div",{class:u},[i(),s(),o(),c()])}}}),kc=Fe(n7),i7=r.defineComponent({name:"FixedNavbar",props:{navItems:m.array.def([]),extCls:m.string.def(""),position:m.oneOf(["middle","top","bottom"]).def("middle"),modelValue:m.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=gi.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]):""]))])}}),Fg=Fe(i7);var Gg=function(e){return e.DANGER="danger",e.SUCCESS="success",e.PRIMARY="primary",e.WARNING="warning",e.DEFAULT="default",e}(Gg||{});const r7=r.defineComponent({name:"Link",props:{theme:Ee("linkTheme",{}).def(Gg.DEFAULT),href:m.string.def(""),disabled:m.bool.def(!1),underline:m.bool.def(!1),target:m.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=Ae({"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)])])}}),Zg=Fe(r7),a7=e=>typeof Element>"u"?!1:e instanceof Element,nr=new Map;let Yg;document.addEventListener("mousedown",e=>Yg=e);document.addEventListener("mouseup",e=>{for(const t of nr.values())for(const{documentHandler:n}of t)n(e,Yg)});function y3(e,t){let n=[];return Array.isArray(t.arg)?n=t.arg:a7(t.arg)&&n.push(t.arg),function(i,s){const{popperRef:o}=t.instance,c=i.target,u=s==null?void 0:s.target,d=!t||!t.instance,f=!c||!u,g=e.contains(c)||e.contains(u),p=e===c,v=n.length&&n.some(b=>b==null?void 0:b.contains(c))||n.length&&n.includes(u),y=o&&(o.contains(c)||o.contains(u));d||f||g||p||v||y||t.value(i,s)}}const vi={beforeMount(e,t){nr.has(e)||nr.set(e,[]),nr.get(e).push({documentHandler:y3(e,t),bindingFn:t.value})},updated(e,t){nr.has(e)||nr.set(e,[]);const n=nr.get(e),i=n.findIndex(o=>o.bindingFn===t.oldValue),s={documentHandler:y3(e,t),bindingFn:t.value};i>=0?n.splice(i,1,s):n.push(s)},unmounted(e){nr.delete(e)}};vi.install=e=>{e.directive("bkTooltips",vi)};const b3=r.defineComponent({name:"PopArrow",render(){const e=Z("pop2-arrow");return r.createVNode("div",{class:e},null)}}),ua=(...e)=>!0;let ji=function(e){return e.SHOW="show",e.HIDE="hide",e.CLICK_OUTSIDE="clickoutside",e.CONTENT_MOUSEENTER="contentMouseenter",e.CONTENT_MOUSELEAVE="contentMouseleave",e.STOP_HIDE="stopHide",e}({});const s7={[ji.SHOW]:ua,[ji.HIDE]:ua,[ji.CLICK_OUTSIDE]:ua,[ji.CONTENT_MOUSEENTER]:ua,[ji.CONTENT_MOUSELEAVE]:ua,[ji.STOP_HIDE]:ua},C3=r.defineComponent({name:"PopContent",props:{width:m.oneOfType([m.string,m.number]).def("auto"),height:m.oneOfType([m.string,m.number]).def("auto"),maxHeight:m.oneOfType([m.string,m.number]).def("auto"),extCls:m.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=[Z("popover"),Z("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))??""])}}),o7={onAfterHidden:Function,onAfterShow:Function},l7={isShow:m.bool.def(!1),always:m.bool.def(!1),disabled:m.bool.def(!1),width:m.oneOfType([m.string,m.number]).def("auto"),height:m.oneOfType([m.string,m.number]).def("auto"),maxHeight:m.oneOfType([m.string,m.number]).def("auto"),content:m.oneOfType([m.string,m.number,m.any]).def(""),allowHtml:m.bool.def(!1),placement:If().def(Oa.TOP_START),theme:m.string.def("dark"),trigger:wg(),renderType:Ew(),arrow:m.bool.def(!0),padding:m.number.def(5),offset:m.oneOfType([m.number,m.shape({})]).def(6),boundary:m.oneOfType([m.string.def("parent"),m.instanceOf(HTMLElement)]),zIndex:m.number.def(void 0),disableTeleport:m.bool.def(!1),autoPlacement:m.bool.def(!1),autoVisibility:m.bool.def(!0),disableOutsideClick:m.bool.def(!1),disableTransform:m.bool.def(!1),reference:m.any.def(null),modifiers:m.array.def([]),popoverDelay:m.oneOfType([m.number,m.arrayOf(m.number)]).def(100),extCls:m.string.def(""),...o7},c7=r.defineComponent({name:"PopReference",render(){var e,t;return((t=(e=this.$slots).default)==null?void 0:t.call(e))??""}}),w3=r.defineComponent({props:{class:m.string.def("")},render(){var e,t;return r.createVNode(r.Fragment,null,[(t=(e=this.$slots).default)==null?void 0:t.call(e)])}}),Ug=["top","right","bottom","left"],M3=["start","end"],I3=Ug.reduce((e,t)=>e.concat(t,t+"-"+M3[0],t+"-"+M3[1]),[]),Ri=Math.min,fi=Math.max,Ll=Math.round,nl=Math.floor,cr=e=>({x:e,y:e}),u7={left:"right",right:"left",bottom:"top",top:"bottom"},d7={start:"end",end:"start"};function Od(e,t,n){return fi(e,Ri(t,n))}function hr(e,t){return typeof e=="function"?e(t):e}function Kn(e){return e.split("-")[0]}function hi(e){return e.split("-")[1]}function $g(e){return e==="x"?"y":"x"}function i0(e){return e==="y"?"height":"width"}function io(e){return["top","bottom"].includes(Kn(e))?"y":"x"}function r0(e){return $g(io(e))}function Kg(e,t,n){n===void 0&&(n=!1);const i=hi(e),s=r0(e),o=i0(s);let c=s==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(c=Tl(c)),[c,Tl(c)]}function f7(e){const t=Tl(e);return[kl(e),t,kl(t)]}function kl(e){return e.replace(/start|end/g,t=>d7[t])}function h7(e,t,n){const i=["left","right"],s=["right","left"],o=["top","bottom"],c=["bottom","top"];switch(e){case"top":case"bottom":return n?t?s:i:t?i:s;case"left":case"right":return t?o:c;default:return[]}}function g7(e,t,n,i){const s=hi(e);let o=h7(Kn(e),n==="start",i);return s&&(o=o.map(c=>c+"-"+s),t&&(o=o.concat(o.map(kl)))),o}function Tl(e){return e.replace(/left|right|bottom|top/g,t=>u7[t])}function m7(e){return{top:0,right:0,bottom:0,left:0,...e}}function a0(e){return typeof e!="number"?m7(e):{top:e,right:e,bottom:e,left:e}}function Va(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function N3(e,t,n){let{reference:i,floating:s}=e;const o=io(t),c=r0(t),u=i0(c),d=Kn(t),f=o==="y",g=i.x+i.width/2-s.width/2,p=i.y+i.height/2-s.height/2,v=i[u]/2-s[u]/2;let y;switch(d){case"top":y={x:g,y:i.y-s.height};break;case"bottom":y={x:g,y:i.y+i.height};break;case"right":y={x:i.x+i.width,y:p};break;case"left":y={x:i.x-s.width,y:p};break;default:y={x:i.x,y:i.y}}switch(hi(t)){case"start":y[c]-=v*(n&&f?-1:1);break;case"end":y[c]+=v*(n&&f?-1:1);break}return y}const p7=async(e,t,n)=>{const{placement:i="bottom",strategy:s="absolute",middleware:o=[],platform:c}=n,u=o.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(t));let f=await c.getElementRects({reference:e,floating:t,strategy:s}),{x:g,y:p}=N3(f,i,d),v=i,y={},b=0;for(let I=0;I<u.length;I++){const{name:k,fn:L}=u[I],{x,y:w,data:N,reset:M}=await L({x:g,y:p,initialPlacement:i,placement:v,strategy:s,middlewareData:y,rects:f,platform:c,elements:{reference:e,floating:t}});if(g=x??g,p=w??p,y={...y,[k]:{...y[k],...N}},M&&b<=50){b++,typeof M=="object"&&(M.placement&&(v=M.placement),M.rects&&(f=M.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:s}):M.rects),{x:g,y:p}=N3(f,v,d)),I=-1;continue}}return{x:g,y:p,placement:v,strategy:s,middlewareData:y}};async function Js(e,t){var n;t===void 0&&(t={});const{x:i,y:s,platform:o,rects:c,elements:u,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:g="viewport",elementContext:p="floating",altBoundary:v=!1,padding:y=0}=hr(t,e),b=a0(y),k=u[v?p==="floating"?"reference":"floating":p],L=Va(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(k)))==null||n?k:k.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(u.floating)),boundary:f,rootBoundary:g,strategy:d})),x=p==="floating"?{...c.floating,x:i,y:s}:c.reference,w=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u.floating)),N=await(o.isElement==null?void 0:o.isElement(w))?await(o.getScale==null?void 0:o.getScale(w))||{x:1,y:1}:{x:1,y:1},M=Va(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:x,offsetParent:w,strategy:d}):x);return{top:(L.top-M.top+b.top)/N.y,bottom:(M.bottom-L.bottom+b.bottom)/N.y,left:(L.left-M.left+b.left)/N.x,right:(M.right-L.right+b.right)/N.x}}const v7=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:i,placement:s,rects:o,platform:c,elements:u}=t,{element:d,padding:f=0}=hr(e,t)||{};if(d==null)return{};const g=a0(f),p={x:n,y:i},v=r0(s),y=i0(v),b=await c.getDimensions(d),I=v==="y",k=I?"top":"left",L=I?"bottom":"right",x=I?"clientHeight":"clientWidth",w=o.reference[y]+o.reference[v]-p[v]-o.floating[y],N=p[v]-o.reference[v],M=await(c.getOffsetParent==null?void 0:c.getOffsetParent(d));let T=M?M[x]:0;(!T||!await(c.isElement==null?void 0:c.isElement(M)))&&(T=u.floating[x]||o.floating[y]);const j=w/2-N/2,S=T/2-b[y]/2-1,O=Ri(g[k],S),J=Ri(g[L],S),A=O,V=T-b[y]-J,P=T/2-b[y]/2+j,Y=Od(A,P,V),ue=hi(s)!=null&&P!=Y&&o.reference[y]/2-(P<A?O:J)-b[y]/2<0?P<A?A-P:V-P:0;return{[v]:p[v]-ue,data:{[v]:Y,centerOffset:P-Y+ue}}}});function y7(e,t,n){return(e?[...n.filter(s=>hi(s)===e),...n.filter(s=>hi(s)!==e)]:n.filter(s=>Kn(s)===s)).filter(s=>e?hi(s)===e||(t?kl(s)!==s:!1):!0)}const b7=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,i,s;const{rects:o,middlewareData:c,placement:u,platform:d,elements:f}=t,{crossAxis:g=!1,alignment:p,allowedPlacements:v=I3,autoAlignment:y=!0,...b}=hr(e,t),I=p!==void 0||v===I3?y7(p||null,y,v):v,k=await Js(t,b),L=((n=c.autoPlacement)==null?void 0:n.index)||0,x=I[L];if(x==null)return{};const w=Kg(x,o,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(u!==x)return{reset:{placement:I[0]}};const N=[k[Kn(x)],k[w[0]],k[w[1]]],M=[...((i=c.autoPlacement)==null?void 0:i.overflows)||[],{placement:x,overflows:N}],T=I[L+1];if(T)return{data:{index:L+1,overflows:M},reset:{placement:T}};const j=M.map(J=>{const A=hi(J.placement);return[J.placement,A&&g?J.overflows.slice(0,2).reduce((V,P)=>V+P,0):J.overflows[0],J.overflows]}).sort((J,A)=>J[1]-A[1]),O=((s=j.filter(J=>J[2].slice(0,hi(J[0])?2:3).every(A=>A<=0))[0])==null?void 0:s[0])||j[0][0];return O!==u?{data:{index:L+1,overflows:M},reset:{placement:O}}:{}}}},C7=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:i,middlewareData:s,rects:o,initialPlacement:c,platform:u,elements:d}=t,{mainAxis:f=!0,crossAxis:g=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:b=!0,...I}=hr(e,t),k=Kn(i),L=Kn(c)===c,x=await(u.isRTL==null?void 0:u.isRTL(d.floating)),w=p||(L||!b?[Tl(c)]:f7(c));!p&&y!=="none"&&w.push(...g7(c,b,y,x));const N=[c,...w],M=await Js(t,I),T=[];let j=((n=s.flip)==null?void 0:n.overflows)||[];if(f&&T.push(M[k]),g){const A=Kg(i,o,x);T.push(M[A[0]],M[A[1]])}if(j=[...j,{placement:i,overflows:T}],!T.every(A=>A<=0)){var S,O;const A=(((S=s.flip)==null?void 0:S.index)||0)+1,V=N[A];if(V)return{data:{index:A,overflows:j},reset:{placement:V}};let P=(O=j.filter(Y=>Y.overflows[0]<=0).sort((Y,X)=>Y.overflows[1]-X.overflows[1])[0])==null?void 0:O.placement;if(!P)switch(v){case"bestFit":{var J;const Y=(J=j.map(X=>[X.placement,X.overflows.filter(ue=>ue>0).reduce((ue,pe)=>ue+pe,0)]).sort((X,ue)=>X[1]-ue[1])[0])==null?void 0:J[0];Y&&(P=Y);break}case"initialPlacement":P=c;break}if(i!==P)return{reset:{placement:P}}}return{}}}};function L3(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function k3(e){return Ug.some(t=>e[t]>=0)}const w7=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:i="referenceHidden",...s}=hr(e,t);switch(i){case"referenceHidden":{const o=await Js(t,{...s,elementContext:"reference"}),c=L3(o,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:k3(c)}}}case"escaped":{const o=await Js(t,{...s,altBoundary:!0}),c=L3(o,n.floating);return{data:{escapedOffsets:c,escaped:k3(c)}}}default:return{}}}}};function Xg(e){const t=Ri(...e.map(o=>o.left)),n=Ri(...e.map(o=>o.top)),i=fi(...e.map(o=>o.right)),s=fi(...e.map(o=>o.bottom));return{x:t,y:n,width:i-t,height:s-n}}function M7(e){const t=e.slice().sort((s,o)=>s.y-o.y),n=[];let i=null;for(let s=0;s<t.length;s++){const o=t[s];!i||o.y-i.y>i.height/2?n.push([o]):n[n.length-1].push(o),i=o}return n.map(s=>Va(Xg(s)))}const I7=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){const{placement:n,elements:i,rects:s,platform:o,strategy:c}=t,{padding:u=2,x:d,y:f}=hr(e,t),g=Array.from(await(o.getClientRects==null?void 0:o.getClientRects(i.reference))||[]),p=M7(g),v=Va(Xg(g)),y=a0(u);function b(){if(p.length===2&&p[0].left>p[1].right&&d!=null&&f!=null)return p.find(k=>d>k.left-y.left&&d<k.right+y.right&&f>k.top-y.top&&f<k.bottom+y.bottom)||v;if(p.length>=2){if(io(n)==="y"){const J=p[0],A=p[p.length-1],V=Kn(n)==="top",P=J.top,Y=A.bottom,X=V?J.left:A.left,ue=V?J.right:A.right,pe=ue-X,le=Y-P;return{top:P,bottom:Y,left:X,right:ue,width:pe,height:le,x:X,y:P}}const k=Kn(n)==="left",L=fi(...p.map(J=>J.right)),x=Ri(...p.map(J=>J.left)),w=p.filter(J=>k?J.left===x:J.right===L),N=w[0].top,M=w[w.length-1].bottom,T=x,j=L,S=j-T,O=M-N;return{top:N,bottom:M,left:T,right:j,width:S,height:O,x:T,y:N}}return v}const I=await o.getElementRects({reference:{getBoundingClientRect:b},floating:i.floating,strategy:c});return s.reference.x!==I.reference.x||s.reference.y!==I.reference.y||s.reference.width!==I.reference.width||s.reference.height!==I.reference.height?{reset:{rects:I}}:{}}}};async function N7(e,t){const{placement:n,platform:i,elements:s}=e,o=await(i.isRTL==null?void 0:i.isRTL(s.floating)),c=Kn(n),u=hi(n),d=io(n)==="y",f=["left","top"].includes(c)?-1:1,g=o&&d?-1:1,p=hr(t,e);let{mainAxis:v,crossAxis:y,alignmentAxis:b}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return u&&typeof b=="number"&&(y=u==="end"?b*-1:b),d?{x:y*g,y:v*f}:{x:v*f,y:y*g}}const L7=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:i}=t,s=await N7(t,e);return{x:n+s.x,y:i+s.y,data:s}}}},k7=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:c=!1,limiter:u={fn:k=>{let{x:L,y:x}=k;return{x:L,y:x}}},...d}=hr(e,t),f={x:n,y:i},g=await Js(t,d),p=io(Kn(s)),v=$g(p);let y=f[v],b=f[p];if(o){const k=v==="y"?"top":"left",L=v==="y"?"bottom":"right",x=y+g[k],w=y-g[L];y=Od(x,y,w)}if(c){const k=p==="y"?"top":"left",L=p==="y"?"bottom":"right",x=b+g[k],w=b-g[L];b=Od(x,b,w)}const I=u.fn({...t,[v]:y,[p]:b});return{...I,data:{x:I.x-n,y:I.y-i}}}}};function ur(e){return qg(e)?(e.nodeName||"").toLowerCase():"#document"}function In(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Qi(e){var t;return(t=(qg(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function qg(e){return e instanceof Node||e instanceof In(e).Node}function Ji(e){return e instanceof Element||e instanceof In(e).Element}function yi(e){return e instanceof HTMLElement||e instanceof In(e).HTMLElement}function T3(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof In(e).ShadowRoot}function ro(e){const{overflow:t,overflowX:n,overflowY:i,display:s}=Qn(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+n)&&!["inline","contents"].includes(s)}function T7(e){return["table","td","th"].includes(ur(e))}function s0(e){const t=o0(),n=Qn(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(n.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(n.contain||"").includes(i))}function o0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Tc(e){return["html","body","#document"].includes(ur(e))}function Qn(e){return In(e).getComputedStyle(e)}function xc(e){return Ji(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ra(e){if(ur(e)==="html")return e;const t=e.assignedSlot||e.parentNode||T3(e)&&e.host||Qi(e);return T3(t)?t.host:t}function e1(e){const t=Ra(e);return Tc(t)?e.ownerDocument?e.ownerDocument.body:e.body:yi(t)&&ro(t)?t:e1(t)}function xl(e,t){var n;t===void 0&&(t=[]);const i=e1(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=In(i);return s?t.concat(o,o.visualViewport||[],ro(i)?i:[]):t.concat(i,xl(i))}function t1(e){const t=Qn(e);let n=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const s=yi(e),o=s?e.offsetWidth:n,c=s?e.offsetHeight:i,u=Ll(n)!==o||Ll(i)!==c;return u&&(n=o,i=c),{width:n,height:i,$:u}}function l0(e){return Ji(e)?e:e.contextElement}function Ma(e){const t=l0(e);if(!yi(t))return cr(1);const n=t.getBoundingClientRect(),{width:i,height:s,$:o}=t1(t);let c=(o?Ll(n.width):n.width)/i,u=(o?Ll(n.height):n.height)/s;return(!c||!Number.isFinite(c))&&(c=1),(!u||!Number.isFinite(u))&&(u=1),{x:c,y:u}}const x7=cr(0);function n1(e){const t=In(e);return!o0()||!t.visualViewport?x7:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function S7(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==In(e)?!1:t}function Wr(e,t,n,i){t===void 0&&(t=!1),n===void 0&&(n=!1);const s=e.getBoundingClientRect(),o=l0(e);let c=cr(1);t&&(i?Ji(i)&&(c=Ma(i)):c=Ma(e));const u=S7(o,n,i)?n1(o):cr(0);let d=(s.left+u.x)/c.x,f=(s.top+u.y)/c.y,g=s.width/c.x,p=s.height/c.y;if(o){const v=In(o),y=i&&Ji(i)?In(i):i;let b=v.frameElement;for(;b&&i&&y!==v;){const I=Ma(b),k=b.getBoundingClientRect(),L=Qn(b),x=k.left+(b.clientLeft+parseFloat(L.paddingLeft))*I.x,w=k.top+(b.clientTop+parseFloat(L.paddingTop))*I.y;d*=I.x,f*=I.y,g*=I.x,p*=I.y,d+=x,f+=w,b=In(b).frameElement}}return Va({width:g,height:p,x:d,y:f})}function D7(e){let{rect:t,offsetParent:n,strategy:i}=e;const s=yi(n),o=Qi(n);if(n===o)return t;let c={scrollLeft:0,scrollTop:0},u=cr(1);const d=cr(0);if((s||!s&&i!=="fixed")&&((ur(n)!=="body"||ro(o))&&(c=xc(n)),yi(n))){const f=Wr(n);u=Ma(n),d.x=f.x+n.clientLeft,d.y=f.y+n.clientTop}return{width:t.width*u.x,height:t.height*u.y,x:t.x*u.x-c.scrollLeft*u.x+d.x,y:t.y*u.y-c.scrollTop*u.y+d.y}}function j7(e){return Array.from(e.getClientRects())}function i1(e){return Wr(Qi(e)).left+xc(e).scrollLeft}function O7(e){const t=Qi(e),n=xc(e),i=e.ownerDocument.body,s=fi(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),o=fi(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let c=-n.scrollLeft+i1(e);const u=-n.scrollTop;return Qn(i).direction==="rtl"&&(c+=fi(t.clientWidth,i.clientWidth)-s),{width:s,height:o,x:c,y:u}}function A7(e,t){const n=In(e),i=Qi(e),s=n.visualViewport;let o=i.clientWidth,c=i.clientHeight,u=0,d=0;if(s){o=s.width,c=s.height;const f=o0();(!f||f&&t==="fixed")&&(u=s.offsetLeft,d=s.offsetTop)}return{width:o,height:c,x:u,y:d}}function E7(e,t){const n=Wr(e,!0,t==="fixed"),i=n.top+e.clientTop,s=n.left+e.clientLeft,o=yi(e)?Ma(e):cr(1),c=e.clientWidth*o.x,u=e.clientHeight*o.y,d=s*o.x,f=i*o.y;return{width:c,height:u,x:d,y:f}}function x3(e,t,n){let i;if(t==="viewport")i=A7(e,n);else if(t==="document")i=O7(Qi(e));else if(Ji(t))i=E7(t,n);else{const s=n1(e);i={...t,x:t.x-s.x,y:t.y-s.y}}return Va(i)}function r1(e,t){const n=Ra(e);return n===t||!Ji(n)||Tc(n)?!1:Qn(n).position==="fixed"||r1(n,t)}function P7(e,t){const n=t.get(e);if(n)return n;let i=xl(e).filter(u=>Ji(u)&&ur(u)!=="body"),s=null;const o=Qn(e).position==="fixed";let c=o?Ra(e):e;for(;Ji(c)&&!Tc(c);){const u=Qn(c),d=s0(c);!d&&u.position==="fixed"&&(s=null),(o?!d&&!s:!d&&u.position==="static"&&!!s&&["absolute","fixed"].includes(s.position)||ro(c)&&!d&&r1(e,c))?i=i.filter(g=>g!==c):s=u,c=Ra(c)}return t.set(e,i),i}function z7(e){let{element:t,boundary:n,rootBoundary:i,strategy:s}=e;const c=[...n==="clippingAncestors"?P7(t,this._c):[].concat(n),i],u=c[0],d=c.reduce((f,g)=>{const p=x3(t,g,s);return f.top=fi(p.top,f.top),f.right=Ri(p.right,f.right),f.bottom=Ri(p.bottom,f.bottom),f.left=fi(p.left,f.left),f},x3(t,u,s));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function V7(e){return t1(e)}function R7(e,t,n){const i=yi(t),s=Qi(t),o=n==="fixed",c=Wr(e,!0,o,t);let u={scrollLeft:0,scrollTop:0};const d=cr(0);if(i||!i&&!o)if((ur(t)!=="body"||ro(s))&&(u=xc(t)),i){const f=Wr(t,!0,o,t);d.x=f.x+t.clientLeft,d.y=f.y+t.clientTop}else s&&(d.x=i1(s));return{x:c.left+u.scrollLeft-d.x,y:c.top+u.scrollTop-d.y,width:c.width,height:c.height}}function S3(e,t){return!yi(e)||Qn(e).position==="fixed"?null:t?t(e):e.offsetParent}function J7(e){let t=Ra(e);for(;yi(t)&&!Tc(t);){if(s0(t))return t;t=Ra(t)}return null}function a1(e,t){const n=In(e);if(!yi(e))return n;let i=S3(e,t);for(;i&&T7(i)&&Qn(i).position==="static";)i=S3(i,t);return i&&(ur(i)==="html"||ur(i)==="body"&&Qn(i).position==="static"&&!s0(i))?n:i||J7(e)||n}const Q7=async function(e){let{reference:t,floating:n,strategy:i}=e;const s=this.getOffsetParent||a1,o=this.getDimensions;return{reference:R7(t,await s(n),i),floating:{x:0,y:0,...await o(n)}}};function _7(e){return Qn(e).direction==="rtl"}const W7={convertOffsetParentRelativeRectToViewportRelativeRect:D7,getDocumentElement:Qi,getClippingRect:z7,getOffsetParent:a1,getElementRects:Q7,getClientRects:j7,getDimensions:V7,getScale:Ma,isElement:Ji,isRTL:_7};function H7(e,t){let n=null,i;const s=Qi(e);function o(){clearTimeout(i),n&&n.disconnect(),n=null}function c(u,d){u===void 0&&(u=!1),d===void 0&&(d=1),o();const{left:f,top:g,width:p,height:v}=e.getBoundingClientRect();if(u||t(),!p||!v)return;const y=nl(g),b=nl(s.clientWidth-(f+p)),I=nl(s.clientHeight-(g+v)),k=nl(f),x={rootMargin:-y+"px "+-b+"px "+-I+"px "+-k+"px",threshold:fi(0,Ri(1,d))||1};let w=!0;function N(M){const T=M[0].intersectionRatio;if(T!==d){if(!w)return c();T?c(!1,T):i=setTimeout(()=>{c(!1,1e-7)},100)}w=!1}try{n=new IntersectionObserver(N,{...x,root:s.ownerDocument})}catch{n=new IntersectionObserver(N,x)}n.observe(e)}return c(!0),o}function B7(e,t,n,i){i===void 0&&(i={});const{ancestorScroll:s=!0,ancestorResize:o=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:d=!1}=i,f=l0(e),g=s||o?[...f?xl(f):[],...xl(t)]:[];g.forEach(L=>{s&&L.addEventListener("scroll",n,{passive:!0}),o&&L.addEventListener("resize",n)});const p=f&&u?H7(f,n):null;let v=-1,y=null;c&&(y=new ResizeObserver(L=>{let[x]=L;x&&x.target===f&&y&&(y.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{y&&y.observe(t)})),n()}),f&&!d&&y.observe(f),y.observe(t));let b,I=d?Wr(e):null;d&&k();function k(){const L=Wr(e);I&&(L.x!==I.x||L.y!==I.y||L.width!==I.width||L.height!==I.height)&&n(),I=L,b=requestAnimationFrame(k)}return n(),()=>{g.forEach(L=>{s&&L.removeEventListener("scroll",n),o&&L.removeEventListener("resize",n)}),p&&p(),y&&y.disconnect(),y=null,d&&cancelAnimationFrame(b)}}const F7=(e,t,n)=>{const i=new Map,s={platform:W7,...n},o={...s.platform,_c:i};return p7(e,t,{...s,platform:o})},G7=e=>({getElementRects:({reference:s,floating:o})=>{const c=s.getBoundingClientRect(),u=o.getBoundingClientRect();return{reference:{width:c.width,height:c.height,x:c.x,y:c.y},floating:{width:u.width,height:u.height,x:u.x,y:u.y}}},getDimensions:s=>{const{width:o,height:c}=s.getBoundingClientRect();return{width:o,height:c}},getClippingRect:({})=>{const{width:s=0,height:o=0}=(e==null?void 0:e.getBoundingClientRect())??{};return{width:s,height:o,x:0,y:0}}}),dd={},Ad=e=>document.querySelector(e)instanceof HTMLElement,Z7=()=>(dd.fullscreenReferId||(dd.fullscreenReferId=`id_${zi.v4()}`),dd.fullscreenReferId),Qs=e=>e instanceof Element||e instanceof HTMLDocument,s1=e=>{if(Qs(e))return{isElement:!0,content:e,vNode:void 0};if(/^(#|\.)/.test(e)){const t=document.querySelector(e),n=Qs(t);return{isElement:n,content:n?t:e,vNode:n?void 0:e}}return{isElement:!1,content:e,vNode:e}},Y7=(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o})=>{const c=r.ref(!1),u=r.ref(),d=()=>{var K,z,Q;const re=L((K=n.value)==null?void 0:K.$el);return(z=document.fullscreenElement)!=null&&z.shadowRoot?document.fullscreenElement.shadowRoot.contains(re):(Q=document.fullscreenElement)==null?void 0:Q.contains(re)},f=re=>d()?document.fullscreenElement.shadowRoot?document.fullscreenElement.shadowRoot.querySelector(re):document.fullscreenElement.querySelector(re):document.body,g=["dark","light"],p=r.computed(()=>{var Q;const re=((Q=e.theme)==null?void 0:Q.split(/\s+/))??[];re.sort((ee,de)=>Number(g.includes(de))-Number(g.includes(ee)));const K=re,z=re.filter(ee=>!g.includes(ee));return{systemThemes:K,customThemes:z}}),v=()=>e.autoVisibility,y=()=>e.autoPlacement,b=()=>{var G,ae,Ce,we;const re=L((G=n.value)==null?void 0:G.$el),K=L((ae=i.value)==null?void 0:ae.$el),z=e.arrow?L((Ce=s.value)==null?void 0:Ce.$el):null,Q=L((we=o.value)==null?void 0:we.$el),{isElement:ee,content:de}=s1(e.content);return K&&ee&&!(K!=null&&K.contains(de))&&K.append(de),{elReference:re,elContent:K,elArrow:z,root:Q}},I=()=>{const re={};return Array.isArray(e.modifiers)&&e.modifiers.forEach(K=>{var Q,ee,de,G;let z;if(K.name==="offset"){if(typeof((Q=K.options)==null?void 0:Q.offset)=="number"&&(z=(ee=K.options)==null?void 0:ee.offset),Array.isArray((de=K.options)==null?void 0:de.offset)){const[ae,Ce]=(G=K.options)==null?void 0:G.offset;z={mainAxis:ae,crossAxis:Ce}}Object.assign(re,{offset:z})}}),re},k=(re,K)=>{const z=I(),Q=[L7(z.offset||K.offset),k7({padding:K.padding})],ee={placement:K.placement,middleware:Q};if(K.arrow&&Q.push(v7({element:re})),y()?Q.push(b7()):(Q.unshift(I7()),Q.push(C7())),v()&&ee.middleware.push(w7()),d()||K.isVirtualEl){const{getElementRects:de,getDimensions:G,getClippingRect:ae}=G7(u.value);Object.assign(ee,{platform:{...(K==null?void 0:K.platform)??{},getElementRects:de,getDimensions:G,getClippingRect:ae}})}return ee},L=re=>re instanceof HTMLElement?re:re instanceof Text?L(re.nextElementSibling):typeof(re==null?void 0:re.getBoundingClientRect)=="function"?re:null,x=p.value.customThemes.join(" "),w=p.value.customThemes.reduce((re,K)=>({[`data-${K}-theme`]:!0,...re}),{}),N=`${x}`;let M=null;const T=re=>{const K=window.devicePixelRatio||1;return Math.round(re*K)/K||0},j=(re,K,z,Q)=>{var de;e.disableTransform?Object.assign(re.style,{left:`${T(K)}px`,top:`${T(z)}px`}):Object.assign(re.style,{left:"0",top:"0",transform:`translate3d(${T(K)}px,${T(z)}px,0)`});const ee=v()?(de=Q.hide)==null?void 0:de.referenceHidden:!1;Object.assign(re.style,{visibility:ee?"hidden":"visible"})},S=(re,K,z)=>{if(e.arrow){const{x:Q,y:ee}=z.arrow??{};re.setAttribute("data-arrow",K);const de={left:"",top:"",bottom:"",right:""};Object.assign(re.style,de);const G={top:"bottom",right:"left",bottom:"top",left:"right"}[K];Object.assign(re.style,{left:Q!==null?`${Q}px`:"",top:ee!==null?`${ee}px`:"",[G]:"-4px"})}},O=()=>{const{elReference:re,elContent:K}=b();M=B7(re,K,()=>{c.value&&J(null,e)})},J=(re=null,K={})=>{const{elReference:z,elContent:Q,elArrow:ee}=b(),de=re||z;if(!de||!Q)return;const G=k(ee,K);F7(de,Q,G).then(({x:ae,y:Ce,placement:we,middlewareData:xe})=>{const _e=Q.className;Q.className=`${_e.replace(N,"")} ${N}`.replace(/\s+/mg," ").replace(/^\s+|\s+$/g,""),Object.keys(w).forEach(ye=>{Q.setAttribute(ye,w[ye])});const Ge=we.split("-")[0];let oe=Ge;["left","right","top","bottom"].includes(Ge)||(oe="top"),j(Q,ae,Ce,xe),S(ee,oe,xe)})};let A,V,P=!1;const Y=()=>Array.isArray(e.popoverDelay)?[e.popoverDelay[0],e.popoverDelay.slice(-1)[0]]:[e.popoverDelay,e.popoverDelay],X=()=>{const re=Y()[0];V=setTimeout(()=>{A&&clearTimeout(A),e.disabled||(c.value=!0)},re)},ue=()=>{const re=Y()[1];A=setTimeout(()=>{V&&clearTimeout(V),c.value=!1},re)},pe=()=>{var K;const re=L((K=i.value)==null?void 0:K.$el);re.style.setProperty("display","block"),re.style.setProperty("z-index",`${e.zIndex?e.zIndex:gi.getPopperIndex()}`),J(),t.emit("afterShow",{isShow:!0})},le=()=>{var K;L((K=i.value)==null?void 0:K.$el).style.setProperty("display","none"),t.emit("afterHidden",{isShow:!1})},se=()=>{c.value?ue():X()},te=()=>{se()},U=()=>{e.trigger==="hover"&&(A&&(P=!0,clearTimeout(A),A=void 0),_())},F=()=>{P&&(ue(),P=!1,W())},_=()=>{t.emit(ji.CONTENT_MOUSEENTER)},W=()=>{t.emit(ji.CONTENT_MOUSELEAVE)},H=()=>({hover:{content:[["mouseenter",U],["mouseleave",F]],reference:[["mouseenter",X],["mouseleave",ue],["focus",X],["blur",ue]]},click:[["click",te]],manual:{content:[["mouseenter",_],["mouseleave",W]],reference:[[]]}})[e.trigger]??[],ne=re=>{u.value=re};return r.watch(()=>e.isShow,re=>{c.value=re}),r.watch(c,re=>{re?pe():le()}),{showPopover:X,hidePopover:ue,resolveTriggerEvents:H,updatePopover:J,triggerPopover:se,resolvePopElements:b,isElementFullScreen:d,resolveTargetElement:L,createPopInstance:O,updateFullscreenTarget:ne,getFullscreenRoot:f,stopHide:()=>{A&&(P=!0,clearTimeout(A),A=void 0)},localIsShow:c,cleanup:M}};let qi=null,il=null;const U7=(e,t="#")=>{const n=i=>{let s=null;const o=d=>{s===null&&d()},c=()=>{if(/^parent$/i.test(e.boundary)){s=`${t}${qi}`;const{parentNode:d}=i||{};d!=null&&d.parentNode&&(d.parentNode.setAttribute("data-pnode-id",il),s=`[data-pnode-id=${il}]`)}},u=()=>{if(!/^body$/i.test(e.boundary)){if(typeof e.boundary=="string"){if(!Ad(e.boundary)){console.error("props.boundary is not available selector"),s="body";return}s=e.boundary;return}if(Qs(e.boundary)){s=e.boundary;return}}};return o(c),o(u),o(()=>{s=typeof e.boundary=="string"?e.boundary:`${t}${qi}`}),s};if(qi===null||!Ad(`#${qi}`)){qi=`id_${zi.v4()}`;const i=document.createElement("div");i.setAttribute("id",qi),i.setAttribute("data-popper-id",qi),document.body.append(i)}return il===null&&(il=`id_${zi.v4()}`),{popContainerId:qi,prefixId:n(),getPrefixId:n}},$7=(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o})=>{let c=null;const u=r.ref(!1),d=Z7(),f=r.ref(),{localIsShow:g,showPopover:p,hidePopover:v,updatePopover:y,resolveTriggerEvents:b,resolvePopElements:I,isElementFullScreen:k,updateFullscreenTarget:L,createPopInstance:x,getFullscreenRoot:w,stopHide:N}=Y7(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o}),M=()=>{p()},T=()=>{v()},j=()=>{x(),e.always?p():S()},S=()=>{const{elReference:F,elContent:_}=I();if(c=b(),Array.isArray(c))O(F,c);else{const{content:W,reference:H}=c;O(F,H),O(_,W)}},O=(F,_)=>{_.forEach(([W,H])=>{W&&typeof H=="function"&&F.addEventListener(W,H)})},J=()=>{if(c!=null&&c.length){const{elReference:F}=I();F&&c.forEach(([_,W])=>{_&&typeof W=="function"&&F.removeEventListener(_,W)}),c=null}},A=()=>{const{elReference:F,root:_}=I();if(u.value){X.value=f==null?void 0:f.value;return}X.value=V(_||F)},{getPrefixId:V}=U7(e,"#"),P=()=>{var F;(F=f==null?void 0:f.value)==null||F.setAttribute("data-fllsrn-id",d)},Y=()=>{var _;const F=`[data-fllsrn-id=${d}]`;(((_=f==null?void 0:f.value)==null?void 0:_.querySelectorAll(F))??[]).forEach(W=>{W==null||W.removeAttribute("data-fllsrn-id")})},X=r.ref(),ue=()=>{J()},pe=F=>{f.value=F,L(F),u.value=k(),P()},le=F=>{document.fullscreenElement||Y(),pe(F.target),A(),y(null,e)};return{onMountedFn:()=>{if(!e.disabled){if(j(),k()){const F=`[data-fllsrn-id=${d}]`,_=w(F);pe(_)}A(),document.body.addEventListener("fullscreenchange",le)}},onUnmountedFn:()=>{ue(),document.body.removeEventListener("fullscreenchange",le)},handleClickOutside:F=>{t.emit(ji.CLICK_OUTSIDE,{isShow:g.value,event:F}),!(e.disableOutsideClick||e.always||e.disabled||e.trigger==="manual")&&g.value&&T()},beforeInstanceUnmount:ue,updateBoundary:A,initPopInstance:j,updatePopover:y,showPopover:p,hidePopover:v,showFn:M,hideFn:T,stopHide:N,isFullscreen:u,boundary:X,localIsShow:g}},o1=r.defineComponent({name:"Popover",components:{Content:C3,Arrow:b3,Root:w3},directives:{clickoutside:vi},props:l7,emits:s7,setup(e,t){const{content:n,theme:i,disableTeleport:s}=e,{reference:o}=r.toRefs(e),c=r.ref(),u=r.ref(),d=r.ref(),f=r.ref(),g=r.computed(()=>o.value||c.value),{onMountedFn:p,onUnmountedFn:v,handleClickOutside:y,beforeInstanceUnmount:b,updateBoundary:I,initPopInstance:k,showFn:L,hideFn:x,showPopover:w,hidePopover:N,updatePopover:M,stopHide:T,localIsShow:j,boundary:S}=$7(e,t,{refReference:g,refContent:u,refArrow:d,refRoot:f});!e.always&&!e.disabled&&r.watch(()=>e.isShow,()=>{e.isShow?w():N()},{immediate:!0}),r.watch(()=>[e.disabled],Y=>{Y[0]?b():k()}),I(),r.onMounted(p),r.onBeforeUnmount(v);const O=r.computed(()=>!s),J=()=>{L()},A=()=>{x()},V=r.computed(()=>e.renderType===Yl.AUTO?!0:j.value),P=()=>{if(e.allowHtml){const{vNode:Y}=s1(e.content);return Y}return n};return{boundary:S,arrow:e.arrow,refDefaultReference:c,refContent:u,refArrow:d,content:n,theme:i,transBoundary:O,handleClickOutside:y,updatePopover:M,hide:A,show:J,stopHide:T,contentIsShow:V,renderContent:P}},render(){return r.createVNode(w3,{ref:"refRoot"},{default:()=>[r.createVNode(c7,{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(C3,{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(b3,{ref:"refArrow"},{default:()=>{var e,t;return[(t=(e=this.$slots).arrow)==null?void 0:t.call(e)]}}):""}),[[r.resolveDirective("clickoutside"),this.handleClickOutside]])]})]})}});function c0(e){let t=null,n=null,i=null;const s={boundary:"body",placement:"top",autoVisibility:!1,...e,trigger:"manual"},o={name:"$popover",setup(p,{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(Qs(S)){const{x:A,y:V,width:P,height:Y}=S.getBoundingClientRect();Object.assign(I.value,{width:`${P}px`,height:`${Y}px`,transform:`translate3d(${A}px,${V}px,0)`});return}const{clientX:O,clientY:J}=S;Object.assign(I.value,{transform:`translate3d(${O}px,${J}px,0)`,width:"10px",height:"10px"})};k(y.value.target);const L=()=>{var S,O;(O=(S=b.value)==null?void 0:S.show)==null||O.call(S)},x=()=>{var S,O;(O=(S=b.value)==null?void 0:S.hide)==null||O.call(S)},w=()=>{var S,O;(O=(S=b.value)==null?void 0:S.stopHide)==null||O.call(S)},N=r.computed(()=>{const S=["target"];return Object.keys(y.value).filter(O=>!S.includes(O)).reduce((O,J)=>({...O,[J]:y.value[J]}),{})}),M=S=>{var O,J;y.value.target=S,k(S),(J=(O=b.value)==null?void 0:O.updatePopover)==null||J.call(O),r.nextTick(()=>{var A,V;(V=(A=b.value)==null?void 0:A.updatePopover)==null||V.call(A)})},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:w}),()=>r.createVNode(o1,r.mergeProps(N.value,{ref:b,onContentMouseenter:T,onContentMouseleave:j}),{default:()=>[r.createVNode("span",{style:I.value},null)]})}};function c(p){return/^body$/i.test(p)?document.body:/^parent$/i.test(p)?Qs(s.target)?s.target.parentNode:s.target.target.parentNode:typeof p=="string"&&Ad(p)?document.querySelector(p):document.body}t===null&&(i=document.createElement("div"),c(s.boundary).append(i),t=r.createApp(o),n=t.mount(i));function u(){t&&(t.unmount(),n=null,t=null,i.remove())}function d(){n==null||n.show()}function f(p){n==null||n.updateTarget(p)}function g(){n==null||n.hide()}return{close:u,show:d,hide:g,update:f,get vm(){return n},get $el(){return n.$el}}}const $t=Fe(o1),K7=r.defineComponent({name:"Popover2",setup(){return()=>r.createVNode("code",null,["<bk-popover2></bk-popover2>已经合并为<bk-popover></bk-popover>,请替换为<bk-popover></bk-popover>"])}}),l1=Fe(K7),X7=(e,{attrs:t,slots:n})=>{const{width:i,percent:s,strokeWidth:o,color:c,strokeLinecap:u,theme:d,type:f,bgColor:g,titleStyle:p}=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,w=`${-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:w},T={strokeDasharray:`${L*x*(s/100)}px, ${L}px`,strokeDashoffset:w,transition:N},j=`
|
45
|
+
${Gl(u)}`),u===!0})}});return Object.defineProperty(i,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(i,"loose",{get(){return this._vueTypes_isLoose=!0,this}}),i}const jw=["name","validate","getter"],Ow=(()=>{var e,t;return t=e=class{static get any(){return bw()}static get func(){return Cw().def(this.defaults.func)}static get bool(){return ww().def(this.defaults.bool)}static get string(){return ln().def(this.defaults.string)}static get number(){return vg().def(this.defaults.number)}static get array(){return Cf().def(this.defaults.array)}static get object(){return yg().def(this.defaults.object)}static get integer(){return Mw().def(this.defaults.integer)}static get symbol(){return Iw()}static extend(n){if(Da(n))return n.forEach(f=>this.extend(f)),this;const{name:i,validate:s=!1,getter:o=!1}=n,c=dg(n,jw);if(Sa(this,i))throw new TypeError(`[VueTypes error]: Type "${i}" already defined`);const{type:u}=c;if(Il(u))return delete c.type,Object.defineProperty(this,i,o?{get:()=>p3(i,u,c)}:{value(...f){const g=p3(i,u,c);return g.validator&&(g.validator=g.validator.bind(g,...f)),g}});let d;return d=o?{get(){const f=Object.assign({},c);return s?di(i,f):Ee(i,f)},enumerable:!0}:{value(...f){const g=Object.assign({},c);let p;return p=s?di(i,g):Ee(i,g),g.validator&&(p.validator=g.validator.bind(p,...f)),p},enumerable:!0},Object.defineProperty(this,i,d)}},e.defaults={},e.sensibleDefaults=void 0,e.config=xd,e.custom=Nw,e.oneOf=Lw,e.instanceOf=xw,e.oneOfType=kw,e.arrayOf=Tw,e.objectOf=Sw,e.shape=Dw,e.utils={validate:(n,i)=>Br(i,n,!0)===!0,toType:(n,i,s=!1)=>s?di(n,i):Ee(n,i)},t})();function bg(e={func:()=>{},bool:!0,string:"",number:0,array:()=>[],object:()=>({}),integer:0}){var t,n;return n=t=class extends Ow{static get sensibleDefaults(){return Ts({},this.defaults)}static set sensibleDefaults(i){this.defaults=i!==!1?Ts({},i!==!0?i:e):{}}},t.defaults=Ts({},e),n}class xj extends bg(){}const Aw=bg({});function Cg(e){return e.reduce((t,n)=>(t[n]=n,t),Object.create(null))}var wf=(e=>(e.SMALL="small",e.LARGE="large",e.DEFAULT="default",e))(wf||{});function Mf(){return ln().def("show")}var Nl=(e=>(e.LEFT="left",e.CENTER="center",e.RIGHT="right",e))(Nl||{});function Sd(){return ln().def("left")}var Zl=(e=>(e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.DANGER="danger",e))(Zl||{}),Oa=(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))(Oa||{});function If(){return ln().def("bottom")}function wg(){return ln().def("hover")}var Yl=(e=>(e.AUTO="auto",e.SHOWN="shown",e))(Yl||{});function Ew(){return Ee("popRenderType",{}).def("shown")}function Mg(){return Ee("dialogType",{default:"operation"})}function Ig(){return Ee("direction",{}).def("horizontal")}function Ng(){return Ee("lineType",{}).def("dashed")}var Lg=(e=>(e.SUCCESS="success",e.INFO="info",e.WARNING="warning",e.DANGER="danger",e))(Lg||{});function Ul(){return Ee("tagTheme",{}).def()}function kg(){return Ee("behavior",{}).def("normal")}class m extends Aw{static size(){const t=["small","default","large"];return Ee("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 Ee("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 Ee("Placements",{validator:n=>!!(!n||t.includes(n)),default:"top"})}static style(){return Ee("Style",{type:[String,Object]})}static position(t=["top-left","top-right","bottom-left","bottom-right"]){return Ee("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 dl=(e=>(e.CHECKBOX="checkbox",e.CHECK="check",e))(dl||{});function Pw(){return Ee("selectedStyle",{}).def("check")}function Ae(e,t=""){return Object.entries(e).filter(n=>n[1]).map(n=>n[0]).join(" ").concat(t?` ${t}`:"")}const Tg=Object.create({}),xg=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),fn=(e,t,n=!1,i)=>(e.install=function(s,{prefix:o}={}){const c=s.config.globalProperties.bkUIPrefix||o||"Bk";i&&s.directive(c+i.name,i.directive),s.component(c+e.name,e),!n&&Object.values(t).forEach(u=>{s.component(c+u.name,u)})},Object.keys(t).forEach(s=>{e[s]=t[s]}),e);function Z(e,t="bk"){return`${t}-${e}`}function Zs(e=300,t,n=!1){let i,s;const o=function(){const c=this,u=arguments;if(i&&clearTimeout(i),n){const d=!i;i=setTimeout(()=>{i=null},e),d&&(s=t.apply(c,u))}else i=setTimeout(()=>{t.apply(c,u)},e);return s};return o.cancel=function(){clearTimeout(i),i=null},o}function Ca(e=[],t=[]){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++){if(Array.isArray(e[n]))return Ca(e[n],t[n]);if(e[n]!==t[n])return!1}return!0}const zw={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:"复制失败"}},$l=Symbol("rootProviderData"),Aa={locale:zw,prefix:"bk"},Dd=e=>{document.documentElement.style.setProperty("--bk-prefix",e||Aa.prefix)},Nf=e=>{const t=r.reactive({...rt.merge(Aa,e)});Dd(e.prefix),Object.keys(e).forEach(n=>{r.watch(()=>e[n],()=>{n==="prefix"&&Dd(e[n]),t[n]=e[n]})}),r.provide($l,t)},Vw=()=>{const e=r.inject($l,Aa);return r.computed(()=>e)},Rw={locale:{type:Object},prefix:{type:String,default:"bk"}},Jw=r.defineComponent({name:"ConfigProvider",inheritAttrs:!1,props:Rw,setup(e,{slots:t}){return Nf(e),()=>{var n;return(n=t.default)==null?void 0:n.call(t)}}});function ft(e){const t=r.inject($l,Aa);return r.computed(()=>{const{locale:n}=t;return n&&e?n[e]:{}})}function Kl(){const e=r.inject($l,Aa),t=r.computed(()=>{const{prefix:i}=e;return i||""});function n(i){return`${t.value}-${i.replace(new RegExp(`^${Aa.prefix}-`),"")}`}return{prefix:t,resolveClassName:n}}const Sg=Fe(Jw);function Dg(e,t,n){return r.h(e.name,{key:t,...e.attributes,style:`${e.attributes.style} ${n||""}`},(e.elements||[]).map((i,s)=>Dg(i,`${t}-${e.name}-${s}`)))}const Ie=(e,t)=>{const{data:n,name:i,width:s,height:o,fill:c,...u}={...t.attrs,...e},d=`width: ${s}; height: ${o}; fill: ${c}`,f={display:"inline-flex","align-items":"center","justify-content":"center"};return r.createVNode("span",r.mergeProps({style:f},u),[Dg(n,i,d)])};Ie.inheritAttrs=!1;Ie.displayName="bkIcon";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":"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"}}]}'),Xl=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Qw,name:"angleDoubleDownLine"}),null)};Xl.displayName="angleDoubleDownLine";Xl.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":"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"}}]}'),Lf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:_w,name:"angleDoubleLeftLine"}),null)};Lf.displayName="angleDoubleLeftLine";Lf.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":"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"}}]}'),Ea=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Ww,name:"angleDoubleLeft"}),null)};Ea.displayName="angleDoubleLeft";Ea.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":"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"}}]}'),kf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Hw,name:"angleDoubleRightLine"}),null)};kf.displayName="angleDoubleRightLine";kf.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":"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"}}]}'),Pa=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Bw,name:"angleDoubleRight"}),null)};Pa.displayName="angleDoubleRight";Pa.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":"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"}}]}'),ql=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Fw,name:"angleDoubleUpLine"}),null)};ql.displayName="angleDoubleUpLine";ql.inheritAttrs=!1;const Gw=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"}}]}'),ec=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Gw,name:"angleDownFill"}),null)};ec.displayName="angleDownFill";ec.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 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}'),Tf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Zw,name:"angleDownLine"}),null)};Tf.displayName="angleDownLine";Tf.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":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),Ys=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Yw,name:"angleDown"}),null)};Ys.displayName="angleDown";Ys.inheritAttrs=!1;const Uw=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"}}]}'),pi=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Uw,name:"angleLeft"}),null)};pi.displayName="angleLeft";pi.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":"M424 728L376 680 552 504 376 328 424 280 648 504 424 728z"}}]}'),Jn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:$w,name:"angleRight"}),null)};Jn.displayName="angleRight";Jn.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":"M512 704L96 256 187.04 256 512 256 836.96 256 928 256 512 704z"}}]}'),Us=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Kw,name:"angleUpFill"}),null)};Us.displayName="angleUpFill";Us.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":"M512 368L736 592 688 640 512 464 336 640 288 592 512 368z"}}]}'),Fr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:Xw,name:"angleUp"}),null)};Fr.displayName="angleUp";Fr.inheritAttrs=!1;const qw=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"}}]}'),tc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:qw,name:"archiveFill"}),null)};tc.displayName="archiveFill";tc.inheritAttrs=!1;const eM=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"}}]}'),nc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:eM,name:"arrowsLeft"}),null)};nc.displayName="arrowsLeft";nc.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":"M608 480H288v64H608l-96 96 48 48L736 512l-176-176L512 384Z"}}]}'),ic=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:tM,name:"arrowsRight"}),null)};ic.displayName="arrowsRight";ic.inheritAttrs=!1;const nM=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"}}]}'),rc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:nM,name:"audioFill"}),null)};rc.displayName="audioFill";rc.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":"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"}}]}'),xf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:iM,name:"bk"}),null)};xf.displayName="bk";xf.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":"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"}}]}'),$s=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:rM,name:"circle"}),null)};$s.displayName="circle";$s.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":{"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"}}]}'),Ks=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:aM,name:"closeLine"}),null)};Ks.displayName="closeLine";Ks.inheritAttrs=!1;const sM=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"}}]}'),hn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:sM,name:"close"}),null)};hn.displayName="close";hn.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":"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"}}]}'),Sf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:oM,name:"code"}),null)};Sf.displayName="code";Sf.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":"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"}}]}'),ac=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:lM,name:"cogShape"}),null)};ac.displayName="cogShape";ac.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":"M496 216l-76.32 76.32 152.64 152.8H64v101.76H572.16l-152.48 152.8L496 776 775.52 496Zm362.4 0v560H960v-560Z"}}]}'),sc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:cM,name:"collapseLeft"}),null)};sc.displayName="collapseLeft";sc.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":{"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"}}]}'),oc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:uM,name:"copyShape"}),null)};oc.displayName="copyShape";oc.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":"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"}}]}'),Df=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:dM,name:"copy"}),null)};Df.displayName="copy";Df.inheritAttrs=!1;const fM=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"}}]}'),jf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:fM,name:"dataShape"}),null)};jf.displayName="dataShape";jf.inheritAttrs=!1;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":"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"}}]}'),za=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:hM,name:"del"}),null)};za.displayName="del";za.inheritAttrs=!1;const gM=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"}}]}'),Of=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:gM,name:"docFill"}),null)};Of.displayName="docFill";Of.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":"M704 352l48 48-304 304-176-176 48-48 128 128z"}}]}'),fr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:mM,name:"done"}),null)};fr.displayName="done";fr.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 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"}}]}'),Xs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:pM,name:"downShape"}),null)};Xs.displayName="downShape";Xs.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":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),zs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:vM,name:"downSmall"}),null)};zs.displayName="downSmall";zs.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":"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"}}]}'),lc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:yM,name:"editLine"}),null)};lc.displayName="editLine";lc.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":"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"}}]}'),Vs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:bM,name:"ellipsis"}),null)};Vs.displayName="ellipsis";Vs.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":"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"}}]}'),Af=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:CM,name:"enlargeLine"}),null)};Af.displayName="enlargeLine";Af.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":{"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"}}]}'),dn=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:wM,name:"error"}),null)};dn.displayName="error";dn.inheritAttrs=!1;const MM=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"}}]}'),Ef=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:MM,name:"excelFill"}),null)};Ef.displayName="excelFill";Ef.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":"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"}}]}'),qs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:IM,name:"exclamationCircleShape"}),null)};qs.displayName="exclamationCircleShape";qs.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"}}]}'),cc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:NM,name:"eye"}),null)};cc.displayName="eye";cc.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":"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"}}]}'),Pf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:LM,name:"filliscreenLine"}),null)};Pf.displayName="filliscreenLine";Pf.inheritAttrs=!1;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":{"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"}}]}'),uc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:kM,name:"fixLine"}),null)};uc.displayName="fixLine";uc.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":{"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"}}]}'),dc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:TM,name:"fixShape"}),null)};dc.displayName="fixShape";dc.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":"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"}}]}'),zf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:xM,name:"folderOpen"}),null)};zf.displayName="folderOpen";zf.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":"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"}}]}'),fc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:SM,name:"folderShapeOpen"}),null)};fc.displayName="folderShapeOpen";fc.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":"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"}}]}'),Vf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:DM,name:"folderShape"}),null)};Vf.displayName="folderShape";Vf.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":"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"}}]}'),hc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:jM,name:"folder"}),null)};hc.displayName="folder";hc.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":"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"}}]}'),gc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:OM,name:"funnel"}),null)};gc.displayName="funnel";gc.inheritAttrs=!1;const AM=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"}}]}'),Rf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:AM,name:"helpDocumentFill"}),null)};Rf.displayName="helpDocumentFill";Rf.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 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"}}]}'),Jf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:EM,name:"helpFill"}),null)};Jf.displayName="helpFill";Jf.inheritAttrs=!1;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 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"}}]}'),Qf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:PM,name:"help"}),null)};Qf.displayName="help";Qf.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 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"}}]}'),mc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:zM,name:"imageFill"}),null)};mc.displayName="imageFill";mc.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":"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"}}]}'),_f=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:VM,name:"imgError"}),null)};_f.displayName="imgError";_f.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":"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"}}]}'),Wf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:RM,name:"imgPlacehoulder"}),null)};Wf.displayName="imgPlacehoulder";Wf.inheritAttrs=!1;const JM=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"}}]}'),pc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:JM,name:"infoLine"}),null)};pc.displayName="infoLine";pc.inheritAttrs=!1;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 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"}}]}'),eo=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:QM,name:"info"}),null)};eo.displayName="info";eo.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":"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"}}]}'),Hf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:_M,name:"leftShape"}),null)};Hf.displayName="leftShape";Hf.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":"M192 512a320 320 0 1 0 76.96-208H352v64H160V176h64v82.08A384 384 0 1 1 128 512Z"}}]}'),Bf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:WM,name:"leftTurnLine"}),null)};Bf.displayName="leftTurnLine";Bf.inheritAttrs=!1;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":"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"}}]}'),Ff=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:HM,name:"narrowLine"}),null)};Ff.displayName="narrowLine";Ff.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":"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"}}]}'),Gf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:BM,name:"original"}),null)};Gf.displayName="original";Gf.inheritAttrs=!1;const FM=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"}}]}'),Zf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:FM,name:"pdfFill"}),null)};Zf.displayName="pdfFill";Zf.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":"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"}}]}'),Yf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:GM,name:"playShape"}),null)};Yf.displayName="playShape";Yf.inheritAttrs=!1;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":"M736 480L544 480 544 288 480 288 480 480 288 480 288 544 480 544 480 736 544 736 544 544 736 544z"}}]}'),to=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:ZM,name:"plus"}),null)};to.displayName="plus";to.inheritAttrs=!1;const YM=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"}}]}'),Uf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:YM,name:"pptFill"}),null)};Uf.displayName="pptFill";Uf.inheritAttrs=!1;const UM=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"}}]}'),$f=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:UM,name:"qq"}),null)};$f.displayName="qq";$f.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":"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"}}]}'),no=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:$M,name:"rightShape"}),null)};no.displayName="rightShape";no.inheritAttrs=!1;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":"M832 512a320 320 0 1 1-76.96-208H672v64H864V176H800v82.08A384 384 0 1 0 896 512Z"}}]}'),vc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:KM,name:"rightTurnLine"}),null)};vc.displayName="rightTurnLine";vc.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":"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"}}]}'),Gr=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:XM,name:"search"}),null)};Gr.displayName="search";Gr.inheritAttrs=!1;const qM=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"}}]}'),Kf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:qM,name:"share"}),null)};Kf.displayName="share";Kf.inheritAttrs=!1;const eI=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"}}]}]}'),Wa=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:eI,name:"spinner"}),null)};Wa.displayName="spinner";Wa.inheritAttrs=!1;const tI=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"}}]}'),Ha=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:tI,name:"success"}),null)};Ha.displayName="success";Ha.inheritAttrs=!1;const nI=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"}}]}'),yc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:nI,name:"switcherLoading"}),null)};yc.displayName="switcherLoading";yc.inheritAttrs=!1;const iI=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"}}]}'),bc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:iI,name:"textFile"}),null)};bc.displayName="textFile";bc.inheritAttrs=!1;const rI=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"}}]}'),wa=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:rI,name:"textFill"}),null)};wa.displayName="textFill";wa.inheritAttrs=!1;const aI=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(Ie,r.mergeProps(n,{data:aI,name:"transfer"}),null)};Cc.displayName="transfer";Cc.inheritAttrs=!1;const sI=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"}}]}'),wc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:sI,name:"treeApplicationShape"}),null)};wc.displayName="treeApplicationShape";wc.inheritAttrs=!1;const oI=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"}}]}'),Xf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:oI,name:"unfullScreen"}),null)};Xf.displayName="unfullScreen";Xf.inheritAttrs=!1;const lI=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"}}]}'),Mc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:lI,name:"unvisible"}),null)};Mc.displayName="unvisible";Mc.inheritAttrs=!1;const cI=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"}}]}'),qf=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:cI,name:"upShape"}),null)};qf.displayName="upShape";qf.inheritAttrs=!1;const uI=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"}}]}'),Rs=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:uI,name:"upload"}),null)};Rs.displayName="upload";Rs.inheritAttrs=!1;const dI=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"}}]}'),Ic=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:dI,name:"videoFill"}),null)};Ic.displayName="videoFill";Ic.inheritAttrs=!1;const fI=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"}}]}'),Ba=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:fI,name:"warn"}),null)};Ba.displayName="warn";Ba.inheritAttrs=!1;const hI=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"}}]}'),Nc=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:hI,name:"weixinPro"}),null)};Nc.displayName="weixinPro";Nc.inheritAttrs=!1;const gI=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"}}]}'),e0=(e,t)=>{const n={...e,...t.attrs};return r.createVNode(Ie,r.mergeProps(n,{data:gI,name:"weixin"}),null)};e0.displayName="weixin";e0.inheritAttrs=!1;const mI=Object.freeze(Object.defineProperty({__proto__:null,AngleDoubleDownLine:Xl,AngleDoubleLeft:Ea,AngleDoubleLeftLine:Lf,AngleDoubleRight:Pa,AngleDoubleRightLine:kf,AngleDoubleUpLine:ql,AngleDown:Ys,AngleDownFill:ec,AngleDownLine:Tf,AngleLeft:pi,AngleRight:Jn,AngleUp:Fr,AngleUpFill:Us,ArchiveFill:tc,ArrowsLeft:nc,ArrowsRight:ic,AudioFill:rc,Bk:xf,Circle:$s,Close:hn,CloseLine:Ks,Code:Sf,CogShape:ac,CollapseLeft:sc,Copy:Df,CopyShape:oc,DataShape:jf,Del:za,DocFill:Of,Done:fr,DownShape:Xs,DownSmall:zs,EditLine:lc,Ellipsis:Vs,EnlargeLine:Af,Error:dn,ExcelFill:Ef,ExclamationCircleShape:qs,Eye:cc,FilliscreenLine:Pf,FixLine:uc,FixShape:dc,Folder:hc,FolderOpen:zf,FolderShape:Vf,FolderShapeOpen:fc,Funnel:gc,Help:Qf,HelpDocumentFill:Rf,HelpFill:Jf,ImageFill:mc,ImgError:_f,ImgPlacehoulder:Wf,Info:eo,InfoLine:pc,LeftShape:Hf,LeftTurnLine:Bf,NarrowLine:Ff,Original:Gf,PdfFill:Zf,PlayShape:Yf,Plus:to,PptFill:Uf,Qq:$f,RightShape:no,RightTurnLine:vc,Search:Gr,Share:Kf,Spinner:Wa,Success:Ha,SwitcherLoading:yc,TextFile:bc,TextFill:wa,Transfer:Cc,TreeApplicationShape:wc,UnfullScreen:Xf,Unvisible:Mc,UpShape:qf,Upload:Rs,VideoFill:Ic,Warn:Ba,Weixin:e0,WeixinPro:Nc},Symbol.toStringTag,{value:"Module"})),pI=r.defineComponent({name:"Alert",props:{theme:Ul().def(Lg.INFO),size:m.string,title:m.string,closable:m.bool.def(!1),closeText:m.string,showIcon:m.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=Ae({"bk-alert-close":!0,"close-text":e,"bk-alert-close-icon":!e}),n=Ae({"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(pc,{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(Ks,null,null)])])])}}),jg=Fe(pI),vI=r.defineComponent({name:"AnimateNumber",props:{value:m.number.def(0),digits:m.number.def(0)},setup(e){let t=-1;const n=r.ref(0),i=r.computed(()=>Number(n.value).toFixed(e.digits)),s=(o,c)=>{if(Number.isNaN(+c))return 0;const u=Math.abs(c-o),d=c-o>0?1:-1,f=Math.ceil(u/30*10**e.digits)/10**e.digits,p=25/Math.ceil(u/f);let v=1;const y=()=>{if(v<p){t=requestAnimationFrame(y),v=v+1;return}n.value+=f*d,(d===1?n.value<c:n.value>c)?(t=requestAnimationFrame(y),v=1):n.value=c};y()};return r.watch(()=>e.value,(o,c)=>{s(c,o)}),r.onMounted(()=>{s(0,e.value)}),r.onBeforeUnmount(()=>{cancelAnimationFrame(t)}),()=>r.createVNode("span",null,[i.value])}}),Og=Fe(vI),tl=(()=>document.addEventListener?(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&n&&e.attachEvent(`on${t}`,n)})(),cd=(()=>document.removeEventListener?(e,t,n)=>{e&&t&&e.removeEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&e.detachEvent(`on${t}`,n)})(),yI=r.defineComponent({name:"Affix",props:{offsetTop:m.number.def(0),offsetBottom:m.number,target:m.string.def(""),zIndex:m.number.def(1e3)},emits:["change"],setup(e,{emit:t,slots:n}){const i=r.ref(null),s=r.ref(null),o=r.ref(),c=r.ref({}),{proxy:u}=r.getCurrentInstance(),d=r.ref(0),f=r.computed(()=>({...c.value,"z-index":e.zIndex}));r.onMounted(()=>{d.value=u.$el.offsetWidth,o.value=e.target?document.querySelector(e.target):window,tl(o.value,"scroll",b),tl(o.value,"resize",b),r.nextTick(()=>{k()})});const g=r.ref(!1),p=r.computed(()=>Ae({"bk-affix":g.value})),v=r.computed(()=>e.offsetBottom>=0?"bottom":"top"),y=()=>{v.value==="top"?c.value={top:`${o.value.getBoundingClientRect().top+e.offsetTop}px`}:c.value={bottom:`${window.innerHeight-o.value.getBoundingClientRect().bottom+e.offsetBottom}px`}},b=rt.throttle(()=>{k()},100),I=L=>{const x=L.value.getBoundingClientRect(),w=o.value===window?{top:0,left:0}:o.value.getBoundingClientRect(),N=o.value.clientTop||0,M=o.value.clientLeft||0;return{top:x.top-w.top-N,left:x.left-w.left-M}},k=()=>{const L=o.value===window?{top:0,left:0,bottom:window.innerHeight}:o.value.getBoundingClientRect(),x=I(s),w=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,c.value={position:"fixed",top:`${L.top+e.offsetTop}px`,left:`${L.left+x.left}px`,width:`${d.value}px`},o.value!==window&&tl(window,"scroll",y),t("change",!0)):x.top>e.offsetTop&&v.value==="top"&&g.value&&(g.value=!1,c.value=null,t("change",!1)),x.top+e.offsetBottom+N>w&&v.value==="bottom"&&!g.value?(g.value=!0,c.value={bottom:`${window.innerHeight-L.bottom+e.offsetBottom}px`,left:`${L.left+x.left}px`,width:`${d.value}px`},o.value!==window&&tl(window,"scroll",y),t("change",!0)):x.top+e.offsetBottom+N<w&&v.value==="bottom"&&g.value&&(g.value=!1,c.value=null,t("change",!1))};return r.onBeforeUnmount(()=>{cd(o.value,"scroll",b),cd(o.value,"resize",b),cd(window,"scroll",y)}),()=>{var L;return r.createVNode("div",{ref:s},[r.createVNode("div",{ref:i,class:p.value,style:f.value},[(L=n.default)==null?void 0:L.call(n)])])}}}),Ag=Fe(yI),bI=r.defineComponent({name:"Backtop",props:{visibilityHeight:m.number.def(200),target:m.string.def(""),right:m.number.def(40),bottom:m.number.def(40),extCls:m.string.def("")},setup(e,{slots:t}){const n=r.ref(null),i=r.ref(null),s=r.ref(!1),o=r.ref(gi.getModalNextIndex()),c=`${e.bottom}px`,u=`${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=gi.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:u,bottom:c,zIndex:o.value},onClick:f},[((g=t.default)==null?void 0:g.call(t))??r.createVNode(Fr,{class:"bk-backtop-icon"},null)]):""]}})}}),Eg=Fe(bI),CI=r.defineComponent({name:"Badge",props:{theme:m.string.def("primary"),count:m.oneOfType([String,Number]).def(1),position:m.string.def("top-right"),radius:m.string,valLength:m.number.def(3),overflowCount:m.number.def(99),dot:m.bool.def(!1),visible:m.bool.def(!1),extCls:m.string},emits:["hover","leave"],setup(e,{emit:t}){const n=r.computed(()=>{if(typeof e.count=="string"){let c=e.count;c+="";const u=[];let d=0;return c.split("").forEach(f=>{d<Number(e.valLength)&&(d+=/[\u4e00-\u9fa5]/.test(f)?2:1,u.push(f))}),u.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,c;const e=Ae({"bk-badge-main":!0},this.$props.extCls),t=Ae({[`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},[((c=(o=this.$slots).icon)==null?void 0:c.call(o))??n])])}}),Pg=Fe(CI),wI=r.defineComponent({name:"Breadcrumb",props:{extCls:m.string,separator:m.string.def("/"),separatorClass:m.string,replace:m.bool,backRouter:m.oneOfType([m.string,m.object]).def("")},setup(e,{slots:t}){const{proxy:n,appContext:i}=r.getCurrentInstance();r.provide("breadcrumb",e),r.onMounted(()=>{const c=n.$el.querySelectorAll(".bk-breadcrumb-item");c.length&&c[c.length-1].setAttribute("aria-current","page")});const s=Ae({"bk-breadcrumb":!0},`${e.extCls||""}`),o=()=>{const{backRouter:c,replace:u}=e,{$router:d}=i.config.globalProperties;d&&(u?d.replace(c):d.push(c))};return()=>{var c;return r.createVNode("div",{class:s,"aria-label":"Breadcrumb",role:"navigation"},[!t.prefix&&e.backRouter?r.createVNode("div",{class:"bk-breadcrumb-goback"},[r.createVNode(nc,{onClick:o},null)]):"",t.prefix?r.createVNode("div",{class:"bk-breadcrumb-goback"},[t.prefix()]):"",(c=t.default)==null?void 0:c.call(t)])}}}),MI=r.defineComponent({name:"BreadcrumbItem",props:{extCls:m.string,to:m.oneOfType([m.string,m.object]).def(""),replace:m.bool},emits:["click"],setup(e,{emit:t,slots:n}){const{appContext:i}=r.getCurrentInstance(),s=r.inject("breadcrumb"),o=i.config.globalProperties.$router,c=f=>{t("click",f);const{to:g,replace:p}=e;!g||!o||(p?o.replace(g):o.push(g))},u=Ae({"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:u},[r.createVNode("span",{ref:"link",class:`bk-breadcrumb-item-inner ${e.to?"is-link":""}`,role:"link",onClick:c},[(f=n.default)==null?void 0:f.call(n)]),d()])}}}),zg=fn(wI,{Item:MI});let t0=function(e){return e.Default="default",e.Spin="spin",e}({}),zr=function(e){return e.Normal="",e.Mini="mini",e.Small="small",e.Large="large",e}({}),jd;function II(e){jd=typeof e=="function"?e:()=>r.createVNode(e,null,null)}const NI={indicator:{type:Function},loading:m.bool.def(!0),inline:m.bool.def(!0),theme:{type:String},title:m.string.def(""),size:{type:String,default:zr.Normal},mode:{type:String,default:"default"},opacity:m.number.def(.9),color:m.string.def("white"),zIndex:m.number.def(1),isDirective:m.bool.def(!1)},Vg=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})),c=r.computed(()=>Ae({"bk-loading-wrapper":e.loading,"bk-nested-loading":!!t.slots.default,"bk-directive-loading":e.isDirective})),u=r.computed(()=>Ae({[`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===t0.Spin;return typeof e.indicator=="function"?r.createVNode(e.indicator,null,null):typeof jd=="function"?r.createVNode(jd,null,null):g?i:n});return()=>{var g,p;return r.createVNode("div",{class:c.value},[(p=(g=t.slots).default)==null?void 0:p.call(g),e.loading&&[(t.slots.default||e.isDirective)&&r.createVNode("div",{class:"bk-loading-mask",style:o.value},null),r.createVNode("div",{class:u.value,style:s.value},[f.value,d.value&&r.createVNode("div",{class:"bk-loading-title"},[e.title])])]])}}}),fl=Symbol("vBkLoading"),LI=(e,t)=>{const n=c=>{var u;return((u=t.value)==null?void 0:u[c])??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(Vg,i)});e[fl]={options:i,instance:o,vm:o.mount(s)},e.appendChild(s)},kI=(e,t)=>{Object.keys(e).forEach(n=>{e[n]!==t[n]&&(t[n]=e[n])})},TI={mounted(e,t){t.value&&LI(e,t)},updated(e,t){var s,o,c;const n=e[fl],{value:i}=t;kI(i,n.options),(c=(o=(s=n==null?void 0:n.vm)==null?void 0:s.$el)==null?void 0:o.parentNode)!=null&&c.style&&(n.vm.$el.parentNode.style.display=i.loading?"":"none")},unmounted(e){var n,i,s;const t=e[fl];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[fl]=null}},or=fn(Vg,{setDefaultIndicator:II,BkLoadingMode:t0,BkLoadingSize:zr},!0,{name:"loading",directive:TI}),Rg=["","small","large"],xI={theme:m.theme(),hoverTheme:m.theme(),size:{type:String,default:Rg[0]},title:m.string,icon:m.string,iconRight:m.string,disabled:m.bool,loading:m.bool,loadingMode:{type:String,default:"default"},outline:m.bool,text:m.bool,selected:m.bool,nativeType:{type:String,default:"button"}},SI=r.defineComponent({name:"Button",props:xI,emits:["click","mouseover"],setup(e,{slots:t,emit:n}){const i=r.ref(!1),s=t.default??!1,o="bk-button",c=r.computed(()=>e.text&&!e.hoverTheme),u=r.computed(()=>{const y=e.hoverTheme?`${o}-hover-${e.hoverTheme}`:"",b=e.theme?`${o}-${e.theme}`:"",I=e.hoverTheme?"":b;return Ae({"is-disabled":e.disabled,"is-outline":e.outline,"is-text":c.value,"is-loading":e.loading,"is-selected":e.selected,[`${o}-${e.size}`]:e.size&&Rg.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(()=>c.value||e.size===zr.Small?zr.Mini:zr.Small),g=y=>{e.loading||n("click",y)},p=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:u.value,type:e.nativeType,onClick:g,onMouseover:p,onMouseleave:v},[e.loading&&r.createVNode(or,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)])])}}}),DI=r.defineComponent({name:"ButtonGroup",props:{size:m.size()},setup(e,t){const n=r.computed(()=>Ae({[`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=fn(SI,{ButtonGroup:DI}),xs=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=Z("collapse-transition");return r.createVNode(r.Transition,r.mergeProps({name:e},this.on),{default:()=>[this.slots.default?this.slots.default():null]})}});xs.install=e=>{e.component(xs.name,xs)};const jI={type:m.string.def("text"),clearable:m.bool,disabled:m.bool,readonly:m.bool,placeholder:m.string.def(""),prefixIcon:m.string,suffixIcon:m.string,suffix:m.string,prefix:m.string,step:m.integer,max:m.integer,min:m.integer,maxlength:m.integer,behavior:kg(),showWordLimit:m.bool,showControl:m.bool.def(!0),showClearOnlyHover:m.bool.def(!0),precision:m.number.def(0).validate(e=>e>=0&&e<20),modelValue:m.oneOfType([m.string,m.number]),size:m.size(),rows:m.number,selectReadonly:m.bool.def(!1),withValidate:m.bool.def(!0)};let tt=function(e){return 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",e}({});function Xi(e,t){return!0}function ud(e){return e}const OI={[tt.UPDATE]:Xi,[tt.FOCUS]:e=>e,[tt.BLUR]:e=>e,[tt.CHANGE]:Xi,[tt.CLEAR]:()=>!0,[tt.INPUT]:Xi,[tt.KEYPRESS]:Xi,[tt.KEYDOWN]:Xi,[tt.KEYUP]:Xi,[tt.ENTER]:Xi,[tt.PASTE]:Xi,[tt.COMPOSITIONSTART]:ud,[tt.COMPOSITIONUPDATE]:ud,[tt.COMPOSITIONEND]:ud},AI=r.defineComponent({name:"Input",inheritAttrs:!1,props:jI,emits:OI,setup(e,t){const n=Xn(),i=ft("input"),s=r.ref(!1),o=r.ref(!1),c=r.computed(()=>e.type==="textarea"),u=r.computed(()=>c.value?Z("textarea"):Z("input")),{class:d,style:f,...g}=t.attrs,p=r.ref(),v=r.computed(()=>Ae({[`${u.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},u.value)),y={search:()=>r.createVNode(Gr,null,null),password:()=>r.createVNode(cc,{onClick:F},null)},b=U("suffix-icon"),I=r.computed(()=>{const H=y[e.type];return x.value?r.createVNode(Mc,{onClick:F,class:b},null):H?r.createVNode(H,{class:b},null):null}),k=r.computed(()=>e.type==="number"),L=r.computed(()=>Math.floor(e.maxlength)),x=r.ref(!1),w=r.computed(()=>Ae({"show-clear-only-hover":e.showClearOnlyHover,[`${u.value}--clear-icon`]:!0},b)),N=r.computed(()=>Ae({"is-disabled":e.disabled||e.modelValue>=e.max})),M=r.computed(()=>Ae({"is-disabled":e.disabled||e.modelValue<=e.min}));r.watch(()=>e.modelValue,()=>{var H;e.withValidate&&((H=n==null?void 0:n.validate)==null||H.call(n,"change"))}),t.expose({focus(){p.value.focus()},clear:T});function T(){if(e.disabled)return;const H=k.value?e.min:"";t.emit(tt.UPDATE,H),t.emit(tt.CHANGE,H),t.emit(tt.CLEAR)}function j(H){s.value=!0,t.emit(tt.FOCUS,H)}function S(H){var ne;s.value=!1,t.emit(tt.BLUR,H),e.withValidate&&((ne=n==null?void 0:n.validate)==null||ne.call(n,"blur"))}function O(H){return ne=>{if(ne.stopPropagation(),H===tt.KEYDOWN&&(ne.code==="Enter"||ne.key==="Enter"||ne.keyCode===13)&&t.emit(tt.ENTER,ne.target.value,ne),!(o.value&&[tt.INPUT,tt.CHANGE].some(he=>H===he))){if(H===tt.INPUT)t.emit(tt.UPDATE,ne.target.value);else if(H===tt.CHANGE&&k.value&&ne.target.value!==""){const he=le(ne.target.value,0);t.emit(tt.UPDATE,he,ne),t.emit(H,he,ne);return}t.emit(H,ne.target.value,ne)}}}const[J,A,V,P,Y,X]=[tt.KEYUP,tt.KEYDOWN,tt.KEYPRESS,tt.PASTE,tt.CHANGE,tt.INPUT].map(O);function ue(){o.value=!0}function pe(H){o.value=!1,X(H)}function le(H,ne,he=!0){const re=Number(ne),K=Number.isInteger(e.precision)?e.precision:0,z=Number(H),Q=Number.isInteger(re)?re:1;let ee=z+(he?Q:-1*Q);return Number.isInteger(e.max)&&(ee=Math.min(ee,e.max)),Number.isInteger(e.min)&&(ee=Math.max(ee,e.min)),+ee.toFixed(K)}function se(){if(e.disabled)return;const H=le(e.modelValue,e.step);t.emit(tt.UPDATE,H),t.emit(tt.CHANGE,H)}function te(){if(e.disabled)return;const H=le(e.modelValue,e.step,!1);t.emit(tt.UPDATE,H),t.emit(tt.CHANGE,H)}function U(H){return`${u.value}--${H}`}function F(){x.value=!x.value}const _=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})),W={onInput:X,onFocus:j,onBlur:S,onPaste:P,onChange:Y,onKeypress:V,onKeydown:A,onKeyup:J,onCompositionstart:ue,onCompositionend:pe};return()=>{var H,ne,he,re;return r.createVNode("div",{class:v.value,style:f},[((ne=(H=t.slots)==null?void 0:H.prefix)==null?void 0:ne.call(H))??(e.prefix&&r.createVNode("div",{class:U("prefix-area")},[r.createVNode("span",{class:U("prefix-area--text")},[e.prefix])])),c.value?r.createVNode("textarea",r.mergeProps({ref:p,spellcheck:!1},g,W,_.value,{rows:e.rows}),null):r.createVNode("input",r.mergeProps({spellcheck:!1},g,{ref:p,class:`${u.value}--text`,type:x.value&&e.type==="password"?"text":e.type,step:e.step,max:e.max,min:e.min},W,_.value),null),!c.value&&e.clearable&&!!e.modelValue&&r.createVNode("span",{class:w.value,onClick:T},[r.createVNode(hn,null,null)]),I.value,typeof e.maxlength=="number"&&(e.showWordLimit||c.value)&&r.createVNode("p",{class:U("max-length")},[(e.modelValue??"").toString().length,r.createTextVNode("/"),r.createVNode("span",null,[L.value])]),k.value&&e.showControl&&r.createVNode("div",{class:U("number-control")},[r.createVNode(zs,{class:N.value,onClick:se},null),r.createVNode(zs,{class:M.value,onClick:te},null)]),((re=(he=t.slots)==null?void 0:he.suffix)==null?void 0:re.call(he))??(e.suffix&&r.createVNode("div",{class:U("suffix-area")},[r.createVNode("span",{class:U("suffix-area--text")},[e.suffix])]))])}}}),Qr=Fe(AI),EI=r.defineComponent({name:"Card",props:{title:m.string,showHeader:m.bool.def(!0),showFooter:m.bool.def(!1),collapseStatus:m.bool.def(!0),border:m.bool.def(!0),disableHeaderStyle:m.bool.def(!1),position:m.string.def("left"),isEdit:m.bool.def(!1),isCollapse:m.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))},c=()=>{i.value=!i.value},u=()=>{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:u,clickEdit:c}},render(){var o,c,u,d;const e="bk-card",t=Ae({[`${e}`]:!0,[`${e}-border-none`]:!this.$props.border},""),n=Ae({[`${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(Qr,{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(Ys,null,null):r.createVNode(Jn,null,null)]);return r.createVNode("div",{class:t},[this.$props.showHeader?r.createVNode("div",{class:n},[this.$props.isCollapse&&(((c=(o=this.$slots).icon)==null?void 0:c.call(o))??s),((d=(u=this.$slots).header)==null?void 0:d.call(u))??i,this.$props.isEdit&&!this.showInput&&r.createVNode(lc,{class:`${e}-edit`,onClick:this.clickEdit},null)]):"",r.createVNode(xs,null,{default:()=>{var f,g,p,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=(p=this.$slots).footer)==null?void 0:v.call(p))??"Footer"]):""]),[[r.vShow,this.collapseActive]])]}})])}}),Jg=Fe(EI),Qg=Symbol("CheckboxGroup");function PI(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const zI=()=>{const e=r.getCurrentInstance(),{props:t,emit:n}=e,i=r.inject(Qg,Tg),s=!xg(i),o=r.ref(),c=r.ref(t.checked),u=r.computed(()=>s&&i.props.disabled?!0:t.disabled),d=()=>{const p=c.value?t.trueLabel:t.falseLabel;n("update:modelValue",p),n("change",p),s&&i.handleChange(),r.nextTick(()=>{o.value.checked!==c.value&&(o.value.checked=c.value)})};s?r.watch(()=>i.props.modelValue,p=>{c.value=p.includes(t.label)},{deep:!0}):r.watch(()=>t.modelValue,p=>{p!==""&&(c.value=p===t.trueLabel)},{immediate:!0}),r.watch(()=>t.checked,()=>{c.value=t.checked,t.immediateEmitChange!==!1&&d()});const f=(p=!0)=>{c.value=p},g=p=>{if(u.value)return;const v=p.target;c.value=v.checked,d()};return r.onMounted(()=>{s&&i.register(e.proxy)}),r.onBeforeUnmount(()=>{s&&i.unregister(e.proxy)}),{inputRef:o,isChecked:c,isDisabled:u,setChecked:f,handleChange:g}},VI={modelValue:m.oneOfType([String,Number,Boolean]),label:m.oneOfType([String,Number,Boolean]),trueLabel:m.oneOfType([String,Number,Boolean]).def(!0),falseLabel:m.oneOfType([String,Number,Boolean]).def(!1),disabled:m.bool.def(!1),checked:m.bool.def(!1),indeterminate:m.bool,beforeChange:m.func,size:m.size().def(wf.LARGE),immediateEmitChange:m.bool.def(!0)},RI=r.defineComponent({name:"Checkbox",props:VI,emits:["update:modelValue","change"],setup(e){const[t,{blur:n,focus:i}]=PI(),{inputRef:s,isChecked:o,isDisabled:c,setChecked:u,handleChange:d}=zI();return{inputRef:s,isFocus:t,isChecked:o,isDisabled:c,setChecked:u,handleBlur:n,handleFocus:i,handleChange:d,size:e.size}},render(){const e=Ae({"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:[Z("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()])}}),JI={name:m.string.def(""),modelValue:m.array,disabled:m.bool,withValidate:m.bool.def(!0)},Lc=r.defineComponent({name:"CheckboxGroup",props:JI,emits:["change","update:modelValue"],setup(e,t){const n=Xn(),i=[],s=u=>{i.push(u)},o=u=>{const d=i.indexOf(u);d>-1&&i.splice(d,1)},c=()=>{const u=i.reduce((d,f)=>(f.isChecked&&d.push(f.label),d),[]);t.emit("update:modelValue",u),t.emit("change",u)};return r.provide(Qg,{name:"CheckboxGroup",props:e,register:s,unregister:o,handleChange:c}),r.watch(()=>e.modelValue,()=>{var u;e.withValidate&&((u=n==null?void 0:n.validate)==null||u.call(n,"change"))}),r.onMounted(()=>{const u=e.modelValue||[];i.forEach(d=>{u.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()])}}),$n=fn(RI,{Group:Lc}),QI={list:m.arrayOf(m.any).def([]),idFiled:m.string.def("$index"),titleField:m.string.def("name"),contentField:m.string.def("content"),modelValue:m.oneOfType([m.arrayOf(m.number).def([]),m.arrayOf(m.string).def([]),m.number.def(-1)]),accordion:m.bool.def(!1),hasHeaderBorder:m.bool.def(!1),hasHeaderHover:m.bool.def(!0),headerIcon:m.string.def(""),useCardTheme:m.bool.def(!1),headerIconAlign:m.string.def("left")},_I={itemClick:{type:Function}},WI={name:m.oneOfType([m.number,m.string]).def(""),title:m.any,content:m.string,disabled:m.bool.def(!1),isFormList:m.bool.def(!1),renderDirective:Mf(),modelValue:m.bool.def(!1),alone:m.bool.def(!1),icon:m.string.def("angle-right"),..._I};function HI(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const _g=r.defineComponent({name:"CollapsePanel",props:WI,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,p=>{o.value=p}),e.alone||(i=r.inject("localActiveItems"),s=r.inject("handleItemClick"),r.watch(i,p=>{p!=null&&p.length&&(o.value=p.includes(e.name))},{immediate:!0}));function c(p){return p.split("-").map(b=>b.charAt(0).toUpperCase()+b.slice(1)).join("")}function u(){const{disabled:p,name:v,itemClick:y}=e;if(p)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(p){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]),p])])}return{isActive:o,collapseIcon:mI[`${c(e.icon)}`],clickItem:u,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(xs,null,HI(e=this.renderPanel())?e:{default:()=>[e]})])}}),BI=r.defineComponent({name:"Collapse",props:QI,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(p=>p===f);g>=0?i.value.splice(g,1):i.value=[f]}else{const g=i.value.findIndex(p=>p===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 c=r.computed(()=>(e.list||[]).map((d,f)=>typeof d=="string"||typeof d=="number"||typeof d=="boolean"?{$index:f,name:d}:{$index:f,...d})),u=()=>c.value.map((d,f)=>{var y,b;const g=d[e.idFiled]||f;let p=d[e.titleField];const v=e.headerIcon||"angle-right";return n.title&&(typeof n.title=="function"?p=n.title(d,f):p=n.title),n.default&&(p=(y=n.default)==null?void 0:y.call(n,d,f)),r.createVNode(_g,{key:f,"item-click":s,disabled:d.disabled,name:g,icon:v,isFormList:!0,title:p,content:((b=n.content)==null?void 0:b.call(n,d,f))??d[e.contentField]},null)});return()=>r.createVNode("div",{class:o},[u()])}}),Wg=fn(BI,{CollapsePanel:_g}),n0={isShow:m.bool.def(!1),width:m.oneOfType([String,Number]).def("50%"),height:m.oneOfType([String,Number]).def("50%"),extCls:m.string||m.array,scrollable:m.bool.def(!0),showMask:m.bool.def(!0),closeIcon:m.bool.def(!0),escClose:m.bool.def(!0),fullscreen:m.bool.def(!1),size:Ee("size",{}),draggable:m.bool.def(!0),quickClose:m.bool.def(!0),transfer:m.oneOfType([Boolean,String,HTMLElement]).def(!1),zIndex:m.oneOfType([String,Number]).def("inherit"),maxHeight:m.string,direction:m.string,title:m.string.def(""),animateType:m.string.def("slide"),renderDirective:Mf(),beforeClose:m.custom(()=>!0),dialogType:Mg(),multiInstance:m.bool.def(!0),infoType:m.theme()},FI=r.defineComponent({name:"Modal",props:{...n0},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 $6(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=`${Z("modal-body")} ${this.animateType==="slide"?this.direction:""}`;return r.createVNode("div",{class:[Z("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,c,u,d,f;return[this.isShow?r.createVNode("div",{class:t},[r.createVNode("div",{class:Z("modal-header")},[((i=(n=this.$slots).header)==null?void 0:i.call(n))??""]),r.createVNode("div",{class:Z("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:Z("modal-footer")},[((u=(c=this.$slots).footer)==null?void 0:u.call(c))??""]),r.createVNode("div",{class:[Z("modal-close"),this.closeIcon?"":"close-icon"]},[((f=(d=this.$slots).close)==null?void 0:f.call(d))??""])]):""]}})])}}),_r=fn(FI,{propsMixin:n0},!0),GI={...n0,width:m.oneOfType([String,Number]).def(""),height:m.oneOfType([String,Number]).def(""),confirmText:m.string,cancelText:m.string,prevText:m.string,nextText:m.string,current:m.number.def(1),totalStep:m.number,title:m.string.def("title"),headerAlign:Sd().def(Nl.LEFT),footerAlign:Sd().def(Nl.RIGHT),theme:m.theme().def(Zl.PRIMARY),dialogType:Mg(),isLoading:m.bool.def(!1)};function ZI(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const Hg=r.defineComponent({name:"Dialog",components:{BkModal:_r,BkButton:Et},props:GI,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),c=r.computed(()=>e.nextText===void 0?n.value.next:e.nextText),u=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(()=>{u.moveStyle={top:"50%",left:"50%"},u.positionX=0,u.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")},p=r.computed(()=>["process","operation","confirm"].includes(e.dialogType)),v=k=>{e.isShow&&e.closeIcon&&k.keyCode===27&&f()};return{data:u,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,w=k.currentTarget.parentNode.parentNode.offsetWidth;let N,M;u.positionX!==0&&u.positionY!==0?(N=k.clientX-u.positionX,M=k.clientY-u.positionY):(N=k.clientX-L.offsetLeft,M=k.clientY-L.offsetTop),document.onmousemove=T=>{const j=window.innerWidth-w,S=window.innerHeight-x;let O=T.clientX-N,J=T.clientY-M;j/2-O<=0?O=j/2:j/2+O<=0&&(O=-j/2),S/2-J<=0?J=S/2:S/2+J<=0&&(J=-S/2),u.positionX=O,u.positionY=J,u.moveStyle.left=`calc(50% + ${O}px)`,u.moveStyle.top=`calc(50% + ${J}px)`},document.onmouseup=()=>{document.onmousemove=null,document.onmouseup=null}},handlePrevStep:()=>{t("prev")},handleNextStep:()=>{t("next")},hasFooter:p,isModalShow:d,localConfirmText:i,localCancelText:s,localPrevText:o,localNextText:c}},render(){const e=()=>({loading:r.createVNode(Wa,{class:[Z("info-icon"),"primary"]},null),warning:r.createVNode(Ba,{class:[Z("info-icon"),"warning"]},null),success:r.createVNode(Ha,{class:[Z("info-icon"),"success"]},null),danger:r.createVNode(hn,{class:[Z("info-icon"),"danger"]},null)})[this.infoType],t={header:()=>{var i,s,o,c;return[r.createVNode("div",{class:[Z("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:Z("dialog-header")},[r.createVNode("div",{class:Z("header-icon")},[this.infoType?e():r.createVNode("slot",{name:"info-icon"},null)]),r.createVNode("span",{class:Z("dialog-title"),style:`text-align: ${this.headerAlign}`},[((c=(o=this.$slots).header)==null?void 0:c.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,c,u,d;return r.createVNode("div",{class:Z("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:Z("dialog-perv"),onClick:this.handlePrevStep},{default:()=>[this.localPrevText]}),this.current===this.totalStep?"":r.createVNode(Et,{class:Z("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:Z("dialog-cancel"),onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.localCancelText]})]):"",this.dialogType==="operation"?((c=(o=this.$slots).footer)==null?void 0:c.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:Z("dialog-cancel"),onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.localCancelText]})]):"",this.dialogType==="confirm"?((d=(u=this.$slots).footer)==null?void 0:d.call(u))??r.createVNode(r.Fragment,null,[r.createVNode(Et,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.localConfirmText]})]):""])},close:()=>r.createVNode(dn,{onClick:this.handleClose},null)},n=`${Z("dialog-wrapper ")} ${this.scrollable?"scroll-able":""} ${this.multiInstance?"multi-instance":""} ${this.hasFooter?"has-footer":"no-footer"}`;return r.createVNode(_r,r.mergeProps(this.$props,{class:n,onClose:this.handleClose,isShow:this.isModalShow,style:this.data.moveStyle}),ZI(t)?t:{default:()=>[t]})}}),Bg=Fe(Hg),YI="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=",UI="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",$I="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==",KI="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",v3="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==",XI="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==",qI="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 e7=function(e){return 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",e}({}),t7=function(e){return e.PAGE="page",e.PART="part",e}({});const n7=r.defineComponent({name:"Exception",props:{type:Ee("type",{}).def(e7.CODE_404),scene:Ee("scene",{}).def(t7.PAGE),title:m.string,description:m.string},setup(e,{slots:t}){const n={403:YI,404:UI,500:$I,building:KI,empty:v3,"search-empty":qI,login:XI},i=()=>{if(pa.isFunction(t.type))return r.createVNode("div",{class:"bk-exception-img"},[t.type()]);const u=n[e.type]?n[e.type]:v3;return r.createVNode("div",{class:"bk-exception-img"},[r.createVNode("img",{class:"exception-image",src:u,alt:"type"},null)])},s=()=>pa.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=()=>pa.isFunction(t.description)?r.createVNode("div",{class:"bk-exception-description"},[t.description()]):e.description?r.createVNode("div",{class:"bk-exception-description"},[e.description]):null,c=()=>pa.isFunction(t.default)?r.createVNode("div",{class:"bk-exception-footer"},[t.default()]):null;return()=>{const u=Ae({"bk-exception":!0,[`bk-exception-${e.scene}`]:!0});return r.createVNode("div",{class:u},[i(),s(),o(),c()])}}}),kc=Fe(n7),i7=r.defineComponent({name:"FixedNavbar",props:{navItems:m.array.def([]),extCls:m.string.def(""),position:m.oneOf(["middle","top","bottom"]).def("middle"),modelValue:m.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=gi.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]):""]))])}}),Fg=Fe(i7);var Gg=function(e){return e.DANGER="danger",e.SUCCESS="success",e.PRIMARY="primary",e.WARNING="warning",e.DEFAULT="default",e}(Gg||{});const r7=r.defineComponent({name:"Link",props:{theme:Ee("linkTheme",{}).def(Gg.DEFAULT),href:m.string.def(""),disabled:m.bool.def(!1),underline:m.bool.def(!1),target:m.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=Ae({"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)])])}}),Zg=Fe(r7),a7=e=>typeof Element>"u"?!1:e instanceof Element,nr=new Map;let Yg;document.addEventListener("mousedown",e=>Yg=e);document.addEventListener("mouseup",e=>{for(const t of nr.values())for(const{documentHandler:n}of t)n(e,Yg)});function y3(e,t){let n=[];return Array.isArray(t.arg)?n=t.arg:a7(t.arg)&&n.push(t.arg),function(i,s){const{popperRef:o}=t.instance,c=i.target,u=s==null?void 0:s.target,d=!t||!t.instance,f=!c||!u,g=e.contains(c)||e.contains(u),p=e===c,v=n.length&&n.some(b=>b==null?void 0:b.contains(c))||n.length&&n.includes(u),y=o&&(o.contains(c)||o.contains(u));d||f||g||p||v||y||t.value(i,s)}}const vi={beforeMount(e,t){nr.has(e)||nr.set(e,[]),nr.get(e).push({documentHandler:y3(e,t),bindingFn:t.value})},updated(e,t){nr.has(e)||nr.set(e,[]);const n=nr.get(e),i=n.findIndex(o=>o.bindingFn===t.oldValue),s={documentHandler:y3(e,t),bindingFn:t.value};i>=0?n.splice(i,1,s):n.push(s)},unmounted(e){nr.delete(e)}};vi.install=e=>{e.directive("bkTooltips",vi)};const b3=r.defineComponent({name:"PopArrow",render(){const e=Z("pop2-arrow");return r.createVNode("div",{class:e},null)}}),ua=(...e)=>!0;let ji=function(e){return e.SHOW="show",e.HIDE="hide",e.CLICK_OUTSIDE="clickoutside",e.CONTENT_MOUSEENTER="contentMouseenter",e.CONTENT_MOUSELEAVE="contentMouseleave",e.STOP_HIDE="stopHide",e}({});const s7={[ji.SHOW]:ua,[ji.HIDE]:ua,[ji.CLICK_OUTSIDE]:ua,[ji.CONTENT_MOUSEENTER]:ua,[ji.CONTENT_MOUSELEAVE]:ua,[ji.STOP_HIDE]:ua},C3=r.defineComponent({name:"PopContent",props:{width:m.oneOfType([m.string,m.number]).def("auto"),height:m.oneOfType([m.string,m.number]).def("auto"),maxHeight:m.oneOfType([m.string,m.number]).def("auto"),extCls:m.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=[Z("popover"),Z("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))??""])}}),o7={onAfterHidden:Function,onAfterShow:Function},l7={isShow:m.bool.def(!1),always:m.bool.def(!1),disabled:m.bool.def(!1),width:m.oneOfType([m.string,m.number]).def("auto"),height:m.oneOfType([m.string,m.number]).def("auto"),maxHeight:m.oneOfType([m.string,m.number]).def("auto"),content:m.oneOfType([m.string,m.number]).def(""),allowHtml:m.bool.def(!1),placement:If().def(Oa.TOP_START),theme:m.string.def("dark"),trigger:wg(),renderType:Ew(),arrow:m.bool.def(!0),padding:m.number.def(5),offset:m.oneOfType([m.number,m.shape({})]).def(6),boundary:m.oneOfType([m.string.def("parent"),m.instanceOf(HTMLElement)]),zIndex:m.number.def(void 0),disableTeleport:m.bool.def(!1),autoPlacement:m.bool.def(!1),autoVisibility:m.bool.def(!0),disableOutsideClick:m.bool.def(!1),disableTransform:m.bool.def(!1),reference:m.any.def(null),modifiers:m.array.def([]),popoverDelay:m.oneOfType([m.number,m.arrayOf(m.number)]).def(100),extCls:m.string.def(""),...o7},c7=r.defineComponent({name:"PopReference",render(){var e,t;return((t=(e=this.$slots).default)==null?void 0:t.call(e))??""}}),w3=r.defineComponent({props:{class:m.string.def(""),mode:m.string.def("")},render(){var e,t;return r.createVNode(r.Fragment,null,[(t=(e=this.$slots).default)==null?void 0:t.call(e)])}}),Ug=["top","right","bottom","left"],M3=["start","end"],I3=Ug.reduce((e,t)=>e.concat(t,t+"-"+M3[0],t+"-"+M3[1]),[]),Ri=Math.min,fi=Math.max,Ll=Math.round,nl=Math.floor,cr=e=>({x:e,y:e}),u7={left:"right",right:"left",bottom:"top",top:"bottom"},d7={start:"end",end:"start"};function Od(e,t,n){return fi(e,Ri(t,n))}function hr(e,t){return typeof e=="function"?e(t):e}function Kn(e){return e.split("-")[0]}function hi(e){return e.split("-")[1]}function $g(e){return e==="x"?"y":"x"}function i0(e){return e==="y"?"height":"width"}function io(e){return["top","bottom"].includes(Kn(e))?"y":"x"}function r0(e){return $g(io(e))}function Kg(e,t,n){n===void 0&&(n=!1);const i=hi(e),s=r0(e),o=i0(s);let c=s==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(c=Tl(c)),[c,Tl(c)]}function f7(e){const t=Tl(e);return[kl(e),t,kl(t)]}function kl(e){return e.replace(/start|end/g,t=>d7[t])}function h7(e,t,n){const i=["left","right"],s=["right","left"],o=["top","bottom"],c=["bottom","top"];switch(e){case"top":case"bottom":return n?t?s:i:t?i:s;case"left":case"right":return t?o:c;default:return[]}}function g7(e,t,n,i){const s=hi(e);let o=h7(Kn(e),n==="start",i);return s&&(o=o.map(c=>c+"-"+s),t&&(o=o.concat(o.map(kl)))),o}function Tl(e){return e.replace(/left|right|bottom|top/g,t=>u7[t])}function m7(e){return{top:0,right:0,bottom:0,left:0,...e}}function a0(e){return typeof e!="number"?m7(e):{top:e,right:e,bottom:e,left:e}}function Va(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function N3(e,t,n){let{reference:i,floating:s}=e;const o=io(t),c=r0(t),u=i0(c),d=Kn(t),f=o==="y",g=i.x+i.width/2-s.width/2,p=i.y+i.height/2-s.height/2,v=i[u]/2-s[u]/2;let y;switch(d){case"top":y={x:g,y:i.y-s.height};break;case"bottom":y={x:g,y:i.y+i.height};break;case"right":y={x:i.x+i.width,y:p};break;case"left":y={x:i.x-s.width,y:p};break;default:y={x:i.x,y:i.y}}switch(hi(t)){case"start":y[c]-=v*(n&&f?-1:1);break;case"end":y[c]+=v*(n&&f?-1:1);break}return y}const p7=async(e,t,n)=>{const{placement:i="bottom",strategy:s="absolute",middleware:o=[],platform:c}=n,u=o.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(t));let f=await c.getElementRects({reference:e,floating:t,strategy:s}),{x:g,y:p}=N3(f,i,d),v=i,y={},b=0;for(let I=0;I<u.length;I++){const{name:k,fn:L}=u[I],{x,y:w,data:N,reset:M}=await L({x:g,y:p,initialPlacement:i,placement:v,strategy:s,middlewareData:y,rects:f,platform:c,elements:{reference:e,floating:t}});if(g=x??g,p=w??p,y={...y,[k]:{...y[k],...N}},M&&b<=50){b++,typeof M=="object"&&(M.placement&&(v=M.placement),M.rects&&(f=M.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:s}):M.rects),{x:g,y:p}=N3(f,v,d)),I=-1;continue}}return{x:g,y:p,placement:v,strategy:s,middlewareData:y}};async function Js(e,t){var n;t===void 0&&(t={});const{x:i,y:s,platform:o,rects:c,elements:u,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:g="viewport",elementContext:p="floating",altBoundary:v=!1,padding:y=0}=hr(t,e),b=a0(y),k=u[v?p==="floating"?"reference":"floating":p],L=Va(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(k)))==null||n?k:k.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(u.floating)),boundary:f,rootBoundary:g,strategy:d})),x=p==="floating"?{...c.floating,x:i,y:s}:c.reference,w=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u.floating)),N=await(o.isElement==null?void 0:o.isElement(w))?await(o.getScale==null?void 0:o.getScale(w))||{x:1,y:1}:{x:1,y:1},M=Va(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:x,offsetParent:w,strategy:d}):x);return{top:(L.top-M.top+b.top)/N.y,bottom:(M.bottom-L.bottom+b.bottom)/N.y,left:(L.left-M.left+b.left)/N.x,right:(M.right-L.right+b.right)/N.x}}const v7=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:i,placement:s,rects:o,platform:c,elements:u}=t,{element:d,padding:f=0}=hr(e,t)||{};if(d==null)return{};const g=a0(f),p={x:n,y:i},v=r0(s),y=i0(v),b=await c.getDimensions(d),I=v==="y",k=I?"top":"left",L=I?"bottom":"right",x=I?"clientHeight":"clientWidth",w=o.reference[y]+o.reference[v]-p[v]-o.floating[y],N=p[v]-o.reference[v],M=await(c.getOffsetParent==null?void 0:c.getOffsetParent(d));let T=M?M[x]:0;(!T||!await(c.isElement==null?void 0:c.isElement(M)))&&(T=u.floating[x]||o.floating[y]);const j=w/2-N/2,S=T/2-b[y]/2-1,O=Ri(g[k],S),J=Ri(g[L],S),A=O,V=T-b[y]-J,P=T/2-b[y]/2+j,Y=Od(A,P,V),ue=hi(s)!=null&&P!=Y&&o.reference[y]/2-(P<A?O:J)-b[y]/2<0?P<A?A-P:V-P:0;return{[v]:p[v]-ue,data:{[v]:Y,centerOffset:P-Y+ue}}}});function y7(e,t,n){return(e?[...n.filter(s=>hi(s)===e),...n.filter(s=>hi(s)!==e)]:n.filter(s=>Kn(s)===s)).filter(s=>e?hi(s)===e||(t?kl(s)!==s:!1):!0)}const b7=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,i,s;const{rects:o,middlewareData:c,placement:u,platform:d,elements:f}=t,{crossAxis:g=!1,alignment:p,allowedPlacements:v=I3,autoAlignment:y=!0,...b}=hr(e,t),I=p!==void 0||v===I3?y7(p||null,y,v):v,k=await Js(t,b),L=((n=c.autoPlacement)==null?void 0:n.index)||0,x=I[L];if(x==null)return{};const w=Kg(x,o,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(u!==x)return{reset:{placement:I[0]}};const N=[k[Kn(x)],k[w[0]],k[w[1]]],M=[...((i=c.autoPlacement)==null?void 0:i.overflows)||[],{placement:x,overflows:N}],T=I[L+1];if(T)return{data:{index:L+1,overflows:M},reset:{placement:T}};const j=M.map(J=>{const A=hi(J.placement);return[J.placement,A&&g?J.overflows.slice(0,2).reduce((V,P)=>V+P,0):J.overflows[0],J.overflows]}).sort((J,A)=>J[1]-A[1]),O=((s=j.filter(J=>J[2].slice(0,hi(J[0])?2:3).every(A=>A<=0))[0])==null?void 0:s[0])||j[0][0];return O!==u?{data:{index:L+1,overflows:M},reset:{placement:O}}:{}}}},C7=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:i,middlewareData:s,rects:o,initialPlacement:c,platform:u,elements:d}=t,{mainAxis:f=!0,crossAxis:g=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:b=!0,...I}=hr(e,t),k=Kn(i),L=Kn(c)===c,x=await(u.isRTL==null?void 0:u.isRTL(d.floating)),w=p||(L||!b?[Tl(c)]:f7(c));!p&&y!=="none"&&w.push(...g7(c,b,y,x));const N=[c,...w],M=await Js(t,I),T=[];let j=((n=s.flip)==null?void 0:n.overflows)||[];if(f&&T.push(M[k]),g){const A=Kg(i,o,x);T.push(M[A[0]],M[A[1]])}if(j=[...j,{placement:i,overflows:T}],!T.every(A=>A<=0)){var S,O;const A=(((S=s.flip)==null?void 0:S.index)||0)+1,V=N[A];if(V)return{data:{index:A,overflows:j},reset:{placement:V}};let P=(O=j.filter(Y=>Y.overflows[0]<=0).sort((Y,X)=>Y.overflows[1]-X.overflows[1])[0])==null?void 0:O.placement;if(!P)switch(v){case"bestFit":{var J;const Y=(J=j.map(X=>[X.placement,X.overflows.filter(ue=>ue>0).reduce((ue,pe)=>ue+pe,0)]).sort((X,ue)=>X[1]-ue[1])[0])==null?void 0:J[0];Y&&(P=Y);break}case"initialPlacement":P=c;break}if(i!==P)return{reset:{placement:P}}}return{}}}};function L3(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function k3(e){return Ug.some(t=>e[t]>=0)}const w7=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:i="referenceHidden",...s}=hr(e,t);switch(i){case"referenceHidden":{const o=await Js(t,{...s,elementContext:"reference"}),c=L3(o,n.reference);return{data:{referenceHiddenOffsets:c,referenceHidden:k3(c)}}}case"escaped":{const o=await Js(t,{...s,altBoundary:!0}),c=L3(o,n.floating);return{data:{escapedOffsets:c,escaped:k3(c)}}}default:return{}}}}};function Xg(e){const t=Ri(...e.map(o=>o.left)),n=Ri(...e.map(o=>o.top)),i=fi(...e.map(o=>o.right)),s=fi(...e.map(o=>o.bottom));return{x:t,y:n,width:i-t,height:s-n}}function M7(e){const t=e.slice().sort((s,o)=>s.y-o.y),n=[];let i=null;for(let s=0;s<t.length;s++){const o=t[s];!i||o.y-i.y>i.height/2?n.push([o]):n[n.length-1].push(o),i=o}return n.map(s=>Va(Xg(s)))}const I7=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){const{placement:n,elements:i,rects:s,platform:o,strategy:c}=t,{padding:u=2,x:d,y:f}=hr(e,t),g=Array.from(await(o.getClientRects==null?void 0:o.getClientRects(i.reference))||[]),p=M7(g),v=Va(Xg(g)),y=a0(u);function b(){if(p.length===2&&p[0].left>p[1].right&&d!=null&&f!=null)return p.find(k=>d>k.left-y.left&&d<k.right+y.right&&f>k.top-y.top&&f<k.bottom+y.bottom)||v;if(p.length>=2){if(io(n)==="y"){const J=p[0],A=p[p.length-1],V=Kn(n)==="top",P=J.top,Y=A.bottom,X=V?J.left:A.left,ue=V?J.right:A.right,pe=ue-X,le=Y-P;return{top:P,bottom:Y,left:X,right:ue,width:pe,height:le,x:X,y:P}}const k=Kn(n)==="left",L=fi(...p.map(J=>J.right)),x=Ri(...p.map(J=>J.left)),w=p.filter(J=>k?J.left===x:J.right===L),N=w[0].top,M=w[w.length-1].bottom,T=x,j=L,S=j-T,O=M-N;return{top:N,bottom:M,left:T,right:j,width:S,height:O,x:T,y:N}}return v}const I=await o.getElementRects({reference:{getBoundingClientRect:b},floating:i.floating,strategy:c});return s.reference.x!==I.reference.x||s.reference.y!==I.reference.y||s.reference.width!==I.reference.width||s.reference.height!==I.reference.height?{reset:{rects:I}}:{}}}};async function N7(e,t){const{placement:n,platform:i,elements:s}=e,o=await(i.isRTL==null?void 0:i.isRTL(s.floating)),c=Kn(n),u=hi(n),d=io(n)==="y",f=["left","top"].includes(c)?-1:1,g=o&&d?-1:1,p=hr(t,e);let{mainAxis:v,crossAxis:y,alignmentAxis:b}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return u&&typeof b=="number"&&(y=u==="end"?b*-1:b),d?{x:y*g,y:v*f}:{x:v*f,y:y*g}}const L7=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:i}=t,s=await N7(t,e);return{x:n+s.x,y:i+s.y,data:s}}}},k7=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:c=!1,limiter:u={fn:k=>{let{x:L,y:x}=k;return{x:L,y:x}}},...d}=hr(e,t),f={x:n,y:i},g=await Js(t,d),p=io(Kn(s)),v=$g(p);let y=f[v],b=f[p];if(o){const k=v==="y"?"top":"left",L=v==="y"?"bottom":"right",x=y+g[k],w=y-g[L];y=Od(x,y,w)}if(c){const k=p==="y"?"top":"left",L=p==="y"?"bottom":"right",x=b+g[k],w=b-g[L];b=Od(x,b,w)}const I=u.fn({...t,[v]:y,[p]:b});return{...I,data:{x:I.x-n,y:I.y-i}}}}};function ur(e){return qg(e)?(e.nodeName||"").toLowerCase():"#document"}function In(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Qi(e){var t;return(t=(qg(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function qg(e){return e instanceof Node||e instanceof In(e).Node}function Ji(e){return e instanceof Element||e instanceof In(e).Element}function yi(e){return e instanceof HTMLElement||e instanceof In(e).HTMLElement}function T3(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof In(e).ShadowRoot}function ro(e){const{overflow:t,overflowX:n,overflowY:i,display:s}=Qn(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+n)&&!["inline","contents"].includes(s)}function T7(e){return["table","td","th"].includes(ur(e))}function s0(e){const t=o0(),n=Qn(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(n.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(n.contain||"").includes(i))}function o0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Tc(e){return["html","body","#document"].includes(ur(e))}function Qn(e){return In(e).getComputedStyle(e)}function xc(e){return Ji(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ra(e){if(ur(e)==="html")return e;const t=e.assignedSlot||e.parentNode||T3(e)&&e.host||Qi(e);return T3(t)?t.host:t}function e1(e){const t=Ra(e);return Tc(t)?e.ownerDocument?e.ownerDocument.body:e.body:yi(t)&&ro(t)?t:e1(t)}function xl(e,t){var n;t===void 0&&(t=[]);const i=e1(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=In(i);return s?t.concat(o,o.visualViewport||[],ro(i)?i:[]):t.concat(i,xl(i))}function t1(e){const t=Qn(e);let n=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const s=yi(e),o=s?e.offsetWidth:n,c=s?e.offsetHeight:i,u=Ll(n)!==o||Ll(i)!==c;return u&&(n=o,i=c),{width:n,height:i,$:u}}function l0(e){return Ji(e)?e:e.contextElement}function Ma(e){const t=l0(e);if(!yi(t))return cr(1);const n=t.getBoundingClientRect(),{width:i,height:s,$:o}=t1(t);let c=(o?Ll(n.width):n.width)/i,u=(o?Ll(n.height):n.height)/s;return(!c||!Number.isFinite(c))&&(c=1),(!u||!Number.isFinite(u))&&(u=1),{x:c,y:u}}const x7=cr(0);function n1(e){const t=In(e);return!o0()||!t.visualViewport?x7:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function S7(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==In(e)?!1:t}function Wr(e,t,n,i){t===void 0&&(t=!1),n===void 0&&(n=!1);const s=e.getBoundingClientRect(),o=l0(e);let c=cr(1);t&&(i?Ji(i)&&(c=Ma(i)):c=Ma(e));const u=S7(o,n,i)?n1(o):cr(0);let d=(s.left+u.x)/c.x,f=(s.top+u.y)/c.y,g=s.width/c.x,p=s.height/c.y;if(o){const v=In(o),y=i&&Ji(i)?In(i):i;let b=v.frameElement;for(;b&&i&&y!==v;){const I=Ma(b),k=b.getBoundingClientRect(),L=Qn(b),x=k.left+(b.clientLeft+parseFloat(L.paddingLeft))*I.x,w=k.top+(b.clientTop+parseFloat(L.paddingTop))*I.y;d*=I.x,f*=I.y,g*=I.x,p*=I.y,d+=x,f+=w,b=In(b).frameElement}}return Va({width:g,height:p,x:d,y:f})}function D7(e){let{rect:t,offsetParent:n,strategy:i}=e;const s=yi(n),o=Qi(n);if(n===o)return t;let c={scrollLeft:0,scrollTop:0},u=cr(1);const d=cr(0);if((s||!s&&i!=="fixed")&&((ur(n)!=="body"||ro(o))&&(c=xc(n)),yi(n))){const f=Wr(n);u=Ma(n),d.x=f.x+n.clientLeft,d.y=f.y+n.clientTop}return{width:t.width*u.x,height:t.height*u.y,x:t.x*u.x-c.scrollLeft*u.x+d.x,y:t.y*u.y-c.scrollTop*u.y+d.y}}function j7(e){return Array.from(e.getClientRects())}function i1(e){return Wr(Qi(e)).left+xc(e).scrollLeft}function O7(e){const t=Qi(e),n=xc(e),i=e.ownerDocument.body,s=fi(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),o=fi(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight);let c=-n.scrollLeft+i1(e);const u=-n.scrollTop;return Qn(i).direction==="rtl"&&(c+=fi(t.clientWidth,i.clientWidth)-s),{width:s,height:o,x:c,y:u}}function A7(e,t){const n=In(e),i=Qi(e),s=n.visualViewport;let o=i.clientWidth,c=i.clientHeight,u=0,d=0;if(s){o=s.width,c=s.height;const f=o0();(!f||f&&t==="fixed")&&(u=s.offsetLeft,d=s.offsetTop)}return{width:o,height:c,x:u,y:d}}function E7(e,t){const n=Wr(e,!0,t==="fixed"),i=n.top+e.clientTop,s=n.left+e.clientLeft,o=yi(e)?Ma(e):cr(1),c=e.clientWidth*o.x,u=e.clientHeight*o.y,d=s*o.x,f=i*o.y;return{width:c,height:u,x:d,y:f}}function x3(e,t,n){let i;if(t==="viewport")i=A7(e,n);else if(t==="document")i=O7(Qi(e));else if(Ji(t))i=E7(t,n);else{const s=n1(e);i={...t,x:t.x-s.x,y:t.y-s.y}}return Va(i)}function r1(e,t){const n=Ra(e);return n===t||!Ji(n)||Tc(n)?!1:Qn(n).position==="fixed"||r1(n,t)}function P7(e,t){const n=t.get(e);if(n)return n;let i=xl(e).filter(u=>Ji(u)&&ur(u)!=="body"),s=null;const o=Qn(e).position==="fixed";let c=o?Ra(e):e;for(;Ji(c)&&!Tc(c);){const u=Qn(c),d=s0(c);!d&&u.position==="fixed"&&(s=null),(o?!d&&!s:!d&&u.position==="static"&&!!s&&["absolute","fixed"].includes(s.position)||ro(c)&&!d&&r1(e,c))?i=i.filter(g=>g!==c):s=u,c=Ra(c)}return t.set(e,i),i}function z7(e){let{element:t,boundary:n,rootBoundary:i,strategy:s}=e;const c=[...n==="clippingAncestors"?P7(t,this._c):[].concat(n),i],u=c[0],d=c.reduce((f,g)=>{const p=x3(t,g,s);return f.top=fi(p.top,f.top),f.right=Ri(p.right,f.right),f.bottom=Ri(p.bottom,f.bottom),f.left=fi(p.left,f.left),f},x3(t,u,s));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function V7(e){return t1(e)}function R7(e,t,n){const i=yi(t),s=Qi(t),o=n==="fixed",c=Wr(e,!0,o,t);let u={scrollLeft:0,scrollTop:0};const d=cr(0);if(i||!i&&!o)if((ur(t)!=="body"||ro(s))&&(u=xc(t)),i){const f=Wr(t,!0,o,t);d.x=f.x+t.clientLeft,d.y=f.y+t.clientTop}else s&&(d.x=i1(s));return{x:c.left+u.scrollLeft-d.x,y:c.top+u.scrollTop-d.y,width:c.width,height:c.height}}function S3(e,t){return!yi(e)||Qn(e).position==="fixed"?null:t?t(e):e.offsetParent}function J7(e){let t=Ra(e);for(;yi(t)&&!Tc(t);){if(s0(t))return t;t=Ra(t)}return null}function a1(e,t){const n=In(e);if(!yi(e))return n;let i=S3(e,t);for(;i&&T7(i)&&Qn(i).position==="static";)i=S3(i,t);return i&&(ur(i)==="html"||ur(i)==="body"&&Qn(i).position==="static"&&!s0(i))?n:i||J7(e)||n}const Q7=async function(e){let{reference:t,floating:n,strategy:i}=e;const s=this.getOffsetParent||a1,o=this.getDimensions;return{reference:R7(t,await s(n),i),floating:{x:0,y:0,...await o(n)}}};function _7(e){return Qn(e).direction==="rtl"}const W7={convertOffsetParentRelativeRectToViewportRelativeRect:D7,getDocumentElement:Qi,getClippingRect:z7,getOffsetParent:a1,getElementRects:Q7,getClientRects:j7,getDimensions:V7,getScale:Ma,isElement:Ji,isRTL:_7};function H7(e,t){let n=null,i;const s=Qi(e);function o(){clearTimeout(i),n&&n.disconnect(),n=null}function c(u,d){u===void 0&&(u=!1),d===void 0&&(d=1),o();const{left:f,top:g,width:p,height:v}=e.getBoundingClientRect();if(u||t(),!p||!v)return;const y=nl(g),b=nl(s.clientWidth-(f+p)),I=nl(s.clientHeight-(g+v)),k=nl(f),x={rootMargin:-y+"px "+-b+"px "+-I+"px "+-k+"px",threshold:fi(0,Ri(1,d))||1};let w=!0;function N(M){const T=M[0].intersectionRatio;if(T!==d){if(!w)return c();T?c(!1,T):i=setTimeout(()=>{c(!1,1e-7)},100)}w=!1}try{n=new IntersectionObserver(N,{...x,root:s.ownerDocument})}catch{n=new IntersectionObserver(N,x)}n.observe(e)}return c(!0),o}function B7(e,t,n,i){i===void 0&&(i={});const{ancestorScroll:s=!0,ancestorResize:o=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:d=!1}=i,f=l0(e),g=s||o?[...f?xl(f):[],...xl(t)]:[];g.forEach(L=>{s&&L.addEventListener("scroll",n,{passive:!0}),o&&L.addEventListener("resize",n)});const p=f&&u?H7(f,n):null;let v=-1,y=null;c&&(y=new ResizeObserver(L=>{let[x]=L;x&&x.target===f&&y&&(y.unobserve(t),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{y&&y.observe(t)})),n()}),f&&!d&&y.observe(f),y.observe(t));let b,I=d?Wr(e):null;d&&k();function k(){const L=Wr(e);I&&(L.x!==I.x||L.y!==I.y||L.width!==I.width||L.height!==I.height)&&n(),I=L,b=requestAnimationFrame(k)}return n(),()=>{g.forEach(L=>{s&&L.removeEventListener("scroll",n),o&&L.removeEventListener("resize",n)}),p&&p(),y&&y.disconnect(),y=null,d&&cancelAnimationFrame(b)}}const F7=(e,t,n)=>{const i=new Map,s={platform:W7,...n},o={...s.platform,_c:i};return p7(e,t,{...s,platform:o})},G7=e=>({getElementRects:({reference:s,floating:o})=>{const c=s.getBoundingClientRect(),u=o.getBoundingClientRect();return{reference:{width:c.width,height:c.height,x:c.x,y:c.y},floating:{width:u.width,height:u.height,x:u.x,y:u.y}}},getDimensions:s=>{const{width:o,height:c}=s.getBoundingClientRect();return{width:o,height:c}},getClippingRect:({})=>{const{width:s=0,height:o=0}=(e==null?void 0:e.getBoundingClientRect())??{};return{width:s,height:o,x:0,y:0}}}),dd={},Ad=e=>document.querySelector(e)instanceof HTMLElement,Z7=()=>(dd.fullscreenReferId||(dd.fullscreenReferId=`id_${zi.v4()}`),dd.fullscreenReferId),Qs=e=>e instanceof Element||e instanceof HTMLDocument,s1=e=>{if(Qs(e))return{isElement:!0,content:e,vNode:void 0};if(/^(#|\.)/.test(e)){const t=document.querySelector(e),n=Qs(t);return{isElement:n,content:n?t:e,vNode:n?void 0:e}}return{isElement:!1,content:e,vNode:e}},Y7=(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o})=>{const c=r.ref(!1),u=r.ref(),d=()=>{var K,z,Q;const re=L((K=n.value)==null?void 0:K.$el);return(z=document.fullscreenElement)!=null&&z.shadowRoot?document.fullscreenElement.shadowRoot.contains(re):(Q=document.fullscreenElement)==null?void 0:Q.contains(re)},f=re=>d()?document.fullscreenElement.shadowRoot?document.fullscreenElement.shadowRoot.querySelector(re):document.fullscreenElement.querySelector(re):document.body,g=["dark","light"],p=r.computed(()=>{var Q;const re=((Q=e.theme)==null?void 0:Q.split(/\s+/))??[];re.sort((ee,de)=>Number(g.includes(de))-Number(g.includes(ee)));const K=re,z=re.filter(ee=>!g.includes(ee));return{systemThemes:K,customThemes:z}}),v=()=>e.autoVisibility,y=()=>e.autoPlacement,b=()=>{var G,ae,Ce,we;const re=L((G=n.value)==null?void 0:G.$el),K=L((ae=i.value)==null?void 0:ae.$el),z=e.arrow?L((Ce=s.value)==null?void 0:Ce.$el):null,Q=L((we=o.value)==null?void 0:we.$el),{isElement:ee,content:de}=s1(e.content);return K&&ee&&!(K!=null&&K.contains(de))&&K.append(de),{elReference:re,elContent:K,elArrow:z,root:Q}},I=()=>{const re={};return Array.isArray(e.modifiers)&&e.modifiers.forEach(K=>{var Q,ee,de,G;let z;if(K.name==="offset"){if(typeof((Q=K.options)==null?void 0:Q.offset)=="number"&&(z=(ee=K.options)==null?void 0:ee.offset),Array.isArray((de=K.options)==null?void 0:de.offset)){const[ae,Ce]=(G=K.options)==null?void 0:G.offset;z={mainAxis:ae,crossAxis:Ce}}Object.assign(re,{offset:z})}}),re},k=(re,K)=>{const z=I(),Q=[L7(z.offset||K.offset),k7({padding:K.padding})],ee={placement:K.placement,middleware:Q};if(K.arrow&&Q.push(v7({element:re})),y()?Q.push(b7()):(Q.unshift(I7()),Q.push(C7())),v()&&ee.middleware.push(w7()),d()||K.isVirtualEl){const{getElementRects:de,getDimensions:G,getClippingRect:ae}=G7(u.value);Object.assign(ee,{platform:{...(K==null?void 0:K.platform)??{},getElementRects:de,getDimensions:G,getClippingRect:ae}})}return ee},L=re=>re instanceof HTMLElement?re:re instanceof Text?L(re.nextElementSibling):typeof(re==null?void 0:re.getBoundingClientRect)=="function"?re:null,x=p.value.customThemes.join(" "),w=p.value.customThemes.reduce((re,K)=>({[`data-${K}-theme`]:!0,...re}),{}),N=`${x}`;let M=null;const T=re=>{const K=window.devicePixelRatio||1;return Math.round(re*K)/K||0},j=(re,K,z,Q)=>{var de;e.disableTransform?Object.assign(re.style,{left:`${T(K)}px`,top:`${T(z)}px`}):Object.assign(re.style,{left:"0",top:"0",transform:`translate3d(${T(K)}px,${T(z)}px,0)`});const ee=v()?(de=Q.hide)==null?void 0:de.referenceHidden:!1;Object.assign(re.style,{visibility:ee?"hidden":"visible"})},S=(re,K,z)=>{if(e.arrow){const{x:Q,y:ee}=z.arrow??{};re.setAttribute("data-arrow",K);const de={left:"",top:"",bottom:"",right:""};Object.assign(re.style,de);const G={top:"bottom",right:"left",bottom:"top",left:"right"}[K];Object.assign(re.style,{left:Q!==null?`${Q}px`:"",top:ee!==null?`${ee}px`:"",[G]:"-4px"})}},O=()=>{const{elReference:re,elContent:K}=b();M=B7(re,K,()=>{c.value&&J(null,e)})},J=(re=null,K={})=>{const{elReference:z,elContent:Q,elArrow:ee}=b(),de=re||z;if(!de||!Q)return;const G=k(ee,K);F7(de,Q,G).then(({x:ae,y:Ce,placement:we,middlewareData:xe})=>{const _e=Q.className;Q.className=`${_e.replace(N,"")} ${N}`.replace(/\s+/mg," ").replace(/^\s+|\s+$/g,""),Object.keys(w).forEach(ye=>{Q.setAttribute(ye,w[ye])});const Ge=we.split("-")[0];let oe=Ge;["left","right","top","bottom"].includes(Ge)||(oe="top"),j(Q,ae,Ce,xe),S(ee,oe,xe)})};let A,V,P=!1;const Y=()=>Array.isArray(e.popoverDelay)?[e.popoverDelay[0],e.popoverDelay.slice(-1)[0]]:[e.popoverDelay,e.popoverDelay],X=()=>{const re=Y()[0];V=setTimeout(()=>{A&&clearTimeout(A),e.disabled||(c.value=!0)},re)},ue=()=>{const re=Y()[1];A=setTimeout(()=>{V&&clearTimeout(V),c.value=!1},re)},pe=()=>{var K;const re=L((K=i.value)==null?void 0:K.$el);re.style.setProperty("display","block"),re.style.setProperty("z-index",`${e.zIndex?e.zIndex:gi.getPopperIndex()}`),J(),t.emit("afterShow",{isShow:!0})},le=()=>{var K;L((K=i.value)==null?void 0:K.$el).style.setProperty("display","none"),t.emit("afterHidden",{isShow:!1})},se=()=>{c.value?ue():X()},te=()=>{se()},U=()=>{e.trigger==="hover"&&(A&&(P=!0,clearTimeout(A),A=void 0),_())},F=()=>{P&&(ue(),P=!1,W())},_=()=>{t.emit(ji.CONTENT_MOUSEENTER)},W=()=>{t.emit(ji.CONTENT_MOUSELEAVE)},H=()=>({hover:{content:[["mouseenter",U],["mouseleave",F]],reference:[["mouseenter",X],["mouseleave",ue],["focus",X],["blur",ue]]},click:[["click",te]],manual:{content:[["mouseenter",_],["mouseleave",W]],reference:[[]]}})[e.trigger]??[],ne=re=>{u.value=re};return r.watch(()=>e.isShow,re=>{c.value=re}),r.watch(c,re=>{re?pe():le()}),{showPopover:X,hidePopover:ue,resolveTriggerEvents:H,updatePopover:J,triggerPopover:se,resolvePopElements:b,isElementFullScreen:d,resolveTargetElement:L,createPopInstance:O,updateFullscreenTarget:ne,getFullscreenRoot:f,stopHide:()=>{A&&(P=!0,clearTimeout(A),A=void 0)},localIsShow:c,cleanup:M}};let qi=null,il=null;const U7=(e,t="#")=>{const n=i=>{let s=null;const o=d=>{s===null&&d()},c=()=>{if(/^parent$/i.test(e.boundary)){s=`${t}${qi}`;const{parentNode:d}=i||{};d!=null&&d.parentNode&&(d.parentNode.setAttribute("data-pnode-id",il),s=`[data-pnode-id=${il}]`)}},u=()=>{if(!/^body$/i.test(e.boundary)){if(typeof e.boundary=="string"){if(!Ad(e.boundary)){console.error("props.boundary is not available selector"),s="body";return}s=e.boundary;return}if(Qs(e.boundary)){s=e.boundary;return}}};return o(c),o(u),o(()=>{s=typeof e.boundary=="string"?e.boundary:`${t}${qi}`}),s};if(qi===null||!Ad(`#${qi}`)){qi=`id_${zi.v4()}`;const i=document.createElement("div");i.setAttribute("id",qi),i.setAttribute("data-popper-id",qi),document.body.append(i)}return il===null&&(il=`id_${zi.v4()}`),{popContainerId:qi,prefixId:n(),getPrefixId:n}},$7=(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o})=>{let c=null;const u=r.ref(!1),d=Z7(),f=r.ref(),{localIsShow:g,showPopover:p,hidePopover:v,updatePopover:y,resolveTriggerEvents:b,resolvePopElements:I,isElementFullScreen:k,updateFullscreenTarget:L,createPopInstance:x,getFullscreenRoot:w,stopHide:N}=Y7(e,t,{refReference:n,refContent:i,refArrow:s,refRoot:o}),M=()=>{p()},T=()=>{v()},j=()=>{x(),e.always?p():S()},S=()=>{const{elReference:F,elContent:_}=I();if(c=b(),Array.isArray(c))O(F,c);else{const{content:W,reference:H}=c;O(F,H),O(_,W)}},O=(F,_)=>{_.forEach(([W,H])=>{W&&typeof H=="function"&&F.addEventListener(W,H)})},J=()=>{if(c!=null&&c.length){const{elReference:F}=I();F&&c.forEach(([_,W])=>{_&&typeof W=="function"&&F.removeEventListener(_,W)}),c=null}},A=()=>{const{elReference:F,root:_}=I();if(u.value){X.value=f==null?void 0:f.value;return}X.value=V(_||F)},{getPrefixId:V}=U7(e,"#"),P=()=>{var F;(F=f==null?void 0:f.value)==null||F.setAttribute("data-fllsrn-id",d)},Y=()=>{var _;const F=`[data-fllsrn-id=${d}]`;(((_=f==null?void 0:f.value)==null?void 0:_.querySelectorAll(F))??[]).forEach(W=>{W==null||W.removeAttribute("data-fllsrn-id")})},X=r.ref(),ue=()=>{J()},pe=F=>{f.value=F,L(F),u.value=k(),P()},le=F=>{document.fullscreenElement||Y(),pe(F.target),A(),y(null,e)};return{onMountedFn:()=>{if(!e.disabled){if(j(),k()){const F=`[data-fllsrn-id=${d}]`,_=w(F);pe(_)}A(),document.body.addEventListener("fullscreenchange",le)}},onUnmountedFn:()=>{ue(),document.body.removeEventListener("fullscreenchange",le)},handleClickOutside:F=>{t.emit(ji.CLICK_OUTSIDE,{isShow:g.value,event:F}),!(e.disableOutsideClick||e.always||e.disabled||e.trigger==="manual")&&g.value&&T()},beforeInstanceUnmount:ue,updateBoundary:A,initPopInstance:j,updatePopover:y,showPopover:p,hidePopover:v,showFn:M,hideFn:T,stopHide:N,isFullscreen:u,boundary:X,localIsShow:g}},o1=r.defineComponent({name:"Popover",components:{Content:C3,Arrow:b3,Root:w3},directives:{clickoutside:vi},props:l7,emits:s7,setup(e,t){const{content:n,theme:i,disableTeleport:s}=e,{reference:o}=r.toRefs(e),c=r.ref(),u=r.ref(),d=r.ref(),f=r.ref(),g=r.computed(()=>o.value||c.value),{onMountedFn:p,onUnmountedFn:v,handleClickOutside:y,beforeInstanceUnmount:b,updateBoundary:I,initPopInstance:k,showFn:L,hideFn:x,showPopover:w,hidePopover:N,updatePopover:M,stopHide:T,localIsShow:j,boundary:S}=$7(e,t,{refReference:g,refContent:u,refArrow:d,refRoot:f});!e.always&&!e.disabled&&r.watch(()=>e.isShow,()=>{e.isShow?w():N()},{immediate:!0}),r.watch(()=>[e.disabled],Y=>{Y[0]?b():k()}),I(),r.onMounted(p),r.onBeforeUnmount(v);const O=r.computed(()=>!s),J=()=>{L()},A=()=>{x()},V=r.computed(()=>e.renderType===Yl.AUTO?!0:j.value),P=()=>{if(e.allowHtml){const{vNode:Y}=s1(e.content);return Y}return n};return{boundary:S,arrow:e.arrow,refDefaultReference:c,refContent:u,refArrow:d,content:n,theme:i,transBoundary:O,handleClickOutside:y,updatePopover:M,hide:A,show:J,stopHide:T,contentIsShow:V,renderContent:P}},render(){return r.createVNode(w3,{ref:"refRoot"},{default:()=>[r.createVNode(c7,{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(C3,{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(b3,{ref:"refArrow"},{default:()=>{var e,t;return[(t=(e=this.$slots).arrow)==null?void 0:t.call(e)]}}):""}),[[r.resolveDirective("clickoutside"),this.handleClickOutside]])]})]})}});function c0(e){let t=null,n=null,i=null;const s={boundary:"body",placement:"top",autoVisibility:!1,...e,trigger:"manual"},o={name:"$popover",setup(p,{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(Qs(S)){const{x:A,y:V,width:P,height:Y}=S.getBoundingClientRect();Object.assign(I.value,{width:`${P}px`,height:`${Y}px`,transform:`translate3d(${A}px,${V}px,0)`});return}const{clientX:O,clientY:J}=S;Object.assign(I.value,{transform:`translate3d(${O}px,${J}px,0)`,width:"10px",height:"10px"})};k(y.value.target);const L=()=>{var S,O;(O=(S=b.value)==null?void 0:S.show)==null||O.call(S)},x=()=>{var S,O;(O=(S=b.value)==null?void 0:S.hide)==null||O.call(S)},w=()=>{var S,O;(O=(S=b.value)==null?void 0:S.stopHide)==null||O.call(S)},N=r.computed(()=>{const S=["target"];return Object.keys(y.value).filter(O=>!S.includes(O)).reduce((O,J)=>({...O,[J]:y.value[J]}),{})}),M=S=>{var O,J;y.value.target=S,k(S),(J=(O=b.value)==null?void 0:O.updatePopover)==null||J.call(O),r.nextTick(()=>{var A,V;(V=(A=b.value)==null?void 0:A.updatePopover)==null||V.call(A)})},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:w}),()=>r.createVNode(o1,r.mergeProps(N.value,{ref:b,onContentMouseenter:T,onContentMouseleave:j}),{default:()=>[r.createVNode("span",{style:I.value},null)]})}};function c(p){return/^body$/i.test(p)?document.body:/^parent$/i.test(p)?Qs(s.target)?s.target.parentNode:s.target.target.parentNode:typeof p=="string"&&Ad(p)?document.querySelector(p):document.body}t===null&&(i=document.createElement("div"),c(s.boundary).append(i),t=r.createApp(o),n=t.mount(i));function u(){t&&(t.unmount(),n=null,t=null,i.remove())}function d(){n==null||n.show()}function f(p){n==null||n.updateTarget(p)}function g(){n==null||n.hide()}return{close:u,show:d,hide:g,update:f,get vm(){return n},get $el(){return n.$el}}}const $t=Fe(o1),K7=r.defineComponent({name:"Popover2",setup(){return()=>r.createVNode("code",null,["<bk-popover2></bk-popover2>已经合并为<bk-popover></bk-popover>,请替换为<bk-popover></bk-popover>"])}}),l1=Fe(K7),X7=(e,{attrs:t,slots:n})=>{const{width:i,percent:s,strokeWidth:o,color:c,strokeLinecap:u,theme:d,type:f,bgColor:g,titleStyle:p}=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,w=`${-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:w},T={strokeDasharray:`${L*x*(s/100)}px, ${L}px`,strokeDashoffset:w,transition:N},j=`
|
46
46
|
M 50 50
|
47
47
|
m 0 ${k?"":"-"}${I}
|
48
48
|
a ${I} ${I} 0 1 1 0 ${k?"-":""}${I*2}
|
@@ -63,7 +63,7 @@ ${Gl(n)}`),i}})}function Dw(e){const t=Object.keys(e),n=t.filter(s=>{var o;retur
|
|
63
63
|
* @return {boolean} True if the event is supported.
|
64
64
|
* @internal
|
65
65
|
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
66
|
-
*/function pN(e,t){if(!M1.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&&I1&&e==="wheel"&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i}var vN=pN,yN=hN,bN=vN,O3=10,A3=40,E3=800;function N1(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*O3,s=n*O3,"deltaY"in e&&(s=e.deltaY),"deltaX"in e&&(i=e.deltaX),(i||s)&&e.deltaMode&&(e.deltaMode==1?(i*=A3,s*=A3):(i*=E3,s*=E3)),i&&!t&&(t=i<1?-1:1),s&&!n&&(n=s<1?-1:1),{spinX:t,spinY:n,pixelX:i,pixelY:s}}N1.getEventType=function(){return yN.firefox()?"DOMMouseScroll":bN("wheel")?"wheel":"mousewheel"};var CN=N1,wN=CN;const MN=Bs(wN),IN=typeof navigator<"u"&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,NN=function(e,t){e!=null&&e.addEventListener&&e.addEventListener(IN?"DOMMouseScroll":"mousewheel",function(n){const i=MN(n);t==null||t.apply(this,[n,i])})},LN={beforeMount(e,t){console.error(e,t),NN(e,t.value)}},lr=new Map,Fa={beforeMount(e,t){const n=P3(t),{trigger:i}=n,s=TN(n);let o=null;if(i==="hover"){let c=null;e.addEventListener("mouseenter",()=>{o=setTimeout(()=>{Wd(e),clearTimeout(c),clearTimeout(o)},n.delay)}),s.addEventListener("mouseenter",()=>{clearTimeout(c)}),e.addEventListener("mouseleave",()=>{clearTimeout(o),c=setTimeout(()=>{hs(e)},100)}),e.addEventListener("click",()=>{hs(e)}),s.addEventListener("mouseleave",()=>{clearTimeout(o),c=setTimeout(()=>{hs(e)},100)})}else i==="click"&&document.body.addEventListener("click",c=>{e.contains(c.target)&&!s.hasAttribute("data-show")?o=setTimeout(()=>{Wd(e),clearTimeout(o)},n.delay):s.hasAttribute("data-show")&&hs(e)});lr.set(e,{opts:n,popper:s,popperInstance:null})},updated(e,t){lr.get(e).opts=P3(t)},unmounted(e){hs(e),lr.delete(e)}};function kN(){return{arrow:!0,disabled:!1,trigger:"hover",theme:"dark",content:"",showOnInit:!1,placement:"top",distance:8,extCls:"",delay:0,onShow:()=>{},onHide:()=>{}}}function P3(e){const t=kN();return typeof e.value=="object"?Object.assign(t,e.value):t.content=e.value,t}function TN(e){const{content:t,arrow:n,theme:i,extCls:s}=e,o=i==="light",c=gi.getPopperIndex(),u=document.createElement("div");if(u.className=`${Z("popper")} ${o?"light":"dark"} ${s}`,u.innerText=t,u.style.zIndex=String(c),n){const d=L1();u.appendChild(d)}return u}function L1(){const e=document.createElement("div");return e.className=Z("popper-arrow"),e.setAttribute("data-popper-arrow",""),e}function xN(e,t){const{opts:n}=lr.get(e),{placement:i,distance:s,showOnInit:o}=n,c=ug(e,t,{placement:i,modifiers:[{name:"offset",options:{offset:[0,s]}}]});return o&&Wd(e),c}function Wd(e){const{popper:t,opts:n}=lr.get(e),{disabled:i,content:s,arrow:o,onShow:c}=n;if(i)return;if(t.innerText=s,o){const d=L1();t.appendChild(d)}document.body.appendChild(t);const u=xN(e,t);c(),t.setAttribute("data-show",""),u.setOptions(d=>({...d,modifiers:[...d.modifiers,{name:"eventListeners",enabled:!0}]})),u.forceUpdate(),lr.get(e).popperInstance=u}function hs(e){if(!lr.get(e))return;const{popper:t,popperInstance:n,opts:i}=lr.get(e),{onHide:s}=i;t&&document.body.contains(t)&&(t.removeAttribute("data-show"),n==null||n.destroy(),document.body.removeChild(t),s())}const z3=(e,t)=>{const n={content:"",target:e};return typeof t.value=="object"?Object.assign(n,t.value):n.content=t.value,n},u0=(e,t)=>{let n=null,i=null,s=null;const o=z3(e,t),{disabled:c}=o;if(c||n)return;const u=()=>{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=z3(e,t);v.isShow=!0,v.content=v.content||e.innerHTML,v.allowHtml=!0,Object.assign(v,{onContentMouseenter:u,onContentMouseleave:d}),n=c0(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}},SN={mounted(e,t){u0(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}}},Sc=Symbol("BkSelect"),k1=Symbol("BkOptionGroup");function T1(){const e=r.ref(!1);return{isHover:e,setHover:()=>{e.value=!0},cancelHover:()=>{e.value=!1}}}function Hd(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 DN(e,t=200){let n,i=e;return r.customRef((s,o)=>({get(){return s(),i},set(c){clearTimeout(n),c===void 0||c===""?(i=c,o()):n=setTimeout(()=>{i=c,o()},t)}}))}function jN(e,t){const{popoverMinWidth:n}=e;let i=null;const s=r.ref("auto"),o=r.ref(!1),c=()=>{o.value=!o.value},u=()=>{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=UC(t.value,f,60,!0),i.start())}),r.onBeforeUnmount(()=>{i==null||i.stop(),i=null}),{isPopoverShow:o,popperWidth:s,togglePopover:c,hidePopover:u,showPopover:d}}function ON(e,t){const n=DN(""),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 da(e=""){return e&&String(e).trim().toLowerCase()}const Sl=r.defineComponent({name:"Option",props:{value:{type:[String,Number,Object],require:!0},label:m.oneOfType([m.number,m.string]).def(""),disabled:m.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(Sc,null),c=r.inject(k1,null),u=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),p=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),c==null||c.register(s.value,t)}),r.onBeforeUnmount(()=>{o==null||o.unregister(s.value),c==null||c.unregister(s.value)}),{...r.toRefs(n),selected:u,multiple:d,isHover:f,showSelectedIcon:g,selectedStyle:p,handleOptionClick:v,handleMouseEnter:y}},render(){var t,n;const e=Ae({"is-selected":this.selected,"is-disabled":this.disabled,"is-multiple":this.multiple,"is-hover":this.isHover,"is-checkbox":this.selectedStyle===dl.CHECKBOX,[Z("select-option")]:!0});return r.withDirectives(r.createVNode("li",{class:e,onClick:this.handleOptionClick,onMouseenter:this.handleMouseEnter},[this.showSelectedIcon&&this.selectedStyle===dl.CHECKBOX&&r.createVNode($n,{class:Z("select-checkbox"),modelValue:this.selected},null),((n=(t=this.$slots).default)==null?void 0:n.call(t))??r.createVNode("span",{class:Z("select-option-item"),title:String(this.label)},[this.label]),this.showSelectedIcon&&this.selected&&this.selectedStyle===dl.CHECK&&r.createVNode(fr,{class:Z("select-selected-icon"),width:22,height:22},null)]),[[r.vShow,this.visible]])}}),AN=r.defineComponent({name:"OptionGroup",props:{label:m.string.def(""),disabled:m.bool.def(!1),collapsible:m.bool.def(!1),collapse:m.bool.def(!1)},setup(e,{emit:t}){const n=r.getCurrentInstance(),{proxy:i}=n,s=r.inject(Sc,null),o=r.reactive({groupCollapse:e.collapse,visible:!0}),c=r.ref(new Map),{register:u,unregister:d}=Hd(c),f=r.computed(()=>`${e.label} (${[...c.value.values()].filter(p=>p.visible).length})`),g=()=>{!e.collapsible||e.disabled||(o.groupCollapse=!o.groupCollapse,t("update:collapse",o.groupCollapse))};return r.provide(k1,r.reactive({...r.toRefs(e),register:u,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=Ae({[Z("option-group")]:!0,collapsible:this.collapsible,disabled:this.disabled}),t=Ae({[Z("option-group-label")]:!0,collapsible:this.collapsible}),n=Ae({"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(Us,{class:n},null),r.createVNode("span",{class:"default-group-label-title"},[this.groupLabel])])]),r.withDirectives(r.createVNode("ul",{class:Z("option-group-content")},[(s=(i=this.$slots).default)==null?void 0:s.call(i)]),[[r.vShow,!this.groupCollapse]])]),[[r.vShow,this.visible]])}}),EN={onContentScroll:Function},PN={list:m.array.def([]),enabled:m.bool.def(!0),scrollEvent:m.bool.def(!1),lineHeight:m.oneOfType([m.number,m.func]).def(30),minHeight:m.number.def(30),height:m.oneOfType([m.string.def("100%"),m.number]).def("100%"),width:m.oneOfType([m.string.def("100%"),m.number]).def("100%"),className:m.oneOfType([m.arrayOf(m.string),m.object,m.arrayOf(m.object),m.string]).def(""),contentClassName:m.oneOfType([m.arrayOf(m.string),m.object,m.arrayOf(m.object),m.string]).def(""),contentStyle:m.object.def({}),scrollXName:m.string.def(Z("F-scroll-x")),scrollYName:m.string.def(Z("F-scroll-y")),groupItemCount:m.number.def(1),preloadItemCount:m.number.def(1),renderAs:m.string.def("div"),contentAs:m.string.def("div"),scrollOffsetTop:m.number.def(0),scrollPosition:m.string.def("content"),abosuteHeight:m.oneOfType([m.string.def("auto"),m.number]).def("auto"),throttleDelay:m.number.def(60),rowKey:m.string.def(void 0),keepAlive:m.bool.def(!1),...EN},zN=(e,t)=>{const{renderAs:n,contentAs:i}=e,s=(f,g,p,v,y,b,I)=>{t.emit("content-scroll",[f,{translateY:y,translateX:b,pos:I}])},o=r.resolveDirective("bkVirtualRender"),c={lineHeight:e.lineHeight,handleScrollCallback:s,pagination:{},throttleDelay:e.throttleDelay,onlyScroll:e.scrollEvent},u=r.ref(null),d=({left:f=0,top:g=0})=>{u.value.scrollTo(f,g)};return t.expose({scrollTo:d}),{rendAsTag:()=>{var f,g,p,v,y,b,I,k;return r.h(n,{class:e.className,ref:u},[((g=(f=t.slots).beforeContent)==null?void 0:g.call(f))??"",r.withDirectives(r.h(i,{class:e.contentClassName,style:e.contentStyle},[((v=(p=t.slots).default)==null?void 0:v.call(p,{data:e.list}))??""]),[[o,c]]),((b=(y=t.slots).afterContent)==null?void 0:b.call(y))??"",((k=(I=t.slots).afterSection)==null?void 0:k.call(I))??""])}}};function V3(e,t,n,i){let s=0,o=0,c=0,u=0;for(;s<e;s++){if(u=i(s,[s*n,(s+1)*n,"virtual"]),o+u>t){c=t-o;break}o+=u}return{startIndex:s,height:o,diffHeight:c}}function x1(e,t,n,i,s){if(!i)return;const o=i.scrollTop,c=i.scrollLeft,{scrollTop:u,count:d,groupItemCount:f,startIndex:g,endIndex:p,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=V3(d,o,f,e);b=L.startIndex>0?L.startIndex:0,k=L.diffHeight,I=V3(d,y,f,e).startIndex+b+1}if(o!==u||b!==g||I!==p||v!==c){const L=i.scrollHeight-i.offsetHeight-i.scrollTop;typeof t=="function"&&t(s,b,I,o,k,c,{bottom:L>=0?L:0})}}function VN(e,t,n){const{lineHeight:i=30,handleScrollCallback:s,pagination:o={},onlyScroll:c}=n.value;if(c){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:u,endIndex:d,groupItemCount:f,count:g,scrollTop:p,scrollLeft:v}=o;x1(i,s,{scrollTop:p,startIndex:u,endIndex:d,groupItemCount:f,count:g,scrollLeft:v},t,e)}const S1=(e=60)=>rt.throttle((t,n,i)=>VN(t,n,i),e),RN=(e,t,n,i=60)=>{Reflect.apply(S1(i),void 0,[e,t,n])},JN={mounted(e,t){const n=e.parentNode,{throttleDelay:i}=t.value;n.addEventListener("scroll",s=>{RN(s,n,t,i)})},unbind(e){if(e){const t=e.parentNode;if(!t)return;t.removeEventListener("scroll",S1)}}},QN=r.defineComponent({name:"VirtualRender",directives:{bkVirtualRender:JN},props:PN,emits:["content-scroll"],slots:Object,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}=zN(e,t);return S}const o=r.ref(null),c=r.reactive({startIndex:0,endIndex:0,scrollTop:1,scrollLeft:0,translateY:0,translateX:0,count:0,pos:{},groupItemCount:e.groupItemCount}),u=(S,O,J,A,V,P,Y)=>{c.startIndex=O,c.endIndex=J,c.scrollTop=A,c.translateY=V,c.translateX=P,c.scrollLeft=P,c.pos=Y,t.emit("content-scroll",[S,c])};r.onMounted(()=>{r.nextTick(()=>{p(e.list),v()})}),r.watch(()=>e.list,()=>{let S={left:0,top:0};S={left:c.scrollLeft,top:c.scrollTop},d(),v(),e.keepAlive&&j(S)},{deep:!0}),r.watch(()=>e.lineHeight,()=>{d(),v()});const d=()=>{p(e.list)},f=r.ref(0),g=r.ref(0),p=S=>{if(f.value=Math.ceil((S||[]).length/e.groupItemCount),c.count=f.value,c.startIndex=0,c.endIndex=0,c.translateY=0,c.scrollTop=0,typeof e.abosuteHeight=="string"&&e.abosuteHeight==="auto")if(typeof e.lineHeight=="function"){g.value=0;let J=0;for(let A=0;A<f.value;A++){const V=e.lineHeight.call(this,A,S.slice(A*e.groupItemCount,e.groupItemCount));J+=typeof V=="number"?V:0}g.value=J}else g.value=e.lineHeight*f.value;else g.value=e.abosuteHeight},v=(S={left:0,top:0})=>{var J;const O=(J=o.value)==null?void 0:J.parentNode;console.log("afterListDataReset pagination",c),x1(e.lineHeight,u,c,O,null),S&&o.value&&j(S)},y=r.computed(()=>e.rowKey!==void 0?e.list:(e.list||[]).map((S,O)=>({...S,$index:O}))),b=r.computed(()=>y.value.slice(c.startIndex*e.groupItemCount,(c.endIndex+e.preloadItemCount)*e.groupItemCount)),I=r.computed(()=>e.scrollPosition==="content"?{top:`${c.scrollTop+e.scrollOffsetTop}px`,transform:`translateY(-${c.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(()=>[Z("virtual-render"),e.scrollXName,e.scrollYName,...s(e.className),e.scrollPosition==="container"?Z("virtual-content"):""]),w=r.computed(()=>[e.scrollPosition==="content"?Z("virtual-content"):"",...s(e.contentClassName)]),N=r.resolveDirective("bkVirtualRender"),M={lineHeight:e.lineHeight,handleScrollCallback:u,pagination:c,throttleDelay:e.throttleDelay},T=()=>{d(),v()},j=(S={left:0,top:0})=>{const{left:O,top:J}=S;o.value.scrollTo(O,J)};return t.expose({reset:T,scrollTo:j}),()=>{var S,O,J,A,V,P,Y,X;return r.h(n||"div",{ref:o,class:x.value,style:k.value},[((O=(S=t.slots).beforeContent)==null?void 0:O.call(S))??"",r.withDirectives(r.h(i||"div",{class:w.value,style:{...I.value,...e.contentStyle}},[((A=(J=t.slots).default)==null?void 0:A.call(J,{data:b.value}))??""]),[[N,M]]),((P=(V=t.slots).afterContent)==null?void 0:P.call(V))??"",r.h("div",{class:[Z("virtual-section")],style:L.value}),((X=(Y=t.slots).afterSection)==null?void 0:X.call(Y))??""])}}}),Ga=Fe(QN);var D1=function(e){return e.UNKNOWN="",e.FILLED="filled",e.STROKE="stroke",e}(D1||{});const _N=r.defineComponent({name:"Tag",props:{theme:Ul(),closable:m.bool.def(!1),type:Ee("tagStorkeType",{}).def(D1.UNKNOWN),checkable:m.bool.def(!1),checked:m.bool.def(!1),radius:m.string.def("2px"),extCls:m.string.def("")},emits:["change","close"],slots:Object,setup(e,{emit:t}){const n=r.computed(()=>Ae({"bk-tag-closable":e.closable,"bk-tag-checkable":e.checkable,"bk-tag-check":e.checked,[`bk-tag-${e.type}`]:e.type,[`bk-tag-${e.theme}`]:e.theme,[e.extCls]:!!e.extCls},"bk-tag")),i=r.computed(()=>({borderRadius:e.radius}));return{wrapperCls:n,wrapperStyle:i,handleClose:c=>{c.preventDefault(),c.stopPropagation(),t("close",c)},handleClick:c=>{c.preventDefault(),c.stopPropagation(),e.checkable&&t("change",!e.checked)}}},render(){var e,t;return r.createVNode("div",{class:this.wrapperCls,style:this.wrapperStyle,onClick:this.handleClick},[this.$slots.icon?r.createVNode("span",{class:"bk-tag-icon"},[this.$slots.icon()]):"",r.createVNode("span",{class:"bk-tag-text"},[(t=(e=this.$slots).default)==null?void 0:t.call(e)]),this.closable?r.createVNode(dn,{class:"bk-tag-close",onClick:this.handleClose},null):""])}}),Ja=Fe(_N),WN=r.defineComponent({name:"SelectTagInput",props:{selected:{type:Array,default:()=>[]},tagTheme:Ul(),placeholder:m.string.def(""),filterable:m.bool.def(!1),allowCreate:m.bool.def(!1),disabled:m.bool.def(!1),modelValue:m.any,collapseTags:m.bool.def(!1)},emits:["update:modelValue","remove","enter","keydown"],setup(e,{emit:t}){const{proxy:n}=r.getCurrentInstance(),i=r.inject(Sc,null),{modelValue:s,collapseTags:o,selected:c}=r.toRefs(e),u=r.ref(s.value),d=r.ref(),f=r.ref(null);r.watch(s,()=>{u.value=s.value}),r.watch([c,o],()=>{I()},{flush:"post"});const g=k=>{t("remove",k)},p=()=>{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,w)=>w?k[w-1].offsetTop!==x.offsetTop:!1);f.value=L>0?L:null}))};return{select:i,overflowTagIndex:f,value:u,inputRef:d,handleRemoveTag:g,focus:p,handleInput:v,handleKeydown:y}},render(){var s,o,c,u,d,f,g,p;const e=(o=(s=this.$slots)==null?void 0:s.prefix)==null?void 0:o.call(s),t=Ae({[Z("select-tag")]:!0,[Z("select-tag--default")]:!0,"is-disabled":this.disabled,"collapse-tag":this.collapseTags,"has-prefix":!!e}),n=Ae({[Z("select-tag-wrapper")]:!0}),i={display:this.selected.length&&!this.filterable?"none":""};return r.createVNode("div",{class:t},[(u=(c=this.$slots)==null?void 0:c.prefix)==null?void 0:u.call(c),r.createVNode("span",{class:n},[((f=(d=this.$slots).default)==null?void 0:f.call(d))??this.selected.map((v,y)=>r.createVNode(Ja,{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(Ja,{class:Z("select-overflow-tag")},{default:()=>[r.createTextVNode("+"),this.selected.length-this.overflowTagIndex]}),r.createVNode("input",{class:Z("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)]),(p=(g=this.$slots)==null?void 0:g.suffix)==null?void 0:p.call(g)])}}),HN=r.defineComponent({name:"Select",directives:{clickoutside:vi},props:{modelValue:m.any,multiple:m.bool.def(!1),disabled:m.bool.def(!1),size:m.size().def(wf.DEFAULT),clearable:m.bool.def(!0),loading:m.bool.def(!1),filterable:m.bool.def(!1),remoteMethod:m.func,scrollHeight:m.number.def(200),showSelectAll:m.bool.def(!1),popoverMinWidth:m.number.def(0),showOnInit:m.bool.def(!1),multipleMode:m.oneOf(["default","tag"]).def("default"),tagTheme:Ul(),behavior:kg(),collapseTags:m.bool.def(!1),autoHeight:m.bool.def(!0),noDataText:m.string,noMatchText:m.string,loadingText:m.string,placeholder:m.string,searchPlaceholder:m.string,selectAllText:m.string,scrollLoading:m.bool.def(!1),allowCreate:m.bool.def(!1),popoverOptions:Object,customContent:m.bool.def(!1),list:m.array.def([]),idKey:m.string.def("value"),displayKey:m.string.def("label"),withValidate:m.bool.def(!0),showSelectedIcon:m.bool.def(!0),inputSearch:m.bool.def(!0),enableVirtualRender:m.bool.def(!1),allowEmptyValues:m.array.def([]),autoFocus:m.bool.def(!1),keepSearchValue:m.bool.def(!1),prefix:m.string,selectedStyle:Pw()},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:c,remoteMethod:u,loading:d,popoverMinWidth:f,showOnInit:g,multipleMode:p,allowCreate:v,customContent:y,showSelectedIcon:b,inputSearch:I,enableVirtualRender:k,showSelectAll:L,scrollHeight:x,list:w,displayKey:N,idKey:M,collapseTags:T,autoHeight:j,popoverOptions:S,allowEmptyValues:O,autoFocus:J,keepSearchValue:A,selectedStyle:V}=r.toRefs(e),P=r.computed(()=>e.noDataText===void 0?n.value.noData:e.noDataText),Y=r.computed(()=>e.noMatchText===void 0?n.value.noMatchedData:e.noMatchText),X=r.computed(()=>e.loadingText===void 0?n.value.loading:e.loadingText),ue=r.computed(()=>e.placeholder===void 0?n.value.pleaseSelect:e.placeholder),pe=r.computed(()=>e.searchPlaceholder===void 0?n.value.enterKeywords:e.searchPlaceholder),le=r.computed(()=>e.selectAllText===void 0?n.value.all:e.selectAllText),se=Xn(),te=r.ref(),U=r.ref(),F=r.ref(),_=r.ref(),W=r.ref(),H=r.ref(),ne=r.ref(),he=r.ref(new Map),re=r.computed(()=>[...he.value.values()]),K=r.ref(new Map),z=r.ref([]),Q=r.computed(()=>z.value.reduce((Me,Se)=>(Me[Se.value]=Se.label,Me),{})),ee=r.ref(),de=r.computed(()=>w.value.reduce((Me,Se)=>(Me[Se[M.value]]=Se[N.value],Me),{}));r.watch(i,()=>{var Me;lo(),e.withValidate&&((Me=se==null?void 0:se.validate)==null||Me.call(se,"change"))},{deep:!0}),r.watch(z,()=>{var Me;(Me=ne.value)==null||Me.updatePopover(null,ct.value)});const G=r.computed(()=>oe.value?w.value:w.value.filter(Me=>{var Se;return(Se=da(String(Me[N.value])))==null?void 0:Se.includes(da(bi.value))})),ae=r.computed(()=>s.value||d.value),Ce=r.computed(()=>z.value.map(Me=>{var Se,Qe;return((Qe=(Se=he.value)==null?void 0:Se.get(Me.value))==null?void 0:Qe.label)||de.value[Me.value]||Me.label})),we=r.computed(()=>{const Me=re.value.reduce((Se,Qe)=>(Qe.disabled||Se.push(Qe.value),Se),[]);return Me.length<=z.value.length&&Me.every(Se=>z.value.some(Qe=>Qe.value===Se))}),xe=r.computed(()=>!!K.value.size),_e=r.computed(()=>!re.value.length),Ge=r.computed(()=>re.value.length&&re.value.every(Me=>!Me.visible)),oe=r.computed(()=>o.value&&typeof u.value=="function"),ye=r.computed(()=>!(Yr.value||_e.value||Ge.value)||y.value),Ne=r.computed(()=>c.value&&L.value&&(!bi.value||!o.value)),Pe=r.computed(()=>x.value-12-(Ne.value?32:0)),Ke=r.computed(()=>Yr.value?X.value:_e.value?P.value:Ge.value?Y.value:""),at=r.computed(()=>j.value?T.value&&!qn.value:T.value),ct=r.computed(()=>rt.merge({theme:"light bk-select-popover",trigger:"manual",width:ao.value,arrow:!1,placement:"bottom-start",isShow:qn.value,reference:W.value,offset:6,popoverDelay:0,renderType:Yl.AUTO},S.value)),{register:ze,unregister:Oe}=Hd(he),{register:We,unregister:st}=Hd(K),{isHover:qe,setHover:gt,cancelHover:Ye}=T1(),Qt=r.ref(!1),Wi=()=>{Qt.value||(Qt.value=!0,t("focus"))},Zr=()=>{Qt.value&&(Qt.value=!1,t("blur"))},{popperWidth:ao,isPopoverShow:qn,hidePopover:mr,showPopover:Za,togglePopover:so}=jN({popoverMinWidth:f.value},U);r.watch(qn,()=>{t("toggle",qn.value)});const Jc=r.computed(()=>(o.value&&I.value||v.value)&&qn.value);r.watch(qn,Me=>{Me?setTimeout(()=>{Ci(),oo()},10):A.value||(bi.value="")});const oo=()=>{var Qe;const Me=z.value[0],Se=he.value.get(Me==null?void 0:Me.value);Se&&!Se.disabled&&Se.visible?ee.value=Me==null?void 0:Me.value:ee.value=(Qe=re.value.find(gn=>!gn.disabled&&gn.visible))==null?void 0:Qe.value},Qc=Me=>{o.value&&re.value.forEach(Se=>{var Qe;Se.visible=(Qe=da(String(Se.label)))==null?void 0:Qe.includes(da(Me))})},{searchKey:bi,searchLoading:Yr}=ON(oe.value?u.value:Qc,oo),ei=Me=>{Me!==i.value&&(t("update:modelValue",Me,i.value),t("change",Me,i.value))},_c=()=>{ae.value||(Wi(),so())},Wc=Me=>{o.value&&(bi.value=Me)},Ya=(Me,Se)=>{const Qe=String(Me);!v.value||!Qe||o.value&&re.value.find(_n=>da(String(_n.label))===da(Qe))||he.value.get(Qe)||(Se.stopPropagation(),c.value?(z.value.push({value:Qe,label:Qe}),ei(z.value.map(_n=>_n.value))):(z.value=[{value:Qe,label:Qe}],ei(Qe),mr()),bi.value="")},Ua=Me=>{if(!(ae.value||!Me)){if(c.value){const Se=z.value.findIndex(Qe=>Qe.value===Me.value);Se>-1?z.value.splice(Se,1):z.value.push({value:Me.value,label:Me.label||Me.value}),ei(z.value.map(Qe=>Qe.value))}else z.value=[{label:Me.label||Me.value,value:Me.value}],ei(Me.value),mr();Ci()}},Ci=()=>{setTimeout(()=>{var Me,Se,Qe;!I.value&&!v.value?(Me=_.value)==null||Me.focus():p.value==="tag"?(Se=W.value)==null||Se.focus():(Qe=te.value)==null||Qe.focus()},0)},Hc=Me=>{Me.stopPropagation(),z.value=[],ei(c.value?[]:""),t("clear",c.value?[]:""),mr()},Bc=()=>{ee.value=""},Fc=()=>{we.value?z.value=[]:re.value.forEach(Me=>{Me.disabled||z.value.find(Se=>Se.value===Me.value)||z.value.push({value:Me.value,label:Me.label||Me.value})}),ei(z.value.map(Me=>Me.value)),Ci()},Gc=Me=>{const{scrollTop:Se,clientHeight:Qe,scrollHeight:gn}=Me.target;Se+Qe===gn&&t("scroll-end")},Zc=Me=>{if(ae.value)return;const Se=z.value.findIndex(Qe=>Qe.value===Me);Se>-1&&(z.value.splice(Se,1),ei(z.value.map(Qe=>Qe.value)))},$a=Me=>{var Qe,gn;let Se=Me;if(typeof Se=="object"){for(const _n of he.value.keys())if(rt.isEqual(_n,Se)){Se=_n;break}}return((gn=(Qe=he.value)==null?void 0:Qe.get(Se))==null?void 0:gn.label)||de.value[Se]||Q.value[Se]||Se},lo=()=>{Array.isArray(i.value)?z.value=[...i.value.map(Me=>({value:Me,label:$a(Me)}))]:i.value!==void 0||O.value.includes(i.value)?z.value=[{value:i.value,label:$a(i.value)}]:z.value=[]},Yc=Me=>{var gn,_n;if(!qn.value)return;const Se=re.value.filter(Pt=>!Pt.disabled&&Pt.visible),Qe=Se.findIndex(Pt=>Pt.value===ee.value);if(!(!Se.length||Qe===-1))switch(Me.code){case"ArrowDown":{Me.preventDefault();const Pt=Qe>=Se.length-1?0:Qe+1;ee.value=(gn=Se[Pt])==null?void 0:gn.value;break}case"ArrowUp":{Me.preventDefault();const Pt=Qe===0?Se.length-1:Qe-1;ee.value=(_n=Se[Pt])==null?void 0:_n.value;break}case"Backspace":{if(!c.value||!z.value.length||bi.value.length||Me.target===_.value)return;z.value.pop(),ei(z.value.map(Pt=>Pt.value));break}case"Enter":{const Pt=he.value.get(ee.value);Ua(Pt);break}}},co=({event:Me})=>{var Qe;const{target:Se}=Me;(Qe=U.value)!=null&&Qe.contains(Se)||U.value===Se||(mr(),Zr())},Uc=()=>{setTimeout(()=>{var Me,Se;k.value&&((Se=(Me=H.value)==null?void 0:Me.reset)==null||Se.call(Me))})};return r.provide(Sc,r.reactive({multiple:c,selected:z,activeOptionValue:ee,showSelectedIcon:b,selectedStyle:V,register:ze,unregister:Oe,registerGroup:We,unregisterGroup:st,handleOptionSelected:Ua,handleGetLabelByValue:$a})),r.onMounted(()=>{lo(),setTimeout(()=>{g.value&&Za(),J.value&&Ci()})}),{selected:z,isInput:Jc,options:re,isDisabled:ae,selectedLabel:Ce,isPopoverShow:qn,isHover:qe,popperWidth:ao,inputRef:te,triggerRef:U,contentRef:F,searchRef:_,selectTagInputRef:W,virtualRenderRef:H,popoverRef:ne,searchLoading:Yr,isOptionsEmpty:_e,isSearchEmpty:Ge,isFocus:Qt,isShowSelectContent:ye,curContentText:Ke,isGroup:xe,searchKey:bi,isShowSelectAll:Ne,virtualHeight:Pe,virtualList:G,isCollapseTags:at,popoverConfig:ct,focusInput:Ci,setHover:gt,cancelHover:Ye,handleFocus:Wi,handleBlur:Zr,handleTogglePopover:_c,handleClear:Hc,hidePopover:mr,showPopover:Za,handleToggleAll:Fc,handleOptionSelected:Ua,handleClickOutside:co,handleScroll:Gc,handleDeleteTag:Zc,handleInputChange:Wc,handleInputEnter:Ya,handleKeydown:Yc,handleSelectedAllOptionMouseEnter:Bc,handlePopoverShow:Uc,localLoadingText:X,localPlaceholder:ue,localSearchPlaceholder:pe,localSelectAllText:le}},render(){const e=Ae({[Z("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(or,{loading:!0,theme:"primary",class:"spinner",mode:"spin",size:"mini"},null):this.clearable&&this.isHover&&this.selected.length&&!this.isDisabled?r.createVNode(hn,{class:"clear-icon",onClick:this.handleClear},null):r.createVNode(Fr,{class:"angle-up"},null),n=()=>{var o,c;return this.multipleMode==="tag"?r.createVNode(WN,{ref:"selectTagInputRef",modelValue:this.searchKey,"onUpdate:modelValue":u=>this.searchKey=u,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:(u,d)=>this.handleKeydown(d)},{prefix:this.prefix?r.createVNode("div",{class:"bk-select--prefix-area"},[r.createVNode("span",null,[this.prefix])]):(c=(o=this.$slots).prefix)==null?void 0:c.call(o),default:this.$slots.tag&&(()=>this.$slots.tag({selected:this.selected})),suffix:()=>t()}):r.createVNode(Qr,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:(u,d)=>this.handleKeydown(d)},this.prefix?{prefix:this.prefix}:null),{...typeof this.$slots.prefix=="function"?{prefix:()=>{var u,d;return(d=(u=this.$slots).prefix)==null?void 0:d.call(u)}}:null,suffix:()=>t()})},i=()=>{var o,c;return r.createVNode("div",{class:Z("select-trigger"),style:{height:this.autoHeight&&this.collapseTags?"32px":""},ref:"triggerRef",onClick:this.handleTogglePopover,onMouseenter:this.setHover,onMouseleave:this.cancelHover},[((c=(o=this.$slots).trigger)==null?void 0:c.call(o,{selected:this.selected}))||n()])},s=()=>{var o,c;return r.createVNode("div",{class:Z("select-content-wrapper"),ref:"contentRef"},[this.filterable&&!this.inputSearch&&r.createVNode("div",{class:Z("select-search-wrapper")},[r.createVNode(Gr,{class:"icon-search",width:16,height:16},null),r.withDirectives(r.createVNode("input",{ref:"searchRef",class:Z("select-search-input"),placeholder:this.localSearchPlaceholder,"onUpdate:modelValue":u=>this.searchKey=u},null),[[r.vModelText,this.searchKey]])]),!this.isShowSelectContent&&r.createVNode("div",{class:Z("select-empty")},[this.searchLoading&&r.createVNode(or,{class:"mr5",theme:"primary",loading:!0,mode:"spin",size:"mini"},null),r.createVNode("span",null,[this.curContentText])]),r.createVNode("div",{class:Z("select-content")},[r.createVNode("div",{class:Z("select-dropdown"),style:{maxHeight:`${this.scrollHeight}px`},onScroll:this.handleScroll},[r.withDirectives(r.createVNode("ul",{class:Z("select-options")},[this.isShowSelectAll&&r.createVNode("li",{class:Z("select-option"),onMouseenter:this.handleSelectedAllOptionMouseEnter,onClick:this.handleToggleAll},[this.localSelectAllText]),this.enableVirtualRender?r.createVNode(Ga,{list:this.virtualList,height:this.virtualHeight,lineHeight:32,ref:"virtualRenderRef"},{default:({data:u})=>u.map(d=>{var f,g;return r.createVNode(Sl,{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(u=>r.createVNode(Sl,{value:u[this.idKey],label:u[this.displayKey]},null)),(c=(o=this.$slots).default)==null?void 0:c.call(o),this.scrollLoading&&r.createVNode("li",{class:Z("select-options-loading")},[r.createVNode(or,{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:Z("select-extension")},[this.$slots.extension()])])])};return r.createVNode("div",{class:e},[r.createVNode($t,r.mergeProps(this.popoverConfig,{onClickoutside:this.handleClickOutside,onAfterShow:this.handlePopoverShow,ref:"popoverRef"}),{default:()=>i(),content:()=>s()})])}}),d0=fn(HN,{Option:Sl,Group:AN});function BN(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const{propsMixin:FN}=_r,f0=Object.assign({},FN);f0.width.default="400";f0.height.default="100%";const GN=r.defineComponent({name:"Sideslider",components:{BkModal:_r,BkButton:Et},props:{...f0,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 c=!0;typeof e.beforeClose=="function"&&(c=await e.beforeClose()),c&&(n("update:isShow",!1),n("closed"),setTimeout(()=>{n("animation-end")},250))},s=()=>{setTimeout(()=>{n("shown")},200)},o=()=>{setTimeout(()=>{n("hidden")},200)};return()=>{const c={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},u=`bk-sideslider-wrapper ${e.scrollable?"scroll-able":""} ${e.extCls}`,d=t.footer?"calc(100vh - 106px)":"calc(100vh - 52px)";return r.createVNode(_r,r.mergeProps(e,{maxHeight:d,class:u,style:`${e.direction}: 0;`,onHidden:o,onShown:s,onClose:i}),BN(c)?c:{default:()=>[c]})}}}),j1=Fe(GN);var O1=function(e){return e.UNKNOWN="",e.ERROR="error",e.LOADING="loading",e}(O1||{});const R3={theme:m.theme().def(Zl.PRIMARY),size:m.size(),curStep:m.number.def(1),controllable:m.bool.def(!1),direction:Ig(),status:Ee("status",{}).def(O1.UNKNOWN),lineType:Ng(),text:m.bool,extCls:m.string,steps:m.array.def([]),beforeChange:m.func},ZN=r.defineComponent({name:"Steps",props:R3,emits:["update:curStep","click"],setup(e,{emit:t}){const n=ft("steps"),i=ft("lang"),s=r.ref([]),o=f=>{const g=[];f.forEach(p=>{typeof p=="string"?g.push(p):g.push({title:p.title,icon:p.icon,description:p.description,status:p.status,border:p.border??!0})}),s.value.splice(0,s.value.length,...g)},c=f=>{R3.curStep=f},u=()=>{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,()=>{u()});const d=async f=>{try{e.controllable&&f!==e.curStep&&(typeof e.beforeChange=="function"&&await new Promise(async(g,p)=>{const v=await e.beforeChange(f);v?g(v):p(v)}),t("update:curStep",f),t("click",f))}catch(g){console.warn(g)}};return r.onMounted(u),r.watch(()=>e.steps,()=>{o(e.steps)},{deep:!0}),r.watch(()=>e.curStep,()=>{c(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=Ae({[`${this.extCls}`]:!!this.extCls,[`bk-steps-${this.direction}`]:this.direction,[`bk-steps-${this.lineType}`]:this.lineType},`${t} ${e} ${n}`),s=p=>this.curStep>p+1||this.defaultSteps[p].status==="done",o=p=>this.curStep===p+1,c=p=>{const{icon:v}=p;return v?Object.prototype.toString.call(v)==="[object Object]":typeof p=="string"},u=(p,v)=>(v.icon||(v.icon=p),!isNaN(v.icon)),d=p=>p.status==="loading",f=p=>p.status==="error",g=(p,v)=>o(p)&&this.status==="loading"||d(v)?r.createVNode($s,{class:"bk-icon bk-steps-icon icon-loading"},null):o(p)&&this.status==="error"||f(v)?r.createVNode(dn,{class:"bk-steps-icon"},null):s(p)?r.createVNode(fr,{class:"bk-steps-icon"},null):r.createVNode("span",null,[u(p,v)?p+1:r.createVNode(v.icon,null,null)]);return r.createVNode("div",{class:i},[this.defaultSteps.map((p,v)=>{var y,b;return r.createVNode("div",{class:["bk-step",p.title?"":"bk-step-no-content",s(v)?"done":"",o(v)?"current":"",o(v)&&this.status==="error"?"isError":"",p.status&&o(v)?[`bk-step-${p.status}`]:""]},[r.createVNode("span",{class:["bk-step-indicator",`bk-step-${c(p)?"icon":"number"}`,`bk-step-icon${p.status}`],style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(v+1)}},[((b=(y=this.$slots)[v+1])==null?void 0:b.call(y))??g(v,p)]),p.title?r.createVNode("div",{class:"bk-step-content"},[r.createVNode("div",{class:"bk-step-title",style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(v+1)}},[p.title]),p.description&&r.createVNode("div",{class:"bk-step-description",title:p.description},[p.description])]):""])})])}}),A1=Fe(ZN),YN=r.defineComponent({name:"Switcher",props:{theme:m.theme(),size:m.size(),disabled:m.bool,showText:m.bool,isOutline:m.bool,onText:m.string.def("ON"),offText:m.string.def("OFF"),isSquare:m.bool,extCls:m.string,beforeChange:m.func.def(void 0),trueValue:m.oneOfType([m.string,m.number,m.bool]).def(!0),falseValue:m.oneOfType([m.string,m.number,m.bool]).def(!1),value:m.oneOfType([m.string,m.number,m.bool]).def(!1),modelValue:m.oneOfType([m.string,m.number,m.bool]).def(!1),withValidate:m.bool.def(!0)},emits:["update:modelValue","change"],setup(e,{emit:t}){const n=Xn(),i=r.ref(!1),s=r.computed(()=>e.trueValue===c.value),o=r.ref(e.modelValue!==!1),c=r.computed(()=>o.value?e.modelValue:e.value),u=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 p=`bk-switcher-${e.size}`;g[p]=!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 p=s.value?e.falseValue:e.trueValue,v=!s.value,y=()=>{t("update:modelValue",p),t("change",v)};let b=!0;if(typeof e.beforeChange=="function"&&(b=e.beforeChange(p),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:u.value,onClick:d,tabindex:"0",onKeydown:f},[i.value?r.createVNode(yc,{class:"bk-switcher-loading"},null):"",e.showText?r.createVNode("span",{class:"switcher-text"},[s.value?e.onText:e.offText]):""])}}),E1=Fe(YN);var Dl=(e=>(e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e.HORIZONTAL="horizontal",e))(Dl||{}),P1=(e=>(e.HIGHLIGHT="highlight",e.AUTO="auto",e))(P1||{});const UN=["auto","highlight"],$N=["none","row","col","outer","horizontal"];var Pn=(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))(Pn||{}),Dt=(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))(Dt||{});const Ot=(...e)=>!0,KN={columnPick:Ot,columnFilter:Ot,columnSort:Ot,colFilterSave:Ot,rowClick:Ot,rowDblclick:Ot,rowExpand:Ot,select:Ot,selectAll:Ot,selectionChange:Ot,pageLimitChange:Ot,pageValueChange:Ot,settingChange:Ot,scrollBottom:Ot,cellClick:Ot,cellDblclick:Ot,rowMouseEnter:Ot,rowMouseLeave:Ot},Be={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"},Un={COL_UID:"__col_$uuid",COL_SOURCE_DATA:"__col_source_data",SORT_TYPE:"__sort_type"},Qa=6,jr=42,pl={large:78,medium:60,small:42},XN=e=>[{value:"small",label:e.value.setting.lineHeight.small,height:pl.small},{value:"medium",label:e.value.setting.lineHeight.medium,height:pl.medium},{value:"large",label:e.value.setting.lineHeight.large,height:pl.large}],z1="InitColumns",V1="BKTableCahce",qN="Bk_COlumn_Update_Define";var At=(e=>(e.ASC="asc",e.DESC="desc",e.NULL="null",e.CUSTOM="custom",e))(At||{});const eL=["asc","desc","null","custom"],va=80;var R1=(e=>(e.CURRENT="current",e.ALL="all",e))(R1||{});const h0=Ee("showOverflowTooltipMode",{default:"auto"}),tL=Ee("columnType",{default:"none"}),Bd=Ee("columnType",{default:""}),nL=Ee("full",{default:"full"});var J1=(e=>(e.SMALL="small",e.MEDIUM="medium",e.LARGE="large",e))(J1||{});const Q1=Ee("columnSize",{default:"small"}),iL=ln(),J3=Ee("sortScope",{}).def("current");var _1=(e=>(e.DEBOUNCE="debounce",e.THROTTLE="throttle",e))(_1||{});const W1={label:m.oneOfType([m.func.def(()=>""),m.string.def("")]),field:m.oneOfType([m.func.def(()=>""),m.string.def("")]),render:m.oneOfType([m.func.def(()=>""),m.string.def("")]),width:m.oneOfType([m.number.def(void 0),m.string.def("auto")]),minWidth:m.oneOfType([m.number.def(void 0),m.string.def("auto")]).def(30),columnKey:m.string.def(""),showOverflowTooltip:m.oneOfType([m.bool,m.shape({content:m.string.def(""),disabled:m.bool.def(!1),watchCellResize:m.bool.def(!0),mode:h0})]).def(void 0),type:tL,resizable:m.bool.def(!0),fixed:m.oneOfType([m.bool,iL]).def(!1),sort:m.oneOfType([m.shape({sortFn:m.func.def(void 0),sortScope:J3,value:m.string.def(At.NULL)}),m.bool,m.string]).def(!1),filter:m.oneOfType([m.shape({list:m.arrayOf(m.any).def([]),filterFn:m.func.def(void 0),match:nL,checked:m.arrayOf(m.any).def([]),filterScope:J3,btnSave:m.oneOfType([m.bool,m.string]).def("确定"),btnReset:m.oneOfType([m.bool,m.string]).def("重置")}),m.bool,m.string]).def(!1),colspan:m.oneOfType([m.func.def(()=>1),m.number.def(1)]),rowspan:m.oneOfType([m.func.def(()=>1),m.number.def(1)]),align:Bd,className:m.oneOfType([m.string,m.func])},rL={data:m.arrayOf(m.any).def([]),columns:m.arrayOf(m.shape(W1).loose).def([]),activeColumn:m.oneOfType([m.number.def(-1),m.arrayOf(m.number.def(-1))]),columnPick:Ee("columnPick",{}).def("disabled"),height:m.oneOfType([m.number,m.string]).def("auto"),minHeight:m.oneOfType([m.number,m.string]).def(jr*2),maxHeight:m.oneOfType([m.number,m.string]).def("auto"),rowHeight:m.oneOfType([m.number,m.func]).def(jr),headHeight:m.number.def(jr),showHead:m.bool.def(!0),thead:m.shape({height:m.number.def(jr),isShow:m.bool.def(!0),cellFn:m.func.def(void 0)}),virtualEnabled:m.bool.def(!1),border:m.oneOfType([m.arrayOf(Ee("boderType",{})),m.string]).def([Dl.ROW]),pagination:m.oneOfType([m.bool.def(!1),m.object.def({})]).def(!1),paginationHeight:m.number.def(60),remotePagination:m.bool.def(!1),emptyText:m.string,settings:m.oneOfType([m.shape({fields:m.arrayOf(m.shape({label:m.string,field:m.string,disabled:m.bool})),checked:m.arrayOf(m.string),limit:m.number.def(0),size:Q1,sizeList:m.shape([]),showLineHeight:m.bool.def(!0)}),m.bool]).def(!1),rowClass:m.oneOfType([m.string,m.object,m.func]).def({}),rowStyle:m.oneOfType([m.string,m.object,m.func]).def({}),cellStyle:m.oneOfType([m.string,m.object,m.func]).def({}),cellClass:m.oneOfType([m.string,m.object,m.func]).def({}),scrollLoading:m.oneOfType([m.object,m.bool]).def(void 0),reserveExpand:m.bool.def(!1),selectionKey:m.string.def(""),isSelectedFn:m.func.def(void 0),rowKey:m.oneOfType([m.string,m.func]).def(Be.ROW_INDEX),showOverflowTooltip:m.oneOfType([m.bool,m.shape({content:m.string.def(""),disabled:m.bool.def(!1),watchCellResize:m.bool.def(!0),mode:h0})]).def(!1),asyncData:m.bool.def(!1),rowHover:m.oneOf(UN).def(P1.HIGHLIGHT),defaultSort:m.shape({}).def({}),isRowSelectEnable:m.oneOfType([m.func.def(()=>!0),m.bool.def(!0)]).def(!0),resizerWay:Ee("ResizerWay",{default:"debounce"}),observerResize:m.bool.def(!0),align:Bd,headerAlign:Bd,prependStyle:m.style().def({})},H1=r.defineComponent({name:"TableColumn",props:{...W1,prop:m.oneOfType([m.func.def(()=>""),m.string.def("")]),index:m.number.def(void 0)},setup(e){const t=r.inject(z1,(s,o=!1)=>{},!1),n=r.inject(V1,{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(c=>{var d,f,g;if(Array.isArray(c)){s(c);return}let u=!0;if(((d=c.type)==null?void 0:d.name)==="TableColumn"){u=Object.hasOwnProperty.call(c.props||{},"key");const p={...c.props,field:c.props.prop||c.props.field,render:(f=c.children)==null?void 0:f.default};i.push(r.unref(p))}(g=c.children)!=null&&g.length&&u&&s(c.children)})};s(n),this.initColumns(i)};typeof this.bkTableCache.queueStack=="function"&&this.bkTableCache.queueStack(qN,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 aL{constructor(){Te(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 Q3=(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{}},sL=(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=Q3(e.pagination,s);const o=r.ref(null),c=()=>{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},u=r.reactive([]),d=(y,b,I)=>{typeof b=="function"&&y.sort((k,L)=>b(k,L,I[Un.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===R1.ALL&&d(k,b,I),u.length=0,u.push(...k.slice(n.value,i.value)),f(u,y),d(u,b,I)},p=(y,b,I)=>{s=Q3(e.pagination,s),v(),c(),g(y,b,I)},v=()=>{e.pagination&&(o.value=e.remotePagination?s:{...s,count:t.length})};return{pageData:u,localPagination:o,resolvePageData:g,watchEffectFn:p}},oL=(e,t)=>{const n=r.toRef(e,"scrollLoading"),i=()=>typeof n.value=="boolean"?{loading:!!n.value,inline:!0,title:"",size:zr.Normal,mode:t0.Default,indicator:null}:n.value,s=r.computed(()=>n.value!==null&&(typeof n.value=="boolean"&&n.value||typeof n.value=="object"));return{renderScrollLoading:()=>{var c,u;if(s.value){const{loading:d,size:f,mode:g,title:p,inline:v,indicator:y}=i();return((u=(c=t.slots).fixedBottom)==null?void 0:u.call(c))??r.createVNode(or,{loading:d,size:f,mode:g,title:p,inline:v,indicator:y},null)}}}};function lL(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const cL=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:c})=>{let u;return t.showLimit?r.createVNode("div",r.mergeProps({class:{"bk-pagination-limit":!0,"is-first":o,"is-last":c}},{disabled:t.disabled}),[r.createVNode("div",null,[e.value.eachPage]),r.createVNode(d0,{class:"bk-pagination-limit-select",clearable:!1,size:"small",withValidate:!1,modelValue:n.value,onChange:i,disabled:t.disabled},lL(u=t.limitList.map((d,f)=>r.createVNode(Sl,{value:d,label:`${d}`,key:`${f}_${d}`},null)))?u:{default:()=>[u]}),r.createVNode("div",null,[e.value.strip])]):null}}},Lr=5,uL=()=>{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),c=r.computed(()=>{s.value=!1,o.value=!1;const y=[];if(e.totalPageNum<=Lr+2){for(let k=2;k<=e.totalPageNum-1;k++)y.push(k);return y}const b=Math.floor(Lr/2);e.totalPageNum>Lr&&(s.value=t.value-b>2,o.value=t.value+b<e.totalPageNum-1);const I=Math.min(e.totalPageNum-Lr,Math.max(2,t.value-b));for(let k=I;k<I+Lr;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 u=()=>{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-Lr)},p=()=>{t.value=Math.min(e.totalPageNum,t.value+Lr)};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:u},[e.prevText||r.createVNode(pi,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(Vs,null,null)]),c.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:p},[r.createVNode(Vs,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(Jn,null,null)])])}},dL=()=>{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 c=0;const u=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,c=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},p=()=>{n.value=!1,t.value.textContent=`${c}`,c!==i.value&&(i.value=c)},v=k=>{const L=k.target,x=Number(L.textContent);!x||x<1||x>e.totalPageNum||x===i.value||(c=x)},y=k=>{["Enter","NumpadEnter"].includes(k.code)&&(k.preventDefault(),p())},b=k=>{c=k,p()};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(pi,null,null)]),r.createVNode($t,{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:p,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"},[u.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(Jn,null,null)])])}},fL=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},hL={modelValue:m.number.def(1),count:m.number.def(0).isRequired,limit:m.number.def(10),limitList:m.arrayOf(Number).def([10,20,50,100]),showLimit:m.bool.def(!0),type:m.oneOf(["default","compact"]).def("default"),location:m.oneOf(["left","right"]).def("right"),align:m.oneOf(["left","center","right"]).def("left"),size:m.size(),small:m.bool.def(!1),showTotalCount:m.bool.def(!0),prevText:m.string,nextText:m.string,disabled:m.bool.def(!1),beforeChange:m.func,layout:m.custom(e=>{const t={total:!0,list:!0,limit:!0};return e.some(n=>t[n])},"layout 的值只支持 * total、list、limit *").def(["total","list","limit"])},gL=r.defineComponent({name:"Pagination",props:hL,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),c=fL(n),{current:u,render:d}=uL(),{current:f,render:g}=dL(),{limit:p,render:v}=cL(n);return r.watch([s,p,o],([y,b])=>{const I=Math.ceil(y/b);i.value=I<1?1:I},{immediate:!0}),r.watch(u,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(p,y=>{t.emit("limitChange",y)}),{totalPageNum:i,renderTotal:c,renderList:d,renderLimit:v,renderSmallList:g}},render(){const e=Ae({"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}))])}}),g0=Fe(gL);var B1=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 c=o[s];n.call(i,c[1],c[0])}},t}()}(),Fd=typeof window<"u"&&typeof document<"u"&&window.document===document,jl=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")()}(),mL=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(jl):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)}}(),pL=2;function vL(e,t){var n=!1,i=!1,s=0;function o(){n&&(n=!1,e()),i&&u()}function c(){mL(o)}function u(){var d=Date.now();if(n){if(d-s<pL)return;i=!0}else n=!0,i=!1,setTimeout(c,t);s=d}return u}var yL=20,bL=["top","right","bottom","left","width","height","size","weight"],CL=typeof MutationObserver<"u",wL=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=vL(this.refresh.bind(this),yL)}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(){!Fd||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),CL?(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(){!Fd||!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=bL.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}(),F1=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},_a=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||jl},G1=Dc(0,0,0,0);function Ol(e){return parseFloat(e)||0}function _3(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+Ol(o)},0)}function ML(e){for(var t=["top","right","bottom","left"],n={},i=0,s=t;i<s.length;i++){var o=s[i],c=e["padding-"+o];n[o]=Ol(c)}return n}function IL(e){var t=e.getBBox();return Dc(0,0,t.width,t.height)}function NL(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return G1;var i=_a(e).getComputedStyle(e),s=ML(i),o=s.left+s.right,c=s.top+s.bottom,u=Ol(i.width),d=Ol(i.height);if(i.boxSizing==="border-box"&&(Math.round(u+o)!==t&&(u-=_3(i,"left","right")+o),Math.round(d+c)!==n&&(d-=_3(i,"top","bottom")+c)),!kL(e)){var f=Math.round(u+o)-t,g=Math.round(d+c)-n;Math.abs(f)!==1&&(u-=f),Math.abs(g)!==1&&(d-=g)}return Dc(s.left,s.top,u,d)}var LL=function(){return typeof SVGGraphicsElement<"u"?function(e){return e instanceof _a(e).SVGGraphicsElement}:function(e){return e instanceof _a(e).SVGElement&&typeof e.getBBox=="function"}}();function kL(e){return e===_a(e).document.documentElement}function TL(e){return Fd?LL(e)?IL(e):NL(e):G1}function xL(e){var t=e.x,n=e.y,i=e.width,s=e.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,c=Object.create(o.prototype);return F1(c,{x:t,y:n,width:i,height:s,top:n,right:t+i,bottom:s+n,left:t}),c}function Dc(e,t,n,i){return{x:e,y:t,width:n,height:i}}var SL=function(){function e(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=Dc(0,0,0,0),this.target=t}return e.prototype.isActive=function(){var t=TL(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}(),DL=function(){function e(t,n){var i=xL(n);F1(this,{target:t,contentRect:i})}return e}(),jL=function(){function e(t,n,i){if(this.activeObservations_=[],this.observations_=new B1,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 _a(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)||(n.set(t,new SL(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 _a(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 DL(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}(),Z1=typeof WeakMap<"u"?new WeakMap:new B1,Y1=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=wL.getInstance(),i=new jL(t,n,this);Z1.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach(function(e){Y1.prototype[e]=function(){var t;return(t=Z1.get(this))[e].apply(t,arguments)}});var OL=function(){return typeof jl.ResizeObserver<"u"?jl.ResizeObserver:Y1}();const Rt=(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=>Rt(e,i,n)).filter(i=>i!==void 0).at(0)},fd=e=>/^\d+$/.test(`${e}`)?[parseInt(`${e}`,10)]:[],AL=e=>U1(e,"auto"),U1=(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},EL=e=>{const t=["row"];return typeof e=="string"&&t.push(e),Array.isArray(e)&&t.push(...e.filter(n=>$N.includes(n))),[...new Set(t)].map(n=>`bordered-${n}`).join(" ")},Ss=(e,t=["resizeWidth","calcWidth","width"])=>e[t[0]]??e[t[1]]??e[t[2]],hd=(e,t,n=va,i=0)=>{const{width:s}=e.getBoundingClientRect()||{},o=s-i;let c=o;const u=[],d=(g,p)=>{const{minWidth:v=void 0}=g;if(v===void 0)return p<va?va:p;let y=p;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,p,v=!0)=>{const y=d(g,p),b=p<y?y:p;Object.assign(g,{calcWidth:b}),v&&(c=c-b,c<0&&(c=0))};if(t.forEach((g,p)=>{if(!g.isHidden){const y=String(Ss(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(c>0){const k=Number(y.replace("%",""));I=c*k/100}f(g,I),b=!1}b&&u.push(p)}}),u.length>0){let g=n;c>0?u.forEach((p,v)=>{g=c/(u.length-v),f(t[p],g,!1);const{calcWidth:y}=t[p];c=c-y}):u.forEach(p=>{const v=d(t[p],va);Object.assign(t[p],{calcWidth:v})})}},$1=(e,t,n=60,i=!1,s="throttle")=>{const o=()=>{typeof t=="function"&&t()},c=s==="debounce"?rt.debounce(o,n):rt.throttle(o,n),u=()=>Reflect.apply(c,globalThis,[]),d=new OL(()=>{u()});return i&&typeof t=="function"&&t(),{start:()=>{d.observe(e)},disconnect:()=>{d.unobserve(e),d.disconnect()}}},Gd=e=>{const{showHead:t,headHeight:n,thead:i={}}=e;return Object.assign({},{isShow:t,height:n},{...i})},Al=(e,t,n)=>n.type==="index"?e[Be.ROW_INDEX]+1:rt.get(e,t),ws=(e,t)=>Array.isArray(e)?e:typeof e=="string"||typeof e=="object"?[e]:typeof e=="function"?ws(Reflect.apply(e,globalThis,t),t):[],K1=(e,t,n)=>{const i=X1(e,t,n);return i!==null?i:zi.v4()},X1=(e,t,n)=>typeof t.rowKey=="string"?t.rowKey===Be.ROW_INDEX?`__ROW_INDEX_${n}`:rt.get(e,t.rowKey):typeof t.rowKey=="function"?Reflect.apply(t.rowKey,globalThis,[e]):null,PL=(e,t,n=0)=>{if(e){const i=e.querySelector(t);if(i)return i.offsetHeight>e.offsetHeight-n}return!1},q1=(e,t,n)=>(s=>e.some(o=>o.field===Rt(s,["field","type"],[s])))(t)&&n.length&&!n.includes(Rt(t,["field","type"],[t])),W3=(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,e4=(e,t,n,i)=>{const s=W3(e,t,n,i,"colspan"),o=W3(e,t,n,i,"rowspan");return{colspan:s,rowspan:o}},t4=(e,t)=>{var c,u;const n=e.field,i=d=>Al(d,n,e),s=(d,f)=>{const g=i(d)||"",p=i(f)||"";return typeof g=="number"&&typeof p=="number"?g-p:String.prototype.localeCompare.call(g,p)},o=typeof((c=e.sort)==null?void 0:c.sortFn)=="function"?(u=e.sort)==null?void 0:u.sortFn:s;return t===At.NULL?()=>!0:(d,f)=>o(d,f)*(t===At.DESC?-1:1)},n4=e=>{const t={[At.NULL]:0,[At.ASC]:1,[At.DESC]:2};return e===void 0?At.NULL:Object.keys(t)[(t[e]+1)%3]},i4=e=>{if(typeof e=="string")return{value:e};if(typeof e=="boolean"&&e)return{value:At.NULL};if(typeof e=="object"&&e!==null){return e.sortFn,{value:"custom",...e};return e}return null},vl=(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,zL=(e,t,n)=>{if(e[Be.ROW_UID]!==void 0)return e[Be.ROW_UID];const i=K1(e,n,t);return i!==void 0&&e[i]!==void 0?e[i]:t},Ds=e=>r.unref(e[Be.ROW_SOURCE_DATA]||e),r4=e=>r.unref(e[Un.COL_SOURCE_DATA]||e),H3=r.defineComponent({name:"TableCell",props:{column:m.any.def({}),row:m.any.def({}),parentSetting:m.oneOfType([m.bool,m.shape({content:m.string.def(""),disabled:m.bool.def(!1),watchCellResize:m.bool.def(!0),mode:h0})]).def(void 0),title:m.string.def(void 0),observerResize:m.bool.def(!0),resizerWay:Ee("ResizerWay",{default:_1.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:c=!1}=o();let u=null;const d=()=>{let g=!0,{resizerWay:p}=e,v=n.value.innerText,y="auto",b=!0;return typeof c=="boolean"&&(g=!c),typeof c=="object"&&(g=c.disabled,p=c.resizerWay||"debounce",v=c.content||n.value.innerText,typeof c.content=="function"&&(v=c.content(e.column,e.row)),b=c.watchCellResize,y=c.mode||"auto"),typeof g=="function"&&(g=Reflect.apply(g,this,[e.column,e.row])),{disabled:g,content:v,mode:y,resizerWay:p,watchCellResize:b}},f=()=>{if(!n.value||!Ar(n.value))return;const{mode:g,disabled:p}=d();if(i.value=!p,g==="auto"&&(i.value=GC(n.value)),g==="static"&&(i.value=!0),i.value){const v=r.ref(d());u===null&&(u=u0(n.value,{disabled:v.value.disabled,content:v.value.content,mode:v.value.mode}))}else u==null||u.destroyInstance(n.value),u=null};return r.onMounted(()=>{const{disabled:g,resizerWay:p,watchCellResize:v}=d();if(!g&&(f(),v!==!1&&e.observerResize)){let y=$1(n.value,()=>{f()},60,!0,p);y.start(),r.onBeforeUnmount(()=>{y.disconnect(),y=null})}}),r.onBeforeUnmount(()=>{u==null||u.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)])}}}),gd=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 VL{constructor(t,n){Te(this,"props",null);Te(this,"ctx",null);this.props=t,this.ctx=n}}const RL=r.defineComponent({name:"BodyEmpty",props:{list:m.array.def([]),filterList:m.array.def([]),emptyText:m.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(kc,{scene:"part",type:i.value,description:n.value},null)}}),JL=r.defineComponent({name:"HeadFilter",props:{column:m.any.def({}),height:m.number.def(jr)},emits:["change","filterSave"],setup(e,{emit:t}){var J;const n=ft("table"),{column:i}=e,{filter:s}=r.toRefs(e.column),o=r.ref(((J=s.value)==null?void 0:J.checked)??[]),c=r.reactive({isOpen:!1,checked:o.value}),u=r.computed(()=>Ae({[Z("table-head-action")]:!0,"column-filter":!0,"--row-height":`${e.height}px`,active:c.checked.length,opened:c.isOpen})),d=Ae({[Z("table-head-filter")]:!0}),f=r.ref(null),g=A=>{c.isOpen=A,A&&setTimeout(()=>{f.value.reset()})},p=`light ${Z("table-head-filter")}`,v=r.computed(()=>{const{list:A=[]}=s.value;return A}),y=(A,V="ig")=>new RegExp(`${A}`.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),V),b=(A,V)=>{const{match:P}=s.value,Y=Al(V,Rt(i,"field",[i,V]),i);return P==="full"&&A.includes(Y),A.some(X=>y(X,"img").test(Y))},I=typeof s.value.filterFn=="function"?(A,V,P,Y)=>s.value.filterFn(A,V,e.column,P,Y):(A,V)=>A.length?b(A,V):!0,k=()=>{L(!0),t("filterSave",[...c.checked]),c.isOpen=!1},L=(A=!1)=>{const{disabled:V}=w(N,n.value.confirm);if(V||A){if(s.value==="custom"){t("change",[...c.checked],null),c.isOpen=!1;return}s.value.checked=c.checked,t("change",[...c.checked],I)}},x=()=>{c.checked.length&&(c.checked.length=0,c.isOpen=!1,r.nextTick(()=>t("change",c.checked,I)))},w=(A,V)=>({disabled:A==="disabled"||A===!1,text:typeof A=="string"?A:V}),{btnSave:N,btnReset:M}=s.value,T=()=>{const{disabled:A,text:V}=w(N,n.value.confirm);return A?r.createVNode("span",{class:"btn-filter-save disabled"},[V]):r.createVNode("span",{class:"btn-filter-save",onClick:k},[V])},j=()=>{const{disabled:A,text:V}=w(M,n.value.reset);return A?"":r.createVNode("span",{class:["btn-filter-reset",c.checked.length?"":"disable"],onClick:x},[V])},S=(A,V)=>{const P=new Set(c.checked);A?P.add(V.value):P.delete(V.value),c.checked.length=0,c.checked.push(...Array.from(P)),L()},O=A=>A.data.length?A.data.map(V=>r.createVNode("div",{class:"list-item"},[r.createVNode($n,{label:V.value,key:V.$index,immediateEmitChange:!1,checked:c.checked.includes(V.value),modelValue:c.checked.includes(V.value),onChange:P=>S(P,V)},{default:()=>[`${V.text}`]})])):r.createVNode("div",{class:"list-item is-empty"},[n.value.emptyText]);return()=>r.createVNode($t,r.mergeProps({trigger:"click",isShow:c.isOpen,placement:"bottom-start",renderType:Yl.SHOWN,arrow:!1,offset:0},{theme:p},{onAfterShow:()=>g(!0),onAfterHidden:()=>g(!1)}),{default:()=>r.createVNode(gc,{class:u.value},null),content:()=>r.createVNode("div",{class:d},[r.createVNode(Lc,{class:"content-list"},{default:()=>[r.createVNode(Ga,{lineHeight:32,list:v.value,throttleDelay:0,scrollEvent:!0,ref:f,className:"content-items"},{default:O})]}),r.createVNode("div",{class:"content-footer"},[T(),r.createVNode("span",{class:"btn-filter-split"},null),j()])])})}}),QL=r.defineComponent({name:"HeadSort",props:{column:m.any.def({}),defaultSort:m.oneOf(eL).def(At.NULL),active:m.bool},emits:["change"],setup(e,{emit:t}){var o,c;const n=((c=(o=e.column)==null?void 0:o.sort)==null?void 0:c.value)||e.defaultSort||At.NULL,i=r.ref(n);r.watch(()=>[e.defaultSort],([u])=>{i.value=u});const s=(u,d)=>{u.stopImmediatePropagation(),u.stopPropagation(),u.preventDefault();let f=d;d===At.NULL&&(f=n4(d)),i.value===d&&(f=At.NULL);const g=t4(e.column,f),p=i4(e.column.sort);if((p==null?void 0:p.value)==="custom"){t("change",(p==null?void 0:p.sortFn)??g,f);return}t("change",g,f)};return()=>r.createVNode("span",{class:Z("head-cell-sort"),onClick:u=>s(u,At.NULL)},[r.createVNode(ec,{class:["sort-action","sort-asc",e.active&&i.value===At.ASC?"active":""],style:"align-items: flex-end;",onClick:u=>s(u,At.ASC)},null),r.createVNode(Us,{class:["sort-action","sort-desc",e.active&&i.value===At.DESC?"active":""],style:"align-items: flex-start;",onClick:u=>s(u,At.DESC)},null)])}});function B3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const _L=r.defineComponent({name:"Settings",props:{settings:m.oneOfType([m.shape({fields:m.arrayOf(m.shape({label:m.string,field:m.string,disabled:m.bool})),checked:m.arrayOf(m.string),limit:m.number.def(0),size:Q1.def(J1.SMALL),sizeList:m.shape([]),showLineHeight:m.bool.def(!0)}),m.bool]).def(!1),columns:m.array.def([]),rowHeight:m.number.def(jr)},emits:["change"],setup(e,{emit:t}){const n=ft("table"),i=XN(n),s=(P,Y)=>Rt(P,["field","type"],[P,Y]),o=r.ref(!1),c=r.ref(!1),u=r.computed(()=>typeof e.settings=="boolean"?{fields:e.columns.map(P=>({...P,field:P.field||P.type})),checked:[],limit:0,size:"small",sizeList:i,showLineHeight:!0}:e.settings),d=r.ref(u.value.size||"small"),f=r.ref(e.rowHeight),g=r.ref(u.value.checked||[]),v=`light ${Z("table-settings")}`,y=r.computed(()=>u.value.fields||e.columns||[]),b={checkAll:o.value,activeSize:d.value,activeHeight:f.value,checkedFields:u.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)}),c.value=!1},k=()=>{o.value=b.checkAll,d.value=b.activeSize,f.value=b.activeHeight,g.value=b.checkedFields,c.value=!1},L=()=>{c.value=!0},x=P=>{P.stopImmediatePropagation(),P.stopPropagation(),P.preventDefault(),o.value=!o.value;const Y=u.value.fields||e.columns||[],X=Y.filter((ue,pe)=>ue.disabled&&g.value.includes(s(ue,pe))).map((ue,pe)=>s(ue,pe));if(o.value){const ue=Y.filter(pe=>!pe.disabled).map((pe,le)=>s(pe,le));g.value.splice(0,g.value.length,...ue,...X)}else g.value.splice(0,g.value.length,...X)},w=r.computed(()=>(u.value.limit??0)>0),N=u.value.sizeList||i,M=r.computed(()=>w.value&&(u.value.limit?u.value.limit:0)<=g.value.length),T=(P,Y)=>P.disabled||M.value&&!g.value.includes(s(P,Y)),j=P=>{d.value=P.value,f.value=P.height},S=P=>({"line-size":!0,"is-medium":d.value==="medium",active:P.value===d.value}),O={marginRight:"12px"},J=()=>N.map(P=>r.createVNode("span",{class:S(P),onClick:()=>j(P)},[P.label])),A=r.computed(()=>g.value.length>0&&!y.value.every((P,Y)=>g.value.includes(Rt(P,"field",[P,Y])))),V=r.computed(()=>typeof u.value.showLineHeight=="boolean"?u.value.showLineHeight:!0);return r.watch(()=>[g.value],()=>{g.value.length||(o.value=!1),g.value.length&&y.value.every((P,Y)=>g.value.includes(s(P,Y)))&&(o.value=!0)},{immediate:!0,deep:!0}),r.watch(()=>[e.settings.checked],()=>{g.value.splice(0,g.value.length,...u.value.checked)},{immediate:!0,deep:!0}),()=>e.settings?r.createVNode($t,r.mergeProps({trigger:"manual",isShow:c.value,placement:"bottom-end",arrow:!0},{theme:v}),{default:()=>r.createVNode("span",{class:"table-head-settings",onClick:L},[r.createVNode(ac,{style:"color: #c4c6cc;"},null)]),content:()=>{let P;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(Ks,{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]),w.value?r.createVNode("span",{class:"limit"},[n.value.setting.fields.subtitle(u.value.limit)]):""]),w.value?"":r.createVNode("span",{class:"check-all",onClick:x},[r.createVNode($n,{label:n.value.setting.fields.selectAll,indeterminate:!!A.value,modelValue:g.value.length>0},{default:()=>[n.value.setting.fields.selectAll]})])]),r.createVNode(Lc,{class:"setting-body-fields",modelValue:g.value,"onUpdate:modelValue":Y=>g.value=Y},B3(P=y.value.map((Y,X)=>{let ue;return r.createVNode("div",{class:"field-item"},[r.createVNode($n,{checked:g.value.includes(s(Y,X)),label:s(Y,X),disabled:T(Y,X)},B3(ue=Rt(Y,"label",[Y,X]))?ue:{default:()=>[ue]})])}))?P:{default:()=>[P]}),V.value?r.createVNode("div",{class:"setting-body-line-height"},[n.value.setting.lineHeight.title,r.createTextVNode(":"),J()]):""]),r.createVNode("div",{class:"setting-footer"},[r.createVNode(Et,{theme:"primary",style:O,onClick:I},{default:()=>[n.value.setting.options.ok]}),r.createVNode(Et,{style:O,onClick:k},{default:()=>[n.value.setting.options.cancel]})])])}}):""}}),Zd=(e,t,n)=>{const i=(p,v,y)=>({column_fixed:!!p.fixed,column_fixed_left:p.fixed!=="right",column_fixed_right:p.fixed==="right",shadow:p.fixed==="right"?y-v>2:v>0}),s=p=>p.fixed==="right"?"right":"left",o={left:(p=!0)=>t.filter(v=>!v.isHidden&&v.fixed&&v.fixed!=="right").reduce((v,y,b)=>p&&b===0?v:v+Ss(y),0),right:(p=!0)=>t.filter(v=>!v.isHidden&&v.fixed==="right").reduce((v,y,b)=>p&&b===0?v:v+Ss(y),n?Qa:0)},c=(p,v,y=0)=>{const b=v[Un.COL_UID],I=p==="right"?-1:1,k=t.filter(N=>!N.isHidden),{length:L}=k;let x=p==="right"?L*I:1,w=0;for(x;;){x=x+-1*I;const N=Math.abs(x),M=k[N],T=s(M),j=M[Un.COL_UID];if(T===p&&b!==j){const S=Ss(M);w=w+S}if(b===j)break}return w+y},u=(p,v=!1)=>{if(!p.fixed||p.isHidden)return{};const y={left:0,right:v?Qa:-1},b=s(p);return y[b]=c(b,p,y[b]),{[b]:`${y[b]}px`}},d=p=>({width:`${o[p](!1)}px`,bottom:"0px"}),f=r.computed(()=>{const p={left:!1,right:!1};return t.filter(v=>!v.isHidden&&v.fixed).map(v=>{const y=s(v),b=p[y];return p[y]=!0,{isExist:b,colPos:y,column:v}})});return{fixedWrapperClass:Z("table-fixed"),resolveFixedColumnStyle:u,fixedColumns:f,resolveColumnStyle:d,resolveColumnClass:i}};function F3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}class WL{constructor(t,n,i,s,o,c){Te(this,"getRowHeight",(t,n)=>{const{size:i,height:s}=this.setting;return s!=null?Rt(this.setting,"height",["tbody",t,n,i]):Rt(this.props,"rowHeight",["tbody",t,n])});Te(this,"getColumnClass",(t,n)=>({[`${this.uuid}-column-${n}`]:!0,column_fixed:!!t.fixed,column_fixed_left:!!t.fixed,column_fixed_right:t.fixed==="right"}));Te(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 VL(t,n),this.uuid=zi.v4(),this.events=new Map,this.styleRef=o,this.t=c,this.activeSortIndex=r.ref(-1)}get propActiveCols(){return this.reactiveProp.activeColumns}renderTableHeadSchema(){const{isShow:t=!0}=Gd(this.props);if(!t)return null;const n=i=>{var d;const{checked:s=[],size:o,height:c}=i;this.reactiveProp.setting.size=o,this.reactiveProp.setting.height=c;const u=((d=this.props.settings)==null?void 0:d.fields)||[];s.length&&this.colgroups.forEach(f=>{f.isHidden=q1(u,f,s)}),this.emitEvent(Pn.ON_SETTING_CHANGE,[i])};return[this.props.settings?r.createVNode(_L,{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(RL,{filterList:t,list:this.props.data,emptyText:n.value},null)}renderTableFooter(t){return r.createVNode(g0,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(Dt.PAGE_LIMIT_CHANGE,t)}handlePageChange(t){Object.assign(this.props.pagination,{current:t,value:t}),this.context.emit(Dt.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(Dt.COLUMN_PICK,this.propActiveCols)),n.sort&&!n.filter){const i=Rt(n,["field","type"],[n,t]),s=n4(this.reactiveProp.defaultSort[i]);Object.assign(this.reactiveProp.defaultSort,{[i]:s});const o=t4(n,s);this.activeSortIndex.value=t,this.emitEvent(Pn.ON_SORT_BY_CLICK,[{sortFn:o,column:n,index:t,type:s}])}}getSortCell(t,n){const i=Rt(t,["field","type"],[t,n]),s=(c,u)=>{Object.assign(this.reactiveProp.defaultSort,{[i]:u}),this.activeSortIndex.value=n,this.emitEvent(Pn.ON_SORT_BY_CLICK,[{sortFn:c,column:t,index:n,type:u}])},o=this.reactiveProp.defaultSort[i];return r.createVNode(QL,{column:t,defaultSort:o,active:this.activeSortIndex.value===n,onChange:s},null)}getFilterCell(t,n){const i=(o,c)=>{const u=(d,f)=>c(o,d,f);this.emitEvent(Pn.ON_FILTER_CLICK,[{filterFn:u,checked:o,column:t,index:n}])},s=o=>{this.context.emit(Dt.COLUMN_FILTER_SAVE,{column:t,values:o})};return r.createVNode(JL,{column:t,height:this.props.headHeight,onChange:i,onFilterSave:s},null)}renderHeader(){const t=Gd(this.props),{cellFn:n}=t,i={"--row-height":`${Rt(t,"height",["thead"])}px`},s=(f,g)=>typeof n=="function"?n(f,g):Rt(f,"label",[f,g]),o=(f,g)=>{if(f.type==="selection"){const I=this.reactiveProp.rowActions.get(Be.ROW_SELECTION_ALL);return this.renderCheckboxColumn({[Be.ROW_SELECTION]:!!I},0,!0)}const p=[];f.sort&&p.push(this.getSortCell(f,g)),f.filter&&p.push(this.getFilterCell(f,g));const v=s(f,g);p.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(H3,{class:b,title:y,observerResize:this.props.observerResize,resizerWay:this.props.resizerWay},F3(p)?p:{default:()=>[p]})},c=f=>Array.from(f.listeners.keys()).reduce((g,p)=>{const v=p.split("_").slice(-1)[0];return Object.assign(g,{[v]:y=>{f.listeners.get(p).forEach(b=>Reflect.apply(b,this,[y,f,this]))}})},{}),{resolveFixedColumnStyle:u}=Zd(this.props,this.colgroups),d=()=>{if(this.styleRef.value.hasScrollY){const f={width:`${Qa+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(gd,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:u(f,this.styleRef.value.hasScrollY),onClick:()=>this.handleColumnHeadClick(g,f)},c(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}=Zd(this.props,this.colgroups),i=t.length;return r.createVNode("tbody",null,[t.map((s,o)=>{const c=[...ws(this.props.rowStyle,[s,o,this]),{"--row-height":`${this.getRowHeight(s,o)}px`}],u=[...ws(this.props.rowClass,[s,o,this]),`hover-${this.props.rowHover}`];return[r.createVNode(gd,null,{default:()=>[r.createVNode("tr",{style:c,class:u,key:X1(s,this.props,o),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),...ws(this.props.cellStyle,[d,f,s,o,this])],p={"expand-cell":d.type==="expand"},{colspan:v,rowspan:y}=e4(d,f,s,o),b=Be.ROW_SKIP_CFG,I=d[Un.COL_UID],{skipRow:k=!1,skipCol:L=!1}=((x=s[b])==null?void 0:x[I])??{};if(!k&&!L){let w;const N=[this.getColumnClass(d,f),this.getColumnCustomClass(d,s),d.align||this.props.align,...ws(this.props.cellClass,[d,f,s,o,this]),{"expand-row":s[Be.ROW_EXPAND],"is-last":o+y>=i}],M=(T,j)=>{const S={event:T,row:Ds(s),column:r4(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,Dt.CELL_CLICK),onDblclick:T=>M(T,Dt.CELL_DBL_CLICK)},[r.createVNode(H3,{class:p,column:d,row:s,parentSetting:this.props.showOverflowTooltip,observerResize:this.props.observerResize},F3(w=this.renderCell(s,d,o,t))?w:{default:()=>[w]})])}return null})])]}),this.renderExpandRow(s,u,o)]})])}renderExpandRow(t,n,i){if(!!t[Be.ROW_EXPAND]){const o=[...n,{row_expend:!0}],u=`${zL(t,i,this.props)}_expand`;return r.createVNode(gd,{key:u},{default:()=>{var d,f;return[r.createVNode("tr",{class:o},[r.createVNode("td",{colspan:this.filterColGroups.length,rowspan:1},[((f=(d=this.context.slots).expandRow)==null?void 0:f.call(d,Ds(t)))??r.createVNode("div",{class:"expand-cell-ctx"},[r.createTextVNode("Expand Row")])])])]}})}}handleRowClick(t,n,i,s){this.context.emit(Dt.ROW_CLICK,t,n,i,s,this)}handleRowDblClick(t,n,i,s){this.context.emit(Dt.ROW_DBL_CLICK,t,n,i,s,this)}handleRowEnter(t,n,i,s){this.context.emit(Dt.ROW_MOUSE_ENTER,t,n,i,s,this)}handleRowLeave(t,n,i,s){this.context.emit(Dt.ROW_MOUSE_LEAVE,t,n,i,s,this)}getExpandCell(t){return!!t[Be.ROW_EXPAND]?r.createVNode(Xs,null,null):r.createVNode(no,null,null)}handleRowExpandClick(t,n,i,s,o){this.emitEvent(Pn.ON_ROW_EXPAND_CLICK,[{row:t,column:n,index:i,rows:s,e:o}])}renderCellCallbackFn(t,n,i,s){const o=Al(t,Rt(n,"field",[n,t]),n),c=t[Be.ROW_INDEX],u=typeof c=="number"?c:i,d=this.props.data[u];return n.render({cell:o,data:d,row:t,column:n,index:i,rows:s})}renderCheckboxColumn(t,n,i=!1){const s=u=>{this.emitEvent(Pn.ON_ROW_CHECK,[{row:t,index:n,isAll:i,value:u}])},o=i&&!!this.reactiveProp.rowActions.get(Be.ROW_SELECTION_INDETERMINATE),c=vl(this.props,{row:t,index:n,isCheckAll:i});return r.createVNode($n,{onChange:s,disabled:!c,modelValue:t[Be.ROW_SELECTION],indeterminate:o},null)}renderExpandColumn(t,n,i,s){const o=()=>{var c,u;return typeof n.render=="function"?this.renderCellCallbackFn(t,n,i,s):((u=(c=this.context.slots).expandCell)==null?void 0:u.call(c,{row:t,column:n,index:i,rows:s}))??this.getExpandCell(t)};return r.createVNode("span",{class:"expand-btn-action",onClick:c=>this.handleRowExpandClick(t,n,i,s,c)},[o()])}renderCell(t,n,i,s){var u;const o=()=>{const d=Al(t,Rt(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},c={expand:(d,f,g,p)=>this.renderExpandColumn(d,f,g,p),selection:(d,f,g,p)=>this.renderCheckboxColumn(d,g)};return((u=c[n.type])==null?void 0:u.call(c,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=Ae({active:this.isColActive(n)}),s=`${AL(Ss(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 jc=(e,t)=>({initColumns:(s,o=!1)=>{let c=[];if(Array.isArray(s)?c=s:c=[s],o)c.forEach(u=>{const d=t.findIndex(f=>f.label===u.label&&f.field===u.field);if(o){d>=0&&t.splice(d,1);return}});else{let u=!1;c.forEach(d=>{if(d.index!==void 0&&d.index>=0){u=!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)}}),u&&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:[]}}),G3=e=>e.columnPick!=="disabled"?e.columnPick==="multi"?Array.isArray(e.activeColumn)?e.activeColumn:fd(e.activeColumn):Array.isArray(e.activeColumn)?fd(e.activeColumn[0]):fd(e.activeColumn):[],HL=(e,t)=>{let n=r.reactive([]);const{getColumns:i}=jc(e,t);if(e.columnPick==="disabled")return{activeColumns:n};const s=r.reactive(G3(e)),o=()=>i().map((c,u)=>({index:u,active:s.some(d=>d===u),_column:c}));return r.watchEffect(()=>{n=o();const c=G3(e);n.forEach((u,d)=>{Object.assign(u,{active:c.some(f=>f===d)})})}),{activeColumns:n}},BL=(e,t=!0)=>{const n="HeadColumnResize";let i=function(w){return w.MOUSE_MOVE="onMousemove",w.MOUSE_OUT="onMouseout",w.MOUSE_DOWN="onMousedown",w}({}),s=!1,o=!1,c=!1,u=0,d=null,f=0;const g=r.ref(-1e3),p=w=>{o=!1,c=!1;const N=document.body.style;N.cursor="";const M=w.clientX-u,T=(d.resizeWidth??d.calcWidth)+M,j=Number(d.minWidth);d.resizeWidth=T>j?T:j,document.removeEventListener("mouseup",p),document.removeEventListener("mousemove",y),u=0,g.value=-1e3,d=null,w.target.closest("table").querySelectorAll("th").forEach(O=>O.style.setProperty("user-select","inherit"))},v=w=>rt.throttle(()=>{const N=w.clientX-u,M=(d.resizeWidth??d.calcWidth)+N;Number(d.minWidth)<M&&(g.value=w.clientX-u+f)},60),y=w=>{document.body.style.setProperty("cursor",""),v(w)()},b={[i.MOUSE_DOWN]:(w,N)=>{if(!s)return;o=!0,document.body.style.setProperty("cursor","col-resize"),d=N,u=w.clientX;const T=w.target.closest("table");f=u-T.getBoundingClientRect().left,document.addEventListener("mouseup",p),document.addEventListener("mousemove",y)},[i.MOUSE_MOVE]:(w,N)=>{o&&!c&&(c=!0);const M=w.target.closest("th");if(c&&M.style.setProperty("user-select","none"),!c){if(!M)return;const T=M.getBoundingClientRect();T.width>12&&T.right-w.pageX<8?(s=!0,M.style.setProperty("cursor","col-resize")):(M.style.setProperty("cursor",""),s=!1)}},[i.MOUSE_OUT]:(w,N)=>{const M=w.target;c||M.style.setProperty("cursor","")}},I=w=>`${n}_${w}`,k=()=>{e.forEach(w=>{w.resizable!==!1&&Object.keys(b).forEach(N=>{const M=I(N);w.listeners.has(M)||w.listeners.set(M,[]),w.listeners.get(M).push(b[N])})})},L=()=>{e.forEach(w=>{Object.keys(b).forEach(N=>{const M=I(N);if(w.listeners.has(M)){const T=w.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}},FL=(e,t,n,i,s)=>{const{getColumns:o}=jc(e,t),c=r.ref(200),u=r.ref(!1),d=r.computed(()=>e.pagination&&e.data.length),f=r.computed(()=>u.value),g=r.computed(()=>Ae({[Z("table")]:!0,"has-footer":d.value,"has-scroll-y":u.value||e.virtualEnabled},EL(e.border))),p=Ae({[Z("table-head")]:!0,"has-settings":!!e.settings}),v=r.computed(()=>o()),y=Gd(e),b=r.computed(()=>({"--row-height":`${Rt(y,"height",["thead"])}px`,"--scroll-head-left":`-${i.scrollTranslateX}px`,"--scroll-left":`${i.scrollTranslateX}px`})),I={[Z("table-body")]:!0},k=r.computed(()=>Ae({[Z("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(A=>/^\d+\.?\d*(px)?$/ig.test(`${A.width}`))){const A=v.value.reduce((P,Y)=>P+Number(`${Y.width}`.replace(/px/ig,"")),0),V=u.value?Qa:0;return`${A+V}px`}return"100%"},w=r.computed(()=>({minHeight:U1(e.minHeight,"auto"),width:x(),maxWidth:"100%",height:L()})),N=(A,V)=>{const P=String(A);if(/^\d+\.?\d*$/.test(P))return Number(P);if(/^\d+\.?\d*px$/ig.test(P))return Number(P.replace("px",""));if(/^\d+\.?\d*%$/ig.test(P)&&typeof V=="number"){const Y=Number(P.replace("%",""));return V*Y/100}return V},M=r.reactive({display:"","min-height":"",height:"",maxHeight:""}),T=()=>e.showHead?N(e.headHeight,jr):0,j=()=>{const A=N(e.height,c.value),V=T(),P=N(e.minHeight,c.value),Y=e.pagination&&e.data.length?e.paginationHeight:0,X=A-V-Y,ue=e.height!=="auto"?`${X}px`:!1,pe=P-V-Y,le=N(e.maxHeight,void 0),se=typeof le=="number"?`${le-V-Y}px`:!1;Object.assign(M,{display:s!=null&&s.length?"block":!1,"min-height":`${pe}px`,height:ue,maxHeight:se})};r.onMounted(()=>{S(n==null?void 0:n.value)});const S=A=>{if(A){const{height:V}=A.parentElement.getBoundingClientRect();c.value=V,j(),O(A)}},O=A=>{if(!A)return;const V=e.virtualEnabled?`.${Z("virtual-section")}`:`.${Z("table-body-content")}`,P=A.querySelector(`.${Z("table-body")}`);u.value=PL(P,V,0)};return{tableClass:g,headClass:p,contentClass:I,footerClass:k,wrapperStyle:w,contentStyle:M,headStyle:b,resetTableHeight:S,updateBorderClass:O,getColumnsWidthOffsetWidth:()=>{let A=0;return u.value&&(A=A+Qa),e.border.includes(Dl.OUTER)&&!e.border.includes(Dl.NONE)&&(A=A+2),A},hasFooter:d,hasScrollY:u,hasScrollYRef:f}},GL=(e,t)=>{var re,K;const n=r.reactive([]),{getColumns:i}=jc(e,t),s=z=>{if(/^\d+/.test(`${z.minWidth}`))return z.minWidth;let Q=va;return z.sort&&(Q=Q+18),z.filter&&(Q=Q+28),Q},o=r.computed(()=>i()),c=z=>{var de,G;const Q=(z==null?void 0:z.checked)||((de=e.settings)==null?void 0:de.checked)||[],ee=(z==null?void 0:z.fields)||((G=e.settings)==null?void 0:G.fields)||[];n.length=0,n.push(...o.value.map(ae=>({...ae,calcWidth:null,resizeWidth:null,minWidth:s(ae),listeners:new Map,isHidden:q1(ee,ae,Q),[Un.COL_UID]:zi.v4(),[Un.COL_SOURCE_DATA]:ae})))};typeof e.settings=="object"&&c(e.settings);const{dragOffsetXStyle:u,dragOffsetX:d,resetResizeEvents:f,registerResizeEvent:g}=BL(n,!0),{activeColumns:p}=HL(e,t);r.watch(()=>[e.settings],()=>{var z;(((z=e.settings)==null?void 0:z.checked)||[]).length&&c()});const v=rt.debounce(()=>{c(),f(),g()},120);r.watch(()=>o,()=>{v()},{immediate:!0,deep:!0});const y=e.columns.reduce((z,Q,ee)=>{const de=Rt(Q,["field","type"],[Q,ee]),G=i4(Q.sort);return G?{...z||{},[de]:G==null?void 0:G.value}:z},null),b=r.reactive({rowActions:new Map,scrollTranslateY:0,scrollTranslateX:0,pos:{bottom:1},activeColumns:p,settings:e.settings,setting:{size:(re=e.settings)==null?void 0:re.size,height:pl[(K=e.settings)==null?void 0:K.size]},defaultSort:y||e.defaultSort}),I=z=>{var Q;return b.rowActions.has(z)?(Q=b.rowActions.get(z))==null?void 0:Q.isExpand:!1},k=()=>{Array.isArray(b.defaultSort)&&b.defaultSort.splice(0),b.defaultSort=y||e.defaultSort},L=(z,Q=void 0)=>{const ee=z[Be.ROW_UID],de=typeof Q=="boolean"?Q:!I(ee);b.rowActions.set(ee,Object.assign({},b.rowActions.get(ee)??{},{isExpand:de})),se()},x=()=>b.rowActions.has(Be.ROW_SELECTION_ALL)?b.rowActions.get(Be.ROW_SELECTION_ALL):e.selectionKey?V.every(z=>J(z)):!1,w=z=>{const Q=z[Be.ROW_UID],{isSelected:ee=!1}=b.rowActions.get(Q)||{};return ee},N=(z=w)=>{let Q=!1,ee=!1;V.forEach(de=>{const G=z(de);!Q&&!G&&(Q=!0),!ee&&G&&(ee=!0)}),b.rowActions.set(Be.ROW_SELECTION_INDETERMINATE,ee&&Q),b.rowActions.set(Be.ROW_SELECTION_ALL,ee&&!Q)},M=()=>e.columns.some(z=>z.type==="selection"),T=()=>{M()&&N(z=>J(z))},j=(z=void 0)=>{const Q=typeof z=="boolean"?z:!x();b.rowActions.set(Be.ROW_SELECTION_ALL,Q),b.rowActions.set(Be.ROW_SELECTION_INDETERMINATE,!1),V.forEach((ee,de)=>{if(vl(e,{row:ee,index:de,isCheckAll:!1})){const G=ee[Be.ROW_UID],ae=Object.assign({},b.rowActions.get(G)??{},{isSelected:Q});b.rowActions.set(G,ae)}}),N(),se(Q),F(null,z,!0)},S=()=>{j(!1)},O=(z,Q)=>{const ee=z[Be.ROW_UID];if(ee){const de=typeof Q=="boolean"?Q:!A(z,ee),G=Object.assign({},b.rowActions.get(ee)??{},{isSelected:de});b.rowActions.set(ee,G),Q||b.rowActions.set(Be.ROW_SELECTION_ALL,!1),N(),se(),F(z,Q,!1)}},J=(z,Q=ee=>w(ee))=>typeof e.isSelectedFn=="function"?Reflect.apply(e.isSelectedFn,void 0,[{row:z,data:e.data}]):typeof e.selectionKey=="string"&&e.selectionKey.length?rt.get(z,e.selectionKey):Q(z),A=(z,Q,ee)=>J(z,()=>{var G;const de=Q===void 0?z[Be.ROW_UID]:Q;return vl(e,{row:z,index:ee,isCheckAll:!1})&&x()?!0:b.rowActions.has(de)?(G=b.rowActions.get(de))==null?void 0:G.isSelected:!1}),V=r.reactive([]),P=r.computed(()=>n.some(z=>typeof z.rowspan=="function"||/^\d$/.test(`${z.rowspan}`)||typeof z.colspan=="function"||/^\d$/.test(`${z.colspan}`))),Y=r.computed(()=>n.some(z=>z.type==="selection")),X=r.computed(()=>n.some(z=>z.type==="expand")),ue=r.computed(()=>n.some(z=>z.type==="index")),pe=(z=!1)=>{let Q=null;const ee={},de=e.data.map(G=>({[Be.ROW_UID]:zi.v4(),...G}));if(P.value||Y.value||X.value||ue.value){const G=de.map((ae,Ce)=>{const we=K1(ae,e,Ce);Q=we;const xe={...ae,[Be.ROW_UID]:ae[Be.ROW_UID]||we,[Be.ROW_SOURCE_DATA]:{...ae}};if(P.value){const _e=te(ae,we,Ce,ee,Q);Object.assign(xe,{[Be.ROW_SKIP_CFG]:_e})}return Y.value&&Object.assign(xe,{[Be.ROW_SELECTION]:A(ae,we,Ce)}),ue.value&&Object.assign(xe,{[Be.ROW_INDEX]:Ce}),X.value&&Object.assign(xe,{[Be.ROW_EXPAND]:z?I(we):!1}),xe});V.length=0,V.push(...G),Y.value&&T();return}V.length=0,V.push(...de)},le=(z,Q,ee,de)=>{const G=A(ee,ee[Be.ROW_UID],de);return z&&typeof Q=="boolean"?Q:G},se=z=>{if(P.value||Y.value||X.value||ue.value){let Q=null;const ee={};V.forEach((de,G)=>{const ae=de[Be.ROW_UID];if(X.value&&Object.assign(de,{[Be.ROW_EXPAND]:I(de[Be.ROW_UID])}),P.value){const Ce=te(de,ae,G,ee,Q);Q=de[Be.ROW_UID],Object.assign(de,{[Be.ROW_SKIP_CFG]:Ce})}if(ue.value&&Object.assign(de,{[Be.ROW_INDEX]:G}),Y.value){const Ce=vl(e,{row:de,index:G,isCheckAll:!1});Object.assign(de,{[Be.ROW_SELECTION]:le(Ce,z,de,G)})}}),Y.value&&typeof z!="boolean"&&T();return}},te=(z,Q,ee,de,G)=>{let ae=0;const Ce=de[G]??{};return de[Q]||(de[Q]={}),n.forEach((we,xe)=>{var Pe;const{colspan:_e,rowspan:Ge}=e4(we,xe,z,ee),oe=we[Un.COL_UID],ye=((Pe=Ce[oe])==null?void 0:Pe.skipRowLen)??0,Ne={[oe]:{skipRowLen:0,skipRow:!1,skipCol:!1,skipColLen:0}};ae>0&&(Ne[oe].skipColLen=ae,Ne[oe].skipCol=!0,ae=ae-1),ye>1?(Ne[oe].skipRowLen=ye-1,Ne[oe].skipRow=!0):Ge>1&&(Ne[oe].skipRowLen=Ge,Ne[oe].skipRow=!1),_e>1&&(Ne[oe].skipColLen=_e,ae=_e-1),Object.assign(de[Q],{...Ne})}),de[Q]},U=rt.debounce(se,120);r.watch([P,Y,X,ue],()=>{U()});const F=(z,Q,ee=!1)=>{if(e.asyncData&&e.rowKey){if(ee)e.data.forEach(de=>{rt.has(de,e.selectionKey)&&rt.set(de,e.selectionKey,!!Q)});else if(rt.has(z,e.selectionKey)){const de=e.data.find(G=>rt.get(G,e.rowKey)===rt.get(z,e.rowKey));rt.set(de,e.selectionKey,!!Q)}}},{fixedColumns:_,resolveColumnStyle:W,resolveColumnClass:H,fixedWrapperClass:ne}=Zd(e,n,!1);return{colgroups:n,dragOffsetXStyle:u,dragOffsetX:d,reactiveSchema:b,indexData:V,fixedWrapperClass:ne,fixedColumns:_,resolveColumnStyle:W,resolveColumnClass:H,initIndexData:pe,updateIndexData:se,setRowExpand:L,updateColGroups:c,clearSelection:S,toggleAllSelection:j,toggleRowSelection:O,getSelection:()=>V.filter(z=>A(z)),clearSort:k}},ZL=r.defineComponent({name:"Table",props:rL,emits:KN,setup(e,t){const n=ft("table");let i=null,s=null,o=null;const c=new aL,u=r.reactive([]),{initColumns:d}=jc(e,u);r.provide(z1,d),r.provide(V1,c);const f=r.ref(),g=r.ref(),p=r.ref(0),{colgroups:v,dragOffsetXStyle:y,dragOffsetX:b,reactiveSchema:I,indexData:k,fixedColumns:L,resolveColumnStyle:x,resolveColumnClass:w,setRowExpand:N,initIndexData:M,fixedWrapperClass:T,clearSelection:j,toggleAllSelection:S,toggleRowSelection:O,getSelection:J,clearSort:A,updateColGroups:V}=GL(e,u),{pageData:P,localPagination:Y,resolvePageData:X,watchEffectFn:ue}=sL(e,k),{tableClass:pe,headClass:le,contentClass:se,footerClass:te,wrapperStyle:U,contentStyle:F,headStyle:_,hasScrollYRef:W,updateBorderClass:H,resetTableHeight:ne,getColumnsWidthOffsetWidth:he,hasFooter:re}=FL(e,u,f,I,P),K=r.computed(()=>({hasScrollY:W.value})),z=new WL(e,t,I,v,K,n),Q=()=>{const ze=f.value.querySelector(".bk-table-body-content"),Oe=ze.querySelector("table");if(Oe){const We=Oe.scrollWidth,st=ze.clientWidth;p.value=We-st}};r.watch(()=>[e.data,e.pagination,e.height,e.maxHeight,e.minHeight],()=>{M(e.reserveExpand),ue(o,i,s),r.nextTick(()=>{ne(f.value),H(f.value)})},{immediate:!0,deep:!0}),r.watchEffect(()=>{if((f==null?void 0:f.value)instanceof HTMLElement){const ze=he();hd(f.value,v,20,ze),Q()}}),z.on(Pn.ON_SORT_BY_CLICK,ze=>{const{sortFn:Oe,column:We,index:st,type:qe}=ze;typeof Oe=="function"&&(i=Oe,s=We,Object.assign(s,{[Un.SORT_TYPE]:qe}),X(o,i,s)),t.emit(Dt.COLUMN_SORT,{column:r.unref(We[Un.COL_SOURCE_DATA]),index:st,type:qe})}).on(Pn.ON_FILTER_CLICK,ze=>{const{filterFn:Oe,checked:We,column:st,index:qe}=ze;typeof Oe=="function"&&(o=Oe,X(o,i,s)),t.emit(Dt.COLUMN_FILTER,{checked:We,column:r.unref(st[Un.COL_SOURCE_DATA]),index:qe})}).on(Pn.ON_SETTING_CHANGE,ze=>{const{checked:Oe=[],size:We,height:st,fields:qe}=ze;r.nextTick(()=>{V({checked:Oe,fields:qe}),H(f.value);const gt=he();Oe.length&&hd(f.value,v,va,gt),t.emit(Dt.SETTING_CHANGE,{checked:Oe,size:We,height:st,fields:qe})})}).on(Pn.ON_ROW_EXPAND_CLICK,ze=>{const{row:Oe,column:We,index:st,rows:qe,e:gt}=ze;t.emit(Dt.ROW_EXPAND_CLICK,{row:Ds(Oe),column:r4(We),index:st,rows:qe,e:gt}),N(Oe,!Oe[Be.ROW_EXPAND])}).on(Pn.ON_ROW_CHECK,({row:ze,isAll:Oe,index:We,value:st})=>{Oe?(S(st),t.emit(Dt.ROW_SELECT_ALL,{checked:st,data:e.data})):(O(ze,st),t.emit(Dt.ROW_SELECT,{row:Ds(ze),index:We,checked:st,data:e.data})),t.emit(Dt.ROW_SELECT_CHANGE,{row:Ds(ze),isAll:Oe,index:We,checked:st,data:e.data})});const ee=ze=>{const Oe=I.pos.bottom??0,We=ze[1],{translateX:st,translateY:qe,pos:gt={}}=We;I.scrollTranslateY=qe,I.scrollTranslateX=st,I.pos=gt;const{bottom:Ye}=gt;Ye<=2&&Oe>Ye&&Zs(60,()=>{t.emit(Dt.SCROLL_BOTTOM,{...gt,translateX:st,translateY:qe})},!0)(),Q()},de=(ze={left:0,top:0})=>{var Oe,We;(We=(Oe=g.value)==null?void 0:Oe.scrollTo)==null||We.call(Oe,ze)};r.onMounted(()=>{if(e.observerResize){let ze=$1(f.value,()=>{if(!f.value)return;(e.height==="100%"||e.height==="auto")&&ne(f.value),H(f.value);const Oe=he();hd(f.value,v,20,Oe)},180,!0,e.resizerWay);ze.start(),r.onBeforeUnmount(()=>{ze.disconnect(),ze=null})}}),r.onBeforeUnmount(()=>{z.destroy()});const G=()=>f.value;t.expose({setRowExpand:N,clearSelection:j,toggleAllSelection:S,toggleRowSelection:O,getSelection:J,clearSort:A,scrollTo:de,getRoot:G});const ae=r.computed(()=>({...se,"__is-empty":!P.length})),Ce=r.computed(()=>({[Z("table-body-content")]:!0,"with-virtual-render":e.virtualEnabled})),we={column_drag_line:!0,"offset-x":!0},xe=r.computed(()=>({...y.value,left:`${b.value-I.scrollTranslateX}px`})),_e={"scroll-loading":!0,_bottom:!0},Ge=r.computed(()=>({[Z("fixed-bottom-border")]:!0,"_is-empty":!e.data.length})),oe={zIndex:-1,width:0,height:0,display:"none"},ye=r.computed(()=>({"--footer-height":re.value?`${e.paginationHeight}px`:"0"})),Ne=r.computed(()=>({right:W.value?`${Qa}px`:0,...ye.value})),{renderScrollLoading:Pe}=oL(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 ze,Oe;return r.createVNode("div",{class:pe.value,style:U.value,ref:f},[r.createVNode("div",{class:le,style:_.value},[z.renderTableHeadSchema()]),r.createVNode(Ga,r.mergeProps({ref:g,lineHeight:z.getRowHeight,class:ae.value,style:F,list:P},Ke.value,{contentClassName:Ce.value,onContentScroll:ee,throttleDelay:0,scrollEvent:!0,rowKey:e.rowKey,enabled:e.virtualEnabled,keepAlive:!0}),{beforeContent:()=>ct(),default:We=>z.renderTableBodySchema(We.data||P),afterSection:()=>r.createVNode("div",{class:Ge.value},null)}),r.createVNode("div",{class:T,style:Ne.value},[L.value.map(({isExist:We,colPos:st,column:qe})=>We?"":r.createVNode("div",{class:w(qe,I.scrollTranslateX,p.value),style:x(st)},null)),r.createVNode("div",{class:we,style:xe.value},null),r.createVNode("div",{class:_e},[Pe()])]),r.createVNode("div",{class:te.value,style:ye.value},[re.value&&z.renderTableFooter(Y.value)]),r.createVNode("div",{style:oe},[(Oe=(ze=t.slots).default)==null?void 0:Oe.call(ze)])])}}}),a4=Fe(ZL);Fe(H1);const s4=Fe(H1),fa=12;function YL(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 c=0;c<t.totalSize;c+=t.pageSize)o.push(s.slice(c,c+t.pageSize));t.renderListPaged.splice(0,t.renderListPaged.length,...o),t.curPageList.splice(0,t.curPageList.length,...t.renderListPaged[t.curPage-1]||[])},pageChange:s=>{t.curPage=s,t.curPageList.splice(t.curPageList.length,0,...t.renderListPaged[t.curPage-1]||[]),t.isPageLoading=!1}}}function UL(e){const{useGroup:t,saveKey:n,displayKey:i,list:s}=r.toRefs(e),o=r.ref([]),c=r.ref({});return r.watch([t,n,i,s],()=>{o.value=[];let u=r.markRaw(s.value);t.value&&(u=u.reduce((d,f)=>{let g=[];return f.children&&(g=f.children.map(p=>({group:{groupId:f[n.value],groupName:f[i.value]},...p}))),d.concat(g)},[])),o.value=u,c.value=u.reduce((d,f)=>(d[f[n.value]]=f,d),{})},{immediate:!0,deep:!0}),{flatList:o,saveKeyMap:c}}const Z3=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},o4=(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")),c=o.findIndex((u,d)=>d?o[d-1].offsetTop!==u.offsetTop:!1);i.value=c>0?c-1:null}))};return{overflowTagIndex:i}},Y3=r.defineComponent({name:"ListTagRender",props:{node:m.object,searchKey:m.oneOfType([m.string,m.arrayOf(m.string)]),displayKey:m.string,searchKeyword:m.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])])}}),$L=()=>({modelValue:m.arrayOf(m.string).def([]),placeholder:m.string.def(""),list:m.arrayOf(m.object).def([]),disabled:m.bool.def(!1),tooltipKey:m.string.def(""),saveKey:m.string.def("id"),displayKey:m.string.def("name"),hasDeleteIcon:m.bool.def(!1),clearable:m.bool.def(!0),trigger:Ee("treeTriggerType",{}).def("search"),searchKey:m.oneOfType([m.string,m.arrayOf(m.string)]).def("name"),useGroup:m.bool.def(!1),allowCreate:m.bool.def(!1),maxData:m.number.def(-1),maxResult:m.number.def(10),contentMaxHeight:m.number.def(300),contentWidth:m.number.def(190),separator:m.string.def(""),allowNextFocus:m.bool.def(!0),allowAutoMatch:m.bool.def(!1),showClearOnlyHover:m.bool.def(!1),isAsyncList:m.bool.def(!1),leftSpace:m.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:()=>({})}}),KL=r.defineComponent({name:"TagRender",directives:{bkTooltips:Fa},props:{node:m.object,displayKey:m.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=$C(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]])}}),XL=r.defineComponent({name:"TagInput",directives:{bkTooltips:Fa},props:$L(),emits:["update:modelValue","change","select","focus","blur","remove","removeAll","input"],setup(e,{emit:t}){const n=Xn(),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:c}=r.toRefs(e),{pageState:u,initPage:d,pageChange:f}=YL(c),g=r.ref(""),p=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),w=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(oe=>oe[e.saveKey])),{flatList:O,saveKeyMap:J}=UL(e),A=r.computed(()=>{if(e.useGroup){const oe={};return u.curPageList.forEach((ye,Ne)=>{ye.__index__=Ne,oe[ye.group.groupId]||(oe[ye.group.groupId]={id:ye.group.groupId,name:ye.group.groupName,children:[]}),oe[ye.group.groupId].children.push(ye)}),Object.keys(oe).map(ye=>oe[ye])}return u.curPageList});r.watch([()=>O.value],()=>{r.nextTick(()=>{ue()})},{deep:!0}),r.watch(()=>e.modelValue,oe=>{var ye;se(S.value,oe)||(r.nextTick(()=>{ue()}),e.withValidate&&((ye=n==null?void 0:n.validate)==null||ye.call(n,"change")))}),r.watch(g,rt.debounce(()=>{const oe=u.curPageList.length!==0,{value:ye}=g;ye!==""&&oe||ye===""&&e.trigger==="focus"&&oe?o.isShow=!0:(e.trigger!=="focus"||!oe)&&(o.isShow=!1)},150)),r.watch(()=>o.isShow,oe=>{V(),oe&&I.value&&(r.nextTick(()=>{I.value.scrollTop=0}),I.value.removeEventListener("scroll",P),I.value.addEventListener("scroll",P))}),r.onMounted(()=>{ue()});const V=()=>{var oe;o.offset.crossAxis=x.value?0:(oe=b.value)==null?void 0:oe.offsetLeft},P=()=>{if(u.isPageLoading||I.value.scrollTop===0)return;const{scrollTop:oe,offsetHeight:ye,scrollHeight:Ne}=I.value;if(oe+ye>=Ne){const Pe=u.curPage+1;Pe<=u.totalPage&&(u.isPageLoading=!0,setTimeout(()=>{f(Pe)},500))}},Y=()=>{var ye;return Array.from(((ye=y.value)==null?void 0:ye.childNodes)||[]).filter(Ne=>![Node.TEXT_NODE,Node.COMMENT_NODE].includes(Ne.nodeType))},X=oe=>{if(!e.disabled){if(oe!=null&&oe.target){const{className:ye}=oe.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],xe(j.selectedTagList[0],0),W()),s.isEdit=!0,r.nextTick(()=>{var ye;(ye=p.value)==null||ye.focus(),e.trigger==="focus"&&j.localList.length!==0&&(pe(),o.isShow?V():o.isShow=!0)})}},ue=()=>{const{saveKey:oe,modelValue:ye,displayKey:Ne,allowCreate:Pe,trigger:Ke,isAsyncList:at}=e;if(j.selectedTagList=[],j.localList=O.value,ye.length){const ct={};j.selectedTagList=ye.map(ze=>{const Oe=J.value[ze];return ct[ze]=1,!Oe&&Pe?{[oe]:ze,[Ne]:ze}:Oe}).filter(ze=>ze),x.value||(j.localList=j.localList.filter(ze=>!ct[ze[oe]]))}if(at&&g.value){pe(g.value),u.curPageList.length&&(o.isShow=!0);return}Ke==="focus"&&pe()},pe=(oe="")=>{const{searchKey:ye,filterCallback:Ne}=e,Pe=oe.toLowerCase().trim();if(Pe===""){d(j.localList);return}let Ke=[];typeof Ne=="function"?Ke=Ne(Pe,ye,j.localList)||[]:Array.isArray(ye)?Ke=j.localList.filter(at=>ye.some(ct=>at[ct].toLowerCase().indexOf(Pe)>-1)):Ke=j.localList.filter(at=>at[ye].toLowerCase().indexOf(Pe)>-1),d(Ke)},le=(oe,ye)=>{const Ne={"bk-selector-actived":!1,"bk-selector-selected":S.value.includes(oe[e.saveKey])};return e.useGroup?Ne["bk-selector-actived"]=oe.__index__===s.focusItemIndex:Ne["bk-selector-actived"]=ye===s.focusItemIndex,Ne};function se(oe,ye){return oe.length!==ye.length?!1:ye.every((Ne,Pe)=>oe[Pe]===Ne)}const te=()=>{j.tagListCache=[],j.selectedTagListCache=[],j.selectedTagList=[]},U=()=>{g.value=""},F=()=>{if(x.value)return 0;const ye=Y().findIndex(({id:Ne})=>Ne==="tagInputItem");return ye>=0?ye:0},_=(oe,ye,Ne=!1)=>{if(!ye||!oe)return;let Pe=ye;Ne&&(Pe=ye.nextElementSibling||null),ye.parentNode.insertBefore(oe,Pe)},W=oe=>{const{maxData:ye,trigger:Ne,allowCreate:Pe}=e;if(ye===-1||ye>S.value.length){const{value:Ke}=oe!=null&&oe.target?oe.target:g,at=Z3(Ke);at?(pe(Ke),p.value.style.width=`${at*fa}px`):Ne==="focus"&&pe()}else ne(),g.value="",o.isShow=!1;s.isEdit=!0,s.focusItemIndex=Pe?-1:0,t("input",g.value)},H=()=>{var oe;o.width=x.value?(oe=v.value)==null?void 0:oe.clientWidth:e.contentWidth,t("focus")},ne=()=>{k.value=setTimeout(()=>{var ye;const oe=g.value;if(U(),s.isEdit=!1,x.value){const[Ne]=j.tagListCache;oe&&oe===Ne&&j.selectedTagListCache.length?we(j.selectedTagListCache[0],"select"):K("remove")}else if(e.allowAutoMatch&&oe){const Ne=u.curPageList.find(Pe=>Array.isArray(e.searchKey)?e.searchKey.map(at=>Pe[at]).includes(oe):Pe[e.searchKey]===oe);Ne?he(Ne,"select"):e.allowCreate&&he(oe,"custom")}o.isShow=!1,t("blur",oe,S.value),(ye=n==null?void 0:n.validate)==null||ye.call(n,"blur")},200)},he=(oe,ye,Ne)=>{Ne==null||Ne.stopPropagation(),!(!oe||oe.disabled)&&(x.value&&te(),we(oe,ye),K("select"),U(),o.isShow=!1)},re=(oe,ye,Ne)=>{Ne==null||Ne.stopPropagation(),xe(oe,ye),U(),K("remove",oe),p.value.style.width=`${fa}px`},K=(oe,ye)=>{t(oe,ye),t("update:modelValue",S.value),t("change",S.value)},z=oe=>{oe.stopPropagation();const ye=j.selectedTagList;j.selectedTagList=[];const Ne=ye.filter(Pe=>J.value[Pe[e.saveKey]]);(e.allowCreate&&Ne.length!==0||!e.allowCreate)&&!x.value&&j.localList.push(...Ne),K("removeAll")},Q=()=>{const oe={height:I.value.clientHeight,yAxis:I.value.getBoundingClientRect().y};r.nextTick(()=>{const ye=I.value.querySelector(".bk-selector-actived");if(!ye)return;const Ne={height:ye.clientHeight,yAxis:ye.getBoundingClientRect().y};Ne.yAxis<oe.yAxis&&(I.value.scrollTop=I.value.scrollTop-(oe.yAxis-Ne.yAxis));const Pe=Ne.yAxis+Ne.height-oe.yAxis;Pe>oe.height&&(I.value.scrollTop=I.value.scrollTop+Pe-oe.height)})},ee=(oe,ye)=>{const Ne=Y();_(b.value,Ne[oe-1]),j.selectedTagList.splice(oe-1,1),X();const Pe=J.value[ye[e.saveKey]];(e.allowCreate&&Pe||!e.allowCreate)&&!x.value&&j.localList.push(ye),p.value=`${fa}px`,K("remove")},de=oe=>{if(u.isPageLoading)return;let ye;const Ne=oe.target.value,Pe=Z3(Ne),Ke=F(),at=Y();switch(oe.code){case"ArrowUp":if(oe.preventDefault(),!o.isShow)return;s.focusItemIndex=s.focusItemIndex-1,s.focusItemIndex=s.focusItemIndex<0?-1:s.focusItemIndex,s.focusItemIndex===-1&&(s.focusItemIndex=u.curPageList.length-1),Q();break;case"ArrowDown":if(oe.preventDefault(),!o.isShow)return;s.focusItemIndex=s.focusItemIndex+1,s.focusItemIndex=s.focusItemIndex>u.curPageList.length-1?u.curPageList.length:s.focusItemIndex,s.focusItemIndex===u.curPageList.length&&(s.focusItemIndex=0),Q();break;case"ArrowLeft":if(s.isEdit=!0,!Pe){if(Ke<1)return;_(b.value,at[Ke-1]),X()}break;case"ArrowRight":if(s.isEdit=!0,!Pe){if(Ke===at.length-1)return;_(at[Ke+1],b.value),X()}break;case"Enter":case"NumpadEnter":!e.allowCreate&&o.isShow||e.allowCreate&&s.focusItemIndex>=0&&o.isShow?he(u.curPageList[s.focusItemIndex],"select",oe):e.allowCreate&&g.value.trim()&&he(g.value,"custom",oe),oe.preventDefault();break;case"Backspace":Ke!==0&&!g.value&&(ye=j.selectedTagList[Ke-1],ee(Ke,ye));break}},G=oe=>{const ye=[],Ne=oe.split(";"),Pe=/^[a-zA-Z][a-zA-Z_]*/g;return Ne.forEach(Ke=>{const at=Ke.match(Pe);if(at){const ct=at.join("");ye.push({[e.saveKey]:ct,[e.displayKey]:ct})}}),ye},ae=oe=>{if(oe.preventDefault(),x.value)return!1;const{maxData:ye,saveKey:Ne,displayKey:Pe,pasteFn:Ke,allowCreate:at}=e,ct=oe.clipboardData.getData("text");let Oe=(Ke?Ke(ct):G(ct)).map(We=>We[Ne]);if(Oe.length){const We=Y(),st=F(),qe=j.localList.map(Ye=>Ye[Ne]);if(Oe=Oe.filter(Ye=>{const Qt=(Ye==null?void 0:Ye.trim())&&!S.value.includes(Ye);return at?Qt:Qt&&qe.includes(Ye)}),ye!==-1){const Ye=j.selectedTagList.length;if(Ye<ye){const Qt=ye-Ye;Oe.length>Qt&&(Oe=[...Oe.slice(0,Qt)])}else Oe=[]}const gt=at?Oe.map(Ye=>j.localList.find(Wi=>Wi[Ne]===Ye)??{[Ne]:Ye,[Pe]:Ye}):j.localList.filter(Ye=>Oe.includes(Ye[Ne]));Oe.length&&(j.selectedTagList.splice(st,0,...gt),_(b.value,We[st]),p.value.style.width=`${fa}px`,j.localList=j.localList.filter(Ye=>!Oe.includes(Ye[Ne])),K("select"),X())}},Ce=oe=>{e.disabled||(_(b.value,oe.currentTarget,!0),p.value.style.width=`${fa}px`,o.isShow&&V())},we=(oe,ye)=>{if(j.selectedTagList.length>=e.maxData&&e.maxData!==-1)return;const{separator:Ne,saveKey:Pe,displayKey:Ke,createTagValidator:at}=e,ct=F();let ze=1,Oe=!1,We;const st=qe=>typeof at=="function"?at(qe):!0;if(ye==="custom")if(Ne){let qe=oe.split(Ne);qe=qe.filter(Ye=>(Ye==null?void 0:Ye.trim())&&!S.value.includes(Ye)&&st(Ye));const gt=qe.map(Ye=>J.value[Ye]||{[Pe]:Ye,[Ke]:Ye});qe.length&&(j.selectedTagList.splice(ct,0,...gt),ze=gt.length,Oe=!0)}else{const qe=typeof oe=="object";if(We=qe?oe[Pe]:oe.trim(),We=We.replace(/\s+/g,""),We!==void 0&&!S.value.includes(We)&&st(We)){const gt=J.value[We]||(qe?oe:{[Pe]:We,[Ke]:We});j.selectedTagList.splice(ct,0,gt),Oe=!0}}else oe&&(We=oe[Pe],We!==void 0&&!S.value.includes(We)&&(j.selectedTagList.splice(ct,0,oe),Oe=!0));Oe&&r.nextTick(()=>{for(let qe=1;qe<=ze;qe++){const Ye=Y()[ct+qe];_(Ye,b.value)}if(p.value.style.width=`${fa}px`,!x.value){e.allowNextFocus&&X();const qe=S.value.reduce((gt,Ye)=>(gt[Ye]=1,gt),{});j.localList=j.localList.filter(gt=>!qe[gt[Pe]])}})},xe=(oe,ye)=>{j.selectedTagList.splice(ye,1);const Ne=J.value[oe[e.saveKey]];(e.allowCreate&&Ne||!e.allowCreate)&&!x.value&&j.localList.push(oe)},_e=r.computed(()=>e.collapseTags?e.collapseTags&&!s.isEdit:e.collapseTags),{overflowTagIndex:Ge}=o4(v,_e,S);return{popoverProps:o,...r.toRefs(s),...r.toRefs(j),...r.toRefs(u),isShowPlaceholder:w,isShowClear:M,placeholderText:N,curInputValue:g,renderList:A,showTagClose:L,tagInputRef:p,bkTagSelectorRef:v,tagListRef:y,tagInputItemRef:b,selectorListRef:I,triggerClass:T,overflowTagIndex:Ge,localCollapseTags:_e,focusInputTrigger:X,activeClass:le,handleInput:W,handleFocus:H,handleBlur:ne,handleTagSelected:he,handleTagRemove:re,handleClear:z,tagFocus:Ce,handleKeydown:de,handlePaste:ae}},render(){return r.createVNode("div",{class:"bk-tag-input",ref:"bkTagSelectorRef",onClick:this.focusInputTrigger,onMouseenter:()=>this.isHover=!0,onMouseleave:()=>this.isHover=!1},[r.createVNode($t,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(KL,{node:n,tpl:this.tagTpl,displayKey:this.displayKey,hasTips:!!this.tooltipKey,tagOverflowTips:this.tagOverflowTips},null),this.showTagClose?r.createVNode(dn,{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(hn,{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(Y3,{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(Y3,{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(or,{theme:"primary",size:zr.Small},null)]):null])])})])}}),l4=Fe(XL),qL={direction:Ig(),align:Sd().def(Nl.CENTER),color:m.string.def("#dde4eb"),width:m.number.def(1),type:Ng()},ek=r.defineComponent({name:"Divider",props:qL,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:[Z("divider-info"),Z(`divider-info-${this.align}`)]},[this.$slots.default()])),r.createVNode("div",{class:[Z("divider"),Z(`divider-${this.direction}`)],style:e()},[t])}}),c4=Fe(ek);var El=(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))(El||{}),js=(e=>(e.LEFT="left",e.RIGHT="right",e.TOP="top",e))(js||{});const u4=Ee("position",{}).def("top");var d4=(e=>(e.REPLACE="replace",e.INSERT="insert",e))(d4||{});const f4=Ee("sortType",{}).def("replace"),tk={tabAdd:{type:Function,default:()=>({})},tabChange:{type:Function,default:e=>e},tabRemove:{type:Function,default:e=>e},tabSort:{type:Function,default:()=>({})},tabDrag:{type:Function,default:()=>({})}},nk={name:m.oneOfType([m.number,m.string]).def(""),label:m.string||m.func,tips:m.string,closable:m.bool,visible:m.bool.def(!0),disabled:m.bool,sortable:m.bool,renderDirective:Mf(),panel:m.string||m.func},ik={active:m.oneOfType([m.number,m.string]).def(""),type:Ee("type",{}).def("border-card"),tabPosition:u4,closable:Boolean,addable:Boolean,sortable:Boolean,sortType:f4,labelHeight:m.number.def(50),scrollStep:m.number.def(200),extCls:m.string.def(""),validateActive:m.bool.def(!0),showHeader:m.bool.def(!0),changeOnHover:m.bool.def(!1),changeOnHoverDelay:m.number.def(1e3),activeBarSize:m.number.def(2),activeBarColor:m.string.def("#3a84ff")},rk={active:m.oneOfType([m.number,m.string]).def(""),type:Ee("type",{}).def("border-card"),activeBarColor:m.string.def("#3a84ff"),activeBarSize:m.number.def(2),panels:{type:Array,default:()=>[]},tabPosition:u4,closable:Boolean,addable:Boolean,sortable:Boolean,sortType:f4,labelHeight:m.number.def(50),scrollStep:m.number.def(200),validateActive:m.bool.def(!0),changeOnHover:m.bool.def(!1),changeOnHoverDelay:m.number.def(1e3),...tk},U3=r.defineComponent({name:"TabNav",directives:{bkTooltips:Fa},props:rk,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([js.LEFT,js.RIGHT].includes(e.tabPosition)){const{clientHeight:g,offsetTop:p}=t.value,v={width:`${e.activeBarSize}px`,height:`${g}px`,top:`${p}px`,background:e.activeBarColor};return e.tabPosition===js.LEFT?v.right=0:v.left=0,v}if(e.type===El.UNBORDER_CARD){const{clientWidth:g,offsetLeft:p}=t.value;return{width:`${g}px`,height:`${e.activeBarSize}px`,left:`${p}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((p,v)=>{if(!p.props)return null;const{name:y,label:b,closable:I,visible:k,disabled:L,sortable:x,tips:w}=p.props;if(!k)return!1;e.active===y&&(g=!0);const N=M=>p.slots.label?r.h(p.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:w,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),c=r.ref(""),u=(f,g)=>f===g;return{...{handleTabAdd(f){e.tabAdd(f)},dragstart(f,g){o.value=f,c.value=e.guid,Object.assign(g.dataTransfer,{effectAllowed:"move"}),e.tabDrag(f,g)},dragenter(f){u(c.value,e.guid)&&(s.value=f)},dragend(){s.value=-1,o.value=-1,c.value=null},drop(f,g){if(!u(c.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:c,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:c,dragenter:u,dragend:d,drop:f}=this,g=()=>this.navs.map((I,k)=>{if(!I)return null;const{name:L,disabled:x,tabLabel:w}=I,N=()=>{const T=[Z("tab-header-item")];return x&&T.push(Z("tab-header--disabled")),e===L&&T.push(Z("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=>c(k,T),ref:e===L?"activeRef":"",onDragenter:T=>{T.preventDefault(),u(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,[w]),M(I.closable,t)?r.createVNode("span",{class:Z("tab-header--close"),onClick:()=>this.handleTabRemove(k,I)},[r.createVNode(hn,null,null)]):""]),[[r.resolveDirective("bk-tooltips"),{content:I.tips,disabled:!I.tips}]])}),p=()=>{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(to,{style:"display:flex;",width:26,height:26},null)])),I.length?r.createVNode("div",{class:Z("tab-header-operation")},[I.map((x,w)=>r.createVNode("div",{class:Z("tab-header-item"),key:w},[x]))]):null},v=()=>this.type===El.UNBORDER_CARD?r.createVNode("div",{style:this.activeBarStyle,class:Z("tab-header-active-bar")},null):"",y=typeof this.$slots.setting=="function"?r.createVNode("div",{class:Z("tab-header-setting")},[this.$slots.setting()]):null,b=p();return r.createVNode("div",{style:{lineHeight:`${o}px`},class:Z("tab-header")},[r.createVNode("div",{class:[Z("tab-header-nav"),b||y?"tab-header-auto":""]},[v(),g()]),b,y])}}),ak=r.defineComponent({name:"Tab",components:{TabNav:U3},props:ik,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(),c=(f,g=[])=>{const{children:p}=f;return(p||[]).forEach(v=>{let{type:y}=v;y=y.name||y,y==="TabPanel"&&v.component?g.push(v.component):(y===r.Fragment||y==="template")&&c(v,g)}),g},u=()=>{if(t.default){const{children:f}=o.subTree.children[1];if(!f)return;const g=f[0],p=c(g);p.length!==s.value.length&&(s.value=p)}};return r.onMounted(()=>{u(),i.value=!0,r.onUpdated(()=>{u()})}),{...{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,p){const v=s.value;if(p===d4.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,p),n("sort-change",f,g,p)},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=[Z("tab"),this.extCls];return this.tabPosition===js.TOP?s.push(Z(`tab--${this.tabPosition}`),Z(`tab--${this.type}`)):(s.push(Z(`tab--${this.tabPosition}`)),this.type===El.CARD_TAB&&s.push(Z("tab--vertical-tab"))),s},t=()=>{const{panels:s,active:o,type:c,closable:u,addable:d,sortable:f,sortType:g,labelHeight:p,scrollStep:v,validateActive:y,changeOnHover:b,changeOnHoverDelay:I,tabPosition:k,activeBarSize:L,activeBarColor:x,tabAdd:w,tabChange:N,tabRemove:M,tabSort:T,tabDrag:j}=this,S={panels:s,active:o,type:c,closable:u,addable:d,sortable:f,sortType:g,labelHeight:p,scrollStep:v,validateActive:y,changeOnHover:b,changeOnHoverDelay:I,tabPosition:k,activeBarSize:L,activeBarColor:x,tabAdd:w,tabChange:N,tabRemove:M,tabSort:T,tabDrag:j};return!s||!Array.isArray(s)?null:r.createVNode(U3,S,this.$slots)};return r.createVNode("div",{class:e()},[t(),r.createVNode("div",{class:Z("tab-content")},[(i=(n=this.$slots).default)==null?void 0:i.call(n)])])}}),sk=r.defineComponent({name:"TabPanel",props:nk,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:Z("tab-panel")},[t()]),[[r.vShow,e]])}}),h4=fn(ak,{TabPanel:sk}),ir={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]};let $3=1;const g4=(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 c=n.offsetY||30;const{spacing:u=10}=n;ir[i].forEach(v=>{c+=(v.el.offsetHeight||0)+u}),$3+=1;const d=`message_${$3}`;n={...n,offsetX:o,offsetY:c,id:d};const f=document.createElement("div"),g=r.createVNode(e,n);g.props.onDestroy=v=>{ok(v,i,u,s),r.render(null,f)},r.render(g,f),ir[i].push(g);let p;g.props.getContainer&&Ar(g.props.getContainer)?p=g.props.getContainer:p=document.body,p.appendChild(f.firstElementChild)};function ok(e,t,n,i){i==null||i();const s=t.startsWith("top")?"top":"bottom";let o=-1;ir[t].forEach((f,g)=>{f.props.id===e&&(o=g)});const u=ir[t][o].el.offsetHeight,d=ir[t].length;for(let f=o;f<d;f++){const g=parseInt(ir[t][f].el.style[s],10)-u-n;ir[t][f].component.props.offsetY=g}ir[t].splice(o,1)}var m4={exports:{}};/*!
|
66
|
+
*/function pN(e,t){if(!M1.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&&I1&&e==="wheel"&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i}var vN=pN,yN=hN,bN=vN,O3=10,A3=40,E3=800;function N1(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*O3,s=n*O3,"deltaY"in e&&(s=e.deltaY),"deltaX"in e&&(i=e.deltaX),(i||s)&&e.deltaMode&&(e.deltaMode==1?(i*=A3,s*=A3):(i*=E3,s*=E3)),i&&!t&&(t=i<1?-1:1),s&&!n&&(n=s<1?-1:1),{spinX:t,spinY:n,pixelX:i,pixelY:s}}N1.getEventType=function(){return yN.firefox()?"DOMMouseScroll":bN("wheel")?"wheel":"mousewheel"};var CN=N1,wN=CN;const MN=Bs(wN),IN=typeof navigator<"u"&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,NN=function(e,t){e!=null&&e.addEventListener&&e.addEventListener(IN?"DOMMouseScroll":"mousewheel",function(n){const i=MN(n);t==null||t.apply(this,[n,i])})},LN={beforeMount(e,t){console.error(e,t),NN(e,t.value)}},lr=new Map,Fa={beforeMount(e,t){const n=P3(t),{trigger:i}=n,s=TN(n);let o=null;if(i==="hover"){let c=null;e.addEventListener("mouseenter",()=>{o=setTimeout(()=>{Wd(e),clearTimeout(c),clearTimeout(o)},n.delay)}),s.addEventListener("mouseenter",()=>{clearTimeout(c)}),e.addEventListener("mouseleave",()=>{clearTimeout(o),c=setTimeout(()=>{hs(e)},100)}),e.addEventListener("click",()=>{hs(e)}),s.addEventListener("mouseleave",()=>{clearTimeout(o),c=setTimeout(()=>{hs(e)},100)})}else i==="click"&&document.body.addEventListener("click",c=>{e.contains(c.target)&&!s.hasAttribute("data-show")?o=setTimeout(()=>{Wd(e),clearTimeout(o)},n.delay):s.hasAttribute("data-show")&&hs(e)});lr.set(e,{opts:n,popper:s,popperInstance:null})},updated(e,t){lr.get(e).opts=P3(t)},unmounted(e){hs(e),lr.delete(e)}};function kN(){return{arrow:!0,disabled:!1,trigger:"hover",theme:"dark",content:"",showOnInit:!1,placement:"top",distance:8,extCls:"",delay:0,onShow:()=>{},onHide:()=>{}}}function P3(e){const t=kN();return typeof e.value=="object"?Object.assign(t,e.value):t.content=e.value,t}function TN(e){const{content:t,arrow:n,theme:i,extCls:s}=e,o=i==="light",c=gi.getPopperIndex(),u=document.createElement("div");if(u.className=`${Z("popper")} ${o?"light":"dark"} ${s}`,u.innerText=t,u.style.zIndex=String(c),n){const d=L1();u.appendChild(d)}return u}function L1(){const e=document.createElement("div");return e.className=Z("popper-arrow"),e.setAttribute("data-popper-arrow",""),e}function xN(e,t){const{opts:n}=lr.get(e),{placement:i,distance:s,showOnInit:o}=n,c=ug(e,t,{placement:i,modifiers:[{name:"offset",options:{offset:[0,s]}}]});return o&&Wd(e),c}function Wd(e){const{popper:t,opts:n}=lr.get(e),{disabled:i,content:s,arrow:o,onShow:c}=n;if(i)return;if(t.innerText=s,o){const d=L1();t.appendChild(d)}document.body.appendChild(t);const u=xN(e,t);c(),t.setAttribute("data-show",""),u.setOptions(d=>({...d,modifiers:[...d.modifiers,{name:"eventListeners",enabled:!0}]})),u.forceUpdate(),lr.get(e).popperInstance=u}function hs(e){if(!lr.get(e))return;const{popper:t,popperInstance:n,opts:i}=lr.get(e),{onHide:s}=i;t&&document.body.contains(t)&&(t.removeAttribute("data-show"),n==null||n.destroy(),document.body.removeChild(t),s())}const z3=(e,t)=>{const n={content:"",target:e};return typeof t=="object"?Object.assign(n,t):n.content=t,n},u0=(e,t)=>{let n=null,i=null,s=null;const o=z3(e,t),{disabled:c}=o;if(c||n)return;const u=()=>{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=z3(e,t);v.isShow=!0,v.content=v.content||e.innerHTML,v.allowHtml=!0,Object.assign(v,{onContentMouseenter:u,onContentMouseleave:d}),n=c0(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),{destroyInstance:v=>{var y,b;g(),(y=v??e)==null||y.removeEventListener("mouseenter",f),(b=v??e)==null||b.removeEventListener("mouseleave",g)},instance:n}},SN={mounted(e,t){u0(e,t)}},Sc=Symbol("BkSelect"),k1=Symbol("BkOptionGroup");function T1(){const e=r.ref(!1);return{isHover:e,setHover:()=>{e.value=!0},cancelHover:()=>{e.value=!1}}}function Hd(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 DN(e,t=200){let n,i=e;return r.customRef((s,o)=>({get(){return s(),i},set(c){clearTimeout(n),c===void 0||c===""?(i=c,o()):n=setTimeout(()=>{i=c,o()},t)}}))}function jN(e,t){const{popoverMinWidth:n}=e;let i=null;const s=r.ref("auto"),o=r.ref(!1),c=()=>{o.value=!o.value},u=()=>{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=UC(t.value,f,60,!0),i.start())}),r.onBeforeUnmount(()=>{i==null||i.stop(),i=null}),{isPopoverShow:o,popperWidth:s,togglePopover:c,hidePopover:u,showPopover:d}}function ON(e,t){const n=DN(""),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 da(e=""){return e&&String(e).trim().toLowerCase()}const Sl=r.defineComponent({name:"Option",props:{value:{type:[String,Number,Object],require:!0},label:m.oneOfType([m.number,m.string]).def(""),disabled:m.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(Sc,null),c=r.inject(k1,null),u=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),p=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),c==null||c.register(s.value,t)}),r.onBeforeUnmount(()=>{o==null||o.unregister(s.value),c==null||c.unregister(s.value)}),{...r.toRefs(n),selected:u,multiple:d,isHover:f,showSelectedIcon:g,selectedStyle:p,handleOptionClick:v,handleMouseEnter:y}},render(){var t,n;const e=Ae({"is-selected":this.selected,"is-disabled":this.disabled,"is-multiple":this.multiple,"is-hover":this.isHover,"is-checkbox":this.selectedStyle===dl.CHECKBOX,[Z("select-option")]:!0});return r.withDirectives(r.createVNode("li",{class:e,onClick:this.handleOptionClick,onMouseenter:this.handleMouseEnter},[this.showSelectedIcon&&this.selectedStyle===dl.CHECKBOX&&r.createVNode($n,{class:Z("select-checkbox"),modelValue:this.selected},null),((n=(t=this.$slots).default)==null?void 0:n.call(t))??r.createVNode("span",{class:Z("select-option-item"),title:String(this.label)},[this.label]),this.showSelectedIcon&&this.selected&&this.selectedStyle===dl.CHECK&&r.createVNode(fr,{class:Z("select-selected-icon"),width:22,height:22},null)]),[[r.vShow,this.visible]])}}),AN=r.defineComponent({name:"OptionGroup",props:{label:m.string.def(""),disabled:m.bool.def(!1),collapsible:m.bool.def(!1),collapse:m.bool.def(!1)},setup(e,{emit:t}){const n=r.getCurrentInstance(),{proxy:i}=n,s=r.inject(Sc,null),o=r.reactive({groupCollapse:e.collapse,visible:!0}),c=r.ref(new Map),{register:u,unregister:d}=Hd(c),f=r.computed(()=>`${e.label} (${[...c.value.values()].filter(p=>p.visible).length})`),g=()=>{!e.collapsible||e.disabled||(o.groupCollapse=!o.groupCollapse,t("update:collapse",o.groupCollapse))};return r.provide(k1,r.reactive({...r.toRefs(e),register:u,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=Ae({[Z("option-group")]:!0,collapsible:this.collapsible,disabled:this.disabled}),t=Ae({[Z("option-group-label")]:!0,collapsible:this.collapsible}),n=Ae({"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(Us,{class:n},null),r.createVNode("span",{class:"default-group-label-title"},[this.groupLabel])])]),r.withDirectives(r.createVNode("ul",{class:Z("option-group-content")},[(s=(i=this.$slots).default)==null?void 0:s.call(i)]),[[r.vShow,!this.groupCollapse]])]),[[r.vShow,this.visible]])}}),EN={onContentScroll:Function},PN={list:m.array.def([]),enabled:m.bool.def(!0),scrollEvent:m.bool.def(!1),lineHeight:m.oneOfType([m.number,m.func]).def(30),minHeight:m.number.def(30),height:m.oneOfType([m.string.def("100%"),m.number]).def("100%"),width:m.oneOfType([m.string.def("100%"),m.number]).def("100%"),className:m.oneOfType([m.arrayOf(m.string),m.object,m.arrayOf(m.object),m.string]).def(""),contentClassName:m.oneOfType([m.arrayOf(m.string),m.object,m.arrayOf(m.object),m.string]).def(""),contentStyle:m.object.def({}),scrollXName:m.string.def(Z("F-scroll-x")),scrollYName:m.string.def(Z("F-scroll-y")),groupItemCount:m.number.def(1),preloadItemCount:m.number.def(1),renderAs:m.string.def("div"),contentAs:m.string.def("div"),scrollOffsetTop:m.number.def(0),scrollPosition:m.string.def("content"),abosuteHeight:m.oneOfType([m.string.def("auto"),m.number]).def("auto"),throttleDelay:m.number.def(60),rowKey:m.string.def(void 0),keepAlive:m.bool.def(!1),...EN},zN=(e,t)=>{const{renderAs:n,contentAs:i}=e,s=(f,g,p,v,y,b,I)=>{t.emit("content-scroll",[f,{translateY:y,translateX:b,pos:I}])},o=r.resolveDirective("bkVirtualRender"),c={lineHeight:e.lineHeight,handleScrollCallback:s,pagination:{},throttleDelay:e.throttleDelay,onlyScroll:e.scrollEvent},u=r.ref(null),d=({left:f=0,top:g=0})=>{u.value.scrollTo(f,g)};return t.expose({scrollTo:d}),{rendAsTag:()=>{var f,g,p,v,y,b,I,k;return r.h(n,{class:e.className,ref:u},[((g=(f=t.slots).beforeContent)==null?void 0:g.call(f))??"",r.withDirectives(r.h(i,{class:e.contentClassName,style:e.contentStyle},[((v=(p=t.slots).default)==null?void 0:v.call(p,{data:e.list}))??""]),[[o,c]]),((b=(y=t.slots).afterContent)==null?void 0:b.call(y))??"",((k=(I=t.slots).afterSection)==null?void 0:k.call(I))??""])}}};function V3(e,t,n,i){let s=0,o=0,c=0,u=0;for(;s<e;s++){if(u=i(s,[s*n,(s+1)*n,"virtual"]),o+u>t){c=t-o;break}o+=u}return{startIndex:s,height:o,diffHeight:c}}function x1(e,t,n,i,s){if(!i)return;const o=i.scrollTop,c=i.scrollLeft,{scrollTop:u,count:d,groupItemCount:f,startIndex:g,endIndex:p,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=V3(d,o,f,e);b=L.startIndex>0?L.startIndex:0,k=L.diffHeight,I=V3(d,y,f,e).startIndex+b+1}if(o!==u||b!==g||I!==p||v!==c){const L=i.scrollHeight-i.offsetHeight-i.scrollTop;typeof t=="function"&&t(s,b,I,o,k,c,{bottom:L>=0?L:0})}}function VN(e,t,n){const{lineHeight:i=30,handleScrollCallback:s,pagination:o={},onlyScroll:c}=n.value;if(c){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:u,endIndex:d,groupItemCount:f,count:g,scrollTop:p,scrollLeft:v}=o;x1(i,s,{scrollTop:p,startIndex:u,endIndex:d,groupItemCount:f,count:g,scrollLeft:v},t,e)}const S1=(e=60)=>rt.throttle((t,n,i)=>VN(t,n,i),e),RN=(e,t,n,i=60)=>{Reflect.apply(S1(i),void 0,[e,t,n])},JN={mounted(e,t){const n=e.parentNode,{throttleDelay:i}=t.value;n.addEventListener("scroll",s=>{RN(s,n,t,i)})},unbind(e){if(e){const t=e.parentNode;if(!t)return;t.removeEventListener("scroll",S1)}}},QN=r.defineComponent({name:"VirtualRender",directives:{bkVirtualRender:JN},props:PN,emits:["content-scroll"],slots:Object,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}=zN(e,t);return S}const o=r.ref(null),c=r.reactive({startIndex:0,endIndex:0,scrollTop:1,scrollLeft:0,translateY:0,translateX:0,count:0,pos:{},groupItemCount:e.groupItemCount}),u=(S,O,J,A,V,P,Y)=>{c.startIndex=O,c.endIndex=J,c.scrollTop=A,c.translateY=V,c.translateX=P,c.scrollLeft=P,c.pos=Y,t.emit("content-scroll",[S,c])};r.onMounted(()=>{r.nextTick(()=>{p(e.list),v()})}),r.watch(()=>e.list,()=>{let S={left:0,top:0};S={left:c.scrollLeft,top:c.scrollTop},d(),v(),e.keepAlive&&j(S)},{deep:!0}),r.watch(()=>e.lineHeight,()=>{d(),v()});const d=()=>{p(e.list)},f=r.ref(0),g=r.ref(0),p=S=>{if(f.value=Math.ceil((S||[]).length/e.groupItemCount),c.count=f.value,c.startIndex=0,c.endIndex=0,c.translateY=0,c.scrollTop=0,typeof e.abosuteHeight=="string"&&e.abosuteHeight==="auto")if(typeof e.lineHeight=="function"){g.value=0;let J=0;for(let A=0;A<f.value;A++){const V=e.lineHeight.call(this,A,S.slice(A*e.groupItemCount,e.groupItemCount));J+=typeof V=="number"?V:0}g.value=J}else g.value=e.lineHeight*f.value;else g.value=e.abosuteHeight},v=(S={left:0,top:0})=>{var J;const O=(J=o.value)==null?void 0:J.parentNode;x1(e.lineHeight,u,c,O,null),S&&o.value&&j(S)},y=r.computed(()=>e.rowKey!==void 0?e.list:(e.list||[]).map((S,O)=>({...S,$index:O}))),b=r.computed(()=>y.value.slice(c.startIndex*e.groupItemCount,(c.endIndex+e.preloadItemCount)*e.groupItemCount)),I=r.computed(()=>e.scrollPosition==="content"?{top:`${c.scrollTop+e.scrollOffsetTop}px`,transform:`translateY(-${c.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(()=>[Z("virtual-render"),e.scrollXName,e.scrollYName,...s(e.className),e.scrollPosition==="container"?Z("virtual-content"):""]),w=r.computed(()=>[e.scrollPosition==="content"?Z("virtual-content"):"",...s(e.contentClassName)]),N=r.resolveDirective("bkVirtualRender"),M={lineHeight:e.lineHeight,handleScrollCallback:u,pagination:c,throttleDelay:e.throttleDelay},T=()=>{d(),v()},j=(S={left:0,top:0})=>{const{left:O,top:J}=S;o.value.scrollTo(O,J)};return t.expose({reset:T,scrollTo:j}),()=>{var S,O,J,A,V,P,Y,X;return r.h(n||"div",{ref:o,class:x.value,style:k.value},[((O=(S=t.slots).beforeContent)==null?void 0:O.call(S))??"",r.withDirectives(r.h(i||"div",{class:w.value,style:{...I.value,...e.contentStyle}},[((A=(J=t.slots).default)==null?void 0:A.call(J,{data:b.value}))??""]),[[N,M]]),((P=(V=t.slots).afterContent)==null?void 0:P.call(V))??"",r.h("div",{class:[Z("virtual-section")],style:L.value}),((X=(Y=t.slots).afterSection)==null?void 0:X.call(Y))??""])}}}),Ga=Fe(QN);var D1=function(e){return e.UNKNOWN="",e.FILLED="filled",e.STROKE="stroke",e}(D1||{});const _N=r.defineComponent({name:"Tag",props:{theme:Ul(),closable:m.bool.def(!1),type:Ee("tagStorkeType",{}).def(D1.UNKNOWN),checkable:m.bool.def(!1),checked:m.bool.def(!1),radius:m.string.def("2px"),extCls:m.string.def("")},emits:["change","close"],slots:Object,setup(e,{emit:t}){const n=r.computed(()=>Ae({"bk-tag-closable":e.closable,"bk-tag-checkable":e.checkable,"bk-tag-check":e.checked,[`bk-tag-${e.type}`]:e.type,[`bk-tag-${e.theme}`]:e.theme,[e.extCls]:!!e.extCls},"bk-tag")),i=r.computed(()=>({borderRadius:e.radius}));return{wrapperCls:n,wrapperStyle:i,handleClose:c=>{c.preventDefault(),c.stopPropagation(),t("close",c)},handleClick:c=>{c.preventDefault(),c.stopPropagation(),e.checkable&&t("change",!e.checked)}}},render(){var e,t;return r.createVNode("div",{class:this.wrapperCls,style:this.wrapperStyle,onClick:this.handleClick},[this.$slots.icon?r.createVNode("span",{class:"bk-tag-icon"},[this.$slots.icon()]):"",r.createVNode("span",{class:"bk-tag-text"},[(t=(e=this.$slots).default)==null?void 0:t.call(e)]),this.closable?r.createVNode(dn,{class:"bk-tag-close",onClick:this.handleClose},null):""])}}),Ja=Fe(_N),WN=r.defineComponent({name:"SelectTagInput",props:{selected:{type:Array,default:()=>[]},tagTheme:Ul(),placeholder:m.string.def(""),filterable:m.bool.def(!1),allowCreate:m.bool.def(!1),disabled:m.bool.def(!1),modelValue:m.any,collapseTags:m.bool.def(!1)},emits:["update:modelValue","remove","enter","keydown"],setup(e,{emit:t}){const{proxy:n}=r.getCurrentInstance(),i=r.inject(Sc,null),{modelValue:s,collapseTags:o,selected:c}=r.toRefs(e),u=r.ref(s.value),d=r.ref(),f=r.ref(null);r.watch(s,()=>{u.value=s.value}),r.watch([c,o],()=>{I()},{flush:"post"});const g=k=>{t("remove",k)},p=()=>{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,w)=>w?k[w-1].offsetTop!==x.offsetTop:!1);f.value=L>0?L:null}))};return{select:i,overflowTagIndex:f,value:u,inputRef:d,handleRemoveTag:g,focus:p,handleInput:v,handleKeydown:y}},render(){var s,o,c,u,d,f,g,p;const e=(o=(s=this.$slots)==null?void 0:s.prefix)==null?void 0:o.call(s),t=Ae({[Z("select-tag")]:!0,[Z("select-tag--default")]:!0,"is-disabled":this.disabled,"collapse-tag":this.collapseTags,"has-prefix":!!e}),n=Ae({[Z("select-tag-wrapper")]:!0}),i={display:this.selected.length&&!this.filterable?"none":""};return r.createVNode("div",{class:t},[(u=(c=this.$slots)==null?void 0:c.prefix)==null?void 0:u.call(c),r.createVNode("span",{class:n},[((f=(d=this.$slots).default)==null?void 0:f.call(d))??this.selected.map((v,y)=>r.createVNode(Ja,{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(Ja,{class:Z("select-overflow-tag")},{default:()=>[r.createTextVNode("+"),this.selected.length-this.overflowTagIndex]}),r.createVNode("input",{class:Z("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)]),(p=(g=this.$slots)==null?void 0:g.suffix)==null?void 0:p.call(g)])}}),HN=r.defineComponent({name:"Select",directives:{clickoutside:vi},props:{modelValue:m.any,multiple:m.bool.def(!1),disabled:m.bool.def(!1),size:m.size().def(wf.DEFAULT),clearable:m.bool.def(!0),loading:m.bool.def(!1),filterable:m.bool.def(!1),remoteMethod:m.func,scrollHeight:m.number.def(200),showSelectAll:m.bool.def(!1),popoverMinWidth:m.number.def(0),showOnInit:m.bool.def(!1),multipleMode:m.oneOf(["default","tag"]).def("default"),tagTheme:Ul(),behavior:kg(),collapseTags:m.bool.def(!1),autoHeight:m.bool.def(!0),noDataText:m.string,noMatchText:m.string,loadingText:m.string,placeholder:m.string,searchPlaceholder:m.string,selectAllText:m.string,scrollLoading:m.bool.def(!1),allowCreate:m.bool.def(!1),popoverOptions:Object,customContent:m.bool.def(!1),list:m.array.def([]),idKey:m.string.def("value"),displayKey:m.string.def("label"),withValidate:m.bool.def(!0),showSelectedIcon:m.bool.def(!0),inputSearch:m.bool.def(!0),enableVirtualRender:m.bool.def(!1),allowEmptyValues:m.array.def([]),autoFocus:m.bool.def(!1),keepSearchValue:m.bool.def(!1),prefix:m.string,selectedStyle:Pw()},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:c,remoteMethod:u,loading:d,popoverMinWidth:f,showOnInit:g,multipleMode:p,allowCreate:v,customContent:y,showSelectedIcon:b,inputSearch:I,enableVirtualRender:k,showSelectAll:L,scrollHeight:x,list:w,displayKey:N,idKey:M,collapseTags:T,autoHeight:j,popoverOptions:S,allowEmptyValues:O,autoFocus:J,keepSearchValue:A,selectedStyle:V}=r.toRefs(e),P=r.computed(()=>e.noDataText===void 0?n.value.noData:e.noDataText),Y=r.computed(()=>e.noMatchText===void 0?n.value.noMatchedData:e.noMatchText),X=r.computed(()=>e.loadingText===void 0?n.value.loading:e.loadingText),ue=r.computed(()=>e.placeholder===void 0?n.value.pleaseSelect:e.placeholder),pe=r.computed(()=>e.searchPlaceholder===void 0?n.value.enterKeywords:e.searchPlaceholder),le=r.computed(()=>e.selectAllText===void 0?n.value.all:e.selectAllText),se=Xn(),te=r.ref(),U=r.ref(),F=r.ref(),_=r.ref(),W=r.ref(),H=r.ref(),ne=r.ref(),he=r.ref(new Map),re=r.computed(()=>[...he.value.values()]),K=r.ref(new Map),z=r.ref([]),Q=r.computed(()=>z.value.reduce((Me,Se)=>(Me[Se.value]=Se.label,Me),{})),ee=r.ref(),de=r.computed(()=>w.value.reduce((Me,Se)=>(Me[Se[M.value]]=Se[N.value],Me),{}));r.watch(i,()=>{var Me;lo(),e.withValidate&&((Me=se==null?void 0:se.validate)==null||Me.call(se,"change"))},{deep:!0}),r.watch(z,()=>{var Me;(Me=ne.value)==null||Me.updatePopover(null,ct.value)});const G=r.computed(()=>oe.value?w.value:w.value.filter(Me=>{var Se;return(Se=da(String(Me[N.value])))==null?void 0:Se.includes(da(bi.value))})),ae=r.computed(()=>s.value||d.value),Ce=r.computed(()=>z.value.map(Me=>{var Se,Qe;return((Qe=(Se=he.value)==null?void 0:Se.get(Me.value))==null?void 0:Qe.label)||de.value[Me.value]||Me.label})),we=r.computed(()=>{const Me=re.value.reduce((Se,Qe)=>(Qe.disabled||Se.push(Qe.value),Se),[]);return Me.length<=z.value.length&&Me.every(Se=>z.value.some(Qe=>Qe.value===Se))}),xe=r.computed(()=>!!K.value.size),_e=r.computed(()=>!re.value.length),Ge=r.computed(()=>re.value.length&&re.value.every(Me=>!Me.visible)),oe=r.computed(()=>o.value&&typeof u.value=="function"),ye=r.computed(()=>!(Yr.value||_e.value||Ge.value)||y.value),Ne=r.computed(()=>c.value&&L.value&&(!bi.value||!o.value)),Pe=r.computed(()=>x.value-12-(Ne.value?32:0)),Ke=r.computed(()=>Yr.value?X.value:_e.value?P.value:Ge.value?Y.value:""),at=r.computed(()=>j.value?T.value&&!qn.value:T.value),ct=r.computed(()=>rt.merge({theme:"light bk-select-popover",trigger:"manual",width:ao.value,arrow:!1,placement:"bottom-start",isShow:qn.value,reference:W.value,offset:6,popoverDelay:0,renderType:Yl.AUTO},S.value)),{register:ze,unregister:Oe}=Hd(he),{register:We,unregister:st}=Hd(K),{isHover:qe,setHover:gt,cancelHover:Ye}=T1(),Qt=r.ref(!1),Wi=()=>{Qt.value||(Qt.value=!0,t("focus"))},Zr=()=>{Qt.value&&(Qt.value=!1,t("blur"))},{popperWidth:ao,isPopoverShow:qn,hidePopover:mr,showPopover:Za,togglePopover:so}=jN({popoverMinWidth:f.value},U);r.watch(qn,()=>{t("toggle",qn.value)});const Jc=r.computed(()=>(o.value&&I.value||v.value)&&qn.value);r.watch(qn,Me=>{Me?setTimeout(()=>{Ci(),oo()},10):A.value||(bi.value="")});const oo=()=>{var Qe;const Me=z.value[0],Se=he.value.get(Me==null?void 0:Me.value);Se&&!Se.disabled&&Se.visible?ee.value=Me==null?void 0:Me.value:ee.value=(Qe=re.value.find(gn=>!gn.disabled&&gn.visible))==null?void 0:Qe.value},Qc=Me=>{o.value&&re.value.forEach(Se=>{var Qe;Se.visible=(Qe=da(String(Se.label)))==null?void 0:Qe.includes(da(Me))})},{searchKey:bi,searchLoading:Yr}=ON(oe.value?u.value:Qc,oo),ei=Me=>{Me!==i.value&&(t("update:modelValue",Me,i.value),t("change",Me,i.value))},_c=()=>{ae.value||(Wi(),so())},Wc=Me=>{o.value&&(bi.value=Me)},Ya=(Me,Se)=>{const Qe=String(Me);!v.value||!Qe||o.value&&re.value.find(_n=>da(String(_n.label))===da(Qe))||he.value.get(Qe)||(Se.stopPropagation(),c.value?(z.value.push({value:Qe,label:Qe}),ei(z.value.map(_n=>_n.value))):(z.value=[{value:Qe,label:Qe}],ei(Qe),mr()),bi.value="")},Ua=Me=>{if(!(ae.value||!Me)){if(c.value){const Se=z.value.findIndex(Qe=>Qe.value===Me.value);Se>-1?z.value.splice(Se,1):z.value.push({value:Me.value,label:Me.label||Me.value}),ei(z.value.map(Qe=>Qe.value))}else z.value=[{label:Me.label||Me.value,value:Me.value}],ei(Me.value),mr();Ci()}},Ci=()=>{setTimeout(()=>{var Me,Se,Qe;!I.value&&!v.value?(Me=_.value)==null||Me.focus():p.value==="tag"?(Se=W.value)==null||Se.focus():(Qe=te.value)==null||Qe.focus()},0)},Hc=Me=>{Me.stopPropagation(),z.value=[],ei(c.value?[]:""),t("clear",c.value?[]:""),mr()},Bc=()=>{ee.value=""},Fc=()=>{we.value?z.value=[]:re.value.forEach(Me=>{Me.disabled||z.value.find(Se=>Se.value===Me.value)||z.value.push({value:Me.value,label:Me.label||Me.value})}),ei(z.value.map(Me=>Me.value)),Ci()},Gc=Me=>{const{scrollTop:Se,clientHeight:Qe,scrollHeight:gn}=Me.target;Se+Qe===gn&&t("scroll-end")},Zc=Me=>{if(ae.value)return;const Se=z.value.findIndex(Qe=>Qe.value===Me);Se>-1&&(z.value.splice(Se,1),ei(z.value.map(Qe=>Qe.value)))},$a=Me=>{var Qe,gn;let Se=Me;if(typeof Se=="object"){for(const _n of he.value.keys())if(rt.isEqual(_n,Se)){Se=_n;break}}return((gn=(Qe=he.value)==null?void 0:Qe.get(Se))==null?void 0:gn.label)||de.value[Se]||Q.value[Se]||Se},lo=()=>{Array.isArray(i.value)?z.value=[...i.value.map(Me=>({value:Me,label:$a(Me)}))]:i.value!==void 0||O.value.includes(i.value)?z.value=[{value:i.value,label:$a(i.value)}]:z.value=[]},Yc=Me=>{var gn,_n;if(!qn.value)return;const Se=re.value.filter(Pt=>!Pt.disabled&&Pt.visible),Qe=Se.findIndex(Pt=>Pt.value===ee.value);if(!(!Se.length||Qe===-1))switch(Me.code){case"ArrowDown":{Me.preventDefault();const Pt=Qe>=Se.length-1?0:Qe+1;ee.value=(gn=Se[Pt])==null?void 0:gn.value;break}case"ArrowUp":{Me.preventDefault();const Pt=Qe===0?Se.length-1:Qe-1;ee.value=(_n=Se[Pt])==null?void 0:_n.value;break}case"Backspace":{if(!c.value||!z.value.length||bi.value.length||Me.target===_.value)return;z.value.pop(),ei(z.value.map(Pt=>Pt.value));break}case"Enter":{const Pt=he.value.get(ee.value);Ua(Pt);break}}},co=({event:Me})=>{var Qe;const{target:Se}=Me;(Qe=U.value)!=null&&Qe.contains(Se)||U.value===Se||(mr(),Zr())},Uc=()=>{setTimeout(()=>{var Me,Se;k.value&&((Se=(Me=H.value)==null?void 0:Me.reset)==null||Se.call(Me))})};return r.provide(Sc,r.reactive({multiple:c,selected:z,activeOptionValue:ee,showSelectedIcon:b,selectedStyle:V,register:ze,unregister:Oe,registerGroup:We,unregisterGroup:st,handleOptionSelected:Ua,handleGetLabelByValue:$a})),r.onMounted(()=>{lo(),setTimeout(()=>{g.value&&Za(),J.value&&Ci()})}),{selected:z,isInput:Jc,options:re,isDisabled:ae,selectedLabel:Ce,isPopoverShow:qn,isHover:qe,popperWidth:ao,inputRef:te,triggerRef:U,contentRef:F,searchRef:_,selectTagInputRef:W,virtualRenderRef:H,popoverRef:ne,searchLoading:Yr,isOptionsEmpty:_e,isSearchEmpty:Ge,isFocus:Qt,isShowSelectContent:ye,curContentText:Ke,isGroup:xe,searchKey:bi,isShowSelectAll:Ne,virtualHeight:Pe,virtualList:G,isCollapseTags:at,popoverConfig:ct,focusInput:Ci,setHover:gt,cancelHover:Ye,handleFocus:Wi,handleBlur:Zr,handleTogglePopover:_c,handleClear:Hc,hidePopover:mr,showPopover:Za,handleToggleAll:Fc,handleOptionSelected:Ua,handleClickOutside:co,handleScroll:Gc,handleDeleteTag:Zc,handleInputChange:Wc,handleInputEnter:Ya,handleKeydown:Yc,handleSelectedAllOptionMouseEnter:Bc,handlePopoverShow:Uc,localLoadingText:X,localPlaceholder:ue,localSearchPlaceholder:pe,localSelectAllText:le}},render(){const e=Ae({[Z("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(or,{loading:!0,theme:"primary",class:"spinner",mode:"spin",size:"mini"},null):this.clearable&&this.isHover&&this.selected.length&&!this.isDisabled?r.createVNode(hn,{class:"clear-icon",onClick:this.handleClear},null):r.createVNode(Fr,{class:"angle-up"},null),n=()=>{var o,c;return this.multipleMode==="tag"?r.createVNode(WN,{ref:"selectTagInputRef",modelValue:this.searchKey,"onUpdate:modelValue":u=>this.searchKey=u,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:(u,d)=>this.handleKeydown(d)},{prefix:this.prefix?r.createVNode("div",{class:"bk-select--prefix-area"},[r.createVNode("span",null,[this.prefix])]):(c=(o=this.$slots).prefix)==null?void 0:c.call(o),default:this.$slots.tag&&(()=>this.$slots.tag({selected:this.selected})),suffix:()=>t()}):r.createVNode(Qr,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:(u,d)=>this.handleKeydown(d)},this.prefix?{prefix:this.prefix}:null),{...typeof this.$slots.prefix=="function"?{prefix:()=>{var u,d;return(d=(u=this.$slots).prefix)==null?void 0:d.call(u)}}:null,suffix:()=>t()})},i=()=>{var o,c;return r.createVNode("div",{class:Z("select-trigger"),style:{height:this.autoHeight&&this.collapseTags?"32px":""},ref:"triggerRef",onClick:this.handleTogglePopover,onMouseenter:this.setHover,onMouseleave:this.cancelHover},[((c=(o=this.$slots).trigger)==null?void 0:c.call(o,{selected:this.selected}))||n()])},s=()=>{var o,c;return r.createVNode("div",{class:Z("select-content-wrapper"),ref:"contentRef"},[this.filterable&&!this.inputSearch&&r.createVNode("div",{class:Z("select-search-wrapper")},[r.createVNode(Gr,{class:"icon-search",width:16,height:16},null),r.withDirectives(r.createVNode("input",{ref:"searchRef",class:Z("select-search-input"),placeholder:this.localSearchPlaceholder,"onUpdate:modelValue":u=>this.searchKey=u},null),[[r.vModelText,this.searchKey]])]),!this.isShowSelectContent&&r.createVNode("div",{class:Z("select-empty")},[this.searchLoading&&r.createVNode(or,{class:"mr5",theme:"primary",loading:!0,mode:"spin",size:"mini"},null),r.createVNode("span",null,[this.curContentText])]),r.createVNode("div",{class:Z("select-content")},[r.createVNode("div",{class:Z("select-dropdown"),style:{maxHeight:`${this.scrollHeight}px`},onScroll:this.handleScroll},[r.withDirectives(r.createVNode("ul",{class:Z("select-options")},[this.isShowSelectAll&&r.createVNode("li",{class:Z("select-option"),onMouseenter:this.handleSelectedAllOptionMouseEnter,onClick:this.handleToggleAll},[this.localSelectAllText]),this.enableVirtualRender?r.createVNode(Ga,{list:this.virtualList,height:this.virtualHeight,lineHeight:32,ref:"virtualRenderRef"},{default:({data:u})=>u.map(d=>{var f,g;return r.createVNode(Sl,{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(u=>r.createVNode(Sl,{value:u[this.idKey],label:u[this.displayKey]},null)),(c=(o=this.$slots).default)==null?void 0:c.call(o),this.scrollLoading&&r.createVNode("li",{class:Z("select-options-loading")},[r.createVNode(or,{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:Z("select-extension")},[this.$slots.extension()])])])};return r.createVNode("div",{class:e},[r.createVNode($t,r.mergeProps(this.popoverConfig,{onClickoutside:this.handleClickOutside,onAfterShow:this.handlePopoverShow,ref:"popoverRef"}),{default:()=>i(),content:()=>s()})])}}),d0=fn(HN,{Option:Sl,Group:AN});function BN(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const{propsMixin:FN}=_r,f0=Object.assign({},FN);f0.width.default="400";f0.height.default="100%";const GN=r.defineComponent({name:"Sideslider",components:{BkModal:_r,BkButton:Et},props:{...f0,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 c=!0;typeof e.beforeClose=="function"&&(c=await e.beforeClose()),c&&(n("update:isShow",!1),n("closed"),setTimeout(()=>{n("animation-end")},250))},s=()=>{setTimeout(()=>{n("shown")},200)},o=()=>{setTimeout(()=>{n("hidden")},200)};return()=>{const c={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},u=`bk-sideslider-wrapper ${e.scrollable?"scroll-able":""} ${e.extCls}`,d=t.footer?"calc(100vh - 106px)":"calc(100vh - 52px)";return r.createVNode(_r,r.mergeProps(e,{maxHeight:d,class:u,style:`${e.direction}: 0;`,onHidden:o,onShown:s,onClose:i}),BN(c)?c:{default:()=>[c]})}}}),j1=Fe(GN);var O1=function(e){return e.UNKNOWN="",e.ERROR="error",e.LOADING="loading",e}(O1||{});const R3={theme:m.theme().def(Zl.PRIMARY),size:m.size(),curStep:m.number.def(1),controllable:m.bool.def(!1),direction:Ig(),status:Ee("status",{}).def(O1.UNKNOWN),lineType:Ng(),text:m.bool,extCls:m.string,steps:m.array.def([]),beforeChange:m.func},ZN=r.defineComponent({name:"Steps",props:R3,emits:["update:curStep","click"],setup(e,{emit:t}){const n=ft("steps"),i=ft("lang"),s=r.ref([]),o=f=>{const g=[];f.forEach(p=>{typeof p=="string"?g.push(p):g.push({title:p.title,icon:p.icon,description:p.description,status:p.status,border:p.border??!0})}),s.value.splice(0,s.value.length,...g)},c=f=>{R3.curStep=f},u=()=>{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,()=>{u()});const d=async f=>{try{e.controllable&&f!==e.curStep&&(typeof e.beforeChange=="function"&&await new Promise(async(g,p)=>{const v=await e.beforeChange(f);v?g(v):p(v)}),t("update:curStep",f),t("click",f))}catch(g){console.warn(g)}};return r.onMounted(u),r.watch(()=>e.steps,()=>{o(e.steps)},{deep:!0}),r.watch(()=>e.curStep,()=>{c(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=Ae({[`${this.extCls}`]:!!this.extCls,[`bk-steps-${this.direction}`]:this.direction,[`bk-steps-${this.lineType}`]:this.lineType},`${t} ${e} ${n}`),s=p=>this.curStep>p+1||this.defaultSteps[p].status==="done",o=p=>this.curStep===p+1,c=p=>{const{icon:v}=p;return v?Object.prototype.toString.call(v)==="[object Object]":typeof p=="string"},u=(p,v)=>(v.icon||(v.icon=p),!isNaN(v.icon)),d=p=>p.status==="loading",f=p=>p.status==="error",g=(p,v)=>o(p)&&this.status==="loading"||d(v)?r.createVNode($s,{class:"bk-icon bk-steps-icon icon-loading"},null):o(p)&&this.status==="error"||f(v)?r.createVNode(dn,{class:"bk-steps-icon"},null):s(p)?r.createVNode(fr,{class:"bk-steps-icon"},null):r.createVNode("span",null,[u(p,v)?p+1:r.createVNode(v.icon,null,null)]);return r.createVNode("div",{class:i},[this.defaultSteps.map((p,v)=>{var y,b;return r.createVNode("div",{class:["bk-step",p.title?"":"bk-step-no-content",s(v)?"done":"",o(v)?"current":"",o(v)&&this.status==="error"?"isError":"",p.status&&o(v)?[`bk-step-${p.status}`]:""]},[r.createVNode("span",{class:["bk-step-indicator",`bk-step-${c(p)?"icon":"number"}`,`bk-step-icon${p.status}`],style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(v+1)}},[((b=(y=this.$slots)[v+1])==null?void 0:b.call(y))??g(v,p)]),p.title?r.createVNode("div",{class:"bk-step-content"},[r.createVNode("div",{class:"bk-step-title",style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(v+1)}},[p.title]),p.description&&r.createVNode("div",{class:"bk-step-description",title:p.description},[p.description])]):""])})])}}),A1=Fe(ZN),YN=r.defineComponent({name:"Switcher",props:{theme:m.theme(),size:m.size(),disabled:m.bool,showText:m.bool,isOutline:m.bool,onText:m.string.def("ON"),offText:m.string.def("OFF"),isSquare:m.bool,extCls:m.string,beforeChange:m.func.def(void 0),trueValue:m.oneOfType([m.string,m.number,m.bool]).def(!0),falseValue:m.oneOfType([m.string,m.number,m.bool]).def(!1),value:m.oneOfType([m.string,m.number,m.bool]).def(!1),modelValue:m.oneOfType([m.string,m.number,m.bool]).def(!1),withValidate:m.bool.def(!0)},emits:["update:modelValue","change"],setup(e,{emit:t}){const n=Xn(),i=r.ref(!1),s=r.computed(()=>e.trueValue===c.value),o=r.ref(e.modelValue!==!1),c=r.computed(()=>o.value?e.modelValue:e.value),u=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 p=`bk-switcher-${e.size}`;g[p]=!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 p=s.value?e.falseValue:e.trueValue,v=!s.value,y=()=>{t("update:modelValue",p),t("change",v)};let b=!0;if(typeof e.beforeChange=="function"&&(b=e.beforeChange(p),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:u.value,onClick:d,tabindex:"0",onKeydown:f},[i.value?r.createVNode(yc,{class:"bk-switcher-loading"},null):"",e.showText?r.createVNode("span",{class:"switcher-text"},[s.value?e.onText:e.offText]):""])}}),E1=Fe(YN);var Dl=(e=>(e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e.HORIZONTAL="horizontal",e))(Dl||{}),P1=(e=>(e.HIGHLIGHT="highlight",e.AUTO="auto",e))(P1||{});const UN=["auto","highlight"],$N=["none","row","col","outer","horizontal"];var Pn=(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))(Pn||{}),Dt=(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))(Dt||{});const Ot=(...e)=>!0,KN={columnPick:Ot,columnFilter:Ot,columnSort:Ot,colFilterSave:Ot,rowClick:Ot,rowDblclick:Ot,rowExpand:Ot,select:Ot,selectAll:Ot,selectionChange:Ot,pageLimitChange:Ot,pageValueChange:Ot,settingChange:Ot,scrollBottom:Ot,cellClick:Ot,cellDblclick:Ot,rowMouseEnter:Ot,rowMouseLeave:Ot},Be={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"},Un={COL_UID:"__col_$uuid",COL_SOURCE_DATA:"__col_source_data",SORT_TYPE:"__sort_type"},Qa=6,jr=42,pl={large:78,medium:60,small:42},XN=e=>[{value:"small",label:e.value.setting.lineHeight.small,height:pl.small},{value:"medium",label:e.value.setting.lineHeight.medium,height:pl.medium},{value:"large",label:e.value.setting.lineHeight.large,height:pl.large}],z1="InitColumns",V1="BKTableCahce",qN="Bk_COlumn_Update_Define";var At=(e=>(e.ASC="asc",e.DESC="desc",e.NULL="null",e.CUSTOM="custom",e))(At||{});const eL=["asc","desc","null","custom"],va=80;var R1=(e=>(e.CURRENT="current",e.ALL="all",e))(R1||{});const h0=Ee("showOverflowTooltipMode",{default:"auto"}),tL=Ee("columnType",{default:"none"}),Bd=Ee("columnType",{default:""}),nL=Ee("full",{default:"full"});var J1=(e=>(e.SMALL="small",e.MEDIUM="medium",e.LARGE="large",e))(J1||{});const Q1=Ee("columnSize",{default:"small"}),iL=ln(),J3=Ee("sortScope",{}).def("current");var _1=(e=>(e.DEBOUNCE="debounce",e.THROTTLE="throttle",e))(_1||{});const W1={label:m.oneOfType([m.func.def(()=>""),m.string.def("")]),field:m.oneOfType([m.func.def(()=>""),m.string.def("")]),render:m.oneOfType([m.func.def(()=>""),m.string.def("")]),width:m.oneOfType([m.number.def(void 0),m.string.def("auto")]),minWidth:m.oneOfType([m.number.def(void 0),m.string.def("auto")]).def(30),columnKey:m.string.def(""),showOverflowTooltip:m.oneOfType([m.bool,m.shape({content:m.oneOfType([m.string,m.func]),disabled:m.oneOfType([m.bool,m.func]),watchCellResize:m.bool.def(!0),mode:h0})]).def(void 0),type:tL,resizable:m.bool.def(!0),fixed:m.oneOfType([m.bool,iL]).def(!1),sort:m.oneOfType([m.shape({sortFn:m.func.def(void 0),sortScope:J3,value:m.string.def(At.NULL)}),m.bool,m.string]).def(!1),filter:m.oneOfType([m.shape({list:m.arrayOf(m.any).def([]),filterFn:m.func.def(void 0),match:nL,checked:m.arrayOf(m.any).def([]),filterScope:J3,btnSave:m.oneOfType([m.bool,m.string]).def("确定"),btnReset:m.oneOfType([m.bool,m.string]).def("重置")}),m.bool,m.string]).def(!1),colspan:m.oneOfType([m.func.def(()=>1),m.number.def(1)]),rowspan:m.oneOfType([m.func.def(()=>1),m.number.def(1)]),align:Bd,className:m.oneOfType([m.string,m.func])},rL={data:m.arrayOf(m.any).def([]),columns:m.arrayOf(m.shape(W1).loose).def([]),activeColumn:m.oneOfType([m.number.def(-1),m.arrayOf(m.number.def(-1))]),columnPick:Ee("columnPick",{}).def("disabled"),height:m.oneOfType([m.number,m.string]).def("auto"),minHeight:m.oneOfType([m.number,m.string]).def(jr*2),maxHeight:m.oneOfType([m.number,m.string]).def("auto"),rowHeight:m.oneOfType([m.number,m.func]).def(jr),headHeight:m.number.def(jr),showHead:m.bool.def(!0),thead:m.shape({height:m.number.def(jr),isShow:m.bool.def(!0),cellFn:m.func.def(void 0)}),virtualEnabled:m.bool.def(!1),border:m.oneOfType([m.arrayOf(Ee("boderType",{})),m.string]).def([Dl.ROW]),pagination:m.oneOfType([m.bool.def(!1),m.object.def({})]).def(!1),paginationHeight:m.number.def(60),remotePagination:m.bool.def(!1),emptyText:m.string,settings:m.oneOfType([m.shape({fields:m.arrayOf(m.shape({label:m.string,field:m.string,disabled:m.bool})),checked:m.arrayOf(m.string),limit:m.number.def(0),size:Q1,sizeList:m.shape([]),showLineHeight:m.bool.def(!0)}),m.bool]).def(!1),rowClass:m.oneOfType([m.string,m.object,m.func]).def({}),rowStyle:m.oneOfType([m.string,m.object,m.func]).def({}),cellStyle:m.oneOfType([m.string,m.object,m.func]).def({}),cellClass:m.oneOfType([m.string,m.object,m.func]).def({}),scrollLoading:m.oneOfType([m.object,m.bool]).def(void 0),reserveExpand:m.bool.def(!1),selectionKey:m.string.def(""),isSelectedFn:m.func.def(void 0),rowKey:m.oneOfType([m.string,m.func]).def(Be.ROW_INDEX),showOverflowTooltip:m.oneOfType([m.bool,m.shape({content:m.string.def(""),disabled:m.bool.def(!1),watchCellResize:m.bool.def(!0),mode:h0})]).def(!1),asyncData:m.bool.def(!1),rowHover:m.oneOf(UN).def(P1.HIGHLIGHT),defaultSort:m.shape({}).def({}),isRowSelectEnable:m.oneOfType([m.func.def(()=>!0),m.bool.def(!0)]).def(!0),resizerWay:Ee("ResizerWay",{default:"debounce"}),observerResize:m.bool.def(!0),align:Bd,headerAlign:Bd,prependStyle:m.style().def({})},H1=r.defineComponent({name:"TableColumn",props:{...W1,prop:m.oneOfType([m.func.def(()=>""),m.string.def("")]),index:m.number.def(void 0)},setup(e){const t=r.inject(z1,(s,o=!1)=>{},!1),n=r.inject(V1,{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(c=>{var d,f,g;if(Array.isArray(c)){s(c);return}let u=!0;if(((d=c.type)==null?void 0:d.name)==="TableColumn"){u=Object.hasOwnProperty.call(c.props||{},"key");const p={...c.props,field:c.props.prop||c.props.field,render:(f=c.children)==null?void 0:f.default};i.push(r.unref(p))}(g=c.children)!=null&&g.length&&u&&s(c.children)})};s(n),this.initColumns(i)};typeof this.bkTableCache.queueStack=="function"&&this.bkTableCache.queueStack(qN,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 aL{constructor(){Te(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 Q3=(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{}},sL=(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=Q3(e.pagination,s);const o=r.ref(null),c=()=>{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},u=r.reactive([]),d=(y,b,I)=>{typeof b=="function"&&y.sort((k,L)=>b(k,L,I[Un.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===R1.ALL&&d(k,b,I),u.length=0,u.push(...k.slice(n.value,i.value)),f(u,y),d(u,b,I)},p=(y,b,I)=>{s=Q3(e.pagination,s),v(),c(),g(y,b,I)},v=()=>{e.pagination&&(o.value=e.remotePagination?s:{...s,count:t.length})};return{pageData:u,localPagination:o,resolvePageData:g,watchEffectFn:p}},oL=(e,t)=>{const n=r.toRef(e,"scrollLoading"),i=()=>typeof n.value=="boolean"?{loading:!!n.value,inline:!0,title:"",size:zr.Normal,mode:t0.Default,indicator:null}:n.value,s=r.computed(()=>n.value!==null&&(typeof n.value=="boolean"&&n.value||typeof n.value=="object"));return{renderScrollLoading:()=>{var c,u;if(s.value){const{loading:d,size:f,mode:g,title:p,inline:v,indicator:y}=i();return((u=(c=t.slots).fixedBottom)==null?void 0:u.call(c))??r.createVNode(or,{loading:d,size:f,mode:g,title:p,inline:v,indicator:y},null)}}}};function lL(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const cL=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:c})=>{let u;return t.showLimit?r.createVNode("div",r.mergeProps({class:{"bk-pagination-limit":!0,"is-first":o,"is-last":c}},{disabled:t.disabled}),[r.createVNode("div",null,[e.value.eachPage]),r.createVNode(d0,{class:"bk-pagination-limit-select",clearable:!1,size:"small",withValidate:!1,modelValue:n.value,onChange:i,disabled:t.disabled},lL(u=t.limitList.map((d,f)=>r.createVNode(Sl,{value:d,label:`${d}`,key:`${f}_${d}`},null)))?u:{default:()=>[u]}),r.createVNode("div",null,[e.value.strip])]):null}}},Lr=5,uL=()=>{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),c=r.computed(()=>{s.value=!1,o.value=!1;const y=[];if(e.totalPageNum<=Lr+2){for(let k=2;k<=e.totalPageNum-1;k++)y.push(k);return y}const b=Math.floor(Lr/2);e.totalPageNum>Lr&&(s.value=t.value-b>2,o.value=t.value+b<e.totalPageNum-1);const I=Math.min(e.totalPageNum-Lr,Math.max(2,t.value-b));for(let k=I;k<I+Lr;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 u=()=>{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-Lr)},p=()=>{t.value=Math.min(e.totalPageNum,t.value+Lr)};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:u},[e.prevText||r.createVNode(pi,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(Vs,null,null)]),c.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:p},[r.createVNode(Vs,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(Jn,null,null)])])}},dL=()=>{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 c=0;const u=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,c=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},p=()=>{n.value=!1,t.value.textContent=`${c}`,c!==i.value&&(i.value=c)},v=k=>{const L=k.target,x=Number(L.textContent);!x||x<1||x>e.totalPageNum||x===i.value||(c=x)},y=k=>{["Enter","NumpadEnter"].includes(k.code)&&(k.preventDefault(),p())},b=k=>{c=k,p()};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(pi,null,null)]),r.createVNode($t,{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:p,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"},[u.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(Jn,null,null)])])}},fL=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},hL={modelValue:m.number.def(1),count:m.number.def(0).isRequired,limit:m.number.def(10),limitList:m.arrayOf(Number).def([10,20,50,100]),showLimit:m.bool.def(!0),type:m.oneOf(["default","compact"]).def("default"),location:m.oneOf(["left","right"]).def("right"),align:m.oneOf(["left","center","right"]).def("left"),size:m.size(),small:m.bool.def(!1),showTotalCount:m.bool.def(!0),prevText:m.string,nextText:m.string,disabled:m.bool.def(!1),beforeChange:m.func,layout:m.custom(e=>{const t={total:!0,list:!0,limit:!0};return e.some(n=>t[n])},"layout 的值只支持 * total、list、limit *").def(["total","list","limit"])},gL=r.defineComponent({name:"Pagination",props:hL,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),c=fL(n),{current:u,render:d}=uL(),{current:f,render:g}=dL(),{limit:p,render:v}=cL(n);return r.watch([s,p,o],([y,b])=>{const I=Math.ceil(y/b);i.value=I<1?1:I},{immediate:!0}),r.watch(u,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(p,y=>{t.emit("limitChange",y)}),{totalPageNum:i,renderTotal:c,renderList:d,renderLimit:v,renderSmallList:g}},render(){const e=Ae({"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}))])}}),g0=Fe(gL);var B1=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 c=o[s];n.call(i,c[1],c[0])}},t}()}(),Fd=typeof window<"u"&&typeof document<"u"&&window.document===document,jl=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")()}(),mL=function(){return typeof requestAnimationFrame=="function"?requestAnimationFrame.bind(jl):function(e){return setTimeout(function(){return e(Date.now())},1e3/60)}}(),pL=2;function vL(e,t){var n=!1,i=!1,s=0;function o(){n&&(n=!1,e()),i&&u()}function c(){mL(o)}function u(){var d=Date.now();if(n){if(d-s<pL)return;i=!0}else n=!0,i=!1,setTimeout(c,t);s=d}return u}var yL=20,bL=["top","right","bottom","left","width","height","size","weight"],CL=typeof MutationObserver<"u",wL=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=vL(this.refresh.bind(this),yL)}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(){!Fd||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),CL?(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(){!Fd||!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=bL.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}(),F1=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},_a=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||jl},G1=Dc(0,0,0,0);function Ol(e){return parseFloat(e)||0}function _3(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+Ol(o)},0)}function ML(e){for(var t=["top","right","bottom","left"],n={},i=0,s=t;i<s.length;i++){var o=s[i],c=e["padding-"+o];n[o]=Ol(c)}return n}function IL(e){var t=e.getBBox();return Dc(0,0,t.width,t.height)}function NL(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return G1;var i=_a(e).getComputedStyle(e),s=ML(i),o=s.left+s.right,c=s.top+s.bottom,u=Ol(i.width),d=Ol(i.height);if(i.boxSizing==="border-box"&&(Math.round(u+o)!==t&&(u-=_3(i,"left","right")+o),Math.round(d+c)!==n&&(d-=_3(i,"top","bottom")+c)),!kL(e)){var f=Math.round(u+o)-t,g=Math.round(d+c)-n;Math.abs(f)!==1&&(u-=f),Math.abs(g)!==1&&(d-=g)}return Dc(s.left,s.top,u,d)}var LL=function(){return typeof SVGGraphicsElement<"u"?function(e){return e instanceof _a(e).SVGGraphicsElement}:function(e){return e instanceof _a(e).SVGElement&&typeof e.getBBox=="function"}}();function kL(e){return e===_a(e).document.documentElement}function TL(e){return Fd?LL(e)?IL(e):NL(e):G1}function xL(e){var t=e.x,n=e.y,i=e.width,s=e.height,o=typeof DOMRectReadOnly<"u"?DOMRectReadOnly:Object,c=Object.create(o.prototype);return F1(c,{x:t,y:n,width:i,height:s,top:n,right:t+i,bottom:s+n,left:t}),c}function Dc(e,t,n,i){return{x:e,y:t,width:n,height:i}}var SL=function(){function e(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=Dc(0,0,0,0),this.target=t}return e.prototype.isActive=function(){var t=TL(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}(),DL=function(){function e(t,n){var i=xL(n);F1(this,{target:t,contentRect:i})}return e}(),jL=function(){function e(t,n,i){if(this.activeObservations_=[],this.observations_=new B1,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 _a(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var n=this.observations_;n.has(t)||(n.set(t,new SL(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 _a(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 DL(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}(),Z1=typeof WeakMap<"u"?new WeakMap:new B1,Y1=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=wL.getInstance(),i=new jL(t,n,this);Z1.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach(function(e){Y1.prototype[e]=function(){var t;return(t=Z1.get(this))[e].apply(t,arguments)}});var OL=function(){return typeof jl.ResizeObserver<"u"?jl.ResizeObserver:Y1}();const Rt=(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=>Rt(e,i,n)).filter(i=>i!==void 0).at(0)},fd=e=>/^\d+$/.test(`${e}`)?[parseInt(`${e}`,10)]:[],AL=e=>U1(e,"auto"),U1=(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},EL=e=>{const t=["row"];return typeof e=="string"&&t.push(e),Array.isArray(e)&&t.push(...e.filter(n=>$N.includes(n))),[...new Set(t)].map(n=>`bordered-${n}`).join(" ")},Ss=(e,t=["resizeWidth","calcWidth","width"])=>e[t[0]]??e[t[1]]??e[t[2]],hd=(e,t,n=va,i=0)=>{const{width:s}=e.getBoundingClientRect()||{},o=s-i;let c=o;const u=[],d=(g,p)=>{const{minWidth:v=void 0}=g;if(v===void 0)return p<va?va:p;let y=p;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,p,v=!0)=>{const y=d(g,p),b=p<y?y:p;Object.assign(g,{calcWidth:b}),v&&(c=c-b,c<0&&(c=0))};if(t.forEach((g,p)=>{if(!g.isHidden){const y=String(Ss(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(c>0){const k=Number(y.replace("%",""));I=c*k/100}f(g,I),b=!1}b&&u.push(p)}}),u.length>0){let g=n;c>0?u.forEach((p,v)=>{g=c/(u.length-v),f(t[p],g,!1);const{calcWidth:y}=t[p];c=c-y}):u.forEach(p=>{const v=d(t[p],va);Object.assign(t[p],{calcWidth:v})})}},$1=(e,t,n=60,i=!1,s="throttle")=>{const o=()=>{typeof t=="function"&&t()},c=s==="debounce"?rt.debounce(o,n):rt.throttle(o,n),u=()=>Reflect.apply(c,globalThis,[]),d=new OL(()=>{u()});return i&&typeof t=="function"&&t(),{start:()=>{d.observe(e)},disconnect:()=>{d.unobserve(e),d.disconnect()}}},Gd=e=>{const{showHead:t,headHeight:n,thead:i={}}=e;return Object.assign({},{isShow:t,height:n},{...i})},Al=(e,t,n)=>n.type==="index"?e[Be.ROW_INDEX]+1:rt.get(e,t),ws=(e,t)=>Array.isArray(e)?e:typeof e=="string"||typeof e=="object"?[e]:typeof e=="function"?ws(Reflect.apply(e,globalThis,t),t):[],K1=(e,t,n)=>{const i=X1(e,t,n);return i!==null?i:zi.v4()},X1=(e,t,n)=>typeof t.rowKey=="string"?t.rowKey===Be.ROW_INDEX?`__ROW_INDEX_${n}`:rt.get(e,t.rowKey):typeof t.rowKey=="function"?Reflect.apply(t.rowKey,globalThis,[e]):null,PL=(e,t,n=0)=>{if(e){const i=e.querySelector(t);if(i)return i.offsetHeight>e.offsetHeight-n}return!1},q1=(e,t,n)=>(s=>e.some(o=>o.field===Rt(s,["field","type"],[s])))(t)&&n.length&&!n.includes(Rt(t,["field","type"],[t])),W3=(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,e4=(e,t,n,i)=>{const s=W3(e,t,n,i,"colspan"),o=W3(e,t,n,i,"rowspan");return{colspan:s,rowspan:o}},t4=(e,t)=>{var c,u;const n=e.field,i=d=>Al(d,n,e),s=(d,f)=>{const g=i(d)||"",p=i(f)||"";return typeof g=="number"&&typeof p=="number"?g-p:String.prototype.localeCompare.call(g,p)},o=typeof((c=e.sort)==null?void 0:c.sortFn)=="function"?(u=e.sort)==null?void 0:u.sortFn:s;return t===At.NULL?()=>!0:(d,f)=>o(d,f)*(t===At.DESC?-1:1)},n4=e=>{const t={[At.NULL]:0,[At.ASC]:1,[At.DESC]:2};return e===void 0?At.NULL:Object.keys(t)[(t[e]+1)%3]},i4=e=>{if(typeof e=="string")return{value:e};if(typeof e=="boolean"&&e)return{value:At.NULL};if(typeof e=="object"&&e!==null){return e.sortFn,{value:"custom",...e};return e}return null},vl=(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,zL=(e,t,n)=>{if(e[Be.ROW_UID]!==void 0)return e[Be.ROW_UID];const i=K1(e,n,t);return i!==void 0&&e[i]!==void 0?e[i]:t},Ds=e=>r.unref(e[Be.ROW_SOURCE_DATA]||e),r4=e=>r.unref(e[Un.COL_SOURCE_DATA]||e),H3=r.defineComponent({name:"TableCell",props:{column:m.any.def({}),row:m.any.def({}),parentSetting:m.oneOfType([m.bool,m.shape({content:m.string.def(""),disabled:m.bool.def(!1),watchCellResize:m.bool.def(!0),mode:h0})]).def(void 0),title:m.string.def(void 0),observerResize:m.bool.def(!0),resizerWay:Ee("ResizerWay",{default:_1.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:c=!1}=o();let u=null;const d=()=>{let g=!0,{resizerWay:p}=e,v=n.value.innerText,y="auto",b=!0;return typeof c=="boolean"&&(g=!c),typeof c=="object"&&(g=c.disabled,p=c.resizerWay||"debounce",v=c.content||n.value.innerText,typeof c.content=="function"&&(v=c.content(e.column,e.row)),b=c.watchCellResize,y=c.mode||"auto"),typeof g=="function"&&(g=Reflect.apply(g,this,[e.column,e.row])),{disabled:g,content:v,mode:y,resizerWay:p,watchCellResize:b}},f=()=>{if(!n.value||!Ar(n.value))return;const{mode:g,disabled:p}=d();if(i.value=!p,g==="auto"&&(i.value=GC(n.value)),g==="static"&&(i.value=!0),i.value){const v=r.ref(d());u===null&&(u=u0(n.value,{disabled:v.value.disabled,content:v.value.content,mode:v.value.mode}))}else u==null||u.destroyInstance(n.value),u=null};return r.onMounted(()=>{const{disabled:g,resizerWay:p,watchCellResize:v}=d();if(!g&&(f(),v!==!1&&e.observerResize)){let y=$1(n.value,()=>{f()},60,!0,p);y.start(),r.onBeforeUnmount(()=>{y.disconnect(),y=null})}}),r.onBeforeUnmount(()=>{u==null||u.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)])}}}),gd=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 VL{constructor(t,n){Te(this,"props",null);Te(this,"ctx",null);this.props=t,this.ctx=n}}const RL=r.defineComponent({name:"BodyEmpty",props:{list:m.array.def([]),filterList:m.array.def([]),emptyText:m.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(kc,{scene:"part",type:i.value,description:n.value},null)}}),JL=r.defineComponent({name:"HeadFilter",props:{column:m.any.def({}),height:m.number.def(jr)},emits:["change","filterSave"],setup(e,{emit:t}){var J;const n=ft("table"),{column:i}=e,{filter:s}=r.toRefs(e.column),o=r.ref(((J=s.value)==null?void 0:J.checked)??[]),c=r.reactive({isOpen:!1,checked:o.value}),u=r.computed(()=>Ae({[Z("table-head-action")]:!0,"column-filter":!0,"--row-height":`${e.height}px`,active:c.checked.length,opened:c.isOpen})),d=Ae({[Z("table-head-filter")]:!0}),f=r.ref(null),g=A=>{c.isOpen=A,A&&setTimeout(()=>{f.value.reset()})},p=`light ${Z("table-head-filter")}`,v=r.computed(()=>{const{list:A=[]}=s.value;return A}),y=(A,V="ig")=>new RegExp(`${A}`.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),V),b=(A,V)=>{const{match:P}=s.value,Y=Al(V,Rt(i,"field",[i,V]),i);return P==="full"&&A.includes(Y),A.some(X=>y(X,"img").test(Y))},I=typeof s.value.filterFn=="function"?(A,V,P,Y)=>s.value.filterFn(A,V,e.column,P,Y):(A,V)=>A.length?b(A,V):!0,k=()=>{L(!0),t("filterSave",[...c.checked]),c.isOpen=!1},L=(A=!1)=>{const{disabled:V}=w(N,n.value.confirm);if(V||A){if(s.value==="custom"){t("change",[...c.checked],null),c.isOpen=!1;return}s.value.checked=c.checked,t("change",[...c.checked],I)}},x=()=>{c.checked.length&&(c.checked.length=0,c.isOpen=!1,r.nextTick(()=>t("change",c.checked,I)))},w=(A,V)=>({disabled:A==="disabled"||A===!1,text:typeof A=="string"?A:V}),{btnSave:N,btnReset:M}=s.value,T=()=>{const{disabled:A,text:V}=w(N,n.value.confirm);return A?r.createVNode("span",{class:"btn-filter-save disabled"},[V]):r.createVNode("span",{class:"btn-filter-save",onClick:k},[V])},j=()=>{const{disabled:A,text:V}=w(M,n.value.reset);return A?"":r.createVNode("span",{class:["btn-filter-reset",c.checked.length?"":"disable"],onClick:x},[V])},S=(A,V)=>{const P=new Set(c.checked);A?P.add(V.value):P.delete(V.value),c.checked.length=0,c.checked.push(...Array.from(P)),L()},O=A=>A.data.length?A.data.map(V=>r.createVNode("div",{class:"list-item"},[r.createVNode($n,{label:V.value,key:V.$index,immediateEmitChange:!1,checked:c.checked.includes(V.value),modelValue:c.checked.includes(V.value),onChange:P=>S(P,V)},{default:()=>[`${V.text}`]})])):r.createVNode("div",{class:"list-item is-empty"},[n.value.emptyText]);return()=>r.createVNode($t,r.mergeProps({trigger:"click",isShow:c.isOpen,placement:"bottom-start",renderType:Yl.SHOWN,arrow:!1,offset:0},{theme:p},{onAfterShow:()=>g(!0),onAfterHidden:()=>g(!1)}),{default:()=>r.createVNode(gc,{class:u.value},null),content:()=>r.createVNode("div",{class:d},[r.createVNode(Lc,{class:"content-list"},{default:()=>[r.createVNode(Ga,{lineHeight:32,list:v.value,throttleDelay:0,scrollEvent:!0,ref:f,className:"content-items"},{default:O})]}),r.createVNode("div",{class:"content-footer"},[T(),r.createVNode("span",{class:"btn-filter-split"},null),j()])])})}}),QL=r.defineComponent({name:"HeadSort",props:{column:m.any.def({}),defaultSort:m.oneOf(eL).def(At.NULL),active:m.bool},emits:["change"],setup(e,{emit:t}){var o,c;const n=((c=(o=e.column)==null?void 0:o.sort)==null?void 0:c.value)||e.defaultSort||At.NULL,i=r.ref(n);r.watch(()=>[e.defaultSort],([u])=>{i.value=u});const s=(u,d)=>{u.stopImmediatePropagation(),u.stopPropagation(),u.preventDefault();let f=d;d===At.NULL&&(f=n4(d)),i.value===d&&(f=At.NULL);const g=t4(e.column,f),p=i4(e.column.sort);if((p==null?void 0:p.value)==="custom"){t("change",(p==null?void 0:p.sortFn)??g,f);return}t("change",g,f)};return()=>r.createVNode("span",{class:Z("head-cell-sort"),onClick:u=>s(u,At.NULL)},[r.createVNode(ec,{class:["sort-action","sort-asc",e.active&&i.value===At.ASC?"active":""],style:"align-items: flex-end;",onClick:u=>s(u,At.ASC)},null),r.createVNode(Us,{class:["sort-action","sort-desc",e.active&&i.value===At.DESC?"active":""],style:"align-items: flex-start;",onClick:u=>s(u,At.DESC)},null)])}});function B3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const _L=r.defineComponent({name:"Settings",props:{settings:m.oneOfType([m.shape({fields:m.arrayOf(m.shape({label:m.string,field:m.string,disabled:m.bool})),checked:m.arrayOf(m.string),limit:m.number.def(0),size:Q1.def(J1.SMALL),sizeList:m.shape([]),showLineHeight:m.bool.def(!0)}),m.bool]).def(!1),columns:m.array.def([]),rowHeight:m.number.def(jr)},emits:["change"],setup(e,{emit:t}){const n=ft("table"),i=XN(n),s=(P,Y)=>Rt(P,["field","type"],[P,Y]),o=r.ref(!1),c=r.ref(!1),u=r.computed(()=>typeof e.settings=="boolean"?{fields:e.columns.map(P=>({...P,field:P.field||P.type})),checked:[],limit:0,size:"small",sizeList:i,showLineHeight:!0}:e.settings),d=r.ref(u.value.size||"small"),f=r.ref(e.rowHeight),g=r.ref(u.value.checked||[]),v=`light ${Z("table-settings")}`,y=r.computed(()=>u.value.fields||e.columns||[]),b={checkAll:o.value,activeSize:d.value,activeHeight:f.value,checkedFields:u.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)}),c.value=!1},k=()=>{o.value=b.checkAll,d.value=b.activeSize,f.value=b.activeHeight,g.value=b.checkedFields,c.value=!1},L=()=>{c.value=!0},x=P=>{P.stopImmediatePropagation(),P.stopPropagation(),P.preventDefault(),o.value=!o.value;const Y=u.value.fields||e.columns||[],X=Y.filter((ue,pe)=>ue.disabled&&g.value.includes(s(ue,pe))).map((ue,pe)=>s(ue,pe));if(o.value){const ue=Y.filter(pe=>!pe.disabled).map((pe,le)=>s(pe,le));g.value.splice(0,g.value.length,...ue,...X)}else g.value.splice(0,g.value.length,...X)},w=r.computed(()=>(u.value.limit??0)>0),N=u.value.sizeList||i,M=r.computed(()=>w.value&&(u.value.limit?u.value.limit:0)<=g.value.length),T=(P,Y)=>P.disabled||M.value&&!g.value.includes(s(P,Y)),j=P=>{d.value=P.value,f.value=P.height},S=P=>({"line-size":!0,"is-medium":d.value==="medium",active:P.value===d.value}),O={marginRight:"12px"},J=()=>N.map(P=>r.createVNode("span",{class:S(P),onClick:()=>j(P)},[P.label])),A=r.computed(()=>g.value.length>0&&!y.value.every((P,Y)=>g.value.includes(Rt(P,"field",[P,Y])))),V=r.computed(()=>typeof u.value.showLineHeight=="boolean"?u.value.showLineHeight:!0);return r.watch(()=>[g.value],()=>{g.value.length||(o.value=!1),g.value.length&&y.value.every((P,Y)=>g.value.includes(s(P,Y)))&&(o.value=!0)},{immediate:!0,deep:!0}),r.watch(()=>[e.settings.checked],()=>{g.value.splice(0,g.value.length,...u.value.checked)},{immediate:!0,deep:!0}),()=>e.settings?r.createVNode($t,r.mergeProps({trigger:"manual",isShow:c.value,placement:"bottom-end",arrow:!0},{theme:v}),{default:()=>r.createVNode("span",{class:"table-head-settings",onClick:L},[r.createVNode(ac,{style:"color: #c4c6cc;"},null)]),content:()=>{let P;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(Ks,{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]),w.value?r.createVNode("span",{class:"limit"},[n.value.setting.fields.subtitle(u.value.limit)]):""]),w.value?"":r.createVNode("span",{class:"check-all",onClick:x},[r.createVNode($n,{label:n.value.setting.fields.selectAll,indeterminate:!!A.value,modelValue:g.value.length>0},{default:()=>[n.value.setting.fields.selectAll]})])]),r.createVNode(Lc,{class:"setting-body-fields",modelValue:g.value,"onUpdate:modelValue":Y=>g.value=Y},B3(P=y.value.map((Y,X)=>{let ue;return r.createVNode("div",{class:"field-item"},[r.createVNode($n,{checked:g.value.includes(s(Y,X)),label:s(Y,X),disabled:T(Y,X)},B3(ue=Rt(Y,"label",[Y,X]))?ue:{default:()=>[ue]})])}))?P:{default:()=>[P]}),V.value?r.createVNode("div",{class:"setting-body-line-height"},[n.value.setting.lineHeight.title,r.createTextVNode(":"),J()]):""]),r.createVNode("div",{class:"setting-footer"},[r.createVNode(Et,{theme:"primary",style:O,onClick:I},{default:()=>[n.value.setting.options.ok]}),r.createVNode(Et,{style:O,onClick:k},{default:()=>[n.value.setting.options.cancel]})])])}}):""}}),Zd=(e,t,n)=>{const i=(p,v,y)=>({column_fixed:!!p.fixed,column_fixed_left:p.fixed!=="right",column_fixed_right:p.fixed==="right",shadow:p.fixed==="right"?y-v>2:v>0}),s=p=>p.fixed==="right"?"right":"left",o={left:(p=!0)=>t.filter(v=>!v.isHidden&&v.fixed&&v.fixed!=="right").reduce((v,y,b)=>p&&b===0?v:v+Ss(y),0),right:(p=!0)=>t.filter(v=>!v.isHidden&&v.fixed==="right").reduce((v,y,b)=>p&&b===0?v:v+Ss(y),n?Qa:0)},c=(p,v,y=0)=>{const b=v[Un.COL_UID],I=p==="right"?-1:1,k=t.filter(N=>!N.isHidden),{length:L}=k;let x=p==="right"?L*I:1,w=0;for(x;;){x=x+-1*I;const N=Math.abs(x),M=k[N],T=s(M),j=M[Un.COL_UID];if(T===p&&b!==j){const S=Ss(M);w=w+S}if(b===j)break}return w+y},u=(p,v=!1)=>{if(!p.fixed||p.isHidden)return{};const y={left:0,right:v?Qa:-1},b=s(p);return y[b]=c(b,p,y[b]),{[b]:`${y[b]}px`}},d=p=>({width:`${o[p](!1)}px`,bottom:"0px"}),f=r.computed(()=>{const p={left:!1,right:!1};return t.filter(v=>!v.isHidden&&v.fixed).map(v=>{const y=s(v),b=p[y];return p[y]=!0,{isExist:b,colPos:y,column:v}})});return{fixedWrapperClass:Z("table-fixed"),resolveFixedColumnStyle:u,fixedColumns:f,resolveColumnStyle:d,resolveColumnClass:i}};function F3(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}class WL{constructor(t,n,i,s,o,c){Te(this,"getRowHeight",(t,n)=>{const{size:i,height:s}=this.setting;return s!=null?Rt(this.setting,"height",["tbody",t,n,i]):Rt(this.props,"rowHeight",["tbody",t,n])});Te(this,"getColumnClass",(t,n)=>({[`${this.uuid}-column-${n}`]:!0,column_fixed:!!t.fixed,column_fixed_left:!!t.fixed,column_fixed_right:t.fixed==="right"}));Te(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 VL(t,n),this.uuid=zi.v4(),this.events=new Map,this.styleRef=o,this.t=c,this.activeSortIndex=r.ref(-1)}get propActiveCols(){return this.reactiveProp.activeColumns}renderTableHeadSchema(){const{isShow:t=!0}=Gd(this.props);if(!t)return null;const n=i=>{var d;const{checked:s=[],size:o,height:c}=i;this.reactiveProp.setting.size=o,this.reactiveProp.setting.height=c;const u=((d=this.props.settings)==null?void 0:d.fields)||[];s.length&&this.colgroups.forEach(f=>{f.isHidden=q1(u,f,s)}),this.emitEvent(Pn.ON_SETTING_CHANGE,[i])};return[this.props.settings?r.createVNode(_L,{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(RL,{filterList:t,list:this.props.data,emptyText:n.value},null)}renderTableFooter(t){return r.createVNode(g0,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(Dt.PAGE_LIMIT_CHANGE,t)}handlePageChange(t){Object.assign(this.props.pagination,{current:t,value:t}),this.context.emit(Dt.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(Dt.COLUMN_PICK,this.propActiveCols)),n.sort&&!n.filter){const i=Rt(n,["field","type"],[n,t]),s=n4(this.reactiveProp.defaultSort[i]);Object.assign(this.reactiveProp.defaultSort,{[i]:s});const o=t4(n,s);this.activeSortIndex.value=t,this.emitEvent(Pn.ON_SORT_BY_CLICK,[{sortFn:o,column:n,index:t,type:s}])}}getSortCell(t,n){const i=Rt(t,["field","type"],[t,n]),s=(c,u)=>{Object.assign(this.reactiveProp.defaultSort,{[i]:u}),this.activeSortIndex.value=n,this.emitEvent(Pn.ON_SORT_BY_CLICK,[{sortFn:c,column:t,index:n,type:u}])},o=this.reactiveProp.defaultSort[i];return r.createVNode(QL,{column:t,defaultSort:o,active:this.activeSortIndex.value===n,onChange:s},null)}getFilterCell(t,n){const i=(o,c)=>{const u=(d,f)=>c(o,d,f);this.emitEvent(Pn.ON_FILTER_CLICK,[{filterFn:u,checked:o,column:t,index:n}])},s=o=>{this.context.emit(Dt.COLUMN_FILTER_SAVE,{column:t,values:o})};return r.createVNode(JL,{column:t,height:this.props.headHeight,onChange:i,onFilterSave:s},null)}renderHeader(){const t=Gd(this.props),{cellFn:n}=t,i={"--row-height":`${Rt(t,"height",["thead"])}px`},s=(f,g)=>typeof n=="function"?n(f,g):Rt(f,"label",[f,g]),o=(f,g)=>{if(f.type==="selection"){const I=this.reactiveProp.rowActions.get(Be.ROW_SELECTION_ALL);return this.renderCheckboxColumn({[Be.ROW_SELECTION]:!!I},0,!0)}const p=[];f.sort&&p.push(this.getSortCell(f,g)),f.filter&&p.push(this.getFilterCell(f,g));const v=s(f,g);p.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(H3,{class:b,title:y,observerResize:this.props.observerResize,resizerWay:this.props.resizerWay},F3(p)?p:{default:()=>[p]})},c=f=>Array.from(f.listeners.keys()).reduce((g,p)=>{const v=p.split("_").slice(-1)[0];return Object.assign(g,{[v]:y=>{f.listeners.get(p).forEach(b=>Reflect.apply(b,this,[y,f,this]))}})},{}),{resolveFixedColumnStyle:u}=Zd(this.props,this.colgroups),d=()=>{if(this.styleRef.value.hasScrollY){const f={width:`${Qa+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(gd,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:u(f,this.styleRef.value.hasScrollY),onClick:()=>this.handleColumnHeadClick(g,f)},c(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}=Zd(this.props,this.colgroups),i=t.length;return r.createVNode("tbody",null,[t.map((s,o)=>{const c=[...ws(this.props.rowStyle,[s,o,this]),{"--row-height":`${this.getRowHeight(s,o)}px`}],u=[...ws(this.props.rowClass,[s,o,this]),`hover-${this.props.rowHover}`];return[r.createVNode(gd,null,{default:()=>[r.createVNode("tr",{style:c,class:u,key:X1(s,this.props,o),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),...ws(this.props.cellStyle,[d,f,s,o,this])],p={"expand-cell":d.type==="expand"},{colspan:v,rowspan:y}=e4(d,f,s,o),b=Be.ROW_SKIP_CFG,I=d[Un.COL_UID],{skipRow:k=!1,skipCol:L=!1}=((x=s[b])==null?void 0:x[I])??{};if(!k&&!L){let w;const N=[this.getColumnClass(d,f),this.getColumnCustomClass(d,s),d.align||this.props.align,...ws(this.props.cellClass,[d,f,s,o,this]),{"expand-row":s[Be.ROW_EXPAND],"is-last":o+y>=i}],M=(T,j)=>{const S={event:T,row:Ds(s),column:r4(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,Dt.CELL_CLICK),onDblclick:T=>M(T,Dt.CELL_DBL_CLICK)},[r.createVNode(H3,{class:p,column:d,row:s,parentSetting:this.props.showOverflowTooltip,observerResize:this.props.observerResize},F3(w=this.renderCell(s,d,o,t))?w:{default:()=>[w]})])}return null})])]}),this.renderExpandRow(s,u,o)]})])}renderExpandRow(t,n,i){if(!!t[Be.ROW_EXPAND]){const o=[...n,{row_expend:!0}],u=`${zL(t,i,this.props)}_expand`;return r.createVNode(gd,{key:u},{default:()=>{var d,f;return[r.createVNode("tr",{class:o},[r.createVNode("td",{colspan:this.filterColGroups.length,rowspan:1},[((f=(d=this.context.slots).expandRow)==null?void 0:f.call(d,Ds(t)))??r.createVNode("div",{class:"expand-cell-ctx"},[r.createTextVNode("Expand Row")])])])]}})}}handleRowClick(t,n,i,s){this.context.emit(Dt.ROW_CLICK,t,n,i,s,this)}handleRowDblClick(t,n,i,s){this.context.emit(Dt.ROW_DBL_CLICK,t,n,i,s,this)}handleRowEnter(t,n,i,s){this.context.emit(Dt.ROW_MOUSE_ENTER,t,n,i,s,this)}handleRowLeave(t,n,i,s){this.context.emit(Dt.ROW_MOUSE_LEAVE,t,n,i,s,this)}getExpandCell(t){return!!t[Be.ROW_EXPAND]?r.createVNode(Xs,null,null):r.createVNode(no,null,null)}handleRowExpandClick(t,n,i,s,o){this.emitEvent(Pn.ON_ROW_EXPAND_CLICK,[{row:t,column:n,index:i,rows:s,e:o}])}renderCellCallbackFn(t,n,i,s){const o=Al(t,Rt(n,"field",[n,t]),n),c=t[Be.ROW_INDEX],u=typeof c=="number"?c:i,d=this.props.data[u];return n.render({cell:o,data:d,row:t,column:n,index:i,rows:s})}renderCheckboxColumn(t,n,i=!1){const s=u=>{this.emitEvent(Pn.ON_ROW_CHECK,[{row:t,index:n,isAll:i,value:u}])},o=i&&!!this.reactiveProp.rowActions.get(Be.ROW_SELECTION_INDETERMINATE),c=vl(this.props,{row:t,index:n,isCheckAll:i});return r.createVNode($n,{onChange:s,disabled:!c,modelValue:t[Be.ROW_SELECTION],indeterminate:o},null)}renderExpandColumn(t,n,i,s){const o=()=>{var c,u;return typeof n.render=="function"?this.renderCellCallbackFn(t,n,i,s):((u=(c=this.context.slots).expandCell)==null?void 0:u.call(c,{row:t,column:n,index:i,rows:s}))??this.getExpandCell(t)};return r.createVNode("span",{class:"expand-btn-action",onClick:c=>this.handleRowExpandClick(t,n,i,s,c)},[o()])}renderCell(t,n,i,s){var u;const o=()=>{const d=Al(t,Rt(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},c={expand:(d,f,g,p)=>this.renderExpandColumn(d,f,g,p),selection:(d,f,g,p)=>this.renderCheckboxColumn(d,g)};return((u=c[n.type])==null?void 0:u.call(c,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=Ae({active:this.isColActive(n)}),s=`${AL(Ss(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 jc=(e,t)=>({initColumns:(s,o=!1)=>{let c=[];if(Array.isArray(s)?c=s:c=[s],o)c.forEach(u=>{const d=t.findIndex(f=>f.label===u.label&&f.field===u.field);if(o){d>=0&&t.splice(d,1);return}});else{let u=!1;c.forEach(d=>{if(d.index!==void 0&&d.index>=0){u=!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)}}),u&&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:[]}}),G3=e=>e.columnPick!=="disabled"?e.columnPick==="multi"?Array.isArray(e.activeColumn)?e.activeColumn:fd(e.activeColumn):Array.isArray(e.activeColumn)?fd(e.activeColumn[0]):fd(e.activeColumn):[],HL=(e,t)=>{let n=r.reactive([]);const{getColumns:i}=jc(e,t);if(e.columnPick==="disabled")return{activeColumns:n};const s=r.reactive(G3(e)),o=()=>i().map((c,u)=>({index:u,active:s.some(d=>d===u),_column:c}));return r.watchEffect(()=>{n=o();const c=G3(e);n.forEach((u,d)=>{Object.assign(u,{active:c.some(f=>f===d)})})}),{activeColumns:n}},BL=(e,t=!0)=>{const n="HeadColumnResize";let i=function(w){return w.MOUSE_MOVE="onMousemove",w.MOUSE_OUT="onMouseout",w.MOUSE_DOWN="onMousedown",w}({}),s=!1,o=!1,c=!1,u=0,d=null,f=0;const g=r.ref(-1e3),p=w=>{o=!1,c=!1;const N=document.body.style;N.cursor="";const M=w.clientX-u,T=(d.resizeWidth??d.calcWidth)+M,j=Number(d.minWidth);d.resizeWidth=T>j?T:j,document.removeEventListener("mouseup",p),document.removeEventListener("mousemove",y),u=0,g.value=-1e3,d=null,w.target.closest("table").querySelectorAll("th").forEach(O=>O.style.setProperty("user-select","inherit"))},v=w=>rt.throttle(()=>{const N=w.clientX-u,M=(d.resizeWidth??d.calcWidth)+N;Number(d.minWidth)<M&&(g.value=w.clientX-u+f)},60),y=w=>{document.body.style.setProperty("cursor",""),v(w)()},b={[i.MOUSE_DOWN]:(w,N)=>{if(!s)return;o=!0,document.body.style.setProperty("cursor","col-resize"),d=N,u=w.clientX;const T=w.target.closest("table");f=u-T.getBoundingClientRect().left,document.addEventListener("mouseup",p),document.addEventListener("mousemove",y)},[i.MOUSE_MOVE]:(w,N)=>{o&&!c&&(c=!0);const M=w.target.closest("th");if(c&&M.style.setProperty("user-select","none"),!c){if(!M)return;const T=M.getBoundingClientRect();T.width>12&&T.right-w.pageX<8?(s=!0,M.style.setProperty("cursor","col-resize")):(M.style.setProperty("cursor",""),s=!1)}},[i.MOUSE_OUT]:(w,N)=>{const M=w.target;c||M.style.setProperty("cursor","")}},I=w=>`${n}_${w}`,k=()=>{e.forEach(w=>{w.resizable!==!1&&Object.keys(b).forEach(N=>{const M=I(N);w.listeners.has(M)||w.listeners.set(M,[]),w.listeners.get(M).push(b[N])})})},L=()=>{e.forEach(w=>{Object.keys(b).forEach(N=>{const M=I(N);if(w.listeners.has(M)){const T=w.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}},FL=(e,t,n,i,s)=>{const{getColumns:o}=jc(e,t),c=r.ref(200),u=r.ref(!1),d=r.computed(()=>e.pagination&&e.data.length),f=r.computed(()=>u.value),g=r.computed(()=>Ae({[Z("table")]:!0,"has-footer":d.value,"has-scroll-y":u.value||e.virtualEnabled},EL(e.border))),p=Ae({[Z("table-head")]:!0,"has-settings":!!e.settings}),v=r.computed(()=>o()),y=Gd(e),b=r.computed(()=>({"--row-height":`${Rt(y,"height",["thead"])}px`,"--scroll-head-left":`-${i.scrollTranslateX}px`,"--scroll-left":`${i.scrollTranslateX}px`})),I={[Z("table-body")]:!0},k=r.computed(()=>Ae({[Z("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(A=>/^\d+\.?\d*(px)?$/ig.test(`${A.width}`))){const A=v.value.reduce((P,Y)=>P+Number(`${Y.width}`.replace(/px/ig,"")),0),V=u.value?Qa:0;return`${A+V}px`}return"100%"},w=r.computed(()=>({minHeight:U1(e.minHeight,"auto"),width:x(),maxWidth:"100%",height:L()})),N=(A,V)=>{const P=String(A);if(/^\d+\.?\d*$/.test(P))return Number(P);if(/^\d+\.?\d*px$/ig.test(P))return Number(P.replace("px",""));if(/^\d+\.?\d*%$/ig.test(P)&&typeof V=="number"){const Y=Number(P.replace("%",""));return V*Y/100}return V},M=r.reactive({display:"","min-height":"",height:"",maxHeight:""}),T=()=>e.showHead?N(e.headHeight,jr):0,j=()=>{const A=N(e.height,c.value),V=T(),P=N(e.minHeight,c.value),Y=e.pagination&&e.data.length?e.paginationHeight:0,X=A-V-Y,ue=e.height!=="auto"?`${X}px`:!1,pe=P-V-Y,le=N(e.maxHeight,void 0),se=typeof le=="number"?`${le-V-Y}px`:!1;Object.assign(M,{display:s!=null&&s.length?"block":!1,"min-height":`${pe}px`,height:ue,maxHeight:se})};r.onMounted(()=>{S(n==null?void 0:n.value)});const S=A=>{if(A){const{height:V}=A.parentElement.getBoundingClientRect();c.value=V,j(),O(A)}},O=A=>{if(!A)return;const V=e.virtualEnabled?`.${Z("virtual-section")}`:`.${Z("table-body-content")}`,P=A.querySelector(`.${Z("table-body")}`);u.value=PL(P,V,0)};return{tableClass:g,headClass:p,contentClass:I,footerClass:k,wrapperStyle:w,contentStyle:M,headStyle:b,resetTableHeight:S,updateBorderClass:O,getColumnsWidthOffsetWidth:()=>{let A=0;return u.value&&(A=A+Qa),e.border.includes(Dl.OUTER)&&!e.border.includes(Dl.NONE)&&(A=A+2),A},hasFooter:d,hasScrollY:u,hasScrollYRef:f}},GL=(e,t)=>{var re,K;const n=r.reactive([]),{getColumns:i}=jc(e,t),s=z=>{if(/^\d+/.test(`${z.minWidth}`))return z.minWidth;let Q=va;return z.sort&&(Q=Q+18),z.filter&&(Q=Q+28),Q},o=r.computed(()=>i()),c=z=>{var de,G;const Q=(z==null?void 0:z.checked)||((de=e.settings)==null?void 0:de.checked)||[],ee=(z==null?void 0:z.fields)||((G=e.settings)==null?void 0:G.fields)||[];n.length=0,n.push(...o.value.map(ae=>({...ae,calcWidth:null,resizeWidth:null,minWidth:s(ae),listeners:new Map,isHidden:q1(ee,ae,Q),[Un.COL_UID]:zi.v4(),[Un.COL_SOURCE_DATA]:ae})))};typeof e.settings=="object"&&c(e.settings);const{dragOffsetXStyle:u,dragOffsetX:d,resetResizeEvents:f,registerResizeEvent:g}=BL(n,!0),{activeColumns:p}=HL(e,t);r.watch(()=>[e.settings],()=>{var z;(((z=e.settings)==null?void 0:z.checked)||[]).length&&c()});const v=rt.debounce(()=>{c(),f(),g()},120);r.watch(()=>o,()=>{v()},{immediate:!0,deep:!0});const y=e.columns.reduce((z,Q,ee)=>{const de=Rt(Q,["field","type"],[Q,ee]),G=i4(Q.sort);return G?{...z||{},[de]:G==null?void 0:G.value}:z},null),b=r.reactive({rowActions:new Map,scrollTranslateY:0,scrollTranslateX:0,pos:{bottom:1},activeColumns:p,settings:e.settings,setting:{size:(re=e.settings)==null?void 0:re.size,height:pl[(K=e.settings)==null?void 0:K.size]},defaultSort:y||e.defaultSort}),I=z=>{var Q;return b.rowActions.has(z)?(Q=b.rowActions.get(z))==null?void 0:Q.isExpand:!1},k=()=>{Array.isArray(b.defaultSort)&&b.defaultSort.splice(0),b.defaultSort=y||e.defaultSort},L=(z,Q=void 0)=>{const ee=z[Be.ROW_UID],de=typeof Q=="boolean"?Q:!I(ee);b.rowActions.set(ee,Object.assign({},b.rowActions.get(ee)??{},{isExpand:de})),se()},x=()=>b.rowActions.has(Be.ROW_SELECTION_ALL)?b.rowActions.get(Be.ROW_SELECTION_ALL):e.selectionKey?V.every(z=>J(z)):!1,w=z=>{const Q=z[Be.ROW_UID],{isSelected:ee=!1}=b.rowActions.get(Q)||{};return ee},N=(z=w)=>{let Q=!1,ee=!1;V.forEach(de=>{const G=z(de);!Q&&!G&&(Q=!0),!ee&&G&&(ee=!0)}),b.rowActions.set(Be.ROW_SELECTION_INDETERMINATE,ee&&Q),b.rowActions.set(Be.ROW_SELECTION_ALL,ee&&!Q)},M=()=>e.columns.some(z=>z.type==="selection"),T=()=>{M()&&N(z=>J(z))},j=(z=void 0)=>{const Q=typeof z=="boolean"?z:!x();b.rowActions.set(Be.ROW_SELECTION_ALL,Q),b.rowActions.set(Be.ROW_SELECTION_INDETERMINATE,!1),V.forEach((ee,de)=>{if(vl(e,{row:ee,index:de,isCheckAll:!1})){const G=ee[Be.ROW_UID],ae=Object.assign({},b.rowActions.get(G)??{},{isSelected:Q});b.rowActions.set(G,ae)}}),N(),se(Q),F(null,z,!0)},S=()=>{j(!1)},O=(z,Q)=>{const ee=z[Be.ROW_UID];if(ee){const de=typeof Q=="boolean"?Q:!A(z,ee),G=Object.assign({},b.rowActions.get(ee)??{},{isSelected:de});b.rowActions.set(ee,G),Q||b.rowActions.set(Be.ROW_SELECTION_ALL,!1),N(),se(),F(z,Q,!1)}},J=(z,Q=ee=>w(ee))=>typeof e.isSelectedFn=="function"?Reflect.apply(e.isSelectedFn,void 0,[{row:z,data:e.data}]):typeof e.selectionKey=="string"&&e.selectionKey.length?rt.get(z,e.selectionKey):Q(z),A=(z,Q,ee)=>J(z,()=>{var G;const de=Q===void 0?z[Be.ROW_UID]:Q;return vl(e,{row:z,index:ee,isCheckAll:!1})&&x()?!0:b.rowActions.has(de)?(G=b.rowActions.get(de))==null?void 0:G.isSelected:!1}),V=r.reactive([]),P=r.computed(()=>n.some(z=>typeof z.rowspan=="function"||/^\d$/.test(`${z.rowspan}`)||typeof z.colspan=="function"||/^\d$/.test(`${z.colspan}`))),Y=r.computed(()=>n.some(z=>z.type==="selection")),X=r.computed(()=>n.some(z=>z.type==="expand")),ue=r.computed(()=>n.some(z=>z.type==="index")),pe=(z=!1)=>{let Q=null;const ee={},de=e.data.map(G=>({[Be.ROW_UID]:zi.v4(),...G}));if(P.value||Y.value||X.value||ue.value){const G=de.map((ae,Ce)=>{const we=K1(ae,e,Ce);Q=we;const xe={...ae,[Be.ROW_UID]:ae[Be.ROW_UID]||we,[Be.ROW_SOURCE_DATA]:{...ae}};if(P.value){const _e=te(ae,we,Ce,ee,Q);Object.assign(xe,{[Be.ROW_SKIP_CFG]:_e})}return Y.value&&Object.assign(xe,{[Be.ROW_SELECTION]:A(ae,we,Ce)}),ue.value&&Object.assign(xe,{[Be.ROW_INDEX]:Ce}),X.value&&Object.assign(xe,{[Be.ROW_EXPAND]:z?I(we):!1}),xe});V.length=0,V.push(...G),Y.value&&T();return}V.length=0,V.push(...de)},le=(z,Q,ee,de)=>{const G=A(ee,ee[Be.ROW_UID],de);return z&&typeof Q=="boolean"?Q:G},se=z=>{if(P.value||Y.value||X.value||ue.value){let Q=null;const ee={};V.forEach((de,G)=>{const ae=de[Be.ROW_UID];if(X.value&&Object.assign(de,{[Be.ROW_EXPAND]:I(de[Be.ROW_UID])}),P.value){const Ce=te(de,ae,G,ee,Q);Q=de[Be.ROW_UID],Object.assign(de,{[Be.ROW_SKIP_CFG]:Ce})}if(ue.value&&Object.assign(de,{[Be.ROW_INDEX]:G}),Y.value){const Ce=vl(e,{row:de,index:G,isCheckAll:!1});Object.assign(de,{[Be.ROW_SELECTION]:le(Ce,z,de,G)})}}),Y.value&&typeof z!="boolean"&&T();return}},te=(z,Q,ee,de,G)=>{let ae=0;const Ce=de[G]??{};return de[Q]||(de[Q]={}),n.forEach((we,xe)=>{var Pe;const{colspan:_e,rowspan:Ge}=e4(we,xe,z,ee),oe=we[Un.COL_UID],ye=((Pe=Ce[oe])==null?void 0:Pe.skipRowLen)??0,Ne={[oe]:{skipRowLen:0,skipRow:!1,skipCol:!1,skipColLen:0}};ae>0&&(Ne[oe].skipColLen=ae,Ne[oe].skipCol=!0,ae=ae-1),ye>1?(Ne[oe].skipRowLen=ye-1,Ne[oe].skipRow=!0):Ge>1&&(Ne[oe].skipRowLen=Ge,Ne[oe].skipRow=!1),_e>1&&(Ne[oe].skipColLen=_e,ae=_e-1),Object.assign(de[Q],{...Ne})}),de[Q]},U=rt.debounce(se,120);r.watch([P,Y,X,ue],()=>{U()});const F=(z,Q,ee=!1)=>{if(e.asyncData&&e.rowKey){if(ee)e.data.forEach(de=>{rt.has(de,e.selectionKey)&&rt.set(de,e.selectionKey,!!Q)});else if(rt.has(z,e.selectionKey)){const de=e.data.find(G=>rt.get(G,e.rowKey)===rt.get(z,e.rowKey));rt.set(de,e.selectionKey,!!Q)}}},{fixedColumns:_,resolveColumnStyle:W,resolveColumnClass:H,fixedWrapperClass:ne}=Zd(e,n,!1);return{colgroups:n,dragOffsetXStyle:u,dragOffsetX:d,reactiveSchema:b,indexData:V,fixedWrapperClass:ne,fixedColumns:_,resolveColumnStyle:W,resolveColumnClass:H,initIndexData:pe,updateIndexData:se,setRowExpand:L,updateColGroups:c,clearSelection:S,toggleAllSelection:j,toggleRowSelection:O,getSelection:()=>V.filter(z=>A(z)),clearSort:k}},ZL=r.defineComponent({name:"Table",props:rL,emits:KN,setup(e,t){const n=ft("table");let i=null,s=null,o=null;const c=new aL,u=r.reactive([]),{initColumns:d}=jc(e,u);r.provide(z1,d),r.provide(V1,c);const f=r.ref(),g=r.ref(),p=r.ref(0),{colgroups:v,dragOffsetXStyle:y,dragOffsetX:b,reactiveSchema:I,indexData:k,fixedColumns:L,resolveColumnStyle:x,resolveColumnClass:w,setRowExpand:N,initIndexData:M,fixedWrapperClass:T,clearSelection:j,toggleAllSelection:S,toggleRowSelection:O,getSelection:J,clearSort:A,updateColGroups:V}=GL(e,u),{pageData:P,localPagination:Y,resolvePageData:X,watchEffectFn:ue}=sL(e,k),{tableClass:pe,headClass:le,contentClass:se,footerClass:te,wrapperStyle:U,contentStyle:F,headStyle:_,hasScrollYRef:W,updateBorderClass:H,resetTableHeight:ne,getColumnsWidthOffsetWidth:he,hasFooter:re}=FL(e,u,f,I,P),K=r.computed(()=>({hasScrollY:W.value})),z=new WL(e,t,I,v,K,n),Q=()=>{const ze=f.value.querySelector(".bk-table-body-content"),Oe=ze.querySelector("table");if(Oe){const We=Oe.scrollWidth,st=ze.clientWidth;p.value=We-st}};r.watch(()=>[e.data,e.pagination,e.height,e.maxHeight,e.minHeight],()=>{M(e.reserveExpand),ue(o,i,s),r.nextTick(()=>{ne(f.value),H(f.value)})},{immediate:!0,deep:!0}),r.watchEffect(()=>{if((f==null?void 0:f.value)instanceof HTMLElement){const ze=he();hd(f.value,v,20,ze),Q()}}),z.on(Pn.ON_SORT_BY_CLICK,ze=>{const{sortFn:Oe,column:We,index:st,type:qe}=ze;typeof Oe=="function"&&(i=Oe,s=We,Object.assign(s,{[Un.SORT_TYPE]:qe}),X(o,i,s)),t.emit(Dt.COLUMN_SORT,{column:r.unref(We[Un.COL_SOURCE_DATA]),index:st,type:qe})}).on(Pn.ON_FILTER_CLICK,ze=>{const{filterFn:Oe,checked:We,column:st,index:qe}=ze;typeof Oe=="function"&&(o=Oe,X(o,i,s)),t.emit(Dt.COLUMN_FILTER,{checked:We,column:r.unref(st[Un.COL_SOURCE_DATA]),index:qe})}).on(Pn.ON_SETTING_CHANGE,ze=>{const{checked:Oe=[],size:We,height:st,fields:qe}=ze;r.nextTick(()=>{V({checked:Oe,fields:qe}),H(f.value);const gt=he();Oe.length&&hd(f.value,v,va,gt),t.emit(Dt.SETTING_CHANGE,{checked:Oe,size:We,height:st,fields:qe})})}).on(Pn.ON_ROW_EXPAND_CLICK,ze=>{const{row:Oe,column:We,index:st,rows:qe,e:gt}=ze;t.emit(Dt.ROW_EXPAND_CLICK,{row:Ds(Oe),column:r4(We),index:st,rows:qe,e:gt}),N(Oe,!Oe[Be.ROW_EXPAND])}).on(Pn.ON_ROW_CHECK,({row:ze,isAll:Oe,index:We,value:st})=>{Oe?(S(st),t.emit(Dt.ROW_SELECT_ALL,{checked:st,data:e.data})):(O(ze,st),t.emit(Dt.ROW_SELECT,{row:Ds(ze),index:We,checked:st,data:e.data})),t.emit(Dt.ROW_SELECT_CHANGE,{row:Ds(ze),isAll:Oe,index:We,checked:st,data:e.data})});const ee=ze=>{const Oe=I.pos.bottom??0,We=ze[1],{translateX:st,translateY:qe,pos:gt={}}=We;I.scrollTranslateY=qe,I.scrollTranslateX=st,I.pos=gt;const{bottom:Ye}=gt;Ye<=2&&Oe>Ye&&Zs(60,()=>{t.emit(Dt.SCROLL_BOTTOM,{...gt,translateX:st,translateY:qe})},!0)(),Q()},de=(ze={left:0,top:0})=>{var Oe,We;(We=(Oe=g.value)==null?void 0:Oe.scrollTo)==null||We.call(Oe,ze)};r.onMounted(()=>{if(e.observerResize){let ze=$1(f.value,()=>{if(!f.value)return;(e.height==="100%"||e.height==="auto")&&ne(f.value),H(f.value);const Oe=he();hd(f.value,v,20,Oe)},180,!0,e.resizerWay);ze.start(),r.onBeforeUnmount(()=>{ze.disconnect(),ze=null})}}),r.onBeforeUnmount(()=>{z.destroy()});const G=()=>f.value;t.expose({setRowExpand:N,clearSelection:j,toggleAllSelection:S,toggleRowSelection:O,getSelection:J,clearSort:A,scrollTo:de,getRoot:G});const ae=r.computed(()=>({...se,"__is-empty":!P.length})),Ce=r.computed(()=>({[Z("table-body-content")]:!0,"with-virtual-render":e.virtualEnabled})),we={column_drag_line:!0,"offset-x":!0},xe=r.computed(()=>({...y.value,left:`${b.value-I.scrollTranslateX}px`})),_e={"scroll-loading":!0,_bottom:!0},Ge=r.computed(()=>({[Z("fixed-bottom-border")]:!0,"_is-empty":!e.data.length})),oe={zIndex:-1,width:0,height:0,display:"none"},ye=r.computed(()=>({"--footer-height":re.value?`${e.paginationHeight}px`:"0"})),Ne=r.computed(()=>({right:W.value?`${Qa}px`:0,...ye.value})),{renderScrollLoading:Pe}=oL(e,t),Ke=r.computed(()=>e.virtualEnabled?{}:{scrollXName:"",scrollYName:""}),at=r.computed(()=>({"--prepend-left":`${I.scrollTranslateX}px`,position:"sticky",top:0,zIndex:2,...e.prependStyle||{}})),ct=()=>t.slots.prepend?r.createVNode("div",{style:at.value,class:"prepend-row"},[t.slots.prepend()]):null;return()=>{var ze,Oe;return r.createVNode("div",{class:pe.value,style:U.value,ref:f},[r.createVNode("div",{class:le,style:_.value},[z.renderTableHeadSchema()]),r.createVNode(Ga,r.mergeProps({ref:g,lineHeight:z.getRowHeight,class:ae.value,style:F,list:P},Ke.value,{contentClassName:Ce.value,onContentScroll:ee,throttleDelay:0,scrollEvent:!0,rowKey:e.rowKey,enabled:e.virtualEnabled,keepAlive:!0}),{beforeContent:()=>ct(),default:We=>z.renderTableBodySchema(We.data||P),afterSection:()=>r.createVNode("div",{class:Ge.value},null)}),r.createVNode("div",{class:T,style:Ne.value},[L.value.map(({isExist:We,colPos:st,column:qe})=>We?"":r.createVNode("div",{class:w(qe,I.scrollTranslateX,p.value),style:x(st)},null)),r.createVNode("div",{class:we,style:xe.value},null),r.createVNode("div",{class:_e},[Pe()])]),r.createVNode("div",{class:te.value,style:ye.value},[re.value&&z.renderTableFooter(Y.value)]),r.createVNode("div",{style:oe},[(Oe=(ze=t.slots).default)==null?void 0:Oe.call(ze)])])}}}),a4=Fe(ZL);Fe(H1);const s4=Fe(H1),fa=12;function YL(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 c=0;c<t.totalSize;c+=t.pageSize)o.push(s.slice(c,c+t.pageSize));t.renderListPaged.splice(0,t.renderListPaged.length,...o),t.curPageList.splice(0,t.curPageList.length,...t.renderListPaged[t.curPage-1]||[])},pageChange:s=>{t.curPage=s,t.curPageList.splice(t.curPageList.length,0,...t.renderListPaged[t.curPage-1]||[]),t.isPageLoading=!1}}}function UL(e){const{useGroup:t,saveKey:n,displayKey:i,list:s}=r.toRefs(e),o=r.ref([]),c=r.ref({});return r.watch([t,n,i,s],()=>{o.value=[];let u=r.markRaw(s.value);t.value&&(u=u.reduce((d,f)=>{let g=[];return f.children&&(g=f.children.map(p=>({group:{groupId:f[n.value],groupName:f[i.value]},...p}))),d.concat(g)},[])),o.value=u,c.value=u.reduce((d,f)=>(d[f[n.value]]=f,d),{})},{immediate:!0,deep:!0}),{flatList:o,saveKeyMap:c}}const Z3=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},o4=(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")),c=o.findIndex((u,d)=>d?o[d-1].offsetTop!==u.offsetTop:!1);i.value=c>0?c-1:null}))};return{overflowTagIndex:i}},Y3=r.defineComponent({name:"ListTagRender",props:{node:m.object,searchKey:m.oneOfType([m.string,m.arrayOf(m.string)]),displayKey:m.string,searchKeyword:m.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])])}}),$L=()=>({modelValue:m.arrayOf(m.string).def([]),placeholder:m.string.def(""),list:m.arrayOf(m.object).def([]),disabled:m.bool.def(!1),tooltipKey:m.string.def(""),saveKey:m.string.def("id"),displayKey:m.string.def("name"),hasDeleteIcon:m.bool.def(!1),clearable:m.bool.def(!0),trigger:Ee("treeTriggerType",{}).def("search"),searchKey:m.oneOfType([m.string,m.arrayOf(m.string)]).def("name"),useGroup:m.bool.def(!1),allowCreate:m.bool.def(!1),maxData:m.number.def(-1),maxResult:m.number.def(10),contentMaxHeight:m.number.def(300),contentWidth:m.number.def(190),separator:m.string.def(""),allowNextFocus:m.bool.def(!0),allowAutoMatch:m.bool.def(!1),showClearOnlyHover:m.bool.def(!1),isAsyncList:m.bool.def(!1),leftSpace:m.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:()=>({})}}),KL=r.defineComponent({name:"TagRender",directives:{bkTooltips:Fa},props:{node:m.object,displayKey:m.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=$C(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]])}}),XL=r.defineComponent({name:"TagInput",directives:{bkTooltips:Fa},props:$L(),emits:["update:modelValue","change","select","focus","blur","remove","removeAll","input"],setup(e,{emit:t}){const n=Xn(),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:c}=r.toRefs(e),{pageState:u,initPage:d,pageChange:f}=YL(c),g=r.ref(""),p=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),w=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(oe=>oe[e.saveKey])),{flatList:O,saveKeyMap:J}=UL(e),A=r.computed(()=>{if(e.useGroup){const oe={};return u.curPageList.forEach((ye,Ne)=>{ye.__index__=Ne,oe[ye.group.groupId]||(oe[ye.group.groupId]={id:ye.group.groupId,name:ye.group.groupName,children:[]}),oe[ye.group.groupId].children.push(ye)}),Object.keys(oe).map(ye=>oe[ye])}return u.curPageList});r.watch([()=>O.value],()=>{r.nextTick(()=>{ue()})},{deep:!0}),r.watch(()=>e.modelValue,oe=>{var ye;se(S.value,oe)||(r.nextTick(()=>{ue()}),e.withValidate&&((ye=n==null?void 0:n.validate)==null||ye.call(n,"change")))}),r.watch(g,rt.debounce(()=>{const oe=u.curPageList.length!==0,{value:ye}=g;ye!==""&&oe||ye===""&&e.trigger==="focus"&&oe?o.isShow=!0:(e.trigger!=="focus"||!oe)&&(o.isShow=!1)},150)),r.watch(()=>o.isShow,oe=>{V(),oe&&I.value&&(r.nextTick(()=>{I.value.scrollTop=0}),I.value.removeEventListener("scroll",P),I.value.addEventListener("scroll",P))}),r.onMounted(()=>{ue()});const V=()=>{var oe;o.offset.crossAxis=x.value?0:(oe=b.value)==null?void 0:oe.offsetLeft},P=()=>{if(u.isPageLoading||I.value.scrollTop===0)return;const{scrollTop:oe,offsetHeight:ye,scrollHeight:Ne}=I.value;if(oe+ye>=Ne){const Pe=u.curPage+1;Pe<=u.totalPage&&(u.isPageLoading=!0,setTimeout(()=>{f(Pe)},500))}},Y=()=>{var ye;return Array.from(((ye=y.value)==null?void 0:ye.childNodes)||[]).filter(Ne=>![Node.TEXT_NODE,Node.COMMENT_NODE].includes(Ne.nodeType))},X=oe=>{if(!e.disabled){if(oe!=null&&oe.target){const{className:ye}=oe.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],xe(j.selectedTagList[0],0),W()),s.isEdit=!0,r.nextTick(()=>{var ye;(ye=p.value)==null||ye.focus(),e.trigger==="focus"&&j.localList.length!==0&&(pe(),o.isShow?V():o.isShow=!0)})}},ue=()=>{const{saveKey:oe,modelValue:ye,displayKey:Ne,allowCreate:Pe,trigger:Ke,isAsyncList:at}=e;if(j.selectedTagList=[],j.localList=O.value,ye.length){const ct={};j.selectedTagList=ye.map(ze=>{const Oe=J.value[ze];return ct[ze]=1,!Oe&&Pe?{[oe]:ze,[Ne]:ze}:Oe}).filter(ze=>ze),x.value||(j.localList=j.localList.filter(ze=>!ct[ze[oe]]))}if(at&&g.value){pe(g.value),u.curPageList.length&&(o.isShow=!0);return}Ke==="focus"&&pe()},pe=(oe="")=>{const{searchKey:ye,filterCallback:Ne}=e,Pe=oe.toLowerCase().trim();if(Pe===""){d(j.localList);return}let Ke=[];typeof Ne=="function"?Ke=Ne(Pe,ye,j.localList)||[]:Array.isArray(ye)?Ke=j.localList.filter(at=>ye.some(ct=>at[ct].toLowerCase().indexOf(Pe)>-1)):Ke=j.localList.filter(at=>at[ye].toLowerCase().indexOf(Pe)>-1),d(Ke)},le=(oe,ye)=>{const Ne={"bk-selector-actived":!1,"bk-selector-selected":S.value.includes(oe[e.saveKey])};return e.useGroup?Ne["bk-selector-actived"]=oe.__index__===s.focusItemIndex:Ne["bk-selector-actived"]=ye===s.focusItemIndex,Ne};function se(oe,ye){return oe.length!==ye.length?!1:ye.every((Ne,Pe)=>oe[Pe]===Ne)}const te=()=>{j.tagListCache=[],j.selectedTagListCache=[],j.selectedTagList=[]},U=()=>{g.value=""},F=()=>{if(x.value)return 0;const ye=Y().findIndex(({id:Ne})=>Ne==="tagInputItem");return ye>=0?ye:0},_=(oe,ye,Ne=!1)=>{if(!ye||!oe)return;let Pe=ye;Ne&&(Pe=ye.nextElementSibling||null),ye.parentNode.insertBefore(oe,Pe)},W=oe=>{const{maxData:ye,trigger:Ne,allowCreate:Pe}=e;if(ye===-1||ye>S.value.length){const{value:Ke}=oe!=null&&oe.target?oe.target:g,at=Z3(Ke);at?(pe(Ke),p.value.style.width=`${at*fa}px`):Ne==="focus"&&pe()}else ne(),g.value="",o.isShow=!1;s.isEdit=!0,s.focusItemIndex=Pe?-1:0,t("input",g.value)},H=()=>{var oe;o.width=x.value?(oe=v.value)==null?void 0:oe.clientWidth:e.contentWidth,t("focus")},ne=()=>{k.value=setTimeout(()=>{var ye;const oe=g.value;if(U(),s.isEdit=!1,x.value){const[Ne]=j.tagListCache;oe&&oe===Ne&&j.selectedTagListCache.length?we(j.selectedTagListCache[0],"select"):K("remove")}else if(e.allowAutoMatch&&oe){const Ne=u.curPageList.find(Pe=>Array.isArray(e.searchKey)?e.searchKey.map(at=>Pe[at]).includes(oe):Pe[e.searchKey]===oe);Ne?he(Ne,"select"):e.allowCreate&&he(oe,"custom")}o.isShow=!1,t("blur",oe,S.value),(ye=n==null?void 0:n.validate)==null||ye.call(n,"blur")},200)},he=(oe,ye,Ne)=>{Ne==null||Ne.stopPropagation(),!(!oe||oe.disabled)&&(x.value&&te(),we(oe,ye),K("select"),U(),o.isShow=!1)},re=(oe,ye,Ne)=>{Ne==null||Ne.stopPropagation(),xe(oe,ye),U(),K("remove",oe),p.value.style.width=`${fa}px`},K=(oe,ye)=>{t(oe,ye),t("update:modelValue",S.value),t("change",S.value)},z=oe=>{oe.stopPropagation();const ye=j.selectedTagList;j.selectedTagList=[];const Ne=ye.filter(Pe=>J.value[Pe[e.saveKey]]);(e.allowCreate&&Ne.length!==0||!e.allowCreate)&&!x.value&&j.localList.push(...Ne),K("removeAll")},Q=()=>{const oe={height:I.value.clientHeight,yAxis:I.value.getBoundingClientRect().y};r.nextTick(()=>{const ye=I.value.querySelector(".bk-selector-actived");if(!ye)return;const Ne={height:ye.clientHeight,yAxis:ye.getBoundingClientRect().y};Ne.yAxis<oe.yAxis&&(I.value.scrollTop=I.value.scrollTop-(oe.yAxis-Ne.yAxis));const Pe=Ne.yAxis+Ne.height-oe.yAxis;Pe>oe.height&&(I.value.scrollTop=I.value.scrollTop+Pe-oe.height)})},ee=(oe,ye)=>{const Ne=Y();_(b.value,Ne[oe-1]),j.selectedTagList.splice(oe-1,1),X();const Pe=J.value[ye[e.saveKey]];(e.allowCreate&&Pe||!e.allowCreate)&&!x.value&&j.localList.push(ye),p.value=`${fa}px`,K("remove")},de=oe=>{if(u.isPageLoading)return;let ye;const Ne=oe.target.value,Pe=Z3(Ne),Ke=F(),at=Y();switch(oe.code){case"ArrowUp":if(oe.preventDefault(),!o.isShow)return;s.focusItemIndex=s.focusItemIndex-1,s.focusItemIndex=s.focusItemIndex<0?-1:s.focusItemIndex,s.focusItemIndex===-1&&(s.focusItemIndex=u.curPageList.length-1),Q();break;case"ArrowDown":if(oe.preventDefault(),!o.isShow)return;s.focusItemIndex=s.focusItemIndex+1,s.focusItemIndex=s.focusItemIndex>u.curPageList.length-1?u.curPageList.length:s.focusItemIndex,s.focusItemIndex===u.curPageList.length&&(s.focusItemIndex=0),Q();break;case"ArrowLeft":if(s.isEdit=!0,!Pe){if(Ke<1)return;_(b.value,at[Ke-1]),X()}break;case"ArrowRight":if(s.isEdit=!0,!Pe){if(Ke===at.length-1)return;_(at[Ke+1],b.value),X()}break;case"Enter":case"NumpadEnter":!e.allowCreate&&o.isShow||e.allowCreate&&s.focusItemIndex>=0&&o.isShow?he(u.curPageList[s.focusItemIndex],"select",oe):e.allowCreate&&g.value.trim()&&he(g.value,"custom",oe),oe.preventDefault();break;case"Backspace":Ke!==0&&!g.value&&(ye=j.selectedTagList[Ke-1],ee(Ke,ye));break}},G=oe=>{const ye=[],Ne=oe.split(";"),Pe=/^[a-zA-Z][a-zA-Z_]*/g;return Ne.forEach(Ke=>{const at=Ke.match(Pe);if(at){const ct=at.join("");ye.push({[e.saveKey]:ct,[e.displayKey]:ct})}}),ye},ae=oe=>{if(oe.preventDefault(),x.value)return!1;const{maxData:ye,saveKey:Ne,displayKey:Pe,pasteFn:Ke,allowCreate:at}=e,ct=oe.clipboardData.getData("text");let Oe=(Ke?Ke(ct):G(ct)).map(We=>We[Ne]);if(Oe.length){const We=Y(),st=F(),qe=j.localList.map(Ye=>Ye[Ne]);if(Oe=Oe.filter(Ye=>{const Qt=(Ye==null?void 0:Ye.trim())&&!S.value.includes(Ye);return at?Qt:Qt&&qe.includes(Ye)}),ye!==-1){const Ye=j.selectedTagList.length;if(Ye<ye){const Qt=ye-Ye;Oe.length>Qt&&(Oe=[...Oe.slice(0,Qt)])}else Oe=[]}const gt=at?Oe.map(Ye=>j.localList.find(Wi=>Wi[Ne]===Ye)??{[Ne]:Ye,[Pe]:Ye}):j.localList.filter(Ye=>Oe.includes(Ye[Ne]));Oe.length&&(j.selectedTagList.splice(st,0,...gt),_(b.value,We[st]),p.value.style.width=`${fa}px`,j.localList=j.localList.filter(Ye=>!Oe.includes(Ye[Ne])),K("select"),X())}},Ce=oe=>{e.disabled||(_(b.value,oe.currentTarget,!0),p.value.style.width=`${fa}px`,o.isShow&&V())},we=(oe,ye)=>{if(j.selectedTagList.length>=e.maxData&&e.maxData!==-1)return;const{separator:Ne,saveKey:Pe,displayKey:Ke,createTagValidator:at}=e,ct=F();let ze=1,Oe=!1,We;const st=qe=>typeof at=="function"?at(qe):!0;if(ye==="custom")if(Ne){let qe=oe.split(Ne);qe=qe.filter(Ye=>(Ye==null?void 0:Ye.trim())&&!S.value.includes(Ye)&&st(Ye));const gt=qe.map(Ye=>J.value[Ye]||{[Pe]:Ye,[Ke]:Ye});qe.length&&(j.selectedTagList.splice(ct,0,...gt),ze=gt.length,Oe=!0)}else{const qe=typeof oe=="object";if(We=qe?oe[Pe]:oe.trim(),We=We.replace(/\s+/g,""),We!==void 0&&!S.value.includes(We)&&st(We)){const gt=J.value[We]||(qe?oe:{[Pe]:We,[Ke]:We});j.selectedTagList.splice(ct,0,gt),Oe=!0}}else oe&&(We=oe[Pe],We!==void 0&&!S.value.includes(We)&&(j.selectedTagList.splice(ct,0,oe),Oe=!0));Oe&&r.nextTick(()=>{for(let qe=1;qe<=ze;qe++){const Ye=Y()[ct+qe];_(Ye,b.value)}if(p.value.style.width=`${fa}px`,!x.value){e.allowNextFocus&&X();const qe=S.value.reduce((gt,Ye)=>(gt[Ye]=1,gt),{});j.localList=j.localList.filter(gt=>!qe[gt[Pe]])}})},xe=(oe,ye)=>{j.selectedTagList.splice(ye,1);const Ne=J.value[oe[e.saveKey]];(e.allowCreate&&Ne||!e.allowCreate)&&!x.value&&j.localList.push(oe)},_e=r.computed(()=>e.collapseTags?e.collapseTags&&!s.isEdit:e.collapseTags),{overflowTagIndex:Ge}=o4(v,_e,S);return{popoverProps:o,...r.toRefs(s),...r.toRefs(j),...r.toRefs(u),isShowPlaceholder:w,isShowClear:M,placeholderText:N,curInputValue:g,renderList:A,showTagClose:L,tagInputRef:p,bkTagSelectorRef:v,tagListRef:y,tagInputItemRef:b,selectorListRef:I,triggerClass:T,overflowTagIndex:Ge,localCollapseTags:_e,focusInputTrigger:X,activeClass:le,handleInput:W,handleFocus:H,handleBlur:ne,handleTagSelected:he,handleTagRemove:re,handleClear:z,tagFocus:Ce,handleKeydown:de,handlePaste:ae}},render(){return r.createVNode("div",{class:"bk-tag-input",ref:"bkTagSelectorRef",onClick:this.focusInputTrigger,onMouseenter:()=>this.isHover=!0,onMouseleave:()=>this.isHover=!1},[r.createVNode($t,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(KL,{node:n,tpl:this.tagTpl,displayKey:this.displayKey,hasTips:!!this.tooltipKey,tagOverflowTips:this.tagOverflowTips},null),this.showTagClose?r.createVNode(dn,{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(hn,{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(Y3,{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(Y3,{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(or,{theme:"primary",size:zr.Small},null)]):null])])})])}}),l4=Fe(XL),qL={direction:Ig(),align:Sd().def(Nl.CENTER),color:m.string.def("#dde4eb"),width:m.number.def(1),type:Ng()},ek=r.defineComponent({name:"Divider",props:qL,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:[Z("divider-info"),Z(`divider-info-${this.align}`)]},[this.$slots.default()])),r.createVNode("div",{class:[Z("divider"),Z(`divider-${this.direction}`)],style:e()},[t])}}),c4=Fe(ek);var El=(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))(El||{}),js=(e=>(e.LEFT="left",e.RIGHT="right",e.TOP="top",e))(js||{});const u4=Ee("position",{}).def("top");var d4=(e=>(e.REPLACE="replace",e.INSERT="insert",e))(d4||{});const f4=Ee("sortType",{}).def("replace"),tk={tabAdd:{type:Function,default:()=>({})},tabChange:{type:Function,default:e=>e},tabRemove:{type:Function,default:e=>e},tabSort:{type:Function,default:()=>({})},tabDrag:{type:Function,default:()=>({})}},nk={name:m.oneOfType([m.number,m.string]).def(""),label:m.string||m.func,tips:m.string,closable:m.bool,visible:m.bool.def(!0),disabled:m.bool,sortable:m.bool,renderDirective:Mf(),panel:m.string||m.func},ik={active:m.oneOfType([m.number,m.string]).def(""),type:Ee("type",{}).def("border-card"),tabPosition:u4,closable:Boolean,addable:Boolean,sortable:Boolean,sortType:f4,labelHeight:m.number.def(50),scrollStep:m.number.def(200),extCls:m.string.def(""),validateActive:m.bool.def(!0),showHeader:m.bool.def(!0),changeOnHover:m.bool.def(!1),changeOnHoverDelay:m.number.def(1e3),activeBarSize:m.number.def(2),activeBarColor:m.string.def("#3a84ff")},rk={active:m.oneOfType([m.number,m.string]).def(""),type:Ee("type",{}).def("border-card"),activeBarColor:m.string.def("#3a84ff"),activeBarSize:m.number.def(2),panels:{type:Array,default:()=>[]},tabPosition:u4,closable:Boolean,addable:Boolean,sortable:Boolean,sortType:f4,labelHeight:m.number.def(50),scrollStep:m.number.def(200),validateActive:m.bool.def(!0),changeOnHover:m.bool.def(!1),changeOnHoverDelay:m.number.def(1e3),...tk},U3=r.defineComponent({name:"TabNav",directives:{bkTooltips:Fa},props:rk,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([js.LEFT,js.RIGHT].includes(e.tabPosition)){const{clientHeight:g,offsetTop:p}=t.value,v={width:`${e.activeBarSize}px`,height:`${g}px`,top:`${p}px`,background:e.activeBarColor};return e.tabPosition===js.LEFT?v.right=0:v.left=0,v}if(e.type===El.UNBORDER_CARD){const{clientWidth:g,offsetLeft:p}=t.value;return{width:`${g}px`,height:`${e.activeBarSize}px`,left:`${p}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((p,v)=>{if(!p.props)return null;const{name:y,label:b,closable:I,visible:k,disabled:L,sortable:x,tips:w}=p.props;if(!k)return!1;e.active===y&&(g=!0);const N=M=>p.slots.label?r.h(p.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:w,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),c=r.ref(""),u=(f,g)=>f===g;return{...{handleTabAdd(f){e.tabAdd(f)},dragstart(f,g){o.value=f,c.value=e.guid,Object.assign(g.dataTransfer,{effectAllowed:"move"}),e.tabDrag(f,g)},dragenter(f){u(c.value,e.guid)&&(s.value=f)},dragend(){s.value=-1,o.value=-1,c.value=null},drop(f,g){if(!u(c.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:c,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:c,dragenter:u,dragend:d,drop:f}=this,g=()=>this.navs.map((I,k)=>{if(!I)return null;const{name:L,disabled:x,tabLabel:w}=I,N=()=>{const T=[Z("tab-header-item")];return x&&T.push(Z("tab-header--disabled")),e===L&&T.push(Z("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=>c(k,T),ref:e===L?"activeRef":"",onDragenter:T=>{T.preventDefault(),u(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,[w]),M(I.closable,t)?r.createVNode("span",{class:Z("tab-header--close"),onClick:()=>this.handleTabRemove(k,I)},[r.createVNode(hn,null,null)]):""]),[[r.resolveDirective("bk-tooltips"),{content:I.tips,disabled:!I.tips}]])}),p=()=>{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(to,{style:"display:flex;",width:26,height:26},null)])),I.length?r.createVNode("div",{class:Z("tab-header-operation")},[I.map((x,w)=>r.createVNode("div",{class:Z("tab-header-item"),key:w},[x]))]):null},v=()=>this.type===El.UNBORDER_CARD?r.createVNode("div",{style:this.activeBarStyle,class:Z("tab-header-active-bar")},null):"",y=typeof this.$slots.setting=="function"?r.createVNode("div",{class:Z("tab-header-setting")},[this.$slots.setting()]):null,b=p();return r.createVNode("div",{style:{lineHeight:`${o}px`},class:Z("tab-header")},[r.createVNode("div",{class:[Z("tab-header-nav"),b||y?"tab-header-auto":""]},[v(),g()]),b,y])}}),ak=r.defineComponent({name:"Tab",components:{TabNav:U3},props:ik,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(),c=(f,g=[])=>{const{children:p}=f;return(p||[]).forEach(v=>{let{type:y}=v;y=y.name||y,y==="TabPanel"&&v.component?g.push(v.component):(y===r.Fragment||y==="template")&&c(v,g)}),g},u=()=>{if(t.default){const{children:f}=o.subTree.children[1];if(!f)return;const g=f[0],p=c(g);p.length!==s.value.length&&(s.value=p)}};return r.onMounted(()=>{u(),i.value=!0,r.onUpdated(()=>{u()})}),{...{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,p){const v=s.value;if(p===d4.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,p),n("sort-change",f,g,p)},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=[Z("tab"),this.extCls];return this.tabPosition===js.TOP?s.push(Z(`tab--${this.tabPosition}`),Z(`tab--${this.type}`)):(s.push(Z(`tab--${this.tabPosition}`)),this.type===El.CARD_TAB&&s.push(Z("tab--vertical-tab"))),s},t=()=>{const{panels:s,active:o,type:c,closable:u,addable:d,sortable:f,sortType:g,labelHeight:p,scrollStep:v,validateActive:y,changeOnHover:b,changeOnHoverDelay:I,tabPosition:k,activeBarSize:L,activeBarColor:x,tabAdd:w,tabChange:N,tabRemove:M,tabSort:T,tabDrag:j}=this,S={panels:s,active:o,type:c,closable:u,addable:d,sortable:f,sortType:g,labelHeight:p,scrollStep:v,validateActive:y,changeOnHover:b,changeOnHoverDelay:I,tabPosition:k,activeBarSize:L,activeBarColor:x,tabAdd:w,tabChange:N,tabRemove:M,tabSort:T,tabDrag:j};return!s||!Array.isArray(s)?null:r.createVNode(U3,S,this.$slots)};return r.createVNode("div",{class:e()},[t(),r.createVNode("div",{class:Z("tab-content")},[(i=(n=this.$slots).default)==null?void 0:i.call(n)])])}}),sk=r.defineComponent({name:"TabPanel",props:nk,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:Z("tab-panel")},[t()]),[[r.vShow,e]])}}),h4=fn(ak,{TabPanel:sk}),ir={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]};let $3=1;const g4=(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 c=n.offsetY||30;const{spacing:u=10}=n;ir[i].forEach(v=>{c+=(v.el.offsetHeight||0)+u}),$3+=1;const d=`message_${$3}`;n={...n,offsetX:o,offsetY:c,id:d};const f=document.createElement("div"),g=r.createVNode(e,n);g.props.onDestroy=v=>{ok(v,i,u,s),r.render(null,f)},r.render(g,f),ir[i].push(g);let p;g.props.getContainer&&Ar(g.props.getContainer)?p=g.props.getContainer:p=document.body,p.appendChild(f.firstElementChild)};function ok(e,t,n,i){i==null||i();const s=t.startsWith("top")?"top":"bottom";let o=-1;ir[t].forEach((f,g)=>{f.props.id===e&&(o=g)});const u=ir[t][o].el.offsetHeight,d=ir[t].length;for(let f=o;f<d;f++){const g=parseInt(ir[t][f].el.style[s],10)-u-n;ir[t][f].component.props.offsetY=g}ir[t].splice(o,1)}var m4={exports:{}};/*!
|
67
67
|
* clipboard.js v2.0.11
|
68
68
|
* https://clipboardjs.com/
|
69
69
|
*
|
@@ -262,7 +262,7 @@ ${Gl(n)}`),i}})}function Dw(e){const t=Object.keys(e),n=t.filter(s=>{var o;retur
|
|
262
262
|
.json-formatter-dark.json-formatter-row.json-formatter-open.json-formatter-empty:after {
|
263
263
|
display: block;
|
264
264
|
}
|
265
|
-
`);var uk=/(^\d{1,4}[\.|\\/|-]\d{1,2}[\.|\\/|-]\d{1,4})(\s*(?:0?[1-9]:[0-5]|1(?=[012])\d:[0-5])\d\s*[ap]m)?$/,dk=/\d{2}:\d{2}:\d{2} GMT-\d{4}/,fk=/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/,sl=window.requestAnimationFrame||function(e){return e(),0},gs={hoverPreviewEnabled:!1,hoverPreviewArrayCount:100,hoverPreviewFieldCount:5,animateOpen:!0,animateClose:!0,theme:null,useToJSON:!0,sortPropertiesBy:null},hk=function(){function e(t,n,i,s){n===void 0&&(n=1),i===void 0&&(i=gs),this.json=t,this.open=n,this.config=i,this.key=s,this._isOpen=null,this.config.hoverPreviewEnabled===void 0&&(this.config.hoverPreviewEnabled=gs.hoverPreviewEnabled),this.config.hoverPreviewArrayCount===void 0&&(this.config.hoverPreviewArrayCount=gs.hoverPreviewArrayCount),this.config.hoverPreviewFieldCount===void 0&&(this.config.hoverPreviewFieldCount=gs.hoverPreviewFieldCount),this.config.useToJSON===void 0&&(this.config.useToJSON=gs.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"&&(uk.test(this.json)||fk.test(this.json)||dk.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 v4(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 y4(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this.config.useToJSON&&this.json&&this.json.toJSON?"stringifiable":p4(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(rn("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(rn("open")):(this.appendChildren(this.config.animateOpen),this.element.classList.add(rn("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(K3).join(", ")+"]";var n=this.keys,i=n.slice(0,this.config.hoverPreviewFieldCount).map(function(o){return o+":"+K3(t.json[o])}),s=n.length>=this.config.hoverPreviewFieldCount?"…":"";return"{"+i.join(", ")+s+"}"},e.prototype.render=function(){this.element=Ht("div","row");var t=this.isObject?Ht("a","toggler-link"):Ht("span");if(this.isObject&&!this.useToJSON&&t.appendChild(Ht("span","toggler")),this.hasKey&&t.appendChild(Ht("span","key",this.key+":")),this.isObject&&!this.useToJSON){var n=Ht("span","value"),i=Ht("span"),s=Ht("span","constructor-name",this.constructorName);if(i.appendChild(s),this.isArray){var o=Ht("span");o.appendChild(Ht("span","bracket","[")),o.appendChild(Ht("span","number",this.json.length)),o.appendChild(Ht("span","bracket","]")),i.appendChild(o)}n.appendChild(i),t.appendChild(n)}else{(n=this.isUrl?Ht("a"):Ht("span")).classList.add(rn(this.type)),this.isDate&&n.classList.add(rn("date")),this.isUrl&&(n.classList.add(rn("url")),n.setAttribute("href",this.json));var c=b4(this.type,this.json,this.useToJSON?this.json.toJSON():this.json);n.appendChild(document.createTextNode(c)),t.appendChild(n)}if(this.isObject&&this.config.hoverPreviewEnabled){var u=Ht("span","preview-text");u.appendChild(document.createTextNode(this.getInlinepreview())),t.appendChild(u)}var d=Ht("div","children");return this.isObject&&d.classList.add(rn("object")),this.isArray&&d.classList.add(rn("array")),this.isEmpty&&d.classList.add(rn("empty")),this.config&&this.config.theme&&this.element.classList.add(rn(this.config.theme)),this.isOpen&&this.element.classList.add(rn("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."+rn("children"));if(i&&!this.isEmpty)if(t){var s=0,o=function(){var c=n.keys[s],u=new e(n.json[c],n.open-1,n.config,c);i.appendChild(u.render()),(s+=1)<n.keys.length&&(s>10?o():sl(o))};sl(o)}else this.keys.forEach(function(c){var u=new e(n.json[c],n.open-1,n.config,c);i.appendChild(u.render())})},e.prototype.removeChildren=function(t){t===void 0&&(t=!1);var n=this.element.querySelector("div."+rn("children"));if(t){var i=0,s=function(){n&&n.children.length&&(n.removeChild(n.children[0]),(i+=1)>10?s():sl(s))};sl(s)}else n&&(n.innerHTML="")},e}(),C4=function(e){return e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.ERROR="error",e}(C4||{}),Yd=function(e){return e.KEY_VALUE="key-value",e.JSON="json",e}(Yd||{}),wn=function(e){return e.ASSISTANT="assistant",e.DETAILS="details",e.FIX="fix",e.CLOSE="close",e}(wn||{});const gk={code:m.oneOfType([m.string,m.number]),overview:m.string,suggestion:m.string,details:m.string,assistant:m.string,type:Ee("MessageContentType",{})},mk={id:m.string.def(""),message:m.oneOfType([m.shape(gk).loose,m.string]),theme:Ee("messageTheme",{}).def(C4.PRIMARY),delay:m.number,dismissable:m.bool.def(!0),offsetY:m.number.def(30),spacing:m.number.def(10),extCls:m.string.def(""),onClose:m.func,getContainer:m.instanceOf(HTMLElement),width:m.oneOfType([m.number,m.string]),actions:m.shape([])},pk=r.defineComponent({name:"Message",props:mk,emits:["destroy"],setup(e,{emit:t,slots:n}){const i=ft("message"),s=r.computed(()=>["bk-message",`bk-message-${e.theme}`,`${e.extCls}`]),o=gi.getMessageNextIndex(),c=560,u=800,d=3e3,f=8e3,g=r.computed(()=>/^\d+\.?\d*$/.test(`${e.delay}`)?e.delay:typeof e.message=="object"&&!r.isVNode(e.message)?f:d),p=r.computed(()=>/^\d+/.test(`${e.width}`)?/^\d+\.?\d*$/.test(`${e.width}`)?`${e.width}px`:e.width:typeof e.message=="object"&&!r.isVNode(e.message)?`${u}px`:`${c}px`),v=r.computed(()=>e.getContainer&&Ar(e.getContainer)),y=r.computed(()=>({top:`${e.offsetY}px`,zIndex:o,position:v.value?"absolute":"fixed",width:p.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 w=null;const N=()=>{w=setTimeout(()=>{x.isFix||(L.value=!1)},g.value)},M=te=>{te.preventDefault(),te.stopPropagation(),L.value=!1};let T;const j=r.ref(!1),S=r.ref(null),O=te=>{if(j.value)return;const U=new ck(k.value,{text:()=>e.message.details});["success","error"].forEach(F=>{U.on(F,()=>{const _=I.value;S.value=F,_&&(_.classList.remove("success","error","is-hidden"),_.classList.add(F,"is-show"),T&&clearTimeout(T),T=setTimeout(()=>{_.classList.remove("is-show"),_.classList.add("is-hidden")},2e3))}),j.value=!0,setTimeout(()=>{k.value.click()})})},J=te=>{let U=te;if(typeof te=="string")try{U=JSON.parse(te)}catch(F){console.error(`Format Json Error: ${F}`)}return U},A=(te,U)=>{if(x.isDetailShow=U??!x.isDetailShow,V(te,x.isDetailShow),x.isDetailShow&&typeof e.message=="object"&&!r.isVNode(e.message)&&(e.message.type===Yd.JSON||!e.message.type)){const F=J(e.message.details),_=new hk(F);setTimeout(()=>{b.value&&(b.value.innerHTML="",b.value.append(_.render()))})}},V=(te,U)=>{x.isFix=U??!x.isFix};r.onMounted(()=>{g.value&&N(),L.value=!0}),r.onUnmounted(()=>{clearTimeout(w)}),r.watch(L,()=>{L.value||t("destroy",e.id)});const P=te=>{clearTimeout(w)},Y=te=>{g.value&&N()},X=te=>{e.message.assistant&&window.open(e.message.assistant,"_blank")},ue=r.computed(()=>({[wn.ASSISTANT]:{id:wn.ASSISTANT,icon:()=>r.createVNode(Nc,null,null),text:()=>i.value.assistant,onClick:te=>X()},[wn.DETAILS]:{id:wn.DETAILS,icon:()=>x.isDetailShow?r.createVNode(ql,null,null):r.createVNode(Xl,null,null),text:()=>i.value.details,onClick:te=>A(te)},[wn.FIX]:{id:wn.FIX,icon:()=>x.isFix?r.createVNode(dc,null,null):r.createVNode(uc,null,null),classList:x.isFix?"fixed":"",onClick:te=>V()},[wn.CLOSE]:{id:wn.CLOSE,classList:"normal-color",icon:()=>e.dismissable&&r.createVNode(dn,{class:"bk-message-close",onClick:M},null),onClick:M}})),pe=[wn.ASSISTANT,wn.DETAILS,wn.FIX,wn.CLOSE],le=r.computed(()=>{var te;if(((te=e.actions)==null?void 0:te.length)>0){const U=e.actions.map(_=>{const W=_.id.toLocaleLowerCase(),H=ue.value[W],ne=H==null?void 0:H.onClick,he=Object.assign({},ue.value[W]||{},_);if(he.id=W,_.classList!==void 0){const re=Array.isArray(_.classList)?_.classList:[_.classList];let K=[];H.classList!==void 0&&(K=Array.isArray(H.classList)?H.classList:[H.classList]),he.classList=[...K,...re]}return typeof _.onClick=="function"?(he.onClick=()=>{const re=Reflect.apply(_.onClick,this,[]);(typeof re===void 0||re)&&typeof ne=="function"&&Reflect.apply(ne,this,[])},he):(he.onClick=ne,he)}),F=pe.filter(_=>!U.some(W=>W.id===_)).map(_=>ue.value[_]);return U.push(...F),U}return pe.map(U=>ue.value[U])});return{classNames:s,styles:y,visible:L,close:M,setDetailsShow:A,fixMesage:V,copyMessage:O,parseJson:J,handleMouseenter:P,handleMouseleave:Y,renderMessageActions:()=>{var W;const te=({icon:H})=>typeof H=="function"?Reflect.apply(H,this,[]):r.createVNode("span",{class:H},null),U=({text:H})=>{let ne;if(typeof H=="function"&&(ne=Reflect.apply(H,this,[])),ne!==void 0)return typeof ne=="string"?r.createVNode("span",{class:"message-action-text"},[ne]):ne},F=(H,ne)=>{ne.readonly||ne.disabled||typeof ne.onClick=="function"&&Reflect.apply(ne.onClick,this,[H,ne])},_=()=>le.value.map(H=>{if(H.disabled)return null;if(typeof H.render=="function")return Reflect.apply(H.render,this,[]);const ne=Array.isArray(H.classList)?H.classList.join(" "):H.classList;return r.createVNode("span",{class:["tool",H.id,ne],onClick:he=>F(he,H)},[te(H),U(H)])});return((W=n.action)==null?void 0:W.call(n))??_()},refJsonContent:b,refCopyStatus:I,refCopyMsgDiv:k,toolOperation:x,copyStatus:S,t:i}},render(){const e=i=>({primary:r.createVNode(eo,null,null),warning:r.createVNode(Ba,null,null),success:r.createVNode(Ha,null,null),error:r.createVNode(hn,null,null)})[i??this.theme],t=i=>{if(i.type===Yd.KEY_VALUE){const s=this.parseJson(i.details||{});return Object.keys(s).map(c=>r.createVNode("div",{class:"message-row"},[r.createVNode("label",null,[c]),s[c]]))}},n=()=>{var i,s;return typeof this.message=="object"&&!r.isVNode(this.message)?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(oc,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(dn,{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]])]})}}),w4=e=>{g4(pk,e)},vk=e=>{const t=document.createElement("div"),n=r.ref(!1),i=r.shallowRef(e),s=r.defineComponent({name:"DialogConfirm",setup(c,{expose:u}){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}u({update:g});const p=()=>{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:Z("info-sub-title"),style:`text-Align:${i.value.contentAlign||"center"}`},v)),y};return()=>r.createVNode(Hg,{class:Z("info-wrapper"),headerAlign:"center",footerAlign:"center",...i.value,isShow:n.value,onClosed:d,onConfirm:f},p())}});let o=r.createApp(s).mount(t);return{show:()=>{n.value=!0},hide:()=>{n.value=!1},update:c=>{o.update(c)},destroy:()=>{o.unmount(),o=null}}},M4=Fe(vk);var I4=function(e){return e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.ERROR="error",e}(I4||{});const yk={id:m.string.def(""),title:m.string.def(""),message:m.oneOfType([m.string,m.func]).def(""),theme:Ee("notifyTheme",{}).def(I4.PRIMARY),position:m.position().def("top-right"),delay:m.number.def(5e3),dismissable:m.bool.def(!0),offsetX:m.number.def(100),offsetY:m.number.def(30),spacing:m.number.def(10),extCls:m.string.def(""),onClose:m.func},bk=r.defineComponent({name:"Notify",props:yk,emits:["destroy"],setup(e,{emit:t}){const n=gi.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})),c=r.computed(()=>["bk-notify",`bk-notify-${e.theme}`,i.value]),u=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)},p=()=>{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:c,styles:o,visible:d,renderMessage:u,handleClose:p}},render(){const e=()=>({primary:r.createVNode(eo,null,null),warning:r.createVNode(Ba,null,null),success:r.createVNode(Ha,null,null),error:r.createVNode(hn,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(dn,{class:"bk-notify-icon bk-notify-close",onClick:this.handleClose},null)]),[[r.vShow,this.visible]])]})}}),N4=e=>{g4(bk,e)},L4=Symbol("MENU_PROVIDER_KEY"),Ud=Symbol("MENU_PROVIDER_KEY_PATH"),Ck=e=>{r.provide(L4,e)},wk=e=>{const{parentKeys:t,parentInfo:n}=m0(),i=r.computed(()=>[...t.value,e]);r.provide(Ud,{parentInfo:{key:e,parentKey:n==null?void 0:n.key},parentKeys:i})},k4=()=>r.inject(L4),m0=()=>{var n;const e=r.getCurrentInstance(),t=e.parent?e.parent.provides:(n=e.vnode.appContext)==null?void 0:n.provides;return t&&Ud in t?r.inject(Ud):{parentInfo:void 0,parentKeys:r.ref([])}},$d=function(e){return(e||"").split(" ").filter(t=>!!t.trim())};function X3(e,t){if(!e||!t)return;const n=$d(t);let i=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...n);return}n.forEach(o=>{i=i.replace(` ${o} `," ")});const s=$d(i).join(" ");e.setAttribute("class",s)}function q3(e,t){if(!e)return;let n=e.getAttribute("class")||"";const i=$d(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 Mk=()=>({css:!0,onBeforeEnter:e=>{q3(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,X3(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&&(q3(e,"collapse-transition"),e.style.transitionProperty="height",e.style.height="0px",e.style.maxHeight="0px")},onAfterLeave:e=>{X3(e,"collapse-transition"),e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow}}),Ik={activeKey:String,collapse:Boolean,openedKeys:{type:Array},mode:{type:String,default:"vertical"},uniqueOpen:{type:Boolean,default:!0}},Nk=r.defineComponent({name:"Menu",props:Ik,emits:["update:activeKey","update:openKeys","click","openChange"],setup(e,{slots:t,emit:n,expose:i}){const s=r.ref(""),o=r.ref([]),c=r.ref({}),u=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)=>{c.value={...c.value,[b]:I}},p=b=>{delete c.value[b],c.value={...c.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,c.value[b]),n("update:openKeys",[...o.value])},y=b=>{s.value=b,n("click",c.value[b]),n("update:activeKey",b,c.value[b])};return Ck({activeKey:s,menuStore:c,registerMenuInfo:g,unregisterMenuInfo:p,mode:u.value,openedKeys:o,collapse:d,handleOpenChange:v,handleActiveChange:y}),i({activeKey:s,openedKeys:o,menuStore:c}),()=>{var b;return r.createVNode("div",{class:{"bk-menu":!0,"is-collapse":d.value}},[(b=t.default)==null?void 0:b.call(t)])}}}),Lk=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)])])}}}),kk=r.defineComponent({name:"MenuItem",props:{needIcon:{type:Boolean,default:!0}},emits:["click"],slots:Object,setup(e,{slots:t,emit:n}){var y,b;const{registerMenuInfo:i,unregisterMenuInfo:s,activeKey:o,handleActiveChange:c}=k4(),u=r.getCurrentInstance(),{parentInfo:d}=m0(),f=((b=(y=u.vnode.key)==null?void 0:y.toString)==null?void 0:b.call(y))||String(u.uid),g=r.computed(()=>o.value===f),p=r.computed(()=>e.needIcon);i(f,{key:f,parentKey:d==null?void 0:d.key});const v=I=>{c(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},[p.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)])])}}}),Tk={title:{type:String,default:"title"}},xk=r.defineComponent({name:"Submenu",props:Tk,emits:["collapse"],slots:Object,setup(e,{slots:t,emit:n}){var L,x;const{registerMenuInfo:i,unregisterMenuInfo:s,openedKeys:o,handleOpenChange:c,collapse:u,activeKey:d,menuStore:f}=k4(),{parentInfo:g}=m0(),p=r.getCurrentInstance(),v=((x=(L=p.vnode.key)==null?void 0:L.toString)==null?void 0:x.call(L))||String(p.uid),y=r.ref(Mk()),b=r.computed(()=>o.value.includes(v)),I=r.computed(()=>{var N,M;const w=(M=(N=f.value)==null?void 0:N[d.value])==null?void 0:M.parentKey;return u.value&&w===v&&b});wk(v),i(v,{key:v,parentKey:g==null?void 0:g.key}),r.onBeforeUnmount(()=>s(v));const k=()=>{c(v,!b.value),n("collapse",!b.value,p)};return()=>{var w;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"},[((w=t.icon)==null?void 0:w.call(t))||r.createVNode(wc,{class:"menu-icon"},null)]),r.createVNode("span",{class:"submenu-header-content"},[e.title]),r.createVNode(Ys,{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]])]}})])}}}),T4=fn(Nk,{Item:kk,Submenu:xk,Group:Lk}),Sk={sideTitle:{type:String,default:""},navigationType:{type:String,default:"left-right"}},e6=r.defineComponent({props:Sk,slots:Object,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])]])}}}),Dk={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}},jk=r.defineComponent({name:"Navigation",props:Dk,emits:["leave","toggle","hover","toggle-click"],slots:Object,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))},c=()=>{i.click=!i.click,i.hover=i.click,t("toggle",i.hover),t("toggle-click",i.hover)};return{defaultHeaderTitle:n,nav:i,onBeforeUnmount:r.onBeforeUnmount,handleMouseOver:s,handleMouseLeave:o,handleClick:c}},render(){var e,t,n,i,s,o,c,u,d,f,g,p;return r.createVNode("div",{class:"bk-navigation"},[this.navigationType==="top-bottom"&&r.createVNode("div",{class:"bk-navigation-header",style:{flexBasis:`${this.headHeight}px`}},[r.createVNode(e6,{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(e6,{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(sc,{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"},[(u=(c=this.$slots)["header-set"])==null?void 0:u.call(c)])]]),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"},[(p=(g=this.$slots).footer)==null?void 0:p.call(g)])])])])])}}),x4=Fe(jk),Ok={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},p0=r.defineComponent({props:Ok,emits:["changeVisible"],setup(e,{emit:t}){let n=Object.create(null);const i=r.ref(null);r.onMounted(()=>{c()}),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)}},c=()=>{n&&Object.keys(n).length!==0?r.nextTick(()=>{n.update()}):r.nextTick(()=>{n=new gw(e.triggerRef,i.value,{placement:e.placement,trigger:"manual",modifiers:[{name:"computeStyles",options:{adaptive:!1,gpuAcceleration:!1}},{name:"offset",options:{offset:[0,4]}}]})})},u=r.computed(()=>{const f={};return e.appendToBody&&(f["z-index"]=1060+gi.getModalNextIndex()),f}),d=r.reactive({styles:u});return{...r.toRefs(d),refContentRef:i,forceUpdate:s,updateDropdown:c,destoryDropdown:o}},render(){var e,t;return r.createVNode("div",{ref:"refContentRef",class:[Z("date-picker-dropdown"),this.className,this.extPopoverCls],style:this.styles,onClick:this.onClick},[((t=(e=this.$slots).default)==null?void 0:t.call(e))??""])}}),Ak={showTime:{type:Boolean,required:!0},isTime:{type:Boolean,default:!1},timeDisabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0}},S4=r.defineComponent({props:Ak,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")},c=()=>{e.timeDisabled||t("pick-toggle-time")},u=r.ref(null);return{labels:i,handleClear:s,handleSuccess:o,handleToggleTime:c,handleTab:f=>{const p=[...u.value.children][f.shiftKey?"shift":"pop"]();document.activeElement===p&&(f.preventDefault(),f.stopPropagation())}}},render(){var e,t;return r.createVNode("div",{class:Z("picker-confirm"),ref:"elRef",onKeydown:this.handleTab},[this.showTime?r.createVNode(Et,{text:!0,class:Z("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:Z("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 t6=1e3*60*60*24;function n6(e,t){return new Date(e,t+1,0).getDate()}function i6(e,t,n){return t===0&&n>50?e-1:t===11&&n<10?e+1:e}function r6(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,c=new Date(o,0,1),u=1+Math.round((s-c)/t6);i||(u+=c.getDay());var d=Math.ceil(u/7);if(!i){var f=new Date(e,t,n),g=new Date(e+1,0,1),p=g.getDay();f.getTime()>=g.getTime()-t6*p&&(d=1)}return d}function Ek(e,t,n){for(var i=this.lang||"en",s=this.onlyDays,o=typeof this.weekStart>"u"?1:this.weekStart,c=o===1,u=[],d=new Date(e,t,1),f=d.getDay()||(c?7:0),g=o-f,p=r6(e,t,1,c),v=n6(e,t),y=n6(e,t-1),b,I,k,L=i6(e,t,p),x={month:t,year:e,daysInMonth:v},w=0;w<7;w++){k=g;for(var N=0;N<8;N++){w>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":w===0?"dayLabel":g<1?"prevMonth":g>v?"nextMonth":"monthDay"}(),T=k!==g&&w>0,j={desc:T?I:p,week:p,type:M,format:c?"ISO 8601":"US",date:T?new Date(Date.UTC(e,b,I)):!1,year:L,index:u.length};n&&(typeof n=="function"?j=n.call(x,j,i):n.forEach(function(S){j=S.call(x,j,i)})),s&&T?u.push(j):s||u.push(j)}w>0&&(p=r6(e,b,I+1,c)),L=i6(e,t,p)}return x.cells=u,x}var Pk=function(e){return Ek.bind(e)},zk={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"}},si=zk;function Vk(e){return e==null?!1:e.constructor===Array||e.constructor===Object}function D4(e,t){for(var n in e)t[n]?Vk(e[n])&&D4(e[n],t[n]):t[n]=e[n]}function j4(e,t){var n=[si.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&&si.weekPlaceholder?e.desc=si.weekPlaceholder:e.index<8?e.desc=si.columnNames[t][e.index]:e.index%8==0&&(e.desc=e.week)),e.date&&(e.monthName=si.monthNames[t][e.date.getMonth()]),this.monthName||(this.monthName=si.monthNames[t][this.month]),this.labels||(this.labels={monthNames:si.monthNames[t],columnNames:si.columnNames[t],classes:si.classes}),e}j4.setLabels=function(e){D4(e,si)};var Rk=j4,Jk={Generator:Pk,addLabels:Rk};const Qk=Bs(Jk);function Pl(e){"@babel/helpers - typeof";return Pl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Pl(e)}function Hr(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 Kt(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function Ln(e){Kt(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||Pl(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://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function _k(e,t){Kt(2,arguments);var n=Ln(e).getTime(),i=Hr(t);return new Date(n+i)}var Wk={};function Oc(){return Wk}function Hk(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 Bk(e){return Kt(1,arguments),e instanceof Date||Pl(e)==="object"&&Object.prototype.toString.call(e)==="[object Date]"}function Fk(e){if(Kt(1,arguments),!Bk(e)&&typeof e!="number")return!1;var t=Ln(e);return!isNaN(Number(t))}function Gk(e,t){Kt(2,arguments);var n=Hr(t);return _k(e,-n)}var Zk=864e5;function Yk(e){Kt(1,arguments);var t=Ln(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/Zk)+1}function zl(e){Kt(1,arguments);var t=1,n=Ln(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 O4(e){Kt(1,arguments);var t=Ln(e),n=t.getUTCFullYear(),i=new Date(0);i.setUTCFullYear(n+1,0,4),i.setUTCHours(0,0,0,0);var s=zl(i),o=new Date(0);o.setUTCFullYear(n,0,4),o.setUTCHours(0,0,0,0);var c=zl(o);return t.getTime()>=s.getTime()?n+1:t.getTime()>=c.getTime()?n:n-1}function Uk(e){Kt(1,arguments);var t=O4(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var i=zl(n);return i}var $k=6048e5;function Kk(e){Kt(1,arguments);var t=Ln(e),n=zl(t).getTime()-Uk(t).getTime();return Math.round(n/$k)+1}function Vl(e,t){var n,i,s,o,c,u,d,f;Kt(1,arguments);var g=Oc(),p=Hr((n=(i=(s=(o=t==null?void 0:t.weekStartsOn)!==null&&o!==void 0?o:t==null||(c=t.locale)===null||c===void 0||(u=c.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&s!==void 0?s:g.weekStartsOn)!==null&&i!==void 0?i:(d=g.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.weekStartsOn)!==null&&n!==void 0?n:0);if(!(p>=0&&p<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var v=Ln(e),y=v.getUTCDay(),b=(y<p?7:0)+y-p;return v.setUTCDate(v.getUTCDate()-b),v.setUTCHours(0,0,0,0),v}function A4(e,t){var n,i,s,o,c,u,d,f;Kt(1,arguments);var g=Ln(e),p=g.getUTCFullYear(),v=Oc(),y=Hr((n=(i=(s=(o=t==null?void 0:t.firstWeekContainsDate)!==null&&o!==void 0?o:t==null||(c=t.locale)===null||c===void 0||(u=c.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&s!==void 0?s:v.firstWeekContainsDate)!==null&&i!==void 0?i:(d=v.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&n!==void 0?n:1);if(!(y>=1&&y<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var b=new Date(0);b.setUTCFullYear(p+1,0,y),b.setUTCHours(0,0,0,0);var I=Vl(b,t),k=new Date(0);k.setUTCFullYear(p,0,y),k.setUTCHours(0,0,0,0);var L=Vl(k,t);return g.getTime()>=I.getTime()?p+1:g.getTime()>=L.getTime()?p:p-1}function Xk(e,t){var n,i,s,o,c,u,d,f;Kt(1,arguments);var g=Oc(),p=Hr((n=(i=(s=(o=t==null?void 0:t.firstWeekContainsDate)!==null&&o!==void 0?o:t==null||(c=t.locale)===null||c===void 0||(u=c.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&s!==void 0?s:g.firstWeekContainsDate)!==null&&i!==void 0?i:(d=g.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&n!==void 0?n:1),v=A4(e,t),y=new Date(0);y.setUTCFullYear(v,0,p),y.setUTCHours(0,0,0,0);var b=Vl(y,t);return b}var qk=6048e5;function eT(e,t){Kt(1,arguments);var n=Ln(e),i=Vl(n,t).getTime()-Xk(n,t).getTime();return Math.round(i/qk)+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 tT={y:function(t,n){var i=t.getUTCFullYear(),s=i>0?i:1-i;return dt(n==="yy"?s%100:s,n.length)},M:function(t,n){var i=t.getUTCMonth();return n==="M"?String(i+1):dt(i+1,2)},d:function(t,n){return dt(t.getUTCDate(),n.length)},a:function(t,n){var i=t.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(t,n){return dt(t.getUTCHours()%12||12,n.length)},H:function(t,n){return dt(t.getUTCHours(),n.length)},m:function(t,n){return dt(t.getUTCMinutes(),n.length)},s:function(t,n){return dt(t.getUTCSeconds(),n.length)},S:function(t,n){var i=n.length,s=t.getUTCMilliseconds(),o=Math.floor(s*Math.pow(10,i-3));return dt(o,n.length)}};const er=tT;var ha={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},nT={G:function(t,n,i){var s=t.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(t,n,i){if(n==="yo"){var s=t.getUTCFullYear(),o=s>0?s:1-s;return i.ordinalNumber(o,{unit:"year"})}return er.y(t,n)},Y:function(t,n,i,s){var o=A4(t,s),c=o>0?o:1-o;if(n==="YY"){var u=c%100;return dt(u,2)}return n==="Yo"?i.ordinalNumber(c,{unit:"year"}):dt(c,n.length)},R:function(t,n){var i=O4(t);return dt(i,n.length)},u:function(t,n){var i=t.getUTCFullYear();return dt(i,n.length)},Q:function(t,n,i){var s=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"Q":return String(s);case"QQ":return dt(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(t,n,i){var s=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"q":return String(s);case"qq":return dt(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(t,n,i){var s=t.getUTCMonth();switch(n){case"M":case"MM":return er.M(t,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(t,n,i){var s=t.getUTCMonth();switch(n){case"L":return String(s+1);case"LL":return dt(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(t,n,i,s){var o=eT(t,s);return n==="wo"?i.ordinalNumber(o,{unit:"week"}):dt(o,n.length)},I:function(t,n,i){var s=Kk(t);return n==="Io"?i.ordinalNumber(s,{unit:"week"}):dt(s,n.length)},d:function(t,n,i){return n==="do"?i.ordinalNumber(t.getUTCDate(),{unit:"date"}):er.d(t,n)},D:function(t,n,i){var s=Yk(t);return n==="Do"?i.ordinalNumber(s,{unit:"dayOfYear"}):dt(s,n.length)},E:function(t,n,i){var s=t.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(t,n,i,s){var o=t.getUTCDay(),c=(o-s.weekStartsOn+8)%7||7;switch(n){case"e":return String(c);case"ee":return dt(c,2);case"eo":return i.ordinalNumber(c,{unit:"day"});case"eee":return i.day(o,{width:"abbreviated",context:"formatting"});case"eeeee":return i.day(o,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(o,{width:"short",context:"formatting"});case"eeee":default:return i.day(o,{width:"wide",context:"formatting"})}},c:function(t,n,i,s){var o=t.getUTCDay(),c=(o-s.weekStartsOn+8)%7||7;switch(n){case"c":return String(c);case"cc":return dt(c,n.length);case"co":return i.ordinalNumber(c,{unit:"day"});case"ccc":return i.day(o,{width:"abbreviated",context:"standalone"});case"ccccc":return i.day(o,{width:"narrow",context:"standalone"});case"cccccc":return i.day(o,{width:"short",context:"standalone"});case"cccc":default:return i.day(o,{width:"wide",context:"standalone"})}},i:function(t,n,i){var s=t.getUTCDay(),o=s===0?7:s;switch(n){case"i":return String(o);case"ii":return dt(o,n.length);case"io":return i.ordinalNumber(o,{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(t,n,i){var s=t.getUTCHours(),o=s/12>=1?"pm":"am";switch(n){case"a":case"aa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"aaa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return i.dayPeriod(o,{width:"narrow",context:"formatting"});case"aaaa":default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},b:function(t,n,i){var s=t.getUTCHours(),o;switch(s===12?o=ha.noon:s===0?o=ha.midnight:o=s/12>=1?"pm":"am",n){case"b":case"bb":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"bbb":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return i.dayPeriod(o,{width:"narrow",context:"formatting"});case"bbbb":default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},B:function(t,n,i){var s=t.getUTCHours(),o;switch(s>=17?o=ha.evening:s>=12?o=ha.afternoon:s>=4?o=ha.morning:o=ha.night,n){case"B":case"BB":case"BBB":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"BBBBB":return i.dayPeriod(o,{width:"narrow",context:"formatting"});case"BBBB":default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},h:function(t,n,i){if(n==="ho"){var s=t.getUTCHours()%12;return s===0&&(s=12),i.ordinalNumber(s,{unit:"hour"})}return er.h(t,n)},H:function(t,n,i){return n==="Ho"?i.ordinalNumber(t.getUTCHours(),{unit:"hour"}):er.H(t,n)},K:function(t,n,i){var s=t.getUTCHours()%12;return n==="Ko"?i.ordinalNumber(s,{unit:"hour"}):dt(s,n.length)},k:function(t,n,i){var s=t.getUTCHours();return s===0&&(s=24),n==="ko"?i.ordinalNumber(s,{unit:"hour"}):dt(s,n.length)},m:function(t,n,i){return n==="mo"?i.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):er.m(t,n)},s:function(t,n,i){return n==="so"?i.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):er.s(t,n)},S:function(t,n){return er.S(t,n)},X:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();if(c===0)return"Z";switch(n){case"X":return s6(c);case"XXXX":case"XX":return Tr(c);case"XXXXX":case"XXX":default:return Tr(c,":")}},x:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();switch(n){case"x":return s6(c);case"xxxx":case"xx":return Tr(c);case"xxxxx":case"xxx":default:return Tr(c,":")}},O:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();switch(n){case"O":case"OO":case"OOO":return"GMT"+a6(c,":");case"OOOO":default:return"GMT"+Tr(c,":")}},z:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();switch(n){case"z":case"zz":case"zzz":return"GMT"+a6(c,":");case"zzzz":default:return"GMT"+Tr(c,":")}},t:function(t,n,i,s){var o=s._originalDate||t,c=Math.floor(o.getTime()/1e3);return dt(c,n.length)},T:function(t,n,i,s){var o=s._originalDate||t,c=o.getTime();return dt(c,n.length)}};function a6(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 c=t||"";return n+String(s)+c+dt(o,2)}function s6(e,t){if(e%60===0){var n=e>0?"-":"+";return n+dt(Math.abs(e)/60,2)}return Tr(e,t)}function Tr(e,t){var n=t||"",i=e>0?"-":"+",s=Math.abs(e),o=dt(Math.floor(s/60),2),c=dt(s%60,2);return i+o+n+c}const iT=nT;var o6=function(t,n){switch(t){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"})}},E4=function(t,n){switch(t){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"})}},rT=function(t,n){var i=t.match(/(P+)(p+)?/)||[],s=i[1],o=i[2];if(!o)return o6(t,n);var c;switch(s){case"P":c=n.dateTime({width:"short"});break;case"PP":c=n.dateTime({width:"medium"});break;case"PPP":c=n.dateTime({width:"long"});break;case"PPPP":default:c=n.dateTime({width:"full"});break}return c.replace("{{date}}",o6(s,n)).replace("{{time}}",E4(o,n))},aT={p:E4,P:rT};const sT=aT;var oT=["D","DD"],lT=["YY","YYYY"];function cT(e){return oT.indexOf(e)!==-1}function uT(e){return lT.indexOf(e)!==-1}function l6(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://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));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://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));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://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var dT={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"}},fT=function(t,n,i){var s,o=dT[t];return typeof o=="string"?s=o:n===1?s=o.one:s=o.other.replace("{{count}}",n.toString()),i!=null&&i.addSuffix?i.comparison&&i.comparison>0?"in "+s:s+" ago":s};const hT=fT;function md(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 gT={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},mT={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},pT={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},vT={date:md({formats:gT,defaultWidth:"full"}),time:md({formats:mT,defaultWidth:"full"}),dateTime:md({formats:pT,defaultWidth:"full"})};const yT=vT;var bT={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},CT=function(t,n,i,s){return bT[t]};const wT=CT;function ms(e){return function(t,n){var i=n!=null&&n.context?String(n.context):"standalone",s;if(i==="formatting"&&e.formattingValues){var o=e.defaultFormattingWidth||e.defaultWidth,c=n!=null&&n.width?String(n.width):o;s=e.formattingValues[c]||e.formattingValues[o]}else{var u=e.defaultWidth,d=n!=null&&n.width?String(n.width):e.defaultWidth;s=e.values[d]||e.values[u]}var f=e.argumentCallback?e.argumentCallback(t):t;return s[f]}}var MT={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},IT={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},NT={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"]},LT={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"]},kT={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"}},TT={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"}},xT=function(t,n){var i=Number(t),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"},ST={ordinalNumber:xT,era:ms({values:MT,defaultWidth:"wide"}),quarter:ms({values:IT,defaultWidth:"wide",argumentCallback:function(t){return t-1}}),month:ms({values:NT,defaultWidth:"wide"}),day:ms({values:LT,defaultWidth:"wide"}),dayPeriod:ms({values:kT,defaultWidth:"wide",formattingValues:TT,defaultFormattingWidth:"wide"})};const DT=ST;function ps(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 c=o[0],u=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(u)?OT(u,function(p){return p.test(c)}):jT(u,function(p){return p.test(c)}),f;f=e.valueCallback?e.valueCallback(d):d,f=n.valueCallback?n.valueCallback(f):f;var g=t.slice(c.length);return{value:f,rest:g}}}function jT(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function OT(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}function AT(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 c=e.valueCallback?e.valueCallback(o[0]):o[0];c=n.valueCallback?n.valueCallback(c):c;var u=t.slice(s.length);return{value:c,rest:u}}}var ET=/^(\d+)(th|st|nd|rd)?/i,PT=/\d+/i,zT={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},VT={any:[/^b/i,/^(a|c)/i]},RT={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},JT={any:[/1/i,/2/i,/3/i,/4/i]},QT={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},_T={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]},WT={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},HT={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]},BT={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},FT={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}},GT={ordinalNumber:AT({matchPattern:ET,parsePattern:PT,valueCallback:function(t){return parseInt(t,10)}}),era:ps({matchPatterns:zT,defaultMatchWidth:"wide",parsePatterns:VT,defaultParseWidth:"any"}),quarter:ps({matchPatterns:RT,defaultMatchWidth:"wide",parsePatterns:JT,defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:ps({matchPatterns:QT,defaultMatchWidth:"wide",parsePatterns:_T,defaultParseWidth:"any"}),day:ps({matchPatterns:WT,defaultMatchWidth:"wide",parsePatterns:HT,defaultParseWidth:"any"}),dayPeriod:ps({matchPatterns:BT,defaultMatchWidth:"any",parsePatterns:FT,defaultParseWidth:"any"})};const ZT=GT;var YT={code:"en-US",formatDistance:hT,formatLong:yT,formatRelative:wT,localize:DT,match:ZT,options:{weekStartsOn:0,firstWeekContainsDate:1}};const UT=YT;var $T=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,KT=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,XT=/^'([^]*?)'?$/,qT=/''/g,ex=/[a-zA-Z]/;function tx(e,t,n){var i,s,o,c,u,d,f,g,p,v,y,b,I,k,L,x,w,N;Kt(2,arguments);var M=String(t),T=Oc(),j=(i=(s=n==null?void 0:n.locale)!==null&&s!==void 0?s:T.locale)!==null&&i!==void 0?i:UT,S=Hr((o=(c=(u=(d=n==null?void 0:n.firstWeekContainsDate)!==null&&d!==void 0?d:n==null||(f=n.locale)===null||f===void 0||(g=f.options)===null||g===void 0?void 0:g.firstWeekContainsDate)!==null&&u!==void 0?u:T.firstWeekContainsDate)!==null&&c!==void 0?c:(p=T.locale)===null||p===void 0||(v=p.options)===null||v===void 0?void 0:v.firstWeekContainsDate)!==null&&o!==void 0?o:1);if(!(S>=1&&S<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var O=Hr((y=(b=(I=(k=n==null?void 0:n.weekStartsOn)!==null&&k!==void 0?k:n==null||(L=n.locale)===null||L===void 0||(x=L.options)===null||x===void 0?void 0:x.weekStartsOn)!==null&&I!==void 0?I:T.weekStartsOn)!==null&&b!==void 0?b:(w=T.locale)===null||w===void 0||(N=w.options)===null||N===void 0?void 0:N.weekStartsOn)!==null&&y!==void 0?y:0);if(!(O>=0&&O<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!j.localize)throw new RangeError("locale must contain localize property");if(!j.formatLong)throw new RangeError("locale must contain formatLong property");var J=Ln(e);if(!Fk(J))throw new RangeError("Invalid time value");var A=Hk(J),V=Gk(J,A),P={firstWeekContainsDate:S,weekStartsOn:O,locale:j,_originalDate:J},Y=M.match(KT).map(function(X){var ue=X[0];if(ue==="p"||ue==="P"){var pe=sT[ue];return pe(X,j.formatLong)}return X}).join("").match($T).map(function(X){if(X==="''")return"'";var ue=X[0];if(ue==="'")return nx(X);var pe=iT[ue];if(pe)return!(n!=null&&n.useAdditionalWeekYearTokens)&&uT(X)&&l6(X,t,String(e)),!(n!=null&&n.useAdditionalDayOfYearTokens)&&cT(X)&&l6(X,t,String(e)),pe(V,X,j.localize,P);if(ue.match(ex))throw new RangeError("Format string contains an unescaped latin alphabet character `"+ue+"`");return X}).join("");return Y}function nx(e){var t=e.match(XT);return t?t[1].replace(qT,"'"):e}const Lt={},P4=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,kr=/\d\d?/,ix=/\d{3}/,rx=/\d{4}/,ol=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,c6=function(){};function z4(e,t){const n=[];for(let i=0,s=e.length;i<s;i++)n.push(e[i].substr(0,t));return n}function u6(e){return(t,n,i)=>{const s=i[e].indexOf(n.charAt(0).toUpperCase()+n.substr(1).toLowerCase());~s&&(t.month=s)}}function ri(e,t=2){let n=String(e);for(;n.length<t;)n=`0${n}`;return n}const V4=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],R4=["January","February","March","April","May","June","July","August","September","October","November","December"],ax=z4(R4,3),sx=z4(V4,3);Lt.i18n={dayNamesShort:sx,dayNames:V4,monthNamesShort:ax,monthNames:R4,amPm:["am","pm"],DoFn(e){return e+["th","st","nd","rd"][e%10>3?0:(e-e%10!==10)*e%10]}};const d6={D(e){return e.getDay()},DD(e){return ri(e.getDay())},Do(e,t){return t.DoFn(e.getDate())},d(e){return e.getDate()},dd(e){return ri(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 ri(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 ri(e.getHours()%12||12)},H(e){return e.getHours()},HH(e){return ri(e.getHours())},m(e){return e.getMinutes()},mm(e){return ri(e.getMinutes())},s(e){return e.getSeconds()},ss(e){return ri(e.getSeconds())},S(e){return Math.round(e.getMilliseconds()/100)},SS(e){return ri(Math.round(e.getMilliseconds()/10),2)},SSS(e){return ri(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?"-":"+")+ri(Math.floor(Math.abs(t)/60)*100+Math.abs(t)%60,4)}},wt={d:[kr,(e,t)=>{e.day=t}],M:[kr,(e,t)=>{e.month=t-1}],yy:[kr,(e,t)=>{const i=+`${new Date().getFullYear()}`.substr(0,2);e.year=`${t>68?i-1:i}${t}`}],h:[kr,(e,t)=>{e.hour=t}],m:[kr,(e,t)=>{e.minute=t}],s:[kr,(e,t)=>{e.second=t}],yyyy:[rx,(e,t)=>{e.year=t}],S:[/\d/,(e,t)=>{e.millisecond=t*100}],SS:[/\d{2}/,(e,t)=>{e.millisecond=t*10}],SSS:[ix,(e,t)=>{e.millisecond=t}],D:[kr,c6],ddd:[ol,c6],MMM:[ol,u6("monthNamesShort")],MMMM:[ol,u6("monthNames")],a:[ol,(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)}]};wt.DD=wt.D;wt.dddd=wt.ddd;wt.Do=wt.dd=wt.d;wt.mm=wt.m;wt.hh=wt.H=wt.HH=wt.h;wt.MM=wt.M;wt.ss=wt.s;wt.A=wt.a;Lt.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"};Lt.format=(e,t,n)=>{const i=n||Lt.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=Lt.masks[t]||t||Lt.masks.default,t.replace(P4,s=>s in d6?d6[s](e,i):s.slice(1,s.length-1))};Lt.parse=(e,t,n)=>{const i=n||Lt.i18n;if(typeof t!="string")throw new Error("Invalid format in fecha.parse");if(t=Lt.masks[t]||t,e.length>1e3)return!1;let s=!0;const o={};if(t.replace(P4,d=>{if(wt[d]){const f=wt[d],g=e.search(f[0]);~g?e.replace(f[0],p=>(f[1](o,p,i),e=e.substr(g+p.length),p)):s=!1}return wt[d]?"":d.slice(1,d.length-1)}),!s)return!1;const c=new Date;o.isPm===!0&&o.hour!==null&&+o.hour!=12?o.hour=+o.hour+12:o.isPm===!1&&+o.hour==12&&(o.hour=0);let u;return o.timezoneOffset!==null&&o.timezoneOffset!==void 0?(o.minute=+(o.minute||0)-+o.timezoneOffset,u=new Date(Date.UTC(o.year||c.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0))):u=new Date(o.year||c.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0),u};const v0=" - ",Oi=(e,t)=>{const n=Ln(new Date(e));return!n||isNaN(n.getTime())?"":tx(n,t||"yyyy-MM-dd")},pd=(e,t)=>{if(Array.isArray(e)&&e.length===2){const n=e[0],i=e[1];if(n&&i)return Oi(n,t)+v0+Oi(i,t)}else if(!Array.isArray(e)&&e instanceof Date)return Oi(e,t);return""},vd=(e,t)=>{const n=Array.isArray(e)?e:e.split(v0);if(n.length===2){const i=n[0],s=n[1];return[i instanceof Date?i:Lt.parse(i,t||"yyyy-MM-dd"),s instanceof Date?s:Lt.parse(s,t||"yyyy-MM-dd")]}return[]},Ia={default:{formatter(e){return e?`${e}`:""},parser(e){return e===void 0||e===""?null:e}},date:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},datetime:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},daterange:{formatter:pd,parser:vd},datetimerange:{formatter:pd,parser:vd},timerange:{formatter:pd,parser:vd},time:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},month:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},year:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},multiple:{formatter(e,t){return e.filter(Boolean).map(n=>Oi(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=""),Lt.parse(s,t||"yyyy-MM-dd")})}},number:{formatter(e){return e?`${e}`:""},parser(e){const t=Number(e);return isNaN(e)?null:t}}},Or=()=>{const e=new Date;return e.setHours(0),e.setMinutes(0),e.setSeconds(0),e},J4=e=>e.every(t=>!t||typeof t=="string"&&t.trim()===""),Rl=e=>e?[e.getHours(),e.getMinutes(),e.getSeconds()]:[0,0,0],Q4={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"},sr=(e,t,n,i)=>{const s=t.includes("range"),{parser:o}=Ia[t]||Ia.default,c=i||Q4[t],u=Ia.multiple.parser;let d=e;if(e&&t==="time"&&!(e instanceof Date))d=o(e,c);else if(n&&e)d=u(e,c);else if(s)if(!e)d=[null,null];else if(typeof e=="string")d=o(e,c);else if(t==="timerange")d=o(e,c).map(f=>f||"");else{const[f,g]=e;f instanceof Date&&g instanceof Date?d=e.map(p=>new Date(p)):typeof f=="string"&&typeof g=="string"?d=o(e.join(v0),c):(!f||!g)&&(d=[null,null])}else typeof e=="string"&&t.indexOf("time")!==0&&(d=o(e,c)||null);return s||n?d||[]:[d]},li=(e,t,n,i)=>{const s=Q4[t];if(n){const{formatter:c}=Ia.multiple;return c(e,i||s)}const{formatter:o}=Ia[t]||Ia.default;return o(e,i||s)},_4=Symbol("date-picker"),Ac=Symbol("time-picker");function En(e,t=""){return[Z("picker-panel-icon-btn"),Z(`date-picker-${e}-btn`),Z(`date-picker-${e}-btn-arrow${t}`)]}const ox=(e,t)=>new Date(e,t+1,0).getDate(),f6=(e,t)=>{const n=new Date(e),i=n.getMonth()+t,s=ox(n.getFullYear(),i);return s<n.getDate()&&n.setDate(s),n.setMonth(i),n},W4=(()=>{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=/(\[[^\]]+\])([^\\[\]]+)(\[[^\]]+\])/,c=i.match(o).slice(1),u=c[1],d=[c[0],c[2]].map(f=>({label:f.replace(/\[[^\]]+\]/,p=>p.slice(1,-1).replace(t,v=>e[v](s,n))),type:f.indexOf("yy")!==-1?"year":"month"}));return{separator:u,labels:d}}})(),Zt=e=>{const t=new Date(e);return t.setHours(0,0,0,0),t.getTime()},lx=(e,t,n)=>{if(!t||!n)return!1;const[i,s]=[t,n].sort();return e>=i&&e<=s};function cx(e){return e.toString()[0].toUpperCase()+e.toString().slice(1)}const ux=(e,...t)=>{const n=new Date(e.getTime());return n.setHours(t[0]),n.setMinutes(t[1]),n.setSeconds(t[2]),n},dx={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}},Kd=r.defineComponent({name:"DateTable",props:dx,emits:["pick","pick-click","changeRange"],setup(e,{emit:t}){const n=ft("datePicker"),i=r.computed(()=>new Qk.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),c=r.computed(()=>{const g=e.tableDate.getFullYear(),p=e.tableDate.getMonth(),v=Zt(new Date),y=o.value.filter(Boolean).map(Zt),[b,I]=o.value.map(Zt),k=e.rangeState.from&&Zt(e.rangeState.from),L=e.rangeState.to&&Zt(e.rangeState.to),x=e.selectionMode==="range",w=typeof e.disabledDate=="function"&&e.disabledDate;return i.value(g,p,N=>{N.date instanceof Date&&N.date.setTime(N.date.getTime()+N.date.getTimezoneOffset()*6e4);const M=N.date&&Zt(N.date),T=N.date&&p===N.date.getMonth();return{...N,type:M===v?"today":N.type,selected:T&&y.includes(M),disabled:N.date&&w&&w(new Date(M)),range:T&&x&&lx(M,k,L),start:T&&x&&M===b,end:T&&x&&M===I}}).cells.slice(0)});return{headerDays:s,cells:c,getCellCls:g=>[Z("date-picker-cells-cell"),{[Z("date-picker-cells-cell-selected")]:g.selected||g.start||g.end,[Z("date-picker-cells-cell-disabled")]:g.disabled,[Z("date-picker-cells-cell-today")]:g.type==="today",[Z("date-picker-cells-cell-prev-month")]:g.type==="prevMonth",[Z("date-picker-cells-cell-next-month")]:g.type==="nextMonth",[Z("date-picker-cells-cell-week-label")]:g.type==="weekLabel",[Z("date-picker-cells-cell-range")]:g.range&&!g.start&&!g.end}],handleClick:g=>{if(g.disabled||g.type==="weekLabel")return;const p=new Date(Zt(g.date));t("pick",p),t("pick-click")},handleMouseMove:g=>{if(!e.rangeState.selecting||g.disabled)return;const p=g.date;t("changeRange",p)}}},render(){return r.createVNode("div",{class:Z("date-picker-cells")},[r.createVNode("div",{class:Z("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])]))])}}),fx={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:()=>""}},hx=r.defineComponent({name:"MonthTable",props:fx,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(),p=n.value.filter(Boolean).map(y=>Zt(new Date(y.getFullYear(),y.getMonth(),1))),v=Zt(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=Zt(b.date);b.disabled=typeof e.disabledDate=="function"&&e.disabledDate(b.date)&&e.selectionMode==="month",b.selected=p.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=>[Z("date-picker-cells-cell"),{[Z("date-picker-cells-cell-selected")]:d.selected,[Z("date-picker-cells-cell-disabled")]:d.disabled,[Z("date-picker-cells-cell-range")]:d.range&&!d.start&&!d.end}],handleClick:d=>{if(d.disabled||d.type==="weekLabel")return;const f=new Date(Zt(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:[Z("date-picker-cells"),Z("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])]))])}}),gx={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:()=>""}},mx=r.defineComponent({name:"YearTable",props:gx,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=>Zt(new Date(v.getFullYear(),0,1))),p=Zt(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=Zt(y.date);y.selected=g.includes(b),y.focused=b===p,d.push(y)}return d}),getCellCls:d=>[Z("date-picker-cells-cell"),{[Z("date-picker-cells-cell-selected")]:d.selected,[Z("date-picker-cells-cell-disabled")]:d.disabled,[Z("date-picker-cells-cell-range")]:d.range&&!d.start&&!d.end}],handleClick:d=>{if(d.disabled||d.type==="weekLabel")return;const f=new Date(Zt(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:[Z("date-picker-cells"),Z("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()])]))])}}),Ec={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}},Pc={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}},px={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}},vx={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:()=>[]}},h6=["hours","minutes","seconds"],Xd=r.defineComponent({name:"TimeSpinner",props:{...vx,...Pc},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],O=i.focusedColumn===0&&i.focusedTime[0],J={text:0,selected:!1,disabled:!1,hide:!1};for(let A=0;A<24;A+=S){const V=JSON.parse(JSON.stringify(J));V.text=A,V.focused=A===O,e.disabledHours.length&&e.disabledHours.indexOf(A)>-1&&(V.disabled=!0,e.hideDisabledOptions&&(V.hide=!0)),e.hours===A&&(V.selected=!0),j.push(V)}return j}),o=r.computed(()=>{const j=[],S=i.spinerSteps[1],O=i.focusedColumn===1&&i.focusedTime[1],J={text:0,selected:!1,disabled:!1,hide:!1};for(let A=0;A<60;A+=S){const V=JSON.parse(JSON.stringify(J));V.text=A,V.focused=A===O,e.disabledMinutes.length&&e.disabledMinutes.indexOf(A)>-1&&(V.disabled=!0,e.hideDisabledOptions&&(V.hide=!0)),e.minutes===A&&(V.selected=!0),j.push(V)}return j}),c=r.computed(()=>{const j=[],S=i.spinerSteps[2],O=i.focusedColumn===2&&i.focusedTime[2],J={text:0,selected:!1,disabled:!1,hide:!1};for(let A=0;A<60;A+=S){const V=JSON.parse(JSON.stringify(J));V.text=A,V.focused=A===O,e.disabledSeconds.length&&e.disabledSeconds.indexOf(A)>-1&&(V.disabled=!0,e.hideDisabledOptions&&(V.hide=!0)),e.seconds===A&&(V.selected=!0),j.push(V)}return j}),u=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)=>{h6.forEach((O,J)=>{if(j[J]===S[J]||typeof j[J]>"u")return;const A=this[`${O}List`].findIndex(V=>V.text===j[J]);k(O,A)})}),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[Z("time-picker-cells-cell"),{[Z("time-picker-cells-cell-selected")]:j.selected,[Z("time-picker-cells-cell-focused")]:j.focused,[Z("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 p(j){return d(j).querySelector("li").offsetHeight}function v(j){return d(j).offsetHeight}function y(j){const S=d(j),O=Math.min(Math.round((S.scrollTop-(v(j)*.5-10)/p(j)+3)/p(j)),j==="hours"?23:59);let J;if(j==="hours"?J=s:j==="minutes"?J=o:J=c,J.value.find(V=>V.text===O).disabled)return!1;r.nextTick(()=>{I({[j]:O})})}function b(j,S){if(S.disabled)return;const O={[j]:S.text};I(O)}function I(j){t("change",j),t("pick-click")}function k(j,S){const O=d(j),J=O.scrollTop,A=32*L(j,S);HC(O,J,A,500)}function L(j,S){const O=cx(j),J=e[`disabled${O}`];let A=S;if(J.length&&e.hideDisabledOptions){let V=0;J.forEach(P=>P<=S?V+=1:""),A-=V}return A}function x(){r.nextTick(()=>{h6.forEach(j=>{const S=d(j);let O;j==="hours"?O=s:j==="minutes"?O=o:O=c,S.scrollTop=32*O.value.findIndex(J=>J.text===e[j])})})}function w(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:c,styles:u,hoursRef:N,minutesRef:M,secondsRef:T,getCellCls:f,handleClick:b,updateScroll:x,padTime:w,t:n}},render(){return r.createVNode("div",{class:[Z("time-picker-cells"),this.showSeconds?Z("time-picker-cells-with-seconds"):""]},[r.createVNode("div",{class:Z("time-picker-cells-title-wrapper")},[r.createVNode("div",{class:[Z("time-picker-cells-title"),this.focusedColumn===0?"active":""],style:this.styles},[this.t.hour]),r.createVNode("div",{class:[Z("time-picker-cells-title"),this.focusedColumn===1?"active":""],style:this.styles},[this.t.min]),r.withDirectives(r.createVNode("div",{class:[Z("time-picker-cells-title"),this.focusedColumn===2?"active":""],style:this.styles},[this.t.sec]),[[r.vShow,this.showSeconds]])]),r.createVNode("div",{class:Z("time-picker-cells-list"),ref:"hoursRef",style:this.styles},[r.createVNode("ul",{class:Z("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:Z("time-picker-cells-list"),ref:"minutesRef",style:this.styles},[r.createVNode("ul",{class:Z("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:Z("time-picker-cells-list"),ref:"secondsRef",style:this.styles},[r.createVNode("ul",{class:Z("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]])])}}),yx={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}},H4=r.defineComponent({name:"TimePanel",props:{...Ec,...Pc,...yx},emits:["pick","pick-click"],setup(e,{emit:t}){const n=r.reactive({date:e.value[0]||Or(),showDate:!1}),i=r.inject(Ac),s=r.ref(null),o=r.computed(()=>!(e.format||"").match(/mm$/)),c=r.computed(()=>Lt.format(i.panelDate,e.format)),u=r.computed(()=>e.value[0]?["getHours","getMinutes","getSeconds"].map(p=>n.date[p]()):[]),d=r.computed(()=>{const p=["disabledHours","disabledMinutes","disabledSeconds"];if(e.disabledDate===(()=>!e.value[0]))return p.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 w=0;w<L;w+=e.steps[k]||1){const N=u.value.map((T,j)=>j===k?w:T),M=ux(n.date,...N);e.disabledDate(M,!0)&&x.push(w)}return x.filter((w,N,M)=>M.indexOf(w)===N)});return p.reduce((I,k,L)=>(I[k]=b[L],I),{})});r.watch(()=>e.value,p=>{let v=p[0]||Or();v=new Date(v),n.date=v}),r.onMounted(()=>{i&&i.parentName==="DatePanel"&&(n.showDate=!0)});function f(p,v=!0){const y=new Date(n.date);Object.keys(p).forEach(b=>y[`set${As(b)}`](p[b])),v&&t("pick",y,!0,"time")}function g(){t("pick-click")}return{...r.toRefs(n),visibleDate:c,showSeconds:o,timeSlots:u,disabledHMS:d,timeSpinnerRef:s,handlePickClick:g,handleChange:f}},render(){return r.createVNode("div",{class:Z("picker-panel-body-wrapper"),onMousedown:e=>{e.preventDefault()}},[r.createVNode("div",{class:Z("picker-panel-body"),style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:Z("time-picker-header")},[this.visibleDate]):"",r.createVNode("div",{class:Z("picker-panel-content")},[r.createVNode(Xd,{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)])])])}}),bx={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:()=>({})}},Cx=r.defineComponent({name:"DatePanel",props:bx,emits:["pick","pick-success","pick-clear","pick-click","selection-mode-change"],setup(e,{slots:t,emit:n}){const i=P=>P.match(/^time/)?"time-picker":`${P}-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:c}=r.getCurrentInstance();r.provide(Ac,{panelDate:o.panelDate,parentName:c.$options.name});const u=r.ref(null),d=r.ref(null),f=r.ref(null);r.watch(()=>o.currentView,P=>{n("selection-mode-change",P),o.currentView==="time"&&r.nextTick(()=>{u.value.timeSpinnerRef.updateScroll()})}),r.watch(()=>e.selectionMode,P=>{o.currentView=P,o.pickerTable=i(P)}),r.watch(()=>e.modelValue,P=>{o.dates=P;const Y=e.multiple?o.dates[o.dates.length-1]:e.startDate||o.dates[0];o.panelDate=Y||new Date});const g=()=>{setTimeout(()=>{o.currentView=e.selectionMode},500)},p=P=>{o.panelDate=P,o.pickerTable==="year-table"?o.pickerTable="month-table":o.pickerTable=i(o.currentView)},v=(P,Y)=>{let X=P;e.selectionMode==="year"?X=new Date(P.getFullYear(),0,1):e.selectionMode==="month"?X=new Date(o.panelDate.getFullYear(),P.getMonth(),1):X=new Date(P),o.dates=[X],n("pick",X,!1,Y||e.selectionMode)},y=()=>{g(),n("pick-success")},b=()=>{g(),n("pick-clear")},I=P=>{P.value&&n("pick",P.value(),!1,void 0,P),P.onClick&&P.onClick(this),e.shortcutClose&&y()},k=()=>{o.currentView=e.selectionMode,o.pickerTable=i(o.currentView)},L=P=>{e.selectionMode==="year"||o.pickerTable==="year-table"?o.panelDate=new Date(o.panelDate.getFullYear()+P*10,0,1):o.panelDate=f6(o.panelDate,P*12)},x=P=>{o.panelDate=f6(o.panelDate,P)},w=P=>{var Y,X;P&&((Y=d==null?void 0:d.value)==null||Y.updateScroll(),(X=f==null?void 0:f.value)==null||X.updateScroll())},N=r.computed(()=>o.pickerTable===`${o.currentView}-table`?v:p),M=r.computed(()=>{const P="zh-CN",Y="[yyyy]-[mm]",X=o.panelDate,{labels:ue,separator:pe}=W4(P,Y,X),le=se=>()=>{o.pickerTable=i(se)};return{separator:pe,labels:ue.map(se=>{const te=se;return te.handler=le(se.type),te})}}),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"),O=()=>{o.currentView=o.currentView==="time"?"date":"time"},J=r.computed(()=>!!t.shortcuts),A=r.computed(()=>!o.dates[0]);function V(){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:J,timeDisabled:A,onToggleVisibility:w,handleToggleTime:O,handlePickSuccess:y,handlePickClear:b,handlePick:v,handlePickClick:V,timePickerRef:u}},render(){var e,t;return r.createVNode("div",{class:[Z("picker-panel-body-wrapper"),this.shortcuts.length||this.hasShortcuts?Z("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:Z("picker-panel-shortcut"),onClick:()=>this.handleShortcutClick(n)},[n.text]))]):"",r.createVNode("div",{class:Z("picker-panel-body"),style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:Z("date-picker-header")},[r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.changeYear(-1)},[r.createVNode(Ea,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("prev"),onClick:()=>this.changeMonth(-1)},[r.createVNode(pi,{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:Z("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:Z("date-picker-header-label"),onClick:()=>this.datePanelLabel.labels[1].handler},[this.datePanelLabel.labels[1].label]),[[r.vShow,this.showLabelSecond]])]):"",r.createVNode("span",{class:En("next","-double"),onClick:()=>this.changeYear(1)},[r.createVNode(Pa,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("next"),onClick:()=>this.changeMonth(1)},[r.createVNode(Jn,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),r.createVNode("div",{class:Z("picker-panel-content")},[this.currentView!=="time"?(()=>{switch(this.pickerTable){case"date-table":return r.createVNode(Kd,{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(mx,{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(hx,{tableDate:this.panelDate,disabledDate:this.disabledDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);default:return null}})():r.createVNode(H4,{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:Z("picker-panel-sidebar")},[((t=(e=this.$slots).shortcuts)==null?void 0:t.call(e))??null]):null])}}),wx={steps:{type:Array,default:()=>[]},format:{type:String,default:"HH:mm:ss"},value:{type:Array,required:!0},allowCrossDay:{type:Boolean,default:!1}},B4=r.defineComponent({name:"TimeRangePanel",props:{...Ec,...Pc,...wx},emits:["pick","pick-click"],setup(e,{emit:t}){const[n,i]=e.value.slice(),s=r.reactive({showDate:!1,dateStart:n||Or(),dateEnd:i||Or()}),o=r.inject(Ac),c=r.computed(()=>!(e.format||"").match(/mm$/)),u=r.computed(()=>Lt.format(o.dates[0],e.format)),d=r.computed(()=>Lt.format(o.dates[1],e.format));r.watch(()=>e.value,k=>{const[L,x]=k.slice();s.dateStart=L||Or(),s.dateEnd=x||Or()}),r.onMounted(()=>{o&&o.parentName==="DatePanel"&&(s.showDate=!0)});function f(){t("pick-click")}function g(k,L,x,w=!0){let N=new Date(s.dateStart),M=new Date(s.dateEnd);Object.keys(L).forEach(T=>{N[`set${As(T)}`](L[T])}),Object.keys(x).forEach(T=>{M[`set${As(T)}`](x[T])}),!e.allowCrossDay&&M<N&&(k==="start"&&(M=N),k==="end"&&(N=M)),w&&t("pick",[N,M],!0,"time")}function p(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:c,leftDatePanelLabel:u,rightDatePanelLabel:d,handleStartChange:p,handleEndChange:v,handlePickClick:f,updateScroll:I,timeSpinnerRef:y,timeSpinnerEndRef:b}},render(){return r.createVNode("div",{class:[Z("picker-panel-body-wrapper"),Z("time-picker-with-range"),this.showSeconds?Z("time-picker-with-seconds"):""],onMousedown:e=>{e.preventDefault()}},[r.createVNode("div",{class:Z("picker-panel-body"),style:{width:`${this.width*2}px`}},[r.createVNode("div",{class:[Z("picker-panel-content"),Z("picker-panel-content-left")],style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:"bk-time-picker-header"},[this.leftDatePanelLabel]):"",r.createVNode(Xd,{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:[Z("picker-panel-content"),Z("picker-panel-content-right")],style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:Z("time-picker-header")},[this.rightDatePanelLabel]):"",r.createVNode(Xd,{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)])])])}}),Mx={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:()=>({})},shortcutSelectedIndex:{type:Number,default:-1}},Ix=r.defineComponent({name:"DateRangePanel",props:Mx,emits:["pick","pick-success","pick-clear","pick-click"],setup(e,{slots:t,emit:n}){const i=ft("datePicker"),[s,o]=e.modelValue.map(Q=>Q||Or()),c=e.startDate?e.startDate:s,u=r.reactive({currentView:e.selectionMode||"date",leftPickerTable:`${e.selectionMode}-table`,rightPickerTable:`${e.selectionMode}-table`,leftPanelDate:c,rightPanelDate:new Date(c.getFullYear(),c.getMonth()+1,1),rangeState:{from:e.modelValue[0],to:e.modelValue[1],selecting:s&&!o},upToNowEnable:!1,dates:e.modelValue,selectedIndex:e.shortcutSelectedIndex}),{proxy:d}=r.getCurrentInstance();r.provide(Ac,{dates:u.dates,parentName:d.$options.name});const f=(Q,ee)=>!Q||!ee?0:Q.getTime()-ee.getTime(),g=()=>{u.currentView=e.selectionMode,u.leftPickerTable=`${u.currentView}-table`,u.rightPickerTable=`${u.currentView}-table`},p=r.ref(null),v=r.ref(null),y=Q=>{var ee,de;Q&&((ee=p==null?void 0:p.value)==null||ee.updateScroll(),(de=v==null?void 0:v.value)==null||de.updateScroll())},b=(Q,ee,de,G=!0)=>{const ae=new Date(u[`${Q}PanelDate`]);if(ae[`set${ee}`](ae[`get${ee}`]()+de),u[`${Q}PanelDate`]=ae,!!G)if(e.splitPanels){const Ce=Q==="left"?"right":"left";Q==="left"&&u.leftPanelDate>=u.rightPanelDate&&b(Ce,ee,1),Q==="right"&&u.rightPanelDate<=u.leftPanelDate&&b(Ce,ee,-1)}else{const Ce=Q==="left"?"right":"left",we=u[`${Ce}PanelDate`],xe=new Date(we);if(ee==="Month"){const _e=new Date(xe.getFullYear(),xe.getMonth()+de+1,0).getDate();xe.setDate(Math.min(_e,xe.getDate()))}xe[`set${ee}`](xe[`get${ee}`]()+de),u[`${Ce}PanelDate`]=xe}},I=Q=>{const ee=u.currentView==="year"?-10:-1;b(Q,"FullYear",ee)},k=Q=>{const ee=u.currentView==="year"?10:1;b(Q,"FullYear",ee)},L=Q=>{b(Q,"Month",-1)},x=Q=>{b(Q,"Month",1)},w=Q=>{u[`${Q}PickerTable`]="year-table"},N=Q=>{u[`${Q}PickerTable`]="month-table"},M=Q=>{const ee="zh-CN",de="[yyyy]-[mm]",G=u[`${Q}PanelDate`],{labels:ae,separator:Ce}=W4(ee,de,G),we=xe=>{const _e=xe==="month"?N:w;return()=>_e(Q)};return{separator:Ce,labels:ae.map(xe=>{const _e=xe;return _e.handler=we(xe.type),_e})}},T=(Q,ee)=>{n("pick",u.dates,Q,ee||e.type)},j=(Q,ee)=>{if(u.rangeState.selecting||u.currentView==="time"){if(u.currentView==="time")u.dates=Q;else{const[de,G]=[u.rangeState.from,Q].sort(f),ae=ee==="upToNow"?new Date:new Date(new Date(new Date(G.setHours(23)).setMinutes(59)).setSeconds(59));u.dates=[de,ae],u.rangeState={from:de,to:ae,selecting:!1}}T(!1,ee||"date")}else u.upToNowEnable=new Date(Q).getTime()<new Date().getTime(),u.rangeState={from:Q,to:null,selecting:!0}},S=(Q,ee)=>{if(u[`${Q}PanelDate`]=ee,u[`${Q}PickerTable`]==="year-table"?u[`${Q}PickerTable`]="month-table":u[`${Q}PickerTable`]=`${u.currentView}-table`,!e.splitPanels){const G=Q==="left"?"right":"left";u[`${G}PanelDate`]=ee,b(G,"Month",G==="left"?-1:1,!1)}},O=(Q,ee)=>{if(!(Q!=null&&Q.value))return!1;Q.onClick&&Q.onClick(Q,ee);const de=typeof Q.value=="function"?Q.value():Q.value,[G,ae]=de;u.rangeState.from=G,u.rangeState.to=ae,u.dates=[G,ae],u.selectedIndex=ee,n("pick",de,!1,"shortcut",Q),e.shortcutClose&&n("pick-success")},J=Q=>{u.rangeState.to=Q};function A(Q){u.leftPanelDate=Q;const ee=new Date(Q.getFullYear(),Q.getMonth()+1,1),de=u.dates[1]?u.dates[1].getTime():u.dates[1];u.rightPanelDate=e.splitPanels?new Date(Math.max(de,ee.getTime())):ee}r.watch(()=>e.selectionMode,Q=>{u.currentView=Q||"range"}),r.watch(()=>e.modelValue,Q=>{const ee=Q[0]?Ln(Q[0]):null,de=Q[1]?Ln(Q[1]):null;u.dates=[ee,de].sort(f),u.rangeState={from:u.dates[0],to:u.dates[1],selecting:!1},A(e.startDate||u.dates[0]||new Date)}),r.watch(()=>u.currentView,Q=>{const ee=u.leftPanelDate.getMonth(),de=u.rightPanelDate.getMonth(),G=u.leftPanelDate.getFullYear()===u.rightPanelDate.getFullYear();Q==="date"&&G&&ee===de&&b("right","Month",1),Q==="month"&&G&&b("right","FullYear",1),Q==="year"&&G&&b("right","FullYear",10),u.currentView==="time"&&r.nextTick(()=>{z.value.updateScroll()})});const V=r.computed(()=>u.currentView==="time"),P=r.computed(()=>M("left")),Y=r.computed(()=>M("right")),X=r.computed(()=>u.leftPickerTable.split("-").shift()),ue=r.computed(()=>u.rightPickerTable.split("-").shift()),pe=r.computed(()=>P.value.labels[0].type==="year"||u.currentView==="date"),le=r.computed(()=>P.value.labels[1].type==="year"||u.currentView==="date"),se=r.computed(()=>Y.value.labels[0].type==="year"||u.currentView==="date"),te=r.computed(()=>Y.value.labels[1].type==="year"||u.currentView==="date"),U=r.computed(()=>{const Q=`${u.currentView}-table`;return{left:u.leftPickerTable!==Q,right:u.rightPickerTable!==Q}}),F=r.computed(()=>({left:U.value.left?S.bind("left"):j,right:U.value.right?S.bind("right"):j})),_=r.computed(()=>{var Q;return t.shortcuts||((Q=e.shortcuts)==null?void 0:Q.length)}),W=()=>{u.currentView=u.currentView==="time"?"date":"time"},H=()=>{setTimeout(()=>{u.currentView=e.selectionMode},500)},ne=()=>{H(),n("pick-success")},he=()=>{H(),n("pick-clear")};function re(){n("pick-click")}const K=r.computed(()=>!(u.dates[0]&&u.dates[1])),z=r.ref(null);return{...r.toRefs(u),isTime:V,hasShortcuts:_,prevYear:I,nextYear:k,prevMonth:L,nextMonth:x,leftDatePanelLabel:P,rightDatePanelLabel:Y,leftDatePanelView:X,rightDatePanelView:ue,leftShowLabelFirst:pe,leftShowLabelSecond:le,rightShowLabelFirst:se,rightShowLabelSecond:te,preSelecting:U,panelPickerHandlers:F,timeDisabled:K,handleShortcutClick:O,reset:g,onToggleVisibility:y,handleRangePick:j,handleChangeRange:J,handleToggleTime:W,handlePickSuccess:ne,handlePickClear:he,handlePickClick:re,timePickerRef:z,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:Z("picker-panel-shortcuts")},[this.shortcuts.map((n,i)=>r.createVNode("div",{key:i,class:["shortcuts-item",{"shortcuts-item-active":i===this.selectedIndex}],onClick:()=>this.handleShortcutClick(n,i)},[n.text]))])),e=r.createVNode("div",{class:Z("picker-panel-sidebar")},[t])}return r.createVNode("div",{class:[Z("picker-panel-body-wrapper"),Z("date-picker-with-range"),this.shortcuts.length||this.$slots.shortcuts?Z("picker-panel-with-sidebar"):""],onMousedown:t=>{t.preventDefault()}},[r.createVNode("div",{class:[Z("picker-panel-body"),this.showTime?Z("picker-panel-body-time"):Z("picker-panel-body-date")]},[r.withDirectives(r.createVNode("div",{class:[Z("picker-panel-content"),Z("picker-panel-content-left")],style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:Z("date-picker-header")},[r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.prevYear("left")},[r.createVNode(Ea,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("prev"),onClick:()=>this.prevMonth("left")},[r.createVNode(pi,{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:Z("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:Z("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:En("next","-double"),onClick:()=>this.nextYear("left")},[r.createVNode(Pa,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]):"",this.splitPanels||this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("next"),onClick:()=>this.nextMonth("left")},[r.createVNode(Jn,{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(Kd,{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:[Z("picker-panel-content"),Z("picker-panel-content-right")],style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:Z("date-picker-header")},[this.splitPanels||this.rightPickerTable!=="date-table"?r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.prevYear("right")},[r.createVNode(Ea,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]):"",this.splitPanels&&this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.prevMonth("right")},[r.createVNode(pi,{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:Z("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:Z("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:En("next","-double"),onClick:()=>this.nextYear("right")},[r.createVNode(Pa,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("next"),onClick:()=>this.nextMonth("right")},[r.createVNode(Jn,{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(Kd,{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(B4,{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])}}),Nx=r.defineComponent({name:"DatePicker",directives:{clickoutside:vi},props:Ec,emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:Object,setup(e,{slots:t,emit:n}){const i=Xn(),s=e.type.includes("range"),o=s?[null,null]:[null],c=s?e.value||e.modelValue:[e.value||e.modelValue];let u=J4(c)?o:sr(e.value||e.modelValue,e.type,e.multiple,e.format),d=null;e.shortcutSelectedIndex!==-1&&(d=e.shortcuts[e.shortcutSelectedIndex]||null,d&&(u=d.value()));const f=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(Rl),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:d,onSelectionModeChange:g});g(e.type);function g(z){let Q=z;return z.match(/^date/)&&(Q="date"),f.selectionMode=["year","month","date","time"].indexOf(Q)>-1&&Q,f.selectionMode}const p=r.computed(()=>{if(e.multiple)return f.internalValue.slice();const z=e.type.includes("range");let Q=f.internalValue.map(ee=>ee instanceof Date?new Date(ee):ee||"");return e.type.match(/^time/)&&(Q=Q.map(ee=>li(ee,e.type,e.multiple,e.format))),z||e.multiple?Q:Q[0]}),v=r.computed(()=>e.type.match(/^time/)?p.value:e.multiple?li(p.value,e.type,e.multiple,e.format):Array.isArray(p.value)?p.value.map(z=>li(z,e.type,e.multiple,e.format)):li(p.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(()=>li(f.internalValue,e.type,e.multiple,e.format)),k=r.computed(()=>{var z;return(z=f.shortcut)!=null&&z.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),w=r.computed(()=>!!t.footer),N=r.computed(()=>!!t.shortcuts),M=r.computed(()=>!!t.confirm),T=r.computed(()=>{let z="";return e.fontSize==="medium"?z="medium-font":e.fontSize==="large"&&(z="large-font"),z}),j=r.computed(()=>{let z="";return e.fontSize==="medium"?z="medium-width":e.fontSize==="large"&&(z="large-width"),z}),S=r.computed(()=>{var z;return(z=f.shortcut)!=null&&z.text&&e.useShortcutText?!0:!e.editable||e.readonly}),O=r.computed(()=>e.options),J=r.computed(()=>y.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),A=r.ref(null),V=()=>{var z;(z=A==null?void 0:A.value)==null||z.focus()};r.watch(()=>f.visible,z=>{var Q,ee;z===!1&&((Q=P.value)==null||Q.destoryDropdown()),(ee=P.value)==null||ee.updateDropdown(),n("open-change",z)});const P=r.ref(null);r.watch(()=>e.modelValue,z=>{var Q;f.internalValue=sr(z,e.type,e.multiple,e.format),e.withValidate&&((Q=i==null?void 0:i.validate)==null||Q.call(i,"change"))}),r.watch(()=>e.open,z=>{f.visible=z===!0}),r.watch(()=>e.type,z=>{g(z)}),r.watch(()=>p,(z,Q)=>{const ee=JSON.stringify(z),de=JSON.stringify(Q);(ee!==de||typeof z!=typeof Q)&&n("input",z)}),r.onMounted(()=>{e.type.indexOf("date")>-1,f.timeEnterMode=!0;const z=e.modelValue,Q=p.value;(typeof z!=typeof Q||JSON.stringify(z)!==JSON.stringify(Q))&&n("input",p.value),e.open!==null&&(f.visible=e.open),r.provide(_4,{props:e,focus:()=>V()})});const Y=r.ref(null),X=z=>{var Q;if(f.disableCloseUnderTransfer)return f.disableCloseUnderTransfer=!1,!1;if(z&&z.type==="mousedown"&&f.visible){z.preventDefault(),z.stopPropagation();return}if(f.visible){const ee=(Q=Y==null?void 0:Y.value)==null?void 0:Q.$el;if(z&&ee&&ee.contains(z.target))return;f.visible=!1,z==null||z.preventDefault(),z==null||z.stopPropagation();return}f.isFocused=!1,f.disableClickOutSide=!1},ue=()=>{var z,Q;(z=A==null?void 0:A.value)==null||z.focus(),(Q=A==null?void 0:A.value)==null||Q.click()},pe=()=>{e.readonly||e.disabled||I!=null&&I.value&&(f.showClose=!0)},le=z=>{f.showClose=!1},se=z=>{r.nextTick(()=>{var Q;n("update:modelValue",p.value),n("change",v.value,z),e.type.indexOf("time")<0&&((Q=A==null?void 0:A.value)==null||Q.blur())})},te=z=>{var xe;const Q=e.type.includes("range")||e.multiple,ee=I.value,de=z.target.value,G=sr(de,e.type,e.multiple,e.format),ae=Q?G:G[0],Ce=(xe=e.disabledDate)==null?void 0:xe.call(e,ae),we=G.reduce((_e,Ge)=>_e&&Ge instanceof Date,!0);de!==ee&&!Ce&&we?(se(e.type),f.internalValue=G):f.forceInputRerender=f.forceInputRerender+1},U=z=>{e.readonly||(f.isFocused=!0,!(z&&z.type==="focus")&&(e.disabled||(f.visible=!0)))},F=()=>{var z;(z=Y==null?void 0:Y.value)==null||z.reset()},_=z=>{var Q,ee;if(f.internalFocus){f.internalFocus=!1;return}if(f.visible){z.preventDefault();return}f.isFocused=!1,g(e.type),f.internalValue=f.internalValue.slice(),F(),(Q=Y==null?void 0:Y.value)==null||Q.onToggleVisibility(!1),(ee=i==null?void 0:i.validate)==null||ee.call(i,"blur")},W=z=>{const{keyCode:Q}=z;if(Q===9&&f.visible)if(z.stopPropagation(),z.preventDefault(),L.value){const de=`.${Z("picker-confirm")} > *`,G=P.value.$el.querySelectorAll(de);f.internalFocus=!0,[...G][z.shiftKey?"pop":"shift"]().focus()}else X();const ee=[37,38,39,40];if(!f.visible&&ee.includes(Q)){f.visible=!0;return}Q===27&&f.visible&&(z.stopPropagation(),X()),ee.includes(Q)&&f.focusedTime.active&&z.preventDefault()},H=()=>{f.visible=!1,f.internalValue=f.internalValue.map(()=>null),n("clear"),se(e.type),F(),f.showClose=!1,f.shortcut=null,setTimeout(()=>g(e.type),500)},ne=()=>{var z;f.visible=!1,r.nextTick(()=>{n("pick-success")}),(z=A==null?void 0:A.value)==null||z.blur(),F()},he=(z,Q=!1,ee,de)=>{let G=z;if(e.multiple){const Ce=G.getTime(),we=f.internalValue.findIndex(Ge=>Ge&&Ge.getTime()===Ce),_e=[...f.internalValue,G].filter(Boolean).map(Ge=>Ge.getTime()).filter((Ge,oe,ye)=>ye.indexOf(Ge)===oe&&oe!==we);f.internalValue=_e.map(Ge=>new Date(Ge))}else G=sr(z,e.type,e.multiple,e.format),f.internalValue=Array.isArray(G)?G:[G];if(f.internalValue[0]){const[Ce]=f.internalValue;f.focusedDate=Ce}f.focusedTime={...f.focusedTime,time:f.internalValue.map(Rl)},L.value||(g(e.type),f.visible=Q),ee==="upToNow"&&e.type==="daterange"&&ne(),f.shortcut=de,se(ee);const ae=e.shortcuts.findIndex(Ce=>Ce===f.shortcut);n("shortcut-change",f.shortcut,ae)},re=r.ref(null),K=()=>{var z,Q;(Q=(z=Y.value).handleToggleTime)==null||Q.call(z)};return{...r.toRefs(f),panel:y,publicStringValue:v,opened:b,visualValue:I,displayValue:k,isConfirm:L,hasHeader:x,hasFooter:w,hasShortcuts:N,hasConfirm:M,fontSizeCls:T,longWidthCls:j,localReadonly:S,allowCrossDayProp:J,ownPickerProps:O,pickerDropdownRef:P,inputRef:A,triggerRef:re,pickerPanelRef:Y,handleClose:X,handleIconClick:ue,handleInputMouseenter:pe,handleInputMouseleave:le,handleFocus:U,handleBlur:_,handleKeydown:W,handleInputChange:te,handleClear:H,onPick:he,onPickSuccess:ne,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:[Z("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(hn,{onClick:this.handleClear,class:"clear-action"},null):""]),t=this.hasShortcuts?{shortcuts:()=>{var c,u;return((u=(c=this.$slots).shortcuts)==null?void 0:u.call(c,{change:this.onPick}))||null}}:{},n=this.hasConfirm?{confirm:this.$slots.confirm}:{},i={...t,...n};return r.withDirectives(r.createVNode("div",{class:[Z("date-picker"),this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:Z("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:Z("fade-down-transition")},{default:()=>[r.withDirectives(r.createVNode(p0,{class:[this.appendToBody?Z("date-picker-transfer"):""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody},{default:()=>{var c,u,d,f;return[this.hasHeader?r.createVNode("div",{class:[Z("date-picker-top-wrapper"),this.headerSlotCls]},[((u=(c=this.$slots).header)==null?void 0:u.call(c))??null]):null,this.panel==="DateRangePanel"?r.createVNode(Ix,{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,shortcutSelectedIndex:this.shortcutSelectedIndex},i):r.createVNode(Cx,{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:[Z("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]])}}),Lx=r.defineComponent({name:"TimePicker",directives:{clickoutside:vi},props:{...Ec,...px,...Pc},emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:Object,setup(e,{slots:t,emit:n}){const i=Xn(),s=e.type.includes("range"),o=s?[null,null]:[null];let c=J4((s?e.modelValue:[e.modelValue])||[])?o:sr(e.modelValue,e.type,e.multiple,e.format),u=null;e.shortcutSelectedIndex!==-1&&(u=e.shortcuts[e.shortcutSelectedIndex]||null,u&&(c=u.value()));const d=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(Rl),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:u,onSelectionModeChange:f});function f(K){let z=K;return K.match(/^date/)&&(z="date"),d.selectionMode=["year","month","date","time"].indexOf(z)>-1&&z,d.selectionMode}const g=r.computed(()=>{if(e.multiple)return d.internalValue.slice();const K=e.type.includes("range");let z=d.internalValue.map(Q=>Q instanceof Date?new Date(Q):Q||"");return e.type.match(/^time/)&&(z=z.map(Q=>li(Q,e.type,e.multiple,e.format))),K||e.multiple?z:z[0]}),p=r.computed(()=>e.type.match(/^time/)?g.value:e.multiple?li(g.value,e.type,e.multiple,e.format):Array.isArray(g.value)?g.value.map(K=>li(K,e.type,e.multiple,e.format)):li(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(()=>li(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),w=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),O=r.ref(null),J=()=>{var K;(K=O==null?void 0:O.value)==null||K.focus()},{proxy:A}=r.getCurrentInstance(),V=r.ref(null);r.watch(()=>d.visible,K=>{var z,Q;K&&((Q=(z=V.value)==null?void 0:z.forceUpdate)==null||Q.call(z),r.nextTick(()=>{var ee,de;(de=(ee=A.pickerPanelRef)==null?void 0:ee.timeSpinnerRef)==null||de.updateScroll()}))}),r.watch(()=>e.modelValue,K=>{var z;d.internalValue=sr(K,e.type,e.multiple,e.format),e.withValidate&&((z=i==null?void 0:i.validate)==null||z.call(i,"change"))}),r.watch(()=>e.open,K=>{d.visible=K===!0}),r.watch(()=>e.type,K=>{f(K)}),r.watch(()=>g,(K,z)=>{const Q=JSON.stringify(K),ee=JSON.stringify(z);(Q!==ee||typeof K!=typeof z)&&n("input",K)}),r.onMounted(()=>{e.type.indexOf("date")>-1,d.timeEnterMode=!0;const K=e.modelValue,z=g.value;(typeof K!=typeof z||JSON.stringify(K)!==JSON.stringify(z))&&n("input",g.value),e.open!==null&&(d.visible=e.open),r.provide(_4,{props:e,focus:()=>J()})});const P=r.ref(null),Y=K=>{var z;if(d.disableCloseUnderTransfer)return d.disableCloseUnderTransfer=!1,!1;if(K&&K.type==="mousedown"&&d.visible){K.preventDefault(),K.stopPropagation();return}if(d.visible){const Q=(z=P==null?void 0:P.value)==null?void 0:z.$el;if(K&&Q&&Q.contains(K.target))return;d.visible=!1,K==null||K.preventDefault(),K==null||K.stopPropagation();return}d.isFocused=!1,d.disableClickOutSide=!1},X=()=>{var K,z;(K=O==null?void 0:O.value)==null||K.focus(),(z=O==null?void 0:O.value)==null||z.click()},ue=()=>{e.readonly||e.disabled||b!=null&&b.value&&(d.showClose=!0)},pe=K=>{d.showClose=!1},le=K=>{r.nextTick(()=>{var z;n("update:modelValue",g.value),n("change",p.value,K),e.type.indexOf("time")<0&&((z=O==null?void 0:O.value)==null||z.blur())})},se=K=>{var we;const z=e.type.includes("range")||e.multiple,Q=b.value,ee=K.target.value,de=sr(ee,e.type,e.multiple,e.format),G=z?de:de[0],ae=(we=e.disabledDate)==null?void 0:we.call(e,G),Ce=de.reduce((xe,_e)=>xe&&_e instanceof Date,!0);ee!==Q&&!ae&&Ce?(le(e.type),d.internalValue=de):d.forceInputRerender=d.forceInputRerender+1},te=K=>{e.readonly||(d.isFocused=!0,!(K&&K.type==="focus")&&(e.disabled||(d.visible=!0)))},U=()=>{var K,z;(z=(K=P==null?void 0:P.value)==null?void 0:K.reset)==null||z.call(K)},F=K=>{var z,Q;if(d.internalFocus){d.internalFocus=!1;return}if(d.visible){K.preventDefault();return}d.isFocused=!1,f(e.type),d.internalValue=d.internalValue.slice(),U(),(z=P==null?void 0:P.value)==null||z.onToggleVisibility(!1),(Q=i==null?void 0:i.validate)==null||Q.call(i,"blur")},_=K=>{const{keyCode:z}=K;if(z===9&&d.visible)if(K.stopPropagation(),K.preventDefault(),k.value){const ee=".bk-picker-confirm > *",de=V.value.$el.querySelectorAll(ee);d.internalFocus=!0,[...de][K.shiftKey?"pop":"shift"]().focus()}else Y();const Q=[37,38,39,40];if(!d.visible&&Q.includes(z)){d.visible=!0;return}z===27&&d.visible&&(K.stopPropagation(),Y()),Q.includes(z)&&d.focusedTime.active&&K.preventDefault()},W=()=>{d.visible=!1,d.internalValue=d.internalValue.map(()=>null),n("clear"),le(e.type),U(),d.showClose=!1,d.shortcut=null,setTimeout(()=>f(e.type),500)},H=()=>{e.appendToBody&&(d.disableCloseUnderTransfer=!0)},ne=()=>{var K;d.visible=!1,r.nextTick(()=>{n("pick-success")}),(K=O==null?void 0:O.value)==null||K.blur(),U()},he=(K,z=!1,Q,ee)=>{let de=K;if(e.multiple){const ae=de.getTime(),Ce=d.internalValue.findIndex(_e=>_e&&_e.getTime()===ae),xe=[...d.internalValue,de].filter(Boolean).map(_e=>_e.getTime()).filter((_e,Ge,oe)=>oe.indexOf(_e)===Ge&&Ge!==Ce);d.internalValue=xe.map(_e=>new Date(_e))}else de=sr(K,e.type,e.multiple,e.format),d.internalValue=Array.isArray(de)?de:[de];if(d.internalValue[0]){const[ae]=d.internalValue;d.focusedDate=ae}d.focusedTime={...d.focusedTime,time:d.internalValue.map(Rl)},k.value||(f(e.type),d.visible=z),Q==="upToNow"&&e.type==="daterange"&&ne(),d.shortcut=ee,le(Q);const G=e.shortcuts.findIndex(ae=>ae===d.shortcut);n("shortcut-change",d.shortcut,G)},re=r.ref(null);return{...r.toRefs(d),panel:v,publicStringValue:p,opened:y,visualValue:b,displayValue:I,isConfirm:k,hasHeader:L,hasFooter:x,hasShortcuts:w,fontSizeCls:N,longWidthCls:M,localReadonly:T,allowCrossDayProp:S,ownPickerProps:j,pickerDropdownRef:V,inputRef:O,triggerRef:re,pickerPanelRef:P,handleClose:Y,handleIconClick:X,handleInputMouseenter:ue,handleInputMouseleave:pe,handleFocus:te,handleBlur:F,handleKeydown:_,handleInputChange:se,handleClear:W,handleTransferClick:H,onPick:he,onPickSuccess:ne}},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:[Z("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(hn,{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:[Z("date-picker"),this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:Z("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(p0,{class:[this.appendToBody?Z("date-picker-transfer"):""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody,onClick:this.handleTransferClick},{default:()=>{var s,o,c,u;return[this.hasHeader?r.createVNode("div",{class:[Z("date-picker-top-wrapper"),this.headerSlotCls]},[((o=(s=this.$slots).header)==null?void 0:o.call(s))??null]):null,this.panel==="RangeTimePickerPanel"?r.createVNode(B4,{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(H4,{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:[Z("date-picker-footer-wrapper"),this.footerSlotCls]},[((u=(c=this.$slots).footer)==null?void 0:u.call(c))??null]):null]}}),[[r.vShow,this.opened]])]})]})]),[[r.resolveDirective("clickoutside"),this.handleClose]])}}),F4=Fe(Nx);var oi=(e=>(e.OBJECT_ARRAY="objectArray",e.BASE_ARRAY="baseArray",e.NOT_ARRAY="notArray",e))(oi||{});const kx={title:m.arrayOf(m.string).def([]),extCls:m.string.def(""),searchPlaceholder:m.string.def(""),settingKey:m.string.def("id"),displayKey:m.string.def("value"),sortKey:m.string.def("value"),showOverflowTips:m.bool.def(!1),searchable:m.bool.def(!1),sortable:m.bool.def(!1),sourceList:m.arrayOf(m.any).def([]),targetList:m.arrayOf(m.any).def([]),emptyContent:m.arrayOf(m.string).def([]),multiple:m.bool.def(!1)};function Tx(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}function xx(e,t,n){const i=r.ref([]),s=r.ref([]),o=(c=!1)=>{c&&(i.value=[],s.value=[]),e.value.forEach(u=>{const d=u[n.value];t.value.includes(d)?s.value.push(u):i.value.push(u)})};return o(),r.watch(()=>[e,t,n],()=>{o(!0)},{deep:!0}),{selectList:i,selectedList:s}}function Sx(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 Dx=r.defineComponent({name:"Transfer",props:kx,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(J=>J.toString().includes("[object Object]"))?oi.OBJECT_ARRAY:oi.BASE_ARRAY:oi.NOT_ARRAY),c=r.computed(()=>o.value===oi.BASE_ARRAY?"value":e.settingKey),u=r.computed(()=>o.value===oi.BASE_ARRAY?"value":e.displayKey),d=r.computed(()=>e.sortKey||u.value),f=r.computed(()=>{switch(o.value){case oi.BASE_ARRAY:return[...new Set(e.sourceList)].map(O=>({value:O}));case oi.OBJECT_ARRAY:return[...e.sourceList];default:return[]}}),{targetList:g}=r.toRefs(e),{selectList:p,selectedList:v}=xx(f,g,c),{selectSearchQuery:y,selectListSearch:b}=Sx(p,u),I=r.computed(()=>[...b.value].sort((O,J)=>{const A=O[d.value],V=J[d.value];return A>V?1:-1})),k=r.computed(()=>[...v.value].sort((O,J)=>{const A=O[d.value],V=J[d.value];return A>V?1:-1}));r.watch(()=>[p,v],()=>{e.multiple||M()},{deep:!0});const L=(O,J)=>{const A=c.value;return O.some(V=>V[A]===J[A])&&J.disabled},x=()=>{p.value=[...f.value.filter(O=>L(p.value,O))],v.value=[...f.value.filter(O=>!L(p.value,O))],M()},w=()=>{p.value=[...f.value.filter(O=>!L(v.value,O))],v.value=[...f.value.filter(O=>L(v.value,O))],M()},N=(O,J)=>{if(O.disabled)return;const A=O[c.value],V=J?p:v,P=J?v:p,Y=V.value.findIndex(X=>X[c.value]===A);P.value.push(...V.value.splice(Y,1)),M()},M=()=>{const O=p.value.map(A=>A[c.value]),J=v.value.map(A=>A[c.value]);t("update:targetList",J),t("change",o.value===oi.BASE_ARRAY?O:p.value.map(A=>r.toRaw(A)),o.value===oi.BASE_ARRAY?J:v.value.map(A=>r.toRaw(A)),J)};return{selectSearchQuery:y,selectListSearch:b,selectedList:v,selectListSort:I,selectedListSort:k,settingCode:c,displayCode:u,allToRight:x,allToLeft:w,handleItemClick:N,t:n,handleAllChecked:(O,J)=>{const A=J==="source"?p:v;s.value[J]=O?A.value.map(V=>V[c.value]):[]},multipleSelectAllValue:i,multipleSelectList:s,handleMultipleChange:O=>{const J=O==="left",A=J?p:v,V=J?v:p,P=s.value[J?"source":"target"],Y=A.value.filter(X=>P.includes(X[c.value]));A.value=A.value.filter(X=>!P.includes(X[c.value])),V.value.push(...Y),s.value[J?"source":"target"]=[],M()},handleItemChecked:O=>{const J=O==="source"?p:v;i.value[O]=s.value[O].length===J.value.length}}},render(){const{multiple:e}=this.$props,t=this.sortable?this.selectListSort:this.selectListSearch,n=this.sortable?this.selectedListSort:this.selectedList,i=u=>{const d=u==="left-header",f=d?"source":"target",g=d?`${this.title[0]??this.t.sourceList}`:`${this.title[1]??this.t.targetList}`,p=d?!t.length:!n.length,v=!!this.multipleSelectList[f].length&&!this.multipleSelectAllValue[f],y=this.multipleSelectList[f].length,b=()=>{p||(d?this.allToRight():this.allToLeft())};return this.$slots[u]?r.createVNode("div",{class:"slot-header"},[this.$slots[u]()]):r.createVNode("div",{class:"header"},[this.multiple?r.createVNode($n,{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:p},onClick:()=>b()},[d?this.t.selectAll:this.t.removeAll])])},s=u=>{const d=u==="left-empty-content",f=(d?this.emptyContent[0]:this.emptyContent[1])??(d?this.t.noData:this.t.noSelected);return this.$slots[u]?r.createVNode("div",null,[this.$slots[u]()]):r.createVNode("div",{class:"empty"},[f])},o=(u,d=!0)=>r.createVNode("div",{class:["item-content",{"is-disabled":u.disabled}]},[r.createVNode("span",{class:"content-text",title:u[this.displayCode]},[u[this.displayCode]]),!e&&r.createVNode("span",{class:"icon-wrapper"},[d?r.createVNode(ic,{class:"bk-icon icon-move"},null):r.createVNode(dn,{class:"bk-icon icon-delete"},null)])]),c=u=>{let d;const f=u==="left",g=u==="left"?"source":"target",p=f?t:n,v=f?"source-option":"target-option",y=f?"left-empty-content":"right-empty-content",b=e?r.createVNode(Lc,{class:"content is-flex",modelValue:this.multipleSelectList[g],"onUpdate:modelValue":I=>this.multipleSelectList[g]=I,onChange:()=>this.handleItemChecked(g)},Tx(d=p.map(I=>r.createVNode("div",null,[r.createVNode($n,{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":""]},[p.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 p.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(Qr,{modelValue:this.selectSearchQuery,"onUpdate:modelValue":u=>this.selectSearchQuery=u,class:"transfer-search-input",clearable:!0,placeholder:this.searchPlaceholder||this.t.search},{prefix:()=>r.createVNode(Gr,{class:"icon-search"},null)}),c("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(Jn,null,null)]),r.createVNode("div",{class:["transfer-button",{disabled:!this.multipleSelectList.target.length}],onClick:()=>this.handleMultipleChange("right")},[r.createVNode(pi,null,null)])]):r.createVNode(Cc,{class:"transfer"},null),r.createVNode("div",{class:"target-list"},[i("right-header"),c("right")])])}}),G4=Fe(Dx);var Ai=(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))(Ai||{});const tr=(...e)=>!0,jx={nodeClick:tr,nodeCollapse:tr,nodeExpand:tr,nodeChecked:tr,nodeDragStart:tr,nodeDragOver:tr,nodeDragLeave:tr,nodeDrop:tr};var fe=(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))(fe||{});const rr={__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 Z4=(e=>(e.CLICK="click",e.SELECTED="selected",e.EXPAND="expand",e.COLLAPSE="collapse",e))(Z4||{});const Ox={data:m.arrayOf(m.any).def([]),label:m.oneOfType([m.func.def(void 0),m.string.def("label")]),nodeKey:m.string.def(void 0),children:m.string.def("children"),indent:m.number.def(18),lineHeight:m.number.def(32),levelLine:m.oneOfType([m.bool.def(!1),m.func.def(void 0),m.string.def("1px dashed #c3cdd7")]).def(!1),virtualRender:m.bool.def(!1),prefixIcon:m.oneOfType([m.func.def(()=>{}),m.bool.def(!1)]).def(!0),async:m.shape({callback:m.func.def(void 0),cache:m.bool.def(!0),deepAutoOpen:Ee("columnType",{}).def("once")}),offsetLeft:m.number.def(5),search:m.oneOfType([m.shape({value:m.oneOfType([m.number,m.string,m.bool]).def(""),match:m.oneOfType([ln(),m.func]).def("fuzzy"),resultType:ln().def("tree"),openResultNode:m.bool}),m.string,m.number,m.bool]).def(void 0),emptyText:m.string.def("没有数据"),draggable:m.bool.def(!1),disableDrag:m.func,disableDrop:m.func,dragSort:m.bool.def(!1),selectable:m.oneOfType([m.bool,m.func]).def(!0),disabledFolderSelectable:m.bool.def(!1),showCheckbox:m.bool.def(!1),showNodeTypeIcon:m.bool.def(!0),selected:m.oneOfType([m.string,m.number,m.object]),autoCheckChildren:m.bool.def(!0),autoOpenParentNode:m.bool.def(!0),expandAll:m.bool.def(!1),nodeContentAction:m.oneOfType([m.arrayOf(Ee("nodeContentActionType",{}).def(Z4.CLICK)),m.func.def(()=>["selected"])]).def(["selected","expand","click"]),keepSlotData:m.bool.def(!1)},Ax=(e,{slots:t})=>({renderEmpty:n=>r.createVNode(kc,{scene:"part",type:n},{default:()=>{var i;return[((i=t.default)==null?void 0:i.call(t))??e.emptyText]}})}),zc=(e,t)=>{const n=V=>e.schema.get(V),i=(V,P)=>{var Y;return(Y=n(V[fe.UUID]))==null?void 0:Y[P]},s=(V,P,Y)=>{e.schema.set(V[fe.UUID],{...n(V[fe.UUID]),[P]:Y})},o=V=>i(V,fe.PATH),c=V=>i(V,fe.UUID),u=V=>i(V,fe.IS_ROOT),d=V=>i(V,fe.IS_OPEN),f=V=>i(V,fe.HAS_CHILD),g=V=>i(V,fe.IS_MATCH),p=V=>i(V,fe.IS_CHECKED),v=V=>i(V,fe.PARENT_ID),y=V=>i({[fe.UUID]:V},fe.PARENT_ID),b=V=>i(V,fe.IS_LOADING),I=(V,P)=>{s(V,fe.IS_LOADING,P)},k=V=>e.schema.delete(V),L=V=>n(v(V)),x=V=>{var P;return typeof V=="object"?d(V):typeof V=="string"?(P=n(V))==null?void 0:P[fe.IS_OPEN]:!1},w=V=>x(i(V,fe.PARENT_ID)),N=V=>u(V)||w(V),M=V=>V.split("-").reduce((Y,X)=>{const ue=Number(X);return Array.isArray(Y)?Y[ue]:Y[t.children][ue]},t.data),T=V=>{const P=e.schema;return Array.prototype.filter.call(Array.from(P.keys()),Y=>P.get(Y)[fe.PARENT_ID]===V[fe.UUID])},j=V=>M(o({[fe.UUID]:V})),S=V=>u({[fe.UUID]:V})?{[t.children]:t.data}:j(y(V)),O=V=>({[rr[fe.IS_LOADING]]:i(V,fe.IS_LOADING),[rr[fe.HAS_CHILD]]:f(V),[rr[fe.IS_MATCH]]:g(V),[rr[fe.IS_CHECKED]]:p(V),[rr[fe.IS_OPEN]]:d(V),[rr[fe.IS_ROOT]]:u(V),fullPath:i(V,fe.PATH),uuid:c(V),parentId:i(V,fe.PARENT_ID)});return{getSchemaVal:n,getNodeAttr:i,getNodeId:c,getNodeParentId:v,getNodeParentIdById:y,getParentNodeData:S,getParentNode:L,setNodeAttr:s,getNodePath:o,isRootNode:u,isNodeOpened:d,hasChildNode:f,isItemOpen:x,isNodeChecked:p,isNodeMatched:g,isNodeLoading:b,checkNodeIsOpen:N,getSourceNodeByPath:M,getSourceNodeByUID:j,deleteNodeSchema:k,resolveScopedSlotParam:O,setTreeNodeLoading:I,extendNodeAttr:V=>({...V,[fe.TREE_NODE_ATTR]:O(V)}),getChildNodes:T,extendNodeScopedData:V=>({data:V,attributes:O(V)})}},Y4="1px dashed #c3cdd7",U4=(e,t,n=null,i=null,s=null,o=[])=>{const c=e[t];return typeof c=="boolean"?c?i:s:$4(n,e,t,o)},$4=(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}},K4=(e,t)=>$4(e,t,"label"),y0=(e,t)=>e.get(t)||{},Ex=(e,t,n)=>{var i;return(i=y0(e,t))==null?void 0:i[n]},Px=(e,t)=>({"--level-line":U4(t,"levelLine",e,Y4,null,["tree"]),"--lineHeight":`${t.lineHeight}px`,"--indent":`${t.indent}px`,"--offset-left":`${t.offsetLeft}px`}),zx=(e,t,n={})=>{const{schema:i}=n;return{"--depth":Ex(i,e[fe.UUID],fe.DEPTH),...typeof t.levelLine=="function"?{"--level-line":U4(t,"levelLine",e,Y4,null,["node"])}:{}}},Vx=(e,t,n)=>{const{__is_root:i,__is_open:s}=y0(t,e[fe.UUID])||{};return{"is-root":i,"bk-tree-node":!0,"is-open":s,"is-virtual-render":n.virtualRender,"level-line":n.levelLine}},Rx=(e,t)=>{const{__is_checked:n,__is_selected:i}=y0(t,e[fe.UUID])||{};return{"is-checked":n,"is-selected":i,"node-folder":e.is_folder,"node-leaf":e.is_leaf,[Z("node-row")]:!0}},Jx=(e,t,n,i,s)=>{Qx(e,t,n,{[i]:s})},Qx=(e,t,n,i)=>{const o=e.split("-").reduce((c,u)=>{const d=Number(u);return Array.isArray(c)?c[d]:c[n][d]},t);Object.assign(o,i||{})},Ms=e=>e==null?{__IS_NULL:!0}:typeof e=="string"||typeof e=="number"||typeof e=="symbol"?{[fe.UUID]:e}:(Object.prototype.hasOwnProperty.call(e,fe.UUID)||console.error("setNodeAction Error: node id cannot found"),e),X4=(e,t)=>{const{setNodeAttr:n,getNodePath:i,getNodeAttr:s,resolveScopedSlotParam:o,setTreeNodeLoading:c}=zc(t,e),u=(g,p)=>{if(typeof g=="object"&&g!==null){n(p,fe.IS_OPEN,!0);const v=Array.isArray(g)?g:[g];return Jx(i(p),e.data,e.children,e.children,v),Promise.resolve(g)}return Promise.resolve(g)},d=g=>{const{callback:p=null,cache:v=!0}=e.async||{};if(typeof p=="function"&&s(g,fe.IS_ASYNC)){if(n(g,fe.IS_ASYNC_INIT,!0),!s(g,fe.IS_CACHED)){n(g,fe.IS_CACHED,v);const y=o(g),b=p(g,I=>u(I,g),y);if(typeof b=="object"&&b!==null)return c(g,!0),b instanceof Promise?Promise.resolve(b.then(I=>u(I,g)).catch(I=>console.error("load remote data error:",I)).finally(()=>{c(g,!1),n(g,fe.IS_CACHED,!0)})):(u(b,g),c(g,!1),Promise.resolve(!0))}return Promise.resolve(!0)}return Promise.resolve(!0)},f=()=>{const g=t.data.filter(p=>s(p,fe.IS_ASYNC)&&p[rr[fe.IS_OPEN]]&&!s(p,fe.IS_ASYNC_INIT));g.length&&Promise.all(g.map(p=>d(p))).then(()=>{f()}).catch(p=>{console.warn(p)})};return{asyncNodeClick:d,deepAutoOpen:f}},_x=(e,t,n,i,s,o)=>{let c=e.selected;const{setNodeAttr:u,getNodePath:d,getSchemaVal:f,getNodeAttr:g,getNodeId:p,getChildNodes:v,isRootNode:y,hasChildNode:b,isItemOpen:I,isNodeOpened:k,isNodeLoading:L,isNodeChecked:x,getParentNode:w,resolveScopedSlotParam:N,extendNodeAttr:M,extendNodeScopedData:T}=zc(n,e),{registerNextLoop:j}=o,{asyncNodeClick:S,deepAutoOpen:O}=X4(e,n),J=G=>I(G)?r.createVNode(fc,{class:[Z("tree-icon"),Z("node-prefix")]},null):r.createVNode(hc,{class:[Z("tree-icon"),Z("node-prefix")]},null),A=G=>{if(typeof G=="string")return G;if(typeof G=="object"&&G!==null){if(G.__v_isVNode)return G;const{node:ae,className:Ce,text:we,style:xe}=G;return r.h(ae,{class:Ce,style:xe},we)}return null},V=G=>{var ae,Ce;return((Ce=(ae=t.slots).nodeLoading)==null?void 0:Ce.call(ae,ee(G)))??L(G)?r.createVNode(Wa,null,null):""},P=G=>{if(t.slots.nodeAction)return t.slots.nodeAction(ee(G));let ae=null;return L(G)?V(G):typeof e.prefixIcon=="function"&&(ae=e.prefixIcon(ee(G),"node_action"),ae!=="default")?A(ae):(ae==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon)&&(b(G)||G.async||!e.autoCheckChildren)?I(G)?r.createVNode(Xs,{class:Z("node-prefix")},null):r.createVNode(no,{class:Z("node-prefix")},null):null},Y=G=>{if(!e.showNodeTypeIcon)return null;if(t.slots.nodeType)return t.slots.nodeType(ee(G));let ae=null;return typeof e.prefixIcon=="function"&&(ae=e.prefixIcon(ee(G),"node_type"),ae!=="default")?A(ae):ae==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon?y(G)||b(G)?J(G):r.createVNode(bc,{class:[Z("tree-icon"),Z("node-prefix")]},null):null},X=(G,ae)=>{const Ce=w(G);Ce&&(u(Ce,fe.IS_CHECKED,ae),y(Ce)||X(Ce,ae))},ue=(G,ae,Ce)=>{v(G).forEach(we=>{u({[fe.UUID]:we},ae,Ce),ue({[fe.UUID]:we},ae,Ce)})},pe=(G,ae)=>{u(G,fe.IS_CHECKED,!!ae),ue(G,fe.IS_CHECKED,!!ae),X(G,ae),t.emit(Ai.NODE_CHECKED,s.value.filter(Ce=>x(Ce)).map(Ce=>Ce[fe.UUID]))},le=G=>x(G)&&!s.value.filter(ae=>{var Ce;return(Ce=d(ae))==null?void 0:Ce.startsWith(d(G))}).every(ae=>x(ae)),se=G=>x(G)||s.value.filter(ae=>{var Ce;return(Ce=d(ae))==null?void 0:Ce.startsWith(d(G))}).some(ae=>x(ae)),te=G=>e.showCheckbox?r.createVNode($n,{size:"small",modelValue:se(G),indeterminate:le(G),onChange:ae=>pe(G,ae)},null):null,U=(G,ae=null,Ce=null,we=!0)=>{const xe=ae===null?!I(G):!!ae;if(xe||ue(G,fe.IS_OPEN,xe),u(G,fe.IS_OPEN,xe),we){const _e=I(G)?Ai.NODE_EXPAND:Ai.NODE_COLLAPSE;t.emit(_e,G,N(G),f(G[fe.UUID]),Ce)}},F=(G,ae,Ce)=>{if(Array.isArray(G)){G.forEach(we=>u(Ms(we),ae,Ce));return}u(Ms(G),ae,Ce)},_=(G,ae=!0,Ce=!1)=>{const we=Ms(G);if(!we[fe.IS_NULL])if(Ce)if(ae){if(F(we,fe.IS_OPEN,!0),!y(we)){const xe=g(we,fe.PARENT_ID);_(xe,!0,!0)}}else U(we,!1,null,!1);else F(we,fe.IS_OPEN,ae)},W=(G,ae)=>{if(k(G)){U(G,!1,ae);return}S(G).finally(()=>{g(G,fe.IS_LOADING)?j("setNodeOpenedAfterLoading",{type:"once",fn:()=>U(G,!0,ae)}):U(G,!0,ae)})},H=(G,ae)=>{G.stopImmediatePropagation(),G.stopPropagation(),G.preventDefault(),W(ae,G)},ne=(G,ae=!0,Ce=!0)=>{const we=Array.isArray(G)?G:[G];if(!we.length)return;const xe=Ms(we[0]);if(!xe[fe.IS_NULL]){if(!e.selectable||typeof e.selectable=="function"&&!e.selectable(G)||e.disabledFolderSelectable&&(G==null?void 0:G.is_folder)===!0){console.warn("props.selectable is false or undefined, please set selectable with true");return}c!=null&&u({[fe.UUID]:c},fe.IS_SELECTED,!ae),e.selected&&e.selected!==c&&u({[fe.UUID]:e.selected},fe.IS_SELECTED,!ae),u(xe,fe.IS_SELECTED,ae),c=p(xe),Ce&&we.length===1&&_(xe,!0,!0),g(xe,fe.IS_ASYNC)&&S(xe).then(()=>{r.nextTick(()=>{we.shift(),ne(we,ae,Ce)})})}},he=G=>typeof e.nodeContentAction=="function"?Reflect.apply(e.nodeContentAction,globalThis,[{node:G}]):typeof e.nodeContentAction=="string"?[e.nodeContentAction]:Array.isArray(e.nodeContentAction)?e.nodeContentAction:["selected","expand","click"],re=(G,ae)=>{const Ce=he(G);if(Ce.includes("selected")&&ne(G,!0,!1),Ce.includes("expand")&&(k(G)||W(G,ae)),Ce.includes("collapse")&&k(G)&&W(G,ae),Ce.includes("click")){const we=Ai.NODE_CLICK;t.emit(we,G,N(G),f(G[fe.UUID]),ae)}},K=(G,ae)=>{if(y(ae))return!1;const Ce=d(ae),we=`${Ce}`.split("-").slice(0,G+1);if(we.join("-")===Ce)return!0;const _e=we.pop(),Ge=parseInt(_e,10);we.push(`${Ge+1}`);const oe=we.join("-");return s.value.some(ye=>ye[fe.PATH]===oe)},z=G=>{if(!e.levelLine)return null;const ae=we=>({"--depth":we}),Ce=g(G,fe.DEPTH)+1;return new Array(Ce).fill("").map((we,xe)=>xe).filter(we=>K(we,G)).filter(we=>we>0).map(we=>r.createVNode("span",{class:"node-virtual-line",style:ae(Ce-we)},null))},Q=G=>{var ae,Ce,we,xe;return t.slots.node?(Ce=(ae=t.slots).node)==null?void 0:Ce.call(ae,ee(G)):t.slots.default?(xe=(we=t.slots).default)==null?void 0:xe.call(we,T(G)):[K4(G,e)]},ee=G=>e.keepSlotData?T(G):M(G);return{renderTreeNode:G=>{var ae,Ce;return r.createVNode("div",{"data-tree-node":p(G),key:p(G),class:Rx(G,n.schema)},[r.createVNode("div",{class:Vx(G,n.schema,e),style:zx(G,e,n),onClick:we=>re(G,we)},[r.createVNode("div",{class:[Z("node-action")],onClick:we=>H(we,G)},[P(G)]),r.createVNode("div",{class:Z("node-content")},[[te(G),Y(G)],r.createVNode("span",{class:Z("node-text")},[Q(G)]),(Ce=(ae=t.slots).nodeAppend)==null?void 0:Ce.call(ae,ee(G))]),z(G)])])},handleTreeNodeClick:W,deepAutoOpen:O,asyncNodeClick:S,setNodeAction:F,setNodeOpened:U,setSelect:ne,setOpen:_}},Wx=(e,t,n,i)=>{const{getSourceNodeByUID:s,getNodeParentIdById:o,getParentNodeData:c,getNodeAttr:u,getNodePath:d,isRootNode:f}=zc(i,e),g=r.computed(()=>typeof e.disableDrag=="function"),p=r.computed(()=>typeof e.disableDrop=="function"),v=j=>j.target.closest("[data-tree-node]"),y=j=>{var O;const S=(O=j==null?void 0:j.dataset)==null?void 0:O.treeNode;return s(S)},b=j=>{v(j).removeEventListener("mouseup",b)},I=j=>{const S=v(j),O=y(S);if(O.draggable===!1||g.value&&e.disableDrag(O)){S.classList.add("bk-tree-drag-disabled");return}S.setAttribute("draggable","true"),S.addEventListener("mouseup",b)},k=j=>{j.preventDefault();const S=v(j),O=y(S);if(t.emit(Ai.NODE_DRAG_OVER,j,S,O),p.value&&(e!=null&&e.disableDrop(O))){j.dataTransfer.effectAllowed="move",j.dataTransfer.dropEffect="none",S.classList.add("bk-tree-drop-disabled");return}S.classList.add("bk-tree-drop-active");const J=j.dataTransfer.getData("node-id"),A=S.getAttribute("data-tree-node"),V=w(J,A)?"move":"none";j.dataTransfer.effectAllowed=V,j.dataTransfer.dropEffect=V},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(Ai.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 O=y(S);if(p.value&&e.disableDrop(O))return;const J=j.dataTransfer.getData("node-id"),A=S.getAttribute("data-tree-node");Reflect.apply(e.dragSort?N:M,globalThis,[J,A]),t.emit(Ai.NODE_DROP,j,S,O)},w=(j,S)=>{const O=d({[fe.UUID]:j}),J=d({[fe.UUID]:S}),A=o(j),V=o(S);return A===V?!0:O.indexOf(J)===-1&&J.indexOf(O)===-1},N=(j,S)=>{if(!w(j,S))return;const O=JSON.parse(JSON.stringify(s(j))),J=JSON.parse(JSON.stringify(s(S))),A=c(j),V=c(S),P=u({[fe.UUID]:j},fe.INDEX),Y=u({[fe.UUID]:S},fe.INDEX);A==null||A[e.children].splice(P,1,J),V==null||V[e.children].splice(Y,1,O)},M=(j,S)=>{const O=s(j),J=s(S);let A=null;if(f({[fe.UUID]:j}))A=e.data;else{const V=o(j);if(V!=null){A=s(V);const P=u({[fe.UUID]:j},fe.INDEX);A==null||A[e.children].splice(P,1)}}J[e.children]||(J[e.children]=[]),J[e.children].unshift(O)},T=j=>{j.preventDefault();const S=v(j);S.classList.remove("bk-tree-drop-active","bk-tree-drop-disabled"),t.emit(Ai.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)}})},Hx=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,c=(v,y)=>new RegExp(`${v}`,"i").test(`${y}`),u=(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 u(c,[t.value,v,y]);const{value:b="",match:I="fuzzy"}=t.value,L=typeof I=="function"?I:I==="fuzzy"?c:o;return`${b}`.length===0?!0:u(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"}},Bx=e=>{var k;const t=(L,x=void 0,w=[])=>{const{data:N,children:M}=L,T=[],j=[];let S=0;const O=new Map;function J(le,se,te,U){if(le!=null&&O.has(le)&&![fe.UUID,fe.PARENT_ID].includes(se)){const F=O.get(le);Object.prototype.hasOwnProperty.call(F,se)&&typeof U=="function"&&Reflect.apply(U,self,[F,se,te])&&(Object.assign(F,{[se]:te}),J(F[fe.PARENT_ID],se,te,U))}}function A(le){let se=null;return typeof L.nodeKey=="string"&&(se=le[L.nodeKey]||zi.v4()),se||le[fe.UUID]||zi.v4()}const V={[fe.IS_OPEN]:()=>!!L.expandAll,[fe.IS_CHECKED]:()=>!1,[fe.IS_MATCH]:()=>!0,[fe.IS_SELECTED]:le=>L.selected===le,[fe.IS_CACHED]:()=>!1,[fe.IS_ASYNC]:()=>null,[fe.IS_LOADING]:()=>!1};function P(le,se,te,U=void 0){let F=U;U===void 0&&typeof V[te]=="function"&&(F=V[te](le,se));const _=rr[te];if(Object.prototype.hasOwnProperty.call(se,_))return se[_];const W=(w||[]).find(ne=>ne[fe.UUID]===le);let H;return W&&(H=W[te]),H==null&&(H=F),H}function Y(le,se){return L.selectable?P(le,se,fe.IS_SELECTED,L.selected===le):!1}function X(le,se,te){var _;const U=P(le,se,fe.IS_OPEN),F=O.has(te)?(_=O.get(te))==null?void 0:_[fe.IS_OPEN]:!0;return U&&F}function ue(le){return!le[fe.IS_OPEN]}function pe(le,se=0,te=null,U=null){const F=le.length;for(let _=0;_<F;_++){const W=le[_];if(Array.isArray(W))pe(W,se,te,U);else if(typeof W=="object"&&W!==null){const H=U!==null?`${U}-${_}`:`${_}`,ne=`${A(W)}`,he=!!(W[M]||[]).length;let re=P(ne,W,fe.IS_OPEN);L.autoOpenParentNode?re&&J(te,fe.IS_OPEN,!0,ue):re=X(ne,W,te),Object.assign(W,{[fe.UUID]:ne});const K=L.showCheckbox&&P(ne,W,fe.IS_CHECKED);K&&T.push(ne),O.set(ne,{[fe.DEPTH]:se,[fe.INDEX]:_,[fe.UUID]:ne,[fe.PARENT_ID]:te,[fe.HAS_CHILD]:he,[fe.PATH]:H,[fe.IS_ROOT]:te===null,[fe.ORDER]:S,[fe.IS_SELECTED]:Y(ne,W),[fe.IS_MATCH]:P(ne,W,fe.IS_MATCH),[fe.IS_OPEN]:re,[fe.IS_CHECKED]:K,[fe.IS_CACHED]:P(ne,W,fe.IS_CACHED),[fe.IS_ASYNC]:P(ne,W,fe.IS_ASYNC),[fe.IS_LOADING]:P(ne,W,fe.IS_LOADING),[M]:null}),S+=1,j.push({...JSON.parse(JSON.stringify(W,(z,Q)=>z===L.children?null:Q)),[fe.IS_OPEN]:re,[M]:null}),Object.prototype.hasOwnProperty.call(W,M)&&pe(W[M]||[],se+1,ne,H)}}}return pe(x||N),L.showCheckbox&&(T==null||T.forEach(le=>{Array.from(O.values()).filter(se=>{var te;return(te=se[fe.PATH])==null?void 0:te.startsWith(O.get(le)[fe.PATH])}).forEach(se=>Object.assign(se,{[fe.IS_CHECKED]:!0})),J(le,fe.IS_CHECKED,!0,()=>!0)})),[j,O]},n=t(e),i=new Map,s=[],o=[],c=r.reactive({data:n[0],schema:n[1],levelLineSchema:{}}),u=r.computed(()=>Array.from(c.schema.values())),{asyncNodeClick:d,deepAutoOpen:f}=X4(e,c),g=L=>{s.push(L)},p=(L,x,w=!0)=>{w&&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 w=[];x.forEach((N,M)=>{y(N)==="once"&&w.unshift(M)}),w.length&&w.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 w,N;const x=t(e,L,u.value);c.data=x[0],c.schema=x[1],(w=e.async)!=null&&w.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]))}),p("afterSelectWatch",o)},{immediate:!0})});const I=L=>{p("afterDataUpdate",L)};return(k=e.async)!=null&&k.callback&&f(),{flatData:c,schemaValues:u,asyncNodeClick:d,deepAutoOpen:f,afterDataUpdate:I,registerNextLoop:p,onSelected:g}},Fx=r.defineComponent({name:"Tree",props:Ox,emits:jx,setup(e,t){const{flatData:n,schemaValues:i,onSelected:s,registerNextLoop:o}=Bx(e),{setNodeAttr:c,checkNodeIsOpen:u,getNodeAttr:d,getNodePath:f,isRootNode:g,isNodeOpened:p,isNodeChecked:v,isNodeMatched:y,hasChildNode:b}=zc(n,e),{searchFn:I,isSearchActive:k,refSearch:L,openResultNode:x,isTreeUI:w,isSearchDisabled:N}=Hx(e);N||r.watch([L],()=>{n.data.forEach(se=>{const te=I(K4(se,e),se);c(se,fe.IS_MATCH,te),x&&J(se,!0,!0)})});const M=se=>{if(k.value){const te=()=>w?i.value.some(U=>{var F;return((F=U[fe.PATH])==null?void 0:F.startsWith(f(se)))&&U[fe.IS_MATCH]}):!1;return d(se,fe.IS_MATCH)||te()}return!0},T=r.computed(()=>n.data.filter(se=>u(se)&&M(se))),{renderTreeNode:j,handleTreeNodeClick:S,setNodeOpened:O,setOpen:J,setNodeAction:A,setSelect:V,asyncNodeClick:P}=_x(e,t,n,T,i,{registerNextLoop:o}),Y=(se,te=!0)=>{A(Ms(se),fe.IS_CHECKED,te)};s(se=>{V(se,!0,e.autoOpenParentNode)});const X=()=>n;t.expose({handleTreeNodeClick:S,isNodeChecked:v,isRootNode:g,isNodeOpened:p,isNodeMatched:y,hasChildNode:b,setOpen:J,setChecked:Y,setNodeAction:A,setNodeOpened:O,setSelect:V,asyncNodeClick:P,getData:X});const ue=r.ref(),{renderEmpty:pe}=Ax(e,t);Wx(e,t,ue,n);const le=se=>{var U,F;if(se.length)return se.map(j);const te=k.value?"search-empty":"empty";return((F=(U=t.slots).empty)==null?void 0:F.call(U))??pe(te)};return()=>r.createVNode(Ga,{class:Z("tree"),style:Px(null,e),list:T.value,lineHeight:e.lineHeight,enabled:e.virtualRender,contentClassName:Z("container"),throttleDelay:0,ref:ue},{default:se=>le(se.data||[])})}}),q4=Fe(Fx),g6=e=>e.__v_isVNode,Gx=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(g6(e[n])){i=e[n];break}n=n+1}let s=t-1,o=null;for(;s>=0&&s>n;){if(g6(e[s])){o=e[s];break}s=s-1}if(i&&o){i.props||(i.props={});let c="bk-compose-form-item-head";i.props.class&&(c+=` ${i.props.class}`),this.headBackgroundColor&&(i.props.style=Object.assign(i.props.style||{},{"background-color":this.headBackgroundColor})),i.props.class=c,o.props||(o.props={});let u="bk-compose-form-item-tail";o.props.class&&(u+=` ${o.props.class}`),this.tailBackgroundColor&&(o.props.style=Object.assign(o.props.style||{},{"background-color":this.tailBackgroundColor})),o.props.class=u}}return r.h("div",{class:"bk-compose-form-item"},e)}}),Zx={formType:m.oneOf(["default","vertical"]).def("default"),labelWidth:m.oneOfType([Number,String]).def(150),labelPosition:m.oneOf(["left","center","right"]),model:m.object,rules:m.object},Yx={submit:null,validate:(e,t,n)=>rt.isString(e)&&rt.isBoolean(t)&&rt.isString(n)},Ux=r.defineComponent({name:"Form",props:Zx,emits:Yx,setup(e,t){let n=[];const i=f=>{n.push(f)},s=f=>{n=n.reduce((g,p)=>(p!==f&&g.push(p),g),[])};return r.provide(Z6,{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((p,v)=>v.property?{...p,[v.property]:!0}:p,{}),Promise.all(n.reduce((p,v)=>(g[v.property]&&p.push(v.validate()),p),[])).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((p,v)=>({...p,[v.property]:!0}),{}),n.forEach(p=>g[p.property]&&p.clearValidate())}}},render(){var t,n;const e=Ae({"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)])}}),$x=e=>typeof e.message=="function"?e.message():e.message,Zn={required:e=>typeof e=="number"||typeof e=="boolean"||pa.isDate(e)?!0:!pa.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)},Kx={label:m.string,labelWidth:m.oneOfType([Number,String]),labelPosition:m.oneOf(["left","center","right"]),property:m.string.def(""),required:m.bool.def(!1),email:m.bool.def(!1),max:m.number,min:m.number,maxlength:m.number,rules:m.array,autoCheck:m.bool.def(!1),description:m.string,errorDisplayType:m.oneOf(["tooltips","normal"]).def("normal")},Xx=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),qx=(e,t)=>{const n=[],i=e.label||"";return e.required&&n.push({required:!0,validator:Zn.required,message:`${i} ${t.value.notBeEmpty}`,trigger:"change"}),e.email&&n.push({email:!0,validator:Zn.email,message:`${i} ${t.value.incorrectFormat}`,trigger:"change"}),Number(e.max)>-1&&n.push({validator:s=>Zn.max(s,e.max),message:`${i} ${t.value.max} ${e.max}`,trigger:"change"}),Number(e.min)>-1&&n.push({validator:s=>Zn.min(s,e.min),message:`${i} ${t.value.min} ${e.min}`,trigger:"change"}),Number(e.maxlength)>-1&&n.push({validator:s=>Zn.maxlength(s,e.maxlength),message:`${i} ${t.value.maxLen} ${e.maxlength}`,trigger:"change"}),n},eS=(e,t,n)=>{let i=!1,s=!1;const o=e.reduce((u,d)=>{let f;if(d.required)f=rt.isFunction(d.validator)?d.validator:Zn.required,i=!0;else if(d.email)f=rt.isFunction(d.validator)?d.validator:Zn.email,s=!0;else if(Number(d.max)>-1)f=g=>Zn.max(g,d.max);else if(Number(d.min)>-1)f=g=>Zn.min(g,d.max);else if(Number(d.maxlength)>-1)f=g=>Zn.min(g,d.max);else if(Object.prototype.toString.call(d.pattern)==="[object RegExp]")f=g=>Zn.pattern(g,d.pattern);else if(rt.isFunction(d.validator))f=d.validator;else return u;return u.push({validator:f,message:d.message||n.value.verifyError,trigger:d.trigger||"blur"}),u},[]);return[...t.reduce((u,d)=>(d.required&&i||d.email&&s||u.push(d),u),[]),...o]},tS=(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),[]),m6=e=>e!==void 0,nS=r.defineComponent({name:"FormItem",directives:{bkTooltips:Fa},props:Kx,setup(e,t){const n=ft("form"),i=ZC(),s=!!i,c=!!Xn(),u=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)),p=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&&c)return I;const L=m6(e.labelWidth)?e.labelWidth:s&&i.props.labelWidth;return m6(L)&&(I.width=`${L}px`,I.paddingRight=L?"":"0px"),I}),v=r.computed(()=>({"margin-left":p.value.width})),y=(I,k=!0)=>{if(!e.property||s&&!i.props.model)return Promise.resolve(!0);let L=[];s&&i.props.rules&&Xx(i.props.rules,e.property)&&(L=i.props.rules[e.property]),e.rules&&(L=e.rules),L=tS(I,eS(L,qx(e,n),n)),L.length>0&&k&&(d.isError=!1,d.errorMessage="");const x=rt.get(i.props.model,e.property),w=(()=>{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=$x(M);return typeof T!="boolean"&&typeof T.then=="function"?T.then(S=>{if(S===!1)return Promise.reject(j)}).then(()=>w(),()=>(k&&(d.isError=!0,d.errorMessage=j),i.emit("validate",e.property,!1,j),Promise.reject(d.errorMessage))):T?w():(k&&(d.isError=!0,d.errorMessage=typeof T=="string"?T:j),i.emit("validate",e.property,!1,j),Promise.reject(d.errorMessage))})}})();return w()},b=()=>{d.isError=!1,d.errorMessage=""};return r.provide(Y6,{...e,validate:y,clearValidate:b}),r.onMounted(()=>{s&&i.register(u.proxy)}),r.onBeforeUnmount(()=>{s&&i.unregister(u.proxy)}),{...r.toRefs(d),isShowLabel:g,labelStyles:p,contentStyles:v,isFormTypeVertical:f,validate:y,clearValidate:b}},render(){var i,s,o,c;const e=Ae({"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(qs,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},[(c=(o=this.$slots).default)==null?void 0:c.call(o),n()])])}}),em=fn(Ux,{FormItem:nS,ComposeFormItem:Gx}),b0=Symbol("containerProps"),iS={span:m.number.def(1),offset:m.number.def(0),pull:m.number.def(0),push:m.number.def(0)},rS=r.defineComponent({name:"Col",props:iS,emits:[],setup(e,t){const{col:n,gutter:i,flex:s}=r.inject(b0),{span:o,offset:c,pull:u,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))}%`},p=r.computed(()=>({width:g(f.value/n),"padding-right":`${i/2}px`,"padding-left":`${i/2}px`,"margin-left":c?g(c/n):null,right:u?g(u/n):null,left:d?g(d/n):null}));return()=>{var v,y;return r.createVNode("div",{class:"bk-grid-col",style:p.value},[(y=(v=t.slots).default)==null?void 0:y.call(v)])}}}),aS={col:m.number.def(24),gutter:m.number.def(20),margin:m.number.def(20),flex:m.bool.def(!1),extCls:m.string},sS=r.defineComponent({name:"Container",props:aS,emits:[],setup(e,t){const{col:n,gutter:i,flex:s,extCls:o}=e;r.provide(b0,{col:n,gutter:i,flex:s});const c=r.computed(()=>o?`bk-grid-container ${o}`:"bk-grid-container"),u=r.computed(()=>{const{margin:d}=e;return{"padding-right":`${d}px`,"padding-left":`${d}px`}});return()=>{var d,f;return r.createVNode("div",{class:c.value,style:u.value},[(f=(d=t.slots).default)==null?void 0:f.call(d)])}}}),oS=r.defineComponent({name:"Row",emits:[],setup(e,t){const{col:n,gutter:i,flex:s}=r.inject(b0);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 c,u;return r.createVNode("div",{class:"bk-grid-row",style:o.value},[(u=(c=t.slots).default)==null?void 0:u.call(c)])}}}),Jl=fn(sS,{Row:oS,Col:rS}),lS=r.defineComponent({name:"Dropdown",props:{isShow:m.bool.def(!1),placement:If(),trigger:wg(),disabled:m.bool.def(!1),popoverOptions:m.object.def({}),extCls:m.string},emits:["showChange","show","hide"],setup(e,{emit:t}){const n=c=>{t("showChange",c)},i=()=>{t("show"),n(!0)},s=()=>{t("hide"),n(!1)},o=r.ref(null);return{afterShow:i,afterHidden:s,popoverRef:o}},render(){const e=Ae({"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($t,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(" ")])}})])}}),cS=r.defineComponent({name:"DropdownItem",props:{extCls:m.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)])}}),uS=r.defineComponent({name:"DropdownMenu",props:{extCls:m.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)])}}),tm=fn(lS,{DropdownMenu:uS,DropdownItem:cS}),qd=r.defineComponent({name:"CascaderPanel",props:{width:m.oneOfType([m.number,m.string]).def("auto"),height:m.oneOfType([m.number,m.string]).def(216),store:m.object.def({}),separator:m.string.def(""),suggestions:m.arrayOf(yg()),isFiltering:m.bool.def(!1),searchKey:m.oneOfType([m.string,m.number]).def(""),modelValue:m.arrayOf(m.oneOfType([Cf(),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([]),c=r.ref([]),u=M=>typeof M=="number"?`${M}px`:M,d=u(e.height),f=u(e.width),g=M=>{M.length===0&&(s.list=s.list.slice(0,1),o.value=[]),p(M),c.value=M},p=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();c.value=T.map(j=>j.path)}else c.value=M.path;t("update:modelValue",c.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:J=>{(!M.isLeaf||S)&&J.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(),w(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=>Ca(S,M.path)):Ca(T,M.path)},w=(M,T)=>{M.setNodeCheck(T||!1),v(M)},N=M=>M.loading?r.createVNode(Wa,{class:"icon-spinner"},null):r.createVNode(Jn,{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:c,checkNode:w,iconRender:N,panelWidth:f,panelHeight:d,searchPanelEvents:I,expandByNodeList:p,noDataText:k}},render(){const e=parseInt(this.panelWidth,10)>200?this.panelWidth:"200px",t=()=>this.suggestions.length?r.createVNode("ul",{class:[Z("cascader-panel"),"bk-scroll-y"],style:{height:this.panelHeight,width:this.panelWidth}},[this.suggestions.map(n=>r.createVNode("li",r.mergeProps({class:[Z("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:Z("cascader-search-empty"),style:{width:e}},[r.createVNode("span",null,[r.createTextVNode("暂无搜索结果")])]);return r.createVNode("div",{class:Z("cascader-panel-wrapper")},[this.isFiltering?t():this.menus.list.map(n=>r.createVNode("ul",{class:[Z("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:[Z("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($n,{disabled:i.isDisabled,modelValue:i.checked,"onUpdate:modelValue":c=>i.checked=c,indeterminate:i.isIndeterminate,style:"margin-right: 5px",onChange:c=>this.checkNode(i,c)},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:Z("cascader-panel-empty-wrapper")},[this.noDataText])]))])}});function nm(e){return e.data.disabled?!0:e.level!==1?nm(e.parent):e.data.disabled}let p6=class im{constructor(t,n,i){Te(this,"data");Te(this,"config");Te(this,"parent");Te(this,"level");Te(this,"id");Te(this,"name");Te(this,"loading");Te(this,"loaded");Te(this,"checked");Te(this,"isIndeterminate");Te(this,"children");Te(this,"leaf");Te(this,"pathNodes");Te(this,"path");Te(this,"pathNames");Te(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 im(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 nm(this)}broadcast(t,n){const i=`onParent${As(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${As(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 c=o.isIndeterminate?.5:0,u=o.checked?1:c;return s+u},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 rm=(e,t)=>e.reduce((n,i)=>(i.isLeaf?n.push(i):(!t&&n.push(i),n=n.concat(rm(i.children,t))),n),[]);class v6{constructor(t){Te(this,"data");Te(this,"config");Te(this,"nodes");const{list:n}=t;this.data=n,this.config=t,this.nodes=this.data.map(i=>new p6(i,this.config))}getNodes(){return this.nodes}clearChecked(){this.getFlattedNodes().forEach(t=>{t.setNodeCheck(!1),t.isIndeterminate=!1})}removeTag(t){this.getFlattedNodes().find(n=>Ca(t,n.path)?(n.setNodeCheck(!1),!0):!1)}getFlattedNodes(t=!1){return rm(this.nodes,t)}setNodesCheck(t){this.getFlattedNodes().forEach(n=>{n.setNodeCheck(!1);const i=t.find(s=>Ca(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=>Ca(i.path,t))[0]??null}getNodeById(t){return this.getFlattedNodes().find(n=>n.id===t)}appendNode(t,n){const i=new p6(t,this.config,n);(n?n.children:this.nodes).push(i)}appendNodes(t,n){t.forEach(i=>this.appendNode(i,n))}}const dS=r.defineComponent({name:"Cascader",directives:{bkTooltips:Fa},components:{CascaderPanel:qd,BkPopover:$t,Tag:Ja},props:{modelValue:m.arrayOf(m.oneOfType([Cf(),String,Number])),list:m.array.def([]),placeholder:m.string.def(""),behavior:m.string.def("normal"),filterable:m.bool.def(!1),multiple:m.bool.def(!1),disabled:m.bool.def(!1),clearable:m.bool.def(!0),trigger:m.string.def("click"),checkAnyLevel:m.bool.def(!1),isRemote:m.bool.def(!1),remoteMethod:m.func,showCompleteName:m.bool.def(!0),idKey:m.string.def("id"),nameKey:m.string.def("name"),childrenKey:m.string.def("children"),separator:m.string.def("/"),limitOneLine:m.bool.def(!1),extCls:m.string.def(""),filterMethod:m.func.def(null),scrollHeight:m.oneOfType([m.number,m.string]).def(216),scrollWidth:m.oneOfType([m.number,m.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:c,setHover:u,cancelHover:d}=T1(),f=r.ref(new v6(e)),g=r.ref(""),p=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),w=r.computed({get:()=>v.value,set:F=>{t("update:modelValue",F)}}),N=r.ref(null),M=r.ref(null),T=r.ref(null),j=r.computed(()=>e.placeholder?e.placeholder:i.value.pleaseSelect),S=F=>e.showCompleteName?F.pathNames.join(s):F.pathNames[F.pathNames.length-1],O=()=>{b.value=g.value},J=F=>{var W;if(o){f.value.setNodesCheck(F),p.value=f.value.getCheckedNodes().filter(H=>f.value.config.checkAnyLevel||H.isLeaf).map(H=>({text:S(H),key:H.id})),g.value=p.value.map(H=>H.text).join(", ");return}e.checkAnyLevel||(W=N==null?void 0:N.value)==null||W.hide();const _=f.value.getNodeByValue(F);g.value=_?S(_):"",O()},A=F=>{F.stopPropagation(),f.value.clearChecked(),b.value="",J([]),t("update:modelValue",[]),t("clear",JSON.parse(JSON.stringify(e.modelValue)))},V=(F,_,W)=>{W.stopPropagation();const H=JSON.parse(JSON.stringify(F)),ne=H.splice(_,1)[0];L.value=!0,f.value.removeTag(ne),J(H),t("update:modelValue",f.value.getCheckedNodes().map(he=>he.path)),setTimeout(()=>{L.value=x.value})},P=(F,_)=>{var W;J(F),t("update:modelValue",F),_!==void 0&&t("change",F),(W=T==null?void 0:T.value)==null||W.focus()},Y=()=>{f.value=new v6(e),J(e.modelValue)},X=F=>{t("toggle",F.isShow),L.value=F.isShow,x.value=F.isShow,r.nextTick(()=>{var _;F&&((_=T.value)==null||_.focus())}),F.isShow&&pe(),F.isShow||(k.value=!1)},ue=Zs(200,F=>{const _=F.target;if(b.value=_.value,b.value===""){k.value=!1;return}k.value=!0,k.value=!0;const W=e.filterMethod?e.filterMethod:ne=>(e.checkAnyLevel||ne.isLeaf)&&ne.pathNames.join(e.separator).includes(b.value),H=f.value.getFlattedNodes().filter(ne=>W(ne,b.value));I.value=H,!(N!=null&&N.value.isShow)&&(N==null||N.value.show())}),pe=()=>{t("focus")};r.watch(()=>e.modelValue,P,{immediate:!0}),r.watch(()=>e.list,Y,{deep:!0,immediate:!0});const le=r.computed(()=>p.value.map(F=>F.text)),se=r.computed(()=>e.collapseTags?e.collapseTags&&x.value:e.collapseTags),te=r.computed(()=>e.collapseTags?e.collapseTags&&L.value:e.collapseTags),{overflowTagIndex:U}=n.trigger?{overflowTagIndex:null}:o4(M,te,le);return{calcuPlaceholder:j,bkCascaderRef:M,inputRef:T,overflowTagIndex:U,isCollapse:se,isFocus:x,store:f,updateValue:J,selectedText:g,checkedValue:w,handleClear:A,isHover:c,setHover:u,popover:N,cancelHover:d,selectedTags:p,removeTag:V,cascaderPanel:y,popoverChangeEmitter:X,searchKey:b,suggestions:I,isFiltering:k,searchInputHandler:ue,focusEmitter:pe,tagList:le,isEdit:L}},render(){const e=()=>this.clearable&&this.isHover&&!this.disabled?r.createVNode(hn,{class:Z("icon-clear-icon"),onClick:this.handleClear},null):r.createVNode(Fr,{class:Z("icon-angle-up")},null);this.overflowTagIndex=this.overflowTagIndex===0?1:this.overflowTagIndex;const t=this.tagList.reduce((o,c,u)=>(this.overflowTagIndex!==null&&u>=this.overflowTagIndex&&o.push(c),o),[]),n=()=>this.limitOneLine?r.createVNode("span",{class:"cascader-selected-text"},[this.selectedText]):r.createVNode("div",{class:"cascader-tag-list"},[this.tagList.map((o,c)=>{const u=!this.isCollapse&&this.overflowTagIndex!==null&&c>=this.overflowTagIndex;return r.createVNode("span",{class:"tag-item",style:{display:u?"none":""},key:o},[r.createVNode("span",{class:"tag-item-name"},[o]),r.createVNode(dn,{class:Z("icon-clear-icon"),onClick:d=>{d.stopPropagation(),this.removeTag(this.modelValue,c,d)}},null)])}),this.overflowTagIndex!==null&&!this.isCollapse&&r.withDirectives(r.createVNode(Ja,{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($t,{placement:"bottom-start",theme:`light ${Z("cascader-popover")}`,trigger:"click",arrow:!1,disabled:this.disabled,class:Z("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:[Z("cascader-name"),"bk-scroll-y"]},[this.multiple&&this.selectedTags.length>0&&n(),this.filterable?(this.isCollapse||this.selectedTags.length===0)&&r.createVNode("input",{class:[Z("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:Z("cascader-popover")},[r.createVNode(qd,{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:Z("cascader-node-name")},[o.node.name])})])});return r.createVNode("div",{class:[Z("cascader-wrapper"),this.floatMode?"float-mode":""]},[this.$slots.trigger?s():r.createVNode("div",{class:[Z("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()])])}}),am=fn(dS,{CascaderPanel:qd}),y6=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),c=r.ref(0),u=r.ref(null),d=r.ref(e.modelValue),f=r.ref(0),g=r.ref(0),p=r.ref(!1),v=r.ref(null),y=r.computed(()=>{var O,J;let j="";if((O=e.params.customContent)!=null&&O[e.modelValue]){const A=e.params.customContent[e.modelValue];j=A.tip||A.label||""}const S=e.params.vertical?Oa.RIGHT:Oa.TOP;return(J=e.params)!=null&&J.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),Is(window,"mousemove",w),Is(window,"touchmove",w),Is(window,"mouseup",N),Is(window,"touchend",N))},x=j=>{n.value=!0,i.value=!0,e.params.vertical?s.value=j.clientY:o.value=j.clientX,c.value=parseFloat(b.value),u.value=c.value},w=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),u.value=c.value+S,M(u.value)}},N=()=>{p.value=!1,n.value&&(setTimeout(()=>{n.value=!1,i.value||(M(u.value),t("emitChange"))},0),ll(window,"mousemove",w),ll(window,"touchmove",w),ll(window,"mouseup",N),ll(window,"touchend",N))},M=j=>{if(j===null||isNaN(j))return;j<0?u.value=0:j>100&&(u.value=100);const S=100/((e.params.maxValue-e.params.minValue)/e.params.step);let J=Math.round(j/S)*S*(e.params.maxValue-e.params.minValue)*.01+e.params.minValue;J=parseFloat(J.toFixed(e.params.precision)),t("update:modelValue",J),!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($t,{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()}}),Is=(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!1)},ll=(e,t,n)=>{e&&t&&n&&e.removeEventListener(t,n,!1)},fS=r.defineComponent({name:"Slider",props:{modelValue:m.oneOfType([m.array,m.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),c=r.ref(null),u=r.ref(0),d=r.ref(0),f=r.ref(null),g=r.ref(null),p=r.ref(null),v=r.ref(null),y=r.computed(()=>{const te=[e.minValue,e.maxValue,e.step].map(U=>{const F=`${U}`.split(".")[1];return F?F.length:0});return Math.max.apply(null,te)}),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}),w=r.computed(()=>{if(!e.showInterval||e.minValue>e.maxValue)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const te=(e.maxValue-e.minValue)/e.step,U=100*e.step/(e.maxValue-e.minValue),F=[];for(let _=1;_<te;_++)F.push(_*U);return e.range?F.filter(_=>_<100*(b.value-e.minValue)/(e.maxValue-e.minValue)||_>100*(I.value-e.minValue)/(e.maxValue-e.minValue)):F.filter(_=>_>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 te=100*e.step/(e.maxValue-e.minValue),U=[];for(let F=e.minValue,_=0;F<=e.maxValue;F+=e.step,_++){const W={stepWidth:_*te,stepLabel:e.formatterLabel(F)};U.push(W)}return U}),T=r.computed(()=>Array.isArray(e.modelValue)),j=r.computed(()=>e.customContent?Object.keys(e.customContent).sort((te,U)=>Number(te)-Number(U)).filter(te=>Number(te)>=e.minValue&&Number(te)<=e.maxValue).map(te=>{const{tip:U}=e.customContent[te],{label:F}=e.customContent[te];return{tip:U||F||"",label:F||"",percent:(Number(te)-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,()=>{V()}),r.watch(()=>s.value,te=>{e.range?n("update:modelValue",[b.value,I.value]):n("update:modelValue",te),u.value=te}),r.watch(()=>o.value,te=>{n("update:modelValue",[b.value,I.value]),d.value=te}),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),c.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)),c.value=s.value),O(),Is(window,"resize",O())});const O=()=>{f.value&&(i.value=f.value[`client${e.vertical?"Height":"Width"}`])},J=te=>{var U,F;if(te.stopPropagation(),!e.disable){if(O(),e.vertical){const _=(U=f.value)==null?void 0:U.getBoundingClientRect().bottom;X((_-te.clientY)/i.value*100)}else{const _=(F=f.value)==null?void 0:F.getBoundingClientRect().left;X((te.clientX-_)/i.value*100)}P()}},A=()=>e.range?![b.value,I.value].every((te,U)=>te===c.value[U]):e.modelValue!==c.value,V=()=>{if(e.minValue>e.maxValue){console.error("min should not be greater than max.");return}const te=e.modelValue;e.range&&Array.isArray(te)?te[1]<e.minValue?n("update:modelValue",[e.minValue,e.minValue]):te[0]>e.maxValue?n("update:modelValue",[e.maxValue,e.maxValue]):te[0]<e.minValue?n("update:modelValue",[e.minValue,te[1]]):te[1]>e.maxValue?n("update:modelValue",[te[0],e.maxValue]):(s.value=Number(te[0]),o.value=Number(te[1]),A()&&(c.value=te.slice())):!e.range&&typeof te=="number"&&!isNaN(te)&&(te<e.minValue?n("update:modelValue",e.minValue):te>e.maxValue?n("update:modelValue",e.maxValue):(s.value=te,A()&&(c.value=te)))},P=async()=>{await r.nextTick(),n("change",e.range?[b.value,I.value]:e.modelValue)},Y=te=>e.vertical?{bottom:`${te}%`}:{left:`${te}%`},X=te=>{if(!e.range){g.value.setPosition(te);return}const U=e.minValue+te*(e.maxValue-e.minValue)/100;Math.abs(b.value-U)<Math.abs(I.value-U)?v.value=s.value<o.value?g.value:p.value:v.value=s.value>o.value?g.value:p.value,v.value.setPosition(te)},ue=te=>{if(te==="")return;const U=parseFloat(te);U<e.minValue?(u.value=e.minValue,s.value=e.minValue):U>e.maxValue?(u.value=e.maxValue,s.value=e.maxValue):s.value=U},pe=te=>{if(te===""||typeof te=="number")return;const U=parseFloat(te);U<e.minValue?(d.value=e.minValue,o.value=e.minValue):U>e.maxValue?(d.value=e.maxValue,o.value=e.maxValue):o.value=U},le=te=>{let U=0;return te==="start"?U=e.vertical?e.maxValue:e.minValue:U=e.vertical?e.minValue:e.maxValue,e.showButtonLabel&&[s.value,o.value].includes(U)?"0":"1"};return{renderDom:()=>{var te,U;return r.createVNode("div",{class:["bk-slider",e.extCls]},[(te=t.start)==null?void 0:te.call(t),r.createVNode("div",{class:"bk-slider-runway",ref:f,style:N.value,onClick:J},[r.createVNode("div",{class:["bk-slider-bar",e.vertical?"vertical":"horizontal",{disable:e.disable}],style:x.value},null),e.showInterval?w.value.map((F,_)=>r.createVNode("div",{key:_,class:["bk-slider-interval",{vertical:e.vertical}],style:Y(F)},null)):void 0,e.customContent?j.value.map((F,_)=>r.createVNode("div",{key:_,class:["bk-slider-interval",{vertical:e.vertical}],style:Y(F.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:le("start")}]},[e.formatterLabel(e.minValue)]),r.createVNode("div",{class:"label-end",style:[{opacity:le("end")}]},[e.formatterLabel(e.maxValue)])];if(e.showIntervalLabel)return M.value.map((F,_)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:_,style:Y(F.stepWidth)},[F.stepLabel]));if(e.customContent)return j.value.map((F,_)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:_,style:Y(F.percent)},[F.label]))}()]):void 0,r.createVNode(y6,{modelValue:s.value,"onUpdate:modelValue":F=>s.value=F,ref:g,params:S.value,onEmitChange:P,onResetSize:O},null),e.range?r.createVNode(y6,{modelValue:o.value,"onUpdate:modelValue":F=>o.value=F,ref:p,params:S.value,onEmitChange:P,onResetSize:O},null):void 0]),e.showInput&&!e.vertical?r.createVNode("div",{class:"bk-slider-input"},[r.createVNode("div",{class:"input-item"},[r.createVNode(Qr,{type:"number",modelValue:u.value,max:e.maxValue,min:e.minValue,onChange:ue},null)]),T.value&&o.value?[r.createVNode("div",{class:"input-center"},[r.createTextVNode("~")]),r.createVNode("div",{class:"input-item"},[r.createVNode(Qr,{type:"number",modelValue:d.value,max:e.maxValue,min:e.minValue,onChange:pe},null)])]:void 0]):void 0,(U=t.end)==null?void 0:U.call(t)])}}},render(){return this.renderDom()}}),sm=Fe(fS),hS=r.defineComponent({name:"ResizeLayout",props:{placement:m.placement().def("left"),min:m.number.def(3),max:m.number.def(1/0),triggerWidth:m.number.def(5),triggerOffset:m.number.def(3),initialDivide:m.oneOfType([String,Number]).def("20%"),immediate:m.bool,disabled:m.bool,collapsible:m.bool,autoMinimize:m.oneOfType([Boolean,Number]).def(!1),border:m.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:c,min:u,immediate:d,autoMinimize:f}=r.toRefs(e),g=r.ref(!1),p=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),w=r.computed(()=>["left","right"].includes(n.value)),N=r.computed(()=>w.value?"width":"height"),M=r.computed(()=>{let le=i.value;return typeof le=="number"&&(le=`${le}px`),{[N.value]:le}}),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 le=I.value.getBoundingClientRect();y.value=w.value?le.width:le.height},O=new ResizeObserver(S),J=()=>{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}},A=()=>{L.value.style.display="block",L.value.style.cursor=w.value?"col-resize":"row-resize"},V=le=>Math.min(c.value,Math.max(u.value,le),y.value-o.value),P=le=>{t("before-resize",le);const se=x.value.getBoundingClientRect();b.value=Object.freeze({mouse:{clientX:le.clientX,clientY:le.clientY},aside:{width:se.width,height:se.height}}),A(),d.value||J(),document.onselectstart=()=>!1,document.ondragstart=()=>!1;const te=_=>{t("resizing",_)},U=_=>{let W;switch(n.value){case"top":W=_.clientY-b.value.mouse.clientY;break;case"right":W=b.value.mouse.clientX-_.clientX;break;case"bottom":W=b.value.mouse.clientY-_.clientY;break;case"left":W=_.clientX-b.value.mouse.clientX}const H=b.value.aside[N.value]+W,ne=V(H)+s.value,he=`${ne}px`;d.value?x.value.style[N.value]=he:k.value.style[n.value]=he,te(ne)},F=()=>{if(k.value.style.visibility="hidden",L.value.style.display="none",document.removeEventListener("mousemove",U),document.removeEventListener("mouseup",F),document.onselectstart=null,document.ondragstart=null,r.nextTick(()=>{Y(),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",U),document.addEventListener("mouseup",F)},Y=()=>{if(!f.value)return!1;const le=x.value.getBoundingClientRect();if(v.value=g.value=le[N.value]<=j.value,!v.value)return p.value=!0,!1;ue(),r.nextTick(()=>{x.value.setAttribute(`data-${N.value}`,M.value[N.value])})},X=le=>{g.value=typeof le=="boolean"?le:!g.value,ue(),t("collapse-change",g.value)},ue=()=>{const le=x.value.getBoundingClientRect();pe(!g.value),g.value?(x.value.setAttribute(`data-${N.value}`,`${le[N.value]}px`),x.value.style[N.value]=e.collapsible?"0px":"5px"):(p.value=!0,x.value.style[N.value]=x.value.getAttribute(`data-${N.value}`))},pe=le=>{const se=()=>{p.value=le,x.value.style.transition="",x.value.removeEventListener("transitionend",se)};x.value.addEventListener("transitionend",se),x.value.style.transition=`${N.value} cubic-bezier(0.4, 0, 0.2, 1) .3s`};return r.onMounted(()=>{O.observe(I.value)}),r.onBeforeUnmount(()=>{O.unobserve(I.value)}),{collapsed:g,asideContentVisible:p,minimized:v,limitMax:y,state:b,vertical:w,cssPropKey:N,bkResizeLayoutRef:I,resizeProxyRef:k,resizeMaskRef:L,asideRef:x,triggerStyle:T,asideStyle:M,handleMousedown:P,setCollapse:X}},render(){var t,n,i,s,o,c;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(Jn,{class:"bk-resize-collapse",onClick:this.setCollapse},null):r.createVNode(pi,{class:"bk-resize-collapse",onClick:this.setCollapse},null)))]),r.createVNode("main",{class:"bk-resize-layout-main"},[(c=(o=this.$slots).main)==null?void 0:c.call(o)]),r.createVNode("div",{class:"bk-resize-mask",ref:"resizeMaskRef"},null)])}}),om=Fe(hS),gS={list:m.array.def([]),titleAble:m.bool.def(!1),extCls:m.string},mS=r.defineComponent({name:"Timeline",props:gS,emits:["select"],setup(e,{emit:t}){const n=r.ref([]),i=c=>{const u=[];c.forEach(d=>{u.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,...u)},s=()=>{var c;n.value.splice(0,n.value.length,{tag:"步骤1",content:"内容1"},{tag:"步骤2",content:"内容2"},{tag:"步骤3",content:"内容3"}),(c=e.list)!=null&&c.length&&i(e.list)},o=c=>{try{t("select",c)}catch(u){console.warn(u)}};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"],c=i.type?`${s}-${i.type}`:`${s}-default`,u=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 Ae({},`${s} ${c} ${u} ${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):""])])})])}}),lm=Fe(mS),pS={list:m.array.def([]),controllable:m.bool.def(!1),showSteps:m.bool.def(!1),curProcess:m.number.def(0),displayKey:m.string.def("content"),extCls:m.string},vS=r.defineComponent({name:"Process",props:pS,emits:["update:curProcess","click"],setup(e,{emit:t}){const n=ft("process"),i=ft("lang"),s=r.ref([]),o=r.ref(0),c=()=>{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,()=>{c()});const u=async d=>{try{e.controllable&&d!==e.curProcess&&(t("update:curProcess",d),t("click",d))}catch(f){console.warn(f)}};return r.onMounted(c),{defaultProcessList:s,paddingBottom:o,jumpTo:u}},render(){const e="bk-process",t=Ae({[`${this.extCls}`]:!!this.extCls},`${e}`),n=u=>u.status==="loading",i=u=>u.status==="error",s=u=>this.curProcess>=u+1||this.defaultProcessList[u].status==="done",o=u=>u.icon?u.icon:"",c=(u,d)=>{if(u===this.curProcess-1&&n(d))return r.createVNode($s,{class:"bk-icon bk-process-icon icon-loading"},null);if(u===this.curProcess-1&&i(d))return r.createVNode(dn,{class:"bk-process-icon icon-error"},null);if(u===this.curProcess-1&&o(d))return r.createVNode("span",{class:"bk-process-icon-custom"},[r.createVNode(d.icon,null,null)]);if(s(u))return r.createVNode(fr,{class:"bk-process-icon-done"},null)};return r.createVNode("div",{class:t},[r.createVNode("ul",{style:{paddingBottom:`${this.paddingBottom}px`}},[this.defaultProcessList.map((u,d)=>r.createVNode("li",{onClick:()=>{this.jumpTo(d+1)},style:{cursor:this.controllable?"pointer":""},class:{success:this.curProcess>=d+1,current:n(u)&&d===this.curProcess-1,error:i(u)&&d===this.curProcess-1}},[r.createVNode("div",null,[r.createVNode("span",{class:"display"},[u[this.displayKey]]),c(d,u)])]))])])}}),cm=Fe(vS),Sr="bk-upload";var Pi=(e=>(e.BUTTON="button",e.DRAGGABLE="draggable",e.PICTURE="picture",e))(Pi||{}),ma=(e=>(e.NEW="new",e.UPLOADING="uploading",e.SUCCESS="success",e.FAIL="fail",e))(ma||{});const b6=[Pi.BUTTON,Pi.DRAGGABLE,Pi.PICTURE],Ei={theme:{type:String,default:"draggable",validator:e=>!e||b6.includes(e)?!0:(console.error(`invalid theme, ${e}, the theme must be one of 【${b6.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 C6(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const yS=r.defineComponent({name:"UploadList",props:{theme:Ei.theme,disabled:Ei.disabled,files:Ei.files,multiple:Ei.multiple},emits:["remove","retry"],setup(e,{slots:t,emit:n}){const i=ft("upload"),{theme:s,disabled:o,multiple:c}=r.toRefs(e),u=`${Sr}-list`,d=r.computed(()=>s.value===Pi.PICTURE),f=r.computed(()=>d.value&&!c.value),g=r.computed(()=>Ae({[u]:!0,[`${u}--${s.value}`]:!0,[`${u}--disabled`]:o.value}));function p(w){const N=["Bytes","KB","MB","GB","TB"],M=Math.floor(Math.log(w)/Math.log(1024));return`${(w/1024**M).toFixed(2)}${N[M]}`}function v(w,N){n("remove",w,N)}function y(w,N){n("retry",w,N)}const b=()=>{let w;return r.createVNode(r.TransitionGroup,{name:`${u}__item`},C6(w=e.files.map(N=>{const M=Ae({[`${u}__item`]:!0,[`${u}__item-picture`]:!0,[`${u}__item--${N.status}`]:!0});return r.createVNode("li",{key:N.uid,class:M},[t!=null&&t.file?t.file({file:N}):I(N)])}))?w:{default:()=>[w]})},I=w=>[r.withDirectives(r.createVNode("img",{src:w.url,class:`${u}__picture-item-thumbnail`,alt:""},null),[[r.vShow,w.status!=="uploading"]]),r.createVNode(r.Fragment,null,[w.status==="uploading"&&r.createVNode(_s,{class:`${u}__picture-item-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:w.percentage},null)]),r.createVNode(r.Fragment,null,[!o.value&&r.createVNode("div",{class:`${u}__picture-item-actions`},[r.createVNode(za,{class:"action-icon",onClick:N=>v(w,N)},null)])])],k=()=>{let w;return r.createVNode(r.TransitionGroup,{name:`${u}__item`},C6(w=e.files.map(N=>{const M=Ae({[`${u}__item`]:!0,[`${u}__item--${N.status}`]:!0});return r.createVNode("li",{key:N.uid,class:M},[t!=null&&t.file?t.file({file:N}):x(N)])}))?w:{default:()=>[w]})},L=w=>{var O;const N=(O=w==null?void 0:w.raw)==null?void 0:O.type,[M]=(N==null?void 0:N.split("/"))||"";let j={text:wa,image:mc,application:wa,video:Ic,audio:rc}[M]||wa;return["application/zip","application/rar","application/tar","application/gz","application/x-gzip"].includes(N)&&(j=tc),r.h(j,{class:`${u}__item-file-icon`})},x=w=>[r.createVNode("div",{class:`${u}__item-icon`},[w.isPic?r.createVNode("img",{src:w.url,class:`${u}__item-thumbnail`,alt:""},null):L(w)]),r.createVNode("div",{class:`${u}__item-summary`},[r.createVNode("div",{class:`${u}__item-name`,title:w.name},[w.name]),w.status!=="uploading"&&r.createVNode("div",{class:`${u}__item-message`,title:w.statusText},[w.status==="success"&&r.createVNode(r.Fragment,null,[r.createVNode(fr,{class:`${u}__item-message-success-icon`},null),w.statusText||i.value.uploadSuccess]),w.status==="fail"&&r.createVNode(r.Fragment,null,[w.statusText||i.value.uploadFailed])]),w.status==="uploading"&&r.createVNode(_s,{class:`${u}__item-progress`,showText:!1,percent:w.percentage,size:"small"},null),w.status!=="fail"&&r.createVNode("div",{class:`${u}__item-speed`},[r.withDirectives(r.createVNode("span",{class:`${u}__item-speed-size`},[p(w.size)]),[[r.vShow,w.size]]),r.withDirectives(r.createVNode("span",{class:`${u}__item-speed-percentage`},[w.percentage,r.createTextVNode("%")]),[[r.vShow,w.status==="uploading"]])]),!o.value&&r.createVNode("div",{class:`${u}__item-actions`},[w.status==="fail"&&r.createVNode(vc,{class:`${u}__item-retry-icon`,onClick:N=>y(w,N)},null),r.createVNode(za,{class:`${u}__item-del-icon`,onClick:N=>v(w,N)},null)])])];return()=>{var w;return r.createVNode(r.Fragment,null,[f.value?(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger((w=e.files)==null?void 0:w[0])):r.createVNode("ul",{class:g.value},[d.value?b():k(),(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger())])])}}}),w6=r.defineComponent({name:"UploadTrigger",props:{theme:Ei.theme,disabled:Ei.disabled,multiple:Ei.multiple,accept:Ei.accept,file:{type:Object}},emits:["change","remove"],setup(e,{slots:t,emit:n}){const i=ft("upload"),{theme:s,disabled:o,file:c,multiple:u,accept:d}=r.toRefs(e),f=`${Sr}-trigger`,g=r.computed(()=>s.value===Pi.BUTTON),p=r.computed(()=>s.value===Pi.DRAGGABLE),v=r.computed(()=>s.value===Pi.PICTURE),y=r.computed(()=>v.value&&!u.value),b=r.computed(()=>v.value&&!d.value?"image/png,image/jpeg,image/jpg":d.value),I=r.ref(null),k=r.computed(()=>{var P;return Ae({[f]:!0,[`${f}--${s.value}`]:!0,[`${f}--single-picture`]:y.value,[`${f}--has-file`]:c.value??!1,[`${f}--${(P=c.value)==null?void 0:P.status}`]:c.value??!1,[`${f}--dragover`]:T.value,[`${f}--disabled`]:o.value})}),L=()=>{I.value.value=null,I.value.click()},x=P=>{const{files:Y}=P.target;n("change",Array.from(Y))},w=()=>{e.disabled||L()},N=P=>{P.defaultPrevented||P.target!==P.currentTarget||((P.code==="Enter"||P.code==="Space")&&L(),P.preventDefault())};function M(P,Y){n("remove",P,Y),Y.stopPropagation(),Y.preventDefault()}const T=r.ref(!1),j=()=>{const P=pe=>{if(o.value)return;pe.preventDefault(),T.value=!1;const le=Array.from(pe.dataTransfer.files);if(!b.value){n("change",le);return}const se=le.filter(te=>{const{type:U,name:F}=te,_=F.includes(".")?`.${F.split(".").pop()}`:"",W=U.replace(/\/.*$/,"");return b.value.split(",").map(H=>H.trim()).filter(H=>H).some(H=>H.startsWith(".")?_===H:/\/\*$/.test(H)?W===H.replace(/\/\*$/,""):/^[^/]+\/[^/]+$/.test(H)?U===H:!1)});n("change",se)},Y=pe=>{pe.preventDefault(),T.value=!0},X=()=>{T.value=!1},ue=Ae({[`${f}__draggable`]:!0});return r.createVNode("div",{class:ue,onDrop:P,onDragover:Y,onDragleave:X},[t.default?t.default():r.createVNode(r.Fragment,null,[r.createVNode(Rs,{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?J(e.file):O()]),O=()=>r.createVNode(r.Fragment,null,[t.default?t.default():r.createVNode("div",{class:`${f}__picture-inner`},[r.createVNode(to,{class:`${f}__picture-icon`},null),r.createVNode("div",{class:`${f}__picture-text`},[i.value.clickUpload])])]),J=P=>[r.withDirectives(r.createVNode("img",{src:P.url,class:`${f}__picture-thumbnail`,alt:""},null),[[r.vShow,P.status!=="uploading"]]),r.createVNode(r.Fragment,null,[P.status==="uploading"&&r.createVNode(_s,{class:`${f}__picture-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:P.percentage},null)]),r.createVNode(r.Fragment,null,[!e.disabled&&r.createVNode("div",{class:`${f}__picture-actions`},[r.createVNode(za,{class:"action-icon",onClick:Y=>M(P,Y)},null)])])],A=()=>r.createVNode(Et,{disabled:o.value},{default:()=>[r.createVNode(Rs,{class:`${f}__button-icon`},null),r.createVNode("span",{class:`${f}__button-text`},[i.value.uploadLabel])]}),V=()=>{if(g.value)return A();if(p.value)return j();if(v.value)return S()};return()=>{var P;return r.createVNode("div",{class:k.value,tabindex:"0",onClick:w,onKeydown:N},[t.trigger?[t.trigger(),(P=t==null?void 0:t.default)==null?void 0:P.call(t)]:V(),r.createVNode("input",{ref:I,class:`${f}__input-file`,tabindex:"-1",onChange:x,accept:b.value,multiple:u.value,disabled:o.value,type:"file"},null)])}}});var um={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 w=L[0],N=L[1],M=L[2],T=L[3];w+=(N&M|~N&T)+x[0]-680876936|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[1]-389564586|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[2]+606105819|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[3]-1044525330|0,N=(N<<22|N>>>10)+M|0,w+=(N&M|~N&T)+x[4]-176418897|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[5]+1200080426|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[6]-1473231341|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[7]-45705983|0,N=(N<<22|N>>>10)+M|0,w+=(N&M|~N&T)+x[8]+1770035416|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[9]-1958414417|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[10]-42063|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[11]-1990404162|0,N=(N<<22|N>>>10)+M|0,w+=(N&M|~N&T)+x[12]+1804603682|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[13]-40341101|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[14]-1502002290|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[15]+1236535329|0,N=(N<<22|N>>>10)+M|0,w+=(N&T|M&~T)+x[1]-165796510|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[6]-1069501632|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[11]+643717713|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[0]-373897302|0,N=(N<<20|N>>>12)+M|0,w+=(N&T|M&~T)+x[5]-701558691|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[10]+38016083|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[15]-660478335|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[4]-405537848|0,N=(N<<20|N>>>12)+M|0,w+=(N&T|M&~T)+x[9]+568446438|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[14]-1019803690|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[3]-187363961|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[8]+1163531501|0,N=(N<<20|N>>>12)+M|0,w+=(N&T|M&~T)+x[13]-1444681467|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[2]-51403784|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[7]+1735328473|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[12]-1926607734|0,N=(N<<20|N>>>12)+M|0,w+=(N^M^T)+x[5]-378558|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[8]-2022574463|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[11]+1839030562|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[14]-35309556|0,N=(N<<23|N>>>9)+M|0,w+=(N^M^T)+x[1]-1530992060|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[4]+1272893353|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[7]-155497632|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[10]-1094730640|0,N=(N<<23|N>>>9)+M|0,w+=(N^M^T)+x[13]+681279174|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[0]-358537222|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[3]-722521979|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[6]+76029189|0,N=(N<<23|N>>>9)+M|0,w+=(N^M^T)+x[9]-640364487|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[12]-421815835|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[15]+530742520|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[2]-995338651|0,N=(N<<23|N>>>9)+M|0,w+=(M^(N|~T))+x[0]-198630844|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[7]+1126891415|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[14]-1416354905|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[5]-57434055|0,N=(N<<21|N>>>11)+M|0,w+=(M^(N|~T))+x[12]+1700485571|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[3]-1894986606|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[10]-1051523|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[1]-2054922799|0,N=(N<<21|N>>>11)+M|0,w+=(M^(N|~T))+x[8]+1873313359|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[15]-30611744|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[6]-1560198380|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[13]+1309151649|0,N=(N<<21|N>>>11)+M|0,w+=(M^(N|~T))+x[4]-145523070|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[11]-1120210379|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[2]+718787259|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[9]-343485551|0,N=(N<<21|N>>>11)+M|0,L[0]=w+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=[],w;for(w=0;w<64;w+=4)x[w>>2]=L.charCodeAt(w)+(L.charCodeAt(w+1)<<8)+(L.charCodeAt(w+2)<<16)+(L.charCodeAt(w+3)<<24);return x}function c(L){var x=[],w;for(w=0;w<64;w+=4)x[w>>2]=L[w]+(L[w+1]<<8)+(L[w+2]<<16)+(L[w+3]<<24);return x}function u(L){var x=L.length,w=[1732584193,-271733879,-1732584194,271733878],N,M,T,j,S,O;for(N=64;N<=x;N+=64)s(w,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(w,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),O=parseInt(j[1],16)||0,T[14]=S,T[15]=O,s(w,T),w}function d(L){var x=L.length,w=[1732584193,-271733879,-1732584194,271733878],N,M,T,j,S,O;for(N=64;N<=x;N+=64)s(w,c(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(w,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),O=parseInt(j[1],16)||0,T[14]=S,T[15]=O,s(w,T),w}function f(L){var x="",w;for(w=0;w<4;w+=1)x+=i[L>>w*8+4&15]+i[L>>w*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(u("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function L(x,w){return x=x|0||0,x<0?Math.max(x+w,0):Math.min(x,w)}ArrayBuffer.prototype.slice=function(x,w){var N=this.byteLength,M=L(x,N),T=N,j,S,O,J;return w!==n&&(T=L(w,N)),M>T?new ArrayBuffer(0):(j=T-M,S=new ArrayBuffer(j),O=new Uint8Array(S),J=new Uint8Array(this,M,j),O.set(J),S)}}();function p(L){return/[\u0080-\uFFFF]/.test(L)&&(L=unescape(encodeURIComponent(L))),L}function v(L,x){var w=L.length,N=new ArrayBuffer(w),M=new Uint8Array(N),T;for(T=0;T<w;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,w){var N=new Uint8Array(L.byteLength+x.byteLength);return N.set(new Uint8Array(L)),N.set(new Uint8Array(x),L.byteLength),w?N:N.buffer}function I(L){var x=[],w=L.length,N;for(N=0;N<w-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(p(L)),this},k.prototype.appendBinary=function(L){this._buff+=L,this._length+=L.length;var x=this._buff.length,w;for(w=64;w<=x;w+=64)s(this._hash,o(this._buff.substring(w-64,w)));return this._buff=this._buff.substring(w-64),this},k.prototype.end=function(L){var x=this._buff,w=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<w;N+=1)M[N>>2]|=x.charCodeAt(N)<<(N%4<<3);return this._finish(M,w),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 w=x,N,M,T;if(L[w>>2]|=128<<(w%4<<3),w>55)for(s(this._hash,L),w=0;w<16;w+=1)L[w]=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(p(L),x)},k.hashBinary=function(L,x){var w=u(L),N=g(w);return x?I(N):N},k.ArrayBuffer=function(){this.reset()},k.ArrayBuffer.prototype.append=function(L){var x=b(this._buff.buffer,L,!0),w=x.length,N;for(this._length+=L.byteLength,N=64;N<=w;N+=64)s(this._hash,c(x.subarray(N-64,N)));return this._buff=N-64<w?new Uint8Array(x.buffer.slice(N-64)):new Uint8Array(0),this},k.ArrayBuffer.prototype.end=function(L){var x=this._buff,w=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<w;M+=1)N[M>>2]|=x[M]<<(M%4<<3);return this._finish(N,w),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 w=d(new Uint8Array(L)),N=g(w);return x?I(N):N},k})})(um);var bS=um.exports;const M6=Bs(bS);function C0(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}const CS=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 c=o;c.percent=o.total>0?o.loaded/o.total*100:0,e.onProgress(c)});const i=new FormData;if(e.data){let o=e.data;Array.isArray(o)||(o=[o]),o.forEach(c=>{for(const[u,d]of Object.entries(c))Array.isArray(d)?i.append(u,...d):i.append(u,d)})}if(e.formDataAttributes){let o=e.formDataAttributes;Array.isArray(o)||(o=[o]),o.forEach(c=>{Array.isArray(c.value)?i.append(c.name,...c.value):i.append(c.name,c.value)})}if(i.append(e.filename,e.file,e.file.name),t.addEventListener("error",()=>{e.onError(new Error("An error occurred during upload"))}),t.addEventListener("load",()=>{if(t.status<200||t.status>=300)return e.onError(new Error("An error occurred during upload"));e.onSuccess(C0(t))}),t.addEventListener("loadend",()=>{e.onComplete()}),t.open(e.method,n,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0),e.header)if(Array.isArray(e.header))e.header.forEach(o=>{const c=o.name,u=o.value;t.setRequestHeader(c,u)});else{const o=e.header.name,c=e.header.value;t.setRequestHeader(o,c)}const s=e.headers||{};if(s instanceof Headers)s.forEach((o,c)=>t.setRequestHeader(c,o));else for(const[o,c]of Object.entries(s))B6(c)||t.setRequestHeader(o,String(c));return t.send(i),t},dm=File.prototype.slice||File.prototype.mozSlice||File.prototype.webkitSlice,wS=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 IS(n,t),o=[];MS(e,n,i,s,o,t),await Promise.all(o).then(()=>{const c={size:n.size,name:n.name,total:i,hash:s},u=new XMLHttpRequest;u.open(e.method,e.mergeUrl,!0),u.onreadystatechange=()=>{if(u.readyState===4){if(u.status<200||u.status>=300)return e.onError(new Error("An error occurred during upload"));e.onSuccess(C0(u))}},u.onloadend=()=>{e.onComplete()},u.setRequestHeader("Content-type","application/JSON"),u.send(JSON.stringify(c))})},MS=(e,t,n,i,s,o)=>{for(let c=0;c<n;c++){const u=new Promise((d,f)=>{const g=c*o,p=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",dm.call(t,g,p)),v.append("name",t.name),v.append("total",n.toString()),v.append("index",c.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=C0(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,c)},!1),e.withCredentials&&"withCredentials"in y&&(y.withCredentials=!0),y.open(e.method,e.sliceUrl,!0),e.header)if(Array.isArray(e.header))e.header.forEach(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))B6(k)||y.setRequestHeader(I,String(k));y.send(v)});s.push(u)}},IS=(e,t)=>new Promise((n,i)=>{const s=Math.ceil(e.size/t);let o=0;const c=new M6.ArrayBuffer,u=new FileReader;function d(){const f=o*t,g=f+t>=e.size?e.size:f+t;u.readAsArrayBuffer(dm.call(e,f,g))}u.onload=f=>{if(c.append(f.target.result),o+=1,o<s)d();else{const g=c.end(),p=new M6;p.append(g),p.append(e.name);const v=p.end();n(v)}},u.onerror=()=>{i(new Error("File slcie failed"))},d()}).catch(n=>{console.log(n)});function I6(e){return Date.now()+e}const NS=(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 c=0;function u(v){var k;c+=1,v.uid=I6(c);const y={uid:v.uid,name:v.name,status:ma.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=ma.FAIL,y.statusText="invalid filename",I=new Error(y.statusText)),b&&v.size>n.value*1024**2&&(y.status=ma.FAIL,y.statusText="invalid file size",I=new Error(y.statusText)),!b&&v.size>i.value*1024**2&&(y.status=ma.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 p(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=>(c+=1,{...y,uid:y.uid??I6(c),status:y.status??ma.SUCCESS}))},{immediate:!0,deep:!0}),{fileList:s,handlePreprocess:u,handleRemove:d,handleError:f,handleSuccess:g,handleProgress:p}},LS=r.defineComponent({name:"Upload",props:Ei,emits:["exceed","progress","success","error","delete","done"],setup(e,{slots:t,emit:n,expose:i}){const s=r.shallowRef({}),o=r.computed(()=>e.theme===Pi.PICTURE),c=r.computed(()=>o.value&&!e.multiple),u=r.computed(()=>Ae({[Sr]:!0,[`${Sr}--${e.theme}`]:!0,[`${Sr}--disabled`]:e.disabled,[`${Sr}--single-picture`]:c.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:p,handleRemove:v,handleProgress:y,handleSuccess:b,handleError:I}=NS(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,O=p(S);if(O){n("error",S,g.value,O);return}e.autoUpload&&x(S,T)}}function L(M){w(M.raw)}async function x(M,T){var S;if(!e.beforeUpload)return w(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}w(M,T)}function w(M,T){const{headers:j,header:S,data:O,formDataAttributes:J,method:A,withCredentials:V,name:P,url:Y,sliceUrl:X,mergeUrl:ue,chunkSize:pe,customRequest:le}=e,{uid:se}=M,te={headers:j,header:S,withCredentials:V,file:M,data:O,formDataAttributes:J,method:A,filename:P,action:Y,sliceUrl:X,mergeUrl:ue,chunkSize:pe,onProgress:_=>{y(_,M),n("progress",_,M,g.value)},onSuccess:_=>{var H;const W=_;if((H=e==null?void 0:e.handleResCode)!=null&&H.call(e,W))b(_,M),n("success",_,M,g.value);else{const ne=new Error((W==null?void 0:W.message)||"unknow error");I(ne,M,_),n("error",M,g.value,ne)}delete s.value[se]},onError:_=>{I(_,M),n("error",M,g.value,_),delete s.value[se]},onComplete:()=>{T&&T.indexOf(M)===T.length-1&&n("done",g.value)}};let U=e.sliceUpload?wS:CS;le&&(U=le);const F=U(te);s.value[se]=F,F instanceof Promise&&F.then(te.onSuccess,te.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:u.value},[!o.value&&r.createVNode(w6,r.mergeProps(d.value,{onChange:k}),t),t.tip?t.tip():e.tip&&r.createVNode("div",{class:`${Sr}__tip`},[e.tip]),r.createVNode(yS,{files:g.value,theme:e.theme,disabled:e.disabled,multiple:e.multiple,onRemove:v,onRetry:L},{innerTrigger:M=>o.value&&r.createVNode(w6,r.mergeProps(d.value,{file:M,onChange:k,onRemove:v}),t),file:t.file})])}}),fm=Fe(LS);function gr(){}gr.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 c(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 u=n.length,d=t.length,f=1,g=u+d,p=[{newPos:-1,components:[]}],v=this.extractCommon(p[0],n,t,0);if(p[0].newPos+1>=u&&v+1>=d)return c([{value:this.join(n),count:n.length}]);function y(){for(var I=-1*f;I<=f;I+=2){var k=void 0,L=p[I-1],x=p[I+1],w=(x?x.newPos:0)-I;L&&(p[I-1]=void 0);var N=L&&L.newPos+1<u,M=x&&0<=w&&w<d;if(!N&&!M){p[I]=void 0;continue}if(!N||M&&L.newPos<x.newPos?(k=TS(x),o.pushComponent(k.components,void 0,!0)):(k=L,k.newPos++,o.pushComponent(k.components,!0,void 0)),w=o.extractCommon(k,n,t,I),k.newPos+1>=u&&w+1>=d)return c(kS(o,k.components,n,t,o.useLongestToken));p[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,c=i.length,u=t.newPos,d=u-s,f=0;u+1<o&&d+1<c&&this.equals(n[u+1],i[d+1]);)u++,d++,f++;return f&&t.components.push({count:f}),t.newPos=u,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 kS(e,t,n,i,s){for(var o=0,c=t.length,u=0,d=0;o<c;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 p=t[o-1];t[o-1]=t[o],t[o]=p}}else{if(!f.added&&s){var g=n.slice(u,u+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(u,u+f.count));u+=f.count,f.added||(d+=f.count)}}var v=t[c-1];return c>1&&typeof v.value=="string"&&(v.added||v.removed)&&e.equals("",v.value)&&(t[c-2].value+=v.value,t.pop()),t}function TS(e){return{newPos:e.newPos,components:e.components.slice(0)}}var N6=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,L6=/\S/,hm=new gr;hm.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!L6.test(e)&&!L6.test(t)};hm.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]&&N6.test(t[n])&&N6.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};var w0=new gr;w0.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 xS(e,t,n){return w0.diff(e,t,n)}var SS=new gr;SS.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var DS=new gr;DS.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function yl(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?yl=function(t){return typeof t}:yl=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yl(e)}function yd(e){return jS(e)||OS(e)||AS(e)||ES()}function jS(e){if(Array.isArray(e))return ef(e)}function OS(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function AS(e,t){if(e){if(typeof e=="string")return ef(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 ef(e,t)}}function ef(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 ES(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
265
|
+
`);var uk=/(^\d{1,4}[\.|\\/|-]\d{1,2}[\.|\\/|-]\d{1,4})(\s*(?:0?[1-9]:[0-5]|1(?=[012])\d:[0-5])\d\s*[ap]m)?$/,dk=/\d{2}:\d{2}:\d{2} GMT-\d{4}/,fk=/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/,sl=window.requestAnimationFrame||function(e){return e(),0},gs={hoverPreviewEnabled:!1,hoverPreviewArrayCount:100,hoverPreviewFieldCount:5,animateOpen:!0,animateClose:!0,theme:null,useToJSON:!0,sortPropertiesBy:null},hk=function(){function e(t,n,i,s){n===void 0&&(n=1),i===void 0&&(i=gs),this.json=t,this.open=n,this.config=i,this.key=s,this._isOpen=null,this.config.hoverPreviewEnabled===void 0&&(this.config.hoverPreviewEnabled=gs.hoverPreviewEnabled),this.config.hoverPreviewArrayCount===void 0&&(this.config.hoverPreviewArrayCount=gs.hoverPreviewArrayCount),this.config.hoverPreviewFieldCount===void 0&&(this.config.hoverPreviewFieldCount=gs.hoverPreviewFieldCount),this.config.useToJSON===void 0&&(this.config.useToJSON=gs.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"&&(uk.test(this.json)||fk.test(this.json)||dk.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 v4(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 y4(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this.config.useToJSON&&this.json&&this.json.toJSON?"stringifiable":p4(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(rn("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(rn("open")):(this.appendChildren(this.config.animateOpen),this.element.classList.add(rn("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(K3).join(", ")+"]";var n=this.keys,i=n.slice(0,this.config.hoverPreviewFieldCount).map(function(o){return o+":"+K3(t.json[o])}),s=n.length>=this.config.hoverPreviewFieldCount?"…":"";return"{"+i.join(", ")+s+"}"},e.prototype.render=function(){this.element=Ht("div","row");var t=this.isObject?Ht("a","toggler-link"):Ht("span");if(this.isObject&&!this.useToJSON&&t.appendChild(Ht("span","toggler")),this.hasKey&&t.appendChild(Ht("span","key",this.key+":")),this.isObject&&!this.useToJSON){var n=Ht("span","value"),i=Ht("span"),s=Ht("span","constructor-name",this.constructorName);if(i.appendChild(s),this.isArray){var o=Ht("span");o.appendChild(Ht("span","bracket","[")),o.appendChild(Ht("span","number",this.json.length)),o.appendChild(Ht("span","bracket","]")),i.appendChild(o)}n.appendChild(i),t.appendChild(n)}else{(n=this.isUrl?Ht("a"):Ht("span")).classList.add(rn(this.type)),this.isDate&&n.classList.add(rn("date")),this.isUrl&&(n.classList.add(rn("url")),n.setAttribute("href",this.json));var c=b4(this.type,this.json,this.useToJSON?this.json.toJSON():this.json);n.appendChild(document.createTextNode(c)),t.appendChild(n)}if(this.isObject&&this.config.hoverPreviewEnabled){var u=Ht("span","preview-text");u.appendChild(document.createTextNode(this.getInlinepreview())),t.appendChild(u)}var d=Ht("div","children");return this.isObject&&d.classList.add(rn("object")),this.isArray&&d.classList.add(rn("array")),this.isEmpty&&d.classList.add(rn("empty")),this.config&&this.config.theme&&this.element.classList.add(rn(this.config.theme)),this.isOpen&&this.element.classList.add(rn("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."+rn("children"));if(i&&!this.isEmpty)if(t){var s=0,o=function(){var c=n.keys[s],u=new e(n.json[c],n.open-1,n.config,c);i.appendChild(u.render()),(s+=1)<n.keys.length&&(s>10?o():sl(o))};sl(o)}else this.keys.forEach(function(c){var u=new e(n.json[c],n.open-1,n.config,c);i.appendChild(u.render())})},e.prototype.removeChildren=function(t){t===void 0&&(t=!1);var n=this.element.querySelector("div."+rn("children"));if(t){var i=0,s=function(){n&&n.children.length&&(n.removeChild(n.children[0]),(i+=1)>10?s():sl(s))};sl(s)}else n&&(n.innerHTML="")},e}(),C4=function(e){return e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.ERROR="error",e}(C4||{}),Yd=function(e){return e.KEY_VALUE="key-value",e.JSON="json",e}(Yd||{}),wn=function(e){return e.ASSISTANT="assistant",e.DETAILS="details",e.FIX="fix",e.CLOSE="close",e}(wn||{});const gk={code:m.oneOfType([m.string,m.number]),overview:m.string,suggestion:m.string,details:m.string,assistant:m.string,type:Ee("MessageContentType",{})},mk={id:m.string.def(""),message:m.oneOfType([m.shape(gk).loose,m.string]),theme:Ee("messageTheme",{}).def(C4.PRIMARY),delay:m.number,dismissable:m.bool.def(!0),offsetY:m.number.def(30),spacing:m.number.def(10),extCls:m.string.def(""),onClose:m.func,getContainer:m.instanceOf(HTMLElement),width:m.oneOfType([m.number,m.string]),actions:m.shape([])},pk=r.defineComponent({name:"Message",props:mk,emits:["destroy"],setup(e,{emit:t,slots:n}){const i=ft("message"),s=r.computed(()=>["bk-message",`bk-message-${e.theme}`,`${e.extCls}`]),o=gi.getMessageNextIndex(),c=560,u=800,d=3e3,f=8e3,g=r.computed(()=>/^\d+\.?\d*$/.test(`${e.delay}`)?e.delay:typeof e.message=="object"&&!r.isVNode(e.message)?f:d),p=r.computed(()=>/^\d+/.test(`${e.width}`)?/^\d+\.?\d*$/.test(`${e.width}`)?`${e.width}px`:e.width:typeof e.message=="object"&&!r.isVNode(e.message)?`${u}px`:`${c}px`),v=r.computed(()=>e.getContainer&&Ar(e.getContainer)),y=r.computed(()=>({top:`${e.offsetY}px`,zIndex:o,position:v.value?"absolute":"fixed",width:p.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 w=null;const N=()=>{w=setTimeout(()=>{x.isFix||(L.value=!1)},g.value)},M=te=>{te.preventDefault(),te.stopPropagation(),L.value=!1};let T;const j=r.ref(!1),S=r.ref(null),O=te=>{if(j.value)return;const U=new ck(k.value,{text:()=>e.message.details});["success","error"].forEach(F=>{U.on(F,()=>{const _=I.value;S.value=F,_&&(_.classList.remove("success","error","is-hidden"),_.classList.add(F,"is-show"),T&&clearTimeout(T),T=setTimeout(()=>{_.classList.remove("is-show"),_.classList.add("is-hidden")},2e3))}),j.value=!0,setTimeout(()=>{k.value.click()})})},J=te=>{let U=te;if(typeof te=="string")try{U=JSON.parse(te)}catch(F){console.error(`Format Json Error: ${F}`)}return U},A=(te,U)=>{if(x.isDetailShow=U??!x.isDetailShow,V(te,x.isDetailShow),x.isDetailShow&&typeof e.message=="object"&&!r.isVNode(e.message)&&(e.message.type===Yd.JSON||!e.message.type)){const F=J(e.message.details),_=new hk(F);setTimeout(()=>{b.value&&(b.value.innerHTML="",b.value.append(_.render()))})}},V=(te,U)=>{x.isFix=U??!x.isFix};r.onMounted(()=>{g.value&&N(),L.value=!0}),r.onUnmounted(()=>{clearTimeout(w)}),r.watch(L,()=>{L.value||t("destroy",e.id)});const P=te=>{clearTimeout(w)},Y=te=>{g.value&&N()},X=te=>{e.message.assistant&&window.open(e.message.assistant,"_blank")},ue=r.computed(()=>({[wn.ASSISTANT]:{id:wn.ASSISTANT,icon:()=>r.createVNode(Nc,null,null),text:()=>i.value.assistant,onClick:te=>X()},[wn.DETAILS]:{id:wn.DETAILS,icon:()=>x.isDetailShow?r.createVNode(ql,null,null):r.createVNode(Xl,null,null),text:()=>i.value.details,onClick:te=>A(te)},[wn.FIX]:{id:wn.FIX,icon:()=>x.isFix?r.createVNode(dc,null,null):r.createVNode(uc,null,null),classList:x.isFix?"fixed":"",onClick:te=>V()},[wn.CLOSE]:{id:wn.CLOSE,classList:"normal-color",icon:()=>e.dismissable&&r.createVNode(dn,{class:"bk-message-close",onClick:M},null),onClick:M}})),pe=[wn.ASSISTANT,wn.DETAILS,wn.FIX,wn.CLOSE],le=r.computed(()=>{var te;if(((te=e.actions)==null?void 0:te.length)>0){const U=e.actions.map(_=>{const W=_.id.toLocaleLowerCase(),H=ue.value[W],ne=H==null?void 0:H.onClick,he=Object.assign({},ue.value[W]||{},_);if(he.id=W,_.classList!==void 0){const re=Array.isArray(_.classList)?_.classList:[_.classList];let K=[];H.classList!==void 0&&(K=Array.isArray(H.classList)?H.classList:[H.classList]),he.classList=[...K,...re]}return typeof _.onClick=="function"?(he.onClick=()=>{const re=Reflect.apply(_.onClick,this,[]);(typeof re===void 0||re)&&typeof ne=="function"&&Reflect.apply(ne,this,[])},he):(he.onClick=ne,he)}),F=pe.filter(_=>!U.some(W=>W.id===_)).map(_=>ue.value[_]);return U.push(...F),U}return pe.map(U=>ue.value[U])});return{classNames:s,styles:y,visible:L,close:M,setDetailsShow:A,fixMesage:V,copyMessage:O,parseJson:J,handleMouseenter:P,handleMouseleave:Y,renderMessageActions:()=>{var W;const te=({icon:H})=>typeof H=="function"?Reflect.apply(H,this,[]):r.createVNode("span",{class:H},null),U=({text:H})=>{let ne;if(typeof H=="function"&&(ne=Reflect.apply(H,this,[])),ne!==void 0)return typeof ne=="string"?r.createVNode("span",{class:"message-action-text"},[ne]):ne},F=(H,ne)=>{ne.readonly||ne.disabled||typeof ne.onClick=="function"&&Reflect.apply(ne.onClick,this,[H,ne])},_=()=>le.value.map(H=>{if(H.disabled)return null;if(typeof H.render=="function")return Reflect.apply(H.render,this,[]);const ne=Array.isArray(H.classList)?H.classList.join(" "):H.classList;return r.createVNode("span",{class:["tool",H.id,ne],onClick:he=>F(he,H)},[te(H),U(H)])});return((W=n.action)==null?void 0:W.call(n))??_()},refJsonContent:b,refCopyStatus:I,refCopyMsgDiv:k,toolOperation:x,copyStatus:S,t:i}},render(){const e=i=>({primary:r.createVNode(eo,null,null),warning:r.createVNode(Ba,null,null),success:r.createVNode(Ha,null,null),error:r.createVNode(hn,null,null)})[i??this.theme],t=i=>{if(i.type===Yd.KEY_VALUE){const s=this.parseJson(i.details||{});return Object.keys(s).map(c=>r.createVNode("div",{class:"message-row"},[r.createVNode("label",null,[c]),s[c]]))}},n=()=>{var i,s;return typeof this.message=="object"&&!r.isVNode(this.message)?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(oc,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(dn,{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]])]})}}),w4=e=>{g4(pk,e)},vk=e=>{const t=document.createElement("div"),n=r.ref(!1),i=r.shallowRef(e),s=r.defineComponent({name:"DialogConfirm",setup(c,{expose:u}){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}u({update:g});const p=()=>{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:Z("info-sub-title"),style:`text-Align:${i.value.contentAlign||"center"}`},v)),y};return()=>r.createVNode(Hg,{class:Z("info-wrapper"),headerAlign:"center",footerAlign:"center",...i.value,isShow:n.value,onClosed:d,onConfirm:f},p())}});let o=r.createApp(s).mount(t);return{show:()=>{n.value=!0},hide:()=>{n.value=!1},update:c=>{o.update(c)},destroy:()=>{o.unmount(),o=null}}},M4=Fe(vk);var I4=function(e){return e.PRIMARY="primary",e.WARNING="warning",e.SUCCESS="success",e.ERROR="error",e}(I4||{});const yk={id:m.string.def(""),title:m.string.def(""),message:m.oneOfType([m.string,m.func]).def(""),theme:Ee("notifyTheme",{}).def(I4.PRIMARY),position:m.position().def("top-right"),delay:m.number.def(5e3),dismissable:m.bool.def(!0),offsetX:m.number.def(100),offsetY:m.number.def(30),spacing:m.number.def(10),extCls:m.string.def(""),onClose:m.func},bk=r.defineComponent({name:"Notify",props:yk,emits:["destroy"],setup(e,{emit:t}){const n=gi.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})),c=r.computed(()=>["bk-notify",`bk-notify-${e.theme}`,i.value]),u=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)},p=()=>{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:c,styles:o,visible:d,renderMessage:u,handleClose:p}},render(){const e=()=>({primary:r.createVNode(eo,null,null),warning:r.createVNode(Ba,null,null),success:r.createVNode(Ha,null,null),error:r.createVNode(hn,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(dn,{class:"bk-notify-icon bk-notify-close",onClick:this.handleClose},null)]),[[r.vShow,this.visible]])]})}}),N4=e=>{g4(bk,e)},L4=Symbol("MENU_PROVIDER_KEY"),Ud=Symbol("MENU_PROVIDER_KEY_PATH"),Ck=e=>{r.provide(L4,e)},wk=e=>{const{parentKeys:t,parentInfo:n}=m0(),i=r.computed(()=>[...t.value,e]);r.provide(Ud,{parentInfo:{key:e,parentKey:n==null?void 0:n.key},parentKeys:i})},k4=()=>r.inject(L4),m0=()=>{var n;const e=r.getCurrentInstance(),t=e.parent?e.parent.provides:(n=e.vnode.appContext)==null?void 0:n.provides;return t&&Ud in t?r.inject(Ud):{parentInfo:void 0,parentKeys:r.ref([])}},$d=function(e){return(e||"").split(" ").filter(t=>!!t.trim())};function X3(e,t){if(!e||!t)return;const n=$d(t);let i=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...n);return}n.forEach(o=>{i=i.replace(` ${o} `," ")});const s=$d(i).join(" ");e.setAttribute("class",s)}function q3(e,t){if(!e)return;let n=e.getAttribute("class")||"";const i=$d(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 Mk=()=>({css:!0,onBeforeEnter:e=>{q3(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,X3(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&&(q3(e,"collapse-transition"),e.style.transitionProperty="height",e.style.height="0px",e.style.maxHeight="0px")},onAfterLeave:e=>{X3(e,"collapse-transition"),e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow}}),Ik={activeKey:String,collapse:Boolean,openedKeys:{type:Array},mode:{type:String,default:"vertical"},uniqueOpen:{type:Boolean,default:!0}},Nk=r.defineComponent({name:"Menu",props:Ik,emits:["update:activeKey","update:openKeys","click","openChange"],setup(e,{slots:t,emit:n,expose:i}){const s=r.ref(""),o=r.ref([]),c=r.ref({}),u=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)=>{c.value={...c.value,[b]:I}},p=b=>{delete c.value[b],c.value={...c.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,c.value[b]),n("update:openKeys",[...o.value])},y=b=>{s.value=b,n("click",c.value[b]),n("update:activeKey",b,c.value[b])};return Ck({activeKey:s,menuStore:c,registerMenuInfo:g,unregisterMenuInfo:p,mode:u.value,openedKeys:o,collapse:d,handleOpenChange:v,handleActiveChange:y}),i({activeKey:s,openedKeys:o,menuStore:c}),()=>{var b;return r.createVNode("div",{class:{"bk-menu":!0,"is-collapse":d.value}},[(b=t.default)==null?void 0:b.call(t)])}}}),Lk=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)])])}}}),kk=r.defineComponent({name:"MenuItem",props:{needIcon:{type:Boolean,default:!0}},emits:["click"],slots:Object,setup(e,{slots:t,emit:n}){var y,b;const{registerMenuInfo:i,unregisterMenuInfo:s,activeKey:o,handleActiveChange:c}=k4(),u=r.getCurrentInstance(),{parentInfo:d}=m0(),f=((b=(y=u.vnode.key)==null?void 0:y.toString)==null?void 0:b.call(y))||String(u.uid),g=r.computed(()=>o.value===f),p=r.computed(()=>e.needIcon);i(f,{key:f,parentKey:d==null?void 0:d.key});const v=I=>{c(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},[p.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)])])}}}),Tk={title:{type:String,default:"title"}},xk=r.defineComponent({name:"Submenu",props:Tk,emits:["collapse"],slots:Object,setup(e,{slots:t,emit:n}){var L,x;const{registerMenuInfo:i,unregisterMenuInfo:s,openedKeys:o,handleOpenChange:c,collapse:u,activeKey:d,menuStore:f}=k4(),{parentInfo:g}=m0(),p=r.getCurrentInstance(),v=((x=(L=p.vnode.key)==null?void 0:L.toString)==null?void 0:x.call(L))||String(p.uid),y=r.ref(Mk()),b=r.computed(()=>o.value.includes(v)),I=r.computed(()=>{var N,M;const w=(M=(N=f.value)==null?void 0:N[d.value])==null?void 0:M.parentKey;return u.value&&w===v&&b});wk(v),i(v,{key:v,parentKey:g==null?void 0:g.key}),r.onBeforeUnmount(()=>s(v));const k=()=>{c(v,!b.value),n("collapse",!b.value,p)};return()=>{var w;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"},[((w=t.icon)==null?void 0:w.call(t))||r.createVNode(wc,{class:"menu-icon"},null)]),r.createVNode("span",{class:"submenu-header-content"},[e.title]),r.createVNode(Ys,{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]])]}})])}}}),T4=fn(Nk,{Item:kk,Submenu:xk,Group:Lk}),Sk={sideTitle:{type:String,default:""},navigationType:{type:String,default:"left-right"}},e6=r.defineComponent({props:Sk,slots:Object,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])]])}}}),Dk={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}},jk=r.defineComponent({name:"Navigation",props:Dk,emits:["leave","toggle","hover","toggle-click"],slots:Object,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))},c=()=>{i.click=!i.click,i.hover=i.click,t("toggle",i.hover),t("toggle-click",i.hover)};return{defaultHeaderTitle:n,nav:i,onBeforeUnmount:r.onBeforeUnmount,handleMouseOver:s,handleMouseLeave:o,handleClick:c}},render(){var e,t,n,i,s,o,c,u,d,f,g,p;return r.createVNode("div",{class:"bk-navigation"},[this.navigationType==="top-bottom"&&r.createVNode("div",{class:"bk-navigation-header",style:{flexBasis:`${this.headHeight}px`}},[r.createVNode(e6,{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(e6,{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(sc,{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"},[(u=(c=this.$slots)["header-set"])==null?void 0:u.call(c)])]]),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"},[(p=(g=this.$slots).footer)==null?void 0:p.call(g)])])])])])}}),x4=Fe(jk),Ok={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},p0=r.defineComponent({props:Ok,emits:["changeVisible"],setup(e,{emit:t}){let n=Object.create(null);const i=r.ref(null);r.onMounted(()=>{c()}),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)}},c=()=>{n&&Object.keys(n).length!==0?r.nextTick(()=>{n.update()}):r.nextTick(()=>{n=new gw(e.triggerRef,i.value,{placement:e.placement,trigger:"manual",modifiers:[{name:"computeStyles",options:{adaptive:!1,gpuAcceleration:!1}},{name:"offset",options:{offset:[0,4]}}]})})},u=r.computed(()=>{const f={};return e.appendToBody&&(f["z-index"]=1060+gi.getModalNextIndex()),f}),d=r.reactive({styles:u});return{...r.toRefs(d),refContentRef:i,forceUpdate:s,updateDropdown:c,destoryDropdown:o}},render(){var e,t;return r.createVNode("div",{ref:"refContentRef",class:[Z("date-picker-dropdown"),this.className,this.extPopoverCls],style:this.styles,onClick:this.onClick},[((t=(e=this.$slots).default)==null?void 0:t.call(e))??""])}}),Ak={showTime:{type:Boolean,required:!0},isTime:{type:Boolean,default:!1},timeDisabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0}},S4=r.defineComponent({props:Ak,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")},c=()=>{e.timeDisabled||t("pick-toggle-time")},u=r.ref(null);return{labels:i,handleClear:s,handleSuccess:o,handleToggleTime:c,handleTab:f=>{const p=[...u.value.children][f.shiftKey?"shift":"pop"]();document.activeElement===p&&(f.preventDefault(),f.stopPropagation())}}},render(){var e,t;return r.createVNode("div",{class:Z("picker-confirm"),ref:"elRef",onKeydown:this.handleTab},[this.showTime?r.createVNode(Et,{text:!0,class:Z("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:Z("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 t6=1e3*60*60*24;function n6(e,t){return new Date(e,t+1,0).getDate()}function i6(e,t,n){return t===0&&n>50?e-1:t===11&&n<10?e+1:e}function r6(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,c=new Date(o,0,1),u=1+Math.round((s-c)/t6);i||(u+=c.getDay());var d=Math.ceil(u/7);if(!i){var f=new Date(e,t,n),g=new Date(e+1,0,1),p=g.getDay();f.getTime()>=g.getTime()-t6*p&&(d=1)}return d}function Ek(e,t,n){for(var i=this.lang||"en",s=this.onlyDays,o=typeof this.weekStart>"u"?1:this.weekStart,c=o===1,u=[],d=new Date(e,t,1),f=d.getDay()||(c?7:0),g=o-f,p=r6(e,t,1,c),v=n6(e,t),y=n6(e,t-1),b,I,k,L=i6(e,t,p),x={month:t,year:e,daysInMonth:v},w=0;w<7;w++){k=g;for(var N=0;N<8;N++){w>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":w===0?"dayLabel":g<1?"prevMonth":g>v?"nextMonth":"monthDay"}(),T=k!==g&&w>0,j={desc:T?I:p,week:p,type:M,format:c?"ISO 8601":"US",date:T?new Date(Date.UTC(e,b,I)):!1,year:L,index:u.length};n&&(typeof n=="function"?j=n.call(x,j,i):n.forEach(function(S){j=S.call(x,j,i)})),s&&T?u.push(j):s||u.push(j)}w>0&&(p=r6(e,b,I+1,c)),L=i6(e,t,p)}return x.cells=u,x}var Pk=function(e){return Ek.bind(e)},zk={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"}},si=zk;function Vk(e){return e==null?!1:e.constructor===Array||e.constructor===Object}function D4(e,t){for(var n in e)t[n]?Vk(e[n])&&D4(e[n],t[n]):t[n]=e[n]}function j4(e,t){var n=[si.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&&si.weekPlaceholder?e.desc=si.weekPlaceholder:e.index<8?e.desc=si.columnNames[t][e.index]:e.index%8==0&&(e.desc=e.week)),e.date&&(e.monthName=si.monthNames[t][e.date.getMonth()]),this.monthName||(this.monthName=si.monthNames[t][this.month]),this.labels||(this.labels={monthNames:si.monthNames[t],columnNames:si.columnNames[t],classes:si.classes}),e}j4.setLabels=function(e){D4(e,si)};var Rk=j4,Jk={Generator:Pk,addLabels:Rk};const Qk=Bs(Jk);function Pl(e){"@babel/helpers - typeof";return Pl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Pl(e)}function Hr(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 Kt(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function Ln(e){Kt(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||Pl(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://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}function _k(e,t){Kt(2,arguments);var n=Ln(e).getTime(),i=Hr(t);return new Date(n+i)}var Wk={};function Oc(){return Wk}function Hk(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 Bk(e){return Kt(1,arguments),e instanceof Date||Pl(e)==="object"&&Object.prototype.toString.call(e)==="[object Date]"}function Fk(e){if(Kt(1,arguments),!Bk(e)&&typeof e!="number")return!1;var t=Ln(e);return!isNaN(Number(t))}function Gk(e,t){Kt(2,arguments);var n=Hr(t);return _k(e,-n)}var Zk=864e5;function Yk(e){Kt(1,arguments);var t=Ln(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/Zk)+1}function zl(e){Kt(1,arguments);var t=1,n=Ln(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 O4(e){Kt(1,arguments);var t=Ln(e),n=t.getUTCFullYear(),i=new Date(0);i.setUTCFullYear(n+1,0,4),i.setUTCHours(0,0,0,0);var s=zl(i),o=new Date(0);o.setUTCFullYear(n,0,4),o.setUTCHours(0,0,0,0);var c=zl(o);return t.getTime()>=s.getTime()?n+1:t.getTime()>=c.getTime()?n:n-1}function Uk(e){Kt(1,arguments);var t=O4(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var i=zl(n);return i}var $k=6048e5;function Kk(e){Kt(1,arguments);var t=Ln(e),n=zl(t).getTime()-Uk(t).getTime();return Math.round(n/$k)+1}function Vl(e,t){var n,i,s,o,c,u,d,f;Kt(1,arguments);var g=Oc(),p=Hr((n=(i=(s=(o=t==null?void 0:t.weekStartsOn)!==null&&o!==void 0?o:t==null||(c=t.locale)===null||c===void 0||(u=c.options)===null||u===void 0?void 0:u.weekStartsOn)!==null&&s!==void 0?s:g.weekStartsOn)!==null&&i!==void 0?i:(d=g.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.weekStartsOn)!==null&&n!==void 0?n:0);if(!(p>=0&&p<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var v=Ln(e),y=v.getUTCDay(),b=(y<p?7:0)+y-p;return v.setUTCDate(v.getUTCDate()-b),v.setUTCHours(0,0,0,0),v}function A4(e,t){var n,i,s,o,c,u,d,f;Kt(1,arguments);var g=Ln(e),p=g.getUTCFullYear(),v=Oc(),y=Hr((n=(i=(s=(o=t==null?void 0:t.firstWeekContainsDate)!==null&&o!==void 0?o:t==null||(c=t.locale)===null||c===void 0||(u=c.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&s!==void 0?s:v.firstWeekContainsDate)!==null&&i!==void 0?i:(d=v.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&n!==void 0?n:1);if(!(y>=1&&y<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var b=new Date(0);b.setUTCFullYear(p+1,0,y),b.setUTCHours(0,0,0,0);var I=Vl(b,t),k=new Date(0);k.setUTCFullYear(p,0,y),k.setUTCHours(0,0,0,0);var L=Vl(k,t);return g.getTime()>=I.getTime()?p+1:g.getTime()>=L.getTime()?p:p-1}function Xk(e,t){var n,i,s,o,c,u,d,f;Kt(1,arguments);var g=Oc(),p=Hr((n=(i=(s=(o=t==null?void 0:t.firstWeekContainsDate)!==null&&o!==void 0?o:t==null||(c=t.locale)===null||c===void 0||(u=c.options)===null||u===void 0?void 0:u.firstWeekContainsDate)!==null&&s!==void 0?s:g.firstWeekContainsDate)!==null&&i!==void 0?i:(d=g.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.firstWeekContainsDate)!==null&&n!==void 0?n:1),v=A4(e,t),y=new Date(0);y.setUTCFullYear(v,0,p),y.setUTCHours(0,0,0,0);var b=Vl(y,t);return b}var qk=6048e5;function eT(e,t){Kt(1,arguments);var n=Ln(e),i=Vl(n,t).getTime()-Xk(n,t).getTime();return Math.round(i/qk)+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 tT={y:function(t,n){var i=t.getUTCFullYear(),s=i>0?i:1-i;return dt(n==="yy"?s%100:s,n.length)},M:function(t,n){var i=t.getUTCMonth();return n==="M"?String(i+1):dt(i+1,2)},d:function(t,n){return dt(t.getUTCDate(),n.length)},a:function(t,n){var i=t.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(t,n){return dt(t.getUTCHours()%12||12,n.length)},H:function(t,n){return dt(t.getUTCHours(),n.length)},m:function(t,n){return dt(t.getUTCMinutes(),n.length)},s:function(t,n){return dt(t.getUTCSeconds(),n.length)},S:function(t,n){var i=n.length,s=t.getUTCMilliseconds(),o=Math.floor(s*Math.pow(10,i-3));return dt(o,n.length)}};const er=tT;var ha={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},nT={G:function(t,n,i){var s=t.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(t,n,i){if(n==="yo"){var s=t.getUTCFullYear(),o=s>0?s:1-s;return i.ordinalNumber(o,{unit:"year"})}return er.y(t,n)},Y:function(t,n,i,s){var o=A4(t,s),c=o>0?o:1-o;if(n==="YY"){var u=c%100;return dt(u,2)}return n==="Yo"?i.ordinalNumber(c,{unit:"year"}):dt(c,n.length)},R:function(t,n){var i=O4(t);return dt(i,n.length)},u:function(t,n){var i=t.getUTCFullYear();return dt(i,n.length)},Q:function(t,n,i){var s=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"Q":return String(s);case"QQ":return dt(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(t,n,i){var s=Math.ceil((t.getUTCMonth()+1)/3);switch(n){case"q":return String(s);case"qq":return dt(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(t,n,i){var s=t.getUTCMonth();switch(n){case"M":case"MM":return er.M(t,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(t,n,i){var s=t.getUTCMonth();switch(n){case"L":return String(s+1);case"LL":return dt(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(t,n,i,s){var o=eT(t,s);return n==="wo"?i.ordinalNumber(o,{unit:"week"}):dt(o,n.length)},I:function(t,n,i){var s=Kk(t);return n==="Io"?i.ordinalNumber(s,{unit:"week"}):dt(s,n.length)},d:function(t,n,i){return n==="do"?i.ordinalNumber(t.getUTCDate(),{unit:"date"}):er.d(t,n)},D:function(t,n,i){var s=Yk(t);return n==="Do"?i.ordinalNumber(s,{unit:"dayOfYear"}):dt(s,n.length)},E:function(t,n,i){var s=t.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(t,n,i,s){var o=t.getUTCDay(),c=(o-s.weekStartsOn+8)%7||7;switch(n){case"e":return String(c);case"ee":return dt(c,2);case"eo":return i.ordinalNumber(c,{unit:"day"});case"eee":return i.day(o,{width:"abbreviated",context:"formatting"});case"eeeee":return i.day(o,{width:"narrow",context:"formatting"});case"eeeeee":return i.day(o,{width:"short",context:"formatting"});case"eeee":default:return i.day(o,{width:"wide",context:"formatting"})}},c:function(t,n,i,s){var o=t.getUTCDay(),c=(o-s.weekStartsOn+8)%7||7;switch(n){case"c":return String(c);case"cc":return dt(c,n.length);case"co":return i.ordinalNumber(c,{unit:"day"});case"ccc":return i.day(o,{width:"abbreviated",context:"standalone"});case"ccccc":return i.day(o,{width:"narrow",context:"standalone"});case"cccccc":return i.day(o,{width:"short",context:"standalone"});case"cccc":default:return i.day(o,{width:"wide",context:"standalone"})}},i:function(t,n,i){var s=t.getUTCDay(),o=s===0?7:s;switch(n){case"i":return String(o);case"ii":return dt(o,n.length);case"io":return i.ordinalNumber(o,{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(t,n,i){var s=t.getUTCHours(),o=s/12>=1?"pm":"am";switch(n){case"a":case"aa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"aaa":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return i.dayPeriod(o,{width:"narrow",context:"formatting"});case"aaaa":default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},b:function(t,n,i){var s=t.getUTCHours(),o;switch(s===12?o=ha.noon:s===0?o=ha.midnight:o=s/12>=1?"pm":"am",n){case"b":case"bb":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"bbb":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return i.dayPeriod(o,{width:"narrow",context:"formatting"});case"bbbb":default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},B:function(t,n,i){var s=t.getUTCHours(),o;switch(s>=17?o=ha.evening:s>=12?o=ha.afternoon:s>=4?o=ha.morning:o=ha.night,n){case"B":case"BB":case"BBB":return i.dayPeriod(o,{width:"abbreviated",context:"formatting"});case"BBBBB":return i.dayPeriod(o,{width:"narrow",context:"formatting"});case"BBBB":default:return i.dayPeriod(o,{width:"wide",context:"formatting"})}},h:function(t,n,i){if(n==="ho"){var s=t.getUTCHours()%12;return s===0&&(s=12),i.ordinalNumber(s,{unit:"hour"})}return er.h(t,n)},H:function(t,n,i){return n==="Ho"?i.ordinalNumber(t.getUTCHours(),{unit:"hour"}):er.H(t,n)},K:function(t,n,i){var s=t.getUTCHours()%12;return n==="Ko"?i.ordinalNumber(s,{unit:"hour"}):dt(s,n.length)},k:function(t,n,i){var s=t.getUTCHours();return s===0&&(s=24),n==="ko"?i.ordinalNumber(s,{unit:"hour"}):dt(s,n.length)},m:function(t,n,i){return n==="mo"?i.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):er.m(t,n)},s:function(t,n,i){return n==="so"?i.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):er.s(t,n)},S:function(t,n){return er.S(t,n)},X:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();if(c===0)return"Z";switch(n){case"X":return s6(c);case"XXXX":case"XX":return Tr(c);case"XXXXX":case"XXX":default:return Tr(c,":")}},x:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();switch(n){case"x":return s6(c);case"xxxx":case"xx":return Tr(c);case"xxxxx":case"xxx":default:return Tr(c,":")}},O:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();switch(n){case"O":case"OO":case"OOO":return"GMT"+a6(c,":");case"OOOO":default:return"GMT"+Tr(c,":")}},z:function(t,n,i,s){var o=s._originalDate||t,c=o.getTimezoneOffset();switch(n){case"z":case"zz":case"zzz":return"GMT"+a6(c,":");case"zzzz":default:return"GMT"+Tr(c,":")}},t:function(t,n,i,s){var o=s._originalDate||t,c=Math.floor(o.getTime()/1e3);return dt(c,n.length)},T:function(t,n,i,s){var o=s._originalDate||t,c=o.getTime();return dt(c,n.length)}};function a6(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 c=t||"";return n+String(s)+c+dt(o,2)}function s6(e,t){if(e%60===0){var n=e>0?"-":"+";return n+dt(Math.abs(e)/60,2)}return Tr(e,t)}function Tr(e,t){var n=t||"",i=e>0?"-":"+",s=Math.abs(e),o=dt(Math.floor(s/60),2),c=dt(s%60,2);return i+o+n+c}const iT=nT;var o6=function(t,n){switch(t){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"})}},E4=function(t,n){switch(t){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"})}},rT=function(t,n){var i=t.match(/(P+)(p+)?/)||[],s=i[1],o=i[2];if(!o)return o6(t,n);var c;switch(s){case"P":c=n.dateTime({width:"short"});break;case"PP":c=n.dateTime({width:"medium"});break;case"PPP":c=n.dateTime({width:"long"});break;case"PPPP":default:c=n.dateTime({width:"full"});break}return c.replace("{{date}}",o6(s,n)).replace("{{time}}",E4(o,n))},aT={p:E4,P:rT};const sT=aT;var oT=["D","DD"],lT=["YY","YYYY"];function cT(e){return oT.indexOf(e)!==-1}function uT(e){return lT.indexOf(e)!==-1}function l6(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://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if(e==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));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://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));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://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var dT={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"}},fT=function(t,n,i){var s,o=dT[t];return typeof o=="string"?s=o:n===1?s=o.one:s=o.other.replace("{{count}}",n.toString()),i!=null&&i.addSuffix?i.comparison&&i.comparison>0?"in "+s:s+" ago":s};const hT=fT;function md(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 gT={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},mT={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},pT={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},vT={date:md({formats:gT,defaultWidth:"full"}),time:md({formats:mT,defaultWidth:"full"}),dateTime:md({formats:pT,defaultWidth:"full"})};const yT=vT;var bT={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},CT=function(t,n,i,s){return bT[t]};const wT=CT;function ms(e){return function(t,n){var i=n!=null&&n.context?String(n.context):"standalone",s;if(i==="formatting"&&e.formattingValues){var o=e.defaultFormattingWidth||e.defaultWidth,c=n!=null&&n.width?String(n.width):o;s=e.formattingValues[c]||e.formattingValues[o]}else{var u=e.defaultWidth,d=n!=null&&n.width?String(n.width):e.defaultWidth;s=e.values[d]||e.values[u]}var f=e.argumentCallback?e.argumentCallback(t):t;return s[f]}}var MT={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},IT={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},NT={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"]},LT={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"]},kT={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"}},TT={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"}},xT=function(t,n){var i=Number(t),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"},ST={ordinalNumber:xT,era:ms({values:MT,defaultWidth:"wide"}),quarter:ms({values:IT,defaultWidth:"wide",argumentCallback:function(t){return t-1}}),month:ms({values:NT,defaultWidth:"wide"}),day:ms({values:LT,defaultWidth:"wide"}),dayPeriod:ms({values:kT,defaultWidth:"wide",formattingValues:TT,defaultFormattingWidth:"wide"})};const DT=ST;function ps(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 c=o[0],u=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(u)?OT(u,function(p){return p.test(c)}):jT(u,function(p){return p.test(c)}),f;f=e.valueCallback?e.valueCallback(d):d,f=n.valueCallback?n.valueCallback(f):f;var g=t.slice(c.length);return{value:f,rest:g}}}function jT(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function OT(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}function AT(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 c=e.valueCallback?e.valueCallback(o[0]):o[0];c=n.valueCallback?n.valueCallback(c):c;var u=t.slice(s.length);return{value:c,rest:u}}}var ET=/^(\d+)(th|st|nd|rd)?/i,PT=/\d+/i,zT={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},VT={any:[/^b/i,/^(a|c)/i]},RT={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},JT={any:[/1/i,/2/i,/3/i,/4/i]},QT={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},_T={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]},WT={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},HT={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]},BT={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},FT={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}},GT={ordinalNumber:AT({matchPattern:ET,parsePattern:PT,valueCallback:function(t){return parseInt(t,10)}}),era:ps({matchPatterns:zT,defaultMatchWidth:"wide",parsePatterns:VT,defaultParseWidth:"any"}),quarter:ps({matchPatterns:RT,defaultMatchWidth:"wide",parsePatterns:JT,defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:ps({matchPatterns:QT,defaultMatchWidth:"wide",parsePatterns:_T,defaultParseWidth:"any"}),day:ps({matchPatterns:WT,defaultMatchWidth:"wide",parsePatterns:HT,defaultParseWidth:"any"}),dayPeriod:ps({matchPatterns:BT,defaultMatchWidth:"any",parsePatterns:FT,defaultParseWidth:"any"})};const ZT=GT;var YT={code:"en-US",formatDistance:hT,formatLong:yT,formatRelative:wT,localize:DT,match:ZT,options:{weekStartsOn:0,firstWeekContainsDate:1}};const UT=YT;var $T=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,KT=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,XT=/^'([^]*?)'?$/,qT=/''/g,ex=/[a-zA-Z]/;function tx(e,t,n){var i,s,o,c,u,d,f,g,p,v,y,b,I,k,L,x,w,N;Kt(2,arguments);var M=String(t),T=Oc(),j=(i=(s=n==null?void 0:n.locale)!==null&&s!==void 0?s:T.locale)!==null&&i!==void 0?i:UT,S=Hr((o=(c=(u=(d=n==null?void 0:n.firstWeekContainsDate)!==null&&d!==void 0?d:n==null||(f=n.locale)===null||f===void 0||(g=f.options)===null||g===void 0?void 0:g.firstWeekContainsDate)!==null&&u!==void 0?u:T.firstWeekContainsDate)!==null&&c!==void 0?c:(p=T.locale)===null||p===void 0||(v=p.options)===null||v===void 0?void 0:v.firstWeekContainsDate)!==null&&o!==void 0?o:1);if(!(S>=1&&S<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var O=Hr((y=(b=(I=(k=n==null?void 0:n.weekStartsOn)!==null&&k!==void 0?k:n==null||(L=n.locale)===null||L===void 0||(x=L.options)===null||x===void 0?void 0:x.weekStartsOn)!==null&&I!==void 0?I:T.weekStartsOn)!==null&&b!==void 0?b:(w=T.locale)===null||w===void 0||(N=w.options)===null||N===void 0?void 0:N.weekStartsOn)!==null&&y!==void 0?y:0);if(!(O>=0&&O<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!j.localize)throw new RangeError("locale must contain localize property");if(!j.formatLong)throw new RangeError("locale must contain formatLong property");var J=Ln(e);if(!Fk(J))throw new RangeError("Invalid time value");var A=Hk(J),V=Gk(J,A),P={firstWeekContainsDate:S,weekStartsOn:O,locale:j,_originalDate:J},Y=M.match(KT).map(function(X){var ue=X[0];if(ue==="p"||ue==="P"){var pe=sT[ue];return pe(X,j.formatLong)}return X}).join("").match($T).map(function(X){if(X==="''")return"'";var ue=X[0];if(ue==="'")return nx(X);var pe=iT[ue];if(pe)return!(n!=null&&n.useAdditionalWeekYearTokens)&&uT(X)&&l6(X,t,String(e)),!(n!=null&&n.useAdditionalDayOfYearTokens)&&cT(X)&&l6(X,t,String(e)),pe(V,X,j.localize,P);if(ue.match(ex))throw new RangeError("Format string contains an unescaped latin alphabet character `"+ue+"`");return X}).join("");return Y}function nx(e){var t=e.match(XT);return t?t[1].replace(qT,"'"):e}const Lt={},P4=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,kr=/\d\d?/,ix=/\d{3}/,rx=/\d{4}/,ol=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,c6=function(){};function z4(e,t){const n=[];for(let i=0,s=e.length;i<s;i++)n.push(e[i].substr(0,t));return n}function u6(e){return(t,n,i)=>{const s=i[e].indexOf(n.charAt(0).toUpperCase()+n.substr(1).toLowerCase());~s&&(t.month=s)}}function ri(e,t=2){let n=String(e);for(;n.length<t;)n=`0${n}`;return n}const V4=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],R4=["January","February","March","April","May","June","July","August","September","October","November","December"],ax=z4(R4,3),sx=z4(V4,3);Lt.i18n={dayNamesShort:sx,dayNames:V4,monthNamesShort:ax,monthNames:R4,amPm:["am","pm"],DoFn(e){return e+["th","st","nd","rd"][e%10>3?0:(e-e%10!==10)*e%10]}};const d6={D(e){return e.getDay()},DD(e){return ri(e.getDay())},Do(e,t){return t.DoFn(e.getDate())},d(e){return e.getDate()},dd(e){return ri(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 ri(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 ri(e.getHours()%12||12)},H(e){return e.getHours()},HH(e){return ri(e.getHours())},m(e){return e.getMinutes()},mm(e){return ri(e.getMinutes())},s(e){return e.getSeconds()},ss(e){return ri(e.getSeconds())},S(e){return Math.round(e.getMilliseconds()/100)},SS(e){return ri(Math.round(e.getMilliseconds()/10),2)},SSS(e){return ri(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?"-":"+")+ri(Math.floor(Math.abs(t)/60)*100+Math.abs(t)%60,4)}},wt={d:[kr,(e,t)=>{e.day=t}],M:[kr,(e,t)=>{e.month=t-1}],yy:[kr,(e,t)=>{const i=+`${new Date().getFullYear()}`.substr(0,2);e.year=`${t>68?i-1:i}${t}`}],h:[kr,(e,t)=>{e.hour=t}],m:[kr,(e,t)=>{e.minute=t}],s:[kr,(e,t)=>{e.second=t}],yyyy:[rx,(e,t)=>{e.year=t}],S:[/\d/,(e,t)=>{e.millisecond=t*100}],SS:[/\d{2}/,(e,t)=>{e.millisecond=t*10}],SSS:[ix,(e,t)=>{e.millisecond=t}],D:[kr,c6],ddd:[ol,c6],MMM:[ol,u6("monthNamesShort")],MMMM:[ol,u6("monthNames")],a:[ol,(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)}]};wt.DD=wt.D;wt.dddd=wt.ddd;wt.Do=wt.dd=wt.d;wt.mm=wt.m;wt.hh=wt.H=wt.HH=wt.h;wt.MM=wt.M;wt.ss=wt.s;wt.A=wt.a;Lt.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"};Lt.format=(e,t,n)=>{const i=n||Lt.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=Lt.masks[t]||t||Lt.masks.default,t.replace(P4,s=>s in d6?d6[s](e,i):s.slice(1,s.length-1))};Lt.parse=(e,t,n)=>{const i=n||Lt.i18n;if(typeof t!="string")throw new Error("Invalid format in fecha.parse");if(t=Lt.masks[t]||t,e.length>1e3)return!1;let s=!0;const o={};if(t.replace(P4,d=>{if(wt[d]){const f=wt[d],g=e.search(f[0]);~g?e.replace(f[0],p=>(f[1](o,p,i),e=e.substr(g+p.length),p)):s=!1}return wt[d]?"":d.slice(1,d.length-1)}),!s)return!1;const c=new Date;o.isPm===!0&&o.hour!==null&&+o.hour!=12?o.hour=+o.hour+12:o.isPm===!1&&+o.hour==12&&(o.hour=0);let u;return o.timezoneOffset!==null&&o.timezoneOffset!==void 0?(o.minute=+(o.minute||0)-+o.timezoneOffset,u=new Date(Date.UTC(o.year||c.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0))):u=new Date(o.year||c.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0),u};const v0=" - ",Oi=(e,t)=>{const n=Ln(new Date(e));return!n||isNaN(n.getTime())?"":tx(n,t||"yyyy-MM-dd")},pd=(e,t)=>{if(Array.isArray(e)&&e.length===2){const n=e[0],i=e[1];if(n&&i)return Oi(n,t)+v0+Oi(i,t)}else if(!Array.isArray(e)&&e instanceof Date)return Oi(e,t);return""},vd=(e,t)=>{const n=Array.isArray(e)?e:e.split(v0);if(n.length===2){const i=n[0],s=n[1];return[i instanceof Date?i:Lt.parse(i,t||"yyyy-MM-dd"),s instanceof Date?s:Lt.parse(s,t||"yyyy-MM-dd")]}return[]},Ia={default:{formatter(e){return e?`${e}`:""},parser(e){return e===void 0||e===""?null:e}},date:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},datetime:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},daterange:{formatter:pd,parser:vd},datetimerange:{formatter:pd,parser:vd},timerange:{formatter:pd,parser:vd},time:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},month:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},year:{formatter:(e,t)=>Oi(e,t),parser:(e,t)=>Lt.parse(e,t||"yyyy-MM-dd")},multiple:{formatter(e,t){return e.filter(Boolean).map(n=>Oi(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=""),Lt.parse(s,t||"yyyy-MM-dd")})}},number:{formatter(e){return e?`${e}`:""},parser(e){const t=Number(e);return isNaN(e)?null:t}}},Or=()=>{const e=new Date;return e.setHours(0),e.setMinutes(0),e.setSeconds(0),e},J4=e=>e.every(t=>!t||typeof t=="string"&&t.trim()===""),Rl=e=>e?[e.getHours(),e.getMinutes(),e.getSeconds()]:[0,0,0],Q4={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"},sr=(e,t,n,i)=>{const s=t.includes("range"),{parser:o}=Ia[t]||Ia.default,c=i||Q4[t],u=Ia.multiple.parser;let d=e;if(e&&t==="time"&&!(e instanceof Date))d=o(e,c);else if(n&&e)d=u(e,c);else if(s)if(!e)d=[null,null];else if(typeof e=="string")d=o(e,c);else if(t==="timerange")d=o(e,c).map(f=>f||"");else{const[f,g]=e;f instanceof Date&&g instanceof Date?d=e.map(p=>new Date(p)):typeof f=="string"&&typeof g=="string"?d=o(e.join(v0),c):(!f||!g)&&(d=[null,null])}else typeof e=="string"&&t.indexOf("time")!==0&&(d=o(e,c)||null);return s||n?d||[]:[d]},li=(e,t,n,i)=>{const s=Q4[t];if(n){const{formatter:c}=Ia.multiple;return c(e,i||s)}const{formatter:o}=Ia[t]||Ia.default;return o(e,i||s)},_4=Symbol("date-picker"),Ac=Symbol("time-picker");function En(e,t=""){return[Z("picker-panel-icon-btn"),Z(`date-picker-${e}-btn`),Z(`date-picker-${e}-btn-arrow${t}`)]}const ox=(e,t)=>new Date(e,t+1,0).getDate(),f6=(e,t)=>{const n=new Date(e),i=n.getMonth()+t,s=ox(n.getFullYear(),i);return s<n.getDate()&&n.setDate(s),n.setMonth(i),n},W4=(()=>{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=/(\[[^\]]+\])([^\\[\]]+)(\[[^\]]+\])/,c=i.match(o).slice(1),u=c[1],d=[c[0],c[2]].map(f=>({label:f.replace(/\[[^\]]+\]/,p=>p.slice(1,-1).replace(t,v=>e[v](s,n))),type:f.indexOf("yy")!==-1?"year":"month"}));return{separator:u,labels:d}}})(),Zt=e=>{const t=new Date(e);return t.setHours(0,0,0,0),t.getTime()},lx=(e,t,n)=>{if(!t||!n)return!1;const[i,s]=[t,n].sort();return e>=i&&e<=s};function cx(e){return e.toString()[0].toUpperCase()+e.toString().slice(1)}const ux=(e,...t)=>{const n=new Date(e.getTime());return n.setHours(t[0]),n.setMinutes(t[1]),n.setSeconds(t[2]),n},dx={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}},Kd=r.defineComponent({name:"DateTable",props:dx,emits:["pick","pick-click","changeRange"],setup(e,{emit:t}){const n=ft("datePicker"),i=r.computed(()=>new Qk.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),c=r.computed(()=>{const g=e.tableDate.getFullYear(),p=e.tableDate.getMonth(),v=Zt(new Date),y=o.value.filter(Boolean).map(Zt),[b,I]=o.value.map(Zt),k=e.rangeState.from&&Zt(e.rangeState.from),L=e.rangeState.to&&Zt(e.rangeState.to),x=e.selectionMode==="range",w=typeof e.disabledDate=="function"&&e.disabledDate;return i.value(g,p,N=>{N.date instanceof Date&&N.date.setTime(N.date.getTime()+N.date.getTimezoneOffset()*6e4);const M=N.date&&Zt(N.date),T=N.date&&p===N.date.getMonth();return{...N,type:M===v?"today":N.type,selected:T&&y.includes(M),disabled:N.date&&w&&w(new Date(M)),range:T&&x&&lx(M,k,L),start:T&&x&&M===b,end:T&&x&&M===I}}).cells.slice(0)});return{headerDays:s,cells:c,getCellCls:g=>[Z("date-picker-cells-cell"),{[Z("date-picker-cells-cell-selected")]:g.selected||g.start||g.end,[Z("date-picker-cells-cell-disabled")]:g.disabled,[Z("date-picker-cells-cell-today")]:g.type==="today",[Z("date-picker-cells-cell-prev-month")]:g.type==="prevMonth",[Z("date-picker-cells-cell-next-month")]:g.type==="nextMonth",[Z("date-picker-cells-cell-week-label")]:g.type==="weekLabel",[Z("date-picker-cells-cell-range")]:g.range&&!g.start&&!g.end}],handleClick:g=>{if(g.disabled||g.type==="weekLabel")return;const p=new Date(Zt(g.date));t("pick",p),t("pick-click")},handleMouseMove:g=>{if(!e.rangeState.selecting||g.disabled)return;const p=g.date;t("changeRange",p)}}},render(){return r.createVNode("div",{class:Z("date-picker-cells")},[r.createVNode("div",{class:Z("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])]))])}}),fx={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:()=>""}},hx=r.defineComponent({name:"MonthTable",props:fx,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(),p=n.value.filter(Boolean).map(y=>Zt(new Date(y.getFullYear(),y.getMonth(),1))),v=Zt(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=Zt(b.date);b.disabled=typeof e.disabledDate=="function"&&e.disabledDate(b.date)&&e.selectionMode==="month",b.selected=p.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=>[Z("date-picker-cells-cell"),{[Z("date-picker-cells-cell-selected")]:d.selected,[Z("date-picker-cells-cell-disabled")]:d.disabled,[Z("date-picker-cells-cell-range")]:d.range&&!d.start&&!d.end}],handleClick:d=>{if(d.disabled||d.type==="weekLabel")return;const f=new Date(Zt(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:[Z("date-picker-cells"),Z("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])]))])}}),gx={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:()=>""}},mx=r.defineComponent({name:"YearTable",props:gx,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=>Zt(new Date(v.getFullYear(),0,1))),p=Zt(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=Zt(y.date);y.selected=g.includes(b),y.focused=b===p,d.push(y)}return d}),getCellCls:d=>[Z("date-picker-cells-cell"),{[Z("date-picker-cells-cell-selected")]:d.selected,[Z("date-picker-cells-cell-disabled")]:d.disabled,[Z("date-picker-cells-cell-range")]:d.range&&!d.start&&!d.end}],handleClick:d=>{if(d.disabled||d.type==="weekLabel")return;const f=new Date(Zt(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:[Z("date-picker-cells"),Z("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()])]))])}}),Ec={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}},Pc={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}},px={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}},vx={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:()=>[]}},h6=["hours","minutes","seconds"],Xd=r.defineComponent({name:"TimeSpinner",props:{...vx,...Pc},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],O=i.focusedColumn===0&&i.focusedTime[0],J={text:0,selected:!1,disabled:!1,hide:!1};for(let A=0;A<24;A+=S){const V=JSON.parse(JSON.stringify(J));V.text=A,V.focused=A===O,e.disabledHours.length&&e.disabledHours.indexOf(A)>-1&&(V.disabled=!0,e.hideDisabledOptions&&(V.hide=!0)),e.hours===A&&(V.selected=!0),j.push(V)}return j}),o=r.computed(()=>{const j=[],S=i.spinerSteps[1],O=i.focusedColumn===1&&i.focusedTime[1],J={text:0,selected:!1,disabled:!1,hide:!1};for(let A=0;A<60;A+=S){const V=JSON.parse(JSON.stringify(J));V.text=A,V.focused=A===O,e.disabledMinutes.length&&e.disabledMinutes.indexOf(A)>-1&&(V.disabled=!0,e.hideDisabledOptions&&(V.hide=!0)),e.minutes===A&&(V.selected=!0),j.push(V)}return j}),c=r.computed(()=>{const j=[],S=i.spinerSteps[2],O=i.focusedColumn===2&&i.focusedTime[2],J={text:0,selected:!1,disabled:!1,hide:!1};for(let A=0;A<60;A+=S){const V=JSON.parse(JSON.stringify(J));V.text=A,V.focused=A===O,e.disabledSeconds.length&&e.disabledSeconds.indexOf(A)>-1&&(V.disabled=!0,e.hideDisabledOptions&&(V.hide=!0)),e.seconds===A&&(V.selected=!0),j.push(V)}return j}),u=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)=>{h6.forEach((O,J)=>{if(j[J]===S[J]||typeof j[J]>"u")return;const A=this[`${O}List`].findIndex(V=>V.text===j[J]);k(O,A)})}),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[Z("time-picker-cells-cell"),{[Z("time-picker-cells-cell-selected")]:j.selected,[Z("time-picker-cells-cell-focused")]:j.focused,[Z("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 p(j){return d(j).querySelector("li").offsetHeight}function v(j){return d(j).offsetHeight}function y(j){const S=d(j),O=Math.min(Math.round((S.scrollTop-(v(j)*.5-10)/p(j)+3)/p(j)),j==="hours"?23:59);let J;if(j==="hours"?J=s:j==="minutes"?J=o:J=c,J.value.find(V=>V.text===O).disabled)return!1;r.nextTick(()=>{I({[j]:O})})}function b(j,S){if(S.disabled)return;const O={[j]:S.text};I(O)}function I(j){t("change",j),t("pick-click")}function k(j,S){const O=d(j),J=O.scrollTop,A=32*L(j,S);HC(O,J,A,500)}function L(j,S){const O=cx(j),J=e[`disabled${O}`];let A=S;if(J.length&&e.hideDisabledOptions){let V=0;J.forEach(P=>P<=S?V+=1:""),A-=V}return A}function x(){r.nextTick(()=>{h6.forEach(j=>{const S=d(j);let O;j==="hours"?O=s:j==="minutes"?O=o:O=c,S.scrollTop=32*O.value.findIndex(J=>J.text===e[j])})})}function w(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:c,styles:u,hoursRef:N,minutesRef:M,secondsRef:T,getCellCls:f,handleClick:b,updateScroll:x,padTime:w,t:n}},render(){return r.createVNode("div",{class:[Z("time-picker-cells"),this.showSeconds?Z("time-picker-cells-with-seconds"):""]},[r.createVNode("div",{class:Z("time-picker-cells-title-wrapper")},[r.createVNode("div",{class:[Z("time-picker-cells-title"),this.focusedColumn===0?"active":""],style:this.styles},[this.t.hour]),r.createVNode("div",{class:[Z("time-picker-cells-title"),this.focusedColumn===1?"active":""],style:this.styles},[this.t.min]),r.withDirectives(r.createVNode("div",{class:[Z("time-picker-cells-title"),this.focusedColumn===2?"active":""],style:this.styles},[this.t.sec]),[[r.vShow,this.showSeconds]])]),r.createVNode("div",{class:Z("time-picker-cells-list"),ref:"hoursRef",style:this.styles},[r.createVNode("ul",{class:Z("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:Z("time-picker-cells-list"),ref:"minutesRef",style:this.styles},[r.createVNode("ul",{class:Z("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:Z("time-picker-cells-list"),ref:"secondsRef",style:this.styles},[r.createVNode("ul",{class:Z("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]])])}}),yx={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}},H4=r.defineComponent({name:"TimePanel",props:{...Ec,...Pc,...yx},emits:["pick","pick-click"],setup(e,{emit:t}){const n=r.reactive({date:e.value[0]||Or(),showDate:!1}),i=r.inject(Ac),s=r.ref(null),o=r.computed(()=>!(e.format||"").match(/mm$/)),c=r.computed(()=>Lt.format(i.panelDate,e.format)),u=r.computed(()=>e.value[0]?["getHours","getMinutes","getSeconds"].map(p=>n.date[p]()):[]),d=r.computed(()=>{const p=["disabledHours","disabledMinutes","disabledSeconds"];if(e.disabledDate===(()=>!e.value[0]))return p.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 w=0;w<L;w+=e.steps[k]||1){const N=u.value.map((T,j)=>j===k?w:T),M=ux(n.date,...N);e.disabledDate(M,!0)&&x.push(w)}return x.filter((w,N,M)=>M.indexOf(w)===N)});return p.reduce((I,k,L)=>(I[k]=b[L],I),{})});r.watch(()=>e.value,p=>{let v=p[0]||Or();v=new Date(v),n.date=v}),r.onMounted(()=>{i&&i.parentName==="DatePanel"&&(n.showDate=!0)});function f(p,v=!0){const y=new Date(n.date);Object.keys(p).forEach(b=>y[`set${As(b)}`](p[b])),v&&t("pick",y,!0,"time")}function g(){t("pick-click")}return{...r.toRefs(n),visibleDate:c,showSeconds:o,timeSlots:u,disabledHMS:d,timeSpinnerRef:s,handlePickClick:g,handleChange:f}},render(){return r.createVNode("div",{class:Z("picker-panel-body-wrapper"),onMousedown:e=>{e.preventDefault()}},[r.createVNode("div",{class:Z("picker-panel-body"),style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:Z("time-picker-header")},[this.visibleDate]):"",r.createVNode("div",{class:Z("picker-panel-content")},[r.createVNode(Xd,{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)])])])}}),bx={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:()=>({})}},Cx=r.defineComponent({name:"DatePanel",props:bx,emits:["pick","pick-success","pick-clear","pick-click","selection-mode-change"],setup(e,{slots:t,emit:n}){const i=P=>P.match(/^time/)?"time-picker":`${P}-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:c}=r.getCurrentInstance();r.provide(Ac,{panelDate:o.panelDate,parentName:c.$options.name});const u=r.ref(null),d=r.ref(null),f=r.ref(null);r.watch(()=>o.currentView,P=>{n("selection-mode-change",P),o.currentView==="time"&&r.nextTick(()=>{u.value.timeSpinnerRef.updateScroll()})}),r.watch(()=>e.selectionMode,P=>{o.currentView=P,o.pickerTable=i(P)}),r.watch(()=>e.modelValue,P=>{o.dates=P;const Y=e.multiple?o.dates[o.dates.length-1]:e.startDate||o.dates[0];o.panelDate=Y||new Date});const g=()=>{setTimeout(()=>{o.currentView=e.selectionMode},500)},p=P=>{o.panelDate=P,o.pickerTable==="year-table"?o.pickerTable="month-table":o.pickerTable=i(o.currentView)},v=(P,Y)=>{let X=P;e.selectionMode==="year"?X=new Date(P.getFullYear(),0,1):e.selectionMode==="month"?X=new Date(o.panelDate.getFullYear(),P.getMonth(),1):X=new Date(P),o.dates=[X],n("pick",X,!1,Y||e.selectionMode)},y=()=>{g(),n("pick-success")},b=()=>{g(),n("pick-clear")},I=P=>{P.value&&n("pick",P.value(),!1,void 0,P),P.onClick&&P.onClick(this),e.shortcutClose&&y()},k=()=>{o.currentView=e.selectionMode,o.pickerTable=i(o.currentView)},L=P=>{e.selectionMode==="year"||o.pickerTable==="year-table"?o.panelDate=new Date(o.panelDate.getFullYear()+P*10,0,1):o.panelDate=f6(o.panelDate,P*12)},x=P=>{o.panelDate=f6(o.panelDate,P)},w=P=>{var Y,X;P&&((Y=d==null?void 0:d.value)==null||Y.updateScroll(),(X=f==null?void 0:f.value)==null||X.updateScroll())},N=r.computed(()=>o.pickerTable===`${o.currentView}-table`?v:p),M=r.computed(()=>{const P="zh-CN",Y="[yyyy]-[mm]",X=o.panelDate,{labels:ue,separator:pe}=W4(P,Y,X),le=se=>()=>{o.pickerTable=i(se)};return{separator:pe,labels:ue.map(se=>{const te=se;return te.handler=le(se.type),te})}}),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"),O=()=>{o.currentView=o.currentView==="time"?"date":"time"},J=r.computed(()=>!!t.shortcuts),A=r.computed(()=>!o.dates[0]);function V(){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:J,timeDisabled:A,onToggleVisibility:w,handleToggleTime:O,handlePickSuccess:y,handlePickClear:b,handlePick:v,handlePickClick:V,timePickerRef:u}},render(){var e,t;return r.createVNode("div",{class:[Z("picker-panel-body-wrapper"),this.shortcuts.length||this.hasShortcuts?Z("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:Z("picker-panel-shortcut"),onClick:()=>this.handleShortcutClick(n)},[n.text]))]):"",r.createVNode("div",{class:Z("picker-panel-body"),style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:Z("date-picker-header")},[r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.changeYear(-1)},[r.createVNode(Ea,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("prev"),onClick:()=>this.changeMonth(-1)},[r.createVNode(pi,{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:Z("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:Z("date-picker-header-label"),onClick:()=>this.datePanelLabel.labels[1].handler},[this.datePanelLabel.labels[1].label]),[[r.vShow,this.showLabelSecond]])]):"",r.createVNode("span",{class:En("next","-double"),onClick:()=>this.changeYear(1)},[r.createVNode(Pa,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("next"),onClick:()=>this.changeMonth(1)},[r.createVNode(Jn,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),r.createVNode("div",{class:Z("picker-panel-content")},[this.currentView!=="time"?(()=>{switch(this.pickerTable){case"date-table":return r.createVNode(Kd,{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(mx,{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(hx,{tableDate:this.panelDate,disabledDate:this.disabledDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);default:return null}})():r.createVNode(H4,{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:Z("picker-panel-sidebar")},[((t=(e=this.$slots).shortcuts)==null?void 0:t.call(e))??null]):null])}}),wx={steps:{type:Array,default:()=>[]},format:{type:String,default:"HH:mm:ss"},value:{type:Array,required:!0},allowCrossDay:{type:Boolean,default:!1}},B4=r.defineComponent({name:"TimeRangePanel",props:{...Ec,...Pc,...wx},emits:["pick","pick-click"],setup(e,{emit:t}){const[n,i]=e.value.slice(),s=r.reactive({showDate:!1,dateStart:n||Or(),dateEnd:i||Or()}),o=r.inject(Ac),c=r.computed(()=>!(e.format||"").match(/mm$/)),u=r.computed(()=>Lt.format(o.dates[0],e.format)),d=r.computed(()=>Lt.format(o.dates[1],e.format));r.watch(()=>e.value,k=>{const[L,x]=k.slice();s.dateStart=L||Or(),s.dateEnd=x||Or()}),r.onMounted(()=>{o&&o.parentName==="DatePanel"&&(s.showDate=!0)});function f(){t("pick-click")}function g(k,L,x,w=!0){let N=new Date(s.dateStart),M=new Date(s.dateEnd);Object.keys(L).forEach(T=>{N[`set${As(T)}`](L[T])}),Object.keys(x).forEach(T=>{M[`set${As(T)}`](x[T])}),!e.allowCrossDay&&M<N&&(k==="start"&&(M=N),k==="end"&&(N=M)),w&&t("pick",[N,M],!0,"time")}function p(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:c,leftDatePanelLabel:u,rightDatePanelLabel:d,handleStartChange:p,handleEndChange:v,handlePickClick:f,updateScroll:I,timeSpinnerRef:y,timeSpinnerEndRef:b}},render(){return r.createVNode("div",{class:[Z("picker-panel-body-wrapper"),Z("time-picker-with-range"),this.showSeconds?Z("time-picker-with-seconds"):""],onMousedown:e=>{e.preventDefault()}},[r.createVNode("div",{class:Z("picker-panel-body"),style:{width:`${this.width*2}px`}},[r.createVNode("div",{class:[Z("picker-panel-content"),Z("picker-panel-content-left")],style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:"bk-time-picker-header"},[this.leftDatePanelLabel]):"",r.createVNode(Xd,{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:[Z("picker-panel-content"),Z("picker-panel-content-right")],style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:Z("time-picker-header")},[this.rightDatePanelLabel]):"",r.createVNode(Xd,{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)])])])}}),Mx={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:()=>({})},shortcutSelectedIndex:{type:Number,default:-1}},Ix=r.defineComponent({name:"DateRangePanel",props:Mx,emits:["pick","pick-success","pick-clear","pick-click"],setup(e,{slots:t,emit:n}){const i=ft("datePicker"),[s,o]=e.modelValue.map(Q=>Q||Or()),c=e.startDate?e.startDate:s,u=r.reactive({currentView:e.selectionMode||"date",leftPickerTable:`${e.selectionMode}-table`,rightPickerTable:`${e.selectionMode}-table`,leftPanelDate:c,rightPanelDate:new Date(c.getFullYear(),c.getMonth()+1,1),rangeState:{from:e.modelValue[0],to:e.modelValue[1],selecting:s&&!o},upToNowEnable:!1,dates:e.modelValue,selectedIndex:e.shortcutSelectedIndex}),{proxy:d}=r.getCurrentInstance();r.provide(Ac,{dates:u.dates,parentName:d.$options.name});const f=(Q,ee)=>!Q||!ee?0:Q.getTime()-ee.getTime(),g=()=>{u.currentView=e.selectionMode,u.leftPickerTable=`${u.currentView}-table`,u.rightPickerTable=`${u.currentView}-table`},p=r.ref(null),v=r.ref(null),y=Q=>{var ee,de;Q&&((ee=p==null?void 0:p.value)==null||ee.updateScroll(),(de=v==null?void 0:v.value)==null||de.updateScroll())},b=(Q,ee,de,G=!0)=>{const ae=new Date(u[`${Q}PanelDate`]);if(ae[`set${ee}`](ae[`get${ee}`]()+de),u[`${Q}PanelDate`]=ae,!!G)if(e.splitPanels){const Ce=Q==="left"?"right":"left";Q==="left"&&u.leftPanelDate>=u.rightPanelDate&&b(Ce,ee,1),Q==="right"&&u.rightPanelDate<=u.leftPanelDate&&b(Ce,ee,-1)}else{const Ce=Q==="left"?"right":"left",we=u[`${Ce}PanelDate`],xe=new Date(we);if(ee==="Month"){const _e=new Date(xe.getFullYear(),xe.getMonth()+de+1,0).getDate();xe.setDate(Math.min(_e,xe.getDate()))}xe[`set${ee}`](xe[`get${ee}`]()+de),u[`${Ce}PanelDate`]=xe}},I=Q=>{const ee=u.currentView==="year"?-10:-1;b(Q,"FullYear",ee)},k=Q=>{const ee=u.currentView==="year"?10:1;b(Q,"FullYear",ee)},L=Q=>{b(Q,"Month",-1)},x=Q=>{b(Q,"Month",1)},w=Q=>{u[`${Q}PickerTable`]="year-table"},N=Q=>{u[`${Q}PickerTable`]="month-table"},M=Q=>{const ee="zh-CN",de="[yyyy]-[mm]",G=u[`${Q}PanelDate`],{labels:ae,separator:Ce}=W4(ee,de,G),we=xe=>{const _e=xe==="month"?N:w;return()=>_e(Q)};return{separator:Ce,labels:ae.map(xe=>{const _e=xe;return _e.handler=we(xe.type),_e})}},T=(Q,ee)=>{n("pick",u.dates,Q,ee||e.type)},j=(Q,ee)=>{if(u.rangeState.selecting||u.currentView==="time"){if(u.currentView==="time")u.dates=Q;else{const[de,G]=[u.rangeState.from,Q].sort(f),ae=ee==="upToNow"?new Date:new Date(new Date(new Date(G.setHours(23)).setMinutes(59)).setSeconds(59));u.dates=[de,ae],u.rangeState={from:de,to:ae,selecting:!1}}T(!1,ee||"date")}else u.upToNowEnable=new Date(Q).getTime()<new Date().getTime(),u.rangeState={from:Q,to:null,selecting:!0}},S=(Q,ee)=>{if(u[`${Q}PanelDate`]=ee,u[`${Q}PickerTable`]==="year-table"?u[`${Q}PickerTable`]="month-table":u[`${Q}PickerTable`]=`${u.currentView}-table`,!e.splitPanels){const G=Q==="left"?"right":"left";u[`${G}PanelDate`]=ee,b(G,"Month",G==="left"?-1:1,!1)}},O=(Q,ee)=>{if(!(Q!=null&&Q.value))return!1;Q.onClick&&Q.onClick(Q,ee);const de=typeof Q.value=="function"?Q.value():Q.value,[G,ae]=de;u.rangeState.from=G,u.rangeState.to=ae,u.dates=[G,ae],u.selectedIndex=ee,n("pick",de,!1,"shortcut",Q),e.shortcutClose&&n("pick-success")},J=Q=>{u.rangeState.to=Q};function A(Q){u.leftPanelDate=Q;const ee=new Date(Q.getFullYear(),Q.getMonth()+1,1),de=u.dates[1]?u.dates[1].getTime():u.dates[1];u.rightPanelDate=e.splitPanels?new Date(Math.max(de,ee.getTime())):ee}r.watch(()=>e.selectionMode,Q=>{u.currentView=Q||"range"}),r.watch(()=>e.modelValue,Q=>{const ee=Q[0]?Ln(Q[0]):null,de=Q[1]?Ln(Q[1]):null;u.dates=[ee,de].sort(f),u.rangeState={from:u.dates[0],to:u.dates[1],selecting:!1},A(e.startDate||u.dates[0]||new Date)}),r.watch(()=>u.currentView,Q=>{const ee=u.leftPanelDate.getMonth(),de=u.rightPanelDate.getMonth(),G=u.leftPanelDate.getFullYear()===u.rightPanelDate.getFullYear();Q==="date"&&G&&ee===de&&b("right","Month",1),Q==="month"&&G&&b("right","FullYear",1),Q==="year"&&G&&b("right","FullYear",10),u.currentView==="time"&&r.nextTick(()=>{z.value.updateScroll()})});const V=r.computed(()=>u.currentView==="time"),P=r.computed(()=>M("left")),Y=r.computed(()=>M("right")),X=r.computed(()=>u.leftPickerTable.split("-").shift()),ue=r.computed(()=>u.rightPickerTable.split("-").shift()),pe=r.computed(()=>P.value.labels[0].type==="year"||u.currentView==="date"),le=r.computed(()=>P.value.labels[1].type==="year"||u.currentView==="date"),se=r.computed(()=>Y.value.labels[0].type==="year"||u.currentView==="date"),te=r.computed(()=>Y.value.labels[1].type==="year"||u.currentView==="date"),U=r.computed(()=>{const Q=`${u.currentView}-table`;return{left:u.leftPickerTable!==Q,right:u.rightPickerTable!==Q}}),F=r.computed(()=>({left:U.value.left?S.bind("left"):j,right:U.value.right?S.bind("right"):j})),_=r.computed(()=>{var Q;return t.shortcuts||((Q=e.shortcuts)==null?void 0:Q.length)}),W=()=>{u.currentView=u.currentView==="time"?"date":"time"},H=()=>{setTimeout(()=>{u.currentView=e.selectionMode},500)},ne=()=>{H(),n("pick-success")},he=()=>{H(),n("pick-clear")};function re(){n("pick-click")}const K=r.computed(()=>!(u.dates[0]&&u.dates[1])),z=r.ref(null);return{...r.toRefs(u),isTime:V,hasShortcuts:_,prevYear:I,nextYear:k,prevMonth:L,nextMonth:x,leftDatePanelLabel:P,rightDatePanelLabel:Y,leftDatePanelView:X,rightDatePanelView:ue,leftShowLabelFirst:pe,leftShowLabelSecond:le,rightShowLabelFirst:se,rightShowLabelSecond:te,preSelecting:U,panelPickerHandlers:F,timeDisabled:K,handleShortcutClick:O,reset:g,onToggleVisibility:y,handleRangePick:j,handleChangeRange:J,handleToggleTime:W,handlePickSuccess:ne,handlePickClear:he,handlePickClick:re,timePickerRef:z,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:Z("picker-panel-shortcuts")},[this.shortcuts.map((n,i)=>r.createVNode("div",{key:i,class:["shortcuts-item",{"shortcuts-item-active":i===this.selectedIndex}],onClick:()=>this.handleShortcutClick(n,i)},[n.text]))])),e=r.createVNode("div",{class:Z("picker-panel-sidebar")},[t])}return r.createVNode("div",{class:[Z("picker-panel-body-wrapper"),Z("date-picker-with-range"),this.shortcuts.length||this.$slots.shortcuts?Z("picker-panel-with-sidebar"):""],onMousedown:t=>{t.preventDefault()}},[r.createVNode("div",{class:[Z("picker-panel-body"),this.showTime?Z("picker-panel-body-time"):Z("picker-panel-body-date")]},[r.withDirectives(r.createVNode("div",{class:[Z("picker-panel-content"),Z("picker-panel-content-left")],style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:Z("date-picker-header")},[r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.prevYear("left")},[r.createVNode(Ea,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("prev"),onClick:()=>this.prevMonth("left")},[r.createVNode(pi,{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:Z("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:Z("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:En("next","-double"),onClick:()=>this.nextYear("left")},[r.createVNode(Pa,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]):"",this.splitPanels||this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("next"),onClick:()=>this.nextMonth("left")},[r.createVNode(Jn,{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(Kd,{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:[Z("picker-panel-content"),Z("picker-panel-content-right")],style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:Z("date-picker-header")},[this.splitPanels||this.rightPickerTable!=="date-table"?r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.prevYear("right")},[r.createVNode(Ea,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]):"",this.splitPanels&&this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("prev","-double"),onClick:()=>this.prevMonth("right")},[r.createVNode(pi,{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:Z("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:Z("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:En("next","-double"),onClick:()=>this.nextYear("right")},[r.createVNode(Pa,{style:{fontSize:"20px",lineHeight:1,verticalAlign:"text-bottom"}},null)]),this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:En("next"),onClick:()=>this.nextMonth("right")},[r.createVNode(Jn,{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(Kd,{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(B4,{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])}}),Nx=r.defineComponent({name:"DatePicker",directives:{clickoutside:vi},props:Ec,emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:Object,setup(e,{slots:t,emit:n}){const i=Xn(),s=e.type.includes("range"),o=s?[null,null]:[null],c=s?e.value||e.modelValue:[e.value||e.modelValue];let u=J4(c)?o:sr(e.value||e.modelValue,e.type,e.multiple,e.format),d=null;e.shortcutSelectedIndex!==-1&&(d=e.shortcuts[e.shortcutSelectedIndex]||null,d&&(u=d.value()));const f=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(Rl),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:d,onSelectionModeChange:g});g(e.type);function g(z){let Q=z;return z.match(/^date/)&&(Q="date"),f.selectionMode=["year","month","date","time"].indexOf(Q)>-1&&Q,f.selectionMode}const p=r.computed(()=>{if(e.multiple)return f.internalValue.slice();const z=e.type.includes("range");let Q=f.internalValue.map(ee=>ee instanceof Date?new Date(ee):ee||"");return e.type.match(/^time/)&&(Q=Q.map(ee=>li(ee,e.type,e.multiple,e.format))),z||e.multiple?Q:Q[0]}),v=r.computed(()=>e.type.match(/^time/)?p.value:e.multiple?li(p.value,e.type,e.multiple,e.format):Array.isArray(p.value)?p.value.map(z=>li(z,e.type,e.multiple,e.format)):li(p.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(()=>li(f.internalValue,e.type,e.multiple,e.format)),k=r.computed(()=>{var z;return(z=f.shortcut)!=null&&z.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),w=r.computed(()=>!!t.footer),N=r.computed(()=>!!t.shortcuts),M=r.computed(()=>!!t.confirm),T=r.computed(()=>{let z="";return e.fontSize==="medium"?z="medium-font":e.fontSize==="large"&&(z="large-font"),z}),j=r.computed(()=>{let z="";return e.fontSize==="medium"?z="medium-width":e.fontSize==="large"&&(z="large-width"),z}),S=r.computed(()=>{var z;return(z=f.shortcut)!=null&&z.text&&e.useShortcutText?!0:!e.editable||e.readonly}),O=r.computed(()=>e.options),J=r.computed(()=>y.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),A=r.ref(null),V=()=>{var z;(z=A==null?void 0:A.value)==null||z.focus()};r.watch(()=>f.visible,z=>{var Q,ee;z===!1&&((Q=P.value)==null||Q.destoryDropdown()),(ee=P.value)==null||ee.updateDropdown(),n("open-change",z)});const P=r.ref(null);r.watch(()=>e.modelValue,z=>{var Q;f.internalValue=sr(z,e.type,e.multiple,e.format),e.withValidate&&((Q=i==null?void 0:i.validate)==null||Q.call(i,"change"))}),r.watch(()=>e.open,z=>{f.visible=z===!0}),r.watch(()=>e.type,z=>{g(z)}),r.watch(()=>p,(z,Q)=>{const ee=JSON.stringify(z),de=JSON.stringify(Q);(ee!==de||typeof z!=typeof Q)&&n("input",z)}),r.onMounted(()=>{e.type.indexOf("date")>-1,f.timeEnterMode=!0;const z=e.modelValue,Q=p.value;(typeof z!=typeof Q||JSON.stringify(z)!==JSON.stringify(Q))&&n("input",p.value),e.open!==null&&(f.visible=e.open),r.provide(_4,{props:e,focus:()=>V()})});const Y=r.ref(null),X=z=>{var Q;if(f.disableCloseUnderTransfer)return f.disableCloseUnderTransfer=!1,!1;if(z&&z.type==="mousedown"&&f.visible){z.preventDefault(),z.stopPropagation();return}if(f.visible){const ee=(Q=Y==null?void 0:Y.value)==null?void 0:Q.$el;if(z&&ee&&ee.contains(z.target))return;f.visible=!1,z==null||z.preventDefault(),z==null||z.stopPropagation();return}f.isFocused=!1,f.disableClickOutSide=!1},ue=()=>{var z,Q;(z=A==null?void 0:A.value)==null||z.focus(),(Q=A==null?void 0:A.value)==null||Q.click()},pe=()=>{e.readonly||e.disabled||I!=null&&I.value&&(f.showClose=!0)},le=z=>{f.showClose=!1},se=z=>{r.nextTick(()=>{var Q;n("update:modelValue",p.value),n("change",v.value,z),e.type.indexOf("time")<0&&((Q=A==null?void 0:A.value)==null||Q.blur())})},te=z=>{var xe;const Q=e.type.includes("range")||e.multiple,ee=I.value,de=z.target.value,G=sr(de,e.type,e.multiple,e.format),ae=Q?G:G[0],Ce=(xe=e.disabledDate)==null?void 0:xe.call(e,ae),we=G.reduce((_e,Ge)=>_e&&Ge instanceof Date,!0);de!==ee&&!Ce&&we?(se(e.type),f.internalValue=G):f.forceInputRerender=f.forceInputRerender+1},U=z=>{e.readonly||(f.isFocused=!0,!(z&&z.type==="focus")&&(e.disabled||(f.visible=!0)))},F=()=>{var z;(z=Y==null?void 0:Y.value)==null||z.reset()},_=z=>{var Q,ee;if(f.internalFocus){f.internalFocus=!1;return}if(f.visible){z.preventDefault();return}f.isFocused=!1,g(e.type),f.internalValue=f.internalValue.slice(),F(),(Q=Y==null?void 0:Y.value)==null||Q.onToggleVisibility(!1),(ee=i==null?void 0:i.validate)==null||ee.call(i,"blur")},W=z=>{const{keyCode:Q}=z;if(Q===9&&f.visible)if(z.stopPropagation(),z.preventDefault(),L.value){const de=`.${Z("picker-confirm")} > *`,G=P.value.$el.querySelectorAll(de);f.internalFocus=!0,[...G][z.shiftKey?"pop":"shift"]().focus()}else X();const ee=[37,38,39,40];if(!f.visible&&ee.includes(Q)){f.visible=!0;return}Q===27&&f.visible&&(z.stopPropagation(),X()),ee.includes(Q)&&f.focusedTime.active&&z.preventDefault()},H=()=>{f.visible=!1,f.internalValue=f.internalValue.map(()=>null),n("clear"),se(e.type),F(),f.showClose=!1,f.shortcut=null,setTimeout(()=>g(e.type),500)},ne=()=>{var z;f.visible=!1,r.nextTick(()=>{n("pick-success")}),(z=A==null?void 0:A.value)==null||z.blur(),F()},he=(z,Q=!1,ee,de)=>{let G=z;if(e.multiple){const Ce=G.getTime(),we=f.internalValue.findIndex(Ge=>Ge&&Ge.getTime()===Ce),_e=[...f.internalValue,G].filter(Boolean).map(Ge=>Ge.getTime()).filter((Ge,oe,ye)=>ye.indexOf(Ge)===oe&&oe!==we);f.internalValue=_e.map(Ge=>new Date(Ge))}else G=sr(z,e.type,e.multiple,e.format),f.internalValue=Array.isArray(G)?G:[G];if(f.internalValue[0]){const[Ce]=f.internalValue;f.focusedDate=Ce}f.focusedTime={...f.focusedTime,time:f.internalValue.map(Rl)},L.value||(g(e.type),f.visible=Q),ee==="upToNow"&&e.type==="daterange"&&ne(),f.shortcut=de,se(ee);const ae=e.shortcuts.findIndex(Ce=>Ce===f.shortcut);n("shortcut-change",f.shortcut,ae)},re=r.ref(null),K=()=>{var z,Q;(Q=(z=Y.value).handleToggleTime)==null||Q.call(z)};return{...r.toRefs(f),panel:y,publicStringValue:v,opened:b,visualValue:I,displayValue:k,isConfirm:L,hasHeader:x,hasFooter:w,hasShortcuts:N,hasConfirm:M,fontSizeCls:T,longWidthCls:j,localReadonly:S,allowCrossDayProp:J,ownPickerProps:O,pickerDropdownRef:P,inputRef:A,triggerRef:re,pickerPanelRef:Y,handleClose:X,handleIconClick:ue,handleInputMouseenter:pe,handleInputMouseleave:le,handleFocus:U,handleBlur:_,handleKeydown:W,handleInputChange:te,handleClear:H,onPick:he,onPickSuccess:ne,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:[Z("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(hn,{onClick:this.handleClear,class:"clear-action"},null):""]),t=this.hasShortcuts?{shortcuts:()=>{var c,u;return((u=(c=this.$slots).shortcuts)==null?void 0:u.call(c,{change:this.onPick}))||null}}:{},n=this.hasConfirm?{confirm:this.$slots.confirm}:{},i={...t,...n};return r.withDirectives(r.createVNode("div",{class:[Z("date-picker"),this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:Z("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:Z("fade-down-transition")},{default:()=>[r.withDirectives(r.createVNode(p0,{class:[this.appendToBody?Z("date-picker-transfer"):""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody},{default:()=>{var c,u,d,f;return[this.hasHeader?r.createVNode("div",{class:[Z("date-picker-top-wrapper"),this.headerSlotCls]},[((u=(c=this.$slots).header)==null?void 0:u.call(c))??null]):null,this.panel==="DateRangePanel"?r.createVNode(Ix,{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,shortcutSelectedIndex:this.shortcutSelectedIndex},i):r.createVNode(Cx,{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:[Z("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]])}}),Lx=r.defineComponent({name:"TimePicker",directives:{clickoutside:vi},props:{...Ec,...px,...Pc},emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:Object,setup(e,{slots:t,emit:n}){const i=Xn(),s=e.type.includes("range"),o=s?[null,null]:[null];let c=J4((s?e.modelValue:[e.modelValue])||[])?o:sr(e.modelValue,e.type,e.multiple,e.format),u=null;e.shortcutSelectedIndex!==-1&&(u=e.shortcuts[e.shortcutSelectedIndex]||null,u&&(c=u.value()));const d=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(Rl),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:u,onSelectionModeChange:f});function f(K){let z=K;return K.match(/^date/)&&(z="date"),d.selectionMode=["year","month","date","time"].indexOf(z)>-1&&z,d.selectionMode}const g=r.computed(()=>{if(e.multiple)return d.internalValue.slice();const K=e.type.includes("range");let z=d.internalValue.map(Q=>Q instanceof Date?new Date(Q):Q||"");return e.type.match(/^time/)&&(z=z.map(Q=>li(Q,e.type,e.multiple,e.format))),K||e.multiple?z:z[0]}),p=r.computed(()=>e.type.match(/^time/)?g.value:e.multiple?li(g.value,e.type,e.multiple,e.format):Array.isArray(g.value)?g.value.map(K=>li(K,e.type,e.multiple,e.format)):li(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(()=>li(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),w=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),O=r.ref(null),J=()=>{var K;(K=O==null?void 0:O.value)==null||K.focus()},{proxy:A}=r.getCurrentInstance(),V=r.ref(null);r.watch(()=>d.visible,K=>{var z,Q;K&&((Q=(z=V.value)==null?void 0:z.forceUpdate)==null||Q.call(z),r.nextTick(()=>{var ee,de;(de=(ee=A.pickerPanelRef)==null?void 0:ee.timeSpinnerRef)==null||de.updateScroll()}))}),r.watch(()=>e.modelValue,K=>{var z;d.internalValue=sr(K,e.type,e.multiple,e.format),e.withValidate&&((z=i==null?void 0:i.validate)==null||z.call(i,"change"))}),r.watch(()=>e.open,K=>{d.visible=K===!0}),r.watch(()=>e.type,K=>{f(K)}),r.watch(()=>g,(K,z)=>{const Q=JSON.stringify(K),ee=JSON.stringify(z);(Q!==ee||typeof K!=typeof z)&&n("input",K)}),r.onMounted(()=>{e.type.indexOf("date")>-1,d.timeEnterMode=!0;const K=e.modelValue,z=g.value;(typeof K!=typeof z||JSON.stringify(K)!==JSON.stringify(z))&&n("input",g.value),e.open!==null&&(d.visible=e.open),r.provide(_4,{props:e,focus:()=>J()})});const P=r.ref(null),Y=K=>{var z;if(d.disableCloseUnderTransfer)return d.disableCloseUnderTransfer=!1,!1;if(K&&K.type==="mousedown"&&d.visible){K.preventDefault(),K.stopPropagation();return}if(d.visible){const Q=(z=P==null?void 0:P.value)==null?void 0:z.$el;if(K&&Q&&Q.contains(K.target))return;d.visible=!1,K==null||K.preventDefault(),K==null||K.stopPropagation();return}d.isFocused=!1,d.disableClickOutSide=!1},X=()=>{var K,z;(K=O==null?void 0:O.value)==null||K.focus(),(z=O==null?void 0:O.value)==null||z.click()},ue=()=>{e.readonly||e.disabled||b!=null&&b.value&&(d.showClose=!0)},pe=K=>{d.showClose=!1},le=K=>{r.nextTick(()=>{var z;n("update:modelValue",g.value),n("change",p.value,K),e.type.indexOf("time")<0&&((z=O==null?void 0:O.value)==null||z.blur())})},se=K=>{var we;const z=e.type.includes("range")||e.multiple,Q=b.value,ee=K.target.value,de=sr(ee,e.type,e.multiple,e.format),G=z?de:de[0],ae=(we=e.disabledDate)==null?void 0:we.call(e,G),Ce=de.reduce((xe,_e)=>xe&&_e instanceof Date,!0);ee!==Q&&!ae&&Ce?(le(e.type),d.internalValue=de):d.forceInputRerender=d.forceInputRerender+1},te=K=>{e.readonly||(d.isFocused=!0,!(K&&K.type==="focus")&&(e.disabled||(d.visible=!0)))},U=()=>{var K,z;(z=(K=P==null?void 0:P.value)==null?void 0:K.reset)==null||z.call(K)},F=K=>{var z,Q;if(d.internalFocus){d.internalFocus=!1;return}if(d.visible){K.preventDefault();return}d.isFocused=!1,f(e.type),d.internalValue=d.internalValue.slice(),U(),(z=P==null?void 0:P.value)==null||z.onToggleVisibility(!1),(Q=i==null?void 0:i.validate)==null||Q.call(i,"blur")},_=K=>{const{keyCode:z}=K;if(z===9&&d.visible)if(K.stopPropagation(),K.preventDefault(),k.value){const ee=".bk-picker-confirm > *",de=V.value.$el.querySelectorAll(ee);d.internalFocus=!0,[...de][K.shiftKey?"pop":"shift"]().focus()}else Y();const Q=[37,38,39,40];if(!d.visible&&Q.includes(z)){d.visible=!0;return}z===27&&d.visible&&(K.stopPropagation(),Y()),Q.includes(z)&&d.focusedTime.active&&K.preventDefault()},W=()=>{d.visible=!1,d.internalValue=d.internalValue.map(()=>null),n("clear"),le(e.type),U(),d.showClose=!1,d.shortcut=null,setTimeout(()=>f(e.type),500)},H=()=>{e.appendToBody&&(d.disableCloseUnderTransfer=!0)},ne=()=>{var K;d.visible=!1,r.nextTick(()=>{n("pick-success")}),(K=O==null?void 0:O.value)==null||K.blur(),U()},he=(K,z=!1,Q,ee)=>{let de=K;if(e.multiple){const ae=de.getTime(),Ce=d.internalValue.findIndex(_e=>_e&&_e.getTime()===ae),xe=[...d.internalValue,de].filter(Boolean).map(_e=>_e.getTime()).filter((_e,Ge,oe)=>oe.indexOf(_e)===Ge&&Ge!==Ce);d.internalValue=xe.map(_e=>new Date(_e))}else de=sr(K,e.type,e.multiple,e.format),d.internalValue=Array.isArray(de)?de:[de];if(d.internalValue[0]){const[ae]=d.internalValue;d.focusedDate=ae}d.focusedTime={...d.focusedTime,time:d.internalValue.map(Rl)},k.value||(f(e.type),d.visible=z),Q==="upToNow"&&e.type==="daterange"&&ne(),d.shortcut=ee,le(Q);const G=e.shortcuts.findIndex(ae=>ae===d.shortcut);n("shortcut-change",d.shortcut,G)},re=r.ref(null);return{...r.toRefs(d),panel:v,publicStringValue:p,opened:y,visualValue:b,displayValue:I,isConfirm:k,hasHeader:L,hasFooter:x,hasShortcuts:w,fontSizeCls:N,longWidthCls:M,localReadonly:T,allowCrossDayProp:S,ownPickerProps:j,pickerDropdownRef:V,inputRef:O,triggerRef:re,pickerPanelRef:P,handleClose:Y,handleIconClick:X,handleInputMouseenter:ue,handleInputMouseleave:pe,handleFocus:te,handleBlur:F,handleKeydown:_,handleInputChange:se,handleClear:W,handleTransferClick:H,onPick:he,onPickSuccess:ne}},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:[Z("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(hn,{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:[Z("date-picker"),this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:Z("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(p0,{class:[this.appendToBody?Z("date-picker-transfer"):""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody,onClick:this.handleTransferClick},{default:()=>{var s,o,c,u;return[this.hasHeader?r.createVNode("div",{class:[Z("date-picker-top-wrapper"),this.headerSlotCls]},[((o=(s=this.$slots).header)==null?void 0:o.call(s))??null]):null,this.panel==="RangeTimePickerPanel"?r.createVNode(B4,{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(H4,{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:[Z("date-picker-footer-wrapper"),this.footerSlotCls]},[((u=(c=this.$slots).footer)==null?void 0:u.call(c))??null]):null]}}),[[r.vShow,this.opened]])]})]})]),[[r.resolveDirective("clickoutside"),this.handleClose]])}}),F4=Fe(Nx);var oi=(e=>(e.OBJECT_ARRAY="objectArray",e.BASE_ARRAY="baseArray",e.NOT_ARRAY="notArray",e))(oi||{});const kx={title:m.arrayOf(m.string).def([]),extCls:m.string.def(""),searchPlaceholder:m.string.def(""),settingKey:m.string.def("id"),displayKey:m.string.def("value"),sortKey:m.string.def("value"),showOverflowTips:m.bool.def(!1),searchable:m.bool.def(!1),sortable:m.bool.def(!1),sourceList:m.arrayOf(m.any).def([]),targetList:m.arrayOf(m.any).def([]),emptyContent:m.arrayOf(m.string).def([]),multiple:m.bool.def(!1)};function Tx(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}function xx(e,t,n){const i=r.ref([]),s=r.ref([]),o=(c=!1)=>{c&&(i.value=[],s.value=[]),e.value.forEach(u=>{const d=u[n.value];t.value.includes(d)?s.value.push(u):i.value.push(u)})};return o(),r.watch(()=>[e,t,n],()=>{o(!0)},{deep:!0}),{selectList:i,selectedList:s}}function Sx(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 Dx=r.defineComponent({name:"Transfer",props:kx,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(J=>J.toString().includes("[object Object]"))?oi.OBJECT_ARRAY:oi.BASE_ARRAY:oi.NOT_ARRAY),c=r.computed(()=>o.value===oi.BASE_ARRAY?"value":e.settingKey),u=r.computed(()=>o.value===oi.BASE_ARRAY?"value":e.displayKey),d=r.computed(()=>e.sortKey||u.value),f=r.computed(()=>{switch(o.value){case oi.BASE_ARRAY:return[...new Set(e.sourceList)].map(O=>({value:O}));case oi.OBJECT_ARRAY:return[...e.sourceList];default:return[]}}),{targetList:g}=r.toRefs(e),{selectList:p,selectedList:v}=xx(f,g,c),{selectSearchQuery:y,selectListSearch:b}=Sx(p,u),I=r.computed(()=>[...b.value].sort((O,J)=>{const A=O[d.value],V=J[d.value];return A>V?1:-1})),k=r.computed(()=>[...v.value].sort((O,J)=>{const A=O[d.value],V=J[d.value];return A>V?1:-1}));r.watch(()=>[p,v],()=>{e.multiple||M()},{deep:!0});const L=(O,J)=>{const A=c.value;return O.some(V=>V[A]===J[A])&&J.disabled},x=()=>{p.value=[...f.value.filter(O=>L(p.value,O))],v.value=[...f.value.filter(O=>!L(p.value,O))],M()},w=()=>{p.value=[...f.value.filter(O=>!L(v.value,O))],v.value=[...f.value.filter(O=>L(v.value,O))],M()},N=(O,J)=>{if(O.disabled)return;const A=O[c.value],V=J?p:v,P=J?v:p,Y=V.value.findIndex(X=>X[c.value]===A);P.value.push(...V.value.splice(Y,1)),M()},M=()=>{const O=p.value.map(A=>A[c.value]),J=v.value.map(A=>A[c.value]);t("update:targetList",J),t("change",o.value===oi.BASE_ARRAY?O:p.value.map(A=>r.toRaw(A)),o.value===oi.BASE_ARRAY?J:v.value.map(A=>r.toRaw(A)),J)};return{selectSearchQuery:y,selectListSearch:b,selectedList:v,selectListSort:I,selectedListSort:k,settingCode:c,displayCode:u,allToRight:x,allToLeft:w,handleItemClick:N,t:n,handleAllChecked:(O,J)=>{const A=J==="source"?p:v;s.value[J]=O?A.value.map(V=>V[c.value]):[]},multipleSelectAllValue:i,multipleSelectList:s,handleMultipleChange:O=>{const J=O==="left",A=J?p:v,V=J?v:p,P=s.value[J?"source":"target"],Y=A.value.filter(X=>P.includes(X[c.value]));A.value=A.value.filter(X=>!P.includes(X[c.value])),V.value.push(...Y),s.value[J?"source":"target"]=[],M()},handleItemChecked:O=>{const J=O==="source"?p:v;i.value[O]=s.value[O].length===J.value.length}}},render(){const{multiple:e}=this.$props,t=this.sortable?this.selectListSort:this.selectListSearch,n=this.sortable?this.selectedListSort:this.selectedList,i=u=>{const d=u==="left-header",f=d?"source":"target",g=d?`${this.title[0]??this.t.sourceList}`:`${this.title[1]??this.t.targetList}`,p=d?!t.length:!n.length,v=!!this.multipleSelectList[f].length&&!this.multipleSelectAllValue[f],y=this.multipleSelectList[f].length,b=()=>{p||(d?this.allToRight():this.allToLeft())};return this.$slots[u]?r.createVNode("div",{class:"slot-header"},[this.$slots[u]()]):r.createVNode("div",{class:"header"},[this.multiple?r.createVNode($n,{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:p},onClick:()=>b()},[d?this.t.selectAll:this.t.removeAll])])},s=u=>{const d=u==="left-empty-content",f=(d?this.emptyContent[0]:this.emptyContent[1])??(d?this.t.noData:this.t.noSelected);return this.$slots[u]?r.createVNode("div",null,[this.$slots[u]()]):r.createVNode("div",{class:"empty"},[f])},o=(u,d=!0)=>r.createVNode("div",{class:["item-content",{"is-disabled":u.disabled}]},[r.createVNode("span",{class:"content-text",title:u[this.displayCode]},[u[this.displayCode]]),!e&&r.createVNode("span",{class:"icon-wrapper"},[d?r.createVNode(ic,{class:"bk-icon icon-move"},null):r.createVNode(dn,{class:"bk-icon icon-delete"},null)])]),c=u=>{let d;const f=u==="left",g=u==="left"?"source":"target",p=f?t:n,v=f?"source-option":"target-option",y=f?"left-empty-content":"right-empty-content",b=e?r.createVNode(Lc,{class:"content is-flex",modelValue:this.multipleSelectList[g],"onUpdate:modelValue":I=>this.multipleSelectList[g]=I,onChange:()=>this.handleItemChecked(g)},Tx(d=p.map(I=>r.createVNode("div",null,[r.createVNode($n,{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":""]},[p.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 p.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(Qr,{modelValue:this.selectSearchQuery,"onUpdate:modelValue":u=>this.selectSearchQuery=u,class:"transfer-search-input",clearable:!0,placeholder:this.searchPlaceholder||this.t.search},{prefix:()=>r.createVNode(Gr,{class:"icon-search"},null)}),c("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(Jn,null,null)]),r.createVNode("div",{class:["transfer-button",{disabled:!this.multipleSelectList.target.length}],onClick:()=>this.handleMultipleChange("right")},[r.createVNode(pi,null,null)])]):r.createVNode(Cc,{class:"transfer"},null),r.createVNode("div",{class:"target-list"},[i("right-header"),c("right")])])}}),G4=Fe(Dx);var Ai=(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))(Ai||{});const tr=(...e)=>!0,jx={nodeClick:tr,nodeCollapse:tr,nodeExpand:tr,nodeChecked:tr,nodeDragStart:tr,nodeDragOver:tr,nodeDragLeave:tr,nodeDrop:tr};var fe=(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))(fe||{});const rr={__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 Z4=(e=>(e.CLICK="click",e.SELECTED="selected",e.EXPAND="expand",e.COLLAPSE="collapse",e))(Z4||{});const Ox={data:m.arrayOf(m.any).def([]),label:m.oneOfType([m.func.def(void 0),m.string.def("label")]),nodeKey:m.string.def(void 0),children:m.string.def("children"),indent:m.number.def(18),lineHeight:m.number.def(32),levelLine:m.oneOfType([m.bool.def(!1),m.func.def(void 0),m.string.def("1px dashed #c3cdd7")]).def(!1),virtualRender:m.bool.def(!1),prefixIcon:m.oneOfType([m.func.def(()=>{}),m.bool.def(!1)]).def(!0),async:m.shape({callback:m.func.def(void 0),cache:m.bool.def(!0),deepAutoOpen:Ee("columnType",{}).def("once")}),offsetLeft:m.number.def(5),search:m.oneOfType([m.shape({value:m.oneOfType([m.number,m.string,m.bool]).def(""),match:m.oneOfType([ln(),m.func]).def("fuzzy"),resultType:ln().def("tree"),openResultNode:m.bool}),m.string,m.number,m.bool]).def(void 0),emptyText:m.string.def("没有数据"),draggable:m.bool.def(!1),disableDrag:m.func,disableDrop:m.func,dragSort:m.bool.def(!1),selectable:m.oneOfType([m.bool,m.func]).def(!0),disabledFolderSelectable:m.bool.def(!1),showCheckbox:m.bool.def(!1),showNodeTypeIcon:m.bool.def(!0),selected:m.oneOfType([m.string,m.number,m.object]),autoCheckChildren:m.bool.def(!0),autoOpenParentNode:m.bool.def(!0),expandAll:m.bool.def(!1),nodeContentAction:m.oneOfType([m.arrayOf(Ee("nodeContentActionType",{}).def(Z4.CLICK)),m.func.def(()=>["selected"])]).def(["selected","expand","click"]),keepSlotData:m.bool.def(!1)},Ax=(e,{slots:t})=>({renderEmpty:n=>r.createVNode(kc,{scene:"part",type:n},{default:()=>{var i;return[((i=t.default)==null?void 0:i.call(t))??e.emptyText]}})}),zc=(e,t)=>{const n=V=>e.schema.get(V),i=(V,P)=>{var Y;return(Y=n(V[fe.UUID]))==null?void 0:Y[P]},s=(V,P,Y)=>{e.schema.set(V[fe.UUID],{...n(V[fe.UUID]),[P]:Y})},o=V=>i(V,fe.PATH),c=V=>i(V,fe.UUID),u=V=>i(V,fe.IS_ROOT),d=V=>i(V,fe.IS_OPEN),f=V=>i(V,fe.HAS_CHILD),g=V=>i(V,fe.IS_MATCH),p=V=>i(V,fe.IS_CHECKED),v=V=>i(V,fe.PARENT_ID),y=V=>i({[fe.UUID]:V},fe.PARENT_ID),b=V=>i(V,fe.IS_LOADING),I=(V,P)=>{s(V,fe.IS_LOADING,P)},k=V=>e.schema.delete(V),L=V=>n(v(V)),x=V=>{var P;return typeof V=="object"?d(V):typeof V=="string"?(P=n(V))==null?void 0:P[fe.IS_OPEN]:!1},w=V=>x(i(V,fe.PARENT_ID)),N=V=>u(V)||w(V),M=V=>V.split("-").reduce((Y,X)=>{const ue=Number(X);return Array.isArray(Y)?Y[ue]:Y[t.children][ue]},t.data),T=V=>{const P=e.schema;return Array.prototype.filter.call(Array.from(P.keys()),Y=>P.get(Y)[fe.PARENT_ID]===V[fe.UUID])},j=V=>M(o({[fe.UUID]:V})),S=V=>u({[fe.UUID]:V})?{[t.children]:t.data}:j(y(V)),O=V=>({[rr[fe.IS_LOADING]]:i(V,fe.IS_LOADING),[rr[fe.HAS_CHILD]]:f(V),[rr[fe.IS_MATCH]]:g(V),[rr[fe.IS_CHECKED]]:p(V),[rr[fe.IS_OPEN]]:d(V),[rr[fe.IS_ROOT]]:u(V),fullPath:i(V,fe.PATH),uuid:c(V),parentId:i(V,fe.PARENT_ID)});return{getSchemaVal:n,getNodeAttr:i,getNodeId:c,getNodeParentId:v,getNodeParentIdById:y,getParentNodeData:S,getParentNode:L,setNodeAttr:s,getNodePath:o,isRootNode:u,isNodeOpened:d,hasChildNode:f,isItemOpen:x,isNodeChecked:p,isNodeMatched:g,isNodeLoading:b,checkNodeIsOpen:N,getSourceNodeByPath:M,getSourceNodeByUID:j,deleteNodeSchema:k,resolveScopedSlotParam:O,setTreeNodeLoading:I,extendNodeAttr:V=>({...V,[fe.TREE_NODE_ATTR]:O(V)}),getChildNodes:T,extendNodeScopedData:V=>({data:V,attributes:O(V)})}},Y4="1px dashed #c3cdd7",U4=(e,t,n=null,i=null,s=null,o=[])=>{const c=e[t];return typeof c=="boolean"?c?i:s:$4(n,e,t,o)},$4=(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}},K4=(e,t)=>$4(e,t,"label"),y0=(e,t)=>e.get(t)||{},Ex=(e,t,n)=>{var i;return(i=y0(e,t))==null?void 0:i[n]},Px=(e,t)=>({"--level-line":U4(t,"levelLine",e,Y4,null,["tree"]),"--lineHeight":`${t.lineHeight}px`,"--indent":`${t.indent}px`,"--offset-left":`${t.offsetLeft}px`}),zx=(e,t,n={})=>{const{schema:i}=n;return{"--depth":Ex(i,e[fe.UUID],fe.DEPTH),...typeof t.levelLine=="function"?{"--level-line":U4(t,"levelLine",e,Y4,null,["node"])}:{}}},Vx=(e,t,n)=>{const{__is_root:i,__is_open:s}=y0(t,e[fe.UUID])||{};return{"is-root":i,"bk-tree-node":!0,"is-open":s,"is-virtual-render":n.virtualRender,"level-line":n.levelLine}},Rx=(e,t)=>{const{__is_checked:n,__is_selected:i}=y0(t,e[fe.UUID])||{};return{"is-checked":n,"is-selected":i,"node-folder":e.is_folder,"node-leaf":e.is_leaf,[Z("node-row")]:!0}},Jx=(e,t,n,i,s)=>{Qx(e,t,n,{[i]:s})},Qx=(e,t,n,i)=>{const o=e.split("-").reduce((c,u)=>{const d=Number(u);return Array.isArray(c)?c[d]:c[n][d]},t);Object.assign(o,i||{})},Ms=e=>e==null?{__IS_NULL:!0}:typeof e=="string"||typeof e=="number"||typeof e=="symbol"?{[fe.UUID]:e}:(Object.prototype.hasOwnProperty.call(e,fe.UUID)||console.error("setNodeAction Error: node id cannot found"),e),X4=(e,t)=>{const{setNodeAttr:n,getNodePath:i,getNodeAttr:s,resolveScopedSlotParam:o,setTreeNodeLoading:c}=zc(t,e),u=(g,p)=>{if(typeof g=="object"&&g!==null){n(p,fe.IS_OPEN,!0);const v=Array.isArray(g)?g:[g];return Jx(i(p),e.data,e.children,e.children,v),Promise.resolve(g)}return Promise.resolve(g)},d=g=>{const{callback:p=null,cache:v=!0}=e.async||{};if(typeof p=="function"&&s(g,fe.IS_ASYNC)){if(n(g,fe.IS_ASYNC_INIT,!0),!s(g,fe.IS_CACHED)){n(g,fe.IS_CACHED,v);const y=o(g),b=p(g,I=>u(I,g),y);if(typeof b=="object"&&b!==null)return c(g,!0),b instanceof Promise?Promise.resolve(b.then(I=>u(I,g)).catch(I=>console.error("load remote data error:",I)).finally(()=>{c(g,!1),n(g,fe.IS_CACHED,!0)})):(u(b,g),c(g,!1),Promise.resolve(!0))}return Promise.resolve(!0)}return Promise.resolve(!0)},f=()=>{const g=t.data.filter(p=>s(p,fe.IS_ASYNC)&&p[rr[fe.IS_OPEN]]&&!s(p,fe.IS_ASYNC_INIT));g.length&&Promise.all(g.map(p=>d(p))).then(()=>{f()}).catch(p=>{console.warn(p)})};return{asyncNodeClick:d,deepAutoOpen:f}},_x=(e,t,n,i,s,o)=>{let c=e.selected;const{setNodeAttr:u,getNodePath:d,getSchemaVal:f,getNodeAttr:g,getNodeId:p,getChildNodes:v,isRootNode:y,hasChildNode:b,isItemOpen:I,isNodeOpened:k,isNodeLoading:L,isNodeChecked:x,getParentNode:w,resolveScopedSlotParam:N,extendNodeAttr:M,extendNodeScopedData:T}=zc(n,e),{registerNextLoop:j}=o,{asyncNodeClick:S,deepAutoOpen:O}=X4(e,n),J=G=>I(G)?r.createVNode(fc,{class:[Z("tree-icon"),Z("node-prefix")]},null):r.createVNode(hc,{class:[Z("tree-icon"),Z("node-prefix")]},null),A=G=>{if(typeof G=="string")return G;if(typeof G=="object"&&G!==null){if(G.__v_isVNode)return G;const{node:ae,className:Ce,text:we,style:xe}=G;return r.h(ae,{class:Ce,style:xe},we)}return null},V=G=>{var ae,Ce;return((Ce=(ae=t.slots).nodeLoading)==null?void 0:Ce.call(ae,ee(G)))??L(G)?r.createVNode(Wa,null,null):""},P=G=>{if(t.slots.nodeAction)return t.slots.nodeAction(ee(G));let ae=null;return L(G)?V(G):typeof e.prefixIcon=="function"&&(ae=e.prefixIcon(ee(G),"node_action"),ae!=="default")?A(ae):(ae==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon)&&(b(G)||G.async||!e.autoCheckChildren)?I(G)?r.createVNode(Xs,{class:Z("node-prefix")},null):r.createVNode(no,{class:Z("node-prefix")},null):null},Y=G=>{if(!e.showNodeTypeIcon)return null;if(t.slots.nodeType)return t.slots.nodeType(ee(G));let ae=null;return typeof e.prefixIcon=="function"&&(ae=e.prefixIcon(ee(G),"node_type"),ae!=="default")?A(ae):ae==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon?y(G)||b(G)?J(G):r.createVNode(bc,{class:[Z("tree-icon"),Z("node-prefix")]},null):null},X=(G,ae)=>{const Ce=w(G);Ce&&(u(Ce,fe.IS_CHECKED,ae),y(Ce)||X(Ce,ae))},ue=(G,ae,Ce)=>{v(G).forEach(we=>{u({[fe.UUID]:we},ae,Ce),ue({[fe.UUID]:we},ae,Ce)})},pe=(G,ae)=>{u(G,fe.IS_CHECKED,!!ae),ue(G,fe.IS_CHECKED,!!ae),X(G,ae),t.emit(Ai.NODE_CHECKED,s.value.filter(Ce=>x(Ce)).map(Ce=>Ce[fe.UUID]))},le=G=>x(G)&&!s.value.filter(ae=>{var Ce;return(Ce=d(ae))==null?void 0:Ce.startsWith(d(G))}).every(ae=>x(ae)),se=G=>x(G)||s.value.filter(ae=>{var Ce;return(Ce=d(ae))==null?void 0:Ce.startsWith(d(G))}).some(ae=>x(ae)),te=G=>e.showCheckbox?r.createVNode($n,{size:"small",modelValue:se(G),indeterminate:le(G),onChange:ae=>pe(G,ae)},null):null,U=(G,ae=null,Ce=null,we=!0)=>{const xe=ae===null?!I(G):!!ae;if(xe||ue(G,fe.IS_OPEN,xe),u(G,fe.IS_OPEN,xe),we){const _e=I(G)?Ai.NODE_EXPAND:Ai.NODE_COLLAPSE;t.emit(_e,G,N(G),f(G[fe.UUID]),Ce)}},F=(G,ae,Ce)=>{if(Array.isArray(G)){G.forEach(we=>u(Ms(we),ae,Ce));return}u(Ms(G),ae,Ce)},_=(G,ae=!0,Ce=!1)=>{const we=Ms(G);if(!we[fe.IS_NULL])if(Ce)if(ae){if(F(we,fe.IS_OPEN,!0),!y(we)){const xe=g(we,fe.PARENT_ID);_(xe,!0,!0)}}else U(we,!1,null,!1);else F(we,fe.IS_OPEN,ae)},W=(G,ae)=>{if(k(G)){U(G,!1,ae);return}S(G).finally(()=>{g(G,fe.IS_LOADING)?j("setNodeOpenedAfterLoading",{type:"once",fn:()=>U(G,!0,ae)}):U(G,!0,ae)})},H=(G,ae)=>{G.stopImmediatePropagation(),G.stopPropagation(),G.preventDefault(),W(ae,G)},ne=(G,ae=!0,Ce=!0)=>{const we=Array.isArray(G)?G:[G];if(!we.length)return;const xe=Ms(we[0]);if(!xe[fe.IS_NULL]){if(!e.selectable||typeof e.selectable=="function"&&!e.selectable(G)||e.disabledFolderSelectable&&(G==null?void 0:G.is_folder)===!0){console.warn("props.selectable is false or undefined, please set selectable with true");return}c!=null&&u({[fe.UUID]:c},fe.IS_SELECTED,!ae),e.selected&&e.selected!==c&&u({[fe.UUID]:e.selected},fe.IS_SELECTED,!ae),u(xe,fe.IS_SELECTED,ae),c=p(xe),Ce&&we.length===1&&_(xe,!0,!0),g(xe,fe.IS_ASYNC)&&S(xe).then(()=>{r.nextTick(()=>{we.shift(),ne(we,ae,Ce)})})}},he=G=>typeof e.nodeContentAction=="function"?Reflect.apply(e.nodeContentAction,globalThis,[{node:G}]):typeof e.nodeContentAction=="string"?[e.nodeContentAction]:Array.isArray(e.nodeContentAction)?e.nodeContentAction:["selected","expand","click"],re=(G,ae)=>{const Ce=he(G);if(Ce.includes("selected")&&ne(G,!0,!1),Ce.includes("expand")&&(k(G)||W(G,ae)),Ce.includes("collapse")&&k(G)&&W(G,ae),Ce.includes("click")){const we=Ai.NODE_CLICK;t.emit(we,G,N(G),f(G[fe.UUID]),ae)}},K=(G,ae)=>{if(y(ae))return!1;const Ce=d(ae),we=`${Ce}`.split("-").slice(0,G+1);if(we.join("-")===Ce)return!0;const _e=we.pop(),Ge=parseInt(_e,10);we.push(`${Ge+1}`);const oe=we.join("-");return s.value.some(ye=>ye[fe.PATH]===oe)},z=G=>{if(!e.levelLine)return null;const ae=we=>({"--depth":we}),Ce=g(G,fe.DEPTH)+1;return new Array(Ce).fill("").map((we,xe)=>xe).filter(we=>K(we,G)).filter(we=>we>0).map(we=>r.createVNode("span",{class:"node-virtual-line",style:ae(Ce-we)},null))},Q=G=>{var ae,Ce,we,xe;return t.slots.node?(Ce=(ae=t.slots).node)==null?void 0:Ce.call(ae,ee(G)):t.slots.default?(xe=(we=t.slots).default)==null?void 0:xe.call(we,T(G)):[K4(G,e)]},ee=G=>e.keepSlotData?T(G):M(G);return{renderTreeNode:G=>{var ae,Ce;return r.createVNode("div",{"data-tree-node":p(G),key:p(G),class:Rx(G,n.schema)},[r.createVNode("div",{class:Vx(G,n.schema,e),style:zx(G,e,n),onClick:we=>re(G,we)},[r.createVNode("div",{class:[Z("node-action")],onClick:we=>H(we,G)},[P(G)]),r.createVNode("div",{class:Z("node-content")},[[te(G),Y(G)],r.createVNode("span",{class:Z("node-text")},[Q(G)]),(Ce=(ae=t.slots).nodeAppend)==null?void 0:Ce.call(ae,ee(G))]),z(G)])])},handleTreeNodeClick:W,deepAutoOpen:O,asyncNodeClick:S,setNodeAction:F,setNodeOpened:U,setSelect:ne,setOpen:_}},Wx=(e,t,n,i)=>{const{getSourceNodeByUID:s,getNodeParentIdById:o,getParentNodeData:c,getNodeAttr:u,getNodePath:d,isRootNode:f}=zc(i,e),g=r.computed(()=>typeof e.disableDrag=="function"),p=r.computed(()=>typeof e.disableDrop=="function"),v=j=>j.target.closest("[data-tree-node]"),y=j=>{var O;const S=(O=j==null?void 0:j.dataset)==null?void 0:O.treeNode;return s(S)},b=j=>{v(j).removeEventListener("mouseup",b)},I=j=>{const S=v(j),O=y(S);if(O.draggable===!1||g.value&&e.disableDrag(O)){S.classList.add("bk-tree-drag-disabled");return}S.setAttribute("draggable","true"),S.addEventListener("mouseup",b)},k=j=>{j.preventDefault();const S=v(j),O=y(S);if(t.emit(Ai.NODE_DRAG_OVER,j,S,O),p.value&&(e!=null&&e.disableDrop(O))){j.dataTransfer.effectAllowed="move",j.dataTransfer.dropEffect="none",S.classList.add("bk-tree-drop-disabled");return}S.classList.add("bk-tree-drop-active");const J=j.dataTransfer.getData("node-id"),A=S.getAttribute("data-tree-node"),V=w(J,A)?"move":"none";j.dataTransfer.effectAllowed=V,j.dataTransfer.dropEffect=V},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(Ai.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 O=y(S);if(p.value&&e.disableDrop(O))return;const J=j.dataTransfer.getData("node-id"),A=S.getAttribute("data-tree-node");Reflect.apply(e.dragSort?N:M,globalThis,[J,A]),t.emit(Ai.NODE_DROP,j,S,O)},w=(j,S)=>{const O=d({[fe.UUID]:j}),J=d({[fe.UUID]:S}),A=o(j),V=o(S);return A===V?!0:O.indexOf(J)===-1&&J.indexOf(O)===-1},N=(j,S)=>{if(!w(j,S))return;const O=JSON.parse(JSON.stringify(s(j))),J=JSON.parse(JSON.stringify(s(S))),A=c(j),V=c(S),P=u({[fe.UUID]:j},fe.INDEX),Y=u({[fe.UUID]:S},fe.INDEX);A==null||A[e.children].splice(P,1,J),V==null||V[e.children].splice(Y,1,O)},M=(j,S)=>{const O=s(j),J=s(S);let A=null;if(f({[fe.UUID]:j}))A=e.data;else{const V=o(j);if(V!=null){A=s(V);const P=u({[fe.UUID]:j},fe.INDEX);A==null||A[e.children].splice(P,1)}}J[e.children]||(J[e.children]=[]),J[e.children].unshift(O)},T=j=>{j.preventDefault();const S=v(j);S.classList.remove("bk-tree-drop-active","bk-tree-drop-disabled"),t.emit(Ai.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)}})},Hx=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,c=(v,y)=>new RegExp(`${v}`,"i").test(`${y}`),u=(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 u(c,[t.value,v,y]);const{value:b="",match:I="fuzzy"}=t.value,L=typeof I=="function"?I:I==="fuzzy"?c:o;return`${b}`.length===0?!0:u(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"}},Bx=e=>{var k;const t=(L,x=void 0,w=[])=>{const{data:N,children:M}=L,T=[],j=[];let S=0;const O=new Map;function J(le,se,te,U){if(le!=null&&O.has(le)&&![fe.UUID,fe.PARENT_ID].includes(se)){const F=O.get(le);Object.prototype.hasOwnProperty.call(F,se)&&typeof U=="function"&&Reflect.apply(U,self,[F,se,te])&&(Object.assign(F,{[se]:te}),J(F[fe.PARENT_ID],se,te,U))}}function A(le){let se=null;return typeof L.nodeKey=="string"&&(se=le[L.nodeKey]||zi.v4()),se||le[fe.UUID]||zi.v4()}const V={[fe.IS_OPEN]:()=>!!L.expandAll,[fe.IS_CHECKED]:()=>!1,[fe.IS_MATCH]:()=>!0,[fe.IS_SELECTED]:le=>L.selected===le,[fe.IS_CACHED]:()=>!1,[fe.IS_ASYNC]:()=>null,[fe.IS_LOADING]:()=>!1};function P(le,se,te,U=void 0){let F=U;U===void 0&&typeof V[te]=="function"&&(F=V[te](le,se));const _=rr[te];if(Object.prototype.hasOwnProperty.call(se,_))return se[_];const W=(w||[]).find(ne=>ne[fe.UUID]===le);let H;return W&&(H=W[te]),H==null&&(H=F),H}function Y(le,se){return L.selectable?P(le,se,fe.IS_SELECTED,L.selected===le):!1}function X(le,se,te){var _;const U=P(le,se,fe.IS_OPEN),F=O.has(te)?(_=O.get(te))==null?void 0:_[fe.IS_OPEN]:!0;return U&&F}function ue(le){return!le[fe.IS_OPEN]}function pe(le,se=0,te=null,U=null){const F=le.length;for(let _=0;_<F;_++){const W=le[_];if(Array.isArray(W))pe(W,se,te,U);else if(typeof W=="object"&&W!==null){const H=U!==null?`${U}-${_}`:`${_}`,ne=`${A(W)}`,he=!!(W[M]||[]).length;let re=P(ne,W,fe.IS_OPEN);L.autoOpenParentNode?re&&J(te,fe.IS_OPEN,!0,ue):re=X(ne,W,te),Object.assign(W,{[fe.UUID]:ne});const K=L.showCheckbox&&P(ne,W,fe.IS_CHECKED);K&&T.push(ne),O.set(ne,{[fe.DEPTH]:se,[fe.INDEX]:_,[fe.UUID]:ne,[fe.PARENT_ID]:te,[fe.HAS_CHILD]:he,[fe.PATH]:H,[fe.IS_ROOT]:te===null,[fe.ORDER]:S,[fe.IS_SELECTED]:Y(ne,W),[fe.IS_MATCH]:P(ne,W,fe.IS_MATCH),[fe.IS_OPEN]:re,[fe.IS_CHECKED]:K,[fe.IS_CACHED]:P(ne,W,fe.IS_CACHED),[fe.IS_ASYNC]:P(ne,W,fe.IS_ASYNC),[fe.IS_LOADING]:P(ne,W,fe.IS_LOADING),[M]:null}),S+=1,j.push({...JSON.parse(JSON.stringify(W,(z,Q)=>z===L.children?null:Q)),[fe.IS_OPEN]:re,[M]:null}),Object.prototype.hasOwnProperty.call(W,M)&&pe(W[M]||[],se+1,ne,H)}}}return pe(x||N),L.showCheckbox&&(T==null||T.forEach(le=>{Array.from(O.values()).filter(se=>{var te;return(te=se[fe.PATH])==null?void 0:te.startsWith(O.get(le)[fe.PATH])}).forEach(se=>Object.assign(se,{[fe.IS_CHECKED]:!0})),J(le,fe.IS_CHECKED,!0,()=>!0)})),[j,O]},n=t(e),i=new Map,s=[],o=[],c=r.reactive({data:n[0],schema:n[1],levelLineSchema:{}}),u=r.computed(()=>Array.from(c.schema.values())),{asyncNodeClick:d,deepAutoOpen:f}=X4(e,c),g=L=>{s.push(L)},p=(L,x,w=!0)=>{w&&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 w=[];x.forEach((N,M)=>{y(N)==="once"&&w.unshift(M)}),w.length&&w.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 w,N;const x=t(e,L,u.value);c.data=x[0],c.schema=x[1],(w=e.async)!=null&&w.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]))}),p("afterSelectWatch",o)},{immediate:!0})});const I=L=>{p("afterDataUpdate",L)};return(k=e.async)!=null&&k.callback&&f(),{flatData:c,schemaValues:u,asyncNodeClick:d,deepAutoOpen:f,afterDataUpdate:I,registerNextLoop:p,onSelected:g}},Fx=r.defineComponent({name:"Tree",props:Ox,emits:jx,setup(e,t){const{flatData:n,schemaValues:i,onSelected:s,registerNextLoop:o}=Bx(e),{setNodeAttr:c,checkNodeIsOpen:u,getNodeAttr:d,getNodePath:f,isRootNode:g,isNodeOpened:p,isNodeChecked:v,isNodeMatched:y,hasChildNode:b}=zc(n,e),{searchFn:I,isSearchActive:k,refSearch:L,openResultNode:x,isTreeUI:w,isSearchDisabled:N}=Hx(e);N||r.watch([L],()=>{n.data.forEach(se=>{const te=I(K4(se,e),se);c(se,fe.IS_MATCH,te),x&&J(se,!0,!0)})});const M=se=>{if(k.value){const te=()=>w?i.value.some(U=>{var F;return((F=U[fe.PATH])==null?void 0:F.startsWith(f(se)))&&U[fe.IS_MATCH]}):!1;return d(se,fe.IS_MATCH)||te()}return!0},T=r.computed(()=>n.data.filter(se=>u(se)&&M(se))),{renderTreeNode:j,handleTreeNodeClick:S,setNodeOpened:O,setOpen:J,setNodeAction:A,setSelect:V,asyncNodeClick:P}=_x(e,t,n,T,i,{registerNextLoop:o}),Y=(se,te=!0)=>{A(Ms(se),fe.IS_CHECKED,te)};s(se=>{V(se,!0,e.autoOpenParentNode)});const X=()=>n;t.expose({handleTreeNodeClick:S,isNodeChecked:v,isRootNode:g,isNodeOpened:p,isNodeMatched:y,hasChildNode:b,setOpen:J,setChecked:Y,setNodeAction:A,setNodeOpened:O,setSelect:V,asyncNodeClick:P,getData:X});const ue=r.ref(),{renderEmpty:pe}=Ax(e,t);Wx(e,t,ue,n);const le=se=>{var U,F;if(se.length)return se.map(j);const te=k.value?"search-empty":"empty";return((F=(U=t.slots).empty)==null?void 0:F.call(U))??pe(te)};return()=>r.createVNode(Ga,{class:Z("tree"),style:Px(null,e),list:T.value,lineHeight:e.lineHeight,enabled:e.virtualRender,contentClassName:Z("container"),throttleDelay:0,ref:ue},{default:se=>le(se.data||[])})}}),q4=Fe(Fx),g6=e=>e.__v_isVNode,Gx=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(g6(e[n])){i=e[n];break}n=n+1}let s=t-1,o=null;for(;s>=0&&s>n;){if(g6(e[s])){o=e[s];break}s=s-1}if(i&&o){i.props||(i.props={});let c="bk-compose-form-item-head";i.props.class&&(c+=` ${i.props.class}`),this.headBackgroundColor&&(i.props.style=Object.assign(i.props.style||{},{"background-color":this.headBackgroundColor})),i.props.class=c,o.props||(o.props={});let u="bk-compose-form-item-tail";o.props.class&&(u+=` ${o.props.class}`),this.tailBackgroundColor&&(o.props.style=Object.assign(o.props.style||{},{"background-color":this.tailBackgroundColor})),o.props.class=u}}return r.h("div",{class:"bk-compose-form-item"},e)}}),Zx={formType:m.oneOf(["default","vertical"]).def("default"),labelWidth:m.oneOfType([Number,String]).def(150),labelPosition:m.oneOf(["left","center","right"]),model:m.object,rules:m.object},Yx={submit:null,validate:(e,t,n)=>rt.isString(e)&&rt.isBoolean(t)&&rt.isString(n)},Ux=r.defineComponent({name:"Form",props:Zx,emits:Yx,setup(e,t){let n=[];const i=f=>{n.push(f)},s=f=>{n=n.reduce((g,p)=>(p!==f&&g.push(p),g),[])};return r.provide(Z6,{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((p,v)=>v.property?{...p,[v.property]:!0}:p,{}),Promise.all(n.reduce((p,v)=>(g[v.property]&&p.push(v.validate()),p),[])).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((p,v)=>({...p,[v.property]:!0}),{}),n.forEach(p=>g[p.property]&&p.clearValidate())}}},render(){var t,n;const e=Ae({"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)])}}),$x=e=>typeof e.message=="function"?e.message():e.message,Zn={required:e=>typeof e=="number"||typeof e=="boolean"||pa.isDate(e)?!0:!pa.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)},Kx={label:m.string,labelWidth:m.oneOfType([Number,String]),labelPosition:m.oneOf(["left","center","right"]),property:m.string.def(""),required:m.bool.def(!1),email:m.bool.def(!1),max:m.number,min:m.number,maxlength:m.number,rules:m.array,autoCheck:m.bool.def(!1),description:m.string,errorDisplayType:m.oneOf(["tooltips","normal"]).def("normal")},Xx=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),qx=(e,t)=>{const n=[],i=e.label||"";return e.required&&n.push({required:!0,validator:Zn.required,message:`${i} ${t.value.notBeEmpty}`,trigger:"change"}),e.email&&n.push({email:!0,validator:Zn.email,message:`${i} ${t.value.incorrectFormat}`,trigger:"change"}),Number(e.max)>-1&&n.push({validator:s=>Zn.max(s,e.max),message:`${i} ${t.value.max} ${e.max}`,trigger:"change"}),Number(e.min)>-1&&n.push({validator:s=>Zn.min(s,e.min),message:`${i} ${t.value.min} ${e.min}`,trigger:"change"}),Number(e.maxlength)>-1&&n.push({validator:s=>Zn.maxlength(s,e.maxlength),message:`${i} ${t.value.maxLen} ${e.maxlength}`,trigger:"change"}),n},eS=(e,t,n)=>{let i=!1,s=!1;const o=e.reduce((u,d)=>{let f;if(d.required)f=rt.isFunction(d.validator)?d.validator:Zn.required,i=!0;else if(d.email)f=rt.isFunction(d.validator)?d.validator:Zn.email,s=!0;else if(Number(d.max)>-1)f=g=>Zn.max(g,d.max);else if(Number(d.min)>-1)f=g=>Zn.min(g,d.max);else if(Number(d.maxlength)>-1)f=g=>Zn.min(g,d.max);else if(Object.prototype.toString.call(d.pattern)==="[object RegExp]")f=g=>Zn.pattern(g,d.pattern);else if(rt.isFunction(d.validator))f=d.validator;else return u;return u.push({validator:f,message:d.message||n.value.verifyError,trigger:d.trigger||"blur"}),u},[]);return[...t.reduce((u,d)=>(d.required&&i||d.email&&s||u.push(d),u),[]),...o]},tS=(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),[]),m6=e=>e!==void 0,nS=r.defineComponent({name:"FormItem",directives:{bkTooltips:Fa},props:Kx,setup(e,t){const n=ft("form"),i=ZC(),s=!!i,c=!!Xn(),u=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)),p=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&&c)return I;const L=m6(e.labelWidth)?e.labelWidth:s&&i.props.labelWidth;return m6(L)&&(I.width=`${L}px`,I.paddingRight=L?"":"0px"),I}),v=r.computed(()=>({"margin-left":p.value.width})),y=(I,k=!0)=>{if(!e.property||s&&!i.props.model)return Promise.resolve(!0);let L=[];s&&i.props.rules&&Xx(i.props.rules,e.property)&&(L=i.props.rules[e.property]),e.rules&&(L=e.rules),L=tS(I,eS(L,qx(e,n),n)),L.length>0&&k&&(d.isError=!1,d.errorMessage="");const x=rt.get(i.props.model,e.property),w=(()=>{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=$x(M);return typeof T!="boolean"&&typeof T.then=="function"?T.then(S=>{if(S===!1)return Promise.reject(j)}).then(()=>w(),()=>(k&&(d.isError=!0,d.errorMessage=j),i.emit("validate",e.property,!1,j),Promise.reject(d.errorMessage))):T?w():(k&&(d.isError=!0,d.errorMessage=typeof T=="string"?T:j),i.emit("validate",e.property,!1,j),Promise.reject(d.errorMessage))})}})();return w()},b=()=>{d.isError=!1,d.errorMessage=""};return r.provide(Y6,{...e,validate:y,clearValidate:b}),r.onMounted(()=>{s&&i.register(u.proxy)}),r.onBeforeUnmount(()=>{s&&i.unregister(u.proxy)}),{...r.toRefs(d),isShowLabel:g,labelStyles:p,contentStyles:v,isFormTypeVertical:f,validate:y,clearValidate:b}},render(){var i,s,o,c;const e=Ae({"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(qs,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},[(c=(o=this.$slots).default)==null?void 0:c.call(o),n()])])}}),em=fn(Ux,{FormItem:nS,ComposeFormItem:Gx}),b0=Symbol("containerProps"),iS={span:m.number.def(1),offset:m.number.def(0),pull:m.number.def(0),push:m.number.def(0)},rS=r.defineComponent({name:"Col",props:iS,emits:[],setup(e,t){const{col:n,gutter:i,flex:s}=r.inject(b0),{span:o,offset:c,pull:u,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))}%`},p=r.computed(()=>({width:g(f.value/n),"padding-right":`${i/2}px`,"padding-left":`${i/2}px`,"margin-left":c?g(c/n):null,right:u?g(u/n):null,left:d?g(d/n):null}));return()=>{var v,y;return r.createVNode("div",{class:"bk-grid-col",style:p.value},[(y=(v=t.slots).default)==null?void 0:y.call(v)])}}}),aS={col:m.number.def(24),gutter:m.number.def(20),margin:m.number.def(20),flex:m.bool.def(!1),extCls:m.string},sS=r.defineComponent({name:"Container",props:aS,emits:[],setup(e,t){const{col:n,gutter:i,flex:s,extCls:o}=e;r.provide(b0,{col:n,gutter:i,flex:s});const c=r.computed(()=>o?`bk-grid-container ${o}`:"bk-grid-container"),u=r.computed(()=>{const{margin:d}=e;return{"padding-right":`${d}px`,"padding-left":`${d}px`}});return()=>{var d,f;return r.createVNode("div",{class:c.value,style:u.value},[(f=(d=t.slots).default)==null?void 0:f.call(d)])}}}),oS=r.defineComponent({name:"Row",emits:[],setup(e,t){const{col:n,gutter:i,flex:s}=r.inject(b0);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 c,u;return r.createVNode("div",{class:"bk-grid-row",style:o.value},[(u=(c=t.slots).default)==null?void 0:u.call(c)])}}}),Jl=fn(sS,{Row:oS,Col:rS}),lS=r.defineComponent({name:"Dropdown",props:{isShow:m.bool.def(!1),placement:If(),trigger:wg(),disabled:m.bool.def(!1),popoverOptions:m.object.def({}),extCls:m.string},emits:["showChange","show","hide"],setup(e,{emit:t}){const n=c=>{t("showChange",c)},i=()=>{t("show"),n(!0)},s=()=>{t("hide"),n(!1)},o=r.ref(null);return{afterShow:i,afterHidden:s,popoverRef:o}},render(){const e=Ae({"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($t,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(" ")])}})])}}),cS=r.defineComponent({name:"DropdownItem",props:{extCls:m.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)])}}),uS=r.defineComponent({name:"DropdownMenu",props:{extCls:m.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)])}}),tm=fn(lS,{DropdownMenu:uS,DropdownItem:cS}),qd=r.defineComponent({name:"CascaderPanel",props:{width:m.oneOfType([m.number,m.string]).def("auto"),height:m.oneOfType([m.number,m.string]).def(216),store:m.object.def({}),separator:m.string.def(""),suggestions:m.arrayOf(yg()),isFiltering:m.bool.def(!1),searchKey:m.oneOfType([m.string,m.number]).def(""),modelValue:m.arrayOf(m.oneOfType([Cf(),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([]),c=r.ref([]),u=M=>typeof M=="number"?`${M}px`:M,d=u(e.height),f=u(e.width),g=M=>{M.length===0&&(s.list=s.list.slice(0,1),o.value=[]),p(M),c.value=M},p=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();c.value=T.map(j=>j.path)}else c.value=M.path;t("update:modelValue",c.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:J=>{(!M.isLeaf||S)&&J.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(),w(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=>Ca(S,M.path)):Ca(T,M.path)},w=(M,T)=>{M.setNodeCheck(T||!1),v(M)},N=M=>M.loading?r.createVNode(Wa,{class:"icon-spinner"},null):r.createVNode(Jn,{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:c,checkNode:w,iconRender:N,panelWidth:f,panelHeight:d,searchPanelEvents:I,expandByNodeList:p,noDataText:k}},render(){const e=parseInt(this.panelWidth,10)>200?this.panelWidth:"200px",t=()=>this.suggestions.length?r.createVNode("ul",{class:[Z("cascader-panel"),"bk-scroll-y"],style:{height:this.panelHeight,width:this.panelWidth}},[this.suggestions.map(n=>r.createVNode("li",r.mergeProps({class:[Z("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:Z("cascader-search-empty"),style:{width:e}},[r.createVNode("span",null,[r.createTextVNode("暂无搜索结果")])]);return r.createVNode("div",{class:Z("cascader-panel-wrapper")},[this.isFiltering?t():this.menus.list.map(n=>r.createVNode("ul",{class:[Z("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:[Z("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($n,{disabled:i.isDisabled,modelValue:i.checked,"onUpdate:modelValue":c=>i.checked=c,indeterminate:i.isIndeterminate,style:"margin-right: 5px",onChange:c=>this.checkNode(i,c)},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:Z("cascader-panel-empty-wrapper")},[this.noDataText])]))])}});function nm(e){return e.data.disabled?!0:e.level!==1?nm(e.parent):e.data.disabled}let p6=class im{constructor(t,n,i){Te(this,"data");Te(this,"config");Te(this,"parent");Te(this,"level");Te(this,"id");Te(this,"name");Te(this,"loading");Te(this,"loaded");Te(this,"checked");Te(this,"isIndeterminate");Te(this,"children");Te(this,"leaf");Te(this,"pathNodes");Te(this,"path");Te(this,"pathNames");Te(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 im(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 nm(this)}broadcast(t,n){const i=`onParent${As(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${As(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 c=o.isIndeterminate?.5:0,u=o.checked?1:c;return s+u},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 rm=(e,t)=>e.reduce((n,i)=>(i.isLeaf?n.push(i):(!t&&n.push(i),n=n.concat(rm(i.children,t))),n),[]);class v6{constructor(t){Te(this,"data");Te(this,"config");Te(this,"nodes");const{list:n}=t;this.data=n,this.config=t,this.nodes=this.data.map(i=>new p6(i,this.config))}getNodes(){return this.nodes}clearChecked(){this.getFlattedNodes().forEach(t=>{t.setNodeCheck(!1),t.isIndeterminate=!1})}removeTag(t){this.getFlattedNodes().find(n=>Ca(t,n.path)?(n.setNodeCheck(!1),!0):!1)}getFlattedNodes(t=!1){return rm(this.nodes,t)}setNodesCheck(t){this.getFlattedNodes().forEach(n=>{n.setNodeCheck(!1);const i=t.find(s=>Ca(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=>Ca(i.path,t))[0]??null}getNodeById(t){return this.getFlattedNodes().find(n=>n.id===t)}appendNode(t,n){const i=new p6(t,this.config,n);(n?n.children:this.nodes).push(i)}appendNodes(t,n){t.forEach(i=>this.appendNode(i,n))}}const dS=r.defineComponent({name:"Cascader",directives:{bkTooltips:Fa},components:{CascaderPanel:qd,BkPopover:$t,Tag:Ja},props:{modelValue:m.arrayOf(m.oneOfType([Cf(),String,Number])),list:m.array.def([]),placeholder:m.string.def(""),behavior:m.string.def("normal"),filterable:m.bool.def(!1),multiple:m.bool.def(!1),disabled:m.bool.def(!1),clearable:m.bool.def(!0),trigger:m.string.def("click"),checkAnyLevel:m.bool.def(!1),isRemote:m.bool.def(!1),remoteMethod:m.func,showCompleteName:m.bool.def(!0),idKey:m.string.def("id"),nameKey:m.string.def("name"),childrenKey:m.string.def("children"),separator:m.string.def("/"),limitOneLine:m.bool.def(!1),extCls:m.string.def(""),filterMethod:m.func.def(null),scrollHeight:m.oneOfType([m.number,m.string]).def(216),scrollWidth:m.oneOfType([m.number,m.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:c,setHover:u,cancelHover:d}=T1(),f=r.ref(new v6(e)),g=r.ref(""),p=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),w=r.computed({get:()=>v.value,set:F=>{t("update:modelValue",F)}}),N=r.ref(null),M=r.ref(null),T=r.ref(null),j=r.computed(()=>e.placeholder?e.placeholder:i.value.pleaseSelect),S=F=>e.showCompleteName?F.pathNames.join(s):F.pathNames[F.pathNames.length-1],O=()=>{b.value=g.value},J=F=>{var W;if(o){f.value.setNodesCheck(F),p.value=f.value.getCheckedNodes().filter(H=>f.value.config.checkAnyLevel||H.isLeaf).map(H=>({text:S(H),key:H.id})),g.value=p.value.map(H=>H.text).join(", ");return}e.checkAnyLevel||(W=N==null?void 0:N.value)==null||W.hide();const _=f.value.getNodeByValue(F);g.value=_?S(_):"",O()},A=F=>{F.stopPropagation(),f.value.clearChecked(),b.value="",J([]),t("update:modelValue",[]),t("clear",JSON.parse(JSON.stringify(e.modelValue)))},V=(F,_,W)=>{W.stopPropagation();const H=JSON.parse(JSON.stringify(F)),ne=H.splice(_,1)[0];L.value=!0,f.value.removeTag(ne),J(H),t("update:modelValue",f.value.getCheckedNodes().map(he=>he.path)),setTimeout(()=>{L.value=x.value})},P=(F,_)=>{var W;J(F),t("update:modelValue",F),_!==void 0&&t("change",F),(W=T==null?void 0:T.value)==null||W.focus()},Y=()=>{f.value=new v6(e),J(e.modelValue)},X=F=>{t("toggle",F.isShow),L.value=F.isShow,x.value=F.isShow,r.nextTick(()=>{var _;F&&((_=T.value)==null||_.focus())}),F.isShow&&pe(),F.isShow||(k.value=!1)},ue=Zs(200,F=>{const _=F.target;if(b.value=_.value,b.value===""){k.value=!1;return}k.value=!0,k.value=!0;const W=e.filterMethod?e.filterMethod:ne=>(e.checkAnyLevel||ne.isLeaf)&&ne.pathNames.join(e.separator).includes(b.value),H=f.value.getFlattedNodes().filter(ne=>W(ne,b.value));I.value=H,!(N!=null&&N.value.isShow)&&(N==null||N.value.show())}),pe=()=>{t("focus")};r.watch(()=>e.modelValue,P,{immediate:!0}),r.watch(()=>e.list,Y,{deep:!0,immediate:!0});const le=r.computed(()=>p.value.map(F=>F.text)),se=r.computed(()=>e.collapseTags?e.collapseTags&&x.value:e.collapseTags),te=r.computed(()=>e.collapseTags?e.collapseTags&&L.value:e.collapseTags),{overflowTagIndex:U}=n.trigger?{overflowTagIndex:null}:o4(M,te,le);return{calcuPlaceholder:j,bkCascaderRef:M,inputRef:T,overflowTagIndex:U,isCollapse:se,isFocus:x,store:f,updateValue:J,selectedText:g,checkedValue:w,handleClear:A,isHover:c,setHover:u,popover:N,cancelHover:d,selectedTags:p,removeTag:V,cascaderPanel:y,popoverChangeEmitter:X,searchKey:b,suggestions:I,isFiltering:k,searchInputHandler:ue,focusEmitter:pe,tagList:le,isEdit:L}},render(){const e=()=>this.clearable&&this.isHover&&!this.disabled?r.createVNode(hn,{class:Z("icon-clear-icon"),onClick:this.handleClear},null):r.createVNode(Fr,{class:Z("icon-angle-up")},null);this.overflowTagIndex=this.overflowTagIndex===0?1:this.overflowTagIndex;const t=this.tagList.reduce((o,c,u)=>(this.overflowTagIndex!==null&&u>=this.overflowTagIndex&&o.push(c),o),[]),n=()=>this.limitOneLine?r.createVNode("span",{class:"cascader-selected-text"},[this.selectedText]):r.createVNode("div",{class:"cascader-tag-list"},[this.tagList.map((o,c)=>{const u=!this.isCollapse&&this.overflowTagIndex!==null&&c>=this.overflowTagIndex;return r.createVNode("span",{class:"tag-item",style:{display:u?"none":""},key:o},[r.createVNode("span",{class:"tag-item-name"},[o]),r.createVNode(dn,{class:Z("icon-clear-icon"),onClick:d=>{d.stopPropagation(),this.removeTag(this.modelValue,c,d)}},null)])}),this.overflowTagIndex!==null&&!this.isCollapse&&r.withDirectives(r.createVNode(Ja,{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($t,{placement:"bottom-start",theme:`light ${Z("cascader-popover")}`,trigger:"click",arrow:!1,disabled:this.disabled,class:Z("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:[Z("cascader-name"),"bk-scroll-y"]},[this.multiple&&this.selectedTags.length>0&&n(),this.filterable?(this.isCollapse||this.selectedTags.length===0)&&r.createVNode("input",{class:[Z("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:Z("cascader-popover")},[r.createVNode(qd,{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:Z("cascader-node-name")},[o.node.name])})])});return r.createVNode("div",{class:[Z("cascader-wrapper"),this.floatMode?"float-mode":""]},[this.$slots.trigger?s():r.createVNode("div",{class:[Z("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()])])}}),am=fn(dS,{CascaderPanel:qd}),y6=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),c=r.ref(0),u=r.ref(null),d=r.ref(e.modelValue),f=r.ref(0),g=r.ref(0),p=r.ref(!1),v=r.ref(null),y=r.computed(()=>{var O,J;let j="";if((O=e.params.customContent)!=null&&O[e.modelValue]){const A=e.params.customContent[e.modelValue];j=A.tip||A.label||""}const S=e.params.vertical?Oa.RIGHT:Oa.TOP;return(J=e.params)!=null&&J.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),Is(window,"mousemove",w),Is(window,"touchmove",w),Is(window,"mouseup",N),Is(window,"touchend",N))},x=j=>{n.value=!0,i.value=!0,e.params.vertical?s.value=j.clientY:o.value=j.clientX,c.value=parseFloat(b.value),u.value=c.value},w=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),u.value=c.value+S,M(u.value)}},N=()=>{p.value=!1,n.value&&(setTimeout(()=>{n.value=!1,i.value||(M(u.value),t("emitChange"))},0),ll(window,"mousemove",w),ll(window,"touchmove",w),ll(window,"mouseup",N),ll(window,"touchend",N))},M=j=>{if(j===null||isNaN(j))return;j<0?u.value=0:j>100&&(u.value=100);const S=100/((e.params.maxValue-e.params.minValue)/e.params.step);let J=Math.round(j/S)*S*(e.params.maxValue-e.params.minValue)*.01+e.params.minValue;J=parseFloat(J.toFixed(e.params.precision)),t("update:modelValue",J),!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($t,{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()}}),Is=(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!1)},ll=(e,t,n)=>{e&&t&&n&&e.removeEventListener(t,n,!1)},fS=r.defineComponent({name:"Slider",props:{modelValue:m.oneOfType([m.arrayOf(m.number),m.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),c=r.ref(null),u=r.ref(0),d=r.ref(0),f=r.ref(null),g=r.ref(null),p=r.ref(null),v=r.ref(null),y=r.computed(()=>{const te=[e.minValue,e.maxValue,e.step].map(U=>{const F=`${U}`.split(".")[1];return F?F.length:0});return Math.max.apply(null,te)}),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}),w=r.computed(()=>{if(!e.showInterval||e.minValue>e.maxValue)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const te=(e.maxValue-e.minValue)/e.step,U=100*e.step/(e.maxValue-e.minValue),F=[];for(let _=1;_<te;_++)F.push(_*U);return e.range?F.filter(_=>_<100*(b.value-e.minValue)/(e.maxValue-e.minValue)||_>100*(I.value-e.minValue)/(e.maxValue-e.minValue)):F.filter(_=>_>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 te=100*e.step/(e.maxValue-e.minValue),U=[];for(let F=e.minValue,_=0;F<=e.maxValue;F+=e.step,_++){const W={stepWidth:_*te,stepLabel:e.formatterLabel(F)};U.push(W)}return U}),T=r.computed(()=>Array.isArray(e.modelValue)),j=r.computed(()=>e.customContent?Object.keys(e.customContent).sort((te,U)=>Number(te)-Number(U)).filter(te=>Number(te)>=e.minValue&&Number(te)<=e.maxValue).map(te=>{const{tip:U}=e.customContent[te],{label:F}=e.customContent[te];return{tip:U||F||"",label:F||"",percent:(Number(te)-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,()=>{V()}),r.watch(()=>s.value,te=>{e.range?n("update:modelValue",[b.value,I.value]):n("update:modelValue",te),u.value=te}),r.watch(()=>o.value,te=>{n("update:modelValue",[b.value,I.value]),d.value=te}),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),c.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)),c.value=s.value),O(),Is(window,"resize",O())});const O=()=>{f.value&&(i.value=f.value[`client${e.vertical?"Height":"Width"}`])},J=te=>{var U,F;if(te.stopPropagation(),!e.disable){if(O(),e.vertical){const _=(U=f.value)==null?void 0:U.getBoundingClientRect().bottom;X((_-te.clientY)/i.value*100)}else{const _=(F=f.value)==null?void 0:F.getBoundingClientRect().left;X((te.clientX-_)/i.value*100)}P()}},A=()=>e.range?![b.value,I.value].every((te,U)=>te===c.value[U]):e.modelValue!==c.value,V=()=>{if(e.minValue>e.maxValue){console.error("min should not be greater than max.");return}const te=e.modelValue;e.range&&Array.isArray(te)?te[1]<e.minValue?n("update:modelValue",[e.minValue,e.minValue]):te[0]>e.maxValue?n("update:modelValue",[e.maxValue,e.maxValue]):te[0]<e.minValue?n("update:modelValue",[e.minValue,te[1]]):te[1]>e.maxValue?n("update:modelValue",[te[0],e.maxValue]):(s.value=Number(te[0]),o.value=Number(te[1]),A()&&(c.value=te.slice())):!e.range&&typeof te=="number"&&!isNaN(te)&&(te<e.minValue?n("update:modelValue",e.minValue):te>e.maxValue?n("update:modelValue",e.maxValue):(s.value=te,A()&&(c.value=te)))},P=async()=>{await r.nextTick(),n("change",e.range?[b.value,I.value]:e.modelValue)},Y=te=>e.vertical?{bottom:`${te}%`}:{left:`${te}%`},X=te=>{if(!e.range){g.value.setPosition(te);return}const U=e.minValue+te*(e.maxValue-e.minValue)/100;Math.abs(b.value-U)<Math.abs(I.value-U)?v.value=s.value<o.value?g.value:p.value:v.value=s.value>o.value?g.value:p.value,v.value.setPosition(te)},ue=te=>{if(te==="")return;const U=parseFloat(te);U<e.minValue?(u.value=e.minValue,s.value=e.minValue):U>e.maxValue?(u.value=e.maxValue,s.value=e.maxValue):s.value=U},pe=te=>{if(te==="")return;const U=parseFloat(te.toString());U<e.minValue?(d.value=e.minValue,o.value=e.minValue):U>e.maxValue?(d.value=e.maxValue,o.value=e.maxValue):o.value=U},le=te=>{let U=0;return te==="start"?U=e.vertical?e.maxValue:e.minValue:U=e.vertical?e.minValue:e.maxValue,e.showButtonLabel&&[s.value,o.value].includes(U)?"0":"1"};return{renderDom:()=>{var te,U;return r.createVNode("div",{class:["bk-slider",e.extCls]},[(te=t.start)==null?void 0:te.call(t),r.createVNode("div",{class:"bk-slider-runway",ref:f,style:N.value,onClick:J},[r.createVNode("div",{class:["bk-slider-bar",e.vertical?"vertical":"horizontal",{disable:e.disable}],style:x.value},null),e.showInterval?w.value.map((F,_)=>r.createVNode("div",{key:_,class:["bk-slider-interval",{vertical:e.vertical}],style:Y(F)},null)):void 0,e.customContent?j.value.map((F,_)=>r.createVNode("div",{key:_,class:["bk-slider-interval",{vertical:e.vertical}],style:Y(F.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:le("start")}]},[e.formatterLabel(e.minValue)]),r.createVNode("div",{class:"label-end",style:[{opacity:le("end")}]},[e.formatterLabel(e.maxValue)])];if(e.showIntervalLabel)return M.value.map((F,_)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:_,style:Y(F.stepWidth)},[F.stepLabel]));if(e.customContent)return j.value.map((F,_)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:_,style:Y(F.percent)},[F.label]))}()]):void 0,r.createVNode(y6,{modelValue:s.value,"onUpdate:modelValue":F=>s.value=F,ref:g,params:S.value,onEmitChange:P,onResetSize:O},null),e.range?r.createVNode(y6,{modelValue:o.value,"onUpdate:modelValue":F=>o.value=F,ref:p,params:S.value,onEmitChange:P,onResetSize:O},null):void 0]),e.showInput&&!e.vertical?r.createVNode("div",{class:"bk-slider-input"},[r.createVNode("div",{class:"input-item"},[r.createVNode(Qr,{type:"number",modelValue:u.value,max:e.maxValue,min:e.minValue,onChange:ue},null)]),T.value&&o.value?[r.createVNode("div",{class:"input-center"},[r.createTextVNode("~")]),r.createVNode("div",{class:"input-item"},[r.createVNode(Qr,{type:"number",modelValue:d.value,max:e.maxValue,min:e.minValue,onChange:pe},null)])]:void 0]):void 0,(U=t.end)==null?void 0:U.call(t)])}}},render(){return this.renderDom()}}),sm=Fe(fS),hS=r.defineComponent({name:"ResizeLayout",props:{placement:m.placement().def("left"),min:m.number.def(3),max:m.number.def(1/0),triggerWidth:m.number.def(5),triggerOffset:m.number.def(3),initialDivide:m.oneOfType([String,Number]).def("20%"),immediate:m.bool,disabled:m.bool,collapsible:m.bool,autoMinimize:m.oneOfType([Boolean,Number]).def(!1),border:m.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:c,min:u,immediate:d,autoMinimize:f}=r.toRefs(e),g=r.ref(!1),p=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),w=r.computed(()=>["left","right"].includes(n.value)),N=r.computed(()=>w.value?"width":"height"),M=r.computed(()=>{let le=i.value;return typeof le=="number"&&(le=`${le}px`),{[N.value]:le}}),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 le=I.value.getBoundingClientRect();y.value=w.value?le.width:le.height},O=new ResizeObserver(S),J=()=>{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}},A=()=>{L.value.style.display="block",L.value.style.cursor=w.value?"col-resize":"row-resize"},V=le=>Math.min(c.value,Math.max(u.value,le),y.value-o.value),P=le=>{t("before-resize",le);const se=x.value.getBoundingClientRect();b.value=Object.freeze({mouse:{clientX:le.clientX,clientY:le.clientY},aside:{width:se.width,height:se.height}}),A(),d.value||J(),document.onselectstart=()=>!1,document.ondragstart=()=>!1;const te=_=>{t("resizing",_)},U=_=>{let W;switch(n.value){case"top":W=_.clientY-b.value.mouse.clientY;break;case"right":W=b.value.mouse.clientX-_.clientX;break;case"bottom":W=b.value.mouse.clientY-_.clientY;break;case"left":W=_.clientX-b.value.mouse.clientX}const H=b.value.aside[N.value]+W,ne=V(H)+s.value,he=`${ne}px`;d.value?x.value.style[N.value]=he:k.value.style[n.value]=he,te(ne)},F=()=>{if(k.value.style.visibility="hidden",L.value.style.display="none",document.removeEventListener("mousemove",U),document.removeEventListener("mouseup",F),document.onselectstart=null,document.ondragstart=null,r.nextTick(()=>{Y(),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",U),document.addEventListener("mouseup",F)},Y=()=>{if(!f.value)return!1;const le=x.value.getBoundingClientRect();if(v.value=g.value=le[N.value]<=j.value,!v.value)return p.value=!0,!1;ue(),r.nextTick(()=>{x.value.setAttribute(`data-${N.value}`,M.value[N.value])})},X=le=>{g.value=typeof le=="boolean"?le:!g.value,ue(),t("collapse-change",g.value)},ue=()=>{const le=x.value.getBoundingClientRect();pe(!g.value),g.value?(x.value.setAttribute(`data-${N.value}`,`${le[N.value]}px`),x.value.style[N.value]=e.collapsible?"0px":"5px"):(p.value=!0,x.value.style[N.value]=x.value.getAttribute(`data-${N.value}`))},pe=le=>{const se=()=>{p.value=le,x.value.style.transition="",x.value.removeEventListener("transitionend",se)};x.value.addEventListener("transitionend",se),x.value.style.transition=`${N.value} cubic-bezier(0.4, 0, 0.2, 1) .3s`};return r.onMounted(()=>{O.observe(I.value)}),r.onBeforeUnmount(()=>{O.unobserve(I.value)}),{collapsed:g,asideContentVisible:p,minimized:v,limitMax:y,state:b,vertical:w,cssPropKey:N,bkResizeLayoutRef:I,resizeProxyRef:k,resizeMaskRef:L,asideRef:x,triggerStyle:T,asideStyle:M,handleMousedown:P,setCollapse:X}},render(){var t,n,i,s,o,c;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(Jn,{class:"bk-resize-collapse",onClick:this.setCollapse},null):r.createVNode(pi,{class:"bk-resize-collapse",onClick:this.setCollapse},null)))]),r.createVNode("main",{class:"bk-resize-layout-main"},[(c=(o=this.$slots).main)==null?void 0:c.call(o)]),r.createVNode("div",{class:"bk-resize-mask",ref:"resizeMaskRef"},null)])}}),om=Fe(hS),gS={list:m.array.def([]),titleAble:m.bool.def(!1),extCls:m.string},mS=r.defineComponent({name:"Timeline",props:gS,emits:["select"],setup(e,{emit:t}){const n=r.ref([]),i=c=>{const u=[];c.forEach(d=>{u.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,...u)},s=()=>{var c;n.value.splice(0,n.value.length,{tag:"步骤1",content:"内容1"},{tag:"步骤2",content:"内容2"},{tag:"步骤3",content:"内容3"}),(c=e.list)!=null&&c.length&&i(e.list)},o=c=>{try{t("select",c)}catch(u){console.warn(u)}};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"],c=i.type?`${s}-${i.type}`:`${s}-default`,u=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 Ae({},`${s} ${c} ${u} ${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):""])])})])}}),lm=Fe(mS),pS={list:m.array.def([]),controllable:m.bool.def(!1),showSteps:m.bool.def(!1),curProcess:m.number.def(0),displayKey:m.string.def("content"),extCls:m.string},vS=r.defineComponent({name:"Process",props:pS,emits:["update:curProcess","click"],setup(e,{emit:t}){const n=ft("process"),i=ft("lang"),s=r.ref([]),o=r.ref(0),c=()=>{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,()=>{c()});const u=async d=>{try{e.controllable&&d!==e.curProcess&&(t("update:curProcess",d),t("click",d))}catch(f){console.warn(f)}};return r.onMounted(c),{defaultProcessList:s,paddingBottom:o,jumpTo:u}},render(){const e="bk-process",t=Ae({[`${this.extCls}`]:!!this.extCls},`${e}`),n=u=>u.status==="loading",i=u=>u.status==="error",s=u=>this.curProcess>=u+1||this.defaultProcessList[u].status==="done",o=u=>u.icon?u.icon:"",c=(u,d)=>{if(u===this.curProcess-1&&n(d))return r.createVNode($s,{class:"bk-icon bk-process-icon icon-loading"},null);if(u===this.curProcess-1&&i(d))return r.createVNode(dn,{class:"bk-process-icon icon-error"},null);if(u===this.curProcess-1&&o(d))return r.createVNode("span",{class:"bk-process-icon-custom"},[r.createVNode(d.icon,null,null)]);if(s(u))return r.createVNode(fr,{class:"bk-process-icon-done"},null)};return r.createVNode("div",{class:t},[r.createVNode("ul",{style:{paddingBottom:`${this.paddingBottom}px`}},[this.defaultProcessList.map((u,d)=>r.createVNode("li",{onClick:()=>{this.jumpTo(d+1)},style:{cursor:this.controllable?"pointer":""},class:{success:this.curProcess>=d+1,current:n(u)&&d===this.curProcess-1,error:i(u)&&d===this.curProcess-1}},[r.createVNode("div",null,[r.createVNode("span",{class:"display"},[u[this.displayKey]]),c(d,u)])]))])])}}),cm=Fe(vS),Sr="bk-upload";var Pi=(e=>(e.BUTTON="button",e.DRAGGABLE="draggable",e.PICTURE="picture",e))(Pi||{}),ma=(e=>(e.NEW="new",e.UPLOADING="uploading",e.SUCCESS="success",e.FAIL="fail",e))(ma||{});const b6=[Pi.BUTTON,Pi.DRAGGABLE,Pi.PICTURE],Ei={theme:{type:String,default:"draggable",validator:e=>!e||b6.includes(e)?!0:(console.error(`invalid theme, ${e}, the theme must be one of 【${b6.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 C6(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const yS=r.defineComponent({name:"UploadList",props:{theme:Ei.theme,disabled:Ei.disabled,files:Ei.files,multiple:Ei.multiple},emits:["remove","retry"],setup(e,{slots:t,emit:n}){const i=ft("upload"),{theme:s,disabled:o,multiple:c}=r.toRefs(e),u=`${Sr}-list`,d=r.computed(()=>s.value===Pi.PICTURE),f=r.computed(()=>d.value&&!c.value),g=r.computed(()=>Ae({[u]:!0,[`${u}--${s.value}`]:!0,[`${u}--disabled`]:o.value}));function p(w){const N=["Bytes","KB","MB","GB","TB"],M=Math.floor(Math.log(w)/Math.log(1024));return`${(w/1024**M).toFixed(2)}${N[M]}`}function v(w,N){n("remove",w,N)}function y(w,N){n("retry",w,N)}const b=()=>{let w;return r.createVNode(r.TransitionGroup,{name:`${u}__item`},C6(w=e.files.map(N=>{const M=Ae({[`${u}__item`]:!0,[`${u}__item-picture`]:!0,[`${u}__item--${N.status}`]:!0});return r.createVNode("li",{key:N.uid,class:M},[t!=null&&t.file?t.file({file:N}):I(N)])}))?w:{default:()=>[w]})},I=w=>[r.withDirectives(r.createVNode("img",{src:w.url,class:`${u}__picture-item-thumbnail`,alt:""},null),[[r.vShow,w.status!=="uploading"]]),r.createVNode(r.Fragment,null,[w.status==="uploading"&&r.createVNode(_s,{class:`${u}__picture-item-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:w.percentage},null)]),r.createVNode(r.Fragment,null,[!o.value&&r.createVNode("div",{class:`${u}__picture-item-actions`},[r.createVNode(za,{class:"action-icon",onClick:N=>v(w,N)},null)])])],k=()=>{let w;return r.createVNode(r.TransitionGroup,{name:`${u}__item`},C6(w=e.files.map(N=>{const M=Ae({[`${u}__item`]:!0,[`${u}__item--${N.status}`]:!0});return r.createVNode("li",{key:N.uid,class:M},[t!=null&&t.file?t.file({file:N}):x(N)])}))?w:{default:()=>[w]})},L=w=>{var O;const N=(O=w==null?void 0:w.raw)==null?void 0:O.type,[M]=(N==null?void 0:N.split("/"))||"";let j={text:wa,image:mc,application:wa,video:Ic,audio:rc}[M]||wa;return["application/zip","application/rar","application/tar","application/gz","application/x-gzip"].includes(N)&&(j=tc),r.h(j,{class:`${u}__item-file-icon`})},x=w=>[r.createVNode("div",{class:`${u}__item-icon`},[w.isPic?r.createVNode("img",{src:w.url,class:`${u}__item-thumbnail`,alt:""},null):L(w)]),r.createVNode("div",{class:`${u}__item-summary`},[r.createVNode("div",{class:`${u}__item-name`,title:w.name},[w.name]),w.status!=="uploading"&&r.createVNode("div",{class:`${u}__item-message`,title:w.statusText},[w.status==="success"&&r.createVNode(r.Fragment,null,[r.createVNode(fr,{class:`${u}__item-message-success-icon`},null),w.statusText||i.value.uploadSuccess]),w.status==="fail"&&r.createVNode(r.Fragment,null,[w.statusText||i.value.uploadFailed])]),w.status==="uploading"&&r.createVNode(_s,{class:`${u}__item-progress`,showText:!1,percent:w.percentage,size:"small"},null),w.status!=="fail"&&r.createVNode("div",{class:`${u}__item-speed`},[r.withDirectives(r.createVNode("span",{class:`${u}__item-speed-size`},[p(w.size)]),[[r.vShow,w.size]]),r.withDirectives(r.createVNode("span",{class:`${u}__item-speed-percentage`},[w.percentage,r.createTextVNode("%")]),[[r.vShow,w.status==="uploading"]])]),!o.value&&r.createVNode("div",{class:`${u}__item-actions`},[w.status==="fail"&&r.createVNode(vc,{class:`${u}__item-retry-icon`,onClick:N=>y(w,N)},null),r.createVNode(za,{class:`${u}__item-del-icon`,onClick:N=>v(w,N)},null)])])];return()=>{var w;return r.createVNode(r.Fragment,null,[f.value?(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger((w=e.files)==null?void 0:w[0])):r.createVNode("ul",{class:g.value},[d.value?b():k(),(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger())])])}}}),w6=r.defineComponent({name:"UploadTrigger",props:{theme:Ei.theme,disabled:Ei.disabled,multiple:Ei.multiple,accept:Ei.accept,file:{type:Object}},emits:["change","remove"],setup(e,{slots:t,emit:n}){const i=ft("upload"),{theme:s,disabled:o,file:c,multiple:u,accept:d}=r.toRefs(e),f=`${Sr}-trigger`,g=r.computed(()=>s.value===Pi.BUTTON),p=r.computed(()=>s.value===Pi.DRAGGABLE),v=r.computed(()=>s.value===Pi.PICTURE),y=r.computed(()=>v.value&&!u.value),b=r.computed(()=>v.value&&!d.value?"image/png,image/jpeg,image/jpg":d.value),I=r.ref(null),k=r.computed(()=>{var P;return Ae({[f]:!0,[`${f}--${s.value}`]:!0,[`${f}--single-picture`]:y.value,[`${f}--has-file`]:c.value??!1,[`${f}--${(P=c.value)==null?void 0:P.status}`]:c.value??!1,[`${f}--dragover`]:T.value,[`${f}--disabled`]:o.value})}),L=()=>{I.value.value=null,I.value.click()},x=P=>{const{files:Y}=P.target;n("change",Array.from(Y))},w=()=>{e.disabled||L()},N=P=>{P.defaultPrevented||P.target!==P.currentTarget||((P.code==="Enter"||P.code==="Space")&&L(),P.preventDefault())};function M(P,Y){n("remove",P,Y),Y.stopPropagation(),Y.preventDefault()}const T=r.ref(!1),j=()=>{const P=pe=>{if(o.value)return;pe.preventDefault(),T.value=!1;const le=Array.from(pe.dataTransfer.files);if(!b.value){n("change",le);return}const se=le.filter(te=>{const{type:U,name:F}=te,_=F.includes(".")?`.${F.split(".").pop()}`:"",W=U.replace(/\/.*$/,"");return b.value.split(",").map(H=>H.trim()).filter(H=>H).some(H=>H.startsWith(".")?_===H:/\/\*$/.test(H)?W===H.replace(/\/\*$/,""):/^[^/]+\/[^/]+$/.test(H)?U===H:!1)});n("change",se)},Y=pe=>{pe.preventDefault(),T.value=!0},X=()=>{T.value=!1},ue=Ae({[`${f}__draggable`]:!0});return r.createVNode("div",{class:ue,onDrop:P,onDragover:Y,onDragleave:X},[t.default?t.default():r.createVNode(r.Fragment,null,[r.createVNode(Rs,{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?J(e.file):O()]),O=()=>r.createVNode(r.Fragment,null,[t.default?t.default():r.createVNode("div",{class:`${f}__picture-inner`},[r.createVNode(to,{class:`${f}__picture-icon`},null),r.createVNode("div",{class:`${f}__picture-text`},[i.value.clickUpload])])]),J=P=>[r.withDirectives(r.createVNode("img",{src:P.url,class:`${f}__picture-thumbnail`,alt:""},null),[[r.vShow,P.status!=="uploading"]]),r.createVNode(r.Fragment,null,[P.status==="uploading"&&r.createVNode(_s,{class:`${f}__picture-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:P.percentage},null)]),r.createVNode(r.Fragment,null,[!e.disabled&&r.createVNode("div",{class:`${f}__picture-actions`},[r.createVNode(za,{class:"action-icon",onClick:Y=>M(P,Y)},null)])])],A=()=>r.createVNode(Et,{disabled:o.value},{default:()=>[r.createVNode(Rs,{class:`${f}__button-icon`},null),r.createVNode("span",{class:`${f}__button-text`},[i.value.uploadLabel])]}),V=()=>{if(g.value)return A();if(p.value)return j();if(v.value)return S()};return()=>{var P;return r.createVNode("div",{class:k.value,tabindex:"0",onClick:w,onKeydown:N},[t.trigger?[t.trigger(),(P=t==null?void 0:t.default)==null?void 0:P.call(t)]:V(),r.createVNode("input",{ref:I,class:`${f}__input-file`,tabindex:"-1",onChange:x,accept:b.value,multiple:u.value,disabled:o.value,type:"file"},null)])}}});var um={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 w=L[0],N=L[1],M=L[2],T=L[3];w+=(N&M|~N&T)+x[0]-680876936|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[1]-389564586|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[2]+606105819|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[3]-1044525330|0,N=(N<<22|N>>>10)+M|0,w+=(N&M|~N&T)+x[4]-176418897|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[5]+1200080426|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[6]-1473231341|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[7]-45705983|0,N=(N<<22|N>>>10)+M|0,w+=(N&M|~N&T)+x[8]+1770035416|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[9]-1958414417|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[10]-42063|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[11]-1990404162|0,N=(N<<22|N>>>10)+M|0,w+=(N&M|~N&T)+x[12]+1804603682|0,w=(w<<7|w>>>25)+N|0,T+=(w&N|~w&M)+x[13]-40341101|0,T=(T<<12|T>>>20)+w|0,M+=(T&w|~T&N)+x[14]-1502002290|0,M=(M<<17|M>>>15)+T|0,N+=(M&T|~M&w)+x[15]+1236535329|0,N=(N<<22|N>>>10)+M|0,w+=(N&T|M&~T)+x[1]-165796510|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[6]-1069501632|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[11]+643717713|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[0]-373897302|0,N=(N<<20|N>>>12)+M|0,w+=(N&T|M&~T)+x[5]-701558691|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[10]+38016083|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[15]-660478335|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[4]-405537848|0,N=(N<<20|N>>>12)+M|0,w+=(N&T|M&~T)+x[9]+568446438|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[14]-1019803690|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[3]-187363961|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[8]+1163531501|0,N=(N<<20|N>>>12)+M|0,w+=(N&T|M&~T)+x[13]-1444681467|0,w=(w<<5|w>>>27)+N|0,T+=(w&M|N&~M)+x[2]-51403784|0,T=(T<<9|T>>>23)+w|0,M+=(T&N|w&~N)+x[7]+1735328473|0,M=(M<<14|M>>>18)+T|0,N+=(M&w|T&~w)+x[12]-1926607734|0,N=(N<<20|N>>>12)+M|0,w+=(N^M^T)+x[5]-378558|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[8]-2022574463|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[11]+1839030562|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[14]-35309556|0,N=(N<<23|N>>>9)+M|0,w+=(N^M^T)+x[1]-1530992060|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[4]+1272893353|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[7]-155497632|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[10]-1094730640|0,N=(N<<23|N>>>9)+M|0,w+=(N^M^T)+x[13]+681279174|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[0]-358537222|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[3]-722521979|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[6]+76029189|0,N=(N<<23|N>>>9)+M|0,w+=(N^M^T)+x[9]-640364487|0,w=(w<<4|w>>>28)+N|0,T+=(w^N^M)+x[12]-421815835|0,T=(T<<11|T>>>21)+w|0,M+=(T^w^N)+x[15]+530742520|0,M=(M<<16|M>>>16)+T|0,N+=(M^T^w)+x[2]-995338651|0,N=(N<<23|N>>>9)+M|0,w+=(M^(N|~T))+x[0]-198630844|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[7]+1126891415|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[14]-1416354905|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[5]-57434055|0,N=(N<<21|N>>>11)+M|0,w+=(M^(N|~T))+x[12]+1700485571|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[3]-1894986606|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[10]-1051523|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[1]-2054922799|0,N=(N<<21|N>>>11)+M|0,w+=(M^(N|~T))+x[8]+1873313359|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[15]-30611744|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[6]-1560198380|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[13]+1309151649|0,N=(N<<21|N>>>11)+M|0,w+=(M^(N|~T))+x[4]-145523070|0,w=(w<<6|w>>>26)+N|0,T+=(N^(w|~M))+x[11]-1120210379|0,T=(T<<10|T>>>22)+w|0,M+=(w^(T|~N))+x[2]+718787259|0,M=(M<<15|M>>>17)+T|0,N+=(T^(M|~w))+x[9]-343485551|0,N=(N<<21|N>>>11)+M|0,L[0]=w+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=[],w;for(w=0;w<64;w+=4)x[w>>2]=L.charCodeAt(w)+(L.charCodeAt(w+1)<<8)+(L.charCodeAt(w+2)<<16)+(L.charCodeAt(w+3)<<24);return x}function c(L){var x=[],w;for(w=0;w<64;w+=4)x[w>>2]=L[w]+(L[w+1]<<8)+(L[w+2]<<16)+(L[w+3]<<24);return x}function u(L){var x=L.length,w=[1732584193,-271733879,-1732584194,271733878],N,M,T,j,S,O;for(N=64;N<=x;N+=64)s(w,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(w,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),O=parseInt(j[1],16)||0,T[14]=S,T[15]=O,s(w,T),w}function d(L){var x=L.length,w=[1732584193,-271733879,-1732584194,271733878],N,M,T,j,S,O;for(N=64;N<=x;N+=64)s(w,c(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(w,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),O=parseInt(j[1],16)||0,T[14]=S,T[15]=O,s(w,T),w}function f(L){var x="",w;for(w=0;w<4;w+=1)x+=i[L>>w*8+4&15]+i[L>>w*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(u("hello")),typeof ArrayBuffer<"u"&&!ArrayBuffer.prototype.slice&&function(){function L(x,w){return x=x|0||0,x<0?Math.max(x+w,0):Math.min(x,w)}ArrayBuffer.prototype.slice=function(x,w){var N=this.byteLength,M=L(x,N),T=N,j,S,O,J;return w!==n&&(T=L(w,N)),M>T?new ArrayBuffer(0):(j=T-M,S=new ArrayBuffer(j),O=new Uint8Array(S),J=new Uint8Array(this,M,j),O.set(J),S)}}();function p(L){return/[\u0080-\uFFFF]/.test(L)&&(L=unescape(encodeURIComponent(L))),L}function v(L,x){var w=L.length,N=new ArrayBuffer(w),M=new Uint8Array(N),T;for(T=0;T<w;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,w){var N=new Uint8Array(L.byteLength+x.byteLength);return N.set(new Uint8Array(L)),N.set(new Uint8Array(x),L.byteLength),w?N:N.buffer}function I(L){var x=[],w=L.length,N;for(N=0;N<w-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(p(L)),this},k.prototype.appendBinary=function(L){this._buff+=L,this._length+=L.length;var x=this._buff.length,w;for(w=64;w<=x;w+=64)s(this._hash,o(this._buff.substring(w-64,w)));return this._buff=this._buff.substring(w-64),this},k.prototype.end=function(L){var x=this._buff,w=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<w;N+=1)M[N>>2]|=x.charCodeAt(N)<<(N%4<<3);return this._finish(M,w),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 w=x,N,M,T;if(L[w>>2]|=128<<(w%4<<3),w>55)for(s(this._hash,L),w=0;w<16;w+=1)L[w]=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(p(L),x)},k.hashBinary=function(L,x){var w=u(L),N=g(w);return x?I(N):N},k.ArrayBuffer=function(){this.reset()},k.ArrayBuffer.prototype.append=function(L){var x=b(this._buff.buffer,L,!0),w=x.length,N;for(this._length+=L.byteLength,N=64;N<=w;N+=64)s(this._hash,c(x.subarray(N-64,N)));return this._buff=N-64<w?new Uint8Array(x.buffer.slice(N-64)):new Uint8Array(0),this},k.ArrayBuffer.prototype.end=function(L){var x=this._buff,w=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<w;M+=1)N[M>>2]|=x[M]<<(M%4<<3);return this._finish(N,w),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 w=d(new Uint8Array(L)),N=g(w);return x?I(N):N},k})})(um);var bS=um.exports;const M6=Bs(bS);function C0(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}const CS=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 c=o;c.percent=o.total>0?o.loaded/o.total*100:0,e.onProgress(c)});const i=new FormData;if(e.data){let o=e.data;Array.isArray(o)||(o=[o]),o.forEach(c=>{for(const[u,d]of Object.entries(c))Array.isArray(d)?i.append(u,...d):i.append(u,d)})}if(e.formDataAttributes){let o=e.formDataAttributes;Array.isArray(o)||(o=[o]),o.forEach(c=>{Array.isArray(c.value)?i.append(c.name,...c.value):i.append(c.name,c.value)})}if(i.append(e.filename,e.file,e.file.name),t.addEventListener("error",()=>{e.onError(new Error("An error occurred during upload"))}),t.addEventListener("load",()=>{if(t.status<200||t.status>=300)return e.onError(new Error("An error occurred during upload"));e.onSuccess(C0(t))}),t.addEventListener("loadend",()=>{e.onComplete()}),t.open(e.method,n,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0),e.header)if(Array.isArray(e.header))e.header.forEach(o=>{const c=o.name,u=o.value;t.setRequestHeader(c,u)});else{const o=e.header.name,c=e.header.value;t.setRequestHeader(o,c)}const s=e.headers||{};if(s instanceof Headers)s.forEach((o,c)=>t.setRequestHeader(c,o));else for(const[o,c]of Object.entries(s))B6(c)||t.setRequestHeader(o,String(c));return t.send(i),t},dm=File.prototype.slice||File.prototype.mozSlice||File.prototype.webkitSlice,wS=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 IS(n,t),o=[];MS(e,n,i,s,o,t),await Promise.all(o).then(()=>{const c={size:n.size,name:n.name,total:i,hash:s},u=new XMLHttpRequest;u.open(e.method,e.mergeUrl,!0),u.onreadystatechange=()=>{if(u.readyState===4){if(u.status<200||u.status>=300)return e.onError(new Error("An error occurred during upload"));e.onSuccess(C0(u))}},u.onloadend=()=>{e.onComplete()},u.setRequestHeader("Content-type","application/JSON"),u.send(JSON.stringify(c))})},MS=(e,t,n,i,s,o)=>{for(let c=0;c<n;c++){const u=new Promise((d,f)=>{const g=c*o,p=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",dm.call(t,g,p)),v.append("name",t.name),v.append("total",n.toString()),v.append("index",c.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=C0(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,c)},!1),e.withCredentials&&"withCredentials"in y&&(y.withCredentials=!0),y.open(e.method,e.sliceUrl,!0),e.header)if(Array.isArray(e.header))e.header.forEach(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))B6(k)||y.setRequestHeader(I,String(k));y.send(v)});s.push(u)}},IS=(e,t)=>new Promise((n,i)=>{const s=Math.ceil(e.size/t);let o=0;const c=new M6.ArrayBuffer,u=new FileReader;function d(){const f=o*t,g=f+t>=e.size?e.size:f+t;u.readAsArrayBuffer(dm.call(e,f,g))}u.onload=f=>{if(c.append(f.target.result),o+=1,o<s)d();else{const g=c.end(),p=new M6;p.append(g),p.append(e.name);const v=p.end();n(v)}},u.onerror=()=>{i(new Error("File slcie failed"))},d()}).catch(n=>{console.log(n)});function I6(e){return Date.now()+e}const NS=(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 c=0;function u(v){var k;c+=1,v.uid=I6(c);const y={uid:v.uid,name:v.name,status:ma.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=ma.FAIL,y.statusText="invalid filename",I=new Error(y.statusText)),b&&v.size>n.value*1024**2&&(y.status=ma.FAIL,y.statusText="invalid file size",I=new Error(y.statusText)),!b&&v.size>i.value*1024**2&&(y.status=ma.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 p(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=>(c+=1,{...y,uid:y.uid??I6(c),status:y.status??ma.SUCCESS}))},{immediate:!0,deep:!0}),{fileList:s,handlePreprocess:u,handleRemove:d,handleError:f,handleSuccess:g,handleProgress:p}},LS=r.defineComponent({name:"Upload",props:Ei,emits:["exceed","progress","success","error","delete","done"],setup(e,{slots:t,emit:n,expose:i}){const s=r.shallowRef({}),o=r.computed(()=>e.theme===Pi.PICTURE),c=r.computed(()=>o.value&&!e.multiple),u=r.computed(()=>Ae({[Sr]:!0,[`${Sr}--${e.theme}`]:!0,[`${Sr}--disabled`]:e.disabled,[`${Sr}--single-picture`]:c.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:p,handleRemove:v,handleProgress:y,handleSuccess:b,handleError:I}=NS(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,O=p(S);if(O){n("error",S,g.value,O);return}e.autoUpload&&x(S,T)}}function L(M){w(M.raw)}async function x(M,T){var S;if(!e.beforeUpload)return w(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}w(M,T)}function w(M,T){const{headers:j,header:S,data:O,formDataAttributes:J,method:A,withCredentials:V,name:P,url:Y,sliceUrl:X,mergeUrl:ue,chunkSize:pe,customRequest:le}=e,{uid:se}=M,te={headers:j,header:S,withCredentials:V,file:M,data:O,formDataAttributes:J,method:A,filename:P,action:Y,sliceUrl:X,mergeUrl:ue,chunkSize:pe,onProgress:_=>{y(_,M),n("progress",_,M,g.value)},onSuccess:_=>{var H;const W=_;if((H=e==null?void 0:e.handleResCode)!=null&&H.call(e,W))b(_,M),n("success",_,M,g.value);else{const ne=new Error((W==null?void 0:W.message)||"unknow error");I(ne,M,_),n("error",M,g.value,ne)}delete s.value[se]},onError:_=>{I(_,M),n("error",M,g.value,_),delete s.value[se]},onComplete:()=>{T&&T.indexOf(M)===T.length-1&&n("done",g.value)}};let U=e.sliceUpload?wS:CS;le&&(U=le);const F=U(te);s.value[se]=F,F instanceof Promise&&F.then(te.onSuccess,te.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:u.value},[!o.value&&r.createVNode(w6,r.mergeProps(d.value,{onChange:k}),t),t.tip?t.tip():e.tip&&r.createVNode("div",{class:`${Sr}__tip`},[e.tip]),r.createVNode(yS,{files:g.value,theme:e.theme,disabled:e.disabled,multiple:e.multiple,onRemove:v,onRetry:L},{innerTrigger:M=>o.value&&r.createVNode(w6,r.mergeProps(d.value,{file:M,onChange:k,onRemove:v}),t),file:t.file})])}}),fm=Fe(LS);function gr(){}gr.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 c(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 u=n.length,d=t.length,f=1,g=u+d,p=[{newPos:-1,components:[]}],v=this.extractCommon(p[0],n,t,0);if(p[0].newPos+1>=u&&v+1>=d)return c([{value:this.join(n),count:n.length}]);function y(){for(var I=-1*f;I<=f;I+=2){var k=void 0,L=p[I-1],x=p[I+1],w=(x?x.newPos:0)-I;L&&(p[I-1]=void 0);var N=L&&L.newPos+1<u,M=x&&0<=w&&w<d;if(!N&&!M){p[I]=void 0;continue}if(!N||M&&L.newPos<x.newPos?(k=TS(x),o.pushComponent(k.components,void 0,!0)):(k=L,k.newPos++,o.pushComponent(k.components,!0,void 0)),w=o.extractCommon(k,n,t,I),k.newPos+1>=u&&w+1>=d)return c(kS(o,k.components,n,t,o.useLongestToken));p[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,c=i.length,u=t.newPos,d=u-s,f=0;u+1<o&&d+1<c&&this.equals(n[u+1],i[d+1]);)u++,d++,f++;return f&&t.components.push({count:f}),t.newPos=u,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 kS(e,t,n,i,s){for(var o=0,c=t.length,u=0,d=0;o<c;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 p=t[o-1];t[o-1]=t[o],t[o]=p}}else{if(!f.added&&s){var g=n.slice(u,u+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(u,u+f.count));u+=f.count,f.added||(d+=f.count)}}var v=t[c-1];return c>1&&typeof v.value=="string"&&(v.added||v.removed)&&e.equals("",v.value)&&(t[c-2].value+=v.value,t.pop()),t}function TS(e){return{newPos:e.newPos,components:e.components.slice(0)}}var N6=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,L6=/\S/,hm=new gr;hm.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!L6.test(e)&&!L6.test(t)};hm.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]&&N6.test(t[n])&&N6.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};var w0=new gr;w0.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 xS(e,t,n){return w0.diff(e,t,n)}var SS=new gr;SS.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var DS=new gr;DS.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function yl(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?yl=function(t){return typeof t}:yl=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},yl(e)}function yd(e){return jS(e)||OS(e)||AS(e)||ES()}function jS(e){if(Array.isArray(e))return ef(e)}function OS(e){if(typeof Symbol<"u"&&Symbol.iterator in Object(e))return Array.from(e)}function AS(e,t){if(e){if(typeof e=="string")return ef(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 ef(e,t)}}function ef(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 ES(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
266
266
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var PS=Object.prototype.toString,Ws=new gr;Ws.useLongestToken=!0;Ws.tokenize=w0.tokenize;Ws.castInput=function(e){var t=this.options,n=t.undefinedReplacement,i=t.stringifyReplacer,s=i===void 0?function(o,c){return typeof c>"u"?n:c}:i;return typeof e=="string"?e:JSON.stringify(tf(e,null,null,s),s," ")};Ws.equals=function(e,t){return gr.prototype.equals.call(Ws,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function tf(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 c;if(PS.call(e)==="[object Array]"){for(t.push(e),c=new Array(e.length),n.push(c),o=0;o<e.length;o+=1)c[o]=tf(e[o],t,n,i,s);return t.pop(),n.pop(),c}if(e&&e.toJSON&&(e=e.toJSON()),yl(e)==="object"&&e!==null){t.push(e),c={},n.push(c);var u=[],d;for(d in e)e.hasOwnProperty(d)&&u.push(d);for(u.sort(),o=0;o<u.length;o+=1)d=u[o],c[d]=tf(e[d],t,n,i,d);t.pop(),n.pop()}else c=e;return c}var nf=new gr;nf.tokenize=function(e){return e.slice()};nf.join=nf.removeEmpty=function(e){return e};function zS(e,t,n,i,s,o,c){c||(c={}),typeof c.context>"u"&&(c.context=4);var u=xS(n,i,c);u.push({value:"",lines:[]});function d(L){return L.map(function(x){return" "+x})}for(var f=[],g=0,p=0,v=[],y=1,b=1,I=function(x){var w=u[x],N=w.lines||w.value.replace(/\n$/,"").split(`
|
267
267
|
`);if(w.lines=N,w.added||w.removed){var M;if(!g){var T=u[x-1];g=y,p=b,T&&(v=c.context>0?d(T.lines.slice(-c.context)):[],g-=v.length,p-=v.length)}(M=v).push.apply(M,yd(N.map(function(Y){return(w.added?"+":"-")+Y}))),w.added?b+=N.length:y+=N.length}else{if(g)if(N.length<=c.context*2&&x<u.length-2){var j;(j=v).push.apply(j,yd(d(N)))}else{var S,O=Math.min(N.length,c.context);(S=v).push.apply(S,yd(d(N.slice(0,O))));var J={oldStart:g,oldLines:y-g+O,newStart:p,newLines:b-p+O,lines:v};if(x>=u.length-2&&N.length<=c.context){var A=/\n$/.test(n),V=/\n$/.test(i),P=N.length==0&&v.length>J.oldLines;!A&&P&&n.length>0&&v.splice(J.oldLines,0,"\"),(!A&&!P||!V)&&v.push("\")}f.push(J),g=0,p=0,v=[]}y+=N.length,b+=N.length}},k=0;k<u.length;k++)I(k);return{oldFileName:e,newFileName:t,oldHeader:s,newHeader:o,hunks:f}}function VS(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(`
|
268
268
|
`)+`
|