form-custom-test 3.0.172 → 3.0.173

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.
@@ -1,5 +1,5 @@
1
1
  var lp=Object.defineProperty,up=Object.defineProperties;var dp=Object.getOwnPropertyDescriptors;var Gn=Object.getOwnPropertySymbols;var Ba=Object.prototype.hasOwnProperty,Pa=Object.prototype.propertyIsEnumerable;var ja=(s,p,e)=>p in s?lp(s,p,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[p]=e,De=(s,p)=>{for(var e in p||(p={}))Ba.call(p,e)&&ja(s,e,p[e]);if(Gn)for(var e of Gn(p))Pa.call(p,e)&&ja(s,e,p[e]);return s},st=(s,p)=>up(s,dp(p));var za=(s,p)=>{var e={};for(var g in s)Ba.call(s,g)&&p.indexOf(g)<0&&(e[g]=s[g]);if(s!=null&&Gn)for(var g of Gn(s))p.indexOf(g)<0&&Pa.call(s,g)&&(e[g]=s[g]);return e};(function(s,p){typeof exports=="object"&&typeof module!="undefined"?module.exports=p(require("vue"),require("element-plus")):typeof define=="function"&&define.amd?define(["vue","element-plus"],p):(s=typeof globalThis!="undefined"?globalThis:s||self,s.VFormRender=p(s.Vue,s.ElementPlus))})(this,function(vue,elementPlus){"use strict";var commonjsGlobal=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function getDefaultExportFromCjs(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}function commonjsRequire(s){throw new Error('Could not dynamically require "'+s+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var axios$2={exports:{}},bind$2=function(p,e){return function(){for(var _=new Array(arguments.length),b=0;b<_.length;b++)_[b]=arguments[b];return p.apply(e,_)}},bind$1=bind$2,toString=Object.prototype.toString;function isArray(s){return toString.call(s)==="[object Array]"}function isUndefined(s){return typeof s=="undefined"}function isBuffer(s){return s!==null&&!isUndefined(s)&&s.constructor!==null&&!isUndefined(s.constructor)&&typeof s.constructor.isBuffer=="function"&&s.constructor.isBuffer(s)}function isArrayBuffer(s){return toString.call(s)==="[object ArrayBuffer]"}function isFormData(s){return typeof FormData!="undefined"&&s instanceof FormData}function isArrayBufferView(s){var p;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?p=ArrayBuffer.isView(s):p=s&&s.buffer&&s.buffer instanceof ArrayBuffer,p}function isString(s){return typeof s=="string"}function isNumber(s){return typeof s=="number"}function isObject(s){return s!==null&&typeof s=="object"}function isPlainObject(s){if(toString.call(s)!=="[object Object]")return!1;var p=Object.getPrototypeOf(s);return p===null||p===Object.prototype}function isDate(s){return toString.call(s)==="[object Date]"}function isFile(s){return toString.call(s)==="[object File]"}function isBlob(s){return toString.call(s)==="[object Blob]"}function isFunction(s){return toString.call(s)==="[object Function]"}function isStream(s){return isObject(s)&&isFunction(s.pipe)}function isURLSearchParams(s){return typeof URLSearchParams!="undefined"&&s instanceof URLSearchParams}function trim(s){return s.trim?s.trim():s.replace(/^\s+|\s+$/g,"")}function isStandardBrowserEnv(){return typeof navigator!="undefined"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window!="undefined"&&typeof document!="undefined"}function forEach(s,p){if(!(s===null||typeof s=="undefined"))if(typeof s!="object"&&(s=[s]),isArray(s))for(var e=0,g=s.length;e<g;e++)p.call(null,s[e],e,s);else for(var _ in s)Object.prototype.hasOwnProperty.call(s,_)&&p.call(null,s[_],_,s)}function merge(){var s={};function p(_,b){isPlainObject(s[b])&&isPlainObject(_)?s[b]=merge(s[b],_):isPlainObject(_)?s[b]=merge({},_):isArray(_)?s[b]=_.slice():s[b]=_}for(var e=0,g=arguments.length;e<g;e++)forEach(arguments[e],p);return s}function extend(s,p,e){return forEach(p,function(_,b){e&&typeof _=="function"?s[b]=bind$1(_,e):s[b]=_}),s}function stripBOM(s){return s.charCodeAt(0)===65279&&(s=s.slice(1)),s}var utils$d={isArray,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString,isNumber,isObject,isPlainObject,isUndefined,isDate,isFile,isBlob,isFunction,isStream,isURLSearchParams,isStandardBrowserEnv,forEach,merge,extend,trim,stripBOM},utils$c=utils$d;function encode(s){return encodeURIComponent(s).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var buildURL$2=function(p,e,g){if(!e)return p;var _;if(g)_=g(e);else if(utils$c.isURLSearchParams(e))_=e.toString();else{var b=[];utils$c.forEach(e,function(d,u){d===null||typeof d=="undefined"||(utils$c.isArray(d)?u=u+"[]":d=[d],utils$c.forEach(d,function(o){utils$c.isDate(o)?o=o.toISOString():utils$c.isObject(o)&&(o=JSON.stringify(o)),b.push(encode(u)+"="+encode(o))}))}),_=b.join("&")}if(_){var A=p.indexOf("#");A!==-1&&(p=p.slice(0,A)),p+=(p.indexOf("?")===-1?"?":"&")+_}return p},utils$b=utils$d;function InterceptorManager$1(){this.handlers=[]}InterceptorManager$1.prototype.use=function(p,e,g){return this.handlers.push({fulfilled:p,rejected:e,synchronous:g?g.synchronous:!1,runWhen:g?g.runWhen:null}),this.handlers.length-1},InterceptorManager$1.prototype.eject=function(p){this.handlers[p]&&(this.handlers[p]=null)},InterceptorManager$1.prototype.forEach=function(p){utils$b.forEach(this.handlers,function(g){g!==null&&p(g)})};var InterceptorManager_1=InterceptorManager$1,utils$a=utils$d,normalizeHeaderName$1=function(p,e){utils$a.forEach(p,function(_,b){b!==e&&b.toUpperCase()===e.toUpperCase()&&(p[e]=_,delete p[b])})},enhanceError$2=function(p,e,g,_,b){return p.config=e,g&&(p.code=g),p.request=_,p.response=b,p.isAxiosError=!0,p.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}},p},enhanceError$1=enhanceError$2,createError$2=function(p,e,g,_,b){var A=new Error(p);return enhanceError$1(A,e,g,_,b)},createError$1=createError$2,settle$1=function(p,e,g){var _=g.config.validateStatus;!g.status||!_||_(g.status)?p(g):e(createError$1("Request failed with status code "+g.status,g.config,null,g.request,g))},utils$9=utils$d,cookies$1=utils$9.isStandardBrowserEnv()?function(){return{write:function(e,g,_,b,A,x){var d=[];d.push(e+"="+encodeURIComponent(g)),utils$9.isNumber(_)&&d.push("expires="+new Date(_).toGMTString()),utils$9.isString(b)&&d.push("path="+b),utils$9.isString(A)&&d.push("domain="+A),x===!0&&d.push("secure"),document.cookie=d.join("; ")},read:function(e){var g=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return g?decodeURIComponent(g[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),isAbsoluteURL$1=function(p){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(p)},combineURLs$1=function(p,e){return e?p.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):p},isAbsoluteURL=isAbsoluteURL$1,combineURLs=combineURLs$1,buildFullPath$1=function(p,e){return p&&!isAbsoluteURL(e)?combineURLs(p,e):e},utils$8=utils$d,ignoreDuplicateOf=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"],parseHeaders$1=function(p){var e={},g,_,b;return p&&utils$8.forEach(p.split(`
2
- `),function(x){if(b=x.indexOf(":"),g=utils$8.trim(x.substr(0,b)).toLowerCase(),_=utils$8.trim(x.substr(b+1)),g){if(e[g]&&ignoreDuplicateOf.indexOf(g)>=0)return;g==="set-cookie"?e[g]=(e[g]?e[g]:[]).concat([_]):e[g]=e[g]?e[g]+", "+_:_}}),e},utils$7=utils$d,isURLSameOrigin$1=utils$7.isStandardBrowserEnv()?function(){var p=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a"),g;function _(b){var A=b;return p&&(e.setAttribute("href",A),A=e.href),e.setAttribute("href",A),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:e.pathname.charAt(0)==="/"?e.pathname:"/"+e.pathname}}return g=_(window.location.href),function(A){var x=utils$7.isString(A)?_(A):A;return x.protocol===g.protocol&&x.host===g.host}}():function(){return function(){return!0}}();function Cancel$3(s){this.message=s}Cancel$3.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},Cancel$3.prototype.__CANCEL__=!0;var Cancel_1=Cancel$3,utils$6=utils$d,settle=settle$1,cookies=cookies$1,buildURL$1=buildURL$2,buildFullPath=buildFullPath$1,parseHeaders=parseHeaders$1,isURLSameOrigin=isURLSameOrigin$1,createError=createError$2,defaults$4=defaults_1,Cancel$2=Cancel_1,xhr=function(p){return new Promise(function(g,_){var b=p.data,A=p.headers,x=p.responseType,d;function u(){p.cancelToken&&p.cancelToken.unsubscribe(d),p.signal&&p.signal.removeEventListener("abort",d)}utils$6.isFormData(b)&&delete A["Content-Type"];var i=new XMLHttpRequest;if(p.auth){var o=p.auth.username||"",t=p.auth.password?unescape(encodeURIComponent(p.auth.password)):"";A.Authorization="Basic "+btoa(o+":"+t)}var n=buildFullPath(p.baseURL,p.url);i.open(p.method.toUpperCase(),buildURL$1(n,p.params,p.paramsSerializer),!0),i.timeout=p.timeout;function r(){if(!!i){var l="getAllResponseHeaders"in i?parseHeaders(i.getAllResponseHeaders()):null,h=!x||x==="text"||x==="json"?i.responseText:i.response,f={data:h,status:i.status,statusText:i.statusText,headers:l,config:p,request:i};settle(function(m){g(m),u()},function(m){_(m),u()},f),i=null}}if("onloadend"in i?i.onloadend=r:i.onreadystatechange=function(){!i||i.readyState!==4||i.status===0&&!(i.responseURL&&i.responseURL.indexOf("file:")===0)||setTimeout(r)},i.onabort=function(){!i||(_(createError("Request aborted",p,"ECONNABORTED",i)),i=null)},i.onerror=function(){_(createError("Network Error",p,null,i)),i=null},i.ontimeout=function(){var h=p.timeout?"timeout of "+p.timeout+"ms exceeded":"timeout exceeded",f=p.transitional||defaults$4.transitional;p.timeoutErrorMessage&&(h=p.timeoutErrorMessage),_(createError(h,p,f.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",i)),i=null},utils$6.isStandardBrowserEnv()){var a=(p.withCredentials||isURLSameOrigin(n))&&p.xsrfCookieName?cookies.read(p.xsrfCookieName):void 0;a&&(A[p.xsrfHeaderName]=a)}"setRequestHeader"in i&&utils$6.forEach(A,function(h,f){typeof b=="undefined"&&f.toLowerCase()==="content-type"?delete A[f]:i.setRequestHeader(f,h)}),utils$6.isUndefined(p.withCredentials)||(i.withCredentials=!!p.withCredentials),x&&x!=="json"&&(i.responseType=p.responseType),typeof p.onDownloadProgress=="function"&&i.addEventListener("progress",p.onDownloadProgress),typeof p.onUploadProgress=="function"&&i.upload&&i.upload.addEventListener("progress",p.onUploadProgress),(p.cancelToken||p.signal)&&(d=function(l){!i||(_(!l||l&&l.type?new Cancel$2("canceled"):l),i.abort(),i=null)},p.cancelToken&&p.cancelToken.subscribe(d),p.signal&&(p.signal.aborted?d():p.signal.addEventListener("abort",d))),b||(b=null),i.send(b)})},utils$5=utils$d,normalizeHeaderName=normalizeHeaderName$1,enhanceError=enhanceError$2,DEFAULT_CONTENT_TYPE={"Content-Type":"application/x-www-form-urlencoded"};function setContentTypeIfUnset(s,p){!utils$5.isUndefined(s)&&utils$5.isUndefined(s["Content-Type"])&&(s["Content-Type"]=p)}function getDefaultAdapter(){var s;return(typeof XMLHttpRequest!="undefined"||typeof process!="undefined"&&Object.prototype.toString.call(process)==="[object process]")&&(s=xhr),s}function stringifySafely(s,p,e){if(utils$5.isString(s))try{return(p||JSON.parse)(s),utils$5.trim(s)}catch(g){if(g.name!=="SyntaxError")throw g}return(e||JSON.stringify)(s)}var defaults$3={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:getDefaultAdapter(),transformRequest:[function(p,e){return normalizeHeaderName(e,"Accept"),normalizeHeaderName(e,"Content-Type"),utils$5.isFormData(p)||utils$5.isArrayBuffer(p)||utils$5.isBuffer(p)||utils$5.isStream(p)||utils$5.isFile(p)||utils$5.isBlob(p)?p:utils$5.isArrayBufferView(p)?p.buffer:utils$5.isURLSearchParams(p)?(setContentTypeIfUnset(e,"application/x-www-form-urlencoded;charset=utf-8"),p.toString()):utils$5.isObject(p)||e&&e["Content-Type"]==="application/json"?(setContentTypeIfUnset(e,"application/json"),stringifySafely(p)):p}],transformResponse:[function(p){var e=this.transitional||defaults$3.transitional,g=e&&e.silentJSONParsing,_=e&&e.forcedJSONParsing,b=!g&&this.responseType==="json";if(b||_&&utils$5.isString(p)&&p.length)try{return JSON.parse(p)}catch(A){if(b)throw A.name==="SyntaxError"?enhanceError(A,this,"E_JSON_PARSE"):A}return p}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(p){return p>=200&&p<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};utils$5.forEach(["delete","get","head"],function(p){defaults$3.headers[p]={}}),utils$5.forEach(["post","put","patch"],function(p){defaults$3.headers[p]=utils$5.merge(DEFAULT_CONTENT_TYPE)});var defaults_1=defaults$3,utils$4=utils$d,defaults$2=defaults_1,transformData$1=function(p,e,g){var _=this||defaults$2;return utils$4.forEach(g,function(A){p=A.call(_,p,e)}),p},isCancel$1=function(p){return!!(p&&p.__CANCEL__)},utils$3=utils$d,transformData=transformData$1,isCancel=isCancel$1,defaults$1=defaults_1,Cancel$1=Cancel_1;function throwIfCancellationRequested(s){if(s.cancelToken&&s.cancelToken.throwIfRequested(),s.signal&&s.signal.aborted)throw new Cancel$1("canceled")}var dispatchRequest$1=function(p){throwIfCancellationRequested(p),p.headers=p.headers||{},p.data=transformData.call(p,p.data,p.headers,p.transformRequest),p.headers=utils$3.merge(p.headers.common||{},p.headers[p.method]||{},p.headers),utils$3.forEach(["delete","get","head","post","put","patch","common"],function(_){delete p.headers[_]});var e=p.adapter||defaults$1.adapter;return e(p).then(function(_){return throwIfCancellationRequested(p),_.data=transformData.call(p,_.data,_.headers,p.transformResponse),_},function(_){return isCancel(_)||(throwIfCancellationRequested(p),_&&_.response&&(_.response.data=transformData.call(p,_.response.data,_.response.headers,p.transformResponse))),Promise.reject(_)})},utils$2=utils$d,mergeConfig$2=function(p,e){e=e||{};var g={};function _(i,o){return utils$2.isPlainObject(i)&&utils$2.isPlainObject(o)?utils$2.merge(i,o):utils$2.isPlainObject(o)?utils$2.merge({},o):utils$2.isArray(o)?o.slice():o}function b(i){if(utils$2.isUndefined(e[i])){if(!utils$2.isUndefined(p[i]))return _(void 0,p[i])}else return _(p[i],e[i])}function A(i){if(!utils$2.isUndefined(e[i]))return _(void 0,e[i])}function x(i){if(utils$2.isUndefined(e[i])){if(!utils$2.isUndefined(p[i]))return _(void 0,p[i])}else return _(void 0,e[i])}function d(i){if(i in e)return _(p[i],e[i]);if(i in p)return _(void 0,p[i])}var u={url:A,method:A,data:A,baseURL:x,transformRequest:x,transformResponse:x,paramsSerializer:x,timeout:x,timeoutMessage:x,withCredentials:x,adapter:x,responseType:x,xsrfCookieName:x,xsrfHeaderName:x,onUploadProgress:x,onDownloadProgress:x,decompress:x,maxContentLength:x,maxBodyLength:x,transport:x,httpAgent:x,httpsAgent:x,cancelToken:x,socketPath:x,responseEncoding:x,validateStatus:d};return utils$2.forEach(Object.keys(p).concat(Object.keys(e)),function(o){var t=u[o]||b,n=t(o);utils$2.isUndefined(n)&&t!==d||(g[o]=n)}),g},data={version:"0.24.0"},VERSION=data.version,validators$1={};["object","boolean","number","function","string","symbol"].forEach(function(s,p){validators$1[s]=function(g){return typeof g===s||"a"+(p<1?"n ":" ")+s}});var deprecatedWarnings={};validators$1.transitional=function(p,e,g){function _(b,A){return"[Axios v"+VERSION+"] Transitional option '"+b+"'"+A+(g?". "+g:"")}return function(b,A,x){if(p===!1)throw new Error(_(A," has been removed"+(e?" in "+e:"")));return e&&!deprecatedWarnings[A]&&(deprecatedWarnings[A]=!0,console.warn(_(A," has been deprecated since v"+e+" and will be removed in the near future"))),p?p(b,A,x):!0}};function assertOptions(s,p,e){if(typeof s!="object")throw new TypeError("options must be an object");for(var g=Object.keys(s),_=g.length;_-- >0;){var b=g[_],A=p[b];if(A){var x=s[b],d=x===void 0||A(x,b,s);if(d!==!0)throw new TypeError("option "+b+" must be "+d);continue}if(e!==!0)throw Error("Unknown option "+b)}}var validator$1={assertOptions,validators:validators$1},utils$1=utils$d,buildURL=buildURL$2,InterceptorManager=InterceptorManager_1,dispatchRequest=dispatchRequest$1,mergeConfig$1=mergeConfig$2,validator=validator$1,validators=validator.validators;function Axios$1(s){this.defaults=s,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}Axios$1.prototype.request=function(p){typeof p=="string"?(p=arguments[1]||{},p.url=arguments[0]):p=p||{},p=mergeConfig$1(this.defaults,p),p.method?p.method=p.method.toLowerCase():this.defaults.method?p.method=this.defaults.method.toLowerCase():p.method="get";var e=p.transitional;e!==void 0&&validator.assertOptions(e,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1);var g=[],_=!0;this.interceptors.request.forEach(function(t){typeof t.runWhen=="function"&&t.runWhen(p)===!1||(_=_&&t.synchronous,g.unshift(t.fulfilled,t.rejected))});var b=[];this.interceptors.response.forEach(function(t){b.push(t.fulfilled,t.rejected)});var A;if(!_){var x=[dispatchRequest,void 0];for(Array.prototype.unshift.apply(x,g),x=x.concat(b),A=Promise.resolve(p);x.length;)A=A.then(x.shift(),x.shift());return A}for(var d=p;g.length;){var u=g.shift(),i=g.shift();try{d=u(d)}catch(o){i(o);break}}try{A=dispatchRequest(d)}catch(o){return Promise.reject(o)}for(;b.length;)A=A.then(b.shift(),b.shift());return A},Axios$1.prototype.getUri=function(p){return p=mergeConfig$1(this.defaults,p),buildURL(p.url,p.params,p.paramsSerializer).replace(/^\?/,"")},utils$1.forEach(["delete","get","head","options"],function(p){Axios$1.prototype[p]=function(e,g){return this.request(mergeConfig$1(g||{},{method:p,url:e,data:(g||{}).data}))}}),utils$1.forEach(["post","put","patch"],function(p){Axios$1.prototype[p]=function(e,g,_){return this.request(mergeConfig$1(_||{},{method:p,url:e,data:g}))}});var Axios_1=Axios$1,Cancel=Cancel_1;function CancelToken(s){if(typeof s!="function")throw new TypeError("executor must be a function.");var p;this.promise=new Promise(function(_){p=_});var e=this;this.promise.then(function(g){if(!!e._listeners){var _,b=e._listeners.length;for(_=0;_<b;_++)e._listeners[_](g);e._listeners=null}}),this.promise.then=function(g){var _,b=new Promise(function(A){e.subscribe(A),_=A}).then(g);return b.cancel=function(){e.unsubscribe(_)},b},s(function(_){e.reason||(e.reason=new Cancel(_),p(e.reason))})}CancelToken.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},CancelToken.prototype.subscribe=function(p){if(this.reason){p(this.reason);return}this._listeners?this._listeners.push(p):this._listeners=[p]},CancelToken.prototype.unsubscribe=function(p){if(!!this._listeners){var e=this._listeners.indexOf(p);e!==-1&&this._listeners.splice(e,1)}},CancelToken.source=function(){var p,e=new CancelToken(function(_){p=_});return{token:e,cancel:p}};var CancelToken_1=CancelToken,spread=function(p){return function(g){return p.apply(null,g)}},isAxiosError=function(p){return typeof p=="object"&&p.isAxiosError===!0},utils=utils$d,bind=bind$2,Axios=Axios_1,mergeConfig=mergeConfig$2,defaults=defaults_1;function createInstance(s){var p=new Axios(s),e=bind(Axios.prototype.request,p);return utils.extend(e,Axios.prototype,p),utils.extend(e,p),e.create=function(_){return createInstance(mergeConfig(s,_))},e}var axios$1=createInstance(defaults);axios$1.Axios=Axios,axios$1.Cancel=Cancel_1,axios$1.CancelToken=CancelToken_1,axios$1.isCancel=isCancel$1,axios$1.VERSION=data.version,axios$1.all=function(p){return Promise.all(p)},axios$1.spread=spread,axios$1.isAxiosError=isAxiosError,axios$2.exports=axios$1,axios$2.exports.default=axios$1;var axios=axios$2.exports,emitter={data(){return{vfEvents:{}}},methods:{emit$(s,p){this.vfEvents[s]&&this.vfEvents[s].forEach(e=>{e(p)})},on$(s,p){this.vfEvents[s]=this.vfEvents[s]||[],this.vfEvents[s].push(p)},off$(s,p){if(this.vfEvents[s]){if(p==null){this.vfEvents[s].length=0;return}for(let e=0;e<this.vfEvents[s].length;e++)if(this.vfEvents[s][e]===p){this.vfEvents[s].splice(e,1);break}}},dispatch:function(p,e,g){let _=this.$parent||this.$root,b=_.$options.componentName;for(;_&&(!b||b!==p);)_=_.$parent,_&&(b=_.$options.componentName);_&&_.emit$&&(_.emit$.call(_,e,g),p==="VFormRender"&&_.$emit(e,...g))},broadcast:function(p,e,g){this.widgetRefList&&Object.keys(this.widgetRefList).forEach(_=>{if(this.widgetRefList[_].$options.componentName===p){let A=this.widgetRefList[_];A.emit$.call(A,e,g)}}),this.refList&&Object.keys(this.refList).forEach(_=>{if(this.refList[_].$options.componentName===p){let A=this.refList[_];A.emit$.call(A,e,g)}})}}},_export_sfc$1=(s,p)=>{const e=s.__vccOpts||s;for(const[g,_]of p)e[g]=_;return e};const _sfc_main$1g={name:"container-item-wrapper",props:{widget:Object},computed:{customClass(){return!this.widget||!this.widget.options||!this.widget.options.customClass?"":Array.isArray(this.widget.options.customClass)?this.widget.options.customClass.join(" "):this.widget.options.customClass}}};function _sfc_render$1g(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["container-wrapper",[b.customClass]])},[vue.renderSlot(s.$slots,"default")],2)}var ContainerItemWrapper=_export_sfc$1(_sfc_main$1g,[["render",_sfc_render$1g]]),__glob_0_0$2=Object.freeze(Object.defineProperty({__proto__:null,default:ContainerItemWrapper},Symbol.toStringTag,{value:"Module"}));function isDef(s){return s!=null}function get(s,p){const e=p.split(".");let g=s;return e.forEach(_=>{g=isDef(g)&&isDef(g[_])?g[_]:null}),g}let locale=vue.reactive({lang:localStorage.getItem("v_form_locale")||"zh-CN"});function createI18n(s){return{messages:s.messages,$st(p,...e){const g=get(this.messages[locale.lang],p);return typeof g=="function"?g(...e):g!==null?g:p},$st2(p,e){let g=this.messages[locale.lang];const _=get(g,p);return _!==null?_:get(g,e)},setLang(p){locale.lang=p}}}var enLocale={application:{"zh-CN":"\u7B80\u4F53\u4E2D\u6587","en-US":"English",productTitle:"Online Form Designer",github:"GitHub",document:"Docs",qqGroup:"WeChat Group",deployment:"Deployment",subscription:"Subscription"},designer:{componentLib:"Components",formLib:"Templates",containerTitle:"Container",dragHandlerHint:"drag container or field to layout center",dragAction:"drag",basicFieldTitle:"Basic Field",advancedFieldTitle:"Advanced Field",customFieldTitle:"Customized Field",noWidgetHint:"Please select a widget from the left list, drag and drop to this container.",widgetLabel:{grid:"Grid",table:"Table",tab:"Tab",section:"Section","sub-form":"SubForm","grid-col":"GridCol","table-cell":"TableCell","tab-pane":"TabPane","data-table":"DataTable",input:"Input",textarea:"Textarea",number:"InputNumber",radio:"Radio",checkbox:"Checkbox",select:"Select",selectTree:"SelectTree",time:"Time","time-range":"Time range",date:"Date","date-range":"Date range",switch:"Switch",rate:"Rate",color:"ColorPicker",slider:"Slider","static-text":"Text","html-text":"HTML",button:"Button",divider:"Divider","picture-upload":"Picture","file-upload":"File","rich-editor":"Rich Editor",cascader:"Cascader",slot:"Slot",custom:"Custom Component"},hint:{selectParentWidget:"Select parent of this widget",moveUpWidget:"Move up this widget",moveDownWidget:"Move down this widget",cloneWidget:"Clone this widget",insertRow:"Insert new row",insertColumn:"Insert new column",remove:"Remove this widget",cellSetting:"Cell setting",dragHandler:"Drag handler",copyField:"Copy field widget",onlyFieldWidgetAcceptable:"Only field widget can be dragged into sub-form",moveUpFirstChildHint:"First child can not be move up",moveDownLastChildHint:"Last child can not be move down",closePreview:"Close",copyJson:"Copy",saveFormJson:"Save As File",copyVueCode:"Copy Vue Code",copyHtmlCode:"Copy HTML Code",copyJsonSuccess:"Copy succeed",importJsonSuccess:"Import succeed",invalidJsonFormat:"Invalid JSON format",jsonVersionMismatch:"Version of JSON mismatch",copyJsonFail:"Copy failed",copyVueCodeSuccess:"Copy succeed",copyVueCodeFail:"Copy failed",copyHtmlCodeSuccess:"Copy succeed",copyHtmlCodeFail:"Copy failed",saveVueCode:"Save Vue File",saveHtmlCode:"Save Html File",getFormData:"Get Data",resetForm:"Reset",disableForm:"Disable",enableForm:"Enable",exportFormData:"Form Data",copyFormData:"Copy",saveFormData:"Save As File",copyVue2SFC:"Copy Vue2",copyVue3SFC:"Copy Vue3",copySFCFail:"Copy failed",copySFCSuccess:"Copy succeed",saveVue2SFC:"Save As Vue2",saveVue3SFC:"Save As Vue3",fileNameForSave:"File name:",saveFileTitle:"Save as File",fileNameInputPlaceholder:"Enter the file name",sampleLoadedSuccess:"Example loaded successfully",sampleLoadedFail:"Sample load failed",loadFormTemplate:"Load This",loadFormTemplateHint:"Are you sure to load this template?",loadFormTemplateSuccess:"Load form template success!",loadFormTemplateFailed:"Load form template failed.",currentNodeCannotBeSelected:"The current node cannot be selected.",widgetSetting:"Widget Config",formSetting:"Form Config",prompt:"Prompt",confirm:"OK",cancel:"Cancel",import:"Import",importJsonHint:"The code to be imported should have the following JSON format.",invalidOptionsData:"Invalid data of options:",lastPaneCannotBeDeleted:"The last pane cannot be deleted.",duplicateName:"Duplicate name: ",nameRequired:"Name required.",numberValidator:"Number",letterValidator:"Letter",letterAndNumberValidator:"LetterAndNumber",mobilePhoneValidator:"MobilePhone",emailValidator:"Email",urlValidator:"URL",noChineseValidator:"Non-Chinese",chineseValidator:"Chinese",maxLen12Decimals6Validator:"Max length is 12 digits, 6 decimal places",isPositiveIntegerLengthValidator:"1-4\u4F4D\u7684\u6B63\u6574\u6570",isPositiveIntegerZeroValidator:"0\u62161-4\u4F4D\u7684\u6B63\u6574\u6570",maxLen10Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A10\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",maxLen12Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A12\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",latitude:"\u8D1F90\u523090\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",longitude:"\u8D1F180\u5230180\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",sixFigures:"\u6574\u6570\u90E8\u5206\u6700\u591A6\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A6\u4F4D\u7684\u6570\u5B57",percentage:"0-100\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u56DB\u4F4D",rowspanNotConsistentForMergeEntireRow:"Cells in this row don't have the same rowspan, operation failed.",colspanNotConsistentForMergeEntireColumn:"Cells in this column don't have the same colspan, operation failed.",rowspanNotConsistentForDeleteEntireRow:"Cells in this row don't have the same rowspan, operation failed.",colspanNotConsistentForDeleteEntireColumn:"Cells in this column don't have the same colspan, operation failed.",lastColCannotBeDeleted:"The last col cannot be deleted.",lastRowCannotBeDeleted:"The last row cannot be deleted."},toolbar:{undoHint:"Undo",redoHint:"Redo",pcLayout:"PC",padLayout:"Pad",mobileLayout:"H5",nodeTreeHint:"Tree View Of Component Hierarchy",nodeTreeTitle:"Tree View Of Component Hierarchy",clear:"Clear",preview:"Preview",importJson:"Import",exportJson:"Export",exportCode:"Codes",generateCode:"Generate Code",generateSFC:"Generate SFC"},setting:{basicSetting:"Basic Setting",attributeSetting:"Attribute Setting",commonSetting:"Common Setting",advancedSetting:"Advanced Setting",eventSetting:"Event Setting",uniqueName:"Unique Name",editNameHelp:"Press enter to confirm the modification",label:"Label",displayType:"Type",defaultValue:"Default Value",placeholder:"Placeholder",startPlaceholder:"Start Placeholder",endPlaceholder:"End Placeholder",widgetColumnWidth:"Width",widgetSize:"Size",fontSize:"Font Size",fontColor:"Text Color",textAlign:"Text Align",autoFullWidth:"Auto Full Width",showStops:"Show Stops",displayStyle:"Display Style",inlineLayout:"inline",blockLayout:"block",buttonStyle:"Show As Button",border:"Show Border",labelWidth:"Width Of Label",rows:"Rows",labelHidden:"Hide Label",required:"Required",requiredHint:"Failure Hint",validation:"Validation",validationHelp:"Regular expressions supported",validationHint:"Validation Hint",readonly:"Readonly",disabled:"Disabled",hidden:"Hidden",textContent:"Text",preWrap:"Line Wrap",htmlContent:"HTML",clearable:"Clearable",objectValue:"Object Value",editable:"Editable",format:"Format",valueFormat:"Value Format",showPassword:"Show Reveal",filterable:"Filterable",allowCreate:"Allow Create",remote:"Remote Query",automaticDropdown:"Automatic Dropdown",multiple:"Multiple",multipleLimit:"Multiple Limit",checkStrictly:"Any Level Selectable",showAllLevels:"Show All Levels",cascaderLabelKey:"Label Field",cascaderLabelKeyPlaceholder:"Default: label",cascaderValueKey:"Value Field",cascaderValueKeyPlaceholder:"Default: value",cascaderChildrenKey:"Children Field",cascaderChildrenKeyPlaceholder:"Default: children",showCheckbox:"Show Checkbox",contentPosition:"Content Position",plain:"Plain",round:"Round",circle:"Circle",icon:"Icon",optionsSetting:"Options Setting",addOption:"Add Option",importOptions:"Import Options",resetDefault:"Reset Default",uploadSetting:"Upload Setting",uploadURL:"Upload URL",uploadTip:"Tip Content",withCredentials:"Send Cookie",multipleSelect:"File Multi-select",showFileList:"Show File List",limit:"Max Upload Number",fileMaxSize:"Max Size(MB)",fileTypes:"Upload File Types",fileTypesHelp:"Allows to add more file types",headers:"Request Headers",allowDrag:"Allow Drag",allowDragHelp:"Enable drag and drop uploading",cellWidth:"Width",cellHeight:"Height",wordBreak:"Line Wrap",gridColHeight:"Height Of Col(px)",gutter:"Gutter(px)",columnSetting:"Cols Setting",colsOfGrid:"Cols Of Grid:",colSpanTitle:"Spans Of Col",colOffsetTitle:"Offset Of Col",colPushTitle:"Push Of Col",colPullTitle:"Pull Of Col",addColumn:"Add Column",responsive:"Responsive",tabPaneSetting:"Tab Panes",addTabPane:"Add Tab Pane",paneActive:"Active",customLabelIcon:"Custom Label",labelIconClass:"Label Icon Class",labelIconPosition:"Label Icon Position",labelTooltip:"Label Tooltip",minValue:"Min Value",maxValue:"Max Value",precision:"Precision",step:"Step",controlsPosition:"Controls Position",minLength:"Min Length",maxLength:"Max Length",showWordLimit:"Show Word Limit",prefixIcon:"Prefix Icon",suffixIcon:"Suffix Icon",inputButton:"Input Button Setting",appendButton:"Append Button",appendButtonDisabled:"Button Disabled",appendButtonIcon:"Append Button Icon",buttonIcon:"Button Icon",switchWidth:"Width of Switch(px)",activeText:"Active Text",inactiveText:"Inactive Text",activeColor:"Active Color",inactiveColor:"Inactive Color",maxStars:"Stars Max Number",lowThreshold:"Low Threshold",highThreshold:"High Threshold",allowHalf:"Allow Half",showText:"Show Text",showScore:"Show Score",range:"Range",vertical:"Vertical",showBlankRow:"Show Blank Row",showRowNumber:"Show Row Number",contentHeight:"Content Area Height",insertColumnToLeft:"insert column to left",insertColumnToRight:"insert column to right",insertRowAbove:"insert row above",insertRowBelow:"insert row below",mergeLeftColumn:"merge left cell",mergeRightColumn:"merge right cell",mergeEntireRow:"merge entire row",mergeRowAbove:"merge cell above",mergeRowBelow:"merge cell below",mergeEntireColumn:"merge entire column",undoMergeCol:"undo merge column",undoMergeRow:"undo merge row",deleteEntireCol:"delete entire column",deleteEntireRow:"delete entire row",widgetName:"Unique Name",formSize:"Size",labelPosition:"Position Of Label",topPosition:"Top",leftPosition:"Left",labelAlign:"Label Align",leftAlign:"Left",centerAlign:"Center",rightAlign:"Right",formCss:"Form CSS",addCss:"Edit",customClass:"Custom Class",mainTip:"Main Tip",subTip:"Sub Tip",globalFunctions:"Global Functions",addEventHandler:"Edit",editWidgetEventHandler:"Edit Widget Event Handler",editFormEventHandler:"Edit Form Event Handler",formSFCSetting:"SFC Setting",formModelName:"Model Name",formRefName:"Ref Name",formRulesName:"Rules Name",syntaxCheckWarning:"Syntax error in the javascript codes, please check again!"}}},zhLocale={application:{"zh-CN":"\u7B80\u4F53\u4E2D\u6587","en-US":"English",productTitle:"\u8868\u5355\u8BBE\u8BA1\u5668",github:"GitHub",document:"\u6587\u6863",qqGroup:"\u6280\u672FWX\u7FA4",deployment:"\u79C1\u6709\u90E8\u7F72",subscription:"\u8BA2\u9605Pro"},designer:{componentLib:"\u7EC4\u4EF6\u5E93",formLib:"\u8868\u5355\u6A21\u677F",containerTitle:"\u5BB9\u5668",dragHandlerHint:"\u9F20\u6807\u62D6\u62FD\u5BB9\u5668\u7EC4\u4EF6\u6216\u5B57\u6BB5\u7EC4\u4EF6\u5E76\u653E\u7F6E\u4E8E\u8868\u5355\u4E2D",dragAction:"\u62D6\u52A8",basicFieldTitle:"\u57FA\u7840\u5B57\u6BB5",advancedFieldTitle:"\u9AD8\u7EA7\u5B57\u6BB5",customFieldTitle:"\u81EA\u5B9A\u4E49\u6269\u5C55\u5B57\u6BB5",noWidgetHint:"\u8BF7\u4ECE\u5DE6\u4FA7\u5217\u8868\u4E2D\u9009\u62E9\u4E00\u4E2A\u7EC4\u4EF6, \u7136\u540E\u7528\u9F20\u6807\u62D6\u52A8\u7EC4\u4EF6\u653E\u7F6E\u4E8E\u6B64\u5904.",widgetLabel:{grid:"\u6805\u683C",table:"\u8868\u683C",tab:"\u6807\u7B7E\u9875",section:"\u533A\u5757","sub-form":"\u5B50\u8868\u5355","grid-col":"\u6805\u683C\u5217","table-cell":"\u5355\u5143\u683C","tab-pane":"\u9009\u9879\u5361\u9875","data-table":"\u6570\u636E\u8868\u683C",input:"\u5355\u884C\u8F93\u5165",textarea:"\u591A\u884C\u8F93\u5165",number:"\u8BA1\u6570\u5668",radio:"\u5355\u9009\u9879",checkbox:"\u591A\u9009\u9879",select:"\u4E0B\u62C9\u9009\u9879","select-tree":"\u6811\u5F62\u9009\u62E9",time:"\u65F6\u95F4","time-range":"\u65F6\u95F4\u8303\u56F4",date:"\u65E5\u671F","date-range":"\u65E5\u671F\u8303\u56F4",switch:"\u5F00\u5173",rate:"\u8BC4\u5206",color:"\u989C\u8272\u9009\u62E9\u5668",slider:"\u6ED1\u5757","static-text":"\u9759\u6001\u6587\u5B57","html-text":"HTML",button:"\u6309\u94AE",divider:"\u5206\u9694\u7EBF","picture-upload":"\u56FE\u7247","file-upload":"\u6587\u4EF6","rich-editor":"\u5BCC\u6587\u672C",cascader:"\u7EA7\u8054\u9009\u62E9",slot:"\u63D2\u69FD",custom:"Custom Component"},hint:{selectParentWidget:"\u9009\u4E2D\u7236\u7EC4\u4EF6",moveUpWidget:"\u4E0A\u79FB\u7EC4\u4EF6",moveDownWidget:"\u4E0B\u79FB\u7EC4\u4EF6",cloneWidget:"\u590D\u5236\u7EC4\u4EF6",insertRow:"\u63D2\u5165\u65B0\u884C",insertColumn:"\u63D2\u5165\u65B0\u5217",remove:"\u79FB\u9664\u7EC4\u4EF6",cellSetting:"\u5355\u5143\u683C\u64CD\u4F5C",dragHandler:"\u62D6\u62FD\u624B\u67C4",copyField:"\u590D\u5236\u5B57\u6BB5\u7EC4\u4EF6",onlyFieldWidgetAcceptable:"\u5B50\u8868\u5355\u53EA\u80FD\u63A5\u6536\u5B57\u6BB5\u7EC4\u4EF6",moveUpFirstChildHint:"\u5DF2\u7ECF\u79FB\u52A8\u5230\u6700\u4E0A\u9762",moveDownLastChildHint:"\u5DF2\u7ECF\u79FB\u52A8\u5230\u6700\u4E0B\u9762",closePreview:"\u5173\u95ED",copyJson:"\u590D\u5236JSON",saveFormJson:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",copyVueCode:"\u590D\u5236Vue\u4EE3\u7801",copyHtmlCode:"\u590D\u5236HTML\u4EE3\u7801",copyJsonSuccess:"\u590D\u5236JSON\u6210\u529F",importJsonSuccess:"\u5BFC\u5165JSON\u6210\u529F",invalidJsonFormat:"\u65E0\u6548\u7684\u8868\u5355JSON\u683C\u5F0F",jsonVersionMismatch:"\u8868\u5355JSON\u7248\u672C\u53F7\u4E0D\u5339\u914D",copyJsonFail:"\u590D\u5236JSON\u5931\u8D25",copyVueCodeSuccess:"\u590D\u5236Vue\u4EE3\u7801\u6210\u529F",copyVueCodeFail:"\u590D\u5236Vue\u4EE3\u7801\u5931\u8D25",copyHtmlCodeSuccess:"\u590D\u5236HTML\u4EE3\u7801\u6210\u529F",copyHtmlCodeFail:"\u590D\u5236HTML\u4EE3\u7801\u5931\u8D25",saveVueCode:"\u4FDD\u5B58Vue\u6587\u4EF6",saveHtmlCode:"\u4FDD\u5B58Html\u6587\u4EF6",getFormData:"\u83B7\u53D6\u6570\u636E",resetForm:"\u91CD\u7F6E\u8868\u5355",disableForm:"\u7981\u7528\u7F16\u8F91",enableForm:"\u6062\u590D\u7F16\u8F91",exportFormData:"\u8868\u5355\u6570\u636E",copyFormData:"\u590D\u5236JSON",saveFormData:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",copyVue2SFC:"\u590D\u5236Vue2\u4EE3\u7801",copyVue3SFC:"\u590D\u5236Vue3\u4EE3\u7801",copySFCFail:"\u590D\u5236SFC\u4EE3\u7801\u5931\u8D25",copySFCSuccess:"\u590D\u5236SFC\u4EE3\u7801\u6210\u529F",saveVue2SFC:"\u4FDD\u5B58\u4E3AVue2\u7EC4\u4EF6",saveVue3SFC:"\u4FDD\u5B58\u4E3AVue3\u7EC4\u4EF6",fileNameForSave:"\u6587\u4EF6\u540D\uFF1A",saveFileTitle:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",fileNameInputPlaceholder:"\u8BF7\u8F93\u5165\u6587\u4EF6\u540D",sampleLoadedSuccess:"\u8868\u5355\u793A\u4F8B\u52A0\u8F7D\u6210\u529F",sampleLoadedFail:"\u8868\u5355\u793A\u4F8B\u52A0\u8F7D\u5931\u8D25",loadFormTemplate:"\u52A0\u8F7D\u6B64\u6A21\u677F",loadFormTemplateHint:"\u662F\u5426\u52A0\u8F7D\u8FD9\u4E2A\u6A21\u677F\uFF1F\u52A0\u8F7D\u540E\u4F1A\u8986\u76D6\u8BBE\u8BA1\u5668\u5F53\u524D\u8868\u5355\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u201C\u64A4\u9500\u201D\u529F\u80FD\u6062\u590D\u3002",loadFormTemplateSuccess:"\u8868\u5355\u6A21\u677F\u52A0\u8F7D\u6210\u529F",loadFormTemplateFailed:"\u8868\u5355\u6A21\u677F\u52A0\u8F7D\u5931\u8D25",currentNodeCannotBeSelected:"\u5F53\u524D\u7EC4\u4EF6\u8282\u70B9\u4E0D\u53EF\u9009\u62E9",widgetSetting:"\u7EC4\u4EF6\u8BBE\u7F6E",formSetting:"\u8868\u5355\u8BBE\u7F6E",prompt:"\u63D0\u793A",confirm:"\u786E\u5B9A",cancel:"\u53D6\u6D88",import:"\u5BFC\u5165",importJsonHint:"\u5BFC\u5165\u7684JSON\u5185\u5BB9\u987B\u7B26\u5408\u4E0B\u8FF0\u683C\u5F0F\uFF0C\u4EE5\u4FDD\u8BC1\u987A\u5229\u5BFC\u5165.",invalidOptionsData:"\u65E0\u6548\u7684\u9009\u9879\u6570\u636E:",lastPaneCannotBeDeleted:"\u4EC5\u5269\u4E00\u4E2A\u9009\u9879\u5361\u9875\u4E0D\u53EF\u5220\u9664.",duplicateName:"\u7EC4\u4EF6\u540D\u79F0\u5DF2\u5B58\u5728: ",nameRequired:"\u7EC4\u4EF6\u540D\u79F0\u4E0D\u53EF\u4E3A\u7A7A",numberValidator:"\u6570\u5B57",letterValidator:"\u5B57\u6BCD",letterAndNumberValidator:"\u6570\u5B57\u5B57\u6BCD",mobilePhoneValidator:"\u624B\u673A\u53F7\u7801",emailValidator:"\u90AE\u7BB1",urlValidator:"\u7F51\u5740",noChineseValidator:"\u975E\u4E2D\u6587\u5B57\u7B26",chineseValidator:"\u4EC5\u4E2D\u6587\u5B57\u7B26",maxLen12Decimals6Validator:"\u6700\u5927\u957F\u5EA6\u4E3A12\u4F4D\uFF0C\u5C0F\u6570\u70B9\u540E6\u4F4D",isPositiveIntegerLengthValidator:"1-4\u4F4D\u7684\u6B63\u6574\u6570",isPositiveIntegerZeroValidator:"0\u62161-4\u4F4D\u7684\u6B63\u6574\u6570",maxLen10Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A10\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",maxLen12Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A12\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",latitude:"\u8D1F90\u523090\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",longitude:"\u8D1F180\u5230180\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",sixFigures:"\u6574\u6570\u90E8\u5206\u6700\u591A6\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A6\u4F4D\u7684\u6570\u5B57",percentage:"0-100\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u56DB\u4F4D",rowspanNotConsistentForMergeEntireRow:"\u5B58\u5728\u884C\u9AD8\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u65E0\u6CD5\u5408\u5E76\u6574\u884C.",colspanNotConsistentForMergeEntireColumn:"\u5B58\u5728\u5217\u5BBD\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u65E0\u6CD5\u5408\u5E76\u6574\u5217.",rowspanNotConsistentForDeleteEntireRow:"\u5B58\u5728\u884C\u9AD8\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u4E0D\u53EF\u5220\u9664\u6574\u884C.",colspanNotConsistentForDeleteEntireColumn:"\u5B58\u5728\u5217\u5BBD\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u4E0D\u53EF\u5220\u9664\u6574\u5217.",lastColCannotBeDeleted:"\u6700\u540E\u4E00\u5217\u4E0D\u53EF\u5220\u9664.",lastRowCannotBeDeleted:"\u6700\u540E\u4E00\u884C\u4E0D\u53EF\u5220\u9664."},toolbar:{undoHint:"\u64A4\u9500",redoHint:"\u91CD\u505A",pcLayout:"PC",padLayout:"Pad",mobileLayout:"H5",nodeTreeHint:"\u7EC4\u4EF6\u5C42\u6B21\u7ED3\u6784\u6811",nodeTreeTitle:"\u7EC4\u4EF6\u5C42\u6B21\u7ED3\u6784\u6811",clear:"\u6E05\u7A7A",preview:"\u9884\u89C8",importJson:"\u5BFC\u5165JSON",exportJson:"\u5BFC\u51FAJSON",exportCode:"\u5BFC\u51FA\u4EE3\u7801",generateCode:"\u751F\u6210\u4EE3\u7801",generateSFC:"\u751F\u6210SFC"},setting:{basicSetting:"\u57FA\u672C\u5C5E\u6027",attributeSetting:"\u5C5E\u6027\u8BBE\u7F6E",commonSetting:"\u5E38\u89C1\u5C5E\u6027",advancedSetting:"\u9AD8\u7EA7\u5C5E\u6027",eventSetting:"\u4E8B\u4EF6\u5C5E\u6027",uniqueName:"\u552F\u4E00\u540D\u79F0",editNameHelp:"\u4FEE\u6539\u540D\u79F0\u540E\u9700\u6309\u56DE\u8F66\u786E\u8BA4",label:"\u6807\u7B7E",displayType:"\u663E\u793A\u7C7B\u578B",defaultValue:"\u9ED8\u8BA4\u503C",placeholder:"\u5360\u4F4D\u5185\u5BB9",startPlaceholder:"\u8D77\u59CB\u5360\u4F4D\u5185\u5BB9",endPlaceholder:"\u622A\u6B62\u5360\u4F4D\u5185\u5BB9",widgetColumnWidth:"\u7EC4\u4EF6\u5217\u5BBD",widgetSize:"\u7EC4\u4EF6\u5927\u5C0F",fontSize:"\u5B57\u4F53\u5927\u5C0F",fontColor:"\u6587\u5B57\u989C\u8272",textAlign:"\u6587\u5B57\u5BF9\u9F50",autoFullWidth:"\u81EA\u52A8\u62C9\u4F38\u5BBD\u5EA6",showStops:"\u663E\u793A\u95F4\u65AD\u70B9",displayStyle:"\u663E\u793A\u6837\u5F0F",inlineLayout:"\u884C\u5185",blockLayout:"\u5757",buttonStyle:"\u663E\u793A\u4E3A\u6309\u94AE",border:"\u5E26\u6709\u8FB9\u6846",labelWidth:"\u6807\u7B7E\u5BBD\u5EA6",rows:"\u884C\u6570",labelHidden:"\u9690\u85CF\u5B57\u6BB5\u6807\u7B7E",required:"\u5FC5\u586B\u5B57\u6BB5",requiredHint:"\u5FC5\u586B\u6821\u9A8C\u63D0\u793A",validation:"\u5B57\u6BB5\u6821\u9A8C",validationHelp:"\u652F\u6301\u8F93\u5165\u6B63\u5219\u8868\u8FBE\u5F0F",validationHint:"\u6821\u9A8C\u5931\u8D25\u63D0\u793A",readonly:"\u53EA\u8BFB",disabled:"\u7981\u7528",hidden:"\u9690\u85CF",textContent:"\u9759\u6001\u6587\u5B57",preWrap:"\u81EA\u52A8\u6362\u884C",htmlContent:"HTML",clearable:"\u53EF\u6E05\u9664",objectValue:"\u5BF9\u8C61\u503C",editable:"\u53EF\u8F93\u5165",format:"\u663E\u793A\u683C\u5F0F",valueFormat:"\u7ED1\u5B9A\u503C\u683C\u5F0F",showPassword:"\u53EF\u663E\u793A\u5BC6\u7801",filterable:"\u53EF\u641C\u7D22\u9009\u9879",allowCreate:"\u5141\u8BB8\u521B\u5EFA\u9009\u9879",remote:"\u53EF\u8FDC\u7A0B\u641C\u7D22",automaticDropdown:"\u81EA\u52A8\u5F39\u51FA\u9009\u9879",multiple:"\u9009\u9879\u53EF\u591A\u9009",multipleLimit:"\u591A\u9009\u6570\u91CF\u9650\u5236",checkStrictly:"\u4EFB\u610F\u7EA7\u8282\u70B9\u53EF\u9009",showAllLevels:"\u663E\u793A\u5B8C\u6574\u8DEF\u5F84",cascaderLabelKey:"\u663E\u793A\u5B57\u6BB5\u540D",cascaderLabelKeyPlaceholder:"\u9ED8\u8BA4 label",cascaderValueKey:"\u503C\u5B57\u6BB5\u540D",cascaderValueKeyPlaceholder:"\u9ED8\u8BA4 value",cascaderChildrenKey:"\u5B50\u8282\u70B9\u5B57\u6BB5\u540D",cascaderChildrenKeyPlaceholder:"\u9ED8\u8BA4 children",showCheckbox:"\u663E\u793A\u590D\u9009\u6846",contentPosition:"\u6587\u5B57\u4F4D\u7F6E",plain:"\u6734\u7D20\u6309\u94AE",round:"\u5706\u89D2\u6309\u94AE",circle:"\u5706\u5F62\u6309\u94AE",icon:"\u56FE\u6807",optionsSetting:"\u9009\u9879\u8BBE\u7F6E",addOption:"\u589E\u52A0\u9009\u9879",importOptions:"\u5BFC\u5165\u9009\u9879",resetDefault:"\u91CD\u8BBE\u9009\u4E2D\u9879",uploadSetting:"\u4E0A\u4F20\u53C2\u6570\u8BBE\u7F6E",uploadURL:"\u4E0A\u4F20\u5730\u5740",uploadTip:"\u4E0A\u4F20\u63D0\u793A\u5185\u5BB9",withCredentials:"\u53D1\u9001cookie\u51ED\u8BC1",multipleSelect:"\u6587\u4EF6\u53EF\u591A\u9009",showFileList:"\u663E\u793A\u6587\u4EF6\u5217\u8868",limit:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF",fileMaxSize:"\u6587\u4EF6\u5927\u5C0F\u9650\u5236(MB)",fileTypes:"\u4E0A\u4F20\u6587\u4EF6\u7C7B\u578B",fileTypesHelp:"\u652F\u6301\u6DFB\u52A0\u5176\u4ED6\u6587\u4EF6\u7C7B\u578B",headers:"\u4E0A\u4F20\u8BF7\u6C42\u5934",allowDrag:"\u5141\u8BB8\u62D6\u62FD",allowDragHelp:"\u5F00\u542F\u540E\u652F\u6301\u5C06\u6587\u4EF6\u62D6\u62FD\u5230\u4E0A\u4F20\u533A\u57DF",cellWidth:"\u5BBD\u5EA6",cellHeight:"\u9AD8\u5EA6",wordBreak:"\u6587\u5B57\u81EA\u52A8\u6362\u884C",gridColHeight:"\u6805\u683C\u5217\u7EDF\u4E00\u9AD8\u5EA6(px)",gutter:"\u6805\u683C\u95F4\u9694(px)",columnSetting:"\u6805\u683C\u5C5E\u6027\u8BBE\u7F6E",colsOfGrid:"\u5F53\u524D\u6805\u683C\u5217:",colSpanTitle:"\u6805\u683C\u5BBD\u5EA6",colOffsetTitle:"\u5DE6\u4FA7\u95F4\u9694\u683C\u6570",colPushTitle:"\u53F3\u79FB\u6805\u683C\u6570",colPullTitle:"\u5DE6\u79FB\u6805\u683C\u6570",addColumn:"\u589E\u52A0\u6805\u683C",responsive:"\u54CD\u5E94\u5F0F\u5E03\u5C40",tabPaneSetting:"\u9009\u9879\u5361\u8BBE\u7F6E",addTabPane:"\u589E\u52A0\u9009\u9879\u5361\u9875",paneActive:"\u6FC0\u6D3B",customLabelIcon:"\u5B9A\u5236\u5B57\u6BB5\u6807\u7B7E",labelIconClass:"\u6807\u7B7EIcon\u6837\u5F0F",labelIconPosition:"\u6807\u7B7EIcon\u4F4D\u7F6E",labelTooltip:"\u6807\u7B7E\u6587\u5B57\u63D0\u793A",minValue:"\u6700\u5C0F\u503C",maxValue:"\u6700\u5927\u503C",precision:"\u7CBE\u5EA6",step:"\u589E\u51CF\u6B65\u957F",controlsPosition:"\u63A7\u5236\u6309\u94AE\u4F4D\u7F6E",minLength:"\u6700\u5C0F\u957F\u5EA6",maxLength:"\u6700\u5927\u957F\u5EA6",showWordLimit:"\u663E\u793A\u5B57\u6570\u7EDF\u8BA1",prefixIcon:"\u5934\u90E8Icon",suffixIcon:"\u5C3E\u90E8Icon",inputButton:"\u8F93\u5165\u6846\u6309\u94AE\u8BBE\u7F6E",appendButton:"\u6DFB\u52A0\u540E\u7F6E\u6309\u94AE",appendButtonDisabled:"\u540E\u7F6E\u6309\u94AE\u7981\u7528",appendButtonIcon:"\u540E\u7F6E\u6309\u94AEIcon",buttonIcon:"\u6309\u94AEIcon",switchWidth:"\u5F00\u5173\u5BBD\u5EA6\uFF08\u50CF\u7D20\uFF09",activeText:"\u5F00\u542F\u65F6\u6587\u5B57\u63CF\u8FF0",inactiveText:"\u5173\u95ED\u65F6\u6587\u5B57\u63CF\u8FF0",activeColor:"\u5F00\u542F\u65F6\u80CC\u666F\u8272",inactiveColor:"\u5173\u95ED\u65F6\u80CC\u666F\u8272",maxStars:"\u6700\u5927\u8BC4\u5206\u503C",lowThreshold:"\u4F4E\u5206\u754C\u9650\u503C",highThreshold:"\u9AD8\u5206\u754C\u9650\u503C",allowHalf:"\u5141\u8BB8\u534A\u9009",showText:"\u663E\u793A\u8F85\u52A9\u6587\u5B57",showScore:"\u663E\u793A\u5F53\u524D\u5206\u6570",range:"\u662F\u5426\u4E3A\u8303\u56F4\u9009\u62E9",vertical:"\u662F\u5426\u7AD6\u5411\u663E\u793A",showBlankRow:"\u9ED8\u8BA4\u663E\u793A\u65B0\u884C",showRowNumber:"\u663E\u793A\u884C\u53F7",contentHeight:"\u5185\u5BB9\u533A\u9AD8\u5EA6",insertColumnToLeft:"\u63D2\u5165\u5DE6\u4FA7\u5217",insertColumnToRight:"\u63D2\u5165\u53F3\u4FA7\u5217",insertRowAbove:"\u63D2\u5165\u4E0A\u65B9\u884C",insertRowBelow:"\u63D2\u5165\u4E0B\u65B9\u884C",mergeLeftColumn:"\u5408\u5E76\u5DE6\u4FA7\u5355\u5143\u683C",mergeRightColumn:"\u5408\u5E76\u53F3\u4FA7\u5355\u5143\u683C",mergeEntireRow:"\u5408\u5E76\u6574\u884C",mergeRowAbove:"\u5408\u5E76\u4E0A\u65B9\u5355\u5143\u683C",mergeRowBelow:"\u5408\u5E76\u4E0B\u65B9\u5355\u5143\u683C",mergeEntireColumn:"\u5408\u5E76\u6574\u5217",undoMergeCol:"\u64A4\u9500\u5217\u5408\u5E76",undoMergeRow:"\u64A4\u9500\u884C\u5408\u5E76",deleteEntireCol:"\u5220\u9664\u6574\u5217",deleteEntireRow:"\u5220\u9664\u6574\u884C",widgetName:"\u7EC4\u4EF6\u552F\u4E00\u540D\u79F0",formSize:"\u5168\u5C40\u7EC4\u4EF6\u5927\u5C0F",labelPosition:"\u6807\u7B7E\u4F4D\u7F6E",topPosition:"\u9876\u90E8",leftPosition:"\u5DE6\u8FB9",labelAlign:"\u5B57\u6BB5\u6807\u7B7E\u5BF9\u9F50",leftAlign:"\u5C45\u5DE6",centerAlign:"\u5C45\u4E2D",rightAlign:"\u5C45\u53F3",formCss:"\u8868\u5355\u5168\u5C40CSS",addCss:"\u7F16\u5199CSS",customClass:"\u81EA\u5B9A\u4E49CSS\u6837\u5F0F",mainTip:"\u4E3B\u63D0\u793A\u8BED",subTip:"\u526F\u63D0\u793A\u8BED",globalFunctions:"\u8868\u5355\u5168\u5C40\u51FD\u6570",addEventHandler:"\u7F16\u5199\u4EE3\u7801",editWidgetEventHandler:"\u7EC4\u4EF6\u4E8B\u4EF6\u5904\u7406",editFormEventHandler:"\u8868\u5355\u4E8B\u4EF6\u5904\u7406",formSFCSetting:"\u751F\u6210SFC\u8BBE\u7F6E",formModelName:"\u6570\u636E\u5BF9\u8C61\u540D\u79F0",formRefName:"\u5F15\u7528\u540D\u79F0",formRulesName:"\u9A8C\u8BC1\u89C4\u5219\u540D\u79F0",syntaxCheckWarning:"JS\u4EE3\u7801\u5B58\u5728\u8BED\u6CD5\u9519\u8BEF\uFF0C\u8BF7\u4ED4\u7EC6\u68C0\u67E5\uFF01"}}},enLocale_render={render:{hint:{prompt:"Prompt",confirm:"OK",cancel:"Cancel",selectPlaceholder:"Pick some item",timePlaceholder:"Select time",startTimePlaceholder:"Start time",endTimePlaceholder:"End time",datePlaceholder:"Select date",startDatePlaceholder:"Start date",endDatePlaceholder:"End date",blankCellContent:"--",uploadError:"Upload error: ",uploadExceed:"The maximum number(${uploadLimit}) of file uploads has been exceeded.",unsupportedFileType:"Unsupported format: ",fileSizeExceed:"File size out of limit: ",refNotFound:"Ref not found: ",fieldRequired:"Input value should be not null.",invalidNumber:"Invalid number format",selectFile:" File...",downloadFile:"Download",removeFile:"Remove",validationFailed:"Form validation failed",subFormAction:"Action",subFormAddAction:"Add",subFormAddActionHint:"add new row",insertSubFormRow:"insert new row",deleteSubFormRow:"delete this row",nonSubFormType:"The type of widget don't match sub-form"}}},zhLocale_render={render:{hint:{prompt:"\u63D0\u793A",confirm:"\u786E\u5B9A",cancel:"\u53D6\u6D88",selectPlaceholder:"\u8BF7\u9009\u62E9",timePlaceholder:"\u9009\u62E9\u65F6\u95F4",startTimePlaceholder:"\u8D77\u59CB\u65F6\u95F4",endTimePlaceholder:"\u622A\u6B62\u65F6\u95F4",datePlaceholder:"\u9009\u62E9\u65E5\u671F",startDatePlaceholder:"\u8D77\u59CB\u65E5\u671F",endDatePlaceholder:"\u622A\u6B62\u65E5\u671F",blankCellContent:"--",uploadError:"\u4E0A\u4F20\u9519\u8BEF: ",uploadExceed:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF(${uploadLimit})\u5DF2\u8D85\u51FA.",unsupportedFileType:"\u4E0D\u652F\u6301\u683C\u5F0F: ",fileSizeExceed:"\u6587\u4EF6\u5927\u5C0F\u5DF2\u8D85\u51FA: ",refNotFound:"\u7EC4\u4EF6\u672A\u627E\u5230: ",fieldRequired:"\u5B57\u6BB5\u503C\u4E0D\u53EF\u4E3A\u7A7A",invalidNumber:"\u6570\u636E\u683C\u5F0F\u9519\u8BEF",selectFile:" \u9009\u62E9\u6587\u4EF6",downloadFile:"\u4E0B\u8F7D",removeFile:"\u79FB\u9664",validationFailed:"\u8868\u5355\u6570\u636E\u6821\u9A8C\u5931\u8D25",subFormAction:"\u64CD\u4F5C",subFormAddAction:"\u65B0\u589E",subFormAddActionHint:"\u65B0\u589E\u884C",insertSubFormRow:"\u63D2\u5165\u884C",deleteSubFormRow:"\u5220\u9664\u884C",nonSubFormType:"\u7EC4\u4EF6\u7C7B\u578B\u4E0D\u662F\u5B50\u8868\u5355",selectTreeCheckStrictly:"\u662F\u5426\u4E25\u683C\u9009\u4E2D"}}},enLocale_extension={extension:{widgetLabel:{card:"Card",alert:"Alert","person-tree":"Person Tree","asset-select":"Asset Select","radio-other":"Radio (Other)","select-other":"Select (Other)","custom-sub-form":"Custom Sub Form","sub-table":"Sub Table","asset-table":"Asset Table","resolution-table":"Resolution Table","fixed-table":"Fixed Table","asset-type":"Asset Type","equity-table":"Equity Table","current-user":"Current User","current-user-second-company":"Current User Second Company","custom-input":"Custom Input"},setting:{cardFolded:"Folded",cardShowFold:"Show Fold",cardWidth:"Width Of Card",cardShadow:"Shadow",alertTitle:"Title",alertType:"Type",description:"Description",closable:"Closable",closeText:"Text On Close Btn",center:"Center",showIcon:"Show Icon",effect:"Effect",personTreeButtonText:"Button Text",personTreeDialogTitle:"Dialog Title",personTreeTreeParams:"Tree Params",personTreeDialogWidth:"Dialog Width",personTreeConfirmText:"Confirm Button Text",personTreeCancelText:"Cancel Button Text",personTreeHideFooter:"Hide Dialog Footer",personTreeMultiple:"Multiple",meetingRoomRemoteUrl:"Request URL",allowMultiple:"Allow Multiple",currentUserType:"Current User Type",selectTreeCheckStrictly:"Check Strictly",assetSelectButtonText:"Button Text",assetSelectTypeJson:"Asset Type Json",assetTableTypeJson:"Asset Table Type Json",fixedTableTypeJson:"Fixed Table Type Json",assetTableClickRow:"Click Row",fixedTableClickRow:"Click Row",equityTableTypeJson:"Equity Table Type Json",equityTableClickRow:"Click Row",assetSelectAssetTypeValue:"Asset Type Value",assetTypeAssetTypeValue:"Asset Type",assetLimit:"Asset Limit",assetType:"Asset Typee",subTableShowIndex:"Show Index"}}},zhLocale_extension={extension:{widgetLabel:{card:"\u5361\u7247",alert:"\u63D0\u793A","person-tree":"\u4EBA\u5458\u6811","current-user":"\u5F53\u524D\u7528\u6237","current-user-second-company":"\u5F53\u524D\u7528\u6237\u4E8C\u7EA7\u516C\u53F8","asset-select":"\u8D44\u4EA7\u9009\u62E9","asset-table":"\u8D44\u4EA7\u8868\u683C","radio-other":"\u5355\u9009\u9879\uFF08\u5176\u4ED6\uFF09","select-other":"\u4E0B\u62C9\u9009\u9879\uFF08\u5176\u4ED6\uFF09","meeting-room":"\u4F1A\u8BAE\u5BA4","custom-sub-form":"\u81EA\u5B9A\u4E49\u5B50\u8868\u5355","sub-table":"\u5B50\u8868\u683C","asset-type":"\u8D44\u4EA7\u7C7B\u578B","resolution-table":"\u51B3\u8BAE\u8868\u683C","fixed-table":"\u56FA\u5B9A\u8D44\u4EA7\u6295\u8D44","equity-table":"\u80A1\u6743\u6295\u8D44\u9879\u76EE","custom-input":"\u81EA\u5B9A\u4E49\u8F93\u5165"},setting:{cardFolded:"\u662F\u5426\u6536\u8D77",cardShowFold:"\u663E\u793A\u6298\u53E0\u6309\u94AE",cardWidth:"\u5361\u7247\u5BBD\u5EA6",cardShadow:"\u663E\u793A\u9634\u5F71",alertTitle:"\u6807\u9898",alertType:"\u7C7B\u578B",description:"\u8F85\u52A9\u6027\u6587\u5B57",closable:"\u662F\u5426\u53EF\u5173\u95ED",closeText:"\u5173\u95ED\u6309\u94AE\u6587\u5B57",center:"\u6587\u5B57\u5C45\u4E2D",showIcon:"\u663E\u793A\u56FE\u6807",effect:"\u663E\u793A\u6548\u679C",personTreeButtonText:"\u6309\u94AE\u6587\u5B57",personTreeDialogTitle:"\u5F39\u7A97\u6807\u9898",personTreeTreeParams:"\u8BF7\u6C42\u53C2\u6570",personTreeDialogWidth:"\u5F39\u7A97\u5BBD\u5EA6",personTreeConfirmText:"\u786E\u5B9A\u6309\u94AE\u6587\u5B57",personTreeCancelText:"\u53D6\u6D88\u6309\u94AE\u6587\u5B57",personTreeHideFooter:"\u9690\u85CF\u5E95\u90E8\u6309\u94AE",personTreeMultiple:"\u662F\u5426\u591A\u9009",meetingRoomRemoteUrl:"\u8BF7\u6C42\u5730\u5740",allowMultiple:"\u662F\u5426\u591A\u9009",currentUserType:"\u5F53\u524D\u7528\u6237\u7C7B\u578B",selectTreeCheckStrictly:"\u662F\u5426\u4E25\u683C\u9009\u4E2D",assetSelectButtonText:"\u6309\u94AE\u6587\u5B57",assetSelectTypeJson:"\u8D44\u4EA7\u7C7B\u578BJson",assetTableTypeJson:"\u8D44\u4EA7\u8868\u683C\u7C7B\u578BJson",fixedTableTypeJson:"\u8D44\u4EA7\u6295\u8D44\u8868\u683CJson",assetTableClickRow:"\u662F\u5426\u70B9\u51FB\u884C",fixedTableClickRow:"\u662F\u5426\u70B9\u51FB\u884C",equityTableTypeJson:"\u8D44\u4EA7\u6295\u8D44\u8868\u683CJson",equityTableClickRow:"\u662F\u5426\u70B9\u51FB\u884C",assetSelectAssetTypeValue:"\u8D44\u4EA7\u7C7B\u578B\u503C",assetTypeAssetTypeValue:"\u9ED8\u8BA4\u8D44\u4EA7\u7C7B\u578B\u503C",assetSelectAssetLimit:"\u8D44\u4EA7\u9009\u62E9\u9650\u5236",subTableShowIndex:"\u662F\u5426\u663E\u793A\u5E8F\u53F7\u5217"}}};const langResources={"en-US":De(De(De({something:{}},enLocale),enLocale_render),enLocale_extension),"zh-CN":De(De(De({something:{}},zhLocale),zhLocale_render),zhLocale_extension)},i18n=createI18n({locale:localStorage.getItem("v_form_locale")||"zh-CN",messages:langResources}),changeLocale=function(s){i18n.setLang(s),localStorage.setItem("v_form_locale",s)},translate=function(s){return i18n.$st(s)};var i18n$1={methods:{i18nt(s){return i18n.$st(s)},i18n2t(s,p){return i18n.$st2(s,p)}}},refMixin={methods:{initRefList(){this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name&&(this.refList[this.widget.options.name]=this)},getWidgetRef(s,p){let e=this.refList[s];return!e&&!!p&&this.$message.error(this.i18nt("render.hint.refNotFound")+s),e},getFormRef(){return this.refList.v_form_ref},getComponentByContainer(s){return s.type==="grid"?"vf-grid-item":s.type+"-item"}}},index_vue_vue_type_style_index_0_scoped_true_lang$4="";const _sfc_main$1f={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String},title:{type:String,default:""}},computed:{iconName(){return`#icon-${this.iconClass}`},svgClass(){return this.className?"svg-icon "+this.className:"svg-icon"}}},_hoisted_1$N=["xlink:href"],_hoisted_2$B={key:0};function _sfc_render$1f(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("svg",{class:vue.normalizeClass(b.svgClass),"aria-hidden":"true"},[vue.createElementVNode("use",{"xlink:href":b.iconName},null,8,_hoisted_1$N),e.title?(vue.openBlock(),vue.createElementBlock("title",_hoisted_2$B,vue.toDisplayString(e.title),1)):vue.createCommentVNode("",!0)],2)}var SvgIcon=_export_sfc$1(_sfc_main$1f,[["render",_sfc_render$1f],["__scopeId","data-v-8002b89a"]]),staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$1e={name:"static-content-wrapper",mixins:[i18n$1],components:{SvgIcon},props:{field:Object,designer:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designState:{type:Boolean,default:!1},displayStyle:{type:String,default:"block"},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},computed:{selected(){return!!this.designer&&this.field.id===this.designer.selectedId},customClass(){return this.field.options.customClass?this.field.options.customClass.join(" "):""}},methods:{selectField(s){this.designer&&(this.designer.setSelected(s),this.designer.emitEvent("field-selected",this.parentWidget))},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},removeFieldWidget(){if(this.parentList){const s=this.designer.selectedWidgetName;let p=null;this.parentList.length===1?this.parentWidget&&(p=this.parentWidget):this.parentList.length===1+this.indexOfParentList?p=this.parentList[this.indexOfParentList-1]:p=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.setSelected(p),this.designer.formWidget.deleteWidgetRef(s),this.designer.emitHistoryChange()})}}}},_hoisted_1$M={key:0,class:"field-action"},_hoisted_2$A=["title"],_hoisted_3$w=["title"],_hoisted_4$k=["title"],_hoisted_5$h=["title"],_hoisted_6$g={key:1,class:"drag-handler background-opacity"},_hoisted_7$e=["title"],_hoisted_8$9={key:0};function _sfc_render$1e(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon");return vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["field-wrapper",{"design-time-bottom-margin":!!this.designer}]),style:vue.normalizeStyle({display:e.displayStyle})},[!e.field.options.hidden||e.designState===!0?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:vue.normalizeClass(["static-content-item",[b.selected?"selected":"",b.customClass]]),style:vue.normalizeStyle({display:e.displayStyle}),onClick:p[0]||(p[0]=vue.withModifiers(x=>b.selectField(e.field),["stop"]))},[vue.renderSlot(s.$slots,"default",{},void 0,!0)],6)):vue.createCommentVNode("",!0),this.designer?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[e.designer.selectedId===e.field.id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1$M,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.selectParentWidget"),onClick:p[1]||(p[1]=vue.withModifiers(x=>b.selectParentWidget(e.field),["stop"]))},[vue.createVNode(A,{"icon-class":"el-back"})],8,_hoisted_2$A),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:0,title:s.i18nt("designer.hint.moveUpWidget"),onClick:p[2]||(p[2]=vue.withModifiers(x=>b.moveUpWidget(e.field),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-up"})],8,_hoisted_3$w)):vue.createCommentVNode("",!0),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:1,title:s.i18nt("designer.hint.moveDownWidget"),onClick:p[3]||(p[3]=vue.withModifiers(x=>b.moveDownWidget(e.field),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-down"})],8,_hoisted_4$k)):vue.createCommentVNode("",!0),vue.createElementVNode("i",{title:s.i18nt("designer.hint.remove"),onClick:p[4]||(p[4]=vue.withModifiers((...x)=>b.removeFieldWidget&&b.removeFieldWidget(...x),["stop"]))},[vue.createVNode(A,{"icon-class":"el-delete"})],8,_hoisted_5$h)])):vue.createCommentVNode("",!0),e.designer.selectedId===e.field.id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_6$g,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.dragHandler")},[vue.createVNode(A,{"icon-class":"el-drag-move"})],8,_hoisted_7$e),vue.createElementVNode("i",null,vue.toDisplayString(s.i18n2t(`designer.widgetLabel.${e.field.type}`,`extension.widgetLabel.${e.field.type}`)),1),e.field.options.hidden===!0?(vue.openBlock(),vue.createElementBlock("i",_hoisted_8$9,[vue.createVNode(A,{"icon-class":"el-hide"})])):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0)],64)):vue.createCommentVNode("",!0)],6)}var StaticContentWrapper=_export_sfc$1(_sfc_main$1e,[["render",_sfc_render$1e],["__scopeId","data-v-41799baa"]]),__glob_0_20=Object.freeze(Object.defineProperty({__proto__:null,default:StaticContentWrapper},Symbol.toStringTag,{value:"Module"})),clipboard={exports:{}};/*!
2
+ `),function(x){if(b=x.indexOf(":"),g=utils$8.trim(x.substr(0,b)).toLowerCase(),_=utils$8.trim(x.substr(b+1)),g){if(e[g]&&ignoreDuplicateOf.indexOf(g)>=0)return;g==="set-cookie"?e[g]=(e[g]?e[g]:[]).concat([_]):e[g]=e[g]?e[g]+", "+_:_}}),e},utils$7=utils$d,isURLSameOrigin$1=utils$7.isStandardBrowserEnv()?function(){var p=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a"),g;function _(b){var A=b;return p&&(e.setAttribute("href",A),A=e.href),e.setAttribute("href",A),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:e.pathname.charAt(0)==="/"?e.pathname:"/"+e.pathname}}return g=_(window.location.href),function(A){var x=utils$7.isString(A)?_(A):A;return x.protocol===g.protocol&&x.host===g.host}}():function(){return function(){return!0}}();function Cancel$3(s){this.message=s}Cancel$3.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},Cancel$3.prototype.__CANCEL__=!0;var Cancel_1=Cancel$3,utils$6=utils$d,settle=settle$1,cookies=cookies$1,buildURL$1=buildURL$2,buildFullPath=buildFullPath$1,parseHeaders=parseHeaders$1,isURLSameOrigin=isURLSameOrigin$1,createError=createError$2,defaults$4=defaults_1,Cancel$2=Cancel_1,xhr=function(p){return new Promise(function(g,_){var b=p.data,A=p.headers,x=p.responseType,d;function u(){p.cancelToken&&p.cancelToken.unsubscribe(d),p.signal&&p.signal.removeEventListener("abort",d)}utils$6.isFormData(b)&&delete A["Content-Type"];var i=new XMLHttpRequest;if(p.auth){var o=p.auth.username||"",t=p.auth.password?unescape(encodeURIComponent(p.auth.password)):"";A.Authorization="Basic "+btoa(o+":"+t)}var n=buildFullPath(p.baseURL,p.url);i.open(p.method.toUpperCase(),buildURL$1(n,p.params,p.paramsSerializer),!0),i.timeout=p.timeout;function r(){if(!!i){var l="getAllResponseHeaders"in i?parseHeaders(i.getAllResponseHeaders()):null,h=!x||x==="text"||x==="json"?i.responseText:i.response,f={data:h,status:i.status,statusText:i.statusText,headers:l,config:p,request:i};settle(function(m){g(m),u()},function(m){_(m),u()},f),i=null}}if("onloadend"in i?i.onloadend=r:i.onreadystatechange=function(){!i||i.readyState!==4||i.status===0&&!(i.responseURL&&i.responseURL.indexOf("file:")===0)||setTimeout(r)},i.onabort=function(){!i||(_(createError("Request aborted",p,"ECONNABORTED",i)),i=null)},i.onerror=function(){_(createError("Network Error",p,null,i)),i=null},i.ontimeout=function(){var h=p.timeout?"timeout of "+p.timeout+"ms exceeded":"timeout exceeded",f=p.transitional||defaults$4.transitional;p.timeoutErrorMessage&&(h=p.timeoutErrorMessage),_(createError(h,p,f.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",i)),i=null},utils$6.isStandardBrowserEnv()){var a=(p.withCredentials||isURLSameOrigin(n))&&p.xsrfCookieName?cookies.read(p.xsrfCookieName):void 0;a&&(A[p.xsrfHeaderName]=a)}"setRequestHeader"in i&&utils$6.forEach(A,function(h,f){typeof b=="undefined"&&f.toLowerCase()==="content-type"?delete A[f]:i.setRequestHeader(f,h)}),utils$6.isUndefined(p.withCredentials)||(i.withCredentials=!!p.withCredentials),x&&x!=="json"&&(i.responseType=p.responseType),typeof p.onDownloadProgress=="function"&&i.addEventListener("progress",p.onDownloadProgress),typeof p.onUploadProgress=="function"&&i.upload&&i.upload.addEventListener("progress",p.onUploadProgress),(p.cancelToken||p.signal)&&(d=function(l){!i||(_(!l||l&&l.type?new Cancel$2("canceled"):l),i.abort(),i=null)},p.cancelToken&&p.cancelToken.subscribe(d),p.signal&&(p.signal.aborted?d():p.signal.addEventListener("abort",d))),b||(b=null),i.send(b)})},utils$5=utils$d,normalizeHeaderName=normalizeHeaderName$1,enhanceError=enhanceError$2,DEFAULT_CONTENT_TYPE={"Content-Type":"application/x-www-form-urlencoded"};function setContentTypeIfUnset(s,p){!utils$5.isUndefined(s)&&utils$5.isUndefined(s["Content-Type"])&&(s["Content-Type"]=p)}function getDefaultAdapter(){var s;return(typeof XMLHttpRequest!="undefined"||typeof process!="undefined"&&Object.prototype.toString.call(process)==="[object process]")&&(s=xhr),s}function stringifySafely(s,p,e){if(utils$5.isString(s))try{return(p||JSON.parse)(s),utils$5.trim(s)}catch(g){if(g.name!=="SyntaxError")throw g}return(e||JSON.stringify)(s)}var defaults$3={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:getDefaultAdapter(),transformRequest:[function(p,e){return normalizeHeaderName(e,"Accept"),normalizeHeaderName(e,"Content-Type"),utils$5.isFormData(p)||utils$5.isArrayBuffer(p)||utils$5.isBuffer(p)||utils$5.isStream(p)||utils$5.isFile(p)||utils$5.isBlob(p)?p:utils$5.isArrayBufferView(p)?p.buffer:utils$5.isURLSearchParams(p)?(setContentTypeIfUnset(e,"application/x-www-form-urlencoded;charset=utf-8"),p.toString()):utils$5.isObject(p)||e&&e["Content-Type"]==="application/json"?(setContentTypeIfUnset(e,"application/json"),stringifySafely(p)):p}],transformResponse:[function(p){var e=this.transitional||defaults$3.transitional,g=e&&e.silentJSONParsing,_=e&&e.forcedJSONParsing,b=!g&&this.responseType==="json";if(b||_&&utils$5.isString(p)&&p.length)try{return JSON.parse(p)}catch(A){if(b)throw A.name==="SyntaxError"?enhanceError(A,this,"E_JSON_PARSE"):A}return p}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(p){return p>=200&&p<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};utils$5.forEach(["delete","get","head"],function(p){defaults$3.headers[p]={}}),utils$5.forEach(["post","put","patch"],function(p){defaults$3.headers[p]=utils$5.merge(DEFAULT_CONTENT_TYPE)});var defaults_1=defaults$3,utils$4=utils$d,defaults$2=defaults_1,transformData$1=function(p,e,g){var _=this||defaults$2;return utils$4.forEach(g,function(A){p=A.call(_,p,e)}),p},isCancel$1=function(p){return!!(p&&p.__CANCEL__)},utils$3=utils$d,transformData=transformData$1,isCancel=isCancel$1,defaults$1=defaults_1,Cancel$1=Cancel_1;function throwIfCancellationRequested(s){if(s.cancelToken&&s.cancelToken.throwIfRequested(),s.signal&&s.signal.aborted)throw new Cancel$1("canceled")}var dispatchRequest$1=function(p){throwIfCancellationRequested(p),p.headers=p.headers||{},p.data=transformData.call(p,p.data,p.headers,p.transformRequest),p.headers=utils$3.merge(p.headers.common||{},p.headers[p.method]||{},p.headers),utils$3.forEach(["delete","get","head","post","put","patch","common"],function(_){delete p.headers[_]});var e=p.adapter||defaults$1.adapter;return e(p).then(function(_){return throwIfCancellationRequested(p),_.data=transformData.call(p,_.data,_.headers,p.transformResponse),_},function(_){return isCancel(_)||(throwIfCancellationRequested(p),_&&_.response&&(_.response.data=transformData.call(p,_.response.data,_.response.headers,p.transformResponse))),Promise.reject(_)})},utils$2=utils$d,mergeConfig$2=function(p,e){e=e||{};var g={};function _(i,o){return utils$2.isPlainObject(i)&&utils$2.isPlainObject(o)?utils$2.merge(i,o):utils$2.isPlainObject(o)?utils$2.merge({},o):utils$2.isArray(o)?o.slice():o}function b(i){if(utils$2.isUndefined(e[i])){if(!utils$2.isUndefined(p[i]))return _(void 0,p[i])}else return _(p[i],e[i])}function A(i){if(!utils$2.isUndefined(e[i]))return _(void 0,e[i])}function x(i){if(utils$2.isUndefined(e[i])){if(!utils$2.isUndefined(p[i]))return _(void 0,p[i])}else return _(void 0,e[i])}function d(i){if(i in e)return _(p[i],e[i]);if(i in p)return _(void 0,p[i])}var u={url:A,method:A,data:A,baseURL:x,transformRequest:x,transformResponse:x,paramsSerializer:x,timeout:x,timeoutMessage:x,withCredentials:x,adapter:x,responseType:x,xsrfCookieName:x,xsrfHeaderName:x,onUploadProgress:x,onDownloadProgress:x,decompress:x,maxContentLength:x,maxBodyLength:x,transport:x,httpAgent:x,httpsAgent:x,cancelToken:x,socketPath:x,responseEncoding:x,validateStatus:d};return utils$2.forEach(Object.keys(p).concat(Object.keys(e)),function(o){var t=u[o]||b,n=t(o);utils$2.isUndefined(n)&&t!==d||(g[o]=n)}),g},data={version:"0.24.0"},VERSION=data.version,validators$1={};["object","boolean","number","function","string","symbol"].forEach(function(s,p){validators$1[s]=function(g){return typeof g===s||"a"+(p<1?"n ":" ")+s}});var deprecatedWarnings={};validators$1.transitional=function(p,e,g){function _(b,A){return"[Axios v"+VERSION+"] Transitional option '"+b+"'"+A+(g?". "+g:"")}return function(b,A,x){if(p===!1)throw new Error(_(A," has been removed"+(e?" in "+e:"")));return e&&!deprecatedWarnings[A]&&(deprecatedWarnings[A]=!0,console.warn(_(A," has been deprecated since v"+e+" and will be removed in the near future"))),p?p(b,A,x):!0}};function assertOptions(s,p,e){if(typeof s!="object")throw new TypeError("options must be an object");for(var g=Object.keys(s),_=g.length;_-- >0;){var b=g[_],A=p[b];if(A){var x=s[b],d=x===void 0||A(x,b,s);if(d!==!0)throw new TypeError("option "+b+" must be "+d);continue}if(e!==!0)throw Error("Unknown option "+b)}}var validator$1={assertOptions,validators:validators$1},utils$1=utils$d,buildURL=buildURL$2,InterceptorManager=InterceptorManager_1,dispatchRequest=dispatchRequest$1,mergeConfig$1=mergeConfig$2,validator=validator$1,validators=validator.validators;function Axios$1(s){this.defaults=s,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}Axios$1.prototype.request=function(p){typeof p=="string"?(p=arguments[1]||{},p.url=arguments[0]):p=p||{},p=mergeConfig$1(this.defaults,p),p.method?p.method=p.method.toLowerCase():this.defaults.method?p.method=this.defaults.method.toLowerCase():p.method="get";var e=p.transitional;e!==void 0&&validator.assertOptions(e,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1);var g=[],_=!0;this.interceptors.request.forEach(function(t){typeof t.runWhen=="function"&&t.runWhen(p)===!1||(_=_&&t.synchronous,g.unshift(t.fulfilled,t.rejected))});var b=[];this.interceptors.response.forEach(function(t){b.push(t.fulfilled,t.rejected)});var A;if(!_){var x=[dispatchRequest,void 0];for(Array.prototype.unshift.apply(x,g),x=x.concat(b),A=Promise.resolve(p);x.length;)A=A.then(x.shift(),x.shift());return A}for(var d=p;g.length;){var u=g.shift(),i=g.shift();try{d=u(d)}catch(o){i(o);break}}try{A=dispatchRequest(d)}catch(o){return Promise.reject(o)}for(;b.length;)A=A.then(b.shift(),b.shift());return A},Axios$1.prototype.getUri=function(p){return p=mergeConfig$1(this.defaults,p),buildURL(p.url,p.params,p.paramsSerializer).replace(/^\?/,"")},utils$1.forEach(["delete","get","head","options"],function(p){Axios$1.prototype[p]=function(e,g){return this.request(mergeConfig$1(g||{},{method:p,url:e,data:(g||{}).data}))}}),utils$1.forEach(["post","put","patch"],function(p){Axios$1.prototype[p]=function(e,g,_){return this.request(mergeConfig$1(_||{},{method:p,url:e,data:g}))}});var Axios_1=Axios$1,Cancel=Cancel_1;function CancelToken(s){if(typeof s!="function")throw new TypeError("executor must be a function.");var p;this.promise=new Promise(function(_){p=_});var e=this;this.promise.then(function(g){if(!!e._listeners){var _,b=e._listeners.length;for(_=0;_<b;_++)e._listeners[_](g);e._listeners=null}}),this.promise.then=function(g){var _,b=new Promise(function(A){e.subscribe(A),_=A}).then(g);return b.cancel=function(){e.unsubscribe(_)},b},s(function(_){e.reason||(e.reason=new Cancel(_),p(e.reason))})}CancelToken.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},CancelToken.prototype.subscribe=function(p){if(this.reason){p(this.reason);return}this._listeners?this._listeners.push(p):this._listeners=[p]},CancelToken.prototype.unsubscribe=function(p){if(!!this._listeners){var e=this._listeners.indexOf(p);e!==-1&&this._listeners.splice(e,1)}},CancelToken.source=function(){var p,e=new CancelToken(function(_){p=_});return{token:e,cancel:p}};var CancelToken_1=CancelToken,spread=function(p){return function(g){return p.apply(null,g)}},isAxiosError=function(p){return typeof p=="object"&&p.isAxiosError===!0},utils=utils$d,bind=bind$2,Axios=Axios_1,mergeConfig=mergeConfig$2,defaults=defaults_1;function createInstance(s){var p=new Axios(s),e=bind(Axios.prototype.request,p);return utils.extend(e,Axios.prototype,p),utils.extend(e,p),e.create=function(_){return createInstance(mergeConfig(s,_))},e}var axios$1=createInstance(defaults);axios$1.Axios=Axios,axios$1.Cancel=Cancel_1,axios$1.CancelToken=CancelToken_1,axios$1.isCancel=isCancel$1,axios$1.VERSION=data.version,axios$1.all=function(p){return Promise.all(p)},axios$1.spread=spread,axios$1.isAxiosError=isAxiosError,axios$2.exports=axios$1,axios$2.exports.default=axios$1;var axios=axios$2.exports,emitter={data(){return{vfEvents:{}}},methods:{emit$(s,p){this.vfEvents[s]&&this.vfEvents[s].forEach(e=>{e(p)})},on$(s,p){this.vfEvents[s]=this.vfEvents[s]||[],this.vfEvents[s].push(p)},off$(s,p){if(this.vfEvents[s]){if(p==null){this.vfEvents[s].length=0;return}for(let e=0;e<this.vfEvents[s].length;e++)if(this.vfEvents[s][e]===p){this.vfEvents[s].splice(e,1);break}}},dispatch:function(p,e,g){let _=this.$parent||this.$root,b=_.$options.componentName;for(;_&&(!b||b!==p);)_=_.$parent,_&&(b=_.$options.componentName);_&&_.emit$&&(_.emit$.call(_,e,g),p==="VFormRender"&&_.$emit(e,...g))},broadcast:function(p,e,g){this.widgetRefList&&Object.keys(this.widgetRefList).forEach(_=>{if(this.widgetRefList[_].$options.componentName===p){let A=this.widgetRefList[_];A.emit$.call(A,e,g)}}),this.refList&&Object.keys(this.refList).forEach(_=>{if(this.refList[_].$options.componentName===p){let A=this.refList[_];A.emit$.call(A,e,g)}})}}},_export_sfc$1=(s,p)=>{const e=s.__vccOpts||s;for(const[g,_]of p)e[g]=_;return e};const _sfc_main$1g={name:"container-item-wrapper",props:{widget:Object},computed:{customClass(){return!this.widget||!this.widget.options||!this.widget.options.customClass?"":Array.isArray(this.widget.options.customClass)?this.widget.options.customClass.join(" "):this.widget.options.customClass}}};function _sfc_render$1g(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["container-wrapper",[b.customClass]])},[vue.renderSlot(s.$slots,"default")],2)}var ContainerItemWrapper=_export_sfc$1(_sfc_main$1g,[["render",_sfc_render$1g]]),__glob_0_0$2=Object.freeze(Object.defineProperty({__proto__:null,default:ContainerItemWrapper},Symbol.toStringTag,{value:"Module"}));function isDef(s){return s!=null}function get(s,p){const e=p.split(".");let g=s;return e.forEach(_=>{g=isDef(g)&&isDef(g[_])?g[_]:null}),g}let locale=vue.reactive({lang:localStorage.getItem("v_form_locale")||"zh-CN"});function createI18n(s){return{messages:s.messages,$st(p,...e){const g=get(this.messages[locale.lang],p);return typeof g=="function"?g(...e):g!==null?g:p},$st2(p,e){let g=this.messages[locale.lang];const _=get(g,p);return _!==null?_:get(g,e)},setLang(p){locale.lang=p}}}var enLocale={application:{"zh-CN":"\u7B80\u4F53\u4E2D\u6587","en-US":"English",productTitle:"Online Form Designer",github:"GitHub",document:"Docs",qqGroup:"WeChat Group",deployment:"Deployment",subscription:"Subscription"},designer:{componentLib:"Components",formLib:"Templates",containerTitle:"Container",dragHandlerHint:"drag container or field to layout center",dragAction:"drag",basicFieldTitle:"Basic Field",advancedFieldTitle:"Advanced Field",customFieldTitle:"Customized Field",noWidgetHint:"Please select a widget from the left list, drag and drop to this container.",widgetLabel:{grid:"Grid",table:"Table",tab:"Tab",section:"Section","sub-form":"SubForm","grid-col":"GridCol","table-cell":"TableCell","tab-pane":"TabPane","data-table":"DataTable",input:"Input",textarea:"Textarea",number:"InputNumber",radio:"Radio",checkbox:"Checkbox",select:"Select",selectTree:"SelectTree",time:"Time","time-range":"Time range",date:"Date","date-range":"Date range",switch:"Switch",rate:"Rate",color:"ColorPicker",slider:"Slider","static-text":"Text","html-text":"HTML",button:"Button",divider:"Divider","picture-upload":"Picture","file-upload":"File","rich-editor":"Rich Editor",cascader:"Cascader",slot:"Slot",custom:"Custom Component"},hint:{selectParentWidget:"Select parent of this widget",moveUpWidget:"Move up this widget",moveDownWidget:"Move down this widget",cloneWidget:"Clone this widget",insertRow:"Insert new row",insertColumn:"Insert new column",remove:"Remove this widget",cellSetting:"Cell setting",dragHandler:"Drag handler",copyField:"Copy field widget",onlyFieldWidgetAcceptable:"Only field widget can be dragged into sub-form",moveUpFirstChildHint:"First child can not be move up",moveDownLastChildHint:"Last child can not be move down",closePreview:"Close",copyJson:"Copy",saveFormJson:"Save As File",copyVueCode:"Copy Vue Code",copyHtmlCode:"Copy HTML Code",copyJsonSuccess:"Copy succeed",importJsonSuccess:"Import succeed",invalidJsonFormat:"Invalid JSON format",jsonVersionMismatch:"Version of JSON mismatch",copyJsonFail:"Copy failed",copyVueCodeSuccess:"Copy succeed",copyVueCodeFail:"Copy failed",copyHtmlCodeSuccess:"Copy succeed",copyHtmlCodeFail:"Copy failed",saveVueCode:"Save Vue File",saveHtmlCode:"Save Html File",getFormData:"Get Data",resetForm:"Reset",disableForm:"Disable",enableForm:"Enable",exportFormData:"Form Data",copyFormData:"Copy",saveFormData:"Save As File",copyVue2SFC:"Copy Vue2",copyVue3SFC:"Copy Vue3",copySFCFail:"Copy failed",copySFCSuccess:"Copy succeed",saveVue2SFC:"Save As Vue2",saveVue3SFC:"Save As Vue3",fileNameForSave:"File name:",saveFileTitle:"Save as File",fileNameInputPlaceholder:"Enter the file name",sampleLoadedSuccess:"Example loaded successfully",sampleLoadedFail:"Sample load failed",loadFormTemplate:"Load This",loadFormTemplateHint:"Are you sure to load this template?",loadFormTemplateSuccess:"Load form template success!",loadFormTemplateFailed:"Load form template failed.",currentNodeCannotBeSelected:"The current node cannot be selected.",widgetSetting:"Widget Config",formSetting:"Form Config",prompt:"Prompt",confirm:"OK",cancel:"Cancel",import:"Import",importJsonHint:"The code to be imported should have the following JSON format.",invalidOptionsData:"Invalid data of options:",lastPaneCannotBeDeleted:"The last pane cannot be deleted.",duplicateName:"Duplicate name: ",nameRequired:"Name required.",numberValidator:"Number",letterValidator:"Letter",letterAndNumberValidator:"LetterAndNumber",mobilePhoneValidator:"MobilePhone",emailValidator:"Email",urlValidator:"URL",noChineseValidator:"Non-Chinese",chineseValidator:"Chinese",maxLen12Decimals6Validator:"Max length is 12 digits, 6 decimal places",isPositiveIntegerLengthValidator:"1-4\u4F4D\u7684\u6B63\u6574\u6570",isPositiveIntegerZeroValidator:"0\u62161-4\u4F4D\u7684\u6B63\u6574\u6570",maxLen10Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A10\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",maxLen12Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A12\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",latitude:"\u8D1F90\u523090\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",longitude:"\u8D1F180\u5230180\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",sixFigures:"\u6574\u6570\u90E8\u5206\u6700\u591A6\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A6\u4F4D\u7684\u6570\u5B57",percentage:"0-100\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u56DB\u4F4D",rowspanNotConsistentForMergeEntireRow:"Cells in this row don't have the same rowspan, operation failed.",colspanNotConsistentForMergeEntireColumn:"Cells in this column don't have the same colspan, operation failed.",rowspanNotConsistentForDeleteEntireRow:"Cells in this row don't have the same rowspan, operation failed.",colspanNotConsistentForDeleteEntireColumn:"Cells in this column don't have the same colspan, operation failed.",lastColCannotBeDeleted:"The last col cannot be deleted.",lastRowCannotBeDeleted:"The last row cannot be deleted."},toolbar:{undoHint:"Undo",redoHint:"Redo",pcLayout:"PC",padLayout:"Pad",mobileLayout:"H5",nodeTreeHint:"Tree View Of Component Hierarchy",nodeTreeTitle:"Tree View Of Component Hierarchy",clear:"Clear",preview:"Preview",importJson:"Import",exportJson:"Export",exportCode:"Codes",generateCode:"Generate Code",generateSFC:"Generate SFC"},setting:{basicSetting:"Basic Setting",attributeSetting:"Attribute Setting",commonSetting:"Common Setting",advancedSetting:"Advanced Setting",eventSetting:"Event Setting",uniqueName:"Unique Name",editNameHelp:"Press enter to confirm the modification",label:"Label",displayType:"Type",defaultValue:"Default Value",placeholder:"Placeholder",startPlaceholder:"Start Placeholder",endPlaceholder:"End Placeholder",widgetColumnWidth:"Width",widgetSize:"Size",fontSize:"Font Size",fontColor:"Text Color",textAlign:"Text Align",autoFullWidth:"Auto Full Width",showStops:"Show Stops",displayStyle:"Display Style",inlineLayout:"inline",blockLayout:"block",buttonStyle:"Show As Button",border:"Show Border",labelWidth:"Width Of Label",rows:"Rows",labelHidden:"Hide Label",required:"Required",requiredHint:"Failure Hint",validation:"Validation",validationHelp:"Regular expressions supported",validationHint:"Validation Hint",readonly:"Readonly",disabled:"Disabled",hidden:"Hidden",textContent:"Text",preWrap:"Line Wrap",htmlContent:"HTML",clearable:"Clearable",objectValue:"Object Value",editable:"Editable",format:"Format",valueFormat:"Value Format",showPassword:"Show Reveal",filterable:"Filterable",allowCreate:"Allow Create",remote:"Remote Query",automaticDropdown:"Automatic Dropdown",multiple:"Multiple",multipleLimit:"Multiple Limit",checkStrictly:"Any Level Selectable",showAllLevels:"Show All Levels",cascaderLabelKey:"Label Field",cascaderLabelKeyPlaceholder:"Default: label",cascaderValueKey:"Value Field",cascaderValueKeyPlaceholder:"Default: value",cascaderChildrenKey:"Children Field",cascaderChildrenKeyPlaceholder:"Default: children",showCheckbox:"Show Checkbox",contentPosition:"Content Position",plain:"Plain",round:"Round",circle:"Circle",icon:"Icon",optionsSetting:"Options Setting",addOption:"Add Option",importOptions:"Import Options",resetDefault:"Reset Default",uploadSetting:"Upload Setting",uploadURL:"Upload URL",uploadTip:"Tip Content",withCredentials:"Send Cookie",multipleSelect:"File Multi-select",showFileList:"Show File List",limit:"Max Upload Number",fileMaxSize:"Max Size(MB)",fileTypes:"Upload File Types",fileTypesHelp:"Allows to add more file types",headers:"Request Headers",allowDrag:"Allow Drag",allowDragHelp:"Enable drag and drop uploading",cellWidth:"Width",cellHeight:"Height",wordBreak:"Line Wrap",gridColHeight:"Height Of Col(px)",gutter:"Gutter(px)",columnSetting:"Cols Setting",colsOfGrid:"Cols Of Grid:",colSpanTitle:"Spans Of Col",colOffsetTitle:"Offset Of Col",colPushTitle:"Push Of Col",colPullTitle:"Pull Of Col",addColumn:"Add Column",responsive:"Responsive",tabPaneSetting:"Tab Panes",addTabPane:"Add Tab Pane",paneActive:"Active",customLabelIcon:"Custom Label",labelIconClass:"Label Icon Class",labelIconPosition:"Label Icon Position",labelTooltip:"Label Tooltip",minValue:"Min Value",maxValue:"Max Value",precision:"Precision",step:"Step",controlsPosition:"Controls Position",minLength:"Min Length",maxLength:"Max Length",showWordLimit:"Show Word Limit",prefixIcon:"Prefix Icon",suffixIcon:"Suffix Icon",inputButton:"Input Button Setting",appendButton:"Append Button",appendButtonDisabled:"Button Disabled",appendButtonIcon:"Append Button Icon",buttonIcon:"Button Icon",switchWidth:"Width of Switch(px)",activeText:"Active Text",inactiveText:"Inactive Text",activeColor:"Active Color",inactiveColor:"Inactive Color",maxStars:"Stars Max Number",lowThreshold:"Low Threshold",highThreshold:"High Threshold",allowHalf:"Allow Half",showText:"Show Text",showScore:"Show Score",range:"Range",vertical:"Vertical",showBlankRow:"Show Blank Row",showRowNumber:"Show Row Number",contentHeight:"Content Area Height",insertColumnToLeft:"insert column to left",insertColumnToRight:"insert column to right",insertRowAbove:"insert row above",insertRowBelow:"insert row below",mergeLeftColumn:"merge left cell",mergeRightColumn:"merge right cell",mergeEntireRow:"merge entire row",mergeRowAbove:"merge cell above",mergeRowBelow:"merge cell below",mergeEntireColumn:"merge entire column",undoMergeCol:"undo merge column",undoMergeRow:"undo merge row",deleteEntireCol:"delete entire column",deleteEntireRow:"delete entire row",widgetName:"Unique Name",formSize:"Size",labelPosition:"Position Of Label",topPosition:"Top",leftPosition:"Left",labelAlign:"Label Align",leftAlign:"Left",centerAlign:"Center",rightAlign:"Right",formCss:"Form CSS",addCss:"Edit",customClass:"Custom Class",mainTip:"Main Tip",subTip:"Sub Tip",globalFunctions:"Global Functions",addEventHandler:"Edit",editWidgetEventHandler:"Edit Widget Event Handler",editFormEventHandler:"Edit Form Event Handler",formSFCSetting:"SFC Setting",formModelName:"Model Name",formRefName:"Ref Name",formRulesName:"Rules Name",syntaxCheckWarning:"Syntax error in the javascript codes, please check again!"}}},zhLocale={application:{"zh-CN":"\u7B80\u4F53\u4E2D\u6587","en-US":"English",productTitle:"\u8868\u5355\u8BBE\u8BA1\u5668",github:"GitHub",document:"\u6587\u6863",qqGroup:"\u6280\u672FWX\u7FA4",deployment:"\u79C1\u6709\u90E8\u7F72",subscription:"\u8BA2\u9605Pro"},designer:{componentLib:"\u7EC4\u4EF6\u5E93",formLib:"\u8868\u5355\u6A21\u677F",containerTitle:"\u5BB9\u5668",dragHandlerHint:"\u9F20\u6807\u62D6\u62FD\u5BB9\u5668\u7EC4\u4EF6\u6216\u5B57\u6BB5\u7EC4\u4EF6\u5E76\u653E\u7F6E\u4E8E\u8868\u5355\u4E2D",dragAction:"\u62D6\u52A8",basicFieldTitle:"\u57FA\u7840\u5B57\u6BB5",advancedFieldTitle:"\u9AD8\u7EA7\u5B57\u6BB5",customFieldTitle:"\u81EA\u5B9A\u4E49\u6269\u5C55\u5B57\u6BB5",noWidgetHint:"\u8BF7\u4ECE\u5DE6\u4FA7\u5217\u8868\u4E2D\u9009\u62E9\u4E00\u4E2A\u7EC4\u4EF6, \u7136\u540E\u7528\u9F20\u6807\u62D6\u52A8\u7EC4\u4EF6\u653E\u7F6E\u4E8E\u6B64\u5904.",widgetLabel:{grid:"\u6805\u683C",table:"\u8868\u683C",tab:"\u6807\u7B7E\u9875",section:"\u533A\u5757","sub-form":"\u5B50\u8868\u5355","grid-col":"\u6805\u683C\u5217","table-cell":"\u5355\u5143\u683C","tab-pane":"\u9009\u9879\u5361\u9875","data-table":"\u6570\u636E\u8868\u683C",input:"\u5355\u884C\u8F93\u5165",textarea:"\u591A\u884C\u8F93\u5165",number:"\u8BA1\u6570\u5668",radio:"\u5355\u9009\u9879",checkbox:"\u591A\u9009\u9879",select:"\u4E0B\u62C9\u9009\u9879","select-tree":"\u6811\u5F62\u9009\u62E9",time:"\u65F6\u95F4","time-range":"\u65F6\u95F4\u8303\u56F4",date:"\u65E5\u671F","date-range":"\u65E5\u671F\u8303\u56F4",switch:"\u5F00\u5173",rate:"\u8BC4\u5206",color:"\u989C\u8272\u9009\u62E9\u5668",slider:"\u6ED1\u5757","static-text":"\u9759\u6001\u6587\u5B57","html-text":"HTML",button:"\u6309\u94AE",divider:"\u5206\u9694\u7EBF","picture-upload":"\u56FE\u7247","file-upload":"\u6587\u4EF6","rich-editor":"\u5BCC\u6587\u672C",cascader:"\u7EA7\u8054\u9009\u62E9",slot:"\u63D2\u69FD",custom:"Custom Component"},hint:{selectParentWidget:"\u9009\u4E2D\u7236\u7EC4\u4EF6",moveUpWidget:"\u4E0A\u79FB\u7EC4\u4EF6",moveDownWidget:"\u4E0B\u79FB\u7EC4\u4EF6",cloneWidget:"\u590D\u5236\u7EC4\u4EF6",insertRow:"\u63D2\u5165\u65B0\u884C",insertColumn:"\u63D2\u5165\u65B0\u5217",remove:"\u79FB\u9664\u7EC4\u4EF6",cellSetting:"\u5355\u5143\u683C\u64CD\u4F5C",dragHandler:"\u62D6\u62FD\u624B\u67C4",copyField:"\u590D\u5236\u5B57\u6BB5\u7EC4\u4EF6",onlyFieldWidgetAcceptable:"\u5B50\u8868\u5355\u53EA\u80FD\u63A5\u6536\u5B57\u6BB5\u7EC4\u4EF6",moveUpFirstChildHint:"\u5DF2\u7ECF\u79FB\u52A8\u5230\u6700\u4E0A\u9762",moveDownLastChildHint:"\u5DF2\u7ECF\u79FB\u52A8\u5230\u6700\u4E0B\u9762",closePreview:"\u5173\u95ED",copyJson:"\u590D\u5236JSON",saveFormJson:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",copyVueCode:"\u590D\u5236Vue\u4EE3\u7801",copyHtmlCode:"\u590D\u5236HTML\u4EE3\u7801",copyJsonSuccess:"\u590D\u5236JSON\u6210\u529F",importJsonSuccess:"\u5BFC\u5165JSON\u6210\u529F",invalidJsonFormat:"\u65E0\u6548\u7684\u8868\u5355JSON\u683C\u5F0F",jsonVersionMismatch:"\u8868\u5355JSON\u7248\u672C\u53F7\u4E0D\u5339\u914D",copyJsonFail:"\u590D\u5236JSON\u5931\u8D25",copyVueCodeSuccess:"\u590D\u5236Vue\u4EE3\u7801\u6210\u529F",copyVueCodeFail:"\u590D\u5236Vue\u4EE3\u7801\u5931\u8D25",copyHtmlCodeSuccess:"\u590D\u5236HTML\u4EE3\u7801\u6210\u529F",copyHtmlCodeFail:"\u590D\u5236HTML\u4EE3\u7801\u5931\u8D25",saveVueCode:"\u4FDD\u5B58Vue\u6587\u4EF6",saveHtmlCode:"\u4FDD\u5B58Html\u6587\u4EF6",getFormData:"\u83B7\u53D6\u6570\u636E",resetForm:"\u91CD\u7F6E\u8868\u5355",disableForm:"\u7981\u7528\u7F16\u8F91",enableForm:"\u6062\u590D\u7F16\u8F91",exportFormData:"\u8868\u5355\u6570\u636E",copyFormData:"\u590D\u5236JSON",saveFormData:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",copyVue2SFC:"\u590D\u5236Vue2\u4EE3\u7801",copyVue3SFC:"\u590D\u5236Vue3\u4EE3\u7801",copySFCFail:"\u590D\u5236SFC\u4EE3\u7801\u5931\u8D25",copySFCSuccess:"\u590D\u5236SFC\u4EE3\u7801\u6210\u529F",saveVue2SFC:"\u4FDD\u5B58\u4E3AVue2\u7EC4\u4EF6",saveVue3SFC:"\u4FDD\u5B58\u4E3AVue3\u7EC4\u4EF6",fileNameForSave:"\u6587\u4EF6\u540D\uFF1A",saveFileTitle:"\u4FDD\u5B58\u4E3A\u6587\u4EF6",fileNameInputPlaceholder:"\u8BF7\u8F93\u5165\u6587\u4EF6\u540D",sampleLoadedSuccess:"\u8868\u5355\u793A\u4F8B\u52A0\u8F7D\u6210\u529F",sampleLoadedFail:"\u8868\u5355\u793A\u4F8B\u52A0\u8F7D\u5931\u8D25",loadFormTemplate:"\u52A0\u8F7D\u6B64\u6A21\u677F",loadFormTemplateHint:"\u662F\u5426\u52A0\u8F7D\u8FD9\u4E2A\u6A21\u677F\uFF1F\u52A0\u8F7D\u540E\u4F1A\u8986\u76D6\u8BBE\u8BA1\u5668\u5F53\u524D\u8868\u5355\uFF0C\u4F60\u53EF\u4EE5\u4F7F\u7528\u201C\u64A4\u9500\u201D\u529F\u80FD\u6062\u590D\u3002",loadFormTemplateSuccess:"\u8868\u5355\u6A21\u677F\u52A0\u8F7D\u6210\u529F",loadFormTemplateFailed:"\u8868\u5355\u6A21\u677F\u52A0\u8F7D\u5931\u8D25",currentNodeCannotBeSelected:"\u5F53\u524D\u7EC4\u4EF6\u8282\u70B9\u4E0D\u53EF\u9009\u62E9",widgetSetting:"\u7EC4\u4EF6\u8BBE\u7F6E",formSetting:"\u8868\u5355\u8BBE\u7F6E",prompt:"\u63D0\u793A",confirm:"\u786E\u5B9A",cancel:"\u53D6\u6D88",import:"\u5BFC\u5165",importJsonHint:"\u5BFC\u5165\u7684JSON\u5185\u5BB9\u987B\u7B26\u5408\u4E0B\u8FF0\u683C\u5F0F\uFF0C\u4EE5\u4FDD\u8BC1\u987A\u5229\u5BFC\u5165.",invalidOptionsData:"\u65E0\u6548\u7684\u9009\u9879\u6570\u636E:",lastPaneCannotBeDeleted:"\u4EC5\u5269\u4E00\u4E2A\u9009\u9879\u5361\u9875\u4E0D\u53EF\u5220\u9664.",duplicateName:"\u7EC4\u4EF6\u540D\u79F0\u5DF2\u5B58\u5728: ",nameRequired:"\u7EC4\u4EF6\u540D\u79F0\u4E0D\u53EF\u4E3A\u7A7A",numberValidator:"\u6570\u5B57",letterValidator:"\u5B57\u6BCD",letterAndNumberValidator:"\u6570\u5B57\u5B57\u6BCD",mobilePhoneValidator:"\u624B\u673A\u53F7\u7801",emailValidator:"\u90AE\u7BB1",urlValidator:"\u7F51\u5740",noChineseValidator:"\u975E\u4E2D\u6587\u5B57\u7B26",chineseValidator:"\u4EC5\u4E2D\u6587\u5B57\u7B26",maxLen12Decimals6Validator:"\u6700\u5927\u957F\u5EA6\u4E3A12\u4F4D\uFF0C\u5C0F\u6570\u70B9\u540E6\u4F4D",isPositiveIntegerLengthValidator:"1-4\u4F4D\u7684\u6B63\u6574\u6570",isPositiveIntegerZeroValidator:"0\u62161-4\u4F4D\u7684\u6B63\u6574\u6570",maxLen10Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A10\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",maxLen12Decimals2Validator:"\u6574\u6570\u90E8\u5206\u6700\u591A12\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A2\u4F4D\u7684\u6570\u5B57",latitude:"\u8D1F90\u523090\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",longitude:"\u8D1F180\u5230180\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u516D\u4F4D",sixFigures:"\u6574\u6570\u90E8\u5206\u6700\u591A6\u4F4D\uFF0C\u5C0F\u6570\u90E8\u5206\u6700\u591A6\u4F4D\u7684\u6570\u5B57",percentage:"0-100\u7684\u6570\u5B57\uFF0C\u5C0F\u6570\u70B9\u540E\u6700\u591A\u56DB\u4F4D",rowspanNotConsistentForMergeEntireRow:"\u5B58\u5728\u884C\u9AD8\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u65E0\u6CD5\u5408\u5E76\u6574\u884C.",colspanNotConsistentForMergeEntireColumn:"\u5B58\u5728\u5217\u5BBD\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u65E0\u6CD5\u5408\u5E76\u6574\u5217.",rowspanNotConsistentForDeleteEntireRow:"\u5B58\u5728\u884C\u9AD8\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u4E0D\u53EF\u5220\u9664\u6574\u884C.",colspanNotConsistentForDeleteEntireColumn:"\u5B58\u5728\u5217\u5BBD\u4E0D\u4E00\u81F4\u7684\u5355\u5143\u683C, \u4E0D\u53EF\u5220\u9664\u6574\u5217.",lastColCannotBeDeleted:"\u6700\u540E\u4E00\u5217\u4E0D\u53EF\u5220\u9664.",lastRowCannotBeDeleted:"\u6700\u540E\u4E00\u884C\u4E0D\u53EF\u5220\u9664."},toolbar:{undoHint:"\u64A4\u9500",redoHint:"\u91CD\u505A",pcLayout:"PC",padLayout:"Pad",mobileLayout:"H5",nodeTreeHint:"\u7EC4\u4EF6\u5C42\u6B21\u7ED3\u6784\u6811",nodeTreeTitle:"\u7EC4\u4EF6\u5C42\u6B21\u7ED3\u6784\u6811",clear:"\u6E05\u7A7A",preview:"\u9884\u89C8",importJson:"\u5BFC\u5165JSON",exportJson:"\u5BFC\u51FAJSON",exportCode:"\u5BFC\u51FA\u4EE3\u7801",generateCode:"\u751F\u6210\u4EE3\u7801",generateSFC:"\u751F\u6210SFC"},setting:{basicSetting:"\u57FA\u672C\u5C5E\u6027",attributeSetting:"\u5C5E\u6027\u8BBE\u7F6E",commonSetting:"\u5E38\u89C1\u5C5E\u6027",advancedSetting:"\u9AD8\u7EA7\u5C5E\u6027",eventSetting:"\u4E8B\u4EF6\u5C5E\u6027",uniqueName:"\u552F\u4E00\u540D\u79F0",editNameHelp:"\u4FEE\u6539\u540D\u79F0\u540E\u9700\u6309\u56DE\u8F66\u786E\u8BA4",label:"\u6807\u7B7E",displayType:"\u663E\u793A\u7C7B\u578B",defaultValue:"\u9ED8\u8BA4\u503C",placeholder:"\u5360\u4F4D\u5185\u5BB9",startPlaceholder:"\u8D77\u59CB\u5360\u4F4D\u5185\u5BB9",endPlaceholder:"\u622A\u6B62\u5360\u4F4D\u5185\u5BB9",widgetColumnWidth:"\u7EC4\u4EF6\u5217\u5BBD",widgetSize:"\u7EC4\u4EF6\u5927\u5C0F",fontSize:"\u5B57\u4F53\u5927\u5C0F",fontColor:"\u6587\u5B57\u989C\u8272",textAlign:"\u6587\u5B57\u5BF9\u9F50",autoFullWidth:"\u81EA\u52A8\u62C9\u4F38\u5BBD\u5EA6",showStops:"\u663E\u793A\u95F4\u65AD\u70B9",displayStyle:"\u663E\u793A\u6837\u5F0F",inlineLayout:"\u884C\u5185",blockLayout:"\u5757",buttonStyle:"\u663E\u793A\u4E3A\u6309\u94AE",border:"\u5E26\u6709\u8FB9\u6846",labelWidth:"\u6807\u7B7E\u5BBD\u5EA6",rows:"\u884C\u6570",labelHidden:"\u9690\u85CF\u5B57\u6BB5\u6807\u7B7E",required:"\u5FC5\u586B\u5B57\u6BB5",requiredHint:"\u5FC5\u586B\u6821\u9A8C\u63D0\u793A",validation:"\u5B57\u6BB5\u6821\u9A8C",validationHelp:"\u652F\u6301\u8F93\u5165\u6B63\u5219\u8868\u8FBE\u5F0F",validationHint:"\u6821\u9A8C\u5931\u8D25\u63D0\u793A",readonly:"\u53EA\u8BFB",disabled:"\u7981\u7528",hidden:"\u9690\u85CF",textContent:"\u9759\u6001\u6587\u5B57",preWrap:"\u81EA\u52A8\u6362\u884C",htmlContent:"HTML",clearable:"\u53EF\u6E05\u9664",objectValue:"\u5BF9\u8C61\u503C",editable:"\u53EF\u8F93\u5165",format:"\u663E\u793A\u683C\u5F0F",valueFormat:"\u7ED1\u5B9A\u503C\u683C\u5F0F",showPassword:"\u53EF\u663E\u793A\u5BC6\u7801",filterable:"\u53EF\u641C\u7D22\u9009\u9879",allowCreate:"\u5141\u8BB8\u521B\u5EFA\u9009\u9879",remote:"\u53EF\u8FDC\u7A0B\u641C\u7D22",automaticDropdown:"\u81EA\u52A8\u5F39\u51FA\u9009\u9879",multiple:"\u9009\u9879\u53EF\u591A\u9009",multipleLimit:"\u591A\u9009\u6570\u91CF\u9650\u5236",checkStrictly:"\u4EFB\u610F\u7EA7\u8282\u70B9\u53EF\u9009",showAllLevels:"\u663E\u793A\u5B8C\u6574\u8DEF\u5F84",cascaderLabelKey:"\u663E\u793A\u5B57\u6BB5\u540D",cascaderLabelKeyPlaceholder:"\u9ED8\u8BA4 label",cascaderValueKey:"\u503C\u5B57\u6BB5\u540D",cascaderValueKeyPlaceholder:"\u9ED8\u8BA4 value",cascaderChildrenKey:"\u5B50\u8282\u70B9\u5B57\u6BB5\u540D",cascaderChildrenKeyPlaceholder:"\u9ED8\u8BA4 children",showCheckbox:"\u663E\u793A\u590D\u9009\u6846",contentPosition:"\u6587\u5B57\u4F4D\u7F6E",plain:"\u6734\u7D20\u6309\u94AE",round:"\u5706\u89D2\u6309\u94AE",circle:"\u5706\u5F62\u6309\u94AE",icon:"\u56FE\u6807",optionsSetting:"\u9009\u9879\u8BBE\u7F6E",addOption:"\u589E\u52A0\u9009\u9879",importOptions:"\u5BFC\u5165\u9009\u9879",resetDefault:"\u91CD\u8BBE\u9009\u4E2D\u9879",uploadSetting:"\u4E0A\u4F20\u53C2\u6570\u8BBE\u7F6E",uploadURL:"\u4E0A\u4F20\u5730\u5740",uploadTip:"\u4E0A\u4F20\u63D0\u793A\u5185\u5BB9",withCredentials:"\u53D1\u9001cookie\u51ED\u8BC1",multipleSelect:"\u6587\u4EF6\u53EF\u591A\u9009",showFileList:"\u663E\u793A\u6587\u4EF6\u5217\u8868",limit:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF",fileMaxSize:"\u6587\u4EF6\u5927\u5C0F\u9650\u5236(MB)",fileTypes:"\u4E0A\u4F20\u6587\u4EF6\u7C7B\u578B",fileTypesHelp:"\u652F\u6301\u6DFB\u52A0\u5176\u4ED6\u6587\u4EF6\u7C7B\u578B",headers:"\u4E0A\u4F20\u8BF7\u6C42\u5934",allowDrag:"\u5141\u8BB8\u62D6\u62FD",allowDragHelp:"\u5F00\u542F\u540E\u652F\u6301\u5C06\u6587\u4EF6\u62D6\u62FD\u5230\u4E0A\u4F20\u533A\u57DF",cellWidth:"\u5BBD\u5EA6",cellHeight:"\u9AD8\u5EA6",wordBreak:"\u6587\u5B57\u81EA\u52A8\u6362\u884C",gridColHeight:"\u6805\u683C\u5217\u7EDF\u4E00\u9AD8\u5EA6(px)",gutter:"\u6805\u683C\u95F4\u9694(px)",columnSetting:"\u6805\u683C\u5C5E\u6027\u8BBE\u7F6E",colsOfGrid:"\u5F53\u524D\u6805\u683C\u5217:",colSpanTitle:"\u6805\u683C\u5BBD\u5EA6",colOffsetTitle:"\u5DE6\u4FA7\u95F4\u9694\u683C\u6570",colPushTitle:"\u53F3\u79FB\u6805\u683C\u6570",colPullTitle:"\u5DE6\u79FB\u6805\u683C\u6570",addColumn:"\u589E\u52A0\u6805\u683C",responsive:"\u54CD\u5E94\u5F0F\u5E03\u5C40",tabPaneSetting:"\u9009\u9879\u5361\u8BBE\u7F6E",addTabPane:"\u589E\u52A0\u9009\u9879\u5361\u9875",paneActive:"\u6FC0\u6D3B",customLabelIcon:"\u5B9A\u5236\u5B57\u6BB5\u6807\u7B7E",labelIconClass:"\u6807\u7B7EIcon\u6837\u5F0F",labelIconPosition:"\u6807\u7B7EIcon\u4F4D\u7F6E",labelTooltip:"\u6807\u7B7E\u6587\u5B57\u63D0\u793A",minValue:"\u6700\u5C0F\u503C",maxValue:"\u6700\u5927\u503C",precision:"\u7CBE\u5EA6",step:"\u589E\u51CF\u6B65\u957F",controlsPosition:"\u63A7\u5236\u6309\u94AE\u4F4D\u7F6E",minLength:"\u6700\u5C0F\u957F\u5EA6",maxLength:"\u6700\u5927\u957F\u5EA6",showWordLimit:"\u663E\u793A\u5B57\u6570\u7EDF\u8BA1",prefixIcon:"\u5934\u90E8Icon",suffixIcon:"\u5C3E\u90E8Icon",inputButton:"\u8F93\u5165\u6846\u6309\u94AE\u8BBE\u7F6E",appendButton:"\u6DFB\u52A0\u540E\u7F6E\u6309\u94AE",appendButtonDisabled:"\u540E\u7F6E\u6309\u94AE\u7981\u7528",appendButtonIcon:"\u540E\u7F6E\u6309\u94AEIcon",buttonIcon:"\u6309\u94AEIcon",switchWidth:"\u5F00\u5173\u5BBD\u5EA6\uFF08\u50CF\u7D20\uFF09",activeText:"\u5F00\u542F\u65F6\u6587\u5B57\u63CF\u8FF0",inactiveText:"\u5173\u95ED\u65F6\u6587\u5B57\u63CF\u8FF0",activeColor:"\u5F00\u542F\u65F6\u80CC\u666F\u8272",inactiveColor:"\u5173\u95ED\u65F6\u80CC\u666F\u8272",maxStars:"\u6700\u5927\u8BC4\u5206\u503C",lowThreshold:"\u4F4E\u5206\u754C\u9650\u503C",highThreshold:"\u9AD8\u5206\u754C\u9650\u503C",allowHalf:"\u5141\u8BB8\u534A\u9009",showText:"\u663E\u793A\u8F85\u52A9\u6587\u5B57",showScore:"\u663E\u793A\u5F53\u524D\u5206\u6570",range:"\u662F\u5426\u4E3A\u8303\u56F4\u9009\u62E9",vertical:"\u662F\u5426\u7AD6\u5411\u663E\u793A",showBlankRow:"\u9ED8\u8BA4\u663E\u793A\u65B0\u884C",showRowNumber:"\u663E\u793A\u884C\u53F7",contentHeight:"\u5185\u5BB9\u533A\u9AD8\u5EA6",insertColumnToLeft:"\u63D2\u5165\u5DE6\u4FA7\u5217",insertColumnToRight:"\u63D2\u5165\u53F3\u4FA7\u5217",insertRowAbove:"\u63D2\u5165\u4E0A\u65B9\u884C",insertRowBelow:"\u63D2\u5165\u4E0B\u65B9\u884C",mergeLeftColumn:"\u5408\u5E76\u5DE6\u4FA7\u5355\u5143\u683C",mergeRightColumn:"\u5408\u5E76\u53F3\u4FA7\u5355\u5143\u683C",mergeEntireRow:"\u5408\u5E76\u6574\u884C",mergeRowAbove:"\u5408\u5E76\u4E0A\u65B9\u5355\u5143\u683C",mergeRowBelow:"\u5408\u5E76\u4E0B\u65B9\u5355\u5143\u683C",mergeEntireColumn:"\u5408\u5E76\u6574\u5217",undoMergeCol:"\u64A4\u9500\u5217\u5408\u5E76",undoMergeRow:"\u64A4\u9500\u884C\u5408\u5E76",deleteEntireCol:"\u5220\u9664\u6574\u5217",deleteEntireRow:"\u5220\u9664\u6574\u884C",widgetName:"\u7EC4\u4EF6\u552F\u4E00\u540D\u79F0",formSize:"\u5168\u5C40\u7EC4\u4EF6\u5927\u5C0F",labelPosition:"\u6807\u7B7E\u4F4D\u7F6E",topPosition:"\u9876\u90E8",leftPosition:"\u5DE6\u8FB9",labelAlign:"\u5B57\u6BB5\u6807\u7B7E\u5BF9\u9F50",leftAlign:"\u5C45\u5DE6",centerAlign:"\u5C45\u4E2D",rightAlign:"\u5C45\u53F3",formCss:"\u8868\u5355\u5168\u5C40CSS",addCss:"\u7F16\u5199CSS",customClass:"\u81EA\u5B9A\u4E49CSS\u6837\u5F0F",mainTip:"\u4E3B\u63D0\u793A\u8BED",subTip:"\u526F\u63D0\u793A\u8BED",globalFunctions:"\u8868\u5355\u5168\u5C40\u51FD\u6570",addEventHandler:"\u7F16\u5199\u4EE3\u7801",editWidgetEventHandler:"\u7EC4\u4EF6\u4E8B\u4EF6\u5904\u7406",editFormEventHandler:"\u8868\u5355\u4E8B\u4EF6\u5904\u7406",formSFCSetting:"\u751F\u6210SFC\u8BBE\u7F6E",formModelName:"\u6570\u636E\u5BF9\u8C61\u540D\u79F0",formRefName:"\u5F15\u7528\u540D\u79F0",formRulesName:"\u9A8C\u8BC1\u89C4\u5219\u540D\u79F0",syntaxCheckWarning:"JS\u4EE3\u7801\u5B58\u5728\u8BED\u6CD5\u9519\u8BEF\uFF0C\u8BF7\u4ED4\u7EC6\u68C0\u67E5\uFF01"}}},enLocale_render={render:{hint:{prompt:"Prompt",confirm:"OK",cancel:"Cancel",selectPlaceholder:"Pick some item",timePlaceholder:"Select time",startTimePlaceholder:"Start time",endTimePlaceholder:"End time",datePlaceholder:"Select date",startDatePlaceholder:"Start date",endDatePlaceholder:"End date",blankCellContent:"--",uploadError:"Upload error: ",uploadExceed:"The maximum number(${uploadLimit}) of file uploads has been exceeded.",unsupportedFileType:"Unsupported format: ",fileSizeExceed:"File size out of limit: ",refNotFound:"Ref not found: ",fieldRequired:"Input value should be not null.",invalidNumber:"Invalid number format",selectFile:" File...",downloadFile:"Download",removeFile:"Remove",validationFailed:"Form validation failed",subFormAction:"Action",subFormAddAction:"Add",subFormAddActionHint:"add new row",insertSubFormRow:"insert new row",deleteSubFormRow:"delete this row",nonSubFormType:"The type of widget don't match sub-form"}}},zhLocale_render={render:{hint:{prompt:"\u63D0\u793A",confirm:"\u786E\u5B9A",cancel:"\u53D6\u6D88",selectPlaceholder:"\u8BF7\u9009\u62E9",timePlaceholder:"\u9009\u62E9\u65F6\u95F4",startTimePlaceholder:"\u8D77\u59CB\u65F6\u95F4",endTimePlaceholder:"\u622A\u6B62\u65F6\u95F4",datePlaceholder:"\u9009\u62E9\u65E5\u671F",startDatePlaceholder:"\u8D77\u59CB\u65E5\u671F",endDatePlaceholder:"\u622A\u6B62\u65E5\u671F",blankCellContent:"--",uploadError:"\u4E0A\u4F20\u9519\u8BEF: ",uploadExceed:"\u6700\u5927\u4E0A\u4F20\u6570\u91CF(${uploadLimit})\u5DF2\u8D85\u51FA.",unsupportedFileType:"\u4E0D\u652F\u6301\u683C\u5F0F: ",fileSizeExceed:"\u6587\u4EF6\u5927\u5C0F\u5DF2\u8D85\u51FA: ",refNotFound:"\u7EC4\u4EF6\u672A\u627E\u5230: ",fieldRequired:"\u5B57\u6BB5\u503C\u4E0D\u53EF\u4E3A\u7A7A",invalidNumber:"\u6570\u636E\u683C\u5F0F\u9519\u8BEF",selectFile:" \u9009\u62E9\u6587\u4EF6",downloadFile:"\u4E0B\u8F7D",removeFile:"\u79FB\u9664",validationFailed:"\u8868\u5355\u6570\u636E\u6821\u9A8C\u5931\u8D25",subFormAction:"\u64CD\u4F5C",subFormAddAction:"\u65B0\u589E",subFormAddActionHint:"\u65B0\u589E\u884C",insertSubFormRow:"\u63D2\u5165\u884C",deleteSubFormRow:"\u5220\u9664\u884C",nonSubFormType:"\u7EC4\u4EF6\u7C7B\u578B\u4E0D\u662F\u5B50\u8868\u5355",selectTreeCheckStrictly:"\u662F\u5426\u4E25\u683C\u9009\u4E2D"}}},enLocale_extension={extension:{widgetLabel:{card:"Card",alert:"Alert","person-tree":"Person Tree","asset-select":"Asset Select","radio-other":"Radio (Other)","select-other":"Select (Other)","custom-sub-form":"Custom Sub Form","sub-table":"Sub Table","asset-table":"Asset Table","resolution-table":"Resolution Table","fixed-table":"Fixed Table","asset-type":"Asset Type","equity-table":"Equity Table","current-user":"Current User","current-user-second-company":"Current User Second Company","custom-input":"Custom Input"},setting:{cardFolded:"Folded",cardShowFold:"Show Fold",cardWidth:"Width Of Card",cardShadow:"Shadow",alertTitle:"Title",alertType:"Type",description:"Description",closable:"Closable",closeText:"Text On Close Btn",center:"Center",showIcon:"Show Icon",effect:"Effect",personTreeButtonText:"Button Text",personTreeDialogTitle:"Dialog Title",personTreeTreeParams:"Tree Params",personTreeDialogWidth:"Dialog Width",personTreeConfirmText:"Confirm Button Text",personTreeCancelText:"Cancel Button Text",personTreeHideFooter:"Hide Dialog Footer",personTreeMultiple:"Multiple",meetingRoomRemoteUrl:"Request URL",allowMultiple:"Allow Multiple",currentUserType:"Current User Type",selectTreeCheckStrictly:"Check Strictly",assetSelectButtonText:"Button Text",assetSelectTypeJson:"Asset Type Json",assetTableTypeJson:"Asset Table Type Json",fixedTableTypeJson:"Fixed Table Type Json",assetTableClickRow:"Click Row",fixedTableClickRow:"Click Row",equityTableTypeJson:"Equity Table Type Json",equityTableClickRow:"Click Row",assetSelectAssetTypeValue:"Asset Type Value",assetTypeAssetTypeValue:"Asset Type",assetLimit:"Asset Limit",assetType:"Asset Typee",subTableShowIndex:"Show Index"}}},zhLocale_extension={extension:{widgetLabel:{card:"\u5361\u7247",alert:"\u63D0\u793A","person-tree":"\u4EBA\u5458\u6811","current-user":"\u5F53\u524D\u7528\u6237","current-user-second-company":"\u5F53\u524D\u7528\u6237\u4E8C\u7EA7\u516C\u53F8","asset-select":"\u8D44\u4EA7\u9009\u62E9","asset-table":"\u8D44\u4EA7\u8868\u683C","radio-other":"\u5355\u9009\u9879\uFF08\u5176\u4ED6\uFF09","select-other":"\u4E0B\u62C9\u9009\u9879\uFF08\u5176\u4ED6\uFF09","meeting-room":"\u4F1A\u8BAE\u5BA4","custom-sub-form":"\u81EA\u5B9A\u4E49\u5B50\u8868\u5355","sub-table":"\u5B50\u8868\u683C","asset-type":"\u8D44\u4EA7\u7C7B\u578B","resolution-table":"\u51B3\u8BAE\u8868\u683C","fixed-table":"\u56FA\u5B9A\u8D44\u4EA7\u6295\u8D44","equity-table":"\u80A1\u6743\u6295\u8D44\u9879\u76EE","custom-input":"\u81EA\u5B9A\u4E49\u8F93\u5165"},setting:{cardFolded:"\u662F\u5426\u6536\u8D77",cardShowFold:"\u663E\u793A\u6298\u53E0\u6309\u94AE",cardWidth:"\u5361\u7247\u5BBD\u5EA6",cardShadow:"\u663E\u793A\u9634\u5F71",alertTitle:"\u6807\u9898",alertType:"\u7C7B\u578B",description:"\u8F85\u52A9\u6027\u6587\u5B57",closable:"\u662F\u5426\u53EF\u5173\u95ED",closeText:"\u5173\u95ED\u6309\u94AE\u6587\u5B57",center:"\u6587\u5B57\u5C45\u4E2D",showIcon:"\u663E\u793A\u56FE\u6807",effect:"\u663E\u793A\u6548\u679C",personTreeButtonText:"\u6309\u94AE\u6587\u5B57",personTreeDialogTitle:"\u5F39\u7A97\u6807\u9898",personTreeTreeParams:"\u8BF7\u6C42\u53C2\u6570",personTreeDialogWidth:"\u5F39\u7A97\u5BBD\u5EA6",personTreeConfirmText:"\u786E\u5B9A\u6309\u94AE\u6587\u5B57",personTreeCancelText:"\u53D6\u6D88\u6309\u94AE\u6587\u5B57",personTreeHideFooter:"\u9690\u85CF\u5E95\u90E8\u6309\u94AE",personTreeMultiple:"\u662F\u5426\u591A\u9009",meetingRoomRemoteUrl:"\u8BF7\u6C42\u5730\u5740",allowMultiple:"\u662F\u5426\u591A\u9009",currentUserType:"\u5F53\u524D\u7528\u6237\u7C7B\u578B",selectTreeCheckStrictly:"\u662F\u5426\u4E25\u683C\u9009\u4E2D",assetSelectButtonText:"\u6309\u94AE\u6587\u5B57",assetSelectTypeJson:"\u8D44\u4EA7\u7C7B\u578BJson",assetTableTypeJson:"\u8D44\u4EA7\u8868\u683C\u7C7B\u578BJson",fixedTableTypeJson:"\u8D44\u4EA7\u6295\u8D44\u8868\u683CJson",assetTableClickRow:"\u662F\u5426\u70B9\u51FB\u884C",fixedTableClickRow:"\u662F\u5426\u70B9\u51FB\u884C",equityTableTypeJson:"\u8D44\u4EA7\u6295\u8D44\u8868\u683CJson",equityTableClickRow:"\u662F\u5426\u70B9\u51FB\u884C",assetSelectAssetTypeValue:"\u8D44\u4EA7\u7C7B\u578B\u503C",assetTypeAssetTypeValue:"\u9ED8\u8BA4\u8D44\u4EA7\u7C7B\u578B\u503C",assetSelectAssetLimit:"\u8D44\u4EA7\u9009\u62E9\u9650\u5236",subTableShowIndex:"\u662F\u5426\u663E\u793A\u5E8F\u53F7\u5217"}}};const langResources={"en-US":De(De(De({something:{}},enLocale),enLocale_render),enLocale_extension),"zh-CN":De(De(De({something:{}},zhLocale),zhLocale_render),zhLocale_extension)},i18n=createI18n({locale:localStorage.getItem("v_form_locale")||"zh-CN",messages:langResources}),changeLocale=function(s){i18n.setLang(s),localStorage.setItem("v_form_locale",s)},translate=function(s){return i18n.$st(s)};var i18n$1={methods:{i18nt(s){return i18n.$st(s)},i18n2t(s,p){return i18n.$st2(s,p)}}},refMixin={methods:{initRefList(){this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name&&(this.refList[this.widget.options.name]=this)},getWidgetRef(s,p){let e=this.refList[s];return!e&&!!p&&this.$message.error(this.i18nt("render.hint.refNotFound")+s),e},getFormRef(){return this.refList.v_form_ref},getComponentByContainer(s){return s.type==="grid"?"vf-grid-item":s.type+"-item"}}},index_vue_vue_type_style_index_0_scoped_true_lang$6="";const _sfc_main$1f={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String},title:{type:String,default:""}},computed:{iconName(){return`#icon-${this.iconClass}`},svgClass(){return this.className?"svg-icon "+this.className:"svg-icon"}}},_hoisted_1$N=["xlink:href"],_hoisted_2$B={key:0};function _sfc_render$1f(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("svg",{class:vue.normalizeClass(b.svgClass),"aria-hidden":"true"},[vue.createElementVNode("use",{"xlink:href":b.iconName},null,8,_hoisted_1$N),e.title?(vue.openBlock(),vue.createElementBlock("title",_hoisted_2$B,vue.toDisplayString(e.title),1)):vue.createCommentVNode("",!0)],2)}var SvgIcon=_export_sfc$1(_sfc_main$1f,[["render",_sfc_render$1f],["__scopeId","data-v-8002b89a"]]),staticContentWrapper_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$1e={name:"static-content-wrapper",mixins:[i18n$1],components:{SvgIcon},props:{field:Object,designer:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designState:{type:Boolean,default:!1},displayStyle:{type:String,default:"block"},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},computed:{selected(){return!!this.designer&&this.field.id===this.designer.selectedId},customClass(){return this.field.options.customClass?this.field.options.customClass.join(" "):""}},methods:{selectField(s){this.designer&&(this.designer.setSelected(s),this.designer.emitEvent("field-selected",this.parentWidget))},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},removeFieldWidget(){if(this.parentList){const s=this.designer.selectedWidgetName;let p=null;this.parentList.length===1?this.parentWidget&&(p=this.parentWidget):this.parentList.length===1+this.indexOfParentList?p=this.parentList[this.indexOfParentList-1]:p=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.setSelected(p),this.designer.formWidget.deleteWidgetRef(s),this.designer.emitHistoryChange()})}}}},_hoisted_1$M={key:0,class:"field-action"},_hoisted_2$A=["title"],_hoisted_3$w=["title"],_hoisted_4$k=["title"],_hoisted_5$h=["title"],_hoisted_6$g={key:1,class:"drag-handler background-opacity"},_hoisted_7$e=["title"],_hoisted_8$9={key:0};function _sfc_render$1e(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon");return vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["field-wrapper",{"design-time-bottom-margin":!!this.designer}]),style:vue.normalizeStyle({display:e.displayStyle})},[!e.field.options.hidden||e.designState===!0?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:vue.normalizeClass(["static-content-item",[b.selected?"selected":"",b.customClass]]),style:vue.normalizeStyle({display:e.displayStyle}),onClick:p[0]||(p[0]=vue.withModifiers(x=>b.selectField(e.field),["stop"]))},[vue.renderSlot(s.$slots,"default",{},void 0,!0)],6)):vue.createCommentVNode("",!0),this.designer?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[e.designer.selectedId===e.field.id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1$M,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.selectParentWidget"),onClick:p[1]||(p[1]=vue.withModifiers(x=>b.selectParentWidget(e.field),["stop"]))},[vue.createVNode(A,{"icon-class":"el-back"})],8,_hoisted_2$A),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:0,title:s.i18nt("designer.hint.moveUpWidget"),onClick:p[2]||(p[2]=vue.withModifiers(x=>b.moveUpWidget(e.field),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-up"})],8,_hoisted_3$w)):vue.createCommentVNode("",!0),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:1,title:s.i18nt("designer.hint.moveDownWidget"),onClick:p[3]||(p[3]=vue.withModifiers(x=>b.moveDownWidget(e.field),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-down"})],8,_hoisted_4$k)):vue.createCommentVNode("",!0),vue.createElementVNode("i",{title:s.i18nt("designer.hint.remove"),onClick:p[4]||(p[4]=vue.withModifiers((...x)=>b.removeFieldWidget&&b.removeFieldWidget(...x),["stop"]))},[vue.createVNode(A,{"icon-class":"el-delete"})],8,_hoisted_5$h)])):vue.createCommentVNode("",!0),e.designer.selectedId===e.field.id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_6$g,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.dragHandler")},[vue.createVNode(A,{"icon-class":"el-drag-move"})],8,_hoisted_7$e),vue.createElementVNode("i",null,vue.toDisplayString(s.i18n2t(`designer.widgetLabel.${e.field.type}`,`extension.widgetLabel.${e.field.type}`)),1),e.field.options.hidden===!0?(vue.openBlock(),vue.createElementBlock("i",_hoisted_8$9,[vue.createVNode(A,{"icon-class":"el-hide"})])):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0)],64)):vue.createCommentVNode("",!0)],6)}var StaticContentWrapper=_export_sfc$1(_sfc_main$1e,[["render",_sfc_render$1e],["__scopeId","data-v-41799baa"]]),__glob_0_20=Object.freeze(Object.defineProperty({__proto__:null,default:StaticContentWrapper},Symbol.toStringTag,{value:"Module"})),clipboard={exports:{}};/*!
3
3
  * clipboard.js v2.0.11
4
4
  * https://clipboardjs.com/
5
5
  *
@@ -70,9 +70,9 @@ function print() { __p += __j.call(arguments, '') }
70
70
  `),le}function xe(oe,le){if(U(oe)&&oe.nextElementSibling!=null&&!G(le,`
71
71
 
72
72
  `)){var pe=oe.offsetHeight+parseFloat(H(oe).marginTop)+parseFloat(H(oe).marginBottom);oe.nextElementSibling.offsetTop>oe.offsetTop+pe*1.5&&le.insert(`
73
- `)}return le}function Pe(oe,le){var pe={},fe=oe.style||{};return fe.fontStyle&&H(oe).fontStyle==="italic"&&(pe.italic=!0),fe.fontWeight&&(H(oe).fontWeight.startsWith("bold")||parseInt(H(oe).fontWeight)>=700)&&(pe.bold=!0),Object.keys(pe).length>0&&(le=j(le,pe)),parseFloat(fe.textIndent||0)>0&&(le=new o.default().insert(" ").concat(le)),le}function Fe(oe,le){var pe=oe.data;if(oe.parentNode.tagName==="O:P")return le.insert(pe.trim());if(pe.trim().length===0&&oe.parentNode.classList.contains("ql-clipboard"))return le;if(!H(oe.parentNode).whiteSpace.startsWith("pre")){var fe=function(Ce,Ee){return Ee=Ee.replace(/[^\u00a0]/g,""),Ee.length<1&&Ce?" ":Ee};pe=pe.replace(/\r\n/g," ").replace(/\n/g," "),pe=pe.replace(/\s\s+/g,fe.bind(fe,!0)),(oe.previousSibling==null&&U(oe.parentNode)||oe.previousSibling!=null&&U(oe.previousSibling))&&(pe=pe.replace(/^\s+/,fe.bind(fe,!1))),(oe.nextSibling==null&&U(oe.parentNode)||oe.nextSibling!=null&&U(oe.nextSibling))&&(pe=pe.replace(/\s+$/,fe.bind(fe,!1)))}return le.insert(pe)}g.default=$,g.matchAttributor=J,g.matchBlot=te,g.matchNewline=ve,g.matchSpacing=xe,g.matchText=Fe},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(6),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(){return i(this,a),o(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return b(a,[{key:"optimize",value:function(h){A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"optimize",this).call(this,h),this.domNode.tagName!==this.statics.tagName[0]&&this.replaceWith(this.statics.blotName)}}],[{key:"create",value:function(){return A(a.__proto__||Object.getPrototypeOf(a),"create",this).call(this)}},{key:"formats",value:function(){return!0}}]),a}(d.default);n.blotName="bold",n.tagName=["STRONG","B"],g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.addControls=g.default=void 0;var b=function(){function N(k,T){var S=[],I=!0,F=!1,O=void 0;try{for(var P=k[Symbol.iterator](),W;!(I=(W=P.next()).done)&&(S.push(W.value),!(T&&S.length===T));I=!0);}catch(z){F=!0,O=z}finally{try{!I&&P.return&&P.return()}finally{if(F)throw O}}return S}return function(k,T){if(Array.isArray(k))return k;if(Symbol.iterator in Object(k))return N(k,T);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),A=function(){function N(k,T){for(var S=0;S<T.length;S++){var I=T[S];I.enumerable=I.enumerable||!1,I.configurable=!0,"value"in I&&(I.writable=!0),Object.defineProperty(k,I.key,I)}}return function(k,T,S){return T&&N(k.prototype,T),S&&N(k,S),k}}(),x=_(2),d=h(x),u=_(0),i=h(u),o=_(5),t=h(o),n=_(10),r=h(n),a=_(9),l=h(a);function h(N){return N&&N.__esModule?N:{default:N}}function f(N,k,T){return k in N?Object.defineProperty(N,k,{value:T,enumerable:!0,configurable:!0,writable:!0}):N[k]=T,N}function C(N,k){if(!(N instanceof k))throw new TypeError("Cannot call a class as a function")}function m(N,k){if(!N)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k&&(typeof k=="object"||typeof k=="function")?k:N}function y(N,k){if(typeof k!="function"&&k!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof k);N.prototype=Object.create(k&&k.prototype,{constructor:{value:N,enumerable:!1,writable:!0,configurable:!0}}),k&&(Object.setPrototypeOf?Object.setPrototypeOf(N,k):N.__proto__=k)}var v=(0,r.default)("quill:toolbar"),M=function(N){y(k,N);function k(T,S){C(this,k);var I=m(this,(k.__proto__||Object.getPrototypeOf(k)).call(this,T,S));if(Array.isArray(I.options.container)){var F=document.createElement("div");L(F,I.options.container),T.container.parentNode.insertBefore(F,T.container),I.container=F}else typeof I.options.container=="string"?I.container=document.querySelector(I.options.container):I.container=I.options.container;if(!(I.container instanceof HTMLElement)){var O;return O=v.error("Container required for toolbar",I.options),m(I,O)}return I.container.classList.add("ql-toolbar"),I.controls=[],I.handlers={},Object.keys(I.options.handlers).forEach(function(P){I.addHandler(P,I.options.handlers[P])}),[].forEach.call(I.container.querySelectorAll("button, select"),function(P){I.attach(P)}),I.quill.on(t.default.events.EDITOR_CHANGE,function(P,W){P===t.default.events.SELECTION_CHANGE&&I.update(W)}),I.quill.on(t.default.events.SCROLL_OPTIMIZE,function(){var P=I.quill.selection.getRange(),W=b(P,1),z=W[0];I.update(z)}),I}return A(k,[{key:"addHandler",value:function(S,I){this.handlers[S]=I}},{key:"attach",value:function(S){var I=this,F=[].find.call(S.classList,function(P){return P.indexOf("ql-")===0});if(!!F){if(F=F.slice("ql-".length),S.tagName==="BUTTON"&&S.setAttribute("type","button"),this.handlers[F]==null){if(this.quill.scroll.whitelist!=null&&this.quill.scroll.whitelist[F]==null){v.warn("ignoring attaching to disabled format",F,S);return}if(i.default.query(F)==null){v.warn("ignoring attaching to nonexistent format",F,S);return}}var O=S.tagName==="SELECT"?"change":"click";S.addEventListener(O,function(P){var W=void 0;if(S.tagName==="SELECT"){if(S.selectedIndex<0)return;var z=S.options[S.selectedIndex];z.hasAttribute("selected")?W=!1:W=z.value||!1}else S.classList.contains("ql-active")?W=!1:W=S.value||!S.hasAttribute("value"),P.preventDefault();I.quill.focus();var B=I.quill.selection.getRange(),$=b(B,1),j=$[0];if(I.handlers[F]!=null)I.handlers[F].call(I,W);else if(i.default.query(F).prototype instanceof i.default.Embed){if(W=prompt("Enter "+F),!W)return;I.quill.updateContents(new d.default().retain(j.index).delete(j.length).insert(f({},F,W)),t.default.sources.USER)}else I.quill.format(F,W,t.default.sources.USER);I.update(j)}),this.controls.push([F,S])}}},{key:"update",value:function(S){var I=S==null?{}:this.quill.getFormat(S);this.controls.forEach(function(F){var O=b(F,2),P=O[0],W=O[1];if(W.tagName==="SELECT"){var z=void 0;if(S==null)z=null;else if(I[P]==null)z=W.querySelector("option[selected]");else if(!Array.isArray(I[P])){var B=I[P];typeof B=="string"&&(B=B.replace(/\"/g,'\\"')),z=W.querySelector('option[value="'+B+'"]')}z==null?(W.value="",W.selectedIndex=-1):z.selected=!0}else if(S==null)W.classList.remove("ql-active");else if(W.hasAttribute("value")){var $=I[P]===W.getAttribute("value")||I[P]!=null&&I[P].toString()===W.getAttribute("value")||I[P]==null&&!W.getAttribute("value");W.classList.toggle("ql-active",$)}else W.classList.toggle("ql-active",I[P]!=null)})}}]),k}(l.default);M.DEFAULTS={};function D(N,k,T){var S=document.createElement("button");S.setAttribute("type","button"),S.classList.add("ql-"+k),T!=null&&(S.value=T),N.appendChild(S)}function L(N,k){Array.isArray(k[0])||(k=[k]),k.forEach(function(T){var S=document.createElement("span");S.classList.add("ql-formats"),T.forEach(function(I){if(typeof I=="string")D(S,I);else{var F=Object.keys(I)[0],O=I[F];Array.isArray(O)?E(S,F,O):D(S,F,O)}}),N.appendChild(S)})}function E(N,k,T){var S=document.createElement("select");S.classList.add("ql-"+k),T.forEach(function(I){var F=document.createElement("option");I!==!1?F.setAttribute("value",I):F.setAttribute("selected","selected"),S.appendChild(F)}),N.appendChild(S)}M.DEFAULTS={container:null,handlers:{clean:function(){var k=this,T=this.quill.getSelection();if(T!=null)if(T.length==0){var S=this.quill.getFormat();Object.keys(S).forEach(function(I){i.default.query(I,i.default.Scope.INLINE)!=null&&k.quill.format(I,!1)})}else this.quill.removeFormat(T,t.default.sources.USER)},direction:function(k){var T=this.quill.getFormat().align;k==="rtl"&&T==null?this.quill.format("align","right",t.default.sources.USER):!k&&T==="right"&&this.quill.format("align",!1,t.default.sources.USER),this.quill.format("direction",k,t.default.sources.USER)},indent:function(k){var T=this.quill.getSelection(),S=this.quill.getFormat(T),I=parseInt(S.indent||0);if(k==="+1"||k==="-1"){var F=k==="+1"?1:-1;S.direction==="rtl"&&(F*=-1),this.quill.format("indent",I+F,t.default.sources.USER)}},link:function(k){k===!0&&(k=prompt("Enter link URL:")),this.quill.format("link",k,t.default.sources.USER)},list:function(k){var T=this.quill.getSelection(),S=this.quill.getFormat(T);k==="check"?S.list==="checked"||S.list==="unchecked"?this.quill.format("list",!1,t.default.sources.USER):this.quill.format("list","unchecked",t.default.sources.USER):this.quill.format("list",k,t.default.sources.USER)}}},g.default=M,g.addControls=L},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polyline class="ql-even ql-stroke" points="5 7 3 9 5 11"></polyline> <polyline class="ql-even ql-stroke" points="13 7 15 9 13 11"></polyline> <line class=ql-stroke x1=10 x2=8 y1=5 y2=13></line> </svg>'},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(28),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(l,h){i(this,a);var f=o(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,l));return f.label.innerHTML=h,f.container.classList.add("ql-color-picker"),[].slice.call(f.container.querySelectorAll(".ql-picker-item"),0,7).forEach(function(C){C.classList.add("ql-primary")}),f}return b(a,[{key:"buildItem",value:function(h){var f=A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"buildItem",this).call(this,h);return f.style.backgroundColor=h.getAttribute("value")||"",f}},{key:"selectItem",value:function(h,f){A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"selectItem",this).call(this,h,f);var C=this.label.querySelector(".ql-color-label"),m=h&&h.getAttribute("data-value")||"";C&&(C.tagName==="line"?C.style.stroke=m:C.style.fill=m)}}]),a}(d.default);g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(28),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(l,h){i(this,a);var f=o(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,l));return f.container.classList.add("ql-icon-picker"),[].forEach.call(f.container.querySelectorAll(".ql-picker-item"),function(C){C.innerHTML=h[C.getAttribute("data-value")||""]}),f.defaultItem=f.container.querySelector(".ql-selected"),f.selectItem(f.defaultItem),f}return b(a,[{key:"selectItem",value:function(h,f){A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"selectItem",this).call(this,h,f),h=h||this.defaultItem,this.label.innerHTML=h.innerHTML}}]),a}(d.default);g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function d(u,i){for(var o=0;o<i.length;o++){var t=i[o];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(u,t.key,t)}}return function(u,i,o){return i&&d(u.prototype,i),o&&d(u,o),u}}();function A(d,u){if(!(d instanceof u))throw new TypeError("Cannot call a class as a function")}var x=function(){function d(u,i){var o=this;A(this,d),this.quill=u,this.boundsContainer=i||document.body,this.root=u.addContainer("ql-tooltip"),this.root.innerHTML=this.constructor.TEMPLATE,this.quill.root===this.quill.scrollingContainer&&this.quill.root.addEventListener("scroll",function(){o.root.style.marginTop=-1*o.quill.root.scrollTop+"px"}),this.hide()}return b(d,[{key:"hide",value:function(){this.root.classList.add("ql-hidden")}},{key:"position",value:function(i){var o=i.left+i.width/2-this.root.offsetWidth/2,t=i.bottom+this.quill.root.scrollTop;this.root.style.left=o+"px",this.root.style.top=t+"px",this.root.classList.remove("ql-flip");var n=this.boundsContainer.getBoundingClientRect(),r=this.root.getBoundingClientRect(),a=0;if(r.right>n.right&&(a=n.right-r.right,this.root.style.left=o+a+"px"),r.left<n.left&&(a=n.left-r.left,this.root.style.left=o+a+"px"),r.bottom>n.bottom){var l=r.bottom-r.top,h=i.bottom-i.top+l;this.root.style.top=t-h+"px",this.root.classList.add("ql-flip")}return a}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),d}();g.default=x},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function E(N,k){var T=[],S=!0,I=!1,F=void 0;try{for(var O=N[Symbol.iterator](),P;!(S=(P=O.next()).done)&&(T.push(P.value),!(k&&T.length===k));S=!0);}catch(W){I=!0,F=W}finally{try{!S&&O.return&&O.return()}finally{if(I)throw F}}return T}return function(N,k){if(Array.isArray(N))return N;if(Symbol.iterator in Object(N))return E(N,k);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),A=function E(N,k,T){N===null&&(N=Function.prototype);var S=Object.getOwnPropertyDescriptor(N,k);if(S===void 0){var I=Object.getPrototypeOf(N);return I===null?void 0:E(I,k,T)}else{if("value"in S)return S.value;var F=S.get;return F===void 0?void 0:F.call(T)}},x=function(){function E(N,k){for(var T=0;T<k.length;T++){var S=k[T];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(N,S.key,S)}}return function(N,k,T){return k&&E(N.prototype,k),T&&E(N,T),N}}(),d=_(3),u=C(d),i=_(8),o=C(i),t=_(43),n=C(t),r=_(27),a=C(r),l=_(15),h=_(41),f=C(h);function C(E){return E&&E.__esModule?E:{default:E}}function m(E,N){if(!(E instanceof N))throw new TypeError("Cannot call a class as a function")}function y(E,N){if(!E)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return N&&(typeof N=="object"||typeof N=="function")?N:E}function v(E,N){if(typeof N!="function"&&N!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof N);E.prototype=Object.create(N&&N.prototype,{constructor:{value:E,enumerable:!1,writable:!0,configurable:!0}}),N&&(Object.setPrototypeOf?Object.setPrototypeOf(E,N):E.__proto__=N)}var M=[[{header:["1","2","3",!1]}],["bold","italic","underline","link"],[{list:"ordered"},{list:"bullet"}],["clean"]],D=function(E){v(N,E);function N(k,T){m(this,N),T.modules.toolbar!=null&&T.modules.toolbar.container==null&&(T.modules.toolbar.container=M);var S=y(this,(N.__proto__||Object.getPrototypeOf(N)).call(this,k,T));return S.quill.container.classList.add("ql-snow"),S}return x(N,[{key:"extendToolbar",value:function(T){T.container.classList.add("ql-snow"),this.buildButtons([].slice.call(T.container.querySelectorAll("button")),f.default),this.buildPickers([].slice.call(T.container.querySelectorAll("select")),f.default),this.tooltip=new L(this.quill,this.options.bounds),T.container.querySelector(".ql-link")&&this.quill.keyboard.addBinding({key:"K",shortKey:!0},function(S,I){T.handlers.link.call(T,!I.format.link)})}}]),N}(n.default);D.DEFAULTS=(0,u.default)(!0,{},n.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(N){if(N){var k=this.quill.getSelection();if(k==null||k.length==0)return;var T=this.quill.getText(k);/^\S+@\S+\.\S+$/.test(T)&&T.indexOf("mailto:")!==0&&(T="mailto:"+T);var S=this.quill.theme.tooltip;S.edit("link",T)}else this.quill.format("link",!1)}}}}});var L=function(E){v(N,E);function N(k,T){m(this,N);var S=y(this,(N.__proto__||Object.getPrototypeOf(N)).call(this,k,T));return S.preview=S.root.querySelector("a.ql-preview"),S}return x(N,[{key:"listen",value:function(){var T=this;A(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"listen",this).call(this),this.root.querySelector("a.ql-action").addEventListener("click",function(S){T.root.classList.contains("ql-editing")?T.save():T.edit("link",T.preview.textContent),S.preventDefault()}),this.root.querySelector("a.ql-remove").addEventListener("click",function(S){if(T.linkRange!=null){var I=T.linkRange;T.restoreFocus(),T.quill.formatText(I,"link",!1,o.default.sources.USER),delete T.linkRange}S.preventDefault(),T.hide()}),this.quill.on(o.default.events.SELECTION_CHANGE,function(S,I,F){if(S!=null){if(S.length===0&&F===o.default.sources.USER){var O=T.quill.scroll.descendant(a.default,S.index),P=b(O,2),W=P[0],z=P[1];if(W!=null){T.linkRange=new l.Range(S.index-z,W.length());var B=a.default.formats(W.domNode);T.preview.textContent=B,T.preview.setAttribute("href",B),T.show(),T.position(T.quill.getBounds(T.linkRange));return}}else delete T.linkRange;T.hide()}})}},{key:"show",value:function(){A(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"show",this).call(this),this.root.removeAttribute("data-mode")}}]),N}(t.BaseTooltip);L.TEMPLATE=['<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-action"></a>','<a class="ql-remove"></a>'].join(""),g.default=D},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(29),A=ue(b),x=_(36),d=_(38),u=_(64),i=_(65),o=ue(i),t=_(66),n=ue(t),r=_(67),a=ue(r),l=_(37),h=_(26),f=_(39),C=_(40),m=_(56),y=ue(m),v=_(68),M=ue(v),D=_(27),L=ue(D),E=_(69),N=ue(E),k=_(70),T=ue(k),S=_(71),I=ue(S),F=_(72),O=ue(F),P=_(73),W=ue(P),z=_(13),B=ue(z),$=_(74),j=ue($),H=_(75),G=ue(H),U=_(57),q=ue(U),Y=_(41),J=ue(Y),te=_(28),se=ue(te),ge=_(59),me=ue(ge),ve=_(60),xe=ue(ve),Pe=_(61),Fe=ue(Pe),oe=_(108),le=ue(oe),pe=_(62),fe=ue(pe);function ue(Ce){return Ce&&Ce.__esModule?Ce:{default:Ce}}A.default.register({"attributors/attribute/direction":d.DirectionAttribute,"attributors/class/align":x.AlignClass,"attributors/class/background":l.BackgroundClass,"attributors/class/color":h.ColorClass,"attributors/class/direction":d.DirectionClass,"attributors/class/font":f.FontClass,"attributors/class/size":C.SizeClass,"attributors/style/align":x.AlignStyle,"attributors/style/background":l.BackgroundStyle,"attributors/style/color":h.ColorStyle,"attributors/style/direction":d.DirectionStyle,"attributors/style/font":f.FontStyle,"attributors/style/size":C.SizeStyle},!0),A.default.register({"formats/align":x.AlignClass,"formats/direction":d.DirectionClass,"formats/indent":u.IndentClass,"formats/background":l.BackgroundStyle,"formats/color":h.ColorStyle,"formats/font":f.FontClass,"formats/size":C.SizeClass,"formats/blockquote":o.default,"formats/code-block":B.default,"formats/header":n.default,"formats/list":a.default,"formats/bold":y.default,"formats/code":z.Code,"formats/italic":M.default,"formats/link":L.default,"formats/script":N.default,"formats/strike":T.default,"formats/underline":I.default,"formats/image":O.default,"formats/video":W.default,"formats/list/item":r.ListItem,"modules/formula":j.default,"modules/syntax":G.default,"modules/toolbar":q.default,"themes/bubble":le.default,"themes/snow":fe.default,"ui/icons":J.default,"ui/picker":se.default,"ui/icon-picker":xe.default,"ui/color-picker":me.default,"ui/tooltip":Fe.default},!0),g.default=A.default},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.IndentClass=void 0;var b=function(){function a(l,h){for(var f=0;f<h.length;f++){var C=h[f];C.enumerable=C.enumerable||!1,C.configurable=!0,"value"in C&&(C.writable=!0),Object.defineProperty(l,C.key,C)}}return function(l,h,f){return h&&a(l.prototype,h),f&&a(l,f),l}}(),A=function a(l,h,f){l===null&&(l=Function.prototype);var C=Object.getOwnPropertyDescriptor(l,h);if(C===void 0){var m=Object.getPrototypeOf(l);return m===null?void 0:a(m,h,f)}else{if("value"in C)return C.value;var y=C.get;return y===void 0?void 0:y.call(f)}},x=_(0),d=u(x);function u(a){return a&&a.__esModule?a:{default:a}}function i(a,l){if(!(a instanceof l))throw new TypeError("Cannot call a class as a function")}function o(a,l){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return l&&(typeof l=="object"||typeof l=="function")?l:a}function t(a,l){if(typeof l!="function"&&l!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof l);a.prototype=Object.create(l&&l.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),l&&(Object.setPrototypeOf?Object.setPrototypeOf(a,l):a.__proto__=l)}var n=function(a){t(l,a);function l(){return i(this,l),o(this,(l.__proto__||Object.getPrototypeOf(l)).apply(this,arguments))}return b(l,[{key:"add",value:function(f,C){if(C==="+1"||C==="-1"){var m=this.value(f)||0;C=C==="+1"?m+1:m-1}return C===0?(this.remove(f),!0):A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"add",this).call(this,f,C)}},{key:"canAdd",value:function(f,C){return A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"canAdd",this).call(this,f,C)||A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"canAdd",this).call(this,f,parseInt(C))}},{key:"value",value:function(f){return parseInt(A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"value",this).call(this,f))||void 0}}]),l}(d.default.Attributor.Class),r=new n("indent","ql-indent",{scope:d.default.Scope.BLOCK,whitelist:[1,2,3,4,5,6,7,8]});g.IndentClass=r},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(4),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="blockquote",o.tagName="blockquote",g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function n(r,a){for(var l=0;l<a.length;l++){var h=a[l];h.enumerable=h.enumerable||!1,h.configurable=!0,"value"in h&&(h.writable=!0),Object.defineProperty(r,h.key,h)}}return function(r,a,l){return a&&n(r.prototype,a),l&&n(r,l),r}}(),A=_(4),x=d(A);function d(n){return n&&n.__esModule?n:{default:n}}function u(n,r){if(!(n instanceof r))throw new TypeError("Cannot call a class as a function")}function i(n,r){if(!n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return r&&(typeof r=="object"||typeof r=="function")?r:n}function o(n,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof r);n.prototype=Object.create(r&&r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),r&&(Object.setPrototypeOf?Object.setPrototypeOf(n,r):n.__proto__=r)}var t=function(n){o(r,n);function r(){return u(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return b(r,null,[{key:"formats",value:function(l){return this.tagName.indexOf(l.tagName)+1}}]),r}(x.default);t.blotName="header",t.tagName=["H1","H2","H3","H4","H5","H6"],g.default=t},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.ListItem=void 0;var b=function(){function m(y,v){for(var M=0;M<v.length;M++){var D=v[M];D.enumerable=D.enumerable||!1,D.configurable=!0,"value"in D&&(D.writable=!0),Object.defineProperty(y,D.key,D)}}return function(y,v,M){return v&&m(y.prototype,v),M&&m(y,M),y}}(),A=function m(y,v,M){y===null&&(y=Function.prototype);var D=Object.getOwnPropertyDescriptor(y,v);if(D===void 0){var L=Object.getPrototypeOf(y);return L===null?void 0:m(L,v,M)}else{if("value"in D)return D.value;var E=D.get;return E===void 0?void 0:E.call(M)}},x=_(0),d=n(x),u=_(4),i=n(u),o=_(25),t=n(o);function n(m){return m&&m.__esModule?m:{default:m}}function r(m,y,v){return y in m?Object.defineProperty(m,y,{value:v,enumerable:!0,configurable:!0,writable:!0}):m[y]=v,m}function a(m,y){if(!(m instanceof y))throw new TypeError("Cannot call a class as a function")}function l(m,y){if(!m)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:m}function h(m,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);m.prototype=Object.create(y&&y.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(m,y):m.__proto__=y)}var f=function(m){h(y,m);function y(){return a(this,y),l(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return b(y,[{key:"format",value:function(M,D){M===C.blotName&&!D?this.replaceWith(d.default.create(this.statics.scope)):A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,M,D)}},{key:"remove",value:function(){this.prev==null&&this.next==null?this.parent.remove():A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"remove",this).call(this)}},{key:"replaceWith",value:function(M,D){return this.parent.isolate(this.offset(this.parent),this.length()),M===this.parent.statics.blotName?(this.parent.replaceWith(M,D),this):(this.parent.unwrap(),A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"replaceWith",this).call(this,M,D))}}],[{key:"formats",value:function(M){return M.tagName===this.tagName?void 0:A(y.__proto__||Object.getPrototypeOf(y),"formats",this).call(this,M)}}]),y}(i.default);f.blotName="list-item",f.tagName="LI";var C=function(m){h(y,m),b(y,null,[{key:"create",value:function(M){var D=M==="ordered"?"OL":"UL",L=A(y.__proto__||Object.getPrototypeOf(y),"create",this).call(this,D);return(M==="checked"||M==="unchecked")&&L.setAttribute("data-checked",M==="checked"),L}},{key:"formats",value:function(M){if(M.tagName==="OL")return"ordered";if(M.tagName==="UL")return M.hasAttribute("data-checked")?M.getAttribute("data-checked")==="true"?"checked":"unchecked":"bullet"}}]);function y(v){a(this,y);var M=l(this,(y.__proto__||Object.getPrototypeOf(y)).call(this,v)),D=function(E){if(E.target.parentNode===v){var N=M.statics.formats(v),k=d.default.find(E.target);N==="checked"?k.format("list","unchecked"):N==="unchecked"&&k.format("list","checked")}};return v.addEventListener("touchstart",D),v.addEventListener("mousedown",D),M}return b(y,[{key:"format",value:function(M,D){this.children.length>0&&this.children.tail.format(M,D)}},{key:"formats",value:function(){return r({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(M,D){if(M instanceof f)A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"insertBefore",this).call(this,M,D);else{var L=D==null?this.length():D.offset(this),E=this.split(L);E.parent.insertBefore(M,E)}}},{key:"optimize",value:function(M){A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"optimize",this).call(this,M);var D=this.next;D!=null&&D.prev===this&&D.statics.blotName===this.statics.blotName&&D.domNode.tagName===this.domNode.tagName&&D.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(D.moveChildren(this),D.remove())}},{key:"replace",value:function(M){if(M.statics.blotName!==this.statics.blotName){var D=d.default.create(this.statics.defaultChild);M.moveChildren(D),this.appendChild(D)}A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"replace",this).call(this,M)}}]),y}(t.default);C.blotName="list",C.scope=d.default.Scope.BLOCK_BLOT,C.tagName=["OL","UL"],C.defaultChild="list-item",C.allowedChildren=[f],g.ListItem=f,g.default=C},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(56),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="italic",o.tagName=["EM","I"],g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(6),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(){return i(this,a),o(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return b(a,null,[{key:"create",value:function(h){return h==="super"?document.createElement("sup"):h==="sub"?document.createElement("sub"):A(a.__proto__||Object.getPrototypeOf(a),"create",this).call(this,h)}},{key:"formats",value:function(h){if(h.tagName==="SUB")return"sub";if(h.tagName==="SUP")return"super"}}]),a}(d.default);n.blotName="script",n.tagName=["SUB","SUP"],g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(6),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="strike",o.tagName="S",g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(6),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="underline",o.tagName="U",g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function l(h,f){for(var C=0;C<f.length;C++){var m=f[C];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(h,m.key,m)}}return function(h,f,C){return f&&l(h.prototype,f),C&&l(h,C),h}}(),A=function l(h,f,C){h===null&&(h=Function.prototype);var m=Object.getOwnPropertyDescriptor(h,f);if(m===void 0){var y=Object.getPrototypeOf(h);return y===null?void 0:l(y,f,C)}else{if("value"in m)return m.value;var v=m.get;return v===void 0?void 0:v.call(C)}},x=_(0),d=i(x),u=_(27);function i(l){return l&&l.__esModule?l:{default:l}}function o(l,h){if(!(l instanceof h))throw new TypeError("Cannot call a class as a function")}function t(l,h){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:l}function n(l,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);l.prototype=Object.create(h&&h.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(l,h):l.__proto__=h)}var r=["alt","height","width"],a=function(l){n(h,l);function h(){return o(this,h),t(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return b(h,[{key:"format",value:function(C,m){r.indexOf(C)>-1?m?this.domNode.setAttribute(C,m):this.domNode.removeAttribute(C):A(h.prototype.__proto__||Object.getPrototypeOf(h.prototype),"format",this).call(this,C,m)}}],[{key:"create",value:function(C){var m=A(h.__proto__||Object.getPrototypeOf(h),"create",this).call(this,C);return typeof C=="string"&&m.setAttribute("src",this.sanitize(C)),m}},{key:"formats",value:function(C){return r.reduce(function(m,y){return C.hasAttribute(y)&&(m[y]=C.getAttribute(y)),m},{})}},{key:"match",value:function(C){return/\.(jpe?g|gif|png)$/.test(C)||/^data:image\/.+;base64/.test(C)}},{key:"sanitize",value:function(C){return(0,u.sanitize)(C,["http","https","data"])?C:"//:0"}},{key:"value",value:function(C){return C.getAttribute("src")}}]),h}(d.default.Embed);a.blotName="image",a.tagName="IMG",g.default=a},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function l(h,f){for(var C=0;C<f.length;C++){var m=f[C];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(h,m.key,m)}}return function(h,f,C){return f&&l(h.prototype,f),C&&l(h,C),h}}(),A=function l(h,f,C){h===null&&(h=Function.prototype);var m=Object.getOwnPropertyDescriptor(h,f);if(m===void 0){var y=Object.getPrototypeOf(h);return y===null?void 0:l(y,f,C)}else{if("value"in m)return m.value;var v=m.get;return v===void 0?void 0:v.call(C)}},x=_(4),d=_(27),u=i(d);function i(l){return l&&l.__esModule?l:{default:l}}function o(l,h){if(!(l instanceof h))throw new TypeError("Cannot call a class as a function")}function t(l,h){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:l}function n(l,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);l.prototype=Object.create(h&&h.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(l,h):l.__proto__=h)}var r=["height","width"],a=function(l){n(h,l);function h(){return o(this,h),t(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return b(h,[{key:"format",value:function(C,m){r.indexOf(C)>-1?m?this.domNode.setAttribute(C,m):this.domNode.removeAttribute(C):A(h.prototype.__proto__||Object.getPrototypeOf(h.prototype),"format",this).call(this,C,m)}}],[{key:"create",value:function(C){var m=A(h.__proto__||Object.getPrototypeOf(h),"create",this).call(this,C);return m.setAttribute("frameborder","0"),m.setAttribute("allowfullscreen",!0),m.setAttribute("src",this.sanitize(C)),m}},{key:"formats",value:function(C){return r.reduce(function(m,y){return C.hasAttribute(y)&&(m[y]=C.getAttribute(y)),m},{})}},{key:"sanitize",value:function(C){return u.default.sanitize(C)}},{key:"value",value:function(C){return C.getAttribute("src")}}]),h}(x.BlockEmbed);a.blotName="video",a.className="ql-video",a.tagName="IFRAME",g.default=a},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.FormulaBlot=void 0;var b=function(){function C(m,y){for(var v=0;v<y.length;v++){var M=y[v];M.enumerable=M.enumerable||!1,M.configurable=!0,"value"in M&&(M.writable=!0),Object.defineProperty(m,M.key,M)}}return function(m,y,v){return y&&C(m.prototype,y),v&&C(m,v),m}}(),A=function C(m,y,v){m===null&&(m=Function.prototype);var M=Object.getOwnPropertyDescriptor(m,y);if(M===void 0){var D=Object.getPrototypeOf(m);return D===null?void 0:C(D,y,v)}else{if("value"in M)return M.value;var L=M.get;return L===void 0?void 0:L.call(v)}},x=_(35),d=n(x),u=_(5),i=n(u),o=_(9),t=n(o);function n(C){return C&&C.__esModule?C:{default:C}}function r(C,m){if(!(C instanceof m))throw new TypeError("Cannot call a class as a function")}function a(C,m){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:C}function l(C,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);C.prototype=Object.create(m&&m.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(C,m):C.__proto__=m)}var h=function(C){l(m,C);function m(){return r(this,m),a(this,(m.__proto__||Object.getPrototypeOf(m)).apply(this,arguments))}return b(m,null,[{key:"create",value:function(v){var M=A(m.__proto__||Object.getPrototypeOf(m),"create",this).call(this,v);return typeof v=="string"&&(window.katex.render(v,M,{throwOnError:!1,errorColor:"#f00"}),M.setAttribute("data-value",v)),M}},{key:"value",value:function(v){return v.getAttribute("data-value")}}]),m}(d.default);h.blotName="formula",h.className="ql-formula",h.tagName="SPAN";var f=function(C){l(m,C),b(m,null,[{key:"register",value:function(){i.default.register(h,!0)}}]);function m(){r(this,m);var y=a(this,(m.__proto__||Object.getPrototypeOf(m)).call(this));if(window.katex==null)throw new Error("Formula module requires KaTeX.");return y}return m}(t.default);g.FormulaBlot=h,g.default=f},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.CodeToken=g.CodeBlock=void 0;var b=function(){function v(M,D){for(var L=0;L<D.length;L++){var E=D[L];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(M,E.key,E)}}return function(M,D,L){return D&&v(M.prototype,D),L&&v(M,L),M}}(),A=function v(M,D,L){M===null&&(M=Function.prototype);var E=Object.getOwnPropertyDescriptor(M,D);if(E===void 0){var N=Object.getPrototypeOf(M);return N===null?void 0:v(N,D,L)}else{if("value"in E)return E.value;var k=E.get;return k===void 0?void 0:k.call(L)}},x=_(0),d=a(x),u=_(5),i=a(u),o=_(9),t=a(o),n=_(13),r=a(n);function a(v){return v&&v.__esModule?v:{default:v}}function l(v,M){if(!(v instanceof M))throw new TypeError("Cannot call a class as a function")}function h(v,M){if(!v)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return M&&(typeof M=="object"||typeof M=="function")?M:v}function f(v,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof M);v.prototype=Object.create(M&&M.prototype,{constructor:{value:v,enumerable:!1,writable:!0,configurable:!0}}),M&&(Object.setPrototypeOf?Object.setPrototypeOf(v,M):v.__proto__=M)}var C=function(v){f(M,v);function M(){return l(this,M),h(this,(M.__proto__||Object.getPrototypeOf(M)).apply(this,arguments))}return b(M,[{key:"replaceWith",value:function(L){this.domNode.textContent=this.domNode.textContent,this.attach(),A(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"replaceWith",this).call(this,L)}},{key:"highlight",value:function(L){var E=this.domNode.textContent;this.cachedText!==E&&((E.trim().length>0||this.cachedText==null)&&(this.domNode.innerHTML=L(E),this.domNode.normalize(),this.attach()),this.cachedText=E)}}]),M}(r.default);C.className="ql-syntax";var m=new d.default.Attributor.Class("token","hljs",{scope:d.default.Scope.INLINE}),y=function(v){f(M,v),b(M,null,[{key:"register",value:function(){i.default.register(m,!0),i.default.register(C,!0)}}]);function M(D,L){l(this,M);var E=h(this,(M.__proto__||Object.getPrototypeOf(M)).call(this,D,L));if(typeof E.options.highlight!="function")throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var N=null;return E.quill.on(i.default.events.SCROLL_OPTIMIZE,function(){clearTimeout(N),N=setTimeout(function(){E.highlight(),N=null},E.options.interval)}),E.highlight(),E}return b(M,[{key:"highlight",value:function(){var L=this;if(!this.quill.selection.composing){this.quill.update(i.default.sources.USER);var E=this.quill.getSelection();this.quill.scroll.descendants(C).forEach(function(N){N.highlight(L.options.highlight)}),this.quill.update(i.default.sources.SILENT),E!=null&&this.quill.setSelection(E,i.default.sources.SILENT)}}}]),M}(t.default);y.DEFAULTS={highlight:function(){return window.hljs==null?null:function(v){var M=window.hljs.highlightAuto(v);return M.value}}(),interval:1e3},g.CodeBlock=C,g.CodeToken=m,g.default=y},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=13 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=9 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=14 x2=4 y1=14 y2=14></line> <line class=ql-stroke x1=12 x2=6 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=5 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=9 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=3 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=3 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <g class="ql-fill ql-color-label"> <polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon> <rect height=1 width=1 x=4 y=4></rect> <polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon> <rect height=1 width=1 x=2 y=6></rect> <rect height=1 width=1 x=3 y=5></rect> <rect height=1 width=1 x=4 y=7></rect> <polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon> <rect height=1 width=1 x=2 y=12></rect> <rect height=1 width=1 x=2 y=9></rect> <rect height=1 width=1 x=2 y=15></rect> <polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon> <rect height=1 width=1 x=3 y=8></rect> <path d=M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z></path> <path d=M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z></path> <path d=M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z></path> <rect height=1 width=1 x=12 y=2></rect> <rect height=1 width=1 x=11 y=3></rect> <path d=M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z></path> <rect height=1 width=1 x=2 y=3></rect> <rect height=1 width=1 x=6 y=2></rect> <rect height=1 width=1 x=3 y=2></rect> <rect height=1 width=1 x=5 y=3></rect> <rect height=1 width=1 x=9 y=2></rect> <rect height=1 width=1 x=15 y=14></rect> <polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon> <rect height=1 width=1 x=13 y=7></rect> <rect height=1 width=1 x=15 y=5></rect> <rect height=1 width=1 x=14 y=6></rect> <rect height=1 width=1 x=15 y=8></rect> <rect height=1 width=1 x=14 y=9></rect> <path d=M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z></path> <rect height=1 width=1 x=14 y=3></rect> <polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon> <rect height=1 width=1 x=15 y=2></rect> <rect height=1 width=1 x=12 y=5></rect> <rect height=1 width=1 x=13 y=4></rect> <polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon> <rect height=1 width=1 x=9 y=14></rect> <rect height=1 width=1 x=8 y=15></rect> <path d=M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z></path> <rect height=1 width=1 x=5 y=15></rect> <path d=M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z></path> <rect height=1 width=1 x=11 y=15></rect> <path d=M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z></path> <rect height=1 width=1 x=14 y=15></rect> <rect height=1 width=1 x=15 y=11></rect> </g> <polyline class=ql-stroke points="5.5 13 9 5 12.5 13"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=11 y2=11></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <rect class="ql-fill ql-stroke" height=3 width=3 x=4 y=5></rect> <rect class="ql-fill ql-stroke" height=3 width=3 x=11 y=5></rect> <path class="ql-even ql-fill ql-stroke" d=M7,8c0,4.031-3,5-3,5></path> <path class="ql-even ql-fill ql-stroke" d=M14,8c0,4.031-3,5-3,5></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z></path> <path class=ql-stroke d=M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z></path> </svg>'},function(e,g){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=5 x2=13 y1=3 y2=3></line> <line class=ql-stroke x1=6 x2=9.35 y1=12 y2=3></line> <line class=ql-stroke x1=11 x2=15 y1=11 y2=15></line> <line class=ql-stroke x1=15 x2=11 y1=11 y2=15></line> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=7 x=2 y=14></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-color-label ql-stroke ql-transparent" x1=3 x2=15 y1=15 y2=15></line> <polyline class=ql-stroke points="5.5 11 9 3 12.5 11"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=9 y2=9></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon> <line class="ql-stroke ql-fill" x1=15 x2=11 y1=4 y2=4></line> <path class=ql-fill d=M11,3a3,3,0,0,0,0,6h1V3H11Z></path> <rect class=ql-fill height=11 width=1 x=11 y=4></rect> <rect class=ql-fill height=11 width=1 x=13 y=4></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon> <line class="ql-stroke ql-fill" x1=9 x2=5 y1=4 y2=4></line> <path class=ql-fill d=M5,3A3,3,0,0,0,5,9H6V3H5Z></path> <rect class=ql-fill height=11 width=1 x=5 y=4></rect> <rect class=ql-fill height=11 width=1 x=7 y=4></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M14,16H4a1,1,0,0,1,0-2H14A1,1,0,0,1,14,16Z /> <path class=ql-fill d=M14,4H4A1,1,0,0,1,4,2H14A1,1,0,0,1,14,4Z /> <rect class=ql-fill x=3 y=6 width=12 height=6 rx=1 ry=1 /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M13,16H5a1,1,0,0,1,0-2h8A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H5A1,1,0,0,1,5,2h8A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=2 y=6 width=14 height=6 rx=1 ry=1 /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z /> <path class=ql-fill d=M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z /> <path class=ql-fill d=M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z /> <path class=ql-fill d=M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z /> <rect class=ql-fill x=2 y=6 width=8 height=6 rx=1 ry=1 /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z /> <path class=ql-fill d=M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z /> <path class=ql-fill d=M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=8 y=6 width=8 height=6 rx=1 ry=1 transform="translate(24 18) rotate(-180)"/> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z></path> <rect class=ql-fill height=1.6 rx=0.8 ry=0.8 width=5 x=5.15 y=6.2></rect> <path class=ql-fill d=M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z></path> </svg>'},function(e,g){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z /> </svg>'},function(e,g){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=13 y1=4 y2=4></line> <line class=ql-stroke x1=5 x2=11 y1=14 y2=14></line> <line class=ql-stroke x1=8 x2=10 y1=14 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=10 width=12 x=3 y=4></rect> <circle class=ql-fill cx=6 cy=7 r=1></circle> <polyline class="ql-even ql-fill" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="5 7 5 11 3 9 5 7"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=11 y1=7 y2=11></line> <path class="ql-even ql-stroke" d=M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z></path> <path class="ql-even ql-stroke" d=M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=7 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=7 x2=15 y1=14 y2=14></line> <line class="ql-stroke ql-thin" x1=2.5 x2=4.5 y1=5.5 y2=5.5></line> <path class=ql-fill d=M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z></path> <path class="ql-stroke ql-thin" d=M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156></path> <path class="ql-stroke ql-thin" d=M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=6 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=6 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=6 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=3 y1=4 y2=4></line> <line class=ql-stroke x1=3 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=3 y1=14 y2=14></line> </svg>'},function(e,g){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=9 x2=15 y1=4 y2=4></line> <polyline class=ql-stroke points="3 4 4 5 6 3"></polyline> <line class=ql-stroke x1=9 x2=15 y1=14 y2=14></line> <polyline class=ql-stroke points="3 14 4 15 6 13"></polyline> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="3 9 4 10 6 8"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z /> <path class=ql-fill d=M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z /> <path class=ql-fill d=M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-stroke ql-thin" x1=15.5 x2=2.5 y1=8.5 y2=9.5></line> <path class=ql-fill d=M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z></path> <path class=ql-fill d=M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3></path> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=12 x=3 y=15></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=12 width=12 x=3 y=3></rect> <rect class=ql-fill height=12 width=1 x=5 y=3></rect> <rect class=ql-fill height=12 width=1 x=12 y=3></rect> <rect class=ql-fill height=2 width=8 x=5 y=8></rect> <rect class=ql-fill height=1 width=3 x=3 y=5></rect> <rect class=ql-fill height=1 width=3 x=3 y=7></rect> <rect class=ql-fill height=1 width=3 x=3 y=10></rect> <rect class=ql-fill height=1 width=3 x=3 y=12></rect> <rect class=ql-fill height=1 width=3 x=12 y=5></rect> <rect class=ql-fill height=1 width=3 x=12 y=7></rect> <rect class=ql-fill height=1 width=3 x=12 y=10></rect> <rect class=ql-fill height=1 width=3 x=12 y=12></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polygon class=ql-stroke points="7 11 9 13 11 11 7 11"></polygon> <polygon class=ql-stroke points="7 7 9 5 11 7 7 7"></polygon> </svg>'},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.BubbleTooltip=void 0;var b=function M(D,L,E){D===null&&(D=Function.prototype);var N=Object.getOwnPropertyDescriptor(D,L);if(N===void 0){var k=Object.getPrototypeOf(D);return k===null?void 0:M(k,L,E)}else{if("value"in N)return N.value;var T=N.get;return T===void 0?void 0:T.call(E)}},A=function(){function M(D,L){for(var E=0;E<L.length;E++){var N=L[E];N.enumerable=N.enumerable||!1,N.configurable=!0,"value"in N&&(N.writable=!0),Object.defineProperty(D,N.key,N)}}return function(D,L,E){return L&&M(D.prototype,L),E&&M(D,E),D}}(),x=_(3),d=l(x),u=_(8),i=l(u),o=_(43),t=l(o),n=_(15),r=_(41),a=l(r);function l(M){return M&&M.__esModule?M:{default:M}}function h(M,D){if(!(M instanceof D))throw new TypeError("Cannot call a class as a function")}function f(M,D){if(!M)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return D&&(typeof D=="object"||typeof D=="function")?D:M}function C(M,D){if(typeof D!="function"&&D!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof D);M.prototype=Object.create(D&&D.prototype,{constructor:{value:M,enumerable:!1,writable:!0,configurable:!0}}),D&&(Object.setPrototypeOf?Object.setPrototypeOf(M,D):M.__proto__=D)}var m=[["bold","italic","link"],[{header:1},{header:2},"blockquote"]],y=function(M){C(D,M);function D(L,E){h(this,D),E.modules.toolbar!=null&&E.modules.toolbar.container==null&&(E.modules.toolbar.container=m);var N=f(this,(D.__proto__||Object.getPrototypeOf(D)).call(this,L,E));return N.quill.container.classList.add("ql-bubble"),N}return A(D,[{key:"extendToolbar",value:function(E){this.tooltip=new v(this.quill,this.options.bounds),this.tooltip.root.appendChild(E.container),this.buildButtons([].slice.call(E.container.querySelectorAll("button")),a.default),this.buildPickers([].slice.call(E.container.querySelectorAll("select")),a.default)}}]),D}(t.default);y.DEFAULTS=(0,d.default)(!0,{},t.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(D){D?this.quill.theme.tooltip.edit():this.quill.format("link",!1)}}}}});var v=function(M){C(D,M);function D(L,E){h(this,D);var N=f(this,(D.__proto__||Object.getPrototypeOf(D)).call(this,L,E));return N.quill.on(i.default.events.EDITOR_CHANGE,function(k,T,S,I){if(k===i.default.events.SELECTION_CHANGE)if(T!=null&&T.length>0&&I===i.default.sources.USER){N.show(),N.root.style.left="0px",N.root.style.width="",N.root.style.width=N.root.offsetWidth+"px";var F=N.quill.getLines(T.index,T.length);if(F.length===1)N.position(N.quill.getBounds(T));else{var O=F[F.length-1],P=N.quill.getIndex(O),W=Math.min(O.length()-1,T.index+T.length-P),z=N.quill.getBounds(new n.Range(P,W));N.position(z)}}else document.activeElement!==N.textbox&&N.quill.hasFocus()&&N.hide()}),N}return A(D,[{key:"listen",value:function(){var E=this;b(D.prototype.__proto__||Object.getPrototypeOf(D.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",function(){E.root.classList.remove("ql-editing")}),this.quill.on(i.default.events.SCROLL_OPTIMIZE,function(){setTimeout(function(){if(!E.root.classList.contains("ql-hidden")){var N=E.quill.getSelection();N!=null&&E.position(E.quill.getBounds(N))}},1)})}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(E){var N=b(D.prototype.__proto__||Object.getPrototypeOf(D.prototype),"position",this).call(this,E),k=this.root.querySelector(".ql-tooltip-arrow");if(k.style.marginLeft="",N===0)return N;k.style.marginLeft=-1*N-k.offsetWidth/2+"px"}}]),D}(o.BaseTooltip);v.TEMPLATE=['<span class="ql-tooltip-arrow"></span>','<div class="ql-tooltip-editor">','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-close"></a>',"</div>"].join(""),g.BubbleTooltip=v,g.default=y},function(e,g,_){e.exports=_(63)}]).default})})(quill);var Quill=getDefaultExportFromCjs(quill.exports),quill_core="",quill_snow="",quill_bubble="";const defaultOptions={theme:"snow",boundary:document.body,modules:{toolbar:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["clean"],["link","image","video"]]},placeholder:"Insert content here ...",readOnly:!1},_sfc_main$P={name:"quill-editor",props:{content:String,value:String,disabled:{type:Boolean,default:!1},options:{type:Object,required:!1,default:()=>({})}},emits:["ready","change","input","blur","focus","update:value"],setup(s,p){const e={editorOption:{},quill:null};let g="";vue.watch(()=>s.value,x=>{e.quill&&(x&&x!==g?(g=x,e.quill.pasteHTML(x)):x||e.quill.setText(""))}),vue.watch(()=>s.content,x=>{e.quill&&(x&&x!==g?(g=x,e.quill.pasteHTML(x)):x||e.quill.setText(""))}),vue.watch(()=>s.disabled,x=>{e.quill&&e.quill.enable(!x)});const _=vue.ref(null),b=(x,d)=>{for(const u in d)!x[u]||u!=="modules"?x[u]=d[u]:b(x[u],d[u]);return x},A=()=>{_.value&&(e.editorOption=b(defaultOptions,s.options),e.editorOption.readOnly=!!s.disabled,e.quill=new Quill(_.value,e.editorOption),s.value&&e.quill.pasteHTML(s.value),e.quill.on("selection-change",x=>{x?p.emit("focus",e.quill):p.emit("blur",e.quill)}),e.quill.on("text-change",()=>{s.disabled&&e.quill.enable(!1);let x=_.value.children[0].innerHTML;const d=e.quill,u=e.quill.getText();x==="<p><br></p>"&&(x=""),g=x,p.emit("update:value",g),p.emit("change",{html:x,text:u,quill:d})}),p.emit("ready",e.quill))};return vue.onBeforeUnmount(()=>{const x=_.value.previousSibling;x&&x.className.indexOf("ql-toolbar")>-1&&x.parentNode.removeChild(x)}),vue.onMounted(()=>{A()}),vue.onUnmounted(()=>{e.quill=null}),{editor:_}}},_hoisted_1$v={ref:"editor"};function _sfc_render$P(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("section",_hoisted_1$v,null,512)}var quillEditor=_export_sfc$1(_sfc_main$P,[["render",_sfc_render$P]]);quillEditor.install=function(s){s.component(quillEditor.name,quillEditor)};var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$O={name:"rich-editor-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,quillEditor},data(){return{oldFieldValue:null,fieldModel:null,rules:[],customToolbar:[],valueChangedFlag:!1}},computed:{editorOption(){return{placeholder:this.field.options.placeholder,modules:{}}}},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleRichEditorChangeEvent(){this.valueChangedFlag=!0,this.syncUpdateFormModel(this.fieldModel)},handleRichEditorFocusEvent(){this.oldFieldValue=deepClone(this.fieldModel)},handleRichEditorBlurEvent(){this.valueChangedFlag&&(this.emitFieldDataChange(this.fieldModel,this.oldFieldValue),this.valueChangedFlag=!1)}}};function _sfc_render$O(s,p,e,g,_,b){const A=vue.resolveComponent("quill-editor"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",null,[vue.createVNode(A,{value:_.fieldModel,"onUpdate:value":p[0]||(p[0]=d=>_.fieldModel=d),options:b.editorOption,disabled:s.getDisabled(),onBlur:b.handleRichEditorBlurEvent,onFocus:b.handleRichEditorFocusEvent,onChange:b.handleRichEditorChangeEvent,style:vue.normalizeStyle(e.field.options.contentHeight?`height: ${e.field.options.contentHeight};`:"")},null,8,["value","options","disabled","onBlur","onFocus","onChange","style"])])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var richEditorWidget=_export_sfc$1(_sfc_main$O,[["render",_sfc_render$O],["__scopeId","data-v-6f719fd1"]]),__glob_0_15=Object.freeze(Object.defineProperty({__proto__:null,default:richEditorWidget},Symbol.toStringTag,{value:"Module"}));const _sfc_main$N={name:"select-tree-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{treeSelectProps(){const s=this.field.options||{};return{label:s.labelKey||"label",value:s.valueKey||"value",children:s.childrenKey||"children"}},treeNodeKey(){return this.field.options&&this.field.options.valueKey||"value"},allowDefaultFirstOption(){return!!this.field.options.filterable&&!!this.field.options.allowCreate},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery}},methods:{handleTreeSelectChange(s){const p=s&&typeof s=="object"&&"isTrusted"in s;this.handleChangeEvent(p?this.fieldModel:s)}},beforeCreate(){},created(){this.initOptionItems(),this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()}};function _sfc_render$N(s,p,e,g,_,b){const A=vue.resolveComponent("el-tree-select"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":s.subFormRowIndex,"sub-form-col-index":s.subFormColIndex,"sub-form-row-id":s.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),class:"full-width-input",data:e.field.options.optionItems,props:b.treeSelectProps,"show-checkbox":e.field.options.showCheckbox,"node-key":b.treeNodeKey,"default-expand-all":!0,"expand-on-click-node":!1,disabled:s.getDisabled(),size:s.widgetSize,clearable:e.field.options.clearable,filterable:e.field.options.filterable,"allow-create":e.field.options.allowCreate,"default-first-option":b.allowDefaultFirstOption,"automatic-dropdown":e.field.options.automaticDropdown,multiple:e.field.options.multiple,"multiple-limit":e.field.options.multipleLimit,placeholder:e.field.options.placeholder||s.i18nt("render.hint.selectPlaceholder"),remote:e.field.options.remote,"remote-method":b.remoteMethod,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:b.handleTreeSelectChange,"check-strictly":e.field.options.checkStrictly||!1},null,8,["modelValue","data","props","show-checkbox","node-key","disabled","size","clearable","filterable","allow-create","default-first-option","automatic-dropdown","multiple","multiple-limit","placeholder","remote","remote-method","onFocus","onBlur","onChange","check-strictly"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var selectTreeWidget=_export_sfc$1(_sfc_main$N,[["render",_sfc_render$N]]),__glob_0_16=Object.freeze(Object.defineProperty({__proto__:null,default:selectTreeWidget},Symbol.toStringTag,{value:"Module"})),selectWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$M={name:"select-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable&&!!this.field.options.allowCreate},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery}},beforeCreate(){},created(){this.initOptionItems(),this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{getOptionItems(){return this.subFormRowId?this.refList[this.field.options.name+"@row"+this.subFormRowId].field.options.optionItems:this.field.options.optionItems?this.field.options.optionItems:[]}}};function _sfc_render$M(s,p,e,g,_,b){const A=vue.resolveComponent("el-option"),x=vue.resolveComponent("el-select"),d=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(d,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(x,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=u=>_.fieldModel=u),class:"full-width-input",disabled:s.getDisabled(),size:s.widgetSize,clearable:e.field.options.clearable,filterable:e.field.options.filterable,"allow-create":e.field.options.allowCreate,"default-first-option":b.allowDefaultFirstOption,"automatic-dropdown":e.field.options.automaticDropdown,multiple:e.field.options.multiple,"multiple-limit":e.field.options.multipleLimit,placeholder:e.field.options.placeholder||s.i18nt("render.hint.selectPlaceholder"),remote:e.field.options.remote,"remote-method":b.remoteMethod,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:s.handleChangeEvent},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.field.options.optionItems,u=>(vue.openBlock(),vue.createBlock(A,{key:u.value,label:u.label,value:e.field.options.objectValue?u:u.value,disabled:u.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["modelValue","disabled","size","clearable","filterable","allow-create","default-first-option","automatic-dropdown","multiple","multiple-limit","placeholder","remote","remote-method","onFocus","onBlur","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var selectWidget=_export_sfc$1(_sfc_main$M,[["render",_sfc_render$M],["__scopeId","data-v-3d1ff454"]]),__glob_0_17=Object.freeze(Object.defineProperty({__proto__:null,default:selectWidget},Symbol.toStringTag,{value:"Module"})),sliderWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$L={name:"slider-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$L(s,p,e,g,_,b){const A=vue.resolveComponent("el-slider"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),disabled:s.getDisabled(),"show-stops":e.field.options.showStops,min:e.field.options.min,max:e.field.options.max,step:e.field.options.step,range:e.field.options.range,vertical:e.field.options.vertical,onChange:s.handleChangeEvent},null,8,["modelValue","disabled","show-stops","min","max","step","range","vertical","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var sliderWidget=_export_sfc$1(_sfc_main$L,[["render",_sfc_render$L],["__scopeId","data-v-c9a31970"]]),__glob_0_18=Object.freeze(Object.defineProperty({__proto__:null,default:sliderWidget},Symbol.toStringTag,{value:"Module"})),slotWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$K={name:"slot-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},_hoisted_1$u={key:0,class:"slot-title"};function _sfc_render$K(s,p,e,g,_,b){const A=vue.resolveComponent("static-content-wrapper");return vue.openBlock(),vue.createBlock(A,{designer:e.designer,field:e.field,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:vue.normalizeClass([e.designState?"slot-wrapper-design":"slot-wrapper-render"])},[vue.renderSlot(s.$slots,e.field.options.name,{formModel:s.formModel},void 0,!0),e.designState?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1$u,vue.toDisplayString(e.field.options.label),1)):vue.createCommentVNode("",!0)],2)]),_:3},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var slotWidget=_export_sfc$1(_sfc_main$K,[["render",_sfc_render$K],["__scopeId","data-v-95f13fca"]]),__glob_0_19=Object.freeze(Object.defineProperty({__proto__:null,default:slotWidget},Symbol.toStringTag,{value:"Module"})),staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$J={name:"static-text-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{staticTextStyle(){const s={};return this.field.options.fontSize&&(s.fontSize=this.field.options.fontSize),s},innerStyle(){return{whiteSpace:this.field.options.preWrap?"pre-wrap":"pre",textAlign:this.field.options.textAlign||"left",color:this.field.options.fontColor||void 0}},displayText(){var s;return this.fieldModel!=null&&this.fieldModel!==""?this.fieldModel:(s=this.field.options.textContent)!=null?s:""}},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{},watch:{"field.options.textContent":{handler(s){s!==void 0&&(this.fieldModel=s,this.designState||this.syncUpdateFormModel(s))},immediate:!0}}};function _sfc_render$J(s,p,e,g,_,b){const A=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(A,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{ref:"fieldEditor",style:vue.normalizeStyle(b.staticTextStyle)},[vue.createElementVNode("div",{style:vue.normalizeStyle(b.innerStyle)},vue.toDisplayString(_.fieldModel),5)],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var staticTextWidget=_export_sfc$1(_sfc_main$J,[["render",_sfc_render$J],["__scopeId","data-v-760822b6"]]),__glob_0_21=Object.freeze(Object.defineProperty({__proto__:null,default:staticTextWidget},Symbol.toStringTag,{value:"Module"})),switchWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$I={name:"switch-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$I(s,p,e,g,_,b){const A=vue.resolveComponent("el-switch"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),disabled:s.getDisabled(),"active-text":e.field.options.activeText,"inactive-text":e.field.options.inactiveText,"active-color":e.field.options.activeColor,"inactive-color":e.field.options.inactiveColor,width:e.field.options.switchWidth,onChange:s.handleChangeEvent},null,8,["modelValue","disabled","active-text","inactive-text","active-color","inactive-color","width","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var switchWidget=_export_sfc$1(_sfc_main$I,[["render",_sfc_render$I],["__scopeId","data-v-2e8d2d0a"]]),__glob_0_22=Object.freeze(Object.defineProperty({__proto__:null,default:switchWidget},Symbol.toStringTag,{value:"Module"})),textareaWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$H={name:"textarea-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$H(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{type:"textarea",ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,placeholder:e.field.options.placeholder,rows:e.field.options.rows,minlength:e.field.options.minLength,maxlength:e.field.options.maxLength,"show-word-limit":e.field.options.showWordLimit,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onInput:s.handleInputCustomEvent,onChange:s.handleChangeEvent},null,8,["modelValue","disabled","readonly","size","placeholder","rows","minlength","maxlength","show-word-limit","onFocus","onBlur","onInput","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var textareaWidget=_export_sfc$1(_sfc_main$H,[["render",_sfc_render$H],["__scopeId","data-v-687fedce"]]),__glob_0_23=Object.freeze(Object.defineProperty({__proto__:null,default:textareaWidget},Symbol.toStringTag,{value:"Module"})),timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$G={name:"time-range-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$G(s,p,e,g,_,b){const A=vue.resolveComponent("el-time-picker"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:vue.normalizeClass([e.field.options.autoFullWidth?"auto-full-width":""])},[vue.createVNode(A,{ref:"fieldEditor","is-range":"",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),class:vue.normalizeClass([e.field.options.autoFullWidth?"full-width-input":""]),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,clearable:e.field.options.clearable,editable:e.field.options.editable,format:e.field.options.format,"value-format":"HH:mm:ss","start-placeholder":e.field.options.startPlaceholder||s.i18nt("render.hint.startTimePlaceholder"),"end-placeholder":e.field.options.endPlaceholder||s.i18nt("render.hint.endTimePlaceholder"),onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:s.handleChangeEvent},null,8,["modelValue","class","disabled","readonly","size","clearable","editable","format","start-placeholder","end-placeholder","onFocus","onBlur","onChange"])],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var timeRangeWidget=_export_sfc$1(_sfc_main$G,[["render",_sfc_render$G],["__scopeId","data-v-f78e9b46"]]),__glob_0_24=Object.freeze(Object.defineProperty({__proto__:null,default:timeRangeWidget},Symbol.toStringTag,{value:"Module"})),timeWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$F={name:"time-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$F(s,p,e,g,_,b){const A=vue.resolveComponent("el-time-picker"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),class:vue.normalizeClass([e.field.options.autoFullWidth?"auto-full-width":""]),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,clearable:e.field.options.clearable,editable:e.field.options.editable,format:e.field.options.format,"value-format":"HH:mm:ss",placeholder:e.field.options.placeholder||s.i18nt("render.hint.timePlaceholder"),onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:s.handleChangeEvent},null,8,["modelValue","class","disabled","readonly","size","clearable","editable","format","placeholder","onFocus","onBlur","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var timeWidget=_export_sfc$1(_sfc_main$F,[["render",_sfc_render$F],["__scopeId","data-v-60cd3a6a"]]),__glob_0_25=Object.freeze(Object.defineProperty({__proto__:null,default:timeWidget},Symbol.toStringTag,{value:"Module"}));let comps={};const modules$2={"./button-widget.vue":__glob_0_0$1,"./cascader-widget.vue":__glob_0_1$2,"./checkbox-widget.vue":__glob_0_2$2,"./color-widget.vue":__glob_0_3$2,"./date-range-widget.vue":__glob_0_4$2,"./date-widget.vue":__glob_0_5$2,"./divider-widget.vue":__glob_0_6$1,"./file-upload-widget.vue":__glob_0_7,"./form-item-wrapper.vue":__glob_0_8,"./html-text-widget.vue":__glob_0_9,"./input-widget.vue":__glob_0_10,"./number-widget.vue":__glob_0_11,"./picture-upload-widget.vue":__glob_0_12,"./radio-widget.vue":__glob_0_13,"./rate-widget.vue":__glob_0_14,"./rich-editor-widget.vue":__glob_0_15,"./select-tree-widget.vue":__glob_0_16,"./select-widget.vue":__glob_0_17,"./slider-widget.vue":__glob_0_18,"./slot-widget.vue":__glob_0_19,"./static-content-wrapper.vue":__glob_0_20,"./static-text-widget.vue":__glob_0_21,"./switch-widget.vue":__glob_0_22,"./textarea-widget.vue":__glob_0_23,"./time-range-widget.vue":__glob_0_24,"./time-widget.vue":__glob_0_25};for(const s in modules$2){let p=modules$2[s].default.name;comps[p]=modules$2[s].default}var gridColItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$E={name:"GridColItem",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin],components:De({},comps),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,colHeight:{type:String,default:null},subFormRowIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""},subFormColIndex:{type:Number,default:-1},fieldSchemaData:{type:Array,default:void 0},subFormDisabled:{type:Boolean,default:!1}},inject:["refList","globalModel","getFormConfig","previewState"],data(){return{layoutProps:{span:this.widget&&this.widget.options?this.widget.options.span:12,md:this.widget&&this.widget.options&&this.widget.options.md||12,sm:this.widget&&this.widget.options&&this.widget.options.sm||12,xs:this.widget&&this.widget.options&&this.widget.options.xs||12,offset:this.widget&&this.widget.options&&this.widget.options.offset||0,push:this.widget&&this.widget.options&&this.widget.options.push||0,pull:this.widget&&this.widget.options&&this.widget.options.pull||0}}},computed:{formConfig(){return this.getFormConfig()},colVisible(){return!!(this.widget&&this.widget.options&&!this.widget.options.hidden)},customClass(){return!this.widget||!this.widget.options?"":this.widget.options.customClass||""},colHeightStyle(){return this.colHeight?{height:this.colHeight+"px"}:{}}},created(){this.initLayoutProps(),this.initRefList()},mounted(){var s,p;!this.designState&&((p=(s=this.widget)==null?void 0:s.options)==null?void 0:p.hidden)&&this.$nextTick(()=>this.syncColFieldValidation(!0))},beforeUnmount(){var s,p;this.refList!=null&&((p=(s=this.widget)==null?void 0:s.options)==null?void 0:p.name)&&delete this.refList[this.widget.options.name]},watch:{"widget.options.span":{handler(s){this.layoutProps.span=s},immediate:!0},"widget.options.hidden":{handler(s){this.designState||this.syncColFieldValidation(!!s)}}},methods:{syncColFieldValidation(s){if(!this.widget)return;const p=!!s;traverseFieldWidgetsOfContainer(this.widget,e=>{if(!e.formItemFlag||!e.options||!e.options.name)return;const g=this.getWidgetRef(e.options.name);!g||(p?typeof g.clearFieldRules=="function"&&g.clearFieldRules():typeof g.buildFieldRules=="function"&&g.buildFieldRules())})},setHidden(s){this.widget&&this.widget.options&&(this.widget.options.hidden=!!s,this.syncColFieldValidation(s),this.$nextTick(()=>this.$forceUpdate()))},initLayoutProps(){if(!(!this.widget||!this.widget.options))if(this.widget.options.responsive)if(this.previewState){this.layoutProps.md=void 0,this.layoutProps.sm=void 0,this.layoutProps.xs=void 0;let s=this.formConfig.layoutType;s==="H5"?this.layoutProps.span=this.widget.options.xs||12:s==="Pad"?this.layoutProps.span=this.widget.options.sm||12:this.layoutProps.span=this.widget.options.md||12}else this.layoutProps.span=void 0;else this.layoutProps.md=void 0,this.layoutProps.sm=void 0,this.layoutProps.xs=void 0}}},_hoisted_1$t={class:"blank-cell"},_hoisted_2$l={class:"invisible-content"};function _sfc_render$E(s,p,e,g,_,b){const A=vue.resolveComponent("el-col");return e.widget?vue.withDirectives((vue.openBlock(),vue.createBlock(A,vue.mergeProps({key:0,class:["grid-cell",[b.customClass]]},_.layoutProps,{style:b.colHeightStyle,key:e.widget.id}),{default:vue.withCtx(()=>[!!e.widget.widgetList&&e.widget.widgetList.length>0?(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,{key:0},vue.renderList(e.widget.widgetList,(x,d)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[x.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(x)),{widget:x,key:d,"parent-list":e.widget.widgetList,"index-of-parent-list":d,"parent-widget":e.widget,"sub-form-row-index":e.subFormRowIndex,"sub-form-row-id":e.subFormRowId,"sub-form-col-index":e.subFormColIndex,"sub-form-disabled":e.subFormDisabled,disabled:s.disabled||e.widget.options.disabled},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-index","sub-form-row-id","sub-form-col-index","sub-form-disabled","disabled"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(x.type+"-widget"),{field:e.fieldSchemaData&&e.fieldSchemaData[d]?e.fieldSchemaData[d]:x,designer:null,key:e.fieldSchemaData&&e.fieldSchemaData[d]?e.fieldSchemaData[d].id:d,"parent-list":e.widget.widgetList,"index-of-parent-list":d,"parent-widget":e.parentWidget,"sub-form-row-index":e.subFormRowIndex,"sub-form-row-id":e.subFormRowId,"sub-form-disabled":e.subFormDisabled,"sub-form-col-index":e.subFormColIndex},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-index","sub-form-row-id","sub-form-disabled","sub-form-col-index"]))],64))),256)):(vue.openBlock(),vue.createBlock(A,{key:1},{default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$t,[vue.createElementVNode("span",_hoisted_2$l,vue.toDisplayString(s.i18nt("render.hint.blankCellContent")),1)])]),_:1}))]),_:3},16,["class","style"])),[[vue.vShow,b.colVisible]]):vue.createCommentVNode("",!0)}var GridColItem=_export_sfc$1(_sfc_main$E,[["render",_sfc_render$E],["__scopeId","data-v-20705201"]]),__glob_0_1$1=Object.freeze(Object.defineProperty({__proto__:null,default:GridColItem},Symbol.toStringTag,{value:"Module"})),containerItemMixin={inject:["getFormConfig","getGlobalDsv"],computed:{customClass(){return!this.widget||!this.widget.options?"":this.widget.options.customClass||""},formModel:{cache:!1,get(){return this.globalModel.formModel}}},mounted(){this.callSetHidden()},methods:{unregisterFromRefList(){if(this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name){let s=this.widget.options.name;delete this.refList[s]}},callSetHidden(){this.widget&&this.widget.options&&this.widget.options.hidden===!0&&this.setHidden(!0)},setHidden(s){if(!this.widget||!this.widget.options)return;this.widget.options.hidden=s;let p=e=>{if(!e||!e.options)return;let g=e.options.name,_=this.getWidgetRef(g);s&&!!_&&!!_.clearFieldRules&&_.clearFieldRules(),!s&&!!_&&!!_.buildFieldRules&&_.buildFieldRules()};traverseFieldWidgetsOfContainer(this.widget,p)},setDisabled(s){!this.widget||!this.widget.options||(this.widget.options.disabled=s)},activeTab(s){s>=0&&s<this.widget.tabs.length&&this.widget.tabs.forEach((p,e)=>{p.options.active=e===s,e===s&&(this.activeTabName=p.options.name)})},disableTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.disabled=!0)},enableTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.disabled=!1)},hideTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.hidden=!0)},showTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.hidden=!1)},setWidgetOption(s,p){this.widget.options.hasOwnProperty(s)&&(this.widget.options[s]=p)},getSubFormRowCount(){return this.rowIdData?this.rowIdData.length:0},disableSubFormRow(s){!Array.isArray(this.rowIdData)||this.rowIdData[s]==null||!this.widget||!this.widget.widgetList||this.widget.widgetList.forEach(p=>{let e=p.options.name+"@row"+this.rowIdData[s],g=this.getWidgetRef(e);g&&g.setDisabled(!0)})},enableSubFormRow(s){!Array.isArray(this.rowIdData)||this.rowIdData[s]==null||!this.widget||!this.widget.widgetList||this.widget.widgetList.forEach(p=>{let e=p.options.name+"@row"+this.rowIdData[s],g=this.getWidgetRef(e);g&&g.setDisabled(!1)})},disableSubForm(){Array.isArray(this.rowIdData)&&this.rowIdData.length>0&&this.rowIdData.forEach((s,p)=>{this.disableSubFormRow(p)}),typeof this.actionDisabled!="undefined"&&(this.actionDisabled=!0),this.widget&&this.widget.options&&(this.widget.options.disabled=!0)},enableSubForm(){Array.isArray(this.rowIdData)&&this.rowIdData.length>0&&this.rowIdData.forEach((s,p)=>{this.enableSubFormRow(p)}),typeof this.actionDisabled!="undefined"&&(this.actionDisabled=!1),this.widget&&this.widget.options&&(this.widget.options.disabled=!1)},resetSubForm(){if(this.widget.type==="sub-form"){let s=this.formModel[this.widget.options.name];s&&(s.splice(0,s.length),this.rowIdData.splice(0,this.rowIdData.length)),this.widget.options.showBlankRow&&this.addSubFormRow()}},getSubFormValues(s=!0){if(this.widget.type==="sub-form")return this.formModel[this.widget.options.name];this.$message.error(this.i18nt("render.hint.nonSubFormType"))},addCssClass(s){this.widget.options.customClass?this.widget.options.customClass.push(s):this.widget.options.customClass=[s]},removeCssClass(s){if(!this.widget.options.customClass)return;let p=-1;this.widget.options.customClass.map((e,g)=>{e===s&&(p=g)}),p>-1&&this.widget.options.customClass.splice(p,1)}}};const _sfc_main$D={name:"vf-grid-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:{ContainerItemWrapper,GridColItem},props:{widget:Object,parentWidget:Object,subFormRowIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""},subFormColIndex:{type:Number,default:-1},fieldSchemaData:{type:Object,default:void 0},subFormDisabled:{type:Boolean,default:!1}},inject:["refList","sfRefList","globalModel"],created(){this.initRefList()},mounted(){},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$D(s,p,e,g,_,b){const A=vue.resolveComponent("grid-col-item"),x=vue.resolveComponent("el-row"),d=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(d,{widget:e.widget},{default:vue.withCtx(()=>[e.widget?vue.withDirectives((vue.openBlock(),vue.createBlock(x,{key:e.widget.id,gutter:e.widget&&e.widget.options?e.widget.options.gutter:12,class:vue.normalizeClass(["grid-container",[s.customClass]]),ref:e.widget.id},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.cols||[],(u,i)=>(vue.openBlock(),vue.createBlock(A,{key:u.id,widget:u,"parent-list":e.widget.cols,"index-of-parent-list":i,"parent-widget":e.parentWidget||e.widget,"col-height":e.widget&&e.widget.options?e.widget.options.colHeight:null,"sub-form-row-index":e.subFormRowIndex,"sub-form-row-id":e.subFormRowId,"sub-form-col-index":e.subFormColIndex,"sub-form-disabled":e.subFormDisabled,"field-schema-data":e.fieldSchemaData},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),o=>({name:o,fn:vue.withCtx(t=>[vue.renderSlot(s.$slots,o,vue.mergeProps({ref_for:!0},t))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","col-height","sub-form-row-index","sub-form-row-id","sub-form-col-index","sub-form-disabled","field-schema-data"]))),128))]),_:3},8,["gutter","class"])),[[vue.vShow,e.widget&&e.widget.options&&!e.widget.options.hidden]]):vue.createCommentVNode("",!0)]),_:3},8,["widget"])}var gridItem=_export_sfc$1(_sfc_main$D,[["render",_sfc_render$D]]),__glob_0_2$1=Object.freeze(Object.defineProperty({__proto__:null,default:gridItem},Symbol.toStringTag,{value:"Module"})),subFormItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$C={name:"sub-form-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:st(De({ContainerItemWrapper},comps),{SvgIcon}),props:{widget:Object},inject:["refList","sfRefList","globalModel"],data(){return{rowIdData:[],fieldSchemaData:[],actionDisabled:!1}},created(){this.initRefList(),this.registerSubFormToRefList(),this.initRowIdData(!0),this.initFieldSchemaData(),this.initEventHandler()},mounted(){this.handleSubFormFirstRowAdd()},beforeUnmount(){this.unregisterFromRefList()},methods:{getLabelAlign(s,p){return p.options.labelAlign||s.options.labelAlign},registerSubFormToRefList(){this.widget.type==="sub-form"&&(this.sfRefList[this.widget.options.name]=this)},initRowIdData(s){if(this.widget.type==="sub-form"){this.rowIdData.splice(0,this.rowIdData.length);let p=this.formModel[this.widget.options.name];!!p&&p.length>0&&(p.forEach(()=>{this.rowIdData.push("id"+generateId())}),s&&setTimeout(()=>{this.handleSubFormRowChange(p)},800))}},addToRowIdData(){this.rowIdData.push("id"+generateId())},insertToRowIdData(s){this.rowIdData.splice(s,0,"id"+generateId())},deleteFromRowIdData(s){this.rowIdData.splice(s,1)},getRowIdData(){return this.rowIdData},getWidgetRefOfSubForm(s,p){let e=s+"@row"+this.rowIdData[p];return this.getWidgetRef(e)},initFieldSchemaData(){if(this.widget.type!=="sub-form")return;let s=this.rowIdData.length;if(this.fieldSchemaData.splice(0,this.fieldSchemaData.length),s>0)for(let p=0;p<s;p++){let e=[];this.widget.widgetList.forEach(g=>{e.push(this.cloneFieldSchema(g))}),this.fieldSchemaData.push(e)}},addToFieldSchemaData(s){let p=[];this.widget.widgetList.forEach(e=>{p.push(this.cloneFieldSchema(e))}),s===void 0?this.fieldSchemaData.push(p):this.fieldSchemaData.splice(s,0,p)},deleteFromFieldSchemaData(s){this.fieldSchemaData.splice(s,1)},cloneFieldSchema(s){let p=deepClone(s);return p.id=s.type+generateId(),p},initEventHandler(){this.widget.type==="sub-form"&&this.on$("setFormData",s=>{this.initRowIdData(!1),this.initFieldSchemaData();let p=s[this.widget.options.name]||[];setTimeout(()=>{this.handleSubFormRowChange(p)},800)})},handleSubFormFirstRowAdd(){if(this.widget.type==="sub-form"&&!!this.widget.options.showBlankRow&&this.rowIdData.length===1){let s=this.formModel[this.widget.options.name]||[];this.handleSubFormRowAdd(s,this.rowIdData[0]),this.handleSubFormRowChange(s)}},addSubFormRow(){let s={};this.widget.widgetList.forEach(e=>{e.formItemFlag&&(s[e.options.name]=e.options.defaultValue)});let p=this.formModel[this.widget.options.name]||[];p.push(s),this.addToRowIdData(),this.addToFieldSchemaData(),this.handleSubFormRowAdd(p,this.rowIdData[p.length-1]),this.handleSubFormRowChange(p)},insertSubFormRow(s){let p={};this.widget.widgetList.forEach(g=>{g.formItemFlag&&(p[g.options.name]=g.options.defaultValue)});let e=this.formModel[this.widget.options.name]||[];e.splice(s,0,p),this.insertToRowIdData(s),this.addToFieldSchemaData(s),this.handleSubFormRowInsert(e,this.rowIdData[s]),this.handleSubFormRowChange(e)},deleteSubFormRow(s){this.$confirm(this.i18nt("render.hint.deleteSubFormRow")+"?",this.i18nt("render.hint.prompt"),{confirmButtonText:this.i18nt("render.hint.confirm"),cancelButtonText:this.i18nt("render.hint.cancel")}).then(()=>{let p=this.formModel[this.widget.options.name]||[],e=deepClone(p[s]);p.splice(s,1),this.deleteFromRowIdData(s),this.deleteFromFieldSchemaData(s),this.handleSubFormRowDelete(p,e),this.handleSubFormRowChange(p)}).catch(()=>{})},handleSubFormRowChange(s){this.widget.options.onSubFormRowChange&&new Function("subFormData",this.widget.options.onSubFormRowChange).call(this,s)},handleSubFormRowAdd(s,p){this.widget.options.onSubFormRowAdd&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowAdd).call(this,s,p)},handleSubFormRowInsert(s,p){this.widget.options.onSubFormRowInsert&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowInsert).call(this,s,p)},handleSubFormRowDelete(s,p){this.widget.options.onSubFormRowDelete&&new Function("subFormData","deletedDataRow",this.widget.options.onSubFormRowDelete).call(this,s,p)}}},_hoisted_1$s={class:"action-header-column"},_hoisted_2$k={class:"action-label"},_hoisted_3$h={key:0,class:"custom-label"},_hoisted_4$e=["title"],_hoisted_5$c={class:"sub-form-action-column hide-label"},_hoisted_6$c={class:"action-button-column"},_hoisted_7$a={key:0,class:"row-number-span"};function _sfc_render$C(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon"),x=vue.resolveComponent("el-button"),d=vue.resolveComponent("el-tooltip"),u=vue.resolveComponent("el-row"),i=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(i,{widget:e.widget},{default:vue.withCtx(()=>[vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",{key:e.widget.id,class:"sub-form-container"},[vue.createVNode(u,{class:"header-row"},{default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$s,[vue.createElementVNode("span",_hoisted_2$k,vue.toDisplayString(s.i18nt("render.hint.subFormAction")),1),vue.createVNode(x,{disabled:_.actionDisabled,round:"",type:"primary",size:"small",class:"action-button",onClick:b.addSubFormRow,title:s.i18nt("render.hint.subFormAddActionHint")},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("render.hint.subFormAddAction")),1),vue.createVNode(A,{"icon-class":"el-plus"})]),_:1},8,["disabled","onClick","title"])]),(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.widgetList,o=>(vue.openBlock(),vue.createElementBlock("div",{key:o.id+"thc",class:vue.normalizeClass(["field-header-column",[b.getLabelAlign(e.widget,o),o.options.required?"is-required":""]]),style:vue.normalizeStyle({width:o.options.columnWidth})},[o.options.labelIconClass?(vue.openBlock(),vue.createElementBlock("span",_hoisted_3$h,[o.options.labelIconPosition==="front"?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:0},[o.options.labelTooltip?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:0},[vue.createVNode(d,{content:o.options.labelTooltip,effect:"light"},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"])]),_:2},1032,["content"]),vue.createTextVNode(vue.toDisplayString(o.options.label),1)],64)):(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"]),vue.createTextVNode(vue.toDisplayString(o.options.label),1)],64))],64)):o.options.labelIconPosition==="rear"?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[o.options.labelTooltip?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:0},[vue.createTextVNode(vue.toDisplayString(o.options.label),1),vue.createVNode(d,{content:o.options.labelTooltip,effect:"light"},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"])]),_:2},1032,["content"])],64)):(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[vue.createTextVNode(vue.toDisplayString(o.options.label),1),vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"])],64))],64)):vue.createCommentVNode("",!0)])):(vue.openBlock(),vue.createElementBlock("span",{key:1,title:o.options.labelTooltip},vue.toDisplayString(o.options.label),9,_hoisted_4$e))],6))),128))]),_:1}),(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.rowIdData,(o,t)=>(vue.openBlock(),vue.createBlock(u,{class:"sub-form-row",key:o},{default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_5$c,[vue.createElementVNode("div",_hoisted_6$c,[vue.createVNode(x,{disabled:_.actionDisabled,circle:"",onClick:n=>b.insertSubFormRow(t),title:s.i18nt("render.hint.insertSubFormRow")},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":"el-plus"})]),_:1},8,["disabled","onClick","title"]),vue.createVNode(x,{disabled:_.actionDisabled,circle:"",onClick:n=>b.deleteSubFormRow(t),title:s.i18nt("render.hint.deleteSubFormRow")},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":"el-delete"})]),_:1},8,["disabled","onClick","title"]),e.widget.options.showRowNumber?(vue.openBlock(),vue.createElementBlock("span",_hoisted_7$a,"#"+vue.toDisplayString(t+1),1)):vue.createCommentVNode("",!0)])]),(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.widgetList,(n,r)=>{var a;return vue.openBlock(),vue.createElementBlock("div",{key:n.id+"tc"+o,class:"sub-form-table-column hide-label",style:vue.normalizeStyle({width:n.options.columnWidth})},[n.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(_.fieldSchemaData[t][r])),{widget:_.fieldSchemaData[t][r],key:_.fieldSchemaData[t][r].id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget,"sub-form-row-id":o,"sub-form-row-index":t,"sub-form-col-index":r,"field-schema-data":(a=_.fieldSchemaData[t][r])==null?void 0:a.widgetList},null,8,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index","field-schema-data"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(n.type+"-widget"),{field:_.fieldSchemaData[t][r],key:_.fieldSchemaData[t][r].id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget,"sub-form-row-id":o,"sub-form-row-index":t,"sub-form-col-index":r},null,8,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],4)}),128))]),_:2},1024))),128))])),[[vue.vShow,!e.widget.options.hidden]])]),_:1},8,["widget"])}var subFormItem=_export_sfc$1(_sfc_main$C,[["render",_sfc_render$C],["__scopeId","data-v-59c24e8e"]]),__glob_0_3$1=Object.freeze(Object.defineProperty({__proto__:null,default:subFormItem},Symbol.toStringTag,{value:"Module"}));const _sfc_main$B={name:"tab-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:De({ContainerItemWrapper},comps),props:{widget:Object},inject:["refList","sfRefList","globalModel"],data(){return{activeTabName:""}},computed:{visibleTabs(){return!this.widget||!this.widget.tabs?[]:this.widget.tabs.filter(s=>s&&s.options&&!s.options.hidden)}},created(){this.initRefList()},mounted(){this.initActiveTab()},beforeUnmount(){this.unregisterFromRefList()},methods:{initActiveTab(){if(!this.widget||this.widget.type!=="tab"||!this.widget.tabs||this.widget.tabs.length===0)return;let s=this.widget.tabs.filter(p=>p&&p.options&&p.options.active===!0);s.length>0?this.activeTabName=s[0].options.name:this.widget.tabs[0]&&this.widget.tabs[0].options&&(this.activeTabName=this.widget.tabs[0].options.name)}}};function _sfc_render$B(s,p,e,g,_,b){const A=vue.resolveComponent("el-tab-pane"),x=vue.resolveComponent("el-tabs"),d=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(d,{widget:e.widget},{default:vue.withCtx(()=>[e.widget?vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",{key:e.widget.id,class:"tab-container"},[vue.createVNode(x,{modelValue:_.activeTabName,"onUpdate:modelValue":p[0]||(p[0]=u=>_.activeTabName=u),type:e.widget&&e.widget.displayType?e.widget.displayType:"default",ref:e.widget.id,class:vue.normalizeClass([s.customClass])},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(b.visibleTabs,(u,i)=>(vue.openBlock(),vue.createBlock(A,{key:i,label:u.options.label,disabled:u.options.disabled,name:u.options.name},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(u.widgetList,(o,t)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[o.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(o)),{widget:o,key:t,"parent-list":u.widgetList,"index-of-parent-list":t,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),n=>({name:n,fn:vue.withCtx(r=>[vue.renderSlot(s.$slots,n,vue.mergeProps({ref_for:!0},r))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(o.type+"-widget"),{field:o,key:t,"parent-list":u.widgetList,"index-of-parent-list":t,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),n=>({name:n,fn:vue.withCtx(r=>[vue.renderSlot(s.$slots,n,vue.mergeProps({ref_for:!0},r))])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256))]),_:2},1032,["label","disabled","name"]))),128))]),_:3},8,["modelValue","type","class"])])),[[vue.vShow,e.widget&&e.widget.options&&!e.widget.options.hidden]]):vue.createCommentVNode("",!0)]),_:3},8,["widget"])}var tabItem=_export_sfc$1(_sfc_main$B,[["render",_sfc_render$B]]),__glob_0_4$1=Object.freeze(Object.defineProperty({__proto__:null,default:tabItem},Symbol.toStringTag,{value:"Module"})),tableCellItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$A={name:"TableCellItem",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin],components:De({},comps),props:{widget:Object,rowIndex:Number,colIndex:Number},inject:["refList","globalModel"],computed:{customClass(){return!this.widget||!this.widget.options?"":this.widget.options.customClass||""}},created(){},methods:{}},_hoisted_1$r=["colspan","rowspan"];function _sfc_render$A(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("td",{class:vue.normalizeClass(["table-cell",[b.customClass]]),colspan:e.widget&&e.widget.options&&e.widget.options.colspan||1,rowspan:e.widget&&e.widget.options&&e.widget.options.rowspan||1,style:vue.normalizeStyle(e.widget&&e.widget.options?{width:e.widget.options.cellWidth+" !important"||"",height:e.widget.options.cellHeight+" !important"||"","word-break":e.widget.options.wordBreak?"break-all":"normal"}:{})},[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.widgetList,(A,x)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[A.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(A)),{widget:A,key:x,"parent-list":e.widget.widgetList,"index-of-parent-list":x,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),d=>({name:d,fn:vue.withCtx(u=>[vue.renderSlot(s.$slots,d,vue.mergeProps({ref_for:!0},u),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(A.type+"-widget"),{field:A,key:x,"parent-list":e.widget.widgetList,"index-of-parent-list":x,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),d=>({name:d,fn:vue.withCtx(u=>[vue.renderSlot(s.$slots,d,vue.mergeProps({ref_for:!0},u),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256))],14,_hoisted_1$r)}var TableCellItem=_export_sfc$1(_sfc_main$A,[["render",_sfc_render$A],["__scopeId","data-v-7d6166fa"]]),__glob_0_5$1=Object.freeze(Object.defineProperty({__proto__:null,default:TableCellItem},Symbol.toStringTag,{value:"Module"})),tableItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$z={name:"table-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:{ContainerItemWrapper,TableCellItem},props:{widget:Object},inject:["refList","sfRefList","globalModel"],created(){this.initRefList()},mounted(){},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$z(s,p,e,g,_,b){const A=vue.resolveComponent("table-cell-item"),x=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(x,{widget:e.widget},{default:vue.withCtx(()=>[e.widget?vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",{key:e.widget.id,class:"table-container"},[vue.createElementVNode("table",{ref:e.widget.id,class:vue.normalizeClass(["table-layout",[s.customClass]])},[vue.createElementVNode("tbody",null,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.rows||[],(d,u)=>(vue.openBlock(),vue.createElementBlock("tr",{key:d?d.id:u},[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(d.cols,(i,o)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[i.merged?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createBlock(A,{widget:i,key:o,"parent-list":e.widget.cols,"row-index":u,"col-index":o,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),t=>({name:t,fn:vue.withCtx(n=>[vue.renderSlot(s.$slots,t,vue.mergeProps({ref_for:!0},n),void 0,!0)])}))]),1032,["widget","parent-list","row-index","col-index","parent-widget"]))],64))),256))]))),128))])],2)])),[[vue.vShow,e.widget&&e.widget.options&&!e.widget.options.hidden]]):vue.createCommentVNode("",!0)]),_:3},8,["widget"])}var tableItem=_export_sfc$1(_sfc_main$z,[["render",_sfc_render$z],["__scopeId","data-v-3481d843"]]),__glob_0_6=Object.freeze(Object.defineProperty({__proto__:null,default:tableItem},Symbol.toStringTag,{value:"Module"}));const modules$1={"./container-item-wrapper.vue":__glob_0_0$2,"./grid-col-item.vue":__glob_0_1$1,"./grid-item.vue":__glob_0_2$1,"./sub-form-item.vue":__glob_0_3$1,"./tab-item.vue":__glob_0_4$1,"./table-cell-item.vue":__glob_0_5$1,"./table-item.vue":__glob_0_6};var ContainerItems={install(s){for(const p in modules$1){let e=modules$1[p].default.name;s.component(e,modules$1[p].default)}}},index_vue_vue_type_style_index_0_scoped_true_lang$3="";const _sfc_main$y={name:"VFormRender",componentName:"VFormRender",mixins:[emitter,i18n$1],components:De({},comps),props:{formJson:{type:Object,default:()=>buildDefaultFormJson()},formData:{type:Object,default:()=>({})},optionData:{type:Object,default:()=>({})},previewState:{type:Boolean,default:!1},globalDsv:{type:Object,default:()=>({})}},provide(){return{refList:this.widgetRefList,sfRefList:this.subFormRefList,getFormConfig:()=>this.formJsonObj.formConfig,getGlobalDsv:()=>this.globalDsv,globalOptionData:this.optionData,getOptionData:()=>this.optionData,globalModel:{formModel:this.formDataModel},previewState:this.previewState}},data(){return{formJsonObj:this.formJson,formDataModel:{},widgetRefList:{},subFormRefList:{},formId:null,externalComponents:{}}},computed:{formConfig(){return this.formJsonObj.formConfig},widgetList(){return this.formJsonObj.widgetList},labelPosition(){return!!this.formConfig&&!!this.formConfig.labelPosition?this.formConfig.labelPosition:"left"},labelWidth(){return!!this.formConfig&&!!this.formConfig.labelWidth?this.formConfig.labelWidth+"px":"80px"},size(){return!!this.formConfig&&!!this.formConfig.size?this.formConfig.size:"default"},customClass(){return!!this.formConfig&&!!this.formConfig.customClass?this.formConfig.customClass:""}},watch:{formData:{deep:!0,handler(s){!s||typeof s!="object"||this.setFormData(s)}}},created(){this.buildFormModel(this.formJsonObj?this.formJsonObj.widgetList:null),this.initFormObject()},mounted(){this.initLocale(),this.handleOnMounted()},methods:{initFormObject(s=!0){this.formId="vfRender"+generateId(),s&&this.insertCustomStyleAndScriptNode(),this.addFieldChangeEventHandler(),this.addFieldValidateEventHandler(),this.registerFormToRefList(),this.handleOnCreated()},getContainerWidgetName(s){return s.type==="grid"?"vf-grid-item":s.type+"-item"},getWidgetName(s){return s.type+"-widget"},initLocale(){let s=localStorage.getItem("v_form_locale")||"zh-CN";this.changeLanguage(s)},insertCustomStyleAndScriptNode(){!!this.formConfig&&!!this.formConfig.cssCode&&insertCustomCssToHead(this.formConfig.cssCode,this.previewState?"":this.formId),!!this.formConfig&&!!this.formConfig.functions&&insertGlobalFunctionsToHtml(this.formConfig.functions,this.previewState?"":this.formId)},buildFormModel(s){!!s&&s.length>0&&s.forEach(p=>{this.buildDataFromWidget(p)})},buildDataFromWidget(s){var p;if(s.category==="container")if(s.type==="grid")!!s.cols&&s.cols.length>0&&s.cols.forEach(e=>{this.buildDataFromWidget(e)});else if(s.type==="table")!!s.rows&&s.rows.length>0&&s.rows.forEach(e=>{!!e.cols&&e.cols.length>0&&e.cols.forEach(g=>{this.buildDataFromWidget(g)})});else if(s.type==="tab")!!s.tabs&&s.tabs.length>0&&s.tabs.forEach(e=>{!!e.widgetList&&e.widgetList.length>0&&e.widgetList.forEach(g=>{this.buildDataFromWidget(g)})});else if(s.type==="sub-form"){let e=s.options.name;if(this.formData.hasOwnProperty(e)){let g=this.formData[e];this.formDataModel[e]=deepClone(g)}else{let g={};s.options.showBlankRow?(s.widgetList.forEach(_=>{_.formItemFlag&&(g[_.options.name]=_.options.defaultValue)}),this.formDataModel[e]=[g]):this.formDataModel[e]=[]}}else s.type==="grid-col"||s.type==="table-cell"?!!s.widgetList&&s.widgetList.length>0&&s.widgetList.forEach(e=>{this.buildDataFromWidget(e)}):!!s.widgetList&&s.widgetList.length>0&&s.widgetList.forEach(e=>{this.buildDataFromWidget(e)});else if(s.formItemFlag)if(this.formData.hasOwnProperty(s.options.name)){let e=this.formData[s.options.name];this.formDataModel[s.options.name]=deepClone(e)}else{const e=s.type==="static-text"?(p=s.options.textContent)!=null?p:"":s.options.defaultValue;this.formDataModel[s.options.name]=e}else if(s.type==="static-text"&&s.options&&s.options.name){const e=s.options.name;this.formData.hasOwnProperty(e)?this.formDataModel[e]=deepClone(this.formData[e]):this.formDataModel[e]=s.options.textContent}},addFieldChangeEventHandler(){this.off$("fieldChange"),this.on$("fieldChange",(s,p,e,g,_)=>{this.handleFieldDataChange(s,p,e,g,_),this.$emit("formChange",s,p,e,this.formDataModel,g,_)})},addFieldValidateEventHandler(){this.off$("fieldValidation"),this.on$("fieldValidation",s=>{this.$refs.renderForm.validateField(s)})},registerFormToRefList(){this.widgetRefList.v_form_ref=this},handleFieldDataChange(s,p,e,g,_){!!this.formConfig&&!!this.formConfig.onFormDataChange&&new Function("fieldName","newValue","oldValue","formModel","subFormName","subFormRowIndex",this.formConfig.onFormDataChange).call(this,s,p,e,this.formDataModel,g,_)},handleOnCreated(){!!this.formConfig&&!!this.formConfig.onFormCreated&&new Function(this.formConfig.onFormCreated).call(this)},handleOnMounted(){!!this.formConfig&&!!this.formConfig.onFormMounted&&new Function(this.formConfig.onFormMounted).call(this)},findWidgetAndSetDisabled(s,p){let e=this.getWidgetRef(s);e?p&&typeof e.disableSubForm=="function"?e.disableSubForm():!p&&typeof e.enableSubForm=="function"?e.enableSubForm():typeof e.setDisabled=="function"&&e.setDisabled(p):this.findWidgetOfSubFormAndSetDisabled(s,p)},findWidgetOfSubFormAndSetDisabled(s,p){this.findWidgetNameInSubForm(s).forEach(e=>{let g=this.getWidgetRef(e);!!g&&typeof g.setDisabled=="function"&&g.setDisabled(p)})},findFieldByName(s){if(!s||!this.widgetList)return null;let p=null;const e=g=>{!Array.isArray(g)||p||g.forEach(_=>{if(!(p||!_)){if(_.formItemFlag&&_.options&&_.options.name===s){p=_;return}Array.isArray(_.widgetList)&&e(_.widgetList),Array.isArray(_.cols)&&_.cols.forEach(b=>e(b&&b.widgetList)),Array.isArray(_.rows)&&_.rows.forEach(b=>Array.isArray(b&&b.cols)&&b.cols.forEach(A=>e(A&&A.widgetList))),Array.isArray(_.tabs)&&_.tabs.forEach(b=>e(b&&b.widgetList))}})};return e(this.widgetList),p},findWidgetAndSetHidden(s,p){let e=this.getWidgetRef(s);if(e){e.setHidden(p);return}const g=this.findFieldByName(s);if(g&&g.options){g.options.hidden=!!p,this.$nextTick(()=>{const _=this.getWidgetRef(s);_&&(p?typeof _.clearFieldRules=="function"&&_.clearFieldRules():typeof _.buildFieldRules=="function"&&_.buildFieldRules()),this.$forceUpdate()});return}this.findWidgetOfSubFormAndSetHidden(s,p)},setFieldRequired(s,p){const e=!!p,g=this.getWidgetRef(s);if(g&&typeof g.setRequired=="function")return g.setRequired(e),typeof g.buildFieldRules=="function"&&g.buildFieldRules(),!0;const _=this.findFieldByName(s);if(_&&_.options){_.options.required=e;const b=this.getWidgetRef(s);return b&&typeof b.buildFieldRules=="function"&&b.buildFieldRules(),!0}return!1},findWidgetOfSubFormAndSetHidden(s,p){this.findWidgetNameInSubForm(s).forEach(e=>{let g=this.getWidgetRef(e);g&&g.setHidden(p)})},findWidgetNameInSubForm(s){let p=[],e=null,g=(_,b)=>{!!_.options&&_.options.name===s&&(e=b.options.name)};if(traverseFieldWidgets(this.widgetList,g),e){let _=this.subFormRefList[e]||this.getWidgetRef(e);if(_){let b=typeof _.getRowIdData=="function"?_.getRowIdData():Array.isArray(_.rowIdData)?_.rowIdData:[];!!b&&b.length>0&&b.forEach(A=>{p.push(s+"@row"+A)})}}return p},changeLanguage(s){changeLocale(s)},getNativeForm(){return this.$refs.renderForm},getFormRef(){return this},getWidgetRef(s,p=!1){let e=this.widgetRefList[s];return!e&&!!p&&this.$message.error(this.i18nt("render.hint.refNotFound")+s),e},getStaticTextRef(s){if(s){const e=this.getWidgetRef(s);if(e&&e.field&&e.field.type==="static-text")return e}const p=Object.values(this.widgetRefList).filter(e=>e&&e.field&&e.field.type==="static-text");return p.length>0?p[0]:void 0},getStaticTextRefs(){return Object.values(this.widgetRefList).filter(s=>s&&s.field&&s.field.type==="static-text")},updateFieldLabel(s,p){if(!s)return!1;const e=p==null?"":String(p),g=new Set,_=[],b=u=>{!u||!u.field||!u.field.options||g.has(u)||u.field.options.name===s&&(g.add(u),_.push(u))};if(Object.keys(this.widgetRefList).forEach(u=>{u!=="v_form_ref"&&(u===s||u.startsWith(s+"@row"))&&b(this.widgetRefList[u])}),_.length>0)return _.forEach(u=>{u.field.options.label=e}),this.$forceUpdate(),!0;const A=this.getFormJson();let x=!1;const d=u=>{!Array.isArray(u)||x||u.forEach(i=>{if(!(x||!i)){if(i.options&&i.options.name===s){i.options.label=e,x=!0;return}Array.isArray(i.widgetList)&&d(i.widgetList),Array.isArray(i.cols)&&i.cols.forEach(o=>d(o&&o.widgetList)),Array.isArray(i.rows)&&i.rows.forEach(o=>Array.isArray(o&&o.cols)&&o.cols.forEach(t=>d(t&&t.widgetList))),Array.isArray(i.tabs)&&i.tabs.forEach(o=>d(o&&o.widgetList))}})};return d(A&&A.widgetList),x?(this.setFormJson(A),!0):!1},setFieldLabel(s,p){return this.updateFieldLabel(s,p)},clearFormDataModel(){for(let s in this.formDataModel)delete this.formDataModel[s]},setFormJson(s){if(s)if(typeof s=="string"||s.constructor===Object){let p=null;if(typeof s=="string"?p=JSON.parse(s):p=s,!p.formConfig||!p.widgetList){this.$message.error("Invalid format of form json.");return}this.clearFormDataModel(),this.buildFormModel(p.widgetList),this.formJsonObj.formConfig=p.formConfig,this.formJsonObj.widgetList=p.widgetList,this.insertCustomStyleAndScriptNode(),this.$nextTick(()=>{this.initFormObject(!1),this.handleOnMounted()})}else this.$message.error("Set form json failed.")},getFormJson(){return deepClone(this.formJsonObj)},reloadOptionData(s){let p=[];!!s&&typeof s=="string"?p=[s]:!!s&&Array.isArray(s)&&(p=[...s]),this.broadcast("FieldWidget","reloadOptionItems",p)},getFormData(s=!0){if(!s)return this.formDataModel;let p=function(){},e=new window.Promise(function(g,_){p=function(b,A){A?_(A):g(b)}});return this.$refs.renderForm.validate(g=>{g?(this.emitFormValidateSuccess(this.formDataModel),p(this.formDataModel)):p(this.formDataModel,this.i18nt("render.hint.validationFailed"))}),e},setFormData(s){Object.keys(this.formDataModel).forEach(p=>{!!s&&s.hasOwnProperty(p)&&(this.formDataModel[p]=deepClone(s[p]))}),this.broadcast("ContainerItem","setFormData",this.formDataModel),this.broadcast("FieldWidget","setFormData",this.formDataModel)},getFieldValue(s){let p=this.getWidgetRef(s);if(!!p&&!!p.getValue)return p.getValue();if(!p){let e=[];return this.findWidgetNameInSubForm(s).forEach(g=>{let _=this.getWidgetRef(g);!!_&&!!_.getValue&&e.push(_.getValue())}),e}},setFieldValue(s,p){let e=this.getWidgetRef(s);!!e&&!!e.setValue&&e.setValue(p),e||this.findWidgetNameInSubForm(s).forEach(g=>{let _=this.getWidgetRef(g);!!_&&!!_.setValue&&_.setValue(p)})},getSubFormValues(s,p=!0){return this.subFormRefList[s].getSubFormValues(p)},disableForm(){console.log("disableForm",this.widgetRefList),Object.keys(this.widgetRefList).forEach(p=>{let e=this.getWidgetRef(p);if(e)if(!!e.widget&&e.widget.type==="sub-form")e.disableSubForm();else{//!!foundW.setDisabled && foundW.setDisabled(true)
73
+ `)}return le}function Pe(oe,le){var pe={},fe=oe.style||{};return fe.fontStyle&&H(oe).fontStyle==="italic"&&(pe.italic=!0),fe.fontWeight&&(H(oe).fontWeight.startsWith("bold")||parseInt(H(oe).fontWeight)>=700)&&(pe.bold=!0),Object.keys(pe).length>0&&(le=j(le,pe)),parseFloat(fe.textIndent||0)>0&&(le=new o.default().insert(" ").concat(le)),le}function Fe(oe,le){var pe=oe.data;if(oe.parentNode.tagName==="O:P")return le.insert(pe.trim());if(pe.trim().length===0&&oe.parentNode.classList.contains("ql-clipboard"))return le;if(!H(oe.parentNode).whiteSpace.startsWith("pre")){var fe=function(Ce,Ee){return Ee=Ee.replace(/[^\u00a0]/g,""),Ee.length<1&&Ce?" ":Ee};pe=pe.replace(/\r\n/g," ").replace(/\n/g," "),pe=pe.replace(/\s\s+/g,fe.bind(fe,!0)),(oe.previousSibling==null&&U(oe.parentNode)||oe.previousSibling!=null&&U(oe.previousSibling))&&(pe=pe.replace(/^\s+/,fe.bind(fe,!1))),(oe.nextSibling==null&&U(oe.parentNode)||oe.nextSibling!=null&&U(oe.nextSibling))&&(pe=pe.replace(/\s+$/,fe.bind(fe,!1)))}return le.insert(pe)}g.default=$,g.matchAttributor=J,g.matchBlot=te,g.matchNewline=ve,g.matchSpacing=xe,g.matchText=Fe},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(6),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(){return i(this,a),o(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return b(a,[{key:"optimize",value:function(h){A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"optimize",this).call(this,h),this.domNode.tagName!==this.statics.tagName[0]&&this.replaceWith(this.statics.blotName)}}],[{key:"create",value:function(){return A(a.__proto__||Object.getPrototypeOf(a),"create",this).call(this)}},{key:"formats",value:function(){return!0}}]),a}(d.default);n.blotName="bold",n.tagName=["STRONG","B"],g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.addControls=g.default=void 0;var b=function(){function N(k,T){var S=[],I=!0,F=!1,O=void 0;try{for(var P=k[Symbol.iterator](),W;!(I=(W=P.next()).done)&&(S.push(W.value),!(T&&S.length===T));I=!0);}catch(z){F=!0,O=z}finally{try{!I&&P.return&&P.return()}finally{if(F)throw O}}return S}return function(k,T){if(Array.isArray(k))return k;if(Symbol.iterator in Object(k))return N(k,T);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),A=function(){function N(k,T){for(var S=0;S<T.length;S++){var I=T[S];I.enumerable=I.enumerable||!1,I.configurable=!0,"value"in I&&(I.writable=!0),Object.defineProperty(k,I.key,I)}}return function(k,T,S){return T&&N(k.prototype,T),S&&N(k,S),k}}(),x=_(2),d=h(x),u=_(0),i=h(u),o=_(5),t=h(o),n=_(10),r=h(n),a=_(9),l=h(a);function h(N){return N&&N.__esModule?N:{default:N}}function f(N,k,T){return k in N?Object.defineProperty(N,k,{value:T,enumerable:!0,configurable:!0,writable:!0}):N[k]=T,N}function C(N,k){if(!(N instanceof k))throw new TypeError("Cannot call a class as a function")}function m(N,k){if(!N)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k&&(typeof k=="object"||typeof k=="function")?k:N}function y(N,k){if(typeof k!="function"&&k!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof k);N.prototype=Object.create(k&&k.prototype,{constructor:{value:N,enumerable:!1,writable:!0,configurable:!0}}),k&&(Object.setPrototypeOf?Object.setPrototypeOf(N,k):N.__proto__=k)}var v=(0,r.default)("quill:toolbar"),M=function(N){y(k,N);function k(T,S){C(this,k);var I=m(this,(k.__proto__||Object.getPrototypeOf(k)).call(this,T,S));if(Array.isArray(I.options.container)){var F=document.createElement("div");L(F,I.options.container),T.container.parentNode.insertBefore(F,T.container),I.container=F}else typeof I.options.container=="string"?I.container=document.querySelector(I.options.container):I.container=I.options.container;if(!(I.container instanceof HTMLElement)){var O;return O=v.error("Container required for toolbar",I.options),m(I,O)}return I.container.classList.add("ql-toolbar"),I.controls=[],I.handlers={},Object.keys(I.options.handlers).forEach(function(P){I.addHandler(P,I.options.handlers[P])}),[].forEach.call(I.container.querySelectorAll("button, select"),function(P){I.attach(P)}),I.quill.on(t.default.events.EDITOR_CHANGE,function(P,W){P===t.default.events.SELECTION_CHANGE&&I.update(W)}),I.quill.on(t.default.events.SCROLL_OPTIMIZE,function(){var P=I.quill.selection.getRange(),W=b(P,1),z=W[0];I.update(z)}),I}return A(k,[{key:"addHandler",value:function(S,I){this.handlers[S]=I}},{key:"attach",value:function(S){var I=this,F=[].find.call(S.classList,function(P){return P.indexOf("ql-")===0});if(!!F){if(F=F.slice("ql-".length),S.tagName==="BUTTON"&&S.setAttribute("type","button"),this.handlers[F]==null){if(this.quill.scroll.whitelist!=null&&this.quill.scroll.whitelist[F]==null){v.warn("ignoring attaching to disabled format",F,S);return}if(i.default.query(F)==null){v.warn("ignoring attaching to nonexistent format",F,S);return}}var O=S.tagName==="SELECT"?"change":"click";S.addEventListener(O,function(P){var W=void 0;if(S.tagName==="SELECT"){if(S.selectedIndex<0)return;var z=S.options[S.selectedIndex];z.hasAttribute("selected")?W=!1:W=z.value||!1}else S.classList.contains("ql-active")?W=!1:W=S.value||!S.hasAttribute("value"),P.preventDefault();I.quill.focus();var B=I.quill.selection.getRange(),$=b(B,1),j=$[0];if(I.handlers[F]!=null)I.handlers[F].call(I,W);else if(i.default.query(F).prototype instanceof i.default.Embed){if(W=prompt("Enter "+F),!W)return;I.quill.updateContents(new d.default().retain(j.index).delete(j.length).insert(f({},F,W)),t.default.sources.USER)}else I.quill.format(F,W,t.default.sources.USER);I.update(j)}),this.controls.push([F,S])}}},{key:"update",value:function(S){var I=S==null?{}:this.quill.getFormat(S);this.controls.forEach(function(F){var O=b(F,2),P=O[0],W=O[1];if(W.tagName==="SELECT"){var z=void 0;if(S==null)z=null;else if(I[P]==null)z=W.querySelector("option[selected]");else if(!Array.isArray(I[P])){var B=I[P];typeof B=="string"&&(B=B.replace(/\"/g,'\\"')),z=W.querySelector('option[value="'+B+'"]')}z==null?(W.value="",W.selectedIndex=-1):z.selected=!0}else if(S==null)W.classList.remove("ql-active");else if(W.hasAttribute("value")){var $=I[P]===W.getAttribute("value")||I[P]!=null&&I[P].toString()===W.getAttribute("value")||I[P]==null&&!W.getAttribute("value");W.classList.toggle("ql-active",$)}else W.classList.toggle("ql-active",I[P]!=null)})}}]),k}(l.default);M.DEFAULTS={};function D(N,k,T){var S=document.createElement("button");S.setAttribute("type","button"),S.classList.add("ql-"+k),T!=null&&(S.value=T),N.appendChild(S)}function L(N,k){Array.isArray(k[0])||(k=[k]),k.forEach(function(T){var S=document.createElement("span");S.classList.add("ql-formats"),T.forEach(function(I){if(typeof I=="string")D(S,I);else{var F=Object.keys(I)[0],O=I[F];Array.isArray(O)?E(S,F,O):D(S,F,O)}}),N.appendChild(S)})}function E(N,k,T){var S=document.createElement("select");S.classList.add("ql-"+k),T.forEach(function(I){var F=document.createElement("option");I!==!1?F.setAttribute("value",I):F.setAttribute("selected","selected"),S.appendChild(F)}),N.appendChild(S)}M.DEFAULTS={container:null,handlers:{clean:function(){var k=this,T=this.quill.getSelection();if(T!=null)if(T.length==0){var S=this.quill.getFormat();Object.keys(S).forEach(function(I){i.default.query(I,i.default.Scope.INLINE)!=null&&k.quill.format(I,!1)})}else this.quill.removeFormat(T,t.default.sources.USER)},direction:function(k){var T=this.quill.getFormat().align;k==="rtl"&&T==null?this.quill.format("align","right",t.default.sources.USER):!k&&T==="right"&&this.quill.format("align",!1,t.default.sources.USER),this.quill.format("direction",k,t.default.sources.USER)},indent:function(k){var T=this.quill.getSelection(),S=this.quill.getFormat(T),I=parseInt(S.indent||0);if(k==="+1"||k==="-1"){var F=k==="+1"?1:-1;S.direction==="rtl"&&(F*=-1),this.quill.format("indent",I+F,t.default.sources.USER)}},link:function(k){k===!0&&(k=prompt("Enter link URL:")),this.quill.format("link",k,t.default.sources.USER)},list:function(k){var T=this.quill.getSelection(),S=this.quill.getFormat(T);k==="check"?S.list==="checked"||S.list==="unchecked"?this.quill.format("list",!1,t.default.sources.USER):this.quill.format("list","unchecked",t.default.sources.USER):this.quill.format("list",k,t.default.sources.USER)}}},g.default=M,g.addControls=L},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polyline class="ql-even ql-stroke" points="5 7 3 9 5 11"></polyline> <polyline class="ql-even ql-stroke" points="13 7 15 9 13 11"></polyline> <line class=ql-stroke x1=10 x2=8 y1=5 y2=13></line> </svg>'},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(28),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(l,h){i(this,a);var f=o(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,l));return f.label.innerHTML=h,f.container.classList.add("ql-color-picker"),[].slice.call(f.container.querySelectorAll(".ql-picker-item"),0,7).forEach(function(C){C.classList.add("ql-primary")}),f}return b(a,[{key:"buildItem",value:function(h){var f=A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"buildItem",this).call(this,h);return f.style.backgroundColor=h.getAttribute("value")||"",f}},{key:"selectItem",value:function(h,f){A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"selectItem",this).call(this,h,f);var C=this.label.querySelector(".ql-color-label"),m=h&&h.getAttribute("data-value")||"";C&&(C.tagName==="line"?C.style.stroke=m:C.style.fill=m)}}]),a}(d.default);g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(28),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(l,h){i(this,a);var f=o(this,(a.__proto__||Object.getPrototypeOf(a)).call(this,l));return f.container.classList.add("ql-icon-picker"),[].forEach.call(f.container.querySelectorAll(".ql-picker-item"),function(C){C.innerHTML=h[C.getAttribute("data-value")||""]}),f.defaultItem=f.container.querySelector(".ql-selected"),f.selectItem(f.defaultItem),f}return b(a,[{key:"selectItem",value:function(h,f){A(a.prototype.__proto__||Object.getPrototypeOf(a.prototype),"selectItem",this).call(this,h,f),h=h||this.defaultItem,this.label.innerHTML=h.innerHTML}}]),a}(d.default);g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function d(u,i){for(var o=0;o<i.length;o++){var t=i[o];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(u,t.key,t)}}return function(u,i,o){return i&&d(u.prototype,i),o&&d(u,o),u}}();function A(d,u){if(!(d instanceof u))throw new TypeError("Cannot call a class as a function")}var x=function(){function d(u,i){var o=this;A(this,d),this.quill=u,this.boundsContainer=i||document.body,this.root=u.addContainer("ql-tooltip"),this.root.innerHTML=this.constructor.TEMPLATE,this.quill.root===this.quill.scrollingContainer&&this.quill.root.addEventListener("scroll",function(){o.root.style.marginTop=-1*o.quill.root.scrollTop+"px"}),this.hide()}return b(d,[{key:"hide",value:function(){this.root.classList.add("ql-hidden")}},{key:"position",value:function(i){var o=i.left+i.width/2-this.root.offsetWidth/2,t=i.bottom+this.quill.root.scrollTop;this.root.style.left=o+"px",this.root.style.top=t+"px",this.root.classList.remove("ql-flip");var n=this.boundsContainer.getBoundingClientRect(),r=this.root.getBoundingClientRect(),a=0;if(r.right>n.right&&(a=n.right-r.right,this.root.style.left=o+a+"px"),r.left<n.left&&(a=n.left-r.left,this.root.style.left=o+a+"px"),r.bottom>n.bottom){var l=r.bottom-r.top,h=i.bottom-i.top+l;this.root.style.top=t-h+"px",this.root.classList.add("ql-flip")}return a}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),d}();g.default=x},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function E(N,k){var T=[],S=!0,I=!1,F=void 0;try{for(var O=N[Symbol.iterator](),P;!(S=(P=O.next()).done)&&(T.push(P.value),!(k&&T.length===k));S=!0);}catch(W){I=!0,F=W}finally{try{!S&&O.return&&O.return()}finally{if(I)throw F}}return T}return function(N,k){if(Array.isArray(N))return N;if(Symbol.iterator in Object(N))return E(N,k);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),A=function E(N,k,T){N===null&&(N=Function.prototype);var S=Object.getOwnPropertyDescriptor(N,k);if(S===void 0){var I=Object.getPrototypeOf(N);return I===null?void 0:E(I,k,T)}else{if("value"in S)return S.value;var F=S.get;return F===void 0?void 0:F.call(T)}},x=function(){function E(N,k){for(var T=0;T<k.length;T++){var S=k[T];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(N,S.key,S)}}return function(N,k,T){return k&&E(N.prototype,k),T&&E(N,T),N}}(),d=_(3),u=C(d),i=_(8),o=C(i),t=_(43),n=C(t),r=_(27),a=C(r),l=_(15),h=_(41),f=C(h);function C(E){return E&&E.__esModule?E:{default:E}}function m(E,N){if(!(E instanceof N))throw new TypeError("Cannot call a class as a function")}function y(E,N){if(!E)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return N&&(typeof N=="object"||typeof N=="function")?N:E}function v(E,N){if(typeof N!="function"&&N!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof N);E.prototype=Object.create(N&&N.prototype,{constructor:{value:E,enumerable:!1,writable:!0,configurable:!0}}),N&&(Object.setPrototypeOf?Object.setPrototypeOf(E,N):E.__proto__=N)}var M=[[{header:["1","2","3",!1]}],["bold","italic","underline","link"],[{list:"ordered"},{list:"bullet"}],["clean"]],D=function(E){v(N,E);function N(k,T){m(this,N),T.modules.toolbar!=null&&T.modules.toolbar.container==null&&(T.modules.toolbar.container=M);var S=y(this,(N.__proto__||Object.getPrototypeOf(N)).call(this,k,T));return S.quill.container.classList.add("ql-snow"),S}return x(N,[{key:"extendToolbar",value:function(T){T.container.classList.add("ql-snow"),this.buildButtons([].slice.call(T.container.querySelectorAll("button")),f.default),this.buildPickers([].slice.call(T.container.querySelectorAll("select")),f.default),this.tooltip=new L(this.quill,this.options.bounds),T.container.querySelector(".ql-link")&&this.quill.keyboard.addBinding({key:"K",shortKey:!0},function(S,I){T.handlers.link.call(T,!I.format.link)})}}]),N}(n.default);D.DEFAULTS=(0,u.default)(!0,{},n.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(N){if(N){var k=this.quill.getSelection();if(k==null||k.length==0)return;var T=this.quill.getText(k);/^\S+@\S+\.\S+$/.test(T)&&T.indexOf("mailto:")!==0&&(T="mailto:"+T);var S=this.quill.theme.tooltip;S.edit("link",T)}else this.quill.format("link",!1)}}}}});var L=function(E){v(N,E);function N(k,T){m(this,N);var S=y(this,(N.__proto__||Object.getPrototypeOf(N)).call(this,k,T));return S.preview=S.root.querySelector("a.ql-preview"),S}return x(N,[{key:"listen",value:function(){var T=this;A(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"listen",this).call(this),this.root.querySelector("a.ql-action").addEventListener("click",function(S){T.root.classList.contains("ql-editing")?T.save():T.edit("link",T.preview.textContent),S.preventDefault()}),this.root.querySelector("a.ql-remove").addEventListener("click",function(S){if(T.linkRange!=null){var I=T.linkRange;T.restoreFocus(),T.quill.formatText(I,"link",!1,o.default.sources.USER),delete T.linkRange}S.preventDefault(),T.hide()}),this.quill.on(o.default.events.SELECTION_CHANGE,function(S,I,F){if(S!=null){if(S.length===0&&F===o.default.sources.USER){var O=T.quill.scroll.descendant(a.default,S.index),P=b(O,2),W=P[0],z=P[1];if(W!=null){T.linkRange=new l.Range(S.index-z,W.length());var B=a.default.formats(W.domNode);T.preview.textContent=B,T.preview.setAttribute("href",B),T.show(),T.position(T.quill.getBounds(T.linkRange));return}}else delete T.linkRange;T.hide()}})}},{key:"show",value:function(){A(N.prototype.__proto__||Object.getPrototypeOf(N.prototype),"show",this).call(this),this.root.removeAttribute("data-mode")}}]),N}(t.BaseTooltip);L.TEMPLATE=['<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-action"></a>','<a class="ql-remove"></a>'].join(""),g.default=D},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(29),A=ue(b),x=_(36),d=_(38),u=_(64),i=_(65),o=ue(i),t=_(66),n=ue(t),r=_(67),a=ue(r),l=_(37),h=_(26),f=_(39),C=_(40),m=_(56),y=ue(m),v=_(68),M=ue(v),D=_(27),L=ue(D),E=_(69),N=ue(E),k=_(70),T=ue(k),S=_(71),I=ue(S),F=_(72),O=ue(F),P=_(73),W=ue(P),z=_(13),B=ue(z),$=_(74),j=ue($),H=_(75),G=ue(H),U=_(57),q=ue(U),Y=_(41),J=ue(Y),te=_(28),se=ue(te),ge=_(59),me=ue(ge),ve=_(60),xe=ue(ve),Pe=_(61),Fe=ue(Pe),oe=_(108),le=ue(oe),pe=_(62),fe=ue(pe);function ue(Ce){return Ce&&Ce.__esModule?Ce:{default:Ce}}A.default.register({"attributors/attribute/direction":d.DirectionAttribute,"attributors/class/align":x.AlignClass,"attributors/class/background":l.BackgroundClass,"attributors/class/color":h.ColorClass,"attributors/class/direction":d.DirectionClass,"attributors/class/font":f.FontClass,"attributors/class/size":C.SizeClass,"attributors/style/align":x.AlignStyle,"attributors/style/background":l.BackgroundStyle,"attributors/style/color":h.ColorStyle,"attributors/style/direction":d.DirectionStyle,"attributors/style/font":f.FontStyle,"attributors/style/size":C.SizeStyle},!0),A.default.register({"formats/align":x.AlignClass,"formats/direction":d.DirectionClass,"formats/indent":u.IndentClass,"formats/background":l.BackgroundStyle,"formats/color":h.ColorStyle,"formats/font":f.FontClass,"formats/size":C.SizeClass,"formats/blockquote":o.default,"formats/code-block":B.default,"formats/header":n.default,"formats/list":a.default,"formats/bold":y.default,"formats/code":z.Code,"formats/italic":M.default,"formats/link":L.default,"formats/script":N.default,"formats/strike":T.default,"formats/underline":I.default,"formats/image":O.default,"formats/video":W.default,"formats/list/item":r.ListItem,"modules/formula":j.default,"modules/syntax":G.default,"modules/toolbar":q.default,"themes/bubble":le.default,"themes/snow":fe.default,"ui/icons":J.default,"ui/picker":se.default,"ui/icon-picker":xe.default,"ui/color-picker":me.default,"ui/tooltip":Fe.default},!0),g.default=A.default},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.IndentClass=void 0;var b=function(){function a(l,h){for(var f=0;f<h.length;f++){var C=h[f];C.enumerable=C.enumerable||!1,C.configurable=!0,"value"in C&&(C.writable=!0),Object.defineProperty(l,C.key,C)}}return function(l,h,f){return h&&a(l.prototype,h),f&&a(l,f),l}}(),A=function a(l,h,f){l===null&&(l=Function.prototype);var C=Object.getOwnPropertyDescriptor(l,h);if(C===void 0){var m=Object.getPrototypeOf(l);return m===null?void 0:a(m,h,f)}else{if("value"in C)return C.value;var y=C.get;return y===void 0?void 0:y.call(f)}},x=_(0),d=u(x);function u(a){return a&&a.__esModule?a:{default:a}}function i(a,l){if(!(a instanceof l))throw new TypeError("Cannot call a class as a function")}function o(a,l){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return l&&(typeof l=="object"||typeof l=="function")?l:a}function t(a,l){if(typeof l!="function"&&l!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof l);a.prototype=Object.create(l&&l.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),l&&(Object.setPrototypeOf?Object.setPrototypeOf(a,l):a.__proto__=l)}var n=function(a){t(l,a);function l(){return i(this,l),o(this,(l.__proto__||Object.getPrototypeOf(l)).apply(this,arguments))}return b(l,[{key:"add",value:function(f,C){if(C==="+1"||C==="-1"){var m=this.value(f)||0;C=C==="+1"?m+1:m-1}return C===0?(this.remove(f),!0):A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"add",this).call(this,f,C)}},{key:"canAdd",value:function(f,C){return A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"canAdd",this).call(this,f,C)||A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"canAdd",this).call(this,f,parseInt(C))}},{key:"value",value:function(f){return parseInt(A(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),"value",this).call(this,f))||void 0}}]),l}(d.default.Attributor.Class),r=new n("indent","ql-indent",{scope:d.default.Scope.BLOCK,whitelist:[1,2,3,4,5,6,7,8]});g.IndentClass=r},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(4),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="blockquote",o.tagName="blockquote",g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function n(r,a){for(var l=0;l<a.length;l++){var h=a[l];h.enumerable=h.enumerable||!1,h.configurable=!0,"value"in h&&(h.writable=!0),Object.defineProperty(r,h.key,h)}}return function(r,a,l){return a&&n(r.prototype,a),l&&n(r,l),r}}(),A=_(4),x=d(A);function d(n){return n&&n.__esModule?n:{default:n}}function u(n,r){if(!(n instanceof r))throw new TypeError("Cannot call a class as a function")}function i(n,r){if(!n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return r&&(typeof r=="object"||typeof r=="function")?r:n}function o(n,r){if(typeof r!="function"&&r!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof r);n.prototype=Object.create(r&&r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),r&&(Object.setPrototypeOf?Object.setPrototypeOf(n,r):n.__proto__=r)}var t=function(n){o(r,n);function r(){return u(this,r),i(this,(r.__proto__||Object.getPrototypeOf(r)).apply(this,arguments))}return b(r,null,[{key:"formats",value:function(l){return this.tagName.indexOf(l.tagName)+1}}]),r}(x.default);t.blotName="header",t.tagName=["H1","H2","H3","H4","H5","H6"],g.default=t},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.ListItem=void 0;var b=function(){function m(y,v){for(var M=0;M<v.length;M++){var D=v[M];D.enumerable=D.enumerable||!1,D.configurable=!0,"value"in D&&(D.writable=!0),Object.defineProperty(y,D.key,D)}}return function(y,v,M){return v&&m(y.prototype,v),M&&m(y,M),y}}(),A=function m(y,v,M){y===null&&(y=Function.prototype);var D=Object.getOwnPropertyDescriptor(y,v);if(D===void 0){var L=Object.getPrototypeOf(y);return L===null?void 0:m(L,v,M)}else{if("value"in D)return D.value;var E=D.get;return E===void 0?void 0:E.call(M)}},x=_(0),d=n(x),u=_(4),i=n(u),o=_(25),t=n(o);function n(m){return m&&m.__esModule?m:{default:m}}function r(m,y,v){return y in m?Object.defineProperty(m,y,{value:v,enumerable:!0,configurable:!0,writable:!0}):m[y]=v,m}function a(m,y){if(!(m instanceof y))throw new TypeError("Cannot call a class as a function")}function l(m,y){if(!m)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:m}function h(m,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);m.prototype=Object.create(y&&y.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(m,y):m.__proto__=y)}var f=function(m){h(y,m);function y(){return a(this,y),l(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return b(y,[{key:"format",value:function(M,D){M===C.blotName&&!D?this.replaceWith(d.default.create(this.statics.scope)):A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"format",this).call(this,M,D)}},{key:"remove",value:function(){this.prev==null&&this.next==null?this.parent.remove():A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"remove",this).call(this)}},{key:"replaceWith",value:function(M,D){return this.parent.isolate(this.offset(this.parent),this.length()),M===this.parent.statics.blotName?(this.parent.replaceWith(M,D),this):(this.parent.unwrap(),A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"replaceWith",this).call(this,M,D))}}],[{key:"formats",value:function(M){return M.tagName===this.tagName?void 0:A(y.__proto__||Object.getPrototypeOf(y),"formats",this).call(this,M)}}]),y}(i.default);f.blotName="list-item",f.tagName="LI";var C=function(m){h(y,m),b(y,null,[{key:"create",value:function(M){var D=M==="ordered"?"OL":"UL",L=A(y.__proto__||Object.getPrototypeOf(y),"create",this).call(this,D);return(M==="checked"||M==="unchecked")&&L.setAttribute("data-checked",M==="checked"),L}},{key:"formats",value:function(M){if(M.tagName==="OL")return"ordered";if(M.tagName==="UL")return M.hasAttribute("data-checked")?M.getAttribute("data-checked")==="true"?"checked":"unchecked":"bullet"}}]);function y(v){a(this,y);var M=l(this,(y.__proto__||Object.getPrototypeOf(y)).call(this,v)),D=function(E){if(E.target.parentNode===v){var N=M.statics.formats(v),k=d.default.find(E.target);N==="checked"?k.format("list","unchecked"):N==="unchecked"&&k.format("list","checked")}};return v.addEventListener("touchstart",D),v.addEventListener("mousedown",D),M}return b(y,[{key:"format",value:function(M,D){this.children.length>0&&this.children.tail.format(M,D)}},{key:"formats",value:function(){return r({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(M,D){if(M instanceof f)A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"insertBefore",this).call(this,M,D);else{var L=D==null?this.length():D.offset(this),E=this.split(L);E.parent.insertBefore(M,E)}}},{key:"optimize",value:function(M){A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"optimize",this).call(this,M);var D=this.next;D!=null&&D.prev===this&&D.statics.blotName===this.statics.blotName&&D.domNode.tagName===this.domNode.tagName&&D.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(D.moveChildren(this),D.remove())}},{key:"replace",value:function(M){if(M.statics.blotName!==this.statics.blotName){var D=d.default.create(this.statics.defaultChild);M.moveChildren(D),this.appendChild(D)}A(y.prototype.__proto__||Object.getPrototypeOf(y.prototype),"replace",this).call(this,M)}}]),y}(t.default);C.blotName="list",C.scope=d.default.Scope.BLOCK_BLOT,C.tagName=["OL","UL"],C.defaultChild="list-item",C.allowedChildren=[f],g.ListItem=f,g.default=C},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(56),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="italic",o.tagName=["EM","I"],g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function r(a,l){for(var h=0;h<l.length;h++){var f=l[h];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(a,f.key,f)}}return function(a,l,h){return l&&r(a.prototype,l),h&&r(a,h),a}}(),A=function r(a,l,h){a===null&&(a=Function.prototype);var f=Object.getOwnPropertyDescriptor(a,l);if(f===void 0){var C=Object.getPrototypeOf(a);return C===null?void 0:r(C,l,h)}else{if("value"in f)return f.value;var m=f.get;return m===void 0?void 0:m.call(h)}},x=_(6),d=u(x);function u(r){return r&&r.__esModule?r:{default:r}}function i(r,a){if(!(r instanceof a))throw new TypeError("Cannot call a class as a function")}function o(r,a){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return a&&(typeof a=="object"||typeof a=="function")?a:r}function t(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof a);r.prototype=Object.create(a&&a.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),a&&(Object.setPrototypeOf?Object.setPrototypeOf(r,a):r.__proto__=a)}var n=function(r){t(a,r);function a(){return i(this,a),o(this,(a.__proto__||Object.getPrototypeOf(a)).apply(this,arguments))}return b(a,null,[{key:"create",value:function(h){return h==="super"?document.createElement("sup"):h==="sub"?document.createElement("sub"):A(a.__proto__||Object.getPrototypeOf(a),"create",this).call(this,h)}},{key:"formats",value:function(h){if(h.tagName==="SUB")return"sub";if(h.tagName==="SUP")return"super"}}]),a}(d.default);n.blotName="script",n.tagName=["SUB","SUP"],g.default=n},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(6),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="strike",o.tagName="S",g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=_(6),A=x(b);function x(t){return t&&t.__esModule?t:{default:t}}function d(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}function u(t,n){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n&&(typeof n=="object"||typeof n=="function")?n:t}function i(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof n);t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),n&&(Object.setPrototypeOf?Object.setPrototypeOf(t,n):t.__proto__=n)}var o=function(t){i(n,t);function n(){return d(this,n),u(this,(n.__proto__||Object.getPrototypeOf(n)).apply(this,arguments))}return n}(A.default);o.blotName="underline",o.tagName="U",g.default=o},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function l(h,f){for(var C=0;C<f.length;C++){var m=f[C];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(h,m.key,m)}}return function(h,f,C){return f&&l(h.prototype,f),C&&l(h,C),h}}(),A=function l(h,f,C){h===null&&(h=Function.prototype);var m=Object.getOwnPropertyDescriptor(h,f);if(m===void 0){var y=Object.getPrototypeOf(h);return y===null?void 0:l(y,f,C)}else{if("value"in m)return m.value;var v=m.get;return v===void 0?void 0:v.call(C)}},x=_(0),d=i(x),u=_(27);function i(l){return l&&l.__esModule?l:{default:l}}function o(l,h){if(!(l instanceof h))throw new TypeError("Cannot call a class as a function")}function t(l,h){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:l}function n(l,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);l.prototype=Object.create(h&&h.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(l,h):l.__proto__=h)}var r=["alt","height","width"],a=function(l){n(h,l);function h(){return o(this,h),t(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return b(h,[{key:"format",value:function(C,m){r.indexOf(C)>-1?m?this.domNode.setAttribute(C,m):this.domNode.removeAttribute(C):A(h.prototype.__proto__||Object.getPrototypeOf(h.prototype),"format",this).call(this,C,m)}}],[{key:"create",value:function(C){var m=A(h.__proto__||Object.getPrototypeOf(h),"create",this).call(this,C);return typeof C=="string"&&m.setAttribute("src",this.sanitize(C)),m}},{key:"formats",value:function(C){return r.reduce(function(m,y){return C.hasAttribute(y)&&(m[y]=C.getAttribute(y)),m},{})}},{key:"match",value:function(C){return/\.(jpe?g|gif|png)$/.test(C)||/^data:image\/.+;base64/.test(C)}},{key:"sanitize",value:function(C){return(0,u.sanitize)(C,["http","https","data"])?C:"//:0"}},{key:"value",value:function(C){return C.getAttribute("src")}}]),h}(d.default.Embed);a.blotName="image",a.tagName="IMG",g.default=a},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0});var b=function(){function l(h,f){for(var C=0;C<f.length;C++){var m=f[C];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(h,m.key,m)}}return function(h,f,C){return f&&l(h.prototype,f),C&&l(h,C),h}}(),A=function l(h,f,C){h===null&&(h=Function.prototype);var m=Object.getOwnPropertyDescriptor(h,f);if(m===void 0){var y=Object.getPrototypeOf(h);return y===null?void 0:l(y,f,C)}else{if("value"in m)return m.value;var v=m.get;return v===void 0?void 0:v.call(C)}},x=_(4),d=_(27),u=i(d);function i(l){return l&&l.__esModule?l:{default:l}}function o(l,h){if(!(l instanceof h))throw new TypeError("Cannot call a class as a function")}function t(l,h){if(!l)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:l}function n(l,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);l.prototype=Object.create(h&&h.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(l,h):l.__proto__=h)}var r=["height","width"],a=function(l){n(h,l);function h(){return o(this,h),t(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return b(h,[{key:"format",value:function(C,m){r.indexOf(C)>-1?m?this.domNode.setAttribute(C,m):this.domNode.removeAttribute(C):A(h.prototype.__proto__||Object.getPrototypeOf(h.prototype),"format",this).call(this,C,m)}}],[{key:"create",value:function(C){var m=A(h.__proto__||Object.getPrototypeOf(h),"create",this).call(this,C);return m.setAttribute("frameborder","0"),m.setAttribute("allowfullscreen",!0),m.setAttribute("src",this.sanitize(C)),m}},{key:"formats",value:function(C){return r.reduce(function(m,y){return C.hasAttribute(y)&&(m[y]=C.getAttribute(y)),m},{})}},{key:"sanitize",value:function(C){return u.default.sanitize(C)}},{key:"value",value:function(C){return C.getAttribute("src")}}]),h}(x.BlockEmbed);a.blotName="video",a.className="ql-video",a.tagName="IFRAME",g.default=a},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.FormulaBlot=void 0;var b=function(){function C(m,y){for(var v=0;v<y.length;v++){var M=y[v];M.enumerable=M.enumerable||!1,M.configurable=!0,"value"in M&&(M.writable=!0),Object.defineProperty(m,M.key,M)}}return function(m,y,v){return y&&C(m.prototype,y),v&&C(m,v),m}}(),A=function C(m,y,v){m===null&&(m=Function.prototype);var M=Object.getOwnPropertyDescriptor(m,y);if(M===void 0){var D=Object.getPrototypeOf(m);return D===null?void 0:C(D,y,v)}else{if("value"in M)return M.value;var L=M.get;return L===void 0?void 0:L.call(v)}},x=_(35),d=n(x),u=_(5),i=n(u),o=_(9),t=n(o);function n(C){return C&&C.__esModule?C:{default:C}}function r(C,m){if(!(C instanceof m))throw new TypeError("Cannot call a class as a function")}function a(C,m){if(!C)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:C}function l(C,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);C.prototype=Object.create(m&&m.prototype,{constructor:{value:C,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(C,m):C.__proto__=m)}var h=function(C){l(m,C);function m(){return r(this,m),a(this,(m.__proto__||Object.getPrototypeOf(m)).apply(this,arguments))}return b(m,null,[{key:"create",value:function(v){var M=A(m.__proto__||Object.getPrototypeOf(m),"create",this).call(this,v);return typeof v=="string"&&(window.katex.render(v,M,{throwOnError:!1,errorColor:"#f00"}),M.setAttribute("data-value",v)),M}},{key:"value",value:function(v){return v.getAttribute("data-value")}}]),m}(d.default);h.blotName="formula",h.className="ql-formula",h.tagName="SPAN";var f=function(C){l(m,C),b(m,null,[{key:"register",value:function(){i.default.register(h,!0)}}]);function m(){r(this,m);var y=a(this,(m.__proto__||Object.getPrototypeOf(m)).call(this));if(window.katex==null)throw new Error("Formula module requires KaTeX.");return y}return m}(t.default);g.FormulaBlot=h,g.default=f},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.CodeToken=g.CodeBlock=void 0;var b=function(){function v(M,D){for(var L=0;L<D.length;L++){var E=D[L];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(M,E.key,E)}}return function(M,D,L){return D&&v(M.prototype,D),L&&v(M,L),M}}(),A=function v(M,D,L){M===null&&(M=Function.prototype);var E=Object.getOwnPropertyDescriptor(M,D);if(E===void 0){var N=Object.getPrototypeOf(M);return N===null?void 0:v(N,D,L)}else{if("value"in E)return E.value;var k=E.get;return k===void 0?void 0:k.call(L)}},x=_(0),d=a(x),u=_(5),i=a(u),o=_(9),t=a(o),n=_(13),r=a(n);function a(v){return v&&v.__esModule?v:{default:v}}function l(v,M){if(!(v instanceof M))throw new TypeError("Cannot call a class as a function")}function h(v,M){if(!v)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return M&&(typeof M=="object"||typeof M=="function")?M:v}function f(v,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof M);v.prototype=Object.create(M&&M.prototype,{constructor:{value:v,enumerable:!1,writable:!0,configurable:!0}}),M&&(Object.setPrototypeOf?Object.setPrototypeOf(v,M):v.__proto__=M)}var C=function(v){f(M,v);function M(){return l(this,M),h(this,(M.__proto__||Object.getPrototypeOf(M)).apply(this,arguments))}return b(M,[{key:"replaceWith",value:function(L){this.domNode.textContent=this.domNode.textContent,this.attach(),A(M.prototype.__proto__||Object.getPrototypeOf(M.prototype),"replaceWith",this).call(this,L)}},{key:"highlight",value:function(L){var E=this.domNode.textContent;this.cachedText!==E&&((E.trim().length>0||this.cachedText==null)&&(this.domNode.innerHTML=L(E),this.domNode.normalize(),this.attach()),this.cachedText=E)}}]),M}(r.default);C.className="ql-syntax";var m=new d.default.Attributor.Class("token","hljs",{scope:d.default.Scope.INLINE}),y=function(v){f(M,v),b(M,null,[{key:"register",value:function(){i.default.register(m,!0),i.default.register(C,!0)}}]);function M(D,L){l(this,M);var E=h(this,(M.__proto__||Object.getPrototypeOf(M)).call(this,D,L));if(typeof E.options.highlight!="function")throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var N=null;return E.quill.on(i.default.events.SCROLL_OPTIMIZE,function(){clearTimeout(N),N=setTimeout(function(){E.highlight(),N=null},E.options.interval)}),E.highlight(),E}return b(M,[{key:"highlight",value:function(){var L=this;if(!this.quill.selection.composing){this.quill.update(i.default.sources.USER);var E=this.quill.getSelection();this.quill.scroll.descendants(C).forEach(function(N){N.highlight(L.options.highlight)}),this.quill.update(i.default.sources.SILENT),E!=null&&this.quill.setSelection(E,i.default.sources.SILENT)}}}]),M}(t.default);y.DEFAULTS={highlight:function(){return window.hljs==null?null:function(v){var M=window.hljs.highlightAuto(v);return M.value}}(),interval:1e3},g.CodeBlock=C,g.CodeToken=m,g.default=y},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=13 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=9 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=14 x2=4 y1=14 y2=14></line> <line class=ql-stroke x1=12 x2=6 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=5 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=9 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=3 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=3 y1=4 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <g class="ql-fill ql-color-label"> <polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon> <rect height=1 width=1 x=4 y=4></rect> <polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon> <rect height=1 width=1 x=2 y=6></rect> <rect height=1 width=1 x=3 y=5></rect> <rect height=1 width=1 x=4 y=7></rect> <polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon> <rect height=1 width=1 x=2 y=12></rect> <rect height=1 width=1 x=2 y=9></rect> <rect height=1 width=1 x=2 y=15></rect> <polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon> <rect height=1 width=1 x=3 y=8></rect> <path d=M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z></path> <path d=M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z></path> <path d=M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z></path> <rect height=1 width=1 x=12 y=2></rect> <rect height=1 width=1 x=11 y=3></rect> <path d=M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z></path> <rect height=1 width=1 x=2 y=3></rect> <rect height=1 width=1 x=6 y=2></rect> <rect height=1 width=1 x=3 y=2></rect> <rect height=1 width=1 x=5 y=3></rect> <rect height=1 width=1 x=9 y=2></rect> <rect height=1 width=1 x=15 y=14></rect> <polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon> <rect height=1 width=1 x=13 y=7></rect> <rect height=1 width=1 x=15 y=5></rect> <rect height=1 width=1 x=14 y=6></rect> <rect height=1 width=1 x=15 y=8></rect> <rect height=1 width=1 x=14 y=9></rect> <path d=M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z></path> <rect height=1 width=1 x=14 y=3></rect> <polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon> <rect height=1 width=1 x=15 y=2></rect> <rect height=1 width=1 x=12 y=5></rect> <rect height=1 width=1 x=13 y=4></rect> <polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon> <rect height=1 width=1 x=9 y=14></rect> <rect height=1 width=1 x=8 y=15></rect> <path d=M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z></path> <rect height=1 width=1 x=5 y=15></rect> <path d=M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z></path> <rect height=1 width=1 x=11 y=15></rect> <path d=M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z></path> <rect height=1 width=1 x=14 y=15></rect> <rect height=1 width=1 x=15 y=11></rect> </g> <polyline class=ql-stroke points="5.5 13 9 5 12.5 13"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=11 y2=11></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <rect class="ql-fill ql-stroke" height=3 width=3 x=4 y=5></rect> <rect class="ql-fill ql-stroke" height=3 width=3 x=11 y=5></rect> <path class="ql-even ql-fill ql-stroke" d=M7,8c0,4.031-3,5-3,5></path> <path class="ql-even ql-fill ql-stroke" d=M14,8c0,4.031-3,5-3,5></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z></path> <path class=ql-stroke d=M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z></path> </svg>'},function(e,g){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=5 x2=13 y1=3 y2=3></line> <line class=ql-stroke x1=6 x2=9.35 y1=12 y2=3></line> <line class=ql-stroke x1=11 x2=15 y1=11 y2=15></line> <line class=ql-stroke x1=15 x2=11 y1=11 y2=15></line> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=7 x=2 y=14></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-color-label ql-stroke ql-transparent" x1=3 x2=15 y1=15 y2=15></line> <polyline class=ql-stroke points="5.5 11 9 3 12.5 11"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=9 y2=9></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon> <line class="ql-stroke ql-fill" x1=15 x2=11 y1=4 y2=4></line> <path class=ql-fill d=M11,3a3,3,0,0,0,0,6h1V3H11Z></path> <rect class=ql-fill height=11 width=1 x=11 y=4></rect> <rect class=ql-fill height=11 width=1 x=13 y=4></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon> <line class="ql-stroke ql-fill" x1=9 x2=5 y1=4 y2=4></line> <path class=ql-fill d=M5,3A3,3,0,0,0,5,9H6V3H5Z></path> <rect class=ql-fill height=11 width=1 x=5 y=4></rect> <rect class=ql-fill height=11 width=1 x=7 y=4></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M14,16H4a1,1,0,0,1,0-2H14A1,1,0,0,1,14,16Z /> <path class=ql-fill d=M14,4H4A1,1,0,0,1,4,2H14A1,1,0,0,1,14,4Z /> <rect class=ql-fill x=3 y=6 width=12 height=6 rx=1 ry=1 /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M13,16H5a1,1,0,0,1,0-2h8A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H5A1,1,0,0,1,5,2h8A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=2 y=6 width=14 height=6 rx=1 ry=1 /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z /> <path class=ql-fill d=M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z /> <path class=ql-fill d=M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z /> <path class=ql-fill d=M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z /> <rect class=ql-fill x=2 y=6 width=8 height=6 rx=1 ry=1 /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z /> <path class=ql-fill d=M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z /> <path class=ql-fill d=M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=8 y=6 width=8 height=6 rx=1 ry=1 transform="translate(24 18) rotate(-180)"/> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z></path> <rect class=ql-fill height=1.6 rx=0.8 ry=0.8 width=5 x=5.15 y=6.2></rect> <path class=ql-fill d=M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z></path> </svg>'},function(e,g){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z /> </svg>'},function(e,g){e.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=13 y1=4 y2=4></line> <line class=ql-stroke x1=5 x2=11 y1=14 y2=14></line> <line class=ql-stroke x1=8 x2=10 y1=14 y2=4></line> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=10 width=12 x=3 y=4></rect> <circle class=ql-fill cx=6 cy=7 r=1></circle> <polyline class="ql-even ql-fill" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="5 7 5 11 3 9 5 7"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=11 y1=7 y2=11></line> <path class="ql-even ql-stroke" d=M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z></path> <path class="ql-even ql-stroke" d=M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=7 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=7 x2=15 y1=14 y2=14></line> <line class="ql-stroke ql-thin" x1=2.5 x2=4.5 y1=5.5 y2=5.5></line> <path class=ql-fill d=M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z></path> <path class="ql-stroke ql-thin" d=M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156></path> <path class="ql-stroke ql-thin" d=M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=6 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=6 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=6 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=3 y1=4 y2=4></line> <line class=ql-stroke x1=3 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=3 y1=14 y2=14></line> </svg>'},function(e,g){e.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=9 x2=15 y1=4 y2=4></line> <polyline class=ql-stroke points="3 4 4 5 6 3"></polyline> <line class=ql-stroke x1=9 x2=15 y1=14 y2=14></line> <polyline class=ql-stroke points="3 14 4 15 6 13"></polyline> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="3 9 4 10 6 8"></polyline> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z /> <path class=ql-fill d=M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z /> <path class=ql-fill d=M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z /> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <line class="ql-stroke ql-thin" x1=15.5 x2=2.5 y1=8.5 y2=9.5></line> <path class=ql-fill d=M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z></path> <path class=ql-fill d=M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z></path> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3></path> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=12 x=3 y=15></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=12 width=12 x=3 y=3></rect> <rect class=ql-fill height=12 width=1 x=5 y=3></rect> <rect class=ql-fill height=12 width=1 x=12 y=3></rect> <rect class=ql-fill height=2 width=8 x=5 y=8></rect> <rect class=ql-fill height=1 width=3 x=3 y=5></rect> <rect class=ql-fill height=1 width=3 x=3 y=7></rect> <rect class=ql-fill height=1 width=3 x=3 y=10></rect> <rect class=ql-fill height=1 width=3 x=3 y=12></rect> <rect class=ql-fill height=1 width=3 x=12 y=5></rect> <rect class=ql-fill height=1 width=3 x=12 y=7></rect> <rect class=ql-fill height=1 width=3 x=12 y=10></rect> <rect class=ql-fill height=1 width=3 x=12 y=12></rect> </svg>'},function(e,g){e.exports='<svg viewbox="0 0 18 18"> <polygon class=ql-stroke points="7 11 9 13 11 11 7 11"></polygon> <polygon class=ql-stroke points="7 7 9 5 11 7 7 7"></polygon> </svg>'},function(e,g,_){Object.defineProperty(g,"__esModule",{value:!0}),g.default=g.BubbleTooltip=void 0;var b=function M(D,L,E){D===null&&(D=Function.prototype);var N=Object.getOwnPropertyDescriptor(D,L);if(N===void 0){var k=Object.getPrototypeOf(D);return k===null?void 0:M(k,L,E)}else{if("value"in N)return N.value;var T=N.get;return T===void 0?void 0:T.call(E)}},A=function(){function M(D,L){for(var E=0;E<L.length;E++){var N=L[E];N.enumerable=N.enumerable||!1,N.configurable=!0,"value"in N&&(N.writable=!0),Object.defineProperty(D,N.key,N)}}return function(D,L,E){return L&&M(D.prototype,L),E&&M(D,E),D}}(),x=_(3),d=l(x),u=_(8),i=l(u),o=_(43),t=l(o),n=_(15),r=_(41),a=l(r);function l(M){return M&&M.__esModule?M:{default:M}}function h(M,D){if(!(M instanceof D))throw new TypeError("Cannot call a class as a function")}function f(M,D){if(!M)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return D&&(typeof D=="object"||typeof D=="function")?D:M}function C(M,D){if(typeof D!="function"&&D!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof D);M.prototype=Object.create(D&&D.prototype,{constructor:{value:M,enumerable:!1,writable:!0,configurable:!0}}),D&&(Object.setPrototypeOf?Object.setPrototypeOf(M,D):M.__proto__=D)}var m=[["bold","italic","link"],[{header:1},{header:2},"blockquote"]],y=function(M){C(D,M);function D(L,E){h(this,D),E.modules.toolbar!=null&&E.modules.toolbar.container==null&&(E.modules.toolbar.container=m);var N=f(this,(D.__proto__||Object.getPrototypeOf(D)).call(this,L,E));return N.quill.container.classList.add("ql-bubble"),N}return A(D,[{key:"extendToolbar",value:function(E){this.tooltip=new v(this.quill,this.options.bounds),this.tooltip.root.appendChild(E.container),this.buildButtons([].slice.call(E.container.querySelectorAll("button")),a.default),this.buildPickers([].slice.call(E.container.querySelectorAll("select")),a.default)}}]),D}(t.default);y.DEFAULTS=(0,d.default)(!0,{},t.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(D){D?this.quill.theme.tooltip.edit():this.quill.format("link",!1)}}}}});var v=function(M){C(D,M);function D(L,E){h(this,D);var N=f(this,(D.__proto__||Object.getPrototypeOf(D)).call(this,L,E));return N.quill.on(i.default.events.EDITOR_CHANGE,function(k,T,S,I){if(k===i.default.events.SELECTION_CHANGE)if(T!=null&&T.length>0&&I===i.default.sources.USER){N.show(),N.root.style.left="0px",N.root.style.width="",N.root.style.width=N.root.offsetWidth+"px";var F=N.quill.getLines(T.index,T.length);if(F.length===1)N.position(N.quill.getBounds(T));else{var O=F[F.length-1],P=N.quill.getIndex(O),W=Math.min(O.length()-1,T.index+T.length-P),z=N.quill.getBounds(new n.Range(P,W));N.position(z)}}else document.activeElement!==N.textbox&&N.quill.hasFocus()&&N.hide()}),N}return A(D,[{key:"listen",value:function(){var E=this;b(D.prototype.__proto__||Object.getPrototypeOf(D.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",function(){E.root.classList.remove("ql-editing")}),this.quill.on(i.default.events.SCROLL_OPTIMIZE,function(){setTimeout(function(){if(!E.root.classList.contains("ql-hidden")){var N=E.quill.getSelection();N!=null&&E.position(E.quill.getBounds(N))}},1)})}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(E){var N=b(D.prototype.__proto__||Object.getPrototypeOf(D.prototype),"position",this).call(this,E),k=this.root.querySelector(".ql-tooltip-arrow");if(k.style.marginLeft="",N===0)return N;k.style.marginLeft=-1*N-k.offsetWidth/2+"px"}}]),D}(o.BaseTooltip);v.TEMPLATE=['<span class="ql-tooltip-arrow"></span>','<div class="ql-tooltip-editor">','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-close"></a>',"</div>"].join(""),g.BubbleTooltip=v,g.default=y},function(e,g,_){e.exports=_(63)}]).default})})(quill);var Quill=getDefaultExportFromCjs(quill.exports),quill_core="",quill_snow="",quill_bubble="";const defaultOptions={theme:"snow",boundary:document.body,modules:{toolbar:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["clean"],["link","image","video"]]},placeholder:"Insert content here ...",readOnly:!1},_sfc_main$P={name:"quill-editor",props:{content:String,value:String,disabled:{type:Boolean,default:!1},options:{type:Object,required:!1,default:()=>({})}},emits:["ready","change","input","blur","focus","update:value"],setup(s,p){const e={editorOption:{},quill:null};let g="";vue.watch(()=>s.value,x=>{e.quill&&(x&&x!==g?(g=x,e.quill.pasteHTML(x)):x||e.quill.setText(""))}),vue.watch(()=>s.content,x=>{e.quill&&(x&&x!==g?(g=x,e.quill.pasteHTML(x)):x||e.quill.setText(""))}),vue.watch(()=>s.disabled,x=>{e.quill&&e.quill.enable(!x)});const _=vue.ref(null),b=(x,d)=>{for(const u in d)!x[u]||u!=="modules"?x[u]=d[u]:b(x[u],d[u]);return x},A=()=>{_.value&&(e.editorOption=b(defaultOptions,s.options),e.editorOption.readOnly=!!s.disabled,e.quill=new Quill(_.value,e.editorOption),s.value&&e.quill.pasteHTML(s.value),e.quill.on("selection-change",x=>{x?p.emit("focus",e.quill):p.emit("blur",e.quill)}),e.quill.on("text-change",()=>{s.disabled&&e.quill.enable(!1);let x=_.value.children[0].innerHTML;const d=e.quill,u=e.quill.getText();x==="<p><br></p>"&&(x=""),g=x,p.emit("update:value",g),p.emit("change",{html:x,text:u,quill:d})}),p.emit("ready",e.quill))};return vue.onBeforeUnmount(()=>{const x=_.value.previousSibling;x&&x.className.indexOf("ql-toolbar")>-1&&x.parentNode.removeChild(x)}),vue.onMounted(()=>{A()}),vue.onUnmounted(()=>{e.quill=null}),{editor:_}}},_hoisted_1$v={ref:"editor"};function _sfc_render$P(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("section",_hoisted_1$v,null,512)}var quillEditor=_export_sfc$1(_sfc_main$P,[["render",_sfc_render$P]]);quillEditor.install=function(s){s.component(quillEditor.name,quillEditor)};var richEditorWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$O={name:"rich-editor-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,quillEditor},data(){return{oldFieldValue:null,fieldModel:null,rules:[],customToolbar:[],valueChangedFlag:!1}},computed:{editorOption(){return{placeholder:this.field.options.placeholder,modules:{}}}},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleRichEditorChangeEvent(){this.valueChangedFlag=!0,this.syncUpdateFormModel(this.fieldModel)},handleRichEditorFocusEvent(){this.oldFieldValue=deepClone(this.fieldModel)},handleRichEditorBlurEvent(){this.valueChangedFlag&&(this.emitFieldDataChange(this.fieldModel,this.oldFieldValue),this.valueChangedFlag=!1)}}};function _sfc_render$O(s,p,e,g,_,b){const A=vue.resolveComponent("quill-editor"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",null,[vue.createVNode(A,{value:_.fieldModel,"onUpdate:value":p[0]||(p[0]=d=>_.fieldModel=d),options:b.editorOption,disabled:s.getDisabled(),onBlur:b.handleRichEditorBlurEvent,onFocus:b.handleRichEditorFocusEvent,onChange:b.handleRichEditorChangeEvent,style:vue.normalizeStyle(e.field.options.contentHeight?`height: ${e.field.options.contentHeight};`:"")},null,8,["value","options","disabled","onBlur","onFocus","onChange","style"])])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var richEditorWidget=_export_sfc$1(_sfc_main$O,[["render",_sfc_render$O],["__scopeId","data-v-6f719fd1"]]),__glob_0_15=Object.freeze(Object.defineProperty({__proto__:null,default:richEditorWidget},Symbol.toStringTag,{value:"Module"}));const _sfc_main$N={name:"select-tree-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{treeSelectProps(){const s=this.field.options||{};return{label:s.labelKey||"label",value:s.valueKey||"value",children:s.childrenKey||"children"}},treeNodeKey(){return this.field.options&&this.field.options.valueKey||"value"},allowDefaultFirstOption(){return!!this.field.options.filterable&&!!this.field.options.allowCreate},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery}},methods:{handleTreeSelectChange(s){const p=s&&typeof s=="object"&&"isTrusted"in s;this.handleChangeEvent(p?this.fieldModel:s)}},beforeCreate(){},created(){this.initOptionItems(),this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()}};function _sfc_render$N(s,p,e,g,_,b){const A=vue.resolveComponent("el-tree-select"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":s.subFormRowIndex,"sub-form-col-index":s.subFormColIndex,"sub-form-row-id":s.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),class:"full-width-input",data:e.field.options.optionItems,props:b.treeSelectProps,"show-checkbox":e.field.options.showCheckbox,"node-key":b.treeNodeKey,"default-expand-all":!0,"expand-on-click-node":!1,disabled:s.getDisabled(),size:s.widgetSize,clearable:e.field.options.clearable,filterable:e.field.options.filterable,"allow-create":e.field.options.allowCreate,"default-first-option":b.allowDefaultFirstOption,"automatic-dropdown":e.field.options.automaticDropdown,multiple:e.field.options.multiple,"multiple-limit":e.field.options.multipleLimit,placeholder:e.field.options.placeholder||s.i18nt("render.hint.selectPlaceholder"),remote:e.field.options.remote,"remote-method":b.remoteMethod,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:b.handleTreeSelectChange,"check-strictly":e.field.options.checkStrictly||!1},null,8,["modelValue","data","props","show-checkbox","node-key","disabled","size","clearable","filterable","allow-create","default-first-option","automatic-dropdown","multiple","multiple-limit","placeholder","remote","remote-method","onFocus","onBlur","onChange","check-strictly"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var selectTreeWidget=_export_sfc$1(_sfc_main$N,[["render",_sfc_render$N]]),__glob_0_16=Object.freeze(Object.defineProperty({__proto__:null,default:selectTreeWidget},Symbol.toStringTag,{value:"Module"})),selectWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$M={name:"select-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{allowDefaultFirstOption(){return!!this.field.options.filterable&&!!this.field.options.allowCreate},remoteMethod(){if(!!this.field.options.remote&&!!this.field.options.onRemoteQuery)return this.remoteQuery}},beforeCreate(){},created(){this.initOptionItems(),this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{getOptionItems(){return this.subFormRowId?this.refList[this.field.options.name+"@row"+this.subFormRowId].field.options.optionItems:this.field.options.optionItems?this.field.options.optionItems:[]}}};function _sfc_render$M(s,p,e,g,_,b){const A=vue.resolveComponent("el-option"),x=vue.resolveComponent("el-select"),d=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(d,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(x,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=u=>_.fieldModel=u),class:"full-width-input",disabled:s.getDisabled(),size:s.widgetSize,clearable:e.field.options.clearable,filterable:e.field.options.filterable,"allow-create":e.field.options.allowCreate,"default-first-option":b.allowDefaultFirstOption,"automatic-dropdown":e.field.options.automaticDropdown,multiple:e.field.options.multiple,"multiple-limit":e.field.options.multipleLimit,placeholder:e.field.options.placeholder||s.i18nt("render.hint.selectPlaceholder"),remote:e.field.options.remote,"remote-method":b.remoteMethod,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:s.handleChangeEvent},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.field.options.optionItems,u=>(vue.openBlock(),vue.createBlock(A,{key:u.value,label:u.label,value:e.field.options.objectValue?u:u.value,disabled:u.disabled},null,8,["label","value","disabled"]))),128))]),_:1},8,["modelValue","disabled","size","clearable","filterable","allow-create","default-first-option","automatic-dropdown","multiple","multiple-limit","placeholder","remote","remote-method","onFocus","onBlur","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var selectWidget=_export_sfc$1(_sfc_main$M,[["render",_sfc_render$M],["__scopeId","data-v-3d1ff454"]]),__glob_0_17=Object.freeze(Object.defineProperty({__proto__:null,default:selectWidget},Symbol.toStringTag,{value:"Module"})),sliderWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$L={name:"slider-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$L(s,p,e,g,_,b){const A=vue.resolveComponent("el-slider"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),disabled:s.getDisabled(),"show-stops":e.field.options.showStops,min:e.field.options.min,max:e.field.options.max,step:e.field.options.step,range:e.field.options.range,vertical:e.field.options.vertical,onChange:s.handleChangeEvent},null,8,["modelValue","disabled","show-stops","min","max","step","range","vertical","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var sliderWidget=_export_sfc$1(_sfc_main$L,[["render",_sfc_render$L],["__scopeId","data-v-c9a31970"]]),__glob_0_18=Object.freeze(Object.defineProperty({__proto__:null,default:sliderWidget},Symbol.toStringTag,{value:"Module"})),slotWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$K={name:"slot-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper},computed:{},beforeCreate(){},created(){this.registerToRefList(),this.initEventHandler(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}},_hoisted_1$u={key:0,class:"slot-title"};function _sfc_render$K(s,p,e,g,_,b){const A=vue.resolveComponent("static-content-wrapper");return vue.openBlock(),vue.createBlock(A,{designer:e.designer,field:e.field,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:vue.normalizeClass([e.designState?"slot-wrapper-design":"slot-wrapper-render"])},[vue.renderSlot(s.$slots,e.field.options.name,{formModel:s.formModel},void 0,!0),e.designState?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1$u,vue.toDisplayString(e.field.options.label),1)):vue.createCommentVNode("",!0)],2)]),_:3},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var slotWidget=_export_sfc$1(_sfc_main$K,[["render",_sfc_render$K],["__scopeId","data-v-95f13fca"]]),__glob_0_19=Object.freeze(Object.defineProperty({__proto__:null,default:slotWidget},Symbol.toStringTag,{value:"Module"})),staticTextWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$J={name:"static-text-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{staticTextStyle(){const s={};return this.field.options.fontSize&&(s.fontSize=this.field.options.fontSize),s},innerStyle(){return{whiteSpace:this.field.options.preWrap?"pre-wrap":"pre",textAlign:this.field.options.textAlign||"left",color:this.field.options.fontColor||void 0}},displayText(){var s;return this.fieldModel!=null&&this.fieldModel!==""?this.fieldModel:(s=this.field.options.textContent)!=null?s:""}},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{},watch:{"field.options.textContent":{handler(s){s!==void 0&&(this.fieldModel=s,this.designState||this.syncUpdateFormModel(s))},immediate:!0}}};function _sfc_render$J(s,p,e,g,_,b){const A=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(A,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{ref:"fieldEditor",style:vue.normalizeStyle(b.staticTextStyle)},[vue.createElementVNode("div",{style:vue.normalizeStyle(b.innerStyle)},vue.toDisplayString(_.fieldModel),5)],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var staticTextWidget=_export_sfc$1(_sfc_main$J,[["render",_sfc_render$J],["__scopeId","data-v-760822b6"]]),__glob_0_21=Object.freeze(Object.defineProperty({__proto__:null,default:staticTextWidget},Symbol.toStringTag,{value:"Module"})),switchWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$I={name:"switch-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$I(s,p,e,g,_,b){const A=vue.resolveComponent("el-switch"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),disabled:s.getDisabled(),"active-text":e.field.options.activeText,"inactive-text":e.field.options.inactiveText,"active-color":e.field.options.activeColor,"inactive-color":e.field.options.inactiveColor,width:e.field.options.switchWidth,onChange:s.handleChangeEvent},null,8,["modelValue","disabled","active-text","inactive-text","active-color","inactive-color","width","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var switchWidget=_export_sfc$1(_sfc_main$I,[["render",_sfc_render$I],["__scopeId","data-v-2e8d2d0a"]]),__glob_0_22=Object.freeze(Object.defineProperty({__proto__:null,default:switchWidget},Symbol.toStringTag,{value:"Module"})),textareaWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$H={name:"textarea-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$H(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{type:"textarea",ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,placeholder:e.field.options.placeholder,rows:e.field.options.rows,minlength:e.field.options.minLength,maxlength:e.field.options.maxLength,"show-word-limit":e.field.options.showWordLimit,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onInput:s.handleInputCustomEvent,onChange:s.handleChangeEvent},null,8,["modelValue","disabled","readonly","size","placeholder","rows","minlength","maxlength","show-word-limit","onFocus","onBlur","onInput","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var textareaWidget=_export_sfc$1(_sfc_main$H,[["render",_sfc_render$H],["__scopeId","data-v-687fedce"]]),__glob_0_23=Object.freeze(Object.defineProperty({__proto__:null,default:textareaWidget},Symbol.toStringTag,{value:"Module"})),timeRangeWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$G={name:"time-range-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$G(s,p,e,g,_,b){const A=vue.resolveComponent("el-time-picker"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:vue.normalizeClass([e.field.options.autoFullWidth?"auto-full-width":""])},[vue.createVNode(A,{ref:"fieldEditor","is-range":"",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),class:vue.normalizeClass([e.field.options.autoFullWidth?"full-width-input":""]),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,clearable:e.field.options.clearable,editable:e.field.options.editable,format:e.field.options.format,"value-format":"HH:mm:ss","start-placeholder":e.field.options.startPlaceholder||s.i18nt("render.hint.startTimePlaceholder"),"end-placeholder":e.field.options.endPlaceholder||s.i18nt("render.hint.endTimePlaceholder"),onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:s.handleChangeEvent},null,8,["modelValue","class","disabled","readonly","size","clearable","editable","format","start-placeholder","end-placeholder","onFocus","onBlur","onChange"])],2)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var timeRangeWidget=_export_sfc$1(_sfc_main$G,[["render",_sfc_render$G],["__scopeId","data-v-f78e9b46"]]),__glob_0_24=Object.freeze(Object.defineProperty({__proto__:null,default:timeRangeWidget},Symbol.toStringTag,{value:"Module"})),timeWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$F={name:"time-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$F(s,p,e,g,_,b){const A=vue.resolveComponent("el-time-picker"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=d=>_.fieldModel=d),class:vue.normalizeClass([e.field.options.autoFullWidth?"auto-full-width":""]),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,clearable:e.field.options.clearable,editable:e.field.options.editable,format:e.field.options.format,"value-format":"HH:mm:ss",placeholder:e.field.options.placeholder||s.i18nt("render.hint.timePlaceholder"),onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onChange:s.handleChangeEvent},null,8,["modelValue","class","disabled","readonly","size","clearable","editable","format","placeholder","onFocus","onBlur","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var timeWidget=_export_sfc$1(_sfc_main$F,[["render",_sfc_render$F],["__scopeId","data-v-60cd3a6a"]]),__glob_0_25=Object.freeze(Object.defineProperty({__proto__:null,default:timeWidget},Symbol.toStringTag,{value:"Module"}));let comps={};const modules$2={"./button-widget.vue":__glob_0_0$1,"./cascader-widget.vue":__glob_0_1$2,"./checkbox-widget.vue":__glob_0_2$2,"./color-widget.vue":__glob_0_3$2,"./date-range-widget.vue":__glob_0_4$2,"./date-widget.vue":__glob_0_5$2,"./divider-widget.vue":__glob_0_6$1,"./file-upload-widget.vue":__glob_0_7,"./form-item-wrapper.vue":__glob_0_8,"./html-text-widget.vue":__glob_0_9,"./input-widget.vue":__glob_0_10,"./number-widget.vue":__glob_0_11,"./picture-upload-widget.vue":__glob_0_12,"./radio-widget.vue":__glob_0_13,"./rate-widget.vue":__glob_0_14,"./rich-editor-widget.vue":__glob_0_15,"./select-tree-widget.vue":__glob_0_16,"./select-widget.vue":__glob_0_17,"./slider-widget.vue":__glob_0_18,"./slot-widget.vue":__glob_0_19,"./static-content-wrapper.vue":__glob_0_20,"./static-text-widget.vue":__glob_0_21,"./switch-widget.vue":__glob_0_22,"./textarea-widget.vue":__glob_0_23,"./time-range-widget.vue":__glob_0_24,"./time-widget.vue":__glob_0_25};for(const s in modules$2){let p=modules$2[s].default.name;comps[p]=modules$2[s].default}var gridColItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$E={name:"GridColItem",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin],components:De({},comps),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,colHeight:{type:String,default:null},subFormRowIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""},subFormColIndex:{type:Number,default:-1},fieldSchemaData:{type:Array,default:void 0},subFormDisabled:{type:Boolean,default:!1}},inject:["refList","globalModel","getFormConfig","previewState"],data(){return{layoutProps:{span:this.widget&&this.widget.options?this.widget.options.span:12,md:this.widget&&this.widget.options&&this.widget.options.md||12,sm:this.widget&&this.widget.options&&this.widget.options.sm||12,xs:this.widget&&this.widget.options&&this.widget.options.xs||12,offset:this.widget&&this.widget.options&&this.widget.options.offset||0,push:this.widget&&this.widget.options&&this.widget.options.push||0,pull:this.widget&&this.widget.options&&this.widget.options.pull||0}}},computed:{formConfig(){return this.getFormConfig()},colVisible(){return!!(this.widget&&this.widget.options&&!this.widget.options.hidden)},customClass(){return!this.widget||!this.widget.options?"":this.widget.options.customClass||""},colHeightStyle(){return this.colHeight?{height:this.colHeight+"px"}:{}}},created(){this.initLayoutProps(),this.initRefList()},mounted(){var s,p;!this.designState&&((p=(s=this.widget)==null?void 0:s.options)==null?void 0:p.hidden)&&this.$nextTick(()=>this.syncColFieldValidation(!0))},beforeUnmount(){var s,p;this.refList!=null&&((p=(s=this.widget)==null?void 0:s.options)==null?void 0:p.name)&&delete this.refList[this.widget.options.name]},watch:{"widget.options.span":{handler(s){this.layoutProps.span=s},immediate:!0},"widget.options.hidden":{handler(s){this.designState||this.syncColFieldValidation(!!s)}}},methods:{syncColFieldValidation(s){if(!this.widget)return;const p=!!s;traverseFieldWidgetsOfContainer(this.widget,e=>{if(!e.formItemFlag||!e.options||!e.options.name)return;const g=this.getWidgetRef(e.options.name);!g||(p?typeof g.clearFieldRules=="function"&&g.clearFieldRules():typeof g.buildFieldRules=="function"&&g.buildFieldRules())})},setHidden(s){this.widget&&this.widget.options&&(this.widget.options.hidden=!!s,this.syncColFieldValidation(s),this.$nextTick(()=>this.$forceUpdate()))},initLayoutProps(){if(!(!this.widget||!this.widget.options))if(this.widget.options.responsive)if(this.previewState){this.layoutProps.md=void 0,this.layoutProps.sm=void 0,this.layoutProps.xs=void 0;let s=this.formConfig.layoutType;s==="H5"?this.layoutProps.span=this.widget.options.xs||12:s==="Pad"?this.layoutProps.span=this.widget.options.sm||12:this.layoutProps.span=this.widget.options.md||12}else this.layoutProps.span=void 0;else this.layoutProps.md=void 0,this.layoutProps.sm=void 0,this.layoutProps.xs=void 0}}},_hoisted_1$t={class:"blank-cell"},_hoisted_2$l={class:"invisible-content"};function _sfc_render$E(s,p,e,g,_,b){const A=vue.resolveComponent("el-col");return e.widget?vue.withDirectives((vue.openBlock(),vue.createBlock(A,vue.mergeProps({key:0,class:["grid-cell",[b.customClass]]},_.layoutProps,{style:b.colHeightStyle,key:e.widget.id}),{default:vue.withCtx(()=>[!!e.widget.widgetList&&e.widget.widgetList.length>0?(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,{key:0},vue.renderList(e.widget.widgetList,(x,d)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[x.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(x)),{widget:x,key:d,"parent-list":e.widget.widgetList,"index-of-parent-list":d,"parent-widget":e.widget,"sub-form-row-index":e.subFormRowIndex,"sub-form-row-id":e.subFormRowId,"sub-form-col-index":e.subFormColIndex,"sub-form-disabled":e.subFormDisabled,disabled:s.disabled||e.widget.options.disabled},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-index","sub-form-row-id","sub-form-col-index","sub-form-disabled","disabled"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(x.type+"-widget"),{field:e.fieldSchemaData&&e.fieldSchemaData[d]?e.fieldSchemaData[d]:x,designer:null,key:e.fieldSchemaData&&e.fieldSchemaData[d]?e.fieldSchemaData[d].id:d,"parent-list":e.widget.widgetList,"index-of-parent-list":d,"parent-widget":e.parentWidget,"sub-form-row-index":e.subFormRowIndex,"sub-form-row-id":e.subFormRowId,"sub-form-disabled":e.subFormDisabled,"sub-form-col-index":e.subFormColIndex},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-index","sub-form-row-id","sub-form-disabled","sub-form-col-index"]))],64))),256)):(vue.openBlock(),vue.createBlock(A,{key:1},{default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$t,[vue.createElementVNode("span",_hoisted_2$l,vue.toDisplayString(s.i18nt("render.hint.blankCellContent")),1)])]),_:1}))]),_:3},16,["class","style"])),[[vue.vShow,b.colVisible]]):vue.createCommentVNode("",!0)}var GridColItem=_export_sfc$1(_sfc_main$E,[["render",_sfc_render$E],["__scopeId","data-v-20705201"]]),__glob_0_1$1=Object.freeze(Object.defineProperty({__proto__:null,default:GridColItem},Symbol.toStringTag,{value:"Module"})),containerItemMixin={inject:["getFormConfig","getGlobalDsv"],computed:{customClass(){return!this.widget||!this.widget.options?"":this.widget.options.customClass||""},formModel:{cache:!1,get(){return this.globalModel.formModel}}},mounted(){this.callSetHidden()},methods:{unregisterFromRefList(){if(this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name){let s=this.widget.options.name;delete this.refList[s]}},callSetHidden(){this.widget&&this.widget.options&&this.widget.options.hidden===!0&&this.setHidden(!0)},setHidden(s){if(!this.widget||!this.widget.options)return;this.widget.options.hidden=s;let p=e=>{if(!e||!e.options)return;let g=e.options.name,_=this.getWidgetRef(g);s&&!!_&&!!_.clearFieldRules&&_.clearFieldRules(),!s&&!!_&&!!_.buildFieldRules&&_.buildFieldRules()};traverseFieldWidgetsOfContainer(this.widget,p)},setDisabled(s){!this.widget||!this.widget.options||(this.widget.options.disabled=s)},activeTab(s){s>=0&&s<this.widget.tabs.length&&this.widget.tabs.forEach((p,e)=>{p.options.active=e===s,e===s&&(this.activeTabName=p.options.name)})},disableTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.disabled=!0)},enableTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.disabled=!1)},hideTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.hidden=!0)},showTab(s){s>=0&&s<this.widget.tabs.length&&(this.widget.tabs[s].options.hidden=!1)},setWidgetOption(s,p){this.widget.options.hasOwnProperty(s)&&(this.widget.options[s]=p)},getSubFormRowCount(){return this.rowIdData?this.rowIdData.length:0},disableSubFormRow(s){!Array.isArray(this.rowIdData)||this.rowIdData[s]==null||!this.widget||!this.widget.widgetList||this.widget.widgetList.forEach(p=>{let e=p.options.name+"@row"+this.rowIdData[s],g=this.getWidgetRef(e);g&&g.setDisabled(!0)})},enableSubFormRow(s){!Array.isArray(this.rowIdData)||this.rowIdData[s]==null||!this.widget||!this.widget.widgetList||this.widget.widgetList.forEach(p=>{let e=p.options.name+"@row"+this.rowIdData[s],g=this.getWidgetRef(e);g&&g.setDisabled(!1)})},disableSubForm(){Array.isArray(this.rowIdData)&&this.rowIdData.length>0&&this.rowIdData.forEach((s,p)=>{this.disableSubFormRow(p)}),typeof this.actionDisabled!="undefined"&&(this.actionDisabled=!0),this.widget&&this.widget.options&&(this.widget.options.disabled=!0)},enableSubForm(){Array.isArray(this.rowIdData)&&this.rowIdData.length>0&&this.rowIdData.forEach((s,p)=>{this.enableSubFormRow(p)}),typeof this.actionDisabled!="undefined"&&(this.actionDisabled=!1),this.widget&&this.widget.options&&(this.widget.options.disabled=!1)},resetSubForm(){if(this.widget.type==="sub-form"){let s=this.formModel[this.widget.options.name];s&&(s.splice(0,s.length),this.rowIdData.splice(0,this.rowIdData.length)),this.widget.options.showBlankRow&&this.addSubFormRow()}},getSubFormValues(s=!0){if(this.widget.type==="sub-form")return this.formModel[this.widget.options.name];this.$message.error(this.i18nt("render.hint.nonSubFormType"))},addCssClass(s){this.widget.options.customClass?this.widget.options.customClass.push(s):this.widget.options.customClass=[s]},removeCssClass(s){if(!this.widget.options.customClass)return;let p=-1;this.widget.options.customClass.map((e,g)=>{e===s&&(p=g)}),p>-1&&this.widget.options.customClass.splice(p,1)}}};const _sfc_main$D={name:"vf-grid-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:{ContainerItemWrapper,GridColItem},props:{widget:Object,parentWidget:Object,subFormRowIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""},subFormColIndex:{type:Number,default:-1},fieldSchemaData:{type:Object,default:void 0},subFormDisabled:{type:Boolean,default:!1}},inject:["refList","sfRefList","globalModel"],created(){this.initRefList()},mounted(){},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$D(s,p,e,g,_,b){const A=vue.resolveComponent("grid-col-item"),x=vue.resolveComponent("el-row"),d=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(d,{widget:e.widget},{default:vue.withCtx(()=>[e.widget?vue.withDirectives((vue.openBlock(),vue.createBlock(x,{key:e.widget.id,gutter:e.widget&&e.widget.options?e.widget.options.gutter:12,class:vue.normalizeClass(["grid-container",[s.customClass]]),ref:e.widget.id},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.cols||[],(u,i)=>(vue.openBlock(),vue.createBlock(A,{key:u.id,widget:u,"parent-list":e.widget.cols,"index-of-parent-list":i,"parent-widget":e.parentWidget||e.widget,"col-height":e.widget&&e.widget.options?e.widget.options.colHeight:null,"sub-form-row-index":e.subFormRowIndex,"sub-form-row-id":e.subFormRowId,"sub-form-col-index":e.subFormColIndex,"sub-form-disabled":e.subFormDisabled,"field-schema-data":e.fieldSchemaData},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),o=>({name:o,fn:vue.withCtx(t=>[vue.renderSlot(s.$slots,o,vue.mergeProps({ref_for:!0},t))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget","col-height","sub-form-row-index","sub-form-row-id","sub-form-col-index","sub-form-disabled","field-schema-data"]))),128))]),_:3},8,["gutter","class"])),[[vue.vShow,e.widget&&e.widget.options&&!e.widget.options.hidden]]):vue.createCommentVNode("",!0)]),_:3},8,["widget"])}var gridItem=_export_sfc$1(_sfc_main$D,[["render",_sfc_render$D]]),__glob_0_2$1=Object.freeze(Object.defineProperty({__proto__:null,default:gridItem},Symbol.toStringTag,{value:"Module"})),subFormItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$C={name:"sub-form-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:st(De({ContainerItemWrapper},comps),{SvgIcon}),props:{widget:Object},inject:["refList","sfRefList","globalModel"],data(){return{rowIdData:[],fieldSchemaData:[],actionDisabled:!1}},created(){this.initRefList(),this.registerSubFormToRefList(),this.initRowIdData(!0),this.initFieldSchemaData(),this.initEventHandler()},mounted(){this.handleSubFormFirstRowAdd()},beforeUnmount(){this.unregisterFromRefList()},methods:{getLabelAlign(s,p){return p.options.labelAlign||s.options.labelAlign},registerSubFormToRefList(){this.widget.type==="sub-form"&&(this.sfRefList[this.widget.options.name]=this)},initRowIdData(s){if(this.widget.type==="sub-form"){this.rowIdData.splice(0,this.rowIdData.length);let p=this.formModel[this.widget.options.name];!!p&&p.length>0&&(p.forEach(()=>{this.rowIdData.push("id"+generateId())}),s&&setTimeout(()=>{this.handleSubFormRowChange(p)},800))}},addToRowIdData(){this.rowIdData.push("id"+generateId())},insertToRowIdData(s){this.rowIdData.splice(s,0,"id"+generateId())},deleteFromRowIdData(s){this.rowIdData.splice(s,1)},getRowIdData(){return this.rowIdData},getWidgetRefOfSubForm(s,p){let e=s+"@row"+this.rowIdData[p];return this.getWidgetRef(e)},initFieldSchemaData(){if(this.widget.type!=="sub-form")return;let s=this.rowIdData.length;if(this.fieldSchemaData.splice(0,this.fieldSchemaData.length),s>0)for(let p=0;p<s;p++){let e=[];this.widget.widgetList.forEach(g=>{e.push(this.cloneFieldSchema(g))}),this.fieldSchemaData.push(e)}},addToFieldSchemaData(s){let p=[];this.widget.widgetList.forEach(e=>{p.push(this.cloneFieldSchema(e))}),s===void 0?this.fieldSchemaData.push(p):this.fieldSchemaData.splice(s,0,p)},deleteFromFieldSchemaData(s){this.fieldSchemaData.splice(s,1)},cloneFieldSchema(s){let p=deepClone(s);return p.id=s.type+generateId(),p},initEventHandler(){this.widget.type==="sub-form"&&this.on$("setFormData",s=>{this.initRowIdData(!1),this.initFieldSchemaData();let p=s[this.widget.options.name]||[];setTimeout(()=>{this.handleSubFormRowChange(p)},800)})},handleSubFormFirstRowAdd(){if(this.widget.type==="sub-form"&&!!this.widget.options.showBlankRow&&this.rowIdData.length===1){let s=this.formModel[this.widget.options.name]||[];this.handleSubFormRowAdd(s,this.rowIdData[0]),this.handleSubFormRowChange(s)}},addSubFormRow(){let s={};this.widget.widgetList.forEach(e=>{e.formItemFlag&&(s[e.options.name]=e.options.defaultValue)});let p=this.formModel[this.widget.options.name]||[];p.push(s),this.addToRowIdData(),this.addToFieldSchemaData(),this.handleSubFormRowAdd(p,this.rowIdData[p.length-1]),this.handleSubFormRowChange(p)},insertSubFormRow(s){let p={};this.widget.widgetList.forEach(g=>{g.formItemFlag&&(p[g.options.name]=g.options.defaultValue)});let e=this.formModel[this.widget.options.name]||[];e.splice(s,0,p),this.insertToRowIdData(s),this.addToFieldSchemaData(s),this.handleSubFormRowInsert(e,this.rowIdData[s]),this.handleSubFormRowChange(e)},deleteSubFormRow(s){this.$confirm(this.i18nt("render.hint.deleteSubFormRow")+"?",this.i18nt("render.hint.prompt"),{confirmButtonText:this.i18nt("render.hint.confirm"),cancelButtonText:this.i18nt("render.hint.cancel")}).then(()=>{let p=this.formModel[this.widget.options.name]||[],e=deepClone(p[s]);p.splice(s,1),this.deleteFromRowIdData(s),this.deleteFromFieldSchemaData(s),this.handleSubFormRowDelete(p,e),this.handleSubFormRowChange(p)}).catch(()=>{})},handleSubFormRowChange(s){this.widget.options.onSubFormRowChange&&new Function("subFormData",this.widget.options.onSubFormRowChange).call(this,s)},handleSubFormRowAdd(s,p){this.widget.options.onSubFormRowAdd&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowAdd).call(this,s,p)},handleSubFormRowInsert(s,p){this.widget.options.onSubFormRowInsert&&new Function("subFormData","newRowId",this.widget.options.onSubFormRowInsert).call(this,s,p)},handleSubFormRowDelete(s,p){this.widget.options.onSubFormRowDelete&&new Function("subFormData","deletedDataRow",this.widget.options.onSubFormRowDelete).call(this,s,p)}}},_hoisted_1$s={class:"action-header-column"},_hoisted_2$k={class:"action-label"},_hoisted_3$h={key:0,class:"custom-label"},_hoisted_4$e=["title"],_hoisted_5$c={class:"sub-form-action-column hide-label"},_hoisted_6$c={class:"action-button-column"},_hoisted_7$a={key:0,class:"row-number-span"};function _sfc_render$C(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon"),x=vue.resolveComponent("el-button"),d=vue.resolveComponent("el-tooltip"),u=vue.resolveComponent("el-row"),i=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(i,{widget:e.widget},{default:vue.withCtx(()=>[vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",{key:e.widget.id,class:"sub-form-container"},[vue.createVNode(u,{class:"header-row"},{default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$s,[vue.createElementVNode("span",_hoisted_2$k,vue.toDisplayString(s.i18nt("render.hint.subFormAction")),1),vue.createVNode(x,{disabled:_.actionDisabled,round:"",type:"primary",size:"small",class:"action-button",onClick:b.addSubFormRow,title:s.i18nt("render.hint.subFormAddActionHint")},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("render.hint.subFormAddAction")),1),vue.createVNode(A,{"icon-class":"el-plus"})]),_:1},8,["disabled","onClick","title"])]),(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.widgetList,o=>(vue.openBlock(),vue.createElementBlock("div",{key:o.id+"thc",class:vue.normalizeClass(["field-header-column",[b.getLabelAlign(e.widget,o),o.options.required?"is-required":""]]),style:vue.normalizeStyle({width:o.options.columnWidth})},[o.options.labelIconClass?(vue.openBlock(),vue.createElementBlock("span",_hoisted_3$h,[o.options.labelIconPosition==="front"?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:0},[o.options.labelTooltip?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:0},[vue.createVNode(d,{content:o.options.labelTooltip,effect:"light"},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"])]),_:2},1032,["content"]),vue.createTextVNode(vue.toDisplayString(o.options.label),1)],64)):(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"]),vue.createTextVNode(vue.toDisplayString(o.options.label),1)],64))],64)):o.options.labelIconPosition==="rear"?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[o.options.labelTooltip?(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:0},[vue.createTextVNode(vue.toDisplayString(o.options.label),1),vue.createVNode(d,{content:o.options.labelTooltip,effect:"light"},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"])]),_:2},1032,["content"])],64)):(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:1},[vue.createTextVNode(vue.toDisplayString(o.options.label),1),vue.createVNode(A,{"icon-class":o.options.labelIconClass},null,8,["icon-class"])],64))],64)):vue.createCommentVNode("",!0)])):(vue.openBlock(),vue.createElementBlock("span",{key:1,title:o.options.labelTooltip},vue.toDisplayString(o.options.label),9,_hoisted_4$e))],6))),128))]),_:1}),(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.rowIdData,(o,t)=>(vue.openBlock(),vue.createBlock(u,{class:"sub-form-row",key:o},{default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_5$c,[vue.createElementVNode("div",_hoisted_6$c,[vue.createVNode(x,{disabled:_.actionDisabled,circle:"",onClick:n=>b.insertSubFormRow(t),title:s.i18nt("render.hint.insertSubFormRow")},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":"el-plus"})]),_:1},8,["disabled","onClick","title"]),vue.createVNode(x,{disabled:_.actionDisabled,circle:"",onClick:n=>b.deleteSubFormRow(t),title:s.i18nt("render.hint.deleteSubFormRow")},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":"el-delete"})]),_:1},8,["disabled","onClick","title"]),e.widget.options.showRowNumber?(vue.openBlock(),vue.createElementBlock("span",_hoisted_7$a,"#"+vue.toDisplayString(t+1),1)):vue.createCommentVNode("",!0)])]),(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.widgetList,(n,r)=>{var a;return vue.openBlock(),vue.createElementBlock("div",{key:n.id+"tc"+o,class:"sub-form-table-column hide-label",style:vue.normalizeStyle({width:n.options.columnWidth})},[n.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(_.fieldSchemaData[t][r])),{widget:_.fieldSchemaData[t][r],key:_.fieldSchemaData[t][r].id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget,"sub-form-row-id":o,"sub-form-row-index":t,"sub-form-col-index":r,"field-schema-data":(a=_.fieldSchemaData[t][r])==null?void 0:a.widgetList},null,8,["widget","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index","field-schema-data"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(n.type+"-widget"),{field:_.fieldSchemaData[t][r],key:_.fieldSchemaData[t][r].id,"parent-list":e.widget.widgetList,"index-of-parent-list":r,"parent-widget":e.widget,"sub-form-row-id":o,"sub-form-row-index":t,"sub-form-col-index":r},null,8,["field","parent-list","index-of-parent-list","parent-widget","sub-form-row-id","sub-form-row-index","sub-form-col-index"]))],4)}),128))]),_:2},1024))),128))])),[[vue.vShow,!e.widget.options.hidden]])]),_:1},8,["widget"])}var subFormItem=_export_sfc$1(_sfc_main$C,[["render",_sfc_render$C],["__scopeId","data-v-59c24e8e"]]),__glob_0_3$1=Object.freeze(Object.defineProperty({__proto__:null,default:subFormItem},Symbol.toStringTag,{value:"Module"}));const _sfc_main$B={name:"tab-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:De({ContainerItemWrapper},comps),props:{widget:Object},inject:["refList","sfRefList","globalModel"],data(){return{activeTabName:""}},computed:{visibleTabs(){return!this.widget||!this.widget.tabs?[]:this.widget.tabs.filter(s=>s&&s.options&&!s.options.hidden)}},created(){this.initRefList()},mounted(){this.initActiveTab()},beforeUnmount(){this.unregisterFromRefList()},methods:{initActiveTab(){if(!this.widget||this.widget.type!=="tab"||!this.widget.tabs||this.widget.tabs.length===0)return;let s=this.widget.tabs.filter(p=>p&&p.options&&p.options.active===!0);s.length>0?this.activeTabName=s[0].options.name:this.widget.tabs[0]&&this.widget.tabs[0].options&&(this.activeTabName=this.widget.tabs[0].options.name)}}};function _sfc_render$B(s,p,e,g,_,b){const A=vue.resolveComponent("el-tab-pane"),x=vue.resolveComponent("el-tabs"),d=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(d,{widget:e.widget},{default:vue.withCtx(()=>[e.widget?vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",{key:e.widget.id,class:"tab-container"},[vue.createVNode(x,{modelValue:_.activeTabName,"onUpdate:modelValue":p[0]||(p[0]=u=>_.activeTabName=u),type:e.widget&&e.widget.displayType?e.widget.displayType:"default",ref:e.widget.id,class:vue.normalizeClass([s.customClass])},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(b.visibleTabs,(u,i)=>(vue.openBlock(),vue.createBlock(A,{key:i,label:u.options.label,disabled:u.options.disabled,name:u.options.name},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(u.widgetList,(o,t)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[o.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(o)),{widget:o,key:t,"parent-list":u.widgetList,"index-of-parent-list":t,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),n=>({name:n,fn:vue.withCtx(r=>[vue.renderSlot(s.$slots,n,vue.mergeProps({ref_for:!0},r))])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(o.type+"-widget"),{field:o,key:t,"parent-list":u.widgetList,"index-of-parent-list":t,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),n=>({name:n,fn:vue.withCtx(r=>[vue.renderSlot(s.$slots,n,vue.mergeProps({ref_for:!0},r))])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256))]),_:2},1032,["label","disabled","name"]))),128))]),_:3},8,["modelValue","type","class"])])),[[vue.vShow,e.widget&&e.widget.options&&!e.widget.options.hidden]]):vue.createCommentVNode("",!0)]),_:3},8,["widget"])}var tabItem=_export_sfc$1(_sfc_main$B,[["render",_sfc_render$B]]),__glob_0_4$1=Object.freeze(Object.defineProperty({__proto__:null,default:tabItem},Symbol.toStringTag,{value:"Module"})),tableCellItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$A={name:"TableCellItem",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin],components:De({},comps),props:{widget:Object,rowIndex:Number,colIndex:Number},inject:["refList","globalModel"],computed:{customClass(){return!this.widget||!this.widget.options?"":this.widget.options.customClass||""}},created(){},methods:{}},_hoisted_1$r=["colspan","rowspan"];function _sfc_render$A(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("td",{class:vue.normalizeClass(["table-cell",[b.customClass]]),colspan:e.widget&&e.widget.options&&e.widget.options.colspan||1,rowspan:e.widget&&e.widget.options&&e.widget.options.rowspan||1,style:vue.normalizeStyle(e.widget&&e.widget.options?{width:e.widget.options.cellWidth+" !important"||"",height:e.widget.options.cellHeight+" !important"||"","word-break":e.widget.options.wordBreak?"break-all":"normal"}:{})},[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.widgetList,(A,x)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[A.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(A)),{widget:A,key:x,"parent-list":e.widget.widgetList,"index-of-parent-list":x,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),d=>({name:d,fn:vue.withCtx(u=>[vue.renderSlot(s.$slots,d,vue.mergeProps({ref_for:!0},u),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(A.type+"-widget"),{field:A,key:x,"parent-list":e.widget.widgetList,"index-of-parent-list":x,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),d=>({name:d,fn:vue.withCtx(u=>[vue.renderSlot(s.$slots,d,vue.mergeProps({ref_for:!0},u),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256))],14,_hoisted_1$r)}var TableCellItem=_export_sfc$1(_sfc_main$A,[["render",_sfc_render$A],["__scopeId","data-v-7d6166fa"]]),__glob_0_5$1=Object.freeze(Object.defineProperty({__proto__:null,default:TableCellItem},Symbol.toStringTag,{value:"Module"})),tableItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$z={name:"table-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:{ContainerItemWrapper,TableCellItem},props:{widget:Object},inject:["refList","sfRefList","globalModel"],created(){this.initRefList()},mounted(){},beforeUnmount(){this.unregisterFromRefList()},methods:{}};function _sfc_render$z(s,p,e,g,_,b){const A=vue.resolveComponent("table-cell-item"),x=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(x,{widget:e.widget},{default:vue.withCtx(()=>[e.widget?vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",{key:e.widget.id,class:"table-container"},[vue.createElementVNode("table",{ref:e.widget.id,class:vue.normalizeClass(["table-layout",[s.customClass]])},[vue.createElementVNode("tbody",null,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.widget.rows||[],(d,u)=>(vue.openBlock(),vue.createElementBlock("tr",{key:d?d.id:u},[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(d.cols,(i,o)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[i.merged?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createBlock(A,{widget:i,key:o,"parent-list":e.widget.cols,"row-index":u,"col-index":o,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),t=>({name:t,fn:vue.withCtx(n=>[vue.renderSlot(s.$slots,t,vue.mergeProps({ref_for:!0},n),void 0,!0)])}))]),1032,["widget","parent-list","row-index","col-index","parent-widget"]))],64))),256))]))),128))])],2)])),[[vue.vShow,e.widget&&e.widget.options&&!e.widget.options.hidden]]):vue.createCommentVNode("",!0)]),_:3},8,["widget"])}var tableItem=_export_sfc$1(_sfc_main$z,[["render",_sfc_render$z],["__scopeId","data-v-3481d843"]]),__glob_0_6=Object.freeze(Object.defineProperty({__proto__:null,default:tableItem},Symbol.toStringTag,{value:"Module"}));const modules$1={"./container-item-wrapper.vue":__glob_0_0$2,"./grid-col-item.vue":__glob_0_1$1,"./grid-item.vue":__glob_0_2$1,"./sub-form-item.vue":__glob_0_3$1,"./tab-item.vue":__glob_0_4$1,"./table-cell-item.vue":__glob_0_5$1,"./table-item.vue":__glob_0_6};var ContainerItems={install(s){for(const p in modules$1){let e=modules$1[p].default.name;s.component(e,modules$1[p].default)}}},index_vue_vue_type_style_index_0_scoped_true_lang$5="";const _sfc_main$y={name:"VFormRender",componentName:"VFormRender",mixins:[emitter,i18n$1],components:De({},comps),props:{formJson:{type:Object,default:()=>buildDefaultFormJson()},formData:{type:Object,default:()=>({})},optionData:{type:Object,default:()=>({})},previewState:{type:Boolean,default:!1},globalDsv:{type:Object,default:()=>({})}},provide(){return{refList:this.widgetRefList,sfRefList:this.subFormRefList,getFormConfig:()=>this.formJsonObj.formConfig,getGlobalDsv:()=>this.globalDsv,globalOptionData:this.optionData,getOptionData:()=>this.optionData,globalModel:{formModel:this.formDataModel},previewState:this.previewState}},data(){return{formJsonObj:this.formJson,formDataModel:{},widgetRefList:{},subFormRefList:{},formId:null,externalComponents:{}}},computed:{formConfig(){return this.formJsonObj.formConfig},widgetList(){return this.formJsonObj.widgetList},labelPosition(){return!!this.formConfig&&!!this.formConfig.labelPosition?this.formConfig.labelPosition:"left"},labelWidth(){return!!this.formConfig&&!!this.formConfig.labelWidth?this.formConfig.labelWidth+"px":"80px"},size(){return!!this.formConfig&&!!this.formConfig.size?this.formConfig.size:"default"},customClass(){return!!this.formConfig&&!!this.formConfig.customClass?this.formConfig.customClass:""}},watch:{formData:{deep:!0,handler(s){!s||typeof s!="object"||this.setFormData(s)}}},created(){this.buildFormModel(this.formJsonObj?this.formJsonObj.widgetList:null),this.initFormObject()},mounted(){this.initLocale(),this.handleOnMounted()},methods:{initFormObject(s=!0){this.formId="vfRender"+generateId(),s&&this.insertCustomStyleAndScriptNode(),this.addFieldChangeEventHandler(),this.addFieldValidateEventHandler(),this.registerFormToRefList(),this.handleOnCreated()},getContainerWidgetName(s){return s.type==="grid"?"vf-grid-item":s.type+"-item"},getWidgetName(s){return s.type+"-widget"},initLocale(){let s=localStorage.getItem("v_form_locale")||"zh-CN";this.changeLanguage(s)},insertCustomStyleAndScriptNode(){!!this.formConfig&&!!this.formConfig.cssCode&&insertCustomCssToHead(this.formConfig.cssCode,this.previewState?"":this.formId),!!this.formConfig&&!!this.formConfig.functions&&insertGlobalFunctionsToHtml(this.formConfig.functions,this.previewState?"":this.formId)},buildFormModel(s){!!s&&s.length>0&&s.forEach(p=>{this.buildDataFromWidget(p)})},buildDataFromWidget(s){var p;if(s.category==="container")if(s.type==="grid")!!s.cols&&s.cols.length>0&&s.cols.forEach(e=>{this.buildDataFromWidget(e)});else if(s.type==="table")!!s.rows&&s.rows.length>0&&s.rows.forEach(e=>{!!e.cols&&e.cols.length>0&&e.cols.forEach(g=>{this.buildDataFromWidget(g)})});else if(s.type==="tab")!!s.tabs&&s.tabs.length>0&&s.tabs.forEach(e=>{!!e.widgetList&&e.widgetList.length>0&&e.widgetList.forEach(g=>{this.buildDataFromWidget(g)})});else if(s.type==="sub-form"){let e=s.options.name;if(this.formData.hasOwnProperty(e)){let g=this.formData[e];this.formDataModel[e]=deepClone(g)}else{let g={};s.options.showBlankRow?(s.widgetList.forEach(_=>{_.formItemFlag&&(g[_.options.name]=_.options.defaultValue)}),this.formDataModel[e]=[g]):this.formDataModel[e]=[]}}else s.type==="grid-col"||s.type==="table-cell"?!!s.widgetList&&s.widgetList.length>0&&s.widgetList.forEach(e=>{this.buildDataFromWidget(e)}):!!s.widgetList&&s.widgetList.length>0&&s.widgetList.forEach(e=>{this.buildDataFromWidget(e)});else if(s.formItemFlag)if(this.formData.hasOwnProperty(s.options.name)){let e=this.formData[s.options.name];this.formDataModel[s.options.name]=deepClone(e)}else{const e=s.type==="static-text"?(p=s.options.textContent)!=null?p:"":s.options.defaultValue;this.formDataModel[s.options.name]=e}else if(s.type==="static-text"&&s.options&&s.options.name){const e=s.options.name;this.formData.hasOwnProperty(e)?this.formDataModel[e]=deepClone(this.formData[e]):this.formDataModel[e]=s.options.textContent}},addFieldChangeEventHandler(){this.off$("fieldChange"),this.on$("fieldChange",(s,p,e,g,_)=>{this.handleFieldDataChange(s,p,e,g,_),this.$emit("formChange",s,p,e,this.formDataModel,g,_)})},addFieldValidateEventHandler(){this.off$("fieldValidation"),this.on$("fieldValidation",s=>{this.$refs.renderForm.validateField(s)})},registerFormToRefList(){this.widgetRefList.v_form_ref=this},handleFieldDataChange(s,p,e,g,_){!!this.formConfig&&!!this.formConfig.onFormDataChange&&new Function("fieldName","newValue","oldValue","formModel","subFormName","subFormRowIndex",this.formConfig.onFormDataChange).call(this,s,p,e,this.formDataModel,g,_)},handleOnCreated(){!!this.formConfig&&!!this.formConfig.onFormCreated&&new Function(this.formConfig.onFormCreated).call(this)},handleOnMounted(){!!this.formConfig&&!!this.formConfig.onFormMounted&&new Function(this.formConfig.onFormMounted).call(this)},findWidgetAndSetDisabled(s,p){let e=this.getWidgetRef(s);e?p&&typeof e.disableSubForm=="function"?e.disableSubForm():!p&&typeof e.enableSubForm=="function"?e.enableSubForm():typeof e.setDisabled=="function"&&e.setDisabled(p):this.findWidgetOfSubFormAndSetDisabled(s,p)},findWidgetOfSubFormAndSetDisabled(s,p){this.findWidgetNameInSubForm(s).forEach(e=>{let g=this.getWidgetRef(e);!!g&&typeof g.setDisabled=="function"&&g.setDisabled(p)})},findFieldByName(s){if(!s||!this.widgetList)return null;let p=null;const e=g=>{!Array.isArray(g)||p||g.forEach(_=>{if(!(p||!_)){if(_.formItemFlag&&_.options&&_.options.name===s){p=_;return}Array.isArray(_.widgetList)&&e(_.widgetList),Array.isArray(_.cols)&&_.cols.forEach(b=>e(b&&b.widgetList)),Array.isArray(_.rows)&&_.rows.forEach(b=>Array.isArray(b&&b.cols)&&b.cols.forEach(A=>e(A&&A.widgetList))),Array.isArray(_.tabs)&&_.tabs.forEach(b=>e(b&&b.widgetList))}})};return e(this.widgetList),p},findWidgetAndSetHidden(s,p){let e=this.getWidgetRef(s);if(e){e.setHidden(p);return}const g=this.findFieldByName(s);if(g&&g.options){g.options.hidden=!!p,this.$nextTick(()=>{const _=this.getWidgetRef(s);_&&(p?typeof _.clearFieldRules=="function"&&_.clearFieldRules():typeof _.buildFieldRules=="function"&&_.buildFieldRules()),this.$forceUpdate()});return}this.findWidgetOfSubFormAndSetHidden(s,p)},setFieldRequired(s,p){const e=!!p,g=this.getWidgetRef(s);if(g&&typeof g.setRequired=="function")return g.setRequired(e),typeof g.buildFieldRules=="function"&&g.buildFieldRules(),!0;const _=this.findFieldByName(s);if(_&&_.options){_.options.required=e;const b=this.getWidgetRef(s);return b&&typeof b.buildFieldRules=="function"&&b.buildFieldRules(),!0}return!1},findWidgetOfSubFormAndSetHidden(s,p){this.findWidgetNameInSubForm(s).forEach(e=>{let g=this.getWidgetRef(e);g&&g.setHidden(p)})},findWidgetNameInSubForm(s){let p=[],e=null,g=(_,b)=>{!!_.options&&_.options.name===s&&(e=b.options.name)};if(traverseFieldWidgets(this.widgetList,g),e){let _=this.subFormRefList[e]||this.getWidgetRef(e);if(_){let b=typeof _.getRowIdData=="function"?_.getRowIdData():Array.isArray(_.rowIdData)?_.rowIdData:[];!!b&&b.length>0&&b.forEach(A=>{p.push(s+"@row"+A)})}}return p},changeLanguage(s){changeLocale(s)},getNativeForm(){return this.$refs.renderForm},getFormRef(){return this},getWidgetRef(s,p=!1){let e=this.widgetRefList[s];return!e&&!!p&&this.$message.error(this.i18nt("render.hint.refNotFound")+s),e},getStaticTextRef(s){if(s){const e=this.getWidgetRef(s);if(e&&e.field&&e.field.type==="static-text")return e}const p=Object.values(this.widgetRefList).filter(e=>e&&e.field&&e.field.type==="static-text");return p.length>0?p[0]:void 0},getStaticTextRefs(){return Object.values(this.widgetRefList).filter(s=>s&&s.field&&s.field.type==="static-text")},updateFieldLabel(s,p){if(!s)return!1;const e=p==null?"":String(p),g=new Set,_=[],b=u=>{!u||!u.field||!u.field.options||g.has(u)||u.field.options.name===s&&(g.add(u),_.push(u))};if(Object.keys(this.widgetRefList).forEach(u=>{u!=="v_form_ref"&&(u===s||u.startsWith(s+"@row"))&&b(this.widgetRefList[u])}),_.length>0)return _.forEach(u=>{u.field.options.label=e}),this.$forceUpdate(),!0;const A=this.getFormJson();let x=!1;const d=u=>{!Array.isArray(u)||x||u.forEach(i=>{if(!(x||!i)){if(i.options&&i.options.name===s){i.options.label=e,x=!0;return}Array.isArray(i.widgetList)&&d(i.widgetList),Array.isArray(i.cols)&&i.cols.forEach(o=>d(o&&o.widgetList)),Array.isArray(i.rows)&&i.rows.forEach(o=>Array.isArray(o&&o.cols)&&o.cols.forEach(t=>d(t&&t.widgetList))),Array.isArray(i.tabs)&&i.tabs.forEach(o=>d(o&&o.widgetList))}})};return d(A&&A.widgetList),x?(this.setFormJson(A),!0):!1},setFieldLabel(s,p){return this.updateFieldLabel(s,p)},clearFormDataModel(){for(let s in this.formDataModel)delete this.formDataModel[s]},setFormJson(s){if(s)if(typeof s=="string"||s.constructor===Object){let p=null;if(typeof s=="string"?p=JSON.parse(s):p=s,!p.formConfig||!p.widgetList){this.$message.error("Invalid format of form json.");return}this.clearFormDataModel(),this.buildFormModel(p.widgetList),this.formJsonObj.formConfig=p.formConfig,this.formJsonObj.widgetList=p.widgetList,this.insertCustomStyleAndScriptNode(),this.$nextTick(()=>{this.initFormObject(!1),this.handleOnMounted()})}else this.$message.error("Set form json failed.")},getFormJson(){return deepClone(this.formJsonObj)},reloadOptionData(s){let p=[];!!s&&typeof s=="string"?p=[s]:!!s&&Array.isArray(s)&&(p=[...s]),this.broadcast("FieldWidget","reloadOptionItems",p)},getFormData(s=!0){if(!s)return this.formDataModel;let p=function(){},e=new window.Promise(function(g,_){p=function(b,A){A?_(A):g(b)}});return this.$refs.renderForm.validate(g=>{g?(this.emitFormValidateSuccess(this.formDataModel),p(this.formDataModel)):p(this.formDataModel,this.i18nt("render.hint.validationFailed"))}),e},setFormData(s){Object.keys(this.formDataModel).forEach(p=>{!!s&&s.hasOwnProperty(p)&&(this.formDataModel[p]=deepClone(s[p]))}),this.broadcast("ContainerItem","setFormData",this.formDataModel),this.broadcast("FieldWidget","setFormData",this.formDataModel)},getFieldValue(s){let p=this.getWidgetRef(s);if(!!p&&!!p.getValue)return p.getValue();if(!p){let e=[];return this.findWidgetNameInSubForm(s).forEach(g=>{let _=this.getWidgetRef(g);!!_&&!!_.getValue&&e.push(_.getValue())}),e}},setFieldValue(s,p){let e=this.getWidgetRef(s);!!e&&!!e.setValue&&e.setValue(p),e||this.findWidgetNameInSubForm(s).forEach(g=>{let _=this.getWidgetRef(g);!!_&&!!_.setValue&&_.setValue(p)})},getSubFormValues(s,p=!0){return this.subFormRefList[s].getSubFormValues(p)},disableForm(){console.log("disableForm",this.widgetRefList),Object.keys(this.widgetRefList).forEach(p=>{let e=this.getWidgetRef(p);if(e)if(!!e.widget&&e.widget.type==="sub-form")e.disableSubForm();else{//!!foundW.setDisabled && foundW.setDisabled(true)
74
74
  e.setDisabled&&e.setDisabled(!0)}})},enableForm(){Object.keys(this.widgetRefList).forEach(p=>{let e=this.getWidgetRef(p);if(e)if(!!e.widget&&e.widget.type==="sub-form")e.enableSubForm();else{//!!foundW.setDisabled && foundW.setDisabled(false)
75
- e.setDisabled&&e.setDisabled(!1)}})},resetForm(){Object.keys(this.subFormRefList).forEach(e=>{this.subFormRefList[e].resetSubForm&&this.subFormRefList[e].resetSubForm()}),Object.keys(this.widgetRefList).forEach(e=>{let g=this.getWidgetRef(e);!!g&&!g.subFormItemFlag&&!!g.resetField&&g.resetField()}),this.$nextTick(()=>{this.clearValidate()})},clearValidate(s){this.$refs.renderForm.clearValidate(s)},validateForm(s){this.$refs.renderForm.validate(p=>{p&&!!this.formConfig&&!!this.formConfig.onFormValidateSuccess&&this.emitFormValidateSuccess(this.formDataModel),s(p)})},emitFormValidateSuccess(s){if(!(!this.formConfig||!this.formConfig.onFormValidateSuccess))try{new Function("formData",this.formConfig.onFormValidateSuccess).call(this,s)}catch(p){console.error("onFormValidateSuccess",p)}},validateFields(){},disableWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetDisabled(s,!0):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetDisabled(p,!0)}))},disableFields(s){this.disableWidgets(s)},enableFields(s){this.enableWidgets(s)},enableWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetDisabled(s,!1):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetDisabled(p,!1)}))},hideWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetHidden(s,!0):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetHidden(p,!0)}))},showWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetHidden(s,!1):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetHidden(p,!1)}))},getFieldWidgets(){return getAllFieldWidgets(this.formJsonObj.widgetList)},getContainerWidgets(){return getAllContainerWidgets(this.formJsonObj.widgetList)},addEC(s,p){this.externalComponents[s]=p},hasEC(s){return this.externalComponents.hasOwnProperty(s)},getEC(s){return this.externalComponents[s]},getGlobalDsv(){return this.globalDsv},findColByName(s,p){const e=s!=null?s:this.formJsonObj&&this.formJsonObj.widgetList;if(!e||!p)return null;for(const g of e){if(g.type==="grid"&&g.cols&&g.cols.length){const _=g.cols.find(b=>b.options&&b.options.name===p);if(_)return _}if(g.type==="grid-col"&&g.options&&g.options.name===p)return g;if(g.widgetList&&g.widgetList.length){const _=this.findColByName(g.widgetList,p);if(_)return _}if(g.cols&&g.cols.length)for(const _ of g.cols){if(_.options&&_.options.name===p)return _;if(_.widgetList&&_.widgetList.length){const b=this.findColByName(_.widgetList,p);if(b)return b}}}return null},syncFieldRulesByCol(s,p){if(!s)return;const e=!!p;traverseFieldWidgetsOfContainer(s,g=>{if(!g.formItemFlag||!g.options||!g.options.name)return;const _=this.getWidgetRef(g.options.name);!_||(e?typeof _.clearFieldRules=="function"&&_.clearFieldRules():typeof _.buildFieldRules=="function"&&_.buildFieldRules())})},setColHidden(s,p){if(Array.isArray(s)){let g=!1;return s.forEach(_=>{this.setColHidden(_,p)&&(g=!0)}),g}const e=this.findColByName(null,s);return!e||!e.options?!1:(e.options.hidden=!!p,this.syncFieldRulesByCol(e,p),this.$nextTick(()=>this.$forceUpdate()),!0)}}};function _sfc_render$y(s,p,e,g,_,b){const A=vue.resolveComponent("el-form");return vue.openBlock(),vue.createBlock(A,{"label-position":b.labelPosition,size:b.size,class:vue.normalizeClass([[b.customClass],"render-form"]),"label-width":b.labelWidth,"validate-on-rule-change":!1,model:_.formDataModel,ref:"renderForm",onSubmit:p[0]||(p[0]=vue.withModifiers(()=>{},["prevent"]))},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(b.widgetList,(x,d)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[x.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(b.getContainerWidgetName(x)),{widget:x,key:x.id,"parent-list":b.widgetList,"index-of-parent-list":d,"parent-widget":null},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(b.getWidgetName(x)),{field:x,"form-model":_.formDataModel,designer:null,key:x.id,"parent-list":b.widgetList,"index-of-parent-list":d,"parent-widget":null},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["field","form-model","parent-list","index-of-parent-list"]))],64))),256))]),_:3},8,["label-position","size","class","label-width","model"])}var VFormRender=_export_sfc$1(_sfc_main$y,[["render",_sfc_render$y],["__scopeId","data-v-3d429201"]]);function registerIcon(s){s.component("el-icon-edit",edit),s.component("el-icon-minus",minus),s.component("el-icon-plus",plus),s.component("el-icon-info",infoFilled),s.component("el-icon-search",search),s.component("el-icon-circle-plus-outline",circlePlus),s.component("el-icon-delete",_delete),s.component("el-icon-arrow-down",arrowDown),s.component("el-icon-arrow-up",arrowUp)}if(typeof window!="undefined"){let s=function(){var p=document.body,e=document.getElementById("__svg__icons__dom__1779873406009__");e||(e=document.createElementNS("http://www.w3.org/2000/svg","svg"),e.style.position="absolute",e.style.width="0",e.style.height="0",e.id="__svg__icons__dom__1779873406009__",e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),e.innerHTML='<symbol class="icon" viewBox="0 0 1024 1024" id="icon-alert"><path d="M512 85.163a319.573 319.573 0 0 1 319.83 309.333l.17 10.667v174.805l58.88 134.656a53.29 53.29 0 0 1-48.853 74.71L640 789.418a128 128 0 0 1-255.787 7.509l-.213-7.637-201.6.042a53.333 53.333 0 0 1-48.939-74.581L192 580.011V405.163c0-177.28 143.019-320 320-320zm64 704.17-128 .128a64 64 0 0 0 127.701 6.144l.256-6.272zm-64-640.17c-141.653 0-256 114.09-256 256v188.16l-57.344 132.01h627.072L768 593.365V405.717l-.17-9.6A255.488 255.488 0 0 0 512 149.163zM896 352h85.333a32 32 0 0 1 4.352 63.701l-4.352.299H896a32 32 0 0 1-4.352-63.701L896 352zm-853.333 0H128a32 32 0 0 1 4.352 63.701L128 416H42.667a32 32 0 0 1-4.352-63.701l4.352-.299zm921.6-243.2a32 32 0 0 1-2.816 41.685l-3.584 3.115-85.334 64a32 32 0 0 1-41.984-48.085l3.584-3.115 85.334-64a32 32 0 0 1 44.8 6.4zm-859.734-6.4 85.334 64a32 32 0 1 1-38.4 51.2l-85.334-64a32 32 0 1 1 38.4-51.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-button"><path d="M912 176v416H732.48v-32H880V208H144v352h175.488v32H112V176z" /><path d="m436.384 788.512.544 2.688a16 16 0 0 0 27.776 5.504l44.032-54.336 56.768 97.664a16 16 0 0 0 21.792 5.856l68.672-39.392 2.368-1.664a16 16 0 0 0 3.52-20.256l-55.904-96.16 68.8-12.064a16 16 0 0 0 6.464-28.8l-256-180.64a16 16 0 0 0-25.12 14.976l36.288 306.624z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-card"><path d="M858.656 864H165.344C109.472 864 64 818.56 64 762.688V261.312C64 205.44 109.472 160 165.344 160h693.312C914.528 160 960 205.44 960 261.312v501.376C960 818.56 914.528 864 858.656 864zM165.344 224C144.736 224 128 240.736 128 261.312v501.376C128 783.264 144.736 800 165.344 800h693.312C879.264 800 896 783.264 896 762.688V261.312C896 240.736 879.264 224 858.656 224H165.344zM800 416H224c-17.664 0-32-14.336-32-32s14.336-32 32-32h576c17.696 0 32 14.336 32 32s-14.304 32-32 32zM320 736h-96c-17.664 0-32-14.304-32-32s14.336-32 32-32h96c17.664 0 32 14.304 32 32s-14.336 32-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-cascader-field"><path d="M661.377 411.07v64.595H314.175v395.654H871.32V475.665h-48.447V411.07h48.447c35.675 0 64.595 28.92 64.595 64.595v395.654c0 35.675-28.92 64.595-64.595 64.595H314.175c-35.675 0-64.6-28.92-64.6-64.595V475.665c0-35.675 28.925-64.595 64.6-64.595h347.202zm48.448-322.984c35.675 0 64.6 28.92 64.6 64.595v403.73c0 35.676-28.925 64.595-64.6 64.595H362.623v-64.594h347.202V152.68H152.68v403.73h48.447v64.595H152.68c-35.675 0-64.595-28.92-64.595-64.594V152.68c0-35.675 28.92-64.595 64.595-64.595h557.144z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-checkbox-field"><path d="M897.94 896.77c6.259-6.278 10.257-14.835 10.257-24.531V147.672c0-9.118-3.998-18.235-10.257-24.533-6.277-6.258-14.815-9.696-24.51-9.696H149.644c-9.688 0-18.236 3.437-24.503 9.696-6.268 6.297-9.687 15.414-9.687 24.533V872.24c0 9.696 3.42 18.253 9.687 24.53 6.267 6.278 14.815 10.276 24.503 10.276h723.784c9.697 0 18.234-3.998 24.511-10.276zM149.645 61.52h723.784c23.933 0 45.586 9.697 60.98 25.111 15.397 15.974 25.073 37.666 25.073 61.04v724.567c0 23.97-9.676 45.643-25.073 61.056-15.394 15.396-37.047 25.093-60.98 25.093H149.645c-23.364 0-45.017-9.697-60.972-25.093-15.396-15.414-25.082-37.087-25.082-61.056V147.672c0-23.374 9.686-45.065 25.082-61.039 15.955-15.415 37.608-25.112 60.972-25.112z" /><path d="M417.42 698.27a23.556 23.556 0 0 1-16.668-6.9L259.5 550.12c-9.173-9.15-9.173-24.095 0-33.291 9.17-9.147 24.115-9.147 33.288 0l124.583 124.607 312.895-312.917c9.194-9.172 24.14-9.172 33.288 0 9.196 9.172 9.196 24.116 0 33.29L433.992 691.37c-4.618 4.645-10.643 6.9-16.666 6.9h.093z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-color-field"><path d="M619.52 490.667h-.853l-85.334-85.334h.854z" /><path d="M619.52 507.733h-.853a17.067 17.067 0 1 1 0-34.133c9.438 0 17.476 7.646 17.476 17.067s-7.185 17.066-16.623 17.066zM534.187 422.4c-9.438 0-17.494-7.646-17.494-17.067s7.202-17.066 16.64-17.066h.854a17.067 17.067 0 1 1 0 34.133zM192 866.133a34.133 34.133 0 0 1-24.132-58.265l42.666-42.667a34.133 34.133 0 1 1 48.265 48.265l-42.667 42.666A33.963 33.963 0 0 1 192 866.133z" /><path d="m619.52 490.667-.427-.427-84.906-84.907L746.667 192H832v85.333z" /><path d="M662.187 567.467a33.997 33.997 0 0 1-24.133-10.001L467.388 386.799a34.133 34.133 0 0 1 48.281-48.282l170.667 170.667a34.133 34.133 0 0 1-24.15 58.283z" /><path d="M320 806.4h-85.333a17.067 17.067 0 0 1-17.067-17.067V704c0-4.54 1.792-8.875 5-12.066L521.695 392.84a16.52 16.52 0 0 1 3.567-2.731l209.305-210.142a17.117 17.117 0 0 1 12.1-5.018H832a17.067 17.067 0 0 1 17.067 17.067v85.333a17.067 17.067 0 0 1-4.967 12.05L631.62 502.732a17.954 17.954 0 0 1-3.618 2.782L332.066 801.434A17.135 17.135 0 0 1 320 806.4zm-68.267-34.133h61.201l294.093-294.093a16.52 16.52 0 0 1 3.567-2.73l204.34-205.16v-61.217h-61.185L546.287 417.382a17.954 17.954 0 0 1-3.618 2.782L251.733 711.066v61.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-component"><path d="M811.008 335.872c-2.048-7.168-11.264-9.216-17.408-4.096L690.176 435.2c-8.192 8.192-20.48 8.192-28.672 0L588.8 362.496c-8.192-8.192-8.192-20.48 0-28.672l104.448-104.448c5.12-5.12 3.072-14.336-4.096-17.408-17.408-4.096-35.84-7.168-54.272-7.168-108.544 0-195.584 94.208-183.296 204.8 2.048 17.408 6.144 32.768 12.288 48.128L225.28 697.344c-27.648 27.648-27.648 73.728 0 101.376 14.336 14.336 32.768 21.504 51.2 21.504s36.864-7.168 51.2-21.504l238.592-238.592c15.36 6.144 31.744 10.24 48.128 12.288 111.616 12.288 204.8-74.752 204.8-183.296 0-18.432-3.072-36.864-8.192-53.248z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-data-table"><path d="M915.692 39.385H108.308c-15.754 0-29.539 13.784-29.539 29.538v98.462c0 15.753 13.785 29.538 29.539 29.538h807.384c15.754 0 29.539-13.785 29.539-29.538V68.923c0-15.754-13.785-29.538-29.539-29.538zM285.538 275.692h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zM285.538 472.615h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 669.538h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 866.462h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538z" /></symbol><symbol class="icon" viewBox="0 0 1132 1024" id="icon-date-field"><path d="M1023.995 1023.995H107.789C48.262 1023.995 0 975.732 0 916.205V188.63C0 129.105 48.262 80.843 107.789 80.843h80.842v53.894h-80.842c-29.777 0-53.895 24.118-53.895 53.895V296.42H1077.89V188.63c0-29.776-24.117-53.894-53.894-53.894h-80.842V80.842h80.842c59.526 0 107.789 48.262 107.789 107.789v727.575c0 59.526-48.263 107.789-107.79 107.789Zm53.894-673.681H53.894v565.892c0 29.777 24.118 53.894 53.895 53.894h916.206c29.777 0 53.894-24.117 53.894-53.894V350.314ZM794.943 628.086l-3.584 5.632c-3.314 6.306-7.087 12.153-11.237 17.731L646.734 861.476H589.12l98.358-160.875c-.108 0-.216.027-.324.027-66.963 0-121.262-60.335-121.262-134.736 0-74.401 54.299-134.736 121.262-134.736 66.964 0 121.263 60.335 121.263 134.736 0 22.42-5.39 43.25-14.12 61.844l.646.35ZM687.154 485.05c-37.214 0-67.368 36.19-67.368 80.842 0 44.651 30.154 80.842 67.368 80.842 19.052 0 36.164-9.567 48.425-24.819l9.781-16.006c5.66-11.83 9.163-25.385 9.163-40.017 0-44.652-30.154-80.842-67.369-80.842Zm-310.216 21.881-80.734 72.327v-66.991l82.405-80.41h52.062v429.727h-53.733V506.93Zm512.32-291.353c-14.874 0-26.947-12.072-26.947-26.947V26.947C862.311 12.072 874.384 0 889.26 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947ZM296.42 80.842h538.944v53.894H296.42V80.842Zm-53.895 134.736c-14.875 0-26.947-12.072-26.947-26.947V26.947C215.578 12.072 227.65 0 242.525 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947Z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-date-range-field"><path d="M887.467 192.853H786.773v-73.386c0-10.24-6.826-17.067-17.066-17.067s-17.067 6.827-17.067 17.067v73.386H303.787v-73.386c0-10.24-6.827-17.067-17.067-17.067s-17.067 6.827-17.067 17.067v73.386H168.96c-46.08 0-85.333 37.547-85.333 85.334v558.08c0 46.08 37.546 85.333 85.333 85.333h718.507c46.08 0 85.333-37.547 85.333-85.333v-558.08c0-47.787-37.547-85.334-85.333-85.334zM168.96 226.987h100.693v66.56c0 10.24 6.827 17.066 17.067 17.066s17.067-6.826 17.067-17.066v-66.56h450.56v66.56c0 10.24 6.826 17.066 17.066 17.066s17.067-6.826 17.067-17.066v-66.56h98.987c27.306 0 51.2 22.186 51.2 51.2v88.746H117.76v-88.746c0-29.014 22.187-51.2 51.2-51.2zm718.507 660.48H168.96c-27.307 0-51.2-22.187-51.2-51.2v-435.2h820.907v435.2c0 27.306-22.187 51.2-51.2 51.2z" /><path d="M858.453 493.227H327.68c-10.24 0-17.067 6.826-17.067 17.066V624.64H194.56c-10.24 0-17.067 6.827-17.067 17.067v133.12c0 10.24 6.827 17.066 17.067 17.066H460.8c10.24 0 17.067-6.826 17.067-17.066V660.48h380.586c10.24 0 17.067-6.827 17.067-17.067v-133.12c0-10.24-6.827-17.066-17.067-17.066zM445.44 527.36v97.28h-98.987v-97.28h98.987zm-230.4 131.413h98.987v98.987H215.04v-98.987zm131.413 97.28v-97.28h98.987v97.28h-98.987zm133.12-228.693h97.28v98.987h-97.28V527.36zm131.414 0h98.986v98.987h-98.986V527.36zm230.4 97.28H742.4v-98.987h98.987v98.987z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-divider"><path d="M62.5 491.773h899v74.918h-899v-74.918z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-document"><path d="M979.478 706.382a44.522 44.522 0 0 1-11.843 57.967l-4.363 2.85L569.478 995.06l-5.388 4.764a84.013 84.013 0 0 1-43.943 17.808l-8.102.401c-19.056 0-37.31-6.545-52.046-18.254l-5.432-4.72L60.817 767.2a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zm0-222.609a44.522 44.522 0 0 1-11.843 57.968l-4.363 2.849-393.794 227.862-5.388 4.764a84.013 84.013 0 0 1-43.943 17.809l-8.102.4c-19.056 0-37.31-6.544-52.046-18.254l-5.432-4.719L60.817 544.59a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zM512 0c18.788 0 36.864 6.1 51.645 17.185l4.586 3.74 403.5 199.68 5.61 6.144c32.501 35.44 32.501 89.89 0 125.329l-5.61 6.144-403.5 199.59-4.541 3.785a86.239 86.239 0 0 1-43.676 16.83l-8.014.356c-18.788 0-36.864-6.1-51.645-17.186l-4.63-3.784L52.269 358.222l-5.61-6.144a92.739 92.739 0 0 1 0-125.329l5.61-6.144 403.456-199.68 4.585-3.74C473 7.702 488.136 1.87 503.986.356z" fill="#008df0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-drag"><path d="M574.958 267.016h-63.454 204.649L511.213 63.655 307.85 267.016h141.191V456.68H258.688v125.917H449.04V772.95h125.917V582.596h188.875V456.679H574.958V267.016zm-63.704 693.33 189.62-187.396H323.126l188.129 187.395zM71.292 518.891l187.395 189.62v-377.75L71.292 518.892zm692.54-188.13v377.75L952.708 518.89 763.833 330.762z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-file-upload-field"><path d="m676.48 72.96 209.92 211.2 9.6 23.04V928l-32 32H160l-32-32V96l32-32h494.08l22.4 8.96zM640 320h192L640 128v192zM192 128v768h640V384H608l-32-32V128H192zm512 320H320v64h384v-64zM320 576h384v64H320v-64zm384 128H320v64h384v-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-github"><path d="M512 0C229.284 0 .142 234.943.142 524.868c0 231.829 146.647 428.553 350.068 497.952 25.593 4.82 34.977-11.389 34.977-25.294 0-12.455-.469-45.47-.725-89.277-142.382 31.735-172.453-70.38-172.453-70.38-23.247-60.57-56.817-76.694-56.817-76.694-46.493-32.588 3.54-31.948 3.54-31.948 51.357 3.71 78.358 54.086 78.358 54.086 45.683 80.191 119.817 57.072 148.993 43.594 4.65-33.911 17.915-57.03 32.503-70.168-113.675-13.223-233.151-58.224-233.151-259.341 0-57.285 19.92-104.163 52.678-140.846-5.246-13.266-22.82-66.627 4.991-138.884 0 0 42.996-14.076 140.76 53.787 40.864-11.644 84.628-17.445 128.179-17.659 43.465.214 87.271 6.015 128.135 17.66 97.68-67.907 140.59-53.788 140.59-53.788 27.939 72.257 10.408 125.618 5.119 138.884 32.844 36.683 52.593 83.56 52.593 140.846 0 201.587-119.647 245.99-233.663 258.957 18.341 16.21 34.72 48.2 34.72 97.21 0 70.168-.639 126.728-.639 143.96 0 14.034 9.214 30.371 35.19 25.21 203.25-69.528 349.77-266.124 349.77-497.867C1023.858 234.943 794.674 0 512 0" fill="#3E75C3" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-grid"><path d="M819.354 921.6h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 819.2v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 460.8v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V102.4h-102.4v102.4zM921.754 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 921.754 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM563.354 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 563.354 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM204.954 0h-102.4A102.4 102.4 0 0 0 .154 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 204.954 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-html-text"><path d="m137.6 512 204.8-204.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L70.4 489.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4l227.2 227.2c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8L137.6 512zm464-339.2c-16-3.2-35.2 6.4-38.4 22.4L396.8 812.8c-3.2 16 6.4 35.2 22.4 38.4 16 3.2 35.2-6.4 38.4-22.4L624 211.2c6.4-16-3.2-35.2-22.4-38.4zm352 316.8L726.4 262.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L886.4 512 681.6 716.8c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l227.2-227.2c6.4-6.4 9.6-16 9.6-22.4 0-9.6-3.2-16-9.6-22.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-node-tree"><path d="M332.48 500.864a25.6 25.6 0 1 0 0-51.2H192.384v-184.96a115.2 115.2 0 0 0 89.6-112.128c0-63.488-51.712-115.2-115.2-115.2s-115.2 51.712-115.2 115.2a115.2 115.2 0 0 0 89.6 112.128v696.192a25.6 25.6 0 1 0 51.2 0v-141.12c2.304.192 4.48.512 6.912.512H332.48a25.6 25.6 0 1 0 0-51.2H199.296c-3.456 0-5.504-.448-6.08-.256a29.184 29.184 0 0 1-.896-8.576V500.8h140.16zM102.784 152.64c0-35.264 28.736-64 64-64s64 28.736 64 64-28.736 64-64 64-64-28.736-64-64zm818.432 207.424h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4zm486.336 140.352h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-number-field"><path d="M960 1024H64a64 64 0 0 1-64-64V64A64 64 0 0 1 64 0h896a64 64 0 0 1 64 64v896a64 64 0 0 1-64 64zm0-896a64 64 0 0 0-64-64H128a64 64 0 0 0-64 64v768a64 64 0 0 0 64 64h768a64 64 0 0 0 64-64V128zM832 768H704a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v384a64 64 0 0 1-64 64zM512 640a64 64 0 0 1 0 128H384a64 64 0 0 1-64-64V512a64 64 0 0 1 64-64h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v192a64 64 0 0 1-64 64h-64v64h64zM192 768a64 64 0 0 1-64-64V320a64 64 0 0 1 128 0v384a64 64 0 0 1-64 64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-picture-upload-field"><path d="M896 1024H128C57.312 1024 0 966.688 0 896V128C0 57.312 57.312 0 128 0h768c70.688 0 128 57.312 128 128v768c0 70.688-57.312 128-128 128zm0-64c35.328 0 64-28.672 64-64V639.968l-192-192L494.816 721.12 730.624 960H896zM64 896c0 35.328 28.672 64 64 64h512.032L318.24 638.208 64 865.952V896zm896-768c0-35.328-28.672-64-64-64H128c-35.328 0-64 28.672-64 64v650.752L320 544l129.856 131.552L768 352l192 196.096V128zM256 384c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128zm0-192c-35.328 0-64 28.672-64 64s28.672 64 64 64 64-28.672 64-64-28.672-64-64-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-radio-field"><path d="M512 65.983C266.08 65.983 65.983 266.08 65.983 512c0 245.952 200.065 446.017 446.017 446.017S958.017 757.952 958.017 512c0-245.92-200.065-446.017-446.017-446.017zm0 828.034c-210.656 0-382.017-171.392-382.017-382.017 0-210.656 171.36-382.017 382.017-382.017 210.625 0 382.017 171.36 382.017 382.017 0 210.625-171.392 382.017-382.017 382.017zM512 352C423.776 352 352 423.776 352 512s71.774 160 160 160 160-71.774 160-160-71.776-160-160-160z" /></symbol><symbol class="icon" viewBox="0 0 1069 1024" id="icon-rate-field"><path d="m633.73 378.02 9.498 18.688 20.78 2.798 206.616 27.332a11.465 11.465 0 0 1 6.61 19.473L729.966 593.665l-14.893 14.893 3.8 20.683 37.847 204.89a11.465 11.465 0 0 1-16.481 12.296l-185.55-94.58-18.687-9.493-18.487 9.992-183.24 99.35a11.465 11.465 0 0 1-16.784-11.867l32.543-205.796 3.297-20.786-15.192-14.492-151.033-143.484a11.465 11.465 0 0 1 6.1-19.64L399 402.998l20.786-3.296 9.092-18.98 89.713-188.078a11.465 11.465 0 0 1 20.569-.263l94.568 185.635zM496.647 85.52 374.89 340.501l-279.126 44.26a34.395 34.395 0 0 0-18.303 58.908l204.873 194.663-44.169 279.115a34.395 34.395 0 0 0 50.366 35.616l248.4-134.679L788.776 946.66a34.395 34.395 0 0 0 49.437-36.894l-51.306-277.854 199.731-199.909a34.395 34.395 0 0 0-19.828-58.408l-280.118-37.032L558.33 84.713a34.395 34.395 0 0 0-61.682.802z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-redo"><path d="M412.081 346.3h443.415L640.168 133.871c-18.973-18.973-18.973-46.064 0-65.038s44.325-19.884 63.381-.83l291.385 284.591c18.973 18.973 18.973 44.159 0 63.132L703.549 700.649c-18.973 18.973-44.325 18.973-63.381-.083-18.973-18.973-18.973-43.91 0-62.883l215.328-208.534H412.081c-177.3 0-314.335 138.359-314.335 309.364v44.325c0 25.354-16.074 44.325-41.425 44.325s-41.425-18.973-41.425-44.325v-44.325c0-221.709 169.181-392.213 397.185-392.213z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-rich-editor-field"><path d="M313.36 448.094H632.63v31.927H313.36v-31.927ZM313.36 583.784h223.49v31.927H313.36v-31.927ZM313.36 719.474h127.709v31.927h-127.71v-31.927ZM889.412 554.809l-39.955-39.971-39.957-39.941c-7.358-7.358-19.285-7.358-26.642 0l-329.7 329.694a14.08 14.08 0 0 0-4.592 6.873L412.078 932.86a14.158 14.158 0 0 0 3.54 14.079l.99.763.77.982a14.174 14.174 0 0 0 14.062 3.555l121.395-36.495a14.04 14.04 0 0 0 6.938-4.677l329.639-329.63c7.35-7.343 7.35-19.284 0-26.627zM541.136 889.756l-95.198 28.622 28.623-95.235 255.02-255.02 66.6 66.599-255.045 255.034zM856.112 574.78l-46.611 46.611-66.59-66.598 46.605-46.597c3.677-3.68 9.641-3.68 13.319-.016l26.892 26.892 26.384 26.394c3.68 3.68 3.68 9.65.001 13.314z" /><path d="M671.874 224.898v-28.934c0-22.004-17.905-39.909-39.909-39.909H314.026c-22.004 0-39.909 17.905-39.909 39.91v28.933h-104.43v643.564c0 35.26 28.592 63.854 63.855 63.854h127.709v-47.89H249.506c-17.632 0-31.928-14.299-31.928-31.928v-579.71h56.54v10.976c0 22.004 17.904 39.909 39.908 39.909h317.938c22.004 0 39.91-17.905 39.91-39.91V272.79h56.538V437.45h47.89V224.898H671.875zm-47.89 50.884H322.007v-71.836h301.974v71.836z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-section"><path d="M141.074 906.496h741.852c89.581 0 134.583-44.562 134.583-132.846V250.331c0-88.283-45.002-132.845-134.583-132.845H141.074c-89.143.018-134.583 44.16-134.583 132.845V773.67c0 88.704 45.44 132.845 134.583 132.845zm1.28-68.992c-42.861 0-66.852-22.71-66.852-67.291V253.806c0-44.58 23.99-67.292 66.852-67.292h739.292c42.423 0 66.852 22.711 66.852 67.292v516.388c0 44.58-24.43 67.292-66.852 67.292z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-select-field"><path d="M374.784 649.515a32 32 0 0 1 3.072 41.685l-3.115 3.584L225.28 843.947a32 32 0 0 1-37.845 5.504l-3.968-2.56-85.334-64a32 32 0 0 1 34.432-53.76l3.968 2.56 63.147 47.36 129.835-129.622a32 32 0 0 1 45.269.043zm531.37 75.818a32 32 0 0 1 4.31 63.702l-4.31.298h-448a32 32 0 0 1-4.351-63.744l4.352-.256h448zm.513-256a32 32 0 0 1 4.352 63.702l-4.352.298h-448a32 32 0 0 1-4.352-63.701l4.352-.299h448zm-531.84-331.776a32 32 0 0 1 2.986 41.686l-3.114 3.584-149.846 149.205a32 32 0 0 1-37.888 5.419l-3.925-2.56-84.907-64a32 32 0 0 1 34.518-53.675l3.968 2.56 62.72 47.275L329.6 137.472a32 32 0 0 1 45.227.085zm531.328 75.819a32 32 0 0 1 4.309 63.701l-4.31.299H459.35a32 32 0 0 1-4.352-63.744l4.352-.256h446.806z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-select-tree-field"><path d="M374.784 649.515a32 32 0 0 1 3.072 41.685l-3.115 3.584L225.28 843.947a32 32 0 0 1-37.845 5.504l-3.968-2.56-85.334-64a32 32 0 0 1 34.432-53.76l3.968 2.56 63.147 47.36 129.835-129.622a32 32 0 0 1 45.269.043zm531.37 75.818a32 32 0 0 1 4.31 63.702l-4.31.298h-448a32 32 0 0 1-4.351-63.744l4.352-.256h448zm.513-256a32 32 0 0 1 4.352 63.702l-4.352.298h-448a32 32 0 0 1-4.352-63.701l4.352-.299h448zm-531.84-331.776a32 32 0 0 1 2.986 41.686l-3.114 3.584-149.846 149.205a32 32 0 0 1-37.888 5.419l-3.925-2.56-84.907-64a32 32 0 0 1 34.518-53.675l3.968 2.56 62.72 47.275L329.6 137.472a32 32 0 0 1 45.227.085zm531.328 75.819a32 32 0 0 1 4.309 63.701l-4.31.299H459.35a32 32 0 0 1-4.352-63.744l4.352-.256h446.806z" /><path d="M224 192a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm0 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm0 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm256-480a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm0 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0ZM192 352h256M192 672h256M224 192v160m0 160v160" stroke="currentColor" stroke-width="32" fill="none" stroke-linecap="round" stroke-linejoin="round" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slider-field"><path d="M951.453 476.844H523.672a131.836 131.836 0 0 0-254.18 0H72.547v70.312h196.945a131.836 131.836 0 0 0 254.18 0h427.781z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-component"><path d="M512 102.4c-212.48 0-384 171.52-384 384s171.52 384 384 384 384-171.52 384-384-171.52-384-384-384zm25.6 716.8v-128c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v128C322.56 806.4 192 675.84 179.2 512h128c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-128C192 296.96 322.56 166.4 486.4 156.16V281.6c0 15.36 10.24 25.6 25.6 25.6s25.6-10.24 25.6-25.6V156.16C701.44 168.96 832 299.52 844.8 460.8h-128c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h128C832 675.84 701.44 806.4 537.6 819.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-field"><path d="M493.969 244.87h36.285q18.031 0 18.031 18.03v217.267q0 18.031-18.031 18.031h-36.285q-18.032 0-18.032-18.031V262.901q0-18.031 18.032-18.031ZM323.45000000000005 525.802h36.286q18.031 0 18.031 18.031v217.266q0 18.031-18.031 18.031H323.45q-18.03 0-18.03-18.03V543.832q0-18.031 18.03-18.031ZM664.2639999999999 525.802h36.286q18.03 0 18.03 18.031v217.266q0 18.031-18.03 18.031h-36.286q-18.031 0-18.031-18.03V543.832q0-18.031 18.031-18.031Z" /><path d="M827.437 122.212H196.563a74.574 74.574 0 0 0-74.35 74.351v630.874a74.574 74.574 0 0 0 74.35 74.35h630.874a74.574 74.574 0 0 0 74.35-74.35V196.563a74.574 74.574 0 0 0-74.35-74.35zm52.09 705.225a52.09 52.09 0 0 1-52.09 52.09H196.563a52.09 52.09 0 0 1-52.09-52.09V196.563a52.09 52.09 0 0 1 52.09-52.09h630.874a52.09 52.09 0 0 1 52.09 52.09z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-static-text"><path d="M213.333 160c-4.821 0-9.472.64-13.824 1.792a32 32 0 0 1-16.554-61.824C192.683 97.408 202.88 96 213.333 96h33.195a32 32 0 0 1 0 64h-33.195zm133.931-32a32 32 0 0 1 32-32h66.347a32 32 0 1 1 0 64h-66.304a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zm199.083 0a32 32 0 0 1 32-32h33.195c10.453 0 20.65 1.365 30.378 3.968a32 32 0 1 1-16.554 61.867A53.419 53.419 0 0 0 810.667 160h-33.195a32 32 0 0 1-32-32zm-606.293 32.341a32 32 0 0 1 22.613 39.168A53.461 53.461 0 0 0 160 213.333v33.195a32 32 0 0 1-64 0v-33.195c0-10.453 1.365-20.65 3.968-30.378a32 32 0 0 1 39.168-22.614zm745.685 0a32 32 0 0 1 39.168 22.614c2.56 9.728 3.968 19.925 3.968 30.378v33.195a32 32 0 0 1-64 0v-33.195c0-4.821-.64-9.472-1.792-13.824a32 32 0 0 1 22.613-39.168zM128 347.221a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zM128 546.432a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm0 199.083a32 32 0 0 1 32 32v33.152c0 10.453-1.365 20.65-3.968 30.378a32 32 0 1 1-61.867-16.554c1.195-4.352 1.835-8.96 1.835-13.824v-33.195a32 32 0 0 1 32-32zm-768 0a32 32 0 0 1 32 32v33.152c0 4.821.64 9.472 1.792 13.824a32 32 0 0 1-61.824 16.512A117.461 117.461 0 0 1 96 810.667v-33.195a32 32 0 0 1 32-32zm32.341 139.392a32 32 0 0 1 39.168-22.656 53.814 53.814 0 0 0 13.824 1.792h33.195a32 32 0 0 1 0 64h-33.195c-10.453 0-20.65-1.366-30.378-3.968a32 32 0 0 1-22.614-39.168zm703.318 0a32 32 0 0 1-22.614 39.168c-9.728 2.56-19.925 3.968-30.378 3.968h-33.195a32 32 0 0 1 0-64h33.195c4.821 0 9.472-.64 13.824-1.792a32 32 0 0 1 39.168 22.613zM347.307 896a32 32 0 0 1 32-32h66.346a32 32 0 1 1 0 64h-66.346a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zM341.333 352a32 32 0 0 0 0 64H480v266.667a32 32 0 0 0 64 0V416h138.667a32 32 0 0 0 0-64H341.333z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-sub-form"><path d="M512 106.667H112a5.333 5.333 0 0 0-5.333 5.333v800a5.333 5.333 0 0 0 5.333 5.333h800a5.333 5.333 0 0 0 5.333-5.333V112a5.333 5.333 0 0 0-5.333-5.333zm0 74.666h325.333a5.333 5.333 0 0 1 5.334 5.334v160a5.333 5.333 0 0 1-5.334 5.333H186.667a5.333 5.333 0 0 1-5.334-5.333v-160a5.333 5.333 0 0 1 5.334-5.334zM597.333 432v405.333a5.333 5.333 0 0 1-5.333 5.334H432a5.333 5.333 0 0 1-5.333-5.334V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.333 5.333zm-410.666-5.333h160A5.333 5.333 0 0 1 352 432v405.333a5.333 5.333 0 0 1-5.333 5.334h-160a5.333 5.333 0 0 1-5.334-5.334V432a5.333 5.333 0 0 1 5.334-5.333zM672 837.333V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.334 5.333v405.333a5.333 5.333 0 0 1-5.334 5.334h-160a5.333 5.333 0 0 1-5.333-5.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-switch-field"><path d="M692 792H332C182 792 62 672 62 522s120-270 270-270h360c150 0 270 120 270 270 0 147-120 270-270 270zM332 312c-117 0-210 93-210 210s93 210 210 210h360c117 0 210-93 210-210s-93-210-210-210H332z" /><path d="M191 522a150 150 0 1 0 300 0 150 150 0 1 0-300 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-tab"><path d="M908.8 1005.44H115.2A101.76 101.76 0 0 1 14.08 903.68V110.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" /><path d="M977.92 299.52a32.64 32.64 0 0 1-32-32v-87.04a37.12 37.12 0 0 0-37.12-37.76H421.12a32 32 0 0 1-32-32 32 32 0 0 1 32-32H908.8a101.76 101.76 0 0 1 101.12 101.76v87.04a32 32 0 0 1-32 32z" /><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" /><path d="M699.52 299.52a32 32 0 0 1-32-32v-156.8a32 32 0 0 1 64 0v156.8a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-table"><path d="M925.586 0H101.369C69.885 0 42.24 28.924 42.24 62.328v902.8c0 33.403 27.645 58.872 59.129 58.872h824.217c31.484 0 56.057-25.469 56.057-58.873V62.328C981.643 28.924 957.198 0 925.586 0zM373.719 735.908V543.932h276.445v191.976zm276.445 42.235v203.494H373.719V778.143zm287.964-276.446h-244.45V298.203h244.45zm-287.964 0H373.719V298.203h276.445zm-319.96 0H85.754V298.203h244.45zm-244.45 42.235h244.45v191.976H85.754zm607.925 0h244.449v191.976h-244.45zM101.369 42.235h824.217c7.807 0 12.542 10.366 12.542 20.093v193.64H85.755V62.328c0-9.727 7.807-20.093 15.614-20.093zM85.755 964.999V778.143h244.449v203.494H101.369c-7.807 0-15.614-6.91-15.614-16.51zm839.83 16.638H693.68V778.143h244.449v186.856c0 9.727-4.607 16.638-12.542 16.638z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-text-field"><path d="M896 224H128c-35.2 0-64 28.8-64 64v448c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V288c0-35.2-28.8-64-64-64zm0 480c0 19.2-12.8 32-32 32H160c-19.2 0-32-12.8-32-32V320c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32v384z" /><path d="M224 352c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V384c0-16-12.8-32-32-32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-textarea-field"><path d="M896.4 173.1H128.9c-35.2 0-49 13.8-49 49v575.6c0 35.2 13.8 49 49 49h767.5c35.2 0 49-13.8 49-49V222.1c0-35.2-13.8-49-49-49zm0 592.6c0 16-12.8 32-32 32H160.9c-19.2 0-32-12.8-32-32V254.1c0-16 12.8-32 32-32h703.5c19.2 0 32 12.8 32 32v511.6z" /><path d="M710.2 766.7h141.5c8.1 0 14.7-6.6 14.7-14.7V610.4c0-1.3-1.6-2-2.6-1.1L709.1 764.1c-1 1-.3 2.6 1.1 2.6zm-503-172.4h-13.5c-10 0-18.2-8.2-18.2-18.2V291.8c0-10.2 8.4-18.6 18.6-18.6h12.8c10.2 0 18.6 8.4 18.6 18.6v284.3c-.1 10-8.3 18.2-18.3 18.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-field"><path d="M512 39.385A472.615 472.615 0 1 0 984.615 512 472.615 472.615 0 0 0 512 39.385zm0 866.461A393.846 393.846 0 1 1 905.846 512 393.846 393.846 0 0 1 512 905.846zm75.855-373.72A77.154 77.154 0 0 0 590.769 512a78.454 78.454 0 0 0-39.384-67.86V196.923a39.385 39.385 0 0 0-78.77 0V444.14a78.336 78.336 0 0 0 59.55 143.715l70.144 70.144a39.385 39.385 0 0 0 55.69-55.69zM512 551.385A39.385 39.385 0 1 1 551.385 512 39.385 39.385 0 0 1 512 551.385zm315.077-78.77A39.385 39.385 0 1 0 866.462 512a39.385 39.385 0 0 0-39.385-39.385zm-630.154 0A39.385 39.385 0 1 0 236.308 512a39.385 39.385 0 0 0-39.385-39.385zm509.991 234.3a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69 0zM317.007 317.006a39.385 39.385 0 1 0-55.73 0 39.385 39.385 0 0 0 55.809.04zM512 787.692a39.385 39.385 0 1 0 39.385 39.385A39.385 39.385 0 0 0 512 787.692zm-250.604-80.778a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.039zm445.518-445.518a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.04z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-range-field"><path d="M498.596 482.29H345.42v57.308h210.478V274.197h-57.301V482.29zm79.089 162.695h379.88v57.302h-379.88v-57.302zm0 128.78h379.88v57.307h-379.88v-57.307zm0 128.785h379.88v57.307h-379.88V902.55zm0 0" /><path d="M102.523 382.29a28.668 28.668 0 0 0 23.367 2.56l190.81-61.886c15.053-4.883 23.298-21.04 18.415-36.09-4.882-15.052-21.04-23.297-36.093-18.415l-123.346 40c15.994-26.117 35.17-50.538 57.37-72.745 73.768-73.767 171.847-114.388 276.169-114.388 104.32 0 202.395 40.622 276.161 114.388S899.77 407.56 899.77 511.882c0 26.428-2.616 52.45-7.71 77.78h58.303c4.465-25.499 6.709-51.47 6.709-77.78 0-60.45-11.846-119.102-35.205-174.336-22.56-53.335-54.85-101.227-95.969-142.35-41.122-41.122-89.017-73.408-142.348-95.968-55.233-23.361-113.89-35.207-174.334-35.207-60.45 0-119.107 11.846-174.337 35.208-53.335 22.56-101.23 54.846-142.35 95.969-23.98 23.98-44.933 50.278-62.727 78.6l-20.738-105.654c-3.043-15.528-18.105-25.642-33.632-22.6-15.528 3.048-25.643 18.105-22.6 33.637l36.103 183.932a28.666 28.666 0 0 0 13.588 19.178zm23.497 205.652H67.768c5.76 33.679 15.368 66.544 28.79 98.278 22.56 53.334 54.85 101.225 95.972 142.348 41.123 41.123 89.014 73.409 142.349 95.969 54.112 22.888 111.518 34.711 170.668 35.182v-57.324c-102.95-.941-199.595-41.446-272.5-114.349-55.501-55.502-92.237-124.77-107.027-200.104zm0 0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-undo"><path d="M609.206 396.656H193.504l201.87-199.152c17.787-17.787 17.787-43.185 0-60.973s-41.555-18.641-59.42-.778L62.857 402.557c-17.787 17.787-17.787 41.399 0 59.186L336.03 728.858c17.787 17.787 41.555 17.787 59.42-.078 17.787-17.787 17.787-41.166 0-58.953L193.502 474.326h415.702c166.219 0 311.155 129.712 311.155 290.029v41.555c0 23.769 15.069 41.555 38.836 41.555s38.836-17.787 38.836-41.555v-41.555c0-207.852-175.073-367.7-388.828-367.7z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-vue-sfc"><path d="M454.138 11.176 54.066 174.092c-72.088 29.49-72.088 120.523 0 150.014l400.276 162.916c36.454 14.95 78.847 14.95 115.506 0l400.071-162.814c72.191-29.593 72.089-120.83-.307-150.116L569.746 11.278a155.339 155.339 0 0 0-115.608-.205zm469.19 237.872L532.37 408.585l-7.885 2.457a55.09 55.09 0 0 1-32.562-2.457L100.35 249.048l391.265-159.23a55.09 55.09 0 0 1 40.447 0l391.162 159.23z" fill="#1890FF" /><path d="M498.681 729.911c-20.275 0-40.652-3.788-59.391-11.673L53.76 561.26C20.48 547.847 0 519.89 0 488.558c0-31.436 20.582-59.391 53.862-72.703l36.556-15.053c21.401-8.806 47.103-1.024 57.24 17.408 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.229-4.71 3.584-4.71 6.45 0 3.073 1.536 5.12 4.71 6.452l385.326 156.875c14.336 5.939 30.924 5.939 45.362 0L906.74 495.009c3.072-1.229 4.915-3.584 4.915-6.451 0-3.072-1.536-5.222-4.607-6.451l-44.851-18.227c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.329 35.84-26.214 57.24-17.407l44.851 18.431c33.177 13.517 53.76 41.267 53.76 72.703 0 31.334-20.48 59.391-53.76 72.703L558.482 718.238a161.585 161.585 0 0 1-59.801 11.673z" fill="#5DE1C8" /><path d="M498.681 966.247c-20.275 0-40.652-3.89-59.391-11.673L53.76 797.597C20.48 784.08 0 756.227 0 724.997c0-31.437 20.582-59.494 53.862-72.806l36.556-14.95c21.401-8.807 47.103-1.024 57.24 17.407 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.126-4.71 3.584-4.71 6.451 0 3.072 1.536 5.12 4.71 6.349l385.326 156.977c14.336 5.939 30.924 5.939 45.362 0L906.74 731.14c3.072-1.126 4.915-3.584 4.915-6.349 0-3.072-1.536-5.324-4.607-6.45l-44.851-18.33c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.431 35.84-26.214 57.24-17.407l44.851 18.329c33.177 13.517 53.76 41.369 53.76 72.703 0 31.436-20.48 59.494-53.76 72.805l-385.428 157.08a161.585 161.585 0 0 1-59.801 11.673z" fill="#FF7272" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-search"><path d="M863.3 641.94A416.1 416.1 0 0 0 96.7 318.06a416.1 416.1 0 0 0 766.6 323.88zM480 832a352 352 0 1 1 248.9-103.1A349.69 349.69 0 0 1 480 832z" /><path d="m950.63 841.37-96-96a32 32 0 0 0-45.25 45.25l96 96a13.25 13.25 0 1 1-18.75 18.75l-96-96a32 32 0 0 0-45.25 45.25l96 96a77.25 77.25 0 1 0 109.25-109.25z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-arrow-down"><path d="M512 714.667c-8.533 0-17.067-2.134-23.467-8.534L147.2 364.8c-12.8-12.8-12.8-32 0-44.8 12.8-12.8 32-12.8 44.8 0l320 317.867 317.867-320c12.8-12.8 32-12.8 44.8 0 12.8 12.8 12.8 32 0 44.8L533.333 704c-4.266 8.533-12.8 10.667-21.333 10.667z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-back"><path fill="currentColor" d="M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z" /><path fill="currentColor" d="m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-check"><path fill="currentColor" d="M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-clone"><path d="M774.144 839.68c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H184.32c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V380.928c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4v65.536c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08V839.68c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h458.752c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08h65.536zM380.928 118.784c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v458.752c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456H839.68c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V184.32c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H380.928zm0-65.536H839.68c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v458.752c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H380.928c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V184.32c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-delete"><path fill="currentColor" d="M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-download"><path d="M896 672c-17.067 0-32 14.933-32 32v128c0 6.4-4.267 10.667-10.667 10.667H170.667c-6.4 0-10.667-4.267-10.667-10.667V704c0-17.067-14.933-32-32-32s-32 14.933-32 32v128c0 40.533 34.133 74.667 74.667 74.667h682.666C893.867 906.667 928 872.533 928 832V704c0-17.067-14.933-32-32-32z" /><path d="M488.533 727.467c6.4 6.4 14.934 8.533 23.467 8.533s17.067-2.133 23.467-8.533L748.8 514.133c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L546.133 627.2V170.667c0-17.067-14.933-32-32-32S480 153.6 480 170.667V627.2L322.133 469.333c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l211.2 213.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-drag-move"><path d="M909.3 506.3 781.7 405.6c-4.7-3.7-11.7-.4-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7c-2.9-3.7-8.5-3.7-11.3 0L405.6 242.3c-3.7 4.7-.4 11.7 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3c-3.7 2.9-3.7 8.5 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.7-2.9 3.7-8.5.1-11.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-form-template"><path d="M298.667 981.333A85.333 85.333 0 0 1 213.333 896V128a85.333 85.333 0 0 1 85.334-85.333h426.666A85.333 85.333 0 0 1 810.667 128v768a85.333 85.333 0 0 1-85.334 85.333zm0-832v725.334A21.333 21.333 0 0 0 320 896h384a21.333 21.333 0 0 0 21.333-21.333V149.333A21.333 21.333 0 0 0 704 128H320a21.333 21.333 0 0 0-21.333 21.333zm640 618.667V256a42.667 42.667 0 0 1 42.666-42.667A42.667 42.667 0 0 1 1024 256v512a42.667 42.667 0 0 1-42.667 42.667A42.667 42.667 0 0 1 938.667 768zM0 768V256a42.667 42.667 0 0 1 42.667-42.667A42.667 42.667 0 0 1 85.333 256v512a42.667 42.667 0 0 1-42.666 42.667A42.667 42.667 0 0 1 0 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-hide"><path d="M956.8 496c-41.6-70.4-99.2-147.2-176-204.8l105.6-105.6c12.8-12.8 12.8-32 0-44.8s-32-12.8-44.8 0L726.4 256C665.6 214.4 592 192 512 192c-214.4 0-358.4 166.4-444.8 304-6.4 9.6-6.4 22.4 0 32 41.6 70.4 102.4 147.2 176 204.8L134.4 841.6c-12.8 12.8-12.8 32 0 44.8 9.6 6.4 16 9.6 25.6 9.6s16-3.2 22.4-9.6l115.2-115.2C358.4 809.6 432 832 512 832c185.6 0 374.4-128 444.8-307.2 3.2-9.6 3.2-19.2 0-28.8zm-822.4 16C211.2 390.4 336 256 512 256c60.8 0 118.4 16 166.4 44.8l-80 80C576 361.6 544 352 512 352c-89.6 0-160 70.4-160 160 0 32 9.6 64 25.6 89.6L288 691.2C224 640 172.8 572.8 134.4 512zm473.6 0c0 54.4-41.6 96-96 96-16 0-28.8-3.2-41.6-9.6l128-128c6.4 12.8 9.6 25.6 9.6 41.6zm-192 0c0-54.4 41.6-96 96-96 16 0 28.8 3.2 41.6 9.6l-128 128c-6.4-12.8-9.6-25.6-9.6-41.6zm96 256c-60.8 0-118.4-16-166.4-44.8l80-80C448 662.4 480 672 512 672c89.6 0 160-70.4 160-160 0-32-9.6-64-25.6-89.6l89.6-89.6C803.2 384 854.4 451.2 892.8 512 825.6 659.2 665.6 768 512 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-info"><path d="M512.001 928.997c230.524 0 418.076-187.552 418.075-418.077 0-230.527-187.552-418.077-418.075-418.077S93.924 280.393 93.924 510.92c0 230.525 187.552 418.077 418.077 418.077zM512 301.88c28.86 0 52.26 23.399 52.26 52.263 0 28.858-23.399 52.257-52.26 52.257s-52.26-23.399-52.26-52.257c0-28.863 23.399-52.263 52.26-52.263zm-52.26 209.042c0-28.86 23.399-52.26 52.26-52.26s52.26 23.399 52.26 52.26v156.775c0 28.86-23.399 52.26-52.26 52.26s-52.26-23.399-52.26-52.26V510.922z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-column"><path d="M653.184 713.6c12.864-12.864 33.6-12.864 46.528 0 6.4 6.4 3.776 14.72 3.776 23.232a32.675 32.675 0 0 1-9.6 23.104L569.92 886.4c-.128.128-.32.192-.512.32-2.88 2.88-9.536 5.184-13.312 6.784-3.456 1.344-.64 1.856-4.096 2.112-.768 0-1.344.384-2.048.384-.512 0-.896-.256-1.344-.256-3.84-.192-5.76-.896-9.344-2.24-3.264-1.344-6.016-3.52-8.64-5.76-.64-.512-1.472-.768-2.048-1.344L391.232 760c-12.864-12.736-6.976-33.6 5.888-46.4 12.8-12.864 33.6-12.864 46.464 0l105.472 100.352L653.184 713.6zM384 64v576h320V64H384zM128 704v256H64V640h256v320h-62.976L256 704H128m704 0v256h-64V640h256v320h-62.976L960 704H832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-row"><path d="M310.336 653.184c12.864 12.864 12.864 33.6 0 46.528-6.4 6.4-14.72 3.776-23.168 3.776s-16.832-3.264-23.168-9.6L137.6 569.92c-.128-.128-.192-.32-.256-.512-2.88-2.816-5.248-9.536-6.848-13.312-1.344-3.392-1.856-.576-2.112-4.096 0-.768-.384-1.344-.384-2.048 0-.512.256-.896.256-1.344.192-3.84.896-5.76 2.24-9.344 1.344-3.264 3.52-6.016 5.76-8.64.512-.704.768-1.536 1.344-2.112l126.336-137.344c12.8-12.864 33.6-6.976 46.4 5.888 12.864 12.8 12.864 33.6 0 46.464L210.048 548.992l100.288 104.192zM960 384H384v320h576V384zM320 128H64V64h320v256H64v-62.976L320 256V128m0 704H64v-64h320v256H64v-62.976L320 960V832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-menu"><path d="M844.8 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zM435.2 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-down"><path d="M898.133 512c-12.8-12.8-32-12.8-44.8-2.133L544 800V149.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V800L170.667 509.867c-12.8-12.8-34.134-10.667-44.8 2.133-12.8 12.8-10.667 34.133 2.133 44.8l362.667 341.333c2.133 2.134 6.4 4.267 8.533 6.4 4.267 2.134 6.4 2.134 10.667 2.134s8.533 0 10.666-2.134c4.267-2.133 6.4-4.266 8.534-6.4L891.733 556.8c17.067-12.8 19.2-32 6.4-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-up"><path d="M896 467.2 533.333 125.867c-2.133-2.134-6.4-4.267-8.533-6.4-4.267-2.134-6.4-2.134-10.667-2.134s-8.533 0-10.666 2.134c-4.267 2.133-6.4 4.266-8.534 6.4L132.267 467.2c-12.8 12.8-12.8 32-2.134 44.8 12.8 12.8 32 12.8 44.8 2.133L484.267 224v650.667c0 17.066 14.933 32 32 32s32-14.934 32-32V224l305.066 290.133c6.4 6.4 14.934 8.534 21.334 8.534 8.533 0 17.066-4.267 23.466-10.667 12.8-12.8 10.667-32-2.133-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-plus"><path d="M554.667 213.333h-85.334v256h-256v85.334h256v256h85.334v-256h256v-85.334h-256z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-set-up"><path d="M217.088 151.552c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v589.824c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h589.824c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V217.088c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H217.088zm0-65.536h589.824c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v589.824c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H217.088c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V217.088c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4zm163.84 327.68c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm98.304-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H479.232c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768zm163.84 425.984c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm-360.448-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H282.624c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-view"><path fill="currentColor" d="M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-zoom-in"><path fill="currentColor" d="m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z" /></symbol>',p.insertBefore(e,p.firstChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",s):s()}var iconfont="",index="";function registerCPEditor(s,p,e,g){s.component(e,g)}function registerAPEditor(s,p,e,g){s.component(e,g)}function registerEPEditor(s,p,e,g){s.component(e,g)}function _isSlot(s){return typeof s=="function"||Object.prototype.toString.call(s)==="[object Object]"&&!vue.isVNode(s)}const createInputTextEditor=function(s,p){return{props:{optionModel:Object},render(e){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-input"),{type:"text",modelValue:this.optionModel[s],"onUpdate:modelValue":g=>this.optionModel[s]=g},null)]})}}},createTextareaEditor=function(s,p,e={}){return{props:{optionModel:Object},render(g){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-input"),{type:"textarea",modelValue:this.optionModel[s],"onUpdate:modelValue":_=>this.optionModel[s]=_,rows:e.rows||4,autosize:e.autosize||!1},null)]})}}},createInputNumberEditor=function(s,p){return{props:{optionModel:Object},methods:{updateValue(e){e==null||isNaN(e)?this.optionModel[s]=null:this.optionModel[s]=Number(e)}},render(e){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-input-number"),{type:"text",modelValue:this.optionModel[s],"onUpdate:modelValue":g=>this.optionModel[s]=g,onChange:this.updateValue,style:"width: 100%"},null)]})}}},createBooleanEditor=function(s,p){return{props:{optionModel:Object},render(e){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-switch"),{modelValue:this.optionModel[s],"onUpdate:modelValue":g=>this.optionModel[s]=g},null)]})}}},createRadioButtonGroupEditor=function(s,p,e){return{props:{optionModel:Object},render(g){let _;return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-radio-group"),{modelValue:this.optionModel[s],"onUpdate:modelValue":b=>this.optionModel[s]=b},_isSlot(_=e.optionItems.map(b=>vue.createVNode(vue.resolveComponent("el-radio-button"),{label:b.value},{default:()=>[b.label]})))?_:{default:()=>[_]})]})}}},createSelectEditor=function(s,p,e){return{props:{optionModel:Object},render(g){let _;return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-select"),{modelValue:this.optionModel[s],"onUpdate:modelValue":b=>this.optionModel[s]=b},_isSlot(_=e.optionItems.map(b=>vue.createVNode(vue.resolveComponent("el-option"),{label:b.label,value:b.value},null)))?_:{default:()=>[_]})]})}}},createEventHandlerEditor=function(s,p){return{props:{optionModel:Object},mixins:[emitter],methods:{editEventHandler(){this.dispatch("SettingPanel","editEventHandler",[s,[...p]])}},render(e){let g;return vue.createVNode(vue.resolveComponent("el-form-item"),{label:s,"label-width":"150px"},{default:()=>[vue.createVNode(vue.resolveComponent("el-button"),{type:"info",icon:"el-icon-edit",plain:!0,round:!0,onClick:this.editEventHandler},_isSlot(g=translate("designer.setting.addEventHandler"))?g:{default:()=>[g]})]})}}};var containerMixin={inject:["getFormConfig","getGlobalDsv"],computed:{formConfig(){return this.getFormConfig()}},methods:{appendTableRow(s){this.designer.appendTableRow(s)},appendTableCol(s){this.designer.appendTableCol(s)},onContainerDragAdd(s,p){const e=s.newIndex;p[e]&&this.designer.setSelected(p[e]),this.designer.emitHistoryChange()},onContainerDragUpdate(){this.designer.emitHistoryChange()},checkContainerMove(s){return this.designer.checkWidgetMove(s)},selectWidget(s){this.designer.setSelected(s)},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},cloneContainer(s){if(this.parentList){let p=this.designer.cloneContainer(s);this.parentList.splice(this.indexOfParentList+1,0,p),this.designer.setSelected(p),this.designer.emitHistoryChange()}},removeWidget(){if(this.parentList){const s=this.designer.selectedWidgetName;let p=null;this.parentList.length===1?this.parentWidget&&(p=this.parentWidget):this.parentList.length===1+this.indexOfParentList?p=this.parentList[this.indexOfParentList-1]:p=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.setSelected(p),this.designer.formWidget.deleteWidgetRef(s),this.designer.emitHistoryChange()})}},setWidgetOption(s,p){this.widget.options.hasOwnProperty(s)&&(this.widget.options[s]=p)}}},containerWrapper_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$x={name:"container-wrapper",mixins:[i18n$1,containerMixin],components:{SvgIcon},props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{customClass(){return this.widget.options.customClass?this.widget.options.customClass.join(" "):""}}},_hoisted_1$q={key:0,class:"container-action"},_hoisted_2$j=["title"],_hoisted_3$g=["title"],_hoisted_4$d=["title"],_hoisted_5$b=["title"],_hoisted_6$b=["title"],_hoisted_7$9=["title"],_hoisted_8$6=["title"],_hoisted_9$5={key:1,class:"drag-handler"},_hoisted_10$3=["title"],_hoisted_11$1={key:0};function _sfc_render$x(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon");return vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["container-wrapper",[b.customClass]])},[vue.renderSlot(s.$slots,"default",{},void 0,!0),e.designer.selectedId===e.widget.id&&!e.widget.internal?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1$q,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.selectParentWidget"),onClick:p[0]||(p[0]=vue.withModifiers(x=>s.selectParentWidget(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-back"})],8,_hoisted_2$j),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:0,title:s.i18nt("designer.hint.moveUpWidget"),onClick:p[1]||(p[1]=vue.withModifiers(x=>s.moveUpWidget(),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-up"})],8,_hoisted_3$g)):vue.createCommentVNode("",!0),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:1,title:s.i18nt("designer.hint.moveDownWidget"),onClick:p[2]||(p[2]=vue.withModifiers(x=>s.moveDownWidget(),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-down"})],8,_hoisted_4$d)):vue.createCommentVNode("",!0),e.widget.type==="table"?(vue.openBlock(),vue.createElementBlock("i",{key:2,title:s.i18nt("designer.hint.insertRow"),onClick:p[3]||(p[3]=vue.withModifiers(x=>s.appendTableRow(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-insert-row"})],8,_hoisted_5$b)):vue.createCommentVNode("",!0),e.widget.type==="table"?(vue.openBlock(),vue.createElementBlock("i",{key:3,title:s.i18nt("designer.hint.insertColumn"),onClick:p[4]||(p[4]=vue.withModifiers(x=>s.appendTableCol(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-insert-column"})],8,_hoisted_6$b)):vue.createCommentVNode("",!0),e.widget.type==="grid"||e.widget.type==="table"?(vue.openBlock(),vue.createElementBlock("i",{key:4,title:s.i18nt("designer.hint.cloneWidget"),onClick:p[5]||(p[5]=vue.withModifiers(x=>s.cloneContainer(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-clone"})],8,_hoisted_7$9)):vue.createCommentVNode("",!0),vue.createElementVNode("i",{title:s.i18nt("designer.hint.remove"),onClick:p[6]||(p[6]=vue.withModifiers((...x)=>s.removeWidget&&s.removeWidget(...x),["stop"]))},[vue.createVNode(A,{"icon-class":"el-delete"})],8,_hoisted_8$6)])):vue.createCommentVNode("",!0),e.designer.selectedId===e.widget.id&&!e.widget.internal?(vue.openBlock(),vue.createElementBlock("div",_hoisted_9$5,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.dragHandler")},[vue.createVNode(A,{"icon-class":"el-drag-move"})],8,_hoisted_10$3),vue.createElementVNode("i",null,vue.toDisplayString(s.i18n2t(`designer.widgetLabel.${e.widget.type}`,`extension.widgetLabel.${e.widget.type}`)),1),e.widget.options.hidden===!0?(vue.openBlock(),vue.createElementBlock("i",_hoisted_11$1,[vue.createVNode(A,{"icon-class":"el-hide"})])):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0)],2)}var ContainerWrapper=_export_sfc$1(_sfc_main$x,[["render",_sfc_render$x],["__scopeId","data-v-679de05a"]]),__glob_0_0=Object.freeze(Object.defineProperty({__proto__:null,default:ContainerWrapper},Symbol.toStringTag,{value:"Module"})),refMixinDesign={methods:{initRefList(){this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name&&(this.refList[this.widget.options.name]=this)},getWidgetRef(s,p){let e=this.refList[s];return!e&&!!p&&this.$message.error(this.i18nt("render.hint.refNotFound")+s),e},registerToRefList(s){this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name&&(s&&delete this.refList[s],this.refList[this.widget.options.name]=this)}}},cardWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$w={name:"card-widget",componentName:"ContainerWidget",mixins:[i18n$1,containerMixin,refMixinDesign],inject:["refList"],components:st(De({ContainerWrapper},comps),{ArrowDownBold:arrowDownBold}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{checkContainerMove(s){return!0},toggleCard(){this.widget.options.folded=!this.widget.options.folded},setFolded(s){this.widget.options.folded=!!s}}},_hoisted_1$p={class:"label"},_hoisted_2$i={class:"form-widget-list"};function _sfc_render$w(s,p,e,g,_,b){const A=vue.resolveComponent("ArrowDownBold"),x=vue.resolveComponent("el-icon"),d=vue.resolveComponent("draggable"),u=vue.resolveComponent("el-card"),i=vue.resolveComponent("container-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,widget:e.widget,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList},{default:vue.withCtx(()=>[(vue.openBlock(),vue.createBlock(u,{key:e.widget.id,class:vue.normalizeClass(["card-container",[b.selected?"selected":"",e.widget.options.folded?"folded":"",b.customClass]]),onClick:p[2]||(p[2]=vue.withModifiers(o=>s.selectWidget(e.widget),["stop"])),shadow:e.widget.options.shadow},{header:vue.withCtx(()=>[vue.createElementVNode("div",{onClick:p[0]||(p[0]=(...o)=>b.toggleCard&&b.toggleCard(...o)),class:"clear-fix"},[e.widget.options.showFold?(vue.openBlock(),vue.createBlock(x,{key:0,class:vue.normalizeClass([e.widget.options.folded&&"rotated-icon","mr-6px","font-10px"])},{default:vue.withCtx(()=>[vue.createVNode(A)]),_:1},8,["class"])):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_1$p,vue.toDisplayString(e.widget.options.label),1)])]),default:vue.withCtx(()=>[vue.createVNode(d,vue.mergeProps({list:e.widget.widgetList,"item-key":"id"},{group:"dragGroup",ghostClass:"ghost",animation:200},{handle:".drag-handler",tag:"transition-group","component-data":{name:"fade"},onAdd:p[1]||(p[1]=o=>s.onContainerDragAdd(o,e.widget.widgetList)),onUpdate:s.onContainerDragUpdate,move:b.checkContainerMove}),{item:vue.withCtx(({element:o,index:t})=>[vue.createElementVNode("div",_hoisted_2$i,[o.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(o.type+"-widget"),{widget:o,designer:e.designer,key:o.id,"parent-list":e.widget.widgetList,"index-of-parent-list":t,"parent-widget":e.widget},null,8,["widget","designer","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(o.type+"-widget"),{field:o,designer:e.designer,key:o.id,"parent-list":e.widget.widgetList,"index-of-parent-list":t,"parent-widget":e.widget,"design-state":!0},null,8,["field","designer","parent-list","index-of-parent-list","parent-widget"]))])]),_:1},16,["list","onUpdate","move"])]),_:1},8,["shadow","class"]))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var CardWidget=_export_sfc$1(_sfc_main$w,[["render",_sfc_render$w],["__scopeId","data-v-2c3be1b8"]]),cardItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$v={name:"card-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:st(De({ContainerItemWrapper},comps),{ArrowDownBold:arrowDownBold}),props:{widget:Object},inject:["refList","sfRefList","globalModel"],computed:{customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},beforeUnmount(){this.unregisterFromRefList()},methods:{toggleCard(){this.widget.options.folded=!this.widget.options.folded}}},_hoisted_1$o={class:"label"};function _sfc_render$v(s,p,e,g,_,b){const A=vue.resolveComponent("ArrowDownBold"),x=vue.resolveComponent("el-icon"),d=vue.resolveComponent("el-card"),u=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(u,{widget:e.widget},{default:vue.withCtx(()=>[vue.withDirectives((vue.openBlock(),vue.createBlock(d,{key:e.widget.id,class:vue.normalizeClass(["card-container",[e.widget.options.folded?"folded":"",b.customClass]]),ref:e.widget.id,shadow:e.widget.options.shadow},{header:vue.withCtx(()=>[vue.createElementVNode("div",{onClick:p[0]||(p[0]=(...i)=>b.toggleCard&&b.toggleCard(...i)),class:"clear-fix"},[e.widget.options.showFold?(vue.openBlock(),vue.createBlock(x,{key:0,class:vue.normalizeClass([e.widget.options.folded&&"rotated-icon","mr-6px","font-10px"])},{default:vue.withCtx(()=>[vue.createVNode(A)]),_:1},8,["class"])):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_1$o,vue.toDisplayString(e.widget.options.label),1)])]),default:vue.withCtx(()=>[!!e.widget.widgetList&&e.widget.widgetList.length>0?(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,{key:0},vue.renderList(e.widget.widgetList,(i,o)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[i.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(i)),{widget:i,key:o,"parent-list":e.widget.widgetList,"index-of-parent-list":o,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),t=>({name:t,fn:vue.withCtx(n=>[vue.renderSlot(s.$slots,t,vue.mergeProps({ref_for:!0},n),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(i.type+"-widget"),{field:i,designer:null,key:o,"parent-list":e.widget.widgetList,"index-of-parent-list":o,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),t=>({name:t,fn:vue.withCtx(n=>[vue.renderSlot(s.$slots,t,vue.mergeProps({ref_for:!0},n),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256)):vue.createCommentVNode("",!0)]),_:3},8,["class","shadow"])),[[vue.vShow,!e.widget.options.hidden]])]),_:3},8,["widget"])}var CardItem=_export_sfc$1(_sfc_main$v,[["render",_sfc_render$v],["__scopeId","data-v-2f0daae4"]]);const ACE_BASE_PATH="https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini",_sfc_main$u={name:"alert-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper},created(){this.registerToRefList(),this.initEventHandler()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleCloseCustomEvent(){this.field.options.onClose&&new Function(this.field.options.onClose).call(this)}}};function _sfc_render$u(s,p,e,g,_,b){const A=vue.resolveComponent("el-alert"),x=vue.resolveComponent("static-content-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",title:e.field.options.title,type:e.field.options.type,description:e.field.options.description,closable:e.field.options.closable,center:e.field.options.center,"close-text":e.field.options.closeText,"show-icon":e.field.options.showIcon,effect:e.field.options.effect,onClose:b.handleCloseCustomEvent},null,8,["title","type","description","closable","center","close-text","show-icon","effect","onClose"])]),_:1},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AlertWidget=_export_sfc$1(_sfc_main$u,[["render",_sfc_render$u]]),cryptoJs={exports:{}},core={exports:{}};(function(s,p){(function(e,g){s.exports=g()})(commonjsGlobal,function(){var e=e||function(g,_){var b;if(typeof window!="undefined"&&window.crypto&&(b=window.crypto),typeof self!="undefined"&&self.crypto&&(b=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(b=globalThis.crypto),!b&&typeof window!="undefined"&&window.msCrypto&&(b=window.msCrypto),!b&&typeof commonjsGlobal!="undefined"&&commonjsGlobal.crypto&&(b=commonjsGlobal.crypto),!b&&typeof commonjsRequire=="function")try{b=require("crypto")}catch{}var A=function(){if(b){if(typeof b.getRandomValues=="function")try{return b.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof b.randomBytes=="function")try{return b.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},x=Object.create||function(){function f(){}return function(C){var m;return f.prototype=C,m=new f,f.prototype=null,m}}(),d={},u=d.lib={},i=u.Base=function(){return{extend:function(f){var C=x(this);return f&&C.mixIn(f),(!C.hasOwnProperty("init")||this.init===C.init)&&(C.init=function(){C.$super.init.apply(this,arguments)}),C.init.prototype=C,C.$super=this,C},create:function(){var f=this.extend();return f.init.apply(f,arguments),f},init:function(){},mixIn:function(f){for(var C in f)f.hasOwnProperty(C)&&(this[C]=f[C]);f.hasOwnProperty("toString")&&(this.toString=f.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),o=u.WordArray=i.extend({init:function(f,C){f=this.words=f||[],C!=_?this.sigBytes=C:this.sigBytes=f.length*4},toString:function(f){return(f||n).stringify(this)},concat:function(f){var C=this.words,m=f.words,y=this.sigBytes,v=f.sigBytes;if(this.clamp(),y%4)for(var M=0;M<v;M++){var D=m[M>>>2]>>>24-M%4*8&255;C[y+M>>>2]|=D<<24-(y+M)%4*8}else for(var L=0;L<v;L+=4)C[y+L>>>2]=m[L>>>2];return this.sigBytes+=v,this},clamp:function(){var f=this.words,C=this.sigBytes;f[C>>>2]&=4294967295<<32-C%4*8,f.length=g.ceil(C/4)},clone:function(){var f=i.clone.call(this);return f.words=this.words.slice(0),f},random:function(f){for(var C=[],m=0;m<f;m+=4)C.push(A());return new o.init(C,f)}}),t=d.enc={},n=t.Hex={stringify:function(f){for(var C=f.words,m=f.sigBytes,y=[],v=0;v<m;v++){var M=C[v>>>2]>>>24-v%4*8&255;y.push((M>>>4).toString(16)),y.push((M&15).toString(16))}return y.join("")},parse:function(f){for(var C=f.length,m=[],y=0;y<C;y+=2)m[y>>>3]|=parseInt(f.substr(y,2),16)<<24-y%8*4;return new o.init(m,C/2)}},r=t.Latin1={stringify:function(f){for(var C=f.words,m=f.sigBytes,y=[],v=0;v<m;v++){var M=C[v>>>2]>>>24-v%4*8&255;y.push(String.fromCharCode(M))}return y.join("")},parse:function(f){for(var C=f.length,m=[],y=0;y<C;y++)m[y>>>2]|=(f.charCodeAt(y)&255)<<24-y%4*8;return new o.init(m,C)}},a=t.Utf8={stringify:function(f){try{return decodeURIComponent(escape(r.stringify(f)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(f){return r.parse(unescape(encodeURIComponent(f)))}},l=u.BufferedBlockAlgorithm=i.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(f){typeof f=="string"&&(f=a.parse(f)),this._data.concat(f),this._nDataBytes+=f.sigBytes},_process:function(f){var C,m=this._data,y=m.words,v=m.sigBytes,M=this.blockSize,D=M*4,L=v/D;f?L=g.ceil(L):L=g.max((L|0)-this._minBufferSize,0);var E=L*M,N=g.min(E*4,v);if(E){for(var k=0;k<E;k+=M)this._doProcessBlock(y,k);C=y.splice(0,E),m.sigBytes-=N}return new o.init(C,N)},clone:function(){var f=i.clone.call(this);return f._data=this._data.clone(),f},_minBufferSize:0});u.Hasher=l.extend({cfg:i.extend(),init:function(f){this.cfg=this.cfg.extend(f),this.reset()},reset:function(){l.reset.call(this),this._doReset()},update:function(f){return this._append(f),this._process(),this},finalize:function(f){f&&this._append(f);var C=this._doFinalize();return C},blockSize:512/32,_createHelper:function(f){return function(C,m){return new f.init(m).finalize(C)}},_createHmacHelper:function(f){return function(C,m){return new h.HMAC.init(f,m).finalize(C)}}});var h=d.algo={};return d}(Math);return e})})(core);var x64Core={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.Base,x=b.WordArray,d=_.x64={};d.Word=A.extend({init:function(u,i){this.high=u,this.low=i}}),d.WordArray=A.extend({init:function(u,i){u=this.words=u||[],i!=g?this.sigBytes=i:this.sigBytes=u.length*8},toX32:function(){for(var u=this.words,i=u.length,o=[],t=0;t<i;t++){var n=u[t];o.push(n.high),o.push(n.low)}return x.create(o,this.sigBytes)},clone:function(){for(var u=A.clone.call(this),i=u.words=this.words.slice(0),o=i.length,t=0;t<o;t++)i[t]=i[t].clone();return u}})}(),e})})(x64Core);var libTypedarrays={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){if(typeof ArrayBuffer=="function"){var g=e,_=g.lib,b=_.WordArray,A=b.init,x=b.init=function(d){if(d instanceof ArrayBuffer&&(d=new Uint8Array(d)),(d instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&d instanceof Uint8ClampedArray||d instanceof Int16Array||d instanceof Uint16Array||d instanceof Int32Array||d instanceof Uint32Array||d instanceof Float32Array||d instanceof Float64Array)&&(d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength)),d instanceof Uint8Array){for(var u=d.byteLength,i=[],o=0;o<u;o++)i[o>>>2]|=d[o]<<24-o%4*8;A.call(this,i,u)}else A.apply(this,arguments)};x.prototype=b}}(),e.lib.WordArray})})(libTypedarrays);var encUtf16={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.enc;A.Utf16=A.Utf16BE={stringify:function(d){for(var u=d.words,i=d.sigBytes,o=[],t=0;t<i;t+=2){var n=u[t>>>2]>>>16-t%4*8&65535;o.push(String.fromCharCode(n))}return o.join("")},parse:function(d){for(var u=d.length,i=[],o=0;o<u;o++)i[o>>>1]|=d.charCodeAt(o)<<16-o%2*16;return b.create(i,u*2)}},A.Utf16LE={stringify:function(d){for(var u=d.words,i=d.sigBytes,o=[],t=0;t<i;t+=2){var n=x(u[t>>>2]>>>16-t%4*8&65535);o.push(String.fromCharCode(n))}return o.join("")},parse:function(d){for(var u=d.length,i=[],o=0;o<u;o++)i[o>>>1]|=x(d.charCodeAt(o)<<16-o%2*16);return b.create(i,u*2)}};function x(d){return d<<8&4278255360|d>>>8&16711935}}(),e.enc.Utf16})})(encUtf16);var encBase64={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.enc;A.Base64={stringify:function(d){var u=d.words,i=d.sigBytes,o=this._map;d.clamp();for(var t=[],n=0;n<i;n+=3)for(var r=u[n>>>2]>>>24-n%4*8&255,a=u[n+1>>>2]>>>24-(n+1)%4*8&255,l=u[n+2>>>2]>>>24-(n+2)%4*8&255,h=r<<16|a<<8|l,f=0;f<4&&n+f*.75<i;f++)t.push(o.charAt(h>>>6*(3-f)&63));var C=o.charAt(64);if(C)for(;t.length%4;)t.push(C);return t.join("")},parse:function(d){var u=d.length,i=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var t=0;t<i.length;t++)o[i.charCodeAt(t)]=t}var n=i.charAt(64);if(n){var r=d.indexOf(n);r!==-1&&(u=r)}return x(d,u,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function x(d,u,i){for(var o=[],t=0,n=0;n<u;n++)if(n%4){var r=i[d.charCodeAt(n-1)]<<n%4*2,a=i[d.charCodeAt(n)]>>>6-n%4*2,l=r|a;o[t>>>2]|=l<<24-t%4*8,t++}return b.create(o,t)}}(),e.enc.Base64})})(encBase64);var encBase64url={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.enc;A.Base64url={stringify:function(d,u){u===void 0&&(u=!0);var i=d.words,o=d.sigBytes,t=u?this._safe_map:this._map;d.clamp();for(var n=[],r=0;r<o;r+=3)for(var a=i[r>>>2]>>>24-r%4*8&255,l=i[r+1>>>2]>>>24-(r+1)%4*8&255,h=i[r+2>>>2]>>>24-(r+2)%4*8&255,f=a<<16|l<<8|h,C=0;C<4&&r+C*.75<o;C++)n.push(t.charAt(f>>>6*(3-C)&63));var m=t.charAt(64);if(m)for(;n.length%4;)n.push(m);return n.join("")},parse:function(d,u){u===void 0&&(u=!0);var i=d.length,o=u?this._safe_map:this._map,t=this._reverseMap;if(!t){t=this._reverseMap=[];for(var n=0;n<o.length;n++)t[o.charCodeAt(n)]=n}var r=o.charAt(64);if(r){var a=d.indexOf(r);a!==-1&&(i=a)}return x(d,i,t)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function x(d,u,i){for(var o=[],t=0,n=0;n<u;n++)if(n%4){var r=i[d.charCodeAt(n-1)]<<n%4*2,a=i[d.charCodeAt(n)]>>>6-n%4*2,l=r|a;o[t>>>2]|=l<<24-t%4*8,t++}return b.create(o,t)}}(),e.enc.Base64url})})(encBase64url);var md5={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.WordArray,x=b.Hasher,d=_.algo,u=[];(function(){for(var a=0;a<64;a++)u[a]=g.abs(g.sin(a+1))*4294967296|0})();var i=d.MD5=x.extend({_doReset:function(){this._hash=new A.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(a,l){for(var h=0;h<16;h++){var f=l+h,C=a[f];a[f]=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360}var m=this._hash.words,y=a[l+0],v=a[l+1],M=a[l+2],D=a[l+3],L=a[l+4],E=a[l+5],N=a[l+6],k=a[l+7],T=a[l+8],S=a[l+9],I=a[l+10],F=a[l+11],O=a[l+12],P=a[l+13],W=a[l+14],z=a[l+15],B=m[0],$=m[1],j=m[2],H=m[3];B=o(B,$,j,H,y,7,u[0]),H=o(H,B,$,j,v,12,u[1]),j=o(j,H,B,$,M,17,u[2]),$=o($,j,H,B,D,22,u[3]),B=o(B,$,j,H,L,7,u[4]),H=o(H,B,$,j,E,12,u[5]),j=o(j,H,B,$,N,17,u[6]),$=o($,j,H,B,k,22,u[7]),B=o(B,$,j,H,T,7,u[8]),H=o(H,B,$,j,S,12,u[9]),j=o(j,H,B,$,I,17,u[10]),$=o($,j,H,B,F,22,u[11]),B=o(B,$,j,H,O,7,u[12]),H=o(H,B,$,j,P,12,u[13]),j=o(j,H,B,$,W,17,u[14]),$=o($,j,H,B,z,22,u[15]),B=t(B,$,j,H,v,5,u[16]),H=t(H,B,$,j,N,9,u[17]),j=t(j,H,B,$,F,14,u[18]),$=t($,j,H,B,y,20,u[19]),B=t(B,$,j,H,E,5,u[20]),H=t(H,B,$,j,I,9,u[21]),j=t(j,H,B,$,z,14,u[22]),$=t($,j,H,B,L,20,u[23]),B=t(B,$,j,H,S,5,u[24]),H=t(H,B,$,j,W,9,u[25]),j=t(j,H,B,$,D,14,u[26]),$=t($,j,H,B,T,20,u[27]),B=t(B,$,j,H,P,5,u[28]),H=t(H,B,$,j,M,9,u[29]),j=t(j,H,B,$,k,14,u[30]),$=t($,j,H,B,O,20,u[31]),B=n(B,$,j,H,E,4,u[32]),H=n(H,B,$,j,T,11,u[33]),j=n(j,H,B,$,F,16,u[34]),$=n($,j,H,B,W,23,u[35]),B=n(B,$,j,H,v,4,u[36]),H=n(H,B,$,j,L,11,u[37]),j=n(j,H,B,$,k,16,u[38]),$=n($,j,H,B,I,23,u[39]),B=n(B,$,j,H,P,4,u[40]),H=n(H,B,$,j,y,11,u[41]),j=n(j,H,B,$,D,16,u[42]),$=n($,j,H,B,N,23,u[43]),B=n(B,$,j,H,S,4,u[44]),H=n(H,B,$,j,O,11,u[45]),j=n(j,H,B,$,z,16,u[46]),$=n($,j,H,B,M,23,u[47]),B=r(B,$,j,H,y,6,u[48]),H=r(H,B,$,j,k,10,u[49]),j=r(j,H,B,$,W,15,u[50]),$=r($,j,H,B,E,21,u[51]),B=r(B,$,j,H,O,6,u[52]),H=r(H,B,$,j,D,10,u[53]),j=r(j,H,B,$,I,15,u[54]),$=r($,j,H,B,v,21,u[55]),B=r(B,$,j,H,T,6,u[56]),H=r(H,B,$,j,z,10,u[57]),j=r(j,H,B,$,N,15,u[58]),$=r($,j,H,B,P,21,u[59]),B=r(B,$,j,H,L,6,u[60]),H=r(H,B,$,j,F,10,u[61]),j=r(j,H,B,$,M,15,u[62]),$=r($,j,H,B,S,21,u[63]),m[0]=m[0]+B|0,m[1]=m[1]+$|0,m[2]=m[2]+j|0,m[3]=m[3]+H|0},_doFinalize:function(){var a=this._data,l=a.words,h=this._nDataBytes*8,f=a.sigBytes*8;l[f>>>5]|=128<<24-f%32;var C=g.floor(h/4294967296),m=h;l[(f+64>>>9<<4)+15]=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360,l[(f+64>>>9<<4)+14]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,a.sigBytes=(l.length+1)*4,this._process();for(var y=this._hash,v=y.words,M=0;M<4;M++){var D=v[M];v[M]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360}return y},clone:function(){var a=x.clone.call(this);return a._hash=this._hash.clone(),a}});function o(a,l,h,f,C,m,y){var v=a+(l&h|~l&f)+C+y;return(v<<m|v>>>32-m)+l}function t(a,l,h,f,C,m,y){var v=a+(l&f|h&~f)+C+y;return(v<<m|v>>>32-m)+l}function n(a,l,h,f,C,m,y){var v=a+(l^h^f)+C+y;return(v<<m|v>>>32-m)+l}function r(a,l,h,f,C,m,y){var v=a+(h^(l|~f))+C+y;return(v<<m|v>>>32-m)+l}_.MD5=x._createHelper(i),_.HmacMD5=x._createHmacHelper(i)}(Math),e.MD5})})(md5);var sha1={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=_.Hasher,x=g.algo,d=[],u=x.SHA1=A.extend({_doReset:function(){this._hash=new b.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(i,o){for(var t=this._hash.words,n=t[0],r=t[1],a=t[2],l=t[3],h=t[4],f=0;f<80;f++){if(f<16)d[f]=i[o+f]|0;else{var C=d[f-3]^d[f-8]^d[f-14]^d[f-16];d[f]=C<<1|C>>>31}var m=(n<<5|n>>>27)+h+d[f];f<20?m+=(r&a|~r&l)+1518500249:f<40?m+=(r^a^l)+1859775393:f<60?m+=(r&a|r&l|a&l)-1894007588:m+=(r^a^l)-899497514,h=l,l=a,a=r<<30|r>>>2,r=n,n=m}t[0]=t[0]+n|0,t[1]=t[1]+r|0,t[2]=t[2]+a|0,t[3]=t[3]+l|0,t[4]=t[4]+h|0},_doFinalize:function(){var i=this._data,o=i.words,t=this._nDataBytes*8,n=i.sigBytes*8;return o[n>>>5]|=128<<24-n%32,o[(n+64>>>9<<4)+14]=Math.floor(t/4294967296),o[(n+64>>>9<<4)+15]=t,i.sigBytes=o.length*4,this._process(),this._hash},clone:function(){var i=A.clone.call(this);return i._hash=this._hash.clone(),i}});g.SHA1=A._createHelper(u),g.HmacSHA1=A._createHmacHelper(u)}(),e.SHA1})})(sha1);var sha256={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.WordArray,x=b.Hasher,d=_.algo,u=[],i=[];(function(){function n(h){for(var f=g.sqrt(h),C=2;C<=f;C++)if(!(h%C))return!1;return!0}function r(h){return(h-(h|0))*4294967296|0}for(var a=2,l=0;l<64;)n(a)&&(l<8&&(u[l]=r(g.pow(a,1/2))),i[l]=r(g.pow(a,1/3)),l++),a++})();var o=[],t=d.SHA256=x.extend({_doReset:function(){this._hash=new A.init(u.slice(0))},_doProcessBlock:function(n,r){for(var a=this._hash.words,l=a[0],h=a[1],f=a[2],C=a[3],m=a[4],y=a[5],v=a[6],M=a[7],D=0;D<64;D++){if(D<16)o[D]=n[r+D]|0;else{var L=o[D-15],E=(L<<25|L>>>7)^(L<<14|L>>>18)^L>>>3,N=o[D-2],k=(N<<15|N>>>17)^(N<<13|N>>>19)^N>>>10;o[D]=E+o[D-7]+k+o[D-16]}var T=m&y^~m&v,S=l&h^l&f^h&f,I=(l<<30|l>>>2)^(l<<19|l>>>13)^(l<<10|l>>>22),F=(m<<26|m>>>6)^(m<<21|m>>>11)^(m<<7|m>>>25),O=M+F+T+i[D]+o[D],P=I+S;M=v,v=y,y=m,m=C+O|0,C=f,f=h,h=l,l=O+P|0}a[0]=a[0]+l|0,a[1]=a[1]+h|0,a[2]=a[2]+f|0,a[3]=a[3]+C|0,a[4]=a[4]+m|0,a[5]=a[5]+y|0,a[6]=a[6]+v|0,a[7]=a[7]+M|0},_doFinalize:function(){var n=this._data,r=n.words,a=this._nDataBytes*8,l=n.sigBytes*8;return r[l>>>5]|=128<<24-l%32,r[(l+64>>>9<<4)+14]=g.floor(a/4294967296),r[(l+64>>>9<<4)+15]=a,n.sigBytes=r.length*4,this._process(),this._hash},clone:function(){var n=x.clone.call(this);return n._hash=this._hash.clone(),n}});_.SHA256=x._createHelper(t),_.HmacSHA256=x._createHmacHelper(t)}(Math),e.SHA256})})(sha256);var sha224={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,sha256.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.algo,x=A.SHA256,d=A.SHA224=x.extend({_doReset:function(){this._hash=new b.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var u=x._doFinalize.call(this);return u.sigBytes-=4,u}});g.SHA224=x._createHelper(d),g.HmacSHA224=x._createHmacHelper(d)}(),e.SHA224})})(sha224);var sha512={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,x64Core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.Hasher,A=g.x64,x=A.Word,d=A.WordArray,u=g.algo;function i(){return x.create.apply(x,arguments)}var o=[i(1116352408,3609767458),i(1899447441,602891725),i(3049323471,3964484399),i(3921009573,2173295548),i(961987163,4081628472),i(1508970993,3053834265),i(2453635748,2937671579),i(2870763221,3664609560),i(3624381080,2734883394),i(310598401,1164996542),i(607225278,1323610764),i(1426881987,3590304994),i(1925078388,4068182383),i(2162078206,991336113),i(2614888103,633803317),i(3248222580,3479774868),i(3835390401,2666613458),i(4022224774,944711139),i(264347078,2341262773),i(604807628,2007800933),i(770255983,1495990901),i(1249150122,1856431235),i(1555081692,3175218132),i(1996064986,2198950837),i(2554220882,3999719339),i(2821834349,766784016),i(2952996808,2566594879),i(3210313671,3203337956),i(3336571891,1034457026),i(3584528711,2466948901),i(113926993,3758326383),i(338241895,168717936),i(666307205,1188179964),i(773529912,1546045734),i(1294757372,1522805485),i(1396182291,2643833823),i(1695183700,2343527390),i(1986661051,1014477480),i(2177026350,1206759142),i(2456956037,344077627),i(2730485921,1290863460),i(2820302411,3158454273),i(3259730800,3505952657),i(3345764771,106217008),i(3516065817,3606008344),i(3600352804,1432725776),i(4094571909,1467031594),i(275423344,851169720),i(430227734,3100823752),i(506948616,1363258195),i(659060556,3750685593),i(883997877,3785050280),i(958139571,3318307427),i(1322822218,3812723403),i(1537002063,2003034995),i(1747873779,3602036899),i(1955562222,1575990012),i(2024104815,1125592928),i(2227730452,2716904306),i(2361852424,442776044),i(2428436474,593698344),i(2756734187,3733110249),i(3204031479,2999351573),i(3329325298,3815920427),i(3391569614,3928383900),i(3515267271,566280711),i(3940187606,3454069534),i(4118630271,4000239992),i(116418474,1914138554),i(174292421,2731055270),i(289380356,3203993006),i(460393269,320620315),i(685471733,587496836),i(852142971,1086792851),i(1017036298,365543100),i(1126000580,2618297676),i(1288033470,3409855158),i(1501505948,4234509866),i(1607167915,987167468),i(1816402316,1246189591)],t=[];(function(){for(var r=0;r<80;r++)t[r]=i()})();var n=u.SHA512=b.extend({_doReset:function(){this._hash=new d.init([new x.init(1779033703,4089235720),new x.init(3144134277,2227873595),new x.init(1013904242,4271175723),new x.init(2773480762,1595750129),new x.init(1359893119,2917565137),new x.init(2600822924,725511199),new x.init(528734635,4215389547),new x.init(1541459225,327033209)])},_doProcessBlock:function(r,a){for(var l=this._hash.words,h=l[0],f=l[1],C=l[2],m=l[3],y=l[4],v=l[5],M=l[6],D=l[7],L=h.high,E=h.low,N=f.high,k=f.low,T=C.high,S=C.low,I=m.high,F=m.low,O=y.high,P=y.low,W=v.high,z=v.low,B=M.high,$=M.low,j=D.high,H=D.low,G=L,U=E,q=N,Y=k,J=T,te=S,se=I,ge=F,me=O,ve=P,xe=W,Pe=z,Fe=B,oe=$,le=j,pe=H,fe=0;fe<80;fe++){var ue,Ce,Ee=t[fe];if(fe<16)Ce=Ee.high=r[a+fe*2]|0,ue=Ee.low=r[a+fe*2+1]|0;else{var Ie=t[fe-15],Ke=Ie.high,Ye=Ie.low,je=(Ke>>>1|Ye<<31)^(Ke>>>8|Ye<<24)^Ke>>>7,Zt=(Ye>>>1|Ke<<31)^(Ye>>>8|Ke<<24)^(Ye>>>7|Ke<<25),$e=t[fe-2],et=$e.high,jt=$e.low,Di=(et>>>19|jt<<13)^(et<<3|jt>>>29)^et>>>6,gi=(jt>>>19|et<<13)^(jt<<3|et>>>29)^(jt>>>6|et<<26),pi=t[fe-7],Li=pi.high,Ni=pi.low,Ki=t[fe-16],Qn=Ki.high,Yi=Ki.low;ue=Zt+Ni,Ce=je+Li+(ue>>>0<Zt>>>0?1:0),ue=ue+gi,Ce=Ce+Di+(ue>>>0<gi>>>0?1:0),ue=ue+Yi,Ce=Ce+Qn+(ue>>>0<Yi>>>0?1:0),Ee.high=Ce,Ee.low=ue}var Ji=me&xe^~me&Fe,Fi=ve&Pe^~ve&oe,qn=G&q^G&J^q&J,Zn=U&Y^U&te^Y&te,Kn=(G>>>28|U<<4)^(G<<30|U>>>2)^(G<<25|U>>>7),Xi=(U>>>28|G<<4)^(U<<30|G>>>2)^(U<<25|G>>>7),en=(me>>>14|ve<<18)^(me>>>18|ve<<14)^(me<<23|ve>>>9),Yn=(ve>>>14|me<<18)^(ve>>>18|me<<14)^(ve<<23|me>>>9),tn=o[fe],Jn=tn.high,mi=tn.low,ut=pe+Yn,_t=le+en+(ut>>>0<pe>>>0?1:0),ut=ut+Fi,_t=_t+Ji+(ut>>>0<Fi>>>0?1:0),ut=ut+mi,_t=_t+Jn+(ut>>>0<mi>>>0?1:0),ut=ut+ue,_t=_t+Ce+(ut>>>0<ue>>>0?1:0),nn=Xi+Zn,Xn=Kn+qn+(nn>>>0<Xi>>>0?1:0);le=Fe,pe=oe,Fe=xe,oe=Pe,xe=me,Pe=ve,ve=ge+ut|0,me=se+_t+(ve>>>0<ge>>>0?1:0)|0,se=J,ge=te,J=q,te=Y,q=G,Y=U,U=ut+nn|0,G=_t+Xn+(U>>>0<ut>>>0?1:0)|0}E=h.low=E+U,h.high=L+G+(E>>>0<U>>>0?1:0),k=f.low=k+Y,f.high=N+q+(k>>>0<Y>>>0?1:0),S=C.low=S+te,C.high=T+J+(S>>>0<te>>>0?1:0),F=m.low=F+ge,m.high=I+se+(F>>>0<ge>>>0?1:0),P=y.low=P+ve,y.high=O+me+(P>>>0<ve>>>0?1:0),z=v.low=z+Pe,v.high=W+xe+(z>>>0<Pe>>>0?1:0),$=M.low=$+oe,M.high=B+Fe+($>>>0<oe>>>0?1:0),H=D.low=H+pe,D.high=j+le+(H>>>0<pe>>>0?1:0)},_doFinalize:function(){var r=this._data,a=r.words,l=this._nDataBytes*8,h=r.sigBytes*8;a[h>>>5]|=128<<24-h%32,a[(h+128>>>10<<5)+30]=Math.floor(l/4294967296),a[(h+128>>>10<<5)+31]=l,r.sigBytes=a.length*4,this._process();var f=this._hash.toX32();return f},clone:function(){var r=b.clone.call(this);return r._hash=this._hash.clone(),r},blockSize:1024/32});g.SHA512=b._createHelper(n),g.HmacSHA512=b._createHmacHelper(n)}(),e.SHA512})})(sha512);var sha384={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,x64Core.exports,sha512.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.x64,b=_.Word,A=_.WordArray,x=g.algo,d=x.SHA512,u=x.SHA384=d.extend({_doReset:function(){this._hash=new A.init([new b.init(3418070365,3238371032),new b.init(1654270250,914150663),new b.init(2438529370,812702999),new b.init(355462360,4144912697),new b.init(1731405415,4290775857),new b.init(2394180231,1750603025),new b.init(3675008525,1694076839),new b.init(1203062813,3204075428)])},_doFinalize:function(){var i=d._doFinalize.call(this);return i.sigBytes-=16,i}});g.SHA384=d._createHelper(u),g.HmacSHA384=d._createHmacHelper(u)}(),e.SHA384})})(sha384);var sha3={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,x64Core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.WordArray,x=b.Hasher,d=_.x64,u=d.Word,i=_.algo,o=[],t=[],n=[];(function(){for(var l=1,h=0,f=0;f<24;f++){o[l+5*h]=(f+1)*(f+2)/2%64;var C=h%5,m=(2*l+3*h)%5;l=C,h=m}for(var l=0;l<5;l++)for(var h=0;h<5;h++)t[l+5*h]=h+(2*l+3*h)%5*5;for(var y=1,v=0;v<24;v++){for(var M=0,D=0,L=0;L<7;L++){if(y&1){var E=(1<<L)-1;E<32?D^=1<<E:M^=1<<E-32}y&128?y=y<<1^113:y<<=1}n[v]=u.create(M,D)}})();var r=[];(function(){for(var l=0;l<25;l++)r[l]=u.create()})();var a=i.SHA3=x.extend({cfg:x.cfg.extend({outputLength:512}),_doReset:function(){for(var l=this._state=[],h=0;h<25;h++)l[h]=new u.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(l,h){for(var f=this._state,C=this.blockSize/2,m=0;m<C;m++){var y=l[h+2*m],v=l[h+2*m+1];y=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,v=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360;var M=f[m];M.high^=v,M.low^=y}for(var D=0;D<24;D++){for(var L=0;L<5;L++){for(var E=0,N=0,k=0;k<5;k++){var M=f[L+5*k];E^=M.high,N^=M.low}var T=r[L];T.high=E,T.low=N}for(var L=0;L<5;L++)for(var S=r[(L+4)%5],I=r[(L+1)%5],F=I.high,O=I.low,E=S.high^(F<<1|O>>>31),N=S.low^(O<<1|F>>>31),k=0;k<5;k++){var M=f[L+5*k];M.high^=E,M.low^=N}for(var P=1;P<25;P++){var E,N,M=f[P],W=M.high,z=M.low,B=o[P];B<32?(E=W<<B|z>>>32-B,N=z<<B|W>>>32-B):(E=z<<B-32|W>>>64-B,N=W<<B-32|z>>>64-B);var $=r[t[P]];$.high=E,$.low=N}var j=r[0],H=f[0];j.high=H.high,j.low=H.low;for(var L=0;L<5;L++)for(var k=0;k<5;k++){var P=L+5*k,M=f[P],G=r[P],U=r[(L+1)%5+5*k],q=r[(L+2)%5+5*k];M.high=G.high^~U.high&q.high,M.low=G.low^~U.low&q.low}var M=f[0],Y=n[D];M.high^=Y.high,M.low^=Y.low}},_doFinalize:function(){var l=this._data,h=l.words;this._nDataBytes*8;var f=l.sigBytes*8,C=this.blockSize*32;h[f>>>5]|=1<<24-f%32,h[(g.ceil((f+1)/C)*C>>>5)-1]|=128,l.sigBytes=h.length*4,this._process();for(var m=this._state,y=this.cfg.outputLength/8,v=y/8,M=[],D=0;D<v;D++){var L=m[D],E=L.high,N=L.low;E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360,N=(N<<8|N>>>24)&16711935|(N<<24|N>>>8)&4278255360,M.push(N),M.push(E)}return new A.init(M,y)},clone:function(){for(var l=x.clone.call(this),h=l._state=this._state.slice(0),f=0;f<25;f++)h[f]=h[f].clone();return l}});_.SHA3=x._createHelper(a),_.HmacSHA3=x._createHmacHelper(a)}(Math),e.SHA3})})(sha3);var ripemd160={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){/** @preserve
75
+ e.setDisabled&&e.setDisabled(!1)}})},resetForm(){Object.keys(this.subFormRefList).forEach(e=>{this.subFormRefList[e].resetSubForm&&this.subFormRefList[e].resetSubForm()}),Object.keys(this.widgetRefList).forEach(e=>{let g=this.getWidgetRef(e);!!g&&!g.subFormItemFlag&&!!g.resetField&&g.resetField()}),this.$nextTick(()=>{this.clearValidate()})},clearValidate(s){this.$refs.renderForm.clearValidate(s)},validateForm(s){this.$refs.renderForm.validate(p=>{p&&!!this.formConfig&&!!this.formConfig.onFormValidateSuccess&&this.emitFormValidateSuccess(this.formDataModel),s(p)})},emitFormValidateSuccess(s){if(!(!this.formConfig||!this.formConfig.onFormValidateSuccess))try{new Function("formData",this.formConfig.onFormValidateSuccess).call(this,s)}catch(p){console.error("onFormValidateSuccess",p)}},validateFields(){},disableWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetDisabled(s,!0):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetDisabled(p,!0)}))},disableFields(s){this.disableWidgets(s)},enableFields(s){this.enableWidgets(s)},enableWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetDisabled(s,!1):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetDisabled(p,!1)}))},hideWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetHidden(s,!0):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetHidden(p,!0)}))},showWidgets(s){s&&(typeof s=="string"?this.findWidgetAndSetHidden(s,!1):Array.isArray(s)&&s.forEach(p=>{this.findWidgetAndSetHidden(p,!1)}))},getFieldWidgets(){return getAllFieldWidgets(this.formJsonObj.widgetList)},getContainerWidgets(){return getAllContainerWidgets(this.formJsonObj.widgetList)},addEC(s,p){this.externalComponents[s]=p},hasEC(s){return this.externalComponents.hasOwnProperty(s)},getEC(s){return this.externalComponents[s]},getGlobalDsv(){return this.globalDsv},findColByName(s,p){const e=s!=null?s:this.formJsonObj&&this.formJsonObj.widgetList;if(!e||!p)return null;for(const g of e){if(g.type==="grid"&&g.cols&&g.cols.length){const _=g.cols.find(b=>b.options&&b.options.name===p);if(_)return _}if(g.type==="grid-col"&&g.options&&g.options.name===p)return g;if(g.widgetList&&g.widgetList.length){const _=this.findColByName(g.widgetList,p);if(_)return _}if(g.cols&&g.cols.length)for(const _ of g.cols){if(_.options&&_.options.name===p)return _;if(_.widgetList&&_.widgetList.length){const b=this.findColByName(_.widgetList,p);if(b)return b}}}return null},syncFieldRulesByCol(s,p){if(!s)return;const e=!!p;traverseFieldWidgetsOfContainer(s,g=>{if(!g.formItemFlag||!g.options||!g.options.name)return;const _=this.getWidgetRef(g.options.name);!_||(e?typeof _.clearFieldRules=="function"&&_.clearFieldRules():typeof _.buildFieldRules=="function"&&_.buildFieldRules())})},setColHidden(s,p){if(Array.isArray(s)){let g=!1;return s.forEach(_=>{this.setColHidden(_,p)&&(g=!0)}),g}const e=this.findColByName(null,s);return!e||!e.options?!1:(e.options.hidden=!!p,this.syncFieldRulesByCol(e,p),this.$nextTick(()=>this.$forceUpdate()),!0)}}};function _sfc_render$y(s,p,e,g,_,b){const A=vue.resolveComponent("el-form");return vue.openBlock(),vue.createBlock(A,{"label-position":b.labelPosition,size:b.size,class:vue.normalizeClass([[b.customClass],"render-form"]),"label-width":b.labelWidth,"validate-on-rule-change":!1,model:_.formDataModel,ref:"renderForm",onSubmit:p[0]||(p[0]=vue.withModifiers(()=>{},["prevent"]))},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(b.widgetList,(x,d)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[x.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(b.getContainerWidgetName(x)),{widget:x,key:x.id,"parent-list":b.widgetList,"index-of-parent-list":d,"parent-widget":null},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(b.getWidgetName(x)),{field:x,"form-model":_.formDataModel,designer:null,key:x.id,"parent-list":b.widgetList,"index-of-parent-list":d,"parent-widget":null},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),u=>({name:u,fn:vue.withCtx(i=>[vue.renderSlot(s.$slots,u,vue.mergeProps({ref_for:!0},i),void 0,!0)])}))]),1032,["field","form-model","parent-list","index-of-parent-list"]))],64))),256))]),_:3},8,["label-position","size","class","label-width","model"])}var VFormRender=_export_sfc$1(_sfc_main$y,[["render",_sfc_render$y],["__scopeId","data-v-3d429201"]]);function registerIcon(s){s.component("el-icon-edit",edit),s.component("el-icon-minus",minus),s.component("el-icon-plus",plus),s.component("el-icon-info",infoFilled),s.component("el-icon-search",search),s.component("el-icon-circle-plus-outline",circlePlus),s.component("el-icon-delete",_delete),s.component("el-icon-arrow-down",arrowDown),s.component("el-icon-arrow-up",arrowUp)}if(typeof window!="undefined"){let s=function(){var p=document.body,e=document.getElementById("__svg__icons__dom__1779963051571__");e||(e=document.createElementNS("http://www.w3.org/2000/svg","svg"),e.style.position="absolute",e.style.width="0",e.style.height="0",e.id="__svg__icons__dom__1779963051571__",e.setAttribute("xmlns","http://www.w3.org/2000/svg"),e.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),e.innerHTML='<symbol class="icon" viewBox="0 0 1024 1024" id="icon-alert"><path d="M512 85.163a319.573 319.573 0 0 1 319.83 309.333l.17 10.667v174.805l58.88 134.656a53.29 53.29 0 0 1-48.853 74.71L640 789.418a128 128 0 0 1-255.787 7.509l-.213-7.637-201.6.042a53.333 53.333 0 0 1-48.939-74.581L192 580.011V405.163c0-177.28 143.019-320 320-320zm64 704.17-128 .128a64 64 0 0 0 127.701 6.144l.256-6.272zm-64-640.17c-141.653 0-256 114.09-256 256v188.16l-57.344 132.01h627.072L768 593.365V405.717l-.17-9.6A255.488 255.488 0 0 0 512 149.163zM896 352h85.333a32 32 0 0 1 4.352 63.701l-4.352.299H896a32 32 0 0 1-4.352-63.701L896 352zm-853.333 0H128a32 32 0 0 1 4.352 63.701L128 416H42.667a32 32 0 0 1-4.352-63.701l4.352-.299zm921.6-243.2a32 32 0 0 1-2.816 41.685l-3.584 3.115-85.334 64a32 32 0 0 1-41.984-48.085l3.584-3.115 85.334-64a32 32 0 0 1 44.8 6.4zm-859.734-6.4 85.334 64a32 32 0 1 1-38.4 51.2l-85.334-64a32 32 0 1 1 38.4-51.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-button"><path d="M912 176v416H732.48v-32H880V208H144v352h175.488v32H112V176z" /><path d="m436.384 788.512.544 2.688a16 16 0 0 0 27.776 5.504l44.032-54.336 56.768 97.664a16 16 0 0 0 21.792 5.856l68.672-39.392 2.368-1.664a16 16 0 0 0 3.52-20.256l-55.904-96.16 68.8-12.064a16 16 0 0 0 6.464-28.8l-256-180.64a16 16 0 0 0-25.12 14.976l36.288 306.624z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-card"><path d="M858.656 864H165.344C109.472 864 64 818.56 64 762.688V261.312C64 205.44 109.472 160 165.344 160h693.312C914.528 160 960 205.44 960 261.312v501.376C960 818.56 914.528 864 858.656 864zM165.344 224C144.736 224 128 240.736 128 261.312v501.376C128 783.264 144.736 800 165.344 800h693.312C879.264 800 896 783.264 896 762.688V261.312C896 240.736 879.264 224 858.656 224H165.344zM800 416H224c-17.664 0-32-14.336-32-32s14.336-32 32-32h576c17.696 0 32 14.336 32 32s-14.304 32-32 32zM320 736h-96c-17.664 0-32-14.304-32-32s14.336-32 32-32h96c17.664 0 32 14.304 32 32s-14.336 32-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-cascader-field"><path d="M661.377 411.07v64.595H314.175v395.654H871.32V475.665h-48.447V411.07h48.447c35.675 0 64.595 28.92 64.595 64.595v395.654c0 35.675-28.92 64.595-64.595 64.595H314.175c-35.675 0-64.6-28.92-64.6-64.595V475.665c0-35.675 28.925-64.595 64.6-64.595h347.202zm48.448-322.984c35.675 0 64.6 28.92 64.6 64.595v403.73c0 35.676-28.925 64.595-64.6 64.595H362.623v-64.594h347.202V152.68H152.68v403.73h48.447v64.595H152.68c-35.675 0-64.595-28.92-64.595-64.594V152.68c0-35.675 28.92-64.595 64.595-64.595h557.144z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-checkbox-field"><path d="M897.94 896.77c6.259-6.278 10.257-14.835 10.257-24.531V147.672c0-9.118-3.998-18.235-10.257-24.533-6.277-6.258-14.815-9.696-24.51-9.696H149.644c-9.688 0-18.236 3.437-24.503 9.696-6.268 6.297-9.687 15.414-9.687 24.533V872.24c0 9.696 3.42 18.253 9.687 24.53 6.267 6.278 14.815 10.276 24.503 10.276h723.784c9.697 0 18.234-3.998 24.511-10.276zM149.645 61.52h723.784c23.933 0 45.586 9.697 60.98 25.111 15.397 15.974 25.073 37.666 25.073 61.04v724.567c0 23.97-9.676 45.643-25.073 61.056-15.394 15.396-37.047 25.093-60.98 25.093H149.645c-23.364 0-45.017-9.697-60.972-25.093-15.396-15.414-25.082-37.087-25.082-61.056V147.672c0-23.374 9.686-45.065 25.082-61.039 15.955-15.415 37.608-25.112 60.972-25.112z" /><path d="M417.42 698.27a23.556 23.556 0 0 1-16.668-6.9L259.5 550.12c-9.173-9.15-9.173-24.095 0-33.291 9.17-9.147 24.115-9.147 33.288 0l124.583 124.607 312.895-312.917c9.194-9.172 24.14-9.172 33.288 0 9.196 9.172 9.196 24.116 0 33.29L433.992 691.37c-4.618 4.645-10.643 6.9-16.666 6.9h.093z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-color-field"><path d="M619.52 490.667h-.853l-85.334-85.334h.854z" /><path d="M619.52 507.733h-.853a17.067 17.067 0 1 1 0-34.133c9.438 0 17.476 7.646 17.476 17.067s-7.185 17.066-16.623 17.066zM534.187 422.4c-9.438 0-17.494-7.646-17.494-17.067s7.202-17.066 16.64-17.066h.854a17.067 17.067 0 1 1 0 34.133zM192 866.133a34.133 34.133 0 0 1-24.132-58.265l42.666-42.667a34.133 34.133 0 1 1 48.265 48.265l-42.667 42.666A33.963 33.963 0 0 1 192 866.133z" /><path d="m619.52 490.667-.427-.427-84.906-84.907L746.667 192H832v85.333z" /><path d="M662.187 567.467a33.997 33.997 0 0 1-24.133-10.001L467.388 386.799a34.133 34.133 0 0 1 48.281-48.282l170.667 170.667a34.133 34.133 0 0 1-24.15 58.283z" /><path d="M320 806.4h-85.333a17.067 17.067 0 0 1-17.067-17.067V704c0-4.54 1.792-8.875 5-12.066L521.695 392.84a16.52 16.52 0 0 1 3.567-2.731l209.305-210.142a17.117 17.117 0 0 1 12.1-5.018H832a17.067 17.067 0 0 1 17.067 17.067v85.333a17.067 17.067 0 0 1-4.967 12.05L631.62 502.732a17.954 17.954 0 0 1-3.618 2.782L332.066 801.434A17.135 17.135 0 0 1 320 806.4zm-68.267-34.133h61.201l294.093-294.093a16.52 16.52 0 0 1 3.567-2.73l204.34-205.16v-61.217h-61.185L546.287 417.382a17.954 17.954 0 0 1-3.618 2.782L251.733 711.066v61.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-component"><path d="M811.008 335.872c-2.048-7.168-11.264-9.216-17.408-4.096L690.176 435.2c-8.192 8.192-20.48 8.192-28.672 0L588.8 362.496c-8.192-8.192-8.192-20.48 0-28.672l104.448-104.448c5.12-5.12 3.072-14.336-4.096-17.408-17.408-4.096-35.84-7.168-54.272-7.168-108.544 0-195.584 94.208-183.296 204.8 2.048 17.408 6.144 32.768 12.288 48.128L225.28 697.344c-27.648 27.648-27.648 73.728 0 101.376 14.336 14.336 32.768 21.504 51.2 21.504s36.864-7.168 51.2-21.504l238.592-238.592c15.36 6.144 31.744 10.24 48.128 12.288 111.616 12.288 204.8-74.752 204.8-183.296 0-18.432-3.072-36.864-8.192-53.248z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-data-table"><path d="M915.692 39.385H108.308c-15.754 0-29.539 13.784-29.539 29.538v98.462c0 15.753 13.785 29.538 29.539 29.538h807.384c15.754 0 29.539-13.785 29.539-29.538V68.923c0-15.754-13.785-29.538-29.539-29.538zM285.538 275.692h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V305.23c0-15.754-13.785-29.539-29.539-29.539zM285.538 472.615h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 669.538h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zm315.077 0h-177.23c-15.754 0-29.539 13.785-29.539 29.539v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538v-59.077c0-15.754-13.785-29.539-29.539-29.539zM285.538 866.462h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538zm315.077 0h-177.23c-15.754 0-29.539 13.784-29.539 29.538v59.077c0 15.754 13.785 29.538 29.539 29.538h177.23c15.754 0 29.539-13.784 29.539-29.538V896c0-15.754-13.785-29.538-29.539-29.538z" /></symbol><symbol class="icon" viewBox="0 0 1132 1024" id="icon-date-field"><path d="M1023.995 1023.995H107.789C48.262 1023.995 0 975.732 0 916.205V188.63C0 129.105 48.262 80.843 107.789 80.843h80.842v53.894h-80.842c-29.777 0-53.895 24.118-53.895 53.895V296.42H1077.89V188.63c0-29.776-24.117-53.894-53.894-53.894h-80.842V80.842h80.842c59.526 0 107.789 48.262 107.789 107.789v727.575c0 59.526-48.263 107.789-107.79 107.789Zm53.894-673.681H53.894v565.892c0 29.777 24.118 53.894 53.895 53.894h916.206c29.777 0 53.894-24.117 53.894-53.894V350.314ZM794.943 628.086l-3.584 5.632c-3.314 6.306-7.087 12.153-11.237 17.731L646.734 861.476H589.12l98.358-160.875c-.108 0-.216.027-.324.027-66.963 0-121.262-60.335-121.262-134.736 0-74.401 54.299-134.736 121.262-134.736 66.964 0 121.263 60.335 121.263 134.736 0 22.42-5.39 43.25-14.12 61.844l.646.35ZM687.154 485.05c-37.214 0-67.368 36.19-67.368 80.842 0 44.651 30.154 80.842 67.368 80.842 19.052 0 36.164-9.567 48.425-24.819l9.781-16.006c5.66-11.83 9.163-25.385 9.163-40.017 0-44.652-30.154-80.842-67.369-80.842Zm-310.216 21.881-80.734 72.327v-66.991l82.405-80.41h52.062v429.727h-53.733V506.93Zm512.32-291.353c-14.874 0-26.947-12.072-26.947-26.947V26.947C862.311 12.072 874.384 0 889.26 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947ZM296.42 80.842h538.944v53.894H296.42V80.842Zm-53.895 134.736c-14.875 0-26.947-12.072-26.947-26.947V26.947C215.578 12.072 227.65 0 242.525 0s26.947 12.072 26.947 26.947v161.684c0 14.875-12.072 26.947-26.947 26.947Z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-date-range-field"><path d="M887.467 192.853H786.773v-73.386c0-10.24-6.826-17.067-17.066-17.067s-17.067 6.827-17.067 17.067v73.386H303.787v-73.386c0-10.24-6.827-17.067-17.067-17.067s-17.067 6.827-17.067 17.067v73.386H168.96c-46.08 0-85.333 37.547-85.333 85.334v558.08c0 46.08 37.546 85.333 85.333 85.333h718.507c46.08 0 85.333-37.547 85.333-85.333v-558.08c0-47.787-37.547-85.334-85.333-85.334zM168.96 226.987h100.693v66.56c0 10.24 6.827 17.066 17.067 17.066s17.067-6.826 17.067-17.066v-66.56h450.56v66.56c0 10.24 6.826 17.066 17.066 17.066s17.067-6.826 17.067-17.066v-66.56h98.987c27.306 0 51.2 22.186 51.2 51.2v88.746H117.76v-88.746c0-29.014 22.187-51.2 51.2-51.2zm718.507 660.48H168.96c-27.307 0-51.2-22.187-51.2-51.2v-435.2h820.907v435.2c0 27.306-22.187 51.2-51.2 51.2z" /><path d="M858.453 493.227H327.68c-10.24 0-17.067 6.826-17.067 17.066V624.64H194.56c-10.24 0-17.067 6.827-17.067 17.067v133.12c0 10.24 6.827 17.066 17.067 17.066H460.8c10.24 0 17.067-6.826 17.067-17.066V660.48h380.586c10.24 0 17.067-6.827 17.067-17.067v-133.12c0-10.24-6.827-17.066-17.067-17.066zM445.44 527.36v97.28h-98.987v-97.28h98.987zm-230.4 131.413h98.987v98.987H215.04v-98.987zm131.413 97.28v-97.28h98.987v97.28h-98.987zm133.12-228.693h97.28v98.987h-97.28V527.36zm131.414 0h98.986v98.987h-98.986V527.36zm230.4 97.28H742.4v-98.987h98.987v98.987z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-divider"><path d="M62.5 491.773h899v74.918h-899v-74.918z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-document"><path d="M979.478 706.382a44.522 44.522 0 0 1-11.843 57.967l-4.363 2.85L569.478 995.06l-5.388 4.764a84.013 84.013 0 0 1-43.943 17.808l-8.102.401c-19.056 0-37.31-6.545-52.046-18.254l-5.432-4.72L60.817 767.2a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zm0-222.609a44.522 44.522 0 0 1-11.843 57.968l-4.363 2.849-393.794 227.862-5.388 4.764a84.013 84.013 0 0 1-43.943 17.809l-8.102.4c-19.056 0-37.31-6.544-52.046-18.254l-5.432-4.719L60.817 544.59a44.522 44.522 0 0 1-18.61-56.187l2.36-4.63a44.522 44.522 0 0 1 60.816-16.25l405.326 234.54 1.336 1.514 1.335-1.514 405.282-234.54a44.522 44.522 0 0 1 60.86 16.25zM512 0c18.788 0 36.864 6.1 51.645 17.185l4.586 3.74 403.5 199.68 5.61 6.144c32.501 35.44 32.501 89.89 0 125.329l-5.61 6.144-403.5 199.59-4.541 3.785a86.239 86.239 0 0 1-43.676 16.83l-8.014.356c-18.788 0-36.864-6.1-51.645-17.186l-4.63-3.784L52.269 358.222l-5.61-6.144a92.739 92.739 0 0 1 0-125.329l5.61-6.144 403.456-199.68 4.585-3.74C473 7.702 488.136 1.87 503.986.356z" fill="#008df0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-drag"><path d="M574.958 267.016h-63.454 204.649L511.213 63.655 307.85 267.016h141.191V456.68H258.688v125.917H449.04V772.95h125.917V582.596h188.875V456.679H574.958V267.016zm-63.704 693.33 189.62-187.396H323.126l188.129 187.395zM71.292 518.891l187.395 189.62v-377.75L71.292 518.892zm692.54-188.13v377.75L952.708 518.89 763.833 330.762z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-file-upload-field"><path d="m676.48 72.96 209.92 211.2 9.6 23.04V928l-32 32H160l-32-32V96l32-32h494.08l22.4 8.96zM640 320h192L640 128v192zM192 128v768h640V384H608l-32-32V128H192zm512 320H320v64h384v-64zM320 576h384v64H320v-64zm384 128H320v64h384v-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-github"><path d="M512 0C229.284 0 .142 234.943.142 524.868c0 231.829 146.647 428.553 350.068 497.952 25.593 4.82 34.977-11.389 34.977-25.294 0-12.455-.469-45.47-.725-89.277-142.382 31.735-172.453-70.38-172.453-70.38-23.247-60.57-56.817-76.694-56.817-76.694-46.493-32.588 3.54-31.948 3.54-31.948 51.357 3.71 78.358 54.086 78.358 54.086 45.683 80.191 119.817 57.072 148.993 43.594 4.65-33.911 17.915-57.03 32.503-70.168-113.675-13.223-233.151-58.224-233.151-259.341 0-57.285 19.92-104.163 52.678-140.846-5.246-13.266-22.82-66.627 4.991-138.884 0 0 42.996-14.076 140.76 53.787 40.864-11.644 84.628-17.445 128.179-17.659 43.465.214 87.271 6.015 128.135 17.66 97.68-67.907 140.59-53.788 140.59-53.788 27.939 72.257 10.408 125.618 5.119 138.884 32.844 36.683 52.593 83.56 52.593 140.846 0 201.587-119.647 245.99-233.663 258.957 18.341 16.21 34.72 48.2 34.72 97.21 0 70.168-.639 126.728-.639 143.96 0 14.034 9.214 30.371 35.19 25.21 203.25-69.528 349.77-266.124 349.77-497.867C1023.858 234.943 794.674 0 512 0" fill="#3E75C3" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-grid"><path d="M819.354 921.6h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V819.2h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 819.2v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V819.2a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm-460.8 204.8h102.4V460.8h-102.4v102.4zm102.4-204.8h-102.4A102.4 102.4 0 0 0 .154 460.8v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V460.8a102.4 102.4 0 0 0-102.4-102.4zm614.4-153.6h102.4V102.4h-102.4v102.4zM921.754 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 921.754 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM563.354 0h-102.4a102.4 102.4 0 0 0-102.4 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 563.354 0zm-460.8 204.8h102.4V102.4h-102.4v102.4zM204.954 0h-102.4A102.4 102.4 0 0 0 .154 102.4v102.4a102.4 102.4 0 0 0 102.4 102.4h102.4a102.4 102.4 0 0 0 102.4-102.4V102.4A102.4 102.4 0 0 0 204.954 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-html-text"><path d="m137.6 512 204.8-204.8c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L70.4 489.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4l227.2 227.2c12.8 12.8 32 12.8 44.8 0 12.8-12.8 12.8-32 0-44.8L137.6 512zm464-339.2c-16-3.2-35.2 6.4-38.4 22.4L396.8 812.8c-3.2 16 6.4 35.2 22.4 38.4 16 3.2 35.2-6.4 38.4-22.4L624 211.2c6.4-16-3.2-35.2-22.4-38.4zm352 316.8L726.4 262.4c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8L886.4 512 681.6 716.8c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l227.2-227.2c6.4-6.4 9.6-16 9.6-22.4 0-9.6-3.2-16-9.6-22.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-node-tree"><path d="M332.48 500.864a25.6 25.6 0 1 0 0-51.2H192.384v-184.96a115.2 115.2 0 0 0 89.6-112.128c0-63.488-51.712-115.2-115.2-115.2s-115.2 51.712-115.2 115.2a115.2 115.2 0 0 0 89.6 112.128v696.192a25.6 25.6 0 1 0 51.2 0v-141.12c2.304.192 4.48.512 6.912.512H332.48a25.6 25.6 0 1 0 0-51.2H199.296c-3.456 0-5.504-.448-6.08-.256a29.184 29.184 0 0 1-.896-8.576V500.8h140.16zM102.784 152.64c0-35.264 28.736-64 64-64s64 28.736 64 64-28.736 64-64 64-64-28.736-64-64zm818.432 207.424h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4zm486.336 140.352h-486.4c-28.224 0-51.2 22.976-51.2 51.2v128c0 28.224 22.976 51.2 51.2 51.2h486.4c28.224 0 51.2-22.976 51.2-51.2v-128c0-28.224-22.976-51.2-51.2-51.2zm-486.336 179.2v-128h486.4v128h-486.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-number-field"><path d="M960 1024H64a64 64 0 0 1-64-64V64A64 64 0 0 1 64 0h896a64 64 0 0 1 64 64v896a64 64 0 0 1-64 64zm0-896a64 64 0 0 0-64-64H128a64 64 0 0 0-64 64v768a64 64 0 0 0 64 64h768a64 64 0 0 0 64-64V128zM832 768H704a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v384a64 64 0 0 1-64 64zM512 640a64 64 0 0 1 0 128H384a64 64 0 0 1-64-64V512a64 64 0 0 1 64-64h64v-64h-64a64 64 0 0 1 0-128h128a64 64 0 0 1 64 64v192a64 64 0 0 1-64 64h-64v64h64zM192 768a64 64 0 0 1-64-64V320a64 64 0 0 1 128 0v384a64 64 0 0 1-64 64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-picture-upload-field"><path d="M896 1024H128C57.312 1024 0 966.688 0 896V128C0 57.312 57.312 0 128 0h768c70.688 0 128 57.312 128 128v768c0 70.688-57.312 128-128 128zm0-64c35.328 0 64-28.672 64-64V639.968l-192-192L494.816 721.12 730.624 960H896zM64 896c0 35.328 28.672 64 64 64h512.032L318.24 638.208 64 865.952V896zm896-768c0-35.328-28.672-64-64-64H128c-35.328 0-64 28.672-64 64v650.752L320 544l129.856 131.552L768 352l192 196.096V128zM256 384c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128-57.312 128-128 128zm0-192c-35.328 0-64 28.672-64 64s28.672 64 64 64 64-28.672 64-64-28.672-64-64-64z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-radio-field"><path d="M512 65.983C266.08 65.983 65.983 266.08 65.983 512c0 245.952 200.065 446.017 446.017 446.017S958.017 757.952 958.017 512c0-245.92-200.065-446.017-446.017-446.017zm0 828.034c-210.656 0-382.017-171.392-382.017-382.017 0-210.656 171.36-382.017 382.017-382.017 210.625 0 382.017 171.36 382.017 382.017 0 210.625-171.392 382.017-382.017 382.017zM512 352C423.776 352 352 423.776 352 512s71.774 160 160 160 160-71.774 160-160-71.776-160-160-160z" /></symbol><symbol class="icon" viewBox="0 0 1069 1024" id="icon-rate-field"><path d="m633.73 378.02 9.498 18.688 20.78 2.798 206.616 27.332a11.465 11.465 0 0 1 6.61 19.473L729.966 593.665l-14.893 14.893 3.8 20.683 37.847 204.89a11.465 11.465 0 0 1-16.481 12.296l-185.55-94.58-18.687-9.493-18.487 9.992-183.24 99.35a11.465 11.465 0 0 1-16.784-11.867l32.543-205.796 3.297-20.786-15.192-14.492-151.033-143.484a11.465 11.465 0 0 1 6.1-19.64L399 402.998l20.786-3.296 9.092-18.98 89.713-188.078a11.465 11.465 0 0 1 20.569-.263l94.568 185.635zM496.647 85.52 374.89 340.501l-279.126 44.26a34.395 34.395 0 0 0-18.303 58.908l204.873 194.663-44.169 279.115a34.395 34.395 0 0 0 50.366 35.616l248.4-134.679L788.776 946.66a34.395 34.395 0 0 0 49.437-36.894l-51.306-277.854 199.731-199.909a34.395 34.395 0 0 0-19.828-58.408l-280.118-37.032L558.33 84.713a34.395 34.395 0 0 0-61.682.802z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-redo"><path d="M412.081 346.3h443.415L640.168 133.871c-18.973-18.973-18.973-46.064 0-65.038s44.325-19.884 63.381-.83l291.385 284.591c18.973 18.973 18.973 44.159 0 63.132L703.549 700.649c-18.973 18.973-44.325 18.973-63.381-.083-18.973-18.973-18.973-43.91 0-62.883l215.328-208.534H412.081c-177.3 0-314.335 138.359-314.335 309.364v44.325c0 25.354-16.074 44.325-41.425 44.325s-41.425-18.973-41.425-44.325v-44.325c0-221.709 169.181-392.213 397.185-392.213z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-rich-editor-field"><path d="M313.36 448.094H632.63v31.927H313.36v-31.927ZM313.36 583.784h223.49v31.927H313.36v-31.927ZM313.36 719.474h127.709v31.927h-127.71v-31.927ZM889.412 554.809l-39.955-39.971-39.957-39.941c-7.358-7.358-19.285-7.358-26.642 0l-329.7 329.694a14.08 14.08 0 0 0-4.592 6.873L412.078 932.86a14.158 14.158 0 0 0 3.54 14.079l.99.763.77.982a14.174 14.174 0 0 0 14.062 3.555l121.395-36.495a14.04 14.04 0 0 0 6.938-4.677l329.639-329.63c7.35-7.343 7.35-19.284 0-26.627zM541.136 889.756l-95.198 28.622 28.623-95.235 255.02-255.02 66.6 66.599-255.045 255.034zM856.112 574.78l-46.611 46.611-66.59-66.598 46.605-46.597c3.677-3.68 9.641-3.68 13.319-.016l26.892 26.892 26.384 26.394c3.68 3.68 3.68 9.65.001 13.314z" /><path d="M671.874 224.898v-28.934c0-22.004-17.905-39.909-39.909-39.909H314.026c-22.004 0-39.909 17.905-39.909 39.91v28.933h-104.43v643.564c0 35.26 28.592 63.854 63.855 63.854h127.709v-47.89H249.506c-17.632 0-31.928-14.299-31.928-31.928v-579.71h56.54v10.976c0 22.004 17.904 39.909 39.908 39.909h317.938c22.004 0 39.91-17.905 39.91-39.91V272.79h56.538V437.45h47.89V224.898H671.875zm-47.89 50.884H322.007v-71.836h301.974v71.836z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-section"><path d="M141.074 906.496h741.852c89.581 0 134.583-44.562 134.583-132.846V250.331c0-88.283-45.002-132.845-134.583-132.845H141.074c-89.143.018-134.583 44.16-134.583 132.845V773.67c0 88.704 45.44 132.845 134.583 132.845zm1.28-68.992c-42.861 0-66.852-22.71-66.852-67.291V253.806c0-44.58 23.99-67.292 66.852-67.292h739.292c42.423 0 66.852 22.711 66.852 67.292v516.388c0 44.58-24.43 67.292-66.852 67.292z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-select-field"><path d="M374.784 649.515a32 32 0 0 1 3.072 41.685l-3.115 3.584L225.28 843.947a32 32 0 0 1-37.845 5.504l-3.968-2.56-85.334-64a32 32 0 0 1 34.432-53.76l3.968 2.56 63.147 47.36 129.835-129.622a32 32 0 0 1 45.269.043zm531.37 75.818a32 32 0 0 1 4.31 63.702l-4.31.298h-448a32 32 0 0 1-4.351-63.744l4.352-.256h448zm.513-256a32 32 0 0 1 4.352 63.702l-4.352.298h-448a32 32 0 0 1-4.352-63.701l4.352-.299h448zm-531.84-331.776a32 32 0 0 1 2.986 41.686l-3.114 3.584-149.846 149.205a32 32 0 0 1-37.888 5.419l-3.925-2.56-84.907-64a32 32 0 0 1 34.518-53.675l3.968 2.56 62.72 47.275L329.6 137.472a32 32 0 0 1 45.227.085zm531.328 75.819a32 32 0 0 1 4.309 63.701l-4.31.299H459.35a32 32 0 0 1-4.352-63.744l4.352-.256h446.806z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-select-tree-field"><path d="M374.784 649.515a32 32 0 0 1 3.072 41.685l-3.115 3.584L225.28 843.947a32 32 0 0 1-37.845 5.504l-3.968-2.56-85.334-64a32 32 0 0 1 34.432-53.76l3.968 2.56 63.147 47.36 129.835-129.622a32 32 0 0 1 45.269.043zm531.37 75.818a32 32 0 0 1 4.31 63.702l-4.31.298h-448a32 32 0 0 1-4.351-63.744l4.352-.256h448zm.513-256a32 32 0 0 1 4.352 63.702l-4.352.298h-448a32 32 0 0 1-4.352-63.701l4.352-.299h448zm-531.84-331.776a32 32 0 0 1 2.986 41.686l-3.114 3.584-149.846 149.205a32 32 0 0 1-37.888 5.419l-3.925-2.56-84.907-64a32 32 0 0 1 34.518-53.675l3.968 2.56 62.72 47.275L329.6 137.472a32 32 0 0 1 45.227.085zm531.328 75.819a32 32 0 0 1 4.309 63.701l-4.31.299H459.35a32 32 0 0 1-4.352-63.744l4.352-.256h446.806z" /><path d="M224 192a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm0 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm0 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm256-480a32 32 0 1 0-64 0 32 32 0 1 0 64 0Zm0 320a32 32 0 1 0-64 0 32 32 0 1 0 64 0ZM192 352h256M192 672h256M224 192v160m0 160v160" stroke="currentColor" stroke-width="32" fill="none" stroke-linecap="round" stroke-linejoin="round" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slider-field"><path d="M951.453 476.844H523.672a131.836 131.836 0 0 0-254.18 0H72.547v70.312h196.945a131.836 131.836 0 0 0 254.18 0h427.781z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-component"><path d="M512 102.4c-212.48 0-384 171.52-384 384s171.52 384 384 384 384-171.52 384-384-171.52-384-384-384zm25.6 716.8v-128c0-15.36-10.24-25.6-25.6-25.6s-25.6 10.24-25.6 25.6v128C322.56 806.4 192 675.84 179.2 512h128c15.36 0 25.6-10.24 25.6-25.6s-10.24-25.6-25.6-25.6h-128C192 296.96 322.56 166.4 486.4 156.16V281.6c0 15.36 10.24 25.6 25.6 25.6s25.6-10.24 25.6-25.6V156.16C701.44 168.96 832 299.52 844.8 460.8h-128c-15.36 0-25.6 10.24-25.6 25.6s10.24 25.6 25.6 25.6h128C832 675.84 701.44 806.4 537.6 819.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-slot-field"><path d="M493.969 244.87h36.285q18.031 0 18.031 18.03v217.267q0 18.031-18.031 18.031h-36.285q-18.032 0-18.032-18.031V262.901q0-18.031 18.032-18.031ZM323.45000000000005 525.802h36.286q18.031 0 18.031 18.031v217.266q0 18.031-18.031 18.031H323.45q-18.03 0-18.03-18.03V543.832q0-18.031 18.03-18.031ZM664.2639999999999 525.802h36.286q18.03 0 18.03 18.031v217.266q0 18.031-18.03 18.031h-36.286q-18.031 0-18.031-18.03V543.832q0-18.031 18.031-18.031Z" /><path d="M827.437 122.212H196.563a74.574 74.574 0 0 0-74.35 74.351v630.874a74.574 74.574 0 0 0 74.35 74.35h630.874a74.574 74.574 0 0 0 74.35-74.35V196.563a74.574 74.574 0 0 0-74.35-74.35zm52.09 705.225a52.09 52.09 0 0 1-52.09 52.09H196.563a52.09 52.09 0 0 1-52.09-52.09V196.563a52.09 52.09 0 0 1 52.09-52.09h630.874a52.09 52.09 0 0 1 52.09 52.09z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-static-text"><path d="M213.333 160c-4.821 0-9.472.64-13.824 1.792a32 32 0 0 1-16.554-61.824C192.683 97.408 202.88 96 213.333 96h33.195a32 32 0 0 1 0 64h-33.195zm133.931-32a32 32 0 0 1 32-32h66.347a32 32 0 1 1 0 64h-66.304a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zm199.083 0a32 32 0 0 1 32-32h33.195c10.453 0 20.65 1.365 30.378 3.968a32 32 0 1 1-16.554 61.867A53.419 53.419 0 0 0 810.667 160h-33.195a32 32 0 0 1-32-32zm-606.293 32.341a32 32 0 0 1 22.613 39.168A53.461 53.461 0 0 0 160 213.333v33.195a32 32 0 0 1-64 0v-33.195c0-10.453 1.365-20.65 3.968-30.378a32 32 0 0 1 39.168-22.614zm745.685 0a32 32 0 0 1 39.168 22.614c2.56 9.728 3.968 19.925 3.968 30.378v33.195a32 32 0 0 1-64 0v-33.195c0-4.821-.64-9.472-1.792-13.824a32 32 0 0 1 22.613-39.168zM128 347.221a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.39a32 32 0 1 1-64 0v-66.304a32 32 0 0 1 32-32zM128 546.432a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm768 0a32 32 0 0 1 32 32v66.347a32 32 0 0 1-64 0v-66.347a32 32 0 0 1 32-32zm0 199.083a32 32 0 0 1 32 32v33.152c0 10.453-1.365 20.65-3.968 30.378a32 32 0 1 1-61.867-16.554c1.195-4.352 1.835-8.96 1.835-13.824v-33.195a32 32 0 0 1 32-32zm-768 0a32 32 0 0 1 32 32v33.152c0 4.821.64 9.472 1.792 13.824a32 32 0 0 1-61.824 16.512A117.461 117.461 0 0 1 96 810.667v-33.195a32 32 0 0 1 32-32zm32.341 139.392a32 32 0 0 1 39.168-22.656 53.814 53.814 0 0 0 13.824 1.792h33.195a32 32 0 0 1 0 64h-33.195c-10.453 0-20.65-1.366-30.378-3.968a32 32 0 0 1-22.614-39.168zm703.318 0a32 32 0 0 1-22.614 39.168c-9.728 2.56-19.925 3.968-30.378 3.968h-33.195a32 32 0 0 1 0-64h33.195c4.821 0 9.472-.64 13.824-1.792a32 32 0 0 1 39.168 22.613zM347.307 896a32 32 0 0 1 32-32h66.346a32 32 0 1 1 0 64h-66.346a32 32 0 0 1-32-32zm199.125 0a32 32 0 0 1 32-32h66.347a32 32 0 0 1 0 64h-66.347a32 32 0 0 1-32-32zM341.333 352a32 32 0 0 0 0 64H480v266.667a32 32 0 0 0 64 0V416h138.667a32 32 0 0 0 0-64H341.333z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-sub-form"><path d="M512 106.667H112a5.333 5.333 0 0 0-5.333 5.333v800a5.333 5.333 0 0 0 5.333 5.333h800a5.333 5.333 0 0 0 5.333-5.333V112a5.333 5.333 0 0 0-5.333-5.333zm0 74.666h325.333a5.333 5.333 0 0 1 5.334 5.334v160a5.333 5.333 0 0 1-5.334 5.333H186.667a5.333 5.333 0 0 1-5.334-5.333v-160a5.333 5.333 0 0 1 5.334-5.334zM597.333 432v405.333a5.333 5.333 0 0 1-5.333 5.334H432a5.333 5.333 0 0 1-5.333-5.334V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.333 5.333zm-410.666-5.333h160A5.333 5.333 0 0 1 352 432v405.333a5.333 5.333 0 0 1-5.333 5.334h-160a5.333 5.333 0 0 1-5.334-5.334V432a5.333 5.333 0 0 1 5.334-5.333zM672 837.333V432a5.333 5.333 0 0 1 5.333-5.333h160a5.333 5.333 0 0 1 5.334 5.333v405.333a5.333 5.333 0 0 1-5.334 5.334h-160a5.333 5.333 0 0 1-5.333-5.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-switch-field"><path d="M692 792H332C182 792 62 672 62 522s120-270 270-270h360c150 0 270 120 270 270 0 147-120 270-270 270zM332 312c-117 0-210 93-210 210s93 210 210 210h360c117 0 210-93 210-210s-93-210-210-210H332z" /><path d="M191 522a150 150 0 1 0 300 0 150 150 0 1 0-300 0z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-tab"><path d="M908.8 1005.44H115.2A101.76 101.76 0 0 1 14.08 903.68V110.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" /><path d="M977.92 299.52a32.64 32.64 0 0 1-32-32v-87.04a37.12 37.12 0 0 0-37.12-37.76H421.12a32 32 0 0 1-32-32 32 32 0 0 1 32-32H908.8a101.76 101.76 0 0 1 101.12 101.76v87.04a32 32 0 0 1-32 32z" /><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" /><path d="M699.52 299.52a32 32 0 0 1-32-32v-156.8a32 32 0 0 1 64 0v156.8a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-table"><path d="M925.586 0H101.369C69.885 0 42.24 28.924 42.24 62.328v902.8c0 33.403 27.645 58.872 59.129 58.872h824.217c31.484 0 56.057-25.469 56.057-58.873V62.328C981.643 28.924 957.198 0 925.586 0zM373.719 735.908V543.932h276.445v191.976zm276.445 42.235v203.494H373.719V778.143zm287.964-276.446h-244.45V298.203h244.45zm-287.964 0H373.719V298.203h276.445zm-319.96 0H85.754V298.203h244.45zm-244.45 42.235h244.45v191.976H85.754zm607.925 0h244.449v191.976h-244.45zM101.369 42.235h824.217c7.807 0 12.542 10.366 12.542 20.093v193.64H85.755V62.328c0-9.727 7.807-20.093 15.614-20.093zM85.755 964.999V778.143h244.449v203.494H101.369c-7.807 0-15.614-6.91-15.614-16.51zm839.83 16.638H693.68V778.143h244.449v186.856c0 9.727-4.607 16.638-12.542 16.638z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-text-field"><path d="M896 224H128c-35.2 0-64 28.8-64 64v448c0 35.2 28.8 64 64 64h768c35.2 0 64-28.8 64-64V288c0-35.2-28.8-64-64-64zm0 480c0 19.2-12.8 32-32 32H160c-19.2 0-32-12.8-32-32V320c0-19.2 12.8-32 32-32h704c19.2 0 32 12.8 32 32v384z" /><path d="M224 352c-19.2 0-32 12.8-32 32v256c0 16 12.8 32 32 32s32-12.8 32-32V384c0-16-12.8-32-32-32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-textarea-field"><path d="M896.4 173.1H128.9c-35.2 0-49 13.8-49 49v575.6c0 35.2 13.8 49 49 49h767.5c35.2 0 49-13.8 49-49V222.1c0-35.2-13.8-49-49-49zm0 592.6c0 16-12.8 32-32 32H160.9c-19.2 0-32-12.8-32-32V254.1c0-16 12.8-32 32-32h703.5c19.2 0 32 12.8 32 32v511.6z" /><path d="M710.2 766.7h141.5c8.1 0 14.7-6.6 14.7-14.7V610.4c0-1.3-1.6-2-2.6-1.1L709.1 764.1c-1 1-.3 2.6 1.1 2.6zm-503-172.4h-13.5c-10 0-18.2-8.2-18.2-18.2V291.8c0-10.2 8.4-18.6 18.6-18.6h12.8c10.2 0 18.6 8.4 18.6 18.6v284.3c-.1 10-8.3 18.2-18.3 18.2z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-field"><path d="M512 39.385A472.615 472.615 0 1 0 984.615 512 472.615 472.615 0 0 0 512 39.385zm0 866.461A393.846 393.846 0 1 1 905.846 512 393.846 393.846 0 0 1 512 905.846zm75.855-373.72A77.154 77.154 0 0 0 590.769 512a78.454 78.454 0 0 0-39.384-67.86V196.923a39.385 39.385 0 0 0-78.77 0V444.14a78.336 78.336 0 0 0 59.55 143.715l70.144 70.144a39.385 39.385 0 0 0 55.69-55.69zM512 551.385A39.385 39.385 0 1 1 551.385 512 39.385 39.385 0 0 1 512 551.385zm315.077-78.77A39.385 39.385 0 1 0 866.462 512a39.385 39.385 0 0 0-39.385-39.385zm-630.154 0A39.385 39.385 0 1 0 236.308 512a39.385 39.385 0 0 0-39.385-39.385zm509.991 234.3a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69 0zM317.007 317.006a39.385 39.385 0 1 0-55.73 0 39.385 39.385 0 0 0 55.809.04zM512 787.692a39.385 39.385 0 1 0 39.385 39.385A39.385 39.385 0 0 0 512 787.692zm-250.604-80.778a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.039zm445.518-445.518a39.385 39.385 0 1 0 55.69 0 39.385 39.385 0 0 0-55.69-.04z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-time-range-field"><path d="M498.596 482.29H345.42v57.308h210.478V274.197h-57.301V482.29zm79.089 162.695h379.88v57.302h-379.88v-57.302zm0 128.78h379.88v57.307h-379.88v-57.307zm0 128.785h379.88v57.307h-379.88V902.55zm0 0" /><path d="M102.523 382.29a28.668 28.668 0 0 0 23.367 2.56l190.81-61.886c15.053-4.883 23.298-21.04 18.415-36.09-4.882-15.052-21.04-23.297-36.093-18.415l-123.346 40c15.994-26.117 35.17-50.538 57.37-72.745 73.768-73.767 171.847-114.388 276.169-114.388 104.32 0 202.395 40.622 276.161 114.388S899.77 407.56 899.77 511.882c0 26.428-2.616 52.45-7.71 77.78h58.303c4.465-25.499 6.709-51.47 6.709-77.78 0-60.45-11.846-119.102-35.205-174.336-22.56-53.335-54.85-101.227-95.969-142.35-41.122-41.122-89.017-73.408-142.348-95.968-55.233-23.361-113.89-35.207-174.334-35.207-60.45 0-119.107 11.846-174.337 35.208-53.335 22.56-101.23 54.846-142.35 95.969-23.98 23.98-44.933 50.278-62.727 78.6l-20.738-105.654c-3.043-15.528-18.105-25.642-33.632-22.6-15.528 3.048-25.643 18.105-22.6 33.637l36.103 183.932a28.666 28.666 0 0 0 13.588 19.178zm23.497 205.652H67.768c5.76 33.679 15.368 66.544 28.79 98.278 22.56 53.334 54.85 101.225 95.972 142.348 41.123 41.123 89.014 73.409 142.349 95.969 54.112 22.888 111.518 34.711 170.668 35.182v-57.324c-102.95-.941-199.595-41.446-272.5-114.349-55.501-55.502-92.237-124.77-107.027-200.104zm0 0" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-undo"><path d="M609.206 396.656H193.504l201.87-199.152c17.787-17.787 17.787-43.185 0-60.973s-41.555-18.641-59.42-.778L62.857 402.557c-17.787 17.787-17.787 41.399 0 59.186L336.03 728.858c17.787 17.787 41.555 17.787 59.42-.078 17.787-17.787 17.787-41.166 0-58.953L193.502 474.326h415.702c166.219 0 311.155 129.712 311.155 290.029v41.555c0 23.769 15.069 41.555 38.836 41.555s38.836-17.787 38.836-41.555v-41.555c0-207.852-175.073-367.7-388.828-367.7z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-vue-sfc"><path d="M454.138 11.176 54.066 174.092c-72.088 29.49-72.088 120.523 0 150.014l400.276 162.916c36.454 14.95 78.847 14.95 115.506 0l400.071-162.814c72.191-29.593 72.089-120.83-.307-150.116L569.746 11.278a155.339 155.339 0 0 0-115.608-.205zm469.19 237.872L532.37 408.585l-7.885 2.457a55.09 55.09 0 0 1-32.562-2.457L100.35 249.048l391.265-159.23a55.09 55.09 0 0 1 40.447 0l391.162 159.23z" fill="#1890FF" /><path d="M498.681 729.911c-20.275 0-40.652-3.788-59.391-11.673L53.76 561.26C20.48 547.847 0 519.89 0 488.558c0-31.436 20.582-59.391 53.862-72.703l36.556-15.053c21.401-8.806 47.103-1.024 57.24 17.408 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.229-4.71 3.584-4.71 6.45 0 3.073 1.536 5.12 4.71 6.452l385.326 156.875c14.336 5.939 30.924 5.939 45.362 0L906.74 495.009c3.072-1.229 4.915-3.584 4.915-6.451 0-3.072-1.536-5.222-4.607-6.451l-44.851-18.227c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.329 35.84-26.214 57.24-17.407l44.851 18.431c33.177 13.517 53.76 41.267 53.76 72.703 0 31.334-20.48 59.391-53.76 72.703L558.482 718.238a161.585 161.585 0 0 1-59.801 11.673z" fill="#5DE1C8" /><path d="M498.681 966.247c-20.275 0-40.652-3.89-59.391-11.673L53.76 797.597C20.48 784.08 0 756.227 0 724.997c0-31.437 20.582-59.494 53.862-72.806l36.556-14.95c21.401-8.807 47.103-1.024 57.24 17.407 10.24 18.227 1.025 40.14-20.479 48.947l-36.454 14.95c-3.072 1.126-4.71 3.584-4.71 6.451 0 3.072 1.536 5.12 4.71 6.349l385.326 156.977c14.336 5.939 30.924 5.939 45.362 0L906.74 731.14c3.072-1.126 4.915-3.584 4.915-6.349 0-3.072-1.536-5.324-4.607-6.45l-44.851-18.33c-21.401-8.806-30.412-30.72-20.377-48.947 10.342-18.431 35.84-26.214 57.24-17.407l44.851 18.329c33.177 13.517 53.76 41.369 53.76 72.703 0 31.436-20.48 59.494-53.76 72.805l-385.428 157.08a161.585 161.585 0 0 1-59.801 11.673z" fill="#FF7272" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-custom-search"><path d="M863.3 641.94A416.1 416.1 0 0 0 96.7 318.06a416.1 416.1 0 0 0 766.6 323.88zM480 832a352 352 0 1 1 248.9-103.1A349.69 349.69 0 0 1 480 832z" /><path d="m950.63 841.37-96-96a32 32 0 0 0-45.25 45.25l96 96a13.25 13.25 0 1 1-18.75 18.75l-96-96a32 32 0 0 0-45.25 45.25l96 96a77.25 77.25 0 1 0 109.25-109.25z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-arrow-down"><path d="M512 714.667c-8.533 0-17.067-2.134-23.467-8.534L147.2 364.8c-12.8-12.8-12.8-32 0-44.8 12.8-12.8 32-12.8 44.8 0l320 317.867 317.867-320c12.8-12.8 32-12.8 44.8 0 12.8 12.8 12.8 32 0 44.8L533.333 704c-4.266 8.533-12.8 10.667-21.333 10.667z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-back"><path fill="currentColor" d="M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z" /><path fill="currentColor" d="m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-check"><path fill="currentColor" d="M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-clone"><path d="M774.144 839.68c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H184.32c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V380.928c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4v65.536c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08V839.68c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h458.752c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08h65.536zM380.928 118.784c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v458.752c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456H839.68c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V184.32c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H380.928zm0-65.536H839.68c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v458.752c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H380.928c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V184.32c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-delete"><path fill="currentColor" d="M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-download"><path d="M896 672c-17.067 0-32 14.933-32 32v128c0 6.4-4.267 10.667-10.667 10.667H170.667c-6.4 0-10.667-4.267-10.667-10.667V704c0-17.067-14.933-32-32-32s-32 14.933-32 32v128c0 40.533 34.133 74.667 74.667 74.667h682.666C893.867 906.667 928 872.533 928 832V704c0-17.067-14.933-32-32-32z" /><path d="M488.533 727.467c6.4 6.4 14.934 8.533 23.467 8.533s17.067-2.133 23.467-8.533L748.8 514.133c12.8-12.8 12.8-32 0-44.8-12.8-12.8-32-12.8-44.8 0L546.133 627.2V170.667c0-17.067-14.933-32-32-32S480 153.6 480 170.667V627.2L322.133 469.333c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l211.2 213.334z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-drag-move"><path d="M909.3 506.3 781.7 405.6c-4.7-3.7-11.7-.4-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7c-2.9-3.7-8.5-3.7-11.3 0L405.6 242.3c-3.7 4.7-.4 11.7 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3c-3.7 2.9-3.7 8.5 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.7-2.9 3.7-8.5.1-11.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-form-template"><path d="M298.667 981.333A85.333 85.333 0 0 1 213.333 896V128a85.333 85.333 0 0 1 85.334-85.333h426.666A85.333 85.333 0 0 1 810.667 128v768a85.333 85.333 0 0 1-85.334 85.333zm0-832v725.334A21.333 21.333 0 0 0 320 896h384a21.333 21.333 0 0 0 21.333-21.333V149.333A21.333 21.333 0 0 0 704 128H320a21.333 21.333 0 0 0-21.333 21.333zm640 618.667V256a42.667 42.667 0 0 1 42.666-42.667A42.667 42.667 0 0 1 1024 256v512a42.667 42.667 0 0 1-42.667 42.667A42.667 42.667 0 0 1 938.667 768zM0 768V256a42.667 42.667 0 0 1 42.667-42.667A42.667 42.667 0 0 1 85.333 256v512a42.667 42.667 0 0 1-42.666 42.667A42.667 42.667 0 0 1 0 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-hide"><path d="M956.8 496c-41.6-70.4-99.2-147.2-176-204.8l105.6-105.6c12.8-12.8 12.8-32 0-44.8s-32-12.8-44.8 0L726.4 256C665.6 214.4 592 192 512 192c-214.4 0-358.4 166.4-444.8 304-6.4 9.6-6.4 22.4 0 32 41.6 70.4 102.4 147.2 176 204.8L134.4 841.6c-12.8 12.8-12.8 32 0 44.8 9.6 6.4 16 9.6 25.6 9.6s16-3.2 22.4-9.6l115.2-115.2C358.4 809.6 432 832 512 832c185.6 0 374.4-128 444.8-307.2 3.2-9.6 3.2-19.2 0-28.8zm-822.4 16C211.2 390.4 336 256 512 256c60.8 0 118.4 16 166.4 44.8l-80 80C576 361.6 544 352 512 352c-89.6 0-160 70.4-160 160 0 32 9.6 64 25.6 89.6L288 691.2C224 640 172.8 572.8 134.4 512zm473.6 0c0 54.4-41.6 96-96 96-16 0-28.8-3.2-41.6-9.6l128-128c6.4 12.8 9.6 25.6 9.6 41.6zm-192 0c0-54.4 41.6-96 96-96 16 0 28.8 3.2 41.6 9.6l-128 128c-6.4-12.8-9.6-25.6-9.6-41.6zm96 256c-60.8 0-118.4-16-166.4-44.8l80-80C448 662.4 480 672 512 672c89.6 0 160-70.4 160-160 0-32-9.6-64-25.6-89.6l89.6-89.6C803.2 384 854.4 451.2 892.8 512 825.6 659.2 665.6 768 512 768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-info"><path d="M512.001 928.997c230.524 0 418.076-187.552 418.075-418.077 0-230.527-187.552-418.077-418.075-418.077S93.924 280.393 93.924 510.92c0 230.525 187.552 418.077 418.077 418.077zM512 301.88c28.86 0 52.26 23.399 52.26 52.263 0 28.858-23.399 52.257-52.26 52.257s-52.26-23.399-52.26-52.257c0-28.863 23.399-52.263 52.26-52.263zm-52.26 209.042c0-28.86 23.399-52.26 52.26-52.26s52.26 23.399 52.26 52.26v156.775c0 28.86-23.399 52.26-52.26 52.26s-52.26-23.399-52.26-52.26V510.922z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-column"><path d="M653.184 713.6c12.864-12.864 33.6-12.864 46.528 0 6.4 6.4 3.776 14.72 3.776 23.232a32.675 32.675 0 0 1-9.6 23.104L569.92 886.4c-.128.128-.32.192-.512.32-2.88 2.88-9.536 5.184-13.312 6.784-3.456 1.344-.64 1.856-4.096 2.112-.768 0-1.344.384-2.048.384-.512 0-.896-.256-1.344-.256-3.84-.192-5.76-.896-9.344-2.24-3.264-1.344-6.016-3.52-8.64-5.76-.64-.512-1.472-.768-2.048-1.344L391.232 760c-12.864-12.736-6.976-33.6 5.888-46.4 12.8-12.864 33.6-12.864 46.464 0l105.472 100.352L653.184 713.6zM384 64v576h320V64H384zM128 704v256H64V640h256v320h-62.976L256 704H128m704 0v256h-64V640h256v320h-62.976L960 704H832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-insert-row"><path d="M310.336 653.184c12.864 12.864 12.864 33.6 0 46.528-6.4 6.4-14.72 3.776-23.168 3.776s-16.832-3.264-23.168-9.6L137.6 569.92c-.128-.128-.192-.32-.256-.512-2.88-2.816-5.248-9.536-6.848-13.312-1.344-3.392-1.856-.576-2.112-4.096 0-.768-.384-1.344-.384-2.048 0-.512.256-.896.256-1.344.192-3.84.896-5.76 2.24-9.344 1.344-3.264 3.52-6.016 5.76-8.64.512-.704.768-1.536 1.344-2.112l126.336-137.344c12.8-12.864 33.6-6.976 46.4 5.888 12.864 12.8 12.864 33.6 0 46.464L210.048 548.992l100.288 104.192zM960 384H384v320h576V384zM320 128H64V64h320v256H64v-62.976L320 256V128m0 704H64v-64h320v256H64v-62.976L320 960V832" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-menu"><path d="M844.8 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c0 19.2-19.2 38.4-38.4 38.4zM435.2 883.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4zm0-403.2h-256c-19.2 0-38.4-19.2-38.4-38.4v-256c0-19.2 19.2-38.4 38.4-38.4h256c19.2 0 38.4 19.2 38.4 38.4v256c6.4 19.2-12.8 38.4-38.4 38.4z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-down"><path d="M898.133 512c-12.8-12.8-32-12.8-44.8-2.133L544 800V149.333c0-17.066-14.933-32-32-32s-32 14.934-32 32V800L170.667 509.867c-12.8-12.8-34.134-10.667-44.8 2.133-12.8 12.8-10.667 34.133 2.133 44.8l362.667 341.333c2.133 2.134 6.4 4.267 8.533 6.4 4.267 2.134 6.4 2.134 10.667 2.134s8.533 0 10.666-2.134c4.267-2.133 6.4-4.266 8.534-6.4L891.733 556.8c17.067-12.8 19.2-32 6.4-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-move-up"><path d="M896 467.2 533.333 125.867c-2.133-2.134-6.4-4.267-8.533-6.4-4.267-2.134-6.4-2.134-10.667-2.134s-8.533 0-10.666 2.134c-4.267 2.133-6.4 4.266-8.534 6.4L132.267 467.2c-12.8 12.8-12.8 32-2.134 44.8 12.8 12.8 32 12.8 44.8 2.133L484.267 224v650.667c0 17.066 14.933 32 32 32s32-14.934 32-32V224l305.066 290.133c6.4 6.4 14.934 8.534 21.334 8.534 8.533 0 17.066-4.267 23.466-10.667 12.8-12.8 10.667-32-2.133-44.8z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-plus"><path d="M554.667 213.333h-85.334v256h-256v85.334h256v256h85.334v-256h256v-85.334h-256z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-set-up"><path d="M217.088 151.552c-18.432.683-33.792 7.168-46.08 19.456s-18.773 27.648-19.456 46.08v589.824c.683 18.432 7.168 33.792 19.456 46.08s27.648 18.773 46.08 19.456h589.824c18.432-.683 33.792-7.168 46.08-19.456s18.773-27.648 19.456-46.08V217.088c-.683-18.432-7.168-33.792-19.456-46.08s-27.648-18.773-46.08-19.456H217.088zm0-65.536h589.824c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672v589.824c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4H217.088c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672V217.088c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4zm163.84 327.68c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm98.304-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H479.232c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768zm163.84 425.984c18.432-.683 33.792-7.168 46.08-19.456s18.432-27.648 18.432-46.08-6.144-33.792-18.432-46.08-27.648-18.432-46.08-18.432-33.792 6.144-46.08 18.432-18.432 27.648-18.432 46.08 6.144 33.792 18.432 46.08 27.648 18.773 46.08 19.456zm0 65.536c-36.864-.683-67.755-13.483-92.672-38.4s-37.717-55.808-38.4-92.672c.683-36.864 13.483-67.755 38.4-92.672s55.808-37.717 92.672-38.4c36.864.683 67.755 13.483 92.672 38.4s37.717 55.808 38.4 92.672c-.683 36.864-13.483 67.755-38.4 92.672s-55.808 37.717-92.672 38.4zm-360.448-163.84h262.144c21.845 0 32.768 10.923 32.768 32.768s-10.923 32.768-32.768 32.768H282.624c-21.845 0-32.768-10.923-32.768-32.768s10.923-32.768 32.768-32.768z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-el-view"><path fill="currentColor" d="M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z" /></symbol><symbol viewBox="0 0 1024 1024" id="icon-el-zoom-in"><path fill="currentColor" d="m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z" /></symbol>',p.insertBefore(e,p.firstChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",s):s()}var iconfont="",index="";function registerCPEditor(s,p,e,g){s.component(e,g)}function registerAPEditor(s,p,e,g){s.component(e,g)}function registerEPEditor(s,p,e,g){s.component(e,g)}function _isSlot(s){return typeof s=="function"||Object.prototype.toString.call(s)==="[object Object]"&&!vue.isVNode(s)}const createInputTextEditor=function(s,p){return{props:{optionModel:Object},render(e){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-input"),{type:"text",modelValue:this.optionModel[s],"onUpdate:modelValue":g=>this.optionModel[s]=g},null)]})}}},createTextareaEditor=function(s,p,e={}){return{props:{optionModel:Object},render(g){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-input"),{type:"textarea",modelValue:this.optionModel[s],"onUpdate:modelValue":_=>this.optionModel[s]=_,rows:e.rows||4,autosize:e.autosize||!1},null)]})}}},createInputNumberEditor=function(s,p){return{props:{optionModel:Object},methods:{updateValue(e){e==null||isNaN(e)?this.optionModel[s]=null:this.optionModel[s]=Number(e)}},render(e){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-input-number"),{type:"text",modelValue:this.optionModel[s],"onUpdate:modelValue":g=>this.optionModel[s]=g,onChange:this.updateValue,style:"width: 100%"},null)]})}}},createBooleanEditor=function(s,p){return{props:{optionModel:Object},render(e){return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-switch"),{modelValue:this.optionModel[s],"onUpdate:modelValue":g=>this.optionModel[s]=g},null)]})}}},createRadioButtonGroupEditor=function(s,p,e){return{props:{optionModel:Object},render(g){let _;return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-radio-group"),{modelValue:this.optionModel[s],"onUpdate:modelValue":b=>this.optionModel[s]=b},_isSlot(_=e.optionItems.map(b=>vue.createVNode(vue.resolveComponent("el-radio-button"),{label:b.value},{default:()=>[b.label]})))?_:{default:()=>[_]})]})}}},createSelectEditor=function(s,p,e){return{props:{optionModel:Object},render(g){let _;return vue.createVNode(vue.resolveComponent("el-form-item"),{label:translate(p)},{default:()=>[vue.createVNode(vue.resolveComponent("el-select"),{modelValue:this.optionModel[s],"onUpdate:modelValue":b=>this.optionModel[s]=b},_isSlot(_=e.optionItems.map(b=>vue.createVNode(vue.resolveComponent("el-option"),{label:b.label,value:b.value},null)))?_:{default:()=>[_]})]})}}},createEventHandlerEditor=function(s,p){return{props:{optionModel:Object},mixins:[emitter],methods:{editEventHandler(){this.dispatch("SettingPanel","editEventHandler",[s,[...p]])}},render(e){let g;return vue.createVNode(vue.resolveComponent("el-form-item"),{label:s,"label-width":"150px"},{default:()=>[vue.createVNode(vue.resolveComponent("el-button"),{type:"info",icon:"el-icon-edit",plain:!0,round:!0,onClick:this.editEventHandler},_isSlot(g=translate("designer.setting.addEventHandler"))?g:{default:()=>[g]})]})}}};var containerMixin={inject:["getFormConfig","getGlobalDsv"],computed:{formConfig(){return this.getFormConfig()}},methods:{appendTableRow(s){this.designer.appendTableRow(s)},appendTableCol(s){this.designer.appendTableCol(s)},onContainerDragAdd(s,p){const e=s.newIndex;p[e]&&this.designer.setSelected(p[e]),this.designer.emitHistoryChange()},onContainerDragUpdate(){this.designer.emitHistoryChange()},checkContainerMove(s){return this.designer.checkWidgetMove(s)},selectWidget(s){this.designer.setSelected(s)},selectParentWidget(){this.parentWidget?this.designer.setSelected(this.parentWidget):this.designer.clearSelected()},moveUpWidget(){this.designer.moveUpWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},moveDownWidget(){this.designer.moveDownWidget(this.parentList,this.indexOfParentList),this.designer.emitHistoryChange()},cloneContainer(s){if(this.parentList){let p=this.designer.cloneContainer(s);this.parentList.splice(this.indexOfParentList+1,0,p),this.designer.setSelected(p),this.designer.emitHistoryChange()}},removeWidget(){if(this.parentList){const s=this.designer.selectedWidgetName;let p=null;this.parentList.length===1?this.parentWidget&&(p=this.parentWidget):this.parentList.length===1+this.indexOfParentList?p=this.parentList[this.indexOfParentList-1]:p=this.parentList[this.indexOfParentList+1],this.$nextTick(()=>{this.parentList.splice(this.indexOfParentList,1),this.designer.setSelected(p),this.designer.formWidget.deleteWidgetRef(s),this.designer.emitHistoryChange()})}},setWidgetOption(s,p){this.widget.options.hasOwnProperty(s)&&(this.widget.options[s]=p)}}},containerWrapper_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$x={name:"container-wrapper",mixins:[i18n$1,containerMixin],components:{SvgIcon},props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{customClass(){return this.widget.options.customClass?this.widget.options.customClass.join(" "):""}}},_hoisted_1$q={key:0,class:"container-action"},_hoisted_2$j=["title"],_hoisted_3$g=["title"],_hoisted_4$d=["title"],_hoisted_5$b=["title"],_hoisted_6$b=["title"],_hoisted_7$9=["title"],_hoisted_8$6=["title"],_hoisted_9$5={key:1,class:"drag-handler"},_hoisted_10$3=["title"],_hoisted_11$1={key:0};function _sfc_render$x(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon");return vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["container-wrapper",[b.customClass]])},[vue.renderSlot(s.$slots,"default",{},void 0,!0),e.designer.selectedId===e.widget.id&&!e.widget.internal?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1$q,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.selectParentWidget"),onClick:p[0]||(p[0]=vue.withModifiers(x=>s.selectParentWidget(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-back"})],8,_hoisted_2$j),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:0,title:s.i18nt("designer.hint.moveUpWidget"),onClick:p[1]||(p[1]=vue.withModifiers(x=>s.moveUpWidget(),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-up"})],8,_hoisted_3$g)):vue.createCommentVNode("",!0),!!e.parentList&&e.parentList.length>1?(vue.openBlock(),vue.createElementBlock("i",{key:1,title:s.i18nt("designer.hint.moveDownWidget"),onClick:p[2]||(p[2]=vue.withModifiers(x=>s.moveDownWidget(),["stop"]))},[vue.createVNode(A,{"icon-class":"el-move-down"})],8,_hoisted_4$d)):vue.createCommentVNode("",!0),e.widget.type==="table"?(vue.openBlock(),vue.createElementBlock("i",{key:2,title:s.i18nt("designer.hint.insertRow"),onClick:p[3]||(p[3]=vue.withModifiers(x=>s.appendTableRow(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-insert-row"})],8,_hoisted_5$b)):vue.createCommentVNode("",!0),e.widget.type==="table"?(vue.openBlock(),vue.createElementBlock("i",{key:3,title:s.i18nt("designer.hint.insertColumn"),onClick:p[4]||(p[4]=vue.withModifiers(x=>s.appendTableCol(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-insert-column"})],8,_hoisted_6$b)):vue.createCommentVNode("",!0),e.widget.type==="grid"||e.widget.type==="table"?(vue.openBlock(),vue.createElementBlock("i",{key:4,title:s.i18nt("designer.hint.cloneWidget"),onClick:p[5]||(p[5]=vue.withModifiers(x=>s.cloneContainer(e.widget),["stop"]))},[vue.createVNode(A,{"icon-class":"el-clone"})],8,_hoisted_7$9)):vue.createCommentVNode("",!0),vue.createElementVNode("i",{title:s.i18nt("designer.hint.remove"),onClick:p[6]||(p[6]=vue.withModifiers((...x)=>s.removeWidget&&s.removeWidget(...x),["stop"]))},[vue.createVNode(A,{"icon-class":"el-delete"})],8,_hoisted_8$6)])):vue.createCommentVNode("",!0),e.designer.selectedId===e.widget.id&&!e.widget.internal?(vue.openBlock(),vue.createElementBlock("div",_hoisted_9$5,[vue.createElementVNode("i",{title:s.i18nt("designer.hint.dragHandler")},[vue.createVNode(A,{"icon-class":"el-drag-move"})],8,_hoisted_10$3),vue.createElementVNode("i",null,vue.toDisplayString(s.i18n2t(`designer.widgetLabel.${e.widget.type}`,`extension.widgetLabel.${e.widget.type}`)),1),e.widget.options.hidden===!0?(vue.openBlock(),vue.createElementBlock("i",_hoisted_11$1,[vue.createVNode(A,{"icon-class":"el-hide"})])):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0)],2)}var ContainerWrapper=_export_sfc$1(_sfc_main$x,[["render",_sfc_render$x],["__scopeId","data-v-679de05a"]]),__glob_0_0=Object.freeze(Object.defineProperty({__proto__:null,default:ContainerWrapper},Symbol.toStringTag,{value:"Module"})),refMixinDesign={methods:{initRefList(){this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name&&(this.refList[this.widget.options.name]=this)},getWidgetRef(s,p){let e=this.refList[s];return!e&&!!p&&this.$message.error(this.i18nt("render.hint.refNotFound")+s),e},registerToRefList(s){this.refList!==null&&this.widget&&this.widget.options&&!!this.widget.options.name&&(s&&delete this.refList[s],this.refList[this.widget.options.name]=this)}}},cardWidget_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$w={name:"card-widget",componentName:"ContainerWidget",mixins:[i18n$1,containerMixin,refMixinDesign],inject:["refList"],components:st(De({ContainerWrapper},comps),{ArrowDownBold:arrowDownBold}),props:{widget:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object},computed:{selected(){return this.widget.id===this.designer.selectedId},customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},methods:{checkContainerMove(s){return!0},toggleCard(){this.widget.options.folded=!this.widget.options.folded},setFolded(s){this.widget.options.folded=!!s}}},_hoisted_1$p={class:"label"},_hoisted_2$i={class:"form-widget-list"};function _sfc_render$w(s,p,e,g,_,b){const A=vue.resolveComponent("ArrowDownBold"),x=vue.resolveComponent("el-icon"),d=vue.resolveComponent("draggable"),u=vue.resolveComponent("el-card"),i=vue.resolveComponent("container-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,widget:e.widget,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList},{default:vue.withCtx(()=>[(vue.openBlock(),vue.createBlock(u,{key:e.widget.id,class:vue.normalizeClass(["card-container",[b.selected?"selected":"",e.widget.options.folded?"folded":"",b.customClass]]),onClick:p[2]||(p[2]=vue.withModifiers(o=>s.selectWidget(e.widget),["stop"])),shadow:e.widget.options.shadow},{header:vue.withCtx(()=>[vue.createElementVNode("div",{onClick:p[0]||(p[0]=(...o)=>b.toggleCard&&b.toggleCard(...o)),class:"clear-fix"},[e.widget.options.showFold?(vue.openBlock(),vue.createBlock(x,{key:0,class:vue.normalizeClass([e.widget.options.folded&&"rotated-icon","mr-6px","font-10px"])},{default:vue.withCtx(()=>[vue.createVNode(A)]),_:1},8,["class"])):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_1$p,vue.toDisplayString(e.widget.options.label),1)])]),default:vue.withCtx(()=>[vue.createVNode(d,vue.mergeProps({list:e.widget.widgetList,"item-key":"id"},{group:"dragGroup",ghostClass:"ghost",animation:200},{handle:".drag-handler",tag:"transition-group","component-data":{name:"fade"},onAdd:p[1]||(p[1]=o=>s.onContainerDragAdd(o,e.widget.widgetList)),onUpdate:s.onContainerDragUpdate,move:b.checkContainerMove}),{item:vue.withCtx(({element:o,index:t})=>[vue.createElementVNode("div",_hoisted_2$i,[o.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(o.type+"-widget"),{widget:o,designer:e.designer,key:o.id,"parent-list":e.widget.widgetList,"index-of-parent-list":t,"parent-widget":e.widget},null,8,["widget","designer","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(o.type+"-widget"),{field:o,designer:e.designer,key:o.id,"parent-list":e.widget.widgetList,"index-of-parent-list":t,"parent-widget":e.widget,"design-state":!0},null,8,["field","designer","parent-list","index-of-parent-list","parent-widget"]))])]),_:1},16,["list","onUpdate","move"])]),_:1},8,["shadow","class"]))]),_:1},8,["designer","widget","parent-widget","parent-list","index-of-parent-list"])}var CardWidget=_export_sfc$1(_sfc_main$w,[["render",_sfc_render$w],["__scopeId","data-v-2c3be1b8"]]),cardItem_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$v={name:"card-item",componentName:"ContainerItem",mixins:[emitter,i18n$1,refMixin,containerItemMixin],components:st(De({ContainerItemWrapper},comps),{ArrowDownBold:arrowDownBold}),props:{widget:Object},inject:["refList","sfRefList","globalModel"],computed:{customClass(){return this.widget.options.customClass||""}},created(){this.initRefList()},beforeUnmount(){this.unregisterFromRefList()},methods:{toggleCard(){this.widget.options.folded=!this.widget.options.folded}}},_hoisted_1$o={class:"label"};function _sfc_render$v(s,p,e,g,_,b){const A=vue.resolveComponent("ArrowDownBold"),x=vue.resolveComponent("el-icon"),d=vue.resolveComponent("el-card"),u=vue.resolveComponent("container-item-wrapper");return vue.openBlock(),vue.createBlock(u,{widget:e.widget},{default:vue.withCtx(()=>[vue.withDirectives((vue.openBlock(),vue.createBlock(d,{key:e.widget.id,class:vue.normalizeClass(["card-container",[e.widget.options.folded?"folded":"",b.customClass]]),ref:e.widget.id,shadow:e.widget.options.shadow},{header:vue.withCtx(()=>[vue.createElementVNode("div",{onClick:p[0]||(p[0]=(...i)=>b.toggleCard&&b.toggleCard(...i)),class:"clear-fix"},[e.widget.options.showFold?(vue.openBlock(),vue.createBlock(x,{key:0,class:vue.normalizeClass([e.widget.options.folded&&"rotated-icon","mr-6px","font-10px"])},{default:vue.withCtx(()=>[vue.createVNode(A)]),_:1},8,["class"])):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_1$o,vue.toDisplayString(e.widget.options.label),1)])]),default:vue.withCtx(()=>[!!e.widget.widgetList&&e.widget.widgetList.length>0?(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,{key:0},vue.renderList(e.widget.widgetList,(i,o)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[i.category==="container"?(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(s.getComponentByContainer(i)),{widget:i,key:o,"parent-list":e.widget.widgetList,"index-of-parent-list":o,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),t=>({name:t,fn:vue.withCtx(n=>[vue.renderSlot(s.$slots,t,vue.mergeProps({ref_for:!0},n),void 0,!0)])}))]),1032,["widget","parent-list","index-of-parent-list","parent-widget"])):(vue.openBlock(),vue.createBlock(vue.resolveDynamicComponent(i.type+"-widget"),{field:i,designer:null,key:o,"parent-list":e.widget.widgetList,"index-of-parent-list":o,"parent-widget":e.widget},vue.createSlots({_:2},[vue.renderList(Object.keys(s.$slots),t=>({name:t,fn:vue.withCtx(n=>[vue.renderSlot(s.$slots,t,vue.mergeProps({ref_for:!0},n),void 0,!0)])}))]),1032,["field","parent-list","index-of-parent-list","parent-widget"]))],64))),256)):vue.createCommentVNode("",!0)]),_:3},8,["class","shadow"])),[[vue.vShow,!e.widget.options.hidden]])]),_:3},8,["widget"])}var CardItem=_export_sfc$1(_sfc_main$v,[["render",_sfc_render$v],["__scopeId","data-v-2f0daae4"]]);const ACE_BASE_PATH="https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini",_sfc_main$u={name:"alert-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{StaticContentWrapper},created(){this.registerToRefList(),this.initEventHandler()},beforeUnmount(){this.unregisterFromRefList()},methods:{handleCloseCustomEvent(){this.field.options.onClose&&new Function(this.field.options.onClose).call(this)}}};function _sfc_render$u(s,p,e,g,_,b){const A=vue.resolveComponent("el-alert"),x=vue.resolveComponent("static-content-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{ref:"fieldEditor",title:e.field.options.title,type:e.field.options.type,description:e.field.options.description,closable:e.field.options.closable,center:e.field.options.center,"close-text":e.field.options.closeText,"show-icon":e.field.options.showIcon,effect:e.field.options.effect,onClose:b.handleCloseCustomEvent},null,8,["title","type","description","closable","center","close-text","show-icon","effect","onClose"])]),_:1},8,["designer","field","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AlertWidget=_export_sfc$1(_sfc_main$u,[["render",_sfc_render$u]]),cryptoJs={exports:{}},core={exports:{}};(function(s,p){(function(e,g){s.exports=g()})(commonjsGlobal,function(){var e=e||function(g,_){var b;if(typeof window!="undefined"&&window.crypto&&(b=window.crypto),typeof self!="undefined"&&self.crypto&&(b=self.crypto),typeof globalThis!="undefined"&&globalThis.crypto&&(b=globalThis.crypto),!b&&typeof window!="undefined"&&window.msCrypto&&(b=window.msCrypto),!b&&typeof commonjsGlobal!="undefined"&&commonjsGlobal.crypto&&(b=commonjsGlobal.crypto),!b&&typeof commonjsRequire=="function")try{b=require("crypto")}catch{}var A=function(){if(b){if(typeof b.getRandomValues=="function")try{return b.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof b.randomBytes=="function")try{return b.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},x=Object.create||function(){function f(){}return function(C){var m;return f.prototype=C,m=new f,f.prototype=null,m}}(),d={},u=d.lib={},i=u.Base=function(){return{extend:function(f){var C=x(this);return f&&C.mixIn(f),(!C.hasOwnProperty("init")||this.init===C.init)&&(C.init=function(){C.$super.init.apply(this,arguments)}),C.init.prototype=C,C.$super=this,C},create:function(){var f=this.extend();return f.init.apply(f,arguments),f},init:function(){},mixIn:function(f){for(var C in f)f.hasOwnProperty(C)&&(this[C]=f[C]);f.hasOwnProperty("toString")&&(this.toString=f.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),o=u.WordArray=i.extend({init:function(f,C){f=this.words=f||[],C!=_?this.sigBytes=C:this.sigBytes=f.length*4},toString:function(f){return(f||n).stringify(this)},concat:function(f){var C=this.words,m=f.words,y=this.sigBytes,v=f.sigBytes;if(this.clamp(),y%4)for(var M=0;M<v;M++){var D=m[M>>>2]>>>24-M%4*8&255;C[y+M>>>2]|=D<<24-(y+M)%4*8}else for(var L=0;L<v;L+=4)C[y+L>>>2]=m[L>>>2];return this.sigBytes+=v,this},clamp:function(){var f=this.words,C=this.sigBytes;f[C>>>2]&=4294967295<<32-C%4*8,f.length=g.ceil(C/4)},clone:function(){var f=i.clone.call(this);return f.words=this.words.slice(0),f},random:function(f){for(var C=[],m=0;m<f;m+=4)C.push(A());return new o.init(C,f)}}),t=d.enc={},n=t.Hex={stringify:function(f){for(var C=f.words,m=f.sigBytes,y=[],v=0;v<m;v++){var M=C[v>>>2]>>>24-v%4*8&255;y.push((M>>>4).toString(16)),y.push((M&15).toString(16))}return y.join("")},parse:function(f){for(var C=f.length,m=[],y=0;y<C;y+=2)m[y>>>3]|=parseInt(f.substr(y,2),16)<<24-y%8*4;return new o.init(m,C/2)}},r=t.Latin1={stringify:function(f){for(var C=f.words,m=f.sigBytes,y=[],v=0;v<m;v++){var M=C[v>>>2]>>>24-v%4*8&255;y.push(String.fromCharCode(M))}return y.join("")},parse:function(f){for(var C=f.length,m=[],y=0;y<C;y++)m[y>>>2]|=(f.charCodeAt(y)&255)<<24-y%4*8;return new o.init(m,C)}},a=t.Utf8={stringify:function(f){try{return decodeURIComponent(escape(r.stringify(f)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(f){return r.parse(unescape(encodeURIComponent(f)))}},l=u.BufferedBlockAlgorithm=i.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(f){typeof f=="string"&&(f=a.parse(f)),this._data.concat(f),this._nDataBytes+=f.sigBytes},_process:function(f){var C,m=this._data,y=m.words,v=m.sigBytes,M=this.blockSize,D=M*4,L=v/D;f?L=g.ceil(L):L=g.max((L|0)-this._minBufferSize,0);var E=L*M,N=g.min(E*4,v);if(E){for(var k=0;k<E;k+=M)this._doProcessBlock(y,k);C=y.splice(0,E),m.sigBytes-=N}return new o.init(C,N)},clone:function(){var f=i.clone.call(this);return f._data=this._data.clone(),f},_minBufferSize:0});u.Hasher=l.extend({cfg:i.extend(),init:function(f){this.cfg=this.cfg.extend(f),this.reset()},reset:function(){l.reset.call(this),this._doReset()},update:function(f){return this._append(f),this._process(),this},finalize:function(f){f&&this._append(f);var C=this._doFinalize();return C},blockSize:512/32,_createHelper:function(f){return function(C,m){return new f.init(m).finalize(C)}},_createHmacHelper:function(f){return function(C,m){return new h.HMAC.init(f,m).finalize(C)}}});var h=d.algo={};return d}(Math);return e})})(core);var x64Core={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.Base,x=b.WordArray,d=_.x64={};d.Word=A.extend({init:function(u,i){this.high=u,this.low=i}}),d.WordArray=A.extend({init:function(u,i){u=this.words=u||[],i!=g?this.sigBytes=i:this.sigBytes=u.length*8},toX32:function(){for(var u=this.words,i=u.length,o=[],t=0;t<i;t++){var n=u[t];o.push(n.high),o.push(n.low)}return x.create(o,this.sigBytes)},clone:function(){for(var u=A.clone.call(this),i=u.words=this.words.slice(0),o=i.length,t=0;t<o;t++)i[t]=i[t].clone();return u}})}(),e})})(x64Core);var libTypedarrays={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){if(typeof ArrayBuffer=="function"){var g=e,_=g.lib,b=_.WordArray,A=b.init,x=b.init=function(d){if(d instanceof ArrayBuffer&&(d=new Uint8Array(d)),(d instanceof Int8Array||typeof Uint8ClampedArray!="undefined"&&d instanceof Uint8ClampedArray||d instanceof Int16Array||d instanceof Uint16Array||d instanceof Int32Array||d instanceof Uint32Array||d instanceof Float32Array||d instanceof Float64Array)&&(d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength)),d instanceof Uint8Array){for(var u=d.byteLength,i=[],o=0;o<u;o++)i[o>>>2]|=d[o]<<24-o%4*8;A.call(this,i,u)}else A.apply(this,arguments)};x.prototype=b}}(),e.lib.WordArray})})(libTypedarrays);var encUtf16={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.enc;A.Utf16=A.Utf16BE={stringify:function(d){for(var u=d.words,i=d.sigBytes,o=[],t=0;t<i;t+=2){var n=u[t>>>2]>>>16-t%4*8&65535;o.push(String.fromCharCode(n))}return o.join("")},parse:function(d){for(var u=d.length,i=[],o=0;o<u;o++)i[o>>>1]|=d.charCodeAt(o)<<16-o%2*16;return b.create(i,u*2)}},A.Utf16LE={stringify:function(d){for(var u=d.words,i=d.sigBytes,o=[],t=0;t<i;t+=2){var n=x(u[t>>>2]>>>16-t%4*8&65535);o.push(String.fromCharCode(n))}return o.join("")},parse:function(d){for(var u=d.length,i=[],o=0;o<u;o++)i[o>>>1]|=x(d.charCodeAt(o)<<16-o%2*16);return b.create(i,u*2)}};function x(d){return d<<8&4278255360|d>>>8&16711935}}(),e.enc.Utf16})})(encUtf16);var encBase64={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.enc;A.Base64={stringify:function(d){var u=d.words,i=d.sigBytes,o=this._map;d.clamp();for(var t=[],n=0;n<i;n+=3)for(var r=u[n>>>2]>>>24-n%4*8&255,a=u[n+1>>>2]>>>24-(n+1)%4*8&255,l=u[n+2>>>2]>>>24-(n+2)%4*8&255,h=r<<16|a<<8|l,f=0;f<4&&n+f*.75<i;f++)t.push(o.charAt(h>>>6*(3-f)&63));var C=o.charAt(64);if(C)for(;t.length%4;)t.push(C);return t.join("")},parse:function(d){var u=d.length,i=this._map,o=this._reverseMap;if(!o){o=this._reverseMap=[];for(var t=0;t<i.length;t++)o[i.charCodeAt(t)]=t}var n=i.charAt(64);if(n){var r=d.indexOf(n);r!==-1&&(u=r)}return x(d,u,o)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function x(d,u,i){for(var o=[],t=0,n=0;n<u;n++)if(n%4){var r=i[d.charCodeAt(n-1)]<<n%4*2,a=i[d.charCodeAt(n)]>>>6-n%4*2,l=r|a;o[t>>>2]|=l<<24-t%4*8,t++}return b.create(o,t)}}(),e.enc.Base64})})(encBase64);var encBase64url={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.enc;A.Base64url={stringify:function(d,u){u===void 0&&(u=!0);var i=d.words,o=d.sigBytes,t=u?this._safe_map:this._map;d.clamp();for(var n=[],r=0;r<o;r+=3)for(var a=i[r>>>2]>>>24-r%4*8&255,l=i[r+1>>>2]>>>24-(r+1)%4*8&255,h=i[r+2>>>2]>>>24-(r+2)%4*8&255,f=a<<16|l<<8|h,C=0;C<4&&r+C*.75<o;C++)n.push(t.charAt(f>>>6*(3-C)&63));var m=t.charAt(64);if(m)for(;n.length%4;)n.push(m);return n.join("")},parse:function(d,u){u===void 0&&(u=!0);var i=d.length,o=u?this._safe_map:this._map,t=this._reverseMap;if(!t){t=this._reverseMap=[];for(var n=0;n<o.length;n++)t[o.charCodeAt(n)]=n}var r=o.charAt(64);if(r){var a=d.indexOf(r);a!==-1&&(i=a)}return x(d,i,t)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function x(d,u,i){for(var o=[],t=0,n=0;n<u;n++)if(n%4){var r=i[d.charCodeAt(n-1)]<<n%4*2,a=i[d.charCodeAt(n)]>>>6-n%4*2,l=r|a;o[t>>>2]|=l<<24-t%4*8,t++}return b.create(o,t)}}(),e.enc.Base64url})})(encBase64url);var md5={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.WordArray,x=b.Hasher,d=_.algo,u=[];(function(){for(var a=0;a<64;a++)u[a]=g.abs(g.sin(a+1))*4294967296|0})();var i=d.MD5=x.extend({_doReset:function(){this._hash=new A.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(a,l){for(var h=0;h<16;h++){var f=l+h,C=a[f];a[f]=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360}var m=this._hash.words,y=a[l+0],v=a[l+1],M=a[l+2],D=a[l+3],L=a[l+4],E=a[l+5],N=a[l+6],k=a[l+7],T=a[l+8],S=a[l+9],I=a[l+10],F=a[l+11],O=a[l+12],P=a[l+13],W=a[l+14],z=a[l+15],B=m[0],$=m[1],j=m[2],H=m[3];B=o(B,$,j,H,y,7,u[0]),H=o(H,B,$,j,v,12,u[1]),j=o(j,H,B,$,M,17,u[2]),$=o($,j,H,B,D,22,u[3]),B=o(B,$,j,H,L,7,u[4]),H=o(H,B,$,j,E,12,u[5]),j=o(j,H,B,$,N,17,u[6]),$=o($,j,H,B,k,22,u[7]),B=o(B,$,j,H,T,7,u[8]),H=o(H,B,$,j,S,12,u[9]),j=o(j,H,B,$,I,17,u[10]),$=o($,j,H,B,F,22,u[11]),B=o(B,$,j,H,O,7,u[12]),H=o(H,B,$,j,P,12,u[13]),j=o(j,H,B,$,W,17,u[14]),$=o($,j,H,B,z,22,u[15]),B=t(B,$,j,H,v,5,u[16]),H=t(H,B,$,j,N,9,u[17]),j=t(j,H,B,$,F,14,u[18]),$=t($,j,H,B,y,20,u[19]),B=t(B,$,j,H,E,5,u[20]),H=t(H,B,$,j,I,9,u[21]),j=t(j,H,B,$,z,14,u[22]),$=t($,j,H,B,L,20,u[23]),B=t(B,$,j,H,S,5,u[24]),H=t(H,B,$,j,W,9,u[25]),j=t(j,H,B,$,D,14,u[26]),$=t($,j,H,B,T,20,u[27]),B=t(B,$,j,H,P,5,u[28]),H=t(H,B,$,j,M,9,u[29]),j=t(j,H,B,$,k,14,u[30]),$=t($,j,H,B,O,20,u[31]),B=n(B,$,j,H,E,4,u[32]),H=n(H,B,$,j,T,11,u[33]),j=n(j,H,B,$,F,16,u[34]),$=n($,j,H,B,W,23,u[35]),B=n(B,$,j,H,v,4,u[36]),H=n(H,B,$,j,L,11,u[37]),j=n(j,H,B,$,k,16,u[38]),$=n($,j,H,B,I,23,u[39]),B=n(B,$,j,H,P,4,u[40]),H=n(H,B,$,j,y,11,u[41]),j=n(j,H,B,$,D,16,u[42]),$=n($,j,H,B,N,23,u[43]),B=n(B,$,j,H,S,4,u[44]),H=n(H,B,$,j,O,11,u[45]),j=n(j,H,B,$,z,16,u[46]),$=n($,j,H,B,M,23,u[47]),B=r(B,$,j,H,y,6,u[48]),H=r(H,B,$,j,k,10,u[49]),j=r(j,H,B,$,W,15,u[50]),$=r($,j,H,B,E,21,u[51]),B=r(B,$,j,H,O,6,u[52]),H=r(H,B,$,j,D,10,u[53]),j=r(j,H,B,$,I,15,u[54]),$=r($,j,H,B,v,21,u[55]),B=r(B,$,j,H,T,6,u[56]),H=r(H,B,$,j,z,10,u[57]),j=r(j,H,B,$,N,15,u[58]),$=r($,j,H,B,P,21,u[59]),B=r(B,$,j,H,L,6,u[60]),H=r(H,B,$,j,F,10,u[61]),j=r(j,H,B,$,M,15,u[62]),$=r($,j,H,B,S,21,u[63]),m[0]=m[0]+B|0,m[1]=m[1]+$|0,m[2]=m[2]+j|0,m[3]=m[3]+H|0},_doFinalize:function(){var a=this._data,l=a.words,h=this._nDataBytes*8,f=a.sigBytes*8;l[f>>>5]|=128<<24-f%32;var C=g.floor(h/4294967296),m=h;l[(f+64>>>9<<4)+15]=(C<<8|C>>>24)&16711935|(C<<24|C>>>8)&4278255360,l[(f+64>>>9<<4)+14]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,a.sigBytes=(l.length+1)*4,this._process();for(var y=this._hash,v=y.words,M=0;M<4;M++){var D=v[M];v[M]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360}return y},clone:function(){var a=x.clone.call(this);return a._hash=this._hash.clone(),a}});function o(a,l,h,f,C,m,y){var v=a+(l&h|~l&f)+C+y;return(v<<m|v>>>32-m)+l}function t(a,l,h,f,C,m,y){var v=a+(l&f|h&~f)+C+y;return(v<<m|v>>>32-m)+l}function n(a,l,h,f,C,m,y){var v=a+(l^h^f)+C+y;return(v<<m|v>>>32-m)+l}function r(a,l,h,f,C,m,y){var v=a+(h^(l|~f))+C+y;return(v<<m|v>>>32-m)+l}_.MD5=x._createHelper(i),_.HmacMD5=x._createHmacHelper(i)}(Math),e.MD5})})(md5);var sha1={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=_.Hasher,x=g.algo,d=[],u=x.SHA1=A.extend({_doReset:function(){this._hash=new b.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(i,o){for(var t=this._hash.words,n=t[0],r=t[1],a=t[2],l=t[3],h=t[4],f=0;f<80;f++){if(f<16)d[f]=i[o+f]|0;else{var C=d[f-3]^d[f-8]^d[f-14]^d[f-16];d[f]=C<<1|C>>>31}var m=(n<<5|n>>>27)+h+d[f];f<20?m+=(r&a|~r&l)+1518500249:f<40?m+=(r^a^l)+1859775393:f<60?m+=(r&a|r&l|a&l)-1894007588:m+=(r^a^l)-899497514,h=l,l=a,a=r<<30|r>>>2,r=n,n=m}t[0]=t[0]+n|0,t[1]=t[1]+r|0,t[2]=t[2]+a|0,t[3]=t[3]+l|0,t[4]=t[4]+h|0},_doFinalize:function(){var i=this._data,o=i.words,t=this._nDataBytes*8,n=i.sigBytes*8;return o[n>>>5]|=128<<24-n%32,o[(n+64>>>9<<4)+14]=Math.floor(t/4294967296),o[(n+64>>>9<<4)+15]=t,i.sigBytes=o.length*4,this._process(),this._hash},clone:function(){var i=A.clone.call(this);return i._hash=this._hash.clone(),i}});g.SHA1=A._createHelper(u),g.HmacSHA1=A._createHmacHelper(u)}(),e.SHA1})})(sha1);var sha256={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.WordArray,x=b.Hasher,d=_.algo,u=[],i=[];(function(){function n(h){for(var f=g.sqrt(h),C=2;C<=f;C++)if(!(h%C))return!1;return!0}function r(h){return(h-(h|0))*4294967296|0}for(var a=2,l=0;l<64;)n(a)&&(l<8&&(u[l]=r(g.pow(a,1/2))),i[l]=r(g.pow(a,1/3)),l++),a++})();var o=[],t=d.SHA256=x.extend({_doReset:function(){this._hash=new A.init(u.slice(0))},_doProcessBlock:function(n,r){for(var a=this._hash.words,l=a[0],h=a[1],f=a[2],C=a[3],m=a[4],y=a[5],v=a[6],M=a[7],D=0;D<64;D++){if(D<16)o[D]=n[r+D]|0;else{var L=o[D-15],E=(L<<25|L>>>7)^(L<<14|L>>>18)^L>>>3,N=o[D-2],k=(N<<15|N>>>17)^(N<<13|N>>>19)^N>>>10;o[D]=E+o[D-7]+k+o[D-16]}var T=m&y^~m&v,S=l&h^l&f^h&f,I=(l<<30|l>>>2)^(l<<19|l>>>13)^(l<<10|l>>>22),F=(m<<26|m>>>6)^(m<<21|m>>>11)^(m<<7|m>>>25),O=M+F+T+i[D]+o[D],P=I+S;M=v,v=y,y=m,m=C+O|0,C=f,f=h,h=l,l=O+P|0}a[0]=a[0]+l|0,a[1]=a[1]+h|0,a[2]=a[2]+f|0,a[3]=a[3]+C|0,a[4]=a[4]+m|0,a[5]=a[5]+y|0,a[6]=a[6]+v|0,a[7]=a[7]+M|0},_doFinalize:function(){var n=this._data,r=n.words,a=this._nDataBytes*8,l=n.sigBytes*8;return r[l>>>5]|=128<<24-l%32,r[(l+64>>>9<<4)+14]=g.floor(a/4294967296),r[(l+64>>>9<<4)+15]=a,n.sigBytes=r.length*4,this._process(),this._hash},clone:function(){var n=x.clone.call(this);return n._hash=this._hash.clone(),n}});_.SHA256=x._createHelper(t),_.HmacSHA256=x._createHmacHelper(t)}(Math),e.SHA256})})(sha256);var sha224={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,sha256.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.WordArray,A=g.algo,x=A.SHA256,d=A.SHA224=x.extend({_doReset:function(){this._hash=new b.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var u=x._doFinalize.call(this);return u.sigBytes-=4,u}});g.SHA224=x._createHelper(d),g.HmacSHA224=x._createHmacHelper(d)}(),e.SHA224})})(sha224);var sha512={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,x64Core.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.lib,b=_.Hasher,A=g.x64,x=A.Word,d=A.WordArray,u=g.algo;function i(){return x.create.apply(x,arguments)}var o=[i(1116352408,3609767458),i(1899447441,602891725),i(3049323471,3964484399),i(3921009573,2173295548),i(961987163,4081628472),i(1508970993,3053834265),i(2453635748,2937671579),i(2870763221,3664609560),i(3624381080,2734883394),i(310598401,1164996542),i(607225278,1323610764),i(1426881987,3590304994),i(1925078388,4068182383),i(2162078206,991336113),i(2614888103,633803317),i(3248222580,3479774868),i(3835390401,2666613458),i(4022224774,944711139),i(264347078,2341262773),i(604807628,2007800933),i(770255983,1495990901),i(1249150122,1856431235),i(1555081692,3175218132),i(1996064986,2198950837),i(2554220882,3999719339),i(2821834349,766784016),i(2952996808,2566594879),i(3210313671,3203337956),i(3336571891,1034457026),i(3584528711,2466948901),i(113926993,3758326383),i(338241895,168717936),i(666307205,1188179964),i(773529912,1546045734),i(1294757372,1522805485),i(1396182291,2643833823),i(1695183700,2343527390),i(1986661051,1014477480),i(2177026350,1206759142),i(2456956037,344077627),i(2730485921,1290863460),i(2820302411,3158454273),i(3259730800,3505952657),i(3345764771,106217008),i(3516065817,3606008344),i(3600352804,1432725776),i(4094571909,1467031594),i(275423344,851169720),i(430227734,3100823752),i(506948616,1363258195),i(659060556,3750685593),i(883997877,3785050280),i(958139571,3318307427),i(1322822218,3812723403),i(1537002063,2003034995),i(1747873779,3602036899),i(1955562222,1575990012),i(2024104815,1125592928),i(2227730452,2716904306),i(2361852424,442776044),i(2428436474,593698344),i(2756734187,3733110249),i(3204031479,2999351573),i(3329325298,3815920427),i(3391569614,3928383900),i(3515267271,566280711),i(3940187606,3454069534),i(4118630271,4000239992),i(116418474,1914138554),i(174292421,2731055270),i(289380356,3203993006),i(460393269,320620315),i(685471733,587496836),i(852142971,1086792851),i(1017036298,365543100),i(1126000580,2618297676),i(1288033470,3409855158),i(1501505948,4234509866),i(1607167915,987167468),i(1816402316,1246189591)],t=[];(function(){for(var r=0;r<80;r++)t[r]=i()})();var n=u.SHA512=b.extend({_doReset:function(){this._hash=new d.init([new x.init(1779033703,4089235720),new x.init(3144134277,2227873595),new x.init(1013904242,4271175723),new x.init(2773480762,1595750129),new x.init(1359893119,2917565137),new x.init(2600822924,725511199),new x.init(528734635,4215389547),new x.init(1541459225,327033209)])},_doProcessBlock:function(r,a){for(var l=this._hash.words,h=l[0],f=l[1],C=l[2],m=l[3],y=l[4],v=l[5],M=l[6],D=l[7],L=h.high,E=h.low,N=f.high,k=f.low,T=C.high,S=C.low,I=m.high,F=m.low,O=y.high,P=y.low,W=v.high,z=v.low,B=M.high,$=M.low,j=D.high,H=D.low,G=L,U=E,q=N,Y=k,J=T,te=S,se=I,ge=F,me=O,ve=P,xe=W,Pe=z,Fe=B,oe=$,le=j,pe=H,fe=0;fe<80;fe++){var ue,Ce,Ee=t[fe];if(fe<16)Ce=Ee.high=r[a+fe*2]|0,ue=Ee.low=r[a+fe*2+1]|0;else{var Ie=t[fe-15],Ke=Ie.high,Ye=Ie.low,je=(Ke>>>1|Ye<<31)^(Ke>>>8|Ye<<24)^Ke>>>7,Zt=(Ye>>>1|Ke<<31)^(Ye>>>8|Ke<<24)^(Ye>>>7|Ke<<25),$e=t[fe-2],et=$e.high,jt=$e.low,Di=(et>>>19|jt<<13)^(et<<3|jt>>>29)^et>>>6,gi=(jt>>>19|et<<13)^(jt<<3|et>>>29)^(jt>>>6|et<<26),pi=t[fe-7],Li=pi.high,Ni=pi.low,Ki=t[fe-16],Qn=Ki.high,Yi=Ki.low;ue=Zt+Ni,Ce=je+Li+(ue>>>0<Zt>>>0?1:0),ue=ue+gi,Ce=Ce+Di+(ue>>>0<gi>>>0?1:0),ue=ue+Yi,Ce=Ce+Qn+(ue>>>0<Yi>>>0?1:0),Ee.high=Ce,Ee.low=ue}var Ji=me&xe^~me&Fe,Fi=ve&Pe^~ve&oe,qn=G&q^G&J^q&J,Zn=U&Y^U&te^Y&te,Kn=(G>>>28|U<<4)^(G<<30|U>>>2)^(G<<25|U>>>7),Xi=(U>>>28|G<<4)^(U<<30|G>>>2)^(U<<25|G>>>7),en=(me>>>14|ve<<18)^(me>>>18|ve<<14)^(me<<23|ve>>>9),Yn=(ve>>>14|me<<18)^(ve>>>18|me<<14)^(ve<<23|me>>>9),tn=o[fe],Jn=tn.high,mi=tn.low,ut=pe+Yn,_t=le+en+(ut>>>0<pe>>>0?1:0),ut=ut+Fi,_t=_t+Ji+(ut>>>0<Fi>>>0?1:0),ut=ut+mi,_t=_t+Jn+(ut>>>0<mi>>>0?1:0),ut=ut+ue,_t=_t+Ce+(ut>>>0<ue>>>0?1:0),nn=Xi+Zn,Xn=Kn+qn+(nn>>>0<Xi>>>0?1:0);le=Fe,pe=oe,Fe=xe,oe=Pe,xe=me,Pe=ve,ve=ge+ut|0,me=se+_t+(ve>>>0<ge>>>0?1:0)|0,se=J,ge=te,J=q,te=Y,q=G,Y=U,U=ut+nn|0,G=_t+Xn+(U>>>0<ut>>>0?1:0)|0}E=h.low=E+U,h.high=L+G+(E>>>0<U>>>0?1:0),k=f.low=k+Y,f.high=N+q+(k>>>0<Y>>>0?1:0),S=C.low=S+te,C.high=T+J+(S>>>0<te>>>0?1:0),F=m.low=F+ge,m.high=I+se+(F>>>0<ge>>>0?1:0),P=y.low=P+ve,y.high=O+me+(P>>>0<ve>>>0?1:0),z=v.low=z+Pe,v.high=W+xe+(z>>>0<Pe>>>0?1:0),$=M.low=$+oe,M.high=B+Fe+($>>>0<oe>>>0?1:0),H=D.low=H+pe,D.high=j+le+(H>>>0<pe>>>0?1:0)},_doFinalize:function(){var r=this._data,a=r.words,l=this._nDataBytes*8,h=r.sigBytes*8;a[h>>>5]|=128<<24-h%32,a[(h+128>>>10<<5)+30]=Math.floor(l/4294967296),a[(h+128>>>10<<5)+31]=l,r.sigBytes=a.length*4,this._process();var f=this._hash.toX32();return f},clone:function(){var r=b.clone.call(this);return r._hash=this._hash.clone(),r},blockSize:1024/32});g.SHA512=b._createHelper(n),g.HmacSHA512=b._createHmacHelper(n)}(),e.SHA512})})(sha512);var sha384={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,x64Core.exports,sha512.exports)})(commonjsGlobal,function(e){return function(){var g=e,_=g.x64,b=_.Word,A=_.WordArray,x=g.algo,d=x.SHA512,u=x.SHA384=d.extend({_doReset:function(){this._hash=new A.init([new b.init(3418070365,3238371032),new b.init(1654270250,914150663),new b.init(2438529370,812702999),new b.init(355462360,4144912697),new b.init(1731405415,4290775857),new b.init(2394180231,1750603025),new b.init(3675008525,1694076839),new b.init(1203062813,3204075428)])},_doFinalize:function(){var i=d._doFinalize.call(this);return i.sigBytes-=16,i}});g.SHA384=d._createHelper(u),g.HmacSHA384=d._createHmacHelper(u)}(),e.SHA384})})(sha384);var sha3={exports:{}};(function(s,p){(function(e,g,_){s.exports=g(core.exports,x64Core.exports)})(commonjsGlobal,function(e){return function(g){var _=e,b=_.lib,A=b.WordArray,x=b.Hasher,d=_.x64,u=d.Word,i=_.algo,o=[],t=[],n=[];(function(){for(var l=1,h=0,f=0;f<24;f++){o[l+5*h]=(f+1)*(f+2)/2%64;var C=h%5,m=(2*l+3*h)%5;l=C,h=m}for(var l=0;l<5;l++)for(var h=0;h<5;h++)t[l+5*h]=h+(2*l+3*h)%5*5;for(var y=1,v=0;v<24;v++){for(var M=0,D=0,L=0;L<7;L++){if(y&1){var E=(1<<L)-1;E<32?D^=1<<E:M^=1<<E-32}y&128?y=y<<1^113:y<<=1}n[v]=u.create(M,D)}})();var r=[];(function(){for(var l=0;l<25;l++)r[l]=u.create()})();var a=i.SHA3=x.extend({cfg:x.cfg.extend({outputLength:512}),_doReset:function(){for(var l=this._state=[],h=0;h<25;h++)l[h]=new u.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(l,h){for(var f=this._state,C=this.blockSize/2,m=0;m<C;m++){var y=l[h+2*m],v=l[h+2*m+1];y=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,v=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360;var M=f[m];M.high^=v,M.low^=y}for(var D=0;D<24;D++){for(var L=0;L<5;L++){for(var E=0,N=0,k=0;k<5;k++){var M=f[L+5*k];E^=M.high,N^=M.low}var T=r[L];T.high=E,T.low=N}for(var L=0;L<5;L++)for(var S=r[(L+4)%5],I=r[(L+1)%5],F=I.high,O=I.low,E=S.high^(F<<1|O>>>31),N=S.low^(O<<1|F>>>31),k=0;k<5;k++){var M=f[L+5*k];M.high^=E,M.low^=N}for(var P=1;P<25;P++){var E,N,M=f[P],W=M.high,z=M.low,B=o[P];B<32?(E=W<<B|z>>>32-B,N=z<<B|W>>>32-B):(E=z<<B-32|W>>>64-B,N=W<<B-32|z>>>64-B);var $=r[t[P]];$.high=E,$.low=N}var j=r[0],H=f[0];j.high=H.high,j.low=H.low;for(var L=0;L<5;L++)for(var k=0;k<5;k++){var P=L+5*k,M=f[P],G=r[P],U=r[(L+1)%5+5*k],q=r[(L+2)%5+5*k];M.high=G.high^~U.high&q.high,M.low=G.low^~U.low&q.low}var M=f[0],Y=n[D];M.high^=Y.high,M.low^=Y.low}},_doFinalize:function(){var l=this._data,h=l.words;this._nDataBytes*8;var f=l.sigBytes*8,C=this.blockSize*32;h[f>>>5]|=1<<24-f%32,h[(g.ceil((f+1)/C)*C>>>5)-1]|=128,l.sigBytes=h.length*4,this._process();for(var m=this._state,y=this.cfg.outputLength/8,v=y/8,M=[],D=0;D<v;D++){var L=m[D],E=L.high,N=L.low;E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360,N=(N<<8|N>>>24)&16711935|(N<<24|N>>>8)&4278255360,M.push(N),M.push(E)}return new A.init(M,y)},clone:function(){for(var l=x.clone.call(this),h=l._state=this._state.slice(0),f=0;f<25;f++)h[f]=h[f].clone();return l}});_.SHA3=x._createHelper(a),_.HmacSHA3=x._createHmacHelper(a)}(Math),e.SHA3})})(sha3);var ripemd160={exports:{}};(function(s,p){(function(e,g){s.exports=g(core.exports)})(commonjsGlobal,function(e){/** @preserve
76
76
  (c) 2012 by Cédric Mesnil. All rights reserved.
77
77
 
78
78
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -1350,4 +1350,4 @@ e.setDisabled&&e.setDisabled(!1)}})},resetForm(){Object.keys(this.subFormRefList
1350
1350
  animation: none;
1351
1351
  }
1352
1352
  }
1353
- `,"autocompletion.css",!1),g.AcePopup=f,g.$singleLineEditor=h,g.getAriaId=n}),ace.define("ace/autocomplete/inline_screenreader",["require","exports","module"],function(e,g,_){var b=function(){function A(x){this.editor=x,this.screenReaderDiv=document.createElement("div"),this.screenReaderDiv.classList.add("ace_screenreader-only"),this.editor.container.appendChild(this.screenReaderDiv)}return A.prototype.setScreenReaderContent=function(x){for(!this.popup&&this.editor.completer&&this.editor.completer.popup&&(this.popup=this.editor.completer.popup,this.popup.renderer.on("afterRender",function(){var u=this.popup.getRow(),i=this.popup.renderer.$textLayer,o=i.element.childNodes[u-i.config.firstRow];if(o){for(var t="doc-tooltip ",n=0;n<this._lines.length;n++)t+="ace-inline-screenreader-line-".concat(n," ");o.setAttribute("aria-describedby",t)}}.bind(this)));this.screenReaderDiv.firstChild;)this.screenReaderDiv.removeChild(this.screenReaderDiv.firstChild);this._lines=x.split(/\r\n|\r|\n/);var d=this.createCodeBlock();this.screenReaderDiv.appendChild(d)},A.prototype.destroy=function(){this.screenReaderDiv.remove()},A.prototype.createCodeBlock=function(){var x=document.createElement("pre");x.setAttribute("id","ace-inline-screenreader");for(var d=0;d<this._lines.length;d++){var u=document.createElement("code");u.setAttribute("id","ace-inline-screenreader-line-".concat(d));var i=document.createTextNode(this._lines[d]);u.appendChild(i),x.appendChild(u)}return x},A}();g.AceInlineScreenReader=b}),ace.define("ace/autocomplete/inline",["require","exports","module","ace/snippets","ace/autocomplete/inline_screenreader"],function(e,g,_){var b=e("../snippets").snippetManager,A=e("./inline_screenreader").AceInlineScreenReader,x=function(){function d(){this.editor=null}return d.prototype.show=function(u,i,o){if(o=o||"",u&&this.editor&&this.editor!==u&&(this.hide(),this.editor=null,this.inlineScreenReader=null),!u||!i)return!1;this.inlineScreenReader||(this.inlineScreenReader=new A(u));var t=i.snippet?b.getDisplayTextForSnippet(u,i.snippet):i.value;return i.hideInlinePreview||!t||!t.startsWith(o)?!1:(this.editor=u,this.inlineScreenReader.setScreenReaderContent(t),t=t.slice(o.length),t===""?u.removeGhostText():u.setGhostText(t),!0)},d.prototype.isOpen=function(){return this.editor?!!this.editor.renderer.$ghostText:!1},d.prototype.hide=function(){return this.editor?(this.editor.removeGhostText(),!0):!1},d.prototype.destroy=function(){this.hide(),this.editor=null,this.inlineScreenReader&&(this.inlineScreenReader.destroy(),this.inlineScreenReader=null)},d}();g.AceInline=x}),ace.define("ace/autocomplete/util",["require","exports","module"],function(e,g,_){g.parForEach=function(A,x,d){var u=0,i=A.length;i===0&&d();for(var o=0;o<i;o++)x(A[o],function(t,n){u++,u===i&&d(t,n)})};var b=/[a-zA-Z_0-9\$\-\u00A2-\u2000\u2070-\uFFFF]/;g.retrievePrecedingIdentifier=function(A,x,d){d=d||b;for(var u=[],i=x-1;i>=0&&d.test(A[i]);i--)u.push(A[i]);return u.reverse().join("")},g.retrieveFollowingIdentifier=function(A,x,d){d=d||b;for(var u=[],i=x;i<A.length&&d.test(A[i]);i++)u.push(A[i]);return u},g.getCompletionPrefix=function(A){var x=A.getCursorPosition(),d=A.session.getLine(x.row),u;return A.completers.forEach(function(i){i.identifierRegexps&&i.identifierRegexps.forEach(function(o){!u&&o&&(u=this.retrievePrecedingIdentifier(d,x.column,o))}.bind(this))}.bind(this)),u||this.retrievePrecedingIdentifier(d,x.column)},g.triggerAutocomplete=function(A,x){var x=x==null?A.session.getPrecedingCharacter():x;return A.completers.some(function(d){if(d.triggerCharacters&&Array.isArray(d.triggerCharacters))return d.triggerCharacters.includes(x)})}}),ace.define("ace/autocomplete",["require","exports","module","ace/keyboard/hash_handler","ace/autocomplete/popup","ace/autocomplete/inline","ace/autocomplete/popup","ace/autocomplete/util","ace/lib/lang","ace/lib/dom","ace/snippets","ace/config","ace/lib/event","ace/lib/scroll"],function(e,g,_){var b=e("./keyboard/hash_handler").HashHandler,A=e("./autocomplete/popup").AcePopup,x=e("./autocomplete/inline").AceInline,d=e("./autocomplete/popup").getAriaId,u=e("./autocomplete/util"),i=e("./lib/lang"),o=e("./lib/dom"),t=e("./snippets").snippetManager,n=e("./config"),r=e("./lib/event"),a=e("./lib/scroll").preventParentScroll,l=function(m,y){y.completer&&y.completer.destroy()},h=function(){function m(){this.autoInsert=!1,this.autoSelect=!0,this.autoShown=!1,this.exactMatch=!1,this.inlineEnabled=!1,this.keyboardHandler=new b,this.keyboardHandler.bindKeys(this.commands),this.parentNode=null,this.setSelectOnHover=!1,this.hasSeen=new Set,this.showLoadingState=!1,this.stickySelectionDelay=500,this.blurListener=this.blurListener.bind(this),this.changeListener=this.changeListener.bind(this),this.mousedownListener=this.mousedownListener.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this),this.onLayoutChange=this.onLayoutChange.bind(this),this.changeTimer=i.delayedCall(function(){this.updateCompletions(!0)}.bind(this)),this.tooltipTimer=i.delayedCall(this.updateDocTooltip.bind(this),50),this.popupTimer=i.delayedCall(this.$updatePopupPosition.bind(this),50),this.stickySelectionTimer=i.delayedCall(function(){this.stickySelection=!0}.bind(this),this.stickySelectionDelay),this.$firstOpenTimer=i.delayedCall(function(){var y=this.completionProvider&&this.completionProvider.initialPosition;this.autoShown||this.popup&&this.popup.isOpen||!y||this.editor.completers.length===0||(this.completions=new C(m.completionsForLoading),this.openPopup(this.editor,y.prefix,!1),this.popup.renderer.setStyle("ace_loading",!0))}.bind(this),this.stickySelectionDelay)}return Object.defineProperty(m,"completionsForLoading",{get:function(){return[{caption:n.nls("autocomplete.loading","Loading..."),value:""}]},enumerable:!1,configurable:!0}),m.prototype.$init=function(){return this.popup=new A(this.parentNode||document.body||document.documentElement),this.popup.on("click",function(y){this.insertMatch(),y.stop()}.bind(this)),this.popup.focus=this.editor.focus.bind(this.editor),this.popup.on("show",this.$onPopupShow.bind(this)),this.popup.on("hide",this.$onHidePopup.bind(this)),this.popup.on("select",this.$onPopupChange.bind(this)),r.addListener(this.popup.container,"mouseout",this.mouseOutListener.bind(this)),this.popup.on("changeHoverMarker",this.tooltipTimer.bind(null,null)),this.popup.renderer.on("afterRender",this.$onPopupRender.bind(this)),this.popup},m.prototype.$initInline=function(){if(!(!this.inlineEnabled||this.inlineRenderer))return this.inlineRenderer=new x,this.inlineRenderer},m.prototype.getPopup=function(){return this.popup||this.$init()},m.prototype.$onHidePopup=function(){this.inlineRenderer&&this.inlineRenderer.hide(),this.hideDocTooltip(),this.stickySelectionTimer.cancel(),this.popupTimer.cancel(),this.stickySelection=!1},m.prototype.$seen=function(y){!this.hasSeen.has(y)&&y&&y.completer&&y.completer.onSeen&&typeof y.completer.onSeen=="function"&&(y.completer.onSeen(this.editor,y),this.hasSeen.add(y))},m.prototype.$onPopupChange=function(y){if(this.inlineRenderer&&this.inlineEnabled){var v=y?null:this.popup.getData(this.popup.getRow());if(this.$updateGhostText(v),this.popup.isMouseOver&&this.setSelectOnHover){this.tooltipTimer.call(null,null);return}this.popupTimer.schedule(),this.tooltipTimer.schedule()}else this.popupTimer.call(null,null),this.tooltipTimer.call(null,null)},m.prototype.$updateGhostText=function(y){var v=this.base.row,M=this.base.column,D=this.editor.getCursorPosition().column,L=this.editor.session.getLine(v).slice(M,D);this.inlineRenderer.show(this.editor,y,L)?this.$seen(y):this.inlineRenderer.hide()},m.prototype.$onPopupRender=function(){var y=this.inlineRenderer&&this.inlineEnabled;if(this.completions&&this.completions.filtered&&this.completions.filtered.length>0)for(var v=this.popup.getFirstVisibleRow();v<=this.popup.getLastVisibleRow();v++){var M=this.popup.getData(v);M&&(!y||M.hideInlinePreview)&&this.$seen(M)}},m.prototype.$onPopupShow=function(y){this.$onPopupChange(y),this.stickySelection=!1,this.stickySelectionDelay>=0&&this.stickySelectionTimer.schedule(this.stickySelectionDelay)},m.prototype.observeLayoutChanges=function(){if(!(this.$elements||!this.editor)){window.addEventListener("resize",this.onLayoutChange,{passive:!0}),window.addEventListener("wheel",this.mousewheelListener);for(var y=this.editor.container.parentNode,v=[];y;)v.push(y),y.addEventListener("scroll",this.onLayoutChange,{passive:!0}),y=y.parentNode;this.$elements=v}},m.prototype.unObserveLayoutChanges=function(){var y=this;window.removeEventListener("resize",this.onLayoutChange,{passive:!0}),window.removeEventListener("wheel",this.mousewheelListener),this.$elements&&this.$elements.forEach(function(v){v.removeEventListener("scroll",y.onLayoutChange,{passive:!0})}),this.$elements=null},m.prototype.onLayoutChange=function(){if(!this.popup.isOpen)return this.unObserveLayoutChanges();this.$updatePopupPosition(),this.updateDocTooltip()},m.prototype.$updatePopupPosition=function(){var y=this.editor,v=y.renderer,M=v.layerConfig.lineHeight,D=v.$cursorLayer.getPixelPosition(this.base,!0);D.left-=this.popup.getTextLeftOffset();var L=y.container.getBoundingClientRect();D.top+=L.top-v.layerConfig.offset,D.left+=L.left-y.renderer.scrollLeft,D.left+=v.gutterWidth;var E={top:D.top,left:D.left};v.$ghostText&&v.$ghostTextWidget&&this.base.row===v.$ghostText.position.row&&(E.top+=v.$ghostTextWidget.el.offsetHeight);var N=y.container.getBoundingClientRect().bottom-M,k=N<E.top?{top:N,left:E.left}:E;this.popup.tryShow(k,M,"bottom")||this.popup.tryShow(D,M,"top")||this.popup.show(D,M)},m.prototype.openPopup=function(y,v,M){this.$firstOpenTimer.cancel(),this.popup||this.$init(),this.inlineEnabled&&!this.inlineRenderer&&this.$initInline(),this.popup.autoSelect=this.autoSelect,this.popup.setSelectOnHover(this.setSelectOnHover);var D=this.popup.getRow(),L=this.popup.data[D];this.popup.setData(this.completions.filtered,this.completions.filterText),this.editor.textInput.setAriaOptions&&this.editor.textInput.setAriaOptions({activeDescendant:d(this.popup.getRow()),inline:this.inlineEnabled}),y.keyBinding.addKeyboardHandler(this.keyboardHandler);var E;this.stickySelection&&(E=this.popup.data.indexOf(L)),(!E||E===-1)&&(E=0),this.popup.setRow(this.autoSelect?E:-1),E===D&&L!==this.completions.filtered[E]&&this.$onPopupChange();var N=this.inlineRenderer&&this.inlineEnabled;if(E===D&&N){var k=this.popup.getData(this.popup.getRow());this.$updateGhostText(k)}M||(this.popup.setTheme(y.getTheme()),this.popup.setFontSize(y.getFontSize()),this.$updatePopupPosition(),this.tooltipNode&&this.updateDocTooltip()),this.changeTimer.cancel(),this.observeLayoutChanges()},m.prototype.detach=function(){this.editor&&(this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.off("changeSelection",this.changeListener),this.editor.off("blur",this.blurListener),this.editor.off("mousedown",this.mousedownListener),this.editor.off("mousewheel",this.mousewheelListener)),this.$firstOpenTimer.cancel(),this.changeTimer.cancel(),this.hideDocTooltip(),this.completionProvider&&this.completionProvider.detach(),this.popup&&this.popup.isOpen&&this.popup.hide(),this.popup&&this.popup.renderer&&this.popup.renderer.off("afterRender",this.$onPopupRender),this.base&&this.base.detach(),this.activated=!1,this.completionProvider=this.completions=this.base=null,this.unObserveLayoutChanges()},m.prototype.changeListener=function(y){var v=this.editor.selection.lead;(v.row!=this.base.row||v.column<this.base.column)&&this.detach(),this.activated?this.changeTimer.schedule():this.detach()},m.prototype.blurListener=function(y){var v=document.activeElement,M=this.editor.textInput.getElement(),D=y.relatedTarget&&this.tooltipNode&&this.tooltipNode.contains(y.relatedTarget),L=this.popup&&this.popup.container;v!=M&&v.parentNode!=L&&!D&&v!=this.tooltipNode&&y.relatedTarget!=M&&this.detach()},m.prototype.mousedownListener=function(y){this.detach()},m.prototype.mousewheelListener=function(y){this.popup&&!this.popup.isMouseOver&&this.detach()},m.prototype.mouseOutListener=function(y){this.popup.isOpen&&this.$updatePopupPosition()},m.prototype.goTo=function(y){this.popup.goTo(y)},m.prototype.insertMatch=function(y,v){if(y||(y=this.popup.getData(this.popup.getRow())),!y)return!1;if(y.value==="")return this.detach();var M=this.completions,D=this.getCompletionProvider().insertMatch(this.editor,y,M.filterText,v);return this.completions==M&&this.detach(),D},m.prototype.showPopup=function(y,v){this.editor&&this.detach(),this.activated=!0,this.editor=y,y.completer!=this&&(y.completer&&y.completer.detach(),y.completer=this),y.on("changeSelection",this.changeListener),y.on("blur",this.blurListener),y.on("mousedown",this.mousedownListener),y.on("mousewheel",this.mousewheelListener),this.updateCompletions(!1,v)},m.prototype.getCompletionProvider=function(y){return this.completionProvider||(this.completionProvider=new f(y)),this.completionProvider},m.prototype.gatherCompletions=function(y,v){return this.getCompletionProvider().gatherCompletions(y,v)},m.prototype.updateCompletions=function(y,v){if(y&&this.base&&this.completions){var D=this.editor.getCursorPosition(),L=this.editor.session.getTextRange({start:this.base,end:D});if(L==this.completions.filterText)return;if(this.completions.setFilter(L),!this.completions.filtered.length)return this.detach();if(this.completions.filtered.length==1&&this.completions.filtered[0].value==L&&!this.completions.filtered[0].snippet)return this.detach();this.openPopup(this.editor,L,y);return}if(v&&v.matches){var D=this.editor.getSelectionRange().start;return this.base=this.editor.session.doc.createAnchor(D.row,D.column),this.base.$insertRight=!0,this.completions=new C(v.matches),this.getCompletionProvider().completions=this.completions,this.openPopup(this.editor,"",y)}var M=this.editor.getSession(),D=this.editor.getCursorPosition(),L=u.getCompletionPrefix(this.editor);this.base=M.doc.createAnchor(D.row,D.column-L.length),this.base.$insertRight=!0;var E={exactMatch:this.exactMatch,ignoreCaption:this.ignoreCaption};this.getCompletionProvider({prefix:L,pos:D}).provideCompletions(this.editor,E,function(N,k,T){var S=k.filtered,I=u.getCompletionPrefix(this.editor);if(this.$firstOpenTimer.cancel(),T){if(!S.length){var F=!this.autoShown&&this.emptyMessage;if(typeof F=="function"&&(F=this.emptyMessage(I)),F){var O=[{caption:F,value:""}];this.completions=new C(O),this.openPopup(this.editor,I,y),this.popup.renderer.setStyle("ace_loading",!1),this.popup.renderer.setStyle("ace_empty-message",!0);return}return this.detach()}if(S.length==1&&S[0].value==I&&!S[0].snippet)return this.detach();if(this.autoInsert&&!this.autoShown&&S.length==1)return this.insertMatch(S[0])}this.completions=!T&&this.showLoadingState?new C(m.completionsForLoading.concat(S),k.filterText):k,this.openPopup(this.editor,I,y),this.popup.renderer.setStyle("ace_empty-message",!1),this.popup.renderer.setStyle("ace_loading",!T)}.bind(this)),this.showLoadingState&&!this.autoShown&&(!this.popup||!this.popup.isOpen)&&this.$firstOpenTimer.delay(this.stickySelectionDelay/2)},m.prototype.cancelContextMenu=function(){this.editor.$mouseHandler.cancelContextMenu()},m.prototype.updateDocTooltip=function(){var y=this.popup,v=this.completions&&this.completions.filtered,M=v&&(v[y.getHoveredRow()]||v[y.getRow()]),D=null;if(!M||!this.editor||!this.popup.isOpen)return this.hideDocTooltip();for(var L=this.editor.completers.length,E=0;E<L;E++){var N=this.editor.completers[E];if(N.getDocTooltip&&M.completerId===N.id){D=N.getDocTooltip(M);break}}if(!D&&typeof M!="string"&&(D=M),typeof D=="string"&&(D={docText:D}),!D||!D.docHTML&&!D.docText)return this.hideDocTooltip();this.showDocTooltip(D)},m.prototype.showDocTooltip=function(y){this.tooltipNode||(this.tooltipNode=o.createElement("div"),this.tooltipNode.style.margin="0",this.tooltipNode.style.pointerEvents="auto",this.tooltipNode.style.overscrollBehavior="contain",this.tooltipNode.tabIndex=-1,this.tooltipNode.onblur=this.blurListener.bind(this),this.tooltipNode.onclick=this.onTooltipClick.bind(this),this.tooltipNode.id="doc-tooltip",this.tooltipNode.setAttribute("role","tooltip"),this.tooltipNode.addEventListener("wheel",a));var v=this.editor.renderer.theme;this.tooltipNode.className="ace_tooltip ace_doc-tooltip "+(v.isDark?"ace_dark ":"")+(v.cssClass||"");var M=this.tooltipNode;y.docHTML?M.innerHTML=y.docHTML:y.docText&&(M.textContent=y.docText),M.parentNode||this.popup.container.appendChild(this.tooltipNode);var D=this.popup,L=D.container.getBoundingClientRect(),E=400,N=300,k=D.renderer.scrollBar.width||10,T=L.left,S=window.innerWidth-L.right-k,I=D.isTopdown?L.top:window.innerHeight-k-L.bottom,F=[Math.min(S/E,1),Math.min(T/E,1),Math.min(I/N*.9)],O=Math.max.apply(Math,F),P=M.style;P.display="block",O==F[0]?(P.left=L.right+1+"px",P.right="",P.maxWidth=E*O+"px",P.top=L.top+"px",P.bottom="",P.maxHeight=Math.min(window.innerHeight-k-L.top,N)+"px"):O==F[1]?(P.right=window.innerWidth-L.left+"px",P.left="",P.maxWidth=E*O+"px",P.top=L.top+"px",P.bottom="",P.maxHeight=Math.min(window.innerHeight-k-L.top,N)+"px"):O==F[2]&&(P.left=window.innerWidth-L.left+"px",P.maxWidth=Math.min(E,window.innerWidth)+"px",D.isTopdown?(P.top=L.bottom+"px",P.left=L.left+"px",P.right="",P.bottom="",P.maxHeight=Math.min(window.innerHeight-k-L.bottom,N)+"px"):(P.top=D.container.offsetTop-M.offsetHeight+"px",P.left=L.left+"px",P.right="",P.bottom="",P.maxHeight=Math.min(D.container.offsetTop,N)+"px"))},m.prototype.hideDocTooltip=function(){if(this.tooltipTimer.cancel(),!!this.tooltipNode){var y=this.tooltipNode;!this.editor.isFocused()&&document.activeElement==y&&this.editor.focus(),this.tooltipNode=null,y.parentNode&&y.parentNode.removeChild(y)}},m.prototype.onTooltipClick=function(y){for(var v=y.target;v&&v!=this.tooltipNode;){if(v.nodeName=="A"&&v.href){v.rel="noreferrer",v.target="_blank";break}v=v.parentNode}},m.prototype.destroy=function(){if(this.detach(),this.popup){this.popup.destroy();var y=this.popup.container;y&&y.parentNode&&y.parentNode.removeChild(y)}this.editor&&this.editor.completer==this&&(this.editor.off("destroy",l),this.editor.completer=null),this.inlineRenderer=this.popup=this.editor=null},m.for=function(y){return y.completer instanceof m||(y.completer&&(y.completer.destroy(),y.completer=null),n.get("sharedPopups")?(m.$sharedInstance||(m.$sharedInstance=new m),y.completer=m.$sharedInstance):(y.completer=new m,y.once("destroy",l))),y.completer},m}();h.prototype.commands={Up:function(m){m.completer.goTo("up")},Down:function(m){m.completer.goTo("down")},"Ctrl-Up|Ctrl-Home":function(m){m.completer.goTo("start")},"Ctrl-Down|Ctrl-End":function(m){m.completer.goTo("end")},Esc:function(m){m.completer.detach()},Return:function(m){return m.completer.insertMatch()},"Shift-Return":function(m){m.completer.insertMatch(null,{deleteSuffix:!0})},Tab:function(m){var y=m.completer.insertMatch();if(!!y||!!m.tabstopManager)return y;m.completer.goTo("down")},Backspace:function(m){m.execCommand("backspace");var y=u.getCompletionPrefix(m);!y&&m.completer&&m.completer.detach()},PageUp:function(m){m.completer.popup.gotoPageUp()},PageDown:function(m){m.completer.popup.gotoPageDown()}},h.startCommand={name:"startAutocomplete",exec:function(m,y){var v=h.for(m);v.autoInsert=!1,v.autoSelect=!0,v.autoShown=!1,v.showPopup(m,y),v.cancelContextMenu()},bindKey:"Ctrl-Space|Ctrl-Shift-Space|Alt-Space"};var f=function(){function m(y){this.initialPosition=y,this.active=!0}return m.prototype.insertByIndex=function(y,v,M){return!this.completions||!this.completions.filtered?!1:this.insertMatch(y,this.completions.filtered[v],M)},m.prototype.insertMatch=function(y,v,M){if(!v)return!1;if(y.startOperation({command:{name:"insertMatch"}}),v.completer&&v.completer.insertMatch)v.completer.insertMatch(y,v);else{if(!this.completions)return!1;var D=this.completions.filterText.length,L=0;if(v.range&&v.range.start.row===v.range.end.row&&(D-=this.initialPosition.prefix.length,D+=this.initialPosition.pos.column-v.range.start.column,L+=v.range.end.column-this.initialPosition.pos.column),D||L){var E;y.selection.getAllRanges?E=y.selection.getAllRanges():E=[y.getSelectionRange()];for(var N=0,k;k=E[N];N++)k.start.column-=D,k.end.column+=L,y.session.remove(k)}v.snippet?t.insertSnippet(y,v.snippet):this.$insertString(y,v),v.completer&&v.completer.onInsert&&typeof v.completer.onInsert=="function"&&v.completer.onInsert(y,v),v.command&&v.command==="startAutocomplete"&&y.execCommand(v.command)}return y.endOperation(),!0},m.prototype.$insertString=function(y,v){var M=v.value||v;y.execCommand("insertstring",M)},m.prototype.gatherCompletions=function(y,v){var M=y.getSession(),D=y.getCursorPosition(),L=u.getCompletionPrefix(y),E=[];this.completers=y.completers;var N=y.completers.length;return y.completers.forEach(function(k,T){k.getCompletions(y,M,D,L,function(S,I){k.hideInlinePreview&&(I=I.map(function(F){return Object.assign(F,{hideInlinePreview:k.hideInlinePreview})})),!S&&I&&(E=E.concat(I)),v(null,{prefix:u.getCompletionPrefix(y),matches:E,finished:--N==0})})}),!0},m.prototype.provideCompletions=function(y,v,M){var D=function(k){var T=k.prefix,S=k.matches;this.completions=new C(S),v.exactMatch&&(this.completions.exactMatch=!0),v.ignoreCaption&&(this.completions.ignoreCaption=!0),this.completions.setFilter(T),(k.finished||this.completions.filtered.length)&&M(null,this.completions,k.finished)}.bind(this),L=!0,E=null;if(this.gatherCompletions(y,function(k,T){if(!!this.active){k&&(M(k,[],!0),this.detach());var S=T.prefix;if(S.indexOf(T.prefix)===0){if(L){E=T;return}D(T)}}}.bind(this)),L=!1,E){var N=E;E=null,D(N)}},m.prototype.detach=function(){this.active=!1,this.completers&&this.completers.forEach(function(y){typeof y.cancel=="function"&&y.cancel()})},m}(),C=function(){function m(y,v){this.all=y,this.filtered=y,this.filterText=v||"",this.exactMatch=!1,this.ignoreCaption=!1}return m.prototype.setFilter=function(y){if(y.length>this.filterText&&y.lastIndexOf(this.filterText,0)===0)var v=this.filtered;else var v=this.all;this.filterText=y,v=this.filterCompletions(v,this.filterText),v=v.sort(function(D,L){return L.exactMatch-D.exactMatch||L.$score-D.$score||(D.caption||D.value).localeCompare(L.caption||L.value)});var M=null;v=v.filter(function(D){var L=D.snippet||D.caption||D.value;return L===M?!1:(M=L,!0)}),this.filtered=v},m.prototype.filterCompletions=function(y,v){var M=[],D=v.toUpperCase(),L=v.toLowerCase();e:for(var E=0,N;N=y[E];E++){if(N.skipFilter){N.$score=N.score,M.push(N);continue}var k=!this.ignoreCaption&&N.caption||N.value||N.snippet;if(!!k){var T=-1,S=0,I=0,F,O;if(this.exactMatch){if(v!==k.substr(0,v.length))continue e}else{var P=k.toLowerCase().indexOf(L);if(P>-1)I=P;else for(var W=0;W<v.length;W++){var z=k.indexOf(L[W],T+1),B=k.indexOf(D[W],T+1);if(F=z>=0&&(B<0||z<B)?z:B,F<0)continue e;O=F-T-1,O>0&&(T===-1&&(I+=10),I+=O,S|=1<<W),T=F}}N.matchMask=S,N.exactMatch=I?0:1,N.$score=(N.score||0)-I,M.push(N)}}return M},m}();g.Autocomplete=h,g.CompletionProvider=f,g.FilteredList=C}),ace.define("ace/marker_group",["require","exports","module"],function(e,g,_){var b=function(){function A(x,d){d&&(this.markerType=d.markerType),this.markers=[],this.session=x,x.addDynamicMarker(this)}return A.prototype.getMarkerAtPosition=function(x){return this.markers.find(function(d){return d.range.contains(x.row,x.column)})},A.prototype.markersComparator=function(x,d){return x.range.start.row-d.range.start.row},A.prototype.setMarkers=function(x){this.markers=x.sort(this.markersComparator).slice(0,this.MAX_MARKERS),this.session._signal("changeBackMarker")},A.prototype.update=function(x,d,u,i){if(!(!this.markers||!this.markers.length))for(var o=i.firstRow,t=i.lastRow,n,r=0,a=0,l=0;l<this.markers.length;l++){var h=this.markers[l];if(!(h.range.end.row<o)&&!(h.range.start.row>t)&&(h.range.start.row===a?r++:(a=h.range.start.row,r=0),!(r>200))){var f=h.range.clipRows(o,t);if(!(f.start.row===f.end.row&&f.start.column===f.end.column)){var C=f.toScreenRange(u);if(C.isEmpty()){n=u.getNextFoldLine(f.end.row,n),n&&n.end.row>f.end.row&&(o=n.end.row);continue}this.markerType==="fullLine"?d.drawFullLineMarker(x,C,h.className,i):C.isMultiLine()?this.markerType==="line"?d.drawMultiLineMarker(x,C,h.className,i):d.drawTextMarker(x,C,h.className,i):d.drawSingleLineMarker(x,C,h.className+" ace_br15",i)}}}},A}();b.prototype.MAX_MARKERS=1e4,g.MarkerGroup=b}),ace.define("ace/autocomplete/text_completer",["require","exports","module","ace/range"],function(e,g,_){function b(u,i){var o=u.getTextRange(x.fromPoints({row:0,column:0},i));return o.split(d).length-1}function A(u,i){var o=b(u,i),t=u.getValue().split(d),n=Object.create(null),r=t[o];return t.forEach(function(a,l){if(!(!a||a===r)){var h=Math.abs(o-l),f=t.length-h;n[a]?n[a]=Math.max(f,n[a]):n[a]=f}}),n}var x=e("../range").Range,d=/[^a-zA-Z_0-9\$\-\u00C0-\u1FFF\u2C00-\uD7FF\w]+/;g.getCompletions=function(u,i,o,t,n){var r=A(i,o),a=Object.keys(r);n(null,a.map(function(l){return{caption:l,value:l,score:r[l],meta:"local"}}))}}),ace.define("ace/ext/language_tools",["require","exports","module","ace/snippets","ace/autocomplete","ace/config","ace/lib/lang","ace/autocomplete/util","ace/marker_group","ace/autocomplete/text_completer","ace/editor","ace/config"],function(e,g,_){var b=e("../snippets").snippetManager,A=e("../autocomplete").Autocomplete,x=e("../config"),d=e("../lib/lang"),u=e("../autocomplete/util"),i=e("../marker_group").MarkerGroup,o=e("../autocomplete/text_completer"),t={getCompletions:function(L,E,N,k,T){if(E.$mode.completer)return E.$mode.completer.getCompletions(L,E,N,k,T);var S=L.session.getState(N.row),I=E.$mode.getCompletions(S,E,N,k);I=I.map(function(F){return F.completerId=t.id,F}),T(null,I)},id:"keywordCompleter"},n=function(L){var E={};return L.replace(/\${(\d+)(:(.*?))?}/g,function(N,k,T,S){return E[k]=S||""}).replace(/\$(\d+?)/g,function(N,k){return E[k]})},r={getCompletions:function(L,E,N,k,T){var S=[],I=E.getTokenAt(N.row,N.column);I&&I.type.match(/(tag-name|tag-open|tag-whitespace|attribute-name|attribute-value)\.xml$/)?S.push("html-tag"):S=b.getActiveScopes(L);var F=b.snippetMap,O=[];S.forEach(function(P){for(var W=F[P]||[],z=W.length;z--;){var B=W[z],$=B.name||B.tabTrigger;!$||O.push({caption:$,snippet:B.content,meta:B.tabTrigger&&!B.name?B.tabTrigger+"\u21E5 ":"snippet",completerId:r.id})}},this),T(null,O)},getDocTooltip:function(L){L.snippet&&!L.docHTML&&(L.docHTML=["<b>",d.escapeHTML(L.caption),"</b>","<hr></hr>",d.escapeHTML(n(L.snippet))].join(""))},id:"snippetCompleter"},a=[r,o,t];g.setCompleters=function(L){a.length=0,L&&a.push.apply(a,L)},g.addCompleter=function(L){a.push(L)},g.textCompleter=o,g.keyWordCompleter=t,g.snippetCompleter=r;var l={name:"expandSnippet",exec:function(L){return b.expandWithTab(L)},bindKey:"Tab"},h=function(L,E){f(E.session.$mode)},f=function(L){typeof L=="string"&&(L=x.$modes[L]),!!L&&(b.files||(b.files={}),C(L.$id,L.snippetFileId),L.modes&&L.modes.forEach(f))},C=function(L,E){!E||!L||b.files[L]||(b.files[L]={},x.loadModule(E,function(N){!N||(b.files[L]=N,!N.snippets&&N.snippetText&&(N.snippets=b.parseSnippetFile(N.snippetText)),b.register(N.snippets||[],N.scope),N.includeScopes&&(b.snippetMap[N.scope].includeScopes=N.includeScopes,N.includeScopes.forEach(function(k){f("ace/mode/"+k)})))}))},m=function(L){var E=L.editor,N=E.completer&&E.completer.activated;if(L.command.name==="backspace")N&&!u.getCompletionPrefix(E)&&E.completer.detach();else if(L.command.name==="insertstring"&&!N){y=L;var k=L.editor.$liveAutocompletionDelay;k?v.delay(k):M(L)}},y,v=d.delayedCall(function(){M(y)},0),M=function(L){var E=L.editor,N=u.getCompletionPrefix(E),k=L.args,T=u.triggerAutocomplete(E,k);if(N&&N.length>=E.$liveAutocompletionThreshold||T){var S=A.for(E);S.autoShown=!0,S.showPopup(E)}},D=e("../editor").Editor;e("../config").defineOptions(D.prototype,"editor",{enableBasicAutocompletion:{set:function(L){L?(A.for(this),this.completers||(this.completers=Array.isArray(L)?L:a),this.commands.addCommand(A.startCommand)):this.commands.removeCommand(A.startCommand)},value:!1},enableLiveAutocompletion:{set:function(L){L?(this.completers||(this.completers=Array.isArray(L)?L:a),this.commands.on("afterExec",m)):this.commands.off("afterExec",m)},value:!1},liveAutocompletionDelay:{initialValue:0},liveAutocompletionThreshold:{initialValue:0},enableSnippets:{set:function(L){L?(this.commands.addCommand(l),this.on("changeMode",h),h(null,this)):(this.commands.removeCommand(l),this.off("changeMode",h))},value:!1}}),g.MarkerGroup=i}),function(){ace.require(["ace/ext/language_tools"],function(e){s&&(s.exports=e)})}()})(extLanguage_tools);var index_vue_vue_type_style_index_0_scoped_true_lang$2="";const _sfc_main$c={name:"CodeEditor",props:{modelValue:{type:String},readonly:{type:Boolean,default:!1},mode:{type:String,default:"javascript"},userWorker:{type:Boolean,default:!0}},emits:["update:modelValue"],mounted(){ace$1.config.set("basePath",ACE_BASE_PATH),this.addAutoCompletion(ace$1),this.aceEditor=ace$1.edit(this.$refs.ace,{maxLines:20,minLines:5,fontSize:12,theme:this.themePath,mode:this.modePath,tabSize:2,readOnly:this.readonly,highlightActiveLine:!0,value:this.codeValue}),this.aceEditor.setOptions({enableBasicAutocompletion:!0,enableSnippets:!0,enableLiveAutocompletion:!0}),this.mode==="json"?this.setJsonMode():this.mode==="css"&&this.setCssMode(),this.userWorker||this.aceEditor.getSession().setUseWorker(!1),this.aceEditor.getSession().on("change",s=>{this.$emit("update:modelValue",this.aceEditor.getValue())})},data(){return{aceEditor:null,themePath:"ace/theme/sqlserver",modePath:"ace/mode/javascript",codeValue:this.modelValue}},watch:{},methods:{addAutoCompletion(s){let p=[{meta:"VForm API",caption:"getWidgetRef",value:"getWidgetRef()",score:1},{meta:"VForm API",caption:"getFormRef",value:"getFormRef()",score:1}];s.require("ace/ext/language_tools").addCompleter({getCompletions:function(g,_,b,A,x){return A.length===0?x(null,[]):x(null,p)}})},setJsonMode(){this.aceEditor.getSession().setMode("ace/mode/json")},setCssMode(){this.aceEditor.getSession().setMode("ace/mode/css")},getEditorAnnotations(){return this.aceEditor.getSession().getAnnotations()},setValue(s){this.aceEditor.getSession().setValue(s)}}},_hoisted_1$9={class:"ace-container"},_hoisted_2$7={class:"ace-editor",ref:"ace"};function _sfc_render$c(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("div",_hoisted_1$9,[vue.createElementVNode("div",_hoisted_2$7,null,512)])}var CodeEditor=_export_sfc$1(_sfc_main$c,[["render",_sfc_render$c],["__scopeId","data-v-335e1214"]]),subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$b={name:"sub-table-columns-editor",mixins:[i18n$1],components:{CodeEditor},props:{designer:Object,selectedWidget:Object,optionModel:Object},data(){return{showColumnEventDialog:!1,currentEventName:"",currentColumn:null,columnEventHandlerCode:"",eventHeader:"",fieldValidators:[{value:"number",label:this.i18nt("designer.hint.numberValidator")},{value:"letter",label:this.i18nt("designer.hint.letterValidator")},{value:"letterAndNumber",label:this.i18nt("designer.hint.letterAndNumberValidator")},{value:"mobilePhone",label:this.i18nt("designer.hint.mobilePhoneValidator")},{value:"email",label:this.i18nt("designer.hint.emailValidator")},{value:"url",label:this.i18nt("designer.hint.urlValidator")},{value:"noChinese",label:this.i18nt("designer.hint.noChineseValidator")},{value:"chinese",label:this.i18nt("designer.hint.chineseValidator")},{value:"maxLen12Decimals6",label:this.i18nt("designer.hint.maxLen12Decimals6Validator")},{value:"isPositiveIntegerLength",label:this.i18nt("designer.hint.isPositiveIntegerLengthValidator")},{value:"isPositiveIntegerZero",label:this.i18nt("designer.hint.isPositiveIntegerZeroValidator")},{value:"maxLen10Decimals2",label:this.i18nt("designer.hint.maxLen10Decimals2Validator")},{value:"maxLen12Decimals2",label:this.i18nt("designer.hint.maxLen12Decimals2Validator")},{value:"latitude",label:this.i18nt("designer.hint.latitude")},{value:"longitude",label:this.i18nt("designer.hint.longitude")},{value:"sixFigures",label:this.i18nt("designer.hint.sixFigures")},{value:"percentage",label:this.i18nt("designer.hint.percentage")}]}},created(){this.optionModel.columns||(this.optionModel.columns=[])},methods:{addNewColumn(){this.optionModel.columns||(this.optionModel.columns=[]);const s={prop:"field"+(this.optionModel.columns.length+1),label:"\u5217"+(this.optionModel.columns.length+1),type:"input",width:"",minWidth:"",placeholder:"",required:!1,validation:"",validationHint:"",defaultValue:""};this.optionModel.columns.push(s),this.designer.saveCurrentHistoryStep()},deleteColumn(s){this.optionModel.columns.splice(s,1),this.designer.saveCurrentHistoryStep()},handleColumnChange(){this.designer.saveCurrentHistoryStep()},handleValidationChange(s){s.validation||(s.validationHint=""),this.handleColumnChange()},handleSelectOptionsChange(s,p){try{if(p&&p.trim()){const e=JSON.parse(p);Array.isArray(e)?s.options=e:s.options=[]}else s.options=[]}catch(e){console.warn("\u9009\u9879\u6570\u636E\u683C\u5F0F\u9519\u8BEF:",e)}this.designer.saveCurrentHistoryStep()},loadDictOptionsForColumn(s){if(!s.dictCode||!s.dictCode.trim())return;const p=s.dictCode.trim();s._loadingDict=!0;try{let e=null;if(typeof window!="undefined"&&window.getDictData){const g=window.getDictData(p);if(g&&Array.isArray(g)&&g.length>0){s.options=g.map(_=>({label:_.dictLabel||_.label||_.name||_.text||"",value:_.dictValue||_.value||_.code||_.value||_.itemValue||"",disabled:_.disabled||!1})),s.optionsText=JSON.stringify(s.options,null,2),this.$message.success("\u4ECE\u5B57\u5178\u7F13\u5B58\u52A0\u8F7D\u9009\u9879\u6210\u529F"),s._loadingDict=!1,this.designer.saveCurrentHistoryStep();return}}if(typeof window!="undefined"&&window.dictCache&&window.dictCache[p]){const g=window.dictCache[p];if(Array.isArray(g)&&g.length>0){s.options=g.map(_=>({label:_.dictLabel||_.label||_.name||_.text||"",value:_.dictValue||_.value||_.code||_.value||_.itemValue||"",disabled:_.disabled||!1})),s.optionsText=JSON.stringify(s.options,null,2),this.$message.success("\u4ECE\u5B57\u5178\u7F13\u5B58\u52A0\u8F7D\u9009\u9879\u6210\u529F"),s._loadingDict=!1,this.designer.saveCurrentHistoryStep();return}}if(typeof window!="undefined"&&window.service){window.service.post("/unified-dict/sysItemDict/page",{current:1,size:1e4,dictType:p}).then(({data:g})=>{s._loadingDict=!1;const _=(g==null?void 0:g.records)||(g==null?void 0:g.data)||g||[];if(Array.isArray(_)&&_.length>0){const b=_.filter(A=>A.dictType===p);b.length>0?(s.options=b.map(A=>({label:A.dictLabel||A.label||A.name||A.text||"",value:A.dictValue||A.value||A.code||A.value||A.itemValue||"",disabled:A.disabled||!1})),s.optionsText=JSON.stringify(s.options,null,2),this.$message.success("\u4ECE\u5B57\u5178\u52A0\u8F7D\u9009\u9879\u6210\u529F"),this.designer.saveCurrentHistoryStep()):this.$message.warning(`\u672A\u627E\u5230\u5B57\u5178\u7C7B\u578B\u4E3A "${p}" \u7684\u6570\u636E`)}else this.$message.warning("\u5B57\u5178\u6570\u636E\u683C\u5F0F\u4E0D\u6B63\u786E")}).catch(g=>{s._loadingDict=!1,console.error("\u83B7\u53D6\u5B57\u5178\u6570\u636E\u5931\u8D25:",g),this.$message.error("\u83B7\u53D6\u5B57\u5178\u6570\u636E\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u5B57\u5178CODE\u662F\u5426\u6B63\u786E")});return}this.$message.warning("\u672A\u627E\u5230\u5B57\u5178\u7F13\u5B58\uFF0C\u8BF7\u786E\u4FDD\u5B57\u5178CODE\u6B63\u786E\u6216\u5B57\u5178\u5DF2\u52A0\u8F7D")}catch(e){console.error("\u52A0\u8F7D\u5B57\u5178\u6570\u636E\u5931\u8D25:",e),this.$message.error("\u52A0\u8F7D\u5B57\u5178\u6570\u636E\u5931\u8D25: "+e.message)}finally{s._loadingDict=!1}},editColumnEventHandler(s,p,e){this.currentColumn=s,this.currentEventName=p,this.eventHeader=`${s.label||s.prop}.${p}(${e.join(", ")}) {`,this.columnEventHandlerCode=s[p]||"",this.showColumnEventDialog=!0},saveColumnEventHandler(){if(!(!this.currentColumn||!this.currentEventName)){if(this.$refs.columnEventEditor){const s=this.$refs.columnEventEditor.getEditorAnnotations();let p=!1;if(s&&s.length>0&&(s.forEach(e=>{e.type==="error"&&(p=!0)}),p)){this.$message.error(this.i18nt("designer.setting.syntaxCheckWarning"));return}}this.currentColumn[this.currentEventName]=this.columnEventHandlerCode,this.designer.saveCurrentHistoryStep(),this.showColumnEventDialog=!1,this.$message.success("\u4E8B\u4EF6\u4FDD\u5B58\u6210\u529F")}}}},_hoisted_1$8={class:"column-header"},_hoisted_2$6={class:"column-title"},_hoisted_3$5={class:"column-form"},_hoisted_4$4={class:"dialog-footer"};function _sfc_render$b(s,p,e,g,_,b){const A=vue.resolveComponent("el-divider"),x=vue.resolveComponent("el-form-item"),d=vue.resolveComponent("el-button"),u=vue.resolveComponent("el-input"),i=vue.resolveComponent("el-option"),o=vue.resolveComponent("el-select"),t=vue.resolveComponent("el-switch"),n=vue.resolveComponent("el-input-number"),r=vue.resolveComponent("el-alert"),a=vue.resolveComponent("code-editor"),l=vue.resolveComponent("el-dialog");return vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[vue.createElementVNode("div",null,[vue.createVNode(x,{"label-width":"0"},{default:vue.withCtx(()=>[vue.createVNode(A,{class:"custom-divider"},{default:vue.withCtx(()=>[...p[3]||(p[3]=[vue.createTextVNode("\u8868\u683C\u5217\u914D\u7F6E",-1)])]),_:1})]),_:1}),vue.createVNode(x,{"label-width":"0"},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.optionModel.columns,(h,f)=>(vue.openBlock(),vue.createElementBlock("div",{key:f,class:"column-item"},[vue.createElementVNode("div",_hoisted_1$8,[vue.createElementVNode("span",_hoisted_2$6,"\u5217 "+vue.toDisplayString(f+1),1),vue.createVNode(d,{circle:"",plain:"",size:"small",type:"danger",onClick:C=>b.deleteColumn(f),icon:"el-icon-minus",class:"column-delete-button"},null,8,["onClick"])]),vue.createElementVNode("div",_hoisted_3$5,[vue.createVNode(x,{label:"\u5217\u540D"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.label,"onUpdate:modelValue":C=>h.label=C,placeholder:"\u8BF7\u8F93\u5165\u5217\u540D",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u5B57\u6BB5\u540D"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.prop,"onUpdate:modelValue":C=>h.prop=C,placeholder:"\u8BF7\u8F93\u5165\u5B57\u6BB5\u540D\uFF08\u82F1\u6587\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u5217\u7C7B\u578B"},{default:vue.withCtx(()=>[vue.createVNode(o,{modelValue:h.type,"onUpdate:modelValue":C=>h.type=C,placeholder:"\u8BF7\u9009\u62E9\u5217\u7C7B\u578B",onChange:b.handleColumnChange,style:{width:"100%"}},{default:vue.withCtx(()=>[vue.createVNode(i,{label:"\u6587\u672C\u8F93\u5165",value:"input"}),vue.createVNode(i,{label:"\u6570\u5B57\u8F93\u5165",value:"number"}),vue.createVNode(i,{label:"\u65E5\u671F\u9009\u62E9",value:"date"}),vue.createVNode(i,{label:"\u6708\u4EFD\u9009\u62E9",value:"month"}),vue.createVNode(i,{label:"\u65E5\u671F\u65F6\u95F4",value:"datetime"}),vue.createVNode(i,{label:"\u4E0B\u62C9\u9009\u62E9",value:"select"}),vue.createVNode(i,{label:"\u591A\u884C\u6587\u672C",value:"textarea"})]),_:1},8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:0,label:"\u5B57\u5178CODE"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.dictCode,"onUpdate:modelValue":C=>h.dictCode=C,placeholder:"\u8BF7\u8F93\u5165\u5B57\u5178CODE\uFF0C\u5C06\u4ECE\u5B57\u5178\u7F13\u5B58\u83B7\u53D6\u9009\u9879",onBlur:C=>b.loadDictOptionsForColumn(h),clearable:""},{append:vue.withCtx(()=>[vue.createVNode(d,{onClick:C=>b.loadDictOptionsForColumn(h),loading:h._loadingDict},{default:vue.withCtx(()=>[...p[4]||(p[4]=[vue.createTextVNode("\u52A0\u8F7D",-1)])]),_:1},8,["onClick","loading"])]),_:2},1032,["modelValue","onUpdate:modelValue","onBlur"]),p[5]||(p[5]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}},' \u586B\u5199\u5B57\u5178CODE\u540E\uFF0C\u70B9\u51FB"\u52A0\u8F7D"\u6309\u94AE\u6216\u5931\u7126\u65F6\u81EA\u52A8\u4ECE\u5B57\u5178\u7F13\u5B58\u83B7\u53D6\u9009\u9879\u6570\u636E ',-1))]),_:2},1024)):vue.createCommentVNode("",!0),vue.createVNode(x,{label:"\u5217\u5BBD"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.width,"onUpdate:modelValue":C=>h.width=C,placeholder:"\u5982\uFF1A150\uFF08\u53EF\u9009\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u6700\u5C0F\u5217\u5BBD"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.minWidth,"onUpdate:modelValue":C=>h.minWidth=C,placeholder:"\u5982\uFF1A100\uFF08\u53EF\u9009\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u5360\u4F4D\u7B26"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.placeholder,"onUpdate:modelValue":C=>h.placeholder=C,placeholder:"\u8BF7\u8F93\u5165\u5360\u4F4D\u7B26\uFF08\u53EF\u9009\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u662F\u5426\u5FC5\u586B"},{default:vue.withCtx(()=>[vue.createVNode(t,{modelValue:h.required,"onUpdate:modelValue":C=>h.required=C,onChange:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024),vue.createVNode(x,{label:"\u6821\u9A8C\u89C4\u5219"},{default:vue.withCtx(()=>[vue.createVNode(o,{modelValue:h.validation,"onUpdate:modelValue":C=>h.validation=C,placeholder:"\u8BF7\u9009\u62E9\u6821\u9A8C\u89C4\u5219",filterable:"",clearable:"",style:{width:"100%"},onChange:C=>b.handleValidationChange(h)},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.fieldValidators,(C,m)=>(vue.openBlock(),vue.createBlock(i,{key:m,label:C.label,value:C.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024),h.validation?(vue.openBlock(),vue.createBlock(x,{key:1,label:"\u6821\u9A8C\u5931\u8D25\u63D0\u793A"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.validationHint,"onUpdate:modelValue":C=>h.validationHint=C,placeholder:"\u53EF\u9009\uFF0C\u4E0D\u586B\u5219\u4F7F\u7528\u9ED8\u8BA4\u63D0\u793A",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:2,label:"\u9009\u9879\u6570\u636E"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.optionsText,"onUpdate:modelValue":C=>h.optionsText=C,type:"textarea",rows:3,placeholder:'\u683C\u5F0F\uFF1A[{"label":"\u9009\u98791","value":"value1"},{"label":"\u9009\u98792","value":"value2"}]',onInput:C=>b.handleSelectOptionsChange(h,C)},null,8,["modelValue","onUpdate:modelValue","onInput"]),p[6]||(p[6]=vue.createElementVNode("div",{class:"hint-text"},"\u8BF7\u8F93\u5165 JSON \u683C\u5F0F\u7684\u9009\u9879\u6570\u7EC4",-1))]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:3,label:"onMounted\u4E8B\u4EF6"},{default:vue.withCtx(()=>[vue.createVNode(d,{type:"info",icon:"el-icon-edit",plain:"",round:"",onClick:C=>b.editColumnEventHandler(h,"onMounted",["col","options","setOptions"])},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("designer.setting.addEventHandler")),1)]),_:1},8,["onClick"]),p[7]||(p[7]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}},[vue.createTextVNode(" \u4E0B\u62C9\u9879\u6302\u8F7D\u65F6\u89E6\u53D1\uFF0C\u53C2\u6570\uFF1Acol\uFF08\u5217\u914D\u7F6E\u5BF9\u8C61\uFF09\u3001options\uFF08\u9009\u9879\u6570\u7EC4\uFF09\u3001setOptions\uFF08\u8BBE\u7F6E\u9009\u9879\u7684\u65B9\u6CD5\uFF09 "),vue.createElementVNode("br"),vue.createTextVNode("\u793A\u4F8B\uFF1AsetOptions([{label: '\u9009\u98791', value: '1'}, {label: '\u9009\u98792', value: '2'}]) ")],-1))]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:4,label:"\u4F9D\u8D56\u5217\uFF08\u8054\u52A8\uFF09"},{default:vue.withCtx(()=>[vue.createVNode(o,{modelValue:h.dependOn,"onUpdate:modelValue":C=>h.dependOn=C,placeholder:"\u9009\u62E9\u4F9D\u8D56\u7684\u5217\uFF08\u5F53\u4F9D\u8D56\u5217\u53D8\u5316\u65F6\uFF0C\u6B64\u5217\u7684\u4E0B\u62C9\u9009\u9879\u4F1A\u66F4\u65B0\uFF09",clearable:"",filterable:"",style:{width:"100%"},onChange:b.handleColumnChange},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.optionModel.columns,(C,m)=>(vue.openBlock(),vue.createBlock(i,{key:m,label:C.label||C.prop,value:C.prop,disabled:C.prop===h.prop},null,8,["label","value","disabled"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"]),p[8]||(p[8]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}}," \u9009\u62E9\u4F9D\u8D56\u7684\u5217\uFF0C\u5F53\u4F9D\u8D56\u5217\u7684\u503C\u53D8\u5316\u65F6\uFF0C\u4F1A\u89E6\u53D1\u6B64\u5217\u7684\u8054\u52A8\u4E8B\u4EF6\u66F4\u65B0\u4E0B\u62C9\u9009\u9879 ",-1))]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"&&h.dependOn?(vue.openBlock(),vue.createBlock(x,{key:5,label:"\u8054\u52A8\u5904\u7406\u51FD\u6570"},{default:vue.withCtx(()=>[vue.createVNode(d,{type:"info",icon:"el-icon-edit",plain:"",round:"",onClick:C=>b.editColumnEventHandler(h,"onDependChange",["targetCol","sourceCol","sourceValue","formData","currentOptions","setOptions","setValue","getValue"])},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("designer.setting.addEventHandler")),1)]),_:1},8,["onClick"]),p[9]||(p[9]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}},[vue.createTextVNode(" \u5F53\u4F9D\u8D56\u5217\u7684\u503C\u53D8\u5316\u65F6\u89E6\u53D1\uFF0C\u53C2\u6570\uFF1A "),vue.createElementVNode("br"),vue.createTextVNode("- targetCol\uFF1A\u5F53\u524D\u5217\u914D\u7F6E\u5BF9\u8C61 "),vue.createElementVNode("br"),vue.createTextVNode("- sourceCol\uFF1A\u4F9D\u8D56\u7684\u5217\u914D\u7F6E\u5BF9\u8C61 "),vue.createElementVNode("br"),vue.createTextVNode("- sourceValue\uFF1A\u4F9D\u8D56\u5217\u7684\u503C "),vue.createElementVNode("br"),vue.createTextVNode("- formData\uFF1A\u5F53\u524D\u8868\u5355\u6570\u636E\u5BF9\u8C61 "),vue.createElementVNode("br"),vue.createTextVNode("- currentOptions\uFF1A\u5F53\u524D\u9009\u9879\u6570\u7EC4 "),vue.createElementVNode("br"),vue.createTextVNode("- setOptions\uFF1A\u8BBE\u7F6E\u9009\u9879\u7684\u65B9\u6CD5 (newOptions, index) "),vue.createElementVNode("br"),vue.createTextVNode("- setValue\uFF1A\u8BBE\u7F6E\u76EE\u6807\u5217\u7684\u503C (value) "),vue.createElementVNode("br"),vue.createTextVNode("- getValue\uFF1A\u83B7\u53D6\u76EE\u6807\u5217\u7684\u5F53\u524D\u503C () "),vue.createElementVNode("br"),vue.createTextVNode("\u793A\u4F8B\uFF1A\u6839\u636E sourceValue \u52A8\u6001\u8BBE\u7F6E\u9009\u9879\u548C\u503C\uFF08\u53EA\u5F71\u54CD\u5F53\u524D\u7F16\u8F91\u884C\uFF09 "),vue.createElementVNode("br"),vue.createTextVNode("if (sourceValue === '1') { "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setOptions([{label: '\u9009\u9879A', value: 'a'}, {label: '\u9009\u9879B', value: 'b'}]); "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setValue('a'); // \u81EA\u52A8\u9009\u62E9\u7B2C\u4E00\u4E2A\u9009\u9879 "),vue.createElementVNode("br"),vue.createTextVNode("} else { "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setOptions([{label: '\u9009\u9879C', value: 'c'}, {label: '\u9009\u9879D', value: 'd'}]); "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setValue('c'); // \u81EA\u52A8\u9009\u62E9\u7B2C\u4E00\u4E2A\u9009\u9879 "),vue.createElementVNode("br"),vue.createTextVNode("} "),vue.createElementVNode("br"),vue.createElementVNode("strong",null,"\u6CE8\u610F\uFF1A"),vue.createTextVNode("setOptions \u53EA\u4F1A\u66F4\u65B0\u5F53\u524D\u6B63\u5728\u7F16\u8F91\u7684\u8FD9\u4E00\u884C\u7684\u4E0B\u62C9\u9009\u9879\uFF0C\u4E0D\u4F1A\u5F71\u54CD\u5176\u4ED6\u884C\u3002 "),vue.createElementVNode("br"),vue.createTextVNode("setValue \u53EF\u4EE5\u8BBE\u7F6E\u76EE\u6807\u5217\u7684\u503C\uFF0C\u5E38\u7528\u4E8E\u81EA\u52A8\u9009\u62E9\u9ED8\u8BA4\u9009\u9879\u3002 ")],-1))]),_:2},1024)):vue.createCommentVNode("",!0),vue.createVNode(x,{label:"onChange\u4E8B\u4EF6"},{default:vue.withCtx(()=>[vue.createVNode(d,{type:"info",icon:"el-icon-edit",plain:"",round:"",onClick:C=>b.editColumnEventHandler(h,"onChange",["col","value","formData","setOptions"])},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("designer.setting.addEventHandler")),1)]),_:1},8,["onClick"]),p[10]||(p[10]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}}," \u5F53\u524D\u5217\u7684\u503C\u53D8\u5316\u65F6\u89E6\u53D1\uFF0C\u53C2\u6570\uFF1Acol\uFF08\u5217\u914D\u7F6E\u5BF9\u8C61\uFF09\u3001value\uFF08\u5F53\u524D\u503C\uFF09\u3001formData\uFF08\u8868\u5355\u6570\u636E\uFF09\u3001setOptions\uFF08\u8BBE\u7F6E\u9009\u9879\u7684\u65B9\u6CD5\uFF0C\u4EC5select\u7C7B\u578B\u53EF\u7528\uFF09 ",-1))]),_:2},1024),h.type==="textarea"?(vue.openBlock(),vue.createBlock(x,{key:6,label:"\u884C\u6570"},{default:vue.withCtx(()=>[vue.createVNode(n,{modelValue:h.rows,"onUpdate:modelValue":C=>h.rows=C,min:1,max:10,onChange:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024)):vue.createCommentVNode("",!0)])]))),128)),vue.createElementVNode("div",null,[vue.createVNode(d,{link:"",type:"primary",onClick:b.addNewColumn},{default:vue.withCtx(()=>[...p[11]||(p[11]=[vue.createTextVNode("\u6DFB\u52A0\u5217",-1)])]),_:1},8,["onClick"])])]),_:1})]),vue.createVNode(l,{modelValue:_.showColumnEventDialog,"onUpdate:modelValue":p[2]||(p[2]=h=>_.showColumnEventDialog=h),title:`\u7F16\u8F91\u4E8B\u4EF6\uFF1A${_.currentEventName}`,width:"1000px","append-to-body":"","close-on-click-modal":!1},{footer:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_4$4,[vue.createVNode(d,{onClick:p[1]||(p[1]=h=>_.showColumnEventDialog=!1)},{default:vue.withCtx(()=>[...p[12]||(p[12]=[vue.createTextVNode("\u53D6\u6D88",-1)])]),_:1}),vue.createVNode(d,{type:"primary",onClick:b.saveColumnEventHandler},{default:vue.withCtx(()=>[...p[13]||(p[13]=[vue.createTextVNode("\u786E\u5B9A",-1)])]),_:1},8,["onClick"])])]),default:vue.withCtx(()=>[vue.createVNode(r,{type:"info",closable:!1,title:_.eventHeader,style:{"margin-bottom":"10px"}},null,8,["title"]),vue.createVNode(a,{mode:"javascript",readonly:!1,modelValue:_.columnEventHandlerCode,"onUpdate:modelValue":p[0]||(p[0]=h=>_.columnEventHandlerCode=h),ref:"columnEventEditor"},null,8,["modelValue"])]),_:1},8,["modelValue","title"])],64)}var SubTableColumnsEditor=_export_sfc$1(_sfc_main$b,[["render",_sfc_render$b],["__scopeId","data-v-2d1b4989"]]);const _sfc_main$a={name:"current-user-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:null,oldFieldValue:null,rules:[]}},computed:{displayModel(){return this.currentUserType==="username"?this.fieldModel?this.fieldModel.username:"":this.currentUserType==="deptName"?this.fieldModel?this.fieldModel.deptName:"":this.currentUserType==="companyName"?this.fieldModel?this.fieldModel.companyName:"":JSON.stringify(this.fieldModel)},widgetStyle(){return{width:this.field.options.columnWidth||"auto"}},currentUserType(){var s;return((s=this.field.options)==null?void 0:s.type)||"username"}},methods:{hasExistingValue(){var p;const s=(p=this.fieldModel)!=null?p:this.oldFieldValue;return s!=null&&s!==""},async getCurrentUser(){const{data:s}=await service$1({method:"get",url:"unified-system/employee/loginInfo?accessType=0"});this.fieldModel=s,this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,this.oldFieldValue)}},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},"field.options.type":{handler(s,p){p!==void 0&&this.getCurrentUser()},immediate:!1}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.hasExistingValue()||this.getCurrentUser()}};function _sfc_render$a(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{modelValue:b.displayModel,"onUpdate:modelValue":p[0]||(p[0]=d=>b.displayModel=d),disabled:!0},null,8,["modelValue"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var CurrentUserWidget=_export_sfc$1(_sfc_main$a,[["render",_sfc_render$a]]),assetDialog_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$9={name:"asset-dialog",props:{dialogVisible:{type:Boolean,default:!1},fieldValue:{type:Array,default:()=>[]},assetTypeValue:{type:String,default:""},limit:{type:Number,default:0}},watch:{dialogVisible:{handler(s){this.visible=s,s&&(this.getTableData(),this.selectedRows=this.fieldValue&&Array.isArray(this.fieldValue)?lodash.exports.cloneDeep(this.fieldValue):[])}},assetTypeValue:{handler(s){this.disabled=!!s,s?this.form.assetType=s:this.form.assetType="all"},immediate:!0}},computed:{filterList(){const s=this.searchValue.toLocaleLowerCase();return this.selectedRows.filter(p=>p.labelName.toLocaleLowerCase().includes(s)||p.assetCode.toLocaleLowerCase().includes(s))}},data(){return{tableData:[],selectedRows:[],visible:!1,pageSize:10,currentPage:1,assetTypeOptions:[],form:{assetCode:"",assetType:"all",assetOwnerUnit:"",labelName:""},disabled:!1,total:0,searchValue:"",_prevTableSelectionIds:[],_handlingSelectionChange:!1}},methods:{formatAmount,handleClose(){this.form={assetCode:"",assetType:this.assetTypeValue||"all",assetOwnerUnit:"",labelName:""},this.searchValue="",this.$emit("close")},handleConfirm(){this.form={assetCode:"",assetType:"all",assetOwnerUnit:"",labelName:""},this.$emit("confirm",this.selectedRows)},handleSelectionChange(s){if(this._handlingSelectionChange)return;const p=this.$refs.tableRef,e=Array.isArray(s)?s:[],g=e.map(_=>_.assetId);if(this.limit>0&&g.length>this.limit){const b=(Array.isArray(this._prevTableSelectionIds)?this._prevTableSelectionIds:[]).slice(0,this.limit);p&&typeof p.clearSelection=="function"&&typeof p.toggleRowSelection=="function"&&(this._handlingSelectionChange=!0,p.clearSelection(),e.forEach(A=>{b.includes(A.assetId)&&p.toggleRowSelection(A,!0)}),this._handlingSelectionChange=!1),this._prevTableSelectionIds=b;return}this._prevTableSelectionIds=g},getTableData(){service$1({method:"post",url:"/asset-business/overview/pageList",data:st(De({size:this.pageSize,current:this.currentPage,reqType:"disposal"},this.form),{assetType:this.form.assetType==="all"?"":this.form.assetType,systemStatusList:["2"]})}).then(({data:s})=>{const{records:p,total:e,current:g}=s;this.tableData=p.map(_=>{const d=_,{id:b}=d,A=za(d,["id"]);return st(De({},A),{assetId:b})}),this.total=e,this.currentPage=g})},handleSizeChange(s){this.pageSize=s,this.getTableData()},handleCurrentChange(s){this.currentPage=s,this.getTableData()},handleAdd(){const s=this.$refs.tableRef,p=s&&typeof s.getSelectionRows=="function"?s.getSelectionRows():[];if(!p||p.length===0){this.$message.error("\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u8D44\u4EA7");return}const e=[...this.selectedRows,...p].reduce((g,_)=>(g.some(b=>b.assetId===_.assetId)||g.push(_),g),[]);if(this.limit&&e.length>this.limit){this.$message.error(`\u6700\u591A\u9009\u62E9 ${this.limit} \u4E2A\u8D44\u4EA7`);return}this.selectedRows=e},handleRemove(s){const p=this.selectedRows.findIndex(e=>e.assetId===s);p!==-1&&this.selectedRows.splice(p,1)},handleGetAssetTypeOptions(){service$1({method:"post",url:"/unified-dict/sysItemDict/page",data:{current:1,size:1e4,dictType:"asset_type"}}).then(({data:{records:s}})=>{this.assetTypeOptions=s.map(p=>({label:p.label,value:p.itemValue})),this.assetTypeOptions.unshift({label:"\u5168\u90E8",value:"all"})})},handleSearch(){this.currentPage=1,this.getTableData()}},created(){this.getTableData(),this.handleGetAssetTypeOptions()}},_hoisted_1$7={class:"asset-body-wrap"},_hoisted_2$5={class:"bottom-wrap"},_hoisted_3$4={class:"left-wrap"},_hoisted_4$3={class:"filter-wrap"},_hoisted_5$3={class:"right-wrap"},_hoisted_6$3={class:"asset-wrap-title"},_hoisted_7$3={class:"asset-wrap"},_hoisted_8$1={class:"asset-item-left"},_hoisted_9$1={class:"asset-item-right"},_hoisted_10={class:"dialog-footer"};function _sfc_render$9(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("el-form-item"),d=vue.resolveComponent("el-col"),u=vue.resolveComponent("el-option"),i=vue.resolveComponent("el-select"),o=vue.resolveComponent("el-button"),t=vue.resolveComponent("el-row"),n=vue.resolveComponent("el-form"),r=vue.resolveComponent("el-table-column"),a=vue.resolveComponent("el-table"),l=vue.resolveComponent("el-pagination"),h=vue.resolveComponent("DArrowRight"),f=vue.resolveComponent("el-icon"),C=vue.resolveComponent("Search"),m=vue.resolveComponent("Close"),y=vue.resolveComponent("el-scrollbar"),v=vue.resolveComponent("el-dialog");return vue.openBlock(),vue.createBlock(v,{modelValue:_.visible,"onUpdate:modelValue":p[6]||(p[6]=M=>_.visible=M),title:"\u8D44\u4EA7\u9009\u62E9",width:"1418px",onClose:b.handleClose,"body-class":"asset-list-dialog-body","close-on-click-modal":!1,draggable:"","header-class":"asset-list-dialog-header"},{footer:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_10,[vue.createVNode(o,{onClick:b.handleClose,size:"default"},{default:vue.withCtx(()=>[...p[12]||(p[12]=[vue.createTextVNode(" \u53D6\u6D88 ",-1)])]),_:1},8,["onClick"]),vue.createVNode(o,{type:"primary",onClick:b.handleConfirm,size:"default"},{default:vue.withCtx(()=>[...p[13]||(p[13]=[vue.createTextVNode(" \u786E\u5B9A ",-1)])]),_:1},8,["onClick"])])]),default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$7,[vue.createElementVNode("div",_hoisted_2$5,[vue.createElementVNode("div",_hoisted_3$4,[vue.createElementVNode("div",_hoisted_4$3,[vue.createVNode(n,{model:_.form,ref:"formRef"},{default:vue.withCtx(()=>[vue.createVNode(t,{gutter:12},{default:vue.withCtx(()=>[vue.createVNode(d,{span:5},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(A,{maxlength:"50",modelValue:_.form.assetCode,"onUpdate:modelValue":p[0]||(p[0]=M=>_.form.assetCode=M),placeholder:"\u8BF7\u8F93\u5165",clearable:""},{prefix:vue.withCtx(()=>[...p[7]||(p[7]=[vue.createElementVNode("span",null,"\u8D44\u4EA7\u7F16\u7801\uFF1A",-1)])]),_:1},8,["modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:6},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(A,{maxlength:"50",modelValue:_.form.labelName,"onUpdate:modelValue":p[1]||(p[1]=M=>_.form.labelName=M),placeholder:"\u8BF7\u8F93\u5165",clearable:""},{prefix:vue.withCtx(()=>[...p[8]||(p[8]=[vue.createElementVNode("span",null,"\u8D44\u4EA7\u540D\u79F0\uFF1A",-1)])]),_:1},8,["modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:5},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(i,{disabled:_.disabled,modelValue:_.form.assetType,"onUpdate:modelValue":p[2]||(p[2]=M=>_.form.assetType=M),placeholder:"\u8BF7\u9009\u62E9",clearable:""},{prefix:vue.withCtx(()=>[...p[9]||(p[9]=[vue.createElementVNode("span",null,"\u8D44\u4EA7\u7C7B\u578B\uFF1A",-1)])]),default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.assetTypeOptions,M=>(vue.openBlock(),vue.createBlock(u,{key:M.value,label:M.label,value:M.value},null,8,["label","value"]))),128))]),_:1},8,["disabled","modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:6},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(A,{maxlength:"50",modelValue:_.form.assetOwnerUnit,"onUpdate:modelValue":p[3]||(p[3]=M=>_.form.assetOwnerUnit=M),placeholder:"\u8BF7\u8F93\u5165",clearable:""},{prefix:vue.withCtx(()=>[...p[10]||(p[10]=[vue.createElementVNode("span",null,"\u4EA7\u6743\u6240\u5C5E\u5355\u4F4D\uFF1A",-1)])]),_:1},8,["modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:2},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(o,{type:"primary",onClick:b.handleSearch},{default:vue.withCtx(()=>[...p[11]||(p[11]=[vue.createTextVNode("\u641C\u7D22",-1)])]),_:1},8,["onClick"])]),_:1})]),_:1})]),_:1})]),_:1},8,["model"])]),vue.createVNode(a,{data:_.tableData,height:"500px",style:{width:"100%"},"check-strictly":"","row-key":"assetId",ref:"tableRef","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:""},{default:vue.withCtx(()=>[vue.createVNode(r,{type:"selection",width:"55"}),vue.createVNode(r,{prop:"assetCode",label:"\u8D44\u4EA7\u7F16\u7801",width:"200"}),vue.createVNode(r,{prop:"labelName",label:"\u8D44\u4EA7\u540D\u79F0"}),vue.createVNode(r,{prop:"assetTypeName","header-align":"center",align:"center",label:"\u8D44\u4EA7\u7C7B\u578B"}),vue.createVNode(r,{prop:"assetOwnerUnit",label:"\u4EA7\u6743\u6240\u5C5E\u5355\u4F4D"}),vue.createVNode(r,{prop:"originalValue",label:"\u539F\u503C(\u4E07\u5143)",width:"120"},{default:vue.withCtx(({row:M})=>[vue.createTextVNode(vue.toDisplayString(M.originalValue),1)]),_:1}),vue.createVNode(r,{prop:"netValue",label:"\u51C0\u503C(\u4E07\u5143)",width:"120"},{default:vue.withCtx(({row:M})=>[vue.createTextVNode(vue.toDisplayString(M.netValue),1)]),_:1})]),_:1},8,["data"]),vue.createVNode(l,{onSizeChange:b.handleSizeChange,onCurrentChange:b.handleCurrentChange,"current-page":_.currentPage,layout:"total, sizes, prev, pager, next",size:"small",total:_.total},null,8,["onSizeChange","onCurrentChange","current-page","total"])]),vue.createElementVNode("div",{class:"center-wrap",onClick:p[4]||(p[4]=(...M)=>b.handleAdd&&b.handleAdd(...M))},[vue.createVNode(f,null,{default:vue.withCtx(()=>[vue.createVNode(h)]),_:1})]),vue.createElementVNode("div",_hoisted_5$3,[vue.createElementVNode("div",_hoisted_6$3,[vue.createVNode(A,{modelValue:_.searchValue,"onUpdate:modelValue":p[5]||(p[5]=M=>_.searchValue=M),placeholder:"\u8BF7\u8F93\u5165\u8D44\u4EA7\u540D\u79F0\u6216\u8D44\u4EA7\u7F16\u7801\u641C\u7D22",clearable:""},{prefix:vue.withCtx(()=>[vue.createVNode(f,null,{default:vue.withCtx(()=>[vue.createVNode(C)]),_:1})]),_:1},8,["modelValue"])]),vue.createVNode(y,{class:"asset-wrap-scroll"},{default:vue.withCtx(()=>[vue.createElementVNode("ul",_hoisted_7$3,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(b.filterList,M=>(vue.openBlock(),vue.createElementBlock("li",{class:"asset-item",key:M.assetId},[vue.createElementVNode("div",_hoisted_8$1,[vue.createElementVNode("div",null,vue.toDisplayString(M.labelName),1),vue.createElementVNode("div",null,vue.toDisplayString(M.assetCode),1)]),vue.createElementVNode("div",_hoisted_9$1,[vue.createVNode(f,{onClick:D=>b.handleRemove(M.assetId)},{default:vue.withCtx(()=>[vue.createVNode(m)]),_:1},8,["onClick"])])]))),128))])]),_:1})])])])]),_:1},8,["modelValue","onClose"])}var AssetDialog=_export_sfc$1(_sfc_main$9,[["render",_sfc_render$9],["__scopeId","data-v-5cca3952"]]),index_vue_vue_type_style_index_0_lang$3="";const _sfc_main$8={name:"asset-select-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,AssetDialog},data(){return{dialogVisible:!1,fieldModel:null,oldFieldValue:null,rules:[],tableData:[]}},computed:{displayModel:{get(){return this.fieldModel!=null?this.fieldModel:[]},set(s){this.fieldModel=s}},widgetStyle(){return{width:"100%"}}},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{updateFieldLabel(s,p){var d;if(!s)return!1;const e=p==null?"":String(p),g=this.getWidgetRef(s,!1);if((d=g==null?void 0:g.field)==null?void 0:d.options){g.field.options.label=e;const u=this.getFormRef();return u&&typeof u.$forceUpdate=="function"&&u.$forceUpdate(),!0}const _=this.getFormRef();if(!_||typeof _.getFormJson!="function"||typeof _.setFormJson!="function")return!1;const b=_.getFormJson();let A=!1;const x=u=>{!Array.isArray(u)||u.forEach(i=>{var o;if(!A){if(((o=i==null?void 0:i.options)==null?void 0:o.name)===s){i.options.label=e,A=!0;return}Array.isArray(i==null?void 0:i.widgetList)&&x(i.widgetList),Array.isArray(i==null?void 0:i.cols)&&i.cols.forEach(t=>x(t==null?void 0:t.widgetList)),Array.isArray(i==null?void 0:i.rows)&&i.rows.forEach(t=>Array.isArray(t==null?void 0:t.cols)&&t.cols.forEach(n=>x(n==null?void 0:n.widgetList))),Array.isArray(i==null?void 0:i.tabs)&&i.tabs.forEach(t=>x(t==null?void 0:t.widgetList))}})};return x(b==null?void 0:b.widgetList),A?(_.setFormJson(b),!0):!1},handleClick(){this.dialogVisible=!0},handleConfirm(s){this.dialogVisible=!1,this.oldFieldValue=this.fieldModel?deepClone(this.fieldModel):null,this.fieldModel=s,this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,this.oldFieldValue),this.triggerEvent("onConfirm",s),this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},handleCancel(){this.triggerEvent("onCancel"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onConfirm"&&p.length>0){const b=p[0];new Function("checkedNodes","selectedNodes","selectedValue",e).call(this,b,b,b)}else if(s==="onRemoveTag"&&p.length>=2){const b=p[0],A=p[1],x=p[2];new Function("removedItem","remainingNodes","remainingValue","selectedValue","removedIndex",e).call(this,b,A,A,A,x)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleSearch(){this.$nextTick(()=>{this.applyTreeFilter()})}}},_hoisted_1$6={class:"asset-select-widget__trigger"};function _sfc_render$8(s,p,e,g,_,b){const A=vue.resolveComponent("el-button"),x=vue.resolveComponent("asset-dialog"),d=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(d,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"asset-select-widget",style:vue.normalizeStyle(b.widgetStyle)},[vue.createElementVNode("div",_hoisted_1$6,[vue.createVNode(A,{type:"primary",class:"asset-select-widget__button",plain:"",disabled:e.field.options.disabled,placeholder:"\u8BF7\u9009\u62E9\u8D44\u4EA7",onClick:b.handleClick,ref:"inputTagRef"},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(e.field.options.buttonText||"\u9009\u62E9\u8D44\u4EA7"),1)]),_:1},8,["disabled","onClick"])]),vue.createVNode(x,{"dialog-visible":_.dialogVisible,onClose:b.handleClose,onConfirm:b.handleConfirm,onCancel:b.handleCancel,limit:e.field.options.assetLimit,fieldValue:_.fieldModel,assetTypeValue:e.field.options.assetTypeValue},null,8,["dialog-visible","onClose","onConfirm","onCancel","limit","fieldValue","assetTypeValue"])],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AssetSelectWidget=_export_sfc$1(_sfc_main$8,[["render",_sfc_render$8]]),detailDialog_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$7={name:"detail-dialog",components:{VFormRender},props:{visible:{type:Boolean,default:!1},data:{type:Object,default:()=>({})},typeJson:{type:[String,Object],default:()=>({})},disabled:{type:Boolean,default:!1}},data(){return{formData:{},formJson:null,defaultFormJson:{widgetList:[],formConfig:{modelName:"formData",refName:"vForm",rulesName:"rules",labelWidth:80,labelPosition:"left",size:"",labelAlign:"label-left-align",cssCode:"",customClass:[],functions:"",layoutType:"PC",jsonVersion:3,onFormCreated:"",onFormMounted:"",onFormDataChange:"",onFormValidate:"",onFormValidateSuccess:""}},showForm:!1,pendingColHiddenOps:[]}},computed:{dialogVisible:{get(){return this.visible},set(s){s||this.handleClose()}},currentRowData(){return this.data&&typeof this.data=="object"?this.data:{}},renderFormJson(){return this.formJson||this.defaultFormJson}},watch:{visible:{immediate:!0,handler(s){s?this.initFormData():this.formData={}}},disabled:{immediate:!0,handler(){this.$nextTick(()=>{this.syncFormDisabledStatus()})}}},methods:{resolveTypeJsonMap(){const s=this.typeJson;if(s==null||s==="")return{};if(typeof s=="string")try{return JSON.parse(s)}catch{return{}}return typeof s=="object"?s:{}},syncFormDisabledStatus(){const s=this.$refs.detailFormRender;!s||this.disabled&&typeof s.disableForm=="function"&&s.disableForm()},applyFormJsonToRender(s){this.formJson=s&&s.widgetList&&s.formConfig?s:lodash.exports.cloneDeep(this.defaultFormJson),this.$nextTick(()=>{const p=this.$refs.detailFormRender;p&&typeof p.setFormJson=="function"&&(p.setFormJson(lodash.exports.cloneDeep(this.formJson)),this.$nextTick(()=>{this.flushPendingColHiddenOps(),this.syncFormDisabledStatus()}))})},setColHidden(s,p){const e=Array.isArray(s)?s:[s];this.pendingColHiddenOps.push({names:e,hidden:p})},flushPendingColHiddenOps(){if(!this.pendingColHiddenOps.length)return;const s=this.$refs.detailFormRender;!s||typeof s.setColHidden!="function"||(this.pendingColHiddenOps.forEach(({names:p,hidden:e})=>{p.forEach(g=>s.setColHidden(g,e))}),this.pendingColHiddenOps=[])},initFormData(){this.showForm=!1,this.formData=lodash.exports.cloneDeep(this.currentRowData)||{};const s=this.typeJson;if(!s){this.$message.error("\u672A\u627E\u5230\u8D44\u4EA7\u7C7B\u578B\u5BF9\u5E94\u7684\u8868\u5355\u914D\u7F6E"),this.dialogVisible=!1;return}service$1({method:"get",url:`/workflow-engine/businessFlowConfig/detailByCode/${s}`}).then(({data:p})=>{if(!(p==null?void 0:p.formJson)){this.applyFormJsonToRender(null);return}let e;try{e=typeof p.formJson=="string"?JSON.parse(p.formJson):p.formJson,this.showForm=!0}catch(g){console.error(g),e=null}this.applyFormJsonToRender(e),this.showForm=!0}).catch(p=>{console.error(p),this.applyFormJsonToRender(null)})},async handleConfirm(){const s=this.$refs.detailFormRender;if(!!s)try{const p=await s.getFormData(!0);console.log(p,"formValues"),this.$emit("confirm",p),this.dialogVisible=!1}catch(p){this.$message.error(p),console.error(p)}},handleClose(){this.formData={},this.pendingColHiddenOps=[],this.formJson={widgetList:[],formConfig:{modelName:"formData",refName:"vForm",rulesName:"rules",labelWidth:80,labelPosition:"left",size:"",labelAlign:"label-left-align",cssCode:"",customClass:[],functions:"",layoutType:"PC",jsonVersion:3,onFormCreated:"",onFormMounted:"",onFormDataChange:"",onFormValidate:"",onFormValidateSuccess:""}},this.$emit("close")}}},_hoisted_1$5={class:"asset-body-wrap"},_hoisted_2$4={key:0},_hoisted_3$3={class:"dialog-footer"};function _sfc_render$7(s,p,e,g,_,b){const A=vue.resolveComponent("v-form-render"),x=vue.resolveComponent("el-button"),d=vue.resolveComponent("el-dialog");return vue.openBlock(),vue.createBlock(d,{modelValue:b.dialogVisible,"onUpdate:modelValue":p[0]||(p[0]=u=>b.dialogVisible=u),title:"\u5904\u7F6E\u8BE6\u60C5",width:"1200px",onClose:b.handleClose,"close-on-click-modal":!1,draggable:""},{footer:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_3$3,[vue.createVNode(x,{onClick:b.handleClose},{default:vue.withCtx(()=>[...p[1]||(p[1]=[vue.createTextVNode("\u53D6\u6D88",-1)])]),_:1},8,["onClick"]),e.disabled?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createBlock(x,{key:0,type:"primary",onClick:b.handleConfirm},{default:vue.withCtx(()=>[...p[2]||(p[2]=[vue.createTextVNode("\u786E\u5B9A",-1)])]),_:1},8,["onClick"]))])]),default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$5,[_.showForm?(vue.openBlock(),vue.createElementBlock("div",_hoisted_2$4,[vue.createVNode(A,{ref:"detailFormRender","form-json":b.renderFormJson,"form-data":_.formData},null,8,["form-json","form-data"])])):vue.createCommentVNode("",!0)])]),_:1},8,["modelValue","onClose"])}var DetailDialog=_export_sfc$1(_sfc_main$7,[["render",_sfc_render$7],["__scopeId","data-v-3a7f7afa"]]),index_vue_vue_type_style_index_0_lang$2="";const _sfc_main$6={name:"asset-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,DetailDialog},data(){return{fieldModel:null,oldFieldValue:null,rules:[],detailDialogVisible:!1,detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{formatAmount,handleShowIsUpdate(){return!(this.field.options.disabled||!this.field.options.clickRow)},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},updateRowData(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.fieldModel[p]=De(De({},this.fieldModel[p]),s))},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleRow(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.triggerEvent("onOpen",this.fieldModel[p]),this.detailDialogVisible=!0,this.detailDialogData=lodash.exports.cloneDeep(this.fieldModel[p]))},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})},handleCloseDetailDialog(){this.detailDialogVisible=!1,this.detailDialogData=null},handleConfirm(s){const p=this.fieldModel.findIndex(g=>g.assetId===this.detailDialogData.assetId);if(p===-1)return;const e=lodash.exports.cloneDeep(this.fieldModel);this.fieldModel[p]=st(De(De({},this.fieldModel[p]),s),{isUpdate:!0}),this.triggerEvent("onChange",this.fieldModel,e)}}},_hoisted_1$4={key:1};function _sfc_render$6(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-text"),d=vue.resolveComponent("el-table"),u=vue.resolveComponent("detail-dialog"),i=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"asset-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(d,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"",style:{width:"100%"},"row-key":"id",ref:"tableRef"},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"assetCode",label:"\u8D44\u4EA7\u7F16\u7801"}),vue.createVNode(A,{prop:"labelName",label:"\u8D44\u4EA7\u540D\u79F0",align:"left"},{default:vue.withCtx(({row:o})=>[e.field.options.clickRow?(vue.openBlock(),vue.createBlock(x,{key:0,class:"click-text",type:"primary",onClick:t=>b.handleRow(o)},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(o.labelName),1)]),_:2},1032,["onClick"])):(vue.openBlock(),vue.createElementBlock("span",_hoisted_1$4,vue.toDisplayString(o.labelName),1))]),_:1}),vue.createVNode(A,{prop:"assetTypeName",align:"center",label:"\u8D44\u4EA7\u7C7B\u578B"}),vue.createVNode(A,{prop:"assetOwnerUnit",label:"\u4EA7\u6743\u6240\u5C5E\u5355\u4F4D"}),vue.createVNode(A,{prop:"originalValue",label:"\u539F\u503C(\u4E07\u5143)"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.originalValue),1)]),_:1}),vue.createVNode(A,{prop:"netValue",label:"\u51C0\u503C(\u4E07\u5143)"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.netValue),1)]),_:1}),b.handleShowIsUpdate()?(vue.openBlock(),vue.createBlock(A,{key:0,prop:"isUpdate",align:"center","header-align":"center",label:"\u662F\u5426\u5DF2\u5B8C\u6210\u586B\u5199"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.isUpdate?"\u662F":"\u5426"),1)]),_:1})):vue.createCommentVNode("",!0)]),_:1},8,["data"])],4),vue.createVNode(u,{ref:"detailDialogRef",visible:_.detailDialogVisible,typeJson:e.field.options.typeJson,data:_.detailDialogData,onClose:b.handleCloseDetailDialog,onConfirm:b.handleConfirm,disabled:e.field.options.disabled},null,8,["visible","typeJson","data","onClose","onConfirm","disabled"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AssetTableWidget=_export_sfc$1(_sfc_main$6,[["render",_sfc_render$6]]),index_vue_vue_type_style_index_0_scoped_true_lang$1="";const _sfc_main$5={name:"resolution-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:[{companyName:"\u516C\u53F81",fileName:"1111.png"},{companyName:"\u516C\u53F81"},{companyName:"\u516C\u53F81"},{companyName:"\u516C\u53F82"}],oldFieldValue:null,rules:[],detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{tableRowClassName({row:s}){return s.fileName?"":"no-attachment-row"},getFileIcon(s){const p=s==null?void 0:s.substring((s==null?void 0:s.lastIndexOf("."))+1).toLowerCase();return p?new URL({"../../assets/image/fileType/7z.png":__glob_6_0,"../../assets/image/fileType/bmp.png":__glob_6_1,"../../assets/image/fileType/default.png":__glob_6_2,"../../assets/image/fileType/doc.png":__glob_6_3,"../../assets/image/fileType/docx.png":__glob_6_4,"../../assets/image/fileType/dot.png":__glob_6_5,"../../assets/image/fileType/et.png":__glob_6_6,"../../assets/image/fileType/ett.png":__glob_6_7,"../../assets/image/fileType/jpeg.png":__glob_6_8,"../../assets/image/fileType/jpg.png":__glob_6_9,"../../assets/image/fileType/mp3.png":__glob_6_10,"../../assets/image/fileType/mp4.png":__glob_6_11,"../../assets/image/fileType/ofd.png":__glob_6_12,"../../assets/image/fileType/pdf.png":__glob_6_13,"../../assets/image/fileType/png.png":__glob_6_14,"../../assets/image/fileType/ppt.png":__glob_6_15,"../../assets/image/fileType/pptx.png":__glob_6_16,"../../assets/image/fileType/rar.png":__glob_6_17,"../../assets/image/fileType/tar.png":__glob_6_18,"../../assets/image/fileType/txt.png":__glob_6_19,"../../assets/image/fileType/wav.png":__glob_6_20,"../../assets/image/fileType/wps.png":__glob_6_21,"../../assets/image/fileType/wpt.png":__glob_6_22,"../../assets/image/fileType/xls.png":__glob_6_23,"../../assets/image/fileType/xlsx.png":__glob_6_24,"../../assets/image/fileType/xlt.png":__glob_6_25,"../../assets/image/fileType/zip.png":__glob_6_26}[`../../assets/image/fileType/${p}.png`],self.location):__glob_6_2},isZip(s){const p=s==null?void 0:s.substring((s==null?void 0:s.lastIndexOf("."))+1).toLowerCase();return p==="zip"||p==="rar"||p==="7z"||p==="tar"},async handlePreview(s){console.log(s,"file");try{const{response:p,fileId:e}=s;if(p){const{data:g}=p;if(!g.fileId)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:_}=await service({method:"get",url:"unified-file/sys-file/kkfile-url",params:{fileId:g.fileId}});window.open(_)}else{if(!e)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:g}=await service({method:"get",url:"unified-file/sys-file/kkfile-url",params:{fileId:e}});window.open(g)}}catch(p){console.error(p)}},async handleDownload(s){const{response:p,fileId:e,fileName:g,name:_}=s;if(p){const{data:b}=p;if(!b.fileId)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:A}=await service({method:"post",url:"unified-file/sys-file/download",params:{fileId:b.fileId},responseType:"blob"});downloadMethod(A,b.fileName)}else{if(!e)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:b}=await service({method:"post",url:"unified-file/sys-file/download",params:{fileId:e},responseType:"blob"});downloadMethod(b,_||g)}},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})}}},_hoisted_1$3={class:"upload-file-list"},_hoisted_2$3={class:"left-wrap"},_hoisted_3$2=["src"],_hoisted_4$2=["title"],_hoisted_5$2={class:"right-wrap"},_hoisted_6$2=["onClick"],_hoisted_7$2=["onClick"];function _sfc_render$5(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-table"),d=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(d,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"resolution-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(x,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"",style:{width:"100%"},"row-key":"id",ref:"tableRef","row-class-name":b.tableRowClassName},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"companyName",label:"\u516C\u53F8\u540D\u79F0"}),vue.createVNode(A,{prop:"label2",label:"\u9644\u4EF6",align:"left"},{default:vue.withCtx(({row:u})=>[vue.createElementVNode("div",_hoisted_1$3,[vue.createElementVNode("div",_hoisted_2$3,[u.fileName?(vue.openBlock(),vue.createElementBlock("img",{key:0,src:b.getFileIcon(u.fileName),alt:"",style:{width:"18px",height:"18px","margin-right":"8px"}},null,8,_hoisted_3$2)):vue.createCommentVNode("",!0),vue.createElementVNode("div",{class:"upload-file-name",title:u.fileName},vue.toDisplayString(u.fileName),9,_hoisted_4$2)]),vue.createElementVNode("div",_hoisted_5$2,[b.isZip(u.fileName)?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createElementBlock("div",{key:0,onClick:vue.withModifiers(i=>b.handlePreview(u),["stop"]),class:"pr-8px color-primary cursor-pointer file-action-right"}," \u9884\u89C8 ",8,_hoisted_6$2)),vue.createElementVNode("div",{onClick:vue.withModifiers(i=>b.handleDownload(u),["stop"]),class:"pr-8px color-primary cursor-pointer file-action-right"}," \u4E0B\u8F7D ",8,_hoisted_7$2)])])]),_:1})]),_:1},8,["data","row-class-name"])],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var ResolutionTableWidget=_export_sfc$1(_sfc_main$5,[["render",_sfc_render$5],["__scopeId","data-v-4e95dfe2"]]),index_vue_vue_type_style_index_0_lang$1="";const _sfc_main$4={name:"fixed-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,DetailDialog},data(){return{fieldModel:[{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"100",projectName:"\u9879\u76EEA",projectStage:"\u9636\u6BB51",totalPlannedInvestment:"500",completedInvestment:"200",currentYearPlannedInvestment:"100",enterpriseTotalPlannedInvestment:"300",remark:"\u5907\u6CE81"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"200",projectName:"\u9879\u76EEB",projectStage:"\u9636\u6BB52",totalPlannedInvestment:"800",completedInvestment:"300",currentYearPlannedInvestment:"150",enterpriseTotalPlannedInvestment:"450",remark:"\u5907\u6CE82"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"150",projectName:"\u9879\u76EEC",projectStage:"\u9636\u6BB53",totalPlannedInvestment:"600",completedInvestment:"250",currentYearPlannedInvestment:"120",enterpriseTotalPlannedInvestment:"380",remark:"\u5907\u6CE83"},{enterpriseName:"\u516C\u53F82",enterpriseProjectCount:"300",projectName:"\u9879\u76EED",projectStage:"\u9636\u6BB51",totalPlannedInvestment:"1000",completedInvestment:"400",currentYearPlannedInvestment:"200",enterpriseTotalPlannedInvestment:"600",remark:"\u5907\u6CE84"}],oldFieldValue:null,rules:[],detailDialogVisible:!1,detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{objectSpanMethod({row:s,column:p,rowIndex:e,columnIndex:g}){if(["enterpriseName","enterpriseProjectCount","enterpriseTotalPlannedInvestment"].includes(p.property)){const b=this.getSameCompanyRows(e);if(b.length>1)return e===b[0]?{rowspan:b.length,colspan:1}:{rowspan:0,colspan:0}}return{rowspan:1,colspan:1}},getSameCompanyRows(s){const p=this.fieldModel[s].enterpriseName,e=[s];for(let g=s-1;g>=0&&this.fieldModel[g].enterpriseName===p;g--)e.unshift(g);for(let g=s+1;g<this.fieldModel.length&&this.fieldModel[g].enterpriseName===p;g++)e.push(g);return e},formatAmount,handleShowIsUpdate(){return!(this.field.options.disabled||!this.field.options.clickRow)},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},updateRowData(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.fieldModel[p]=De(De({},this.fieldModel[p]),s))},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleRow(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.triggerEvent("onOpen",this.fieldModel[p]),this.detailDialogVisible=!0,this.detailDialogData=lodash.exports.cloneDeep(this.fieldModel[p]))},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})},handleCloseDetailDialog(){this.detailDialogVisible=!1,this.detailDialogData=null},handleConfirm(s){const p=this.fieldModel.findIndex(g=>g.assetId===this.detailDialogData.assetId);if(p===-1)return;const e=lodash.exports.cloneDeep(this.fieldModel);this.fieldModel[p]=st(De(De({},this.fieldModel[p]),s),{isUpdate:!0}),this.triggerEvent("onChange",this.fieldModel,e)}}},_hoisted_1$2={key:1},_hoisted_2$2={class:"funds"},_hoisted_3$1={class:"funds-source"},_hoisted_4$1={class:"funds"},_hoisted_5$1={class:"funds-source"},_hoisted_6$1={class:"funds"},_hoisted_7$1={class:"funds-source"};function _sfc_render$4(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-text"),d=vue.resolveComponent("el-table"),u=vue.resolveComponent("detail-dialog"),i=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"fixed-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(d,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"","span-method":b.objectSpanMethod,style:{width:"100%"},"row-key":"id",ref:"tableRef"},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"enterpriseName",label:"\u516C\u53F8\u540D\u79F0",width:"150"}),vue.createVNode(A,{prop:"enterpriseProjectCount",label:"\u6570\u91CF",align:"left",width:"60"}),vue.createVNode(A,{prop:"projectName",align:"center",label:"\u9879\u76EE\u540D\u79F0",width:"200"},{default:vue.withCtx(({row:o})=>{var t,n;return[((n=(t=e.field)==null?void 0:t.options)==null?void 0:n.clickRow)?(vue.openBlock(),vue.createBlock(x,{key:0,class:"click-text",type:"primary",onClick:r=>b.handleRow(o)},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(o.projectName),1)]),_:2},1032,["onClick"])):(vue.openBlock(),vue.createElementBlock("span",_hoisted_1$2,vue.toDisplayString(o.projectName),1))]}),_:1}),vue.createVNode(A,{prop:"projectStage",label:"\u9879\u76EE\u9636\u6BB5",width:"90"}),vue.createVNode(A,{prop:"totalPlannedInvestment",label:"\u9879\u76EE\u603B\u6295\u8D44(\u4E07\u5143)",width:"100"}),vue.createVNode(A,{prop:"completedInvestment",label:"\u5DF2\u5B8C\u6210\u6295\u8D44(\u4E07\u5143)",width:"100"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.completedInvestment),1)]),_:1}),vue.createVNode(A,{prop:"currentYearPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",width:"111"}),vue.createVNode(A,{prop:"enterpriseTotalPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",width:"130"}),vue.createVNode(A,{prop:"label9",label:"\u8D44\u91D1\u6765\u6E90",width:"320"},{default:vue.withCtx(({row:o})=>[vue.createElementVNode("div",_hoisted_2$2,[vue.createElementVNode("div",_hoisted_3$1,"\u81EA\u6709\u8D44\u4EA7(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.ownFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.ownFundsPercent),1)]),vue.createElementVNode("div",_hoisted_4$1,[vue.createElementVNode("div",_hoisted_5$1,"\u94F6\u884C\u8D37\u6B3E(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.loanFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.loanFundsPercent),1)]),vue.createElementVNode("div",_hoisted_6$1,[vue.createElementVNode("div",_hoisted_7$1,"\u5176\u4ED6\u8D44\u91D1(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.otherFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.otherFundsPercent),1)])]),_:1}),vue.createVNode(A,{prop:"remark",label:"\u5907\u6CE8"})]),_:1},8,["data","span-method"])],4),vue.createVNode(u,{ref:"detailDialogRef",visible:_.detailDialogVisible,typeJson:e.field.options.typeJson,data:_.detailDialogData,onClose:b.handleCloseDetailDialog,onConfirm:b.handleConfirm,disabled:e.field.options.disabled},null,8,["visible","typeJson","data","onClose","onConfirm","disabled"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var FixedTableWidget=_export_sfc$1(_sfc_main$4,[["render",_sfc_render$4]]),index_vue_vue_type_style_index_0_lang="";const _sfc_main$3={name:"equity-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,DetailDialog},data(){return{fieldModel:[{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"100",projectName:"\u9879\u76EEA",registeredCapital:"\u9636\u6BB51",subscribedCapital:"500",paidInCapital:"200",currentYearPlannedInvestment:"100",enterpriseTotalPlannedInvestment:"300",label9:"\u81EA\u6709\u8D44\u91D1",remark:"\u5907\u6CE81"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"200",projectName:"\u9879\u76EEB",registeredCapital:"\u9636\u6BB52",subscribedCapital:"800",paidInCapital:"300",currentYearPlannedInvestment:"150",enterpriseTotalPlannedInvestment:"450",label9:"\u94F6\u884C\u8D37\u6B3E",remark:"\u5907\u6CE82"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"150",projectName:"\u9879\u76EEC",registeredCapital:"\u9636\u6BB53",subscribedCapital:"600",paidInCapital:"250",currentYearPlannedInvestment:"120",enterpriseTotalPlannedInvestment:"380",label9:"\u653F\u5E9C\u62E8\u6B3E",remark:"\u5907\u6CE83"},{enterpriseName:"\u516C\u53F82",enterpriseProjectCount:"300",projectName:"\u9879\u76EED",registeredCapital:"\u9636\u6BB51",subscribedCapital:"1000",paidInCapital:"400",currentYearPlannedInvestment:"200",enterpriseTotalPlannedInvestment:"600",label9:"\u81EA\u6709\u8D44\u91D1",remark:"\u5907\u6CE84"}],oldFieldValue:null,rules:[],detailDialogVisible:!1,detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{objectSpanMethod({row:s,column:p,rowIndex:e,columnIndex:g}){if(["enterpriseName","enterpriseProjectCount","enterpriseTotalPlannedInvestment"].includes(p.property)){const b=this.getSameCompanyRows(e);if(b.length>1)return e===b[0]?{rowspan:b.length,colspan:1}:{rowspan:0,colspan:0}}return{rowspan:1,colspan:1}},getSameCompanyRows(s){const p=this.fieldModel[s].enterpriseName,e=[s];for(let g=s-1;g>=0&&this.fieldModel[g].enterpriseName===p;g--)e.unshift(g);for(let g=s+1;g<this.fieldModel.length&&this.fieldModel[g].enterpriseName===p;g++)e.push(g);return e},formatAmount,handleShowIsUpdate(){return!(this.field.options.disabled||!this.field.options.clickRow)},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},updateRowData(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.fieldModel[p]=De(De({},this.fieldModel[p]),s))},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleRow(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.triggerEvent("onOpen",this.fieldModel[p]),this.detailDialogVisible=!0,this.detailDialogData=lodash.exports.cloneDeep(this.fieldModel[p]))},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})},handleCloseDetailDialog(){this.detailDialogVisible=!1,this.detailDialogData=null},handleConfirm(s){const p=this.fieldModel.findIndex(g=>g.assetId===this.detailDialogData.assetId);if(p===-1)return;const e=lodash.exports.cloneDeep(this.fieldModel);this.fieldModel[p]=st(De(De({},this.fieldModel[p]),s),{isUpdate:!0}),this.triggerEvent("onChange",this.fieldModel,e)}}},_hoisted_1$1={key:1},_hoisted_2$1={class:"funds"},_hoisted_3={class:"funds-source"},_hoisted_4={class:"funds"},_hoisted_5={class:"funds-source"},_hoisted_6={class:"funds"},_hoisted_7={class:"funds-source"},_hoisted_8={class:"funds"},_hoisted_9={class:"funds-source"};function _sfc_render$3(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-text"),d=vue.resolveComponent("el-table"),u=vue.resolveComponent("detail-dialog"),i=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"equity-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(d,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"","span-method":b.objectSpanMethod,style:{width:"100%"},"row-key":"id",ref:"tableRef"},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"enterpriseName",label:"\u516C\u53F8\u540D\u79F0",width:"150"}),vue.createVNode(A,{prop:"enterpriseProjectCount",label:"\u6570\u91CF",align:"left",width:"60"}),vue.createVNode(A,{prop:"projectName",align:"center",label:"\u9879\u76EE\u540D\u79F0",width:"200"},{default:vue.withCtx(({row:o})=>{var t,n;return[((n=(t=e.field)==null?void 0:t.options)==null?void 0:n.clickRow)?(vue.openBlock(),vue.createBlock(x,{key:0,class:"click-text",type:"primary",onClick:r=>b.handleRow(o)},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(o.projectName),1)]),_:2},1032,["onClick"])):(vue.openBlock(),vue.createElementBlock("span",_hoisted_1$1,vue.toDisplayString(o.projectName),1))]}),_:1}),vue.createVNode(A,{prop:"registeredCapital",label:"\u6CE8\u518C\u8D44\u672C(\u4E07\u5143)",width:"90"}),vue.createVNode(A,{prop:"subscribedCapital",label:"\u8BA4\u7F34\u51FA\u8D44(\u4E07\u5143)",width:"100"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.subscribedCapital),1)]),_:1}),vue.createVNode(A,{prop:"paidInCapital",label:"\u5DF2\u5B8C\u6210\u6295\u8D44(\u4E07\u5143)",width:"100"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.paidInCapital),1)]),_:1}),vue.createVNode(A,{prop:"currentYearPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",width:"111"}),vue.createVNode(A,{prop:"enterpriseTotalPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",width:"130"}),vue.createVNode(A,{prop:"label9",label:"\u8D44\u91D1\u6765\u6E90",width:"360"},{default:vue.withCtx(({row:o})=>[vue.createElementVNode("div",_hoisted_2$1,[vue.createElementVNode("div",_hoisted_3,"\u81EA\u6709\u8D44\u4EA7(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.ownFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.ownFundsPercent),1)]),vue.createElementVNode("div",_hoisted_4,[vue.createElementVNode("div",_hoisted_5,"\u94F6\u884C\u8D37\u6B3E(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.loanFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.loanFundsPercent),1)]),vue.createElementVNode("div",_hoisted_6,[vue.createElementVNode("div",_hoisted_7,"\u5176\u4ED6\u8D44\u91D1(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.otherFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.otherFundsPercent),1)]),vue.createElementVNode("div",_hoisted_8,[vue.createElementVNode("div",_hoisted_9," \u5173\u8054\u4F01\u4E1A\u501F\u6B3E\u8D44\u91D1(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.relatedPartyBorrowing||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.relatedPartyBorrowingPercent),1)])]),_:1}),vue.createVNode(A,{prop:"remark",label:"\u5907\u6CE8"})]),_:1},8,["data","span-method"])],4),vue.createVNode(u,{ref:"detailDialogRef",visible:_.detailDialogVisible,typeJson:e.field.options.typeJson,data:_.detailDialogData,onClose:b.handleCloseDetailDialog,onConfirm:b.handleConfirm,disabled:e.field.options.disabled},null,8,["visible","typeJson","data","onClose","onConfirm","disabled"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var EquityTableSchema=_export_sfc$1(_sfc_main$3,[["render",_sfc_render$3]]);const AssetTypeEnum={"0":"equity","1":"house","2":"land","3":"equipment","4":"vehicle","5":"intangible","6":"other_fixed","7":"electronic","8":"office_furniture"};var equity="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0NyI+CjxwYXRoIGlkPSJFbGxpcHNlIDUiIGQ9Ik0xMyA5QzEzIDEwLjE4NjcgMTIuNjQ4MSAxMS4zNDY3IDExLjk4ODggMTIuMzMzNEMxMS4zMjk1IDEzLjMyMDEgMTAuMzkyNSAxNC4wODkyIDkuMjk2MSAxNC41NDMzQzguMTk5NzQgMTQuOTk3NCA2Ljk5MzM0IDE1LjExNjIgNS44Mjk0NiAxNC44ODQ3QzQuNjY1NTcgMTQuNjUzMiAzLjU5NjQ3IDE0LjA4MTggMi43NTczNiAxMy4yNDI2QzEuOTE4MjQgMTIuNDAzNSAxLjM0NjggMTEuMzM0NCAxLjExNTI5IDEwLjE3MDVDMC44ODM3NzcgOS4wMDY2NiAxLjAwMjYgNy44MDAyNiAxLjQ1NjcyIDYuNzAzOUMxLjkxMDg1IDUuNjA3NTQgMi42Nzk4OCA0LjY3MDQ3IDMuNjY2NTggNC4wMTExOEM0LjY1MzI3IDMuMzUxODkgNS44MTMzMSAzIDcgM1Y5SDEzWiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iRWxsaXBzZSA2IiBvcGFjaXR5PSIwLjciIGQ9Ik0xNSA3LjVDMTUgNi42NDY0MSAxNC44MzE5IDUuODAxMTcgMTQuNTA1MiA1LjAxMjU2QzE0LjE3ODYgNC4yMjM5NCAxMy42OTk4IDMuNTA3MzkgMTMuMDk2MiAyLjkwMzgxQzEyLjQ5MjYgMi4zMDAyMyAxMS43NzYxIDEuODIxNDQgMTAuOTg3NCAxLjQ5NDc4QzEwLjE5ODggMS4xNjgxMyA5LjM1MzU5IDEgOC41IDFMOC41IDcuNUgxNVoiIGZpbGw9IiM0RTU5NjkiLz4KPC9nPgo8L3N2Zz4K",equityActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxMiI+CjxwYXRoIGlkPSJFbGxpcHNlIDUiIGQ9Ik0xMyA5QzEzIDEwLjE4NjcgMTIuNjQ4MSAxMS4zNDY3IDExLjk4ODggMTIuMzMzNEMxMS4zMjk1IDEzLjMyMDEgMTAuMzkyNSAxNC4wODkyIDkuMjk2MSAxNC41NDMzQzguMTk5NzQgMTQuOTk3NCA2Ljk5MzM0IDE1LjExNjIgNS44Mjk0NiAxNC44ODQ3QzQuNjY1NTcgMTQuNjUzMiAzLjU5NjQ3IDE0LjA4MTggMi43NTczNiAxMy4yNDI2QzEuOTE4MjQgMTIuNDAzNSAxLjM0NjggMTEuMzM0NCAxLjExNTI5IDEwLjE3MDVDMC44ODM3NzcgOS4wMDY2NiAxLjAwMjYgNy44MDAyNiAxLjQ1NjcyIDYuNzAzOUMxLjkxMDg1IDUuNjA3NTQgMi42Nzk4OCA0LjY3MDQ3IDMuNjY2NTggNC4wMTExOEM0LjY1MzI3IDMuMzUxODkgNS44MTMzMSAzIDcgM1Y5SDEzWiIgZmlsbD0iIzMyODREMSIvPgo8cGF0aCBpZD0iRWxsaXBzZSA2IiBvcGFjaXR5PSIwLjciIGQ9Ik0xNSA3LjVDMTUgNi42NDY0MSAxNC44MzE5IDUuODAxMTcgMTQuNTA1MiA1LjAxMjU2QzE0LjE3ODYgNC4yMjM5NCAxMy42OTk4IDMuNTA3MzkgMTMuMDk2MiAyLjkwMzgxQzEyLjQ5MjYgMi4zMDAyMyAxMS43NzYxIDEuODIxNDQgMTAuOTg3NCAxLjQ5NDc4QzEwLjE5ODggMS4xNjgxMyA5LjM1MzU5IDEgOC41IDFMOC41IDcuNUgxNVoiIGZpbGw9IiMzMjg0RDEiLz4KPC9nPgo8L3N2Zz4K",house="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgNzkiIGQ9Ik0xIDQuNTYxNTVDMSAzLjY0MzgyIDEuNjI0NTkgMi44NDM4NSAyLjUxNDkzIDIuNjIxMjdMNi41MTQ5MyAxLjYyMTI3QzcuNzc3MjIgMS4zMDU2OSA5IDIuMjYwNDEgOSAzLjU2MTU1VjEzQzkgMTQuMTA0NiA4LjEwNDU3IDE1IDcgMTVIM0MxLjg5NTQzIDE1IDEgMTQuMTA0NiAxIDEzVjQuNTYxNTVaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJSZWN0YW5nbGUgODAiIG9wYWNpdHk9IjAuNyIgZD0iTTcgNUwxMy40ODUxIDYuNjIxMjdDMTQuMzc1NCA2Ljg0Mzg1IDE1IDcuNjQzODIgMTUgOC41NjE1NVYxM0MxNSAxNC4xMDQ2IDE0LjEwNDYgMTUgMTMgMTVIN1Y1WiIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgxIiB4PSIzIiB5PSI3IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgzIiB4PSIxMCIgeT0iOSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA4MiIgeD0iMyIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgODQiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K",houseActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxMyI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgNzkiIGQ9Ik0xIDQuNTYxNTVDMSAzLjY0MzgyIDEuNjI0NTkgMi44NDM4NSAyLjUxNDkzIDIuNjIxMjdMNi41MTQ5MyAxLjYyMTI3QzcuNzc3MjIgMS4zMDU2OSA5IDIuMjYwNDEgOSAzLjU2MTU1VjEzQzkgMTQuMTA0NiA4LjEwNDU3IDE1IDcgMTVIM0MxLjg5NTQzIDE1IDEgMTQuMTA0NiAxIDEzVjQuNTYxNTVaIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSJSZWN0YW5nbGUgODAiIG9wYWNpdHk9IjAuNyIgZD0iTTcgNUwxMy40ODUxIDYuNjIxMjdDMTQuMzc1NCA2Ljg0Mzg1IDE1IDcuNjQzODIgMTUgOC41NjE1NVYxM0MxNSAxNC4xMDQ2IDE0LjEwNDYgMTUgMTMgMTVIN1Y1WiIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgxIiB4PSIzIiB5PSI3IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgzIiB4PSIxMCIgeT0iOSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA4MiIgeD0iMyIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgODQiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K",land="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDkxIj4KPGcgaWQ9Il8mIzIzMzsmIzE0MTsmIzE2NTsmIzIzMDsmIzEzMTsmIzE2NzsmIzIzMTsmIzE1NjsmIzE3NjtfMSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQwXzEzNDcpIj4KPHBhdGggaWQ9IlZlY3RvciIgb3BhY2l0eT0iMC43IiBkPSJNMTQuNDYgNy41TDE0LjIxIDQuMjdDMTQuMDkgMi43MSAxMi43OSAxLjUgMTEuMjIgMS41SDdWNy41SDE0LjQ2WiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik02LjAwMDA0IDcuNVYxLjVINC43ODAwNEMzLjIxMDA0IDEuNSAxLjkxMDA0IDIuNzEgMS43OTAwNCA0LjI3TDEuNTQwMDQgNy41SDYuMDAwMDRaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJWZWN0b3JfMyIgZD0iTTEuNDYwNDggOC41TDEuMjQwNDggMTEuMjdDMS4xMTA0OCAxMy4wMSAyLjQ4MDQ4IDE0LjUgNC4yMzA0OCAxNC41SDguOTkwNDhWOC41SDEuNDYwNDhaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJWZWN0b3JfNCIgZD0iTTEwIDguNVYxNC41SDExLjc2QzEzLjUxIDE0LjUgMTQuODkgMTMuMDEgMTQuNzUgMTEuMjdMMTQuNTQgOC41SDEwWiIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDBfMTM0NyI+CjxyZWN0IHdpZHRoPSIxMy41MiIgaGVpZ2h0PSIxMyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMjQwMjMgMS41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",landActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNCI+CjxnIGlkPSJfJiMyMzM7JiMxNDE7JiMxNjU7JiMyMzA7JiMxMzE7JiMxNjc7JiMyMzE7JiMxNTY7JiMxNzY7XzEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80MF8xMzU0KSI+CjxwYXRoIGlkPSJWZWN0b3IiIG9wYWNpdHk9IjAuNyIgZD0iTTE0LjQ2IDcuNUwxNC4yMSA0LjI3QzE0LjA5IDIuNzEgMTIuNzkgMS41IDExLjIyIDEuNUg3VjcuNUgxNC40NloiIGZpbGw9IiMzMTgyQ0UiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNNi4wMDAwNCA3LjVWMS41SDQuNzgwMDRDMy4yMTAwNCAxLjUgMS45MTAwNCAyLjcxIDEuNzkwMDQgNC4yN0wxLjU0MDA0IDcuNUg2LjAwMDA0WiIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik0xLjQ2MDQ4IDguNUwxLjI0MDQ4IDExLjI3QzEuMTEwNDggMTMuMDEgMi40ODA0OCAxNC41IDQuMjMwNDggMTQuNUg4Ljk5MDQ4VjguNUgxLjQ2MDQ4WiIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iVmVjdG9yXzQiIGQ9Ik0xMCA4LjVWMTQuNUgxMS43NkMxMy41MSAxNC41IDE0Ljg5IDEzLjAxIDE0Ljc1IDExLjI3TDE0LjU0IDguNUgxMFoiIGZpbGw9IiMzMTgyQ0UiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQwXzEzNTQiPgo8cmVjdCB3aWR0aD0iMTMuNTIiIGhlaWdodD0iMTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjI0MDIzIDEuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",equipment="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDgwIj4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5MiIgb3BhY2l0eT0iMC43IiB4PSIxIiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNSIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDkzIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNiIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk0IiB4PSIyIiB5PSIxMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk2IiB4PSIyIiB5PSI0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk1IiB4PSI2IiB5PSIxMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=",equipmentActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNiI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgOTIiIG9wYWNpdHk9IjAuNyIgeD0iMSIgeT0iMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjUiIHJ4PSIxLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5MyIgeD0iMSIgeT0iOCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjYiIHJ4PSIxLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NCIgeD0iMiIgeT0iMTAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NiIgeD0iMiIgeT0iNCIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NSIgeD0iNiIgeT0iMTAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K",vehicle="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDc5Ij4KPGcgaWQ9IiYjMjMxOyYjMTg4OyYjMTUwOyYjMjMxOyYjMTg3OyYjMTMyOyA3Ij4KPHBhdGggaWQ9IiYjMjI5OyYjMTg5OyYjMTYyOyYjMjMxOyYjMTM4OyYjMTgyOyYjMjMxOyYjMTg3OyYjMTQ3OyYjMjI5OyYjMTQ0OyYjMTM2OyIgZD0iTTEyLjg1NzQgNS42MzY2QzEzLjk2MTkgNS42MzY3NCAxNC44NTc0IDYuNTMyMTEgMTQuODU3NCA3LjYzNjZWMTEuNjM2NkMxNC44NTczIDEyLjc0MSAxMy45NjE4IDEzLjYzNjUgMTIuODU3NCAxMy42MzY2SDMuMTQyNThDMi4wMzgyMiAxMy42MzY0IDEuMTQyNzIgMTIuNzQxIDEuMTQyNTggMTEuNjM2NlY3LjYzNjZDMS4xNDI1OCA2LjUzMjEyIDIuMDM4MTQgNS42MzY3NSAzLjE0MjU4IDUuNjM2NkgxMi44NTc0Wk00LjE1MzMyIDguMzYzMTZDMy41NTg2NiA4LjM2MzI5IDMuMDc2MTcgOC44MzkgMy4wNzYxNyA5LjQyNDY4QzMuMDc2NDQgMTAuMDEwMSAzLjU1ODgzIDEwLjQ4NTEgNC4xNTMzMiAxMC40ODUyQzQuNzQ3OTMgMTAuNDg1MiA1LjIzMDIgMTAuMDEwMiA1LjIzMDQ3IDkuNDI0NjhDNS4yMzA0NyA4LjgzODkyIDQuNzQ4MDkgOC4zNjMxNiA0LjE1MzMyIDguMzYzMTZaTTExLjg0NTcgOC4zNjMxNkMxMS4yNTEgOC4zNjMyOSAxMC43Njg2IDguODM5IDEwLjc2ODYgOS40MjQ2OEMxMC43Njg4IDEwLjAxMDEgMTEuMjUxMiAxMC40ODUxIDExLjg0NTcgMTAuNDg1MkMxMi40NDAzIDEwLjQ4NTIgMTIuOTIyNiAxMC4wMTAyIDEyLjkyMjkgOS40MjQ2OEMxMi45MjI5IDguODM4OTIgMTIuNDQwNSA4LjM2MzE2IDExLjg0NTcgOC4zNjMxNloiIGZpbGw9IiM0RTU5NjkiLz4KPHBhdGggaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyYjMjI5OyYjMTY0OyYjMTM1OyYjMjI4OyYjMTg3OyYjMTg5OyA0IiBkPSJNNC44NDM3NSAyLjc1SDExLjE0NjVDMTEuNzI0NyAyLjc1MDExIDEyLjIyNzcgMy4xNDY2NiAxMi4zNjIzIDMuNzA4OThMMTMuMDQ5OCA2LjU4MzAxSDIuOTQ4MjRMMy42MjY5NSAzLjcxMTkxQzMuNzYwNDQgMy4xNDgxIDQuMjY0MzIgMi43NSA0Ljg0Mzc1IDIuNzVaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjU5NTcyMiIgc3Ryb2tlPSIjNEU1OTY5IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7IiBvcGFjaXR5PSIwLjciIHg9IjEuMjMwOTYiIHk9IjEwLjMwMzMiIHdpZHRoPSIzLjA3NjkzIiBoZWlnaHQ9IjQuNTQ1NTMiIHJ4PSIxLjUzODQ3IiBmaWxsPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgMyIgb3BhY2l0eT0iMC43IiB4PSIxMS42OTI5IiB5PSIxMC4wMDAyIiB3aWR0aD0iMy4wNzY5MyIgaGVpZ2h0PSI0Ljg0ODU3IiByeD0iMS41Mzg0NyIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7XzIiIG9wYWNpdHk9IjAuNyIgeT0iNS4zMzMzNyIgd2lkdGg9IjMuMzMzMzMiIGhlaWdodD0iMi4wMDAwMyIgcng9IjEuMDAwMDEiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyYjMjI5OyYjMTY0OyYjMTM1OyYjMjI4OyYjMTg3OyYjMTg5OyA1IiBvcGFjaXR5PSIwLjciIHg9IjEyLjY2NjUiIHk9IjUuMzMzMzciIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjIuMDAwMDMiIHJ4PSIxLjAwMDAxIiBmaWxsPSIjNEU1OTY5Ii8+CjwvZz4KPC9nPgo8L3N2Zz4K",vehicleActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNSI+CjxnIGlkPSImIzIzMTsmIzE4ODsmIzE1MDsmIzIzMTsmIzE4NzsmIzEzMjsgNyI+CjxwYXRoIGlkPSImIzIyOTsmIzE4OTsmIzE2MjsmIzIzMTsmIzEzODsmIzE4MjsmIzIzMTsmIzE4NzsmIzE0NzsmIzIyOTsmIzE0NDsmIzEzNjsiIGQ9Ik0xMi44NTc0IDUuNjM2NkMxMy45NjE5IDUuNjM2NzQgMTQuODU3NCA2LjUzMjExIDE0Ljg1NzQgNy42MzY2VjExLjYzNjZDMTQuODU3MyAxMi43NDEgMTMuOTYxOCAxMy42MzY1IDEyLjg1NzQgMTMuNjM2NkgzLjE0MjU4QzIuMDM4MjIgMTMuNjM2NCAxLjE0MjcyIDEyLjc0MSAxLjE0MjU4IDExLjYzNjZWNy42MzY2QzEuMTQyNTggNi41MzIxMiAyLjAzODE0IDUuNjM2NzUgMy4xNDI1OCA1LjYzNjZIMTIuODU3NFpNNC4xNTMzMiA4LjM2MzE2QzMuNTU4NjYgOC4zNjMyOSAzLjA3NjE3IDguODM5IDMuMDc2MTcgOS40MjQ2OEMzLjA3NjQ0IDEwLjAxMDEgMy41NTg4MyAxMC40ODUxIDQuMTUzMzIgMTAuNDg1MkM0Ljc0NzkzIDEwLjQ4NTIgNS4yMzAyIDEwLjAxMDIgNS4yMzA0NyA5LjQyNDY4QzUuMjMwNDcgOC44Mzg5MiA0Ljc0ODA5IDguMzYzMTYgNC4xNTMzMiA4LjM2MzE2Wk0xMS44NDU3IDguMzYzMTZDMTEuMjUxIDguMzYzMjkgMTAuNzY4NiA4LjgzOSAxMC43Njg2IDkuNDI0NjhDMTAuNzY4OCAxMC4wMTAxIDExLjI1MTIgMTAuNDg1MSAxMS44NDU3IDEwLjQ4NTJDMTIuNDQwMyAxMC40ODUyIDEyLjkyMjYgMTAuMDEwMiAxMi45MjI5IDkuNDI0NjhDMTIuOTIyOSA4LjgzODkyIDEyLjQ0MDUgOC4zNjMxNiAxMS44NDU3IDguMzYzMTZaIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgNCIgZD0iTTQuODQzNzUgMi43NUgxMS4xNDY1QzExLjcyNDcgMi43NTAxMSAxMi4yMjc3IDMuMTQ2NjYgMTIuMzYyMyAzLjcwODk4TDEzLjA0OTggNi41ODMwMUgyLjk0ODI0TDMuNjI2OTUgMy43MTE5MUMzLjc2MDQ0IDMuMTQ4MSA0LjI2NDMyIDIuNzUgNC44NDM3NSAyLjc1WiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC41OTU3MjIiIHN0cm9rZT0iIzMxODJDRSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyIgb3BhY2l0eT0iMC43IiB4PSIxLjIzMDk2IiB5PSIxMC4zMDMzIiB3aWR0aD0iMy4wNzY5MyIgaGVpZ2h0PSI0LjU0NTUzIiByeD0iMS41Mzg0NyIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7JiMyMjk7JiMxNjQ7JiMxMzU7JiMyMjg7JiMxODc7JiMxODk7IDMiIG9wYWNpdHk9IjAuNyIgeD0iMTEuNjkyOSIgeT0iMTAuMDAwMiIgd2lkdGg9IjMuMDc2OTMiIGhlaWdodD0iNC44NDg1NyIgcng9IjEuNTM4NDciIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyO18yIiBvcGFjaXR5PSIwLjciIHk9IjUuMzMzMzciIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjIuMDAwMDMiIHJ4PSIxLjAwMDAxIiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgNSIgb3BhY2l0eT0iMC43IiB4PSIxMi42NjY1IiB5PSI1LjMzMzM3IiB3aWR0aD0iMy4zMzMzMyIgaGVpZ2h0PSIyLjAwMDAzIiByeD0iMS4wMDAwMSIgZmlsbD0iIzMxODJDRSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",intangible="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDgzIj4KPGcgaWQ9Ikdyb3VwIDgyIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTkuMDYzMTggOS43NDQ5M0w4LjM1MjY3IDEwLjQ1MzJDNy45NjI0IDEwLjg0MjIgNy4zMzE5NiAxMC44NDIyIDYuOTQxNjggMTAuNDUzMkw2LjIzMTE4IDkuNzQ0OTNDNS44NDA5MSA5LjM1NTkxIDUuODQwOTEgOC43Mjc0OCA2LjIzMTE4IDguMzM4NDZMNy4yOTE5MyA3LjI4MTExTDMuMDQ4OTQgMy4wNDE3NUMwLjMxNzAxOSA1Ljc2NDkyIDAuMzE3MDE5IDEwLjE5MzggMy4wNDg5NCAxMi45MTdDNS43ODA4NiAxNS42NDAxIDkuODMzNzIgMTUuNjMwMiAxMi41ODU3IDEzLjI1NjFMOS4wNjMxOCA5Ljc0NDkzWiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIG9wYWNpdHk9IjAuNyIgZD0iTTEyLjk1NTggMy4wNDIzOEMxMC4yMjM5IDAuMzE5MjA4IDUuNzgwNzUgMC4zMTkyMDggMy4wNDg4MyAzLjA0MjM4TDcuMjkxODEgNy4yNzE3Nkw4LjM1MjU2IDYuMjE0NDJDOC43NDI4NCA1LjgyNTM5IDkuMzczMjggNS44MjUzOSA5Ljc2MzU1IDYuMjE0NDJMMTAuNDc0MSA2LjkyMjY0QzEwLjg2NDMgNy4zMTE2NiAxMC44NjQzIDcuOTQwMDkgMTAuNDc0MSA4LjMyOTExTDkuNzYzNTUgOS4wMzczNEwxMy4yODYgMTIuNTQ4NUMxNS42Nzc3IDkuODA1NDEgMTUuNTY3NiA1LjY1NTgyIDEyLjk0NTggMy4wNDIzOEgxMi45NTU4WiIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",intangibleActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNyI+CjxnIGlkPSJHcm91cCA4MiI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05LjA2MzE4IDkuNzQ0OTNMOC4zNTI2NyAxMC40NTMyQzcuOTYyNCAxMC44NDIyIDcuMzMxOTYgMTAuODQyMiA2Ljk0MTY4IDEwLjQ1MzJMNi4yMzExOCA5Ljc0NDkzQzUuODQwOTEgOS4zNTU5MSA1Ljg0MDkxIDguNzI3NDggNi4yMzExOCA4LjMzODQ2TDcuMjkxOTMgNy4yODExMUwzLjA0ODk0IDMuMDQxNzVDMC4zMTcwMTkgNS43NjQ5MiAwLjMxNzAxOSAxMC4xOTM4IDMuMDQ4OTQgMTIuOTE3QzUuNzgwODYgMTUuNjQwMSA5LjgzMzcyIDE1LjYzMDIgMTIuNTg1NyAxMy4yNTYxTDkuMDYzMTggOS43NDQ5M1oiIGZpbGw9IiMzMTgyQ0UiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBvcGFjaXR5PSIwLjciIGQ9Ik0xMi45NTU4IDMuMDQyMzhDMTAuMjIzOSAwLjMxOTIwOCA1Ljc4MDc1IDAuMzE5MjA4IDMuMDQ4ODMgMy4wNDIzOEw3LjI5MTgxIDcuMjcxNzZMOC4zNTI1NiA2LjIxNDQyQzguNzQyODQgNS44MjUzOSA5LjM3MzI4IDUuODI1MzkgOS43NjM1NSA2LjIxNDQyTDEwLjQ3NDEgNi45MjI2NEMxMC44NjQzIDcuMzExNjYgMTAuODY0MyA3Ljk0MDA5IDEwLjQ3NDEgOC4zMjkxMUw5Ljc2MzU1IDkuMDM3MzRMMTMuMjg2IDEyLjU0ODVDMTUuNjc3NyA5LjgwNTQxIDE1LjU2NzYgNS42NTU4MiAxMi45NDU4IDMuMDQyMzhIMTIuOTU1OFoiIGZpbGw9IiMzMTgyQ0UiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=",otherFixed="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTIwIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNyIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEyMyIgeD0iNCIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxnIGlkPSJHcm91cCA4OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgMTI0IiBkPSJNNy41IDEuNUgxMS41QzEyLjMyODQgMS41IDEzIDIuMTcxNTcgMTMgM1Y4LjVINlYzQzYgMi4xNzE1NyA2LjY3MTU3IDEuNSA3LjUgMS41WiIgZmlsbD0iIzRFNTk2OSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlIDEyNSIgZD0iTTQuNSAzLjVINlY4LjVIM1Y1QzMgNC4xNzE1NyAzLjY3MTU3IDMuNSA0LjUgMy41WiIgZmlsbD0iIzRFNTk2OSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzRFNTk2OSIvPgo8L2c+CjxnIGlkPSJHcm91cCA4OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTI2IiB4PSI4IiB5PSIzLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMjciIHg9IjgiIHk9IjUuNSIgd2lkdGg9IjIiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",otherFixedActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxOCI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTIwIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNyIgcng9IjEuNSIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEyMyIgeD0iNCIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxnIGlkPSJHcm91cCA4OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgMTI0IiBkPSJNNy41IDEuNUgxMS41QzEyLjMyODQgMS41IDEzIDIuMTcxNTcgMTMgM1Y4LjVINlYzQzYgMi4xNzE1NyA2LjY3MTU3IDEuNSA3LjUgMS41WiIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlIDEyNSIgZD0iTTQuNSAzLjVINlY4LjVIM1Y1QzMgNC4xNzE1NyAzLjY3MTU3IDMuNSA0LjUgMy41WiIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8L2c+CjxnIGlkPSJHcm91cCA4OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTI2IiB4PSI4IiB5PSIzLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMjciIHg9IjgiIHk9IjUuNSIgd2lkdGg9IjIiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",electronic="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg1Ij4KPGcgaWQ9Ikdyb3VwIDg0Ij4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDgiIHg9IjYuNSIgeT0iMSIgd2lkdGg9IjEiIGhlaWdodD0iMyIgcng9IjAuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEwOSIgeD0iMi41IiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTEwIiB4PSI0IiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJTdWJ0cmFjdCIgZD0iTTggM0M4LjgyODQzIDMgOS41IDMuNjcxNTcgOS41IDQuNVYxMy41QzkuNSAxNC4zMjg0IDguODI4NDMgMTUgOCAxNUgzQzIuMTcxNTcgMTUgMS41IDE0LjMyODQgMS41IDEzLjVWNC41QzEuNSAzLjY3MTU3IDIuMTcxNTcgMyAzIDNIOFpNMy41IDExLjVDMy4yMjM4NiAxMS41IDMgMTEuNzIzOSAzIDEyQzMgMTIuMjc2MSAzLjIyMzg2IDEyLjUgMy41IDEyLjVINS41QzUuNzc2MTQgMTIuNSA2IDEyLjI3NjEgNiAxMkM2IDExLjcyMzkgNS43NzYxNCAxMS41IDUuNSAxMS41SDMuNVpNMy41IDlDMy4yMjM4NiA5IDMgOS4yMjM4NiAzIDkuNUMzIDkuNzc2MTQgMy4yMjM4NiAxMCAzLjUgMTBINy41QzcuNzc2MTQgMTAgOCA5Ljc3NjE0IDggOS41QzggOS4yMjM4NiA3Ljc3NjE0IDkgNy41IDlIMy41WiIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEwNSIgeD0iMi41IiB5PSI0LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjODQ4Qjk2Ii8+CjxwYXRoIGlkPSJTdWJ0cmFjdF8yIiBvcGFjaXR5PSIwLjciIGQ9Ik0xMy41IDdDMTQuMDUyMyA3IDE0LjUgNy40NDc3MiAxNC41IDhWMTRDMTQuNSAxNC41NTIzIDE0LjA1MjMgMTUgMTMuNSAxNUg3LjVMOC41IDdIMTMuNVpNMTEuNSAxMkMxMS4yMjM5IDEyIDExIDEyLjIyMzkgMTEgMTIuNUMxMSAxMi43NzYxIDExLjIyMzkgMTMgMTEuNSAxM0gxMi41QzEyLjc3NjEgMTMgMTMgMTIuNzc2MSAxMyAxMi41QzEzIDEyLjIyMzkgMTIuNzc2MSAxMiAxMi41IDEySDExLjVaTTEyIDguNUMxMS40NDc3IDguNSAxMSA4Ljk0NzcyIDExIDkuNUMxMSAxMC4wNTIzIDExLjQ0NzcgMTAuNSAxMiAxMC41QzEyLjU1MjMgMTAuNSAxMyAxMC4wNTIzIDEzIDkuNUMxMyA4Ljk0NzcyIDEyLjU1MjMgOC41IDEyIDguNVoiIGZpbGw9IiM0RTU5NjkiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=",electronicActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxOSI+CjxnIGlkPSJHcm91cCA4NCI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTA4IiB4PSI2LjUiIHk9IjEiIHdpZHRoPSIxIiBoZWlnaHQ9IjMiIHJ4PSIwLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDkiIHg9IjIuNSIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExMCIgeD0iNCIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iU3VidHJhY3QiIGQ9Ik04IDNDOC44Mjg0MyAzIDkuNSAzLjY3MTU3IDkuNSA0LjVWMTMuNUM5LjUgMTQuMzI4NCA4LjgyODQzIDE1IDggMTVIM0MyLjE3MTU3IDE1IDEuNSAxNC4zMjg0IDEuNSAxMy41VjQuNUMxLjUgMy42NzE1NyAyLjE3MTU3IDMgMyAzSDhaTTMuNSAxMS41QzMuMjIzODYgMTEuNSAzIDExLjcyMzkgMyAxMkMzIDEyLjI3NjEgMy4yMjM4NiAxMi41IDMuNSAxMi41SDUuNUM1Ljc3NjE0IDEyLjUgNiAxMi4yNzYxIDYgMTJDNiAxMS43MjM5IDUuNzc2MTQgMTEuNSA1LjUgMTEuNUgzLjVaTTMuNSA5QzMuMjIzODYgOSAzIDkuMjIzODYgMyA5LjVDMyA5Ljc3NjE0IDMuMjIzODYgMTAgMy41IDEwSDcuNUM3Ljc3NjE0IDEwIDggOS43NzYxNCA4IDkuNUM4IDkuMjIzODYgNy43NzYxNCA5IDcuNSA5SDMuNVoiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDUiIHg9IjIuNSIgeT0iNC41IiB3aWR0aD0iNiIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iI0MyREFGMSIvPgo8cGF0aCBpZD0iU3VidHJhY3RfMiIgb3BhY2l0eT0iMC43IiBkPSJNMTMuNSA3QzE0LjA1MjMgNyAxNC41IDcuNDQ3NzIgMTQuNSA4VjE0QzE0LjUgMTQuNTUyMyAxNC4wNTIzIDE1IDEzLjUgMTVINy41TDguNSA3SDEzLjVaTTExLjUgMTJDMTEuMjIzOSAxMiAxMSAxMi4yMjM5IDExIDEyLjVDMTEgMTIuNzc2MSAxMS4yMjM5IDEzIDExLjUgMTNIMTIuNUMxMi43NzYxIDEzIDEzIDEyLjc3NjEgMTMgMTIuNUMxMyAxMi4yMjM5IDEyLjc3NjEgMTIgMTIuNSAxMkgxMS41Wk0xMiA4LjVDMTEuNDQ3NyA4LjUgMTEgOC45NDc3MiAxMSA5LjVDMTEgMTAuMDUyMyAxMS40NDc3IDEwLjUgMTIgMTAuNUMxMi41NTIzIDEwLjUgMTMgMTAuMDUyMyAxMyA5LjVDMTMgOC45NDc3MiAxMi41NTIzIDguNSAxMiA4LjVaIiBmaWxsPSIjMzE4MkNFIi8+CjwvZz4KPC9nPgo8L3N2Zz4K",officeFurniture="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg3Ij4KPGcgaWQ9Ikdyb3VwIDg2Ij4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTQiIHg9IjguNSIgeT0iMSIgd2lkdGg9IjYiIGhlaWdodD0iMTQiIHJ4PSIxLjUiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTUiIHg9IjIiIHk9IjEuNSIgd2lkdGg9IjUiIGhlaWdodD0iMTMiIHJ4PSIxIiBmaWxsPSIjNEU1OTY5IiBmaWxsLW9wYWNpdHk9IjAuMyIgc3Ryb2tlPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE2IiB4PSI5LjUiIHk9IjciIHdpZHRoPSIxIiBoZWlnaHQ9IjIiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE3IiB4PSIyLjUiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTgiIHg9IjIuNSIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHBhdGggaWQ9IlZlY3RvciA0IiBkPSJNMi41IDZMNC41IDMiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNiIgZD0iTTIuNSAxMEw0IDgiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTQuNSA2TDUuNSA0LjUiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNyIgZD0iTTQuNSAxMEw1LjUgOC41IiBzdHJva2U9IiM0RTU5NjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",officeFurnitureActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIyMCI+CjxnIGlkPSJHcm91cCA4NiI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE0IiB4PSI4LjUiIHk9IjEiIHdpZHRoPSI2IiBoZWlnaHQ9IjE0IiByeD0iMS41IiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE1IiB4PSIyIiB5PSIxLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEzIiByeD0iMSIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNiIgeD0iOS41IiB5PSI3IiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNyIgeD0iMi41IiB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE4IiB4PSIyLjUiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSJWZWN0b3IgNCIgZD0iTTIuNSA2TDQuNSAzIiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDYiIGQ9Ik0yLjUgMTBMNCA4IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDUiIGQ9Ik00LjUgNkw1LjUgNC41IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik00LjUgMTBMNS41IDguNSIgc3Ryb2tlPSIjMzE4MkNFIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=",index_vue_vue_type_style_index_0_scoped_true_lang="";const assetTypeImageMap={equity,"equity-active":equityActive,house,"house-active":houseActive,land,"land-active":landActive,equipment,"equipment-active":equipmentActive,vehicle,"vehicle-active":vehicleActive,intangible,"intangible-active":intangibleActive,other_fixed:otherFixed,"other_fixed-active":otherFixedActive,electronic,"electronic-active":electronicActive,office_furniture:officeFurniture,"office_furniture-active":officeFurnitureActive},_sfc_main$2={name:"asset-type-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:null,rules:[],selectedValue:null,assetTypeOptions:[]}},computed:{},watch:{"field.options.assetTypeValue":{handler(s){this.fieldModel=s,this.syncUpdateFormModel(s)},immediate:!0}},methods:{getAssetTypeImage(s,p){const e=AssetTypeEnum[s];if(!e)return"";const g=p==="selected"?`${e}-active`:`${e}`;return assetTypeImageMap[g]||""},getAssetTypeOptions(){service$1({method:"post",url:"/unified-dict/sysItemDict/page",data:{current:1,size:1e4,dictType:"asset_type"}}).then(({data:{records:s}})=>{this.assetTypeOptions=s.map(p=>({label:p.label,value:p.itemValue})),console.log("assetTypeOptions",this.assetTypeOptions)})}},mounted(){this.getAssetTypeOptions()},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()}},_hoisted_1=["src"],_hoisted_2={class:"item-label"};function _sfc_render$2(s,p,e,g,_,b){const A=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(A,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"asset-type-widget",style:vue.normalizeStyle(s.widgetStyle)},[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.assetTypeOptions,x=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["asset-type-item",{selected:_.fieldModel===x.value}]),key:x.value},[x.value!=="all"?(vue.openBlock(),vue.createElementBlock("img",{key:0,src:b.getAssetTypeImage(x.value,_.fieldModel===x.value?"selected":"normal"),alt:"",class:""},null,8,_hoisted_1)):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_2,vue.toDisplayString(x.label),1)],2))),128))],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AssetTypeWidget=_export_sfc$1(_sfc_main$2,[["render",_sfc_render$2],["__scopeId","data-v-7351af35"]]);const _sfc_main$1={name:"current-user-second-company-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:null,oldFieldValue:null,rules:[]}},computed:{displayModel(){var s,p;return(p=(s=this.fieldModel)==null?void 0:s.companyName)!=null?p:""},widgetStyle(){return{width:this.field.options.columnWidth||"auto"}}},methods:{hasExistingValue(){var p;const s=(p=this.fieldModel)!=null?p:this.oldFieldValue;return s==null||s===""?!1:typeof s=="object"?!!(s.companyName||s.id||s.companyId):!0},tryLoadCurrentUserSecondCompany(){console.log(this.designState,this.hasExistingValue(),"222222222"),!(this.designState||this.hasExistingValue())&&this.getCurrentUserSecondCompany()},async getCurrentUserSecondCompany(){if(this.hasExistingValue())return;const{data:s}=await service$1({method:"get",url:"unified-system/sysCompany/targetCompany",params:{id:sessionStorage.getItem("companyId")}});this.hasExistingValue()||(this.fieldModel=s,this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,this.oldFieldValue))}},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){console.log(this.designState,this.modelValue,this.hasExistingValue(),"333333333"),this.$nextTick(()=>{this.tryLoadCurrentUserSecondCompany()})}};function _sfc_render$1(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{modelValue:b.displayModel,"onUpdate:modelValue":p[0]||(p[0]=d=>b.displayModel=d),disabled:!0},null,8,["modelValue"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var CurrentUserSecondCompanyWidget=_export_sfc$1(_sfc_main$1,[["render",_sfc_render$1]]);const _sfc_main={name:"custom-input-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,SvgIcon},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type}},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.hasExistingValue()||this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{hasExistingValue(){var p;const s=(p=this.fieldModel)!=null?p:this.oldFieldValue;return s!=null&&s!==""}}};function _sfc_render(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon"),x=vue.resolveComponent("el-button"),d=vue.resolveComponent("el-input"),u=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(u,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(d,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=i=>_.fieldModel=i),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,class:"hide-spin-button",type:b.inputType,"show-password":e.field.options.showPassword,placeholder:e.field.options.placeholder,clearable:e.field.options.clearable,minlength:e.field.options.minLength,maxlength:e.field.options.maxLength,"show-word-limit":e.field.options.showWordLimit,"prefix-icon":e.field.options.prefixIcon,"suffix-icon":e.field.options.suffixIcon,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onInput:s.handleInputCustomEvent,onChange:s.handleChangeEvent},vue.createSlots({_:2},[e.field.options.appendButton?{name:"append",fn:vue.withCtx(()=>[vue.createVNode(x,{disabled:s.getDisabled()||e.field.options.appendButtonDisabled,onClick:s.emitAppendButtonClick},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":e.field.options.buttonIcon},null,8,["icon-class"])]),_:1},8,["disabled","onClick"])]),key:"0"}:void 0]),1032,["modelValue","disabled","readonly","size","type","show-password","placeholder","clearable","minlength","maxlength","show-word-limit","prefix-icon","suffix-icon","onFocus","onBlur","onInput","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var CustomInputWidget=_export_sfc$1(_sfc_main,[["render",_sfc_render]]);const loadExtension=function(s){s.component(CardWidget.name,CardWidget),s.component(CardItem.name,CardItem),registerCPEditor(s,"card-folded","card-folded-editor",createBooleanEditor("folded","extension.setting.cardFolded")),registerCPEditor(s,"card-showFold","card-showFold-editor",createBooleanEditor("showFold","extension.setting.cardShowFold")),registerCPEditor(s,"card-cardWidth","card-cardWidth-editor",createInputTextEditor("cardWidth","extension.setting.cardWidth")),registerCPEditor(s,"card-shadow","card-shadow-editor",createSelectEditor("shadow","extension.setting.cardShadow",{optionItems:[{label:"never",value:"never"},{label:"hover",value:"hover"},{label:"always",value:"always"}]})),registerCPEditor(s,"mainTip","mainTip-editor",createInputTextEditor("mainTip","designer.setting.mainTip")),registerCPEditor(s,"subTip","subTip-editor",createInputTextEditor("subTip","designer.setting.subTip")),s.component(AlertWidget.name,AlertWidget),registerCPEditor(s,"alert-title","alert-title-editor",createInputTextEditor("title","extension.setting.alertTitle"));let e=[{label:"success",value:"success"},{label:"warning",value:"warning"},{label:"info",value:"info"},{label:"error",value:"error"}];s.component("alert-type-editor",createSelectEditor("type","extension.setting.alertType",{optionItems:e})),registerCPEditor(s,"alert-description","alert-description-editor",createInputTextEditor("description","extension.setting.description")),registerCPEditor(s,"alert-closable","alert-closable-editor",createBooleanEditor("closable","extension.setting.closable")),registerCPEditor(s,"alert-closeText","alert-closeText-editor",createInputTextEditor("closeText","extension.setting.closeText")),registerCPEditor(s,"alert-center","alert-center-editor",createBooleanEditor("center","extension.setting.center")),registerCPEditor(s,"alert-showIcon","alert-showIcon-editor",createBooleanEditor("showIcon","extension.setting.showIcon")),registerCPEditor(s,"alert-effect","alert-effect-editor",createRadioButtonGroupEditor("effect","extension.setting.effect",{optionItems:[{label:"light",value:"light"},{label:"dark",value:"dark"}]})),registerEPEditor(s,"alert-onClose","alert-onClose-editor",createEventHandlerEditor("onClose",[])),s.component(PersonTreeWidget.name,PersonTreeWidget),registerCPEditor(s,"person-tree-buttonText","person-tree-buttonText-editor",createInputTextEditor("buttonText","extension.setting.personTreeButtonText")),registerCPEditor(s,"person-tree-dialogTitle","person-tree-dialogTitle-editor",createInputTextEditor("dialogTitle","extension.setting.personTreeDialogTitle")),registerCPEditor(s,"person-tree-treeParams","person-tree-treeParams-editor",createTextareaEditor("treeParams","extension.setting.personTreeTreeParams",{rows:4})),registerAPEditor(s,"person-tree-dialogWidth","person-tree-dialogWidth-editor",createInputTextEditor("dialogWidth","extension.setting.personTreeDialogWidth")),registerCPEditor(s,"person-tree-confirmText","person-tree-confirmText-editor",createInputTextEditor("confirmText","extension.setting.personTreeConfirmText")),registerCPEditor(s,"person-tree-cancelText","person-tree-cancelText-editor",createInputTextEditor("cancelText","extension.setting.personTreeCancelText")),registerCPEditor(s,"person-tree-hideFooter","person-tree-hideFooter-editor",createBooleanEditor("hideFooter","extension.setting.personTreeHideFooter")),registerEPEditor(s,"person-tree-onOpen","person-tree-onOpen-editor",createEventHandlerEditor("onOpen",[])),registerEPEditor(s,"person-tree-onConfirm","person-tree-onConfirm-editor",createEventHandlerEditor("onConfirm",["checkedNodes"])),registerEPEditor(s,"person-tree-onRemoveTag","person-tree-onRemoveTag-editor",createEventHandlerEditor("onRemoveTag",["removedItem","remainingNodes","removedIndex"])),registerEPEditor(s,"person-tree-onCancel","person-tree-onCancel-editor",createEventHandlerEditor("onCancel",[])),registerEPEditor(s,"person-tree-onClose","person-tree-onClose-editor",createEventHandlerEditor("onClose",[])),s.component(radioOtherItem.name,radioOtherItem),s.component(selectOtherItem.name,selectOtherItem),s.component(meetingRoomItem.name,meetingRoomItem),registerCPEditor(s,"meeting-room-remoteUrl","meeting-room-remoteUrl-editor",createInputTextEditor("remoteUrl","extension.setting.meetingRoomRemoteUrl")),registerCPEditor(s,"meeting-room-allowMultiple","meeting-room-allowMultiple-editor",createBooleanEditor("allowMultiple","extension.setting.allowMultiple")),s.component(CustomSubFormWidget.name,CustomSubFormWidget),s.component(CustomSubFormItem.name,CustomSubFormItem),s.component(CustomTableWidget.name,CustomTableWidget),s.component(CustomTableItem.name,CustomTableItem),s.component(CustomTableCellWidget.name,CustomTableCellWidget),s.component(CustomTableCellItem.name,CustomTableCellItem),s.component(SubTableWidget.name,SubTableWidget),s.component(SubTableItem.name,SubTableItem),registerCPEditor(s,"sub-table-showIndex","sub-table-showIndex-editor",createBooleanEditor("showIndex","extension.setting.subTableShowIndex")),s.component("sub-table-columns-editor",SubTableColumnsEditor),registerCPEditor(s,"sub-table-columns","sub-table-columns-editor",SubTableColumnsEditor),registerCPEditor(s,"select-tree-showCheckbox","select-tree-showCheckbox-editor",createBooleanEditor("showCheckbox","designer.setting.showCheckbox")),registerCPEditor(s,"select-tree-checkStrictly","select-tree-checkStrictly-editor",createBooleanEditor("checkStrictly","extension.setting.selectTreeCheckStrictly")),s.component(CurrentUserWidget.name,CurrentUserWidget),registerCPEditor(s,"current-user-type","current-user-type-editor",createSelectEditor("type","extension.setting.currentUserType",{optionItems:[{label:"\u7528\u6237\u540D",value:"username"},{label:"\u90E8\u95E8\u540D\u79F0",value:"deptName"},{label:"\u516C\u53F8\u540D\u79F0",value:"companyName"}]})),s.component(CurrentUserSecondCompanyWidget.name,CurrentUserSecondCompanyWidget),s.component(AssetSelectWidget.name,AssetSelectWidget),registerCPEditor(s,"asset-select-buttonText","asset-select-buttonText-editor",createInputTextEditor("buttonText","extension.setting.assetSelectButtonText")),registerCPEditor(s,"asset-select-typeJson","asset-select-typeJson-editor",createTextareaEditor("typeJson","extension.setting.assetSelectTypeJson",{rows:4})),registerCPEditor(s,"asset-select-assetTypeValue","asset-select-assetTypeValue-editor",createInputTextEditor("assetTypeValue","extension.setting.assetSelectAssetTypeValue")),registerCPEditor(s,"asset-select-assetLimit","asset-select-assetLimit-editor",createInputNumberEditor("assetLimit","extension.setting.assetSelectAssetLimit")),s.component(AssetTableWidget.name,AssetTableWidget),registerCPEditor(s,"asset-table-typeJson","asset-table-typeJson-editor",createInputTextEditor("typeJson","extension.setting.assetTableTypeJson")),registerCPEditor(s,"asset-table-clickRow","asset-table-clickRow-editor",createBooleanEditor("clickRow","extension.setting.assetTableClickRow")),registerEPEditor(s,"asset-table-onOpen","asset-table-onOpen-editor",createEventHandlerEditor("onOpen",["rowData"])),s.component(FixedTableWidget.name,FixedTableWidget),registerCPEditor(s,"fixed-table-typeJson","fixed-table-typeJson-editor",createInputTextEditor("typeJson","extension.setting.fixedTableTypeJson")),registerCPEditor(s,"fixed-table-clickRow","fixed-table-clickRow-editor",createBooleanEditor("clickRow","extension.setting.fixedTableClickRow")),registerEPEditor(s,"fixed-table-onOpen","fixed-table-onOpen-editor",createEventHandlerEditor("onOpen",["rowData"])),s.component(EquityTableSchema.name,EquityTableSchema),registerCPEditor(s,"equity-table-typeJson","equity-table-typeJson-editor",createInputTextEditor("typeJson","extension.setting.equityTableTypeJson")),registerCPEditor(s,"equity-table-clickRow","equity-table-clickRow-editor",createBooleanEditor("clickRow","extension.setting.equityTableClickRow")),registerEPEditor(s,"equity-table-onOpen","equity-table-onOpen-editor",createEventHandlerEditor("onOpen",["rowData"])),s.component(ResolutionTableWidget.name,ResolutionTableWidget),s.component(AssetTypeWidget.name,AssetTypeWidget),registerCPEditor(s,"asset-type-assetTypeValue","asset-type-assetTypeValue-editor",createInputTextEditor("assetTypeValue","extension.setting.assetTypeAssetTypeValue")),s.component(CustomInputWidget.name,CustomInputWidget)};function getElMessage(s){var p,e,g;try{if((e=(p=s==null?void 0:s.config)==null?void 0:p.globalProperties)==null?void 0:e.$message)return s.config.globalProperties.$message;if(typeof window!="undefined"&&window.ElementPlus)return window.ElementPlus.ElMessage||((g=window.ElementPlus.default)==null?void 0:g.ElMessage)||null}catch{}return null}VFormRender.install=function(s){loadExtension(s),s.use(ContainerItems),registerIcon(s),s.component(VFormRender.name,VFormRender),s.config.globalProperties.$service=service$1,s.provide("service",service$1),s.provide("ElMessage",getElMessage(s))};const components=[VFormRender],install=s=>{loadExtension(s),s.use(ContainerItems),registerIcon(s),components.forEach(p=>{s.component(p.name,p)}),s.config.globalProperties.$service=service$1,s.provide("service",service$1),window.axios=axios,typeof window!="undefined"&&(window.service=service$1)};var installRender={install,VFormRender};return installRender});
1353
+ `,"autocompletion.css",!1),g.AcePopup=f,g.$singleLineEditor=h,g.getAriaId=n}),ace.define("ace/autocomplete/inline_screenreader",["require","exports","module"],function(e,g,_){var b=function(){function A(x){this.editor=x,this.screenReaderDiv=document.createElement("div"),this.screenReaderDiv.classList.add("ace_screenreader-only"),this.editor.container.appendChild(this.screenReaderDiv)}return A.prototype.setScreenReaderContent=function(x){for(!this.popup&&this.editor.completer&&this.editor.completer.popup&&(this.popup=this.editor.completer.popup,this.popup.renderer.on("afterRender",function(){var u=this.popup.getRow(),i=this.popup.renderer.$textLayer,o=i.element.childNodes[u-i.config.firstRow];if(o){for(var t="doc-tooltip ",n=0;n<this._lines.length;n++)t+="ace-inline-screenreader-line-".concat(n," ");o.setAttribute("aria-describedby",t)}}.bind(this)));this.screenReaderDiv.firstChild;)this.screenReaderDiv.removeChild(this.screenReaderDiv.firstChild);this._lines=x.split(/\r\n|\r|\n/);var d=this.createCodeBlock();this.screenReaderDiv.appendChild(d)},A.prototype.destroy=function(){this.screenReaderDiv.remove()},A.prototype.createCodeBlock=function(){var x=document.createElement("pre");x.setAttribute("id","ace-inline-screenreader");for(var d=0;d<this._lines.length;d++){var u=document.createElement("code");u.setAttribute("id","ace-inline-screenreader-line-".concat(d));var i=document.createTextNode(this._lines[d]);u.appendChild(i),x.appendChild(u)}return x},A}();g.AceInlineScreenReader=b}),ace.define("ace/autocomplete/inline",["require","exports","module","ace/snippets","ace/autocomplete/inline_screenreader"],function(e,g,_){var b=e("../snippets").snippetManager,A=e("./inline_screenreader").AceInlineScreenReader,x=function(){function d(){this.editor=null}return d.prototype.show=function(u,i,o){if(o=o||"",u&&this.editor&&this.editor!==u&&(this.hide(),this.editor=null,this.inlineScreenReader=null),!u||!i)return!1;this.inlineScreenReader||(this.inlineScreenReader=new A(u));var t=i.snippet?b.getDisplayTextForSnippet(u,i.snippet):i.value;return i.hideInlinePreview||!t||!t.startsWith(o)?!1:(this.editor=u,this.inlineScreenReader.setScreenReaderContent(t),t=t.slice(o.length),t===""?u.removeGhostText():u.setGhostText(t),!0)},d.prototype.isOpen=function(){return this.editor?!!this.editor.renderer.$ghostText:!1},d.prototype.hide=function(){return this.editor?(this.editor.removeGhostText(),!0):!1},d.prototype.destroy=function(){this.hide(),this.editor=null,this.inlineScreenReader&&(this.inlineScreenReader.destroy(),this.inlineScreenReader=null)},d}();g.AceInline=x}),ace.define("ace/autocomplete/util",["require","exports","module"],function(e,g,_){g.parForEach=function(A,x,d){var u=0,i=A.length;i===0&&d();for(var o=0;o<i;o++)x(A[o],function(t,n){u++,u===i&&d(t,n)})};var b=/[a-zA-Z_0-9\$\-\u00A2-\u2000\u2070-\uFFFF]/;g.retrievePrecedingIdentifier=function(A,x,d){d=d||b;for(var u=[],i=x-1;i>=0&&d.test(A[i]);i--)u.push(A[i]);return u.reverse().join("")},g.retrieveFollowingIdentifier=function(A,x,d){d=d||b;for(var u=[],i=x;i<A.length&&d.test(A[i]);i++)u.push(A[i]);return u},g.getCompletionPrefix=function(A){var x=A.getCursorPosition(),d=A.session.getLine(x.row),u;return A.completers.forEach(function(i){i.identifierRegexps&&i.identifierRegexps.forEach(function(o){!u&&o&&(u=this.retrievePrecedingIdentifier(d,x.column,o))}.bind(this))}.bind(this)),u||this.retrievePrecedingIdentifier(d,x.column)},g.triggerAutocomplete=function(A,x){var x=x==null?A.session.getPrecedingCharacter():x;return A.completers.some(function(d){if(d.triggerCharacters&&Array.isArray(d.triggerCharacters))return d.triggerCharacters.includes(x)})}}),ace.define("ace/autocomplete",["require","exports","module","ace/keyboard/hash_handler","ace/autocomplete/popup","ace/autocomplete/inline","ace/autocomplete/popup","ace/autocomplete/util","ace/lib/lang","ace/lib/dom","ace/snippets","ace/config","ace/lib/event","ace/lib/scroll"],function(e,g,_){var b=e("./keyboard/hash_handler").HashHandler,A=e("./autocomplete/popup").AcePopup,x=e("./autocomplete/inline").AceInline,d=e("./autocomplete/popup").getAriaId,u=e("./autocomplete/util"),i=e("./lib/lang"),o=e("./lib/dom"),t=e("./snippets").snippetManager,n=e("./config"),r=e("./lib/event"),a=e("./lib/scroll").preventParentScroll,l=function(m,y){y.completer&&y.completer.destroy()},h=function(){function m(){this.autoInsert=!1,this.autoSelect=!0,this.autoShown=!1,this.exactMatch=!1,this.inlineEnabled=!1,this.keyboardHandler=new b,this.keyboardHandler.bindKeys(this.commands),this.parentNode=null,this.setSelectOnHover=!1,this.hasSeen=new Set,this.showLoadingState=!1,this.stickySelectionDelay=500,this.blurListener=this.blurListener.bind(this),this.changeListener=this.changeListener.bind(this),this.mousedownListener=this.mousedownListener.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this),this.onLayoutChange=this.onLayoutChange.bind(this),this.changeTimer=i.delayedCall(function(){this.updateCompletions(!0)}.bind(this)),this.tooltipTimer=i.delayedCall(this.updateDocTooltip.bind(this),50),this.popupTimer=i.delayedCall(this.$updatePopupPosition.bind(this),50),this.stickySelectionTimer=i.delayedCall(function(){this.stickySelection=!0}.bind(this),this.stickySelectionDelay),this.$firstOpenTimer=i.delayedCall(function(){var y=this.completionProvider&&this.completionProvider.initialPosition;this.autoShown||this.popup&&this.popup.isOpen||!y||this.editor.completers.length===0||(this.completions=new C(m.completionsForLoading),this.openPopup(this.editor,y.prefix,!1),this.popup.renderer.setStyle("ace_loading",!0))}.bind(this),this.stickySelectionDelay)}return Object.defineProperty(m,"completionsForLoading",{get:function(){return[{caption:n.nls("autocomplete.loading","Loading..."),value:""}]},enumerable:!1,configurable:!0}),m.prototype.$init=function(){return this.popup=new A(this.parentNode||document.body||document.documentElement),this.popup.on("click",function(y){this.insertMatch(),y.stop()}.bind(this)),this.popup.focus=this.editor.focus.bind(this.editor),this.popup.on("show",this.$onPopupShow.bind(this)),this.popup.on("hide",this.$onHidePopup.bind(this)),this.popup.on("select",this.$onPopupChange.bind(this)),r.addListener(this.popup.container,"mouseout",this.mouseOutListener.bind(this)),this.popup.on("changeHoverMarker",this.tooltipTimer.bind(null,null)),this.popup.renderer.on("afterRender",this.$onPopupRender.bind(this)),this.popup},m.prototype.$initInline=function(){if(!(!this.inlineEnabled||this.inlineRenderer))return this.inlineRenderer=new x,this.inlineRenderer},m.prototype.getPopup=function(){return this.popup||this.$init()},m.prototype.$onHidePopup=function(){this.inlineRenderer&&this.inlineRenderer.hide(),this.hideDocTooltip(),this.stickySelectionTimer.cancel(),this.popupTimer.cancel(),this.stickySelection=!1},m.prototype.$seen=function(y){!this.hasSeen.has(y)&&y&&y.completer&&y.completer.onSeen&&typeof y.completer.onSeen=="function"&&(y.completer.onSeen(this.editor,y),this.hasSeen.add(y))},m.prototype.$onPopupChange=function(y){if(this.inlineRenderer&&this.inlineEnabled){var v=y?null:this.popup.getData(this.popup.getRow());if(this.$updateGhostText(v),this.popup.isMouseOver&&this.setSelectOnHover){this.tooltipTimer.call(null,null);return}this.popupTimer.schedule(),this.tooltipTimer.schedule()}else this.popupTimer.call(null,null),this.tooltipTimer.call(null,null)},m.prototype.$updateGhostText=function(y){var v=this.base.row,M=this.base.column,D=this.editor.getCursorPosition().column,L=this.editor.session.getLine(v).slice(M,D);this.inlineRenderer.show(this.editor,y,L)?this.$seen(y):this.inlineRenderer.hide()},m.prototype.$onPopupRender=function(){var y=this.inlineRenderer&&this.inlineEnabled;if(this.completions&&this.completions.filtered&&this.completions.filtered.length>0)for(var v=this.popup.getFirstVisibleRow();v<=this.popup.getLastVisibleRow();v++){var M=this.popup.getData(v);M&&(!y||M.hideInlinePreview)&&this.$seen(M)}},m.prototype.$onPopupShow=function(y){this.$onPopupChange(y),this.stickySelection=!1,this.stickySelectionDelay>=0&&this.stickySelectionTimer.schedule(this.stickySelectionDelay)},m.prototype.observeLayoutChanges=function(){if(!(this.$elements||!this.editor)){window.addEventListener("resize",this.onLayoutChange,{passive:!0}),window.addEventListener("wheel",this.mousewheelListener);for(var y=this.editor.container.parentNode,v=[];y;)v.push(y),y.addEventListener("scroll",this.onLayoutChange,{passive:!0}),y=y.parentNode;this.$elements=v}},m.prototype.unObserveLayoutChanges=function(){var y=this;window.removeEventListener("resize",this.onLayoutChange,{passive:!0}),window.removeEventListener("wheel",this.mousewheelListener),this.$elements&&this.$elements.forEach(function(v){v.removeEventListener("scroll",y.onLayoutChange,{passive:!0})}),this.$elements=null},m.prototype.onLayoutChange=function(){if(!this.popup.isOpen)return this.unObserveLayoutChanges();this.$updatePopupPosition(),this.updateDocTooltip()},m.prototype.$updatePopupPosition=function(){var y=this.editor,v=y.renderer,M=v.layerConfig.lineHeight,D=v.$cursorLayer.getPixelPosition(this.base,!0);D.left-=this.popup.getTextLeftOffset();var L=y.container.getBoundingClientRect();D.top+=L.top-v.layerConfig.offset,D.left+=L.left-y.renderer.scrollLeft,D.left+=v.gutterWidth;var E={top:D.top,left:D.left};v.$ghostText&&v.$ghostTextWidget&&this.base.row===v.$ghostText.position.row&&(E.top+=v.$ghostTextWidget.el.offsetHeight);var N=y.container.getBoundingClientRect().bottom-M,k=N<E.top?{top:N,left:E.left}:E;this.popup.tryShow(k,M,"bottom")||this.popup.tryShow(D,M,"top")||this.popup.show(D,M)},m.prototype.openPopup=function(y,v,M){this.$firstOpenTimer.cancel(),this.popup||this.$init(),this.inlineEnabled&&!this.inlineRenderer&&this.$initInline(),this.popup.autoSelect=this.autoSelect,this.popup.setSelectOnHover(this.setSelectOnHover);var D=this.popup.getRow(),L=this.popup.data[D];this.popup.setData(this.completions.filtered,this.completions.filterText),this.editor.textInput.setAriaOptions&&this.editor.textInput.setAriaOptions({activeDescendant:d(this.popup.getRow()),inline:this.inlineEnabled}),y.keyBinding.addKeyboardHandler(this.keyboardHandler);var E;this.stickySelection&&(E=this.popup.data.indexOf(L)),(!E||E===-1)&&(E=0),this.popup.setRow(this.autoSelect?E:-1),E===D&&L!==this.completions.filtered[E]&&this.$onPopupChange();var N=this.inlineRenderer&&this.inlineEnabled;if(E===D&&N){var k=this.popup.getData(this.popup.getRow());this.$updateGhostText(k)}M||(this.popup.setTheme(y.getTheme()),this.popup.setFontSize(y.getFontSize()),this.$updatePopupPosition(),this.tooltipNode&&this.updateDocTooltip()),this.changeTimer.cancel(),this.observeLayoutChanges()},m.prototype.detach=function(){this.editor&&(this.editor.keyBinding.removeKeyboardHandler(this.keyboardHandler),this.editor.off("changeSelection",this.changeListener),this.editor.off("blur",this.blurListener),this.editor.off("mousedown",this.mousedownListener),this.editor.off("mousewheel",this.mousewheelListener)),this.$firstOpenTimer.cancel(),this.changeTimer.cancel(),this.hideDocTooltip(),this.completionProvider&&this.completionProvider.detach(),this.popup&&this.popup.isOpen&&this.popup.hide(),this.popup&&this.popup.renderer&&this.popup.renderer.off("afterRender",this.$onPopupRender),this.base&&this.base.detach(),this.activated=!1,this.completionProvider=this.completions=this.base=null,this.unObserveLayoutChanges()},m.prototype.changeListener=function(y){var v=this.editor.selection.lead;(v.row!=this.base.row||v.column<this.base.column)&&this.detach(),this.activated?this.changeTimer.schedule():this.detach()},m.prototype.blurListener=function(y){var v=document.activeElement,M=this.editor.textInput.getElement(),D=y.relatedTarget&&this.tooltipNode&&this.tooltipNode.contains(y.relatedTarget),L=this.popup&&this.popup.container;v!=M&&v.parentNode!=L&&!D&&v!=this.tooltipNode&&y.relatedTarget!=M&&this.detach()},m.prototype.mousedownListener=function(y){this.detach()},m.prototype.mousewheelListener=function(y){this.popup&&!this.popup.isMouseOver&&this.detach()},m.prototype.mouseOutListener=function(y){this.popup.isOpen&&this.$updatePopupPosition()},m.prototype.goTo=function(y){this.popup.goTo(y)},m.prototype.insertMatch=function(y,v){if(y||(y=this.popup.getData(this.popup.getRow())),!y)return!1;if(y.value==="")return this.detach();var M=this.completions,D=this.getCompletionProvider().insertMatch(this.editor,y,M.filterText,v);return this.completions==M&&this.detach(),D},m.prototype.showPopup=function(y,v){this.editor&&this.detach(),this.activated=!0,this.editor=y,y.completer!=this&&(y.completer&&y.completer.detach(),y.completer=this),y.on("changeSelection",this.changeListener),y.on("blur",this.blurListener),y.on("mousedown",this.mousedownListener),y.on("mousewheel",this.mousewheelListener),this.updateCompletions(!1,v)},m.prototype.getCompletionProvider=function(y){return this.completionProvider||(this.completionProvider=new f(y)),this.completionProvider},m.prototype.gatherCompletions=function(y,v){return this.getCompletionProvider().gatherCompletions(y,v)},m.prototype.updateCompletions=function(y,v){if(y&&this.base&&this.completions){var D=this.editor.getCursorPosition(),L=this.editor.session.getTextRange({start:this.base,end:D});if(L==this.completions.filterText)return;if(this.completions.setFilter(L),!this.completions.filtered.length)return this.detach();if(this.completions.filtered.length==1&&this.completions.filtered[0].value==L&&!this.completions.filtered[0].snippet)return this.detach();this.openPopup(this.editor,L,y);return}if(v&&v.matches){var D=this.editor.getSelectionRange().start;return this.base=this.editor.session.doc.createAnchor(D.row,D.column),this.base.$insertRight=!0,this.completions=new C(v.matches),this.getCompletionProvider().completions=this.completions,this.openPopup(this.editor,"",y)}var M=this.editor.getSession(),D=this.editor.getCursorPosition(),L=u.getCompletionPrefix(this.editor);this.base=M.doc.createAnchor(D.row,D.column-L.length),this.base.$insertRight=!0;var E={exactMatch:this.exactMatch,ignoreCaption:this.ignoreCaption};this.getCompletionProvider({prefix:L,pos:D}).provideCompletions(this.editor,E,function(N,k,T){var S=k.filtered,I=u.getCompletionPrefix(this.editor);if(this.$firstOpenTimer.cancel(),T){if(!S.length){var F=!this.autoShown&&this.emptyMessage;if(typeof F=="function"&&(F=this.emptyMessage(I)),F){var O=[{caption:F,value:""}];this.completions=new C(O),this.openPopup(this.editor,I,y),this.popup.renderer.setStyle("ace_loading",!1),this.popup.renderer.setStyle("ace_empty-message",!0);return}return this.detach()}if(S.length==1&&S[0].value==I&&!S[0].snippet)return this.detach();if(this.autoInsert&&!this.autoShown&&S.length==1)return this.insertMatch(S[0])}this.completions=!T&&this.showLoadingState?new C(m.completionsForLoading.concat(S),k.filterText):k,this.openPopup(this.editor,I,y),this.popup.renderer.setStyle("ace_empty-message",!1),this.popup.renderer.setStyle("ace_loading",!T)}.bind(this)),this.showLoadingState&&!this.autoShown&&(!this.popup||!this.popup.isOpen)&&this.$firstOpenTimer.delay(this.stickySelectionDelay/2)},m.prototype.cancelContextMenu=function(){this.editor.$mouseHandler.cancelContextMenu()},m.prototype.updateDocTooltip=function(){var y=this.popup,v=this.completions&&this.completions.filtered,M=v&&(v[y.getHoveredRow()]||v[y.getRow()]),D=null;if(!M||!this.editor||!this.popup.isOpen)return this.hideDocTooltip();for(var L=this.editor.completers.length,E=0;E<L;E++){var N=this.editor.completers[E];if(N.getDocTooltip&&M.completerId===N.id){D=N.getDocTooltip(M);break}}if(!D&&typeof M!="string"&&(D=M),typeof D=="string"&&(D={docText:D}),!D||!D.docHTML&&!D.docText)return this.hideDocTooltip();this.showDocTooltip(D)},m.prototype.showDocTooltip=function(y){this.tooltipNode||(this.tooltipNode=o.createElement("div"),this.tooltipNode.style.margin="0",this.tooltipNode.style.pointerEvents="auto",this.tooltipNode.style.overscrollBehavior="contain",this.tooltipNode.tabIndex=-1,this.tooltipNode.onblur=this.blurListener.bind(this),this.tooltipNode.onclick=this.onTooltipClick.bind(this),this.tooltipNode.id="doc-tooltip",this.tooltipNode.setAttribute("role","tooltip"),this.tooltipNode.addEventListener("wheel",a));var v=this.editor.renderer.theme;this.tooltipNode.className="ace_tooltip ace_doc-tooltip "+(v.isDark?"ace_dark ":"")+(v.cssClass||"");var M=this.tooltipNode;y.docHTML?M.innerHTML=y.docHTML:y.docText&&(M.textContent=y.docText),M.parentNode||this.popup.container.appendChild(this.tooltipNode);var D=this.popup,L=D.container.getBoundingClientRect(),E=400,N=300,k=D.renderer.scrollBar.width||10,T=L.left,S=window.innerWidth-L.right-k,I=D.isTopdown?L.top:window.innerHeight-k-L.bottom,F=[Math.min(S/E,1),Math.min(T/E,1),Math.min(I/N*.9)],O=Math.max.apply(Math,F),P=M.style;P.display="block",O==F[0]?(P.left=L.right+1+"px",P.right="",P.maxWidth=E*O+"px",P.top=L.top+"px",P.bottom="",P.maxHeight=Math.min(window.innerHeight-k-L.top,N)+"px"):O==F[1]?(P.right=window.innerWidth-L.left+"px",P.left="",P.maxWidth=E*O+"px",P.top=L.top+"px",P.bottom="",P.maxHeight=Math.min(window.innerHeight-k-L.top,N)+"px"):O==F[2]&&(P.left=window.innerWidth-L.left+"px",P.maxWidth=Math.min(E,window.innerWidth)+"px",D.isTopdown?(P.top=L.bottom+"px",P.left=L.left+"px",P.right="",P.bottom="",P.maxHeight=Math.min(window.innerHeight-k-L.bottom,N)+"px"):(P.top=D.container.offsetTop-M.offsetHeight+"px",P.left=L.left+"px",P.right="",P.bottom="",P.maxHeight=Math.min(D.container.offsetTop,N)+"px"))},m.prototype.hideDocTooltip=function(){if(this.tooltipTimer.cancel(),!!this.tooltipNode){var y=this.tooltipNode;!this.editor.isFocused()&&document.activeElement==y&&this.editor.focus(),this.tooltipNode=null,y.parentNode&&y.parentNode.removeChild(y)}},m.prototype.onTooltipClick=function(y){for(var v=y.target;v&&v!=this.tooltipNode;){if(v.nodeName=="A"&&v.href){v.rel="noreferrer",v.target="_blank";break}v=v.parentNode}},m.prototype.destroy=function(){if(this.detach(),this.popup){this.popup.destroy();var y=this.popup.container;y&&y.parentNode&&y.parentNode.removeChild(y)}this.editor&&this.editor.completer==this&&(this.editor.off("destroy",l),this.editor.completer=null),this.inlineRenderer=this.popup=this.editor=null},m.for=function(y){return y.completer instanceof m||(y.completer&&(y.completer.destroy(),y.completer=null),n.get("sharedPopups")?(m.$sharedInstance||(m.$sharedInstance=new m),y.completer=m.$sharedInstance):(y.completer=new m,y.once("destroy",l))),y.completer},m}();h.prototype.commands={Up:function(m){m.completer.goTo("up")},Down:function(m){m.completer.goTo("down")},"Ctrl-Up|Ctrl-Home":function(m){m.completer.goTo("start")},"Ctrl-Down|Ctrl-End":function(m){m.completer.goTo("end")},Esc:function(m){m.completer.detach()},Return:function(m){return m.completer.insertMatch()},"Shift-Return":function(m){m.completer.insertMatch(null,{deleteSuffix:!0})},Tab:function(m){var y=m.completer.insertMatch();if(!!y||!!m.tabstopManager)return y;m.completer.goTo("down")},Backspace:function(m){m.execCommand("backspace");var y=u.getCompletionPrefix(m);!y&&m.completer&&m.completer.detach()},PageUp:function(m){m.completer.popup.gotoPageUp()},PageDown:function(m){m.completer.popup.gotoPageDown()}},h.startCommand={name:"startAutocomplete",exec:function(m,y){var v=h.for(m);v.autoInsert=!1,v.autoSelect=!0,v.autoShown=!1,v.showPopup(m,y),v.cancelContextMenu()},bindKey:"Ctrl-Space|Ctrl-Shift-Space|Alt-Space"};var f=function(){function m(y){this.initialPosition=y,this.active=!0}return m.prototype.insertByIndex=function(y,v,M){return!this.completions||!this.completions.filtered?!1:this.insertMatch(y,this.completions.filtered[v],M)},m.prototype.insertMatch=function(y,v,M){if(!v)return!1;if(y.startOperation({command:{name:"insertMatch"}}),v.completer&&v.completer.insertMatch)v.completer.insertMatch(y,v);else{if(!this.completions)return!1;var D=this.completions.filterText.length,L=0;if(v.range&&v.range.start.row===v.range.end.row&&(D-=this.initialPosition.prefix.length,D+=this.initialPosition.pos.column-v.range.start.column,L+=v.range.end.column-this.initialPosition.pos.column),D||L){var E;y.selection.getAllRanges?E=y.selection.getAllRanges():E=[y.getSelectionRange()];for(var N=0,k;k=E[N];N++)k.start.column-=D,k.end.column+=L,y.session.remove(k)}v.snippet?t.insertSnippet(y,v.snippet):this.$insertString(y,v),v.completer&&v.completer.onInsert&&typeof v.completer.onInsert=="function"&&v.completer.onInsert(y,v),v.command&&v.command==="startAutocomplete"&&y.execCommand(v.command)}return y.endOperation(),!0},m.prototype.$insertString=function(y,v){var M=v.value||v;y.execCommand("insertstring",M)},m.prototype.gatherCompletions=function(y,v){var M=y.getSession(),D=y.getCursorPosition(),L=u.getCompletionPrefix(y),E=[];this.completers=y.completers;var N=y.completers.length;return y.completers.forEach(function(k,T){k.getCompletions(y,M,D,L,function(S,I){k.hideInlinePreview&&(I=I.map(function(F){return Object.assign(F,{hideInlinePreview:k.hideInlinePreview})})),!S&&I&&(E=E.concat(I)),v(null,{prefix:u.getCompletionPrefix(y),matches:E,finished:--N==0})})}),!0},m.prototype.provideCompletions=function(y,v,M){var D=function(k){var T=k.prefix,S=k.matches;this.completions=new C(S),v.exactMatch&&(this.completions.exactMatch=!0),v.ignoreCaption&&(this.completions.ignoreCaption=!0),this.completions.setFilter(T),(k.finished||this.completions.filtered.length)&&M(null,this.completions,k.finished)}.bind(this),L=!0,E=null;if(this.gatherCompletions(y,function(k,T){if(!!this.active){k&&(M(k,[],!0),this.detach());var S=T.prefix;if(S.indexOf(T.prefix)===0){if(L){E=T;return}D(T)}}}.bind(this)),L=!1,E){var N=E;E=null,D(N)}},m.prototype.detach=function(){this.active=!1,this.completers&&this.completers.forEach(function(y){typeof y.cancel=="function"&&y.cancel()})},m}(),C=function(){function m(y,v){this.all=y,this.filtered=y,this.filterText=v||"",this.exactMatch=!1,this.ignoreCaption=!1}return m.prototype.setFilter=function(y){if(y.length>this.filterText&&y.lastIndexOf(this.filterText,0)===0)var v=this.filtered;else var v=this.all;this.filterText=y,v=this.filterCompletions(v,this.filterText),v=v.sort(function(D,L){return L.exactMatch-D.exactMatch||L.$score-D.$score||(D.caption||D.value).localeCompare(L.caption||L.value)});var M=null;v=v.filter(function(D){var L=D.snippet||D.caption||D.value;return L===M?!1:(M=L,!0)}),this.filtered=v},m.prototype.filterCompletions=function(y,v){var M=[],D=v.toUpperCase(),L=v.toLowerCase();e:for(var E=0,N;N=y[E];E++){if(N.skipFilter){N.$score=N.score,M.push(N);continue}var k=!this.ignoreCaption&&N.caption||N.value||N.snippet;if(!!k){var T=-1,S=0,I=0,F,O;if(this.exactMatch){if(v!==k.substr(0,v.length))continue e}else{var P=k.toLowerCase().indexOf(L);if(P>-1)I=P;else for(var W=0;W<v.length;W++){var z=k.indexOf(L[W],T+1),B=k.indexOf(D[W],T+1);if(F=z>=0&&(B<0||z<B)?z:B,F<0)continue e;O=F-T-1,O>0&&(T===-1&&(I+=10),I+=O,S|=1<<W),T=F}}N.matchMask=S,N.exactMatch=I?0:1,N.$score=(N.score||0)-I,M.push(N)}}return M},m}();g.Autocomplete=h,g.CompletionProvider=f,g.FilteredList=C}),ace.define("ace/marker_group",["require","exports","module"],function(e,g,_){var b=function(){function A(x,d){d&&(this.markerType=d.markerType),this.markers=[],this.session=x,x.addDynamicMarker(this)}return A.prototype.getMarkerAtPosition=function(x){return this.markers.find(function(d){return d.range.contains(x.row,x.column)})},A.prototype.markersComparator=function(x,d){return x.range.start.row-d.range.start.row},A.prototype.setMarkers=function(x){this.markers=x.sort(this.markersComparator).slice(0,this.MAX_MARKERS),this.session._signal("changeBackMarker")},A.prototype.update=function(x,d,u,i){if(!(!this.markers||!this.markers.length))for(var o=i.firstRow,t=i.lastRow,n,r=0,a=0,l=0;l<this.markers.length;l++){var h=this.markers[l];if(!(h.range.end.row<o)&&!(h.range.start.row>t)&&(h.range.start.row===a?r++:(a=h.range.start.row,r=0),!(r>200))){var f=h.range.clipRows(o,t);if(!(f.start.row===f.end.row&&f.start.column===f.end.column)){var C=f.toScreenRange(u);if(C.isEmpty()){n=u.getNextFoldLine(f.end.row,n),n&&n.end.row>f.end.row&&(o=n.end.row);continue}this.markerType==="fullLine"?d.drawFullLineMarker(x,C,h.className,i):C.isMultiLine()?this.markerType==="line"?d.drawMultiLineMarker(x,C,h.className,i):d.drawTextMarker(x,C,h.className,i):d.drawSingleLineMarker(x,C,h.className+" ace_br15",i)}}}},A}();b.prototype.MAX_MARKERS=1e4,g.MarkerGroup=b}),ace.define("ace/autocomplete/text_completer",["require","exports","module","ace/range"],function(e,g,_){function b(u,i){var o=u.getTextRange(x.fromPoints({row:0,column:0},i));return o.split(d).length-1}function A(u,i){var o=b(u,i),t=u.getValue().split(d),n=Object.create(null),r=t[o];return t.forEach(function(a,l){if(!(!a||a===r)){var h=Math.abs(o-l),f=t.length-h;n[a]?n[a]=Math.max(f,n[a]):n[a]=f}}),n}var x=e("../range").Range,d=/[^a-zA-Z_0-9\$\-\u00C0-\u1FFF\u2C00-\uD7FF\w]+/;g.getCompletions=function(u,i,o,t,n){var r=A(i,o),a=Object.keys(r);n(null,a.map(function(l){return{caption:l,value:l,score:r[l],meta:"local"}}))}}),ace.define("ace/ext/language_tools",["require","exports","module","ace/snippets","ace/autocomplete","ace/config","ace/lib/lang","ace/autocomplete/util","ace/marker_group","ace/autocomplete/text_completer","ace/editor","ace/config"],function(e,g,_){var b=e("../snippets").snippetManager,A=e("../autocomplete").Autocomplete,x=e("../config"),d=e("../lib/lang"),u=e("../autocomplete/util"),i=e("../marker_group").MarkerGroup,o=e("../autocomplete/text_completer"),t={getCompletions:function(L,E,N,k,T){if(E.$mode.completer)return E.$mode.completer.getCompletions(L,E,N,k,T);var S=L.session.getState(N.row),I=E.$mode.getCompletions(S,E,N,k);I=I.map(function(F){return F.completerId=t.id,F}),T(null,I)},id:"keywordCompleter"},n=function(L){var E={};return L.replace(/\${(\d+)(:(.*?))?}/g,function(N,k,T,S){return E[k]=S||""}).replace(/\$(\d+?)/g,function(N,k){return E[k]})},r={getCompletions:function(L,E,N,k,T){var S=[],I=E.getTokenAt(N.row,N.column);I&&I.type.match(/(tag-name|tag-open|tag-whitespace|attribute-name|attribute-value)\.xml$/)?S.push("html-tag"):S=b.getActiveScopes(L);var F=b.snippetMap,O=[];S.forEach(function(P){for(var W=F[P]||[],z=W.length;z--;){var B=W[z],$=B.name||B.tabTrigger;!$||O.push({caption:$,snippet:B.content,meta:B.tabTrigger&&!B.name?B.tabTrigger+"\u21E5 ":"snippet",completerId:r.id})}},this),T(null,O)},getDocTooltip:function(L){L.snippet&&!L.docHTML&&(L.docHTML=["<b>",d.escapeHTML(L.caption),"</b>","<hr></hr>",d.escapeHTML(n(L.snippet))].join(""))},id:"snippetCompleter"},a=[r,o,t];g.setCompleters=function(L){a.length=0,L&&a.push.apply(a,L)},g.addCompleter=function(L){a.push(L)},g.textCompleter=o,g.keyWordCompleter=t,g.snippetCompleter=r;var l={name:"expandSnippet",exec:function(L){return b.expandWithTab(L)},bindKey:"Tab"},h=function(L,E){f(E.session.$mode)},f=function(L){typeof L=="string"&&(L=x.$modes[L]),!!L&&(b.files||(b.files={}),C(L.$id,L.snippetFileId),L.modes&&L.modes.forEach(f))},C=function(L,E){!E||!L||b.files[L]||(b.files[L]={},x.loadModule(E,function(N){!N||(b.files[L]=N,!N.snippets&&N.snippetText&&(N.snippets=b.parseSnippetFile(N.snippetText)),b.register(N.snippets||[],N.scope),N.includeScopes&&(b.snippetMap[N.scope].includeScopes=N.includeScopes,N.includeScopes.forEach(function(k){f("ace/mode/"+k)})))}))},m=function(L){var E=L.editor,N=E.completer&&E.completer.activated;if(L.command.name==="backspace")N&&!u.getCompletionPrefix(E)&&E.completer.detach();else if(L.command.name==="insertstring"&&!N){y=L;var k=L.editor.$liveAutocompletionDelay;k?v.delay(k):M(L)}},y,v=d.delayedCall(function(){M(y)},0),M=function(L){var E=L.editor,N=u.getCompletionPrefix(E),k=L.args,T=u.triggerAutocomplete(E,k);if(N&&N.length>=E.$liveAutocompletionThreshold||T){var S=A.for(E);S.autoShown=!0,S.showPopup(E)}},D=e("../editor").Editor;e("../config").defineOptions(D.prototype,"editor",{enableBasicAutocompletion:{set:function(L){L?(A.for(this),this.completers||(this.completers=Array.isArray(L)?L:a),this.commands.addCommand(A.startCommand)):this.commands.removeCommand(A.startCommand)},value:!1},enableLiveAutocompletion:{set:function(L){L?(this.completers||(this.completers=Array.isArray(L)?L:a),this.commands.on("afterExec",m)):this.commands.off("afterExec",m)},value:!1},liveAutocompletionDelay:{initialValue:0},liveAutocompletionThreshold:{initialValue:0},enableSnippets:{set:function(L){L?(this.commands.addCommand(l),this.on("changeMode",h),h(null,this)):(this.commands.removeCommand(l),this.off("changeMode",h))},value:!1}}),g.MarkerGroup=i}),function(){ace.require(["ace/ext/language_tools"],function(e){s&&(s.exports=e)})}()})(extLanguage_tools);var index_vue_vue_type_style_index_0_scoped_true_lang$4="";const _sfc_main$c={name:"CodeEditor",props:{modelValue:{type:String},readonly:{type:Boolean,default:!1},mode:{type:String,default:"javascript"},userWorker:{type:Boolean,default:!0}},emits:["update:modelValue"],mounted(){ace$1.config.set("basePath",ACE_BASE_PATH),this.addAutoCompletion(ace$1),this.aceEditor=ace$1.edit(this.$refs.ace,{maxLines:20,minLines:5,fontSize:12,theme:this.themePath,mode:this.modePath,tabSize:2,readOnly:this.readonly,highlightActiveLine:!0,value:this.codeValue}),this.aceEditor.setOptions({enableBasicAutocompletion:!0,enableSnippets:!0,enableLiveAutocompletion:!0}),this.mode==="json"?this.setJsonMode():this.mode==="css"&&this.setCssMode(),this.userWorker||this.aceEditor.getSession().setUseWorker(!1),this.aceEditor.getSession().on("change",s=>{this.$emit("update:modelValue",this.aceEditor.getValue())})},data(){return{aceEditor:null,themePath:"ace/theme/sqlserver",modePath:"ace/mode/javascript",codeValue:this.modelValue}},watch:{},methods:{addAutoCompletion(s){let p=[{meta:"VForm API",caption:"getWidgetRef",value:"getWidgetRef()",score:1},{meta:"VForm API",caption:"getFormRef",value:"getFormRef()",score:1}];s.require("ace/ext/language_tools").addCompleter({getCompletions:function(g,_,b,A,x){return A.length===0?x(null,[]):x(null,p)}})},setJsonMode(){this.aceEditor.getSession().setMode("ace/mode/json")},setCssMode(){this.aceEditor.getSession().setMode("ace/mode/css")},getEditorAnnotations(){return this.aceEditor.getSession().getAnnotations()},setValue(s){this.aceEditor.getSession().setValue(s)}}},_hoisted_1$9={class:"ace-container"},_hoisted_2$7={class:"ace-editor",ref:"ace"};function _sfc_render$c(s,p,e,g,_,b){return vue.openBlock(),vue.createElementBlock("div",_hoisted_1$9,[vue.createElementVNode("div",_hoisted_2$7,null,512)])}var CodeEditor=_export_sfc$1(_sfc_main$c,[["render",_sfc_render$c],["__scopeId","data-v-335e1214"]]),subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$b={name:"sub-table-columns-editor",mixins:[i18n$1],components:{CodeEditor},props:{designer:Object,selectedWidget:Object,optionModel:Object},data(){return{showColumnEventDialog:!1,currentEventName:"",currentColumn:null,columnEventHandlerCode:"",eventHeader:"",fieldValidators:[{value:"number",label:this.i18nt("designer.hint.numberValidator")},{value:"letter",label:this.i18nt("designer.hint.letterValidator")},{value:"letterAndNumber",label:this.i18nt("designer.hint.letterAndNumberValidator")},{value:"mobilePhone",label:this.i18nt("designer.hint.mobilePhoneValidator")},{value:"email",label:this.i18nt("designer.hint.emailValidator")},{value:"url",label:this.i18nt("designer.hint.urlValidator")},{value:"noChinese",label:this.i18nt("designer.hint.noChineseValidator")},{value:"chinese",label:this.i18nt("designer.hint.chineseValidator")},{value:"maxLen12Decimals6",label:this.i18nt("designer.hint.maxLen12Decimals6Validator")},{value:"isPositiveIntegerLength",label:this.i18nt("designer.hint.isPositiveIntegerLengthValidator")},{value:"isPositiveIntegerZero",label:this.i18nt("designer.hint.isPositiveIntegerZeroValidator")},{value:"maxLen10Decimals2",label:this.i18nt("designer.hint.maxLen10Decimals2Validator")},{value:"maxLen12Decimals2",label:this.i18nt("designer.hint.maxLen12Decimals2Validator")},{value:"latitude",label:this.i18nt("designer.hint.latitude")},{value:"longitude",label:this.i18nt("designer.hint.longitude")},{value:"sixFigures",label:this.i18nt("designer.hint.sixFigures")},{value:"percentage",label:this.i18nt("designer.hint.percentage")}]}},created(){this.optionModel.columns||(this.optionModel.columns=[])},methods:{addNewColumn(){this.optionModel.columns||(this.optionModel.columns=[]);const s={prop:"field"+(this.optionModel.columns.length+1),label:"\u5217"+(this.optionModel.columns.length+1),type:"input",width:"",minWidth:"",placeholder:"",required:!1,validation:"",validationHint:"",defaultValue:""};this.optionModel.columns.push(s),this.designer.saveCurrentHistoryStep()},deleteColumn(s){this.optionModel.columns.splice(s,1),this.designer.saveCurrentHistoryStep()},handleColumnChange(){this.designer.saveCurrentHistoryStep()},handleValidationChange(s){s.validation||(s.validationHint=""),this.handleColumnChange()},handleSelectOptionsChange(s,p){try{if(p&&p.trim()){const e=JSON.parse(p);Array.isArray(e)?s.options=e:s.options=[]}else s.options=[]}catch(e){console.warn("\u9009\u9879\u6570\u636E\u683C\u5F0F\u9519\u8BEF:",e)}this.designer.saveCurrentHistoryStep()},loadDictOptionsForColumn(s){if(!s.dictCode||!s.dictCode.trim())return;const p=s.dictCode.trim();s._loadingDict=!0;try{let e=null;if(typeof window!="undefined"&&window.getDictData){const g=window.getDictData(p);if(g&&Array.isArray(g)&&g.length>0){s.options=g.map(_=>({label:_.dictLabel||_.label||_.name||_.text||"",value:_.dictValue||_.value||_.code||_.value||_.itemValue||"",disabled:_.disabled||!1})),s.optionsText=JSON.stringify(s.options,null,2),this.$message.success("\u4ECE\u5B57\u5178\u7F13\u5B58\u52A0\u8F7D\u9009\u9879\u6210\u529F"),s._loadingDict=!1,this.designer.saveCurrentHistoryStep();return}}if(typeof window!="undefined"&&window.dictCache&&window.dictCache[p]){const g=window.dictCache[p];if(Array.isArray(g)&&g.length>0){s.options=g.map(_=>({label:_.dictLabel||_.label||_.name||_.text||"",value:_.dictValue||_.value||_.code||_.value||_.itemValue||"",disabled:_.disabled||!1})),s.optionsText=JSON.stringify(s.options,null,2),this.$message.success("\u4ECE\u5B57\u5178\u7F13\u5B58\u52A0\u8F7D\u9009\u9879\u6210\u529F"),s._loadingDict=!1,this.designer.saveCurrentHistoryStep();return}}if(typeof window!="undefined"&&window.service){window.service.post("/unified-dict/sysItemDict/page",{current:1,size:1e4,dictType:p}).then(({data:g})=>{s._loadingDict=!1;const _=(g==null?void 0:g.records)||(g==null?void 0:g.data)||g||[];if(Array.isArray(_)&&_.length>0){const b=_.filter(A=>A.dictType===p);b.length>0?(s.options=b.map(A=>({label:A.dictLabel||A.label||A.name||A.text||"",value:A.dictValue||A.value||A.code||A.value||A.itemValue||"",disabled:A.disabled||!1})),s.optionsText=JSON.stringify(s.options,null,2),this.$message.success("\u4ECE\u5B57\u5178\u52A0\u8F7D\u9009\u9879\u6210\u529F"),this.designer.saveCurrentHistoryStep()):this.$message.warning(`\u672A\u627E\u5230\u5B57\u5178\u7C7B\u578B\u4E3A "${p}" \u7684\u6570\u636E`)}else this.$message.warning("\u5B57\u5178\u6570\u636E\u683C\u5F0F\u4E0D\u6B63\u786E")}).catch(g=>{s._loadingDict=!1,console.error("\u83B7\u53D6\u5B57\u5178\u6570\u636E\u5931\u8D25:",g),this.$message.error("\u83B7\u53D6\u5B57\u5178\u6570\u636E\u5931\u8D25\uFF0C\u8BF7\u68C0\u67E5\u5B57\u5178CODE\u662F\u5426\u6B63\u786E")});return}this.$message.warning("\u672A\u627E\u5230\u5B57\u5178\u7F13\u5B58\uFF0C\u8BF7\u786E\u4FDD\u5B57\u5178CODE\u6B63\u786E\u6216\u5B57\u5178\u5DF2\u52A0\u8F7D")}catch(e){console.error("\u52A0\u8F7D\u5B57\u5178\u6570\u636E\u5931\u8D25:",e),this.$message.error("\u52A0\u8F7D\u5B57\u5178\u6570\u636E\u5931\u8D25: "+e.message)}finally{s._loadingDict=!1}},editColumnEventHandler(s,p,e){this.currentColumn=s,this.currentEventName=p,this.eventHeader=`${s.label||s.prop}.${p}(${e.join(", ")}) {`,this.columnEventHandlerCode=s[p]||"",this.showColumnEventDialog=!0},saveColumnEventHandler(){if(!(!this.currentColumn||!this.currentEventName)){if(this.$refs.columnEventEditor){const s=this.$refs.columnEventEditor.getEditorAnnotations();let p=!1;if(s&&s.length>0&&(s.forEach(e=>{e.type==="error"&&(p=!0)}),p)){this.$message.error(this.i18nt("designer.setting.syntaxCheckWarning"));return}}this.currentColumn[this.currentEventName]=this.columnEventHandlerCode,this.designer.saveCurrentHistoryStep(),this.showColumnEventDialog=!1,this.$message.success("\u4E8B\u4EF6\u4FDD\u5B58\u6210\u529F")}}}},_hoisted_1$8={class:"column-header"},_hoisted_2$6={class:"column-title"},_hoisted_3$5={class:"column-form"},_hoisted_4$4={class:"dialog-footer"};function _sfc_render$b(s,p,e,g,_,b){const A=vue.resolveComponent("el-divider"),x=vue.resolveComponent("el-form-item"),d=vue.resolveComponent("el-button"),u=vue.resolveComponent("el-input"),i=vue.resolveComponent("el-option"),o=vue.resolveComponent("el-select"),t=vue.resolveComponent("el-switch"),n=vue.resolveComponent("el-input-number"),r=vue.resolveComponent("el-alert"),a=vue.resolveComponent("code-editor"),l=vue.resolveComponent("el-dialog");return vue.openBlock(),vue.createElementBlock(vue.Fragment,null,[vue.createElementVNode("div",null,[vue.createVNode(x,{"label-width":"0"},{default:vue.withCtx(()=>[vue.createVNode(A,{class:"custom-divider"},{default:vue.withCtx(()=>[...p[3]||(p[3]=[vue.createTextVNode("\u8868\u683C\u5217\u914D\u7F6E",-1)])]),_:1})]),_:1}),vue.createVNode(x,{"label-width":"0"},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.optionModel.columns,(h,f)=>(vue.openBlock(),vue.createElementBlock("div",{key:f,class:"column-item"},[vue.createElementVNode("div",_hoisted_1$8,[vue.createElementVNode("span",_hoisted_2$6,"\u5217 "+vue.toDisplayString(f+1),1),vue.createVNode(d,{circle:"",plain:"",size:"small",type:"danger",onClick:C=>b.deleteColumn(f),icon:"el-icon-minus",class:"column-delete-button"},null,8,["onClick"])]),vue.createElementVNode("div",_hoisted_3$5,[vue.createVNode(x,{label:"\u5217\u540D"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.label,"onUpdate:modelValue":C=>h.label=C,placeholder:"\u8BF7\u8F93\u5165\u5217\u540D",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u5B57\u6BB5\u540D"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.prop,"onUpdate:modelValue":C=>h.prop=C,placeholder:"\u8BF7\u8F93\u5165\u5B57\u6BB5\u540D\uFF08\u82F1\u6587\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u5217\u7C7B\u578B"},{default:vue.withCtx(()=>[vue.createVNode(o,{modelValue:h.type,"onUpdate:modelValue":C=>h.type=C,placeholder:"\u8BF7\u9009\u62E9\u5217\u7C7B\u578B",onChange:b.handleColumnChange,style:{width:"100%"}},{default:vue.withCtx(()=>[vue.createVNode(i,{label:"\u6587\u672C\u8F93\u5165",value:"input"}),vue.createVNode(i,{label:"\u6570\u5B57\u8F93\u5165",value:"number"}),vue.createVNode(i,{label:"\u65E5\u671F\u9009\u62E9",value:"date"}),vue.createVNode(i,{label:"\u6708\u4EFD\u9009\u62E9",value:"month"}),vue.createVNode(i,{label:"\u65E5\u671F\u65F6\u95F4",value:"datetime"}),vue.createVNode(i,{label:"\u4E0B\u62C9\u9009\u62E9",value:"select"}),vue.createVNode(i,{label:"\u591A\u884C\u6587\u672C",value:"textarea"})]),_:1},8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:0,label:"\u5B57\u5178CODE"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.dictCode,"onUpdate:modelValue":C=>h.dictCode=C,placeholder:"\u8BF7\u8F93\u5165\u5B57\u5178CODE\uFF0C\u5C06\u4ECE\u5B57\u5178\u7F13\u5B58\u83B7\u53D6\u9009\u9879",onBlur:C=>b.loadDictOptionsForColumn(h),clearable:""},{append:vue.withCtx(()=>[vue.createVNode(d,{onClick:C=>b.loadDictOptionsForColumn(h),loading:h._loadingDict},{default:vue.withCtx(()=>[...p[4]||(p[4]=[vue.createTextVNode("\u52A0\u8F7D",-1)])]),_:1},8,["onClick","loading"])]),_:2},1032,["modelValue","onUpdate:modelValue","onBlur"]),p[5]||(p[5]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}},' \u586B\u5199\u5B57\u5178CODE\u540E\uFF0C\u70B9\u51FB"\u52A0\u8F7D"\u6309\u94AE\u6216\u5931\u7126\u65F6\u81EA\u52A8\u4ECE\u5B57\u5178\u7F13\u5B58\u83B7\u53D6\u9009\u9879\u6570\u636E ',-1))]),_:2},1024)):vue.createCommentVNode("",!0),vue.createVNode(x,{label:"\u5217\u5BBD"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.width,"onUpdate:modelValue":C=>h.width=C,placeholder:"\u5982\uFF1A150\uFF08\u53EF\u9009\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u6700\u5C0F\u5217\u5BBD"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.minWidth,"onUpdate:modelValue":C=>h.minWidth=C,placeholder:"\u5982\uFF1A100\uFF08\u53EF\u9009\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u5360\u4F4D\u7B26"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.placeholder,"onUpdate:modelValue":C=>h.placeholder=C,placeholder:"\u8BF7\u8F93\u5165\u5360\u4F4D\u7B26\uFF08\u53EF\u9009\uFF09",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024),vue.createVNode(x,{label:"\u662F\u5426\u5FC5\u586B"},{default:vue.withCtx(()=>[vue.createVNode(t,{modelValue:h.required,"onUpdate:modelValue":C=>h.required=C,onChange:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024),vue.createVNode(x,{label:"\u6821\u9A8C\u89C4\u5219"},{default:vue.withCtx(()=>[vue.createVNode(o,{modelValue:h.validation,"onUpdate:modelValue":C=>h.validation=C,placeholder:"\u8BF7\u9009\u62E9\u6821\u9A8C\u89C4\u5219",filterable:"",clearable:"",style:{width:"100%"},onChange:C=>b.handleValidationChange(h)},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.fieldValidators,(C,m)=>(vue.openBlock(),vue.createBlock(i,{key:m,label:C.label,value:C.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024),h.validation?(vue.openBlock(),vue.createBlock(x,{key:1,label:"\u6821\u9A8C\u5931\u8D25\u63D0\u793A"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.validationHint,"onUpdate:modelValue":C=>h.validationHint=C,placeholder:"\u53EF\u9009\uFF0C\u4E0D\u586B\u5219\u4F7F\u7528\u9ED8\u8BA4\u63D0\u793A",onInput:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onInput"])]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:2,label:"\u9009\u9879\u6570\u636E"},{default:vue.withCtx(()=>[vue.createVNode(u,{modelValue:h.optionsText,"onUpdate:modelValue":C=>h.optionsText=C,type:"textarea",rows:3,placeholder:'\u683C\u5F0F\uFF1A[{"label":"\u9009\u98791","value":"value1"},{"label":"\u9009\u98792","value":"value2"}]',onInput:C=>b.handleSelectOptionsChange(h,C)},null,8,["modelValue","onUpdate:modelValue","onInput"]),p[6]||(p[6]=vue.createElementVNode("div",{class:"hint-text"},"\u8BF7\u8F93\u5165 JSON \u683C\u5F0F\u7684\u9009\u9879\u6570\u7EC4",-1))]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:3,label:"onMounted\u4E8B\u4EF6"},{default:vue.withCtx(()=>[vue.createVNode(d,{type:"info",icon:"el-icon-edit",plain:"",round:"",onClick:C=>b.editColumnEventHandler(h,"onMounted",["col","options","setOptions"])},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("designer.setting.addEventHandler")),1)]),_:1},8,["onClick"]),p[7]||(p[7]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}},[vue.createTextVNode(" \u4E0B\u62C9\u9879\u6302\u8F7D\u65F6\u89E6\u53D1\uFF0C\u53C2\u6570\uFF1Acol\uFF08\u5217\u914D\u7F6E\u5BF9\u8C61\uFF09\u3001options\uFF08\u9009\u9879\u6570\u7EC4\uFF09\u3001setOptions\uFF08\u8BBE\u7F6E\u9009\u9879\u7684\u65B9\u6CD5\uFF09 "),vue.createElementVNode("br"),vue.createTextVNode("\u793A\u4F8B\uFF1AsetOptions([{label: '\u9009\u98791', value: '1'}, {label: '\u9009\u98792', value: '2'}]) ")],-1))]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"?(vue.openBlock(),vue.createBlock(x,{key:4,label:"\u4F9D\u8D56\u5217\uFF08\u8054\u52A8\uFF09"},{default:vue.withCtx(()=>[vue.createVNode(o,{modelValue:h.dependOn,"onUpdate:modelValue":C=>h.dependOn=C,placeholder:"\u9009\u62E9\u4F9D\u8D56\u7684\u5217\uFF08\u5F53\u4F9D\u8D56\u5217\u53D8\u5316\u65F6\uFF0C\u6B64\u5217\u7684\u4E0B\u62C9\u9009\u9879\u4F1A\u66F4\u65B0\uFF09",clearable:"",filterable:"",style:{width:"100%"},onChange:b.handleColumnChange},{default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(e.optionModel.columns,(C,m)=>(vue.openBlock(),vue.createBlock(i,{key:m,label:C.label||C.prop,value:C.prop,disabled:C.prop===h.prop},null,8,["label","value","disabled"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"]),p[8]||(p[8]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}}," \u9009\u62E9\u4F9D\u8D56\u7684\u5217\uFF0C\u5F53\u4F9D\u8D56\u5217\u7684\u503C\u53D8\u5316\u65F6\uFF0C\u4F1A\u89E6\u53D1\u6B64\u5217\u7684\u8054\u52A8\u4E8B\u4EF6\u66F4\u65B0\u4E0B\u62C9\u9009\u9879 ",-1))]),_:2},1024)):vue.createCommentVNode("",!0),h.type==="select"&&h.dependOn?(vue.openBlock(),vue.createBlock(x,{key:5,label:"\u8054\u52A8\u5904\u7406\u51FD\u6570"},{default:vue.withCtx(()=>[vue.createVNode(d,{type:"info",icon:"el-icon-edit",plain:"",round:"",onClick:C=>b.editColumnEventHandler(h,"onDependChange",["targetCol","sourceCol","sourceValue","formData","currentOptions","setOptions","setValue","getValue"])},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("designer.setting.addEventHandler")),1)]),_:1},8,["onClick"]),p[9]||(p[9]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}},[vue.createTextVNode(" \u5F53\u4F9D\u8D56\u5217\u7684\u503C\u53D8\u5316\u65F6\u89E6\u53D1\uFF0C\u53C2\u6570\uFF1A "),vue.createElementVNode("br"),vue.createTextVNode("- targetCol\uFF1A\u5F53\u524D\u5217\u914D\u7F6E\u5BF9\u8C61 "),vue.createElementVNode("br"),vue.createTextVNode("- sourceCol\uFF1A\u4F9D\u8D56\u7684\u5217\u914D\u7F6E\u5BF9\u8C61 "),vue.createElementVNode("br"),vue.createTextVNode("- sourceValue\uFF1A\u4F9D\u8D56\u5217\u7684\u503C "),vue.createElementVNode("br"),vue.createTextVNode("- formData\uFF1A\u5F53\u524D\u8868\u5355\u6570\u636E\u5BF9\u8C61 "),vue.createElementVNode("br"),vue.createTextVNode("- currentOptions\uFF1A\u5F53\u524D\u9009\u9879\u6570\u7EC4 "),vue.createElementVNode("br"),vue.createTextVNode("- setOptions\uFF1A\u8BBE\u7F6E\u9009\u9879\u7684\u65B9\u6CD5 (newOptions, index) "),vue.createElementVNode("br"),vue.createTextVNode("- setValue\uFF1A\u8BBE\u7F6E\u76EE\u6807\u5217\u7684\u503C (value) "),vue.createElementVNode("br"),vue.createTextVNode("- getValue\uFF1A\u83B7\u53D6\u76EE\u6807\u5217\u7684\u5F53\u524D\u503C () "),vue.createElementVNode("br"),vue.createTextVNode("\u793A\u4F8B\uFF1A\u6839\u636E sourceValue \u52A8\u6001\u8BBE\u7F6E\u9009\u9879\u548C\u503C\uFF08\u53EA\u5F71\u54CD\u5F53\u524D\u7F16\u8F91\u884C\uFF09 "),vue.createElementVNode("br"),vue.createTextVNode("if (sourceValue === '1') { "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setOptions([{label: '\u9009\u9879A', value: 'a'}, {label: '\u9009\u9879B', value: 'b'}]); "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setValue('a'); // \u81EA\u52A8\u9009\u62E9\u7B2C\u4E00\u4E2A\u9009\u9879 "),vue.createElementVNode("br"),vue.createTextVNode("} else { "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setOptions([{label: '\u9009\u9879C', value: 'c'}, {label: '\u9009\u9879D', value: 'd'}]); "),vue.createElementVNode("br"),vue.createTextVNode("\xA0\xA0setValue('c'); // \u81EA\u52A8\u9009\u62E9\u7B2C\u4E00\u4E2A\u9009\u9879 "),vue.createElementVNode("br"),vue.createTextVNode("} "),vue.createElementVNode("br"),vue.createElementVNode("strong",null,"\u6CE8\u610F\uFF1A"),vue.createTextVNode("setOptions \u53EA\u4F1A\u66F4\u65B0\u5F53\u524D\u6B63\u5728\u7F16\u8F91\u7684\u8FD9\u4E00\u884C\u7684\u4E0B\u62C9\u9009\u9879\uFF0C\u4E0D\u4F1A\u5F71\u54CD\u5176\u4ED6\u884C\u3002 "),vue.createElementVNode("br"),vue.createTextVNode("setValue \u53EF\u4EE5\u8BBE\u7F6E\u76EE\u6807\u5217\u7684\u503C\uFF0C\u5E38\u7528\u4E8E\u81EA\u52A8\u9009\u62E9\u9ED8\u8BA4\u9009\u9879\u3002 ")],-1))]),_:2},1024)):vue.createCommentVNode("",!0),vue.createVNode(x,{label:"onChange\u4E8B\u4EF6"},{default:vue.withCtx(()=>[vue.createVNode(d,{type:"info",icon:"el-icon-edit",plain:"",round:"",onClick:C=>b.editColumnEventHandler(h,"onChange",["col","value","formData","setOptions"])},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(s.i18nt("designer.setting.addEventHandler")),1)]),_:1},8,["onClick"]),p[10]||(p[10]=vue.createElementVNode("div",{class:"hint-text",style:{"font-size":"12px",color:"#909399","margin-top":"4px"}}," \u5F53\u524D\u5217\u7684\u503C\u53D8\u5316\u65F6\u89E6\u53D1\uFF0C\u53C2\u6570\uFF1Acol\uFF08\u5217\u914D\u7F6E\u5BF9\u8C61\uFF09\u3001value\uFF08\u5F53\u524D\u503C\uFF09\u3001formData\uFF08\u8868\u5355\u6570\u636E\uFF09\u3001setOptions\uFF08\u8BBE\u7F6E\u9009\u9879\u7684\u65B9\u6CD5\uFF0C\u4EC5select\u7C7B\u578B\u53EF\u7528\uFF09 ",-1))]),_:2},1024),h.type==="textarea"?(vue.openBlock(),vue.createBlock(x,{key:6,label:"\u884C\u6570"},{default:vue.withCtx(()=>[vue.createVNode(n,{modelValue:h.rows,"onUpdate:modelValue":C=>h.rows=C,min:1,max:10,onChange:b.handleColumnChange},null,8,["modelValue","onUpdate:modelValue","onChange"])]),_:2},1024)):vue.createCommentVNode("",!0)])]))),128)),vue.createElementVNode("div",null,[vue.createVNode(d,{link:"",type:"primary",onClick:b.addNewColumn},{default:vue.withCtx(()=>[...p[11]||(p[11]=[vue.createTextVNode("\u6DFB\u52A0\u5217",-1)])]),_:1},8,["onClick"])])]),_:1})]),vue.createVNode(l,{modelValue:_.showColumnEventDialog,"onUpdate:modelValue":p[2]||(p[2]=h=>_.showColumnEventDialog=h),title:`\u7F16\u8F91\u4E8B\u4EF6\uFF1A${_.currentEventName}`,width:"1000px","append-to-body":"","close-on-click-modal":!1},{footer:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_4$4,[vue.createVNode(d,{onClick:p[1]||(p[1]=h=>_.showColumnEventDialog=!1)},{default:vue.withCtx(()=>[...p[12]||(p[12]=[vue.createTextVNode("\u53D6\u6D88",-1)])]),_:1}),vue.createVNode(d,{type:"primary",onClick:b.saveColumnEventHandler},{default:vue.withCtx(()=>[...p[13]||(p[13]=[vue.createTextVNode("\u786E\u5B9A",-1)])]),_:1},8,["onClick"])])]),default:vue.withCtx(()=>[vue.createVNode(r,{type:"info",closable:!1,title:_.eventHeader,style:{"margin-bottom":"10px"}},null,8,["title"]),vue.createVNode(a,{mode:"javascript",readonly:!1,modelValue:_.columnEventHandlerCode,"onUpdate:modelValue":p[0]||(p[0]=h=>_.columnEventHandlerCode=h),ref:"columnEventEditor"},null,8,["modelValue"])]),_:1},8,["modelValue","title"])],64)}var SubTableColumnsEditor=_export_sfc$1(_sfc_main$b,[["render",_sfc_render$b],["__scopeId","data-v-2d1b4989"]]);const _sfc_main$a={name:"current-user-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:null,oldFieldValue:null,rules:[]}},computed:{displayModel(){return this.currentUserType==="username"?this.fieldModel?this.fieldModel.username:"":this.currentUserType==="deptName"?this.fieldModel?this.fieldModel.deptName:"":this.currentUserType==="companyName"?this.fieldModel?this.fieldModel.companyName:"":JSON.stringify(this.fieldModel)},widgetStyle(){return{width:this.field.options.columnWidth||"auto"}},currentUserType(){var s;return((s=this.field.options)==null?void 0:s.type)||"username"}},methods:{hasExistingValue(){var p;const s=(p=this.fieldModel)!=null?p:this.oldFieldValue;return s!=null&&s!==""},async getCurrentUser(){const{data:s}=await service$1({method:"get",url:"unified-system/employee/loginInfo?accessType=0"});this.fieldModel=s,this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,this.oldFieldValue)}},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},"field.options.type":{handler(s,p){p!==void 0&&this.getCurrentUser()},immediate:!1}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.hasExistingValue()||this.getCurrentUser()}};function _sfc_render$a(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{modelValue:b.displayModel,"onUpdate:modelValue":p[0]||(p[0]=d=>b.displayModel=d),disabled:!0},null,8,["modelValue"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var CurrentUserWidget=_export_sfc$1(_sfc_main$a,[["render",_sfc_render$a]]),assetDialog_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$9={name:"asset-dialog",props:{dialogVisible:{type:Boolean,default:!1},fieldValue:{type:Array,default:()=>[]},assetTypeValue:{type:String,default:""},limit:{type:Number,default:0}},watch:{dialogVisible:{handler(s){this.visible=s,s&&(this.getTableData(),this.selectedRows=this.fieldValue&&Array.isArray(this.fieldValue)?lodash.exports.cloneDeep(this.fieldValue):[])}},assetTypeValue:{handler(s){this.disabled=!!s,s?this.form.assetType=s:this.form.assetType="all"},immediate:!0}},computed:{filterList(){const s=this.searchValue.toLocaleLowerCase();return this.selectedRows.filter(p=>p.labelName.toLocaleLowerCase().includes(s)||p.assetCode.toLocaleLowerCase().includes(s))}},data(){return{tableData:[],selectedRows:[],visible:!1,pageSize:10,currentPage:1,assetTypeOptions:[],form:{assetCode:"",assetType:"all",assetOwnerUnit:"",labelName:""},disabled:!1,total:0,searchValue:"",_prevTableSelectionIds:[],_handlingSelectionChange:!1}},methods:{formatAmount,handleClose(){this.form={assetCode:"",assetType:this.assetTypeValue||"all",assetOwnerUnit:"",labelName:""},this.searchValue="",this.$emit("close")},handleConfirm(){this.form={assetCode:"",assetType:"all",assetOwnerUnit:"",labelName:""},this.$emit("confirm",this.selectedRows)},handleSelectionChange(s){if(this._handlingSelectionChange)return;const p=this.$refs.tableRef,e=Array.isArray(s)?s:[],g=e.map(_=>_.assetId);if(this.limit>0&&g.length>this.limit){const b=(Array.isArray(this._prevTableSelectionIds)?this._prevTableSelectionIds:[]).slice(0,this.limit);p&&typeof p.clearSelection=="function"&&typeof p.toggleRowSelection=="function"&&(this._handlingSelectionChange=!0,p.clearSelection(),e.forEach(A=>{b.includes(A.assetId)&&p.toggleRowSelection(A,!0)}),this._handlingSelectionChange=!1),this._prevTableSelectionIds=b;return}this._prevTableSelectionIds=g},getTableData(){service$1({method:"post",url:"/asset-business/overview/pageList",data:st(De({size:this.pageSize,current:this.currentPage,reqType:"disposal"},this.form),{assetType:this.form.assetType==="all"?"":this.form.assetType,systemStatusList:["2"]})}).then(({data:s})=>{const{records:p,total:e,current:g}=s;this.tableData=p.map(_=>{const d=_,{id:b}=d,A=za(d,["id"]);return st(De({},A),{assetId:b})}),this.total=e,this.currentPage=g})},handleSizeChange(s){this.pageSize=s,this.getTableData()},handleCurrentChange(s){this.currentPage=s,this.getTableData()},handleAdd(){const s=this.$refs.tableRef,p=s&&typeof s.getSelectionRows=="function"?s.getSelectionRows():[];if(!p||p.length===0){this.$message.error("\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u8D44\u4EA7");return}const e=[...this.selectedRows,...p].reduce((g,_)=>(g.some(b=>b.assetId===_.assetId)||g.push(_),g),[]);if(this.limit&&e.length>this.limit){this.$message.error(`\u6700\u591A\u9009\u62E9 ${this.limit} \u4E2A\u8D44\u4EA7`);return}this.selectedRows=e},handleRemove(s){const p=this.selectedRows.findIndex(e=>e.assetId===s);p!==-1&&this.selectedRows.splice(p,1)},handleGetAssetTypeOptions(){service$1({method:"post",url:"/unified-dict/sysItemDict/page",data:{current:1,size:1e4,dictType:"asset_type"}}).then(({data:{records:s}})=>{this.assetTypeOptions=s.map(p=>({label:p.label,value:p.itemValue})),this.assetTypeOptions.unshift({label:"\u5168\u90E8",value:"all"})})},handleSearch(){this.currentPage=1,this.getTableData()}},created(){this.getTableData(),this.handleGetAssetTypeOptions()}},_hoisted_1$7={class:"asset-body-wrap"},_hoisted_2$5={class:"bottom-wrap"},_hoisted_3$4={class:"left-wrap"},_hoisted_4$3={class:"filter-wrap"},_hoisted_5$3={class:"right-wrap"},_hoisted_6$3={class:"asset-wrap-title"},_hoisted_7$3={class:"asset-wrap"},_hoisted_8$1={class:"asset-item-left"},_hoisted_9$1={class:"asset-item-right"},_hoisted_10={class:"dialog-footer"};function _sfc_render$9(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("el-form-item"),d=vue.resolveComponent("el-col"),u=vue.resolveComponent("el-option"),i=vue.resolveComponent("el-select"),o=vue.resolveComponent("el-button"),t=vue.resolveComponent("el-row"),n=vue.resolveComponent("el-form"),r=vue.resolveComponent("el-table-column"),a=vue.resolveComponent("el-table"),l=vue.resolveComponent("el-pagination"),h=vue.resolveComponent("DArrowRight"),f=vue.resolveComponent("el-icon"),C=vue.resolveComponent("Search"),m=vue.resolveComponent("Close"),y=vue.resolveComponent("el-scrollbar"),v=vue.resolveComponent("el-dialog");return vue.openBlock(),vue.createBlock(v,{modelValue:_.visible,"onUpdate:modelValue":p[6]||(p[6]=M=>_.visible=M),title:"\u8D44\u4EA7\u9009\u62E9",width:"1418px",onClose:b.handleClose,"body-class":"asset-list-dialog-body","close-on-click-modal":!1,draggable:"","header-class":"asset-list-dialog-header"},{footer:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_10,[vue.createVNode(o,{onClick:b.handleClose,size:"default"},{default:vue.withCtx(()=>[...p[12]||(p[12]=[vue.createTextVNode(" \u53D6\u6D88 ",-1)])]),_:1},8,["onClick"]),vue.createVNode(o,{type:"primary",onClick:b.handleConfirm,size:"default"},{default:vue.withCtx(()=>[...p[13]||(p[13]=[vue.createTextVNode(" \u786E\u5B9A ",-1)])]),_:1},8,["onClick"])])]),default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$7,[vue.createElementVNode("div",_hoisted_2$5,[vue.createElementVNode("div",_hoisted_3$4,[vue.createElementVNode("div",_hoisted_4$3,[vue.createVNode(n,{model:_.form,ref:"formRef"},{default:vue.withCtx(()=>[vue.createVNode(t,{gutter:12},{default:vue.withCtx(()=>[vue.createVNode(d,{span:5},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(A,{maxlength:"50",modelValue:_.form.assetCode,"onUpdate:modelValue":p[0]||(p[0]=M=>_.form.assetCode=M),placeholder:"\u8BF7\u8F93\u5165",clearable:""},{prefix:vue.withCtx(()=>[...p[7]||(p[7]=[vue.createElementVNode("span",null,"\u8D44\u4EA7\u7F16\u7801\uFF1A",-1)])]),_:1},8,["modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:6},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(A,{maxlength:"50",modelValue:_.form.labelName,"onUpdate:modelValue":p[1]||(p[1]=M=>_.form.labelName=M),placeholder:"\u8BF7\u8F93\u5165",clearable:""},{prefix:vue.withCtx(()=>[...p[8]||(p[8]=[vue.createElementVNode("span",null,"\u8D44\u4EA7\u540D\u79F0\uFF1A",-1)])]),_:1},8,["modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:5},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(i,{disabled:_.disabled,modelValue:_.form.assetType,"onUpdate:modelValue":p[2]||(p[2]=M=>_.form.assetType=M),placeholder:"\u8BF7\u9009\u62E9",clearable:""},{prefix:vue.withCtx(()=>[...p[9]||(p[9]=[vue.createElementVNode("span",null,"\u8D44\u4EA7\u7C7B\u578B\uFF1A",-1)])]),default:vue.withCtx(()=>[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.assetTypeOptions,M=>(vue.openBlock(),vue.createBlock(u,{key:M.value,label:M.label,value:M.value},null,8,["label","value"]))),128))]),_:1},8,["disabled","modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:6},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(A,{maxlength:"50",modelValue:_.form.assetOwnerUnit,"onUpdate:modelValue":p[3]||(p[3]=M=>_.form.assetOwnerUnit=M),placeholder:"\u8BF7\u8F93\u5165",clearable:""},{prefix:vue.withCtx(()=>[...p[10]||(p[10]=[vue.createElementVNode("span",null,"\u4EA7\u6743\u6240\u5C5E\u5355\u4F4D\uFF1A",-1)])]),_:1},8,["modelValue"])]),_:1})]),_:1}),vue.createVNode(d,{span:2},{default:vue.withCtx(()=>[vue.createVNode(x,null,{default:vue.withCtx(()=>[vue.createVNode(o,{type:"primary",onClick:b.handleSearch},{default:vue.withCtx(()=>[...p[11]||(p[11]=[vue.createTextVNode("\u641C\u7D22",-1)])]),_:1},8,["onClick"])]),_:1})]),_:1})]),_:1})]),_:1},8,["model"])]),vue.createVNode(a,{data:_.tableData,height:"500px",style:{width:"100%"},"check-strictly":"","row-key":"assetId",ref:"tableRef","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:""},{default:vue.withCtx(()=>[vue.createVNode(r,{type:"selection",width:"55"}),vue.createVNode(r,{prop:"assetCode",label:"\u8D44\u4EA7\u7F16\u7801",width:"200"}),vue.createVNode(r,{prop:"labelName",label:"\u8D44\u4EA7\u540D\u79F0"}),vue.createVNode(r,{prop:"assetTypeName","header-align":"center",align:"center",label:"\u8D44\u4EA7\u7C7B\u578B"}),vue.createVNode(r,{prop:"assetOwnerUnit",label:"\u4EA7\u6743\u6240\u5C5E\u5355\u4F4D"}),vue.createVNode(r,{prop:"originalValue",label:"\u539F\u503C(\u4E07\u5143)",width:"120"},{default:vue.withCtx(({row:M})=>[vue.createTextVNode(vue.toDisplayString(M.originalValue),1)]),_:1}),vue.createVNode(r,{prop:"netValue",label:"\u51C0\u503C(\u4E07\u5143)",width:"120"},{default:vue.withCtx(({row:M})=>[vue.createTextVNode(vue.toDisplayString(M.netValue),1)]),_:1})]),_:1},8,["data"]),vue.createVNode(l,{onSizeChange:b.handleSizeChange,onCurrentChange:b.handleCurrentChange,"current-page":_.currentPage,layout:"total, sizes, prev, pager, next",size:"small",total:_.total},null,8,["onSizeChange","onCurrentChange","current-page","total"])]),vue.createElementVNode("div",{class:"center-wrap",onClick:p[4]||(p[4]=(...M)=>b.handleAdd&&b.handleAdd(...M))},[vue.createVNode(f,null,{default:vue.withCtx(()=>[vue.createVNode(h)]),_:1})]),vue.createElementVNode("div",_hoisted_5$3,[vue.createElementVNode("div",_hoisted_6$3,[vue.createVNode(A,{modelValue:_.searchValue,"onUpdate:modelValue":p[5]||(p[5]=M=>_.searchValue=M),placeholder:"\u8BF7\u8F93\u5165\u8D44\u4EA7\u540D\u79F0\u6216\u8D44\u4EA7\u7F16\u7801\u641C\u7D22",clearable:""},{prefix:vue.withCtx(()=>[vue.createVNode(f,null,{default:vue.withCtx(()=>[vue.createVNode(C)]),_:1})]),_:1},8,["modelValue"])]),vue.createVNode(y,{class:"asset-wrap-scroll"},{default:vue.withCtx(()=>[vue.createElementVNode("ul",_hoisted_7$3,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(b.filterList,M=>(vue.openBlock(),vue.createElementBlock("li",{class:"asset-item",key:M.assetId},[vue.createElementVNode("div",_hoisted_8$1,[vue.createElementVNode("div",null,vue.toDisplayString(M.labelName),1),vue.createElementVNode("div",null,vue.toDisplayString(M.assetCode),1)]),vue.createElementVNode("div",_hoisted_9$1,[vue.createVNode(f,{onClick:D=>b.handleRemove(M.assetId)},{default:vue.withCtx(()=>[vue.createVNode(m)]),_:1},8,["onClick"])])]))),128))])]),_:1})])])])]),_:1},8,["modelValue","onClose"])}var AssetDialog=_export_sfc$1(_sfc_main$9,[["render",_sfc_render$9],["__scopeId","data-v-5cca3952"]]),index_vue_vue_type_style_index_0_lang$1="";const _sfc_main$8={name:"asset-select-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,AssetDialog},data(){return{dialogVisible:!1,fieldModel:null,oldFieldValue:null,rules:[],tableData:[]}},computed:{displayModel:{get(){return this.fieldModel!=null?this.fieldModel:[]},set(s){this.fieldModel=s}},widgetStyle(){return{width:"100%"}}},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{updateFieldLabel(s,p){var d;if(!s)return!1;const e=p==null?"":String(p),g=this.getWidgetRef(s,!1);if((d=g==null?void 0:g.field)==null?void 0:d.options){g.field.options.label=e;const u=this.getFormRef();return u&&typeof u.$forceUpdate=="function"&&u.$forceUpdate(),!0}const _=this.getFormRef();if(!_||typeof _.getFormJson!="function"||typeof _.setFormJson!="function")return!1;const b=_.getFormJson();let A=!1;const x=u=>{!Array.isArray(u)||u.forEach(i=>{var o;if(!A){if(((o=i==null?void 0:i.options)==null?void 0:o.name)===s){i.options.label=e,A=!0;return}Array.isArray(i==null?void 0:i.widgetList)&&x(i.widgetList),Array.isArray(i==null?void 0:i.cols)&&i.cols.forEach(t=>x(t==null?void 0:t.widgetList)),Array.isArray(i==null?void 0:i.rows)&&i.rows.forEach(t=>Array.isArray(t==null?void 0:t.cols)&&t.cols.forEach(n=>x(n==null?void 0:n.widgetList))),Array.isArray(i==null?void 0:i.tabs)&&i.tabs.forEach(t=>x(t==null?void 0:t.widgetList))}})};return x(b==null?void 0:b.widgetList),A?(_.setFormJson(b),!0):!1},handleClick(){this.dialogVisible=!0},handleConfirm(s){this.dialogVisible=!1,this.oldFieldValue=this.fieldModel?deepClone(this.fieldModel):null,this.fieldModel=s,this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,this.oldFieldValue),this.triggerEvent("onConfirm",s),this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},handleCancel(){this.triggerEvent("onCancel"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onConfirm"&&p.length>0){const b=p[0];new Function("checkedNodes","selectedNodes","selectedValue",e).call(this,b,b,b)}else if(s==="onRemoveTag"&&p.length>=2){const b=p[0],A=p[1],x=p[2];new Function("removedItem","remainingNodes","remainingValue","selectedValue","removedIndex",e).call(this,b,A,A,A,x)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleSearch(){this.$nextTick(()=>{this.applyTreeFilter()})}}},_hoisted_1$6={class:"asset-select-widget__trigger"};function _sfc_render$8(s,p,e,g,_,b){const A=vue.resolveComponent("el-button"),x=vue.resolveComponent("asset-dialog"),d=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(d,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"asset-select-widget",style:vue.normalizeStyle(b.widgetStyle)},[vue.createElementVNode("div",_hoisted_1$6,[vue.createVNode(A,{type:"primary",class:"asset-select-widget__button",plain:"",disabled:e.field.options.disabled,placeholder:"\u8BF7\u9009\u62E9\u8D44\u4EA7",onClick:b.handleClick,ref:"inputTagRef"},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(e.field.options.buttonText||"\u9009\u62E9\u8D44\u4EA7"),1)]),_:1},8,["disabled","onClick"])]),vue.createVNode(x,{"dialog-visible":_.dialogVisible,onClose:b.handleClose,onConfirm:b.handleConfirm,onCancel:b.handleCancel,limit:e.field.options.assetLimit,fieldValue:_.fieldModel,assetTypeValue:e.field.options.assetTypeValue},null,8,["dialog-visible","onClose","onConfirm","onCancel","limit","fieldValue","assetTypeValue"])],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AssetSelectWidget=_export_sfc$1(_sfc_main$8,[["render",_sfc_render$8]]),detailDialog_vue_vue_type_style_index_0_scoped_true_lang="";const _sfc_main$7={name:"detail-dialog",components:{VFormRender},props:{visible:{type:Boolean,default:!1},data:{type:Object,default:()=>({})},typeJson:{type:[String,Object],default:()=>({})},disabled:{type:Boolean,default:!1}},data(){return{formData:{},formJson:null,defaultFormJson:{widgetList:[],formConfig:{modelName:"formData",refName:"vForm",rulesName:"rules",labelWidth:80,labelPosition:"left",size:"",labelAlign:"label-left-align",cssCode:"",customClass:[],functions:"",layoutType:"PC",jsonVersion:3,onFormCreated:"",onFormMounted:"",onFormDataChange:"",onFormValidate:"",onFormValidateSuccess:""}},showForm:!1,pendingColHiddenOps:[]}},computed:{dialogVisible:{get(){return this.visible},set(s){s||this.handleClose()}},currentRowData(){return this.data&&typeof this.data=="object"?this.data:{}},renderFormJson(){return this.formJson||this.defaultFormJson}},watch:{visible:{immediate:!0,handler(s){s?this.initFormData():this.formData={}}},disabled:{immediate:!0,handler(){this.$nextTick(()=>{this.syncFormDisabledStatus()})}}},methods:{resolveTypeJsonMap(){const s=this.typeJson;if(s==null||s==="")return{};if(typeof s=="string")try{return JSON.parse(s)}catch{return{}}return typeof s=="object"?s:{}},syncFormDisabledStatus(){const s=this.$refs.detailFormRender;!s||this.disabled&&typeof s.disableForm=="function"&&s.disableForm()},applyFormJsonToRender(s){this.formJson=s&&s.widgetList&&s.formConfig?s:lodash.exports.cloneDeep(this.defaultFormJson),this.$nextTick(()=>{const p=this.$refs.detailFormRender;p&&typeof p.setFormJson=="function"&&(p.setFormJson(lodash.exports.cloneDeep(this.formJson)),this.$nextTick(()=>{this.flushPendingColHiddenOps(),this.syncFormDisabledStatus()}))})},setColHidden(s,p){const e=Array.isArray(s)?s:[s];this.pendingColHiddenOps.push({names:e,hidden:p})},flushPendingColHiddenOps(){if(!this.pendingColHiddenOps.length)return;const s=this.$refs.detailFormRender;!s||typeof s.setColHidden!="function"||(this.pendingColHiddenOps.forEach(({names:p,hidden:e})=>{p.forEach(g=>s.setColHidden(g,e))}),this.pendingColHiddenOps=[])},initFormData(){this.showForm=!1,this.formData=lodash.exports.cloneDeep(this.currentRowData)||{};const s=this.typeJson;if(!s){this.$message.error("\u672A\u627E\u5230\u8D44\u4EA7\u7C7B\u578B\u5BF9\u5E94\u7684\u8868\u5355\u914D\u7F6E"),this.dialogVisible=!1;return}service$1({method:"get",url:`/workflow-engine/businessFlowConfig/detailByCode/${s}`}).then(({data:p})=>{if(!(p==null?void 0:p.formJson)){this.applyFormJsonToRender(null);return}let e;try{e=typeof p.formJson=="string"?JSON.parse(p.formJson):p.formJson,this.showForm=!0}catch(g){console.error(g),e=null}this.applyFormJsonToRender(e),this.showForm=!0}).catch(p=>{console.error(p),this.applyFormJsonToRender(null)})},async handleConfirm(){const s=this.$refs.detailFormRender;if(!!s)try{const p=await s.getFormData(!0);console.log(p,"formValues"),this.$emit("confirm",p),this.dialogVisible=!1}catch(p){this.$message.error(p),console.error(p)}},handleClose(){this.formData={},this.pendingColHiddenOps=[],this.formJson={widgetList:[],formConfig:{modelName:"formData",refName:"vForm",rulesName:"rules",labelWidth:80,labelPosition:"left",size:"",labelAlign:"label-left-align",cssCode:"",customClass:[],functions:"",layoutType:"PC",jsonVersion:3,onFormCreated:"",onFormMounted:"",onFormDataChange:"",onFormValidate:"",onFormValidateSuccess:""}},this.$emit("close")}}},_hoisted_1$5={class:"asset-body-wrap"},_hoisted_2$4={key:0},_hoisted_3$3={class:"dialog-footer"};function _sfc_render$7(s,p,e,g,_,b){const A=vue.resolveComponent("v-form-render"),x=vue.resolveComponent("el-button"),d=vue.resolveComponent("el-dialog");return vue.openBlock(),vue.createBlock(d,{modelValue:b.dialogVisible,"onUpdate:modelValue":p[0]||(p[0]=u=>b.dialogVisible=u),title:"\u5904\u7F6E\u8BE6\u60C5",width:"1200px",onClose:b.handleClose,"close-on-click-modal":!1,draggable:""},{footer:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_3$3,[vue.createVNode(x,{onClick:b.handleClose},{default:vue.withCtx(()=>[...p[1]||(p[1]=[vue.createTextVNode("\u53D6\u6D88",-1)])]),_:1},8,["onClick"]),e.disabled?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createBlock(x,{key:0,type:"primary",onClick:b.handleConfirm},{default:vue.withCtx(()=>[...p[2]||(p[2]=[vue.createTextVNode("\u786E\u5B9A",-1)])]),_:1},8,["onClick"]))])]),default:vue.withCtx(()=>[vue.createElementVNode("div",_hoisted_1$5,[_.showForm?(vue.openBlock(),vue.createElementBlock("div",_hoisted_2$4,[vue.createVNode(A,{ref:"detailFormRender","form-json":b.renderFormJson,"form-data":_.formData},null,8,["form-json","form-data"])])):vue.createCommentVNode("",!0)])]),_:1},8,["modelValue","onClose"])}var DetailDialog=_export_sfc$1(_sfc_main$7,[["render",_sfc_render$7],["__scopeId","data-v-3a7f7afa"]]),index_vue_vue_type_style_index_0_lang="";const _sfc_main$6={name:"asset-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,DetailDialog},data(){return{fieldModel:null,oldFieldValue:null,rules:[],detailDialogVisible:!1,detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{formatAmount,handleShowIsUpdate(){return!(this.field.options.disabled||!this.field.options.clickRow)},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},updateRowData(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.fieldModel[p]=De(De({},this.fieldModel[p]),s))},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleRow(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.triggerEvent("onOpen",this.fieldModel[p]),this.detailDialogVisible=!0,this.detailDialogData=lodash.exports.cloneDeep(this.fieldModel[p]))},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})},handleCloseDetailDialog(){this.detailDialogVisible=!1,this.detailDialogData=null},handleConfirm(s){const p=this.fieldModel.findIndex(g=>g.assetId===this.detailDialogData.assetId);if(p===-1)return;const e=lodash.exports.cloneDeep(this.fieldModel);this.fieldModel[p]=st(De(De({},this.fieldModel[p]),s),{isUpdate:!0}),this.triggerEvent("onChange",this.fieldModel,e)}}},_hoisted_1$4={key:1};function _sfc_render$6(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-text"),d=vue.resolveComponent("el-table"),u=vue.resolveComponent("detail-dialog"),i=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"asset-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(d,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"",style:{width:"100%"},"row-key":"id",ref:"tableRef"},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"assetCode",label:"\u8D44\u4EA7\u7F16\u7801"}),vue.createVNode(A,{prop:"labelName",label:"\u8D44\u4EA7\u540D\u79F0",align:"left"},{default:vue.withCtx(({row:o})=>[e.field.options.clickRow?(vue.openBlock(),vue.createBlock(x,{key:0,class:"click-text",type:"primary",onClick:t=>b.handleRow(o)},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(o.labelName),1)]),_:2},1032,["onClick"])):(vue.openBlock(),vue.createElementBlock("span",_hoisted_1$4,vue.toDisplayString(o.labelName),1))]),_:1}),vue.createVNode(A,{prop:"assetTypeName",align:"center",label:"\u8D44\u4EA7\u7C7B\u578B"}),vue.createVNode(A,{prop:"assetOwnerUnit",label:"\u4EA7\u6743\u6240\u5C5E\u5355\u4F4D"}),vue.createVNode(A,{prop:"originalValue",label:"\u539F\u503C(\u4E07\u5143)"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.originalValue),1)]),_:1}),vue.createVNode(A,{prop:"netValue",label:"\u51C0\u503C(\u4E07\u5143)"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.netValue),1)]),_:1}),b.handleShowIsUpdate()?(vue.openBlock(),vue.createBlock(A,{key:0,prop:"isUpdate",align:"center","header-align":"center",label:"\u662F\u5426\u5DF2\u5B8C\u6210\u586B\u5199"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.isUpdate?"\u662F":"\u5426"),1)]),_:1})):vue.createCommentVNode("",!0)]),_:1},8,["data"])],4),vue.createVNode(u,{ref:"detailDialogRef",visible:_.detailDialogVisible,typeJson:e.field.options.typeJson,data:_.detailDialogData,onClose:b.handleCloseDetailDialog,onConfirm:b.handleConfirm,disabled:e.field.options.disabled},null,8,["visible","typeJson","data","onClose","onConfirm","disabled"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AssetTableWidget=_export_sfc$1(_sfc_main$6,[["render",_sfc_render$6]]),index_vue_vue_type_style_index_0_scoped_true_lang$3="";const _sfc_main$5={name:"resolution-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:[{companyName:"\u516C\u53F81",fileName:"1111.png"},{companyName:"\u516C\u53F81"},{companyName:"\u516C\u53F81"},{companyName:"\u516C\u53F82"}],oldFieldValue:null,rules:[],detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{tableRowClassName({row:s}){return s.fileName?"":"no-attachment-row"},getFileIcon(s){const p=s==null?void 0:s.substring((s==null?void 0:s.lastIndexOf("."))+1).toLowerCase();return p?new URL({"../../assets/image/fileType/7z.png":__glob_6_0,"../../assets/image/fileType/bmp.png":__glob_6_1,"../../assets/image/fileType/default.png":__glob_6_2,"../../assets/image/fileType/doc.png":__glob_6_3,"../../assets/image/fileType/docx.png":__glob_6_4,"../../assets/image/fileType/dot.png":__glob_6_5,"../../assets/image/fileType/et.png":__glob_6_6,"../../assets/image/fileType/ett.png":__glob_6_7,"../../assets/image/fileType/jpeg.png":__glob_6_8,"../../assets/image/fileType/jpg.png":__glob_6_9,"../../assets/image/fileType/mp3.png":__glob_6_10,"../../assets/image/fileType/mp4.png":__glob_6_11,"../../assets/image/fileType/ofd.png":__glob_6_12,"../../assets/image/fileType/pdf.png":__glob_6_13,"../../assets/image/fileType/png.png":__glob_6_14,"../../assets/image/fileType/ppt.png":__glob_6_15,"../../assets/image/fileType/pptx.png":__glob_6_16,"../../assets/image/fileType/rar.png":__glob_6_17,"../../assets/image/fileType/tar.png":__glob_6_18,"../../assets/image/fileType/txt.png":__glob_6_19,"../../assets/image/fileType/wav.png":__glob_6_20,"../../assets/image/fileType/wps.png":__glob_6_21,"../../assets/image/fileType/wpt.png":__glob_6_22,"../../assets/image/fileType/xls.png":__glob_6_23,"../../assets/image/fileType/xlsx.png":__glob_6_24,"../../assets/image/fileType/xlt.png":__glob_6_25,"../../assets/image/fileType/zip.png":__glob_6_26}[`../../assets/image/fileType/${p}.png`],self.location):__glob_6_2},isZip(s){const p=s==null?void 0:s.substring((s==null?void 0:s.lastIndexOf("."))+1).toLowerCase();return p==="zip"||p==="rar"||p==="7z"||p==="tar"},async handlePreview(s){console.log(s,"file");try{const{response:p,fileId:e}=s;if(p){const{data:g}=p;if(!g.fileId)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:_}=await service({method:"get",url:"unified-file/sys-file/kkfile-url",params:{fileId:g.fileId}});window.open(_)}else{if(!e)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:g}=await service({method:"get",url:"unified-file/sys-file/kkfile-url",params:{fileId:e}});window.open(g)}}catch(p){console.error(p)}},async handleDownload(s){const{response:p,fileId:e,fileName:g,name:_}=s;if(p){const{data:b}=p;if(!b.fileId)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:A}=await service({method:"post",url:"unified-file/sys-file/download",params:{fileId:b.fileId},responseType:"blob"});downloadMethod(A,b.fileName)}else{if(!e)throw new Error("\u6587\u4EF6ID\u4E0D\u80FD\u4E3A\u7A7A");const{data:b}=await service({method:"post",url:"unified-file/sys-file/download",params:{fileId:e},responseType:"blob"});downloadMethod(b,_||g)}},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})}}},_hoisted_1$3={key:0,class:"upload-file-list"},_hoisted_2$3={class:"left-wrap"},_hoisted_3$2=["src"],_hoisted_4$2=["title"],_hoisted_5$2={class:"right-wrap"},_hoisted_6$2=["onClick"],_hoisted_7$2=["onClick"];function _sfc_render$5(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-table"),d=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(d,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"resolution-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(x,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"",style:{width:"100%"},"row-key":"id",ref:"tableRef","row-class-name":b.tableRowClassName},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"companyName",label:"\u516C\u53F8\u540D\u79F0",width:"240"}),vue.createVNode(A,{prop:"label2",label:"\u9644\u4EF6",align:"left"},{default:vue.withCtx(({row:u})=>[u.fileName?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1$3,[vue.createElementVNode("div",_hoisted_2$3,[vue.createElementVNode("img",{src:b.getFileIcon(u.fileName),alt:"",style:{width:"18px",height:"18px","margin-right":"8px"}},null,8,_hoisted_3$2),vue.createElementVNode("div",{class:"upload-file-name",title:u.fileName},vue.toDisplayString(u.fileName),9,_hoisted_4$2)]),vue.createElementVNode("div",_hoisted_5$2,[b.isZip(u.fileName)?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createElementBlock("div",{key:0,onClick:vue.withModifiers(i=>b.handlePreview(u),["stop"]),class:"pr-8px color-primary cursor-pointer file-action-right"}," \u9884\u89C8 ",8,_hoisted_6$2)),vue.createElementVNode("div",{onClick:vue.withModifiers(i=>b.handleDownload(u),["stop"]),class:"pr-8px color-primary cursor-pointer file-action-right"}," \u4E0B\u8F7D ",8,_hoisted_7$2)])])):vue.createCommentVNode("",!0)]),_:1})]),_:1},8,["data","row-class-name"])],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var ResolutionTableWidget=_export_sfc$1(_sfc_main$5,[["render",_sfc_render$5],["__scopeId","data-v-1a1bbd38"]]),index_vue_vue_type_style_index_0_scoped_true_lang$2="";const _sfc_main$4={name:"fixed-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,DetailDialog},data(){return{fieldModel:[{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"100",projectName:"\u9879\u76EEA",projectStage:"\u9636\u6BB51",totalPlannedInvestment:"500",completedInvestment:"200",currentYearPlannedInvestment:"100",enterpriseTotalPlannedInvestment:"300",remark:"\u5907\u6CE81"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"200",projectName:"\u9879\u76EEB",projectStage:"\u9636\u6BB52",totalPlannedInvestment:"800",completedInvestment:"300",currentYearPlannedInvestment:"150",enterpriseTotalPlannedInvestment:"450",remark:"\u5907\u6CE82"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"150",projectName:"\u9879\u76EEC",projectStage:"\u9636\u6BB53",totalPlannedInvestment:"600",completedInvestment:"250",currentYearPlannedInvestment:"120",enterpriseTotalPlannedInvestment:"380",remark:"\u5907\u6CE83"},{enterpriseName:"\u516C\u53F82",enterpriseProjectCount:"300",projectName:"\u9879\u76EED",projectStage:"\u9636\u6BB51",totalPlannedInvestment:"1000",completedInvestment:"400",currentYearPlannedInvestment:"200",enterpriseTotalPlannedInvestment:"600",remark:"\u5907\u6CE84"}],oldFieldValue:null,rules:[],detailDialogVisible:!1,detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{objectSpanMethod({row:s,column:p,rowIndex:e,columnIndex:g}){if(["enterpriseName","enterpriseProjectCount","enterpriseTotalPlannedInvestment"].includes(p.property)){const b=this.getSameCompanyRows(e);if(b.length>1)return e===b[0]?{rowspan:b.length,colspan:1}:{rowspan:0,colspan:0}}return{rowspan:1,colspan:1}},getSameCompanyRows(s){const p=this.fieldModel[s].enterpriseName,e=[s];for(let g=s-1;g>=0&&this.fieldModel[g].enterpriseName===p;g--)e.unshift(g);for(let g=s+1;g<this.fieldModel.length&&this.fieldModel[g].enterpriseName===p;g++)e.push(g);return e},formatAmount,handleShowIsUpdate(){return!(this.field.options.disabled||!this.field.options.clickRow)},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},updateRowData(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.fieldModel[p]=De(De({},this.fieldModel[p]),s))},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleRow(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.triggerEvent("onOpen",this.fieldModel[p]),this.detailDialogVisible=!0,this.detailDialogData=lodash.exports.cloneDeep(this.fieldModel[p]))},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})},handleCloseDetailDialog(){this.detailDialogVisible=!1,this.detailDialogData=null},handleConfirm(s){const p=this.fieldModel.findIndex(g=>g.assetId===this.detailDialogData.assetId);if(p===-1)return;const e=lodash.exports.cloneDeep(this.fieldModel);this.fieldModel[p]=st(De(De({},this.fieldModel[p]),s),{isUpdate:!0}),this.triggerEvent("onChange",this.fieldModel,e)}}},_hoisted_1$2={key:1},_hoisted_2$2={class:"funds"},_hoisted_3$1={class:"funds-source"},_hoisted_4$1={class:"funds"},_hoisted_5$1={class:"funds-source"},_hoisted_6$1={class:"funds"},_hoisted_7$1={class:"funds-source"};function _sfc_render$4(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-text"),d=vue.resolveComponent("el-table"),u=vue.resolveComponent("detail-dialog"),i=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"fixed-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(d,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"","span-method":b.objectSpanMethod,style:{width:"100%"},"row-key":"id",ref:"tableRef"},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"enterpriseName",label:"\u516C\u53F8\u540D\u79F0",width:"150"}),vue.createVNode(A,{prop:"enterpriseProjectCount",label:"\u6570\u91CF",align:"left",width:"60"}),vue.createVNode(A,{prop:"projectName",align:"center",label:"\u9879\u76EE\u540D\u79F0",width:"200"},{default:vue.withCtx(({row:o})=>{var t,n;return[((n=(t=e.field)==null?void 0:t.options)==null?void 0:n.clickRow)?(vue.openBlock(),vue.createBlock(x,{key:0,class:"click-text",type:"primary",onClick:r=>b.handleRow(o)},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(o.projectName),1)]),_:2},1032,["onClick"])):(vue.openBlock(),vue.createElementBlock("span",_hoisted_1$2,vue.toDisplayString(o.projectName),1))]}),_:1}),vue.createVNode(A,{prop:"projectStage",label:"\u9879\u76EE\u9636\u6BB5",width:"90"}),vue.createVNode(A,{prop:"totalPlannedInvestment",label:"\u9879\u76EE\u603B\u6295\u8D44(\u4E07\u5143)",width:"100"}),vue.createVNode(A,{prop:"completedInvestment",label:"\u5DF2\u5B8C\u6210\u6295\u8D44(\u4E07\u5143)",width:"100"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.completedInvestment),1)]),_:1}),vue.createVNode(A,{prop:"currentYearPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",width:"111"}),vue.createVNode(A,{prop:"enterpriseTotalPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",width:"130"}),vue.createVNode(A,{prop:"label9",label:"\u8D44\u91D1\u6765\u6E90",width:"320"},{default:vue.withCtx(({row:o})=>[vue.createElementVNode("div",_hoisted_2$2,[vue.createElementVNode("div",_hoisted_3$1,"\u81EA\u6709\u8D44\u4EA7(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.ownFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.ownFundsPercent),1)]),vue.createElementVNode("div",_hoisted_4$1,[vue.createElementVNode("div",_hoisted_5$1,"\u94F6\u884C\u8D37\u6B3E(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.loanFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.loanFundsPercent),1)]),vue.createElementVNode("div",_hoisted_6$1,[vue.createElementVNode("div",_hoisted_7$1,"\u5176\u4ED6\u8D44\u91D1(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.otherFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.otherFundsPercent),1)])]),_:1}),vue.createVNode(A,{prop:"remark",label:"\u5907\u6CE8",width:"330"})]),_:1},8,["data","span-method"])],4),vue.createVNode(u,{ref:"detailDialogRef",visible:_.detailDialogVisible,typeJson:e.field.options.typeJson,data:_.detailDialogData,onClose:b.handleCloseDetailDialog,onConfirm:b.handleConfirm,disabled:e.field.options.disabled},null,8,["visible","typeJson","data","onClose","onConfirm","disabled"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var FixedTableWidget=_export_sfc$1(_sfc_main$4,[["render",_sfc_render$4],["__scopeId","data-v-efede3a6"]]),index_vue_vue_type_style_index_0_scoped_true_lang$1="";const _sfc_main$3={name:"equity-table-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,DetailDialog},data(){return{fieldModel:[{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"100",projectName:"\u9879\u76EEA",registeredCapital:"\u9636\u6BB51",subscribedCapital:"500",paidInCapital:"200",currentYearPlannedInvestment:"100",enterpriseTotalPlannedInvestment:"300",label9:"\u81EA\u6709\u8D44\u91D1",remark:"\u5907\u6CE81"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"200",projectName:"\u9879\u76EEB",registeredCapital:"\u9636\u6BB52",subscribedCapital:"800",paidInCapital:"300",currentYearPlannedInvestment:"150",enterpriseTotalPlannedInvestment:"450",label9:"\u94F6\u884C\u8D37\u6B3E",remark:"\u5907\u6CE82"},{enterpriseName:"\u516C\u53F81",enterpriseProjectCount:"150",projectName:"\u9879\u76EEC",registeredCapital:"\u9636\u6BB53",subscribedCapital:"600",paidInCapital:"250",currentYearPlannedInvestment:"120",enterpriseTotalPlannedInvestment:"380",label9:"\u653F\u5E9C\u62E8\u6B3E",remark:"\u5907\u6CE83"},{enterpriseName:"\u516C\u53F82",enterpriseProjectCount:"300",projectName:"\u9879\u76EED",registeredCapital:"\u9636\u6BB51",subscribedCapital:"1000",paidInCapital:"400",currentYearPlannedInvestment:"200",enterpriseTotalPlannedInvestment:"600",label9:"\u81EA\u6709\u8D44\u91D1",remark:"\u5907\u6CE84"}],oldFieldValue:null,rules:[],detailDialogVisible:!1,detailDialogData:null}},computed:{},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()},fieldModel:{handler(s){this.$nextTick(()=>{this.dispatch("VFormRender","fieldValidation",[this.getPropName()])})},deep:!0}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{objectSpanMethod({row:s,column:p,rowIndex:e,columnIndex:g}){if(["enterpriseName","enterpriseProjectCount","enterpriseTotalPlannedInvestment"].includes(p.property)){const b=this.getSameCompanyRows(e);if(b.length>1)return e===b[0]?{rowspan:b.length,colspan:1}:{rowspan:0,colspan:0}}return{rowspan:1,colspan:1}},getSameCompanyRows(s){const p=this.fieldModel[s].enterpriseName,e=[s];for(let g=s-1;g>=0&&this.fieldModel[g].enterpriseName===p;g--)e.unshift(g);for(let g=s+1;g<this.fieldModel.length&&this.fieldModel[g].enterpriseName===p;g++)e.push(g);return e},formatAmount,handleShowIsUpdate(){return!(this.field.options.disabled||!this.field.options.clickRow)},handleClose(){this.dialogVisible=!1,this.triggerEvent("onClose"),this.dispatch("VFormRender","fieldValidation",[this.getPropName()])},updateRowData(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.fieldModel[p]=De(De({},this.fieldModel[p]),s))},triggerEvent(s,...p){var g,_;const e=(_=(g=this.field)==null?void 0:g.options)==null?void 0:_[s];if(e)try{if(s==="onOpen"&&p.length>0){const b=p[0];new Function("rowData",e).call(this,b)}else if(s==="onChange"){const b=p[0],A=p[1];if(this.subFormItemFlag){const x=this.formModel[this.subFormName]||[];new Function("value","oldValue","subFormData","rowId","sfrIdx",e).call(this,b,A,x,this.subFormRowId,this.subFormRowIndex)}else new Function("value","oldValue",e).call(this,b,A)}else if(p.length>0){const b=p.map((x,d)=>`arg${d}`).join(", ");new Function(b,e).apply(this,p)}else new Function(e).call(this)}catch(b){console.error(`Error executing ${s} handler:`,b),console.error("Handler code:",e),console.error("Args:",p)}},handleRow(s){const p=this.fieldModel.findIndex(e=>e.assetId===s.assetId);p!==-1&&(this.triggerEvent("onOpen",this.fieldModel[p]),this.detailDialogVisible=!0,this.detailDialogData=lodash.exports.cloneDeep(this.fieldModel[p]))},setDetailColHidden(s,p){this.$nextTick(()=>{const e=this.$refs.detailDialogRef;e&&typeof e.setColHidden=="function"&&e.setColHidden(s,p)})},handleCloseDetailDialog(){this.detailDialogVisible=!1,this.detailDialogData=null},handleConfirm(s){const p=this.fieldModel.findIndex(g=>g.assetId===this.detailDialogData.assetId);if(p===-1)return;const e=lodash.exports.cloneDeep(this.fieldModel);this.fieldModel[p]=st(De(De({},this.fieldModel[p]),s),{isUpdate:!0}),this.triggerEvent("onChange",this.fieldModel,e)}}},_hoisted_1$1={key:1},_hoisted_2$1={class:"funds"},_hoisted_3={class:"funds-source"},_hoisted_4={class:"funds"},_hoisted_5={class:"funds-source"},_hoisted_6={class:"funds"},_hoisted_7={class:"funds-source"},_hoisted_8={class:"funds"},_hoisted_9={class:"funds-source"};function _sfc_render$3(s,p,e,g,_,b){const A=vue.resolveComponent("el-table-column"),x=vue.resolveComponent("el-text"),d=vue.resolveComponent("el-table"),u=vue.resolveComponent("detail-dialog"),i=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(i,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"equity-table-widget",style:vue.normalizeStyle(s.widgetStyle)},[vue.createVNode(d,{data:_.fieldModel,"max-height":"500px","header-row-class-name":"headerRowClassName","header-cell-class-name":"headerCellClassName",stripe:"","span-method":b.objectSpanMethod,style:{width:"100%"},"row-key":"id",ref:"tableRef"},{default:vue.withCtx(()=>[vue.createVNode(A,{prop:"enterpriseName",label:"\u516C\u53F8\u540D\u79F0",width:"150"}),vue.createVNode(A,{prop:"enterpriseProjectCount",label:"\u6570\u91CF",align:"left",width:"60"}),vue.createVNode(A,{prop:"projectName",align:"center",label:"\u9879\u76EE\u540D\u79F0",width:"200"},{default:vue.withCtx(({row:o})=>{var t,n;return[((n=(t=e.field)==null?void 0:t.options)==null?void 0:n.clickRow)?(vue.openBlock(),vue.createBlock(x,{key:0,class:"click-text",type:"primary",onClick:r=>b.handleRow(o)},{default:vue.withCtx(()=>[vue.createTextVNode(vue.toDisplayString(o.projectName),1)]),_:2},1032,["onClick"])):(vue.openBlock(),vue.createElementBlock("span",_hoisted_1$1,vue.toDisplayString(o.projectName),1))]}),_:1}),vue.createVNode(A,{prop:"registeredCapital",label:"\u6CE8\u518C\u8D44\u672C(\u4E07\u5143)",width:"90"}),vue.createVNode(A,{prop:"subscribedCapital",label:"\u8BA4\u7F34\u51FA\u8D44(\u4E07\u5143)",width:"100"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.subscribedCapital),1)]),_:1}),vue.createVNode(A,{prop:"paidInCapital",label:"\u5DF2\u5B8C\u6210\u6295\u8D44(\u4E07\u5143)",width:"100"},{default:vue.withCtx(({row:o})=>[vue.createTextVNode(vue.toDisplayString(o.paidInCapital),1)]),_:1}),vue.createVNode(A,{prop:"currentYearPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u989D(\u4E07\u5143)",width:"111"}),vue.createVNode(A,{prop:"enterpriseTotalPlannedInvestment",label:"\u672C\u5E74\u8BA1\u5212\u6295\u8D44\u603B\u989D(\u4E07\u5143)",width:"130"}),vue.createVNode(A,{prop:"label9",label:"\u8D44\u91D1\u6765\u6E90",width:"360"},{default:vue.withCtx(({row:o})=>[vue.createElementVNode("div",_hoisted_2$1,[vue.createElementVNode("div",_hoisted_3,"\u81EA\u6709\u8D44\u4EA7(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.ownFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.ownFundsPercent),1)]),vue.createElementVNode("div",_hoisted_4,[vue.createElementVNode("div",_hoisted_5,"\u94F6\u884C\u8D37\u6B3E(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.loanFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.loanFundsPercent),1)]),vue.createElementVNode("div",_hoisted_6,[vue.createElementVNode("div",_hoisted_7,"\u5176\u4ED6\u8D44\u91D1(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.otherFunds||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.otherFundsPercent),1)]),vue.createElementVNode("div",_hoisted_8,[vue.createElementVNode("div",_hoisted_9," \u5173\u8054\u4F01\u4E1A\u501F\u6B3E\u8D44\u91D1(\u4E07\u5143)\uFF1A"+vue.toDisplayString(o.relatedPartyBorrowing||0),1),vue.createElementVNode("div",null,"\u8D44\u91D1\u5360\u6BD4\uFF1A"+vue.toDisplayString(o.relatedPartyBorrowingPercent),1)])]),_:1}),vue.createVNode(A,{prop:"remark",label:"\u5907\u6CE8",width:"330"})]),_:1},8,["data","span-method"])],4),vue.createVNode(u,{ref:"detailDialogRef",visible:_.detailDialogVisible,typeJson:e.field.options.typeJson,data:_.detailDialogData,onClose:b.handleCloseDetailDialog,onConfirm:b.handleConfirm,disabled:e.field.options.disabled},null,8,["visible","typeJson","data","onClose","onConfirm","disabled"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var EquityTableSchema=_export_sfc$1(_sfc_main$3,[["render",_sfc_render$3],["__scopeId","data-v-2a519ee3"]]);const AssetTypeEnum={"0":"equity","1":"house","2":"land","3":"equipment","4":"vehicle","5":"intangible","6":"other_fixed","7":"electronic","8":"office_furniture"};var equity="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0NyI+CjxwYXRoIGlkPSJFbGxpcHNlIDUiIGQ9Ik0xMyA5QzEzIDEwLjE4NjcgMTIuNjQ4MSAxMS4zNDY3IDExLjk4ODggMTIuMzMzNEMxMS4zMjk1IDEzLjMyMDEgMTAuMzkyNSAxNC4wODkyIDkuMjk2MSAxNC41NDMzQzguMTk5NzQgMTQuOTk3NCA2Ljk5MzM0IDE1LjExNjIgNS44Mjk0NiAxNC44ODQ3QzQuNjY1NTcgMTQuNjUzMiAzLjU5NjQ3IDE0LjA4MTggMi43NTczNiAxMy4yNDI2QzEuOTE4MjQgMTIuNDAzNSAxLjM0NjggMTEuMzM0NCAxLjExNTI5IDEwLjE3MDVDMC44ODM3NzcgOS4wMDY2NiAxLjAwMjYgNy44MDAyNiAxLjQ1NjcyIDYuNzAzOUMxLjkxMDg1IDUuNjA3NTQgMi42Nzk4OCA0LjY3MDQ3IDMuNjY2NTggNC4wMTExOEM0LjY1MzI3IDMuMzUxODkgNS44MTMzMSAzIDcgM1Y5SDEzWiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iRWxsaXBzZSA2IiBvcGFjaXR5PSIwLjciIGQ9Ik0xNSA3LjVDMTUgNi42NDY0MSAxNC44MzE5IDUuODAxMTcgMTQuNTA1MiA1LjAxMjU2QzE0LjE3ODYgNC4yMjM5NCAxMy42OTk4IDMuNTA3MzkgMTMuMDk2MiAyLjkwMzgxQzEyLjQ5MjYgMi4zMDAyMyAxMS43NzYxIDEuODIxNDQgMTAuOTg3NCAxLjQ5NDc4QzEwLjE5ODggMS4xNjgxMyA5LjM1MzU5IDEgOC41IDFMOC41IDcuNUgxNVoiIGZpbGw9IiM0RTU5NjkiLz4KPC9nPgo8L3N2Zz4K",equityActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxMiI+CjxwYXRoIGlkPSJFbGxpcHNlIDUiIGQ9Ik0xMyA5QzEzIDEwLjE4NjcgMTIuNjQ4MSAxMS4zNDY3IDExLjk4ODggMTIuMzMzNEMxMS4zMjk1IDEzLjMyMDEgMTAuMzkyNSAxNC4wODkyIDkuMjk2MSAxNC41NDMzQzguMTk5NzQgMTQuOTk3NCA2Ljk5MzM0IDE1LjExNjIgNS44Mjk0NiAxNC44ODQ3QzQuNjY1NTcgMTQuNjUzMiAzLjU5NjQ3IDE0LjA4MTggMi43NTczNiAxMy4yNDI2QzEuOTE4MjQgMTIuNDAzNSAxLjM0NjggMTEuMzM0NCAxLjExNTI5IDEwLjE3MDVDMC44ODM3NzcgOS4wMDY2NiAxLjAwMjYgNy44MDAyNiAxLjQ1NjcyIDYuNzAzOUMxLjkxMDg1IDUuNjA3NTQgMi42Nzk4OCA0LjY3MDQ3IDMuNjY2NTggNC4wMTExOEM0LjY1MzI3IDMuMzUxODkgNS44MTMzMSAzIDcgM1Y5SDEzWiIgZmlsbD0iIzMyODREMSIvPgo8cGF0aCBpZD0iRWxsaXBzZSA2IiBvcGFjaXR5PSIwLjciIGQ9Ik0xNSA3LjVDMTUgNi42NDY0MSAxNC44MzE5IDUuODAxMTcgMTQuNTA1MiA1LjAxMjU2QzE0LjE3ODYgNC4yMjM5NCAxMy42OTk4IDMuNTA3MzkgMTMuMDk2MiAyLjkwMzgxQzEyLjQ5MjYgMi4zMDAyMyAxMS43NzYxIDEuODIxNDQgMTAuOTg3NCAxLjQ5NDc4QzEwLjE5ODggMS4xNjgxMyA5LjM1MzU5IDEgOC41IDFMOC41IDcuNUgxNVoiIGZpbGw9IiMzMjg0RDEiLz4KPC9nPgo8L3N2Zz4K",house="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgNzkiIGQ9Ik0xIDQuNTYxNTVDMSAzLjY0MzgyIDEuNjI0NTkgMi44NDM4NSAyLjUxNDkzIDIuNjIxMjdMNi41MTQ5MyAxLjYyMTI3QzcuNzc3MjIgMS4zMDU2OSA5IDIuMjYwNDEgOSAzLjU2MTU1VjEzQzkgMTQuMTA0NiA4LjEwNDU3IDE1IDcgMTVIM0MxLjg5NTQzIDE1IDEgMTQuMTA0NiAxIDEzVjQuNTYxNTVaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJSZWN0YW5nbGUgODAiIG9wYWNpdHk9IjAuNyIgZD0iTTcgNUwxMy40ODUxIDYuNjIxMjdDMTQuMzc1NCA2Ljg0Mzg1IDE1IDcuNjQzODIgMTUgOC41NjE1NVYxM0MxNSAxNC4xMDQ2IDE0LjEwNDYgMTUgMTMgMTVIN1Y1WiIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgxIiB4PSIzIiB5PSI3IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgzIiB4PSIxMCIgeT0iOSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA4MiIgeD0iMyIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgODQiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K",houseActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxMyI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgNzkiIGQ9Ik0xIDQuNTYxNTVDMSAzLjY0MzgyIDEuNjI0NTkgMi44NDM4NSAyLjUxNDkzIDIuNjIxMjdMNi41MTQ5MyAxLjYyMTI3QzcuNzc3MjIgMS4zMDU2OSA5IDIuMjYwNDEgOSAzLjU2MTU1VjEzQzkgMTQuMTA0NiA4LjEwNDU3IDE1IDcgMTVIM0MxLjg5NTQzIDE1IDEgMTQuMTA0NiAxIDEzVjQuNTYxNTVaIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSJSZWN0YW5nbGUgODAiIG9wYWNpdHk9IjAuNyIgZD0iTTcgNUwxMy40ODUxIDYuNjIxMjdDMTQuMzc1NCA2Ljg0Mzg1IDE1IDcuNjQzODIgMTUgOC41NjE1NVYxM0MxNSAxNC4xMDQ2IDE0LjEwNDYgMTUgMTMgMTVIN1Y1WiIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgxIiB4PSIzIiB5PSI3IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDgzIiB4PSIxMCIgeT0iOSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA4MiIgeD0iMyIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgODQiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K",land="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDkxIj4KPGcgaWQ9Il8mIzIzMzsmIzE0MTsmIzE2NTsmIzIzMDsmIzEzMTsmIzE2NzsmIzIzMTsmIzE1NjsmIzE3NjtfMSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQwXzEzNDcpIj4KPHBhdGggaWQ9IlZlY3RvciIgb3BhY2l0eT0iMC43IiBkPSJNMTQuNDYgNy41TDE0LjIxIDQuMjdDMTQuMDkgMi43MSAxMi43OSAxLjUgMTEuMjIgMS41SDdWNy41SDE0LjQ2WiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik02LjAwMDA0IDcuNVYxLjVINC43ODAwNEMzLjIxMDA0IDEuNSAxLjkxMDA0IDIuNzEgMS43OTAwNCA0LjI3TDEuNTQwMDQgNy41SDYuMDAwMDRaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJWZWN0b3JfMyIgZD0iTTEuNDYwNDggOC41TDEuMjQwNDggMTEuMjdDMS4xMTA0OCAxMy4wMSAyLjQ4MDQ4IDE0LjUgNC4yMzA0OCAxNC41SDguOTkwNDhWOC41SDEuNDYwNDhaIiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJWZWN0b3JfNCIgZD0iTTEwIDguNVYxNC41SDExLjc2QzEzLjUxIDE0LjUgMTQuODkgMTMuMDEgMTQuNzUgMTEuMjdMMTQuNTQgOC41SDEwWiIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDBfMTM0NyI+CjxyZWN0IHdpZHRoPSIxMy41MiIgaGVpZ2h0PSIxMyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMjQwMjMgMS41KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",landActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNCI+CjxnIGlkPSJfJiMyMzM7JiMxNDE7JiMxNjU7JiMyMzA7JiMxMzE7JiMxNjc7JiMyMzE7JiMxNTY7JiMxNzY7XzEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80MF8xMzU0KSI+CjxwYXRoIGlkPSJWZWN0b3IiIG9wYWNpdHk9IjAuNyIgZD0iTTE0LjQ2IDcuNUwxNC4yMSA0LjI3QzE0LjA5IDIuNzEgMTIuNzkgMS41IDExLjIyIDEuNUg3VjcuNUgxNC40NloiIGZpbGw9IiMzMTgyQ0UiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNNi4wMDAwNCA3LjVWMS41SDQuNzgwMDRDMy4yMTAwNCAxLjUgMS45MTAwNCAyLjcxIDEuNzkwMDQgNC4yN0wxLjU0MDA0IDcuNUg2LjAwMDA0WiIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik0xLjQ2MDQ4IDguNUwxLjI0MDQ4IDExLjI3QzEuMTEwNDggMTMuMDEgMi40ODA0OCAxNC41IDQuMjMwNDggMTQuNUg4Ljk5MDQ4VjguNUgxLjQ2MDQ4WiIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iVmVjdG9yXzQiIGQ9Ik0xMCA4LjVWMTQuNUgxMS43NkMxMy41MSAxNC41IDE0Ljg5IDEzLjAxIDE0Ljc1IDExLjI3TDE0LjU0IDguNUgxMFoiIGZpbGw9IiMzMTgyQ0UiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzQwXzEzNTQiPgo8cmVjdCB3aWR0aD0iMTMuNTIiIGhlaWdodD0iMTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjI0MDIzIDEuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K",equipment="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDgwIj4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5MiIgb3BhY2l0eT0iMC43IiB4PSIxIiB5PSIyIiB3aWR0aD0iMTQiIGhlaWdodD0iNSIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDkzIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNiIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk0IiB4PSIyIiB5PSIxMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk2IiB4PSIyIiB5PSI0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDk1IiB4PSI2IiB5PSIxMC41IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=",equipmentActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNiI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgOTIiIG9wYWNpdHk9IjAuNyIgeD0iMSIgeT0iMiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjUiIHJ4PSIxLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5MyIgeD0iMSIgeT0iOCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjYiIHJ4PSIxLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NCIgeD0iMiIgeT0iMTAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NiIgeD0iMiIgeT0iNCIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSA5NSIgeD0iNiIgeT0iMTAuNSIgd2lkdGg9IjMiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K",vehicle="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDc5Ij4KPGcgaWQ9IiYjMjMxOyYjMTg4OyYjMTUwOyYjMjMxOyYjMTg3OyYjMTMyOyA3Ij4KPHBhdGggaWQ9IiYjMjI5OyYjMTg5OyYjMTYyOyYjMjMxOyYjMTM4OyYjMTgyOyYjMjMxOyYjMTg3OyYjMTQ3OyYjMjI5OyYjMTQ0OyYjMTM2OyIgZD0iTTEyLjg1NzQgNS42MzY2QzEzLjk2MTkgNS42MzY3NCAxNC44NTc0IDYuNTMyMTEgMTQuODU3NCA3LjYzNjZWMTEuNjM2NkMxNC44NTczIDEyLjc0MSAxMy45NjE4IDEzLjYzNjUgMTIuODU3NCAxMy42MzY2SDMuMTQyNThDMi4wMzgyMiAxMy42MzY0IDEuMTQyNzIgMTIuNzQxIDEuMTQyNTggMTEuNjM2NlY3LjYzNjZDMS4xNDI1OCA2LjUzMjEyIDIuMDM4MTQgNS42MzY3NSAzLjE0MjU4IDUuNjM2NkgxMi44NTc0Wk00LjE1MzMyIDguMzYzMTZDMy41NTg2NiA4LjM2MzI5IDMuMDc2MTcgOC44MzkgMy4wNzYxNyA5LjQyNDY4QzMuMDc2NDQgMTAuMDEwMSAzLjU1ODgzIDEwLjQ4NTEgNC4xNTMzMiAxMC40ODUyQzQuNzQ3OTMgMTAuNDg1MiA1LjIzMDIgMTAuMDEwMiA1LjIzMDQ3IDkuNDI0NjhDNS4yMzA0NyA4LjgzODkyIDQuNzQ4MDkgOC4zNjMxNiA0LjE1MzMyIDguMzYzMTZaTTExLjg0NTcgOC4zNjMxNkMxMS4yNTEgOC4zNjMyOSAxMC43Njg2IDguODM5IDEwLjc2ODYgOS40MjQ2OEMxMC43Njg4IDEwLjAxMDEgMTEuMjUxMiAxMC40ODUxIDExLjg0NTcgMTAuNDg1MkMxMi40NDAzIDEwLjQ4NTIgMTIuOTIyNiAxMC4wMTAyIDEyLjkyMjkgOS40MjQ2OEMxMi45MjI5IDguODM4OTIgMTIuNDQwNSA4LjM2MzE2IDExLjg0NTcgOC4zNjMxNloiIGZpbGw9IiM0RTU5NjkiLz4KPHBhdGggaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyYjMjI5OyYjMTY0OyYjMTM1OyYjMjI4OyYjMTg3OyYjMTg5OyA0IiBkPSJNNC44NDM3NSAyLjc1SDExLjE0NjVDMTEuNzI0NyAyLjc1MDExIDEyLjIyNzcgMy4xNDY2NiAxMi4zNjIzIDMuNzA4OThMMTMuMDQ5OCA2LjU4MzAxSDIuOTQ4MjRMMy42MjY5NSAzLjcxMTkxQzMuNzYwNDQgMy4xNDgxIDQuMjY0MzIgMi43NSA0Ljg0Mzc1IDIuNzVaIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjU5NTcyMiIgc3Ryb2tlPSIjNEU1OTY5IiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7IiBvcGFjaXR5PSIwLjciIHg9IjEuMjMwOTYiIHk9IjEwLjMwMzMiIHdpZHRoPSIzLjA3NjkzIiBoZWlnaHQ9IjQuNTQ1NTMiIHJ4PSIxLjUzODQ3IiBmaWxsPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgMyIgb3BhY2l0eT0iMC43IiB4PSIxMS42OTI5IiB5PSIxMC4wMDAyIiB3aWR0aD0iMy4wNzY5MyIgaGVpZ2h0PSI0Ljg0ODU3IiByeD0iMS41Mzg0NyIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7XzIiIG9wYWNpdHk9IjAuNyIgeT0iNS4zMzMzNyIgd2lkdGg9IjMuMzMzMzMiIGhlaWdodD0iMi4wMDAwMyIgcng9IjEuMDAwMDEiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyYjMjI5OyYjMTY0OyYjMTM1OyYjMjI4OyYjMTg3OyYjMTg5OyA1IiBvcGFjaXR5PSIwLjciIHg9IjEyLjY2NjUiIHk9IjUuMzMzMzciIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjIuMDAwMDMiIHJ4PSIxLjAwMDAxIiBmaWxsPSIjNEU1OTY5Ii8+CjwvZz4KPC9nPgo8L3N2Zz4K",vehicleActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNSI+CjxnIGlkPSImIzIzMTsmIzE4ODsmIzE1MDsmIzIzMTsmIzE4NzsmIzEzMjsgNyI+CjxwYXRoIGlkPSImIzIyOTsmIzE4OTsmIzE2MjsmIzIzMTsmIzEzODsmIzE4MjsmIzIzMTsmIzE4NzsmIzE0NzsmIzIyOTsmIzE0NDsmIzEzNjsiIGQ9Ik0xMi44NTc0IDUuNjM2NkMxMy45NjE5IDUuNjM2NzQgMTQuODU3NCA2LjUzMjExIDE0Ljg1NzQgNy42MzY2VjExLjYzNjZDMTQuODU3MyAxMi43NDEgMTMuOTYxOCAxMy42MzY1IDEyLjg1NzQgMTMuNjM2NkgzLjE0MjU4QzIuMDM4MjIgMTMuNjM2NCAxLjE0MjcyIDEyLjc0MSAxLjE0MjU4IDExLjYzNjZWNy42MzY2QzEuMTQyNTggNi41MzIxMiAyLjAzODE0IDUuNjM2NzUgMy4xNDI1OCA1LjYzNjZIMTIuODU3NFpNNC4xNTMzMiA4LjM2MzE2QzMuNTU4NjYgOC4zNjMyOSAzLjA3NjE3IDguODM5IDMuMDc2MTcgOS40MjQ2OEMzLjA3NjQ0IDEwLjAxMDEgMy41NTg4MyAxMC40ODUxIDQuMTUzMzIgMTAuNDg1MkM0Ljc0NzkzIDEwLjQ4NTIgNS4yMzAyIDEwLjAxMDIgNS4yMzA0NyA5LjQyNDY4QzUuMjMwNDcgOC44Mzg5MiA0Ljc0ODA5IDguMzYzMTYgNC4xNTMzMiA4LjM2MzE2Wk0xMS44NDU3IDguMzYzMTZDMTEuMjUxIDguMzYzMjkgMTAuNzY4NiA4LjgzOSAxMC43Njg2IDkuNDI0NjhDMTAuNzY4OCAxMC4wMTAxIDExLjI1MTIgMTAuNDg1MSAxMS44NDU3IDEwLjQ4NTJDMTIuNDQwMyAxMC40ODUyIDEyLjkyMjYgMTAuMDEwMiAxMi45MjI5IDkuNDI0NjhDMTIuOTIyOSA4LjgzODkyIDEyLjQ0MDUgOC4zNjMxNiAxMS44NDU3IDguMzYzMTZaIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgNCIgZD0iTTQuODQzNzUgMi43NUgxMS4xNDY1QzExLjcyNDcgMi43NTAxMSAxMi4yMjc3IDMuMTQ2NjYgMTIuMzYyMyAzLjcwODk4TDEzLjA0OTggNi41ODMwMUgyLjk0ODI0TDMuNjI2OTUgMy43MTE5MUMzLjc2MDQ0IDMuMTQ4MSA0LjI2NDMyIDIuNzUgNC44NDM3NSAyLjc1WiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC41OTU3MjIiIHN0cm9rZT0iIzMxODJDRSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyOyIgb3BhY2l0eT0iMC43IiB4PSIxLjIzMDk2IiB5PSIxMC4zMDMzIiB3aWR0aD0iMy4wNzY5MyIgaGVpZ2h0PSI0LjU0NTUzIiByeD0iMS41Mzg0NyIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iJiMyMzE7JiMxNTk7JiMxNjk7JiMyMjk7JiMxODk7JiMxNjI7JiMyMjk7JiMxNjQ7JiMxMzU7JiMyMjg7JiMxODc7JiMxODk7IDMiIG9wYWNpdHk9IjAuNyIgeD0iMTEuNjkyOSIgeT0iMTAuMDAwMiIgd2lkdGg9IjMuMDc2OTMiIGhlaWdodD0iNC44NDg1NyIgcng9IjEuNTM4NDciIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IiYjMjMxOyYjMTU5OyYjMTY5OyYjMjI5OyYjMTg5OyYjMTYyO18yIiBvcGFjaXR5PSIwLjciIHk9IjUuMzMzMzciIHdpZHRoPSIzLjMzMzMzIiBoZWlnaHQ9IjIuMDAwMDMiIHJ4PSIxLjAwMDAxIiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSImIzIzMTsmIzE1OTsmIzE2OTsmIzIyOTsmIzE4OTsmIzE2MjsmIzIyOTsmIzE2NDsmIzEzNTsmIzIyODsmIzE4NzsmIzE4OTsgNSIgb3BhY2l0eT0iMC43IiB4PSIxMi42NjY1IiB5PSI1LjMzMzM3IiB3aWR0aD0iMy4zMzMzMyIgaGVpZ2h0PSIyLjAwMDAzIiByeD0iMS4wMDAwMSIgZmlsbD0iIzMxODJDRSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",intangible="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDgzIj4KPGcgaWQ9Ikdyb3VwIDgyIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTkuMDYzMTggOS43NDQ5M0w4LjM1MjY3IDEwLjQ1MzJDNy45NjI0IDEwLjg0MjIgNy4zMzE5NiAxMC44NDIyIDYuOTQxNjggMTAuNDUzMkw2LjIzMTE4IDkuNzQ0OTNDNS44NDA5MSA5LjM1NTkxIDUuODQwOTEgOC43Mjc0OCA2LjIzMTE4IDguMzM4NDZMNy4yOTE5MyA3LjI4MTExTDMuMDQ4OTQgMy4wNDE3NUMwLjMxNzAxOSA1Ljc2NDkyIDAuMzE3MDE5IDEwLjE5MzggMy4wNDg5NCAxMi45MTdDNS43ODA4NiAxNS42NDAxIDkuODMzNzIgMTUuNjMwMiAxMi41ODU3IDEzLjI1NjFMOS4wNjMxOCA5Ljc0NDkzWiIgZmlsbD0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iVmVjdG9yXzIiIG9wYWNpdHk9IjAuNyIgZD0iTTEyLjk1NTggMy4wNDIzOEMxMC4yMjM5IDAuMzE5MjA4IDUuNzgwNzUgMC4zMTkyMDggMy4wNDg4MyAzLjA0MjM4TDcuMjkxODEgNy4yNzE3Nkw4LjM1MjU2IDYuMjE0NDJDOC43NDI4NCA1LjgyNTM5IDkuMzczMjggNS44MjUzOSA5Ljc2MzU1IDYuMjE0NDJMMTAuNDc0MSA2LjkyMjY0QzEwLjg2NDMgNy4zMTE2NiAxMC44NjQzIDcuOTQwMDkgMTAuNDc0MSA4LjMyOTExTDkuNzYzNTUgOS4wMzczNEwxMy4yODYgMTIuNTQ4NUMxNS42Nzc3IDkuODA1NDEgMTUuNTY3NiA1LjY1NTgyIDEyLjk0NTggMy4wNDIzOEgxMi45NTU4WiIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",intangibleActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxNyI+CjxnIGlkPSJHcm91cCA4MiI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik05LjA2MzE4IDkuNzQ0OTNMOC4zNTI2NyAxMC40NTMyQzcuOTYyNCAxMC44NDIyIDcuMzMxOTYgMTAuODQyMiA2Ljk0MTY4IDEwLjQ1MzJMNi4yMzExOCA5Ljc0NDkzQzUuODQwOTEgOS4zNTU5MSA1Ljg0MDkxIDguNzI3NDggNi4yMzExOCA4LjMzODQ2TDcuMjkxOTMgNy4yODExMUwzLjA0ODk0IDMuMDQxNzVDMC4zMTcwMTkgNS43NjQ5MiAwLjMxNzAxOSAxMC4xOTM4IDMuMDQ4OTQgMTIuOTE3QzUuNzgwODYgMTUuNjQwMSA5LjgzMzcyIDE1LjYzMDIgMTIuNTg1NyAxMy4yNTYxTDkuMDYzMTggOS43NDQ5M1oiIGZpbGw9IiMzMTgyQ0UiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBvcGFjaXR5PSIwLjciIGQ9Ik0xMi45NTU4IDMuMDQyMzhDMTAuMjIzOSAwLjMxOTIwOCA1Ljc4MDc1IDAuMzE5MjA4IDMuMDQ4ODMgMy4wNDIzOEw3LjI5MTgxIDcuMjcxNzZMOC4zNTI1NiA2LjIxNDQyQzguNzQyODQgNS44MjUzOSA5LjM3MzI4IDUuODI1MzkgOS43NjM1NSA2LjIxNDQyTDEwLjQ3NDEgNi45MjI2NEMxMC44NjQzIDcuMzExNjYgMTAuODY0MyA3Ljk0MDA5IDEwLjQ3NDEgOC4zMjkxMUw5Ljc2MzU1IDkuMDM3MzRMMTMuMjg2IDEyLjU0ODVDMTUuNjc3NyA5LjgwNTQxIDE1LjU2NzYgNS42NTU4MiAxMi45NDU4IDMuMDQyMzhIMTIuOTU1OFoiIGZpbGw9IiMzMTgyQ0UiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=",otherFixed="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDI0OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTIwIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNyIgcng9IjEuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEyMyIgeD0iNCIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxnIGlkPSJHcm91cCA4OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgMTI0IiBkPSJNNy41IDEuNUgxMS41QzEyLjMyODQgMS41IDEzIDIuMTcxNTcgMTMgM1Y4LjVINlYzQzYgMi4xNzE1NyA2LjY3MTU3IDEuNSA3LjUgMS41WiIgZmlsbD0iIzRFNTk2OSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzRFNTk2OSIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlIDEyNSIgZD0iTTQuNSAzLjVINlY4LjVIM1Y1QzMgNC4xNzE1NyAzLjY3MTU3IDMuNSA0LjUgMy41WiIgZmlsbD0iIzRFNTk2OSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzRFNTk2OSIvPgo8L2c+CjxnIGlkPSJHcm91cCA4OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTI2IiB4PSI4IiB5PSIzLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMjciIHg9IjgiIHk9IjUuNSIgd2lkdGg9IjIiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0iIzRFNTk2OSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",otherFixedActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxOCI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTIwIiB4PSIxIiB5PSI4IiB3aWR0aD0iMTQiIGhlaWdodD0iNyIgcng9IjEuNSIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEyMyIgeD0iNCIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxnIGlkPSJHcm91cCA4OCI+CjxwYXRoIGlkPSJSZWN0YW5nbGUgMTI0IiBkPSJNNy41IDEuNUgxMS41QzEyLjMyODQgMS41IDEzIDIuMTcxNTcgMTMgM1Y4LjVINlYzQzYgMi4xNzE1NyA2LjY3MTU3IDEuNSA3LjUgMS41WiIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlIDEyNSIgZD0iTTQuNSAzLjVINlY4LjVIM1Y1QzMgNC4xNzE1NyAzLjY3MTU3IDMuNSA0LjUgMy41WiIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8L2c+CjxnIGlkPSJHcm91cCA4OSI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTI2IiB4PSI4IiB5PSIzLjUiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMjciIHg9IjgiIHk9IjUuNSIgd2lkdGg9IjIiIGhlaWdodD0iMSIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",electronic="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg1Ij4KPGcgaWQ9Ikdyb3VwIDg0Ij4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDgiIHg9IjYuNSIgeT0iMSIgd2lkdGg9IjEiIGhlaWdodD0iMyIgcng9IjAuNSIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEwOSIgeD0iMi41IiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTEwIiB4PSI0IiB5PSIyIiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSIjNEU1OTY5Ii8+CjxwYXRoIGlkPSJTdWJ0cmFjdCIgZD0iTTggM0M4LjgyODQzIDMgOS41IDMuNjcxNTcgOS41IDQuNVYxMy41QzkuNSAxNC4zMjg0IDguODI4NDMgMTUgOCAxNUgzQzIuMTcxNTcgMTUgMS41IDE0LjMyODQgMS41IDEzLjVWNC41QzEuNSAzLjY3MTU3IDIuMTcxNTcgMyAzIDNIOFpNMy41IDExLjVDMy4yMjM4NiAxMS41IDMgMTEuNzIzOSAzIDEyQzMgMTIuMjc2MSAzLjIyMzg2IDEyLjUgMy41IDEyLjVINS41QzUuNzc2MTQgMTIuNSA2IDEyLjI3NjEgNiAxMkM2IDExLjcyMzkgNS43NzYxNCAxMS41IDUuNSAxMS41SDMuNVpNMy41IDlDMy4yMjM4NiA5IDMgOS4yMjM4NiAzIDkuNUMzIDkuNzc2MTQgMy4yMjM4NiAxMCAzLjUgMTBINy41QzcuNzc2MTQgMTAgOCA5Ljc3NjE0IDggOS41QzggOS4yMjM4NiA3Ljc3NjE0IDkgNy41IDlIMy41WiIgZmlsbD0iIzRFNTk2OSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDEwNSIgeD0iMi41IiB5PSI0LjUiIHdpZHRoPSI2IiBoZWlnaHQ9IjMiIHJ4PSIxIiBmaWxsPSIjODQ4Qjk2Ii8+CjxwYXRoIGlkPSJTdWJ0cmFjdF8yIiBvcGFjaXR5PSIwLjciIGQ9Ik0xMy41IDdDMTQuMDUyMyA3IDE0LjUgNy40NDc3MiAxNC41IDhWMTRDMTQuNSAxNC41NTIzIDE0LjA1MjMgMTUgMTMuNSAxNUg3LjVMOC41IDdIMTMuNVpNMTEuNSAxMkMxMS4yMjM5IDEyIDExIDEyLjIyMzkgMTEgMTIuNUMxMSAxMi43NzYxIDExLjIyMzkgMTMgMTEuNSAxM0gxMi41QzEyLjc3NjEgMTMgMTMgMTIuNzc2MSAxMyAxMi41QzEzIDEyLjIyMzkgMTIuNzc2MSAxMiAxMi41IDEySDExLjVaTTEyIDguNUMxMS40NDc3IDguNSAxMSA4Ljk0NzcyIDExIDkuNUMxMSAxMC4wNTIzIDExLjQ0NzcgMTAuNSAxMiAxMC41QzEyLjU1MjMgMTAuNSAxMyAxMC4wNTIzIDEzIDkuNUMxMyA4Ljk0NzcyIDEyLjU1MjMgOC41IDEyIDguNVoiIGZpbGw9IiM0RTU5NjkiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=",electronicActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIxOSI+CjxnIGlkPSJHcm91cCA4NCI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTA4IiB4PSI2LjUiIHk9IjEiIHdpZHRoPSIxIiBoZWlnaHQ9IjMiIHJ4PSIwLjUiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDkiIHg9IjIuNSIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExMCIgeD0iNCIgeT0iMiIgd2lkdGg9IjEiIGhlaWdodD0iMiIgcng9IjAuNSIgZmlsbD0iIzMxODJDRSIvPgo8cGF0aCBpZD0iU3VidHJhY3QiIGQ9Ik04IDNDOC44Mjg0MyAzIDkuNSAzLjY3MTU3IDkuNSA0LjVWMTMuNUM5LjUgMTQuMzI4NCA4LjgyODQzIDE1IDggMTVIM0MyLjE3MTU3IDE1IDEuNSAxNC4zMjg0IDEuNSAxMy41VjQuNUMxLjUgMy42NzE1NyAyLjE3MTU3IDMgMyAzSDhaTTMuNSAxMS41QzMuMjIzODYgMTEuNSAzIDExLjcyMzkgMyAxMkMzIDEyLjI3NjEgMy4yMjM4NiAxMi41IDMuNSAxMi41SDUuNUM1Ljc3NjE0IDEyLjUgNiAxMi4yNzYxIDYgMTJDNiAxMS43MjM5IDUuNzc2MTQgMTEuNSA1LjUgMTEuNUgzLjVaTTMuNSA5QzMuMjIzODYgOSAzIDkuMjIzODYgMyA5LjVDMyA5Ljc3NjE0IDMuMjIzODYgMTAgMy41IDEwSDcuNUM3Ljc3NjE0IDEwIDggOS43NzYxNCA4IDkuNUM4IDkuMjIzODYgNy43NzYxNCA5IDcuNSA5SDMuNVoiIGZpbGw9IiMzMTgyQ0UiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMDUiIHg9IjIuNSIgeT0iNC41IiB3aWR0aD0iNiIgaGVpZ2h0PSIzIiByeD0iMSIgZmlsbD0iI0MyREFGMSIvPgo8cGF0aCBpZD0iU3VidHJhY3RfMiIgb3BhY2l0eT0iMC43IiBkPSJNMTMuNSA3QzE0LjA1MjMgNyAxNC41IDcuNDQ3NzIgMTQuNSA4VjE0QzE0LjUgMTQuNTUyMyAxNC4wNTIzIDE1IDEzLjUgMTVINy41TDguNSA3SDEzLjVaTTExLjUgMTJDMTEuMjIzOSAxMiAxMSAxMi4yMjM5IDExIDEyLjVDMTEgMTIuNzc2MSAxMS4yMjM5IDEzIDExLjUgMTNIMTIuNUMxMi43NzYxIDEzIDEzIDEyLjc3NjEgMTMgMTIuNUMxMyAxMi4yMjM5IDEyLjc3NjEgMTIgMTIuNSAxMkgxMS41Wk0xMiA4LjVDMTEuNDQ3NyA4LjUgMTEgOC45NDc3MiAxMSA5LjVDMTEgMTAuMDUyMyAxMS40NDc3IDEwLjUgMTIgMTAuNUMxMi41NTIzIDEwLjUgMTMgMTAuMDUyMyAxMyA5LjVDMTMgOC45NDc3MiAxMi41NTIzIDguNSAxMiA4LjVaIiBmaWxsPSIjMzE4MkNFIi8+CjwvZz4KPC9nPgo8L3N2Zz4K",officeFurniture="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg3Ij4KPGcgaWQ9Ikdyb3VwIDg2Ij4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTQiIHg9IjguNSIgeT0iMSIgd2lkdGg9IjYiIGhlaWdodD0iMTQiIHJ4PSIxLjUiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTUiIHg9IjIiIHk9IjEuNSIgd2lkdGg9IjUiIGhlaWdodD0iMTMiIHJ4PSIxIiBmaWxsPSIjNEU1OTY5IiBmaWxsLW9wYWNpdHk9IjAuMyIgc3Ryb2tlPSIjNEU1OTY5Ii8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE2IiB4PSI5LjUiIHk9IjciIHdpZHRoPSIxIiBoZWlnaHQ9IjIiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE3IiB4PSIyLjUiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHJlY3QgaWQ9IlJlY3RhbmdsZSAxMTgiIHg9IjIuNSIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiIGZpbGw9IiM0RTU5NjkiLz4KPHBhdGggaWQ9IlZlY3RvciA0IiBkPSJNMi41IDZMNC41IDMiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNiIgZD0iTTIuNSAxMEw0IDgiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNSIgZD0iTTQuNSA2TDUuNSA0LjUiIHN0cm9rZT0iIzRFNTk2OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3IgNyIgZD0iTTQuNSAxMEw1LjUgOC41IiBzdHJva2U9IiM0RTU5NjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==",officeFurnitureActive="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDIyMCI+CjxnIGlkPSJHcm91cCA4NiI+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE0IiB4PSI4LjUiIHk9IjEiIHdpZHRoPSI2IiBoZWlnaHQ9IjE0IiByeD0iMS41IiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE1IiB4PSIyIiB5PSIxLjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEzIiByeD0iMSIgZmlsbD0iIzMxODJDRSIgZmlsbC1vcGFjaXR5PSIwLjMiIHN0cm9rZT0iIzMxODJDRSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNiIgeD0iOS41IiB5PSI3IiB3aWR0aD0iMSIgaGVpZ2h0PSIyIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCBpZD0iUmVjdGFuZ2xlIDExNyIgeD0iMi41IiB5PSI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxyZWN0IGlkPSJSZWN0YW5nbGUgMTE4IiB4PSIyLjUiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIiBmaWxsPSIjMzE4MkNFIi8+CjxwYXRoIGlkPSJWZWN0b3IgNCIgZD0iTTIuNSA2TDQuNSAzIiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDYiIGQ9Ik0yLjUgMTBMNCA4IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDUiIGQ9Ik00LjUgNkw1LjUgNC41IiBzdHJva2U9IiMzMTgyQ0UiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDciIGQ9Ik00LjUgMTBMNS41IDguNSIgc3Ryb2tlPSIjMzE4MkNFIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9nPgo8L2c+Cjwvc3ZnPgo=",index_vue_vue_type_style_index_0_scoped_true_lang="";const assetTypeImageMap={equity,"equity-active":equityActive,house,"house-active":houseActive,land,"land-active":landActive,equipment,"equipment-active":equipmentActive,vehicle,"vehicle-active":vehicleActive,intangible,"intangible-active":intangibleActive,other_fixed:otherFixed,"other_fixed-active":otherFixedActive,electronic,"electronic-active":electronicActive,office_furniture:officeFurniture,"office_furniture-active":officeFurnitureActive},_sfc_main$2={name:"asset-type-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:null,rules:[],selectedValue:null,assetTypeOptions:[]}},computed:{},watch:{"field.options.assetTypeValue":{handler(s){this.fieldModel=s,this.syncUpdateFormModel(s)},immediate:!0}},methods:{getAssetTypeImage(s,p){const e=AssetTypeEnum[s];if(!e)return"";const g=p==="selected"?`${e}-active`:`${e}`;return assetTypeImageMap[g]||""},getAssetTypeOptions(){service$1({method:"post",url:"/unified-dict/sysItemDict/page",data:{current:1,size:1e4,dictType:"asset_type"}}).then(({data:{records:s}})=>{this.assetTypeOptions=s.map(p=>({label:p.label,value:p.itemValue})),console.log("assetTypeOptions",this.assetTypeOptions)})}},mounted(){this.getAssetTypeOptions()},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()}},_hoisted_1=["src"],_hoisted_2={class:"item-label"};function _sfc_render$2(s,p,e,g,_,b){const A=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(A,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createElementVNode("div",{class:"asset-type-widget",style:vue.normalizeStyle(s.widgetStyle)},[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(_.assetTypeOptions,x=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["asset-type-item",{selected:_.fieldModel===x.value}]),key:x.value},[x.value!=="all"?(vue.openBlock(),vue.createElementBlock("img",{key:0,src:b.getAssetTypeImage(x.value,_.fieldModel===x.value?"selected":"normal"),alt:"",class:""},null,8,_hoisted_1)):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_2,vue.toDisplayString(x.label),1)],2))),128))],4)]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var AssetTypeWidget=_export_sfc$1(_sfc_main$2,[["render",_sfc_render$2],["__scopeId","data-v-7351af35"]]);const _sfc_main$1={name:"current-user-second-company-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:{type:Object,default:()=>({})},parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper},data(){return{fieldModel:null,oldFieldValue:null,rules:[]}},computed:{displayModel(){var s,p;return(p=(s=this.fieldModel)==null?void 0:s.companyName)!=null?p:""},widgetStyle(){return{width:this.field.options.columnWidth||"auto"}}},methods:{hasExistingValue(){var p;const s=(p=this.fieldModel)!=null?p:this.oldFieldValue;return s==null||s===""?!1:typeof s=="object"?!!(s.companyName||s.id||s.companyId):!0},tryLoadCurrentUserSecondCompany(){console.log(this.designState,this.hasExistingValue(),"222222222"),!(this.designState||this.hasExistingValue())&&this.getCurrentUserSecondCompany()},async getCurrentUserSecondCompany(){if(this.hasExistingValue())return;const{data:s}=await service$1({method:"get",url:"unified-system/sysCompany/targetCompany",params:{id:sessionStorage.getItem("companyId")}});this.hasExistingValue()||(this.fieldModel=s,this.syncUpdateFormModel(this.fieldModel),this.emitFieldDataChange(this.fieldModel,this.oldFieldValue))}},watch:{"field.options.required"(){this.buildFieldRules()},"field.options.validation"(){this.buildFieldRules()},"field.options.onValidate"(){this.buildFieldRules()}},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){console.log(this.designState,this.modelValue,this.hasExistingValue(),"333333333"),this.$nextTick(()=>{this.tryLoadCurrentUserSecondCompany()})}};function _sfc_render$1(s,p,e,g,_,b){const A=vue.resolveComponent("el-input"),x=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(x,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(A,{modelValue:b.displayModel,"onUpdate:modelValue":p[0]||(p[0]=d=>b.displayModel=d),disabled:!0},null,8,["modelValue"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var CurrentUserSecondCompanyWidget=_export_sfc$1(_sfc_main$1,[["render",_sfc_render$1]]);const _sfc_main={name:"custom-input-widget",componentName:"FieldWidget",mixins:[emitter,fieldMixin,i18n$1],props:{field:Object,parentWidget:Object,parentList:Array,indexOfParentList:Number,designer:Object,designState:{type:Boolean,default:!1},subFormRowIndex:{type:Number,default:-1},subFormColIndex:{type:Number,default:-1},subFormRowId:{type:String,default:""}},components:{FormItemWrapper,SvgIcon},data(){return{oldFieldValue:null,fieldModel:null,rules:[]}},computed:{inputType(){return this.field.options.type==="number"?"text":this.field.options.type}},beforeCreate(){},created(){this.initFieldModel(),this.registerToRefList(),this.initEventHandler(),this.buildFieldRules(),this.handleOnCreated()},mounted(){this.hasExistingValue()||this.handleOnMounted()},beforeUnmount(){this.unregisterFromRefList()},methods:{hasExistingValue(){var p;const s=(p=this.fieldModel)!=null?p:this.oldFieldValue;return s!=null&&s!==""}}};function _sfc_render(s,p,e,g,_,b){const A=vue.resolveComponent("svg-icon"),x=vue.resolveComponent("el-button"),d=vue.resolveComponent("el-input"),u=vue.resolveComponent("form-item-wrapper");return vue.openBlock(),vue.createBlock(u,{designer:e.designer,field:e.field,rules:_.rules,"design-state":e.designState,"parent-widget":e.parentWidget,"parent-list":e.parentList,"index-of-parent-list":e.indexOfParentList,"sub-form-row-index":e.subFormRowIndex,"sub-form-col-index":e.subFormColIndex,"sub-form-row-id":e.subFormRowId},{default:vue.withCtx(()=>[vue.createVNode(d,{ref:"fieldEditor",modelValue:_.fieldModel,"onUpdate:modelValue":p[0]||(p[0]=i=>_.fieldModel=i),disabled:s.getDisabled(),readonly:e.field.options.readonly,size:s.widgetSize,class:"hide-spin-button",type:b.inputType,"show-password":e.field.options.showPassword,placeholder:e.field.options.placeholder,clearable:e.field.options.clearable,minlength:e.field.options.minLength,maxlength:e.field.options.maxLength,"show-word-limit":e.field.options.showWordLimit,"prefix-icon":e.field.options.prefixIcon,"suffix-icon":e.field.options.suffixIcon,onFocus:s.handleFocusCustomEvent,onBlur:s.handleBlurCustomEvent,onInput:s.handleInputCustomEvent,onChange:s.handleChangeEvent},vue.createSlots({_:2},[e.field.options.appendButton?{name:"append",fn:vue.withCtx(()=>[vue.createVNode(x,{disabled:s.getDisabled()||e.field.options.appendButtonDisabled,onClick:s.emitAppendButtonClick},{default:vue.withCtx(()=>[vue.createVNode(A,{"icon-class":e.field.options.buttonIcon},null,8,["icon-class"])]),_:1},8,["disabled","onClick"])]),key:"0"}:void 0]),1032,["modelValue","disabled","readonly","size","type","show-password","placeholder","clearable","minlength","maxlength","show-word-limit","prefix-icon","suffix-icon","onFocus","onBlur","onInput","onChange"])]),_:1},8,["designer","field","rules","design-state","parent-widget","parent-list","index-of-parent-list","sub-form-row-index","sub-form-col-index","sub-form-row-id"])}var CustomInputWidget=_export_sfc$1(_sfc_main,[["render",_sfc_render]]);const loadExtension=function(s){s.component(CardWidget.name,CardWidget),s.component(CardItem.name,CardItem),registerCPEditor(s,"card-folded","card-folded-editor",createBooleanEditor("folded","extension.setting.cardFolded")),registerCPEditor(s,"card-showFold","card-showFold-editor",createBooleanEditor("showFold","extension.setting.cardShowFold")),registerCPEditor(s,"card-cardWidth","card-cardWidth-editor",createInputTextEditor("cardWidth","extension.setting.cardWidth")),registerCPEditor(s,"card-shadow","card-shadow-editor",createSelectEditor("shadow","extension.setting.cardShadow",{optionItems:[{label:"never",value:"never"},{label:"hover",value:"hover"},{label:"always",value:"always"}]})),registerCPEditor(s,"mainTip","mainTip-editor",createInputTextEditor("mainTip","designer.setting.mainTip")),registerCPEditor(s,"subTip","subTip-editor",createInputTextEditor("subTip","designer.setting.subTip")),s.component(AlertWidget.name,AlertWidget),registerCPEditor(s,"alert-title","alert-title-editor",createInputTextEditor("title","extension.setting.alertTitle"));let e=[{label:"success",value:"success"},{label:"warning",value:"warning"},{label:"info",value:"info"},{label:"error",value:"error"}];s.component("alert-type-editor",createSelectEditor("type","extension.setting.alertType",{optionItems:e})),registerCPEditor(s,"alert-description","alert-description-editor",createInputTextEditor("description","extension.setting.description")),registerCPEditor(s,"alert-closable","alert-closable-editor",createBooleanEditor("closable","extension.setting.closable")),registerCPEditor(s,"alert-closeText","alert-closeText-editor",createInputTextEditor("closeText","extension.setting.closeText")),registerCPEditor(s,"alert-center","alert-center-editor",createBooleanEditor("center","extension.setting.center")),registerCPEditor(s,"alert-showIcon","alert-showIcon-editor",createBooleanEditor("showIcon","extension.setting.showIcon")),registerCPEditor(s,"alert-effect","alert-effect-editor",createRadioButtonGroupEditor("effect","extension.setting.effect",{optionItems:[{label:"light",value:"light"},{label:"dark",value:"dark"}]})),registerEPEditor(s,"alert-onClose","alert-onClose-editor",createEventHandlerEditor("onClose",[])),s.component(PersonTreeWidget.name,PersonTreeWidget),registerCPEditor(s,"person-tree-buttonText","person-tree-buttonText-editor",createInputTextEditor("buttonText","extension.setting.personTreeButtonText")),registerCPEditor(s,"person-tree-dialogTitle","person-tree-dialogTitle-editor",createInputTextEditor("dialogTitle","extension.setting.personTreeDialogTitle")),registerCPEditor(s,"person-tree-treeParams","person-tree-treeParams-editor",createTextareaEditor("treeParams","extension.setting.personTreeTreeParams",{rows:4})),registerAPEditor(s,"person-tree-dialogWidth","person-tree-dialogWidth-editor",createInputTextEditor("dialogWidth","extension.setting.personTreeDialogWidth")),registerCPEditor(s,"person-tree-confirmText","person-tree-confirmText-editor",createInputTextEditor("confirmText","extension.setting.personTreeConfirmText")),registerCPEditor(s,"person-tree-cancelText","person-tree-cancelText-editor",createInputTextEditor("cancelText","extension.setting.personTreeCancelText")),registerCPEditor(s,"person-tree-hideFooter","person-tree-hideFooter-editor",createBooleanEditor("hideFooter","extension.setting.personTreeHideFooter")),registerEPEditor(s,"person-tree-onOpen","person-tree-onOpen-editor",createEventHandlerEditor("onOpen",[])),registerEPEditor(s,"person-tree-onConfirm","person-tree-onConfirm-editor",createEventHandlerEditor("onConfirm",["checkedNodes"])),registerEPEditor(s,"person-tree-onRemoveTag","person-tree-onRemoveTag-editor",createEventHandlerEditor("onRemoveTag",["removedItem","remainingNodes","removedIndex"])),registerEPEditor(s,"person-tree-onCancel","person-tree-onCancel-editor",createEventHandlerEditor("onCancel",[])),registerEPEditor(s,"person-tree-onClose","person-tree-onClose-editor",createEventHandlerEditor("onClose",[])),s.component(radioOtherItem.name,radioOtherItem),s.component(selectOtherItem.name,selectOtherItem),s.component(meetingRoomItem.name,meetingRoomItem),registerCPEditor(s,"meeting-room-remoteUrl","meeting-room-remoteUrl-editor",createInputTextEditor("remoteUrl","extension.setting.meetingRoomRemoteUrl")),registerCPEditor(s,"meeting-room-allowMultiple","meeting-room-allowMultiple-editor",createBooleanEditor("allowMultiple","extension.setting.allowMultiple")),s.component(CustomSubFormWidget.name,CustomSubFormWidget),s.component(CustomSubFormItem.name,CustomSubFormItem),s.component(CustomTableWidget.name,CustomTableWidget),s.component(CustomTableItem.name,CustomTableItem),s.component(CustomTableCellWidget.name,CustomTableCellWidget),s.component(CustomTableCellItem.name,CustomTableCellItem),s.component(SubTableWidget.name,SubTableWidget),s.component(SubTableItem.name,SubTableItem),registerCPEditor(s,"sub-table-showIndex","sub-table-showIndex-editor",createBooleanEditor("showIndex","extension.setting.subTableShowIndex")),s.component("sub-table-columns-editor",SubTableColumnsEditor),registerCPEditor(s,"sub-table-columns","sub-table-columns-editor",SubTableColumnsEditor),registerCPEditor(s,"select-tree-showCheckbox","select-tree-showCheckbox-editor",createBooleanEditor("showCheckbox","designer.setting.showCheckbox")),registerCPEditor(s,"select-tree-checkStrictly","select-tree-checkStrictly-editor",createBooleanEditor("checkStrictly","extension.setting.selectTreeCheckStrictly")),s.component(CurrentUserWidget.name,CurrentUserWidget),registerCPEditor(s,"current-user-type","current-user-type-editor",createSelectEditor("type","extension.setting.currentUserType",{optionItems:[{label:"\u7528\u6237\u540D",value:"username"},{label:"\u90E8\u95E8\u540D\u79F0",value:"deptName"},{label:"\u516C\u53F8\u540D\u79F0",value:"companyName"}]})),s.component(CurrentUserSecondCompanyWidget.name,CurrentUserSecondCompanyWidget),s.component(AssetSelectWidget.name,AssetSelectWidget),registerCPEditor(s,"asset-select-buttonText","asset-select-buttonText-editor",createInputTextEditor("buttonText","extension.setting.assetSelectButtonText")),registerCPEditor(s,"asset-select-typeJson","asset-select-typeJson-editor",createTextareaEditor("typeJson","extension.setting.assetSelectTypeJson",{rows:4})),registerCPEditor(s,"asset-select-assetTypeValue","asset-select-assetTypeValue-editor",createInputTextEditor("assetTypeValue","extension.setting.assetSelectAssetTypeValue")),registerCPEditor(s,"asset-select-assetLimit","asset-select-assetLimit-editor",createInputNumberEditor("assetLimit","extension.setting.assetSelectAssetLimit")),s.component(AssetTableWidget.name,AssetTableWidget),registerCPEditor(s,"asset-table-typeJson","asset-table-typeJson-editor",createInputTextEditor("typeJson","extension.setting.assetTableTypeJson")),registerCPEditor(s,"asset-table-clickRow","asset-table-clickRow-editor",createBooleanEditor("clickRow","extension.setting.assetTableClickRow")),registerEPEditor(s,"asset-table-onOpen","asset-table-onOpen-editor",createEventHandlerEditor("onOpen",["rowData"])),s.component(FixedTableWidget.name,FixedTableWidget),registerCPEditor(s,"fixed-table-typeJson","fixed-table-typeJson-editor",createInputTextEditor("typeJson","extension.setting.fixedTableTypeJson")),registerCPEditor(s,"fixed-table-clickRow","fixed-table-clickRow-editor",createBooleanEditor("clickRow","extension.setting.fixedTableClickRow")),registerEPEditor(s,"fixed-table-onOpen","fixed-table-onOpen-editor",createEventHandlerEditor("onOpen",["rowData"])),s.component(EquityTableSchema.name,EquityTableSchema),registerCPEditor(s,"equity-table-typeJson","equity-table-typeJson-editor",createInputTextEditor("typeJson","extension.setting.equityTableTypeJson")),registerCPEditor(s,"equity-table-clickRow","equity-table-clickRow-editor",createBooleanEditor("clickRow","extension.setting.equityTableClickRow")),registerEPEditor(s,"equity-table-onOpen","equity-table-onOpen-editor",createEventHandlerEditor("onOpen",["rowData"])),s.component(ResolutionTableWidget.name,ResolutionTableWidget),s.component(AssetTypeWidget.name,AssetTypeWidget),registerCPEditor(s,"asset-type-assetTypeValue","asset-type-assetTypeValue-editor",createInputTextEditor("assetTypeValue","extension.setting.assetTypeAssetTypeValue")),s.component(CustomInputWidget.name,CustomInputWidget)};function getElMessage(s){var p,e,g;try{if((e=(p=s==null?void 0:s.config)==null?void 0:p.globalProperties)==null?void 0:e.$message)return s.config.globalProperties.$message;if(typeof window!="undefined"&&window.ElementPlus)return window.ElementPlus.ElMessage||((g=window.ElementPlus.default)==null?void 0:g.ElMessage)||null}catch{}return null}VFormRender.install=function(s){loadExtension(s),s.use(ContainerItems),registerIcon(s),s.component(VFormRender.name,VFormRender),s.config.globalProperties.$service=service$1,s.provide("service",service$1),s.provide("ElMessage",getElMessage(s))};const components=[VFormRender],install=s=>{loadExtension(s),s.use(ContainerItems),registerIcon(s),components.forEach(p=>{s.component(p.name,p)}),s.config.globalProperties.$service=service$1,s.provide("service",service$1),window.axios=axios,typeof window!="undefined"&&(window.service=service$1)};var installRender={install,VFormRender};return installRender});