asiaint-lowcode 3.0.2 → 3.0.4

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.
Files changed (28) hide show
  1. package/dist/asiaint-lowcode.js +1 -1
  2. package/dist/asiaint-lowcode.umd.cjs +2 -2
  3. package/dist/lazy/{Card-CgInTORA.js → Card-DAczc2lC.js} +1 -1
  4. package/dist/lazy/{Cascader-Ccrs8-ka.js → Cascader-CwHxskyP.js} +1 -1
  5. package/dist/lazy/{Checkbox-CWWOw1FI.js → Checkbox-BdGbZmk2.js} +2 -2
  6. package/dist/lazy/{Collapse-ckoNfqa8.js → Collapse-DKjWYKyZ.js} +1 -1
  7. package/dist/lazy/{Component-EKiCae99.js → Component-BmPTXy8P.js} +1 -1
  8. package/dist/lazy/{Component-QDqteMg2.js → Component-BsxH9jnK.js} +1 -1
  9. package/dist/lazy/{Component-JcjpPNlK.js → Component-CEWjgtt1.js} +1 -1
  10. package/dist/lazy/{Component-ms58oJYi.js → Component-CbBLIQwR.js} +1 -1
  11. package/dist/lazy/{Component-DjRLGRhq.js → Component-SlnSDx4O.js} +1 -1
  12. package/dist/lazy/{Custom-agCeCFgq.js → Custom-BFv-Du6w.js} +1 -1
  13. package/dist/lazy/{DatePicker-2RgUNM5p.js → DatePicker-BtAUaIYM.js} +1 -1
  14. package/dist/lazy/{FormList-DLFUVPXo.js → FormList-BPIbWz3l.js} +1 -1
  15. package/dist/lazy/{Grid-CEKhkcz0.js → Grid-xdNU8oqG.js} +1 -1
  16. package/dist/lazy/{Inline-D_8y_g96.js → Inline-BAuXx5AW.js} +1 -1
  17. package/dist/lazy/{JsonEdit-BeSmvWhK.js → JsonEdit-Bni8L5sJ.js} +1 -1
  18. package/dist/lazy/{ObjGroup-Boc4ftOK.js → ObjGroup-BdyG8Av-.js} +1 -1
  19. package/dist/lazy/{Radio-B8y5htdt.js → Radio-DV9DZ586.js} +2 -2
  20. package/dist/lazy/{SearchSelect-BHyhol4D.js → SearchSelect-DnsKZkdv.js} +2 -2
  21. package/dist/lazy/{Select-qvIWMCjT.js → Select-DRyjZGtp.js} +2 -2
  22. package/dist/lazy/{Tabs-Dcwprp8J.js → Tabs-F2rh9EYF.js} +1 -1
  23. package/dist/lazy/{TextArea-C5FB32gt.js → TextArea-CvOG-R8R.js} +1 -1
  24. package/dist/lazy/{index-DfCg75rA.js → index-BgSfCGMP.js} +412 -397
  25. package/dist/lazy/useSelect-c6mDC65Y.js +58 -0
  26. package/dist/style.css +1 -1
  27. package/package.json +1 -1
  28. package/dist/lazy/useSelect-CwRNgHGU.js +0 -58
@@ -77,7 +77,7 @@ You passed in: '`+this.raw_options[r]+"'");return l},i.prototype._is_valid_selec
77
77
  `+g)}h&&(D?D=h+D+`
78
78
  `+o:D=h+o),_.print_newline(!1),D&&(I.text=D,I.whitespace_before="",I.newlines=0,_.add_raw_token(I),_.print_newline(!0))}},K.prototype._handle_tag_open=function(_,I,R,v,D){var p=this._get_tag_open_token(I);if((R.is_unformatted||R.is_content_unformatted)&&!R.is_empty_element&&I.type===r.TAG_OPEN&&!p.is_start_tag?(_.add_raw_token(I),p.start_tag_token=this._tag_stack.try_pop(p.tag_name)):(_.traverse_whitespace(I),this._set_tag_position(_,I,p,R,v),p.is_inline_element||_.set_wrap_point(),_.print_token(I)),p.is_start_tag&&this._is_wrap_attributes_force){var u=0,h;do h=D.peek(u),h.type===r.ATTRIBUTE&&(p.attr_count+=1),u+=1;while(h.type!==r.EOF&&h.type!==r.TAG_CLOSE)}return(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)&&(p.alignment_size=I.text.length+1),!p.tag_complete&&!p.is_unformatted&&(_.alignment_size=p.alignment_size),p};var j=function(_,I){if(this.parent=_||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!I)this.tag_complete=!0;else{var R;this.tag_start_char=I.text[0],this.text=I.text,this.tag_start_char==="<"?(R=I.text.match(/^<([^\s>]*)/),this.tag_check=R?R[1]:""):(R=I.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=R?R[1]:"",(I.text.startsWith("{{#>")||I.text.startsWith("{{~#>"))&&this.tag_check[0]===">"&&(this.tag_check===">"&&I.next!==null?this.tag_check=I.next.text.split(" ")[0]:this.tag_check=I.text.split(">")[1])),this.tag_check=this.tag_check.toLowerCase(),I.type===r.COMMENT&&(this.tag_complete=!0),this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=this.is_start_tag?this.tag_check:this.tag_check.substr(1),this.is_end_tag=!this.is_start_tag||I.closed&&I.closed.text==="/>";var v=2;this.tag_start_char==="{"&&this.text.length>=3&&this.text.charAt(2)==="~"&&(v=3),this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(v)))}};K.prototype._get_tag_open_token=function(_){var I=new j(this._tag_stack.get_parser_token(),_);return I.alignment_size=this._options.wrap_attributes_indent_size,I.is_end_tag=I.is_end_tag||f(I.tag_check,this._options.void_elements),I.is_empty_element=I.tag_complete||I.is_start_tag&&I.is_end_tag,I.is_unformatted=!I.tag_complete&&f(I.tag_check,this._options.unformatted),I.is_content_unformatted=!I.is_empty_element&&f(I.tag_check,this._options.content_unformatted),I.is_inline_element=f(I.tag_name,this._options.inline)||this._options.inline_custom_elements&&I.tag_name.includes("-")||I.tag_start_char==="{",I},K.prototype._set_tag_position=function(_,I,R,v,D){if(R.is_empty_element||(R.is_end_tag?R.start_tag_token=this._tag_stack.try_pop(R.tag_name):(this._do_optional_end_element(R)&&(R.is_inline_element||_.print_newline(!1)),this._tag_stack.record_tag(R),(R.tag_name==="script"||R.tag_name==="style")&&!(R.is_unformatted||R.is_content_unformatted)&&(R.custom_beautifier_name=S(R.tag_check,I)))),f(R.tag_check,this._options.extra_liners)&&(_.print_newline(!1),_._output.just_added_blankline()||_.print_newline(!0)),R.is_empty_element){if(R.tag_start_char==="{"&&R.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),R.indent_content=!0;var p=_.current_line_has_match(/{{#if/);p||_.print_newline(!1)}R.tag_name==="!--"&&D.type===r.TAG_CLOSE&&v.is_end_tag&&R.text.indexOf(`
79
79
  `)===-1||(R.is_inline_element||R.is_unformatted||_.print_newline(!1),this._calcluate_parent_multiline(_,R))}else if(R.is_end_tag){var u=!1;u=R.start_tag_token&&R.start_tag_token.multiline_content,u=u||!R.is_inline_element&&!(v.is_inline_element||v.is_unformatted)&&!(D.type===r.TAG_CLOSE&&R.start_tag_token===v)&&D.type!=="TK_CONTENT",(R.is_content_unformatted||R.is_unformatted)&&(u=!1),u&&_.print_newline(!1)}else R.indent_content=!R.custom_beautifier_name,R.tag_start_char==="<"&&(R.tag_name==="html"?R.indent_content=this._options.indent_inner_html:R.tag_name==="head"?R.indent_content=this._options.indent_head_inner_html:R.tag_name==="body"&&(R.indent_content=this._options.indent_body_inner_html)),!(R.is_inline_element||R.is_unformatted)&&(D.type!=="TK_CONTENT"||R.is_content_unformatted)&&_.print_newline(!1),this._calcluate_parent_multiline(_,R)},K.prototype._calcluate_parent_multiline=function(_,I){I.parent&&_._output.just_added_newline()&&!((I.is_inline_element||I.is_unformatted)&&I.parent.is_inline_element)&&(I.parent.multiline_content=!0)};var U=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],Y=["a","audio","del","ins","map","noscript","video"];return K.prototype._do_optional_end_element=function(_){var I=null;if(!(_.is_empty_element||!_.is_start_tag||!_.parent)){if(_.tag_name==="body")I=I||this._tag_stack.try_pop("head");else if(_.tag_name==="li")I=I||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(_.tag_name==="dd"||_.tag_name==="dt")I=I||this._tag_stack.try_pop("dt",["dl"]),I=I||this._tag_stack.try_pop("dd",["dl"]);else if(_.parent.tag_name==="p"&&U.indexOf(_.tag_name)!==-1){var R=_.parent.parent;(!R||Y.indexOf(R.tag_name)===-1)&&(I=I||this._tag_stack.try_pop("p"))}else _.tag_name==="rp"||_.tag_name==="rt"?(I=I||this._tag_stack.try_pop("rt",["ruby","rtc"]),I=I||this._tag_stack.try_pop("rp",["ruby","rtc"])):_.tag_name==="optgroup"?I=I||this._tag_stack.try_pop("optgroup",["select"]):_.tag_name==="option"?I=I||this._tag_stack.try_pop("option",["select","datalist","optgroup"]):_.tag_name==="colgroup"?I=I||this._tag_stack.try_pop("caption",["table"]):_.tag_name==="thead"?(I=I||this._tag_stack.try_pop("caption",["table"]),I=I||this._tag_stack.try_pop("colgroup",["table"])):_.tag_name==="tbody"||_.tag_name==="tfoot"?(I=I||this._tag_stack.try_pop("caption",["table"]),I=I||this._tag_stack.try_pop("colgroup",["table"]),I=I||this._tag_stack.try_pop("thead",["table"]),I=I||this._tag_stack.try_pop("tbody",["table"])):_.tag_name==="tr"?(I=I||this._tag_stack.try_pop("caption",["table"]),I=I||this._tag_stack.try_pop("colgroup",["table"]),I=I||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"])):(_.tag_name==="th"||_.tag_name==="td")&&(I=I||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),I=I||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]));return _.parent=this._tag_stack.get_parser_token(),I}},ca.Beautifier=K,ca}var kc;function op(){if(kc)return ds.exports;kc=1;var i=ip().Beautifier,A=Dc().Options;function e(r,m,w,l){var b=new i(r,m,w,l);return b.beautify()}return ds.exports=e,ds.exports.defaultOptions=function(){return new A},ds.exports}var _c;function sp(){if(_c)return go;_c=1;var i=ep(),A=np(),e=op();function r(m,w,l,b){return l=l||i,b=b||A,e(m,w,l,b)}return r.defaultOptions=e.defaultOptions,go.js=i,go.css=A,go.html=r,go}(function(i){function A(e,r,m){var w=function(l,b){return e.js_beautify(l,b)};return w.js=e.js_beautify,w.css=r.css_beautify,w.html=m.html_beautify,w.js_beautify=e.js_beautify,w.css_beautify=r.css_beautify,w.html_beautify=m.html_beautify,w}(function(e){var r=sp();r.js_beautify=r.js,r.css_beautify=r.css,r.html_beautify=r.html,e.exports=A(r,r,r)})(i)})(Vg);var rp=Vg.exports,ap=qC(rp),Mc=function(){function i(A){var e=this;this.isDisabled=function(){var r=["BUTTON","COMMAND","FIELDSET","KEYGEN","OPTGROUP","OPTION","SELECT","TEXTAREA","INPUT"],m=e.attributes().disabled!==void 0,w=ao(e.element)&&r.includes(e.element.tagName);return m&&w},this.wrapperElement=A}return Object.defineProperty(i.prototype,"element",{get:function(){return this.wrapperElement},enumerable:!1,configurable:!0}),i.prototype.findAllDOMElements=function(A){var e=this.getRootNodes().filter(ao);if(e.length===0)return[];var r=Gg([],e.filter(function(m){return m.matches(A)}));return e.forEach(function(m){r.push.apply(r,Array.from(m.querySelectorAll(A)))}),r},i.prototype.find=function(A){if(typeof A=="object"&&"ref"in A){var e=this.getCurrentComponent();if(!e)return Kn("DOMWrapper");var r=e.refs[A.ref];return Array.isArray(r)&&(r=r.length?r[0]:void 0),r instanceof Node?lo(r):Kn("DOMWrapper")}var m=this.findAll(A);return m.length>0?m[0]:Kn("DOMWrapper")},i.prototype.findComponent=function(A){var e=this.getCurrentComponent();if(!e)return Kn("VueWrapper");if(typeof A=="object"&&"ref"in A){var r=e.refs[A.ref];return Array.isArray(r)&&(r=r.length?r[0]:void 0),r&&!(r instanceof HTMLElement)?Zr(null,r):Kn("VueWrapper")}if(jg(e.vnode,A)&&this.element.contains(e.vnode.el))return Zr(null,e.subTree.component?e.subTree.component.proxy:e.proxy);var m=this.findAllComponents(A)[0];return m??Kn("VueWrapper")},i.prototype.findAllComponents=function(A){var e=this.getCurrentComponent();if(!e)return[];var r=ZC(e.subTree,A);return r.map(function(m){return m.proxy?Zr(null,m.proxy):lo(m.vnode.el)})},i.prototype.html=function(A){var e=this.getRootNodes().map(function(r){return jC(r)});return A!=null&&A.raw?e.join(""):e.map(function(r){return ap.html(r,{unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_size:2,inline_custom_elements:!1})}).join(`
80
- `)},i.prototype.classes=function(A){var e=ao(this.element)?Array.from(this.element.classList):[];return A?e.includes(A):e},i.prototype.attributes=function(A){var e={};if(ao(this.element))for(var r=Array.from(this.element.attributes),m=0,w=r;m<w.length;m++){var l=w[m];e[l.localName]=l.value}return A?e[A]:e},i.prototype.text=function(){return this.getRootNodes().map(vC).join("")},i.prototype.exists=function(){return!0},i.prototype.get=function(A){var e=this.find(A);if(e.exists())return e;throw new Error("Unable to get ".concat(A," within: ").concat(this.html()))},i.prototype.getComponent=function(A){var e=this.findComponent(A);if(e.exists())return e;var r="Unable to get ";throw typeof A=="string"?r+="component with selector ".concat(A):"name"in A?r+="component with name ".concat(A.name):"ref"in A?r+="component with ref ".concat(A.ref):r+="specified component",r+=" within: ".concat(this.html()),new Error(r)},i.prototype.isVisible=function(){return ao(this.element)&&qg(this.element)},i.prototype.trigger=function(A,e){return Or(this,void 0,void 0,function(){var r;return $r(this,function(m){if(e&&e.target)throw Error("[vue-test-utils]: you cannot set the target value of an event. See the notes section of the docs for more details—https://vue-test-utils.vuejs.org/api/wrapper/trigger.html");return this.element&&!this.isDisabled()&&(r=PC(A,e),r._vts=Date.now()+1,this.element.dispatchEvent(r)),[2,c.nextTick()]})})},i}(),lp=function(i){Lg(A,i);function A(e){var r=this;return e?(r=i.call(this,e)||this,Pg.plugins.DOMWrapper.extend(r),r):Kn("DOMWrapper")}return A.prototype.getRootNodes=function(){return[this.wrapperElement]},A.prototype.getCurrentComponent=function(){for(var e,r=this.element.__vueParentComponent;((e=r==null?void 0:r.parent)===null||e===void 0?void 0:e.vnode.el)===this.element;)r=r.parent;return r},A.prototype.find=function(e){var r=i.prototype.find.call(this,e);return r.exists()&&MC(e)?this.element.contains(r.element)?r:Kn("DOMWrapper"):r},A.prototype.findAll=function(e){return this.wrapperElement instanceof Element?Array.from(this.wrapperElement.querySelectorAll(e),lo):[]},A.prototype.findAllComponents=function(e){var r=this,m=i.prototype.findAllComponents.call(this,e);return m.filter(function(w){return r.element.contains(w.element)})},A.prototype.setChecked=function(){return Or(this,arguments,void 0,function(e){var r,m;return e===void 0&&(e=!0),$r(this,function(w){if(r=this.element,m=this.attributes().type,m==="radio"&&!e)throw Error(`wrapper.setChecked() cannot be called with parameter false on a '<input type="radio" /> element.`);return e===r.checked?[2]:(r.checked=e,this.trigger("input"),[2,this.trigger("change")])})})},A.prototype.setValue=function(e){var r=this.element,m=r.tagName,w=this.attributes().type;if(m==="OPTION")return this.setSelected(),Promise.resolve();if(m==="INPUT"&&w==="checkbox")return this.setChecked(e);if(m==="INPUT"&&w==="radio")return this.setChecked(e);if(m==="SELECT"){if(Array.isArray(e))for(var l=r,b=0;b<l.options.length;b++){var S=l.options[b];S.selected=e.includes(S.value)}else r.value=e;return this.trigger("input"),this.trigger("change")}else{if(m==="INPUT"||m==="TEXTAREA")return r.value=e,this.trigger("input"),this.trigger("change");throw Error("wrapper.setValue() cannot be called on ".concat(m))}},A.prototype.setSelected=function(){var e=this.element;if(!e.selected){e.selected=!0;var r=e.parentElement;r.tagName==="OPTGROUP"&&(r=r.parentElement);var m=new A(r);return m.trigger("input"),m.trigger("change")}},A}(Mc);Xg(ki.DOMWrapper,function(i){return new lp(i)});function Bs(i){if(i.shapeFlag&1)return[i.el];if(i.shapeFlag&6){var A=i.component.subTree;return Bs(A)}else{if(i.shapeFlag&128)return Bs(i.suspense.activeBranch);if(i.shapeFlag&72){var e=[i.el];if(i.anchor)for(var r=e[0].nextSibling;r&&r.previousSibling!==i.anchor;)e.push(r),r=r.nextSibling;return e}else if(i.shapeFlag&16){var m=i.children.flat();return m.flatMap(function(w){return Bs(w)}).filter(_C)}}return[]}var ii={};function gp(i,A){var e=i.$.uid,r=ii[e]||{};return A?r?r[A]:void 0:r}var cp=function(i,A,e){for(var r=i;typeof(r==null?void 0:r.type)=="function";)r=r.parent;var m=r.uid;m in ii||(ii[m]={}),A in ii[m]||(ii[m][A]=[]),ii[m][A].push(e)},up=function(i){var A=i.$.uid;delete ii[A]};function dp(i,A){return new Proxy(i,{get:function(e,r,m){return e.$.exposed&&e.$.exposeProxy&&r in e.$.exposeProxy?Reflect.get(e.$.exposeProxy,r,m):r in A?Reflect.get(A,r,m):r in e.$.appContext.config.globalProperties?Reflect.get(e.$.appContext.config.globalProperties,r,m):e.$.ctx[r]},set:function(e,r,m,w){return r in A?Reflect.set(A,r,m,w):Reflect.set(e,r,m,w)},has:function(e,r){return Reflect.has(A,r)||Reflect.has(e,r)},defineProperty:function(e,r,m){return r in A?Reflect.defineProperty(A,r,m):Reflect.defineProperty(e,r,m)},getOwnPropertyDescriptor:function(e,r){return r in A?Reflect.getOwnPropertyDescriptor(A,r):Reflect.getOwnPropertyDescriptor(e,r)},deleteProperty:function(e,r){return r in A?Reflect.deleteProperty(A,r):Reflect.deleteProperty(e,r)}})}var hp=function(i){Lg(A,i);function A(e,r,m){var w=i.call(this,r==null?void 0:r.$el)||this;return w.cleanUpCallbacks=[],w.__app=e,w.rootVM=r==null?void 0:r.$root,SC(r)?w.componentVM=dp(r,r.$.setupState):w.componentVM=r,w.__setProps=m,w.attachNativeEventListener(),Pg.plugins.VueWrapper.extend(w),w}return Object.defineProperty(A.prototype,"hasMultipleRoots",{get:function(){var e=function(r){var m;if(r.shapeFlag===16)return!0;if(r.shapeFlag&4||r.shapeFlag&2){if(!((m=r.component)===null||m===void 0)&&m.subTree)return e(r.component.subTree);if(r.shapeFlag&16)return!0}return!1};return e(this.vm.$.subTree)},enumerable:!1,configurable:!0}),A.prototype.getRootNodes=function(){return Bs(this.vm.$.vnode)},Object.defineProperty(A.prototype,"parentElement",{get:function(){return this.vm.$el.parentElement},enumerable:!1,configurable:!0}),A.prototype.getCurrentComponent=function(){return this.vm.$},A.prototype.exists=function(){return!this.getCurrentComponent().isUnmounted},A.prototype.findAll=function(e){return this.findAllDOMElements(e).map(lo)},A.prototype.attachNativeEventListener=function(){var e=this.vm;if(e){var r=e.$options.emits?Array.isArray(e.$options.emits)?e.$options.emits:Object.keys(e.$options.emits):[],m=this.getRootNodes().filter(function(G){return G instanceof Element});if(m.length===1)for(var w=m[0],l=function(G){if(r.includes(G))return"continue";var K=function(){for(var j=[],U=0;U<arguments.length;U++)j[U]=arguments[U];cp(e.$,G,j)};w.addEventListener(G,K),b.cleanUpCallbacks.push(function(){w.removeEventListener(G,K)})},b=this,S=0,f=Object.keys(Ug);S<f.length;S++){var x=f[S];l(x)}}},Object.defineProperty(A.prototype,"element",{get:function(){return this.hasMultipleRoots?this.parentElement:this.vm.$el},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"vm",{get:function(){return this.componentVM},enumerable:!1,configurable:!0}),A.prototype.props=function(e){var r=this.componentVM.$props;return e?r[e]:r},A.prototype.emitted=function(e){return gp(this.vm,e)},A.prototype.isVisible=function(){var e=lo(this.element);return e.isVisible()},A.prototype.setData=function(e){return Kg(this.componentVM.$data,e),c.nextTick()},A.prototype.setProps=function(e){if(this.vm.$parent!==this.rootVM||!this.__setProps)throw Error("You can only use setProps on your mounted component");return this.__setProps(e),c.nextTick()},A.prototype.setValue=function(e,r){var m=r||"modelValue";return this.vm.$emit("update:".concat(m),e),this.vm.$nextTick()},A.prototype.unmount=function(){if(!this.__app)throw new Error("wrapper.unmount() can only be called by the root wrapper");up(this.vm),this.cleanUpCallbacks.forEach(function(e){return e()}),this.cleanUpCallbacks=[],this.__app.unmount()},A}(Mc);Xg(ki.VueWrapper,function(i,A,e){return new hp(i,A,e)});var Bp={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"};c.defineComponent({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var i=this,A,e,r=c.computed(function(){return Bp}),m=(e=(A=this.$slots)===null||A===void 0?void 0:A.default)===null||e===void 0?void 0:e.call(A,{route:r,href:c.computed(function(){return r.value.href}),isActive:c.computed(function(){return!1}),isExactActive:c.computed(function(){return!1}),navigate:function(){return Or(i,void 0,void 0,function(){return $r(this,function(w){return[2]})})}});return this.custom?m:c.h("a",void 0,m)}}),typeof setImmediate=="function"&&setImmediate;const Mi=Symbol(),Sc=Symbol(),xc=Symbol(),Fc={zh:{menus:{basicTitle:"基础组件",highTitle:"高级组件",layoutTitle:"布局组件",assistTitle:"辅助组件",useTemplateBtn:"使用模板"},actions:{previewJson:"生成JSON Schema",previewVueCode:"生成VUE代码",previewForm:"预览表单",clear:"清空",save:"保存"},canvas:{emptyTip:"请从左侧拖拽字段来组成表单",wrapperEmptyTip:"请拖入子字段"},attr:{tab1:{title:"字段配置",emptyTip:"未选中字段",linkage:{text:"联动",action1:"配置联动",action2:"数据联动"}},tab2:{title:"表单设置"}}},en:{menus:{basicTitle:"Basic Fields",highTitle:"High Basic Fields",layoutTitle:"Layout Fields",assistTitle:"Assist Fields",useTemplateBtn:"Use Template"},actions:{previewJson:"Preview JSON Script",previewVueCode:"Generate VUE code",previewForm:"Preview Form",clear:"Clear",save:"Save"},canvas:{emptyTip:"Please drag and drop fields from the left to form a form",wrapperEmptyTip:"Please drag in a subfield"},attr:{tab1:{title:"Field Configuration",emptyTip:"No field selected",linkage:{text:"Linkage",action1:"Configuration Item Linkage",action2:"Value Linkage"}},tab2:{title:"Form Settings"}}}},Cs=[{component:"Divider",props:{title:"选项设置",contentPosition:"center"},designKey:"design-gSnX",name:"form-xDEe"},{label:"数据模式",component:"Radio",name:"props.mode",props:{mode:"static",options:[{label:"静态",value:"static"},{label:"远程",value:"remote"}],optionType:"button",space:0},designKey:"form-PLpj"},{label:"静态选项",name:"props.options",component:"FormList",hidden:'{{$values.props.mode!=="static"}}',children:[{label:"选项名",name:"label",component:"Input",props:{placeholder:"请输入..."},designKey:"form-LnGh",initialValue:'{{ "选项" + ($index + 1) }}'},{label:"选项值",name:"value",component:"Input",designKey:"form-HYtW",initialValue:'{{ "value" + ($index + 1) }}'},{label:"是否禁用",name:"disabled",component:"Switch",designKey:"form-HYtW2"}],designKey:"form-Iwpd",props:{mode:"table",title:"选项"}},{component:"Card",props:{},designKey:"id-pGeN",name:"form-6vzT",hidden:'{{$values.props.mode==="static"}}',children:[{component:"Title",props:{title:"请求",type:"h4"},hideLabel:!0,designKey:"design-49fr",name:"form-Vf2D"},{label:"url",component:"Input",name:"props.api.url",initialValue:"https://apifoxmock.com/m1/5213940-4880280-default/options/test",designKey:"form-UrE8"},{label:"请求方式",component:"Select",name:"props.api.method",initialValue:"GET",props:{mode:"static",options:[{label:"GET",value:"GET"},{label:"POST",value:"POST"},{label:"PUT",value:"PUT"},{label:"DELETE",value:"DELETE"}]},designKey:"form-nOpD"},{label:"请求参数",component:"JsonEdit",name:"props.api.params",initialValue:{},dialog:!0},{component:"Title",props:{title:"响应",type:"h4"},hideLabel:!0,designKey:"design-49fr",name:"form-Vf2D"},{label:"数据路径",component:"Input",name:"props.api.dataPath",initialValue:"data",designKey:"form-UrE8"},{label:"标签key",component:"Input",name:"props.labelKey",initialValue:"label",designKey:"form-X6hs"},{label:"值Key",component:"Input",name:"props.valueKey",initialValue:"value",designKey:"form-STkl"},{label:"禁用Key",component:"Input",name:"props.disabledKey",initialValue:"disabled",designKey:"form-STkl2"}]}],Cp=[{name:"addB2b",schema:{labelWidth:150,labelPosition:"top",size:"default",scrollToError:!0,items:[{props:{title:"Basic Information",type:"h3",italic:!1},hideLabel:!0,component:"Title",designKey:"design-HvAF",name:"form-95DJ",hidden:!1},{props:{columns:1,columnGap:20,rowGap:20},component:"Grid",designKey:"design-rbQd",name:"form-n2CG",children:[{component:"Input",designKey:"design-OrTD",name:"companyName",label:"Company Name",props:{placeholder:""},required:!0}]},{props:{columns:3,columnGap:20,rowGap:20},component:"Grid",designKey:"design-qjn5",name:"form-OKLN",children:[{component:"Input",designKey:"design-1RWu",name:"status",label:"Status",props:{placeholder:""},required:!0},{component:"Input",designKey:"design-EkEJ",name:"shortName",label:"Short Name",props:{placeholder:""}},{component:"SearchInput",designKey:"design-e0wN",name:"segment",label:"Segment",props:{placeholder:""}},{label:"Company Type",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-qEnj",name:"companyType",required:!0},{label:"Missing KOB number Reason",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-hG6w",name:"form-N6hN",required:!0},{component:"Input",designKey:"design-JtbY",name:"kobNumber",label:"KOB Number",props:{placeholder:""}},{label:"Employee Number Range",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-onze",name:"enr"},{component:"Input",designKey:"design-r2BA",name:"eq",label:"Employee Quantity",props:{placeholder:""}},{component:"Input",designKey:"design-3rwV",name:"postCode",label:"Postcode",props:{placeholder:""},required:!0},{label:"Category",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-pWTp",name:"category"},{label:"Subsegment",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-4ew9",name:"subsegment"},{component:"Input",designKey:"design-IWXo",name:"rc",label:"Registered Capital",props:{placeholder:""}},{component:"Input",designKey:"design-wof2",name:"cvrNo",label:"CVR No.",props:{placeholder:""}},{label:"Preferred Language",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-Nzpd",name:"preferredL"},{component:"Input",designKey:"design-tLOd",name:"cp",label:"Customer Password",props:{placeholder:""}},{label:"Credit Level",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-a0Lk",name:"creditLevel"},{component:"Input",designKey:"design-fSNI",name:"creditLimit",label:"Credit Limit",props:{placeholder:""}},{label:"Stop Payment Fee",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-mEmC",name:"spf"}]},{component:"Input",designKey:"design-lJM5",name:"website",label:"Website",props:{placeholder:"",style:{width:"62%"}}},{component:"TextArea",designKey:"design-skC4",name:"remarks",label:"Remarks",props:{placeholder:"请输入...",autosize:{minRows:4,maxRows:999}}}]},id:"addB2b"},{name:"自增组件",schema:{labelWidth:150,labelPosition:"right",size:"default",items:[{label:"增添管理员",name:"vip",component:"Switch",props:{"inline-prompt":!1},designKey:"design-kVO2111",change:[{target:"users.*.vip",condition:"{{ $values.vip }}",value:1}]},{label:"增添用户",component:"FormList",children:[{label:"用户名",component:"Input",props:{placeholder:""},designKey:"design-M91n",name:"username",change:[{target:"users.[].vip",condition:'{{ $item.username.includes("admin") }}',value:1}]},{label:"密码",component:"Input",props:{placeholder:"请输入密码"},designKey:"design-kVO2",name:"password"},{label:"设为管理员",component:"Switch",designKey:"design-jC1O",name:"vip",props:{"inline-prompt":!1,"active-value":1,"inactive-value":0}}],props:{mode:"table"},designKey:"design-pMUa",name:"users"}]},id:"formList"},{name:"值联动",schema:{labelWidth:150,labelPosition:"right",size:"default",items:[{label:"字段1",component:"Input",props:{placeholder:"请输入..."},designKey:"form-NASi",name:"item1",change:[{target:"item2",value:"{{$values.item1 * 2}}"},{target:"item3",value:"{{$values.item1 + '元'}}"}]},{label:"字段2",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Nasd",name:"item2"},{label:"字段3",component:"Input",props:{placeholder:"请输入..."},designKey:"form-KI1N",name:"item3"}]},id:"valueLinkage"}],pp="vfc",ke=(i="")=>`${pp}-${i}`,da=(i,A)=>i.reduce((e,r)=>{if(r.designKey===A)return r;if(r.children){const m=da(r.children,A);if(m)return m}return e},null),Nc=(i,A)=>i.map(e=>e.designKey===A.designKey?A:e.children?{...e,children:Nc(e.children,A)}:e),Rc=i=>i.map(A=>{const e={...Oe.cloneDeep(A),designKey:`form-${Pn(4)}`,name:Pn(8)};return A.children&&(e.children=Rc(A.children)),e}),Lc=(i,A)=>i.reduce((e,r)=>{var m;if(r.children?e.push({...r,children:Lc(r.children,A)}):e.push(r),r.designKey===A){const w={...Oe.cloneDeep(r),designKey:`form-${Pn(4)}`,name:`${r.name}-${Pn(2)}`};r.children&&(w.children=Rc(r.children)),r.label&&!((m=w.label)!=null&&m.includes("copy"))&&(w.label=w.label+" copy"),e.push(w)}return e},[]),Gc=i=>i.map(A=>{if(!A.render)return A;const e={component:A.component,designKey:A.designKey||`design-${Pn(4)}`,name:A.name||`form-${Pn(4)}`};return A.children&&(e.children=Gc(A.children)),e}),ot=()=>{const i=c.reactive({schema:{items:[]},schemaContext:{},design:!1,footer:!1,read:!1,pageRulePath:"",formValues:{},selectData:{},initialValues:{},context:{},vCodePass:!1,updateFormValues:()=>{},updateSelectData:()=>{},updateInitialValues:()=>{},updateVCodePass:()=>{},validate:()=>Promise.reject(),resetFields:()=>{},submit:()=>{}});return c.inject(Sc,i)},Qp=()=>{const{fetchOptionsFn:i}=c.inject(Mi);return i},uo=i=>{const A=ot(),e=Qp(),r=c.ref([]),m=c.ref(!1),w=Oe.debounce(async()=>{if(e){m.value=!0;try{const f=await e({formItemProps:c.toRaw(i),formSchema:c.toRaw(A.schema)});r.value=[...r.value,...f]}finally{m.value=!1}}},300);c.onMounted(()=>{const{mode:f,options:x=[]}=i;f==="static"&&(r.value=x),f==="remote"&&w()}),c.watch(()=>i.apiParams,(f,x)=>{Oe.isEqual(f,x)||(r.value=[],w())}),c.watch(()=>i.options,(f=[])=>{i.mode==="static"&&(r.value=f)}),c.watch(()=>i.mode,f=>{f==="static"&&(r.value=i.options||[]),f==="remote"&&(r.value=[],w())});const{mode:l,dependentFields:b}=i;if(l==="remote"&&Array.isArray(b))for(const f of b)c.watch(()=>A.formValues[f],(x,G)=>{w()});return{selectChange:f=>{const{valueKey:x="value",multiple:G,name:K}=i;let j={};G&&Array.isArray(f)?j=r.value.filter(U=>f.includes(U[x])):j=r.value.find(U=>U[x]===f)||{},A.selectData&&K&&A.updateSelectData(K,j)},currentOptions:r,loading:m,fetchData:w}};function ha(){const i=c.inject(Mi),A=c.inject("asiaint-lang",c.ref("zh"));return i!=null&&i.lang?c.ref(i.lang):A}function Un(){const i=ha();return c.computed(()=>Fc[(i==null?void 0:i.value)||"en"])}const ee=(i,A)=>{const e=i.__vccOpts||i;for(const[r,m]of A)e[r]=m;return e},Ep={},Ip={t:"1703839194022",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5912",width:"200",height:"200"};function mp(i,A){return c.openBlock(),c.createElementBlock("svg",Ip,A[0]||(A[0]=[c.createElementVNode("path",{d:"M426.666667 426.666667H85.546667A85.418667 85.418667 0 0 0 0 512c0 47.445333 38.314667 85.333333 85.546667 85.333333H426.666667v341.12c0 47.274667 38.186667 85.546667 85.333333 85.546667 47.445333 0 85.333333-38.314667 85.333333-85.546667V597.333333h341.12A85.418667 85.418667 0 0 0 1024 512c0-47.445333-38.314667-85.333333-85.546667-85.333333H597.333333V85.546667A85.418667 85.418667 0 0 0 512 0c-47.445333 0-85.333333 38.314667-85.333333 85.546667V426.666667z","p-id":"5913"},null,-1)]))}const fp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Ep,[["render",mp]])},Symbol.toStringTag,{value:"Module"})),wp={},Dp={t:"1704896187350",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5332",width:"200",height:"200"};function bp(i,A){return c.openBlock(),c.createElementBlock("svg",Dp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 958.016611c-245.919634 0-446.016611-200.064292-446.016611-446.016611 0-245.919634 200.095256-446.016611 446.016611-446.016611 245.952318 0 446.016611 200.064292 446.016611 446.016611S757.952318 958.016611 512 958.016611zM512 129.983389c-210.655557 0-382.016611 171.359333-382.016611 382.016611 0 210.624593 171.359333 382.016611 382.016611 382.016611 210.624593 0 382.016611-171.359333 382.016611-382.016611S722.624593 129.983389 512 129.983389z","p-id":"5333"},null,-1),c.createElementVNode("path",{d:"M463.99957 304.00043c0 26.509985 21.490445 48.00043 48.00043 48.00043s48.00043-21.490445 48.00043-48.00043-21.490445-48.00043-48.00043-48.00043S463.99957 277.490445 463.99957 304.00043z","p-id":"5334"},null,-1),c.createElementVNode("path",{d:"M512 768c-17.664722 0-32.00086-14.303454-32.00086-32.00086L479.99914 448c0-17.664722 14.336138-32.00086 32.00086-32.00086s32.00086 14.336138 32.00086 32.00086l0 287.99914C544.00086 753.696546 529.664722 768 512 768z","p-id":"5335"},null,-1)]))}const yp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(wp,[["render",bp]])},Symbol.toStringTag,{value:"Module"})),vp={},kp={t:"1704360061247",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4770",width:"200",height:"200"};function _p(i,A){return c.openBlock(),c.createElementBlock("svg",kp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M329.4 460.5c10-2.3 16.3-12.2 14.1-22.3-4.7-21.1-5.5-42.7-2.1-64.3 14.6-94.2 103.1-159.1 197.4-144.5 22.2 3.4 43.2 11 62.3 22.4 8.9 5.3 20.3 2.4 25.5-6.4 5.3-8.8 2.4-20.3-6.4-25.6-23.3-13.9-48.7-23.1-75.7-27.3-114.5-17.7-222.2 61-239.9 175.6-4 26.2-3.2 52.5 2.6 78.2 1.9 8.7 9.6 14.6 18.2 14.6 1.3 0.1 2.7-0.1 4-0.4z","p-id":"4771"},null,-1),c.createElementVNode("path",{d:"M847.9 599.4c0-26.6-10.5-50.1-28-66.4 17.6-40.7 27.5-85.5 27.5-132.7 0-184.8-150.3-335.1-335.1-335.1S177.2 215.5 177.2 400.3c0 110.7 54.1 208.8 137 269.9 0.6 3.3 1.3 6.6 2.3 9.9 3.2 10.8 7.5 20.4 13 28.8 30.1 45.8 64.1 97.7 97.9 148.3 34.2 51.2 83.8 83.1 147.2 94.7 8 1.4 15.3 2.4 22.3 3.3 3.4 0.5 6.8 0.9 10.2 1.4 2.7 0.4 5.3 0.6 8 0.6h37.8c3 0 6-0.2 8.9-0.7 3.3-0.5 6.7-1.1 10-1.6 5.7-0.9 11.5-1.8 17.2-2.8 80.2-13.8 140.7-74.1 154.3-153.7 2.8-15.9 4.2-32 4.3-47.7 0.2-59.7 0.2-67.2 0.2-91.4 0.1-12.3 0.1-29.1 0.1-59.9z m-614.8-199c0-154.2 125-279.2 279.3-279.2 154.2 0 279.2 125 279.2 279.2 0 39.1-8.2 76.3-22.7 110.1-2.6-0.2-5.2-0.4-7.9-0.4-8.1 0-16 1.1-23.5 3.2-8.7-8.2-19.1-14.7-30.8-18.7-1.9-0.6-3.9-1.2-5.8-1.7 9.2-18.6 15.9-38.8 19.2-60.4 7.2-46.4-1-92.7-23.7-133.7-5-9-16.3-12.3-25.3-7.3-9 5-12.3 16.3-7.3 25.3 18.7 33.8 25.4 71.8 19.5 110-3.7 24.1-12.4 46.2-24.7 65.5-1.1 0.3-2.3 0.4-3.3 0.7-7.7-7-16.9-12.8-27.4-17.3-8-4.2-17-6.5-26.2-6.5h-1.9v-65c0-45.4-30.1-80.6-75-87.7-4.2-0.7-8.4-1-12.5-1-43.9 0-82.4 35.3-85.9 78.6-0.4 5.6-0.4 10.2-0.4 14V550c-17.4-10-33.1-22.9-46.2-38.6-6.6-7.9-18.3-8.9-26.2-2.3-7.9 6.6-8.9 18.3-2.3 26.2 9.1 10.9 19.3 20.6 30.2 29.3-22.6 5.8-42.5 20.2-54.8 40.5-0.5 0.8-0.8 1.6-1.3 2.4-56.8-51.1-92.3-125-92.3-207.1z m558.8 350.2c0 12.8-1.3 25.9-3.5 38.6-9.6 56.2-52.1 98.3-108.5 108-8.9 1.5-17.8 2.8-26.8 4.3h-37.8c-10.1-1.5-20.4-2.6-30.5-4.4-46.5-8.5-84.3-31-110.8-70.7-32.8-49.2-65.3-98.5-97.7-147.9-2.7-4.2-4.7-9-6.1-13.8-6.1-20.9 6.2-42.4 26.8-46.4 3-0.6 5.9-0.9 8.6-0.9 12.5 0 23.1 5.6 31.3 16.2 13.6 17.6 26.4 35.7 39.6 53.6l4.2 5.7c0.3-0.2 0.7-0.3 1.1-0.4v-5-279.2c0-3.2 0-6.3 0.2-9.5 1.2-14.7 15.6-27.2 30.2-27.2 1.3 0 2.6 0.1 3.9 0.3 17.4 2.7 27.8 14.8 27.8 32.5 0 49.7 0 132.9 0.1 182.6 0 2.6 0.2 5.3 0.9 7.7 1.3 4 4.3 6.2 8.6 6.5h0.9c4.1 0 7.2-2.1 8.8-5.7 1-2.3 1.1-5.1 1.1-7.7v-22.5-6.6c0-11.2 3.8-21 13.3-27.6 3.5-2.4 7.7-3.9 11.6-5.8h12.6c0.5 0.3 0.8 0.7 1.3 0.9 16.3 5.6 23.9 16.2 23.9 33.4v22.2-16.4 22.2c0 1.6-0.1 3.2 0.1 4.7 0.7 5.4 4.8 8.9 10 8.9h1c5.5-0.5 8.7-4.2 9-11.1v-0.2-1.2-10.6c0.2-7.3 2-14.2 6.7-20.2 6.2-7.8 15.2-12.1 24.6-12.1 3.4 0 6.9 0.6 10.2 1.7 12.9 4.4 21.2 17 21.2 31.9v28c0 1.9 0 3.9 0.2 5.8 0.6 5.1 3.9 7.7 8.6 8.6 0.5 0.1 1 0.1 1.5 0.1 3.7 0 7.7-2.6 8.9-6.3 0.8-2.4 1-5.1 1-7.7V602v11.3s0.1-3.4 0.1-13.2c0-5.4 1-11.3 3.2-16.3 4.7-11.1 16-17.8 27.7-17.8 2.2 0 4.3 0.2 6.4 0.7 15.1 3.3 24.6 16.1 24.6 32.7 0 90.3 0.1 60.8-0.1 151.2z","p-id":"4772"},null,-1)]))}const Mp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(vp,[["render",_p]])},Symbol.toStringTag,{value:"Module"})),Sp={},xp={t:"1703055882491",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9224",width:"200",height:"200"};function Fp(i,A){return c.openBlock(),c.createElementBlock("svg",xp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1001.946877 854.926059H22.053123V169.073941h979.893754v685.852118",fill:"#FFFFFF","p-id":"9225"},null,-1),c.createElementVNode("path",{d:"M1001.946877 391.075377H22.053123V169.073941h979.893754v222.001436",fill:"#CCCCCC","p-id":"9226"},null,-1),c.createElementVNode("path",{d:"M1001.946877 876.979182H22.053123c-12.49677 0-22.053123-9.556353-22.053123-22.053123V169.073941c0-12.49677 9.556353-22.053123 22.053123-22.053123h979.893754c12.49677 0 22.053123 9.556353 22.053123 22.053123v685.852118c0 12.49677-9.556353 22.053123-22.053123 22.053123zM44.106246 832.872936h935.787508V191.127064H44.106246v641.745872z","p-id":"9227"},null,-1),c.createElementVNode("path",{d:"M1001.946877 410.923187H22.053123c-12.49677 0-22.053123-9.556353-22.053123-22.053122V169.073941c0-12.49677 9.556353-22.053123 22.053123-22.053123h979.893754c12.49677 0 22.053123 9.556353 22.053123 22.053123v219.796124c0 12.49677-9.556353 22.053123-22.053123 22.053122zM44.106246 366.816942h935.787508V191.127064H44.106246v175.689878z","p-id":"9228"},null,-1)]))}const Np=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Sp,[["render",Fp]])},Symbol.toStringTag,{value:"Module"})),Rp={},Lp={t:"1703599079424",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7208",width:"200",height:"200"};function Gp(i,A){return c.openBlock(),c.createElementBlock("svg",Lp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M938.666667 86.186667v298.666666H85.333333v-298.666666h853.333334m85.333333-85.333334H0v469.333334h1024v-469.333334zM938.666667 681.813333v256H510.933333v-256H938.666667m85.333333-85.333333H425.6v426.666667H1024v-426.666667z","p-id":"7209"},null,-1),c.createElementVNode("path",{d:"M484.693333 863.36h-140.586666c-103.68 0-188.16-70.186667-188.16-156.373333V402.986667h85.333333v304c0 38.613333 47.146667 71.04 102.826667 71.04h140.586666v85.333333z","p-id":"7210"},null,-1)]))}const Hp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Rp,[["render",Gp]])},Symbol.toStringTag,{value:"Module"})),Pp={},Kp={t:"1703597650364",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6020",width:"200",height:"200"};function Up(i,A){return c.openBlock(),c.createElementBlock("svg",Kp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M732.09344 341.98528c-12.544-12.45184-32.82944-12.31872-45.24544 0.256L453.56544 578.048 350.30528 471.936c-12.35456-12.70272-32.60928-12.928-45.25056-0.64-12.672 12.31872-12.95872 32.60928-0.64 45.25056l126.01856 129.50528c0.06144 0.09728 0.19456 0.09728 0.256 0.18944 0.06656 0.06656 0.09728 0.18944 0.15872 0.256 2.01728 1.98656 4.51072 3.2 6.88128 4.54656 1.24928 0.67072 2.24256 1.792 3.52256 2.304 3.87072 1.60256 8.00256 2.40128 12.09856 2.40128 4.06016 0 8.12544-0.79872 11.96544-2.33472 1.24928-0.51712 2.20672-1.54112 3.39456-2.18112 2.40128-1.34144 4.89472-2.52416 6.94272-4.54144 0.06656-0.06656 0.09728-0.19456 0.19456-0.26112 0.06656-0.09728 0.15872-0.12288 0.256-0.18944l256.22528-259.00544C744.77056 374.68672 744.64256 354.432 732.09344 341.98528zM832 928l-640 0c-52.92544 0-96-43.06944-96-96l0-640c0-52.92544 43.07456-96 96-96l640 0c52.93056 0 96 43.07456 96 96l0 640C928 884.93056 884.93056 928 832 928zM192 160c-17.63328 0-32 14.36672-32 32l0 640c0 17.664 14.36672 32 32 32l640 0c17.664 0 32-14.336 32-32l0-640c0-17.63328-14.336-32-32-32L192 160z","p-id":"6021"},null,-1)]))}const Yp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Pp,[["render",Up]])},Symbol.toStringTag,{value:"Module"})),Tp={},Op={t:"1708504426013",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3921",width:"200",height:"200"};function $p(i,A){return c.openBlock(),c.createElementBlock("svg",Op,A[0]||(A[0]=[c.createElementVNode("path",{d:"M774.4 246.4c-6.4-6.4-16-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6l-67.2 67.2c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l44.8-44.8 44.8 44.8c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8l-67.2-67.2z","p-id":"3922"},null,-1),c.createElementVNode("path",{d:"M896 128H128c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64z m0 672c0 16-12.8 32-32 32H160c-19.2 0-32-16-32-32V480h768v320z m0-384H128V224c0-16 12.8-32 32-32h704c19.2 0 32 16 32 32v192z","p-id":"3923"},null,-1)]))}const Jp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Tp,[["render",$p]])},Symbol.toStringTag,{value:"Module"})),Zp={},zp={t:"1703684587275",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7454",width:"200",height:"200"};function Wp(i,A){return c.openBlock(),c.createElementBlock("svg",zp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 0a512 512 0 0 0 0 1024c180.224 0-110.592-204.8 204.8-204.8a302.08 302.08 0 0 0 307.2-307.2A512 512 0 0 0 512 0zM179.2 486.4A76.8 76.8 0 1 1 256 409.6a76.8 76.8 0 0 1-76.8 76.8zM358.4 307.2a76.8 76.8 0 1 1 76.8-76.8A76.8 76.8 0 0 1 358.4 307.2z m307.2 0a76.8 76.8 0 1 1 76.8-76.8A76.8 76.8 0 0 1 665.6 307.2z m179.2 179.2A76.8 76.8 0 1 1 921.6 409.6a76.8 76.8 0 0 1-76.8 76.8z","p-id":"7455"},null,-1)]))}const jp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Zp,[["render",Wp]])},Symbol.toStringTag,{value:"Module"})),qp={},Xp={t:"1705762520936",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4258",width:"200",height:"200"};function Vp(i,A){return c.openBlock(),c.createElementBlock("svg",Xp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M661.333333 234.666667A64 64 0 0 1 725.333333 298.666667v597.333333a64 64 0 0 1-64 64h-469.333333A64 64 0 0 1 128 896V298.666667a64 64 0 0 1 64-64z m-21.333333 85.333333H213.333333v554.666667h426.666667v-554.666667z m191.829333-256a64 64 0 0 1 63.744 57.856l0.256 6.144v575.701333a42.666667 42.666667 0 0 1-85.034666 4.992l-0.298667-4.992V149.333333H384a42.666667 42.666667 0 0 1-42.368-37.674666L341.333333 106.666667a42.666667 42.666667 0 0 1 37.674667-42.368L384 64h447.829333z","p-id":"4259"},null,-1)]))}const AQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(qp,[["render",Vp]])},Symbol.toStringTag,{value:"Module"})),eQ={},tQ={t:"1705910453717",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8006",width:"200",height:"200"};function nQ(i,A){return c.openBlock(),c.createElementBlock("svg",tQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M972.09863 1016.986301H259.506849c-19.638356 0-35.068493-15.430137-35.068493-35.068493V768.70137c-8.416438 5.610959-18.235616 9.819178-28.054794 12.624657h-1.40274c-12.624658 4.208219-26.652055 5.610959-39.276712 5.610959-77.150685 0-138.871233-63.123288-138.871233-138.871233 0-77.150685 63.123288-138.871233 138.871233-138.871232 14.027397 0 28.054795 2.805479 42.082191 7.013698 1.40274 0 2.805479 1.40274 4.20822 1.40274 7.013699 2.805479 14.027397 5.610959 19.638356 8.416438l2.805479 1.40274V269.326027c0-19.638356 15.430137-35.068493 35.068493-35.068493h228.646576l-4.20822-8.416438c-7.013699-11.221918-12.624658-22.443836-15.430137-35.068493v-1.40274c-4.208219-12.624658-5.610959-26.652055-5.610958-39.276712C462.90411 72.942466 526.027397 11.221918 601.775342 11.221918c77.150685 0 138.871233 63.123288 138.871233 138.871233 0 14.027397-2.805479 28.054795-7.013698 42.082191 0 1.40274-1.40274 2.805479-1.40274 4.20822-2.805479 7.013699-5.610959 14.027397-8.416438 19.638356l-7.013699 16.832877h255.29863c19.638356 0 35.068493 15.430137 35.068493 35.068493v314.213698c0 11.221918-5.610959 22.443836-15.430137 29.457535-9.819178 7.013699-22.443836 7.013699-33.665753 2.805479L897.753425 587.747945c-1.40274 0-1.40274-1.40274-2.80548-1.40274-2.805479-1.40274-7.013699-4.208219-11.221918-5.610958h-1.402739c-7.013699-2.805479-14.027397-2.805479-21.041096-2.80548-37.873973 0-68.734247 30.860274-68.734247 68.734247s30.860274 68.734247 68.734247 68.734246c7.013699 0 14.027397-1.40274 19.638356-2.805479 7.013699-1.40274 12.624658-5.610959 18.235616-8.416439 1.40274-1.40274 2.805479-1.40274 4.20822-2.805479l53.304109-25.249315c11.221918-5.610959 23.846575-4.208219 33.665754 1.40274s16.832877 18.235616 16.832876 29.457534V981.917808c0 19.638356-15.430137 35.068493-35.068493 35.068493z m-677.523288-70.136986h642.454795v-182.356164h-1.40274c-11.221918 7.013699-22.443836 12.624658-35.068493 16.832876h-1.40274c-12.624658 4.208219-26.652055 5.610959-39.276712 5.610959-77.150685 0-138.871233-63.123288-138.871233-138.871233 0-77.150685 63.123288-138.871233 138.871233-138.871232 14.027397 0 28.054795 2.805479 42.082192 7.013698 1.40274 0 2.805479 1.40274 4.208219 1.40274 7.013699 2.805479 14.027397 5.610959 19.638356 8.416438l9.819178 4.208219v-224.438356H662.093151c-11.221918 0-22.443836-5.610959-29.457535-15.430137-7.013699-9.819178-7.013699-22.443836-2.805479-33.665753l29.457534-67.331507c0-1.40274 1.40274-1.40274 1.40274-2.805479 1.40274-2.805479 4.208219-7.013699 5.610959-11.221918v-1.40274c2.805479-7.013699 2.805479-14.027397 2.805479-21.041096 0-37.873973-30.860274-68.734247-68.734246-68.734246s-68.734247 30.860274-68.734247 68.734246c0 7.013699 1.40274 14.027397 2.80548 19.638356 1.40274 7.013699 5.610959 12.624658 8.416438 18.235617 1.40274 1.40274 1.40274 2.805479 2.805479 4.208219l28.054795 60.317808c5.610959 11.221918 4.208219 23.846575-1.40274 33.665754s-18.235616 16.832877-29.457534 16.832876H294.575342v274.936987c0 11.221918-5.610959 22.443836-15.430137 29.457534-9.819178 7.013699-22.443836 7.013699-33.665753 2.805479L192.175342 589.150685c-1.40274 0-1.40274-1.40274-2.805479-1.40274-2.805479-1.40274-7.013699-4.208219-11.221918-5.610959h-1.40274c-7.013699-2.805479-14.027397-2.805479-21.041095-2.805479-37.873973 0-68.734247 30.860274-68.734247 68.734246s30.860274 68.734247 68.734247 68.734247c7.013699 0 14.027397-1.40274 19.638356-2.805479 7.013699-1.40274 12.624658-5.610959 18.235616-8.416439 1.40274-1.40274 2.805479-1.40274 4.208219-2.805479l46.290411-22.443836c11.221918-5.610959 23.846575-4.208219 33.665754 1.40274 9.819178 7.013699 16.832877 18.235616 16.832876 29.457534v235.660274z","p-id":"8007"},null,-1)]))}const iQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(eQ,[["render",nQ]])},Symbol.toStringTag,{value:"Module"})),oQ={},sQ={t:"1704941224194",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4108",width:"200",height:"200"};function rQ(i,A){return c.openBlock(),c.createElementBlock("svg",sQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M531.76 474.6c-35.2 0-22 43.92-65.92 52.72l-13.2 4.4c-22 4.4-26.4 4.4-26.4 22s8.8 22 17.6 22h52.72v145.04c0 22 4.4 35.12 26.4 35.12s26.4-17.6 26.4-35.12V501c0-22-8.8-26.4-17.6-26.4zM360.4 329.56h8.8c13.2 0 22-8.8 22-22V202.12c0-13.2-8.8-22-22-22h-8.8c-13.2 0-22 8.8-22 22v109.84c0 8.8 8.8 17.6 22 17.6z m285.68 0h8.8c13.2 0 22-8.8 22-22V202.12c0-13.2-8.8-22-22-22h-8.8c-13.2 0-22 8.8-22 22v109.84c0 8.8 13.2 17.6 22 17.6z m0 0","p-id":"4109"},null,-1),c.createElementVNode("path",{d:"M769.12 232.92H712v39.52h57.12c26.4 0 48.32 22 48.32 48.32v43.92H197.76v-43.92c0-26.4 22-48.32 48.32-48.32h57.12v-39.52h-52.72c-52.72 0-92.32 43.92-92.32 92.32v426.32c0 48.32 39.52 92.32 92.32 92.32h523.04c48.32 0 92.32-39.52 92.32-92.32v-426.4c-4.4-48.32-44-92.24-96.72-92.24z m0 566.96H250.48c-26.4 0-48.32-22-48.32-48.32V408.68h619.68v338.4c0 30.8-21.92 52.8-52.72 52.8z m0 0","p-id":"4110"},null,-1),c.createElementVNode("path",{d:"M421.92 232.92h175.84v39.52H421.92z","p-id":"4111"},null,-1)]))}const aQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(oQ,[["render",rQ]])},Symbol.toStringTag,{value:"Module"})),lQ={},gQ={t:"1703838633965",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5029",width:"200",height:"200"};function cQ(i,A){return c.openBlock(),c.createElementBlock("svg",gQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M607.897867 768.043004c-17.717453 0-31.994625-14.277171-31.994625-31.994625L575.903242 383.935495c0-17.717453 14.277171-31.994625 31.994625-31.994625s31.994625 14.277171 31.994625 31.994625l0 351.94087C639.892491 753.593818 625.61532 768.043004 607.897867 768.043004z","p-id":"5030"},null,-1),c.createElementVNode("path",{d:"M415.930119 768.043004c-17.717453 0-31.994625-14.277171-31.994625-31.994625L383.935495 383.935495c0-17.717453 14.277171-31.994625 31.994625-31.994625 17.717453 0 31.994625 14.277171 31.994625 31.994625l0 351.94087C447.924744 753.593818 433.647573 768.043004 415.930119 768.043004z","p-id":"5031"},null,-1),c.createElementVNode("path",{d:"M928.016126 223.962372l-159.973123 0L768.043004 159.973123c0-52.980346-42.659499-95.983874-95.295817-95.983874L351.94087 63.989249c-52.980346 0-95.983874 43.003528-95.983874 95.983874l0 63.989249-159.973123 0c-17.717453 0-31.994625 14.277171-31.994625 31.994625s14.277171 31.994625 31.994625 31.994625l832.032253 0c17.717453 0 31.994625-14.277171 31.994625-31.994625S945.73358 223.962372 928.016126 223.962372zM319.946246 159.973123c0-17.545439 14.449185-31.994625 31.994625-31.994625l320.806316 0c17.545439 0 31.306568 14.105157 31.306568 31.994625l0 63.989249L319.946246 223.962372 319.946246 159.973123 319.946246 159.973123z","p-id":"5032"},null,-1),c.createElementVNode("path",{d:"M736.048379 960.010751 288.123635 960.010751c-52.980346 0-95.983874-43.003528-95.983874-95.983874L192.139761 383.591466c0-17.717453 14.277171-31.994625 31.994625-31.994625s31.994625 14.277171 31.994625 31.994625l0 480.435411c0 17.717453 14.449185 31.994625 31.994625 31.994625l448.096758 0c17.717453 0 31.994625-14.277171 31.994625-31.994625L768.215018 384.795565c0-17.717453 14.277171-31.994625 31.994625-31.994625s31.994625 14.277171 31.994625 31.994625l0 479.231312C832.032253 916.835209 789.028725 960.010751 736.048379 960.010751z","p-id":"5033"},null,-1)]))}const uQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(lQ,[["render",cQ]])},Symbol.toStringTag,{value:"Module"})),dQ={},hQ={t:"1704174941122",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9227",width:"200",height:"200"};function BQ(i,A){return c.openBlock(),c.createElementBlock("svg",hQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M324.266667 472.177778L136.533333 284.444444 284.444444 136.533333l187.733334 187.733334L512 284.444444 284.444444 56.888889 56.888889 284.444444l227.555555 227.555556zM699.733333 551.822222l187.733334 187.733334-147.911111 147.911111-187.733334-187.733334-39.822222 39.822223 227.555556 227.555555 227.555555-227.555555-227.555555-227.555556z","p-id":"9228"},null,-1),c.createElementVNode("path",{d:"M170.382222 327.224889l104.561778-104.561778 40.220444 40.220445-104.561777 104.561777zM281.941333 444.017778l-40.220444-40.220445L346.339556 299.235556l40.220444 40.220444zM579.982222 736.824889l104.561778-104.561778 40.220444 40.220445-104.561777 104.561777zM653.937778 810.780444l104.561778-104.561777 40.220444 40.220444-104.561778 104.561778z","p-id":"9229"},null,-1),c.createElementVNode("path",{d:"M739.555556 136.533333L887.466667 284.444444 284.444444 887.466667 136.533333 739.555556 739.555556 136.533333M739.555556 56.888889L56.888889 739.555556l227.555555 227.555555L967.111111 284.444444l-227.555555-227.555555z","p-id":"9230"},null,-1),c.createElementVNode("path",{d:"M56.888889 739.555556h56.888889v227.555555H56.888889z","p-id":"9231"},null,-1),c.createElementVNode("path",{d:"M56.888889 910.222222h227.555555v56.888889H56.888889z","p-id":"9232"},null,-1)]))}const CQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(dQ,[["render",BQ]])},Symbol.toStringTag,{value:"Module"})),pQ={},QQ={t:"1706709803104",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5147",width:"200",height:"200"};function EQ(i,A){return c.openBlock(),c.createElementBlock("svg",QQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M32 464h960V576H32z","p-id":"5148"},null,-1)]))}const IQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(pQ,[["render",EQ]])},Symbol.toStringTag,{value:"Module"})),mQ={},fQ={t:"1704175176472",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"10353",width:"200",height:"200"};function wQ(i,A){return c.openBlock(),c.createElementBlock("svg",fQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M288 320h448a32 32 0 0 0 0-64H288a32 32 0 0 0 0 64zM288 544h448a32 32 0 0 0 0-64H288a32 32 0 0 0 0 64zM544 704H288a32 32 0 0 0 0 64h256a32 32 0 0 0 0-64z","p-id":"10354"},null,-1),c.createElementVNode("path",{d:"M896 132.928C896 77.28 851.552 32 796.928 32H227.04C172.448 32 128 77.28 128 132.928v758.144C128 946.72 172.448 992 227.04 992h435.008c1.568 0 2.912-0.672 4.416-0.896 8.96 1.6 18.464-0.256 25.984-6.528l192-160a31.424 31.424 0 0 0 10.816-27.2c0.16-1.184 0.736-2.208 0.736-3.424V132.928zM192 891.072V132.928C192 112.576 207.712 96 227.04 96h569.888C816.288 96 832 112.576 832 132.928V736h-96a96 96 0 0 0-96 96v96H227.04C207.712 928 192 911.424 192 891.072zM814.016 800L704 891.68V832a32 32 0 0 1 32-32h78.016z","p-id":"10355"},null,-1)]))}const DQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(mQ,[["render",wQ]])},Symbol.toStringTag,{value:"Module"})),bQ={},yQ={t:"1741155821098",class:"icon",viewBox:"0 0 1706 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6419",width:"200",height:"200"};function vQ(i,A){return c.openBlock(),c.createElementBlock("svg",yQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M0 174.933333L175.786667 0 853.333333 674.133333 1530.88 0 1706.666667 174.933333 853.333333 1024z","p-id":"6420"},null,-1)]))}const kQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(bQ,[["render",vQ]])},Symbol.toStringTag,{value:"Module"})),_Q={},MQ={t:"1729359107481",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3906",width:"200",height:"200"};function SQ(i,A){return c.openBlock(),c.createElementBlock("svg",MQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M721.493333 171.989333c51.114667-6.506667 101.909333 11.52 136.448 46.570667 67.2 68.202667 69.589333 184.746667-9.088 267.946667a562.773333 562.773333 0 0 1-37.098666 35.52c-10.517333 9.301333-44.992 38.336-47.829334 40.789333C704.746667 613.802667 682.666667 649.322667 682.666667 710.698667c0 69.418667 51.626667 112.042667 163.242666 128.746666a21.333333 21.333333 0 1 1-6.314666 42.197334C709.333333 862.165333 640 804.906667 640 710.698667c0-76.202667 28.416-121.898667 96.064-180.202667 3.2-2.752 37.376-31.552 47.466667-40.448a521.237333 521.237333 0 0 0 34.346666-32.853333c62.72-66.346667 60.885333-156.714667 9.685334-208.682667a119.146667 119.146667 0 0 0-62.570667-33.024l16 16c16.64 16.64 17.322667 42.986667 1.408 58.901333l-445.653333 445.653334c-7.936 7.936-23.082667 16.746667-34.218667 19.797333l-143.701333 39.253333c-21.909333 5.973333-35.114667-7.104-29.568-28.949333l37.269333-146.794667c2.773333-10.944 11.541333-26.325333 19.370667-34.154666l445.653333-445.653334c15.872-15.872 42.133333-15.36 58.901333 1.429334l31.04 31.018666zM216.064 615.36c-2.901333 2.901333-8.106667 12.096-9.109333 16.042667l-29.141334 114.773333 111.957334-30.592c4.437333-1.216 13.653333-6.528 16.810666-9.706667l445.653334-445.653333-90.517334-90.496-445.653333 445.653333z m414.08-414.058667l90.496 90.517334-30.165333 30.165333-90.517334-90.496 30.165334-30.186667z m-362.048 362.026667l90.496 90.538667-30.165333 30.165333-90.517334-90.517333 30.186667-30.165334z","p-id":"3907"},null,-1)]))}const xQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(_Q,[["render",SQ]])},Symbol.toStringTag,{value:"Module"})),FQ={},NQ={t:"1728140261623",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8124",width:"200",height:"200"};function RQ(i,A){return c.openBlock(),c.createElementBlock("svg",NQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M185.856 258.2016L117.3504 189.7984c-48.2816-48.2816 24.1152-120.6784 72.3968-72.3968l86.3744 86.3232A554.6496 554.6496 0 0 1 460.8 155.7504L460.8 153.6V102.4a51.2 51.2 0 1 1 102.4 0v53.3504c66.6624 5.7344 129.3312 22.4768 184.6272 47.9744l86.3744-86.3232a51.2 51.2 0 0 1 72.3968 72.3968l-68.4032 68.4032C921.088 322.56 972.8 411.6992 972.8 512c0 201.6768-208.9984 358.4-460.8 358.4s-460.8-156.7232-460.8-358.4c0-100.3008 51.712-189.44 134.656-253.7984zM512 768c200.6016 0 358.4-118.3232 358.4-256s-157.7984-256-358.4-256-358.4 118.3232-358.4 256 157.7984 256 358.4 256z m0-51.2a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6z m0-102.4a102.4 102.4 0 1 0 0-204.8 102.4 102.4 0 0 0 0 204.8z","p-id":"8125"},null,-1)]))}const LQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(FQ,[["render",RQ]])},Symbol.toStringTag,{value:"Module"})),GQ={},HQ={t:"1703055779128",class:"icon",viewBox:"0 0 1139 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8193",width:"200",height:"200"};function PQ(i,A){return c.openBlock(),c.createElementBlock("svg",HQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M0.244023 394.046187h317.658598v258.092532H0.244023z m403.879057 344.881835h329.198v284.421871H404.12308z m0-344.719308h329.198v258.092532H404.12308z m415.824776 344.719308H1137.931508v284.421871h-317.658599z m-820.028887 0h317.658599v284.421871H0.244023z m0-738.928022h1137.687485v307.581938h-1137.687485z m820.35394 394.046187H1137.931508v258.092532h-317.658599z","p-id":"8194"},null,-1)]))}const KQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(GQ,[["render",PQ]])},Symbol.toStringTag,{value:"Module"})),UQ={},YQ={t:"1704175538573",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"17151",width:"200",height:"200"};function TQ(i,A){return c.openBlock(),c.createElementBlock("svg",YQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M511.542857 14.057143C228.914286 13.942857 0 242.742857 0 525.142857 0 748.457143 143.2 938.285714 342.628571 1008c26.857143 6.742857 22.742857-12.342857 22.742858-25.371429v-88.571428c-155.085714 18.171429-161.371429-84.457143-171.771429-101.6C172.571429 756.571429 122.857143 747.428571 137.714286 730.285714c35.314286-18.171429 71.314286 4.571429 113.028571 66.171429 30.171429 44.685714 89.028571 37.142857 118.857143 29.714286 6.514286-26.857143 20.457143-50.857143 39.657143-69.485715-160.685714-28.8-227.657143-126.857143-227.657143-243.428571 0-56.571429 18.628571-108.571429 55.2-150.514286-23.314286-69.142857 2.171429-128.342857 5.6-137.142857 66.4-5.942857 135.428571 47.542857 140.8 51.771429 37.714286-10.171429 80.8-15.542857 129.028571-15.542858 48.457143 0 91.657143 5.6 129.714286 15.885715 12.914286-9.828571 76.914286-55.771429 138.628572-50.171429 3.314286 8.8 28.228571 66.628571 6.285714 134.857143 37.028571 42.057143 55.885714 94.514286 55.885714 151.2 0 116.8-67.428571 214.971429-228.571428 243.314286a145.714286 145.714286 0 0 1 43.542857 104v128.571428c0.914286 10.285714 0 20.457143 17.142857 20.457143 202.4-68.228571 348.114286-259.428571 348.114286-484.685714 0-282.514286-229.028571-511.2-511.428572-511.2z","p-id":"17152"},null,-1)]))}const OQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(UQ,[["render",TQ]])},Symbol.toStringTag,{value:"Module"})),$Q={},JQ={t:"1705649491640",class:"icon",viewBox:"0 0 1371 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6157",width:"200",height:"200"};function ZQ(i,A){return c.openBlock(),c.createElementBlock("svg",JQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1052.91381327 223.61256508h-165.52399247V800.42054084h165.5306138c11.42161264 0 21.14819137-4.03894707 29.26581204-12.07049191 8.07789413-8.07789413 12.13008315-17.75812433 12.13008387-29.1333884V264.81644539c0-11.36864273-4.05218974-21.08197883-12.12346254-29.13338767-8.12424271-8.05803016-17.85082147-12.09697724-29.27243337-12.09697724v0.02648459z m-248.29592034-0.0264846h-248.29592034v576.80135445h248.29592034V223.57945916zM473.55666605 800.38743492V223.57945916h-165.5306138c-11.42161264 0-21.14819137 4.03894707-29.26581206 12.10359856-8.06465149 8.0447875-12.13008315 17.75812433-12.13008315 29.13338767v494.38697248c0 11.37526406 4.06543166 21.05549423 12.12346183 29.1333884 8.12424271 8.03154558 17.85082147 12.07049265 29.27243338 12.07049192h165.5306138v-0.02648459zM308.01943164 141.21142578h744.90100296c34.23835189 0 63.51078599 12.07049265 87.76433096 36.21809854C1164.93831125 201.57050889 1177.06177308 230.70389656 1177.06177308 264.81644539v494.39359381c0 34.08606424-12.12346182 63.24593648-36.37700752 87.37367914-24.25354569 24.13436323-53.52597908 36.20485588-87.76433096 36.20485588H308.01943164c-34.23835189 0-63.52402793-12.07049265-87.76433167-36.20485588C196.00155426 822.45597643 183.87809244 793.29610344 183.87809244 759.2100392V264.81644539C183.87809244 230.70389656 196.00155426 201.57050889 220.25509997 177.42952433 244.48878167 153.28191843 273.78107903 141.21142578 308.02605225 141.21142578z","p-id":"6158"},null,-1)]))}const zQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee($Q,[["render",ZQ]])},Symbol.toStringTag,{value:"Module"})),WQ={},jQ={t:"1708311321522",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3919",width:"200",height:"200"};function qQ(i,A){return c.openBlock(),c.createElementBlock("svg",jQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M511.998 16.512c-273.649 0-495.482 221.837-495.482 495.486 0 273.651 221.833 495.49 495.482 495.49 273.653 0 495.486-221.839 495.486-495.488 0-273.649-221.831-495.488-495.486-495.488zM560.084 797.914c0 13.682-11.089 24.776-24.774 24.776h-74.323c-13.679 0-24.772-11.093-24.772-24.776v-74.321c0-13.686 11.093-24.778 24.772-24.778h74.323c13.684 0 24.774 11.091 24.774 24.778v74.321zM682.891 456.897c-9.958 14.199-32.561 32.291-60.858 54.35l-31.359 21.64c-15.23 11.814-28.738 25.568-33.733 41.315-1.707 5.365-2.986 14.183-3.847 23.706-0.434 4.792-4.721 14.568-14.741 14.568-24.551 0-71.341 0-80.651 0-13.109 0-15.451-10.268-15.232-15.291 1.451-32.919 4.468-62.144 17.88-77.878 27.155-31.839 88.943-71.469 88.943-71.469 9.407-7.099 17.023-14.816 22.783-23.226 10.471-14.438 19.158-30.294 19.158-47.626 0-19.921-5.824-38.079-17.51-54.515-11.646-16.371-32.979-24.573-63.891-24.573-30.43 0-52.001 10.1-64.716 30.291-9.393 14.918-15.307 28.634-17.756 43.558-0.871 5.282-4.258 16.407-15.548 16.407-23.854 0-67.833 0-78.66 0-16.749 0-20.437-10.854-19.953-16.086 6.063-65.94 31.831-110.993 77.393-139.922 30.981-19.918 69.097-29.913 114.31-29.913 59.41 0 108.726 14.162 148.043 42.527 39.247 28.326 58.927 70.299 58.927 125.952 0.004 34.082-11.958 62.822-28.98 86.185z","p-id":"3920"},null,-1)]))}const XQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(WQ,[["render",qQ]])},Symbol.toStringTag,{value:"Module"})),VQ={},AE={t:"1706194238781",class:"icon",viewBox:"0 0 1102 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4468",width:"200",height:"200"};function eE(i,A){return c.openBlock(),c.createElementBlock("svg",AE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1080.950154 519.876923l-0.078769-0.157538-0.157539-0.07877c-44.740923-94.444308-98.461538-170.692923-160.846769-228.903384l-62.385231 62.464c53.799385 49.467077 100.273231 115.318154 140.445539 198.025846-102.557538 212.125538-247.886769 312.713846-446.54277 312.713846-63.172923 0-120.989538-10.161231-173.764923-30.798769l-67.347692 67.268923c71.995077 34.658462 152.260923 52.224 241.112615 52.224 236.544 0 412.750769-123.667692 529.48677-369.585231a74.043077 74.043077 0 0 0 0.078769-63.172923z m-78.769231-408.812308l-52.145231-52.224a9.846154 9.846154 0 0 0-13.942154 0L792.418462 202.436923C720.502154 167.620923 640.393846 150.134154 551.384615 150.134154c-236.544 0-412.750769 123.667692-529.486769 369.585231V519.876923a74.200615 74.200615 0 0 0 0 63.409231c44.819692 94.365538 98.461538 170.692923 160.846769 228.982154l-123.904 123.667692a9.846154 9.846154 0 0 0 0 13.942154l52.145231 52.224a9.846154 9.846154 0 0 0 13.942154 0L1002.180923 124.770462a9.767385 9.767385 0 0 0 0-13.784616z m-589.981538 471.591385a137.846154 137.846154 0 0 1 165.572923-165.572923L412.120615 582.656z m227.091692-227.091692a216.772923 216.772923 0 0 0-288.610462 288.610461L245.287385 749.568c-53.799385-49.545846-100.273231-115.318154-140.445539-198.025846C207.478154 339.416615 352.886154 238.828308 551.384615 238.828308c63.172923 0 120.989538 10.161231 173.764923 30.798769l-85.858461 85.937231zM546.500923 689.230769c-7.876923 0-15.675077-0.630154-23.158154-1.969231l-62.936615 62.857847a216.615385 216.615385 0 0 0 284.908308-284.908308l-62.857847 62.936615A138.003692 138.003692 0 0 1 546.422154 689.230769z","fill-opacity":".65","p-id":"4469"},null,-1)]))}const tE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(VQ,[["render",eE]])},Symbol.toStringTag,{value:"Module"})),nE={},iE={t:"1706685177134",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5205",width:"200",height:"200"};function oE(i,A){return c.openBlock(),c.createElementBlock("svg",iE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M437.996 697.519 437.996 697.519 437.996 586.722 327.195 586.722c-61.187 0-110.797 49.61-110.797 110.797 0 61.195 49.61 110.797 110.797 110.797C388.387 808.316 437.996 758.714 437.996 697.519L437.996 697.519 437.996 697.519 437.996 697.519zM493.395 697.519c0 91.789-74.411 166.195-166.2 166.195C235.41 863.714 161 789.308 161 697.519c0-91.789 74.41-166.195 166.195-166.195l110.801 0 55.399 0 0 55.398L493.395 697.519 493.395 697.519 493.395 697.519zM585.723 697.519 585.723 586.722 696.52 586.722c61.195 0 110.796 49.61 110.796 110.797 0 61.195-49.601 110.797-110.796 110.797C635.332 808.316 585.723 758.714 585.723 697.519L585.723 697.519 585.723 697.519zM530.324 697.519c0 91.789 74.41 166.195 166.196 166.195 91.789 0 166.199-74.406 166.199-166.195 0-91.789-74.41-166.195-166.199-166.195L585.723 531.324l-55.399 0 0 55.398L530.324 697.519 530.324 697.519 530.324 697.519zM437.996 328.195l0 110.801L327.195 438.996c-61.187 0-110.797-49.61-110.797-110.801 0-61.188 49.61-110.797 110.797-110.797C388.387 217.398 437.996 267.007 437.996 328.195L437.996 328.195 437.996 328.195zM493.395 328.195c0-91.785-74.411-166.195-166.2-166.195C235.41 162 161 236.41 161 328.195c0 91.789 74.41 166.199 166.195 166.199l110.801 0 55.399 0 0-55.398L493.395 328.195 493.395 328.195 493.395 328.195zM585.723 328.195l0 110.801L696.52 438.996c61.195 0 110.796-49.61 110.796-110.801 0-61.188-49.601-110.797-110.796-110.797C635.332 217.398 585.723 267.007 585.723 328.195L585.723 328.195 585.723 328.195zM530.324 328.195 530.324 328.195C530.324 236.41 604.734 162 696.52 162c91.789 0 166.199 74.41 166.199 166.195 0 91.789-74.41 166.199-166.199 166.199L585.723 494.394l-55.399 0 0-55.398L530.324 328.195 530.324 328.195 530.324 328.195zM530.324 328.195",fill:"#272636","p-id":"5206"},null,-1)]))}const sE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(nE,[["render",oE]])},Symbol.toStringTag,{value:"Module"})),rE={},aE={t:"1704703304741",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9731",width:"200",height:"200"};function lE(i,A){return c.openBlock(),c.createElementBlock("svg",aE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M384.04864 128h-307.2A76.8 76.8 0 0 0 0.04864 204.8v409.6a76.8 76.8 0 0 0 76.8 76.8h307.2A76.8 76.8 0 0 0 460.84864 614.4V204.8a76.8 76.8 0 0 0-76.8-76.8z m-307.2 51.2h307.2A25.6 25.6 0 0 1 409.64864 204.8v409.6a25.6 25.6 0 0 1-25.6 25.6h-307.2A25.6 25.6 0 0 1 51.24864 614.4V204.8a25.6 25.6 0 0 1 25.6-25.6zM947.24864 128h-307.2A76.8 76.8 0 0 0 563.24864 204.8v409.6a76.8 76.8 0 0 0 76.8 76.8h307.2A76.8 76.8 0 0 0 1024.04864 614.4V204.8a76.8 76.8 0 0 0-76.8-76.8z m-307.2 51.2h307.2a25.6 25.6 0 0 1 25.6 25.6v409.6a25.6 25.6 0 0 1-25.6 25.6h-307.2a25.6 25.6 0 0 1-25.6-25.6V204.8a25.6 25.6 0 0 1 25.6-25.6zM435.24864 819.2a25.6 25.6 0 0 1 4.608 50.7904L435.24864 870.4h-409.6a25.6 25.6 0 0 1-4.608-50.7904L25.64864 819.2h409.6zM998.44864 819.2a25.6 25.6 0 0 1 4.608 50.7904L998.44864 870.4h-409.6a25.6 25.6 0 0 1-4.608-50.7904L588.84864 819.2h409.6z","p-id":"9732"},null,-1)]))}const gE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(rE,[["render",lE]])},Symbol.toStringTag,{value:"Module"})),cE={},uE={t:"1702300882657",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1495","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"};function dE(i,A){return c.openBlock(),c.createElementBlock("svg",uE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M118.784 727.04h778.24v-430.08h-778.24v430.08z m-40.96-471.04h860.16v512h-860.16v-512z m116.736 153.6v204.8c0 12.288 8.192 20.48 20.48 20.48s20.48-8.192 20.48-20.48v-204.8c0-12.288-8.192-20.48-20.48-20.48s-20.48 8.192-20.48 20.48z","p-id":"1496"},null,-1)]))}const hE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(cE,[["render",dE]])},Symbol.toStringTag,{value:"Module"})),BE={},CE={t:"1703055643727",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4960",width:"200",height:"200"};function pE(i,A){return c.openBlock(),c.createElementBlock("svg",CE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M122.368 165.888h778.24c-9.216 0-16.384-7.168-16.384-16.384v713.728c0-9.216 7.168-16.384 16.384-16.384h-778.24c9.216 0 16.384 7.168 16.384 16.384V150.016c0 8.192-6.656 15.872-16.384 15.872z m-32.768 684.544c0 26.112 20.992 47.104 47.104 47.104h750.08c26.112 0 47.104-20.992 47.104-47.104V162.304c0-26.112-20.992-47.104-47.104-47.104H136.704c-26.112 0-47.104 20.992-47.104 47.104v688.128z","p-id":"4961"},null,-1),c.createElementVNode("path",{d:"M305.664 344.576h43.008v306.176H296.448V435.2c-23.552 19.968-50.688 33.792-81.408 43.008V424.448c46.592-19.456 76.8-46.08 90.624-79.872zM598.528 603.648v47.616h-189.44v-32.768c20.48-41.472 50.176-77.824 88.576-109.568 35.328-29.696 52.736-55.296 51.712-76.8 0-29.696-14.336-44.544-43.008-44.544-19.968 1.024-34.816 17.408-46.08 48.64l-47.616-20.48c17.92-51.2 50.688-76.8 99.328-76.8 55.296 3.072 84.992 33.28 88.576 90.112 2.048 38.4-20.48 75.776-66.56 112.64-25.6 19.968-46.592 40.448-61.952 61.952h126.464zM617.984 569.856l47.616-11.776c6.144 34.304 20.992 51.712 46.08 51.712 30.72 0 46.08-15.872 46.08-47.616-1.024-29.696-16.384-45.056-46.08-46.08h-33.792v-47.616h23.552c29.696-1.024 45.056-15.872 46.08-44.544-1.024-23.552-12.288-35.84-33.792-36.864-22.528 1.024-36.352 16.896-41.472 47.616l-48.64-13.312c12.8-54.272 42.496-81.92 88.576-82.944 56.32 2.048 85.504 31.232 87.552 87.552 0 27.648-12.288 48.128-36.864 61.952 31.744 13.824 47.616 38.4 47.616 74.24-2.048 59.392-34.304 90.112-97.792 93.184-54.784 0-86.016-28.16-94.72-85.504z","p-id":"4962"},null,-1)]))}const QE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(BE,[["render",pE]])},Symbol.toStringTag,{value:"Module"})),EE={},IE={t:"1703055995909",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"10211",width:"200",height:"200"};function mE(i,A){return c.openBlock(),c.createElementBlock("svg",IE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M960 704h-63.616v-167.392a32 32 0 0 0-32-32H544V416h160a32 32 0 0 0 32-32V96a32 32 0 0 0-32-32H320a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h160v88.608H161.984a32 32 0 0 0-32 31.968L129.792 704H64a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32H193.792l0.16-135.392H480V704h-64a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32h-64v-135.392h288.384V704H768a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32zM352 128h320v224H352V128zM224 896H96v-128h128v128z m352 0h-128v-128h128v128z m352 0h-128v-128h128v128z","p-id":"10212"},null,-1)]))}const fE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(EE,[["render",mE]])},Symbol.toStringTag,{value:"Module"})),wE={},DE={t:"1703683757240",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5282",width:"200",height:"200"};function bE(i,A){return c.openBlock(),c.createElementBlock("svg",DE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M591.9488 76.8a30.72 30.72 0 0 1 21.71904 8.99584l258.48832 258.48832a30.72 30.72 0 0 1 8.99584 21.71904V430.08h45.568a20.48 20.48 0 0 1 20.48 20.48v358.4a20.48 20.48 0 0 1-20.48 20.48h-45.568v87.04a30.72 30.72 0 0 1-30.72 30.72h-675.84a30.72 30.72 0 0 1-30.72-30.72v-87.04H97.28a20.48 20.48 0 0 1-20.48-20.48V450.56a20.48 20.48 0 0 1 20.48-20.48h46.592V107.52a30.72 30.72 0 0 1 30.72-30.72zM809.472 829.44h-593.92v46.08h593.92v-46.08z m-249.344-342.016c-75.264 0-128 58.88-128 143.36 0 81.408 51.2 138.752 124.416 138.752 63.488 0 128-44.544 128-143.872 0-81.408-51.2-138.24-124.416-138.24z m-323.584 4.096H178.688v176.64c0 45.056-14.336 48.64-32.768 48.64-11.264 0-19.456-3.072-22.528-4.096l-14.336-5.632-9.216 51.712 9.728 4.096c10.24 3.584 26.112 6.656 38.912 6.656 40.448 0 88.064-16.896 88.064-98.816V491.52z m114.176-4.608c-53.76 0-93.184 33.792-93.184 80.384 0 37.888 24.064 65.024 73.728 82.432 32.256 12.8 38.4 23.04 40.448 37.888 0 18.432-14.848 29.696-39.424 29.696-16.896 0-36.352-5.12-50.688-14.336l-14.336-8.704-15.872 51.712 7.68 5.12c15.872 10.752 45.056 17.92 70.656 17.92 49.664 0 99.84-26.112 99.84-84.48 0-50.688-36.352-71.168-71.68-84.992-35.328-13.312-41.472-22.016-41.472-35.84 0-11.264 8.704-24.576 33.792-24.576 18.432 0 32.256 5.632 40.96 10.24l13.312 7.168 16.896-50.688-9.216-5.12c-9.216-5.12-29.184-13.824-61.44-13.824z m404.992 4.608h-54.784v273.92h55.808v-118.784c0-18.432 0-34.304-0.512-49.152 6.656 10.752 13.824 23.04 22.016 35.84l82.432 132.096h52.224V491.52h-55.808v123.47904c0.01024 13.37344 0.07168 26.09664 0.512 38.82496-5.632-10.24-11.776-20.48-18.432-30.72L755.712 491.52z m-197.12 47.616c45.568 0 66.56 45.568 66.56 88.064 0 45.056-20.992 90.624-67.072 90.624-45.568 0-66.56-45.568-66.56-88.064 0-67.072 36.352-90.624 67.072-90.624z m25.6-390.656h-368.64v281.6h593.92V363.52h-194.56a30.72 30.72 0 0 1-30.72-30.72V148.48z m71.68 76.8v66.56h66.56l-66.56-66.56z","p-id":"5283"},null,-1)]))}const yE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(wE,[["render",bE]])},Symbol.toStringTag,{value:"Module"})),vE={},kE={t:"1704177937362",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"19086",width:"200",height:"200"};function _E(i,A){return c.openBlock(),c.createElementBlock("svg",kE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M914.496 653.504a39.893333 39.893333 0 0 0-16 3.306667l-0.213333 0.085333h-0.192l-387.882667 165.312-388.010667-165.205333h-0.213333l-0.192-0.106667a40.853333 40.853333 0 0 0-16-3.285333c-23.082667 0-41.792 19.285333-41.792 43.093333 0 18.005333 10.709333 33.28 25.813333 39.808l403.882667 172.096 0.405333 0.106667a40.426667 40.426667 0 0 0 32 0l0.213334-0.106667c0.085333 0 0.085333-0.106667 0.192-0.106667l403.882666-172.096a43.157333 43.157333 0 0 0 25.813334-39.808c0.106667-23.786667-18.602667-43.093333-41.706667-43.093333z m0-186.496c-7.893333-0.213333-16 3.2-16 3.2l-388.288 165.397333L121.792 470.186667s-10.282667-3.2-16-3.2c-23.082667 0-41.792 19.2-41.792 42.986666 0 17.92 10.709333 33.301333 25.813333 39.701334l403.882667 172.010666c0.106667 0 0.106667 0.106667 0.213333 0.106667l0.085334 0.085333a40.533333 40.533333 0 0 0 32 0l0.213333-0.085333c0.085333 0 0.085333 0 0.192-0.106667l403.904-172.010666a43.264 43.264 0 0 0 25.898667-39.68c0.106667-23.808-18.602667-43.008-41.706667-43.008zM89.813333 363.2l403.904 172.096c0.106667 0 0.106667 0 0.213334 0.106667l0.085333 0.106666a41.92 41.92 0 0 0 32 0l0.213333-0.106666 0.192-0.106667 403.904-171.989333a43.370667 43.370667 0 0 0 25.898667-39.701334c0-18.005333-10.709333-33.301333-25.813333-39.808L526.506667 111.594667c-0.106667 0-0.106667 0-0.213334-0.085334l-0.213333-0.106666a40.448 40.448 0 0 0-32 0l-0.085333 0.106666L89.813333 283.712A43.050667 43.050667 0 0 0 64 323.498667c0 17.92 10.709333 33.216 25.813333 39.701333z","p-id":"19087"},null,-1)]))}const ME=Object.freeze(Object.defineProperty({__proto__:null,default:ee(vE,[["render",_E]])},Symbol.toStringTag,{value:"Module"})),SE={},xE={t:"1704894799777",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4348",width:"200",height:"200"};function FE(i,A){return c.openBlock(),c.createElementBlock("svg",xE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.975a16.003 16.003 0 0 0 14.624 9.503h24.055c6.33 0 12.065-3.732 14.63-9.518l59.109-133.35v157.458c0 8.838 7.165 16.003 16.003 16.003h27.337c8.838 0 16.003-7.165 16.003-16.003V486.002c0-8.838-7.165-16.003-16.003-16.003h-34.746a16.003 16.003 0 0 0-14.673 9.616l-79.473 182.587-79.473-182.587A16.003 16.003 0 0 0 417.96 470h-34.958c-8.838 0-16.003 7.165-16.003 16.003v271.996c0 8.838 7.165 16.003 16.003 16.003h27.126c8.838 0 16.003-7.165 16.003-16.003V600.929z","p-id":"4349"},null,-1)]))}const NE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(SE,[["render",FE]])},Symbol.toStringTag,{value:"Module"})),RE={},LE={t:"1703837724812",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3877",width:"200",height:"200"};function GE(i,A){return c.openBlock(),c.createElementBlock("svg",LE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M486.4 776.533333v-213.333333H247.466667v106.666667L85.333333 512l162.133334-162.133333V512h238.933333V247.466667H349.866667L512 85.333333l162.133333 162.133334h-132.266666V512h238.933333V349.866667L938.666667 512l-162.133334 162.133333v-106.666666h-238.933333v213.333333h132.266667L512 938.666667l-162.133333-162.133334h136.533333z","p-id":"3878"},null,-1)]))}const HE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(RE,[["render",GE]])},Symbol.toStringTag,{value:"Module"})),PE={},KE={t:"1702992107847",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4267","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"};function UE(i,A){return c.openBlock(),c.createElementBlock("svg",KE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M784 1024h-544A176 176 0 0 1 64 848v-416A176 176 0 0 1 240 256h544A176 176 0 0 1 960 432v416A176 176 0 0 1 784 1024zM240 352A80 80 0 0 0 160 432v416a80 80 0 0 0 80 80h544a80 80 0 0 0 80-80v-416a80 80 0 0 0-80-80z",fill:"","p-id":"4268"},null,-1),c.createElementVNode("path",{d:"M512 448a48 48 0 0 1 48 48v288A48 48 0 0 1 512 832a48 48 0 0 1-48-48v-288A48 48 0 0 1 512 448zM664.32 301.44v-14.08C640 178.56 611.84 96 512 96S384 167.04 364.8 275.84l-5.12 24.32-94.08-19.84 4.48-24.32C288 167.04 320 0 512 0s222.72 173.44 243.2 266.88v13.44z",fill:"","p-id":"4269"},null,-1)]))}const YE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(PE,[["render",UE]])},Symbol.toStringTag,{value:"Module"})),TE={},OE={t:"1703055586130",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3916",width:"200",height:"200"};function $E(i,A){return c.openBlock(),c.createElementBlock("svg",OE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 65.984C266.08 65.984 65.984 266.08 65.984 512c0 245.952 200.064 446.016 446.016 446.016 245.952 0 446.016-200.064 446.016-446.016C958.016 266.08 757.952 65.984 512 65.984zM512 894.016C301.344 894.016 129.984 722.624 129.984 512 129.984 301.344 301.344 129.984 512 129.984c210.624 0 382.016 171.36 382.016 382.016C894.016 722.624 722.624 894.016 512 894.016z","p-id":"3917"},null,-1),c.createElementVNode("path",{d:"M512 352c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160S600.224 352 512 352z","p-id":"3918"},null,-1)]))}const JE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(TE,[["render",$E]])},Symbol.toStringTag,{value:"Module"})),ZE={},zE={t:"1705643861503",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5125",width:"200",height:"200"};function WE(i,A){return c.openBlock(),c.createElementBlock("svg",zE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1020.93824 386.304a64.64 64.64 0 0 0-51.584-45.44l-276.352-41.984L569.41824 37.248A63.744 63.744 0 0 0 512.07424 0a63.68 63.68 0 0 0-57.28 37.248L331.21024 298.88l-276.48 41.984a64.64 64.64 0 0 0-51.52 45.44c-7.552 24.192-1.28 50.688 16.192 68.48l199.936 203.584-47.168 287.616c-4.16 25.024 5.76 50.304 25.408 65.28a61.952 61.952 0 0 0 67.328 5.12L512.07424 880.512l247.232 135.744a62.08 62.08 0 0 0 67.328-5.12c19.648-14.912 29.504-40.192 25.408-65.28l-47.232-287.552L1004.87424 454.72c17.408-17.728 23.68-44.224 16.128-68.416","p-id":"5126"},null,-1)]))}const jE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(ZE,[["render",WE]])},Symbol.toStringTag,{value:"Module"})),qE={},XE={t:"1703839228306",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6053",width:"200",height:"200"};function VE(i,A){return c.openBlock(),c.createElementBlock("svg",XE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M587.229378 437.990403 580.722174 437.990403 76.975139 437.990403 76.975139 581.918419 580.722174 581.918419 587.229378 581.918419 940.542216 581.918419 940.542216 437.990403Z","p-id":"6054"},null,-1)]))}const AI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(qE,[["render",VE]])},Symbol.toStringTag,{value:"Module"})),eI={},tI={t:"1707470386657",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3905",width:"200",height:"200"};function nI(i,A){return c.openBlock(),c.createElementBlock("svg",tI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M712.145455 316.509091h-390.981819c-18.618182 0-37.236364 13.963636-37.236363 37.236364s18.618182 37.236364 37.236363 37.236363h158.254546v344.436364c0 18.618182 18.618182 37.236364 37.236363 37.236363s37.236364-18.618182 37.236364-37.236363v-344.436364h158.254546c18.618182 0 37.236364-18.618182 37.236363-37.236363s-18.618182-37.236364-37.236363-37.236364z","p-id":"3906"},null,-1),c.createElementVNode("path",{d:"M842.472727 51.2h-665.6c-69.818182 0-130.327273 60.509091-130.327272 130.327273v665.6c0 69.818182 60.509091 130.327273 130.327272 130.327272h665.6c74.472727 0 130.327273-55.854545 130.327273-130.327272V176.872727c0-69.818182-55.854545-125.672727-130.327273-125.672727z m60.509091 795.927273c0 32.581818-23.272727 55.854545-55.854545 55.854545h-665.6c-32.581818 0-55.854545-23.272727-55.854546-55.854545V176.872727c0-32.581818 23.272727-55.854545 55.854546-55.854545h665.6c32.581818 0 55.854545 23.272727 55.854545 55.854545v670.254546z","p-id":"3907"},null,-1)]))}const iI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(eI,[["render",nI]])},Symbol.toStringTag,{value:"Module"})),oI={},sI={t:"1728100556289",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5207",width:"200",height:"200"};function rI(i,A){return c.openBlock(),c.createElementBlock("svg",sI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M814.805 128a51.179 51.179 0 0 1 51.179 51.179V844.01a51.179 51.179 0 0 1-51.179 51.157H201.173a51.179 51.179 0 0 1-51.178-51.157V179.179A51.179 51.179 0 0 1 201.173 128h613.654zM329.024 434.837a51.093 51.093 0 0 1-51.179-51.093V179.157h-76.672v664.854h613.76V179.179H738.22v204.48a51.179 51.179 0 0 1-51.179 51.178H329.024z m0-51.093h357.995V179.157H329.024v204.587z m357.91 204.501a25.557 25.557 0 1 1 0.085 51.072H329.024a25.536 25.536 0 1 1 0-51.072h357.91z","p-id":"5208"},null,-1)]))}const aI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(oI,[["render",rI]])},Symbol.toStringTag,{value:"Module"})),lI={},gI={t:"1728140209660",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7097",width:"200",height:"200"};function cI(i,A){return c.openBlock(),c.createElementBlock("svg",gI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M938.666667 42.666667a42.666667 42.666667 0 0 1 42.666666 42.666666v853.333334a42.666667 42.666667 0 0 1-42.666666 42.666666H85.333333a42.666667 42.666667 0 0 1-42.666666-42.666666V85.333333a42.666667 42.666667 0 0 1 42.666666-42.666666h853.333334z m-42.666667 298.666666H128v554.666667h768V341.333333zM382.890667 447.573333a21.333333 21.333333 0 0 1 30.122666-1.066666l31.232 29.098666a21.333333 21.333333 0 0 1 1.024 30.165334l-103.808 111.274666 103.808 111.36a21.333333 21.333333 0 0 1-1.024 30.122667l-31.232 29.098667a21.333333 21.333333 0 0 1-30.122666-1.024l-130.005334-139.392-14.464-13.482667a21.290667 21.290667 0 0 1-6.741333-16.64l0.128-3.626667a21.248 21.248 0 0 1 6.613333-13.056l14.421334-13.482666z m258.218666 0l130.005334 139.349334 14.464 13.482666c3.84 3.584 6.016 8.234667 6.613333 13.056l0.128 3.584a21.290667 21.290667 0 0 1-6.741333 16.682667l-14.506667 13.482667-129.962667 139.392a21.333333 21.333333 0 0 1-27.093333 3.413333l-3.029333-2.389333-31.232-29.098667a21.333333 21.333333 0 0 1-1.024-30.122667l103.765333-111.36-103.765333-111.274666a21.333333 21.333333 0 0 1 1.024-30.165334l31.232-29.098666a21.333333 21.333333 0 0 1 30.122666 1.066666zM896 128H128v128h768V128z",opacity:".65","p-id":"7098"},null,-1)]))}const uI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(lI,[["render",cI]])},Symbol.toStringTag,{value:"Module"})),dI={},hI={t:"1706682823369",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3946",width:"200",height:"200"};function BI(i,A){return c.openBlock(),c.createElementBlock("svg",hI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M 1014.65 967.259 L 708.256 660.86 a 400.522 400.522 0 1 0 -47.395 47.395 l 305.731 305.731 a 33.3768 33.3768 0 0 0 47.395 -47.395 Z M 164.881 638.832 a 333.768 333.768 0 1 1 473.95 0 a 333.768 333.768 0 0 1 -473.95 0 Z","p-id":"3947"},null,-1)]))}const CI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(dI,[["render",BI]])},Symbol.toStringTag,{value:"Module"})),pI={},QI={t:"1741244239723",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11748",width:"200",height:"200"};function EI(i,A){return c.openBlock(),c.createElementBlock("svg",QI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M901.12 645.12l84.48 84.48-61.44 61.44-84.48-84.48c-51.2 28.16-117.76 17.92-161.28-23.04-56.32-56.32-56.32-145.92 0-194.56s145.92-56.32 194.56 0c51.2 40.96 56.32 107.52 28.16 156.16z m-332.8-217.6v166.4H10.24v-166.4h558.08z m0 391.68H10.24v-166.4h558.08V819.2z m445.44-445.44H10.24V204.8h1003.52v168.96zM122.88 261.12v56.32H179.2v-56.32H122.88z m110.08 0v56.32h56.32v-56.32H232.96z m-110.08 222.72v56.32H179.2v-56.32H122.88z m110.08 0v56.32h56.32v-56.32H232.96z m-110.08 222.72v56.32H179.2v-56.32H122.88z m110.08 0v56.32h56.32v-56.32H232.96z m506.88-81.92c23.04 23.04 56.32 23.04 76.8 0 23.04-23.04 23.04-56.32 0-76.8-23.04-23.04-56.32-23.04-76.8 0-20.48 20.48-20.48 53.76 0 76.8z",fill:"#040000","p-id":"11749"},null,-1)]))}const II=Object.freeze(Object.defineProperty({__proto__:null,default:ee(pI,[["render",EI]])},Symbol.toStringTag,{value:"Module"})),mI={},fI={t:"1702352445968",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5056","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"};function wI(i,A){return c.openBlock(),c.createElementBlock("svg",fI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M794.17 147.91c45.16 0.2 81.71 36.76 81.92 81.92v564.34c-0.2 45.16-36.76 81.71-81.92 81.92H229.83c-45.16-0.2-81.71-36.76-81.92-81.92V229.83c0.2-45.16 36.76-81.71 81.92-81.92h564.34m0-45.51H229.83c-70.09 0-127.43 57.34-127.43 127.43v564.34c0 70.08 57.34 127.43 127.43 127.43h564.34c70.08 0 127.43-57.34 127.43-127.43V229.83c0-70.09-57.34-127.43-127.43-127.43z m0 0","p-id":"5057"},null,-1),c.createElementVNode("path",{d:"M514.8 704.46c-6.02 0.01-11.81-2.38-16.07-6.64l-256-255.09a22.73 22.73 0 0 1-6-22 22.752 22.752 0 0 1 16.1-16.16c7.87-2.11 16.27 0.14 22.02 5.92l239.88 239.05 239.22-239.39c8.89-8.82 23.25-8.8 32.11 0.06 8.86 8.86 8.9 23.21 0.08 32.11L530.89 697.79a22.744 22.744 0 0 1-16.09 6.67z m0 0","p-id":"5058"},null,-1)]))}const DI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(mI,[["render",wI]])},Symbol.toStringTag,{value:"Module"})),bI={},yI={t:"1706707968748",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4174",width:"200",height:"200"};function vI(i,A){return c.openBlock(),c.createElementBlock("svg",yI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M228.704 212.096v66.688H112V212.096h116.704z m333.184 266.592v66.688H112v-66.688h449.888z m-266.496 266.72v66.592H112v-66.688l183.392 0.096z m116.608-600c8.992 0 16.8 3.296 23.488 9.888 6.496 6.496 9.888 14.496 9.888 23.488v133.312c0 8.992-3.296 16.8-9.888 23.488a32.416 32.416 0 0 1-23.488 9.888H278.816c-8.992 0-16.8-3.296-23.488-9.888a32.128 32.128 0 0 1-9.888-23.488V178.912c0-8.992 3.296-16.8 9.888-23.488 6.496-6.496 14.304-9.888 23.488-9.888l133.184-0.096z m66.688 533.28c8.992 0 16.8 3.296 23.488 9.888 6.496 6.496 9.888 14.496 9.888 23.488v133.312c0 8.992-3.296 16.8-9.888 23.488a32.416 32.416 0 0 1-23.488 9.888H345.28c-8.992 0-16.8-3.296-23.488-9.888a32.416 32.416 0 0 1-9.888-23.488v-133.312c0-8.992 3.296-16.8 9.888-23.488 6.496-6.496 14.304-9.888 23.488-9.888l133.408-0.096zM912 212.096v66.688H462.112V212.096H912z m0 533.312v66.592H528.608v-66.688l383.392 0.096z m-166.784-333.312c8.992 0 16.8 3.296 23.488 9.888 6.496 6.496 9.888 14.496 9.888 23.488v133.312c0 8.992-3.296 16.8-9.888 23.488a32.416 32.416 0 0 1-23.488 9.888h-133.216c-8.992 0-16.8-3.296-23.488-9.888a32.128 32.128 0 0 1-9.888-23.488v-133.408c0-8.992 3.296-16.8 9.888-23.488 6.496-6.496 14.496-9.888 23.488-9.888l133.216 0.096z m166.784 66.592v66.688h-116.704v-66.688H912z","p-id":"4175"},null,-1)]))}const kI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(bI,[["render",vI]])},Symbol.toStringTag,{value:"Module"})),_I={},MI={t:"1703683830020",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6437",width:"200",height:"200"};function SI(i,A){return c.openBlock(),c.createElementBlock("svg",MI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M751.36 768H272.64a271.36 271.36 0 0 1 0-542.72h478.72a271.36 271.36 0 0 1 0 542.72zM272.64 287.36a207.36 207.36 0 0 0 0 414.72h478.72a207.36 207.36 0 0 0 0-414.72z","p-id":"6438"},null,-1),c.createElementVNode("path",{d:"M735.36 494.72m-158.08 0a158.08 158.08 0 1 0 316.16 0 158.08 158.08 0 1 0-316.16 0Z","p-id":"6439"},null,-1)]))}const xI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(_I,[["render",SI]])},Symbol.toStringTag,{value:"Module"})),FI={},NI={t:"1732514809165",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3898",width:"200",height:"200"};function RI(i,A){return c.openBlock(),c.createElementBlock("svg",NI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M908.8 1005.44H115.2a101.76 101.76 0 0 1-101.12-101.76V110.72A101.76 101.76 0 0 1 115.2 8.96h296.96a32.64 32.64 0 0 1 32 32V262.4a32 32 0 0 1-32 32 32 32 0 0 1-32-32v-192H115.2a37.76 37.76 0 0 0-37.12 37.76v795.52a37.76 37.76 0 0 0 37.12 37.76h793.6a37.76 37.76 0 0 0 37.12-37.76V267.52a32 32 0 0 1 32-32 32 32 0 0 1 32 32v636.16a101.76 101.76 0 0 1-101.12 101.76z",fill:"#323333","p-id":"3899"},null,-1),c.createElementVNode("path",{d:"M977.92 299.52a32.64 32.64 0 0 1-32-32V180.48a37.12 37.12 0 0 0-37.12-37.76H421.12a32 32 0 0 1-32-32 32 32 0 0 1 32-32h487.68a101.76 101.76 0 0 1 101.12 101.76v87.04a32 32 0 0 1-32 32z",fill:"#323333","p-id":"3900"},null,-1),c.createElementVNode("path",{d:"M977.92 299.52H64a32 32 0 0 1-32-32 32 32 0 0 1 32-32h913.92a32 32 0 0 1 32 32 32 32 0 0 1-32 32z",fill:"#323333","p-id":"3901"},null,-1),c.createElementVNode("path",{d:"M699.52 299.52a32 32 0 0 1-32-32V110.72a32 32 0 0 1 64 0v156.8a32 32 0 0 1-32 32z",fill:"#323333","p-id":"3902"},null,-1)]))}const LI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(FI,[["render",RI]])},Symbol.toStringTag,{value:"Module"})),GI={},HI={t:"1724730105736",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1494",width:"200",height:"200"};function PI(i,A){return c.openBlock(),c.createElementBlock("svg",HI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M920.528912 444.49616l-340.111125-340.114737a135.932464 135.932464 0 0 0-96.155899-39.758503L200.418112 64.662657h-0.018063C125.275769 64.662657 64.301413 125.40943 64.301413 200.548159v283.673992a136.091412 136.091412 0 0 0 39.881326 96.199248l340.230335 340.241173a136.022775 136.022775 0 0 0 192.369598 0l283.74624-283.76069c53.128139-53.131752 53.128139-139.277583 0-192.405722z m-45.209673 147.192436l-283.746241 283.760691a72.064544 72.064544 0 0 1-101.924964 0l-340.212273-340.241173A72.187367 72.187367 0 0 1 128.241582 484.218538V200.548159A72.021195 72.021195 0 0 1 200.396437 128.602826l283.843776-0.039737a71.887535 71.887535 0 0 1 50.935389 21.053294l340.114737 340.1039a72.104281 72.104281 0 0 1 0.0289 101.968313z",fill:"","p-id":"1495"},null,-1),c.createElementVNode("path",{d:"M384.002258 255.999097c-70.69543 0-128.003161 57.307731-128.003161 128.003161S313.306828 511.998194 384.002258 511.998194s127.999548-57.307731 127.999548-127.999549S454.690463 255.999097 384.002258 255.999097z m45.296371 173.29592a64.059379 64.059379 0 1 1 18.759396-45.292759 63.640337 63.640337 0 0 1-18.763008 45.292759z",fill:"","p-id":"1496"},null,-1)]))}const KI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(GI,[["render",PI]])},Symbol.toStringTag,{value:"Module"})),UI={},YI={t:"1730966767890",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3919",width:"200",height:"200"};function TI(i,A){return c.openBlock(),c.createElementBlock("svg",YI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M859.428571 256a18.285714 18.285714 0 0 1-18.285714-18.285714V146.285714H182.857143v91.428572a18.285714 18.285714 0 0 1-36.571429 0v-109.714286a18.285714 18.285714 0 0 1 18.285715-18.285714h694.857142a18.285714 18.285714 0 0 1 18.285715 18.285714v109.714286a18.285714 18.285714 0 0 1-18.285715 18.285714z","p-id":"3920"},null,-1),c.createElementVNode("path",{d:"M512 932.571429a18.285714 18.285714 0 0 1-18.285714-18.285715V128a18.285714 18.285714 0 0 1 36.571428 0V914.285714a18.285714 18.285714 0 0 1-18.285714 18.285715z","p-id":"3921"},null,-1),c.createElementVNode("path",{d:"M694.857143 932.571429H329.142857a18.285714 18.285714 0 0 1 0-36.571429h365.714286a18.285714 18.285714 0 0 1 0 36.571429z","p-id":"3922"},null,-1)]))}const OI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(UI,[["render",TI]])},Symbol.toStringTag,{value:"Module"})),$I={},JI={t:"1703231974424",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11202",width:"200",height:"200"};function ZI(i,A){return c.openBlock(),c.createElementBlock("svg",JI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M760.32 625.152a12.8 12.8 0 0 0-13.824 2.56l-153.6 153.6a12.8 12.8 0 0 0 9.216 22.016h153.6a12.8 12.8 0 0 0 12.8-12.8v-153.6a12.8 12.8 0 0 0-8.192-11.776z",fill:"","p-id":"11203"},null,-1),c.createElementVNode("path",{d:"M768 157.184H256a128 128 0 0 0-128 128v512a128 128 0 0 0 128 128h512a128 128 0 0 0 128-128v-512a128 128 0 0 0-128-128z m76.8 640a76.8 76.8 0 0 1-76.8 76.8H256a76.8 76.8 0 0 1-76.8-76.8v-512A76.8 76.8 0 0 1 256 208.384h512a76.8 76.8 0 0 1 76.8 76.8z",fill:"","p-id":"11204"},null,-1),c.createElementVNode("path",{d:"M307.2 401.92h409.6a25.6 25.6 0 0 0 0-51.2H307.2a25.6 25.6 0 0 0 0 51.2zM307.2 570.88h409.6a25.6 25.6 0 0 0 0-51.2H307.2a25.6 25.6 0 1 0 0 51.2zM512 688.128H307.2a25.6 25.6 0 1 0 0 51.2h204.8a25.6 25.6 0 1 0 0-51.2z",fill:"","p-id":"11205"},null,-1)]))}const zI=Object.freeze(Object.defineProperty({__proto__:null,default:ee($I,[["render",ZI]])},Symbol.toStringTag,{value:"Module"})),WI={},jI={t:"1705911423739",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9058",width:"200",height:"200"};function qI(i,A){return c.openBlock(),c.createElementBlock("svg",jI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M256 213.333333h104.874667v267.093334h324.48V213.333333h104.874666v640h-104.874666v-283.264H360.874667V853.333333H256z","p-id":"9059"},null,-1)]))}const XI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(WI,[["render",qI]])},Symbol.toStringTag,{value:"Module"})),VI={},Am={t:"1706919981946",class:"icon",viewBox:"0 0 1536 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4200",width:"200",height:"200"};function em(i,A){return c.openBlock(),c.createElementBlock("svg",Am,A[0]||(A[0]=[c.createElementVNode("path",{d:"M757.76 614.4L512 768 757.76 921.6V819.2h307.2V716.8h-307.2zM0 0v1024h409.6V0H0z m307.2 921.6H102.4V102.4h204.8v819.2zM1474.56 0H1126.4v1024h409.6V0h-61.44zM1433.6 921.6h-204.8V102.4h204.8v819.2zM819.2 102.4H512v102.4h307.2v102.4l245.76-153.6L819.2 0z","p-id":"4201"},null,-1)]))}const tm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(VI,[["render",em]])},Symbol.toStringTag,{value:"Module"})),nm={},im={t:"1728100521082",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4204",width:"200",height:"200"};function om(i,A){return c.openBlock(),c.createElementBlock("svg",im,A[0]||(A[0]=[c.createElementVNode("path",{d:"M640 64a64 64 0 0 1 64 64v85.333333h226.133333c4.693333 0 8.533333 3.84 8.533334 8.533334v46.933333a8.533333 8.533333 0 0 1-8.533334 8.533333H874.666667v554.666667a128 128 0 0 1-128 128H277.333333a128 128 0 0 1-128-128V277.333333H93.866667a8.533333 8.533333 0 0 1-8.533334-8.533333v-46.933333c0-4.693333 3.84-8.533333 8.533334-8.533334H320V128a64 64 0 0 1 64-64h256z m170.666667 213.333333H213.333333v554.666667a64 64 0 0 0 60.245334 63.893333L277.333333 896h469.333334a64 64 0 0 0 63.893333-60.245333L810.666667 832V277.333333z m-392.533334 128c4.693333 0 8.533333 3.84 8.533334 8.533334v324.266666a8.533333 8.533333 0 0 1-8.533334 8.533334h-46.933333a8.533333 8.533333 0 0 1-8.533333-8.533334V413.866667c0-4.693333 3.84-8.533333 8.533333-8.533334h46.933333z m234.666667 0c4.693333 0 8.533333 3.84 8.533333 8.533334v324.266666a8.533333 8.533333 0 0 1-8.533333 8.533334h-46.933333a8.533333 8.533333 0 0 1-8.533334-8.533334V413.866667c0-4.693333 3.84-8.533333 8.533334-8.533334h46.933333zM640 128H384v85.333333h256V128z","p-id":"4205"},null,-1)]))}const sm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(nm,[["render",om]])},Symbol.toStringTag,{value:"Module"})),rm={},am={t:"1742201720189",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3586",width:"200",height:"200"};function lm(i,A){return c.openBlock(),c.createElementBlock("svg",am,A[0]||(A[0]=[c.createElementVNode("path",{d:"M950.4 128.2H330.1c-5.5 0-10 4.5-10 10v172c0 5.5 4.5 10 10 10h620.3c5.5 0 10-4.5 10-10v-172c0-5.5-4.5-10-10-10z m-62 120H392.1v-48h496.3v48zM950.4 704.2H491.8c-5.5 0-10 4.5-10 10v172c0 5.5 4.5 10 10 10h458.6c5.5 0 10-4.5 10-10v-172c0-5.5-4.5-10-10-10z m-62 120H553.8v-48h334.6v48zM491.8 608.2h457.1c5.5 0 10-4.5 10-10v-172c0-5.5-4.5-10-10-10H491.8c-5.5 0-10 4.5-10 10v172c0 5.5 4.5 10 10 10z m62-120h333.1v48H553.8v-48zM384.1 548.2c19.9 0 36-16.1 36-36s-16.1-36-36-36h-188v-163c35.2-14.2 60-48.7 60-89 0-53-43-96-96-96s-96 43-96 96c0 40.3 24.8 74.8 60 89v487c0 19.9 16.1 36 36 36h224c19.9 0 36-16.1 36-36s-16.1-36-36-36h-188v-216h188z",fill:"#333333","p-id":"3587"},null,-1)]))}const gm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(rm,[["render",lm]])},Symbol.toStringTag,{value:"Module"})),cm={},um={t:"1707573140261",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4919",width:"200",height:"200"};function dm(i,A){return c.openBlock(),c.createElementBlock("svg",um,A[0]||(A[0]=[c.createElementVNode("path",{d:"M543.7 157v534c0 16.6-13.4 30-30 30s-30-13.4-30-30V157c0-16.6 13.4-30 30-30 16.5 0 30 13.4 30 30z",fill:"","p-id":"4920"},null,-1),c.createElementVNode("path",{d:"M323.1 331c11.8 11.8 30.7 11.8 42.5 0l119.9-119.9c15.6-15.6 40.9-15.6 56.6 0L662 331c11.7 11.7 30.7 11.7 42.4 0s11.7-30.7 0-42.4L541.7 126.1c-15.6-15.6-41-15.6-56.6 0L323 288.6c-11.6 11.8-11.6 30.7 0.1 42.4zM853.7 913h-680c-33.1 0-60-26.9-60-60V583.7c0-16.4 12.8-30.2 29.2-30.7 16.9-0.4 30.8 13.2 30.8 30v240c0 16.6 13.4 30 30 30h620c16.6 0 30-13.4 30-30V583.7c0-16.4 12.8-30.2 29.2-30.7 16.9-0.4 30.8 13.2 30.8 30v270c0 33.1-26.9 60-60 60z",fill:"","p-id":"4921"},null,-1)]))}const hm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(cm,[["render",dm]])},Symbol.toStringTag,{value:"Module"})),Bm={},Cm={t:"1705549223486",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3971",width:"200",height:"200"};function pm(i,A){return c.openBlock(),c.createElementBlock("svg",Cm,A[0]||(A[0]=[c.createElementVNode("path",{d:"M828.8 598.4c-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L694.4 688c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l35.2-35.2V896c0 16 12.8 32 32 32s32-12.8 32-32V697.6l38.4 38.4c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8l-92.8-92.8z m-419.2-240c16-35.2 6.4-76.8-19.2-105.6-28.8-28.8-73.6-35.2-108.8-22.4-35.2 16-57.6 54.4-57.6 92.8 0 51.2 41.6 92.8 92.8 92.8 38.4 0 76.8-22.4 92.8-57.6zM288 323.2c0-9.6 3.2-16 9.6-22.4 3.2-9.6 12.8-12.8 22.4-12.8 16 0 32 12.8 32 28.8s-12.8 32-28.8 35.2c-19.2 0-35.2-12.8-35.2-28.8z","p-id":"3972"},null,-1),c.createElementVNode("path",{d:"M896 96H128c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h544v-64H160c-19.2 0-32-16-32-32V192c0-16 12.8-32 32-32h704c19.2 0 32 16 32 32v416h64V160c0-35.2-28.8-64-64-64z","p-id":"3973"},null,-1),c.createElementVNode("path",{d:"M182.4 713.6c12.8 12.8 32 12.8 44.8 0l134.4-134.4 112 112c3.2 3.2 3.2 3.2 6.4 3.2 12.8 6.4 25.6 6.4 38.4-3.2l316.8-316.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L496 624 384 508.8l-3.2-3.2c-12.8-9.6-28.8-9.6-41.6 3.2l-160 160c-9.6 12.8-9.6 32 3.2 44.8z","p-id":"3974"},null,-1)]))}const Qm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Bm,[["render",pm]])},Symbol.toStringTag,{value:"Module"})),Em={},Im={t:"1730861883815",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1611",width:"200",height:"200"};function mm(i,A){return c.openBlock(),c.createElementBlock("svg",Im,A[0]||(A[0]=[c.createElementVNode("path",{d:"M0 0h1024v1024H0z",opacity:".01","p-id":"1612"},null,-1),c.createElementVNode("path",{d:"M512 127.2832a738.816 738.816 0 0 0 336.1792 121.0368v351.4368c0 40.192-12.9536 82.2784-38.5536 124.9792-23.8592 39.8336-58.88 80.0256-101.2224 116.2752a608.256 608.256 0 0 1-120.8832 80.896c-41.216 20.4288-67.3792 25.7536-75.52 25.7536-8.192 0-34.304-5.3248-75.52-25.8048a608.256 608.256 0 0 1-120.8832-80.8448c-42.3424-36.2496-77.312-76.4416-101.2224-116.224-25.6-42.752-38.5536-84.6848-38.5536-125.0304V248.32A738.816 738.816 0 0 0 512 127.2832zM512 51.2c-13.7728 0-27.648 4.0448-39.68 12.1344a663.4496 663.4496 0 0 1-303.7184 109.3632C130.9696 176.5376 102.4 209.3056 102.4 248.4736v351.5392C102.4 834.2528 409.6512 1024 512 1024c102.3488 0 409.6-189.7472 409.6-423.936V248.3712c0-39.1168-28.672-71.8848-66.2016-75.7248a663.9616 663.9616 0 0 1-303.7184-109.3632A71.2704 71.2704 0 0 0 512 51.2z","p-id":"1613"},null,-1),c.createElementVNode("path",{d:"M439.552 704.512l-120.0128-120.064a42.752 42.752 0 0 1 0-60.1088 42.752 42.752 0 0 1 60.1088 0l120.0128 120.0128a42.752 42.752 0 0 1 0 60.1088 42.752 42.752 0 0 1-60.1088 0z","p-id":"1614"},null,-1),c.createElementVNode("path",{d:"M782.0288 425.8304l-279.3984 279.5008c-15.36 15.3088-40.4992 15.3088-55.9616 0a39.8336 39.8336 0 0 1 0-55.9616l279.4496-279.5008c15.3088-15.3088 40.448-15.3088 55.9104 0a39.5776 39.5776 0 0 1 0 55.9616z","p-id":"1615"},null,-1)]))}const fm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Em,[["render",mm]])},Symbol.toStringTag,{value:"Module"})),wm={},Dm={t:"1728097746557",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3853",width:"200",height:"200"};function bm(i,A){return c.openBlock(),c.createElementBlock("svg",Dm,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 504L764.8 68.8h-134.4L512 275.2 393.6 70.4h-134.4L512 504zM819.2 70.4L512 600 204.8 68.8H0l512 886.4L1024 70.4H819.2z","p-id":"3854"},null,-1)]))}const ym=Object.freeze(Object.defineProperty({__proto__:null,default:ee(wm,[["render",bm]])},Symbol.toStringTag,{value:"Module"})),ge=c.defineComponent({name:"IconRender",__name:"index",props:{name:{}},setup(i){const e=Object.entries(Object.assign({"./icons/add.vue":fp,"./icons/alert.vue":yp,"./icons/button.vue":Mp,"./icons/card.vue":Np,"./icons/cascader.vue":Hp,"./icons/checkbox.vue":Yp,"./icons/collapse.vue":Jp,"./icons/colorPicker.vue":jp,"./icons/copy.vue":AQ,"./icons/custom.vue":iQ,"./icons/datePicker.vue":aQ,"./icons/delete.vue":uQ,"./icons/design.vue":CQ,"./icons/divider.vue":IQ,"./icons/document.vue":DQ,"./icons/dropdown.vue":kQ,"./icons/esign.vue":xQ,"./icons/eye.vue":LQ,"./icons/formList.vue":KQ,"./icons/github.vue":OQ,"./icons/grid.vue":zQ,"./icons/help.vue":XQ,"./icons/hidden.vue":tE,"./icons/icon.vue":sE,"./icons/inline.vue":gE,"./icons/input.vue":hE,"./icons/inputNumber.vue":QE,"./icons/itemGroup.vue":fE,"./icons/jsonEdit.vue":yE,"./icons/library.vue":ME,"./icons/markdown.vue":NE,"./icons/move.vue":HE,"./icons/password.vue":YE,"./icons/radio.vue":JE,"./icons/rate.vue":jE,"./icons/reduce.vue":AI,"./icons/rich.vue":iI,"./icons/save.vue":aI,"./icons/script.vue":uI,"./icons/search.vue":CI,"./icons/searchSelect.vue":II,"./icons/select.vue":DI,"./icons/slider.vue":kI,"./icons/switch.vue":xI,"./icons/tabs.vue":LI,"./icons/tag.vue":KI,"./icons/text.vue":OI,"./icons/textarea.vue":zI,"./icons/title.vue":XI,"./icons/transfer.vue":tm,"./icons/trash.vue":sm,"./icons/tree.vue":gm,"./icons/upload.vue":hm,"./icons/uploadImage.vue":Qm,"./icons/verifyCode.vue":fm,"./icons/vue.vue":ym})).reduce((r,[m,w])=>{const l=m.split("/").pop(),b=l==null?void 0:l.split(".")[0];return r[b]=w.default,r},{});return(r,m)=>(c.openBlock(),c.createBlock(c.resolveDynamicComponent(c.unref(e)[r.name]),c.mergeProps({class:c.unref(ke)("icon-render")},r.$attrs),null,16,["class"]))}}),vm={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"单行文本"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help",designKey:"form-ekRL1"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL",initialValue:""},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"文本校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"邮箱",value:"email"},{label:"字母+数字",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]+$"},{label:"手机号码",value:"^1[3456789]\\d{9}$"},{label:"网址",value:"url"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card",title:"校验规则"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"change事件函数名",component:"Input",name:"props.onChange"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"}]},km={key:0},_m=c.defineComponent({__name:"Input",props:c.mergeModels({onInput:{},rulePath:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot(),r=i,m=c.inject("ruleModule",void 0),w=c.inject("pageMethodMap",{}),l=b=>{r.onInput&&m&&m[r.onInput](w,b)};return(b,S)=>{const f=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("span",km,c.toDisplayString(A.value),1)):(c.openBlock(),c.createBlock(f,c.mergeProps({key:1},b.$attrs,{modelValue:A.value,"onUpdate:modelValue":S[0]||(S[0]=x=>A.value=x),onInput:l}),null,16,["modelValue"]))}}}),Mm={title:"单行文本",component:"Input",icon:c.h(ge,{name:"input"}),type:"basic",order:1,attrSchema:vm,render:_m},Sm={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"多行文本"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL",initialValue:"请输入..."},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"},{label:"最小行数",component:"InputNumber",name:"props.autosize.minRows",initialValue:4},{label:"最大行数",component:"InputNumber",name:"props.autosize.maxRows",initialValue:999}]},xm={title:"多行文本",component:"TextArea",icon:c.h(ge,{name:"textarea"}),type:"basic",order:2,attrSchema:Sm,render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>uv))},Fm={size:"small",labelPosition:"top",items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel",initialValue:!0},{label:"标题",component:"Input",name:"props.title",initialValue:"提示信息"},{label:"描述",component:"TextArea",name:"props.description",initialValue:"这是一个描述"},{label:"是否可关闭",component:"Switch",name:"props.closable",initialValue:!0},{label:"显示图标",component:"Switch",name:"props.show-icon",initialValue:!0},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"成功",value:"success"},{label:"信息",value:"info"},{label:"警告",value:"warning"},{label:"错误",value:"error"}]},initialValue:"info"},{label:"主题",component:"Radio",name:"props.effect",props:{mode:"static",options:[{label:"浅色",value:"light"},{label:"深色",value:"dark"}]},initialValue:"light"}]},Nm={title:"提示框",component:"Alert",icon:c.h(ge,{name:"alert"}),type:"assist",order:2,attrSchema:Fm,render:"ElAlert"},Rm={title:"卡片",component:"Card",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>hv)),icon:c.h(ge,{name:"card"}),type:"layout",order:1,attrSchema:{size:"small",labelPosition:"top",items:[{label:"唯一标识",component:"Input",name:"name"},{label:"卡片标题",component:"Input",name:"props.header",initialValue:"卡片"},{label:"支持折叠",component:"Switch",name:"props.collapsible"}]}},Lm={size:"small",labelPosition:"top",initialValues:{label:"级联选择器",props:{placeholder:"请选择...",mode:"static",options:[{label:"选项1",value:"value1",children:[{label:"选项1-1",value:"value1-1"},{label:"选项1-2",value:"value1-2"},{label:"选项1-3",value:"value1-2"}]},{label:"选项2",value:"value2",children:[{label:"选项2-1",value:"value2-1"},{label:"选项2-2",value:"value2-2"},{label:"选项2-3",value:"value2-2"}]},{label:"选项3",value:"value3"}],labelKey:"label",valueKey:"value"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选择模式",component:"Switch",name:"props.multiple",props:{"active-text":"多选","inactive-text":"单选"},designKey:"form-eTxc"},{label:"显示每一级",component:"Switch",name:"props.showAllLevels",initialValue:!0},{component:"Divider",props:{title:"选项设置",contentPosition:"center"},designKey:"design-gSnX",name:"form-xDEe",style:{marginTop:"40px"}},{label:"标签key",component:"Input",name:"props.labelKey",designKey:"form-X6hs"},{label:"值Key",component:"Input",name:"props.valueKey",designKey:"form-STkl"},{label:"数据模式",component:"Radio",name:"props.mode",props:{mode:"static",options:[{label:"静态",value:"static"},{label:"远程",value:"remote"}],optionType:"button",space:0},initialValue:"static",designKey:"form-PLpj"},{label:"静态选项",name:"props.options",component:"JsonEdit",dialog:!0},{component:"Card",props:{},designKey:"id-pGeN",name:"form-6vzT",hidden:'{{$values.props.mode==="static"}}',children:[{label:"url",component:"Input",name:"props.api.url",initialValue:"/current/query/article",designKey:"form-UrE8"},{label:"请求方式",component:"Radio",name:"props.api.method",props:{mode:"static",options:[{label:"GET",value:"GET"},{label:"POST",value:"POST"},{label:"PUT",value:"PUT"},{label:"DELETE",value:"DELETE"}]},designKey:"form-nOpD"},{label:"请求参数",component:"JsonEdit",name:"props.api.params",initialValue:{},dialog:!0},{label:"数据路径",component:"Input",name:"props.api.dataPath",initialValue:"data",designKey:"form-UrE8"}]}]},Gm={title:"级联选择器",icon:c.h(ge,{name:"cascader"}),type:"basic",component:"Cascader",attrSchema:Lm,order:7,render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Bv))},Hm={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"JSON编辑器"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"初始值",component:"JsonEdit",name:"initialValue",dialog:!0}]},Pm={title:"JSON编辑",component:"JsonEdit",icon:c.h(ge,{name:"jsonEdit"}),type:"basic",order:14,attrSchema:Hm,render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>fv))},Km={size:"small",labelPosition:"top",initialValues:{label:"多选框组",component:"Checkbox",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}],labelKey:"label",valueKey:"value",optionType:"circle",direction:"horizontal",space:20}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}",multiple:!0}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选项样式类型",component:"Radio",name:"props.optionType",props:{mode:"static",options:[{label:"无边框",value:"circle"},{label:"边框",value:"border"},{label:"按钮",value:"button"}]}},{label:"选项排列方向",component:"Radio",name:"props.direction",props:{mode:"static",options:[{label:"水平排列",value:"horizontal"},{label:"垂直排列",value:"vertical"}]}},{label:"选项间距(px)",component:"InputNumber",name:"props.space"},...Cs]},Um={title:"多选框组",icon:c.h(ge,{name:"checkbox"}),type:"basic",component:"Checkbox",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>bv)),order:4,attrSchema:Km},Ym={size:"small",labelPosition:"top",initialValues:{label:"颜色选择器",component:"ColorPicker"},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"ColorPicker",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"}]},Tm={title:"颜色选择器",component:"ColorPicker",render:"ElColorPicker",icon:c.h(ge,{name:"colorPicker"}),type:"basic",order:9,attrSchema:Ym},Om={size:"small",labelPosition:"top",initialValues:{label:"颜色输入框",component:"ColorInput"},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"ColorPicker",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"}]},$m={title:"颜色输入框",component:"ColorInput",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>vv)),icon:c.h(ge,{name:"colorPicker"}),type:"high",order:2,attrSchema:Om},Jm={size:"small",labelPosition:"top",initialValues:{label:"自定义组件"},items:[{label:"自定义组件名称",component:"Input",name:"props.componentName",props:{placeholder:"全局组件名称"}},{label:"props",component:"JsonEdit",name:"props",dialog:!0},{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"}]},Zm={title:"自定义组件",component:"Custom",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>_v)),icon:c.h(ge,{name:"custom"}),type:"high",order:99,attrSchema:Jm},zm={size:"small",labelPosition:"top",initialValues:{label:"日期选择器",props:{type:"datetime",placeholder:"请选择日期",clearable:!1}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"日期时间",value:"datetime"},{label:"日期",value:"date"},{label:"年月",value:"month"},{label:"日期范围",value:"daterange"},{label:"日期时间范围",value:"datetimerange"}]}}]},Wm={title:"日期选择器",component:"DatePicker",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>xv)),icon:c.h(ge,{name:"datePicker"}),type:"basic",order:9,attrSchema:zm},jm={size:"small",labelPosition:"top",initialValues:{props:{title:"分割线"}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"标题",component:"Input",name:"props.title"},{label:"标题位置",component:"Radio",name:"props.contentPosition",props:{mode:"static",options:[{label:"靠左",value:"left"},{label:"居中",value:"center"},{label:"靠右",value:"right"}]},initialValue:"center",designKey:"form-PLpj"}]},qm={title:"分割线",component:"Divider",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Fv)),icon:c.h(ge,{name:"divider"}),type:"assist",order:6,attrSchema:jm},Xm={size:"small",labelPosition:"top",initialValues:{label:"电子签名",props:{width:700,height:300,lineWidth:6,lineColor:"#000000",bgColor:"#eeeeee",format:"image/png"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"画板宽度(px)",component:"InputNumber",name:"props.width"},{label:"画板高度(px)",component:"InputNumber",name:"props.height"},{label:"画笔粗细-初始",component:"InputNumber",name:"props.lineWidth"},{label:"画笔颜色-初始",component:"ColorPicker",name:"props.lineColor"},{label:"画板背景色-初始",component:"ColorPicker",name:"props.bgColor"},{label:"生成图片格式",component:"Radio",name:"props.format",props:{mode:"static",options:[{label:"PNG",value:"image/png"},{label:"JPG",value:"image/jpg"},{label:"JPEG",value:"image/jpeg"},{label:"WEBP",value:"image/webp"}]},designKey:"form-PLpj"}]},Vm={title:"电子签名",component:"Esign",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Uv)),icon:c.h(ge,{name:"esign"}),type:"basic",order:11,attrSchema:Xm},Af={size:"small",labelPosition:"top",initialValues:{label:"单选框组",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}],labelKey:"label",valueKey:"value",optionType:"circle",direction:"horizontal",space:20}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}"}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选项样式类型",component:"Radio",name:"props.optionType",props:{mode:"static",options:[{label:"无边框",value:"circle"},{label:"边框",value:"border"},{label:"按钮",value:"button"}]}},{label:"选项排列方向",component:"Radio",name:"props.direction",props:{mode:"static",options:[{label:"水平排列",value:"horizontal"},{label:"垂直排列",value:"vertical"}]}},{label:"选项间距(px)",component:"InputNumber",name:"props.space"},...Cs]},ef={title:"单选框组",icon:c.h(ge,{name:"radio"}),type:"basic",component:"Radio",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Ov)),order:3.5,attrSchema:Af},tf={size:"small",labelPosition:"top",initialValues:{label:"自增容器",children:[],props:{mode:"table",title:"数据",minLines:0,maxLines:999,allowAdd:!0,allowReduce:!0}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"显示模式",component:"Radio",name:"props.mode",props:{mode:"static",options:[{label:"表格",value:"table"},{label:"卡片",value:"card"},{label:"行内",value:"inline"}]}},{label:"自增前缀",component:"Input",name:"props.title"},{label:"最小行数",component:"InputNumber",props:{min:0},name:"props.minLines"},{label:"最大行数",component:"InputNumber",props:{min:0},name:"props.maxLines"},{label:"允许新增行",component:"Switch",name:"props.allowAdd"},{label:"允许删除行",component:"Switch",name:"props.allowReduce"}]},nf={title:"自增容器",component:"FormList",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>jv)),icon:c.h(ge,{name:"formList"}),type:"high",order:20,attrSchema:tf},of={title:"栅格布局",type:"layout",icon:c.h(ge,{name:"grid"}),component:"Grid",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>qv)),order:3,lbTitle:!0,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{columns:2,columnGap:20,rowGap:20}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"列数",component:"InputNumber",name:"props.columns",initialValue:2},{label:"列间距",component:"InputNumber",name:"props.columnGap",props:{unit:"px"}},{label:"行间距",component:"InputNumber",name:"props.rowGap",props:{unit:"px"}},{label:"列对齐方式",component:"Select",name:"props.alignItems",props:{mode:"static",options:[{label:"stretch",value:"stretch"},{label:"center",value:"center"},{label:"start",value:"start"},{label:"end",value:"end"}]}}]}},sf={title:"行内布局",icon:c.h(ge,{name:"inline"}),type:"layout",component:"Inline",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Xv)),order:2,lbTitle:!0,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{align:"left",gap:20}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"对齐方式",component:"Radio",name:"props.align",props:{mode:"static",options:[{label:"左对齐",value:"left"},{label:"居中",value:"center"},{label:"右对齐",value:"right"}]},initialValue:"left"},{label:"间距大小",component:"InputNumber",name:"props.gap",props:{unit:"px"}},{label:"自动换行",component:"Switch",name:"props.autoWrap"}]}},rf={size:"small",labelPosition:"top",initialValues:{label:"计数器",props:{min:1,max:999,step:1,controlsPosition:""}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"初始值",component:"InputNumber",name:"initialValue"},{label:"按钮位置",component:"Radio",name:"props.controlsPosition",props:{mode:"static",options:[{label:"两侧",value:""},{label:"内部",value:"right"}]},initialValue:""},{label:"最小值",component:"InputNumber",name:"props.min"},{label:"最大值",component:"InputNumber",name:"props.max"},{label:"步长",component:"InputNumber",name:"props.step"}]},af={title:"计数器",icon:c.h(ge,{name:"inputNumber"}),type:"basic",order:5,component:"InputNumber",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>A1)),attrSchema:rf},lf={size:"small",labelPosition:"top",initialValues:{label:"密码输入框",props:{placeholder:"请输入密码"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"密码校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"不少于8位,由字母+数字组成",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]{8,}$"},{label:"不少于8位,至少包含一个大写字母、一个小写字母和一个数字",value:"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[A-Za-z\\d]{8,}$"},{label:"不包含空格",value:"^\\S*$"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"}]},gf={key:0},cf={title:"密码输入框",component:"Password",render:c.defineComponent({__name:"Password",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot();return(r,m)=>{var l;const w=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("span",gf,c.toDisplayString((l=A.value)==null?void 0:l.replace(/./g,"*")),1)):(c.openBlock(),c.createBlock(w,c.mergeProps({key:1},r.$attrs,{modelValue:A.value,"onUpdate:modelValue":m[0]||(m[0]=b=>A.value=b),type:"password"}),null,16,["modelValue"]))}}}),icon:c.h(ge,{name:"password"}),type:"basic",order:3,attrSchema:lf},uf={size:"small",labelPosition:"top",initialValues:{label:"下拉选择框",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}",multiple:"{{$values.props.multiple}}"}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选择模式",component:"Switch",name:"props.multiple",props:{"active-text":"多选","inactive-text":"单选"},designKey:"form-eTxc"},...Cs]},df={title:"下拉选择框",type:"basic",icon:c.h(ge,{name:"select"}),component:"Select",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>t1)),order:3,attrSchema:uf},hf={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"评分"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"初始值",component:"InputNumber",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"最大分值",component:"InputNumber",name:"props.max",initialValue:5},{label:"是否允许半选",component:"Switch",name:"props.allow-half"}]},Bf={title:"评分",component:"Rate",render:"ElRate",icon:c.h(ge,{name:"rate"}),type:"basic",order:12,attrSchema:hf},Cf={size:"small",labelPosition:"top",initialValues:{label:"选择框+输入框",props:{placeholder:"",selectPosition:"append",selectWidth:70}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"文本校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"邮箱",value:"email"},{label:"字母+数字",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]+$"},{label:"手机号码",value:"^1[3456789]\\d{9}$"},{label:"网址",value:"url"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card",title:"校验规则"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"},{label:"选择框位置",component:"Radio",name:"props.selectPosition",props:{mode:"static",options:[{label:"前置",value:"prepend"},{label:"后置",value:"append"}]}},{label:"选择框宽度(px)",component:"InputNumber",name:"props.selectWidth"},{label:"选择框默认值",component:"Input",name:"props.selectInitialValue"},{label:"选项",name:"props.options",component:"FormList",dialog:!0,children:[{label:"选项名",name:"label",component:"Input",props:{placeholder:"请输入..."},designKey:"form-LnGh"},{label:"选项值",name:"value",component:"Input",props:{},designKey:"form-HYtW"},{label:"是否禁用",name:"disabled",component:"Switch",props:{},designKey:"form-HYtW2"}],designKey:"form-Iwpd",props:{mode:"table"}}]},pf={title:"选择+输入",component:"SelectInput",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>n1)),icon:c.h(ge,{name:"input"}),type:"high",order:1,attrSchema:Cf},Qf={title:"滑块",render:"ElSlider",component:"Slider",icon:c.h(ge,{name:"slider"}),type:"basic",order:12,attrSchema:{size:"small",labelPosition:"top",initialValues:{label:"滑块"},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu",style:{marginBottom:0}},{label:"初始值",component:"InputNumber",name:"initialValue"},{label:"开启选择范围",component:"Switch",name:"props.range"},{label:"步长",component:"InputNumber",name:"props.step",initialValue:1},{label:"最小值",component:"InputNumber",name:"props.min",initialValue:0}]}},Ef={size:"small",labelPosition:"top",initialValues:{label:"开关",props:{"inline-prompt":!1}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"初始值",component:"Switch",name:"initialValue"},{label:"打开时描述",component:"Input",name:"props.active-text"},{label:"关闭时描述",component:"Input",name:"props.inactive-text"},{label:"描述显示位置",component:"Radio",name:"props.inline-prompt",props:{mode:"static",options:[{label:"外部",value:!1},{label:"内部",value:!0}]}}]},If={title:"开关",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>i1)),component:"Switch",icon:c.h(ge,{name:"switch"}),type:"basic",order:8,attrSchema:Ef},mf={title:"标签",component:"Tag",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>o1)),icon:c.h(ge,{name:"tag"}),type:"assist",order:4,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{text:"Tag",type:"primary"},hideLabel:!0},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"},{label:"内容",component:"Input",name:"props.text"},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"主题色",value:"primary"},{label:"成功",value:"success"},{label:"信息",value:"info"},{label:"警告",value:"warning"},{label:"危险",value:"danger"}]}}]}},ff={size:"small",labelPosition:"top",initialValues:{label:"文本",props:{text:"这是一段文本"}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"},{label:"文本内容",component:"Input",name:"props.text"}]},wf={title:"文本",component:"Text",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>s1)),icon:c.h(ge,{name:"text"}),type:"assist",order:1,attrSchema:ff},Df={title:"标题",component:"Title",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>r1)),icon:c.h(ge,{name:"title"}),type:"assist",order:3,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{title:"标题",type:"h3"},hideLabel:!0},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"},{label:"标题内容",component:"Input",name:"props.title"},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"一级标题",value:"h1"},{label:"二级标题",value:"h2"},{label:"三级标题",value:"h3"},{label:"四级标题",value:"h4"},{label:"五级标题",value:"h5"}]}},{label:"字体倾斜",component:"Switch",name:"props.italic"}]}},bf={size:"small",labelPosition:"top",initialValues:{label:"上传",props:{action:"https://run.mocky.io/v3/9d059bf9-4660-45f2-925d-ce80ad6c4d15",name:"file",multiple:!0,btnText:"点击上传",limit:3,showFileList:!0,withCredentials:!0,listType:"text"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"上传地址",component:"Input",name:"props.action"},{label:"上传的文件字段名",component:"Input",name:"props.name"},{label:"上传时的请求头",component:"JsonEdit",name:"props.headers",dialog:!0},{label:"上传时的额外数据",component:"JsonEdit",name:"props.data",dialog:!0},{label:"上传时携带cookie",component:"Switch",name:"props.withCredentials"},{label:"支持多选文件",component:"Switch",name:"props.multiple"},{label:"上传按钮文本",component:"Input",name:"props.btnText"},{label:"上传提示",component:"Input",name:"props.tip"},{label:"最大上传数量",component:"InputNumber",name:"props.limit"},{label:"开启拖拽上传",component:"Switch",name:"props.drag"},{label:"是否显示已上传文件列表",component:"Switch",name:"props.showFileList"},{label:"上传文件列表类型",component:"Radio",name:"props.listType",props:{mode:"static",options:[{label:"文本",value:"text"},{label:"图片墙",value:"picture-card"}]}}]},yf={title:"上传",component:"Upload",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>g1)),icon:c.h(ge,{name:"upload"}),type:"basic",order:10,attrSchema:bf},vf={size:"small",labelPosition:"top",initialValues:{label:"验证码",required:!0,props:{placeholder:"请输入验证码"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}]},kf={title:"图形验证码",component:"VerifyCode",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>h1)),icon:c.h(ge,{name:"verifyCode"}),type:"high",order:18,attrSchema:vf},_f={title:"折叠面板",component:"Collapse",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>B1)),icon:c.h(ge,{name:"collapse"}),type:"layout",order:4,attrSchema:{size:"small",labelPosition:"top",initialValues:{children:[{title:"面板1",name:"name1",children:[]}]},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"子面板设置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},designKey:"id-l8cI",name:"title",initialValue:'{{ "面板" + ($index + 1) }}'},{label:"唯一标识",component:"Input",props:{placeholder:"请输入唯一标识"},designKey:"form-YE6U",name:"name",initialValue:'{{ "name" + ($index + 1) }}'},{label:"默认展开",component:"Switch",designKey:"form-YE6U",name:"checked"}],props:{mode:"card",title:"面板"},designKey:"id-RQ1a",name:"children"}]}},Mf={title:"选项卡",component:"Tabs",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>C1)),icon:c.h(ge,{name:"tabs"}),type:"layout",order:4,attrSchema:{size:"small",labelPosition:"top",initialValues:{children:[{label:"选项卡1",name:"name1",children:[]},{label:"选项卡2",name:"name2",children:[]}],props:{defaultKey:"name1",tabPosition:"top"}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"默认选项卡",component:"Select",name:"props.defaultKey",props:{mode:"static",options:"{{$values.children}}",labelKey:"label",valueKey:"name"}},{label:"选项卡风格",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"普通",value:""},{label:"卡片",value:"card"},{label:"带边框的卡片",value:"border-card"}]}},{label:"选项卡所在位置",component:"Radio",name:"props.tabPosition",props:{mode:"static",optionType:"button",space:0,options:[{label:"上",value:"top"},{label:"右",value:"right"},{label:"下",value:"bottom"},{label:"左",value:"left"}]}},{label:"子选项卡配置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},designKey:"id-l8cI",name:"label",initialValue:'{{ "选项卡" + ($index + 1) }}'},{label:"唯一标识",component:"Input",props:{placeholder:"请输入唯一标识"},designKey:"form-YE6U",name:"name",initialValue:'{{ "name" + ($index + 1) }}'},{label:"禁用",component:"Switch",props:{"inline-prompt":!1},designKey:"design-fPOI1",name:"disabled"},{label:"懒加载",component:"Switch",props:{"inline-prompt":!1},designKey:"design-fPOI11",name:"lazy"}],props:{mode:"card",title:"选项卡"},designKey:"id-RQ1a",name:"children"}]}},Sf={title:"对象容器",icon:c.h(ge,{name:"itemGroup"}),type:"high",component:"ObjGroup",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>E1)),order:2,lbTitle:!0,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{align:"left",gap:20},children:[],hideLabel:!0},items:[{label:"唯一标识",component:"Input",name:"name"}]}},xf={},Ff={t:"1727251512891",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3914",width:"20",height:"20"};function Nf(i,A){return c.openBlock(),c.createElementBlock("svg",Ff,A[0]||(A[0]=[c.createElementVNode("path",{d:"M320 128H128c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h192c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64z m0 672c0 16-16 32-32 32H160c-16 0-32-16-32-32V224c0-16 16-32 32-32h128c16 0 32 16 32 32v576z m256-544h-64c-19.2 0-32 12.8-32 32s16 32 32 32h64c19.2 0 32-12.8 32-32s-16-32-32-32z m-64 448h-64c-19.2 0-32 12.8-32 32s16 32 32 32h64c19.2 0 32-12.8 32-32s-16-32-32-32z m384-576H704c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h192c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64z m0 672c0 16-16 32-32 32H736c-16 0-32-16-32-32V224c0-16 16-32 32-32h128c16 0 32 16 32 32v576z",fill:"#333333","p-id":"3915"},null,-1)]))}const Rf=ee(xf,[["render",Nf]]),Lf={size:"small",labelPosition:"top",initialValues:{label:"穿梭框",props:{data:[{label:"选项一",key:"value1"},{label:"选项二",key:"value2"},{label:"选项三",key:"value3"}]}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{component:"Divider",props:{title:"选项设置",contentPosition:"center"},designKey:"design-gSnX",name:"form-xDEe",style:{marginTop:"40px"}},{label:"静态选项",name:"props.data",component:"FormList",children:[{label:"选项名",name:"label",component:"Input",props:{placeholder:"请输入..."},designKey:"form-LnGh",initialValue:'{{ "选项" + ($index + 1) }}'},{label:"选项值",name:"key",component:"Input",designKey:"form-HYtW",initialValue:'{{ "value" + ($index + 1) }}'}],designKey:"form-Iwpd",props:{mode:"table"}}]},Gf={key:0},Hf={title:"穿梭框",component:"Transfer",render:c.defineComponent({__name:"Transfer",props:c.mergeModels({name:{},data:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=i,e=ot(),r=c.useModel(i,"modelValue"),m=w=>{const l=w.map(b=>A.data.find(S=>S.key===b));e.updateSelectData(A.name,l)};return(w,l)=>{var S;const b=c.resolveComponent("el-transfer");return c.unref(e).read?(c.openBlock(),c.createElementBlock("div",Gf,c.toDisplayString((S=r.value)==null?void 0:S.map(f=>{var x;return(x=w.data.find(G=>G.key===f))==null?void 0:x.label}).join("、")),1)):(c.openBlock(),c.createBlock(b,c.mergeProps({key:1},w.$attrs,{data:w.data,onChange:m,modelValue:r.value,"onUpdate:modelValue":l[0]||(l[0]=f=>r.value=f)}),null,16,["data","modelValue"]))}}}),icon:Rf,type:"basic",order:12,attrSchema:Lf},Pf={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"单行文本"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help",designKey:"form-ekRL1"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"文本校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"邮箱",value:"email"},{label:"字母+数字",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]+$"},{label:"手机号码",value:"^1[3456789]\\d{9}$"},{label:"网址",value:"url"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card",title:"校验规则"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"change事件函数名",component:"Input",name:"props.onChange"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"},{label:"是否展示弹窗",component:"Switch",name:"props.withDialog"}]},Kf={key:0},Uf=c.defineComponent({__name:"SearchInput",props:c.mergeModels({onInput:{},onSearch:{},disabled:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot(),r=i,m=c.inject("ruleModule",void 0),w=c.inject("pageMethodMap",{}),l=S=>{r.onInput&&m&&m[r.onInput](w,S)},b=()=>{r.onSearch&&m&&m[r.onSearch](w)};return(S,f)=>{const x=c.resolveComponent("el-button"),G=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("span",Kf,c.toDisplayString(A.value),1)):(c.openBlock(),c.createBlock(G,c.mergeProps({key:1},S.$attrs,{modelValue:A.value,"onUpdate:modelValue":f[0]||(f[0]=K=>A.value=K),onInput:l,disabled:S.disabled}),{append:c.withCtx(()=>[c.createVNode(x,{onClick:b,disabled:S.disabled},{default:c.withCtx(()=>[c.createVNode(c.unref(ge),{name:"search"})]),_:1},8,["disabled"])]),_:1},16,["modelValue","disabled"]))}}}),Yf={title:"搜索输入",component:"SearchInput",icon:c.h(ge,{name:"search"}),type:"high",order:5,attrSchema:Pf,render:Uf},Tf={size:"small",labelPosition:"top",initialValues:{label:"下拉选择框",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}",multiple:"{{$values.props.multiple}}"}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选择模式",component:"Switch",name:"props.multiple",props:{"active-text":"多选","inactive-text":"单选"},designKey:"form-eTxc"},{label:"搜索按钮点击事件",component:"Input",name:"props.onSearch"},...Cs]},Of={title:"选择+搜索",type:"high",icon:c.h(ge,{name:"searchSelect"}),component:"SearchSelect",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>D1)),order:3,attrSchema:Tf},$f={size:"small",labelPosition:"top",items:[{label:"唯一标识",component:"Input",name:"name"},{label:"字段说明",component:"TextArea",name:"help",designKey:"form-ekRL1"},{label:"按钮文字",component:"Input",name:"props.buttonText",designKey:"form-ekRL",initialValue:"按钮文字"},{component:"Grid",children:[{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"click事件函数名",component:"Input",name:"props.onClick"}]},Jf=c.defineComponent({__name:"button",props:{buttonText:{},onClick:{}},setup(i){const A=i,e=c.inject("ruleModule",void 0),r=c.inject("pageMethodMap",{}),m=()=>{A.onClick&&e&&e[A.onClick](r)};return(w,l)=>{const b=c.resolveComponent("el-button");return c.openBlock(),c.createBlock(b,c.mergeProps(w.$attrs,{onClick:m}),{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(w.buttonText),1)]),_:1},16)}}}),Zf={title:"按钮",component:"Button",icon:c.h(ge,{name:"button"}),type:"assist",order:1,attrSchema:$f,render:Jf},zf={size:"small",labelPosition:"top",initialValues:{label:"文本",props:{emptyText:"暂无数据",props:{label:"label",children:"children"}}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"内容为空时的文本",component:"Input",name:"props.emptyText"},{label:"是否可拖拽",component:"Switch",name:"props.draggable"},{component:"Grid",children:[{label:"节点标签属性名",component:"Input",name:"props.props.label"},{label:"子树属性名",component:"Input",name:"props.props.children"},{label:"是否禁用属性名",component:"Input",name:"props.props.disabled"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"子节点设置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},name:"label",initialValue:'{{ "一级子节点" + ($index + 1) }}'},{label:"子节点设置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},name:"label",initialValue:'{{ "二级子节点" + ($index + 1) }}'}],props:{mode:"card",title:"子节点"},name:"children"}],props:{mode:"card",title:"子节点"},designKey:"id-RQ1a",name:"props.data"}]},Wf={title:"树",component:"Tree",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>b1)),icon:c.h(ge,{name:"tree"}),type:"assist",order:7,attrSchema:zf},jf=Object.freeze(Object.defineProperty({__proto__:null,Alert:Nm,Button:Zf,Card:Rm,Cascader:Gm,Checkbox:Um,Collapse:_f,ColorInput:$m,ColorPicker:Tm,Custom:Zm,DatePicker:Wm,Divider:qm,Esign:Vm,FormList:nf,Grid:of,Inline:sf,Input:Mm,InputNumber:af,JsonEdit:Pm,ObjGroup:Sf,Password:cf,Radio:ef,Rate:Bf,SearchInput:Yf,SearchSelect:Of,Select:df,SelectInput:pf,Slider:Qf,Switch:If,Tabs:Mf,Tag:mf,Text:wf,TextArea:xm,Title:Df,Transfer:Hf,Tree:Wf,Upload:yf,VerifyCode:kf},Symbol.toStringTag,{value:"Module"})),Si=()=>{const i=c.inject(Mi),A={...jf};return i!=null&&i.extendElements&&Object.assign(A,i.extendElements),A},Jt=()=>c.inject(xc),qf=c.defineComponent({__name:"Footer",setup(i){const A=ot(),e=c.computed(()=>({marginLeft:A.schema.labelWidth+"px"}));return(r,m)=>{const w=c.resolveComponent("el-button");return c.unref(A).footer?(c.openBlock(),c.createElementBlock("div",{key:0,style:c.normalizeStyle(e.value)},[c.createVNode(w,{type:"primary",onClick:c.unref(A).submit,name:"submit-btn"},{default:c.withCtx(()=>m[1]||(m[1]=[c.createTextVNode("提交")])),_:1},8,["onClick"]),c.createVNode(w,{onClick:m[0]||(m[0]=()=>c.unref(A).resetFields()),name:"reset-btn"},{default:c.withCtx(()=>m[2]||(m[2]=[c.createTextVNode("重置")])),_:1})],4)):c.createCommentVNode("",!0)}}}),Xf=ee(c.defineComponent({__name:"Disabled",props:{disabled:{type:Boolean}},setup(i){return(A,e)=>A.disabled?(c.openBlock(),c.createElementBlock("div",c.mergeProps({key:0},A.$attrs,{class:"disabled-wrapper"}),[e[0]||(e[0]=c.createElementVNode("div",{class:"mask"},null,-1)),c.renderSlot(A.$slots,"default",{},void 0,!0)],16)):c.renderSlot(A.$slots,"default",{key:1},void 0,!0)}}),[["__scopeId","data-v-f3803727"]]);let oi=class extends Error{constructor(A){super(A),this.name="ShikiError"}},Ba=class extends Error{constructor(A){super(A),this.name="ShikiError"}};function Vf(){return 2147483648}function Aw(){return typeof performance<"u"?performance.now():Date.now()}const ew=(i,A)=>i+(A-i%A)%A;async function tw(i){let A,e;const r={};function m(j){e=j,r.HEAPU8=new Uint8Array(j),r.HEAPU32=new Uint32Array(j)}function w(j,U,Y){r.HEAPU8.copyWithin(j,U,U+Y)}function l(j){try{return A.grow(j-e.byteLength+65535>>>16),m(A.buffer),1}catch{}}function b(j){const U=r.HEAPU8.length;j=j>>>0;const Y=Vf();if(j>Y)return!1;for(let _=1;_<=4;_*=2){let I=U*(1+.2/_);I=Math.min(I,j+100663296);const R=Math.min(Y,ew(Math.max(j,I),65536));if(l(R))return!0}return!1}const S=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0;function f(j,U,Y=1024){const _=U+Y;let I=U;for(;j[I]&&!(I>=_);)++I;if(I-U>16&&j.buffer&&S)return S.decode(j.subarray(U,I));let R="";for(;U<I;){let v=j[U++];if(!(v&128)){R+=String.fromCharCode(v);continue}const D=j[U++]&63;if((v&224)===192){R+=String.fromCharCode((v&31)<<6|D);continue}const p=j[U++]&63;if((v&240)===224?v=(v&15)<<12|D<<6|p:v=(v&7)<<18|D<<12|p<<6|j[U++]&63,v<65536)R+=String.fromCharCode(v);else{const u=v-65536;R+=String.fromCharCode(55296|u>>10,56320|u&1023)}}return R}function x(j,U){return j?f(r.HEAPU8,j,U):""}const G={emscripten_get_now:Aw,emscripten_memcpy_big:w,emscripten_resize_heap:b,fd_write:()=>0};async function K(){const U=await i({env:G,wasi_snapshot_preview1:G});A=U.memory,m(A.buffer),Object.assign(r,U),r.UTF8ToString=x}return await K(),r}let ut=null;function nw(i){throw new Ba(i.UTF8ToString(i.getLastOnigError()))}class ps{constructor(A){Je(this,"utf16Length");Je(this,"utf8Length");Je(this,"utf16Value");Je(this,"utf8Value");Je(this,"utf16OffsetToUtf8");Je(this,"utf8OffsetToUtf16");const e=A.length,r=ps._utf8ByteLength(A),m=r!==e,w=m?new Uint32Array(e+1):null;m&&(w[e]=r);const l=m?new Uint32Array(r+1):null;m&&(l[r]=e);const b=new Uint8Array(r);let S=0;for(let f=0;f<e;f++){const x=A.charCodeAt(f);let G=x,K=!1;if(x>=55296&&x<=56319&&f+1<e){const j=A.charCodeAt(f+1);j>=56320&&j<=57343&&(G=(x-55296<<10)+65536|j-56320,K=!0)}m&&(w[f]=S,K&&(w[f+1]=S),G<=127?l[S+0]=f:G<=2047?(l[S+0]=f,l[S+1]=f):G<=65535?(l[S+0]=f,l[S+1]=f,l[S+2]=f):(l[S+0]=f,l[S+1]=f,l[S+2]=f,l[S+3]=f)),G<=127?b[S++]=G:G<=2047?(b[S++]=192|(G&1984)>>>6,b[S++]=128|(G&63)>>>0):G<=65535?(b[S++]=224|(G&61440)>>>12,b[S++]=128|(G&4032)>>>6,b[S++]=128|(G&63)>>>0):(b[S++]=240|(G&1835008)>>>18,b[S++]=128|(G&258048)>>>12,b[S++]=128|(G&4032)>>>6,b[S++]=128|(G&63)>>>0),K&&f++}this.utf16Length=e,this.utf8Length=r,this.utf16Value=A,this.utf8Value=b,this.utf16OffsetToUtf8=w,this.utf8OffsetToUtf16=l}static _utf8ByteLength(A){let e=0;for(let r=0,m=A.length;r<m;r++){const w=A.charCodeAt(r);let l=w,b=!1;if(w>=55296&&w<=56319&&r+1<m){const S=A.charCodeAt(r+1);S>=56320&&S<=57343&&(l=(w-55296<<10)+65536|S-56320,b=!0)}l<=127?e+=1:l<=2047?e+=2:l<=65535?e+=3:e+=4,b&&r++}return e}createString(A){const e=A.omalloc(this.utf8Length);return A.HEAPU8.set(this.utf8Value,e),e}}const Mt=class Mt{constructor(A){Je(this,"id",++Mt.LAST_ID);Je(this,"_onigBinding");Je(this,"content");Je(this,"utf16Length");Je(this,"utf8Length");Je(this,"utf16OffsetToUtf8");Je(this,"utf8OffsetToUtf16");Je(this,"ptr");if(!ut)throw new Ba("Must invoke loadWasm first.");this._onigBinding=ut,this.content=A;const e=new ps(A);this.utf16Length=e.utf16Length,this.utf8Length=e.utf8Length,this.utf16OffsetToUtf8=e.utf16OffsetToUtf8,this.utf8OffsetToUtf16=e.utf8OffsetToUtf16,this.utf8Length<1e4&&!Mt._sharedPtrInUse?(Mt._sharedPtr||(Mt._sharedPtr=ut.omalloc(1e4)),Mt._sharedPtrInUse=!0,ut.HEAPU8.set(e.utf8Value,Mt._sharedPtr),this.ptr=Mt._sharedPtr):this.ptr=e.createString(ut)}convertUtf8OffsetToUtf16(A){return this.utf8OffsetToUtf16?A<0?0:A>this.utf8Length?this.utf16Length:this.utf8OffsetToUtf16[A]:A}convertUtf16OffsetToUtf8(A){return this.utf16OffsetToUtf8?A<0?0:A>this.utf16Length?this.utf8Length:this.utf16OffsetToUtf8[A]:A}dispose(){this.ptr===Mt._sharedPtr?Mt._sharedPtrInUse=!1:this._onigBinding.ofree(this.ptr)}};Je(Mt,"LAST_ID",0),Je(Mt,"_sharedPtr",0),Je(Mt,"_sharedPtrInUse",!1);let Qs=Mt;class iw{constructor(A){Je(this,"_onigBinding");Je(this,"_ptr");if(!ut)throw new Ba("Must invoke loadWasm first.");const e=[],r=[];for(let b=0,S=A.length;b<S;b++){const f=new ps(A[b]);e[b]=f.createString(ut),r[b]=f.utf8Length}const m=ut.omalloc(4*A.length);ut.HEAPU32.set(e,m/4);const w=ut.omalloc(4*A.length);ut.HEAPU32.set(r,w/4);const l=ut.createOnigScanner(m,w,A.length);for(let b=0,S=A.length;b<S;b++)ut.ofree(e[b]);ut.ofree(w),ut.ofree(m),l===0&&nw(ut),this._onigBinding=ut,this._ptr=l}dispose(){this._onigBinding.freeOnigScanner(this._ptr)}findNextMatchSync(A,e,r){let m=0;if(typeof r=="number"&&(m=r),typeof A=="string"){A=new Qs(A);const w=this._findNextMatchSync(A,e,!1,m);return A.dispose(),w}return this._findNextMatchSync(A,e,!1,m)}_findNextMatchSync(A,e,r,m){const w=this._onigBinding,l=w.findNextOnigScannerMatch(this._ptr,A.id,A.ptr,A.utf8Length,A.convertUtf16OffsetToUtf8(e),m);if(l===0)return null;const b=w.HEAPU32;let S=l/4;const f=b[S++],x=b[S++],G=[];for(let K=0;K<x;K++){const j=A.convertUtf8OffsetToUtf16(b[S++]),U=A.convertUtf8OffsetToUtf16(b[S++]);G[K]={start:j,end:U,length:U-j}}return{index:f,captureIndices:G}}}function ow(i){return typeof i.instantiator=="function"}function sw(i){return typeof i.default=="function"}function rw(i){return typeof i.data<"u"}function aw(i){return typeof Response<"u"&&i instanceof Response}function lw(i){var A;return typeof ArrayBuffer<"u"&&(i instanceof ArrayBuffer||ArrayBuffer.isView(i))||typeof Buffer<"u"&&((A=Buffer.isBuffer)==null?void 0:A.call(Buffer,i))||typeof SharedArrayBuffer<"u"&&i instanceof SharedArrayBuffer||typeof Uint32Array<"u"&&i instanceof Uint32Array}let Es;function gw(i){if(Es)return Es;async function A(){ut=await tw(async e=>{let r=i;return r=await r,typeof r=="function"&&(r=await r(e)),typeof r=="function"&&(r=await r(e)),ow(r)?r=await r.instantiator(e):sw(r)?r=await r.default(e):(rw(r)&&(r=r.data),aw(r)?typeof WebAssembly.instantiateStreaming=="function"?r=await cw(r)(e):r=await uw(r)(e):lw(r)?r=await Ca(r)(e):r instanceof WebAssembly.Module?r=await Ca(r)(e):"default"in r&&r.default instanceof WebAssembly.Module&&(r=await Ca(r.default)(e))),"instance"in r&&(r=r.instance),"exports"in r&&(r=r.exports),r})}return Es=A(),Es}function Ca(i){return A=>WebAssembly.instantiate(i,A)}function cw(i){return A=>WebAssembly.instantiateStreaming(i,A)}function uw(i){return async A=>{const e=await i.arrayBuffer();return WebAssembly.instantiate(e,A)}}let dw;function hw(){return dw}async function Bw(i){return i&&await gw(i),{createScanner(A){return new iw(A)},createString(A){return new Qs(A)}}}function Cw(i){return pa(i)}function pa(i){return Array.isArray(i)?pw(i):typeof i=="object"?Qw(i):i}function pw(i){let A=[];for(let e=0,r=i.length;e<r;e++)A[e]=pa(i[e]);return A}function Qw(i){let A={};for(let e in i)A[e]=pa(i[e]);return A}function Hc(i,...A){return A.forEach(e=>{for(let r in e)i[r]=e[r]}),i}function Pc(i){const A=~i.lastIndexOf("/")||~i.lastIndexOf("\\");return A===0?i:~A===i.length-1?Pc(i.substring(0,i.length-1)):i.substr(~A+1)}var Qa=/\$(\d+)|\${(\d+):\/(downcase|upcase)}/g,Is=class{static hasCaptures(i){return i===null?!1:(Qa.lastIndex=0,Qa.test(i))}static replaceCaptures(i,A,e){return i.replace(Qa,(r,m,w,l)=>{let b=e[parseInt(m||w,10)];if(b){let S=A.substring(b.start,b.end);for(;S[0]===".";)S=S.substring(1);switch(l){case"downcase":return S.toLowerCase();case"upcase":return S.toUpperCase();default:return S}}else return r})}};function Kc(i,A){return i<A?-1:i>A?1:0}function Uc(i,A){if(i===null&&A===null)return 0;if(!i)return-1;if(!A)return 1;let e=i.length,r=A.length;if(e===r){for(let m=0;m<e;m++){let w=Kc(i[m],A[m]);if(w!==0)return w}return 0}return e-r}function Yc(i){return!!(/^#[0-9a-f]{6}$/i.test(i)||/^#[0-9a-f]{8}$/i.test(i)||/^#[0-9a-f]{3}$/i.test(i)||/^#[0-9a-f]{4}$/i.test(i))}function Tc(i){return i.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&")}var Oc=class{constructor(i){this.fn=i,this.cache=new Map}get(i){if(this.cache.has(i))return this.cache.get(i);const A=this.fn(i);return this.cache.set(i,A),A}},ms=class{constructor(i,A,e){this._colorMap=i,this._defaults=A,this._root=e,this._cachedMatchRoot=new Oc(r=>this._root.match(r))}static createFromRawTheme(i,A){return this.createFromParsedTheme(mw(i),A)}static createFromParsedTheme(i,A){return ww(i,A)}getColorMap(){return this._colorMap.getColorMap()}getDefaults(){return this._defaults}match(i){if(i===null)return this._defaults;const A=i.scopeName,r=this._cachedMatchRoot.get(A).find(m=>Ew(i.parent,m.parentScopes));return r?new $c(r.fontStyle,r.foreground,r.background):null}},Ea=class Pr{constructor(A,e){this.parent=A,this.scopeName=e}static push(A,e){for(const r of e)A=new Pr(A,r);return A}static from(...A){let e=null;for(let r=0;r<A.length;r++)e=new Pr(e,A[r]);return e}push(A){return new Pr(this,A)}getSegments(){let A=this;const e=[];for(;A;)e.push(A.scopeName),A=A.parent;return e.reverse(),e}toString(){return this.getSegments().join(" ")}extends(A){return this===A?!0:this.parent===null?!1:this.parent.extends(A)}getExtensionIfDefined(A){const e=[];let r=this;for(;r&&r!==A;)e.push(r.scopeName),r=r.parent;return r===A?e.reverse():void 0}};function Ew(i,A){if(A.length===0)return!0;for(let e=0;e<A.length;e++){let r=A[e],m=!1;if(r===">"){if(e===A.length-1)return!1;r=A[++e],m=!0}for(;i&&!Iw(i.scopeName,r);){if(m)return!1;i=i.parent}if(!i)return!1;i=i.parent}return!0}function Iw(i,A){return A===i||i.startsWith(A)&&i[A.length]==="."}var $c=class{constructor(i,A,e){this.fontStyle=i,this.foregroundId=A,this.backgroundId=e}};function mw(i){if(!i)return[];if(!i.settings||!Array.isArray(i.settings))return[];let A=i.settings,e=[],r=0;for(let m=0,w=A.length;m<w;m++){let l=A[m];if(!l.settings)continue;let b;if(typeof l.scope=="string"){let G=l.scope;G=G.replace(/^[,]+/,""),G=G.replace(/[,]+$/,""),b=G.split(",")}else Array.isArray(l.scope)?b=l.scope:b=[""];let S=-1;if(typeof l.settings.fontStyle=="string"){S=0;let G=l.settings.fontStyle.split(" ");for(let K=0,j=G.length;K<j;K++)switch(G[K]){case"italic":S=S|1;break;case"bold":S=S|2;break;case"underline":S=S|4;break;case"strikethrough":S=S|8;break}}let f=null;typeof l.settings.foreground=="string"&&Yc(l.settings.foreground)&&(f=l.settings.foreground);let x=null;typeof l.settings.background=="string"&&Yc(l.settings.background)&&(x=l.settings.background);for(let G=0,K=b.length;G<K;G++){let U=b[G].trim().split(" "),Y=U[U.length-1],_=null;U.length>1&&(_=U.slice(0,U.length-1),_.reverse()),e[r++]=new fw(Y,_,m,S,f,x)}}return e}var fw=class{constructor(i,A,e,r,m,w){this.scope=i,this.parentScopes=A,this.index=e,this.fontStyle=r,this.foreground=m,this.background=w}},Dn=(i=>(i[i.NotSet=-1]="NotSet",i[i.None=0]="None",i[i.Italic=1]="Italic",i[i.Bold=2]="Bold",i[i.Underline=4]="Underline",i[i.Strikethrough=8]="Strikethrough",i))(Dn||{});function ww(i,A){i.sort((S,f)=>{let x=Kc(S.scope,f.scope);return x!==0||(x=Uc(S.parentScopes,f.parentScopes),x!==0)?x:S.index-f.index});let e=0,r="#000000",m="#ffffff";for(;i.length>=1&&i[0].scope==="";){let S=i.shift();S.fontStyle!==-1&&(e=S.fontStyle),S.foreground!==null&&(r=S.foreground),S.background!==null&&(m=S.background)}let w=new Dw(A),l=new $c(e,w.getId(r),w.getId(m)),b=new yw(new Ia(0,null,-1,0,0),[]);for(let S=0,f=i.length;S<f;S++){let x=i[S];b.insert(0,x.scope,x.parentScopes,x.fontStyle,w.getId(x.foreground),w.getId(x.background))}return new ms(w,l,b)}var Dw=class{constructor(i){if(this._lastColorId=0,this._id2color=[],this._color2id=Object.create(null),Array.isArray(i)){this._isFrozen=!0;for(let A=0,e=i.length;A<e;A++)this._color2id[i[A]]=A,this._id2color[A]=i[A]}else this._isFrozen=!1}getId(i){if(i===null)return 0;i=i.toUpperCase();let A=this._color2id[i];if(A)return A;if(this._isFrozen)throw new Error(`Missing color in color map - ${i}`);return A=++this._lastColorId,this._color2id[i]=A,this._id2color[A]=i,A}getColorMap(){return this._id2color.slice(0)}},bw=Object.freeze([]),Ia=class ZB{constructor(A,e,r,m,w){this.scopeDepth=A,this.parentScopes=e||bw,this.fontStyle=r,this.foreground=m,this.background=w}clone(){return new ZB(this.scopeDepth,this.parentScopes,this.fontStyle,this.foreground,this.background)}static cloneArr(A){let e=[];for(let r=0,m=A.length;r<m;r++)e[r]=A[r].clone();return e}acceptOverwrite(A,e,r,m){this.scopeDepth>A?console.log("how did this happen?"):this.scopeDepth=A,e!==-1&&(this.fontStyle=e),r!==0&&(this.foreground=r),m!==0&&(this.background=m)}},yw=class Eg{constructor(A,e=[],r={}){this._mainRule=A,this._children=r,this._rulesWithParentScopes=e}static _cmpBySpecificity(A,e){if(A.scopeDepth!==e.scopeDepth)return e.scopeDepth-A.scopeDepth;let r=0,m=0;for(;A.parentScopes[r]===">"&&r++,e.parentScopes[m]===">"&&m++,!(r>=A.parentScopes.length||m>=e.parentScopes.length);){const w=e.parentScopes[m].length-A.parentScopes[r].length;if(w!==0)return w;r++,m++}return e.parentScopes.length-A.parentScopes.length}match(A){if(A!==""){let r=A.indexOf("."),m,w;if(r===-1?(m=A,w=""):(m=A.substring(0,r),w=A.substring(r+1)),this._children.hasOwnProperty(m))return this._children[m].match(w)}const e=this._rulesWithParentScopes.concat(this._mainRule);return e.sort(Eg._cmpBySpecificity),e}insert(A,e,r,m,w,l){if(e===""){this._doInsertHere(A,r,m,w,l);return}let b=e.indexOf("."),S,f;b===-1?(S=e,f=""):(S=e.substring(0,b),f=e.substring(b+1));let x;this._children.hasOwnProperty(S)?x=this._children[S]:(x=new Eg(this._mainRule.clone(),Ia.cloneArr(this._rulesWithParentScopes)),this._children[S]=x),x.insert(A+1,f,r,m,w,l)}_doInsertHere(A,e,r,m,w){if(e===null){this._mainRule.acceptOverwrite(A,r,m,w);return}for(let l=0,b=this._rulesWithParentScopes.length;l<b;l++){let S=this._rulesWithParentScopes[l];if(Uc(S.parentScopes,e)===0){S.acceptOverwrite(A,r,m,w);return}}r===-1&&(r=this._mainRule.fontStyle),m===0&&(m=this._mainRule.foreground),w===0&&(w=this._mainRule.background),this._rulesWithParentScopes.push(new Ia(A,e,r,m,w))}},xi=class rn{static toBinaryStr(A){return A.toString(2).padStart(32,"0")}static print(A){const e=rn.getLanguageId(A),r=rn.getTokenType(A),m=rn.getFontStyle(A),w=rn.getForeground(A),l=rn.getBackground(A);console.log({languageId:e,tokenType:r,fontStyle:m,foreground:w,background:l})}static getLanguageId(A){return(A&255)>>>0}static getTokenType(A){return(A&768)>>>8}static containsBalancedBrackets(A){return(A&1024)!==0}static getFontStyle(A){return(A&30720)>>>11}static getForeground(A){return(A&16744448)>>>15}static getBackground(A){return(A&4278190080)>>>24}static set(A,e,r,m,w,l,b){let S=rn.getLanguageId(A),f=rn.getTokenType(A),x=rn.containsBalancedBrackets(A)?1:0,G=rn.getFontStyle(A),K=rn.getForeground(A),j=rn.getBackground(A);return e!==0&&(S=e),r!==8&&(f=r),m!==null&&(x=m?1:0),w!==-1&&(G=w),l!==0&&(K=l),b!==0&&(j=b),(S<<0|f<<8|x<<10|G<<11|K<<15|j<<24)>>>0}};function Y4(i){return i}function T4(i){return i}function fs(i,A){const e=[],r=vw(i);let m=r.next();for(;m!==null;){let S=0;if(m.length===2&&m.charAt(1)===":"){switch(m.charAt(0)){case"R":S=1;break;case"L":S=-1;break;default:console.log(`Unknown priority ${m} in scope selector`)}m=r.next()}let f=l();if(e.push({matcher:f,priority:S}),m!==",")break;m=r.next()}return e;function w(){if(m==="-"){m=r.next();const S=w();return f=>!!S&&!S(f)}if(m==="("){m=r.next();const S=b();return m===")"&&(m=r.next()),S}if(Jc(m)){const S=[];do S.push(m),m=r.next();while(Jc(m));return f=>A(S,f)}return null}function l(){const S=[];let f=w();for(;f;)S.push(f),f=w();return x=>S.every(G=>G(x))}function b(){const S=[];let f=l();for(;f&&(S.push(f),m==="|"||m===",");){do m=r.next();while(m==="|"||m===",");f=l()}return x=>S.some(G=>G(x))}}function Jc(i){return!!i&&!!i.match(/[\w\.:]+/)}function vw(i){let A=/([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g,e=A.exec(i);return{next:()=>{if(!e)return null;const r=e[0];return e=A.exec(i),r}}}function Zc(i){typeof i.dispose=="function"&&i.dispose()}var ho=class{constructor(i){this.scopeName=i}toKey(){return this.scopeName}},kw=class{constructor(i,A){this.scopeName=i,this.ruleName=A}toKey(){return`${this.scopeName}#${this.ruleName}`}},_w=class{constructor(){this._references=[],this._seenReferenceKeys=new Set,this.visitedRule=new Set}get references(){return this._references}add(i){const A=i.toKey();this._seenReferenceKeys.has(A)||(this._seenReferenceKeys.add(A),this._references.push(i))}},Mw=class{constructor(i,A){this.repo=i,this.initialScopeName=A,this.seenFullScopeRequests=new Set,this.seenPartialScopeRequests=new Set,this.seenFullScopeRequests.add(this.initialScopeName),this.Q=[new ho(this.initialScopeName)]}processQueue(){const i=this.Q;this.Q=[];const A=new _w;for(const e of i)Sw(e,this.initialScopeName,this.repo,A);for(const e of A.references)if(e instanceof ho){if(this.seenFullScopeRequests.has(e.scopeName))continue;this.seenFullScopeRequests.add(e.scopeName),this.Q.push(e)}else{if(this.seenFullScopeRequests.has(e.scopeName)||this.seenPartialScopeRequests.has(e.toKey()))continue;this.seenPartialScopeRequests.add(e.toKey()),this.Q.push(e)}}};function Sw(i,A,e,r){const m=e.lookup(i.scopeName);if(!m){if(i.scopeName===A)throw new Error(`No grammar provided for <${A}>`);return}const w=e.lookup(A);i instanceof ho?ws({baseGrammar:w,selfGrammar:m},r):ma(i.ruleName,{baseGrammar:w,selfGrammar:m,repository:m.repository},r);const l=e.injections(i.scopeName);if(l)for(const b of l)r.add(new ho(b))}function ma(i,A,e){if(A.repository&&A.repository[i]){const r=A.repository[i];Ds([r],A,e)}}function ws(i,A){i.selfGrammar.patterns&&Array.isArray(i.selfGrammar.patterns)&&Ds(i.selfGrammar.patterns,{...i,repository:i.selfGrammar.repository},A),i.selfGrammar.injections&&Ds(Object.values(i.selfGrammar.injections),{...i,repository:i.selfGrammar.repository},A)}function Ds(i,A,e){for(const r of i){if(e.visitedRule.has(r))continue;e.visitedRule.add(r);const m=r.repository?Hc({},A.repository,r.repository):A.repository;Array.isArray(r.patterns)&&Ds(r.patterns,{...A,repository:m},e);const w=r.include;if(!w)continue;const l=zc(w);switch(l.kind){case 0:ws({...A,selfGrammar:A.baseGrammar},e);break;case 1:ws(A,e);break;case 2:ma(l.ruleName,{...A,repository:m},e);break;case 3:case 4:const b=l.scopeName===A.selfGrammar.scopeName?A.selfGrammar:l.scopeName===A.baseGrammar.scopeName?A.baseGrammar:void 0;if(b){const S={baseGrammar:A.baseGrammar,selfGrammar:b,repository:m};l.kind===4?ma(l.ruleName,S,e):ws(S,e)}else l.kind===4?e.add(new kw(l.scopeName,l.ruleName)):e.add(new ho(l.scopeName));break}}}var xw=class{constructor(){this.kind=0}},Fw=class{constructor(){this.kind=1}},Nw=class{constructor(i){this.ruleName=i,this.kind=2}},Rw=class{constructor(i){this.scopeName=i,this.kind=3}},Lw=class{constructor(i,A){this.scopeName=i,this.ruleName=A,this.kind=4}};function zc(i){if(i==="$base")return new xw;if(i==="$self")return new Fw;const A=i.indexOf("#");if(A===-1)return new Rw(i);if(A===0)return new Nw(i.substring(1));{const e=i.substring(0,A),r=i.substring(A+1);return new Lw(e,r)}}var Gw=/\\(\d+)/,Wc=/\\(\d+)/g,Hw=-1,jc=-2;function O4(i){return i}function $4(i){return i}var Bo=class{constructor(i,A,e,r){this.$location=i,this.id=A,this._name=e||null,this._nameIsCapturing=Is.hasCaptures(this._name),this._contentName=r||null,this._contentNameIsCapturing=Is.hasCaptures(this._contentName)}get debugName(){const i=this.$location?`${Pc(this.$location.filename)}:${this.$location.line}`:"unknown";return`${this.constructor.name}#${this.id} @ ${i}`}getName(i,A){return!this._nameIsCapturing||this._name===null||i===null||A===null?this._name:Is.replaceCaptures(this._name,i,A)}getContentName(i,A){return!this._contentNameIsCapturing||this._contentName===null?this._contentName:Is.replaceCaptures(this._contentName,i,A)}},Pw=class extends Bo{constructor(i,A,e,r,m){super(i,A,e,r),this.retokenizeCapturedWithRuleId=m}dispose(){}collectPatterns(i,A){throw new Error("Not supported!")}compile(i,A){throw new Error("Not supported!")}compileAG(i,A,e,r){throw new Error("Not supported!")}},Kw=class extends Bo{constructor(i,A,e,r,m){super(i,A,e,null),this._match=new Co(r,this.id),this.captures=m,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}get debugMatchRegExp(){return`${this._match.source}`}collectPatterns(i,A){A.push(this._match)}compile(i,A){return this._getCachedCompiledPatterns(i).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i).compileAG(i,e,r)}_getCachedCompiledPatterns(i){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new po,this.collectPatterns(i,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},qc=class extends Bo{constructor(i,A,e,r,m){super(i,A,e,r),this.patterns=m.patterns,this.hasMissingPatterns=m.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}collectPatterns(i,A){for(const e of this.patterns)i.getRule(e).collectPatterns(i,A)}compile(i,A){return this._getCachedCompiledPatterns(i).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i).compileAG(i,e,r)}_getCachedCompiledPatterns(i){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new po,this.collectPatterns(i,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},fa=class extends Bo{constructor(i,A,e,r,m,w,l,b,S,f){super(i,A,e,r),this._begin=new Co(m,this.id),this.beginCaptures=w,this._end=new Co(l||"￿",-1),this.endHasBackReferences=this._end.hasBackReferences,this.endCaptures=b,this.applyEndPatternLast=S||!1,this.patterns=f.patterns,this.hasMissingPatterns=f.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugEndRegExp(){return`${this._end.source}`}getEndWithResolvedBackReferences(i,A){return this._end.resolveBackReferences(i,A)}collectPatterns(i,A){A.push(this._begin)}compile(i,A){return this._getCachedCompiledPatterns(i,A).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i,A).compileAG(i,e,r)}_getCachedCompiledPatterns(i,A){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new po;for(const e of this.patterns)i.getRule(e).collectPatterns(i,this._cachedCompiledPatterns);this.applyEndPatternLast?this._cachedCompiledPatterns.push(this._end.hasBackReferences?this._end.clone():this._end):this._cachedCompiledPatterns.unshift(this._end.hasBackReferences?this._end.clone():this._end)}return this._end.hasBackReferences&&(this.applyEndPatternLast?this._cachedCompiledPatterns.setSource(this._cachedCompiledPatterns.length()-1,A):this._cachedCompiledPatterns.setSource(0,A)),this._cachedCompiledPatterns}},bs=class extends Bo{constructor(i,A,e,r,m,w,l,b,S){super(i,A,e,r),this._begin=new Co(m,this.id),this.beginCaptures=w,this.whileCaptures=b,this._while=new Co(l,jc),this.whileHasBackReferences=this._while.hasBackReferences,this.patterns=S.patterns,this.hasMissingPatterns=S.hasMissingPatterns,this._cachedCompiledPatterns=null,this._cachedCompiledWhilePatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null),this._cachedCompiledWhilePatterns&&(this._cachedCompiledWhilePatterns.dispose(),this._cachedCompiledWhilePatterns=null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugWhileRegExp(){return`${this._while.source}`}getWhileWithResolvedBackReferences(i,A){return this._while.resolveBackReferences(i,A)}collectPatterns(i,A){A.push(this._begin)}compile(i,A){return this._getCachedCompiledPatterns(i).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i).compileAG(i,e,r)}_getCachedCompiledPatterns(i){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new po;for(const A of this.patterns)i.getRule(A).collectPatterns(i,this._cachedCompiledPatterns)}return this._cachedCompiledPatterns}compileWhile(i,A){return this._getCachedCompiledWhilePatterns(i,A).compile(i)}compileWhileAG(i,A,e,r){return this._getCachedCompiledWhilePatterns(i,A).compileAG(i,e,r)}_getCachedCompiledWhilePatterns(i,A){return this._cachedCompiledWhilePatterns||(this._cachedCompiledWhilePatterns=new po,this._cachedCompiledWhilePatterns.push(this._while.hasBackReferences?this._while.clone():this._while)),this._while.hasBackReferences&&this._cachedCompiledWhilePatterns.setSource(0,A||"￿"),this._cachedCompiledWhilePatterns}},Xc=class mt{static createCaptureRule(A,e,r,m,w){return A.registerRule(l=>new Pw(e,l,r,m,w))}static getCompiledRuleId(A,e,r){return A.id||e.registerRule(m=>{if(A.id=m,A.match)return new Kw(A.$vscodeTextmateLocation,A.id,A.name,A.match,mt._compileCaptures(A.captures,e,r));if(typeof A.begin>"u"){A.repository&&(r=Hc({},r,A.repository));let w=A.patterns;return typeof w>"u"&&A.include&&(w=[{include:A.include}]),new qc(A.$vscodeTextmateLocation,A.id,A.name,A.contentName,mt._compilePatterns(w,e,r))}return A.while?new bs(A.$vscodeTextmateLocation,A.id,A.name,A.contentName,A.begin,mt._compileCaptures(A.beginCaptures||A.captures,e,r),A.while,mt._compileCaptures(A.whileCaptures||A.captures,e,r),mt._compilePatterns(A.patterns,e,r)):new fa(A.$vscodeTextmateLocation,A.id,A.name,A.contentName,A.begin,mt._compileCaptures(A.beginCaptures||A.captures,e,r),A.end,mt._compileCaptures(A.endCaptures||A.captures,e,r),A.applyEndPatternLast,mt._compilePatterns(A.patterns,e,r))}),A.id}static _compileCaptures(A,e,r){let m=[];if(A){let w=0;for(const l in A){if(l==="$vscodeTextmateLocation")continue;const b=parseInt(l,10);b>w&&(w=b)}for(let l=0;l<=w;l++)m[l]=null;for(const l in A){if(l==="$vscodeTextmateLocation")continue;const b=parseInt(l,10);let S=0;A[l].patterns&&(S=mt.getCompiledRuleId(A[l],e,r)),m[b]=mt.createCaptureRule(e,A[l].$vscodeTextmateLocation,A[l].name,A[l].contentName,S)}}return m}static _compilePatterns(A,e,r){let m=[];if(A)for(let w=0,l=A.length;w<l;w++){const b=A[w];let S=-1;if(b.include){const f=zc(b.include);switch(f.kind){case 0:case 1:S=mt.getCompiledRuleId(r[b.include],e,r);break;case 2:let x=r[f.ruleName];x&&(S=mt.getCompiledRuleId(x,e,r));break;case 3:case 4:const G=f.scopeName,K=f.kind===4?f.ruleName:null,j=e.getExternalGrammar(G,r);if(j)if(K){let U=j.repository[K];U&&(S=mt.getCompiledRuleId(U,e,j.repository))}else S=mt.getCompiledRuleId(j.repository.$self,e,j.repository);break}}else S=mt.getCompiledRuleId(b,e,r);if(S!==-1){const f=e.getRule(S);let x=!1;if((f instanceof qc||f instanceof fa||f instanceof bs)&&f.hasMissingPatterns&&f.patterns.length===0&&(x=!0),x)continue;m.push(S)}}return{patterns:m,hasMissingPatterns:(A?A.length:0)!==m.length}}},Co=class zB{constructor(A,e){if(A){const r=A.length;let m=0,w=[],l=!1;for(let b=0;b<r;b++)if(A.charAt(b)==="\\"&&b+1<r){const f=A.charAt(b+1);f==="z"?(w.push(A.substring(m,b)),w.push("$(?!\\n)(?<!\\n)"),m=b+2):(f==="A"||f==="G")&&(l=!0),b++}this.hasAnchor=l,m===0?this.source=A:(w.push(A.substring(m,r)),this.source=w.join(""))}else this.hasAnchor=!1,this.source=A;this.hasAnchor?this._anchorCache=this._buildAnchorCache():this._anchorCache=null,this.ruleId=e,this.hasBackReferences=Gw.test(this.source)}clone(){return new zB(this.source,this.ruleId)}setSource(A){this.source!==A&&(this.source=A,this.hasAnchor&&(this._anchorCache=this._buildAnchorCache()))}resolveBackReferences(A,e){let r=e.map(m=>A.substring(m.start,m.end));return Wc.lastIndex=0,this.source.replace(Wc,(m,w)=>Tc(r[parseInt(w,10)]||""))}_buildAnchorCache(){let A=[],e=[],r=[],m=[],w,l,b,S;for(w=0,l=this.source.length;w<l;w++)b=this.source.charAt(w),A[w]=b,e[w]=b,r[w]=b,m[w]=b,b==="\\"&&w+1<l&&(S=this.source.charAt(w+1),S==="A"?(A[w+1]="￿",e[w+1]="￿",r[w+1]="A",m[w+1]="A"):S==="G"?(A[w+1]="￿",e[w+1]="G",r[w+1]="￿",m[w+1]="G"):(A[w+1]=S,e[w+1]=S,r[w+1]=S,m[w+1]=S),w++);return{A0_G0:A.join(""),A0_G1:e.join(""),A1_G0:r.join(""),A1_G1:m.join("")}}resolveAnchors(A,e){return!this.hasAnchor||!this._anchorCache?this.source:A?e?this._anchorCache.A1_G1:this._anchorCache.A1_G0:e?this._anchorCache.A0_G1:this._anchorCache.A0_G0}},po=class{constructor(){this._items=[],this._hasAnchors=!1,this._cached=null,this._anchorCache={A0_G0:null,A0_G1:null,A1_G0:null,A1_G1:null}}dispose(){this._disposeCaches()}_disposeCaches(){this._cached&&(this._cached.dispose(),this._cached=null),this._anchorCache.A0_G0&&(this._anchorCache.A0_G0.dispose(),this._anchorCache.A0_G0=null),this._anchorCache.A0_G1&&(this._anchorCache.A0_G1.dispose(),this._anchorCache.A0_G1=null),this._anchorCache.A1_G0&&(this._anchorCache.A1_G0.dispose(),this._anchorCache.A1_G0=null),this._anchorCache.A1_G1&&(this._anchorCache.A1_G1.dispose(),this._anchorCache.A1_G1=null)}push(i){this._items.push(i),this._hasAnchors=this._hasAnchors||i.hasAnchor}unshift(i){this._items.unshift(i),this._hasAnchors=this._hasAnchors||i.hasAnchor}length(){return this._items.length}setSource(i,A){this._items[i].source!==A&&(this._disposeCaches(),this._items[i].setSource(A))}compile(i){if(!this._cached){let A=this._items.map(e=>e.source);this._cached=new Vc(i,A,this._items.map(e=>e.ruleId))}return this._cached}compileAG(i,A,e){return this._hasAnchors?A?e?(this._anchorCache.A1_G1||(this._anchorCache.A1_G1=this._resolveAnchors(i,A,e)),this._anchorCache.A1_G1):(this._anchorCache.A1_G0||(this._anchorCache.A1_G0=this._resolveAnchors(i,A,e)),this._anchorCache.A1_G0):e?(this._anchorCache.A0_G1||(this._anchorCache.A0_G1=this._resolveAnchors(i,A,e)),this._anchorCache.A0_G1):(this._anchorCache.A0_G0||(this._anchorCache.A0_G0=this._resolveAnchors(i,A,e)),this._anchorCache.A0_G0):this.compile(i)}_resolveAnchors(i,A,e){let r=this._items.map(m=>m.resolveAnchors(A,e));return new Vc(i,r,this._items.map(m=>m.ruleId))}},Vc=class{constructor(i,A,e){this.regExps=A,this.rules=e,this.scanner=i.createOnigScanner(A)}dispose(){typeof this.scanner.dispose=="function"&&this.scanner.dispose()}toString(){const i=[];for(let A=0,e=this.rules.length;A<e;A++)i.push(" - "+this.rules[A]+": "+this.regExps[A]);return i.join(`
80
+ `)},i.prototype.classes=function(A){var e=ao(this.element)?Array.from(this.element.classList):[];return A?e.includes(A):e},i.prototype.attributes=function(A){var e={};if(ao(this.element))for(var r=Array.from(this.element.attributes),m=0,w=r;m<w.length;m++){var l=w[m];e[l.localName]=l.value}return A?e[A]:e},i.prototype.text=function(){return this.getRootNodes().map(vC).join("")},i.prototype.exists=function(){return!0},i.prototype.get=function(A){var e=this.find(A);if(e.exists())return e;throw new Error("Unable to get ".concat(A," within: ").concat(this.html()))},i.prototype.getComponent=function(A){var e=this.findComponent(A);if(e.exists())return e;var r="Unable to get ";throw typeof A=="string"?r+="component with selector ".concat(A):"name"in A?r+="component with name ".concat(A.name):"ref"in A?r+="component with ref ".concat(A.ref):r+="specified component",r+=" within: ".concat(this.html()),new Error(r)},i.prototype.isVisible=function(){return ao(this.element)&&qg(this.element)},i.prototype.trigger=function(A,e){return Or(this,void 0,void 0,function(){var r;return $r(this,function(m){if(e&&e.target)throw Error("[vue-test-utils]: you cannot set the target value of an event. See the notes section of the docs for more details—https://vue-test-utils.vuejs.org/api/wrapper/trigger.html");return this.element&&!this.isDisabled()&&(r=PC(A,e),r._vts=Date.now()+1,this.element.dispatchEvent(r)),[2,c.nextTick()]})})},i}(),lp=function(i){Lg(A,i);function A(e){var r=this;return e?(r=i.call(this,e)||this,Pg.plugins.DOMWrapper.extend(r),r):Kn("DOMWrapper")}return A.prototype.getRootNodes=function(){return[this.wrapperElement]},A.prototype.getCurrentComponent=function(){for(var e,r=this.element.__vueParentComponent;((e=r==null?void 0:r.parent)===null||e===void 0?void 0:e.vnode.el)===this.element;)r=r.parent;return r},A.prototype.find=function(e){var r=i.prototype.find.call(this,e);return r.exists()&&MC(e)?this.element.contains(r.element)?r:Kn("DOMWrapper"):r},A.prototype.findAll=function(e){return this.wrapperElement instanceof Element?Array.from(this.wrapperElement.querySelectorAll(e),lo):[]},A.prototype.findAllComponents=function(e){var r=this,m=i.prototype.findAllComponents.call(this,e);return m.filter(function(w){return r.element.contains(w.element)})},A.prototype.setChecked=function(){return Or(this,arguments,void 0,function(e){var r,m;return e===void 0&&(e=!0),$r(this,function(w){if(r=this.element,m=this.attributes().type,m==="radio"&&!e)throw Error(`wrapper.setChecked() cannot be called with parameter false on a '<input type="radio" /> element.`);return e===r.checked?[2]:(r.checked=e,this.trigger("input"),[2,this.trigger("change")])})})},A.prototype.setValue=function(e){var r=this.element,m=r.tagName,w=this.attributes().type;if(m==="OPTION")return this.setSelected(),Promise.resolve();if(m==="INPUT"&&w==="checkbox")return this.setChecked(e);if(m==="INPUT"&&w==="radio")return this.setChecked(e);if(m==="SELECT"){if(Array.isArray(e))for(var l=r,b=0;b<l.options.length;b++){var S=l.options[b];S.selected=e.includes(S.value)}else r.value=e;return this.trigger("input"),this.trigger("change")}else{if(m==="INPUT"||m==="TEXTAREA")return r.value=e,this.trigger("input"),this.trigger("change");throw Error("wrapper.setValue() cannot be called on ".concat(m))}},A.prototype.setSelected=function(){var e=this.element;if(!e.selected){e.selected=!0;var r=e.parentElement;r.tagName==="OPTGROUP"&&(r=r.parentElement);var m=new A(r);return m.trigger("input"),m.trigger("change")}},A}(Mc);Xg(ki.DOMWrapper,function(i){return new lp(i)});function Bs(i){if(i.shapeFlag&1)return[i.el];if(i.shapeFlag&6){var A=i.component.subTree;return Bs(A)}else{if(i.shapeFlag&128)return Bs(i.suspense.activeBranch);if(i.shapeFlag&72){var e=[i.el];if(i.anchor)for(var r=e[0].nextSibling;r&&r.previousSibling!==i.anchor;)e.push(r),r=r.nextSibling;return e}else if(i.shapeFlag&16){var m=i.children.flat();return m.flatMap(function(w){return Bs(w)}).filter(_C)}}return[]}var ii={};function gp(i,A){var e=i.$.uid,r=ii[e]||{};return A?r?r[A]:void 0:r}var cp=function(i,A,e){for(var r=i;typeof(r==null?void 0:r.type)=="function";)r=r.parent;var m=r.uid;m in ii||(ii[m]={}),A in ii[m]||(ii[m][A]=[]),ii[m][A].push(e)},up=function(i){var A=i.$.uid;delete ii[A]};function dp(i,A){return new Proxy(i,{get:function(e,r,m){return e.$.exposed&&e.$.exposeProxy&&r in e.$.exposeProxy?Reflect.get(e.$.exposeProxy,r,m):r in A?Reflect.get(A,r,m):r in e.$.appContext.config.globalProperties?Reflect.get(e.$.appContext.config.globalProperties,r,m):e.$.ctx[r]},set:function(e,r,m,w){return r in A?Reflect.set(A,r,m,w):Reflect.set(e,r,m,w)},has:function(e,r){return Reflect.has(A,r)||Reflect.has(e,r)},defineProperty:function(e,r,m){return r in A?Reflect.defineProperty(A,r,m):Reflect.defineProperty(e,r,m)},getOwnPropertyDescriptor:function(e,r){return r in A?Reflect.getOwnPropertyDescriptor(A,r):Reflect.getOwnPropertyDescriptor(e,r)},deleteProperty:function(e,r){return r in A?Reflect.deleteProperty(A,r):Reflect.deleteProperty(e,r)}})}var hp=function(i){Lg(A,i);function A(e,r,m){var w=i.call(this,r==null?void 0:r.$el)||this;return w.cleanUpCallbacks=[],w.__app=e,w.rootVM=r==null?void 0:r.$root,SC(r)?w.componentVM=dp(r,r.$.setupState):w.componentVM=r,w.__setProps=m,w.attachNativeEventListener(),Pg.plugins.VueWrapper.extend(w),w}return Object.defineProperty(A.prototype,"hasMultipleRoots",{get:function(){var e=function(r){var m;if(r.shapeFlag===16)return!0;if(r.shapeFlag&4||r.shapeFlag&2){if(!((m=r.component)===null||m===void 0)&&m.subTree)return e(r.component.subTree);if(r.shapeFlag&16)return!0}return!1};return e(this.vm.$.subTree)},enumerable:!1,configurable:!0}),A.prototype.getRootNodes=function(){return Bs(this.vm.$.vnode)},Object.defineProperty(A.prototype,"parentElement",{get:function(){return this.vm.$el.parentElement},enumerable:!1,configurable:!0}),A.prototype.getCurrentComponent=function(){return this.vm.$},A.prototype.exists=function(){return!this.getCurrentComponent().isUnmounted},A.prototype.findAll=function(e){return this.findAllDOMElements(e).map(lo)},A.prototype.attachNativeEventListener=function(){var e=this.vm;if(e){var r=e.$options.emits?Array.isArray(e.$options.emits)?e.$options.emits:Object.keys(e.$options.emits):[],m=this.getRootNodes().filter(function(G){return G instanceof Element});if(m.length===1)for(var w=m[0],l=function(G){if(r.includes(G))return"continue";var K=function(){for(var j=[],U=0;U<arguments.length;U++)j[U]=arguments[U];cp(e.$,G,j)};w.addEventListener(G,K),b.cleanUpCallbacks.push(function(){w.removeEventListener(G,K)})},b=this,S=0,f=Object.keys(Ug);S<f.length;S++){var x=f[S];l(x)}}},Object.defineProperty(A.prototype,"element",{get:function(){return this.hasMultipleRoots?this.parentElement:this.vm.$el},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"vm",{get:function(){return this.componentVM},enumerable:!1,configurable:!0}),A.prototype.props=function(e){var r=this.componentVM.$props;return e?r[e]:r},A.prototype.emitted=function(e){return gp(this.vm,e)},A.prototype.isVisible=function(){var e=lo(this.element);return e.isVisible()},A.prototype.setData=function(e){return Kg(this.componentVM.$data,e),c.nextTick()},A.prototype.setProps=function(e){if(this.vm.$parent!==this.rootVM||!this.__setProps)throw Error("You can only use setProps on your mounted component");return this.__setProps(e),c.nextTick()},A.prototype.setValue=function(e,r){var m=r||"modelValue";return this.vm.$emit("update:".concat(m),e),this.vm.$nextTick()},A.prototype.unmount=function(){if(!this.__app)throw new Error("wrapper.unmount() can only be called by the root wrapper");up(this.vm),this.cleanUpCallbacks.forEach(function(e){return e()}),this.cleanUpCallbacks=[],this.__app.unmount()},A}(Mc);Xg(ki.VueWrapper,function(i,A,e){return new hp(i,A,e)});var Bp={path:"/",name:void 0,redirectedFrom:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},href:"/"};c.defineComponent({name:"RouterLinkStub",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},custom:{type:Boolean,default:!1}},render:function(){var i=this,A,e,r=c.computed(function(){return Bp}),m=(e=(A=this.$slots)===null||A===void 0?void 0:A.default)===null||e===void 0?void 0:e.call(A,{route:r,href:c.computed(function(){return r.value.href}),isActive:c.computed(function(){return!1}),isExactActive:c.computed(function(){return!1}),navigate:function(){return Or(i,void 0,void 0,function(){return $r(this,function(w){return[2]})})}});return this.custom?m:c.h("a",void 0,m)}}),typeof setImmediate=="function"&&setImmediate;const Mi=Symbol(),Sc=Symbol(),xc=Symbol(),Fc={zh:{menus:{basicTitle:"基础组件",highTitle:"高级组件",layoutTitle:"布局组件",assistTitle:"辅助组件",useTemplateBtn:"使用模板"},actions:{previewJson:"生成JSON Schema",previewVueCode:"生成VUE代码",previewForm:"预览表单",clear:"清空",save:"保存"},canvas:{emptyTip:"请从左侧拖拽字段来组成表单",wrapperEmptyTip:"请拖入子字段"},attr:{tab1:{title:"字段配置",emptyTip:"未选中字段",linkage:{text:"联动",action1:"配置联动",action2:"数据联动"}},tab2:{title:"表单设置"}}},en:{menus:{basicTitle:"Basic Fields",highTitle:"High Basic Fields",layoutTitle:"Layout Fields",assistTitle:"Assist Fields",useTemplateBtn:"Use Template"},actions:{previewJson:"Preview JSON Script",previewVueCode:"Generate VUE code",previewForm:"Preview Form",clear:"Clear",save:"Save"},canvas:{emptyTip:"Please drag and drop fields from the left to form a form",wrapperEmptyTip:"Please drag in a subfield"},attr:{tab1:{title:"Field Configuration",emptyTip:"No field selected",linkage:{text:"Linkage",action1:"Configuration Item Linkage",action2:"Value Linkage"}},tab2:{title:"Form Settings"}}}},Cs=[{component:"Divider",props:{title:"选项设置",contentPosition:"center"},designKey:"design-gSnX",name:"form-xDEe"},{label:"数据模式",component:"Radio",name:"props.mode",props:{mode:"static",options:[{label:"静态",value:"static"},{label:"远程",value:"remote"}],optionType:"button",space:0},designKey:"form-PLpj"},{label:"静态选项",name:"props.options",component:"FormList",hidden:'{{$values.props.mode!=="static"}}',children:[{label:"选项名",name:"label",component:"Input",props:{placeholder:"请输入..."},designKey:"form-LnGh",initialValue:'{{ "选项" + ($index + 1) }}'},{label:"选项值",name:"value",component:"Input",designKey:"form-HYtW",initialValue:'{{ "value" + ($index + 1) }}'},{label:"是否禁用",name:"disabled",component:"Switch",designKey:"form-HYtW2"}],designKey:"form-Iwpd",props:{mode:"table",title:"选项"}},{component:"Card",props:{},designKey:"id-pGeN",name:"form-6vzT",hidden:'{{$values.props.mode==="static"}}',children:[{component:"Title",props:{title:"请求",type:"h4"},hideLabel:!0,designKey:"design-49fr",name:"form-Vf2D"},{label:"url",component:"Input",name:"props.api.url",initialValue:"https://apifoxmock.com/m1/5213940-4880280-default/options/test",designKey:"form-UrE8"},{label:"请求方式",component:"Select",name:"props.api.method",initialValue:"GET",props:{mode:"static",options:[{label:"GET",value:"GET"},{label:"POST",value:"POST"},{label:"PUT",value:"PUT"},{label:"DELETE",value:"DELETE"}]},designKey:"form-nOpD"},{label:"请求参数",component:"JsonEdit",name:"props.api.params",initialValue:{},dialog:!0},{component:"Title",props:{title:"响应",type:"h4"},hideLabel:!0,designKey:"design-49fr",name:"form-Vf2D"},{label:"数据路径",component:"Input",name:"props.api.dataPath",initialValue:"data",designKey:"form-UrE8"},{label:"标签key",component:"Input",name:"props.labelKey",initialValue:"label",designKey:"form-X6hs"},{label:"值Key",component:"Input",name:"props.valueKey",initialValue:"value",designKey:"form-STkl"},{label:"禁用Key",component:"Input",name:"props.disabledKey",initialValue:"disabled",designKey:"form-STkl2"}]}],Cp=[{name:"addB2b",schema:{labelWidth:150,labelPosition:"top",size:"default",scrollToError:!0,items:[{props:{title:"Basic Information",type:"h3",italic:!1},hideLabel:!0,component:"Title",designKey:"design-HvAF",name:"form-95DJ",hidden:!1},{props:{columns:1,columnGap:20,rowGap:20},component:"Grid",designKey:"design-rbQd",name:"form-n2CG",children:[{component:"Input",designKey:"design-OrTD",name:"companyName",label:"Company Name",props:{placeholder:""},required:!0}]},{props:{columns:3,columnGap:20,rowGap:20},component:"Grid",designKey:"design-qjn5",name:"form-OKLN",children:[{component:"Input",designKey:"design-1RWu",name:"status",label:"Status",props:{placeholder:""},required:!0},{component:"Input",designKey:"design-EkEJ",name:"shortName",label:"Short Name",props:{placeholder:""}},{component:"SearchInput",designKey:"design-e0wN",name:"segment",label:"Segment",props:{placeholder:""}},{label:"Company Type",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-qEnj",name:"companyType",required:!0},{label:"Missing KOB number Reason",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-hG6w",name:"form-N6hN",required:!0},{component:"Input",designKey:"design-JtbY",name:"kobNumber",label:"KOB Number",props:{placeholder:""}},{label:"Employee Number Range",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-onze",name:"enr"},{component:"Input",designKey:"design-r2BA",name:"eq",label:"Employee Quantity",props:{placeholder:""}},{component:"Input",designKey:"design-3rwV",name:"postCode",label:"Postcode",props:{placeholder:""},required:!0},{label:"Category",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-pWTp",name:"category"},{label:"Subsegment",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-4ew9",name:"subsegment"},{component:"Input",designKey:"design-IWXo",name:"rc",label:"Registered Capital",props:{placeholder:""}},{component:"Input",designKey:"design-wof2",name:"cvrNo",label:"CVR No.",props:{placeholder:""}},{label:"Preferred Language",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-Nzpd",name:"preferredL"},{component:"Input",designKey:"design-tLOd",name:"cp",label:"Customer Password",props:{placeholder:""}},{label:"Credit Level",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-a0Lk",name:"creditLevel"},{component:"Input",designKey:"design-fSNI",name:"creditLimit",label:"Credit Limit",props:{placeholder:""}},{label:"Stop Payment Fee",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]},component:"Select",designKey:"design-mEmC",name:"spf"}]},{component:"Input",designKey:"design-lJM5",name:"website",label:"Website",props:{placeholder:"",style:{width:"62%"}}},{component:"TextArea",designKey:"design-skC4",name:"remarks",label:"Remarks",props:{placeholder:"请输入...",autosize:{minRows:4,maxRows:999}}}]},id:"addB2b"},{name:"自增组件",schema:{labelWidth:150,labelPosition:"right",size:"default",items:[{label:"增添管理员",name:"vip",component:"Switch",props:{"inline-prompt":!1},designKey:"design-kVO2111",change:[{target:"users.*.vip",condition:"{{ $values.vip }}",value:1}]},{label:"增添用户",component:"FormList",children:[{label:"用户名",component:"Input",props:{placeholder:""},designKey:"design-M91n",name:"username",change:[{target:"users.[].vip",condition:'{{ $item.username.includes("admin") }}',value:1}]},{label:"密码",component:"Input",props:{placeholder:"请输入密码"},designKey:"design-kVO2",name:"password"},{label:"设为管理员",component:"Switch",designKey:"design-jC1O",name:"vip",props:{"inline-prompt":!1,"active-value":1,"inactive-value":0}}],props:{mode:"table"},designKey:"design-pMUa",name:"users"}]},id:"formList"},{name:"值联动",schema:{labelWidth:150,labelPosition:"right",size:"default",items:[{label:"字段1",component:"Input",props:{placeholder:"请输入..."},designKey:"form-NASi",name:"item1",change:[{target:"item2",value:"{{$values.item1 * 2}}"},{target:"item3",value:"{{$values.item1 + '元'}}"}]},{label:"字段2",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Nasd",name:"item2"},{label:"字段3",component:"Input",props:{placeholder:"请输入..."},designKey:"form-KI1N",name:"item3"}]},id:"valueLinkage"}],pp="vfc",ke=(i="")=>`${pp}-${i}`,da=(i,A)=>i.reduce((e,r)=>{if(r.designKey===A)return r;if(r.children){const m=da(r.children,A);if(m)return m}return e},null),Nc=(i,A)=>i.map(e=>e.designKey===A.designKey?A:e.children?{...e,children:Nc(e.children,A)}:e),Rc=i=>i.map(A=>{const e={...Oe.cloneDeep(A),designKey:`form-${Pn(4)}`,name:Pn(8)};return A.children&&(e.children=Rc(A.children)),e}),Lc=(i,A)=>i.reduce((e,r)=>{var m;if(r.children?e.push({...r,children:Lc(r.children,A)}):e.push(r),r.designKey===A){const w={...Oe.cloneDeep(r),designKey:`form-${Pn(4)}`,name:`${r.name}-${Pn(2)}`};r.children&&(w.children=Rc(r.children)),r.label&&!((m=w.label)!=null&&m.includes("copy"))&&(w.label=w.label+" copy"),e.push(w)}return e},[]),Gc=i=>i.map(A=>{if(!A.render)return A;const e={component:A.component,designKey:A.designKey||`design-${Pn(4)}`,name:A.name||`form-${Pn(4)}`};return A.children&&(e.children=Gc(A.children)),e}),ot=()=>{const i=c.reactive({schema:{items:[]},schemaContext:{},design:!1,footer:!1,read:!1,pageRulePath:"",formValues:{},selectData:{},initialValues:{},context:{},vCodePass:!1,updateFormValues:()=>{},updateSelectData:()=>{},updateInitialValues:()=>{},updateVCodePass:()=>{},validate:()=>Promise.reject(),resetFields:()=>{},submit:()=>{}});return c.inject(Sc,i)},Qp=()=>{const{fetchOptionsFn:i}=c.inject(Mi);return i},uo=i=>{const A=ot(),e=Qp(),r=c.ref([]),m=c.ref(!1),w=Oe.debounce(async()=>{if(e&&i.apiParams&&!Object.values(i.apiParams).some(f=>f===void 0)){m.value=!0;try{const f=await e({formItemProps:c.toRaw(i),formSchema:c.toRaw(A.schema)});r.value=[...r.value,...f]}finally{m.value=!1}}},300);c.onMounted(()=>{const{mode:f,options:x=[]}=i;f==="static"&&(r.value=x),f==="remote"&&w()}),c.watch(()=>i.apiParams,(f,x)=>{Oe.isEqual(f,x)||(r.value=[],w())}),c.watch(()=>i.options,(f=[])=>{i.mode==="static"&&(r.value=f)}),c.watch(()=>i.mode,f=>{f==="static"&&(r.value=i.options||[]),f==="remote"&&(r.value=[],w())});const{mode:l,dependentFields:b}=i;if(l==="remote"&&Array.isArray(b))for(const f of b)c.watch(()=>A.formValues[f],(x,G)=>{w()});return{selectChange:f=>{const{valueKey:x="value",multiple:G,name:K}=i;let j={};G&&Array.isArray(f)?j=r.value.filter(U=>f.includes(U[x])):j=r.value.find(U=>U[x]===f)||{},A.selectData&&K&&A.updateSelectData(K,j)},currentOptions:r,loading:m,fetchData:w}};function ha(){const i=c.inject(Mi),A=c.inject("asiaint-lang",c.ref("zh"));return i!=null&&i.lang?c.ref(i.lang):A}function Un(){const i=ha();return c.computed(()=>Fc[(i==null?void 0:i.value)||"en"])}const ee=(i,A)=>{const e=i.__vccOpts||i;for(const[r,m]of A)e[r]=m;return e},Ep={},Ip={t:"1703839194022",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5912",width:"200",height:"200"};function mp(i,A){return c.openBlock(),c.createElementBlock("svg",Ip,A[0]||(A[0]=[c.createElementVNode("path",{d:"M426.666667 426.666667H85.546667A85.418667 85.418667 0 0 0 0 512c0 47.445333 38.314667 85.333333 85.546667 85.333333H426.666667v341.12c0 47.274667 38.186667 85.546667 85.333333 85.546667 47.445333 0 85.333333-38.314667 85.333333-85.546667V597.333333h341.12A85.418667 85.418667 0 0 0 1024 512c0-47.445333-38.314667-85.333333-85.546667-85.333333H597.333333V85.546667A85.418667 85.418667 0 0 0 512 0c-47.445333 0-85.333333 38.314667-85.333333 85.546667V426.666667z","p-id":"5913"},null,-1)]))}const fp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Ep,[["render",mp]])},Symbol.toStringTag,{value:"Module"})),wp={},Dp={t:"1704896187350",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5332",width:"200",height:"200"};function bp(i,A){return c.openBlock(),c.createElementBlock("svg",Dp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 958.016611c-245.919634 0-446.016611-200.064292-446.016611-446.016611 0-245.919634 200.095256-446.016611 446.016611-446.016611 245.952318 0 446.016611 200.064292 446.016611 446.016611S757.952318 958.016611 512 958.016611zM512 129.983389c-210.655557 0-382.016611 171.359333-382.016611 382.016611 0 210.624593 171.359333 382.016611 382.016611 382.016611 210.624593 0 382.016611-171.359333 382.016611-382.016611S722.624593 129.983389 512 129.983389z","p-id":"5333"},null,-1),c.createElementVNode("path",{d:"M463.99957 304.00043c0 26.509985 21.490445 48.00043 48.00043 48.00043s48.00043-21.490445 48.00043-48.00043-21.490445-48.00043-48.00043-48.00043S463.99957 277.490445 463.99957 304.00043z","p-id":"5334"},null,-1),c.createElementVNode("path",{d:"M512 768c-17.664722 0-32.00086-14.303454-32.00086-32.00086L479.99914 448c0-17.664722 14.336138-32.00086 32.00086-32.00086s32.00086 14.336138 32.00086 32.00086l0 287.99914C544.00086 753.696546 529.664722 768 512 768z","p-id":"5335"},null,-1)]))}const yp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(wp,[["render",bp]])},Symbol.toStringTag,{value:"Module"})),vp={},kp={t:"1704360061247",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4770",width:"200",height:"200"};function _p(i,A){return c.openBlock(),c.createElementBlock("svg",kp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M329.4 460.5c10-2.3 16.3-12.2 14.1-22.3-4.7-21.1-5.5-42.7-2.1-64.3 14.6-94.2 103.1-159.1 197.4-144.5 22.2 3.4 43.2 11 62.3 22.4 8.9 5.3 20.3 2.4 25.5-6.4 5.3-8.8 2.4-20.3-6.4-25.6-23.3-13.9-48.7-23.1-75.7-27.3-114.5-17.7-222.2 61-239.9 175.6-4 26.2-3.2 52.5 2.6 78.2 1.9 8.7 9.6 14.6 18.2 14.6 1.3 0.1 2.7-0.1 4-0.4z","p-id":"4771"},null,-1),c.createElementVNode("path",{d:"M847.9 599.4c0-26.6-10.5-50.1-28-66.4 17.6-40.7 27.5-85.5 27.5-132.7 0-184.8-150.3-335.1-335.1-335.1S177.2 215.5 177.2 400.3c0 110.7 54.1 208.8 137 269.9 0.6 3.3 1.3 6.6 2.3 9.9 3.2 10.8 7.5 20.4 13 28.8 30.1 45.8 64.1 97.7 97.9 148.3 34.2 51.2 83.8 83.1 147.2 94.7 8 1.4 15.3 2.4 22.3 3.3 3.4 0.5 6.8 0.9 10.2 1.4 2.7 0.4 5.3 0.6 8 0.6h37.8c3 0 6-0.2 8.9-0.7 3.3-0.5 6.7-1.1 10-1.6 5.7-0.9 11.5-1.8 17.2-2.8 80.2-13.8 140.7-74.1 154.3-153.7 2.8-15.9 4.2-32 4.3-47.7 0.2-59.7 0.2-67.2 0.2-91.4 0.1-12.3 0.1-29.1 0.1-59.9z m-614.8-199c0-154.2 125-279.2 279.3-279.2 154.2 0 279.2 125 279.2 279.2 0 39.1-8.2 76.3-22.7 110.1-2.6-0.2-5.2-0.4-7.9-0.4-8.1 0-16 1.1-23.5 3.2-8.7-8.2-19.1-14.7-30.8-18.7-1.9-0.6-3.9-1.2-5.8-1.7 9.2-18.6 15.9-38.8 19.2-60.4 7.2-46.4-1-92.7-23.7-133.7-5-9-16.3-12.3-25.3-7.3-9 5-12.3 16.3-7.3 25.3 18.7 33.8 25.4 71.8 19.5 110-3.7 24.1-12.4 46.2-24.7 65.5-1.1 0.3-2.3 0.4-3.3 0.7-7.7-7-16.9-12.8-27.4-17.3-8-4.2-17-6.5-26.2-6.5h-1.9v-65c0-45.4-30.1-80.6-75-87.7-4.2-0.7-8.4-1-12.5-1-43.9 0-82.4 35.3-85.9 78.6-0.4 5.6-0.4 10.2-0.4 14V550c-17.4-10-33.1-22.9-46.2-38.6-6.6-7.9-18.3-8.9-26.2-2.3-7.9 6.6-8.9 18.3-2.3 26.2 9.1 10.9 19.3 20.6 30.2 29.3-22.6 5.8-42.5 20.2-54.8 40.5-0.5 0.8-0.8 1.6-1.3 2.4-56.8-51.1-92.3-125-92.3-207.1z m558.8 350.2c0 12.8-1.3 25.9-3.5 38.6-9.6 56.2-52.1 98.3-108.5 108-8.9 1.5-17.8 2.8-26.8 4.3h-37.8c-10.1-1.5-20.4-2.6-30.5-4.4-46.5-8.5-84.3-31-110.8-70.7-32.8-49.2-65.3-98.5-97.7-147.9-2.7-4.2-4.7-9-6.1-13.8-6.1-20.9 6.2-42.4 26.8-46.4 3-0.6 5.9-0.9 8.6-0.9 12.5 0 23.1 5.6 31.3 16.2 13.6 17.6 26.4 35.7 39.6 53.6l4.2 5.7c0.3-0.2 0.7-0.3 1.1-0.4v-5-279.2c0-3.2 0-6.3 0.2-9.5 1.2-14.7 15.6-27.2 30.2-27.2 1.3 0 2.6 0.1 3.9 0.3 17.4 2.7 27.8 14.8 27.8 32.5 0 49.7 0 132.9 0.1 182.6 0 2.6 0.2 5.3 0.9 7.7 1.3 4 4.3 6.2 8.6 6.5h0.9c4.1 0 7.2-2.1 8.8-5.7 1-2.3 1.1-5.1 1.1-7.7v-22.5-6.6c0-11.2 3.8-21 13.3-27.6 3.5-2.4 7.7-3.9 11.6-5.8h12.6c0.5 0.3 0.8 0.7 1.3 0.9 16.3 5.6 23.9 16.2 23.9 33.4v22.2-16.4 22.2c0 1.6-0.1 3.2 0.1 4.7 0.7 5.4 4.8 8.9 10 8.9h1c5.5-0.5 8.7-4.2 9-11.1v-0.2-1.2-10.6c0.2-7.3 2-14.2 6.7-20.2 6.2-7.8 15.2-12.1 24.6-12.1 3.4 0 6.9 0.6 10.2 1.7 12.9 4.4 21.2 17 21.2 31.9v28c0 1.9 0 3.9 0.2 5.8 0.6 5.1 3.9 7.7 8.6 8.6 0.5 0.1 1 0.1 1.5 0.1 3.7 0 7.7-2.6 8.9-6.3 0.8-2.4 1-5.1 1-7.7V602v11.3s0.1-3.4 0.1-13.2c0-5.4 1-11.3 3.2-16.3 4.7-11.1 16-17.8 27.7-17.8 2.2 0 4.3 0.2 6.4 0.7 15.1 3.3 24.6 16.1 24.6 32.7 0 90.3 0.1 60.8-0.1 151.2z","p-id":"4772"},null,-1)]))}const Mp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(vp,[["render",_p]])},Symbol.toStringTag,{value:"Module"})),Sp={},xp={t:"1703055882491",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9224",width:"200",height:"200"};function Fp(i,A){return c.openBlock(),c.createElementBlock("svg",xp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1001.946877 854.926059H22.053123V169.073941h979.893754v685.852118",fill:"#FFFFFF","p-id":"9225"},null,-1),c.createElementVNode("path",{d:"M1001.946877 391.075377H22.053123V169.073941h979.893754v222.001436",fill:"#CCCCCC","p-id":"9226"},null,-1),c.createElementVNode("path",{d:"M1001.946877 876.979182H22.053123c-12.49677 0-22.053123-9.556353-22.053123-22.053123V169.073941c0-12.49677 9.556353-22.053123 22.053123-22.053123h979.893754c12.49677 0 22.053123 9.556353 22.053123 22.053123v685.852118c0 12.49677-9.556353 22.053123-22.053123 22.053123zM44.106246 832.872936h935.787508V191.127064H44.106246v641.745872z","p-id":"9227"},null,-1),c.createElementVNode("path",{d:"M1001.946877 410.923187H22.053123c-12.49677 0-22.053123-9.556353-22.053123-22.053122V169.073941c0-12.49677 9.556353-22.053123 22.053123-22.053123h979.893754c12.49677 0 22.053123 9.556353 22.053123 22.053123v219.796124c0 12.49677-9.556353 22.053123-22.053123 22.053122zM44.106246 366.816942h935.787508V191.127064H44.106246v175.689878z","p-id":"9228"},null,-1)]))}const Np=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Sp,[["render",Fp]])},Symbol.toStringTag,{value:"Module"})),Rp={},Lp={t:"1703599079424",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7208",width:"200",height:"200"};function Gp(i,A){return c.openBlock(),c.createElementBlock("svg",Lp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M938.666667 86.186667v298.666666H85.333333v-298.666666h853.333334m85.333333-85.333334H0v469.333334h1024v-469.333334zM938.666667 681.813333v256H510.933333v-256H938.666667m85.333333-85.333333H425.6v426.666667H1024v-426.666667z","p-id":"7209"},null,-1),c.createElementVNode("path",{d:"M484.693333 863.36h-140.586666c-103.68 0-188.16-70.186667-188.16-156.373333V402.986667h85.333333v304c0 38.613333 47.146667 71.04 102.826667 71.04h140.586666v85.333333z","p-id":"7210"},null,-1)]))}const Hp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Rp,[["render",Gp]])},Symbol.toStringTag,{value:"Module"})),Pp={},Kp={t:"1703597650364",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6020",width:"200",height:"200"};function Up(i,A){return c.openBlock(),c.createElementBlock("svg",Kp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M732.09344 341.98528c-12.544-12.45184-32.82944-12.31872-45.24544 0.256L453.56544 578.048 350.30528 471.936c-12.35456-12.70272-32.60928-12.928-45.25056-0.64-12.672 12.31872-12.95872 32.60928-0.64 45.25056l126.01856 129.50528c0.06144 0.09728 0.19456 0.09728 0.256 0.18944 0.06656 0.06656 0.09728 0.18944 0.15872 0.256 2.01728 1.98656 4.51072 3.2 6.88128 4.54656 1.24928 0.67072 2.24256 1.792 3.52256 2.304 3.87072 1.60256 8.00256 2.40128 12.09856 2.40128 4.06016 0 8.12544-0.79872 11.96544-2.33472 1.24928-0.51712 2.20672-1.54112 3.39456-2.18112 2.40128-1.34144 4.89472-2.52416 6.94272-4.54144 0.06656-0.06656 0.09728-0.19456 0.19456-0.26112 0.06656-0.09728 0.15872-0.12288 0.256-0.18944l256.22528-259.00544C744.77056 374.68672 744.64256 354.432 732.09344 341.98528zM832 928l-640 0c-52.92544 0-96-43.06944-96-96l0-640c0-52.92544 43.07456-96 96-96l640 0c52.93056 0 96 43.07456 96 96l0 640C928 884.93056 884.93056 928 832 928zM192 160c-17.63328 0-32 14.36672-32 32l0 640c0 17.664 14.36672 32 32 32l640 0c17.664 0 32-14.336 32-32l0-640c0-17.63328-14.336-32-32-32L192 160z","p-id":"6021"},null,-1)]))}const Yp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Pp,[["render",Up]])},Symbol.toStringTag,{value:"Module"})),Tp={},Op={t:"1708504426013",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3921",width:"200",height:"200"};function $p(i,A){return c.openBlock(),c.createElementBlock("svg",Op,A[0]||(A[0]=[c.createElementVNode("path",{d:"M774.4 246.4c-6.4-6.4-16-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6l-67.2 67.2c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l44.8-44.8 44.8 44.8c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8l-67.2-67.2z","p-id":"3922"},null,-1),c.createElementVNode("path",{d:"M896 128H128c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64z m0 672c0 16-12.8 32-32 32H160c-19.2 0-32-16-32-32V480h768v320z m0-384H128V224c0-16 12.8-32 32-32h704c19.2 0 32 16 32 32v192z","p-id":"3923"},null,-1)]))}const Jp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Tp,[["render",$p]])},Symbol.toStringTag,{value:"Module"})),Zp={},zp={t:"1703684587275",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7454",width:"200",height:"200"};function Wp(i,A){return c.openBlock(),c.createElementBlock("svg",zp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 0a512 512 0 0 0 0 1024c180.224 0-110.592-204.8 204.8-204.8a302.08 302.08 0 0 0 307.2-307.2A512 512 0 0 0 512 0zM179.2 486.4A76.8 76.8 0 1 1 256 409.6a76.8 76.8 0 0 1-76.8 76.8zM358.4 307.2a76.8 76.8 0 1 1 76.8-76.8A76.8 76.8 0 0 1 358.4 307.2z m307.2 0a76.8 76.8 0 1 1 76.8-76.8A76.8 76.8 0 0 1 665.6 307.2z m179.2 179.2A76.8 76.8 0 1 1 921.6 409.6a76.8 76.8 0 0 1-76.8 76.8z","p-id":"7455"},null,-1)]))}const jp=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Zp,[["render",Wp]])},Symbol.toStringTag,{value:"Module"})),qp={},Xp={t:"1705762520936",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4258",width:"200",height:"200"};function Vp(i,A){return c.openBlock(),c.createElementBlock("svg",Xp,A[0]||(A[0]=[c.createElementVNode("path",{d:"M661.333333 234.666667A64 64 0 0 1 725.333333 298.666667v597.333333a64 64 0 0 1-64 64h-469.333333A64 64 0 0 1 128 896V298.666667a64 64 0 0 1 64-64z m-21.333333 85.333333H213.333333v554.666667h426.666667v-554.666667z m191.829333-256a64 64 0 0 1 63.744 57.856l0.256 6.144v575.701333a42.666667 42.666667 0 0 1-85.034666 4.992l-0.298667-4.992V149.333333H384a42.666667 42.666667 0 0 1-42.368-37.674666L341.333333 106.666667a42.666667 42.666667 0 0 1 37.674667-42.368L384 64h447.829333z","p-id":"4259"},null,-1)]))}const AQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(qp,[["render",Vp]])},Symbol.toStringTag,{value:"Module"})),eQ={},tQ={t:"1705910453717",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8006",width:"200",height:"200"};function nQ(i,A){return c.openBlock(),c.createElementBlock("svg",tQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M972.09863 1016.986301H259.506849c-19.638356 0-35.068493-15.430137-35.068493-35.068493V768.70137c-8.416438 5.610959-18.235616 9.819178-28.054794 12.624657h-1.40274c-12.624658 4.208219-26.652055 5.610959-39.276712 5.610959-77.150685 0-138.871233-63.123288-138.871233-138.871233 0-77.150685 63.123288-138.871233 138.871233-138.871232 14.027397 0 28.054795 2.805479 42.082191 7.013698 1.40274 0 2.805479 1.40274 4.20822 1.40274 7.013699 2.805479 14.027397 5.610959 19.638356 8.416438l2.805479 1.40274V269.326027c0-19.638356 15.430137-35.068493 35.068493-35.068493h228.646576l-4.20822-8.416438c-7.013699-11.221918-12.624658-22.443836-15.430137-35.068493v-1.40274c-4.208219-12.624658-5.610959-26.652055-5.610958-39.276712C462.90411 72.942466 526.027397 11.221918 601.775342 11.221918c77.150685 0 138.871233 63.123288 138.871233 138.871233 0 14.027397-2.805479 28.054795-7.013698 42.082191 0 1.40274-1.40274 2.805479-1.40274 4.20822-2.805479 7.013699-5.610959 14.027397-8.416438 19.638356l-7.013699 16.832877h255.29863c19.638356 0 35.068493 15.430137 35.068493 35.068493v314.213698c0 11.221918-5.610959 22.443836-15.430137 29.457535-9.819178 7.013699-22.443836 7.013699-33.665753 2.805479L897.753425 587.747945c-1.40274 0-1.40274-1.40274-2.80548-1.40274-2.805479-1.40274-7.013699-4.208219-11.221918-5.610958h-1.402739c-7.013699-2.805479-14.027397-2.805479-21.041096-2.80548-37.873973 0-68.734247 30.860274-68.734247 68.734247s30.860274 68.734247 68.734247 68.734246c7.013699 0 14.027397-1.40274 19.638356-2.805479 7.013699-1.40274 12.624658-5.610959 18.235616-8.416439 1.40274-1.40274 2.805479-1.40274 4.20822-2.805479l53.304109-25.249315c11.221918-5.610959 23.846575-4.208219 33.665754 1.40274s16.832877 18.235616 16.832876 29.457534V981.917808c0 19.638356-15.430137 35.068493-35.068493 35.068493z m-677.523288-70.136986h642.454795v-182.356164h-1.40274c-11.221918 7.013699-22.443836 12.624658-35.068493 16.832876h-1.40274c-12.624658 4.208219-26.652055 5.610959-39.276712 5.610959-77.150685 0-138.871233-63.123288-138.871233-138.871233 0-77.150685 63.123288-138.871233 138.871233-138.871232 14.027397 0 28.054795 2.805479 42.082192 7.013698 1.40274 0 2.805479 1.40274 4.208219 1.40274 7.013699 2.805479 14.027397 5.610959 19.638356 8.416438l9.819178 4.208219v-224.438356H662.093151c-11.221918 0-22.443836-5.610959-29.457535-15.430137-7.013699-9.819178-7.013699-22.443836-2.805479-33.665753l29.457534-67.331507c0-1.40274 1.40274-1.40274 1.40274-2.805479 1.40274-2.805479 4.208219-7.013699 5.610959-11.221918v-1.40274c2.805479-7.013699 2.805479-14.027397 2.805479-21.041096 0-37.873973-30.860274-68.734247-68.734246-68.734246s-68.734247 30.860274-68.734247 68.734246c0 7.013699 1.40274 14.027397 2.80548 19.638356 1.40274 7.013699 5.610959 12.624658 8.416438 18.235617 1.40274 1.40274 1.40274 2.805479 2.805479 4.208219l28.054795 60.317808c5.610959 11.221918 4.208219 23.846575-1.40274 33.665754s-18.235616 16.832877-29.457534 16.832876H294.575342v274.936987c0 11.221918-5.610959 22.443836-15.430137 29.457534-9.819178 7.013699-22.443836 7.013699-33.665753 2.805479L192.175342 589.150685c-1.40274 0-1.40274-1.40274-2.805479-1.40274-2.805479-1.40274-7.013699-4.208219-11.221918-5.610959h-1.40274c-7.013699-2.805479-14.027397-2.805479-21.041095-2.805479-37.873973 0-68.734247 30.860274-68.734247 68.734246s30.860274 68.734247 68.734247 68.734247c7.013699 0 14.027397-1.40274 19.638356-2.805479 7.013699-1.40274 12.624658-5.610959 18.235616-8.416439 1.40274-1.40274 2.805479-1.40274 4.208219-2.805479l46.290411-22.443836c11.221918-5.610959 23.846575-4.208219 33.665754 1.40274 9.819178 7.013699 16.832877 18.235616 16.832876 29.457534v235.660274z","p-id":"8007"},null,-1)]))}const iQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(eQ,[["render",nQ]])},Symbol.toStringTag,{value:"Module"})),oQ={},sQ={t:"1704941224194",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4108",width:"200",height:"200"};function rQ(i,A){return c.openBlock(),c.createElementBlock("svg",sQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M531.76 474.6c-35.2 0-22 43.92-65.92 52.72l-13.2 4.4c-22 4.4-26.4 4.4-26.4 22s8.8 22 17.6 22h52.72v145.04c0 22 4.4 35.12 26.4 35.12s26.4-17.6 26.4-35.12V501c0-22-8.8-26.4-17.6-26.4zM360.4 329.56h8.8c13.2 0 22-8.8 22-22V202.12c0-13.2-8.8-22-22-22h-8.8c-13.2 0-22 8.8-22 22v109.84c0 8.8 8.8 17.6 22 17.6z m285.68 0h8.8c13.2 0 22-8.8 22-22V202.12c0-13.2-8.8-22-22-22h-8.8c-13.2 0-22 8.8-22 22v109.84c0 8.8 13.2 17.6 22 17.6z m0 0","p-id":"4109"},null,-1),c.createElementVNode("path",{d:"M769.12 232.92H712v39.52h57.12c26.4 0 48.32 22 48.32 48.32v43.92H197.76v-43.92c0-26.4 22-48.32 48.32-48.32h57.12v-39.52h-52.72c-52.72 0-92.32 43.92-92.32 92.32v426.32c0 48.32 39.52 92.32 92.32 92.32h523.04c48.32 0 92.32-39.52 92.32-92.32v-426.4c-4.4-48.32-44-92.24-96.72-92.24z m0 566.96H250.48c-26.4 0-48.32-22-48.32-48.32V408.68h619.68v338.4c0 30.8-21.92 52.8-52.72 52.8z m0 0","p-id":"4110"},null,-1),c.createElementVNode("path",{d:"M421.92 232.92h175.84v39.52H421.92z","p-id":"4111"},null,-1)]))}const aQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(oQ,[["render",rQ]])},Symbol.toStringTag,{value:"Module"})),lQ={},gQ={t:"1703838633965",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5029",width:"200",height:"200"};function cQ(i,A){return c.openBlock(),c.createElementBlock("svg",gQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M607.897867 768.043004c-17.717453 0-31.994625-14.277171-31.994625-31.994625L575.903242 383.935495c0-17.717453 14.277171-31.994625 31.994625-31.994625s31.994625 14.277171 31.994625 31.994625l0 351.94087C639.892491 753.593818 625.61532 768.043004 607.897867 768.043004z","p-id":"5030"},null,-1),c.createElementVNode("path",{d:"M415.930119 768.043004c-17.717453 0-31.994625-14.277171-31.994625-31.994625L383.935495 383.935495c0-17.717453 14.277171-31.994625 31.994625-31.994625 17.717453 0 31.994625 14.277171 31.994625 31.994625l0 351.94087C447.924744 753.593818 433.647573 768.043004 415.930119 768.043004z","p-id":"5031"},null,-1),c.createElementVNode("path",{d:"M928.016126 223.962372l-159.973123 0L768.043004 159.973123c0-52.980346-42.659499-95.983874-95.295817-95.983874L351.94087 63.989249c-52.980346 0-95.983874 43.003528-95.983874 95.983874l0 63.989249-159.973123 0c-17.717453 0-31.994625 14.277171-31.994625 31.994625s14.277171 31.994625 31.994625 31.994625l832.032253 0c17.717453 0 31.994625-14.277171 31.994625-31.994625S945.73358 223.962372 928.016126 223.962372zM319.946246 159.973123c0-17.545439 14.449185-31.994625 31.994625-31.994625l320.806316 0c17.545439 0 31.306568 14.105157 31.306568 31.994625l0 63.989249L319.946246 223.962372 319.946246 159.973123 319.946246 159.973123z","p-id":"5032"},null,-1),c.createElementVNode("path",{d:"M736.048379 960.010751 288.123635 960.010751c-52.980346 0-95.983874-43.003528-95.983874-95.983874L192.139761 383.591466c0-17.717453 14.277171-31.994625 31.994625-31.994625s31.994625 14.277171 31.994625 31.994625l0 480.435411c0 17.717453 14.449185 31.994625 31.994625 31.994625l448.096758 0c17.717453 0 31.994625-14.277171 31.994625-31.994625L768.215018 384.795565c0-17.717453 14.277171-31.994625 31.994625-31.994625s31.994625 14.277171 31.994625 31.994625l0 479.231312C832.032253 916.835209 789.028725 960.010751 736.048379 960.010751z","p-id":"5033"},null,-1)]))}const uQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(lQ,[["render",cQ]])},Symbol.toStringTag,{value:"Module"})),dQ={},hQ={t:"1704174941122",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9227",width:"200",height:"200"};function BQ(i,A){return c.openBlock(),c.createElementBlock("svg",hQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M324.266667 472.177778L136.533333 284.444444 284.444444 136.533333l187.733334 187.733334L512 284.444444 284.444444 56.888889 56.888889 284.444444l227.555555 227.555556zM699.733333 551.822222l187.733334 187.733334-147.911111 147.911111-187.733334-187.733334-39.822222 39.822223 227.555556 227.555555 227.555555-227.555555-227.555555-227.555556z","p-id":"9228"},null,-1),c.createElementVNode("path",{d:"M170.382222 327.224889l104.561778-104.561778 40.220444 40.220445-104.561777 104.561777zM281.941333 444.017778l-40.220444-40.220445L346.339556 299.235556l40.220444 40.220444zM579.982222 736.824889l104.561778-104.561778 40.220444 40.220445-104.561777 104.561777zM653.937778 810.780444l104.561778-104.561777 40.220444 40.220444-104.561778 104.561778z","p-id":"9229"},null,-1),c.createElementVNode("path",{d:"M739.555556 136.533333L887.466667 284.444444 284.444444 887.466667 136.533333 739.555556 739.555556 136.533333M739.555556 56.888889L56.888889 739.555556l227.555555 227.555555L967.111111 284.444444l-227.555555-227.555555z","p-id":"9230"},null,-1),c.createElementVNode("path",{d:"M56.888889 739.555556h56.888889v227.555555H56.888889z","p-id":"9231"},null,-1),c.createElementVNode("path",{d:"M56.888889 910.222222h227.555555v56.888889H56.888889z","p-id":"9232"},null,-1)]))}const CQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(dQ,[["render",BQ]])},Symbol.toStringTag,{value:"Module"})),pQ={},QQ={t:"1706709803104",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5147",width:"200",height:"200"};function EQ(i,A){return c.openBlock(),c.createElementBlock("svg",QQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M32 464h960V576H32z","p-id":"5148"},null,-1)]))}const IQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(pQ,[["render",EQ]])},Symbol.toStringTag,{value:"Module"})),mQ={},fQ={t:"1704175176472",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"10353",width:"200",height:"200"};function wQ(i,A){return c.openBlock(),c.createElementBlock("svg",fQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M288 320h448a32 32 0 0 0 0-64H288a32 32 0 0 0 0 64zM288 544h448a32 32 0 0 0 0-64H288a32 32 0 0 0 0 64zM544 704H288a32 32 0 0 0 0 64h256a32 32 0 0 0 0-64z","p-id":"10354"},null,-1),c.createElementVNode("path",{d:"M896 132.928C896 77.28 851.552 32 796.928 32H227.04C172.448 32 128 77.28 128 132.928v758.144C128 946.72 172.448 992 227.04 992h435.008c1.568 0 2.912-0.672 4.416-0.896 8.96 1.6 18.464-0.256 25.984-6.528l192-160a31.424 31.424 0 0 0 10.816-27.2c0.16-1.184 0.736-2.208 0.736-3.424V132.928zM192 891.072V132.928C192 112.576 207.712 96 227.04 96h569.888C816.288 96 832 112.576 832 132.928V736h-96a96 96 0 0 0-96 96v96H227.04C207.712 928 192 911.424 192 891.072zM814.016 800L704 891.68V832a32 32 0 0 1 32-32h78.016z","p-id":"10355"},null,-1)]))}const DQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(mQ,[["render",wQ]])},Symbol.toStringTag,{value:"Module"})),bQ={},yQ={t:"1741155821098",class:"icon",viewBox:"0 0 1706 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6419",width:"200",height:"200"};function vQ(i,A){return c.openBlock(),c.createElementBlock("svg",yQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M0 174.933333L175.786667 0 853.333333 674.133333 1530.88 0 1706.666667 174.933333 853.333333 1024z","p-id":"6420"},null,-1)]))}const kQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(bQ,[["render",vQ]])},Symbol.toStringTag,{value:"Module"})),_Q={},MQ={t:"1729359107481",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3906",width:"200",height:"200"};function SQ(i,A){return c.openBlock(),c.createElementBlock("svg",MQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M721.493333 171.989333c51.114667-6.506667 101.909333 11.52 136.448 46.570667 67.2 68.202667 69.589333 184.746667-9.088 267.946667a562.773333 562.773333 0 0 1-37.098666 35.52c-10.517333 9.301333-44.992 38.336-47.829334 40.789333C704.746667 613.802667 682.666667 649.322667 682.666667 710.698667c0 69.418667 51.626667 112.042667 163.242666 128.746666a21.333333 21.333333 0 1 1-6.314666 42.197334C709.333333 862.165333 640 804.906667 640 710.698667c0-76.202667 28.416-121.898667 96.064-180.202667 3.2-2.752 37.376-31.552 47.466667-40.448a521.237333 521.237333 0 0 0 34.346666-32.853333c62.72-66.346667 60.885333-156.714667 9.685334-208.682667a119.146667 119.146667 0 0 0-62.570667-33.024l16 16c16.64 16.64 17.322667 42.986667 1.408 58.901333l-445.653333 445.653334c-7.936 7.936-23.082667 16.746667-34.218667 19.797333l-143.701333 39.253333c-21.909333 5.973333-35.114667-7.104-29.568-28.949333l37.269333-146.794667c2.773333-10.944 11.541333-26.325333 19.370667-34.154666l445.653333-445.653334c15.872-15.872 42.133333-15.36 58.901333 1.429334l31.04 31.018666zM216.064 615.36c-2.901333 2.901333-8.106667 12.096-9.109333 16.042667l-29.141334 114.773333 111.957334-30.592c4.437333-1.216 13.653333-6.528 16.810666-9.706667l445.653334-445.653333-90.517334-90.496-445.653333 445.653333z m414.08-414.058667l90.496 90.517334-30.165333 30.165333-90.517334-90.496 30.165334-30.186667z m-362.048 362.026667l90.496 90.538667-30.165333 30.165333-90.517334-90.517333 30.186667-30.165334z","p-id":"3907"},null,-1)]))}const xQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(_Q,[["render",SQ]])},Symbol.toStringTag,{value:"Module"})),FQ={},NQ={t:"1728140261623",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8124",width:"200",height:"200"};function RQ(i,A){return c.openBlock(),c.createElementBlock("svg",NQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M185.856 258.2016L117.3504 189.7984c-48.2816-48.2816 24.1152-120.6784 72.3968-72.3968l86.3744 86.3232A554.6496 554.6496 0 0 1 460.8 155.7504L460.8 153.6V102.4a51.2 51.2 0 1 1 102.4 0v53.3504c66.6624 5.7344 129.3312 22.4768 184.6272 47.9744l86.3744-86.3232a51.2 51.2 0 0 1 72.3968 72.3968l-68.4032 68.4032C921.088 322.56 972.8 411.6992 972.8 512c0 201.6768-208.9984 358.4-460.8 358.4s-460.8-156.7232-460.8-358.4c0-100.3008 51.712-189.44 134.656-253.7984zM512 768c200.6016 0 358.4-118.3232 358.4-256s-157.7984-256-358.4-256-358.4 118.3232-358.4 256 157.7984 256 358.4 256z m0-51.2a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6z m0-102.4a102.4 102.4 0 1 0 0-204.8 102.4 102.4 0 0 0 0 204.8z","p-id":"8125"},null,-1)]))}const LQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(FQ,[["render",RQ]])},Symbol.toStringTag,{value:"Module"})),GQ={},HQ={t:"1703055779128",class:"icon",viewBox:"0 0 1139 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"8193",width:"200",height:"200"};function PQ(i,A){return c.openBlock(),c.createElementBlock("svg",HQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M0.244023 394.046187h317.658598v258.092532H0.244023z m403.879057 344.881835h329.198v284.421871H404.12308z m0-344.719308h329.198v258.092532H404.12308z m415.824776 344.719308H1137.931508v284.421871h-317.658599z m-820.028887 0h317.658599v284.421871H0.244023z m0-738.928022h1137.687485v307.581938h-1137.687485z m820.35394 394.046187H1137.931508v258.092532h-317.658599z","p-id":"8194"},null,-1)]))}const KQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(GQ,[["render",PQ]])},Symbol.toStringTag,{value:"Module"})),UQ={},YQ={t:"1704175538573",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"17151",width:"200",height:"200"};function TQ(i,A){return c.openBlock(),c.createElementBlock("svg",YQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M511.542857 14.057143C228.914286 13.942857 0 242.742857 0 525.142857 0 748.457143 143.2 938.285714 342.628571 1008c26.857143 6.742857 22.742857-12.342857 22.742858-25.371429v-88.571428c-155.085714 18.171429-161.371429-84.457143-171.771429-101.6C172.571429 756.571429 122.857143 747.428571 137.714286 730.285714c35.314286-18.171429 71.314286 4.571429 113.028571 66.171429 30.171429 44.685714 89.028571 37.142857 118.857143 29.714286 6.514286-26.857143 20.457143-50.857143 39.657143-69.485715-160.685714-28.8-227.657143-126.857143-227.657143-243.428571 0-56.571429 18.628571-108.571429 55.2-150.514286-23.314286-69.142857 2.171429-128.342857 5.6-137.142857 66.4-5.942857 135.428571 47.542857 140.8 51.771429 37.714286-10.171429 80.8-15.542857 129.028571-15.542858 48.457143 0 91.657143 5.6 129.714286 15.885715 12.914286-9.828571 76.914286-55.771429 138.628572-50.171429 3.314286 8.8 28.228571 66.628571 6.285714 134.857143 37.028571 42.057143 55.885714 94.514286 55.885714 151.2 0 116.8-67.428571 214.971429-228.571428 243.314286a145.714286 145.714286 0 0 1 43.542857 104v128.571428c0.914286 10.285714 0 20.457143 17.142857 20.457143 202.4-68.228571 348.114286-259.428571 348.114286-484.685714 0-282.514286-229.028571-511.2-511.428572-511.2z","p-id":"17152"},null,-1)]))}const OQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(UQ,[["render",TQ]])},Symbol.toStringTag,{value:"Module"})),$Q={},JQ={t:"1705649491640",class:"icon",viewBox:"0 0 1371 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6157",width:"200",height:"200"};function ZQ(i,A){return c.openBlock(),c.createElementBlock("svg",JQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1052.91381327 223.61256508h-165.52399247V800.42054084h165.5306138c11.42161264 0 21.14819137-4.03894707 29.26581204-12.07049191 8.07789413-8.07789413 12.13008315-17.75812433 12.13008387-29.1333884V264.81644539c0-11.36864273-4.05218974-21.08197883-12.12346254-29.13338767-8.12424271-8.05803016-17.85082147-12.09697724-29.27243337-12.09697724v0.02648459z m-248.29592034-0.0264846h-248.29592034v576.80135445h248.29592034V223.57945916zM473.55666605 800.38743492V223.57945916h-165.5306138c-11.42161264 0-21.14819137 4.03894707-29.26581206 12.10359856-8.06465149 8.0447875-12.13008315 17.75812433-12.13008315 29.13338767v494.38697248c0 11.37526406 4.06543166 21.05549423 12.12346183 29.1333884 8.12424271 8.03154558 17.85082147 12.07049265 29.27243338 12.07049192h165.5306138v-0.02648459zM308.01943164 141.21142578h744.90100296c34.23835189 0 63.51078599 12.07049265 87.76433096 36.21809854C1164.93831125 201.57050889 1177.06177308 230.70389656 1177.06177308 264.81644539v494.39359381c0 34.08606424-12.12346182 63.24593648-36.37700752 87.37367914-24.25354569 24.13436323-53.52597908 36.20485588-87.76433096 36.20485588H308.01943164c-34.23835189 0-63.52402793-12.07049265-87.76433167-36.20485588C196.00155426 822.45597643 183.87809244 793.29610344 183.87809244 759.2100392V264.81644539C183.87809244 230.70389656 196.00155426 201.57050889 220.25509997 177.42952433 244.48878167 153.28191843 273.78107903 141.21142578 308.02605225 141.21142578z","p-id":"6158"},null,-1)]))}const zQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee($Q,[["render",ZQ]])},Symbol.toStringTag,{value:"Module"})),WQ={},jQ={t:"1708311321522",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3919",width:"200",height:"200"};function qQ(i,A){return c.openBlock(),c.createElementBlock("svg",jQ,A[0]||(A[0]=[c.createElementVNode("path",{d:"M511.998 16.512c-273.649 0-495.482 221.837-495.482 495.486 0 273.651 221.833 495.49 495.482 495.49 273.653 0 495.486-221.839 495.486-495.488 0-273.649-221.831-495.488-495.486-495.488zM560.084 797.914c0 13.682-11.089 24.776-24.774 24.776h-74.323c-13.679 0-24.772-11.093-24.772-24.776v-74.321c0-13.686 11.093-24.778 24.772-24.778h74.323c13.684 0 24.774 11.091 24.774 24.778v74.321zM682.891 456.897c-9.958 14.199-32.561 32.291-60.858 54.35l-31.359 21.64c-15.23 11.814-28.738 25.568-33.733 41.315-1.707 5.365-2.986 14.183-3.847 23.706-0.434 4.792-4.721 14.568-14.741 14.568-24.551 0-71.341 0-80.651 0-13.109 0-15.451-10.268-15.232-15.291 1.451-32.919 4.468-62.144 17.88-77.878 27.155-31.839 88.943-71.469 88.943-71.469 9.407-7.099 17.023-14.816 22.783-23.226 10.471-14.438 19.158-30.294 19.158-47.626 0-19.921-5.824-38.079-17.51-54.515-11.646-16.371-32.979-24.573-63.891-24.573-30.43 0-52.001 10.1-64.716 30.291-9.393 14.918-15.307 28.634-17.756 43.558-0.871 5.282-4.258 16.407-15.548 16.407-23.854 0-67.833 0-78.66 0-16.749 0-20.437-10.854-19.953-16.086 6.063-65.94 31.831-110.993 77.393-139.922 30.981-19.918 69.097-29.913 114.31-29.913 59.41 0 108.726 14.162 148.043 42.527 39.247 28.326 58.927 70.299 58.927 125.952 0.004 34.082-11.958 62.822-28.98 86.185z","p-id":"3920"},null,-1)]))}const XQ=Object.freeze(Object.defineProperty({__proto__:null,default:ee(WQ,[["render",qQ]])},Symbol.toStringTag,{value:"Module"})),VQ={},AE={t:"1706194238781",class:"icon",viewBox:"0 0 1102 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4468",width:"200",height:"200"};function eE(i,A){return c.openBlock(),c.createElementBlock("svg",AE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1080.950154 519.876923l-0.078769-0.157538-0.157539-0.07877c-44.740923-94.444308-98.461538-170.692923-160.846769-228.903384l-62.385231 62.464c53.799385 49.467077 100.273231 115.318154 140.445539 198.025846-102.557538 212.125538-247.886769 312.713846-446.54277 312.713846-63.172923 0-120.989538-10.161231-173.764923-30.798769l-67.347692 67.268923c71.995077 34.658462 152.260923 52.224 241.112615 52.224 236.544 0 412.750769-123.667692 529.48677-369.585231a74.043077 74.043077 0 0 0 0.078769-63.172923z m-78.769231-408.812308l-52.145231-52.224a9.846154 9.846154 0 0 0-13.942154 0L792.418462 202.436923C720.502154 167.620923 640.393846 150.134154 551.384615 150.134154c-236.544 0-412.750769 123.667692-529.486769 369.585231V519.876923a74.200615 74.200615 0 0 0 0 63.409231c44.819692 94.365538 98.461538 170.692923 160.846769 228.982154l-123.904 123.667692a9.846154 9.846154 0 0 0 0 13.942154l52.145231 52.224a9.846154 9.846154 0 0 0 13.942154 0L1002.180923 124.770462a9.767385 9.767385 0 0 0 0-13.784616z m-589.981538 471.591385a137.846154 137.846154 0 0 1 165.572923-165.572923L412.120615 582.656z m227.091692-227.091692a216.772923 216.772923 0 0 0-288.610462 288.610461L245.287385 749.568c-53.799385-49.545846-100.273231-115.318154-140.445539-198.025846C207.478154 339.416615 352.886154 238.828308 551.384615 238.828308c63.172923 0 120.989538 10.161231 173.764923 30.798769l-85.858461 85.937231zM546.500923 689.230769c-7.876923 0-15.675077-0.630154-23.158154-1.969231l-62.936615 62.857847a216.615385 216.615385 0 0 0 284.908308-284.908308l-62.857847 62.936615A138.003692 138.003692 0 0 1 546.422154 689.230769z","fill-opacity":".65","p-id":"4469"},null,-1)]))}const tE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(VQ,[["render",eE]])},Symbol.toStringTag,{value:"Module"})),nE={},iE={t:"1706685177134",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5205",width:"200",height:"200"};function oE(i,A){return c.openBlock(),c.createElementBlock("svg",iE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M437.996 697.519 437.996 697.519 437.996 586.722 327.195 586.722c-61.187 0-110.797 49.61-110.797 110.797 0 61.195 49.61 110.797 110.797 110.797C388.387 808.316 437.996 758.714 437.996 697.519L437.996 697.519 437.996 697.519 437.996 697.519zM493.395 697.519c0 91.789-74.411 166.195-166.2 166.195C235.41 863.714 161 789.308 161 697.519c0-91.789 74.41-166.195 166.195-166.195l110.801 0 55.399 0 0 55.398L493.395 697.519 493.395 697.519 493.395 697.519zM585.723 697.519 585.723 586.722 696.52 586.722c61.195 0 110.796 49.61 110.796 110.797 0 61.195-49.601 110.797-110.796 110.797C635.332 808.316 585.723 758.714 585.723 697.519L585.723 697.519 585.723 697.519zM530.324 697.519c0 91.789 74.41 166.195 166.196 166.195 91.789 0 166.199-74.406 166.199-166.195 0-91.789-74.41-166.195-166.199-166.195L585.723 531.324l-55.399 0 0 55.398L530.324 697.519 530.324 697.519 530.324 697.519zM437.996 328.195l0 110.801L327.195 438.996c-61.187 0-110.797-49.61-110.797-110.801 0-61.188 49.61-110.797 110.797-110.797C388.387 217.398 437.996 267.007 437.996 328.195L437.996 328.195 437.996 328.195zM493.395 328.195c0-91.785-74.411-166.195-166.2-166.195C235.41 162 161 236.41 161 328.195c0 91.789 74.41 166.199 166.195 166.199l110.801 0 55.399 0 0-55.398L493.395 328.195 493.395 328.195 493.395 328.195zM585.723 328.195l0 110.801L696.52 438.996c61.195 0 110.796-49.61 110.796-110.801 0-61.188-49.601-110.797-110.796-110.797C635.332 217.398 585.723 267.007 585.723 328.195L585.723 328.195 585.723 328.195zM530.324 328.195 530.324 328.195C530.324 236.41 604.734 162 696.52 162c91.789 0 166.199 74.41 166.199 166.195 0 91.789-74.41 166.199-166.199 166.199L585.723 494.394l-55.399 0 0-55.398L530.324 328.195 530.324 328.195 530.324 328.195zM530.324 328.195",fill:"#272636","p-id":"5206"},null,-1)]))}const sE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(nE,[["render",oE]])},Symbol.toStringTag,{value:"Module"})),rE={},aE={t:"1704703304741",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9731",width:"200",height:"200"};function lE(i,A){return c.openBlock(),c.createElementBlock("svg",aE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M384.04864 128h-307.2A76.8 76.8 0 0 0 0.04864 204.8v409.6a76.8 76.8 0 0 0 76.8 76.8h307.2A76.8 76.8 0 0 0 460.84864 614.4V204.8a76.8 76.8 0 0 0-76.8-76.8z m-307.2 51.2h307.2A25.6 25.6 0 0 1 409.64864 204.8v409.6a25.6 25.6 0 0 1-25.6 25.6h-307.2A25.6 25.6 0 0 1 51.24864 614.4V204.8a25.6 25.6 0 0 1 25.6-25.6zM947.24864 128h-307.2A76.8 76.8 0 0 0 563.24864 204.8v409.6a76.8 76.8 0 0 0 76.8 76.8h307.2A76.8 76.8 0 0 0 1024.04864 614.4V204.8a76.8 76.8 0 0 0-76.8-76.8z m-307.2 51.2h307.2a25.6 25.6 0 0 1 25.6 25.6v409.6a25.6 25.6 0 0 1-25.6 25.6h-307.2a25.6 25.6 0 0 1-25.6-25.6V204.8a25.6 25.6 0 0 1 25.6-25.6zM435.24864 819.2a25.6 25.6 0 0 1 4.608 50.7904L435.24864 870.4h-409.6a25.6 25.6 0 0 1-4.608-50.7904L25.64864 819.2h409.6zM998.44864 819.2a25.6 25.6 0 0 1 4.608 50.7904L998.44864 870.4h-409.6a25.6 25.6 0 0 1-4.608-50.7904L588.84864 819.2h409.6z","p-id":"9732"},null,-1)]))}const gE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(rE,[["render",lE]])},Symbol.toStringTag,{value:"Module"})),cE={},uE={t:"1702300882657",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1495","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"};function dE(i,A){return c.openBlock(),c.createElementBlock("svg",uE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M118.784 727.04h778.24v-430.08h-778.24v430.08z m-40.96-471.04h860.16v512h-860.16v-512z m116.736 153.6v204.8c0 12.288 8.192 20.48 20.48 20.48s20.48-8.192 20.48-20.48v-204.8c0-12.288-8.192-20.48-20.48-20.48s-20.48 8.192-20.48 20.48z","p-id":"1496"},null,-1)]))}const hE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(cE,[["render",dE]])},Symbol.toStringTag,{value:"Module"})),BE={},CE={t:"1703055643727",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4960",width:"200",height:"200"};function pE(i,A){return c.openBlock(),c.createElementBlock("svg",CE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M122.368 165.888h778.24c-9.216 0-16.384-7.168-16.384-16.384v713.728c0-9.216 7.168-16.384 16.384-16.384h-778.24c9.216 0 16.384 7.168 16.384 16.384V150.016c0 8.192-6.656 15.872-16.384 15.872z m-32.768 684.544c0 26.112 20.992 47.104 47.104 47.104h750.08c26.112 0 47.104-20.992 47.104-47.104V162.304c0-26.112-20.992-47.104-47.104-47.104H136.704c-26.112 0-47.104 20.992-47.104 47.104v688.128z","p-id":"4961"},null,-1),c.createElementVNode("path",{d:"M305.664 344.576h43.008v306.176H296.448V435.2c-23.552 19.968-50.688 33.792-81.408 43.008V424.448c46.592-19.456 76.8-46.08 90.624-79.872zM598.528 603.648v47.616h-189.44v-32.768c20.48-41.472 50.176-77.824 88.576-109.568 35.328-29.696 52.736-55.296 51.712-76.8 0-29.696-14.336-44.544-43.008-44.544-19.968 1.024-34.816 17.408-46.08 48.64l-47.616-20.48c17.92-51.2 50.688-76.8 99.328-76.8 55.296 3.072 84.992 33.28 88.576 90.112 2.048 38.4-20.48 75.776-66.56 112.64-25.6 19.968-46.592 40.448-61.952 61.952h126.464zM617.984 569.856l47.616-11.776c6.144 34.304 20.992 51.712 46.08 51.712 30.72 0 46.08-15.872 46.08-47.616-1.024-29.696-16.384-45.056-46.08-46.08h-33.792v-47.616h23.552c29.696-1.024 45.056-15.872 46.08-44.544-1.024-23.552-12.288-35.84-33.792-36.864-22.528 1.024-36.352 16.896-41.472 47.616l-48.64-13.312c12.8-54.272 42.496-81.92 88.576-82.944 56.32 2.048 85.504 31.232 87.552 87.552 0 27.648-12.288 48.128-36.864 61.952 31.744 13.824 47.616 38.4 47.616 74.24-2.048 59.392-34.304 90.112-97.792 93.184-54.784 0-86.016-28.16-94.72-85.504z","p-id":"4962"},null,-1)]))}const QE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(BE,[["render",pE]])},Symbol.toStringTag,{value:"Module"})),EE={},IE={t:"1703055995909",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"10211",width:"200",height:"200"};function mE(i,A){return c.openBlock(),c.createElementBlock("svg",IE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M960 704h-63.616v-167.392a32 32 0 0 0-32-32H544V416h160a32 32 0 0 0 32-32V96a32 32 0 0 0-32-32H320a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h160v88.608H161.984a32 32 0 0 0-32 31.968L129.792 704H64a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32H193.792l0.16-135.392H480V704h-64a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32h-64v-135.392h288.384V704H768a32 32 0 0 0-32 32v192a32 32 0 0 0 32 32h192a32 32 0 0 0 32-32v-192a32 32 0 0 0-32-32zM352 128h320v224H352V128zM224 896H96v-128h128v128z m352 0h-128v-128h128v128z m352 0h-128v-128h128v128z","p-id":"10212"},null,-1)]))}const fE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(EE,[["render",mE]])},Symbol.toStringTag,{value:"Module"})),wE={},DE={t:"1703683757240",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5282",width:"200",height:"200"};function bE(i,A){return c.openBlock(),c.createElementBlock("svg",DE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M591.9488 76.8a30.72 30.72 0 0 1 21.71904 8.99584l258.48832 258.48832a30.72 30.72 0 0 1 8.99584 21.71904V430.08h45.568a20.48 20.48 0 0 1 20.48 20.48v358.4a20.48 20.48 0 0 1-20.48 20.48h-45.568v87.04a30.72 30.72 0 0 1-30.72 30.72h-675.84a30.72 30.72 0 0 1-30.72-30.72v-87.04H97.28a20.48 20.48 0 0 1-20.48-20.48V450.56a20.48 20.48 0 0 1 20.48-20.48h46.592V107.52a30.72 30.72 0 0 1 30.72-30.72zM809.472 829.44h-593.92v46.08h593.92v-46.08z m-249.344-342.016c-75.264 0-128 58.88-128 143.36 0 81.408 51.2 138.752 124.416 138.752 63.488 0 128-44.544 128-143.872 0-81.408-51.2-138.24-124.416-138.24z m-323.584 4.096H178.688v176.64c0 45.056-14.336 48.64-32.768 48.64-11.264 0-19.456-3.072-22.528-4.096l-14.336-5.632-9.216 51.712 9.728 4.096c10.24 3.584 26.112 6.656 38.912 6.656 40.448 0 88.064-16.896 88.064-98.816V491.52z m114.176-4.608c-53.76 0-93.184 33.792-93.184 80.384 0 37.888 24.064 65.024 73.728 82.432 32.256 12.8 38.4 23.04 40.448 37.888 0 18.432-14.848 29.696-39.424 29.696-16.896 0-36.352-5.12-50.688-14.336l-14.336-8.704-15.872 51.712 7.68 5.12c15.872 10.752 45.056 17.92 70.656 17.92 49.664 0 99.84-26.112 99.84-84.48 0-50.688-36.352-71.168-71.68-84.992-35.328-13.312-41.472-22.016-41.472-35.84 0-11.264 8.704-24.576 33.792-24.576 18.432 0 32.256 5.632 40.96 10.24l13.312 7.168 16.896-50.688-9.216-5.12c-9.216-5.12-29.184-13.824-61.44-13.824z m404.992 4.608h-54.784v273.92h55.808v-118.784c0-18.432 0-34.304-0.512-49.152 6.656 10.752 13.824 23.04 22.016 35.84l82.432 132.096h52.224V491.52h-55.808v123.47904c0.01024 13.37344 0.07168 26.09664 0.512 38.82496-5.632-10.24-11.776-20.48-18.432-30.72L755.712 491.52z m-197.12 47.616c45.568 0 66.56 45.568 66.56 88.064 0 45.056-20.992 90.624-67.072 90.624-45.568 0-66.56-45.568-66.56-88.064 0-67.072 36.352-90.624 67.072-90.624z m25.6-390.656h-368.64v281.6h593.92V363.52h-194.56a30.72 30.72 0 0 1-30.72-30.72V148.48z m71.68 76.8v66.56h66.56l-66.56-66.56z","p-id":"5283"},null,-1)]))}const yE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(wE,[["render",bE]])},Symbol.toStringTag,{value:"Module"})),vE={},kE={t:"1704177937362",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"19086",width:"200",height:"200"};function _E(i,A){return c.openBlock(),c.createElementBlock("svg",kE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M914.496 653.504a39.893333 39.893333 0 0 0-16 3.306667l-0.213333 0.085333h-0.192l-387.882667 165.312-388.010667-165.205333h-0.213333l-0.192-0.106667a40.853333 40.853333 0 0 0-16-3.285333c-23.082667 0-41.792 19.285333-41.792 43.093333 0 18.005333 10.709333 33.28 25.813333 39.808l403.882667 172.096 0.405333 0.106667a40.426667 40.426667 0 0 0 32 0l0.213334-0.106667c0.085333 0 0.085333-0.106667 0.192-0.106667l403.882666-172.096a43.157333 43.157333 0 0 0 25.813334-39.808c0.106667-23.786667-18.602667-43.093333-41.706667-43.093333z m0-186.496c-7.893333-0.213333-16 3.2-16 3.2l-388.288 165.397333L121.792 470.186667s-10.282667-3.2-16-3.2c-23.082667 0-41.792 19.2-41.792 42.986666 0 17.92 10.709333 33.301333 25.813333 39.701334l403.882667 172.010666c0.106667 0 0.106667 0.106667 0.213333 0.106667l0.085334 0.085333a40.533333 40.533333 0 0 0 32 0l0.213333-0.085333c0.085333 0 0.085333 0 0.192-0.106667l403.904-172.010666a43.264 43.264 0 0 0 25.898667-39.68c0.106667-23.808-18.602667-43.008-41.706667-43.008zM89.813333 363.2l403.904 172.096c0.106667 0 0.106667 0 0.213334 0.106667l0.085333 0.106666a41.92 41.92 0 0 0 32 0l0.213333-0.106666 0.192-0.106667 403.904-171.989333a43.370667 43.370667 0 0 0 25.898667-39.701334c0-18.005333-10.709333-33.301333-25.813333-39.808L526.506667 111.594667c-0.106667 0-0.106667 0-0.213334-0.085334l-0.213333-0.106666a40.448 40.448 0 0 0-32 0l-0.085333 0.106666L89.813333 283.712A43.050667 43.050667 0 0 0 64 323.498667c0 17.92 10.709333 33.216 25.813333 39.701333z","p-id":"19087"},null,-1)]))}const ME=Object.freeze(Object.defineProperty({__proto__:null,default:ee(vE,[["render",_E]])},Symbol.toStringTag,{value:"Module"})),SE={},xE={t:"1704894799777",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4348",width:"200",height:"200"};function FE(i,A){return c.openBlock(),c.createElementBlock("svg",xE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.975a16.003 16.003 0 0 0 14.624 9.503h24.055c6.33 0 12.065-3.732 14.63-9.518l59.109-133.35v157.458c0 8.838 7.165 16.003 16.003 16.003h27.337c8.838 0 16.003-7.165 16.003-16.003V486.002c0-8.838-7.165-16.003-16.003-16.003h-34.746a16.003 16.003 0 0 0-14.673 9.616l-79.473 182.587-79.473-182.587A16.003 16.003 0 0 0 417.96 470h-34.958c-8.838 0-16.003 7.165-16.003 16.003v271.996c0 8.838 7.165 16.003 16.003 16.003h27.126c8.838 0 16.003-7.165 16.003-16.003V600.929z","p-id":"4349"},null,-1)]))}const NE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(SE,[["render",FE]])},Symbol.toStringTag,{value:"Module"})),RE={},LE={t:"1703837724812",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3877",width:"200",height:"200"};function GE(i,A){return c.openBlock(),c.createElementBlock("svg",LE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M486.4 776.533333v-213.333333H247.466667v106.666667L85.333333 512l162.133334-162.133333V512h238.933333V247.466667H349.866667L512 85.333333l162.133333 162.133334h-132.266666V512h238.933333V349.866667L938.666667 512l-162.133334 162.133333v-106.666666h-238.933333v213.333333h132.266667L512 938.666667l-162.133333-162.133334h136.533333z","p-id":"3878"},null,-1)]))}const HE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(RE,[["render",GE]])},Symbol.toStringTag,{value:"Module"})),PE={},KE={t:"1702992107847",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4267","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"};function UE(i,A){return c.openBlock(),c.createElementBlock("svg",KE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M784 1024h-544A176 176 0 0 1 64 848v-416A176 176 0 0 1 240 256h544A176 176 0 0 1 960 432v416A176 176 0 0 1 784 1024zM240 352A80 80 0 0 0 160 432v416a80 80 0 0 0 80 80h544a80 80 0 0 0 80-80v-416a80 80 0 0 0-80-80z",fill:"","p-id":"4268"},null,-1),c.createElementVNode("path",{d:"M512 448a48 48 0 0 1 48 48v288A48 48 0 0 1 512 832a48 48 0 0 1-48-48v-288A48 48 0 0 1 512 448zM664.32 301.44v-14.08C640 178.56 611.84 96 512 96S384 167.04 364.8 275.84l-5.12 24.32-94.08-19.84 4.48-24.32C288 167.04 320 0 512 0s222.72 173.44 243.2 266.88v13.44z",fill:"","p-id":"4269"},null,-1)]))}const YE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(PE,[["render",UE]])},Symbol.toStringTag,{value:"Module"})),TE={},OE={t:"1703055586130",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3916",width:"200",height:"200"};function $E(i,A){return c.openBlock(),c.createElementBlock("svg",OE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 65.984C266.08 65.984 65.984 266.08 65.984 512c0 245.952 200.064 446.016 446.016 446.016 245.952 0 446.016-200.064 446.016-446.016C958.016 266.08 757.952 65.984 512 65.984zM512 894.016C301.344 894.016 129.984 722.624 129.984 512 129.984 301.344 301.344 129.984 512 129.984c210.624 0 382.016 171.36 382.016 382.016C894.016 722.624 722.624 894.016 512 894.016z","p-id":"3917"},null,-1),c.createElementVNode("path",{d:"M512 352c-88.224 0-160 71.776-160 160s71.776 160 160 160 160-71.776 160-160S600.224 352 512 352z","p-id":"3918"},null,-1)]))}const JE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(TE,[["render",$E]])},Symbol.toStringTag,{value:"Module"})),ZE={},zE={t:"1705643861503",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5125",width:"200",height:"200"};function WE(i,A){return c.openBlock(),c.createElementBlock("svg",zE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M1020.93824 386.304a64.64 64.64 0 0 0-51.584-45.44l-276.352-41.984L569.41824 37.248A63.744 63.744 0 0 0 512.07424 0a63.68 63.68 0 0 0-57.28 37.248L331.21024 298.88l-276.48 41.984a64.64 64.64 0 0 0-51.52 45.44c-7.552 24.192-1.28 50.688 16.192 68.48l199.936 203.584-47.168 287.616c-4.16 25.024 5.76 50.304 25.408 65.28a61.952 61.952 0 0 0 67.328 5.12L512.07424 880.512l247.232 135.744a62.08 62.08 0 0 0 67.328-5.12c19.648-14.912 29.504-40.192 25.408-65.28l-47.232-287.552L1004.87424 454.72c17.408-17.728 23.68-44.224 16.128-68.416","p-id":"5126"},null,-1)]))}const jE=Object.freeze(Object.defineProperty({__proto__:null,default:ee(ZE,[["render",WE]])},Symbol.toStringTag,{value:"Module"})),qE={},XE={t:"1703839228306",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6053",width:"200",height:"200"};function VE(i,A){return c.openBlock(),c.createElementBlock("svg",XE,A[0]||(A[0]=[c.createElementVNode("path",{d:"M587.229378 437.990403 580.722174 437.990403 76.975139 437.990403 76.975139 581.918419 580.722174 581.918419 587.229378 581.918419 940.542216 581.918419 940.542216 437.990403Z","p-id":"6054"},null,-1)]))}const AI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(qE,[["render",VE]])},Symbol.toStringTag,{value:"Module"})),eI={},tI={t:"1707470386657",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3905",width:"200",height:"200"};function nI(i,A){return c.openBlock(),c.createElementBlock("svg",tI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M712.145455 316.509091h-390.981819c-18.618182 0-37.236364 13.963636-37.236363 37.236364s18.618182 37.236364 37.236363 37.236363h158.254546v344.436364c0 18.618182 18.618182 37.236364 37.236363 37.236363s37.236364-18.618182 37.236364-37.236363v-344.436364h158.254546c18.618182 0 37.236364-18.618182 37.236363-37.236363s-18.618182-37.236364-37.236363-37.236364z","p-id":"3906"},null,-1),c.createElementVNode("path",{d:"M842.472727 51.2h-665.6c-69.818182 0-130.327273 60.509091-130.327272 130.327273v665.6c0 69.818182 60.509091 130.327273 130.327272 130.327272h665.6c74.472727 0 130.327273-55.854545 130.327273-130.327272V176.872727c0-69.818182-55.854545-125.672727-130.327273-125.672727z m60.509091 795.927273c0 32.581818-23.272727 55.854545-55.854545 55.854545h-665.6c-32.581818 0-55.854545-23.272727-55.854546-55.854545V176.872727c0-32.581818 23.272727-55.854545 55.854546-55.854545h665.6c32.581818 0 55.854545 23.272727 55.854545 55.854545v670.254546z","p-id":"3907"},null,-1)]))}const iI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(eI,[["render",nI]])},Symbol.toStringTag,{value:"Module"})),oI={},sI={t:"1728100556289",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5207",width:"200",height:"200"};function rI(i,A){return c.openBlock(),c.createElementBlock("svg",sI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M814.805 128a51.179 51.179 0 0 1 51.179 51.179V844.01a51.179 51.179 0 0 1-51.179 51.157H201.173a51.179 51.179 0 0 1-51.178-51.157V179.179A51.179 51.179 0 0 1 201.173 128h613.654zM329.024 434.837a51.093 51.093 0 0 1-51.179-51.093V179.157h-76.672v664.854h613.76V179.179H738.22v204.48a51.179 51.179 0 0 1-51.179 51.178H329.024z m0-51.093h357.995V179.157H329.024v204.587z m357.91 204.501a25.557 25.557 0 1 1 0.085 51.072H329.024a25.536 25.536 0 1 1 0-51.072h357.91z","p-id":"5208"},null,-1)]))}const aI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(oI,[["render",rI]])},Symbol.toStringTag,{value:"Module"})),lI={},gI={t:"1728140209660",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7097",width:"200",height:"200"};function cI(i,A){return c.openBlock(),c.createElementBlock("svg",gI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M938.666667 42.666667a42.666667 42.666667 0 0 1 42.666666 42.666666v853.333334a42.666667 42.666667 0 0 1-42.666666 42.666666H85.333333a42.666667 42.666667 0 0 1-42.666666-42.666666V85.333333a42.666667 42.666667 0 0 1 42.666666-42.666666h853.333334z m-42.666667 298.666666H128v554.666667h768V341.333333zM382.890667 447.573333a21.333333 21.333333 0 0 1 30.122666-1.066666l31.232 29.098666a21.333333 21.333333 0 0 1 1.024 30.165334l-103.808 111.274666 103.808 111.36a21.333333 21.333333 0 0 1-1.024 30.122667l-31.232 29.098667a21.333333 21.333333 0 0 1-30.122666-1.024l-130.005334-139.392-14.464-13.482667a21.290667 21.290667 0 0 1-6.741333-16.64l0.128-3.626667a21.248 21.248 0 0 1 6.613333-13.056l14.421334-13.482666z m258.218666 0l130.005334 139.349334 14.464 13.482666c3.84 3.584 6.016 8.234667 6.613333 13.056l0.128 3.584a21.290667 21.290667 0 0 1-6.741333 16.682667l-14.506667 13.482667-129.962667 139.392a21.333333 21.333333 0 0 1-27.093333 3.413333l-3.029333-2.389333-31.232-29.098667a21.333333 21.333333 0 0 1-1.024-30.122667l103.765333-111.36-103.765333-111.274666a21.333333 21.333333 0 0 1 1.024-30.165334l31.232-29.098666a21.333333 21.333333 0 0 1 30.122666 1.066666zM896 128H128v128h768V128z",opacity:".65","p-id":"7098"},null,-1)]))}const uI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(lI,[["render",cI]])},Symbol.toStringTag,{value:"Module"})),dI={},hI={t:"1706682823369",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3946",width:"200",height:"200"};function BI(i,A){return c.openBlock(),c.createElementBlock("svg",hI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M 1014.65 967.259 L 708.256 660.86 a 400.522 400.522 0 1 0 -47.395 47.395 l 305.731 305.731 a 33.3768 33.3768 0 0 0 47.395 -47.395 Z M 164.881 638.832 a 333.768 333.768 0 1 1 473.95 0 a 333.768 333.768 0 0 1 -473.95 0 Z","p-id":"3947"},null,-1)]))}const CI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(dI,[["render",BI]])},Symbol.toStringTag,{value:"Module"})),pI={},QI={t:"1741244239723",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11748",width:"200",height:"200"};function EI(i,A){return c.openBlock(),c.createElementBlock("svg",QI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M901.12 645.12l84.48 84.48-61.44 61.44-84.48-84.48c-51.2 28.16-117.76 17.92-161.28-23.04-56.32-56.32-56.32-145.92 0-194.56s145.92-56.32 194.56 0c51.2 40.96 56.32 107.52 28.16 156.16z m-332.8-217.6v166.4H10.24v-166.4h558.08z m0 391.68H10.24v-166.4h558.08V819.2z m445.44-445.44H10.24V204.8h1003.52v168.96zM122.88 261.12v56.32H179.2v-56.32H122.88z m110.08 0v56.32h56.32v-56.32H232.96z m-110.08 222.72v56.32H179.2v-56.32H122.88z m110.08 0v56.32h56.32v-56.32H232.96z m-110.08 222.72v56.32H179.2v-56.32H122.88z m110.08 0v56.32h56.32v-56.32H232.96z m506.88-81.92c23.04 23.04 56.32 23.04 76.8 0 23.04-23.04 23.04-56.32 0-76.8-23.04-23.04-56.32-23.04-76.8 0-20.48 20.48-20.48 53.76 0 76.8z",fill:"#040000","p-id":"11749"},null,-1)]))}const II=Object.freeze(Object.defineProperty({__proto__:null,default:ee(pI,[["render",EI]])},Symbol.toStringTag,{value:"Module"})),mI={},fI={t:"1702352445968",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5056","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"};function wI(i,A){return c.openBlock(),c.createElementBlock("svg",fI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M794.17 147.91c45.16 0.2 81.71 36.76 81.92 81.92v564.34c-0.2 45.16-36.76 81.71-81.92 81.92H229.83c-45.16-0.2-81.71-36.76-81.92-81.92V229.83c0.2-45.16 36.76-81.71 81.92-81.92h564.34m0-45.51H229.83c-70.09 0-127.43 57.34-127.43 127.43v564.34c0 70.08 57.34 127.43 127.43 127.43h564.34c70.08 0 127.43-57.34 127.43-127.43V229.83c0-70.09-57.34-127.43-127.43-127.43z m0 0","p-id":"5057"},null,-1),c.createElementVNode("path",{d:"M514.8 704.46c-6.02 0.01-11.81-2.38-16.07-6.64l-256-255.09a22.73 22.73 0 0 1-6-22 22.752 22.752 0 0 1 16.1-16.16c7.87-2.11 16.27 0.14 22.02 5.92l239.88 239.05 239.22-239.39c8.89-8.82 23.25-8.8 32.11 0.06 8.86 8.86 8.9 23.21 0.08 32.11L530.89 697.79a22.744 22.744 0 0 1-16.09 6.67z m0 0","p-id":"5058"},null,-1)]))}const DI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(mI,[["render",wI]])},Symbol.toStringTag,{value:"Module"})),bI={},yI={t:"1706707968748",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4174",width:"200",height:"200"};function vI(i,A){return c.openBlock(),c.createElementBlock("svg",yI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M228.704 212.096v66.688H112V212.096h116.704z m333.184 266.592v66.688H112v-66.688h449.888z m-266.496 266.72v66.592H112v-66.688l183.392 0.096z m116.608-600c8.992 0 16.8 3.296 23.488 9.888 6.496 6.496 9.888 14.496 9.888 23.488v133.312c0 8.992-3.296 16.8-9.888 23.488a32.416 32.416 0 0 1-23.488 9.888H278.816c-8.992 0-16.8-3.296-23.488-9.888a32.128 32.128 0 0 1-9.888-23.488V178.912c0-8.992 3.296-16.8 9.888-23.488 6.496-6.496 14.304-9.888 23.488-9.888l133.184-0.096z m66.688 533.28c8.992 0 16.8 3.296 23.488 9.888 6.496 6.496 9.888 14.496 9.888 23.488v133.312c0 8.992-3.296 16.8-9.888 23.488a32.416 32.416 0 0 1-23.488 9.888H345.28c-8.992 0-16.8-3.296-23.488-9.888a32.416 32.416 0 0 1-9.888-23.488v-133.312c0-8.992 3.296-16.8 9.888-23.488 6.496-6.496 14.304-9.888 23.488-9.888l133.408-0.096zM912 212.096v66.688H462.112V212.096H912z m0 533.312v66.592H528.608v-66.688l383.392 0.096z m-166.784-333.312c8.992 0 16.8 3.296 23.488 9.888 6.496 6.496 9.888 14.496 9.888 23.488v133.312c0 8.992-3.296 16.8-9.888 23.488a32.416 32.416 0 0 1-23.488 9.888h-133.216c-8.992 0-16.8-3.296-23.488-9.888a32.128 32.128 0 0 1-9.888-23.488v-133.408c0-8.992 3.296-16.8 9.888-23.488 6.496-6.496 14.496-9.888 23.488-9.888l133.216 0.096z m166.784 66.592v66.688h-116.704v-66.688H912z","p-id":"4175"},null,-1)]))}const kI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(bI,[["render",vI]])},Symbol.toStringTag,{value:"Module"})),_I={},MI={t:"1703683830020",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"6437",width:"200",height:"200"};function SI(i,A){return c.openBlock(),c.createElementBlock("svg",MI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M751.36 768H272.64a271.36 271.36 0 0 1 0-542.72h478.72a271.36 271.36 0 0 1 0 542.72zM272.64 287.36a207.36 207.36 0 0 0 0 414.72h478.72a207.36 207.36 0 0 0 0-414.72z","p-id":"6438"},null,-1),c.createElementVNode("path",{d:"M735.36 494.72m-158.08 0a158.08 158.08 0 1 0 316.16 0 158.08 158.08 0 1 0-316.16 0Z","p-id":"6439"},null,-1)]))}const xI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(_I,[["render",SI]])},Symbol.toStringTag,{value:"Module"})),FI={},NI={t:"1732514809165",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3898",width:"200",height:"200"};function RI(i,A){return c.openBlock(),c.createElementBlock("svg",NI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M908.8 1005.44H115.2a101.76 101.76 0 0 1-101.12-101.76V110.72A101.76 101.76 0 0 1 115.2 8.96h296.96a32.64 32.64 0 0 1 32 32V262.4a32 32 0 0 1-32 32 32 32 0 0 1-32-32v-192H115.2a37.76 37.76 0 0 0-37.12 37.76v795.52a37.76 37.76 0 0 0 37.12 37.76h793.6a37.76 37.76 0 0 0 37.12-37.76V267.52a32 32 0 0 1 32-32 32 32 0 0 1 32 32v636.16a101.76 101.76 0 0 1-101.12 101.76z",fill:"#323333","p-id":"3899"},null,-1),c.createElementVNode("path",{d:"M977.92 299.52a32.64 32.64 0 0 1-32-32V180.48a37.12 37.12 0 0 0-37.12-37.76H421.12a32 32 0 0 1-32-32 32 32 0 0 1 32-32h487.68a101.76 101.76 0 0 1 101.12 101.76v87.04a32 32 0 0 1-32 32z",fill:"#323333","p-id":"3900"},null,-1),c.createElementVNode("path",{d:"M977.92 299.52H64a32 32 0 0 1-32-32 32 32 0 0 1 32-32h913.92a32 32 0 0 1 32 32 32 32 0 0 1-32 32z",fill:"#323333","p-id":"3901"},null,-1),c.createElementVNode("path",{d:"M699.52 299.52a32 32 0 0 1-32-32V110.72a32 32 0 0 1 64 0v156.8a32 32 0 0 1-32 32z",fill:"#323333","p-id":"3902"},null,-1)]))}const LI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(FI,[["render",RI]])},Symbol.toStringTag,{value:"Module"})),GI={},HI={t:"1724730105736",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1494",width:"200",height:"200"};function PI(i,A){return c.openBlock(),c.createElementBlock("svg",HI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M920.528912 444.49616l-340.111125-340.114737a135.932464 135.932464 0 0 0-96.155899-39.758503L200.418112 64.662657h-0.018063C125.275769 64.662657 64.301413 125.40943 64.301413 200.548159v283.673992a136.091412 136.091412 0 0 0 39.881326 96.199248l340.230335 340.241173a136.022775 136.022775 0 0 0 192.369598 0l283.74624-283.76069c53.128139-53.131752 53.128139-139.277583 0-192.405722z m-45.209673 147.192436l-283.746241 283.760691a72.064544 72.064544 0 0 1-101.924964 0l-340.212273-340.241173A72.187367 72.187367 0 0 1 128.241582 484.218538V200.548159A72.021195 72.021195 0 0 1 200.396437 128.602826l283.843776-0.039737a71.887535 71.887535 0 0 1 50.935389 21.053294l340.114737 340.1039a72.104281 72.104281 0 0 1 0.0289 101.968313z",fill:"","p-id":"1495"},null,-1),c.createElementVNode("path",{d:"M384.002258 255.999097c-70.69543 0-128.003161 57.307731-128.003161 128.003161S313.306828 511.998194 384.002258 511.998194s127.999548-57.307731 127.999548-127.999549S454.690463 255.999097 384.002258 255.999097z m45.296371 173.29592a64.059379 64.059379 0 1 1 18.759396-45.292759 63.640337 63.640337 0 0 1-18.763008 45.292759z",fill:"","p-id":"1496"},null,-1)]))}const KI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(GI,[["render",PI]])},Symbol.toStringTag,{value:"Module"})),UI={},YI={t:"1730966767890",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3919",width:"200",height:"200"};function TI(i,A){return c.openBlock(),c.createElementBlock("svg",YI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M859.428571 256a18.285714 18.285714 0 0 1-18.285714-18.285714V146.285714H182.857143v91.428572a18.285714 18.285714 0 0 1-36.571429 0v-109.714286a18.285714 18.285714 0 0 1 18.285715-18.285714h694.857142a18.285714 18.285714 0 0 1 18.285715 18.285714v109.714286a18.285714 18.285714 0 0 1-18.285715 18.285714z","p-id":"3920"},null,-1),c.createElementVNode("path",{d:"M512 932.571429a18.285714 18.285714 0 0 1-18.285714-18.285715V128a18.285714 18.285714 0 0 1 36.571428 0V914.285714a18.285714 18.285714 0 0 1-18.285714 18.285715z","p-id":"3921"},null,-1),c.createElementVNode("path",{d:"M694.857143 932.571429H329.142857a18.285714 18.285714 0 0 1 0-36.571429h365.714286a18.285714 18.285714 0 0 1 0 36.571429z","p-id":"3922"},null,-1)]))}const OI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(UI,[["render",TI]])},Symbol.toStringTag,{value:"Module"})),$I={},JI={t:"1703231974424",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11202",width:"200",height:"200"};function ZI(i,A){return c.openBlock(),c.createElementBlock("svg",JI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M760.32 625.152a12.8 12.8 0 0 0-13.824 2.56l-153.6 153.6a12.8 12.8 0 0 0 9.216 22.016h153.6a12.8 12.8 0 0 0 12.8-12.8v-153.6a12.8 12.8 0 0 0-8.192-11.776z",fill:"","p-id":"11203"},null,-1),c.createElementVNode("path",{d:"M768 157.184H256a128 128 0 0 0-128 128v512a128 128 0 0 0 128 128h512a128 128 0 0 0 128-128v-512a128 128 0 0 0-128-128z m76.8 640a76.8 76.8 0 0 1-76.8 76.8H256a76.8 76.8 0 0 1-76.8-76.8v-512A76.8 76.8 0 0 1 256 208.384h512a76.8 76.8 0 0 1 76.8 76.8z",fill:"","p-id":"11204"},null,-1),c.createElementVNode("path",{d:"M307.2 401.92h409.6a25.6 25.6 0 0 0 0-51.2H307.2a25.6 25.6 0 0 0 0 51.2zM307.2 570.88h409.6a25.6 25.6 0 0 0 0-51.2H307.2a25.6 25.6 0 1 0 0 51.2zM512 688.128H307.2a25.6 25.6 0 1 0 0 51.2h204.8a25.6 25.6 0 1 0 0-51.2z",fill:"","p-id":"11205"},null,-1)]))}const zI=Object.freeze(Object.defineProperty({__proto__:null,default:ee($I,[["render",ZI]])},Symbol.toStringTag,{value:"Module"})),WI={},jI={t:"1705911423739",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"9058",width:"200",height:"200"};function qI(i,A){return c.openBlock(),c.createElementBlock("svg",jI,A[0]||(A[0]=[c.createElementVNode("path",{d:"M256 213.333333h104.874667v267.093334h324.48V213.333333h104.874666v640h-104.874666v-283.264H360.874667V853.333333H256z","p-id":"9059"},null,-1)]))}const XI=Object.freeze(Object.defineProperty({__proto__:null,default:ee(WI,[["render",qI]])},Symbol.toStringTag,{value:"Module"})),VI={},Am={t:"1706919981946",class:"icon",viewBox:"0 0 1536 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4200",width:"200",height:"200"};function em(i,A){return c.openBlock(),c.createElementBlock("svg",Am,A[0]||(A[0]=[c.createElementVNode("path",{d:"M757.76 614.4L512 768 757.76 921.6V819.2h307.2V716.8h-307.2zM0 0v1024h409.6V0H0z m307.2 921.6H102.4V102.4h204.8v819.2zM1474.56 0H1126.4v1024h409.6V0h-61.44zM1433.6 921.6h-204.8V102.4h204.8v819.2zM819.2 102.4H512v102.4h307.2v102.4l245.76-153.6L819.2 0z","p-id":"4201"},null,-1)]))}const tm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(VI,[["render",em]])},Symbol.toStringTag,{value:"Module"})),nm={},im={t:"1728100521082",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4204",width:"200",height:"200"};function om(i,A){return c.openBlock(),c.createElementBlock("svg",im,A[0]||(A[0]=[c.createElementVNode("path",{d:"M640 64a64 64 0 0 1 64 64v85.333333h226.133333c4.693333 0 8.533333 3.84 8.533334 8.533334v46.933333a8.533333 8.533333 0 0 1-8.533334 8.533333H874.666667v554.666667a128 128 0 0 1-128 128H277.333333a128 128 0 0 1-128-128V277.333333H93.866667a8.533333 8.533333 0 0 1-8.533334-8.533333v-46.933333c0-4.693333 3.84-8.533333 8.533334-8.533334H320V128a64 64 0 0 1 64-64h256z m170.666667 213.333333H213.333333v554.666667a64 64 0 0 0 60.245334 63.893333L277.333333 896h469.333334a64 64 0 0 0 63.893333-60.245333L810.666667 832V277.333333z m-392.533334 128c4.693333 0 8.533333 3.84 8.533334 8.533334v324.266666a8.533333 8.533333 0 0 1-8.533334 8.533334h-46.933333a8.533333 8.533333 0 0 1-8.533333-8.533334V413.866667c0-4.693333 3.84-8.533333 8.533333-8.533334h46.933333z m234.666667 0c4.693333 0 8.533333 3.84 8.533333 8.533334v324.266666a8.533333 8.533333 0 0 1-8.533333 8.533334h-46.933333a8.533333 8.533333 0 0 1-8.533334-8.533334V413.866667c0-4.693333 3.84-8.533333 8.533334-8.533334h46.933333zM640 128H384v85.333333h256V128z","p-id":"4205"},null,-1)]))}const sm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(nm,[["render",om]])},Symbol.toStringTag,{value:"Module"})),rm={},am={t:"1742201720189",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3586",width:"200",height:"200"};function lm(i,A){return c.openBlock(),c.createElementBlock("svg",am,A[0]||(A[0]=[c.createElementVNode("path",{d:"M950.4 128.2H330.1c-5.5 0-10 4.5-10 10v172c0 5.5 4.5 10 10 10h620.3c5.5 0 10-4.5 10-10v-172c0-5.5-4.5-10-10-10z m-62 120H392.1v-48h496.3v48zM950.4 704.2H491.8c-5.5 0-10 4.5-10 10v172c0 5.5 4.5 10 10 10h458.6c5.5 0 10-4.5 10-10v-172c0-5.5-4.5-10-10-10z m-62 120H553.8v-48h334.6v48zM491.8 608.2h457.1c5.5 0 10-4.5 10-10v-172c0-5.5-4.5-10-10-10H491.8c-5.5 0-10 4.5-10 10v172c0 5.5 4.5 10 10 10z m62-120h333.1v48H553.8v-48zM384.1 548.2c19.9 0 36-16.1 36-36s-16.1-36-36-36h-188v-163c35.2-14.2 60-48.7 60-89 0-53-43-96-96-96s-96 43-96 96c0 40.3 24.8 74.8 60 89v487c0 19.9 16.1 36 36 36h224c19.9 0 36-16.1 36-36s-16.1-36-36-36h-188v-216h188z",fill:"#333333","p-id":"3587"},null,-1)]))}const gm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(rm,[["render",lm]])},Symbol.toStringTag,{value:"Module"})),cm={},um={t:"1707573140261",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4919",width:"200",height:"200"};function dm(i,A){return c.openBlock(),c.createElementBlock("svg",um,A[0]||(A[0]=[c.createElementVNode("path",{d:"M543.7 157v534c0 16.6-13.4 30-30 30s-30-13.4-30-30V157c0-16.6 13.4-30 30-30 16.5 0 30 13.4 30 30z",fill:"","p-id":"4920"},null,-1),c.createElementVNode("path",{d:"M323.1 331c11.8 11.8 30.7 11.8 42.5 0l119.9-119.9c15.6-15.6 40.9-15.6 56.6 0L662 331c11.7 11.7 30.7 11.7 42.4 0s11.7-30.7 0-42.4L541.7 126.1c-15.6-15.6-41-15.6-56.6 0L323 288.6c-11.6 11.8-11.6 30.7 0.1 42.4zM853.7 913h-680c-33.1 0-60-26.9-60-60V583.7c0-16.4 12.8-30.2 29.2-30.7 16.9-0.4 30.8 13.2 30.8 30v240c0 16.6 13.4 30 30 30h620c16.6 0 30-13.4 30-30V583.7c0-16.4 12.8-30.2 29.2-30.7 16.9-0.4 30.8 13.2 30.8 30v270c0 33.1-26.9 60-60 60z",fill:"","p-id":"4921"},null,-1)]))}const hm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(cm,[["render",dm]])},Symbol.toStringTag,{value:"Module"})),Bm={},Cm={t:"1705549223486",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3971",width:"200",height:"200"};function pm(i,A){return c.openBlock(),c.createElementBlock("svg",Cm,A[0]||(A[0]=[c.createElementVNode("path",{d:"M828.8 598.4c-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L694.4 688c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l35.2-35.2V896c0 16 12.8 32 32 32s32-12.8 32-32V697.6l38.4 38.4c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8l-92.8-92.8z m-419.2-240c16-35.2 6.4-76.8-19.2-105.6-28.8-28.8-73.6-35.2-108.8-22.4-35.2 16-57.6 54.4-57.6 92.8 0 51.2 41.6 92.8 92.8 92.8 38.4 0 76.8-22.4 92.8-57.6zM288 323.2c0-9.6 3.2-16 9.6-22.4 3.2-9.6 12.8-12.8 22.4-12.8 16 0 32 12.8 32 28.8s-12.8 32-28.8 35.2c-19.2 0-35.2-12.8-35.2-28.8z","p-id":"3972"},null,-1),c.createElementVNode("path",{d:"M896 96H128c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h544v-64H160c-19.2 0-32-16-32-32V192c0-16 12.8-32 32-32h704c19.2 0 32 16 32 32v416h64V160c0-35.2-28.8-64-64-64z","p-id":"3973"},null,-1),c.createElementVNode("path",{d:"M182.4 713.6c12.8 12.8 32 12.8 44.8 0l134.4-134.4 112 112c3.2 3.2 3.2 3.2 6.4 3.2 12.8 6.4 25.6 6.4 38.4-3.2l316.8-316.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L496 624 384 508.8l-3.2-3.2c-12.8-9.6-28.8-9.6-41.6 3.2l-160 160c-9.6 12.8-9.6 32 3.2 44.8z","p-id":"3974"},null,-1)]))}const Qm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Bm,[["render",pm]])},Symbol.toStringTag,{value:"Module"})),Em={},Im={t:"1730861883815",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1611",width:"200",height:"200"};function mm(i,A){return c.openBlock(),c.createElementBlock("svg",Im,A[0]||(A[0]=[c.createElementVNode("path",{d:"M0 0h1024v1024H0z",opacity:".01","p-id":"1612"},null,-1),c.createElementVNode("path",{d:"M512 127.2832a738.816 738.816 0 0 0 336.1792 121.0368v351.4368c0 40.192-12.9536 82.2784-38.5536 124.9792-23.8592 39.8336-58.88 80.0256-101.2224 116.2752a608.256 608.256 0 0 1-120.8832 80.896c-41.216 20.4288-67.3792 25.7536-75.52 25.7536-8.192 0-34.304-5.3248-75.52-25.8048a608.256 608.256 0 0 1-120.8832-80.8448c-42.3424-36.2496-77.312-76.4416-101.2224-116.224-25.6-42.752-38.5536-84.6848-38.5536-125.0304V248.32A738.816 738.816 0 0 0 512 127.2832zM512 51.2c-13.7728 0-27.648 4.0448-39.68 12.1344a663.4496 663.4496 0 0 1-303.7184 109.3632C130.9696 176.5376 102.4 209.3056 102.4 248.4736v351.5392C102.4 834.2528 409.6512 1024 512 1024c102.3488 0 409.6-189.7472 409.6-423.936V248.3712c0-39.1168-28.672-71.8848-66.2016-75.7248a663.9616 663.9616 0 0 1-303.7184-109.3632A71.2704 71.2704 0 0 0 512 51.2z","p-id":"1613"},null,-1),c.createElementVNode("path",{d:"M439.552 704.512l-120.0128-120.064a42.752 42.752 0 0 1 0-60.1088 42.752 42.752 0 0 1 60.1088 0l120.0128 120.0128a42.752 42.752 0 0 1 0 60.1088 42.752 42.752 0 0 1-60.1088 0z","p-id":"1614"},null,-1),c.createElementVNode("path",{d:"M782.0288 425.8304l-279.3984 279.5008c-15.36 15.3088-40.4992 15.3088-55.9616 0a39.8336 39.8336 0 0 1 0-55.9616l279.4496-279.5008c15.3088-15.3088 40.448-15.3088 55.9104 0a39.5776 39.5776 0 0 1 0 55.9616z","p-id":"1615"},null,-1)]))}const fm=Object.freeze(Object.defineProperty({__proto__:null,default:ee(Em,[["render",mm]])},Symbol.toStringTag,{value:"Module"})),wm={},Dm={t:"1728097746557",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3853",width:"200",height:"200"};function bm(i,A){return c.openBlock(),c.createElementBlock("svg",Dm,A[0]||(A[0]=[c.createElementVNode("path",{d:"M512 504L764.8 68.8h-134.4L512 275.2 393.6 70.4h-134.4L512 504zM819.2 70.4L512 600 204.8 68.8H0l512 886.4L1024 70.4H819.2z","p-id":"3854"},null,-1)]))}const ym=Object.freeze(Object.defineProperty({__proto__:null,default:ee(wm,[["render",bm]])},Symbol.toStringTag,{value:"Module"})),ge=c.defineComponent({name:"IconRender",__name:"index",props:{name:{}},setup(i){const e=Object.entries(Object.assign({"./icons/add.vue":fp,"./icons/alert.vue":yp,"./icons/button.vue":Mp,"./icons/card.vue":Np,"./icons/cascader.vue":Hp,"./icons/checkbox.vue":Yp,"./icons/collapse.vue":Jp,"./icons/colorPicker.vue":jp,"./icons/copy.vue":AQ,"./icons/custom.vue":iQ,"./icons/datePicker.vue":aQ,"./icons/delete.vue":uQ,"./icons/design.vue":CQ,"./icons/divider.vue":IQ,"./icons/document.vue":DQ,"./icons/dropdown.vue":kQ,"./icons/esign.vue":xQ,"./icons/eye.vue":LQ,"./icons/formList.vue":KQ,"./icons/github.vue":OQ,"./icons/grid.vue":zQ,"./icons/help.vue":XQ,"./icons/hidden.vue":tE,"./icons/icon.vue":sE,"./icons/inline.vue":gE,"./icons/input.vue":hE,"./icons/inputNumber.vue":QE,"./icons/itemGroup.vue":fE,"./icons/jsonEdit.vue":yE,"./icons/library.vue":ME,"./icons/markdown.vue":NE,"./icons/move.vue":HE,"./icons/password.vue":YE,"./icons/radio.vue":JE,"./icons/rate.vue":jE,"./icons/reduce.vue":AI,"./icons/rich.vue":iI,"./icons/save.vue":aI,"./icons/script.vue":uI,"./icons/search.vue":CI,"./icons/searchSelect.vue":II,"./icons/select.vue":DI,"./icons/slider.vue":kI,"./icons/switch.vue":xI,"./icons/tabs.vue":LI,"./icons/tag.vue":KI,"./icons/text.vue":OI,"./icons/textarea.vue":zI,"./icons/title.vue":XI,"./icons/transfer.vue":tm,"./icons/trash.vue":sm,"./icons/tree.vue":gm,"./icons/upload.vue":hm,"./icons/uploadImage.vue":Qm,"./icons/verifyCode.vue":fm,"./icons/vue.vue":ym})).reduce((r,[m,w])=>{const l=m.split("/").pop(),b=l==null?void 0:l.split(".")[0];return r[b]=w.default,r},{});return(r,m)=>(c.openBlock(),c.createBlock(c.resolveDynamicComponent(c.unref(e)[r.name]),c.mergeProps({class:c.unref(ke)("icon-render")},r.$attrs),null,16,["class"]))}}),vm={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"单行文本"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help",designKey:"form-ekRL1"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL",initialValue:""},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"文本校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"邮箱",value:"email"},{label:"字母+数字",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]+$"},{label:"手机号码",value:"^1[3456789]\\d{9}$"},{label:"网址",value:"url"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card",title:"校验规则"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"change事件函数名",component:"Input",name:"props.onChange"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"}]},km={key:0},_m=c.defineComponent({__name:"Input",props:c.mergeModels({onInput:{},rulePath:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot(),r=i,m=c.inject("ruleModule",void 0),w=c.inject("pageMethodMap",{}),l=b=>{r.onInput&&m&&m[r.onInput](w,b)};return(b,S)=>{const f=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("span",km,c.toDisplayString(A.value),1)):(c.openBlock(),c.createBlock(f,c.mergeProps({key:1},b.$attrs,{modelValue:A.value,"onUpdate:modelValue":S[0]||(S[0]=x=>A.value=x),onInput:l}),null,16,["modelValue"]))}}}),Mm={title:"单行文本",component:"Input",icon:c.h(ge,{name:"input"}),type:"basic",order:1,attrSchema:vm,render:_m},Sm={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"多行文本"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL",initialValue:"请输入..."},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"},{label:"最小行数",component:"InputNumber",name:"props.autosize.minRows",initialValue:4},{label:"最大行数",component:"InputNumber",name:"props.autosize.maxRows",initialValue:999}]},xm={title:"多行文本",component:"TextArea",icon:c.h(ge,{name:"textarea"}),type:"basic",order:2,attrSchema:Sm,render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>uv))},Fm={size:"small",labelPosition:"top",items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel",initialValue:!0},{label:"标题",component:"Input",name:"props.title",initialValue:"提示信息"},{label:"描述",component:"TextArea",name:"props.description",initialValue:"这是一个描述"},{label:"是否可关闭",component:"Switch",name:"props.closable",initialValue:!0},{label:"显示图标",component:"Switch",name:"props.show-icon",initialValue:!0},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"成功",value:"success"},{label:"信息",value:"info"},{label:"警告",value:"warning"},{label:"错误",value:"error"}]},initialValue:"info"},{label:"主题",component:"Radio",name:"props.effect",props:{mode:"static",options:[{label:"浅色",value:"light"},{label:"深色",value:"dark"}]},initialValue:"light"}]},Nm={title:"提示框",component:"Alert",icon:c.h(ge,{name:"alert"}),type:"assist",order:2,attrSchema:Fm,render:"ElAlert"},Rm={title:"卡片",component:"Card",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>hv)),icon:c.h(ge,{name:"card"}),type:"layout",order:1,attrSchema:{size:"small",labelPosition:"top",items:[{label:"唯一标识",component:"Input",name:"name"},{label:"卡片标题",component:"Input",name:"props.header",initialValue:"卡片"},{label:"支持折叠",component:"Switch",name:"props.collapsible"}]}},Lm={size:"small",labelPosition:"top",initialValues:{label:"级联选择器",props:{placeholder:"请选择...",mode:"static",options:[{label:"选项1",value:"value1",children:[{label:"选项1-1",value:"value1-1"},{label:"选项1-2",value:"value1-2"},{label:"选项1-3",value:"value1-2"}]},{label:"选项2",value:"value2",children:[{label:"选项2-1",value:"value2-1"},{label:"选项2-2",value:"value2-2"},{label:"选项2-3",value:"value2-2"}]},{label:"选项3",value:"value3"}],labelKey:"label",valueKey:"value"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选择模式",component:"Switch",name:"props.multiple",props:{"active-text":"多选","inactive-text":"单选"},designKey:"form-eTxc"},{label:"显示每一级",component:"Switch",name:"props.showAllLevels",initialValue:!0},{component:"Divider",props:{title:"选项设置",contentPosition:"center"},designKey:"design-gSnX",name:"form-xDEe",style:{marginTop:"40px"}},{label:"标签key",component:"Input",name:"props.labelKey",designKey:"form-X6hs"},{label:"值Key",component:"Input",name:"props.valueKey",designKey:"form-STkl"},{label:"数据模式",component:"Radio",name:"props.mode",props:{mode:"static",options:[{label:"静态",value:"static"},{label:"远程",value:"remote"}],optionType:"button",space:0},initialValue:"static",designKey:"form-PLpj"},{label:"静态选项",name:"props.options",component:"JsonEdit",dialog:!0},{component:"Card",props:{},designKey:"id-pGeN",name:"form-6vzT",hidden:'{{$values.props.mode==="static"}}',children:[{label:"url",component:"Input",name:"props.api.url",initialValue:"/current/query/article",designKey:"form-UrE8"},{label:"请求方式",component:"Radio",name:"props.api.method",props:{mode:"static",options:[{label:"GET",value:"GET"},{label:"POST",value:"POST"},{label:"PUT",value:"PUT"},{label:"DELETE",value:"DELETE"}]},designKey:"form-nOpD"},{label:"请求参数",component:"JsonEdit",name:"props.api.params",initialValue:{},dialog:!0},{label:"数据路径",component:"Input",name:"props.api.dataPath",initialValue:"data",designKey:"form-UrE8"}]}]},Gm={title:"级联选择器",icon:c.h(ge,{name:"cascader"}),type:"basic",component:"Cascader",attrSchema:Lm,order:7,render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Bv))},Hm={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"JSON编辑器"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"初始值",component:"JsonEdit",name:"initialValue",dialog:!0}]},Pm={title:"JSON编辑",component:"JsonEdit",icon:c.h(ge,{name:"jsonEdit"}),type:"basic",order:14,attrSchema:Hm,render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>fv))},Km={size:"small",labelPosition:"top",initialValues:{label:"多选框组",component:"Checkbox",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}],labelKey:"label",valueKey:"value",optionType:"circle",direction:"horizontal",space:20}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}",multiple:!0}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选项样式类型",component:"Radio",name:"props.optionType",props:{mode:"static",options:[{label:"无边框",value:"circle"},{label:"边框",value:"border"},{label:"按钮",value:"button"}]}},{label:"选项排列方向",component:"Radio",name:"props.direction",props:{mode:"static",options:[{label:"水平排列",value:"horizontal"},{label:"垂直排列",value:"vertical"}]}},{label:"选项间距(px)",component:"InputNumber",name:"props.space"},...Cs]},Um={title:"多选框组",icon:c.h(ge,{name:"checkbox"}),type:"basic",component:"Checkbox",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>bv)),order:4,attrSchema:Km},Ym={size:"small",labelPosition:"top",initialValues:{label:"颜色选择器",component:"ColorPicker"},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"ColorPicker",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"}]},Tm={title:"颜色选择器",component:"ColorPicker",render:"ElColorPicker",icon:c.h(ge,{name:"colorPicker"}),type:"basic",order:9,attrSchema:Ym},Om={size:"small",labelPosition:"top",initialValues:{label:"颜色输入框",component:"ColorInput"},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"ColorPicker",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"}]},$m={title:"颜色输入框",component:"ColorInput",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>vv)),icon:c.h(ge,{name:"colorPicker"}),type:"high",order:2,attrSchema:Om},Jm={size:"small",labelPosition:"top",initialValues:{label:"自定义组件"},items:[{label:"自定义组件名称",component:"Input",name:"props.componentName",props:{placeholder:"全局组件名称"}},{label:"props",component:"JsonEdit",name:"props",dialog:!0},{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"}]},Zm={title:"自定义组件",component:"Custom",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>_v)),icon:c.h(ge,{name:"custom"}),type:"high",order:99,attrSchema:Jm},zm={size:"small",labelPosition:"top",initialValues:{label:"日期选择器",props:{type:"datetime",placeholder:"请选择日期",clearable:!1}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"日期时间",value:"datetime"},{label:"日期",value:"date"},{label:"年月",value:"month"},{label:"日期范围",value:"daterange"},{label:"日期时间范围",value:"datetimerange"}]}}]},Wm={title:"日期选择器",component:"DatePicker",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>xv)),icon:c.h(ge,{name:"datePicker"}),type:"basic",order:9,attrSchema:zm},jm={size:"small",labelPosition:"top",initialValues:{props:{title:"分割线"}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"标题",component:"Input",name:"props.title"},{label:"标题位置",component:"Radio",name:"props.contentPosition",props:{mode:"static",options:[{label:"靠左",value:"left"},{label:"居中",value:"center"},{label:"靠右",value:"right"}]},initialValue:"center",designKey:"form-PLpj"}]},qm={title:"分割线",component:"Divider",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Fv)),icon:c.h(ge,{name:"divider"}),type:"assist",order:6,attrSchema:jm},Xm={size:"small",labelPosition:"top",initialValues:{label:"电子签名",props:{width:700,height:300,lineWidth:6,lineColor:"#000000",bgColor:"#eeeeee",format:"image/png"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"画板宽度(px)",component:"InputNumber",name:"props.width"},{label:"画板高度(px)",component:"InputNumber",name:"props.height"},{label:"画笔粗细-初始",component:"InputNumber",name:"props.lineWidth"},{label:"画笔颜色-初始",component:"ColorPicker",name:"props.lineColor"},{label:"画板背景色-初始",component:"ColorPicker",name:"props.bgColor"},{label:"生成图片格式",component:"Radio",name:"props.format",props:{mode:"static",options:[{label:"PNG",value:"image/png"},{label:"JPG",value:"image/jpg"},{label:"JPEG",value:"image/jpeg"},{label:"WEBP",value:"image/webp"}]},designKey:"form-PLpj"}]},Vm={title:"电子签名",component:"Esign",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Uv)),icon:c.h(ge,{name:"esign"}),type:"basic",order:11,attrSchema:Xm},Af={size:"small",labelPosition:"top",initialValues:{label:"单选框组",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}],labelKey:"label",valueKey:"value",optionType:"circle",direction:"horizontal",space:20}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}"}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选项样式类型",component:"Radio",name:"props.optionType",props:{mode:"static",options:[{label:"无边框",value:"circle"},{label:"边框",value:"border"},{label:"按钮",value:"button"}]}},{label:"选项排列方向",component:"Radio",name:"props.direction",props:{mode:"static",options:[{label:"水平排列",value:"horizontal"},{label:"垂直排列",value:"vertical"}]}},{label:"选项间距(px)",component:"InputNumber",name:"props.space"},...Cs]},ef={title:"单选框组",icon:c.h(ge,{name:"radio"}),type:"basic",component:"Radio",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Ov)),order:3.5,attrSchema:Af},tf={size:"small",labelPosition:"top",initialValues:{label:"自增容器",children:[],props:{mode:"table",title:"数据",minLines:0,maxLines:999,allowAdd:!0,allowReduce:!0}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"显示模式",component:"Radio",name:"props.mode",props:{mode:"static",options:[{label:"表格",value:"table"},{label:"卡片",value:"card"},{label:"行内",value:"inline"}]}},{label:"自增前缀",component:"Input",name:"props.title"},{label:"最小行数",component:"InputNumber",props:{min:0},name:"props.minLines"},{label:"最大行数",component:"InputNumber",props:{min:0},name:"props.maxLines"},{label:"允许新增行",component:"Switch",name:"props.allowAdd"},{label:"允许删除行",component:"Switch",name:"props.allowReduce"}]},nf={title:"自增容器",component:"FormList",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>jv)),icon:c.h(ge,{name:"formList"}),type:"high",order:20,attrSchema:tf},of={title:"栅格布局",type:"layout",icon:c.h(ge,{name:"grid"}),component:"Grid",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>qv)),order:3,lbTitle:!0,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{columns:2,columnGap:20,rowGap:20}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"列数",component:"InputNumber",name:"props.columns",initialValue:2},{label:"列间距",component:"InputNumber",name:"props.columnGap",props:{unit:"px"}},{label:"行间距",component:"InputNumber",name:"props.rowGap",props:{unit:"px"}},{label:"列对齐方式",component:"Select",name:"props.alignItems",props:{mode:"static",options:[{label:"stretch",value:"stretch"},{label:"center",value:"center"},{label:"start",value:"start"},{label:"end",value:"end"}]}}]}},sf={title:"行内布局",icon:c.h(ge,{name:"inline"}),type:"layout",component:"Inline",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>Xv)),order:2,lbTitle:!0,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{align:"left",gap:20}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"对齐方式",component:"Radio",name:"props.align",props:{mode:"static",options:[{label:"左对齐",value:"left"},{label:"居中",value:"center"},{label:"右对齐",value:"right"}]},initialValue:"left"},{label:"间距大小",component:"InputNumber",name:"props.gap",props:{unit:"px"}},{label:"自动换行",component:"Switch",name:"props.autoWrap"}]}},rf={size:"small",labelPosition:"top",initialValues:{label:"计数器",props:{min:1,max:999,step:1,controlsPosition:""}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"初始值",component:"InputNumber",name:"initialValue"},{label:"按钮位置",component:"Radio",name:"props.controlsPosition",props:{mode:"static",options:[{label:"两侧",value:""},{label:"内部",value:"right"}]},initialValue:""},{label:"最小值",component:"InputNumber",name:"props.min"},{label:"最大值",component:"InputNumber",name:"props.max"},{label:"步长",component:"InputNumber",name:"props.step"}]},af={title:"计数器",icon:c.h(ge,{name:"inputNumber"}),type:"basic",order:5,component:"InputNumber",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>A1)),attrSchema:rf},lf={size:"small",labelPosition:"top",initialValues:{label:"密码输入框",props:{placeholder:"请输入密码"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"密码校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"不少于8位,由字母+数字组成",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]{8,}$"},{label:"不少于8位,至少包含一个大写字母、一个小写字母和一个数字",value:"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[A-Za-z\\d]{8,}$"},{label:"不包含空格",value:"^\\S*$"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"}]},gf={key:0},cf={title:"密码输入框",component:"Password",render:c.defineComponent({__name:"Password",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot();return(r,m)=>{var l;const w=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("span",gf,c.toDisplayString((l=A.value)==null?void 0:l.replace(/./g,"*")),1)):(c.openBlock(),c.createBlock(w,c.mergeProps({key:1},r.$attrs,{modelValue:A.value,"onUpdate:modelValue":m[0]||(m[0]=b=>A.value=b),type:"password"}),null,16,["modelValue"]))}}}),icon:c.h(ge,{name:"password"}),type:"basic",order:3,attrSchema:lf},uf={size:"small",labelPosition:"top",initialValues:{label:"下拉选择框",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}",multiple:"{{$values.props.multiple}}"}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选择模式",component:"Switch",name:"props.multiple",props:{"active-text":"多选","inactive-text":"单选"},designKey:"form-eTxc"},...Cs]},df={title:"下拉选择框",type:"basic",icon:c.h(ge,{name:"select"}),component:"Select",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>t1)),order:3,attrSchema:uf},hf={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"评分"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"初始值",component:"InputNumber",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"最大分值",component:"InputNumber",name:"props.max",initialValue:5},{label:"是否允许半选",component:"Switch",name:"props.allow-half"}]},Bf={title:"评分",component:"Rate",render:"ElRate",icon:c.h(ge,{name:"rate"}),type:"basic",order:12,attrSchema:hf},Cf={size:"small",labelPosition:"top",initialValues:{label:"选择框+输入框",props:{placeholder:"",selectPosition:"append",selectWidth:70}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"文本校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"邮箱",value:"email"},{label:"字母+数字",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]+$"},{label:"手机号码",value:"^1[3456789]\\d{9}$"},{label:"网址",value:"url"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card",title:"校验规则"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"},{label:"选择框位置",component:"Radio",name:"props.selectPosition",props:{mode:"static",options:[{label:"前置",value:"prepend"},{label:"后置",value:"append"}]}},{label:"选择框宽度(px)",component:"InputNumber",name:"props.selectWidth"},{label:"选择框默认值",component:"Input",name:"props.selectInitialValue"},{label:"选项",name:"props.options",component:"FormList",dialog:!0,children:[{label:"选项名",name:"label",component:"Input",props:{placeholder:"请输入..."},designKey:"form-LnGh"},{label:"选项值",name:"value",component:"Input",props:{},designKey:"form-HYtW"},{label:"是否禁用",name:"disabled",component:"Switch",props:{},designKey:"form-HYtW2"}],designKey:"form-Iwpd",props:{mode:"table"}}]},pf={title:"选择+输入",component:"SelectInput",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>n1)),icon:c.h(ge,{name:"input"}),type:"high",order:1,attrSchema:Cf},Qf={title:"滑块",render:"ElSlider",component:"Slider",icon:c.h(ge,{name:"slider"}),type:"basic",order:12,attrSchema:{size:"small",labelPosition:"top",initialValues:{label:"滑块"},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu",style:{marginBottom:0}},{label:"初始值",component:"InputNumber",name:"initialValue"},{label:"开启选择范围",component:"Switch",name:"props.range"},{label:"步长",component:"InputNumber",name:"props.step",initialValue:1},{label:"最小值",component:"InputNumber",name:"props.min",initialValue:0}]}},Ef={size:"small",labelPosition:"top",initialValues:{label:"开关",props:{"inline-prompt":!1}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"初始值",component:"Switch",name:"initialValue"},{label:"打开时描述",component:"Input",name:"props.active-text"},{label:"关闭时描述",component:"Input",name:"props.inactive-text"},{label:"描述显示位置",component:"Radio",name:"props.inline-prompt",props:{mode:"static",options:[{label:"外部",value:!1},{label:"内部",value:!0}]}}]},If={title:"开关",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>i1)),component:"Switch",icon:c.h(ge,{name:"switch"}),type:"basic",order:8,attrSchema:Ef},mf={title:"标签",component:"Tag",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>o1)),icon:c.h(ge,{name:"tag"}),type:"assist",order:4,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{text:"Tag",type:"primary"},hideLabel:!0},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"},{label:"内容",component:"Input",name:"props.text"},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"主题色",value:"primary"},{label:"成功",value:"success"},{label:"信息",value:"info"},{label:"警告",value:"warning"},{label:"危险",value:"danger"}]}}]}},ff={size:"small",labelPosition:"top",initialValues:{label:"文本",props:{text:"这是一段文本"}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"},{label:"文本内容",component:"Input",name:"props.text"}]},wf={title:"文本",component:"Text",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>s1)),icon:c.h(ge,{name:"text"}),type:"assist",order:1,attrSchema:ff},Df={title:"标题",component:"Title",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>r1)),icon:c.h(ge,{name:"title"}),type:"assist",order:3,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{title:"标题",type:"h3"},hideLabel:!0},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"},{label:"标题内容",component:"Input",name:"props.title"},{label:"类型",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"一级标题",value:"h1"},{label:"二级标题",value:"h2"},{label:"三级标题",value:"h3"},{label:"四级标题",value:"h4"},{label:"五级标题",value:"h5"}]}},{label:"字体倾斜",component:"Switch",name:"props.italic"}]}},bf={size:"small",labelPosition:"top",initialValues:{label:"上传",props:{action:"https://run.mocky.io/v3/9d059bf9-4660-45f2-925d-ce80ad6c4d15",name:"file",multiple:!0,btnText:"点击上传",limit:3,showFileList:!0,withCredentials:!0,listType:"text"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"上传地址",component:"Input",name:"props.action"},{label:"上传的文件字段名",component:"Input",name:"props.name"},{label:"上传时的请求头",component:"JsonEdit",name:"props.headers",dialog:!0},{label:"上传时的额外数据",component:"JsonEdit",name:"props.data",dialog:!0},{label:"上传时携带cookie",component:"Switch",name:"props.withCredentials"},{label:"支持多选文件",component:"Switch",name:"props.multiple"},{label:"上传按钮文本",component:"Input",name:"props.btnText"},{label:"上传提示",component:"Input",name:"props.tip"},{label:"最大上传数量",component:"InputNumber",name:"props.limit"},{label:"开启拖拽上传",component:"Switch",name:"props.drag"},{label:"是否显示已上传文件列表",component:"Switch",name:"props.showFileList"},{label:"上传文件列表类型",component:"Radio",name:"props.listType",props:{mode:"static",options:[{label:"文本",value:"text"},{label:"图片墙",value:"picture-card"}]}}]},yf={title:"上传",component:"Upload",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>g1)),icon:c.h(ge,{name:"upload"}),type:"basic",order:10,attrSchema:bf},vf={size:"small",labelPosition:"top",initialValues:{label:"验证码",required:!0,props:{placeholder:"请输入验证码"}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}]},kf={title:"图形验证码",component:"VerifyCode",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>h1)),icon:c.h(ge,{name:"verifyCode"}),type:"high",order:18,attrSchema:vf},_f={title:"折叠面板",component:"Collapse",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>B1)),icon:c.h(ge,{name:"collapse"}),type:"layout",order:4,attrSchema:{size:"small",labelPosition:"top",initialValues:{children:[{title:"面板1",name:"name1",children:[]}]},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"子面板设置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},designKey:"id-l8cI",name:"title",initialValue:'{{ "面板" + ($index + 1) }}'},{label:"唯一标识",component:"Input",props:{placeholder:"请输入唯一标识"},designKey:"form-YE6U",name:"name",initialValue:'{{ "name" + ($index + 1) }}'},{label:"默认展开",component:"Switch",designKey:"form-YE6U",name:"checked"}],props:{mode:"card",title:"面板"},designKey:"id-RQ1a",name:"children"}]}},Mf={title:"选项卡",component:"Tabs",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>C1)),icon:c.h(ge,{name:"tabs"}),type:"layout",order:4,attrSchema:{size:"small",labelPosition:"top",initialValues:{children:[{label:"选项卡1",name:"name1",children:[]},{label:"选项卡2",name:"name2",children:[]}],props:{defaultKey:"name1",tabPosition:"top"}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"默认选项卡",component:"Select",name:"props.defaultKey",props:{mode:"static",options:"{{$values.children}}",labelKey:"label",valueKey:"name"}},{label:"选项卡风格",component:"Radio",name:"props.type",props:{mode:"static",options:[{label:"普通",value:""},{label:"卡片",value:"card"},{label:"带边框的卡片",value:"border-card"}]}},{label:"选项卡所在位置",component:"Radio",name:"props.tabPosition",props:{mode:"static",optionType:"button",space:0,options:[{label:"上",value:"top"},{label:"右",value:"right"},{label:"下",value:"bottom"},{label:"左",value:"left"}]}},{label:"子选项卡配置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},designKey:"id-l8cI",name:"label",initialValue:'{{ "选项卡" + ($index + 1) }}'},{label:"唯一标识",component:"Input",props:{placeholder:"请输入唯一标识"},designKey:"form-YE6U",name:"name",initialValue:'{{ "name" + ($index + 1) }}'},{label:"禁用",component:"Switch",props:{"inline-prompt":!1},designKey:"design-fPOI1",name:"disabled"},{label:"懒加载",component:"Switch",props:{"inline-prompt":!1},designKey:"design-fPOI11",name:"lazy"}],props:{mode:"card",title:"选项卡"},designKey:"id-RQ1a",name:"children"}]}},Sf={title:"对象容器",icon:c.h(ge,{name:"itemGroup"}),type:"high",component:"ObjGroup",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>E1)),order:2,lbTitle:!0,attrSchema:{size:"small",labelPosition:"top",initialValues:{props:{align:"left",gap:20},children:[],hideLabel:!0},items:[{label:"唯一标识",component:"Input",name:"name"}]}},xf={},Ff={t:"1727251512891",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3914",width:"20",height:"20"};function Nf(i,A){return c.openBlock(),c.createElementBlock("svg",Ff,A[0]||(A[0]=[c.createElementVNode("path",{d:"M320 128H128c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h192c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64z m0 672c0 16-16 32-32 32H160c-16 0-32-16-32-32V224c0-16 16-32 32-32h128c16 0 32 16 32 32v576z m256-544h-64c-19.2 0-32 12.8-32 32s16 32 32 32h64c19.2 0 32-12.8 32-32s-16-32-32-32z m-64 448h-64c-19.2 0-32 12.8-32 32s16 32 32 32h64c19.2 0 32-12.8 32-32s-16-32-32-32z m384-576H704c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h192c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64z m0 672c0 16-16 32-32 32H736c-16 0-32-16-32-32V224c0-16 16-32 32-32h128c16 0 32 16 32 32v576z",fill:"#333333","p-id":"3915"},null,-1)]))}const Rf=ee(xf,[["render",Nf]]),Lf={size:"small",labelPosition:"top",initialValues:{label:"穿梭框",props:{data:[{label:"选项一",key:"value1"},{label:"选项二",key:"value2"},{label:"选项三",key:"value3"}]}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{component:"Divider",props:{title:"选项设置",contentPosition:"center"},designKey:"design-gSnX",name:"form-xDEe",style:{marginTop:"40px"}},{label:"静态选项",name:"props.data",component:"FormList",children:[{label:"选项名",name:"label",component:"Input",props:{placeholder:"请输入..."},designKey:"form-LnGh",initialValue:'{{ "选项" + ($index + 1) }}'},{label:"选项值",name:"key",component:"Input",designKey:"form-HYtW",initialValue:'{{ "value" + ($index + 1) }}'}],designKey:"form-Iwpd",props:{mode:"table"}}]},Gf={key:0},Hf={title:"穿梭框",component:"Transfer",render:c.defineComponent({__name:"Transfer",props:c.mergeModels({name:{},data:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=i,e=ot(),r=c.useModel(i,"modelValue"),m=w=>{const l=w.map(b=>A.data.find(S=>S.key===b));e.updateSelectData(A.name,l)};return(w,l)=>{var S;const b=c.resolveComponent("el-transfer");return c.unref(e).read?(c.openBlock(),c.createElementBlock("div",Gf,c.toDisplayString((S=r.value)==null?void 0:S.map(f=>{var x;return(x=w.data.find(G=>G.key===f))==null?void 0:x.label}).join("、")),1)):(c.openBlock(),c.createBlock(b,c.mergeProps({key:1},w.$attrs,{data:w.data,onChange:m,modelValue:r.value,"onUpdate:modelValue":l[0]||(l[0]=f=>r.value=f)}),null,16,["data","modelValue"]))}}}),icon:Rf,type:"basic",order:12,attrSchema:Lf},Pf={size:"small",labelPosition:"top",items:[{label:"标签",component:"Input",name:"label",initialValue:"单行文本"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help",designKey:"form-ekRL1"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Input",name:"initialValue"},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否只读",component:"Switch",name:"props.readonly"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"文本校验规则",component:"FormList",name:"rules",dialog:!0,children:[{label:"类型",component:"Select",props:{mode:"static",options:[{label:"邮箱",value:"email"},{label:"字母+数字",value:"^(?=.*[a-zA-Z])(?=.*\\d)[a-zA-Z\\d]+$"},{label:"手机号码",value:"^1[3456789]\\d{9}$"},{label:"网址",value:"url"},{label:"自定义正则",value:"custom"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P",name:"type"},{label:"自定义正则",component:"Input",props:{placeholder:"请输入正则表达式"},designKey:"form-Wdb2Reg",name:"customReg",hidden:'{{$item.type!=="custom"}}'},{label:"提示语",component:"Input",props:{placeholder:"请输入..."},designKey:"form-Wdb2",name:"message"},{label:"校验时机",component:"Checkbox",props:{mode:"static",options:[{label:"失去焦点时",value:"blur"},{label:"输入时",value:"change"}],placeholder:"请选择...",labelKey:"label",valueKey:"value"},designKey:"form-3L0P6666",name:"trigger"}],designKey:"form-89tI",props:{mode:"card",title:"校验规则"}},{label:"显示清除按钮",component:"Switch",name:"props.clearable"},{label:"change事件函数名",component:"Input",name:"props.onChange"},{label:"最长字数",component:"InputNumber",name:"props.maxlength"},{label:"是否展示弹窗",component:"Switch",name:"props.withDialog"}]},Kf={key:0},Uf=c.defineComponent({__name:"SearchInput",props:c.mergeModels({onInput:{},onSearch:{},disabled:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot(),r=i,m=c.inject("ruleModule",void 0),w=c.inject("pageMethodMap",{}),l=S=>{r.onInput&&m&&m[r.onInput](w,S)},b=()=>{r.onSearch&&m&&m[r.onSearch](w)};return(S,f)=>{const x=c.resolveComponent("el-button"),G=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("span",Kf,c.toDisplayString(A.value),1)):(c.openBlock(),c.createBlock(G,c.mergeProps({key:1},S.$attrs,{modelValue:A.value,"onUpdate:modelValue":f[0]||(f[0]=K=>A.value=K),onInput:l,disabled:S.disabled}),{append:c.withCtx(()=>[c.createVNode(x,{onClick:b,disabled:S.disabled},{default:c.withCtx(()=>[c.createVNode(c.unref(ge),{name:"search"})]),_:1},8,["disabled"])]),_:1},16,["modelValue","disabled"]))}}}),Yf={title:"搜索输入",component:"SearchInput",icon:c.h(ge,{name:"search"}),type:"high",order:5,attrSchema:Pf,render:Uf},Tf={size:"small",labelPosition:"top",initialValues:{label:"下拉选择框",props:{mode:"static",options:[{label:"选项1",value:"value1"},{label:"选项2",value:"value2"},{label:"选项3",value:"value3"}]}},items:[{label:"标签",component:"Input",name:"label"},{label:"唯一标识",component:"Input",name:"name",help:"既是唯一标识,也是数据路径。比如输入【props.name】,数据就会保存为 { props: { name:'xxx' } }"},{label:"字段说明",component:"TextArea",name:"help"},{label:"占位提示",component:"Input",name:"props.placeholder",designKey:"form-ekRL"},{label:"初始值",component:"Select",name:"initialValue",hidden:'{{ $values.props.mode==="remote" }}',props:{mode:"static",options:"{{$values.props.options}}",multiple:"{{$values.props.multiple}}"}},{component:"Grid",children:[{label:"是否必填",component:"Switch",name:"required"},{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"},{label:"隐藏标签",component:"Switch",name:"hideLabel"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"选择模式",component:"Switch",name:"props.multiple",props:{"active-text":"多选","inactive-text":"单选"},designKey:"form-eTxc"},{label:"搜索按钮点击事件",component:"Input",name:"props.onSearch"},...Cs]},Of={title:"选择+搜索",type:"high",icon:c.h(ge,{name:"searchSelect"}),component:"SearchSelect",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>D1)),order:3,attrSchema:Tf},$f={size:"small",labelPosition:"top",items:[{label:"唯一标识",component:"Input",name:"name"},{label:"字段说明",component:"TextArea",name:"help",designKey:"form-ekRL1"},{label:"按钮文字",component:"Input",name:"props.buttonText",designKey:"form-ekRL",initialValue:"按钮文字"},{component:"Grid",children:[{label:"是否禁用",component:"Switch",name:"props.disabled"},{label:"隐藏字段",component:"Switch",name:"hidden"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"click事件函数名",component:"Input",name:"props.onClick"}]},Jf=c.defineComponent({__name:"button",props:{buttonText:{},onClick:{}},setup(i){const A=i,e=c.inject("ruleModule",void 0),r=c.inject("pageMethodMap",{}),m=()=>{A.onClick&&e&&e[A.onClick](r)};return(w,l)=>{const b=c.resolveComponent("el-button");return c.openBlock(),c.createBlock(b,c.mergeProps(w.$attrs,{onClick:m}),{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(w.buttonText),1)]),_:1},16)}}}),Zf={title:"按钮",component:"Button",icon:c.h(ge,{name:"button"}),type:"assist",order:1,attrSchema:$f,render:Jf},zf={size:"small",labelPosition:"top",initialValues:{label:"文本",props:{emptyText:"暂无数据",props:{label:"label",children:"children"}}},items:[{label:"唯一标识",component:"Input",name:"name"},{label:"内容为空时的文本",component:"Input",name:"props.emptyText"},{label:"是否可拖拽",component:"Switch",name:"props.draggable"},{component:"Grid",children:[{label:"节点标签属性名",component:"Input",name:"props.props.label"},{label:"子树属性名",component:"Input",name:"props.props.children"},{label:"是否禁用属性名",component:"Input",name:"props.props.disabled"}],props:{columns:3,"row-gap":20,"column-gap":20},designKey:"form-R003",name:"cNmCuu"},{label:"子节点设置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},name:"label",initialValue:'{{ "一级子节点" + ($index + 1) }}'},{label:"子节点设置",component:"FormList",children:[{label:"标题",component:"Input",props:{placeholder:"请输入标题"},name:"label",initialValue:'{{ "二级子节点" + ($index + 1) }}'}],props:{mode:"card",title:"子节点"},name:"children"}],props:{mode:"card",title:"子节点"},designKey:"id-RQ1a",name:"props.data"}]},Wf={title:"树",component:"Tree",render:c.defineAsyncComponent(()=>Promise.resolve().then(()=>b1)),icon:c.h(ge,{name:"tree"}),type:"assist",order:7,attrSchema:zf},jf=Object.freeze(Object.defineProperty({__proto__:null,Alert:Nm,Button:Zf,Card:Rm,Cascader:Gm,Checkbox:Um,Collapse:_f,ColorInput:$m,ColorPicker:Tm,Custom:Zm,DatePicker:Wm,Divider:qm,Esign:Vm,FormList:nf,Grid:of,Inline:sf,Input:Mm,InputNumber:af,JsonEdit:Pm,ObjGroup:Sf,Password:cf,Radio:ef,Rate:Bf,SearchInput:Yf,SearchSelect:Of,Select:df,SelectInput:pf,Slider:Qf,Switch:If,Tabs:Mf,Tag:mf,Text:wf,TextArea:xm,Title:Df,Transfer:Hf,Tree:Wf,Upload:yf,VerifyCode:kf},Symbol.toStringTag,{value:"Module"})),Si=()=>{const i=c.inject(Mi),A={...jf};return i!=null&&i.extendElements&&Object.assign(A,i.extendElements),A},Jt=()=>c.inject(xc),qf=c.defineComponent({__name:"Footer",setup(i){const A=ot(),e=c.computed(()=>({marginLeft:A.schema.labelWidth+"px"}));return(r,m)=>{const w=c.resolveComponent("el-button");return c.unref(A).footer?(c.openBlock(),c.createElementBlock("div",{key:0,style:c.normalizeStyle(e.value)},[c.createVNode(w,{type:"primary",onClick:c.unref(A).submit,name:"submit-btn"},{default:c.withCtx(()=>m[1]||(m[1]=[c.createTextVNode("提交")])),_:1},8,["onClick"]),c.createVNode(w,{onClick:m[0]||(m[0]=()=>c.unref(A).resetFields()),name:"reset-btn"},{default:c.withCtx(()=>m[2]||(m[2]=[c.createTextVNode("重置")])),_:1})],4)):c.createCommentVNode("",!0)}}}),Xf=ee(c.defineComponent({__name:"Disabled",props:{disabled:{type:Boolean}},setup(i){return(A,e)=>A.disabled?(c.openBlock(),c.createElementBlock("div",c.mergeProps({key:0},A.$attrs,{class:"disabled-wrapper"}),[e[0]||(e[0]=c.createElementVNode("div",{class:"mask"},null,-1)),c.renderSlot(A.$slots,"default",{},void 0,!0)],16)):c.renderSlot(A.$slots,"default",{key:1},void 0,!0)}}),[["__scopeId","data-v-f3803727"]]);let oi=class extends Error{constructor(A){super(A),this.name="ShikiError"}},Ba=class extends Error{constructor(A){super(A),this.name="ShikiError"}};function Vf(){return 2147483648}function Aw(){return typeof performance<"u"?performance.now():Date.now()}const ew=(i,A)=>i+(A-i%A)%A;async function tw(i){let A,e;const r={};function m(j){e=j,r.HEAPU8=new Uint8Array(j),r.HEAPU32=new Uint32Array(j)}function w(j,U,Y){r.HEAPU8.copyWithin(j,U,U+Y)}function l(j){try{return A.grow(j-e.byteLength+65535>>>16),m(A.buffer),1}catch{}}function b(j){const U=r.HEAPU8.length;j=j>>>0;const Y=Vf();if(j>Y)return!1;for(let _=1;_<=4;_*=2){let I=U*(1+.2/_);I=Math.min(I,j+100663296);const R=Math.min(Y,ew(Math.max(j,I),65536));if(l(R))return!0}return!1}const S=typeof TextDecoder<"u"?new TextDecoder("utf8"):void 0;function f(j,U,Y=1024){const _=U+Y;let I=U;for(;j[I]&&!(I>=_);)++I;if(I-U>16&&j.buffer&&S)return S.decode(j.subarray(U,I));let R="";for(;U<I;){let v=j[U++];if(!(v&128)){R+=String.fromCharCode(v);continue}const D=j[U++]&63;if((v&224)===192){R+=String.fromCharCode((v&31)<<6|D);continue}const p=j[U++]&63;if((v&240)===224?v=(v&15)<<12|D<<6|p:v=(v&7)<<18|D<<12|p<<6|j[U++]&63,v<65536)R+=String.fromCharCode(v);else{const u=v-65536;R+=String.fromCharCode(55296|u>>10,56320|u&1023)}}return R}function x(j,U){return j?f(r.HEAPU8,j,U):""}const G={emscripten_get_now:Aw,emscripten_memcpy_big:w,emscripten_resize_heap:b,fd_write:()=>0};async function K(){const U=await i({env:G,wasi_snapshot_preview1:G});A=U.memory,m(A.buffer),Object.assign(r,U),r.UTF8ToString=x}return await K(),r}let ut=null;function nw(i){throw new Ba(i.UTF8ToString(i.getLastOnigError()))}class ps{constructor(A){Je(this,"utf16Length");Je(this,"utf8Length");Je(this,"utf16Value");Je(this,"utf8Value");Je(this,"utf16OffsetToUtf8");Je(this,"utf8OffsetToUtf16");const e=A.length,r=ps._utf8ByteLength(A),m=r!==e,w=m?new Uint32Array(e+1):null;m&&(w[e]=r);const l=m?new Uint32Array(r+1):null;m&&(l[r]=e);const b=new Uint8Array(r);let S=0;for(let f=0;f<e;f++){const x=A.charCodeAt(f);let G=x,K=!1;if(x>=55296&&x<=56319&&f+1<e){const j=A.charCodeAt(f+1);j>=56320&&j<=57343&&(G=(x-55296<<10)+65536|j-56320,K=!0)}m&&(w[f]=S,K&&(w[f+1]=S),G<=127?l[S+0]=f:G<=2047?(l[S+0]=f,l[S+1]=f):G<=65535?(l[S+0]=f,l[S+1]=f,l[S+2]=f):(l[S+0]=f,l[S+1]=f,l[S+2]=f,l[S+3]=f)),G<=127?b[S++]=G:G<=2047?(b[S++]=192|(G&1984)>>>6,b[S++]=128|(G&63)>>>0):G<=65535?(b[S++]=224|(G&61440)>>>12,b[S++]=128|(G&4032)>>>6,b[S++]=128|(G&63)>>>0):(b[S++]=240|(G&1835008)>>>18,b[S++]=128|(G&258048)>>>12,b[S++]=128|(G&4032)>>>6,b[S++]=128|(G&63)>>>0),K&&f++}this.utf16Length=e,this.utf8Length=r,this.utf16Value=A,this.utf8Value=b,this.utf16OffsetToUtf8=w,this.utf8OffsetToUtf16=l}static _utf8ByteLength(A){let e=0;for(let r=0,m=A.length;r<m;r++){const w=A.charCodeAt(r);let l=w,b=!1;if(w>=55296&&w<=56319&&r+1<m){const S=A.charCodeAt(r+1);S>=56320&&S<=57343&&(l=(w-55296<<10)+65536|S-56320,b=!0)}l<=127?e+=1:l<=2047?e+=2:l<=65535?e+=3:e+=4,b&&r++}return e}createString(A){const e=A.omalloc(this.utf8Length);return A.HEAPU8.set(this.utf8Value,e),e}}const Mt=class Mt{constructor(A){Je(this,"id",++Mt.LAST_ID);Je(this,"_onigBinding");Je(this,"content");Je(this,"utf16Length");Je(this,"utf8Length");Je(this,"utf16OffsetToUtf8");Je(this,"utf8OffsetToUtf16");Je(this,"ptr");if(!ut)throw new Ba("Must invoke loadWasm first.");this._onigBinding=ut,this.content=A;const e=new ps(A);this.utf16Length=e.utf16Length,this.utf8Length=e.utf8Length,this.utf16OffsetToUtf8=e.utf16OffsetToUtf8,this.utf8OffsetToUtf16=e.utf8OffsetToUtf16,this.utf8Length<1e4&&!Mt._sharedPtrInUse?(Mt._sharedPtr||(Mt._sharedPtr=ut.omalloc(1e4)),Mt._sharedPtrInUse=!0,ut.HEAPU8.set(e.utf8Value,Mt._sharedPtr),this.ptr=Mt._sharedPtr):this.ptr=e.createString(ut)}convertUtf8OffsetToUtf16(A){return this.utf8OffsetToUtf16?A<0?0:A>this.utf8Length?this.utf16Length:this.utf8OffsetToUtf16[A]:A}convertUtf16OffsetToUtf8(A){return this.utf16OffsetToUtf8?A<0?0:A>this.utf16Length?this.utf8Length:this.utf16OffsetToUtf8[A]:A}dispose(){this.ptr===Mt._sharedPtr?Mt._sharedPtrInUse=!1:this._onigBinding.ofree(this.ptr)}};Je(Mt,"LAST_ID",0),Je(Mt,"_sharedPtr",0),Je(Mt,"_sharedPtrInUse",!1);let Qs=Mt;class iw{constructor(A){Je(this,"_onigBinding");Je(this,"_ptr");if(!ut)throw new Ba("Must invoke loadWasm first.");const e=[],r=[];for(let b=0,S=A.length;b<S;b++){const f=new ps(A[b]);e[b]=f.createString(ut),r[b]=f.utf8Length}const m=ut.omalloc(4*A.length);ut.HEAPU32.set(e,m/4);const w=ut.omalloc(4*A.length);ut.HEAPU32.set(r,w/4);const l=ut.createOnigScanner(m,w,A.length);for(let b=0,S=A.length;b<S;b++)ut.ofree(e[b]);ut.ofree(w),ut.ofree(m),l===0&&nw(ut),this._onigBinding=ut,this._ptr=l}dispose(){this._onigBinding.freeOnigScanner(this._ptr)}findNextMatchSync(A,e,r){let m=0;if(typeof r=="number"&&(m=r),typeof A=="string"){A=new Qs(A);const w=this._findNextMatchSync(A,e,!1,m);return A.dispose(),w}return this._findNextMatchSync(A,e,!1,m)}_findNextMatchSync(A,e,r,m){const w=this._onigBinding,l=w.findNextOnigScannerMatch(this._ptr,A.id,A.ptr,A.utf8Length,A.convertUtf16OffsetToUtf8(e),m);if(l===0)return null;const b=w.HEAPU32;let S=l/4;const f=b[S++],x=b[S++],G=[];for(let K=0;K<x;K++){const j=A.convertUtf8OffsetToUtf16(b[S++]),U=A.convertUtf8OffsetToUtf16(b[S++]);G[K]={start:j,end:U,length:U-j}}return{index:f,captureIndices:G}}}function ow(i){return typeof i.instantiator=="function"}function sw(i){return typeof i.default=="function"}function rw(i){return typeof i.data<"u"}function aw(i){return typeof Response<"u"&&i instanceof Response}function lw(i){var A;return typeof ArrayBuffer<"u"&&(i instanceof ArrayBuffer||ArrayBuffer.isView(i))||typeof Buffer<"u"&&((A=Buffer.isBuffer)==null?void 0:A.call(Buffer,i))||typeof SharedArrayBuffer<"u"&&i instanceof SharedArrayBuffer||typeof Uint32Array<"u"&&i instanceof Uint32Array}let Es;function gw(i){if(Es)return Es;async function A(){ut=await tw(async e=>{let r=i;return r=await r,typeof r=="function"&&(r=await r(e)),typeof r=="function"&&(r=await r(e)),ow(r)?r=await r.instantiator(e):sw(r)?r=await r.default(e):(rw(r)&&(r=r.data),aw(r)?typeof WebAssembly.instantiateStreaming=="function"?r=await cw(r)(e):r=await uw(r)(e):lw(r)?r=await Ca(r)(e):r instanceof WebAssembly.Module?r=await Ca(r)(e):"default"in r&&r.default instanceof WebAssembly.Module&&(r=await Ca(r.default)(e))),"instance"in r&&(r=r.instance),"exports"in r&&(r=r.exports),r})}return Es=A(),Es}function Ca(i){return A=>WebAssembly.instantiate(i,A)}function cw(i){return A=>WebAssembly.instantiateStreaming(i,A)}function uw(i){return async A=>{const e=await i.arrayBuffer();return WebAssembly.instantiate(e,A)}}let dw;function hw(){return dw}async function Bw(i){return i&&await gw(i),{createScanner(A){return new iw(A)},createString(A){return new Qs(A)}}}function Cw(i){return pa(i)}function pa(i){return Array.isArray(i)?pw(i):typeof i=="object"?Qw(i):i}function pw(i){let A=[];for(let e=0,r=i.length;e<r;e++)A[e]=pa(i[e]);return A}function Qw(i){let A={};for(let e in i)A[e]=pa(i[e]);return A}function Hc(i,...A){return A.forEach(e=>{for(let r in e)i[r]=e[r]}),i}function Pc(i){const A=~i.lastIndexOf("/")||~i.lastIndexOf("\\");return A===0?i:~A===i.length-1?Pc(i.substring(0,i.length-1)):i.substr(~A+1)}var Qa=/\$(\d+)|\${(\d+):\/(downcase|upcase)}/g,Is=class{static hasCaptures(i){return i===null?!1:(Qa.lastIndex=0,Qa.test(i))}static replaceCaptures(i,A,e){return i.replace(Qa,(r,m,w,l)=>{let b=e[parseInt(m||w,10)];if(b){let S=A.substring(b.start,b.end);for(;S[0]===".";)S=S.substring(1);switch(l){case"downcase":return S.toLowerCase();case"upcase":return S.toUpperCase();default:return S}}else return r})}};function Kc(i,A){return i<A?-1:i>A?1:0}function Uc(i,A){if(i===null&&A===null)return 0;if(!i)return-1;if(!A)return 1;let e=i.length,r=A.length;if(e===r){for(let m=0;m<e;m++){let w=Kc(i[m],A[m]);if(w!==0)return w}return 0}return e-r}function Yc(i){return!!(/^#[0-9a-f]{6}$/i.test(i)||/^#[0-9a-f]{8}$/i.test(i)||/^#[0-9a-f]{3}$/i.test(i)||/^#[0-9a-f]{4}$/i.test(i))}function Tc(i){return i.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/g,"\\$&")}var Oc=class{constructor(i){this.fn=i,this.cache=new Map}get(i){if(this.cache.has(i))return this.cache.get(i);const A=this.fn(i);return this.cache.set(i,A),A}},ms=class{constructor(i,A,e){this._colorMap=i,this._defaults=A,this._root=e,this._cachedMatchRoot=new Oc(r=>this._root.match(r))}static createFromRawTheme(i,A){return this.createFromParsedTheme(mw(i),A)}static createFromParsedTheme(i,A){return ww(i,A)}getColorMap(){return this._colorMap.getColorMap()}getDefaults(){return this._defaults}match(i){if(i===null)return this._defaults;const A=i.scopeName,r=this._cachedMatchRoot.get(A).find(m=>Ew(i.parent,m.parentScopes));return r?new $c(r.fontStyle,r.foreground,r.background):null}},Ea=class Pr{constructor(A,e){this.parent=A,this.scopeName=e}static push(A,e){for(const r of e)A=new Pr(A,r);return A}static from(...A){let e=null;for(let r=0;r<A.length;r++)e=new Pr(e,A[r]);return e}push(A){return new Pr(this,A)}getSegments(){let A=this;const e=[];for(;A;)e.push(A.scopeName),A=A.parent;return e.reverse(),e}toString(){return this.getSegments().join(" ")}extends(A){return this===A?!0:this.parent===null?!1:this.parent.extends(A)}getExtensionIfDefined(A){const e=[];let r=this;for(;r&&r!==A;)e.push(r.scopeName),r=r.parent;return r===A?e.reverse():void 0}};function Ew(i,A){if(A.length===0)return!0;for(let e=0;e<A.length;e++){let r=A[e],m=!1;if(r===">"){if(e===A.length-1)return!1;r=A[++e],m=!0}for(;i&&!Iw(i.scopeName,r);){if(m)return!1;i=i.parent}if(!i)return!1;i=i.parent}return!0}function Iw(i,A){return A===i||i.startsWith(A)&&i[A.length]==="."}var $c=class{constructor(i,A,e){this.fontStyle=i,this.foregroundId=A,this.backgroundId=e}};function mw(i){if(!i)return[];if(!i.settings||!Array.isArray(i.settings))return[];let A=i.settings,e=[],r=0;for(let m=0,w=A.length;m<w;m++){let l=A[m];if(!l.settings)continue;let b;if(typeof l.scope=="string"){let G=l.scope;G=G.replace(/^[,]+/,""),G=G.replace(/[,]+$/,""),b=G.split(",")}else Array.isArray(l.scope)?b=l.scope:b=[""];let S=-1;if(typeof l.settings.fontStyle=="string"){S=0;let G=l.settings.fontStyle.split(" ");for(let K=0,j=G.length;K<j;K++)switch(G[K]){case"italic":S=S|1;break;case"bold":S=S|2;break;case"underline":S=S|4;break;case"strikethrough":S=S|8;break}}let f=null;typeof l.settings.foreground=="string"&&Yc(l.settings.foreground)&&(f=l.settings.foreground);let x=null;typeof l.settings.background=="string"&&Yc(l.settings.background)&&(x=l.settings.background);for(let G=0,K=b.length;G<K;G++){let U=b[G].trim().split(" "),Y=U[U.length-1],_=null;U.length>1&&(_=U.slice(0,U.length-1),_.reverse()),e[r++]=new fw(Y,_,m,S,f,x)}}return e}var fw=class{constructor(i,A,e,r,m,w){this.scope=i,this.parentScopes=A,this.index=e,this.fontStyle=r,this.foreground=m,this.background=w}},Dn=(i=>(i[i.NotSet=-1]="NotSet",i[i.None=0]="None",i[i.Italic=1]="Italic",i[i.Bold=2]="Bold",i[i.Underline=4]="Underline",i[i.Strikethrough=8]="Strikethrough",i))(Dn||{});function ww(i,A){i.sort((S,f)=>{let x=Kc(S.scope,f.scope);return x!==0||(x=Uc(S.parentScopes,f.parentScopes),x!==0)?x:S.index-f.index});let e=0,r="#000000",m="#ffffff";for(;i.length>=1&&i[0].scope==="";){let S=i.shift();S.fontStyle!==-1&&(e=S.fontStyle),S.foreground!==null&&(r=S.foreground),S.background!==null&&(m=S.background)}let w=new Dw(A),l=new $c(e,w.getId(r),w.getId(m)),b=new yw(new Ia(0,null,-1,0,0),[]);for(let S=0,f=i.length;S<f;S++){let x=i[S];b.insert(0,x.scope,x.parentScopes,x.fontStyle,w.getId(x.foreground),w.getId(x.background))}return new ms(w,l,b)}var Dw=class{constructor(i){if(this._lastColorId=0,this._id2color=[],this._color2id=Object.create(null),Array.isArray(i)){this._isFrozen=!0;for(let A=0,e=i.length;A<e;A++)this._color2id[i[A]]=A,this._id2color[A]=i[A]}else this._isFrozen=!1}getId(i){if(i===null)return 0;i=i.toUpperCase();let A=this._color2id[i];if(A)return A;if(this._isFrozen)throw new Error(`Missing color in color map - ${i}`);return A=++this._lastColorId,this._color2id[i]=A,this._id2color[A]=i,A}getColorMap(){return this._id2color.slice(0)}},bw=Object.freeze([]),Ia=class ZB{constructor(A,e,r,m,w){this.scopeDepth=A,this.parentScopes=e||bw,this.fontStyle=r,this.foreground=m,this.background=w}clone(){return new ZB(this.scopeDepth,this.parentScopes,this.fontStyle,this.foreground,this.background)}static cloneArr(A){let e=[];for(let r=0,m=A.length;r<m;r++)e[r]=A[r].clone();return e}acceptOverwrite(A,e,r,m){this.scopeDepth>A?console.log("how did this happen?"):this.scopeDepth=A,e!==-1&&(this.fontStyle=e),r!==0&&(this.foreground=r),m!==0&&(this.background=m)}},yw=class Eg{constructor(A,e=[],r={}){this._mainRule=A,this._children=r,this._rulesWithParentScopes=e}static _cmpBySpecificity(A,e){if(A.scopeDepth!==e.scopeDepth)return e.scopeDepth-A.scopeDepth;let r=0,m=0;for(;A.parentScopes[r]===">"&&r++,e.parentScopes[m]===">"&&m++,!(r>=A.parentScopes.length||m>=e.parentScopes.length);){const w=e.parentScopes[m].length-A.parentScopes[r].length;if(w!==0)return w;r++,m++}return e.parentScopes.length-A.parentScopes.length}match(A){if(A!==""){let r=A.indexOf("."),m,w;if(r===-1?(m=A,w=""):(m=A.substring(0,r),w=A.substring(r+1)),this._children.hasOwnProperty(m))return this._children[m].match(w)}const e=this._rulesWithParentScopes.concat(this._mainRule);return e.sort(Eg._cmpBySpecificity),e}insert(A,e,r,m,w,l){if(e===""){this._doInsertHere(A,r,m,w,l);return}let b=e.indexOf("."),S,f;b===-1?(S=e,f=""):(S=e.substring(0,b),f=e.substring(b+1));let x;this._children.hasOwnProperty(S)?x=this._children[S]:(x=new Eg(this._mainRule.clone(),Ia.cloneArr(this._rulesWithParentScopes)),this._children[S]=x),x.insert(A+1,f,r,m,w,l)}_doInsertHere(A,e,r,m,w){if(e===null){this._mainRule.acceptOverwrite(A,r,m,w);return}for(let l=0,b=this._rulesWithParentScopes.length;l<b;l++){let S=this._rulesWithParentScopes[l];if(Uc(S.parentScopes,e)===0){S.acceptOverwrite(A,r,m,w);return}}r===-1&&(r=this._mainRule.fontStyle),m===0&&(m=this._mainRule.foreground),w===0&&(w=this._mainRule.background),this._rulesWithParentScopes.push(new Ia(A,e,r,m,w))}},xi=class rn{static toBinaryStr(A){return A.toString(2).padStart(32,"0")}static print(A){const e=rn.getLanguageId(A),r=rn.getTokenType(A),m=rn.getFontStyle(A),w=rn.getForeground(A),l=rn.getBackground(A);console.log({languageId:e,tokenType:r,fontStyle:m,foreground:w,background:l})}static getLanguageId(A){return(A&255)>>>0}static getTokenType(A){return(A&768)>>>8}static containsBalancedBrackets(A){return(A&1024)!==0}static getFontStyle(A){return(A&30720)>>>11}static getForeground(A){return(A&16744448)>>>15}static getBackground(A){return(A&4278190080)>>>24}static set(A,e,r,m,w,l,b){let S=rn.getLanguageId(A),f=rn.getTokenType(A),x=rn.containsBalancedBrackets(A)?1:0,G=rn.getFontStyle(A),K=rn.getForeground(A),j=rn.getBackground(A);return e!==0&&(S=e),r!==8&&(f=r),m!==null&&(x=m?1:0),w!==-1&&(G=w),l!==0&&(K=l),b!==0&&(j=b),(S<<0|f<<8|x<<10|G<<11|K<<15|j<<24)>>>0}};function Y4(i){return i}function T4(i){return i}function fs(i,A){const e=[],r=vw(i);let m=r.next();for(;m!==null;){let S=0;if(m.length===2&&m.charAt(1)===":"){switch(m.charAt(0)){case"R":S=1;break;case"L":S=-1;break;default:console.log(`Unknown priority ${m} in scope selector`)}m=r.next()}let f=l();if(e.push({matcher:f,priority:S}),m!==",")break;m=r.next()}return e;function w(){if(m==="-"){m=r.next();const S=w();return f=>!!S&&!S(f)}if(m==="("){m=r.next();const S=b();return m===")"&&(m=r.next()),S}if(Jc(m)){const S=[];do S.push(m),m=r.next();while(Jc(m));return f=>A(S,f)}return null}function l(){const S=[];let f=w();for(;f;)S.push(f),f=w();return x=>S.every(G=>G(x))}function b(){const S=[];let f=l();for(;f&&(S.push(f),m==="|"||m===",");){do m=r.next();while(m==="|"||m===",");f=l()}return x=>S.some(G=>G(x))}}function Jc(i){return!!i&&!!i.match(/[\w\.:]+/)}function vw(i){let A=/([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g,e=A.exec(i);return{next:()=>{if(!e)return null;const r=e[0];return e=A.exec(i),r}}}function Zc(i){typeof i.dispose=="function"&&i.dispose()}var ho=class{constructor(i){this.scopeName=i}toKey(){return this.scopeName}},kw=class{constructor(i,A){this.scopeName=i,this.ruleName=A}toKey(){return`${this.scopeName}#${this.ruleName}`}},_w=class{constructor(){this._references=[],this._seenReferenceKeys=new Set,this.visitedRule=new Set}get references(){return this._references}add(i){const A=i.toKey();this._seenReferenceKeys.has(A)||(this._seenReferenceKeys.add(A),this._references.push(i))}},Mw=class{constructor(i,A){this.repo=i,this.initialScopeName=A,this.seenFullScopeRequests=new Set,this.seenPartialScopeRequests=new Set,this.seenFullScopeRequests.add(this.initialScopeName),this.Q=[new ho(this.initialScopeName)]}processQueue(){const i=this.Q;this.Q=[];const A=new _w;for(const e of i)Sw(e,this.initialScopeName,this.repo,A);for(const e of A.references)if(e instanceof ho){if(this.seenFullScopeRequests.has(e.scopeName))continue;this.seenFullScopeRequests.add(e.scopeName),this.Q.push(e)}else{if(this.seenFullScopeRequests.has(e.scopeName)||this.seenPartialScopeRequests.has(e.toKey()))continue;this.seenPartialScopeRequests.add(e.toKey()),this.Q.push(e)}}};function Sw(i,A,e,r){const m=e.lookup(i.scopeName);if(!m){if(i.scopeName===A)throw new Error(`No grammar provided for <${A}>`);return}const w=e.lookup(A);i instanceof ho?ws({baseGrammar:w,selfGrammar:m},r):ma(i.ruleName,{baseGrammar:w,selfGrammar:m,repository:m.repository},r);const l=e.injections(i.scopeName);if(l)for(const b of l)r.add(new ho(b))}function ma(i,A,e){if(A.repository&&A.repository[i]){const r=A.repository[i];Ds([r],A,e)}}function ws(i,A){i.selfGrammar.patterns&&Array.isArray(i.selfGrammar.patterns)&&Ds(i.selfGrammar.patterns,{...i,repository:i.selfGrammar.repository},A),i.selfGrammar.injections&&Ds(Object.values(i.selfGrammar.injections),{...i,repository:i.selfGrammar.repository},A)}function Ds(i,A,e){for(const r of i){if(e.visitedRule.has(r))continue;e.visitedRule.add(r);const m=r.repository?Hc({},A.repository,r.repository):A.repository;Array.isArray(r.patterns)&&Ds(r.patterns,{...A,repository:m},e);const w=r.include;if(!w)continue;const l=zc(w);switch(l.kind){case 0:ws({...A,selfGrammar:A.baseGrammar},e);break;case 1:ws(A,e);break;case 2:ma(l.ruleName,{...A,repository:m},e);break;case 3:case 4:const b=l.scopeName===A.selfGrammar.scopeName?A.selfGrammar:l.scopeName===A.baseGrammar.scopeName?A.baseGrammar:void 0;if(b){const S={baseGrammar:A.baseGrammar,selfGrammar:b,repository:m};l.kind===4?ma(l.ruleName,S,e):ws(S,e)}else l.kind===4?e.add(new kw(l.scopeName,l.ruleName)):e.add(new ho(l.scopeName));break}}}var xw=class{constructor(){this.kind=0}},Fw=class{constructor(){this.kind=1}},Nw=class{constructor(i){this.ruleName=i,this.kind=2}},Rw=class{constructor(i){this.scopeName=i,this.kind=3}},Lw=class{constructor(i,A){this.scopeName=i,this.ruleName=A,this.kind=4}};function zc(i){if(i==="$base")return new xw;if(i==="$self")return new Fw;const A=i.indexOf("#");if(A===-1)return new Rw(i);if(A===0)return new Nw(i.substring(1));{const e=i.substring(0,A),r=i.substring(A+1);return new Lw(e,r)}}var Gw=/\\(\d+)/,Wc=/\\(\d+)/g,Hw=-1,jc=-2;function O4(i){return i}function $4(i){return i}var Bo=class{constructor(i,A,e,r){this.$location=i,this.id=A,this._name=e||null,this._nameIsCapturing=Is.hasCaptures(this._name),this._contentName=r||null,this._contentNameIsCapturing=Is.hasCaptures(this._contentName)}get debugName(){const i=this.$location?`${Pc(this.$location.filename)}:${this.$location.line}`:"unknown";return`${this.constructor.name}#${this.id} @ ${i}`}getName(i,A){return!this._nameIsCapturing||this._name===null||i===null||A===null?this._name:Is.replaceCaptures(this._name,i,A)}getContentName(i,A){return!this._contentNameIsCapturing||this._contentName===null?this._contentName:Is.replaceCaptures(this._contentName,i,A)}},Pw=class extends Bo{constructor(i,A,e,r,m){super(i,A,e,r),this.retokenizeCapturedWithRuleId=m}dispose(){}collectPatterns(i,A){throw new Error("Not supported!")}compile(i,A){throw new Error("Not supported!")}compileAG(i,A,e,r){throw new Error("Not supported!")}},Kw=class extends Bo{constructor(i,A,e,r,m){super(i,A,e,null),this._match=new Co(r,this.id),this.captures=m,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}get debugMatchRegExp(){return`${this._match.source}`}collectPatterns(i,A){A.push(this._match)}compile(i,A){return this._getCachedCompiledPatterns(i).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i).compileAG(i,e,r)}_getCachedCompiledPatterns(i){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new po,this.collectPatterns(i,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},qc=class extends Bo{constructor(i,A,e,r,m){super(i,A,e,r),this.patterns=m.patterns,this.hasMissingPatterns=m.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}collectPatterns(i,A){for(const e of this.patterns)i.getRule(e).collectPatterns(i,A)}compile(i,A){return this._getCachedCompiledPatterns(i).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i).compileAG(i,e,r)}_getCachedCompiledPatterns(i){return this._cachedCompiledPatterns||(this._cachedCompiledPatterns=new po,this.collectPatterns(i,this._cachedCompiledPatterns)),this._cachedCompiledPatterns}},fa=class extends Bo{constructor(i,A,e,r,m,w,l,b,S,f){super(i,A,e,r),this._begin=new Co(m,this.id),this.beginCaptures=w,this._end=new Co(l||"￿",-1),this.endHasBackReferences=this._end.hasBackReferences,this.endCaptures=b,this.applyEndPatternLast=S||!1,this.patterns=f.patterns,this.hasMissingPatterns=f.hasMissingPatterns,this._cachedCompiledPatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugEndRegExp(){return`${this._end.source}`}getEndWithResolvedBackReferences(i,A){return this._end.resolveBackReferences(i,A)}collectPatterns(i,A){A.push(this._begin)}compile(i,A){return this._getCachedCompiledPatterns(i,A).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i,A).compileAG(i,e,r)}_getCachedCompiledPatterns(i,A){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new po;for(const e of this.patterns)i.getRule(e).collectPatterns(i,this._cachedCompiledPatterns);this.applyEndPatternLast?this._cachedCompiledPatterns.push(this._end.hasBackReferences?this._end.clone():this._end):this._cachedCompiledPatterns.unshift(this._end.hasBackReferences?this._end.clone():this._end)}return this._end.hasBackReferences&&(this.applyEndPatternLast?this._cachedCompiledPatterns.setSource(this._cachedCompiledPatterns.length()-1,A):this._cachedCompiledPatterns.setSource(0,A)),this._cachedCompiledPatterns}},bs=class extends Bo{constructor(i,A,e,r,m,w,l,b,S){super(i,A,e,r),this._begin=new Co(m,this.id),this.beginCaptures=w,this.whileCaptures=b,this._while=new Co(l,jc),this.whileHasBackReferences=this._while.hasBackReferences,this.patterns=S.patterns,this.hasMissingPatterns=S.hasMissingPatterns,this._cachedCompiledPatterns=null,this._cachedCompiledWhilePatterns=null}dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.dispose(),this._cachedCompiledPatterns=null),this._cachedCompiledWhilePatterns&&(this._cachedCompiledWhilePatterns.dispose(),this._cachedCompiledWhilePatterns=null)}get debugBeginRegExp(){return`${this._begin.source}`}get debugWhileRegExp(){return`${this._while.source}`}getWhileWithResolvedBackReferences(i,A){return this._while.resolveBackReferences(i,A)}collectPatterns(i,A){A.push(this._begin)}compile(i,A){return this._getCachedCompiledPatterns(i).compile(i)}compileAG(i,A,e,r){return this._getCachedCompiledPatterns(i).compileAG(i,e,r)}_getCachedCompiledPatterns(i){if(!this._cachedCompiledPatterns){this._cachedCompiledPatterns=new po;for(const A of this.patterns)i.getRule(A).collectPatterns(i,this._cachedCompiledPatterns)}return this._cachedCompiledPatterns}compileWhile(i,A){return this._getCachedCompiledWhilePatterns(i,A).compile(i)}compileWhileAG(i,A,e,r){return this._getCachedCompiledWhilePatterns(i,A).compileAG(i,e,r)}_getCachedCompiledWhilePatterns(i,A){return this._cachedCompiledWhilePatterns||(this._cachedCompiledWhilePatterns=new po,this._cachedCompiledWhilePatterns.push(this._while.hasBackReferences?this._while.clone():this._while)),this._while.hasBackReferences&&this._cachedCompiledWhilePatterns.setSource(0,A||"￿"),this._cachedCompiledWhilePatterns}},Xc=class mt{static createCaptureRule(A,e,r,m,w){return A.registerRule(l=>new Pw(e,l,r,m,w))}static getCompiledRuleId(A,e,r){return A.id||e.registerRule(m=>{if(A.id=m,A.match)return new Kw(A.$vscodeTextmateLocation,A.id,A.name,A.match,mt._compileCaptures(A.captures,e,r));if(typeof A.begin>"u"){A.repository&&(r=Hc({},r,A.repository));let w=A.patterns;return typeof w>"u"&&A.include&&(w=[{include:A.include}]),new qc(A.$vscodeTextmateLocation,A.id,A.name,A.contentName,mt._compilePatterns(w,e,r))}return A.while?new bs(A.$vscodeTextmateLocation,A.id,A.name,A.contentName,A.begin,mt._compileCaptures(A.beginCaptures||A.captures,e,r),A.while,mt._compileCaptures(A.whileCaptures||A.captures,e,r),mt._compilePatterns(A.patterns,e,r)):new fa(A.$vscodeTextmateLocation,A.id,A.name,A.contentName,A.begin,mt._compileCaptures(A.beginCaptures||A.captures,e,r),A.end,mt._compileCaptures(A.endCaptures||A.captures,e,r),A.applyEndPatternLast,mt._compilePatterns(A.patterns,e,r))}),A.id}static _compileCaptures(A,e,r){let m=[];if(A){let w=0;for(const l in A){if(l==="$vscodeTextmateLocation")continue;const b=parseInt(l,10);b>w&&(w=b)}for(let l=0;l<=w;l++)m[l]=null;for(const l in A){if(l==="$vscodeTextmateLocation")continue;const b=parseInt(l,10);let S=0;A[l].patterns&&(S=mt.getCompiledRuleId(A[l],e,r)),m[b]=mt.createCaptureRule(e,A[l].$vscodeTextmateLocation,A[l].name,A[l].contentName,S)}}return m}static _compilePatterns(A,e,r){let m=[];if(A)for(let w=0,l=A.length;w<l;w++){const b=A[w];let S=-1;if(b.include){const f=zc(b.include);switch(f.kind){case 0:case 1:S=mt.getCompiledRuleId(r[b.include],e,r);break;case 2:let x=r[f.ruleName];x&&(S=mt.getCompiledRuleId(x,e,r));break;case 3:case 4:const G=f.scopeName,K=f.kind===4?f.ruleName:null,j=e.getExternalGrammar(G,r);if(j)if(K){let U=j.repository[K];U&&(S=mt.getCompiledRuleId(U,e,j.repository))}else S=mt.getCompiledRuleId(j.repository.$self,e,j.repository);break}}else S=mt.getCompiledRuleId(b,e,r);if(S!==-1){const f=e.getRule(S);let x=!1;if((f instanceof qc||f instanceof fa||f instanceof bs)&&f.hasMissingPatterns&&f.patterns.length===0&&(x=!0),x)continue;m.push(S)}}return{patterns:m,hasMissingPatterns:(A?A.length:0)!==m.length}}},Co=class zB{constructor(A,e){if(A){const r=A.length;let m=0,w=[],l=!1;for(let b=0;b<r;b++)if(A.charAt(b)==="\\"&&b+1<r){const f=A.charAt(b+1);f==="z"?(w.push(A.substring(m,b)),w.push("$(?!\\n)(?<!\\n)"),m=b+2):(f==="A"||f==="G")&&(l=!0),b++}this.hasAnchor=l,m===0?this.source=A:(w.push(A.substring(m,r)),this.source=w.join(""))}else this.hasAnchor=!1,this.source=A;this.hasAnchor?this._anchorCache=this._buildAnchorCache():this._anchorCache=null,this.ruleId=e,this.hasBackReferences=Gw.test(this.source)}clone(){return new zB(this.source,this.ruleId)}setSource(A){this.source!==A&&(this.source=A,this.hasAnchor&&(this._anchorCache=this._buildAnchorCache()))}resolveBackReferences(A,e){let r=e.map(m=>A.substring(m.start,m.end));return Wc.lastIndex=0,this.source.replace(Wc,(m,w)=>Tc(r[parseInt(w,10)]||""))}_buildAnchorCache(){let A=[],e=[],r=[],m=[],w,l,b,S;for(w=0,l=this.source.length;w<l;w++)b=this.source.charAt(w),A[w]=b,e[w]=b,r[w]=b,m[w]=b,b==="\\"&&w+1<l&&(S=this.source.charAt(w+1),S==="A"?(A[w+1]="￿",e[w+1]="￿",r[w+1]="A",m[w+1]="A"):S==="G"?(A[w+1]="￿",e[w+1]="G",r[w+1]="￿",m[w+1]="G"):(A[w+1]=S,e[w+1]=S,r[w+1]=S,m[w+1]=S),w++);return{A0_G0:A.join(""),A0_G1:e.join(""),A1_G0:r.join(""),A1_G1:m.join("")}}resolveAnchors(A,e){return!this.hasAnchor||!this._anchorCache?this.source:A?e?this._anchorCache.A1_G1:this._anchorCache.A1_G0:e?this._anchorCache.A0_G1:this._anchorCache.A0_G0}},po=class{constructor(){this._items=[],this._hasAnchors=!1,this._cached=null,this._anchorCache={A0_G0:null,A0_G1:null,A1_G0:null,A1_G1:null}}dispose(){this._disposeCaches()}_disposeCaches(){this._cached&&(this._cached.dispose(),this._cached=null),this._anchorCache.A0_G0&&(this._anchorCache.A0_G0.dispose(),this._anchorCache.A0_G0=null),this._anchorCache.A0_G1&&(this._anchorCache.A0_G1.dispose(),this._anchorCache.A0_G1=null),this._anchorCache.A1_G0&&(this._anchorCache.A1_G0.dispose(),this._anchorCache.A1_G0=null),this._anchorCache.A1_G1&&(this._anchorCache.A1_G1.dispose(),this._anchorCache.A1_G1=null)}push(i){this._items.push(i),this._hasAnchors=this._hasAnchors||i.hasAnchor}unshift(i){this._items.unshift(i),this._hasAnchors=this._hasAnchors||i.hasAnchor}length(){return this._items.length}setSource(i,A){this._items[i].source!==A&&(this._disposeCaches(),this._items[i].setSource(A))}compile(i){if(!this._cached){let A=this._items.map(e=>e.source);this._cached=new Vc(i,A,this._items.map(e=>e.ruleId))}return this._cached}compileAG(i,A,e){return this._hasAnchors?A?e?(this._anchorCache.A1_G1||(this._anchorCache.A1_G1=this._resolveAnchors(i,A,e)),this._anchorCache.A1_G1):(this._anchorCache.A1_G0||(this._anchorCache.A1_G0=this._resolveAnchors(i,A,e)),this._anchorCache.A1_G0):e?(this._anchorCache.A0_G1||(this._anchorCache.A0_G1=this._resolveAnchors(i,A,e)),this._anchorCache.A0_G1):(this._anchorCache.A0_G0||(this._anchorCache.A0_G0=this._resolveAnchors(i,A,e)),this._anchorCache.A0_G0):this.compile(i)}_resolveAnchors(i,A,e){let r=this._items.map(m=>m.resolveAnchors(A,e));return new Vc(i,r,this._items.map(m=>m.ruleId))}},Vc=class{constructor(i,A,e){this.regExps=A,this.rules=e,this.scanner=i.createOnigScanner(A)}dispose(){typeof this.scanner.dispose=="function"&&this.scanner.dispose()}toString(){const i=[];for(let A=0,e=this.rules.length;A<e;A++)i.push(" - "+this.rules[A]+": "+this.regExps[A]);return i.join(`
81
81
  `)}findNextMatchSync(i,A,e){const r=this.scanner.findNextMatchSync(i,A,e);return r?{ruleId:this.rules[r.index],captureIndices:r.captureIndices}:null}},wa=class{constructor(i,A){this.languageId=i,this.tokenType=A}},Da=class Ig{constructor(A,e){this._getBasicScopeAttributes=new Oc(r=>{const m=this._scopeToLanguage(r),w=this._toStandardTokenType(r);return new wa(m,w)}),this._defaultAttributes=new wa(A,8),this._embeddedLanguagesMatcher=new Yw(Object.entries(e||{}))}getDefaultAttributes(){return this._defaultAttributes}getBasicScopeAttributes(A){return A===null?Ig._NULL_SCOPE_METADATA:this._getBasicScopeAttributes.get(A)}_scopeToLanguage(A){return this._embeddedLanguagesMatcher.match(A)||0}_toStandardTokenType(A){const e=A.match(Ig.STANDARD_TOKEN_TYPE_REGEXP);if(!e)return 8;switch(e[1]){case"comment":return 1;case"string":return 2;case"regex":return 3;case"meta.embedded":return 0}throw new Error("Unexpected match for standard token type!")}};Da._NULL_SCOPE_METADATA=new wa(0,0),Da.STANDARD_TOKEN_TYPE_REGEXP=/\b(comment|string|regex|meta\.embedded)\b/;var Uw=Da,Yw=class{constructor(i){if(i.length===0)this.values=null,this.scopesRegExp=null;else{this.values=new Map(i);const A=i.map(([e,r])=>Tc(e));A.sort(),A.reverse(),this.scopesRegExp=new RegExp(`^((${A.join(")|(")}))($|\\.)`,"")}}match(i){if(!this.scopesRegExp)return;const A=i.match(this.scopesRegExp);if(A)return this.values.get(A[1])}};typeof process<"u"&&process.env.VSCODE_TEXTMATE_DEBUG;var Au=class{constructor(i,A){this.stack=i,this.stoppedEarly=A}};function eu(i,A,e,r,m,w,l,b){const S=A.content.length;let f=!1,x=-1;if(l){const j=Tw(i,A,e,r,m,w);m=j.stack,r=j.linePos,e=j.isFirstLine,x=j.anchorPosition}const G=Date.now();for(;!f;){if(b!==0&&Date.now()-G>b)return new Au(m,!0);K()}return new Au(m,!1);function K(){const j=Ow(i,A,e,r,m,x);if(!j){w.produce(m,S),f=!0;return}const U=j.captureIndices,Y=j.matchedRuleId,_=U&&U.length>0?U[0].end>r:!1;if(Y===Hw){const I=m.getRule(i);w.produce(m,U[0].start),m=m.withContentNameScopesList(m.nameScopesList),Qo(i,A,e,m,w,I.endCaptures,U),w.produce(m,U[0].end);const R=m;if(m=m.parent,x=R.getAnchorPos(),!_&&R.getEnterPos()===r){m=R,w.produce(m,S),f=!0;return}}else{const I=i.getRule(Y);w.produce(m,U[0].start);const R=m,v=I.getName(A.content,U),D=m.contentNameScopesList.pushAttributed(v,i);if(m=m.push(Y,r,x,U[0].end===S,null,D,D),I instanceof fa){const p=I;Qo(i,A,e,m,w,p.beginCaptures,U),w.produce(m,U[0].end),x=U[0].end;const u=p.getContentName(A.content,U),h=D.pushAttributed(u,i);if(m=m.withContentNameScopesList(h),p.endHasBackReferences&&(m=m.withEndRule(p.getEndWithResolvedBackReferences(A.content,U))),!_&&R.hasSameRuleAs(m)){m=m.pop(),w.produce(m,S),f=!0;return}}else if(I instanceof bs){const p=I;Qo(i,A,e,m,w,p.beginCaptures,U),w.produce(m,U[0].end),x=U[0].end;const u=p.getContentName(A.content,U),h=D.pushAttributed(u,i);if(m=m.withContentNameScopesList(h),p.whileHasBackReferences&&(m=m.withEndRule(p.getWhileWithResolvedBackReferences(A.content,U))),!_&&R.hasSameRuleAs(m)){m=m.pop(),w.produce(m,S),f=!0;return}}else if(Qo(i,A,e,m,w,I.captures,U),w.produce(m,U[0].end),m=m.pop(),!_){m=m.safePop(),w.produce(m,S),f=!0;return}}U[0].end>r&&(r=U[0].end,e=!1)}}function Tw(i,A,e,r,m,w){let l=m.beginRuleCapturedEOL?0:-1;const b=[];for(let S=m;S;S=S.pop()){const f=S.getRule(i);f instanceof bs&&b.push({rule:f,stack:S})}for(let S=b.pop();S;S=b.pop()){const{ruleScanner:f,findOptions:x}=Zw(S.rule,i,S.stack.endRule,e,r===l),G=f.findNextMatchSync(A,r,x);if(G){if(G.ruleId!==jc){m=S.stack.pop();break}G.captureIndices&&G.captureIndices.length&&(w.produce(S.stack,G.captureIndices[0].start),Qo(i,A,e,S.stack,w,S.rule.whileCaptures,G.captureIndices),w.produce(S.stack,G.captureIndices[0].end),l=G.captureIndices[0].end,G.captureIndices[0].end>r&&(r=G.captureIndices[0].end,e=!1))}else{m=S.stack.pop();break}}return{stack:m,linePos:r,anchorPosition:l,isFirstLine:e}}function Ow(i,A,e,r,m,w){const l=$w(i,A,e,r,m,w),b=i.getInjections();if(b.length===0)return l;const S=Jw(b,i,A,e,r,m,w);if(!S)return l;if(!l)return S;const f=l.captureIndices[0].start,x=S.captureIndices[0].start;return x<f||S.priorityMatch&&x===f?S:l}function $w(i,A,e,r,m,w){const l=m.getRule(i),{ruleScanner:b,findOptions:S}=tu(l,i,m.endRule,e,r===w),f=b.findNextMatchSync(A,r,S);return f?{captureIndices:f.captureIndices,matchedRuleId:f.ruleId}:null}function Jw(i,A,e,r,m,w,l){let b=Number.MAX_VALUE,S=null,f,x=0;const G=w.contentNameScopesList.getScopeNames();for(let K=0,j=i.length;K<j;K++){const U=i[K];if(!U.matcher(G))continue;const Y=A.getRule(U.ruleId),{ruleScanner:_,findOptions:I}=tu(Y,A,null,r,m===l),R=_.findNextMatchSync(e,m,I);if(!R)continue;const v=R.captureIndices[0].start;if(!(v>=b)&&(b=v,S=R.captureIndices,f=R.ruleId,x=U.priority,b===m))break}return S?{priorityMatch:x===-1,captureIndices:S,matchedRuleId:f}:null}function tu(i,A,e,r,m){return{ruleScanner:i.compileAG(A,e,r,m),findOptions:0}}function Zw(i,A,e,r,m){return{ruleScanner:i.compileWhileAG(A,e,r,m),findOptions:0}}function Qo(i,A,e,r,m,w,l){if(w.length===0)return;const b=A.content,S=Math.min(w.length,l.length),f=[],x=l[0].end;for(let G=0;G<S;G++){const K=w[G];if(K===null)continue;const j=l[G];if(j.length===0)continue;if(j.start>x)break;for(;f.length>0&&f[f.length-1].endPos<=j.start;)m.produceFromScopes(f[f.length-1].scopes,f[f.length-1].endPos),f.pop();if(f.length>0?m.produceFromScopes(f[f.length-1].scopes,j.start):m.produce(r,j.start),K.retokenizeCapturedWithRuleId){const Y=K.getName(b,l),_=r.contentNameScopesList.pushAttributed(Y,i),I=K.getContentName(b,l),R=_.pushAttributed(I,i),v=r.push(K.retokenizeCapturedWithRuleId,j.start,-1,!1,null,_,R),D=i.createOnigString(b.substring(0,j.end));eu(i,D,e&&j.start===0,j.start,v,m,!1,0),Zc(D);continue}const U=K.getName(b,l);if(U!==null){const _=(f.length>0?f[f.length-1].scopes:r.contentNameScopesList).pushAttributed(U,i);f.push(new zw(_,j.end))}}for(;f.length>0;)m.produceFromScopes(f[f.length-1].scopes,f[f.length-1].endPos),f.pop()}var zw=class{constructor(i,A){this.scopes=i,this.endPos=A}};function Ww(i,A,e,r,m,w,l,b){return new qw(i,A,e,r,m,w,l,b)}function nu(i,A,e,r,m){const w=fs(A,ys),l=Xc.getCompiledRuleId(e,r,m.repository);for(const b of w)i.push({debugSelector:A,matcher:b.matcher,ruleId:l,grammar:m,priority:b.priority})}function ys(i,A){if(A.length<i.length)return!1;let e=0;return i.every(r=>{for(let m=e;m<A.length;m++)if(jw(A[m],r))return e=m+1,!0;return!1})}function jw(i,A){if(!i)return!1;if(i===A)return!0;const e=A.length;return i.length>e&&i.substr(0,e)===A&&i[e]==="."}var qw=class{constructor(i,A,e,r,m,w,l,b){if(this._rootScopeName=i,this.balancedBracketSelectors=w,this._onigLib=b,this._basicScopeAttributesProvider=new Uw(e,r),this._rootId=-1,this._lastRuleId=0,this._ruleId2desc=[null],this._includedGrammars={},this._grammarRepository=l,this._grammar=iu(A,null),this._injections=null,this._tokenTypeMatchers=[],m)for(const S of Object.keys(m)){const f=fs(S,ys);for(const x of f)this._tokenTypeMatchers.push({matcher:x.matcher,type:m[S]})}}get themeProvider(){return this._grammarRepository}dispose(){for(const i of this._ruleId2desc)i&&i.dispose()}createOnigScanner(i){return this._onigLib.createOnigScanner(i)}createOnigString(i){return this._onigLib.createOnigString(i)}getMetadataForScope(i){return this._basicScopeAttributesProvider.getBasicScopeAttributes(i)}_collectInjections(){const i={lookup:m=>m===this._rootScopeName?this._grammar:this.getExternalGrammar(m),injections:m=>this._grammarRepository.injections(m)},A=[],e=this._rootScopeName,r=i.lookup(e);if(r){const m=r.injections;if(m)for(let l in m)nu(A,l,m[l],this,r);const w=this._grammarRepository.injections(e);w&&w.forEach(l=>{const b=this.getExternalGrammar(l);if(b){const S=b.injectionSelector;S&&nu(A,S,b,this,b)}})}return A.sort((m,w)=>m.priority-w.priority),A}getInjections(){return this._injections===null&&(this._injections=this._collectInjections()),this._injections}registerRule(i){const A=++this._lastRuleId,e=i(A);return this._ruleId2desc[A]=e,e}getRule(i){return this._ruleId2desc[i]}getExternalGrammar(i,A){if(this._includedGrammars[i])return this._includedGrammars[i];if(this._grammarRepository){const e=this._grammarRepository.lookup(i);if(e)return this._includedGrammars[i]=iu(e,A&&A.$base),this._includedGrammars[i]}}tokenizeLine(i,A,e=0){const r=this._tokenize(i,A,!1,e);return{tokens:r.lineTokens.getResult(r.ruleStack,r.lineLength),ruleStack:r.ruleStack,stoppedEarly:r.stoppedEarly}}tokenizeLine2(i,A,e=0){const r=this._tokenize(i,A,!0,e);return{tokens:r.lineTokens.getBinaryResult(r.ruleStack,r.lineLength),ruleStack:r.ruleStack,stoppedEarly:r.stoppedEarly}}_tokenize(i,A,e,r){this._rootId===-1&&(this._rootId=Xc.getCompiledRuleId(this._grammar.repository.$self,this,this._grammar.repository),this.getInjections());let m;if(!A||A===ya.NULL){m=!0;const f=this._basicScopeAttributesProvider.getDefaultAttributes(),x=this.themeProvider.getDefaults(),G=xi.set(0,f.languageId,f.tokenType,null,x.fontStyle,x.foregroundId,x.backgroundId),K=this.getRule(this._rootId).getName(null,null);let j;K?j=Eo.createRootAndLookUpScopeName(K,G,this):j=Eo.createRoot("unknown",G),A=new ya(null,this._rootId,-1,-1,!1,null,j,j)}else m=!1,A.reset();i=i+`
82
82
  `;const w=this.createOnigString(i),l=w.content.length,b=new Vw(e,i,this._tokenTypeMatchers,this.balancedBracketSelectors),S=eu(this,w,m,0,A,b,!0,r);return Zc(w),{lineLength:l,lineTokens:b,ruleStack:S.stack,stoppedEarly:S.stoppedEarly}}};function iu(i,A){return i=Cw(i),i.repository=i.repository||{},i.repository.$self={$vscodeTextmateLocation:i.$vscodeTextmateLocation,patterns:i.patterns,name:i.scopeName},i.repository.$base=A||i.repository.$self,i}var Eo=class wn{constructor(A,e,r){this.parent=A,this.scopePath=e,this.tokenAttributes=r}static fromExtension(A,e){let r=A,m=(A==null?void 0:A.scopePath)??null;for(const w of e)m=Ea.push(m,w.scopeNames),r=new wn(r,m,w.encodedTokenAttributes);return r}static createRoot(A,e){return new wn(null,new Ea(null,A),e)}static createRootAndLookUpScopeName(A,e,r){const m=r.getMetadataForScope(A),w=new Ea(null,A),l=r.themeProvider.themeMatch(w),b=wn.mergeAttributes(e,m,l);return new wn(null,w,b)}get scopeName(){return this.scopePath.scopeName}toString(){return this.getScopeNames().join(" ")}equals(A){return wn.equals(this,A)}static equals(A,e){do{if(A===e||!A&&!e)return!0;if(!A||!e||A.scopeName!==e.scopeName||A.tokenAttributes!==e.tokenAttributes)return!1;A=A.parent,e=e.parent}while(!0)}static mergeAttributes(A,e,r){let m=-1,w=0,l=0;return r!==null&&(m=r.fontStyle,w=r.foregroundId,l=r.backgroundId),xi.set(A,e.languageId,e.tokenType,null,m,w,l)}pushAttributed(A,e){if(A===null)return this;if(A.indexOf(" ")===-1)return wn._pushAttributed(this,A,e);const r=A.split(/ /g);let m=this;for(const w of r)m=wn._pushAttributed(m,w,e);return m}static _pushAttributed(A,e,r){const m=r.getMetadataForScope(e),w=A.scopePath.push(e),l=r.themeProvider.themeMatch(w),b=wn.mergeAttributes(A.tokenAttributes,m,l);return new wn(A,w,b)}getScopeNames(){return this.scopePath.getSegments()}getExtensionIfDefined(A){var m;const e=[];let r=this;for(;r&&r!==A;)e.push({encodedTokenAttributes:r.tokenAttributes,scopeNames:r.scopePath.getExtensionIfDefined(((m=r.parent)==null?void 0:m.scopePath)??null)}),r=r.parent;return r===A?e.reverse():void 0}},ba=class so{constructor(A,e,r,m,w,l,b,S){this.parent=A,this.ruleId=e,this.beginRuleCapturedEOL=w,this.endRule=l,this.nameScopesList=b,this.contentNameScopesList=S,this._stackElementBrand=void 0,this.depth=this.parent?this.parent.depth+1:1,this._enterPos=r,this._anchorPos=m}equals(A){return A===null?!1:so._equals(this,A)}static _equals(A,e){return A===e?!0:this._structuralEquals(A,e)?Eo.equals(A.contentNameScopesList,e.contentNameScopesList):!1}static _structuralEquals(A,e){do{if(A===e||!A&&!e)return!0;if(!A||!e||A.depth!==e.depth||A.ruleId!==e.ruleId||A.endRule!==e.endRule)return!1;A=A.parent,e=e.parent}while(!0)}clone(){return this}static _reset(A){for(;A;)A._enterPos=-1,A._anchorPos=-1,A=A.parent}reset(){so._reset(this)}pop(){return this.parent}safePop(){return this.parent?this.parent:this}push(A,e,r,m,w,l,b){return new so(this,A,e,r,m,w,l,b)}getEnterPos(){return this._enterPos}getAnchorPos(){return this._anchorPos}getRule(A){return A.getRule(this.ruleId)}toString(){const A=[];return this._writeString(A,0),"["+A.join(",")+"]"}_writeString(A,e){var r,m;return this.parent&&(e=this.parent._writeString(A,e)),A[e++]=`(${this.ruleId}, ${(r=this.nameScopesList)==null?void 0:r.toString()}, ${(m=this.contentNameScopesList)==null?void 0:m.toString()})`,e}withContentNameScopesList(A){return this.contentNameScopesList===A?this:this.parent.push(this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,this.endRule,this.nameScopesList,A)}withEndRule(A){return this.endRule===A?this:new so(this.parent,this.ruleId,this._enterPos,this._anchorPos,this.beginRuleCapturedEOL,A,this.nameScopesList,this.contentNameScopesList)}hasSameRuleAs(A){let e=this;for(;e&&e._enterPos===A._enterPos;){if(e.ruleId===A.ruleId)return!0;e=e.parent}return!1}toStateStackFrame(){var A,e,r;return{ruleId:this.ruleId,beginRuleCapturedEOL:this.beginRuleCapturedEOL,endRule:this.endRule,nameScopesList:((e=this.nameScopesList)==null?void 0:e.getExtensionIfDefined(((A=this.parent)==null?void 0:A.nameScopesList)??null))??[],contentNameScopesList:((r=this.contentNameScopesList)==null?void 0:r.getExtensionIfDefined(this.nameScopesList))??[]}}static pushFrame(A,e){const r=Eo.fromExtension((A==null?void 0:A.nameScopesList)??null,e.nameScopesList);return new so(A,e.ruleId,e.enterPos??-1,e.anchorPos??-1,e.beginRuleCapturedEOL,e.endRule,r,Eo.fromExtension(r,e.contentNameScopesList))}};ba.NULL=new ba(null,0,0,0,!1,null,null,null);var ya=ba,Xw=class{constructor(i,A){this.allowAny=!1,this.balancedBracketScopes=i.flatMap(e=>e==="*"?(this.allowAny=!0,[]):fs(e,ys).map(r=>r.matcher)),this.unbalancedBracketScopes=A.flatMap(e=>fs(e,ys).map(r=>r.matcher))}get matchesAlways(){return this.allowAny&&this.unbalancedBracketScopes.length===0}get matchesNever(){return this.balancedBracketScopes.length===0&&!this.allowAny}match(i){for(const A of this.unbalancedBracketScopes)if(A(i))return!1;for(const A of this.balancedBracketScopes)if(A(i))return!0;return this.allowAny}},Vw=class{constructor(i,A,e,r){this.balancedBracketSelectors=r,this._emitBinaryTokens=i,this._tokenTypeOverrides=e,this._lineText=null,this._tokens=[],this._binaryTokens=[],this._lastTokenEndIndex=0}produce(i,A){this.produceFromScopes(i.contentNameScopesList,A)}produceFromScopes(i,A){var r;if(this._lastTokenEndIndex>=A)return;if(this._emitBinaryTokens){let m=(i==null?void 0:i.tokenAttributes)??0,w=!1;if((r=this.balancedBracketSelectors)!=null&&r.matchesAlways&&(w=!0),this._tokenTypeOverrides.length>0||this.balancedBracketSelectors&&!this.balancedBracketSelectors.matchesAlways&&!this.balancedBracketSelectors.matchesNever){const l=(i==null?void 0:i.getScopeNames())??[];for(const b of this._tokenTypeOverrides)b.matcher(l)&&(m=xi.set(m,0,b.type,null,-1,0,0));this.balancedBracketSelectors&&(w=this.balancedBracketSelectors.match(l))}if(w&&(m=xi.set(m,0,8,w,-1,0,0)),this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-1]===m){this._lastTokenEndIndex=A;return}this._binaryTokens.push(this._lastTokenEndIndex),this._binaryTokens.push(m),this._lastTokenEndIndex=A;return}const e=(i==null?void 0:i.getScopeNames())??[];this._tokens.push({startIndex:this._lastTokenEndIndex,endIndex:A,scopes:e}),this._lastTokenEndIndex=A}getResult(i,A){return this._tokens.length>0&&this._tokens[this._tokens.length-1].startIndex===A-1&&this._tokens.pop(),this._tokens.length===0&&(this._lastTokenEndIndex=-1,this.produce(i,A),this._tokens[this._tokens.length-1].startIndex=0),this._tokens}getBinaryResult(i,A){this._binaryTokens.length>0&&this._binaryTokens[this._binaryTokens.length-2]===A-1&&(this._binaryTokens.pop(),this._binaryTokens.pop()),this._binaryTokens.length===0&&(this._lastTokenEndIndex=-1,this.produce(i,A),this._binaryTokens[this._binaryTokens.length-2]=0);const e=new Uint32Array(this._binaryTokens.length);for(let r=0,m=this._binaryTokens.length;r<m;r++)e[r]=this._binaryTokens[r];return e}},A0=class{constructor(i,A){this._onigLib=A,this._grammars=new Map,this._rawGrammars=new Map,this._injectionGrammars=new Map,this._theme=i}dispose(){for(const i of this._grammars.values())i.dispose()}setTheme(i){this._theme=i}getColorMap(){return this._theme.getColorMap()}addGrammar(i,A){this._rawGrammars.set(i.scopeName,i),A&&this._injectionGrammars.set(i.scopeName,A)}lookup(i){return this._rawGrammars.get(i)}injections(i){return this._injectionGrammars.get(i)}getDefaults(){return this._theme.getDefaults()}themeMatch(i){return this._theme.match(i)}grammarForScopeName(i,A,e,r,m){if(!this._grammars.has(i)){let w=this._rawGrammars.get(i);if(!w)return null;this._grammars.set(i,Ww(i,w,A,e,r,m,this,this._onigLib))}return this._grammars.get(i)}},e0=class{constructor(A){this._options=A,this._syncRegistry=new A0(ms.createFromRawTheme(A.theme,A.colorMap),A.onigLib),this._ensureGrammarCache=new Map}dispose(){this._syncRegistry.dispose()}setTheme(A,e){this._syncRegistry.setTheme(ms.createFromRawTheme(A,e))}getColorMap(){return this._syncRegistry.getColorMap()}loadGrammarWithEmbeddedLanguages(A,e,r){return this.loadGrammarWithConfiguration(A,e,{embeddedLanguages:r})}loadGrammarWithConfiguration(A,e,r){return this._loadGrammar(A,e,r.embeddedLanguages,r.tokenTypes,new Xw(r.balancedBracketSelectors||[],r.unbalancedBracketSelectors||[]))}loadGrammar(A){return this._loadGrammar(A,0,null,null,null)}_loadGrammar(A,e,r,m,w){const l=new Mw(this._syncRegistry,A);for(;l.Q.length>0;)l.Q.map(b=>this._loadSingleGrammar(b.scopeName)),l.processQueue();return this._grammarForScopeName(A,e,r,m,w)}_loadSingleGrammar(A){this._ensureGrammarCache.has(A)||(this._doLoadSingleGrammar(A),this._ensureGrammarCache.set(A,!0))}_doLoadSingleGrammar(A){const e=this._options.loadGrammar(A);if(e){const r=typeof this._options.getInjections=="function"?this._options.getInjections(A):void 0;this._syncRegistry.addGrammar(e,r)}}addGrammar(A,e=[],r=0,m=null){return this._syncRegistry.addGrammar(A,e),this._grammarForScopeName(A.scopeName,r,m)}_grammarForScopeName(A,e=0,r=null,m=null,w=null){return this._syncRegistry.grammarForScopeName(A,e,r,m,w)}},va=ya.NULL;const t0=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"];class Io{constructor(A,e,r){this.property=A,this.normal=e,r&&(this.space=r)}}Io.prototype.property={},Io.prototype.normal={},Io.prototype.space=null;function ou(i,A){const e={},r={};let m=-1;for(;++m<i.length;)Object.assign(e,i[m].property),Object.assign(r,i[m].normal);return new Io(e,r,A)}function ka(i){return i.toLowerCase()}class Zt{constructor(A,e){this.property=A,this.attribute=e}}Zt.prototype.space=null,Zt.prototype.boolean=!1,Zt.prototype.booleanish=!1,Zt.prototype.overloadedBoolean=!1,Zt.prototype.number=!1,Zt.prototype.commaSeparated=!1,Zt.prototype.spaceSeparated=!1,Zt.prototype.commaOrSpaceSeparated=!1,Zt.prototype.mustUseProperty=!1,Zt.prototype.defined=!1;let n0=0;const me=si(),st=si(),su=si(),$A=si(),Ye=si(),Fi=si(),Rt=si();function si(){return 2**++n0}const _a=Object.freeze(Object.defineProperty({__proto__:null,boolean:me,booleanish:st,commaOrSpaceSeparated:Rt,commaSeparated:Fi,number:$A,overloadedBoolean:su,spaceSeparated:Ye},Symbol.toStringTag,{value:"Module"})),Ma=Object.keys(_a);class Sa extends Zt{constructor(A,e,r,m){let w=-1;if(super(A,e),ru(this,"space",m),typeof r=="number")for(;++w<Ma.length;){const l=Ma[w];ru(this,Ma[w],(r&_a[l])===_a[l])}}}Sa.prototype.defined=!0;function ru(i,A,e){e&&(i[A]=e)}const i0={}.hasOwnProperty;function Ni(i){const A={},e={};let r;for(r in i.properties)if(i0.call(i.properties,r)){const m=i.properties[r],w=new Sa(r,i.transform(i.attributes||{},r),m,i.space);i.mustUseProperty&&i.mustUseProperty.includes(r)&&(w.mustUseProperty=!0),A[r]=w,e[ka(r)]=r,e[ka(w.attribute)]=r}return new Io(A,e,i.space)}const au=Ni({space:"xlink",transform(i,A){return"xlink:"+A.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),lu=Ni({space:"xml",transform(i,A){return"xml:"+A.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function gu(i,A){return A in i?i[A]:A}function cu(i,A){return gu(i,A.toLowerCase())}const uu=Ni({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:cu,properties:{xmlns:null,xmlnsXLink:null}}),du=Ni({transform(i,A){return A==="role"?A:"aria-"+A.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:st,ariaAutoComplete:null,ariaBusy:st,ariaChecked:st,ariaColCount:$A,ariaColIndex:$A,ariaColSpan:$A,ariaControls:Ye,ariaCurrent:null,ariaDescribedBy:Ye,ariaDetails:null,ariaDisabled:st,ariaDropEffect:Ye,ariaErrorMessage:null,ariaExpanded:st,ariaFlowTo:Ye,ariaGrabbed:st,ariaHasPopup:null,ariaHidden:st,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Ye,ariaLevel:$A,ariaLive:null,ariaModal:st,ariaMultiLine:st,ariaMultiSelectable:st,ariaOrientation:null,ariaOwns:Ye,ariaPlaceholder:null,ariaPosInSet:$A,ariaPressed:st,ariaReadOnly:st,ariaRelevant:null,ariaRequired:st,ariaRoleDescription:Ye,ariaRowCount:$A,ariaRowIndex:$A,ariaRowSpan:$A,ariaSelected:st,ariaSetSize:$A,ariaSort:null,ariaValueMax:$A,ariaValueMin:$A,ariaValueNow:$A,ariaValueText:null,role:null}}),o0=Ni({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:cu,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Fi,acceptCharset:Ye,accessKey:Ye,action:null,allow:null,allowFullScreen:me,allowPaymentRequest:me,allowUserMedia:me,alt:null,as:null,async:me,autoCapitalize:null,autoComplete:Ye,autoFocus:me,autoPlay:me,blocking:Ye,capture:null,charSet:null,checked:me,cite:null,className:Ye,cols:$A,colSpan:null,content:null,contentEditable:st,controls:me,controlsList:Ye,coords:$A|Fi,crossOrigin:null,data:null,dateTime:null,decoding:null,default:me,defer:me,dir:null,dirName:null,disabled:me,download:su,draggable:st,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:me,formTarget:null,headers:Ye,height:$A,hidden:me,high:$A,href:null,hrefLang:null,htmlFor:Ye,httpEquiv:Ye,id:null,imageSizes:null,imageSrcSet:null,inert:me,inputMode:null,integrity:null,is:null,isMap:me,itemId:null,itemProp:Ye,itemRef:Ye,itemScope:me,itemType:Ye,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:me,low:$A,manifest:null,max:null,maxLength:$A,media:null,method:null,min:null,minLength:$A,multiple:me,muted:me,name:null,nonce:null,noModule:me,noValidate:me,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:me,optimum:$A,pattern:null,ping:Ye,placeholder:null,playsInline:me,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:me,referrerPolicy:null,rel:Ye,required:me,reversed:me,rows:$A,rowSpan:$A,sandbox:Ye,scope:null,scoped:me,seamless:me,selected:me,shadowRootClonable:me,shadowRootDelegatesFocus:me,shadowRootMode:null,shape:null,size:$A,sizes:null,slot:null,span:$A,spellCheck:st,src:null,srcDoc:null,srcLang:null,srcSet:null,start:$A,step:null,style:null,tabIndex:$A,target:null,title:null,translate:null,type:null,typeMustMatch:me,useMap:null,value:st,width:$A,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Ye,axis:null,background:null,bgColor:null,border:$A,borderColor:null,bottomMargin:$A,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:me,declare:me,event:null,face:null,frame:null,frameBorder:null,hSpace:$A,leftMargin:$A,link:null,longDesc:null,lowSrc:null,marginHeight:$A,marginWidth:$A,noResize:me,noHref:me,noShade:me,noWrap:me,object:null,profile:null,prompt:null,rev:null,rightMargin:$A,rules:null,scheme:null,scrolling:st,standby:null,summary:null,text:null,topMargin:$A,valueType:null,version:null,vAlign:null,vLink:null,vSpace:$A,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:me,disableRemotePlayback:me,prefix:null,property:null,results:$A,security:null,unselectable:null}}),s0=Ni({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:gu,properties:{about:Rt,accentHeight:$A,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:$A,amplitude:$A,arabicForm:null,ascent:$A,attributeName:null,attributeType:null,azimuth:$A,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:$A,by:null,calcMode:null,capHeight:$A,className:Ye,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:$A,diffuseConstant:$A,direction:null,display:null,dur:null,divisor:$A,dominantBaseline:null,download:me,dx:null,dy:null,edgeMode:null,editable:null,elevation:$A,enableBackground:null,end:null,event:null,exponent:$A,externalResourcesRequired:null,fill:null,fillOpacity:$A,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Fi,g2:Fi,glyphName:Fi,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:$A,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:$A,horizOriginX:$A,horizOriginY:$A,id:null,ideographic:$A,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:$A,k:$A,k1:$A,k2:$A,k3:$A,k4:$A,kernelMatrix:Rt,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:$A,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:$A,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:$A,overlineThickness:$A,paintOrder:null,panose1:null,path:null,pathLength:$A,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Ye,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:$A,pointsAtY:$A,pointsAtZ:$A,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Rt,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Rt,rev:Rt,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Rt,requiredFeatures:Rt,requiredFonts:Rt,requiredFormats:Rt,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:$A,specularExponent:$A,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:$A,strikethroughThickness:$A,string:null,stroke:null,strokeDashArray:Rt,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:$A,strokeOpacity:$A,strokeWidth:null,style:null,surfaceScale:$A,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Rt,tabIndex:$A,tableValues:null,target:null,targetX:$A,targetY:$A,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Rt,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:$A,underlineThickness:$A,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:$A,values:null,vAlphabetic:$A,vMathematical:$A,vectorEffect:null,vHanging:$A,vIdeographic:$A,version:null,vertAdvY:$A,vertOriginX:$A,vertOriginY:$A,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:$A,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),r0=/^data[-\w.:]+$/i,hu=/-[a-z]/g,a0=/[A-Z]/g;function l0(i,A){const e=ka(A);let r=A,m=Zt;if(e in i.normal)return i.property[i.normal[e]];if(e.length>4&&e.slice(0,4)==="data"&&r0.test(A)){if(A.charAt(4)==="-"){const w=A.slice(5).replace(hu,c0);r="data"+w.charAt(0).toUpperCase()+w.slice(1)}else{const w=A.slice(4);if(!hu.test(w)){let l=w.replace(a0,g0);l.charAt(0)!=="-"&&(l="-"+l),A="data"+l}}m=Sa}return new m(r,A)}function g0(i){return"-"+i.toLowerCase()}function c0(i){return i.charAt(1).toUpperCase()}const u0=ou([lu,au,uu,du,o0],"html"),Bu=ou([lu,au,uu,du,s0],"svg"),Cu={}.hasOwnProperty;function d0(i,A){const e=A||{};function r(m,...w){let l=r.invalid;const b=r.handlers;if(m&&Cu.call(m,i)){const S=String(m[i]);l=Cu.call(b,S)?b[S]:r.unknown}if(l)return l.call(this,m,...w)}return r.handlers=e.handlers||{},r.invalid=e.invalid,r.unknown=e.unknown,r}const h0=/["&'<>`]/g,B0=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,C0=/[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g,p0=/[|\\{}()[\]^$+*?.]/g,pu=new WeakMap;function Q0(i,A){if(i=i.replace(A.subset?E0(A.subset):h0,r),A.subset||A.escapeOnly)return i;return i.replace(B0,e).replace(C0,r);function e(m,w,l){return A.format((m.charCodeAt(0)-55296)*1024+m.charCodeAt(1)-56320+65536,l.charCodeAt(w+2),A)}function r(m,w,l){return A.format(m.charCodeAt(0),l.charCodeAt(w+1),A)}}function E0(i){let A=pu.get(i);return A||(A=I0(i),pu.set(i,A)),A}function I0(i){const A=[];let e=-1;for(;++e<i.length;)A.push(i[e].replace(p0,"\\$&"));return new RegExp("(?:"+A.join("|")+")","g")}const m0=/[\dA-Fa-f]/;function f0(i,A,e){const r="&#x"+i.toString(16).toUpperCase();return e&&A&&!m0.test(String.fromCharCode(A))?r:r+";"}const w0=/\d/;function D0(i,A,e){const r="&#"+String(i);return e&&A&&!w0.test(String.fromCharCode(A))?r:r+";"}const b0=["AElig","AMP","Aacute","Acirc","Agrave","Aring","Atilde","Auml","COPY","Ccedil","ETH","Eacute","Ecirc","Egrave","Euml","GT","Iacute","Icirc","Igrave","Iuml","LT","Ntilde","Oacute","Ocirc","Ograve","Oslash","Otilde","Ouml","QUOT","REG","THORN","Uacute","Ucirc","Ugrave","Uuml","Yacute","aacute","acirc","acute","aelig","agrave","amp","aring","atilde","auml","brvbar","ccedil","cedil","cent","copy","curren","deg","divide","eacute","ecirc","egrave","eth","euml","frac12","frac14","frac34","gt","iacute","icirc","iexcl","igrave","iquest","iuml","laquo","lt","macr","micro","middot","nbsp","not","ntilde","oacute","ocirc","ograve","ordf","ordm","oslash","otilde","ouml","para","plusmn","pound","quot","raquo","reg","sect","shy","sup1","sup2","sup3","szlig","thorn","times","uacute","ucirc","ugrave","uml","uuml","yacute","yen","yuml"],xa={nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"­",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",times:"×",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",divide:"÷",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",fnof:"ƒ",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",bull:"•",hellip:"…",prime:"′",Prime:"″",oline:"‾",frasl:"⁄",weierp:"℘",image:"ℑ",real:"ℜ",trade:"™",alefsym:"ℵ",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lArr:"⇐",uArr:"⇑",rArr:"⇒",dArr:"⇓",hArr:"⇔",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",lang:"〈",rang:"〉",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦",quot:'"',amp:"&",lt:"<",gt:">",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"‌",zwj:"‍",lrm:"‎",rlm:"‏",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",permil:"‰",lsaquo:"‹",rsaquo:"›",euro:"€"},y0=["cent","copy","divide","gt","lt","not","para","times"],Qu={}.hasOwnProperty,Fa={};let vs;for(vs in xa)Qu.call(xa,vs)&&(Fa[xa[vs]]=vs);const v0=/[^\dA-Za-z]/;function k0(i,A,e,r){const m=String.fromCharCode(i);if(Qu.call(Fa,m)){const w=Fa[m],l="&"+w;return e&&b0.includes(w)&&!y0.includes(w)&&(!r||A&&A!==61&&v0.test(String.fromCharCode(A)))?l:l+";"}return""}function _0(i,A,e){let r=f0(i,A,e.omitOptionalSemicolons),m;if((e.useNamedReferences||e.useShortestReferences)&&(m=k0(i,A,e.omitOptionalSemicolons,e.attribute)),(e.useShortestReferences||!m)&&e.useShortestReferences){const w=D0(i,A,e.omitOptionalSemicolons);w.length<r.length&&(r=w)}return m&&(!e.useShortestReferences||m.length<r.length)?m:r}function Ri(i,A){return Q0(i,Object.assign({format:_0},A))}const M0=/^>|^->|<!--|-->|--!>|<!-$/g,S0=[">"],x0=["<",">"];function F0(i,A,e,r){return r.settings.bogusComments?"<?"+Ri(i.value,Object.assign({},r.settings.characterReferences,{subset:S0}))+">":"<!--"+i.value.replace(M0,m)+"-->";function m(w){return Ri(w,Object.assign({},r.settings.characterReferences,{subset:x0}))}}function N0(i,A,e,r){return"<!"+(r.settings.upperDoctype?"DOCTYPE":"doctype")+(r.settings.tightDoctype?"":" ")+"html>"}function Eu(i,A){const e=String(i);if(typeof A!="string")throw new TypeError("Expected character");let r=0,m=e.indexOf(A);for(;m!==-1;)r++,m=e.indexOf(A,m+A.length);return r}function R0(i,A){const e=A||{};return(i[i.length-1]===""?[...i,""]:i).join((e.padRight?" ":"")+","+(e.padLeft===!1?"":" ")).trim()}function L0(i){return i.join(" ").trim()}const G0=/[ \t\n\f\r]/g;function Na(i){return typeof i=="object"?i.type==="text"?Iu(i.value):!1:Iu(i)}function Iu(i){return i.replace(G0,"")===""}const at=fu(1),mu=fu(-1),H0=[];function fu(i){return A;function A(e,r,m){const w=e?e.children:H0;let l=(r||0)+i,b=w[l];if(!m)for(;b&&Na(b);)l+=i,b=w[l];return b}}const P0={}.hasOwnProperty;function wu(i){return A;function A(e,r,m){return P0.call(i,e.tagName)&&i[e.tagName](e,r,m)}}const Ra=wu({body:U0,caption:La,colgroup:La,dd:$0,dt:O0,head:La,html:K0,li:T0,optgroup:J0,option:Z0,p:Y0,rp:Du,rt:Du,tbody:W0,td:bu,tfoot:j0,th:bu,thead:z0,tr:q0});function La(i,A,e){const r=at(e,A,!0);return!r||r.type!=="comment"&&!(r.type==="text"&&Na(r.value.charAt(0)))}function K0(i,A,e){const r=at(e,A);return!r||r.type!=="comment"}function U0(i,A,e){const r=at(e,A);return!r||r.type!=="comment"}function Y0(i,A,e){const r=at(e,A);return r?r.type==="element"&&(r.tagName==="address"||r.tagName==="article"||r.tagName==="aside"||r.tagName==="blockquote"||r.tagName==="details"||r.tagName==="div"||r.tagName==="dl"||r.tagName==="fieldset"||r.tagName==="figcaption"||r.tagName==="figure"||r.tagName==="footer"||r.tagName==="form"||r.tagName==="h1"||r.tagName==="h2"||r.tagName==="h3"||r.tagName==="h4"||r.tagName==="h5"||r.tagName==="h6"||r.tagName==="header"||r.tagName==="hgroup"||r.tagName==="hr"||r.tagName==="main"||r.tagName==="menu"||r.tagName==="nav"||r.tagName==="ol"||r.tagName==="p"||r.tagName==="pre"||r.tagName==="section"||r.tagName==="table"||r.tagName==="ul"):!e||!(e.type==="element"&&(e.tagName==="a"||e.tagName==="audio"||e.tagName==="del"||e.tagName==="ins"||e.tagName==="map"||e.tagName==="noscript"||e.tagName==="video"))}function T0(i,A,e){const r=at(e,A);return!r||r.type==="element"&&r.tagName==="li"}function O0(i,A,e){const r=at(e,A);return!!(r&&r.type==="element"&&(r.tagName==="dt"||r.tagName==="dd"))}function $0(i,A,e){const r=at(e,A);return!r||r.type==="element"&&(r.tagName==="dt"||r.tagName==="dd")}function Du(i,A,e){const r=at(e,A);return!r||r.type==="element"&&(r.tagName==="rp"||r.tagName==="rt")}function J0(i,A,e){const r=at(e,A);return!r||r.type==="element"&&r.tagName==="optgroup"}function Z0(i,A,e){const r=at(e,A);return!r||r.type==="element"&&(r.tagName==="option"||r.tagName==="optgroup")}function z0(i,A,e){const r=at(e,A);return!!(r&&r.type==="element"&&(r.tagName==="tbody"||r.tagName==="tfoot"))}function W0(i,A,e){const r=at(e,A);return!r||r.type==="element"&&(r.tagName==="tbody"||r.tagName==="tfoot")}function j0(i,A,e){return!at(e,A)}function q0(i,A,e){const r=at(e,A);return!r||r.type==="element"&&r.tagName==="tr"}function bu(i,A,e){const r=at(e,A);return!r||r.type==="element"&&(r.tagName==="td"||r.tagName==="th")}const X0=wu({body:eD,colgroup:tD,head:AD,html:V0,tbody:nD});function V0(i){const A=at(i,-1);return!A||A.type!=="comment"}function AD(i){const A=new Set;for(const r of i.children)if(r.type==="element"&&(r.tagName==="base"||r.tagName==="title")){if(A.has(r.tagName))return!1;A.add(r.tagName)}const e=i.children[0];return!e||e.type==="element"}function eD(i){const A=at(i,-1,!0);return!A||A.type!=="comment"&&!(A.type==="text"&&Na(A.value.charAt(0)))&&!(A.type==="element"&&(A.tagName==="meta"||A.tagName==="link"||A.tagName==="script"||A.tagName==="style"||A.tagName==="template"))}function tD(i,A,e){const r=mu(e,A),m=at(i,-1,!0);return e&&r&&r.type==="element"&&r.tagName==="colgroup"&&Ra(r,e.children.indexOf(r),e)?!1:!!(m&&m.type==="element"&&m.tagName==="col")}function nD(i,A,e){const r=mu(e,A),m=at(i,-1);return e&&r&&r.type==="element"&&(r.tagName==="thead"||r.tagName==="tbody")&&Ra(r,e.children.indexOf(r),e)?!1:!!(m&&m.type==="element"&&m.tagName==="tr")}const ks={name:[[`
83
83
  \f\r &/=>`.split(""),`
@@ -177,7 +177,7 @@ const handleSubmit = async () => {
177
177
  ]
178
178
  }`,Ly=i=>`import type { FormSchema } from "asiaint-lowcode";
179
179
 
180
- export default ${JSON.stringify(i,null,2)} satisfies FormSchema`,Gy=i=>`export default ${JSON.stringify(i,null,2)}`,Hy=c.defineComponent({__name:"JsonSchema",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){var f;const A=Jt(),e=Un(),m=(f=Si().JsonEdit)==null?void 0:f.render,w=c.computed({get(){return A.schema},set(x){x.items&&A.updateSchema(x)}}),l=c.ref({}),b=c.useModel(i,"modelValue"),S=x=>{A.updateSchema({...A.schema,items:Gc(A.schema.items)}),x.repair()};return(x,G)=>{const K=c.resolveComponent("el-tab-pane"),j=c.resolveComponent("el-tabs"),U=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(U,{modelValue:b.value,"onUpdate:modelValue":G[1]||(G[1]=Y=>b.value=Y),title:c.unref(e).actions.previewJson,width:"70%",center:"","destroy-on-close":"",top:"10vh",onClose:G[2]||(G[2]=Y=>l.value={})},{default:c.withCtx(()=>[c.createVNode(j,{"model-value":"edit",class:"demo-tabs"},{default:c.withCtx(()=>[c.createVNode(K,{label:"在线编辑",name:"edit"},{default:c.withCtx(()=>[c.createVNode(c.unref(m),{modelValue:w.value,"onUpdate:modelValue":G[0]||(G[0]=Y=>w.value=Y),style:{height:"70vh"},onBlur:S},null,8,["modelValue"])]),_:1}),c.createVNode(K,{label:"生成ts文件",name:"ts"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},language:"ts",code:c.unref(Ly)(w.value)},null,8,["code"])]),_:1}),c.createVNode(K,{label:"生成js文件",name:"js"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},language:"js",code:c.unref(Gy)(w.value)},null,8,["code"])]),_:1}),c.createVNode(K,{label:"帮助",name:"help"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},language:"json",code:c.unref(Ry)},null,8,["code"])]),_:1})]),_:1})]),_:1},8,["modelValue","title"])}}}),Py=c.defineComponent({__name:"VueCode",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),e=Un(),r=c.useModel(i,"modelValue");return(m,w)=>{const l=c.resolveComponent("el-tab-pane"),b=c.resolveComponent("el-tabs"),S=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(S,{modelValue:r.value,"onUpdate:modelValue":w[0]||(w[0]=f=>r.value=f),title:c.unref(e).actions.previewVueCode,width:"70%",center:"","destroy-on-close":"",top:"10vh"},{default:c.withCtx(()=>[c.createVNode(b,{"model-value":"ts",class:"demo-tabs"},{default:c.withCtx(()=>[c.createVNode(l,{label:"Typescript",name:"ts"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},code:c.unref(Fy)(c.unref(A).schema),language:"vue"},null,8,["code"])]),_:1}),c.createVNode(l,{label:"Javascript",name:"js"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},code:c.unref(Ny)(c.unref(A).schema),language:"vue"},null,8,["code"])]),_:1})]),_:1})]),_:1},8,["modelValue","title"])}}}),Ky={style:{"text-align":"center"}},Uy=ee(c.defineComponent({__name:"Preview",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),{JsonEdit:e}=Si(),r=c.ref("edit"),m=c.ref(),w=c.ref({}),l=c.useModel(i,"modelValue"),b=c.computed(()=>{var G;return(G=m.value)==null?void 0:G.context}),S=Un(),f=async()=>{var G;await((G=m.value)==null?void 0:G.validate()),alert(JSON.stringify(w.value,null,2))},x=async()=>{var G;(G=m.value)==null||G.resetFields()};return(G,K)=>{const j=c.resolveComponent("el-button"),U=c.resolveComponent("el-tab-pane"),Y=c.resolveComponent("el-tabs"),_=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(_,{modelValue:l.value,"onUpdate:modelValue":K[4]||(K[4]=I=>l.value=I),title:c.unref(S).actions.previewForm,width:"70%",center:"","destroy-on-close":"",top:"10vh",onClose:K[5]||(K[5]=I=>w.value={})},{default:c.withCtx(()=>[c.createVNode(Y,{modelValue:r.value,"onUpdate:modelValue":K[3]||(K[3]=I=>r.value=I)},{default:c.withCtx(()=>[c.createVNode(U,{label:"编辑模式",name:"edit"},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:w.value,"onUpdate:modelValue":K[0]||(K[0]=I=>w.value=I),schema:c.unref(A).schema,ref_key:"formRef",ref:m,schemaContext:c.unref(A).schemaContext,style:{minHeight:"200px",padding:"20px"}},null,8,["modelValue","schema","schemaContext"]),c.createElementVNode("div",Ky,[c.createVNode(j,{onClick:f,type:"primary"},{default:c.withCtx(()=>K[6]||(K[6]=[c.createTextVNode("模拟提交")])),_:1}),c.createVNode(j,{onClick:x,type:"primary",plain:""},{default:c.withCtx(()=>K[7]||(K[7]=[c.createTextVNode("重置")])),_:1})])]),_:1}),c.createVNode(U,{label:"阅读模式",name:"read",lazy:""},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:w.value,"onUpdate:modelValue":K[1]||(K[1]=I=>w.value=I),schema:{...c.unref(A).schema,labelSuffix:":"},schemaContext:c.unref(A).schemaContext,style:{minHeight:"200px",padding:"20px"},read:""},null,8,["modelValue","schema","schemaContext"])]),_:1}),c.createVNode(U,{label:"联动变量",name:"context"},{default:c.withCtx(()=>[K[8]||(K[8]=c.createElementVNode("p",null,"实时预览的联动变量,在JsonSchema中可以通过双大括号模版语法使用,用于触发各种联动",-1)),(c.openBlock(),c.createBlock(c.unref(e).render,{modelValue:b.value,"onUpdate:modelValue":K[2]||(K[2]=I=>b.value=I),style:{height:"60vh"},key:r.value},null,8,["modelValue"]))]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["modelValue","title"])}}}),[["__scopeId","data-v-1bcfb7d6"]]),Yy=c.defineComponent({__name:"ChangeLang",setup(i){const A=c.inject("asiaint-lang");return(e,r)=>{const m=c.resolveComponent("el-option"),w=c.resolveComponent("el-select");return c.openBlock(),c.createBlock(w,{modelValue:c.unref(A),"onUpdate:modelValue":r[0]||(r[0]=l=>c.isRef(A)?A.value=l:null),size:"small"},{default:c.withCtx(()=>[c.createVNode(m,{label:"中文",value:"zh"}),c.createVNode(m,{label:"English",value:"en"})]),_:1},8,["modelValue"])}}}),Ty=c.defineComponent({__name:"index",setup(i){const A=Jt(),e=Un(),r=c.ref(!1),m=c.ref(!1),w=c.ref(!1),l=c.computed(()=>[{label:e.value.actions.previewJson,btnType:"primary",icon:"script",onClick:()=>{r.value=!0}},{label:e.value.actions.previewVueCode,btnType:"default",icon:"vue",onClick:()=>{m.value=!0}},{label:e.value.actions.previewForm,btnType:"default",icon:"eye",onClick:()=>{w.value=!0}}]),b=c.computed(()=>[{label:e.value.actions.clear,btnType:"danger",icon:"trash",onClick:async()=>{await hn.ElMessageBox.confirm("确认清空当前设计吗?"),A.updateSchema({...A.schema,items:[]})}},{label:e.value.actions.save,icon:"save",btnType:"primary",onClick:()=>{A.handleEmit("save"),A.handleEmit("onSave")}}]);return(S,f)=>{const x=c.resolveComponent("el-button");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("actions"))},[c.createElementVNode("div",{class:c.normalizeClass(c.unref(ke)("actions-left"))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(l.value,G=>(c.openBlock(),c.createBlock(x,{key:G.label,type:G.btnType,size:"small",onClick:G.onClick},c.createSlots({default:c.withCtx(()=>[c.createTextVNode(" "+c.toDisplayString(G.label),1)]),_:2},[G.icon?{name:"icon",fn:c.withCtx(()=>[c.createVNode(c.unref(ge),{name:G.icon},null,8,["name"])]),key:"0"}:void 0]),1032,["type","onClick"]))),128)),c.createVNode(Yy,{class:c.normalizeClass(c.unref(ke)("actions-left-lang"))},null,8,["class"])],2),c.createElementVNode("div",{class:c.normalizeClass(c.unref(ke)("actions-right"))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(b.value,({label:G,btnType:K,icon:j,onClick:U})=>(c.openBlock(),c.createBlock(x,{key:G,type:K,size:"small",onClick:U},c.createSlots({default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(G),1)]),_:2},[j?{name:"icon",fn:c.withCtx(()=>[c.createVNode(c.unref(ge),{name:j},null,8,["name"])]),key:"0"}:void 0]),1032,["type","onClick"]))),128))],2),c.createVNode(Hy,{modelValue:r.value,"onUpdate:modelValue":f[0]||(f[0]=G=>r.value=G)},null,8,["modelValue"]),c.createVNode(Py,{modelValue:m.value,"onUpdate:modelValue":f[1]||(f[1]=G=>m.value=G)},null,8,["modelValue"]),c.createVNode(Uy,{modelValue:w.value,"onUpdate:modelValue":f[2]||(f[2]=G=>w.value=G),"schema-context":c.unref(A).schemaContext},null,8,["modelValue","schema-context"])],2)}}}),Oy=c.defineComponent({__name:"index",setup(i){const A=Jt();return(e,r)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("form-design-center"))},[c.createVNode(Ty),c.createVNode(c.unref(Pt),{class:c.normalizeClass(c.unref(ke)("canvas")),schema:c.unref(A).schema,"onUpdate:schema":r[0]||(r[0]=m=>c.unref(A).schema=m),design:""},null,8,["class","schema"])],2))}}),$y=()=>({labelWidth:100,labelPosition:"top",items:[{hideLabel:!0,name:"change",component:"FormList",children:[{label:"目标字段",name:"target",component:"Input",help:"如果是自增组件内部联动,直接输入子组件的name。如果是外部联动自增组件,就是formlist.*.key"},{label:"触发条件",name:"condition",component:"Input",help:"必须输入一个模板表达式,当表达式结果为true时才触发联动。如果不设置,默认会一直触发"},{label:"值",name:"value",component:"Input",help:"支持模板表达式"}],props:{mode:"card",title:"联动字段"}}]}),Jy=c.defineComponent({__name:"Change",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),e=c.useModel(i,"modelValue");return(r,m)=>{const w=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(w,{"destroy-on-close":"",modelValue:e.value,"onUpdate:modelValue":m[1]||(m[1]=l=>e.value=l),top:"3vh",title:"值联动"},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:c.unref(A).current,"onUpdate:modelValue":m[0]||(m[0]=l=>c.unref(A).current=l),schema:c.unref($y)()},null,8,["modelValue","schema"])]),_:1},8,["modelValue"])}}}),Zy={labelWidth:100,labelPosition:"top",items:[{label:"手动配置",component:"JsonEdit",designKey:"design-A2bj",name:".",props:{style:{height:"70vh"}}}]},zy={class:"config-linkages"},Wy=ee(c.defineComponent({__name:"Config",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),e=c.useModel(i,"modelValue");return c.ref({}),(r,m)=>{var l;const w=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(w,{"destroy-on-close":"",modelValue:e.value,"onUpdate:modelValue":m[1]||(m[1]=b=>e.value=b),top:"3vh",title:`${(l=c.unref(A).current)==null?void 0:l.label} - 配置级联动`,width:"70vw",center:""},{default:c.withCtx(()=>[c.createElementVNode("div",zy,[c.createVNode(c.unref(Pt),{modelValue:c.unref(A).current,"onUpdate:modelValue":m[0]||(m[0]=b=>c.unref(A).current=b),schema:c.unref(Zy),class:"edit"},null,8,["modelValue","schema"])])]),_:1},8,["modelValue","title"])}}}),[["__scopeId","data-v-094ed7f6"]]),jy=c.defineComponent({__name:"index",setup(i){const A=Un(),e=c.ref(!1),r=c.ref(!1),m=c.computed(()=>[{title:A.value.attr.tab1.linkage.action1,onClick:()=>{e.value=!0}},{title:A.value.attr.tab1.linkage.action2,onClick:()=>{r.value=!0}}]);return(w,l)=>{const b=c.resolveComponent("el-divider"),S=c.resolveComponent("el-button");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("linkageConfig"))},[c.createVNode(b,null,{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(c.unref(A).attr.tab1.linkage.text),1)]),_:1}),c.createElementVNode("div",{class:c.normalizeClass(c.unref(ke)("linkageConfig-btns"))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(m.value,({title:f,onClick:x})=>(c.openBlock(),c.createBlock(S,{key:f,type:"primary",plain:"",size:"small",onClick:x},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(f),1)]),_:2},1032,["onClick"]))),128))],2),c.createVNode(Wy,{modelValue:e.value,"onUpdate:modelValue":l[0]||(l[0]=f=>e.value=f)},null,8,["modelValue"]),c.createVNode(Jy,{modelValue:r.value,"onUpdate:modelValue":l[1]||(l[1]=f=>r.value=f)},null,8,["modelValue"])],2)}}}),qy={labelWidth:60,labelPosition:"right",size:"small",items:[{label:"class",component:"Input",props:{placeholder:""},designKey:"design-KUlI",name:"class"},{label:"宽度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"%",placeholder:"100",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vw",value:"vw"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi4",name:"style.width"},{label:"高度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"px",placeholder:"auto",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vh",value:"vh"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi44",name:"style.height"}]},Xy={labelWidth:60,labelPosition:"top",size:"small",items:[{label:"ID",component:"Input",props:{placeholder:""},designKey:"form-0vQJ",name:"id"},{label:"class",component:"Input",props:{placeholder:""},designKey:"design-KUlI",name:"class"},{label:"宽度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"%",placeholder:"100",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vw",value:"vw"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi4",name:"style.width"},{label:"高度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"px",placeholder:"auto",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vh",value:"vh"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi44",name:"style.height"},{label:"背景色",component:"ColorInput",designKey:"form-YicU",name:"style.backgroundColor"},{label:"文字颜色",component:"ColorInput",designKey:"design-A2bj",name:"style.color"},{label:"缩放",component:"Slider",designKey:"design-A2sf",name:"style.transform",props:{min:50,max:150},initialValue:100,change:[{target:"style.transform",value:"{{ `scale(${$values.style.transform / 100 })` }}"}]},{children:[{label:"外间距",name:"margin",component:"TabsItem",children:[{props:{columns:2,columnGap:20,rowGap:20},component:"Grid",designKey:"design-QqeY",name:"form-3eBs",children:[{label:"上",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"design-F9CI",name:"style.marginTop"},{label:"下",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-XHJ7",name:"style.marginBottom"},{label:"左",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-Aeb5",name:"style.marginLeft"},{label:"右",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-g0Ss",name:"style.marginRight"}]}]},{label:"内间距",name:"padding",component:"TabsItem",children:[{props:{columns:2,columnGap:20,rowGap:20},component:"Grid",designKey:"design-QqeY",name:"form-3eBs",children:[{label:"上",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"design-F9CI",name:"style.paddingTop"},{label:"下",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-XHJ7",name:"style.paddingBottom"},{label:"左",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-Aeb5",name:"style.paddingLeft"},{label:"右",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-g0Ss",name:"style.paddingRight"}]}]}],props:{defaultKey:"margin",tabPosition:"top"},component:"Tabs",designKey:"design-WK8O",name:"form-e9YD"},{label:"自定义",component:"JsonEdit",designKey:"design-A2bj",name:"style"}]},Vy={class:"more"},Av=c.defineComponent({__name:"index",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=c.ref(!1);return(r,m)=>{const w=c.resolveComponent("el-divider"),l=c.resolveComponent("el-button"),b=c.resolveComponent("el-drawer");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("style-config"))},[c.createVNode(w,null,{default:c.withCtx(()=>m[4]||(m[4]=[c.createTextVNode("组件样式")])),_:1}),c.createVNode(c.unref(Pt),{modelValue:A.value,"onUpdate:modelValue":m[0]||(m[0]=S=>A.value=S),schema:c.unref(qy),ref:"formRef"},null,8,["modelValue","schema"]),c.createElementVNode("div",Vy,[c.createVNode(l,{type:"primary",plain:"",size:"small",onClick:m[1]||(m[1]=S=>e.value=!0)},{default:c.withCtx(()=>m[5]||(m[5]=[c.createTextVNode("自定义更多样式")])),_:1})]),c.createVNode(b,{modelValue:e.value,"onUpdate:modelValue":m[3]||(m[3]=S=>e.value=S),title:"组件样式"},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:A.value,"onUpdate:modelValue":m[2]||(m[2]=S=>A.value=S),schema:c.unref(Xy),ref:"formRef",style:{padding:"0 15px"}},null,8,["modelValue","schema"])]),_:1},8,["modelValue"])],2)}}}),ev=c.defineComponent({__name:"index",props:{modelValue:{required:!0},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Si(),e=ha(),r=c.useModel(i,"modelValue"),m=c.computed(()=>{const l=A[r.value.component];if(l!=null&&l.attrSchema){const b=(f=[])=>f.map(x=>{const G=es(r.value,x.name),K=Oe.isString(G)&&/^{{\s*(.*?)\s*}}$/.test(G);return{...x,label:e.value==="zh"?x.label:x.name.split(".").pop(),component:K?"Input":x.component,dialog:K||x.dialog,children:x.children&&b(x.children)}}),S=b(l.attrSchema.items);return{...l.attrSchema,items:[{label:"组件类型",component:"Tag",name:"componentType",props:{text:l.title}},...S]}}return{size:"small",labelPosition:"top",items:[]}}),w=c.computed({get(){var l;return((l=r.value)==null?void 0:l.props)||{}},set(l){r.value=bi(r.value,"props",l)}});return(l,b)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("attr"))},[(c.openBlock(),c.createBlock(c.unref(Pt),{key:r.value.designKey,modelValue:r.value,"onUpdate:modelValue":b[0]||(b[0]=S=>r.value=S),schema:m.value},null,8,["modelValue","schema"])),(c.openBlock(),c.createBlock(Av,{key:r.value.designKey,modelValue:w.value,"onUpdate:modelValue":b[1]||(b[1]=S=>w.value=S)},null,8,["modelValue"])),c.createVNode(jy,{modelValue:r.value,"onUpdate:modelValue":b[2]||(b[2]=S=>r.value=S)},null,8,["modelValue"])],2))}}),tv={size:"small",labelPosition:"top",items:[{label:"label宽度",component:"InputNumber",name:"labelWidth",props:{min:60,unit:"px",step:10},initialValue:150},{label:"label对齐方式",component:"Radio",name:"labelPosition",props:{mode:"static",options:[{label:"左对齐",value:"left"},{label:"居上",value:"top"},{label:"右对齐",value:"right"}]},initialValue:"right"},{label:"label后缀",component:"Input",name:"labelSuffix"},{label:"表单组件尺寸",component:"Radio",name:"size",props:{mode:"static",options:[{label:"默认",value:"default"},{label:"较小",value:"small"},{label:"较大",value:"large"}]},initialValue:"default"},{label:"禁用整个表单",component:"Switch",name:"disabled"},{label:"隐藏必填星号",component:"Switch",name:"hideRequiredAsterisk"},{label:"label加粗",component:"Switch",name:"labelBold"},{label:"自动滚动到校验失败的第一项",component:"Switch",name:"scrollToError"},{label:"规则文件路径",component:"Input",name:"rulePath"},{label:"表单编码",component:"Input",name:"key"},{label:"数据对象",component:"Input",name:"dataModel"}]},nv=c.defineComponent({__name:"FormEdit",setup(i){const A=Jt(),e=c.computed({get(){return A.schema},set(r){A.updateSchema(r)}});return(r,m)=>(c.openBlock(),c.createBlock(c.unref(Pt),{modelValue:e.value,"onUpdate:modelValue":m[0]||(m[0]=w=>e.value=w),schema:c.unref(tv)},null,8,["modelValue","schema"]))}}),iv=c.defineComponent({__name:"index",setup(i){const A=Un(),e=Jt();return c.watch(()=>e.current,r=>{r||(e.rightTab="form")}),(r,m)=>{const w=c.resolveComponent("el-tab-pane"),l=c.resolveComponent("el-tabs");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("form-design-right"))},[c.createVNode(l,{modelValue:c.unref(e).rightTab,"onUpdate:modelValue":m[1]||(m[1]=b=>c.unref(e).rightTab=b)},{default:c.withCtx(()=>[c.unref(e).current?(c.openBlock(),c.createBlock(w,{key:0,label:c.unref(A).attr.tab1.title,name:"attr"},{default:c.withCtx(()=>[c.createVNode(ev,{modelValue:c.unref(e).current,"onUpdate:modelValue":m[0]||(m[0]=b=>c.unref(e).current=b)},null,8,["modelValue"])]),_:1},8,["label"])):c.createCommentVNode("",!0),c.createVNode(w,{label:c.unref(A).attr.tab2.title,name:"form"},{default:c.withCtx(()=>[c.createVNode(nv)]),_:1},8,["label"])]),_:1},8,["modelValue"])],2)}}}),vd=c.defineComponent({__name:"index",props:c.mergeModels({schemaContext:{default:()=>({})},templates:{default:()=>[]},omitMenus:{default:()=>[]}},{modelValue:{default:c.reactive({labelWidth:150,labelPosition:"right",scrollToError:!0,size:"default",items:[]})},modelModifiers:{}}),emits:c.mergeModels(["onSave","save","add"],["update:modelValue"]),setup(i,{emit:A}){const e=i,r=A,m=c.ref(""),w=c.useModel(i,"modelValue"),l=c.computed({get(){return w.value.items},set(f){w.value.items=f}}),b=c.computed({get(){return da(l.value,m.value)},set(f){m.value=f.designKey,l.value=Nc(l.value,f)}}),S=c.reactive({...c.toRefs(e),currentKey:m,hoverKey:"",schema:w,current:b,list:l,rightTab:"form",updateCurrent(f){S.current=f},updateHoverKey(f){S.hoverKey=f},updateSchema:f=>{Object.assign(w.value,f)},updateList:f=>{l.value=f},handleEmit:(f,x)=>{r(f,x)}});return c.provide(xc,S),(f,x)=>(c.openBlock(),c.createElementBlock("div",c.mergeProps({class:c.unref(ke)("form-design")},f.$attrs),[c.createVNode(xy),c.createVNode(Oy),c.createVNode(iv)],16))}}),ov={key:0,class:"table-render"},sv={class:"table-render-header-title"},rv={key:0,class:"pagination-wrapper"},al=ee(c.defineComponent({__name:"index",props:c.mergeModels({design:{type:Boolean},read:{type:Boolean},pageRulePath:{}},{schema:{required:!0},schemaModifiers:{},modelValue:{default:[]},modelModifiers:{}}),emits:["update:schema","update:modelValue"],setup(i,{expose:A}){const e=i,r=c.useModel(i,"schema"),m=c.computed(()=>r.value.rulePath&&w[r.value.rulePath]?r.value.rulePath:e.pageRulePath),w=c.inject("ruleMap",{}),l=c.inject("pageMethodMap",{});m.value&&c.provide("ruleModule",w[m.value]);const b=c.ref(),S=c.useModel(i,"modelValue"),f=(z,$,T)=>{m.value&&w[m.value][z.onClick](l,$,T)},x=z=>{!r.value.rowClick||!m.value||w[m.value][r.value.rowClick](l,z)},G=z=>{!r.value.rowDbClick||!m.value||w[m.value][r.value.rowDbClick](l,z)},K=c.ref([]),j=z=>{K.value=z},U=(z,$,T)=>{S.value[z]&&(S.value[z][$]=T)},Y=()=>{var z;(z=b.value)==null||z.clearSelection()},_=()=>S.value,I=c.ref(),R=z=>{I.value=z,!(!r.value.handleCurrentChange||!m.value)&&w[m.value][r.value.handleCurrentChange](l,z)},v=()=>I.value,D=()=>{var z;return(z=b.value)==null?void 0:z.getSelectionRows()},p=(z={})=>{S.value.push(z)},u=z=>{z>=0&&z<S.value.length&&S.value.splice(z,1)},h=async()=>{S.value=[...S.value]},o=async()=>!0,g=z=>{S.value=z},s=(z,$)=>{var W;const T=(W=r.value.topBtns)==null?void 0:W.find(y=>y.key===z);T&&(T.isHidden=$)},B=c.ref(0),d=z=>{B.value=z},t=c.ref({pageNum:1,pageSize:r.value.defaultPageSize||10}),n=()=>t.value,C=z=>{let $=!1;return z.pageNum>-1&&(t.value.pageNum!==z.pageNum&&($=!0),t.value.pageNum=z.pageNum),z.pageSize>-1&&(t.value.pageSize!==z.pageSize&&($=!0),t.value.pageSize=z.pageSize),console.log("zytest---setPagination--",$),{pagination:t.value,isChange:$}},Q=z=>{t.value.pageNum=1,t.value.pageSize=z,!(!r.value.sizeChange||!m.value)&&w[m.value][r.value.sizeChange](l,t.value)},M=z=>{t.value.pageNum=z,!(!r.value.pageChange||!m.value)&&w[m.value][r.value.pageChange](l,t.value)},k=(z,$)=>!z.isHidden||!m.value?!0:!w[m.value][z.isHidden](l,$),N=z=>{var $;($=b.value)==null||$.setCurrentRow(z)},H=z=>{var $;($=b.value)==null||$.setCurrentRow(S.value[z])},X=c.readonly({...c.toRefs(e),setCellData:U,clearSelection:Y,getData:_,getCurrentRow:v,getSelectedRows:D,addRow:p,deleteRow:u,refresh:h,validate:o,setData:g,selectRow:N,selectRowNum:H,setTotal:d,getPagination:n,setPagination:C,setTopBtnHidden:s,type:"table"});return A(X),(z,$)=>{const T=c.resolveComponent("el-col"),W=c.resolveComponent("el-button"),y=c.resolveComponent("el-row"),Z=c.resolveComponent("el-table-column"),F=c.resolveComponent("el-pagination");return r.value.hidden?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("div",ov,[c.createVNode(y,{class:"table-render-header",justify:"space-between",align:"middle"},{default:c.withCtx(()=>[c.createVNode(T,{span:12},{default:c.withCtx(()=>[c.createElementVNode("div",sv,c.toDisplayString(r.value.title),1)]),_:1}),c.createVNode(T,{span:12},{default:c.withCtx(()=>[c.createVNode(y,{justify:"end"},{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(r.value.topBtns,q=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:q.key},[q.isHidden?c.createCommentVNode("",!0):(c.openBlock(),c.createBlock(W,{key:0,size:"small",type:q.type,onClick:tA=>f(q)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(q.label),1)]),_:2},1032,["type","onClick"]))],64))),128))]),_:1})]),_:1})]),_:1}),c.createVNode(c.unref(hn.ElTable),{ref_key:"tableRef",ref:b,data:S.value,stripe:"","highlight-current-row":r.value.highlightCurrentRow||r.value["highlight-current-row"],"row-key":r.value.rowKey,onRowClick:x,onRowDblclick:G,onSelectionChange:j,onCurrentChange:R},{default:c.withCtx(()=>[r.value.multipleSelection?(c.openBlock(),c.createBlock(Z,{key:0,type:"selection",width:"55"})):c.createCommentVNode("",!0),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(r.value.columns,q=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:q.key},[q.hidden?c.createCommentVNode("",!0):(c.openBlock(),c.createBlock(Z,{key:0,prop:q.key,label:q.label,"min-width":q.minWidth,fixed:q.fixed||!1},null,8,["prop","label","min-width","fixed"]))],64))),128)),r.value.rowBtns&&r.value.rowBtns.length>0?(c.openBlock(),c.createBlock(Z,{key:1,label:"Action",fixed:"right",align:"left","min-width":"140"},{default:c.withCtx(({row:q,$index:tA})=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(r.value.rowBtns,eA=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:eA.key},[k(eA,q)?(c.openBlock(),c.createBlock(W,{key:0,size:"small",type:eA.type,onClick:aA=>f(eA,q,tA)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(eA.label),1)]),_:2},1032,["type","onClick"])):c.createCommentVNode("",!0)],64))),128))]),_:1})):c.createCommentVNode("",!0)]),_:1},8,["data","highlight-current-row","row-key"]),r.value.hiddenPagination?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("div",rv,[c.createVNode(F,{background:"",layout:"total,sizes, prev, pager, next,jumper",total:B.value,"page-sizes":r.value.pageSizes,"default-page-size":r.value.defaultPageSize,"current-page":t.value.pageNum,"onUpdate:currentPage":$[0]||($[0]=q=>t.value.pageNum=q),"page-size":t.value.pageSize,"onUpdate:pageSize":$[1]||($[1]=q=>t.value.pageSize=q),onSizeChange:Q,onCurrentChange:M},null,8,["total","page-sizes","default-page-size","current-page","page-size"])]))]))}}}),[["__scopeId","data-v-e14dfcb3"]]),av=c.defineComponent({__name:"index",props:c.mergeModels({ruleMap:{}},{schema:{required:!0},schemaModifiers:{}}),emits:["update:schema"],setup(i){const A=c.useModel(i,"schema"),e=c.ref(A.value.content[0].url);return(r,m)=>{const w=c.resolveComponent("el-tab-pane"),l=c.resolveComponent("el-tabs");return c.openBlock(),c.createBlock(l,c.mergeProps(A.value.tabProps,{modelValue:e.value,"onUpdate:modelValue":m[0]||(m[0]=b=>e.value=b)}),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(A.value.content,(b,S)=>(c.openBlock(),c.createBlock(w,{label:b.label,name:b.url,key:b.url,lazy:S!==0},{default:c.withCtx(()=>[c.createVNode(ll,{pageUrl:b.url,"rule-map":r.ruleMap},null,8,["pageUrl","rule-map"])]),_:2},1032,["label","name","lazy"]))),128))]),_:1},16,["modelValue"])}}}),lv={key:0,class:"page-render"},ll=ee(c.defineComponent({__name:"index",props:{ruleMap:{},pageUrl:{},pageParams:{}},emits:["done","refresh"],setup(i,{emit:A}){const e=A,r={form:Pt,table:al,tabs:av},m=i,w=c.ref(),l=u=>{if(w.value){if(u.type==="tabs")return{...u.schema.tabProps,schema:u.schema,"onUpdate:schema":h=>{u.schema=h},ruleMap:m.ruleMap};if(u.type==="form")return{modelValue:u.model,"onUpdate:modelValue":h=>{u.model=h},realValues:u.realValues,"onUpdate:realValues":h=>{u.realValues=h},schema:u.schema,"onUpdate:schema":h=>{u.schema=h},pageRulePath:w.value.rulePath||""};if(u.type==="table")return{modelValue:u.model,"onUpdate:modelValue":h=>{u.model=h},schema:u.schema,"onUpdate:schema":h=>{u.schema=h},pageRulePath:w.value.rulePath||""}}},b=c.ref([]),S=u=>{var o;return(o=b.value)==null?void 0:o.find(g=>g.schema.key===u)},f=u=>{var o;return(o=b.value)==null?void 0:o.filter(g=>g.schema.key&&u.includes(g.schema.key))},v={findRef:S,setFormDisabled:(u,h)=>{const o=S(u);o&&o.type==="form"&&o.setDisabled(h)},validate:async u=>{if(Array.isArray(u)){const h=f(u);for(const o of h||[])await o.validate()}else{const h=S(u);return h?await h.validate():!1}},getData:u=>{if(w.value){if(!u){const h={};for(const o of w.value.content)o.schema.key&&o.type!=="tabs"&&(o.type==="form"?h[o.schema.key]=Oe.cloneDeep(c.toRaw({...o.model,...o.realValues})):h[o.schema.key]=Oe.cloneDeep(c.toRaw(o.model)));return h}if(Array.isArray(u)){const h={};for(const o of w.value.content)o.schema.key&&u.includes(o.schema.key)&&o.type!=="tabs"&&(o.type==="form"?h[o.schema.key]=Oe.cloneDeep(c.toRaw({...o.model,...o.realValues})):h[o.schema.key]=Oe.cloneDeep(c.toRaw(o.model)));return h}else{const h=w.value.content.find(o=>o.schema.key===u);if(h&&h.type!=="tabs")return h.type==="form"?Oe.cloneDeep(c.toRaw({...h.model,...h.realValues})):Oe.cloneDeep(c.toRaw(h.model))}}},resetFields:u=>{if(u)if(Array.isArray(u)){const h=f(u);for(const o of h||[])o.type==="form"&&o.resetFields()}else{const h=S(u);if(!h)return;h.type==="form"&&h.resetFields()}},emit:e,setData:(u,h,o=!1)=>{if(!w.value)return;const g=w.value.content.find(s=>s.schema.key===u);g&&(g.type==="form"?o?g.model={...g.model,...h}:g.model=h:g.type==="table"&&(g.model=h))},getItemByName:(u,h)=>{var g;const o=(g=w.value)==null?void 0:g.content.find(s=>s.schema.key===u);if(o&&o.type==="form")return fg(o.schema.items,h)},getPageParams:()=>m.pageParams,setHidden:(u,h)=>{if(!w.value)return;const o=w.value.content.find(g=>g.schema.key===u);o&&o.type!=="tabs"&&(o.schema.hidden=h)},setBtnHidden:(u,h)=>{if(!w.value)return;const o=w.value.btns.find(g=>g.key===u);o&&(o.hidden=h)}},D=u=>{!w.value||!w.value.rulePath||m.ruleMap[w.value.rulePath][u](v)};c.provide("pageMethodMap",v),c.provide("ruleMap",m.ruleMap);const p=c.inject(Mi);return c.onMounted(async()=>{if(p&&p.fetchSchemaFn&&m.pageUrl){const u=await p.fetchSchemaFn(m.pageUrl);w.value={...u,content:u.content.map(h=>h.type==="tabs"?h:h.type==="form"?{...h,schema:h.schema,model:{},realValues:{}}:{...h,schema:h.schema,model:[]})},c.nextTick(()=>{if(!w.value||!w.value.rulePath||!w.value.onMounted)return;const h=w.value.onMounted;m.ruleMap[w.value.rulePath][h](v)})}}),c.onActivated(()=>{if(!w.value||!w.value.rulePath||!w.value.onActivated)return;const u=w.value.onActivated;m.ruleMap[w.value.rulePath][u](v)}),(u,h)=>{const o=c.resolveComponent("el-button"),g=c.resolveComponent("el-row");return c.openBlock(),c.createElementBlock("div",null,[w.value?(c.openBlock(),c.createElementBlock("div",lv,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.value.content,s=>(c.openBlock(),c.createBlock(c.resolveDynamicComponent(r[s.type]),c.mergeProps({key:s.schema.key,class:"page-render__item",ref_for:!0,ref_key:"pageRenderRef",ref:b},l(s)),null,16))),128)),c.createVNode(g,{justify:"center",class:"btn-wrapper"},{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.value.btns,s=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:s.key},[s.hidden?c.createCommentVNode("",!0):(c.openBlock(),c.createBlock(o,{key:0,onClick:B=>D(s.onClick)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(s.text),1)]),_:2},1032,["onClick"]))],64))),128))]),_:1})])):c.renderSlot(u.$slots,"loading",{key:1},void 0,!0)])}}}),[["__scopeId","data-v-7df1a04a"]]),gv={install:(i,A={})=>{i.provide(Mi,A),i.component("FormRender",Pt),i.component("FormDesign",vd),i.component("TableRender",al),i.component("PageRender",ll)}},cv={key:0},uv=Object.freeze(Object.defineProperty({__proto__:null,default:c.defineComponent({__name:"TextArea",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot();return(r,m)=>{const w=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("div",cv,c.toDisplayString(A.value),1)):(c.openBlock(),c.createBlock(w,c.mergeProps({key:1},r.$attrs,{modelValue:A.value,"onUpdate:modelValue":m[0]||(m[0]=l=>A.value=l),type:"textarea"}),null,16,["modelValue"]))}}})},Symbol.toStringTag,{value:"Module"})),dv={class:"card-header"},hv=Object.freeze(Object.defineProperty({__proto__:null,default:ee(c.defineComponent({__name:"Card",props:{children:{},collapsible:{type:Boolean},header:{}},setup(i){const A=c.ref(!1);return(e,r)=>{const m=c.resolveComponent("ElCard");return c.openBlock(),c.createBlock(m,c.normalizeProps(c.guardReactiveProps(e.$attrs)),{header:c.withCtx(()=>[c.createElementVNode("div",dv,[c.createElementVNode("span",null,c.toDisplayString(e.header),1),e.collapsible?(c.openBlock(),c.createBlock(c.unref(ge),{key:0,name:"dropdown",onClick:r[0]||(r[0]=w=>A.value=!A.value),class:c.normalizeClass(["dropdown-icon",{"is-collapsed":A.value}])},null,8,["class"])):c.createCommentVNode("",!0)])]),default:c.withCtx(()=>[c.createVNode(c.Transition,{name:"collapse"},{default:c.withCtx(()=>[c.withDirectives(c.createElementVNode("div",null,[c.createVNode(c.unref(Oi),{list:e.children},null,8,["list"])],512),[[c.vShow,!A.value]])]),_:1})]),_:1},16)}}}),[["__scopeId","data-v-d6651ef4"]])},Symbol.toStringTag,{value:"Module"})),Bv=Object.freeze(Object.defineProperty({__proto__:null,default:c.defineComponent({__name:"Cascader",props:c.mergeModels({options:{default:()=>[]},multiple:{type:Boolean,default:!1},mode:{default:"static"},labelKey:{default:"label"},valueKey:{default:"value"},disabledKey:{},apiParams:{},dependentFields:{},name:{default:""},onChange:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=i,e=c.useModel(i,"modelValue"),r=c.inject("ruleModule",void 0),m=c.inject("pageMethodMap",{}),w=S=>{A.onChange&&r&&r[A.onChange](m,S)},{currentOptions:l,loading:b}=uo(A);return(S,f)=>{const x=c.resolveComponent("el-cascader");return c.openBlock(),c.createBlock(x,c.mergeProps({modelValue:e.value,"onUpdate:modelValue":f[0]||(f[0]=G=>e.value=G),options:c.unref(l),loading:c.unref(b),props:{multiple:S.multiple,label:S.labelKey,value:S.valueKey}},S.$attrs,{onChange:w}),null,16,["modelValue","options","loading","props"])}}})},Symbol.toStringTag,{value:"Module"}));var kd={exports:{}};/*!
180
+ export default ${JSON.stringify(i,null,2)} satisfies FormSchema`,Gy=i=>`export default ${JSON.stringify(i,null,2)}`,Hy=c.defineComponent({__name:"JsonSchema",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){var f;const A=Jt(),e=Un(),m=(f=Si().JsonEdit)==null?void 0:f.render,w=c.computed({get(){return A.schema},set(x){x.items&&A.updateSchema(x)}}),l=c.ref({}),b=c.useModel(i,"modelValue"),S=x=>{A.updateSchema({...A.schema,items:Gc(A.schema.items)}),x.repair()};return(x,G)=>{const K=c.resolveComponent("el-tab-pane"),j=c.resolveComponent("el-tabs"),U=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(U,{modelValue:b.value,"onUpdate:modelValue":G[1]||(G[1]=Y=>b.value=Y),title:c.unref(e).actions.previewJson,width:"70%",center:"","destroy-on-close":"",top:"10vh",onClose:G[2]||(G[2]=Y=>l.value={})},{default:c.withCtx(()=>[c.createVNode(j,{"model-value":"edit",class:"demo-tabs"},{default:c.withCtx(()=>[c.createVNode(K,{label:"在线编辑",name:"edit"},{default:c.withCtx(()=>[c.createVNode(c.unref(m),{modelValue:w.value,"onUpdate:modelValue":G[0]||(G[0]=Y=>w.value=Y),style:{height:"70vh"},onBlur:S},null,8,["modelValue"])]),_:1}),c.createVNode(K,{label:"生成ts文件",name:"ts"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},language:"ts",code:c.unref(Ly)(w.value)},null,8,["code"])]),_:1}),c.createVNode(K,{label:"生成js文件",name:"js"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},language:"js",code:c.unref(Gy)(w.value)},null,8,["code"])]),_:1}),c.createVNode(K,{label:"帮助",name:"help"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},language:"json",code:c.unref(Ry)},null,8,["code"])]),_:1})]),_:1})]),_:1},8,["modelValue","title"])}}}),Py=c.defineComponent({__name:"VueCode",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),e=Un(),r=c.useModel(i,"modelValue");return(m,w)=>{const l=c.resolveComponent("el-tab-pane"),b=c.resolveComponent("el-tabs"),S=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(S,{modelValue:r.value,"onUpdate:modelValue":w[0]||(w[0]=f=>r.value=f),title:c.unref(e).actions.previewVueCode,width:"70%",center:"","destroy-on-close":"",top:"10vh"},{default:c.withCtx(()=>[c.createVNode(b,{"model-value":"ts",class:"demo-tabs"},{default:c.withCtx(()=>[c.createVNode(l,{label:"Typescript",name:"ts"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},code:c.unref(Fy)(c.unref(A).schema),language:"vue"},null,8,["code"])]),_:1}),c.createVNode(l,{label:"Javascript",name:"js"},{default:c.withCtx(()=>[c.createVNode(c.unref(Do),{style:{height:"70vh"},code:c.unref(Ny)(c.unref(A).schema),language:"vue"},null,8,["code"])]),_:1})]),_:1})]),_:1},8,["modelValue","title"])}}}),Ky={style:{"text-align":"center"}},Uy=ee(c.defineComponent({__name:"Preview",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),{JsonEdit:e}=Si(),r=c.ref("edit"),m=c.ref(),w=c.ref({}),l=c.useModel(i,"modelValue"),b=c.computed(()=>{var G;return(G=m.value)==null?void 0:G.context}),S=Un(),f=async()=>{var G;await((G=m.value)==null?void 0:G.validate()),alert(JSON.stringify(w.value,null,2))},x=async()=>{var G;(G=m.value)==null||G.resetFields()};return(G,K)=>{const j=c.resolveComponent("el-button"),U=c.resolveComponent("el-tab-pane"),Y=c.resolveComponent("el-tabs"),_=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(_,{modelValue:l.value,"onUpdate:modelValue":K[4]||(K[4]=I=>l.value=I),title:c.unref(S).actions.previewForm,width:"70%",center:"","destroy-on-close":"",top:"10vh",onClose:K[5]||(K[5]=I=>w.value={})},{default:c.withCtx(()=>[c.createVNode(Y,{modelValue:r.value,"onUpdate:modelValue":K[3]||(K[3]=I=>r.value=I)},{default:c.withCtx(()=>[c.createVNode(U,{label:"编辑模式",name:"edit"},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:w.value,"onUpdate:modelValue":K[0]||(K[0]=I=>w.value=I),schema:c.unref(A).schema,ref_key:"formRef",ref:m,schemaContext:c.unref(A).schemaContext,style:{minHeight:"200px",padding:"20px"}},null,8,["modelValue","schema","schemaContext"]),c.createElementVNode("div",Ky,[c.createVNode(j,{onClick:f,type:"primary"},{default:c.withCtx(()=>K[6]||(K[6]=[c.createTextVNode("模拟提交")])),_:1}),c.createVNode(j,{onClick:x,type:"primary",plain:""},{default:c.withCtx(()=>K[7]||(K[7]=[c.createTextVNode("重置")])),_:1})])]),_:1}),c.createVNode(U,{label:"阅读模式",name:"read",lazy:""},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:w.value,"onUpdate:modelValue":K[1]||(K[1]=I=>w.value=I),schema:{...c.unref(A).schema,labelSuffix:":"},schemaContext:c.unref(A).schemaContext,style:{minHeight:"200px",padding:"20px"},read:""},null,8,["modelValue","schema","schemaContext"])]),_:1}),c.createVNode(U,{label:"联动变量",name:"context"},{default:c.withCtx(()=>[K[8]||(K[8]=c.createElementVNode("p",null,"实时预览的联动变量,在JsonSchema中可以通过双大括号模版语法使用,用于触发各种联动",-1)),(c.openBlock(),c.createBlock(c.unref(e).render,{modelValue:b.value,"onUpdate:modelValue":K[2]||(K[2]=I=>b.value=I),style:{height:"60vh"},key:r.value},null,8,["modelValue"]))]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["modelValue","title"])}}}),[["__scopeId","data-v-1bcfb7d6"]]),Yy=c.defineComponent({__name:"ChangeLang",setup(i){const A=c.inject("asiaint-lang");return(e,r)=>{const m=c.resolveComponent("el-option"),w=c.resolveComponent("el-select");return c.openBlock(),c.createBlock(w,{modelValue:c.unref(A),"onUpdate:modelValue":r[0]||(r[0]=l=>c.isRef(A)?A.value=l:null),size:"small"},{default:c.withCtx(()=>[c.createVNode(m,{label:"中文",value:"zh"}),c.createVNode(m,{label:"English",value:"en"})]),_:1},8,["modelValue"])}}}),Ty=c.defineComponent({__name:"index",setup(i){const A=Jt(),e=Un(),r=c.ref(!1),m=c.ref(!1),w=c.ref(!1),l=c.computed(()=>[{label:e.value.actions.previewJson,btnType:"primary",icon:"script",onClick:()=>{r.value=!0}},{label:e.value.actions.previewVueCode,btnType:"default",icon:"vue",onClick:()=>{m.value=!0}},{label:e.value.actions.previewForm,btnType:"default",icon:"eye",onClick:()=>{w.value=!0}}]),b=c.computed(()=>[{label:e.value.actions.clear,btnType:"danger",icon:"trash",onClick:async()=>{await hn.ElMessageBox.confirm("确认清空当前设计吗?"),A.updateSchema({...A.schema,items:[]})}},{label:e.value.actions.save,icon:"save",btnType:"primary",onClick:()=>{A.handleEmit("save"),A.handleEmit("onSave")}}]);return(S,f)=>{const x=c.resolveComponent("el-button");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("actions"))},[c.createElementVNode("div",{class:c.normalizeClass(c.unref(ke)("actions-left"))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(l.value,G=>(c.openBlock(),c.createBlock(x,{key:G.label,type:G.btnType,size:"small",onClick:G.onClick},c.createSlots({default:c.withCtx(()=>[c.createTextVNode(" "+c.toDisplayString(G.label),1)]),_:2},[G.icon?{name:"icon",fn:c.withCtx(()=>[c.createVNode(c.unref(ge),{name:G.icon},null,8,["name"])]),key:"0"}:void 0]),1032,["type","onClick"]))),128)),c.createVNode(Yy,{class:c.normalizeClass(c.unref(ke)("actions-left-lang"))},null,8,["class"])],2),c.createElementVNode("div",{class:c.normalizeClass(c.unref(ke)("actions-right"))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(b.value,({label:G,btnType:K,icon:j,onClick:U})=>(c.openBlock(),c.createBlock(x,{key:G,type:K,size:"small",onClick:U},c.createSlots({default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(G),1)]),_:2},[j?{name:"icon",fn:c.withCtx(()=>[c.createVNode(c.unref(ge),{name:j},null,8,["name"])]),key:"0"}:void 0]),1032,["type","onClick"]))),128))],2),c.createVNode(Hy,{modelValue:r.value,"onUpdate:modelValue":f[0]||(f[0]=G=>r.value=G)},null,8,["modelValue"]),c.createVNode(Py,{modelValue:m.value,"onUpdate:modelValue":f[1]||(f[1]=G=>m.value=G)},null,8,["modelValue"]),c.createVNode(Uy,{modelValue:w.value,"onUpdate:modelValue":f[2]||(f[2]=G=>w.value=G),"schema-context":c.unref(A).schemaContext},null,8,["modelValue","schema-context"])],2)}}}),Oy=c.defineComponent({__name:"index",setup(i){const A=Jt();return(e,r)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("form-design-center"))},[c.createVNode(Ty),c.createVNode(c.unref(Pt),{class:c.normalizeClass(c.unref(ke)("canvas")),schema:c.unref(A).schema,"onUpdate:schema":r[0]||(r[0]=m=>c.unref(A).schema=m),design:""},null,8,["class","schema"])],2))}}),$y=()=>({labelWidth:100,labelPosition:"top",items:[{hideLabel:!0,name:"change",component:"FormList",children:[{label:"目标字段",name:"target",component:"Input",help:"如果是自增组件内部联动,直接输入子组件的name。如果是外部联动自增组件,就是formlist.*.key"},{label:"触发条件",name:"condition",component:"Input",help:"必须输入一个模板表达式,当表达式结果为true时才触发联动。如果不设置,默认会一直触发"},{label:"值",name:"value",component:"Input",help:"支持模板表达式"}],props:{mode:"card",title:"联动字段"}}]}),Jy=c.defineComponent({__name:"Change",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),e=c.useModel(i,"modelValue");return(r,m)=>{const w=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(w,{"destroy-on-close":"",modelValue:e.value,"onUpdate:modelValue":m[1]||(m[1]=l=>e.value=l),top:"3vh",title:"值联动"},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:c.unref(A).current,"onUpdate:modelValue":m[0]||(m[0]=l=>c.unref(A).current=l),schema:c.unref($y)()},null,8,["modelValue","schema"])]),_:1},8,["modelValue"])}}}),Zy={labelWidth:100,labelPosition:"top",items:[{label:"手动配置",component:"JsonEdit",designKey:"design-A2bj",name:".",props:{style:{height:"70vh"}}}]},zy={class:"config-linkages"},Wy=ee(c.defineComponent({__name:"Config",props:{modelValue:{type:Boolean},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Jt(),e=c.useModel(i,"modelValue");return c.ref({}),(r,m)=>{var l;const w=c.resolveComponent("el-dialog");return c.openBlock(),c.createBlock(w,{"destroy-on-close":"",modelValue:e.value,"onUpdate:modelValue":m[1]||(m[1]=b=>e.value=b),top:"3vh",title:`${(l=c.unref(A).current)==null?void 0:l.label} - 配置级联动`,width:"70vw",center:""},{default:c.withCtx(()=>[c.createElementVNode("div",zy,[c.createVNode(c.unref(Pt),{modelValue:c.unref(A).current,"onUpdate:modelValue":m[0]||(m[0]=b=>c.unref(A).current=b),schema:c.unref(Zy),class:"edit"},null,8,["modelValue","schema"])])]),_:1},8,["modelValue","title"])}}}),[["__scopeId","data-v-094ed7f6"]]),jy=c.defineComponent({__name:"index",setup(i){const A=Un(),e=c.ref(!1),r=c.ref(!1),m=c.computed(()=>[{title:A.value.attr.tab1.linkage.action1,onClick:()=>{e.value=!0}},{title:A.value.attr.tab1.linkage.action2,onClick:()=>{r.value=!0}}]);return(w,l)=>{const b=c.resolveComponent("el-divider"),S=c.resolveComponent("el-button");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("linkageConfig"))},[c.createVNode(b,null,{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(c.unref(A).attr.tab1.linkage.text),1)]),_:1}),c.createElementVNode("div",{class:c.normalizeClass(c.unref(ke)("linkageConfig-btns"))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(m.value,({title:f,onClick:x})=>(c.openBlock(),c.createBlock(S,{key:f,type:"primary",plain:"",size:"small",onClick:x},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(f),1)]),_:2},1032,["onClick"]))),128))],2),c.createVNode(Wy,{modelValue:e.value,"onUpdate:modelValue":l[0]||(l[0]=f=>e.value=f)},null,8,["modelValue"]),c.createVNode(Jy,{modelValue:r.value,"onUpdate:modelValue":l[1]||(l[1]=f=>r.value=f)},null,8,["modelValue"])],2)}}}),qy={labelWidth:60,labelPosition:"right",size:"small",items:[{label:"class",component:"Input",props:{placeholder:""},designKey:"design-KUlI",name:"class"},{label:"宽度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"%",placeholder:"100",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vw",value:"vw"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi4",name:"style.width"},{label:"高度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"px",placeholder:"auto",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vh",value:"vh"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi44",name:"style.height"}]},Xy={labelWidth:60,labelPosition:"top",size:"small",items:[{label:"ID",component:"Input",props:{placeholder:""},designKey:"form-0vQJ",name:"id"},{label:"class",component:"Input",props:{placeholder:""},designKey:"design-KUlI",name:"class"},{label:"宽度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"%",placeholder:"100",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vw",value:"vw"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi4",name:"style.width"},{label:"高度",component:"SelectInput",props:{selectPosition:"append",selectWidth:50,selectInitialValue:"px",placeholder:"auto",options:[{label:"%",value:"%"},{label:"px",value:"px"},{label:"vh",value:"vh"},{label:"rem",value:"rem"}],clearable:!0},designKey:"design-Bvi44",name:"style.height"},{label:"背景色",component:"ColorInput",designKey:"form-YicU",name:"style.backgroundColor"},{label:"文字颜色",component:"ColorInput",designKey:"design-A2bj",name:"style.color"},{label:"缩放",component:"Slider",designKey:"design-A2sf",name:"style.transform",props:{min:50,max:150},initialValue:100,change:[{target:"style.transform",value:"{{ `scale(${$values.style.transform / 100 })` }}"}]},{children:[{label:"外间距",name:"margin",component:"TabsItem",children:[{props:{columns:2,columnGap:20,rowGap:20},component:"Grid",designKey:"design-QqeY",name:"form-3eBs",children:[{label:"上",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"design-F9CI",name:"style.marginTop"},{label:"下",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-XHJ7",name:"style.marginBottom"},{label:"左",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-Aeb5",name:"style.marginLeft"},{label:"右",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-g0Ss",name:"style.marginRight"}]}]},{label:"内间距",name:"padding",component:"TabsItem",children:[{props:{columns:2,columnGap:20,rowGap:20},component:"Grid",designKey:"design-QqeY",name:"form-3eBs",children:[{label:"上",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"design-F9CI",name:"style.paddingTop"},{label:"下",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-XHJ7",name:"style.paddingBottom"},{label:"左",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-Aeb5",name:"style.paddingLeft"},{label:"右",props:{placeholder:"0",selectPosition:"append",selectWidth:60,selectInitialValue:"px",options:[{label:"px",value:"px"},{label:"%",value:"%"},{label:"em",value:"em"},{label:"rem",value:"rem"},{label:"vw",value:"vw"},{label:"vh",value:"vh"}]},component:"SelectInput",designKey:"form-g0Ss",name:"style.paddingRight"}]}]}],props:{defaultKey:"margin",tabPosition:"top"},component:"Tabs",designKey:"design-WK8O",name:"form-e9YD"},{label:"自定义",component:"JsonEdit",designKey:"design-A2bj",name:"style"}]},Vy={class:"more"},Av=c.defineComponent({__name:"index",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=c.ref(!1);return(r,m)=>{const w=c.resolveComponent("el-divider"),l=c.resolveComponent("el-button"),b=c.resolveComponent("el-drawer");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("style-config"))},[c.createVNode(w,null,{default:c.withCtx(()=>m[4]||(m[4]=[c.createTextVNode("组件样式")])),_:1}),c.createVNode(c.unref(Pt),{modelValue:A.value,"onUpdate:modelValue":m[0]||(m[0]=S=>A.value=S),schema:c.unref(qy),ref:"formRef"},null,8,["modelValue","schema"]),c.createElementVNode("div",Vy,[c.createVNode(l,{type:"primary",plain:"",size:"small",onClick:m[1]||(m[1]=S=>e.value=!0)},{default:c.withCtx(()=>m[5]||(m[5]=[c.createTextVNode("自定义更多样式")])),_:1})]),c.createVNode(b,{modelValue:e.value,"onUpdate:modelValue":m[3]||(m[3]=S=>e.value=S),title:"组件样式"},{default:c.withCtx(()=>[c.createVNode(c.unref(Pt),{modelValue:A.value,"onUpdate:modelValue":m[2]||(m[2]=S=>A.value=S),schema:c.unref(Xy),ref:"formRef",style:{padding:"0 15px"}},null,8,["modelValue","schema"])]),_:1},8,["modelValue"])],2)}}}),ev=c.defineComponent({__name:"index",props:{modelValue:{required:!0},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=Si(),e=ha(),r=c.useModel(i,"modelValue"),m=c.computed(()=>{const l=A[r.value.component];if(l!=null&&l.attrSchema){const b=(f=[])=>f.map(x=>{const G=es(r.value,x.name),K=Oe.isString(G)&&/^{{\s*(.*?)\s*}}$/.test(G);return{...x,label:e.value==="zh"?x.label:x.name.split(".").pop(),component:K?"Input":x.component,dialog:K||x.dialog,children:x.children&&b(x.children)}}),S=b(l.attrSchema.items);return{...l.attrSchema,items:[{label:"组件类型",component:"Tag",name:"componentType",props:{text:l.title}},...S]}}return{size:"small",labelPosition:"top",items:[]}}),w=c.computed({get(){var l;return((l=r.value)==null?void 0:l.props)||{}},set(l){r.value=bi(r.value,"props",l)}});return(l,b)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("attr"))},[(c.openBlock(),c.createBlock(c.unref(Pt),{key:r.value.designKey,modelValue:r.value,"onUpdate:modelValue":b[0]||(b[0]=S=>r.value=S),schema:m.value},null,8,["modelValue","schema"])),(c.openBlock(),c.createBlock(Av,{key:r.value.designKey,modelValue:w.value,"onUpdate:modelValue":b[1]||(b[1]=S=>w.value=S)},null,8,["modelValue"])),c.createVNode(jy,{modelValue:r.value,"onUpdate:modelValue":b[2]||(b[2]=S=>r.value=S)},null,8,["modelValue"])],2))}}),tv={size:"small",labelPosition:"top",items:[{label:"label宽度",component:"InputNumber",name:"labelWidth",props:{min:60,unit:"px",step:10},initialValue:150},{label:"label对齐方式",component:"Radio",name:"labelPosition",props:{mode:"static",options:[{label:"左对齐",value:"left"},{label:"居上",value:"top"},{label:"右对齐",value:"right"}]},initialValue:"right"},{label:"label后缀",component:"Input",name:"labelSuffix"},{label:"表单组件尺寸",component:"Radio",name:"size",props:{mode:"static",options:[{label:"默认",value:"default"},{label:"较小",value:"small"},{label:"较大",value:"large"}]},initialValue:"default"},{label:"禁用整个表单",component:"Switch",name:"disabled"},{label:"隐藏必填星号",component:"Switch",name:"hideRequiredAsterisk"},{label:"label加粗",component:"Switch",name:"labelBold"},{label:"自动滚动到校验失败的第一项",component:"Switch",name:"scrollToError"},{label:"规则文件路径",component:"Input",name:"rulePath"},{label:"表单编码",component:"Input",name:"key"},{label:"数据对象",component:"Input",name:"dataModel"}]},nv=c.defineComponent({__name:"FormEdit",setup(i){const A=Jt(),e=c.computed({get(){return A.schema},set(r){A.updateSchema(r)}});return(r,m)=>(c.openBlock(),c.createBlock(c.unref(Pt),{modelValue:e.value,"onUpdate:modelValue":m[0]||(m[0]=w=>e.value=w),schema:c.unref(tv)},null,8,["modelValue","schema"]))}}),iv=c.defineComponent({__name:"index",setup(i){const A=Un(),e=Jt();return c.watch(()=>e.current,r=>{r||(e.rightTab="form")}),(r,m)=>{const w=c.resolveComponent("el-tab-pane"),l=c.resolveComponent("el-tabs");return c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(c.unref(ke)("form-design-right"))},[c.createVNode(l,{modelValue:c.unref(e).rightTab,"onUpdate:modelValue":m[1]||(m[1]=b=>c.unref(e).rightTab=b)},{default:c.withCtx(()=>[c.unref(e).current?(c.openBlock(),c.createBlock(w,{key:0,label:c.unref(A).attr.tab1.title,name:"attr"},{default:c.withCtx(()=>[c.createVNode(ev,{modelValue:c.unref(e).current,"onUpdate:modelValue":m[0]||(m[0]=b=>c.unref(e).current=b)},null,8,["modelValue"])]),_:1},8,["label"])):c.createCommentVNode("",!0),c.createVNode(w,{label:c.unref(A).attr.tab2.title,name:"form"},{default:c.withCtx(()=>[c.createVNode(nv)]),_:1},8,["label"])]),_:1},8,["modelValue"])],2)}}}),vd=c.defineComponent({__name:"index",props:c.mergeModels({schemaContext:{default:()=>({})},templates:{default:()=>[]},omitMenus:{default:()=>[]}},{modelValue:{default:c.reactive({labelWidth:150,labelPosition:"right",scrollToError:!0,size:"default",items:[]})},modelModifiers:{}}),emits:c.mergeModels(["onSave","save","add"],["update:modelValue"]),setup(i,{emit:A}){const e=i,r=A,m=c.ref(""),w=c.useModel(i,"modelValue"),l=c.computed({get(){return w.value.items},set(f){w.value.items=f}}),b=c.computed({get(){return da(l.value,m.value)},set(f){m.value=f.designKey,l.value=Nc(l.value,f)}}),S=c.reactive({...c.toRefs(e),currentKey:m,hoverKey:"",schema:w,current:b,list:l,rightTab:"form",updateCurrent(f){S.current=f},updateHoverKey(f){S.hoverKey=f},updateSchema:f=>{Object.assign(w.value,f)},updateList:f=>{l.value=f},handleEmit:(f,x)=>{r(f,x)}});return c.provide(xc,S),(f,x)=>(c.openBlock(),c.createElementBlock("div",c.mergeProps({class:c.unref(ke)("form-design")},f.$attrs),[c.createVNode(xy),c.createVNode(Oy),c.createVNode(iv)],16))}}),ov={key:0,class:"table-render"},sv={class:"table-render-header-title"},rv={key:0,class:"pagination-wrapper"},al=ee(c.defineComponent({__name:"index",props:c.mergeModels({design:{type:Boolean},read:{type:Boolean},pageRulePath:{}},{schema:{required:!0},schemaModifiers:{},modelValue:{default:[]},modelModifiers:{}}),emits:["update:schema","update:modelValue"],setup(i,{expose:A}){const e=i,r=c.useModel(i,"schema"),m=c.computed(()=>r.value.rulePath&&w[r.value.rulePath]?r.value.rulePath:e.pageRulePath),w=c.inject("ruleMap",{}),l=c.inject("pageMethodMap",{});m.value&&c.provide("ruleModule",w[m.value]);const b=c.ref(),S=c.useModel(i,"modelValue"),f=(z,$,T)=>{m.value&&w[m.value][z.onClick](l,$,T)},x=z=>{!r.value.rowClick||!m.value||w[m.value][r.value.rowClick](l,z)},G=z=>{!r.value.rowDbClick||!m.value||w[m.value][r.value.rowDbClick](l,z)},K=c.ref([]),j=z=>{K.value=z},U=(z,$,T)=>{S.value[z]&&(S.value[z][$]=T)},Y=()=>{var z;(z=b.value)==null||z.clearSelection()},_=()=>S.value,I=c.ref(),R=z=>{I.value=z,!(!r.value.handleCurrentChange||!m.value)&&w[m.value][r.value.handleCurrentChange](l,z)},v=()=>I.value,D=()=>{var z;return(z=b.value)==null?void 0:z.getSelectionRows()},p=(z={})=>{S.value.push(z)},u=z=>{z>=0&&z<S.value.length&&S.value.splice(z,1)},h=async()=>{S.value=[...S.value]},o=async()=>!0,g=z=>{S.value=z},s=(z,$)=>{var W;const T=(W=r.value.topBtns)==null?void 0:W.find(y=>y.key===z);T&&(T.isHidden=$)},B=c.ref(0),d=z=>{B.value=z},t=c.ref({pageNum:1,pageSize:r.value.defaultPageSize||10}),n=()=>t.value,C=z=>{let $=!1;return z.pageNum>-1&&(t.value.pageNum!==z.pageNum&&($=!0),t.value.pageNum=z.pageNum),z.pageSize>-1&&(t.value.pageSize!==z.pageSize&&($=!0),t.value.pageSize=z.pageSize),console.log("zytest---setPagination--",$),{pagination:t.value,isChange:$}},Q=z=>{t.value.pageNum=1,t.value.pageSize=z,!(!r.value.sizeChange||!m.value)&&w[m.value][r.value.sizeChange](l,t.value)},M=z=>{t.value.pageNum=z,!(!r.value.pageChange||!m.value)&&w[m.value][r.value.pageChange](l,t.value)},k=(z,$)=>!z.isHidden||!m.value?!0:!w[m.value][z.isHidden](l,$),N=z=>{var $;($=b.value)==null||$.setCurrentRow(z)},H=z=>{var $;($=b.value)==null||$.setCurrentRow(S.value[z])},X=c.readonly({...c.toRefs(e),setCellData:U,clearSelection:Y,getData:_,getCurrentRow:v,getSelectedRows:D,addRow:p,deleteRow:u,refresh:h,validate:o,setData:g,selectRow:N,selectRowNum:H,setTotal:d,getPagination:n,setPagination:C,setTopBtnHidden:s,type:"table"});return A(X),(z,$)=>{const T=c.resolveComponent("el-col"),W=c.resolveComponent("el-button"),y=c.resolveComponent("el-row"),Z=c.resolveComponent("el-table-column"),F=c.resolveComponent("el-pagination");return r.value.hidden?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("div",ov,[c.createVNode(y,{class:"table-render-header",justify:"space-between",align:"middle"},{default:c.withCtx(()=>[c.createVNode(T,{span:12},{default:c.withCtx(()=>[c.createElementVNode("div",sv,c.toDisplayString(r.value.title),1)]),_:1}),c.createVNode(T,{span:12},{default:c.withCtx(()=>[c.createVNode(y,{justify:"end"},{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(r.value.topBtns,q=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:q.key},[q.isHidden?c.createCommentVNode("",!0):(c.openBlock(),c.createBlock(W,{key:0,size:"small",type:q.type,onClick:tA=>f(q)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(q.label),1)]),_:2},1032,["type","onClick"]))],64))),128))]),_:1})]),_:1})]),_:1}),c.createVNode(c.unref(hn.ElTable),{ref_key:"tableRef",ref:b,data:S.value,stripe:"","highlight-current-row":r.value.highlightCurrentRow||r.value["highlight-current-row"],"row-key":r.value.rowKey,onRowClick:x,onRowDblclick:G,onSelectionChange:j,onCurrentChange:R},{default:c.withCtx(()=>[r.value.multipleSelection?(c.openBlock(),c.createBlock(Z,{key:0,type:"selection",width:"55"})):c.createCommentVNode("",!0),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(r.value.columns,q=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:q.key},[q.hidden?c.createCommentVNode("",!0):(c.openBlock(),c.createBlock(Z,{key:0,prop:q.key,label:q.label,"min-width":q.minWidth,fixed:q.fixed||!1},null,8,["prop","label","min-width","fixed"]))],64))),128)),r.value.rowBtns&&r.value.rowBtns.length>0?(c.openBlock(),c.createBlock(Z,{key:1,label:"Action",fixed:"right",align:"left","min-width":"140"},{default:c.withCtx(({row:q,$index:tA})=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(r.value.rowBtns,eA=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:eA.key},[k(eA,q)?(c.openBlock(),c.createBlock(W,{key:0,size:"small",type:eA.type,onClick:aA=>f(eA,q,tA)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(eA.label),1)]),_:2},1032,["type","onClick"])):c.createCommentVNode("",!0)],64))),128))]),_:1})):c.createCommentVNode("",!0)]),_:1},8,["data","highlight-current-row","row-key"]),r.value.hiddenPagination?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("div",rv,[c.createVNode(F,{background:"",layout:"total,sizes, prev, pager, next,jumper",total:B.value,"page-sizes":r.value.pageSizes,"default-page-size":r.value.defaultPageSize,"current-page":t.value.pageNum,"onUpdate:currentPage":$[0]||($[0]=q=>t.value.pageNum=q),"page-size":t.value.pageSize,"onUpdate:pageSize":$[1]||($[1]=q=>t.value.pageSize=q),onSizeChange:Q,onCurrentChange:M},null,8,["total","page-sizes","default-page-size","current-page","page-size"])]))]))}}}),[["__scopeId","data-v-e14dfcb3"]]),av=c.defineComponent({__name:"index",props:c.mergeModels({ruleMap:{}},{schema:{required:!0},schemaModifiers:{}}),emits:["update:schema"],setup(i){const A=c.useModel(i,"schema"),e=c.ref(A.value.content[0].url);return(r,m)=>{const w=c.resolveComponent("el-tab-pane"),l=c.resolveComponent("el-tabs");return c.openBlock(),c.createBlock(l,c.mergeProps(A.value.tabProps,{modelValue:e.value,"onUpdate:modelValue":m[0]||(m[0]=b=>e.value=b)}),{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(A.value.content,(b,S)=>(c.openBlock(),c.createBlock(w,{label:b.label,name:b.url,key:b.url,lazy:S!==0},{default:c.withCtx(()=>[c.createVNode(ll,{pageUrl:b.url,"rule-map":r.ruleMap},null,8,["pageUrl","rule-map"])]),_:2},1032,["label","name","lazy"]))),128))]),_:1},16,["modelValue"])}}}),lv={key:0,class:"page-render"},ll=ee(c.defineComponent({__name:"index",props:{ruleMap:{},pageUrl:{},pageParams:{}},emits:["done","refresh"],setup(i,{emit:A}){const e=A,r={form:Pt,table:al,tabs:av},m=i,w=c.ref(),l=u=>{if(w.value){if(u.type==="tabs")return{...u.schema.tabProps,schema:u.schema,"onUpdate:schema":h=>{u.schema=h},ruleMap:m.ruleMap};if(u.type==="form")return{modelValue:u.model,"onUpdate:modelValue":h=>{u.model=h},realValues:u.realValues,"onUpdate:realValues":h=>{u.realValues=h},schema:u.schema,"onUpdate:schema":h=>{u.schema=h},pageRulePath:w.value.rulePath||""};if(u.type==="table")return{modelValue:u.model,"onUpdate:modelValue":h=>{u.model=h},schema:u.schema,"onUpdate:schema":h=>{u.schema=h},pageRulePath:w.value.rulePath||""}}},b=c.ref([]),S=u=>{var o;return(o=b.value)==null?void 0:o.find(g=>g.schema.key===u)},f=u=>{var o;return(o=b.value)==null?void 0:o.filter(g=>g.schema.key&&u.includes(g.schema.key))},v={findRef:S,setFormDisabled:(u,h)=>{var B;const o=["Input","InputNumber","Select","DatePicker","Textarea","SearchInput","SearchSelect","Radio","SelectInput"],g=d=>{d.forEach(t=>{o.includes(t.component)?t.props&&(t.props.disabled=h):t.children&&g(t.children)})},s=(B=w.value)==null?void 0:B.content.find(d=>d.schema.key===u);s&&s.type==="form"&&g(s.schema.items)},validate:async u=>{if(Array.isArray(u)){const h=f(u);for(const o of h||[])await o.validate()}else{const h=S(u);return h?await h.validate():!1}},getData:u=>{if(w.value){if(!u){const h={};for(const o of w.value.content)o.schema.key&&o.type!=="tabs"&&(o.type==="form"?h[o.schema.key]=Oe.cloneDeep(c.toRaw({...o.model,...o.realValues})):h[o.schema.key]=Oe.cloneDeep(c.toRaw(o.model)));return h}if(Array.isArray(u)){const h={};for(const o of w.value.content)o.schema.key&&u.includes(o.schema.key)&&o.type!=="tabs"&&(o.type==="form"?h[o.schema.key]=Oe.cloneDeep(c.toRaw({...o.model,...o.realValues})):h[o.schema.key]=Oe.cloneDeep(c.toRaw(o.model)));return h}else{const h=w.value.content.find(o=>o.schema.key===u);if(h&&h.type!=="tabs")return h.type==="form"?Oe.cloneDeep(c.toRaw({...h.model,...h.realValues})):Oe.cloneDeep(c.toRaw(h.model))}}},resetFields:u=>{if(u)if(Array.isArray(u)){const h=f(u);for(const o of h||[])o.type==="form"&&o.resetFields()}else{const h=S(u);if(!h)return;h.type==="form"&&h.resetFields()}},emit:e,setData:(u,h,o=!1)=>{if(!w.value)return;const g=w.value.content.find(s=>s.schema.key===u);g&&(g.type==="form"?o?g.model={...g.model,...h}:g.model=h:g.type==="table"&&(g.model=h))},getItemByName:(u,h)=>{var g;const o=(g=w.value)==null?void 0:g.content.find(s=>s.schema.key===u);if(o&&o.type==="form")return fg(o.schema.items,h)},getPageParams:()=>m.pageParams,setHidden:(u,h)=>{if(!w.value)return;const o=w.value.content.find(g=>g.schema.key===u);o&&o.type!=="tabs"&&(o.schema.hidden=h)},setBtnHidden:(u,h)=>{if(!w.value)return;const o=w.value.btns.find(g=>g.key===u);o&&(o.hidden=h)}},D=u=>{!w.value||!w.value.rulePath||m.ruleMap[w.value.rulePath][u](v)};c.provide("pageMethodMap",v),c.provide("ruleMap",m.ruleMap);const p=c.inject(Mi);return c.onMounted(async()=>{if(p&&p.fetchSchemaFn&&m.pageUrl){const u=await p.fetchSchemaFn(m.pageUrl);w.value={...u,content:u.content.map(h=>h.type==="tabs"?h:h.type==="form"?{...h,schema:h.schema,model:{},realValues:{}}:{...h,schema:h.schema,model:[]})},c.nextTick(()=>{if(!w.value||!w.value.rulePath||!w.value.onMounted)return;const h=w.value.onMounted;m.ruleMap[w.value.rulePath][h](v)})}}),c.onActivated(()=>{if(!w.value||!w.value.rulePath||!w.value.onActivated)return;const u=w.value.onActivated;m.ruleMap[w.value.rulePath][u](v)}),(u,h)=>{const o=c.resolveComponent("el-button"),g=c.resolveComponent("el-row");return c.openBlock(),c.createElementBlock("div",null,[w.value?(c.openBlock(),c.createElementBlock("div",lv,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.value.content,s=>(c.openBlock(),c.createBlock(c.resolveDynamicComponent(r[s.type]),c.mergeProps({key:s.schema.key,class:"page-render__item",ref_for:!0,ref_key:"pageRenderRef",ref:b},l(s)),null,16))),128)),c.createVNode(g,{justify:"center",class:"btn-wrapper"},{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(w.value.btns,s=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:s.key},[s.hidden?c.createCommentVNode("",!0):(c.openBlock(),c.createBlock(o,{key:0,onClick:B=>D(s.onClick)},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(s.text),1)]),_:2},1032,["onClick"]))],64))),128))]),_:1})])):c.renderSlot(u.$slots,"loading",{key:1},void 0,!0)])}}}),[["__scopeId","data-v-ed0c6bef"]]),gv={install:(i,A={})=>{i.provide(Mi,A),i.component("FormRender",Pt),i.component("FormDesign",vd),i.component("TableRender",al),i.component("PageRender",ll)}},cv={key:0},uv=Object.freeze(Object.defineProperty({__proto__:null,default:c.defineComponent({__name:"TextArea",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(i){const A=c.useModel(i,"modelValue"),e=ot();return(r,m)=>{const w=c.resolveComponent("el-input");return c.unref(e).read?(c.openBlock(),c.createElementBlock("div",cv,c.toDisplayString(A.value),1)):(c.openBlock(),c.createBlock(w,c.mergeProps({key:1},r.$attrs,{modelValue:A.value,"onUpdate:modelValue":m[0]||(m[0]=l=>A.value=l),type:"textarea"}),null,16,["modelValue"]))}}})},Symbol.toStringTag,{value:"Module"})),dv={class:"card-header"},hv=Object.freeze(Object.defineProperty({__proto__:null,default:ee(c.defineComponent({__name:"Card",props:{children:{},collapsible:{type:Boolean},header:{}},setup(i){const A=c.ref(!1);return(e,r)=>{const m=c.resolveComponent("ElCard");return c.openBlock(),c.createBlock(m,c.normalizeProps(c.guardReactiveProps(e.$attrs)),{header:c.withCtx(()=>[c.createElementVNode("div",dv,[c.createElementVNode("span",null,c.toDisplayString(e.header),1),e.collapsible?(c.openBlock(),c.createBlock(c.unref(ge),{key:0,name:"dropdown",onClick:r[0]||(r[0]=w=>A.value=!A.value),class:c.normalizeClass(["dropdown-icon",{"is-collapsed":A.value}])},null,8,["class"])):c.createCommentVNode("",!0)])]),default:c.withCtx(()=>[c.createVNode(c.Transition,{name:"collapse"},{default:c.withCtx(()=>[c.withDirectives(c.createElementVNode("div",null,[c.createVNode(c.unref(Oi),{list:e.children},null,8,["list"])],512),[[c.vShow,!A.value]])]),_:1})]),_:1},16)}}}),[["__scopeId","data-v-d6651ef4"]])},Symbol.toStringTag,{value:"Module"})),Bv=Object.freeze(Object.defineProperty({__proto__:null,default:c.defineComponent({__name:"Cascader",props:c.mergeModels({options:{default:()=>[]},multiple:{type:Boolean,default:!1},mode:{default:"static"},labelKey:{default:"label"},valueKey:{default:"value"},disabledKey:{},apiParams:{},dependentFields:{},name:{default:""},onChange:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(i){const A=i,e=c.useModel(i,"modelValue"),r=c.inject("ruleModule",void 0),m=c.inject("pageMethodMap",{}),w=S=>{A.onChange&&r&&r[A.onChange](m,S)},{currentOptions:l,loading:b}=uo(A);return(S,f)=>{const x=c.resolveComponent("el-cascader");return c.openBlock(),c.createBlock(x,c.mergeProps({modelValue:e.value,"onUpdate:modelValue":f[0]||(f[0]=G=>e.value=G),options:c.unref(l),loading:c.unref(b),props:{multiple:S.multiple,label:S.labelKey,value:S.valueKey}},S.$attrs,{onChange:w}),null,16,["modelValue","options","loading","props"])}}})},Symbol.toStringTag,{value:"Module"}));var kd={exports:{}};/*!
181
181
  * jsoneditor.js
182
182
  *
183
183
  * @brief