st-comp 0.0.274 → 0.0.276
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/es/ChartLayout.js +4 -4
- package/es/CustomFunction.cjs +1 -1
- package/es/CustomFunction.js +70 -71
- package/es/FactorWarning.cjs +1 -1
- package/es/FactorWarning.js +35 -36
- package/es/Kline.cjs +1 -1
- package/es/Kline.js +19 -20
- package/es/KlineBasic.cjs +1 -1
- package/es/KlineBasic.js +28 -29
- package/es/KlineConfig.cjs +1 -1
- package/es/KlineConfig.js +49 -50
- package/es/KlineNew.cjs +1 -1
- package/es/KlineNew.js +18 -19
- package/es/KlinePlus.cjs +1 -1
- package/es/KlinePlus.js +21 -22
- package/es/MonacoEditor.cjs +1 -1
- package/es/MonacoEditor.js +26 -27
- package/es/Pagination.cjs +1 -1
- package/es/Pagination.js +76 -77
- package/es/PasswordPrompt.js +3 -3
- package/es/Table.cjs +1 -1
- package/es/Table.js +37 -38
- package/es/User.cjs +1 -1
- package/es/User.js +141 -142
- package/es/VarSelectDialog.cjs +1 -1
- package/es/VarSelectDialog.js +27 -28
- package/es/VarietyAiHelper.cjs +7 -7
- package/es/VarietyAiHelper.js +488 -479
- package/es/VarietyAutoComplete.cjs +1 -1
- package/es/VarietyAutoComplete.js +12 -13
- package/es/VarietySearch.cjs +9 -9
- package/es/VarietySearch.js +298 -298
- package/es/{VarietySelect-7da473c5.cjs → VarietySelect-610903f0.cjs} +1 -1
- package/es/{VarietySelect-b01281d3.js → VarietySelect-6a166293.js} +4 -4
- package/es/VarietyTextCopy.cjs +1 -1
- package/es/VarietyTextCopy.js +22 -23
- package/es/VirtualTable.js +14 -14
- package/es/{_initCloneObject-6243b839.js → _initCloneObject-152b4f4e.js} +3 -3
- package/es/aiTools-9fd42de8.cjs +2 -0
- package/es/aiTools-d7bd47c3.js +113 -0
- package/es/aiTools.js +12 -2
- package/es/{base-29f73b05.js → base-a5af3db3.js} +2 -2
- package/es/{castArray-609a313e.js → castArray-7741a212.js} +1 -1
- package/es/{config-provider-20b05e99.js → config-provider-7a3aca55.js} +4 -4
- package/es/{debounce-a09ce9a3.js → debounce-8d53f4dd.js} +1 -1
- package/es/{dropdown-f8d9fe56.js → dropdown-01e09205.js} +19 -20
- package/es/dropdown-987c47fb.cjs +1 -0
- package/es/el-autocomplete-16f66b34.cjs +1 -0
- package/es/{el-autocomplete-3f34a1c3.js → el-autocomplete-342ae823.js} +17 -18
- package/es/{el-button-cd144ee1.js → el-button-314171a0.js} +4 -4
- package/es/{el-checkbox-d6c883f4.js → el-checkbox-5899681f.js} +4 -4
- package/es/el-checkbox-bdf64663.cjs +1 -0
- package/es/el-dialog-0ef95df6.cjs +1 -0
- package/es/{el-dialog-59a23c2b.js → el-dialog-86a3eec2.js} +6 -6
- package/es/{el-divider-523e5874.js → el-divider-4e059794.js} +1 -1
- package/es/{el-empty-f5a1607a.js → el-empty-33cb66f1.js} +3 -3
- package/es/{el-form-item-3475aaad.cjs → el-form-item-77ef6784.cjs} +1 -1
- package/es/{el-form-item-a9556441.js → el-form-item-cda4d93c.js} +8 -8
- package/es/el-input-89222943.cjs +1 -0
- package/es/{el-input-1f14a6e2.js → el-input-fa1445ad.js} +14 -14
- package/es/{el-input-number-411ac93d.js → el-input-number-8f6dbf74.js} +6 -6
- package/es/el-input-number-d3338e5e.cjs +1 -0
- package/es/{el-loading-cbeb3b86.js → el-loading-9b671203.js} +2 -2
- package/es/el-menu-item-4531fd0e.cjs +1 -0
- package/es/{el-menu-item-77152904.js → el-menu-item-535fef90.js} +17 -18
- package/es/{el-message-box-a26e3ed4.js → el-message-box-621ed2f1.js} +11 -11
- package/es/el-message-box-f5717070.cjs +1 -0
- package/es/el-overlay-151708cb.cjs +1 -0
- package/es/{el-overlay-465cd11e.js → el-overlay-23de4324.js} +19 -19
- package/es/el-popconfirm-b8aa490e.cjs +1 -0
- package/es/{el-popconfirm-289b3e89.js → el-popconfirm-bcff0aa5.js} +20 -21
- package/es/el-popper-03988662.js +2094 -0
- package/es/el-popper-43ec37f4.cjs +1 -0
- package/es/el-segmented-79a1367c.cjs +1 -0
- package/es/{el-segmented-598b92b0.js → el-segmented-db3a86be.js} +4 -4
- package/es/{el-select-d47b5923.js → el-select-4bd0010d.js} +43 -44
- package/es/el-select-ec04e7ce.cjs +1 -0
- package/es/el-table-column-35e47229.cjs +14 -0
- package/es/{el-table-column-f1017e75.js → el-table-column-7af2bec7.js} +24 -25
- package/es/el-tag-5d5608e0.cjs +1 -0
- package/es/{el-tag-0a4197f5.js → el-tag-bef9e83d.js} +13 -13
- package/es/{el-text-c3ee80fe.js → el-text-f998902c.js} +2 -2
- package/es/{index-67180968.js → index-102edf6c.js} +3 -3
- package/es/{index-a76e80d9.cjs → index-2d7ac156.cjs} +2 -2
- package/es/{index-1b97095f.js → index-5c44d71a.js} +1 -1
- package/es/{index-d3e9a6f2.js → index-5ed42e9c.js} +11 -11
- package/es/{index-3301d870.js → index-6290ae0f.js} +3 -3
- package/es/{index-a17c90c5.js → index-936e7dec.js} +2 -2
- package/es/{index-8391a3df.js → index-960806da.js} +3 -3
- package/es/index-a00e0534.cjs +1 -0
- package/es/{index-33430c9f.js → index-a83ec4b7.js} +3 -3
- package/es/index-c58e90e9.cjs +1 -0
- package/es/{index-499cf989.js → index-ce21e2ce.js} +17 -17
- package/es/index-cfd00899.cjs +1 -0
- package/es/{index-afc4a1e5.js → index-d1b554ac.js} +3 -3
- package/es/{index-de24705f.js → index-d77a7336.js} +1 -1
- package/es/{index-3ed7914e.cjs → index-db846633.cjs} +1 -1
- package/es/{index-5b47cf8f.js → index-f3f6ee27.js} +11 -11
- package/es/{python-df3d529e.js → python-6cc6ec1b.js} +28 -29
- package/es/{python-b5d87b74.cjs → python-71f59893.cjs} +1 -1
- package/es/{raf-744cf95a.js → raf-80ef0c0a.js} +1 -1
- package/es/{scroll-6799bafc.js → scroll-679bd6bf.js} +1 -1
- package/es/style.css +1 -1
- package/es/{use-form-common-props-dd9617de.js → use-form-common-props-76a09d89.js} +28 -28
- package/es/{use-global-config-4dfc7236.js → use-global-config-0f43458b.js} +4 -4
- package/es/{validator-029bfc98.js → validator-0e037618.js} +1 -1
- package/es/{vnode-a83e6de8.js → vnode-5ddb7ed1.js} +1 -1
- package/es/{zh-cn-89e434f9.js → zh-cn-1227eb8a.js} +2 -2
- package/lib/aiTools.js +12 -2
- package/lib/bundle.js +1 -1
- package/lib/bundle.umd.cjs +172 -172
- package/lib/{index-a854f18c.js → index-8b55d8c8.js} +13934 -13924
- package/lib/{python-77c3b638.js → python-f164f783.js} +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/packages/VarietyAiHelper/images/like.png +0 -0
- package/packages/VarietyAiHelper/images/like_no.png +0 -0
- package/packages/VarietyAiHelper/index.vue +351 -410
- package/packages/VarietySearch/index.vue +1 -1
- package/public/aiTools.js +12 -2
- package/es/aiTools-4412c56c.cjs +0 -2
- package/es/aiTools-e6e4e996.js +0 -111
- package/es/dropdown-33c19e56.cjs +0 -1
- package/es/el-autocomplete-525ca867.cjs +0 -1
- package/es/el-checkbox-95325acd.cjs +0 -1
- package/es/el-dialog-4056070b.cjs +0 -1
- package/es/el-input-c7bf8e44.cjs +0 -1
- package/es/el-input-number-9d810842.cjs +0 -1
- package/es/el-menu-item-18d7d869.cjs +0 -1
- package/es/el-message-box-e4b8cc99.cjs +0 -1
- package/es/el-overlay-d26a1b98.cjs +0 -1
- package/es/el-popconfirm-12f6f35c.cjs +0 -1
- package/es/el-popper-c7648df6.cjs +0 -1
- package/es/el-popper-f96fc206.js +0 -1662
- package/es/el-segmented-f0bce6f2.cjs +0 -1
- package/es/el-select-f3cc464f.cjs +0 -1
- package/es/el-table-column-220ae131.cjs +0 -14
- package/es/el-tag-51bd491c.cjs +0 -1
- package/es/index-09ce1753.cjs +0 -1
- package/es/index-4b95bae1.cjs +0 -1
- package/es/index-68798830.cjs +0 -1
- package/es/index-8e88a0bd.js +0 -440
- package/es/index-d2cfd4a3.cjs +0 -1
package/es/VarietySearch.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";const q=require("./base-ef747d02.cjs");require("./el-tag-51bd491c.cjs");const ke=require("./el-select-f3cc464f.cjs");require("./el-scrollbar-bc3f790d.cjs");const zt=require("./el-popper-c7648df6.cjs"),pu=require("./el-checkbox-95325acd.cjs");require("./el-checkbox-group-0ea8fbf8.cjs");const u=require("vue"),Pt=require("./el-empty-1697ded8.cjs"),Ie=require("./el-dialog-4056070b.cjs");require("./el-overlay-d26a1b98.cjs");const Ge=require("./el-form-item-3475aaad.cjs"),xu=require("./el-input-c7bf8e44.cjs"),Yu=require("./el-input-number-9d810842.cjs");require("./el-tooltip-0ea8fbf8.cjs");const Ke=require("./el-button-13dc915f.cjs");require("./el-popover-0ea8fbf8.cjs");const Ut=require("./el-text-abf10fdf.cjs"),jt=require("./index-8901a38c.cjs"),Y=require("./index-476c4459.cjs"),Ht=require("./aiTools-4412c56c.cjs"),Fu=require("./el-table-column-220ae131.cjs"),Qu=require("./index-d2cfd4a3.cjs"),Zt=require("./index-a76e80d9.cjs");require("./el-message-0ea8fbf8.cjs");const Ku=require("./el-message-box-e4b8cc99.cjs"),we=require("./_plugin-vue_export-helper-f246444f.cjs"),j=require("./index-4b95bae1.cjs"),Xe=require("./index-60c69dd1.cjs"),Gt=require("./index-3ed7914e.cjs"),Ee=require("./use-form-common-props-02be4928.cjs"),_e=require("./index-68798830.cjs"),Jt=require("./index-f1c702f6.cjs"),Wt=require("./index-9780a537.cjs"),Yt=require("./index-cfcd60ca.cjs");require("./index-bb833443.cjs");require("./castArray-35947698.cjs");require("./index-09ce1753.cjs");require("./scroll-b108dabd.cjs");require("./debounce-62f5b6e8.cjs");require("./vnode-b906ae6d.cjs");require("./use-global-config-31b3ec57.cjs");require("./_initCloneObject-76e116d0.cjs");require("./typescript-b63f8e83.cjs");require("./index-eea0bcb3.cjs");require("./raf-8249652f.cjs");require("./VarietySelect-7da473c5.cjs");require("./el-autocomplete-525ca867.cjs");require("./validator-ea292506.cjs");require("./config-provider-4c784baf.cjs");require("./dropdown-33c19e56.cjs");const Xu=q.buildProps({modelValue:{type:[String,Number,Boolean],default:void 0},size:Ee.useSizeProp,disabled:Boolean,label:{type:[String,Number,Boolean],default:void 0},value:{type:[String,Number,Boolean],default:void 0},name:{type:String,default:void 0}}),Qt=q.buildProps({...Xu,border:Boolean}),et={[_e.UPDATE_MODEL_EVENT]:e=>q.isString(e)||q.isNumber(e)||q.isBoolean(e),[_e.CHANGE_EVENT]:e=>q.isString(e)||q.isNumber(e)||q.isBoolean(e)},ut=Symbol("radioGroupKey"),tt=(e,t)=>{const n=u.ref(),r=u.inject(ut,void 0),l=u.computed(()=>!!r),o=u.computed(()=>q.isPropAbsent(e.value)?e.label:e.value),c=u.computed({get(){return l.value?r.modelValue:e.modelValue},set(f){l.value?r.changeEvent(f):t&&t(_e.UPDATE_MODEL_EVENT,f),n.value.checked=e.modelValue===o.value}}),a=Ee.useFormSize(u.computed(()=>r==null?void 0:r.size)),i=Ee.useFormDisabled(u.computed(()=>r==null?void 0:r.disabled)),s=u.ref(!1),m=u.computed(()=>i.value||l.value&&c.value!==o.value?-1:0);return Jt.useDeprecated({from:"label act as value",replacement:"value",version:"3.0.0",scope:"el-radio",ref:"https://element-plus.org/en-US/component/radio.html"},u.computed(()=>l.value&&q.isPropAbsent(e.value))),{radioRef:n,isGroup:l,radioGroup:r,focus:s,size:a,disabled:i,tabIndex:m,modelValue:c,actualValue:o}},Kt=u.defineComponent({name:"ElRadio"}),Xt=u.defineComponent({...Kt,props:Qt,emits:et,setup(e,{emit:t}){const n=e,r=q.useNamespace("radio"),{radioRef:l,radioGroup:o,focus:c,size:a,disabled:i,modelValue:s,actualValue:m}=tt(n,t);function f(){u.nextTick(()=>t(_e.CHANGE_EVENT,s.value))}return(b,d)=>{var p;return u.openBlock(),u.createElementBlock("label",{class:u.normalizeClass([u.unref(r).b(),u.unref(r).is("disabled",u.unref(i)),u.unref(r).is("focus",u.unref(c)),u.unref(r).is("bordered",b.border),u.unref(r).is("checked",u.unref(s)===u.unref(m)),u.unref(r).m(u.unref(a))])},[u.createElementVNode("span",{class:u.normalizeClass([u.unref(r).e("input"),u.unref(r).is("disabled",u.unref(i)),u.unref(r).is("checked",u.unref(s)===u.unref(m))])},[u.withDirectives(u.createElementVNode("input",{ref_key:"radioRef",ref:l,"onUpdate:modelValue":E=>u.isRef(s)?s.value=E:null,class:u.normalizeClass(u.unref(r).e("original")),value:u.unref(m),name:b.name||((p=u.unref(o))==null?void 0:p.name),disabled:u.unref(i),checked:u.unref(s)===u.unref(m),type:"radio",onFocus:E=>c.value=!0,onBlur:E=>c.value=!1,onChange:f,onClick:u.withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","checked","onFocus","onBlur","onClick"]),[[u.vModelRadio,u.unref(s)]]),u.createElementVNode("span",{class:u.normalizeClass(u.unref(r).e("inner"))},null,2)],2),u.createElementVNode("span",{class:u.normalizeClass(u.unref(r).e("label")),onKeydown:u.withModifiers(()=>{},["stop"])},[u.renderSlot(b.$slots,"default",{},()=>[u.createTextVNode(u.toDisplayString(b.label),1)])],42,["onKeydown"])],2)}}});var nt=q._export_sfc(Xt,[["__file","radio.vue"]]);const en=q.buildProps({...Xu}),un=u.defineComponent({name:"ElRadioButton"}),tn=u.defineComponent({...un,props:en,setup(e){const t=e,n=q.useNamespace("radio"),{radioRef:r,focus:l,size:o,disabled:c,modelValue:a,radioGroup:i,actualValue:s}=tt(t),m=u.computed(()=>({backgroundColor:(i==null?void 0:i.fill)||"",borderColor:(i==null?void 0:i.fill)||"",boxShadow:i!=null&&i.fill?`-1px 0 0 0 ${i.fill}`:"",color:(i==null?void 0:i.textColor)||""}));return(f,b)=>{var d;return u.openBlock(),u.createElementBlock("label",{class:u.normalizeClass([u.unref(n).b("button"),u.unref(n).is("active",u.unref(a)===u.unref(s)),u.unref(n).is("disabled",u.unref(c)),u.unref(n).is("focus",u.unref(l)),u.unref(n).bm("button",u.unref(o))])},[u.withDirectives(u.createElementVNode("input",{ref_key:"radioRef",ref:r,"onUpdate:modelValue":p=>u.isRef(a)?a.value=p:null,class:u.normalizeClass(u.unref(n).be("button","original-radio")),value:u.unref(s),type:"radio",name:f.name||((d=u.unref(i))==null?void 0:d.name),disabled:u.unref(c),onFocus:p=>l.value=!0,onBlur:p=>l.value=!1,onClick:u.withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","onFocus","onBlur","onClick"]),[[u.vModelRadio,u.unref(a)]]),u.createElementVNode("span",{class:u.normalizeClass(u.unref(n).be("button","inner")),style:u.normalizeStyle(u.unref(a)===u.unref(s)?u.unref(m):{}),onKeydown:u.withModifiers(()=>{},["stop"])},[u.renderSlot(f.$slots,"default",{},()=>[u.createTextVNode(u.toDisplayString(f.label),1)])],46,["onKeydown"])],2)}}});var ot=q._export_sfc(tn,[["__file","radio-button.vue"]]);const nn=q.buildProps({id:{type:String,default:void 0},size:Ee.useSizeProp,disabled:Boolean,modelValue:{type:[String,Number,Boolean],default:void 0},fill:{type:String,default:""},textColor:{type:String,default:""},name:{type:String,default:void 0},validateEvent:{type:Boolean,default:!0},options:{type:q.definePropType(Array)},props:{type:q.definePropType(Object),default:()=>rt},..._e.useAriaProps(["ariaLabel"])}),on=et,rt={label:"label",value:"value",disabled:"disabled"},rn=u.defineComponent({name:"ElRadioGroup"}),ln=u.defineComponent({...rn,props:nn,emits:on,setup(e,{emit:t}){const n=e,r=q.useNamespace("radio"),l=Wt.useId(),o=u.ref(),{formItem:c}=Ee.useFormItem(),{inputId:a,isLabeledByFormItem:i}=Ee.useFormItemInputId(n,{formItemContext:c}),s=d=>{t(_e.UPDATE_MODEL_EVENT,d),u.nextTick(()=>t(_e.CHANGE_EVENT,d))};u.onMounted(()=>{const d=o.value.querySelectorAll("[type=radio]"),p=d[0];!Array.from(d).some(E=>E.checked)&&p&&(p.tabIndex=0)});const m=u.computed(()=>n.name||l.value),f=u.computed(()=>({...rt,...n.props})),b=d=>{const p={label:d[f.value.label],value:d[f.value.value],disabled:d[f.value.disabled]};return{...d,...p}};return u.provide(ut,u.reactive({...u.toRefs(n),changeEvent:s,name:m})),u.watch(()=>n.modelValue,(d,p)=>{n.validateEvent&&!Yt.isEqual(d,p)&&(c==null||c.validate("change").catch(E=>_e.debugWarn()))}),(d,p)=>(u.openBlock(),u.createElementBlock("div",{id:u.unref(a),ref_key:"radioGroupRef",ref:o,class:u.normalizeClass(u.unref(r).b("group")),role:"radiogroup","aria-label":u.unref(i)?void 0:d.ariaLabel||"radio-group","aria-labelledby":u.unref(i)?u.unref(c).labelId:void 0},[u.renderSlot(d.$slots,"default",{},()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(n.options,(E,g)=>(u.openBlock(),u.createBlock(nt,u.mergeProps({key:g},b(E)),null,16))),128))])],10,["id","aria-label","aria-labelledby"]))}});var lt=q._export_sfc(ln,[["__file","radio-group.vue"]]);const eu=q.withInstall(nt,{RadioButton:ot,RadioGroup:lt}),Oe=q.withNoopInstall(lt),_u=q.withNoopInstall(ot),an=q.buildProps({animated:Boolean,count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:q.definePropType([Number,Object])}}),cn=q.buildProps({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}}),sn=u.defineComponent({name:"ElSkeletonItem"}),dn=u.defineComponent({...sn,props:cn,setup(e){const t=q.useNamespace("skeleton");return(n,r)=>(u.openBlock(),u.createElementBlock("div",{class:u.normalizeClass([u.unref(t).e("item"),u.unref(t).e(n.variant)])},[n.variant==="image"?(u.openBlock(),u.createBlock(u.unref(Y.picture_filled_default),{key:0})):u.createCommentVNode("v-if",!0)],2))}});var Je=q._export_sfc(dn,[["__file","skeleton-item.vue"]]);const fn=(e,t=0)=>{if(t===0)return e;const n=q.isObject(t)&&!!t.initVal,r=u.ref(n);let l=null;const o=a=>{if(q.isUndefined(a)){r.value=e.value;return}l&&clearTimeout(l),l=setTimeout(()=>{r.value=e.value},a)},c=a=>{a==="leading"?q.isNumber(t)?o(t):o(t.leading):q.isObject(t)?o(t.trailing):r.value=!1};return u.onMounted(()=>c("leading")),u.watch(()=>e.value,a=>{c(a?"leading":"trailing")}),r},pn=u.defineComponent({name:"ElSkeleton"}),mn=u.defineComponent({...pn,props:an,setup(e,{expose:t}){const n=e,r=q.useNamespace("skeleton"),l=fn(u.toRef(n,"loading"),n.throttle);return t({uiLoading:l}),(o,c)=>u.unref(l)?(u.openBlock(),u.createElementBlock("div",u.mergeProps({key:0,class:[u.unref(r).b(),u.unref(r).is("animated",o.animated)]},o.$attrs),[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(o.count,a=>(u.openBlock(),u.createElementBlock(u.Fragment,{key:a},[u.unref(l)?u.renderSlot(o.$slots,"template",{key:a},()=>[u.createVNode(Je,{class:u.normalizeClass(u.unref(r).is("first")),variant:"p"},null,8,["class"]),(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(o.rows,i=>(u.openBlock(),u.createBlock(Je,{key:i,class:u.normalizeClass([u.unref(r).e("paragraph"),u.unref(r).is("last",i===o.rows&&o.rows>1)]),variant:"p"},null,8,["class"]))),128))]):u.createCommentVNode("v-if",!0)],64))),128))],16)):u.renderSlot(o.$slots,"default",u.normalizeProps(u.mergeProps({key:1},o.$attrs)))}});var bn=q._export_sfc(mn,[["__file","skeleton.vue"]]);const hn=q.withInstall(bn,{SkeletonItem:Je});q.withNoopInstall(Je);const Au={varietyMarket:{show:!0,options:[]},commonOption:{show:!0,options:[]},marketIds:{show:!0,options:[]},customTag:{show:!0},jcTranslate:{show:!0,jcOptions:[{label:"恒指",value:"HZCFJC"},{label:"恒生科技",value:"HSKJCFJC"},{label:"上证50",value:"SZ50CFJC"},{label:"沪深300",value:"HS300CFJC"},{label:"中证500",value:"ZZ500CFJC"},{label:"中证1000",value:"ZZ1000CFJC"}]},factorScreen:{show:!0,sqlShow:!1,cycleShow:!0,cycleDefault:null,cycleOptions:[],factorOptions:[],factorDescriptions:[]},commonIndicator:{show:!0,options:[{key:"marketCapital",label:"总市值",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,10],unit:["亿","亿"],text:"≤10亿"},{range:[null,25],unit:["亿","亿"],text:"≤25亿"},{range:[null,50],unit:["亿","亿"],text:"≤50亿"},{range:[20,50],unit:["亿","亿"],text:"20亿~50亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"},{range:[200,null],unit:["亿","亿"],text:"≥200亿"},{range:[500,null],unit:["亿","亿"],text:"≥500亿"},{range:[1e3,null],unit:["亿","亿"],text:"≥1000亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"floatMarketCapital",label:"流通市值",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,5],unit:["亿","亿"],text:"≤5亿"},{range:[null,20],unit:["亿","亿"],text:"≤20亿"},{range:[null,50],unit:["亿","亿"],text:"≤50亿"},{range:[null,100],unit:["亿","亿"],text:"≤100亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"},{range:[200,null],unit:["亿","亿"],text:"≥200亿"},{range:[500,null],unit:["亿","亿"],text:"≥500亿"},{range:[1e3,null],unit:["亿","亿"],text:"≥1000亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"totalShares",label:"总股本",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,5],unit:["亿","亿"],text:"≤5亿"},{range:[null,10],unit:["亿","亿"],text:"≤10亿"},{range:[null,75],unit:["亿","亿"],text:"≤75亿"},{range:[10,75],unit:["亿","亿"],text:"10亿~75亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"freeFloatShares",label:"流通股本",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,5],unit:["千万","千万"],text:"≤5千万"},{range:[5,3],unit:["千万","亿"],text:"5千万~3亿"},{range:[null,5],unit:["亿","亿"],text:"≤5亿"},{range:[null,10],unit:["亿","亿"],text:"≤10亿"},{range:[8,30],unit:["亿","亿"],text:"8亿~30亿"},{range:[30,null],unit:["亿","亿"],text:"≥30亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"peTtm",label:"市盈率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,0],unit:[],text:"亏损"},{range:[0,null],unit:[],text:"≥0"},{range:[0,20],unit:[],text:"0~20"},{range:[20,40],unit:[],text:"20~40"},{range:[40,100],unit:[],text:"40~100"},{range:[100,null],unit:[],text:"≥100"}],defaultUnit:[],unitOptions:[]},{key:"pb",label:"市净率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[0,null],unit:[],text:"≥0"},{range:[0,1],unit:[],text:"0~1"},{range:[1,2],unit:[],text:"1~2"},{range:[0,3],unit:[],text:"0~3"},{range:[3,null],unit:[],text:"≥3"}],defaultUnit:[],unitOptions:[]},{key:"roe",label:"净资产收益率roe",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,0],unit:["%","%"],text:"<0"},{range:[0,null],unit:["%","%"],text:">0"},{range:[10,null],unit:["%","%"],text:">10%"},{range:[15,null],unit:["%","%"],text:">15%"},{range:[20,null],unit:["%","%"],text:">20%"},{range:[30,null],unit:["%","%"],text:">30%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"fiveYearRoe",label:"5年净资产收益率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"freeFloatRatio",label:"流通比例",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"eps",label:"每股净收益",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,0],unit:["元","元"],text:"≤0"},{range:[0,null],unit:["元","元"],text:"≥0"},{range:[.2,null],unit:["元","元"],text:"≥0.2元"},{range:[.5,null],unit:["元","元"],text:"≥0.5元"},{range:[1,null],unit:["元","元"],text:"≥1元"},{range:[2,null],unit:["元","元"],text:"≥2元"}],defaultUnit:["元","元"],unitOptions:["元"]},{key:"tFeaturelncomes",label:"净利润",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"epsGrowthRate",label:"每股收益增长率",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"incrementRevenueLyr",label:"营业收入增长率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"netProfitGrowthRatioLyr",label:"净利润增长率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"turnoverRate",label:"换手率(实)",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,1],unit:["%","%"],text:"≤1%"},{range:[1,5],unit:["%","%"],text:"1%~5%"},{range:[5,10],unit:["%","%"],text:"5%~10%"},{range:[10,null],unit:["%","%"],text:"≥10%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"mnShr",label:"成交额",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[0,1],unit:["亿","亿"],text:"0~1亿"},{range:[0,5],unit:["亿","亿"],text:"0~5亿"},{range:[0,10],unit:["亿","亿"],text:"0~10亿"},{range:[10,null],unit:["亿","亿"],text:"≥10亿"},{range:[50,null],unit:["亿","亿"],text:"≥50亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"perVolumn",label:"成交量",type:"custom",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"],radioTypeOptions:[{label:"数值",value:"0"},{label:"分位",value:"2"}],defaultRadioType:"2"},{key:"amplitude",label:"振幅",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,1],unit:["%","%"],text:"≤1%"},{range:[1,5],unit:["%","%"],text:"1%~5%"},{range:[5,10],unit:["%","%"],text:"5%~10%"},{range:[10,null],unit:["%","%"],text:"≥10%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"dividendYield",label:"股息率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,1],unit:["%","%"],text:"≤1%"},{range:[1,5],unit:["%","%"],text:"1%~5%"},{range:[5,10],unit:["%","%"],text:"5%~10%"},{range:[10,null],unit:["%","%"],text:"≥10%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"st",label:"是否ST",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"auditOpinionType",label:"年报审计意见",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"priceLevels",label:"股价分位",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"peTtmLevels",label:"市盈率分位",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"peTrendTtmLevels",label:"市盈率估值走势分位",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"mainFlow",label:"主力净流入资金",type:"custom",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},radioTypeOptions:[{label:"涨幅",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"0"},{key:"listingDays",label:"上市天数",parent:{varietyMarketIds:[2,3,4,5,6,7,8],commonOptionIds:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]},convenientOptions:[],defaultUnit:["天","天"],unitOptions:["天"]},{key:"strongStocks",label:"强势股",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[],defaultUnit:["天","天"],unitOptions:["天"]},{key:"expireDays",label:"过期天数",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["天","天"],unitOptions:["天"]},{key:"virtualRealDegree",label:"虚实度",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["%","%"],unitOptions:["%"]},{key:"yearProfitRate",label:"年化收益率",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["%","%"],unitOptions:["%"]},{key:"impliedVolatility",label:"隐含波动率",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["%","%"],unitOptions:["%"]},{key:"levelMultiplier",label:"杠杆率",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[]},{key:"turnover",label:"成交额(期权)",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["万","万"],unitOptions:["万"],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"volume",label:"成交量(期权)",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"openInterest",label:"持仓量",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"optionsCpType",label:"认沽认购",parent:{varietyMarketIds:[8],commonOptionIds:[11]},type:"custom"},{key:"optionGear",label:"期权档位",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[]}]}},Tu={...Au,compositeOrder:{show:!0,options:Au.commonIndicator.options}};const xn=(e,t,n)=>{!t[0]&&t[0]!==0&&!t[1]&&t[1]!==0?n(new Error("至少填写一个分数")):n()},Nu=e=>{const t=/(条件(\d+))/g;return e.match(t)||[]},_n=e=>{if(!e)return[];const t=/\$\{([^}]+)\}/g,n=[];let r;for(;(r=t.exec(e))!==null;)n.push(r[1]);return[...new Set(n)]},Bu={};function kn(e){let t=Bu[e];if(t)return t;t=Bu[e]=[];for(let n=0;n<128;n++){const r=String.fromCharCode(n);t.push(r)}for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);t[r]="%"+("0"+r.toString(16).toUpperCase()).slice(-2)}return t}function De(e,t){typeof t!="string"&&(t=De.defaultChars);const n=kn(t);return e.replace(/(%[a-f0-9]{2})+/gi,function(r){let l="";for(let o=0,c=r.length;o<c;o+=3){const a=parseInt(r.slice(o+1,o+3),16);if(a<128){l+=n[a];continue}if((a&224)===192&&o+3<c){const i=parseInt(r.slice(o+4,o+6),16);if((i&192)===128){const s=a<<6&1984|i&63;s<128?l+="��":l+=String.fromCharCode(s),o+=3;continue}}if((a&240)===224&&o+6<c){const i=parseInt(r.slice(o+4,o+6),16),s=parseInt(r.slice(o+7,o+9),16);if((i&192)===128&&(s&192)===128){const m=a<<12&61440|i<<6&4032|s&63;m<2048||m>=55296&&m<=57343?l+="���":l+=String.fromCharCode(m),o+=6;continue}}if((a&248)===240&&o+9<c){const i=parseInt(r.slice(o+4,o+6),16),s=parseInt(r.slice(o+7,o+9),16),m=parseInt(r.slice(o+10,o+12),16);if((i&192)===128&&(s&192)===128&&(m&192)===128){let f=a<<18&1835008|i<<12&258048|s<<6&4032|m&63;f<65536||f>1114111?l+="����":(f-=65536,l+=String.fromCharCode(55296+(f>>10),56320+(f&1023))),o+=9;continue}}l+="�"}return l})}De.defaultChars=";/?:@&=+$,#";De.componentChars="";const Su={};function gn(e){let t=Su[e];if(t)return t;t=Su[e]=[];for(let n=0;n<128;n++){const r=String.fromCharCode(n);/^[0-9a-z]$/i.test(r)?t.push(r):t.push("%"+("0"+n.toString(16).toUpperCase()).slice(-2))}for(let n=0;n<e.length;n++)t[e.charCodeAt(n)]=e[n];return t}function $e(e,t,n){typeof t!="string"&&(n=t,t=$e.defaultChars),typeof n>"u"&&(n=!0);const r=gn(t);let l="";for(let o=0,c=e.length;o<c;o++){const a=e.charCodeAt(o);if(n&&a===37&&o+2<c&&/^[0-9a-f]{2}$/i.test(e.slice(o+1,o+3))){l+=e.slice(o,o+3),o+=2;continue}if(a<128){l+=r[a];continue}if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&o+1<c){const i=e.charCodeAt(o+1);if(i>=56320&&i<=57343){l+=encodeURIComponent(e[o]+e[o+1]),o++;continue}}l+="%EF%BF%BD";continue}l+=encodeURIComponent(e[o])}return l}$e.defaultChars=";/?:@&=+$,-_.!~*'()#";$e.componentChars="-_.!~*'()";function ku(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}function We(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const vn=/^([a-z0-9.+-]+:)/i,yn=/:[0-9]*$/,Cn=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,En=["<",">",'"',"`"," ","\r",`
|
|
2
|
-
`," "],Dn=["{","}","|","\\","^","`"].concat(En),Vn=["'"].concat(Dn),Iu=["%","/","?",";","#"].concat(Vn),Ou=["/","?","#"],wn=255,$u=/^[+a-z0-9A-Z_-]{0,63}$/,Fn=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Mu={javascript:!0,"javascript:":!0},qu={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function gu(e,t){if(e&&e instanceof We)return e;const n=new We;return n.parse(e,t),n}We.prototype.parse=function(e,t){let n,r,l,o=e;if(o=o.trim(),!t&&e.split("#").length===1){const s=Cn.exec(o);if(s)return this.pathname=s[1],s[2]&&(this.search=s[2]),this}let c=vn.exec(o);if(c&&(c=c[0],n=c.toLowerCase(),this.protocol=c,o=o.substr(c.length)),(t||c||o.match(/^\/\/[^@\/]+@[^@\/]+/))&&(l=o.substr(0,2)==="//",l&&!(c&&Mu[c])&&(o=o.substr(2),this.slashes=!0)),!Mu[c]&&(l||c&&!qu[c])){let s=-1;for(let p=0;p<Ou.length;p++)r=o.indexOf(Ou[p]),r!==-1&&(s===-1||r<s)&&(s=r);let m,f;s===-1?f=o.lastIndexOf("@"):f=o.lastIndexOf("@",s),f!==-1&&(m=o.slice(0,f),o=o.slice(f+1),this.auth=m),s=-1;for(let p=0;p<Iu.length;p++)r=o.indexOf(Iu[p]),r!==-1&&(s===-1||r<s)&&(s=r);s===-1&&(s=o.length),o[s-1]===":"&&s--;const b=o.slice(0,s);o=o.slice(s),this.parseHost(b),this.hostname=this.hostname||"";const d=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!d){const p=this.hostname.split(/\./);for(let E=0,g=p.length;E<g;E++){const h=p[E];if(h&&!h.match($u)){let D="";for(let y=0,w=h.length;y<w;y++)h.charCodeAt(y)>127?D+="x":D+=h[y];if(!D.match($u)){const y=p.slice(0,E),w=p.slice(E+1),k=h.match(Fn);k&&(y.push(k[1]),w.unshift(k[2])),w.length&&(o=w.join(".")+o),this.hostname=y.join(".");break}}}}this.hostname.length>wn&&(this.hostname=""),d&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const a=o.indexOf("#");a!==-1&&(this.hash=o.substr(a),o=o.slice(0,a));const i=o.indexOf("?");return i!==-1&&(this.search=o.substr(i),o=o.slice(0,i)),o&&(this.pathname=o),qu[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this};We.prototype.parseHost=function(e){let t=yn.exec(e);t&&(t=t[0],t!==":"&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const An=Object.freeze(Object.defineProperty({__proto__:null,decode:De,encode:$e,format:ku,parse:gu},Symbol.toStringTag,{value:"Module"})),at=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,ct=/[\0-\x1F\x7F-\x9F]/,Tn=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,vu=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,it=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,st=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Nn=Object.freeze(Object.defineProperty({__proto__:null,Any:at,Cc:ct,Cf:Tn,P:vu,S:it,Z:st},Symbol.toStringTag,{value:"Module"})),Bn=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),Sn=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var lu;const In=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),On=(lu=String.fromCodePoint)!==null&&lu!==void 0?lu:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function $n(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=In.get(e))!==null&&t!==void 0?t:e}var Z;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(Z||(Z={}));const Mn=32;var xe;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(xe||(xe={}));function mu(e){return e>=Z.ZERO&&e<=Z.NINE}function qn(e){return e>=Z.UPPER_A&&e<=Z.UPPER_F||e>=Z.LOWER_A&&e<=Z.LOWER_F}function Rn(e){return e>=Z.UPPER_A&&e<=Z.UPPER_Z||e>=Z.LOWER_A&&e<=Z.LOWER_Z||mu(e)}function Ln(e){return e===Z.EQUALS||Rn(e)}var H;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(H||(H={}));var he;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(he||(he={}));class zn{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=H.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=he.Strict}startEntity(t){this.decodeMode=t,this.state=H.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case H.EntityStart:return t.charCodeAt(n)===Z.NUM?(this.state=H.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=H.NamedEntity,this.stateNamedEntity(t,n));case H.NumericStart:return this.stateNumericStart(t,n);case H.NumericDecimal:return this.stateNumericDecimal(t,n);case H.NumericHex:return this.stateNumericHex(t,n);case H.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|Mn)===Z.LOWER_X?(this.state=H.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=H.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,l){if(n!==r){const o=r-n;this.result=this.result*Math.pow(l,o)+parseInt(t.substr(n,o),l),this.consumed+=o}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const l=t.charCodeAt(n);if(mu(l)||qn(l))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(l,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const l=t.charCodeAt(n);if(mu(l))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(l,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===Z.SEMI)this.consumed+=1;else if(this.decodeMode===he.Strict)return 0;return this.emitCodePoint($n(this.result),this.consumed),this.errors&&(t!==Z.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let l=r[this.treeIndex],o=(l&xe.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const c=t.charCodeAt(n);if(this.treeIndex=Pn(r,l,this.treeIndex+Math.max(1,o),c),this.treeIndex<0)return this.result===0||this.decodeMode===he.Attribute&&(o===0||Ln(c))?0:this.emitNotTerminatedNamedEntity();if(l=r[this.treeIndex],o=(l&xe.VALUE_LENGTH)>>14,o!==0){if(c===Z.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==he.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,l=(r[n]&xe.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,l,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:l}=this;return this.emitCodePoint(n===1?l[t]&~xe.VALUE_LENGTH:l[t+1],r),n===3&&this.emitCodePoint(l[t+2],r),r}end(){var t;switch(this.state){case H.NamedEntity:return this.result!==0&&(this.decodeMode!==he.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case H.NumericDecimal:return this.emitNumericEntity(0,2);case H.NumericHex:return this.emitNumericEntity(0,3);case H.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case H.EntityStart:return 0}}}function dt(e){let t="";const n=new zn(e,r=>t+=On(r));return function(l,o){let c=0,a=0;for(;(a=l.indexOf("&",a))>=0;){t+=l.slice(c,a),n.startEntity(o);const s=n.write(l,a+1);if(s<0){c=a+n.end();break}c=a+s,a=s===0?c+1:c}const i=t+l.slice(c);return t="",i}}function Pn(e,t,n,r){const l=(t&xe.BRANCH_LENGTH)>>7,o=t&xe.JUMP_TABLE;if(l===0)return o!==0&&r===o?n:-1;if(o){const i=r-o;return i<0||i>=l?-1:e[n+i]-1}let c=n,a=c+l-1;for(;c<=a;){const i=c+a>>>1,s=e[i];if(s<r)c=i+1;else if(s>r)a=i-1;else return e[i+l]}return-1}const Un=dt(Bn);dt(Sn);function ft(e,t=he.Legacy){return Un(e,t)}function jn(e){return Object.prototype.toString.call(e)}function yu(e){return jn(e)==="[object String]"}const Hn=Object.prototype.hasOwnProperty;function Zn(e,t){return Hn.call(e,t)}function uu(e){return Array.prototype.slice.call(arguments,1).forEach(function(n){if(n){if(typeof n!="object")throw new TypeError(n+"must be object");Object.keys(n).forEach(function(r){e[r]=n[r]})}}),e}function pt(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function Cu(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||(e&65535)===65535||(e&65535)===65534||e>=0&&e<=8||e===11||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function Ye(e){if(e>65535){e-=65536;const t=55296+(e>>10),n=56320+(e&1023);return String.fromCharCode(t,n)}return String.fromCharCode(e)}const mt=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Gn=/&([a-z#][a-z0-9]{1,31});/gi,Jn=new RegExp(mt.source+"|"+Gn.source,"gi"),Wn=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Yn(e,t){if(t.charCodeAt(0)===35&&Wn.test(t)){const r=t[1].toLowerCase()==="x"?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return Cu(r)?Ye(r):e}const n=ft(e);return n!==e?n:e}function Qn(e){return e.indexOf("\\")<0?e:e.replace(mt,"$1")}function Ve(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(Jn,function(t,n,r){return n||Yn(t,r)})}const Kn=/[&<>"]/,Xn=/[&<>"]/g,e0={"&":"&","<":"<",">":">",'"':"""};function u0(e){return e0[e]}function ge(e){return Kn.test(e)?e.replace(Xn,u0):e}const t0=/[.?*+^$[\]\\(){}|-]/g;function n0(e){return e.replace(t0,"\\$&")}function P(e){switch(e){case 9:case 32:return!0}return!1}function Te(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function Ne(e){return vu.test(e)||it.test(e)}function Be(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function tu(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const o0={mdurl:An,ucmicro:Nn},r0=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:pt,assign:uu,escapeHtml:ge,escapeRE:n0,fromCodePoint:Ye,has:Zn,isMdAsciiPunct:Be,isPunctChar:Ne,isSpace:P,isString:yu,isValidEntityCode:Cu,isWhiteSpace:Te,lib:o0,normalizeReference:tu,unescapeAll:Ve,unescapeMd:Qn},Symbol.toStringTag,{value:"Module"}));function l0(e,t,n){let r,l,o,c;const a=e.posMax,i=e.pos;for(e.pos=t+1,r=1;e.pos<a;){if(o=e.src.charCodeAt(e.pos),o===93&&(r--,r===0)){l=!0;break}if(c=e.pos,e.md.inline.skipToken(e),o===91){if(c===e.pos-1)r++;else if(n)return e.pos=i,-1}}let s=-1;return l&&(s=e.pos),e.pos=i,s}function a0(e,t,n){let r,l=t;const o={ok:!1,pos:0,str:""};if(e.charCodeAt(l)===60){for(l++;l<n;){if(r=e.charCodeAt(l),r===10||r===60)return o;if(r===62)return o.pos=l+1,o.str=Ve(e.slice(t+1,l)),o.ok=!0,o;if(r===92&&l+1<n){l+=2;continue}l++}return o}let c=0;for(;l<n&&(r=e.charCodeAt(l),!(r===32||r<32||r===127));){if(r===92&&l+1<n){if(e.charCodeAt(l+1)===32)break;l+=2;continue}if(r===40&&(c++,c>32))return o;if(r===41){if(c===0)break;c--}l++}return t===l||c!==0||(o.str=Ve(e.slice(t,l)),o.pos=l,o.ok=!0),o}function c0(e,t,n,r){let l,o=t;const c={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(r)c.str=r.str,c.marker=r.marker;else{if(o>=n)return c;let a=e.charCodeAt(o);if(a!==34&&a!==39&&a!==40)return c;t++,o++,a===40&&(a=41),c.marker=a}for(;o<n;){if(l=e.charCodeAt(o),l===c.marker)return c.pos=o+1,c.str+=Ve(e.slice(t,o)),c.ok=!0,c;if(l===40&&c.marker===41)return c;l===92&&o+1<n&&o++,o++}return c.can_continue=!0,c.str+=Ve(e.slice(t,o)),c}const i0=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:a0,parseLinkLabel:l0,parseLinkTitle:c0},Symbol.toStringTag,{value:"Module"})),de={};de.code_inline=function(e,t,n,r,l){const o=e[t];return"<code"+l.renderAttrs(o)+">"+ge(o.content)+"</code>"};de.code_block=function(e,t,n,r,l){const o=e[t];return"<pre"+l.renderAttrs(o)+"><code>"+ge(e[t].content)+`</code></pre>
|
|
1
|
+
"use strict";const q=require("./base-ef747d02.cjs");require("./el-tag-5d5608e0.cjs");const ke=require("./el-select-ec04e7ce.cjs");require("./el-scrollbar-bc3f790d.cjs");const me=require("./el-popper-43ec37f4.cjs"),pu=require("./el-checkbox-bdf64663.cjs");require("./el-checkbox-group-0ea8fbf8.cjs");const u=require("vue"),zt=require("./el-empty-1697ded8.cjs"),Ie=require("./el-dialog-0ef95df6.cjs");require("./el-overlay-151708cb.cjs");const Ge=require("./el-form-item-77ef6784.cjs"),xu=require("./el-input-89222943.cjs"),Yu=require("./el-input-number-d3338e5e.cjs");require("./el-tooltip-0ea8fbf8.cjs");const Ke=require("./el-button-13dc915f.cjs");require("./el-popover-0ea8fbf8.cjs");const Pt=require("./el-text-abf10fdf.cjs"),Ut=require("./index-8901a38c.cjs"),Y=require("./index-476c4459.cjs"),jt=require("./aiTools-9fd42de8.cjs"),Fu=require("./el-table-column-35e47229.cjs"),Qu=require("./index-a00e0534.cjs"),Ht=require("./index-2d7ac156.cjs");require("./el-message-0ea8fbf8.cjs");const Ku=require("./el-message-box-f5717070.cjs"),we=require("./_plugin-vue_export-helper-f246444f.cjs"),j=require("./index-c58e90e9.cjs"),Xe=require("./index-60c69dd1.cjs"),Zt=require("./index-db846633.cjs"),Ee=require("./use-form-common-props-02be4928.cjs"),Gt=require("./index-f1c702f6.cjs"),Jt=require("./index-9780a537.cjs"),Wt=require("./index-cfcd60ca.cjs");require("./index-bb833443.cjs");require("./castArray-35947698.cjs");require("./index-cfd00899.cjs");require("./scroll-b108dabd.cjs");require("./debounce-62f5b6e8.cjs");require("./vnode-b906ae6d.cjs");require("./use-global-config-31b3ec57.cjs");require("./_initCloneObject-76e116d0.cjs");require("./typescript-b63f8e83.cjs");require("./index-eea0bcb3.cjs");require("./raf-8249652f.cjs");require("./VarietySelect-610903f0.cjs");require("./el-autocomplete-16f66b34.cjs");require("./validator-ea292506.cjs");require("./config-provider-4c784baf.cjs");require("./dropdown-987c47fb.cjs");const Xu=q.buildProps({modelValue:{type:[String,Number,Boolean],default:void 0},size:Ee.useSizeProp,disabled:Boolean,label:{type:[String,Number,Boolean],default:void 0},value:{type:[String,Number,Boolean],default:void 0},name:{type:String,default:void 0}}),Yt=q.buildProps({...Xu,border:Boolean}),et={[me.UPDATE_MODEL_EVENT]:e=>q.isString(e)||q.isNumber(e)||q.isBoolean(e),[me.CHANGE_EVENT]:e=>q.isString(e)||q.isNumber(e)||q.isBoolean(e)},ut=Symbol("radioGroupKey"),tt=(e,t)=>{const n=u.ref(),r=u.inject(ut,void 0),l=u.computed(()=>!!r),o=u.computed(()=>q.isPropAbsent(e.value)?e.label:e.value),c=u.computed({get(){return l.value?r.modelValue:e.modelValue},set(f){l.value?r.changeEvent(f):t&&t(me.UPDATE_MODEL_EVENT,f),n.value.checked=e.modelValue===o.value}}),a=Ee.useFormSize(u.computed(()=>r==null?void 0:r.size)),i=Ee.useFormDisabled(u.computed(()=>r==null?void 0:r.disabled)),s=u.ref(!1),m=u.computed(()=>i.value||l.value&&c.value!==o.value?-1:0);return Gt.useDeprecated({from:"label act as value",replacement:"value",version:"3.0.0",scope:"el-radio",ref:"https://element-plus.org/en-US/component/radio.html"},u.computed(()=>l.value&&q.isPropAbsent(e.value))),{radioRef:n,isGroup:l,radioGroup:r,focus:s,size:a,disabled:i,tabIndex:m,modelValue:c,actualValue:o}},Qt=u.defineComponent({name:"ElRadio"}),Kt=u.defineComponent({...Qt,props:Yt,emits:et,setup(e,{emit:t}){const n=e,r=q.useNamespace("radio"),{radioRef:l,radioGroup:o,focus:c,size:a,disabled:i,modelValue:s,actualValue:m}=tt(n,t);function f(){u.nextTick(()=>t(me.CHANGE_EVENT,s.value))}return(b,d)=>{var p;return u.openBlock(),u.createElementBlock("label",{class:u.normalizeClass([u.unref(r).b(),u.unref(r).is("disabled",u.unref(i)),u.unref(r).is("focus",u.unref(c)),u.unref(r).is("bordered",b.border),u.unref(r).is("checked",u.unref(s)===u.unref(m)),u.unref(r).m(u.unref(a))])},[u.createElementVNode("span",{class:u.normalizeClass([u.unref(r).e("input"),u.unref(r).is("disabled",u.unref(i)),u.unref(r).is("checked",u.unref(s)===u.unref(m))])},[u.withDirectives(u.createElementVNode("input",{ref_key:"radioRef",ref:l,"onUpdate:modelValue":C=>u.isRef(s)?s.value=C:null,class:u.normalizeClass(u.unref(r).e("original")),value:u.unref(m),name:b.name||((p=u.unref(o))==null?void 0:p.name),disabled:u.unref(i),checked:u.unref(s)===u.unref(m),type:"radio",onFocus:C=>c.value=!0,onBlur:C=>c.value=!1,onChange:f,onClick:u.withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","checked","onFocus","onBlur","onClick"]),[[u.vModelRadio,u.unref(s)]]),u.createElementVNode("span",{class:u.normalizeClass(u.unref(r).e("inner"))},null,2)],2),u.createElementVNode("span",{class:u.normalizeClass(u.unref(r).e("label")),onKeydown:u.withModifiers(()=>{},["stop"])},[u.renderSlot(b.$slots,"default",{},()=>[u.createTextVNode(u.toDisplayString(b.label),1)])],42,["onKeydown"])],2)}}});var nt=q._export_sfc(Kt,[["__file","radio.vue"]]);const Xt=q.buildProps({...Xu}),en=u.defineComponent({name:"ElRadioButton"}),un=u.defineComponent({...en,props:Xt,setup(e){const t=e,n=q.useNamespace("radio"),{radioRef:r,focus:l,size:o,disabled:c,modelValue:a,radioGroup:i,actualValue:s}=tt(t),m=u.computed(()=>({backgroundColor:(i==null?void 0:i.fill)||"",borderColor:(i==null?void 0:i.fill)||"",boxShadow:i!=null&&i.fill?`-1px 0 0 0 ${i.fill}`:"",color:(i==null?void 0:i.textColor)||""}));return(f,b)=>{var d;return u.openBlock(),u.createElementBlock("label",{class:u.normalizeClass([u.unref(n).b("button"),u.unref(n).is("active",u.unref(a)===u.unref(s)),u.unref(n).is("disabled",u.unref(c)),u.unref(n).is("focus",u.unref(l)),u.unref(n).bm("button",u.unref(o))])},[u.withDirectives(u.createElementVNode("input",{ref_key:"radioRef",ref:r,"onUpdate:modelValue":p=>u.isRef(a)?a.value=p:null,class:u.normalizeClass(u.unref(n).be("button","original-radio")),value:u.unref(s),type:"radio",name:f.name||((d=u.unref(i))==null?void 0:d.name),disabled:u.unref(c),onFocus:p=>l.value=!0,onBlur:p=>l.value=!1,onClick:u.withModifiers(()=>{},["stop"])},null,42,["onUpdate:modelValue","value","name","disabled","onFocus","onBlur","onClick"]),[[u.vModelRadio,u.unref(a)]]),u.createElementVNode("span",{class:u.normalizeClass(u.unref(n).be("button","inner")),style:u.normalizeStyle(u.unref(a)===u.unref(s)?u.unref(m):{}),onKeydown:u.withModifiers(()=>{},["stop"])},[u.renderSlot(f.$slots,"default",{},()=>[u.createTextVNode(u.toDisplayString(f.label),1)])],46,["onKeydown"])],2)}}});var ot=q._export_sfc(un,[["__file","radio-button.vue"]]);const tn=q.buildProps({id:{type:String,default:void 0},size:Ee.useSizeProp,disabled:Boolean,modelValue:{type:[String,Number,Boolean],default:void 0},fill:{type:String,default:""},textColor:{type:String,default:""},name:{type:String,default:void 0},validateEvent:{type:Boolean,default:!0},options:{type:q.definePropType(Array)},props:{type:q.definePropType(Object),default:()=>rt},...me.useAriaProps(["ariaLabel"])}),nn=et,rt={label:"label",value:"value",disabled:"disabled"},on=u.defineComponent({name:"ElRadioGroup"}),rn=u.defineComponent({...on,props:tn,emits:nn,setup(e,{emit:t}){const n=e,r=q.useNamespace("radio"),l=Jt.useId(),o=u.ref(),{formItem:c}=Ee.useFormItem(),{inputId:a,isLabeledByFormItem:i}=Ee.useFormItemInputId(n,{formItemContext:c}),s=d=>{t(me.UPDATE_MODEL_EVENT,d),u.nextTick(()=>t(me.CHANGE_EVENT,d))};u.onMounted(()=>{const d=o.value.querySelectorAll("[type=radio]"),p=d[0];!Array.from(d).some(C=>C.checked)&&p&&(p.tabIndex=0)});const m=u.computed(()=>n.name||l.value),f=u.computed(()=>({...rt,...n.props})),b=d=>{const p={label:d[f.value.label],value:d[f.value.value],disabled:d[f.value.disabled]};return{...d,...p}};return u.provide(ut,u.reactive({...u.toRefs(n),changeEvent:s,name:m})),u.watch(()=>n.modelValue,(d,p)=>{n.validateEvent&&!Wt.isEqual(d,p)&&(c==null||c.validate("change").catch(C=>me.debugWarn()))}),(d,p)=>(u.openBlock(),u.createElementBlock("div",{id:u.unref(a),ref_key:"radioGroupRef",ref:o,class:u.normalizeClass(u.unref(r).b("group")),role:"radiogroup","aria-label":u.unref(i)?void 0:d.ariaLabel||"radio-group","aria-labelledby":u.unref(i)?u.unref(c).labelId:void 0},[u.renderSlot(d.$slots,"default",{},()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(n.options,(C,g)=>(u.openBlock(),u.createBlock(nt,u.mergeProps({key:g},b(C)),null,16))),128))])],10,["id","aria-label","aria-labelledby"]))}});var lt=q._export_sfc(rn,[["__file","radio-group.vue"]]);const eu=q.withInstall(nt,{RadioButton:ot,RadioGroup:lt}),Oe=q.withNoopInstall(lt),_u=q.withNoopInstall(ot),ln=q.buildProps({animated:Boolean,count:{type:Number,default:1},rows:{type:Number,default:3},loading:{type:Boolean,default:!0},throttle:{type:q.definePropType([Number,Object])}}),an=q.buildProps({variant:{type:String,values:["circle","rect","h1","h3","text","caption","p","image","button"],default:"text"}}),cn=u.defineComponent({name:"ElSkeletonItem"}),sn=u.defineComponent({...cn,props:an,setup(e){const t=q.useNamespace("skeleton");return(n,r)=>(u.openBlock(),u.createElementBlock("div",{class:u.normalizeClass([u.unref(t).e("item"),u.unref(t).e(n.variant)])},[n.variant==="image"?(u.openBlock(),u.createBlock(u.unref(Y.picture_filled_default),{key:0})):u.createCommentVNode("v-if",!0)],2))}});var Je=q._export_sfc(sn,[["__file","skeleton-item.vue"]]);const dn=(e,t=0)=>{if(t===0)return e;const n=q.isObject(t)&&!!t.initVal,r=u.ref(n);let l=null;const o=a=>{if(q.isUndefined(a)){r.value=e.value;return}l&&clearTimeout(l),l=setTimeout(()=>{r.value=e.value},a)},c=a=>{a==="leading"?q.isNumber(t)?o(t):o(t.leading):q.isObject(t)?o(t.trailing):r.value=!1};return u.onMounted(()=>c("leading")),u.watch(()=>e.value,a=>{c(a?"leading":"trailing")}),r},fn=u.defineComponent({name:"ElSkeleton"}),pn=u.defineComponent({...fn,props:ln,setup(e,{expose:t}){const n=e,r=q.useNamespace("skeleton"),l=dn(u.toRef(n,"loading"),n.throttle);return t({uiLoading:l}),(o,c)=>u.unref(l)?(u.openBlock(),u.createElementBlock("div",u.mergeProps({key:0,class:[u.unref(r).b(),u.unref(r).is("animated",o.animated)]},o.$attrs),[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(o.count,a=>(u.openBlock(),u.createElementBlock(u.Fragment,{key:a},[u.unref(l)?u.renderSlot(o.$slots,"template",{key:a},()=>[u.createVNode(Je,{class:u.normalizeClass(u.unref(r).is("first")),variant:"p"},null,8,["class"]),(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(o.rows,i=>(u.openBlock(),u.createBlock(Je,{key:i,class:u.normalizeClass([u.unref(r).e("paragraph"),u.unref(r).is("last",i===o.rows&&o.rows>1)]),variant:"p"},null,8,["class"]))),128))]):u.createCommentVNode("v-if",!0)],64))),128))],16)):u.renderSlot(o.$slots,"default",u.normalizeProps(u.mergeProps({key:1},o.$attrs)))}});var mn=q._export_sfc(pn,[["__file","skeleton.vue"]]);const bn=q.withInstall(mn,{SkeletonItem:Je});q.withNoopInstall(Je);const Au={varietyMarket:{show:!0,options:[]},commonOption:{show:!0,options:[]},marketIds:{show:!0,options:[]},customTag:{show:!0},jcTranslate:{show:!0,jcOptions:[{label:"恒指",value:"HZCFJC"},{label:"恒生科技",value:"HSKJCFJC"},{label:"上证50",value:"SZ50CFJC"},{label:"沪深300",value:"HS300CFJC"},{label:"中证500",value:"ZZ500CFJC"},{label:"中证1000",value:"ZZ1000CFJC"}]},factorScreen:{show:!0,sqlShow:!1,cycleShow:!0,cycleDefault:null,cycleOptions:[],factorOptions:[],factorDescriptions:[]},commonIndicator:{show:!0,options:[{key:"marketCapital",label:"总市值",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,10],unit:["亿","亿"],text:"≤10亿"},{range:[null,25],unit:["亿","亿"],text:"≤25亿"},{range:[null,50],unit:["亿","亿"],text:"≤50亿"},{range:[20,50],unit:["亿","亿"],text:"20亿~50亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"},{range:[200,null],unit:["亿","亿"],text:"≥200亿"},{range:[500,null],unit:["亿","亿"],text:"≥500亿"},{range:[1e3,null],unit:["亿","亿"],text:"≥1000亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"floatMarketCapital",label:"流通市值",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,5],unit:["亿","亿"],text:"≤5亿"},{range:[null,20],unit:["亿","亿"],text:"≤20亿"},{range:[null,50],unit:["亿","亿"],text:"≤50亿"},{range:[null,100],unit:["亿","亿"],text:"≤100亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"},{range:[200,null],unit:["亿","亿"],text:"≥200亿"},{range:[500,null],unit:["亿","亿"],text:"≥500亿"},{range:[1e3,null],unit:["亿","亿"],text:"≥1000亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"totalShares",label:"总股本",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,5],unit:["亿","亿"],text:"≤5亿"},{range:[null,10],unit:["亿","亿"],text:"≤10亿"},{range:[null,75],unit:["亿","亿"],text:"≤75亿"},{range:[10,75],unit:["亿","亿"],text:"10亿~75亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"freeFloatShares",label:"流通股本",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,5],unit:["千万","千万"],text:"≤5千万"},{range:[5,3],unit:["千万","亿"],text:"5千万~3亿"},{range:[null,5],unit:["亿","亿"],text:"≤5亿"},{range:[null,10],unit:["亿","亿"],text:"≤10亿"},{range:[8,30],unit:["亿","亿"],text:"8亿~30亿"},{range:[30,null],unit:["亿","亿"],text:"≥30亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"]},{key:"peTtm",label:"市盈率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,0],unit:[],text:"亏损"},{range:[0,null],unit:[],text:"≥0"},{range:[0,20],unit:[],text:"0~20"},{range:[20,40],unit:[],text:"20~40"},{range:[40,100],unit:[],text:"40~100"},{range:[100,null],unit:[],text:"≥100"}],defaultUnit:[],unitOptions:[]},{key:"pb",label:"市净率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[0,null],unit:[],text:"≥0"},{range:[0,1],unit:[],text:"0~1"},{range:[1,2],unit:[],text:"1~2"},{range:[0,3],unit:[],text:"0~3"},{range:[3,null],unit:[],text:"≥3"}],defaultUnit:[],unitOptions:[]},{key:"roe",label:"净资产收益率roe",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,0],unit:["%","%"],text:"<0"},{range:[0,null],unit:["%","%"],text:">0"},{range:[10,null],unit:["%","%"],text:">10%"},{range:[15,null],unit:["%","%"],text:">15%"},{range:[20,null],unit:["%","%"],text:">20%"},{range:[30,null],unit:["%","%"],text:">30%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"fiveYearRoe",label:"5年净资产收益率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"freeFloatRatio",label:"流通比例",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"eps",label:"每股净收益",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,0],unit:["元","元"],text:"≤0"},{range:[0,null],unit:["元","元"],text:"≥0"},{range:[.2,null],unit:["元","元"],text:"≥0.2元"},{range:[.5,null],unit:["元","元"],text:"≥0.5元"},{range:[1,null],unit:["元","元"],text:"≥1元"},{range:[2,null],unit:["元","元"],text:"≥2元"}],defaultUnit:["元","元"],unitOptions:["元"]},{key:"tFeaturelncomes",label:"净利润",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"epsGrowthRate",label:"每股收益增长率",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"incrementRevenueLyr",label:"营业收入增长率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"netProfitGrowthRatioLyr",label:"净利润增长率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["%","%"],unitOptions:["%"]},{key:"turnoverRate",label:"换手率(实)",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,1],unit:["%","%"],text:"≤1%"},{range:[1,5],unit:["%","%"],text:"1%~5%"},{range:[5,10],unit:["%","%"],text:"5%~10%"},{range:[10,null],unit:["%","%"],text:"≥10%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"mnShr",label:"成交额",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[0,1],unit:["亿","亿"],text:"0~1亿"},{range:[0,5],unit:["亿","亿"],text:"0~5亿"},{range:[0,10],unit:["亿","亿"],text:"0~10亿"},{range:[10,null],unit:["亿","亿"],text:"≥10亿"},{range:[50,null],unit:["亿","亿"],text:"≥50亿"},{range:[100,null],unit:["亿","亿"],text:"≥100亿"}],defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"perVolumn",label:"成交量",type:"custom",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},defaultUnit:["亿","亿"],unitOptions:["元","千万","亿"],radioTypeOptions:[{label:"数值",value:"0"},{label:"分位",value:"2"}],defaultRadioType:"2"},{key:"amplitude",label:"振幅",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,1],unit:["%","%"],text:"≤1%"},{range:[1,5],unit:["%","%"],text:"1%~5%"},{range:[5,10],unit:["%","%"],text:"5%~10%"},{range:[10,null],unit:["%","%"],text:"≥10%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"dividendYield",label:"股息率",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[{range:[null,1],unit:["%","%"],text:"≤1%"},{range:[1,5],unit:["%","%"],text:"1%~5%"},{range:[5,10],unit:["%","%"],text:"5%~10%"},{range:[10,null],unit:["%","%"],text:"≥10%"}],defaultUnit:["%","%"],unitOptions:["%"]},{key:"st",label:"是否ST",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"auditOpinionType",label:"年报审计意见",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"priceLevels",label:"股价分位",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"peTtmLevels",label:"市盈率分位",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"peTrendTtmLevels",label:"市盈率估值走势分位",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},type:"custom"},{key:"mainFlow",label:"主力净流入资金",type:"custom",parent:{varietyMarketIds:[3,5,7],commonOptionIds:[4,6,12,14,15,16]},radioTypeOptions:[{label:"涨幅",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"0"},{key:"listingDays",label:"上市天数",parent:{varietyMarketIds:[2,3,4,5,6,7,8],commonOptionIds:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]},convenientOptions:[],defaultUnit:["天","天"],unitOptions:["天"]},{key:"strongStocks",label:"强势股",parent:{varietyMarketIds:[3,5],commonOptionIds:[4,6,12,14,15,16]},convenientOptions:[],defaultUnit:["天","天"],unitOptions:["天"]},{key:"expireDays",label:"过期天数",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["天","天"],unitOptions:["天"]},{key:"virtualRealDegree",label:"虚实度",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["%","%"],unitOptions:["%"]},{key:"yearProfitRate",label:"年化收益率",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["%","%"],unitOptions:["%"]},{key:"impliedVolatility",label:"隐含波动率",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["%","%"],unitOptions:["%"]},{key:"levelMultiplier",label:"杠杆率",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[]},{key:"turnover",label:"成交额(期权)",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:["万","万"],unitOptions:["万"],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"volume",label:"成交量(期权)",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"openInterest",label:"持仓量",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[],radioTypeOptions:[{label:"数值",value:"0"},{label:"排名",value:"1"}],defaultRadioType:"1",defaultRankRange:[0,25]},{key:"optionsCpType",label:"认沽认购",parent:{varietyMarketIds:[8],commonOptionIds:[11]},type:"custom"},{key:"optionGear",label:"期权档位",parent:{varietyMarketIds:[8],commonOptionIds:[11]},convenientOptions:[],defaultUnit:[],unitOptions:[]}]}},Tu={...Au,compositeOrder:{show:!0,options:Au.commonIndicator.options}};const hn=(e,t,n)=>{!t[0]&&t[0]!==0&&!t[1]&&t[1]!==0?n(new Error("至少填写一个分数")):n()},Nu=e=>{const t=/(条件(\d+))/g;return e.match(t)||[]},xn=e=>{if(!e)return[];const t=/\$\{([^}]+)\}/g,n=[];let r;for(;(r=t.exec(e))!==null;)n.push(r[1]);return[...new Set(n)]},Bu={};function _n(e){let t=Bu[e];if(t)return t;t=Bu[e]=[];for(let n=0;n<128;n++){const r=String.fromCharCode(n);t.push(r)}for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);t[r]="%"+("0"+r.toString(16).toUpperCase()).slice(-2)}return t}function De(e,t){typeof t!="string"&&(t=De.defaultChars);const n=_n(t);return e.replace(/(%[a-f0-9]{2})+/gi,function(r){let l="";for(let o=0,c=r.length;o<c;o+=3){const a=parseInt(r.slice(o+1,o+3),16);if(a<128){l+=n[a];continue}if((a&224)===192&&o+3<c){const i=parseInt(r.slice(o+4,o+6),16);if((i&192)===128){const s=a<<6&1984|i&63;s<128?l+="��":l+=String.fromCharCode(s),o+=3;continue}}if((a&240)===224&&o+6<c){const i=parseInt(r.slice(o+4,o+6),16),s=parseInt(r.slice(o+7,o+9),16);if((i&192)===128&&(s&192)===128){const m=a<<12&61440|i<<6&4032|s&63;m<2048||m>=55296&&m<=57343?l+="���":l+=String.fromCharCode(m),o+=6;continue}}if((a&248)===240&&o+9<c){const i=parseInt(r.slice(o+4,o+6),16),s=parseInt(r.slice(o+7,o+9),16),m=parseInt(r.slice(o+10,o+12),16);if((i&192)===128&&(s&192)===128&&(m&192)===128){let f=a<<18&1835008|i<<12&258048|s<<6&4032|m&63;f<65536||f>1114111?l+="����":(f-=65536,l+=String.fromCharCode(55296+(f>>10),56320+(f&1023))),o+=9;continue}}l+="�"}return l})}De.defaultChars=";/?:@&=+$,#";De.componentChars="";const Su={};function kn(e){let t=Su[e];if(t)return t;t=Su[e]=[];for(let n=0;n<128;n++){const r=String.fromCharCode(n);/^[0-9a-z]$/i.test(r)?t.push(r):t.push("%"+("0"+n.toString(16).toUpperCase()).slice(-2))}for(let n=0;n<e.length;n++)t[e.charCodeAt(n)]=e[n];return t}function $e(e,t,n){typeof t!="string"&&(n=t,t=$e.defaultChars),typeof n>"u"&&(n=!0);const r=kn(t);let l="";for(let o=0,c=e.length;o<c;o++){const a=e.charCodeAt(o);if(n&&a===37&&o+2<c&&/^[0-9a-f]{2}$/i.test(e.slice(o+1,o+3))){l+=e.slice(o,o+3),o+=2;continue}if(a<128){l+=r[a];continue}if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&o+1<c){const i=e.charCodeAt(o+1);if(i>=56320&&i<=57343){l+=encodeURIComponent(e[o]+e[o+1]),o++;continue}}l+="%EF%BF%BD";continue}l+=encodeURIComponent(e[o])}return l}$e.defaultChars=";/?:@&=+$,-_.!~*'()#";$e.componentChars="-_.!~*'()";function ku(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}function We(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}const gn=/^([a-z0-9.+-]+:)/i,vn=/:[0-9]*$/,yn=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Cn=["<",">",'"',"`"," ","\r",`
|
|
2
|
+
`," "],En=["{","}","|","\\","^","`"].concat(Cn),Dn=["'"].concat(En),Iu=["%","/","?",";","#"].concat(Dn),Ou=["/","?","#"],Vn=255,$u=/^[+a-z0-9A-Z_-]{0,63}$/,wn=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Mu={javascript:!0,"javascript:":!0},qu={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function gu(e,t){if(e&&e instanceof We)return e;const n=new We;return n.parse(e,t),n}We.prototype.parse=function(e,t){let n,r,l,o=e;if(o=o.trim(),!t&&e.split("#").length===1){const s=yn.exec(o);if(s)return this.pathname=s[1],s[2]&&(this.search=s[2]),this}let c=gn.exec(o);if(c&&(c=c[0],n=c.toLowerCase(),this.protocol=c,o=o.substr(c.length)),(t||c||o.match(/^\/\/[^@\/]+@[^@\/]+/))&&(l=o.substr(0,2)==="//",l&&!(c&&Mu[c])&&(o=o.substr(2),this.slashes=!0)),!Mu[c]&&(l||c&&!qu[c])){let s=-1;for(let p=0;p<Ou.length;p++)r=o.indexOf(Ou[p]),r!==-1&&(s===-1||r<s)&&(s=r);let m,f;s===-1?f=o.lastIndexOf("@"):f=o.lastIndexOf("@",s),f!==-1&&(m=o.slice(0,f),o=o.slice(f+1),this.auth=m),s=-1;for(let p=0;p<Iu.length;p++)r=o.indexOf(Iu[p]),r!==-1&&(s===-1||r<s)&&(s=r);s===-1&&(s=o.length),o[s-1]===":"&&s--;const b=o.slice(0,s);o=o.slice(s),this.parseHost(b),this.hostname=this.hostname||"";const d=this.hostname[0]==="["&&this.hostname[this.hostname.length-1]==="]";if(!d){const p=this.hostname.split(/\./);for(let C=0,g=p.length;C<g;C++){const h=p[C];if(h&&!h.match($u)){let D="";for(let y=0,w=h.length;y<w;y++)h.charCodeAt(y)>127?D+="x":D+=h[y];if(!D.match($u)){const y=p.slice(0,C),w=p.slice(C+1),k=h.match(wn);k&&(y.push(k[1]),w.unshift(k[2])),w.length&&(o=w.join(".")+o),this.hostname=y.join(".");break}}}}this.hostname.length>Vn&&(this.hostname=""),d&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const a=o.indexOf("#");a!==-1&&(this.hash=o.substr(a),o=o.slice(0,a));const i=o.indexOf("?");return i!==-1&&(this.search=o.substr(i),o=o.slice(0,i)),o&&(this.pathname=o),qu[n]&&this.hostname&&!this.pathname&&(this.pathname=""),this};We.prototype.parseHost=function(e){let t=vn.exec(e);t&&(t=t[0],t!==":"&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const Fn=Object.freeze(Object.defineProperty({__proto__:null,decode:De,encode:$e,format:ku,parse:gu},Symbol.toStringTag,{value:"Module"})),at=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,ct=/[\0-\x1F\x7F-\x9F]/,An=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,vu=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,it=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,st=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Tn=Object.freeze(Object.defineProperty({__proto__:null,Any:at,Cc:ct,Cf:An,P:vu,S:it,Z:st},Symbol.toStringTag,{value:"Module"})),Nn=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),Bn=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var lu;const Sn=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),In=(lu=String.fromCodePoint)!==null&&lu!==void 0?lu:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function On(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Sn.get(e))!==null&&t!==void 0?t:e}var Z;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(Z||(Z={}));const $n=32;var _e;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(_e||(_e={}));function mu(e){return e>=Z.ZERO&&e<=Z.NINE}function Mn(e){return e>=Z.UPPER_A&&e<=Z.UPPER_F||e>=Z.LOWER_A&&e<=Z.LOWER_F}function qn(e){return e>=Z.UPPER_A&&e<=Z.UPPER_Z||e>=Z.LOWER_A&&e<=Z.LOWER_Z||mu(e)}function Rn(e){return e===Z.EQUALS||qn(e)}var H;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(H||(H={}));var xe;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(xe||(xe={}));class Ln{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=H.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=xe.Strict}startEntity(t){this.decodeMode=t,this.state=H.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case H.EntityStart:return t.charCodeAt(n)===Z.NUM?(this.state=H.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=H.NamedEntity,this.stateNamedEntity(t,n));case H.NumericStart:return this.stateNumericStart(t,n);case H.NumericDecimal:return this.stateNumericDecimal(t,n);case H.NumericHex:return this.stateNumericHex(t,n);case H.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|$n)===Z.LOWER_X?(this.state=H.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=H.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,l){if(n!==r){const o=r-n;this.result=this.result*Math.pow(l,o)+parseInt(t.substr(n,o),l),this.consumed+=o}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const l=t.charCodeAt(n);if(mu(l)||Mn(l))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(l,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const l=t.charCodeAt(n);if(mu(l))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(l,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===Z.SEMI)this.consumed+=1;else if(this.decodeMode===xe.Strict)return 0;return this.emitCodePoint(On(this.result),this.consumed),this.errors&&(t!==Z.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let l=r[this.treeIndex],o=(l&_e.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const c=t.charCodeAt(n);if(this.treeIndex=zn(r,l,this.treeIndex+Math.max(1,o),c),this.treeIndex<0)return this.result===0||this.decodeMode===xe.Attribute&&(o===0||Rn(c))?0:this.emitNotTerminatedNamedEntity();if(l=r[this.treeIndex],o=(l&_e.VALUE_LENGTH)>>14,o!==0){if(c===Z.SEMI)return this.emitNamedEntityData(this.treeIndex,o,this.consumed+this.excess);this.decodeMode!==xe.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,l=(r[n]&_e.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,l,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:l}=this;return this.emitCodePoint(n===1?l[t]&~_e.VALUE_LENGTH:l[t+1],r),n===3&&this.emitCodePoint(l[t+2],r),r}end(){var t;switch(this.state){case H.NamedEntity:return this.result!==0&&(this.decodeMode!==xe.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case H.NumericDecimal:return this.emitNumericEntity(0,2);case H.NumericHex:return this.emitNumericEntity(0,3);case H.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case H.EntityStart:return 0}}}function dt(e){let t="";const n=new Ln(e,r=>t+=In(r));return function(l,o){let c=0,a=0;for(;(a=l.indexOf("&",a))>=0;){t+=l.slice(c,a),n.startEntity(o);const s=n.write(l,a+1);if(s<0){c=a+n.end();break}c=a+s,a=s===0?c+1:c}const i=t+l.slice(c);return t="",i}}function zn(e,t,n,r){const l=(t&_e.BRANCH_LENGTH)>>7,o=t&_e.JUMP_TABLE;if(l===0)return o!==0&&r===o?n:-1;if(o){const i=r-o;return i<0||i>=l?-1:e[n+i]-1}let c=n,a=c+l-1;for(;c<=a;){const i=c+a>>>1,s=e[i];if(s<r)c=i+1;else if(s>r)a=i-1;else return e[i+l]}return-1}const Pn=dt(Nn);dt(Bn);function ft(e,t=xe.Legacy){return Pn(e,t)}function Un(e){return Object.prototype.toString.call(e)}function yu(e){return Un(e)==="[object String]"}const jn=Object.prototype.hasOwnProperty;function Hn(e,t){return jn.call(e,t)}function uu(e){return Array.prototype.slice.call(arguments,1).forEach(function(n){if(n){if(typeof n!="object")throw new TypeError(n+"must be object");Object.keys(n).forEach(function(r){e[r]=n[r]})}}),e}function pt(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function Cu(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||(e&65535)===65535||(e&65535)===65534||e>=0&&e<=8||e===11||e>=14&&e<=31||e>=127&&e<=159||e>1114111)}function Ye(e){if(e>65535){e-=65536;const t=55296+(e>>10),n=56320+(e&1023);return String.fromCharCode(t,n)}return String.fromCharCode(e)}const mt=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,Zn=/&([a-z#][a-z0-9]{1,31});/gi,Gn=new RegExp(mt.source+"|"+Zn.source,"gi"),Jn=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Wn(e,t){if(t.charCodeAt(0)===35&&Jn.test(t)){const r=t[1].toLowerCase()==="x"?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return Cu(r)?Ye(r):e}const n=ft(e);return n!==e?n:e}function Yn(e){return e.indexOf("\\")<0?e:e.replace(mt,"$1")}function Ve(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(Gn,function(t,n,r){return n||Wn(t,r)})}const Qn=/[&<>"]/,Kn=/[&<>"]/g,Xn={"&":"&","<":"<",">":">",'"':"""};function e0(e){return Xn[e]}function ge(e){return Qn.test(e)?e.replace(Kn,e0):e}const u0=/[.?*+^$[\]\\(){}|-]/g;function t0(e){return e.replace(u0,"\\$&")}function P(e){switch(e){case 9:case 32:return!0}return!1}function Te(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function Ne(e){return vu.test(e)||it.test(e)}function Be(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function tu(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const n0={mdurl:Fn,ucmicro:Tn},o0=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:pt,assign:uu,escapeHtml:ge,escapeRE:t0,fromCodePoint:Ye,has:Hn,isMdAsciiPunct:Be,isPunctChar:Ne,isSpace:P,isString:yu,isValidEntityCode:Cu,isWhiteSpace:Te,lib:n0,normalizeReference:tu,unescapeAll:Ve,unescapeMd:Yn},Symbol.toStringTag,{value:"Module"}));function r0(e,t,n){let r,l,o,c;const a=e.posMax,i=e.pos;for(e.pos=t+1,r=1;e.pos<a;){if(o=e.src.charCodeAt(e.pos),o===93&&(r--,r===0)){l=!0;break}if(c=e.pos,e.md.inline.skipToken(e),o===91){if(c===e.pos-1)r++;else if(n)return e.pos=i,-1}}let s=-1;return l&&(s=e.pos),e.pos=i,s}function l0(e,t,n){let r,l=t;const o={ok:!1,pos:0,str:""};if(e.charCodeAt(l)===60){for(l++;l<n;){if(r=e.charCodeAt(l),r===10||r===60)return o;if(r===62)return o.pos=l+1,o.str=Ve(e.slice(t+1,l)),o.ok=!0,o;if(r===92&&l+1<n){l+=2;continue}l++}return o}let c=0;for(;l<n&&(r=e.charCodeAt(l),!(r===32||r<32||r===127));){if(r===92&&l+1<n){if(e.charCodeAt(l+1)===32)break;l+=2;continue}if(r===40&&(c++,c>32))return o;if(r===41){if(c===0)break;c--}l++}return t===l||c!==0||(o.str=Ve(e.slice(t,l)),o.pos=l,o.ok=!0),o}function a0(e,t,n,r){let l,o=t;const c={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(r)c.str=r.str,c.marker=r.marker;else{if(o>=n)return c;let a=e.charCodeAt(o);if(a!==34&&a!==39&&a!==40)return c;t++,o++,a===40&&(a=41),c.marker=a}for(;o<n;){if(l=e.charCodeAt(o),l===c.marker)return c.pos=o+1,c.str+=Ve(e.slice(t,o)),c.ok=!0,c;if(l===40&&c.marker===41)return c;l===92&&o+1<n&&o++,o++}return c.can_continue=!0,c.str+=Ve(e.slice(t,o)),c}const c0=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:l0,parseLinkLabel:r0,parseLinkTitle:a0},Symbol.toStringTag,{value:"Module"})),de={};de.code_inline=function(e,t,n,r,l){const o=e[t];return"<code"+l.renderAttrs(o)+">"+ge(o.content)+"</code>"};de.code_block=function(e,t,n,r,l){const o=e[t];return"<pre"+l.renderAttrs(o)+"><code>"+ge(e[t].content)+`</code></pre>
|
|
3
3
|
`};de.fence=function(e,t,n,r,l){const o=e[t],c=o.info?Ve(o.info).trim():"";let a="",i="";if(c){const m=c.split(/(\s+)/g);a=m[0],i=m.slice(2).join("")}let s;if(n.highlight?s=n.highlight(o.content,a,i)||ge(o.content):s=ge(o.content),s.indexOf("<pre")===0)return s+`
|
|
4
4
|
`;if(c){const m=o.attrIndex("class"),f=o.attrs?o.attrs.slice():[];m<0?f.push(["class",n.langPrefix+a]):(f[m]=f[m].slice(),f[m][1]+=" "+n.langPrefix+a);const b={attrs:f};return`<pre><code${l.renderAttrs(b)}>${s}</code></pre>
|
|
5
5
|
`}return`<pre><code${l.renderAttrs(o)}>${s}</code></pre>
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
`};de.text=function(e,t){return ge(e[t].content)};de.html_block=function(e,t){return e[t].content};de.html_inline=function(e,t){return e[t].content};function Fe(){this.rules=uu({},de)}Fe.prototype.renderAttrs=function(t){let n,r,l;if(!t.attrs)return"";for(l="",n=0,r=t.attrs.length;n<r;n++)l+=" "+ge(t.attrs[n][0])+'="'+ge(t.attrs[n][1])+'"';return l};Fe.prototype.renderToken=function(t,n,r){const l=t[n];let o="";if(l.hidden)return"";l.block&&l.nesting!==-1&&n&&t[n-1].hidden&&(o+=`
|
|
12
12
|
`),o+=(l.nesting===-1?"</":"<")+l.tag,o+=this.renderAttrs(l),l.nesting===0&&r.xhtmlOut&&(o+=" /");let c=!1;if(l.block&&(c=!0,l.nesting===1&&n+1<t.length)){const a=t[n+1];(a.type==="inline"||a.hidden||a.nesting===-1&&a.tag===l.tag)&&(c=!1)}return o+=c?`>
|
|
13
13
|
`:">",o};Fe.prototype.renderInline=function(e,t,n){let r="";const l=this.rules;for(let o=0,c=e.length;o<c;o++){const a=e[o].type;typeof l[a]<"u"?r+=l[a](e,o,t,n,this):r+=this.renderToken(e,o,t)}return r};Fe.prototype.renderInlineAsText=function(e,t,n){let r="";for(let l=0,o=e.length;l<o;l++)switch(e[l].type){case"text":r+=e[l].content;break;case"image":r+=this.renderInlineAsText(e[l].children,t,n);break;case"html_inline":case"html_block":r+=e[l].content;break;case"softbreak":case"hardbreak":r+=`
|
|
14
|
-
`;break}return r};Fe.prototype.render=function(e,t,n){let r="";const l=this.rules;for(let o=0,c=e.length;o<c;o++){const a=e[o].type;a==="inline"?r+=this.renderInline(e[o].children,t,n):typeof l[a]<"u"?r+=l[a](e,o,t,n,this):r+=this.renderToken(e,o,t,n)}return r};function X(){this.__rules__=[],this.__cache__=null}X.prototype.__find__=function(e){for(let t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1};X.prototype.__compile__=function(){const e=this,t=[""];e.__rules__.forEach(function(n){n.enabled&&n.alt.forEach(function(r){t.indexOf(r)<0&&t.push(r)})}),e.__cache__={},t.forEach(function(n){e.__cache__[n]=[],e.__rules__.forEach(function(r){r.enabled&&(n&&r.alt.indexOf(n)<0||e.__cache__[n].push(r.fn))})})};X.prototype.at=function(e,t,n){const r=this.__find__(e),l=n||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__[r].fn=t,this.__rules__[r].alt=l.alt||[],this.__cache__=null};X.prototype.before=function(e,t,n,r){const l=this.__find__(e),o=r||{};if(l===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(l,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};X.prototype.after=function(e,t,n,r){const l=this.__find__(e),o=r||{};if(l===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(l+1,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};X.prototype.push=function(e,t,n){const r=n||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:r.alt||[]}),this.__cache__=null};X.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);const n=[];return e.forEach(function(r){const l=this.__find__(r);if(l<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[l].enabled=!0,n.push(r)},this),this.__cache__=null,n};X.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(n){n.enabled=!1}),this.enable(e,t)};X.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);const n=[];return e.forEach(function(r){const l=this.__find__(r);if(l<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[l].enabled=!1,n.push(r)},this),this.__cache__=null,n};X.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};function ae(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}ae.prototype.attrIndex=function(t){if(!this.attrs)return-1;const n=this.attrs;for(let r=0,l=n.length;r<l;r++)if(n[r][0]===t)return r;return-1};ae.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]};ae.prototype.attrSet=function(t,n){const r=this.attrIndex(t),l=[t,n];r<0?this.attrPush(l):this.attrs[r]=l};ae.prototype.attrGet=function(t){const n=this.attrIndex(t);let r=null;return n>=0&&(r=this.attrs[n][1]),r};ae.prototype.attrJoin=function(t,n){const r=this.attrIndex(t);r<0?this.attrPush([t,n]):this.attrs[r][1]=this.attrs[r][1]+" "+n};function bt(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}bt.prototype.Token=ae;const
|
|
15
|
-
`),t=t.replace(d0,"�"),e.src=t}function p0(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function m0(e){const t=e.tokens;for(let n=0,r=t.length;n<r;n++){const l=t[n];l.type==="inline"&&e.md.inline.parse(l.content,e.md,e.env,l.children)}}function b0(e){return/^<a[>\s]/i.test(e)}function h0(e){return/^<\/a\s*>/i.test(e)}function x0(e){const t=e.tokens;if(e.md.options.linkify)for(let n=0,r=t.length;n<r;n++){if(t[n].type!=="inline"||!e.md.linkify.pretest(t[n].content))continue;let l=t[n].children,o=0;for(let c=l.length-1;c>=0;c--){const a=l[c];if(a.type==="link_close"){for(c--;l[c].level!==a.level&&l[c].type!=="link_open";)c--;continue}if(a.type==="html_inline"&&(b0(a.content)&&o>0&&o--,h0(a.content)&&o++),!(o>0)&&a.type==="text"&&e.md.linkify.test(a.content)){const i=a.content;let s=e.md.linkify.match(i);const m=[];let f=a.level,b=0;s.length>0&&s[0].index===0&&c>0&&l[c-1].type==="text_special"&&(s=s.slice(1));for(let d=0;d<s.length;d++){const p=s[d].url,E=e.md.normalizeLink(p);if(!e.md.validateLink(E))continue;let g=s[d].text;s[d].schema?s[d].schema==="mailto:"&&!/^mailto:/i.test(g)?g=e.md.normalizeLinkText("mailto:"+g).replace(/^mailto:/,""):g=e.md.normalizeLinkText(g):g=e.md.normalizeLinkText("http://"+g).replace(/^http:\/\//,"");const h=s[d].index;if(h>b){const k=new e.Token("text","",0);k.content=i.slice(b,h),k.level=f,m.push(k)}const D=new e.Token("link_open","a",1);D.attrs=[["href",E]],D.level=f++,D.markup="linkify",D.info="auto",m.push(D);const y=new e.Token("text","",0);y.content=g,y.level=f,m.push(y);const w=new e.Token("link_close","a",-1);w.level=--f,w.markup="linkify",w.info="auto",m.push(w),b=s[d].lastIndex}if(b<i.length){const d=new e.Token("text","",0);d.content=i.slice(b),d.level=f,m.push(d)}t[n].children=l=pt(l,c,m)}}}}const ht=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,_0=/\((c|tm|r)\)/i,k0=/\((c|tm|r)\)/ig,g0={c:"©",r:"®",tm:"™"};function v0(e,t){return g0[t.toLowerCase()]}function y0(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];r.type==="text"&&!t&&(r.content=r.content.replace(k0,v0)),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function C0(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];r.type==="text"&&!t&&ht.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function E0(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type==="inline"&&(_0.test(e.tokens[t].content)&&y0(e.tokens[t].children),ht.test(e.tokens[t].content)&&C0(e.tokens[t].children))}const D0=/['"]/,Ru=/['"]/g,Lu="’";function je(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function V0(e,t){let n;const r=[];for(let l=0;l<e.length;l++){const o=e[l],c=e[l].level;for(n=r.length-1;n>=0&&!(r[n].level<=c);n--);if(r.length=n+1,o.type!=="text")continue;let a=o.content,i=0,s=a.length;e:for(;i<s;){Ru.lastIndex=i;const m=Ru.exec(a);if(!m)break;let f=!0,b=!0;i=m.index+1;const d=m[0]==="'";let p=32;if(m.index-1>=0)p=a.charCodeAt(m.index-1);else for(n=l-1;n>=0&&!(e[n].type==="softbreak"||e[n].type==="hardbreak");n--)if(e[n].content){p=e[n].content.charCodeAt(e[n].content.length-1);break}let E=32;if(i<s)E=a.charCodeAt(i);else for(n=l+1;n<e.length&&!(e[n].type==="softbreak"||e[n].type==="hardbreak");n++)if(e[n].content){E=e[n].content.charCodeAt(0);break}const g=Be(p)||Ne(String.fromCharCode(p)),h=Be(E)||Ne(String.fromCharCode(E)),D=Te(p),y=Te(E);if(y?f=!1:h&&(D||g||(f=!1)),D?b=!1:g&&(y||h||(b=!1)),E===34&&m[0]==='"'&&p>=48&&p<=57&&(b=f=!1),f&&b&&(f=g,b=h),!f&&!b){d&&(o.content=je(o.content,m.index,Lu));continue}if(b)for(n=r.length-1;n>=0;n--){let w=r[n];if(r[n].level<c)break;if(w.single===d&&r[n].level===c){w=r[n];let k,x;d?(k=t.md.options.quotes[2],x=t.md.options.quotes[3]):(k=t.md.options.quotes[0],x=t.md.options.quotes[1]),o.content=je(o.content,m.index,x),e[w.token].content=je(e[w.token].content,w.pos,k),i+=x.length-1,w.token===l&&(i+=k.length-1),a=o.content,s=a.length,r.length=n;continue e}}f?r.push({token:l,pos:m.index,single:d,level:c}):b&&d&&(o.content=je(o.content,m.index,Lu))}}}function w0(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!=="inline"||!D0.test(e.tokens[t].content)||V0(e.tokens[t].children,e)}function F0(e){let t,n;const r=e.tokens,l=r.length;for(let o=0;o<l;o++){if(r[o].type!=="inline")continue;const c=r[o].children,a=c.length;for(t=0;t<a;t++)c[t].type==="text_special"&&(c[t].type="text");for(t=n=0;t<a;t++)c[t].type==="text"&&t+1<a&&c[t+1].type==="text"?c[t+1].content=c[t].content+c[t+1].content:(t!==n&&(c[n]=c[t]),n++);t!==n&&(c.length=n)}}const au=[["normalize",f0],["block",p0],["inline",m0],["linkify",x0],["replacements",E0],["smartquotes",w0],["text_join",F0]];function Eu(){this.ruler=new X;for(let e=0;e<au.length;e++)this.ruler.push(au[e][0],au[e][1])}Eu.prototype.process=function(e){const t=this.ruler.getRules("");for(let n=0,r=t.length;n<r;n++)t[n](e)};Eu.prototype.State=bt;function fe(e,t,n,r){this.src=e,this.md=t,this.env=n,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const l=this.src;for(let o=0,c=0,a=0,i=0,s=l.length,m=!1;c<s;c++){const f=l.charCodeAt(c);if(!m)if(P(f)){a++,f===9?i+=4-i%4:i++;continue}else m=!0;(f===10||c===s-1)&&(f!==10&&c++,this.bMarks.push(o),this.eMarks.push(c),this.tShift.push(a),this.sCount.push(i),this.bsCount.push(0),m=!1,a=0,i=0,o=c+1)}this.bMarks.push(l.length),this.eMarks.push(l.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}fe.prototype.push=function(e,t,n){const r=new ae(e,t,n);return r.block=!0,n<0&&this.level--,r.level=this.level,n>0&&this.level++,this.tokens.push(r),r};fe.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]};fe.prototype.skipEmptyLines=function(t){for(let n=this.lineMax;t<n&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t};fe.prototype.skipSpaces=function(t){for(let n=this.src.length;t<n;t++){const r=this.src.charCodeAt(t);if(!P(r))break}return t};fe.prototype.skipSpacesBack=function(t,n){if(t<=n)return t;for(;t>n;)if(!P(this.src.charCodeAt(--t)))return t+1;return t};fe.prototype.skipChars=function(t,n){for(let r=this.src.length;t<r&&this.src.charCodeAt(t)===n;t++);return t};fe.prototype.skipCharsBack=function(t,n,r){if(t<=r)return t;for(;t>r;)if(n!==this.src.charCodeAt(--t))return t+1;return t};fe.prototype.getLines=function(t,n,r,l){if(t>=n)return"";const o=new Array(n-t);for(let c=0,a=t;a<n;a++,c++){let i=0;const s=this.bMarks[a];let m=s,f;for(a+1<n||l?f=this.eMarks[a]+1:f=this.eMarks[a];m<f&&i<r;){const b=this.src.charCodeAt(m);if(P(b))b===9?i+=4-(i+this.bsCount[a])%4:i++;else if(m-s<this.tShift[a])i++;else break;m++}i>r?o[c]=new Array(i-r+1).join(" ")+this.src.slice(m,f):o[c]=this.src.slice(m,f)}return o.join("")};fe.prototype.Token=ae;const A0=65536;function cu(e,t){const n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(n,r)}function zu(e){const t=[],n=e.length;let r=0,l=e.charCodeAt(r),o=!1,c=0,a="";for(;r<n;)l===124&&(o?(a+=e.substring(c,r-1),c=r):(t.push(a+e.substring(c,r)),a="",c=r+1)),o=l===92,r++,l=e.charCodeAt(r);return t.push(a+e.substring(c)),t}function T0(e,t,n,r){if(t+2>n)return!1;let l=t+1;if(e.sCount[l]<e.blkIndent||e.sCount[l]-e.blkIndent>=4)return!1;let o=e.bMarks[l]+e.tShift[l];if(o>=e.eMarks[l])return!1;const c=e.src.charCodeAt(o++);if(c!==124&&c!==45&&c!==58||o>=e.eMarks[l])return!1;const a=e.src.charCodeAt(o++);if(a!==124&&a!==45&&a!==58&&!P(a)||c===45&&P(a))return!1;for(;o<e.eMarks[l];){const w=e.src.charCodeAt(o);if(w!==124&&w!==45&&w!==58&&!P(w))return!1;o++}let i=cu(e,t+1),s=i.split("|");const m=[];for(let w=0;w<s.length;w++){const k=s[w].trim();if(!k){if(w===0||w===s.length-1)continue;return!1}if(!/^:?-+:?$/.test(k))return!1;k.charCodeAt(k.length-1)===58?m.push(k.charCodeAt(0)===58?"center":"right"):k.charCodeAt(0)===58?m.push("left"):m.push("")}if(i=cu(e,t).trim(),i.indexOf("|")===-1||e.sCount[t]-e.blkIndent>=4)return!1;s=zu(i),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop();const f=s.length;if(f===0||f!==m.length)return!1;if(r)return!0;const b=e.parentType;e.parentType="table";const d=e.md.block.ruler.getRules("blockquote"),p=e.push("table_open","table",1),E=[t,0];p.map=E;const g=e.push("thead_open","thead",1);g.map=[t,t+1];const h=e.push("tr_open","tr",1);h.map=[t,t+1];for(let w=0;w<s.length;w++){const k=e.push("th_open","th",1);m[w]&&(k.attrs=[["style","text-align:"+m[w]]]);const x=e.push("inline","",0);x.content=s[w].trim(),x.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let D,y=0;for(l=t+2;l<n&&!(e.sCount[l]<e.blkIndent);l++){let w=!1;for(let x=0,v=d.length;x<v;x++)if(d[x](e,l,n,!0)){w=!0;break}if(w||(i=cu(e,l).trim(),!i)||e.sCount[l]-e.blkIndent>=4||(s=zu(i),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop(),y+=f-s.length,y>A0))break;if(l===t+2){const x=e.push("tbody_open","tbody",1);x.map=D=[t+2,0]}const k=e.push("tr_open","tr",1);k.map=[l,l+1];for(let x=0;x<f;x++){const v=e.push("td_open","td",1);m[x]&&(v.attrs=[["style","text-align:"+m[x]]]);const T=e.push("inline","",0);T.content=s[x]?s[x].trim():"",T.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return D&&(e.push("tbody_close","tbody",-1),D[1]=l),e.push("table_close","table",-1),E[1]=l,e.parentType=b,e.line=l,!0}function N0(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let r=t+1,l=r;for(;r<n;){if(e.isEmpty(r)){r++;continue}if(e.sCount[r]-e.blkIndent>=4){r++,l=r;continue}break}e.line=l;const o=e.push("code_block","code",0);return o.content=e.getLines(t,l,4+e.blkIndent,!1)+`
|
|
16
|
-
`,o.map=[t,e.line],!0}function B0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||l+3>o)return!1;const c=e.src.charCodeAt(l);if(c!==126&&c!==96)return!1;let a=l;l=e.skipChars(l,c);let i=l-a;if(i<3)return!1;const s=e.src.slice(a,l),m=e.src.slice(l,o);if(c===96&&m.indexOf(String.fromCharCode(c))>=0)return!1;if(r)return!0;let f=t,b=!1;for(;f++,!(f>=n||(l=a=e.bMarks[f]+e.tShift[f],o=e.eMarks[f],l<o&&e.sCount[f]<e.blkIndent));)if(e.src.charCodeAt(l)===c&&!(e.sCount[f]-e.blkIndent>=4)&&(l=e.skipChars(l,c),!(l-a<i)&&(l=e.skipSpaces(l),!(l<o)))){b=!0;break}i=e.sCount[t],e.line=f+(b?1:0);const d=e.push("fence","code",0);return d.info=m,d.content=e.getLines(t+1,f,i,!0),d.markup=s,d.map=[t,e.line],!0}function S0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];const c=e.lineMax;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(l)!==62)return!1;if(r)return!0;const a=[],i=[],s=[],m=[],f=e.md.block.ruler.getRules("blockquote"),b=e.parentType;e.parentType="blockquote";let d=!1,p;for(p=t;p<n;p++){const y=e.sCount[p]<e.blkIndent;if(l=e.bMarks[p]+e.tShift[p],o=e.eMarks[p],l>=o)break;if(e.src.charCodeAt(l++)===62&&!y){let k=e.sCount[p]+1,x,v;e.src.charCodeAt(l)===32?(l++,k++,v=!1,x=!0):e.src.charCodeAt(l)===9?(x=!0,(e.bsCount[p]+k)%4===3?(l++,k++,v=!1):v=!0):x=!1;let T=k;for(a.push(e.bMarks[p]),e.bMarks[p]=l;l<o;){const F=e.src.charCodeAt(l);if(P(F))F===9?T+=4-(T+e.bsCount[p]+(v?1:0))%4:T++;else break;l++}d=l>=o,i.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(x?1:0),s.push(e.sCount[p]),e.sCount[p]=T-k,m.push(e.tShift[p]),e.tShift[p]=l-e.bMarks[p];continue}if(d)break;let w=!1;for(let k=0,x=f.length;k<x;k++)if(f[k](e,p,n,!0)){w=!0;break}if(w){e.lineMax=p,e.blkIndent!==0&&(a.push(e.bMarks[p]),i.push(e.bsCount[p]),m.push(e.tShift[p]),s.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}a.push(e.bMarks[p]),i.push(e.bsCount[p]),m.push(e.tShift[p]),s.push(e.sCount[p]),e.sCount[p]=-1}const E=e.blkIndent;e.blkIndent=0;const g=e.push("blockquote_open","blockquote",1);g.markup=">";const h=[t,0];g.map=h,e.md.block.tokenize(e,t,p);const D=e.push("blockquote_close","blockquote",-1);D.markup=">",e.lineMax=c,e.parentType=b,h[1]=e.line;for(let y=0;y<m.length;y++)e.bMarks[y+t]=a[y],e.tShift[y+t]=m[y],e.sCount[y+t]=s[y],e.bsCount[y+t]=i[y];return e.blkIndent=E,!0}function I0(e,t,n,r){const l=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.bMarks[t]+e.tShift[t];const c=e.src.charCodeAt(o++);if(c!==42&&c!==45&&c!==95)return!1;let a=1;for(;o<l;){const s=e.src.charCodeAt(o++);if(s!==c&&!P(s))return!1;s===c&&a++}if(a<3)return!1;if(r)return!0;e.line=t+1;const i=e.push("hr","hr",0);return i.map=[t,e.line],i.markup=Array(a+1).join(String.fromCharCode(c)),!0}function Pu(e,t){const n=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const l=e.src.charCodeAt(r++);if(l!==42&&l!==45&&l!==43)return-1;if(r<n){const o=e.src.charCodeAt(r);if(!P(o))return-1}return r}function Uu(e,t){const n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];let l=n;if(l+1>=r)return-1;let o=e.src.charCodeAt(l++);if(o<48||o>57)return-1;for(;;){if(l>=r)return-1;if(o=e.src.charCodeAt(l++),o>=48&&o<=57){if(l-n>=10)return-1;continue}if(o===41||o===46)break;return-1}return l<r&&(o=e.src.charCodeAt(l),!P(o))?-1:l}function O0(e,t){const n=e.level+2;for(let r=t+2,l=e.tokens.length-2;r<l;r++)e.tokens[r].level===n&&e.tokens[r].type==="paragraph_open"&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}function $0(e,t,n,r){let l,o,c,a,i=t,s=!0;if(e.sCount[i]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[i]-e.listIndent>=4&&e.sCount[i]<e.blkIndent)return!1;let m=!1;r&&e.parentType==="paragraph"&&e.sCount[i]>=e.blkIndent&&(m=!0);let f,b,d;if((d=Uu(e,i))>=0){if(f=!0,c=e.bMarks[i]+e.tShift[i],b=Number(e.src.slice(c,d-1)),m&&b!==1)return!1}else if((d=Pu(e,i))>=0)f=!1;else return!1;if(m&&e.skipSpaces(d)>=e.eMarks[i])return!1;if(r)return!0;const p=e.src.charCodeAt(d-1),E=e.tokens.length;f?(a=e.push("ordered_list_open","ol",1),b!==1&&(a.attrs=[["start",b]])):a=e.push("bullet_list_open","ul",1);const g=[i,0];a.map=g,a.markup=String.fromCharCode(p);let h=!1;const D=e.md.block.ruler.getRules("list"),y=e.parentType;for(e.parentType="list";i<n;){o=d,l=e.eMarks[i];const w=e.sCount[i]+d-(e.bMarks[i]+e.tShift[i]);let k=w;for(;o<l;){const O=e.src.charCodeAt(o);if(O===9)k+=4-(k+e.bsCount[i])%4;else if(O===32)k++;else break;o++}const x=o;let v;x>=l?v=1:v=k-w,v>4&&(v=1);const T=w+v;a=e.push("list_item_open","li",1),a.markup=String.fromCharCode(p);const F=[i,0];a.map=F,f&&(a.info=e.src.slice(c,d-1));const A=e.tight,$=e.tShift[i],_=e.sCount[i],R=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=T,e.tight=!0,e.tShift[i]=x-e.bMarks[i],e.sCount[i]=k,x>=l&&e.isEmpty(i+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,i,n,!0),(!e.tight||h)&&(s=!1),h=e.line-i>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=R,e.tShift[i]=$,e.sCount[i]=_,e.tight=A,a=e.push("list_item_close","li",-1),a.markup=String.fromCharCode(p),i=e.line,F[1]=i,i>=n||e.sCount[i]<e.blkIndent||e.sCount[i]-e.blkIndent>=4)break;let C=!1;for(let O=0,G=D.length;O<G;O++)if(D[O](e,i,n,!0)){C=!0;break}if(C)break;if(f){if(d=Uu(e,i),d<0)break;c=e.bMarks[i]+e.tShift[i]}else if(d=Pu(e,i),d<0)break;if(p!==e.src.charCodeAt(d-1))break}return f?a=e.push("ordered_list_close","ol",-1):a=e.push("bullet_list_close","ul",-1),a.markup=String.fromCharCode(p),g[1]=i,e.line=i,e.parentType=y,s&&O0(e,E),!0}function M0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t],c=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(l)!==91)return!1;function a(D){const y=e.lineMax;if(D>=y||e.isEmpty(D))return null;let w=!1;if(e.sCount[D]-e.blkIndent>3&&(w=!0),e.sCount[D]<0&&(w=!0),!w){const v=e.md.block.ruler.getRules("reference"),T=e.parentType;e.parentType="reference";let F=!1;for(let A=0,$=v.length;A<$;A++)if(v[A](e,D,y,!0)){F=!0;break}if(e.parentType=T,F)return null}const k=e.bMarks[D]+e.tShift[D],x=e.eMarks[D];return e.src.slice(k,x+1)}let i=e.src.slice(l,o+1);o=i.length;let s=-1;for(l=1;l<o;l++){const D=i.charCodeAt(l);if(D===91)return!1;if(D===93){s=l;break}else if(D===10){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}else if(D===92&&(l++,l<o&&i.charCodeAt(l)===10)){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}}if(s<0||i.charCodeAt(s+1)!==58)return!1;for(l=s+2;l<o;l++){const D=i.charCodeAt(l);if(D===10){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}else if(!P(D))break}const m=e.md.helpers.parseLinkDestination(i,l,o);if(!m.ok)return!1;const f=e.md.normalizeLink(m.str);if(!e.md.validateLink(f))return!1;l=m.pos;const b=l,d=c,p=l;for(;l<o;l++){const D=i.charCodeAt(l);if(D===10){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}else if(!P(D))break}let E=e.md.helpers.parseLinkTitle(i,l,o);for(;E.can_continue;){const D=a(c);if(D===null)break;i+=D,l=o,o=i.length,c++,E=e.md.helpers.parseLinkTitle(i,l,o,E)}let g;for(l<o&&p!==l&&E.ok?(g=E.str,l=E.pos):(g="",l=b,c=d);l<o;){const D=i.charCodeAt(l);if(!P(D))break;l++}if(l<o&&i.charCodeAt(l)!==10&&g)for(g="",l=b,c=d;l<o;){const D=i.charCodeAt(l);if(!P(D))break;l++}if(l<o&&i.charCodeAt(l)!==10)return!1;const h=tu(i.slice(1,s));return h?(r||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[h]>"u"&&(e.env.references[h]={title:g,href:f}),e.line=c),!0):!1}const q0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],R0="[a-zA-Z_:][a-zA-Z0-9:._-]*",L0="[^\"'=<>`\\x00-\\x20]+",z0="'[^']*'",P0='"[^"]*"',U0="(?:"+L0+"|"+z0+"|"+P0+")",j0="(?:\\s+"+R0+"(?:\\s*=\\s*"+U0+")?)",xt="<[A-Za-z][A-Za-z0-9\\-]*"+j0+"*\\s*\\/?>",_t="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",H0="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",Z0="<[?][\\s\\S]*?[?]>",G0="<![A-Za-z][^>]*>",J0="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",W0=new RegExp("^(?:"+xt+"|"+_t+"|"+H0+"|"+Z0+"|"+G0+"|"+J0+")"),Y0=new RegExp("^(?:"+xt+"|"+_t+")"),ye=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+q0.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(Y0.source+"\\s*$"),/^$/,!1]];function Q0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(l)!==60)return!1;let c=e.src.slice(l,o),a=0;for(;a<ye.length&&!ye[a][0].test(c);a++);if(a===ye.length)return!1;if(r)return ye[a][2];let i=t+1;if(!ye[a][1].test(c)){for(;i<n&&!(e.sCount[i]<e.blkIndent);i++)if(l=e.bMarks[i]+e.tShift[i],o=e.eMarks[i],c=e.src.slice(l,o),ye[a][1].test(c)){c.length!==0&&i++;break}}e.line=i;const s=e.push("html_block","",0);return s.map=[t,i],s.content=e.getLines(t,i,e.blkIndent,!0),!0}function K0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let c=e.src.charCodeAt(l);if(c!==35||l>=o)return!1;let a=1;for(c=e.src.charCodeAt(++l);c===35&&l<o&&a<=6;)a++,c=e.src.charCodeAt(++l);if(a>6||l<o&&!P(c))return!1;if(r)return!0;o=e.skipSpacesBack(o,l);const i=e.skipCharsBack(o,35,l);i>l&&P(e.src.charCodeAt(i-1))&&(o=i),e.line=t+1;const s=e.push("heading_open","h"+String(a),1);s.markup="########".slice(0,a),s.map=[t,e.line];const m=e.push("inline","",0);m.content=e.src.slice(l,o).trim(),m.map=[t,e.line],m.children=[];const f=e.push("heading_close","h"+String(a),-1);return f.markup="########".slice(0,a),!0}function X0(e,t,n){const r=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const l=e.parentType;e.parentType="paragraph";let o=0,c,a=t+1;for(;a<n&&!e.isEmpty(a);a++){if(e.sCount[a]-e.blkIndent>3)continue;if(e.sCount[a]>=e.blkIndent){let d=e.bMarks[a]+e.tShift[a];const p=e.eMarks[a];if(d<p&&(c=e.src.charCodeAt(d),(c===45||c===61)&&(d=e.skipChars(d,c),d=e.skipSpaces(d),d>=p))){o=c===61?1:2;break}}if(e.sCount[a]<0)continue;let b=!1;for(let d=0,p=r.length;d<p;d++)if(r[d](e,a,n,!0)){b=!0;break}if(b)break}if(!o)return!1;const i=e.getLines(t,a,e.blkIndent,!1).trim();e.line=a+1;const s=e.push("heading_open","h"+String(o),1);s.markup=String.fromCharCode(c),s.map=[t,e.line];const m=e.push("inline","",0);m.content=i,m.map=[t,e.line-1],m.children=[];const f=e.push("heading_close","h"+String(o),-1);return f.markup=String.fromCharCode(c),e.parentType=l,!0}function eo(e,t,n){const r=e.md.block.ruler.getRules("paragraph"),l=e.parentType;let o=t+1;for(e.parentType="paragraph";o<n&&!e.isEmpty(o);o++){if(e.sCount[o]-e.blkIndent>3||e.sCount[o]<0)continue;let s=!1;for(let m=0,f=r.length;m<f;m++)if(r[m](e,o,n,!0)){s=!0;break}if(s)break}const c=e.getLines(t,o,e.blkIndent,!1).trim();e.line=o;const a=e.push("paragraph_open","p",1);a.map=[t,e.line];const i=e.push("inline","",0);return i.content=c,i.map=[t,e.line],i.children=[],e.push("paragraph_close","p",-1),e.parentType=l,!0}const He=[["table",T0,["paragraph","reference"]],["code",N0],["fence",B0,["paragraph","reference","blockquote","list"]],["blockquote",S0,["paragraph","reference","blockquote","list"]],["hr",I0,["paragraph","reference","blockquote","list"]],["list",$0,["paragraph","reference","blockquote"]],["reference",M0],["html_block",Q0,["paragraph","reference","blockquote"]],["heading",K0,["paragraph","reference","blockquote"]],["lheading",X0],["paragraph",eo]];function nu(){this.ruler=new X;for(let e=0;e<He.length;e++)this.ruler.push(He[e][0],He[e][1],{alt:(He[e][2]||[]).slice()})}nu.prototype.tokenize=function(e,t,n){const r=this.ruler.getRules(""),l=r.length,o=e.md.options.maxNesting;let c=t,a=!1;for(;c<n&&(e.line=c=e.skipEmptyLines(c),!(c>=n||e.sCount[c]<e.blkIndent));){if(e.level>=o){e.line=n;break}const i=e.line;let s=!1;for(let m=0;m<l;m++)if(s=r[m](e,c,n,!1),s){if(i>=e.line)throw new Error("block rule didn't increment state.line");break}if(!s)throw new Error("none of the block rules matched");e.tight=!a,e.isEmpty(e.line-1)&&(a=!0),c=e.line,c<n&&e.isEmpty(c)&&(a=!0,c++,e.line=c)}};nu.prototype.parse=function(e,t,n,r){if(!e)return;const l=new this.State(e,t,n,r);this.tokenize(l,l.line,l.lineMax)};nu.prototype.State=fe;function Me(e,t,n,r){this.src=e,this.env=n,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Me.prototype.pushPending=function(){const e=new ae("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};Me.prototype.push=function(e,t,n){this.pending&&this.pushPending();const r=new ae(e,t,n);let l=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],l={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(l),r};Me.prototype.scanDelims=function(e,t){const n=this.posMax,r=this.src.charCodeAt(e),l=e>0?this.src.charCodeAt(e-1):32;let o=e;for(;o<n&&this.src.charCodeAt(o)===r;)o++;const c=o-e,a=o<n?this.src.charCodeAt(o):32,i=Be(l)||Ne(String.fromCharCode(l)),s=Be(a)||Ne(String.fromCharCode(a)),m=Te(l),f=Te(a),b=!f&&(!s||m||i),d=!m&&(!i||f||s);return{can_open:b&&(t||!d||i),can_close:d&&(t||!b||s),length:c}};Me.prototype.Token=ae;function uo(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function to(e,t){let n=e.pos;for(;n<e.posMax&&!uo(e.src.charCodeAt(n));)n++;return n===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}const no=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function oo(e,t){if(!e.md.options.linkify||e.linkLevel>0)return!1;const n=e.pos,r=e.posMax;if(n+3>r||e.src.charCodeAt(n)!==58||e.src.charCodeAt(n+1)!==47||e.src.charCodeAt(n+2)!==47)return!1;const l=e.pending.match(no);if(!l)return!1;const o=l[1],c=e.md.linkify.matchAtStart(e.src.slice(n-o.length));if(!c)return!1;let a=c.url;if(a.length<=o.length)return!1;a=a.replace(/\*+$/,"");const i=e.md.normalizeLink(a);if(!e.md.validateLink(i))return!1;if(!t){e.pending=e.pending.slice(0,-o.length);const s=e.push("link_open","a",1);s.attrs=[["href",i]],s.markup="linkify",s.info="auto";const m=e.push("text","",0);m.content=e.md.normalizeLinkText(a);const f=e.push("link_close","a",-1);f.markup="linkify",f.info="auto"}return e.pos+=a.length-o.length,!0}function ro(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==10)return!1;const r=e.pending.length-1,l=e.posMax;if(!t)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){let o=r-1;for(;o>=1&&e.pending.charCodeAt(o-1)===32;)o--;e.pending=e.pending.slice(0,o),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n<l&&P(e.src.charCodeAt(n));)n++;return e.pos=n,!0}const Du=[];for(let e=0;e<256;e++)Du.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){Du[e.charCodeAt(0)]=1});function lo(e,t){let n=e.pos;const r=e.posMax;if(e.src.charCodeAt(n)!==92||(n++,n>=r))return!1;let l=e.src.charCodeAt(n);if(l===10){for(t||e.push("hardbreak","br",0),n++;n<r&&(l=e.src.charCodeAt(n),!!P(l));)n++;return e.pos=n,!0}let o=e.src[n];if(l>=55296&&l<=56319&&n+1<r){const a=e.src.charCodeAt(n+1);a>=56320&&a<=57343&&(o+=e.src[n+1],n++)}const c="\\"+o;if(!t){const a=e.push("text_special","",0);l<256&&Du[l]!==0?a.content=o:a.content=c,a.markup=c,a.info="escape"}return e.pos=n+1,!0}function ao(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==96)return!1;const l=n;n++;const o=e.posMax;for(;n<o&&e.src.charCodeAt(n)===96;)n++;const c=e.src.slice(l,n),a=c.length;if(e.backticksScanned&&(e.backticks[a]||0)<=l)return t||(e.pending+=c),e.pos+=a,!0;let i=n,s;for(;(s=e.src.indexOf("`",i))!==-1;){for(i=s+1;i<o&&e.src.charCodeAt(i)===96;)i++;const m=i-s;if(m===a){if(!t){const f=e.push("code_inline","code",0);f.markup=c,f.content=e.src.slice(n,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=i,!0}e.backticks[m]=s}return e.backticksScanned=!0,t||(e.pending+=c),e.pos+=a,!0}function co(e,t){const n=e.pos,r=e.src.charCodeAt(n);if(t||r!==126)return!1;const l=e.scanDelims(e.pos,!0);let o=l.length;const c=String.fromCharCode(r);if(o<2)return!1;let a;o%2&&(a=e.push("text","",0),a.content=c,o--);for(let i=0;i<o;i+=2)a=e.push("text","",0),a.content=c+c,e.delimiters.push({marker:r,length:0,token:e.tokens.length-1,end:-1,open:l.can_open,close:l.can_close});return e.pos+=l.length,!0}function ju(e,t){let n;const r=[],l=t.length;for(let o=0;o<l;o++){const c=t[o];if(c.marker!==126||c.end===-1)continue;const a=t[c.end];n=e.tokens[c.token],n.type="s_open",n.tag="s",n.nesting=1,n.markup="~~",n.content="",n=e.tokens[a.token],n.type="s_close",n.tag="s",n.nesting=-1,n.markup="~~",n.content="",e.tokens[a.token-1].type==="text"&&e.tokens[a.token-1].content==="~"&&r.push(a.token-1)}for(;r.length;){const o=r.pop();let c=o+1;for(;c<e.tokens.length&&e.tokens[c].type==="s_close";)c++;c--,o!==c&&(n=e.tokens[c],e.tokens[c]=e.tokens[o],e.tokens[o]=n)}}function io(e){const t=e.tokens_meta,n=e.tokens_meta.length;ju(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&ju(e,t[r].delimiters)}const kt={tokenize:co,postProcess:io};function so(e,t){const n=e.pos,r=e.src.charCodeAt(n);if(t||r!==95&&r!==42)return!1;const l=e.scanDelims(e.pos,r===42);for(let o=0;o<l.length;o++){const c=e.push("text","",0);c.content=String.fromCharCode(r),e.delimiters.push({marker:r,length:l.length,token:e.tokens.length-1,end:-1,open:l.can_open,close:l.can_close})}return e.pos+=l.length,!0}function Hu(e,t){const n=t.length;for(let r=n-1;r>=0;r--){const l=t[r];if(l.marker!==95&&l.marker!==42||l.end===-1)continue;const o=t[l.end],c=r>0&&t[r-1].end===l.end+1&&t[r-1].marker===l.marker&&t[r-1].token===l.token-1&&t[l.end+1].token===o.token+1,a=String.fromCharCode(l.marker),i=e.tokens[l.token];i.type=c?"strong_open":"em_open",i.tag=c?"strong":"em",i.nesting=1,i.markup=c?a+a:a,i.content="";const s=e.tokens[o.token];s.type=c?"strong_close":"em_close",s.tag=c?"strong":"em",s.nesting=-1,s.markup=c?a+a:a,s.content="",c&&(e.tokens[t[r-1].token].content="",e.tokens[t[l.end+1].token].content="",r--)}}function fo(e){const t=e.tokens_meta,n=e.tokens_meta.length;Hu(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&Hu(e,t[r].delimiters)}const gt={tokenize:so,postProcess:fo};function po(e,t){let n,r,l,o,c="",a="",i=e.pos,s=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;const m=e.pos,f=e.posMax,b=e.pos+1,d=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(d<0)return!1;let p=d+1;if(p<f&&e.src.charCodeAt(p)===40){for(s=!1,p++;p<f&&(n=e.src.charCodeAt(p),!(!P(n)&&n!==10));p++);if(p>=f)return!1;if(i=p,l=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),l.ok){for(c=e.md.normalizeLink(l.str),e.md.validateLink(c)?p=l.pos:c="",i=p;p<f&&(n=e.src.charCodeAt(p),!(!P(n)&&n!==10));p++);if(l=e.md.helpers.parseLinkTitle(e.src,p,e.posMax),p<f&&i!==p&&l.ok)for(a=l.str,p=l.pos;p<f&&(n=e.src.charCodeAt(p),!(!P(n)&&n!==10));p++);}(p>=f||e.src.charCodeAt(p)!==41)&&(s=!0),p++}if(s){if(typeof e.env.references>"u")return!1;if(p<f&&e.src.charCodeAt(p)===91?(i=p+1,p=e.md.helpers.parseLinkLabel(e,p),p>=0?r=e.src.slice(i,p++):p=d+1):p=d+1,r||(r=e.src.slice(b,d)),o=e.env.references[tu(r)],!o)return e.pos=m,!1;c=o.href,a=o.title}if(!t){e.pos=b,e.posMax=d;const E=e.push("link_open","a",1),g=[["href",c]];E.attrs=g,a&&g.push(["title",a]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=f,!0}function mo(e,t){let n,r,l,o,c,a,i,s,m="";const f=e.pos,b=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;const d=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(o=p+1,o<b&&e.src.charCodeAt(o)===40){for(o++;o<b&&(n=e.src.charCodeAt(o),!(!P(n)&&n!==10));o++);if(o>=b)return!1;for(s=o,a=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),a.ok&&(m=e.md.normalizeLink(a.str),e.md.validateLink(m)?o=a.pos:m=""),s=o;o<b&&(n=e.src.charCodeAt(o),!(!P(n)&&n!==10));o++);if(a=e.md.helpers.parseLinkTitle(e.src,o,e.posMax),o<b&&s!==o&&a.ok)for(i=a.str,o=a.pos;o<b&&(n=e.src.charCodeAt(o),!(!P(n)&&n!==10));o++);else i="";if(o>=b||e.src.charCodeAt(o)!==41)return e.pos=f,!1;o++}else{if(typeof e.env.references>"u")return!1;if(o<b&&e.src.charCodeAt(o)===91?(s=o+1,o=e.md.helpers.parseLinkLabel(e,o),o>=0?l=e.src.slice(s,o++):o=p+1):o=p+1,l||(l=e.src.slice(d,p)),c=e.env.references[tu(l)],!c)return e.pos=f,!1;m=c.href,i=c.title}if(!t){r=e.src.slice(d,p);const E=[];e.md.inline.parse(r,e.md,e.env,E);const g=e.push("image","img",0),h=[["src",m],["alt",""]];g.attrs=h,g.children=E,g.content=r,i&&h.push(["title",i])}return e.pos=o,e.posMax=b,!0}const bo=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,ho=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function xo(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==60)return!1;const r=e.pos,l=e.posMax;for(;;){if(++n>=l)return!1;const c=e.src.charCodeAt(n);if(c===60)return!1;if(c===62)break}const o=e.src.slice(r+1,n);if(ho.test(o)){const c=e.md.normalizeLink(o);if(!e.md.validateLink(c))return!1;if(!t){const a=e.push("link_open","a",1);a.attrs=[["href",c]],a.markup="autolink",a.info="auto";const i=e.push("text","",0);i.content=e.md.normalizeLinkText(o);const s=e.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return e.pos+=o.length+2,!0}if(bo.test(o)){const c=e.md.normalizeLink("mailto:"+o);if(!e.md.validateLink(c))return!1;if(!t){const a=e.push("link_open","a",1);a.attrs=[["href",c]],a.markup="autolink",a.info="auto";const i=e.push("text","",0);i.content=e.md.normalizeLinkText(o);const s=e.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return e.pos+=o.length+2,!0}return!1}function _o(e){return/^<a[>\s]/i.test(e)}function ko(e){return/^<\/a\s*>/i.test(e)}function go(e){const t=e|32;return t>=97&&t<=122}function vo(e,t){if(!e.md.options.html)return!1;const n=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==60||r+2>=n)return!1;const l=e.src.charCodeAt(r+1);if(l!==33&&l!==63&&l!==47&&!go(l))return!1;const o=e.src.slice(r).match(W0);if(!o)return!1;if(!t){const c=e.push("html_inline","",0);c.content=o[0],_o(c.content)&&e.linkLevel++,ko(c.content)&&e.linkLevel--}return e.pos+=o[0].length,!0}const yo=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Co=/^&([a-z][a-z0-9]{1,31});/i;function Eo(e,t){const n=e.pos,r=e.posMax;if(e.src.charCodeAt(n)!==38||n+1>=r)return!1;if(e.src.charCodeAt(n+1)===35){const o=e.src.slice(n).match(yo);if(o){if(!t){const c=o[1][0].toLowerCase()==="x"?parseInt(o[1].slice(1),16):parseInt(o[1],10),a=e.push("text_special","",0);a.content=Cu(c)?Ye(c):Ye(65533),a.markup=o[0],a.info="entity"}return e.pos+=o[0].length,!0}}else{const o=e.src.slice(n).match(Co);if(o){const c=ft(o[0]);if(c!==o[0]){if(!t){const a=e.push("text_special","",0);a.content=c,a.markup=o[0],a.info="entity"}return e.pos+=o[0].length,!0}}}return!1}function Zu(e){const t={},n=e.length;if(!n)return;let r=0,l=-2;const o=[];for(let c=0;c<n;c++){const a=e[c];if(o.push(0),(e[r].marker!==a.marker||l!==a.token-1)&&(r=c),l=a.token,a.length=a.length||0,!a.close)continue;t.hasOwnProperty(a.marker)||(t[a.marker]=[-1,-1,-1,-1,-1,-1]);const i=t[a.marker][(a.open?3:0)+a.length%3];let s=r-o[r]-1,m=s;for(;s>i;s-=o[s]+1){const f=e[s];if(f.marker===a.marker&&f.open&&f.end<0){let b=!1;if((f.close||a.open)&&(f.length+a.length)%3===0&&(f.length%3!==0||a.length%3!==0)&&(b=!0),!b){const d=s>0&&!e[s-1].open?o[s-1]+1:0;o[c]=c-s+d,o[s]=d,a.open=!1,f.end=c,f.close=!1,m=-1,l=-2;break}}}m!==-1&&(t[a.marker][(a.open?3:0)+(a.length||0)%3]=m)}}function Do(e){const t=e.tokens_meta,n=e.tokens_meta.length;Zu(e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&Zu(t[r].delimiters)}function Vo(e){let t,n,r=0;const l=e.tokens,o=e.tokens.length;for(t=n=0;t<o;t++)l[t].nesting<0&&r--,l[t].level=r,l[t].nesting>0&&r++,l[t].type==="text"&&t+1<o&&l[t+1].type==="text"?l[t+1].content=l[t].content+l[t+1].content:(t!==n&&(l[n]=l[t]),n++);t!==n&&(l.length=n)}const iu=[["text",to],["linkify",oo],["newline",ro],["escape",lo],["backticks",ao],["strikethrough",kt.tokenize],["emphasis",gt.tokenize],["link",po],["image",mo],["autolink",xo],["html_inline",vo],["entity",Eo]],su=[["balance_pairs",Do],["strikethrough",kt.postProcess],["emphasis",gt.postProcess],["fragments_join",Vo]];function qe(){this.ruler=new X;for(let e=0;e<iu.length;e++)this.ruler.push(iu[e][0],iu[e][1]);this.ruler2=new X;for(let e=0;e<su.length;e++)this.ruler2.push(su[e][0],su[e][1])}qe.prototype.skipToken=function(e){const t=e.pos,n=this.ruler.getRules(""),r=n.length,l=e.md.options.maxNesting,o=e.cache;if(typeof o[t]<"u"){e.pos=o[t];return}let c=!1;if(e.level<l){for(let a=0;a<r;a++)if(e.level++,c=n[a](e,!0),e.level--,c){if(t>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;c||e.pos++,o[t]=e.pos};qe.prototype.tokenize=function(e){const t=this.ruler.getRules(""),n=t.length,r=e.posMax,l=e.md.options.maxNesting;for(;e.pos<r;){const o=e.pos;let c=!1;if(e.level<l){for(let a=0;a<n;a++)if(c=t[a](e,!1),c){if(o>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}if(c){if(e.pos>=r)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};qe.prototype.parse=function(e,t,n,r){const l=new this.State(e,t,n,r);this.tokenize(l);const o=this.ruler2.getRules(""),c=o.length;for(let a=0;a<c;a++)o[a](l)};qe.prototype.State=Me;function wo(e){const t={};e=e||{},t.src_Any=at.source,t.src_Cc=ct.source,t.src_Z=st.source,t.src_P=vu.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const n="[><|]";return t.src_pseudo_letter="(?:(?!"+n+"|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|"+n+"|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy="(^|"+n+'|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}function bu(e){return Array.prototype.slice.call(arguments,1).forEach(function(n){n&&Object.keys(n).forEach(function(r){e[r]=n[r]})}),e}function ou(e){return Object.prototype.toString.call(e)}function Fo(e){return ou(e)==="[object String]"}function Ao(e){return ou(e)==="[object Object]"}function To(e){return ou(e)==="[object RegExp]"}function Gu(e){return ou(e)==="[object Function]"}function No(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const vt={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function Bo(e){return Object.keys(e||{}).reduce(function(t,n){return t||vt.hasOwnProperty(n)},!1)}const So={"http:":{validate:function(e,t,n){const r=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){const r=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?t>=3&&e[t-3]===":"||t>=3&&e[t-3]==="/"?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){const r=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},Io="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",Oo="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function $o(e){e.__index__=-1,e.__text_cache__=""}function Mo(e){return function(t,n){const r=t.slice(n);return e.test(r)?r.match(e)[0].length:0}}function Ju(){return function(e,t){t.normalize(e)}}function Qe(e){const t=e.re=wo(e.__opts__),n=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||n.push(Io),n.push(t.src_xn),t.src_tlds=n.join("|");function r(a){return a.replace("%TLDS%",t.src_tlds)}t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const l=[];e.__compiled__={};function o(a,i){throw new Error('(LinkifyIt) Invalid schema "'+a+'": '+i)}Object.keys(e.__schemas__).forEach(function(a){const i=e.__schemas__[a];if(i===null)return;const s={validate:null,link:null};if(e.__compiled__[a]=s,Ao(i)){To(i.validate)?s.validate=Mo(i.validate):Gu(i.validate)?s.validate=i.validate:o(a,i),Gu(i.normalize)?s.normalize=i.normalize:i.normalize?o(a,i):s.normalize=Ju();return}if(Fo(i)){l.push(a);return}o(a,i)}),l.forEach(function(a){e.__compiled__[e.__schemas__[a]]&&(e.__compiled__[a].validate=e.__compiled__[e.__schemas__[a]].validate,e.__compiled__[a].normalize=e.__compiled__[e.__schemas__[a]].normalize)}),e.__compiled__[""]={validate:null,normalize:Ju()};const c=Object.keys(e.__compiled__).filter(function(a){return a.length>0&&e.__compiled__[a]}).map(No).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+c+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+c+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),$o(e)}function qo(e,t){const n=e.__index__,r=e.__last_index__,l=e.__text_cache__.slice(n,r);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=r+t,this.raw=l,this.text=l,this.url=l}function hu(e,t){const n=new qo(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function ne(e,t){if(!(this instanceof ne))return new ne(e,t);t||Bo(e)&&(t=e,e={}),this.__opts__=bu({},vt,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=bu({},So,e),this.__compiled__={},this.__tlds__=Oo,this.__tlds_replaced__=!1,this.re={},Qe(this)}ne.prototype.add=function(t,n){return this.__schemas__[t]=n,Qe(this),this};ne.prototype.set=function(t){return this.__opts__=bu(this.__opts__,t),this};ne.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;let n,r,l,o,c,a,i,s,m;if(this.re.schema_test.test(t)){for(i=this.re.schema_search,i.lastIndex=0;(n=i.exec(t))!==null;)if(o=this.testSchemaAt(t,n[2],i.lastIndex),o){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+o;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(s=t.search(this.re.host_fuzzy_test),s>=0&&(this.__index__<0||s<this.__index__)&&(r=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(c=r.index+r[1].length,(this.__index__<0||c<this.__index__)&&(this.__schema__="",this.__index__=c,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(m=t.indexOf("@"),m>=0&&(l=t.match(this.re.email_fuzzy))!==null&&(c=l.index+l[1].length,a=l.index+l[0].length,(this.__index__<0||c<this.__index__||c===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=c,this.__last_index__=a))),this.__index__>=0};ne.prototype.pretest=function(t){return this.re.pretest.test(t)};ne.prototype.testSchemaAt=function(t,n,r){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(t,r,this):0};ne.prototype.match=function(t){const n=[];let r=0;this.__index__>=0&&this.__text_cache__===t&&(n.push(hu(this,r)),r=this.__last_index__);let l=r?t.slice(r):t;for(;this.test(l);)n.push(hu(this,r)),l=l.slice(this.__last_index__),r+=this.__last_index__;return n.length?n:null};ne.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;const n=this.re.schema_at_start.exec(t);if(!n)return null;const r=this.testSchemaAt(t,n[2],n[0].length);return r?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+r,hu(this,0)):null};ne.prototype.tlds=function(t,n){return t=Array.isArray(t)?t:[t],n?(this.__tlds__=this.__tlds__.concat(t).sort().filter(function(r,l,o){return r!==o[l-1]}).reverse(),Qe(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,Qe(this),this)};ne.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),t.schema==="mailto:"&&!/^mailto:/i.test(t.url)&&(t.url="mailto:"+t.url)};ne.prototype.onCompile=function(){};const Ce=2147483647,ie=36,Vu=1,Se=26,Ro=38,Lo=700,yt=72,Ct=128,Et="-",zo=/^xn--/,Po=/[^\0-\x7F]/,Uo=/[\x2E\u3002\uFF0E\uFF61]/g,jo={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},du=ie-Vu,se=Math.floor,fu=String.fromCharCode;function be(e){throw new RangeError(jo[e])}function Ho(e,t){const n=[];let r=e.length;for(;r--;)n[r]=t(e[r]);return n}function Dt(e,t){const n=e.split("@");let r="";n.length>1&&(r=n[0]+"@",e=n[1]),e=e.replace(Uo,".");const l=e.split("."),o=Ho(l,t).join(".");return r+o}function Vt(e){const t=[];let n=0;const r=e.length;for(;n<r;){const l=e.charCodeAt(n++);if(l>=55296&&l<=56319&&n<r){const o=e.charCodeAt(n++);(o&64512)==56320?t.push(((l&1023)<<10)+(o&1023)+65536):(t.push(l),n--)}else t.push(l)}return t}const Zo=e=>String.fromCodePoint(...e),Go=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:ie},Wu=function(e,t){return e+22+75*(e<26)-((t!=0)<<5)},wt=function(e,t,n){let r=0;for(e=n?se(e/Lo):e>>1,e+=se(e/t);e>du*Se>>1;r+=ie)e=se(e/du);return se(r+(du+1)*e/(e+Ro))},Ft=function(e){const t=[],n=e.length;let r=0,l=Ct,o=yt,c=e.lastIndexOf(Et);c<0&&(c=0);for(let a=0;a<c;++a)e.charCodeAt(a)>=128&&be("not-basic"),t.push(e.charCodeAt(a));for(let a=c>0?c+1:0;a<n;){const i=r;for(let m=1,f=ie;;f+=ie){a>=n&&be("invalid-input");const b=Go(e.charCodeAt(a++));b>=ie&&be("invalid-input"),b>se((Ce-r)/m)&&be("overflow"),r+=b*m;const d=f<=o?Vu:f>=o+Se?Se:f-o;if(b<d)break;const p=ie-d;m>se(Ce/p)&&be("overflow"),m*=p}const s=t.length+1;o=wt(r-i,s,i==0),se(r/s)>Ce-l&&be("overflow"),l+=se(r/s),r%=s,t.splice(r++,0,l)}return String.fromCodePoint(...t)},At=function(e){const t=[];e=Vt(e);const n=e.length;let r=Ct,l=0,o=yt;for(const i of e)i<128&&t.push(fu(i));const c=t.length;let a=c;for(c&&t.push(Et);a<n;){let i=Ce;for(const m of e)m>=r&&m<i&&(i=m);const s=a+1;i-r>se((Ce-l)/s)&&be("overflow"),l+=(i-r)*s,r=i;for(const m of e)if(m<r&&++l>Ce&&be("overflow"),m===r){let f=l;for(let b=ie;;b+=ie){const d=b<=o?Vu:b>=o+Se?Se:b-o;if(f<d)break;const p=f-d,E=ie-d;t.push(fu(Wu(d+p%E,0))),f=se(p/E)}t.push(fu(Wu(f,0))),o=wt(l,s,a===c),l=0,++a}++l,++r}return t.join("")},Jo=function(e){return Dt(e,function(t){return zo.test(t)?Ft(t.slice(4).toLowerCase()):t})},Wo=function(e){return Dt(e,function(t){return Po.test(t)?"xn--"+At(t):t})},Tt={version:"2.3.1",ucs2:{decode:Vt,encode:Zo},decode:Ft,encode:At,toASCII:Wo,toUnicode:Jo},Yo={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},Qo={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},Ko={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Xo={default:Yo,zero:Qo,commonmark:Ko},er=/^(vbscript|javascript|file|data):/,ur=/^data:image\/(gif|png|jpeg|webp);/;function tr(e){const t=e.trim().toLowerCase();return er.test(t)?ur.test(t):!0}const Nt=["http:","https:","mailto:"];function nr(e){const t=gu(e,!0);if(t.hostname&&(!t.protocol||Nt.indexOf(t.protocol)>=0))try{t.hostname=Tt.toASCII(t.hostname)}catch{}return $e(ku(t))}function or(e){const t=gu(e,!0);if(t.hostname&&(!t.protocol||Nt.indexOf(t.protocol)>=0))try{t.hostname=Tt.toUnicode(t.hostname)}catch{}return De(ku(t),De.defaultChars+"%")}function re(e,t){if(!(this instanceof re))return new re(e,t);t||yu(e)||(t=e||{},e="default"),this.inline=new qe,this.block=new nu,this.core=new Eu,this.renderer=new Fe,this.linkify=new ne,this.validateLink=tr,this.normalizeLink=nr,this.normalizeLinkText=or,this.utils=r0,this.helpers=uu({},i0),this.options={},this.configure(e),t&&this.set(t)}re.prototype.set=function(e){return uu(this.options,e),this};re.prototype.configure=function(e){const t=this;if(yu(e)){const n=e;if(e=Xo[n],!e)throw new Error('Wrong `markdown-it` preset "'+n+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)}),this};re.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(l){n=n.concat(this[l].ruler.enable(e,!0))},this),n=n.concat(this.inline.ruler2.enable(e,!0));const r=e.filter(function(l){return n.indexOf(l)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this};re.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(l){n=n.concat(this[l].ruler.disable(e,!0))},this),n=n.concat(this.inline.ruler2.disable(e,!0));const r=e.filter(function(l){return n.indexOf(l)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this};re.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this};re.prototype.parse=function(e,t){if(typeof e!="string")throw new Error("Input data should be a String");const n=new this.core.State(e,this,t);return this.core.process(n),n.tokens};re.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)};re.prototype.parseInline=function(e,t){const n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens};re.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const rr=["innerHTML"],lr={__name:"FactorDescription",props:u.mergeModels({factorType:{type:String,default:"模版"},data:{type:Array,default:[]}},{visible:{default:!1},visibleModifiers:{}}),emits:["update:visible"],setup(e){const{request:t}=u.inject("stConfig"),n=new re,r=u.ref(""),l=u.useModel(e,"visible");return u.onMounted(async()=>{const{data:o}=await t.post("/middleLayer/special/getOss",{url:"resource/factor_select.md"}),c=new Uint8Array(o.data),i=new TextDecoder("utf-8").decode(c);r.value=n.render(i)}),(o,c)=>{const a=Fu.ElTableColumn,i=Fu.ElTable,s=Qu.ElScrollbar,m=Ie.ElDialog;return u.openBlock(),u.createBlock(m,{modelValue:l.value,"onUpdate:modelValue":c[0]||(c[0]=f=>l.value=f),title:e.factorType==="模版"?"因子说明":"脚本编写说明",width:"1000","align-center":"","append-to-body":"","destroy-on-close":"",draggable:"",overflow:"",modal:!1,"modal-penetrable":!0},{default:u.withCtx(()=>[u.createVNode(s,{height:"500px"},{default:u.withCtx(()=>[e.factorType==="模版"?(u.openBlock(),u.createBlock(i,{key:0,data:e.data,border:"",height:"500"},{default:u.withCtx(()=>[u.createVNode(a,{prop:"factorName",label:"因子名称",width:"200"}),u.createVNode(a,{prop:"factorDesc",label:"因子说明"}),u.createVNode(a,{prop:"factorScoreDefine",label:"分值定义"})]),_:1},8,["data"])):u.createCommentVNode("",!0),e.factorType==="脚本"?(u.openBlock(),u.createElementBlock("div",{key:1,class:"markdown-body",innerHTML:r.value},null,8,rr)):u.createCommentVNode("",!0)]),_:1})]),_:1},8,["modelValue","title"])}}};const Bt=e=>(u.pushScopeId("data-v-62d59731"),e=e(),u.popScopeId(),e),ar={class:"factor-screen"},cr={style:{"white-space":"pre-line"}},ir={class:"custom-header"},sr={class:"left"},dr=["id"],fr={class:"editor-tools"},pr={class:"right"},mr={class:"form-row"},br={class:"index"},hr={style:{display:"flex","align-items":"center",width:"100%",height:"24px"}},xr=Bt(()=>u.createElementVNode("span",null,"~",-1)),_r=Bt(()=>u.createElementVNode("span",null,"&&代表and,||代表or",-1)),kr={class:"dialog-footer"},gr={class:"custom-header"},vr={class:"left"},yr=["id"],Cr={class:"right"},Er={class:"dialog-footer"},Dr={class:"custom-header"},Vr={class:"left"},wr=["id"],Fr={class:"right"},Ar={class:"content"},Tr={class:"dialog-footer"},Nr={__name:"index",props:u.mergeModels({config:{type:Object,default:{sqlShow:!1,cycleShow:!0,cycleDefault:null,cycleOptions:[],factorOptions:[],factorDescriptions:[]}}},{data:{default:{list:[],sqlEnable:0,sqlValue:null}},dataModifiers:{}}),emits:u.mergeModels(["actionState"],["update:data"]),setup(e,{emit:t}){const{request:n,env:r}=u.inject("stConfig"),l=t,o=e,c=u.useModel(e,"data"),a=u.ref(),i=u.ref(),s=u.ref(!1),m=u.ref(!1),f=u.ref("脚本"),b=u.ref(!1),d=u.ref(!1),p=u.ref(!1),E=u.ref(!1),g=u.ref(""),h=u.ref(!1),D=u.ref(!1),y=u.reactive({result:null,detail:"",code:"",ai:""}),w=u.ref(null),k=u.ref({list:[{cycle:o.config.cycleDefault??null,factor:null,score:[null,null]}],sqlEnable:0,sqlValue:null,factorSelectExpr:""}),x=()=>{const{list:N,sqlEnable:V,sqlValue:L,factorSelectExpr:I}=c.value;k.value={list:JSON.parse(JSON.stringify(N)),sqlEnable:V,sqlValue:L,factorSelectExpr:I},k.value.list.length||F(),s.value=!0},v=()=>{if(f.value==="模版")w.value.validate(N=>{const{list:V,sqlEnable:L,sqlValue:I}=k.value;if(N){if(L){if(!I)return j.ElMessage.error("SQL语句不能为空");const M=Nu(I),z=V.map((J,pe)=>`条件${pe+1}`),Q=M.filter(J=>!z.includes(J));if(Q.length)return j.ElMessage.error(`请检查SQL语句, 不存在[${Q}]`)}c.value={list:JSON.parse(JSON.stringify(V)),sqlEnable:L,sqlValue:I,factorSelectExpr:""},s.value=!1}});else{const N=a.value.getValue();if(!N)return j.ElMessage.error("请输入脚本语句");c.value={list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:N},s.value=!1}},T=N=>{k.value.list.splice(N,1)},F=N=>{switch(N){case"compare":{k.value.list.push({key:"compare",cycle:o.config.cycleDefault??null,factor:null,compareType:">",cycle2:o.config.cycleDefault??null,factor2:null});break}default:{k.value.list.push({cycle:o.config.cycleDefault??null,factor:null,score:[null,null]});break}}},A=()=>{w.value.validate(N=>{if(N)if(k.value.sqlValue){const V=Nu(k.value.sqlValue);k.value.sqlValue=k.value.list.reduce((L,I,M)=>(V.includes(`条件${M+1}`)||(L+=`&& 条件${M+1} `),L),k.value.sqlValue)}else k.value.sqlValue=k.value.list.reduce((V,L,I)=>(I===0?V+=`条件${I+1} `:V+=`&& 条件${I+1} `,V),"")})},$=N=>{switch(N.key){case"compare":{const{cycle:V,factor:L,compareType:I,cycle2:M,factor2:z}=N;let Q="";return Q+=` ${o.config.cycleOptions.find(({value:J})=>J===V).label}`,Q+=` ${o.config.factorOptions.find(({value:J})=>J===L).label}`,Q+=` ${I}`,Q+=` ${o.config.cycleOptions.find(({value:J})=>J===M).label}`,Q+=` ${o.config.factorOptions.find(({value:J})=>J===z).label}`,Q}default:{const{cycle:V,factor:L,score:I}=N;let M="";return M+=` ${o.config.cycleOptions.find(({value:z})=>z===V).label}`,M+=` ${o.config.factorOptions.find(({value:z})=>z===L).label}`,M+=` ${I[0]||I[0]===0?`${I[0]}分`:"∞"}`,M+=" ~",M+=` ${I[1]||I[1]===0?`${I[1]}分`:"∞"}`,M}}},_=(N,V)=>{switch(N){case"sqlTag":{c.value={list:[],sqlEnable:0,sqlValue:null};break}case"factorTag":{c.value.list.splice(V,1);break}case"scriptTag":{Ku.ElMessageBox.confirm("是否确认删除因子筛选: 脚本模式","删除操作",{confirmButtonText:"确认",cancelButtonText:"取消",type:"warning"}).then(()=>{c.value={list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""}});break}}},R=()=>{i.value.open(a.value)},C=(N,V)=>{if(!a.value)return j.ElMessage.error("未检测到编辑器实例");let L=N;const I=_n(V);if(I.length){const pe=I.reduce((oe,ce,ue,te)=>(oe+=`${ce}=`,ue<te.length-1&&(oe+=","),oe),"");L=`${L}(${pe})`}const M=a.value.getInstance(),z=M.getPosition(),J=a.value.getValue().split(`
|
|
14
|
+
`;break}return r};Fe.prototype.render=function(e,t,n){let r="";const l=this.rules;for(let o=0,c=e.length;o<c;o++){const a=e[o].type;a==="inline"?r+=this.renderInline(e[o].children,t,n):typeof l[a]<"u"?r+=l[a](e,o,t,n,this):r+=this.renderToken(e,o,t,n)}return r};function X(){this.__rules__=[],this.__cache__=null}X.prototype.__find__=function(e){for(let t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1};X.prototype.__compile__=function(){const e=this,t=[""];e.__rules__.forEach(function(n){n.enabled&&n.alt.forEach(function(r){t.indexOf(r)<0&&t.push(r)})}),e.__cache__={},t.forEach(function(n){e.__cache__[n]=[],e.__rules__.forEach(function(r){r.enabled&&(n&&r.alt.indexOf(n)<0||e.__cache__[n].push(r.fn))})})};X.prototype.at=function(e,t,n){const r=this.__find__(e),l=n||{};if(r===-1)throw new Error("Parser rule not found: "+e);this.__rules__[r].fn=t,this.__rules__[r].alt=l.alt||[],this.__cache__=null};X.prototype.before=function(e,t,n,r){const l=this.__find__(e),o=r||{};if(l===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(l,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};X.prototype.after=function(e,t,n,r){const l=this.__find__(e),o=r||{};if(l===-1)throw new Error("Parser rule not found: "+e);this.__rules__.splice(l+1,0,{name:t,enabled:!0,fn:n,alt:o.alt||[]}),this.__cache__=null};X.prototype.push=function(e,t,n){const r=n||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:r.alt||[]}),this.__cache__=null};X.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);const n=[];return e.forEach(function(r){const l=this.__find__(r);if(l<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[l].enabled=!0,n.push(r)},this),this.__cache__=null,n};X.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(n){n.enabled=!1}),this.enable(e,t)};X.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);const n=[];return e.forEach(function(r){const l=this.__find__(r);if(l<0){if(t)return;throw new Error("Rules manager: invalid rule name "+r)}this.__rules__[l].enabled=!1,n.push(r)},this),this.__cache__=null,n};X.prototype.getRules=function(e){return this.__cache__===null&&this.__compile__(),this.__cache__[e]||[]};function ae(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}ae.prototype.attrIndex=function(t){if(!this.attrs)return-1;const n=this.attrs;for(let r=0,l=n.length;r<l;r++)if(n[r][0]===t)return r;return-1};ae.prototype.attrPush=function(t){this.attrs?this.attrs.push(t):this.attrs=[t]};ae.prototype.attrSet=function(t,n){const r=this.attrIndex(t),l=[t,n];r<0?this.attrPush(l):this.attrs[r]=l};ae.prototype.attrGet=function(t){const n=this.attrIndex(t);let r=null;return n>=0&&(r=this.attrs[n][1]),r};ae.prototype.attrJoin=function(t,n){const r=this.attrIndex(t);r<0?this.attrPush([t,n]):this.attrs[r][1]=this.attrs[r][1]+" "+n};function bt(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}bt.prototype.Token=ae;const i0=/\r\n?|\n/g,s0=/\0/g;function d0(e){let t;t=e.src.replace(i0,`
|
|
15
|
+
`),t=t.replace(s0,"�"),e.src=t}function f0(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}function p0(e){const t=e.tokens;for(let n=0,r=t.length;n<r;n++){const l=t[n];l.type==="inline"&&e.md.inline.parse(l.content,e.md,e.env,l.children)}}function m0(e){return/^<a[>\s]/i.test(e)}function b0(e){return/^<\/a\s*>/i.test(e)}function h0(e){const t=e.tokens;if(e.md.options.linkify)for(let n=0,r=t.length;n<r;n++){if(t[n].type!=="inline"||!e.md.linkify.pretest(t[n].content))continue;let l=t[n].children,o=0;for(let c=l.length-1;c>=0;c--){const a=l[c];if(a.type==="link_close"){for(c--;l[c].level!==a.level&&l[c].type!=="link_open";)c--;continue}if(a.type==="html_inline"&&(m0(a.content)&&o>0&&o--,b0(a.content)&&o++),!(o>0)&&a.type==="text"&&e.md.linkify.test(a.content)){const i=a.content;let s=e.md.linkify.match(i);const m=[];let f=a.level,b=0;s.length>0&&s[0].index===0&&c>0&&l[c-1].type==="text_special"&&(s=s.slice(1));for(let d=0;d<s.length;d++){const p=s[d].url,C=e.md.normalizeLink(p);if(!e.md.validateLink(C))continue;let g=s[d].text;s[d].schema?s[d].schema==="mailto:"&&!/^mailto:/i.test(g)?g=e.md.normalizeLinkText("mailto:"+g).replace(/^mailto:/,""):g=e.md.normalizeLinkText(g):g=e.md.normalizeLinkText("http://"+g).replace(/^http:\/\//,"");const h=s[d].index;if(h>b){const k=new e.Token("text","",0);k.content=i.slice(b,h),k.level=f,m.push(k)}const D=new e.Token("link_open","a",1);D.attrs=[["href",C]],D.level=f++,D.markup="linkify",D.info="auto",m.push(D);const y=new e.Token("text","",0);y.content=g,y.level=f,m.push(y);const w=new e.Token("link_close","a",-1);w.level=--f,w.markup="linkify",w.info="auto",m.push(w),b=s[d].lastIndex}if(b<i.length){const d=new e.Token("text","",0);d.content=i.slice(b),d.level=f,m.push(d)}t[n].children=l=pt(l,c,m)}}}}const ht=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,x0=/\((c|tm|r)\)/i,_0=/\((c|tm|r)\)/ig,k0={c:"©",r:"®",tm:"™"};function g0(e,t){return k0[t.toLowerCase()]}function v0(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];r.type==="text"&&!t&&(r.content=r.content.replace(_0,g0)),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function y0(e){let t=0;for(let n=e.length-1;n>=0;n--){const r=e[n];r.type==="text"&&!t&&ht.test(r.content)&&(r.content=r.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),r.type==="link_open"&&r.info==="auto"&&t--,r.type==="link_close"&&r.info==="auto"&&t++}}function C0(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)e.tokens[t].type==="inline"&&(x0.test(e.tokens[t].content)&&v0(e.tokens[t].children),ht.test(e.tokens[t].content)&&y0(e.tokens[t].children))}const E0=/['"]/,Ru=/['"]/g,Lu="’";function je(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function D0(e,t){let n;const r=[];for(let l=0;l<e.length;l++){const o=e[l],c=e[l].level;for(n=r.length-1;n>=0&&!(r[n].level<=c);n--);if(r.length=n+1,o.type!=="text")continue;let a=o.content,i=0,s=a.length;e:for(;i<s;){Ru.lastIndex=i;const m=Ru.exec(a);if(!m)break;let f=!0,b=!0;i=m.index+1;const d=m[0]==="'";let p=32;if(m.index-1>=0)p=a.charCodeAt(m.index-1);else for(n=l-1;n>=0&&!(e[n].type==="softbreak"||e[n].type==="hardbreak");n--)if(e[n].content){p=e[n].content.charCodeAt(e[n].content.length-1);break}let C=32;if(i<s)C=a.charCodeAt(i);else for(n=l+1;n<e.length&&!(e[n].type==="softbreak"||e[n].type==="hardbreak");n++)if(e[n].content){C=e[n].content.charCodeAt(0);break}const g=Be(p)||Ne(String.fromCharCode(p)),h=Be(C)||Ne(String.fromCharCode(C)),D=Te(p),y=Te(C);if(y?f=!1:h&&(D||g||(f=!1)),D?b=!1:g&&(y||h||(b=!1)),C===34&&m[0]==='"'&&p>=48&&p<=57&&(b=f=!1),f&&b&&(f=g,b=h),!f&&!b){d&&(o.content=je(o.content,m.index,Lu));continue}if(b)for(n=r.length-1;n>=0;n--){let w=r[n];if(r[n].level<c)break;if(w.single===d&&r[n].level===c){w=r[n];let k,x;d?(k=t.md.options.quotes[2],x=t.md.options.quotes[3]):(k=t.md.options.quotes[0],x=t.md.options.quotes[1]),o.content=je(o.content,m.index,x),e[w.token].content=je(e[w.token].content,w.pos,k),i+=x.length-1,w.token===l&&(i+=k.length-1),a=o.content,s=a.length,r.length=n;continue e}}f?r.push({token:l,pos:m.index,single:d,level:c}):b&&d&&(o.content=je(o.content,m.index,Lu))}}}function V0(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)e.tokens[t].type!=="inline"||!E0.test(e.tokens[t].content)||D0(e.tokens[t].children,e)}function w0(e){let t,n;const r=e.tokens,l=r.length;for(let o=0;o<l;o++){if(r[o].type!=="inline")continue;const c=r[o].children,a=c.length;for(t=0;t<a;t++)c[t].type==="text_special"&&(c[t].type="text");for(t=n=0;t<a;t++)c[t].type==="text"&&t+1<a&&c[t+1].type==="text"?c[t+1].content=c[t].content+c[t+1].content:(t!==n&&(c[n]=c[t]),n++);t!==n&&(c.length=n)}}const au=[["normalize",d0],["block",f0],["inline",p0],["linkify",h0],["replacements",C0],["smartquotes",V0],["text_join",w0]];function Eu(){this.ruler=new X;for(let e=0;e<au.length;e++)this.ruler.push(au[e][0],au[e][1])}Eu.prototype.process=function(e){const t=this.ruler.getRules("");for(let n=0,r=t.length;n<r;n++)t[n](e)};Eu.prototype.State=bt;function fe(e,t,n,r){this.src=e,this.md=t,this.env=n,this.tokens=r,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const l=this.src;for(let o=0,c=0,a=0,i=0,s=l.length,m=!1;c<s;c++){const f=l.charCodeAt(c);if(!m)if(P(f)){a++,f===9?i+=4-i%4:i++;continue}else m=!0;(f===10||c===s-1)&&(f!==10&&c++,this.bMarks.push(o),this.eMarks.push(c),this.tShift.push(a),this.sCount.push(i),this.bsCount.push(0),m=!1,a=0,i=0,o=c+1)}this.bMarks.push(l.length),this.eMarks.push(l.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}fe.prototype.push=function(e,t,n){const r=new ae(e,t,n);return r.block=!0,n<0&&this.level--,r.level=this.level,n>0&&this.level++,this.tokens.push(r),r};fe.prototype.isEmpty=function(t){return this.bMarks[t]+this.tShift[t]>=this.eMarks[t]};fe.prototype.skipEmptyLines=function(t){for(let n=this.lineMax;t<n&&!(this.bMarks[t]+this.tShift[t]<this.eMarks[t]);t++);return t};fe.prototype.skipSpaces=function(t){for(let n=this.src.length;t<n;t++){const r=this.src.charCodeAt(t);if(!P(r))break}return t};fe.prototype.skipSpacesBack=function(t,n){if(t<=n)return t;for(;t>n;)if(!P(this.src.charCodeAt(--t)))return t+1;return t};fe.prototype.skipChars=function(t,n){for(let r=this.src.length;t<r&&this.src.charCodeAt(t)===n;t++);return t};fe.prototype.skipCharsBack=function(t,n,r){if(t<=r)return t;for(;t>r;)if(n!==this.src.charCodeAt(--t))return t+1;return t};fe.prototype.getLines=function(t,n,r,l){if(t>=n)return"";const o=new Array(n-t);for(let c=0,a=t;a<n;a++,c++){let i=0;const s=this.bMarks[a];let m=s,f;for(a+1<n||l?f=this.eMarks[a]+1:f=this.eMarks[a];m<f&&i<r;){const b=this.src.charCodeAt(m);if(P(b))b===9?i+=4-(i+this.bsCount[a])%4:i++;else if(m-s<this.tShift[a])i++;else break;m++}i>r?o[c]=new Array(i-r+1).join(" ")+this.src.slice(m,f):o[c]=this.src.slice(m,f)}return o.join("")};fe.prototype.Token=ae;const F0=65536;function cu(e,t){const n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return e.src.slice(n,r)}function zu(e){const t=[],n=e.length;let r=0,l=e.charCodeAt(r),o=!1,c=0,a="";for(;r<n;)l===124&&(o?(a+=e.substring(c,r-1),c=r):(t.push(a+e.substring(c,r)),a="",c=r+1)),o=l===92,r++,l=e.charCodeAt(r);return t.push(a+e.substring(c)),t}function A0(e,t,n,r){if(t+2>n)return!1;let l=t+1;if(e.sCount[l]<e.blkIndent||e.sCount[l]-e.blkIndent>=4)return!1;let o=e.bMarks[l]+e.tShift[l];if(o>=e.eMarks[l])return!1;const c=e.src.charCodeAt(o++);if(c!==124&&c!==45&&c!==58||o>=e.eMarks[l])return!1;const a=e.src.charCodeAt(o++);if(a!==124&&a!==45&&a!==58&&!P(a)||c===45&&P(a))return!1;for(;o<e.eMarks[l];){const w=e.src.charCodeAt(o);if(w!==124&&w!==45&&w!==58&&!P(w))return!1;o++}let i=cu(e,t+1),s=i.split("|");const m=[];for(let w=0;w<s.length;w++){const k=s[w].trim();if(!k){if(w===0||w===s.length-1)continue;return!1}if(!/^:?-+:?$/.test(k))return!1;k.charCodeAt(k.length-1)===58?m.push(k.charCodeAt(0)===58?"center":"right"):k.charCodeAt(0)===58?m.push("left"):m.push("")}if(i=cu(e,t).trim(),i.indexOf("|")===-1||e.sCount[t]-e.blkIndent>=4)return!1;s=zu(i),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop();const f=s.length;if(f===0||f!==m.length)return!1;if(r)return!0;const b=e.parentType;e.parentType="table";const d=e.md.block.ruler.getRules("blockquote"),p=e.push("table_open","table",1),C=[t,0];p.map=C;const g=e.push("thead_open","thead",1);g.map=[t,t+1];const h=e.push("tr_open","tr",1);h.map=[t,t+1];for(let w=0;w<s.length;w++){const k=e.push("th_open","th",1);m[w]&&(k.attrs=[["style","text-align:"+m[w]]]);const x=e.push("inline","",0);x.content=s[w].trim(),x.children=[],e.push("th_close","th",-1)}e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let D,y=0;for(l=t+2;l<n&&!(e.sCount[l]<e.blkIndent);l++){let w=!1;for(let x=0,v=d.length;x<v;x++)if(d[x](e,l,n,!0)){w=!0;break}if(w||(i=cu(e,l).trim(),!i)||e.sCount[l]-e.blkIndent>=4||(s=zu(i),s.length&&s[0]===""&&s.shift(),s.length&&s[s.length-1]===""&&s.pop(),y+=f-s.length,y>F0))break;if(l===t+2){const x=e.push("tbody_open","tbody",1);x.map=D=[t+2,0]}const k=e.push("tr_open","tr",1);k.map=[l,l+1];for(let x=0;x<f;x++){const v=e.push("td_open","td",1);m[x]&&(v.attrs=[["style","text-align:"+m[x]]]);const T=e.push("inline","",0);T.content=s[x]?s[x].trim():"",T.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return D&&(e.push("tbody_close","tbody",-1),D[1]=l),e.push("table_close","table",-1),C[1]=l,e.parentType=b,e.line=l,!0}function T0(e,t,n){if(e.sCount[t]-e.blkIndent<4)return!1;let r=t+1,l=r;for(;r<n;){if(e.isEmpty(r)){r++;continue}if(e.sCount[r]-e.blkIndent>=4){r++,l=r;continue}break}e.line=l;const o=e.push("code_block","code",0);return o.content=e.getLines(t,l,4+e.blkIndent,!1)+`
|
|
16
|
+
`,o.map=[t,e.line],!0}function N0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||l+3>o)return!1;const c=e.src.charCodeAt(l);if(c!==126&&c!==96)return!1;let a=l;l=e.skipChars(l,c);let i=l-a;if(i<3)return!1;const s=e.src.slice(a,l),m=e.src.slice(l,o);if(c===96&&m.indexOf(String.fromCharCode(c))>=0)return!1;if(r)return!0;let f=t,b=!1;for(;f++,!(f>=n||(l=a=e.bMarks[f]+e.tShift[f],o=e.eMarks[f],l<o&&e.sCount[f]<e.blkIndent));)if(e.src.charCodeAt(l)===c&&!(e.sCount[f]-e.blkIndent>=4)&&(l=e.skipChars(l,c),!(l-a<i)&&(l=e.skipSpaces(l),!(l<o)))){b=!0;break}i=e.sCount[t],e.line=f+(b?1:0);const d=e.push("fence","code",0);return d.info=m,d.content=e.getLines(t+1,f,i,!0),d.markup=s,d.map=[t,e.line],!0}function B0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];const c=e.lineMax;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(l)!==62)return!1;if(r)return!0;const a=[],i=[],s=[],m=[],f=e.md.block.ruler.getRules("blockquote"),b=e.parentType;e.parentType="blockquote";let d=!1,p;for(p=t;p<n;p++){const y=e.sCount[p]<e.blkIndent;if(l=e.bMarks[p]+e.tShift[p],o=e.eMarks[p],l>=o)break;if(e.src.charCodeAt(l++)===62&&!y){let k=e.sCount[p]+1,x,v;e.src.charCodeAt(l)===32?(l++,k++,v=!1,x=!0):e.src.charCodeAt(l)===9?(x=!0,(e.bsCount[p]+k)%4===3?(l++,k++,v=!1):v=!0):x=!1;let T=k;for(a.push(e.bMarks[p]),e.bMarks[p]=l;l<o;){const F=e.src.charCodeAt(l);if(P(F))F===9?T+=4-(T+e.bsCount[p]+(v?1:0))%4:T++;else break;l++}d=l>=o,i.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(x?1:0),s.push(e.sCount[p]),e.sCount[p]=T-k,m.push(e.tShift[p]),e.tShift[p]=l-e.bMarks[p];continue}if(d)break;let w=!1;for(let k=0,x=f.length;k<x;k++)if(f[k](e,p,n,!0)){w=!0;break}if(w){e.lineMax=p,e.blkIndent!==0&&(a.push(e.bMarks[p]),i.push(e.bsCount[p]),m.push(e.tShift[p]),s.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}a.push(e.bMarks[p]),i.push(e.bsCount[p]),m.push(e.tShift[p]),s.push(e.sCount[p]),e.sCount[p]=-1}const C=e.blkIndent;e.blkIndent=0;const g=e.push("blockquote_open","blockquote",1);g.markup=">";const h=[t,0];g.map=h,e.md.block.tokenize(e,t,p);const D=e.push("blockquote_close","blockquote",-1);D.markup=">",e.lineMax=c,e.parentType=b,h[1]=e.line;for(let y=0;y<m.length;y++)e.bMarks[y+t]=a[y],e.tShift[y+t]=m[y],e.sCount[y+t]=s[y],e.bsCount[y+t]=i[y];return e.blkIndent=C,!0}function S0(e,t,n,r){const l=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.bMarks[t]+e.tShift[t];const c=e.src.charCodeAt(o++);if(c!==42&&c!==45&&c!==95)return!1;let a=1;for(;o<l;){const s=e.src.charCodeAt(o++);if(s!==c&&!P(s))return!1;s===c&&a++}if(a<3)return!1;if(r)return!0;e.line=t+1;const i=e.push("hr","hr",0);return i.map=[t,e.line],i.markup=Array(a+1).join(String.fromCharCode(c)),!0}function Pu(e,t){const n=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const l=e.src.charCodeAt(r++);if(l!==42&&l!==45&&l!==43)return-1;if(r<n){const o=e.src.charCodeAt(r);if(!P(o))return-1}return r}function Uu(e,t){const n=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];let l=n;if(l+1>=r)return-1;let o=e.src.charCodeAt(l++);if(o<48||o>57)return-1;for(;;){if(l>=r)return-1;if(o=e.src.charCodeAt(l++),o>=48&&o<=57){if(l-n>=10)return-1;continue}if(o===41||o===46)break;return-1}return l<r&&(o=e.src.charCodeAt(l),!P(o))?-1:l}function I0(e,t){const n=e.level+2;for(let r=t+2,l=e.tokens.length-2;r<l;r++)e.tokens[r].level===n&&e.tokens[r].type==="paragraph_open"&&(e.tokens[r+2].hidden=!0,e.tokens[r].hidden=!0,r+=2)}function O0(e,t,n,r){let l,o,c,a,i=t,s=!0;if(e.sCount[i]-e.blkIndent>=4||e.listIndent>=0&&e.sCount[i]-e.listIndent>=4&&e.sCount[i]<e.blkIndent)return!1;let m=!1;r&&e.parentType==="paragraph"&&e.sCount[i]>=e.blkIndent&&(m=!0);let f,b,d;if((d=Uu(e,i))>=0){if(f=!0,c=e.bMarks[i]+e.tShift[i],b=Number(e.src.slice(c,d-1)),m&&b!==1)return!1}else if((d=Pu(e,i))>=0)f=!1;else return!1;if(m&&e.skipSpaces(d)>=e.eMarks[i])return!1;if(r)return!0;const p=e.src.charCodeAt(d-1),C=e.tokens.length;f?(a=e.push("ordered_list_open","ol",1),b!==1&&(a.attrs=[["start",b]])):a=e.push("bullet_list_open","ul",1);const g=[i,0];a.map=g,a.markup=String.fromCharCode(p);let h=!1;const D=e.md.block.ruler.getRules("list"),y=e.parentType;for(e.parentType="list";i<n;){o=d,l=e.eMarks[i];const w=e.sCount[i]+d-(e.bMarks[i]+e.tShift[i]);let k=w;for(;o<l;){const O=e.src.charCodeAt(o);if(O===9)k+=4-(k+e.bsCount[i])%4;else if(O===32)k++;else break;o++}const x=o;let v;x>=l?v=1:v=k-w,v>4&&(v=1);const T=w+v;a=e.push("list_item_open","li",1),a.markup=String.fromCharCode(p);const F=[i,0];a.map=F,f&&(a.info=e.src.slice(c,d-1));const A=e.tight,$=e.tShift[i],_=e.sCount[i],R=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=T,e.tight=!0,e.tShift[i]=x-e.bMarks[i],e.sCount[i]=k,x>=l&&e.isEmpty(i+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,i,n,!0),(!e.tight||h)&&(s=!1),h=e.line-i>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=R,e.tShift[i]=$,e.sCount[i]=_,e.tight=A,a=e.push("list_item_close","li",-1),a.markup=String.fromCharCode(p),i=e.line,F[1]=i,i>=n||e.sCount[i]<e.blkIndent||e.sCount[i]-e.blkIndent>=4)break;let E=!1;for(let O=0,G=D.length;O<G;O++)if(D[O](e,i,n,!0)){E=!0;break}if(E)break;if(f){if(d=Uu(e,i),d<0)break;c=e.bMarks[i]+e.tShift[i]}else if(d=Pu(e,i),d<0)break;if(p!==e.src.charCodeAt(d-1))break}return f?a=e.push("ordered_list_close","ol",-1):a=e.push("bullet_list_close","ul",-1),a.markup=String.fromCharCode(p),g[1]=i,e.line=i,e.parentType=y,s&&I0(e,C),!0}function $0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t],c=t+1;if(e.sCount[t]-e.blkIndent>=4||e.src.charCodeAt(l)!==91)return!1;function a(D){const y=e.lineMax;if(D>=y||e.isEmpty(D))return null;let w=!1;if(e.sCount[D]-e.blkIndent>3&&(w=!0),e.sCount[D]<0&&(w=!0),!w){const v=e.md.block.ruler.getRules("reference"),T=e.parentType;e.parentType="reference";let F=!1;for(let A=0,$=v.length;A<$;A++)if(v[A](e,D,y,!0)){F=!0;break}if(e.parentType=T,F)return null}const k=e.bMarks[D]+e.tShift[D],x=e.eMarks[D];return e.src.slice(k,x+1)}let i=e.src.slice(l,o+1);o=i.length;let s=-1;for(l=1;l<o;l++){const D=i.charCodeAt(l);if(D===91)return!1;if(D===93){s=l;break}else if(D===10){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}else if(D===92&&(l++,l<o&&i.charCodeAt(l)===10)){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}}if(s<0||i.charCodeAt(s+1)!==58)return!1;for(l=s+2;l<o;l++){const D=i.charCodeAt(l);if(D===10){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}else if(!P(D))break}const m=e.md.helpers.parseLinkDestination(i,l,o);if(!m.ok)return!1;const f=e.md.normalizeLink(m.str);if(!e.md.validateLink(f))return!1;l=m.pos;const b=l,d=c,p=l;for(;l<o;l++){const D=i.charCodeAt(l);if(D===10){const y=a(c);y!==null&&(i+=y,o=i.length,c++)}else if(!P(D))break}let C=e.md.helpers.parseLinkTitle(i,l,o);for(;C.can_continue;){const D=a(c);if(D===null)break;i+=D,l=o,o=i.length,c++,C=e.md.helpers.parseLinkTitle(i,l,o,C)}let g;for(l<o&&p!==l&&C.ok?(g=C.str,l=C.pos):(g="",l=b,c=d);l<o;){const D=i.charCodeAt(l);if(!P(D))break;l++}if(l<o&&i.charCodeAt(l)!==10&&g)for(g="",l=b,c=d;l<o;){const D=i.charCodeAt(l);if(!P(D))break;l++}if(l<o&&i.charCodeAt(l)!==10)return!1;const h=tu(i.slice(1,s));return h?(r||(typeof e.env.references>"u"&&(e.env.references={}),typeof e.env.references[h]>"u"&&(e.env.references[h]={title:g,href:f}),e.line=c),!0):!1}const M0=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],q0="[a-zA-Z_:][a-zA-Z0-9:._-]*",R0="[^\"'=<>`\\x00-\\x20]+",L0="'[^']*'",z0='"[^"]*"',P0="(?:"+R0+"|"+L0+"|"+z0+")",U0="(?:\\s+"+q0+"(?:\\s*=\\s*"+P0+")?)",xt="<[A-Za-z][A-Za-z0-9\\-]*"+U0+"*\\s*\\/?>",_t="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",j0="<!---?>|<!--(?:[^-]|-[^-]|--[^>])*-->",H0="<[?][\\s\\S]*?[?]>",Z0="<![A-Za-z][^>]*>",G0="<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",J0=new RegExp("^(?:"+xt+"|"+_t+"|"+j0+"|"+H0+"|"+Z0+"|"+G0+")"),W0=new RegExp("^(?:"+xt+"|"+_t+")"),ye=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+M0.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(W0.source+"\\s*$"),/^$/,!1]];function Y0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(l)!==60)return!1;let c=e.src.slice(l,o),a=0;for(;a<ye.length&&!ye[a][0].test(c);a++);if(a===ye.length)return!1;if(r)return ye[a][2];let i=t+1;if(!ye[a][1].test(c)){for(;i<n&&!(e.sCount[i]<e.blkIndent);i++)if(l=e.bMarks[i]+e.tShift[i],o=e.eMarks[i],c=e.src.slice(l,o),ye[a][1].test(c)){c.length!==0&&i++;break}}e.line=i;const s=e.push("html_block","",0);return s.map=[t,i],s.content=e.getLines(t,i,e.blkIndent,!0),!0}function Q0(e,t,n,r){let l=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let c=e.src.charCodeAt(l);if(c!==35||l>=o)return!1;let a=1;for(c=e.src.charCodeAt(++l);c===35&&l<o&&a<=6;)a++,c=e.src.charCodeAt(++l);if(a>6||l<o&&!P(c))return!1;if(r)return!0;o=e.skipSpacesBack(o,l);const i=e.skipCharsBack(o,35,l);i>l&&P(e.src.charCodeAt(i-1))&&(o=i),e.line=t+1;const s=e.push("heading_open","h"+String(a),1);s.markup="########".slice(0,a),s.map=[t,e.line];const m=e.push("inline","",0);m.content=e.src.slice(l,o).trim(),m.map=[t,e.line],m.children=[];const f=e.push("heading_close","h"+String(a),-1);return f.markup="########".slice(0,a),!0}function K0(e,t,n){const r=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const l=e.parentType;e.parentType="paragraph";let o=0,c,a=t+1;for(;a<n&&!e.isEmpty(a);a++){if(e.sCount[a]-e.blkIndent>3)continue;if(e.sCount[a]>=e.blkIndent){let d=e.bMarks[a]+e.tShift[a];const p=e.eMarks[a];if(d<p&&(c=e.src.charCodeAt(d),(c===45||c===61)&&(d=e.skipChars(d,c),d=e.skipSpaces(d),d>=p))){o=c===61?1:2;break}}if(e.sCount[a]<0)continue;let b=!1;for(let d=0,p=r.length;d<p;d++)if(r[d](e,a,n,!0)){b=!0;break}if(b)break}if(!o)return!1;const i=e.getLines(t,a,e.blkIndent,!1).trim();e.line=a+1;const s=e.push("heading_open","h"+String(o),1);s.markup=String.fromCharCode(c),s.map=[t,e.line];const m=e.push("inline","",0);m.content=i,m.map=[t,e.line-1],m.children=[];const f=e.push("heading_close","h"+String(o),-1);return f.markup=String.fromCharCode(c),e.parentType=l,!0}function X0(e,t,n){const r=e.md.block.ruler.getRules("paragraph"),l=e.parentType;let o=t+1;for(e.parentType="paragraph";o<n&&!e.isEmpty(o);o++){if(e.sCount[o]-e.blkIndent>3||e.sCount[o]<0)continue;let s=!1;for(let m=0,f=r.length;m<f;m++)if(r[m](e,o,n,!0)){s=!0;break}if(s)break}const c=e.getLines(t,o,e.blkIndent,!1).trim();e.line=o;const a=e.push("paragraph_open","p",1);a.map=[t,e.line];const i=e.push("inline","",0);return i.content=c,i.map=[t,e.line],i.children=[],e.push("paragraph_close","p",-1),e.parentType=l,!0}const He=[["table",A0,["paragraph","reference"]],["code",T0],["fence",N0,["paragraph","reference","blockquote","list"]],["blockquote",B0,["paragraph","reference","blockquote","list"]],["hr",S0,["paragraph","reference","blockquote","list"]],["list",O0,["paragraph","reference","blockquote"]],["reference",$0],["html_block",Y0,["paragraph","reference","blockquote"]],["heading",Q0,["paragraph","reference","blockquote"]],["lheading",K0],["paragraph",X0]];function nu(){this.ruler=new X;for(let e=0;e<He.length;e++)this.ruler.push(He[e][0],He[e][1],{alt:(He[e][2]||[]).slice()})}nu.prototype.tokenize=function(e,t,n){const r=this.ruler.getRules(""),l=r.length,o=e.md.options.maxNesting;let c=t,a=!1;for(;c<n&&(e.line=c=e.skipEmptyLines(c),!(c>=n||e.sCount[c]<e.blkIndent));){if(e.level>=o){e.line=n;break}const i=e.line;let s=!1;for(let m=0;m<l;m++)if(s=r[m](e,c,n,!1),s){if(i>=e.line)throw new Error("block rule didn't increment state.line");break}if(!s)throw new Error("none of the block rules matched");e.tight=!a,e.isEmpty(e.line-1)&&(a=!0),c=e.line,c<n&&e.isEmpty(c)&&(a=!0,c++,e.line=c)}};nu.prototype.parse=function(e,t,n,r){if(!e)return;const l=new this.State(e,t,n,r);this.tokenize(l,l.line,l.lineMax)};nu.prototype.State=fe;function Me(e,t,n,r){this.src=e,this.env=n,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}Me.prototype.pushPending=function(){const e=new ae("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e};Me.prototype.push=function(e,t,n){this.pending&&this.pushPending();const r=new ae(e,t,n);let l=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),r.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],l={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(l),r};Me.prototype.scanDelims=function(e,t){const n=this.posMax,r=this.src.charCodeAt(e),l=e>0?this.src.charCodeAt(e-1):32;let o=e;for(;o<n&&this.src.charCodeAt(o)===r;)o++;const c=o-e,a=o<n?this.src.charCodeAt(o):32,i=Be(l)||Ne(String.fromCharCode(l)),s=Be(a)||Ne(String.fromCharCode(a)),m=Te(l),f=Te(a),b=!f&&(!s||m||i),d=!m&&(!i||f||s);return{can_open:b&&(t||!d||i),can_close:d&&(t||!b||s),length:c}};Me.prototype.Token=ae;function eo(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}function uo(e,t){let n=e.pos;for(;n<e.posMax&&!eo(e.src.charCodeAt(n));)n++;return n===e.pos?!1:(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}const to=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;function no(e,t){if(!e.md.options.linkify||e.linkLevel>0)return!1;const n=e.pos,r=e.posMax;if(n+3>r||e.src.charCodeAt(n)!==58||e.src.charCodeAt(n+1)!==47||e.src.charCodeAt(n+2)!==47)return!1;const l=e.pending.match(to);if(!l)return!1;const o=l[1],c=e.md.linkify.matchAtStart(e.src.slice(n-o.length));if(!c)return!1;let a=c.url;if(a.length<=o.length)return!1;a=a.replace(/\*+$/,"");const i=e.md.normalizeLink(a);if(!e.md.validateLink(i))return!1;if(!t){e.pending=e.pending.slice(0,-o.length);const s=e.push("link_open","a",1);s.attrs=[["href",i]],s.markup="linkify",s.info="auto";const m=e.push("text","",0);m.content=e.md.normalizeLinkText(a);const f=e.push("link_close","a",-1);f.markup="linkify",f.info="auto"}return e.pos+=a.length-o.length,!0}function oo(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==10)return!1;const r=e.pending.length-1,l=e.posMax;if(!t)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){let o=r-1;for(;o>=1&&e.pending.charCodeAt(o-1)===32;)o--;e.pending=e.pending.slice(0,o),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(n++;n<l&&P(e.src.charCodeAt(n));)n++;return e.pos=n,!0}const Du=[];for(let e=0;e<256;e++)Du.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){Du[e.charCodeAt(0)]=1});function ro(e,t){let n=e.pos;const r=e.posMax;if(e.src.charCodeAt(n)!==92||(n++,n>=r))return!1;let l=e.src.charCodeAt(n);if(l===10){for(t||e.push("hardbreak","br",0),n++;n<r&&(l=e.src.charCodeAt(n),!!P(l));)n++;return e.pos=n,!0}let o=e.src[n];if(l>=55296&&l<=56319&&n+1<r){const a=e.src.charCodeAt(n+1);a>=56320&&a<=57343&&(o+=e.src[n+1],n++)}const c="\\"+o;if(!t){const a=e.push("text_special","",0);l<256&&Du[l]!==0?a.content=o:a.content=c,a.markup=c,a.info="escape"}return e.pos=n+1,!0}function lo(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==96)return!1;const l=n;n++;const o=e.posMax;for(;n<o&&e.src.charCodeAt(n)===96;)n++;const c=e.src.slice(l,n),a=c.length;if(e.backticksScanned&&(e.backticks[a]||0)<=l)return t||(e.pending+=c),e.pos+=a,!0;let i=n,s;for(;(s=e.src.indexOf("`",i))!==-1;){for(i=s+1;i<o&&e.src.charCodeAt(i)===96;)i++;const m=i-s;if(m===a){if(!t){const f=e.push("code_inline","code",0);f.markup=c,f.content=e.src.slice(n,s).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=i,!0}e.backticks[m]=s}return e.backticksScanned=!0,t||(e.pending+=c),e.pos+=a,!0}function ao(e,t){const n=e.pos,r=e.src.charCodeAt(n);if(t||r!==126)return!1;const l=e.scanDelims(e.pos,!0);let o=l.length;const c=String.fromCharCode(r);if(o<2)return!1;let a;o%2&&(a=e.push("text","",0),a.content=c,o--);for(let i=0;i<o;i+=2)a=e.push("text","",0),a.content=c+c,e.delimiters.push({marker:r,length:0,token:e.tokens.length-1,end:-1,open:l.can_open,close:l.can_close});return e.pos+=l.length,!0}function ju(e,t){let n;const r=[],l=t.length;for(let o=0;o<l;o++){const c=t[o];if(c.marker!==126||c.end===-1)continue;const a=t[c.end];n=e.tokens[c.token],n.type="s_open",n.tag="s",n.nesting=1,n.markup="~~",n.content="",n=e.tokens[a.token],n.type="s_close",n.tag="s",n.nesting=-1,n.markup="~~",n.content="",e.tokens[a.token-1].type==="text"&&e.tokens[a.token-1].content==="~"&&r.push(a.token-1)}for(;r.length;){const o=r.pop();let c=o+1;for(;c<e.tokens.length&&e.tokens[c].type==="s_close";)c++;c--,o!==c&&(n=e.tokens[c],e.tokens[c]=e.tokens[o],e.tokens[o]=n)}}function co(e){const t=e.tokens_meta,n=e.tokens_meta.length;ju(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&ju(e,t[r].delimiters)}const kt={tokenize:ao,postProcess:co};function io(e,t){const n=e.pos,r=e.src.charCodeAt(n);if(t||r!==95&&r!==42)return!1;const l=e.scanDelims(e.pos,r===42);for(let o=0;o<l.length;o++){const c=e.push("text","",0);c.content=String.fromCharCode(r),e.delimiters.push({marker:r,length:l.length,token:e.tokens.length-1,end:-1,open:l.can_open,close:l.can_close})}return e.pos+=l.length,!0}function Hu(e,t){const n=t.length;for(let r=n-1;r>=0;r--){const l=t[r];if(l.marker!==95&&l.marker!==42||l.end===-1)continue;const o=t[l.end],c=r>0&&t[r-1].end===l.end+1&&t[r-1].marker===l.marker&&t[r-1].token===l.token-1&&t[l.end+1].token===o.token+1,a=String.fromCharCode(l.marker),i=e.tokens[l.token];i.type=c?"strong_open":"em_open",i.tag=c?"strong":"em",i.nesting=1,i.markup=c?a+a:a,i.content="";const s=e.tokens[o.token];s.type=c?"strong_close":"em_close",s.tag=c?"strong":"em",s.nesting=-1,s.markup=c?a+a:a,s.content="",c&&(e.tokens[t[r-1].token].content="",e.tokens[t[l.end+1].token].content="",r--)}}function so(e){const t=e.tokens_meta,n=e.tokens_meta.length;Hu(e,e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&Hu(e,t[r].delimiters)}const gt={tokenize:io,postProcess:so};function fo(e,t){let n,r,l,o,c="",a="",i=e.pos,s=!0;if(e.src.charCodeAt(e.pos)!==91)return!1;const m=e.pos,f=e.posMax,b=e.pos+1,d=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(d<0)return!1;let p=d+1;if(p<f&&e.src.charCodeAt(p)===40){for(s=!1,p++;p<f&&(n=e.src.charCodeAt(p),!(!P(n)&&n!==10));p++);if(p>=f)return!1;if(i=p,l=e.md.helpers.parseLinkDestination(e.src,p,e.posMax),l.ok){for(c=e.md.normalizeLink(l.str),e.md.validateLink(c)?p=l.pos:c="",i=p;p<f&&(n=e.src.charCodeAt(p),!(!P(n)&&n!==10));p++);if(l=e.md.helpers.parseLinkTitle(e.src,p,e.posMax),p<f&&i!==p&&l.ok)for(a=l.str,p=l.pos;p<f&&(n=e.src.charCodeAt(p),!(!P(n)&&n!==10));p++);}(p>=f||e.src.charCodeAt(p)!==41)&&(s=!0),p++}if(s){if(typeof e.env.references>"u")return!1;if(p<f&&e.src.charCodeAt(p)===91?(i=p+1,p=e.md.helpers.parseLinkLabel(e,p),p>=0?r=e.src.slice(i,p++):p=d+1):p=d+1,r||(r=e.src.slice(b,d)),o=e.env.references[tu(r)],!o)return e.pos=m,!1;c=o.href,a=o.title}if(!t){e.pos=b,e.posMax=d;const C=e.push("link_open","a",1),g=[["href",c]];C.attrs=g,a&&g.push(["title",a]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=p,e.posMax=f,!0}function po(e,t){let n,r,l,o,c,a,i,s,m="";const f=e.pos,b=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91)return!1;const d=e.pos+2,p=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(p<0)return!1;if(o=p+1,o<b&&e.src.charCodeAt(o)===40){for(o++;o<b&&(n=e.src.charCodeAt(o),!(!P(n)&&n!==10));o++);if(o>=b)return!1;for(s=o,a=e.md.helpers.parseLinkDestination(e.src,o,e.posMax),a.ok&&(m=e.md.normalizeLink(a.str),e.md.validateLink(m)?o=a.pos:m=""),s=o;o<b&&(n=e.src.charCodeAt(o),!(!P(n)&&n!==10));o++);if(a=e.md.helpers.parseLinkTitle(e.src,o,e.posMax),o<b&&s!==o&&a.ok)for(i=a.str,o=a.pos;o<b&&(n=e.src.charCodeAt(o),!(!P(n)&&n!==10));o++);else i="";if(o>=b||e.src.charCodeAt(o)!==41)return e.pos=f,!1;o++}else{if(typeof e.env.references>"u")return!1;if(o<b&&e.src.charCodeAt(o)===91?(s=o+1,o=e.md.helpers.parseLinkLabel(e,o),o>=0?l=e.src.slice(s,o++):o=p+1):o=p+1,l||(l=e.src.slice(d,p)),c=e.env.references[tu(l)],!c)return e.pos=f,!1;m=c.href,i=c.title}if(!t){r=e.src.slice(d,p);const C=[];e.md.inline.parse(r,e.md,e.env,C);const g=e.push("image","img",0),h=[["src",m],["alt",""]];g.attrs=h,g.children=C,g.content=r,i&&h.push(["title",i])}return e.pos=o,e.posMax=b,!0}const mo=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,bo=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;function ho(e,t){let n=e.pos;if(e.src.charCodeAt(n)!==60)return!1;const r=e.pos,l=e.posMax;for(;;){if(++n>=l)return!1;const c=e.src.charCodeAt(n);if(c===60)return!1;if(c===62)break}const o=e.src.slice(r+1,n);if(bo.test(o)){const c=e.md.normalizeLink(o);if(!e.md.validateLink(c))return!1;if(!t){const a=e.push("link_open","a",1);a.attrs=[["href",c]],a.markup="autolink",a.info="auto";const i=e.push("text","",0);i.content=e.md.normalizeLinkText(o);const s=e.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return e.pos+=o.length+2,!0}if(mo.test(o)){const c=e.md.normalizeLink("mailto:"+o);if(!e.md.validateLink(c))return!1;if(!t){const a=e.push("link_open","a",1);a.attrs=[["href",c]],a.markup="autolink",a.info="auto";const i=e.push("text","",0);i.content=e.md.normalizeLinkText(o);const s=e.push("link_close","a",-1);s.markup="autolink",s.info="auto"}return e.pos+=o.length+2,!0}return!1}function xo(e){return/^<a[>\s]/i.test(e)}function _o(e){return/^<\/a\s*>/i.test(e)}function ko(e){const t=e|32;return t>=97&&t<=122}function go(e,t){if(!e.md.options.html)return!1;const n=e.posMax,r=e.pos;if(e.src.charCodeAt(r)!==60||r+2>=n)return!1;const l=e.src.charCodeAt(r+1);if(l!==33&&l!==63&&l!==47&&!ko(l))return!1;const o=e.src.slice(r).match(J0);if(!o)return!1;if(!t){const c=e.push("html_inline","",0);c.content=o[0],xo(c.content)&&e.linkLevel++,_o(c.content)&&e.linkLevel--}return e.pos+=o[0].length,!0}const vo=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,yo=/^&([a-z][a-z0-9]{1,31});/i;function Co(e,t){const n=e.pos,r=e.posMax;if(e.src.charCodeAt(n)!==38||n+1>=r)return!1;if(e.src.charCodeAt(n+1)===35){const o=e.src.slice(n).match(vo);if(o){if(!t){const c=o[1][0].toLowerCase()==="x"?parseInt(o[1].slice(1),16):parseInt(o[1],10),a=e.push("text_special","",0);a.content=Cu(c)?Ye(c):Ye(65533),a.markup=o[0],a.info="entity"}return e.pos+=o[0].length,!0}}else{const o=e.src.slice(n).match(yo);if(o){const c=ft(o[0]);if(c!==o[0]){if(!t){const a=e.push("text_special","",0);a.content=c,a.markup=o[0],a.info="entity"}return e.pos+=o[0].length,!0}}}return!1}function Zu(e){const t={},n=e.length;if(!n)return;let r=0,l=-2;const o=[];for(let c=0;c<n;c++){const a=e[c];if(o.push(0),(e[r].marker!==a.marker||l!==a.token-1)&&(r=c),l=a.token,a.length=a.length||0,!a.close)continue;t.hasOwnProperty(a.marker)||(t[a.marker]=[-1,-1,-1,-1,-1,-1]);const i=t[a.marker][(a.open?3:0)+a.length%3];let s=r-o[r]-1,m=s;for(;s>i;s-=o[s]+1){const f=e[s];if(f.marker===a.marker&&f.open&&f.end<0){let b=!1;if((f.close||a.open)&&(f.length+a.length)%3===0&&(f.length%3!==0||a.length%3!==0)&&(b=!0),!b){const d=s>0&&!e[s-1].open?o[s-1]+1:0;o[c]=c-s+d,o[s]=d,a.open=!1,f.end=c,f.close=!1,m=-1,l=-2;break}}}m!==-1&&(t[a.marker][(a.open?3:0)+(a.length||0)%3]=m)}}function Eo(e){const t=e.tokens_meta,n=e.tokens_meta.length;Zu(e.delimiters);for(let r=0;r<n;r++)t[r]&&t[r].delimiters&&Zu(t[r].delimiters)}function Do(e){let t,n,r=0;const l=e.tokens,o=e.tokens.length;for(t=n=0;t<o;t++)l[t].nesting<0&&r--,l[t].level=r,l[t].nesting>0&&r++,l[t].type==="text"&&t+1<o&&l[t+1].type==="text"?l[t+1].content=l[t].content+l[t+1].content:(t!==n&&(l[n]=l[t]),n++);t!==n&&(l.length=n)}const iu=[["text",uo],["linkify",no],["newline",oo],["escape",ro],["backticks",lo],["strikethrough",kt.tokenize],["emphasis",gt.tokenize],["link",fo],["image",po],["autolink",ho],["html_inline",go],["entity",Co]],su=[["balance_pairs",Eo],["strikethrough",kt.postProcess],["emphasis",gt.postProcess],["fragments_join",Do]];function qe(){this.ruler=new X;for(let e=0;e<iu.length;e++)this.ruler.push(iu[e][0],iu[e][1]);this.ruler2=new X;for(let e=0;e<su.length;e++)this.ruler2.push(su[e][0],su[e][1])}qe.prototype.skipToken=function(e){const t=e.pos,n=this.ruler.getRules(""),r=n.length,l=e.md.options.maxNesting,o=e.cache;if(typeof o[t]<"u"){e.pos=o[t];return}let c=!1;if(e.level<l){for(let a=0;a<r;a++)if(e.level++,c=n[a](e,!0),e.level--,c){if(t>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;c||e.pos++,o[t]=e.pos};qe.prototype.tokenize=function(e){const t=this.ruler.getRules(""),n=t.length,r=e.posMax,l=e.md.options.maxNesting;for(;e.pos<r;){const o=e.pos;let c=!1;if(e.level<l){for(let a=0;a<n;a++)if(c=t[a](e,!1),c){if(o>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}if(c){if(e.pos>=r)break;continue}e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()};qe.prototype.parse=function(e,t,n,r){const l=new this.State(e,t,n,r);this.tokenize(l);const o=this.ruler2.getRules(""),c=o.length;for(let a=0;a<c;a++)o[a](l)};qe.prototype.State=Me;function Vo(e){const t={};e=e||{},t.src_Any=at.source,t.src_Cc=ct.source,t.src_Z=st.source,t.src_P=vu.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const n="[><|]";return t.src_pseudo_letter="(?:(?!"+n+"|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|"+n+"|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+n+`|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!`+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+`|["]).)+\\"|\\'(?:(?!`+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy="(^|"+n+'|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}function bu(e){return Array.prototype.slice.call(arguments,1).forEach(function(n){n&&Object.keys(n).forEach(function(r){e[r]=n[r]})}),e}function ou(e){return Object.prototype.toString.call(e)}function wo(e){return ou(e)==="[object String]"}function Fo(e){return ou(e)==="[object Object]"}function Ao(e){return ou(e)==="[object RegExp]"}function Gu(e){return ou(e)==="[object Function]"}function To(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}const vt={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function No(e){return Object.keys(e||{}).reduce(function(t,n){return t||vt.hasOwnProperty(n)},!1)}const Bo={"http:":{validate:function(e,t,n){const r=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){const r=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?t>=3&&e[t-3]===":"||t>=3&&e[t-3]==="/"?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){const r=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},So="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",Io="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Oo(e){e.__index__=-1,e.__text_cache__=""}function $o(e){return function(t,n){const r=t.slice(n);return e.test(r)?r.match(e)[0].length:0}}function Ju(){return function(e,t){t.normalize(e)}}function Qe(e){const t=e.re=Vo(e.__opts__),n=e.__tlds__.slice();e.onCompile(),e.__tlds_replaced__||n.push(So),n.push(t.src_xn),t.src_tlds=n.join("|");function r(a){return a.replace("%TLDS%",t.src_tlds)}t.email_fuzzy=RegExp(r(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(r(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(r(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(r(t.tpl_host_fuzzy_test),"i");const l=[];e.__compiled__={};function o(a,i){throw new Error('(LinkifyIt) Invalid schema "'+a+'": '+i)}Object.keys(e.__schemas__).forEach(function(a){const i=e.__schemas__[a];if(i===null)return;const s={validate:null,link:null};if(e.__compiled__[a]=s,Fo(i)){Ao(i.validate)?s.validate=$o(i.validate):Gu(i.validate)?s.validate=i.validate:o(a,i),Gu(i.normalize)?s.normalize=i.normalize:i.normalize?o(a,i):s.normalize=Ju();return}if(wo(i)){l.push(a);return}o(a,i)}),l.forEach(function(a){e.__compiled__[e.__schemas__[a]]&&(e.__compiled__[a].validate=e.__compiled__[e.__schemas__[a]].validate,e.__compiled__[a].normalize=e.__compiled__[e.__schemas__[a]].normalize)}),e.__compiled__[""]={validate:null,normalize:Ju()};const c=Object.keys(e.__compiled__).filter(function(a){return a.length>0&&e.__compiled__[a]}).map(To).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+c+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+c+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),Oo(e)}function Mo(e,t){const n=e.__index__,r=e.__last_index__,l=e.__text_cache__.slice(n,r);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=r+t,this.raw=l,this.text=l,this.url=l}function hu(e,t){const n=new Mo(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function ne(e,t){if(!(this instanceof ne))return new ne(e,t);t||No(e)&&(t=e,e={}),this.__opts__=bu({},vt,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=bu({},Bo,e),this.__compiled__={},this.__tlds__=Io,this.__tlds_replaced__=!1,this.re={},Qe(this)}ne.prototype.add=function(t,n){return this.__schemas__[t]=n,Qe(this),this};ne.prototype.set=function(t){return this.__opts__=bu(this.__opts__,t),this};ne.prototype.test=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return!1;let n,r,l,o,c,a,i,s,m;if(this.re.schema_test.test(t)){for(i=this.re.schema_search,i.lastIndex=0;(n=i.exec(t))!==null;)if(o=this.testSchemaAt(t,n[2],i.lastIndex),o){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+o;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(s=t.search(this.re.host_fuzzy_test),s>=0&&(this.__index__<0||s<this.__index__)&&(r=t.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))!==null&&(c=r.index+r[1].length,(this.__index__<0||c<this.__index__)&&(this.__schema__="",this.__index__=c,this.__last_index__=r.index+r[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(m=t.indexOf("@"),m>=0&&(l=t.match(this.re.email_fuzzy))!==null&&(c=l.index+l[1].length,a=l.index+l[0].length,(this.__index__<0||c<this.__index__||c===this.__index__&&a>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=c,this.__last_index__=a))),this.__index__>=0};ne.prototype.pretest=function(t){return this.re.pretest.test(t)};ne.prototype.testSchemaAt=function(t,n,r){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(t,r,this):0};ne.prototype.match=function(t){const n=[];let r=0;this.__index__>=0&&this.__text_cache__===t&&(n.push(hu(this,r)),r=this.__last_index__);let l=r?t.slice(r):t;for(;this.test(l);)n.push(hu(this,r)),l=l.slice(this.__last_index__),r+=this.__last_index__;return n.length?n:null};ne.prototype.matchAtStart=function(t){if(this.__text_cache__=t,this.__index__=-1,!t.length)return null;const n=this.re.schema_at_start.exec(t);if(!n)return null;const r=this.testSchemaAt(t,n[2],n[0].length);return r?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+r,hu(this,0)):null};ne.prototype.tlds=function(t,n){return t=Array.isArray(t)?t:[t],n?(this.__tlds__=this.__tlds__.concat(t).sort().filter(function(r,l,o){return r!==o[l-1]}).reverse(),Qe(this),this):(this.__tlds__=t.slice(),this.__tlds_replaced__=!0,Qe(this),this)};ne.prototype.normalize=function(t){t.schema||(t.url="http://"+t.url),t.schema==="mailto:"&&!/^mailto:/i.test(t.url)&&(t.url="mailto:"+t.url)};ne.prototype.onCompile=function(){};const Ce=2147483647,ie=36,Vu=1,Se=26,qo=38,Ro=700,yt=72,Ct=128,Et="-",Lo=/^xn--/,zo=/[^\0-\x7F]/,Po=/[\x2E\u3002\uFF0E\uFF61]/g,Uo={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},du=ie-Vu,se=Math.floor,fu=String.fromCharCode;function he(e){throw new RangeError(Uo[e])}function jo(e,t){const n=[];let r=e.length;for(;r--;)n[r]=t(e[r]);return n}function Dt(e,t){const n=e.split("@");let r="";n.length>1&&(r=n[0]+"@",e=n[1]),e=e.replace(Po,".");const l=e.split("."),o=jo(l,t).join(".");return r+o}function Vt(e){const t=[];let n=0;const r=e.length;for(;n<r;){const l=e.charCodeAt(n++);if(l>=55296&&l<=56319&&n<r){const o=e.charCodeAt(n++);(o&64512)==56320?t.push(((l&1023)<<10)+(o&1023)+65536):(t.push(l),n--)}else t.push(l)}return t}const Ho=e=>String.fromCodePoint(...e),Zo=function(e){return e>=48&&e<58?26+(e-48):e>=65&&e<91?e-65:e>=97&&e<123?e-97:ie},Wu=function(e,t){return e+22+75*(e<26)-((t!=0)<<5)},wt=function(e,t,n){let r=0;for(e=n?se(e/Ro):e>>1,e+=se(e/t);e>du*Se>>1;r+=ie)e=se(e/du);return se(r+(du+1)*e/(e+qo))},Ft=function(e){const t=[],n=e.length;let r=0,l=Ct,o=yt,c=e.lastIndexOf(Et);c<0&&(c=0);for(let a=0;a<c;++a)e.charCodeAt(a)>=128&&he("not-basic"),t.push(e.charCodeAt(a));for(let a=c>0?c+1:0;a<n;){const i=r;for(let m=1,f=ie;;f+=ie){a>=n&&he("invalid-input");const b=Zo(e.charCodeAt(a++));b>=ie&&he("invalid-input"),b>se((Ce-r)/m)&&he("overflow"),r+=b*m;const d=f<=o?Vu:f>=o+Se?Se:f-o;if(b<d)break;const p=ie-d;m>se(Ce/p)&&he("overflow"),m*=p}const s=t.length+1;o=wt(r-i,s,i==0),se(r/s)>Ce-l&&he("overflow"),l+=se(r/s),r%=s,t.splice(r++,0,l)}return String.fromCodePoint(...t)},At=function(e){const t=[];e=Vt(e);const n=e.length;let r=Ct,l=0,o=yt;for(const i of e)i<128&&t.push(fu(i));const c=t.length;let a=c;for(c&&t.push(Et);a<n;){let i=Ce;for(const m of e)m>=r&&m<i&&(i=m);const s=a+1;i-r>se((Ce-l)/s)&&he("overflow"),l+=(i-r)*s,r=i;for(const m of e)if(m<r&&++l>Ce&&he("overflow"),m===r){let f=l;for(let b=ie;;b+=ie){const d=b<=o?Vu:b>=o+Se?Se:b-o;if(f<d)break;const p=f-d,C=ie-d;t.push(fu(Wu(d+p%C,0))),f=se(p/C)}t.push(fu(Wu(f,0))),o=wt(l,s,a===c),l=0,++a}++l,++r}return t.join("")},Go=function(e){return Dt(e,function(t){return Lo.test(t)?Ft(t.slice(4).toLowerCase()):t})},Jo=function(e){return Dt(e,function(t){return zo.test(t)?"xn--"+At(t):t})},Tt={version:"2.3.1",ucs2:{decode:Vt,encode:Ho},decode:Ft,encode:At,toASCII:Jo,toUnicode:Go},Wo={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},Yo={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},Qo={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}},Ko={default:Wo,zero:Yo,commonmark:Qo},Xo=/^(vbscript|javascript|file|data):/,er=/^data:image\/(gif|png|jpeg|webp);/;function ur(e){const t=e.trim().toLowerCase();return Xo.test(t)?er.test(t):!0}const Nt=["http:","https:","mailto:"];function tr(e){const t=gu(e,!0);if(t.hostname&&(!t.protocol||Nt.indexOf(t.protocol)>=0))try{t.hostname=Tt.toASCII(t.hostname)}catch{}return $e(ku(t))}function nr(e){const t=gu(e,!0);if(t.hostname&&(!t.protocol||Nt.indexOf(t.protocol)>=0))try{t.hostname=Tt.toUnicode(t.hostname)}catch{}return De(ku(t),De.defaultChars+"%")}function re(e,t){if(!(this instanceof re))return new re(e,t);t||yu(e)||(t=e||{},e="default"),this.inline=new qe,this.block=new nu,this.core=new Eu,this.renderer=new Fe,this.linkify=new ne,this.validateLink=ur,this.normalizeLink=tr,this.normalizeLinkText=nr,this.utils=o0,this.helpers=uu({},c0),this.options={},this.configure(e),t&&this.set(t)}re.prototype.set=function(e){return uu(this.options,e),this};re.prototype.configure=function(e){const t=this;if(yu(e)){const n=e;if(e=Ko[n],!e)throw new Error('Wrong `markdown-it` preset "'+n+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(n){e.components[n].rules&&t[n].ruler.enableOnly(e.components[n].rules),e.components[n].rules2&&t[n].ruler2.enableOnly(e.components[n].rules2)}),this};re.prototype.enable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(l){n=n.concat(this[l].ruler.enable(e,!0))},this),n=n.concat(this.inline.ruler2.enable(e,!0));const r=e.filter(function(l){return n.indexOf(l)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this};re.prototype.disable=function(e,t){let n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(l){n=n.concat(this[l].ruler.disable(e,!0))},this),n=n.concat(this.inline.ruler2.disable(e,!0));const r=e.filter(function(l){return n.indexOf(l)<0});if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this};re.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this};re.prototype.parse=function(e,t){if(typeof e!="string")throw new Error("Input data should be a String");const n=new this.core.State(e,this,t);return this.core.process(n),n.tokens};re.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)};re.prototype.parseInline=function(e,t){const n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens};re.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const or=["innerHTML"],rr={__name:"FactorDescription",props:u.mergeModels({factorType:{type:String,default:"模版"},data:{type:Array,default:[]}},{visible:{default:!1},visibleModifiers:{}}),emits:["update:visible"],setup(e){const{request:t}=u.inject("stConfig"),n=new re,r=u.ref(""),l=u.useModel(e,"visible");return u.onMounted(async()=>{const{data:o}=await t.post("/middleLayer/special/getOss",{url:"resource/factor_select.md"}),c=new Uint8Array(o.data),i=new TextDecoder("utf-8").decode(c);r.value=n.render(i)}),(o,c)=>{const a=Fu.ElTableColumn,i=Fu.ElTable,s=Qu.ElScrollbar,m=Ie.ElDialog;return u.openBlock(),u.createBlock(m,{modelValue:l.value,"onUpdate:modelValue":c[0]||(c[0]=f=>l.value=f),title:e.factorType==="模版"?"因子说明":"脚本编写说明",width:"1000","align-center":"","append-to-body":"","destroy-on-close":"",draggable:"",overflow:"",modal:!1,"modal-penetrable":!0},{default:u.withCtx(()=>[u.createVNode(s,{height:"500px"},{default:u.withCtx(()=>[e.factorType==="模版"?(u.openBlock(),u.createBlock(i,{key:0,data:e.data,border:"",height:"500"},{default:u.withCtx(()=>[u.createVNode(a,{prop:"factorName",label:"因子名称",width:"200"}),u.createVNode(a,{prop:"factorDesc",label:"因子说明"}),u.createVNode(a,{prop:"factorScoreDefine",label:"分值定义"})]),_:1},8,["data"])):u.createCommentVNode("",!0),e.factorType==="脚本"?(u.openBlock(),u.createElementBlock("div",{key:1,class:"markdown-body",innerHTML:r.value},null,8,or)):u.createCommentVNode("",!0)]),_:1})]),_:1},8,["modelValue","title"])}}};const Bt=e=>(u.pushScopeId("data-v-62d59731"),e=e(),u.popScopeId(),e),lr={class:"factor-screen"},ar={style:{"white-space":"pre-line"}},cr={class:"custom-header"},ir={class:"left"},sr=["id"],dr={class:"editor-tools"},fr={class:"right"},pr={class:"form-row"},mr={class:"index"},br={style:{display:"flex","align-items":"center",width:"100%",height:"24px"}},hr=Bt(()=>u.createElementVNode("span",null,"~",-1)),xr=Bt(()=>u.createElementVNode("span",null,"&&代表and,||代表or",-1)),_r={class:"dialog-footer"},kr={class:"custom-header"},gr={class:"left"},vr=["id"],yr={class:"right"},Cr={class:"dialog-footer"},Er={class:"custom-header"},Dr={class:"left"},Vr=["id"],wr={class:"right"},Fr={class:"content"},Ar={class:"dialog-footer"},Tr={__name:"index",props:u.mergeModels({config:{type:Object,default:{sqlShow:!1,cycleShow:!0,cycleDefault:null,cycleOptions:[],factorOptions:[],factorDescriptions:[]}}},{data:{default:{list:[],sqlEnable:0,sqlValue:null}},dataModifiers:{}}),emits:u.mergeModels(["actionState"],["update:data"]),setup(e,{emit:t}){const{request:n,env:r}=u.inject("stConfig"),l=t,o=e,c=u.useModel(e,"data"),a=u.ref(),i=u.ref(),s=u.ref(!1),m=u.ref(!1),f=u.ref("脚本"),b=u.ref(!1),d=u.ref(!1),p=u.ref(!1),C=u.ref(!1),g=u.ref(""),h=u.ref(!1),D=u.ref(!1),y=u.reactive({result:null,detail:"",code:"",ai:""}),w=u.ref(null),k=u.ref({list:[{cycle:o.config.cycleDefault??null,factor:null,score:[null,null]}],sqlEnable:0,sqlValue:null,factorSelectExpr:""}),x=()=>{const{list:N,sqlEnable:V,sqlValue:L,factorSelectExpr:I}=c.value;k.value={list:JSON.parse(JSON.stringify(N)),sqlEnable:V,sqlValue:L,factorSelectExpr:I},k.value.list.length||F(),s.value=!0},v=()=>{if(f.value==="模版")w.value.validate(N=>{const{list:V,sqlEnable:L,sqlValue:I}=k.value;if(N){if(L){if(!I)return j.ElMessage.error("SQL语句不能为空");const M=Nu(I),z=V.map((J,pe)=>`条件${pe+1}`),Q=M.filter(J=>!z.includes(J));if(Q.length)return j.ElMessage.error(`请检查SQL语句, 不存在[${Q}]`)}c.value={list:JSON.parse(JSON.stringify(V)),sqlEnable:L,sqlValue:I,factorSelectExpr:""},s.value=!1}});else{const N=a.value.getValue();if(!N)return j.ElMessage.error("请输入脚本语句");c.value={list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:N},s.value=!1}},T=N=>{k.value.list.splice(N,1)},F=N=>{switch(N){case"compare":{k.value.list.push({key:"compare",cycle:o.config.cycleDefault??null,factor:null,compareType:">",cycle2:o.config.cycleDefault??null,factor2:null});break}default:{k.value.list.push({cycle:o.config.cycleDefault??null,factor:null,score:[null,null]});break}}},A=()=>{w.value.validate(N=>{if(N)if(k.value.sqlValue){const V=Nu(k.value.sqlValue);k.value.sqlValue=k.value.list.reduce((L,I,M)=>(V.includes(`条件${M+1}`)||(L+=`&& 条件${M+1} `),L),k.value.sqlValue)}else k.value.sqlValue=k.value.list.reduce((V,L,I)=>(I===0?V+=`条件${I+1} `:V+=`&& 条件${I+1} `,V),"")})},$=N=>{switch(N.key){case"compare":{const{cycle:V,factor:L,compareType:I,cycle2:M,factor2:z}=N;let Q="";return Q+=` ${o.config.cycleOptions.find(({value:J})=>J===V).label}`,Q+=` ${o.config.factorOptions.find(({value:J})=>J===L).label}`,Q+=` ${I}`,Q+=` ${o.config.cycleOptions.find(({value:J})=>J===M).label}`,Q+=` ${o.config.factorOptions.find(({value:J})=>J===z).label}`,Q}default:{const{cycle:V,factor:L,score:I}=N;let M="";return M+=` ${o.config.cycleOptions.find(({value:z})=>z===V).label}`,M+=` ${o.config.factorOptions.find(({value:z})=>z===L).label}`,M+=` ${I[0]||I[0]===0?`${I[0]}分`:"∞"}`,M+=" ~",M+=` ${I[1]||I[1]===0?`${I[1]}分`:"∞"}`,M}}},_=(N,V)=>{switch(N){case"sqlTag":{c.value={list:[],sqlEnable:0,sqlValue:null};break}case"factorTag":{c.value.list.splice(V,1);break}case"scriptTag":{Ku.ElMessageBox.confirm("是否确认删除因子筛选: 脚本模式","删除操作",{confirmButtonText:"确认",cancelButtonText:"取消",type:"warning"}).then(()=>{c.value={list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""}});break}}},R=()=>{i.value.open(a.value)},E=(N,V)=>{if(!a.value)return j.ElMessage.error("未检测到编辑器实例");let L=N;const I=xn(V);if(I.length){const pe=I.reduce((oe,ce,ue,te)=>(oe+=`${ce}=`,ue<te.length-1&&(oe+=","),oe),"");L=`${L}(${pe})`}const M=a.value.getInstance(),z=M.getPosition(),J=a.value.getValue().split(`
|
|
17
17
|
`);if(z.lineNumber<=J.length){const pe=z.lineNumber-1,oe=J[pe],ce=z.column-1,ue=ce>0?oe[ce-1]:"",te=ce<oe.length?oe[ce]:"";let K=L;ue&&ue!==" "&&!/[\s({[ ]/.test(ue)&&(K=" "+K),te&&te!==" "&&!/[\s)}\]]/.test(te)&&(K=K+" ");const Le=oe.substring(0,ce)+K+oe.substring(ce);J[pe]=Le;const ze=J.join(`
|
|
18
18
|
`);a.value.setValue(ze);const Pe=z.column+K.length;M.setPosition({lineNumber:z.lineNumber,column:Pe}),M.focus()}},O=async()=>{try{d.value=!0;const N=a.value.getValue();if(!N)return j.ElMessage.error("请输入脚本语句");const{body:V}=await n.post("/common/qt/getFuncExpr",{factorSelectExpr:N});if(!V)return j.ElMessage.error("脚本解析失败, 请检查脚本内容是否填写完整或者联系管理员");let L=document.createElement("textarea");L.value=V,document.body.appendChild(L),L.select(),document.execCommand("copy"),document.body.removeChild(L),j.ElMessage.success("脚本内容已经成功复制到粘贴板")}finally{d.value=!1,l("actionState","因子筛选","复制")}},G=()=>{let N=document.createElement("textarea");N.value=y.code,document.body.appendChild(N),N.select(),document.execCommand("copy"),document.body.removeChild(N),j.ElMessage.success("测试代码已经成功复制到粘贴板")},ve=N=>N?N.split(`
|
|
19
|
-
`).reduce((V,L)=>{const I=L.trim().replace(/\s+/gi," ").split(" ")[0];return I&&V.push(I),V},[]):[],ee=async N=>{switch(N){case"open":{if(!a.value.getValue())return j.ElMessage.error("脚本语句不可为空");h.value=!0;break}case"submit":{h.value=!1;try{b.value=!0;const{body:V}=await n.post("/common/qt/getFuncExpr",{factorSelectExpr:a.value.getValue()});if(!V)return j.ElMessage.error("脚本解析失败, 请检查脚本内容是否填写完整或者联系管理员");const L={codes:ve(g.value),factorSelectExpr:V},I=await n.post("/common/qt/testFactorSelect",L),{result:M,detail:z}=I.body;Object.assign(y,{result:M,detail:z,code:V,ai:""}),M===1?j.ElMessage.success("测试通过"):(j.ElMessage.error("测试未能通过"),D.value=!0)}finally{b.value=!1,l("actionState","因子筛选","测试")}break}case"log":{if(y.result===null)return j.ElMessage.warning("请先进行测试, 等待测试完成后可查看日志");D.value=!0;break}}},le=()=>{l("actionState","因子筛选","AI分析"),p.value=!0,E.value=!0,y.ai="";try{Ht.sendToNodeFactorAiTest({baseUrl:r.VITE_BASE_URL,token:jt.U(),value:y.code,callback:(N,V)=>{if(N==="error"){p.value=!1,E.value=!1,j.ElMessage.error("AI分析失败: "+V);return}N==="message"&&(p.value=!1,y.ai+=V),N==="finish"&&(p.value=!1,E.value=!1)}})}catch(N){j.ElMessage.error(`AI响应异常: ${N}`),y.ai=N,p.value=!1,E.value=!1}};return u.watch(()=>s.value,N=>{switch(N){case!0:{u.nextTick(()=>{a.value.resize(),c.value.factorSelectExpr&&(f.value="脚本",a.value.setValue(c.value.factorSelectExpr),a.value.focusToEnd()),(c.value.sqlEnable&&c.value.sqlValue||!c.value.sqlEnable&&c.value.list.length)&&(f.value="模版")}),Object.assign(y,{result:null,detail:"",code:"",ai:""});break}case!1:{i.value.close(),D.value=!1,g.value="";break}}}),u.watch(()=>f.value,N=>{N==="模版"&&i.value.close(),N==="脚本"&&u.nextTick(()=>{a.value.focusToEnd()})},{deep:!0}),(N,V)=>{var wu;const L=Ut.ElText,I=Xe.ElTag,M=Gt.ElPopover,z=Ke.ElButton,Q=Y.ElIcon,J=zt.ElTooltip,pe=_u,oe=Oe,ce=u.resolveComponent("st-customFunction"),ue=ke.ElOption,te=ke.ElSelect,K=Ge.ElFormItem,Le=Yu.ElInputNumber,ze=eu,Pe=xu.ElInput,Ot=Ge.ElForm,Ue=Qu.ElScrollbar,ru=Ie.ElDialog,$t=u.resolveComponent("st-varietyAutoComplete"),Mt=u.resolveComponent("v-md-editor"),qt=hn,Rt=Pt.ElEmpty,Lt=u.resolveComponent("st-varSelectDialog");return u.openBlock(),u.createElementBlock(u.Fragment,null,[u.createElementVNode("div",ar,[u.createElementVNode("div",null,[c.value.sqlEnable&&c.value.sqlValue?(u.openBlock(),u.createBlock(I,{key:0,closable:"",type:"info",title:c.value.sqlValue,onClose:V[0]||(V[0]=S=>_("sqlTag"))},{default:u.withCtx(()=>[u.createVNode(L,{type:"info",truncated:"",style:{"max-width":"500px"}},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(c.value.sqlValue),1)]),_:1})]),_:1},8,["title"])):u.createCommentVNode("",!0),!c.value.sqlEnable&&c.value.list.length?(u.openBlock(!0),u.createElementBlock(u.Fragment,{key:1},u.renderList(c.value.list,(S,W)=>(u.openBlock(),u.createBlock(I,{closable:"",type:"info",onClose:B=>_("factorTag",W)},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString($(S)),1)]),_:2},1032,["onClose"]))),256)):u.createCommentVNode("",!0),c.value.factorSelectExpr?(u.openBlock(),u.createBlock(M,{key:2,width:"500",placement:"bottom-start"},{reference:u.withCtx(()=>[u.createVNode(I,{closable:"",type:"info",onClose:V[1]||(V[1]=S=>_("scriptTag"))},{default:u.withCtx(()=>[u.createTextVNode(" 脚本模式 ")]),_:1})]),default:u.withCtx(()=>[u.createElementVNode("div",cr,u.toDisplayString(c.value.factorSelectExpr),1)]),_:1})):u.createCommentVNode("",!0),u.createVNode(z,{class:"screen-btn",type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:x},{default:u.withCtx(()=>[u.createTextVNode(" 添加因子 ")]),_:1},8,["icon"])]),u.createVNode(ru,{"modal-class":"factor-dialog",modelValue:s.value,"onUpdate:modelValue":V[11]||(V[11]=S=>s.value=S),width:"1000","align-center":"","destroy-on-close":"",draggable:"",overflow:"",modal:!1,"modal-penetrable":!0,"show-close":!1},{header:u.withCtx(({titleId:S,titleClass:W})=>[u.createElementVNode("div",ir,[u.createElementVNode("div",sr,[u.createElementVNode("span",{id:S,class:u.normalizeClass(W)}," 因子筛选 ",10,dr),u.createVNode(J,{effect:"dark",content:"点击查看: 因子使用说明",placement:"right"},{default:u.withCtx(()=>[u.createVNode(Q,{onClick:V[2]||(V[2]=B=>m.value=!0)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.info_filled_default))]),_:1})]),_:1}),u.createVNode(oe,{modelValue:f.value,"onUpdate:modelValue":V[3]||(V[3]=B=>f.value=B),size:"small"},{default:u.withCtx(()=>[u.createVNode(pe,{label:"模版",value:"模版"}),u.createVNode(pe,{label:"脚本",value:"脚本"})]),_:1},8,["modelValue"]),u.withDirectives(u.createElementVNode("div",fr,[u.withDirectives(u.createVNode(ce,{size:"small",onInsert:C,onActionState:V[4]||(V[4]=(...B)=>l("actionState",...B))},null,512),[[u.vShow,f.value==="脚本"]]),u.createVNode(z,{type:"primary",size:"small",loading:d.value,onClick:O},{default:u.withCtx(()=>[u.createTextVNode("复制")]),_:1},8,["loading"]),u.createVNode(z,{type:"primary",size:"small",loading:b.value,onClick:V[5]||(V[5]=B=>ee("open"))},{default:u.withCtx(()=>[u.createTextVNode("测试")]),_:1},8,["loading"]),u.createVNode(z,{size:"small",icon:u.unref(Y.document_default),onClick:V[6]||(V[6]=B=>ee("log"))},{default:u.withCtx(()=>[u.createTextVNode("日志明细")]),_:1},8,["icon"])],512),[[u.vShow,f.value==="脚本"]])]),u.createElementVNode("div",pr,[f.value==="脚本"?(u.openBlock(),u.createBlock(z,{key:0,size:"small",type:"primary",onClick:R},{default:u.withCtx(()=>[u.createTextVNode("变量选择器")]),_:1})):u.createCommentVNode("",!0),u.createVNode(Q,{onClick:V[7]||(V[7]=B=>s.value=!1)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.close_default))]),_:1})])])]),footer:u.withCtx(()=>[u.createElementVNode("div",kr,[u.createVNode(z,{type:"primary",onClick:v},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>[f.value==="模版"?(u.openBlock(),u.createBlock(Ue,{key:0,height:"400px"},{default:u.withCtx(()=>[u.createVNode(Ot,{ref_key:"dialogFormRef",ref:w,model:k.value},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(k.value.list,(S,W)=>(u.openBlock(),u.createElementBlock("div",mr,[u.createElementVNode("span",br,u.toDisplayString(`条件${W+1}`),1),S.key==="compare"?(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[e.config.cycleShow?(u.openBlock(),u.createBlock(K,{key:0,prop:"list."+W+".cycle",rules:{required:!0,message:"周期不能为空",trigger:"blur"},style:{width:"100px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.cycle,"onUpdate:modelValue":B=>S.cycle=B,placeholder:"选择周期",size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(e.config.cycleOptions,({label:B,value:U})=>(u.openBlock(),u.createBlock(ue,{label:B,value:U,key:U},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])):u.createCommentVNode("",!0),u.createVNode(K,{prop:"list."+W+".factor",rules:{required:!0,message:"因子不能为空",trigger:"blur"},style:{width:"132px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.factor,"onUpdate:modelValue":B=>S.factor=B,placeholder:"选择因子",filterable:"",size:"small","no-match-text":"无匹配数据"},{default:u.withCtx(()=>{var B;return[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList((B=e.config.factorOptions)==null?void 0:B.filter(U=>[4].includes(U.type)),({label:U,value:me})=>(u.openBlock(),u.createBlock(ue,{label:U,value:me,key:me},null,8,["label","value"]))),128))]}),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"]),u.createVNode(K,{style:{width:"52px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.compareType,"onUpdate:modelValue":B=>S.compareType=B,size:"small"},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([">",">=","<","<="],B=>u.createVNode(ue,{label:B,value:B,key:B},null,8,["label","value"])),64))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1024),e.config.cycleShow?(u.openBlock(),u.createBlock(K,{key:1,prop:"list."+W+".cycle2",rules:{required:!0,message:"周期不能为空",trigger:"blur"},style:{width:"100px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.cycle2,"onUpdate:modelValue":B=>S.cycle2=B,placeholder:"选择周期",size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(e.config.cycleOptions,({label:B,value:U})=>(u.openBlock(),u.createBlock(ue,{label:B,value:U,key:U},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])):u.createCommentVNode("",!0),u.createVNode(K,{prop:"list."+W+".factor2",rules:{required:!0,message:"因子不能为空",trigger:"blur"},style:{width:"132px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.factor2,"onUpdate:modelValue":B=>S.factor2=B,placeholder:"选择因子",filterable:"",size:"small","no-match-text":"无匹配数据"},{default:u.withCtx(()=>{var B;return[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList((B=e.config.factorOptions)==null?void 0:B.filter(U=>[4].includes(U.type)),({label:U,value:me})=>(u.openBlock(),u.createBlock(ue,{label:U,value:me,key:me},null,8,["label","value"]))),128))]}),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])],64)):(u.openBlock(),u.createElementBlock(u.Fragment,{key:1},[e.config.cycleShow?(u.openBlock(),u.createBlock(K,{key:0,prop:"list."+W+".cycle",rules:{required:!0,message:"周期不能为空",trigger:"blur"},style:{width:"100px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.cycle,"onUpdate:modelValue":B=>S.cycle=B,placeholder:"选择周期",size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(e.config.cycleOptions,({label:B,value:U})=>(u.openBlock(),u.createBlock(ue,{label:B,value:U,key:U},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])):u.createCommentVNode("",!0),u.createVNode(K,{prop:"list."+W+".factor",rules:{required:!0,message:"因子不能为空",trigger:"blur"},style:{width:"194px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.factor,"onUpdate:modelValue":B=>S.factor=B,placeholder:"选择因子",filterable:"",size:"small","no-match-text":"无匹配数据"},{default:u.withCtx(()=>{var B;return[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList((B=e.config.factorOptions)==null?void 0:B.filter(U=>[1,3].includes(U.type)),({label:U,value:me})=>(u.openBlock(),u.createBlock(ue,{label:U,value:me,key:me},null,8,["label","value"]))),128))]}),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"]),u.createVNode(K,{prop:"list."+W+".score",rules:{validator:u.unref(xn),trigger:"blur"},style:{width:"200px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createElementVNode("div",hr,[u.createVNode(Le,{modelValue:S.score[0],"onUpdate:modelValue":B=>S.score[0]=B,size:"small","controls-position":"right"},null,8,["modelValue","onUpdate:modelValue"]),xr,u.createVNode(Le,{modelValue:S.score[1],"onUpdate:modelValue":B=>S.score[1]=B,size:"small","controls-position":"right"},null,8,["modelValue","onUpdate:modelValue"])])]),_:2},1032,["prop","rules"])],64)),u.createVNode(Q,{onClick:B=>T(W)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.circle_close_filled_default))]),_:2},1032,["onClick"])]))),256)),u.createVNode(z,{type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:F,style:{"margin-bottom":"10px"}},{default:u.withCtx(()=>[u.createTextVNode("添加因子")]),_:1},8,["icon"]),u.createVNode(z,{type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:V[8]||(V[8]=S=>F("compare")),style:{"margin-bottom":"10px"}},{default:u.withCtx(()=>[u.createTextVNode("添加因子对比")]),_:1},8,["icon"]),e.config.sqlShow?(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[u.createVNode(K,{label:"SQL功能: "},{default:u.withCtx(()=>[u.createVNode(oe,{modelValue:k.value.sqlEnable,"onUpdate:modelValue":V[9]||(V[9]=S=>k.value.sqlEnable=S)},{default:u.withCtx(()=>[u.createVNode(ze,{label:"关闭",value:0}),u.createVNode(ze,{label:"启用",value:1})]),_:1},8,["modelValue"]),k.value.sqlEnable?(u.openBlock(),u.createBlock(z,{key:0,type:"primary",size:"small",onClick:A,style:{"margin-left":"auto"}},{default:u.withCtx(()=>[u.createTextVNode("生成SQL")]),_:1})):u.createCommentVNode("",!0)]),_:1}),k.value.sqlEnable?(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[u.createVNode(Pe,{modelValue:k.value.sqlValue,"onUpdate:modelValue":V[10]||(V[10]=S=>k.value.sqlValue=S),autosize:{minRows:4},type:"textarea",style:{"margin-bottom":"10px"}},null,8,["modelValue"]),_r],64)):u.createCommentVNode("",!0)],64)):u.createCommentVNode("",!0)]),_:1},8,["model"])]),_:1})):u.createCommentVNode("",!0),u.createElementVNode("div",{style:u.normalizeStyle([{width:"968px",height:"400px"},f.value==="脚本"?null:{position:"fixed",top:"-400px",zIndex:-1,visibility:"hidden",pointerEvents:"none"}])},[u.createVNode(Zt.MonacoEditor,{ref_key:"monacoEditorRef",ref:a,language:"lua",suggestionEnable:!0,variableEnable:!0},null,512)],4)]),_:1},8,["modelValue"])]),u.createVNode(lr,{visible:m.value,"onUpdate:visible":V[12]||(V[12]=S=>m.value=S),factorType:f.value,data:(wu=e.config.factorDescriptions)==null?void 0:wu.filter(S=>[1,3].includes(S.type))},null,8,["visible","factorType","data"]),u.createVNode(ru,{"modal-class":"test-variety-dialog",modelValue:h.value,"onUpdate:modelValue":V[17]||(V[17]=S=>h.value=S),width:"500","align-center":"","append-to-body":"",overflow:"",modal:!1,"modal-penetrable":!0,"show-close":!1},{header:u.withCtx(({titleId:S,titleClass:W})=>[u.createElementVNode("div",gr,[u.createElementVNode("div",vr,[u.createElementVNode("span",{id:S,class:u.normalizeClass(W)}," 测试品种 ",10,yr)]),u.createElementVNode("div",Cr,[u.createVNode($t,{label:"",onSelect:V[13]||(V[13]=({name:B,code:U})=>g.value+=`${U} ${B}
|
|
20
|
-
`)}),u.createVNode(Q,{onClick:V[14]||(V[14]=B=>h.value=!1)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.close_default))]),_:1})])])]),footer:u.withCtx(()=>[u.createElementVNode("div",
|
|
19
|
+
`).reduce((V,L)=>{const I=L.trim().replace(/\s+/gi," ").split(" ")[0];return I&&V.push(I),V},[]):[],ee=async N=>{switch(N){case"open":{if(!a.value.getValue())return j.ElMessage.error("脚本语句不可为空");h.value=!0;break}case"submit":{h.value=!1;try{b.value=!0;const{body:V}=await n.post("/common/qt/getFuncExpr",{factorSelectExpr:a.value.getValue()});if(!V)return j.ElMessage.error("脚本解析失败, 请检查脚本内容是否填写完整或者联系管理员");const L={codes:ve(g.value),factorSelectExpr:V},I=await n.post("/common/qt/testFactorSelect",L),{result:M,detail:z}=I.body;Object.assign(y,{result:M,detail:z,code:V,ai:""}),M===1?j.ElMessage.success("测试通过"):(j.ElMessage.error("测试未能通过"),D.value=!0)}finally{b.value=!1,l("actionState","因子筛选","测试")}break}case"log":{if(y.result===null)return j.ElMessage.warning("请先进行测试, 等待测试完成后可查看日志");D.value=!0;break}}},le=()=>{l("actionState","因子筛选","AI分析"),p.value=!0,C.value=!0,y.ai="";try{jt.sendToNodeFactorAiTest({baseUrl:r.VITE_BASE_URL,token:Ut.U(),value:y.code,callback:(N,V)=>{if(N==="error"){p.value=!1,C.value=!1,j.ElMessage.error("AI分析失败: "+V);return}N==="message"&&(p.value=!1,y.ai+=V),N==="finish"&&(p.value=!1,C.value=!1)}})}catch(N){j.ElMessage.error(`AI响应异常: ${N}`),y.ai=N,p.value=!1,C.value=!1}};return u.watch(()=>s.value,N=>{switch(N){case!0:{u.nextTick(()=>{a.value.resize(),c.value.factorSelectExpr&&(f.value="脚本",a.value.setValue(c.value.factorSelectExpr),a.value.focusToEnd()),(c.value.sqlEnable&&c.value.sqlValue||!c.value.sqlEnable&&c.value.list.length)&&(f.value="模版")}),Object.assign(y,{result:null,detail:"",code:"",ai:""});break}case!1:{i.value.close(),D.value=!1,g.value="";break}}}),u.watch(()=>f.value,N=>{N==="模版"&&i.value.close(),N==="脚本"&&u.nextTick(()=>{a.value.focusToEnd()})},{deep:!0}),(N,V)=>{var wu;const L=Pt.ElText,I=Xe.ElTag,M=Zt.ElPopover,z=Ke.ElButton,Q=Y.ElIcon,J=me.ElTooltip,pe=_u,oe=Oe,ce=u.resolveComponent("st-customFunction"),ue=ke.ElOption,te=ke.ElSelect,K=Ge.ElFormItem,Le=Yu.ElInputNumber,ze=eu,Pe=xu.ElInput,Ot=Ge.ElForm,Ue=Qu.ElScrollbar,ru=Ie.ElDialog,$t=u.resolveComponent("st-varietyAutoComplete"),Mt=u.resolveComponent("v-md-editor"),qt=bn,Rt=zt.ElEmpty,Lt=u.resolveComponent("st-varSelectDialog");return u.openBlock(),u.createElementBlock(u.Fragment,null,[u.createElementVNode("div",lr,[u.createElementVNode("div",null,[c.value.sqlEnable&&c.value.sqlValue?(u.openBlock(),u.createBlock(I,{key:0,closable:"",type:"info",title:c.value.sqlValue,onClose:V[0]||(V[0]=S=>_("sqlTag"))},{default:u.withCtx(()=>[u.createVNode(L,{type:"info",truncated:"",style:{"max-width":"500px"}},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(c.value.sqlValue),1)]),_:1})]),_:1},8,["title"])):u.createCommentVNode("",!0),!c.value.sqlEnable&&c.value.list.length?(u.openBlock(!0),u.createElementBlock(u.Fragment,{key:1},u.renderList(c.value.list,(S,W)=>(u.openBlock(),u.createBlock(I,{closable:"",type:"info",onClose:B=>_("factorTag",W)},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString($(S)),1)]),_:2},1032,["onClose"]))),256)):u.createCommentVNode("",!0),c.value.factorSelectExpr?(u.openBlock(),u.createBlock(M,{key:2,width:"500",placement:"bottom-start"},{reference:u.withCtx(()=>[u.createVNode(I,{closable:"",type:"info",onClose:V[1]||(V[1]=S=>_("scriptTag"))},{default:u.withCtx(()=>[u.createTextVNode(" 脚本模式 ")]),_:1})]),default:u.withCtx(()=>[u.createElementVNode("div",ar,u.toDisplayString(c.value.factorSelectExpr),1)]),_:1})):u.createCommentVNode("",!0),u.createVNode(z,{class:"screen-btn",type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:x},{default:u.withCtx(()=>[u.createTextVNode(" 添加因子 ")]),_:1},8,["icon"])]),u.createVNode(ru,{"modal-class":"factor-dialog",modelValue:s.value,"onUpdate:modelValue":V[11]||(V[11]=S=>s.value=S),width:"1000","align-center":"","destroy-on-close":"",draggable:"",overflow:"",modal:!1,"modal-penetrable":!0,"show-close":!1},{header:u.withCtx(({titleId:S,titleClass:W})=>[u.createElementVNode("div",cr,[u.createElementVNode("div",ir,[u.createElementVNode("span",{id:S,class:u.normalizeClass(W)}," 因子筛选 ",10,sr),u.createVNode(J,{effect:"dark",content:"点击查看: 因子使用说明",placement:"right"},{default:u.withCtx(()=>[u.createVNode(Q,{onClick:V[2]||(V[2]=B=>m.value=!0)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.info_filled_default))]),_:1})]),_:1}),u.createVNode(oe,{modelValue:f.value,"onUpdate:modelValue":V[3]||(V[3]=B=>f.value=B),size:"small"},{default:u.withCtx(()=>[u.createVNode(pe,{label:"模版",value:"模版"}),u.createVNode(pe,{label:"脚本",value:"脚本"})]),_:1},8,["modelValue"]),u.withDirectives(u.createElementVNode("div",dr,[u.withDirectives(u.createVNode(ce,{size:"small",onInsert:E,onActionState:V[4]||(V[4]=(...B)=>l("actionState",...B))},null,512),[[u.vShow,f.value==="脚本"]]),u.createVNode(z,{type:"primary",size:"small",loading:d.value,onClick:O},{default:u.withCtx(()=>[u.createTextVNode("复制")]),_:1},8,["loading"]),u.createVNode(z,{type:"primary",size:"small",loading:b.value,onClick:V[5]||(V[5]=B=>ee("open"))},{default:u.withCtx(()=>[u.createTextVNode("测试")]),_:1},8,["loading"]),u.createVNode(z,{size:"small",icon:u.unref(Y.document_default),onClick:V[6]||(V[6]=B=>ee("log"))},{default:u.withCtx(()=>[u.createTextVNode("日志明细")]),_:1},8,["icon"])],512),[[u.vShow,f.value==="脚本"]])]),u.createElementVNode("div",fr,[f.value==="脚本"?(u.openBlock(),u.createBlock(z,{key:0,size:"small",type:"primary",onClick:R},{default:u.withCtx(()=>[u.createTextVNode("变量选择器")]),_:1})):u.createCommentVNode("",!0),u.createVNode(Q,{onClick:V[7]||(V[7]=B=>s.value=!1)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.close_default))]),_:1})])])]),footer:u.withCtx(()=>[u.createElementVNode("div",_r,[u.createVNode(z,{type:"primary",onClick:v},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>[f.value==="模版"?(u.openBlock(),u.createBlock(Ue,{key:0,height:"400px"},{default:u.withCtx(()=>[u.createVNode(Ot,{ref_key:"dialogFormRef",ref:w,model:k.value},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(k.value.list,(S,W)=>(u.openBlock(),u.createElementBlock("div",pr,[u.createElementVNode("span",mr,u.toDisplayString(`条件${W+1}`),1),S.key==="compare"?(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[e.config.cycleShow?(u.openBlock(),u.createBlock(K,{key:0,prop:"list."+W+".cycle",rules:{required:!0,message:"周期不能为空",trigger:"blur"},style:{width:"100px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.cycle,"onUpdate:modelValue":B=>S.cycle=B,placeholder:"选择周期",size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(e.config.cycleOptions,({label:B,value:U})=>(u.openBlock(),u.createBlock(ue,{label:B,value:U,key:U},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])):u.createCommentVNode("",!0),u.createVNode(K,{prop:"list."+W+".factor",rules:{required:!0,message:"因子不能为空",trigger:"blur"},style:{width:"132px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.factor,"onUpdate:modelValue":B=>S.factor=B,placeholder:"选择因子",filterable:"",size:"small","no-match-text":"无匹配数据"},{default:u.withCtx(()=>{var B;return[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList((B=e.config.factorOptions)==null?void 0:B.filter(U=>[4].includes(U.type)),({label:U,value:be})=>(u.openBlock(),u.createBlock(ue,{label:U,value:be,key:be},null,8,["label","value"]))),128))]}),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"]),u.createVNode(K,{style:{width:"52px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.compareType,"onUpdate:modelValue":B=>S.compareType=B,size:"small"},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([">",">=","<","<="],B=>u.createVNode(ue,{label:B,value:B,key:B},null,8,["label","value"])),64))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1024),e.config.cycleShow?(u.openBlock(),u.createBlock(K,{key:1,prop:"list."+W+".cycle2",rules:{required:!0,message:"周期不能为空",trigger:"blur"},style:{width:"100px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.cycle2,"onUpdate:modelValue":B=>S.cycle2=B,placeholder:"选择周期",size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(e.config.cycleOptions,({label:B,value:U})=>(u.openBlock(),u.createBlock(ue,{label:B,value:U,key:U},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])):u.createCommentVNode("",!0),u.createVNode(K,{prop:"list."+W+".factor2",rules:{required:!0,message:"因子不能为空",trigger:"blur"},style:{width:"132px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.factor2,"onUpdate:modelValue":B=>S.factor2=B,placeholder:"选择因子",filterable:"",size:"small","no-match-text":"无匹配数据"},{default:u.withCtx(()=>{var B;return[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList((B=e.config.factorOptions)==null?void 0:B.filter(U=>[4].includes(U.type)),({label:U,value:be})=>(u.openBlock(),u.createBlock(ue,{label:U,value:be,key:be},null,8,["label","value"]))),128))]}),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])],64)):(u.openBlock(),u.createElementBlock(u.Fragment,{key:1},[e.config.cycleShow?(u.openBlock(),u.createBlock(K,{key:0,prop:"list."+W+".cycle",rules:{required:!0,message:"周期不能为空",trigger:"blur"},style:{width:"100px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.cycle,"onUpdate:modelValue":B=>S.cycle=B,placeholder:"选择周期",size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(e.config.cycleOptions,({label:B,value:U})=>(u.openBlock(),u.createBlock(ue,{label:B,value:U,key:U},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"])):u.createCommentVNode("",!0),u.createVNode(K,{prop:"list."+W+".factor",rules:{required:!0,message:"因子不能为空",trigger:"blur"},style:{width:"194px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createVNode(te,{modelValue:S.factor,"onUpdate:modelValue":B=>S.factor=B,placeholder:"选择因子",filterable:"",size:"small","no-match-text":"无匹配数据"},{default:u.withCtx(()=>{var B;return[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList((B=e.config.factorOptions)==null?void 0:B.filter(U=>[1,3].includes(U.type)),({label:U,value:be})=>(u.openBlock(),u.createBlock(ue,{label:U,value:be,key:be},null,8,["label","value"]))),128))]}),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:2},1032,["prop"]),u.createVNode(K,{prop:"list."+W+".score",rules:{validator:u.unref(hn),trigger:"blur"},style:{width:"200px","margin-right":"10px"}},{default:u.withCtx(()=>[u.createElementVNode("div",br,[u.createVNode(Le,{modelValue:S.score[0],"onUpdate:modelValue":B=>S.score[0]=B,size:"small","controls-position":"right"},null,8,["modelValue","onUpdate:modelValue"]),hr,u.createVNode(Le,{modelValue:S.score[1],"onUpdate:modelValue":B=>S.score[1]=B,size:"small","controls-position":"right"},null,8,["modelValue","onUpdate:modelValue"])])]),_:2},1032,["prop","rules"])],64)),u.createVNode(Q,{onClick:B=>T(W)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.circle_close_filled_default))]),_:2},1032,["onClick"])]))),256)),u.createVNode(z,{type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:F,style:{"margin-bottom":"10px"}},{default:u.withCtx(()=>[u.createTextVNode("添加因子")]),_:1},8,["icon"]),u.createVNode(z,{type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:V[8]||(V[8]=S=>F("compare")),style:{"margin-bottom":"10px"}},{default:u.withCtx(()=>[u.createTextVNode("添加因子对比")]),_:1},8,["icon"]),e.config.sqlShow?(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[u.createVNode(K,{label:"SQL功能: "},{default:u.withCtx(()=>[u.createVNode(oe,{modelValue:k.value.sqlEnable,"onUpdate:modelValue":V[9]||(V[9]=S=>k.value.sqlEnable=S)},{default:u.withCtx(()=>[u.createVNode(ze,{label:"关闭",value:0}),u.createVNode(ze,{label:"启用",value:1})]),_:1},8,["modelValue"]),k.value.sqlEnable?(u.openBlock(),u.createBlock(z,{key:0,type:"primary",size:"small",onClick:A,style:{"margin-left":"auto"}},{default:u.withCtx(()=>[u.createTextVNode("生成SQL")]),_:1})):u.createCommentVNode("",!0)]),_:1}),k.value.sqlEnable?(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[u.createVNode(Pe,{modelValue:k.value.sqlValue,"onUpdate:modelValue":V[10]||(V[10]=S=>k.value.sqlValue=S),autosize:{minRows:4},type:"textarea",style:{"margin-bottom":"10px"}},null,8,["modelValue"]),xr],64)):u.createCommentVNode("",!0)],64)):u.createCommentVNode("",!0)]),_:1},8,["model"])]),_:1})):u.createCommentVNode("",!0),u.createElementVNode("div",{style:u.normalizeStyle([{width:"968px",height:"400px"},f.value==="脚本"?null:{position:"fixed",top:"-400px",zIndex:-1,visibility:"hidden",pointerEvents:"none"}])},[u.createVNode(Ht.MonacoEditor,{ref_key:"monacoEditorRef",ref:a,language:"lua",suggestionEnable:!0,variableEnable:!0},null,512)],4)]),_:1},8,["modelValue"])]),u.createVNode(rr,{visible:m.value,"onUpdate:visible":V[12]||(V[12]=S=>m.value=S),factorType:f.value,data:(wu=e.config.factorDescriptions)==null?void 0:wu.filter(S=>[1,3].includes(S.type))},null,8,["visible","factorType","data"]),u.createVNode(ru,{"modal-class":"test-variety-dialog",modelValue:h.value,"onUpdate:modelValue":V[17]||(V[17]=S=>h.value=S),width:"500","align-center":"","append-to-body":"",overflow:"",modal:!1,"modal-penetrable":!0,"show-close":!1},{header:u.withCtx(({titleId:S,titleClass:W})=>[u.createElementVNode("div",kr,[u.createElementVNode("div",gr,[u.createElementVNode("span",{id:S,class:u.normalizeClass(W)}," 测试品种 ",10,vr)]),u.createElementVNode("div",yr,[u.createVNode($t,{label:"",onSelect:V[13]||(V[13]=({name:B,code:U})=>g.value+=`${U} ${B}
|
|
20
|
+
`)}),u.createVNode(Q,{onClick:V[14]||(V[14]=B=>h.value=!1)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.close_default))]),_:1})])])]),footer:u.withCtx(()=>[u.createElementVNode("div",Cr,[u.createVNode(z,{type:"primary",onClick:V[16]||(V[16]=S=>ee("submit"))},{default:u.withCtx(()=>[u.createTextVNode(" 确认 ")]),_:1})])]),default:u.withCtx(()=>[u.createVNode(Pe,{class:"full-height-textarea",modelValue:g.value,"onUpdate:modelValue":V[15]||(V[15]=S=>g.value=S),resize:"none",type:"textarea",placeholder:`不填写时, 默认为000001 平安银行
|
|
21
21
|
格式示例:
|
|
22
22
|
hc8888 热轧卷板期货指数
|
|
23
23
|
sp8888 纸浆期货指数
|
|
24
|
-
bu8888 石油沥青期货指数`},null,8,["modelValue"])]),_:1},8,["modelValue"]),u.createVNode(ru,{"modal-class":"log-dialog",modelValue:D.value,"onUpdate:modelValue":V[20]||(V[20]=S=>D.value=S),width:"80vw","align-center":"","append-to-body":"",draggable:"",overflow:"",modal:!1,"modal-penetrable":!0,"show-close":!1},{header:u.withCtx(({titleId:S,titleClass:W})=>[u.createElementVNode("div",
|
|
25
|
-
${y.detail}`:y.detail),3)]),_:1}),u.createVNode(Ue,{class:"ai",height:"600px"},{default:u.withCtx(()=>[y.ai?(u.openBlock(),u.createBlock(Mt,{key:0,mode:"preview","model-value":y.ai},null,8,["model-value"])):p.value?(u.openBlock(),u.createBlock(qt,{key:1,rows:5,animated:""})):p.value?u.createCommentVNode("",!0):(u.openBlock(),u.createBlock(Rt,{key:2,description:"点击下方按钮: AI分析, 分析结果将会展示在此处"}))]),_:1})])]),_:1},8,["modelValue"]),u.createVNode(Lt,{ref_key:"stVarSelectDialogRef",ref:i},null,512)],64)}}},Br=we._export_sfc(Nr,[["__scopeId","data-v-62d59731"]]),St=[{label:"近2周",value:"1"},{label:"近1个月",value:"2"},{label:"近3个月",value:"3"},{label:"近6个月",value:"4"},{label:"近1年",value:"5"}],It=[{label:"无保留意见",value:1},{label:"保留意见",value:2},{label:"否定意见",value:3},{label:"无法表示意见",value:4}],Sr=(e,t)=>!(e!=null&&e.length)||!(t!=null&&t.length)?!1:e.some(n=>t.includes(n)),Ze=e=>e===""||e===null||e===void 0?!1:!isNaN(Number(e)),Ir=(e,t)=>{const n={key:e.key,type:e.type,label:e.label},r={st:()=>({...n,st:null}),tFeaturelncomes:()=>({...n,rule:1,withFewYears:null,yearsCount:null,netProfit:null}),priceLevels:()=>({...n,priceLevels:null}),peTtmLevels:()=>({...n,peTtmLevels:null}),peTrendTtmLevels:()=>({...n,peTrendTtmLevels:null}),optionsCpType:()=>({...n,optionsCpType:null}),perVolumn:()=>{var o;return{...n,radioType:e.defaultRadioType,range:[null,null],unit:(o=e.defaultUnit)!=null&&o.length?[...e.defaultUnit]:[null,null],radio:null,levels:[]}},mainFlow:()=>({...n,radioType:e.defaultRadioType,rankRange:[null,null]}),auditOpinionType:()=>({...n,enumType:null})},l=()=>{var o;return{...n,range:[null,null],unit:(o=e.defaultUnit)!=null&&o.length?[...e.defaultUnit]:[null,null],radioType:t&&t!==e.key?"0":e.defaultRadioType,rankRange:e.defaultRankRange||[null,null]}};return(r[e.key]||l)()},Or=e=>{const{key:t,label:n}=e,r={st:o=>o.st===null?{valid:!1,message:"格式错误: 请至少选择一个值"}:{valid:!0,tagText:`${n}: ${o.st?"是":"否"}`},tFeaturelncomes:o=>["",null].includes(o.withFewYears)||["",null].includes(o.yearsCount)||["",null].includes(o.netProfit)?{valid:!1,message:"格式错误: 请填写完整"}:{valid:!0,tagText:`${n}: ${o.withFewYears}年内${o.yearsCount}年以上盈利${o.rule===1?"超":"跌"}过${o.netProfit}亿`},priceLevels:o=>{var c;return(c=o.priceLevels)!=null&&c.length?{valid:!0,tagText:`${n}: 已选${o.priceLevels}分位`}:{valid:!1,message:"格式错误: 请至少选择一个值"}},peTtmLevels:o=>{var c;return(c=o.peTtmLevels)!=null&&c.length?{valid:!0,tagText:`${n}: 已选${o.peTtmLevels}分位`}:{valid:!1,message:"格式错误: 请至少选择一个值"}},peTrendTtmLevels:o=>{var c;return(c=o.peTrendTtmLevels)!=null&&c.length?{valid:!0,tagText:`${n}: 已选${o.peTrendTtmLevels}分位`}:{valid:!1,message:"格式错误: 请至少选择一个值"}},optionsCpType:o=>o.optionsCpType===null?{valid:!1,message:"格式错误: 请至少选择一个值"}:{valid:!0,tagText:`${n}: ${o.optionsCpType===1?"看涨":"看跌"}`},perVolumn:o=>{var a,i,s,m,f,b;if(o.radioType==="0"){if(["",null].includes((a=o.range)==null?void 0:a[0])&&["",null].includes((i=o.range)==null?void 0:i[1]))return{valid:!1,message:"格式错误: 请至少填写一个值"};const d=((s=o.unit)==null?void 0:s[0])??"",p=((m=o.unit)==null?void 0:m[1])??"";let E="";return!["",null].includes(o.range[0])&&!["",null].includes(o.range[1])?E=`${n}: ${o.range[0]}${d} ~ ${o.range[1]}${p}`:["",null].includes(o.range[0])?E=`${n}: ≤${o.range[1]}${p}`:E=`${n}: ≥${o.range[0]}${d}`,{valid:!0,tagText:E}}if(!o.radio)return{valid:!1,message:"格式错误: 请选择时间周期"};if(!((f=o.levels)!=null&&f.length))return{valid:!1,message:"格式错误: 请选择分位"};const c=(b=St.find(d=>d.value===o.radio))==null?void 0:b.label;return{valid:!0,tagText:`${n}: ${c}${o.levels.map(d=>`${d}分位`).join("、")}`}},mainFlow:o=>{const{radioType:c,radio:a,rankRange:i}=o;if(!a)return{valid:!1,message:"格式错误: 请选择时间周期"};if(!Ze(i[0])&&!Ze(i[1]))return{valid:!1,message:"格式错误: 请填写区间范围"};if(c!=="0"&&(i[0]<0||i[1]<0||i[0]>i[1]))return{valid:!1,message:"格式错误: 无效的排名范围"};let s="";return!["",null].includes(i[0])&&!["",null].includes(i[1])?s=`${n}: ${a}日${c==="0"?"涨幅范围":"排名范围"}: ${i[0]}${c==="0"?"%":""} ~ ${i[1]}${c==="0"?"%":""}`:["",null].includes(i[0])?s=`${n}: ${a}日${c==="0"?"涨幅范围":"排名范围"}: ≤${i[1]}${c==="0"?"%":""}`:s=`${n}: ${a}日${c==="0"?"涨幅范围":"排名范围"}: ≥${i[0]}${c==="0"?"%":""}`,{valid:!0,tagText:s}},auditOpinionType:o=>{var a;if(o.enumType===null)return{valid:!1,message:"格式错误: 请至少选择一个值"};const c=(a=It.find(i=>i.value===o.enumType))==null?void 0:a.label;return{valid:!0,tagText:`${n}: ${c}`}}},l=o=>{const{label:c,unit:a,radioType:i}=o,s=i==="1"?o.rankRange:o.range;if(["",null].includes(s[0])&&["",null].includes(s[1]))return{valid:!1,message:"格式错误: 请至少填写一个值"};if(i==="1"){if(!Ze(s[0])&&!Ze(s[1]))return{valid:!1,message:"格式错误: 请填写有效排名"};if(s[0]<0||s[1]<0||s[0]>s[1])return{valid:!1,message:"格式错误: 无效的排名范围"}}const m=i==="1"?"":(a==null?void 0:a[0])??"",f=i==="1"?"":(a==null?void 0:a[1])??"";let b="";return!["",null].includes(s[0])&&!["",null].includes(s[1])?b=`${c}${i==="1"?"排名":""}: ${s[0]}${m} ~ ${s[1]}${f}`:["",null].includes(s[0])?b=`${c}${i==="1"?"排名":""}: ≤${s[1]}${f}`:b=`${c}${i==="1"?"排名":""}: ≥${s[0]}${m}`,{valid:!0,tagText:b}};return(r[t]||l)(e)};const $r={class:"tags"},Mr=["onClick"],qr={__name:"IndicatorTags",props:{tags:{type:Array,required:!0}},emits:["edit","delete"],setup(e,{emit:t}){const n=e,r=t,l=c=>{r("edit",c)},o=c=>{r("delete",c)};return(c,a)=>{const i=Xe.ElTag;return u.openBlock(),u.createElementBlock("div",$r,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(n.tags,(s,m)=>(u.openBlock(),u.createBlock(i,{key:s.key,closable:"",type:"info",onClose:f=>o(m)},{default:u.withCtx(()=>[u.createElementVNode("span",null,u.toDisplayString(s.tagText),1),u.createElementVNode("span",{class:"edit",onClick:f=>l(s)},"编辑",8,Mr)]),_:2},1032,["onClose"]))),128))])}}},Rr=we._export_sfc(qr,[["__scopeId","data-v-6dc08b57"]]);const Re=e=>(u.pushScopeId("data-v-67149b8e"),e=e(),u.popScopeId(),e),Lr={key:0,class:"common-indicator"},zr={class:"indicator"},Pr={class:"title"},Ur=Re(()=>u.createElementVNode("span",null,"常用指标: ",-1)),jr={class:"options"},Hr=["onClick"],Zr={style:{"font-size":"18px"}},Gr={key:0,class:"out-box"},Jr=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),Wr={key:1},Yr={key:0,class:"convenient-option-box"},Qr={class:"out-box"},Kr=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),Xr={key:0},el={key:0},ul={key:0},tl={key:1},nl={class:"tFeaturelncomes-option-box"},ol={class:"tFeaturelncomes-out-box"},rl=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),ll={key:2},al={key:3},cl={key:4},il={key:5},sl={key:6},dl={key:0,class:"out-box"},fl=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),pl={key:0},ml={key:0},bl={key:1,class:"perVolumn-group"},hl={key:7},xl={class:"out-box",style:{"margin-top":"12px"}},_l={key:8},kl={class:"dialog-footer"},gl={__name:"index",props:u.mergeModels({config:{type:Object,default:()=>{}},varietyMarket:{type:Number,default:()=>null},commonOption:{type:Array,default:()=>[]}},{data:{default:[]},dataModifiers:{}}),emits:["update:data"],setup(e){const t=u.inject("clearRow"),n=u.useModel(e,"data"),r=e,l=u.ref(!1),o=u.computed(()=>{var g;return(g=n.value.find(h=>h.radioType==="1"))==null?void 0:g.key}),c=u.computed(()=>{let g=r.config.options;return r.varietyMarket!==null&&r.varietyMarket!==void 0&&(g=g.filter(({parent:h})=>h.varietyMarketIds.includes(r.varietyMarket))),r.commonOption.length>0&&(g=g.filter(({parent:h})=>Sr(h.commonOptionIds,r.commonOption))),g}),a=u.ref({}),i=u.ref({}),s=g=>{a.value=g,i.value=Ir(g,o.value),l.value=!0},m=()=>{const{valid:g,message:h,tagText:D}=Or(i.value);if(!g)return j.ElMessage.warning(h);i.value.tagText=D;const y=n.value.findIndex(({key:w})=>w===i.value.key);y===-1?n.value.push(i.value):n.value.splice(y,1,i.value),l.value=!1},f=g=>{a.value=c.value.find(({key:h})=>h===g.key),i.value=JSON.parse(JSON.stringify(g)),l.value=!0},b=g=>{n.value.splice(g,1)},d=g=>{i.value.range=[...g.range],i.value.unit=[...g.unit]},p=g=>{switch(g){case"≤0":Object.assign(i.value,{rule:2,withFewYears:1,yearsCount:1,netProfit:0});break;case"≥0":Object.assign(i.value,{rule:1,withFewYears:1,yearsCount:1,netProfit:0});break;case"五年内有四年以上盈利超过5千万":Object.assign(i.value,{rule:1,withFewYears:5,yearsCount:4,netProfit:.5});break;case"≥10亿":Object.assign(i.value,{rule:1,withFewYears:1,yearsCount:1,netProfit:10});break;case"≥20亿":Object.assign(i.value,{rule:1,withFewYears:1,yearsCount:1,netProfit:20});break}},E=()=>{const{key:g}=a.value,h=i.value;if(g==="mainFlow")h.radio=null,h.rankRange=[null,null];else if(g==="perVolumn"){const D=h.radioType;D==="0"&&(h.radio=null,h.levels=[]),D==="2"&&(h.range=[null,null])}};return u.watch(()=>c.value,()=>{n.value.length&&(n.value=n.value.filter(({key:g})=>c.value.find(h=>h.key===g)))}),(g,h)=>{const D=_u,y=Oe,w=xu.ElInput,k=Ke.ElButton,x=ke.ElOption,v=ke.ElSelect,T=eu,F=Yu.ElInputNumber,A=Ie.ElDialog;return e.config.show&&c.value.length?(u.openBlock(),u.createElementBlock("div",Lr,[u.createElementVNode("div",zr,[u.createElementVNode("div",Pr,[Ur,u.createElementVNode("span",{onClick:h[0]||(h[0]=$=>u.unref(t)("commonIndicator"))},"不限")]),u.createElementVNode("div",jr,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(c.value,$=>(u.openBlock(),u.createElementBlock("span",{key:$.key,onClick:_=>s($)},u.toDisplayString($.label),9,Hr))),128))])]),u.createVNode(A,{modelValue:l.value,"onUpdate:modelValue":h[31]||(h[31]=$=>l.value=$),title:a.value.label,width:"600","align-center":"","destroy-on-close":""},{header:u.withCtx(()=>{var $;return[u.createElementVNode("span",Zr,u.toDisplayString(a.value.label),1),($=a.value.radioTypeOptions)!=null&&$.length?(u.openBlock(),u.createBlock(y,{key:0,modelValue:i.value.radioType,"onUpdate:modelValue":h[1]||(h[1]=_=>i.value.radioType=_),style:{"vertical-align":"4px","margin-left":"12px"},onChange:E},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.radioTypeOptions,_=>(u.openBlock(),u.createBlock(D,{key:_.value,value:_.value,disabled:_.value==="1"&&o.value&&o.value!==a.value.key},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(_.label),1)]),_:2},1032,["value","disabled"]))),128))]),_:1},8,["modelValue"])):u.createCommentVNode("",!0)]}),footer:u.withCtx(()=>[u.createElementVNode("div",kl,[u.createVNode(k,{type:"primary",onClick:m},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>{var $;return[a.value.type?(u.openBlock(),u.createElementBlock(u.Fragment,{key:1},[a.value.key==="st"?(u.openBlock(),u.createElementBlock("div",ul,[u.createVNode(y,{modelValue:i.value.st,"onUpdate:modelValue":h[8]||(h[8]=_=>i.value.st=_)},{default:u.withCtx(()=>[u.createVNode(T,{label:"是",value:1}),u.createVNode(T,{label:"否",value:0})]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="tFeaturelncomes"?(u.openBlock(),u.createElementBlock("div",tl,[u.createElementVNode("div",nl,[u.createVNode(k,{onClick:h[9]||(h[9]=_=>p("≤0"))},{default:u.withCtx(()=>[u.createTextVNode("≤0")]),_:1}),u.createVNode(k,{onClick:h[10]||(h[10]=_=>p("≥0"))},{default:u.withCtx(()=>[u.createTextVNode("≥0")]),_:1}),u.createVNode(k,{onClick:h[11]||(h[11]=_=>p("五年内有四年以上盈利超过5千万"))},{default:u.withCtx(()=>[u.createTextVNode("五年内有四年以上盈利超过5千万")]),_:1}),u.createVNode(k,{onClick:h[12]||(h[12]=_=>p("≥10亿"))},{default:u.withCtx(()=>[u.createTextVNode("≥10亿")]),_:1}),u.createVNode(k,{onClick:h[13]||(h[13]=_=>p("≥20亿"))},{default:u.withCtx(()=>[u.createTextVNode("≥20亿")]),_:1})]),u.createElementVNode("div",ol,[rl,u.createElementVNode("div",null,[u.createVNode(F,{modelValue:i.value.withFewYears,"onUpdate:modelValue":h[14]||(h[14]=_=>i.value.withFewYears=_),"controls-position":"right"},null,8,["modelValue"]),u.createTextVNode(" 年内 "),u.createVNode(F,{modelValue:i.value.yearsCount,"onUpdate:modelValue":h[15]||(h[15]=_=>i.value.yearsCount=_),"controls-position":"right"},null,8,["modelValue"]),u.createTextVNode(" 年以上盈利"+u.toDisplayString(i.value.rule===1?"超":"跌")+"过 ",1),u.createVNode(F,{modelValue:i.value.netProfit,"onUpdate:modelValue":h[16]||(h[16]=_=>i.value.netProfit=_),"controls-position":"right"},null,8,["modelValue"]),u.createTextVNode(" 亿 ")])])])):u.createCommentVNode("",!0),a.value.key==="priceLevels"?(u.openBlock(),u.createElementBlock("div",ll,[u.createVNode(v,{modelValue:i.value.priceLevels,"onUpdate:modelValue":h[17]||(h[17]=_=>i.value.priceLevels=_),multiple:"",clearable:"",placeholder:"请选择",style:{width:"100%"}},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="peTtmLevels"?(u.openBlock(),u.createElementBlock("div",al,[u.createVNode(v,{modelValue:i.value.peTtmLevels,"onUpdate:modelValue":h[18]||(h[18]=_=>i.value.peTtmLevels=_),multiple:"",clearable:"",placeholder:"请选择",style:{width:"100%"}},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5,6,7,8,9,10],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="peTrendTtmLevels"?(u.openBlock(),u.createElementBlock("div",cl,[u.createVNode(v,{modelValue:i.value.peTrendTtmLevels,"onUpdate:modelValue":h[19]||(h[19]=_=>i.value.peTrendTtmLevels=_),multiple:"",clearable:"",placeholder:"请选择",style:{width:"100%"}},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5,6,7,8,9,10],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="optionsCpType"?(u.openBlock(),u.createElementBlock("div",il,[u.createVNode(y,{modelValue:i.value.optionsCpType,"onUpdate:modelValue":h[20]||(h[20]=_=>i.value.optionsCpType=_)},{default:u.withCtx(()=>[u.createVNode(T,{label:"看涨",value:1}),u.createVNode(T,{label:"看跌",value:2})]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="perVolumn"?(u.openBlock(),u.createElementBlock("div",sl,[i.value.radioType==="0"?(u.openBlock(),u.createElementBlock("div",dl,[fl,u.createVNode(w,{modelValue:i.value.range[0],"onUpdate:modelValue":h[22]||(h[22]=_=>i.value.range[0]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",pl,u.toDisplayString(i.value.unit[0]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[0],"onUpdate:modelValue":h[21]||(h[21]=_=>i.value.unit[0]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.range[1],"onUpdate:modelValue":h[24]||(h[24]=_=>i.value.range[1]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",ml,u.toDisplayString(i.value.unit[1]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[1],"onUpdate:modelValue":h[23]||(h[23]=_=>i.value.unit[1]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"])])):u.createCommentVNode("",!0),i.value.radioType==="2"?(u.openBlock(),u.createElementBlock("div",bl,[u.createVNode(y,{modelValue:i.value.radio,"onUpdate:modelValue":h[25]||(h[25]=_=>i.value.radio=_)},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(u.unref(St),_=>(u.openBlock(),u.createBlock(T,{key:_.value,value:_.value},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(_.label),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"]),u.createVNode(v,{modelValue:i.value.levels,"onUpdate:modelValue":h[26]||(h[26]=_=>i.value.levels=_),multiple:"",clearable:"",placeholder:"请选择分位"},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0)])):u.createCommentVNode("",!0),a.value.key==="mainFlow"?(u.openBlock(),u.createElementBlock("div",hl,[u.createVNode(y,{modelValue:i.value.radio,"onUpdate:modelValue":h[27]||(h[27]=_=>i.value.radio=_)},{default:u.withCtx(()=>[u.createVNode(T,{value:"3"},{default:u.withCtx(()=>[u.createTextVNode("3日")]),_:1}),u.createVNode(T,{value:"5"},{default:u.withCtx(()=>[u.createTextVNode("5日")]),_:1}),u.createVNode(T,{value:"10"},{default:u.withCtx(()=>[u.createTextVNode("10日")]),_:1}),u.createVNode(T,{value:"20"},{default:u.withCtx(()=>[u.createTextVNode("20日")]),_:1})]),_:1},8,["modelValue"]),u.createElementVNode("div",xl,[u.createElementVNode("span",null,u.toDisplayString(i.value.radioType==="0"?"涨幅范围":"排名范围")+": ",1),u.createVNode(w,{modelValue:i.value.rankRange[0],"onUpdate:modelValue":h[28]||(h[28]=_=>i.value.rankRange[0]=_),style:{flex:"1"}},null,8,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.rankRange[1],"onUpdate:modelValue":h[29]||(h[29]=_=>i.value.rankRange[1]=_),style:{flex:"1"}},null,8,["modelValue"])])])):u.createCommentVNode("",!0),a.value.key==="auditOpinionType"?(u.openBlock(),u.createElementBlock("div",_l,[u.createVNode(y,{modelValue:i.value.enumType,"onUpdate:modelValue":h[30]||(h[30]=_=>i.value.enumType=_)},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(u.unref(It),(_,R)=>(u.openBlock(),u.createBlock(T,{key:R,label:_.label,value:_.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0)],64)):(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[i.value.radioType==="1"?(u.openBlock(),u.createElementBlock("div",Gr,[Jr,u.createVNode(w,{modelValue:i.value.rankRange[0],"onUpdate:modelValue":h[2]||(h[2]=_=>i.value.rankRange[0]=_),style:{flex:"1"}},null,8,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.rankRange[1],"onUpdate:modelValue":h[3]||(h[3]=_=>i.value.rankRange[1]=_),style:{flex:"1"}},null,8,["modelValue"])])):(u.openBlock(),u.createElementBlock("div",Wr,[($=a.value.convenientOptions)!=null&&$.length?(u.openBlock(),u.createElementBlock("div",Yr,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.convenientOptions,_=>(u.openBlock(),u.createBlock(k,{key:_.text,onClick:R=>d(_)},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(_.text),1)]),_:2},1032,["onClick"]))),128))])):u.createCommentVNode("",!0),u.createElementVNode("div",Qr,[Kr,u.createVNode(w,{modelValue:i.value.range[0],"onUpdate:modelValue":h[5]||(h[5]=_=>i.value.range[0]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",Xr,u.toDisplayString(i.value.unit[0]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[0],"onUpdate:modelValue":h[4]||(h[4]=_=>i.value.unit[0]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.range[1],"onUpdate:modelValue":h[7]||(h[7]=_=>i.value.range[1]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",el,u.toDisplayString(i.value.unit[1]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[1],"onUpdate:modelValue":h[6]||(h[6]=_=>i.value.unit[1]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"])])]))],64))]}),_:1},8,["modelValue","title"]),u.createVNode(Rr,{tags:n.value,onEdit:f,onDelete:b},null,8,["tags"])])):u.createCommentVNode("",!0)}}},vl=we._export_sfc(gl,[["__scopeId","data-v-67149b8e"]]);const yl=e=>(u.pushScopeId("data-v-07aa9e1a"),e=e(),u.popScopeId(),e),Cl={key:0,class:"composite-order"},El={class:"title"},Dl=yl(()=>u.createElementVNode("span",null,"组合排序: ",-1)),Vl={class:"tag-box"},wl=["onClick"],Fl={class:"custom-header"},Al={class:"left"},Tl=["id"],Nl={class:"right"},Bl={class:"dialog-footer"},Sl={__name:"index",props:u.mergeModels({config:{type:Object,default:()=>{}},varietyMarket:{type:Number,default:()=>null},commonOption:{type:Array,default:()=>[]}},{data:{default:[]},dataModifiers:{}}),emits:u.mergeModels(["actionState"],["update:data"]),setup(e,{emit:t}){const n=u.inject("clearRow"),r=u.useModel(e,"data"),l=t,o=e,c=u.ref(!1),a=u.ref({id:null,name:null,value:"desc"}),i=u.computed(()=>{let m=[];return o.varietyMarket===null&&!o.commonOption.length?m=o.config.options:(m=o.config.options,o.varietyMarket&&(m=m.filter(({parent:f})=>f.varietyMarketIds.includes(o.varietyMarket))),o.commonOption.length&&(m=m.filter(({parent:f})=>{const{commonOptionIds:b}=f;return[...new Set([...b,...o.commonOption])].length!==[...b,...o.commonOption].length}))),m}),s=(m,f)=>{switch(m){case"add":{a.value={id:null,name:null,value:"desc"},c.value=!0;break}case"edit":{const b=r.value[f];a.value={...b},c.value=!0;break}case"submit":{l("actionState","组合排序");const{id:b,name:d,value:p}=a.value;if(!d)return j.ElMessage.warning("请选择需要排序的条件");const{label:E}=i.value.find(h=>h.key===d),g=`${E}-${p==="asc"?"升序↑":"降序↓"}`;if(b===null){const h=r.value.findIndex(D=>D.name===d);h===-1?r.value.push({...a.value,id:d,tagText:g}):r.value.splice(h,1,{...a.value,id:d,tagText:g})}else if(a.value.id){const h=r.value.findIndex(y=>y.name===b),D=r.value.findIndex(y=>y.name===d);r.value[h]={...a.value,id:d,tagText:g},D!==-1&&h!==D&&r.value.splice(D,1)}c.value=!1;break}case"delete":{r.value.splice(f,1);break}}};return u.watch(()=>i.value,()=>{r.value.length&&(r.value=r.value.filter(({name:m})=>i.value.find(f=>f.key===m)))}),(m,f)=>{const b=Xe.ElTag,d=Ke.ElButton,p=Y.ElIcon,E=ke.ElOption,g=ke.ElSelect,h=Ge.ElFormItem,D=eu,y=Oe,w=Ge.ElForm,k=Ie.ElDialog;return e.config.show&&i.value.length?(u.openBlock(),u.createElementBlock("div",Cl,[u.createElementVNode("div",El,[Dl,u.createElementVNode("span",{onClick:f[0]||(f[0]=x=>u.unref(n)("compositeOrder"))},"不限")]),u.createElementVNode("div",Vl,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(r.value,(x,v)=>(u.openBlock(),u.createBlock(b,{closable:"",type:"info",onClose:T=>s("delete",v)},{default:u.withCtx(()=>[u.createElementVNode("span",null,u.toDisplayString(x.tagText),1),u.createElementVNode("span",{class:"edit",onClick:T=>s("edit",v)},"编辑",8,wl)]),_:2},1032,["onClose"]))),256)),u.createVNode(d,{type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:f[1]||(f[1]=x=>s("add"))},{default:u.withCtx(()=>[u.createTextVNode(" 添加排序 ")]),_:1},8,["icon"])]),u.createVNode(k,{"modal-class":"order-dialog",modelValue:c.value,"onUpdate:modelValue":f[7]||(f[7]=x=>c.value=x),width:"400","align-center":"","destroy-on-close":"",overflow:"","show-close":!1},{header:u.withCtx(({titleId:x,titleClass:v})=>[u.createElementVNode("div",Fl,[u.createElementVNode("div",Al,[u.createElementVNode("span",{id:x,class:u.normalizeClass(v)}," 添加条件 ",10,Tl)]),u.createElementVNode("div",Nl,[u.createVNode(p,{onClick:f[2]||(f[2]=T=>c.value=!1)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.close_default))]),_:1})])])]),footer:u.withCtx(()=>[u.createElementVNode("div",Bl,[u.createVNode(d,{onClick:f[5]||(f[5]=x=>c.value=!1)},{default:u.withCtx(()=>[u.createTextVNode("取消")]),_:1}),u.createVNode(d,{type:"primary",onClick:f[6]||(f[6]=x=>s("submit"))},{default:u.withCtx(()=>[u.createTextVNode(" 确定 ")]),_:1})])]),default:u.withCtx(()=>[u.createVNode(w,{ref:"compositeOrderFormRef",model:a.value},{default:u.withCtx(()=>[u.createVNode(h,{label:"添加条件: "},{default:u.withCtx(()=>[u.createVNode(g,{modelValue:a.value.name,"onUpdate:modelValue":f[3]||(f[3]=x=>a.value.name=x),filterable:"",placeholder:"请选择","no-match-text":"未匹配到相关条件"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(i.value,({label:x,key:v})=>(u.openBlock(),u.createBlock(E,{label:x,value:v,key:v},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])]),_:1}),u.createVNode(h,{label:"排序方式: "},{default:u.withCtx(()=>[u.createVNode(y,{modelValue:a.value.value,"onUpdate:modelValue":f[4]||(f[4]=x=>a.value.value=x)},{default:u.withCtx(()=>[u.createVNode(D,{label:"升序",value:"asc"}),u.createVNode(D,{label:"降序",value:"desc"})]),_:1},8,["modelValue"])]),_:1})]),_:1},8,["model"])]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0)}}},Il=we._export_sfc(Sl,[["__scopeId","data-v-07aa9e1a"]]);const Ol={class:"tag-list"},$l={class:"tab-list-item"},Ml={style:{display:"flex",width:"280px"}},ql={style:{flex:"1","line-height":"24px"}},Rl={class:"dialog-footer"},Ll={style:{"margin-bottom":"12px"}},zl={class:"dialog-footer"},Pl={__name:"index",props:{data:{default:[]},dataModifiers:{}},emits:["update:data"],setup(e){let t=null;const{request:n}=u.inject("stConfig"),r=u.useModel(e,"data"),l=u.ref(!1),o=u.ref("person"),c=u.ref(""),a=u.ref({}),i=u.ref([]),s=u.ref([]),m=u.ref(!1),f=u.ref(null),b=u.ref(""),d=u.computed(()=>r.value.map(x=>({name:a.value[x],id:x})));u.watch(()=>o.value,()=>{c.value="",w()}),u.watch(()=>c.value,()=>{clearTimeout(t),t=setTimeout(()=>{w()},300)});const p=x=>!!s.value.includes(x.id),E=x=>{p(x)?s.value=s.value.filter(v=>v!==x.id):s.value.push(x.id)},g=(x,v)=>{switch(x){case"add":{i.value=[],l.value=!0,c.value="",s.value=[...r.value],w();break}case"submit":{l.value=!1,r.value=[...s.value];break}case"delete":{r.value.splice(v,1);break}}},h=x=>{Ku.ElMessageBox.alert(`确认删除标签“${x.name}”吗?`,"删除标签",{confirmButtonText:"OK",callback:async v=>{v==="confirm"&&(await n.post("/alarm/deliversign/deleteTag",{tagId:x.id}),w(),j.ElMessage.success("删除成功!"))}})},D=x=>{f.value=x,b.value=x.name,m.value=!0},y=async()=>{await n.post("/alarm/deliversign/addOrUpdateFeatureTag",{tagName:b.value,tagId:f.value.id}),a.value={...a.value,[f.value.id]:b.value},i.value=i.value.map(x=>x.id===f.value.id?{...x,name:b.value}:x),m.value=!1,j.ElMessage.success("修改成功!")},w=async()=>{if(o.value==="person"){const x=await n.post("/alarm/deliversign/findTagsByUserId",{tagName:c.value});i.value=[],a.value={...a.value,...x.body.reduce((v,T)=>({...v,[T.id]:T.tagName}),{})},u.nextTick(()=>{var v;i.value=(v=x.body)==null?void 0:v.map(T=>({name:T.tagName,id:T.id}))})}else{const x=await n.post("/alarm/deliversign/findSystemTagsByTagName",{tagName:c.value});i.value=[],a.value={...a.value,...x.body.reduce((v,T)=>({...v,[T.id]:T.tagName}),{})},u.nextTick(()=>{var v;i.value=(v=x.body)==null?void 0:v.map(T=>({name:T.tagName,id:T.id}))})}};return(async()=>{const x=await Promise.all([n.post("/alarm/deliversign/findTagsByUserId"),n.post("/alarm/deliversign/findSystemTagsByTagName")]);a.value=x.reduce((v,T)=>{var F;return{...v,...(F=T.body)==null?void 0:F.reduce((A,$)=>({...A,[$.id]:$.tagName}),{})}},{})})(),(x,v)=>{const T=Xe.ElTag,F=Ke.ElButton,A=_u,$=Oe,_=xu.ElInput,R=pu.ElCheckbox,C=Ie.ElDialog;return u.openBlock(),u.createElementBlock(u.Fragment,null,[u.createElementVNode("div",null,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(d.value,(O,G)=>(u.openBlock(),u.createBlock(T,{closable:"",style:{"margin-right":"10px"},type:"info",onClose:ve=>g("delete",G)},{default:u.withCtx(()=>[u.createElementVNode("span",null,u.toDisplayString(O.name),1)]),_:2},1032,["onClose"]))),256)),u.createVNode(F,{class:"screen-btn",type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:v[0]||(v[0]=O=>g("add"))},{default:u.withCtx(()=>[u.createTextVNode(" 添加标签 ")]),_:1},8,["icon"])]),u.createVNode(C,{modelValue:l.value,"onUpdate:modelValue":v[5]||(v[5]=O=>l.value=O),width:"1000"},{header:u.withCtx(()=>[u.createElementVNode("div",null,[u.createTextVNode(" 添加标签 "),u.createVNode($,{modelValue:o.value,"onUpdate:modelValue":v[1]||(v[1]=O=>o.value=O),size:"small",style:{"margin-left":"8px","vertical-align":"5px"}},{default:u.withCtx(()=>[u.createVNode(A,{label:"个人",value:"person"}),u.createVNode(A,{label:"系统",value:"system"})]),_:1},8,["modelValue"]),u.createVNode(_,{modelValue:c.value,"onUpdate:modelValue":v[2]||(v[2]=O=>c.value=O),size:"small",style:{width:"120px","margin-left":"8px"},placeholder:"请输入标签名称"},null,8,["modelValue"])])]),footer:u.withCtx(()=>[u.createElementVNode("div",Rl,[u.createVNode(F,{onClick:v[3]||(v[3]=O=>l.value=!1)},{default:u.withCtx(()=>[u.createTextVNode("取消")]),_:1}),u.createVNode(F,{type:"primary",onClick:v[4]||(v[4]=O=>g("submit"))},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>[u.createElementVNode("div",Ol,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(i.value,O=>(u.openBlock(),u.createElementBlock("div",$l,[u.createVNode(R,{checked:p(O),onChange:G=>E(O)},{default:u.withCtx(()=>[u.createElementVNode("div",Ml,[u.createElementVNode("div",ql,u.toDisplayString(O.name),1),o.value==="person"?(u.openBlock(),u.createBlock(F,{key:0,size:"small",icon:u.unref(Y.edit_default),onClick:G=>D(O)},null,8,["icon","onClick"])):u.createCommentVNode("",!0),o.value==="person"?(u.openBlock(),u.createBlock(F,{key:1,size:"small",icon:u.unref(Y.delete_default),onClick:G=>h(O)},null,8,["icon","onClick"])):u.createCommentVNode("",!0)])]),_:2},1032,["checked","onChange"])]))),256))])]),_:1},8,["modelValue"]),u.createVNode(C,{modelValue:m.value,"onUpdate:modelValue":v[9]||(v[9]=O=>m.value=O),title:"编辑标签",top:"20vh",width:"600"},{footer:u.withCtx(()=>[u.createElementVNode("div",zl,[u.createVNode(F,{onClick:v[7]||(v[7]=O=>m.value=!1)},{default:u.withCtx(()=>[u.createTextVNode("取消")]),_:1}),u.createVNode(F,{type:"primary",onClick:v[8]||(v[8]=O=>y())},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>{var O;return[u.createElementVNode("div",Ll,"原名称:"+u.toDisplayString((O=f.value)==null?void 0:O.name),1),u.createVNode(_,{modelValue:b.value,"onUpdate:modelValue":v[6]||(v[6]=G=>b.value=G)},null,8,["modelValue"])]}),_:1},8,["modelValue"])],64)}}},Ul=we._export_sfc(Pl,[["__scopeId","data-v-7f5f72e8"]]);const Ae=e=>(u.pushScopeId("data-v-b615600a"),e=e(),u.popScopeId(),e),jl={class:"variety-search"},Hl={key:0,class:"variety-search-row"},Zl={class:"title"},Gl=Ae(()=>u.createElementVNode("span",null,"品种市场: ",-1)),Jl={key:1,class:"variety-search-row"},Wl={class:"title"},Yl=Ae(()=>u.createElementVNode("span",null,"常用选项: ",-1)),Ql={key:2,class:"variety-search-row"},Kl={class:"title"},Xl=Ae(()=>u.createElementVNode("span",null,"上市板块: ",-1)),ea={key:3,class:"variety-search-row"},ua={class:"title"},ta=Ae(()=>u.createElementVNode("span",null,"自定标签: ",-1)),na={key:4,class:"variety-search-row"},oa={class:"title"},ra=Ae(()=>u.createElementVNode("span",null,"价差转换: ",-1)),la={key:5,class:"variety-search-row"},aa={class:"title"},ca=Ae(()=>u.createElementVNode("span",null,"因子筛选: ",-1)),ia={__name:"index",props:u.mergeModels({config:{type:Object,default:{}}},{searchData:{},searchDataModifiers:{}}),emits:u.mergeModels(["actionState"],["update:searchData"]),setup(e,{expose:t,emit:n}){const r=n,l=e,o=u.useModel(e,"searchData");o.value=Object.assign(o.value,{varietyMarket:null,commonOption:[],marketIds:[],customTag:[],jcTranslate:{type:null,jcList:[]},factorScreen:{list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""},commonIndicator:[],compositeOrder:[]});const c=u.computed(()=>{const b={};return Object.keys(Tu).forEach(d=>{const p=Tu[d],E=l.config[d]??{},g={...p,...E};b[d]=g}),b}),a=u.computed(()=>c.value.varietyMarket.options),i=u.computed(()=>{const{varietyMarket:b}=o.value;return b?a.value.find(({value:p})=>p===b).memo.reduce((p,E)=>{const g=c.value.commonOption.options.find(h=>h.value===E);return g&&p.push(g),p},[]):c.value.commonOption.options}),s=u.computed(()=>{const{varietyMarket:b}=o.value;return b?c.value.marketIds.options.filter(d=>d.varietyMarketIds.includes(b)):c.value.marketIds.options}),m=u.computed(()=>c.value.jcTranslate.jcOptions),f=b=>{switch(b){case"commonOption":{o.value[b]=[];break}case"marketIds":{o.value[b]=[];break}case"customTag":{o.value[b]=[];break}case"jcTranslate":{o.value[b]={type:null,jcList:[]};break}case"factorScreen":{o.value[b]={list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""};break}case"commonIndicator":{o.value[b]=[];break}case"compositeOrder":{o.value[b]=[];break}default:{o.value[b]=null;break}}};return u.watch(()=>i.value,b=>{var d;(d=o.value.commonOption)!=null&&d.length&&(o.value.commonOption=o.value.commonOption.filter(p=>b.find(({value:E})=>E===p)))}),u.watch(()=>s.value,b=>{var d;(d=o.value.marketIds)!=null&&d.length&&(o.value.marketIds=o.value.marketIds.filter(p=>b.find(({value:E})=>E===p)))}),u.provide("clearRow",f),t({formatData:b=>{var p,E,g,h,D,y,w;console.log("%c[st-varietySearch]: 正在生成接口传参...","color: tomato");const d={};if(b.varietyMarket&&(d.exchangeId=String(b.varietyMarket)),(p=b.commonOption)!=null&&p.length&&(d.optionId=b.commonOption.join(",")),(E=b.marketIds)!=null&&E.length&&(d.marketIds=b.marketIds),(g=b.customTag)!=null&&g.length&&(d.tagIds=b.customTag),(h=c.value.jcTranslate)!=null&&h.show){const{jcTranslate:k}=b,{type:x,jcList:v}=k;switch(x){case 1:{d.translateType=1,d.jcType=v.join(",");break}case 2:d.translateType=2}}if((D=c.value.factorScreen)!=null&&D.show){const{factorScreen:k}=b;if((y=k==null?void 0:k.list)!=null&&y.length&&(d.tbFeatureFactorScores=k.list.map(x=>{switch(x.key){case"compare":return{freqId:x.cycle,factorId:x.factor,compareType:x.compareType,freqId2:x.cycle2,factorId2:x.factor2};default:return{freqId:x.cycle,factorId:x.factor,startScore:x.score[0],endScore:x.score[1]}}})),k.sqlEnable){const x=k.list.reduce((T,F,A)=>{var _,R;const $=`条件${A+1}`;switch(F.key){case"compare":{let C="";(_=c.value.factorScreen)!=null&&_.cycleShow?C=`freq_id = ${F.cycle} and factor_id = ${F.factor} ${F.compareType} freq_id = ${F.cycle2} and factor_id = ${F.factor2}`:C=`factor_id = ${F.factor} ${F.compareType} factor_id = ${F.factor2}`,T.set($,`(${C})`);break}default:{let C=`factor_id = ${F.factor} and `;(R=c.value.factorScreen)!=null&&R.cycleShow&&(C=`freq_id = ${F.cycle} and factor_id = ${F.factor} and `),(F.score[0]||F.score[0]===0)&&(F.score[1]||F.score[1]===0)?C+=`score >= ${F.score[0]} and score <= ${F.score[1]}`:F.score[0]||F.score[0]===0?C+=`score >= ${F.score[0]}`:(F.score[1]||F.score[1]===0)&&(C+=`score <= ${F.score[1]}`),T.set($,`(${C})`)}}return T},new Map([]));let v=k.sqlValue;for(const[T,F]of x){const A=new RegExp(T,"g");v=v.replace(A,F)}d.sql=v,d.sqlExpression=k.sqlValue}d.enableSql=k.sqlEnable===1?2:1,k.factorSelectExpr&&(d.factorSelectExpr=k.factorSelectExpr)}{const k=["expireDays","virtualRealDegree","yearProfitRate","impliedVolatility","levelMultiplier","turnover","volume","openInterest","optionsCpType","optionGear"],x=b.commonIndicator.reduce((C,O)=>{const{key:G,type:ve,range:ee,unit:le,radioType:N,radio:V,rankRange:L}=O;if(G==="mainFlow"){let[I,M]=L,z=N==="0"?`netInfow${V}d`:`last${V}DayMainFlowRank`;C.push({column:z,start:I,end:M})}else if(G==="auditOpinionType")C.push({column:O.key,enumType:O.enumType});else if(N==="1")d.sortBy={column:O.key,start:L[0]||null,end:L[1]||null};else if(["dividendYield","incrementRevenueLyr","netProfitGrowthRatioLyr","fiveYearRoe"].includes(G)){let[I,M]=ee;["",null].includes(I)||(I=I/100),["",null].includes(M)||(M=M/100),C.push({column:O.key,start:I,end:M})}else if(ve===void 0&&!k.includes(G)){let[I,M]=ee;if(!["",null].includes(I))switch(le[0]){case"亿":I=I*1e8;break;case"千万":I=I*1e7;break;default:I=I;break}if(!["",null].includes(M))switch(le[1]){case"亿":M=M*1e8;break;case"千万":M=M*1e7;break;default:M=M;break}C.push({column:O.key,start:I,end:M})}return C},[]),v=b.commonIndicator.find(({key:C})=>C==="st");v&&(d.st=v.st);const T=b.commonIndicator.find(({key:C})=>C==="tFeaturelncomes");T&&(d.netProfitQueryDto={...T,netProfit:T.netProfit*1e8});const F=b.commonIndicator.find(({key:C})=>C==="priceLevels");F&&(d.priceLevels=F.priceLevels);const A=b.commonIndicator.find(({key:C})=>C==="peTtmLevels");A&&(d.peTtmLevels=A.peTtmLevels);const $=b.commonIndicator.find(({key:C})=>C==="peTrendTtmLevels");$&&(d.peTrendTtmLevels=$.peTrendTtmLevels);const _=b.commonIndicator.find(({key:C})=>C==="perVolumn");if(_){const{radioType:C,radio:O,levels:G,range:ve,unit:ee}=_;if(C==="2"&&(d.perVolumn={type:O,value:G}),C==="0"){let[le,N]=ve;if(!["",null].includes(le))switch(ee==null?void 0:ee[0]){case"亿":le=le*1e8;break;case"千万":le=le*1e7;break}if(!["",null].includes(N))switch(ee==null?void 0:ee[1]){case"亿":N=N*1e8;break;case"千万":N=N*1e7;break}x.push({column:"volumn",start:le,end:N})}}const R={};b.commonIndicator.forEach(C=>{const{key:O}=C;switch(O){case"expireDays":["",null].includes(C.range[0])||(R.minExpireDays=C.range[0]),["",null].includes(C.range[1])||(R.maxExpireDays=C.range[1]);break;case"virtualRealDegree":["",null].includes(C.range[0])||(R.minVirtualRealDegree=C.range[0]/100),["",null].includes(C.range[1])||(R.maxVirtualRealDegree=C.range[1]/100);break;case"yearProfitRate":["",null].includes(C.range[0])||(R.minYearProfitRate=C.range[0]/100),["",null].includes(C.range[1])||(R.maxYearProfitRate=C.range[1]/100);break;case"impliedVolatility":["",null].includes(C.range[0])||(R.minImpliedVolatility=C.range[0]/100),["",null].includes(C.range[1])||(R.maxImpliedVolatility=C.range[1]/100);break;case"levelMultiplier":["",null].includes(C.range[0])||(R.minLevelMultiplier=C.range[0]),["",null].includes(C.range[1])||(R.maxLevelMultiplier=C.range[1]);break;case"turnover":C.radioType==="0"&&!["",null].includes(C.range[0])&&(R.minTurnover=C.range[0]*1e4),C.radioType==="0"&&!["",null].includes(C.range[1])&&(R.maxTurnover=C.range[1]*1e4);break;case"volume":C.radioType==="0"&&!["",null].includes(C.range[0])&&(R.minVolume=C.range[0]),C.radioType==="0"&&!["",null].includes(C.range[1])&&(R.maxVolume=C.range[1]);break;case"openInterest":C.radioType==="0"&&!["",null].includes(C.range[0])&&(R.minOpenInterest=C.range[0]),C.radioType==="0"&&!["",null].includes(C.range[1])&&(R.maxOpenInterest=C.range[1]);break;case"optionsCpType":R.optionsCpType=C.optionsCpType;break;case"optionGear":["",null].includes(C.range[0])||(R.minOptionGear=C.range[0]),["",null].includes(C.range[1])||(R.maxOptionGear=C.range[1]);break}}),x.length&&(d.query=x),Object.keys(R).length&&(d.searchOptionDto=R)}return(w=b.compositeOrder)!=null&&w.length&&(d.compositeOrder=b.compositeOrder.map(({name:k,value:x})=>({name:k,value:x}))),console.log("%c[st-varietySearch]: 接口传参数据生成完毕","color: green",d),d},reset:()=>{o.value={varietyMarket:null,commonOption:[],marketIds:[],customTag:[],jcTranslate:{type:null,jcList:[]},factorScreen:{list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""},commonIndicator:[],compositeOrder:[]}}}),(b,d)=>{var w,k,x,v,T,F;const p=eu,E=Oe,g=pu.ElCheckbox,h=pu.ElCheckboxGroup,D=ke.ElOption,y=ke.ElSelect;return u.openBlock(),u.createElementBlock("div",jl,[(w=c.value.varietyMarket)!=null&&w.show?(u.openBlock(),u.createElementBlock("div",Hl,[u.createElementVNode("div",Zl,[Gl,u.createElementVNode("span",{onClick:d[0]||(d[0]=A=>f("varietyMarket"))},"不限")]),u.createVNode(E,{modelValue:o.value.varietyMarket,"onUpdate:modelValue":d[1]||(d[1]=A=>o.value.varietyMarket=A),size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value,({label:A,value:$})=>(u.openBlock(),u.createBlock(p,{label:A,value:$,key:$},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),(k=c.value.commonOption)!=null&&k.show&&i.value.length?(u.openBlock(),u.createElementBlock("div",Jl,[u.createElementVNode("div",Wl,[Yl,u.createElementVNode("span",{onClick:d[2]||(d[2]=A=>f("commonOption"))},"不限")]),u.createVNode(h,{modelValue:o.value.commonOption,"onUpdate:modelValue":d[3]||(d[3]=A=>o.value.commonOption=A),size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(i.value,({label:A,value:$})=>(u.openBlock(),u.createBlock(g,{label:A,value:$,key:$},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),(x=c.value.marketIds)!=null&&x.show&&s.value.length?(u.openBlock(),u.createElementBlock("div",Ql,[u.createElementVNode("div",Kl,[Xl,u.createElementVNode("span",{onClick:d[4]||(d[4]=A=>f("marketIds"))},"不限")]),u.createVNode(h,{modelValue:o.value.marketIds,"onUpdate:modelValue":d[5]||(d[5]=A=>o.value.marketIds=A),size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(s.value,({label:A,value:$})=>(u.openBlock(),u.createBlock(g,{label:A,value:$,key:$},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),(v=c.value.customTag)!=null&&v.show?(u.openBlock(),u.createElementBlock("div",ea,[u.createElementVNode("div",ua,[ta,u.createElementVNode("span",{onClick:d[6]||(d[6]=A=>f("customTag"))},"不限")]),u.createVNode(Ul,{data:o.value.customTag,"onUpdate:data":d[7]||(d[7]=A=>o.value.customTag=A)},null,8,["data"])])):u.createCommentVNode("",!0),(T=c.value.jcTranslate)!=null&&T.show?(u.openBlock(),u.createElementBlock("div",na,[u.createElementVNode("div",oa,[ra,u.createElementVNode("span",{onClick:d[8]||(d[8]=A=>f("jcTranslate"))},"不限")]),u.createVNode(E,{modelValue:o.value.jcTranslate.type,"onUpdate:modelValue":d[9]||(d[9]=A=>o.value.jcTranslate.type=A),size:"small"},{default:u.withCtx(()=>[u.createVNode(p,{value:2},{default:u.withCtx(()=>[u.createTextVNode("价差转品种")]),_:1}),u.createVNode(p,{value:1},{default:u.withCtx(()=>[u.createTextVNode("品种转价差")]),_:1})]),_:1},8,["modelValue"]),u.withDirectives(u.createVNode(y,{modelValue:o.value.jcTranslate.jcList,"onUpdate:modelValue":d[10]||(d[10]=A=>o.value.jcTranslate.jcList=A),size:"small",multiple:"","collapse-tags":"","collapse-tags-tooltip":"",placeholder:"请选择价差品种",style:{width:"140px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(m.value,A=>(u.openBlock(),u.createBlock(D,{key:A.value,label:A.label,value:A.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"]),[[u.vShow,o.value.jcTranslate.type===1]])])):u.createCommentVNode("",!0),(F=c.value.factorScreen)!=null&&F.show?(u.openBlock(),u.createElementBlock("div",la,[u.createElementVNode("div",aa,[ca,u.createElementVNode("span",{onClick:d[11]||(d[11]=A=>f("factorScreen"))},"不限")]),u.createVNode(Br,{data:o.value.factorScreen,"onUpdate:data":d[12]||(d[12]=A=>o.value.factorScreen=A),config:c.value.factorScreen,onActionState:d[13]||(d[13]=(...A)=>r("actionState",...A))},null,8,["data","config"])])):u.createCommentVNode("",!0),u.createVNode(vl,{data:o.value.commonIndicator,"onUpdate:data":d[14]||(d[14]=A=>o.value.commonIndicator=A),varietyMarket:o.value.varietyMarket,commonOption:o.value.commonOption,config:c.value.commonIndicator},null,8,["data","varietyMarket","commonOption","config"]),u.createVNode(Il,{data:o.value.compositeOrder,"onUpdate:data":d[15]||(d[15]=A=>o.value.compositeOrder=A),varietyMarket:o.value.varietyMarket,commonOption:o.value.commonOption,config:c.value.compositeOrder,onActionState:d[16]||(d[16]=(...A)=>r("actionState",...A))},null,8,["data","varietyMarket","commonOption","config"])])}}},sa=we._export_sfc(ia,[["__scopeId","data-v-b615600a"]]),da={install(e){e.component("st-varietySearch",sa)}};module.exports=da;
|
|
24
|
+
bu8888 石油沥青期货指数`},null,8,["modelValue"])]),_:1},8,["modelValue"]),u.createVNode(ru,{"modal-class":"log-dialog",modelValue:D.value,"onUpdate:modelValue":V[20]||(V[20]=S=>D.value=S),width:"80vw","align-center":"","append-to-body":"",draggable:"",overflow:"",modal:!1,"modal-penetrable":!0,"show-close":!1},{header:u.withCtx(({titleId:S,titleClass:W})=>[u.createElementVNode("div",Er,[u.createElementVNode("div",Dr,[u.createElementVNode("span",{id:S,class:u.normalizeClass(W)}," 日志明细 ",10,Vr)]),u.createElementVNode("div",wr,[u.createVNode(Q,{onClick:V[18]||(V[18]=B=>D.value=!1)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.close_default))]),_:1})])])]),footer:u.withCtx(()=>[u.createElementVNode("div",Ar,[u.createVNode(z,{type:"primary",loading:C.value,onClick:le},{default:u.withCtx(()=>[u.createTextVNode(" AI分析 ")]),_:1},8,["loading"]),u.createVNode(z,{type:"primary",onClick:G},{default:u.withCtx(()=>[u.createTextVNode(" 复制 ")]),_:1}),u.createVNode(z,{onClick:V[19]||(V[19]=S=>D.value=!1)},{default:u.withCtx(()=>[u.createTextVNode("关闭")]),_:1})])]),default:u.withCtx(()=>[u.createElementVNode("div",Fr,[u.createVNode(Ue,{class:"code",height:"600px"},{default:u.withCtx(()=>[u.createElementVNode("pre",null,u.toDisplayString(y.code),1)]),_:1}),u.createVNode(Ue,{class:"log",height:"600px"},{default:u.withCtx(()=>[u.createElementVNode("pre",{class:u.normalizeClass(y.result===1?"success-log":"error-log")},u.toDisplayString(y.result===1?`✅️ 测试通过
|
|
25
|
+
${y.detail}`:y.detail),3)]),_:1}),u.createVNode(Ue,{class:"ai",height:"600px"},{default:u.withCtx(()=>[y.ai?(u.openBlock(),u.createBlock(Mt,{key:0,mode:"preview","model-value":y.ai},null,8,["model-value"])):p.value?(u.openBlock(),u.createBlock(qt,{key:1,rows:5,animated:""})):p.value?u.createCommentVNode("",!0):(u.openBlock(),u.createBlock(Rt,{key:2,description:"点击下方按钮: AI分析, 分析结果将会展示在此处"}))]),_:1})])]),_:1},8,["modelValue"]),u.createVNode(Lt,{ref_key:"stVarSelectDialogRef",ref:i},null,512)],64)}}},Nr=we._export_sfc(Tr,[["__scopeId","data-v-62d59731"]]),St=[{label:"近2周",value:"1"},{label:"近1个月",value:"2"},{label:"近3个月",value:"3"},{label:"近6个月",value:"4"},{label:"近1年",value:"5"}],It=[{label:"无保留意见",value:1},{label:"保留意见",value:2},{label:"否定意见",value:3},{label:"无法表示意见",value:4}],Br=(e,t)=>!(e!=null&&e.length)||!(t!=null&&t.length)?!1:e.some(n=>t.includes(n)),Ze=e=>e===""||e===null||e===void 0?!1:!isNaN(Number(e)),Sr=(e,t)=>{const n={key:e.key,type:e.type,label:e.label},r={st:()=>({...n,st:null}),tFeaturelncomes:()=>({...n,rule:1,withFewYears:null,yearsCount:null,netProfit:null}),priceLevels:()=>({...n,priceLevels:null}),peTtmLevels:()=>({...n,peTtmLevels:null}),peTrendTtmLevels:()=>({...n,peTrendTtmLevels:null}),optionsCpType:()=>({...n,optionsCpType:null}),perVolumn:()=>{var o;return{...n,radioType:e.defaultRadioType,range:[null,null],unit:(o=e.defaultUnit)!=null&&o.length?[...e.defaultUnit]:[null,null],radio:null,levels:[]}},mainFlow:()=>({...n,radioType:e.defaultRadioType,rankRange:[null,null]}),auditOpinionType:()=>({...n,enumType:null})},l=()=>{var o;return{...n,range:[null,null],unit:(o=e.defaultUnit)!=null&&o.length?[...e.defaultUnit]:[null,null],radioType:t&&t!==e.key?"0":e.defaultRadioType,rankRange:e.defaultRankRange||[null,null]}};return(r[e.key]||l)()},Ir=e=>{const{key:t,label:n}=e,r={st:o=>o.st===null?{valid:!1,message:"格式错误: 请至少选择一个值"}:{valid:!0,tagText:`${n}: ${o.st?"是":"否"}`},tFeaturelncomes:o=>["",null].includes(o.withFewYears)||["",null].includes(o.yearsCount)||["",null].includes(o.netProfit)?{valid:!1,message:"格式错误: 请填写完整"}:{valid:!0,tagText:`${n}: ${o.withFewYears}年内${o.yearsCount}年以上盈利${o.rule===1?"超":"跌"}过${o.netProfit}亿`},priceLevels:o=>{var c;return(c=o.priceLevels)!=null&&c.length?{valid:!0,tagText:`${n}: 已选${o.priceLevels}分位`}:{valid:!1,message:"格式错误: 请至少选择一个值"}},peTtmLevels:o=>{var c;return(c=o.peTtmLevels)!=null&&c.length?{valid:!0,tagText:`${n}: 已选${o.peTtmLevels}分位`}:{valid:!1,message:"格式错误: 请至少选择一个值"}},peTrendTtmLevels:o=>{var c;return(c=o.peTrendTtmLevels)!=null&&c.length?{valid:!0,tagText:`${n}: 已选${o.peTrendTtmLevels}分位`}:{valid:!1,message:"格式错误: 请至少选择一个值"}},optionsCpType:o=>o.optionsCpType===null?{valid:!1,message:"格式错误: 请至少选择一个值"}:{valid:!0,tagText:`${n}: ${o.optionsCpType===1?"看涨":"看跌"}`},perVolumn:o=>{var a,i,s,m,f,b;if(o.radioType==="0"){if(["",null].includes((a=o.range)==null?void 0:a[0])&&["",null].includes((i=o.range)==null?void 0:i[1]))return{valid:!1,message:"格式错误: 请至少填写一个值"};const d=((s=o.unit)==null?void 0:s[0])??"",p=((m=o.unit)==null?void 0:m[1])??"";let C="";return!["",null].includes(o.range[0])&&!["",null].includes(o.range[1])?C=`${n}: ${o.range[0]}${d} ~ ${o.range[1]}${p}`:["",null].includes(o.range[0])?C=`${n}: ≤${o.range[1]}${p}`:C=`${n}: ≥${o.range[0]}${d}`,{valid:!0,tagText:C}}if(!o.radio)return{valid:!1,message:"格式错误: 请选择时间周期"};if(!((f=o.levels)!=null&&f.length))return{valid:!1,message:"格式错误: 请选择分位"};const c=(b=St.find(d=>d.value===o.radio))==null?void 0:b.label;return{valid:!0,tagText:`${n}: ${c}${o.levels.map(d=>`${d}分位`).join("、")}`}},mainFlow:o=>{const{radioType:c,radio:a,rankRange:i}=o;if(!a)return{valid:!1,message:"格式错误: 请选择时间周期"};if(!Ze(i[0])&&!Ze(i[1]))return{valid:!1,message:"格式错误: 请填写区间范围"};if(c!=="0"&&(i[0]<0||i[1]<0||i[0]>i[1]))return{valid:!1,message:"格式错误: 无效的排名范围"};let s="";return!["",null].includes(i[0])&&!["",null].includes(i[1])?s=`${n}: ${a}日${c==="0"?"涨幅范围":"排名范围"}: ${i[0]}${c==="0"?"%":""} ~ ${i[1]}${c==="0"?"%":""}`:["",null].includes(i[0])?s=`${n}: ${a}日${c==="0"?"涨幅范围":"排名范围"}: ≤${i[1]}${c==="0"?"%":""}`:s=`${n}: ${a}日${c==="0"?"涨幅范围":"排名范围"}: ≥${i[0]}${c==="0"?"%":""}`,{valid:!0,tagText:s}},auditOpinionType:o=>{var a;if(o.enumType===null)return{valid:!1,message:"格式错误: 请至少选择一个值"};const c=(a=It.find(i=>i.value===o.enumType))==null?void 0:a.label;return{valid:!0,tagText:`${n}: ${c}`}}},l=o=>{const{label:c,unit:a,radioType:i}=o,s=i==="1"?o.rankRange:o.range;if(["",null].includes(s[0])&&["",null].includes(s[1]))return{valid:!1,message:"格式错误: 请至少填写一个值"};if(i==="1"){if(!Ze(s[0])&&!Ze(s[1]))return{valid:!1,message:"格式错误: 请填写有效排名"};if(s[0]<0||s[1]<0||s[0]>s[1])return{valid:!1,message:"格式错误: 无效的排名范围"}}const m=i==="1"?"":(a==null?void 0:a[0])??"",f=i==="1"?"":(a==null?void 0:a[1])??"";let b="";return!["",null].includes(s[0])&&!["",null].includes(s[1])?b=`${c}${i==="1"?"排名":""}: ${s[0]}${m} ~ ${s[1]}${f}`:["",null].includes(s[0])?b=`${c}${i==="1"?"排名":""}: ≤${s[1]}${f}`:b=`${c}${i==="1"?"排名":""}: ≥${s[0]}${m}`,{valid:!0,tagText:b}};return(r[t]||l)(e)};const Or={class:"tags"},$r=["onClick"],Mr={__name:"IndicatorTags",props:{tags:{type:Array,required:!0}},emits:["edit","delete"],setup(e,{emit:t}){const n=e,r=t,l=c=>{r("edit",c)},o=c=>{r("delete",c)};return(c,a)=>{const i=Xe.ElTag;return u.openBlock(),u.createElementBlock("div",Or,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(n.tags,(s,m)=>(u.openBlock(),u.createBlock(i,{key:s.key,closable:"",type:"info",onClose:f=>o(m)},{default:u.withCtx(()=>[u.createElementVNode("span",null,u.toDisplayString(s.tagText),1),u.createElementVNode("span",{class:"edit",onClick:f=>l(s)},"编辑",8,$r)]),_:2},1032,["onClose"]))),128))])}}},qr=we._export_sfc(Mr,[["__scopeId","data-v-6dc08b57"]]);const Re=e=>(u.pushScopeId("data-v-67149b8e"),e=e(),u.popScopeId(),e),Rr={key:0,class:"common-indicator"},Lr={class:"indicator"},zr={class:"title"},Pr=Re(()=>u.createElementVNode("span",null,"常用指标: ",-1)),Ur={class:"options"},jr=["onClick"],Hr={style:{"font-size":"18px"}},Zr={key:0,class:"out-box"},Gr=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),Jr={key:1},Wr={key:0,class:"convenient-option-box"},Yr={class:"out-box"},Qr=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),Kr={key:0},Xr={key:0},el={key:0},ul={key:1},tl={class:"tFeaturelncomes-option-box"},nl={class:"tFeaturelncomes-out-box"},ol=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),rl={key:2},ll={key:3},al={key:4},cl={key:5},il={key:6},sl={key:0,class:"out-box"},dl=Re(()=>u.createElementVNode("span",null,"自定义: ",-1)),fl={key:0},pl={key:0},ml={key:1,class:"perVolumn-group"},bl={key:7},hl={class:"out-box",style:{"margin-top":"12px"}},xl={key:8},_l={class:"dialog-footer"},kl={__name:"index",props:u.mergeModels({config:{type:Object,default:()=>{}},varietyMarket:{type:Number,default:()=>null},commonOption:{type:Array,default:()=>[]}},{data:{default:[]},dataModifiers:{}}),emits:["update:data"],setup(e){const t=u.inject("clearRow"),n=u.useModel(e,"data"),r=e,l=u.ref(!1),o=u.computed(()=>{var g;return(g=n.value.find(h=>h.radioType==="1"))==null?void 0:g.key}),c=u.computed(()=>{let g=r.config.options;return r.varietyMarket!==null&&r.varietyMarket!==void 0&&(g=g.filter(({parent:h})=>h.varietyMarketIds.includes(r.varietyMarket))),r.commonOption.length>0&&(g=g.filter(({parent:h})=>Br(h.commonOptionIds,r.commonOption))),g}),a=u.ref({}),i=u.ref({}),s=g=>{a.value=g,i.value=Sr(g,o.value),l.value=!0},m=()=>{const{valid:g,message:h,tagText:D}=Ir(i.value);if(!g)return j.ElMessage.warning(h);i.value.tagText=D;const y=n.value.findIndex(({key:w})=>w===i.value.key);y===-1?n.value.push(i.value):n.value.splice(y,1,i.value),l.value=!1},f=g=>{a.value=c.value.find(({key:h})=>h===g.key),i.value=JSON.parse(JSON.stringify(g)),l.value=!0},b=g=>{n.value.splice(g,1)},d=g=>{i.value.range=[...g.range],i.value.unit=[...g.unit]},p=g=>{switch(g){case"≤0":Object.assign(i.value,{rule:2,withFewYears:1,yearsCount:1,netProfit:0});break;case"≥0":Object.assign(i.value,{rule:1,withFewYears:1,yearsCount:1,netProfit:0});break;case"五年内有四年以上盈利超过5千万":Object.assign(i.value,{rule:1,withFewYears:5,yearsCount:4,netProfit:.5});break;case"≥10亿":Object.assign(i.value,{rule:1,withFewYears:1,yearsCount:1,netProfit:10});break;case"≥20亿":Object.assign(i.value,{rule:1,withFewYears:1,yearsCount:1,netProfit:20});break}},C=()=>{const{key:g}=a.value,h=i.value;if(g==="mainFlow")h.radio=null,h.rankRange=[null,null];else if(g==="perVolumn"){const D=h.radioType;D==="0"&&(h.radio=null,h.levels=[]),D==="2"&&(h.range=[null,null])}};return u.watch(()=>c.value,()=>{n.value.length&&(n.value=n.value.filter(({key:g})=>c.value.find(h=>h.key===g)))}),(g,h)=>{const D=_u,y=Oe,w=xu.ElInput,k=Ke.ElButton,x=ke.ElOption,v=ke.ElSelect,T=eu,F=Yu.ElInputNumber,A=Ie.ElDialog;return e.config.show&&c.value.length?(u.openBlock(),u.createElementBlock("div",Rr,[u.createElementVNode("div",Lr,[u.createElementVNode("div",zr,[Pr,u.createElementVNode("span",{onClick:h[0]||(h[0]=$=>u.unref(t)("commonIndicator"))},"不限")]),u.createElementVNode("div",Ur,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(c.value,$=>(u.openBlock(),u.createElementBlock("span",{key:$.key,onClick:_=>s($)},u.toDisplayString($.label),9,jr))),128))])]),u.createVNode(A,{modelValue:l.value,"onUpdate:modelValue":h[31]||(h[31]=$=>l.value=$),title:a.value.label,width:"600","align-center":"","destroy-on-close":""},{header:u.withCtx(()=>{var $;return[u.createElementVNode("span",Hr,u.toDisplayString(a.value.label),1),($=a.value.radioTypeOptions)!=null&&$.length?(u.openBlock(),u.createBlock(y,{key:0,modelValue:i.value.radioType,"onUpdate:modelValue":h[1]||(h[1]=_=>i.value.radioType=_),style:{"vertical-align":"4px","margin-left":"12px"},onChange:C},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.radioTypeOptions,_=>(u.openBlock(),u.createBlock(D,{key:_.value,value:_.value,disabled:_.value==="1"&&o.value&&o.value!==a.value.key},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(_.label),1)]),_:2},1032,["value","disabled"]))),128))]),_:1},8,["modelValue"])):u.createCommentVNode("",!0)]}),footer:u.withCtx(()=>[u.createElementVNode("div",_l,[u.createVNode(k,{type:"primary",onClick:m},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>{var $;return[a.value.type?(u.openBlock(),u.createElementBlock(u.Fragment,{key:1},[a.value.key==="st"?(u.openBlock(),u.createElementBlock("div",el,[u.createVNode(y,{modelValue:i.value.st,"onUpdate:modelValue":h[8]||(h[8]=_=>i.value.st=_)},{default:u.withCtx(()=>[u.createVNode(T,{label:"是",value:1}),u.createVNode(T,{label:"否",value:0})]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="tFeaturelncomes"?(u.openBlock(),u.createElementBlock("div",ul,[u.createElementVNode("div",tl,[u.createVNode(k,{onClick:h[9]||(h[9]=_=>p("≤0"))},{default:u.withCtx(()=>[u.createTextVNode("≤0")]),_:1}),u.createVNode(k,{onClick:h[10]||(h[10]=_=>p("≥0"))},{default:u.withCtx(()=>[u.createTextVNode("≥0")]),_:1}),u.createVNode(k,{onClick:h[11]||(h[11]=_=>p("五年内有四年以上盈利超过5千万"))},{default:u.withCtx(()=>[u.createTextVNode("五年内有四年以上盈利超过5千万")]),_:1}),u.createVNode(k,{onClick:h[12]||(h[12]=_=>p("≥10亿"))},{default:u.withCtx(()=>[u.createTextVNode("≥10亿")]),_:1}),u.createVNode(k,{onClick:h[13]||(h[13]=_=>p("≥20亿"))},{default:u.withCtx(()=>[u.createTextVNode("≥20亿")]),_:1})]),u.createElementVNode("div",nl,[ol,u.createElementVNode("div",null,[u.createVNode(F,{modelValue:i.value.withFewYears,"onUpdate:modelValue":h[14]||(h[14]=_=>i.value.withFewYears=_),"controls-position":"right"},null,8,["modelValue"]),u.createTextVNode(" 年内 "),u.createVNode(F,{modelValue:i.value.yearsCount,"onUpdate:modelValue":h[15]||(h[15]=_=>i.value.yearsCount=_),"controls-position":"right"},null,8,["modelValue"]),u.createTextVNode(" 年以上盈利"+u.toDisplayString(i.value.rule===1?"超":"跌")+"过 ",1),u.createVNode(F,{modelValue:i.value.netProfit,"onUpdate:modelValue":h[16]||(h[16]=_=>i.value.netProfit=_),"controls-position":"right"},null,8,["modelValue"]),u.createTextVNode(" 亿 ")])])])):u.createCommentVNode("",!0),a.value.key==="priceLevels"?(u.openBlock(),u.createElementBlock("div",rl,[u.createVNode(v,{modelValue:i.value.priceLevels,"onUpdate:modelValue":h[17]||(h[17]=_=>i.value.priceLevels=_),multiple:"",clearable:"",placeholder:"请选择",style:{width:"100%"}},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="peTtmLevels"?(u.openBlock(),u.createElementBlock("div",ll,[u.createVNode(v,{modelValue:i.value.peTtmLevels,"onUpdate:modelValue":h[18]||(h[18]=_=>i.value.peTtmLevels=_),multiple:"",clearable:"",placeholder:"请选择",style:{width:"100%"}},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5,6,7,8,9,10],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="peTrendTtmLevels"?(u.openBlock(),u.createElementBlock("div",al,[u.createVNode(v,{modelValue:i.value.peTrendTtmLevels,"onUpdate:modelValue":h[19]||(h[19]=_=>i.value.peTrendTtmLevels=_),multiple:"",clearable:"",placeholder:"请选择",style:{width:"100%"}},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5,6,7,8,9,10],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="optionsCpType"?(u.openBlock(),u.createElementBlock("div",cl,[u.createVNode(y,{modelValue:i.value.optionsCpType,"onUpdate:modelValue":h[20]||(h[20]=_=>i.value.optionsCpType=_)},{default:u.withCtx(()=>[u.createVNode(T,{label:"看涨",value:1}),u.createVNode(T,{label:"看跌",value:2})]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),a.value.key==="perVolumn"?(u.openBlock(),u.createElementBlock("div",il,[i.value.radioType==="0"?(u.openBlock(),u.createElementBlock("div",sl,[dl,u.createVNode(w,{modelValue:i.value.range[0],"onUpdate:modelValue":h[22]||(h[22]=_=>i.value.range[0]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",fl,u.toDisplayString(i.value.unit[0]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[0],"onUpdate:modelValue":h[21]||(h[21]=_=>i.value.unit[0]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.range[1],"onUpdate:modelValue":h[24]||(h[24]=_=>i.value.range[1]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",pl,u.toDisplayString(i.value.unit[1]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[1],"onUpdate:modelValue":h[23]||(h[23]=_=>i.value.unit[1]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"])])):u.createCommentVNode("",!0),i.value.radioType==="2"?(u.openBlock(),u.createElementBlock("div",ml,[u.createVNode(y,{modelValue:i.value.radio,"onUpdate:modelValue":h[25]||(h[25]=_=>i.value.radio=_)},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(u.unref(St),_=>(u.openBlock(),u.createBlock(T,{key:_.value,value:_.value},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(_.label),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"]),u.createVNode(v,{modelValue:i.value.levels,"onUpdate:modelValue":h[26]||(h[26]=_=>i.value.levels=_),multiple:"",clearable:"",placeholder:"请选择分位"},{default:u.withCtx(()=>[(u.openBlock(),u.createElementBlock(u.Fragment,null,u.renderList([1,2,3,4,5],_=>u.createVNode(x,{key:_,label:`${_}分位`,value:_},null,8,["label","value"])),64))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0)])):u.createCommentVNode("",!0),a.value.key==="mainFlow"?(u.openBlock(),u.createElementBlock("div",bl,[u.createVNode(y,{modelValue:i.value.radio,"onUpdate:modelValue":h[27]||(h[27]=_=>i.value.radio=_)},{default:u.withCtx(()=>[u.createVNode(T,{value:"3"},{default:u.withCtx(()=>[u.createTextVNode("3日")]),_:1}),u.createVNode(T,{value:"5"},{default:u.withCtx(()=>[u.createTextVNode("5日")]),_:1}),u.createVNode(T,{value:"10"},{default:u.withCtx(()=>[u.createTextVNode("10日")]),_:1}),u.createVNode(T,{value:"20"},{default:u.withCtx(()=>[u.createTextVNode("20日")]),_:1})]),_:1},8,["modelValue"]),u.createElementVNode("div",hl,[u.createElementVNode("span",null,u.toDisplayString(i.value.radioType==="0"?"涨幅范围":"排名范围")+": ",1),u.createVNode(w,{modelValue:i.value.rankRange[0],"onUpdate:modelValue":h[28]||(h[28]=_=>i.value.rankRange[0]=_),style:{flex:"1"}},null,8,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.rankRange[1],"onUpdate:modelValue":h[29]||(h[29]=_=>i.value.rankRange[1]=_),style:{flex:"1"}},null,8,["modelValue"])])])):u.createCommentVNode("",!0),a.value.key==="auditOpinionType"?(u.openBlock(),u.createElementBlock("div",xl,[u.createVNode(y,{modelValue:i.value.enumType,"onUpdate:modelValue":h[30]||(h[30]=_=>i.value.enumType=_)},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(u.unref(It),(_,R)=>(u.openBlock(),u.createBlock(T,{key:R,label:_.label,value:_.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0)],64)):(u.openBlock(),u.createElementBlock(u.Fragment,{key:0},[i.value.radioType==="1"?(u.openBlock(),u.createElementBlock("div",Zr,[Gr,u.createVNode(w,{modelValue:i.value.rankRange[0],"onUpdate:modelValue":h[2]||(h[2]=_=>i.value.rankRange[0]=_),style:{flex:"1"}},null,8,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.rankRange[1],"onUpdate:modelValue":h[3]||(h[3]=_=>i.value.rankRange[1]=_),style:{flex:"1"}},null,8,["modelValue"])])):(u.openBlock(),u.createElementBlock("div",Jr,[($=a.value.convenientOptions)!=null&&$.length?(u.openBlock(),u.createElementBlock("div",Wr,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.convenientOptions,_=>(u.openBlock(),u.createBlock(k,{key:_.text,onClick:R=>d(_)},{default:u.withCtx(()=>[u.createTextVNode(u.toDisplayString(_.text),1)]),_:2},1032,["onClick"]))),128))])):u.createCommentVNode("",!0),u.createElementVNode("div",Yr,[Qr,u.createVNode(w,{modelValue:i.value.range[0],"onUpdate:modelValue":h[5]||(h[5]=_=>i.value.range[0]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",Kr,u.toDisplayString(i.value.unit[0]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[0],"onUpdate:modelValue":h[4]||(h[4]=_=>i.value.unit[0]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"]),u.createTextVNode(" ~ "),u.createVNode(w,{modelValue:i.value.range[1],"onUpdate:modelValue":h[7]||(h[7]=_=>i.value.range[1]=_),style:{flex:"1"}},u.createSlots({_:2},[a.value.unitOptions.length?{name:"append",fn:u.withCtx(()=>[a.value.unitOptions.length===1?(u.openBlock(),u.createElementBlock("span",Xr,u.toDisplayString(i.value.unit[1]),1)):(u.openBlock(),u.createBlock(v,{key:1,modelValue:i.value.unit[1],"onUpdate:modelValue":h[6]||(h[6]=_=>i.value.unit[1]=_),style:{width:"72px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value.unitOptions,_=>(u.openBlock(),u.createBlock(x,{label:_,value:_},null,8,["label","value"]))),256))]),_:1},8,["modelValue"]))]),key:"0"}:void 0]),1032,["modelValue"])])]))],64))]}),_:1},8,["modelValue","title"]),u.createVNode(qr,{tags:n.value,onEdit:f,onDelete:b},null,8,["tags"])])):u.createCommentVNode("",!0)}}},gl=we._export_sfc(kl,[["__scopeId","data-v-67149b8e"]]);const vl=e=>(u.pushScopeId("data-v-07aa9e1a"),e=e(),u.popScopeId(),e),yl={key:0,class:"composite-order"},Cl={class:"title"},El=vl(()=>u.createElementVNode("span",null,"组合排序: ",-1)),Dl={class:"tag-box"},Vl=["onClick"],wl={class:"custom-header"},Fl={class:"left"},Al=["id"],Tl={class:"right"},Nl={class:"dialog-footer"},Bl={__name:"index",props:u.mergeModels({config:{type:Object,default:()=>{}},varietyMarket:{type:Number,default:()=>null},commonOption:{type:Array,default:()=>[]}},{data:{default:[]},dataModifiers:{}}),emits:u.mergeModels(["actionState"],["update:data"]),setup(e,{emit:t}){const n=u.inject("clearRow"),r=u.useModel(e,"data"),l=t,o=e,c=u.ref(!1),a=u.ref({id:null,name:null,value:"desc"}),i=u.computed(()=>{let m=[];return o.varietyMarket===null&&!o.commonOption.length?m=o.config.options:(m=o.config.options,o.varietyMarket&&(m=m.filter(({parent:f})=>f.varietyMarketIds.includes(o.varietyMarket))),o.commonOption.length&&(m=m.filter(({parent:f})=>{const{commonOptionIds:b}=f;return[...new Set([...b,...o.commonOption])].length!==[...b,...o.commonOption].length}))),m}),s=(m,f)=>{switch(m){case"add":{a.value={id:null,name:null,value:"desc"},c.value=!0;break}case"edit":{const b=r.value[f];a.value={...b},c.value=!0;break}case"submit":{l("actionState","组合排序");const{id:b,name:d,value:p}=a.value;if(!d)return j.ElMessage.warning("请选择需要排序的条件");const{label:C}=i.value.find(h=>h.key===d),g=`${C}-${p==="asc"?"升序↑":"降序↓"}`;if(b===null){const h=r.value.findIndex(D=>D.name===d);h===-1?r.value.push({...a.value,id:d,tagText:g}):r.value.splice(h,1,{...a.value,id:d,tagText:g})}else if(a.value.id){const h=r.value.findIndex(y=>y.name===b),D=r.value.findIndex(y=>y.name===d);r.value[h]={...a.value,id:d,tagText:g},D!==-1&&h!==D&&r.value.splice(D,1)}c.value=!1;break}case"delete":{r.value.splice(f,1);break}}};return u.watch(()=>i.value,()=>{r.value.length&&(r.value=r.value.filter(({name:m})=>i.value.find(f=>f.key===m)))}),(m,f)=>{const b=Xe.ElTag,d=Ke.ElButton,p=Y.ElIcon,C=ke.ElOption,g=ke.ElSelect,h=Ge.ElFormItem,D=eu,y=Oe,w=Ge.ElForm,k=Ie.ElDialog;return e.config.show&&i.value.length?(u.openBlock(),u.createElementBlock("div",yl,[u.createElementVNode("div",Cl,[El,u.createElementVNode("span",{onClick:f[0]||(f[0]=x=>u.unref(n)("compositeOrder"))},"不限")]),u.createElementVNode("div",Dl,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(r.value,(x,v)=>(u.openBlock(),u.createBlock(b,{closable:"",type:"info",onClose:T=>s("delete",v)},{default:u.withCtx(()=>[u.createElementVNode("span",null,u.toDisplayString(x.tagText),1),u.createElementVNode("span",{class:"edit",onClick:T=>s("edit",v)},"编辑",8,Vl)]),_:2},1032,["onClose"]))),256)),u.createVNode(d,{type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:f[1]||(f[1]=x=>s("add"))},{default:u.withCtx(()=>[u.createTextVNode(" 添加排序 ")]),_:1},8,["icon"])]),u.createVNode(k,{"modal-class":"order-dialog",modelValue:c.value,"onUpdate:modelValue":f[7]||(f[7]=x=>c.value=x),width:"400","align-center":"","destroy-on-close":"",overflow:"","show-close":!1},{header:u.withCtx(({titleId:x,titleClass:v})=>[u.createElementVNode("div",wl,[u.createElementVNode("div",Fl,[u.createElementVNode("span",{id:x,class:u.normalizeClass(v)}," 添加条件 ",10,Al)]),u.createElementVNode("div",Tl,[u.createVNode(p,{onClick:f[2]||(f[2]=T=>c.value=!1)},{default:u.withCtx(()=>[u.createVNode(u.unref(Y.close_default))]),_:1})])])]),footer:u.withCtx(()=>[u.createElementVNode("div",Nl,[u.createVNode(d,{onClick:f[5]||(f[5]=x=>c.value=!1)},{default:u.withCtx(()=>[u.createTextVNode("取消")]),_:1}),u.createVNode(d,{type:"primary",onClick:f[6]||(f[6]=x=>s("submit"))},{default:u.withCtx(()=>[u.createTextVNode(" 确定 ")]),_:1})])]),default:u.withCtx(()=>[u.createVNode(w,{ref:"compositeOrderFormRef",model:a.value},{default:u.withCtx(()=>[u.createVNode(h,{label:"添加条件: "},{default:u.withCtx(()=>[u.createVNode(g,{modelValue:a.value.name,"onUpdate:modelValue":f[3]||(f[3]=x=>a.value.name=x),filterable:"",placeholder:"请选择","no-match-text":"未匹配到相关条件"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(i.value,({label:x,key:v})=>(u.openBlock(),u.createBlock(C,{label:x,value:v,key:v},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])]),_:1}),u.createVNode(h,{label:"排序方式: "},{default:u.withCtx(()=>[u.createVNode(y,{modelValue:a.value.value,"onUpdate:modelValue":f[4]||(f[4]=x=>a.value.value=x)},{default:u.withCtx(()=>[u.createVNode(D,{label:"升序",value:"asc"}),u.createVNode(D,{label:"降序",value:"desc"})]),_:1},8,["modelValue"])]),_:1})]),_:1},8,["model"])]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0)}}},Sl=we._export_sfc(Bl,[["__scopeId","data-v-07aa9e1a"]]);const Il={class:"tag-list"},Ol={class:"tab-list-item"},$l={style:{display:"flex",width:"280px"}},Ml={style:{flex:"1","line-height":"24px"}},ql={class:"dialog-footer"},Rl={style:{"margin-bottom":"12px"}},Ll={class:"dialog-footer"},zl={__name:"index",props:{data:{default:[]},dataModifiers:{}},emits:["update:data"],setup(e){let t=null;const{request:n}=u.inject("stConfig"),r=u.useModel(e,"data"),l=u.ref(!1),o=u.ref("person"),c=u.ref(""),a=u.ref({}),i=u.ref([]),s=u.ref([]),m=u.ref(!1),f=u.ref(null),b=u.ref(""),d=u.computed(()=>r.value.map(x=>({name:a.value[x],id:x})));u.watch(()=>o.value,()=>{c.value="",w()}),u.watch(()=>c.value,()=>{clearTimeout(t),t=setTimeout(()=>{w()},300)});const p=x=>!!s.value.includes(x.id),C=x=>{p(x)?s.value=s.value.filter(v=>v!==x.id):s.value.push(x.id)},g=(x,v)=>{switch(x){case"add":{i.value=[],l.value=!0,c.value="",s.value=[...r.value],w();break}case"submit":{l.value=!1,r.value=[...s.value];break}case"delete":{r.value.splice(v,1);break}}},h=x=>{Ku.ElMessageBox.alert(`确认删除标签“${x.name}”吗?`,"删除标签",{confirmButtonText:"OK",callback:async v=>{v==="confirm"&&(await n.post("/alarm/deliversign/deleteTag",{tagId:x.id}),w(),j.ElMessage.success("删除成功!"))}})},D=x=>{f.value=x,b.value=x.name,m.value=!0},y=async()=>{await n.post("/alarm/deliversign/addOrUpdateFeatureTag",{tagName:b.value,tagId:f.value.id}),a.value={...a.value,[f.value.id]:b.value},i.value=i.value.map(x=>x.id===f.value.id?{...x,name:b.value}:x),m.value=!1,j.ElMessage.success("修改成功!")},w=async()=>{if(o.value==="person"){const x=await n.post("/alarm/deliversign/findTagsByUserId",{tagName:c.value});i.value=[],a.value={...a.value,...x.body.reduce((v,T)=>({...v,[T.id]:T.tagName}),{})},u.nextTick(()=>{var v;i.value=(v=x.body)==null?void 0:v.map(T=>({name:T.tagName,id:T.id}))})}else{const x=await n.post("/alarm/deliversign/findSystemTagsByTagName",{tagName:c.value});i.value=[],a.value={...a.value,...x.body.reduce((v,T)=>({...v,[T.id]:T.tagName}),{})},u.nextTick(()=>{var v;i.value=(v=x.body)==null?void 0:v.map(T=>({name:T.tagName,id:T.id}))})}};return(async()=>{const x=await Promise.all([n.post("/alarm/deliversign/findTagsByUserId"),n.post("/alarm/deliversign/findSystemTagsByTagName")]);a.value=x.reduce((v,T)=>{var F;return{...v,...(F=T.body)==null?void 0:F.reduce((A,$)=>({...A,[$.id]:$.tagName}),{})}},{})})(),(x,v)=>{const T=Xe.ElTag,F=Ke.ElButton,A=_u,$=Oe,_=xu.ElInput,R=pu.ElCheckbox,E=Ie.ElDialog;return u.openBlock(),u.createElementBlock(u.Fragment,null,[u.createElementVNode("div",null,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(d.value,(O,G)=>(u.openBlock(),u.createBlock(T,{closable:"",style:{"margin-right":"10px"},type:"info",onClose:ve=>g("delete",G)},{default:u.withCtx(()=>[u.createElementVNode("span",null,u.toDisplayString(O.name),1)]),_:2},1032,["onClose"]))),256)),u.createVNode(F,{class:"screen-btn",type:"primary",plain:"",size:"small",icon:u.unref(Y.plus_default),onClick:v[0]||(v[0]=O=>g("add"))},{default:u.withCtx(()=>[u.createTextVNode(" 添加标签 ")]),_:1},8,["icon"])]),u.createVNode(E,{modelValue:l.value,"onUpdate:modelValue":v[5]||(v[5]=O=>l.value=O),width:"1000"},{header:u.withCtx(()=>[u.createElementVNode("div",null,[u.createTextVNode(" 添加标签 "),u.createVNode($,{modelValue:o.value,"onUpdate:modelValue":v[1]||(v[1]=O=>o.value=O),size:"small",style:{"margin-left":"8px","vertical-align":"5px"}},{default:u.withCtx(()=>[u.createVNode(A,{label:"个人",value:"person"}),u.createVNode(A,{label:"系统",value:"system"})]),_:1},8,["modelValue"]),u.createVNode(_,{modelValue:c.value,"onUpdate:modelValue":v[2]||(v[2]=O=>c.value=O),size:"small",style:{width:"120px","margin-left":"8px"},placeholder:"请输入标签名称"},null,8,["modelValue"])])]),footer:u.withCtx(()=>[u.createElementVNode("div",ql,[u.createVNode(F,{onClick:v[3]||(v[3]=O=>l.value=!1)},{default:u.withCtx(()=>[u.createTextVNode("取消")]),_:1}),u.createVNode(F,{type:"primary",onClick:v[4]||(v[4]=O=>g("submit"))},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>[u.createElementVNode("div",Il,[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(i.value,O=>(u.openBlock(),u.createElementBlock("div",Ol,[u.createVNode(R,{checked:p(O),onChange:G=>C(O)},{default:u.withCtx(()=>[u.createElementVNode("div",$l,[u.createElementVNode("div",Ml,u.toDisplayString(O.name),1),o.value==="person"?(u.openBlock(),u.createBlock(F,{key:0,size:"small",icon:u.unref(Y.edit_default),onClick:G=>D(O)},null,8,["icon","onClick"])):u.createCommentVNode("",!0),o.value==="person"?(u.openBlock(),u.createBlock(F,{key:1,size:"small",icon:u.unref(Y.delete_default),onClick:G=>h(O)},null,8,["icon","onClick"])):u.createCommentVNode("",!0)])]),_:2},1032,["checked","onChange"])]))),256))])]),_:1},8,["modelValue"]),u.createVNode(E,{modelValue:m.value,"onUpdate:modelValue":v[9]||(v[9]=O=>m.value=O),title:"编辑标签",top:"20vh",width:"600"},{footer:u.withCtx(()=>[u.createElementVNode("div",Ll,[u.createVNode(F,{onClick:v[7]||(v[7]=O=>m.value=!1)},{default:u.withCtx(()=>[u.createTextVNode("取消")]),_:1}),u.createVNode(F,{type:"primary",onClick:v[8]||(v[8]=O=>y())},{default:u.withCtx(()=>[u.createTextVNode("确定")]),_:1})])]),default:u.withCtx(()=>{var O;return[u.createElementVNode("div",Rl,"原名称:"+u.toDisplayString((O=f.value)==null?void 0:O.name),1),u.createVNode(_,{modelValue:b.value,"onUpdate:modelValue":v[6]||(v[6]=G=>b.value=G)},null,8,["modelValue"])]}),_:1},8,["modelValue"])],64)}}},Pl=we._export_sfc(zl,[["__scopeId","data-v-7f5f72e8"]]);const Ae=e=>(u.pushScopeId("data-v-a867705a"),e=e(),u.popScopeId(),e),Ul={class:"variety-search"},jl={key:0,class:"variety-search-row"},Hl={class:"title"},Zl=Ae(()=>u.createElementVNode("span",null,"品种市场: ",-1)),Gl={key:1,class:"variety-search-row"},Jl={class:"title"},Wl=Ae(()=>u.createElementVNode("span",null,"常用选项: ",-1)),Yl={key:2,class:"variety-search-row"},Ql={class:"title"},Kl=Ae(()=>u.createElementVNode("span",null,"上市板块: ",-1)),Xl={key:3,class:"variety-search-row"},ea={class:"title"},ua=Ae(()=>u.createElementVNode("span",null,"自定标签: ",-1)),ta={key:4,class:"variety-search-row"},na={class:"title"},oa=Ae(()=>u.createElementVNode("span",null,"价差转换: ",-1)),ra={key:5,class:"variety-search-row"},la={class:"title"},aa=Ae(()=>u.createElementVNode("span",null,"因子筛选: ",-1)),ca={__name:"index",props:u.mergeModels({config:{type:Object,default:{}}},{searchData:{},searchDataModifiers:{}}),emits:u.mergeModels(["actionState"],["update:searchData"]),setup(e,{expose:t,emit:n}){const r=n,l=e,o=u.useModel(e,"searchData");o.value=Object.assign(o.value,{varietyMarket:null,commonOption:[],marketIds:[],customTag:[],jcTranslate:{type:null,jcList:[]},factorScreen:{list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""},commonIndicator:[],compositeOrder:[]});const c=u.computed(()=>{const b={};return Object.keys(Tu).forEach(d=>{const p=Tu[d],C=l.config[d]??{},g={...p,...C};b[d]=g}),b}),a=u.computed(()=>c.value.varietyMarket.options),i=u.computed(()=>{var d;const{varietyMarket:b}=o.value;return b?(((d=a.value.find(({value:C})=>C===b))==null?void 0:d.memo)??[]).reduce((C,g)=>{const h=c.value.commonOption.options.find(D=>D.value===g);return h&&C.push(h),C},[]):c.value.commonOption.options}),s=u.computed(()=>{const{varietyMarket:b}=o.value;return b?c.value.marketIds.options.filter(d=>d.varietyMarketIds.includes(b)):c.value.marketIds.options}),m=u.computed(()=>c.value.jcTranslate.jcOptions),f=b=>{switch(b){case"commonOption":{o.value[b]=[];break}case"marketIds":{o.value[b]=[];break}case"customTag":{o.value[b]=[];break}case"jcTranslate":{o.value[b]={type:null,jcList:[]};break}case"factorScreen":{o.value[b]={list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""};break}case"commonIndicator":{o.value[b]=[];break}case"compositeOrder":{o.value[b]=[];break}default:{o.value[b]=null;break}}};return u.watch(()=>i.value,b=>{var d;(d=o.value.commonOption)!=null&&d.length&&(o.value.commonOption=o.value.commonOption.filter(p=>b.find(({value:C})=>C===p)))}),u.watch(()=>s.value,b=>{var d;(d=o.value.marketIds)!=null&&d.length&&(o.value.marketIds=o.value.marketIds.filter(p=>b.find(({value:C})=>C===p)))}),u.provide("clearRow",f),t({formatData:b=>{var p,C,g,h,D,y,w;console.log("%c[st-varietySearch]: 正在生成接口传参...","color: tomato");const d={};if(b.varietyMarket&&(d.exchangeId=String(b.varietyMarket)),(p=b.commonOption)!=null&&p.length&&(d.optionId=b.commonOption.join(",")),(C=b.marketIds)!=null&&C.length&&(d.marketIds=b.marketIds),(g=b.customTag)!=null&&g.length&&(d.tagIds=b.customTag),(h=c.value.jcTranslate)!=null&&h.show){const{jcTranslate:k}=b,{type:x,jcList:v}=k;switch(x){case 1:{d.translateType=1,d.jcType=v.join(",");break}case 2:d.translateType=2}}if((D=c.value.factorScreen)!=null&&D.show){const{factorScreen:k}=b;if((y=k==null?void 0:k.list)!=null&&y.length&&(d.tbFeatureFactorScores=k.list.map(x=>{switch(x.key){case"compare":return{freqId:x.cycle,factorId:x.factor,compareType:x.compareType,freqId2:x.cycle2,factorId2:x.factor2};default:return{freqId:x.cycle,factorId:x.factor,startScore:x.score[0],endScore:x.score[1]}}})),k.sqlEnable){const x=k.list.reduce((T,F,A)=>{var _,R;const $=`条件${A+1}`;switch(F.key){case"compare":{let E="";(_=c.value.factorScreen)!=null&&_.cycleShow?E=`freq_id = ${F.cycle} and factor_id = ${F.factor} ${F.compareType} freq_id = ${F.cycle2} and factor_id = ${F.factor2}`:E=`factor_id = ${F.factor} ${F.compareType} factor_id = ${F.factor2}`,T.set($,`(${E})`);break}default:{let E=`factor_id = ${F.factor} and `;(R=c.value.factorScreen)!=null&&R.cycleShow&&(E=`freq_id = ${F.cycle} and factor_id = ${F.factor} and `),(F.score[0]||F.score[0]===0)&&(F.score[1]||F.score[1]===0)?E+=`score >= ${F.score[0]} and score <= ${F.score[1]}`:F.score[0]||F.score[0]===0?E+=`score >= ${F.score[0]}`:(F.score[1]||F.score[1]===0)&&(E+=`score <= ${F.score[1]}`),T.set($,`(${E})`)}}return T},new Map([]));let v=k.sqlValue;for(const[T,F]of x){const A=new RegExp(T,"g");v=v.replace(A,F)}d.sql=v,d.sqlExpression=k.sqlValue}d.enableSql=k.sqlEnable===1?2:1,k.factorSelectExpr&&(d.factorSelectExpr=k.factorSelectExpr)}{const k=["expireDays","virtualRealDegree","yearProfitRate","impliedVolatility","levelMultiplier","turnover","volume","openInterest","optionsCpType","optionGear"],x=b.commonIndicator.reduce((E,O)=>{const{key:G,type:ve,range:ee,unit:le,radioType:N,radio:V,rankRange:L}=O;if(G==="mainFlow"){let[I,M]=L,z=N==="0"?`netInfow${V}d`:`last${V}DayMainFlowRank`;E.push({column:z,start:I,end:M})}else if(G==="auditOpinionType")E.push({column:O.key,enumType:O.enumType});else if(N==="1")d.sortBy={column:O.key,start:L[0]||null,end:L[1]||null};else if(["dividendYield","incrementRevenueLyr","netProfitGrowthRatioLyr","fiveYearRoe"].includes(G)){let[I,M]=ee;["",null].includes(I)||(I=I/100),["",null].includes(M)||(M=M/100),E.push({column:O.key,start:I,end:M})}else if(ve===void 0&&!k.includes(G)){let[I,M]=ee;if(!["",null].includes(I))switch(le[0]){case"亿":I=I*1e8;break;case"千万":I=I*1e7;break;default:I=I;break}if(!["",null].includes(M))switch(le[1]){case"亿":M=M*1e8;break;case"千万":M=M*1e7;break;default:M=M;break}E.push({column:O.key,start:I,end:M})}return E},[]),v=b.commonIndicator.find(({key:E})=>E==="st");v&&(d.st=v.st);const T=b.commonIndicator.find(({key:E})=>E==="tFeaturelncomes");T&&(d.netProfitQueryDto={...T,netProfit:T.netProfit*1e8});const F=b.commonIndicator.find(({key:E})=>E==="priceLevels");F&&(d.priceLevels=F.priceLevels);const A=b.commonIndicator.find(({key:E})=>E==="peTtmLevels");A&&(d.peTtmLevels=A.peTtmLevels);const $=b.commonIndicator.find(({key:E})=>E==="peTrendTtmLevels");$&&(d.peTrendTtmLevels=$.peTrendTtmLevels);const _=b.commonIndicator.find(({key:E})=>E==="perVolumn");if(_){const{radioType:E,radio:O,levels:G,range:ve,unit:ee}=_;if(E==="2"&&(d.perVolumn={type:O,value:G}),E==="0"){let[le,N]=ve;if(!["",null].includes(le))switch(ee==null?void 0:ee[0]){case"亿":le=le*1e8;break;case"千万":le=le*1e7;break}if(!["",null].includes(N))switch(ee==null?void 0:ee[1]){case"亿":N=N*1e8;break;case"千万":N=N*1e7;break}x.push({column:"volumn",start:le,end:N})}}const R={};b.commonIndicator.forEach(E=>{const{key:O}=E;switch(O){case"expireDays":["",null].includes(E.range[0])||(R.minExpireDays=E.range[0]),["",null].includes(E.range[1])||(R.maxExpireDays=E.range[1]);break;case"virtualRealDegree":["",null].includes(E.range[0])||(R.minVirtualRealDegree=E.range[0]/100),["",null].includes(E.range[1])||(R.maxVirtualRealDegree=E.range[1]/100);break;case"yearProfitRate":["",null].includes(E.range[0])||(R.minYearProfitRate=E.range[0]/100),["",null].includes(E.range[1])||(R.maxYearProfitRate=E.range[1]/100);break;case"impliedVolatility":["",null].includes(E.range[0])||(R.minImpliedVolatility=E.range[0]/100),["",null].includes(E.range[1])||(R.maxImpliedVolatility=E.range[1]/100);break;case"levelMultiplier":["",null].includes(E.range[0])||(R.minLevelMultiplier=E.range[0]),["",null].includes(E.range[1])||(R.maxLevelMultiplier=E.range[1]);break;case"turnover":E.radioType==="0"&&!["",null].includes(E.range[0])&&(R.minTurnover=E.range[0]*1e4),E.radioType==="0"&&!["",null].includes(E.range[1])&&(R.maxTurnover=E.range[1]*1e4);break;case"volume":E.radioType==="0"&&!["",null].includes(E.range[0])&&(R.minVolume=E.range[0]),E.radioType==="0"&&!["",null].includes(E.range[1])&&(R.maxVolume=E.range[1]);break;case"openInterest":E.radioType==="0"&&!["",null].includes(E.range[0])&&(R.minOpenInterest=E.range[0]),E.radioType==="0"&&!["",null].includes(E.range[1])&&(R.maxOpenInterest=E.range[1]);break;case"optionsCpType":R.optionsCpType=E.optionsCpType;break;case"optionGear":["",null].includes(E.range[0])||(R.minOptionGear=E.range[0]),["",null].includes(E.range[1])||(R.maxOptionGear=E.range[1]);break}}),x.length&&(d.query=x),Object.keys(R).length&&(d.searchOptionDto=R)}return(w=b.compositeOrder)!=null&&w.length&&(d.compositeOrder=b.compositeOrder.map(({name:k,value:x})=>({name:k,value:x}))),console.log("%c[st-varietySearch]: 接口传参数据生成完毕","color: green",d),d},reset:()=>{o.value={varietyMarket:null,commonOption:[],marketIds:[],customTag:[],jcTranslate:{type:null,jcList:[]},factorScreen:{list:[],sqlEnable:0,sqlValue:null,factorSelectExpr:""},commonIndicator:[],compositeOrder:[]}}}),(b,d)=>{var w,k,x,v,T,F;const p=eu,C=Oe,g=pu.ElCheckbox,h=pu.ElCheckboxGroup,D=ke.ElOption,y=ke.ElSelect;return u.openBlock(),u.createElementBlock("div",Ul,[(w=c.value.varietyMarket)!=null&&w.show?(u.openBlock(),u.createElementBlock("div",jl,[u.createElementVNode("div",Hl,[Zl,u.createElementVNode("span",{onClick:d[0]||(d[0]=A=>f("varietyMarket"))},"不限")]),u.createVNode(C,{modelValue:o.value.varietyMarket,"onUpdate:modelValue":d[1]||(d[1]=A=>o.value.varietyMarket=A),size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(a.value,({label:A,value:$})=>(u.openBlock(),u.createBlock(p,{label:A,value:$,key:$},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),(k=c.value.commonOption)!=null&&k.show&&i.value.length?(u.openBlock(),u.createElementBlock("div",Gl,[u.createElementVNode("div",Jl,[Wl,u.createElementVNode("span",{onClick:d[2]||(d[2]=A=>f("commonOption"))},"不限")]),u.createVNode(h,{modelValue:o.value.commonOption,"onUpdate:modelValue":d[3]||(d[3]=A=>o.value.commonOption=A),size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(i.value,({label:A,value:$})=>(u.openBlock(),u.createBlock(g,{label:A,value:$,key:$},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),(x=c.value.marketIds)!=null&&x.show&&s.value.length?(u.openBlock(),u.createElementBlock("div",Yl,[u.createElementVNode("div",Ql,[Kl,u.createElementVNode("span",{onClick:d[4]||(d[4]=A=>f("marketIds"))},"不限")]),u.createVNode(h,{modelValue:o.value.marketIds,"onUpdate:modelValue":d[5]||(d[5]=A=>o.value.marketIds=A),size:"small"},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(s.value,({label:A,value:$})=>(u.openBlock(),u.createBlock(g,{label:A,value:$,key:$},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])])):u.createCommentVNode("",!0),(v=c.value.customTag)!=null&&v.show?(u.openBlock(),u.createElementBlock("div",Xl,[u.createElementVNode("div",ea,[ua,u.createElementVNode("span",{onClick:d[6]||(d[6]=A=>f("customTag"))},"不限")]),u.createVNode(Pl,{data:o.value.customTag,"onUpdate:data":d[7]||(d[7]=A=>o.value.customTag=A)},null,8,["data"])])):u.createCommentVNode("",!0),(T=c.value.jcTranslate)!=null&&T.show?(u.openBlock(),u.createElementBlock("div",ta,[u.createElementVNode("div",na,[oa,u.createElementVNode("span",{onClick:d[8]||(d[8]=A=>f("jcTranslate"))},"不限")]),u.createVNode(C,{modelValue:o.value.jcTranslate.type,"onUpdate:modelValue":d[9]||(d[9]=A=>o.value.jcTranslate.type=A),size:"small"},{default:u.withCtx(()=>[u.createVNode(p,{value:2},{default:u.withCtx(()=>[u.createTextVNode("价差转品种")]),_:1}),u.createVNode(p,{value:1},{default:u.withCtx(()=>[u.createTextVNode("品种转价差")]),_:1})]),_:1},8,["modelValue"]),u.withDirectives(u.createVNode(y,{modelValue:o.value.jcTranslate.jcList,"onUpdate:modelValue":d[10]||(d[10]=A=>o.value.jcTranslate.jcList=A),size:"small",multiple:"","collapse-tags":"","collapse-tags-tooltip":"",placeholder:"请选择价差品种",style:{width:"140px"}},{default:u.withCtx(()=>[(u.openBlock(!0),u.createElementBlock(u.Fragment,null,u.renderList(m.value,A=>(u.openBlock(),u.createBlock(D,{key:A.value,label:A.label,value:A.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"]),[[u.vShow,o.value.jcTranslate.type===1]])])):u.createCommentVNode("",!0),(F=c.value.factorScreen)!=null&&F.show?(u.openBlock(),u.createElementBlock("div",ra,[u.createElementVNode("div",la,[aa,u.createElementVNode("span",{onClick:d[11]||(d[11]=A=>f("factorScreen"))},"不限")]),u.createVNode(Nr,{data:o.value.factorScreen,"onUpdate:data":d[12]||(d[12]=A=>o.value.factorScreen=A),config:c.value.factorScreen,onActionState:d[13]||(d[13]=(...A)=>r("actionState",...A))},null,8,["data","config"])])):u.createCommentVNode("",!0),u.createVNode(gl,{data:o.value.commonIndicator,"onUpdate:data":d[14]||(d[14]=A=>o.value.commonIndicator=A),varietyMarket:o.value.varietyMarket,commonOption:o.value.commonOption,config:c.value.commonIndicator},null,8,["data","varietyMarket","commonOption","config"]),u.createVNode(Sl,{data:o.value.compositeOrder,"onUpdate:data":d[15]||(d[15]=A=>o.value.compositeOrder=A),varietyMarket:o.value.varietyMarket,commonOption:o.value.commonOption,config:c.value.compositeOrder,onActionState:d[16]||(d[16]=(...A)=>r("actionState",...A))},null,8,["data","varietyMarket","commonOption","config"])])}}},ia=we._export_sfc(ca,[["__scopeId","data-v-a867705a"]]),sa={install(e){e.component("st-varietySearch",ia)}};module.exports=sa;
|