workflow-editor 0.0.75-up → 0.0.77-up
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{401-6378618f.js → 401-c757ab10.js} +1 -1
- package/lib/{404-01c42d0b.js → 404-edb68927.js} +1 -1
- package/lib/{iframe-page-8e106aa3.js → iframe-page-34726114.js} +1 -1
- package/lib/{index-ce04ab5e.js → index-9651e575.js} +148 -104
- package/lib/{tab-content-iframe-index-e034036f.js → tab-content-iframe-index-2b91c509.js} +1 -1
- package/lib/{tab-content-index-e8b02333.js → tab-content-index-68b33ad0.js} +1 -1
- package/lib/{tache-subprocess-history-0360baad.js → tache-subprocess-history-5162bfe8.js} +1 -1
- package/lib/workflow-editor.css +1 -1
- package/lib/workflow-editor.js +1 -1
- package/lib/workflow-editor.umd.cjs +4 -4
- package/package.json +2 -2
- package/packages/workflow-editor/src/properties-editors/common/variables.vue +9 -6
- package/packages/workflow-editor/src/properties-editors/human-task/componentsConfigUtil.js +131 -63
- package/packages/workflow-editor/src/properties-editors/human-task/editable-child-field-setting.vue +18 -10
- package/packages/workflow-editor/src/properties-editors/human-task/selection-conditions.vue +23 -91
- package/packages/workflow-editor/src/properties-editors/human-task.vue +1 -1
|
@@ -22,12 +22,12 @@ ${d}`:a)}else throw s},onCacheKey:s=>generateFormatCacheKey(t,o,s)}}function get
|
|
|
22
22
|
* vue-i18n v9.6.5
|
|
23
23
|
* (c) 2023 kazuya kawaguchi
|
|
24
24
|
* Released under the MIT License.
|
|
25
|
-
*/const VERSION$1="9.6.5";function initFeatureFlags(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(getGlobalThis().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(getGlobalThis().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(getGlobalThis().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(getGlobalThis().__INTLIFY_PROD_DEVTOOLS__=!1)}const code$1=CoreWarnCodes.__EXTEND_POINT__,inc$1=incrementer(code$1),I18nWarnCodes={FALLBACK_TO_ROOT:code$1,NOT_SUPPORTED_PRESERVE:inc$1(),NOT_SUPPORTED_FORMATTER:inc$1(),NOT_SUPPORTED_PRESERVE_DIRECTIVE:inc$1(),NOT_SUPPORTED_GET_CHOICE_INDEX:inc$1(),COMPONENT_NAME_LEGACY_COMPATIBLE:inc$1(),NOT_FOUND_PARENT_SCOPE:inc$1(),IGNORE_OBJ_FLATTEN:inc$1(),NOTICE_DROP_ALLOW_COMPOSITION:inc$1()},warnMessages={[I18nWarnCodes.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[I18nWarnCodes.NOT_SUPPORTED_PRESERVE]:"Not supported 'preserve'.",[I18nWarnCodes.NOT_SUPPORTED_FORMATTER]:"Not supported 'formatter'.",[I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE]:"Not supported 'preserveDirectiveContent'.",[I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX]:"Not supported 'getChoiceIndex'.",[I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE]:"Component name legacy compatible: '{name}' -> 'i18n'",[I18nWarnCodes.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[I18nWarnCodes.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION]:"'allowComposition' option will be dropped in the next major version. For more information, please see 👉 https://tinyurl.com/2p97mcze"};function getWarnMessage(e,...t){return format$3(warnMessages[e],...t)}const code=CoreErrorCodes.__EXTEND_POINT__,inc=incrementer(code),I18nErrorCodes={UNEXPECTED_RETURN_TYPE:code,INVALID_ARGUMENT:inc(),MUST_BE_CALL_SETUP_TOP:inc(),NOT_INSTALLED:inc(),NOT_AVAILABLE_IN_LEGACY_MODE:inc(),REQUIRED_VALUE:inc(),INVALID_VALUE:inc(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:inc(),NOT_INSTALLED_WITH_PROVIDE:inc(),UNEXPECTED_ERROR:inc(),NOT_COMPATIBLE_LEGACY_VUE_I18N:inc(),BRIDGE_SUPPORT_VUE_2_ONLY:inc(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:inc(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:inc(),__EXTEND_POINT__:inc()};function createI18nError(e,...t){return createCompileError(e,null,process.env.NODE_ENV!=="production"?{messages:errorMessages,args:t}:void 0)}const errorMessages={[I18nErrorCodes.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[I18nErrorCodes.INVALID_ARGUMENT]:"Invalid argument",[I18nErrorCodes.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[I18nErrorCodes.NOT_INSTALLED]:"Need to install with `app.use` function",[I18nErrorCodes.UNEXPECTED_ERROR]:"Unexpected error",[I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]:"Not available in legacy mode",[I18nErrorCodes.REQUIRED_VALUE]:"Required in value: {0}",[I18nErrorCodes.INVALID_VALUE]:"Invalid value",[I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[I18nErrorCodes.BRIDGE_SUPPORT_VUE_2_ONLY]:"vue-i18n-bridge support Vue 2.x only",[I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]:"Must define ‘i18n’ option or custom block in Composition API with using local scope in Legacy API mode",[I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]:"Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"},TranslateVNodeSymbol=makeSymbol("__translateVNode"),DatetimePartsSymbol=makeSymbol("__datetimeParts"),NumberPartsSymbol=makeSymbol("__numberParts"),EnableEmitter=makeSymbol("__enableEmitter"),DisableEmitter=makeSymbol("__disableEmitter"),SetPluralRulesSymbol=makeSymbol("__setPluralRules"),InejctWithOptionSymbol=makeSymbol("__injectWithOption"),DisposeSymbol=makeSymbol("__dispose");function handleFlatJson(e){if(!isObject$4(e))return e;for(const t in e)if(hasOwn$1(e,t))if(!t.includes("."))isObject$4(e[t])&&handleFlatJson(e[t]);else{const o=t.split("."),r=o.length-1;let n=e,i=!1;for(let s=0;s<r;s++){if(o[s]in n||(n[o[s]]={}),!isObject$4(n[o[s]])){process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.IGNORE_OBJ_FLATTEN,{key:o[s]})),i=!0;break}n=n[o[s]]}i||(n[o[r]]=e[t],delete e[t]),isObject$4(n[o[r]])&&handleFlatJson(n[o[r]])}return e}function getLocaleMessages(e,t){const{messages:o,__i18n:r,messageResolver:n,flatJson:i}=t,s=isPlainObject$1(o)?o:isArray$7(r)?{}:{[e]:{}};if(isArray$7(r)&&r.forEach(l=>{if("locale"in l&&"resource"in l){const{locale:a,resource:d}=l;a?(s[a]=s[a]||{},deepCopy$1(d,s[a])):deepCopy$1(d,s)}else isString$5(l)&&deepCopy$1(JSON.parse(l),s)}),n==null&&i)for(const l in s)hasOwn$1(s,l)&&handleFlatJson(s[l]);return s}const isNotObjectOrIsArray=e=>!isObject$4(e)||isArray$7(e);function deepCopy$1(e,t){if(isNotObjectOrIsArray(e)||isNotObjectOrIsArray(t))throw createI18nError(I18nErrorCodes.INVALID_VALUE);for(const o in e)hasOwn$1(e,o)&&(isNotObjectOrIsArray(e[o])||isNotObjectOrIsArray(t[o])?t[o]=e[o]:deepCopy$1(e[o],t[o]))}function getComponentOptions(e){return e.type}function adjustI18nResources(e,t,o){let r=isObject$4(t.messages)?t.messages:{};"__i18nGlobal"in o&&(r=getLocaleMessages(e.locale.value,{messages:r,__i18n:o.__i18nGlobal}));const n=Object.keys(r);n.length&&n.forEach(i=>{e.mergeLocaleMessage(i,r[i])});{if(isObject$4(t.datetimeFormats)){const i=Object.keys(t.datetimeFormats);i.length&&i.forEach(s=>{e.mergeDateTimeFormat(s,t.datetimeFormats[s])})}if(isObject$4(t.numberFormats)){const i=Object.keys(t.numberFormats);i.length&&i.forEach(s=>{e.mergeNumberFormat(s,t.numberFormats[s])})}}}function createTextNode(e){return Vue.createVNode(Vue.Text,null,e,0)}const DEVTOOLS_META="__INTLIFY_META__",NOOP_RETURN_ARRAY=()=>[],NOOP_RETURN_FALSE=()=>!1;let composerID=0;function defineCoreMissingHandler(e){return(t,o,r,n)=>e(o,r,Vue.getCurrentInstance()||void 0,n)}const getMetaInfo=()=>{const e=Vue.getCurrentInstance();let t=null;return e&&(t=getComponentOptions(e)[DEVTOOLS_META])?{[DEVTOOLS_META]:t}:null};function createComposer(e={},t){const{__root:o,__injectWithOption:r}=e,n=o===void 0,i=e.flatJson;let s=isBoolean$1(e.inheritLocale)?e.inheritLocale:!0;const l=Vue.ref(o&&s?o.locale.value:isString$5(e.locale)?e.locale:DEFAULT_LOCALE),a=Vue.ref(o&&s?o.fallbackLocale.value:isString$5(e.fallbackLocale)||isArray$7(e.fallbackLocale)||isPlainObject$1(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:l.value),d=Vue.ref(getLocaleMessages(l.value,e)),u=Vue.ref(isPlainObject$1(e.datetimeFormats)?e.datetimeFormats:{[l.value]:{}}),c=Vue.ref(isPlainObject$1(e.numberFormats)?e.numberFormats:{[l.value]:{}});let m=o?o.missingWarn:isBoolean$1(e.missingWarn)||isRegExp$1(e.missingWarn)?e.missingWarn:!0,A=o?o.fallbackWarn:isBoolean$1(e.fallbackWarn)||isRegExp$1(e.fallbackWarn)?e.fallbackWarn:!0,C=o?o.fallbackRoot:isBoolean$1(e.fallbackRoot)?e.fallbackRoot:!0,g=!!e.fallbackFormat,E=isFunction$3(e.missing)?e.missing:null,p=isFunction$3(e.missing)?defineCoreMissingHandler(e.missing):null,f=isFunction$3(e.postTranslation)?e.postTranslation:null,w=o?o.warnHtmlMessage:isBoolean$1(e.warnHtmlMessage)?e.warnHtmlMessage:!0,v=!!e.escapeParameter;const b=o?o.modifiers:isPlainObject$1(e.modifiers)?e.modifiers:{};let O=e.pluralRules||o&&o.pluralRules,N;N=(()=>{n&&setFallbackContext(null);const D={version:VERSION$1,locale:l.value,fallbackLocale:a.value,messages:d.value,modifiers:b,pluralRules:O,missing:p===null?void 0:p,missingWarn:m,fallbackWarn:A,fallbackFormat:g,unresolving:!0,postTranslation:f===null?void 0:f,warnHtmlMessage:w,escapeParameter:v,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};D.datetimeFormats=u.value,D.numberFormats=c.value,D.__datetimeFormatters=isPlainObject$1(N)?N.__datetimeFormatters:void 0,D.__numberFormatters=isPlainObject$1(N)?N.__numberFormatters:void 0,process.env.NODE_ENV!=="production"&&(D.__v_emitter=isPlainObject$1(N)?N.__v_emitter:void 0);const x=createCoreContext(D);return n&&setFallbackContext(x),x})(),updateFallbackLocale(N,l.value,a.value);function S(){return[l.value,a.value,d.value,u.value,c.value]}const Q=Vue.computed({get:()=>l.value,set:D=>{l.value=D,N.locale=l.value}}),q=Vue.computed({get:()=>a.value,set:D=>{a.value=D,N.fallbackLocale=a.value,updateFallbackLocale(N,l.value,D)}}),K=Vue.computed(()=>d.value),U=Vue.computed(()=>u.value),ne=Vue.computed(()=>c.value);function re(){return isFunction$3(f)?f:null}function te(D){f=D,N.postTranslation=D}function _(){return E}function G(D){D!==null&&(p=defineCoreMissingHandler(D)),E=D,N.missing=p}function W(D,x){return D!=="translate"||!x.resolvedMessage}const z=(D,x,J,$,ue,pe)=>{S();let de;try{process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,n||(N.fallbackContext=o?getFallbackContext():void 0),de=D(N)}finally{process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,n||(N.fallbackContext=void 0)}if(J!=="translate exists"&&isNumber$3(de)&&de===NOT_REOSLVED||J==="translate exists"&&!de){const[ce,Ae]=x();if(process.env.NODE_ENV!=="production"&&o&&isString$5(ce)&&W(J,Ae)&&(C&&(isTranslateFallbackWarn(A,ce)||isTranslateMissingWarn(m,ce))&&warn$1(getWarnMessage(I18nWarnCodes.FALLBACK_TO_ROOT,{key:ce,type:J})),process.env.NODE_ENV!=="production")){const{__v_emitter:he}=N;he&&C&&he.emit("fallback",{type:J,key:ce,to:"global",groupId:`${J}:${ce}`})}return o&&C?$(o):ue(ce)}else{if(pe(de))return de;throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE)}};function Z(...D){return z(x=>Reflect.apply(translate$1,null,[x,...D]),()=>parseTranslateArgs(...D),"translate",x=>Reflect.apply(x.t,x,[...D]),x=>x,x=>isString$5(x))}function Y(...D){const[x,J,$]=D;if($&&!isObject$4($))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);return Z(x,J,assign$3({resolvedMessage:!0},$||{}))}function se(...D){return z(x=>Reflect.apply(datetime,null,[x,...D]),()=>parseDateTimeArgs(...D),"datetime format",x=>Reflect.apply(x.d,x,[...D]),()=>MISSING_RESOLVE_VALUE,x=>isString$5(x))}function X(...D){return z(x=>Reflect.apply(number$1,null,[x,...D]),()=>parseNumberArgs(...D),"number format",x=>Reflect.apply(x.n,x,[...D]),()=>MISSING_RESOLVE_VALUE,x=>isString$5(x))}function ie(D){return D.map(x=>isString$5(x)||isNumber$3(x)||isBoolean$1(x)?createTextNode(String(x)):x)}const V={normalize:ie,interpolate:D=>D,type:"vnode"};function y(...D){return z(x=>{let J;const $=x;try{$.processor=V,J=Reflect.apply(translate$1,null,[$,...D])}finally{$.processor=null}return J},()=>parseTranslateArgs(...D),"translate",x=>x[TranslateVNodeSymbol](...D),x=>[createTextNode(x)],x=>isArray$7(x))}function M(...D){return z(x=>Reflect.apply(number$1,null,[x,...D]),()=>parseNumberArgs(...D),"number format",x=>x[NumberPartsSymbol](...D),NOOP_RETURN_ARRAY,x=>isString$5(x)||isArray$7(x))}function T(...D){return z(x=>Reflect.apply(datetime,null,[x,...D]),()=>parseDateTimeArgs(...D),"datetime format",x=>x[DatetimePartsSymbol](...D),NOOP_RETURN_ARRAY,x=>isString$5(x)||isArray$7(x))}function R(D){O=D,N.pluralRules=O}function j(D,x){return z(()=>{if(!D)return!1;const J=isString$5(x)?x:l.value,$=B(J),ue=N.messageResolver($,D);return isMessageAST(ue)||isMessageFunction(ue)||isString$5(ue)},()=>[D],"translate exists",J=>Reflect.apply(J.te,J,[D,x]),NOOP_RETURN_FALSE,J=>isBoolean$1(J))}function I(D){let x=null;const J=fallbackWithLocaleChain(N,a.value,l.value);for(let $=0;$<J.length;$++){const ue=d.value[J[$]]||{},pe=N.messageResolver(ue,D);if(pe!=null){x=pe;break}}return x}function k(D){const x=I(D);return x??(o?o.tm(D)||{}:{})}function B(D){return d.value[D]||{}}function L(D,x){if(i){const J={[D]:x};for(const $ in J)hasOwn$1(J,$)&&handleFlatJson(J[$]);x=J[D]}d.value[D]=x,N.messages=d.value}function F(D,x){d.value[D]=d.value[D]||{};const J={[D]:x};for(const $ in J)hasOwn$1(J,$)&&handleFlatJson(J[$]);x=J[D],deepCopy$1(x,d.value[D]),N.messages=d.value}function H(D){return u.value[D]||{}}function le(D,x){u.value[D]=x,N.datetimeFormats=u.value,clearDateTimeFormat(N,D,x)}function ae(D,x){u.value[D]=assign$3(u.value[D]||{},x),N.datetimeFormats=u.value,clearDateTimeFormat(N,D,x)}function me(D){return c.value[D]||{}}function fe(D,x){c.value[D]=x,N.numberFormats=c.value,clearNumberFormat(N,D,x)}function ge(D,x){c.value[D]=assign$3(c.value[D]||{},x),N.numberFormats=c.value,clearNumberFormat(N,D,x)}composerID++,o&&inBrowser&&(Vue.watch(o.locale,D=>{s&&(l.value=D,N.locale=D,updateFallbackLocale(N,l.value,a.value))}),Vue.watch(o.fallbackLocale,D=>{s&&(a.value=D,N.fallbackLocale=D,updateFallbackLocale(N,l.value,a.value))}));const ee={id:composerID,locale:Q,fallbackLocale:q,get inheritLocale(){return s},set inheritLocale(D){s=D,D&&o&&(l.value=o.locale.value,a.value=o.fallbackLocale.value,updateFallbackLocale(N,l.value,a.value))},get availableLocales(){return Object.keys(d.value).sort()},messages:K,get modifiers(){return b},get pluralRules(){return O||{}},get isGlobal(){return n},get missingWarn(){return m},set missingWarn(D){m=D,N.missingWarn=m},get fallbackWarn(){return A},set fallbackWarn(D){A=D,N.fallbackWarn=A},get fallbackRoot(){return C},set fallbackRoot(D){C=D},get fallbackFormat(){return g},set fallbackFormat(D){g=D,N.fallbackFormat=g},get warnHtmlMessage(){return w},set warnHtmlMessage(D){w=D,N.warnHtmlMessage=D},get escapeParameter(){return v},set escapeParameter(D){v=D,N.escapeParameter=D},t:Z,getLocaleMessage:B,setLocaleMessage:L,mergeLocaleMessage:F,getPostTranslationHandler:re,setPostTranslationHandler:te,getMissingHandler:_,setMissingHandler:G,[SetPluralRulesSymbol]:R};return ee.datetimeFormats=U,ee.numberFormats=ne,ee.rt=Y,ee.te=j,ee.tm=k,ee.d=se,ee.n=X,ee.getDateTimeFormat=H,ee.setDateTimeFormat=le,ee.mergeDateTimeFormat=ae,ee.getNumberFormat=me,ee.setNumberFormat=fe,ee.mergeNumberFormat=ge,ee[InejctWithOptionSymbol]=r,ee[TranslateVNodeSymbol]=y,ee[DatetimePartsSymbol]=T,ee[NumberPartsSymbol]=M,process.env.NODE_ENV!=="production"&&(ee[EnableEmitter]=D=>{N.__v_emitter=D},ee[DisableEmitter]=()=>{N.__v_emitter=void 0}),ee}function convertComposerOptions(e){const t=isString$5(e.locale)?e.locale:DEFAULT_LOCALE,o=isString$5(e.fallbackLocale)||isArray$7(e.fallbackLocale)||isPlainObject$1(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=isFunction$3(e.missing)?e.missing:void 0,n=isBoolean$1(e.silentTranslationWarn)||isRegExp$1(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,i=isBoolean$1(e.silentFallbackWarn)||isRegExp$1(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,s=isBoolean$1(e.fallbackRoot)?e.fallbackRoot:!0,l=!!e.formatFallbackMessages,a=isPlainObject$1(e.modifiers)?e.modifiers:{},d=e.pluralizationRules,u=isFunction$3(e.postTranslation)?e.postTranslation:void 0,c=isString$5(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,m=!!e.escapeParameterHtml,A=isBoolean$1(e.sync)?e.sync:!0;process.env.NODE_ENV!=="production"&&e.formatter&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER)),process.env.NODE_ENV!=="production"&&e.preserveDirectiveContent&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));let C=e.messages;if(isPlainObject$1(e.sharedMessages)){const b=e.sharedMessages;C=Object.keys(b).reduce((N,P)=>{const S=N[P]||(N[P]={});return assign$3(S,b[P]),N},C||{})}const{__i18n:g,__root:E,__injectWithOption:p}=e,f=e.datetimeFormats,w=e.numberFormats,v=e.flatJson;return{locale:t,fallbackLocale:o,messages:C,flatJson:v,datetimeFormats:f,numberFormats:w,missing:r,missingWarn:n,fallbackWarn:i,fallbackRoot:s,fallbackFormat:l,modifiers:a,pluralRules:d,postTranslation:u,warnHtmlMessage:c,escapeParameter:m,messageResolver:e.messageResolver,inheritLocale:A,__i18n:g,__root:E,__injectWithOption:p}}function createVueI18n(e={},t){{const o=createComposer(convertComposerOptions(e)),{__extender:r}=e,n={id:o.id,get locale(){return o.locale.value},set locale(i){o.locale.value=i},get fallbackLocale(){return o.fallbackLocale.value},set fallbackLocale(i){o.fallbackLocale.value=i},get messages(){return o.messages.value},get datetimeFormats(){return o.datetimeFormats.value},get numberFormats(){return o.numberFormats.value},get availableLocales(){return o.availableLocales},get formatter(){return process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER)),{interpolate(){return[]}}},set formatter(i){process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER))},get missing(){return o.getMissingHandler()},set missing(i){o.setMissingHandler(i)},get silentTranslationWarn(){return isBoolean$1(o.missingWarn)?!o.missingWarn:o.missingWarn},set silentTranslationWarn(i){o.missingWarn=isBoolean$1(i)?!i:i},get silentFallbackWarn(){return isBoolean$1(o.fallbackWarn)?!o.fallbackWarn:o.fallbackWarn},set silentFallbackWarn(i){o.fallbackWarn=isBoolean$1(i)?!i:i},get modifiers(){return o.modifiers},get formatFallbackMessages(){return o.fallbackFormat},set formatFallbackMessages(i){o.fallbackFormat=i},get postTranslation(){return o.getPostTranslationHandler()},set postTranslation(i){o.setPostTranslationHandler(i)},get sync(){return o.inheritLocale},set sync(i){o.inheritLocale=i},get warnHtmlInMessage(){return o.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(i){o.warnHtmlMessage=i!=="off"},get escapeParameterHtml(){return o.escapeParameter},set escapeParameterHtml(i){o.escapeParameter=i},get preserveDirectiveContent(){return process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE)),!0},set preserveDirectiveContent(i){process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE))},get pluralizationRules(){return o.pluralRules||{}},__composer:o,t(...i){const[s,l,a]=i,d={};let u=null,c=null;if(!isString$5(s))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);const m=s;return isString$5(l)?d.locale=l:isArray$7(l)?u=l:isPlainObject$1(l)&&(c=l),isArray$7(a)?u=a:isPlainObject$1(a)&&(c=a),Reflect.apply(o.t,o,[m,u||c||{},d])},rt(...i){return Reflect.apply(o.rt,o,[...i])},tc(...i){const[s,l,a]=i,d={plural:1};let u=null,c=null;if(!isString$5(s))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);const m=s;return isString$5(l)?d.locale=l:isNumber$3(l)?d.plural=l:isArray$7(l)?u=l:isPlainObject$1(l)&&(c=l),isString$5(a)?d.locale=a:isArray$7(a)?u=a:isPlainObject$1(a)&&(c=a),Reflect.apply(o.t,o,[m,u||c||{},d])},te(i,s){return o.te(i,s)},tm(i){return o.tm(i)},getLocaleMessage(i){return o.getLocaleMessage(i)},setLocaleMessage(i,s){o.setLocaleMessage(i,s)},mergeLocaleMessage(i,s){o.mergeLocaleMessage(i,s)},d(...i){return Reflect.apply(o.d,o,[...i])},getDateTimeFormat(i){return o.getDateTimeFormat(i)},setDateTimeFormat(i,s){o.setDateTimeFormat(i,s)},mergeDateTimeFormat(i,s){o.mergeDateTimeFormat(i,s)},n(...i){return Reflect.apply(o.n,o,[...i])},getNumberFormat(i){return o.getNumberFormat(i)},setNumberFormat(i,s){o.setNumberFormat(i,s)},mergeNumberFormat(i,s){o.mergeNumberFormat(i,s)},getChoiceIndex(i,s){return process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX)),-1}};return n.__extender=r,process.env.NODE_ENV!=="production"&&(n.__enableEmitter=i=>{const s=o;s[EnableEmitter]&&s[EnableEmitter](i)},n.__disableEmitter=()=>{const i=o;i[DisableEmitter]&&i[DisableEmitter]()}),n}}const baseFormatProps={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function getInterpolateArg({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,n)=>[...r,...n.type===Vue.Fragment?n.children:[n]],[]):t.reduce((o,r)=>{const n=e[r];return n&&(o[r]=n()),o},{})}function getFragmentableTag(e){return Vue.Fragment}const TranslationImpl=Vue.defineComponent({name:"i18n-t",props:assign$3({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>isNumber$3(e)||!isNaN(e)}},baseFormatProps),setup(e,t){const{slots:o,attrs:r}=t,n=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return()=>{const i=Object.keys(o).filter(c=>c!=="_"),s={};e.locale&&(s.locale=e.locale),e.plural!==void 0&&(s.plural=isString$5(e.plural)?+e.plural:e.plural);const l=getInterpolateArg(t,i),a=n[TranslateVNodeSymbol](e.keypath,l,s),d=assign$3({},r),u=isString$5(e.tag)||isObject$4(e.tag)?e.tag:getFragmentableTag();return Vue.h(u,d,a)}}}),Translation=TranslationImpl;function isVNode(e){return isArray$7(e)&&!isString$5(e[0])}function renderFormatter(e,t,o,r){const{slots:n,attrs:i}=t;return()=>{const s={part:!0};let l={};e.locale&&(s.locale=e.locale),isString$5(e.format)?s.key=e.format:isObject$4(e.format)&&(isString$5(e.format.key)&&(s.key=e.format.key),l=Object.keys(e.format).reduce((m,A)=>o.includes(A)?assign$3({},m,{[A]:e.format[A]}):m,{}));const a=r(e.value,s,l);let d=[s.key];isArray$7(a)?d=a.map((m,A)=>{const C=n[m.type],g=C?C({[m.type]:m.value,index:A,parts:a}):[m.value];return isVNode(g)&&(g[0].key=`${m.type}-${A}`),g}):isString$5(a)&&(d=[a]);const u=assign$3({},i),c=isString$5(e.tag)||isObject$4(e.tag)?e.tag:getFragmentableTag();return Vue.h(c,u,d)}}const NumberFormatImpl=Vue.defineComponent({name:"i18n-n",props:assign$3({value:{type:Number,required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const o=e.i18n||useI18n({useScope:"parent",__useComponent:!0});return renderFormatter(e,t,NUMBER_FORMAT_OPTIONS_KEYS,(...r)=>o[NumberPartsSymbol](...r))}}),NumberFormat=NumberFormatImpl,DatetimeFormatImpl=Vue.defineComponent({name:"i18n-d",props:assign$3({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const o=e.i18n||useI18n({useScope:"parent",__useComponent:!0});return renderFormatter(e,t,DATETIME_FORMAT_OPTIONS_KEYS,(...r)=>o[DatetimePartsSymbol](...r))}}),DatetimeFormat=DatetimeFormatImpl;function getComposer$2(e,t){const o=e;if(e.mode==="composition")return o.__getInstance(t)||e.global;{const r=o.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function vTDirective(e){const t=s=>{const{instance:l,modifiers:a,value:d}=s;if(!l||!l.$)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const u=getComposer$2(e,l.$);process.env.NODE_ENV!=="production"&&a.preserve&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE));const c=parseValue(d);return[Reflect.apply(u.t,u,[...makeParams(c)]),u]};return{created:(s,l)=>{const[a,d]=t(l);inBrowser&&e.global===d&&(s.__i18nWatcher=Vue.watch(d.locale,()=>{l.instance&&l.instance.$forceUpdate()})),s.__composer=d,s.textContent=a},unmounted:s=>{inBrowser&&s.__i18nWatcher&&(s.__i18nWatcher(),s.__i18nWatcher=void 0,delete s.__i18nWatcher),s.__composer&&(s.__composer=void 0,delete s.__composer)},beforeUpdate:(s,{value:l})=>{if(s.__composer){const a=s.__composer,d=parseValue(l);s.textContent=Reflect.apply(a.t,a,[...makeParams(d)])}},getSSRProps:s=>{const[l]=t(s);return{textContent:l}}}}function parseValue(e){if(isString$5(e))return{path:e};if(isPlainObject$1(e)){if(!("path"in e))throw createI18nError(I18nErrorCodes.REQUIRED_VALUE,"path");return e}else throw createI18nError(I18nErrorCodes.INVALID_VALUE)}function makeParams(e){const{path:t,locale:o,args:r,choice:n,plural:i}=e,s={},l=r||{};return isString$5(o)&&(s.locale=o),isNumber$3(n)&&(s.plural=n),isNumber$3(i)&&(s.plural=i),[t,l,s]}function apply(e,t,...o){const r=isPlainObject$1(o[0])?o[0]:{},n=!!r.useI18nComponentName,i=isBoolean$1(r.globalInstall)?r.globalInstall:!0;process.env.NODE_ENV!=="production"&&i&&n&&warn$1(getWarnMessage(I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE,{name:Translation.name})),i&&([n?"i18n":Translation.name,"I18nT"].forEach(s=>e.component(s,Translation)),[NumberFormat.name,"I18nN"].forEach(s=>e.component(s,NumberFormat)),[DatetimeFormat.name,"I18nD"].forEach(s=>e.component(s,DatetimeFormat))),e.directive("t",vTDirective(t))}const VueDevToolsLabels={"vue-devtools-plugin-vue-i18n":"Vue I18n devtools","vue-i18n-resource-inspector":"I18n Resources","vue-i18n-timeline":"Vue I18n"},VueDevToolsPlaceholders={"vue-i18n-resource-inspector":"Search for scopes ..."},VueDevToolsTimelineColors={"vue-i18n-timeline":16764185},VUE_I18N_COMPONENT_TYPES="vue-i18n: composer properties";let devtoolsApi;async function enableDevTools(e,t){return new Promise((o,r)=>{try{setupDevtoolsPlugin({id:"vue-devtools-plugin-vue-i18n",label:VueDevToolsLabels["vue-devtools-plugin-vue-i18n"],packageName:"vue-i18n",homepage:"https://vue-i18n.intlify.dev",logo:"https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",componentStateTypes:[VUE_I18N_COMPONENT_TYPES],app:e},n=>{devtoolsApi=n,n.on.visitComponentTree(({componentInstance:s,treeNode:l})=>{updateComponentTreeTags(s,l,t)}),n.on.inspectComponent(({componentInstance:s,instanceData:l})=>{s.vnode.el&&s.vnode.el.__VUE_I18N__&&l&&(t.mode==="legacy"?s.vnode.el.__VUE_I18N__!==t.global.__composer&&inspectComposer(l,s.vnode.el.__VUE_I18N__):inspectComposer(l,s.vnode.el.__VUE_I18N__))}),n.addInspector({id:"vue-i18n-resource-inspector",label:VueDevToolsLabels["vue-i18n-resource-inspector"],icon:"language",treeFilterPlaceholder:VueDevToolsPlaceholders["vue-i18n-resource-inspector"]}),n.on.getInspectorTree(s=>{s.app===e&&s.inspectorId==="vue-i18n-resource-inspector"&®isterScope(s,t)});const i=new Map;n.on.getInspectorState(async s=>{if(s.app===e&&s.inspectorId==="vue-i18n-resource-inspector")if(n.unhighlightElement(),inspectScope(s,t),s.nodeId==="global"){if(!i.has(s.app)){const[l]=await n.getComponentInstances(s.app);i.set(s.app,l)}n.highlightElement(i.get(s.app))}else{const l=getComponentInstance(s.nodeId,t);l&&n.highlightElement(l)}}),n.on.editInspectorState(s=>{s.app===e&&s.inspectorId==="vue-i18n-resource-inspector"&&editScope(s,t)}),n.addTimelineLayer({id:"vue-i18n-timeline",label:VueDevToolsLabels["vue-i18n-timeline"],color:VueDevToolsTimelineColors["vue-i18n-timeline"]}),o(!0)})}catch(n){console.error(n),r(!1)}})}function getI18nScopeLable(e){return e.type.name||e.type.displayName||e.type.__file||"Anonymous"}function updateComponentTreeTags(e,t,o){const r=o.mode==="composition"?o.global:o.global.__composer;if(e&&e.vnode.el&&e.vnode.el.__VUE_I18N__&&e.vnode.el.__VUE_I18N__!==r){const n={label:`i18n (${getI18nScopeLable(e)} Scope)`,textColor:0,backgroundColor:16764185};t.tags.push(n)}}function inspectComposer(e,t){const o=VUE_I18N_COMPONENT_TYPES;e.state.push({type:o,key:"locale",editable:!0,value:t.locale.value}),e.state.push({type:o,key:"availableLocales",editable:!1,value:t.availableLocales}),e.state.push({type:o,key:"fallbackLocale",editable:!0,value:t.fallbackLocale.value}),e.state.push({type:o,key:"inheritLocale",editable:!0,value:t.inheritLocale}),e.state.push({type:o,key:"messages",editable:!1,value:getLocaleMessageValue(t.messages.value)}),e.state.push({type:o,key:"datetimeFormats",editable:!1,value:t.datetimeFormats.value}),e.state.push({type:o,key:"numberFormats",editable:!1,value:t.numberFormats.value})}function getLocaleMessageValue(e){const t={};return Object.keys(e).forEach(o=>{const r=e[o];isFunction$3(r)&&"source"in r?t[o]=getMessageFunctionDetails(r):isMessageAST(r)&&r.loc&&r.loc.source?t[o]=r.loc.source:isObject$4(r)?t[o]=getLocaleMessageValue(r):t[o]=r}),t}const ESC={"<":"<",">":">",'"':""","&":"&"};function escape$1(e){return e.replace(/[<>"&]/g,escapeChar)}function escapeChar(e){return ESC[e]||e}function getMessageFunctionDetails(e){return{_custom:{type:"function",display:`<span>ƒ</span> ${e.source?`("${escape$1(e.source)}")`:"(?)"}`}}}function registerScope(e,t){e.rootNodes.push({id:"global",label:"Global Scope"});const o=t.mode==="composition"?t.global:t.global.__composer;for(const[r,n]of t.__instances){const i=t.mode==="composition"?n:n.__composer;o!==i&&e.rootNodes.push({id:i.id.toString(),label:`${getI18nScopeLable(r)} Scope`})}}function getComponentInstance(e,t){let o=null;if(e!=="global"){for(const[r,n]of t.__instances.entries())if(n.id.toString()===e){o=r;break}}return o}function getComposer$1(e,t){if(e==="global")return t.mode==="composition"?t.global:t.global.__composer;{const o=Array.from(t.__instances.values()).find(r=>r.id.toString()===e);return o?t.mode==="composition"?o:o.__composer:null}}function inspectScope(e,t){const o=getComposer$1(e.nodeId,t);return o&&(e.state=makeScopeInspectState(o)),null}function makeScopeInspectState(e){const t={},o="Locale related info",r=[{type:o,key:"locale",editable:!0,value:e.locale.value},{type:o,key:"fallbackLocale",editable:!0,value:e.fallbackLocale.value},{type:o,key:"availableLocales",editable:!1,value:e.availableLocales},{type:o,key:"inheritLocale",editable:!0,value:e.inheritLocale}];t[o]=r;const n="Locale messages info",i=[{type:n,key:"messages",editable:!1,value:getLocaleMessageValue(e.messages.value)}];t[n]=i;{const s="Datetime formats info",l=[{type:s,key:"datetimeFormats",editable:!1,value:e.datetimeFormats.value}];t[s]=l;const a="Datetime formats info",d=[{type:a,key:"numberFormats",editable:!1,value:e.numberFormats.value}];t[a]=d}return t}function addTimelineEvent(e,t){if(devtoolsApi){let o;t&&"groupId"in t&&(o=t.groupId,delete t.groupId),devtoolsApi.addTimelineEvent({layerId:"vue-i18n-timeline",event:{title:e,groupId:o,time:Date.now(),meta:{},data:t||{},logType:e==="compile-error"?"error":e==="fallback"||e==="missing"?"warning":"default"}})}}function editScope(e,t){const o=getComposer$1(e.nodeId,t);if(o){const[r]=e.path;r==="locale"&&isString$5(e.state.value)?o.locale.value=e.state.value:r==="fallbackLocale"&&(isString$5(e.state.value)||isArray$7(e.state.value)||isObject$4(e.state.value))?o.fallbackLocale.value=e.state.value:r==="inheritLocale"&&isBoolean$1(e.state.value)&&(o.inheritLocale=e.state.value)}}function defineMixin(e,t,o){return{beforeCreate(){const r=Vue.getCurrentInstance();if(!r)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const n=this.$options;if(n.i18n){const i=n.i18n;if(n.__i18n&&(i.__i18n=n.__i18n),i.__root=t,this===this.$root)this.$i18n=mergeToGlobal(e,i);else{i.__injectWithOption=!0,i.__extender=o.__vueI18nExtend,this.$i18n=createVueI18n(i);const s=this.$i18n;s.__extender&&(s.__disposer=s.__extender(this.$i18n))}}else if(n.__i18n)if(this===this.$root)this.$i18n=mergeToGlobal(e,n);else{this.$i18n=createVueI18n({__i18n:n.__i18n,__injectWithOption:!0,__extender:o.__vueI18nExtend,__root:t});const i=this.$i18n;i.__extender&&(i.__disposer=i.__extender(this.$i18n))}else this.$i18n=e;n.__i18nGlobal&&adjustI18nResources(t,n,n),this.$t=(...i)=>this.$i18n.t(...i),this.$rt=(...i)=>this.$i18n.rt(...i),this.$tc=(...i)=>this.$i18n.tc(...i),this.$te=(i,s)=>this.$i18n.te(i,s),this.$d=(...i)=>this.$i18n.d(...i),this.$n=(...i)=>this.$i18n.n(...i),this.$tm=i=>this.$i18n.tm(i),o.__setInstance(r,this.$i18n)},mounted(){if(process.env.NODE_ENV!=="production"&&this.$el&&this.$i18n){const r=this.$i18n;this.$el.__VUE_I18N__=r.__composer;const n=this.__v_emitter=createEmitter();r.__enableEmitter&&r.__enableEmitter(n),n.on("*",addTimelineEvent)}},unmounted(){const r=Vue.getCurrentInstance();if(!r)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const n=this.$i18n;process.env.NODE_ENV!=="production"&&this.$el&&this.$el.__VUE_I18N__&&(this.__v_emitter&&(this.__v_emitter.off("*",addTimelineEvent),delete this.__v_emitter),this.$i18n&&(n.__disableEmitter&&n.__disableEmitter(),delete this.$el.__VUE_I18N__)),delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,n.__disposer&&(n.__disposer(),delete n.__disposer,delete n.__extender),o.__deleteInstance(r),delete this.$i18n}}}function mergeToGlobal(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[SetPluralRulesSymbol](t.pluralizationRules||e.pluralizationRules);const o=getLocaleMessages(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(o).forEach(r=>e.mergeLocaleMessage(r,o[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const I18nInjectionKey=makeSymbol("global-vue-i18n");function createI18n(e={},t){const o=__VUE_I18N_LEGACY_API__&&isBoolean$1(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=isBoolean$1(e.globalInjection)?e.globalInjection:!0,n=__VUE_I18N_LEGACY_API__&&o?!!e.allowComposition:!0,i=new Map,[s,l]=createGlobal(e,o),a=makeSymbol(process.env.NODE_ENV!=="production"?"vue-i18n":"");process.env.NODE_ENV!=="production"&&o&&n&&warn$1(getWarnMessage(I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION));function d(m){return i.get(m)||null}function u(m,A){i.set(m,A)}function c(m){i.delete(m)}{const m={get mode(){return __VUE_I18N_LEGACY_API__&&o?"legacy":"composition"},get allowComposition(){return n},async install(A,...C){if(process.env.NODE_ENV!=="production"&&(A.__VUE_I18N__=m),A.__VUE_I18N_SYMBOL__=a,A.provide(A.__VUE_I18N_SYMBOL__,m),isPlainObject$1(C[0])){const p=C[0];m.__composerExtend=p.__composerExtend,m.__vueI18nExtend=p.__vueI18nExtend}let g=null;!o&&r&&(g=injectGlobalFields(A,m.global)),__VUE_I18N_FULL_INSTALL__&&apply(A,m,...C),__VUE_I18N_LEGACY_API__&&o&&A.mixin(defineMixin(l,l.__composer,m));const E=A.unmount;if(A.unmount=()=>{g&&g(),m.dispose(),E()},process.env.NODE_ENV!=="production"){if(!await enableDevTools(A,m))throw createI18nError(I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);const f=createEmitter();if(o){const w=l;w.__enableEmitter&&w.__enableEmitter(f)}else{const w=l;w[EnableEmitter]&&w[EnableEmitter](f)}f.on("*",addTimelineEvent)}},get global(){return l},dispose(){s.stop()},__instances:i,__getInstance:d,__setInstance:u,__deleteInstance:c};return m}}function useI18n(e={}){const t=Vue.getCurrentInstance();if(t==null)throw createI18nError(I18nErrorCodes.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw createI18nError(I18nErrorCodes.NOT_INSTALLED);const o=getI18nInstance(t),r=getGlobalComposer(o),n=getComponentOptions(t),i=getScope(e,n);if(__VUE_I18N_LEGACY_API__&&o.mode==="legacy"&&!e.__useComponent){if(!o.allowComposition)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE);return useI18nForLegacy(t,i,r,e)}if(i==="global")return adjustI18nResources(r,e,n),r;if(i==="parent"){let a=getComposer(o,t,e.__useComponent);return a==null&&(process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_FOUND_PARENT_SCOPE)),a=r),a}const s=o;let l=s.__getInstance(t);if(l==null){const a=assign$3({},e);"__i18n"in n&&(a.__i18n=n.__i18n),r&&(a.__root=r),l=createComposer(a),s.__composerExtend&&(l[DisposeSymbol]=s.__composerExtend(l)),setupLifeCycle(s,t,l),s.__setInstance(t,l)}return l}function createGlobal(e,t,o){const r=Vue.effectScope();{const n=__VUE_I18N_LEGACY_API__&&t?r.run(()=>createVueI18n(e)):r.run(()=>createComposer(e));if(n==null)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);return[r,n]}}function getI18nInstance(e){{const t=Vue.inject(e.isCE?I18nInjectionKey:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw createI18nError(e.isCE?I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE:I18nErrorCodes.UNEXPECTED_ERROR);return t}}function getScope(e,t){return isEmptyObject(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function getGlobalComposer(e){return e.mode==="composition"?e.global:e.global.__composer}function getComposer(e,t,o=!1){let r=null;const n=t.root;let i=getParentComponentInstance(t,o);for(;i!=null;){const s=e;if(e.mode==="composition")r=s.__getInstance(i);else if(__VUE_I18N_LEGACY_API__){const l=s.__getInstance(i);l!=null&&(r=l.__composer,o&&r&&!r[InejctWithOptionSymbol]&&(r=null))}if(r!=null||n===i)break;i=i.parent}return r}function getParentComponentInstance(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function setupLifeCycle(e,t,o){let r=null;Vue.onMounted(()=>{if(process.env.NODE_ENV!=="production"&&t.vnode.el){t.vnode.el.__VUE_I18N__=o,r=createEmitter();const n=o;n[EnableEmitter]&&n[EnableEmitter](r),r.on("*",addTimelineEvent)}},t),Vue.onUnmounted(()=>{const n=o;process.env.NODE_ENV!=="production"&&t.vnode.el&&t.vnode.el.__VUE_I18N__&&(r&&r.off("*",addTimelineEvent),n[DisableEmitter]&&n[DisableEmitter](),delete t.vnode.el.__VUE_I18N__),e.__deleteInstance(t);const i=n[DisposeSymbol];i&&(i(),delete n[DisposeSymbol])},t)}function useI18nForLegacy(e,t,o,r={}){const n=t==="local",i=Vue.shallowRef(null);if(n&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw createI18nError(I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const s=isBoolean$1(r.inheritLocale)?r.inheritLocale:!isString$5(r.locale),l=Vue.ref(!n||s?o.locale.value:isString$5(r.locale)?r.locale:DEFAULT_LOCALE),a=Vue.ref(!n||s?o.fallbackLocale.value:isString$5(r.fallbackLocale)||isArray$7(r.fallbackLocale)||isPlainObject$1(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:l.value),d=Vue.ref(getLocaleMessages(l.value,r)),u=Vue.ref(isPlainObject$1(r.datetimeFormats)?r.datetimeFormats:{[l.value]:{}}),c=Vue.ref(isPlainObject$1(r.numberFormats)?r.numberFormats:{[l.value]:{}}),m=n?o.missingWarn:isBoolean$1(r.missingWarn)||isRegExp$1(r.missingWarn)?r.missingWarn:!0,A=n?o.fallbackWarn:isBoolean$1(r.fallbackWarn)||isRegExp$1(r.fallbackWarn)?r.fallbackWarn:!0,C=n?o.fallbackRoot:isBoolean$1(r.fallbackRoot)?r.fallbackRoot:!0,g=!!r.fallbackFormat,E=isFunction$3(r.missing)?r.missing:null,p=isFunction$3(r.postTranslation)?r.postTranslation:null,f=n?o.warnHtmlMessage:isBoolean$1(r.warnHtmlMessage)?r.warnHtmlMessage:!0,w=!!r.escapeParameter,v=n?o.modifiers:isPlainObject$1(r.modifiers)?r.modifiers:{},b=r.pluralRules||n&&o.pluralRules;function O(){return[l.value,a.value,d.value,u.value,c.value]}const N=Vue.computed({get:()=>i.value?i.value.locale.value:l.value,set:k=>{i.value&&(i.value.locale.value=k),l.value=k}}),P=Vue.computed({get:()=>i.value?i.value.fallbackLocale.value:a.value,set:k=>{i.value&&(i.value.fallbackLocale.value=k),a.value=k}}),S=Vue.computed(()=>i.value?i.value.messages.value:d.value),Q=Vue.computed(()=>u.value),q=Vue.computed(()=>c.value);function K(){return i.value?i.value.getPostTranslationHandler():p}function U(k){i.value&&i.value.setPostTranslationHandler(k)}function ne(){return i.value?i.value.getMissingHandler():E}function re(k){i.value&&i.value.setMissingHandler(k)}function te(k){return O(),k()}function _(...k){return i.value?te(()=>Reflect.apply(i.value.t,null,[...k])):te(()=>"")}function G(...k){return i.value?Reflect.apply(i.value.rt,null,[...k]):""}function W(...k){return i.value?te(()=>Reflect.apply(i.value.d,null,[...k])):te(()=>"")}function z(...k){return i.value?te(()=>Reflect.apply(i.value.n,null,[...k])):te(()=>"")}function Z(k){return i.value?i.value.tm(k):{}}function Y(k,B){return i.value?i.value.te(k,B):!1}function se(k){return i.value?i.value.getLocaleMessage(k):{}}function X(k,B){i.value&&(i.value.setLocaleMessage(k,B),d.value[k]=B)}function ie(k,B){i.value&&i.value.mergeLocaleMessage(k,B)}function oe(k){return i.value?i.value.getDateTimeFormat(k):{}}function V(k,B){i.value&&(i.value.setDateTimeFormat(k,B),u.value[k]=B)}function y(k,B){i.value&&i.value.mergeDateTimeFormat(k,B)}function M(k){return i.value?i.value.getNumberFormat(k):{}}function T(k,B){i.value&&(i.value.setNumberFormat(k,B),c.value[k]=B)}function R(k,B){i.value&&i.value.mergeNumberFormat(k,B)}const j={get id(){return i.value?i.value.id:-1},locale:N,fallbackLocale:P,messages:S,datetimeFormats:Q,numberFormats:q,get inheritLocale(){return i.value?i.value.inheritLocale:s},set inheritLocale(k){i.value&&(i.value.inheritLocale=k)},get availableLocales(){return i.value?i.value.availableLocales:Object.keys(d.value)},get modifiers(){return i.value?i.value.modifiers:v},get pluralRules(){return i.value?i.value.pluralRules:b},get isGlobal(){return i.value?i.value.isGlobal:!1},get missingWarn(){return i.value?i.value.missingWarn:m},set missingWarn(k){i.value&&(i.value.missingWarn=k)},get fallbackWarn(){return i.value?i.value.fallbackWarn:A},set fallbackWarn(k){i.value&&(i.value.missingWarn=k)},get fallbackRoot(){return i.value?i.value.fallbackRoot:C},set fallbackRoot(k){i.value&&(i.value.fallbackRoot=k)},get fallbackFormat(){return i.value?i.value.fallbackFormat:g},set fallbackFormat(k){i.value&&(i.value.fallbackFormat=k)},get warnHtmlMessage(){return i.value?i.value.warnHtmlMessage:f},set warnHtmlMessage(k){i.value&&(i.value.warnHtmlMessage=k)},get escapeParameter(){return i.value?i.value.escapeParameter:w},set escapeParameter(k){i.value&&(i.value.escapeParameter=k)},t:_,getPostTranslationHandler:K,setPostTranslationHandler:U,getMissingHandler:ne,setMissingHandler:re,rt:G,d:W,n:z,tm:Z,te:Y,getLocaleMessage:se,setLocaleMessage:X,mergeLocaleMessage:ie,getDateTimeFormat:oe,setDateTimeFormat:V,mergeDateTimeFormat:y,getNumberFormat:M,setNumberFormat:T,mergeNumberFormat:R};function I(k){k.locale.value=l.value,k.fallbackLocale.value=a.value,Object.keys(d.value).forEach(B=>{k.mergeLocaleMessage(B,d.value[B])}),Object.keys(u.value).forEach(B=>{k.mergeDateTimeFormat(B,u.value[B])}),Object.keys(c.value).forEach(B=>{k.mergeNumberFormat(B,c.value[B])}),k.escapeParameter=w,k.fallbackFormat=g,k.fallbackRoot=C,k.fallbackWarn=A,k.missingWarn=m,k.warnHtmlMessage=f}return Vue.onBeforeMount(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const k=i.value=e.proxy.$i18n.__composer;t==="global"?(l.value=k.locale.value,a.value=k.fallbackLocale.value,d.value=k.messages.value,u.value=k.datetimeFormats.value,c.value=k.numberFormats.value):n&&I(k)}),j}const globalExportProps=["locale","fallbackLocale","availableLocales"],globalExportMethods=["t","rt","d","n","tm","te"];function injectGlobalFields(e,t){const o=Object.create(null);return globalExportProps.forEach(n=>{const i=Object.getOwnPropertyDescriptor(t,n);if(!i)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const s=Vue.isRef(i.value)?{get(){return i.value.value},set(l){i.value.value=l}}:{get(){return i.get&&i.get()}};Object.defineProperty(o,n,s)}),e.config.globalProperties.$i18n=o,globalExportMethods.forEach(n=>{const i=Object.getOwnPropertyDescriptor(t,n);if(!i||!i.value)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${n}`,i)}),()=>{delete e.config.globalProperties.$i18n,globalExportMethods.forEach(n=>{delete e.config.globalProperties[`$${n}`]})}}if(initFeatureFlags(),__INTLIFY_JIT_COMPILATION__?registerMessageCompiler(compile$1):registerMessageCompiler(compileToFunction),registerMessageResolver(resolveValue),registerLocaleFallbacker(fallbackWithLocaleChain),process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const e=getGlobalThis();e.__INTLIFY__=!0,setDevToolsHook(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}process.env.NODE_ENV;const en$1={imatrixUIPublicModel:{sure:"Sure",cancel:"Cancel",allDepartments:"All Departments",allUsers:"All Users",reset:"Reset",to:"To",edit:"Edit",clear:"Clear",download:"Download",delete:"Delete",preview:"Preview",add:"Add",graphView:"Graphic view",listView:"List View",fieldName:"Field Name",operator:"Operator",value:"Value",andOr:"And/Or",whenTheVariableIsEmpty:"When The Variable Is Empty",perhaps:"Perhaps",also:"Also",greaterThan:"Greater Than",lessThan:"Less Than",beEqualTo:"Be Equal To",notGreaterThan:"Not Greater Than",notLessThan:"Not Less Than",notEqualTo:"Not Equal To",contain:"Contain",notIncluded:"Not Included",laterThan:"Later Than",earlierThan:"Earlier Than",noLaterThan:"No Later Than",noEarlierThan:"No Earlier Than",ignore11:"Ignore (1 = 1)",nonConformity:"Non Conformity (1 < > 1)",switchToNormalQuery:"Switch To Normal Query",switchToAdvancedQuery:"Switch To Advanced Query",isNull:"Is Null",isNotNull:"Is Not Null",previewImage:"Preview image",fullScreen:"Full Screen",forbidden:"forbidden",startUsing:"Start Using",systemCode:"System Code",code:"Code",emptyValue:"Empty Value"},imatrixUIMessage:{whetherToConfirmDeletion:"Whether To Confirm Deletion",tips:"Tips",pleaseEnterContent:"Please Enter Content",internalServerError:"Server error",pleaseSelectDepartment:"Please Select Department",pleaseSelectPersonnel:"Please Select Personnel",pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel:"Please Remove All Personnel Before Selecting Specific Personnel",queryResultIsEmpty:"Query Result Is Empty",pleaseSelectATeam:"Please Select A Team",pleaseEnterTeamName:"Please Enter Team Info Filter",validationFailed:"Validation Failed",selectionDate:"Selection Date",selectTime:"Select Time",pleaseEnterATimePoint:"Please Enter A Time Point",pleaseSelect:"Please Select",startDate:"Start Date",endDate:"End Date",noExportColumnsConfigured:"No Export Columns Configured",organizationTreeNoResultNotRemove:"No information selected, no need to remove",exceedFileSize:"File size limit {filesize} M exceeded",upload:"Upload",invalideDoubleValue:"{num} is not a legal decimal",noJumpPage:"Jump page not configured",saveSuccessfully:"Savee successfully",pleaseInputSearchCondition:"Please enter the query criteria",fileUpload:"File Upload",selectYear:"Select Year",search:"Search",forbiddenException:"You do not have permission to access",theButtonIsNotBoundToAResource:"The button is not bound to a resource, Bind the resource first",asyncExport:"Asynchronous export, please wait for message notification!",selectedWorkingGroup:"Selected working group",forbiddenExceptionLinkUrl:"please click to apply",forbiddenExceptionLinkUser:"if you have any questions,please contact",uploadFileTip:"The file size should lower {fileSize}M",asyncExportJumpMsg:"Or click me to jump to download page.",mustFill:"{label} must fill",filePathNotFound:"File UUID not found, please check the configuration",pleaseSelectDeleteData:"Please select the data to delete"},superGrid:{editablePlaceholder:"Please click to input",rowEditMessageBox:{title:"Operation Confirmation",content:"There are unsaved modifications in the current row. Do you want to save the modifications and switch?",confirmButton:"Save edit",cancelButton:"Discard edit"},columnConfig:"Column Config",pleaseSaveOrCancelEditingLine:"Please Save Or Cancel Editing Line {row} Data First",pleaseSaveLine:"Please Save Line {row} Data First",noNeedToSaveRow:"No Need To Save Row {row} Data",pleaseSetURLToSaveRowInformation:'Please set "URL to save row information"',lineSavedSuccessfully:"Line {row} Saved Successfully",theReturnValueOfTheBeforesaveCallbackMethodIsFalse:"The Return Value Of The Beforesave Callback Method Is False",lineNoNeedToUndoEdit:"Line {row} No Need To Undo Edit",lineCancelledSuccessfully:"Line {row} cancelled successfully",label:"Label",isShow:"Is Show",isExportable:"Is Exportable",recordLine:"Record line {row}",pageRecordLine:"Record in row {row} of page {pageNum}",fileName:"File Name",deleteSuccessful:"Deleted successfully",index:"No.",searchConditionName:"Search Condition Name",pleaseInputSearchConditionName:"Please enter the name of the query criteria",saveCondition:"Save Condition",saveConditionTitle:"Save Condition",displayOrder:"Display Order",width:"Column Width",default:"Default",custom:"Custom",show:"Show",hidden:"Hidden",export:"Export",unExport:"Not Export",whetherToConfirmReset:"Are you sure you want to reset?",resetSuccessful:"Reset successfully",dragColumnOrderMessage:"Supports dragging to change column order",selectAll:"Select All",viewImage:"View Image",previewTitleWhenNotImg:"Non picture format, preview in other ways",refresh:"Refresh",open:"Open",fold:"Fold",prevRow:"Prev Row",nextRow:"Next Row",detail:"Detail",searchEmpty:"Search Empty",canntAddTip:"Does not meet the new operation conditions, cannot perform the new operation, please check!",rowCanntDeleteTip:"Does not meet the delete operation conditions, cannot perform the delete operation, please check!",rowCanntEditTip:"Does not meet the edit operation conditions, cannot perform the edit operation, please check!"},departmentTree:{},departmentTreeInline:{pleaseEnterDepartmentName:"Please Enter Department Info Filter",name:"Department Name",code:"Department Code",removeDepartment:"Remove Department",selectedDept:"Selected Departments",namePath:"Name Path",allCheck:"Check All",pleaseInputNameOrCode:"Please Input Name Or Code",selectResultInfoHasSelect:"Has select:",selectResultInfo:"{num} departments (including sub departments)",selectResultTitle:"Has Select Result"},departmentUserTree:{pleaseEnterUserInformation:"Please Enter User Information Filter",selectedPeople:"Selected People",searchFieldUserName:"Name",searchFieldLoginName:"Login Name",searchFieldEmail:"Email",searchFieldTelephone:"Telephone",searchFieldJobNumber:"Job Number",searchFieldHonorificName:"Honorific",selectUserResultInfo:"{useNum} Users",selectDeptResultInfo:"{num} departments(including sub departments)"},departmentUserTreeInline:{name:"Name",department:"Department",branch:"Branch",removeUser:"Remove User",email:"Email",loginName:"Login Name",superiorDeptNameFullPath:"Department full path",user:"User",groupName:"Name",groupForm:"Group Form",groupList:"Group List",group:"Group",orgTree:"Organization Tree",groupNameNotEmpty:"Group name is required"},workgroupTree:{allTeamMembers:"All Team Members",name:"Workgroup Name",code:"Workgroup Code",removeWorkgroup:"Remove Workgroup",workingGroupName:"Working Group Name",workingGroupNumber:"Working Group Number",workgroupDescription:"Workgroup Description",selectResultInfo:"{num} workgroups"},workflowButton:{save:"Save",submit:"Submit",approve:"Approve",refuse:"Refuse",agreement:"Agree",oppose:"Opposition",kiken:"Abstention",get_back_button:"Retrieve",copy:"Copy",draw:"Draw",abandon_draw:"Give Up Draw",add_sign:"Additional Signature",remove_sign:"Reduction Of Signature",signoff:"Sign For",assign:"Hand over",assign_task:"Transfer",readed:"Readed",export_report:"Export Report",draw_dept_task:"Draw Department",abandon_draw_dept_task:"Give Up Draw Department"},workflowHistoryList:{specailText:"specail",index:"Index",taskName:"Task Name",operation:"Operation",opinion:"Opinion",processStart:"Process Start",processEnd:"Process End",process_start:"[{1}] process start",prcoess_end:"[{1}] process End",force_end_process:"{key_1}forced to end the process, and the task of [{key_2}] was canceled",history_jump:"Process {key_3} to [{key_1}], [{key_2}] task cancelled",history_back:"{key_1} returned to task,process returned to [{key_2}]",history_removesign:"{key_1} minus [{key_2}]",history_changetransactor_and_delegate:"{key_1} changed the handler [{key_2}] to [{key_3}], [{key_4}] delegated the task to [{key_5}]",history_changetransactor:"{key_1} changed handler [{key_2}] to [{key_3}]",history_addsign:"{key_1} sign [{key_2}]",history_addtransactor:"{key_1} add handler [{key_2}]",history_removetransactor:"{key_1} decrease handler [{key_2}]",history_delegate_and_assign:"{key_1} assigned tasks to [{key_2}], [{key_3}] delegated tasks to [{key_4}]",history_assign:"{key_1} assigned task to [{key_2}]",transfer:"{key_1} transferred to [{key_2}]",history_complete_transfer:"{key_1} execute [{key_2}] operation and canceled the task of other receivers [{key_3}]",history_delegate_receive:"{key_1} retracts the task entrusted to [{key_2}]",history_delegate:"{key_1} has delegated task [{key_2}] to [{key_3}]",history_quit_transfer:"{key_1} Resignation, has transferred task [{key_2}] to [{key_3}",history_change_job_transfer:"{key_1} Change job,has transferred task [{key_2}] to [{key_3}",commonButtonOperation:"{key_1} execute [{key_2}] operation",history_draw_task:"{key_1} received the task and cancelled the task of the candidate [{key_2}]",history_abandon_draw:"{key_1} gives up the task and restores the task of candidate [{key_2}]",create_copy_task:"{key_1} The task was copied to [{key_2}",toDoText:"Todo",operator:"Operator",operatorLg:"Operator Login Name",operatorDept:"Operator Dept",operationTime:"Operation Time",history_draw_dept_task:"{key_1} Received tasks from department [{key_2}]",history_abandon_draw_dept_task:"{key_1} Abandon the task of receiving department [{key_2}]",remark:"remark",taskState:"Task State",processingDuration:"Processing Duration(H)",isOverdue:"Is Overdue",taskStateDoing:"Doing",taskStateDone:"Done"},gateway:{timeout:"Interface call timeout",callFailed:"Interface call failed"},superNineGrid:{add:"Create"},fsUpload:{upload:"Upload",download:"Download",delete:"Delete",deleteSuccessful:"Delete successful",preview:"Preview",name:"Name",picture:"Picture",operating:"Operating",uploadSucceeded:"Upload succeeded",theNumberOfUploadsExceedsTheLimitTheLimitIs:"The number of uploads exceeds the limit. The limit is",image:"Image",video:"Video",updateSuccess:"Update success",more:"More",uploadFailed:"Upload failed!"},messageVideo:{attemptingToIdentify:"Attempting to identify",callingRearCamera:"Calling rear camera",identificationFailed:"Identification failed"},IntervalSelection:{year:"year",quarter:"quarter",auxiliary:"auxiliary word for ordinal numbers",week:"week"},imatrixUIPromptMessage:{NoContent:"No content"},chatEmbed:{name:"AI Assistant",history:"History",minimize:"Minimize",fullscreen:"Full Screen",close:"Close",regenerate:"Regenerate",copy:"Copy",newChat:"New Chat",copySuccess:"Copy successful",requestFailed:"Request failed!"}},cn$1={imatrixUIPublicModel:{sure:"确定",cancel:"取消",allDepartments:"所有部门",allUsers:"所有用户",reset:"重置",to:"至",edit:"操作",clear:"清空",download:"下载",delete:"删除",preview:"预览",add:"增加",graphView:"图形视图",listView:"列表视图",fieldName:"字段名(*)",operator:"操作符",value:"值(*)",andOr:"并且/或者",whenTheVariableIsEmpty:"变量为空时",perhaps:"或者",also:"并且",greaterThan:"大于",lessThan:"小于",beEqualTo:"等于",notGreaterThan:"不大于",notLessThan:"不小于",notEqualTo:"不等于",contain:"包含",notIncluded:"不包含",laterThan:"晚于",earlierThan:"早于",noLaterThan:"不晚于",noEarlierThan:"不早于",ignore11:"忽略(1=1)",nonConformity:"不符合(1<>1)",switchToNormalQuery:"切换为普通查询",switchToAdvancedQuery:"切换为高级查询",isNull:"等于Null",isNotNull:"不等于Null",previewImage:"预览图片",fullScreen:"全屏",forbidden:"禁用",startUsing:"启用",systemCode:"系统编码",code:"编码",emptyValue:"空值"},imatrixUIMessage:{whetherToConfirmDeletion:"是否确认删除",tips:"提示",pleaseEnterContent:"请输入内容",internalServerError:"请求失败",pleaseSelectDepartment:"请选择部门",pleaseSelectPersonnel:"请选择人员",pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel:"请先移除所有人员,再选择具体人员",queryResultIsEmpty:"查询结果为空",pleaseSelectATeam:"请选择工作组",pleaseEnterTeamName:"请输入工作组信息筛选",validationFailed:"验证失败",selectionDate:"选择日期",selectTime:"选择时间",pleaseEnterATimePoint:"请输入时间点",pleaseSelect:"请选择",startDate:"开始日期",endDate:"结束日期",noExportColumnsConfigured:"没有配置导出列",organizationTreeNoResultNotRemove:"未选择任何信息,无需移除",exceedFileSize:"超过文件大小限制{fileSize}M",upload:"上传",invalideDoubleValue:"{num} 不是合法的小数",noJumpPage:"未配置跳转页面",saveSuccessfully:"保存成功",pleaseInputSearchCondition:"请输入查询条件",fileUpload:"文件上传",selectYear:"选择年",search:"查询",forbiddenException:"您没有权限访问",theButtonIsNotBoundToAResource:"该按钮未绑定资源,请先绑定资源",asyncExport:"正在异步导出,请等待消息通知!",selectedWorkingGroup:"已选工作组",forbiddenExceptionLinkUrl:"请点击进行权限申请",forbiddenExceptionLinkUser:"如有疑问请联系",uploadFileTip:"上传的文件不超过{fileSize}M",asyncExportJumpMsg:"或点击我跳转到下载页面",mustFill:"{label} 必须填写",filePathNotFound:"文件UUID未找到,请检查配置",pleaseSelectDeleteData:"请选择要删除的数据"},superGrid:{editablePlaceholder:"请点击输入",rowEditMessageBox:{title:"操作确认",content:"当前行有未保存的修改,是否进行保存修改切换?",confirmButton:"保存修改",cancelButton:"放弃修改"},columnConfig:"字段配置",pleaseSaveOrCancelEditingLine:"请先保存或撤销编辑第 {row} 行数据",pleaseSaveLine:"请先保存第 {row} 行数据",noNeedToSaveRow:"无需保存第 {row} 行数据",pleaseSetURLToSaveRowInformation:"请设置“保存行信息的url”",lineSavedSuccessfully:"第 {row} 行保存成功",theReturnValueOfTheBeforesaveCallbackMethodIsFalse:"beforeSave回调方法返回值为false",lineNoNeedToUndoEdit:"第 {row} 行无需撤销编辑",lineCancelledSuccessfully:"第 {row} 行撤销成功",label:"字段名",isShow:"是否显示",isExportable:"是否导出",recordLine:"第 {row} 行记录",pageRecordLine:"第 {pageNum} 页第 {row} 行记录",fileName:"文件名称",deleteSuccessful:"删除成功",index:"序号",searchConditionName:"查询条件名称",pleaseInputSearchConditionName:"请输入查询条件名称",saveCondition:"保存条件",saveConditionTitle:"保存查询条件",displayOrder:"显示顺序",width:"列宽",default:"默认",custom:"自定义",show:"显示",hidden:"隐藏",export:"导出",unExport:"不导出",whetherToConfirmReset:"是否确认重置?",resetSuccessful:"重置成功",dragColumnOrderMessage:"支持拖动改变列顺序",selectAll:"全选",viewImage:"查看图片",previewTitleWhenNotImg:"非图片格式,使用其它方式预览",refresh:"刷新",open:"展开",fold:"收起",prevRow:"上一行",nextRow:"下一行",detail:"详情",searchEmpty:"查询空值",canntAddTip:"不满足新建操作条件,不能执行新建操作,请检查!",rowCanntDeleteTip:"不满足删除操作条件,不能执行删除操作,请检查!",rowCanntEditTip:"不满足编辑操作条件,不能执行编辑操作,请检查!"},departmentTree:{},departmentTreeInline:{pleaseEnterDepartmentName:"请输入部门信息筛选",name:"部门名称",code:"部门编码",removeDepartment:"移除部门",selectedDept:"已选部门",namePath:"名称路径",allCheck:"全选",pleaseInputNameOrCode:"请输入名称/编码",selectResultInfoHasSelect:"已选择:",selectResultInfo:"{num}个部门(含子部门)",selectResultTitle:"已选择信息"},departmentUserTree:{pleaseEnterUserInformation:"请输入用户信息筛选",selectedPeople:"已选人员",searchFieldUserName:"姓名",searchFieldLoginName:"登录名",searchFieldEmail:"邮箱",searchFieldTelephone:"手机号",searchFieldJobNumber:"工号",searchFieldHonorificName:"尊称",selectUserResultInfo:"{userNum}个用户",selectDeptResultInfo:"{deptNum}个部门(含子部门)"},departmentUserTreeInline:{name:"姓名",department:"所属部门",branch:"所属分支",removeUser:"移除用户",email:"邮箱",loginName:"登录名",superiorDeptNameFullPath:"组织全路径",user:"用户",groupName:"名称",groupForm:"群组表单",groupList:"群组维护",group:"群组",orgTree:"组织树",groupNameNotEmpty:"群组名称必填"},workgroupTree:{allTeamMembers:"所有工作组人员",name:"工作组名称",code:"工作组编码",removeWorkgroup:"移除工作组",workingGroupName:"工作组名称",workingGroupNumber:"工作组编号",workgroupDescription:"工作组描述",selectResultInfo:"{num}个工作组"},workflowButton:{save:"暂存",submit:"提交",approve:"同意",refuse:"不同意",agreement:"赞成",oppose:"反对",kiken:"弃权",get_back_button:"取回",copy:"抄送",draw:"领取",abandon_draw:"放弃领取",add_sign:"加签",remove_sign:"减签",signoff:"签收",assign:"交办",assign_task:"转办",readed:"已阅",export_report:"导出报告",draw_dept_task:"部门领取",abandon_draw_dept_task:"放弃部门领取"},workflowHistoryList:{specailText:"特",index:"序号",taskName:"环节名称",operation:"流转操作",opinion:"办理意见",processStart:"流程开始",processEnd:"流程结束",process_start:"[{key_1}]流程开始",prcoess_end:"[{key_1}]流程结束",force_end_process:"{key_1}强制结束了该流程,[{key_2}]的任务被取消",history_jump:"流程{key_3}到[{key_1}],[{key_2}]的任务被取消",history_back:"{key_1}退回任务,流程退回到[{key_2}]",history_removesign:"{key_1}给[{key_2}]减签",history_changetransactor_and_delegate:"{key_1}把办理人[{key_2}]更改成[{key_3})],{key_4}把任务委托给了[{key_5}]",history_changetransactor:"{key_1}把办理人[{2}]更改成[{key_3}]",history_addsign:"{key_1}给[{key_2}]加签",history_addtransactor:"{key_1}增加办理人[{key_2}]",history_removetransactor:"{key_1}减少办理人[{key_2}]",history_delegate_and_assign:"{key_1}把任务指派给了[{key_2}],[{key_3}]把任务委托给了[{key_4}]",history_assign:"{key_1}把任务指派给了[{key_2}]",transfer:"{key_1}移交给[{key_2}]",history_complete_transfer:"{key_1}执行了[{key_2}]操作,取消了其它接收人[{key_3}]的任务",history_delegate_receive:"{key_1}收回委托给[{key_2}]的任务",history_delegate:"{key_1}已把任务[{key_2}]委托给[{key_3}]",history_quit_transfer:"{key_1}离职,已把任务[{2}]移交给了[{key_3}]",history_change_job_transfer:"{1}换岗,已把任务[{2}]移交给了[{key_3}]",commonButtonOperation:"{key_1}执行了[{key_2}]操作",history_draw_task:"{key_1}领取了任务,取消了候选人[{key_2}]的任务",history_abandon_draw:"{key_1}放弃领取该任务,还原了候选人[{key_2}]的任务",create_copy_task:"{key_1}把任务抄送给了[{key_2}]",toDoText:"待处理",operator:"操作人",operatorLg:"操作人登录名",operatorDept:"操作人部门",operationTime:"操作时间",history_draw_dept_task:"{key_1}领取了部门[{key_2}]的任务",history_abandon_draw_dept_task:"{key_1}放弃领取部门[{key_2}]的任务",remark:"备注",taskState:"节点状态",processingDuration:"处理时长(H)",isOverdue:"是否超期",taskStateDoing:"进行中",taskStateDone:"已完成"},gateway:{timeout:"接口调用超时",callFailed:"接口调用失败"},superNineGrid:{add:"新建"},fsUpload:{upload:"上传",download:"下载",delete:"删除",deleteSuccessful:"删除成功",preview:"预览",name:"名称",picture:"图片",operating:"操作",uploadSucceeded:"上传成功",theNumberOfUploadsExceedsTheLimitTheLimitIs:"上传数量超过限制,限制数量为",image:"图片",video:"视频",updateSuccess:"更新成功",more:"更多",uploadFailed:"上传失败!"},messageVideo:{attemptingToIdentify:"正在尝试识别....",callingRearCamera:"正在调用后置摄像头...",identificationFailed:"识别失败"},IntervalSelection:{year:"年",quarter:"季度",auxiliary:"第",week:"周"},imatrixUIPromptMessage:{NoContent:"暂无内容"},chatEmbed:{name:"AI小助手",history:"历史记录",minimize:"缩小",fullscreen:"全屏",close:"关闭",regenerate:"重新生成",copy:"复制",newChat:"新建会话",copySuccess:"复制成功",requestFailed:"请求会话失败!"}},messages$2={en:en$1,cn:cn$1},i18n$1=createI18n({locale:"cn",messages:messages$2,legacy:!1});class CalculatorFactoryWf{constructor(){if(new.target===CalculatorFactoryWf)throw new Error("抽象类不能实例化!")}isEQEmptyValue(t,o,r){const n="operator.number.eq",i="operator.text.eq",s="operator.text.contain";return(t==null||t+""=="")&&(r==null||r+""=="")&&(o===n||o===i||o===s)}}class AmountCalculator extends CalculatorFactoryWf{constructor(t){super();const o="operator.number.ge",r="operator.number.le",n="operator.number.gt",i="operator.number.lt",s="operator.number.ne",l="operator.number.eq",a="operator.text.neq",d="operator.text.eq";if(t.indexOf(o)>0){const u=o,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>=C}else if(t.indexOf(r)>0){const u=r,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<=C}else if(t.indexOf(n)>0){const u=n,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>C}else if(t.indexOf(i)>0){const u=i,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<C}else if(t.indexOf(s)>0||t.indexOf(a)>0){let u=s;t.indexOf(a)>0&&(u=a);const c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A!==C}else if(t.indexOf(l)>0||t.indexOf(d)>0){let u=l;t.indexOf(d)>0&&(u=d);const c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);this.isEQEmptyValue(A,u,C)?this.result=!0:A===null?this.result=!1:this.result=A===C}}}class NumberCalculator extends CalculatorFactoryWf{constructor(t){super();const o="operator.number.ge",r="operator.number.le",n="operator.number.gt",i="operator.number.lt",s="operator.number.ne",l="operator.number.eq",a="operator.text.neq",d="operator.text.eq";if(t.indexOf(o)>0){const u=o;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>=C}else if(t.indexOf(r)>0){const u=r;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<=C}else if(t.indexOf(n)>0){const u=n;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>C}else if(t.indexOf(i)>0){const u=i;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<C}else if(t.indexOf(s)>0||t.indexOf(a)>0){let u=s;t.indexOf(a)>0&&(u=a);let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A!==C}else if(t.indexOf(l)>0||t.indexOf(d)>0){let u=l;t.indexOf(d)>0&&(u=d);let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);this.isEQEmptyValue(A,u,C)?this.result=!0:A===null?this.result=!1:this.result=A===C}}}class DateCalculator extends CalculatorFactoryWf{constructor(t,o){super();const r="operator.date.ge",n="operator.date.le",i="operator.date.gt",s="operator.date.lt",l="operator.date.ne",a="operator.date.et";if(t.indexOf(r)>0){const d=r;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m>=A}else if(t.indexOf(n)>0){const d=n;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m<=A}else if(t.indexOf(i)>0){const d=i;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m>A}else if(t.indexOf(s)>0){const d=s;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m<A}else if(t.indexOf(l)>0){const d=l;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m!==A}else if(t.indexOf(a)>0){const d=a;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();this.isEQEmptyValue(m,d,A)?this.result=!0:m===null?this.result=!1:this.result=m===A}}}class TextCalculator extends CalculatorFactoryWf{constructor(t){super();const o="operator.text.neq",r="operator.text.eq",n="operator.text.contain.not",i="operator.text.contain",s="operator.text.not.null";if(t.indexOf(s)>0){const l=t.substring(0,t.indexOf(s)).trim();this.result=!(l==null||l==="null"||l==="undefined"||l==="")}else if(t.indexOf(o)>0){const l=o,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();a===null?this.result=!1:this.result=a!==d}else if(t.indexOf(r)>0){const l=r,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();this.isEQEmptyValue(a,l,d)?this.result=!0:a===null?this.result=!1:this.result=a===d}else if(t.indexOf(n)>0){const l=n,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();a===null?this.result=!1:this.result=!a.includes(d)}else if(t.indexOf(i)>0){const l=i,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();this.isEQEmptyValue(a,l,d)?this.result=!0:a===null?this.result=!1:this.result=a.includes(d)}}}function getAbstractUserFactoryWf(e){switch(e){case"TEXT":return TextCalculator;case"DOUBLE":return AmountCalculator;case"FLOAT":return AmountCalculator;case"INTEGER":return NumberCalculator;case"LONG":return NumberCalculator;case"DATE":return DateCalculator;case"TIME":return DateCalculator;default:return TextCalculator}}function parseSubTablePermissionCondition(express,dataTypeMap,parentEntity,subEntity,additionalParamMap,task,contextParameterMap){const expressTrueVal="true";if(!express||expressTrueVal.toLowerCase()===express.trim())return!0;const SQUARE_BRACKETS_LEFT="[",SQUARE_BRACKETS_RIGHT="]",AND="&&",OR="||";let temp=express;const strs=splitExpression(express);console.log("分割后的原子表达式为:",strs);let result=!1;for(let e=0;e<strs.length;e++){console.log("开始分析原子表达式:",strs[e]);const t=strs[e];if(t&&t.trim()){const o=t.substring(t.indexOf(SQUARE_BRACKETS_LEFT)+SQUARE_BRACKETS_LEFT.length,t.indexOf(SQUARE_BRACKETS_RIGHT));let r="TEXT";dataTypeMap!=null&&dataTypeMap[o]!=null&&(r=dataTypeMap[o]),result=parseFieldCondition(t,r,parentEntity,subEntity,additionalParamMap,task,contextParameterMap),console.log("原子表达式:",t,"的分析结果为 ",result),temp=temp.replace(t.trim(),result+""),console.log("将原子表达式替换为它的结果后:",temp)}}return temp=temp.replace(/condition.operator.and/g,AND),temp=temp.replace(/condition.operator.or/g,OR),temp.trim().endsWith(OR)&&(temp=temp.substring(0,temp.lastIndexOf(OR))),temp.trim().endsWith(AND)&&(temp=temp.substring(0,temp.lastIndexOf(AND))),console.log("最终该流向的表达式为:",temp),eval("("+temp+")")}function parseFieldCondition(e,t,o,r,n,i,s){if(!e)return!1;const l="[",a="]";e=e.trim();const d=e.substring(e.indexOf(l)+l.length,e.indexOf(a)),u=e.substring(0,e.indexOf(" ")),c=e.substring(e.indexOf(" ")+1),m=c.substring(c.indexOf(" ")+1).trim(),A=getPropValue(m,o,n,s,null,r,i);A!=null&&(e=e.replace(m,A.toString()));let C;if(u.startsWith("${parent[")?C=getValue$2(o,d):C=getValue$2(r,d),(C==null||C==="")&&(t==="DATE"||t==="TIME"))return!1;console.log("对应值为:",C);const g=getAbstractUserFactoryWf(t),E=e.replace(u,C),f=new g(E).result;return console.log("判断结果为:",f),f}function splitExpression(e){const t="\\*",o="";return e=e.replace(/condition.operator.and/g,t),e=e.replace(/condition.operator.or/g,t),e=e.replace(/\(/g,o),e=e.replace(/\)/g,o),e.split(t)}function getValue$2(e,t){const o=getEntityFieldValue(e,t);return o===void 0||o==null?"":o+""}/*! js-cookie v3.0.5 | MIT */function assign$1(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)e[r]=o[r]}return e}var defaultConverter={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function init(e,t){function o(n,i,s){if(!(typeof document>"u")){s=assign$1({},t,s),typeof s.expires=="number"&&(s.expires=new Date(Date.now()+s.expires*864e5)),s.expires&&(s.expires=s.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var l="";for(var a in s)s[a]&&(l+="; "+a,s[a]!==!0&&(l+="="+s[a].split(";")[0]));return document.cookie=n+"="+e.write(i,n)+l}}function r(n){if(!(typeof document>"u"||arguments.length&&!n)){for(var i=document.cookie?document.cookie.split("; "):[],s={},l=0;l<i.length;l++){var a=i[l].split("="),d=a.slice(1).join("=");try{var u=decodeURIComponent(a[0]);if(s[u]=e.read(d,u),n===u)break}catch{}}return n?s[n]:s}}return Object.create({set:o,get:r,remove:function(n,i){o(n,"",assign$1({},i,{expires:-1}))},withAttributes:function(n){return init(this.converter,assign$1({},this.attributes,n))},withConverter:function(n){return init(assign$1({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var api=init(defaultConverter,{path:"/"});const jwtKey="JWT",currentUserNameKey="USERNAME",currentUserInfoKey="CURRENT_USER",currentSystemUrlKey="CURRENT_SYSTEM_URL_",langKey="CURRENT_LANGUAGE",allLangKey="AMB_LANG_INFO",versionEnv="VERSION_ENVIRONMENT",userVersion="CURRENT_USER_SYSTEM_VERSION",runDevpJwtKey="_runDevpJWT",themeKey="CURRENT_THEME",allThemeKey="AMB_THEME_INFO";function getToken$1(){let e=isDevpSystem$1(),t;return e?t=getMyToken():(t=getSessionCache(runDevpJwtKey),t||(t=getMyToken())),t}function isDevpSystem$1(){let e=!1;const t=window.$vueApp.config.globalProperties.systemCode;return t&&t==="devp"&&(e=!0),e}function getMyToken(){let e=getCookieCache(jwtKey);return e||(e=getSessionCache(jwtKey),console.log("authAPI.getToken---getSessionCache=",e)),e}function setToken$1(e){setCookieCache(jwtKey,e),setSessionCache(jwtKey,e)}function removeToken$1(){removeCookieCache(jwtKey),removeSessionCache(jwtKey),removeSessionCache(runDevpJwtKey)}function getUsername$1(){let e=getRunInfoKey$1(currentUserNameKey),t=getCookieCache(e);return t||(t=getSessionCache(e)),t}function setUsername$1(e){let t=getRunInfoKey$1(currentUserNameKey);setSessionCache(t,e),setCookieCache(t,e)}function removeUsername$1(){removeSessionCache(currentUserNameKey),removeCookieCache(currentUserNameKey)}function getCurrentUser$1(){const e=getRunInfoKey$1(currentUserInfoKey);return getCurrentUserByKey(e)}function getCurrentUserByKey(e){let t=getCookieCache(e);if(t||(t=getSessionCache(e)),t)return JSON.parse(t)}function setCurrentUser$1(e){const t=getRunInfoKey$1(currentUserInfoKey);if(e){e.password&&(e.password=null);const o=JSON.stringify(e);setSessionCache(t,o),setCookieCache(t,o)}}function getRunInfoKey$1(e){let t=e;return isDevpSystem$1()||getSessionCache(runDevpJwtKey)&&(t="_run_"+t),t}function removeCurrentUser$1(){removeSessionCache(currentUserInfoKey),removeCookieCache(currentUserInfoKey)}function getCookieCache(e){return api.get(e)}function setCookieCache(e,t){api.set(e,t,{path:"/"})}function removeCookieCache(e){api.remove(e,{path:"/"})}function getSessionCache(e){return window.sessionStorage.getItem(e)}function setSessionCache(e,t){return window.sessionStorage.setItem(e,t)}function removeSessionCache(e){window.sessionStorage.removeItem(e)}function getSystemCacheUrlByCode(e){if(e||(e=window.$vueApp.config.globalProperties.customSystem),e||(e=window.$vueApp.config.globalProperties.systemCode),e){const t=getSystemCacheUrl();if(t)return t[e]}}function getSystemCacheUrl(){let e=localStorage.getItem(currentSystemUrlKey);if(e)return JSON.parse(e)}function setSystemCacheUrl(e){if(e){const t=JSON.stringify(e);localStorage.setItem(currentSystemUrlKey,t)}}function removeSystemCacheUrl$1(){localStorage.removeItem(currentSystemUrlKey)}function getLanguage$1(){let e=getCookieCache(langKey);const t=window.$vueApp.config.globalProperties.projectModel;return!e&&t&&t==="developing.model"&&(e=getSessionCache(langKey)),e}function setLanguage$1(e){e||(e="zh_CN"),setCookieCache(langKey,e),setSessionCache(langKey,e)}function removeLanguage$1(){removeCookieCache(langKey),removeSessionCache(langKey)}function getAllLanguages$1(){let e=getCookieCache(allLangKey);const t=window.$vueApp.config.globalProperties.projectModel;return!e&&t&&t==="developing.model"&&(e=getSessionCache(allLangKey)),e}function setAllLanguages(e){setCookieCache(allLangKey,e),setSessionCache(allLangKey,e)}function removeAllLanguages$1(){removeCookieCache(allLangKey),removeSessionCache(allLangKey)}function getTheme$1(){return localStorage.getItem(themeKey)}function setTheme$1(e){localStorage.setItem(themeKey,e)}function removeTheme$1(){localStorage.removeItem(themeKey)}function getAllThemes(){let e=getCookieCache(allThemeKey);const t=window.$vueApp.config.globalProperties.projectModel;return!e&&t&&t==="developing.model"&&(e=getSessionCache(allThemeKey)),e}function setAllThemes(e){setCookieCache(allThemeKey,e),setSessionCache(allThemeKey,e)}function removeAllThemes$1(){removeCookieCache(allThemeKey),removeSessionCache(allThemeKey)}function removePublishControl$1(){removeCookieCache(versionEnv),removeCookieCache(userVersion)}const authApi={getToken:getToken$1,setToken:setToken$1,removeToken:removeToken$1,getUsername:getUsername$1,setUsername:setUsername$1,removeUsername:removeUsername$1,getCurrentUser:getCurrentUser$1,setCurrentUser:setCurrentUser$1,removeCurrentUser:removeCurrentUser$1,getCookieCache,setCookieCache,removeCookieCache,getSessionCache,setSessionCache,removeSessionCache,getSystemCacheUrlByCode,getSystemCacheUrl,setSystemCacheUrl,removeSystemCacheUrl:removeSystemCacheUrl$1,getLanguage:getLanguage$1,setLanguage:setLanguage$1,removeLanguage:removeLanguage$1,getAllLanguages:getAllLanguages$1,setAllLanguages,removeAllLanguages:removeAllLanguages$1,getTheme:getTheme$1,setTheme:setTheme$1,removeTheme:removeTheme$1,getAllThemes,setAllThemes,removeAllThemes:removeAllThemes$1,removePublishControl:removePublishControl$1,isDevpSystem:isDevpSystem$1,getRunInfoKey:getRunInfoKey$1},permissionKey="PERMISSION-",permissionMenuKey="PERMISSION_MENU-",permissionAllSystemKey="PERMISSION_All_SYSTSEM_KEY",mobilePermissionKey="PERMISSION-MOBILE-WEB";function getSystemCode(){let e;return window.$vueApp.config.globalProperties.customSystem?e=window.$vueApp.config.globalProperties.customSystem:window.$vueApp.config.globalProperties.currentSystem?e=window.$vueApp.config.globalProperties.currentSystem:e=window.$vueApp.config.globalProperties.systemCode,e}function getPermissions(e){let t=null;(!e||e+""=="null")&&(e=getSystemCode());let o=localStorage.getItem(permissionKey+e);if(o&&(t||(t={}),Object.assign(t,JSON.parse(o))),isMobileBrowser()){const n=localStorage.getItem(mobilePermissionKey);n&&(t||(t={}),Object.assign(t,JSON.parse(n)))}return t}function setPermissions(e,t){console.log("setPermissions==========systemCode=",t,"isHasPlatPermission----permissions[0]=",e&&e.length>0?e[0]:null);const o=isMobileBrowser();let r;const n=getPermissionObjs(e);return o?r=mobilePermissionKey:((!t||t+""=="null")&&(t=getSystemCode()),r=permissionKey+t),console.log("setPermissions==========systemCode=",t,"key=",r),localStorage.setItem(r,JSON.stringify(n)),setPermissionAllSystemKey(r),n}function getPermissionObjs(e){const t={};for(let o=0;o<e.length;o++)if(e[o]){const n=e[o].replace(/\./g,"__");t[n]=!0}return t}function getMenus(e){(!e||e+""=="null")&&(e=getSystemCode());const t=getRunInfoKey(permissionMenuKey),o=localStorage.getItem(t+e);return o?JSON.parse(o):null}function setMenus(e,t){if(e){(!t||t+""=="null")&&(t=getSystemCode());const r=getRunInfoKey(permissionMenuKey)+t;return localStorage.setItem(r,JSON.stringify(e)),setPermissionAllSystemKey(r),e}}function setPermissionAllSystemKey(e){const t=getPermissionAllSystemKey();t.indexOf(e)<0&&t.push(e),localStorage.setItem(permissionAllSystemKey,t.join(","))}function getPermissionAllSystemKey(){let e=localStorage.getItem(permissionAllSystemKey);return e&&(e=e.split(",")),e||(e=[]),e}function removePermissionSystemKey(){localStorage.removeItem(permissionAllSystemKey)}function rtrim(e){return e.replace(/(\s*$)/g,"")}function removeAllSystemPermissions(){localStorage.removeItem(mobilePermissionKey);const e=getSystemCode();localStorage.removeItem(permissionKey+e);const t=getRunInfoKey(permissionMenuKey);localStorage.removeItem(t+e),getPermissionAllSystemKey().forEach(r=>{r=rtrim(r),localStorage.removeItem(r)}),removePermissionSystemKey()}const GLOBAL_PROP={loadState:"GLOBAL_PROP_LOAD_STATE",CAN_SHOW_ORG_TREE:"global-show-org-tree",PORTAL_CHART_LAYOUT_COL:"portal-chart-layout-col"};function removeAllGlobalPropCache(){localStorage.removeItem(GLOBAL_PROP.loadState),localStorage.removeItem(GLOBAL_PROP.CAN_SHOW_ORG_TREE),localStorage.removeItem(GLOBAL_PROP.PORTAL_CHART_LAYOUT_COL)}const watermarkSetting="AMB_WATERMARK_SETTING";function removeWatermark(){localStorage.removeItem(watermarkSetting)}const voiceSetting="AMB_VOICE_SETTING",voiceLeafMenu="AMB_VOICE_LEAF_MENU";function removeVoiceCache(){removeVoiceLeafMenu(),removeVoiceSetting()}function removeVoiceLeafMenu(){localStorage.removeItem(voiceLeafMenu)}function removeVoiceSetting(){localStorage.removeItem(voiceSetting)}function getToken(){return authApi.getToken()}function setToken(e){authApi.setToken(e)}function removeToken(){authApi.removeToken()}function getUsername(){return authApi.getUsername()}function setUsername(e){authApi.setUsername(e)}function removeUsername(){authApi.removeUsername()}function setCurrentUser(e){authApi.setCurrentUser(e)}function removeCurrentUser(){authApi.removeCurrentUser()}function getLanguage(){return authApi.getLanguage()}function setLanguage(e){authApi.setLanguage(e)}function removeLanguage(){authApi.removeLanguage()}function getAllLanguages(){return authApi.getAllLanguages()}function removeAllLanguages(){authApi.removeAllLanguages()}function getTheme(){return authApi.getTheme()}function setTheme(e){e?authApi.setTheme(e):removeTheme()}function removeTheme(){authApi.removeTheme()}function removeAllThemes(){authApi.removeAllThemes()}function removePublishControl(){authApi.removePublishControl()}function removeDevpPermissions(){let e="_devpJWT",t="_CURRENT_ROLE";authApi.removeSessionCache(e),authApi.removeSessionCache(t)}function isDevpSystem(){return authApi.isDevpSystem()}function getRunInfoKey(e){return authApi.getRunInfoKey(e)}function removeProjectSettings(){authApi.removeCookieCache("PROJECT_SETTINGS")}function removeProjectCode(){authApi.removeCookieCache("_PROJECT_CDOE")}function removeSystemCacheUrl(){authApi.removeSystemCacheUrl()}function getRunCurrentRole(){let e="_RUN_CURRENT_ROLE";if(!isDevpSystem())return authApi.getSessionCache(e)}function clearPermission(){removeToken(),removeLanguage(),removeAllLanguages(),removeUsername(),removeCurrentUser(),removeAllSystemPermissions(),removePublishControl(),removeSystemCacheUrl(),removeAllGlobalPropCache(),removeWatermark(),removeVoiceCache()}function clearVoiceCache(){removeVoiceCache()}function bind(e,t){return function(){return e.apply(t,arguments)}}const{toString:toString$1}=Object.prototype,{getPrototypeOf}=Object,kindOf=(e=>t=>{const o=toString$1.call(t);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=e=>(e=e.toLowerCase(),t=>kindOf(t)===e),typeOfTest=e=>t=>typeof t===e,{isArray:isArray$6}=Array,isUndefined$1=typeOfTest("undefined");function isBuffer(e){return e!==null&&!isUndefined$1(e)&&e.constructor!==null&&!isUndefined$1(e.constructor)&&isFunction$2(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&isArrayBuffer(e.buffer),t}const isString$3=typeOfTest("string"),isFunction$2=typeOfTest("function"),isNumber$2=typeOfTest("number"),isObject$2=e=>e!==null&&typeof e=="object",isBoolean=e=>e===!0||e===!1,isPlainObject=e=>{if(kindOf(e)!=="object")return!1;const t=getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},isDate$1=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=e=>isObject$2(e)&&isFunction$2(e.pipe),isFormData=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||isFunction$2(e.append)&&((t=kindOf(e))==="formdata"||t==="object"&&isFunction$2(e.toString)&&e.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,t,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let r,n;if(typeof e!="object"&&(e=[e]),isArray$6(e))for(r=0,n=e.length;r<n;r++)t.call(null,e[r],r,e);else{const i=o?Object.getOwnPropertyNames(e):Object.keys(e),s=i.length;let l;for(r=0;r<s;r++)l=i[r],t.call(null,e[l],l,e)}}function findKey(e,t){t=t.toLowerCase();const o=Object.keys(e);let r=o.length,n;for(;r-- >0;)if(n=o[r],t===n.toLowerCase())return n;return null}const _global$1=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),isContextDefined=e=>!isUndefined$1(e)&&e!==_global$1;function merge(){const{caseless:e}=isContextDefined(this)&&this||{},t={},o=(r,n)=>{const i=e&&findKey(t,n)||n;isPlainObject(t[i])&&isPlainObject(r)?t[i]=merge(t[i],r):isPlainObject(r)?t[i]=merge({},r):isArray$6(r)?t[i]=r.slice():t[i]=r};for(let r=0,n=arguments.length;r<n;r++)arguments[r]&&forEach(arguments[r],o);return t}const extend=(e,t,o,{allOwnKeys:r}={})=>(forEach(t,(n,i)=>{o&&isFunction$2(n)?e[i]=bind(n,o):e[i]=n},{allOwnKeys:r}),e),stripBOM=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),inherits=(e,t,o,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),o&&Object.assign(e.prototype,o)},toFlatObject=(e,t,o,r)=>{let n,i,s;const l={};if(t=t||{},e==null)return t;do{for(n=Object.getOwnPropertyNames(e),i=n.length;i-- >0;)s=n[i],(!r||r(s,e,t))&&!l[s]&&(t[s]=e[s],l[s]=!0);e=o!==!1&&getPrototypeOf(e)}while(e&&(!o||o(e,t))&&e!==Object.prototype);return t},endsWith=(e,t,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=t.length;const r=e.indexOf(t,o);return r!==-1&&r===o},toArray=e=>{if(!e)return null;if(isArray$6(e))return e;let t=e.length;if(!isNumber$2(t))return null;const o=new Array(t);for(;t-- >0;)o[t]=e[t];return o},isTypedArray=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=r.next())&&!n.done;){const i=n.value;t.call(e,i[0],i[1])}},matchAll=(e,t)=>{let o;const r=[];for(;(o=e.exec(t))!==null;)r.push(o);return r},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(o,r,n){return r.toUpperCase()+n}),hasOwnProperty$5=(({hasOwnProperty:e})=>(t,o)=>e.call(t,o))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(e,t)=>{const o=Object.getOwnPropertyDescriptors(e),r={};forEach(o,(n,i)=>{let s;(s=t(n,i,e))!==!1&&(r[i]=s||n)}),Object.defineProperties(e,r)},freezeMethods=e=>{reduceDescriptors(e,(t,o)=>{if(isFunction$2(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const r=e[o];if(isFunction$2(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},toObjectSet=(e,t)=>{const o={},r=n=>{n.forEach(i=>{o[i]=!0})};return isArray$6(e)?r(e):r(String(e).split(t)),o},noop$2=()=>{},toFiniteNumber=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,ALPHA="abcdefghijklmnopqrstuvwxyz",DIGIT="0123456789",ALPHABET={DIGIT,ALPHA,ALPHA_DIGIT:ALPHA+ALPHA.toUpperCase()+DIGIT},generateString=(e=16,t=ALPHABET.ALPHA_DIGIT)=>{let o="";const{length:r}=t;for(;e--;)o+=t[Math.random()*r|0];return o};function isSpecCompliantForm(e){return!!(e&&isFunction$2(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const t=new Array(10),o=(r,n)=>{if(isObject$2(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[n]=r;const i=isArray$6(r)?[]:{};return forEach(r,(s,l)=>{const a=o(s,n+1);!isUndefined$1(a)&&(i[l]=a)}),t[n]=void 0,i}}return r};return o(e,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=e=>e&&(isObject$2(e)||isFunction$2(e))&&isFunction$2(e.then)&&isFunction$2(e.catch),utils$1={isArray:isArray$6,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString:isString$3,isNumber:isNumber$2,isBoolean,isObject:isObject$2,isPlainObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined:isUndefined$1,isDate:isDate$1,isFile,isBlob,isRegExp,isFunction:isFunction$2,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty:hasOwnProperty$5,hasOwnProp:hasOwnProperty$5,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop:noop$2,toFiniteNumber,findKey,global:_global$1,isContextDefined,ALPHABET,generateString,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable};function AxiosError(e,t,o,r,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),o&&(this.config=o),r&&(this.request=r),n&&(this.response=n)}utils$1.inherits(AxiosError,Error,{toJSON:function e(){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:utils$1.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const prototype$1=AxiosError.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{descriptors[e]={value:e}}),Object.defineProperties(AxiosError,descriptors),Object.defineProperty(prototype$1,"isAxiosError",{value:!0}),AxiosError.from=(e,t,o,r,n,i)=>{const s=Object.create(prototype$1);return utils$1.toFlatObject(e,s,function(a){return a!==Error.prototype},l=>l!=="isAxiosError"),AxiosError.call(s,e.message,t,o,r,n),s.cause=e,s.name=e.name,i&&Object.assign(s,i),s};const httpAdapter=null;function isVisitable(e){return utils$1.isPlainObject(e)||utils$1.isArray(e)}function removeBrackets(e){return utils$1.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,t,o){return e?e.concat(t).map(function(n,i){return n=removeBrackets(n),!o&&i?"["+n+"]":n}).join(o?".":""):t}function isFlatArray(e){return utils$1.isArray(e)&&!e.some(isVisitable)}const predicates=utils$1.toFlatObject(utils$1,{},null,function e(t){return/^is[A-Z]/.test(t)});function toFormData(e,t,o){if(!utils$1.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,o=utils$1.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,E){return!utils$1.isUndefined(E[g])});const r=o.metaTokens,n=o.visitor||u,i=o.dots,s=o.indexes,a=(o.Blob||typeof Blob<"u"&&Blob)&&utils$1.isSpecCompliantForm(t);if(!utils$1.isFunction(n))throw new TypeError("visitor must be a function");function d(C){if(C===null)return"";if(utils$1.isDate(C))return C.toISOString();if(!a&&utils$1.isBlob(C))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(C)||utils$1.isTypedArray(C)?a&&typeof Blob=="function"?new Blob([C]):Buffer.from(C):C}function u(C,g,E){let p=C;if(C&&!E&&typeof C=="object"){if(utils$1.endsWith(g,"{}"))g=r?g:g.slice(0,-2),C=JSON.stringify(C);else if(utils$1.isArray(C)&&isFlatArray(C)||(utils$1.isFileList(C)||utils$1.endsWith(g,"[]"))&&(p=utils$1.toArray(C)))return g=removeBrackets(g),p.forEach(function(w,v){!(utils$1.isUndefined(w)||w===null)&&t.append(s===!0?renderKey([g],v,i):s===null?g:g+"[]",d(w))}),!1}return isVisitable(C)?!0:(t.append(renderKey(E,g,i),d(C)),!1)}const c=[],m=Object.assign(predicates,{defaultVisitor:u,convertValue:d,isVisitable});function A(C,g){if(!utils$1.isUndefined(C)){if(c.indexOf(C)!==-1)throw Error("Circular reference detected in "+g.join("."));c.push(C),utils$1.forEach(C,function(p,f){(!(utils$1.isUndefined(p)||p===null)&&n.call(t,p,utils$1.isString(f)?f.trim():f,g,m))===!0&&A(p,g?g.concat(f):[f])}),c.pop()}}if(!utils$1.isObject(e))throw new TypeError("data must be an object");return A(e),t}function encode$1(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function AxiosURLSearchParams(e,t){this._pairs=[],e&&toFormData(e,this,t)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function e(t,o){this._pairs.push([t,o])},prototype.toString=function e(t){const o=t?function(r){return t.call(this,r,encode$1)}:encode$1;return this._pairs.map(function(n){return o(n[0])+"="+o(n[1])},"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,t,o){if(!t)return e;const r=o&&o.encode||encode,n=o&&o.serialize;let i;if(n?i=n(t,o):i=utils$1.isURLSearchParams(t)?t.toString():new AxiosURLSearchParams(t,o).toString(r),i){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}class InterceptorManager{constructor(){this.handlers=[]}use(t,o,r){return this.handlers.push({fulfilled:t,rejected:o,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){utils$1.forEach(this.handlers,function(r){r!==null&&t(r)})}}const InterceptorManager$1=InterceptorManager,transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",hasStandardBrowserEnv=(e=>hasBrowserEnv&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),hasStandardBrowserWebWorkerEnv=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),origin=hasBrowserEnv&&window.location.href||"http://localhost",utils=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv,origin},Symbol.toStringTag,{value:"Module"})),platform={...utils,...platform$1};function toURLEncodedForm(e,t){return toFormData(e,new platform.classes.URLSearchParams,Object.assign({visitor:function(o,r,n,i){return platform.isNode&&utils$1.isBuffer(o)?(this.append(r,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function parsePropPath(e){return utils$1.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function arrayToObject(e){const t={},o=Object.keys(e);let r;const n=o.length;let i;for(r=0;r<n;r++)i=o[r],t[i]=e[i];return t}function formDataToJSON(e){function t(o,r,n,i){let s=o[i++];if(s==="__proto__")return!0;const l=Number.isFinite(+s),a=i>=o.length;return s=!s&&utils$1.isArray(n)?n.length:s,a?(utils$1.hasOwnProp(n,s)?n[s]=[n[s],r]:n[s]=r,!l):((!n[s]||!utils$1.isObject(n[s]))&&(n[s]=[]),t(o,r,n[s],i)&&utils$1.isArray(n[s])&&(n[s]=arrayToObject(n[s])),!l)}if(utils$1.isFormData(e)&&utils$1.isFunction(e.entries)){const o={};return utils$1.forEachEntry(e,(r,n)=>{t(parsePropPath(r),n,o,0)}),o}return null}function stringifySafely(e,t,o){if(utils$1.isString(e))try{return(t||JSON.parse)(e),utils$1.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(o||JSON.stringify)(e)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function e(t,o){const r=o.getContentType()||"",n=r.indexOf("application/json")>-1,i=utils$1.isObject(t);if(i&&utils$1.isHTMLForm(t)&&(t=new FormData(t)),utils$1.isFormData(t))return n?JSON.stringify(formDataToJSON(t)):t;if(utils$1.isArrayBuffer(t)||utils$1.isBuffer(t)||utils$1.isStream(t)||utils$1.isFile(t)||utils$1.isBlob(t)||utils$1.isReadableStream(t))return t;if(utils$1.isArrayBufferView(t))return t.buffer;if(utils$1.isURLSearchParams(t))return o.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(t,this.formSerializer).toString();if((l=utils$1.isFileList(t))||r.indexOf("multipart/form-data")>-1){const a=this.env&&this.env.FormData;return toFormData(l?{"files[]":t}:t,a&&new a,this.formSerializer)}}return i||n?(o.setContentType("application/json",!1),stringifySafely(t)):t}],transformResponse:[function e(t){const o=this.transitional||defaults.transitional,r=o&&o.forcedJSONParsing,n=this.responseType==="json";if(utils$1.isResponse(t)||utils$1.isReadableStream(t))return t;if(t&&utils$1.isString(t)&&(r&&!this.responseType||n)){const s=!(o&&o.silentJSONParsing)&&n;try{return JSON.parse(t)}catch(l){if(s)throw l.name==="SyntaxError"?AxiosError.from(l,AxiosError.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function e(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$1.forEach(["delete","get","head","post","put","patch"],e=>{defaults.headers[e]={}});const defaults$1=defaults,ignoreDuplicateOf=utils$1.toObjectSet(["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=e=>{const t={};let o,r,n;return e&&e.split(`
|
|
25
|
+
*/const VERSION$1="9.6.5";function initFeatureFlags(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(getGlobalThis().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(getGlobalThis().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(getGlobalThis().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(getGlobalThis().__INTLIFY_PROD_DEVTOOLS__=!1)}const code$1=CoreWarnCodes.__EXTEND_POINT__,inc$1=incrementer(code$1),I18nWarnCodes={FALLBACK_TO_ROOT:code$1,NOT_SUPPORTED_PRESERVE:inc$1(),NOT_SUPPORTED_FORMATTER:inc$1(),NOT_SUPPORTED_PRESERVE_DIRECTIVE:inc$1(),NOT_SUPPORTED_GET_CHOICE_INDEX:inc$1(),COMPONENT_NAME_LEGACY_COMPATIBLE:inc$1(),NOT_FOUND_PARENT_SCOPE:inc$1(),IGNORE_OBJ_FLATTEN:inc$1(),NOTICE_DROP_ALLOW_COMPOSITION:inc$1()},warnMessages={[I18nWarnCodes.FALLBACK_TO_ROOT]:"Fall back to {type} '{key}' with root locale.",[I18nWarnCodes.NOT_SUPPORTED_PRESERVE]:"Not supported 'preserve'.",[I18nWarnCodes.NOT_SUPPORTED_FORMATTER]:"Not supported 'formatter'.",[I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE]:"Not supported 'preserveDirectiveContent'.",[I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX]:"Not supported 'getChoiceIndex'.",[I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE]:"Component name legacy compatible: '{name}' -> 'i18n'",[I18nWarnCodes.NOT_FOUND_PARENT_SCOPE]:"Not found parent scope. use the global scope.",[I18nWarnCodes.IGNORE_OBJ_FLATTEN]:"Ignore object flatten: '{key}' key has an string value",[I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION]:"'allowComposition' option will be dropped in the next major version. For more information, please see 👉 https://tinyurl.com/2p97mcze"};function getWarnMessage(e,...t){return format$3(warnMessages[e],...t)}const code=CoreErrorCodes.__EXTEND_POINT__,inc=incrementer(code),I18nErrorCodes={UNEXPECTED_RETURN_TYPE:code,INVALID_ARGUMENT:inc(),MUST_BE_CALL_SETUP_TOP:inc(),NOT_INSTALLED:inc(),NOT_AVAILABLE_IN_LEGACY_MODE:inc(),REQUIRED_VALUE:inc(),INVALID_VALUE:inc(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:inc(),NOT_INSTALLED_WITH_PROVIDE:inc(),UNEXPECTED_ERROR:inc(),NOT_COMPATIBLE_LEGACY_VUE_I18N:inc(),BRIDGE_SUPPORT_VUE_2_ONLY:inc(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:inc(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:inc(),__EXTEND_POINT__:inc()};function createI18nError(e,...t){return createCompileError(e,null,process.env.NODE_ENV!=="production"?{messages:errorMessages,args:t}:void 0)}const errorMessages={[I18nErrorCodes.UNEXPECTED_RETURN_TYPE]:"Unexpected return type in composer",[I18nErrorCodes.INVALID_ARGUMENT]:"Invalid argument",[I18nErrorCodes.MUST_BE_CALL_SETUP_TOP]:"Must be called at the top of a `setup` function",[I18nErrorCodes.NOT_INSTALLED]:"Need to install with `app.use` function",[I18nErrorCodes.UNEXPECTED_ERROR]:"Unexpected error",[I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]:"Not available in legacy mode",[I18nErrorCodes.REQUIRED_VALUE]:"Required in value: {0}",[I18nErrorCodes.INVALID_VALUE]:"Invalid value",[I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]:"Cannot setup vue-devtools plugin",[I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE]:"Need to install with `provide` function",[I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N]:"Not compatible legacy VueI18n.",[I18nErrorCodes.BRIDGE_SUPPORT_VUE_2_ONLY]:"vue-i18n-bridge support Vue 2.x only",[I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]:"Must define ‘i18n’ option or custom block in Composition API with using local scope in Legacy API mode",[I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]:"Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"},TranslateVNodeSymbol=makeSymbol("__translateVNode"),DatetimePartsSymbol=makeSymbol("__datetimeParts"),NumberPartsSymbol=makeSymbol("__numberParts"),EnableEmitter=makeSymbol("__enableEmitter"),DisableEmitter=makeSymbol("__disableEmitter"),SetPluralRulesSymbol=makeSymbol("__setPluralRules"),InejctWithOptionSymbol=makeSymbol("__injectWithOption"),DisposeSymbol=makeSymbol("__dispose");function handleFlatJson(e){if(!isObject$4(e))return e;for(const t in e)if(hasOwn$1(e,t))if(!t.includes("."))isObject$4(e[t])&&handleFlatJson(e[t]);else{const o=t.split("."),r=o.length-1;let n=e,i=!1;for(let s=0;s<r;s++){if(o[s]in n||(n[o[s]]={}),!isObject$4(n[o[s]])){process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.IGNORE_OBJ_FLATTEN,{key:o[s]})),i=!0;break}n=n[o[s]]}i||(n[o[r]]=e[t],delete e[t]),isObject$4(n[o[r]])&&handleFlatJson(n[o[r]])}return e}function getLocaleMessages(e,t){const{messages:o,__i18n:r,messageResolver:n,flatJson:i}=t,s=isPlainObject$1(o)?o:isArray$7(r)?{}:{[e]:{}};if(isArray$7(r)&&r.forEach(l=>{if("locale"in l&&"resource"in l){const{locale:a,resource:d}=l;a?(s[a]=s[a]||{},deepCopy$1(d,s[a])):deepCopy$1(d,s)}else isString$5(l)&&deepCopy$1(JSON.parse(l),s)}),n==null&&i)for(const l in s)hasOwn$1(s,l)&&handleFlatJson(s[l]);return s}const isNotObjectOrIsArray=e=>!isObject$4(e)||isArray$7(e);function deepCopy$1(e,t){if(isNotObjectOrIsArray(e)||isNotObjectOrIsArray(t))throw createI18nError(I18nErrorCodes.INVALID_VALUE);for(const o in e)hasOwn$1(e,o)&&(isNotObjectOrIsArray(e[o])||isNotObjectOrIsArray(t[o])?t[o]=e[o]:deepCopy$1(e[o],t[o]))}function getComponentOptions(e){return e.type}function adjustI18nResources(e,t,o){let r=isObject$4(t.messages)?t.messages:{};"__i18nGlobal"in o&&(r=getLocaleMessages(e.locale.value,{messages:r,__i18n:o.__i18nGlobal}));const n=Object.keys(r);n.length&&n.forEach(i=>{e.mergeLocaleMessage(i,r[i])});{if(isObject$4(t.datetimeFormats)){const i=Object.keys(t.datetimeFormats);i.length&&i.forEach(s=>{e.mergeDateTimeFormat(s,t.datetimeFormats[s])})}if(isObject$4(t.numberFormats)){const i=Object.keys(t.numberFormats);i.length&&i.forEach(s=>{e.mergeNumberFormat(s,t.numberFormats[s])})}}}function createTextNode(e){return Vue.createVNode(Vue.Text,null,e,0)}const DEVTOOLS_META="__INTLIFY_META__",NOOP_RETURN_ARRAY=()=>[],NOOP_RETURN_FALSE=()=>!1;let composerID=0;function defineCoreMissingHandler(e){return(t,o,r,n)=>e(o,r,Vue.getCurrentInstance()||void 0,n)}const getMetaInfo=()=>{const e=Vue.getCurrentInstance();let t=null;return e&&(t=getComponentOptions(e)[DEVTOOLS_META])?{[DEVTOOLS_META]:t}:null};function createComposer(e={},t){const{__root:o,__injectWithOption:r}=e,n=o===void 0,i=e.flatJson;let s=isBoolean$1(e.inheritLocale)?e.inheritLocale:!0;const l=Vue.ref(o&&s?o.locale.value:isString$5(e.locale)?e.locale:DEFAULT_LOCALE),a=Vue.ref(o&&s?o.fallbackLocale.value:isString$5(e.fallbackLocale)||isArray$7(e.fallbackLocale)||isPlainObject$1(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:l.value),d=Vue.ref(getLocaleMessages(l.value,e)),u=Vue.ref(isPlainObject$1(e.datetimeFormats)?e.datetimeFormats:{[l.value]:{}}),c=Vue.ref(isPlainObject$1(e.numberFormats)?e.numberFormats:{[l.value]:{}});let m=o?o.missingWarn:isBoolean$1(e.missingWarn)||isRegExp$1(e.missingWarn)?e.missingWarn:!0,A=o?o.fallbackWarn:isBoolean$1(e.fallbackWarn)||isRegExp$1(e.fallbackWarn)?e.fallbackWarn:!0,C=o?o.fallbackRoot:isBoolean$1(e.fallbackRoot)?e.fallbackRoot:!0,g=!!e.fallbackFormat,E=isFunction$3(e.missing)?e.missing:null,p=isFunction$3(e.missing)?defineCoreMissingHandler(e.missing):null,f=isFunction$3(e.postTranslation)?e.postTranslation:null,w=o?o.warnHtmlMessage:isBoolean$1(e.warnHtmlMessage)?e.warnHtmlMessage:!0,v=!!e.escapeParameter;const b=o?o.modifiers:isPlainObject$1(e.modifiers)?e.modifiers:{};let O=e.pluralRules||o&&o.pluralRules,N;N=(()=>{n&&setFallbackContext(null);const D={version:VERSION$1,locale:l.value,fallbackLocale:a.value,messages:d.value,modifiers:b,pluralRules:O,missing:p===null?void 0:p,missingWarn:m,fallbackWarn:A,fallbackFormat:g,unresolving:!0,postTranslation:f===null?void 0:f,warnHtmlMessage:w,escapeParameter:v,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};D.datetimeFormats=u.value,D.numberFormats=c.value,D.__datetimeFormatters=isPlainObject$1(N)?N.__datetimeFormatters:void 0,D.__numberFormatters=isPlainObject$1(N)?N.__numberFormatters:void 0,process.env.NODE_ENV!=="production"&&(D.__v_emitter=isPlainObject$1(N)?N.__v_emitter:void 0);const x=createCoreContext(D);return n&&setFallbackContext(x),x})(),updateFallbackLocale(N,l.value,a.value);function S(){return[l.value,a.value,d.value,u.value,c.value]}const Q=Vue.computed({get:()=>l.value,set:D=>{l.value=D,N.locale=l.value}}),q=Vue.computed({get:()=>a.value,set:D=>{a.value=D,N.fallbackLocale=a.value,updateFallbackLocale(N,l.value,D)}}),K=Vue.computed(()=>d.value),U=Vue.computed(()=>u.value),ne=Vue.computed(()=>c.value);function re(){return isFunction$3(f)?f:null}function te(D){f=D,N.postTranslation=D}function _(){return E}function G(D){D!==null&&(p=defineCoreMissingHandler(D)),E=D,N.missing=p}function W(D,x){return D!=="translate"||!x.resolvedMessage}const z=(D,x,J,$,ue,pe)=>{S();let de;try{process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,n||(N.fallbackContext=o?getFallbackContext():void 0),de=D(N)}finally{process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__,n||(N.fallbackContext=void 0)}if(J!=="translate exists"&&isNumber$3(de)&&de===NOT_REOSLVED||J==="translate exists"&&!de){const[ce,Ae]=x();if(process.env.NODE_ENV!=="production"&&o&&isString$5(ce)&&W(J,Ae)&&(C&&(isTranslateFallbackWarn(A,ce)||isTranslateMissingWarn(m,ce))&&warn$1(getWarnMessage(I18nWarnCodes.FALLBACK_TO_ROOT,{key:ce,type:J})),process.env.NODE_ENV!=="production")){const{__v_emitter:he}=N;he&&C&&he.emit("fallback",{type:J,key:ce,to:"global",groupId:`${J}:${ce}`})}return o&&C?$(o):ue(ce)}else{if(pe(de))return de;throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE)}};function Z(...D){return z(x=>Reflect.apply(translate$1,null,[x,...D]),()=>parseTranslateArgs(...D),"translate",x=>Reflect.apply(x.t,x,[...D]),x=>x,x=>isString$5(x))}function Y(...D){const[x,J,$]=D;if($&&!isObject$4($))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);return Z(x,J,assign$3({resolvedMessage:!0},$||{}))}function se(...D){return z(x=>Reflect.apply(datetime,null,[x,...D]),()=>parseDateTimeArgs(...D),"datetime format",x=>Reflect.apply(x.d,x,[...D]),()=>MISSING_RESOLVE_VALUE,x=>isString$5(x))}function X(...D){return z(x=>Reflect.apply(number$1,null,[x,...D]),()=>parseNumberArgs(...D),"number format",x=>Reflect.apply(x.n,x,[...D]),()=>MISSING_RESOLVE_VALUE,x=>isString$5(x))}function ie(D){return D.map(x=>isString$5(x)||isNumber$3(x)||isBoolean$1(x)?createTextNode(String(x)):x)}const V={normalize:ie,interpolate:D=>D,type:"vnode"};function y(...D){return z(x=>{let J;const $=x;try{$.processor=V,J=Reflect.apply(translate$1,null,[$,...D])}finally{$.processor=null}return J},()=>parseTranslateArgs(...D),"translate",x=>x[TranslateVNodeSymbol](...D),x=>[createTextNode(x)],x=>isArray$7(x))}function M(...D){return z(x=>Reflect.apply(number$1,null,[x,...D]),()=>parseNumberArgs(...D),"number format",x=>x[NumberPartsSymbol](...D),NOOP_RETURN_ARRAY,x=>isString$5(x)||isArray$7(x))}function T(...D){return z(x=>Reflect.apply(datetime,null,[x,...D]),()=>parseDateTimeArgs(...D),"datetime format",x=>x[DatetimePartsSymbol](...D),NOOP_RETURN_ARRAY,x=>isString$5(x)||isArray$7(x))}function R(D){O=D,N.pluralRules=O}function j(D,x){return z(()=>{if(!D)return!1;const J=isString$5(x)?x:l.value,$=B(J),ue=N.messageResolver($,D);return isMessageAST(ue)||isMessageFunction(ue)||isString$5(ue)},()=>[D],"translate exists",J=>Reflect.apply(J.te,J,[D,x]),NOOP_RETURN_FALSE,J=>isBoolean$1(J))}function I(D){let x=null;const J=fallbackWithLocaleChain(N,a.value,l.value);for(let $=0;$<J.length;$++){const ue=d.value[J[$]]||{},pe=N.messageResolver(ue,D);if(pe!=null){x=pe;break}}return x}function k(D){const x=I(D);return x??(o?o.tm(D)||{}:{})}function B(D){return d.value[D]||{}}function L(D,x){if(i){const J={[D]:x};for(const $ in J)hasOwn$1(J,$)&&handleFlatJson(J[$]);x=J[D]}d.value[D]=x,N.messages=d.value}function F(D,x){d.value[D]=d.value[D]||{};const J={[D]:x};for(const $ in J)hasOwn$1(J,$)&&handleFlatJson(J[$]);x=J[D],deepCopy$1(x,d.value[D]),N.messages=d.value}function H(D){return u.value[D]||{}}function le(D,x){u.value[D]=x,N.datetimeFormats=u.value,clearDateTimeFormat(N,D,x)}function ae(D,x){u.value[D]=assign$3(u.value[D]||{},x),N.datetimeFormats=u.value,clearDateTimeFormat(N,D,x)}function me(D){return c.value[D]||{}}function fe(D,x){c.value[D]=x,N.numberFormats=c.value,clearNumberFormat(N,D,x)}function ge(D,x){c.value[D]=assign$3(c.value[D]||{},x),N.numberFormats=c.value,clearNumberFormat(N,D,x)}composerID++,o&&inBrowser&&(Vue.watch(o.locale,D=>{s&&(l.value=D,N.locale=D,updateFallbackLocale(N,l.value,a.value))}),Vue.watch(o.fallbackLocale,D=>{s&&(a.value=D,N.fallbackLocale=D,updateFallbackLocale(N,l.value,a.value))}));const ee={id:composerID,locale:Q,fallbackLocale:q,get inheritLocale(){return s},set inheritLocale(D){s=D,D&&o&&(l.value=o.locale.value,a.value=o.fallbackLocale.value,updateFallbackLocale(N,l.value,a.value))},get availableLocales(){return Object.keys(d.value).sort()},messages:K,get modifiers(){return b},get pluralRules(){return O||{}},get isGlobal(){return n},get missingWarn(){return m},set missingWarn(D){m=D,N.missingWarn=m},get fallbackWarn(){return A},set fallbackWarn(D){A=D,N.fallbackWarn=A},get fallbackRoot(){return C},set fallbackRoot(D){C=D},get fallbackFormat(){return g},set fallbackFormat(D){g=D,N.fallbackFormat=g},get warnHtmlMessage(){return w},set warnHtmlMessage(D){w=D,N.warnHtmlMessage=D},get escapeParameter(){return v},set escapeParameter(D){v=D,N.escapeParameter=D},t:Z,getLocaleMessage:B,setLocaleMessage:L,mergeLocaleMessage:F,getPostTranslationHandler:re,setPostTranslationHandler:te,getMissingHandler:_,setMissingHandler:G,[SetPluralRulesSymbol]:R};return ee.datetimeFormats=U,ee.numberFormats=ne,ee.rt=Y,ee.te=j,ee.tm=k,ee.d=se,ee.n=X,ee.getDateTimeFormat=H,ee.setDateTimeFormat=le,ee.mergeDateTimeFormat=ae,ee.getNumberFormat=me,ee.setNumberFormat=fe,ee.mergeNumberFormat=ge,ee[InejctWithOptionSymbol]=r,ee[TranslateVNodeSymbol]=y,ee[DatetimePartsSymbol]=T,ee[NumberPartsSymbol]=M,process.env.NODE_ENV!=="production"&&(ee[EnableEmitter]=D=>{N.__v_emitter=D},ee[DisableEmitter]=()=>{N.__v_emitter=void 0}),ee}function convertComposerOptions(e){const t=isString$5(e.locale)?e.locale:DEFAULT_LOCALE,o=isString$5(e.fallbackLocale)||isArray$7(e.fallbackLocale)||isPlainObject$1(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=isFunction$3(e.missing)?e.missing:void 0,n=isBoolean$1(e.silentTranslationWarn)||isRegExp$1(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,i=isBoolean$1(e.silentFallbackWarn)||isRegExp$1(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,s=isBoolean$1(e.fallbackRoot)?e.fallbackRoot:!0,l=!!e.formatFallbackMessages,a=isPlainObject$1(e.modifiers)?e.modifiers:{},d=e.pluralizationRules,u=isFunction$3(e.postTranslation)?e.postTranslation:void 0,c=isString$5(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,m=!!e.escapeParameterHtml,A=isBoolean$1(e.sync)?e.sync:!0;process.env.NODE_ENV!=="production"&&e.formatter&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER)),process.env.NODE_ENV!=="production"&&e.preserveDirectiveContent&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));let C=e.messages;if(isPlainObject$1(e.sharedMessages)){const b=e.sharedMessages;C=Object.keys(b).reduce((N,P)=>{const S=N[P]||(N[P]={});return assign$3(S,b[P]),N},C||{})}const{__i18n:g,__root:E,__injectWithOption:p}=e,f=e.datetimeFormats,w=e.numberFormats,v=e.flatJson;return{locale:t,fallbackLocale:o,messages:C,flatJson:v,datetimeFormats:f,numberFormats:w,missing:r,missingWarn:n,fallbackWarn:i,fallbackRoot:s,fallbackFormat:l,modifiers:a,pluralRules:d,postTranslation:u,warnHtmlMessage:c,escapeParameter:m,messageResolver:e.messageResolver,inheritLocale:A,__i18n:g,__root:E,__injectWithOption:p}}function createVueI18n(e={},t){{const o=createComposer(convertComposerOptions(e)),{__extender:r}=e,n={id:o.id,get locale(){return o.locale.value},set locale(i){o.locale.value=i},get fallbackLocale(){return o.fallbackLocale.value},set fallbackLocale(i){o.fallbackLocale.value=i},get messages(){return o.messages.value},get datetimeFormats(){return o.datetimeFormats.value},get numberFormats(){return o.numberFormats.value},get availableLocales(){return o.availableLocales},get formatter(){return process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER)),{interpolate(){return[]}}},set formatter(i){process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER))},get missing(){return o.getMissingHandler()},set missing(i){o.setMissingHandler(i)},get silentTranslationWarn(){return isBoolean$1(o.missingWarn)?!o.missingWarn:o.missingWarn},set silentTranslationWarn(i){o.missingWarn=isBoolean$1(i)?!i:i},get silentFallbackWarn(){return isBoolean$1(o.fallbackWarn)?!o.fallbackWarn:o.fallbackWarn},set silentFallbackWarn(i){o.fallbackWarn=isBoolean$1(i)?!i:i},get modifiers(){return o.modifiers},get formatFallbackMessages(){return o.fallbackFormat},set formatFallbackMessages(i){o.fallbackFormat=i},get postTranslation(){return o.getPostTranslationHandler()},set postTranslation(i){o.setPostTranslationHandler(i)},get sync(){return o.inheritLocale},set sync(i){o.inheritLocale=i},get warnHtmlInMessage(){return o.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(i){o.warnHtmlMessage=i!=="off"},get escapeParameterHtml(){return o.escapeParameter},set escapeParameterHtml(i){o.escapeParameter=i},get preserveDirectiveContent(){return process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE)),!0},set preserveDirectiveContent(i){process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE))},get pluralizationRules(){return o.pluralRules||{}},__composer:o,t(...i){const[s,l,a]=i,d={};let u=null,c=null;if(!isString$5(s))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);const m=s;return isString$5(l)?d.locale=l:isArray$7(l)?u=l:isPlainObject$1(l)&&(c=l),isArray$7(a)?u=a:isPlainObject$1(a)&&(c=a),Reflect.apply(o.t,o,[m,u||c||{},d])},rt(...i){return Reflect.apply(o.rt,o,[...i])},tc(...i){const[s,l,a]=i,d={plural:1};let u=null,c=null;if(!isString$5(s))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);const m=s;return isString$5(l)?d.locale=l:isNumber$3(l)?d.plural=l:isArray$7(l)?u=l:isPlainObject$1(l)&&(c=l),isString$5(a)?d.locale=a:isArray$7(a)?u=a:isPlainObject$1(a)&&(c=a),Reflect.apply(o.t,o,[m,u||c||{},d])},te(i,s){return o.te(i,s)},tm(i){return o.tm(i)},getLocaleMessage(i){return o.getLocaleMessage(i)},setLocaleMessage(i,s){o.setLocaleMessage(i,s)},mergeLocaleMessage(i,s){o.mergeLocaleMessage(i,s)},d(...i){return Reflect.apply(o.d,o,[...i])},getDateTimeFormat(i){return o.getDateTimeFormat(i)},setDateTimeFormat(i,s){o.setDateTimeFormat(i,s)},mergeDateTimeFormat(i,s){o.mergeDateTimeFormat(i,s)},n(...i){return Reflect.apply(o.n,o,[...i])},getNumberFormat(i){return o.getNumberFormat(i)},setNumberFormat(i,s){o.setNumberFormat(i,s)},mergeNumberFormat(i,s){o.mergeNumberFormat(i,s)},getChoiceIndex(i,s){return process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX)),-1}};return n.__extender=r,process.env.NODE_ENV!=="production"&&(n.__enableEmitter=i=>{const s=o;s[EnableEmitter]&&s[EnableEmitter](i)},n.__disableEmitter=()=>{const i=o;i[DisableEmitter]&&i[DisableEmitter]()}),n}}const baseFormatProps={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function getInterpolateArg({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,n)=>[...r,...n.type===Vue.Fragment?n.children:[n]],[]):t.reduce((o,r)=>{const n=e[r];return n&&(o[r]=n()),o},{})}function getFragmentableTag(e){return Vue.Fragment}const TranslationImpl=Vue.defineComponent({name:"i18n-t",props:assign$3({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>isNumber$3(e)||!isNaN(e)}},baseFormatProps),setup(e,t){const{slots:o,attrs:r}=t,n=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return()=>{const i=Object.keys(o).filter(c=>c!=="_"),s={};e.locale&&(s.locale=e.locale),e.plural!==void 0&&(s.plural=isString$5(e.plural)?+e.plural:e.plural);const l=getInterpolateArg(t,i),a=n[TranslateVNodeSymbol](e.keypath,l,s),d=assign$3({},r),u=isString$5(e.tag)||isObject$4(e.tag)?e.tag:getFragmentableTag();return Vue.h(u,d,a)}}}),Translation=TranslationImpl;function isVNode(e){return isArray$7(e)&&!isString$5(e[0])}function renderFormatter(e,t,o,r){const{slots:n,attrs:i}=t;return()=>{const s={part:!0};let l={};e.locale&&(s.locale=e.locale),isString$5(e.format)?s.key=e.format:isObject$4(e.format)&&(isString$5(e.format.key)&&(s.key=e.format.key),l=Object.keys(e.format).reduce((m,A)=>o.includes(A)?assign$3({},m,{[A]:e.format[A]}):m,{}));const a=r(e.value,s,l);let d=[s.key];isArray$7(a)?d=a.map((m,A)=>{const C=n[m.type],g=C?C({[m.type]:m.value,index:A,parts:a}):[m.value];return isVNode(g)&&(g[0].key=`${m.type}-${A}`),g}):isString$5(a)&&(d=[a]);const u=assign$3({},i),c=isString$5(e.tag)||isObject$4(e.tag)?e.tag:getFragmentableTag();return Vue.h(c,u,d)}}const NumberFormatImpl=Vue.defineComponent({name:"i18n-n",props:assign$3({value:{type:Number,required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const o=e.i18n||useI18n({useScope:"parent",__useComponent:!0});return renderFormatter(e,t,NUMBER_FORMAT_OPTIONS_KEYS,(...r)=>o[NumberPartsSymbol](...r))}}),NumberFormat=NumberFormatImpl,DatetimeFormatImpl=Vue.defineComponent({name:"i18n-d",props:assign$3({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const o=e.i18n||useI18n({useScope:"parent",__useComponent:!0});return renderFormatter(e,t,DATETIME_FORMAT_OPTIONS_KEYS,(...r)=>o[DatetimePartsSymbol](...r))}}),DatetimeFormat=DatetimeFormatImpl;function getComposer$2(e,t){const o=e;if(e.mode==="composition")return o.__getInstance(t)||e.global;{const r=o.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function vTDirective(e){const t=s=>{const{instance:l,modifiers:a,value:d}=s;if(!l||!l.$)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const u=getComposer$2(e,l.$);process.env.NODE_ENV!=="production"&&a.preserve&&warn$1(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE));const c=parseValue(d);return[Reflect.apply(u.t,u,[...makeParams(c)]),u]};return{created:(s,l)=>{const[a,d]=t(l);inBrowser&&e.global===d&&(s.__i18nWatcher=Vue.watch(d.locale,()=>{l.instance&&l.instance.$forceUpdate()})),s.__composer=d,s.textContent=a},unmounted:s=>{inBrowser&&s.__i18nWatcher&&(s.__i18nWatcher(),s.__i18nWatcher=void 0,delete s.__i18nWatcher),s.__composer&&(s.__composer=void 0,delete s.__composer)},beforeUpdate:(s,{value:l})=>{if(s.__composer){const a=s.__composer,d=parseValue(l);s.textContent=Reflect.apply(a.t,a,[...makeParams(d)])}},getSSRProps:s=>{const[l]=t(s);return{textContent:l}}}}function parseValue(e){if(isString$5(e))return{path:e};if(isPlainObject$1(e)){if(!("path"in e))throw createI18nError(I18nErrorCodes.REQUIRED_VALUE,"path");return e}else throw createI18nError(I18nErrorCodes.INVALID_VALUE)}function makeParams(e){const{path:t,locale:o,args:r,choice:n,plural:i}=e,s={},l=r||{};return isString$5(o)&&(s.locale=o),isNumber$3(n)&&(s.plural=n),isNumber$3(i)&&(s.plural=i),[t,l,s]}function apply(e,t,...o){const r=isPlainObject$1(o[0])?o[0]:{},n=!!r.useI18nComponentName,i=isBoolean$1(r.globalInstall)?r.globalInstall:!0;process.env.NODE_ENV!=="production"&&i&&n&&warn$1(getWarnMessage(I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE,{name:Translation.name})),i&&([n?"i18n":Translation.name,"I18nT"].forEach(s=>e.component(s,Translation)),[NumberFormat.name,"I18nN"].forEach(s=>e.component(s,NumberFormat)),[DatetimeFormat.name,"I18nD"].forEach(s=>e.component(s,DatetimeFormat))),e.directive("t",vTDirective(t))}const VueDevToolsLabels={"vue-devtools-plugin-vue-i18n":"Vue I18n devtools","vue-i18n-resource-inspector":"I18n Resources","vue-i18n-timeline":"Vue I18n"},VueDevToolsPlaceholders={"vue-i18n-resource-inspector":"Search for scopes ..."},VueDevToolsTimelineColors={"vue-i18n-timeline":16764185},VUE_I18N_COMPONENT_TYPES="vue-i18n: composer properties";let devtoolsApi;async function enableDevTools(e,t){return new Promise((o,r)=>{try{setupDevtoolsPlugin({id:"vue-devtools-plugin-vue-i18n",label:VueDevToolsLabels["vue-devtools-plugin-vue-i18n"],packageName:"vue-i18n",homepage:"https://vue-i18n.intlify.dev",logo:"https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png",componentStateTypes:[VUE_I18N_COMPONENT_TYPES],app:e},n=>{devtoolsApi=n,n.on.visitComponentTree(({componentInstance:s,treeNode:l})=>{updateComponentTreeTags(s,l,t)}),n.on.inspectComponent(({componentInstance:s,instanceData:l})=>{s.vnode.el&&s.vnode.el.__VUE_I18N__&&l&&(t.mode==="legacy"?s.vnode.el.__VUE_I18N__!==t.global.__composer&&inspectComposer(l,s.vnode.el.__VUE_I18N__):inspectComposer(l,s.vnode.el.__VUE_I18N__))}),n.addInspector({id:"vue-i18n-resource-inspector",label:VueDevToolsLabels["vue-i18n-resource-inspector"],icon:"language",treeFilterPlaceholder:VueDevToolsPlaceholders["vue-i18n-resource-inspector"]}),n.on.getInspectorTree(s=>{s.app===e&&s.inspectorId==="vue-i18n-resource-inspector"&®isterScope(s,t)});const i=new Map;n.on.getInspectorState(async s=>{if(s.app===e&&s.inspectorId==="vue-i18n-resource-inspector")if(n.unhighlightElement(),inspectScope(s,t),s.nodeId==="global"){if(!i.has(s.app)){const[l]=await n.getComponentInstances(s.app);i.set(s.app,l)}n.highlightElement(i.get(s.app))}else{const l=getComponentInstance(s.nodeId,t);l&&n.highlightElement(l)}}),n.on.editInspectorState(s=>{s.app===e&&s.inspectorId==="vue-i18n-resource-inspector"&&editScope(s,t)}),n.addTimelineLayer({id:"vue-i18n-timeline",label:VueDevToolsLabels["vue-i18n-timeline"],color:VueDevToolsTimelineColors["vue-i18n-timeline"]}),o(!0)})}catch(n){console.error(n),r(!1)}})}function getI18nScopeLable(e){return e.type.name||e.type.displayName||e.type.__file||"Anonymous"}function updateComponentTreeTags(e,t,o){const r=o.mode==="composition"?o.global:o.global.__composer;if(e&&e.vnode.el&&e.vnode.el.__VUE_I18N__&&e.vnode.el.__VUE_I18N__!==r){const n={label:`i18n (${getI18nScopeLable(e)} Scope)`,textColor:0,backgroundColor:16764185};t.tags.push(n)}}function inspectComposer(e,t){const o=VUE_I18N_COMPONENT_TYPES;e.state.push({type:o,key:"locale",editable:!0,value:t.locale.value}),e.state.push({type:o,key:"availableLocales",editable:!1,value:t.availableLocales}),e.state.push({type:o,key:"fallbackLocale",editable:!0,value:t.fallbackLocale.value}),e.state.push({type:o,key:"inheritLocale",editable:!0,value:t.inheritLocale}),e.state.push({type:o,key:"messages",editable:!1,value:getLocaleMessageValue(t.messages.value)}),e.state.push({type:o,key:"datetimeFormats",editable:!1,value:t.datetimeFormats.value}),e.state.push({type:o,key:"numberFormats",editable:!1,value:t.numberFormats.value})}function getLocaleMessageValue(e){const t={};return Object.keys(e).forEach(o=>{const r=e[o];isFunction$3(r)&&"source"in r?t[o]=getMessageFunctionDetails(r):isMessageAST(r)&&r.loc&&r.loc.source?t[o]=r.loc.source:isObject$4(r)?t[o]=getLocaleMessageValue(r):t[o]=r}),t}const ESC={"<":"<",">":">",'"':""","&":"&"};function escape$1(e){return e.replace(/[<>"&]/g,escapeChar)}function escapeChar(e){return ESC[e]||e}function getMessageFunctionDetails(e){return{_custom:{type:"function",display:`<span>ƒ</span> ${e.source?`("${escape$1(e.source)}")`:"(?)"}`}}}function registerScope(e,t){e.rootNodes.push({id:"global",label:"Global Scope"});const o=t.mode==="composition"?t.global:t.global.__composer;for(const[r,n]of t.__instances){const i=t.mode==="composition"?n:n.__composer;o!==i&&e.rootNodes.push({id:i.id.toString(),label:`${getI18nScopeLable(r)} Scope`})}}function getComponentInstance(e,t){let o=null;if(e!=="global"){for(const[r,n]of t.__instances.entries())if(n.id.toString()===e){o=r;break}}return o}function getComposer$1(e,t){if(e==="global")return t.mode==="composition"?t.global:t.global.__composer;{const o=Array.from(t.__instances.values()).find(r=>r.id.toString()===e);return o?t.mode==="composition"?o:o.__composer:null}}function inspectScope(e,t){const o=getComposer$1(e.nodeId,t);return o&&(e.state=makeScopeInspectState(o)),null}function makeScopeInspectState(e){const t={},o="Locale related info",r=[{type:o,key:"locale",editable:!0,value:e.locale.value},{type:o,key:"fallbackLocale",editable:!0,value:e.fallbackLocale.value},{type:o,key:"availableLocales",editable:!1,value:e.availableLocales},{type:o,key:"inheritLocale",editable:!0,value:e.inheritLocale}];t[o]=r;const n="Locale messages info",i=[{type:n,key:"messages",editable:!1,value:getLocaleMessageValue(e.messages.value)}];t[n]=i;{const s="Datetime formats info",l=[{type:s,key:"datetimeFormats",editable:!1,value:e.datetimeFormats.value}];t[s]=l;const a="Datetime formats info",d=[{type:a,key:"numberFormats",editable:!1,value:e.numberFormats.value}];t[a]=d}return t}function addTimelineEvent(e,t){if(devtoolsApi){let o;t&&"groupId"in t&&(o=t.groupId,delete t.groupId),devtoolsApi.addTimelineEvent({layerId:"vue-i18n-timeline",event:{title:e,groupId:o,time:Date.now(),meta:{},data:t||{},logType:e==="compile-error"?"error":e==="fallback"||e==="missing"?"warning":"default"}})}}function editScope(e,t){const o=getComposer$1(e.nodeId,t);if(o){const[r]=e.path;r==="locale"&&isString$5(e.state.value)?o.locale.value=e.state.value:r==="fallbackLocale"&&(isString$5(e.state.value)||isArray$7(e.state.value)||isObject$4(e.state.value))?o.fallbackLocale.value=e.state.value:r==="inheritLocale"&&isBoolean$1(e.state.value)&&(o.inheritLocale=e.state.value)}}function defineMixin(e,t,o){return{beforeCreate(){const r=Vue.getCurrentInstance();if(!r)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const n=this.$options;if(n.i18n){const i=n.i18n;if(n.__i18n&&(i.__i18n=n.__i18n),i.__root=t,this===this.$root)this.$i18n=mergeToGlobal(e,i);else{i.__injectWithOption=!0,i.__extender=o.__vueI18nExtend,this.$i18n=createVueI18n(i);const s=this.$i18n;s.__extender&&(s.__disposer=s.__extender(this.$i18n))}}else if(n.__i18n)if(this===this.$root)this.$i18n=mergeToGlobal(e,n);else{this.$i18n=createVueI18n({__i18n:n.__i18n,__injectWithOption:!0,__extender:o.__vueI18nExtend,__root:t});const i=this.$i18n;i.__extender&&(i.__disposer=i.__extender(this.$i18n))}else this.$i18n=e;n.__i18nGlobal&&adjustI18nResources(t,n,n),this.$t=(...i)=>this.$i18n.t(...i),this.$rt=(...i)=>this.$i18n.rt(...i),this.$tc=(...i)=>this.$i18n.tc(...i),this.$te=(i,s)=>this.$i18n.te(i,s),this.$d=(...i)=>this.$i18n.d(...i),this.$n=(...i)=>this.$i18n.n(...i),this.$tm=i=>this.$i18n.tm(i),o.__setInstance(r,this.$i18n)},mounted(){if(process.env.NODE_ENV!=="production"&&this.$el&&this.$i18n){const r=this.$i18n;this.$el.__VUE_I18N__=r.__composer;const n=this.__v_emitter=createEmitter();r.__enableEmitter&&r.__enableEmitter(n),n.on("*",addTimelineEvent)}},unmounted(){const r=Vue.getCurrentInstance();if(!r)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const n=this.$i18n;process.env.NODE_ENV!=="production"&&this.$el&&this.$el.__VUE_I18N__&&(this.__v_emitter&&(this.__v_emitter.off("*",addTimelineEvent),delete this.__v_emitter),this.$i18n&&(n.__disableEmitter&&n.__disableEmitter(),delete this.$el.__VUE_I18N__)),delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,n.__disposer&&(n.__disposer(),delete n.__disposer,delete n.__extender),o.__deleteInstance(r),delete this.$i18n}}}function mergeToGlobal(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[SetPluralRulesSymbol](t.pluralizationRules||e.pluralizationRules);const o=getLocaleMessages(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(o).forEach(r=>e.mergeLocaleMessage(r,o[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const I18nInjectionKey=makeSymbol("global-vue-i18n");function createI18n(e={},t){const o=__VUE_I18N_LEGACY_API__&&isBoolean$1(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=isBoolean$1(e.globalInjection)?e.globalInjection:!0,n=__VUE_I18N_LEGACY_API__&&o?!!e.allowComposition:!0,i=new Map,[s,l]=createGlobal(e,o),a=makeSymbol(process.env.NODE_ENV!=="production"?"vue-i18n":"");process.env.NODE_ENV!=="production"&&o&&n&&warn$1(getWarnMessage(I18nWarnCodes.NOTICE_DROP_ALLOW_COMPOSITION));function d(m){return i.get(m)||null}function u(m,A){i.set(m,A)}function c(m){i.delete(m)}{const m={get mode(){return __VUE_I18N_LEGACY_API__&&o?"legacy":"composition"},get allowComposition(){return n},async install(A,...C){if(process.env.NODE_ENV!=="production"&&(A.__VUE_I18N__=m),A.__VUE_I18N_SYMBOL__=a,A.provide(A.__VUE_I18N_SYMBOL__,m),isPlainObject$1(C[0])){const p=C[0];m.__composerExtend=p.__composerExtend,m.__vueI18nExtend=p.__vueI18nExtend}let g=null;!o&&r&&(g=injectGlobalFields(A,m.global)),__VUE_I18N_FULL_INSTALL__&&apply(A,m,...C),__VUE_I18N_LEGACY_API__&&o&&A.mixin(defineMixin(l,l.__composer,m));const E=A.unmount;if(A.unmount=()=>{g&&g(),m.dispose(),E()},process.env.NODE_ENV!=="production"){if(!await enableDevTools(A,m))throw createI18nError(I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);const f=createEmitter();if(o){const w=l;w.__enableEmitter&&w.__enableEmitter(f)}else{const w=l;w[EnableEmitter]&&w[EnableEmitter](f)}f.on("*",addTimelineEvent)}},get global(){return l},dispose(){s.stop()},__instances:i,__getInstance:d,__setInstance:u,__deleteInstance:c};return m}}function useI18n(e={}){const t=Vue.getCurrentInstance();if(t==null)throw createI18nError(I18nErrorCodes.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw createI18nError(I18nErrorCodes.NOT_INSTALLED);const o=getI18nInstance(t),r=getGlobalComposer(o),n=getComponentOptions(t),i=getScope(e,n);if(__VUE_I18N_LEGACY_API__&&o.mode==="legacy"&&!e.__useComponent){if(!o.allowComposition)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE);return useI18nForLegacy(t,i,r,e)}if(i==="global")return adjustI18nResources(r,e,n),r;if(i==="parent"){let a=getComposer(o,t,e.__useComponent);return a==null&&(process.env.NODE_ENV!=="production"&&warn$1(getWarnMessage(I18nWarnCodes.NOT_FOUND_PARENT_SCOPE)),a=r),a}const s=o;let l=s.__getInstance(t);if(l==null){const a=assign$3({},e);"__i18n"in n&&(a.__i18n=n.__i18n),r&&(a.__root=r),l=createComposer(a),s.__composerExtend&&(l[DisposeSymbol]=s.__composerExtend(l)),setupLifeCycle(s,t,l),s.__setInstance(t,l)}return l}function createGlobal(e,t,o){const r=Vue.effectScope();{const n=__VUE_I18N_LEGACY_API__&&t?r.run(()=>createVueI18n(e)):r.run(()=>createComposer(e));if(n==null)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);return[r,n]}}function getI18nInstance(e){{const t=Vue.inject(e.isCE?I18nInjectionKey:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw createI18nError(e.isCE?I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE:I18nErrorCodes.UNEXPECTED_ERROR);return t}}function getScope(e,t){return isEmptyObject(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function getGlobalComposer(e){return e.mode==="composition"?e.global:e.global.__composer}function getComposer(e,t,o=!1){let r=null;const n=t.root;let i=getParentComponentInstance(t,o);for(;i!=null;){const s=e;if(e.mode==="composition")r=s.__getInstance(i);else if(__VUE_I18N_LEGACY_API__){const l=s.__getInstance(i);l!=null&&(r=l.__composer,o&&r&&!r[InejctWithOptionSymbol]&&(r=null))}if(r!=null||n===i)break;i=i.parent}return r}function getParentComponentInstance(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function setupLifeCycle(e,t,o){let r=null;Vue.onMounted(()=>{if(process.env.NODE_ENV!=="production"&&t.vnode.el){t.vnode.el.__VUE_I18N__=o,r=createEmitter();const n=o;n[EnableEmitter]&&n[EnableEmitter](r),r.on("*",addTimelineEvent)}},t),Vue.onUnmounted(()=>{const n=o;process.env.NODE_ENV!=="production"&&t.vnode.el&&t.vnode.el.__VUE_I18N__&&(r&&r.off("*",addTimelineEvent),n[DisableEmitter]&&n[DisableEmitter](),delete t.vnode.el.__VUE_I18N__),e.__deleteInstance(t);const i=n[DisposeSymbol];i&&(i(),delete n[DisposeSymbol])},t)}function useI18nForLegacy(e,t,o,r={}){const n=t==="local",i=Vue.shallowRef(null);if(n&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw createI18nError(I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const s=isBoolean$1(r.inheritLocale)?r.inheritLocale:!isString$5(r.locale),l=Vue.ref(!n||s?o.locale.value:isString$5(r.locale)?r.locale:DEFAULT_LOCALE),a=Vue.ref(!n||s?o.fallbackLocale.value:isString$5(r.fallbackLocale)||isArray$7(r.fallbackLocale)||isPlainObject$1(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:l.value),d=Vue.ref(getLocaleMessages(l.value,r)),u=Vue.ref(isPlainObject$1(r.datetimeFormats)?r.datetimeFormats:{[l.value]:{}}),c=Vue.ref(isPlainObject$1(r.numberFormats)?r.numberFormats:{[l.value]:{}}),m=n?o.missingWarn:isBoolean$1(r.missingWarn)||isRegExp$1(r.missingWarn)?r.missingWarn:!0,A=n?o.fallbackWarn:isBoolean$1(r.fallbackWarn)||isRegExp$1(r.fallbackWarn)?r.fallbackWarn:!0,C=n?o.fallbackRoot:isBoolean$1(r.fallbackRoot)?r.fallbackRoot:!0,g=!!r.fallbackFormat,E=isFunction$3(r.missing)?r.missing:null,p=isFunction$3(r.postTranslation)?r.postTranslation:null,f=n?o.warnHtmlMessage:isBoolean$1(r.warnHtmlMessage)?r.warnHtmlMessage:!0,w=!!r.escapeParameter,v=n?o.modifiers:isPlainObject$1(r.modifiers)?r.modifiers:{},b=r.pluralRules||n&&o.pluralRules;function O(){return[l.value,a.value,d.value,u.value,c.value]}const N=Vue.computed({get:()=>i.value?i.value.locale.value:l.value,set:k=>{i.value&&(i.value.locale.value=k),l.value=k}}),P=Vue.computed({get:()=>i.value?i.value.fallbackLocale.value:a.value,set:k=>{i.value&&(i.value.fallbackLocale.value=k),a.value=k}}),S=Vue.computed(()=>i.value?i.value.messages.value:d.value),Q=Vue.computed(()=>u.value),q=Vue.computed(()=>c.value);function K(){return i.value?i.value.getPostTranslationHandler():p}function U(k){i.value&&i.value.setPostTranslationHandler(k)}function ne(){return i.value?i.value.getMissingHandler():E}function re(k){i.value&&i.value.setMissingHandler(k)}function te(k){return O(),k()}function _(...k){return i.value?te(()=>Reflect.apply(i.value.t,null,[...k])):te(()=>"")}function G(...k){return i.value?Reflect.apply(i.value.rt,null,[...k]):""}function W(...k){return i.value?te(()=>Reflect.apply(i.value.d,null,[...k])):te(()=>"")}function z(...k){return i.value?te(()=>Reflect.apply(i.value.n,null,[...k])):te(()=>"")}function Z(k){return i.value?i.value.tm(k):{}}function Y(k,B){return i.value?i.value.te(k,B):!1}function se(k){return i.value?i.value.getLocaleMessage(k):{}}function X(k,B){i.value&&(i.value.setLocaleMessage(k,B),d.value[k]=B)}function ie(k,B){i.value&&i.value.mergeLocaleMessage(k,B)}function oe(k){return i.value?i.value.getDateTimeFormat(k):{}}function V(k,B){i.value&&(i.value.setDateTimeFormat(k,B),u.value[k]=B)}function y(k,B){i.value&&i.value.mergeDateTimeFormat(k,B)}function M(k){return i.value?i.value.getNumberFormat(k):{}}function T(k,B){i.value&&(i.value.setNumberFormat(k,B),c.value[k]=B)}function R(k,B){i.value&&i.value.mergeNumberFormat(k,B)}const j={get id(){return i.value?i.value.id:-1},locale:N,fallbackLocale:P,messages:S,datetimeFormats:Q,numberFormats:q,get inheritLocale(){return i.value?i.value.inheritLocale:s},set inheritLocale(k){i.value&&(i.value.inheritLocale=k)},get availableLocales(){return i.value?i.value.availableLocales:Object.keys(d.value)},get modifiers(){return i.value?i.value.modifiers:v},get pluralRules(){return i.value?i.value.pluralRules:b},get isGlobal(){return i.value?i.value.isGlobal:!1},get missingWarn(){return i.value?i.value.missingWarn:m},set missingWarn(k){i.value&&(i.value.missingWarn=k)},get fallbackWarn(){return i.value?i.value.fallbackWarn:A},set fallbackWarn(k){i.value&&(i.value.missingWarn=k)},get fallbackRoot(){return i.value?i.value.fallbackRoot:C},set fallbackRoot(k){i.value&&(i.value.fallbackRoot=k)},get fallbackFormat(){return i.value?i.value.fallbackFormat:g},set fallbackFormat(k){i.value&&(i.value.fallbackFormat=k)},get warnHtmlMessage(){return i.value?i.value.warnHtmlMessage:f},set warnHtmlMessage(k){i.value&&(i.value.warnHtmlMessage=k)},get escapeParameter(){return i.value?i.value.escapeParameter:w},set escapeParameter(k){i.value&&(i.value.escapeParameter=k)},t:_,getPostTranslationHandler:K,setPostTranslationHandler:U,getMissingHandler:ne,setMissingHandler:re,rt:G,d:W,n:z,tm:Z,te:Y,getLocaleMessage:se,setLocaleMessage:X,mergeLocaleMessage:ie,getDateTimeFormat:oe,setDateTimeFormat:V,mergeDateTimeFormat:y,getNumberFormat:M,setNumberFormat:T,mergeNumberFormat:R};function I(k){k.locale.value=l.value,k.fallbackLocale.value=a.value,Object.keys(d.value).forEach(B=>{k.mergeLocaleMessage(B,d.value[B])}),Object.keys(u.value).forEach(B=>{k.mergeDateTimeFormat(B,u.value[B])}),Object.keys(c.value).forEach(B=>{k.mergeNumberFormat(B,c.value[B])}),k.escapeParameter=w,k.fallbackFormat=g,k.fallbackRoot=C,k.fallbackWarn=A,k.missingWarn=m,k.warnHtmlMessage=f}return Vue.onBeforeMount(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const k=i.value=e.proxy.$i18n.__composer;t==="global"?(l.value=k.locale.value,a.value=k.fallbackLocale.value,d.value=k.messages.value,u.value=k.datetimeFormats.value,c.value=k.numberFormats.value):n&&I(k)}),j}const globalExportProps=["locale","fallbackLocale","availableLocales"],globalExportMethods=["t","rt","d","n","tm","te"];function injectGlobalFields(e,t){const o=Object.create(null);return globalExportProps.forEach(n=>{const i=Object.getOwnPropertyDescriptor(t,n);if(!i)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const s=Vue.isRef(i.value)?{get(){return i.value.value},set(l){i.value.value=l}}:{get(){return i.get&&i.get()}};Object.defineProperty(o,n,s)}),e.config.globalProperties.$i18n=o,globalExportMethods.forEach(n=>{const i=Object.getOwnPropertyDescriptor(t,n);if(!i||!i.value)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${n}`,i)}),()=>{delete e.config.globalProperties.$i18n,globalExportMethods.forEach(n=>{delete e.config.globalProperties[`$${n}`]})}}if(initFeatureFlags(),__INTLIFY_JIT_COMPILATION__?registerMessageCompiler(compile$1):registerMessageCompiler(compileToFunction),registerMessageResolver(resolveValue),registerLocaleFallbacker(fallbackWithLocaleChain),process.env.NODE_ENV!=="production"||__INTLIFY_PROD_DEVTOOLS__){const e=getGlobalThis();e.__INTLIFY__=!0,setDevToolsHook(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}process.env.NODE_ENV;const en$1={imatrixUIPublicModel:{sure:"Sure",cancel:"Cancel",allDepartments:"All Departments",allUsers:"All Users",reset:"Reset",to:"To",edit:"Edit",clear:"Clear",download:"Download",delete:"Delete",preview:"Preview",add:"Add",graphView:"Graphic view",listView:"List View",fieldName:"Field Name",operator:"Operator",value:"Value",andOr:"And/Or",whenTheVariableIsEmpty:"When The Variable Is Empty",perhaps:"Perhaps",also:"Also",greaterThan:"Greater Than",lessThan:"Less Than",beEqualTo:"Be Equal To",notGreaterThan:"Not Greater Than",notLessThan:"Not Less Than",notEqualTo:"Not Equal To",contain:"Contain",notIncluded:"Not Included",laterThan:"Later Than",earlierThan:"Earlier Than",noLaterThan:"No Later Than",noEarlierThan:"No Earlier Than",ignore11:"Ignore (1 = 1)",nonConformity:"Non Conformity (1 < > 1)",switchToNormalQuery:"Switch To Normal Query",switchToAdvancedQuery:"Switch To Advanced Query",isNull:"Is Null",isNotNull:"Is Not Null",previewImage:"Preview image",fullScreen:"Full Screen",forbidden:"forbidden",startUsing:"Start Using",systemCode:"System Code",code:"Code",emptyValue:"Empty Value"},imatrixUIMessage:{whetherToConfirmDeletion:"Whether To Confirm Deletion",tips:"Tips",pleaseEnterContent:"Please Enter Content",internalServerError:"Server error",pleaseSelectDepartment:"Please Select Department",pleaseSelectPersonnel:"Please Select Personnel",pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel:"Please Remove All Personnel Before Selecting Specific Personnel",queryResultIsEmpty:"Query Result Is Empty",pleaseSelectATeam:"Please Select A Team",pleaseEnterTeamName:"Please Enter Team Info Filter",validationFailed:"Validation Failed",selectionDate:"Selection Date",selectTime:"Select Time",pleaseEnterATimePoint:"Please Enter A Time Point",pleaseSelect:"Please Select",startDate:"Start Date",endDate:"End Date",noExportColumnsConfigured:"No Export Columns Configured",organizationTreeNoResultNotRemove:"No information selected, no need to remove",exceedFileSize:"File size limit {filesize} M exceeded",upload:"Upload",invalideDoubleValue:"{num} is not a legal decimal",noJumpPage:"Jump page not configured",saveSuccessfully:"Savee successfully",pleaseInputSearchCondition:"Please enter the query criteria",fileUpload:"File Upload",selectYear:"Select Year",search:"Search",forbiddenException:"You do not have permission to access",theButtonIsNotBoundToAResource:"The button is not bound to a resource, Bind the resource first",asyncExport:"Asynchronous export, please wait for message notification!",selectedWorkingGroup:"Selected working group",forbiddenExceptionLinkUrl:"please click to apply",forbiddenExceptionLinkUser:"if you have any questions,please contact",uploadFileTip:"The file size should lower {fileSize}M",asyncExportJumpMsg:"Or click me to jump to download page.",mustFill:"{label} must fill",filePathNotFound:"File UUID not found, please check the configuration",pleaseSelectDeleteData:"Please select the data to delete"},superGrid:{editablePlaceholder:"Please click to input",rowEditMessageBox:{title:"Operation Confirmation",content:"There are unsaved modifications in the current row. Do you want to save the modifications and switch?",confirmButton:"Save edit",cancelButton:"Discard edit"},columnConfig:"Column Config",pleaseSaveOrCancelEditingLine:"Please Save Or Cancel Editing Line {row} Data First",pleaseSaveLine:"Please Save Line {row} Data First",noNeedToSaveRow:"No Need To Save Row {row} Data",pleaseSetURLToSaveRowInformation:'Please set "URL to save row information"',lineSavedSuccessfully:"Line {row} Saved Successfully",theReturnValueOfTheBeforesaveCallbackMethodIsFalse:"The Return Value Of The Beforesave Callback Method Is False",lineNoNeedToUndoEdit:"Line {row} No Need To Undo Edit",lineCancelledSuccessfully:"Line {row} cancelled successfully",label:"Label",isShow:"Is Show",isExportable:"Is Exportable",recordLine:"Record line {row}",pageRecordLine:"Record in row {row} of page {pageNum}",fileName:"File Name",deleteSuccessful:"Deleted successfully",index:"No.",searchConditionName:"Search Condition Name",pleaseInputSearchConditionName:"Please enter the name of the query criteria",saveCondition:"Save Condition",saveConditionTitle:"Save Condition",displayOrder:"Display Order",width:"Column Width",default:"Default",custom:"Custom",show:"Show",hidden:"Hidden",export:"Export",unExport:"Not Export",whetherToConfirmReset:"Are you sure you want to reset?",resetSuccessful:"Reset successfully",dragColumnOrderMessage:"Supports dragging to change column order",selectAll:"Select All",viewImage:"View Image",previewTitleWhenNotImg:"Non picture format, preview in other ways",refresh:"Refresh",open:"Open",fold:"Fold",prevRow:"Prev Row",nextRow:"Next Row",detail:"Detail",searchEmpty:"Search Empty",canntAddTip:"Does not meet the new operation conditions, cannot perform the new operation, please check!",rowCanntDeleteTip:"Does not meet the delete operation conditions, cannot perform the delete operation, please check!",rowCanntEditTip:"Does not meet the edit operation conditions, cannot perform the edit operation, please check!"},departmentTree:{},departmentTreeInline:{pleaseEnterDepartmentName:"Please Enter Department Info Filter",name:"Department Name",code:"Department Code",removeDepartment:"Remove Department",selectedDept:"Selected Departments",namePath:"Name Path",allCheck:"Check All",pleaseInputNameOrCode:"Please Input Name Or Code",selectResultInfoHasSelect:"Has select:",selectResultInfo:"{num} departments (including sub departments)",selectResultTitle:"Has Select Result"},departmentUserTree:{pleaseEnterUserInformation:"Please Enter User Information Filter",selectedPeople:"Selected People",searchFieldUserName:"Name",searchFieldLoginName:"Login Name",searchFieldEmail:"Email",searchFieldTelephone:"Telephone",searchFieldJobNumber:"Job Number",searchFieldHonorificName:"Honorific",selectUserResultInfo:"{useNum} Users",selectDeptResultInfo:"{num} departments(including sub departments)"},departmentUserTreeInline:{name:"Name",department:"Department",branch:"Branch",removeUser:"Remove User",email:"Email",loginName:"Login Name",superiorDeptNameFullPath:"Department full path",user:"User",groupName:"Name",groupForm:"Group Form",groupList:"Group List",group:"Group",orgTree:"Organization Tree",groupNameNotEmpty:"Group name is required"},workgroupTree:{allTeamMembers:"All Team Members",name:"Workgroup Name",code:"Workgroup Code",removeWorkgroup:"Remove Workgroup",workingGroupName:"Working Group Name",workingGroupNumber:"Working Group Number",workgroupDescription:"Workgroup Description",selectResultInfo:"{num} workgroups"},workflowButton:{save:"Save",submit:"Submit",approve:"Approve",refuse:"Refuse",agreement:"Agree",oppose:"Opposition",kiken:"Abstention",get_back_button:"Retrieve",copy:"Copy",draw:"Draw",abandon_draw:"Give Up Draw",add_sign:"Additional Signature",remove_sign:"Reduction Of Signature",signoff:"Sign For",assign:"Hand over",assign_task:"Transfer",readed:"Readed",export_report:"Export Report",draw_dept_task:"Draw Department",abandon_draw_dept_task:"Give Up Draw Department"},workflowHistoryList:{specailText:"specail",index:"Index",taskName:"Task Name",operation:"Operation",opinion:"Opinion",processStart:"Process Start",processEnd:"Process End",process_start:"[{1}] process start",prcoess_end:"[{1}] process End",force_end_process:"{key_1}forced to end the process, and the task of [{key_2}] was canceled",history_jump:"Process {key_3} to [{key_1}], [{key_2}] task cancelled",history_back:"{key_1} returned to task,process returned to [{key_2}]",history_removesign:"{key_1} minus [{key_2}]",history_changetransactor_and_delegate:"{key_1} changed the handler [{key_2}] to [{key_3}], [{key_4}] delegated the task to [{key_5}]",history_changetransactor:"{key_1} changed handler [{key_2}] to [{key_3}]",history_addsign:"{key_1} sign [{key_2}]",history_addtransactor:"{key_1} add handler [{key_2}]",history_removetransactor:"{key_1} decrease handler [{key_2}]",history_delegate_and_assign:"{key_1} assigned tasks to [{key_2}], [{key_3}] delegated tasks to [{key_4}]",history_assign:"{key_1} assigned task to [{key_2}]",transfer:"{key_1} transferred to [{key_2}]",history_complete_transfer:"{key_1} execute [{key_2}] operation and canceled the task of other receivers [{key_3}]",history_delegate_receive:"{key_1} retracts the task entrusted to [{key_2}]",history_delegate:"{key_1} has delegated task [{key_2}] to [{key_3}]",history_quit_transfer:"{key_1} Resignation, has transferred task [{key_2}] to [{key_3}",history_change_job_transfer:"{key_1} Change job,has transferred task [{key_2}] to [{key_3}",commonButtonOperation:"{key_1} execute [{key_2}] operation",history_draw_task:"{key_1} received the task and cancelled the task of the candidate [{key_2}]",history_abandon_draw:"{key_1} gives up the task and restores the task of candidate [{key_2}]",create_copy_task:"{key_1} The task was copied to [{key_2}",toDoText:"Todo",operator:"Operator",operatorLg:"Operator Login Name",operatorDept:"Operator Dept",operationTime:"Operation Time",history_draw_dept_task:"{key_1} Received tasks from department [{key_2}]",history_abandon_draw_dept_task:"{key_1} Abandon the task of receiving department [{key_2}]",remark:"remark",taskState:"Task State",processingDuration:"Processing Duration(H)",isOverdue:"Is Overdue",taskStateDoing:"Doing",taskStateDone:"Done"},gateway:{timeout:"Interface call timeout",callFailed:"Interface call failed"},superNineGrid:{add:"Create"},fsUpload:{upload:"Upload",download:"Download",delete:"Delete",deleteSuccessful:"Delete successful",preview:"Preview",name:"Name",picture:"Picture",operating:"Operating",uploadSucceeded:"Upload succeeded",theNumberOfUploadsExceedsTheLimitTheLimitIs:"The number of uploads exceeds the limit. The limit is",image:"Image",video:"Video",updateSuccess:"Update success",more:"More",uploadFailed:"Upload failed!"},messageVideo:{attemptingToIdentify:"Attempting to identify",callingRearCamera:"Calling rear camera",identificationFailed:"Identification failed"},IntervalSelection:{year:"year",quarter:"quarter",auxiliary:"auxiliary word for ordinal numbers",week:"week"},imatrixUIPromptMessage:{NoContent:"No content"},chatEmbed:{name:"Assistant",history:"History",minimize:"Minimize",fullscreen:"Full Screen",close:"Close",regenerate:"Regenerate",copy:"Copy",newChat:"New Chat",copySuccess:"Copy successful",requestFailed:"Request failed!"}},cn$1={imatrixUIPublicModel:{sure:"确定",cancel:"取消",allDepartments:"所有部门",allUsers:"所有用户",reset:"重置",to:"至",edit:"操作",clear:"清空",download:"下载",delete:"删除",preview:"预览",add:"增加",graphView:"图形视图",listView:"列表视图",fieldName:"字段名(*)",operator:"操作符",value:"值(*)",andOr:"并且/或者",whenTheVariableIsEmpty:"变量为空时",perhaps:"或者",also:"并且",greaterThan:"大于",lessThan:"小于",beEqualTo:"等于",notGreaterThan:"不大于",notLessThan:"不小于",notEqualTo:"不等于",contain:"包含",notIncluded:"不包含",laterThan:"晚于",earlierThan:"早于",noLaterThan:"不晚于",noEarlierThan:"不早于",ignore11:"忽略(1=1)",nonConformity:"不符合(1<>1)",switchToNormalQuery:"切换为普通查询",switchToAdvancedQuery:"切换为高级查询",isNull:"等于Null",isNotNull:"不等于Null",previewImage:"预览图片",fullScreen:"全屏",forbidden:"禁用",startUsing:"启用",systemCode:"系统编码",code:"编码",emptyValue:"空值"},imatrixUIMessage:{whetherToConfirmDeletion:"是否确认删除",tips:"提示",pleaseEnterContent:"请输入内容",internalServerError:"请求失败",pleaseSelectDepartment:"请选择部门",pleaseSelectPersonnel:"请选择人员",pleaseRemoveallpersonnelBeforeSelectingSpecificPersonnel:"请先移除所有人员,再选择具体人员",queryResultIsEmpty:"查询结果为空",pleaseSelectATeam:"请选择工作组",pleaseEnterTeamName:"请输入工作组信息筛选",validationFailed:"验证失败",selectionDate:"选择日期",selectTime:"选择时间",pleaseEnterATimePoint:"请输入时间点",pleaseSelect:"请选择",startDate:"开始日期",endDate:"结束日期",noExportColumnsConfigured:"没有配置导出列",organizationTreeNoResultNotRemove:"未选择任何信息,无需移除",exceedFileSize:"超过文件大小限制{fileSize}M",upload:"上传",invalideDoubleValue:"{num} 不是合法的小数",noJumpPage:"未配置跳转页面",saveSuccessfully:"保存成功",pleaseInputSearchCondition:"请输入查询条件",fileUpload:"文件上传",selectYear:"选择年",search:"查询",forbiddenException:"您没有权限访问",theButtonIsNotBoundToAResource:"该按钮未绑定资源,请先绑定资源",asyncExport:"正在异步导出,请等待消息通知!",selectedWorkingGroup:"已选工作组",forbiddenExceptionLinkUrl:"请点击进行权限申请",forbiddenExceptionLinkUser:"如有疑问请联系",uploadFileTip:"上传的文件不超过{fileSize}M",asyncExportJumpMsg:"或点击我跳转到下载页面",mustFill:"{label} 必须填写",filePathNotFound:"文件UUID未找到,请检查配置",pleaseSelectDeleteData:"请选择要删除的数据"},superGrid:{editablePlaceholder:"请点击输入",rowEditMessageBox:{title:"操作确认",content:"当前行有未保存的修改,是否进行保存修改切换?",confirmButton:"保存修改",cancelButton:"放弃修改"},columnConfig:"字段配置",pleaseSaveOrCancelEditingLine:"请先保存或撤销编辑第 {row} 行数据",pleaseSaveLine:"请先保存第 {row} 行数据",noNeedToSaveRow:"无需保存第 {row} 行数据",pleaseSetURLToSaveRowInformation:"请设置“保存行信息的url”",lineSavedSuccessfully:"第 {row} 行保存成功",theReturnValueOfTheBeforesaveCallbackMethodIsFalse:"beforeSave回调方法返回值为false",lineNoNeedToUndoEdit:"第 {row} 行无需撤销编辑",lineCancelledSuccessfully:"第 {row} 行撤销成功",label:"字段名",isShow:"是否显示",isExportable:"是否导出",recordLine:"第 {row} 行记录",pageRecordLine:"第 {pageNum} 页第 {row} 行记录",fileName:"文件名称",deleteSuccessful:"删除成功",index:"序号",searchConditionName:"查询条件名称",pleaseInputSearchConditionName:"请输入查询条件名称",saveCondition:"保存条件",saveConditionTitle:"保存查询条件",displayOrder:"显示顺序",width:"列宽",default:"默认",custom:"自定义",show:"显示",hidden:"隐藏",export:"导出",unExport:"不导出",whetherToConfirmReset:"是否确认重置?",resetSuccessful:"重置成功",dragColumnOrderMessage:"支持拖动改变列顺序",selectAll:"全选",viewImage:"查看图片",previewTitleWhenNotImg:"非图片格式,使用其它方式预览",refresh:"刷新",open:"展开",fold:"收起",prevRow:"上一行",nextRow:"下一行",detail:"详情",searchEmpty:"查询空值",canntAddTip:"不满足新建操作条件,不能执行新建操作,请检查!",rowCanntDeleteTip:"不满足删除操作条件,不能执行删除操作,请检查!",rowCanntEditTip:"不满足编辑操作条件,不能执行编辑操作,请检查!"},departmentTree:{},departmentTreeInline:{pleaseEnterDepartmentName:"请输入部门信息筛选",name:"部门名称",code:"部门编码",removeDepartment:"移除部门",selectedDept:"已选部门",namePath:"名称路径",allCheck:"全选",pleaseInputNameOrCode:"请输入名称/编码",selectResultInfoHasSelect:"已选择:",selectResultInfo:"{num}个部门(含子部门)",selectResultTitle:"已选择信息"},departmentUserTree:{pleaseEnterUserInformation:"请输入用户信息筛选",selectedPeople:"已选人员",searchFieldUserName:"姓名",searchFieldLoginName:"登录名",searchFieldEmail:"邮箱",searchFieldTelephone:"手机号",searchFieldJobNumber:"工号",searchFieldHonorificName:"尊称",selectUserResultInfo:"{userNum}个用户",selectDeptResultInfo:"{deptNum}个部门(含子部门)"},departmentUserTreeInline:{name:"姓名",department:"所属部门",branch:"所属分支",removeUser:"移除用户",email:"邮箱",loginName:"登录名",superiorDeptNameFullPath:"组织全路径",user:"用户",groupName:"名称",groupForm:"群组表单",groupList:"群组维护",group:"群组",orgTree:"组织树",groupNameNotEmpty:"群组名称必填"},workgroupTree:{allTeamMembers:"所有工作组人员",name:"工作组名称",code:"工作组编码",removeWorkgroup:"移除工作组",workingGroupName:"工作组名称",workingGroupNumber:"工作组编号",workgroupDescription:"工作组描述",selectResultInfo:"{num}个工作组"},workflowButton:{save:"暂存",submit:"提交",approve:"同意",refuse:"不同意",agreement:"赞成",oppose:"反对",kiken:"弃权",get_back_button:"取回",copy:"抄送",draw:"领取",abandon_draw:"放弃领取",add_sign:"加签",remove_sign:"减签",signoff:"签收",assign:"交办",assign_task:"转办",readed:"已阅",export_report:"导出报告",draw_dept_task:"部门领取",abandon_draw_dept_task:"放弃部门领取"},workflowHistoryList:{specailText:"特",index:"序号",taskName:"环节名称",operation:"流转操作",opinion:"办理意见",processStart:"流程开始",processEnd:"流程结束",process_start:"[{key_1}]流程开始",prcoess_end:"[{key_1}]流程结束",force_end_process:"{key_1}强制结束了该流程,[{key_2}]的任务被取消",history_jump:"流程{key_3}到[{key_1}],[{key_2}]的任务被取消",history_back:"{key_1}退回任务,流程退回到[{key_2}]",history_removesign:"{key_1}给[{key_2}]减签",history_changetransactor_and_delegate:"{key_1}把办理人[{key_2}]更改成[{key_3})],{key_4}把任务委托给了[{key_5}]",history_changetransactor:"{key_1}把办理人[{2}]更改成[{key_3}]",history_addsign:"{key_1}给[{key_2}]加签",history_addtransactor:"{key_1}增加办理人[{key_2}]",history_removetransactor:"{key_1}减少办理人[{key_2}]",history_delegate_and_assign:"{key_1}把任务指派给了[{key_2}],[{key_3}]把任务委托给了[{key_4}]",history_assign:"{key_1}把任务指派给了[{key_2}]",transfer:"{key_1}移交给[{key_2}]",history_complete_transfer:"{key_1}执行了[{key_2}]操作,取消了其它接收人[{key_3}]的任务",history_delegate_receive:"{key_1}收回委托给[{key_2}]的任务",history_delegate:"{key_1}已把任务[{key_2}]委托给[{key_3}]",history_quit_transfer:"{key_1}离职,已把任务[{2}]移交给了[{key_3}]",history_change_job_transfer:"{1}换岗,已把任务[{2}]移交给了[{key_3}]",commonButtonOperation:"{key_1}执行了[{key_2}]操作",history_draw_task:"{key_1}领取了任务,取消了候选人[{key_2}]的任务",history_abandon_draw:"{key_1}放弃领取该任务,还原了候选人[{key_2}]的任务",create_copy_task:"{key_1}把任务抄送给了[{key_2}]",toDoText:"待处理",operator:"操作人",operatorLg:"操作人登录名",operatorDept:"操作人部门",operationTime:"操作时间",history_draw_dept_task:"{key_1}领取了部门[{key_2}]的任务",history_abandon_draw_dept_task:"{key_1}放弃领取部门[{key_2}]的任务",remark:"备注",taskState:"节点状态",processingDuration:"处理时长(H)",isOverdue:"是否超期",taskStateDoing:"进行中",taskStateDone:"已完成"},gateway:{timeout:"接口调用超时",callFailed:"接口调用失败"},superNineGrid:{add:"新建"},fsUpload:{upload:"上传",download:"下载",delete:"删除",deleteSuccessful:"删除成功",preview:"预览",name:"名称",picture:"图片",operating:"操作",uploadSucceeded:"上传成功",theNumberOfUploadsExceedsTheLimitTheLimitIs:"上传数量超过限制,限制数量为",image:"图片",video:"视频",updateSuccess:"更新成功",more:"更多",uploadFailed:"上传失败!"},messageVideo:{attemptingToIdentify:"正在尝试识别....",callingRearCamera:"正在调用后置摄像头...",identificationFailed:"识别失败"},IntervalSelection:{year:"年",quarter:"季度",auxiliary:"第",week:"周"},imatrixUIPromptMessage:{NoContent:"暂无内容"},chatEmbed:{name:"小助手",history:"历史记录",minimize:"缩小",fullscreen:"全屏",close:"关闭",regenerate:"重新生成",copy:"复制",newChat:"新建会话",copySuccess:"复制成功",requestFailed:"请求会话失败!"}},messages$2={en:en$1,cn:cn$1},i18n$1=createI18n({locale:"cn",messages:messages$2,legacy:!1});class CalculatorFactoryWf{constructor(){if(new.target===CalculatorFactoryWf)throw new Error("抽象类不能实例化!")}isEQEmptyValue(t,o,r){const n="operator.number.eq",i="operator.text.eq",s="operator.text.contain";return(t==null||t+""=="")&&(r==null||r+""=="")&&(o===n||o===i||o===s)}}class AmountCalculator extends CalculatorFactoryWf{constructor(t){super();const o="operator.number.ge",r="operator.number.le",n="operator.number.gt",i="operator.number.lt",s="operator.number.ne",l="operator.number.eq",a="operator.text.neq",d="operator.text.eq";if(t.indexOf(o)>0){const u=o,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>=C}else if(t.indexOf(r)>0){const u=r,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<=C}else if(t.indexOf(n)>0){const u=n,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>C}else if(t.indexOf(i)>0){const u=i,c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<C}else if(t.indexOf(s)>0||t.indexOf(a)>0){let u=s;t.indexOf(a)>0&&(u=a);const c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A!==C}else if(t.indexOf(l)>0||t.indexOf(d)>0){let u=l;t.indexOf(d)>0&&(u=d);const c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim(),A=Number(c),C=Number(m);this.isEQEmptyValue(A,u,C)?this.result=!0:A===null?this.result=!1:this.result=A===C}}}class NumberCalculator extends CalculatorFactoryWf{constructor(t){super();const o="operator.number.ge",r="operator.number.le",n="operator.number.gt",i="operator.number.lt",s="operator.number.ne",l="operator.number.eq",a="operator.text.neq",d="operator.text.eq";if(t.indexOf(o)>0){const u=o;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>=C}else if(t.indexOf(r)>0){const u=r;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<=C}else if(t.indexOf(n)>0){const u=n;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A>C}else if(t.indexOf(i)>0){const u=i;let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A<C}else if(t.indexOf(s)>0||t.indexOf(a)>0){let u=s;t.indexOf(a)>0&&(u=a);let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);A===null?this.result=!1:this.result=A!==C}else if(t.indexOf(l)>0||t.indexOf(d)>0){let u=l;t.indexOf(d)>0&&(u=d);let c=t.substring(0,t.indexOf(u)).trim(),m=t.substring(t.indexOf(u)+u.length).trim();c||(c="0"),m?m=m.replaceAll("'",""):m="0";const A=Number(c),C=Number(m);this.isEQEmptyValue(A,u,C)?this.result=!0:A===null?this.result=!1:this.result=A===C}}}class DateCalculator extends CalculatorFactoryWf{constructor(t,o){super();const r="operator.date.ge",n="operator.date.le",i="operator.date.gt",s="operator.date.lt",l="operator.date.ne",a="operator.date.et";if(t.indexOf(r)>0){const d=r;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m>=A}else if(t.indexOf(n)>0){const d=n;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m<=A}else if(t.indexOf(i)>0){const d=i;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m>A}else if(t.indexOf(s)>0){const d=s;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m<A}else if(t.indexOf(l)>0){const d=l;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();m===null?this.result=!1:this.result=m!==A}else if(t.indexOf(a)>0){const d=a;let u=t.substring(0,t.indexOf(d)).trim(),c=t.substring(t.indexOf(d)+d.length).trim();o&&o==="DATE"&&u.indexOf(":")>0&&(u=u.substring(0,u.indexOf(":"))),o&&o==="DATE"&&c.indexOf(":")>0&&(c=c.substring(0,c.indexOf(":")));const m=new Date(u).getTime(),A=new Date(c).getTime();this.isEQEmptyValue(m,d,A)?this.result=!0:m===null?this.result=!1:this.result=m===A}}}class TextCalculator extends CalculatorFactoryWf{constructor(t){super();const o="operator.text.neq",r="operator.text.eq",n="operator.text.contain.not",i="operator.text.contain",s="operator.text.not.null";if(t.indexOf(s)>0){const l=t.substring(0,t.indexOf(s)).trim();this.result=!(l==null||l==="null"||l==="undefined"||l==="")}else if(t.indexOf(o)>0){const l=o,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();a===null?this.result=!1:this.result=a!==d}else if(t.indexOf(r)>0){const l=r,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();this.isEQEmptyValue(a,l,d)?this.result=!0:a===null?this.result=!1:this.result=a===d}else if(t.indexOf(n)>0){const l=n,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();a===null?this.result=!1:this.result=!a.includes(d)}else if(t.indexOf(i)>0){const l=i,a=t.substring(0,t.indexOf(l)).trim(),d=t.substring(t.indexOf(l)+l.length).trim();this.isEQEmptyValue(a,l,d)?this.result=!0:a===null?this.result=!1:this.result=a.includes(d)}}}function getAbstractUserFactoryWf(e){switch(e){case"TEXT":return TextCalculator;case"DOUBLE":return AmountCalculator;case"FLOAT":return AmountCalculator;case"INTEGER":return NumberCalculator;case"LONG":return NumberCalculator;case"DATE":return DateCalculator;case"TIME":return DateCalculator;default:return TextCalculator}}function parseSubTablePermissionCondition(express,dataTypeMap,parentEntity,subEntity,additionalParamMap,task,contextParameterMap){const expressTrueVal="true";if(!express||expressTrueVal.toLowerCase()===express.trim())return!0;const SQUARE_BRACKETS_LEFT="[",SQUARE_BRACKETS_RIGHT="]",AND="&&",OR="||";let temp=express;const strs=splitExpression(express);console.log("分割后的原子表达式为:",strs);let result=!1;for(let e=0;e<strs.length;e++){console.log("开始分析原子表达式:",strs[e]);const t=strs[e];if(t&&t.trim()){const o=t.substring(t.indexOf(SQUARE_BRACKETS_LEFT)+SQUARE_BRACKETS_LEFT.length,t.indexOf(SQUARE_BRACKETS_RIGHT));let r="TEXT";dataTypeMap!=null&&dataTypeMap[o]!=null&&(r=dataTypeMap[o]),result=parseFieldCondition(t,r,parentEntity,subEntity,additionalParamMap,task,contextParameterMap),console.log("原子表达式:",t,"的分析结果为 ",result),temp=temp.replace(t.trim(),result+""),console.log("将原子表达式替换为它的结果后:",temp)}}return temp=temp.replace(/condition.operator.and/g,AND),temp=temp.replace(/condition.operator.or/g,OR),temp.trim().endsWith(OR)&&(temp=temp.substring(0,temp.lastIndexOf(OR))),temp.trim().endsWith(AND)&&(temp=temp.substring(0,temp.lastIndexOf(AND))),console.log("最终该流向的表达式为:",temp),eval("("+temp+")")}function parseFieldCondition(e,t,o,r,n,i,s){if(!e)return!1;const l="[",a="]";e=e.trim();const d=e.substring(e.indexOf(l)+l.length,e.indexOf(a)),u=e.substring(0,e.indexOf(" ")),c=e.substring(e.indexOf(" ")+1),m=c.substring(c.indexOf(" ")+1).trim(),A=getPropValue(m,o,n,s,null,r,i);A!=null&&(e=e.replace(m,A.toString()));let C;if(u.startsWith("${parent[")?C=getValue$2(o,d):C=getValue$2(r,d),(C==null||C==="")&&(t==="DATE"||t==="TIME"))return!1;console.log("对应值为:",C);const g=getAbstractUserFactoryWf(t),E=e.replace(u,C),f=new g(E).result;return console.log("判断结果为:",f),f}function splitExpression(e){const t="\\*",o="";return e=e.replace(/condition.operator.and/g,t),e=e.replace(/condition.operator.or/g,t),e=e.replace(/\(/g,o),e=e.replace(/\)/g,o),e.split(t)}function getValue$2(e,t){const o=getEntityFieldValue(e,t);return o===void 0||o==null?"":o+""}/*! js-cookie v3.0.5 | MIT */function assign$1(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)e[r]=o[r]}return e}var defaultConverter={read:function(e){return e[0]==='"'&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function init(e,t){function o(n,i,s){if(!(typeof document>"u")){s=assign$1({},t,s),typeof s.expires=="number"&&(s.expires=new Date(Date.now()+s.expires*864e5)),s.expires&&(s.expires=s.expires.toUTCString()),n=encodeURIComponent(n).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var l="";for(var a in s)s[a]&&(l+="; "+a,s[a]!==!0&&(l+="="+s[a].split(";")[0]));return document.cookie=n+"="+e.write(i,n)+l}}function r(n){if(!(typeof document>"u"||arguments.length&&!n)){for(var i=document.cookie?document.cookie.split("; "):[],s={},l=0;l<i.length;l++){var a=i[l].split("="),d=a.slice(1).join("=");try{var u=decodeURIComponent(a[0]);if(s[u]=e.read(d,u),n===u)break}catch{}}return n?s[n]:s}}return Object.create({set:o,get:r,remove:function(n,i){o(n,"",assign$1({},i,{expires:-1}))},withAttributes:function(n){return init(this.converter,assign$1({},this.attributes,n))},withConverter:function(n){return init(assign$1({},this.converter,n),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}var api=init(defaultConverter,{path:"/"});const jwtKey="JWT",currentUserNameKey="USERNAME",currentUserInfoKey="CURRENT_USER",currentSystemUrlKey="CURRENT_SYSTEM_URL_",langKey="CURRENT_LANGUAGE",allLangKey="AMB_LANG_INFO",versionEnv="VERSION_ENVIRONMENT",userVersion="CURRENT_USER_SYSTEM_VERSION",runDevpJwtKey="_runDevpJWT",themeKey="CURRENT_THEME",allThemeKey="AMB_THEME_INFO";function getToken$1(){let e=isDevpSystem$1(),t;return e?t=getMyToken():(t=getSessionCache(runDevpJwtKey),t||(t=getMyToken())),t}function isDevpSystem$1(){let e=!1;const t=window.$vueApp.config.globalProperties.systemCode;return t&&t==="devp"&&(e=!0),e}function getMyToken(){let e=getCookieCache(jwtKey);return e||(e=getSessionCache(jwtKey),console.log("authAPI.getToken---getSessionCache=",e)),e}function setToken$1(e){setCookieCache(jwtKey,e),setSessionCache(jwtKey,e)}function removeToken$1(){removeCookieCache(jwtKey),removeSessionCache(jwtKey),removeSessionCache(runDevpJwtKey)}function getUsername$1(){let e=getRunInfoKey$1(currentUserNameKey),t=getCookieCache(e);return t||(t=getSessionCache(e)),t}function setUsername$1(e){let t=getRunInfoKey$1(currentUserNameKey);setSessionCache(t,e),setCookieCache(t,e)}function removeUsername$1(){removeSessionCache(currentUserNameKey),removeCookieCache(currentUserNameKey)}function getCurrentUser$1(){const e=getRunInfoKey$1(currentUserInfoKey);return getCurrentUserByKey(e)}function getCurrentUserByKey(e){let t=getCookieCache(e);if(t||(t=getSessionCache(e)),t)return JSON.parse(t)}function setCurrentUser$1(e){const t=getRunInfoKey$1(currentUserInfoKey);if(e){e.password&&(e.password=null);const o=JSON.stringify(e);setSessionCache(t,o),setCookieCache(t,o)}}function getRunInfoKey$1(e){let t=e;return isDevpSystem$1()||getSessionCache(runDevpJwtKey)&&(t="_run_"+t),t}function removeCurrentUser$1(){removeSessionCache(currentUserInfoKey),removeCookieCache(currentUserInfoKey)}function getCookieCache(e){return api.get(e)}function setCookieCache(e,t){api.set(e,t,{path:"/"})}function removeCookieCache(e){api.remove(e,{path:"/"})}function getSessionCache(e){return window.sessionStorage.getItem(e)}function setSessionCache(e,t){return window.sessionStorage.setItem(e,t)}function removeSessionCache(e){window.sessionStorage.removeItem(e)}function getSystemCacheUrlByCode(e){if(e||(e=window.$vueApp.config.globalProperties.customSystem),e||(e=window.$vueApp.config.globalProperties.systemCode),e){const t=getSystemCacheUrl();if(t)return t[e]}}function getSystemCacheUrl(){let e=localStorage.getItem(currentSystemUrlKey);if(e)return JSON.parse(e)}function setSystemCacheUrl(e){if(e){const t=JSON.stringify(e);localStorage.setItem(currentSystemUrlKey,t)}}function removeSystemCacheUrl$1(){localStorage.removeItem(currentSystemUrlKey)}function getLanguage$1(){let e=getCookieCache(langKey);const t=window.$vueApp.config.globalProperties.projectModel;return!e&&t&&t==="developing.model"&&(e=getSessionCache(langKey)),e}function setLanguage$1(e){e||(e="zh_CN"),setCookieCache(langKey,e),setSessionCache(langKey,e)}function removeLanguage$1(){removeCookieCache(langKey),removeSessionCache(langKey)}function getAllLanguages$1(){let e=getCookieCache(allLangKey);const t=window.$vueApp.config.globalProperties.projectModel;return!e&&t&&t==="developing.model"&&(e=getSessionCache(allLangKey)),e}function setAllLanguages(e){setCookieCache(allLangKey,e),setSessionCache(allLangKey,e)}function removeAllLanguages$1(){removeCookieCache(allLangKey),removeSessionCache(allLangKey)}function getTheme$1(){return localStorage.getItem(themeKey)}function setTheme$1(e){localStorage.setItem(themeKey,e)}function removeTheme$1(){localStorage.removeItem(themeKey)}function getAllThemes(){let e=getCookieCache(allThemeKey);const t=window.$vueApp.config.globalProperties.projectModel;return!e&&t&&t==="developing.model"&&(e=getSessionCache(allThemeKey)),e}function setAllThemes(e){setCookieCache(allThemeKey,e),setSessionCache(allThemeKey,e)}function removeAllThemes$1(){removeCookieCache(allThemeKey),removeSessionCache(allThemeKey)}function removePublishControl$1(){removeCookieCache(versionEnv),removeCookieCache(userVersion)}const authApi={getToken:getToken$1,setToken:setToken$1,removeToken:removeToken$1,getUsername:getUsername$1,setUsername:setUsername$1,removeUsername:removeUsername$1,getCurrentUser:getCurrentUser$1,setCurrentUser:setCurrentUser$1,removeCurrentUser:removeCurrentUser$1,getCookieCache,setCookieCache,removeCookieCache,getSessionCache,setSessionCache,removeSessionCache,getSystemCacheUrlByCode,getSystemCacheUrl,setSystemCacheUrl,removeSystemCacheUrl:removeSystemCacheUrl$1,getLanguage:getLanguage$1,setLanguage:setLanguage$1,removeLanguage:removeLanguage$1,getAllLanguages:getAllLanguages$1,setAllLanguages,removeAllLanguages:removeAllLanguages$1,getTheme:getTheme$1,setTheme:setTheme$1,removeTheme:removeTheme$1,getAllThemes,setAllThemes,removeAllThemes:removeAllThemes$1,removePublishControl:removePublishControl$1,isDevpSystem:isDevpSystem$1,getRunInfoKey:getRunInfoKey$1},permissionKey="PERMISSION-",permissionMenuKey="PERMISSION_MENU-",permissionAllSystemKey="PERMISSION_All_SYSTSEM_KEY",mobilePermissionKey="PERMISSION-MOBILE-WEB";function getSystemCode(){let e;return window.$vueApp.config.globalProperties.customSystem?e=window.$vueApp.config.globalProperties.customSystem:window.$vueApp.config.globalProperties.currentSystem?e=window.$vueApp.config.globalProperties.currentSystem:e=window.$vueApp.config.globalProperties.systemCode,e}function getPermissions(e){let t=null;(!e||e+""=="null")&&(e=getSystemCode());let o=localStorage.getItem(permissionKey+e);if(o&&(t||(t={}),Object.assign(t,JSON.parse(o))),isMobileBrowser()){const n=localStorage.getItem(mobilePermissionKey);n&&(t||(t={}),Object.assign(t,JSON.parse(n)))}return t}function setPermissions(e,t){console.log("setPermissions==========systemCode=",t,"isHasPlatPermission----permissions[0]=",e&&e.length>0?e[0]:null);const o=isMobileBrowser();let r;const n=getPermissionObjs(e);return o?r=mobilePermissionKey:((!t||t+""=="null")&&(t=getSystemCode()),r=permissionKey+t),console.log("setPermissions==========systemCode=",t,"key=",r),localStorage.setItem(r,JSON.stringify(n)),setPermissionAllSystemKey(r),n}function getPermissionObjs(e){const t={};for(let o=0;o<e.length;o++)if(e[o]){const n=e[o].replace(/\./g,"__");t[n]=!0}return t}function getMenus(e){(!e||e+""=="null")&&(e=getSystemCode());const t=getRunInfoKey(permissionMenuKey),o=localStorage.getItem(t+e);return o?JSON.parse(o):null}function setMenus(e,t){if(e){(!t||t+""=="null")&&(t=getSystemCode());const r=getRunInfoKey(permissionMenuKey)+t;return localStorage.setItem(r,JSON.stringify(e)),setPermissionAllSystemKey(r),e}}function setPermissionAllSystemKey(e){const t=getPermissionAllSystemKey();t.indexOf(e)<0&&t.push(e),localStorage.setItem(permissionAllSystemKey,t.join(","))}function getPermissionAllSystemKey(){let e=localStorage.getItem(permissionAllSystemKey);return e&&(e=e.split(",")),e||(e=[]),e}function removePermissionSystemKey(){localStorage.removeItem(permissionAllSystemKey)}function rtrim(e){return e.replace(/(\s*$)/g,"")}function removeAllSystemPermissions(){localStorage.removeItem(mobilePermissionKey);const e=getSystemCode();localStorage.removeItem(permissionKey+e);const t=getRunInfoKey(permissionMenuKey);localStorage.removeItem(t+e),getPermissionAllSystemKey().forEach(r=>{r=rtrim(r),localStorage.removeItem(r)}),removePermissionSystemKey()}const GLOBAL_PROP={loadState:"GLOBAL_PROP_LOAD_STATE",CAN_SHOW_ORG_TREE:"global-show-org-tree",PORTAL_CHART_LAYOUT_COL:"portal-chart-layout-col"};function removeAllGlobalPropCache(){localStorage.removeItem(GLOBAL_PROP.loadState),localStorage.removeItem(GLOBAL_PROP.CAN_SHOW_ORG_TREE),localStorage.removeItem(GLOBAL_PROP.PORTAL_CHART_LAYOUT_COL)}const watermarkSetting="AMB_WATERMARK_SETTING";function removeWatermark(){localStorage.removeItem(watermarkSetting)}const voiceSetting="AMB_VOICE_SETTING",voiceLeafMenu="AMB_VOICE_LEAF_MENU";function removeVoiceCache(){removeVoiceLeafMenu(),removeVoiceSetting()}function removeVoiceLeafMenu(){localStorage.removeItem(voiceLeafMenu)}function removeVoiceSetting(){localStorage.removeItem(voiceSetting)}function getToken(){return authApi.getToken()}function setToken(e){authApi.setToken(e)}function removeToken(){authApi.removeToken()}function getUsername(){return authApi.getUsername()}function setUsername(e){authApi.setUsername(e)}function removeUsername(){authApi.removeUsername()}function setCurrentUser(e){authApi.setCurrentUser(e)}function removeCurrentUser(){authApi.removeCurrentUser()}function getLanguage(){return authApi.getLanguage()}function setLanguage(e){authApi.setLanguage(e)}function removeLanguage(){authApi.removeLanguage()}function getAllLanguages(){return authApi.getAllLanguages()}function removeAllLanguages(){authApi.removeAllLanguages()}function getTheme(){return authApi.getTheme()}function setTheme(e){e?authApi.setTheme(e):removeTheme()}function removeTheme(){authApi.removeTheme()}function removeAllThemes(){authApi.removeAllThemes()}function removePublishControl(){authApi.removePublishControl()}function removeDevpPermissions(){let e="_devpJWT",t="_CURRENT_ROLE";authApi.removeSessionCache(e),authApi.removeSessionCache(t)}function isDevpSystem(){return authApi.isDevpSystem()}function getRunInfoKey(e){return authApi.getRunInfoKey(e)}function removeProjectSettings(){authApi.removeCookieCache("PROJECT_SETTINGS")}function removeProjectCode(){authApi.removeCookieCache("_PROJECT_CDOE")}function removeSystemCacheUrl(){authApi.removeSystemCacheUrl()}function getRunCurrentRole(){let e="_RUN_CURRENT_ROLE";if(!isDevpSystem())return authApi.getSessionCache(e)}function clearPermission(){removeToken(),removeLanguage(),removeAllLanguages(),removeUsername(),removeCurrentUser(),removeAllSystemPermissions(),removePublishControl(),removeSystemCacheUrl(),removeAllGlobalPropCache(),removeWatermark(),removeVoiceCache()}function bind(e,t){return function(){return e.apply(t,arguments)}}const{toString:toString$1}=Object.prototype,{getPrototypeOf}=Object,kindOf=(e=>t=>{const o=toString$1.call(t);return e[o]||(e[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=e=>(e=e.toLowerCase(),t=>kindOf(t)===e),typeOfTest=e=>t=>typeof t===e,{isArray:isArray$6}=Array,isUndefined$1=typeOfTest("undefined");function isBuffer(e){return e!==null&&!isUndefined$1(e)&&e.constructor!==null&&!isUndefined$1(e.constructor)&&isFunction$2(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&isArrayBuffer(e.buffer),t}const isString$3=typeOfTest("string"),isFunction$2=typeOfTest("function"),isNumber$2=typeOfTest("number"),isObject$2=e=>e!==null&&typeof e=="object",isBoolean=e=>e===!0||e===!1,isPlainObject=e=>{if(kindOf(e)!=="object")return!1;const t=getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},isDate$1=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=e=>isObject$2(e)&&isFunction$2(e.pipe),isFormData=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||isFunction$2(e.append)&&((t=kindOf(e))==="formdata"||t==="object"&&isFunction$2(e.toString)&&e.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(e,t,{allOwnKeys:o=!1}={}){if(e===null||typeof e>"u")return;let r,n;if(typeof e!="object"&&(e=[e]),isArray$6(e))for(r=0,n=e.length;r<n;r++)t.call(null,e[r],r,e);else{const i=o?Object.getOwnPropertyNames(e):Object.keys(e),s=i.length;let l;for(r=0;r<s;r++)l=i[r],t.call(null,e[l],l,e)}}function findKey(e,t){t=t.toLowerCase();const o=Object.keys(e);let r=o.length,n;for(;r-- >0;)if(n=o[r],t===n.toLowerCase())return n;return null}const _global$1=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),isContextDefined=e=>!isUndefined$1(e)&&e!==_global$1;function merge(){const{caseless:e}=isContextDefined(this)&&this||{},t={},o=(r,n)=>{const i=e&&findKey(t,n)||n;isPlainObject(t[i])&&isPlainObject(r)?t[i]=merge(t[i],r):isPlainObject(r)?t[i]=merge({},r):isArray$6(r)?t[i]=r.slice():t[i]=r};for(let r=0,n=arguments.length;r<n;r++)arguments[r]&&forEach(arguments[r],o);return t}const extend=(e,t,o,{allOwnKeys:r}={})=>(forEach(t,(n,i)=>{o&&isFunction$2(n)?e[i]=bind(n,o):e[i]=n},{allOwnKeys:r}),e),stripBOM=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),inherits=(e,t,o,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),o&&Object.assign(e.prototype,o)},toFlatObject=(e,t,o,r)=>{let n,i,s;const l={};if(t=t||{},e==null)return t;do{for(n=Object.getOwnPropertyNames(e),i=n.length;i-- >0;)s=n[i],(!r||r(s,e,t))&&!l[s]&&(t[s]=e[s],l[s]=!0);e=o!==!1&&getPrototypeOf(e)}while(e&&(!o||o(e,t))&&e!==Object.prototype);return t},endsWith=(e,t,o)=>{e=String(e),(o===void 0||o>e.length)&&(o=e.length),o-=t.length;const r=e.indexOf(t,o);return r!==-1&&r===o},toArray=e=>{if(!e)return null;if(isArray$6(e))return e;let t=e.length;if(!isNumber$2(t))return null;const o=new Array(t);for(;t-- >0;)o[t]=e[t];return o},isTypedArray=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=r.next())&&!n.done;){const i=n.value;t.call(e,i[0],i[1])}},matchAll=(e,t)=>{let o;const r=[];for(;(o=e.exec(t))!==null;)r.push(o);return r},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(o,r,n){return r.toUpperCase()+n}),hasOwnProperty$5=(({hasOwnProperty:e})=>(t,o)=>e.call(t,o))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(e,t)=>{const o=Object.getOwnPropertyDescriptors(e),r={};forEach(o,(n,i)=>{let s;(s=t(n,i,e))!==!1&&(r[i]=s||n)}),Object.defineProperties(e,r)},freezeMethods=e=>{reduceDescriptors(e,(t,o)=>{if(isFunction$2(e)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const r=e[o];if(isFunction$2(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},toObjectSet=(e,t)=>{const o={},r=n=>{n.forEach(i=>{o[i]=!0})};return isArray$6(e)?r(e):r(String(e).split(t)),o},noop$2=()=>{},toFiniteNumber=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,ALPHA="abcdefghijklmnopqrstuvwxyz",DIGIT="0123456789",ALPHABET={DIGIT,ALPHA,ALPHA_DIGIT:ALPHA+ALPHA.toUpperCase()+DIGIT},generateString=(e=16,t=ALPHABET.ALPHA_DIGIT)=>{let o="";const{length:r}=t;for(;e--;)o+=t[Math.random()*r|0];return o};function isSpecCompliantForm(e){return!!(e&&isFunction$2(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const toJSONObject=e=>{const t=new Array(10),o=(r,n)=>{if(isObject$2(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[n]=r;const i=isArray$6(r)?[]:{};return forEach(r,(s,l)=>{const a=o(s,n+1);!isUndefined$1(a)&&(i[l]=a)}),t[n]=void 0,i}}return r};return o(e,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=e=>e&&(isObject$2(e)||isFunction$2(e))&&isFunction$2(e.then)&&isFunction$2(e.catch),utils$1={isArray:isArray$6,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString:isString$3,isNumber:isNumber$2,isBoolean,isObject:isObject$2,isPlainObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined:isUndefined$1,isDate:isDate$1,isFile,isBlob,isRegExp,isFunction:isFunction$2,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty:hasOwnProperty$5,hasOwnProp:hasOwnProperty$5,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop:noop$2,toFiniteNumber,findKey,global:_global$1,isContextDefined,ALPHABET,generateString,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable};function AxiosError(e,t,o,r,n){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),o&&(this.config=o),r&&(this.request=r),n&&(this.response=n)}utils$1.inherits(AxiosError,Error,{toJSON:function e(){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:utils$1.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const prototype$1=AxiosError.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{descriptors[e]={value:e}}),Object.defineProperties(AxiosError,descriptors),Object.defineProperty(prototype$1,"isAxiosError",{value:!0}),AxiosError.from=(e,t,o,r,n,i)=>{const s=Object.create(prototype$1);return utils$1.toFlatObject(e,s,function(a){return a!==Error.prototype},l=>l!=="isAxiosError"),AxiosError.call(s,e.message,t,o,r,n),s.cause=e,s.name=e.name,i&&Object.assign(s,i),s};const httpAdapter=null;function isVisitable(e){return utils$1.isPlainObject(e)||utils$1.isArray(e)}function removeBrackets(e){return utils$1.endsWith(e,"[]")?e.slice(0,-2):e}function renderKey(e,t,o){return e?e.concat(t).map(function(n,i){return n=removeBrackets(n),!o&&i?"["+n+"]":n}).join(o?".":""):t}function isFlatArray(e){return utils$1.isArray(e)&&!e.some(isVisitable)}const predicates=utils$1.toFlatObject(utils$1,{},null,function e(t){return/^is[A-Z]/.test(t)});function toFormData(e,t,o){if(!utils$1.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,o=utils$1.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,E){return!utils$1.isUndefined(E[g])});const r=o.metaTokens,n=o.visitor||u,i=o.dots,s=o.indexes,a=(o.Blob||typeof Blob<"u"&&Blob)&&utils$1.isSpecCompliantForm(t);if(!utils$1.isFunction(n))throw new TypeError("visitor must be a function");function d(C){if(C===null)return"";if(utils$1.isDate(C))return C.toISOString();if(!a&&utils$1.isBlob(C))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(C)||utils$1.isTypedArray(C)?a&&typeof Blob=="function"?new Blob([C]):Buffer.from(C):C}function u(C,g,E){let p=C;if(C&&!E&&typeof C=="object"){if(utils$1.endsWith(g,"{}"))g=r?g:g.slice(0,-2),C=JSON.stringify(C);else if(utils$1.isArray(C)&&isFlatArray(C)||(utils$1.isFileList(C)||utils$1.endsWith(g,"[]"))&&(p=utils$1.toArray(C)))return g=removeBrackets(g),p.forEach(function(w,v){!(utils$1.isUndefined(w)||w===null)&&t.append(s===!0?renderKey([g],v,i):s===null?g:g+"[]",d(w))}),!1}return isVisitable(C)?!0:(t.append(renderKey(E,g,i),d(C)),!1)}const c=[],m=Object.assign(predicates,{defaultVisitor:u,convertValue:d,isVisitable});function A(C,g){if(!utils$1.isUndefined(C)){if(c.indexOf(C)!==-1)throw Error("Circular reference detected in "+g.join("."));c.push(C),utils$1.forEach(C,function(p,f){(!(utils$1.isUndefined(p)||p===null)&&n.call(t,p,utils$1.isString(f)?f.trim():f,g,m))===!0&&A(p,g?g.concat(f):[f])}),c.pop()}}if(!utils$1.isObject(e))throw new TypeError("data must be an object");return A(e),t}function encode$1(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function AxiosURLSearchParams(e,t){this._pairs=[],e&&toFormData(e,this,t)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function e(t,o){this._pairs.push([t,o])},prototype.toString=function e(t){const o=t?function(r){return t.call(this,r,encode$1)}:encode$1;return this._pairs.map(function(n){return o(n[0])+"="+o(n[1])},"").join("&")};function encode(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(e,t,o){if(!t)return e;const r=o&&o.encode||encode,n=o&&o.serialize;let i;if(n?i=n(t,o):i=utils$1.isURLSearchParams(t)?t.toString():new AxiosURLSearchParams(t,o).toString(r),i){const s=e.indexOf("#");s!==-1&&(e=e.slice(0,s)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}class InterceptorManager{constructor(){this.handlers=[]}use(t,o,r){return this.handlers.push({fulfilled:t,rejected:o,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){utils$1.forEach(this.handlers,function(r){r!==null&&t(r)})}}const InterceptorManager$1=InterceptorManager,transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",hasStandardBrowserEnv=(e=>hasBrowserEnv&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),hasStandardBrowserWebWorkerEnv=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),origin=hasBrowserEnv&&window.location.href||"http://localhost",utils=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv,origin},Symbol.toStringTag,{value:"Module"})),platform={...utils,...platform$1};function toURLEncodedForm(e,t){return toFormData(e,new platform.classes.URLSearchParams,Object.assign({visitor:function(o,r,n,i){return platform.isNode&&utils$1.isBuffer(o)?(this.append(r,o.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function parsePropPath(e){return utils$1.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function arrayToObject(e){const t={},o=Object.keys(e);let r;const n=o.length;let i;for(r=0;r<n;r++)i=o[r],t[i]=e[i];return t}function formDataToJSON(e){function t(o,r,n,i){let s=o[i++];if(s==="__proto__")return!0;const l=Number.isFinite(+s),a=i>=o.length;return s=!s&&utils$1.isArray(n)?n.length:s,a?(utils$1.hasOwnProp(n,s)?n[s]=[n[s],r]:n[s]=r,!l):((!n[s]||!utils$1.isObject(n[s]))&&(n[s]=[]),t(o,r,n[s],i)&&utils$1.isArray(n[s])&&(n[s]=arrayToObject(n[s])),!l)}if(utils$1.isFormData(e)&&utils$1.isFunction(e.entries)){const o={};return utils$1.forEachEntry(e,(r,n)=>{t(parsePropPath(r),n,o,0)}),o}return null}function stringifySafely(e,t,o){if(utils$1.isString(e))try{return(t||JSON.parse)(e),utils$1.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(o||JSON.stringify)(e)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function e(t,o){const r=o.getContentType()||"",n=r.indexOf("application/json")>-1,i=utils$1.isObject(t);if(i&&utils$1.isHTMLForm(t)&&(t=new FormData(t)),utils$1.isFormData(t))return n?JSON.stringify(formDataToJSON(t)):t;if(utils$1.isArrayBuffer(t)||utils$1.isBuffer(t)||utils$1.isStream(t)||utils$1.isFile(t)||utils$1.isBlob(t)||utils$1.isReadableStream(t))return t;if(utils$1.isArrayBufferView(t))return t.buffer;if(utils$1.isURLSearchParams(t))return o.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(t,this.formSerializer).toString();if((l=utils$1.isFileList(t))||r.indexOf("multipart/form-data")>-1){const a=this.env&&this.env.FormData;return toFormData(l?{"files[]":t}:t,a&&new a,this.formSerializer)}}return i||n?(o.setContentType("application/json",!1),stringifySafely(t)):t}],transformResponse:[function e(t){const o=this.transitional||defaults.transitional,r=o&&o.forcedJSONParsing,n=this.responseType==="json";if(utils$1.isResponse(t)||utils$1.isReadableStream(t))return t;if(t&&utils$1.isString(t)&&(r&&!this.responseType||n)){const s=!(o&&o.silentJSONParsing)&&n;try{return JSON.parse(t)}catch(l){if(s)throw l.name==="SyntaxError"?AxiosError.from(l,AxiosError.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function e(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$1.forEach(["delete","get","head","post","put","patch"],e=>{defaults.headers[e]={}});const defaults$1=defaults,ignoreDuplicateOf=utils$1.toObjectSet(["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=e=>{const t={};let o,r,n;return e&&e.split(`
|
|
26
26
|
`).forEach(function(s){n=s.indexOf(":"),o=s.substring(0,n).trim().toLowerCase(),r=s.substring(n+1).trim(),!(!o||t[o]&&ignoreDuplicateOf[o])&&(o==="set-cookie"?t[o]?t[o].push(r):t[o]=[r]:t[o]=t[o]?t[o]+", "+r:r)}),t},$internals=Symbol("internals");function normalizeHeader(e){return e&&String(e).trim().toLowerCase()}function normalizeValue(e){return e===!1||e==null?e:utils$1.isArray(e)?e.map(normalizeValue):String(e)}function parseTokens(e){const t=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=o.exec(e);)t[r[1]]=r[2];return t}const isValidHeaderName=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function matchHeaderValue(e,t,o,r,n){if(utils$1.isFunction(r))return r.call(this,t,o);if(n&&(t=o),!!utils$1.isString(t)){if(utils$1.isString(r))return t.indexOf(r)!==-1;if(utils$1.isRegExp(r))return r.test(t)}}function formatHeader(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,o,r)=>o.toUpperCase()+r)}function buildAccessors(e,t){const o=utils$1.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+o,{value:function(n,i,s){return this[r].call(this,t,n,i,s)},configurable:!0})})}class AxiosHeaders{constructor(t){t&&this.set(t)}set(t,o,r){const n=this;function i(l,a,d){const u=normalizeHeader(a);if(!u)throw new Error("header name must be a non-empty string");const c=utils$1.findKey(n,u);(!c||n[c]===void 0||d===!0||d===void 0&&n[c]!==!1)&&(n[c||a]=normalizeValue(l))}const s=(l,a)=>utils$1.forEach(l,(d,u)=>i(d,u,a));if(utils$1.isPlainObject(t)||t instanceof this.constructor)s(t,o);else if(utils$1.isString(t)&&(t=t.trim())&&!isValidHeaderName(t))s(parseHeaders(t),o);else if(utils$1.isHeaders(t))for(const[l,a]of t.entries())i(a,l,r);else t!=null&&i(o,t,r);return this}get(t,o){if(t=normalizeHeader(t),t){const r=utils$1.findKey(this,t);if(r){const n=this[r];if(!o)return n;if(o===!0)return parseTokens(n);if(utils$1.isFunction(o))return o.call(this,n,r);if(utils$1.isRegExp(o))return o.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,o){if(t=normalizeHeader(t),t){const r=utils$1.findKey(this,t);return!!(r&&this[r]!==void 0&&(!o||matchHeaderValue(this,this[r],r,o)))}return!1}delete(t,o){const r=this;let n=!1;function i(s){if(s=normalizeHeader(s),s){const l=utils$1.findKey(r,s);l&&(!o||matchHeaderValue(r,r[l],l,o))&&(delete r[l],n=!0)}}return utils$1.isArray(t)?t.forEach(i):i(t),n}clear(t){const o=Object.keys(this);let r=o.length,n=!1;for(;r--;){const i=o[r];(!t||matchHeaderValue(this,this[i],i,t,!0))&&(delete this[i],n=!0)}return n}normalize(t){const o=this,r={};return utils$1.forEach(this,(n,i)=>{const s=utils$1.findKey(r,i);if(s){o[s]=normalizeValue(n),delete o[i];return}const l=t?formatHeader(i):String(i).trim();l!==i&&delete o[i],o[l]=normalizeValue(n),r[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const o=Object.create(null);return utils$1.forEach(this,(r,n)=>{r!=null&&r!==!1&&(o[n]=t&&utils$1.isArray(r)?r.join(", "):r)}),o}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,o])=>t+": "+o).join(`
|
|
27
27
|
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...o){const r=new this(t);return o.forEach(n=>r.set(n)),r}static accessor(t){const r=(this[$internals]=this[$internals]={accessors:{}}).accessors,n=this.prototype;function i(s){const l=normalizeHeader(s);r[l]||(buildAccessors(n,s),r[l]=!0)}return utils$1.isArray(t)?t.forEach(i):i(t),this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),utils$1.reduceDescriptors(AxiosHeaders.prototype,({value:e},t)=>{let o=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[o]=r}}}),utils$1.freezeMethods(AxiosHeaders);const AxiosHeaders$1=AxiosHeaders;function transformData(e,t){const o=this||defaults$1,r=t||o,n=AxiosHeaders$1.from(r.headers);let i=r.data;return utils$1.forEach(e,function(l){i=l.call(o,i,n.normalize(),t?t.status:void 0)}),n.normalize(),i}function isCancel(e){return!!(e&&e.__CANCEL__)}function CanceledError(e,t,o){AxiosError.call(this,e??"canceled",AxiosError.ERR_CANCELED,t,o),this.name="CanceledError"}utils$1.inherits(CanceledError,AxiosError,{__CANCEL__:!0});function settle(e,t,o){const r=o.config.validateStatus;!o.status||!r||r(o.status)?e(o):t(new AxiosError("Request failed with status code "+o.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}function parseProtocol(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function speedometer(e,t){e=e||10;const o=new Array(e),r=new Array(e);let n=0,i=0,s;return t=t!==void 0?t:1e3,function(a){const d=Date.now(),u=r[i];s||(s=d),o[n]=a,r[n]=d;let c=i,m=0;for(;c!==n;)m+=o[c++],c=c%e;if(n=(n+1)%e,n===i&&(i=(i+1)%e),d-s<t)return;const A=u&&d-u;return A?Math.round(m*1e3/A):void 0}}function throttle(e,t){let o=0;const r=1e3/t;let n=null;return function(){const s=this===!0,l=Date.now();if(s||l-o>r)return n&&(clearTimeout(n),n=null),o=l,e.apply(null,arguments);n||(n=setTimeout(()=>(n=null,o=Date.now(),e.apply(null,arguments)),r-(l-o)))}}const progressEventReducer=(e,t,o=3)=>{let r=0;const n=speedometer(50,250);return throttle(i=>{const s=i.loaded,l=i.lengthComputable?i.total:void 0,a=s-r,d=n(a),u=s<=l;r=s;const c={loaded:s,total:l,progress:l?s/l:void 0,bytes:a,rate:d||void 0,estimated:d&&l&&u?(l-s)/d:void 0,event:i,lengthComputable:l!=null};c[t?"download":"upload"]=!0,e(c)},o)},isURLSameOrigin=platform.hasStandardBrowserEnv?function e(){const t=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement("a");let r;function n(i){let s=i;return t&&(o.setAttribute("href",s),s=o.href),o.setAttribute("href",s),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,""):"",host:o.host,search:o.search?o.search.replace(/^\?/,""):"",hash:o.hash?o.hash.replace(/^#/,""):"",hostname:o.hostname,port:o.port,pathname:o.pathname.charAt(0)==="/"?o.pathname:"/"+o.pathname}}return r=n(window.location.href),function(s){const l=utils$1.isString(s)?n(s):s;return l.protocol===r.protocol&&l.host===r.host}}():function e(){return function(){return!0}}(),cookies=platform.hasStandardBrowserEnv?{write(e,t,o,r,n,i){const s=[e+"="+encodeURIComponent(t)];utils$1.isNumber(o)&&s.push("expires="+new Date(o).toGMTString()),utils$1.isString(r)&&s.push("path="+r),utils$1.isString(n)&&s.push("domain="+n),i===!0&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function isAbsoluteURL(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function combineURLs(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function buildFullPath(e,t){return e&&!isAbsoluteURL(t)?combineURLs(e,t):t}const headersToObject=e=>e instanceof AxiosHeaders$1?{...e}:e;function mergeConfig$1(e,t){t=t||{};const o={};function r(d,u,c){return utils$1.isPlainObject(d)&&utils$1.isPlainObject(u)?utils$1.merge.call({caseless:c},d,u):utils$1.isPlainObject(u)?utils$1.merge({},u):utils$1.isArray(u)?u.slice():u}function n(d,u,c){if(utils$1.isUndefined(u)){if(!utils$1.isUndefined(d))return r(void 0,d,c)}else return r(d,u,c)}function i(d,u){if(!utils$1.isUndefined(u))return r(void 0,u)}function s(d,u){if(utils$1.isUndefined(u)){if(!utils$1.isUndefined(d))return r(void 0,d)}else return r(void 0,u)}function l(d,u,c){if(c in t)return r(d,u);if(c in e)return r(void 0,d)}const a={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(d,u)=>n(headersToObject(d),headersToObject(u),!0)};return utils$1.forEach(Object.keys(Object.assign({},e,t)),function(u){const c=a[u]||n,m=c(e[u],t[u],u);utils$1.isUndefined(m)&&c!==l||(o[u]=m)}),o}const resolveConfig=e=>{const t=mergeConfig$1({},e);let{data:o,withXSRFToken:r,xsrfHeaderName:n,xsrfCookieName:i,headers:s,auth:l}=t;t.headers=s=AxiosHeaders$1.from(s),t.url=buildURL(buildFullPath(t.baseURL,t.url),e.params,e.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let a;if(utils$1.isFormData(o)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((a=s.getContentType())!==!1){const[d,...u]=a?a.split(";").map(c=>c.trim()).filter(Boolean):[];s.setContentType([d||"multipart/form-data",...u].join("; "))}}if(platform.hasStandardBrowserEnv&&(r&&utils$1.isFunction(r)&&(r=r(t)),r||r!==!1&&isURLSameOrigin(t.url))){const d=n&&i&&cookies.read(i);d&&s.set(n,d)}return t},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(e){return new Promise(function(o,r){const n=resolveConfig(e);let i=n.data;const s=AxiosHeaders$1.from(n.headers).normalize();let{responseType:l}=n,a;function d(){n.cancelToken&&n.cancelToken.unsubscribe(a),n.signal&&n.signal.removeEventListener("abort",a)}let u=new XMLHttpRequest;u.open(n.method.toUpperCase(),n.url,!0),u.timeout=n.timeout;function c(){if(!u)return;const A=AxiosHeaders$1.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),g={data:!l||l==="text"||l==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:A,config:e,request:u};settle(function(p){o(p),d()},function(p){r(p),d()},g),u=null}"onloadend"in u?u.onloadend=c:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(c)},u.onabort=function(){u&&(r(new AxiosError("Request aborted",AxiosError.ECONNABORTED,n,u)),u=null)},u.onerror=function(){r(new AxiosError("Network Error",AxiosError.ERR_NETWORK,n,u)),u=null},u.ontimeout=function(){let C=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const g=n.transitional||transitionalDefaults;n.timeoutErrorMessage&&(C=n.timeoutErrorMessage),r(new AxiosError(C,g.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,n,u)),u=null},i===void 0&&s.setContentType(null),"setRequestHeader"in u&&utils$1.forEach(s.toJSON(),function(C,g){u.setRequestHeader(g,C)}),utils$1.isUndefined(n.withCredentials)||(u.withCredentials=!!n.withCredentials),l&&l!=="json"&&(u.responseType=n.responseType),typeof n.onDownloadProgress=="function"&&u.addEventListener("progress",progressEventReducer(n.onDownloadProgress,!0)),typeof n.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",progressEventReducer(n.onUploadProgress)),(n.cancelToken||n.signal)&&(a=A=>{u&&(r(!A||A.type?new CanceledError(null,e,u):A),u.abort(),u=null)},n.cancelToken&&n.cancelToken.subscribe(a),n.signal&&(n.signal.aborted?a():n.signal.addEventListener("abort",a)));const m=parseProtocol(n.url);if(m&&platform.protocols.indexOf(m)===-1){r(new AxiosError("Unsupported protocol "+m+":",AxiosError.ERR_BAD_REQUEST,e));return}u.send(i||null)})},composeSignals=(e,t)=>{let o=new AbortController,r;const n=function(a){if(!r){r=!0,s();const d=a instanceof Error?a:this.reason;o.abort(d instanceof AxiosError?d:new CanceledError(d instanceof Error?d.message:d))}};let i=t&&setTimeout(()=>{n(new AxiosError(`timeout ${t} of ms exceeded`,AxiosError.ETIMEDOUT))},t);const s=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(a=>{a&&(a.removeEventListener?a.removeEventListener("abort",n):a.unsubscribe(n))}),e=null)};e.forEach(a=>a&&a.addEventListener&&a.addEventListener("abort",n));const{signal:l}=o;return l.unsubscribe=s,[l,()=>{i&&clearTimeout(i),i=null}]},composeSignals$1=composeSignals,streamChunk=function*(e,t){let o=e.byteLength;if(!t||o<t){yield e;return}let r=0,n;for(;r<o;)n=r+t,yield e.slice(r,n),r=n},readBytes=async function*(e,t,o){for await(const r of e)yield*streamChunk(ArrayBuffer.isView(r)?r:await o(String(r)),t)},trackStream=(e,t,o,r,n)=>{const i=readBytes(e,t,n);let s=0;return new ReadableStream({type:"bytes",async pull(l){const{done:a,value:d}=await i.next();if(a){l.close(),r();return}let u=d.byteLength;o&&o(s+=u),l.enqueue(new Uint8Array(d))},cancel(l){return r(l),i.return()}},{highWaterMark:2})},fetchProgressDecorator=(e,t)=>{const o=e!=null;return r=>setTimeout(()=>t({lengthComputable:o,total:e,loaded:r}))},isFetchSupported=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",isReadableStreamSupported=isFetchSupported&&typeof ReadableStream=="function",encodeText=isFetchSupported&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),supportsRequestStream=isReadableStreamSupported&&(()=>{let e=!1;const t=new Request(platform.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})(),DEFAULT_CHUNK_SIZE=64*1024,supportsResponseStream=isReadableStreamSupported&&!!(()=>{try{return utils$1.isReadableStream(new Response("").body)}catch{}})(),resolvers={stream:supportsResponseStream&&(e=>e.body)};isFetchSupported&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!resolvers[t]&&(resolvers[t]=utils$1.isFunction(e[t])?o=>o[t]():(o,r)=>{throw new AxiosError(`Response type '${t}' is not supported`,AxiosError.ERR_NOT_SUPPORT,r)})})})(new Response);const getBodyLength=async e=>{if(e==null)return 0;if(utils$1.isBlob(e))return e.size;if(utils$1.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(utils$1.isArrayBufferView(e))return e.byteLength;if(utils$1.isURLSearchParams(e)&&(e=e+""),utils$1.isString(e))return(await encodeText(e)).byteLength},resolveBodyLength=async(e,t)=>{const o=utils$1.toFiniteNumber(e.getContentLength());return o??getBodyLength(t)},fetchAdapter=isFetchSupported&&(async e=>{let{url:t,method:o,data:r,signal:n,cancelToken:i,timeout:s,onDownloadProgress:l,onUploadProgress:a,responseType:d,headers:u,withCredentials:c="same-origin",fetchOptions:m}=resolveConfig(e);d=d?(d+"").toLowerCase():"text";let[A,C]=n||i||s?composeSignals$1([n,i],s):[],g,E;const p=()=>{!g&&setTimeout(()=>{A&&A.unsubscribe()}),g=!0};let f;try{if(a&&supportsRequestStream&&o!=="get"&&o!=="head"&&(f=await resolveBodyLength(u,r))!==0){let O=new Request(t,{method:"POST",body:r,duplex:"half"}),N;utils$1.isFormData(r)&&(N=O.headers.get("content-type"))&&u.setContentType(N),O.body&&(r=trackStream(O.body,DEFAULT_CHUNK_SIZE,fetchProgressDecorator(f,progressEventReducer(a)),null,encodeText))}utils$1.isString(c)||(c=c?"cors":"omit"),E=new Request(t,{...m,signal:A,method:o.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",withCredentials:c});let w=await fetch(E);const v=supportsResponseStream&&(d==="stream"||d==="response");if(supportsResponseStream&&(l||v)){const O={};["status","statusText","headers"].forEach(P=>{O[P]=w[P]});const N=utils$1.toFiniteNumber(w.headers.get("content-length"));w=new Response(trackStream(w.body,DEFAULT_CHUNK_SIZE,l&&fetchProgressDecorator(N,progressEventReducer(l,!0)),v&&p,encodeText),O)}d=d||"text";let b=await resolvers[utils$1.findKey(resolvers,d)||"text"](w,e);return!v&&p(),C&&C(),await new Promise((O,N)=>{settle(O,N,{data:b,headers:AxiosHeaders$1.from(w.headers),status:w.status,statusText:w.statusText,config:e,request:E})})}catch(w){throw p(),w&&w.name==="TypeError"&&/fetch/i.test(w.message)?Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,e,E),{cause:w.cause||w}):AxiosError.from(w,w&&w.code,e,E)}}),knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:fetchAdapter};utils$1.forEach(knownAdapters,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const renderReason=e=>`- ${e}`,isResolvedHandle=e=>utils$1.isFunction(e)||e===null||e===!1,adapters={getAdapter:e=>{e=utils$1.isArray(e)?e:[e];const{length:t}=e;let o,r;const n={};for(let i=0;i<t;i++){o=e[i];let s;if(r=o,!isResolvedHandle(o)&&(r=knownAdapters[(s=String(o)).toLowerCase()],r===void 0))throw new AxiosError(`Unknown adapter '${s}'`);if(r)break;n[s||"#"+i]=r}if(!r){const i=Object.entries(n).map(([l,a])=>`adapter ${l} `+(a===!1?"is not supported by the environment":"is not available in the build"));let s=t?i.length>1?`since :
|
|
28
28
|
`+i.map(renderReason).join(`
|
|
29
29
|
`):" "+renderReason(i[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return r},adapters:knownAdapters};function throwIfCancellationRequested(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new CanceledError(null,e)}function dispatchRequest(e){return throwIfCancellationRequested(e),e.headers=AxiosHeaders$1.from(e.headers),e.data=transformData.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),adapters.getAdapter(e.adapter||defaults$1.adapter)(e).then(function(r){return throwIfCancellationRequested(e),r.data=transformData.call(e,e.transformResponse,r),r.headers=AxiosHeaders$1.from(r.headers),r},function(r){return isCancel(r)||(throwIfCancellationRequested(e),r&&r.response&&(r.response.data=transformData.call(e,e.transformResponse,r.response),r.response.headers=AxiosHeaders$1.from(r.response.headers))),Promise.reject(r)})}const VERSION="1.7.2",validators$2={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{validators$2[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const deprecatedWarnings={};validators$2.transitional=function e(t,o,r){function n(i,s){return"[Axios v"+VERSION+"] Transitional option '"+i+"'"+s+(r?". "+r:"")}return(i,s,l)=>{if(t===!1)throw new AxiosError(n(s," has been removed"+(o?" in "+o:"")),AxiosError.ERR_DEPRECATED);return o&&!deprecatedWarnings[s]&&(deprecatedWarnings[s]=!0,console.warn(n(s," has been deprecated since v"+o+" and will be removed in the near future"))),t?t(i,s,l):!0}};function assertOptions(e,t,o){if(typeof e!="object")throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let n=r.length;for(;n-- >0;){const i=r[n],s=t[i];if(s){const l=e[i],a=l===void 0||s(l,i,e);if(a!==!0)throw new AxiosError("option "+i+" must be "+a,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(o!==!0)throw new AxiosError("Unknown option "+i,AxiosError.ERR_BAD_OPTION)}}const validator$1={assertOptions,validators:validators$2},validators$1=validator$1.validators;class Axios{constructor(t){this.defaults=t,this.interceptors={request:new InterceptorManager$1,response:new InterceptorManager$1}}async request(t,o){try{return await this._request(t,o)}catch(r){if(r instanceof Error){let n;Error.captureStackTrace?Error.captureStackTrace(n={}):n=new Error;const i=n.stack?n.stack.replace(/^.+\n/,""):"";try{r.stack?i&&!String(r.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(r.stack+=`
|
|
30
|
-
`+i):r.stack=i}catch{}}throw r}}_request(t,o){typeof t=="string"?(o=o||{},o.url=t):o=t||{},o=mergeConfig$1(this.defaults,o);const{transitional:r,paramsSerializer:n,headers:i}=o;r!==void 0&&validator$1.assertOptions(r,{silentJSONParsing:validators$1.transitional(validators$1.boolean),forcedJSONParsing:validators$1.transitional(validators$1.boolean),clarifyTimeoutError:validators$1.transitional(validators$1.boolean)},!1),n!=null&&(utils$1.isFunction(n)?o.paramsSerializer={serialize:n}:validator$1.assertOptions(n,{encode:validators$1.function,serialize:validators$1.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let s=i&&utils$1.merge(i.common,i[o.method]);i&&utils$1.forEach(["delete","get","head","post","put","patch","common"],C=>{delete i[C]}),o.headers=AxiosHeaders$1.concat(s,i);const l=[];let a=!0;this.interceptors.request.forEach(function(g){typeof g.runWhen=="function"&&g.runWhen(o)===!1||(a=a&&g.synchronous,l.unshift(g.fulfilled,g.rejected))});const d=[];this.interceptors.response.forEach(function(g){d.push(g.fulfilled,g.rejected)});let u,c=0,m;if(!a){const C=[dispatchRequest.bind(this),void 0];for(C.unshift.apply(C,l),C.push.apply(C,d),m=C.length,u=Promise.resolve(o);c<m;)u=u.then(C[c++],C[c++]);return u}m=l.length;let A=o;for(c=0;c<m;){const C=l[c++],g=l[c++];try{A=C(A)}catch(E){g.call(this,E);break}}try{u=dispatchRequest.call(this,A)}catch(C){return Promise.reject(C)}for(c=0,m=d.length;c<m;)u=u.then(d[c++],d[c++]);return u}getUri(t){t=mergeConfig$1(this.defaults,t);const o=buildFullPath(t.baseURL,t.url);return buildURL(o,t.params,t.paramsSerializer)}}utils$1.forEach(["delete","get","head","options"],function e(t){Axios.prototype[t]=function(o,r){return this.request(mergeConfig$1(r||{},{method:t,url:o,data:(r||{}).data}))}}),utils$1.forEach(["post","put","patch"],function e(t){function o(r){return function(i,s,l){return this.request(mergeConfig$1(l||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:i,data:s}))}}Axios.prototype[t]=o(),Axios.prototype[t+"Form"]=o(!0)});const Axios$1=Axios;class CancelToken{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(i){o=i});const r=this;this.promise.then(n=>{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](n);r._listeners=null}),this.promise.then=n=>{let i;const s=new Promise(l=>{r.subscribe(l),i=l}).then(n);return s.cancel=function(){r.unsubscribe(i)},s},t(function(i,s,l){r.reason||(r.reason=new CanceledError(i,s,l),o(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new CancelToken(function(n){t=n}),cancel:t}}}const CancelToken$1=CancelToken;function spread(e){return function(o){return e.apply(null,o)}}function isAxiosError(e){return utils$1.isObject(e)&&e.isAxiosError===!0}const HttpStatusCode={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(HttpStatusCode).forEach(([e,t])=>{HttpStatusCode[t]=e});const HttpStatusCode$1=HttpStatusCode;function createInstance(e){const t=new Axios$1(e),o=bind(Axios$1.prototype.request,t);return utils$1.extend(o,Axios$1.prototype,t,{allOwnKeys:!0}),utils$1.extend(o,t,null,{allOwnKeys:!0}),o.create=function(n){return createInstance(mergeConfig$1(e,n))},o}const axios=createInstance(defaults$1);axios.Axios=Axios$1,axios.CanceledError=CanceledError,axios.CancelToken=CancelToken$1,axios.isCancel=isCancel,axios.VERSION=VERSION,axios.toFormData=toFormData,axios.AxiosError=AxiosError,axios.Cancel=axios.CanceledError,axios.all=function e(t){return Promise.all(t)},axios.spread=spread,axios.isAxiosError=isAxiosError,axios.mergeConfig=mergeConfig$1,axios.AxiosHeaders=AxiosHeaders$1,axios.formToJSON=e=>formDataToJSON(utils$1.isHTMLForm(e)?new FormData(e):e),axios.getAdapter=adapters.getAdapter,axios.HttpStatusCode=HttpStatusCode$1,axios.default=axios;const axios$1=axios;function getRelativeBaseUrl(e){if(!e)return e;if(window.$vueApp.config.globalProperties.projectModel===void 0||window.$vueApp.config.globalProperties.projectModel!=="developing.model"){let t=getUrlPrefix(location.href);if(window.sessionStorage.setItem("relativeUrl",t),t&&e){let o="";const r=e.split("/");if(r.length>=3){const n=r[0]+"//"+r[2];o=e.substring(e.indexOf(n)+n.length)}return t.lastIndexOf("/")===t.length-1&&(t=t.substring(0,t.lastIndexOf("/"))),o?t+o:t}}return e}function getUrlPrefix(e){const t=e.split("#");if(t.length>0){const o=t[0];let r=o;const n=o.split("/");return n.length>=3&&(r=n[0]+"//"+n[2]+"/"),r}}function isShowMenuRoute(){let e=window.$vueApp.config.globalProperties.showMenuRoute;return e===void 0&&(e="false"),e==="true"}function isShowSystemMenu(){let e=window.$vueApp.config.globalProperties.showSystemMenu;return e===void 0&&(e="false"),e==="true"}function getSystemFrontendUrl(e){return window.$vueApp.config.globalProperties.projectModel&&window.$vueApp.config.globalProperties.projectModel==="developing.model"&&window.$vueApp.config.globalProperties.frontUrl?window.$vueApp.config.globalProperties.frontUrl:getRelativeBaseUrl(e)}function isPlateSys(e){return!!(e&&(e==="agilebuilder"||e==="portal"||e==="mms"||e==="task"||e==="wf"||e==="dc"||e==="mc"||e==="mobile"||e==="acs"||e==="bs"||e==="pcm"||e==="devp"))}function getTimeZone(){const e=new Date+"";let t="";if(e.indexOf("GMT")>0){const o=e.substring(e.indexOf("GMT")+3,e.indexOf("(")).trim(),r=o.substring(0,o.length-2),n=o.substring(o.length-2);t="UTC"+r+":"+n}else e.indexOf("UTC")>0&&(t="UTC"+e.substring(e.indexOf("UTC")+3,e.indexOf("(")).trim());return t}function setCustomSystemBackendUrl(e){if(!window.$vueApp.config.globalProperties.projectModel||window.$vueApp.config.globalProperties.projectModel!=="developing.model"){const t=window.$authApi.getSystemCacheUrlByCode(e);t&&(window.$vueApp.config.globalProperties.baseURL=getRelativeBaseUrl(t))}}function isMobileBrowser(){return!!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Opera Mobi|Windows CE|Symbian|Windows Phone|POLARIS|lgtelecom|nokia|SonyEricsson|LG|SAMSUNG|Samsung/i.test(navigator.userAgent)}function getLangs(){return getAllLanguages()}function getLangByShort(e){let t;const o=getLangs();return o&&(t=JSON.parse(o)[e]),t||(t="zh_CN"),t}function getI18n$1(){let e=window.$i18n;return e||(e=i18n$1),window.$locale?i18n$1.locale=window.$locale:i18n$1.locale="cn",e.global}function getLanguageWithLocale(){let e=window.$locale;return(!e||e==="zh")&&(e="cn"),getLangByShort(e)}function getContextValue(e,t){let o=getLastNDate(t);return e&&(o=e[t]),o}function getLastNDate(e){let t;if(e&&e==="currentTime"&&(t=new Date),e&&e==="currentWeek"&&(t=getCurrentWeek()),e&&e==="currentMonth"&&(t=getCurrentMonth()),e&&e==="currentQuarter"&&(t=getCurrentQuarter()),e&&e==="currentYear"&&(t=getCurrentYear()),e&&e.indexOf("lastNDay")>=0){const o=e.substring(e.indexOf(":")+1);t=getLastNDay(parseInt(o))}return t}function getCurrentWeek(){const e=new Date,t=e.getTime(),o=e.getDay(),r=new Date(t+24*60*60*1e3*(0-(o+6)%7)),n=new Date(t+24*60*60*1e3*(6-(o+6)%7)),i=r.toLocaleDateString()+" "+r.toLocaleTimeString(),s=n.toLocaleDateString()+" "+n.toLocaleTimeString();return console.log(`getCurrentMonth从 ${i} 开始,到 ${s} 结束`),[r,n]}function getCurrentMonth(){const e=new Date,t=e.getFullYear(),o=e.getMonth()+1;e.setDate(1);const r=`${t}/${o<10?"0":""}${o}/01`;e.setMonth(e.getMonth()+2),e.setDate(0);const n=`${e.getFullYear()}/${e.getMonth()<9?"0":""}${e.getMonth()+1}/01`,i=new Date(Date.parse(r)),s=new Date(new Date(Date.parse(n)).getTime()-1e3),l=i.toLocaleDateString()+" "+i.toLocaleTimeString(),a=s.toLocaleDateString()+" "+s.toLocaleTimeString();return console.log(`getCurrentMonth从 ${l} 开始,到 ${a} 结束`),[i,s]}function getCurrentQuarter(){const e=new Date,t=(e.getMonth()+3)%12;let o;e.getMonth()<t+2?o=new Date(e.getFullYear(),t,1):o=new Date(e.getFullYear()+1,t,1);let r;o.getMonth()===11?r=new Date(o.getFullYear()+1,0,0):r=new Date(o.getFullYear(),o.getMonth()+3,0),r=new Date(r.getTime()+24*60*60*1e3-1e3);const n=o.toLocaleDateString()+" "+o.toLocaleTimeString(),i=r.toLocaleDateString()+" "+r.toLocaleTimeString();return console.log(`getCurrentQuarter从 ${n} 开始,到 ${i} 结束`),[o,r]}function getCurrentYear(){const e=new Date().getFullYear();let t=new Date(e,0);t.setMonth(0,1);let o=new Date(e+1,0);o=o.getTime()-1e3,o=new Date(o);const r=t.toLocaleDateString()+" "+t.toLocaleTimeString(),n=o.toLocaleDateString()+" "+o.toLocaleTimeString();return console.log(`getCurrentYear从 ${r} 开始,到 ${n} 结束`),[t,o]}function getLastNDay(e){let t=new Date,o=t.getFullYear(),r=t.getMonth()+1,n=t.getDate(),i=`${o}/${r<10?"0":""}${r}/${n}`;t=new Date(Date.parse(i)),t.setDate(t.getDate()+1),t=new Date(t.getTime()-1e3);let s=new Date;s.setDate(s.getDate()-(e-1));const l=s.getFullYear(),a=s.getMonth()+1,d=s.getDate(),u=`${l}/${a<10?"0":""}${a}/${d}`;s=new Date(Date.parse(u));const c=s.toLocaleDateString()+" "+s.toLocaleTimeString(),m=t.toLocaleDateString()+" "+t.toLocaleTimeString();console.log(`getLastNDay从 ${c} 开始,到 ${m} 结束`),retur[t]}function getPropValue(e,t,o,r,n,i,s){return getPropValueNew(e,{entity:{data:t,context:r,request:o,parent:n,row:i,task:s}})}function getAdditionalParamMap(e){if(e&&e.entity){let t={...e.entity.page};t||(t={});const o=e.entity.request;return o&&Object.assign(t,o),t}}function getPropValueNew(e,t,o){let r=null;if(e&&e!==null&&e!==""){const n=t&&t.entity?t.entity.data:null,i=t&&t.entity?t.entity.page:null,s=getAdditionalParamMap(t),l=t&&t.entity?t.entity.context:null,a=t&&t.entity?t.entity.parent?t.entity.parent:t.entity.data:null,d=t&&t.entity?t.entity.row:null,u=t&&t.entity?t.entity.task:null,c=t&&t.entity?t.entity.system:null;if(e==="null")r=null;else if(e.startsWith("${row.")){if(o){const m=e.replace("${row.","").replace("}","");r=getEntityFieldValue(o,m)}}else if(e.indexOf("${page.")===0){const m=e.replace("${page.","").replace("}","");r=i?i[m]:null}else if(e.includes("${context.")||e.includes("${request.")||e.includes("${obj.")||e.includes("${data.")){if(e.includes("${context."))e=e.replace("${context.","").replace("}",""),r=getContextValue(l,e);else if(e.includes("${request.")&&e!=="${request.term}")e=e.replace("${request.","").replace("}",""),s&&s!=null&&Object.keys(s).indexOf(e)>=0&&s[e]&&s[e]!==null?r=s[e]:r=null;else if(e.includes("${obj."))if(n===void 0||n==null)r=null;else{const m=e.replace("${obj.","").replace("}","");r=getEntityFieldValue(n,m)}else if(e.includes("${data."))if(n===void 0||n==null)r=null;else{const m=e.replace("${data.","").replace("}","");r=getEntityFieldValue(n,m)}}else if(e.includes("${parent."))if(a===void 0||a==null)r=null;else{const m=e.replace("${parent.","").replace("}","");r=getEntityFieldValue(a,m)}else if(e.includes("${system."))if(c===void 0||c==null)r=null;else{const m=e.replace("${system.","").replace("}","");r=getEntityFieldValue(c,m)}else if(e.includes("${task."))if(u===void 0||u==null)r=null;else{const m=e.replace("${task.","").replace("}","");r=getEntityFieldValue(u,m)}else if(e.includes("${subObj."))if(d===void 0||d==null)r=null;else{const m=e.replace("${subObj.","").replace("}","");r=getEntityFieldValue(d,m)}else e.includes("${input.")?r=e.replace("${input.","").replace("}",""):e.includes("${fixed.")?r=e.replace("${fixed.","").replace("}",""):r=e}return r}function getEntityFieldValue(e,t,o){if(!t)return null;let r=getEntityFieldValueWithCase(e,t);return r==null&&(r=getEntityFieldValueWithCase(e,t.toLowerCase())),(r===void 0||r===null&&o===void 0)&&(r=getEntityFieldValueWithCase(e,t.toUpperCase())),r}function getEntityFieldValueWithCase(e,t){if(t&&t.indexOf(".")>0){const o=getParentObjectUtil(t,e),r=t.substring(t.lastIndexOf(".")+1);return o[r]}else return e[t]}function getParentObjectUtil(e,t){const o=e.split(".");if(o.length===1)return t;{let r;for(let n=0;n<o.length-1;n++)n===0?r=getParentModelProp(o[n],t):r=getParentModelProp(o[n],r);return r}}function getParentModelProp(e,t){let o=getParentModelPropWithCase(e,t);return o===void 0&&(o=getParentModelPropWithCase(e.toLowerCase(),t)),o===void 0&&(o=getParentModelPropWithCase(e.toUpperCase(),t)),o}function getParentModelPropWithCase(e,t){return t||(t={}),!t[e]&&!t[e.toUpperCase()]&&(t[e]={}),t[e]}const en={workflowEditorPublicModel:{add:"Add",insert:"Insert",delete:"Delete",viewConditions:"View Conditions",agree:"Agree",disagree:"Disagree",andOr:"And / Or",mail:"Mail",message:"Message",App:"App",dingding:"DingTalk",qiwei:"Weixin",feishu:"Lark",determine:"Determine",cancel:"Cancel",choice:"Choice",empty:"Empty",save:"Save",export:"Export",open:"Open",return:"Return",flowChart:"Flow Chart",close:"Close",selectPage:"Select Page",search:"Search",adminSave:"Admin Save",tipTitle:"Tip",i18nSet:"I18n Setting",i18nZh:"Chinese",i18nEn:"English",i18nKey:"I18n Key",subprocessTitle:"Subprocess History",custom:"Custom",enable:"Enable"},workflowEditorMessage:{requiredAndMustBeADate:"Required And Must Be A Date",requiredAndMustBeAnInteger:"Required And Must Be An Integer",requiredAndMustBeDecimal:"Required And Must Be Decimal",mustFill:"Must Fill",recordLine:"Record Line {row}",pageRecordLine:"Record in row {row} of page {pageNum}",currentHandlingPersonnel:"Current Handling Personnel",pleaseSelect:"Please Select",pleaseSelectARow:"Please Select A Row",conditionsHaveNotBeenSet:"Conditions Have Not Been Set",viewConditions:"View Conditions",fieldSettings:"Field Settings",valueSetting:"Value Setting",pleaseEnterContent:"Please Enter Content",theFieldNameOrFieldValueInLineCannotBeEmpty:"The Field Name Or Field Value In Line {row} Cannot Be Empty",fieldNameCannotBeEmpty:"Field Name Cannot Be Empty",fieldValueCannotBeEmpty:"Field Value Cannot Be Empty",pleaseEnterASubject:"Please Enter A Subject",selectStandardFields:"Select Standard Fields",pleaseEnterTheRoleName:"Please Enter The Role Name",queryResultIsEmpty:"Query Result Is Empty",selectRole:"Select Role",enterText:"Enter Text",selectField:"Select Field",pleaseSelectPersonnel:"Please Select Personnel",pleaseSelectAValue:"Please Select A Value",pleaseSelectAValueInTheCurrentTab:"Please Select A Value In The Current Tab",variableNameCannotBeEmpty:"Variable Name Cannot Be Empty",variableValueCannotBeEmpty:"Variable Value Cannot Be Empty",variableNameOrValueOnLineCannotBeEmpty:"Variable Name Or Value On Line {row} Cannot Be Empty",whenThereAreMultipleManagers:"When There Are Multiple Managers",duplicateOperationTypeWithLinePleaseReselect:"Duplicate Operation Type With Line {row}, Please Reselect",theOperationTypeOrNameInLineIsEmpty:"The Operation Type Or Name In Line {row} Is Empty",readOnly:"Read Only",pleaseEnterFieldName:"Please Enter Field Name",dataInLineCannotBeEmpty:"{data1} Or {data2} In Line {row} Cannot Be Empty",dataCannotBeEmpty:"{data} Cannot Be Empty",theStartAndEndOfTheFlowDirectionCannotBeTheSame:"The Start And End Of The Flow Direction Cannot Be The Same",onlyConditionJudgmentBranchAndManualJudgmentCanHaveMultipleOutboundFlows:"Only Condition Judgment, Branch And Manual Judgment Can Have Multiple Outbound Flows",startAndEndNodesCannotBeConnectedDirectly:"Start And End Nodes Cannot Be Connected Directly",endNodeCannotHaveOutFlowDirection:"End Node Cannot Have Out Flow Direction",itIsTheSameAsTheExistingLink:"It Is The Same As The Existing Link: {name}",updateSuccessful:"Update Successful",savedSuccessfully:"Saved Successfully",exportSucceeded:"Export Succeeded",pleaseSelectRole:"Please select role",subTableMustInputDatas:"The [{subtable}] subtable must enter data",pleaseEnterTheNameOrCode:"Please Enter The Name Or Describe",updateVersionSuccessful:"Version updated successfully",addVersionSuccessful:"Version added successfully",adminSaveTip:"The version must be added in the following cases:",adminSaveTip1:"1.The process name or code has been modified",adminSaveTip2:"2.The node name or code has been modified",adminSaveTip3:"3.Added node or flow direction",adminSaveTip4:"4.Node or flow direction removed",adminSaveTip5:'Please select "Add Version" or "Update Current Version"?',updateVersion:"Update Current Version",addVersion:"Add Version",pleaseInputCode:"Please input the code first, and then do the international configuration",blankFieldNameOrValue:"Blank Field Name Or Value",enabledSuccessfully:"Enabled Successfully"},workflowEditor:{main:{tacheType:"Tache Type",straightLine:"Straight Line",curveLine:"Curve Line",brokenLine:"Broken Line"},common:{remove:"Remove",attribute:"Attribute",fieldName:"Field Name(*)",operator:"Operator",value:"Value(*)",name:"Name",fieldValue:"Field Value",separator:"Separator",fillInMethod:"Fill In Method",cover:"Cover",append:"Append",insertToFront:"Insert To Front",fillInTime:"Fill In Time",fillInBeforeHandling:"Fill In Before Handling",fillInAfterHandling:"Fill In After Handling",type:"Type(*)",user:"User",role:"Role",department:"Department",workgroup:"Workgroup",selectFormField:"Select Form Field",notificationMethod:"Notification Method",addressee:"Addressee",theme:"Theme",content:"Content",notifyPersonnel:"Notify Personnel",selectusers:"Select Users",selectDepartment:"Select Department",selectTeam:"Select Team",selectRole:"Select Role",organizationStructure:"Organization Structure",formField:"Form Field",variableName:"Variable Name",variableValue:"Variable Value",selectField:"Select Field",taskNotice:"Task Notice",reminderNotice:"Reminder Notice",customMsg:"Custom Notice Message",canNotBeEmpty:"can Not Be Empty",copy:"Copy"},process:{processInitiator:"Process Initiator",processInitiatorRole:"Process Initiator Role",processInitiatorDepartment:"ProcessInitiator Department",processInitiatorSuperiorDepartment:"Process Initiator Superior Ddepartment",processInitiatorTopDepartment:"Process Initiator Top Department",processInitiatorWorkingGroup:"Process Initiator Working Group",nameOfTheDirectSuperiorOfTheProcessInitiator:"Name Of The Direct Superior Of The Process Initiator",processInitiatorsDirectSuperiorDepartment:"Process initiator`s Direct Superior Department",directSuperiorRoleOfProcessInitiator:"Direct Superior Role Of Process Initiator",ProcessInitiatorsImmediateSuperiorWorkingGroup:"Process Initiator`s Immediate Superior Working Group",nameOfCurrentHandler:"Name Of Current Handler",currentHandlerRole:"Current Handler Role",currentHandlerDepartment:"Current Handler Department",currentHandlerSuperiorDepartment:"Current Handler`s Superior Department",topDepartmentOfCurrentHandler:"Top Department Of current Handler",currentHandlerWorkingGroup:"Current Handler Working Group",nameOfTheImmediateSuperiorOfTheCurrentHandler:"Name Of The Immediate Superior Of The Current Handler",currentHandlerDirectSuperiorDepartment:"Current handler`s Direct Superior Department",currentManagerDirectSuperiorRole:"Current Manager`s Direct Superior Role",workingGroupDirectlyUnderTheCurrentHandler:"Working Group Directly Under The Current Handler",topDepartments:"Top Departments",approvalResults:"Approval Results",totalNnumberOfPersonsWhoDisagreeWithTheCountersignature:"Total Number O Persons Who Disagree With The Countersignature",totalNumberOfCountersignedAndAgreedPersonnel:"Total Number Of Countersigned And Agreed Personnel",percentageOfPersonsWhoDisagreeWithTheCountersignature:"Percntage Of Persons Who Disagree With The Countersignature",percentageOfCountersignedAndAgreedPersonnel:"Percentage Of Countersigned And Agreed Personnel",percentageOfAbstentions:"Percentage Of Abstentions",percentageOfVotesAgainst:"Percentage Of Votes Against",percentageOfAffirmativeVotes:"Percentage Of Affirmative Votes",totalNumberOfAbstentions:"Total Number Of Abstentions",totalVotesAgainst:"Total Votes Against",totalNumberOfAffirmativeVotes:"Total Number Of Affirmative Votes",standardFields:"Standard Fields",perhaps:"Perhaps",also:"Also",greaterThan:"Greater Than",lessThan:"Less Than",beEqualTo:"Be Equal To",notGreaterThan:"Not Greater Than",notLessThan:"Not Less Than",notEqualTo:"Not Equal To",contain:"Contain",notIncluded:"Not Included",laterThan:"Later Than",earlierThan:"Earlier Than",noLaterThan:"No Later Than",noEarlierThan:"No Earlier Than",handlingTimeOfThisLink:"Handling Time Of This Link",handlerIDOfThisLink:"Handler ID Of This Link",currentHandlerPrincipalDepartmentID:"Current Handler Principal Department ID",iDOfTheImmediateSuperiorOfTheCurrentHandler:"ID Of The Immediate Superior Of The Current Handler",iDOfTheSuperiorDepartmentDirectlyUnderTheCurrentHandler:"ID Of The Superior Department Directly Under The Current Handler",loginNameOfTheHandlerInThisLink:"Login Name Of The Handler In This Link",NameOfCurrentHandler:"Name Of Current Handler",CurrentHandlerDepartment:"Current Handler Department",CurrentHandlerDepartmentID:"Current Handler Department ID",CurrentManagersPrincipalDepartment:"Current Manager`s Principal Department",iDOfSsuperiorDepartmentOfCurrentHandler:"ID Of Superior Department Of Current Handler",CurrentHandlersSuperiorDepartment:"Current Handler`s Superior Department",TopDepartmentOfCurrentHandler:"Top Department Of Current Handler",TopDepartmentIDOfCurrentHandler:"Top Department ID Of Current Handler",CurrentHandlerRole:"Current Handler Role",CurrentHandlerRoleID:"Current Handler Role ID",CurrentHandlerWorkingGroupID:"Current Handler Working Group ID",LoginNameOfTheImmediateSuperiorOfTheCurrentHandler:"Login Name Of The Immediate Superior Of The Current Handler",currentHandlersDirectSuperiorDepartment:"Current handler`s Direct Superior Department",currentManagersDirectSuperiorDepartment:"Current Manager`s Direct Superior Department",currentManagersDirectSuperiorRole:"Current manager`s Direct Superior Role",currentHandlersDirectSuperiorRoleID:"Current Handler`s Direct Superior Role ID",currentManagersDirectSuperiorWork:"Current Manager`s Direct Superior Work",iDOfTheWorkingGroupDirectlyUnderTheCurrentHandler:"ID Of The Working Group Directly Under The Current Handler",operationsPerformedInThisPhase:"Operations Performed In This Phase",handlerIDOfThePreviousLink:"Handler ID Of The Previous Link",lastLinkHandlerLogin:"Last Link Handler Login",nameOfHandlerInThePreviousLink:"Name Of Handler In The Previous Link",currentManagersIdDirectlyUnderTheSuperior:"Current Manager`s Id Directly Under The Ssuperior",appointmentOfHandlerInThePreviousLink:"Appointment Of Handler In The Previous Link",personSpecifiedInFormField:"Person Specified In Form Field",filterByCriteria:"Filter by Criteria",additionalConditions:"Additional Conditions",handlingYyThePersonnelOfTheDepartmentOfTheInitiator:"Handling By The Personnel Of The Department Of The Initiator",personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling:"Personnel Of The Department Where The Initiator Works Participate In The Handling",selectSpecificHandler:"Select Specific Handler",selectOneFromDept:"Only one person is required to handle the same department",generateOneInstanceFromDept:"Generate an instance from the same department",selectionMethod:"Selection Method",manualSelection:"Manual Selection",autoSelect:"Auto Select",callbackURL:"Callback URL",cannotBeEmpty:"Cannot Be Empty",selectURL:"Select URL",fieldName:"Field Name",processAdministrator:"Process Administrator",currentHandler:"Current Handler",allHandlingPersonnel:"All Handling Personnel",designatedPersonnel:"Designated Personnel",listOfDesignatedPersons:"List Of Designated Persons",processName:"Process Name",processCode:"Process Code",creater:"Creater",correspondingForm:"Corresponding Form",processType:"Process Type",system:"System",affiliatedBranch:"Affiliated Branch",customCategory:"Custom Category",initiationProcess:"Initiation Process",deleteProcess:"Delete Process",cancelProcess:"Cancel Process",endProcess:"End Process",pauseProcess:"Pause Process",continueTheProcess:"Continue The Process",jumpLink:"Jump Link",modificationHandler:"Modification Handler",addHandler:"Add Handler",decreaseOofHandler:"Decrease Of Handler",appointedTask:"Appointed Task",returnTask:"Return Task",retrieveTask:"Retrieve Task",processTaskParameterSettings:"Process Task Parameter Settings",uRLForProcessingTask:"URL For Processing Task",parametersForReceivingTaskID:"Parameters For Receiving Task ID",viewFormParameterSettings:"View Form Parameter Settings",viewTheURLOfTheForm:"View The URL Of The Form",parametersOfReceivingEntityID:"Parameters Of Receiving Entity ID",emergencyTreatmentParameterSetting:"Emergency Treatment Parameter Setting",uRLOfEmergencyHandling:"URL Of Emergency Handling",initiateProcessParameterSettings:"Initiate Process Parameter Settings",uRLOfTheInitiatingProcess:"URL Of The Initiating Process",parametersForReceivingProcessName:"Parameters For Receiving Process Name",customParameterValue:"Custom Parameter Value",ViewFlowHistoryPersonnel:"View Flow History Personnel",ViewCountersignatureResultPersonnel:"View Countersignature Result Personnel",ViewVotingResultsBy:"View Voting Results By",name:"Name",code:"Code",subprocess:"Subprocess",transferValueFromMainFormToSubForm:"Transfer Value From Main Form To Sub Form",fieldsOfTheMainForm:"Fields Of The Main Form",fieldsOfSubform:"Fields Of Subform",subformReturnsResultsToMainForm:"Subform Returns Results To Main Form",eventsTriggeredBeforeStartingASubprocess:"Events Triggered Before Starting A Subprocess",triggerSubprocessEndEvent:"Trigger Subprocess End Event",setTheHandlerOfTheFirstPhaseOfTheSubProcess:"Set The Handler Of The First Phase Of The Sub Process",keepTheHandlerUnchangedWhenTheTargetLinkIsHandledRepeatedly:"Keep The Handler Unchanged When The Target Link Is Handled Repeatedly",branchingCondition:"Branching Condition",processProperties:"Process Properties",basicProperties:"Basic Properties",permissionSettings:"Permission Settings",notificationSettings:"Notification Settings",sendNotificationAfterProcessEnds:"Send Notification After Process Ends",reminderSettings:"Notice And Reminder Settings",parameterSsetting:"Parameter Setting",event:"Event",processVariables:"Process Variables",propertiesOfSubprocesses:"Properties Of Subprocesses",settingOfHandler:"Setting Of Handler",eventProcessing:"Event Processing",sponsorsImmediateSuperior:"Sponsor`s Immediate Superior",sponsorsSuperiorDepartment:"Sponsor`s Superior Department",sponsorTopDepartment:"Sponsor Top Department",superiorDepartmentDirectlyUnderTheInitiator:"Superior Department Directly Under The Initiator",sponsorsImmediateSuperiorWorkingGroup:"Sponsor`s Immediate Superior Working Group",lastLinkHandlerDepartment:"Last Link Handler Department",previousLinkHandlerSuperiorDepartment:"Previous Link Handler Superior Department",topDepartmentOfHandlerInThePreviousLink:"Top Department Of Handler In The Previous Link",previousLinkHandlersDirectSuperiorDepartment:"Previous Link Handler`s Direct Superior Department",previousLinkHandlerWorkingGroup:"Previous Link Handler Working Group",workingGroupDirectlyUnderTheManagerInThePreviousLink:"Working Group Directly Under The Manager In The Previous Link",getSubprocessEntityBean:"Get subprocess entity bean",getSubprocessEntityBeanPlaceholder:"The format is:xxxServiceImpl,for example:exampleServiceImpl",getSubprocessEntityBeanInfo:'The bean needs to implement the interface "tech.imatrix.wf.core.OnStartingSubProcess"',isNull:"Is Null",isNotNull:"Is Not Null",defaultMailTemplate:"Default Mail Template",defaultCommonTemplate:"Default Common Template",trustTask:"Trust Task",subprocessIsSharedForm:"Main process and subprocess shared form",generateForParttimeDept:"Generate tasks for part-time department personnel",deptSpecifiedInFormField:"Dept Specified In Form Field",activateOneVoteVeto:"Activate one vote veto",systemVersion:"System Version",tableCode:"DataTable Name",deptApprover:"Authorized approver of the drafting department",superiorDeptApprover:"Drafted by the authorized approver of the superior department",superiorDeptLeader:"Drafted by the superior department head"},task:{newCc:"New Cc",judge:"Judge",end:"End",branch:"Branch",manualJudgment:"Manual Judgment",newTask:"New Task",converge:"Converge",newProcess:"New Process",start:"Start",subprocess:"Subprocess",needToBeUrged:"Need To Be Urged",urgingMethod:"Urging Method",timeLimitForHandling:"Time Limit For Handling",day:"Day",urgingInterval:"Urging Interval",hour:"Hour",alwaysUrging:"Always Urging",limitedUrging:"Limited Urging",timesOfUrging:"Times Of Urging",includingHandoverPersonnel:"Including Handover Personnel",handoverPersonnel:"Handover Personnel",includeNotifyPeople:"Include Notify People",name:"Name",code:"Code",taskTitle:"Task Title",emailNotification:"Email Notification",handlingPage:"Handling Page",remarks:"Remarks",allowViews:"Allow Views",allowToViewCountersignatureResults:"Allow To View Countersignature Results",allowToViewVotingResults:"Allow To View Voting Results",allowToViewFlowHistory:"Allow To View Flow History",allowFormsToPrint:"Allow Forms To Print",attachmentAuthority:"Attachment Authority",downloadAttachment:"Download Attachment",bodyPermission:"Body Permission(Temporarily Closed)",additionalConditions:"Additional Conditions",setConditions:"Set Conditions",HandlingMethod:"Handling Method",editorial:"Editorial",approvalType:"Approval Type",countersign:"Countersign",voting:"Voting",anyOneCanHandleIt:"Any One Can Handle It",forAll:"For All",passRate:"Pass Rate",modifyOperationName:"Modify Operation Name",operationType:"Operation Type",visibleOrNot:"Visible Or Not",save:"Save",submission:"Submission",agree:"Agree",disagree:"Disagree",favor:"Favor",opposition:"Opposition",waiver:"Waiver",receive:"Receive",giveUp:"Give Up",additionalSignature:"Additional Signature",reductionOfSignature:"Reduction Of Signature",assignTask:"Assign Task",copyTask:"Copy Task",retrieveTask:"Retrieve Task",exportReport:"Export Report",readTask:"Read",selectEditableField:"Select Editable Field",optionalField:"Optional Field",selectedFields:"Selected Fields",editingMethod:"Editing Method",propertyName:"Property Name",condition:"Condition",nothing:"Nothing",beforeSubmission:"Before Submission",executionURL:"Execution URL",errorMessage:"Error Message",afterSubmission:"After Submission",allowEditingForms:"Allow Editing Forms",commentsAllowed:"Comments Allowed",commentsAreRequired:"Comments Are Required",deletePermission:"Delete Permission",addAttachment:"Add Attachment",deleteAttachment:"Delete Attachment",propertiesOfCCTask:"Properties Of CC Task",basicProperties:"Basic Properties",settingOfHandler:"Setting Of Handler",permissionSettings:"Permission Settings",attributeOfConditionJudgment:"Attribute Of Condition Judgment",allBranchFlows:"All Branch Flows",targetLink:"Target Link",propertiesOfBranches:"Properties Of Branches",attributesOfManualJudgment:"Attributes of manual Judgment",linkAttribute:"Link Attribute",autoFillInFieldSettings:"Auto Fill In Field Settings",reminderSettings:"Notice And Reminder Settings",eventProcessing:"Event Processing",linkVariable:"Link Variable",convergedProperties:"Converged Properties",humanTask:"Human Task",conditionJudgment:"Condition Judgment",cCtask:"CC Task",canItBeRejected:"Can It Be Rejected",selectNoticeTemplate:"Select Notice Template",selectMailTemplate:"Select Email Template",selectTemplate:"Select Template",autoTask:"Auto Task",newAutoTask:"New Auto Task",propertiesOfAutoTask:"Properties Of Auto Task",custombeanName:"Custom Bean Name",baseField:"Base Field",reminderTipTemplateMsg:"Template Description:",reminderTipRemindMsg:"Reminder Description:",reminderTipTemplateNotice:'Notification templates: DingTalk, Enterprise WeChat, Feishu, and Customization all use notification templates. When using email, if "email template" is not selected, use notification template',reminderTipTemplateEmail:"Email Template: Customized Email Template",reminderTipRemindImmediately:"The reminder method, notification template, email template, maximum number of reminders, notification method, notification personnel, and transfer personnel will take effect immediately after modification",reminderTipRemindHistory:"The processing time limit, processing time granularity (days/hours), reminder interval, reminder interval time granularity (days/hours) are only effective for newly initiated processes. If historical data also requires the latest configuration, please contact the operation and maintenance personnel to adjust"},transition:{flowProperties:"Flow Properties",basicProperties:"Basic Properties",notificationSettings:"Notification Settings",sendNotificationAfterFlow:"Send Notification After Flow",autoFillInFieldSettings:"Auto Fill In Field Settings",eventProcessing:"Event Processing",triggerFlowThroughEvent:"Trigger Flow Through Event",beanName:"Bean Name"},condition:{combinationCondition:"Combination Condition",currentUserId:"Current User ID",currentUserLogin:"Current User Login",currentUserName:"Current User Name",fillInManually:"Fill In Manually",environmentVariable:"Environment Variable",databaseFields:"Database fields",requestParameters:"Request Parameters",currentTime:"Current Time",currentDate:"Current Date",currentTransactor:"Current Transactor",currentTransactorName:"Current Transactor Name",currentTransactorId:"Current Transactor Id",currentTransactorMainDepartmentId:"Current Transactor Main Department Id",currentTransactorMainDepartment:"Current Transactor Main Department",currentTransactorRoleId:"Current Transactor Role Id",currentTransactorRole:"Current Transactor Role",currentTransactorWorkGroupId:"Current Transactor Work Group Id",currentTransactorWorkGroup:"Current Transactor Work Group",whenTheVariableIsEmpty:"When The Variable Is Empty",ignore11:"Ignore (1 = 1)",nonConformity:"Non Conformity (1 < > 1)",currentHandler:"Current Handler",currentTaskClient:"Current Task Client",currentAssignor:"Current Assignor",rowsCanBeAdded:"Rows Can Be Added",deleteLine:"Delete Line",modifiableHistoricalData:"Modifiable Historical Data",controlByField:"Control By Field",allReadOnly:"All Read Only",allRequired:"All Required",mainTableField:"Main Table Field",linkName:"Link Name",linkCode:"Link Code",taskFields:"Task Fields",systemParameter:"System Parameter",personnelScope:"Personnel Scope",mainTableConditions:"Main Table Conditions",subtableCondition:"Subtable Condition",accessControl:"Access Control",formBindingModel:"Form Binding Model",allFields:"All Fields",tableDataNotEmpty:"Table Data Not Empty"}}},cn={workflowEditorPublicModel:{add:"添加",insert:"插入",delete:"删除",viewConditions:"查看条件",agree:"同意",disagree:"不同意",andOr:"并且/或者",mail:"邮件",message:"短信",App:"App",dingding:"钉钉",qiwei:"企业微信",feishu:"飞书",determine:"确定",cancel:"取消",choice:"选择",empty:"清空",save:"保存",export:"导出",open:"打开",return:"返回",flowChart:"流程图",close:"关闭",selectPage:"选择页面",search:"查询",adminSave:"管理员保存",tipTitle:"提示",i18nSet:"国际化设置",i18nZh:"中文",i18nEn:"英文",i18nKey:"国际化key",subprocessTitle:"子流程流转历史",custom:"自定义",enable:"启用"},workflowEditorMessage:{requiredAndMustBeADate:"必填且必须为日期",requiredAndMustBeAnInteger:"必填且必须为整数",requiredAndMustBeDecimal:"必填且必须为小数",mustFill:"必填",recordLine:"第{row}行记录",pageRecordLine:"第{pageNum}页第{row}行记录",currentHandlingPersonnel:"当前办理人员",pleaseSelect:"请选择",pleaseSelectARow:"请选中一行",conditionsHaveNotBeenSet:"还未设置条件",viewConditions:"查看条件",fieldSettings:"字段设置",valueSetting:"值设置",pleaseEnterContent:"请输入内容",theFieldNameOrFieldValueInLineCannotBeEmpty:"第{row}行的字段名或者字段值不能为空",fieldNameCannotBeEmpty:"字段名不能为空",fieldValueCannotBeEmpty:"字段值不能为空",pleaseEnterASubject:"请输入主题",selectStandardFields:"选择标准字段",pleaseEnterTheRoleName:"请输入角色名称",queryResultIsEmpty:"查询结果为空",selectRole:"选择角色",enterText:"输入文字",selectField:"选择字段",pleaseSelectPersonnel:"请选择人员",pleaseSelectAValue:"请选择值",pleaseSelectAValueInTheCurrentTab:"请在当前页签中选中一个值",variableNameCannotBeEmpty:"变量名不能为空",variableValueCannotBeEmpty:"变量值不能为空",variableNameOrValueOnLineCannotBeEmpty:"第{row}行的变量名或者变量值不能为空",whenThereAreMultipleManagers:"多个办理人时",duplicateOperationTypeWithLinePleaseReselect:"与第{row}行的操作类型重复了,请重新选择",theOperationTypeOrNameInLineIsEmpty:"第{row}行的操作类型或者名称为空",readOnly:"只读",pleaseEnterFieldName:"请输入字段名",dataInLineCannotBeEmpty:"第{row}行的{data1}或{data2}不能为空",dataCannotBeEmpty:"{data}不能为空",theStartAndEndOfTheFlowDirectionCannotBeTheSame:"流向的起点和终点不能相同",onlyConditionJudgmentBranchAndManualJudgmentCanHaveMultipleOutboundFlows:"只有条件判断、分支以及人工判断才能有多条外出流向",startAndEndNodesCannotBeConnectedDirectly:"开始节点和结束节点不能直接相连",endNodeCannotHaveOutFlowDirection:"结束节点不能有外出流向",itIsTheSameAsTheExistingLink:"与已有环节:{name}的编码重复",updateSuccessful:"更新成功",savedSuccessfully:"保存成功",exportSucceeded:"导出成功",pleaseSelectRole:"请选择角色",subTableMustInputDatas:"[{subTable}] 子表必须录入数据",pleaseEnterTheNameOrCode:"请输入字段名或字段描述",updateVersionSuccessful:"成功更新版本",addVersionSuccessful:"成功增加版本",adminSaveTip:"有以下几种情况时必须增加版本:",adminSaveTip1:"1、修改了流程名称或编码",adminSaveTip2:"2、修改了节点名称或编码",adminSaveTip3:"3、增加了节点或流向",adminSaveTip4:"4、移除了节点或流向",adminSaveTip5:"请选择“增加版本”或“更新当前版本”?",updateVersion:"更新当前版本",addVersion:"增加版本",pleaseInputCode:"请先输入编码,再做国际化配置",blankFieldNameOrValue:"字段名或值有空白",enabledSuccessfully:"启用成功"},workflowEditor:{main:{tacheType:"环节类型",straightLine:"直线",curveLine:"曲线",brokenLine:"折线"},common:{remove:"移除",attribute:"属性",fieldName:"字段名(*)",operator:"操作符",value:"值(*)",name:"字段名",fieldValue:"字段值",separator:"分隔符",fillInMethod:"填写方式",cover:"覆盖",append:"追加",insertToFront:"插入到最前",fillInTime:"填写时间",fillInBeforeHandling:"办理前填写",fillInAfterHandling:"办理后填写",type:"类别(*)",user:"用户",role:"角色",department:"部门",workgroup:"工作组",selectFormField:"选择表单字段",notificationMethod:"通知方式",addressee:"收件人",theme:"主题",content:"内容",notifyPersonnel:"通知人员",selectusers:"选择用户",selectDepartment:"选择部门",selectTeam:"选择工作组",selectRole:"选择角色",organizationStructure:"组织结构",formField:"表单字段",variableName:"变量名",variableValue:"变量值",selectField:"选择字段",taskNotice:"待办通知",reminderNotice:"催办通知",customMsg:"自定义消息内容",canNotBeEmpty:"不能为空",copy:"复制"},process:{processInitiator:"起草人",processInitiatorRole:"起草人角色",processInitiatorDepartment:"起草人部门",processInitiatorSuperiorDepartment:"起草人上级部门",processInitiatorTopDepartment:"起草人顶级部门",processInitiatorWorkingGroup:"起草人工作组",nameOfTheDirectSuperiorOfTheProcessInitiator:"起草人直属上级姓名",processInitiatorsDirectSuperiorDepartment:"起草人直属上级部门",directSuperiorRoleOfProcessInitiator:"起草人直属上级角色",ProcessInitiatorsImmediateSuperiorWorkingGroup:"起草人直属上级工作组",nameOfCurrentHandler:"当前办理人姓名",currentHandlerRole:"当前办理人角色",currentHandlerDepartment:"当前办理人部门",currentHandlerSuperiorDepartment:"当前办理人上级部门",topDepartmentOfCurrentHandler:"当前办理人顶级部门",currentHandlerWorkingGroup:"当前办理人工作组",nameOfTheImmediateSuperiorOfTheCurrentHandler:"当前办理人直属上级姓名",currentHandlerDirectSuperiorDepartment:"当前办理人直属上级部门",currentManagerDirectSuperiorRole:"当前办理人直属上级角色",workingGroupDirectlyUnderTheCurrentHandler:"当前办理人直属上级工作组",topDepartments:"顶级部门",approvalResults:"审批结果",totalNnumberOfPersonsWhoDisagreeWithTheCountersignature:"会签不同意人员总数",totalNumberOfCountersignedAndAgreedPersonnel:"会签同意人员总数",percentageOfPersonsWhoDisagreeWithTheCountersignature:"会签不同意人员百分比",percentageOfCountersignedAndAgreedPersonnel:"会签同意人员百分比",percentageOfAbstentions:"弃权票百分比",percentageOfVotesAgainst:"反对票百分比",percentageOfAffirmativeVotes:"赞成票百分比",totalNumberOfAbstentions:"弃权票总数",totalVotesAgainst:"反对票总数",totalNumberOfAffirmativeVotes:"赞成票总数",standardFields:"标准字段",perhaps:"或者",also:"并且",greaterThan:"大于",lessThan:"小于",beEqualTo:"等于",notGreaterThan:"不大于",notLessThan:"不小于",notEqualTo:"不等于",contain:"包含",notIncluded:"不包含",laterThan:"晚于",earlierThan:"早于",noLaterThan:"不晚于",noEarlierThan:"不早于",handlingTimeOfThisLink:"本环节办理时间",handlerIDOfThisLink:"本环节办理人id",currentHandlerPrincipalDepartmentID:"当前办理人正职部门id",iDOfTheImmediateSuperiorOfTheCurrentHandler:"当前办理人直属上级id",iDOfTheSuperiorDepartmentDirectlyUnderTheCurrentHandler:"当前办理人直属上级正职部门id",loginNameOfTheHandlerInThisLink:"本环节办理人登录名",NameOfCurrentHandler:"当前办理人姓名",CurrentHandlerDepartment:"当前办理人部门",CurrentHandlerDepartmentID:"当前办理人部门id",CurrentManagersPrincipalDepartment:"当前办理人正职部门",iDOfSsuperiorDepartmentOfCurrentHandler:"当前办理人上级部门id",CurrentHandlersSuperiorDepartment:"当前办理人上级部门",TopDepartmentOfCurrentHandler:"当前办理人顶级部门",TopDepartmentIDOfCurrentHandler:"当前办理人顶级部门id",CurrentHandlerRole:"当前办理人角色",CurrentHandlerRoleID:"当前办理人角色id",CurrentHandlerWorkingGroupID:"当前办理人工作组id",LoginNameOfTheImmediateSuperiorOfTheCurrentHandler:"当前办理人直属上级登录名",currentHandlersDirectSuperiorDepartment:"当前办理人直属上级部门",currentManagersDirectSuperiorDepartment:"当前办理人直属上级正职部门",currentManagersDirectSuperiorRole:"当前办理人直属上级角色",currentHandlersDirectSuperiorRoleID:"当前办理人直属上级角色id",currentManagersDirectSuperiorWork:"当前办理人直属上级工作",iDOfTheWorkingGroupDirectlyUnderTheCurrentHandler:"当前办理人直属上级工作组id",operationsPerformedInThisPhase:"本环节执行的操作",handlerIDOfThePreviousLink:"上一环节办理人id",lastLinkHandlerLogin:"上一环节办理人登录名",nameOfHandlerInThePreviousLink:"上一环节办理人姓名",currentManagersIdDirectlyUnderTheSuperior:"当前办理人直属上级部门id",appointmentOfHandlerInThePreviousLink:"上一环节办理人指定",personSpecifiedInFormField:"表单字段中指定的人员",filterByCriteria:"按条件筛选",additionalConditions:"附加条件",handlingYyThePersonnelOfTheDepartmentOfTheInitiator:"起草人所在部门人员办理",personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling:"起草人所在部门人员参与办理",selectSpecificHandler:"选择具体办理人",selectOneFromDept:"同一部门仅需一人办理",generateOneInstanceFromDept:"同一部门生成一个实例",selectionMethod:"选择方式",manualSelection:"人工选择",autoSelect:"自动选择",callbackURL:"回调URL",cannotBeEmpty:"不能为空",selectURL:"选人URL",fieldName:"字段名称",processAdministrator:"流程管理员",currentHandler:"当前办理人",allHandlingPersonnel:"所有办理人员",designatedPersonnel:"指定人员",listOfDesignatedPersons:"指定人员列表",processName:"流程名称",processCode:"流程编码",creater:"创建人",correspondingForm:"对应表单",processType:"流程类型",system:"所属系统",affiliatedBranch:"所属分支机构",customCategory:"自定义类别",initiationProcess:"发起流程",deleteProcess:"删除流程",cancelProcess:"取消流程",endProcess:"结束流程",pauseProcess:"暂停流程",continueTheProcess:"继续流程",jumpLink:"跳转环节",modificationHandler:"修改办理人",addHandler:"增加办理人",decreaseOofHandler:"减少办理人",appointedTask:"指派任务",returnTask:"退回任务",retrieveTask:"取回任务",processTaskParameterSettings:"办理任务参数设置",uRLForProcessingTask:"办理任务的url",parametersForReceivingTaskID:"接收任务id的参数",viewFormParameterSettings:"查看表单参数设置",viewTheURLOfTheForm:"查看表单的url",parametersOfReceivingEntityID:"接收实体id的参数",emergencyTreatmentParameterSetting:"应急处理参数设置",uRLOfEmergencyHandling:"应急处理的url",initiateProcessParameterSettings:"发起流程参数设置",uRLOfTheInitiatingProcess:"发起流程的url",parametersForReceivingProcessName:"接收流程名称的参数",customParameterValue:"自定义参数值",ViewFlowHistoryPersonnel:"查看流转历史人员",ViewCountersignatureResultPersonnel:"查看会签结果人员",ViewVotingResultsBy:"查看投票结果人员",name:"名称",code:"编码",subprocess:"子流程",transferValueFromMainFormToSubForm:"主表单给子表单传值",fieldsOfTheMainForm:"主表单的字段",fieldsOfSubform:"子表单的字段",subformReturnsResultsToMainForm:"子表单返回结果给主表单",eventsTriggeredBeforeStartingASubprocess:"启动子流程前事件",triggerSubprocessEndEvent:"触发子流程结束事件",setTheHandlerOfTheFirstPhaseOfTheSubProcess:"设置子流程第一环节办理人",keepTheHandlerUnchangedWhenTheTargetLinkIsHandledRepeatedly:"目标环节重复办理时保持办理人不变",branchingCondition:"分支条件",processProperties:"流程属性",basicProperties:"基本属性",permissionSettings:"权限设置",notificationSettings:"通知设置",sendNotificationAfterProcessEnds:"流程结束后发送通知",reminderSettings:"通知与催办",parameterSsetting:"参数设置",event:"事件",processVariables:"流程变量",propertiesOfSubprocesses:"子流程的属性",settingOfHandler:"办理人设置",eventProcessing:"事件处理",sponsorsImmediateSuperior:"起草人直属上级",sponsorsSuperiorDepartment:"起草人上级部门",sponsorTopDepartment:"起草人顶级部门",superiorDepartmentDirectlyUnderTheInitiator:"起草人直属上级部门",sponsorsImmediateSuperiorWorkingGroup:"起草人直属上级工作组",lastLinkHandlerDepartment:"上一环节办理人部门",previousLinkHandlerSuperiorDepartment:"上一环节办理人上级部门",topDepartmentOfHandlerInThePreviousLink:"上一环节办理人顶级部门",previousLinkHandlersDirectSuperiorDepartment:"上一环节办理人直属上级部门",previousLinkHandlerWorkingGroup:"上一环节办理人工作组",workingGroupDirectlyUnderTheManagerInThePreviousLink:"上一环节办理人直属上级工作组",getSubprocessEntityBean:"获得子流程实体bean",getSubprocessEntityBeanPlaceholder:"格式为:xxxServiceImpl,例如:exampleServiceImpl",getSubprocessEntityBeanInfo:"该bean需要实现接口tech.imatrix.wf.core.OnStartingSubProcess",isNull:"等于Null",isNotNull:"不等于Null",defaultMailTemplate:"默认邮件模板",defaultCommonTemplate:"默认通知模板",trustTask:"委托任务",subprocessIsSharedForm:"主子流程共用表单",generateForParttimeDept:"为兼职部门人员生成任务",deptSpecifiedInFormField:"表单字段中指定的部门",activateOneVoteVeto:"一票否决",systemVersion:"系统版本",tableCode:"对应数据表",deptApprover:"起草人部门授权审批人",superiorDeptApprover:"起草人上级部门授权审批人",superiorDeptLeader:"起草人上级部门负责人"},task:{newCc:"新抄送",judge:"判断",end:"结束",branch:"分支",manualJudgment:"人工判断",newTask:"新任务",converge:"汇聚",newProcess:"新流程",start:"开始",subprocess:"子流程",needToBeUrged:"需要催办",urgingMethod:"催办方式",timeLimitForHandling:"办理时限",day:"天",urgingInterval:"催办间隔",hour:"小时",alwaysUrging:"一直催办",limitedUrging:"限次催办",timesOfUrging:"催办次数",includingHandoverPersonnel:"包含移交人员",handoverPersonnel:"移交人员",includeNotifyPeople:"包含通知人员",name:"名称",code:"编码",taskTitle:"任务标题",emailNotification:"邮件通知",handlingPage:"办理页面",remarks:"备注",allowViews:"允许查看意见",allowToViewCountersignatureResults:"允许查看会签结果",allowToViewVotingResults:"允许查看投票结果",allowToViewFlowHistory:"允许查看流转历史",allowFormsToPrint:"允许打印表单",attachmentAuthority:"附件权限",downloadAttachment:"下载附件",bodyPermission:"正文权限(暂不开放)",additionalConditions:"附加条件",setConditions:"设置条件",HandlingMethod:"办理方式",editorial:"编辑式",approvalType:"审批式",countersign:"会签式",voting:"投票式",anyOneCanHandleIt:"任意一人办理即可",forAll:"所有人均需办理",passRate:"通过率",modifyOperationName:"修改操作名称",operationType:"操作类型",visibleOrNot:"是否可见",save:"保存",submission:"提交",agree:"同意",disagree:"不同意",favor:"赞成",opposition:"反对",waiver:"弃权",receive:"领取",giveUp:"放弃",additionalSignature:"加签",reductionOfSignature:"减签",assignTask:"指派",copyTask:"抄送",retrieveTask:"取回",exportReport:"导出报告",readTask:"阅",selectEditableField:"选择可编辑字段",optionalField:"可选字段",selectedFields:"已选字段",editingMethod:"编辑方式",propertyName:"属性名",condition:"条件",nothing:"无",beforeSubmission:"提交前",executionURL:"执行url",errorMessage:"出错信息",afterSubmission:"提交后",allowEditingForms:"允许编辑表单",commentsAllowed:"允许填写意见",commentsAreRequired:"必须填写意见",deletePermission:"删除权限",addAttachment:"添加附件",deleteAttachment:"删除附件",propertiesOfCCTask:"抄送任务的属性",basicProperties:"基本属性",settingOfHandler:"办理人设置",permissionSettings:"权限设置",attributeOfConditionJudgment:"条件判断的属性",allBranchFlows:"所有分支流向",targetLink:"目标环节",propertiesOfBranches:"分支的属性",attributesOfManualJudgment:"人工判断的属性",linkAttribute:"环节属性",autoFillInFieldSettings:"自动填写字段设置",reminderSettings:"通知与催办",eventProcessing:"事件处理",linkVariable:"环节变量",convergedProperties:"汇聚的属性",humanTask:"人工任务",conditionJudgment:"条件判断",cCtask:"抄送任务",canItBeRejected:"是否可驳回",selectNoticeTemplate:"选择通知模板",selectMailTemplate:"选择邮件模板",selectTemplate:"选择模板",autoTask:"自动任务",newAutoTask:"新自动任务",propertiesOfAutoTask:"自动任务的属性",custombeanName:"自定义bean",baseField:"基础字段",reminderTipTemplateMsg:"模板说明:",reminderTipRemindMsg:"催办说明:",reminderTipTemplateNotice:"通知模板:钉钉、企微、飞书、自定义都使用通知模板。邮件方式时,如果没有选“邮件模板”,则使用通知模板",reminderTipTemplateEmail:"邮件模板:邮件方式特制模板",reminderTipRemindImmediately:"催办方式、通知模板、邮件模板、催办次数、通知方式、通知人员、移交人员 修改后立即生效",reminderTipRemindHistory:"办理时限、办理时限的时间粒度(天/小时)、催办间隔、催办间隔的时间粒度(天/小时)仅对新发起的流程生效,如历史数据也需要应用最新配置,请联系运维人员调整"},transition:{flowProperties:"流向属性",basicProperties:"基本属性",notificationSettings:"通知设置",sendNotificationAfterFlow:"流过后发送通知",autoFillInFieldSettings:"自动填写字段设置",eventProcessing:"事件处理",triggerFlowThroughEvent:"触发流过事件",beanName:"bean名称"},condition:{combinationCondition:"组合条件",currentUserId:"当前用户ID",currentUserLogin:"当前用户登录名",currentUserName:"当前用户姓名",fillInManually:"手动填写",environmentVariable:"环境变量",databaseFields:"数据库字段",requestParameters:"请求参数",currentTime:"当前时间",currentDate:"当前日期",currentTransactor:"当前用户登录名",currentTransactorName:"当前用户姓名",currentTransactorId:"当前用户id",currentTransactorMainDepartmentId:"当前用户部门id",currentTransactorMainDepartment:"当前用户部门名称",currentTransactorRoleId:"当前用户角色id",currentTransactorRole:"当前用户角色名称",currentTransactorWorkGroupId:"当前用户工作组id",currentTransactorWorkGroup:"当前用户工作组名称",whenTheVariableIsEmpty:"变量为空时",ignore11:"忽略(1=1)",nonConformity:"不符合(1<>1)",currentHandler:"当前办理人",currentTaskClient:"当前任务委托人",currentAssignor:"当前指派人",rowsCanBeAdded:"可添加行",deleteLine:"可删除行",modifiableHistoricalData:"可修改历史数据",controlByField:"按字段控制",allReadOnly:"全部只读",allRequired:"全部必填",mainTableField:"主表字段",linkName:"环节名称",linkCode:"环节编码",taskFields:"任务字段",systemParameter:"系统参数",personnelScope:"人员范围",mainTableConditions:"主表条件",subtableCondition:"子表条件",accessControl:"进行权限控制",formBindingModel:"表单绑定model",allFields:"全部字段",tableDataNotEmpty:"表格数据不为空"}}},messages$1={en,cn},i18n=createI18n({locale:"cn",messages:messages$1,legacy:!1});function newAutoTask(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.newAutoTask")},g:{},taskNotice:{},basicProperties:{beanName:""},transactorSettings:{userCondition:"",moreTransactor:!1,additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},events:{},permissionSettings:{editForm:{permission:!1,field:[]},viewOpinion:{permission:!1,condition:""},editOpinion:{permission:!1,condition:""},requireOpinion:{permission:!1,condition:""},viewMeetingResult:{permission:!1,condition:""},viewVoteResult:{permission:!1,condition:""},viewFlowHistory:{permission:!1,condition:""},printForm:{permission:!1,condition:""},officialText:{permission:!1},attachment:{permission:!1},deleteInstance:{userCondition:""}}}}function newCopyTask(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.newCc")},g:{},taskNotice:{},basicProperties:{taskTitle:"",remark:"",taskUrl:""},transactorSettings:{userCondition:"",moreTransactor:!1,additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},events:{},permissionSettings:{editForm:{permission:!1,field:[]},viewOpinion:{permission:!1,condition:""},editOpinion:{permission:!1,condition:""},requireOpinion:{permission:!1,condition:""},viewMeetingResult:{permission:!1,condition:""},viewVoteResult:{permission:!1,condition:""},viewFlowHistory:{permission:!1,condition:""},printForm:{permission:!1,condition:""},officialText:{permission:!1},attachment:{permission:!1},deleteInstance:{userCondition:""}}}}function newDecision(){return{attr:{id:"t3",name:i18n.global.t("workflowEditor.task.judge")},g:{}}}function newEnd(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.end")},g:{}}}function newFork(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.branch")},g:{}}}function newHumanDecision(){return{attr:{name:i18n.global.t("workflowEditor.task.manualJudgment")},g:{}}}function newHumanTask(){return{attr:{id:"newHumanTask",name:i18n.global.t("workflowEditor.task.newTask")},g:{},basicProperties:{processingMode:{type:"EDIT",passRate:0,moreTransactor:!1,actions:{action:[]}},taskCode:"",taskTitle:"",remark:"",mailNotice:!1,taskUrl:""},transactorSettings:{userCondition:"",moreTransactor:!1,additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},permissionSettings:{editForm:{permission:!1,field:[],subTablePermission:[{tableName:"sub_table1",permission:!1,modelName:"model",action:[{name:"notEmpty",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"add",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"update",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"delete",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}],field:[{name:"all_fields",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"xxx",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}]},{tableName:"sub_table2",permission:!1,modelName:"model",action:[{name:"notEmpty",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"add",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"update",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"delete",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}],field:[{name:"all_fields",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"xxx",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}]}]},viewOpinion:{permission:!1,condition:""},editOpinion:{permission:!1,condition:""},requireOpinion:{permission:!1,condition:""},viewMeetingResult:{permission:!1,condition:""},viewVoteResult:{permission:!1,condition:""},viewFlowHistory:{permission:!1,condition:""},printForm:{permission:!1,condition:""},officialText:{permission:!1},attachment:{permission:!1},deleteInstance:{userCondition:""}},autoFilledFields:{field:[]},reminder:null,events:{afterComplete:!1},variables:{variable:[]}}}function newJoin(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.converge")},g:{}}}function newProcess(){const e=newHumanTask();return e.g={x:200,y:150,width:80,height:40},{attr:{name:i18n.global.t("workflowEditor.task.newProcess"),code:""},properties:{basicProperties:{admin:"",formVersion:1,formCode:"",processTypeCode:"",systemCode:"",creator:"",customType:"",branchCode:""},permissionSettings:{viewFlowHistory:"",viewSubscribeResult:"",viewVoteResult:""},reminder:null,parameterSettings:{doTask:{url:"",parameterName:""},viewForm:{url:"",parameterName:""},startProcess:{url:"",parameterName:"",parameterValue:""},handleEmergency:{url:"",parameterName:""}},events:{event:[]},variables:{variable:[]}},start:{attr:{id:"start"},g:{x:50,y:50,width:48,height:48}},humanTask:e,end:{attr:{id:"end"},g:{x:500,y:300,width:48,height:48}}}}function newStart(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.start")},g:{}}}function newSubprocess(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.subprocess"),taskTitle:""},g:{},processCode:"",processVersion:"",events:{beforeStart:"",end:!1},transactorSettings:{userCondition:"",additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},parameters:{field:[]},result:{field:[]}}}function newTransition(){return{attr:{id:"",from:"",to:""},g:{},basicProperties:{remark:"",isOriginalUser:!1,condition:""},inform:{informType:"mail",userCondition:"",subject:"",content:""},autoFilledFields:{field:[]},onTransit:!1}}function getStore$1(){return window.$store}function getI18n(){return window.$locale?i18n.locale=window.$locale:i18n.locale="cn",i18n.global}function getComponentList(){return[{name:"Start",label:getI18n().t("workflowEditor.task.start"),icon:"start",type:"primary",class:"",round:!0,width:48,height:48,color:"#67C23A"},{name:"HumanTask",label:getI18n().t("workflowEditor.task.humanTask"),icon:"human-task",type:"",class:"",round:!0,width:80,height:40,color:"#000"},{name:"Decision",label:getI18n().t("workflowEditor.task.conditionJudgment"),icon:"decision",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"Fork",label:getI18n().t("workflowEditor.task.branch"),icon:"fork",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"Join",label:getI18n().t("workflowEditor.task.converge"),icon:"join",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"Subprocess",label:getI18n().t("workflowEditor.task.subprocess"),icon:"subprocess",type:"warning",class:"",round:!0,width:80,height:40,color:"#0777D4"},{name:"HumanDecision",label:getI18n().t("workflowEditor.task.manualJudgment"),icon:"human-decision",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"CopyTask",label:getI18n().t("workflowEditor.task.cCtask"),icon:"copy-task",type:"",class:"",round:!0,width:80,height:40,color:"#0777D4"},{name:"AutoTask",label:getI18n().t("workflowEditor.task.autoTask"),icon:"human-task",type:"",class:"",round:!0,width:80,height:40,color:"#0777D4"},{name:"End",label:getI18n().t("workflowEditor.task.end"),icon:"end",type:"danger",class:"workflow-end-button",round:!0,width:48,height:48,color:"#F56C6C"}]}function getComponentInfo(e){const t=getComponentList().filter(o=>o.name===e);return t.length>0?t[0]:null}function getParent(e){return getStore$1().getters["wfEditor/taches"].filter(r=>r.id===e)[0]}function getJoint(e,t){switch(typeof e=="string"&&(e=getParent(e)),t){case"up":case"top":return{position:"up",x:e.x+e.width/2,y:e.y};case"right":return{position:"right",x:e.x+e.width,y:e.y+e.height/2};case"down":case"bottom":return{position:"down",x:e.x+e.width/2,y:e.y+e.height};case"left":return{position:"left",x:e.x,y:e.y+e.height/2};default:return{position:"",x:e.x,y:e.y}}}function getMousePosition(e){const t=document.getElementById("svg").getScreenCTM();return{x:(e.clientX-t.e)/t.a,y:(e.clientY-t.f)/t.d}}function getVirtualRegion(e,t){if(!e||!t)return{};const{x:o,y:r}=e,{x:n,y:i}=t;var s={x:0,y:0,width:Math.abs(n-o),height:Math.abs(i-r)};return o<=n?r<=i?(s.x=o,s.y=r):(s.x=o,s.y=i):r>=i?(s.x=n,s.y=i):(s.x=n,s.y=r),s}function getRealRegion(e){let t,o;t=o=1e4;let r,n;r=n=0;for(const i of e)t>i.x&&(t=i.x),o>i.y&&(o=i.y),r<i.x+i.width&&(r=i.x+i.width),n<i.y+i.height&&(n=i.y+i.height);return{x:t-10,y:o-10,width:r-t+20,height:n-o+20}}function startDragTache(e,t){clearAllSelectedComponents(),t.$parent.region=null,t.$parent.showHistory||(t.model.isSelected=!0),getStore$1().getters["wfEditor/selectedTaches"].push(t.model);const o=getMousePosition(e);getStore$1().commit("wfEditor/setMouseDownPosition",o),getStore$1().commit("wfEditor/setMovingTache",!0)}function endDragTache(){getStore$1().commit("wfEditor/setMovingTache",!1),getStore$1().commit("wfEditor/setMouseDownPosition",null)}function unselectTaches(){for(const e of getStore$1().getters["wfEditor/selectedTaches"])e.isSelected=!1;getStore$1().commit("wfEditor/setSelectedTaches",[])}function clearAllSelectedComponents(){unselectTaches(),getStore$1().getters["wfEditor/selectedTransition"]&&(getStore$1().getters["wfEditor/selectedTransition"].isSelected=!1),getStore$1().commit("wfEditor/setSelectedTransition",null)}function removeTextProperty(e){Object.getOwnPropertyNames(e).forEach(function(o){if(typeof e[o]=="object")if(e[o]._text!==void 0){e[o]=e[o]._text;return}else Object.keys(e[o]).length>0?removeTextProperty(e[o]):["variables","events","autoFilledFields"].indexOf(o)<0&&(e[o]="")})}function generateTaches(e,t){t||(t=[]),Array.isArray(t)||(t=[t]);const o=getStore$1().getters["wfEditor/taches"];for(const r of t){const n={id:r.attr.id,name:r.attr.name,x:r.g.x,y:r.g.y,width:r.g.width,height:r.g.height,type:e,isSelected:!1,ref:r};o.push(n)}}function generateTransitions(e,t){t||(t=[]),Array.isArray(t)||(t=[t]);const o=getStore$1().getters["wfEditor/transitions"];for(const r of t){const n=r.basicProperties.remark||"",i={id:r.attr.id,startJoint:{parent:findTacheById(r.attr.from),position:r.g.fromJoint},endJoint:{parent:findTacheById(r.attr.to),position:r.g.toJoint},isSelected:!1,remark:n,lineInfo:{type:r.g.lineType,controlPoint:null},ref:r};if(r.g.lineType==="CurveLine"&&r.g.coordinate){const s=r.g.coordinate.split(",");i.lineInfo.controlPoint={x:s[0],y:s[1]}}else if(r.g.lineType==="BrokenLine"&&r.g.coordinate){const s=r.g.coordinate.split(";"),l=[];s.forEach(a=>{if(a!==""){const d=a.split(",");l.push({x:d[0],y:d[1]})}}),i.lineInfo.controlPoint=l}o.push(i)}}function initializeProcessData(e){e&&(generateTaches("HumanTask",e.humanTask),generateTaches("Decision",e.decision),generateTaches("Fork",e.fork),generateTaches("Join",e.join),generateTaches("Subprocess",e.subprocess),generateTaches("HumanDecision",e.humanDecision),generateTaches("CopyTask",e.copyTask),generateTaches("AutoTask",e.autoTask),generateTaches("Start",e.start),generateTaches("End",e.end),generateTransitions("Transition",e.transition))}function findOutgoingTransitionsByTacheId(e){return getStore$1().getters["wfEditor/transitions"].filter(r=>r.startJoint.parent.id===e||r.ref.attr.from===e)}function findIncomingTransitionsByTacheId(e){return getStore$1().getters["wfEditor/transitions"].filter(r=>r.endJoint.parent.id===e||r.ref.attr.to===e)}function findTacheById(e){const o=getStore$1().getters["wfEditor/taches"].filter(r=>r.ref.attr.id===e);return o.length>0?o[0]:null}function deepCopy(e){return JSON.parse(JSON.stringify(e))}function updateTransitionsWhenTacheIdChanged(e,t){return findIncomingTransitionsByTacheId(t).map(n=>{n.ref.attr.to=e,n.ref.attr.id="flow_"+n.ref.attr.from+"_to_"+n.ref.attr.to,n.id=n.ref.attr.id}),findOutgoingTransitionsByTacheId(t).map(n=>{n.ref.attr.from=e,n.ref.attr.id="flow_"+n.ref.attr.from+"_to_"+n.ref.attr.to,n.id=n.ref.attr.id}),!0}function validateTacheCode(e){const t=findTacheById(e.formModel.id);if(t&&t.id!==e.id){e.$alert(getI18n().t("workflowEditorMessage.itIsTheSameAsTheExistingLink",{name:t.name})),e.formModel.id=e.id;return}updateTransitionsWhenTacheIdChanged(e.formModel.id,e.id),e.$emit("update:id",e.formModel.id)}function watchShowName(e,t){let o="";if(e.processI18n&&e.model.ref&&e.model.ref.basicProperties&&e.model.ref.basicProperties.i18nKey){const r=e.model.ref.basicProperties.i18nKey,n=getLanguageWithLocale();e.processI18n[r]&&(o=e.processI18n[r][n]),o||(o=t)}else o=t;return o}const processTemplate={newProcess,newHumanTask,newDecision,newStart,newEnd,newTransition,newSubprocess,newFork,newJoin,newHumanDecision,newCopyTask,newAutoTask},iconSvg_vue_vue_type_style_index_0_lang="",_export_sfc$1=(e,t)=>{const o=e.__vccOpts||e;for(const[r,n]of t)o[r]=n;return o},_sfc_main$1D={name:"IconSvg",props:{icon:{type:String,required:!0}},computed:{iconName(){return`#icon-${this.icon}`}}},_hoisted_1$_={class:"svg-icon","aria-hidden":"true"},_hoisted_2$C=["xlink:href"];function _sfc_render$1u(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1$_,[Vue.createElementVNode("use",{"xlink:href":i.iconName},null,8,_hoisted_2$C)])}const IconSvg=_export_sfc$1(_sfc_main$1D,[["render",_sfc_render$1u]]),toolbox_vue_vue_type_style_index_0_scoped_0d941719_lang="",_sfc_main$1C={name:"Toolbox",components:{IconSvg},data(){return{componentList:getComponentList()}},computed:{...mapGetters("wfEditor",["componentToDraw"])},methods:{...mapMutations("wfEditor",["setComponentToDraw"]),select(e){this.setComponentToDraw(e)}}},_hoisted_1$Z={style:{height:"calc(100vh - 98px)","background-color":"#FFFFFF"}};function _sfc_render$1t(e,t,o,r,n,i){const s=Vue.resolveComponent("icon-svg"),l=Vue.resolveComponent("el-button");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$Z,[Vue.createElementVNode("h3",null,Vue.toDisplayString(e.$t("workflowEditor.main.tacheType")),1),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.componentList,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a.name,type:a.type,class:Vue.normalizeClass(a.class),round:a.round,onMousedown:d=>i.select(a.name)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{icon:a.icon},null,8,["icon"]),Vue.createTextVNode(" "+Vue.toDisplayString(a.label),1)]),_:2},1032,["type","class","round","onMousedown"]))),128))])}const Toolbox=_export_sfc$1(_sfc_main$1C,[["render",_sfc_render$1t],["__scopeId","data-v-0d941719"]]),joint_vue_vue_type_style_index_0_lang="",_sfc_main$1B={name:"Joint",props:{parent:{type:Object,default:null},position:{type:String,default:null}},data(){return{isActivated:!1}},computed:{...mapGetters("wfEditor",["transitions","startJoint","endJoint","draggerToMove"]),joint(){return getJoint(this.parent,this.position)},jointContainer(){return{x:this.joint.x-10,y:this.joint.y-10}}},methods:{...mapMutations("wfEditor",["setStartJoint","setEndJoint","stopDrawingLine","setDraggerToMove","setContextMenuVisible"]),isValidTransition(e,t){if(!e)return!1;if(e.parent===t.parent)return this.$alert(this.$t("workflowEditorMessage.theStartAndEndOfTheFlowDirectionCannotBeTheSame")),!1;if(e.parent.type!=="Decision"&&e.parent.type!=="Fork"&&e.parent.type!=="HumanDecision"){let o=0;if(this.draggerToMove&&(o=1),findOutgoingTransitionsByTacheId(e.parent.id).length>o)return this.$alert(this.$t("workflowEditorMessage.onlyConditionJudgmentBranchAndManualJudgmentCanHaveMultipleOutboundFlows")),!1}return e.parent.type==="Start"&&t.parent.type==="End"?(this.$alert(this.$t("workflowEditorMessage.startAndEndNodesCannotBeConnectedDirectly")),!1):e.parent.type==="End"?(this.$alert(this.$t("workflowEditorMessage.endNodeCannotHaveOutFlowDirection")),!1):!0},mouseup(){if(console.log("joint mouseup"),this.draggerToMove){const e=this.draggerToMove.position,t={parent:this.parent,position:this.position};if(e==="start"?this.draggerToMove.owner.startJoint=t:this.draggerToMove.owner.endJoint=t,this.isValidTransition(this.draggerToMove.owner.startJoint,this.draggerToMove.owner.endJoint)){const o=this.draggerToMove.owner;o.id="flow_"+o.startJoint.parent.id+"_to_"+o.endJoint.parent.id,o.ref.attr={id:o.id,from:o.startJoint.parent.id,to:o.endJoint.parent.id}}else this.draggerToMove.owner.startJoint=this.draggerToMove.originStartJoint,this.draggerToMove.owner.endJoint=this.draggerToMove.originEndJoint;this.setDraggerToMove(null)}else this.addTransition()},addTransition(){const e={parent:this.parent,position:this.position};if(this.isValidTransition(this.startJoint,e)){this.setEndJoint(e);const t={id:"flow_"+this.startJoint.parent.id+"_to_"+this.endJoint.parent.id,startJoint:this.startJoint,endJoint:this.endJoint,isSelected:!1,lineInfo:{type:"StraightLine",controlPoint:null}};t.ref=processTemplate.newTransition(),t.ref.attr={id:t.id,from:this.startJoint.parent.id,to:this.endJoint.parent.id},this.transitions.push(t)}this.stopDrawingLine()},enterJoint(){this.isActivated=!0,this.$emit("enter-joint")},leaveJoint(){this.isActivated=!1,this.$emit("leave-joint")}}},_hoisted_1$Y=["x","y"],_hoisted_2$B=["cx","cy"];function _sfc_render$1s(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[4]||(t[4]=Vue.withModifiers(()=>{},["stop"]))},[Vue.createElementVNode("rect",{x:i.jointContainer.x,y:i.jointContainer.y,class:Vue.normalizeClass({"joint-container":!0,"joint-activated":n.isActivated}),width:"20",height:"20",rx:"3",ry:"3",onMousemove:t[0]||(t[0]=Vue.withModifiers((...s)=>i.enterJoint&&i.enterJoint(...s),["stop"])),onMouseout:t[1]||(t[1]=Vue.withModifiers((...s)=>i.leaveJoint&&i.leaveJoint(...s),["stop"])),onMousedown:t[2]||(t[2]=Vue.withModifiers(s=>{e.setContextMenuVisible(!1),e.setStartJoint({parent:o.parent,position:o.position})},["stop"])),onMouseup:t[3]||(t[3]=(...s)=>i.mouseup&&i.mouseup(...s))},null,42,_hoisted_1$Y),Vue.withDirectives(Vue.createElementVNode("circle",{cx:i.joint.x,cy:i.joint.y,r:"3",class:"joint"},null,8,_hoisted_2$B),[[Vue.vShow,!n.isActivated]])],32)}const Joint=_export_sfc$1(_sfc_main$1B,[["render",_sfc_render$1s]]),tacheMethods={startDrag(e){console.log(this.model.name+" mousedown"),this.setContextMenuVisible(!1),startDragTache(e,this)},endDrag(){console.log(this.model.name+" mouseup"),endDragTache()},showJoints(){this.$parent.showHistory||(this.jointPoints=["up","right","down","left"])},hideJoints(){this.jointPoints=[]}},start_vue_vue_type_style_index_0_lang="",_sfc_main$1A={name:"Start",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[]}},computed:{...mapGetters("wfEditor",["selectedTaches"])},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$X=["width","height","x","y"],_hoisted_2$A=["x","y","width","height"];function _sfc_render$1r(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor(""),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,start:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$X),Vue.createElementVNode("use",{"xlink:href":"#icon-start",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#67C23A",class:"draggable"},null,8,_hoisted_2$A),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Start=_export_sfc$1(_sfc_main$1A,[["render",_sfc_render$1r]]),end_vue_vue_type_style_index_0_lang="",_sfc_main$1z={name:"End",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[]}},computed:{...mapGetters("wfEditor",["selectedTaches"])},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$W=["width","height","x","y"],_hoisted_2$z=["x","y","width","height"];function _sfc_render$1q(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor(""),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,end:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$W),Vue.createElementVNode("use",{"xlink:href":"#icon-end",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#F56C6C",class:"draggable"},null,8,_hoisted_2$z),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const End=_export_sfc$1(_sfc_main$1z,[["render",_sfc_render$1q]]),tacheResizer_vue_vue_type_style_index_0_lang="",_sfc_main$1y={name:"TacheResizer",props:{owner:{type:Object,default:null},position:{type:String,default:""}},computed:{...mapGetters("wfEditor",["selectedTaches"]),area(){let o,r;switch(this.position){case"NW":o=this.owner.x,r=this.owner.y;break;case"NE":o=this.owner.x+this.owner.width,r=this.owner.y;break;case"SW":o=this.owner.x,r=this.owner.y+this.owner.height;break;case"SE":o=this.owner.x+this.owner.width,r=this.owner.y+this.owner.height;break}o=o-8/2,r=r-8/2;const n=this.position.toLowerCase()+"-resize";return{x:o,y:r,width:8,height:8,cursor:n}}},methods:{...mapMutations("wfEditor",["setMovingResizer","setResizerToMove","setContextMenuVisible"])}},_hoisted_1$V=["x","y","width","height"];function _sfc_render$1p(e,t,o,r,n,i){return o.owner.isSelected&&e.selectedTaches.length==1?(Vue.openBlock(),Vue.createElementBlock("rect",{key:0,x:i.area.x,y:i.area.y,width:i.area.width,height:i.area.height,style:Vue.normalizeStyle({cursor:i.area.cursor}),class:"resizer",onMousedown:t[0]||(t[0]=Vue.withModifiers(s=>{e.setContextMenuVisible(!1),e.setResizerToMove({owner:o.owner,position:o.position})},["stop"])),onMouseup:t[1]||(t[1]=Vue.withModifiers(s=>e.setResizerToMove(null),["stop"]))},null,44,_hoisted_1$V)):Vue.createCommentVNode("",!0)}const TacheResizer=_export_sfc$1(_sfc_main$1y,[["render",_sfc_render$1p]]),_sfc_main$1x={name:"HumanTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$U=["width","height","x","y"],_hoisted_2$y=["x","y"];function _sfc_render$1o(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("HumanTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass(["draggable","task-tache",{selected:o.model.isSelected}]),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$U),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$y),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const HumanTask=_export_sfc$1(_sfc_main$1x,[["render",_sfc_render$1o]]),decision_vue_vue_type_style_index_0_lang="",_sfc_main$1w={name:"Decision",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$T=["width","height","x","y"],_hoisted_2$x=["x","y","width","height"],_hoisted_3$f=["x","y"];function _sfc_render$1n(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("Decision"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,decision:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$T),Vue.createElementVNode("use",{"xlink:href":"#icon-decision",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$x),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_3$f),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Decision=_export_sfc$1(_sfc_main$1w,[["render",_sfc_render$1n]]),_sfc_main$1v={name:"Subprocess",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$S=["width","height","x","y"],_hoisted_2$w=["x","y"];function _sfc_render$1m(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("Subprocess"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$S),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$w),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const Subprocess=_export_sfc$1(_sfc_main$1v,[["render",_sfc_render$1m]]),_sfc_main$1u={name:"CustomTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"]}},computed:{...mapGetters("wfEditor",["selectedTaches"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$R=["width","height","x","y"],_hoisted_2$v=["x","y"];function _sfc_render$1l(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("HumanTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$R),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(o.model.name),9,_hoisted_2$v),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const CustomTask=_export_sfc$1(_sfc_main$1u,[["render",_sfc_render$1l]]),fork_vue_vue_type_style_index_0_lang="",_sfc_main$1t={name:"Fork",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$Q=["width","height","x","y"],_hoisted_2$u=["x","y","width","height"],_hoisted_3$e=["x","y"];function _sfc_render$1k(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("Fork"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,decision:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$Q),Vue.createElementVNode("use",{"xlink:href":"#icon-fork",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$u),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_3$e),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Fork=_export_sfc$1(_sfc_main$1t,[["render",_sfc_render$1k]]),join_vue_vue_type_style_index_0_lang="",_sfc_main$1s={name:"Join",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[]}},computed:{...mapGetters("wfEditor",["selectedTaches"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$P=["width","height","x","y"],_hoisted_2$t=["x","y","width","height"],_hoisted_3$d=["x","y"];function _sfc_render$1j(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("Join"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,decision:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$P),Vue.createElementVNode("use",{"xlink:href":"#icon-join",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$t),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(o.model.name),9,_hoisted_3$d),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Join=_export_sfc$1(_sfc_main$1s,[["render",_sfc_render$1j]]),humanDecision_vue_vue_type_style_index_0_lang="",_sfc_main$1r={name:"HumanDecision",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$O=["width","height","x","y"],_hoisted_2$s=["x","y","width","height"],_hoisted_3$c=["x","y"];function _sfc_render$1i(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("HumanDecision"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"human-decision":!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$O),Vue.createElementVNode("use",{"xlink:href":"#icon-human-decision",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$s),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_3$c),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const HumanDecision=_export_sfc$1(_sfc_main$1r,[["render",_sfc_render$1i]]),_sfc_main$1q={name:"CopyTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$N=["width","height","x","y"],_hoisted_2$r=["x","y"];function _sfc_render$1h(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("CopyTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$N),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$r),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const CopyTask=_export_sfc$1(_sfc_main$1q,[["render",_sfc_render$1h]]),_sfc_main$1p={name:"AutoTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$M=["width","height","x","y"],_hoisted_2$q=["x","y"];function _sfc_render$1g(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("AutoTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$M),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$q),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const AutoTask=_export_sfc$1(_sfc_main$1p,[["render",_sfc_render$1g]]),_sfc_main$1o={name:"StraightLine",props:{owner:{type:Object,default:null}},computed:{path(){const e=getJoint(this.owner.startJoint.parent,this.owner.startJoint.position),t=getJoint(this.owner.endJoint.parent,this.owner.endJoint.position);return"M"+e.x+" "+e.y+" L"+t.x+" "+t.y}}},_hoisted_1$L=["d"];function _sfc_render$1f(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("path",{d:i.path,"marker-end":"url(#arrow)"},null,8,_hoisted_1$L)}const StraightLine=_export_sfc$1(_sfc_main$1o,[["render",_sfc_render$1f]]),curveLine_vue_vue_type_style_index_0_scoped_0ff53a0a_lang="",_sfc_main$1n={name:"CurveLine",props:{owner:{type:Object,default:null}},computed:{startPoint(){return getJoint(this.owner.startJoint.parent,this.owner.startJoint.position)},endPoint(){return getJoint(this.owner.endJoint.parent,this.owner.endJoint.position)},controlPoint(){return this.owner.lineInfo.controlPoint},path(){return"M "+this.startPoint.x+" "+this.startPoint.y+" Q "+this.controlPoint.x+" "+this.controlPoint.y+" "+this.endPoint.x+" "+this.endPoint.y},pathToStartPoint(){return"M "+this.controlPoint.x+" "+this.controlPoint.y+"L "+this.startPoint.x+" "+this.startPoint.y},pathToEndPoint(){return"M "+this.controlPoint.x+" "+this.controlPoint.y+"L "+this.endPoint.x+" "+this.endPoint.y}},created:function(){if(!this.owner.lineInfo.controlPoint){let e=this.startPoint.x+(this.endPoint.x-this.startPoint.x)/2;(e+10<this.startPoint.x||e<this.startPoint.x+10)&&(e=this.startPoint.x+30),this.owner.lineInfo.controlPoint={x:e,y:this.endPoint.y}}},methods:{...mapMutations("wfEditor",["setControlPointToMove"]),startDrag(e){this.setControlPointToMove({owner:this.owner})},endDrag(){this.setControlPointToMove(null)}}},_hoisted_1$K=["d"],_hoisted_2$p=["d"],_hoisted_3$b=["d"],_hoisted_4$7=["cx","cy"];function _sfc_render$1e(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[Vue.createElementVNode("path",{d:i.path,"marker-end":"url(#arrow)"},null,8,_hoisted_1$K),o.owner.isSelected?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:0},[Vue.createElementVNode("path",{d:i.pathToStartPoint,class:"control-line"},null,8,_hoisted_2$p),Vue.createElementVNode("path",{d:i.pathToEndPoint,class:"control-line"},null,8,_hoisted_3$b),Vue.createElementVNode("circle",{cx:i.controlPoint.x,cy:i.controlPoint.y,r:"3",class:"control-point",onMousedown:t[0]||(t[0]=Vue.withModifiers((...s)=>i.startDrag&&i.startDrag(...s),["stop"])),onMouseup:t[1]||(t[1]=Vue.withModifiers((...s)=>i.endDrag&&i.endDrag(...s),["stop"]))},null,40,_hoisted_4$7)],64)):Vue.createCommentVNode("",!0)])}const CurveLine=_export_sfc$1(_sfc_main$1n,[["render",_sfc_render$1e],["__scopeId","data-v-0ff53a0a"]]),brokenLine_vue_vue_type_style_index_0_scoped_788fb0ae_lang="",_sfc_main$1m={name:"BrokenLine",props:{owner:{type:Object,default:null}},computed:{startPoint(){return getJoint(this.owner.startJoint.parent,this.owner.startJoint.position)},endPoint(){return getJoint(this.owner.endJoint.parent,this.owner.endJoint.position)},controlPoint(){return this.owner.lineInfo.controlPoint},path(){let e="M "+this.startPoint.x+" "+this.startPoint.y+" ";return this.controlPoint&&this.controlPoint.forEach(t=>{e+="L "+t.x+" "+t.y}),e+="L "+this.endPoint.x+" "+this.endPoint.y,e}},created:function(){if(console.log("this.owner.lineInfo=",this.owner.lineInfo),!this.owner.lineInfo.controlPoint){const e=this.startPoint.x+(this.endPoint.x-this.startPoint.x)/2,t=this.startPoint.y+(this.endPoint.y-this.startPoint.y)/2;this.owner.lineInfo.controlPoint=[{x:e,y:t}]}},methods:{...mapMutations("wfEditor",["setControlPointToMove"]),startDrag(e,t){console.log("brokenLine--startDrag-----"),this.setControlPointToMove({owner:this.owner,pointIndex:e})},endDrag(){this.setControlPointToMove(null)}}},_hoisted_1$J=["d"],_hoisted_2$o=["cx","cy","onMousedown"];function _sfc_render$1d(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[Vue.createElementVNode("path",{d:i.path,"marker-end":"url(#arrow)"},null,8,_hoisted_1$J),o.owner.isSelected?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:0},[i.controlPoint?(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,{key:0},Vue.renderList(i.controlPoint,(s,l)=>(Vue.openBlock(),Vue.createElementBlock("circle",{key:s.x+s.y,cx:s.x,cy:s.y,r:"3",class:"control-point",onMousedown:Vue.withModifiers(a=>i.startDrag(l,a),["stop"]),onMouseup:t[0]||(t[0]=Vue.withModifiers((...a)=>i.endDrag&&i.endDrag(...a),["stop"]))},null,40,_hoisted_2$o))),128)):Vue.createCommentVNode("",!0)],64)):Vue.createCommentVNode("",!0)])}const BrokenLine=_export_sfc$1(_sfc_main$1m,[["render",_sfc_render$1d],["__scopeId","data-v-788fb0ae"]]),transition_vue_vue_type_style_index_0_scoped_a1576cad_lang="",_sfc_main$1l={name:"Transition",components:{StraightLine,CurveLine,BrokenLine},props:{model:{type:Object,default:null}},data(){const e=this.getTextPoint();return{text:{x:e.x,y:e.y},name:this.model.remark}},computed:{...mapGetters("wfEditor",["draggerToMove","processI18n"]),draggers(){const e=getJoint(this.model.startJoint.parent,this.model.startJoint.position);e.position="start";const t=getJoint(this.model.endJoint.parent,this.model.endJoint.position);return t.position="end",[e,t]},path(){return"M"+this.draggers[0].x+" "+this.draggers[0].y+" L"+this.draggers[1].x+" "+this.draggers[1].y}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.remark",function(e){if(this.name=watchShowName(this,e),this.name&&this.name!==""){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}}),this.$watch("model.lineInfo.type",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.lineInfo.controlPoint",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.startJoint.parent.x",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.startJoint.parent.y",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.endJoint.parent.x",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.endJoint.parent.y",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y})},methods:{...mapMutations("wfEditor",["setMouseDownPosition","setDraggerToMove","setSelectedTransition","setPropertiesEditorFor"]),getTextPoint(){const e=getJoint(this.model.startJoint.parent,this.model.startJoint.position),t=getJoint(this.model.endJoint.parent,this.model.endJoint.position);let o=e.x<t.x?e.x:t.x,r=e.y<t.y?e.y:t.y,n=o+Math.abs(e.x-t.x)/2,i=r+Math.abs(e.y-t.y)/2;if(this.model.lineInfo.type==="CurveLine"){const s=this.model.lineInfo.controlPoint;s&&(o=e.x<s.x?e.x:parseFloat(s.x),r=e.y<s.y?e.y:parseFloat(s.y),n=o+Math.abs(e.x-s.x)/2+10,i=r+Math.abs(e.y-s.y)/2-10)}else if(this.model.lineInfo.type==="BrokenLine"&&this.model.lineInfo.controlPoint&&this.model.lineInfo.controlPoint.length>0){const s=this.model.lineInfo.controlPoint[0];s&&(o=e.x<s.x?e.x:parseFloat(s.x),r=e.y<s.y?e.y:parseFloat(s.y),n=o+Math.abs(e.x-s.x)/2,i=r+Math.abs(e.y-s.y)/2-10)}return{x:n,y:i}},select(e){clearAllSelectedComponents(),this.model.isSelected=!0,this.setSelectedTransition(this.model)},startDrag(e,t){console.log("start dragging line"),this.setMouseDownPosition(getMousePosition(e)),this.setDraggerToMove({owner:this.model,position:t,originStartJoint:this.model.startJoint,originEndJoint:this.model.endJoint})},endDrag(){},showPropertiesEditor(){this.model.endJoint.parent.type!=="Decision"&&this.setPropertiesEditorFor("Transition")}}},_hoisted_1$I=["x","y"],_hoisted_2$n={key:0},_hoisted_3$a=["cx","cy","onMousedown"];function _sfc_render$1c(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",{class:Vue.normalizeClass({"no-events":e.draggerToMove!=null}),onMousedown:t[1]||(t[1]=Vue.withModifiers((...s)=>i.select&&i.select(...s),["stop"])),onDblclick:t[2]||(t[2]=Vue.withModifiers((...s)=>i.showPropertiesEditor&&i.showPropertiesEditor(...s),["stop"]))},[Vue.createElementVNode("text",{x:n.text.x,y:n.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_1$I),(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(o.model.lineInfo.type),{owner:o.model,class:Vue.normalizeClass({transition:!0,selected:o.model.isSelected||o.model.startJoint.parent.isSelected&&o.model.endJoint.parent.isSelected})},null,8,["owner","class"])),o.model.isSelected?(Vue.openBlock(),Vue.createElementBlock("g",_hoisted_2$n,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.draggers,s=>(Vue.openBlock(),Vue.createElementBlock("circle",{key:s.position,cx:s.x,cy:s.y,class:"transition-dragger",r:"4",onMousedown:Vue.withModifiers(l=>i.startDrag(l,s.position),["stop"]),onMouseup:t[0]||(t[0]=(...l)=>i.endDrag&&i.endDrag(...l))},null,40,_hoisted_3$a))),128))])):Vue.createCommentVNode("",!0)],34)}const Transition=_export_sfc$1(_sfc_main$1l,[["render",_sfc_render$1c],["__scopeId","data-v-a1576cad"]]),virtualTransition_vue_vue_type_style_index_0_lang="",_sfc_main$1k={name:"VirtualTransition",props:{toPosition:{type:Object,default:null}},computed:{...mapGetters("wfEditor",["startJoint"]),path(){if(!this.startJoint)return null;const e=getJoint(this.startJoint.parent,this.startJoint.position),t=this.toPosition;return"M"+e.x+" "+e.y+" L"+t.x+" "+t.y}},methods:{}},_hoisted_1$H=["d"];function _sfc_render$1b(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[Vue.withDirectives(Vue.createElementVNode("path",{d:i.path,class:"virtual-transition","marker-end":"url(#arrow)"},null,8,_hoisted_1$H),[[Vue.vShow,i.path]])])}const VirtualTransition=_export_sfc$1(_sfc_main$1k,[["render",_sfc_render$1b]]),selectionRegion_vue_vue_type_style_index_0_lang="",_sfc_main$1j={name:"SelectionRegion",props:{region:{type:Object,default:null}},computed:{...mapGetters("wfEditor",["selectedTaches"])},methods:{...mapMutations("wfEditor",["setDrawingRegion","setMovingRegion","setMouseDownPosition"]),startDrag(e){console.log("region mousedown");const t=getMousePosition(e);this.setMouseDownPosition(t),this.setMovingRegion(!0)},endDrag(e){console.log("region mouseup"),this.setMovingRegion(!1),this.setMouseDownPosition(null)}}},_hoisted_1$G=["x","y","width","height"];function _sfc_render$1a(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[o.region?(Vue.openBlock(),Vue.createElementBlock("rect",{key:0,x:o.region.x,y:o.region.y,width:o.region.width,height:o.region.height,class:Vue.normalizeClass({draggable:!0,"selection-region":!0,dashed:e.selectedTaches.length<1}),onMousedown:t[0]||(t[0]=Vue.withModifiers((...s)=>i.startDrag&&i.startDrag(...s),["stop"])),onMouseup:t[1]||(t[1]=Vue.withModifiers((...s)=>i.endDrag&&i.endDrag(...s),["stop"]))},null,42,_hoisted_1$G)):Vue.createCommentVNode("",!0)])}const SelectionRegion=_export_sfc$1(_sfc_main$1j,[["render",_sfc_render$1a]]),formFields_vue_vue_type_style_index_0_scoped_98300543_lang="",_sfc_main$1i={name:"FormFields",props:{fields:{type:Array,default:null}},data(){return{selectedField:null,copyShowFields:[],showFields:[],searchFormCode:"",dialogVisible:!0}},computed:{...mapGetters("wfEditor",["formFields"]),allFields(){return this.fields?this.fields:this.formFields}},mounted(){this.copyAllFields=this.allFields,this.showFields=this.allFields},methods:{setField(){this.$emit("close",this.selectedField)},searchForm(){this.searchFormCode&&this.searchFormCode!==""?this.showFields=this.copyAllFields.filter(e=>e.name.indexOf(this.searchFormCode)>-1||e.label.indexOf(this.searchFormCode)>-1):this.showFields=this.copyAllFields}}},_hoisted_1$F={style:{"padding-bottom":"10px"}},_hoisted_2$m={style:{float:"left",width:"70%"}},_hoisted_3$9={class:"item-content"};function _sfc_render$19(e,t,o,r,n,i){const s=Vue.resolveComponent("el-input"),l=Vue.resolveComponent("el-button"),a=Vue.resolveComponent("el-radio"),d=Vue.resolveComponent("el-radio-group"),u=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(u,{width:"60%",title:e.$t("workflowEditor.common.selectFormField"),modelValue:n.dialogVisible,"onUpdate:modelValue":t[3]||(t[3]=c=>n.dialogVisible=c),center:"",top:"5vh","append-to-body":"",class:"properties-editor-noTab",onClose:t[4]||(t[4]=c=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(l,{type:"primary",size:"small",onClick:i.setField},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(l,{size:"small",onClick:t[2]||(t[2]=c=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$F,[Vue.createElementVNode("span",_hoisted_2$m,[Vue.createVNode(s,{modelValue:n.searchFormCode,"onUpdate:modelValue":t[0]||(t[0]=c=>n.searchFormCode=c),placeholder:e.$t("workflowEditorMessage.pleaseEnterTheNameOrCode")},null,8,["modelValue","placeholder"])]),Vue.createElementVNode("span",null,[Vue.createVNode(l,{style:{"margin-left":"10px"},type:"primary",onClick:i.searchForm},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.search")),1)]),_:1},8,["onClick"])])]),Vue.createElementVNode("div",_hoisted_3$9,[Vue.createVNode(d,{modelValue:n.selectedField,"onUpdate:modelValue":t[1]||(t[1]=c=>n.selectedField=c),class:"group"},{default:Vue.withCtx(()=>[Vue.createElementVNode("ul",null,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.showFields,c=>(Vue.openBlock(),Vue.createElementBlock("li",{key:c.name,class:"item"},[Vue.createVNode(a,{label:c.name},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(c.label),1)]),_:2},1032,["label"])]))),128))])]),_:1},8,["modelValue"])])]),_:1},8,["title","modelValue"])}const FormFields=_export_sfc$1(_sfc_main$1i,[["render",_sfc_render$19],["__scopeId","data-v-98300543"]]);function getFormFieldLabel(e){const t=getFormField(e);return t?t.label:e}function getFormField(e){const t=window.$store.getters["wfEditor/formFields"];e&&(e.indexOf("${field[")>=0||e.indexOf("${deptField[")>=0)&&(e=e.substring(e.indexOf("[")+1,e.lastIndexOf("]")));const o=t.filter(r=>r.name===e);return o.length>0?o[0]:null}const taskTitle_vue_vue_type_style_index_0_scoped_784515ae_lang="",_sfc_main$1h={name:"TaskTitle",components:{FormFields},props:{modelValue:{type:String,default:null}},data(){const e=[];if(this.modelValue){const t=/\$\{(.+?)\}/g,o=this.modelValue.match(t);for(const r of o)e.push(r)}return{dynamicTags:e,inputVisible:!1,showFormFields:!1,inputValue:"",showLabel:null}},mounted(){},methods:{showText(e){let t=e;if(e.indexOf("${field[")>=0){const o=t.substring(t.indexOf("[")+1,t.lastIndexOf("]"));t=getFormFieldLabel(o),t="["+t+"]"}else if(e.indexOf("${writeTitle[")>=0){const o=e.indexOf("${writeTitle[");t=t.substring(o+13),t=t.substring(0,t.indexOf("]"))}return t},handleClose(e){this.dynamicTags.splice(this.dynamicTags.indexOf(e),1),this.$emit("update:modelValue",this.dynamicTags.join(""))},showInput(){this.inputVisible=!0,this.$nextTick(e=>{this.$refs.saveTagInput.focus()})},handleInputConfirm(){let e=this.inputValue;e&&(this.inputVisible&&(e="${writeTitle["+e+"]}"),this.dynamicTags.push(e),this.$emit("update:modelValue",this.dynamicTags.join(""))),this.inputVisible=!1,this.inputValue=""},getType(e){return e.indexOf("${field")>=0?"success":null},setField(e){e!==void 0&&(this.dynamicTags.push("${field["+e+"]}"),this.$emit("update:modelValue",this.dynamicTags.join(""))),this.showFormFields=!1}}};function _sfc_render$18(e,t,o,r,n,i){const s=Vue.resolveComponent("el-tag"),l=Vue.resolveComponent("el-input"),a=Vue.resolveComponent("el-button"),d=Vue.resolveComponent("el-button-group"),u=Vue.resolveComponent("form-fields");return Vue.openBlock(),Vue.createElementBlock("div",null,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.dynamicTags,(c,m)=>(Vue.openBlock(),Vue.createBlock(s,{key:m+c,type:i.getType(c),closable:"","disable-transitions":!1,onClose:A=>i.handleClose(c)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(i.showText(c)),1)]),_:2},1032,["type","onClose"]))),128)),n.inputVisible||n.showFormFields?(Vue.openBlock(),Vue.createBlock(l,{key:0,ref:"saveTagInput",modelValue:n.inputValue,"onUpdate:modelValue":t[0]||(t[0]=c=>n.inputValue=c),class:"input-new-tag",size:"small",onKeyup:Vue.withKeys(i.handleInputConfirm,["enter","native"]),onBlur:i.handleInputConfirm},null,8,["modelValue","onKeyup","onBlur"])):Vue.createCommentVNode("",!0),n.inputVisible?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(d,{key:1},{default:Vue.withCtx(()=>[Vue.createVNode(a,{class:"button-new-tag",size:"small",icon:"EditPen",onClick:i.showInput},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.enterText")),1)]),_:1},8,["onClick"]),Vue.createVNode(a,{class:"button-new-tag",size:"small",icon:"Search",onClick:t[1]||(t[1]=c=>n.showFormFields=!0)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.selectField")),1)]),_:1})]),_:1})),n.showFormFields?(Vue.openBlock(),Vue.createBlock(u,{key:2,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)])}const TaskTitle=_export_sfc$1(_sfc_main$1h,[["render",_sfc_render$18],["__scopeId","data-v-784515ae"]]);/*! Element Plus Icons Vue v2.1.0 */var export_helper_default=(e,t)=>{let o=e.__vccOpts||e;for(let[r,n]of t)o[r]=n;return o},arrow_left_vue_vue_type_script_lang_default={name:"ArrowLeft"},_hoisted_18={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_28=Vue.createElementVNode("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"},null,-1),_hoisted_38=[_hoisted_28];function _sfc_render8(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_18,_hoisted_38)}var arrow_left_default=export_helper_default(arrow_left_vue_vue_type_script_lang_default,[["render",_sfc_render8],["__file","arrow-left.vue"]]),circle_close_filled_vue_vue_type_script_lang_default={name:"CircleCloseFilled"},_hoisted_150={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_250=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336L512 457.664z"},null,-1),_hoisted_349=[_hoisted_250];function _sfc_render50(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_150,_hoisted_349)}var circle_close_filled_default=export_helper_default(circle_close_filled_vue_vue_type_script_lang_default,[["render",_sfc_render50],["__file","circle-close-filled.vue"]]),circle_plus_vue_vue_type_script_lang_default={name:"CirclePlus"},_hoisted_153={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_253=Vue.createElementVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64z"},null,-1),_hoisted_352=Vue.createElementVNode("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0z"},null,-1),_hoisted_417=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"},null,-1),_hoisted_55=[_hoisted_253,_hoisted_352,_hoisted_417];function _sfc_render53(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_153,_hoisted_55)}var circle_plus_default=export_helper_default(circle_plus_vue_vue_type_script_lang_default,[["render",_sfc_render53],["__file","circle-plus.vue"]]),close_vue_vue_type_script_lang_default={name:"Close"},_hoisted_156={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_256=Vue.createElementVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"},null,-1),_hoisted_355=[_hoisted_256];function _sfc_render56(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_156,_hoisted_355)}var close_default=export_helper_default(close_vue_vue_type_script_lang_default,[["render",_sfc_render56],["__file","close.vue"]]),delete_vue_vue_type_script_lang_default={name:"Delete"},_hoisted_180={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_280=Vue.createElementVNode("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"},null,-1),_hoisted_379=[_hoisted_280];function _sfc_render80(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_180,_hoisted_379)}var delete_default=export_helper_default(delete_vue_vue_type_script_lang_default,[["render",_sfc_render80],["__file","delete.vue"]]),info_filled_vue_vue_type_script_lang_default={name:"InfoFilled"},_hoisted_1143={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2143=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"},null,-1),_hoisted_3142=[_hoisted_2143];function _sfc_render143(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1143,_hoisted_3142)}var info_filled_default=export_helper_default(info_filled_vue_vue_type_script_lang_default,[["render",_sfc_render143],["__file","info-filled.vue"]]),search_vue_vue_type_script_lang_default={name:"Search"},_hoisted_1225={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2225=Vue.createElementVNode("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 704z"},null,-1),_hoisted_3224=[_hoisted_2225];function _sfc_render225(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1225,_hoisted_3224)}var search_default=export_helper_default(search_vue_vue_type_script_lang_default,[["render",_sfc_render225],["__file","search.vue"]]),success_filled_vue_vue_type_script_lang_default={name:"SuccessFilled"},_hoisted_1249={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2249=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"},null,-1),_hoisted_3248=[_hoisted_2249];function _sfc_render249(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1249,_hoisted_3248)}var success_filled_default=export_helper_default(success_filled_vue_vue_type_script_lang_default,[["render",_sfc_render249],["__file","success-filled.vue"]]),warning_filled_vue_vue_type_script_lang_default={name:"WarningFilled"},_hoisted_1287={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2287=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256zm0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z"},null,-1),_hoisted_3286=[_hoisted_2287];function _sfc_render287(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1287,_hoisted_3286)}var warning_filled_default=export_helper_default(warning_filled_vue_vue_type_script_lang_default,[["render",_sfc_render287],["__file","warning-filled.vue"]]);const standardFields=[{name:"${approvalResult}",label:getI18n().t("workflowEditor.process.approvalResults"),orgType:"other"},{name:"${instanceCreatorName}",label:getI18n().t("workflowEditor.process.processInitiator"),orgType:"user"},{name:"${instanceCreatorRole}",label:getI18n().t("workflowEditor.process.processInitiatorRole"),orgType:"role"},{name:"${instanceCreatorDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorDepartment"),orgType:"department",relatedFields:["upstageDepartment"]},{name:"${superiorDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorSuperiorDepartment"),orgType:"department",relatedFields:["upstageDepartment"]},{name:"${instanceCreatorUpstageDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorTopDepartment"),orgType:"department"},{name:"${instanceCreatorWorkGroup}",label:getI18n().t("workflowEditor.process.processInitiatorWorkingGroup"),orgType:"workgroup"},{name:"${instanceCreatorDirectSuperiorName}",label:getI18n().t("workflowEditor.process.sponsorsImmediateSuperior"),orgType:"user"},{name:"${instanceCreatorDeptApprover}",label:getI18n().t("workflowEditor.process.deptApprover"),orgType:"user"},{name:"${instanceCreatorDirectSuperiorDeptApprover}",label:getI18n().t("workflowEditor.process.superiorDeptApprover"),orgType:"user"},{name:"${instanceCreatorDirectSuperiorDeptLeader}",label:getI18n().t("workflowEditor.process.superiorDeptLeader"),orgType:"user"},{name:"${instanceCreatorDirectSuperiorDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorsDirectSuperiorDepartment"),orgType:"department",relatedFields:["upstageDepartment"]},{name:"${instanceCreatorDirectSuperiorRole}",label:getI18n().t("workflowEditor.process.directSuperiorRoleOfProcessInitiator"),orgType:"role"},{name:"${instanceCreatorDirectSuperiorWorkGroup}",label:getI18n().t("workflowEditor.process.ProcessInitiatorsImmediateSuperiorWorkingGroup"),orgType:"workgroup"},{name:"${currentTransactorName}",label:getI18n().t("workflowEditor.process.nameOfCurrentHandler"),orgType:"user",relatedFields:["instanceCreatorName","instanceCreatorDirectSuperiorName"]},{name:"${currentTransactorRole}",label:getI18n().t("workflowEditor.process.currentHandlerRole"),orgType:"role"},{name:"${currentTransactorDepartment}",label:getI18n().t("workflowEditor.process.currentHandlerDepartment"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment","upstageDepartment"]},{name:"${currentTransactorSuperiorDepartment}",label:getI18n().t("workflowEditor.process.currentHandlerSuperiorDepartment"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment","upstageDepartment"]},{name:"${currentTransactorUpstageDepartment}",label:getI18n().t("workflowEditor.process.topDepartmentOfCurrentHandler"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment"]},{name:"${currentTransactorWorkGroup}",label:getI18n().t("workflowEditor.process.currentHandlerWorkingGroup"),orgType:"workgroup"},{name:"${currentTransactorDirectSuperiorName}",label:getI18n().t("workflowEditor.process.nameOfTheImmediateSuperiorOfTheCurrentHandler"),orgType:"user",relatedFields:["instanceCreatorName","instanceCreatorDirectSuperiorName"]},{name:"${currentTransactorDirectSuperiorDepartment}",label:getI18n().t("workflowEditor.process.currentHandlerDirectSuperiorDepartment"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment","upstageDepartment"]},{name:"${currentTransactorDirectSuperiorRole}",label:getI18n().t("workflowEditor.process.currentManagerDirectSuperiorRole"),orgType:"role"},{name:"${currentTransactorDirectSuperiorWorkGroup}",label:getI18n().t("workflowEditor.process.workingGroupDirectlyUnderTheCurrentHandler"),orgType:"workgroup"},{name:"${upstageDepartment}",label:getI18n().t("workflowEditor.process.topDepartments"),orgType:"department"},{name:"${countersignatureDisagreeCount}",label:getI18n().t("workflowEditor.process.totalNnumberOfPersonsWhoDisagreeWithTheCountersignature"),orgType:"other",dataType:"INTEGER"},{name:"${countersignatureAgreeCount}",label:getI18n().t("workflowEditor.process.totalNumberOfCountersignedAndAgreedPersonnel"),orgType:"other",dataType:"INTEGER"},{name:"${countersignatureDisagreePercentage}",label:getI18n().t("workflowEditor.process.percentageOfPersonsWhoDisagreeWithTheCountersignature"),orgType:"other",dataType:"INTEGER"},{name:"${countersignatureAgreePercentage}",label:getI18n().t("workflowEditor.process.percentageOfCountersignedAndAgreedPersonnel"),orgType:"other",dataType:"INTEGER"},{name:"${abstentionPercentage}",label:getI18n().t("workflowEditor.process.percentageOfAbstentions"),orgType:"other",dataType:"INTEGER"},{name:"${againstPercentage}",label:getI18n().t("workflowEditor.process.percentageOfVotesAgainst"),orgType:"other",dataType:"INTEGER"},{name:"${favorPercentage}",label:getI18n().t("workflowEditor.process.percentageOfAffirmativeVotes"),orgType:"other",dataType:"INTEGER"},{name:"${abstentionCount}",label:getI18n().t("workflowEditor.process.totalNumberOfAbstentions"),orgType:"other",dataType:"INTEGER"},{name:"${againstCount}",label:getI18n().t("workflowEditor.process.totalVotesAgainst"),orgType:"other",dataType:"INTEGER"},{name:"${favorCount}",label:getI18n().t("workflowEditor.process.totalNumberOfAffirmativeVotes"),orgType:"other",dataType:"INTEGER"}],logicOperators$1={"condition.operator.or":getI18n().t("workflowEditor.process.perhaps"),"condition.operator.and":getI18n().t("workflowEditor.process.also")};function isNumber$1(e){return["NUMBER","DOUBLE","FLOAT","LONG","INTEGER","AMOUNT"].indexOf(e)>=0}const operatorsForNumber=[{name:"operator.number.gt",label:getI18n().t("workflowEditor.process.greaterThan")},{name:"operator.number.lt",label:getI18n().t("workflowEditor.process.lessThan")},{name:"operator.number.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.number.le",label:getI18n().t("workflowEditor.process.notGreaterThan")},{name:"operator.number.ge",label:getI18n().t("workflowEditor.process.notLessThan")},{name:"operator.number.ne",label:getI18n().t("workflowEditor.process.notEqualTo")}];function isString$2(e){return["STRING","TEXT"].indexOf(e)>=0}const operatorsForString=[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")},{name:"operator.text.contain",label:getI18n().t("workflowEditor.process.contain")},{name:"operator.text.contain.not",label:getI18n().t("workflowEditor.process.notIncluded")},{name:"operator.text.is.null",label:getI18n().t("workflowEditor.process.isNull")},{name:"operator.text.not.null",label:getI18n().t("workflowEditor.process.isNotNull")}];function isDate(e){return["DATE","TIME"].indexOf(e)>=0}const operatorsForDate=[{name:"operator.date.gt",label:getI18n().t("workflowEditor.process.laterThan")},{name:"operator.date.lt",label:getI18n().t("workflowEditor.process.earlierThan")},{name:"operator.date.et",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.date.le",label:getI18n().t("workflowEditor.process.noLaterThan")},{name:"operator.date.ge",label:getI18n().t("workflowEditor.process.noEarlierThan")},{name:"operator.date.ne",label:getI18n().t("workflowEditor.process.notEqualTo")}],operatorsForText=[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")}];function isApproveResult(e){return e==="${approvalResult}"}const operatorsForApproveResult=[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")}],allOperators=[...operatorsForNumber,...operatorsForDate,...operatorsForString,...operatorsForText];function parseCondition$1(e,t){if(!(!t||t.length===0)){let o=t.replace(/ condition.operator.or /g," condition.operator.or^_^");o=o.replace(/ condition.operator.and /g," condition.operator.and^_^");const r=o.split("^_^");let n=0;for(let i of r){if(i==="")continue;let s="",l="",a="",d="",u="",c="condition.operator.or",m=i.indexOf("${");if(m>0&&(s=i.substring(0,m)),l=i.substring(m,i.indexOf(" ")),i=i.substring(i.indexOf(" ")+1),a=i.substring(0,i.indexOf(" ")),i=i.substring(i.indexOf(" ")+1),m=i.indexOf(")"),m>=0){d=i.substring(0,m);const A=i.substring(m);m=A.indexOf(")"),A.indexOf(" ")>=0?u=A.substring(m,A.indexOf(" ")):u=A.substring(m),m=i.indexOf(" condition."),m>=0&&(c=i.substring(m+1))}else m=i.indexOf(" condition."),m>0?(d=i.substring(0,m),c=i.substring(m+1)):d=i;e.push({id:n,leftBracket:s,key:l,operator:a,value:d,rightBracket:u,logicOperator:c}),n++}return n}}function generateCondition(e){let t="";for(const n of e)n.key.length===0||n.operator===""||n.value===""&&n.operator!=="operator.text.is.null"&&n.operator!=="operator.text.not.null"||(t=t+n.leftBracket+n.key+" "+n.operator+" "+n.value+n.rightBracket+" "+n.logicOperator+" ");const o=" condition.operator.or ",r=" condition.operator.and ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}function getStandardField(e){const t=standardFields.filter(o=>o.name===e);return t.length>0?t[0]:null}function getStandardFieldLabel(e){const t=getStandardField(e);return t?t.label:e}function getFieldLabel(e){return e?e.indexOf("${field[")>=0?getFormFieldLabel(e):e.indexOf("${")>=0?getStandardFieldLabel(e):e.indexOf("[")>=0?e.substring(0,e.indexOf("[")):e:""}function getOperatorLabel(e){const t=allOperators.filter(o=>o.name===e);return t.length>0?t[0].label:""}function displayCondition(e){let t="";for(const n of e)n.key.length===0||typeof n.operator>"u"||n.operator===""||n.operator===null||n.operator!=="operator.text.is.null"&&n.operator!=="operator.text.not.null"&&(n.value===""||typeof n.value>"u"||n.value===null)||(t=t+n.leftBracket+getFieldLabel(n.key)+" "+getOperatorLabel(n.operator)+" "+getFieldLabel(n.value)+n.rightBracket+" "+logicOperators$1[n.logicOperator]+" ");const o=" 或者 ",r=" 并且 ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}function getRelatedStandardFields(e){const t=standardFields.filter(n=>n.name===e);let o=[];t.length>0&&(o=t[0].relatedFields||[]);const r=[];return standardFields.forEach(n=>{o.indexOf(n.name.substring(2,n.name.length-1))>=0&&r.push(n)}),r}function getStandardFieldsByTacheType(e){if(e)return standardFields;const t=[];return standardFields.forEach(o=>{!e&&o.orgType!=="other"&&t.push(o)}),t}function isTransitionOtherField(e){if(e==="${approvalResult}")return!1;const t=standardFields.filter(r=>r.name===e);let o=!1;return t.length>0&&t.forEach(r=>{e===r.name&&r.orgType==="other"&&(o=!0)}),o}function getOperators(e){const t=getFormField(e)||getStandardField(e);if(t)return isNumber$1(t.dataType)?operatorsForNumber:isDate(t.dataType)?operatorsForDate:isString$2(t.dataType)?operatorsForString:isApproveResult(e)?operatorsForApproveResult:operatorsForText}const systemRoleTreeInline_vue_vue_type_style_index_0_lang="",__default__$5={name:"InlineSystemRoleTree",props:{multiple:{type:Boolean,default:!1}},data(){return{systemRoleTrees:null,filterText:"",defaultProps:{id:"id",label:"label",children:"children",isLeaf:"leaf"},containBranch:!1,tenantInfo:null,tenantNodeId:-1,allSearchNodeIds:[],allExpandNodeIds:[],isClickNode:!1,searchValue:null,selectNodeInfo:null}},computed:{},watch:{filterText(e){e||(this.searchValue=e,this.loadRole(this.tenantNodeId,this.tenantNodeId+""))}},created(){},methods:{loadNode(e,t){var o=0,r;e.level===0?(o=0,r=o+""):(o=e.data.id,r=e.data.nodeId);var n=[];this.$refs.roleTree&&(n=this.$refs.roleTree.getCheckedKeys()),this.initLoadRole(o,r,e,t,n)},initLoadRole(e,t,o,r,n){this.$http.get(this.baseAPI+"/acs/roles/system-role-trees/"+e).then(i=>{if(r(i),this.$refs.roleTree.updateKeyChildren(t,i),e===0){const s=i[0].data;this.tenantInfo=JSON.parse(s),this.containBranch=i[0].containBranch,this.loadRole(this.tenantNodeId,this.tenantNodeId+"")}this.isClickNode?(this.isClickNode=!1,this.checkedNodeAndChildren(o.data)):n&&n.indexOf(t)>-1&&this.checkedNodeAndChildren(o.data)})},loadRole(e,t,o,r){this.$http.get(this.baseAPI+"/acs/roles/system-role-trees/"+e).then(n=>{this.$refs.roleTree.updateKeyChildren(t,n),this.$refs.roleTree.store.nodesMap[t]&&(this.$refs.roleTree.store.nodesMap[t].expanded=!0),o&&(this.allExpandNodeIds.indexOf(t)===-1&&this.allExpandNodeIds.push(t),this.allExpandNodeIds.length===this.allSearchNodeIds.length&&(this.$refs.roleTree.filter(r),this.allExpandNodeIds=[],this.allSearchNodeIds=[]))})},clickSearch(){this.searchValue=this.filterText,this.filterAppendNodes(this.filterText)},filterAppendNodes(e){this.$http.get(this.baseAPI+"/acs/roles/search-system-role-trees?searchValue="+e).then(t=>{if(t){if(t.length===0){this.$message({showClose:!0,type:"error",message:this.$t("workflowEditorMessage.queryResultIsEmpty")});return}t.forEach(o=>{const r="SYSTEM_"+o;this.allSearchNodeIds.indexOf(r)===-1&&(this.allSearchNodeIds.push(r),this.loadRole(o,r,!0,e))})}else this.$message({showClose:!0,type:"error",message:this.$t("workflowEditorMessage.queryResultIsEmpty")})})},handleCheckNode(e,t){t.checkedKeys.indexOf(e.nodeId)>-1?e.children?(this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0,this.checkedNodeAndChildren(e)):e.leaf||this.$http.get(this.baseAPI+"/acs/roles/system-role-trees/"+e.id).then(o=>{this.$refs.roleTree.updateKeyChildren(e.nodeId,o),this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0,this.checkedNodeAndChildren(e)}):this.cancelChildCheckedNodes(e)},checkedNodeAndChildren(e){this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0,this.$refs.roleTree.setChecked(e.nodeId,!0);const t=e.children;t&&t.forEach(o=>{this.checkedNodeAndChildren(o)})},cancelChildCheckedNodes(e){e.id!==this.tenantNodeId&&this.$refs.roleTree.setChecked(this.tenantNodeId+"",!1);const t=e.children;t&&t.forEach(o=>{this.$refs.roleTree.setChecked(o.nodeId,!1),this.cancelChildCheckedNodes(o)})},selectRole(){if(this.multiple){const e={containBranch:this.containBranch,roles:[]},t=[];this.$refs.roleTree.getCheckedNodes().forEach(r=>{if(r.nodeType==="ROLE"){const n=JSON.parse(r.data);n.tenantCode=this.tenantInfo.code,n.tenantName=this.tenantInfo.tenantName,t.push(n)}}),e.roles=t,e.length>0?this.$emit("result",e):this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditor.pleaseSelectRole")})}else this.selectNodeInfo?this.$emit("result",this.selectNodeInfo):this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditor.pleaseSelectRole")})},filterNode(e,t,o){if(e){var r=t.label;return t.nodeType!=="ROLE"?!1:r.indexOf(e)!==-1}else return!0},handleNodeClick(e,t,o){if(this.multiple&&this.clickNodeWhenMultiple(e),console.log(e),e.nodeType==="ROLE"&&!this.multiple){const n=JSON.parse(e.data);n.tenantName=this.tenantInfo.tenantName,n.tenantCode=this.tenantInfo.code;var r={id:e.id,name:e.name,containBranch:this.containBranch,role:n};this.selectNodeInfo=r}},clickNodeWhenMultiple(e){var t=[];if(this.$refs.roleTree&&(t=this.$refs.roleTree.getCheckedKeys()),t.indexOf(e.nodeId)>-1)this.$refs.roleTree.setChecked(e.nodeId,!1),this.cancelChildCheckedNodes(e),this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0;else{this.$refs.roleTree.setChecked(e.nodeId,!0);const o=e.childDepartments;o&&o.length>0?this.checkedNodeAndChildren(e):this.isClickNode=!0}},renderContent(e,{node:t,data:o,store:r}){return o.nodeType&&o.nodeType==="ROLE"&&this.searchValue&&o.label.indexOf(this.searchValue)>-1?e("span",{},[e("span",{class:"searchResult"},t.label)]):e("span",{},[e("span",{},t.label)])}}},_sfc_main$1g=Object.assign(__default__$5,{setup(e){return(t,o)=>{const r=Vue.resolveComponent("el-button"),n=Vue.resolveComponent("el-input"),i=Vue.resolveComponent("el-tree");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(n,{modelValue:t.filterText,"onUpdate:modelValue":o[0]||(o[0]=s=>t.filterText=s),placeholder:t.$t("workflowEditorMessage.pleaseEnterTheRoleName"),onKeyup:Vue.withKeys(t.clickSearch,["enter"])},{append:Vue.withCtx(()=>[Vue.createVNode(r,{icon:Vue.unref(search_default),onClick:t.clickSearch},null,8,["icon","onClick"])]),_:1},8,["modelValue","placeholder","onKeyup"]),Vue.createVNode(i,{ref:"roleTree",props:t.defaultProps,load:t.loadNode,lazy:"","highlight-current":!0,"node-key":"nodeId","show-checkbox":e.multiple,"check-strictly":"","render-content":t.renderContent,"filter-node-method":t.filterNode,onCheck:t.handleCheckNode,onNodeClick:t.handleNodeClick},null,8,["props","load","show-checkbox","render-content","filter-node-method","onCheck","onNodeClick"])])}}}),valueSelectionDialog_vue_vue_type_style_index_0_scoped_7feaa2da_lang="",_sfc_main$1f={name:"ValueSelectionDialog",components:{InlineSystemRoleTree:_sfc_main$1g},props:{standardFields:{type:[Object,Array],default:null},title:{type:String,default:""},showOrganization:{type:Boolean,default:!0},showFormFields:{type:Boolean,default:!0},orgType:{type:String,default:""}},data(){let e=this.title,t="organization";return this.showOrganization||(t="standardFields"),(!this.title||this.title==="")&&(e=getI18n().t("workflowEditorMessage.pleaseSelectAValue")),{selectedValue:"",activeTab:t,titleName:e,dialogVisible:!0,activeNames:["baseField"]}},computed:{...mapGetters("wfEditor",["formFields"]),customFormFields(){return this.formFields.filter(e=>!e.baseField)},baseFormFields(){return this.formFields.filter(e=>e.baseField)},options(){if(Array.isArray(this.standardFields))return this.standardFields;{const e=[];for(const t of Object.keys(this.standardFields))e.push({name:t,label:this.standardFields[t]});return e}}},watch:{activeTab(e){this.selectedValue=""}},methods:{setValue(){if(this.organizationResultValue(),this.selectedValue===""){this.$alert(this.$t("workflowEditorMessage.pleaseSelectAValueInTheCurrentTab"));return}this.$emit("close",this.selectedValue)},orgSelect(e){e&&(this.orgType==="user"?this.getSelectedUser(e.user,e.containBranch):this.orgType==="department"?this.getSelectedDepartmentOrWorkgroup(e.department,e.containBranch):this.orgType==="workgroup"?this.getSelectedDepartmentOrWorkgroup(e.workgroup,e.containBranch):this.orgType==="role"&&this.getSelectedRole(e.role))},organizationResultValue(){this.orgType&&this.activeTab==="organization"&&(this.orgType==="user"?this.$refs.organizationTree.confirmSelectUser():this.orgType==="department"?this.$refs.organizationTree.selectDepartment():this.orgType==="workgroup"?this.$refs.organizationTree.selectWorkgroup():this.orgType==="role"&&this.$refs.organizationTree.selectRole())},getSelectedUser(e,t){const o="~~",r="/";let n=e.loginName,i=e.name;if(t){if(e.subCompanyId&&e.subCompanyId!==null){const s=e.subCompanyCode,l=e.subCompanyName;n=n+o+s,i=i+r+l}else n=n+o+e.tenantCode,i=i+r+e.tenantName;this.selectedValue=i+"["+n+"]"}else this.selectedValue=e.name+"["+e.loginName+"]"},getSelectedDepartmentOrWorkgroup(e,t){this.selectedValue=e.name;const o="/";let r=e.name;if(t){if(e.subCompanyId&&e.subCompanyId!==null){const n=e.subCompanyName;r=r+o+n}else r=r+o+e.tenantName;this.selectedValue=r+"["+e.code+"]"}else this.selectedValue=e.name+"["+e.code+"]"},getSelectedRole(e){this.selectedValue=e.name+"["+e.code+"]"}}};function _sfc_render$17(e,t,o,r,n,i){const s=Vue.resolveComponent("el-radio"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-tab-pane"),d=Vue.resolveComponent("inline-department-user-tree"),u=Vue.resolveComponent("inline-department-tree"),c=Vue.resolveComponent("inline-workgroup-tree"),m=Vue.resolveComponent("inline-system-role-tree"),A=Vue.resolveComponent("el-col"),C=Vue.resolveComponent("el-collapse-item"),g=Vue.resolveComponent("el-collapse"),E=Vue.resolveComponent("el-radio-group"),p=Vue.resolveComponent("el-tabs"),f=Vue.resolveComponent("el-button"),w=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(w,{title:n.titleName,"model-value":"",top:"10vh","append-to-body":"",class:"properties-editor-valueSelect",center:"",onClose:t[5]||(t[5]=v=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(f,{type:"primary",size:"small",onClick:i.setValue},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(f,{size:"small",onClick:t[4]||(t[4]=v=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createVNode(p,{id:"custTabOne",modelValue:n.activeTab,"onUpdate:modelValue":t[3]||(t[3]=v=>n.activeTab=v),type:"border-card"},{default:Vue.withCtx(()=>[i.options.length>0?(Vue.openBlock(),Vue.createBlock(a,{key:0,label:e.$t("workflowEditor.process.standardFields"),name:"standardFields"},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.options,v=>(Vue.openBlock(),Vue.createBlock(l,{key:v.name},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.selectedValue,"onUpdate:modelValue":t[0]||(t[0]=b=>n.selectedValue=b),label:v.name,border:""},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(v.label),1)]),_:2},1032,["modelValue","label"])]),_:2},1024))),128))]),_:1},8,["label"])):Vue.createCommentVNode("",!0),o.showOrganization?(Vue.openBlock(),Vue.createBlock(a,{key:1,label:e.$t("workflowEditor.common.organizationStructure"),name:"organization"},{default:Vue.withCtx(()=>[o.orgType==="user"?(Vue.openBlock(),Vue.createBlock(d,{key:0,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0),o.orgType==="department"?(Vue.openBlock(),Vue.createBlock(u,{key:1,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0),o.orgType==="workgroup"?(Vue.openBlock(),Vue.createBlock(c,{key:2,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0),o.orgType==="role"?(Vue.openBlock(),Vue.createBlock(m,{key:3,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(a,{label:e.$t("workflowEditor.common.formField"),name:"formFields"},{default:Vue.withCtx(()=>[Vue.createVNode(E,{modelValue:n.selectedValue,"onUpdate:modelValue":t[2]||(t[2]=v=>n.selectedValue=v),class:"group"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{style:{width:"100%"}},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.customFormFields,v=>(Vue.openBlock(),Vue.createBlock(A,{key:v.name,span:8},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${field["+v.name+"]}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(v.label),1)]),_:2},1032,["label"])]),_:2},1024))),128))]),_:1}),Vue.createVNode(g,{modelValue:n.activeNames,"onUpdate:modelValue":t[1]||(t[1]=v=>n.activeNames=v),style:{width:"100%"}},{default:Vue.withCtx(()=>[Vue.createVNode(C,{title:e.$t("workflowEditor.task.baseField"),name:"baseField"},{default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.baseFormFields,v=>(Vue.openBlock(),Vue.createBlock(A,{key:v.name,span:8},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${field["+v.name+"]}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(v.label),1)]),_:2},1032,["label"])]),_:2},1024))),128))]),_:1})]),_:1},8,["title"])]),_:1},8,["modelValue"])]),_:1},8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["modelValue"])]),_:1},8,["title"])}const ValueSelectionDialog=_export_sfc$1(_sfc_main$1f,[["render",_sfc_render$17],["__scopeId","data-v-7feaa2da"]]),_sfc_main$1e={name:"AdditionalCondition",components:{ValueSelectionDialog},props:{modelValue:{type:String,default:null},isTransition:{type:Boolean,default:!1}},data(){const e=[],t=parseCondition$1(e,this.modelValue);return{standardFields,tableData:e,count:t,currentRow:null,currentInput:null,options:[],valueDialogTitle:null,showOrganization:!0,orgType:null}},computed:{...mapGetters("wfEditor",["formFields"]),availableStandardFields(){return this.currentInput==="key"?getStandardFieldsByTacheType(this.isTransition):getRelatedStandardFields(this.currentRow.key)}},mounted(){this.tableData.length>0&&this.$refs.table.setCurrentRow(this.tableData[this.tableData.length-1]),this.$watch("tableData",function(e,t){this.$emit("update:modelValue",generateCondition(this.tableData))},{deep:!0})},methods:{format(e,t){return console.log("row",t),e===""||e===void 0||e===null?"":getFieldLabel(e)},getOperatorOptions(e){return getOperators(e)},selectRow(e){this.$refs.table.setCurrentRow(e)},openValueDialog(e){this.showValueDialog=!0,this.selectRow(e)},closeValueDialog(e){e!==void 0&&e!==""&&(this.currentInput==="key"&&this.currentRow.key!==e&&(this.currentRow.operator="",this.currentRow.value=""),this.currentRow[this.currentInput]=e),this.currentInput=""},getCondition(e){return e.key+" "+e.operator+" "+e.value},handleCurrentChange(e){this.currentRow=e},getRowIndex(e){for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].id===e.id)return t;return-1},add(){(this.count===null||this.count===void 0||this.count.isNaN||this.count==="NaN")&&(this.count=0);const e={id:this.count,leftBracket:"",key:"",operator:"",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.tableData.push(e),this.$refs.table.setCurrentRow(e),this.count++},insert(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}const e={id:this.count,leftBracket:"",key:"",operator:"operator.text.eq",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.tableData.splice(this.getRowIndex(this.currentRow),0,e),this.$refs.table.setCurrentRow(e),this.count++},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e=this.getRowIndex(this.currentRow);this.tableData.splice(e,1),this.tableData.length>0&&(e=e<=this.tableData.length-1?e:this.tableData.length-1,this.$refs.table.setCurrentRow(this.tableData[e]))},view(){let e=displayCondition(this.tableData);e===""&&(e=this.$t("workflowEditorMessage.conditionsHaveNotBeenSet")),this.$confirm(e,this.$t("workflowEditorMessage.viewConditions"),{showConfirmButton:!1,showCancelButton:!1,callback:function(){}})},selectField(e){this.selectRow(e),this.currentInput="key",this.valueDialogTitle=this.$t("workflowEditorMessage.fieldSettings"),this.showOrganization=!1},selectValue(){this.currentInput="value",this.valueDialogTitle=this.$t("workflowEditorMessage.valueSetting"),this.showOrganization=!0,this.orgType=this.getStandardFieldOrgType()},getStandardFieldOrgType(){const e=this.standardFields.filter(t=>t.name===this.currentRow.key);return e.length>0?e[0].orgType:""},isTransitionOtherField(e){return isTransitionOtherField(e)}}},_hoisted_1$E={style:{overflow:"auto",width:"100%"}};function _sfc_render$16(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-option"),d=Vue.resolveComponent("el-select"),u=Vue.resolveComponent("el-table-column"),c=Vue.resolveComponent("el-input"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("value-selection-dialog");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$E,[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"ArrowRight",onClick:i.insert},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.insert")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"View",onClick:i.view},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.viewConditions")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.tableData,"row-key":"id",border:"",style:{width:"100%","padding-top":"10px"},"highlight-current-row":"",onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(u,{prop:"leftBracket",label:"(",width:"90"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.leftBracket,"onUpdate:modelValue":g=>C.row.leftBracket=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:"(",value:"("}),Vue.createVNode(a,{label:"((",value:"(("}),Vue.createVNode(a,{label:"(((",value:"((("})]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1}),Vue.createVNode(u,{label:e.$t("workflowEditor.common.fieldName"),width:"200"},{default:Vue.withCtx(C=>[Vue.createVNode(c,{value:i.format(C.row.key),onClick:g=>i.selectField(C.row)},null,8,["value","onClick"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.operator"),width:"130"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.operator,"onUpdate:modelValue":g=>C.row.operator=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.getOperatorOptions(C.row.key),g=>(Vue.openBlock(),Vue.createBlock(a,{key:g.name,label:g.label,value:g.name},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.value")},{default:Vue.withCtx(C=>[C.row.key.indexOf("${field[")>=0||i.isTransitionOtherField(C.row.key)?(Vue.openBlock(),Vue.createBlock(c,{key:0,modelValue:C.row.value,"onUpdate:modelValue":g=>C.row.value=g,modelModifiers:{trim:!0}},null,8,["modelValue","onUpdate:modelValue"])):C.row.key==="${approvalResult}"?(Vue.openBlock(),Vue.createBlock(d,{key:1,modelValue:C.row.value,"onUpdate:modelValue":g=>C.row.value=g,modelModifiers:{trim:!0}},{default:Vue.withCtx(()=>[Vue.createVNode(a,{value:"同意",label:e.$t("workflowEditorPublicModel.agree")},null,8,["label"]),Vue.createVNode(a,{value:"不同意",label:e.$t("workflowEditorPublicModel.disagree")},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue"])):(Vue.openBlock(),Vue.createBlock(c,{key:2,value:i.format(C.row.value,C.row),readonly:"",onClick:i.selectValue},null,8,["value","onClick"]))]),_:1},8,["label"]),Vue.createVNode(u,{prop:"rightBracket",label:")",width:"90",onFocus:t[0]||(t[0]=C=>i.selectRow(e.scope.row))},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.rightBracket,"onUpdate:modelValue":g=>C.row.rightBracket=g,placeholder:""},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:")",value:")"}),Vue.createVNode(a,{label:"))",value:"))"}),Vue.createVNode(a,{label:")))",value:")))"})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1}),Vue.createVNode(u,{prop:"logicOperator",label:e.$t("workflowEditorPublicModel.andOr"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.logicOperator,"onUpdate:modelValue":g=>C.row.logicOperator=g,placeholder:e.$t("workflowEditorMessage.pleaseSelect"),onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.process.perhaps"),value:"condition.operator.or"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.process.also"),value:"condition.operator.and"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","placeholder","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"]),n.currentInput?(Vue.openBlock(),Vue.createBlock(A,{key:0,title:n.valueDialogTitle,"show-organization":n.showOrganization,"standard-fields":i.availableStandardFields,"org-type":n.orgType,onClose:i.closeValueDialog},null,8,["title","show-organization","standard-fields","org-type","onClose"])):Vue.createCommentVNode("",!0)])}const AdditionalCondition=_export_sfc$1(_sfc_main$1e,[["render",_sfc_render$16]]),_sfc_main$1d={name:"AdditionalConditionDialog",components:{AdditionalCondition},props:{modelValue:{type:String,default:""}},data(){return{condition:this.modelValue,dialogVisible:!0}},watch:{value(e){this.condition=e}},methods:{setConditions(){this.$emit("update:modelValue",this.condition),this.$emit("close")}}};function _sfc_render$15(e,t,o,r,n,i){const s=Vue.resolveComponent("additional-condition"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("el-button"),d=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(d,{width:"50%",title:e.$t("workflowEditor.task.setConditions"),"model-value":"",top:"10vh","append-to-body":"",class:"properties-editor-noTab",center:"",onClose:t[2]||(t[2]=u=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(a,{type:"primary",size:"small",onClick:i.setConditions},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(a,{size:"small",onClick:t[1]||(t[1]=u=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.condition,"onUpdate:modelValue":t[0]||(t[0]=u=>n.condition=u)},null,8,["modelValue"])]),_:1})]),_:1},8,["title"])}const AdditionalConditionDialog=_export_sfc$1(_sfc_main$1d,[["render",_sfc_render$15]]),__default__$4={name:"CustomActions",components:{AdditionalConditionDialog},props:{model:{type:Object,default:null}},data(){const e=[];let t=1;if(this.model.action)if(Array.isArray(this.model.action))for(const o of this.model.action)e.push({...o,id:t}),t++;else e.push({...this.model.action,id:t}),t++;return{actions:e,actionTypes:[{type:"SAVE",label:getI18n().t("workflowEditor.task.save")},{type:"SUBMIT",label:getI18n().t("workflowEditor.task.submission")},{type:"APPROVE",label:getI18n().t("workflowEditor.task.agree")},{type:"REFUSE",label:getI18n().t("workflowEditor.task.disagree")},{type:"AGREEMENT",label:getI18n().t("workflowEditor.task.favor")},{type:"OPPOSE",label:getI18n().t("workflowEditor.task.opposition")},{type:"KIKEN",label:getI18n().t("workflowEditor.task.waiver")},{type:"DRAW",label:getI18n().t("workflowEditor.task.receive")},{type:"ABANDON_DRAW",label:getI18n().t("workflowEditor.task.giveUp")},{type:"ADD_SIGN",label:getI18n().t("workflowEditor.task.additionalSignature")},{type:"REMOVE_SIGN",label:getI18n().t("workflowEditor.task.reductionOfSignature")},{type:"ASSIGN_TASK",label:getI18n().t("workflowEditor.task.assignTask")},{type:"COPY",label:getI18n().t("workflowEditor.task.copyTask")},{type:"GET_BACK_BUTTON",label:getI18n().t("workflowEditor.task.retrieveTask")},{type:"READED",label:getI18n().t("workflowEditor.task.readTask")},{type:"EXPORT_REPORT",label:getI18n().t("workflowEditor.task.exportReport")}],currentRow:null,count:t,showAdditionalCondition:!1}},mounted(){this.actions.length>0&&this.selectRow(this.actions[this.actions.length-1]),this.$watch("actions",function(e,t){const o=[];for(const r of this.actions){const n={...r};delete n.id,o.push(n)}this.$emit("updateAction",o)},{deep:!0})},methods:{selectRow(e){this.$refs.table.setCurrentRow(e)},getRowIndex(e){for(let t=0;t<this.actions.length;t++)if(this.actions[t].id===e.id)return t;return-1},handleCurrentChange(e){this.currentRow=e},isDuplicated(e){const t=this.getRowIndex(this.currentRow);console.log("index:"+t);for(let o=0;o<this.actions.length;o++)o!==t&&this.actions[o].type===e&&(this.$alert(this.$t("workflowEditorMessage.duplicateOperationTypeWithLinePleaseReselect",{row:o+1})),this.currentRow.type="")},add(){for(let t=0;t<this.actions.length;t++){const o=this.actions[t];if(o.type===""||o.label===""){this.$alert(this.$t("workflowEditorMessage.theOperationTypeOrNameInLineIsEmpty",{row:t+1}));return}}const e={id:this.count,type:"",label:"",visible:!0,condition:""};this.actions.push(e),this.selectRow(e),this.count++},remove(){let e=this.getRowIndex(this.currentRow);this.actions.splice(e,1),this.actions.length>0&&(e=e<=this.actions.length-1?e:this.actions.length-1,this.$refs.table.setCurrentRow(this.actions[e]))},formatCondition(e){if(e===""||!e)return this.$t("workflowEditor.task.nothing");const t=[];return parseCondition$1(t,e),displayCondition(t)},selectCondition(e){this.selectRow(e),this.currentRow||(this.currentRow.condition=""),this.showAdditionalCondition=!0}}},_sfc_main$1c=Object.assign(__default__$4,{setup(e){return(t,o)=>{const r=Vue.resolveComponent("el-button"),n=Vue.resolveComponent("el-table-column"),i=Vue.resolveComponent("el-option"),s=Vue.resolveComponent("el-select"),l=Vue.resolveComponent("el-input"),a=Vue.resolveComponent("el-checkbox"),d=Vue.resolveComponent("el-table"),u=Vue.resolveComponent("el-row");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(r,{type:"primary",size:"small",plain:"",icon:Vue.unref(circle_plus_default),onClick:t.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(t.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["icon","onClick"]),Vue.createVNode(r,{type:"primary",size:"small",plain:"",icon:Vue.unref(delete_default),onClick:t.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(t.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["icon","onClick"]),Vue.createVNode(d,{ref:"table",data:t.actions,"row-key":"type",border:"","highlight-current-row":"",style:{width:"100%"},onCurrentChange:t.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(n,{type:"index"}),Vue.createVNode(n,{label:t.$t("workflowEditor.task.operationType"),width:"180"},{default:Vue.withCtx(c=>[Vue.createVNode(s,{modelValue:c.row.type,"onUpdate:modelValue":m=>c.row.type=m,onChange:t.isDuplicated},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(t.actionTypes,m=>(Vue.openBlock(),Vue.createBlock(i,{key:m.id,value:m.type,label:m.label},null,8,["value","label"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"])]),_:1},8,["label"]),Vue.createVNode(n,{prop:"label",label:t.$t("workflowEditor.task.name"),width:"180"},{default:Vue.withCtx(c=>[Vue.createVNode(l,{modelValue:c.row.label,"onUpdate:modelValue":m=>c.row.label=m},null,8,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(n,{prop:"visible",label:t.$t("workflowEditor.task.visibleOrNot")},{default:Vue.withCtx(c=>[Vue.createVNode(a,{modelValue:c.row.visible,"onUpdate:modelValue":m=>c.row.visible=m},null,8,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(n,{prop:"condition",label:t.$t("workflowEditor.task.condition")},{default:Vue.withCtx(c=>[Vue.createVNode(l,{value:t.formatCondition(c.row.condition),type:"textarea",autosize:"",onFocus:m=>t.selectCondition(c.row)},null,8,["value","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"])]),_:1}),t.showAdditionalCondition?(Vue.openBlock(),Vue.createBlock(Vue.unref(AdditionalConditionDialog),{key:0,modelValue:t.currentRow.condition,"onUpdate:modelValue":o[0]||(o[0]=c=>t.currentRow.condition=c),onClose:o[1]||(o[1]=c=>t.showAdditionalCondition=!1)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)])}}}),_sfc_main$1b={name:"I18nSet",props:{value:{type:Object,default:null}},data(){let e={};return this.value&&(e=JSON.parse(JSON.stringify(this.value))),{requiredRule:{required:!0,message:getI18n().t("workflowEditor.process.cannotBeEmpty"),trigger:"blur"},i18nModel:e,bundleCode:null,isShow:!1,i18nKey:null,languages:{},dialogVisible:!0,isNewI18n:!1}},computed:{...mapGetters("wfEditor",["systemCode","processCode","isHandleCreate"])},created(){this.isHandleCreate&&this.isHandleCreate==="true"?this.isNewI18n=!1:this.isNewI18n=!0,this.isNewI18n||(this.bundleCode=this.systemCode+".workflow."+this.processCode),this.getI18nSet()},methods:{getI18nSet(){this.$http.get(this.baseAPI+"/wf-editor/i18n-settings/languages?isNewI18n="+this.isNewI18n).then(e=>{const t={bundleCode:this.bundleCode,i18nKey:this.i18nModel.key,isNewI18n:this.isNewI18n+"",systemCode:this.systemCode};this.$http.post(this.baseAPI+"/wf-editor/i18n-settings/get-info",t).then(o=>{this.languages=e,Object.keys(this.languages).forEach(r=>{console.log("%c描述-162040","color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px",r),console.log("%c描述-162049","color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px",this.i18nModel),o&&o[r]?this.i18nModel.values[r]=o[r]:this.i18nModel.values[r]||(this.i18nModel.values[r]="")}),this.isShow=!0})})},saveI18nSet(e){this.$refs[e].validate(t=>{if(t)this.i18nModel.bundleCode=this.bundleCode,this.i18nModel.systemCode=this.systemCode,this.i18nModel.isNewI18n=this.isNewI18n+"",console.log("this.i18nModel---",this.i18nModel),this.$http.post(this.baseAPI+"/wf-editor/i18n-settings",this.i18nModel).then(()=>{console.log("更新成功-----"),this.$emit("close",this.i18nModel.key)});else return console.log("error submit!!"),!1})},goBack(){this.$emit("close")}}},_hoisted_1$D={class:"operation-area"};function _sfc_render$14(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-input"),a=Vue.resolveComponent("el-form-item"),d=Vue.resolveComponent("el-col"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("el-form"),m=Vue.resolveComponent("el-dialog");return n.isShow?(Vue.openBlock(),Vue.createBlock(m,{key:0,"close-on-click-modal":!1,width:"30%",title:e.$t("workflowEditorPublicModel.i18nSet"),"append-to-body":"","model-value":"",top:"5vh",onOpen:t[2]||(t[2]=A=>e.$emit("open")),onOpend:t[3]||(t[3]=A=>e.$emit("opend")),onClose:t[4]||(t[4]=A=>e.$emit("close")),onClosed:t[5]||(t[5]=A=>e.$emit("closed"))},{default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$D,[Vue.createVNode(s,{type:"primary",size:"small",onClick:t[0]||(t[0]=A=>i.saveI18nSet("form"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1}),Vue.createVNode(s,{size:"small",onClick:i.goBack},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.return")),1)]),_:1},8,["onClick"])]),Vue.createVNode(c,{ref:"form",model:n.i18nModel,"label-width":"100px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(d,{span:24},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditorPublicModel.i18nKey"),prop:"key",rules:[n.requiredRule]},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.i18nModel.key,"onUpdate:modelValue":t[1]||(t[1]=A=>n.i18nModel.key=A),style:{width:"80%"}},null,8,["modelValue"])]),_:1},8,["label","rules"])]),_:1})]),_:1}),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(Object.keys(n.languages),A=>(Vue.openBlock(),Vue.createBlock(u,{key:A},{default:Vue.withCtx(()=>[Vue.createVNode(d,{span:24},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:n.languages[A],prop:A},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.i18nModel.values[A],"onUpdate:modelValue":C=>n.i18nModel.values[A]=C},null,8,["modelValue","onUpdate:modelValue"])]),_:2},1032,["label","prop"])]),_:2},1024)]),_:2},1024))),128))]),_:1},8,["model"])]),_:1},8,["title"])):Vue.createCommentVNode("",!0)}const I18nSet=_export_sfc$1(_sfc_main$1b,[["render",_sfc_render$14]]),_sfc_main$1a={name:"I18nInput",components:{I18nSet},model:{prop:"value",event:"input"},props:{modelValue:{type:String,default:""},i18nKey:{type:String,default:""}},data(){const e=this.modelValue;return{isShowI18n:!1,myI18nKey:this.i18nKey,zh:e,isNewI18n:!1}},computed:{...mapGetters("wfEditor",["processCode","isHandleCreate"])},mounted(){this.$watch("zh",function(e){this.$emit("update:modelValue",e)})},created(){this.isHandleCreate&&this.isHandleCreate==="true"?this.isNewI18n=!1:this.isNewI18n=!0,this.isNewI18n&&(this.myI18nKey=this.modelValue)},methods:{i18nSet(){this.myI18nKey?this.isShowI18n=!0:this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditorMessage.pleaseInputCode")})},closeI18nSet(e){e&&this.$emit("setI18n",e),this.isShowI18n=!1}}},_hoisted_1$C={style:{float:"left","padding-right":"5px"}};function _sfc_render$13(e,t,o,r,n,i){const s=Vue.resolveComponent("el-input"),l=Vue.resolveComponent("i18n-set");return Vue.openBlock(),Vue.createElementBlock("span",null,[Vue.createElementVNode("div",_hoisted_1$C,[Vue.createVNode(s,{modelValue:n.zh,"onUpdate:modelValue":t[1]||(t[1]=a=>n.zh=a)},{append:Vue.withCtx(()=>[Vue.createElementVNode("i",{class:"fa fa-cog",onClick:t[0]||(t[0]=(...a)=>i.i18nSet&&i.i18nSet(...a))})]),_:1},8,["modelValue"])]),n.isShowI18n?(Vue.openBlock(),Vue.createBlock(l,{key:0,value:{values:{zh_CN:n.zh},key:n.myI18nKey},onClose:i.closeI18nSet},null,8,["value","onClose"])):Vue.createCommentVNode("",!0)])}const i18nInput=_export_sfc$1(_sfc_main$1a,[["render",_sfc_render$13]]),_sfc_main$19={name:"SelectMailTemplates",model:{prop:"value",event:"input"},props:{modelValue:{type:[String,Number],default:""}},data(){const e=this.modelValue;return{baseURL:"",optionUrl:"",multiSelectData:[],showMailTemplateFlag:!1,code:e,options:{showColumns:"code,name"},dialogVisible:!0}},created(){this.baseURL=window.$vueApp.config.globalProperties.baseAPI,this.optionUrl="/mc/email-templates/list/0"},methods:{selectTemplate(){!this.multiSelectData||this.multiSelectData.length!==1?this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditorMessage.pleaseSelectARow")}):(this.code=this.multiSelectData[0].code,this.$emit("set-value",this.code),this.showMailTemplateFlag=!1)},selectData(e,t){this.multiSelectData=e},clearVal(){this.code=null,this.$emit("set-value",null)}}},_hoisted_1$B={style:{width:"100%"}};function _sfc_render$12(e,t,o,r,n,i){const s=Vue.resolveComponent("el-input"),l=Vue.resolveComponent("super-grid"),a=Vue.resolveComponent("el-button"),d=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createElementBlock("span",_hoisted_1$B,[Vue.createVNode(s,{readonly:"",modelValue:n.code,"onUpdate:modelValue":t[2]||(t[2]=u=>n.code=u),onClick:t[3]||(t[3]=u=>n.showMailTemplateFlag=!0)},{append:Vue.withCtx(()=>[Vue.createElementVNode("i",{class:"fa fa-search",onClick:t[0]||(t[0]=u=>n.showMailTemplateFlag=!0)}),Vue.createElementVNode("i",{style:{"padding-left":"10px"},class:"fa fa-trash",onClick:t[1]||(t[1]=u=>i.clearVal())})]),_:1},8,["modelValue"]),Vue.createVNode(d,{width:"40%",title:e.$t("workflowEditor.task.selectTemplate"),modelValue:n.showMailTemplateFlag,"onUpdate:modelValue":t[5]||(t[5]=u=>n.showMailTemplateFlag=u),center:"",top:"5vh","append-to-body":"",class:"properties-editor-noTab"},{footer:Vue.withCtx(()=>[Vue.createVNode(a,{onClick:t[4]||(t[4]=u=>n.showMailTemplateFlag=!1)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1}),Vue.createVNode(a,{type:"primary",onClick:i.selectTemplate},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"])]),default:Vue.withCtx(()=>[Vue.createVNode(l,{ref:"reportGrid",url:n.baseURL+n.optionUrl,code:"BS_EMAIL_TEMPLATE",options:n.options,onSelect:i.selectData},null,8,["url","options","onSelect"])]),_:1},8,["title","modelValue"])])}const SelectMailTemplates=_export_sfc$1(_sfc_main$19,[["render",_sfc_render$12]]),basicProperties_vue_vue_type_style_index_0_scoped_a219b06d_lang="",_sfc_main$18={name:"BasicProperties",components:{TaskTitle,CustomActions:_sfc_main$1c,i18nInput,SelectMailTemplates},props:{model:{type:Object,default:null},id:{type:String,default:null},name:{type:String,default:null}},data(){let e=!1;const t=this.model.processingMode.actions.action;return t&&(Array.isArray(t)&&t.length===0?e=!1:e=!0),{showActions:e,formModel:{name:this.name,id:this.id,tache:this.model}}},computed:{tache(){return this.model}},created(){this.tache.processingMode.actions||(this.tache.processingMode.actions={})},mounted(){this.$watch("formModel.name",function(e,t){this.$emit("update:name",e)})},methods:{validateId(){validateTacheCode(this)},setMailTemplateCode(e){this.tache.mailTemplateCode=e},setMailPointTemplateCode(e){this.tache.mailPointTemplateCode=e},setI18nValue(e){this.tache.i18nKey=e},updateAction(e){this.tache.processingMode.actions.action=e}}},_withScopeId$2=e=>(Vue.pushScopeId("data-v-a219b06d"),e=e(),Vue.popScopeId(),e),_hoisted_1$A=_withScopeId$2(()=>Vue.createElementVNode("span",{class:"percent"}," % ",-1));function _sfc_render$11(e,t,o,r,n,i){const s=Vue.resolveComponent("i18n-input"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("el-col"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("task-title"),m=Vue.resolveComponent("el-switch"),A=Vue.resolveComponent("select-mail-templates"),C=Vue.resolveComponent("el-radio"),g=Vue.resolveComponent("el-radio-group"),E=Vue.resolveComponent("el-input-number"),p=Vue.resolveComponent("custom-actions"),f=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(f,{model:n.formModel,"label-width":"110px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(a,{span:12},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.name")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.name,"onUpdate:modelValue":t[0]||(t[0]=w=>n.formModel.name=w),"i18n-key":i.tache.i18nKey?i.tache.i18nKey:"name."+n.formModel.id,onSetI18n:i.setI18nValue},null,8,["modelValue","i18n-key","onSetI18n"])]),_:1},8,["label"])]),_:1}),Vue.createVNode(a,{span:12},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.code")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.formModel.id,"onUpdate:modelValue":t[1]||(t[1]=w=>n.formModel.id=w),onBlur:i.validateId},null,8,["modelValue","onBlur"])]),_:1},8,["label"])]),_:1})]),_:1}),Vue.createVNode(l,{label:e.$t("workflowEditor.task.taskTitle")},{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:i.tache.taskTitle,"onUpdate:modelValue":t[2]||(t[2]=w=>i.tache.taskTitle=w)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.canItBeRejected")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:i.tache.rebuttable,"onUpdate:modelValue":t[3]||(t[3]=w=>i.tache.rebuttable=w)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.emailNotification")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:i.tache.mailNotice,"onUpdate:modelValue":t[4]||(t[4]=w=>i.tache.mailNotice=w)},null,8,["modelValue"])]),_:1},8,["label"]),i.tache.mailNotice?(Vue.openBlock(),Vue.createBlock(l,{key:0,label:e.$t("workflowEditor.task.selectNoticeTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:i.tache.mailTemplateCode,"onUpdate:modelValue":t[5]||(t[5]=w=>i.tache.mailTemplateCode=w),onSetValue:i.setMailTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),i.tache.mailNotice?(Vue.openBlock(),Vue.createBlock(l,{key:1,label:e.$t("workflowEditor.task.selectMailTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:i.tache.mailPointTemplateCode,"onUpdate:modelValue":t[6]||(t[6]=w=>i.tache.mailPointTemplateCode=w),onSetValue:i.setMailPointTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.HandlingMethod")},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:i.tache.processingMode.type,"onUpdate:modelValue":t[7]||(t[7]=w=>i.tache.processingMode.type=w)},{default:Vue.withCtx(()=>[Vue.createVNode(C,{label:"EDIT"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.editorial")),1)]),_:1}),Vue.createVNode(C,{label:"APPROVE"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.approvalType")),1)]),_:1}),Vue.createVNode(C,{label:"COUNTERSIGN"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.countersign")),1)]),_:1}),Vue.createVNode(C,{label:"VOTE"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.voting")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),i.tache.processingMode.type==="EDIT"||i.tache.processingMode.type==="APPROVE"?(Vue.openBlock(),Vue.createBlock(l,{key:2,label:e.$t("workflowEditorMessage.whenThereAreMultipleManagers")},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:i.tache.processingMode.moreTransactor,"onUpdate:modelValue":t[8]||(t[8]=w=>i.tache.processingMode.moreTransactor=w)},{default:Vue.withCtx(()=>[Vue.createVNode(C,{label:!1},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.anyOneCanHandleIt")),1)]),_:1}),Vue.createVNode(C,{label:!0},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.forAll")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),i.tache.processingMode.type==="COUNTERSIGN"||i.tache.processingMode.type==="VOTE"?(Vue.openBlock(),Vue.createBlock(l,{key:3,label:e.$t("workflowEditor.task.passRate")},{default:Vue.withCtx(()=>[Vue.createVNode(E,{modelValue:i.tache.processingMode.passRate,"onUpdate:modelValue":t[9]||(t[9]=w=>i.tache.processingMode.passRate=w),step:10,size:"small",min:0,max:100},null,8,["modelValue"]),_hoisted_1$A]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.modifyOperationName")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:n.showActions,"onUpdate:modelValue":t[10]||(t[10]=w=>n.showActions=w)},null,8,["modelValue"]),n.showActions?(Vue.openBlock(),Vue.createBlock(p,{key:0,model:i.tache.processingMode.actions,onUpdateAction:i.updateAction},null,8,["model","onUpdateAction"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.handlingPage")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:i.tache.taskUrl,"onUpdate:modelValue":t[11]||(t[11]=w=>i.tache.taskUrl=w)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.remarks")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:i.tache.remark,"onUpdate:modelValue":t[12]||(t[12]=w=>i.tache.remark=w),type:"textarea",autosize:""},null,8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["model"])}const BasicProperties$5=_export_sfc$1(_sfc_main$18,[["render",_sfc_render$11],["__scopeId","data-v-a219b06d"]]),editableFieldSelection_vue_vue_type_style_index_0_scoped_9458f3bf_lang="",_sfc_main$17={name:"EditableFieldSelection",components:{AdditionalCondition},props:{value:{type:Array,default:null},disabledFields:{type:Array,default:null}},data(){return{availableFields:[],formModel:{selectedFields:[],constraintRule:"REQUIRED",showCondition:!1,condition:""},availableFieldsCount:null,orange:-1,pin:!1,dialogVisible:!0,activeNames:["baseField"]}},computed:{...mapGetters("wfEditor",["formFieldsWithSub"])},created(){let e=0;this.formFieldsWithSub.map(o=>{this.disabledFields.indexOf(o.name)<0&&(o.index=e,this.availableFields.push(o),e++)});const t=this.availableFields.length;this.availableFieldsCount=Math.ceil(t/3)},mounted(){window.addEventListener("keydown",e=>{console.log("按住"),e.keyCode===16&&e.shiftKey&&(this.pin=!0)}),window.addEventListener("keyup",e=>{console.log("松开"),e.keyCode===16&&(this.pin=!1)})},methods:{filterMethod(e,t){return t.label&&t.label.indexOf(e)>-1?!0:(console.log("filterMethod--item.label=",t.label,t),!1)},setSelectedFields(){const e=[];for(const t of this.formModel.selectedFields)e.push({name:t,constraintRule:this.formModel.constraintRule,condition:this.formModel.showCondition?this.formModel.condition:""});this.$emit("input-value",e),this.$emit("close")},pinSelect(e,t){console.log(e,t);const o=this.availableFields,r=this.origin,n=t;if(this.pin&&this.formModel.selectedFields.indexOf(e)!==-1){console.log(this.formModel.selectedFields.indexOf(e));const i=Math.abs(r-n)+1,s=Math.min(r,n);let l=0;for(;l<i;){const a=s+l;this.formModel.selectedFields.indexOf(o[a].name)===-1&&this.formModel.selectedFields.push(o[a].name),l++}}else this.origin=t}}},_hoisted_1$z=["title"],_hoisted_2$l=["title"],_hoisted_3$8=["title"],_hoisted_4$6=["title"],_hoisted_5$5=["title"],_hoisted_6$4=["title"],_hoisted_7$2=["title"],_hoisted_8$2=["title"],_hoisted_9$1=["title"],_hoisted_10$1=["title"],_hoisted_11$1=["title"],_hoisted_12=["title"];function _sfc_render$10(e,t,o,r,n,i){const s=Vue.resolveComponent("el-checkbox"),l=Vue.resolveComponent("el-col"),a=Vue.resolveComponent("el-row"),d=Vue.resolveComponent("el-collapse-item"),u=Vue.resolveComponent("el-collapse"),c=Vue.resolveComponent("el-checkbox-group"),m=Vue.resolveComponent("el-radio"),A=Vue.resolveComponent("el-radio-group"),C=Vue.resolveComponent("el-form-item"),g=Vue.resolveComponent("el-switch"),E=Vue.resolveComponent("additional-condition"),p=Vue.resolveComponent("el-form"),f=Vue.resolveComponent("el-button"),w=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(w,{id:"appContainer",width:"60%",title:e.$t("workflowEditor.task.selectEditableField"),"model-value":"",top:"10vh","append-to-body":"",class:"properties-editor-noTab",center:"",onClose:t[6]||(t[6]=v=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(f,{type:"primary",size:"small",onClick:i.setSelectedFields},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(f,{size:"small",onClick:t[5]||(t[5]=v=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createVNode(p,{model:n.formModel},{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.selectedFields,"onUpdate:modelValue":t[1]||(t[1]=v=>n.formModel.selectedFields=v)},{default:Vue.withCtx(()=>[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.availableFieldsCount,(v,b)=>(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:v.prop},[n.availableFields[b*3+0]&&!n.availableFields[b*3+0].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:0,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+0].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_1$z)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_2$l)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+1]&&!n.availableFields[b*3+1].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:1,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+1].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_3$8)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_4$6)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+2]&&!n.availableFields[b*3+2].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:2,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+2].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_5$5)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_6$4)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0)],64))),128))]),_:1}),Vue.createVNode(u,{modelValue:n.activeNames,"onUpdate:modelValue":t[0]||(t[0]=v=>n.activeNames=v)},{default:Vue.withCtx(()=>[Vue.createVNode(d,{title:e.$t("workflowEditor.task.baseField"),name:"baseField"},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.availableFieldsCount,(v,b)=>(Vue.openBlock(),Vue.createElementBlock("span",{key:v.prop},[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[n.availableFields[b*3+0]&&n.availableFields[b*3+0].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:0,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+0].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_7$2)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_8$2)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+1]&&n.availableFields[b*3+1].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:1,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+1].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_9$1)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_10$1)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+2]&&n.availableFields[b*3+2].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:2,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+2].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_11$1)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_12)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0)]),_:2},1024)]))),128))]),_:1},8,["title"])]),_:1},8,["modelValue"])]),_:1},8,["modelValue"]),Vue.createVNode(C,{label:e.$t("workflowEditor.task.editingMethod")},{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:n.formModel.constraintRule,"onUpdate:modelValue":t[2]||(t[2]=v=>n.formModel.constraintRule=v)},{default:Vue.withCtx(()=>[Vue.createVNode(m,{label:"REQUIRED"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.mustFill")),1)]),_:1}),Vue.createVNode(m,{label:"READ_ONLY"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.readOnly")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(C,{label:e.$t("workflowEditor.task.additionalConditions")},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:n.formModel.showCondition,"onUpdate:modelValue":t[3]||(t[3]=v=>n.formModel.showCondition=v)},null,8,["modelValue"]),n.formModel.showCondition?(Vue.openBlock(),Vue.createBlock(E,{key:0,modelValue:n.formModel.condition,"onUpdate:modelValue":t[4]||(t[4]=v=>n.formModel.condition=v)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"])]),_:1},8,["model"])]),_:1},8,["title"])}const EditableFieldSelection=_export_sfc$1(_sfc_main$17,[["render",_sfc_render$10],["__scopeId","data-v-9458f3bf"]]),_sfc_main$16={name:"EditableFields",components:{EditableFieldSelection,AdditionalConditionDialog},props:{modelValue:{type:[Array,Object],default:null}},data(){let e=[];this.modelValue!==""&&this.modelValue!==null&&this.modelValue!==void 0&&(Array.isArray(this.modelValue)?e=this.modelValue:e.push(this.modelValue));const t=this.getDisabledFields(this.modelValue);return{showFieldSelection:!1,showAdditionalCondition:!1,selectedFields:e,currentRow:null,multipleSelection:[],disabledFields:t}},computed:{...mapGetters("wfEditor",["formFieldsWithSub"])},watch:{selectedFields:{handler(e,t){this.disabledFields=this.getDisabledFields(e)},deep:!0}},mounted(){this.selectedFields.length>0&&this.selectRow(this.selectedFields[this.selectedFields.length-1])},methods:{getDisabledFields(e){if(e==null)return[];const t=[];return Array.isArray(e)?e.map(o=>{t.push(o.name)}):t.push(e),t},handleCurrentChange(e){this.currentRow=e},handleSelectionChange(e){this.multipleSelection=e},selectRow(e){this.$refs.table.setCurrentRow(e)},add(){this.showFieldSelection=!0},getCurrentRowIndex(){let e=-1;for(let t=0;t<this.selectedFields.length;t++)if(this.selectedFields[t].name===this.currentRow.name){e=t;break}return e},remove(){if(this.multipleSelection&&this.multipleSelection.length>0){for(var e=0;e<this.multipleSelection.length;e++){const t=this.multipleSelection[e];this.selectRow(t);const o=this.getCurrentRowIndex();this.selectedFields.splice(o,1)}this.$emit("update:modelValue",this.selectedFields)}},setSelectedFields(e){e==null&&(e=[]),this.selectedFields=this.selectedFields.concat(e),this.selectRow(this.selectedFields[this.selectedFields.length-1]),this.$emit("update:modelValue",this.selectedFields)},formatCondition(e){if(e===""||!e)return this.$t("workflowEditor.task.nothing");const t=[];return parseCondition$1(t,e),displayCondition(t)},getFieldLabel(e){const t=this.formFieldsWithSub.filter(o=>o.name===e.name);return t.length>0?t[0].label:""},selectCondition(e){this.selectRow(e),this.showAdditionalCondition=!0}}},_hoisted_1$y={style:{width:"100%"}};function _sfc_render$$(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-table-column"),d=Vue.resolveComponent("el-radio"),u=Vue.resolveComponent("el-radio-group"),c=Vue.resolveComponent("el-input"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("editable-field-selection"),C=Vue.resolveComponent("additional-condition-dialog");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$y,[Vue.createVNode(l,{style:{"padding-bottom":"10px"}},{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.selectedFields,border:"","highlight-current-row":"",onSelectionChange:i.handleSelectionChange,onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{type:"selection",width:"55"}),Vue.createVNode(a,{type:"index",width:"50"}),Vue.createVNode(a,{label:e.$t("workflowEditor.common.name"),width:"180"},{default:Vue.withCtx(g=>[Vue.createElementVNode("span",{style:Vue.normalizeStyle({color:g.row.name&&g.row.name.indexOf("$")===0?"#409EFF":""})},Vue.toDisplayString(i.getFieldLabel(g.row)),5)]),_:1},8,["label"]),Vue.createVNode(a,{prop:"name",label:e.$t("workflowEditor.task.propertyName"),width:"180"},null,8,["label"]),Vue.createVNode(a,{prop:"constraintRule",label:e.$t("workflowEditor.task.editingMethod")},{default:Vue.withCtx(g=>[Vue.createVNode(u,{modelValue:g.row.constraintRule,"onUpdate:modelValue":E=>g.row.constraintRule=E},{default:Vue.withCtx(()=>[Vue.createVNode(d,{label:"REQUIRED"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.mustFill")),1)]),_:1}),Vue.createVNode(d,{label:"READ_ONLY"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.readOnly")),1)]),_:1})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"condition",label:e.$t("workflowEditor.task.condition")},{default:Vue.withCtx(g=>[Vue.createVNode(c,{value:i.formatCondition(g.row.condition),type:"textarea",autosize:"",onFocus:E=>i.selectCondition(g.row)},null,8,["value","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onSelectionChange","onCurrentChange"]),n.showFieldSelection?(Vue.openBlock(),Vue.createBlock(A,{key:0,"disabled-fields":n.disabledFields,onInputValue:i.setSelectedFields,onClose:t[0]||(t[0]=g=>n.showFieldSelection=!1)},null,8,["disabled-fields","onInputValue"])):Vue.createCommentVNode("",!0),n.showAdditionalCondition?(Vue.openBlock(),Vue.createBlock(C,{key:1,modelValue:n.currentRow.condition,"onUpdate:modelValue":t[1]||(t[1]=g=>n.currentRow.condition=g),onClose:t[2]||(t[2]=g=>n.showAdditionalCondition=!1)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)])}const EditableFields=_export_sfc$1(_sfc_main$16,[["render",_sfc_render$$]]),utiljs={xmlToData(e){const t=[];if(e){const n=e.split(" ");if(n&&n.length>0){let i=1,s="",l="",a="",d="",u="",c="",m=null;for(var o=0;o<n.length;o++){var r=n[o];if(r.indexOf("(")!==-1){this.operationArr&&this.operationArr.push([]),s="",l="",a="",d="",u="",c="";const A=r.split("${field[");if(s=A[0],l=A[1].replace("]}",""),this.operationArr){const C=this.getOperators(this.fieldMap[l]);this.operationArr[i-1]=C}continue}if(r.indexOf("(")===-1&&r.indexOf("${field[")!==-1){if(this.operationArr&&this.operationArr.push([]),s="",l="",a="",d="",u="",c="",l=r.replace("${field[","").replace("]}",""),this.operationArr){const A=this.getOperators(this.fieldMap[l]);this.operationArr[i-1]=A}continue}if(r.indexOf("operator.")!==-1&&r.indexOf("condition.")===-1){a=r;continue}if(a!==""&&d===""){r.indexOf(")")!==-1?r.indexOf(")))")!==-1?(d=r.replace(")))",""),u=")))"):r.indexOf("))")!==-1?(d=r.replace("))",""),u="))"):r.indexOf(")")!==-1&&(d=r.replace(")",""),u=")"):d=r,d&&d!==""&&(d.indexOf("${task.")!==-1?m="task":d.indexOf("${context.")!==-1?m="context":d.indexOf("${obj.")!==-1?m="obj":d.indexOf("${subObj.")!==-1?m="subObj":d.indexOf("${request.")!==-1?m="request":d.indexOf("${input.")!==-1?m="input":d.indexOf("${custom.")!==-1&&(m="custom"));continue}r.indexOf("condition.")!==-1?(c=r,t.push({id:i,leftBracket:s,propName:l,operator:a,propValue:d,rightBracket:u,logicOperator:c,propValueType:m}),i+=1):d&&d!==""&&(!c||c==="")&&(c="condition.operator.or",t.push({id:i,leftBracket:s,propName:l,operator:a,propValue:d,rightBracket:u,logicOperator:c,propValueType:m}),i+=1)}}}return t},getOperatorsArr(e){if(e&&e.length>0)for(var t=0;t<e.length;t++){this.operationArr.push([]);const o=e[t],r=this.getOperators(this.fieldMap[o.propName]);this.operationArr[t]=r}},getRetunrOperatorsArr(e,t){const o=[];if(e&&e.length>0)for(var r=0;r<e.length;r++){o.push([]);const n=e[r],i=this.getOperators(t[n.propName]);o[r]=i}return o},dataToXml(e){let t="";if(e&&e.length>0)for(var o=0;o<e.length;o++){var r=e[o];let n=r.logicOperator;o===e.length-1&&(n=""),t=t+r.leftBracket+"${field["+r.propName+"]} "+r.operator+" "+r.propValue+r.rightBracket+" "+n+" "}return t},formatConditionList(e){let t="";if(e)if(typeof e=="string"){const o=this.xmlToData(e);t=this.formatConditionListTwo(o)}else t=this.formatConditionListTwo(e);if(t&&t!==""){const o=t.substring(t.length-1);(o==="者"||o==="且")&&(t=t.substring(0,t.length-2))}return t},formatConditionListTwo(e){let t="";if(e&&e.length>0)for(var o=0;o<e.length;o++){const r=e[o];if(r&&r.propName){const n=this.getOperators(this.fieldMap[r.propName]);if(n&&n.length>0){const i=n.filter(s=>s.name===r.operator);t+=r.leftBracket,this.fieldMap[r.propName]&&this.fieldMap[r.propName].label&&(t+=this.fieldMap[r.propName].label+" "),i&&i.length>0&&(t+=i[0].label+" "),t+=r.propValue+r.rightBracket+" ",r.logicOperator&&(r.logicOperator==="or"?t+="或者":t+="并且")}}}return t},getOperators(e){return e?e.type==="INTEGER"||e.type==="LONG"||e.type==="DOUBLE"||e.type==="FLOAT"?[{name:"operator.number.gt",label:getI18n().t("workflowEditor.process.greaterThan")},{name:"operator.number.lt",label:getI18n().t("workflowEditor.process.lessThan")},{name:"operator.number.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.number.le",label:getI18n().t("workflowEditor.process.notGreaterThan")},{name:"operator.number.ge",label:getI18n().t("workflowEditor.process.notLessThan")},{name:"operator.number.ne",label:getI18n().t("workflowEditor.process.notEqualTo")}]:e.type==="DATE"||e.type==="TIME"?[{name:"operator.date.gt",label:getI18n().t("workflowEditor.process.laterThan")},{name:"operator.date.lt",label:getI18n().t("workflowEditor.process.earlierThan")},{name:"operator.date.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.date.le",label:getI18n().t("workflowEditor.process.noLaterThan")},{name:"operator.date.ge",label:getI18n().t("workflowEditor.process.noEarlierThan")}]:e.type==="TEXT"?[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")},{name:"operator.text.contain",label:getI18n().t("workflowEditor.process.contain")},{name:"operator.text.contain.not",label:getI18n().t("workflowEditor.process.notIncluded")}]:[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")}]:[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")}]}},userStandardFieldsForReminder={"${instanceCreatorName}":getI18n().t("workflowEditor.process.processInitiator"),"${instanceCreatorDirectSuperiorName}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperior"),"${instanceCreatorDeptApprover}":getI18n().t("workflowEditor.process.deptApprover"),"${instanceCreatorDirectSuperiorDeptApprover}":getI18n().t("workflowEditor.process.superiorDeptApprover"),"${instanceCreatorDirectSuperiorDeptLeader}":getI18n().t("workflowEditor.process.superiorDeptLeader"),"${currentTransactorName}":getI18n().t("workflowEditor.process.nameOfCurrentHandler"),"${currentTransactorDirectSuperiorName}":getI18n().t("workflowEditor.process.nameOfTheImmediateSuperiorOfTheCurrentHandler")},departmentStandardFieldsForReminder={"${instanceCreatorDepartment}":getI18n().t("workflowEditor.process.processInitiatorDepartment"),"${instanceCreatorSuperiorDepartment}":getI18n().t("workflowEditor.process.sponsorsSuperiorDepartment"),"${instanceCreatorUpstageDepartment}":getI18n().t("workflowEditor.process.sponsorTopDepartment"),"${instanceCreatorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.superiorDepartmentDirectlyUnderTheInitiator"),"${currentTransactorDepartment}":getI18n().t("workflowEditor.process.currentHandlerDepartment"),"${currentTransactorSuperiorDepartment}":getI18n().t("workflowEditor.process.currentHandlerSuperiorDepartment"),"${currentTransactorUpstageDepartment}":getI18n().t("workflowEditor.process.topDepartmentOfCurrentHandler"),"${currentTransactorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.currentHandlerDirectSuperiorDepartment")},workgroupStandardFieldsForReminder={"${instanceCreatorrWorkGroup}":getI18n().t("workflowEditor.process.processInitiatorWorkingGroup"),"${instanceCreatorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperiorWorkingGroup"),"${currentTransactorWorkGroup}":getI18n().t("workflowEditor.process.currentHandlerWorkingGroup"),"${currentTransactorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.workingGroupDirectlyUnderTheCurrentHandler")},conditionTypes={"${user}":getI18n().t("workflowEditor.common.user"),"${department}":getI18n().t("workflowEditor.common.department"),"${role}":getI18n().t("workflowEditor.common.role"),"${workgroup}":getI18n().t("workflowEditor.common.workgroup")},logicOperators={"condition.operator.or":getI18n().t("workflowEditor.process.perhaps"),"condition.operator.and":getI18n().t("workflowEditor.process.also")},operators={"operator.text.eq":getI18n().t("workflowEditor.process.beEqualTo"),"operator.text.neq":getI18n().t("workflowEditor.process.notEqualTo")},allStandardFieldsForReminder={...userStandardFieldsForReminder,...departmentStandardFieldsForReminder,...workgroupStandardFieldsForReminder},userStandardFieldsForTransactor={"${instanceCreatorName}":getI18n().t("workflowEditor.process.processInitiator"),"${instanceCreatorDirectSuperiorName}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperior"),"${instanceCreatorDeptApprover}":getI18n().t("workflowEditor.process.deptApprover"),"${instanceCreatorDirectSuperiorDeptApprover}":getI18n().t("workflowEditor.process.superiorDeptApprover"),"${instanceCreatorDirectSuperiorDeptLeader}":getI18n().t("workflowEditor.process.superiorDeptLeader")},departmentStandardFieldsForTransactor={"${upstageDepartment}":getI18n().t("workflowEditor.process.topDepartments"),"${instanceCreatorDepartment}":getI18n().t("workflowEditor.process.processInitiatorDepartment"),"${instanceCreatorSuperiorDepartment}":getI18n().t("workflowEditor.process.sponsorsSuperiorDepartment"),"${instanceCreatorUpstageDepartment}":getI18n().t("workflowEditor.process.sponsorTopDepartment"),"${instanceCreatorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.superiorDepartmentDirectlyUnderTheInitiator"),"${previousTransactorDepartment}":getI18n().t("workflowEditor.process.lastLinkHandlerDepartment"),"${previousTransactorSuperiorDepartment}":getI18n().t("workflowEditor.process.previousLinkHandlerSuperiorDepartment"),"${previousTransactorUpstageDepartment}":getI18n().t("workflowEditor.process.topDepartmentOfHandlerInThePreviousLink"),"${previousTransactorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.previousLinkHandlersDirectSuperiorDepartment")},workgroupStandardFieldsForTransactor={"${instanceCreatorrWorkGroup}":getI18n().t("workflowEditor.process.processInitiatorWorkingGroup"),"${instanceCreatorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperiorWorkingGroup"),"${previousTransactorWorkGroup}":getI18n().t("workflowEditor.process.previousLinkHandlerWorkingGroup"),"${previousTransactorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.workingGroupDirectlyUnderTheManagerInThePreviousLink")};({...userStandardFieldsForTransactor,...departmentStandardFieldsForTransactor,...workgroupStandardFieldsForTransactor});function formatStandardValue(e){return allStandardFieldsForReminder[e]!==void 0?allStandardFieldsForReminder[e]:""}function parseCondition(e,t){let o=t.replace(/ condition.operator.or /g," condition.operator.or^_^");o=o.replace(/ condition.operator.and /g," condition.operator.and^_^");const r=o.split("^_^");let n=0;for(const i of r){if(i==="")continue;let s="",l="",a="",d="",u="",c="condition.operator.or";const m=i.split(" ");let A=m[0].indexOf("${");A>0?(s=m[0].substring(0,A),l=m[0].substring(A)):l=m[0],a=m[1],A=m[2].indexOf(")"),A>0?(d=m[2].substring(0,A),u=m[2].substring(A)):d=m[2],m.length===4&&(c=m[3]),e.push({id:n,leftBracket:s,key:l,operator:a,value:d,rightBracket:u,logicOperator:c}),n++}return n}function generateUserCondition(e){let t="";for(const n of e)n.value!==""&&(t=t+n.leftBracket+n.key+" "+n.operator+" "+n.value+n.rightBracket+" "+n.logicOperator+" ");const o=" condition.operator.or ",r=" condition.operator.and ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}function displayUserCondition(e){let t="";for(const n of e)n.value!==""&&(t=t+n.leftBracket+conditionTypes[n.key]+" "+operators[n.operator]+" "+formatStandardValue(n.value)+n.rightBracket+" "+logicOperators[n.logicOperator]+" ");const o=" "+getI18n().t("workflowEditor.process.perhaps")+" ",r=" "+getI18n().t("workflowEditor.process.also")+" ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}const _sfc_main$15={name:"CommonUserCondition",components:{ValueSelectionDialog},props:{modelValue:{type:String,default:null},usedIn:{type:String,default:"reminder"}},data(){const e=[];let t=0;return this.modelValue&&this.modelValue!==""&&(t=parseCondition(e,this.modelValue)),{users:e,count:t,currentRow:null,showValueDialog:!1}},computed:{standardFields(){let e=this.usedIn==="reminder"?userStandardFieldsForReminder:userStandardFieldsForTransactor;return this.currentRow.key==="${department}"?e=this.usedIn==="reminder"?departmentStandardFieldsForReminder:departmentStandardFieldsForTransactor:this.currentRow.key==="${workgroup}"?e=this.usedIn==="reminder"?workgroupStandardFieldsForReminder:workgroupStandardFieldsForTransactor:this.currentRow.key==="${role}"&&(e={}),e}},mounted(){this.users.length>0&&this.$refs.table.setCurrentRow(this.users[this.users.length-1]),this.$watch("users",function(e,t){this.$emit("update:modelValue",generateUserCondition(this.users))},{deep:!0})},methods:{format(e){return e.indexOf("${field[")>=0?getFormFieldLabel(e):e.indexOf("${")>=0?formatStandardValue(e):e.substring(0,e.indexOf("["))},selectRow(e){this.$refs.table.setCurrentRow(e)},openValueDialog(e){this.showValueDialog=!0,this.selectRow(e)},closeValueDialog(e){console.log(e),e!==void 0&&e!==""&&(this.currentRow.value=e),this.showValueDialog=!1},getCondition(e){return e.key+" "+e.operator+" "+e.value},handleCurrentChange(e){this.currentRow=e},getRowIndex(e){for(let t=0;t<this.users.length;t++)if(this.users[t].id===e.id)return t;return-1},add(){const e={id:this.count,leftBracket:"",key:"${user}",operator:"operator.text.eq",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.users.push(e),this.$refs.table.setCurrentRow(e),this.count++},insert(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}const e={id:this.count,leftBracket:"",key:"${user}",operator:"operator.text.eq",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.users.splice(this.getRowIndex(this.currentRow),0,e),this.$refs.table.setCurrentRow(e),this.count++},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e=this.getRowIndex(this.currentRow);this.users.splice(e,1),this.users.length>0&&(e=e<=this.users.length-1?e:this.users.length-1,this.$refs.table.setCurrentRow(this.users[e]))},view(){let e=displayUserCondition(this.users);e===""&&(e=this.$t("workflowEditorMessage.conditionsHaveNotBeenSet")),this.$confirm(e,this.$t("workflowEditorPublicModel.viewConditions"),{showConfirmButton:!1,showCancelButton:!1,callback:function(){}})},handleKeyChange(e){this.currentRow.value=""}}};function _sfc_render$_(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-option"),d=Vue.resolveComponent("el-select"),u=Vue.resolveComponent("el-table-column"),c=Vue.resolveComponent("el-input"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("value-selection-dialog");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"ArrowRight",onClick:i.insert},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.insert")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"View",onClick:i.view},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.viewConditions")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.users,"row-key":"id",border:"",style:{width:"100%","padding-top":"10px"},"highlight-current-row":"",onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(u,{prop:"leftBracket",label:"(",width:"90"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.leftBracket,"onUpdate:modelValue":g=>C.row.leftBracket=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:"(",value:"("}),Vue.createVNode(a,{label:"((",value:"(("}),Vue.createVNode(a,{label:"(((",value:"((("})]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1}),Vue.createVNode(u,{label:e.$t("workflowEditor.common.type"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.key,"onUpdate:modelValue":g=>C.row.key=g,placeholder:"",onFocus:g=>i.selectRow(C.row),onChange:i.handleKeyChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.common.user"),value:"${user}"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.common.role"),value:"${role}"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.common.department"),value:"${department}"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.common.workgroup"),value:"${workgroup}"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus","onChange"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.operator"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.operator,"onUpdate:modelValue":g=>C.row.operator=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.process.beEqualTo"),value:"operator.text.eq"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.process.notEqualTo"),value:"operator.text.neq"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.value")},{default:Vue.withCtx(C=>[Vue.createVNode(c,{value:i.format(C.row.value),readonly:"",onClick:g=>i.openValueDialog(C.row)},null,8,["value","onClick"])]),_:1},8,["label"]),Vue.createVNode(u,{prop:"rightBracket",label:")",width:"90",onFocus:t[0]||(t[0]=C=>i.selectRow(e.scope.row))},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.rightBracket,"onUpdate:modelValue":g=>C.row.rightBracket=g,placeholder:""},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:")",value:")"}),Vue.createVNode(a,{label:"))",value:"))"}),Vue.createVNode(a,{label:")))",value:")))"})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1}),Vue.createVNode(u,{prop:"logicOperator",label:e.$t("workflowEditorPublicModel.andOr"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.logicOperator,"onUpdate:modelValue":g=>C.row.logicOperator=g,placeholder:e.$t("workflowEditorMessage.pleaseSelect"),onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.process.perhaps"),value:"condition.operator.or"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.process.also"),value:"condition.operator.and"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","placeholder","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"]),n.showValueDialog?(Vue.openBlock(),Vue.createBlock(A,{key:0,"standard-fields":i.standardFields,"org-type":n.currentRow.key.substring(n.currentRow.key.indexOf("{")+1,n.currentRow.key.lastIndexOf("}")),onClose:i.closeValueDialog},null,8,["standard-fields","org-type","onClose"])):Vue.createCommentVNode("",!0)])}const CommonUserCondition=_export_sfc$1(_sfc_main$15,[["render",_sfc_render$_]]),_sfc_main$14={components:{AdditionalCondition,CommonUserCondition},props:{conditionList:{type:[Array,String],default:null},userCondition:{type:String,default:null},parentCondition:{type:String,default:null},attributeMap:{type:Object,default:null},isAdd:{type:Boolean,default:!1}},data(){let e;this.userCondition&&this.userCondition!==""&&(e=this.userCondition);let t;return this.parentCondition&&this.parentCondition!==""&&(t=this.parentCondition),{myUserCondition:e,myParentCondition:t,tableData:null,attributeArr:[],fieldMap:{},fieldNameMap:{},queryList:[],operationArr:[],parentAttributeArr:[],dialogVisible:!0}},created(){this.getAttributeArr()},computed:{...mapGetters("wfEditor",["propSettingKeyList"])},mounted(){this.conditionList&&(typeof this.conditionList=="object"?this.tableData=this.conditionList:this.tableData=this.xmlToData(this.conditionList),this.getOperatorsArr(this.tableData))},methods:{...utiljs,add(){this.tableData||(this.tableData=[]),this.tableData.push({leftBracket:"",propName:"",operator:"",propValue:"",rightBracket:"",logicOperator:"condition.operator.or",dataType:"",propDbName:""}),this.operationArr.push([])},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e=this.getRowIndex(this.currentRow);this.tableData.splice(e,1),this.tableData.length>0&&(e=e<=this.tableData.length-1?e:this.tableData.length-1,this.$refs.table.setCurrentRow(this.tableData[e]))},changeFieldName(e){const t=this.currentRow.propName,o=this.fieldMap[t];o&&(this.tableData[e].dataType=o.type,this.tableData[e].propDbName=o.propDbName),this.operationArr[e]=this.getOperators(o)},getAttributeArr(){this.attributeMap&&this.attributeMap.attributeArr&&(this.attributeArr=this.attributeMap.attributeArr,this.queryList=this.attributeMap.attributeArr,this.fieldMap=this.attributeMap.fieldMap,this.fieldNameMap=this.attributeMap.fieldNameMap,this.parentAttributeArr=this.attributeMap.parentAttributeArr)},selectRow(e){this.attributeArr=this.queryList,this.$refs.table.setCurrentRow(e)},handleCurrentChange(e){this.currentRow=e},searchField(e){e&&(this.attributeArr=this.queryList.filter(t=>t.label.indexOf(e)>-1||t.value.indexOf(e)>-1))},getRowIndex(e){for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].propName===e.propName)return t;return-1},savebuttonSetting(){if(this.tableData&&this.tableData.length>0){for(var e=0;e<this.tableData.length;e++)if(!this.tableData[e].propName){this.$alert(this.$t("workflowEditorMessage.blankFieldNameOrValue"));return}}const t={userCondition:this.myUserCondition,parentCondition:this.myParentCondition,condition:this.tableData};this.$emit("close",t)},closeButtonSetting(){this.savebuttonSetting(),this.$emit("close",null)},changePropValue(e){this.tableData[e]&&this.tableData[e].propValue?this.tableData[e].propValueType&&(this.tableData[e].propValueType==="request"&&(this.tableData[e].propValue.indexOf("${request.")===-1&&(this.tableData[e].propValue="${request."+this.tableData[e].propValue),this.tableData[e].propValue.indexOf("}")===-1&&(this.tableData[e].propValue=this.tableData[e].propValue+"}")),this.tableData[e].propValueType==="input"&&(this.tableData[e].propValue.indexOf("${input.")===-1&&(this.tableData[e].propValue="${input."+this.tableData[e].propValue),this.tableData[e].propValue.indexOf("}")===-1&&(this.tableData[e].propValue=this.tableData[e].propValue+"}"))):this.tableData[e].propValueType=null}}},_hoisted_1$x={style:{"overflow-y":"auto","max-height":"500px"}},_hoisted_2$k={class:"operation-area"},_hoisted_3$7={class:"clearfix"},_hoisted_4$5={class:"clearfix"};function _sfc_render$Z(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("common-user-condition"),a=Vue.resolveComponent("el-card"),d=Vue.resolveComponent("additional-condition"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("el-option"),m=Vue.resolveComponent("el-select"),A=Vue.resolveComponent("el-table-column"),C=Vue.resolveComponent("el-date-picker"),g=Vue.resolveComponent("el-input"),E=Vue.resolveComponent("el-table"),p=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(p,{"show-close":!0,"append-to-body":!0,style:{width:"100%"},title:e.$t("workflowEditor.condition.combinationCondition"),"model-value":"",onClose:i.closeButtonSetting},{default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$x,[Vue.createElementVNode("div",_hoisted_2$k,[Vue.createVNode(s,{size:"small",type:"primary",onClick:i.savebuttonSetting},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditorPublicModel.save")),1)]),_:1},8,["onClick"])]),Vue.createElementVNode("div",null,[Vue.createVNode(a,{class:"box-card",shadow:"never"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_3$7,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.condition.personnelScope")),1)])]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createVNode(l,{modelValue:n.myUserCondition,"onUpdate:modelValue":t[0]||(t[0]=f=>n.myUserCondition=f),"used-in":"transactor"},null,8,["modelValue"])])]),_:1}),Vue.createVNode(a,{class:"box-card",shadow:"never"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_4$5,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.condition.mainTableConditions")),1)])]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createVNode(d,{modelValue:n.myParentCondition,"onUpdate:modelValue":t[1]||(t[1]=f=>n.myParentCondition=f)},null,8,["modelValue"])])]),_:1}),o.isAdd===!1?(Vue.openBlock(),Vue.createBlock(a,{key:0,class:"box-card",shadow:"never"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.condition.subtableCondition")),1)])]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createVNode(u,{style:{"padding-bottom":"8px"}},{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(E,{id:"tableDataDialog",ref:"table",data:n.tableData,border:"",style:{width:"100%"},"highlight-current-row":"",onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(A,{prop:"leftBracket",label:"(",width:"90"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.leftBracket,"onUpdate:modelValue":w=>f.row.leftBracket=w,size:"small",clearable:"",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:"",value:""}),Vue.createVNode(c,{label:"(",value:"("}),Vue.createVNode(c,{label:"((",value:"(("}),Vue.createVNode(c,{label:"(((",value:"((("})]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1}),Vue.createVNode(A,{label:e.$t("workflowEditor.common.fieldName"),width:"200"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.propName,"onUpdate:modelValue":w=>f.row.propName=w,"filter-method":i.searchField,size:"small",clearable:"",filterable:"",onFocus:w=>i.selectRow(f.row),onChange:w=>i.changeFieldName(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.attributeArr,w=>(Vue.openBlock(),Vue.createBlock(c,{key:w.value,label:w.label,value:w.value},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","filter-method","onFocus","onChange"])]),_:1},8,["label"]),Vue.createVNode(A,{label:e.$t("workflowEditor.common.operator"),width:"110"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.operator,"onUpdate:modelValue":w=>f.row.operator=w,size:"small",clearable:"",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.operationArr[f.$index],w=>(Vue.openBlock(),Vue.createBlock(c,{key:w.name,label:w.label,value:w.name},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"]),Vue.createVNode(A,{label:e.$t("workflowEditor.common.value")},{default:Vue.withCtx(f=>[f.row.propValueType?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(m,{key:0,modelValue:f.row.propValueType,"onUpdate:modelValue":w=>f.row.propValueType=w,size:"small",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.condition.fillInManually"),value:"input"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.environmentVariable"),value:"context"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.requestParameters"),value:"request"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.mainTableField"),value:"obj"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.databaseFields"),value:"subObj"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.taskFields"),value:"task"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.systemParameter"),value:"custom"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])),f.row.propValueType==="context"?(Vue.openBlock(),Vue.createBlock(m,{key:1,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,clearable:"",size:"small",title:f.row.propValue,filterable:"","default-first-option":"","allow-create":"",onChange:w=>i.changePropValue(f.$index),onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTime"),value:"${context.currentTime}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactor"),value:"${context.currentTransactor}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorName"),value:"${context.currentTransactorName}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorId"),value:"${context.currentTransactorId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorMainDepartmentId"),value:"${context.currentTransactorMainDepartmentId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorMainDepartment"),value:"${context.currentTransactorMainDepartment}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorRoleId"),value:"${context.currentTransactorRoleId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorRole"),value:"${context.currentTransactorRole}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorWorkGroupId"),value:"${context.currentTransactorWorkGroupId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorWorkGroup"),value:"${context.currentTransactorWorkGroup}"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange","onFocus"])):Vue.createCommentVNode("",!0),f.row.propValueType==="task"?(Vue.openBlock(),Vue.createBlock(m,{key:2,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,clearable:"",size:"small",title:f.row.propValue,filterable:"","default-first-option":"","allow-create":"",onChange:w=>i.changePropValue(f.$index),onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentHandler"),value:"${task.transactor}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTaskClient"),value:"${task.trustor}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentAssignor"),value:"${task.assigner}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.linkName"),value:"${task.name}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.linkCode"),value:"${task.nodeId}"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange","onFocus"])):Vue.createCommentVNode("",!0),f.row.dataType==="DATE"&&f.row.propValueType==="input"?(Vue.openBlock(),Vue.createBlock(C,{key:3,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,size:"small",clearable:"","value-format":"YYYY-MM-DD",title:f.row.propValue,type:"date",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.dataType==="TIME"&&f.row.propValueType==="input"?(Vue.openBlock(),Vue.createBlock(C,{key:4,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,size:"small",title:f.row.propValue,clearable:"","value-format":"YYYY-MM-DD HH:mm:ss",type:"datetime",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.dataType!=="TIME"&&f.row.dataType!=="DATE"&&f.row.propValueType==="input"?(Vue.openBlock(),Vue.createBlock(g,{key:5,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,modelModifiers:{trim:!0},title:f.row.propValue,clearable:"",size:"small",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="request"?(Vue.openBlock(),Vue.createBlock(g,{key:6,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,modelModifiers:{trim:!0},title:f.row.propValue,clearable:"",size:"small",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="subObj"?(Vue.openBlock(),Vue.createBlock(m,{key:7,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,title:f.row.propValue,"filter-method":i.searchField,size:"small",clearable:"",filterable:"",onChange:w=>i.changePropValue(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.attributeArr,w=>(Vue.openBlock(),Vue.createBlock(c,{key:"${subObj."+w.value+"}",label:w.label,value:"${subObj."+w.value+"}"},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","title","filter-method","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="obj"?(Vue.openBlock(),Vue.createBlock(m,{key:8,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,title:f.row.propValue,size:"small",clearable:"",filterable:"",onChange:w=>i.changePropValue(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.parentAttributeArr,w=>(Vue.openBlock(),Vue.createBlock(c,{key:"${obj."+w.value+"}",label:w.label,value:"${obj."+w.value+"}"},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="custom"?(Vue.openBlock(),Vue.createBlock(m,{key:9,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,title:f.row.propValue,size:"small",clearable:"",filterable:"",onChange:w=>i.changePropValue(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.propSettingKeyList,w=>(Vue.openBlock(),Vue.createBlock(c,{key:"${custom."+w+"}",label:w,value:"${custom."+w+"}"},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(A,{prop:"rightBracket",label:")",width:"90",onFocus:t[2]||(t[2]=f=>i.selectRow(e.scope.row))},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.rightBracket,"onUpdate:modelValue":w=>f.row.rightBracket=w,size:"small",clearable:""},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:"",value:""}),Vue.createVNode(c,{label:")",value:")"}),Vue.createVNode(c,{label:"))",value:"))"}),Vue.createVNode(c,{label:")))",value:")))"})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1}),Vue.createVNode(A,{label:e.$t("workflowEditorPublicModel.andOr"),prop:"logicOperator",width:"110"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.logicOperator,"onUpdate:modelValue":w=>f.row.logicOperator=w,size:"small",clearable:"",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.process.perhaps"),value:"condition.operator.or"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.process.also"),value:"condition.operator.and"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"])])]),_:1})):Vue.createCommentVNode("",!0)])])]),_:1},8,["title","onClose"])}const selectionConditions=_export_sfc$1(_sfc_main$14,[["render",_sfc_render$Z]]),_sfc_main$13={name:"EditableChildFieldSetting",components:{selectionConditions},props:{setting:{type:Object,default:null},tableName:{type:String,default:null}},data(){let e=[];this.setting&&this.setting.actionArr&&(e=this.setting.actionArr);let t=[];this.setting&&this.setting.fieldArr&&(t=this.setting.fieldArr);let o;this.setting&&this.setting.visibleConditionArr&&(o=this.setting.visibleConditionArr);let r;this.setting&&this.setting.modelName&&(r=this.setting.modelName);let n;return this.setting&&this.setting.sumPermission!==null&&(n=this.setting.sumPermission),{sumPermission:n,subtableConditionItem:null,attributeArr:null,showAdditionalCondition:!1,currentRow:null,multipleSelection:null,actionArr:e,fieldArr:t,queryList:null,fieldMap:null,fieldNameMap:null,actionVisibleConditionArr:o,buttonType:null,buttonVisibleCon:null,showButtonVisibleFlag:!1,clickButton:!1,operationArr:[],modelName:r}},watch:{setting:{handler(e,t){e&&e.actionArr&&(this.actionArr=e.actionArr),e&&e.fieldArr&&(this.fieldArr=e.fieldArr),e&&e.actionVisibleConditionArr&&(this.actionVisibleConditionArr=e.actionVisibleConditionArr),this.modelName=e.modelName,this.sumPermission=e.sumPermission,this.combinationParameters()},deep:!0}},computed:{...mapGetters("wfEditor",["subtableConditionMap"])},created(){this.subtableConditionMap&&this.tableName&&(this.subtableConditionItem=this.subtableConditionMap[this.tableName],this.getAttributeArr())},mounted(){this.subtableConditionMap&&this.tableName&&(this.subtableConditionItem=this.subtableConditionMap[this.tableName],this.subtableConditionMap[this.tableName]&&(this.attributeArr=this.subtableConditionItem.attributeArr))},methods:{...utiljs,getAttributeArr(){this.subtableConditionItem&&this.subtableConditionItem.attributeArr&&(this.queryList=this.subtableConditionItem.attributeArr,this.fieldMap=this.subtableConditionItem.fieldMap,this.fieldNameMap=this.subtableConditionItem.fieldNameMap)},savebuttonSetting(e){e&&(this.currentRow.condition=e.condition,this.currentRow.userCondition=e.userCondition,this.currentRow.parentCondition=e.parentCondition,this.combinationParameters()),this.showAdditionalCondition=!1},handleCurrentChange(e){this.currentRow=e},handleSelectionChange(e){this.multipleSelection=e},selectRow(e){this.$refs.table.setCurrentRow(e)},add(){this.fieldArr||(this.fieldArr=[]),this.fieldArr.push({name:null,constraintRule:null,condition:null}),this.combinationParameters()},getCurrentRowIndex(){let e=-1;for(let t=0;t<this.fieldArr.length;t++)if(this.fieldArr[t].name===this.currentRow.name){e=t;break}return e},remove(){if(this.multipleSelection&&this.multipleSelection.length>0){for(var e=0;e<this.multipleSelection.length;e++){const t=this.multipleSelection[e];this.selectRow(t);const o=this.getCurrentRowIndex();this.fieldArr.splice(o,1)}this.combinationParameters()}},selectCondition(e){this.selectRow(e),this.showAdditionalCondition=!0},showButtonVisible(e){this.clickButton=!0,this.buttonType=e,this.actionVisibleConditionArr&&this.actionVisibleConditionArr[e]?this.buttonVisibleCon=this.actionVisibleConditionArr[e]:this.buttonVisibleCon={},this.showButtonVisibleFlag=!0},saveButtonVisible(e){e&&(this.actionVisibleConditionArr||(this.actionVisibleConditionArr={}),this.actionVisibleConditionArr[this.buttonType]=e,this.combinationParameters()),this.showButtonVisibleFlag=!1},changeActionArr(){this.clickButton?(this.actionArr.push(this.buttonType),this.clickButton=!1):this.combinationParameters()},combinationParameters(){const e={};e.modelName=this.modelName,e.tableName=this.tableName,e.permission=this.sumPermission;const t=[];if(this.actionArr&&this.actionArr.length>0&&(this.actionArr.forEach(o=>{const r={};if(r.name=o,this.actionVisibleConditionArr&&this.actionVisibleConditionArr[o]){const n=this.actionVisibleConditionArr[o];r.condition=this.dataToXml(n.condition),r.parentCondition=n.parentCondition,r.userCondition=n.userCondition}t.push(r)}),e.action=t),this.fieldArr&&this.fieldArr.length>0){const o=[];this.fieldArr.forEach(r=>{const n={};n.name=r.name,n.constraintRule=r.constraintRule,r.condition&&(n.condition=this.dataToXml(r.condition)),n.userCondition=r.userCondition,n.parentCondition=r.parentCondition,o.push(n)}),e.field=o}console.log("触发combinationParameters",e),this.$emit("combinationParameters",e)}}};function _sfc_render$Y(e,t,o,r,n,i){const s=Vue.resolveComponent("Tools"),l=Vue.resolveComponent("el-icon"),a=Vue.resolveComponent("el-checkbox"),d=Vue.resolveComponent("el-col"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("el-checkbox-group"),m=Vue.resolveComponent("selection-conditions"),A=Vue.resolveComponent("el-button"),C=Vue.resolveComponent("el-table-column"),g=Vue.resolveComponent("el-option"),E=Vue.resolveComponent("el-select"),p=Vue.resolveComponent("el-radio"),f=Vue.resolveComponent("el-radio-group"),w=Vue.resolveComponent("el-table");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createElementVNode("div",null,[Vue.createVNode(c,{modelValue:n.actionArr,"onUpdate:modelValue":t[4]||(t[4]=v=>n.actionArr=v),onChange:i.changeActionArr},{default:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"notEmpty"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.tableDataNotEmpty"))+" ",1),n.actionArr&&n.actionArr.indexOf("notEmpty")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[0]||(t[0]=v=>i.showButtonVisible("notEmpty"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1}),Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"add"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.rowsCanBeAdded"))+" ",1),n.actionArr&&n.actionArr.indexOf("add")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[1]||(t[1]=v=>i.showButtonVisible("add"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1}),Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"delete"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.deleteLine"))+" ",1),n.actionArr&&n.actionArr.indexOf("delete")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[2]||(t[2]=v=>i.showButtonVisible("delete"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1}),Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"update"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.modifiableHistoricalData"))+" ",1),n.actionArr&&n.actionArr.indexOf("update")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[3]||(t[3]=v=>i.showButtonVisible("update"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1})]),_:1})]),_:1},8,["modelValue","onChange"]),n.showButtonVisibleFlag?(Vue.openBlock(),Vue.createBlock(m,{key:0,"attribute-map":n.subtableConditionItem,"condition-list":n.buttonVisibleCon.condition,"parent-condition":n.buttonVisibleCon.parentCondition,"user-condition":n.buttonVisibleCon.userCondition,"is-add":n.buttonType&&n.buttonType==="add",onClose:i.saveButtonVisible},null,8,["attribute-map","condition-list","parent-condition","user-condition","is-add","onClose"])):Vue.createCommentVNode("",!0)]),Vue.createElementVNode("div",null,[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(A,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(A,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(w,{ref:"table",data:n.fieldArr,border:"","highlight-current-row":"",style:{width:"100%"},onSelectionChange:i.handleSelectionChange,onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(C,{type:"selection",width:"55",align:"center"}),Vue.createVNode(C,{type:"index",width:"50",align:"center"}),Vue.createVNode(C,{prop:"name",label:e.$t("workflowEditor.task.propertyName"),width:"280",align:"center"},{default:Vue.withCtx(v=>[Vue.createVNode(E,{modelValue:v.row.name,"onUpdate:modelValue":b=>v.row.name=b,size:"small",filterable:"",onChange:i.combinationParameters},{default:Vue.withCtx(()=>[Vue.createVNode(g,{label:e.$t("workflowEditor.condition.allFields"),value:"all_fields"},null,8,["label"]),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.attributeArr,b=>(Vue.openBlock(),Vue.createBlock(g,{key:b.value,label:b.label,value:b.value},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"])]),_:1},8,["label"]),Vue.createVNode(C,{prop:"constraintRule",label:e.$t("workflowEditor.task.editingMethod"),width:"380",align:"center"},{default:Vue.withCtx(v=>[Vue.createVNode(f,{modelValue:v.row.constraintRule,"onUpdate:modelValue":b=>v.row.constraintRule=b,onChange:i.combinationParameters},{default:Vue.withCtx(()=>[Vue.createVNode(p,{label:"REQUIRED"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.mustFill")),1)]),_:1}),Vue.createVNode(p,{label:"READ_ONLY"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.readOnly")),1)]),_:1})]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"])]),_:1},8,["label"]),Vue.createVNode(C,{prop:"condition",label:e.$t("workflowEditor.task.condition"),align:"center"},{default:Vue.withCtx(v=>[Vue.createVNode(l,{onClick:b=>i.selectCondition(v.row)},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:2},1032,["onClick"])]),_:1},8,["label"])]),_:1},8,["data","onSelectionChange","onCurrentChange"]),n.showAdditionalCondition?(Vue.openBlock(),Vue.createBlock(m,{key:0,"attribute-map":n.subtableConditionItem,"condition-list":n.currentRow.condition,"parent-condition":n.currentRow.parentCondition,"user-condition":n.currentRow.userCondition,onClose:i.savebuttonSetting},null,8,["attribute-map","condition-list","parent-condition","user-condition","onClose"])):Vue.createCommentVNode("",!0)])])}const editableChildFieldSetting=_export_sfc$1(_sfc_main$13,[["render",_sfc_render$Y]]),_sfc_main$12={name:"EditableChildFields",components:{editableChildFieldSetting},props:{modelValue:{type:[Array,Object],default:null}},data(){let e=[];return this.modelValue!==""&&this.modelValue!==null&&this.modelValue!==void 0&&(Array.isArray(this.modelValue)?e=this.modelValue:e.push(this.modelValue)),{selectedFields:e,selectedFieldMap:{}}},computed:{...mapGetters("wfEditor",["subtableConditionMap"])},watch:{},created(){if(this.selectedFields&&this.selectedFields.length>0&&this.selectedFields.forEach(t=>{const o={},r=t.tableName;if(t.action)if(Array.isArray(t.action)){if(t.action.length>0){const n=[],i={};t.action.forEach(s=>{n.push(s.name);const l={};s.condition&&(l.condition=this.xmlToData(s.condition)),l.parentCondition=s.parentCondition,l.userCondition=s.userCondition,i[s.name]=l}),o.actionArr=n,o.visibleConditionArr=i}}else{const n=[],i={};n.push(t.action.name);const s={};t.action.condition&&(s.condition=this.xmlToData(t.action.condition)),s.parentCondition=t.action.parentCondition,s.userCondition=t.action.userCondition,i[t.action.name]=s,o.actionArr=n,o.visibleConditionArr=i}if(t.field)if(Array.isArray(t.field)){if(t.field.length>0){const n=[];t.field.forEach(i=>{const s={};s.name=i.name,s.constraintRule=i.constraintRule,s.condition=this.xmlToData(i.condition),s.userCondition=i.userCondition,s.parentCondition=i.parentCondition,n.push(s)}),o.fieldArr=n}}else{const n=[],i={};i.name=t.field.name,i.constraintRule=t.field.constraintRule,i.condition=this.xmlToData(t.field.condition),i.userCondition=t.field.userCondition,i.parentCondition=t.field.parentCondition,n.push(i),o.fieldArr=n}t.modelName?o.modelName=t.modelName:o.modelName=null,t.permission?o.sumPermission=t.permission:o.sumPermission=!1,this.selectedFieldMap[r]=o}),this.subtableConditionMap){for(var e in this.subtableConditionMap)if(!this.selectedFieldMap[e]){const t={};t.tableName=e,t.modelName=this.subtableConditionMap[e].modelName,t.sumPermission=!1,this.selectedFieldMap[e]=t}}},mounted(){},methods:{...utiljs,combinationParameters(e){if(e&&e.tableName){if(this.selectedFields&&this.selectedFields.length>0){const t=this.selectedFields.findIndex(o=>o.tableName===e.tableName);t!==-1?this.selectedFields[t]=e:this.selectedFields.push(e)}else this.selectedFields=[],this.selectedFields.push(e);this.$emit("update:modelValue",this.selectedFields)}},refreshModelName(e){if(this.subtableConditionMap&&this.subtableConditionMap[e]&&this.subtableConditionMap[e].modelName){if(this.selectedFieldMap[e]){const t=this.selectedFieldMap[e];t.modelName=this.subtableConditionMap[e].modelName}else{const t={};t.modelName=this.subtableConditionMap[e].modelName,this.selectedFieldMap[e]=t}this.$message({showClose:!0,type:"success",message:this.$t("workflowEditorMessage.updateSuccessful")})}},changeSumPermission(e){if(e&&this.selectedFieldMap[e])if(this.selectedFields||(this.selectedFields=[]),this.selectedFieldMap[e].sumPermission===!1){const t=this.selectedFields.findIndex(o=>o.tableName===e);t!=null&&t!==-1?this.selectedFields[t].permission=!1:this.selectedFields[this.selectedFields.length]={permission:!1,tableName:e}}else{const t=this.selectedFields.findIndex(o=>o.tableName===e);t!=null&&t!==-1?this.selectedFields[t].permission=!0:this.selectedFields[this.selectedFields.length]={permission:!0,tableName:e}}this.$emit("update:modelValue",this.selectedFields)}}},_hoisted_1$w={style:{width:"100%","margin-top":"10px"}},_hoisted_2$j={class:"clearfix"},_hoisted_3$6={key:0},_hoisted_4$4={style:{color:"cornflowerblue"}},_hoisted_5$4={style:{"padding-left":"5px"}},_hoisted_6$3={key:0};function _sfc_render$X(e,t,o,r,n,i){const s=Vue.resolveComponent("el-col"),l=Vue.resolveComponent("el-switch"),a=Vue.resolveComponent("el-row"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-button"),c=Vue.resolveComponent("editable-child-field-setting"),m=Vue.resolveComponent("el-card");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$w,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.subtableConditionMap,(A,C)=>(Vue.openBlock(),Vue.createElementBlock("span",{key:C},[Vue.createVNode(m,{class:"box-card"},{default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_2$j,[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{span:12},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",null,Vue.toDisplayString(C),1)]),_:2},1024),n.selectedFieldMap[C]?(Vue.openBlock(),Vue.createBlock(s,{key:0,span:12},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.selectedFieldMap[C].sumPermission,"onUpdate:modelValue":g=>n.selectedFieldMap[C].sumPermission=g,"inactive-text":e.$t("workflowEditor.condition.accessControl"),onChange:g=>i.changeSumPermission(C)},null,8,["modelValue","onUpdate:modelValue","inactive-text","onChange"])]),_:2},1024)):Vue.createCommentVNode("",!0)]),_:2},1024),Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,null,{default:Vue.withCtx(()=>[n.selectedFieldMap[C]&&n.selectedFieldMap[C].sumPermission?(Vue.openBlock(),Vue.createElementBlock("span",_hoisted_3$6,[Vue.createElementVNode("span",_hoisted_4$4,Vue.toDisplayString(e.$t("workflowEditor.condition.formBindingModel"))+":",1),Vue.createElementVNode("span",_hoisted_5$4,[Vue.createVNode(d,{modelValue:n.selectedFieldMap[C].modelName,"onUpdate:modelValue":g=>n.selectedFieldMap[C].modelName=g,style:{width:"300px"}},null,8,["modelValue","onUpdate:modelValue"])]),Vue.createVNode(u,{icon:"el-icon-refresh",type:"text",onClick:g=>i.refreshModelName(C)},null,8,["onClick"])])):Vue.createCommentVNode("",!0)]),_:2},1024)]),_:2},1024)]),n.selectedFieldMap[C]&&n.selectedFieldMap[C].sumPermission?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_6$3,[Vue.createVNode(c,{setting:n.selectedFieldMap[C],"table-name":C,onCombinationParameters:i.combinationParameters},null,8,["setting","table-name","onCombinationParameters"])])):Vue.createCommentVNode("",!0)]),_:2},1024)]))),128))])}const editableChildFields=_export_sfc$1(_sfc_main$12,[["render",_sfc_render$X]]),systemRoleTree_vue_vue_type_style_index_0_lang="",_sfc_main$11={name:"SystemRoleTree",components:{InlineSystemRoleTree:_sfc_main$1g},props:{multiple:{type:Boolean,default:!1}},data(){return{dialogVisible:!0}},computed:{},watch:{},created(){},methods:{roleResult(e){e?this.$emit("close",e):this.$emit("close")},selectRoles(){this.$refs.systemRoleTree.selectRole()}}};function _sfc_render$W(e,t,o,r,n,i){const s=Vue.resolveComponent("inline-system-role-tree"),l=Vue.resolveComponent("el-button"),a=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(a,{"model-value":"",title:e.$t("workflowEditorMessage.selectRole"),width:"30%",top:"10vh","append-to-body":"",class:"properties-editor-noTab","close-on-click-modal":!1,onClose:t[1]||(t[1]=d=>e.$emit("close"))},Vue.createSlots({default:Vue.withCtx(()=>[Vue.createVNode(s,{ref:"systemRoleTree",multiple:o.multiple,onResult:i.roleResult},null,8,["multiple","onResult"])]),_:2},[o.multiple?{name:"footer",fn:Vue.withCtx(()=>[Vue.createVNode(l,{type:"primary",size:"small",onClick:i.selectRoles},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(l,{size:"small",onClick:t[0]||(t[0]=d=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),key:"0"}:void 0]),1032,["title"])}const SystemRoleTree=_export_sfc$1(_sfc_main$11,[["render",_sfc_render$W]]),_sfc_main$10={name:"UserSelection",components:{SystemRoleTree,FormFields},props:{label:{type:String,default:""},labelWidth:{type:String,default:null},modelValue:{type:String,default:""},currentTransactor:{type:Boolean,default:!1}},data(){let e=!1,t="";const o=this.modelValue.split("; "),r=o[0].split(" condition.operator.or ");return o.length===2&&(e=!0,t=o[1].split(" condition.operator.or "),r.push("assignUser")),{checkList:r,showUserList:e,selectedUsers:t,showSelectUser:!1,selectedUsersShowValue:null,showSelectDepartment:!1,showSelectWorkgroup:!1,showSelectRole:!1,showSelectField:!1}},watch:{checkList(e){this.$emit("update:modelValue",this.getValue())},selectedUsers(e){this.$emit("update:modelValue",this.getValue())}},created(){console.log(this.checkList),this.getSelectedUsersShowValue()},methods:{formatLabel(e){return getFormFieldLabel(e)},getValue(){let t=this.checkList.filter(o=>o!==""&&o!=="assignUser").join(" condition.operator.or ");return this.showUserList&&this.selectedUsers&&this.selectedUsers.length!==0&&(t=t+"; "+this.selectedUsers.join(" condition.operator.or ")),t},toggleUserList(){this.showUserList=!this.showUserList},resetSelectedUsers(){this.selectedUsers=[],this.selectedUsersShowValue=""},handleCommand(e){e==="selectUser"?this.selectPointUser():e==="selectDepartment"?this.selectPointDepartment():e==="selectRole"?this.selectPointRole():e==="selectWorkgroup"?this.selectPointWorkgroup():e==="selectField"&&this.selectPointField()},selectPointUser(){this.showSelectUser=!0},selectPointDepartment(){this.showSelectDepartment=!0},selectPointRole(){this.showSelectRole=!0},selectPointField(){this.showSelectField=!0},selectPointWorkgroup(){this.showSelectWorkgroup=!0},addPointUsers(e){e&&(e.containBranch?this.packageSelectedUserConditionsWithBranch(e.users):this.packageSelectedUserConditionsWithOutBranch(e.users),this.getSelectedUsersShowValue()),this.showSelectUser=!1},packageSelectedUserConditionsWithBranch(e){const t="~~",o="/",r="${user} operator.text.eq ";e.forEach(n=>{let i=n.loginName,s=n.name;if(n.subCompanyId&&n.subCompanyId!==null){const a=n.subCompanyCode,d=n.subCompanyName;i=i+t+a,s=s+o+d}else i=i+t+n.tenantCode,s=s+o+n.tenantName;const l=r+s+"["+i+"]";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(l)).length===0&&this.selectedUsers.push(l):(this.selectedUsers=[],this.selectedUsers.push(l))})},packageSelectedUserConditionsWithOutBranch(e){const t="${user} operator.text.eq ";e.forEach(o=>{this.selectedUsers||(this.selectedUsers=[]);const r=t+o.name+"["+o.loginName+"]";this.selectedUsers.filter(this.filterCondition(r)).length===0&&this.selectedUsers.push(r)})},getSelectedUsersShowValue(){if(this.selectedUsers){const e=this.selectedUsers.join(" condition.operator.or ");this.selectedUsersShowValue=e.replace(/\$\{user\}/g,"用户").replace(/\$\{department\}/g,"部门").replace(/\$\{workGroup\}/g,"工作组").replace(/\$\{role\}/g,"角色").replace(/operator\.text\.eq/g,"等于").replace(/condition\.operator\.or/g,"或者").replace(/\$\{field/g,"字段").replace(/]\}/g,"]")}},filterCondition(e){return t=>t===e},addPointDepartments(e){e&&(e.containBranch?this.packageSelectedDepartmentOrWorkgroupConditionsWithBranch(e.departments,"${department}"):this.packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e.departments,"${department}"),this.getSelectedUsersShowValue()),this.showSelectDepartment=!1},packageSelectedDepartmentOrWorkgroupConditionsWithBranch(e,t){const o="/",r=t+" operator.text.eq ";e.forEach(n=>{const i=n.code;let s=n.name;if(n.subCompanyId&&n.subCompanyId!==null){const a=n.subCompanyName;a&&a!==""&&(s=s+o+a)}else s=s+o+n.tenantName;const l=r+s+"["+i+"]";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(l)).length===0&&this.selectedUsers.push(l):(this.selectedUsers=[],this.selectedUsers.push(l))})},packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e,t){const o=t+" operator.text.eq ";e.forEach(r=>{const n=o+r.name+"["+r.code+"]";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(n)).length===0&&this.selectedUsers.push(n):(this.selectedUsers=[],this.selectedUsers.push(n))})},addPointWorkgroups(e){e&&(e.containBranch?this.packageSelectedDepartmentOrWorkgroupConditionsWithBranch(e.workgroups,"${workGroup}"):this.packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e.workgroups,"${workGroup}"),this.getSelectedUsersShowValue()),this.showSelectWorkgroup=!1},addPointRoles(e){e&&(this.packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e.roles,"${role}"),this.getSelectedUsersShowValue()),this.showSelectRole=!1},packageSelectedFieldConditions(e,t){const r=t+" operator.text.eq "+"${field["+e+"]}";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(r)).length===0&&this.selectedUsers.push(r):(this.selectedUsers=[],this.selectedUsers.push(r))},setField(e){e!==void 0&&(this.packageSelectedFieldConditions(e,"${user}"),this.getSelectedUsersShowValue()),this.showSelectField=!1}}},_hoisted_1$v={key:0,style:{width:"100%","vertical-align":"middle"}},_hoisted_2$i={class:"el-dropdown-link"},_hoisted_3$5=Vue.createElementVNode("i",{class:"fa fa-search"},null,-1);function _sfc_render$V(e,t,o,r,n,i){const s=Vue.resolveComponent("el-checkbox"),l=Vue.resolveComponent("el-checkbox-group"),a=Vue.resolveComponent("el-col"),d=Vue.resolveComponent("el-dropdown-item"),u=Vue.resolveComponent("el-dropdown-menu"),c=Vue.resolveComponent("el-dropdown"),m=Vue.resolveComponent("el-button"),A=Vue.resolveComponent("el-row"),C=Vue.resolveComponent("el-input"),g=Vue.resolveComponent("department-user-tree"),E=Vue.resolveComponent("department-tree"),p=Vue.resolveComponent("workgroup-tree"),f=Vue.resolveComponent("system-role-tree"),w=Vue.resolveComponent("form-fields"),v=Vue.resolveComponent("el-form-item");return Vue.openBlock(),Vue.createBlock(v,{label:o.label,"label-width":o.labelWidth},{default:Vue.withCtx(()=>[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.checkList,"onUpdate:modelValue":t[0]||(t[0]=b=>n.checkList=b)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${instanceCreator}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.processInitiator")),1)]),_:1}),Vue.createVNode(s,{label:"${processAdmin}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.processAdministrator")),1)]),_:1}),o.currentTransactor?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:"${currentTransactor}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.currentHandler")),1)]),_:1})):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:"${allHandleTransactors}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.allHandlingPersonnel")),1)]),_:1})),Vue.createVNode(s,{label:"assignUser",onChange:i.toggleUserList},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.designatedPersonnel")),1)]),_:1},8,["onChange"])]),_:1},8,["modelValue"])]),_:1}),n.showUserList?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$v,[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(A,null,{default:Vue.withCtx(()=>[Vue.createVNode(a,{span:4},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.listOfDesignatedPersons")),1)]),_:1}),Vue.createVNode(a,{style:{display:"flex","justify-content":"center","align-items":"center"},span:5},{default:Vue.withCtx(()=>[Vue.createVNode(c,{size:"small","split-button":"",type:"primary",plain:"",onCommand:i.handleCommand},{dropdown:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(d,{command:"selectUser",onClick:t[1]||(t[1]=b=>i.selectPointUser())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectusers")),1)]),_:1}),Vue.createVNode(d,{command:"selectDepartment",onClick:t[2]||(t[2]=b=>i.selectPointDepartment())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectDepartment")),1)]),_:1}),Vue.createVNode(d,{command:"selectWorkgroup",onClick:t[3]||(t[3]=b=>i.selectPointWorkgroup())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectTeam")),1)]),_:1}),Vue.createVNode(d,{command:"selectRole",onClick:t[4]||(t[4]=b=>i.selectPointRole())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectRole")),1)]),_:1}),Vue.createVNode(d,{command:"selectField",onClick:t[5]||(t[5]=b=>i.selectPointField())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectField")),1)]),_:1})]),_:1})]),default:Vue.withCtx(()=>[Vue.createElementVNode("span",_hoisted_2$i,[_hoisted_3$5,Vue.createTextVNode(" "+Vue.toDisplayString(e.$t("workflowEditorPublicModel.choice")),1)])]),_:1},8,["onCommand"])]),_:1}),Vue.createVNode(a,{span:3},{default:Vue.withCtx(()=>[Vue.createVNode(m,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.resetSelectedUsers},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.empty")),1)]),_:1},8,["onClick"])]),_:1})]),_:1}),Vue.createVNode(A,null,{default:Vue.withCtx(()=>[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.selectedUsersShowValue,"onUpdate:modelValue":t[6]||(t[6]=b=>n.selectedUsersShowValue=b),type:"textarea",rows:2,placeholder:e.$t("workflowEditorMessage.pleaseSelectPersonnel")},null,8,["modelValue","placeholder"])]),_:1})]),_:1})]),_:1}),n.showSelectUser?(Vue.openBlock(),Vue.createBlock(g,{key:0,width:"60%",multiple:!0,onClose:i.addPointUsers},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectDepartment?(Vue.openBlock(),Vue.createBlock(E,{key:1,width:"30%",multiple:!0,onClose:i.addPointDepartments},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectWorkgroup?(Vue.openBlock(),Vue.createBlock(p,{key:2,width:"30%",multiple:!0,onClose:i.addPointWorkgroups},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectRole?(Vue.openBlock(),Vue.createBlock(f,{key:3,multiple:!0,onClose:i.addPointRoles},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectField?(Vue.openBlock(),Vue.createBlock(w,{key:4,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)])):Vue.createCommentVNode("",!0)]),_:1},8,["label","label-width"])}const UserSelection=_export_sfc$1(_sfc_main$10,[["render",_sfc_render$V]]),permissionSettings_vue_vue_type_style_index_0_scoped_c019538f_lang="",_sfc_main$$={name:"PermissionSettings",components:{EditableFields,UserSelection,AdditionalCondition,editableChildFields},props:{modelValue:{type:Object,default:null}},data(){const e=deepCopy(this.modelValue),t=["viewOpinion","editOpinion","requireOpinion","viewMeetingResult","viewVoteResult","viewFlowHistory","printForm"];t.forEach(r=>{e[r+"Checkbox"]=!!this.modelValue[r].condition});const o=["add","delete","download"];return o.forEach(r=>{e.attachment[r+"Checkbox"]=!!this.modelValue.attachment[r]&&!!this.modelValue.attachment[r].condition,e.attachment.permission||(e.attachment[r]={permission:!1,condition:""})}),{formModel:e,attrNames:t,attachmentAttrNames:o}},mounted(){this.$watch("formModel",function(e){const t={editForm:{},viewOpinion:{},editOpinion:{},requireOpinion:{},viewMeetingResult:{},viewVoteResult:{},viewFlowHistory:{},printForm:{},officialText:{},attachment:{},deleteInstance:{userCondition:""}};console.log("触发了watch"),t.editForm.permission=e.editForm.permission,e.editForm.permission&&(t.editForm.field=e.editForm.field,t.editForm.subTablePermission=e.editForm.subTablePermission),this.attrNames.map(o=>{t[o].permission=e[o].permission,e[o].permission&&e[o+"Checkbox"]?t[o].condition=e[o].condition:t[o].condition=""}),t.attachment.permission=e.attachment.permission,e.attachment.permission&&this.attachmentAttrNames.map(o=>{t.attachment[o]||(t.attachment[o]={}),t.attachment[o].permission=e.attachment[o].permission,e.attachment[o].permission&&e.attachment[o+"Checkbox"]?t.attachment[o].condition=e.attachment[o].condition:t.attachment[o].condition=""}),this.$emit("update:modelValue",t)},{deep:!0})},methods:{}};function _sfc_render$U(e,t,o,r,n,i){const s=Vue.resolveComponent("el-switch"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("editable-fields"),d=Vue.resolveComponent("editable-child-fields"),u=Vue.resolveComponent("el-checkbox"),c=Vue.resolveComponent("additional-condition"),m=Vue.resolveComponent("user-selection"),A=Vue.resolveComponent("el-card"),C=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(C,{model:n.formModel},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowEditingForms")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.editForm.permission,"onUpdate:modelValue":t[0]||(t[0]=g=>n.formModel.editForm.permission=g)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[n.formModel.editForm.permission?(Vue.openBlock(),Vue.createBlock(a,{key:0,modelValue:n.formModel.editForm.field,"onUpdate:modelValue":t[1]||(t[1]=g=>n.formModel.editForm.field=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.editForm.permission?(Vue.openBlock(),Vue.createBlock(d,{key:1,modelValue:n.formModel.editForm.subTablePermission,"onUpdate:modelValue":t[2]||(t[2]=g=>n.formModel.editForm.subTablePermission=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},512),[[Vue.vShow,n.formModel.editForm.permission]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowViews")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewOpinion.permission,"onUpdate:modelValue":t[3]||(t[3]=g=>n.formModel.viewOpinion.permission=g)},null,8,["modelValue"]),n.formModel.viewOpinion.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewOpinionCheckbox,"onUpdate:modelValue":t[4]||(t[4]=g=>n.formModel.viewOpinionCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewOpinion.condition,"onUpdate:modelValue":t[5]||(t[5]=g=>n.formModel.viewOpinion.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewOpinion.permission&&n.formModel.viewOpinionCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.commentsAllowed")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.editOpinion.permission,"onUpdate:modelValue":t[6]||(t[6]=g=>n.formModel.editOpinion.permission=g)},null,8,["modelValue"]),n.formModel.editOpinion.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.editOpinionCheckbox,"onUpdate:modelValue":t[7]||(t[7]=g=>n.formModel.editOpinionCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.editOpinion.condition,"onUpdate:modelValue":t[8]||(t[8]=g=>n.formModel.editOpinion.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.editOpinion.permission&&n.formModel.editOpinionCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.commentsAreRequired")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.requireOpinion.permission,"onUpdate:modelValue":t[9]||(t[9]=g=>n.formModel.requireOpinion.permission=g)},null,8,["modelValue"]),n.formModel.requireOpinion.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.requireOpinionCheckbox,"onUpdate:modelValue":t[10]||(t[10]=g=>n.formModel.requireOpinionCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.requireOpinion.condition,"onUpdate:modelValue":t[11]||(t[11]=g=>n.formModel.requireOpinion.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.requireOpinion.permission&&n.formModel.requireOpinionCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowToViewCountersignatureResults")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewMeetingResult.permission,"onUpdate:modelValue":t[12]||(t[12]=g=>n.formModel.viewMeetingResult.permission=g)},null,8,["modelValue"]),n.formModel.viewMeetingResult.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewMeetingResultCheckbox,"onUpdate:modelValue":t[13]||(t[13]=g=>n.formModel.viewMeetingResultCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewMeetingResult.condition,"onUpdate:modelValue":t[14]||(t[14]=g=>n.formModel.viewMeetingResult.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewMeetingResult.permission&&n.formModel.viewMeetingResultCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowToViewVotingResults")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewVoteResult.permission,"onUpdate:modelValue":t[15]||(t[15]=g=>n.formModel.viewVoteResult.permission=g)},null,8,["modelValue"]),n.formModel.viewVoteResult.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewVoteResultCheckbox,"onUpdate:modelValue":t[16]||(t[16]=g=>n.formModel.viewVoteResultCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewVoteResult.condition,"onUpdate:modelValue":t[17]||(t[17]=g=>n.formModel.viewVoteResult.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewVoteResult.permission&&n.formModel.viewVoteResultCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowToViewFlowHistory")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewFlowHistory.permission,"onUpdate:modelValue":t[18]||(t[18]=g=>n.formModel.viewFlowHistory.permission=g)},null,8,["modelValue"]),n.formModel.viewFlowHistory.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewFlowHistoryCheckbox,"onUpdate:modelValue":t[19]||(t[19]=g=>n.formModel.viewFlowHistoryCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewFlowHistory.condition,"onUpdate:modelValue":t[20]||(t[20]=g=>n.formModel.viewFlowHistory.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewFlowHistory.permission&&n.formModel.viewFlowHistoryCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowFormsToPrint")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.printForm.permission,"onUpdate:modelValue":t[21]||(t[21]=g=>n.formModel.printForm.permission=g)},null,8,["modelValue"]),n.formModel.printForm.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.printFormCheckbox,"onUpdate:modelValue":t[22]||(t[22]=g=>n.formModel.printFormCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.printForm.condition,"onUpdate:modelValue":t[23]||(t[23]=g=>n.formModel.printForm.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.printForm.permission&&n.formModel.printFormCheckbox]]),Vue.createVNode(m,{modelValue:n.formModel.deleteInstance.userCondition,"onUpdate:modelValue":t[24]||(t[24]=g=>n.formModel.deleteInstance.userCondition=g),label:e.$t("workflowEditor.task.deletePermission"),"label-width":"100px","current-transactor":!0},null,8,["modelValue","label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.attachmentAuthority")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.permission,"onUpdate:modelValue":t[25]||(t[25]=g=>n.formModel.attachment.permission=g)},null,8,["modelValue"])]),_:1},8,["label"]),n.formModel.attachment.permission?(Vue.openBlock(),Vue.createBlock(A,{key:0,class:"box-card"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.addAttachment")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.add.permission,"onUpdate:modelValue":t[26]||(t[26]=g=>n.formModel.attachment.add.permission=g)},null,8,["modelValue"]),n.formModel.attachment.add.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.attachment.addCheckbox,"onUpdate:modelValue":t[27]||(t[27]=g=>n.formModel.attachment.addCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.attachment.add.permission&&n.formModel.attachment.addCheckbox?(Vue.openBlock(),Vue.createBlock(c,{key:1,modelValue:n.formModel.attachment.add.condition,"onUpdate:modelValue":t[28]||(t[28]=g=>n.formModel.attachment.add.condition=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.deleteAttachment")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.delete.permission,"onUpdate:modelValue":t[29]||(t[29]=g=>n.formModel.attachment.delete.permission=g)},null,8,["modelValue"]),n.formModel.attachment.delete.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.attachment.deleteCheckbox,"onUpdate:modelValue":t[30]||(t[30]=g=>n.formModel.attachment.deleteCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.attachment.delete.permission&&n.formModel.attachment.deleteCheckbox?(Vue.openBlock(),Vue.createBlock(c,{key:1,modelValue:n.formModel.attachment.delete.condition,"onUpdate:modelValue":t[31]||(t[31]=g=>n.formModel.attachment.delete.condition=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.downloadAttachment")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.download.permission,"onUpdate:modelValue":t[32]||(t[32]=g=>n.formModel.attachment.download.permission=g)},null,8,["modelValue"]),n.formModel.attachment.download.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.attachment.downloadCheckbox,"onUpdate:modelValue":t[33]||(t[33]=g=>n.formModel.attachment.downloadCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.attachment.download.permission&&n.formModel.attachment.downloadCheckbox?(Vue.openBlock(),Vue.createBlock(c,{key:1,modelValue:n.formModel.attachment.download.condition,"onUpdate:modelValue":t[34]||(t[34]=g=>n.formModel.attachment.download.condition=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"])]),_:1})):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.bodyPermission")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.officialText.permission,"onUpdate:modelValue":t[35]||(t[35]=g=>n.formModel.officialText.permission=g)},null,8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["model"])}const PermissionSettings$2=_export_sfc$1(_sfc_main$$,[["render",_sfc_render$U],["__scopeId","data-v-c019538f"]]),_sfc_main$_={name:"TransactorSettings",components:{CommonUserCondition,FormFields},props:{model:{type:Object,default:null},usedIn:{type:String,default:"HumanTask"},isSubprocess:{type:Boolean,default:!1},basicProperties:{type:Object,default:null}},data(){const e={selectedField:""};return this.initFormModel(e),{showFormFields:!1,formModel:e,isCountersign:!1}},mounted(){this.$watch("formModel",function(){this.setTransactor(this.formModel.transactor);const e={...this.formModel.additionalCondition};e.selectOneFromMultiple?e.selectType==="customType"&&delete e.selectUrl:(delete e.selectType,delete e.selectUrl),this.model.additionalCondition=e},{deep:!0}),this.$watch("basicProperties",function(){this.showActivateOneVoteVeto()},{deep:!0}),this.showActivateOneVoteVeto()},methods:{formatLabel(e){return getFormFieldLabel(e)},initFormModel(e){e.userCondition="";const t=this.model.userCondition;typeof t>"u"||t===""||t===null?(e.transactor="${instanceCreator}",this.model.userCondition="${instanceCreator}"):t==="${instanceCreator}"||t==="${previousTransactorAssignment}"?e.transactor=t:t.startsWith("${field[")&&t.indexOf("${field[")>=0&&t.indexOf('"selectedField": "${field[')<2?(e.transactor="byField",e.selectedField=t):t.startsWith("${deptField[")?(e.transactor="byDeptField",e.selectedField=t):(e.transactor="byCondition",e.userCondition=t),this.initAdditionalCondition(e),this.model.url!==void 0?e.url=this.model.url:e.url=""},initAdditionalCondition(e){this.model.additionalCondition===void 0?e.additionalCondition={onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1,selectType:"customType",selectUrl:""}:(e.additionalCondition={...this.model.additionalCondition},e.additionalCondition.selectType===void 0&&(e.additionalCondition.selectType="customType"))},changeA(e){this.setTransactor(e)},handleUrlChange(e){this.model.url=e},setTransactor(e){(e==="${instanceCreator}"||e==="${previousTransactorAssignment}")&&(this.model.userCondition=e),e==="byField"&&(this.model.userCondition=this.formModel.selectedField),e==="byCondition"&&(this.model.userCondition=this.formModel.userCondition),e==="${previousTransactorAssignment}"?this.model.url=this.formModel.url:this.model.url="",e==="byCondition"?this.model.additionalCondition={...this.formModel.additionalCondition}:this.model.additionalCondition=void 0},handleFieldSelection(e){},setField(e){e!==void 0&&(this.formModel.transactor==="byDeptField"?(this.formModel.selectedField="${deptField["+e+"]}",this.model.userCondition=this.formModel.selectedField):(this.formModel.selectedField="${field["+e+"]}",this.model.userCondition=this.formModel.selectedField)),this.showFormFields=!1},showActivateOneVoteVeto(){this.basicProperties&&this.basicProperties.processingMode&&(this.basicProperties.processingMode.type==="COUNTERSIGN"?this.isCountersign=!0:(this.isCountersign=!1,this.formModel.additionalCondition.activateOneVoteVeto=!1))},transactorChange(){this.formModel.selectedField=null}}},_hoisted_1$u={key:0,style:{width:"100%"}},_hoisted_2$h={key:1},_hoisted_3$4={key:0};function _sfc_render$T(e,t,o,r,n,i){const s=Vue.resolveComponent("el-radio"),l=Vue.resolveComponent("el-radio-group"),a=Vue.resolveComponent("common-user-condition"),d=Vue.resolveComponent("el-form-item"),u=Vue.resolveComponent("el-input"),c=Vue.resolveComponent("form-fields"),m=Vue.resolveComponent("el-checkbox"),A=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(A,{model:n.formModel},{default:Vue.withCtx(()=>[Vue.createVNode(d,{label:""},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.formModel.transactor,"onUpdate:modelValue":t[0]||(t[0]=C=>n.formModel.transactor=C),onChange:i.transactorChange},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${instanceCreator}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.processInitiator")),1)]),_:1}),o.usedIn==="HumanTask"?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:"${previousTransactorAssignment}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.appointmentOfHandlerInThePreviousLink")),1)]),_:1})):Vue.createCommentVNode("",!0),Vue.createVNode(s,{label:"byField"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.personSpecifiedInFormField")),1)]),_:1}),Vue.createVNode(s,{label:"byDeptField"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.deptSpecifiedInFormField")),1)]),_:1}),Vue.createVNode(s,{label:"byCondition"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.filterByCriteria")),1)]),_:1})]),_:1},8,["modelValue","onChange"]),n.formModel.transactor==="byCondition"?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$u,[Vue.createVNode(a,{modelValue:n.formModel.userCondition,"onUpdate:modelValue":t[1]||(t[1]=C=>n.formModel.userCondition=C),"used-in":"transactor"},null,8,["modelValue"])])):Vue.createCommentVNode("",!0)]),_:1}),n.formModel.transactor==="byField"||n.formModel.transactor==="byDeptField"?(Vue.openBlock(),Vue.createBlock(d,{key:0,prop:"selectedField",rules:[{required:!0,message:e.$t("workflowEditor.process.fieldName")+e.$t("workflowEditor.common.canNotBeEmpty"),trigger:"focus"}],label:e.$t("workflowEditor.process.fieldName"),"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{value:i.formatLabel(n.formModel.selectedField),onClick:t[2]||(t[2]=C=>n.showFormFields=!0)},null,8,["value"]),n.showFormFields?(Vue.openBlock(),Vue.createBlock(c,{key:0,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)]),_:1},8,["rules","label"])):Vue.createCommentVNode("",!0),n.formModel.transactor==="byCondition"||n.formModel.transactor==="byField"||n.formModel.transactor==="byDeptField"?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_2$h,[Vue.createVNode(d,{label:e.$t("workflowEditor.process.additionalConditions")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.onlyInCreatorDepartment,"onUpdate:modelValue":t[3]||(t[3]=C=>n.formModel.additionalCondition.onlyInCreatorDepartment=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.handlingYyThePersonnelOfTheDepartmentOfTheInitiator")),1)]),_:1},8,["modelValue"]),Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.withCreatorDepartment,"onUpdate:modelValue":t[4]||(t[4]=C=>n.formModel.additionalCondition.withCreatorDepartment=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling")),1)]),_:1},8,["modelValue"]),Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.selectOneFromMultiple,"onUpdate:modelValue":t[5]||(t[5]=C=>n.formModel.additionalCondition.selectOneFromMultiple=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.selectSpecificHandler")),1)]),_:1},8,["modelValue"]),Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.selectOneFromDept,"onUpdate:modelValue":t[6]||(t[6]=C=>n.formModel.additionalCondition.selectOneFromDept=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.selectOneFromDept")),1)]),_:1},8,["modelValue"]),o.isSubprocess?(Vue.openBlock(),Vue.createBlock(m,{key:0,modelValue:n.formModel.additionalCondition.generateOneInstanceFromDept,"onUpdate:modelValue":t[7]||(t[7]=C=>n.formModel.additionalCondition.generateOneInstanceFromDept=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.generateOneInstanceFromDept")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.isCountersign?(Vue.openBlock(),Vue.createBlock(m,{key:1,modelValue:n.formModel.additionalCondition.activateOneVoteVeto,"onUpdate:modelValue":t[8]||(t[8]=C=>n.formModel.additionalCondition.activateOneVoteVeto=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.activateOneVoteVeto")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),n.formModel.additionalCondition.selectOneFromMultiple?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_3$4,[Vue.createVNode(d,{label:e.$t("workflowEditor.process.selectionMethod")},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.formModel.additionalCondition.selectType,"onUpdate:modelValue":t[9]||(t[9]=C=>n.formModel.additionalCondition.selectType=C)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"customType"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.manualSelection")),1)]),_:1}),Vue.createVNode(s,{label:"autoType"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.autoSelect")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(d,{prop:"additionalCondition.selectUrl",label:e.$t("workflowEditor.process.callbackURL"),rules:[{required:!0,message:this.$t("workflowEditor.process.cannotBeEmpty"),trigger:"blur"}]},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.formModel.additionalCondition.selectUrl,"onUpdate:modelValue":t[10]||(t[10]=C=>n.formModel.additionalCondition.selectUrl=C)},null,8,["modelValue"])]),_:1},8,["label","rules"]),[[Vue.vShow,n.formModel.additionalCondition.selectType==="autoType"]])])):Vue.createCommentVNode("",!0)])):Vue.createCommentVNode("",!0),o.usedIn==="HumanTask"&&n.formModel.transactor==="${previousTransactorAssignment}"?(Vue.openBlock(),Vue.createBlock(d,{key:2,prop:"url",rules:[{required:!0,message:this.$t("workflowEditor.process.cannotBeEmpty"),trigger:"blur"}],label:e.$t("workflowEditor.process.selectURL"),"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.formModel.url,"onUpdate:modelValue":t[11]||(t[11]=C=>n.formModel.url=C),modelModifiers:{trim:!0},onChange:i.handleUrlChange},null,8,["modelValue","onChange"])]),_:1},8,["rules","label"])):Vue.createCommentVNode("",!0)]),_:1},8,["model"])}const TransactorSettings=_export_sfc$1(_sfc_main$_,[["render",_sfc_render$T]]),standardValues={"${currentTime}":getI18n().t("workflowEditor.process.handlingTimeOfThisLink"),"${currentTransactorId}":getI18n().t("workflowEditor.process.handlerIDOfThisLink"),"${currentTransactorMainDepartmentId}":getI18n().t("workflowEditor.process.currentHandlerPrincipalDepartmentID"),"${currentTransactorDirectSuperiorId}":getI18n().t("workflowEditor.process.iDOfTheImmediateSuperiorOfTheCurrentHandler"),"${currentTransactorDirectSuperiorMainDepartmentId}":getI18n().t("workflowEditor.process.iDOfTheSuperiorDepartmentDirectlyUnderTheCurrentHandler"),"${currentTransactor}":getI18n().t("workflowEditor.process.loginNameOfTheHandlerInThisLink"),"${currentTransactorName }":getI18n().t("workflowEditor.process.NameOfCurrentHandler"),"${currentTransactorDepartment }":getI18n().t("workflowEditor.process.CurrentHandlerDepartment"),"${currentTransactorDepartmentId}":getI18n().t("workflowEditor.process.CurrentHandlerDepartmentID"),"${currentTransactorMainDepartment}":getI18n().t("workflowEditor.process.CurrentManagersPrincipalDepartment"),"${currentTransactorSuperiorDepartmentId}":getI18n().t("workflowEditor.process.iDOfSsuperiorDepartmentOfCurrentHandler"),"${currentTransactorSuperiorDepartment}":getI18n().t("workflowEditor.process.CurrentHandlersSuperiorDepartment"),"${currentTransactorUpstageDepartment}":getI18n().t("workflowEditor.process.TopDepartmentOfCurrentHandler"),"${currentTransactorUpstageDepartmentId}":getI18n().t("workflowEditor.process.TopDepartmentIDOfCurrentHandler"),"${currentTransactorRole}":getI18n().t("workflowEditor.process.CurrentHandlerRole"),"${currentTransactorRoleId}":getI18n().t("workflowEditor.process.CurrentHandlerRoleID"),"${currentTransactorWorkGroup}":getI18n().t("workflowEditor.process.currentHandlerWorkingGroup"),"${currentTransactorWorkGroupId}":getI18n().t("workflowEditor.process.CurrentHandlerWorkingGroupID"),"${currentTransactorDirectSuperior}":getI18n().t("workflowEditor.process.LoginNameOfTheImmediateSuperiorOfTheCurrentHandler"),"${currentTransactorDirectSuperiorName}":getI18n().t("workflowEditor.process.nameOfTheImmediateSuperiorOfTheCurrentHandler"),"${currentTransactorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.currentHandlersDirectSuperiorDepartment"),"${currentTransactorDirectSuperiorDepartmentId}":getI18n().t("workflowEditor.process.currentManagersIdDirectlyUnderTheSuperior"),"${currentTransactorDirectSuperiorMainDepartment}":getI18n().t("workflowEditor.process.currentManagersDirectSuperiorDepartment"),"${currentTransactorDirectSuperiorRole}":getI18n().t("workflowEditor.process.currentManagersDirectSuperiorRole"),"${currentTransactorDirectSuperiorRoleId}":getI18n().t("workflowEditor.process.currentHandlersDirectSuperiorRoleID"),"${currentTransactorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.currentManagersDirectSuperiorWork"),"${currentTransactorDirectSuperiorWorkGroupId}":getI18n().t("workflowEditor.process.iDOfTheWorkingGroupDirectlyUnderTheCurrentHandler"),"${currentOperation}":getI18n().t("workflowEditor.process.operationsPerformedInThisPhase"),"${previousTransactorId}":getI18n().t("workflowEditor.process.handlerIDOfThePreviousLink"),"${previousTransactor}":getI18n().t("workflowEditor.process.lastLinkHandlerLogin"),"${previousTransactorName}":getI18n().t("workflowEditor.process.nameOfHandlerInThePreviousLink")},_sfc_main$Z={name:"AutoFilledFields",components:{FormFields},props:{modelValue:{type:Object,default:()=>({})}},data(){const e=[];if(this.modelValue.field!==void 0&&this.modelValue.field!==null)if(Array.isArray(this.modelValue.field))this.modelValue.field.map(t=>{const o={...t};typeof t.value=="string"&&t.value.indexOf("+")!==-1?o.value=t.value.split("+"):(o.value=[],o.value.push(t.value)),e.push(o)});else{const t={...this.modelValue.field};typeof this.modelValue.field.value=="string"&&this.modelValue.field.value.indexOf("+")!==-1?t.value=this.modelValue.field.value.split("+"):(t.value=[],t.value.push(this.modelValue.field.value)),e.push(t)}return{tableData:e,currentRow:null,standardValues,showFormFields:!1}},computed:{keys(){return Object.keys(this.standardValues)}},watch:{},mounted(){this.tableData&&this.tableData.length>0&&this.setCurrentRow(this.tableData[0]),this.$watch("tableData",function(){const e=[];this.tableData.map(t=>{if(t.name!==""&&t.value.length>0){const o={...t};o.value=t.value.join("+"),e.push(o)}}),this.$emit("update:modelValue",{field:e})},{deep:!0})},created(){},methods:{add(){for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].name===""||this.tableData[t].value===""){this.$alert(this.$t("workflowEditorMessage.theFieldNameOrFieldValueInLineCannotBeEmpty",{row:t+1}));return}const e={name:"",value:[],separator:"",fillType:"cover",fillTime:"after"};this.tableData.push(e),this.setCurrentRow(e)},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e;for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].name===this.currentRow.name){e=t;break}this.tableData.splice(e,1),e=e<=this.tableData.length-1?e:this.tableData.length-1,this.setCurrentRow(this.tableData[e])},setCurrentRow(e){this.$refs.table.setCurrentRow(e)},handleCurrentChange(e){this.currentRow=e},checkName(e){!this.showFormFields&&e===""&&this.$alert(this.$t("workflowEditorMessage.fieldNameCannotBeEmpty"))},checkValue(e){e.length===0&&this.$alert(this.$t("workflowEditorMessage.fieldValueCannotBeEmpty"))},setField(e){e!==void 0&&(this.currentRow.name=e),this.showFormFields=!1},getFieldLabel(e){return getFormFieldLabel(e)}}};function _sfc_render$S(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-table-column"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-option"),c=Vue.resolveComponent("el-select"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("form-fields");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(l,{style:{"margin-bottom":"5px"}},{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.tableData,border:"","highlight-current-row":"",style:{width:"100%"},onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{type:"index",width:"50"}),Vue.createVNode(a,{prop:"name",label:e.$t("workflowEditor.common.name"),width:"150"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{value:i.getFieldLabel(C.row.name),placeholder:e.$t("workflowEditorMessage.pleaseEnterContent"),readonly:"",onClick:t[0]||(t[0]=g=>n.showFormFields=!0),onBlur:g=>i.checkName(C.row.name)},null,8,["value","placeholder","onBlur"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"value",label:e.$t("workflowEditor.common.fieldValue"),width:"200"},{default:Vue.withCtx(C=>[Vue.createVNode(c,{modelValue:C.row.value,"onUpdate:modelValue":g=>C.row.value=g,multiple:"",filterable:"","allow-create":"","default-first-option":"",placeholder:e.$t("workflowEditorMessage.pleaseSelect"),onBlur:g=>i.checkValue(C.row.value)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.keys,g=>(Vue.openBlock(),Vue.createBlock(u,{key:g,label:n.standardValues[g],value:g},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","placeholder","onBlur"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"separator",label:e.$t("workflowEditor.common.separator")},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.separator,"onUpdate:modelValue":g=>C.row.separator=g,modelModifiers:{trim:!0}},null,8,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"fillType",label:e.$t("workflowEditor.common.fillInMethod")},{default:Vue.withCtx(C=>[Vue.createVNode(c,{modelValue:C.row.fillType,"onUpdate:modelValue":g=>C.row.fillType=g},{default:Vue.withCtx(()=>[Vue.createVNode(u,{label:e.$t("workflowEditor.common.cover"),value:"cover"},null,8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.append"),value:"append"},null,8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.insertToFront"),value:"prepend"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"fillTime",label:e.$t("workflowEditor.common.fillInTime")},{default:Vue.withCtx(C=>[Vue.createVNode(c,{modelValue:C.row.fillTime,"onUpdate:modelValue":g=>C.row.fillTime=g},{default:Vue.withCtx(()=>[Vue.createVNode(u,{label:e.$t("workflowEditor.common.fillInBeforeHandling"),value:"before"},null,8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.fillInAfterHandling"),value:"after"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"]),n.showFormFields?(Vue.openBlock(),Vue.createBlock(A,{key:0,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)])}const AutoFilledFields=_export_sfc$1(_sfc_main$Z,[["render",_sfc_render$S]]),_sfc_main$Y={name:"Variables",props:{model:{type:Object,default:null}},data(){let e=[];return this.model.variable!==void 0&&(Array.isArray(this.model.variable)?e=this.model.variable:e.push(this.model.variable)),{variables:e,currentRow:null}},watch:{},mounted(){this.variables.length>0&&this.setCurrentRow(this.variables[0]),this.$watch("variables",function(){const e=this.variables.filter(t=>t.name!==""&&t.value!=="");this.$emit("input",{variable:e})},{deep:!0})},methods:{add(){for(let t=0;t<this.variables.length;t++)if(this.variables[t].name===""||this.variables[t].value===""){this.$alert(this.$t("workflowEditorMessage.variableNameOrValueOnLineCannotBeEmpty",{row:t+1}));return}const e={name:"",value:""};this.variables.push(e),this.setCurrentRow(e)},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e;for(let t=0;t<this.variables.length;t++)if(this.variables[t].name===this.currentRow.name){e=t;break}this.variables.splice(e,1),e=e<=this.variables.length-1?e:this.variables.length-1,this.setCurrentRow(this.variables[e])},setCurrentRow(e){this.$refs.table.setCurrentRow(e)},handleCurrentChange(e){this.currentRow=e},checkName(e){e===""&&this.$alert(this.$t("workflowEditorMessage.variableNameCannotBeEmpty"))},checkValue(e){e===""&&this.$alert(this.$t("workflowEditorMessage.variableValueCannotBeEmpty"))}}};function _sfc_render$R(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-table-column"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-table");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(u,{ref:"table",data:n.variables,border:"","highlight-current-row":"",style:{width:"100%"},onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{type:"index",width:"50"}),Vue.createVNode(a,{prop:"name",label:e.$t("workflowEditor.common.variableName")},{default:Vue.withCtx(c=>[Vue.createVNode(d,{modelValue:c.row.name,"onUpdate:modelValue":m=>c.row.name=m,modelModifiers:{trim:!0},placeholder:e.$t("workflowEditorMessage.pleaseEnterContent"),onBlur:m=>i.checkName(c.row.name)},null,8,["modelValue","onUpdate:modelValue","placeholder","onBlur"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"value",label:e.$t("workflowEditor.common.variableValue")},{default:Vue.withCtx(c=>[Vue.createVNode(d,{modelValue:c.row.value,"onUpdate:modelValue":m=>c.row.value=m,modelModifiers:{trim:!0},placeholder:e.$t("workflowEditorMessage.pleaseEnterContent"),onBlur:m=>i.checkValue(c.row.value)},null,8,["modelValue","onUpdate:modelValue","placeholder","onBlur"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"])])}const Variables=_export_sfc$1(_sfc_main$Y,[["render",_sfc_render$R]]),_sfc_main$X={name:"Events",props:{modelValue:{type:Object,default:null}},data(){const e={};return e.beforeSubmitEnabled=!1,e.beforeSubmit={},this.modelValue.beforeSubmit&&(e.beforeSubmitEnabled=!0,e.beforeSubmit={...this.modelValue.beforeSubmit}),e.afterComplete=this.modelValue.afterComplete,{formModel:e}},mounted(){this.$watch("formModel",function(e,t){const o={};this.formModel.beforeSubmitEnabled&&(o.beforeSubmit={...this.formModel.beforeSubmit}),o.afterComplete=this.formModel.afterComplete,this.$emit("update:modelValue",o)},{deep:!0})}},_hoisted_1$t={key:0};function _sfc_render$Q(e,t,o,r,n,i){const s=Vue.resolveComponent("el-switch"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("el-input"),d=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(d,{model:n.formModel,"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.beforeSubmission")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.beforeSubmitEnabled,"onUpdate:modelValue":t[0]||(t[0]=u=>n.formModel.beforeSubmitEnabled=u)},null,8,["modelValue"])]),_:1},8,["label"]),n.formModel.beforeSubmitEnabled?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$t,[Vue.createVNode(l,{label:e.$t("workflowEditor.task.executionURL")},{default:Vue.withCtx(()=>[Vue.createVNode(a,{modelValue:n.formModel.beforeSubmit.url,"onUpdate:modelValue":t[1]||(t[1]=u=>n.formModel.beforeSubmit.url=u)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.errorMessage")},{default:Vue.withCtx(()=>[Vue.createVNode(a,{modelValue:n.formModel.beforeSubmit.errorMessage,"onUpdate:modelValue":t[2]||(t[2]=u=>n.formModel.beforeSubmit.errorMessage=u)},null,8,["modelValue"])]),_:1},8,["label"])])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.afterSubmission")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.afterComplete,"onUpdate:modelValue":t[3]||(t[3]=u=>n.formModel.afterComplete=u)},null,8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["model"])}const Events$2=_export_sfc$1(_sfc_main$X,[["render",_sfc_render$Q]]),_sfc_main$W={name:"CommonNoticeTool",props:{label:{type:String,default:null},modelValue:{type:String,default:null},customMsg:{type:String,default:null}},data(){let e=[];this.modelValue&&this.modelValue!==""&&this.modelValue!==null&&(e=this.modelValue.split(","));let t="";return this.customMsg&&this.customMsg!==""&&this.customMsg!==null&&(t=this.customMsg),{tools:e,myCustomMsg:t}},watch:{tools(e){this.$emit("update:modelValue",this.tools.join(","))},myCustomMsg(e){this.$emit("input-msg",this.myCustomMsg)}}};function _sfc_render$P(e,t,o,r,n,i){const s=Vue.resolveComponent("el-checkbox"),l=Vue.resolveComponent("el-checkbox-group"),a=Vue.resolveComponent("el-form-item"),d=Vue.resolveComponent("el-input");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(a,{label:o.label},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.tools,"onUpdate:modelValue":t[0]||(t[0]=u=>n.tools=u)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"mail"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.mail")),1)]),_:1}),Vue.createVNode(s,{label:"DINGDING"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.dingding")),1)]),_:1}),Vue.createVNode(s,{label:"QIWEI"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.qiwei")),1)]),_:1}),Vue.createVNode(s,{label:"FEISHU"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.feishu")),1)]),_:1}),Vue.createVNode(s,{label:"custom"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.custom")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),n.tools.indexOf("custom")>=0?(Vue.openBlock(),Vue.createBlock(a,{key:0,"label-width":"110",label:e.$t("workflowEditor.common.customMsg")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.myCustomMsg,"onUpdate:modelValue":t[1]||(t[1]=u=>n.myCustomMsg=u)},null,8,["modelValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0)])}const CommonNoticeTool=_export_sfc$1(_sfc_main$W,[["render",_sfc_render$P]]),reminder_vue_vue_type_style_index_0_scoped_4e29ea06_lang="",_sfc_main$V={name:"Reminder",components:{CommonNoticeTool,CommonUserCondition,SelectMailTemplates},props:{modelValue:{type:[Object,String],default:null},isProcess:{type:Boolean,default:!1}},data(){let e=!1,t=!1,o={dueDate:1,dueTimeUnit:"day",repeat:1,containTransferUser:!1,containNoticeUser:!1,remindType:"mail",timeUnit:"day",remindTimes:0,noticeType:"",noticeUserCondition:"",transferUserCondition:""};return this.modelValue!==null&&this.modelValue!==void 0&&this.modelValue!==""&&(o=this.modelValue,e=!0,this.modelValue.remindTimes>0&&(t=!0),o.dueTimeUnit||(o.dueTimeUnit="day")),{showReminder:e,showNotice:t,model:o,showMailTemplateFlag:!1,baseURL:"",optionUrl:"",multiSelectData:[],options:{showColumns:"code,name"}}},watch:{showReminder(e){e?this.$emit("update:modelValue",this.model):this.$emit("update:modelValue",null)},showNotice(e){e?this.$emit("update:modelValue",this.model):this.$emit("update:modelValue",{remindType:this.model.remindType,dueDate:this.model.dueDate,dueTimeUnit:this.model.dueTimeUnit,repeat:this.model.repeat,timeUnit:this.model.timeUnit,remindTimes:0,noticeType:"",noticeUserCondition:"",containTransferUser:!1,transferUserCondition:"",containNoticeUser:!1})}},created(){this.baseURL=window.$vueApp.config.globalProperties.baseURL,this.optionUrl="/bs/email-templates/list/0",this.$watch("model",function(e,t){let o=null;this.showReminder&&(o=this.model,o.dueTimeUnit||(o.dueTimeUnit="day")),console.log("reminder===",o),this.$emit("update:modelValue",o)},{deep:!0})},methods:{setMailTemplateCode(e){this.model.mailTemplateCode=e},setMailPointTemplateCode(e){this.model.mailPointTemplateCode=e},selectData(e,t){this.multiSelectData=e},setReminderCustomMsg(e){this.model.reminderCustomMsg=e},setNoticeCustomMsg(e){this.model.noticeCustomMsg=e}}},_hoisted_1$s={key:0},_hoisted_2$g={key:2};function _sfc_render$O(e,t,o,r,n,i){const s=Vue.resolveComponent("el-switch"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("common-notice-tool"),d=Vue.resolveComponent("select-mail-templates"),u=Vue.resolveComponent("el-input-number"),c=Vue.resolveComponent("el-option"),m=Vue.resolveComponent("el-select"),A=Vue.resolveComponent("el-radio"),C=Vue.resolveComponent("el-checkbox"),g=Vue.resolveComponent("common-user-condition"),E=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(E,{model:n.model,"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.needToBeUrged")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.showReminder,"onUpdate:modelValue":t[0]||(t[0]=p=>n.showReminder=p)},null,8,["modelValue"])]),_:1},8,["label"]),n.showReminder?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$s,[Vue.createVNode(a,{modelValue:n.model.remindType,"onUpdate:modelValue":t[1]||(t[1]=p=>n.model.remindType=p),label:e.$t("workflowEditor.task.urgingMethod"),"custom-msg":n.model.reminderCustomMsg,onInputMsg:i.setReminderCustomMsg},null,8,["modelValue","label","custom-msg","onInputMsg"]),n.model.remindType&&n.model.remindType.length>0?(Vue.openBlock(),Vue.createBlock(l,{key:0,"label-width":"100",label:e.$t("workflowEditor.task.selectNoticeTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.model.mailTemplateCode,"onUpdate:modelValue":t[2]||(t[2]=p=>n.model.mailTemplateCode=p),onSetValue:i.setMailTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),n.model.remindType&&n.model.remindType.length>0&&n.model.remindType.indexOf("mail")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:1,"label-width":"100",label:e.$t("workflowEditor.task.selectMailTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.model.mailPointTemplateCode,"onUpdate:modelValue":t[3]||(t[3]=p=>n.model.mailPointTemplateCode=p),onSetValue:i.setMailPointTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.timeLimitForHandling"),size:"small"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.model.dueDate,"onUpdate:modelValue":t[4]||(t[4]=p=>n.model.dueDate=p),"controls-position":"right",min:1,max:30,style:{width:"90px"}},null,8,["modelValue"]),Vue.createVNode(m,{modelValue:n.model.dueTimeUnit,"onUpdate:modelValue":t[5]||(t[5]=p=>n.model.dueTimeUnit=p),style:{width:"70px"}},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.task.day"),value:"day"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.task.hour"),value:"hour"},null,8,["label"])]),_:1},8,["modelValue"]),Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.task.urgingInterval")),1),Vue.createVNode(u,{modelValue:n.model.repeat,"onUpdate:modelValue":t[6]||(t[6]=p=>n.model.repeat=p),"controls-position":"right",min:1,max:30,style:{width:"90px"}},null,8,["modelValue"]),Vue.createVNode(m,{modelValue:n.model.timeUnit,"onUpdate:modelValue":t[7]||(t[7]=p=>n.model.timeUnit=p),style:{width:"70px"}},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.task.day"),value:"day"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.task.hour"),value:"hour"},null,8,["label"])]),_:1},8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:n.showNotice,"onUpdate:modelValue":t[8]||(t[8]=p=>n.showNotice=p),label:!1},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.alwaysUrging")),1)]),_:1},8,["modelValue"]),Vue.createVNode(A,{modelValue:n.showNotice,"onUpdate:modelValue":t[9]||(t[9]=p=>n.showNotice=p),label:!0},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.limitedUrging")),1)]),_:1},8,["modelValue"])]),_:1}),n.showNotice?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_2$g,[Vue.createVNode(l,{label:e.$t("workflowEditor.task.timesOfUrging"),size:"small"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.model.remindTimes,"onUpdate:modelValue":t[10]||(t[10]=p=>n.model.remindTimes=p),"controls-position":"right",min:1,max:99,style:{width:"90px"}},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{modelValue:n.model.noticeType,"onUpdate:modelValue":t[11]||(t[11]=p=>n.model.noticeType=p),label:e.$t("workflowEditor.common.notificationMethod"),"custom-msg":n.model.noticeCustomMsg,onInputMsg:i.setNoticeCustomMsg},null,8,["modelValue","label","custom-msg","onInputMsg"]),o.isProcess?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(l,{key:0,label:e.$t("workflowEditor.common.notifyPersonnel"),style:{"margin-bottom":"5px"}},{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.model.containTransferUser,"onUpdate:modelValue":t[12]||(t[12]=p=>n.model.containTransferUser=p)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.includingHandoverPersonnel")),1)]),_:1},8,["modelValue"])]),_:1},8,["label"])),Vue.createVNode(l,{"label-width":"0"},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:n.model.noticeUserCondition,"onUpdate:modelValue":t[13]||(t[13]=p=>n.model.noticeUserCondition=p)},null,8,["modelValue"])]),_:1}),o.isProcess?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(l,{key:1,label:e.$t("workflowEditor.task.handoverPersonnel"),style:{"margin-bottom":"5px"}},{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.model.containNoticeUser,"onUpdate:modelValue":t[14]||(t[14]=p=>n.model.containNoticeUser=p)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.includeNotifyPeople")),1)]),_:1},8,["modelValue"])]),_:1},8,["label"])),o.isProcess?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(l,{key:2,"label-width":"0"},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:n.model.transferUserCondition,"onUpdate:modelValue":t[15]||(t[15]=p=>n.model.transferUserCondition=p)},null,8,["modelValue"])]),_:1}))])):Vue.createCommentVNode("",!0)])):Vue.createCommentVNode("",!0)]),_:1},8,["model"])}const Reminder=_export_sfc$1(_sfc_main$V,[["render",_sfc_render$O],["__scopeId","data-v-4e29ea06"]]),noticeReminder_vue_vue_type_style_index_0_scoped_39fac73c_lang="",_sfc_main$U={name:"NoticeReminder",components:{Reminder,CommonNoticeTool,SelectMailTemplates},props:{reminderValue:{type:[Object,String],default:null},taskNoticeValue:{type:Object,default:null},isProcess:{type:Boolean,default:!1}},data(){let e=null;this.reminderValue!==null&&this.reminderValue!==void 0&&this.reminderValue!==""&&(e=this.reminderValue);let t={};return this.taskNoticeValue!==null&&this.taskNoticeValue!==void 0&&this.taskNoticeValue!==""&&(t=this.taskNoticeValue),{reminderObj:e,noticeObj:t}},watch:{reminderObj(e){e?this.$emit("update:reminder-value",e):this.$emit("update:reminder-value",null)}},methods:{setMailTemplateCode(e){this.noticeObj.mailPointTemplateCode=e},setNoticeCommonTemplateCode(e){this.noticeObj.mailTemplateCode=e},setCustomMsg(e){this.noticeObj.customMsg=e}}},_hoisted_1$r={class:"clearfix"},_hoisted_2$f={class:"sub-li"},_hoisted_3$3={class:"sub-li"},_hoisted_4$3={class:"clearfix"},_hoisted_5$3={class:"sub-li"},_hoisted_6$2={class:"sub-li"},_hoisted_7$1={class:"sub-li"},_hoisted_8$1={class:"sub-li"};function _sfc_render$N(e,t,o,r,n,i){const s=Vue.resolveComponent("Warning"),l=Vue.resolveComponent("el-icon"),a=Vue.resolveComponent("el-tooltip"),d=Vue.resolveComponent("common-notice-tool"),u=Vue.resolveComponent("select-mail-templates"),c=Vue.resolveComponent("el-form-item"),m=Vue.resolveComponent("el-form"),A=Vue.resolveComponent("el-card"),C=Vue.resolveComponent("reminder");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(A,{class:"box-card"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$r,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.common.taskNotice")),1),Vue.createVNode(a,null,{content:Vue.withCtx(()=>[Vue.createElementVNode("ul",null,[Vue.createElementVNode("li",null,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateMsg")),1),Vue.createElementVNode("li",_hoisted_2$f,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateNotice")),1),Vue.createElementVNode("li",_hoisted_3$3,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateEmail")),1)])]),default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})]),_:1})])]),default:Vue.withCtx(()=>[Vue.createVNode(m,{model:n.noticeObj,"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.noticeObj.informType,"onUpdate:modelValue":t[0]||(t[0]=g=>n.noticeObj.informType=g),label:e.$t("workflowEditor.common.notificationMethod"),"custom-msg":n.noticeObj.customMsg,onInputMsg:i.setCustomMsg},null,8,["modelValue","label","custom-msg","onInputMsg"]),n.noticeObj.informType&&n.noticeObj.informType.length>0?(Vue.openBlock(),Vue.createBlock(c,{key:0,"label-width":"100",label:e.$t("workflowEditor.task.selectNoticeTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.noticeObj.mailTemplateCode,"onUpdate:modelValue":t[1]||(t[1]=g=>n.noticeObj.mailTemplateCode=g),onSetValue:i.setNoticeCommonTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),n.noticeObj.informType&&n.noticeObj.informType.length>0&&n.noticeObj.informType.indexOf("mail")>=0?(Vue.openBlock(),Vue.createBlock(c,{key:1,"label-width":"100",label:e.$t("workflowEditor.task.selectMailTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.noticeObj.mailPointTemplateCode,"onUpdate:modelValue":t[2]||(t[2]=g=>n.noticeObj.mailPointTemplateCode=g),onSetValue:i.setMailTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0)]),_:1},8,["model"])]),_:1}),Vue.createVNode(A,{class:"box-card",style:{"margin-top":"10px"}},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_4$3,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.common.reminderNotice")),1),Vue.createVNode(a,null,{content:Vue.withCtx(()=>[Vue.createElementVNode("ul",null,[Vue.createElementVNode("li",null,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateMsg")),1),Vue.createElementVNode("li",_hoisted_5$3,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateNotice")),1),Vue.createElementVNode("li",_hoisted_6$2,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateEmail")),1),Vue.createElementVNode("li",null,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipRemindMsg")),1),Vue.createElementVNode("li",_hoisted_7$1,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipRemindImmediately")),1),Vue.createElementVNode("li",_hoisted_8$1,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipRemindHistory")),1)])]),default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})]),_:1})])]),default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.reminderObj,"onUpdate:modelValue":t[3]||(t[3]=g=>n.reminderObj=g),isProcess:o.isProcess},null,8,["modelValue","isProcess"])]),_:1})])}const NoticeReminder=_export_sfc$1(_sfc_main$U,[["render",_sfc_render$N],["__scopeId","data-v-39fac73c"]]),humanTask_vue_vue_type_style_index_0_scoped_9bc8867a_lang="",_sfc_main$T={name:"HumanTaskPropertiesEditor",components:{BasicProperties:BasicProperties$5,TransactorSettings,PermissionSettings:PermissionSettings$2,AutoFilledFields,Events:Events$2,Variables,NoticeReminder},props:{model:{type:Object,default:null}},data(){return this.model.ref.taskNotice||(this.model.ref.taskNotice={}),{activeTab:"basicProperties",dialogVisible:!0}},computed:{formModel(){return this.model.ref}},mounted(){this.$watch("model.ref.attr.id",function(e,t){this.model.id=e}),this.$watch("model.ref.attr.name",function(e,t){this.model.name=e})},methods:{handleClick(e,t){}}};function _sfc_render$M(e,t,o,r,n,i){const s=Vue.resolveComponent("basic-properties"),l=Vue.resolveComponent("el-tab-pane"),a=Vue.resolveComponent("transactor-settings"),d=Vue.resolveComponent("permission-settings"),u=Vue.resolveComponent("auto-filled-fields"),c=Vue.resolveComponent("notice-reminder"),m=Vue.resolveComponent("events"),A=Vue.resolveComponent("variables"),C=Vue.resolveComponent("el-tabs"),g=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(g,{"model-value":"",top:"10vh",title:e.$t("workflowEditor.task.linkAttribute"),center:!0,"append-to-body":"",class:"properties-editor",onOpen:t[7]||(t[7]=E=>e.$emit("open")),onOpend:t[8]||(t[8]=E=>e.$emit("opend")),onClose:t[9]||(t[9]=E=>e.$emit("close")),onClosed:t[10]||(t[10]=E=>e.$emit("closed"))},{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.activeTab,"onUpdate:modelValue":t[6]||(t[6]=E=>n.activeTab=E),type:"border-card",onTabClick:i.handleClick},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.basicProperties"),name:"basicProperties"},{default:Vue.withCtx(()=>[Vue.createVNode(s,{id:o.model.ref.attr.id,"onUpdate:id":t[0]||(t[0]=E=>o.model.ref.attr.id=E),name:o.model.ref.attr.name,"onUpdate:name":t[1]||(t[1]=E=>o.model.ref.attr.name=E),model:o.model.ref.basicProperties},null,8,["id","name","model"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.settingOfHandler"),name:"transactors"},{default:Vue.withCtx(()=>[Vue.createVNode(a,{model:o.model.ref.transactorSettings,"basic-properties":o.model.ref.basicProperties},null,8,["model","basic-properties"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.permissionSettings"),name:"permissions"},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:o.model.ref.permissionSettings,"onUpdate:modelValue":t[2]||(t[2]=E=>o.model.ref.permissionSettings=E)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.autoFillInFieldSettings"),name:"autoFilledFields"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:o.model.ref.autoFilledFields,"onUpdate:modelValue":t[3]||(t[3]=E=>o.model.ref.autoFilledFields=E)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.reminderSettings"),name:"reminders"},{default:Vue.withCtx(()=>[Vue.createVNode(c,{"reminder-value":o.model.ref.reminder,"onUpdate:reminderValue":t[4]||(t[4]=E=>o.model.ref.reminder=E),"task-notice-value":o.model.ref.taskNotice},null,8,["reminder-value","task-notice-value"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.eventProcessing"),name:"events"},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:o.model.ref.events,"onUpdate:modelValue":t[5]||(t[5]=E=>o.model.ref.events=E)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.linkVariable"),name:"variables"},{default:Vue.withCtx(()=>[Vue.createVNode(A,{model:o.model.ref.variables},null,8,["model"])]),_:1},8,["label"])]),_:1},8,["modelValue","onTabClick"])]),_:1},8,["title"])}const HumanTaskPropertiesEditor=_export_sfc$1(_sfc_main$T,[["render",_sfc_render$M],["__scopeId","data-v-9bc8867a"]]);var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getAugmentedNamespace(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var o=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};o.prototype=t.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(o,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}),o}var sax$1={};const path={},__viteBrowserExternal=Object.freeze(Object.defineProperty({__proto__:null,default:path},Symbol.toStringTag,{value:"Module"})),require$$0=getAugmentedNamespace(__viteBrowserExternal);var string_decoder={},safeBuffer={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var hasRequiredSafeBuffer;function requireSafeBuffer(){return hasRequiredSafeBuffer||(hasRequiredSafeBuffer=1,function(e,t){var o=require$$0,r=o.Buffer;function n(s,l){for(var a in s)l[a]=s[a]}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?e.exports=o:(n(o,t),t.Buffer=i);function i(s,l,a){return r(s,l,a)}i.prototype=Object.create(r.prototype),n(r,i),i.from=function(s,l,a){if(typeof s=="number")throw new TypeError("Argument must not be a number");return r(s,l,a)},i.alloc=function(s,l,a){if(typeof s!="number")throw new TypeError("Argument must be a number");var d=r(s);return l!==void 0?typeof a=="string"?d.fill(l,a):d.fill(l):d.fill(0),d},i.allocUnsafe=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return r(s)},i.allocUnsafeSlow=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return o.SlowBuffer(s)}}(safeBuffer,safeBuffer.exports)),safeBuffer.exports}var hasRequiredString_decoder;function requireString_decoder(){if(hasRequiredString_decoder)return string_decoder;hasRequiredString_decoder=1;var e=requireSafeBuffer().Buffer,t=e.isEncoding||function(p){switch(p=""+p,p&&p.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(p){if(!p)return"utf8";for(var f;;)switch(p){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return p;default:if(f)return;p=(""+p).toLowerCase(),f=!0}}function r(p){var f=o(p);if(typeof f!="string"&&(e.isEncoding===t||!t(p)))throw new Error("Unknown encoding: "+p);return f||p}string_decoder.StringDecoder=n;function n(p){this.encoding=r(p);var f;switch(this.encoding){case"utf16le":this.text=c,this.end=m,f=4;break;case"utf8":this.fillLast=a,f=4;break;case"base64":this.text=A,this.end=C,f=3;break;default:this.write=g,this.end=E;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(f)}n.prototype.write=function(p){if(p.length===0)return"";var f,w;if(this.lastNeed){if(f=this.fillLast(p),f===void 0)return"";w=this.lastNeed,this.lastNeed=0}else w=0;return w<p.length?f?f+this.text(p,w):this.text(p,w):f||""},n.prototype.end=u,n.prototype.text=d,n.prototype.fillLast=function(p){if(this.lastNeed<=p.length)return p.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);p.copy(this.lastChar,this.lastTotal-this.lastNeed,0,p.length),this.lastNeed-=p.length};function i(p){return p<=127?0:p>>5===6?2:p>>4===14?3:p>>3===30?4:p>>6===2?-1:-2}function s(p,f,w){var v=f.length-1;if(v<w)return 0;var b=i(f[v]);return b>=0?(b>0&&(p.lastNeed=b-1),b):--v<w||b===-2?0:(b=i(f[v]),b>=0?(b>0&&(p.lastNeed=b-2),b):--v<w||b===-2?0:(b=i(f[v]),b>=0?(b>0&&(b===2?b=0:p.lastNeed=b-3),b):0))}function l(p,f,w){if((f[0]&192)!==128)return p.lastNeed=0,"�";if(p.lastNeed>1&&f.length>1){if((f[1]&192)!==128)return p.lastNeed=1,"�";if(p.lastNeed>2&&f.length>2&&(f[2]&192)!==128)return p.lastNeed=2,"�"}}function a(p){var f=this.lastTotal-this.lastNeed,w=l(this,p);if(w!==void 0)return w;if(this.lastNeed<=p.length)return p.copy(this.lastChar,f,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);p.copy(this.lastChar,f,0,p.length),this.lastNeed-=p.length}function d(p,f){var w=s(this,p,f);if(!this.lastNeed)return p.toString("utf8",f);this.lastTotal=w;var v=p.length-(w-this.lastNeed);return p.copy(this.lastChar,0,v),p.toString("utf8",f,v)}function u(p){var f=p&&p.length?this.write(p):"";return this.lastNeed?f+"�":f}function c(p,f){if((p.length-f)%2===0){var w=p.toString("utf16le",f);if(w){var v=w.charCodeAt(w.length-1);if(v>=55296&&v<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=p[p.length-2],this.lastChar[1]=p[p.length-1],w.slice(0,-1)}return w}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=p[p.length-1],p.toString("utf16le",f,p.length-1)}function m(p){var f=p&&p.length?this.write(p):"";if(this.lastNeed){var w=this.lastTotal-this.lastNeed;return f+this.lastChar.toString("utf16le",0,w)}return f}function A(p,f){var w=(p.length-f)%3;return w===0?p.toString("base64",f):(this.lastNeed=3-w,this.lastTotal=3,w===1?this.lastChar[0]=p[p.length-1]:(this.lastChar[0]=p[p.length-2],this.lastChar[1]=p[p.length-1]),p.toString("base64",f,p.length-w))}function C(p){var f=p&&p.length?this.write(p):"";return this.lastNeed?f+this.lastChar.toString("base64",0,3-this.lastNeed):f}function g(p){return p.toString(this.encoding)}function E(p){return p&&p.length?this.write(p):""}return string_decoder}(function(e){(function(t){t.parser=function(V,y){return new r(V,y)},t.SAXParser=r,t.SAXStream=u,t.createStream=d,t.MAX_BUFFER_LENGTH=64*1024;var o=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function r(V,y){if(!(this instanceof r))return new r(V,y);var M=this;i(M),M.q=M.c="",M.bufferCheckPosition=t.MAX_BUFFER_LENGTH,M.opt=y||{},M.opt.lowercase=M.opt.lowercase||M.opt.lowercasetags,M.looseCase=M.opt.lowercase?"toLowerCase":"toUpperCase",M.tags=[],M.closed=M.closedRoot=M.sawRoot=!1,M.tag=M.error=null,M.strict=!!V,M.noscript=!!(V||M.opt.noscript),M.state=S.BEGIN,M.strictEntities=M.opt.strictEntities,M.ENTITIES=M.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),M.attribList=[],M.opt.xmlns&&(M.ns=Object.create(g)),M.trackPosition=M.opt.position!==!1,M.trackPosition&&(M.position=M.line=M.column=0),q(M,"onready")}Object.create||(Object.create=function(V){function y(){}y.prototype=V;var M=new y;return M}),Object.keys||(Object.keys=function(V){var y=[];for(var M in V)V.hasOwnProperty(M)&&y.push(M);return y});function n(V){for(var y=Math.max(t.MAX_BUFFER_LENGTH,10),M=0,T=0,R=o.length;T<R;T++){var j=V[o[T]].length;if(j>y)switch(o[T]){case"textNode":U(V);break;case"cdata":K(V,"oncdata",V.cdata),V.cdata="";break;case"script":K(V,"onscript",V.script),V.script="";break;default:re(V,"Max buffer length exceeded: "+o[T])}M=Math.max(M,j)}var I=t.MAX_BUFFER_LENGTH-M;V.bufferCheckPosition=I+V.position}function i(V){for(var y=0,M=o.length;y<M;y++)V[o[y]]=""}function s(V){U(V),V.cdata!==""&&(K(V,"oncdata",V.cdata),V.cdata=""),V.script!==""&&(K(V,"onscript",V.script),V.script="")}r.prototype={end:function(){te(this)},write:oe,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var l;try{l=require$$0.Stream}catch{l=function(){}}l||(l=function(){});var a=t.EVENTS.filter(function(V){return V!=="error"&&V!=="end"});function d(V,y){return new u(V,y)}function u(V,y){if(!(this instanceof u))return new u(V,y);l.apply(this),this._parser=new r(V,y),this.writable=!0,this.readable=!0;var M=this;this._parser.onend=function(){M.emit("end")},this._parser.onerror=function(T){M.emit("error",T),M._parser.error=null},this._decoder=null,a.forEach(function(T){Object.defineProperty(M,"on"+T,{get:function(){return M._parser["on"+T]},set:function(R){if(!R)return M.removeAllListeners(T),M._parser["on"+T]=R,R;M.on(T,R)},enumerable:!0,configurable:!1})})}u.prototype=Object.create(l.prototype,{constructor:{value:u}}),u.prototype.write=function(V){if(typeof Buffer=="function"&&typeof Buffer.isBuffer=="function"&&Buffer.isBuffer(V)){if(!this._decoder){var y=requireString_decoder().StringDecoder;this._decoder=new y("utf8")}V=this._decoder.write(V)}return this._parser.write(V.toString()),this.emit("data",V),!0},u.prototype.end=function(V){return V&&V.length&&this.write(V),this._parser.end(),!0},u.prototype.on=function(V,y){var M=this;return!M._parser["on"+V]&&a.indexOf(V)!==-1&&(M._parser["on"+V]=function(){var T=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);T.splice(0,0,V),M.emit.apply(M,T)}),l.prototype.on.call(M,V,y)};var c="[CDATA[",m="DOCTYPE",A="http://www.w3.org/XML/1998/namespace",C="http://www.w3.org/2000/xmlns/",g={xml:A,xmlns:C},E=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,p=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,f=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,w=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function v(V){return V===" "||V===`
|
|
30
|
+
`+i):r.stack=i}catch{}}throw r}}_request(t,o){typeof t=="string"?(o=o||{},o.url=t):o=t||{},o=mergeConfig$1(this.defaults,o);const{transitional:r,paramsSerializer:n,headers:i}=o;r!==void 0&&validator$1.assertOptions(r,{silentJSONParsing:validators$1.transitional(validators$1.boolean),forcedJSONParsing:validators$1.transitional(validators$1.boolean),clarifyTimeoutError:validators$1.transitional(validators$1.boolean)},!1),n!=null&&(utils$1.isFunction(n)?o.paramsSerializer={serialize:n}:validator$1.assertOptions(n,{encode:validators$1.function,serialize:validators$1.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let s=i&&utils$1.merge(i.common,i[o.method]);i&&utils$1.forEach(["delete","get","head","post","put","patch","common"],C=>{delete i[C]}),o.headers=AxiosHeaders$1.concat(s,i);const l=[];let a=!0;this.interceptors.request.forEach(function(g){typeof g.runWhen=="function"&&g.runWhen(o)===!1||(a=a&&g.synchronous,l.unshift(g.fulfilled,g.rejected))});const d=[];this.interceptors.response.forEach(function(g){d.push(g.fulfilled,g.rejected)});let u,c=0,m;if(!a){const C=[dispatchRequest.bind(this),void 0];for(C.unshift.apply(C,l),C.push.apply(C,d),m=C.length,u=Promise.resolve(o);c<m;)u=u.then(C[c++],C[c++]);return u}m=l.length;let A=o;for(c=0;c<m;){const C=l[c++],g=l[c++];try{A=C(A)}catch(E){g.call(this,E);break}}try{u=dispatchRequest.call(this,A)}catch(C){return Promise.reject(C)}for(c=0,m=d.length;c<m;)u=u.then(d[c++],d[c++]);return u}getUri(t){t=mergeConfig$1(this.defaults,t);const o=buildFullPath(t.baseURL,t.url);return buildURL(o,t.params,t.paramsSerializer)}}utils$1.forEach(["delete","get","head","options"],function e(t){Axios.prototype[t]=function(o,r){return this.request(mergeConfig$1(r||{},{method:t,url:o,data:(r||{}).data}))}}),utils$1.forEach(["post","put","patch"],function e(t){function o(r){return function(i,s,l){return this.request(mergeConfig$1(l||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:i,data:s}))}}Axios.prototype[t]=o(),Axios.prototype[t+"Form"]=o(!0)});const Axios$1=Axios;class CancelToken{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(i){o=i});const r=this;this.promise.then(n=>{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](n);r._listeners=null}),this.promise.then=n=>{let i;const s=new Promise(l=>{r.subscribe(l),i=l}).then(n);return s.cancel=function(){r.unsubscribe(i)},s},t(function(i,s,l){r.reason||(r.reason=new CanceledError(i,s,l),o(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new CancelToken(function(n){t=n}),cancel:t}}}const CancelToken$1=CancelToken;function spread(e){return function(o){return e.apply(null,o)}}function isAxiosError(e){return utils$1.isObject(e)&&e.isAxiosError===!0}const HttpStatusCode={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(HttpStatusCode).forEach(([e,t])=>{HttpStatusCode[t]=e});const HttpStatusCode$1=HttpStatusCode;function createInstance(e){const t=new Axios$1(e),o=bind(Axios$1.prototype.request,t);return utils$1.extend(o,Axios$1.prototype,t,{allOwnKeys:!0}),utils$1.extend(o,t,null,{allOwnKeys:!0}),o.create=function(n){return createInstance(mergeConfig$1(e,n))},o}const axios=createInstance(defaults$1);axios.Axios=Axios$1,axios.CanceledError=CanceledError,axios.CancelToken=CancelToken$1,axios.isCancel=isCancel,axios.VERSION=VERSION,axios.toFormData=toFormData,axios.AxiosError=AxiosError,axios.Cancel=axios.CanceledError,axios.all=function e(t){return Promise.all(t)},axios.spread=spread,axios.isAxiosError=isAxiosError,axios.mergeConfig=mergeConfig$1,axios.AxiosHeaders=AxiosHeaders$1,axios.formToJSON=e=>formDataToJSON(utils$1.isHTMLForm(e)?new FormData(e):e),axios.getAdapter=adapters.getAdapter,axios.HttpStatusCode=HttpStatusCode$1,axios.default=axios;const axios$1=axios;function getRelativeBaseUrl(e){if(!e)return e;if(window.$vueApp.config.globalProperties.projectModel===void 0||window.$vueApp.config.globalProperties.projectModel!=="developing.model"){let t=getUrlPrefix(location.href);if(window.sessionStorage.setItem("relativeUrl",t),t&&e){let o="";const r=e.split("/");if(r.length>=3){const n=r[0]+"//"+r[2];o=e.substring(e.indexOf(n)+n.length)}return t.lastIndexOf("/")===t.length-1&&(t=t.substring(0,t.lastIndexOf("/"))),o?t+o:t}}return e}function getUrlPrefix(e){const t=e.split("#");if(t.length>0){const o=t[0];let r=o;const n=o.split("/");return n.length>=3&&(r=n[0]+"//"+n[2]+"/"),r}}function isShowMenuRoute(){let e=window.$vueApp.config.globalProperties.showMenuRoute;return e===void 0&&(e="false"),e==="true"}function isShowSystemMenu(){let e=window.$vueApp.config.globalProperties.showSystemMenu;return e===void 0&&(e="false"),e==="true"}function getSystemFrontendUrl(e){return window.$vueApp.config.globalProperties.projectModel&&window.$vueApp.config.globalProperties.projectModel==="developing.model"&&window.$vueApp.config.globalProperties.frontUrl?window.$vueApp.config.globalProperties.frontUrl:getRelativeBaseUrl(e)}function isPlateSys(e){return!!(e&&(e==="agilebuilder"||e==="portal"||e==="mms"||e==="task"||e==="wf"||e==="dc"||e==="mc"||e==="mobile"||e==="acs"||e==="bs"||e==="pcm"||e==="devp"))}function getTimeZone(){const e=new Date+"";let t="";if(e.indexOf("GMT")>0){const o=e.substring(e.indexOf("GMT")+3,e.indexOf("(")).trim(),r=o.substring(0,o.length-2),n=o.substring(o.length-2);t="UTC"+r+":"+n}else e.indexOf("UTC")>0&&(t="UTC"+e.substring(e.indexOf("UTC")+3,e.indexOf("(")).trim());return t}function setCustomSystemBackendUrl(e){if(!window.$vueApp.config.globalProperties.projectModel||window.$vueApp.config.globalProperties.projectModel!=="developing.model"){const t=window.$authApi.getSystemCacheUrlByCode(e);t&&(window.$vueApp.config.globalProperties.baseURL=getRelativeBaseUrl(t))}}function isMobileBrowser(){return!!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Opera Mobi|Windows CE|Symbian|Windows Phone|POLARIS|lgtelecom|nokia|SonyEricsson|LG|SAMSUNG|Samsung/i.test(navigator.userAgent)}function getLangs(){return getAllLanguages()}function getLangByShort(e){let t;const o=getLangs();return o&&(t=JSON.parse(o)[e]),t||(t="zh_CN"),t}function getI18n$1(){let e=window.$i18n;return e||(e=i18n$1),window.$locale?i18n$1.locale=window.$locale:i18n$1.locale="cn",e.global}function getLanguageWithLocale(){let e=window.$locale;return(!e||e==="zh")&&(e="cn"),getLangByShort(e)}function getContextValue(e,t){let o=getLastNDate(t);return e&&(o=e[t]),o}function getLastNDate(e){let t;if(e&&e==="currentTime"&&(t=new Date),e&&e==="currentWeek"&&(t=getCurrentWeek()),e&&e==="currentMonth"&&(t=getCurrentMonth()),e&&e==="currentQuarter"&&(t=getCurrentQuarter()),e&&e==="currentYear"&&(t=getCurrentYear()),e&&e.indexOf("lastNDay")>=0){const o=e.substring(e.indexOf(":")+1);t=getLastNDay(parseInt(o))}return t}function getCurrentWeek(){const e=new Date,t=e.getTime(),o=e.getDay(),r=new Date(t+24*60*60*1e3*(0-(o+6)%7)),n=new Date(t+24*60*60*1e3*(6-(o+6)%7)),i=r.toLocaleDateString()+" "+r.toLocaleTimeString(),s=n.toLocaleDateString()+" "+n.toLocaleTimeString();return console.log(`getCurrentMonth从 ${i} 开始,到 ${s} 结束`),[r,n]}function getCurrentMonth(){const e=new Date,t=e.getFullYear(),o=e.getMonth()+1;e.setDate(1);const r=`${t}/${o<10?"0":""}${o}/01`;e.setMonth(e.getMonth()+2),e.setDate(0);const n=`${e.getFullYear()}/${e.getMonth()<9?"0":""}${e.getMonth()+1}/01`,i=new Date(Date.parse(r)),s=new Date(new Date(Date.parse(n)).getTime()-1e3),l=i.toLocaleDateString()+" "+i.toLocaleTimeString(),a=s.toLocaleDateString()+" "+s.toLocaleTimeString();return console.log(`getCurrentMonth从 ${l} 开始,到 ${a} 结束`),[i,s]}function getCurrentQuarter(){const e=new Date,t=(e.getMonth()+3)%12;let o;e.getMonth()<t+2?o=new Date(e.getFullYear(),t,1):o=new Date(e.getFullYear()+1,t,1);let r;o.getMonth()===11?r=new Date(o.getFullYear()+1,0,0):r=new Date(o.getFullYear(),o.getMonth()+3,0),r=new Date(r.getTime()+24*60*60*1e3-1e3);const n=o.toLocaleDateString()+" "+o.toLocaleTimeString(),i=r.toLocaleDateString()+" "+r.toLocaleTimeString();return console.log(`getCurrentQuarter从 ${n} 开始,到 ${i} 结束`),[o,r]}function getCurrentYear(){const e=new Date().getFullYear();let t=new Date(e,0);t.setMonth(0,1);let o=new Date(e+1,0);o=o.getTime()-1e3,o=new Date(o);const r=t.toLocaleDateString()+" "+t.toLocaleTimeString(),n=o.toLocaleDateString()+" "+o.toLocaleTimeString();return console.log(`getCurrentYear从 ${r} 开始,到 ${n} 结束`),[t,o]}function getLastNDay(e){let t=new Date,o=t.getFullYear(),r=t.getMonth()+1,n=t.getDate(),i=`${o}/${r<10?"0":""}${r}/${n}`;t=new Date(Date.parse(i)),t.setDate(t.getDate()+1),t=new Date(t.getTime()-1e3);let s=new Date;s.setDate(s.getDate()-(e-1));const l=s.getFullYear(),a=s.getMonth()+1,d=s.getDate(),u=`${l}/${a<10?"0":""}${a}/${d}`;s=new Date(Date.parse(u));const c=s.toLocaleDateString()+" "+s.toLocaleTimeString(),m=t.toLocaleDateString()+" "+t.toLocaleTimeString();console.log(`getLastNDay从 ${c} 开始,到 ${m} 结束`),retur[t]}function getPropValue(e,t,o,r,n,i,s){return getPropValueNew(e,{entity:{data:t,context:r,request:o,parent:n,row:i,task:s}})}function getAdditionalParamMap(e){if(e&&e.entity){let t={...e.entity.page};t||(t={});const o=e.entity.request;return o&&Object.assign(t,o),t}}function getPropValueNew(e,t,o){let r=null;if(e&&e!==null&&e!==""){const n=t&&t.entity?t.entity.data:null,i=t&&t.entity?t.entity.page:null,s=getAdditionalParamMap(t),l=t&&t.entity?t.entity.context:null,a=t&&t.entity?t.entity.parent?t.entity.parent:t.entity.data:null,d=t&&t.entity?t.entity.row:null,u=t&&t.entity?t.entity.task:null,c=t&&t.entity?t.entity.system:null;if(e==="null")r=null;else if(e.startsWith("${row.")){if(o){const m=e.replace("${row.","").replace("}","");r=getEntityFieldValue(o,m)}}else if(e.indexOf("${page.")===0){const m=e.replace("${page.","").replace("}","");r=i?i[m]:null}else if(e.includes("${context.")||e.includes("${request.")||e.includes("${obj.")||e.includes("${data.")){if(e.includes("${context."))e=e.replace("${context.","").replace("}",""),r=getContextValue(l,e);else if(e.includes("${request.")&&e!=="${request.term}")e=e.replace("${request.","").replace("}",""),s&&s!=null&&Object.keys(s).indexOf(e)>=0&&s[e]&&s[e]!==null?r=s[e]:r=null;else if(e.includes("${obj."))if(n===void 0||n==null)r=null;else{const m=e.replace("${obj.","").replace("}","");r=getEntityFieldValue(n,m)}else if(e.includes("${data."))if(n===void 0||n==null)r=null;else{const m=e.replace("${data.","").replace("}","");r=getEntityFieldValue(n,m)}}else if(e.includes("${parent."))if(a===void 0||a==null)r=null;else{const m=e.replace("${parent.","").replace("}","");r=getEntityFieldValue(a,m)}else if(e.includes("${system."))if(c===void 0||c==null)r=null;else{const m=e.replace("${system.","").replace("}","");r=getEntityFieldValue(c,m)}else if(e.includes("${task."))if(u===void 0||u==null)r=null;else{const m=e.replace("${task.","").replace("}","");r=getEntityFieldValue(u,m)}else if(e.includes("${subObj."))if(d===void 0||d==null)r=null;else{const m=e.replace("${subObj.","").replace("}","");r=getEntityFieldValue(d,m)}else e.includes("${input.")?r=e.replace("${input.","").replace("}",""):e.includes("${fixed.")?r=e.replace("${fixed.","").replace("}",""):r=e}return r}function getEntityFieldValue(e,t,o){if(!t)return null;let r=getEntityFieldValueWithCase(e,t);return r==null&&(r=getEntityFieldValueWithCase(e,t.toLowerCase())),(r===void 0||r===null&&o===void 0)&&(r=getEntityFieldValueWithCase(e,t.toUpperCase())),r}function getEntityFieldValueWithCase(e,t){if(t&&t.indexOf(".")>0){const o=getParentObjectUtil(t,e),r=t.substring(t.lastIndexOf(".")+1);return o[r]}else return e[t]}function getParentObjectUtil(e,t){const o=e.split(".");if(o.length===1)return t;{let r;for(let n=0;n<o.length-1;n++)n===0?r=getParentModelProp(o[n],t):r=getParentModelProp(o[n],r);return r}}function getParentModelProp(e,t){let o=getParentModelPropWithCase(e,t);return o===void 0&&(o=getParentModelPropWithCase(e.toLowerCase(),t)),o===void 0&&(o=getParentModelPropWithCase(e.toUpperCase(),t)),o}function getParentModelPropWithCase(e,t){return t||(t={}),!t[e]&&!t[e.toUpperCase()]&&(t[e]={}),t[e]}const en={workflowEditorPublicModel:{add:"Add",insert:"Insert",delete:"Delete",viewConditions:"View Conditions",agree:"Agree",disagree:"Disagree",andOr:"And / Or",mail:"Mail",message:"Message",App:"App",dingding:"DingTalk",qiwei:"Weixin",feishu:"Lark",determine:"Determine",cancel:"Cancel",choice:"Choice",empty:"Empty",save:"Save",export:"Export",open:"Open",return:"Return",flowChart:"Flow Chart",close:"Close",selectPage:"Select Page",search:"Search",adminSave:"Admin Save",tipTitle:"Tip",i18nSet:"I18n Setting",i18nZh:"Chinese",i18nEn:"English",i18nKey:"I18n Key",subprocessTitle:"Subprocess History",custom:"Custom",enable:"Enable"},workflowEditorMessage:{requiredAndMustBeADate:"Required And Must Be A Date",requiredAndMustBeAnInteger:"Required And Must Be An Integer",requiredAndMustBeDecimal:"Required And Must Be Decimal",mustFill:"Must Fill",recordLine:"Record Line {row}",pageRecordLine:"Record in row {row} of page {pageNum}",currentHandlingPersonnel:"Current Handling Personnel",pleaseSelect:"Please Select",pleaseSelectARow:"Please Select A Row",conditionsHaveNotBeenSet:"Conditions Have Not Been Set",viewConditions:"View Conditions",fieldSettings:"Field Settings",valueSetting:"Value Setting",pleaseEnterContent:"Please Enter Content",theFieldNameOrFieldValueInLineCannotBeEmpty:"The Field Name Or Field Value In Line {row} Cannot Be Empty",fieldNameCannotBeEmpty:"Field Name Cannot Be Empty",fieldValueCannotBeEmpty:"Field Value Cannot Be Empty",pleaseEnterASubject:"Please Enter A Subject",selectStandardFields:"Select Standard Fields",pleaseEnterTheRoleName:"Please Enter The Role Name",queryResultIsEmpty:"Query Result Is Empty",selectRole:"Select Role",enterText:"Enter Text",selectField:"Select Field",pleaseSelectPersonnel:"Please Select Personnel",pleaseSelectAValue:"Please Select A Value",pleaseSelectAValueInTheCurrentTab:"Please Select A Value In The Current Tab",variableNameCannotBeEmpty:"Variable Name Cannot Be Empty",variableValueCannotBeEmpty:"Variable Value Cannot Be Empty",variableNameOrValueOnLineCannotBeEmpty:"Variable Name Or Value On Line {row} Cannot Be Empty",whenThereAreMultipleManagers:"When There Are Multiple Managers",duplicateOperationTypeWithLinePleaseReselect:"Duplicate Operation Type With Line {row}, Please Reselect",theOperationTypeOrNameInLineIsEmpty:"The Operation Type Or Name In Line {row} Is Empty",readOnly:"Read Only",pleaseEnterFieldName:"Please Enter Field Name",dataInLineCannotBeEmpty:"{data1} Or {data2} In Line {row} Cannot Be Empty",dataCannotBeEmpty:"{data} Cannot Be Empty",theStartAndEndOfTheFlowDirectionCannotBeTheSame:"The Start And End Of The Flow Direction Cannot Be The Same",onlyConditionJudgmentBranchAndManualJudgmentCanHaveMultipleOutboundFlows:"Only Condition Judgment, Branch And Manual Judgment Can Have Multiple Outbound Flows",startAndEndNodesCannotBeConnectedDirectly:"Start And End Nodes Cannot Be Connected Directly",endNodeCannotHaveOutFlowDirection:"End Node Cannot Have Out Flow Direction",itIsTheSameAsTheExistingLink:"It Is The Same As The Existing Link: {name}",updateSuccessful:"Update Successful",savedSuccessfully:"Saved Successfully",exportSucceeded:"Export Succeeded",pleaseSelectRole:"Please select role",subTableMustInputDatas:"The [{subtable}] subtable must enter data",pleaseEnterTheNameOrCode:"Please Enter The Name Or Describe",updateVersionSuccessful:"Version updated successfully",addVersionSuccessful:"Version added successfully",adminSaveTip:"The version must be added in the following cases:",adminSaveTip1:"1.The process name or code has been modified",adminSaveTip2:"2.The node name or code has been modified",adminSaveTip3:"3.Added node or flow direction",adminSaveTip4:"4.Node or flow direction removed",adminSaveTip5:'Please select "Add Version" or "Update Current Version"?',updateVersion:"Update Current Version",addVersion:"Add Version",pleaseInputCode:"Please input the code first, and then do the international configuration",blankFieldNameOrValue:"Blank Field Name Or Value",enabledSuccessfully:"Enabled Successfully"},workflowEditor:{main:{tacheType:"Tache Type",straightLine:"Straight Line",curveLine:"Curve Line",brokenLine:"Broken Line"},common:{remove:"Remove",attribute:"Attribute",fieldName:"Field Name(*)",operator:"Operator",value:"Value(*)",name:"Name",fieldValue:"Field Value",separator:"Separator",fillInMethod:"Fill In Method",cover:"Cover",append:"Append",insertToFront:"Insert To Front",fillInTime:"Fill In Time",fillInBeforeHandling:"Fill In Before Handling",fillInAfterHandling:"Fill In After Handling",type:"Type(*)",user:"User",role:"Role",department:"Department",workgroup:"Workgroup",selectFormField:"Select Form Field",notificationMethod:"Notification Method",addressee:"Addressee",theme:"Theme",content:"Content",notifyPersonnel:"Notify Personnel",selectusers:"Select Users",selectDepartment:"Select Department",selectTeam:"Select Team",selectRole:"Select Role",organizationStructure:"Organization Structure",formField:"Form Field",variableName:"Variable Name",variableValue:"Variable Value",selectField:"Select Field",taskNotice:"Task Notice",reminderNotice:"Reminder Notice",customMsg:"Custom Notice Message",canNotBeEmpty:"can Not Be Empty",copy:"Copy"},process:{processInitiator:"Process Initiator",processInitiatorRole:"Process Initiator Role",processInitiatorDepartment:"ProcessInitiator Department",processInitiatorSuperiorDepartment:"Process Initiator Superior Ddepartment",processInitiatorTopDepartment:"Process Initiator Top Department",processInitiatorWorkingGroup:"Process Initiator Working Group",nameOfTheDirectSuperiorOfTheProcessInitiator:"Name Of The Direct Superior Of The Process Initiator",processInitiatorsDirectSuperiorDepartment:"Process initiator`s Direct Superior Department",directSuperiorRoleOfProcessInitiator:"Direct Superior Role Of Process Initiator",ProcessInitiatorsImmediateSuperiorWorkingGroup:"Process Initiator`s Immediate Superior Working Group",nameOfCurrentHandler:"Name Of Current Handler",currentHandlerRole:"Current Handler Role",currentHandlerDepartment:"Current Handler Department",currentHandlerSuperiorDepartment:"Current Handler`s Superior Department",topDepartmentOfCurrentHandler:"Top Department Of current Handler",currentHandlerWorkingGroup:"Current Handler Working Group",nameOfTheImmediateSuperiorOfTheCurrentHandler:"Name Of The Immediate Superior Of The Current Handler",currentHandlerDirectSuperiorDepartment:"Current handler`s Direct Superior Department",currentManagerDirectSuperiorRole:"Current Manager`s Direct Superior Role",workingGroupDirectlyUnderTheCurrentHandler:"Working Group Directly Under The Current Handler",topDepartments:"Top Departments",approvalResults:"Approval Results",totalNnumberOfPersonsWhoDisagreeWithTheCountersignature:"Total Number O Persons Who Disagree With The Countersignature",totalNumberOfCountersignedAndAgreedPersonnel:"Total Number Of Countersigned And Agreed Personnel",percentageOfPersonsWhoDisagreeWithTheCountersignature:"Percntage Of Persons Who Disagree With The Countersignature",percentageOfCountersignedAndAgreedPersonnel:"Percentage Of Countersigned And Agreed Personnel",percentageOfAbstentions:"Percentage Of Abstentions",percentageOfVotesAgainst:"Percentage Of Votes Against",percentageOfAffirmativeVotes:"Percentage Of Affirmative Votes",totalNumberOfAbstentions:"Total Number Of Abstentions",totalVotesAgainst:"Total Votes Against",totalNumberOfAffirmativeVotes:"Total Number Of Affirmative Votes",standardFields:"Standard Fields",perhaps:"Perhaps",also:"Also",greaterThan:"Greater Than",lessThan:"Less Than",beEqualTo:"Be Equal To",notGreaterThan:"Not Greater Than",notLessThan:"Not Less Than",notEqualTo:"Not Equal To",contain:"Contain",notIncluded:"Not Included",laterThan:"Later Than",earlierThan:"Earlier Than",noLaterThan:"No Later Than",noEarlierThan:"No Earlier Than",handlingTimeOfThisLink:"Handling Time Of This Link",handlerIDOfThisLink:"Handler ID Of This Link",currentHandlerPrincipalDepartmentID:"Current Handler Principal Department ID",iDOfTheImmediateSuperiorOfTheCurrentHandler:"ID Of The Immediate Superior Of The Current Handler",iDOfTheSuperiorDepartmentDirectlyUnderTheCurrentHandler:"ID Of The Superior Department Directly Under The Current Handler",loginNameOfTheHandlerInThisLink:"Login Name Of The Handler In This Link",NameOfCurrentHandler:"Name Of Current Handler",CurrentHandlerDepartment:"Current Handler Department",CurrentHandlerDepartmentID:"Current Handler Department ID",CurrentManagersPrincipalDepartment:"Current Manager`s Principal Department",iDOfSsuperiorDepartmentOfCurrentHandler:"ID Of Superior Department Of Current Handler",CurrentHandlersSuperiorDepartment:"Current Handler`s Superior Department",TopDepartmentOfCurrentHandler:"Top Department Of Current Handler",TopDepartmentIDOfCurrentHandler:"Top Department ID Of Current Handler",CurrentHandlerRole:"Current Handler Role",CurrentHandlerRoleID:"Current Handler Role ID",CurrentHandlerWorkingGroupID:"Current Handler Working Group ID",LoginNameOfTheImmediateSuperiorOfTheCurrentHandler:"Login Name Of The Immediate Superior Of The Current Handler",currentHandlersDirectSuperiorDepartment:"Current handler`s Direct Superior Department",currentManagersDirectSuperiorDepartment:"Current Manager`s Direct Superior Department",currentManagersDirectSuperiorRole:"Current manager`s Direct Superior Role",currentHandlersDirectSuperiorRoleID:"Current Handler`s Direct Superior Role ID",currentManagersDirectSuperiorWork:"Current Manager`s Direct Superior Work",iDOfTheWorkingGroupDirectlyUnderTheCurrentHandler:"ID Of The Working Group Directly Under The Current Handler",operationsPerformedInThisPhase:"Operations Performed In This Phase",handlerIDOfThePreviousLink:"Handler ID Of The Previous Link",lastLinkHandlerLogin:"Last Link Handler Login",nameOfHandlerInThePreviousLink:"Name Of Handler In The Previous Link",currentManagersIdDirectlyUnderTheSuperior:"Current Manager`s Id Directly Under The Ssuperior",appointmentOfHandlerInThePreviousLink:"Appointment Of Handler In The Previous Link",personSpecifiedInFormField:"Person Specified In Form Field",filterByCriteria:"Filter by Criteria",additionalConditions:"Additional Conditions",handlingYyThePersonnelOfTheDepartmentOfTheInitiator:"Handling By The Personnel Of The Department Of The Initiator",personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling:"Personnel Of The Department Where The Initiator Works Participate In The Handling",selectSpecificHandler:"Select Specific Handler",selectOneFromDept:"Only one person is required to handle the same department",generateOneInstanceFromDept:"Generate an instance from the same department",selectionMethod:"Selection Method",manualSelection:"Manual Selection",autoSelect:"Auto Select",callbackURL:"Callback URL",cannotBeEmpty:"Cannot Be Empty",selectURL:"Select URL",fieldName:"Field Name",processAdministrator:"Process Administrator",currentHandler:"Current Handler",allHandlingPersonnel:"All Handling Personnel",designatedPersonnel:"Designated Personnel",listOfDesignatedPersons:"List Of Designated Persons",processName:"Process Name",processCode:"Process Code",creater:"Creater",correspondingForm:"Corresponding Form",processType:"Process Type",system:"System",affiliatedBranch:"Affiliated Branch",customCategory:"Custom Category",initiationProcess:"Initiation Process",deleteProcess:"Delete Process",cancelProcess:"Cancel Process",endProcess:"End Process",pauseProcess:"Pause Process",continueTheProcess:"Continue The Process",jumpLink:"Jump Link",modificationHandler:"Modification Handler",addHandler:"Add Handler",decreaseOofHandler:"Decrease Of Handler",appointedTask:"Appointed Task",returnTask:"Return Task",retrieveTask:"Retrieve Task",processTaskParameterSettings:"Process Task Parameter Settings",uRLForProcessingTask:"URL For Processing Task",parametersForReceivingTaskID:"Parameters For Receiving Task ID",viewFormParameterSettings:"View Form Parameter Settings",viewTheURLOfTheForm:"View The URL Of The Form",parametersOfReceivingEntityID:"Parameters Of Receiving Entity ID",emergencyTreatmentParameterSetting:"Emergency Treatment Parameter Setting",uRLOfEmergencyHandling:"URL Of Emergency Handling",initiateProcessParameterSettings:"Initiate Process Parameter Settings",uRLOfTheInitiatingProcess:"URL Of The Initiating Process",parametersForReceivingProcessName:"Parameters For Receiving Process Name",customParameterValue:"Custom Parameter Value",ViewFlowHistoryPersonnel:"View Flow History Personnel",ViewCountersignatureResultPersonnel:"View Countersignature Result Personnel",ViewVotingResultsBy:"View Voting Results By",name:"Name",code:"Code",subprocess:"Subprocess",transferValueFromMainFormToSubForm:"Transfer Value From Main Form To Sub Form",fieldsOfTheMainForm:"Fields Of The Main Form",fieldsOfSubform:"Fields Of Subform",subformReturnsResultsToMainForm:"Subform Returns Results To Main Form",eventsTriggeredBeforeStartingASubprocess:"Events Triggered Before Starting A Subprocess",triggerSubprocessEndEvent:"Trigger Subprocess End Event",setTheHandlerOfTheFirstPhaseOfTheSubProcess:"Set The Handler Of The First Phase Of The Sub Process",keepTheHandlerUnchangedWhenTheTargetLinkIsHandledRepeatedly:"Keep The Handler Unchanged When The Target Link Is Handled Repeatedly",branchingCondition:"Branching Condition",processProperties:"Process Properties",basicProperties:"Basic Properties",permissionSettings:"Permission Settings",notificationSettings:"Notification Settings",sendNotificationAfterProcessEnds:"Send Notification After Process Ends",reminderSettings:"Notice And Reminder Settings",parameterSsetting:"Parameter Setting",event:"Event",processVariables:"Process Variables",propertiesOfSubprocesses:"Properties Of Subprocesses",settingOfHandler:"Setting Of Handler",eventProcessing:"Event Processing",sponsorsImmediateSuperior:"Sponsor`s Immediate Superior",sponsorsSuperiorDepartment:"Sponsor`s Superior Department",sponsorTopDepartment:"Sponsor Top Department",superiorDepartmentDirectlyUnderTheInitiator:"Superior Department Directly Under The Initiator",sponsorsImmediateSuperiorWorkingGroup:"Sponsor`s Immediate Superior Working Group",lastLinkHandlerDepartment:"Last Link Handler Department",previousLinkHandlerSuperiorDepartment:"Previous Link Handler Superior Department",topDepartmentOfHandlerInThePreviousLink:"Top Department Of Handler In The Previous Link",previousLinkHandlersDirectSuperiorDepartment:"Previous Link Handler`s Direct Superior Department",previousLinkHandlerWorkingGroup:"Previous Link Handler Working Group",workingGroupDirectlyUnderTheManagerInThePreviousLink:"Working Group Directly Under The Manager In The Previous Link",getSubprocessEntityBean:"Get subprocess entity bean",getSubprocessEntityBeanPlaceholder:"The format is:xxxServiceImpl,for example:exampleServiceImpl",getSubprocessEntityBeanInfo:'The bean needs to implement the interface "tech.imatrix.wf.core.OnStartingSubProcess"',isNull:"Is Null",isNotNull:"Is Not Null",defaultMailTemplate:"Default Mail Template",defaultCommonTemplate:"Default Common Template",trustTask:"Trust Task",subprocessIsSharedForm:"Main process and subprocess shared form",generateForParttimeDept:"Generate tasks for part-time department personnel",deptSpecifiedInFormField:"Dept Specified In Form Field",activateOneVoteVeto:"Activate one vote veto",systemVersion:"System Version",tableCode:"DataTable Name",deptApprover:"Authorized approver of the drafting department",superiorDeptApprover:"Drafted by the authorized approver of the superior department",superiorDeptLeader:"Drafted by the superior department head"},task:{newCc:"New Cc",judge:"Judge",end:"End",branch:"Branch",manualJudgment:"Manual Judgment",newTask:"New Task",converge:"Converge",newProcess:"New Process",start:"Start",subprocess:"Subprocess",needToBeUrged:"Need To Be Urged",urgingMethod:"Urging Method",timeLimitForHandling:"Time Limit For Handling",day:"Day",urgingInterval:"Urging Interval",hour:"Hour",alwaysUrging:"Always Urging",limitedUrging:"Limited Urging",timesOfUrging:"Times Of Urging",includingHandoverPersonnel:"Including Handover Personnel",handoverPersonnel:"Handover Personnel",includeNotifyPeople:"Include Notify People",name:"Name",code:"Code",taskTitle:"Task Title",emailNotification:"Email Notification",handlingPage:"Handling Page",remarks:"Remarks",allowViews:"Allow Views",allowToViewCountersignatureResults:"Allow To View Countersignature Results",allowToViewVotingResults:"Allow To View Voting Results",allowToViewFlowHistory:"Allow To View Flow History",allowFormsToPrint:"Allow Forms To Print",attachmentAuthority:"Attachment Authority",downloadAttachment:"Download Attachment",bodyPermission:"Body Permission(Temporarily Closed)",additionalConditions:"Additional Conditions",setConditions:"Set Conditions",HandlingMethod:"Handling Method",editorial:"Editorial",approvalType:"Approval Type",countersign:"Countersign",voting:"Voting",anyOneCanHandleIt:"Any One Can Handle It",forAll:"For All",passRate:"Pass Rate",modifyOperationName:"Modify Operation Name",operationType:"Operation Type",visibleOrNot:"Visible Or Not",save:"Save",submission:"Submission",agree:"Agree",disagree:"Disagree",favor:"Favor",opposition:"Opposition",waiver:"Waiver",receive:"Receive",giveUp:"Give Up",additionalSignature:"Additional Signature",reductionOfSignature:"Reduction Of Signature",assignTask:"Assign Task",copyTask:"Copy Task",retrieveTask:"Retrieve Task",exportReport:"Export Report",readTask:"Read",selectEditableField:"Select Editable Field",optionalField:"Optional Field",selectedFields:"Selected Fields",editingMethod:"Editing Method",propertyName:"Property Name",condition:"Condition",nothing:"Nothing",beforeSubmission:"Before Submission",executionURL:"Execution URL",errorMessage:"Error Message",afterSubmission:"After Submission",allowEditingForms:"Allow Editing Forms",commentsAllowed:"Comments Allowed",commentsAreRequired:"Comments Are Required",deletePermission:"Delete Permission",addAttachment:"Add Attachment",deleteAttachment:"Delete Attachment",propertiesOfCCTask:"Properties Of CC Task",basicProperties:"Basic Properties",settingOfHandler:"Setting Of Handler",permissionSettings:"Permission Settings",attributeOfConditionJudgment:"Attribute Of Condition Judgment",allBranchFlows:"All Branch Flows",targetLink:"Target Link",propertiesOfBranches:"Properties Of Branches",attributesOfManualJudgment:"Attributes of manual Judgment",linkAttribute:"Link Attribute",autoFillInFieldSettings:"Auto Fill In Field Settings",reminderSettings:"Notice And Reminder Settings",eventProcessing:"Event Processing",linkVariable:"Link Variable",convergedProperties:"Converged Properties",humanTask:"Human Task",conditionJudgment:"Condition Judgment",cCtask:"CC Task",canItBeRejected:"Can It Be Rejected",selectNoticeTemplate:"Select Notice Template",selectMailTemplate:"Select Email Template",selectTemplate:"Select Template",autoTask:"Auto Task",newAutoTask:"New Auto Task",propertiesOfAutoTask:"Properties Of Auto Task",custombeanName:"Custom Bean Name",baseField:"Base Field",reminderTipTemplateMsg:"Template Description:",reminderTipRemindMsg:"Reminder Description:",reminderTipTemplateNotice:'Notification templates: DingTalk, Enterprise WeChat, Feishu, and Customization all use notification templates. When using email, if "email template" is not selected, use notification template',reminderTipTemplateEmail:"Email Template: Customized Email Template",reminderTipRemindImmediately:"The reminder method, notification template, email template, maximum number of reminders, notification method, notification personnel, and transfer personnel will take effect immediately after modification",reminderTipRemindHistory:"The processing time limit, processing time granularity (days/hours), reminder interval, reminder interval time granularity (days/hours) are only effective for newly initiated processes. If historical data also requires the latest configuration, please contact the operation and maintenance personnel to adjust"},transition:{flowProperties:"Flow Properties",basicProperties:"Basic Properties",notificationSettings:"Notification Settings",sendNotificationAfterFlow:"Send Notification After Flow",autoFillInFieldSettings:"Auto Fill In Field Settings",eventProcessing:"Event Processing",triggerFlowThroughEvent:"Trigger Flow Through Event",beanName:"Bean Name"},condition:{combinationCondition:"Combination Condition",currentUserId:"Current User ID",currentUserLogin:"Current User Login",currentUserName:"Current User Name",fillInManually:"Fill In Manually",environmentVariable:"Environment Variable",databaseFields:"Database fields",requestParameters:"Request Parameters",currentTime:"Current Time",currentDate:"Current Date",currentTransactor:"Current Transactor",currentTransactorName:"Current Transactor Name",currentTransactorId:"Current Transactor Id",currentTransactorMainDepartmentId:"Current Transactor Main Department Id",currentTransactorMainDepartment:"Current Transactor Main Department",currentTransactorRoleId:"Current Transactor Role Id",currentTransactorRole:"Current Transactor Role",currentTransactorWorkGroupId:"Current Transactor Work Group Id",currentTransactorWorkGroup:"Current Transactor Work Group",whenTheVariableIsEmpty:"When The Variable Is Empty",ignore11:"Ignore (1 = 1)",nonConformity:"Non Conformity (1 < > 1)",currentHandler:"Current Handler",currentTaskClient:"Current Task Client",currentAssignor:"Current Assignor",rowsCanBeAdded:"Rows Can Be Added",deleteLine:"Delete Line",modifiableHistoricalData:"Modifiable Historical Data",controlByField:"Control By Field",allReadOnly:"All Read Only",allRequired:"All Required",mainTableField:"Main Table Field",linkName:"Link Name",linkCode:"Link Code",taskFields:"Task Fields",systemParameter:"System Parameter",personnelScope:"Personnel Scope",mainTableConditions:"Main Table Conditions",subtableCondition:"Subtable Condition",accessControl:"Access Control",formBindingModel:"Form Binding Model",allFields:"All Fields",tableDataNotEmpty:"Table Data Not Empty"}}},cn={workflowEditorPublicModel:{add:"添加",insert:"插入",delete:"删除",viewConditions:"查看条件",agree:"同意",disagree:"不同意",andOr:"并且/或者",mail:"邮件",message:"短信",App:"App",dingding:"钉钉",qiwei:"企业微信",feishu:"飞书",determine:"确定",cancel:"取消",choice:"选择",empty:"清空",save:"保存",export:"导出",open:"打开",return:"返回",flowChart:"流程图",close:"关闭",selectPage:"选择页面",search:"查询",adminSave:"管理员保存",tipTitle:"提示",i18nSet:"国际化设置",i18nZh:"中文",i18nEn:"英文",i18nKey:"国际化key",subprocessTitle:"子流程流转历史",custom:"自定义",enable:"启用"},workflowEditorMessage:{requiredAndMustBeADate:"必填且必须为日期",requiredAndMustBeAnInteger:"必填且必须为整数",requiredAndMustBeDecimal:"必填且必须为小数",mustFill:"必填",recordLine:"第{row}行记录",pageRecordLine:"第{pageNum}页第{row}行记录",currentHandlingPersonnel:"当前办理人员",pleaseSelect:"请选择",pleaseSelectARow:"请选中一行",conditionsHaveNotBeenSet:"还未设置条件",viewConditions:"查看条件",fieldSettings:"字段设置",valueSetting:"值设置",pleaseEnterContent:"请输入内容",theFieldNameOrFieldValueInLineCannotBeEmpty:"第{row}行的字段名或者字段值不能为空",fieldNameCannotBeEmpty:"字段名不能为空",fieldValueCannotBeEmpty:"字段值不能为空",pleaseEnterASubject:"请输入主题",selectStandardFields:"选择标准字段",pleaseEnterTheRoleName:"请输入角色名称",queryResultIsEmpty:"查询结果为空",selectRole:"选择角色",enterText:"输入文字",selectField:"选择字段",pleaseSelectPersonnel:"请选择人员",pleaseSelectAValue:"请选择值",pleaseSelectAValueInTheCurrentTab:"请在当前页签中选中一个值",variableNameCannotBeEmpty:"变量名不能为空",variableValueCannotBeEmpty:"变量值不能为空",variableNameOrValueOnLineCannotBeEmpty:"第{row}行的变量名或者变量值不能为空",whenThereAreMultipleManagers:"多个办理人时",duplicateOperationTypeWithLinePleaseReselect:"与第{row}行的操作类型重复了,请重新选择",theOperationTypeOrNameInLineIsEmpty:"第{row}行的操作类型或者名称为空",readOnly:"只读",pleaseEnterFieldName:"请输入字段名",dataInLineCannotBeEmpty:"第{row}行的{data1}或{data2}不能为空",dataCannotBeEmpty:"{data}不能为空",theStartAndEndOfTheFlowDirectionCannotBeTheSame:"流向的起点和终点不能相同",onlyConditionJudgmentBranchAndManualJudgmentCanHaveMultipleOutboundFlows:"只有条件判断、分支以及人工判断才能有多条外出流向",startAndEndNodesCannotBeConnectedDirectly:"开始节点和结束节点不能直接相连",endNodeCannotHaveOutFlowDirection:"结束节点不能有外出流向",itIsTheSameAsTheExistingLink:"与已有环节:{name}的编码重复",updateSuccessful:"更新成功",savedSuccessfully:"保存成功",exportSucceeded:"导出成功",pleaseSelectRole:"请选择角色",subTableMustInputDatas:"[{subTable}] 子表必须录入数据",pleaseEnterTheNameOrCode:"请输入字段名或字段描述",updateVersionSuccessful:"成功更新版本",addVersionSuccessful:"成功增加版本",adminSaveTip:"有以下几种情况时必须增加版本:",adminSaveTip1:"1、修改了流程名称或编码",adminSaveTip2:"2、修改了节点名称或编码",adminSaveTip3:"3、增加了节点或流向",adminSaveTip4:"4、移除了节点或流向",adminSaveTip5:"请选择“增加版本”或“更新当前版本”?",updateVersion:"更新当前版本",addVersion:"增加版本",pleaseInputCode:"请先输入编码,再做国际化配置",blankFieldNameOrValue:"字段名或值有空白",enabledSuccessfully:"启用成功"},workflowEditor:{main:{tacheType:"环节类型",straightLine:"直线",curveLine:"曲线",brokenLine:"折线"},common:{remove:"移除",attribute:"属性",fieldName:"字段名(*)",operator:"操作符",value:"值(*)",name:"字段名",fieldValue:"字段值",separator:"分隔符",fillInMethod:"填写方式",cover:"覆盖",append:"追加",insertToFront:"插入到最前",fillInTime:"填写时间",fillInBeforeHandling:"办理前填写",fillInAfterHandling:"办理后填写",type:"类别(*)",user:"用户",role:"角色",department:"部门",workgroup:"工作组",selectFormField:"选择表单字段",notificationMethod:"通知方式",addressee:"收件人",theme:"主题",content:"内容",notifyPersonnel:"通知人员",selectusers:"选择用户",selectDepartment:"选择部门",selectTeam:"选择工作组",selectRole:"选择角色",organizationStructure:"组织结构",formField:"表单字段",variableName:"变量名",variableValue:"变量值",selectField:"选择字段",taskNotice:"待办通知",reminderNotice:"催办通知",customMsg:"自定义消息内容",canNotBeEmpty:"不能为空",copy:"复制"},process:{processInitiator:"起草人",processInitiatorRole:"起草人角色",processInitiatorDepartment:"起草人部门",processInitiatorSuperiorDepartment:"起草人上级部门",processInitiatorTopDepartment:"起草人顶级部门",processInitiatorWorkingGroup:"起草人工作组",nameOfTheDirectSuperiorOfTheProcessInitiator:"起草人直属上级姓名",processInitiatorsDirectSuperiorDepartment:"起草人直属上级部门",directSuperiorRoleOfProcessInitiator:"起草人直属上级角色",ProcessInitiatorsImmediateSuperiorWorkingGroup:"起草人直属上级工作组",nameOfCurrentHandler:"当前办理人姓名",currentHandlerRole:"当前办理人角色",currentHandlerDepartment:"当前办理人部门",currentHandlerSuperiorDepartment:"当前办理人上级部门",topDepartmentOfCurrentHandler:"当前办理人顶级部门",currentHandlerWorkingGroup:"当前办理人工作组",nameOfTheImmediateSuperiorOfTheCurrentHandler:"当前办理人直属上级姓名",currentHandlerDirectSuperiorDepartment:"当前办理人直属上级部门",currentManagerDirectSuperiorRole:"当前办理人直属上级角色",workingGroupDirectlyUnderTheCurrentHandler:"当前办理人直属上级工作组",topDepartments:"顶级部门",approvalResults:"审批结果",totalNnumberOfPersonsWhoDisagreeWithTheCountersignature:"会签不同意人员总数",totalNumberOfCountersignedAndAgreedPersonnel:"会签同意人员总数",percentageOfPersonsWhoDisagreeWithTheCountersignature:"会签不同意人员百分比",percentageOfCountersignedAndAgreedPersonnel:"会签同意人员百分比",percentageOfAbstentions:"弃权票百分比",percentageOfVotesAgainst:"反对票百分比",percentageOfAffirmativeVotes:"赞成票百分比",totalNumberOfAbstentions:"弃权票总数",totalVotesAgainst:"反对票总数",totalNumberOfAffirmativeVotes:"赞成票总数",standardFields:"标准字段",perhaps:"或者",also:"并且",greaterThan:"大于",lessThan:"小于",beEqualTo:"等于",notGreaterThan:"不大于",notLessThan:"不小于",notEqualTo:"不等于",contain:"包含",notIncluded:"不包含",laterThan:"晚于",earlierThan:"早于",noLaterThan:"不晚于",noEarlierThan:"不早于",handlingTimeOfThisLink:"本环节办理时间",handlerIDOfThisLink:"本环节办理人id",currentHandlerPrincipalDepartmentID:"当前办理人正职部门id",iDOfTheImmediateSuperiorOfTheCurrentHandler:"当前办理人直属上级id",iDOfTheSuperiorDepartmentDirectlyUnderTheCurrentHandler:"当前办理人直属上级正职部门id",loginNameOfTheHandlerInThisLink:"本环节办理人登录名",NameOfCurrentHandler:"当前办理人姓名",CurrentHandlerDepartment:"当前办理人部门",CurrentHandlerDepartmentID:"当前办理人部门id",CurrentManagersPrincipalDepartment:"当前办理人正职部门",iDOfSsuperiorDepartmentOfCurrentHandler:"当前办理人上级部门id",CurrentHandlersSuperiorDepartment:"当前办理人上级部门",TopDepartmentOfCurrentHandler:"当前办理人顶级部门",TopDepartmentIDOfCurrentHandler:"当前办理人顶级部门id",CurrentHandlerRole:"当前办理人角色",CurrentHandlerRoleID:"当前办理人角色id",CurrentHandlerWorkingGroupID:"当前办理人工作组id",LoginNameOfTheImmediateSuperiorOfTheCurrentHandler:"当前办理人直属上级登录名",currentHandlersDirectSuperiorDepartment:"当前办理人直属上级部门",currentManagersDirectSuperiorDepartment:"当前办理人直属上级正职部门",currentManagersDirectSuperiorRole:"当前办理人直属上级角色",currentHandlersDirectSuperiorRoleID:"当前办理人直属上级角色id",currentManagersDirectSuperiorWork:"当前办理人直属上级工作",iDOfTheWorkingGroupDirectlyUnderTheCurrentHandler:"当前办理人直属上级工作组id",operationsPerformedInThisPhase:"本环节执行的操作",handlerIDOfThePreviousLink:"上一环节办理人id",lastLinkHandlerLogin:"上一环节办理人登录名",nameOfHandlerInThePreviousLink:"上一环节办理人姓名",currentManagersIdDirectlyUnderTheSuperior:"当前办理人直属上级部门id",appointmentOfHandlerInThePreviousLink:"上一环节办理人指定",personSpecifiedInFormField:"表单字段中指定的人员",filterByCriteria:"按条件筛选",additionalConditions:"附加条件",handlingYyThePersonnelOfTheDepartmentOfTheInitiator:"起草人所在部门人员办理",personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling:"起草人所在部门人员参与办理",selectSpecificHandler:"选择具体办理人",selectOneFromDept:"同一部门仅需一人办理",generateOneInstanceFromDept:"同一部门生成一个实例",selectionMethod:"选择方式",manualSelection:"人工选择",autoSelect:"自动选择",callbackURL:"回调URL",cannotBeEmpty:"不能为空",selectURL:"选人URL",fieldName:"字段名称",processAdministrator:"流程管理员",currentHandler:"当前办理人",allHandlingPersonnel:"所有办理人员",designatedPersonnel:"指定人员",listOfDesignatedPersons:"指定人员列表",processName:"流程名称",processCode:"流程编码",creater:"创建人",correspondingForm:"对应表单",processType:"流程类型",system:"所属系统",affiliatedBranch:"所属分支机构",customCategory:"自定义类别",initiationProcess:"发起流程",deleteProcess:"删除流程",cancelProcess:"取消流程",endProcess:"结束流程",pauseProcess:"暂停流程",continueTheProcess:"继续流程",jumpLink:"跳转环节",modificationHandler:"修改办理人",addHandler:"增加办理人",decreaseOofHandler:"减少办理人",appointedTask:"指派任务",returnTask:"退回任务",retrieveTask:"取回任务",processTaskParameterSettings:"办理任务参数设置",uRLForProcessingTask:"办理任务的url",parametersForReceivingTaskID:"接收任务id的参数",viewFormParameterSettings:"查看表单参数设置",viewTheURLOfTheForm:"查看表单的url",parametersOfReceivingEntityID:"接收实体id的参数",emergencyTreatmentParameterSetting:"应急处理参数设置",uRLOfEmergencyHandling:"应急处理的url",initiateProcessParameterSettings:"发起流程参数设置",uRLOfTheInitiatingProcess:"发起流程的url",parametersForReceivingProcessName:"接收流程名称的参数",customParameterValue:"自定义参数值",ViewFlowHistoryPersonnel:"查看流转历史人员",ViewCountersignatureResultPersonnel:"查看会签结果人员",ViewVotingResultsBy:"查看投票结果人员",name:"名称",code:"编码",subprocess:"子流程",transferValueFromMainFormToSubForm:"主表单给子表单传值",fieldsOfTheMainForm:"主表单的字段",fieldsOfSubform:"子表单的字段",subformReturnsResultsToMainForm:"子表单返回结果给主表单",eventsTriggeredBeforeStartingASubprocess:"启动子流程前事件",triggerSubprocessEndEvent:"触发子流程结束事件",setTheHandlerOfTheFirstPhaseOfTheSubProcess:"设置子流程第一环节办理人",keepTheHandlerUnchangedWhenTheTargetLinkIsHandledRepeatedly:"目标环节重复办理时保持办理人不变",branchingCondition:"分支条件",processProperties:"流程属性",basicProperties:"基本属性",permissionSettings:"权限设置",notificationSettings:"通知设置",sendNotificationAfterProcessEnds:"流程结束后发送通知",reminderSettings:"通知与催办",parameterSsetting:"参数设置",event:"事件",processVariables:"流程变量",propertiesOfSubprocesses:"子流程的属性",settingOfHandler:"办理人设置",eventProcessing:"事件处理",sponsorsImmediateSuperior:"起草人直属上级",sponsorsSuperiorDepartment:"起草人上级部门",sponsorTopDepartment:"起草人顶级部门",superiorDepartmentDirectlyUnderTheInitiator:"起草人直属上级部门",sponsorsImmediateSuperiorWorkingGroup:"起草人直属上级工作组",lastLinkHandlerDepartment:"上一环节办理人部门",previousLinkHandlerSuperiorDepartment:"上一环节办理人上级部门",topDepartmentOfHandlerInThePreviousLink:"上一环节办理人顶级部门",previousLinkHandlersDirectSuperiorDepartment:"上一环节办理人直属上级部门",previousLinkHandlerWorkingGroup:"上一环节办理人工作组",workingGroupDirectlyUnderTheManagerInThePreviousLink:"上一环节办理人直属上级工作组",getSubprocessEntityBean:"获得子流程实体bean",getSubprocessEntityBeanPlaceholder:"格式为:xxxServiceImpl,例如:exampleServiceImpl",getSubprocessEntityBeanInfo:"该bean需要实现接口tech.imatrix.wf.core.OnStartingSubProcess",isNull:"等于Null",isNotNull:"不等于Null",defaultMailTemplate:"默认邮件模板",defaultCommonTemplate:"默认通知模板",trustTask:"委托任务",subprocessIsSharedForm:"主子流程共用表单",generateForParttimeDept:"为兼职部门人员生成任务",deptSpecifiedInFormField:"表单字段中指定的部门",activateOneVoteVeto:"一票否决",systemVersion:"系统版本",tableCode:"对应数据表",deptApprover:"起草人部门授权审批人",superiorDeptApprover:"起草人上级部门授权审批人",superiorDeptLeader:"起草人上级部门负责人"},task:{newCc:"新抄送",judge:"判断",end:"结束",branch:"分支",manualJudgment:"人工判断",newTask:"新任务",converge:"汇聚",newProcess:"新流程",start:"开始",subprocess:"子流程",needToBeUrged:"需要催办",urgingMethod:"催办方式",timeLimitForHandling:"办理时限",day:"天",urgingInterval:"催办间隔",hour:"小时",alwaysUrging:"一直催办",limitedUrging:"限次催办",timesOfUrging:"催办次数",includingHandoverPersonnel:"包含移交人员",handoverPersonnel:"移交人员",includeNotifyPeople:"包含通知人员",name:"名称",code:"编码",taskTitle:"任务标题",emailNotification:"邮件通知",handlingPage:"办理页面",remarks:"备注",allowViews:"允许查看意见",allowToViewCountersignatureResults:"允许查看会签结果",allowToViewVotingResults:"允许查看投票结果",allowToViewFlowHistory:"允许查看流转历史",allowFormsToPrint:"允许打印表单",attachmentAuthority:"附件权限",downloadAttachment:"下载附件",bodyPermission:"正文权限(暂不开放)",additionalConditions:"附加条件",setConditions:"设置条件",HandlingMethod:"办理方式",editorial:"编辑式",approvalType:"审批式",countersign:"会签式",voting:"投票式",anyOneCanHandleIt:"任意一人办理即可",forAll:"所有人均需办理",passRate:"通过率",modifyOperationName:"修改操作名称",operationType:"操作类型",visibleOrNot:"是否可见",save:"保存",submission:"提交",agree:"同意",disagree:"不同意",favor:"赞成",opposition:"反对",waiver:"弃权",receive:"领取",giveUp:"放弃",additionalSignature:"加签",reductionOfSignature:"减签",assignTask:"指派",copyTask:"抄送",retrieveTask:"取回",exportReport:"导出报告",readTask:"阅",selectEditableField:"选择可编辑字段",optionalField:"可选字段",selectedFields:"已选字段",editingMethod:"编辑方式",propertyName:"属性名",condition:"条件",nothing:"无",beforeSubmission:"提交前",executionURL:"执行url",errorMessage:"出错信息",afterSubmission:"提交后",allowEditingForms:"允许编辑表单",commentsAllowed:"允许填写意见",commentsAreRequired:"必须填写意见",deletePermission:"删除权限",addAttachment:"添加附件",deleteAttachment:"删除附件",propertiesOfCCTask:"抄送任务的属性",basicProperties:"基本属性",settingOfHandler:"办理人设置",permissionSettings:"权限设置",attributeOfConditionJudgment:"条件判断的属性",allBranchFlows:"所有分支流向",targetLink:"目标环节",propertiesOfBranches:"分支的属性",attributesOfManualJudgment:"人工判断的属性",linkAttribute:"环节属性",autoFillInFieldSettings:"自动填写字段设置",reminderSettings:"通知与催办",eventProcessing:"事件处理",linkVariable:"环节变量",convergedProperties:"汇聚的属性",humanTask:"人工任务",conditionJudgment:"条件判断",cCtask:"抄送任务",canItBeRejected:"是否可驳回",selectNoticeTemplate:"选择通知模板",selectMailTemplate:"选择邮件模板",selectTemplate:"选择模板",autoTask:"自动任务",newAutoTask:"新自动任务",propertiesOfAutoTask:"自动任务的属性",custombeanName:"自定义bean",baseField:"基础字段",reminderTipTemplateMsg:"模板说明:",reminderTipRemindMsg:"催办说明:",reminderTipTemplateNotice:"通知模板:钉钉、企微、飞书、自定义都使用通知模板。邮件方式时,如果没有选“邮件模板”,则使用通知模板",reminderTipTemplateEmail:"邮件模板:邮件方式特制模板",reminderTipRemindImmediately:"催办方式、通知模板、邮件模板、催办次数、通知方式、通知人员、移交人员 修改后立即生效",reminderTipRemindHistory:"办理时限、办理时限的时间粒度(天/小时)、催办间隔、催办间隔的时间粒度(天/小时)仅对新发起的流程生效,如历史数据也需要应用最新配置,请联系运维人员调整"},transition:{flowProperties:"流向属性",basicProperties:"基本属性",notificationSettings:"通知设置",sendNotificationAfterFlow:"流过后发送通知",autoFillInFieldSettings:"自动填写字段设置",eventProcessing:"事件处理",triggerFlowThroughEvent:"触发流过事件",beanName:"bean名称"},condition:{combinationCondition:"组合条件",currentUserId:"当前用户ID",currentUserLogin:"当前用户登录名",currentUserName:"当前用户姓名",fillInManually:"手动填写",environmentVariable:"环境变量",databaseFields:"数据库字段",requestParameters:"请求参数",currentTime:"当前时间",currentDate:"当前日期",currentTransactor:"当前用户登录名",currentTransactorName:"当前用户姓名",currentTransactorId:"当前用户id",currentTransactorMainDepartmentId:"当前用户部门id",currentTransactorMainDepartment:"当前用户部门名称",currentTransactorRoleId:"当前用户角色id",currentTransactorRole:"当前用户角色名称",currentTransactorWorkGroupId:"当前用户工作组id",currentTransactorWorkGroup:"当前用户工作组名称",whenTheVariableIsEmpty:"变量为空时",ignore11:"忽略(1=1)",nonConformity:"不符合(1<>1)",currentHandler:"当前办理人",currentTaskClient:"当前任务委托人",currentAssignor:"当前指派人",rowsCanBeAdded:"可添加行",deleteLine:"可删除行",modifiableHistoricalData:"可修改历史数据",controlByField:"按字段控制",allReadOnly:"全部只读",allRequired:"全部必填",mainTableField:"主表字段",linkName:"环节名称",linkCode:"环节编码",taskFields:"任务字段",systemParameter:"系统参数",personnelScope:"人员范围",mainTableConditions:"主表条件",subtableCondition:"子表条件",accessControl:"进行权限控制",formBindingModel:"表单绑定model",allFields:"全部字段",tableDataNotEmpty:"表格数据不为空"}}},messages$1={en,cn},i18n=createI18n({locale:"cn",messages:messages$1,legacy:!1});function newAutoTask(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.newAutoTask")},g:{},taskNotice:{},basicProperties:{beanName:""},transactorSettings:{userCondition:"",moreTransactor:!1,additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},events:{},permissionSettings:{editForm:{permission:!1,field:[]},viewOpinion:{permission:!1,condition:""},editOpinion:{permission:!1,condition:""},requireOpinion:{permission:!1,condition:""},viewMeetingResult:{permission:!1,condition:""},viewVoteResult:{permission:!1,condition:""},viewFlowHistory:{permission:!1,condition:""},printForm:{permission:!1,condition:""},officialText:{permission:!1},attachment:{permission:!1},deleteInstance:{userCondition:""}}}}function newCopyTask(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.newCc")},g:{},taskNotice:{},basicProperties:{taskTitle:"",remark:"",taskUrl:""},transactorSettings:{userCondition:"",moreTransactor:!1,additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},events:{},permissionSettings:{editForm:{permission:!1,field:[]},viewOpinion:{permission:!1,condition:""},editOpinion:{permission:!1,condition:""},requireOpinion:{permission:!1,condition:""},viewMeetingResult:{permission:!1,condition:""},viewVoteResult:{permission:!1,condition:""},viewFlowHistory:{permission:!1,condition:""},printForm:{permission:!1,condition:""},officialText:{permission:!1},attachment:{permission:!1},deleteInstance:{userCondition:""}}}}function newDecision(){return{attr:{id:"t3",name:i18n.global.t("workflowEditor.task.judge")},g:{}}}function newEnd(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.end")},g:{}}}function newFork(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.branch")},g:{}}}function newHumanDecision(){return{attr:{name:i18n.global.t("workflowEditor.task.manualJudgment")},g:{}}}function newHumanTask(){return{attr:{id:"newHumanTask",name:i18n.global.t("workflowEditor.task.newTask")},g:{},basicProperties:{processingMode:{type:"EDIT",passRate:0,moreTransactor:!1,actions:{action:[]}},taskCode:"",taskTitle:"",remark:"",mailNotice:!1,taskUrl:""},transactorSettings:{userCondition:"",moreTransactor:!1,additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},permissionSettings:{editForm:{permission:!1,field:[],subTablePermission:[{tableName:"sub_table1",permission:!1,modelName:"model",action:[{name:"notEmpty",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"add",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"update",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"delete",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}],field:[{name:"all_fields",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"xxx",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}]},{tableName:"sub_table2",permission:!1,modelName:"model",action:[{name:"notEmpty",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"add",userCondition:"人员条件",parentCondition:"主表字段条件"},{name:"update",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"delete",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}],field:[{name:"all_fields",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"},{name:"xxx",constraintRule:"REQUIRED/READ_ONLY",userCondition:"人员条件",parentCondition:"主表字段条件",condition:"子表字段条件"}]}]},viewOpinion:{permission:!1,condition:""},editOpinion:{permission:!1,condition:""},requireOpinion:{permission:!1,condition:""},viewMeetingResult:{permission:!1,condition:""},viewVoteResult:{permission:!1,condition:""},viewFlowHistory:{permission:!1,condition:""},printForm:{permission:!1,condition:""},officialText:{permission:!1},attachment:{permission:!1},deleteInstance:{userCondition:""}},autoFilledFields:{field:[]},reminder:null,events:{afterComplete:!1},variables:{variable:[]}}}function newJoin(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.converge")},g:{}}}function newProcess(){const e=newHumanTask();return e.g={x:200,y:150,width:80,height:40},{attr:{name:i18n.global.t("workflowEditor.task.newProcess"),code:""},properties:{basicProperties:{admin:"",formVersion:1,formCode:"",processTypeCode:"",systemCode:"",creator:"",customType:"",branchCode:""},permissionSettings:{viewFlowHistory:"",viewSubscribeResult:"",viewVoteResult:""},reminder:null,parameterSettings:{doTask:{url:"",parameterName:""},viewForm:{url:"",parameterName:""},startProcess:{url:"",parameterName:"",parameterValue:""},handleEmergency:{url:"",parameterName:""}},events:{event:[]},variables:{variable:[]}},start:{attr:{id:"start"},g:{x:50,y:50,width:48,height:48}},humanTask:e,end:{attr:{id:"end"},g:{x:500,y:300,width:48,height:48}}}}function newStart(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.start")},g:{}}}function newSubprocess(){return{attr:{id:"",name:i18n.global.t("workflowEditor.task.subprocess"),taskTitle:""},g:{},processCode:"",processVersion:"",events:{beforeStart:"",end:!1},transactorSettings:{userCondition:"",additionalCondition:{onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1}},parameters:{field:[]},result:{field:[]}}}function newTransition(){return{attr:{id:"",from:"",to:""},g:{},basicProperties:{remark:"",isOriginalUser:!1,condition:""},inform:{informType:"mail",userCondition:"",subject:"",content:""},autoFilledFields:{field:[]},onTransit:!1}}function getStore$1(){return window.$store}function getI18n(){return window.$locale?i18n.locale=window.$locale:i18n.locale="cn",i18n.global}function getComponentList(){return[{name:"Start",label:getI18n().t("workflowEditor.task.start"),icon:"start",type:"primary",class:"",round:!0,width:48,height:48,color:"#67C23A"},{name:"HumanTask",label:getI18n().t("workflowEditor.task.humanTask"),icon:"human-task",type:"",class:"",round:!0,width:80,height:40,color:"#000"},{name:"Decision",label:getI18n().t("workflowEditor.task.conditionJudgment"),icon:"decision",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"Fork",label:getI18n().t("workflowEditor.task.branch"),icon:"fork",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"Join",label:getI18n().t("workflowEditor.task.converge"),icon:"join",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"Subprocess",label:getI18n().t("workflowEditor.task.subprocess"),icon:"subprocess",type:"warning",class:"",round:!0,width:80,height:40,color:"#0777D4"},{name:"HumanDecision",label:getI18n().t("workflowEditor.task.manualJudgment"),icon:"human-decision",type:"",class:"",round:!0,width:48,height:48,color:"#999"},{name:"CopyTask",label:getI18n().t("workflowEditor.task.cCtask"),icon:"copy-task",type:"",class:"",round:!0,width:80,height:40,color:"#0777D4"},{name:"AutoTask",label:getI18n().t("workflowEditor.task.autoTask"),icon:"human-task",type:"",class:"",round:!0,width:80,height:40,color:"#0777D4"},{name:"End",label:getI18n().t("workflowEditor.task.end"),icon:"end",type:"danger",class:"workflow-end-button",round:!0,width:48,height:48,color:"#F56C6C"}]}function getComponentInfo(e){const t=getComponentList().filter(o=>o.name===e);return t.length>0?t[0]:null}function getParent(e){return getStore$1().getters["wfEditor/taches"].filter(r=>r.id===e)[0]}function getJoint(e,t){switch(typeof e=="string"&&(e=getParent(e)),t){case"up":case"top":return{position:"up",x:e.x+e.width/2,y:e.y};case"right":return{position:"right",x:e.x+e.width,y:e.y+e.height/2};case"down":case"bottom":return{position:"down",x:e.x+e.width/2,y:e.y+e.height};case"left":return{position:"left",x:e.x,y:e.y+e.height/2};default:return{position:"",x:e.x,y:e.y}}}function getMousePosition(e){const t=document.getElementById("svg").getScreenCTM();return{x:(e.clientX-t.e)/t.a,y:(e.clientY-t.f)/t.d}}function getVirtualRegion(e,t){if(!e||!t)return{};const{x:o,y:r}=e,{x:n,y:i}=t;var s={x:0,y:0,width:Math.abs(n-o),height:Math.abs(i-r)};return o<=n?r<=i?(s.x=o,s.y=r):(s.x=o,s.y=i):r>=i?(s.x=n,s.y=i):(s.x=n,s.y=r),s}function getRealRegion(e){let t,o;t=o=1e4;let r,n;r=n=0;for(const i of e)t>i.x&&(t=i.x),o>i.y&&(o=i.y),r<i.x+i.width&&(r=i.x+i.width),n<i.y+i.height&&(n=i.y+i.height);return{x:t-10,y:o-10,width:r-t+20,height:n-o+20}}function startDragTache(e,t){clearAllSelectedComponents(),t.$parent.region=null,t.$parent.showHistory||(t.model.isSelected=!0),getStore$1().getters["wfEditor/selectedTaches"].push(t.model);const o=getMousePosition(e);getStore$1().commit("wfEditor/setMouseDownPosition",o),getStore$1().commit("wfEditor/setMovingTache",!0)}function endDragTache(){getStore$1().commit("wfEditor/setMovingTache",!1),getStore$1().commit("wfEditor/setMouseDownPosition",null)}function unselectTaches(){for(const e of getStore$1().getters["wfEditor/selectedTaches"])e.isSelected=!1;getStore$1().commit("wfEditor/setSelectedTaches",[])}function clearAllSelectedComponents(){unselectTaches(),getStore$1().getters["wfEditor/selectedTransition"]&&(getStore$1().getters["wfEditor/selectedTransition"].isSelected=!1),getStore$1().commit("wfEditor/setSelectedTransition",null)}function removeTextProperty(e){Object.getOwnPropertyNames(e).forEach(function(o){if(typeof e[o]=="object")if(e[o]._text!==void 0){e[o]=e[o]._text;return}else Object.keys(e[o]).length>0?removeTextProperty(e[o]):["variables","events","autoFilledFields"].indexOf(o)<0&&(e[o]="")})}function generateTaches(e,t){t||(t=[]),Array.isArray(t)||(t=[t]);const o=getStore$1().getters["wfEditor/taches"];for(const r of t){const n={id:r.attr.id,name:r.attr.name,x:r.g.x,y:r.g.y,width:r.g.width,height:r.g.height,type:e,isSelected:!1,ref:r};o.push(n)}}function generateTransitions(e,t){t||(t=[]),Array.isArray(t)||(t=[t]);const o=getStore$1().getters["wfEditor/transitions"];for(const r of t){const n=r.basicProperties.remark||"",i={id:r.attr.id,startJoint:{parent:findTacheById(r.attr.from),position:r.g.fromJoint},endJoint:{parent:findTacheById(r.attr.to),position:r.g.toJoint},isSelected:!1,remark:n,lineInfo:{type:r.g.lineType,controlPoint:null},ref:r};if(r.g.lineType==="CurveLine"&&r.g.coordinate){const s=r.g.coordinate.split(",");i.lineInfo.controlPoint={x:s[0],y:s[1]}}else if(r.g.lineType==="BrokenLine"&&r.g.coordinate){const s=r.g.coordinate.split(";"),l=[];s.forEach(a=>{if(a!==""){const d=a.split(",");l.push({x:d[0],y:d[1]})}}),i.lineInfo.controlPoint=l}o.push(i)}}function initializeProcessData(e){e&&(generateTaches("HumanTask",e.humanTask),generateTaches("Decision",e.decision),generateTaches("Fork",e.fork),generateTaches("Join",e.join),generateTaches("Subprocess",e.subprocess),generateTaches("HumanDecision",e.humanDecision),generateTaches("CopyTask",e.copyTask),generateTaches("AutoTask",e.autoTask),generateTaches("Start",e.start),generateTaches("End",e.end),generateTransitions("Transition",e.transition))}function findOutgoingTransitionsByTacheId(e){return getStore$1().getters["wfEditor/transitions"].filter(r=>r.startJoint.parent.id===e||r.ref.attr.from===e)}function findIncomingTransitionsByTacheId(e){return getStore$1().getters["wfEditor/transitions"].filter(r=>r.endJoint.parent.id===e||r.ref.attr.to===e)}function findTacheById(e){const o=getStore$1().getters["wfEditor/taches"].filter(r=>r.ref.attr.id===e);return o.length>0?o[0]:null}function deepCopy(e){return JSON.parse(JSON.stringify(e))}function updateTransitionsWhenTacheIdChanged(e,t){return findIncomingTransitionsByTacheId(t).map(n=>{n.ref.attr.to=e,n.ref.attr.id="flow_"+n.ref.attr.from+"_to_"+n.ref.attr.to,n.id=n.ref.attr.id}),findOutgoingTransitionsByTacheId(t).map(n=>{n.ref.attr.from=e,n.ref.attr.id="flow_"+n.ref.attr.from+"_to_"+n.ref.attr.to,n.id=n.ref.attr.id}),!0}function validateTacheCode(e){const t=findTacheById(e.formModel.id);if(t&&t.id!==e.id){e.$alert(getI18n().t("workflowEditorMessage.itIsTheSameAsTheExistingLink",{name:t.name})),e.formModel.id=e.id;return}updateTransitionsWhenTacheIdChanged(e.formModel.id,e.id),e.$emit("update:id",e.formModel.id)}function watchShowName(e,t){let o="";if(e.processI18n&&e.model.ref&&e.model.ref.basicProperties&&e.model.ref.basicProperties.i18nKey){const r=e.model.ref.basicProperties.i18nKey,n=getLanguageWithLocale();e.processI18n[r]&&(o=e.processI18n[r][n]),o||(o=t)}else o=t;return o}const processTemplate={newProcess,newHumanTask,newDecision,newStart,newEnd,newTransition,newSubprocess,newFork,newJoin,newHumanDecision,newCopyTask,newAutoTask},iconSvg_vue_vue_type_style_index_0_lang="",_export_sfc$1=(e,t)=>{const o=e.__vccOpts||e;for(const[r,n]of t)o[r]=n;return o},_sfc_main$1D={name:"IconSvg",props:{icon:{type:String,required:!0}},computed:{iconName(){return`#icon-${this.icon}`}}},_hoisted_1$_={class:"svg-icon","aria-hidden":"true"},_hoisted_2$C=["xlink:href"];function _sfc_render$1u(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1$_,[Vue.createElementVNode("use",{"xlink:href":i.iconName},null,8,_hoisted_2$C)])}const IconSvg=_export_sfc$1(_sfc_main$1D,[["render",_sfc_render$1u]]),toolbox_vue_vue_type_style_index_0_scoped_0d941719_lang="",_sfc_main$1C={name:"Toolbox",components:{IconSvg},data(){return{componentList:getComponentList()}},computed:{...mapGetters("wfEditor",["componentToDraw"])},methods:{...mapMutations("wfEditor",["setComponentToDraw"]),select(e){this.setComponentToDraw(e)}}},_hoisted_1$Z={style:{height:"calc(100vh - 98px)","background-color":"#FFFFFF"}};function _sfc_render$1t(e,t,o,r,n,i){const s=Vue.resolveComponent("icon-svg"),l=Vue.resolveComponent("el-button");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$Z,[Vue.createElementVNode("h3",null,Vue.toDisplayString(e.$t("workflowEditor.main.tacheType")),1),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.componentList,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a.name,type:a.type,class:Vue.normalizeClass(a.class),round:a.round,onMousedown:d=>i.select(a.name)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{icon:a.icon},null,8,["icon"]),Vue.createTextVNode(" "+Vue.toDisplayString(a.label),1)]),_:2},1032,["type","class","round","onMousedown"]))),128))])}const Toolbox=_export_sfc$1(_sfc_main$1C,[["render",_sfc_render$1t],["__scopeId","data-v-0d941719"]]),joint_vue_vue_type_style_index_0_lang="",_sfc_main$1B={name:"Joint",props:{parent:{type:Object,default:null},position:{type:String,default:null}},data(){return{isActivated:!1}},computed:{...mapGetters("wfEditor",["transitions","startJoint","endJoint","draggerToMove"]),joint(){return getJoint(this.parent,this.position)},jointContainer(){return{x:this.joint.x-10,y:this.joint.y-10}}},methods:{...mapMutations("wfEditor",["setStartJoint","setEndJoint","stopDrawingLine","setDraggerToMove","setContextMenuVisible"]),isValidTransition(e,t){if(!e)return!1;if(e.parent===t.parent)return this.$alert(this.$t("workflowEditorMessage.theStartAndEndOfTheFlowDirectionCannotBeTheSame")),!1;if(e.parent.type!=="Decision"&&e.parent.type!=="Fork"&&e.parent.type!=="HumanDecision"){let o=0;if(this.draggerToMove&&(o=1),findOutgoingTransitionsByTacheId(e.parent.id).length>o)return this.$alert(this.$t("workflowEditorMessage.onlyConditionJudgmentBranchAndManualJudgmentCanHaveMultipleOutboundFlows")),!1}return e.parent.type==="Start"&&t.parent.type==="End"?(this.$alert(this.$t("workflowEditorMessage.startAndEndNodesCannotBeConnectedDirectly")),!1):e.parent.type==="End"?(this.$alert(this.$t("workflowEditorMessage.endNodeCannotHaveOutFlowDirection")),!1):!0},mouseup(){if(console.log("joint mouseup"),this.draggerToMove){const e=this.draggerToMove.position,t={parent:this.parent,position:this.position};if(e==="start"?this.draggerToMove.owner.startJoint=t:this.draggerToMove.owner.endJoint=t,this.isValidTransition(this.draggerToMove.owner.startJoint,this.draggerToMove.owner.endJoint)){const o=this.draggerToMove.owner;o.id="flow_"+o.startJoint.parent.id+"_to_"+o.endJoint.parent.id,o.ref.attr={id:o.id,from:o.startJoint.parent.id,to:o.endJoint.parent.id}}else this.draggerToMove.owner.startJoint=this.draggerToMove.originStartJoint,this.draggerToMove.owner.endJoint=this.draggerToMove.originEndJoint;this.setDraggerToMove(null)}else this.addTransition()},addTransition(){const e={parent:this.parent,position:this.position};if(this.isValidTransition(this.startJoint,e)){this.setEndJoint(e);const t={id:"flow_"+this.startJoint.parent.id+"_to_"+this.endJoint.parent.id,startJoint:this.startJoint,endJoint:this.endJoint,isSelected:!1,lineInfo:{type:"StraightLine",controlPoint:null}};t.ref=processTemplate.newTransition(),t.ref.attr={id:t.id,from:this.startJoint.parent.id,to:this.endJoint.parent.id},this.transitions.push(t)}this.stopDrawingLine()},enterJoint(){this.isActivated=!0,this.$emit("enter-joint")},leaveJoint(){this.isActivated=!1,this.$emit("leave-joint")}}},_hoisted_1$Y=["x","y"],_hoisted_2$B=["cx","cy"];function _sfc_render$1s(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[4]||(t[4]=Vue.withModifiers(()=>{},["stop"]))},[Vue.createElementVNode("rect",{x:i.jointContainer.x,y:i.jointContainer.y,class:Vue.normalizeClass({"joint-container":!0,"joint-activated":n.isActivated}),width:"20",height:"20",rx:"3",ry:"3",onMousemove:t[0]||(t[0]=Vue.withModifiers((...s)=>i.enterJoint&&i.enterJoint(...s),["stop"])),onMouseout:t[1]||(t[1]=Vue.withModifiers((...s)=>i.leaveJoint&&i.leaveJoint(...s),["stop"])),onMousedown:t[2]||(t[2]=Vue.withModifiers(s=>{e.setContextMenuVisible(!1),e.setStartJoint({parent:o.parent,position:o.position})},["stop"])),onMouseup:t[3]||(t[3]=(...s)=>i.mouseup&&i.mouseup(...s))},null,42,_hoisted_1$Y),Vue.withDirectives(Vue.createElementVNode("circle",{cx:i.joint.x,cy:i.joint.y,r:"3",class:"joint"},null,8,_hoisted_2$B),[[Vue.vShow,!n.isActivated]])],32)}const Joint=_export_sfc$1(_sfc_main$1B,[["render",_sfc_render$1s]]),tacheMethods={startDrag(e){console.log(this.model.name+" mousedown"),this.setContextMenuVisible(!1),startDragTache(e,this)},endDrag(){console.log(this.model.name+" mouseup"),endDragTache()},showJoints(){this.$parent.showHistory||(this.jointPoints=["up","right","down","left"])},hideJoints(){this.jointPoints=[]}},start_vue_vue_type_style_index_0_lang="",_sfc_main$1A={name:"Start",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[]}},computed:{...mapGetters("wfEditor",["selectedTaches"])},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$X=["width","height","x","y"],_hoisted_2$A=["x","y","width","height"];function _sfc_render$1r(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor(""),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,start:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$X),Vue.createElementVNode("use",{"xlink:href":"#icon-start",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#67C23A",class:"draggable"},null,8,_hoisted_2$A),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Start=_export_sfc$1(_sfc_main$1A,[["render",_sfc_render$1r]]),end_vue_vue_type_style_index_0_lang="",_sfc_main$1z={name:"End",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[]}},computed:{...mapGetters("wfEditor",["selectedTaches"])},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$W=["width","height","x","y"],_hoisted_2$z=["x","y","width","height"];function _sfc_render$1q(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor(""),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,end:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$W),Vue.createElementVNode("use",{"xlink:href":"#icon-end",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#F56C6C",class:"draggable"},null,8,_hoisted_2$z),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const End=_export_sfc$1(_sfc_main$1z,[["render",_sfc_render$1q]]),tacheResizer_vue_vue_type_style_index_0_lang="",_sfc_main$1y={name:"TacheResizer",props:{owner:{type:Object,default:null},position:{type:String,default:""}},computed:{...mapGetters("wfEditor",["selectedTaches"]),area(){let o,r;switch(this.position){case"NW":o=this.owner.x,r=this.owner.y;break;case"NE":o=this.owner.x+this.owner.width,r=this.owner.y;break;case"SW":o=this.owner.x,r=this.owner.y+this.owner.height;break;case"SE":o=this.owner.x+this.owner.width,r=this.owner.y+this.owner.height;break}o=o-8/2,r=r-8/2;const n=this.position.toLowerCase()+"-resize";return{x:o,y:r,width:8,height:8,cursor:n}}},methods:{...mapMutations("wfEditor",["setMovingResizer","setResizerToMove","setContextMenuVisible"])}},_hoisted_1$V=["x","y","width","height"];function _sfc_render$1p(e,t,o,r,n,i){return o.owner.isSelected&&e.selectedTaches.length==1?(Vue.openBlock(),Vue.createElementBlock("rect",{key:0,x:i.area.x,y:i.area.y,width:i.area.width,height:i.area.height,style:Vue.normalizeStyle({cursor:i.area.cursor}),class:"resizer",onMousedown:t[0]||(t[0]=Vue.withModifiers(s=>{e.setContextMenuVisible(!1),e.setResizerToMove({owner:o.owner,position:o.position})},["stop"])),onMouseup:t[1]||(t[1]=Vue.withModifiers(s=>e.setResizerToMove(null),["stop"]))},null,44,_hoisted_1$V)):Vue.createCommentVNode("",!0)}const TacheResizer=_export_sfc$1(_sfc_main$1y,[["render",_sfc_render$1p]]),_sfc_main$1x={name:"HumanTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$U=["width","height","x","y"],_hoisted_2$y=["x","y"];function _sfc_render$1o(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("HumanTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass(["draggable","task-tache",{selected:o.model.isSelected}]),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$U),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$y),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const HumanTask=_export_sfc$1(_sfc_main$1x,[["render",_sfc_render$1o]]),decision_vue_vue_type_style_index_0_lang="",_sfc_main$1w={name:"Decision",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$T=["width","height","x","y"],_hoisted_2$x=["x","y","width","height"],_hoisted_3$f=["x","y"];function _sfc_render$1n(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("Decision"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,decision:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$T),Vue.createElementVNode("use",{"xlink:href":"#icon-decision",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$x),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_3$f),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Decision=_export_sfc$1(_sfc_main$1w,[["render",_sfc_render$1n]]),_sfc_main$1v={name:"Subprocess",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$S=["width","height","x","y"],_hoisted_2$w=["x","y"];function _sfc_render$1m(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("Subprocess"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$S),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$w),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const Subprocess=_export_sfc$1(_sfc_main$1v,[["render",_sfc_render$1m]]),_sfc_main$1u={name:"CustomTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"]}},computed:{...mapGetters("wfEditor",["selectedTaches"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$R=["width","height","x","y"],_hoisted_2$v=["x","y"];function _sfc_render$1l(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("HumanTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$R),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(o.model.name),9,_hoisted_2$v),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const CustomTask=_export_sfc$1(_sfc_main$1u,[["render",_sfc_render$1l]]),fork_vue_vue_type_style_index_0_lang="",_sfc_main$1t={name:"Fork",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$Q=["width","height","x","y"],_hoisted_2$u=["x","y","width","height"],_hoisted_3$e=["x","y"];function _sfc_render$1k(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("Fork"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,decision:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$Q),Vue.createElementVNode("use",{"xlink:href":"#icon-fork",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$u),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_3$e),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Fork=_export_sfc$1(_sfc_main$1t,[["render",_sfc_render$1k]]),join_vue_vue_type_style_index_0_lang="",_sfc_main$1s={name:"Join",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[]}},computed:{...mapGetters("wfEditor",["selectedTaches"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$P=["width","height","x","y"],_hoisted_2$t=["x","y","width","height"],_hoisted_3$d=["x","y"];function _sfc_render$1j(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("Join"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,decision:!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$P),Vue.createElementVNode("use",{"xlink:href":"#icon-join",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$t),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(o.model.name),9,_hoisted_3$d),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const Join=_export_sfc$1(_sfc_main$1s,[["render",_sfc_render$1j]]),humanDecision_vue_vue_type_style_index_0_lang="",_sfc_main$1r={name:"HumanDecision",components:{Joint},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height+12}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$O=["width","height","x","y"],_hoisted_2$s=["x","y","width","height"],_hoisted_3$c=["x","y"];function _sfc_render$1i(e,t,o,r,n,i){const s=Vue.resolveComponent("joint");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...l)=>e.startDrag&&e.startDrag(...l),["stop"])),onMouseup:t[1]||(t[1]=(...l)=>e.endDrag&&e.endDrag(...l)),onMouseenter:t[2]||(t[2]=(...l)=>e.showJoints&&e.showJoints(...l)),onMouseleave:t[3]||(t[3]=(...l)=>e.hideJoints&&e.hideJoints(...l)),onDblclick:t[4]||(t[4]=Vue.withModifiers(l=>e.setPropertiesEditorFor("HumanDecision"),["stop"]))},[Vue.createElementVNode("rect",{width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"human-decision":!o.model.isSelected,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$O),Vue.createElementVNode("use",{"xlink:href":"#icon-human-decision",x:o.model.x,y:o.model.y,width:o.model.width,height:o.model.height,fill:"#999",class:"draggable"},null,8,_hoisted_2$s),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_3$c),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,l=>(Vue.openBlock(),Vue.createBlock(s,{key:l,parent:o.model,position:l},null,8,["parent","position"]))),128))],32)}const HumanDecision=_export_sfc$1(_sfc_main$1r,[["render",_sfc_render$1i]]),_sfc_main$1q={name:"CopyTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$N=["width","height","x","y"],_hoisted_2$r=["x","y"];function _sfc_render$1h(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("CopyTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$N),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$r),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const CopyTask=_export_sfc$1(_sfc_main$1q,[["render",_sfc_render$1h]]),_sfc_main$1p={name:"AutoTask",components:{Joint,TacheResizer},props:{model:{type:Object,default:null}},data(){return{jointPoints:[],resizers:["NW","NE","SW","SE"],name:this.model.name}},computed:{...mapGetters("wfEditor",["selectedTaches","processI18n"]),text(){return{x:this.model.x+this.model.width/2,y:this.model.y+this.model.height/2}}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.name",function(e){this.name=watchShowName(this,e)})},methods:{...mapMutations("wfEditor",["setPropertiesEditorFor","setContextMenuVisible"]),...tacheMethods}},_hoisted_1$M=["width","height","x","y"],_hoisted_2$q=["x","y"];function _sfc_render$1g(e,t,o,r,n,i){const s=Vue.resolveComponent("joint"),l=Vue.resolveComponent("tache-resizer");return Vue.openBlock(),Vue.createElementBlock("g",{onMousedown:t[0]||(t[0]=Vue.withModifiers((...a)=>e.startDrag&&e.startDrag(...a),["stop"])),onMouseup:t[1]||(t[1]=(...a)=>e.endDrag&&e.endDrag(...a)),onMouseenter:t[2]||(t[2]=(...a)=>e.showJoints&&e.showJoints(...a)),onMouseleave:t[3]||(t[3]=(...a)=>e.hideJoints&&e.hideJoints(...a)),onDblclick:t[4]||(t[4]=Vue.withModifiers(a=>e.setPropertiesEditorFor("AutoTask"),["stop"]))},[Vue.createElementVNode("rect",{ref:"tache",width:o.model.width,height:o.model.height,class:Vue.normalizeClass({draggable:!0,"task-tache":!0,selected:o.model.isSelected}),x:o.model.x,y:o.model.y,rx:"6",ry:"6"},null,10,_hoisted_1$M),Vue.createElementVNode("text",{x:i.text.x,y:i.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_2$q),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.jointPoints,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a,parent:o.model,position:a},null,8,["parent","position"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.resizers,a=>(Vue.openBlock(),Vue.createBlock(l,{key:a,owner:o.model,position:a},null,8,["owner","position"]))),128))],32)}const AutoTask=_export_sfc$1(_sfc_main$1p,[["render",_sfc_render$1g]]),_sfc_main$1o={name:"StraightLine",props:{owner:{type:Object,default:null}},computed:{path(){const e=getJoint(this.owner.startJoint.parent,this.owner.startJoint.position),t=getJoint(this.owner.endJoint.parent,this.owner.endJoint.position);return"M"+e.x+" "+e.y+" L"+t.x+" "+t.y}}},_hoisted_1$L=["d"];function _sfc_render$1f(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("path",{d:i.path,"marker-end":"url(#arrow)"},null,8,_hoisted_1$L)}const StraightLine=_export_sfc$1(_sfc_main$1o,[["render",_sfc_render$1f]]),curveLine_vue_vue_type_style_index_0_scoped_0ff53a0a_lang="",_sfc_main$1n={name:"CurveLine",props:{owner:{type:Object,default:null}},computed:{startPoint(){return getJoint(this.owner.startJoint.parent,this.owner.startJoint.position)},endPoint(){return getJoint(this.owner.endJoint.parent,this.owner.endJoint.position)},controlPoint(){return this.owner.lineInfo.controlPoint},path(){return"M "+this.startPoint.x+" "+this.startPoint.y+" Q "+this.controlPoint.x+" "+this.controlPoint.y+" "+this.endPoint.x+" "+this.endPoint.y},pathToStartPoint(){return"M "+this.controlPoint.x+" "+this.controlPoint.y+"L "+this.startPoint.x+" "+this.startPoint.y},pathToEndPoint(){return"M "+this.controlPoint.x+" "+this.controlPoint.y+"L "+this.endPoint.x+" "+this.endPoint.y}},created:function(){if(!this.owner.lineInfo.controlPoint){let e=this.startPoint.x+(this.endPoint.x-this.startPoint.x)/2;(e+10<this.startPoint.x||e<this.startPoint.x+10)&&(e=this.startPoint.x+30),this.owner.lineInfo.controlPoint={x:e,y:this.endPoint.y}}},methods:{...mapMutations("wfEditor",["setControlPointToMove"]),startDrag(e){this.setControlPointToMove({owner:this.owner})},endDrag(){this.setControlPointToMove(null)}}},_hoisted_1$K=["d"],_hoisted_2$p=["d"],_hoisted_3$b=["d"],_hoisted_4$7=["cx","cy"];function _sfc_render$1e(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[Vue.createElementVNode("path",{d:i.path,"marker-end":"url(#arrow)"},null,8,_hoisted_1$K),o.owner.isSelected?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:0},[Vue.createElementVNode("path",{d:i.pathToStartPoint,class:"control-line"},null,8,_hoisted_2$p),Vue.createElementVNode("path",{d:i.pathToEndPoint,class:"control-line"},null,8,_hoisted_3$b),Vue.createElementVNode("circle",{cx:i.controlPoint.x,cy:i.controlPoint.y,r:"3",class:"control-point",onMousedown:t[0]||(t[0]=Vue.withModifiers((...s)=>i.startDrag&&i.startDrag(...s),["stop"])),onMouseup:t[1]||(t[1]=Vue.withModifiers((...s)=>i.endDrag&&i.endDrag(...s),["stop"]))},null,40,_hoisted_4$7)],64)):Vue.createCommentVNode("",!0)])}const CurveLine=_export_sfc$1(_sfc_main$1n,[["render",_sfc_render$1e],["__scopeId","data-v-0ff53a0a"]]),brokenLine_vue_vue_type_style_index_0_scoped_788fb0ae_lang="",_sfc_main$1m={name:"BrokenLine",props:{owner:{type:Object,default:null}},computed:{startPoint(){return getJoint(this.owner.startJoint.parent,this.owner.startJoint.position)},endPoint(){return getJoint(this.owner.endJoint.parent,this.owner.endJoint.position)},controlPoint(){return this.owner.lineInfo.controlPoint},path(){let e="M "+this.startPoint.x+" "+this.startPoint.y+" ";return this.controlPoint&&this.controlPoint.forEach(t=>{e+="L "+t.x+" "+t.y}),e+="L "+this.endPoint.x+" "+this.endPoint.y,e}},created:function(){if(console.log("this.owner.lineInfo=",this.owner.lineInfo),!this.owner.lineInfo.controlPoint){const e=this.startPoint.x+(this.endPoint.x-this.startPoint.x)/2,t=this.startPoint.y+(this.endPoint.y-this.startPoint.y)/2;this.owner.lineInfo.controlPoint=[{x:e,y:t}]}},methods:{...mapMutations("wfEditor",["setControlPointToMove"]),startDrag(e,t){console.log("brokenLine--startDrag-----"),this.setControlPointToMove({owner:this.owner,pointIndex:e})},endDrag(){this.setControlPointToMove(null)}}},_hoisted_1$J=["d"],_hoisted_2$o=["cx","cy","onMousedown"];function _sfc_render$1d(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[Vue.createElementVNode("path",{d:i.path,"marker-end":"url(#arrow)"},null,8,_hoisted_1$J),o.owner.isSelected?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:0},[i.controlPoint?(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,{key:0},Vue.renderList(i.controlPoint,(s,l)=>(Vue.openBlock(),Vue.createElementBlock("circle",{key:s.x+s.y,cx:s.x,cy:s.y,r:"3",class:"control-point",onMousedown:Vue.withModifiers(a=>i.startDrag(l,a),["stop"]),onMouseup:t[0]||(t[0]=Vue.withModifiers((...a)=>i.endDrag&&i.endDrag(...a),["stop"]))},null,40,_hoisted_2$o))),128)):Vue.createCommentVNode("",!0)],64)):Vue.createCommentVNode("",!0)])}const BrokenLine=_export_sfc$1(_sfc_main$1m,[["render",_sfc_render$1d],["__scopeId","data-v-788fb0ae"]]),transition_vue_vue_type_style_index_0_scoped_a1576cad_lang="",_sfc_main$1l={name:"Transition",components:{StraightLine,CurveLine,BrokenLine},props:{model:{type:Object,default:null}},data(){const e=this.getTextPoint();return{text:{x:e.x,y:e.y},name:this.model.remark}},computed:{...mapGetters("wfEditor",["draggerToMove","processI18n"]),draggers(){const e=getJoint(this.model.startJoint.parent,this.model.startJoint.position);e.position="start";const t=getJoint(this.model.endJoint.parent,this.model.endJoint.position);return t.position="end",[e,t]},path(){return"M"+this.draggers[0].x+" "+this.draggers[0].y+" L"+this.draggers[1].x+" "+this.draggers[1].y}},created(){this.name=watchShowName(this,this.name)},mounted(){this.$watch("model.remark",function(e){if(this.name=watchShowName(this,e),this.name&&this.name!==""){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}}),this.$watch("model.lineInfo.type",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.lineInfo.controlPoint",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.startJoint.parent.x",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.startJoint.parent.y",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.endJoint.parent.x",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y}),this.$watch("model.endJoint.parent.y",function(e){const t=this.getTextPoint();this.text.x=t.x,this.text.y=t.y})},methods:{...mapMutations("wfEditor",["setMouseDownPosition","setDraggerToMove","setSelectedTransition","setPropertiesEditorFor"]),getTextPoint(){const e=getJoint(this.model.startJoint.parent,this.model.startJoint.position),t=getJoint(this.model.endJoint.parent,this.model.endJoint.position);let o=e.x<t.x?e.x:t.x,r=e.y<t.y?e.y:t.y,n=o+Math.abs(e.x-t.x)/2,i=r+Math.abs(e.y-t.y)/2;if(this.model.lineInfo.type==="CurveLine"){const s=this.model.lineInfo.controlPoint;s&&(o=e.x<s.x?e.x:parseFloat(s.x),r=e.y<s.y?e.y:parseFloat(s.y),n=o+Math.abs(e.x-s.x)/2+10,i=r+Math.abs(e.y-s.y)/2-10)}else if(this.model.lineInfo.type==="BrokenLine"&&this.model.lineInfo.controlPoint&&this.model.lineInfo.controlPoint.length>0){const s=this.model.lineInfo.controlPoint[0];s&&(o=e.x<s.x?e.x:parseFloat(s.x),r=e.y<s.y?e.y:parseFloat(s.y),n=o+Math.abs(e.x-s.x)/2,i=r+Math.abs(e.y-s.y)/2-10)}return{x:n,y:i}},select(e){clearAllSelectedComponents(),this.model.isSelected=!0,this.setSelectedTransition(this.model)},startDrag(e,t){console.log("start dragging line"),this.setMouseDownPosition(getMousePosition(e)),this.setDraggerToMove({owner:this.model,position:t,originStartJoint:this.model.startJoint,originEndJoint:this.model.endJoint})},endDrag(){},showPropertiesEditor(){this.model.endJoint.parent.type!=="Decision"&&this.setPropertiesEditorFor("Transition")}}},_hoisted_1$I=["x","y"],_hoisted_2$n={key:0},_hoisted_3$a=["cx","cy","onMousedown"];function _sfc_render$1c(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",{class:Vue.normalizeClass({"no-events":e.draggerToMove!=null}),onMousedown:t[1]||(t[1]=Vue.withModifiers((...s)=>i.select&&i.select(...s),["stop"])),onDblclick:t[2]||(t[2]=Vue.withModifiers((...s)=>i.showPropertiesEditor&&i.showPropertiesEditor(...s),["stop"]))},[Vue.createElementVNode("text",{x:n.text.x,y:n.text.y,"text-anchor":"middle",class:"draggable"},Vue.toDisplayString(n.name),9,_hoisted_1$I),(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(o.model.lineInfo.type),{owner:o.model,class:Vue.normalizeClass({transition:!0,selected:o.model.isSelected||o.model.startJoint.parent.isSelected&&o.model.endJoint.parent.isSelected})},null,8,["owner","class"])),o.model.isSelected?(Vue.openBlock(),Vue.createElementBlock("g",_hoisted_2$n,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.draggers,s=>(Vue.openBlock(),Vue.createElementBlock("circle",{key:s.position,cx:s.x,cy:s.y,class:"transition-dragger",r:"4",onMousedown:Vue.withModifiers(l=>i.startDrag(l,s.position),["stop"]),onMouseup:t[0]||(t[0]=(...l)=>i.endDrag&&i.endDrag(...l))},null,40,_hoisted_3$a))),128))])):Vue.createCommentVNode("",!0)],34)}const Transition=_export_sfc$1(_sfc_main$1l,[["render",_sfc_render$1c],["__scopeId","data-v-a1576cad"]]),virtualTransition_vue_vue_type_style_index_0_lang="",_sfc_main$1k={name:"VirtualTransition",props:{toPosition:{type:Object,default:null}},computed:{...mapGetters("wfEditor",["startJoint"]),path(){if(!this.startJoint)return null;const e=getJoint(this.startJoint.parent,this.startJoint.position),t=this.toPosition;return"M"+e.x+" "+e.y+" L"+t.x+" "+t.y}},methods:{}},_hoisted_1$H=["d"];function _sfc_render$1b(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[Vue.withDirectives(Vue.createElementVNode("path",{d:i.path,class:"virtual-transition","marker-end":"url(#arrow)"},null,8,_hoisted_1$H),[[Vue.vShow,i.path]])])}const VirtualTransition=_export_sfc$1(_sfc_main$1k,[["render",_sfc_render$1b]]),selectionRegion_vue_vue_type_style_index_0_lang="",_sfc_main$1j={name:"SelectionRegion",props:{region:{type:Object,default:null}},computed:{...mapGetters("wfEditor",["selectedTaches"])},methods:{...mapMutations("wfEditor",["setDrawingRegion","setMovingRegion","setMouseDownPosition"]),startDrag(e){console.log("region mousedown");const t=getMousePosition(e);this.setMouseDownPosition(t),this.setMovingRegion(!0)},endDrag(e){console.log("region mouseup"),this.setMovingRegion(!1),this.setMouseDownPosition(null)}}},_hoisted_1$G=["x","y","width","height"];function _sfc_render$1a(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("g",null,[o.region?(Vue.openBlock(),Vue.createElementBlock("rect",{key:0,x:o.region.x,y:o.region.y,width:o.region.width,height:o.region.height,class:Vue.normalizeClass({draggable:!0,"selection-region":!0,dashed:e.selectedTaches.length<1}),onMousedown:t[0]||(t[0]=Vue.withModifiers((...s)=>i.startDrag&&i.startDrag(...s),["stop"])),onMouseup:t[1]||(t[1]=Vue.withModifiers((...s)=>i.endDrag&&i.endDrag(...s),["stop"]))},null,42,_hoisted_1$G)):Vue.createCommentVNode("",!0)])}const SelectionRegion=_export_sfc$1(_sfc_main$1j,[["render",_sfc_render$1a]]),formFields_vue_vue_type_style_index_0_scoped_98300543_lang="",_sfc_main$1i={name:"FormFields",props:{fields:{type:Array,default:null}},data(){return{selectedField:null,copyShowFields:[],showFields:[],searchFormCode:"",dialogVisible:!0}},computed:{...mapGetters("wfEditor",["formFields"]),allFields(){return this.fields?this.fields:this.formFields}},mounted(){this.copyAllFields=this.allFields,this.showFields=this.allFields},methods:{setField(){this.$emit("close",this.selectedField)},searchForm(){this.searchFormCode&&this.searchFormCode!==""?this.showFields=this.copyAllFields.filter(e=>e.name.indexOf(this.searchFormCode)>-1||e.label.indexOf(this.searchFormCode)>-1):this.showFields=this.copyAllFields}}},_hoisted_1$F={style:{"padding-bottom":"10px"}},_hoisted_2$m={style:{float:"left",width:"70%"}},_hoisted_3$9={class:"item-content"};function _sfc_render$19(e,t,o,r,n,i){const s=Vue.resolveComponent("el-input"),l=Vue.resolveComponent("el-button"),a=Vue.resolveComponent("el-radio"),d=Vue.resolveComponent("el-radio-group"),u=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(u,{width:"60%",title:e.$t("workflowEditor.common.selectFormField"),modelValue:n.dialogVisible,"onUpdate:modelValue":t[3]||(t[3]=c=>n.dialogVisible=c),center:"",top:"5vh","append-to-body":"",class:"properties-editor-noTab",onClose:t[4]||(t[4]=c=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(l,{type:"primary",size:"small",onClick:i.setField},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(l,{size:"small",onClick:t[2]||(t[2]=c=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$F,[Vue.createElementVNode("span",_hoisted_2$m,[Vue.createVNode(s,{modelValue:n.searchFormCode,"onUpdate:modelValue":t[0]||(t[0]=c=>n.searchFormCode=c),placeholder:e.$t("workflowEditorMessage.pleaseEnterTheNameOrCode")},null,8,["modelValue","placeholder"])]),Vue.createElementVNode("span",null,[Vue.createVNode(l,{style:{"margin-left":"10px"},type:"primary",onClick:i.searchForm},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.search")),1)]),_:1},8,["onClick"])])]),Vue.createElementVNode("div",_hoisted_3$9,[Vue.createVNode(d,{modelValue:n.selectedField,"onUpdate:modelValue":t[1]||(t[1]=c=>n.selectedField=c),class:"group"},{default:Vue.withCtx(()=>[Vue.createElementVNode("ul",null,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.showFields,c=>(Vue.openBlock(),Vue.createElementBlock("li",{key:c.name,class:"item"},[Vue.createVNode(a,{label:c.name},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(c.label),1)]),_:2},1032,["label"])]))),128))])]),_:1},8,["modelValue"])])]),_:1},8,["title","modelValue"])}const FormFields=_export_sfc$1(_sfc_main$1i,[["render",_sfc_render$19],["__scopeId","data-v-98300543"]]);function getFormFieldLabel(e){const t=getFormField(e);return t?t.label:e}function getFormField(e){const t=window.$store.getters["wfEditor/formFields"];e&&(e.indexOf("${field[")>=0||e.indexOf("${deptField[")>=0)&&(e=e.substring(e.indexOf("[")+1,e.lastIndexOf("]")));const o=t.filter(r=>r.name===e);return o.length>0?o[0]:null}const taskTitle_vue_vue_type_style_index_0_scoped_784515ae_lang="",_sfc_main$1h={name:"TaskTitle",components:{FormFields},props:{modelValue:{type:String,default:null}},data(){const e=[];if(this.modelValue){const t=/\$\{(.+?)\}/g,o=this.modelValue.match(t);for(const r of o)e.push(r)}return{dynamicTags:e,inputVisible:!1,showFormFields:!1,inputValue:"",showLabel:null}},mounted(){},methods:{showText(e){let t=e;if(e.indexOf("${field[")>=0){const o=t.substring(t.indexOf("[")+1,t.lastIndexOf("]"));t=getFormFieldLabel(o),t="["+t+"]"}else if(e.indexOf("${writeTitle[")>=0){const o=e.indexOf("${writeTitle[");t=t.substring(o+13),t=t.substring(0,t.indexOf("]"))}return t},handleClose(e){this.dynamicTags.splice(this.dynamicTags.indexOf(e),1),this.$emit("update:modelValue",this.dynamicTags.join(""))},showInput(){this.inputVisible=!0,this.$nextTick(e=>{this.$refs.saveTagInput.focus()})},handleInputConfirm(){let e=this.inputValue;e&&(this.inputVisible&&(e="${writeTitle["+e+"]}"),this.dynamicTags.push(e),this.$emit("update:modelValue",this.dynamicTags.join(""))),this.inputVisible=!1,this.inputValue=""},getType(e){return e.indexOf("${field")>=0?"success":null},setField(e){e!==void 0&&(this.dynamicTags.push("${field["+e+"]}"),this.$emit("update:modelValue",this.dynamicTags.join(""))),this.showFormFields=!1}}};function _sfc_render$18(e,t,o,r,n,i){const s=Vue.resolveComponent("el-tag"),l=Vue.resolveComponent("el-input"),a=Vue.resolveComponent("el-button"),d=Vue.resolveComponent("el-button-group"),u=Vue.resolveComponent("form-fields");return Vue.openBlock(),Vue.createElementBlock("div",null,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.dynamicTags,(c,m)=>(Vue.openBlock(),Vue.createBlock(s,{key:m+c,type:i.getType(c),closable:"","disable-transitions":!1,onClose:A=>i.handleClose(c)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(i.showText(c)),1)]),_:2},1032,["type","onClose"]))),128)),n.inputVisible||n.showFormFields?(Vue.openBlock(),Vue.createBlock(l,{key:0,ref:"saveTagInput",modelValue:n.inputValue,"onUpdate:modelValue":t[0]||(t[0]=c=>n.inputValue=c),class:"input-new-tag",size:"small",onKeyup:Vue.withKeys(i.handleInputConfirm,["enter","native"]),onBlur:i.handleInputConfirm},null,8,["modelValue","onKeyup","onBlur"])):Vue.createCommentVNode("",!0),n.inputVisible?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(d,{key:1},{default:Vue.withCtx(()=>[Vue.createVNode(a,{class:"button-new-tag",size:"small",icon:"EditPen",onClick:i.showInput},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.enterText")),1)]),_:1},8,["onClick"]),Vue.createVNode(a,{class:"button-new-tag",size:"small",icon:"Search",onClick:t[1]||(t[1]=c=>n.showFormFields=!0)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.selectField")),1)]),_:1})]),_:1})),n.showFormFields?(Vue.openBlock(),Vue.createBlock(u,{key:2,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)])}const TaskTitle=_export_sfc$1(_sfc_main$1h,[["render",_sfc_render$18],["__scopeId","data-v-784515ae"]]);/*! Element Plus Icons Vue v2.1.0 */var export_helper_default=(e,t)=>{let o=e.__vccOpts||e;for(let[r,n]of t)o[r]=n;return o},arrow_left_vue_vue_type_script_lang_default={name:"ArrowLeft"},_hoisted_18={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_28=Vue.createElementVNode("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"},null,-1),_hoisted_38=[_hoisted_28];function _sfc_render8(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_18,_hoisted_38)}var arrow_left_default=export_helper_default(arrow_left_vue_vue_type_script_lang_default,[["render",_sfc_render8],["__file","arrow-left.vue"]]),circle_close_filled_vue_vue_type_script_lang_default={name:"CircleCloseFilled"},_hoisted_150={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_250=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336L512 457.664z"},null,-1),_hoisted_349=[_hoisted_250];function _sfc_render50(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_150,_hoisted_349)}var circle_close_filled_default=export_helper_default(circle_close_filled_vue_vue_type_script_lang_default,[["render",_sfc_render50],["__file","circle-close-filled.vue"]]),circle_plus_vue_vue_type_script_lang_default={name:"CirclePlus"},_hoisted_153={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_253=Vue.createElementVNode("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64z"},null,-1),_hoisted_352=Vue.createElementVNode("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0z"},null,-1),_hoisted_417=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"},null,-1),_hoisted_55=[_hoisted_253,_hoisted_352,_hoisted_417];function _sfc_render53(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_153,_hoisted_55)}var circle_plus_default=export_helper_default(circle_plus_vue_vue_type_script_lang_default,[["render",_sfc_render53],["__file","circle-plus.vue"]]),close_vue_vue_type_script_lang_default={name:"Close"},_hoisted_156={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_256=Vue.createElementVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"},null,-1),_hoisted_355=[_hoisted_256];function _sfc_render56(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_156,_hoisted_355)}var close_default=export_helper_default(close_vue_vue_type_script_lang_default,[["render",_sfc_render56],["__file","close.vue"]]),delete_vue_vue_type_script_lang_default={name:"Delete"},_hoisted_180={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_280=Vue.createElementVNode("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"},null,-1),_hoisted_379=[_hoisted_280];function _sfc_render80(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_180,_hoisted_379)}var delete_default=export_helper_default(delete_vue_vue_type_script_lang_default,[["render",_sfc_render80],["__file","delete.vue"]]),info_filled_vue_vue_type_script_lang_default={name:"InfoFilled"},_hoisted_1143={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2143=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"},null,-1),_hoisted_3142=[_hoisted_2143];function _sfc_render143(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1143,_hoisted_3142)}var info_filled_default=export_helper_default(info_filled_vue_vue_type_script_lang_default,[["render",_sfc_render143],["__file","info-filled.vue"]]),search_vue_vue_type_script_lang_default={name:"Search"},_hoisted_1225={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2225=Vue.createElementVNode("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 704z"},null,-1),_hoisted_3224=[_hoisted_2225];function _sfc_render225(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1225,_hoisted_3224)}var search_default=export_helper_default(search_vue_vue_type_script_lang_default,[["render",_sfc_render225],["__file","search.vue"]]),success_filled_vue_vue_type_script_lang_default={name:"SuccessFilled"},_hoisted_1249={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2249=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"},null,-1),_hoisted_3248=[_hoisted_2249];function _sfc_render249(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1249,_hoisted_3248)}var success_filled_default=export_helper_default(success_filled_vue_vue_type_script_lang_default,[["render",_sfc_render249],["__file","success-filled.vue"]]),warning_filled_vue_vue_type_script_lang_default={name:"WarningFilled"},_hoisted_1287={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},_hoisted_2287=Vue.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256zm0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z"},null,-1),_hoisted_3286=[_hoisted_2287];function _sfc_render287(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1287,_hoisted_3286)}var warning_filled_default=export_helper_default(warning_filled_vue_vue_type_script_lang_default,[["render",_sfc_render287],["__file","warning-filled.vue"]]);const standardFields=[{name:"${approvalResult}",label:getI18n().t("workflowEditor.process.approvalResults"),orgType:"other"},{name:"${instanceCreatorName}",label:getI18n().t("workflowEditor.process.processInitiator"),orgType:"user"},{name:"${instanceCreatorRole}",label:getI18n().t("workflowEditor.process.processInitiatorRole"),orgType:"role"},{name:"${instanceCreatorDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorDepartment"),orgType:"department",relatedFields:["upstageDepartment"]},{name:"${superiorDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorSuperiorDepartment"),orgType:"department",relatedFields:["upstageDepartment"]},{name:"${instanceCreatorUpstageDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorTopDepartment"),orgType:"department"},{name:"${instanceCreatorWorkGroup}",label:getI18n().t("workflowEditor.process.processInitiatorWorkingGroup"),orgType:"workgroup"},{name:"${instanceCreatorDirectSuperiorName}",label:getI18n().t("workflowEditor.process.sponsorsImmediateSuperior"),orgType:"user"},{name:"${instanceCreatorDeptApprover}",label:getI18n().t("workflowEditor.process.deptApprover"),orgType:"user"},{name:"${instanceCreatorDirectSuperiorDeptApprover}",label:getI18n().t("workflowEditor.process.superiorDeptApprover"),orgType:"user"},{name:"${instanceCreatorDirectSuperiorDeptLeader}",label:getI18n().t("workflowEditor.process.superiorDeptLeader"),orgType:"user"},{name:"${instanceCreatorDirectSuperiorDepartment}",label:getI18n().t("workflowEditor.process.processInitiatorsDirectSuperiorDepartment"),orgType:"department",relatedFields:["upstageDepartment"]},{name:"${instanceCreatorDirectSuperiorRole}",label:getI18n().t("workflowEditor.process.directSuperiorRoleOfProcessInitiator"),orgType:"role"},{name:"${instanceCreatorDirectSuperiorWorkGroup}",label:getI18n().t("workflowEditor.process.ProcessInitiatorsImmediateSuperiorWorkingGroup"),orgType:"workgroup"},{name:"${currentTransactorName}",label:getI18n().t("workflowEditor.process.nameOfCurrentHandler"),orgType:"user",relatedFields:["instanceCreatorName","instanceCreatorDirectSuperiorName"]},{name:"${currentTransactorRole}",label:getI18n().t("workflowEditor.process.currentHandlerRole"),orgType:"role"},{name:"${currentTransactorDepartment}",label:getI18n().t("workflowEditor.process.currentHandlerDepartment"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment","upstageDepartment"]},{name:"${currentTransactorSuperiorDepartment}",label:getI18n().t("workflowEditor.process.currentHandlerSuperiorDepartment"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment","upstageDepartment"]},{name:"${currentTransactorUpstageDepartment}",label:getI18n().t("workflowEditor.process.topDepartmentOfCurrentHandler"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment"]},{name:"${currentTransactorWorkGroup}",label:getI18n().t("workflowEditor.process.currentHandlerWorkingGroup"),orgType:"workgroup"},{name:"${currentTransactorDirectSuperiorName}",label:getI18n().t("workflowEditor.process.nameOfTheImmediateSuperiorOfTheCurrentHandler"),orgType:"user",relatedFields:["instanceCreatorName","instanceCreatorDirectSuperiorName"]},{name:"${currentTransactorDirectSuperiorDepartment}",label:getI18n().t("workflowEditor.process.currentHandlerDirectSuperiorDepartment"),orgType:"department",relatedFields:["instanceCreatorDepartment","superiorDepartment","instanceCreatorUpstageDepartment","instanceCreatorDirectSuperiorDepartment","upstageDepartment"]},{name:"${currentTransactorDirectSuperiorRole}",label:getI18n().t("workflowEditor.process.currentManagerDirectSuperiorRole"),orgType:"role"},{name:"${currentTransactorDirectSuperiorWorkGroup}",label:getI18n().t("workflowEditor.process.workingGroupDirectlyUnderTheCurrentHandler"),orgType:"workgroup"},{name:"${upstageDepartment}",label:getI18n().t("workflowEditor.process.topDepartments"),orgType:"department"},{name:"${countersignatureDisagreeCount}",label:getI18n().t("workflowEditor.process.totalNnumberOfPersonsWhoDisagreeWithTheCountersignature"),orgType:"other",dataType:"INTEGER"},{name:"${countersignatureAgreeCount}",label:getI18n().t("workflowEditor.process.totalNumberOfCountersignedAndAgreedPersonnel"),orgType:"other",dataType:"INTEGER"},{name:"${countersignatureDisagreePercentage}",label:getI18n().t("workflowEditor.process.percentageOfPersonsWhoDisagreeWithTheCountersignature"),orgType:"other",dataType:"INTEGER"},{name:"${countersignatureAgreePercentage}",label:getI18n().t("workflowEditor.process.percentageOfCountersignedAndAgreedPersonnel"),orgType:"other",dataType:"INTEGER"},{name:"${abstentionPercentage}",label:getI18n().t("workflowEditor.process.percentageOfAbstentions"),orgType:"other",dataType:"INTEGER"},{name:"${againstPercentage}",label:getI18n().t("workflowEditor.process.percentageOfVotesAgainst"),orgType:"other",dataType:"INTEGER"},{name:"${favorPercentage}",label:getI18n().t("workflowEditor.process.percentageOfAffirmativeVotes"),orgType:"other",dataType:"INTEGER"},{name:"${abstentionCount}",label:getI18n().t("workflowEditor.process.totalNumberOfAbstentions"),orgType:"other",dataType:"INTEGER"},{name:"${againstCount}",label:getI18n().t("workflowEditor.process.totalVotesAgainst"),orgType:"other",dataType:"INTEGER"},{name:"${favorCount}",label:getI18n().t("workflowEditor.process.totalNumberOfAffirmativeVotes"),orgType:"other",dataType:"INTEGER"}],logicOperators$1={"condition.operator.or":getI18n().t("workflowEditor.process.perhaps"),"condition.operator.and":getI18n().t("workflowEditor.process.also")};function isNumber$1(e){return["NUMBER","DOUBLE","FLOAT","LONG","INTEGER","AMOUNT"].indexOf(e)>=0}const operatorsForNumber=[{name:"operator.number.gt",label:getI18n().t("workflowEditor.process.greaterThan")},{name:"operator.number.lt",label:getI18n().t("workflowEditor.process.lessThan")},{name:"operator.number.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.number.le",label:getI18n().t("workflowEditor.process.notGreaterThan")},{name:"operator.number.ge",label:getI18n().t("workflowEditor.process.notLessThan")},{name:"operator.number.ne",label:getI18n().t("workflowEditor.process.notEqualTo")}];function isString$2(e){return["STRING","TEXT"].indexOf(e)>=0}const operatorsForString=[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")},{name:"operator.text.contain",label:getI18n().t("workflowEditor.process.contain")},{name:"operator.text.contain.not",label:getI18n().t("workflowEditor.process.notIncluded")},{name:"operator.text.is.null",label:getI18n().t("workflowEditor.process.isNull")},{name:"operator.text.not.null",label:getI18n().t("workflowEditor.process.isNotNull")}];function isDate(e){return["DATE","TIME"].indexOf(e)>=0}const operatorsForDate=[{name:"operator.date.gt",label:getI18n().t("workflowEditor.process.laterThan")},{name:"operator.date.lt",label:getI18n().t("workflowEditor.process.earlierThan")},{name:"operator.date.et",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.date.le",label:getI18n().t("workflowEditor.process.noLaterThan")},{name:"operator.date.ge",label:getI18n().t("workflowEditor.process.noEarlierThan")},{name:"operator.date.ne",label:getI18n().t("workflowEditor.process.notEqualTo")}],operatorsForText=[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")}];function isApproveResult(e){return e==="${approvalResult}"}const operatorsForApproveResult=[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")}],allOperators=[...operatorsForNumber,...operatorsForDate,...operatorsForString,...operatorsForText];function parseCondition$1(e,t){if(!(!t||t.length===0)){let o=t.replace(/ condition.operator.or /g," condition.operator.or^_^");o=o.replace(/ condition.operator.and /g," condition.operator.and^_^");const r=o.split("^_^");let n=0;for(let i of r){if(i==="")continue;let s="",l="",a="",d="",u="",c="condition.operator.or",m=i.indexOf("${");if(m>0&&(s=i.substring(0,m)),l=i.substring(m,i.indexOf(" ")),i=i.substring(i.indexOf(" ")+1),a=i.substring(0,i.indexOf(" ")),i=i.substring(i.indexOf(" ")+1),m=i.indexOf(")"),m>=0){d=i.substring(0,m);const A=i.substring(m);m=A.indexOf(")"),A.indexOf(" ")>=0?u=A.substring(m,A.indexOf(" ")):u=A.substring(m),m=i.indexOf(" condition."),m>=0&&(c=i.substring(m+1))}else m=i.indexOf(" condition."),m>0?(d=i.substring(0,m),c=i.substring(m+1)):d=i;e.push({id:n,leftBracket:s,key:l,operator:a,value:d,rightBracket:u,logicOperator:c}),n++}return n}}function generateCondition(e){let t="";for(const n of e)n.key.length===0||n.operator===""||n.value===""&&n.operator!=="operator.text.is.null"&&n.operator!=="operator.text.not.null"||(t=t+n.leftBracket+n.key+" "+n.operator+" "+n.value+n.rightBracket+" "+n.logicOperator+" ");const o=" condition.operator.or ",r=" condition.operator.and ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}function getStandardField(e){const t=standardFields.filter(o=>o.name===e);return t.length>0?t[0]:null}function getStandardFieldLabel(e){const t=getStandardField(e);return t?t.label:e}function getFieldLabel(e){return e?e.indexOf("${field[")>=0?getFormFieldLabel(e):e.indexOf("${")>=0?getStandardFieldLabel(e):e.indexOf("[")>=0?e.substring(0,e.indexOf("[")):e:""}function getOperatorLabel(e){const t=allOperators.filter(o=>o.name===e);return t.length>0?t[0].label:""}function displayCondition(e){let t="";for(const n of e)n.key.length===0||typeof n.operator>"u"||n.operator===""||n.operator===null||n.operator!=="operator.text.is.null"&&n.operator!=="operator.text.not.null"&&(n.value===""||typeof n.value>"u"||n.value===null)||(t=t+n.leftBracket+getFieldLabel(n.key)+" "+getOperatorLabel(n.operator)+" "+getFieldLabel(n.value)+n.rightBracket+" "+logicOperators$1[n.logicOperator]+" ");const o=" 或者 ",r=" 并且 ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}function getRelatedStandardFields(e){const t=standardFields.filter(n=>n.name===e);let o=[];t.length>0&&(o=t[0].relatedFields||[]);const r=[];return standardFields.forEach(n=>{o.indexOf(n.name.substring(2,n.name.length-1))>=0&&r.push(n)}),r}function getStandardFieldsByTacheType(e){if(e)return standardFields;const t=[];return standardFields.forEach(o=>{!e&&o.orgType!=="other"&&t.push(o)}),t}function isTransitionOtherField(e){if(e==="${approvalResult}")return!1;const t=standardFields.filter(r=>r.name===e);let o=!1;return t.length>0&&t.forEach(r=>{e===r.name&&r.orgType==="other"&&(o=!0)}),o}function getOperators(e){const t=getFormField(e)||getStandardField(e);if(t)return isNumber$1(t.dataType)?operatorsForNumber:isDate(t.dataType)?operatorsForDate:isString$2(t.dataType)?operatorsForString:isApproveResult(e)?operatorsForApproveResult:operatorsForText}const systemRoleTreeInline_vue_vue_type_style_index_0_lang="",__default__$5={name:"InlineSystemRoleTree",props:{multiple:{type:Boolean,default:!1}},data(){return{systemRoleTrees:null,filterText:"",defaultProps:{id:"id",label:"label",children:"children",isLeaf:"leaf"},containBranch:!1,tenantInfo:null,tenantNodeId:-1,allSearchNodeIds:[],allExpandNodeIds:[],isClickNode:!1,searchValue:null,selectNodeInfo:null}},computed:{},watch:{filterText(e){e||(this.searchValue=e,this.loadRole(this.tenantNodeId,this.tenantNodeId+""))}},created(){},methods:{loadNode(e,t){var o=0,r;e.level===0?(o=0,r=o+""):(o=e.data.id,r=e.data.nodeId);var n=[];this.$refs.roleTree&&(n=this.$refs.roleTree.getCheckedKeys()),this.initLoadRole(o,r,e,t,n)},initLoadRole(e,t,o,r,n){this.$http.get(this.baseAPI+"/acs/roles/system-role-trees/"+e).then(i=>{if(r(i),this.$refs.roleTree.updateKeyChildren(t,i),e===0){const s=i[0].data;this.tenantInfo=JSON.parse(s),this.containBranch=i[0].containBranch,this.loadRole(this.tenantNodeId,this.tenantNodeId+"")}this.isClickNode?(this.isClickNode=!1,this.checkedNodeAndChildren(o.data)):n&&n.indexOf(t)>-1&&this.checkedNodeAndChildren(o.data)})},loadRole(e,t,o,r){this.$http.get(this.baseAPI+"/acs/roles/system-role-trees/"+e).then(n=>{this.$refs.roleTree.updateKeyChildren(t,n),this.$refs.roleTree.store.nodesMap[t]&&(this.$refs.roleTree.store.nodesMap[t].expanded=!0),o&&(this.allExpandNodeIds.indexOf(t)===-1&&this.allExpandNodeIds.push(t),this.allExpandNodeIds.length===this.allSearchNodeIds.length&&(this.$refs.roleTree.filter(r),this.allExpandNodeIds=[],this.allSearchNodeIds=[]))})},clickSearch(){this.searchValue=this.filterText,this.filterAppendNodes(this.filterText)},filterAppendNodes(e){this.$http.get(this.baseAPI+"/acs/roles/search-system-role-trees?searchValue="+e).then(t=>{if(t){if(t.length===0){this.$message({showClose:!0,type:"error",message:this.$t("workflowEditorMessage.queryResultIsEmpty")});return}t.forEach(o=>{const r="SYSTEM_"+o;this.allSearchNodeIds.indexOf(r)===-1&&(this.allSearchNodeIds.push(r),this.loadRole(o,r,!0,e))})}else this.$message({showClose:!0,type:"error",message:this.$t("workflowEditorMessage.queryResultIsEmpty")})})},handleCheckNode(e,t){t.checkedKeys.indexOf(e.nodeId)>-1?e.children?(this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0,this.checkedNodeAndChildren(e)):e.leaf||this.$http.get(this.baseAPI+"/acs/roles/system-role-trees/"+e.id).then(o=>{this.$refs.roleTree.updateKeyChildren(e.nodeId,o),this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0,this.checkedNodeAndChildren(e)}):this.cancelChildCheckedNodes(e)},checkedNodeAndChildren(e){this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0,this.$refs.roleTree.setChecked(e.nodeId,!0);const t=e.children;t&&t.forEach(o=>{this.checkedNodeAndChildren(o)})},cancelChildCheckedNodes(e){e.id!==this.tenantNodeId&&this.$refs.roleTree.setChecked(this.tenantNodeId+"",!1);const t=e.children;t&&t.forEach(o=>{this.$refs.roleTree.setChecked(o.nodeId,!1),this.cancelChildCheckedNodes(o)})},selectRole(){if(this.multiple){const e={containBranch:this.containBranch,roles:[]},t=[];this.$refs.roleTree.getCheckedNodes().forEach(r=>{if(r.nodeType==="ROLE"){const n=JSON.parse(r.data);n.tenantCode=this.tenantInfo.code,n.tenantName=this.tenantInfo.tenantName,t.push(n)}}),e.roles=t,e.length>0?this.$emit("result",e):this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditor.pleaseSelectRole")})}else this.selectNodeInfo?this.$emit("result",this.selectNodeInfo):this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditor.pleaseSelectRole")})},filterNode(e,t,o){if(e){var r=t.label;return t.nodeType!=="ROLE"?!1:r.indexOf(e)!==-1}else return!0},handleNodeClick(e,t,o){if(this.multiple&&this.clickNodeWhenMultiple(e),console.log(e),e.nodeType==="ROLE"&&!this.multiple){const n=JSON.parse(e.data);n.tenantName=this.tenantInfo.tenantName,n.tenantCode=this.tenantInfo.code;var r={id:e.id,name:e.name,containBranch:this.containBranch,role:n};this.selectNodeInfo=r}},clickNodeWhenMultiple(e){var t=[];if(this.$refs.roleTree&&(t=this.$refs.roleTree.getCheckedKeys()),t.indexOf(e.nodeId)>-1)this.$refs.roleTree.setChecked(e.nodeId,!1),this.cancelChildCheckedNodes(e),this.$refs.roleTree.store.nodesMap[e.nodeId].expanded=!0;else{this.$refs.roleTree.setChecked(e.nodeId,!0);const o=e.childDepartments;o&&o.length>0?this.checkedNodeAndChildren(e):this.isClickNode=!0}},renderContent(e,{node:t,data:o,store:r}){return o.nodeType&&o.nodeType==="ROLE"&&this.searchValue&&o.label.indexOf(this.searchValue)>-1?e("span",{},[e("span",{class:"searchResult"},t.label)]):e("span",{},[e("span",{},t.label)])}}},_sfc_main$1g=Object.assign(__default__$5,{setup(e){return(t,o)=>{const r=Vue.resolveComponent("el-button"),n=Vue.resolveComponent("el-input"),i=Vue.resolveComponent("el-tree");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(n,{modelValue:t.filterText,"onUpdate:modelValue":o[0]||(o[0]=s=>t.filterText=s),placeholder:t.$t("workflowEditorMessage.pleaseEnterTheRoleName"),onKeyup:Vue.withKeys(t.clickSearch,["enter"])},{append:Vue.withCtx(()=>[Vue.createVNode(r,{icon:Vue.unref(search_default),onClick:t.clickSearch},null,8,["icon","onClick"])]),_:1},8,["modelValue","placeholder","onKeyup"]),Vue.createVNode(i,{ref:"roleTree",props:t.defaultProps,load:t.loadNode,lazy:"","highlight-current":!0,"node-key":"nodeId","show-checkbox":e.multiple,"check-strictly":"","render-content":t.renderContent,"filter-node-method":t.filterNode,onCheck:t.handleCheckNode,onNodeClick:t.handleNodeClick},null,8,["props","load","show-checkbox","render-content","filter-node-method","onCheck","onNodeClick"])])}}}),valueSelectionDialog_vue_vue_type_style_index_0_scoped_7feaa2da_lang="",_sfc_main$1f={name:"ValueSelectionDialog",components:{InlineSystemRoleTree:_sfc_main$1g},props:{standardFields:{type:[Object,Array],default:null},title:{type:String,default:""},showOrganization:{type:Boolean,default:!0},showFormFields:{type:Boolean,default:!0},orgType:{type:String,default:""}},data(){let e=this.title,t="organization";return this.showOrganization||(t="standardFields"),(!this.title||this.title==="")&&(e=getI18n().t("workflowEditorMessage.pleaseSelectAValue")),{selectedValue:"",activeTab:t,titleName:e,dialogVisible:!0,activeNames:["baseField"]}},computed:{...mapGetters("wfEditor",["formFields"]),customFormFields(){return this.formFields.filter(e=>!e.baseField)},baseFormFields(){return this.formFields.filter(e=>e.baseField)},options(){if(Array.isArray(this.standardFields))return this.standardFields;{const e=[];for(const t of Object.keys(this.standardFields))e.push({name:t,label:this.standardFields[t]});return e}}},watch:{activeTab(e){this.selectedValue=""}},methods:{setValue(){if(this.organizationResultValue(),this.selectedValue===""){this.$alert(this.$t("workflowEditorMessage.pleaseSelectAValueInTheCurrentTab"));return}this.$emit("close",this.selectedValue)},orgSelect(e){e&&(this.orgType==="user"?this.getSelectedUser(e.user,e.containBranch):this.orgType==="department"?this.getSelectedDepartmentOrWorkgroup(e.department,e.containBranch):this.orgType==="workgroup"?this.getSelectedDepartmentOrWorkgroup(e.workgroup,e.containBranch):this.orgType==="role"&&this.getSelectedRole(e.role))},organizationResultValue(){this.orgType&&this.activeTab==="organization"&&(this.orgType==="user"?this.$refs.organizationTree.confirmSelectUser():this.orgType==="department"?this.$refs.organizationTree.selectDepartment():this.orgType==="workgroup"?this.$refs.organizationTree.selectWorkgroup():this.orgType==="role"&&this.$refs.organizationTree.selectRole())},getSelectedUser(e,t){const o="~~",r="/";let n=e.loginName,i=e.name;if(t){if(e.subCompanyId&&e.subCompanyId!==null){const s=e.subCompanyCode,l=e.subCompanyName;n=n+o+s,i=i+r+l}else n=n+o+e.tenantCode,i=i+r+e.tenantName;this.selectedValue=i+"["+n+"]"}else this.selectedValue=e.name+"["+e.loginName+"]"},getSelectedDepartmentOrWorkgroup(e,t){this.selectedValue=e.name;const o="/";let r=e.name;if(t){if(e.subCompanyId&&e.subCompanyId!==null){const n=e.subCompanyName;r=r+o+n}else r=r+o+e.tenantName;this.selectedValue=r+"["+e.code+"]"}else this.selectedValue=e.name+"["+e.code+"]"},getSelectedRole(e){this.selectedValue=e.name+"["+e.code+"]"}}};function _sfc_render$17(e,t,o,r,n,i){const s=Vue.resolveComponent("el-radio"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-tab-pane"),d=Vue.resolveComponent("inline-department-user-tree"),u=Vue.resolveComponent("inline-department-tree"),c=Vue.resolveComponent("inline-workgroup-tree"),m=Vue.resolveComponent("inline-system-role-tree"),A=Vue.resolveComponent("el-col"),C=Vue.resolveComponent("el-collapse-item"),g=Vue.resolveComponent("el-collapse"),E=Vue.resolveComponent("el-radio-group"),p=Vue.resolveComponent("el-tabs"),f=Vue.resolveComponent("el-button"),w=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(w,{title:n.titleName,"model-value":"",top:"10vh","append-to-body":"",class:"properties-editor-valueSelect",center:"",onClose:t[5]||(t[5]=v=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(f,{type:"primary",size:"small",onClick:i.setValue},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(f,{size:"small",onClick:t[4]||(t[4]=v=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createVNode(p,{id:"custTabOne",modelValue:n.activeTab,"onUpdate:modelValue":t[3]||(t[3]=v=>n.activeTab=v),type:"border-card"},{default:Vue.withCtx(()=>[i.options.length>0?(Vue.openBlock(),Vue.createBlock(a,{key:0,label:e.$t("workflowEditor.process.standardFields"),name:"standardFields"},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.options,v=>(Vue.openBlock(),Vue.createBlock(l,{key:v.name},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.selectedValue,"onUpdate:modelValue":t[0]||(t[0]=b=>n.selectedValue=b),label:v.name,border:""},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(v.label),1)]),_:2},1032,["modelValue","label"])]),_:2},1024))),128))]),_:1},8,["label"])):Vue.createCommentVNode("",!0),o.showOrganization?(Vue.openBlock(),Vue.createBlock(a,{key:1,label:e.$t("workflowEditor.common.organizationStructure"),name:"organization"},{default:Vue.withCtx(()=>[o.orgType==="user"?(Vue.openBlock(),Vue.createBlock(d,{key:0,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0),o.orgType==="department"?(Vue.openBlock(),Vue.createBlock(u,{key:1,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0),o.orgType==="workgroup"?(Vue.openBlock(),Vue.createBlock(c,{key:2,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0),o.orgType==="role"?(Vue.openBlock(),Vue.createBlock(m,{key:3,ref:"organizationTree",multiple:!1,onResult:i.orgSelect},null,8,["onResult"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(a,{label:e.$t("workflowEditor.common.formField"),name:"formFields"},{default:Vue.withCtx(()=>[Vue.createVNode(E,{modelValue:n.selectedValue,"onUpdate:modelValue":t[2]||(t[2]=v=>n.selectedValue=v),class:"group"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{style:{width:"100%"}},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.customFormFields,v=>(Vue.openBlock(),Vue.createBlock(A,{key:v.name,span:8},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${field["+v.name+"]}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(v.label),1)]),_:2},1032,["label"])]),_:2},1024))),128))]),_:1}),Vue.createVNode(g,{modelValue:n.activeNames,"onUpdate:modelValue":t[1]||(t[1]=v=>n.activeNames=v),style:{width:"100%"}},{default:Vue.withCtx(()=>[Vue.createVNode(C,{title:e.$t("workflowEditor.task.baseField"),name:"baseField"},{default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.baseFormFields,v=>(Vue.openBlock(),Vue.createBlock(A,{key:v.name,span:8},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${field["+v.name+"]}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(v.label),1)]),_:2},1032,["label"])]),_:2},1024))),128))]),_:1})]),_:1},8,["title"])]),_:1},8,["modelValue"])]),_:1},8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["modelValue"])]),_:1},8,["title"])}const ValueSelectionDialog=_export_sfc$1(_sfc_main$1f,[["render",_sfc_render$17],["__scopeId","data-v-7feaa2da"]]),_sfc_main$1e={name:"AdditionalCondition",components:{ValueSelectionDialog},props:{modelValue:{type:String,default:null},isTransition:{type:Boolean,default:!1}},data(){const e=[],t=parseCondition$1(e,this.modelValue);return{standardFields,tableData:e,count:t,currentRow:null,currentInput:null,options:[],valueDialogTitle:null,showOrganization:!0,orgType:null}},computed:{...mapGetters("wfEditor",["formFields"]),availableStandardFields(){return this.currentInput==="key"?getStandardFieldsByTacheType(this.isTransition):getRelatedStandardFields(this.currentRow.key)}},mounted(){this.tableData.length>0&&this.$refs.table.setCurrentRow(this.tableData[this.tableData.length-1]),this.$watch("tableData",function(e,t){this.$emit("update:modelValue",generateCondition(this.tableData))},{deep:!0})},methods:{format(e,t){return console.log("row",t),e===""||e===void 0||e===null?"":getFieldLabel(e)},getOperatorOptions(e){return getOperators(e)},selectRow(e){this.$refs.table.setCurrentRow(e)},openValueDialog(e){this.showValueDialog=!0,this.selectRow(e)},closeValueDialog(e){e!==void 0&&e!==""&&(this.currentInput==="key"&&this.currentRow.key!==e&&(this.currentRow.operator="",this.currentRow.value=""),this.currentRow[this.currentInput]=e),this.currentInput=""},getCondition(e){return e.key+" "+e.operator+" "+e.value},handleCurrentChange(e){this.currentRow=e},getRowIndex(e){for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].id===e.id)return t;return-1},add(){(this.count===null||this.count===void 0||this.count.isNaN||this.count==="NaN")&&(this.count=0);const e={id:this.count,leftBracket:"",key:"",operator:"",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.tableData.push(e),this.$refs.table.setCurrentRow(e),this.count++},insert(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}const e={id:this.count,leftBracket:"",key:"",operator:"operator.text.eq",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.tableData.splice(this.getRowIndex(this.currentRow),0,e),this.$refs.table.setCurrentRow(e),this.count++},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e=this.getRowIndex(this.currentRow);this.tableData.splice(e,1),this.tableData.length>0&&(e=e<=this.tableData.length-1?e:this.tableData.length-1,this.$refs.table.setCurrentRow(this.tableData[e]))},view(){let e=displayCondition(this.tableData);e===""&&(e=this.$t("workflowEditorMessage.conditionsHaveNotBeenSet")),this.$confirm(e,this.$t("workflowEditorMessage.viewConditions"),{showConfirmButton:!1,showCancelButton:!1,callback:function(){}})},selectField(e){this.selectRow(e),this.currentInput="key",this.valueDialogTitle=this.$t("workflowEditorMessage.fieldSettings"),this.showOrganization=!1},selectValue(){this.currentInput="value",this.valueDialogTitle=this.$t("workflowEditorMessage.valueSetting"),this.showOrganization=!0,this.orgType=this.getStandardFieldOrgType()},getStandardFieldOrgType(){const e=this.standardFields.filter(t=>t.name===this.currentRow.key);return e.length>0?e[0].orgType:""},isTransitionOtherField(e){return isTransitionOtherField(e)}}},_hoisted_1$E={style:{overflow:"auto",width:"100%"}};function _sfc_render$16(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-option"),d=Vue.resolveComponent("el-select"),u=Vue.resolveComponent("el-table-column"),c=Vue.resolveComponent("el-input"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("value-selection-dialog");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$E,[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"ArrowRight",onClick:i.insert},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.insert")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"View",onClick:i.view},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.viewConditions")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.tableData,"row-key":"id",border:"",style:{width:"100%","padding-top":"10px"},"highlight-current-row":"",onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(u,{prop:"leftBracket",label:"(",width:"90"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.leftBracket,"onUpdate:modelValue":g=>C.row.leftBracket=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:"(",value:"("}),Vue.createVNode(a,{label:"((",value:"(("}),Vue.createVNode(a,{label:"(((",value:"((("})]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1}),Vue.createVNode(u,{label:e.$t("workflowEditor.common.fieldName"),width:"200"},{default:Vue.withCtx(C=>[Vue.createVNode(c,{value:i.format(C.row.key),onClick:g=>i.selectField(C.row)},null,8,["value","onClick"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.operator"),width:"130"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.operator,"onUpdate:modelValue":g=>C.row.operator=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.getOperatorOptions(C.row.key),g=>(Vue.openBlock(),Vue.createBlock(a,{key:g.name,label:g.label,value:g.name},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.value")},{default:Vue.withCtx(C=>[C.row.key.indexOf("${field[")>=0||i.isTransitionOtherField(C.row.key)?(Vue.openBlock(),Vue.createBlock(c,{key:0,modelValue:C.row.value,"onUpdate:modelValue":g=>C.row.value=g,modelModifiers:{trim:!0}},null,8,["modelValue","onUpdate:modelValue"])):C.row.key==="${approvalResult}"?(Vue.openBlock(),Vue.createBlock(d,{key:1,modelValue:C.row.value,"onUpdate:modelValue":g=>C.row.value=g,modelModifiers:{trim:!0}},{default:Vue.withCtx(()=>[Vue.createVNode(a,{value:"同意",label:e.$t("workflowEditorPublicModel.agree")},null,8,["label"]),Vue.createVNode(a,{value:"不同意",label:e.$t("workflowEditorPublicModel.disagree")},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue"])):(Vue.openBlock(),Vue.createBlock(c,{key:2,value:i.format(C.row.value,C.row),readonly:"",onClick:i.selectValue},null,8,["value","onClick"]))]),_:1},8,["label"]),Vue.createVNode(u,{prop:"rightBracket",label:")",width:"90",onFocus:t[0]||(t[0]=C=>i.selectRow(e.scope.row))},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.rightBracket,"onUpdate:modelValue":g=>C.row.rightBracket=g,placeholder:""},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:")",value:")"}),Vue.createVNode(a,{label:"))",value:"))"}),Vue.createVNode(a,{label:")))",value:")))"})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1}),Vue.createVNode(u,{prop:"logicOperator",label:e.$t("workflowEditorPublicModel.andOr"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.logicOperator,"onUpdate:modelValue":g=>C.row.logicOperator=g,placeholder:e.$t("workflowEditorMessage.pleaseSelect"),onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.process.perhaps"),value:"condition.operator.or"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.process.also"),value:"condition.operator.and"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","placeholder","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"]),n.currentInput?(Vue.openBlock(),Vue.createBlock(A,{key:0,title:n.valueDialogTitle,"show-organization":n.showOrganization,"standard-fields":i.availableStandardFields,"org-type":n.orgType,onClose:i.closeValueDialog},null,8,["title","show-organization","standard-fields","org-type","onClose"])):Vue.createCommentVNode("",!0)])}const AdditionalCondition=_export_sfc$1(_sfc_main$1e,[["render",_sfc_render$16]]),_sfc_main$1d={name:"AdditionalConditionDialog",components:{AdditionalCondition},props:{modelValue:{type:String,default:""}},data(){return{condition:this.modelValue,dialogVisible:!0}},watch:{value(e){this.condition=e}},methods:{setConditions(){this.$emit("update:modelValue",this.condition),this.$emit("close")}}};function _sfc_render$15(e,t,o,r,n,i){const s=Vue.resolveComponent("additional-condition"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("el-button"),d=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(d,{width:"50%",title:e.$t("workflowEditor.task.setConditions"),"model-value":"",top:"10vh","append-to-body":"",class:"properties-editor-noTab",center:"",onClose:t[2]||(t[2]=u=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(a,{type:"primary",size:"small",onClick:i.setConditions},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(a,{size:"small",onClick:t[1]||(t[1]=u=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.condition,"onUpdate:modelValue":t[0]||(t[0]=u=>n.condition=u)},null,8,["modelValue"])]),_:1})]),_:1},8,["title"])}const AdditionalConditionDialog=_export_sfc$1(_sfc_main$1d,[["render",_sfc_render$15]]),__default__$4={name:"CustomActions",components:{AdditionalConditionDialog},props:{model:{type:Object,default:null}},data(){const e=[];let t=1;if(this.model.action)if(Array.isArray(this.model.action))for(const o of this.model.action)e.push({...o,id:t}),t++;else e.push({...this.model.action,id:t}),t++;return{actions:e,actionTypes:[{type:"SAVE",label:getI18n().t("workflowEditor.task.save")},{type:"SUBMIT",label:getI18n().t("workflowEditor.task.submission")},{type:"APPROVE",label:getI18n().t("workflowEditor.task.agree")},{type:"REFUSE",label:getI18n().t("workflowEditor.task.disagree")},{type:"AGREEMENT",label:getI18n().t("workflowEditor.task.favor")},{type:"OPPOSE",label:getI18n().t("workflowEditor.task.opposition")},{type:"KIKEN",label:getI18n().t("workflowEditor.task.waiver")},{type:"DRAW",label:getI18n().t("workflowEditor.task.receive")},{type:"ABANDON_DRAW",label:getI18n().t("workflowEditor.task.giveUp")},{type:"ADD_SIGN",label:getI18n().t("workflowEditor.task.additionalSignature")},{type:"REMOVE_SIGN",label:getI18n().t("workflowEditor.task.reductionOfSignature")},{type:"ASSIGN_TASK",label:getI18n().t("workflowEditor.task.assignTask")},{type:"COPY",label:getI18n().t("workflowEditor.task.copyTask")},{type:"GET_BACK_BUTTON",label:getI18n().t("workflowEditor.task.retrieveTask")},{type:"READED",label:getI18n().t("workflowEditor.task.readTask")},{type:"EXPORT_REPORT",label:getI18n().t("workflowEditor.task.exportReport")}],currentRow:null,count:t,showAdditionalCondition:!1}},mounted(){this.actions.length>0&&this.selectRow(this.actions[this.actions.length-1]),this.$watch("actions",function(e,t){const o=[];for(const r of this.actions){const n={...r};delete n.id,o.push(n)}this.$emit("updateAction",o)},{deep:!0})},methods:{selectRow(e){this.$refs.table.setCurrentRow(e)},getRowIndex(e){for(let t=0;t<this.actions.length;t++)if(this.actions[t].id===e.id)return t;return-1},handleCurrentChange(e){this.currentRow=e},isDuplicated(e){const t=this.getRowIndex(this.currentRow);console.log("index:"+t);for(let o=0;o<this.actions.length;o++)o!==t&&this.actions[o].type===e&&(this.$alert(this.$t("workflowEditorMessage.duplicateOperationTypeWithLinePleaseReselect",{row:o+1})),this.currentRow.type="")},add(){for(let t=0;t<this.actions.length;t++){const o=this.actions[t];if(o.type===""||o.label===""){this.$alert(this.$t("workflowEditorMessage.theOperationTypeOrNameInLineIsEmpty",{row:t+1}));return}}const e={id:this.count,type:"",label:"",visible:!0,condition:""};this.actions.push(e),this.selectRow(e),this.count++},remove(){let e=this.getRowIndex(this.currentRow);this.actions.splice(e,1),this.actions.length>0&&(e=e<=this.actions.length-1?e:this.actions.length-1,this.$refs.table.setCurrentRow(this.actions[e]))},formatCondition(e){if(e===""||!e)return this.$t("workflowEditor.task.nothing");const t=[];return parseCondition$1(t,e),displayCondition(t)},selectCondition(e){this.selectRow(e),this.currentRow||(this.currentRow.condition=""),this.showAdditionalCondition=!0}}},_sfc_main$1c=Object.assign(__default__$4,{setup(e){return(t,o)=>{const r=Vue.resolveComponent("el-button"),n=Vue.resolveComponent("el-table-column"),i=Vue.resolveComponent("el-option"),s=Vue.resolveComponent("el-select"),l=Vue.resolveComponent("el-input"),a=Vue.resolveComponent("el-checkbox"),d=Vue.resolveComponent("el-table"),u=Vue.resolveComponent("el-row");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(r,{type:"primary",size:"small",plain:"",icon:Vue.unref(circle_plus_default),onClick:t.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(t.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["icon","onClick"]),Vue.createVNode(r,{type:"primary",size:"small",plain:"",icon:Vue.unref(delete_default),onClick:t.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(t.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["icon","onClick"]),Vue.createVNode(d,{ref:"table",data:t.actions,"row-key":"type",border:"","highlight-current-row":"",style:{width:"100%"},onCurrentChange:t.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(n,{type:"index"}),Vue.createVNode(n,{label:t.$t("workflowEditor.task.operationType"),width:"180"},{default:Vue.withCtx(c=>[Vue.createVNode(s,{modelValue:c.row.type,"onUpdate:modelValue":m=>c.row.type=m,onChange:t.isDuplicated},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(t.actionTypes,m=>(Vue.openBlock(),Vue.createBlock(i,{key:m.id,value:m.type,label:m.label},null,8,["value","label"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"])]),_:1},8,["label"]),Vue.createVNode(n,{prop:"label",label:t.$t("workflowEditor.task.name"),width:"180"},{default:Vue.withCtx(c=>[Vue.createVNode(l,{modelValue:c.row.label,"onUpdate:modelValue":m=>c.row.label=m},null,8,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(n,{prop:"visible",label:t.$t("workflowEditor.task.visibleOrNot")},{default:Vue.withCtx(c=>[Vue.createVNode(a,{modelValue:c.row.visible,"onUpdate:modelValue":m=>c.row.visible=m},null,8,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(n,{prop:"condition",label:t.$t("workflowEditor.task.condition")},{default:Vue.withCtx(c=>[Vue.createVNode(l,{value:t.formatCondition(c.row.condition),type:"textarea",autosize:"",onFocus:m=>t.selectCondition(c.row)},null,8,["value","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"])]),_:1}),t.showAdditionalCondition?(Vue.openBlock(),Vue.createBlock(Vue.unref(AdditionalConditionDialog),{key:0,modelValue:t.currentRow.condition,"onUpdate:modelValue":o[0]||(o[0]=c=>t.currentRow.condition=c),onClose:o[1]||(o[1]=c=>t.showAdditionalCondition=!1)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)])}}}),_sfc_main$1b={name:"I18nSet",props:{value:{type:Object,default:null}},data(){let e={};return this.value&&(e=JSON.parse(JSON.stringify(this.value))),{requiredRule:{required:!0,message:getI18n().t("workflowEditor.process.cannotBeEmpty"),trigger:"blur"},i18nModel:e,bundleCode:null,isShow:!1,i18nKey:null,languages:{},dialogVisible:!0,isNewI18n:!1}},computed:{...mapGetters("wfEditor",["systemCode","processCode","isHandleCreate"])},created(){this.isHandleCreate&&this.isHandleCreate==="true"?this.isNewI18n=!1:this.isNewI18n=!0,this.isNewI18n||(this.bundleCode=this.systemCode+".workflow."+this.processCode),this.getI18nSet()},methods:{getI18nSet(){this.$http.get(this.baseAPI+"/wf-editor/i18n-settings/languages?isNewI18n="+this.isNewI18n).then(e=>{const t={bundleCode:this.bundleCode,i18nKey:this.i18nModel.key,isNewI18n:this.isNewI18n+"",systemCode:this.systemCode};this.$http.post(this.baseAPI+"/wf-editor/i18n-settings/get-info",t).then(o=>{this.languages=e,Object.keys(this.languages).forEach(r=>{console.log("%c描述-162040","color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px",r),console.log("%c描述-162049","color:#2E3435;background:#F8BB07;padding:3px;border-radius:2px",this.i18nModel),o&&o[r]?this.i18nModel.values[r]=o[r]:this.i18nModel.values[r]||(this.i18nModel.values[r]="")}),this.isShow=!0})})},saveI18nSet(e){this.$refs[e].validate(t=>{if(t)this.i18nModel.bundleCode=this.bundleCode,this.i18nModel.systemCode=this.systemCode,this.i18nModel.isNewI18n=this.isNewI18n+"",console.log("this.i18nModel---",this.i18nModel),this.$http.post(this.baseAPI+"/wf-editor/i18n-settings",this.i18nModel).then(()=>{console.log("更新成功-----"),this.$emit("close",this.i18nModel.key)});else return console.log("error submit!!"),!1})},goBack(){this.$emit("close")}}},_hoisted_1$D={class:"operation-area"};function _sfc_render$14(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-input"),a=Vue.resolveComponent("el-form-item"),d=Vue.resolveComponent("el-col"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("el-form"),m=Vue.resolveComponent("el-dialog");return n.isShow?(Vue.openBlock(),Vue.createBlock(m,{key:0,"close-on-click-modal":!1,width:"30%",title:e.$t("workflowEditorPublicModel.i18nSet"),"append-to-body":"","model-value":"",top:"5vh",onOpen:t[2]||(t[2]=A=>e.$emit("open")),onOpend:t[3]||(t[3]=A=>e.$emit("opend")),onClose:t[4]||(t[4]=A=>e.$emit("close")),onClosed:t[5]||(t[5]=A=>e.$emit("closed"))},{default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$D,[Vue.createVNode(s,{type:"primary",size:"small",onClick:t[0]||(t[0]=A=>i.saveI18nSet("form"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1}),Vue.createVNode(s,{size:"small",onClick:i.goBack},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.return")),1)]),_:1},8,["onClick"])]),Vue.createVNode(c,{ref:"form",model:n.i18nModel,"label-width":"100px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(d,{span:24},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditorPublicModel.i18nKey"),prop:"key",rules:[n.requiredRule]},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.i18nModel.key,"onUpdate:modelValue":t[1]||(t[1]=A=>n.i18nModel.key=A),style:{width:"80%"}},null,8,["modelValue"])]),_:1},8,["label","rules"])]),_:1})]),_:1}),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(Object.keys(n.languages),A=>(Vue.openBlock(),Vue.createBlock(u,{key:A},{default:Vue.withCtx(()=>[Vue.createVNode(d,{span:24},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:n.languages[A],prop:A},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.i18nModel.values[A],"onUpdate:modelValue":C=>n.i18nModel.values[A]=C},null,8,["modelValue","onUpdate:modelValue"])]),_:2},1032,["label","prop"])]),_:2},1024)]),_:2},1024))),128))]),_:1},8,["model"])]),_:1},8,["title"])):Vue.createCommentVNode("",!0)}const I18nSet=_export_sfc$1(_sfc_main$1b,[["render",_sfc_render$14]]),_sfc_main$1a={name:"I18nInput",components:{I18nSet},model:{prop:"value",event:"input"},props:{modelValue:{type:String,default:""},i18nKey:{type:String,default:""}},data(){const e=this.modelValue;return{isShowI18n:!1,myI18nKey:this.i18nKey,zh:e,isNewI18n:!1}},computed:{...mapGetters("wfEditor",["processCode","isHandleCreate"])},mounted(){this.$watch("zh",function(e){this.$emit("update:modelValue",e)})},created(){this.isHandleCreate&&this.isHandleCreate==="true"?this.isNewI18n=!1:this.isNewI18n=!0,this.isNewI18n&&(this.myI18nKey=this.modelValue)},methods:{i18nSet(){this.myI18nKey?this.isShowI18n=!0:this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditorMessage.pleaseInputCode")})},closeI18nSet(e){e&&this.$emit("setI18n",e),this.isShowI18n=!1}}},_hoisted_1$C={style:{float:"left","padding-right":"5px"}};function _sfc_render$13(e,t,o,r,n,i){const s=Vue.resolveComponent("el-input"),l=Vue.resolveComponent("i18n-set");return Vue.openBlock(),Vue.createElementBlock("span",null,[Vue.createElementVNode("div",_hoisted_1$C,[Vue.createVNode(s,{modelValue:n.zh,"onUpdate:modelValue":t[1]||(t[1]=a=>n.zh=a)},{append:Vue.withCtx(()=>[Vue.createElementVNode("i",{class:"fa fa-cog",onClick:t[0]||(t[0]=(...a)=>i.i18nSet&&i.i18nSet(...a))})]),_:1},8,["modelValue"])]),n.isShowI18n?(Vue.openBlock(),Vue.createBlock(l,{key:0,value:{values:{zh_CN:n.zh},key:n.myI18nKey},onClose:i.closeI18nSet},null,8,["value","onClose"])):Vue.createCommentVNode("",!0)])}const i18nInput=_export_sfc$1(_sfc_main$1a,[["render",_sfc_render$13]]),_sfc_main$19={name:"SelectMailTemplates",model:{prop:"value",event:"input"},props:{modelValue:{type:[String,Number],default:""}},data(){const e=this.modelValue;return{baseURL:"",optionUrl:"",multiSelectData:[],showMailTemplateFlag:!1,code:e,options:{showColumns:"code,name"},dialogVisible:!0}},created(){this.baseURL=window.$vueApp.config.globalProperties.baseAPI,this.optionUrl="/mc/email-templates/list/0"},methods:{selectTemplate(){!this.multiSelectData||this.multiSelectData.length!==1?this.$message({showClose:!0,type:"warning",message:this.$t("workflowEditorMessage.pleaseSelectARow")}):(this.code=this.multiSelectData[0].code,this.$emit("set-value",this.code),this.showMailTemplateFlag=!1)},selectData(e,t){this.multiSelectData=e},clearVal(){this.code=null,this.$emit("set-value",null)}}},_hoisted_1$B={style:{width:"100%"}};function _sfc_render$12(e,t,o,r,n,i){const s=Vue.resolveComponent("el-input"),l=Vue.resolveComponent("super-grid"),a=Vue.resolveComponent("el-button"),d=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createElementBlock("span",_hoisted_1$B,[Vue.createVNode(s,{readonly:"",modelValue:n.code,"onUpdate:modelValue":t[2]||(t[2]=u=>n.code=u),onClick:t[3]||(t[3]=u=>n.showMailTemplateFlag=!0)},{append:Vue.withCtx(()=>[Vue.createElementVNode("i",{class:"fa fa-search",onClick:t[0]||(t[0]=u=>n.showMailTemplateFlag=!0)}),Vue.createElementVNode("i",{style:{"padding-left":"10px"},class:"fa fa-trash",onClick:t[1]||(t[1]=u=>i.clearVal())})]),_:1},8,["modelValue"]),Vue.createVNode(d,{width:"40%",title:e.$t("workflowEditor.task.selectTemplate"),modelValue:n.showMailTemplateFlag,"onUpdate:modelValue":t[5]||(t[5]=u=>n.showMailTemplateFlag=u),center:"",top:"5vh","append-to-body":"",class:"properties-editor-noTab"},{footer:Vue.withCtx(()=>[Vue.createVNode(a,{onClick:t[4]||(t[4]=u=>n.showMailTemplateFlag=!1)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1}),Vue.createVNode(a,{type:"primary",onClick:i.selectTemplate},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"])]),default:Vue.withCtx(()=>[Vue.createVNode(l,{ref:"reportGrid",url:n.baseURL+n.optionUrl,code:"BS_EMAIL_TEMPLATE",options:n.options,onSelect:i.selectData},null,8,["url","options","onSelect"])]),_:1},8,["title","modelValue"])])}const SelectMailTemplates=_export_sfc$1(_sfc_main$19,[["render",_sfc_render$12]]),basicProperties_vue_vue_type_style_index_0_scoped_a219b06d_lang="",_sfc_main$18={name:"BasicProperties",components:{TaskTitle,CustomActions:_sfc_main$1c,i18nInput,SelectMailTemplates},props:{model:{type:Object,default:null},id:{type:String,default:null},name:{type:String,default:null}},data(){let e=!1;const t=this.model.processingMode.actions.action;return t&&(Array.isArray(t)&&t.length===0?e=!1:e=!0),{showActions:e,formModel:{name:this.name,id:this.id,tache:this.model}}},computed:{tache(){return this.model}},created(){this.tache.processingMode.actions||(this.tache.processingMode.actions={})},mounted(){this.$watch("formModel.name",function(e,t){this.$emit("update:name",e)})},methods:{validateId(){validateTacheCode(this)},setMailTemplateCode(e){this.tache.mailTemplateCode=e},setMailPointTemplateCode(e){this.tache.mailPointTemplateCode=e},setI18nValue(e){this.tache.i18nKey=e},updateAction(e){this.tache.processingMode.actions.action=e}}},_withScopeId$2=e=>(Vue.pushScopeId("data-v-a219b06d"),e=e(),Vue.popScopeId(),e),_hoisted_1$A=_withScopeId$2(()=>Vue.createElementVNode("span",{class:"percent"}," % ",-1));function _sfc_render$11(e,t,o,r,n,i){const s=Vue.resolveComponent("i18n-input"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("el-col"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("task-title"),m=Vue.resolveComponent("el-switch"),A=Vue.resolveComponent("select-mail-templates"),C=Vue.resolveComponent("el-radio"),g=Vue.resolveComponent("el-radio-group"),E=Vue.resolveComponent("el-input-number"),p=Vue.resolveComponent("custom-actions"),f=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(f,{model:n.formModel,"label-width":"110px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(a,{span:12},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.name")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.name,"onUpdate:modelValue":t[0]||(t[0]=w=>n.formModel.name=w),"i18n-key":i.tache.i18nKey?i.tache.i18nKey:"name."+n.formModel.id,onSetI18n:i.setI18nValue},null,8,["modelValue","i18n-key","onSetI18n"])]),_:1},8,["label"])]),_:1}),Vue.createVNode(a,{span:12},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.code")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.formModel.id,"onUpdate:modelValue":t[1]||(t[1]=w=>n.formModel.id=w),onBlur:i.validateId},null,8,["modelValue","onBlur"])]),_:1},8,["label"])]),_:1})]),_:1}),Vue.createVNode(l,{label:e.$t("workflowEditor.task.taskTitle")},{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:i.tache.taskTitle,"onUpdate:modelValue":t[2]||(t[2]=w=>i.tache.taskTitle=w)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.canItBeRejected")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:i.tache.rebuttable,"onUpdate:modelValue":t[3]||(t[3]=w=>i.tache.rebuttable=w)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.emailNotification")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:i.tache.mailNotice,"onUpdate:modelValue":t[4]||(t[4]=w=>i.tache.mailNotice=w)},null,8,["modelValue"])]),_:1},8,["label"]),i.tache.mailNotice?(Vue.openBlock(),Vue.createBlock(l,{key:0,label:e.$t("workflowEditor.task.selectNoticeTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:i.tache.mailTemplateCode,"onUpdate:modelValue":t[5]||(t[5]=w=>i.tache.mailTemplateCode=w),onSetValue:i.setMailTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),i.tache.mailNotice?(Vue.openBlock(),Vue.createBlock(l,{key:1,label:e.$t("workflowEditor.task.selectMailTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:i.tache.mailPointTemplateCode,"onUpdate:modelValue":t[6]||(t[6]=w=>i.tache.mailPointTemplateCode=w),onSetValue:i.setMailPointTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.HandlingMethod")},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:i.tache.processingMode.type,"onUpdate:modelValue":t[7]||(t[7]=w=>i.tache.processingMode.type=w)},{default:Vue.withCtx(()=>[Vue.createVNode(C,{label:"EDIT"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.editorial")),1)]),_:1}),Vue.createVNode(C,{label:"APPROVE"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.approvalType")),1)]),_:1}),Vue.createVNode(C,{label:"COUNTERSIGN"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.countersign")),1)]),_:1}),Vue.createVNode(C,{label:"VOTE"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.voting")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),i.tache.processingMode.type==="EDIT"||i.tache.processingMode.type==="APPROVE"?(Vue.openBlock(),Vue.createBlock(l,{key:2,label:e.$t("workflowEditorMessage.whenThereAreMultipleManagers")},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:i.tache.processingMode.moreTransactor,"onUpdate:modelValue":t[8]||(t[8]=w=>i.tache.processingMode.moreTransactor=w)},{default:Vue.withCtx(()=>[Vue.createVNode(C,{label:!1},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.anyOneCanHandleIt")),1)]),_:1}),Vue.createVNode(C,{label:!0},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.forAll")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),i.tache.processingMode.type==="COUNTERSIGN"||i.tache.processingMode.type==="VOTE"?(Vue.openBlock(),Vue.createBlock(l,{key:3,label:e.$t("workflowEditor.task.passRate")},{default:Vue.withCtx(()=>[Vue.createVNode(E,{modelValue:i.tache.processingMode.passRate,"onUpdate:modelValue":t[9]||(t[9]=w=>i.tache.processingMode.passRate=w),step:10,size:"small",min:0,max:100},null,8,["modelValue"]),_hoisted_1$A]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.modifyOperationName")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:n.showActions,"onUpdate:modelValue":t[10]||(t[10]=w=>n.showActions=w)},null,8,["modelValue"]),n.showActions?(Vue.openBlock(),Vue.createBlock(p,{key:0,model:i.tache.processingMode.actions,onUpdateAction:i.updateAction},null,8,["model","onUpdateAction"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.handlingPage")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:i.tache.taskUrl,"onUpdate:modelValue":t[11]||(t[11]=w=>i.tache.taskUrl=w)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.remarks")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:i.tache.remark,"onUpdate:modelValue":t[12]||(t[12]=w=>i.tache.remark=w),type:"textarea",autosize:""},null,8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["model"])}const BasicProperties$5=_export_sfc$1(_sfc_main$18,[["render",_sfc_render$11],["__scopeId","data-v-a219b06d"]]),editableFieldSelection_vue_vue_type_style_index_0_scoped_9458f3bf_lang="",_sfc_main$17={name:"EditableFieldSelection",components:{AdditionalCondition},props:{value:{type:Array,default:null},disabledFields:{type:Array,default:null}},data(){return{availableFields:[],formModel:{selectedFields:[],constraintRule:"REQUIRED",showCondition:!1,condition:""},availableFieldsCount:null,orange:-1,pin:!1,dialogVisible:!0,activeNames:["baseField"]}},computed:{...mapGetters("wfEditor",["formFieldsWithSub"])},created(){let e=0;this.formFieldsWithSub.map(o=>{this.disabledFields.indexOf(o.name)<0&&(o.index=e,this.availableFields.push(o),e++)});const t=this.availableFields.length;this.availableFieldsCount=Math.ceil(t/3)},mounted(){window.addEventListener("keydown",e=>{console.log("按住"),e.keyCode===16&&e.shiftKey&&(this.pin=!0)}),window.addEventListener("keyup",e=>{console.log("松开"),e.keyCode===16&&(this.pin=!1)})},methods:{filterMethod(e,t){return t.label&&t.label.indexOf(e)>-1?!0:(console.log("filterMethod--item.label=",t.label,t),!1)},setSelectedFields(){const e=[];for(const t of this.formModel.selectedFields)e.push({name:t,constraintRule:this.formModel.constraintRule,condition:this.formModel.showCondition?this.formModel.condition:""});this.$emit("input-value",e),this.$emit("close")},pinSelect(e,t){console.log(e,t);const o=this.availableFields,r=this.origin,n=t;if(this.pin&&this.formModel.selectedFields.indexOf(e)!==-1){console.log(this.formModel.selectedFields.indexOf(e));const i=Math.abs(r-n)+1,s=Math.min(r,n);let l=0;for(;l<i;){const a=s+l;this.formModel.selectedFields.indexOf(o[a].name)===-1&&this.formModel.selectedFields.push(o[a].name),l++}}else this.origin=t}}},_hoisted_1$z=["title"],_hoisted_2$l=["title"],_hoisted_3$8=["title"],_hoisted_4$6=["title"],_hoisted_5$5=["title"],_hoisted_6$4=["title"],_hoisted_7$2=["title"],_hoisted_8$2=["title"],_hoisted_9$1=["title"],_hoisted_10$1=["title"],_hoisted_11$1=["title"],_hoisted_12=["title"];function _sfc_render$10(e,t,o,r,n,i){const s=Vue.resolveComponent("el-checkbox"),l=Vue.resolveComponent("el-col"),a=Vue.resolveComponent("el-row"),d=Vue.resolveComponent("el-collapse-item"),u=Vue.resolveComponent("el-collapse"),c=Vue.resolveComponent("el-checkbox-group"),m=Vue.resolveComponent("el-radio"),A=Vue.resolveComponent("el-radio-group"),C=Vue.resolveComponent("el-form-item"),g=Vue.resolveComponent("el-switch"),E=Vue.resolveComponent("additional-condition"),p=Vue.resolveComponent("el-form"),f=Vue.resolveComponent("el-button"),w=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(w,{id:"appContainer",width:"60%",title:e.$t("workflowEditor.task.selectEditableField"),"model-value":"",top:"10vh","append-to-body":"",class:"properties-editor-noTab",center:"",onClose:t[6]||(t[6]=v=>e.$emit("close"))},{footer:Vue.withCtx(()=>[Vue.createVNode(f,{type:"primary",size:"small",onClick:i.setSelectedFields},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(f,{size:"small",onClick:t[5]||(t[5]=v=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),default:Vue.withCtx(()=>[Vue.createVNode(p,{model:n.formModel},{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.selectedFields,"onUpdate:modelValue":t[1]||(t[1]=v=>n.formModel.selectedFields=v)},{default:Vue.withCtx(()=>[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.availableFieldsCount,(v,b)=>(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:v.prop},[n.availableFields[b*3+0]&&!n.availableFields[b*3+0].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:0,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+0].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_1$z)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_2$l)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+1]&&!n.availableFields[b*3+1].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:1,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+1].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_3$8)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_4$6)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+2]&&!n.availableFields[b*3+2].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:2,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+2].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_5$5)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_6$4)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0)],64))),128))]),_:1}),Vue.createVNode(u,{modelValue:n.activeNames,"onUpdate:modelValue":t[0]||(t[0]=v=>n.activeNames=v)},{default:Vue.withCtx(()=>[Vue.createVNode(d,{title:e.$t("workflowEditor.task.baseField"),name:"baseField"},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.availableFieldsCount,(v,b)=>(Vue.openBlock(),Vue.createElementBlock("span",{key:v.prop},[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[n.availableFields[b*3+0]&&n.availableFields[b*3+0].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:0,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+0].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_7$2)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+0].name,onChange:O=>i.pinSelect(n.availableFields[b*3+0].name,n.availableFields[b*3+0].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+0].label},Vue.toDisplayString(n.availableFields[b*3+0].label),9,_hoisted_8$2)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+1]&&n.availableFields[b*3+1].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:1,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+1].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_9$1)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+1].name,onChange:O=>i.pinSelect(n.availableFields[b*3+1].name,n.availableFields[b*3+1].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+1].label},Vue.toDisplayString(n.availableFields[b*3+1].label),9,_hoisted_10$1)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0),n.availableFields[b*3+2]&&n.availableFields[b*3+2].baseField?(Vue.openBlock(),Vue.createBlock(l,{key:2,span:8},{default:Vue.withCtx(()=>[n.availableFields[b*3+2].name.indexOf("$")===-1?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_11$1)]),_:2},1032,["label","onChange"])):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:n.availableFields[b*3+2].name,onChange:O=>i.pinSelect(n.availableFields[b*3+2].name,n.availableFields[b*3+2].index)},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",{style:{color:"#409eff"},class:"ellipsis",title:n.availableFields[b*3+2].label},Vue.toDisplayString(n.availableFields[b*3+2].label),9,_hoisted_12)]),_:2},1032,["label","onChange"]))]),_:2},1024)):Vue.createCommentVNode("",!0)]),_:2},1024)]))),128))]),_:1},8,["title"])]),_:1},8,["modelValue"])]),_:1},8,["modelValue"]),Vue.createVNode(C,{label:e.$t("workflowEditor.task.editingMethod")},{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:n.formModel.constraintRule,"onUpdate:modelValue":t[2]||(t[2]=v=>n.formModel.constraintRule=v)},{default:Vue.withCtx(()=>[Vue.createVNode(m,{label:"REQUIRED"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.mustFill")),1)]),_:1}),Vue.createVNode(m,{label:"READ_ONLY"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.readOnly")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(C,{label:e.$t("workflowEditor.task.additionalConditions")},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:n.formModel.showCondition,"onUpdate:modelValue":t[3]||(t[3]=v=>n.formModel.showCondition=v)},null,8,["modelValue"]),n.formModel.showCondition?(Vue.openBlock(),Vue.createBlock(E,{key:0,modelValue:n.formModel.condition,"onUpdate:modelValue":t[4]||(t[4]=v=>n.formModel.condition=v)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"])]),_:1},8,["model"])]),_:1},8,["title"])}const EditableFieldSelection=_export_sfc$1(_sfc_main$17,[["render",_sfc_render$10],["__scopeId","data-v-9458f3bf"]]),_sfc_main$16={name:"EditableFields",components:{EditableFieldSelection,AdditionalConditionDialog},props:{modelValue:{type:[Array,Object],default:null}},data(){let e=[];this.modelValue!==""&&this.modelValue!==null&&this.modelValue!==void 0&&(Array.isArray(this.modelValue)?e=this.modelValue:e.push(this.modelValue));const t=this.getDisabledFields(this.modelValue);return{showFieldSelection:!1,showAdditionalCondition:!1,selectedFields:e,currentRow:null,multipleSelection:[],disabledFields:t}},computed:{...mapGetters("wfEditor",["formFieldsWithSub"])},watch:{selectedFields:{handler(e,t){this.disabledFields=this.getDisabledFields(e)},deep:!0}},mounted(){this.selectedFields.length>0&&this.selectRow(this.selectedFields[this.selectedFields.length-1])},methods:{getDisabledFields(e){if(e==null)return[];const t=[];return Array.isArray(e)?e.map(o=>{t.push(o.name)}):t.push(e),t},handleCurrentChange(e){this.currentRow=e},handleSelectionChange(e){this.multipleSelection=e},selectRow(e){this.$refs.table.setCurrentRow(e)},add(){this.showFieldSelection=!0},getCurrentRowIndex(){let e=-1;for(let t=0;t<this.selectedFields.length;t++)if(this.selectedFields[t].name===this.currentRow.name){e=t;break}return e},remove(){if(this.multipleSelection&&this.multipleSelection.length>0){for(var e=0;e<this.multipleSelection.length;e++){const t=this.multipleSelection[e];this.selectRow(t);const o=this.getCurrentRowIndex();this.selectedFields.splice(o,1)}this.$emit("update:modelValue",this.selectedFields)}},setSelectedFields(e){e==null&&(e=[]),this.selectedFields=this.selectedFields.concat(e),this.selectRow(this.selectedFields[this.selectedFields.length-1]),this.$emit("update:modelValue",this.selectedFields)},formatCondition(e){if(e===""||!e)return this.$t("workflowEditor.task.nothing");const t=[];return parseCondition$1(t,e),displayCondition(t)},getFieldLabel(e){const t=this.formFieldsWithSub.filter(o=>o.name===e.name);return t.length>0?t[0].label:""},selectCondition(e){this.selectRow(e),this.showAdditionalCondition=!0}}},_hoisted_1$y={style:{width:"100%"}};function _sfc_render$$(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-table-column"),d=Vue.resolveComponent("el-radio"),u=Vue.resolveComponent("el-radio-group"),c=Vue.resolveComponent("el-input"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("editable-field-selection"),C=Vue.resolveComponent("additional-condition-dialog");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$y,[Vue.createVNode(l,{style:{"padding-bottom":"10px"}},{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.selectedFields,border:"","highlight-current-row":"",onSelectionChange:i.handleSelectionChange,onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{type:"selection",width:"55"}),Vue.createVNode(a,{type:"index",width:"50"}),Vue.createVNode(a,{label:e.$t("workflowEditor.common.name"),width:"180"},{default:Vue.withCtx(g=>[Vue.createElementVNode("span",{style:Vue.normalizeStyle({color:g.row.name&&g.row.name.indexOf("$")===0?"#409EFF":""})},Vue.toDisplayString(i.getFieldLabel(g.row)),5)]),_:1},8,["label"]),Vue.createVNode(a,{prop:"name",label:e.$t("workflowEditor.task.propertyName"),width:"180"},null,8,["label"]),Vue.createVNode(a,{prop:"constraintRule",label:e.$t("workflowEditor.task.editingMethod")},{default:Vue.withCtx(g=>[Vue.createVNode(u,{modelValue:g.row.constraintRule,"onUpdate:modelValue":E=>g.row.constraintRule=E},{default:Vue.withCtx(()=>[Vue.createVNode(d,{label:"REQUIRED"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.mustFill")),1)]),_:1}),Vue.createVNode(d,{label:"READ_ONLY"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.readOnly")),1)]),_:1})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"condition",label:e.$t("workflowEditor.task.condition")},{default:Vue.withCtx(g=>[Vue.createVNode(c,{value:i.formatCondition(g.row.condition),type:"textarea",autosize:"",onFocus:E=>i.selectCondition(g.row)},null,8,["value","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onSelectionChange","onCurrentChange"]),n.showFieldSelection?(Vue.openBlock(),Vue.createBlock(A,{key:0,"disabled-fields":n.disabledFields,onInputValue:i.setSelectedFields,onClose:t[0]||(t[0]=g=>n.showFieldSelection=!1)},null,8,["disabled-fields","onInputValue"])):Vue.createCommentVNode("",!0),n.showAdditionalCondition?(Vue.openBlock(),Vue.createBlock(C,{key:1,modelValue:n.currentRow.condition,"onUpdate:modelValue":t[1]||(t[1]=g=>n.currentRow.condition=g),onClose:t[2]||(t[2]=g=>n.showAdditionalCondition=!1)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)])}const EditableFields=_export_sfc$1(_sfc_main$16,[["render",_sfc_render$$]]),utiljs={xmlToData(e){const t=[];if(e){const n=e.split(" ");if(n&&n.length>0){let i=1,s="",l="",a="",d="",u="",c="",m=null;for(var o=0;o<n.length;o++){var r=n[o];if(r.indexOf("(")!==-1){this.operationArr&&this.operationArr.push([]),s="",l="",a="",d="",u="",c="";const A=r.split("${field[");if(s=A[0],l=A[1].replace("]}",""),this.operationArr){const C=this.getOperators(this.fieldMap[l]);this.operationArr[i-1]=C}continue}if(r.indexOf("(")===-1&&r.indexOf("${field[")!==-1){if(this.operationArr&&this.operationArr.push([]),s="",l="",a="",d="",u="",c="",l=r.replace("${field[","").replace("]}",""),this.operationArr){const A=this.getOperators(this.fieldMap[l]);this.operationArr[i-1]=A}continue}if(r.indexOf("operator.")!==-1&&r.indexOf("condition.")===-1){a=r;continue}if(a!==""&&d===""){r.indexOf(")")!==-1?r.indexOf(")))")!==-1?(d=r.replace(")))",""),u=")))"):r.indexOf("))")!==-1?(d=r.replace("))",""),u="))"):r.indexOf(")")!==-1&&(d=r.replace(")",""),u=")"):d=r,d&&d!==""&&(d.indexOf("${task.")!==-1?m="task":d.indexOf("${context.")!==-1?m="context":d.indexOf("${obj.")!==-1?m="obj":d.indexOf("${subObj.")!==-1?m="subObj":d.indexOf("${request.")!==-1?m="request":d.indexOf("${input.")!==-1?m="input":d.indexOf("${custom.")!==-1&&(m="custom"));continue}r.indexOf("condition.")!==-1?(c=r,t.push({id:i,leftBracket:s,propName:l,operator:a,propValue:d,rightBracket:u,logicOperator:c,propValueType:m}),i+=1):d&&d!==""&&(!c||c==="")&&(c="condition.operator.or",t.push({id:i,leftBracket:s,propName:l,operator:a,propValue:d,rightBracket:u,logicOperator:c,propValueType:m}),i+=1)}}}return t},getOperatorsArr(e){if(e&&e.length>0)for(var t=0;t<e.length;t++){this.operationArr.push([]);const o=e[t],r=this.getOperators(this.fieldMap[o.propName]);this.operationArr[t]=r}},getRetunrOperatorsArr(e,t){const o=[];if(e&&e.length>0)for(var r=0;r<e.length;r++){o.push([]);const n=e[r],i=this.getOperators(t[n.propName]);o[r]=i}return o},dataToXml(e){let t="";if(e&&e.length>0)for(var o=0;o<e.length;o++){var r=e[o];let n=r.logicOperator;o===e.length-1&&(n=""),t=t+r.leftBracket+"${field["+r.propName+"]} "+r.operator+" "+r.propValue+r.rightBracket+" "+n+" "}return t},formatConditionList(e){let t="";if(e)if(typeof e=="string"){const o=this.xmlToData(e);t=this.formatConditionListTwo(o)}else t=this.formatConditionListTwo(e);if(t&&t!==""){const o=t.substring(t.length-1);(o==="者"||o==="且")&&(t=t.substring(0,t.length-2))}return t},formatConditionListTwo(e){let t="";if(e&&e.length>0)for(var o=0;o<e.length;o++){const r=e[o];if(r&&r.propName){const n=this.getOperators(this.fieldMap[r.propName]);if(n&&n.length>0){const i=n.filter(s=>s.name===r.operator);t+=r.leftBracket,this.fieldMap[r.propName]&&this.fieldMap[r.propName].label&&(t+=this.fieldMap[r.propName].label+" "),i&&i.length>0&&(t+=i[0].label+" "),t+=r.propValue+r.rightBracket+" ",r.logicOperator&&(r.logicOperator==="or"?t+="或者":t+="并且")}}}return t},getOperators(e){return e?e.type==="INTEGER"||e.type==="LONG"||e.type==="DOUBLE"||e.type==="FLOAT"?[{name:"operator.number.gt",label:getI18n().t("workflowEditor.process.greaterThan")},{name:"operator.number.lt",label:getI18n().t("workflowEditor.process.lessThan")},{name:"operator.number.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.number.le",label:getI18n().t("workflowEditor.process.notGreaterThan")},{name:"operator.number.ge",label:getI18n().t("workflowEditor.process.notLessThan")},{name:"operator.number.ne",label:getI18n().t("workflowEditor.process.notEqualTo")},{name:"operator.text.is.null",label:getI18n().t("workflowEditor.process.isNull")},{name:"operator.text.not.null",label:getI18n().t("workflowEditor.process.isNotNull")}]:e.type==="DATE"||e.type==="TIME"?[{name:"operator.date.gt",label:getI18n().t("workflowEditor.process.laterThan")},{name:"operator.date.lt",label:getI18n().t("workflowEditor.process.earlierThan")},{name:"operator.date.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.date.le",label:getI18n().t("workflowEditor.process.noLaterThan")},{name:"operator.date.ge",label:getI18n().t("workflowEditor.process.noEarlierThan")},{name:"operator.text.is.null",label:getI18n().t("workflowEditor.process.isNull")},{name:"operator.text.not.null",label:getI18n().t("workflowEditor.process.isNotNull")}]:e.type==="TEXT"?[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")},{name:"operator.text.contain",label:getI18n().t("workflowEditor.process.contain")},{name:"operator.text.contain.not",label:getI18n().t("workflowEditor.process.notIncluded")},{name:"operator.text.is.null",label:getI18n().t("workflowEditor.process.isNull")},{name:"operator.text.not.null",label:getI18n().t("workflowEditor.process.isNotNull")}]:[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")},{name:"operator.text.is.null",label:getI18n().t("workflowEditor.process.isNull")},{name:"operator.text.not.null",label:getI18n().t("workflowEditor.process.isNotNull")}]:[{name:"operator.text.eq",label:getI18n().t("workflowEditor.process.beEqualTo")},{name:"operator.text.neq",label:getI18n().t("workflowEditor.process.notEqualTo")}]}},userStandardFieldsForReminder={"${instanceCreatorName}":getI18n().t("workflowEditor.process.processInitiator"),"${instanceCreatorDirectSuperiorName}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperior"),"${instanceCreatorDeptApprover}":getI18n().t("workflowEditor.process.deptApprover"),"${instanceCreatorDirectSuperiorDeptApprover}":getI18n().t("workflowEditor.process.superiorDeptApprover"),"${instanceCreatorDirectSuperiorDeptLeader}":getI18n().t("workflowEditor.process.superiorDeptLeader"),"${currentTransactorName}":getI18n().t("workflowEditor.process.nameOfCurrentHandler"),"${currentTransactorDirectSuperiorName}":getI18n().t("workflowEditor.process.nameOfTheImmediateSuperiorOfTheCurrentHandler")},departmentStandardFieldsForReminder={"${instanceCreatorDepartment}":getI18n().t("workflowEditor.process.processInitiatorDepartment"),"${instanceCreatorSuperiorDepartment}":getI18n().t("workflowEditor.process.sponsorsSuperiorDepartment"),"${instanceCreatorUpstageDepartment}":getI18n().t("workflowEditor.process.sponsorTopDepartment"),"${instanceCreatorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.superiorDepartmentDirectlyUnderTheInitiator"),"${currentTransactorDepartment}":getI18n().t("workflowEditor.process.currentHandlerDepartment"),"${currentTransactorSuperiorDepartment}":getI18n().t("workflowEditor.process.currentHandlerSuperiorDepartment"),"${currentTransactorUpstageDepartment}":getI18n().t("workflowEditor.process.topDepartmentOfCurrentHandler"),"${currentTransactorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.currentHandlerDirectSuperiorDepartment")},workgroupStandardFieldsForReminder={"${instanceCreatorrWorkGroup}":getI18n().t("workflowEditor.process.processInitiatorWorkingGroup"),"${instanceCreatorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperiorWorkingGroup"),"${currentTransactorWorkGroup}":getI18n().t("workflowEditor.process.currentHandlerWorkingGroup"),"${currentTransactorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.workingGroupDirectlyUnderTheCurrentHandler")},conditionTypes={"${user}":getI18n().t("workflowEditor.common.user"),"${department}":getI18n().t("workflowEditor.common.department"),"${role}":getI18n().t("workflowEditor.common.role"),"${workgroup}":getI18n().t("workflowEditor.common.workgroup")},logicOperators={"condition.operator.or":getI18n().t("workflowEditor.process.perhaps"),"condition.operator.and":getI18n().t("workflowEditor.process.also")},operators={"operator.text.eq":getI18n().t("workflowEditor.process.beEqualTo"),"operator.text.neq":getI18n().t("workflowEditor.process.notEqualTo")},allStandardFieldsForReminder={...userStandardFieldsForReminder,...departmentStandardFieldsForReminder,...workgroupStandardFieldsForReminder},userStandardFieldsForTransactor={"${instanceCreatorName}":getI18n().t("workflowEditor.process.processInitiator"),"${instanceCreatorDirectSuperiorName}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperior"),"${instanceCreatorDeptApprover}":getI18n().t("workflowEditor.process.deptApprover"),"${instanceCreatorDirectSuperiorDeptApprover}":getI18n().t("workflowEditor.process.superiorDeptApprover"),"${instanceCreatorDirectSuperiorDeptLeader}":getI18n().t("workflowEditor.process.superiorDeptLeader")},departmentStandardFieldsForTransactor={"${upstageDepartment}":getI18n().t("workflowEditor.process.topDepartments"),"${instanceCreatorDepartment}":getI18n().t("workflowEditor.process.processInitiatorDepartment"),"${instanceCreatorSuperiorDepartment}":getI18n().t("workflowEditor.process.sponsorsSuperiorDepartment"),"${instanceCreatorUpstageDepartment}":getI18n().t("workflowEditor.process.sponsorTopDepartment"),"${instanceCreatorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.superiorDepartmentDirectlyUnderTheInitiator"),"${previousTransactorDepartment}":getI18n().t("workflowEditor.process.lastLinkHandlerDepartment"),"${previousTransactorSuperiorDepartment}":getI18n().t("workflowEditor.process.previousLinkHandlerSuperiorDepartment"),"${previousTransactorUpstageDepartment}":getI18n().t("workflowEditor.process.topDepartmentOfHandlerInThePreviousLink"),"${previousTransactorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.previousLinkHandlersDirectSuperiorDepartment")},workgroupStandardFieldsForTransactor={"${instanceCreatorrWorkGroup}":getI18n().t("workflowEditor.process.processInitiatorWorkingGroup"),"${instanceCreatorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.sponsorsImmediateSuperiorWorkingGroup"),"${previousTransactorWorkGroup}":getI18n().t("workflowEditor.process.previousLinkHandlerWorkingGroup"),"${previousTransactorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.workingGroupDirectlyUnderTheManagerInThePreviousLink")};({...userStandardFieldsForTransactor,...departmentStandardFieldsForTransactor,...workgroupStandardFieldsForTransactor});function formatStandardValue(e){return allStandardFieldsForReminder[e]!==void 0?allStandardFieldsForReminder[e]:""}function parseCondition(e,t){let o=t.replace(/ condition.operator.or /g," condition.operator.or^_^");o=o.replace(/ condition.operator.and /g," condition.operator.and^_^");const r=o.split("^_^");let n=0;for(const i of r){if(i==="")continue;let s="",l="",a="",d="",u="",c="condition.operator.or";const m=i.split(" ");let A=m[0].indexOf("${");A>0?(s=m[0].substring(0,A),l=m[0].substring(A)):l=m[0],a=m[1],A=m[2].indexOf(")"),A>0?(d=m[2].substring(0,A),u=m[2].substring(A)):d=m[2],m.length===4&&(c=m[3]),e.push({id:n,leftBracket:s,key:l,operator:a,value:d,rightBracket:u,logicOperator:c}),n++}return n}function generateUserCondition(e){let t="";for(const n of e)n.value!==""&&(t=t+n.leftBracket+n.key+" "+n.operator+" "+n.value+n.rightBracket+" "+n.logicOperator+" ");const o=" condition.operator.or ",r=" condition.operator.and ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}function displayUserCondition(e){let t="";for(const n of e)n.value!==""&&(t=t+n.leftBracket+conditionTypes[n.key]+" "+operators[n.operator]+" "+formatStandardValue(n.value)+n.rightBracket+" "+logicOperators[n.logicOperator]+" ");const o=" "+getI18n().t("workflowEditor.process.perhaps")+" ",r=" "+getI18n().t("workflowEditor.process.also")+" ";return t.lastIndexOf(o)+o.length===t.length?t=t.substring(0,t.lastIndexOf(o)):t.lastIndexOf(r)+r.length===t.length&&(t=t.substring(0,t.lastIndexOf(r))),t}const _sfc_main$15={name:"CommonUserCondition",components:{ValueSelectionDialog},props:{modelValue:{type:String,default:null},usedIn:{type:String,default:"reminder"}},data(){const e=[];let t=0;return this.modelValue&&this.modelValue!==""&&(t=parseCondition(e,this.modelValue)),{users:e,count:t,currentRow:null,showValueDialog:!1}},computed:{standardFields(){let e=this.usedIn==="reminder"?userStandardFieldsForReminder:userStandardFieldsForTransactor;return this.currentRow.key==="${department}"?e=this.usedIn==="reminder"?departmentStandardFieldsForReminder:departmentStandardFieldsForTransactor:this.currentRow.key==="${workgroup}"?e=this.usedIn==="reminder"?workgroupStandardFieldsForReminder:workgroupStandardFieldsForTransactor:this.currentRow.key==="${role}"&&(e={}),e}},mounted(){this.users.length>0&&this.$refs.table.setCurrentRow(this.users[this.users.length-1]),this.$watch("users",function(e,t){this.$emit("update:modelValue",generateUserCondition(this.users))},{deep:!0})},methods:{format(e){return e.indexOf("${field[")>=0?getFormFieldLabel(e):e.indexOf("${")>=0?formatStandardValue(e):e.substring(0,e.indexOf("["))},selectRow(e){this.$refs.table.setCurrentRow(e)},openValueDialog(e){this.showValueDialog=!0,this.selectRow(e)},closeValueDialog(e){console.log(e),e!==void 0&&e!==""&&(this.currentRow.value=e),this.showValueDialog=!1},getCondition(e){return e.key+" "+e.operator+" "+e.value},handleCurrentChange(e){this.currentRow=e},getRowIndex(e){for(let t=0;t<this.users.length;t++)if(this.users[t].id===e.id)return t;return-1},add(){const e={id:this.count,leftBracket:"",key:"${user}",operator:"operator.text.eq",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.users.push(e),this.$refs.table.setCurrentRow(e),this.count++},insert(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}const e={id:this.count,leftBracket:"",key:"${user}",operator:"operator.text.eq",value:"",rightBracket:"",logicOperator:"condition.operator.or"};this.users.splice(this.getRowIndex(this.currentRow),0,e),this.$refs.table.setCurrentRow(e),this.count++},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e=this.getRowIndex(this.currentRow);this.users.splice(e,1),this.users.length>0&&(e=e<=this.users.length-1?e:this.users.length-1,this.$refs.table.setCurrentRow(this.users[e]))},view(){let e=displayUserCondition(this.users);e===""&&(e=this.$t("workflowEditorMessage.conditionsHaveNotBeenSet")),this.$confirm(e,this.$t("workflowEditorPublicModel.viewConditions"),{showConfirmButton:!1,showCancelButton:!1,callback:function(){}})},handleKeyChange(e){this.currentRow.value=""}}};function _sfc_render$_(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-option"),d=Vue.resolveComponent("el-select"),u=Vue.resolveComponent("el-table-column"),c=Vue.resolveComponent("el-input"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("value-selection-dialog");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"ArrowRight",onClick:i.insert},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.insert")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"View",onClick:i.view},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.viewConditions")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.users,"row-key":"id",border:"",style:{width:"100%","padding-top":"10px"},"highlight-current-row":"",onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(u,{prop:"leftBracket",label:"(",width:"90"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.leftBracket,"onUpdate:modelValue":g=>C.row.leftBracket=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:"(",value:"("}),Vue.createVNode(a,{label:"((",value:"(("}),Vue.createVNode(a,{label:"(((",value:"((("})]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1}),Vue.createVNode(u,{label:e.$t("workflowEditor.common.type"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.key,"onUpdate:modelValue":g=>C.row.key=g,placeholder:"",onFocus:g=>i.selectRow(C.row),onChange:i.handleKeyChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.common.user"),value:"${user}"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.common.role"),value:"${role}"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.common.department"),value:"${department}"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.common.workgroup"),value:"${workgroup}"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus","onChange"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.operator"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.operator,"onUpdate:modelValue":g=>C.row.operator=g,placeholder:"",onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.process.beEqualTo"),value:"operator.text.eq"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.process.notEqualTo"),value:"operator.text.neq"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.value")},{default:Vue.withCtx(C=>[Vue.createVNode(c,{value:i.format(C.row.value),readonly:"",onClick:g=>i.openValueDialog(C.row)},null,8,["value","onClick"])]),_:1},8,["label"]),Vue.createVNode(u,{prop:"rightBracket",label:")",width:"90",onFocus:t[0]||(t[0]=C=>i.selectRow(e.scope.row))},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.rightBracket,"onUpdate:modelValue":g=>C.row.rightBracket=g,placeholder:""},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"",value:""}),Vue.createVNode(a,{label:")",value:")"}),Vue.createVNode(a,{label:"))",value:"))"}),Vue.createVNode(a,{label:")))",value:")))"})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1}),Vue.createVNode(u,{prop:"logicOperator",label:e.$t("workflowEditorPublicModel.andOr"),width:"110"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.logicOperator,"onUpdate:modelValue":g=>C.row.logicOperator=g,placeholder:e.$t("workflowEditorMessage.pleaseSelect"),onFocus:g=>i.selectRow(C.row)},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:e.$t("workflowEditor.process.perhaps"),value:"condition.operator.or"},null,8,["label"]),Vue.createVNode(a,{label:e.$t("workflowEditor.process.also"),value:"condition.operator.and"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","placeholder","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"]),n.showValueDialog?(Vue.openBlock(),Vue.createBlock(A,{key:0,"standard-fields":i.standardFields,"org-type":n.currentRow.key.substring(n.currentRow.key.indexOf("{")+1,n.currentRow.key.lastIndexOf("}")),onClose:i.closeValueDialog},null,8,["standard-fields","org-type","onClose"])):Vue.createCommentVNode("",!0)])}const CommonUserCondition=_export_sfc$1(_sfc_main$15,[["render",_sfc_render$_]]),_sfc_main$14={components:{AdditionalCondition,CommonUserCondition},props:{conditionList:{type:[Array,String],default:null},userCondition:{type:String,default:null},parentCondition:{type:String,default:null},attributeMap:{type:Object,default:null},buttonType:{type:Object,default:null}},data(){let e;this.userCondition&&this.userCondition!==""&&(e=this.userCondition);let t;return this.parentCondition&&this.parentCondition!==""&&(t=this.parentCondition),{myUserCondition:e,myParentCondition:t,tableData:null,attributeArr:[],fieldMap:{},fieldNameMap:{},queryList:[],operationArr:[],parentAttributeArr:[],dialogVisible:!0}},created(){this.getAttributeArr()},computed:{...mapGetters("wfEditor",["propSettingKeyList"])},mounted(){this.conditionList&&(typeof this.conditionList=="object"?this.tableData=this.conditionList:this.tableData=this.xmlToData(this.conditionList),this.getOperatorsArr(this.tableData))},methods:{...utiljs,add(){this.tableData||(this.tableData=[]),this.tableData.push({leftBracket:"",propName:"",operator:"",propValue:"",rightBracket:"",logicOperator:"condition.operator.or",dataType:"",propDbName:""}),this.operationArr.push([])},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e=this.getRowIndex(this.currentRow);this.tableData.splice(e,1),this.tableData.length>0&&(e=e<=this.tableData.length-1?e:this.tableData.length-1,this.$refs.table.setCurrentRow(this.tableData[e]))},changeFieldName(e){const t=this.currentRow.propName,o=this.fieldMap[t];o&&(this.tableData[e].dataType=o.type,this.tableData[e].propDbName=o.propDbName),this.operationArr[e]=this.getOperators(o)},getAttributeArr(){this.attributeMap&&this.attributeMap.attributeArr&&(this.attributeArr=this.attributeMap.attributeArr,this.queryList=this.attributeMap.attributeArr,this.fieldMap=this.attributeMap.fieldMap,this.fieldNameMap=this.attributeMap.fieldNameMap,this.parentAttributeArr=this.attributeMap.parentAttributeArr)},selectRow(e){this.attributeArr=this.queryList,this.$refs.table.setCurrentRow(e)},handleCurrentChange(e){this.currentRow=e},searchField(e){e&&(this.attributeArr=this.queryList.filter(t=>t.label.indexOf(e)>-1||t.value.indexOf(e)>-1))},getRowIndex(e){for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].propName===e.propName)return t;return-1},savebuttonSetting(){if(this.tableData&&this.tableData.length>0){for(var e=0;e<this.tableData.length;e++)if(!this.tableData[e].propName){this.$alert(this.$t("workflowEditorMessage.blankFieldNameOrValue"));return}}const t={userCondition:this.myUserCondition,parentCondition:this.myParentCondition,condition:this.tableData};this.$emit("close",t)},closeButtonSetting(){this.savebuttonSetting(),this.$emit("close",null)},changePropValue(e){this.tableData[e]&&this.tableData[e].propValue?this.tableData[e].propValueType&&(this.tableData[e].propValueType==="request"&&(this.tableData[e].propValue.indexOf("${request.")===-1&&(this.tableData[e].propValue="${request."+this.tableData[e].propValue),this.tableData[e].propValue.indexOf("}")===-1&&(this.tableData[e].propValue=this.tableData[e].propValue+"}")),this.tableData[e].propValueType==="input"&&(this.tableData[e].propValue.indexOf("${input.")===-1&&(this.tableData[e].propValue="${input."+this.tableData[e].propValue),this.tableData[e].propValue.indexOf("}")===-1&&(this.tableData[e].propValue=this.tableData[e].propValue+"}"))):this.tableData[e].propValueType=null}}},_hoisted_1$x={style:{"overflow-y":"auto","max-height":"500px"}},_hoisted_2$k={class:"operation-area"},_hoisted_3$7={class:"clearfix"},_hoisted_4$5={class:"clearfix"};function _sfc_render$Z(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("common-user-condition"),a=Vue.resolveComponent("el-card"),d=Vue.resolveComponent("additional-condition"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("el-option"),m=Vue.resolveComponent("el-select"),A=Vue.resolveComponent("el-table-column"),C=Vue.resolveComponent("el-date-picker"),g=Vue.resolveComponent("el-input"),E=Vue.resolveComponent("el-table"),p=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(p,{"show-close":!0,"append-to-body":!0,style:{width:"100%"},title:e.$t("workflowEditor.condition.combinationCondition"),"model-value":"",onClose:i.closeButtonSetting},{default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$x,[Vue.createElementVNode("div",_hoisted_2$k,[Vue.createVNode(s,{size:"small",type:"primary",onClick:i.savebuttonSetting},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditorPublicModel.save")),1)]),_:1},8,["onClick"])]),Vue.createElementVNode("div",null,[Vue.createVNode(a,{class:"box-card",shadow:"never"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_3$7,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.condition.personnelScope")),1)])]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createVNode(l,{modelValue:n.myUserCondition,"onUpdate:modelValue":t[0]||(t[0]=f=>n.myUserCondition=f),"used-in":"transactor"},null,8,["modelValue"])])]),_:1}),Vue.createVNode(a,{class:"box-card",shadow:"never"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_4$5,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.condition.mainTableConditions")),1)])]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createVNode(d,{modelValue:n.myParentCondition,"onUpdate:modelValue":t[1]||(t[1]=f=>n.myParentCondition=f)},null,8,["modelValue"])])]),_:1}),o.buttonType!=="notEmpty"&&o.buttonType!=="add"?(Vue.openBlock(),Vue.createBlock(a,{key:0,class:"box-card",shadow:"never"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.condition.subtableCondition")),1)])]),default:Vue.withCtx(()=>[Vue.createElementVNode("div",null,[Vue.createVNode(u,{style:{"padding-bottom":"8px"}},{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(E,{id:"tableDataDialog",ref:"table",data:n.tableData,border:"",style:{width:"100%"},"highlight-current-row":"",onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(A,{prop:"leftBracket",label:"(",width:"90"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.leftBracket,"onUpdate:modelValue":w=>f.row.leftBracket=w,size:"small",clearable:"",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:"",value:""}),Vue.createVNode(c,{label:"(",value:"("}),Vue.createVNode(c,{label:"((",value:"(("}),Vue.createVNode(c,{label:"(((",value:"((("})]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1}),Vue.createVNode(A,{label:e.$t("workflowEditor.common.fieldName"),width:"200"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.propName,"onUpdate:modelValue":w=>f.row.propName=w,"filter-method":i.searchField,size:"small",clearable:"",filterable:"",onFocus:w=>i.selectRow(f.row),onChange:w=>i.changeFieldName(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.attributeArr,w=>(Vue.openBlock(),Vue.createBlock(c,{key:w.value,label:w.label,value:w.value},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","filter-method","onFocus","onChange"])]),_:1},8,["label"]),Vue.createVNode(A,{label:e.$t("workflowEditor.common.operator"),width:"110"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.operator,"onUpdate:modelValue":w=>f.row.operator=w,size:"small",clearable:"",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.operationArr[f.$index],w=>(Vue.openBlock(),Vue.createBlock(c,{key:w.name,label:w.label,value:w.name},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"]),Vue.createVNode(A,{label:e.$t("workflowEditor.common.value")},{default:Vue.withCtx(f=>[f.row.propValueType?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(m,{key:0,modelValue:f.row.propValueType,"onUpdate:modelValue":w=>f.row.propValueType=w,size:"small",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.condition.fillInManually"),value:"input"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.environmentVariable"),value:"context"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.requestParameters"),value:"request"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.mainTableField"),value:"obj"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.databaseFields"),value:"subObj"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.taskFields"),value:"task"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.systemParameter"),value:"custom"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])),f.row.propValueType==="context"?(Vue.openBlock(),Vue.createBlock(m,{key:1,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,clearable:"",size:"small",title:f.row.propValue,filterable:"","default-first-option":"","allow-create":"",onChange:w=>i.changePropValue(f.$index),onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTime"),value:"${context.currentTime}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactor"),value:"${context.currentTransactor}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorName"),value:"${context.currentTransactorName}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorId"),value:"${context.currentTransactorId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorMainDepartmentId"),value:"${context.currentTransactorMainDepartmentId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorMainDepartment"),value:"${context.currentTransactorMainDepartment}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorRoleId"),value:"${context.currentTransactorRoleId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorRole"),value:"${context.currentTransactorRole}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorWorkGroupId"),value:"${context.currentTransactorWorkGroupId}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTransactorWorkGroup"),value:"${context.currentTransactorWorkGroup}"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange","onFocus"])):Vue.createCommentVNode("",!0),f.row.propValueType==="task"?(Vue.openBlock(),Vue.createBlock(m,{key:2,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,clearable:"",size:"small",title:f.row.propValue,filterable:"","default-first-option":"","allow-create":"",onChange:w=>i.changePropValue(f.$index),onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentHandler"),value:"${task.transactor}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentTaskClient"),value:"${task.trustor}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.currentAssignor"),value:"${task.assigner}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.linkName"),value:"${task.name}"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.condition.linkCode"),value:"${task.nodeId}"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange","onFocus"])):Vue.createCommentVNode("",!0),f.row.dataType==="DATE"&&f.row.propValueType==="input"?(Vue.openBlock(),Vue.createBlock(C,{key:3,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,size:"small",clearable:"","value-format":"YYYY-MM-DD",title:f.row.propValue,type:"date",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.dataType==="TIME"&&f.row.propValueType==="input"?(Vue.openBlock(),Vue.createBlock(C,{key:4,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,size:"small",title:f.row.propValue,clearable:"","value-format":"YYYY-MM-DD HH:mm:ss",type:"datetime",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.dataType!=="TIME"&&f.row.dataType!=="DATE"&&f.row.propValueType==="input"?(Vue.openBlock(),Vue.createBlock(g,{key:5,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,modelModifiers:{trim:!0},title:f.row.propValue,clearable:"",size:"small",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="request"?(Vue.openBlock(),Vue.createBlock(g,{key:6,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,modelModifiers:{trim:!0},title:f.row.propValue,clearable:"",size:"small",onChange:w=>i.changePropValue(f.$index)},null,8,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="subObj"?(Vue.openBlock(),Vue.createBlock(m,{key:7,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,title:f.row.propValue,"filter-method":i.searchField,size:"small",clearable:"",filterable:"",onChange:w=>i.changePropValue(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.attributeArr,w=>(Vue.openBlock(),Vue.createBlock(c,{key:"${subObj."+w.value+"}",label:w.label,value:"${subObj."+w.value+"}"},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","title","filter-method","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="obj"?(Vue.openBlock(),Vue.createBlock(m,{key:8,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,title:f.row.propValue,size:"small",clearable:"",filterable:"",onChange:w=>i.changePropValue(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.parentAttributeArr,w=>(Vue.openBlock(),Vue.createBlock(c,{key:"${obj."+w.value+"}",label:w.label,value:"${obj."+w.value+"}"},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0),f.row.propValueType==="custom"?(Vue.openBlock(),Vue.createBlock(m,{key:9,modelValue:f.row.propValue,"onUpdate:modelValue":w=>f.row.propValue=w,title:f.row.propValue,size:"small",clearable:"",filterable:"",onChange:w=>i.changePropValue(f.$index)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.propSettingKeyList,w=>(Vue.openBlock(),Vue.createBlock(c,{key:"${custom."+w+"}",label:w,value:"${custom."+w+"}"},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","title","onChange"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(A,{prop:"rightBracket",label:")",width:"90",onFocus:t[2]||(t[2]=f=>i.selectRow(e.scope.row))},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.rightBracket,"onUpdate:modelValue":w=>f.row.rightBracket=w,size:"small",clearable:""},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:"",value:""}),Vue.createVNode(c,{label:")",value:")"}),Vue.createVNode(c,{label:"))",value:"))"}),Vue.createVNode(c,{label:")))",value:")))"})]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1}),Vue.createVNode(A,{label:e.$t("workflowEditorPublicModel.andOr"),prop:"logicOperator",width:"110"},{default:Vue.withCtx(f=>[Vue.createVNode(m,{modelValue:f.row.logicOperator,"onUpdate:modelValue":w=>f.row.logicOperator=w,size:"small",clearable:"",onFocus:w=>i.selectRow(f.row)},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.process.perhaps"),value:"condition.operator.or"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.process.also"),value:"condition.operator.and"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue","onFocus"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"])])]),_:1})):Vue.createCommentVNode("",!0)])])]),_:1},8,["title","onClose"])}const selectionConditions=_export_sfc$1(_sfc_main$14,[["render",_sfc_render$Z]]),_sfc_main$13={name:"EditableChildFieldSetting",components:{selectionConditions},props:{setting:{type:Object,default:null},tableName:{type:String,default:null}},data(){let e=[];this.setting&&this.setting.actionArr&&(e=this.setting.actionArr);let t=[];this.setting&&this.setting.fieldArr&&(t=this.setting.fieldArr);let o;this.setting&&this.setting.visibleConditionArr&&(o=this.setting.visibleConditionArr);let r;this.setting&&this.setting.modelName&&(r=this.setting.modelName);let n;return this.setting&&this.setting.sumPermission!==null&&(n=this.setting.sumPermission),{sumPermission:n,subtableConditionItem:null,attributeArr:null,showAdditionalCondition:!1,currentRow:null,multipleSelection:null,actionArr:e,fieldArr:t,queryList:null,fieldMap:null,fieldNameMap:null,actionVisibleConditionArr:o,buttonType:null,buttonVisibleCon:null,showButtonVisibleFlag:!1,clickButton:!1,operationArr:[],modelName:r}},watch:{setting:{handler(e,t){e&&e.actionArr&&(this.actionArr=e.actionArr),e&&e.fieldArr&&(this.fieldArr=e.fieldArr),e&&e.actionVisibleConditionArr&&(this.actionVisibleConditionArr=e.actionVisibleConditionArr),this.modelName=e.modelName,this.sumPermission=e.sumPermission,this.combinationParameters()},deep:!0}},computed:{...mapGetters("wfEditor",["subtableConditionMap"])},created(){this.subtableConditionMap&&this.tableName&&(this.subtableConditionItem=this.subtableConditionMap[this.tableName],this.getAttributeArr())},mounted(){this.subtableConditionMap&&this.tableName&&(this.subtableConditionItem=this.subtableConditionMap[this.tableName],this.subtableConditionMap[this.tableName]&&(this.attributeArr=this.subtableConditionItem.attributeArr))},methods:{...utiljs,getAttributeArr(){this.subtableConditionItem&&this.subtableConditionItem.attributeArr&&(this.queryList=this.subtableConditionItem.attributeArr,this.fieldMap=this.subtableConditionItem.fieldMap,this.fieldNameMap=this.subtableConditionItem.fieldNameMap)},savebuttonSetting(e){e&&(this.currentRow.condition=e.condition,this.currentRow.userCondition=e.userCondition,this.currentRow.parentCondition=e.parentCondition,this.combinationParameters()),this.showAdditionalCondition=!1},handleCurrentChange(e){this.currentRow=e},handleSelectionChange(e){this.multipleSelection=e},selectRow(e){this.$refs.table.setCurrentRow(e)},add(){this.fieldArr||(this.fieldArr=[]),this.fieldArr.push({name:null,constraintRule:null,condition:null}),this.combinationParameters()},getCurrentRowIndex(){let e=-1;for(let t=0;t<this.fieldArr.length;t++)if(this.fieldArr[t].name===this.currentRow.name){e=t;break}return e},remove(){if(this.multipleSelection&&this.multipleSelection.length>0){for(var e=0;e<this.multipleSelection.length;e++){const t=this.multipleSelection[e];this.selectRow(t);const o=this.getCurrentRowIndex();this.fieldArr.splice(o,1)}this.combinationParameters()}},selectCondition(e){this.selectRow(e),this.showAdditionalCondition=!0},showButtonVisible(e){this.clickButton=!0,this.buttonType=e,this.actionVisibleConditionArr&&this.actionVisibleConditionArr[e]?this.buttonVisibleCon=this.actionVisibleConditionArr[e]:this.buttonVisibleCon={},this.showButtonVisibleFlag=!0},saveButtonVisible(e){e&&(this.actionVisibleConditionArr||(this.actionVisibleConditionArr={}),this.actionVisibleConditionArr[this.buttonType]=e,this.combinationParameters()),this.showButtonVisibleFlag=!1},changeActionArr(){this.clickButton?(this.actionArr.push(this.buttonType),this.clickButton=!1):this.combinationParameters()},combinationParameters(){const e={};e.modelName=this.modelName,e.tableName=this.tableName,e.permission=this.sumPermission;const t=[];if(this.actionArr&&this.actionArr.length>0&&(this.actionArr.forEach(o=>{const r={};if(r.name=o,this.actionVisibleConditionArr&&this.actionVisibleConditionArr[o]){const n=this.actionVisibleConditionArr[o];r.condition=this.dataToXml(n.condition),r.parentCondition=n.parentCondition,r.userCondition=n.userCondition}t.push(r)}),e.action=t),this.fieldArr&&this.fieldArr.length>0){const o=[];this.fieldArr.forEach(r=>{const n={};n.name=r.name,n.constraintRule=r.constraintRule,r.condition&&(n.condition=this.dataToXml(r.condition)),n.userCondition=r.userCondition,n.parentCondition=r.parentCondition,o.push(n)}),e.field=o}console.log("触发combinationParameters",e),this.$emit("combinationParameters",e)}}};function _sfc_render$Y(e,t,o,r,n,i){const s=Vue.resolveComponent("Tools"),l=Vue.resolveComponent("el-icon"),a=Vue.resolveComponent("el-checkbox"),d=Vue.resolveComponent("el-col"),u=Vue.resolveComponent("el-row"),c=Vue.resolveComponent("el-checkbox-group"),m=Vue.resolveComponent("selection-conditions"),A=Vue.resolveComponent("el-button"),C=Vue.resolveComponent("el-table-column"),g=Vue.resolveComponent("el-option"),E=Vue.resolveComponent("el-select"),p=Vue.resolveComponent("el-radio"),f=Vue.resolveComponent("el-radio-group"),w=Vue.resolveComponent("el-table");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createElementVNode("div",null,[Vue.createVNode(c,{modelValue:n.actionArr,"onUpdate:modelValue":t[4]||(t[4]=v=>n.actionArr=v),onChange:i.changeActionArr},{default:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"notEmpty"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.tableDataNotEmpty"))+" ",1),n.actionArr&&n.actionArr.indexOf("notEmpty")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[0]||(t[0]=v=>i.showButtonVisible("notEmpty"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1}),Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"add"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.rowsCanBeAdded"))+" ",1),n.actionArr&&n.actionArr.indexOf("add")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[1]||(t[1]=v=>i.showButtonVisible("add"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1}),Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"delete"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.deleteLine"))+" ",1),n.actionArr&&n.actionArr.indexOf("delete")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[2]||(t[2]=v=>i.showButtonVisible("delete"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1}),Vue.createVNode(d,{span:6},{default:Vue.withCtx(()=>[Vue.createVNode(a,{label:"update"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.condition.modifiableHistoricalData"))+" ",1),n.actionArr&&n.actionArr.indexOf("update")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:0,onClick:t[3]||(t[3]=v=>i.showButtonVisible("update"))},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})):Vue.createCommentVNode("",!0)]),_:1})]),_:1})]),_:1})]),_:1},8,["modelValue","onChange"]),n.showButtonVisibleFlag?(Vue.openBlock(),Vue.createBlock(m,{key:0,"attribute-map":n.subtableConditionItem,"condition-list":n.buttonVisibleCon.condition,"parent-condition":n.buttonVisibleCon.parentCondition,"user-condition":n.buttonVisibleCon.userCondition,"button-type":n.buttonType,onClose:i.saveButtonVisible},null,8,["attribute-map","condition-list","parent-condition","user-condition","button-type","onClose"])):Vue.createCommentVNode("",!0)]),Vue.createElementVNode("div",null,[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(A,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(A,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(w,{ref:"table",data:n.fieldArr,border:"","highlight-current-row":"",style:{width:"100%"},onSelectionChange:i.handleSelectionChange,onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(C,{type:"selection",width:"55",align:"center"}),Vue.createVNode(C,{type:"index",width:"50",align:"center"}),Vue.createVNode(C,{prop:"name",label:e.$t("workflowEditor.task.propertyName"),width:"280",align:"center"},{default:Vue.withCtx(v=>[Vue.createVNode(E,{modelValue:v.row.name,"onUpdate:modelValue":b=>v.row.name=b,size:"small",filterable:"",onChange:i.combinationParameters},{default:Vue.withCtx(()=>[Vue.createVNode(g,{label:e.$t("workflowEditor.condition.allFields"),value:"all_fields"},null,8,["label"]),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.attributeArr,b=>(Vue.openBlock(),Vue.createBlock(g,{key:b.value,label:b.label,value:b.value},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"])]),_:1},8,["label"]),Vue.createVNode(C,{prop:"constraintRule",label:e.$t("workflowEditor.task.editingMethod"),width:"380",align:"center"},{default:Vue.withCtx(v=>[Vue.createVNode(f,{modelValue:v.row.constraintRule,"onUpdate:modelValue":b=>v.row.constraintRule=b,onChange:i.combinationParameters},{default:Vue.withCtx(()=>[Vue.createVNode(p,{label:"REQUIRED"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.mustFill")),1)]),_:1}),Vue.createVNode(p,{label:"READ_ONLY"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorMessage.readOnly")),1)]),_:1})]),_:2},1032,["modelValue","onUpdate:modelValue","onChange"])]),_:1},8,["label"]),Vue.createVNode(C,{prop:"condition",label:e.$t("workflowEditor.task.condition"),align:"center"},{default:Vue.withCtx(v=>[Vue.createVNode(l,{onClick:b=>i.selectCondition(v.row)},{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:2},1032,["onClick"])]),_:1},8,["label"])]),_:1},8,["data","onSelectionChange","onCurrentChange"]),n.showAdditionalCondition?(Vue.openBlock(),Vue.createBlock(m,{key:0,"attribute-map":n.subtableConditionItem,"condition-list":n.currentRow.condition,"parent-condition":n.currentRow.parentCondition,"user-condition":n.currentRow.userCondition,onClose:i.savebuttonSetting},null,8,["attribute-map","condition-list","parent-condition","user-condition","onClose"])):Vue.createCommentVNode("",!0)])])}const editableChildFieldSetting=_export_sfc$1(_sfc_main$13,[["render",_sfc_render$Y]]),_sfc_main$12={name:"EditableChildFields",components:{editableChildFieldSetting},props:{modelValue:{type:[Array,Object],default:null}},data(){let e=[];return this.modelValue!==""&&this.modelValue!==null&&this.modelValue!==void 0&&(Array.isArray(this.modelValue)?e=this.modelValue:e.push(this.modelValue)),{selectedFields:e,selectedFieldMap:{}}},computed:{...mapGetters("wfEditor",["subtableConditionMap"])},watch:{},created(){if(this.selectedFields&&this.selectedFields.length>0&&this.selectedFields.forEach(t=>{const o={},r=t.tableName;if(t.action)if(Array.isArray(t.action)){if(t.action.length>0){const n=[],i={};t.action.forEach(s=>{n.push(s.name);const l={};s.condition&&(l.condition=this.xmlToData(s.condition)),l.parentCondition=s.parentCondition,l.userCondition=s.userCondition,i[s.name]=l}),o.actionArr=n,o.visibleConditionArr=i}}else{const n=[],i={};n.push(t.action.name);const s={};t.action.condition&&(s.condition=this.xmlToData(t.action.condition)),s.parentCondition=t.action.parentCondition,s.userCondition=t.action.userCondition,i[t.action.name]=s,o.actionArr=n,o.visibleConditionArr=i}if(t.field)if(Array.isArray(t.field)){if(t.field.length>0){const n=[];t.field.forEach(i=>{const s={};s.name=i.name,s.constraintRule=i.constraintRule,s.condition=this.xmlToData(i.condition),s.userCondition=i.userCondition,s.parentCondition=i.parentCondition,n.push(s)}),o.fieldArr=n}}else{const n=[],i={};i.name=t.field.name,i.constraintRule=t.field.constraintRule,i.condition=this.xmlToData(t.field.condition),i.userCondition=t.field.userCondition,i.parentCondition=t.field.parentCondition,n.push(i),o.fieldArr=n}t.modelName?o.modelName=t.modelName:o.modelName=null,t.permission?o.sumPermission=t.permission:o.sumPermission=!1,this.selectedFieldMap[r]=o}),this.subtableConditionMap){for(var e in this.subtableConditionMap)if(!this.selectedFieldMap[e]){const t={};t.tableName=e,t.modelName=this.subtableConditionMap[e].modelName,t.sumPermission=!1,this.selectedFieldMap[e]=t}}},mounted(){},methods:{...utiljs,combinationParameters(e){if(e&&e.tableName){if(this.selectedFields&&this.selectedFields.length>0){const t=this.selectedFields.findIndex(o=>o.tableName===e.tableName);t!==-1?this.selectedFields[t]=e:this.selectedFields.push(e)}else this.selectedFields=[],this.selectedFields.push(e);this.$emit("update:modelValue",this.selectedFields)}},refreshModelName(e){if(this.subtableConditionMap&&this.subtableConditionMap[e]&&this.subtableConditionMap[e].modelName){if(this.selectedFieldMap[e]){const t=this.selectedFieldMap[e];t.modelName=this.subtableConditionMap[e].modelName}else{const t={};t.modelName=this.subtableConditionMap[e].modelName,this.selectedFieldMap[e]=t}this.$message({showClose:!0,type:"success",message:this.$t("workflowEditorMessage.updateSuccessful")})}},changeSumPermission(e){if(e&&this.selectedFieldMap[e])if(this.selectedFields||(this.selectedFields=[]),this.selectedFieldMap[e].sumPermission===!1){const t=this.selectedFields.findIndex(o=>o.tableName===e);t!=null&&t!==-1?this.selectedFields[t].permission=!1:this.selectedFields[this.selectedFields.length]={permission:!1,tableName:e}}else{const t=this.selectedFields.findIndex(o=>o.tableName===e);t!=null&&t!==-1?this.selectedFields[t].permission=!0:this.selectedFields[this.selectedFields.length]={permission:!0,tableName:e}}this.$emit("update:modelValue",this.selectedFields)}}},_hoisted_1$w={style:{width:"100%","margin-top":"10px"}},_hoisted_2$j={class:"clearfix"},_hoisted_3$6={key:0},_hoisted_4$4={style:{color:"cornflowerblue"}},_hoisted_5$4={style:{"padding-left":"5px"}},_hoisted_6$3={key:0};function _sfc_render$X(e,t,o,r,n,i){const s=Vue.resolveComponent("el-col"),l=Vue.resolveComponent("el-switch"),a=Vue.resolveComponent("el-row"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-button"),c=Vue.resolveComponent("editable-child-field-setting"),m=Vue.resolveComponent("el-card");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$w,[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.subtableConditionMap,(A,C)=>(Vue.openBlock(),Vue.createElementBlock("span",{key:C},[Vue.createVNode(m,{class:"box-card"},{default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_2$j,[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{span:12},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",null,Vue.toDisplayString(C),1)]),_:2},1024),n.selectedFieldMap[C]?(Vue.openBlock(),Vue.createBlock(s,{key:0,span:12},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.selectedFieldMap[C].sumPermission,"onUpdate:modelValue":g=>n.selectedFieldMap[C].sumPermission=g,"inactive-text":e.$t("workflowEditor.condition.accessControl"),onChange:g=>i.changeSumPermission(C)},null,8,["modelValue","onUpdate:modelValue","inactive-text","onChange"])]),_:2},1024)):Vue.createCommentVNode("",!0)]),_:2},1024),Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,null,{default:Vue.withCtx(()=>[n.selectedFieldMap[C]&&n.selectedFieldMap[C].sumPermission?(Vue.openBlock(),Vue.createElementBlock("span",_hoisted_3$6,[Vue.createElementVNode("span",_hoisted_4$4,Vue.toDisplayString(e.$t("workflowEditor.condition.formBindingModel"))+":",1),Vue.createElementVNode("span",_hoisted_5$4,[Vue.createVNode(d,{modelValue:n.selectedFieldMap[C].modelName,"onUpdate:modelValue":g=>n.selectedFieldMap[C].modelName=g,style:{width:"300px"}},null,8,["modelValue","onUpdate:modelValue"])]),Vue.createVNode(u,{icon:"el-icon-refresh",type:"text",onClick:g=>i.refreshModelName(C)},null,8,["onClick"])])):Vue.createCommentVNode("",!0)]),_:2},1024)]),_:2},1024)]),n.selectedFieldMap[C]&&n.selectedFieldMap[C].sumPermission?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_6$3,[Vue.createVNode(c,{setting:n.selectedFieldMap[C],"table-name":C,onCombinationParameters:i.combinationParameters},null,8,["setting","table-name","onCombinationParameters"])])):Vue.createCommentVNode("",!0)]),_:2},1024)]))),128))])}const editableChildFields=_export_sfc$1(_sfc_main$12,[["render",_sfc_render$X]]),systemRoleTree_vue_vue_type_style_index_0_lang="",_sfc_main$11={name:"SystemRoleTree",components:{InlineSystemRoleTree:_sfc_main$1g},props:{multiple:{type:Boolean,default:!1}},data(){return{dialogVisible:!0}},computed:{},watch:{},created(){},methods:{roleResult(e){e?this.$emit("close",e):this.$emit("close")},selectRoles(){this.$refs.systemRoleTree.selectRole()}}};function _sfc_render$W(e,t,o,r,n,i){const s=Vue.resolveComponent("inline-system-role-tree"),l=Vue.resolveComponent("el-button"),a=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(a,{"model-value":"",title:e.$t("workflowEditorMessage.selectRole"),width:"30%",top:"10vh","append-to-body":"",class:"properties-editor-noTab","close-on-click-modal":!1,onClose:t[1]||(t[1]=d=>e.$emit("close"))},Vue.createSlots({default:Vue.withCtx(()=>[Vue.createVNode(s,{ref:"systemRoleTree",multiple:o.multiple,onResult:i.roleResult},null,8,["multiple","onResult"])]),_:2},[o.multiple?{name:"footer",fn:Vue.withCtx(()=>[Vue.createVNode(l,{type:"primary",size:"small",onClick:i.selectRoles},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.determine")),1)]),_:1},8,["onClick"]),Vue.createVNode(l,{size:"small",onClick:t[0]||(t[0]=d=>e.$emit("close"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.cancel")),1)]),_:1})]),key:"0"}:void 0]),1032,["title"])}const SystemRoleTree=_export_sfc$1(_sfc_main$11,[["render",_sfc_render$W]]),_sfc_main$10={name:"UserSelection",components:{SystemRoleTree,FormFields},props:{label:{type:String,default:""},labelWidth:{type:String,default:null},modelValue:{type:String,default:""},currentTransactor:{type:Boolean,default:!1}},data(){let e=!1,t="";const o=this.modelValue.split("; "),r=o[0].split(" condition.operator.or ");return o.length===2&&(e=!0,t=o[1].split(" condition.operator.or "),r.push("assignUser")),{checkList:r,showUserList:e,selectedUsers:t,showSelectUser:!1,selectedUsersShowValue:null,showSelectDepartment:!1,showSelectWorkgroup:!1,showSelectRole:!1,showSelectField:!1}},watch:{checkList(e){this.$emit("update:modelValue",this.getValue())},selectedUsers(e){this.$emit("update:modelValue",this.getValue())}},created(){console.log(this.checkList),this.getSelectedUsersShowValue()},methods:{formatLabel(e){return getFormFieldLabel(e)},getValue(){let t=this.checkList.filter(o=>o!==""&&o!=="assignUser").join(" condition.operator.or ");return this.showUserList&&this.selectedUsers&&this.selectedUsers.length!==0&&(t=t+"; "+this.selectedUsers.join(" condition.operator.or ")),t},toggleUserList(){this.showUserList=!this.showUserList},resetSelectedUsers(){this.selectedUsers=[],this.selectedUsersShowValue=""},handleCommand(e){e==="selectUser"?this.selectPointUser():e==="selectDepartment"?this.selectPointDepartment():e==="selectRole"?this.selectPointRole():e==="selectWorkgroup"?this.selectPointWorkgroup():e==="selectField"&&this.selectPointField()},selectPointUser(){this.showSelectUser=!0},selectPointDepartment(){this.showSelectDepartment=!0},selectPointRole(){this.showSelectRole=!0},selectPointField(){this.showSelectField=!0},selectPointWorkgroup(){this.showSelectWorkgroup=!0},addPointUsers(e){e&&(e.containBranch?this.packageSelectedUserConditionsWithBranch(e.users):this.packageSelectedUserConditionsWithOutBranch(e.users),this.getSelectedUsersShowValue()),this.showSelectUser=!1},packageSelectedUserConditionsWithBranch(e){const t="~~",o="/",r="${user} operator.text.eq ";e.forEach(n=>{let i=n.loginName,s=n.name;if(n.subCompanyId&&n.subCompanyId!==null){const a=n.subCompanyCode,d=n.subCompanyName;i=i+t+a,s=s+o+d}else i=i+t+n.tenantCode,s=s+o+n.tenantName;const l=r+s+"["+i+"]";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(l)).length===0&&this.selectedUsers.push(l):(this.selectedUsers=[],this.selectedUsers.push(l))})},packageSelectedUserConditionsWithOutBranch(e){const t="${user} operator.text.eq ";e.forEach(o=>{this.selectedUsers||(this.selectedUsers=[]);const r=t+o.name+"["+o.loginName+"]";this.selectedUsers.filter(this.filterCondition(r)).length===0&&this.selectedUsers.push(r)})},getSelectedUsersShowValue(){if(this.selectedUsers){const e=this.selectedUsers.join(" condition.operator.or ");this.selectedUsersShowValue=e.replace(/\$\{user\}/g,"用户").replace(/\$\{department\}/g,"部门").replace(/\$\{workGroup\}/g,"工作组").replace(/\$\{role\}/g,"角色").replace(/operator\.text\.eq/g,"等于").replace(/condition\.operator\.or/g,"或者").replace(/\$\{field/g,"字段").replace(/]\}/g,"]")}},filterCondition(e){return t=>t===e},addPointDepartments(e){e&&(e.containBranch?this.packageSelectedDepartmentOrWorkgroupConditionsWithBranch(e.departments,"${department}"):this.packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e.departments,"${department}"),this.getSelectedUsersShowValue()),this.showSelectDepartment=!1},packageSelectedDepartmentOrWorkgroupConditionsWithBranch(e,t){const o="/",r=t+" operator.text.eq ";e.forEach(n=>{const i=n.code;let s=n.name;if(n.subCompanyId&&n.subCompanyId!==null){const a=n.subCompanyName;a&&a!==""&&(s=s+o+a)}else s=s+o+n.tenantName;const l=r+s+"["+i+"]";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(l)).length===0&&this.selectedUsers.push(l):(this.selectedUsers=[],this.selectedUsers.push(l))})},packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e,t){const o=t+" operator.text.eq ";e.forEach(r=>{const n=o+r.name+"["+r.code+"]";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(n)).length===0&&this.selectedUsers.push(n):(this.selectedUsers=[],this.selectedUsers.push(n))})},addPointWorkgroups(e){e&&(e.containBranch?this.packageSelectedDepartmentOrWorkgroupConditionsWithBranch(e.workgroups,"${workGroup}"):this.packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e.workgroups,"${workGroup}"),this.getSelectedUsersShowValue()),this.showSelectWorkgroup=!1},addPointRoles(e){e&&(this.packageSelectedDepartmentOrWorkgroupConditionsWithOutBranch(e.roles,"${role}"),this.getSelectedUsersShowValue()),this.showSelectRole=!1},packageSelectedFieldConditions(e,t){const r=t+" operator.text.eq "+"${field["+e+"]}";this.selectedUsers?this.selectedUsers.filter(this.filterCondition(r)).length===0&&this.selectedUsers.push(r):(this.selectedUsers=[],this.selectedUsers.push(r))},setField(e){e!==void 0&&(this.packageSelectedFieldConditions(e,"${user}"),this.getSelectedUsersShowValue()),this.showSelectField=!1}}},_hoisted_1$v={key:0,style:{width:"100%","vertical-align":"middle"}},_hoisted_2$i={class:"el-dropdown-link"},_hoisted_3$5=Vue.createElementVNode("i",{class:"fa fa-search"},null,-1);function _sfc_render$V(e,t,o,r,n,i){const s=Vue.resolveComponent("el-checkbox"),l=Vue.resolveComponent("el-checkbox-group"),a=Vue.resolveComponent("el-col"),d=Vue.resolveComponent("el-dropdown-item"),u=Vue.resolveComponent("el-dropdown-menu"),c=Vue.resolveComponent("el-dropdown"),m=Vue.resolveComponent("el-button"),A=Vue.resolveComponent("el-row"),C=Vue.resolveComponent("el-input"),g=Vue.resolveComponent("department-user-tree"),E=Vue.resolveComponent("department-tree"),p=Vue.resolveComponent("workgroup-tree"),f=Vue.resolveComponent("system-role-tree"),w=Vue.resolveComponent("form-fields"),v=Vue.resolveComponent("el-form-item");return Vue.openBlock(),Vue.createBlock(v,{label:o.label,"label-width":o.labelWidth},{default:Vue.withCtx(()=>[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.checkList,"onUpdate:modelValue":t[0]||(t[0]=b=>n.checkList=b)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${instanceCreator}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.processInitiator")),1)]),_:1}),Vue.createVNode(s,{label:"${processAdmin}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.processAdministrator")),1)]),_:1}),o.currentTransactor?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:"${currentTransactor}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.currentHandler")),1)]),_:1})):(Vue.openBlock(),Vue.createBlock(s,{key:1,label:"${allHandleTransactors}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.allHandlingPersonnel")),1)]),_:1})),Vue.createVNode(s,{label:"assignUser",onChange:i.toggleUserList},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.designatedPersonnel")),1)]),_:1},8,["onChange"])]),_:1},8,["modelValue"])]),_:1}),n.showUserList?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$v,[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(A,null,{default:Vue.withCtx(()=>[Vue.createVNode(a,{span:4},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.listOfDesignatedPersons")),1)]),_:1}),Vue.createVNode(a,{style:{display:"flex","justify-content":"center","align-items":"center"},span:5},{default:Vue.withCtx(()=>[Vue.createVNode(c,{size:"small","split-button":"",type:"primary",plain:"",onCommand:i.handleCommand},{dropdown:Vue.withCtx(()=>[Vue.createVNode(u,null,{default:Vue.withCtx(()=>[Vue.createVNode(d,{command:"selectUser",onClick:t[1]||(t[1]=b=>i.selectPointUser())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectusers")),1)]),_:1}),Vue.createVNode(d,{command:"selectDepartment",onClick:t[2]||(t[2]=b=>i.selectPointDepartment())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectDepartment")),1)]),_:1}),Vue.createVNode(d,{command:"selectWorkgroup",onClick:t[3]||(t[3]=b=>i.selectPointWorkgroup())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectTeam")),1)]),_:1}),Vue.createVNode(d,{command:"selectRole",onClick:t[4]||(t[4]=b=>i.selectPointRole())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectRole")),1)]),_:1}),Vue.createVNode(d,{command:"selectField",onClick:t[5]||(t[5]=b=>i.selectPointField())},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.common.selectField")),1)]),_:1})]),_:1})]),default:Vue.withCtx(()=>[Vue.createElementVNode("span",_hoisted_2$i,[_hoisted_3$5,Vue.createTextVNode(" "+Vue.toDisplayString(e.$t("workflowEditorPublicModel.choice")),1)])]),_:1},8,["onCommand"])]),_:1}),Vue.createVNode(a,{span:3},{default:Vue.withCtx(()=>[Vue.createVNode(m,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.resetSelectedUsers},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.empty")),1)]),_:1},8,["onClick"])]),_:1})]),_:1}),Vue.createVNode(A,null,{default:Vue.withCtx(()=>[Vue.createVNode(a,null,{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.selectedUsersShowValue,"onUpdate:modelValue":t[6]||(t[6]=b=>n.selectedUsersShowValue=b),type:"textarea",rows:2,placeholder:e.$t("workflowEditorMessage.pleaseSelectPersonnel")},null,8,["modelValue","placeholder"])]),_:1})]),_:1})]),_:1}),n.showSelectUser?(Vue.openBlock(),Vue.createBlock(g,{key:0,width:"60%",multiple:!0,onClose:i.addPointUsers},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectDepartment?(Vue.openBlock(),Vue.createBlock(E,{key:1,width:"30%",multiple:!0,onClose:i.addPointDepartments},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectWorkgroup?(Vue.openBlock(),Vue.createBlock(p,{key:2,width:"30%",multiple:!0,onClose:i.addPointWorkgroups},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectRole?(Vue.openBlock(),Vue.createBlock(f,{key:3,multiple:!0,onClose:i.addPointRoles},null,8,["onClose"])):Vue.createCommentVNode("",!0),n.showSelectField?(Vue.openBlock(),Vue.createBlock(w,{key:4,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)])):Vue.createCommentVNode("",!0)]),_:1},8,["label","label-width"])}const UserSelection=_export_sfc$1(_sfc_main$10,[["render",_sfc_render$V]]),permissionSettings_vue_vue_type_style_index_0_scoped_c019538f_lang="",_sfc_main$$={name:"PermissionSettings",components:{EditableFields,UserSelection,AdditionalCondition,editableChildFields},props:{modelValue:{type:Object,default:null}},data(){const e=deepCopy(this.modelValue),t=["viewOpinion","editOpinion","requireOpinion","viewMeetingResult","viewVoteResult","viewFlowHistory","printForm"];t.forEach(r=>{e[r+"Checkbox"]=!!this.modelValue[r].condition});const o=["add","delete","download"];return o.forEach(r=>{e.attachment[r+"Checkbox"]=!!this.modelValue.attachment[r]&&!!this.modelValue.attachment[r].condition,e.attachment.permission||(e.attachment[r]={permission:!1,condition:""})}),{formModel:e,attrNames:t,attachmentAttrNames:o}},mounted(){this.$watch("formModel",function(e){const t={editForm:{},viewOpinion:{},editOpinion:{},requireOpinion:{},viewMeetingResult:{},viewVoteResult:{},viewFlowHistory:{},printForm:{},officialText:{},attachment:{},deleteInstance:{userCondition:""}};console.log("触发了watch"),t.editForm.permission=e.editForm.permission,e.editForm.permission&&(t.editForm.field=e.editForm.field,t.editForm.subTablePermission=e.editForm.subTablePermission),this.attrNames.map(o=>{t[o].permission=e[o].permission,e[o].permission&&e[o+"Checkbox"]?t[o].condition=e[o].condition:t[o].condition=""}),t.attachment.permission=e.attachment.permission,e.attachment.permission&&this.attachmentAttrNames.map(o=>{t.attachment[o]||(t.attachment[o]={}),t.attachment[o].permission=e.attachment[o].permission,e.attachment[o].permission&&e.attachment[o+"Checkbox"]?t.attachment[o].condition=e.attachment[o].condition:t.attachment[o].condition=""}),this.$emit("update:modelValue",t)},{deep:!0})},methods:{}};function _sfc_render$U(e,t,o,r,n,i){const s=Vue.resolveComponent("el-switch"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("editable-fields"),d=Vue.resolveComponent("editable-child-fields"),u=Vue.resolveComponent("el-checkbox"),c=Vue.resolveComponent("additional-condition"),m=Vue.resolveComponent("user-selection"),A=Vue.resolveComponent("el-card"),C=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(C,{model:n.formModel},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowEditingForms")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.editForm.permission,"onUpdate:modelValue":t[0]||(t[0]=g=>n.formModel.editForm.permission=g)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[n.formModel.editForm.permission?(Vue.openBlock(),Vue.createBlock(a,{key:0,modelValue:n.formModel.editForm.field,"onUpdate:modelValue":t[1]||(t[1]=g=>n.formModel.editForm.field=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.editForm.permission?(Vue.openBlock(),Vue.createBlock(d,{key:1,modelValue:n.formModel.editForm.subTablePermission,"onUpdate:modelValue":t[2]||(t[2]=g=>n.formModel.editForm.subTablePermission=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},512),[[Vue.vShow,n.formModel.editForm.permission]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowViews")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewOpinion.permission,"onUpdate:modelValue":t[3]||(t[3]=g=>n.formModel.viewOpinion.permission=g)},null,8,["modelValue"]),n.formModel.viewOpinion.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewOpinionCheckbox,"onUpdate:modelValue":t[4]||(t[4]=g=>n.formModel.viewOpinionCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewOpinion.condition,"onUpdate:modelValue":t[5]||(t[5]=g=>n.formModel.viewOpinion.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewOpinion.permission&&n.formModel.viewOpinionCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.commentsAllowed")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.editOpinion.permission,"onUpdate:modelValue":t[6]||(t[6]=g=>n.formModel.editOpinion.permission=g)},null,8,["modelValue"]),n.formModel.editOpinion.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.editOpinionCheckbox,"onUpdate:modelValue":t[7]||(t[7]=g=>n.formModel.editOpinionCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.editOpinion.condition,"onUpdate:modelValue":t[8]||(t[8]=g=>n.formModel.editOpinion.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.editOpinion.permission&&n.formModel.editOpinionCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.commentsAreRequired")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.requireOpinion.permission,"onUpdate:modelValue":t[9]||(t[9]=g=>n.formModel.requireOpinion.permission=g)},null,8,["modelValue"]),n.formModel.requireOpinion.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.requireOpinionCheckbox,"onUpdate:modelValue":t[10]||(t[10]=g=>n.formModel.requireOpinionCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.requireOpinion.condition,"onUpdate:modelValue":t[11]||(t[11]=g=>n.formModel.requireOpinion.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.requireOpinion.permission&&n.formModel.requireOpinionCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowToViewCountersignatureResults")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewMeetingResult.permission,"onUpdate:modelValue":t[12]||(t[12]=g=>n.formModel.viewMeetingResult.permission=g)},null,8,["modelValue"]),n.formModel.viewMeetingResult.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewMeetingResultCheckbox,"onUpdate:modelValue":t[13]||(t[13]=g=>n.formModel.viewMeetingResultCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewMeetingResult.condition,"onUpdate:modelValue":t[14]||(t[14]=g=>n.formModel.viewMeetingResult.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewMeetingResult.permission&&n.formModel.viewMeetingResultCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowToViewVotingResults")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewVoteResult.permission,"onUpdate:modelValue":t[15]||(t[15]=g=>n.formModel.viewVoteResult.permission=g)},null,8,["modelValue"]),n.formModel.viewVoteResult.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewVoteResultCheckbox,"onUpdate:modelValue":t[16]||(t[16]=g=>n.formModel.viewVoteResultCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewVoteResult.condition,"onUpdate:modelValue":t[17]||(t[17]=g=>n.formModel.viewVoteResult.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewVoteResult.permission&&n.formModel.viewVoteResultCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowToViewFlowHistory")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.viewFlowHistory.permission,"onUpdate:modelValue":t[18]||(t[18]=g=>n.formModel.viewFlowHistory.permission=g)},null,8,["modelValue"]),n.formModel.viewFlowHistory.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.viewFlowHistoryCheckbox,"onUpdate:modelValue":t[19]||(t[19]=g=>n.formModel.viewFlowHistoryCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.viewFlowHistory.condition,"onUpdate:modelValue":t[20]||(t[20]=g=>n.formModel.viewFlowHistory.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.viewFlowHistory.permission&&n.formModel.viewFlowHistoryCheckbox]]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.allowFormsToPrint")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.printForm.permission,"onUpdate:modelValue":t[21]||(t[21]=g=>n.formModel.printForm.permission=g)},null,8,["modelValue"]),n.formModel.printForm.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.printFormCheckbox,"onUpdate:modelValue":t[22]||(t[22]=g=>n.formModel.printFormCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(c,{modelValue:n.formModel.printForm.condition,"onUpdate:modelValue":t[23]||(t[23]=g=>n.formModel.printForm.condition=g)},null,8,["modelValue"])]),_:1},512),[[Vue.vShow,n.formModel.printForm.permission&&n.formModel.printFormCheckbox]]),Vue.createVNode(m,{modelValue:n.formModel.deleteInstance.userCondition,"onUpdate:modelValue":t[24]||(t[24]=g=>n.formModel.deleteInstance.userCondition=g),label:e.$t("workflowEditor.task.deletePermission"),"label-width":"100px","current-transactor":!0},null,8,["modelValue","label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.attachmentAuthority")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.permission,"onUpdate:modelValue":t[25]||(t[25]=g=>n.formModel.attachment.permission=g)},null,8,["modelValue"])]),_:1},8,["label"]),n.formModel.attachment.permission?(Vue.openBlock(),Vue.createBlock(A,{key:0,class:"box-card"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.addAttachment")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.add.permission,"onUpdate:modelValue":t[26]||(t[26]=g=>n.formModel.attachment.add.permission=g)},null,8,["modelValue"]),n.formModel.attachment.add.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.attachment.addCheckbox,"onUpdate:modelValue":t[27]||(t[27]=g=>n.formModel.attachment.addCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.attachment.add.permission&&n.formModel.attachment.addCheckbox?(Vue.openBlock(),Vue.createBlock(c,{key:1,modelValue:n.formModel.attachment.add.condition,"onUpdate:modelValue":t[28]||(t[28]=g=>n.formModel.attachment.add.condition=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.deleteAttachment")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.delete.permission,"onUpdate:modelValue":t[29]||(t[29]=g=>n.formModel.attachment.delete.permission=g)},null,8,["modelValue"]),n.formModel.attachment.delete.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.attachment.deleteCheckbox,"onUpdate:modelValue":t[30]||(t[30]=g=>n.formModel.attachment.deleteCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.attachment.delete.permission&&n.formModel.attachment.deleteCheckbox?(Vue.openBlock(),Vue.createBlock(c,{key:1,modelValue:n.formModel.attachment.delete.condition,"onUpdate:modelValue":t[31]||(t[31]=g=>n.formModel.attachment.delete.condition=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.downloadAttachment")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.attachment.download.permission,"onUpdate:modelValue":t[32]||(t[32]=g=>n.formModel.attachment.download.permission=g)},null,8,["modelValue"]),n.formModel.attachment.download.permission?(Vue.openBlock(),Vue.createBlock(u,{key:0,modelValue:n.formModel.attachment.downloadCheckbox,"onUpdate:modelValue":t[33]||(t[33]=g=>n.formModel.attachment.downloadCheckbox=g)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.additionalConditions")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.formModel.attachment.download.permission&&n.formModel.attachment.downloadCheckbox?(Vue.openBlock(),Vue.createBlock(c,{key:1,modelValue:n.formModel.attachment.download.condition,"onUpdate:modelValue":t[34]||(t[34]=g=>n.formModel.attachment.download.condition=g)},null,8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"])]),_:1})):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.bodyPermission")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.officialText.permission,"onUpdate:modelValue":t[35]||(t[35]=g=>n.formModel.officialText.permission=g)},null,8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["model"])}const PermissionSettings$2=_export_sfc$1(_sfc_main$$,[["render",_sfc_render$U],["__scopeId","data-v-c019538f"]]),_sfc_main$_={name:"TransactorSettings",components:{CommonUserCondition,FormFields},props:{model:{type:Object,default:null},usedIn:{type:String,default:"HumanTask"},isSubprocess:{type:Boolean,default:!1},basicProperties:{type:Object,default:null}},data(){const e={selectedField:""};return this.initFormModel(e),{showFormFields:!1,formModel:e,isCountersign:!1}},mounted(){this.$watch("formModel",function(){this.setTransactor(this.formModel.transactor);const e={...this.formModel.additionalCondition};e.selectOneFromMultiple?e.selectType==="customType"&&delete e.selectUrl:(delete e.selectType,delete e.selectUrl),this.model.additionalCondition=e},{deep:!0}),this.$watch("basicProperties",function(){this.showActivateOneVoteVeto()},{deep:!0}),this.showActivateOneVoteVeto()},methods:{formatLabel(e){return getFormFieldLabel(e)},initFormModel(e){e.userCondition="";const t=this.model.userCondition;typeof t>"u"||t===""||t===null?(e.transactor="${instanceCreator}",this.model.userCondition="${instanceCreator}"):t==="${instanceCreator}"||t==="${previousTransactorAssignment}"?e.transactor=t:t.startsWith("${field[")&&t.indexOf("${field[")>=0&&t.indexOf('"selectedField": "${field[')<2?(e.transactor="byField",e.selectedField=t):t.startsWith("${deptField[")?(e.transactor="byDeptField",e.selectedField=t):(e.transactor="byCondition",e.userCondition=t),this.initAdditionalCondition(e),this.model.url!==void 0?e.url=this.model.url:e.url=""},initAdditionalCondition(e){this.model.additionalCondition===void 0?e.additionalCondition={onlyInCreatorDepartment:!1,withCreatorDepartment:!1,selectOneFromMultiple:!1,selectType:"customType",selectUrl:""}:(e.additionalCondition={...this.model.additionalCondition},e.additionalCondition.selectType===void 0&&(e.additionalCondition.selectType="customType"))},changeA(e){this.setTransactor(e)},handleUrlChange(e){this.model.url=e},setTransactor(e){(e==="${instanceCreator}"||e==="${previousTransactorAssignment}")&&(this.model.userCondition=e),e==="byField"&&(this.model.userCondition=this.formModel.selectedField),e==="byCondition"&&(this.model.userCondition=this.formModel.userCondition),e==="${previousTransactorAssignment}"?this.model.url=this.formModel.url:this.model.url="",e==="byCondition"?this.model.additionalCondition={...this.formModel.additionalCondition}:this.model.additionalCondition=void 0},handleFieldSelection(e){},setField(e){e!==void 0&&(this.formModel.transactor==="byDeptField"?(this.formModel.selectedField="${deptField["+e+"]}",this.model.userCondition=this.formModel.selectedField):(this.formModel.selectedField="${field["+e+"]}",this.model.userCondition=this.formModel.selectedField)),this.showFormFields=!1},showActivateOneVoteVeto(){this.basicProperties&&this.basicProperties.processingMode&&(this.basicProperties.processingMode.type==="COUNTERSIGN"?this.isCountersign=!0:(this.isCountersign=!1,this.formModel.additionalCondition.activateOneVoteVeto=!1))},transactorChange(){this.formModel.selectedField=null}}},_hoisted_1$u={key:0,style:{width:"100%"}},_hoisted_2$h={key:1},_hoisted_3$4={key:0};function _sfc_render$T(e,t,o,r,n,i){const s=Vue.resolveComponent("el-radio"),l=Vue.resolveComponent("el-radio-group"),a=Vue.resolveComponent("common-user-condition"),d=Vue.resolveComponent("el-form-item"),u=Vue.resolveComponent("el-input"),c=Vue.resolveComponent("form-fields"),m=Vue.resolveComponent("el-checkbox"),A=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(A,{model:n.formModel},{default:Vue.withCtx(()=>[Vue.createVNode(d,{label:""},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.formModel.transactor,"onUpdate:modelValue":t[0]||(t[0]=C=>n.formModel.transactor=C),onChange:i.transactorChange},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"${instanceCreator}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.processInitiator")),1)]),_:1}),o.usedIn==="HumanTask"?(Vue.openBlock(),Vue.createBlock(s,{key:0,label:"${previousTransactorAssignment}"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.appointmentOfHandlerInThePreviousLink")),1)]),_:1})):Vue.createCommentVNode("",!0),Vue.createVNode(s,{label:"byField"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.personSpecifiedInFormField")),1)]),_:1}),Vue.createVNode(s,{label:"byDeptField"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.deptSpecifiedInFormField")),1)]),_:1}),Vue.createVNode(s,{label:"byCondition"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.filterByCriteria")),1)]),_:1})]),_:1},8,["modelValue","onChange"]),n.formModel.transactor==="byCondition"?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$u,[Vue.createVNode(a,{modelValue:n.formModel.userCondition,"onUpdate:modelValue":t[1]||(t[1]=C=>n.formModel.userCondition=C),"used-in":"transactor"},null,8,["modelValue"])])):Vue.createCommentVNode("",!0)]),_:1}),n.formModel.transactor==="byField"||n.formModel.transactor==="byDeptField"?(Vue.openBlock(),Vue.createBlock(d,{key:0,prop:"selectedField",rules:[{required:!0,message:e.$t("workflowEditor.process.fieldName")+e.$t("workflowEditor.common.canNotBeEmpty"),trigger:"focus"}],label:e.$t("workflowEditor.process.fieldName"),"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{value:i.formatLabel(n.formModel.selectedField),onClick:t[2]||(t[2]=C=>n.showFormFields=!0)},null,8,["value"]),n.showFormFields?(Vue.openBlock(),Vue.createBlock(c,{key:0,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)]),_:1},8,["rules","label"])):Vue.createCommentVNode("",!0),n.formModel.transactor==="byCondition"||n.formModel.transactor==="byField"||n.formModel.transactor==="byDeptField"?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_2$h,[Vue.createVNode(d,{label:e.$t("workflowEditor.process.additionalConditions")},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.onlyInCreatorDepartment,"onUpdate:modelValue":t[3]||(t[3]=C=>n.formModel.additionalCondition.onlyInCreatorDepartment=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.handlingYyThePersonnelOfTheDepartmentOfTheInitiator")),1)]),_:1},8,["modelValue"]),Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.withCreatorDepartment,"onUpdate:modelValue":t[4]||(t[4]=C=>n.formModel.additionalCondition.withCreatorDepartment=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling")),1)]),_:1},8,["modelValue"]),Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.selectOneFromMultiple,"onUpdate:modelValue":t[5]||(t[5]=C=>n.formModel.additionalCondition.selectOneFromMultiple=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.selectSpecificHandler")),1)]),_:1},8,["modelValue"]),Vue.createVNode(m,{modelValue:n.formModel.additionalCondition.selectOneFromDept,"onUpdate:modelValue":t[6]||(t[6]=C=>n.formModel.additionalCondition.selectOneFromDept=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.selectOneFromDept")),1)]),_:1},8,["modelValue"]),o.isSubprocess?(Vue.openBlock(),Vue.createBlock(m,{key:0,modelValue:n.formModel.additionalCondition.generateOneInstanceFromDept,"onUpdate:modelValue":t[7]||(t[7]=C=>n.formModel.additionalCondition.generateOneInstanceFromDept=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.generateOneInstanceFromDept")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0),n.isCountersign?(Vue.openBlock(),Vue.createBlock(m,{key:1,modelValue:n.formModel.additionalCondition.activateOneVoteVeto,"onUpdate:modelValue":t[8]||(t[8]=C=>n.formModel.additionalCondition.activateOneVoteVeto=C)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.activateOneVoteVeto")),1)]),_:1},8,["modelValue"])):Vue.createCommentVNode("",!0)]),_:1},8,["label"]),n.formModel.additionalCondition.selectOneFromMultiple?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_3$4,[Vue.createVNode(d,{label:e.$t("workflowEditor.process.selectionMethod")},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.formModel.additionalCondition.selectType,"onUpdate:modelValue":t[9]||(t[9]=C=>n.formModel.additionalCondition.selectType=C)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"customType"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.manualSelection")),1)]),_:1}),Vue.createVNode(s,{label:"autoType"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.process.autoSelect")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),Vue.withDirectives(Vue.createVNode(d,{prop:"additionalCondition.selectUrl",label:e.$t("workflowEditor.process.callbackURL"),rules:[{required:!0,message:this.$t("workflowEditor.process.cannotBeEmpty"),trigger:"blur"}]},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.formModel.additionalCondition.selectUrl,"onUpdate:modelValue":t[10]||(t[10]=C=>n.formModel.additionalCondition.selectUrl=C)},null,8,["modelValue"])]),_:1},8,["label","rules"]),[[Vue.vShow,n.formModel.additionalCondition.selectType==="autoType"]])])):Vue.createCommentVNode("",!0)])):Vue.createCommentVNode("",!0),o.usedIn==="HumanTask"&&n.formModel.transactor==="${previousTransactorAssignment}"?(Vue.openBlock(),Vue.createBlock(d,{key:2,prop:"url",rules:[{required:!0,message:this.$t("workflowEditor.process.cannotBeEmpty"),trigger:"blur"}],label:e.$t("workflowEditor.process.selectURL"),"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.formModel.url,"onUpdate:modelValue":t[11]||(t[11]=C=>n.formModel.url=C),modelModifiers:{trim:!0},onChange:i.handleUrlChange},null,8,["modelValue","onChange"])]),_:1},8,["rules","label"])):Vue.createCommentVNode("",!0)]),_:1},8,["model"])}const TransactorSettings=_export_sfc$1(_sfc_main$_,[["render",_sfc_render$T]]),standardValues={"${currentTime}":getI18n().t("workflowEditor.process.handlingTimeOfThisLink"),"${currentTransactorId}":getI18n().t("workflowEditor.process.handlerIDOfThisLink"),"${currentTransactorMainDepartmentId}":getI18n().t("workflowEditor.process.currentHandlerPrincipalDepartmentID"),"${currentTransactorDirectSuperiorId}":getI18n().t("workflowEditor.process.iDOfTheImmediateSuperiorOfTheCurrentHandler"),"${currentTransactorDirectSuperiorMainDepartmentId}":getI18n().t("workflowEditor.process.iDOfTheSuperiorDepartmentDirectlyUnderTheCurrentHandler"),"${currentTransactor}":getI18n().t("workflowEditor.process.loginNameOfTheHandlerInThisLink"),"${currentTransactorName }":getI18n().t("workflowEditor.process.NameOfCurrentHandler"),"${currentTransactorDepartment }":getI18n().t("workflowEditor.process.CurrentHandlerDepartment"),"${currentTransactorDepartmentId}":getI18n().t("workflowEditor.process.CurrentHandlerDepartmentID"),"${currentTransactorMainDepartment}":getI18n().t("workflowEditor.process.CurrentManagersPrincipalDepartment"),"${currentTransactorSuperiorDepartmentId}":getI18n().t("workflowEditor.process.iDOfSsuperiorDepartmentOfCurrentHandler"),"${currentTransactorSuperiorDepartment}":getI18n().t("workflowEditor.process.CurrentHandlersSuperiorDepartment"),"${currentTransactorUpstageDepartment}":getI18n().t("workflowEditor.process.TopDepartmentOfCurrentHandler"),"${currentTransactorUpstageDepartmentId}":getI18n().t("workflowEditor.process.TopDepartmentIDOfCurrentHandler"),"${currentTransactorRole}":getI18n().t("workflowEditor.process.CurrentHandlerRole"),"${currentTransactorRoleId}":getI18n().t("workflowEditor.process.CurrentHandlerRoleID"),"${currentTransactorWorkGroup}":getI18n().t("workflowEditor.process.currentHandlerWorkingGroup"),"${currentTransactorWorkGroupId}":getI18n().t("workflowEditor.process.CurrentHandlerWorkingGroupID"),"${currentTransactorDirectSuperior}":getI18n().t("workflowEditor.process.LoginNameOfTheImmediateSuperiorOfTheCurrentHandler"),"${currentTransactorDirectSuperiorName}":getI18n().t("workflowEditor.process.nameOfTheImmediateSuperiorOfTheCurrentHandler"),"${currentTransactorDirectSuperiorDepartment}":getI18n().t("workflowEditor.process.currentHandlersDirectSuperiorDepartment"),"${currentTransactorDirectSuperiorDepartmentId}":getI18n().t("workflowEditor.process.currentManagersIdDirectlyUnderTheSuperior"),"${currentTransactorDirectSuperiorMainDepartment}":getI18n().t("workflowEditor.process.currentManagersDirectSuperiorDepartment"),"${currentTransactorDirectSuperiorRole}":getI18n().t("workflowEditor.process.currentManagersDirectSuperiorRole"),"${currentTransactorDirectSuperiorRoleId}":getI18n().t("workflowEditor.process.currentHandlersDirectSuperiorRoleID"),"${currentTransactorDirectSuperiorWorkGroup}":getI18n().t("workflowEditor.process.currentManagersDirectSuperiorWork"),"${currentTransactorDirectSuperiorWorkGroupId}":getI18n().t("workflowEditor.process.iDOfTheWorkingGroupDirectlyUnderTheCurrentHandler"),"${currentOperation}":getI18n().t("workflowEditor.process.operationsPerformedInThisPhase"),"${previousTransactorId}":getI18n().t("workflowEditor.process.handlerIDOfThePreviousLink"),"${previousTransactor}":getI18n().t("workflowEditor.process.lastLinkHandlerLogin"),"${previousTransactorName}":getI18n().t("workflowEditor.process.nameOfHandlerInThePreviousLink")},_sfc_main$Z={name:"AutoFilledFields",components:{FormFields},props:{modelValue:{type:Object,default:()=>({})}},data(){const e=[];if(this.modelValue.field!==void 0&&this.modelValue.field!==null)if(Array.isArray(this.modelValue.field))this.modelValue.field.map(t=>{const o={...t};typeof t.value=="string"&&t.value.indexOf("+")!==-1?o.value=t.value.split("+"):(o.value=[],o.value.push(t.value)),e.push(o)});else{const t={...this.modelValue.field};typeof this.modelValue.field.value=="string"&&this.modelValue.field.value.indexOf("+")!==-1?t.value=this.modelValue.field.value.split("+"):(t.value=[],t.value.push(this.modelValue.field.value)),e.push(t)}return{tableData:e,currentRow:null,standardValues,showFormFields:!1}},computed:{keys(){return Object.keys(this.standardValues)}},watch:{},mounted(){this.tableData&&this.tableData.length>0&&this.setCurrentRow(this.tableData[0]),this.$watch("tableData",function(){const e=[];this.tableData.map(t=>{if(t.name!==""&&t.value.length>0){const o={...t};o.value=t.value.join("+"),e.push(o)}}),this.$emit("update:modelValue",{field:e})},{deep:!0})},created(){},methods:{add(){for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].name===""||this.tableData[t].value===""){this.$alert(this.$t("workflowEditorMessage.theFieldNameOrFieldValueInLineCannotBeEmpty",{row:t+1}));return}const e={name:"",value:[],separator:"",fillType:"cover",fillTime:"after"};this.tableData.push(e),this.setCurrentRow(e)},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e;for(let t=0;t<this.tableData.length;t++)if(this.tableData[t].name===this.currentRow.name){e=t;break}this.tableData.splice(e,1),e=e<=this.tableData.length-1?e:this.tableData.length-1,this.setCurrentRow(this.tableData[e])},setCurrentRow(e){this.$refs.table.setCurrentRow(e)},handleCurrentChange(e){this.currentRow=e},checkName(e){!this.showFormFields&&e===""&&this.$alert(this.$t("workflowEditorMessage.fieldNameCannotBeEmpty"))},checkValue(e){e.length===0&&this.$alert(this.$t("workflowEditorMessage.fieldValueCannotBeEmpty"))},setField(e){e!==void 0&&(this.currentRow.name=e),this.showFormFields=!1},getFieldLabel(e){return getFormFieldLabel(e)}}};function _sfc_render$S(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-table-column"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-option"),c=Vue.resolveComponent("el-select"),m=Vue.resolveComponent("el-table"),A=Vue.resolveComponent("form-fields");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(l,{style:{"margin-bottom":"5px"}},{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(m,{ref:"table",data:n.tableData,border:"","highlight-current-row":"",style:{width:"100%"},onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{type:"index",width:"50"}),Vue.createVNode(a,{prop:"name",label:e.$t("workflowEditor.common.name"),width:"150"},{default:Vue.withCtx(C=>[Vue.createVNode(d,{value:i.getFieldLabel(C.row.name),placeholder:e.$t("workflowEditorMessage.pleaseEnterContent"),readonly:"",onClick:t[0]||(t[0]=g=>n.showFormFields=!0),onBlur:g=>i.checkName(C.row.name)},null,8,["value","placeholder","onBlur"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"value",label:e.$t("workflowEditor.common.fieldValue"),width:"200"},{default:Vue.withCtx(C=>[Vue.createVNode(c,{modelValue:C.row.value,"onUpdate:modelValue":g=>C.row.value=g,multiple:"",filterable:"","allow-create":"","default-first-option":"",placeholder:e.$t("workflowEditorMessage.pleaseSelect"),onBlur:g=>i.checkValue(C.row.value)},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.keys,g=>(Vue.openBlock(),Vue.createBlock(u,{key:g,label:n.standardValues[g],value:g},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","placeholder","onBlur"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"separator",label:e.$t("workflowEditor.common.separator")},{default:Vue.withCtx(C=>[Vue.createVNode(d,{modelValue:C.row.separator,"onUpdate:modelValue":g=>C.row.separator=g,modelModifiers:{trim:!0}},null,8,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"fillType",label:e.$t("workflowEditor.common.fillInMethod")},{default:Vue.withCtx(C=>[Vue.createVNode(c,{modelValue:C.row.fillType,"onUpdate:modelValue":g=>C.row.fillType=g},{default:Vue.withCtx(()=>[Vue.createVNode(u,{label:e.$t("workflowEditor.common.cover"),value:"cover"},null,8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.append"),value:"append"},null,8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.insertToFront"),value:"prepend"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"fillTime",label:e.$t("workflowEditor.common.fillInTime")},{default:Vue.withCtx(C=>[Vue.createVNode(c,{modelValue:C.row.fillTime,"onUpdate:modelValue":g=>C.row.fillTime=g},{default:Vue.withCtx(()=>[Vue.createVNode(u,{label:e.$t("workflowEditor.common.fillInBeforeHandling"),value:"before"},null,8,["label"]),Vue.createVNode(u,{label:e.$t("workflowEditor.common.fillInAfterHandling"),value:"after"},null,8,["label"])]),_:2},1032,["modelValue","onUpdate:modelValue"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"]),n.showFormFields?(Vue.openBlock(),Vue.createBlock(A,{key:0,onClose:i.setField},null,8,["onClose"])):Vue.createCommentVNode("",!0)])}const AutoFilledFields=_export_sfc$1(_sfc_main$Z,[["render",_sfc_render$S]]),_sfc_main$Y={name:"Variables",props:{modelValue:{type:Object,default:null}},data(){let e=[];return this.modelValue.variable!==void 0&&(Array.isArray(this.modelValue.variable)?e=this.modelValue.variable:e.push(this.modelValue.variable)),{variables:e,currentRow:null}},watch:{},mounted(){this.variables.length>0&&this.setCurrentRow(this.variables[0]),this.$watch("variables",function(){const e=this.variables.filter(t=>t.name!==""&&t.value!=="");this.$emit("update:modelValue",{variable:e})},{deep:!0})},methods:{add(){for(let t=0;t<this.variables.length;t++)if(this.variables[t].name===""||this.variables[t].value===""){this.$alert(this.$t("workflowEditorMessage.variableNameOrValueOnLineCannotBeEmpty",{row:t+1}));return}const e={name:"",value:""};this.variables.push(e),this.setCurrentRow(e)},remove(){if(this.currentRow===null){this.$alert(this.$t("workflowEditorMessage.pleaseSelectARow"));return}let e;for(let t=0;t<this.variables.length;t++)if(this.variables[t].name===this.currentRow.name){e=t;break}this.variables.splice(e,1),e=e<=this.variables.length-1?e:this.variables.length-1,this.setCurrentRow(this.variables[e])},setCurrentRow(e){this.$refs.table.setCurrentRow(e)},handleCurrentChange(e){this.currentRow=e},checkName(e){e===""&&this.$alert(this.$t("workflowEditorMessage.variableNameCannotBeEmpty"))},checkValue(e){e===""&&this.$alert(this.$t("workflowEditorMessage.variableValueCannotBeEmpty"))}}};function _sfc_render$R(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-row"),a=Vue.resolveComponent("el-table-column"),d=Vue.resolveComponent("el-input"),u=Vue.resolveComponent("el-table");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"CirclePlus",onClick:i.add},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.add")),1)]),_:1},8,["onClick"]),Vue.createVNode(s,{type:"primary",size:"small",plain:"",icon:"Delete",onClick:i.remove},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.delete")),1)]),_:1},8,["onClick"])]),_:1}),Vue.createVNode(u,{ref:"table",data:n.variables,border:"","highlight-current-row":"",style:{width:"100%"},onCurrentChange:i.handleCurrentChange},{default:Vue.withCtx(()=>[Vue.createVNode(a,{type:"index",width:"50"}),Vue.createVNode(a,{prop:"name",label:e.$t("workflowEditor.common.variableName")},{default:Vue.withCtx(c=>[Vue.createVNode(d,{modelValue:c.row.name,"onUpdate:modelValue":m=>c.row.name=m,modelModifiers:{trim:!0},placeholder:e.$t("workflowEditorMessage.pleaseEnterContent"),onBlur:m=>i.checkName(c.row.name)},null,8,["modelValue","onUpdate:modelValue","placeholder","onBlur"])]),_:1},8,["label"]),Vue.createVNode(a,{prop:"value",label:e.$t("workflowEditor.common.variableValue")},{default:Vue.withCtx(c=>[Vue.createVNode(d,{modelValue:c.row.value,"onUpdate:modelValue":m=>c.row.value=m,modelModifiers:{trim:!0},placeholder:e.$t("workflowEditorMessage.pleaseEnterContent"),onBlur:m=>i.checkValue(c.row.value)},null,8,["modelValue","onUpdate:modelValue","placeholder","onBlur"])]),_:1},8,["label"])]),_:1},8,["data","onCurrentChange"])])}const Variables=_export_sfc$1(_sfc_main$Y,[["render",_sfc_render$R]]),_sfc_main$X={name:"Events",props:{modelValue:{type:Object,default:null}},data(){const e={};return e.beforeSubmitEnabled=!1,e.beforeSubmit={},this.modelValue.beforeSubmit&&(e.beforeSubmitEnabled=!0,e.beforeSubmit={...this.modelValue.beforeSubmit}),e.afterComplete=this.modelValue.afterComplete,{formModel:e}},mounted(){this.$watch("formModel",function(e,t){const o={};this.formModel.beforeSubmitEnabled&&(o.beforeSubmit={...this.formModel.beforeSubmit}),o.afterComplete=this.formModel.afterComplete,this.$emit("update:modelValue",o)},{deep:!0})}},_hoisted_1$t={key:0};function _sfc_render$Q(e,t,o,r,n,i){const s=Vue.resolveComponent("el-switch"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("el-input"),d=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(d,{model:n.formModel,"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.beforeSubmission")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.beforeSubmitEnabled,"onUpdate:modelValue":t[0]||(t[0]=u=>n.formModel.beforeSubmitEnabled=u)},null,8,["modelValue"])]),_:1},8,["label"]),n.formModel.beforeSubmitEnabled?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$t,[Vue.createVNode(l,{label:e.$t("workflowEditor.task.executionURL")},{default:Vue.withCtx(()=>[Vue.createVNode(a,{modelValue:n.formModel.beforeSubmit.url,"onUpdate:modelValue":t[1]||(t[1]=u=>n.formModel.beforeSubmit.url=u)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.errorMessage")},{default:Vue.withCtx(()=>[Vue.createVNode(a,{modelValue:n.formModel.beforeSubmit.errorMessage,"onUpdate:modelValue":t[2]||(t[2]=u=>n.formModel.beforeSubmit.errorMessage=u)},null,8,["modelValue"])]),_:1},8,["label"])])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.afterSubmission")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.formModel.afterComplete,"onUpdate:modelValue":t[3]||(t[3]=u=>n.formModel.afterComplete=u)},null,8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["model"])}const Events$2=_export_sfc$1(_sfc_main$X,[["render",_sfc_render$Q]]),_sfc_main$W={name:"CommonNoticeTool",props:{label:{type:String,default:null},modelValue:{type:String,default:null},customMsg:{type:String,default:null}},data(){let e=[];this.modelValue&&this.modelValue!==""&&this.modelValue!==null&&(e=this.modelValue.split(","));let t="";return this.customMsg&&this.customMsg!==""&&this.customMsg!==null&&(t=this.customMsg),{tools:e,myCustomMsg:t}},watch:{tools(e){this.$emit("update:modelValue",this.tools.join(","))},myCustomMsg(e){this.$emit("input-msg",this.myCustomMsg)}}};function _sfc_render$P(e,t,o,r,n,i){const s=Vue.resolveComponent("el-checkbox"),l=Vue.resolveComponent("el-checkbox-group"),a=Vue.resolveComponent("el-form-item"),d=Vue.resolveComponent("el-input");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(a,{label:o.label},{default:Vue.withCtx(()=>[Vue.createVNode(l,{modelValue:n.tools,"onUpdate:modelValue":t[0]||(t[0]=u=>n.tools=u)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"mail"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.mail")),1)]),_:1}),Vue.createVNode(s,{label:"DINGDING"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.dingding")),1)]),_:1}),Vue.createVNode(s,{label:"QIWEI"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.qiwei")),1)]),_:1}),Vue.createVNode(s,{label:"FEISHU"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.feishu")),1)]),_:1}),Vue.createVNode(s,{label:"custom"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.custom")),1)]),_:1})]),_:1},8,["modelValue"])]),_:1},8,["label"]),n.tools.indexOf("custom")>=0?(Vue.openBlock(),Vue.createBlock(a,{key:0,"label-width":"110",label:e.$t("workflowEditor.common.customMsg")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.myCustomMsg,"onUpdate:modelValue":t[1]||(t[1]=u=>n.myCustomMsg=u)},null,8,["modelValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0)])}const CommonNoticeTool=_export_sfc$1(_sfc_main$W,[["render",_sfc_render$P]]),reminder_vue_vue_type_style_index_0_scoped_4e29ea06_lang="",_sfc_main$V={name:"Reminder",components:{CommonNoticeTool,CommonUserCondition,SelectMailTemplates},props:{modelValue:{type:[Object,String],default:null},isProcess:{type:Boolean,default:!1}},data(){let e=!1,t=!1,o={dueDate:1,dueTimeUnit:"day",repeat:1,containTransferUser:!1,containNoticeUser:!1,remindType:"mail",timeUnit:"day",remindTimes:0,noticeType:"",noticeUserCondition:"",transferUserCondition:""};return this.modelValue!==null&&this.modelValue!==void 0&&this.modelValue!==""&&(o=this.modelValue,e=!0,this.modelValue.remindTimes>0&&(t=!0),o.dueTimeUnit||(o.dueTimeUnit="day")),{showReminder:e,showNotice:t,model:o,showMailTemplateFlag:!1,baseURL:"",optionUrl:"",multiSelectData:[],options:{showColumns:"code,name"}}},watch:{showReminder(e){e?this.$emit("update:modelValue",this.model):this.$emit("update:modelValue",null)},showNotice(e){e?this.$emit("update:modelValue",this.model):this.$emit("update:modelValue",{remindType:this.model.remindType,dueDate:this.model.dueDate,dueTimeUnit:this.model.dueTimeUnit,repeat:this.model.repeat,timeUnit:this.model.timeUnit,remindTimes:0,noticeType:"",noticeUserCondition:"",containTransferUser:!1,transferUserCondition:"",containNoticeUser:!1})}},created(){this.baseURL=window.$vueApp.config.globalProperties.baseURL,this.optionUrl="/bs/email-templates/list/0",this.$watch("model",function(e,t){let o=null;this.showReminder&&(o=this.model,o.dueTimeUnit||(o.dueTimeUnit="day")),console.log("reminder===",o),this.$emit("update:modelValue",o)},{deep:!0})},methods:{setMailTemplateCode(e){this.model.mailTemplateCode=e},setMailPointTemplateCode(e){this.model.mailPointTemplateCode=e},selectData(e,t){this.multiSelectData=e},setReminderCustomMsg(e){this.model.reminderCustomMsg=e},setNoticeCustomMsg(e){this.model.noticeCustomMsg=e}}},_hoisted_1$s={key:0},_hoisted_2$g={key:2};function _sfc_render$O(e,t,o,r,n,i){const s=Vue.resolveComponent("el-switch"),l=Vue.resolveComponent("el-form-item"),a=Vue.resolveComponent("common-notice-tool"),d=Vue.resolveComponent("select-mail-templates"),u=Vue.resolveComponent("el-input-number"),c=Vue.resolveComponent("el-option"),m=Vue.resolveComponent("el-select"),A=Vue.resolveComponent("el-radio"),C=Vue.resolveComponent("el-checkbox"),g=Vue.resolveComponent("common-user-condition"),E=Vue.resolveComponent("el-form");return Vue.openBlock(),Vue.createBlock(E,{model:n.model,"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.needToBeUrged")},{default:Vue.withCtx(()=>[Vue.createVNode(s,{modelValue:n.showReminder,"onUpdate:modelValue":t[0]||(t[0]=p=>n.showReminder=p)},null,8,["modelValue"])]),_:1},8,["label"]),n.showReminder?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$s,[Vue.createVNode(a,{modelValue:n.model.remindType,"onUpdate:modelValue":t[1]||(t[1]=p=>n.model.remindType=p),label:e.$t("workflowEditor.task.urgingMethod"),"custom-msg":n.model.reminderCustomMsg,onInputMsg:i.setReminderCustomMsg},null,8,["modelValue","label","custom-msg","onInputMsg"]),n.model.remindType&&n.model.remindType.length>0?(Vue.openBlock(),Vue.createBlock(l,{key:0,"label-width":"100",label:e.$t("workflowEditor.task.selectNoticeTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.model.mailTemplateCode,"onUpdate:modelValue":t[2]||(t[2]=p=>n.model.mailTemplateCode=p),onSetValue:i.setMailTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),n.model.remindType&&n.model.remindType.length>0&&n.model.remindType.indexOf("mail")!==-1?(Vue.openBlock(),Vue.createBlock(l,{key:1,"label-width":"100",label:e.$t("workflowEditor.task.selectMailTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.model.mailPointTemplateCode,"onUpdate:modelValue":t[3]||(t[3]=p=>n.model.mailPointTemplateCode=p),onSetValue:i.setMailPointTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),Vue.createVNode(l,{label:e.$t("workflowEditor.task.timeLimitForHandling"),size:"small"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.model.dueDate,"onUpdate:modelValue":t[4]||(t[4]=p=>n.model.dueDate=p),"controls-position":"right",min:1,max:30,style:{width:"90px"}},null,8,["modelValue"]),Vue.createVNode(m,{modelValue:n.model.dueTimeUnit,"onUpdate:modelValue":t[5]||(t[5]=p=>n.model.dueTimeUnit=p),style:{width:"70px"}},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.task.day"),value:"day"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.task.hour"),value:"hour"},null,8,["label"])]),_:1},8,["modelValue"]),Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.task.urgingInterval")),1),Vue.createVNode(u,{modelValue:n.model.repeat,"onUpdate:modelValue":t[6]||(t[6]=p=>n.model.repeat=p),"controls-position":"right",min:1,max:30,style:{width:"90px"}},null,8,["modelValue"]),Vue.createVNode(m,{modelValue:n.model.timeUnit,"onUpdate:modelValue":t[7]||(t[7]=p=>n.model.timeUnit=p),style:{width:"70px"}},{default:Vue.withCtx(()=>[Vue.createVNode(c,{label:e.$t("workflowEditor.task.day"),value:"day"},null,8,["label"]),Vue.createVNode(c,{label:e.$t("workflowEditor.task.hour"),value:"hour"},null,8,["label"])]),_:1},8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:n.showNotice,"onUpdate:modelValue":t[8]||(t[8]=p=>n.showNotice=p),label:!1},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.alwaysUrging")),1)]),_:1},8,["modelValue"]),Vue.createVNode(A,{modelValue:n.showNotice,"onUpdate:modelValue":t[9]||(t[9]=p=>n.showNotice=p),label:!0},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.limitedUrging")),1)]),_:1},8,["modelValue"])]),_:1}),n.showNotice?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_2$g,[Vue.createVNode(l,{label:e.$t("workflowEditor.task.timesOfUrging"),size:"small"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.model.remindTimes,"onUpdate:modelValue":t[10]||(t[10]=p=>n.model.remindTimes=p),"controls-position":"right",min:1,max:99,style:{width:"90px"}},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(a,{modelValue:n.model.noticeType,"onUpdate:modelValue":t[11]||(t[11]=p=>n.model.noticeType=p),label:e.$t("workflowEditor.common.notificationMethod"),"custom-msg":n.model.noticeCustomMsg,onInputMsg:i.setNoticeCustomMsg},null,8,["modelValue","label","custom-msg","onInputMsg"]),o.isProcess?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(l,{key:0,label:e.$t("workflowEditor.common.notifyPersonnel"),style:{"margin-bottom":"5px"}},{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.model.containTransferUser,"onUpdate:modelValue":t[12]||(t[12]=p=>n.model.containTransferUser=p)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.includingHandoverPersonnel")),1)]),_:1},8,["modelValue"])]),_:1},8,["label"])),Vue.createVNode(l,{"label-width":"0"},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:n.model.noticeUserCondition,"onUpdate:modelValue":t[13]||(t[13]=p=>n.model.noticeUserCondition=p)},null,8,["modelValue"])]),_:1}),o.isProcess?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(l,{key:1,label:e.$t("workflowEditor.task.handoverPersonnel"),style:{"margin-bottom":"5px"}},{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.model.containNoticeUser,"onUpdate:modelValue":t[14]||(t[14]=p=>n.model.containNoticeUser=p)},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditor.task.includeNotifyPeople")),1)]),_:1},8,["modelValue"])]),_:1},8,["label"])),o.isProcess?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(l,{key:2,"label-width":"0"},{default:Vue.withCtx(()=>[Vue.createVNode(g,{modelValue:n.model.transferUserCondition,"onUpdate:modelValue":t[15]||(t[15]=p=>n.model.transferUserCondition=p)},null,8,["modelValue"])]),_:1}))])):Vue.createCommentVNode("",!0)])):Vue.createCommentVNode("",!0)]),_:1},8,["model"])}const Reminder=_export_sfc$1(_sfc_main$V,[["render",_sfc_render$O],["__scopeId","data-v-4e29ea06"]]),noticeReminder_vue_vue_type_style_index_0_scoped_39fac73c_lang="",_sfc_main$U={name:"NoticeReminder",components:{Reminder,CommonNoticeTool,SelectMailTemplates},props:{reminderValue:{type:[Object,String],default:null},taskNoticeValue:{type:Object,default:null},isProcess:{type:Boolean,default:!1}},data(){let e=null;this.reminderValue!==null&&this.reminderValue!==void 0&&this.reminderValue!==""&&(e=this.reminderValue);let t={};return this.taskNoticeValue!==null&&this.taskNoticeValue!==void 0&&this.taskNoticeValue!==""&&(t=this.taskNoticeValue),{reminderObj:e,noticeObj:t}},watch:{reminderObj(e){e?this.$emit("update:reminder-value",e):this.$emit("update:reminder-value",null)}},methods:{setMailTemplateCode(e){this.noticeObj.mailPointTemplateCode=e},setNoticeCommonTemplateCode(e){this.noticeObj.mailTemplateCode=e},setCustomMsg(e){this.noticeObj.customMsg=e}}},_hoisted_1$r={class:"clearfix"},_hoisted_2$f={class:"sub-li"},_hoisted_3$3={class:"sub-li"},_hoisted_4$3={class:"clearfix"},_hoisted_5$3={class:"sub-li"},_hoisted_6$2={class:"sub-li"},_hoisted_7$1={class:"sub-li"},_hoisted_8$1={class:"sub-li"};function _sfc_render$N(e,t,o,r,n,i){const s=Vue.resolveComponent("Warning"),l=Vue.resolveComponent("el-icon"),a=Vue.resolveComponent("el-tooltip"),d=Vue.resolveComponent("common-notice-tool"),u=Vue.resolveComponent("select-mail-templates"),c=Vue.resolveComponent("el-form-item"),m=Vue.resolveComponent("el-form"),A=Vue.resolveComponent("el-card"),C=Vue.resolveComponent("reminder");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(A,{class:"box-card"},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$r,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.common.taskNotice")),1),Vue.createVNode(a,null,{content:Vue.withCtx(()=>[Vue.createElementVNode("ul",null,[Vue.createElementVNode("li",null,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateMsg")),1),Vue.createElementVNode("li",_hoisted_2$f,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateNotice")),1),Vue.createElementVNode("li",_hoisted_3$3,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateEmail")),1)])]),default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})]),_:1})])]),default:Vue.withCtx(()=>[Vue.createVNode(m,{model:n.noticeObj,"label-width":"80px"},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:n.noticeObj.informType,"onUpdate:modelValue":t[0]||(t[0]=g=>n.noticeObj.informType=g),label:e.$t("workflowEditor.common.notificationMethod"),"custom-msg":n.noticeObj.customMsg,onInputMsg:i.setCustomMsg},null,8,["modelValue","label","custom-msg","onInputMsg"]),n.noticeObj.informType&&n.noticeObj.informType.length>0?(Vue.openBlock(),Vue.createBlock(c,{key:0,"label-width":"100",label:e.$t("workflowEditor.task.selectNoticeTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.noticeObj.mailTemplateCode,"onUpdate:modelValue":t[1]||(t[1]=g=>n.noticeObj.mailTemplateCode=g),onSetValue:i.setNoticeCommonTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0),n.noticeObj.informType&&n.noticeObj.informType.length>0&&n.noticeObj.informType.indexOf("mail")>=0?(Vue.openBlock(),Vue.createBlock(c,{key:1,"label-width":"100",label:e.$t("workflowEditor.task.selectMailTemplate")},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:n.noticeObj.mailPointTemplateCode,"onUpdate:modelValue":t[2]||(t[2]=g=>n.noticeObj.mailPointTemplateCode=g),onSetValue:i.setMailTemplateCode},null,8,["modelValue","onSetValue"])]),_:1},8,["label"])):Vue.createCommentVNode("",!0)]),_:1},8,["model"])]),_:1}),Vue.createVNode(A,{class:"box-card",style:{"margin-top":"10px"}},{header:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_4$3,[Vue.createElementVNode("span",null,Vue.toDisplayString(e.$t("workflowEditor.common.reminderNotice")),1),Vue.createVNode(a,null,{content:Vue.withCtx(()=>[Vue.createElementVNode("ul",null,[Vue.createElementVNode("li",null,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateMsg")),1),Vue.createElementVNode("li",_hoisted_5$3,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateNotice")),1),Vue.createElementVNode("li",_hoisted_6$2,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipTemplateEmail")),1),Vue.createElementVNode("li",null,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipRemindMsg")),1),Vue.createElementVNode("li",_hoisted_7$1,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipRemindImmediately")),1),Vue.createElementVNode("li",_hoisted_8$1,Vue.toDisplayString(e.$t("workflowEditor.task.reminderTipRemindHistory")),1)])]),default:Vue.withCtx(()=>[Vue.createVNode(l,null,{default:Vue.withCtx(()=>[Vue.createVNode(s)]),_:1})]),_:1})])]),default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.reminderObj,"onUpdate:modelValue":t[3]||(t[3]=g=>n.reminderObj=g),isProcess:o.isProcess},null,8,["modelValue","isProcess"])]),_:1})])}const NoticeReminder=_export_sfc$1(_sfc_main$U,[["render",_sfc_render$N],["__scopeId","data-v-39fac73c"]]),humanTask_vue_vue_type_style_index_0_scoped_d95a84d8_lang="",_sfc_main$T={name:"HumanTaskPropertiesEditor",components:{BasicProperties:BasicProperties$5,TransactorSettings,PermissionSettings:PermissionSettings$2,AutoFilledFields,Events:Events$2,Variables,NoticeReminder},props:{model:{type:Object,default:null}},data(){return this.model.ref.taskNotice||(this.model.ref.taskNotice={}),{activeTab:"basicProperties",dialogVisible:!0}},computed:{formModel(){return this.model.ref}},mounted(){this.$watch("model.ref.attr.id",function(e,t){this.model.id=e}),this.$watch("model.ref.attr.name",function(e,t){this.model.name=e})},methods:{handleClick(e,t){}}};function _sfc_render$M(e,t,o,r,n,i){const s=Vue.resolveComponent("basic-properties"),l=Vue.resolveComponent("el-tab-pane"),a=Vue.resolveComponent("transactor-settings"),d=Vue.resolveComponent("permission-settings"),u=Vue.resolveComponent("auto-filled-fields"),c=Vue.resolveComponent("notice-reminder"),m=Vue.resolveComponent("events"),A=Vue.resolveComponent("variables"),C=Vue.resolveComponent("el-tabs"),g=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(g,{"model-value":"",top:"10vh",title:e.$t("workflowEditor.task.linkAttribute"),center:!0,"append-to-body":"",class:"properties-editor",onOpen:t[8]||(t[8]=E=>e.$emit("open")),onOpend:t[9]||(t[9]=E=>e.$emit("opend")),onClose:t[10]||(t[10]=E=>e.$emit("close")),onClosed:t[11]||(t[11]=E=>e.$emit("closed"))},{default:Vue.withCtx(()=>[Vue.createVNode(C,{modelValue:n.activeTab,"onUpdate:modelValue":t[7]||(t[7]=E=>n.activeTab=E),type:"border-card",onTabClick:i.handleClick},{default:Vue.withCtx(()=>[Vue.createVNode(l,{label:e.$t("workflowEditor.task.basicProperties"),name:"basicProperties"},{default:Vue.withCtx(()=>[Vue.createVNode(s,{id:o.model.ref.attr.id,"onUpdate:id":t[0]||(t[0]=E=>o.model.ref.attr.id=E),name:o.model.ref.attr.name,"onUpdate:name":t[1]||(t[1]=E=>o.model.ref.attr.name=E),model:o.model.ref.basicProperties},null,8,["id","name","model"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.settingOfHandler"),name:"transactors"},{default:Vue.withCtx(()=>[Vue.createVNode(a,{model:o.model.ref.transactorSettings,"basic-properties":o.model.ref.basicProperties},null,8,["model","basic-properties"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.permissionSettings"),name:"permissions"},{default:Vue.withCtx(()=>[Vue.createVNode(d,{modelValue:o.model.ref.permissionSettings,"onUpdate:modelValue":t[2]||(t[2]=E=>o.model.ref.permissionSettings=E)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.autoFillInFieldSettings"),name:"autoFilledFields"},{default:Vue.withCtx(()=>[Vue.createVNode(u,{modelValue:o.model.ref.autoFilledFields,"onUpdate:modelValue":t[3]||(t[3]=E=>o.model.ref.autoFilledFields=E)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.reminderSettings"),name:"reminders"},{default:Vue.withCtx(()=>[Vue.createVNode(c,{"reminder-value":o.model.ref.reminder,"onUpdate:reminderValue":t[4]||(t[4]=E=>o.model.ref.reminder=E),"task-notice-value":o.model.ref.taskNotice},null,8,["reminder-value","task-notice-value"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.eventProcessing"),name:"events"},{default:Vue.withCtx(()=>[Vue.createVNode(m,{modelValue:o.model.ref.events,"onUpdate:modelValue":t[5]||(t[5]=E=>o.model.ref.events=E)},null,8,["modelValue"])]),_:1},8,["label"]),Vue.createVNode(l,{label:e.$t("workflowEditor.task.linkVariable"),name:"variables"},{default:Vue.withCtx(()=>[Vue.createVNode(A,{modelValue:o.model.ref.variables,"onUpdate:modelValue":t[6]||(t[6]=E=>o.model.ref.variables=E)},null,8,["modelValue"])]),_:1},8,["label"])]),_:1},8,["modelValue","onTabClick"])]),_:1},8,["title"])}const HumanTaskPropertiesEditor=_export_sfc$1(_sfc_main$T,[["render",_sfc_render$M],["__scopeId","data-v-d95a84d8"]]);var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getAugmentedNamespace(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var o=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};o.prototype=t.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(o,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}),o}var sax$1={};const path={},__viteBrowserExternal=Object.freeze(Object.defineProperty({__proto__:null,default:path},Symbol.toStringTag,{value:"Module"})),require$$0=getAugmentedNamespace(__viteBrowserExternal);var string_decoder={},safeBuffer={exports:{}};/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */var hasRequiredSafeBuffer;function requireSafeBuffer(){return hasRequiredSafeBuffer||(hasRequiredSafeBuffer=1,function(e,t){var o=require$$0,r=o.Buffer;function n(s,l){for(var a in s)l[a]=s[a]}r.from&&r.alloc&&r.allocUnsafe&&r.allocUnsafeSlow?e.exports=o:(n(o,t),t.Buffer=i);function i(s,l,a){return r(s,l,a)}i.prototype=Object.create(r.prototype),n(r,i),i.from=function(s,l,a){if(typeof s=="number")throw new TypeError("Argument must not be a number");return r(s,l,a)},i.alloc=function(s,l,a){if(typeof s!="number")throw new TypeError("Argument must be a number");var d=r(s);return l!==void 0?typeof a=="string"?d.fill(l,a):d.fill(l):d.fill(0),d},i.allocUnsafe=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return r(s)},i.allocUnsafeSlow=function(s){if(typeof s!="number")throw new TypeError("Argument must be a number");return o.SlowBuffer(s)}}(safeBuffer,safeBuffer.exports)),safeBuffer.exports}var hasRequiredString_decoder;function requireString_decoder(){if(hasRequiredString_decoder)return string_decoder;hasRequiredString_decoder=1;var e=requireSafeBuffer().Buffer,t=e.isEncoding||function(p){switch(p=""+p,p&&p.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(p){if(!p)return"utf8";for(var f;;)switch(p){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return p;default:if(f)return;p=(""+p).toLowerCase(),f=!0}}function r(p){var f=o(p);if(typeof f!="string"&&(e.isEncoding===t||!t(p)))throw new Error("Unknown encoding: "+p);return f||p}string_decoder.StringDecoder=n;function n(p){this.encoding=r(p);var f;switch(this.encoding){case"utf16le":this.text=c,this.end=m,f=4;break;case"utf8":this.fillLast=a,f=4;break;case"base64":this.text=A,this.end=C,f=3;break;default:this.write=g,this.end=E;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(f)}n.prototype.write=function(p){if(p.length===0)return"";var f,w;if(this.lastNeed){if(f=this.fillLast(p),f===void 0)return"";w=this.lastNeed,this.lastNeed=0}else w=0;return w<p.length?f?f+this.text(p,w):this.text(p,w):f||""},n.prototype.end=u,n.prototype.text=d,n.prototype.fillLast=function(p){if(this.lastNeed<=p.length)return p.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);p.copy(this.lastChar,this.lastTotal-this.lastNeed,0,p.length),this.lastNeed-=p.length};function i(p){return p<=127?0:p>>5===6?2:p>>4===14?3:p>>3===30?4:p>>6===2?-1:-2}function s(p,f,w){var v=f.length-1;if(v<w)return 0;var b=i(f[v]);return b>=0?(b>0&&(p.lastNeed=b-1),b):--v<w||b===-2?0:(b=i(f[v]),b>=0?(b>0&&(p.lastNeed=b-2),b):--v<w||b===-2?0:(b=i(f[v]),b>=0?(b>0&&(b===2?b=0:p.lastNeed=b-3),b):0))}function l(p,f,w){if((f[0]&192)!==128)return p.lastNeed=0,"�";if(p.lastNeed>1&&f.length>1){if((f[1]&192)!==128)return p.lastNeed=1,"�";if(p.lastNeed>2&&f.length>2&&(f[2]&192)!==128)return p.lastNeed=2,"�"}}function a(p){var f=this.lastTotal-this.lastNeed,w=l(this,p);if(w!==void 0)return w;if(this.lastNeed<=p.length)return p.copy(this.lastChar,f,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);p.copy(this.lastChar,f,0,p.length),this.lastNeed-=p.length}function d(p,f){var w=s(this,p,f);if(!this.lastNeed)return p.toString("utf8",f);this.lastTotal=w;var v=p.length-(w-this.lastNeed);return p.copy(this.lastChar,0,v),p.toString("utf8",f,v)}function u(p){var f=p&&p.length?this.write(p):"";return this.lastNeed?f+"�":f}function c(p,f){if((p.length-f)%2===0){var w=p.toString("utf16le",f);if(w){var v=w.charCodeAt(w.length-1);if(v>=55296&&v<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=p[p.length-2],this.lastChar[1]=p[p.length-1],w.slice(0,-1)}return w}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=p[p.length-1],p.toString("utf16le",f,p.length-1)}function m(p){var f=p&&p.length?this.write(p):"";if(this.lastNeed){var w=this.lastTotal-this.lastNeed;return f+this.lastChar.toString("utf16le",0,w)}return f}function A(p,f){var w=(p.length-f)%3;return w===0?p.toString("base64",f):(this.lastNeed=3-w,this.lastTotal=3,w===1?this.lastChar[0]=p[p.length-1]:(this.lastChar[0]=p[p.length-2],this.lastChar[1]=p[p.length-1]),p.toString("base64",f,p.length-w))}function C(p){var f=p&&p.length?this.write(p):"";return this.lastNeed?f+this.lastChar.toString("base64",0,3-this.lastNeed):f}function g(p){return p.toString(this.encoding)}function E(p){return p&&p.length?this.write(p):""}return string_decoder}(function(e){(function(t){t.parser=function(V,y){return new r(V,y)},t.SAXParser=r,t.SAXStream=u,t.createStream=d,t.MAX_BUFFER_LENGTH=64*1024;var o=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function r(V,y){if(!(this instanceof r))return new r(V,y);var M=this;i(M),M.q=M.c="",M.bufferCheckPosition=t.MAX_BUFFER_LENGTH,M.opt=y||{},M.opt.lowercase=M.opt.lowercase||M.opt.lowercasetags,M.looseCase=M.opt.lowercase?"toLowerCase":"toUpperCase",M.tags=[],M.closed=M.closedRoot=M.sawRoot=!1,M.tag=M.error=null,M.strict=!!V,M.noscript=!!(V||M.opt.noscript),M.state=S.BEGIN,M.strictEntities=M.opt.strictEntities,M.ENTITIES=M.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),M.attribList=[],M.opt.xmlns&&(M.ns=Object.create(g)),M.trackPosition=M.opt.position!==!1,M.trackPosition&&(M.position=M.line=M.column=0),q(M,"onready")}Object.create||(Object.create=function(V){function y(){}y.prototype=V;var M=new y;return M}),Object.keys||(Object.keys=function(V){var y=[];for(var M in V)V.hasOwnProperty(M)&&y.push(M);return y});function n(V){for(var y=Math.max(t.MAX_BUFFER_LENGTH,10),M=0,T=0,R=o.length;T<R;T++){var j=V[o[T]].length;if(j>y)switch(o[T]){case"textNode":U(V);break;case"cdata":K(V,"oncdata",V.cdata),V.cdata="";break;case"script":K(V,"onscript",V.script),V.script="";break;default:re(V,"Max buffer length exceeded: "+o[T])}M=Math.max(M,j)}var I=t.MAX_BUFFER_LENGTH-M;V.bufferCheckPosition=I+V.position}function i(V){for(var y=0,M=o.length;y<M;y++)V[o[y]]=""}function s(V){U(V),V.cdata!==""&&(K(V,"oncdata",V.cdata),V.cdata=""),V.script!==""&&(K(V,"onscript",V.script),V.script="")}r.prototype={end:function(){te(this)},write:oe,resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){s(this)}};var l;try{l=require$$0.Stream}catch{l=function(){}}l||(l=function(){});var a=t.EVENTS.filter(function(V){return V!=="error"&&V!=="end"});function d(V,y){return new u(V,y)}function u(V,y){if(!(this instanceof u))return new u(V,y);l.apply(this),this._parser=new r(V,y),this.writable=!0,this.readable=!0;var M=this;this._parser.onend=function(){M.emit("end")},this._parser.onerror=function(T){M.emit("error",T),M._parser.error=null},this._decoder=null,a.forEach(function(T){Object.defineProperty(M,"on"+T,{get:function(){return M._parser["on"+T]},set:function(R){if(!R)return M.removeAllListeners(T),M._parser["on"+T]=R,R;M.on(T,R)},enumerable:!0,configurable:!1})})}u.prototype=Object.create(l.prototype,{constructor:{value:u}}),u.prototype.write=function(V){if(typeof Buffer=="function"&&typeof Buffer.isBuffer=="function"&&Buffer.isBuffer(V)){if(!this._decoder){var y=requireString_decoder().StringDecoder;this._decoder=new y("utf8")}V=this._decoder.write(V)}return this._parser.write(V.toString()),this.emit("data",V),!0},u.prototype.end=function(V){return V&&V.length&&this.write(V),this._parser.end(),!0},u.prototype.on=function(V,y){var M=this;return!M._parser["on"+V]&&a.indexOf(V)!==-1&&(M._parser["on"+V]=function(){var T=arguments.length===1?[arguments[0]]:Array.apply(null,arguments);T.splice(0,0,V),M.emit.apply(M,T)}),l.prototype.on.call(M,V,y)};var c="[CDATA[",m="DOCTYPE",A="http://www.w3.org/XML/1998/namespace",C="http://www.w3.org/2000/xmlns/",g={xml:A,xmlns:C},E=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,p=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,f=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,w=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function v(V){return V===" "||V===`
|
|
31
31
|
`||V==="\r"||V===" "}function b(V){return V==='"'||V==="'"}function O(V){return V===">"||v(V)}function N(V,y){return V.test(y)}function P(V,y){return!N(V,y)}var S=0;t.STATE={BEGIN:S++,BEGIN_WHITESPACE:S++,TEXT:S++,TEXT_ENTITY:S++,OPEN_WAKA:S++,SGML_DECL:S++,SGML_DECL_QUOTED:S++,DOCTYPE:S++,DOCTYPE_QUOTED:S++,DOCTYPE_DTD:S++,DOCTYPE_DTD_QUOTED:S++,COMMENT_STARTING:S++,COMMENT:S++,COMMENT_ENDING:S++,COMMENT_ENDED:S++,CDATA:S++,CDATA_ENDING:S++,CDATA_ENDING_2:S++,PROC_INST:S++,PROC_INST_BODY:S++,PROC_INST_ENDING:S++,OPEN_TAG:S++,OPEN_TAG_SLASH:S++,ATTRIB:S++,ATTRIB_NAME:S++,ATTRIB_NAME_SAW_WHITE:S++,ATTRIB_VALUE:S++,ATTRIB_VALUE_QUOTED:S++,ATTRIB_VALUE_CLOSED:S++,ATTRIB_VALUE_UNQUOTED:S++,ATTRIB_VALUE_ENTITY_Q:S++,ATTRIB_VALUE_ENTITY_U:S++,CLOSE_TAG:S++,CLOSE_TAG_SAW_WHITE:S++,SCRIPT:S++,SCRIPT_ENDING:S++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach(function(V){var y=t.ENTITIES[V],M=typeof y=="number"?String.fromCharCode(y):y;t.ENTITIES[V]=M});for(var Q in t.STATE)t.STATE[t.STATE[Q]]=Q;S=t.STATE;function q(V,y,M){V[y]&&V[y](M)}function K(V,y,M){V.textNode&&U(V),q(V,y,M)}function U(V){V.textNode=ne(V.opt,V.textNode),V.textNode&&q(V,"ontext",V.textNode),V.textNode=""}function ne(V,y){return V.trim&&(y=y.trim()),V.normalize&&(y=y.replace(/\s+/g," ")),y}function re(V,y){return U(V),V.trackPosition&&(y+=`
|
|
32
32
|
Line: `+V.line+`
|
|
33
33
|
Column: `+V.column+`
|
|
@@ -56,7 +56,7 @@ Actual: `+V.attribValue);else{var R=V.tag,j=V.tags[V.tags.length-1]||V;R.ns===j.
|
|
|
56
56
|
(?:`+r+":){1}(?:(?::"+r+"){0,4}:"+o+"|(?::"+r+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
|
|
57
57
|
(?::(?:(?::`+r+"){0,5}:"+o+"|(?::"+r+`){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
|
|
58
58
|
)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
|
|
59
|
-
`).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),i=new RegExp("(?:^"+o+"$)|(?:^"+n+"$)"),s=new RegExp("^"+o+"$"),l=new RegExp("^"+n+"$"),a=function(v){return v&&v.exact?i:new RegExp("(?:"+t(v)+o+t(v)+")|(?:"+t(v)+n+t(v)+")","g")};a.v4=function(w){return w&&w.exact?s:new RegExp(""+t(w)+o+t(w),"g")},a.v6=function(w){return w&&w.exact?l:new RegExp(""+t(w)+n+t(w),"g")};var d="(?:(?:[a-z]+:)?//)",u="(?:\\S+(?::\\S*)?@)?",c=a.v4().source,m=a.v6().source,A="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",C="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",g="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",E="(?::\\d{2,5})?",p='(?:[/?#][^\\s"]*)?',f="(?:"+d+"|www\\.)"+u+"(?:localhost|"+c+"|"+m+"|"+A+C+g+")"+E+p;return urlReg=new RegExp("(?:^"+f+"$)","i"),urlReg},pattern$2={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},types={integer:function e(t){return types.number(t)&&parseInt(t,10)===t},float:function e(t){return types.number(t)&&!types.integer(t)},array:function e(t){return Array.isArray(t)},regexp:function e(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function e(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function e(t){return isNaN(t)?!1:typeof t=="number"},object:function e(t){return typeof t=="object"&&!types.array(t)},method:function e(t){return typeof t=="function"},email:function e(t){return typeof t=="string"&&t.length<=320&&!!t.match(pattern$2.email)},url:function e(t){return typeof t=="string"&&t.length<=2048&&!!t.match(getUrlRegex())},hex:function e(t){return typeof t=="string"&&!!t.match(pattern$2.hex)}},type$1=function e(t,o,r,n,i){if(t.required&&o===void 0){required$1(t,o,r,n,i);return}var s=["integer","float","array","regexp","object","method","email","number","date","url","hex"],l=t.type;s.indexOf(l)>-1?types[l](o)||n.push(format(i.messages.types[l],t.fullField,t.type)):l&&typeof o!==t.type&&n.push(format(i.messages.types[l],t.fullField,t.type))},range=function e(t,o,r,n,i){var s=typeof t.len=="number",l=typeof t.min=="number",a=typeof t.max=="number",d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,u=o,c=null,m=typeof o=="number",A=typeof o=="string",C=Array.isArray(o);if(m?c="number":A?c="string":C&&(c="array"),!c)return!1;C&&(u=o.length),A&&(u=o.replace(d,"_").length),s?u!==t.len&&n.push(format(i.messages[c].len,t.fullField,t.len)):l&&!a&&u<t.min?n.push(format(i.messages[c].min,t.fullField,t.min)):a&&!l&&u>t.max?n.push(format(i.messages[c].max,t.fullField,t.max)):l&&a&&(u<t.min||u>t.max)&&n.push(format(i.messages[c].range,t.fullField,t.min,t.max))},ENUM$1="enum",enumerable$1=function e(t,o,r,n,i){t[ENUM$1]=Array.isArray(t[ENUM$1])?t[ENUM$1]:[],t[ENUM$1].indexOf(o)===-1&&n.push(format(i.messages[ENUM$1],t.fullField,t[ENUM$1].join(", ")))},pattern$1=function e(t,o,r,n,i){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(o)||n.push(format(i.messages.pattern.mismatch,t.fullField,o,t.pattern));else if(typeof t.pattern=="string"){var s=new RegExp(t.pattern);s.test(o)||n.push(format(i.messages.pattern.mismatch,t.fullField,o,t.pattern))}}},rules={required:required$1,whitespace,type:type$1,range,enum:enumerable$1,pattern:pattern$1},string=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o,"string")&&!t.required)return r();rules.required(t,o,n,s,i,"string"),isEmptyValue(o,"string")||(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i),rules.pattern(t,o,n,s,i),t.whitespace===!0&&rules.whitespace(t,o,n,s,i))}r(s)},method=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules.type(t,o,n,s,i)}r(s)},number=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(o===""&&(o=void 0),isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},_boolean=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules.type(t,o,n,s,i)}r(s)},regexp=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),isEmptyValue(o)||rules.type(t,o,n,s,i)}r(s)},integer=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},floatFn=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},array=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(o==null&&!t.required)return r();rules.required(t,o,n,s,i,"array"),o!=null&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},object=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules.type(t,o,n,s,i)}r(s)},ENUM="enum",enumerable=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules[ENUM](t,o,n,s,i)}r(s)},pattern=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o,"string")&&!t.required)return r();rules.required(t,o,n,s,i),isEmptyValue(o,"string")||rules.pattern(t,o,n,s,i)}r(s)},date=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o,"date")&&!t.required)return r();if(rules.required(t,o,n,s,i),!isEmptyValue(o,"date")){var a;o instanceof Date?a=o:a=new Date(o),rules.type(t,a,n,s,i),a&&rules.range(t,a.getTime(),n,s,i)}}r(s)},required=function e(t,o,r,n,i){var s=[],l=Array.isArray(o)?"array":typeof o;rules.required(t,o,n,s,i,l),r(s)},type=function e(t,o,r,n,i){var s=t.type,l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(isEmptyValue(o,s)&&!t.required)return r();rules.required(t,o,n,l,i,s),isEmptyValue(o,s)||rules.type(t,o,n,l,i)}r(l)},any=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i)}r(s)},validators={string,method,number,boolean:_boolean,regexp,integer,float:floatFn,array,object,enum:enumerable,pattern,date,url:type,hex:type,email:type,required,any};function newMessages(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var messages=newMessages(),Schema=function(){function e(o){this.rules=null,this._messages=messages,this.define(o)}var t=e.prototype;return t.define=function(r){var n=this;if(!r)throw new Error("Cannot configure a schema with no rules");if(typeof r!="object"||Array.isArray(r))throw new Error("Rules must be an object");this.rules={},Object.keys(r).forEach(function(i){var s=r[i];n.rules[i]=Array.isArray(s)?s:[s]})},t.messages=function(r){return r&&(this._messages=deepMerge(newMessages(),r)),this._messages},t.validate=function(r,n,i){var s=this;n===void 0&&(n={}),i===void 0&&(i=function(){});var l=r,a=n,d=i;if(typeof a=="function"&&(d=a,a={}),!this.rules||Object.keys(this.rules).length===0)return d&&d(null,l),Promise.resolve(l);function u(g){var E=[],p={};function f(v){if(Array.isArray(v)){var b;E=(b=E).concat.apply(b,v)}else E.push(v)}for(var w=0;w<g.length;w++)f(g[w]);E.length?(p=convertFieldsError(E),d(E,p)):d(null,l)}if(a.messages){var c=this.messages();c===messages&&(c=newMessages()),deepMerge(c,a.messages),a.messages=c}else a.messages=this.messages();var m={},A=a.keys||Object.keys(this.rules);A.forEach(function(g){var E=s.rules[g],p=l[g];E.forEach(function(f){var w=f;typeof w.transform=="function"&&(l===r&&(l=_extends({},l)),p=l[g]=w.transform(p)),typeof w=="function"?w={validator:w}:w=_extends({},w),w.validator=s.getValidationMethod(w),w.validator&&(w.field=g,w.fullField=w.fullField||g,w.type=s.getType(w),m[g]=m[g]||[],m[g].push({rule:w,value:p,source:l,field:g}))})});var C={};return asyncMap(m,a,function(g,E){var p=g.rule,f=(p.type==="object"||p.type==="array")&&(typeof p.fields=="object"||typeof p.defaultField=="object");f=f&&(p.required||!p.required&&g.value),p.field=g.field;function w(O,N){return _extends({},N,{fullField:p.fullField+"."+O,fullFields:p.fullFields?[].concat(p.fullFields,[O]):[O]})}function v(O){O===void 0&&(O=[]);var N=Array.isArray(O)?O:[O];!a.suppressWarning&&N.length&&e.warning("async-validator:",N),N.length&&p.message!==void 0&&(N=[].concat(p.message));var P=N.map(complementError(p,l));if(a.first&&P.length)return C[p.field]=1,E(P);if(!f)E(P);else{if(p.required&&!g.value)return p.message!==void 0?P=[].concat(p.message).map(complementError(p,l)):a.error&&(P=[a.error(p,format(a.messages.required,p.field))]),E(P);var S={};p.defaultField&&Object.keys(g.value).map(function(K){S[K]=p.defaultField}),S=_extends({},S,g.rule.fields);var Q={};Object.keys(S).forEach(function(K){var U=S[K],ne=Array.isArray(U)?U:[U];Q[K]=ne.map(w.bind(null,K))});var q=new e(Q);q.messages(a.messages),g.rule.options&&(g.rule.options.messages=a.messages,g.rule.options.error=a.error),q.validate(g.value,g.rule.options||a,function(K){var U=[];P&&P.length&&U.push.apply(U,P),K&&K.length&&U.push.apply(U,K),E(U.length?U:null)})}}var b;if(p.asyncValidator)b=p.asyncValidator(p,g.value,v,g.source,a);else if(p.validator){try{b=p.validator(p,g.value,v,g.source,a)}catch(O){console.error==null||console.error(O),a.suppressValidatorError||setTimeout(function(){throw O},0),v(O.message)}b===!0?v():b===!1?v(typeof p.message=="function"?p.message(p.fullField||p.field):p.message||(p.fullField||p.field)+" fails"):b instanceof Array?v(b):b instanceof Error&&v(b.message)}b&&b.then&&b.then(function(){return v()},function(O){return v(O)})},function(g){u(g)},l)},t.getType=function(r){if(r.type===void 0&&r.pattern instanceof RegExp&&(r.type="pattern"),typeof r.validator!="function"&&r.type&&!validators.hasOwnProperty(r.type))throw new Error(format("Unknown rule type %s",r.type));return r.type||"string"},t.getValidationMethod=function(r){if(typeof r.validator=="function")return r.validator;var n=Object.keys(r),i=n.indexOf("message");return i!==-1&&n.splice(i,1),n.length===1&&n[0]==="required"?validators.required:validators[this.getType(r)]||void 0},e}();Schema.register=function e(t,o){if(typeof o!="function")throw new Error("Cannot register a validator by type, validator is not a function");validators[t]=o},Schema.warning=warning,Schema.messages=messages,Schema.validators=validators;const badgeProps=buildProps({value:{type:[String,Number],default:""},max:{type:Number,default:99},isDot:Boolean,hidden:Boolean,type:{type:String,values:["primary","success","warning","info","danger"],default:"danger"}}),_hoisted_1$k=["textContent"],__default__$2=Vue.defineComponent({name:"ElBadge"}),_sfc_main$p=Vue.defineComponent({...__default__$2,props:badgeProps,setup(e,{expose:t}){const o=e,r=useNamespace("badge"),n=Vue.computed(()=>o.isDot?"":isNumber(o.value)&&isNumber(o.max)?o.max<o.value?`${o.max}+`:`${o.value}`:`${o.value}`);return t({content:n}),(i,s)=>(Vue.openBlock(),Vue.createElementBlock("div",{class:Vue.normalizeClass(Vue.unref(r).b())},[Vue.renderSlot(i.$slots,"default"),Vue.createVNode(Vue.Transition,{name:`${Vue.unref(r).namespace.value}-zoom-in-center`,persisted:""},{default:Vue.withCtx(()=>[Vue.withDirectives(Vue.createElementVNode("sup",{class:Vue.normalizeClass([Vue.unref(r).e("content"),Vue.unref(r).em("content",i.type),Vue.unref(r).is("fixed",!!i.$slots.default),Vue.unref(r).is("dot",i.isDot)]),textContent:Vue.toDisplayString(Vue.unref(n))},null,10,_hoisted_1$k),[[Vue.vShow,!i.hidden&&(Vue.unref(n)||i.isDot)]])]),_:1},8,["name"])],2))}});var Badge=_export_sfc(_sfc_main$p,[["__file","/home/runner/work/element-plus/element-plus/packages/components/badge/src/badge.vue"]]);const ElBadge=withInstall(Badge),messageTypes=["success","info","warning","error"],messageDefaults=mutable({customClass:"",center:!1,dangerouslyUseHTMLString:!1,duration:3e3,icon:void 0,id:"",message:"",onClose:void 0,showClose:!1,type:"info",offset:16,zIndex:0,grouping:!1,repeatNum:1,appendTo:isClient?document.body:void 0}),messageProps=buildProps({customClass:{type:String,default:messageDefaults.customClass},center:{type:Boolean,default:messageDefaults.center},dangerouslyUseHTMLString:{type:Boolean,default:messageDefaults.dangerouslyUseHTMLString},duration:{type:Number,default:messageDefaults.duration},icon:{type:iconPropType,default:messageDefaults.icon},id:{type:String,default:messageDefaults.id},message:{type:definePropType([String,Object,Function]),default:messageDefaults.message},onClose:{type:definePropType(Function),required:!1},showClose:{type:Boolean,default:messageDefaults.showClose},type:{type:String,values:messageTypes,default:messageDefaults.type},offset:{type:Number,default:messageDefaults.offset},zIndex:{type:Number,default:messageDefaults.zIndex},grouping:{type:Boolean,default:messageDefaults.grouping},repeatNum:{type:Number,default:messageDefaults.repeatNum}}),messageEmits={destroy:()=>!0},instances=Vue.shallowReactive([]),getInstance=e=>{const t=instances.findIndex(n=>n.id===e),o=instances[t];let r;return t>0&&(r=instances[t-1]),{current:o,prev:r}},getLastOffset=e=>{const{prev:t}=getInstance(e);return t?t.vm.exposed.bottom.value:0},getOffsetOrSpace=(e,t)=>instances.findIndex(r=>r.id===e)>0?20:t,_hoisted_1$j=["id"],_hoisted_2$9=["innerHTML"],__default__$1=Vue.defineComponent({name:"ElMessage"}),_sfc_main$o=Vue.defineComponent({...__default__$1,props:messageProps,emits:messageEmits,setup(e,{expose:t}){const o=e,{Close:r}=TypeComponents,{ns:n,zIndex:i}=useGlobalComponentSettings("message"),{currentZIndex:s,nextZIndex:l}=i,a=Vue.ref(),d=Vue.ref(!1),u=Vue.ref(0);let c;const m=Vue.computed(()=>o.type?o.type==="error"?"danger":o.type:"info"),A=Vue.computed(()=>{const N=o.type;return{[n.bm("icon",N)]:N&&TypeComponentsMap[N]}}),C=Vue.computed(()=>o.icon||TypeComponentsMap[o.type]||""),g=Vue.computed(()=>getLastOffset(o.id)),E=Vue.computed(()=>getOffsetOrSpace(o.id,o.offset)+g.value),p=Vue.computed(()=>u.value+E.value),f=Vue.computed(()=>({top:`${E.value}px`,zIndex:s.value}));function w(){o.duration!==0&&({stop:c}=useTimeoutFn(()=>{b()},o.duration))}function v(){c==null||c()}function b(){d.value=!1}function O({code:N}){N===EVENT_CODE.esc&&b()}return Vue.onMounted(()=>{w(),l(),d.value=!0}),Vue.watch(()=>o.repeatNum,()=>{v(),w()}),useEventListener(document,"keydown",O),useResizeObserver(a,()=>{u.value=a.value.getBoundingClientRect().height}),t({visible:d,bottom:p,close:b}),(N,P)=>(Vue.openBlock(),Vue.createBlock(Vue.Transition,{name:Vue.unref(n).b("fade"),onBeforeLeave:N.onClose,onAfterLeave:P[0]||(P[0]=S=>N.$emit("destroy")),persisted:""},{default:Vue.withCtx(()=>[Vue.withDirectives(Vue.createElementVNode("div",{id:N.id,ref_key:"messageRef",ref:a,class:Vue.normalizeClass([Vue.unref(n).b(),{[Vue.unref(n).m(N.type)]:N.type&&!N.icon},Vue.unref(n).is("center",N.center),Vue.unref(n).is("closable",N.showClose),N.customClass]),style:Vue.normalizeStyle(Vue.unref(f)),role:"alert",onMouseenter:v,onMouseleave:w},[N.repeatNum>1?(Vue.openBlock(),Vue.createBlock(Vue.unref(ElBadge),{key:0,value:N.repeatNum,type:Vue.unref(m),class:Vue.normalizeClass(Vue.unref(n).e("badge"))},null,8,["value","type","class"])):Vue.createCommentVNode("v-if",!0),Vue.unref(C)?(Vue.openBlock(),Vue.createBlock(Vue.unref(ElIcon),{key:1,class:Vue.normalizeClass([Vue.unref(n).e("icon"),Vue.unref(A)])},{default:Vue.withCtx(()=>[(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(Vue.unref(C))))]),_:1},8,["class"])):Vue.createCommentVNode("v-if",!0),Vue.renderSlot(N.$slots,"default",{},()=>[N.dangerouslyUseHTMLString?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),Vue.createElementVNode("p",{class:Vue.normalizeClass(Vue.unref(n).e("content")),innerHTML:N.message},null,10,_hoisted_2$9)],2112)):(Vue.openBlock(),Vue.createElementBlock("p",{key:0,class:Vue.normalizeClass(Vue.unref(n).e("content"))},Vue.toDisplayString(N.message),3))]),N.showClose?(Vue.openBlock(),Vue.createBlock(Vue.unref(ElIcon),{key:2,class:Vue.normalizeClass(Vue.unref(n).e("closeBtn")),onClick:Vue.withModifiers(b,["stop"])},{default:Vue.withCtx(()=>[Vue.createVNode(Vue.unref(r))]),_:1},8,["class","onClick"])):Vue.createCommentVNode("v-if",!0)],46,_hoisted_1$j),[[Vue.vShow,d.value]])]),_:3},8,["name","onBeforeLeave"]))}});var MessageConstructor=_export_sfc(_sfc_main$o,[["__file","/home/runner/work/element-plus/element-plus/packages/components/message/src/message.vue"]]);let seed=1;const normalizeOptions=e=>{const t=!e||isString(e)||Vue.isVNode(e)||isFunction$1(e)?{message:e}:e,o={...messageDefaults,...t};if(!o.appendTo)o.appendTo=document.body;else if(isString(o.appendTo)){let r=document.querySelector(o.appendTo);isElement(r)||(debugWarn("ElMessage","the appendTo option is not an HTMLElement. Falling back to document.body."),r=document.body),o.appendTo=r}return o},closeMessage=e=>{const t=instances.indexOf(e);if(t===-1)return;instances.splice(t,1);const{handler:o}=e;o.close()},createMessage=({appendTo:e,...t},o)=>{const r=`message_${seed++}`,n=t.onClose,i=document.createElement("div"),s={...t,id:r,onClose:()=>{n==null||n(),closeMessage(u)},onDestroy:()=>{Vue.render(null,i)}},l=Vue.createVNode(MessageConstructor,s,isFunction$1(s.message)||Vue.isVNode(s.message)?{default:isFunction$1(s.message)?s.message:()=>s.message}:null);l.appContext=o||message._context,Vue.render(l,i),e.appendChild(i.firstElementChild);const a=l.component,u={id:r,vnode:l,vm:a,handler:{close:()=>{a.exposed.visible.value=!1}},props:l.component.props};return u},message=(e={},t)=>{if(!isClient)return{close:()=>{}};if(isNumber(messageConfig.max)&&instances.length>=messageConfig.max)return{close:()=>{}};const o=normalizeOptions(e);if(o.grouping&&instances.length){const n=instances.find(({vnode:i})=>{var s;return((s=i.props)==null?void 0:s.message)===o.message});if(n)return n.props.repeatNum+=1,n.props.type=o.type,n.handler}const r=createMessage(o,t);return instances.push(r),r.handler};messageTypes.forEach(e=>{message[e]=(t={},o)=>{const r=normalizeOptions(t);return message({...r,type:e},o)}});function closeAll(e){for(const t of instances)(!e||e===t.props.type)&&t.handler.close()}message.closeAll=closeAll,message._context=null;const ElMessage=withInstallFunction(message,"$message"),app$1={state:{sidebar:{opened:!+window.sessionStorage.getItem("sidebarStatus"),withoutAnimation:!1},isAMBdesign:!1,device:"desktop",preventReclick:!1,whiteList:[],systemWidth:[],windowWidth:null,windowHeight:null,isMobileResize:!1},mutations:{updateWindowSize(e,{width:t,height:o}){e.windowWidth=t,e.windowHeight=o,e.isMobileResize=!!t&&t<=768},toggleSidebar:e=>{e.sidebar.opened?window.sessionStorage.setItem("sidebarStatus",1):window.sessionStorage.setItem("sidebarStatus",0),e.sidebar.opened=!e.sidebar.opened,e.sidebar.withoutAnimation=!1},closeSidebar:(e,t)=>{window.sessionStorage.setItem("sidebarStatus",1),e.sidebar.opened=!1,e.sidebar.withoutAnimation=t},toggleDevice:(e,t)=>{e.device=t},togglePreventReclick:(e,t)=>{e.preventReclick=t},setWhiteList:(e,t)=>{t instanceof Array&&(e.whiteList=t)}},actions:{startListeningToResize({state:e,commit:t}){const o=r=>{t("updateWindowSize",{width:(r==null?void 0:r.width)??window.innerWidth,height:(r==null?void 0:r.height)??window.innerHeight})};if(!e.windowWidth&&!e.windowHeight){const r=document.querySelector(".amb-design-board");r&&e.isAMBdesign?(o({width:r.clientWidth,height:r.clientHeight}),new ResizeObserver(i=>{var s,l;for(const a of i)o({width:(s=a==null?void 0:a.target)==null?void 0:s.clientWidth,height:(l=a==null?void 0:a.target)==null?void 0:l.clientHeight})}).observe(r)):(window.addEventListener("resize",o),o())}},toggleSidebar:({commit:e})=>{e("toggleSidebar")},closeSidebar({commit:e},{withoutAnimation:t}){e("closeSidebar",t)},toggelDevice({commit:e},t){e("toggleDevice",t)},addWhiteList({commit:e},t){e("setWhiteList",t)}}},app={state:{tableEditingDatas:[]},mutations:{toggleRowEditing(e,t){e.tableEditingDatas.includes(t)?e.tableEditingDatas=e.tableEditingDatas.filter(o=>o!==t):e.tableEditingDatas=[...e.tableEditingDatas,t]},setRowEditing(e,{$rowDataGuId:t,isEditing:o=!1}){t&&(o?e.tableEditingDatas.includes(t)||(e.tableEditingDatas=[...e.tableEditingDatas,t]):e.tableEditingDatas=e.tableEditingDatas.filter(r=>r!==t))},clearAllEditing(e){e.tableEditingDatas=[]}},actions:{toggleEditingData({commit:e},t){e("toggleRowEditing",t)},setRowEditing({commit:e},t){e("setRowEditing",t)},closeRowEditing({commit:e},t){e("setRowEditing",t)},clearAllEditing({commit:e}){e("clearAllEditing")}}};function login(e,t,o){const r={username:e,password:t};return o&&(r.language=o),service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/login",r)}function loginWithValidateCode(e,t,o,r,n){const i={username:e,password:t};return o&&(i.language=o),r&&(i.validateCode=r),n&&(i.imageCodeKey=n),service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/login-with-validate-code",i)}function getCurrentUser(){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-user?_t="+new Date().getTime())}function logout(){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/logout?_t="+new Date().getTime())}function getCurrentUserPermissionsBySystem(e,t){return console.log("getCurrentUserPermissionsBySystem----loginName=",e,"isMobile=",isMobileBrowser(),"systemCode=",t),isMobileBrowser()?getCurrentUserMobilePermissions(e):((!t||t+""=="null")&&(window.$vueApp.config.globalProperties.customSystem?t=window.$vueApp.config.globalProperties.customSystem:t=window.$vueApp.config.globalProperties.systemCode),console.log("getCurrentUserPermissionsBySystem----loginName=",e,"systemCode222=",t),service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-users/permissions/with-system?loginName="+encodeURI(e)+"&systemCode="+t+"&_t="+new Date().getTime()))}function isPasswordExpired(e,t){const o={username:e,password:t};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/is-password-expired",o)}function isPasswordExpiredWithValidateCode(e,t,o,r){const n={username:e,password:t,validateCode:o,imageCodeKey:r};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/is-password-expired-with-validate-code",n)}function updatePassword(e){return service.put(window.$vueApp.config.globalProperties.baseAPI+"/acs/users/password",e)}function getUserLanguage(){const e=getLanguage();return e?new Promise((t,o)=>{t(e)}):service.get(window.$vueApp.config.globalProperties.baseAPI+"/acs/user-languages")}function getUserLangAndTheme(){const e=getLanguage(),t=getTheme();return e&&t?new Promise((o,r)=>{o({lang:e,theme:t})}):service.get(window.$vueApp.config.globalProperties.baseAPI+"/component/user-lang-and-theme")}function getForgetPasswordMailType(e){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/mail-type?username="+e)}function forgetPasswordSendMail(e){return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/send-mails",e)}function isResetPasswordJwtOverdue(e){const t={jwt:e};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/jwt-overdue",t)}function resetPassword(e,t){const o={username:e,password:t};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/reset",o)}function isLoginTimeOut(){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-users/is-login-time-out")}function getUserPermissionMenusBySystemCode(e){return e||(e=window.$vueApp.config.globalProperties.customSystem),e||(e=window.$vueApp.config.globalProperties.currentSystem),e||(e=window.$vueApp.config.globalProperties.systemCode),service.get(window.$vueApp.config.globalProperties.baseAPI+"/component/permission-menus/systems/"+e)}function getDevPlatformPermissions(e){let t;return window.$vueApp.config.globalProperties.customSystem?t=window.$vueApp.config.globalProperties.customSystem:t=window.$vueApp.config.globalProperties.systemCode,service.get(window.$vueApp.config.globalProperties.baseAPI+"/component/devp-permissions?roleCodes="+e+"&_t="+new Date().getTime()+"&systemCode="+t)}function getCurrentUserMobilePermissions(e){return console.log("getCurrentUserMobilePermissions----loginName=",e,"window.$vueApp.config.globalProperties.baseAPI=",window.$vueApp.config.globalProperties.baseAPI),service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-users/mobile-permissions?loginName="+encodeURI(e)+"&_t="+new Date().getTime())}const ssoService={login,getCurrentUser,logout,isPasswordExpired,updatePassword,getCurrentUserPermissionsBySystem,getUserLanguage,getUserLangAndTheme,forgetPasswordSendMail,getForgetPasswordMailType,isResetPasswordJwtOverdue,resetPassword,isLoginTimeOut,getUserPermissionMenusBySystemCode,loginWithValidateCode,getDevPlatformPermissions,isPasswordExpiredWithValidateCode},user={state:{token:"",name:"",menus:[]},mutations:{setToken:(e,t)=>{e.token=t},setName:(e,t)=>{e.name=t},setMenus:(e,t)=>{e.menus=t}},actions:{login({commit:e},t){clearPermission();const o=t.username.trim();return new Promise((r,n)=>{ssoService.login(o,t.password,t.language).then(i=>(setToken(i.jwt),setLanguage(i.language),setTheme(i.theme),i.lockTip&&ElMessage({showClose:!0,message:i.lockTip,type:"warning",duration:1e4}),e("setToken",i.jwt),ssoService.getCurrentUserPermissionsBySystem(i.subject))).then(i=>{let s=["index"];s=s.concat(i),setPermissions(s),r()}).catch(i=>{n(i)})})},loginWithValidateCode({commit:e},t){clearPermission(),console.log("loginWithValidateCode----userInfo=",t);const o=t.username.trim();return new Promise((r,n)=>{ssoService.loginWithValidateCode(o,t.password,t.language,t.validCode,t.imageCodeKey).then(i=>(console.log("loginWithValidateCode2222----data=",i),setToken(i.jwt),setLanguage(i.language),setTheme(i.theme),i.lockTip&&ElMessage({showClose:!0,message:i.lockTip,type:"warning",duration:1e4}),e("setToken",i.jwt),ssoService.getCurrentUserPermissionsBySystem(i.subject))).then(i=>{let s=["index"];s=s.concat(i),setPermissions(s),r()}).catch(i=>{n(i)})})},loginWithCookieToken({commit:e},t){return clearVoiceCache(),new Promise((o,r)=>{t||ssoService.getCurrentUser().then(n=>{n&&(t=n.loginName,setUsername(n.loginName),setCurrentUser(n),e("setName",n.name)),o(n)}).catch(n=>{r(n)}),t&&(removeAllSystemPermissions(),ssoService.getCurrentUserPermissionsBySystem(t).then(n=>{let i=["index"];i=i.concat(n),setPermissions(i),o()}).catch(n=>{r(n)}))})},getCurrentUser({commit:e,state:t}){return new Promise((o,r)=>{const n=getUsername();typeof n>"u"||n===""||n===null?ssoService.getCurrentUser().then(i=>{i?(setUsername(i.loginName),setCurrentUser(i),e("setName",i.name)):(removeUsername(),removeCurrentUser(),e("setName","")),o(i)}).catch(i=>{r(i)}):(e("setName",n),o({loginName:n}))})},logout({commit:e,state:t}){return new Promise((o,r)=>{ssoService.logout(t.token).then(n=>{e("setToken",""),removeTheme(),removeAllThemes(),e("setName",""),clearPermission(),removeDevpPermissions(),removeProjectSettings(),removeProjectCode(),removeSystemCacheUrl(),o(n)}).catch(n=>{r(n)})})},clearToken({commit:e}){return new Promise(t=>{e("setToken",""),removeTheme(),removeAllThemes(),e("setName",""),clearPermission(),removeDevpPermissions(),removeProjectSettings(),removeProjectCode(),t()})},getCurrentUserPermissions({commit:e},t){return new Promise((o,r)=>{const n=t.loginName,i=t.systemCode;let s=getPermissions(i);if(console.log("getCurrentUserPermissions-----systemCode=",i),typeof s>"u"||s===""||s===null)ssoService.getCurrentUserPermissionsBySystem(n,i).then(l=>{console.log("getCurrentUserPermissions-----systemCode=",i,"permissions[0]=",l&&l.length>0?l[0]:null);let a=["index"];a=a.concat(l),s=setPermissions(a,i),o(s)}).catch(l=>{r(l)});else{let l=Object.keys(s);console.log("getCurrentUserPermissions-----systemCode=",i,"storePermissions[1]=",l&&l.length>1?l[1]:null),o(s)}})},getDevPlatformPermissions({commit:e},t){return new Promise((o,r)=>{let n=getPermissions();typeof n>"u"||n===""||n===null?ssoService.getDevPlatformPermissions(t).then(i=>{let s=["index"];s=s.concat(i),n=setPermissions(s),o(n)}).catch(i=>{r(i)}):o(n)})},isPasswordExpired({commit:e},t){const o=t.username.trim();return new Promise((r,n)=>{ssoService.isPasswordExpired(o,t.password).then(i=>{r(i)}).catch(i=>{n(i)})})},isPasswordExpiredWithValidateCode({commit:e},t){const o=t.username.trim();return new Promise((r,n)=>{ssoService.isPasswordExpiredWithValidateCode(o,t.password,t.validCode,t.imageCodeKey).then(i=>{r(i)}).catch(i=>{n(i)})})},updatePassword({commit:e},t){return new Promise((o,r)=>{ssoService.updatePassword(t,t.userId).then(n=>{o(n)}).catch(n=>{r(n)})})},isLoginTimeOut({commit:e}){return new Promise((t,o)=>{ssoService.isLoginTimeOut().then(r=>{t(r)}).catch(r=>{o(r)})})},getPermissionMenus({commit:e},t){return new Promise((o,r)=>{const n=getMenus(t);isPlateSys(t)||typeof n>"u"||n===""||n===null?ssoService.getUserPermissionMenusBySystemCode(t).then(i=>{setMenus(i,t),o(i)}).catch(i=>{r(i)}):o(n)})}}},state=()=>({theme:getTheme(),navExpanded:!0,locale:"zh-CN",routes:{}}),mutations={updateState(e,t){Object.keys(t).forEach(o=>{var r;o in e&&(e[o]=t[o],["theme"].includes(o)&&(setTheme(t[o]),(r=document.querySelector("body"))==null||r.setAttribute("class",t[o])))})}},actions={updateSystemParams({commit:e},t){e("updateState",t)}},system={namespaced:!0,state,mutations,actions};/*!
|
|
59
|
+
`).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),i=new RegExp("(?:^"+o+"$)|(?:^"+n+"$)"),s=new RegExp("^"+o+"$"),l=new RegExp("^"+n+"$"),a=function(v){return v&&v.exact?i:new RegExp("(?:"+t(v)+o+t(v)+")|(?:"+t(v)+n+t(v)+")","g")};a.v4=function(w){return w&&w.exact?s:new RegExp(""+t(w)+o+t(w),"g")},a.v6=function(w){return w&&w.exact?l:new RegExp(""+t(w)+n+t(w),"g")};var d="(?:(?:[a-z]+:)?//)",u="(?:\\S+(?::\\S*)?@)?",c=a.v4().source,m=a.v6().source,A="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",C="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",g="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",E="(?::\\d{2,5})?",p='(?:[/?#][^\\s"]*)?',f="(?:"+d+"|www\\.)"+u+"(?:localhost|"+c+"|"+m+"|"+A+C+g+")"+E+p;return urlReg=new RegExp("(?:^"+f+"$)","i"),urlReg},pattern$2={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},types={integer:function e(t){return types.number(t)&&parseInt(t,10)===t},float:function e(t){return types.number(t)&&!types.integer(t)},array:function e(t){return Array.isArray(t)},regexp:function e(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch{return!1}},date:function e(t){return typeof t.getTime=="function"&&typeof t.getMonth=="function"&&typeof t.getYear=="function"&&!isNaN(t.getTime())},number:function e(t){return isNaN(t)?!1:typeof t=="number"},object:function e(t){return typeof t=="object"&&!types.array(t)},method:function e(t){return typeof t=="function"},email:function e(t){return typeof t=="string"&&t.length<=320&&!!t.match(pattern$2.email)},url:function e(t){return typeof t=="string"&&t.length<=2048&&!!t.match(getUrlRegex())},hex:function e(t){return typeof t=="string"&&!!t.match(pattern$2.hex)}},type$1=function e(t,o,r,n,i){if(t.required&&o===void 0){required$1(t,o,r,n,i);return}var s=["integer","float","array","regexp","object","method","email","number","date","url","hex"],l=t.type;s.indexOf(l)>-1?types[l](o)||n.push(format(i.messages.types[l],t.fullField,t.type)):l&&typeof o!==t.type&&n.push(format(i.messages.types[l],t.fullField,t.type))},range=function e(t,o,r,n,i){var s=typeof t.len=="number",l=typeof t.min=="number",a=typeof t.max=="number",d=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,u=o,c=null,m=typeof o=="number",A=typeof o=="string",C=Array.isArray(o);if(m?c="number":A?c="string":C&&(c="array"),!c)return!1;C&&(u=o.length),A&&(u=o.replace(d,"_").length),s?u!==t.len&&n.push(format(i.messages[c].len,t.fullField,t.len)):l&&!a&&u<t.min?n.push(format(i.messages[c].min,t.fullField,t.min)):a&&!l&&u>t.max?n.push(format(i.messages[c].max,t.fullField,t.max)):l&&a&&(u<t.min||u>t.max)&&n.push(format(i.messages[c].range,t.fullField,t.min,t.max))},ENUM$1="enum",enumerable$1=function e(t,o,r,n,i){t[ENUM$1]=Array.isArray(t[ENUM$1])?t[ENUM$1]:[],t[ENUM$1].indexOf(o)===-1&&n.push(format(i.messages[ENUM$1],t.fullField,t[ENUM$1].join(", ")))},pattern$1=function e(t,o,r,n,i){if(t.pattern){if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(o)||n.push(format(i.messages.pattern.mismatch,t.fullField,o,t.pattern));else if(typeof t.pattern=="string"){var s=new RegExp(t.pattern);s.test(o)||n.push(format(i.messages.pattern.mismatch,t.fullField,o,t.pattern))}}},rules={required:required$1,whitespace,type:type$1,range,enum:enumerable$1,pattern:pattern$1},string=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o,"string")&&!t.required)return r();rules.required(t,o,n,s,i,"string"),isEmptyValue(o,"string")||(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i),rules.pattern(t,o,n,s,i),t.whitespace===!0&&rules.whitespace(t,o,n,s,i))}r(s)},method=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules.type(t,o,n,s,i)}r(s)},number=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(o===""&&(o=void 0),isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},_boolean=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules.type(t,o,n,s,i)}r(s)},regexp=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),isEmptyValue(o)||rules.type(t,o,n,s,i)}r(s)},integer=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},floatFn=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},array=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(o==null&&!t.required)return r();rules.required(t,o,n,s,i,"array"),o!=null&&(rules.type(t,o,n,s,i),rules.range(t,o,n,s,i))}r(s)},object=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules.type(t,o,n,s,i)}r(s)},ENUM="enum",enumerable=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i),o!==void 0&&rules[ENUM](t,o,n,s,i)}r(s)},pattern=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o,"string")&&!t.required)return r();rules.required(t,o,n,s,i),isEmptyValue(o,"string")||rules.pattern(t,o,n,s,i)}r(s)},date=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o,"date")&&!t.required)return r();if(rules.required(t,o,n,s,i),!isEmptyValue(o,"date")){var a;o instanceof Date?a=o:a=new Date(o),rules.type(t,a,n,s,i),a&&rules.range(t,a.getTime(),n,s,i)}}r(s)},required=function e(t,o,r,n,i){var s=[],l=Array.isArray(o)?"array":typeof o;rules.required(t,o,n,s,i,l),r(s)},type=function e(t,o,r,n,i){var s=t.type,l=[],a=t.required||!t.required&&n.hasOwnProperty(t.field);if(a){if(isEmptyValue(o,s)&&!t.required)return r();rules.required(t,o,n,l,i,s),isEmptyValue(o,s)||rules.type(t,o,n,l,i)}r(l)},any=function e(t,o,r,n,i){var s=[],l=t.required||!t.required&&n.hasOwnProperty(t.field);if(l){if(isEmptyValue(o)&&!t.required)return r();rules.required(t,o,n,s,i)}r(s)},validators={string,method,number,boolean:_boolean,regexp,integer,float:floatFn,array,object,enum:enumerable,pattern,date,url:type,hex:type,email:type,required,any};function newMessages(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var messages=newMessages(),Schema=function(){function e(o){this.rules=null,this._messages=messages,this.define(o)}var t=e.prototype;return t.define=function(r){var n=this;if(!r)throw new Error("Cannot configure a schema with no rules");if(typeof r!="object"||Array.isArray(r))throw new Error("Rules must be an object");this.rules={},Object.keys(r).forEach(function(i){var s=r[i];n.rules[i]=Array.isArray(s)?s:[s]})},t.messages=function(r){return r&&(this._messages=deepMerge(newMessages(),r)),this._messages},t.validate=function(r,n,i){var s=this;n===void 0&&(n={}),i===void 0&&(i=function(){});var l=r,a=n,d=i;if(typeof a=="function"&&(d=a,a={}),!this.rules||Object.keys(this.rules).length===0)return d&&d(null,l),Promise.resolve(l);function u(g){var E=[],p={};function f(v){if(Array.isArray(v)){var b;E=(b=E).concat.apply(b,v)}else E.push(v)}for(var w=0;w<g.length;w++)f(g[w]);E.length?(p=convertFieldsError(E),d(E,p)):d(null,l)}if(a.messages){var c=this.messages();c===messages&&(c=newMessages()),deepMerge(c,a.messages),a.messages=c}else a.messages=this.messages();var m={},A=a.keys||Object.keys(this.rules);A.forEach(function(g){var E=s.rules[g],p=l[g];E.forEach(function(f){var w=f;typeof w.transform=="function"&&(l===r&&(l=_extends({},l)),p=l[g]=w.transform(p)),typeof w=="function"?w={validator:w}:w=_extends({},w),w.validator=s.getValidationMethod(w),w.validator&&(w.field=g,w.fullField=w.fullField||g,w.type=s.getType(w),m[g]=m[g]||[],m[g].push({rule:w,value:p,source:l,field:g}))})});var C={};return asyncMap(m,a,function(g,E){var p=g.rule,f=(p.type==="object"||p.type==="array")&&(typeof p.fields=="object"||typeof p.defaultField=="object");f=f&&(p.required||!p.required&&g.value),p.field=g.field;function w(O,N){return _extends({},N,{fullField:p.fullField+"."+O,fullFields:p.fullFields?[].concat(p.fullFields,[O]):[O]})}function v(O){O===void 0&&(O=[]);var N=Array.isArray(O)?O:[O];!a.suppressWarning&&N.length&&e.warning("async-validator:",N),N.length&&p.message!==void 0&&(N=[].concat(p.message));var P=N.map(complementError(p,l));if(a.first&&P.length)return C[p.field]=1,E(P);if(!f)E(P);else{if(p.required&&!g.value)return p.message!==void 0?P=[].concat(p.message).map(complementError(p,l)):a.error&&(P=[a.error(p,format(a.messages.required,p.field))]),E(P);var S={};p.defaultField&&Object.keys(g.value).map(function(K){S[K]=p.defaultField}),S=_extends({},S,g.rule.fields);var Q={};Object.keys(S).forEach(function(K){var U=S[K],ne=Array.isArray(U)?U:[U];Q[K]=ne.map(w.bind(null,K))});var q=new e(Q);q.messages(a.messages),g.rule.options&&(g.rule.options.messages=a.messages,g.rule.options.error=a.error),q.validate(g.value,g.rule.options||a,function(K){var U=[];P&&P.length&&U.push.apply(U,P),K&&K.length&&U.push.apply(U,K),E(U.length?U:null)})}}var b;if(p.asyncValidator)b=p.asyncValidator(p,g.value,v,g.source,a);else if(p.validator){try{b=p.validator(p,g.value,v,g.source,a)}catch(O){console.error==null||console.error(O),a.suppressValidatorError||setTimeout(function(){throw O},0),v(O.message)}b===!0?v():b===!1?v(typeof p.message=="function"?p.message(p.fullField||p.field):p.message||(p.fullField||p.field)+" fails"):b instanceof Array?v(b):b instanceof Error&&v(b.message)}b&&b.then&&b.then(function(){return v()},function(O){return v(O)})},function(g){u(g)},l)},t.getType=function(r){if(r.type===void 0&&r.pattern instanceof RegExp&&(r.type="pattern"),typeof r.validator!="function"&&r.type&&!validators.hasOwnProperty(r.type))throw new Error(format("Unknown rule type %s",r.type));return r.type||"string"},t.getValidationMethod=function(r){if(typeof r.validator=="function")return r.validator;var n=Object.keys(r),i=n.indexOf("message");return i!==-1&&n.splice(i,1),n.length===1&&n[0]==="required"?validators.required:validators[this.getType(r)]||void 0},e}();Schema.register=function e(t,o){if(typeof o!="function")throw new Error("Cannot register a validator by type, validator is not a function");validators[t]=o},Schema.warning=warning,Schema.messages=messages,Schema.validators=validators;const badgeProps=buildProps({value:{type:[String,Number],default:""},max:{type:Number,default:99},isDot:Boolean,hidden:Boolean,type:{type:String,values:["primary","success","warning","info","danger"],default:"danger"}}),_hoisted_1$k=["textContent"],__default__$2=Vue.defineComponent({name:"ElBadge"}),_sfc_main$p=Vue.defineComponent({...__default__$2,props:badgeProps,setup(e,{expose:t}){const o=e,r=useNamespace("badge"),n=Vue.computed(()=>o.isDot?"":isNumber(o.value)&&isNumber(o.max)?o.max<o.value?`${o.max}+`:`${o.value}`:`${o.value}`);return t({content:n}),(i,s)=>(Vue.openBlock(),Vue.createElementBlock("div",{class:Vue.normalizeClass(Vue.unref(r).b())},[Vue.renderSlot(i.$slots,"default"),Vue.createVNode(Vue.Transition,{name:`${Vue.unref(r).namespace.value}-zoom-in-center`,persisted:""},{default:Vue.withCtx(()=>[Vue.withDirectives(Vue.createElementVNode("sup",{class:Vue.normalizeClass([Vue.unref(r).e("content"),Vue.unref(r).em("content",i.type),Vue.unref(r).is("fixed",!!i.$slots.default),Vue.unref(r).is("dot",i.isDot)]),textContent:Vue.toDisplayString(Vue.unref(n))},null,10,_hoisted_1$k),[[Vue.vShow,!i.hidden&&(Vue.unref(n)||i.isDot)]])]),_:1},8,["name"])],2))}});var Badge=_export_sfc(_sfc_main$p,[["__file","/home/runner/work/element-plus/element-plus/packages/components/badge/src/badge.vue"]]);const ElBadge=withInstall(Badge),messageTypes=["success","info","warning","error"],messageDefaults=mutable({customClass:"",center:!1,dangerouslyUseHTMLString:!1,duration:3e3,icon:void 0,id:"",message:"",onClose:void 0,showClose:!1,type:"info",offset:16,zIndex:0,grouping:!1,repeatNum:1,appendTo:isClient?document.body:void 0}),messageProps=buildProps({customClass:{type:String,default:messageDefaults.customClass},center:{type:Boolean,default:messageDefaults.center},dangerouslyUseHTMLString:{type:Boolean,default:messageDefaults.dangerouslyUseHTMLString},duration:{type:Number,default:messageDefaults.duration},icon:{type:iconPropType,default:messageDefaults.icon},id:{type:String,default:messageDefaults.id},message:{type:definePropType([String,Object,Function]),default:messageDefaults.message},onClose:{type:definePropType(Function),required:!1},showClose:{type:Boolean,default:messageDefaults.showClose},type:{type:String,values:messageTypes,default:messageDefaults.type},offset:{type:Number,default:messageDefaults.offset},zIndex:{type:Number,default:messageDefaults.zIndex},grouping:{type:Boolean,default:messageDefaults.grouping},repeatNum:{type:Number,default:messageDefaults.repeatNum}}),messageEmits={destroy:()=>!0},instances=Vue.shallowReactive([]),getInstance=e=>{const t=instances.findIndex(n=>n.id===e),o=instances[t];let r;return t>0&&(r=instances[t-1]),{current:o,prev:r}},getLastOffset=e=>{const{prev:t}=getInstance(e);return t?t.vm.exposed.bottom.value:0},getOffsetOrSpace=(e,t)=>instances.findIndex(r=>r.id===e)>0?20:t,_hoisted_1$j=["id"],_hoisted_2$9=["innerHTML"],__default__$1=Vue.defineComponent({name:"ElMessage"}),_sfc_main$o=Vue.defineComponent({...__default__$1,props:messageProps,emits:messageEmits,setup(e,{expose:t}){const o=e,{Close:r}=TypeComponents,{ns:n,zIndex:i}=useGlobalComponentSettings("message"),{currentZIndex:s,nextZIndex:l}=i,a=Vue.ref(),d=Vue.ref(!1),u=Vue.ref(0);let c;const m=Vue.computed(()=>o.type?o.type==="error"?"danger":o.type:"info"),A=Vue.computed(()=>{const N=o.type;return{[n.bm("icon",N)]:N&&TypeComponentsMap[N]}}),C=Vue.computed(()=>o.icon||TypeComponentsMap[o.type]||""),g=Vue.computed(()=>getLastOffset(o.id)),E=Vue.computed(()=>getOffsetOrSpace(o.id,o.offset)+g.value),p=Vue.computed(()=>u.value+E.value),f=Vue.computed(()=>({top:`${E.value}px`,zIndex:s.value}));function w(){o.duration!==0&&({stop:c}=useTimeoutFn(()=>{b()},o.duration))}function v(){c==null||c()}function b(){d.value=!1}function O({code:N}){N===EVENT_CODE.esc&&b()}return Vue.onMounted(()=>{w(),l(),d.value=!0}),Vue.watch(()=>o.repeatNum,()=>{v(),w()}),useEventListener(document,"keydown",O),useResizeObserver(a,()=>{u.value=a.value.getBoundingClientRect().height}),t({visible:d,bottom:p,close:b}),(N,P)=>(Vue.openBlock(),Vue.createBlock(Vue.Transition,{name:Vue.unref(n).b("fade"),onBeforeLeave:N.onClose,onAfterLeave:P[0]||(P[0]=S=>N.$emit("destroy")),persisted:""},{default:Vue.withCtx(()=>[Vue.withDirectives(Vue.createElementVNode("div",{id:N.id,ref_key:"messageRef",ref:a,class:Vue.normalizeClass([Vue.unref(n).b(),{[Vue.unref(n).m(N.type)]:N.type&&!N.icon},Vue.unref(n).is("center",N.center),Vue.unref(n).is("closable",N.showClose),N.customClass]),style:Vue.normalizeStyle(Vue.unref(f)),role:"alert",onMouseenter:v,onMouseleave:w},[N.repeatNum>1?(Vue.openBlock(),Vue.createBlock(Vue.unref(ElBadge),{key:0,value:N.repeatNum,type:Vue.unref(m),class:Vue.normalizeClass(Vue.unref(n).e("badge"))},null,8,["value","type","class"])):Vue.createCommentVNode("v-if",!0),Vue.unref(C)?(Vue.openBlock(),Vue.createBlock(Vue.unref(ElIcon),{key:1,class:Vue.normalizeClass([Vue.unref(n).e("icon"),Vue.unref(A)])},{default:Vue.withCtx(()=>[(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(Vue.unref(C))))]),_:1},8,["class"])):Vue.createCommentVNode("v-if",!0),Vue.renderSlot(N.$slots,"default",{},()=>[N.dangerouslyUseHTMLString?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),Vue.createElementVNode("p",{class:Vue.normalizeClass(Vue.unref(n).e("content")),innerHTML:N.message},null,10,_hoisted_2$9)],2112)):(Vue.openBlock(),Vue.createElementBlock("p",{key:0,class:Vue.normalizeClass(Vue.unref(n).e("content"))},Vue.toDisplayString(N.message),3))]),N.showClose?(Vue.openBlock(),Vue.createBlock(Vue.unref(ElIcon),{key:2,class:Vue.normalizeClass(Vue.unref(n).e("closeBtn")),onClick:Vue.withModifiers(b,["stop"])},{default:Vue.withCtx(()=>[Vue.createVNode(Vue.unref(r))]),_:1},8,["class","onClick"])):Vue.createCommentVNode("v-if",!0)],46,_hoisted_1$j),[[Vue.vShow,d.value]])]),_:3},8,["name","onBeforeLeave"]))}});var MessageConstructor=_export_sfc(_sfc_main$o,[["__file","/home/runner/work/element-plus/element-plus/packages/components/message/src/message.vue"]]);let seed=1;const normalizeOptions=e=>{const t=!e||isString(e)||Vue.isVNode(e)||isFunction$1(e)?{message:e}:e,o={...messageDefaults,...t};if(!o.appendTo)o.appendTo=document.body;else if(isString(o.appendTo)){let r=document.querySelector(o.appendTo);isElement(r)||(debugWarn("ElMessage","the appendTo option is not an HTMLElement. Falling back to document.body."),r=document.body),o.appendTo=r}return o},closeMessage=e=>{const t=instances.indexOf(e);if(t===-1)return;instances.splice(t,1);const{handler:o}=e;o.close()},createMessage=({appendTo:e,...t},o)=>{const r=`message_${seed++}`,n=t.onClose,i=document.createElement("div"),s={...t,id:r,onClose:()=>{n==null||n(),closeMessage(u)},onDestroy:()=>{Vue.render(null,i)}},l=Vue.createVNode(MessageConstructor,s,isFunction$1(s.message)||Vue.isVNode(s.message)?{default:isFunction$1(s.message)?s.message:()=>s.message}:null);l.appContext=o||message._context,Vue.render(l,i),e.appendChild(i.firstElementChild);const a=l.component,u={id:r,vnode:l,vm:a,handler:{close:()=>{a.exposed.visible.value=!1}},props:l.component.props};return u},message=(e={},t)=>{if(!isClient)return{close:()=>{}};if(isNumber(messageConfig.max)&&instances.length>=messageConfig.max)return{close:()=>{}};const o=normalizeOptions(e);if(o.grouping&&instances.length){const n=instances.find(({vnode:i})=>{var s;return((s=i.props)==null?void 0:s.message)===o.message});if(n)return n.props.repeatNum+=1,n.props.type=o.type,n.handler}const r=createMessage(o,t);return instances.push(r),r.handler};messageTypes.forEach(e=>{message[e]=(t={},o)=>{const r=normalizeOptions(t);return message({...r,type:e},o)}});function closeAll(e){for(const t of instances)(!e||e===t.props.type)&&t.handler.close()}message.closeAll=closeAll,message._context=null;const ElMessage=withInstallFunction(message,"$message"),app$1={state:{sidebar:{opened:!+window.sessionStorage.getItem("sidebarStatus"),withoutAnimation:!1},isAMBdesign:!1,device:"desktop",preventReclick:!1,whiteList:[],systemWidth:[],windowWidth:null,windowHeight:null,isMobileResize:!1},mutations:{updateWindowSize(e,{width:t,height:o}){e.windowWidth=t,e.windowHeight=o,e.isMobileResize=!!t&&t<=768},toggleSidebar:e=>{e.sidebar.opened?window.sessionStorage.setItem("sidebarStatus",1):window.sessionStorage.setItem("sidebarStatus",0),e.sidebar.opened=!e.sidebar.opened,e.sidebar.withoutAnimation=!1},closeSidebar:(e,t)=>{window.sessionStorage.setItem("sidebarStatus",1),e.sidebar.opened=!1,e.sidebar.withoutAnimation=t},toggleDevice:(e,t)=>{e.device=t},togglePreventReclick:(e,t)=>{e.preventReclick=t},setWhiteList:(e,t)=>{t instanceof Array&&(e.whiteList=t)}},actions:{startListeningToResize({state:e,commit:t}){const o=r=>{t("updateWindowSize",{width:(r==null?void 0:r.width)??window.innerWidth,height:(r==null?void 0:r.height)??window.innerHeight})};if(!e.windowWidth&&!e.windowHeight){const r=document.querySelector(".amb-design-board");r&&e.isAMBdesign?(o({width:r.clientWidth,height:r.clientHeight}),new ResizeObserver(i=>{var s,l;for(const a of i)o({width:(s=a==null?void 0:a.target)==null?void 0:s.clientWidth,height:(l=a==null?void 0:a.target)==null?void 0:l.clientHeight})}).observe(r)):(window.addEventListener("resize",o),o())}},toggleSidebar:({commit:e})=>{e("toggleSidebar")},closeSidebar({commit:e},{withoutAnimation:t}){e("closeSidebar",t)},toggelDevice({commit:e},t){e("toggleDevice",t)},addWhiteList({commit:e},t){e("setWhiteList",t)}}},app={state:{tableEditingDatas:[]},mutations:{toggleRowEditing(e,t){e.tableEditingDatas.includes(t)?e.tableEditingDatas=e.tableEditingDatas.filter(o=>o!==t):e.tableEditingDatas=[...e.tableEditingDatas,t]},setRowEditing(e,{$rowDataGuId:t,isEditing:o=!1}){t&&(o?e.tableEditingDatas.includes(t)||(e.tableEditingDatas=[...e.tableEditingDatas,t]):e.tableEditingDatas=e.tableEditingDatas.filter(r=>r!==t))},clearAllEditing(e){e.tableEditingDatas=[]}},actions:{toggleEditingData({commit:e},t){e("toggleRowEditing",t)},setRowEditing({commit:e},t){e("setRowEditing",t)},closeRowEditing({commit:e},t){e("setRowEditing",t)},clearAllEditing({commit:e}){e("clearAllEditing")}}};function login(e,t,o){const r={username:e,password:t};return o&&(r.language=o),service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/login",r)}function loginWithValidateCode(e,t,o,r,n){const i={username:e,password:t};return o&&(i.language=o),r&&(i.validateCode=r),n&&(i.imageCodeKey=n),service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/login-with-validate-code",i)}function getCurrentUser(){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-user?_t="+new Date().getTime())}function logout(){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/logout?_t="+new Date().getTime())}function getCurrentUserPermissionsBySystem(e,t){return console.log("getCurrentUserPermissionsBySystem----loginName=",e,"isMobile=",isMobileBrowser(),"systemCode=",t),isMobileBrowser()?getCurrentUserMobilePermissions(e):((!t||t+""=="null")&&(window.$vueApp.config.globalProperties.customSystem?t=window.$vueApp.config.globalProperties.customSystem:t=window.$vueApp.config.globalProperties.systemCode),console.log("getCurrentUserPermissionsBySystem----loginName=",e,"systemCode222=",t),service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-users/permissions/with-system?loginName="+encodeURI(e)+"&systemCode="+t+"&_t="+new Date().getTime()))}function isPasswordExpired(e,t){const o={username:e,password:t};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/is-password-expired",o)}function isPasswordExpiredWithValidateCode(e,t,o,r){const n={username:e,password:t,validateCode:o,imageCodeKey:r};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/is-password-expired-with-validate-code",n)}function updatePassword(e){return service.put(window.$vueApp.config.globalProperties.baseAPI+"/acs/users/password",e)}function getUserLanguage(){const e=getLanguage();return e?new Promise((t,o)=>{t(e)}):service.get(window.$vueApp.config.globalProperties.baseAPI+"/acs/user-languages")}function getUserLangAndTheme(){const e=getLanguage(),t=getTheme();return e&&t?new Promise((o,r)=>{o({lang:e,theme:t})}):service.get(window.$vueApp.config.globalProperties.baseAPI+"/component/user-lang-and-theme")}function getForgetPasswordMailType(e){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/mail-type?username="+e)}function forgetPasswordSendMail(e){return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/send-mails",e)}function isResetPasswordJwtOverdue(e){const t={jwt:e};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/jwt-overdue",t)}function resetPassword(e,t){const o={username:e,password:t};return service.post(window.$vueApp.config.globalProperties.baseAPI+"/sso/forget-passwords/reset",o)}function isLoginTimeOut(){return service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-users/is-login-time-out")}function getUserPermissionMenusBySystemCode(e){return e||(e=window.$vueApp.config.globalProperties.customSystem),e||(e=window.$vueApp.config.globalProperties.currentSystem),e||(e=window.$vueApp.config.globalProperties.systemCode),service.get(window.$vueApp.config.globalProperties.baseAPI+"/component/permission-menus/systems/"+e)}function getDevPlatformPermissions(e){let t;return window.$vueApp.config.globalProperties.customSystem?t=window.$vueApp.config.globalProperties.customSystem:t=window.$vueApp.config.globalProperties.systemCode,service.get(window.$vueApp.config.globalProperties.baseAPI+"/component/devp-permissions?roleCodes="+e+"&_t="+new Date().getTime()+"&systemCode="+t)}function getCurrentUserMobilePermissions(e){return console.log("getCurrentUserMobilePermissions----loginName=",e,"window.$vueApp.config.globalProperties.baseAPI=",window.$vueApp.config.globalProperties.baseAPI),service.get(window.$vueApp.config.globalProperties.baseAPI+"/sso/current-users/mobile-permissions?loginName="+encodeURI(e)+"&_t="+new Date().getTime())}const ssoService={login,getCurrentUser,logout,isPasswordExpired,updatePassword,getCurrentUserPermissionsBySystem,getUserLanguage,getUserLangAndTheme,forgetPasswordSendMail,getForgetPasswordMailType,isResetPasswordJwtOverdue,resetPassword,isLoginTimeOut,getUserPermissionMenusBySystemCode,loginWithValidateCode,getDevPlatformPermissions,isPasswordExpiredWithValidateCode},user={state:{token:"",name:"",menus:[]},mutations:{setToken:(e,t)=>{e.token=t},setName:(e,t)=>{e.name=t},setMenus:(e,t)=>{e.menus=t}},actions:{login({commit:e},t){clearPermission();const o=t.username.trim();return new Promise((r,n)=>{ssoService.login(o,t.password,t.language).then(i=>(setToken(i.jwt),setLanguage(i.language),setTheme(i.theme),i.lockTip&&ElMessage({showClose:!0,message:i.lockTip,type:"warning",duration:1e4}),e("setToken",i.jwt),ssoService.getCurrentUserPermissionsBySystem(i.subject))).then(i=>{let s=["index"];s=s.concat(i),setPermissions(s),r()}).catch(i=>{n(i)})})},loginWithValidateCode({commit:e},t){console.log("loginWithValidateCode----userInfo=",t);const o=t.username.trim();return new Promise((r,n)=>{ssoService.loginWithValidateCode(o,t.password,t.language,t.validCode,t.imageCodeKey).then(i=>(console.log("loginWithValidateCode2222----data=",i),setToken(i.jwt),setLanguage(i.language),setTheme(i.theme),i.lockTip&&ElMessage({showClose:!0,message:i.lockTip,type:"warning",duration:1e4}),e("setToken",i.jwt),ssoService.getCurrentUserPermissionsBySystem(i.subject))).then(i=>{let s=["index"];s=s.concat(i),setPermissions(s),r()}).catch(i=>{n(i)})})},loginWithCookieToken({commit:e},t){return new Promise((o,r)=>{t||ssoService.getCurrentUser().then(n=>{n&&(t=n.loginName,setUsername(n.loginName),setCurrentUser(n),e("setName",n.name)),o(n)}).catch(n=>{r(n)}),t&&(removeAllSystemPermissions(),ssoService.getCurrentUserPermissionsBySystem(t).then(n=>{let i=["index"];i=i.concat(n),setPermissions(i),o()}).catch(n=>{r(n)}))})},getCurrentUser({commit:e,state:t}){return new Promise((o,r)=>{const n=getUsername();typeof n>"u"||n===""||n===null?ssoService.getCurrentUser().then(i=>{i?(setUsername(i.loginName),setCurrentUser(i),e("setName",i.name)):(removeUsername(),removeCurrentUser(),e("setName","")),o(i)}).catch(i=>{r(i)}):(e("setName",n),o({loginName:n}))})},logout({commit:e,state:t}){return new Promise((o,r)=>{ssoService.logout(t.token).then(n=>{e("setToken",""),removeTheme(),removeAllThemes(),e("setName",""),clearPermission(),removeDevpPermissions(),removeProjectSettings(),removeProjectCode(),removeSystemCacheUrl(),o(n)}).catch(n=>{r(n)})})},clearToken({commit:e}){return new Promise(t=>{e("setToken",""),removeTheme(),removeAllThemes(),e("setName",""),clearPermission(),removeDevpPermissions(),removeProjectSettings(),removeProjectCode(),t()})},getCurrentUserPermissions({commit:e},t){return new Promise((o,r)=>{const n=t.loginName,i=t.systemCode;let s=getPermissions(i);if(console.log("getCurrentUserPermissions-----systemCode=",i),typeof s>"u"||s===""||s===null)ssoService.getCurrentUserPermissionsBySystem(n,i).then(l=>{console.log("getCurrentUserPermissions-----systemCode=",i,"permissions[0]=",l&&l.length>0?l[0]:null);let a=["index"];a=a.concat(l),s=setPermissions(a,i),o(s)}).catch(l=>{r(l)});else{let l=Object.keys(s);console.log("getCurrentUserPermissions-----systemCode=",i,"storePermissions[1]=",l&&l.length>1?l[1]:null),o(s)}})},getDevPlatformPermissions({commit:e},t){return new Promise((o,r)=>{let n=getPermissions();typeof n>"u"||n===""||n===null?ssoService.getDevPlatformPermissions(t).then(i=>{let s=["index"];s=s.concat(i),n=setPermissions(s),o(n)}).catch(i=>{r(i)}):o(n)})},isPasswordExpired({commit:e},t){const o=t.username.trim();return new Promise((r,n)=>{ssoService.isPasswordExpired(o,t.password).then(i=>{r(i)}).catch(i=>{n(i)})})},isPasswordExpiredWithValidateCode({commit:e},t){const o=t.username.trim();return new Promise((r,n)=>{ssoService.isPasswordExpiredWithValidateCode(o,t.password,t.validCode,t.imageCodeKey).then(i=>{r(i)}).catch(i=>{n(i)})})},updatePassword({commit:e},t){return new Promise((o,r)=>{ssoService.updatePassword(t,t.userId).then(n=>{o(n)}).catch(n=>{r(n)})})},isLoginTimeOut({commit:e}){return new Promise((t,o)=>{ssoService.isLoginTimeOut().then(r=>{t(r)}).catch(r=>{o(r)})})},getPermissionMenus({commit:e},t){return new Promise((o,r)=>{const n=getMenus(t);isPlateSys(t)||typeof n>"u"||n===""||n===null?ssoService.getUserPermissionMenusBySystemCode(t).then(i=>{setMenus(i,t),o(i)}).catch(i=>{r(i)}):o(n)})}}},state=()=>({theme:getTheme(),navExpanded:!0,locale:"zh-CN",routes:{}}),mutations={updateState(e,t){Object.keys(t).forEach(o=>{var r;o in e&&(e[o]=t[o],["theme"].includes(o)&&(setTheme(t[o]),(r=document.querySelector("body"))==null||r.setAttribute("class",t[o])))})}},actions={updateSystemParams({commit:e},t){e("updateState",t)}},system={namespaced:!0,state,mutations,actions};/*!
|
|
60
60
|
* vue-router v4.2.5
|
|
61
61
|
* (c) 2023 Eduardo San Martin Morote
|
|
62
62
|
* @license MIT
|
|
@@ -81,5 +81,5 @@ Use slot props instead:
|
|
|
81
81
|
</router-view>`)}}function formatRouteLocation(e,t){const o=assign({},e,{matched:e.matched.map(r=>omit(r,["instances","children","aliasOf"]))});return{_custom:{type:null,readOnly:!0,display:e.fullPath,tooltip:t,value:o}}}function formatDisplay(e){return{_custom:{display:e}}}let routerId=0;function addDevtools(e,t,o){if(t.__hasDevtools)return;t.__hasDevtools=!0;const r=routerId++;setupDevtoolsPlugin({id:"org.vuejs.router"+(r?"."+r:""),label:"Vue Router",packageName:"vue-router",homepage:"https://router.vuejs.org",logo:"https://router.vuejs.org/logo.png",componentStateTypes:["Routing"],app:e},n=>{typeof n.now!="function"&&console.warn("[Vue Router]: You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),n.on.inspectComponent((u,c)=>{u.instanceData&&u.instanceData.state.push({type:"Routing",key:"$route",editable:!1,value:formatRouteLocation(t.currentRoute.value,"Current Route")})}),n.on.visitComponentTree(({treeNode:u,componentInstance:c})=>{if(c.__vrv_devtools){const m=c.__vrv_devtools;u.tags.push({label:(m.name?`${m.name.toString()}: `:"")+m.path,textColor:0,tooltip:"This component is rendered by <router-view>",backgroundColor:PINK_500})}isArray(c.__vrl_devtools)&&(c.__devtoolsApi=n,c.__vrl_devtools.forEach(m=>{let A=ORANGE_400,C="";m.isExactActive?(A=LIME_500,C="This is exactly active"):m.isActive&&(A=BLUE_600,C="This link is active"),u.tags.push({label:m.route.path,textColor:0,tooltip:C,backgroundColor:A})}))}),Vue.watch(t.currentRoute,()=>{a(),n.notifyComponentUpdate(),n.sendInspectorTree(l),n.sendInspectorState(l)});const i="router:navigations:"+r;n.addTimelineLayer({id:i,label:`Router${r?" "+r:""} Navigations`,color:4237508}),t.onError((u,c)=>{n.addTimelineEvent({layerId:i,event:{title:"Error during Navigation",subtitle:c.fullPath,logType:"error",time:n.now(),data:{error:u},groupId:c.meta.__navigationId}})});let s=0;t.beforeEach((u,c)=>{const m={guard:formatDisplay("beforeEach"),from:formatRouteLocation(c,"Current Location during this navigation"),to:formatRouteLocation(u,"Target location")};Object.defineProperty(u.meta,"__navigationId",{value:s++}),n.addTimelineEvent({layerId:i,event:{time:n.now(),title:"Start of navigation",subtitle:u.fullPath,data:m,groupId:u.meta.__navigationId}})}),t.afterEach((u,c,m)=>{const A={guard:formatDisplay("afterEach")};m?(A.failure={_custom:{type:Error,readOnly:!0,display:m?m.message:"",tooltip:"Navigation Failure",value:m}},A.status=formatDisplay("❌")):A.status=formatDisplay("✅"),A.from=formatRouteLocation(c,"Current Location during this navigation"),A.to=formatRouteLocation(u,"Target location"),n.addTimelineEvent({layerId:i,event:{title:"End of navigation",subtitle:u.fullPath,time:n.now(),data:A,logType:m?"warning":"default",groupId:u.meta.__navigationId}})});const l="router-inspector:"+r;n.addInspector({id:l,label:"Routes"+(r?" "+r:""),icon:"book",treeFilterPlaceholder:"Search routes"});function a(){if(!d)return;const u=d;let c=o.getRoutes().filter(m=>!m.parent||!m.parent.record.components);c.forEach(resetMatchStateOnRouteRecord),u.filter&&(c=c.filter(m=>isRouteMatching(m,u.filter.toLowerCase()))),c.forEach(m=>markRouteRecordActive(m,t.currentRoute.value)),u.rootNodes=c.map(formatRouteRecordForInspector)}let d;n.on.getInspectorTree(u=>{d=u,u.app===e&&u.inspectorId===l&&a()}),n.on.getInspectorState(u=>{if(u.app===e&&u.inspectorId===l){const m=o.getRoutes().find(A=>A.record.__vd_id===u.nodeId);m&&(u.state={options:formatRouteRecordMatcherForStateInspector(m)})}}),n.sendInspectorTree(l),n.sendInspectorState(l)})}function modifierForKey(e){return e.optional?e.repeatable?"*":"?":e.repeatable?"+":""}function formatRouteRecordMatcherForStateInspector(e){const{record:t}=e,o=[{editable:!1,key:"path",value:t.path}];return t.name!=null&&o.push({editable:!1,key:"name",value:t.name}),o.push({editable:!1,key:"regexp",value:e.re}),e.keys.length&&o.push({editable:!1,key:"keys",value:{_custom:{type:null,readOnly:!0,display:e.keys.map(r=>`${r.name}${modifierForKey(r)}`).join(" "),tooltip:"Param keys",value:e.keys}}}),t.redirect!=null&&o.push({editable:!1,key:"redirect",value:t.redirect}),e.alias.length&&o.push({editable:!1,key:"aliases",value:e.alias.map(r=>r.record.path)}),Object.keys(e.record.meta).length&&o.push({editable:!1,key:"meta",value:e.record.meta}),o.push({key:"score",editable:!1,value:{_custom:{type:null,readOnly:!0,display:e.score.map(r=>r.join(", ")).join(" | "),tooltip:"Score used to sort routes",value:e.score}}}),o}const PINK_500=15485081,BLUE_600=2450411,LIME_500=8702998,CYAN_400=2282478,ORANGE_400=16486972,DARK=6710886;function formatRouteRecordForInspector(e){const t=[],{record:o}=e;o.name!=null&&t.push({label:String(o.name),textColor:0,backgroundColor:CYAN_400}),o.aliasOf&&t.push({label:"alias",textColor:0,backgroundColor:ORANGE_400}),e.__vd_match&&t.push({label:"matches",textColor:0,backgroundColor:PINK_500}),e.__vd_exactActive&&t.push({label:"exact",textColor:0,backgroundColor:LIME_500}),e.__vd_active&&t.push({label:"active",textColor:0,backgroundColor:BLUE_600}),o.redirect&&t.push({label:typeof o.redirect=="string"?`redirect: ${o.redirect}`:"redirects",textColor:16777215,backgroundColor:DARK});let r=o.__vd_id;return r==null&&(r=String(routeRecordId++),o.__vd_id=r),{id:r,label:o.path,tags:t,children:e.children.map(formatRouteRecordForInspector)}}let routeRecordId=0;const EXTRACT_REGEXP_RE=/^\/(.*)\/([a-z]*)$/;function markRouteRecordActive(e,t){const o=t.matched.length&&isSameRouteRecord(t.matched[t.matched.length-1],e.record);e.__vd_exactActive=e.__vd_active=o,o||(e.__vd_active=t.matched.some(r=>isSameRouteRecord(r,e.record))),e.children.forEach(r=>markRouteRecordActive(r,t))}function resetMatchStateOnRouteRecord(e){e.__vd_match=!1,e.children.forEach(resetMatchStateOnRouteRecord)}function isRouteMatching(e,t){const o=String(e.re).match(EXTRACT_REGEXP_RE);if(e.__vd_match=!1,!o||o.length<3)return!1;if(new RegExp(o[1].replace(/\$$/,""),o[2]).test(t))return e.children.forEach(s=>isRouteMatching(s,t)),e.record.path!=="/"||t==="/"?(e.__vd_match=e.re.test(t),!0):!1;const n=e.record.path.toLowerCase(),i=decode(n);return!t.startsWith("/")&&(i.includes(t)||n.includes(t))||i.startsWith(t)||n.startsWith(t)||e.record.name&&String(e.record.name).includes(t)?!0:e.children.some(s=>isRouteMatching(s,t))}function omit(e,t){const o={};for(const r in e)t.includes(r)||(o[r]=e[r]);return o}function createRouter(e){const t=createRouterMatcher(e.routes,e),o=e.parseQuery||parseQuery,r=e.stringifyQuery||stringifyQuery,n=e.history;if(process.env.NODE_ENV!=="production"&&!n)throw new Error('Provide the "history" option when calling "createRouter()": https://next.router.vuejs.org/api/#history.');const i=useCallbacks(),s=useCallbacks(),l=useCallbacks(),a=Vue.shallowRef(START_LOCATION_NORMALIZED);let d=START_LOCATION_NORMALIZED;isBrowser&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=applyToParams.bind(null,V=>""+V),c=applyToParams.bind(null,encodeParam),m=applyToParams.bind(null,decode);function A(V,y){let M,T;return isRouteName(V)?(M=t.getRecordMatcher(V),T=y):T=V,t.addRoute(T,M)}function C(V){const y=t.getRecordMatcher(V);y?t.removeRoute(y):process.env.NODE_ENV!=="production"&&warn(`Cannot remove non-existent route "${String(V)}"`)}function g(){return t.getRoutes().map(V=>V.record)}function E(V){return!!t.getRecordMatcher(V)}function p(V,y){if(y=assign({},y||a.value),typeof V=="string"){const k=parseURL(o,V,y.path),B=t.resolve({path:k.path},y),L=n.createHref(k.fullPath);return process.env.NODE_ENV!=="production"&&(L.startsWith("//")?warn(`Location "${V}" resolved to "${L}". A resolved location cannot start with multiple slashes.`):B.matched.length||warn(`No match found for location with path "${V}"`)),assign(k,B,{params:m(B.params),hash:decode(k.hash),redirectedFrom:void 0,href:L})}let M;if("path"in V)process.env.NODE_ENV!=="production"&&"params"in V&&!("name"in V)&&Object.keys(V.params).length&&warn(`Path "${V.path}" was passed with params but they will be ignored. Use a named route alongside params instead.`),M=assign({},V,{path:parseURL(o,V.path,y.path).path});else{const k=assign({},V.params);for(const B in k)k[B]==null&&delete k[B];M=assign({},V,{params:c(k)}),y.params=c(y.params)}const T=t.resolve(M,y),R=V.hash||"";process.env.NODE_ENV!=="production"&&R&&!R.startsWith("#")&&warn(`A \`hash\` should always start with the character "#". Replace "${R}" with "#${R}".`),T.params=u(m(T.params));const j=stringifyURL(r,assign({},V,{hash:encodeHash(R),path:T.path})),I=n.createHref(j);return process.env.NODE_ENV!=="production"&&(I.startsWith("//")?warn(`Location "${V}" resolved to "${I}". A resolved location cannot start with multiple slashes.`):T.matched.length||warn(`No match found for location with path "${"path"in V?V.path:V}"`)),assign({fullPath:j,hash:R,query:r===stringifyQuery?normalizeQuery(V.query):V.query||{}},T,{redirectedFrom:void 0,href:I})}function f(V){return typeof V=="string"?parseURL(o,V,a.value.path):assign({},V)}function w(V,y){if(d!==V)return createRouterError(8,{from:y,to:V})}function v(V){return N(V)}function b(V){return v(assign(f(V),{replace:!0}))}function O(V){const y=V.matched[V.matched.length-1];if(y&&y.redirect){const{redirect:M}=y;let T=typeof M=="function"?M(V):M;if(typeof T=="string"&&(T=T.includes("?")||T.includes("#")?T=f(T):{path:T},T.params={}),process.env.NODE_ENV!=="production"&&!("path"in T)&&!("name"in T))throw warn(`Invalid redirect found:
|
|
82
82
|
${JSON.stringify(T,null,2)}
|
|
83
83
|
when navigating to "${V.fullPath}". A redirect must contain a name or path. This will break in production.`),new Error("Invalid redirect");return assign({query:V.query,hash:V.hash,params:"path"in T?{}:V.params},T)}}function N(V,y){const M=d=p(V),T=a.value,R=V.state,j=V.force,I=V.replace===!0,k=O(M);if(k)return N(assign(f(k),{state:typeof k=="object"?assign({},R,k.state):R,force:j,replace:I}),y||M);const B=M;B.redirectedFrom=y;let L;return!j&&isSameRouteLocation(r,T,M)&&(L=createRouterError(16,{to:B,from:T}),Z(T,T,!0,!1)),(L?Promise.resolve(L):Q(B,T)).catch(F=>isNavigationFailure(F)?isNavigationFailure(F,2)?F:z(F):G(F,B,T)).then(F=>{if(F){if(isNavigationFailure(F,2))return process.env.NODE_ENV!=="production"&&isSameRouteLocation(r,p(F.to),B)&&y&&(y._count=y._count?y._count+1:1)>30?(warn(`Detected a possibly infinite redirection in a navigation guard when going from "${T.fullPath}" to "${B.fullPath}". Aborting to avoid a Stack Overflow.
|
|
84
|
-
Are you always returning a new location within a navigation guard? That would lead to this error. Only return when redirecting or aborting, that should fix this. This might break in production if not fixed.`),Promise.reject(new Error("Infinite redirect in navigation guard"))):N(assign({replace:I},f(F.to),{state:typeof F.to=="object"?assign({},R,F.to.state):R,force:j}),y||B)}else F=K(B,T,!0,I,R);return q(B,T,F),F})}function P(V,y){const M=w(V,y);return M?Promise.reject(M):Promise.resolve()}function S(V){const y=X.values().next().value;return y&&typeof y.runWithContext=="function"?y.runWithContext(V):V()}function Q(V,y){let M;const[T,R,j]=extractChangingRecords(V,y);M=extractComponentsGuards(T.reverse(),"beforeRouteLeave",V,y);for(const k of T)k.leaveGuards.forEach(B=>{M.push(guardToPromiseFn(B,V,y))});const I=P.bind(null,V,y);return M.push(I),oe(M).then(()=>{M=[];for(const k of i.list())M.push(guardToPromiseFn(k,V,y));return M.push(I),oe(M)}).then(()=>{M=extractComponentsGuards(R,"beforeRouteUpdate",V,y);for(const k of R)k.updateGuards.forEach(B=>{M.push(guardToPromiseFn(B,V,y))});return M.push(I),oe(M)}).then(()=>{M=[];for(const k of j)if(k.beforeEnter)if(isArray(k.beforeEnter))for(const B of k.beforeEnter)M.push(guardToPromiseFn(B,V,y));else M.push(guardToPromiseFn(k.beforeEnter,V,y));return M.push(I),oe(M)}).then(()=>(V.matched.forEach(k=>k.enterCallbacks={}),M=extractComponentsGuards(j,"beforeRouteEnter",V,y),M.push(I),oe(M))).then(()=>{M=[];for(const k of s.list())M.push(guardToPromiseFn(k,V,y));return M.push(I),oe(M)}).catch(k=>isNavigationFailure(k,8)?k:Promise.reject(k))}function q(V,y,M){l.list().forEach(T=>S(()=>T(V,y,M)))}function K(V,y,M,T,R){const j=w(V,y);if(j)return j;const I=y===START_LOCATION_NORMALIZED,k=isBrowser?history.state:{};M&&(T||I?n.replace(V.fullPath,assign({scroll:I&&k&&k.scroll},R)):n.push(V.fullPath,R)),a.value=V,Z(V,y,M,I),z()}let U;function ne(){U||(U=n.listen((V,y,M)=>{const T=p(V),R=O(T);if(R){N(assign(R,{replace:!0}),T).catch(noop);return}d=T;const j=a.value;isBrowser&&saveScrollPosition(getScrollKey(j.fullPath,M.delta),computeScrollPosition()),Q(T,j).catch(I=>isNavigationFailure(I,12)?I:isNavigationFailure(I,2)?(N(I.to,T).then(k=>{isNavigationFailure(k,20)&&!M.delta&&M.type===NavigationType.pop&&n.go(-1,!1)}).catch(noop),Promise.reject()):(M.delta&&n.go(-M.delta,!1),G(I,T,j))).then(I=>{I=I||K(T,j,!1),I&&(M.delta&&!isNavigationFailure(I,8)?n.go(-M.delta,!1):M.type===NavigationType.pop&&isNavigationFailure(I,20)&&n.go(-1,!1)),q(T,j,I)}).catch(noop)}))}let re=useCallbacks(),te=useCallbacks(),_;function G(V,y,M){z(V);const T=te.list();return T.length?T.forEach(R=>R(V,y,M)):(process.env.NODE_ENV!=="production"&&warn("uncaught error during route navigation:"),console.error(V)),Promise.reject(V)}function W(){return _&&a.value!==START_LOCATION_NORMALIZED?Promise.resolve():new Promise((V,y)=>{re.add([V,y])})}function z(V){return _||(_=!V,ne(),re.list().forEach(([y,M])=>V?M(V):y()),re.reset()),V}function Z(V,y,M,T){const{scrollBehavior:R}=e;if(!isBrowser||!R)return Promise.resolve();const j=!M&&getSavedScrollPosition(getScrollKey(V.fullPath,0))||(T||!M)&&history.state&&history.state.scroll||null;return Vue.nextTick().then(()=>R(V,y,j)).then(I=>I&&scrollToPosition(I)).catch(I=>G(I,V,y))}const Y=V=>n.go(V);let se;const X=new Set,ie={currentRoute:a,listening:!0,addRoute:A,removeRoute:C,hasRoute:E,getRoutes:g,resolve:p,options:e,push:v,replace:b,go:Y,back:()=>Y(-1),forward:()=>Y(1),beforeEach:i.add,beforeResolve:s.add,afterEach:l.add,onError:te.add,isReady:W,install(V){const y=this;V.component("RouterLink",RouterLink),V.component("RouterView",RouterView),V.config.globalProperties.$router=y,Object.defineProperty(V.config.globalProperties,"$route",{enumerable:!0,get:()=>Vue.unref(a)}),isBrowser&&!se&&a.value===START_LOCATION_NORMALIZED&&(se=!0,v(n.location).catch(R=>{process.env.NODE_ENV!=="production"&&warn("Unexpected error when starting the router:",R)}));const M={};for(const R in START_LOCATION_NORMALIZED)Object.defineProperty(M,R,{get:()=>a.value[R],enumerable:!0});V.provide(routerKey,y),V.provide(routeLocationKey,Vue.shallowReactive(M)),V.provide(routerViewLocationKey,a);const T=V.unmount;X.add(V),V.unmount=function(){X.delete(V),X.size<1&&(d=START_LOCATION_NORMALIZED,U&&U(),U=null,a.value=START_LOCATION_NORMALIZED,se=!1,_=!1),T()},process.env.NODE_ENV!=="production"&&isBrowser&&addDevtools(V,y,t)}};function oe(V){return V.reduce((y,M)=>y.then(()=>S(M)),Promise.resolve())}return ie}function extractChangingRecords(e,t){const o=[],r=[],n=[],i=Math.max(t.matched.length,e.matched.length);for(let s=0;s<i;s++){const l=t.matched[s];l&&(e.matched.find(d=>isSameRouteRecord(d,l))?r.push(l):o.push(l));const a=e.matched[s];a&&(t.matched.find(d=>isSameRouteRecord(d,a))||n.push(a))}return[o,r,n]}function isExternal(e){return/^(https?:|mailto:|tel:)/.test(e)}function render(e,t){const o={...t,props:e,data:t.attr,children:t.slots},{icon:r,title:n,hasChildren:i}=o.props,s=[];let l=[h("i",{class:"amb-iconfont amb-icon-meun_post"})];return r&&(l=[h(SuperIcon,{iconValue:r})]),s.push(React.createElement("div",{class:"smb-sidebar-menu-item-icon"},l)),n&&s.push(React.createElement("template",{slot:"title"},React.createElement("div",{title:n,class:"smb-sidebar-menu-item-title"},n))),s}const _sfc_main$n={props:{to:{type:String,required:!0}},methods:{isExternalLink(e){return isExternal(e)},linkProps(e){return this.isExternalLink(e)?{is:"a",href:e,target:"_blank",rel:"noopener"}:{is:"router-link",to:e}}}};function _sfc_render$j(e,t,o,r,n,i){const s=Vue.resolveComponent("component");return Vue.openBlock(),Vue.createBlock(s,Vue.normalizeProps(Vue.guardReactiveProps(i.linkProps(o.to))),{default:Vue.withCtx(()=>[Vue.renderSlot(e.$slots,"default")]),_:3},16)}const AppLink$1=_export_sfc$1(_sfc_main$n,[["render",_sfc_render$j]]),SidebarItem_vue_vue_type_style_index_0_scoped_11a5e054_lang="",_sfc_main$m={name:"SidebarItem",components:{Item:render,AppLink:AppLink$1},props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""}},data(){return{onlyOneChild:null}},computed:{visibleChildren(){return this.item.children.filter(e=>!e.hidden)}},methods:{hasOneShowingChild(e,t){const o=e.filter(r=>r.hidden?!1:(this.onlyOneChild=r,!0));return o.length===1?!0:o.length===0?(this.onlyOneChild={...t,path:"",noShowingChildren:!0},!0):!1},resolvePath(e){return this.isExternalLink(e)?e:path.resolve(this.basePath,e)},isExternalLink(e){return isExternal(e)}}},_hoisted_1$i={key:0,class:"menu-wrapper"};function _sfc_render$i(e,t,o,r,n,i){const s=Vue.resolveComponent("item"),l=Vue.resolveComponent("el-menu-item"),a=Vue.resolveComponent("app-link"),d=Vue.resolveComponent("sidebar-item",!0),u=Vue.resolveComponent("el-sub-menu");return!o.item.hidden&&o.item.children?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$i,[i.hasOneShowingChild(o.item.children,o.item)&&(!n.onlyOneChild.children||n.onlyOneChild.noShowingChildren)&&!o.item.alwaysShow?(Vue.openBlock(),Vue.createBlock(a,{key:0,to:i.resolvePath(n.onlyOneChild.path)},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:i.resolvePath(n.onlyOneChild.path)+"~~"+n.onlyOneChild.meta.title,class:Vue.normalizeClass(["smb-sidebar-menu-item",{"submenu-title-noDropdown":!o.isNest}])},{default:Vue.withCtx(()=>[n.onlyOneChild.meta?(Vue.openBlock(),Vue.createBlock(s,{key:0,icon:n.onlyOneChild.meta.icon||o.item.meta.icon,title:e.$t(n.onlyOneChild.meta.title)},null,8,["icon","title"])):Vue.createCommentVNode("",!0)]),_:1},8,["index","class"])]),_:1},8,["to"])):(Vue.openBlock(),Vue.createBlock(u,{key:1,index:i.resolvePath(o.item.path)+"~~"+o.item.meta.title,class:"smb-sidebar-menu-item"},{title:Vue.withCtx(()=>[o.item.meta?(Vue.openBlock(),Vue.createBlock(s,{key:0,icon:o.item.meta.icon,title:e.$t(o.item.meta.title),"has-children":o.item.children.length>0},null,8,["icon","title","has-children"])):Vue.createCommentVNode("",!0)]),default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.visibleChildren,c=>(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,null,[c.children&&c.children.length>0?(Vue.openBlock(),Vue.createBlock(d,{key:0,"is-nest":!0,item:c,"base-path":i.resolvePath(c.path),class:"nest-menu smb-sidebar-menu-item"},null,8,["item","base-path"])):(Vue.openBlock(),Vue.createBlock(a,{key:1,to:i.resolvePath(c.path)},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:i.resolvePath(c.path)+"~~"+c.meta.title,class:"smb-sidebar-menu-item"},{default:Vue.withCtx(()=>[c.meta?(Vue.openBlock(),Vue.createBlock(s,{key:0,icon:c.meta.icon,title:e.$t(c.meta.title)},null,8,["icon","title"])):Vue.createCommentVNode("",!0)]),_:2},1032,["index"])]),_:2},1032,["to"]))],64))),256))]),_:1},8,["index"]))])):Vue.createCommentVNode("",!0)}const SidebarItem$1=_export_sfc$1(_sfc_main$m,[["render",_sfc_render$i],["__scopeId","data-v-11a5e054"]]);({...mapGetters(["sidebar","protectedRouters"])});const AppMain_vue_vue_type_style_index_0_scoped_d62bd00c_lang="",_sfc_main$l={name:"AppMain",computed:{key(){return this.$route.name!==void 0?this.$route.name+ +new Date:this.$route+ +new Date}}},_hoisted_1$h={class:"app-main agilebuilder-page-main"};function _sfc_render$h(e,t,o,r,n,i){const s=Vue.resolveComponent("router-view");return Vue.openBlock(),Vue.createElementBlock("section",_hoisted_1$h,[Vue.createVNode(s,null,{default:Vue.withCtx(({Component:l})=>[Vue.createVNode(Vue.Transition,{name:"fade-transform",mode:"out-in"},{default:Vue.withCtx(()=>[(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(l)))]),_:2},1024)]),_:1})])}const AppMain=_export_sfc$1(_sfc_main$l,[["render",_sfc_render$h],["__scopeId","data-v-d62bd00c"]]),svgIcon_vue_vue_type_style_index_0_scoped_f13ea185_lang="",svgIcon_vue_vue_type_style_index_0_scoped_4497e2cb_lang="",_sfc_main$k={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{iconName(){return`#icon-${this.iconClass}`},svgClass(){return this.className?"svg-icon "+this.className:"svg-icon"}}},_hoisted_1$g=["xlink:href"];function _sfc_render$g(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",{class:Vue.normalizeClass(i.svgClass),"aria-hidden":"true"},[Vue.createElementVNode("use",{"xlink:href":i.iconName},null,8,_hoisted_1$g)],2)}const SvgIcon=_export_sfc$1(_sfc_main$k,[["render",_sfc_render$g],["__scopeId","data-v-4497e2cb"]]),_hoisted_1$f=["src"],_hoisted_2$8=["src"],__default__={name:"SuperIcon"},_sfc_main$j=Vue.defineComponent({...__default__,props:{iconType:{type:String,default:"custom"},iconValue:{type:String,required:!0,default:""}},setup(e){Vue.ref(window.$vueApp.config.globalProperties.baseAPI+"/component/super-form/show-image?serverPath=");const t=Vue.ref(window.$vueApp.config.globalProperties.baseAPI+"/component/super-form/show-svg?svgName=");return(o,r)=>{const n=Vue.resolveComponent("el-icon");return e.iconValue.indexOf("amb-icon-")===0?(Vue.openBlock(),Vue.createElementBlock("i",{key:0,class:Vue.normalizeClass(["amb-iconfont",e.iconValue])},null,2)):e.iconValue.indexOf("amb-color-icon-")===0?(Vue.openBlock(),Vue.createElementBlock("i",{key:1,class:Vue.normalizeClass(["amb-color-iconfont super-icon",e.iconValue])},null,2)):e.iconValue.indexOf("fa-")===0?(Vue.openBlock(),Vue.createElementBlock("i",{key:2,class:Vue.normalizeClass("fa "+e.iconValue)},null,2)):e.iconValue.indexOf("svg-img-")===0?(Vue.openBlock(),Vue.createElementBlock("img",{key:3,src:t.value+e.iconValue,style:{width:"1em",height:"1em"}},null,8,_hoisted_1$f)):e.iconValue.indexOf("svg-")===0?(Vue.openBlock(),Vue.createBlock(SvgIcon,{key:4,"icon-class":e.iconValue.substring(4)},null,8,["icon-class"])):e.iconValue.indexOf("http")===0||e.iconValue.indexOf("//")===0||e.iconValue.indexOf("data:")===0?(Vue.openBlock(),Vue.createElementBlock("img",{key:5,src:e.iconValue,style:{width:"1em",height:"1em"}},null,8,_hoisted_2$8)):(Vue.openBlock(),Vue.createBlock(n,{key:6},{default:Vue.withCtx(()=>[(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(e.iconValue)))]),_:1}))}}}),index_vue_vue_type_style_index_0_scoped_2a8b2f98_lang="",SuperIcon$1=_export_sfc$1(_sfc_main$j,[["__scopeId","data-v-2a8b2f98"]]);SuperIcon$1.install=function(e){e.component("SuperIcon",SuperIcon$1)};const _sfc_main$i=Vue.defineComponent({name:"MenuItem",functional:!0,props:{icon:{type:String,default:""},title:{type:String,default:""},hasChildren:{type:Boolean,default:!1},isRoot:{type:Boolean,default:!1},code:{type:Boolean,default:!1},backlogTotal:{type:Number,default:0},menuLayer:{type:Number,default:null}},render(e){const{title:t,hasChildren:o,isRoot:r,code:n,backlogTotal:i}=e,s=e.icon,l=e.menuLayer,a=[];let d=[Vue.h("i",{class:"amb-iconfont amb-icon-meun_post"})];s&&(d=[Vue.h(SuperIcon$1,{iconValue:s})]);let u=["smb-sidebar-menu-item-title"];return!l||l<=2?a.push(Vue.h("div",{class:["smb-sidebar-menu-item-icon"]},d)):(a.push(Vue.h("div",{class:["smb-sidebar-menu-item-no-icon"]})),u.push("smb-sidebar-menu-item-no-icon-title")),t&&(r?a.push(Vue.h("div",{class:u},[Vue.h("div",{title:t},t)])):n==="undoneTask"?a.push(Vue.h("div",{class:u},[Vue.h("div",{title:t},[Vue.h(ElBadge,{value:i,style:{display:"inline"}},t)])])):a.push(Vue.h("div",{class:u},[Vue.h("div",{title:t},t)]))),a}}),Item_vue_vue_type_style_index_0_scoped_06486485_lang="",Item=_export_sfc$1(_sfc_main$i,[["__scopeId","data-v-06486485"]]),_sfc_main$h={props:{to:{type:Object,required:!0}},data(){const e=this.to.isExternal,t=this.to.openWay;let o=!1;return t&&t==="NEW_PAGE_OPEN"&&(o=!0),{isExter:e,isOpenNewTab:o}}},_hoisted_1$e={key:1};function _sfc_render$f(e,t,o,r,n,i){const s=Vue.resolveComponent("router-link");return Vue.openBlock(),Vue.createElementBlock("div",null,[n.isOpenNewTab?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$e,[Vue.renderSlot(e.$slots,"default")])):(Vue.openBlock(),Vue.createBlock(s,{key:0,to:o.to},{default:Vue.withCtx(()=>[Vue.renderSlot(e.$slots,"default")]),_:3},8,["to"]))])}const AppLink=_export_sfc$1(_sfc_main$h,[["render",_sfc_render$f]]);function getI18nName(e){if(e){if(e.i18Names){const t=getLanguageWithLocale(),o=JSON.parse(e.i18Names);if(o[t])return o[t]}return e.i18nValue?e.i18nValue:e.name}}const tabJs={addTabs(e,t,o,r){let n=!1,i,s;if(e&&(i=e._menuCode,s=e._menuName),t&&i)for(let l=0;l<t.length;l++){const a=t[l];if(console.log("item.name",a.name),i&&a.code===i){console.log("to.path--menuCode1=",i),this.$store.commit("set_active_index",i),n=!0;break}}!n&&i&&(console.log("to.path--menuCode2=",i),this.$store.commit("add_tabs",{code:i,name:s,routePath:o,routeQuery:e,fullpath:r}),this.$store.commit("set_active_index",i))}},SidebarItem_vue_vue_type_style_index_0_scoped_e262053f_lang="",_sfc_main$g={name:"SidebarItem",components:{Item,AppLink},props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""},backlogTotal:{type:Number,default:0}},data(){let e="_PLAT_FORM_FRONTEND_URL",t="_devpJWT",o="_CURRENT_ROLE",r=authApi.isDevpSystem(),n,i,s;return r&&(n=authApi.getSessionCache(e),i=authApi.getSessionCache(t),s=authApi.getSessionCache(o)),{onlyOneChild:null,platFrontUrl:n,devpJWT:i,currentRole:s,devpJWTKey:t,currentRoleKey:o,frontendUrlKey:e,isDevp:r}},methods:{...tabJs,hasOneShowingChild(e,t){return e&&e.length>0&&(this.onlyOneChild=e[0]),e.length===1?!0:!e||e.length===0?(this.onlyOneChild={...t,path:"",noShowingChildren:!0},!0):!1},toPath(e){const t={};let o;if(t.openWay=e.openWay,this.isExternalLink(e.pageType))o=e.path,o||(o=""),o.indexOf("http:")<0&&o.indexOf("https:")<0&&this.platFrontUrl?(this.platFrontUrl.lastIndexOf("/")===this.platFrontUrl.length-1&&(this.platFrontUrl=this.platFrontUrl.substring(0,this.platFrontUrl.length-1)),o=this.platFrontUrl+o):(o=e.fullPath,o||(o="")),o=this.getRoutePath(o),t.path="/tab-content-index",this.isDevp&&(t.path="/devp-project/setting"),t.tabPath=o,t.query={},t.isExternal=!0,t.query.customSystem=getSystemCode(),t.query._menuCode=e.code,t.query._menuName=getI18nName(e);else if(e.openWay&&e.openWay==="NEW_PAGE_OPEN"){if(o=e.fullPath,o.indexOf("http:")<0&&o.indexOf("https:")<0){let r=getSystemFrontendUrl(window.$vueApp.config.globalProperties.frontUrl);r.lastIndexOf("/")<r.length-1&&(r=r+"/"),o=r+"#"+o}t.query={},t.query._menuCode=e.code,t.path=o}else o=e.fullPath,o||(o=""),o.indexOf("?")>0?o+="&":o+="?",o=o+"_isNeedMenu_=false",t.path="/tab-content-index",this.isDevp&&(t.path="/devp-project/setting"),t.tabPath=o,t.query={},t.query.customSystem=getSystemCode(),t.query._menuCode=e.code,t.query._menuName=getI18nName(e);return t},getRoutePath(e){return e.indexOf("?")>0?e+="&":e+="?",e=e+"_isNeedMenu_=false",this.devpJWT&&(e.indexOf("?")>0?e+="&":e+="?",e=e+this.devpJWTKey+"="+this.devpJWT),this.currentRole&&(e.indexOf("?")>0?e+="&":e+="?",e=e+this.currentRoleKey+"="+this.currentRole),e},isExternalLink(e){return!!(e&&e==="iframe")},clickMenu(e){if(e.openWay&&e.openWay==="NEW_PAGE_OPEN")if(e.query&&e.query.src){let t=e.query.src;t&&t.indexOf("?")>0?t+="&":t+="?",e.query.customSystem&&(t+="customSystem="+e.query.customSystem),e.query._menuCode&&(t+="_menuCode="+e.query._menuCode),e.query._menuCode&&(t+="_menuName="+e.query._menuName),window.open(t,e.query._menuCode)}else{const t=e.path;window.open(t,e.query._menuCode)}else this.addTabs(e.query,this.$store.state.tabContent.openTab,e.tabPath)},getI18nName(e){return getI18nName(e)}}},_hoisted_1$d={class:"menu-wrapper"};function _sfc_render$e(e,t,o,r,n,i){const s=Vue.resolveComponent("item"),l=Vue.resolveComponent("el-menu-item"),a=Vue.resolveComponent("app-link"),d=Vue.resolveComponent("sidebar-item",!0),u=Vue.resolveComponent("el-sub-menu");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$d,[!o.item.children||o.item.children.length===0?(Vue.openBlock(),Vue.createBlock(a,{key:0,to:i.toPath(o.item),onClick:t[0]||(t[0]=c=>i.clickMenu(i.toPath(o.item)))},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:o.item.code+"~~"+o.item.i18nValue,class:Vue.normalizeClass(["smb-sidebar-menu-item",{"submenu-title-noDropdown":!o.isNest}])},{default:Vue.withCtx(()=>[Vue.createVNode(s,{"menu-layer":o.item.layer,icon:o.item.iconName,title:i.getI18nName(o.item),"is-root":!0},null,8,["menu-layer","icon","title"])]),_:1},8,["index","class"])]),_:1},8,["to"])):(Vue.openBlock(),Vue.createBlock(u,{key:1,index:o.item.code+"~~"+o.item.i18nValue,class:"smb-sidebar-menu-item"},{title:Vue.withCtx(()=>[Vue.createVNode(s,{"menu-layer":o.item.layer,icon:o.item.iconName,title:i.getI18nName(o.item),"has-children":o.item.children.length>0},null,8,["menu-layer","icon","title","has-children"])]),default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(o.item.children,c=>(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,null,[c.children&&c.children.length>0?(Vue.openBlock(),Vue.createBlock(d,{key:c.code,"is-nest":!0,item:c,class:"nest-menu smb-sidebar-menu-item"},null,8,["item"])):(Vue.openBlock(),Vue.createBlock(a,{key:c.code,to:i.toPath(c),onClick:m=>i.clickMenu(i.toPath(c))},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:c.code+"~~"+c.i18nValue,class:"smb-sidebar-menu-item"},{default:Vue.withCtx(()=>[Vue.createVNode(s,{"menu-layer":c.layer,"backlog-total":o.backlogTotal,code:c.code,icon:c.iconName,title:i.getI18nName(c)},null,8,["menu-layer","backlog-total","code","icon","title"])]),_:2},1032,["index"])]),_:2},1032,["to","onClick"]))],64))),256))]),_:1},8,["index"]))])}const SidebarItem=_export_sfc$1(_sfc_main$g,[["render",_sfc_render$e],["__scopeId","data-v-e262053f"]]),_sfc_main$f={name:"Menubar",components:{SidebarItem},props:{systemCode:{type:String,default:null},collapse:{type:Boolean,default:!1}},data(){let e;if(isShowSystemMenu()===!0){const n=getLanguageWithLocale(),i=window.$vueApp.config.globalProperties.systemNameObj;i&&(e=i[n])}const t=window.$vueApp.config.globalProperties.showFirstMenu===void 0||window.$vueApp.config.globalProperties.showFirstMenu===null?!0:window.$vueApp.config.globalProperties.showFirstMenu;let o=authApi.isDevpSystem();const r=getMenus();return{firstLeafMenu:null,systemName:e,defaultActive:"",menus:r,isSelectFirst:t,isDevp:o,backlogTotal:0}},computed:{...mapGetters(["sidebar"]),isCollapse(){return this.collapse===!1?!this.sidebar.opened:!0}},watch:{$route(){this.firstLeafMenu=this.getFirstMenu(this.menus),this.firstLeafMenu&&(this.defaultActive=this.firstLeafMenu.code+"~~"+this.firstLeafMenu.i18nValue,window.$vueApp.config.globalProperties._selectMenu=this.defaultActive)}},created(){if(this.firstLeafMenu=this.getFirstMenu(this.menus),console.log("ffff",this.firstLeafMenu),this.firstLeafMenu.name==="待办事宜"&&window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI+"/task/tasks/to-do-task-nums").then(e=>{this.backlogTotal=e.undoneTaskCount}),this.firstLeafMenu&&(this.defaultActive=this.firstLeafMenu.code+"~~"+this.firstLeafMenu.i18nValue,window.$vueApp.config.globalProperties._selectMenu=this.defaultActive),console.log("getFirstMenu=====firstLeafMenu333=",this.firstLeafMenu),this.firstLeafMenu&&this.firstLeafMenu.fullPath)if(this.firstLeafMenu.pageType&&this.firstLeafMenu.pageType==="iframe"){const t={src:this.firstLeafMenu.fullPath,customSystem:this.systemCode,_menuCode:this.firstLeafMenu.code,_menuName:getI18nName(this.firstLeafMenu)};this.addTabs(t,this.$store.state.tabContent.openTab,"/iframe-page/page","/iframe-page/page");let o="/tab-content-iframe-index";this.isDevp&&(o="/devp-project/setting"),this.$router.push({path:o,query:t})}else{const e={customSystem:this.systemCode,_menuCode:this.firstLeafMenu.code,_menuName:getI18nName(this.firstLeafMenu)},t=this.firstLeafMenu.fullPath;this.addTabs(e,this.$store.state.tabContent.openTab,t,t);let o="/tab-content-index";this.isDevp&&(o="/devp-project/setting"),this.$router.push({path:o,query:e})}},methods:{...tabJs,toggleSideBar(){this.$store.dispatch("toggleSidebar")},selectMenu(e,t){window.$vueApp.config.globalProperties._selectMenu=e,api.set("selectMenu",e)},getFirstMenu(e){const t=this.$route.query?this.$route.query._menuCode:null;let o;if(t?this.isSelectFirst=!0:this.isDevp||(o=this.getFirstMenuWithCookie(e)),console.log("getFirstMenu=====shouldSelectMenu111=",o),this.isSelectFirst&&!o&&e&&e.length>0)for(let r=0;r<e.length;r++){const n=e[r];if(o=this.getShouldSelectMenu(n,t),o)break}return console.log("getFirstMenu=====shouldSelectMenu222=",o),o},getShouldSelectMenu(e,t){if(e){let o;if(t){const r=e.children;r&&r.length>0?o=this.getFirstMenu(r):e.code&&e.code===t&&(o=e)}else{const r=e.children;r&&r.length>0?o=this.getFirstMenu(r):o=e}return o}},getFirstMenuWithCookie(e){if(e&&e.length>0){const t=api.get("selectMenu");if(t){const r=t.split("~~")[0];let n;for(let i=0;i<e.length;i++){const s=e[i];if(n=this.getShouldSelectMenuWithCookie(s,r),n)break}return n}}},getShouldSelectMenuWithCookie(e,t){if(e){let o;const r=e.children;return r&&r.length>0?o=this.getFirstMenuWithCookie(r):e.code&&e.code===t&&(o=e),o}}}};function _sfc_render$d(e,t,o,r,n,i){const s=Vue.resolveComponent("el-menu-item"),l=Vue.resolveComponent("sidebar-item"),a=Vue.resolveComponent("el-menu"),d=Vue.resolveComponent("el-scrollbar"),u=Vue.resolveComponent("hamburger");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(d,{"wrap-class":"scrollbar-wrapper"},{default:Vue.withCtx(()=>[Vue.createVNode(a,{collapse:i.isCollapse,"default-active":n.defaultActive?n.defaultActive:"","show-timeout":200,mode:"vertical",onSelect:i.selectMenu},{default:Vue.withCtx(()=>[n.systemName?(Vue.openBlock(),Vue.createBlock(s,{key:0,title:n.systemName,class:"system-item smb-sidebar-menu-item",disabled:"",index:"1",style:{"padding-left":"10px"}},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(n.systemName),1)]),_:1},8,["title"])):Vue.createCommentVNode("",!0),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.menus,c=>(Vue.openBlock(),Vue.createBlock(l,{"backlog-total":n.backlogTotal,key:c.code,item:c},null,8,["backlog-total","item"]))),128))]),_:1},8,["collapse","default-active","onSelect"])]),_:1}),Vue.createVNode(u,{"is-active":e.sidebar.opened,class:"hamburger-container",onToggleClick:i.toggleSideBar},null,8,["is-active","onToggleClick"])])}const Menubar=_export_sfc$1(_sfc_main$f,[["render",_sfc_render$d]]);function lexer(e){for(var t=[],o=0;o<e.length;){var r=e[o];if(r==="*"||r==="+"||r==="?"){t.push({type:"MODIFIER",index:o,value:e[o++]});continue}if(r==="\\"){t.push({type:"ESCAPED_CHAR",index:o++,value:e[o++]});continue}if(r==="{"){t.push({type:"OPEN",index:o,value:e[o++]});continue}if(r==="}"){t.push({type:"CLOSE",index:o,value:e[o++]});continue}if(r===":"){for(var n="",i=o+1;i<e.length;){var s=e.charCodeAt(i);if(s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||s===95){n+=e[i++];continue}break}if(!n)throw new TypeError("Missing parameter name at ".concat(o));t.push({type:"NAME",index:o,value:n}),o=i;continue}if(r==="("){var l=1,a="",i=o+1;if(e[i]==="?")throw new TypeError('Pattern cannot start with "?" at '.concat(i));for(;i<e.length;){if(e[i]==="\\"){a+=e[i++]+e[i++];continue}if(e[i]===")"){if(l--,l===0){i++;break}}else if(e[i]==="("&&(l++,e[i+1]!=="?"))throw new TypeError("Capturing groups are not allowed at ".concat(i));a+=e[i++]}if(l)throw new TypeError("Unbalanced pattern at ".concat(o));if(!a)throw new TypeError("Missing pattern at ".concat(o));t.push({type:"PATTERN",index:o,value:a}),o=i;continue}t.push({type:"CHAR",index:o,value:e[o++]})}return t.push({type:"END",index:o,value:""}),t}function parse(e,t){t===void 0&&(t={});for(var o=lexer(e),r=t.prefixes,n=r===void 0?"./":r,i="[^".concat(escapeString(t.delimiter||"/#?"),"]+?"),s=[],l=0,a=0,d="",u=function(O){if(a<o.length&&o[a].type===O)return o[a++].value},c=function(O){var N=u(O);if(N!==void 0)return N;var P=o[a],S=P.type,Q=P.index;throw new TypeError("Unexpected ".concat(S," at ").concat(Q,", expected ").concat(O))},m=function(){for(var O="",N;N=u("CHAR")||u("ESCAPED_CHAR");)O+=N;return O};a<o.length;){var A=u("CHAR"),C=u("NAME"),g=u("PATTERN");if(C||g){var E=A||"";n.indexOf(E)===-1&&(d+=E,E=""),d&&(s.push(d),d=""),s.push({name:C||l++,prefix:E,suffix:"",pattern:g||i,modifier:u("MODIFIER")||""});continue}var p=A||u("ESCAPED_CHAR");if(p){d+=p;continue}d&&(s.push(d),d="");var f=u("OPEN");if(f){var E=m(),w=u("NAME")||"",v=u("PATTERN")||"",b=m();c("CLOSE"),s.push({name:w||(v?l++:""),pattern:w&&!v?i:v,prefix:E,suffix:b,modifier:u("MODIFIER")||""});continue}c("END")}return s}function compile(e,t){return tokensToFunction(parse(e,t),t)}function tokensToFunction(e,t){t===void 0&&(t={});var o=flags(t),r=t.encode,n=r===void 0?function(a){return a}:r,i=t.validate,s=i===void 0?!0:i,l=e.map(function(a){if(typeof a=="object")return new RegExp("^(?:".concat(a.pattern,")$"),o)});return function(a){for(var d="",u=0;u<e.length;u++){var c=e[u];if(typeof c=="string"){d+=c;continue}var m=a?a[c.name]:void 0,A=c.modifier==="?"||c.modifier==="*",C=c.modifier==="*"||c.modifier==="+";if(Array.isArray(m)){if(!C)throw new TypeError('Expected "'.concat(c.name,'" to not repeat, but got an array'));if(m.length===0){if(A)continue;throw new TypeError('Expected "'.concat(c.name,'" to not be empty'))}for(var g=0;g<m.length;g++){var E=n(m[g],c);if(s&&!l[u].test(E))throw new TypeError('Expected all "'.concat(c.name,'" to match "').concat(c.pattern,'", but got "').concat(E,'"'));d+=c.prefix+E+c.suffix}continue}if(typeof m=="string"||typeof m=="number"){var E=n(String(m),c);if(s&&!l[u].test(E))throw new TypeError('Expected "'.concat(c.name,'" to match "').concat(c.pattern,'", but got "').concat(E,'"'));d+=c.prefix+E+c.suffix;continue}if(!A){var p=C?"an array":"a string";throw new TypeError('Expected "'.concat(c.name,'" to be ').concat(p))}}return d}}function escapeString(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function flags(e){return e&&e.sensitive?"":"i"}const index_vue_vue_type_style_index_0_scoped_7ae796e7_rel_stylesheet_2Fscss_lang="",_sfc_main$e={name:"Breadcrumb",data(){return{levelList:null}},computed:{levelListWithTitle(){return this.levelList.filter(e=>e.meta.title!==void 0&&e.meta.title!==null)}},watch:{$route(){this.getBreadcrumb()}},created(){this.getBreadcrumb()},methods:{getBreadcrumb(){const{params:e}=this.$route;console.log("this.$route.matched==",this.$route.matched);let t=this.$route.matched.filter(o=>{if(o.name){var r=compile(o.path);return o.path=r(e),!0}});if(t){let o;const r=getLanguageWithLocale(),n=window.$vueApp.config.globalProperties.systemNameObj;n&&(o=n[r]),t=[{path:"/",redirect:"noredirect",meta:{title:o}}].concat(t);const i=api.get("selectMenu"),s=window.$vueApp.config.globalProperties._selectMenu;let l;if(s?l=s:i&&(l=i),l){const a=l.substring(0,l.indexOf("~~")),d=l.substring(l.indexOf("~~")+2);if(t&&t.length>0){const u=t[t.length-1];this.isShouldConcatLastMenu(d,a,u)&&t.push({path:a,meta:{title:d}})}else t.push({path:a,meta:{title:d}})}}this.levelList=t},isShouldConcatLastMenu(e,t,o){return!!(this.isTitleNotEqual(e,o)&&this.isPathNotEqual(t,o))},isTitleNotEqual(e,t){return!!(e&&t.meta&&e!==t.meta.title&&e!==this.$t(t.meta.title))},isPathNotEqual(e,t){return!!(e&&t.path&&e!==t.path)}}},_hoisted_1$c={class:"no-redirect"};function _sfc_render$c(e,t,o,r,n,i){const s=Vue.resolveComponent("el-breadcrumb-item"),l=Vue.resolveComponent("el-breadcrumb");return Vue.openBlock(),Vue.createBlock(l,{class:"app-breadcrumb",separator:">"},{default:Vue.withCtx(()=>[Vue.createVNode(Vue.TransitionGroup,{name:"breadcrumb",tag:"span"},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.levelListWithTitle,(a,d)=>(Vue.openBlock(),Vue.createBlock(s,{key:a.path+"-"+d},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",_hoisted_1$c,Vue.toDisplayString(e.$t(a.meta.title)),1)]),_:2},1024))),128))]),_:1})]),_:1})}const Breadcrumb=_export_sfc$1(_sfc_main$e,[["render",_sfc_render$c],["__scopeId","data-v-7ae796e7"]]),_sfc_main$d={name:"NewLayout",components:{AppMain}},_hoisted_1$b={class:"app-wrapper"},_hoisted_2$7={class:"tab-main-container"};function _sfc_render$b(e,t,o,r,n,i){const s=Vue.resolveComponent("app-main");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$b,[Vue.createElementVNode("div",_hoisted_2$7,[Vue.createVNode(s)])])}const Layout=_export_sfc$1(_sfc_main$d,[["render",_sfc_render$b]]),publicRouterMap=[{path:"/redirect",component:Layout,hidden:!0,children:[{path:"/redirect/:path*",component:()=>Promise.resolve().then(()=>index)}]},{path:"/iframe-page",component:Layout,hidden:!0,children:[{path:"page",component:()=>Promise.resolve().then(()=>iframePage$1),hidden:!0}]},{path:"/auth-redirect",component:()=>Promise.resolve().then(()=>authredirect),hidden:!0},{path:"/404",component:()=>Promise.resolve().then(()=>_404$1),hidden:!0},{path:"/401",component:()=>Promise.resolve().then(()=>_401$1),hidden:!0},{path:"/show-sub-wf-history",component:()=>Promise.resolve().then(()=>tacheSubprocessHistory$1),hidden:!0},{path:"/tab-content-index",component:()=>Promise.resolve().then(()=>tabContentIndex$1),hidden:!0},{path:"/tab-content-iframe-index",component:()=>Promise.resolve().then(()=>tabContentIframeIndex$1),hidden:!0}],protectedRouterMap=[];createRouter({history:createWebHashHistory(),routes:publicRouterMap,scrollBehavior:()=>({top:0})});function filterProtectedRouter(e,t){const o=[],r=[];return e.forEach(n=>{const i={...n};if(i.children&&i.children.length>0){const s=filterProtectedRouter(i.children);i.children=s.allRouters,i.menuChildren=s.menuRouters,i.menuChildren&&i.menuChildren.length>0&&(i.redirectTmp?i.redirectTmp=i.redirectTmp+"/"+i.menuChildren[0].path:i.redirectTmp=i.path+"/"+i.menuChildren[0].path,o.push(i),r.push(i))}else i.path===""||(typeof i.hidden>"u"||typeof i.hidden<"u"&&i.hidden===!1)&&r.push(i),o.push(i)}),{allRouters:o,menuRouters:r}}const permission={state:{protectedRouters:[],currentUserPermissions:[]},mutations:{setCurrentUserPermissions:(e,t)=>{e.currentUserPermissions=t},setRouters:(e,t)=>{e.protectedRouters=t}},actions:{generateRoutes({commit:e},t){return new Promise(o=>{const r=new Date().getTime(),n=filterProtectedRouter(protectedRouterMap),i=new Date().getTime();window.sessionStorage.setItem("generateRoutes==>执行时间:",i-r+"");const s=n.allRouters,l=n.menuRouters;if(s.length>0){const d={path:""};l.length>0&&(s[0].path!==""?(l[0].redirectTmp&&(d.redirect=l[0].redirectTmp),s.push(d)):l.length>0&&s[0].path===""&&(!l[0].children||l[0].children.length===0)&&l[0].redirectTmp&&(s[0].redirect=l[0].redirectTmp))}e("setRouters",s);const a=new Date().getTime();window.sessionStorage.setItem("generateRoutes==>执行时间c-a:",a-r+""),o()})}}};function setActiveMenuToChatAiStore(e){try{window.top.ChatAiStore&&window.top.ChatAiStore.setActiveMenu(e)}catch(t){console.error("ChatAiStore not found",t==null?void 0:t.message)}}const tabContent={state:{openTab:[],activeIndex:null},mutations:{add_tabs(e,t){e.openTab.push(t)},delete_tabs(e,t){let o=0;for(const r of e.openTab){if(r.code===t.code)break;o++}e.openTab.splice(o,1)},set_active_index(e,t){const o=e.openTab.find(r=>r.code===t);setActiveMenuToChatAiStore({menuCode:t,menuName:(o==null?void 0:o.name)||""}),e.activeIndex=t},clear_tabs(e,t){e.openTab.length>0&&e.openTab.splice(0,e.openTab.length)}},actions:{}},getters$1={sidebar:e=>e.app.sidebar,device:e=>e.app.device,windowWidth:e=>e.app.windowWidth,windowHeight:e=>e.app.windowHeight,isMobileResize:e=>e.app.isMobileResize,isMobileListCard:e=>e.app.windowWidth<=768,tableEditingDatas:e=>e.table.tableEditingDatas,isConfigEditing:e=>e.table.tableEditingDatas.length>0,isEditing:e=>t=>e.table.tableEditingDatas.includes(t),isRowEditing:e=>t=>e.table.tableEditingDatas.some(o=>o.includes(t)),theme:e=>e.system.theme,navExpanded:e=>e.system.navExpanded,locale:e=>e.system.locale,token:e=>e.user.token,name:e=>e.user.name,protectedRouters:e=>e.permission.protectedRouters,currentUserPermissions:e=>e.permission.currentUserPermissions,preventReclick:e=>e.app.preventReclick,menus:e=>e.user.menus,openTab:e=>e.tabContent.openTab,activeIndex:e=>e.tabContent.activeIndex,whiteList:e=>e.app.whiteList},store=createStore({modules:{app:app$1,table:app,user,system,permission,tabContent},getters:getters$1}),service=axios$1.create({timeout:3e5,withCredentials:!0});service.interceptors.request.use(e=>{store.commit("togglePreventReclick",!0);const t=getTimeZone();e.headers.timeZone=t;const o=getToken();o&&(e.headers.Authorization=o);const r=getRunCurrentRole();if(r){let i="_RUN_CURRENT_ROLE";e.headers[i]=r}const n=window.$vueApp.config.globalProperties.customSystem;return n&&!e.headers.customSystem&&(e.headers.customSystem=n,setCustomSystemBackendUrl(n)),window.$vueApp.config.globalProperties.baseURL&&(e.baseURL=getRelativeBaseUrl(window.$vueApp.config.globalProperties.baseURL)),e},e=>{store.commit("togglePreventReclick",!1),Promise.reject(e)}),service.interceptors.response.use(e=>(store.commit("togglePreventReclick",!1),e.data),e=>{var t;if(store.commit("togglePreventReclick",!1),e.response)if(e.response.status===401)removeToken(),window.$vueApp.config.globalProperties.$isInIframe()===!0&&window.parent.postMessage('{"loginTimeout":"'+window.location.href+'"}',"*");else if(e.response.status===403){let o="";(t=e.response.data)!=null&&t.message?(o=e.response.data.message,console.error("ForbiddenException(403):",e.response.data)):o=getI18n$1().t("imatrixUIMessage.forbiddenException");const r=window.$vueApp.config.globalProperties;let n;if(r.forbiddenUser||r.forbiddenLinkUrl){n="<p><span>"+o+"</span>";const i=getI18n$1().t("imatrixUIMessage.forbiddenExceptionLinkUrl");if(r.forbiddenLinkUrl&&(n+=`,<a href="#" style="color: #1800ff;font-weight: bold;text-decoration:underline" onclick="window.open('`+r.forbiddenLinkUrl+`')">`+i+"</a>"),r.forbiddenUser){const s=getI18n$1().t("imatrixUIMessage.forbiddenExceptionLinkUser");n+="<span>";const l=","+s+'<span style="color: #1800ff;"> '+r.forbiddenUser+"</span>";let a;window._clickForbiddenUser?a=`<a href="#" onclick="window._clickForbiddenUser('`+r.forbiddenUser+`');return false">`+l+"</a>":a=l,n+="</span>",n+=a}n+="</p>"}return ElMessage(n?{showClose:!0,dangerouslyUseHTMLString:!0,message:n,type:"error",duration:10*1e3}:{showClose:!0,message:o,type:"error",duration:5*1e3}),Promise.reject(e)}else if(e.response.status===400||e.response.status===406||e.response.status===404){let o=e.message;o&&(o=getI18n$1().t("imatrixUIMessage.internalServerError")),e.response.data&&e.response.data.message&&(o=e.response.data.message);let r="false",n;try{const i=JSON.parse(o);r=i.htmlFlag,n=i.message}catch{console.log("message is not JSON")}return r!==void 0&&r==="true"?ElMessage({dangerouslyUseHTMLString:!0,showClose:!0,message:n,type:"error",duration:5*1e3}):(n&&(o=n),ElMessage({showClose:!0,message:o,type:"error",duration:5*1e3})),Promise.reject(e)}else{let o=e.message;e.response.data&&e.response.data.message&&(o=e.response.data.message),console.log(o);let r=getI18n$1().t("imatrixUIMessage.internalServerError");return o&&o!=="Internal Server Error"&&(r=o),o&&(o==="gateway.timeout"||o==="gateway.callFailed")&&(r=getI18n$1().t(o)),ElMessage({showClose:!0,message:r,type:"error",duration:5*1e3}),Promise.reject(e)}else{const o=getI18n$1().t("imatrixUIMessage.internalServerError");return ElMessage({showClose:!0,message:o,type:"error",duration:5*1e3}),Promise.reject(e)}});const workflowEditor_vue_vue_type_style_index_0_scoped_e7af860a_lang="",_sfc_main$c={name:"WorkflowEditor",components:{WorkflowCanvas,Toolbox,IconSvg,ContextMenu,AdminSaveDialog},props:{code:{type:String,default:null},version:{type:Number,default:null},id:{type:Number,default:null},readonly:{type:Boolean,default:!1},systemCode:{type:String,default:null},systemPublishVersion:{type:Number,default:null},pageCode:{type:String,default:null}},data:function(){return{activeTab:"canvas",count:1,currentPosition:{x:0,y:0},process:null,definitionId:null,xml:"",contextMenuPosition:null,isAdminSave:!1,isShowEnable:!1,defVersion:0,workflowDefVersionList:[],isShowDefVersionList:!1,canvasKey:0}},computed:{...mapGetters("wfEditor",["componentToDraw","taches","selectedTaches","transitions","contextMenuVisible","systemVersion","tableCode","pageCode","sourceComponentType"]),...mapGetters(["sidebar"]),componentInfo(){return getComponentInfo(this.componentToDraw)}},watch:{activeTab(e){e==="xml"&&(this.xml=this.getProcessXml(),this.$nextTick(function(){Prism.highlightElement(this.$refs.xml)}))},sourceComponentType(e){e&&this.copyTache()}},created:function(){authApi.setSessionCache("wf_editor_systemVersion",this.systemPublishVersion),this.setPageCode(this.pageCode),this.systemCode&&this.setSystemCode(this.systemCode),this.systemCode&&this.getWorkflowDefVersionList(),this.clearCanvas(),this.id&&(this.definitionId=this.id),console.log("canvas-created=",this.code,this.id),this.code||this.id?this.initShowDefinitionWhenUpdate(this.id,this.code,this.version):(this.isShowEnable=!1,window.$store.commit("wfEditor/setIsCreateDefinition","true"),this.process=processTemplate.newProcess(),initializeProcessData(this.process))},mounted:function(){},methods:{...mapMutations("wfEditor",["setComponentToDraw","clearCanvas","setContextMenuVisible","setSystemCode","setSystemVersion","setProcessCode","setPageCode","setSourceComponentForCopy"]),initShowDefinitionWhenUpdate(e,t,o){window.$store.commit("wfEditor/setIsCreateDefinition","false");let r=this.baseAPI+"/wf-editor/open-xmls/with-definitions";r=this.packageUrlParam(r,e,t,o),this.$http.get(r).then(n=>{const i=n.definition;if(i){this.definitionId=i.id,this.defVersion=i.definitionVersion,window.$store.commit("wfEditor/setTableCode",i.tableCode);const l=i.enable;l&&l==="ENABLE"?this.isShowEnable=!1:this.isShowEnable=!0,i.formCode?window.$store.commit("wfEditor/setIsHandleCreate","true"):window.$store.commit("wfEditor/setIsHandleCreate","false")}const s=n.xml;this.initProcessByXml(s,i),this.canvasKey++})},getWorkflowDefVersionList(){this.isShowDefVersionList=!1;let e={wfDefinitionCode:this.code,publishVersion:this.systemPublishVersion};service.post(window.$vueApp.config.globalProperties.baseAPI+"/component/super-page-design/workflow-definitions/version-list",e).then(t=>{this.workflowDefVersionList=t,t.length>0&&!this.defVersion&&(this.defVersion=t[0].definitionVersion),this.isShowDefVersionList=!0})},showContextMenu(e){this.setContextMenuVisible(!0);const t=this.$refs.wfEditor.getBoundingClientRect();this.contextMenuPosition={x:e.clientX-t.x,y:e.clientY-t.y}},changeDefVersion(e){const t=this.workflowDefVersionList.filter(o=>o.definitionVersion===e);if(t&&t.length>0){const o=t[0];this.clearCanvas(),this.initShowDefinitionWhenUpdate(o.id,o.code,o.definitionVersion),this.$emit("changeDefVersion",o)}},initProcessByXml(e,t){if(!e)this.process=processTemplate.newProcess(),this.initProcessBaseInfo(t);else{const o={nativeType:!0,attributesKey:"attr",compact:!0,ignoreComment:!0,spaces:4},r=convert.xml2js(e,o);removeTextProperty(r.process),this.process=r.process}this.process&&this.process.properties&&this.process.properties.basicProperties?this.setSystemCode(this.process.properties.basicProperties.systemCode):this.setSystemCode(this.systemCode),this.process&&this.process.attr&&this.setProcessCode(this.process.attr.code),this.fetchFormFields(),this.clearCanvas(),initializeProcessData(this.process),this.count=this.getMaxCount()+1},initProcessBaseInfo(e){this.process.attr.name=e.name,this.process.attr.code=e.code,this.process.properties.basicProperties.systemCode=e.systemCode,this.pageCode&&(this.process.properties.parameterSettings||(this.process.properties.parameterSettings={}),this.process.properties.parameterSettings.doTask||(this.process.properties.parameterSettings.doTask={}),this.process.properties.parameterSettings.doTask.url="page:"+this.pageCode)},fetchFormFields(){const e=this.process.properties.basicProperties,t=e.formCode,o=e.formVersion;console.log("fetchFormFields---this.tableCode=",this.tableCode),t&&t!==""&&o?processService.fetchFormFields(e.formCode,e.formVersion,null,this.systemPublishVersion):this.tableCode&&processService.fetchFormFields(null,null,this.tableCode,this.systemPublishVersion)},packageUrlParam(e,t,o,r){return t?e=e+"?id="+t:o&&(e=e+"?code="+o+"&version="+r),e},getProcessXml(){const e={start:[],humanTask:[],decision:[],transition:[],fork:[],join:[],subprocess:[],humanDecision:[],copyTask:[],autoTask:[],end:[]};e.attr=this.process.attr,e.properties=this.process.properties,this.taches.map(r=>{const n=r.type;e[n.charAt(0).toLowerCase()+n.substring(1)].push(r.ref),r.ref.g={x:r.x,y:r.y,width:r.width,height:r.height}}),this.transitions.map(r=>{if(e.transition.push(r.ref),r.ref.g={fromJoint:r.startJoint.position,toJoint:r.endJoint.position,coordinate:"",lineType:r.lineInfo.type},r.lineInfo.type==="CurveLine"&&r.lineInfo.controlPoint)r.ref.g.coordinate=r.lineInfo.controlPoint.x+","+r.lineInfo.controlPoint.y;else if(r.lineInfo.type==="BrokenLine"&&r.lineInfo.controlPoint){let n="";r.lineInfo.controlPoint.forEach(i=>{n+=i.x+","+i.y+";"}),r.ref.g.coordinate=n}});const t={attributesKey:"attr",compact:!0,ignoreComment:!0,spaces:4};let o=convert.json2xml({process:e},t);return o=`<?xml version="1.0" encoding="utf-8"?>
|
|
84
|
+
Are you always returning a new location within a navigation guard? That would lead to this error. Only return when redirecting or aborting, that should fix this. This might break in production if not fixed.`),Promise.reject(new Error("Infinite redirect in navigation guard"))):N(assign({replace:I},f(F.to),{state:typeof F.to=="object"?assign({},R,F.to.state):R,force:j}),y||B)}else F=K(B,T,!0,I,R);return q(B,T,F),F})}function P(V,y){const M=w(V,y);return M?Promise.reject(M):Promise.resolve()}function S(V){const y=X.values().next().value;return y&&typeof y.runWithContext=="function"?y.runWithContext(V):V()}function Q(V,y){let M;const[T,R,j]=extractChangingRecords(V,y);M=extractComponentsGuards(T.reverse(),"beforeRouteLeave",V,y);for(const k of T)k.leaveGuards.forEach(B=>{M.push(guardToPromiseFn(B,V,y))});const I=P.bind(null,V,y);return M.push(I),oe(M).then(()=>{M=[];for(const k of i.list())M.push(guardToPromiseFn(k,V,y));return M.push(I),oe(M)}).then(()=>{M=extractComponentsGuards(R,"beforeRouteUpdate",V,y);for(const k of R)k.updateGuards.forEach(B=>{M.push(guardToPromiseFn(B,V,y))});return M.push(I),oe(M)}).then(()=>{M=[];for(const k of j)if(k.beforeEnter)if(isArray(k.beforeEnter))for(const B of k.beforeEnter)M.push(guardToPromiseFn(B,V,y));else M.push(guardToPromiseFn(k.beforeEnter,V,y));return M.push(I),oe(M)}).then(()=>(V.matched.forEach(k=>k.enterCallbacks={}),M=extractComponentsGuards(j,"beforeRouteEnter",V,y),M.push(I),oe(M))).then(()=>{M=[];for(const k of s.list())M.push(guardToPromiseFn(k,V,y));return M.push(I),oe(M)}).catch(k=>isNavigationFailure(k,8)?k:Promise.reject(k))}function q(V,y,M){l.list().forEach(T=>S(()=>T(V,y,M)))}function K(V,y,M,T,R){const j=w(V,y);if(j)return j;const I=y===START_LOCATION_NORMALIZED,k=isBrowser?history.state:{};M&&(T||I?n.replace(V.fullPath,assign({scroll:I&&k&&k.scroll},R)):n.push(V.fullPath,R)),a.value=V,Z(V,y,M,I),z()}let U;function ne(){U||(U=n.listen((V,y,M)=>{const T=p(V),R=O(T);if(R){N(assign(R,{replace:!0}),T).catch(noop);return}d=T;const j=a.value;isBrowser&&saveScrollPosition(getScrollKey(j.fullPath,M.delta),computeScrollPosition()),Q(T,j).catch(I=>isNavigationFailure(I,12)?I:isNavigationFailure(I,2)?(N(I.to,T).then(k=>{isNavigationFailure(k,20)&&!M.delta&&M.type===NavigationType.pop&&n.go(-1,!1)}).catch(noop),Promise.reject()):(M.delta&&n.go(-M.delta,!1),G(I,T,j))).then(I=>{I=I||K(T,j,!1),I&&(M.delta&&!isNavigationFailure(I,8)?n.go(-M.delta,!1):M.type===NavigationType.pop&&isNavigationFailure(I,20)&&n.go(-1,!1)),q(T,j,I)}).catch(noop)}))}let re=useCallbacks(),te=useCallbacks(),_;function G(V,y,M){z(V);const T=te.list();return T.length?T.forEach(R=>R(V,y,M)):(process.env.NODE_ENV!=="production"&&warn("uncaught error during route navigation:"),console.error(V)),Promise.reject(V)}function W(){return _&&a.value!==START_LOCATION_NORMALIZED?Promise.resolve():new Promise((V,y)=>{re.add([V,y])})}function z(V){return _||(_=!V,ne(),re.list().forEach(([y,M])=>V?M(V):y()),re.reset()),V}function Z(V,y,M,T){const{scrollBehavior:R}=e;if(!isBrowser||!R)return Promise.resolve();const j=!M&&getSavedScrollPosition(getScrollKey(V.fullPath,0))||(T||!M)&&history.state&&history.state.scroll||null;return Vue.nextTick().then(()=>R(V,y,j)).then(I=>I&&scrollToPosition(I)).catch(I=>G(I,V,y))}const Y=V=>n.go(V);let se;const X=new Set,ie={currentRoute:a,listening:!0,addRoute:A,removeRoute:C,hasRoute:E,getRoutes:g,resolve:p,options:e,push:v,replace:b,go:Y,back:()=>Y(-1),forward:()=>Y(1),beforeEach:i.add,beforeResolve:s.add,afterEach:l.add,onError:te.add,isReady:W,install(V){const y=this;V.component("RouterLink",RouterLink),V.component("RouterView",RouterView),V.config.globalProperties.$router=y,Object.defineProperty(V.config.globalProperties,"$route",{enumerable:!0,get:()=>Vue.unref(a)}),isBrowser&&!se&&a.value===START_LOCATION_NORMALIZED&&(se=!0,v(n.location).catch(R=>{process.env.NODE_ENV!=="production"&&warn("Unexpected error when starting the router:",R)}));const M={};for(const R in START_LOCATION_NORMALIZED)Object.defineProperty(M,R,{get:()=>a.value[R],enumerable:!0});V.provide(routerKey,y),V.provide(routeLocationKey,Vue.shallowReactive(M)),V.provide(routerViewLocationKey,a);const T=V.unmount;X.add(V),V.unmount=function(){X.delete(V),X.size<1&&(d=START_LOCATION_NORMALIZED,U&&U(),U=null,a.value=START_LOCATION_NORMALIZED,se=!1,_=!1),T()},process.env.NODE_ENV!=="production"&&isBrowser&&addDevtools(V,y,t)}};function oe(V){return V.reduce((y,M)=>y.then(()=>S(M)),Promise.resolve())}return ie}function extractChangingRecords(e,t){const o=[],r=[],n=[],i=Math.max(t.matched.length,e.matched.length);for(let s=0;s<i;s++){const l=t.matched[s];l&&(e.matched.find(d=>isSameRouteRecord(d,l))?r.push(l):o.push(l));const a=e.matched[s];a&&(t.matched.find(d=>isSameRouteRecord(d,a))||n.push(a))}return[o,r,n]}function isExternal(e){return/^(https?:|mailto:|tel:)/.test(e)}function render(e,t){const o={...t,props:e,data:t.attr,children:t.slots},{icon:r,title:n,hasChildren:i}=o.props,s=[];let l=[h("i",{class:"amb-iconfont amb-icon-meun_post"})];return r&&(l=[h(SuperIcon,{iconValue:r})]),s.push(React.createElement("div",{class:"smb-sidebar-menu-item-icon"},l)),n&&s.push(React.createElement("template",{slot:"title"},React.createElement("div",{title:n,class:"smb-sidebar-menu-item-title"},n))),s}const _sfc_main$n={props:{to:{type:String,required:!0}},methods:{isExternalLink(e){return isExternal(e)},linkProps(e){return this.isExternalLink(e)?{is:"a",href:e,target:"_blank",rel:"noopener"}:{is:"router-link",to:e}}}};function _sfc_render$j(e,t,o,r,n,i){const s=Vue.resolveComponent("component");return Vue.openBlock(),Vue.createBlock(s,Vue.normalizeProps(Vue.guardReactiveProps(i.linkProps(o.to))),{default:Vue.withCtx(()=>[Vue.renderSlot(e.$slots,"default")]),_:3},16)}const AppLink$1=_export_sfc$1(_sfc_main$n,[["render",_sfc_render$j]]),SidebarItem_vue_vue_type_style_index_0_scoped_11a5e054_lang="",_sfc_main$m={name:"SidebarItem",components:{Item:render,AppLink:AppLink$1},props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""}},data(){return{onlyOneChild:null}},computed:{visibleChildren(){return this.item.children.filter(e=>!e.hidden)}},methods:{hasOneShowingChild(e,t){const o=e.filter(r=>r.hidden?!1:(this.onlyOneChild=r,!0));return o.length===1?!0:o.length===0?(this.onlyOneChild={...t,path:"",noShowingChildren:!0},!0):!1},resolvePath(e){return this.isExternalLink(e)?e:path.resolve(this.basePath,e)},isExternalLink(e){return isExternal(e)}}},_hoisted_1$i={key:0,class:"menu-wrapper"};function _sfc_render$i(e,t,o,r,n,i){const s=Vue.resolveComponent("item"),l=Vue.resolveComponent("el-menu-item"),a=Vue.resolveComponent("app-link"),d=Vue.resolveComponent("sidebar-item",!0),u=Vue.resolveComponent("el-sub-menu");return!o.item.hidden&&o.item.children?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$i,[i.hasOneShowingChild(o.item.children,o.item)&&(!n.onlyOneChild.children||n.onlyOneChild.noShowingChildren)&&!o.item.alwaysShow?(Vue.openBlock(),Vue.createBlock(a,{key:0,to:i.resolvePath(n.onlyOneChild.path)},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:i.resolvePath(n.onlyOneChild.path)+"~~"+n.onlyOneChild.meta.title,class:Vue.normalizeClass(["smb-sidebar-menu-item",{"submenu-title-noDropdown":!o.isNest}])},{default:Vue.withCtx(()=>[n.onlyOneChild.meta?(Vue.openBlock(),Vue.createBlock(s,{key:0,icon:n.onlyOneChild.meta.icon||o.item.meta.icon,title:e.$t(n.onlyOneChild.meta.title)},null,8,["icon","title"])):Vue.createCommentVNode("",!0)]),_:1},8,["index","class"])]),_:1},8,["to"])):(Vue.openBlock(),Vue.createBlock(u,{key:1,index:i.resolvePath(o.item.path)+"~~"+o.item.meta.title,class:"smb-sidebar-menu-item"},{title:Vue.withCtx(()=>[o.item.meta?(Vue.openBlock(),Vue.createBlock(s,{key:0,icon:o.item.meta.icon,title:e.$t(o.item.meta.title),"has-children":o.item.children.length>0},null,8,["icon","title","has-children"])):Vue.createCommentVNode("",!0)]),default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.visibleChildren,c=>(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,null,[c.children&&c.children.length>0?(Vue.openBlock(),Vue.createBlock(d,{key:0,"is-nest":!0,item:c,"base-path":i.resolvePath(c.path),class:"nest-menu smb-sidebar-menu-item"},null,8,["item","base-path"])):(Vue.openBlock(),Vue.createBlock(a,{key:1,to:i.resolvePath(c.path)},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:i.resolvePath(c.path)+"~~"+c.meta.title,class:"smb-sidebar-menu-item"},{default:Vue.withCtx(()=>[c.meta?(Vue.openBlock(),Vue.createBlock(s,{key:0,icon:c.meta.icon,title:e.$t(c.meta.title)},null,8,["icon","title"])):Vue.createCommentVNode("",!0)]),_:2},1032,["index"])]),_:2},1032,["to"]))],64))),256))]),_:1},8,["index"]))])):Vue.createCommentVNode("",!0)}const SidebarItem$1=_export_sfc$1(_sfc_main$m,[["render",_sfc_render$i],["__scopeId","data-v-11a5e054"]]);({...mapGetters(["sidebar","protectedRouters"])});const AppMain_vue_vue_type_style_index_0_scoped_d62bd00c_lang="",_sfc_main$l={name:"AppMain",computed:{key(){return this.$route.name!==void 0?this.$route.name+ +new Date:this.$route+ +new Date}}},_hoisted_1$h={class:"app-main agilebuilder-page-main"};function _sfc_render$h(e,t,o,r,n,i){const s=Vue.resolveComponent("router-view");return Vue.openBlock(),Vue.createElementBlock("section",_hoisted_1$h,[Vue.createVNode(s,null,{default:Vue.withCtx(({Component:l})=>[Vue.createVNode(Vue.Transition,{name:"fade-transform",mode:"out-in"},{default:Vue.withCtx(()=>[(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(l)))]),_:2},1024)]),_:1})])}const AppMain=_export_sfc$1(_sfc_main$l,[["render",_sfc_render$h],["__scopeId","data-v-d62bd00c"]]),svgIcon_vue_vue_type_style_index_0_scoped_f13ea185_lang="",svgIcon_vue_vue_type_style_index_0_scoped_4497e2cb_lang="",_sfc_main$k={name:"SvgIcon",props:{iconClass:{type:String,required:!0},className:{type:String,default:""}},computed:{iconName(){return`#icon-${this.iconClass}`},svgClass(){return this.className?"svg-icon "+this.className:"svg-icon"}}},_hoisted_1$g=["xlink:href"];function _sfc_render$g(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("svg",{class:Vue.normalizeClass(i.svgClass),"aria-hidden":"true"},[Vue.createElementVNode("use",{"xlink:href":i.iconName},null,8,_hoisted_1$g)],2)}const SvgIcon=_export_sfc$1(_sfc_main$k,[["render",_sfc_render$g],["__scopeId","data-v-4497e2cb"]]),_hoisted_1$f=["src"],_hoisted_2$8=["src"],__default__={name:"SuperIcon"},_sfc_main$j=Vue.defineComponent({...__default__,props:{iconType:{type:String,default:"custom"},iconValue:{type:String,required:!0,default:""}},setup(e){Vue.ref(window.$vueApp.config.globalProperties.baseAPI+"/component/super-form/show-image?serverPath=");const t=Vue.ref(window.$vueApp.config.globalProperties.baseAPI+"/component/super-form/show-svg?svgName=");return(o,r)=>{const n=Vue.resolveComponent("el-icon");return e.iconValue.indexOf("amb-icon-")===0?(Vue.openBlock(),Vue.createElementBlock("i",{key:0,class:Vue.normalizeClass(["amb-iconfont",e.iconValue])},null,2)):e.iconValue.indexOf("amb-color-icon-")===0?(Vue.openBlock(),Vue.createElementBlock("i",{key:1,class:Vue.normalizeClass(["amb-color-iconfont super-icon",e.iconValue])},null,2)):e.iconValue.indexOf("fa-")===0?(Vue.openBlock(),Vue.createElementBlock("i",{key:2,class:Vue.normalizeClass("fa "+e.iconValue)},null,2)):e.iconValue.indexOf("svg-img-")===0?(Vue.openBlock(),Vue.createElementBlock("img",{key:3,src:t.value+e.iconValue,style:{width:"1em",height:"1em"}},null,8,_hoisted_1$f)):e.iconValue.indexOf("svg-")===0?(Vue.openBlock(),Vue.createBlock(SvgIcon,{key:4,"icon-class":e.iconValue.substring(4)},null,8,["icon-class"])):e.iconValue.indexOf("http")===0||e.iconValue.indexOf("//")===0||e.iconValue.indexOf("data:")===0?(Vue.openBlock(),Vue.createElementBlock("img",{key:5,src:e.iconValue,style:{width:"1em",height:"1em"}},null,8,_hoisted_2$8)):(Vue.openBlock(),Vue.createBlock(n,{key:6},{default:Vue.withCtx(()=>[(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(e.iconValue)))]),_:1}))}}}),index_vue_vue_type_style_index_0_scoped_2a8b2f98_lang="",SuperIcon$1=_export_sfc$1(_sfc_main$j,[["__scopeId","data-v-2a8b2f98"]]);SuperIcon$1.install=function(e){e.component("SuperIcon",SuperIcon$1)};const _sfc_main$i=Vue.defineComponent({name:"MenuItem",functional:!0,props:{icon:{type:String,default:""},title:{type:String,default:""},hasChildren:{type:Boolean,default:!1},isRoot:{type:Boolean,default:!1},code:{type:Boolean,default:!1},backlogTotal:{type:Number,default:0},menuLayer:{type:Number,default:null}},render(e){const{title:t,hasChildren:o,isRoot:r,code:n,backlogTotal:i}=e,s=e.icon,l=e.menuLayer,a=[];let d=[Vue.h("i",{class:"amb-iconfont amb-icon-meun_post"})];s&&(d=[Vue.h(SuperIcon$1,{iconValue:s})]);let u=["smb-sidebar-menu-item-title"];return!l||l<=2?a.push(Vue.h("div",{class:["smb-sidebar-menu-item-icon"]},d)):(a.push(Vue.h("div",{class:["smb-sidebar-menu-item-no-icon"]})),u.push("smb-sidebar-menu-item-no-icon-title")),t&&(r?a.push(Vue.h("div",{class:u},[Vue.h("div",{title:t},t)])):n==="undoneTask"?a.push(Vue.h("div",{class:u},[Vue.h("div",{title:t},[Vue.h(ElBadge,{value:i,style:{display:"inline"}},t)])])):a.push(Vue.h("div",{class:u},[Vue.h("div",{title:t},t)]))),a}}),Item_vue_vue_type_style_index_0_scoped_06486485_lang="",Item=_export_sfc$1(_sfc_main$i,[["__scopeId","data-v-06486485"]]),_sfc_main$h={props:{to:{type:Object,required:!0}},data(){const e=this.to.isExternal,t=this.to.openWay;let o=!1;return t&&t==="NEW_PAGE_OPEN"&&(o=!0),{isExter:e,isOpenNewTab:o}}},_hoisted_1$e={key:1};function _sfc_render$f(e,t,o,r,n,i){const s=Vue.resolveComponent("router-link");return Vue.openBlock(),Vue.createElementBlock("div",null,[n.isOpenNewTab?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$e,[Vue.renderSlot(e.$slots,"default")])):(Vue.openBlock(),Vue.createBlock(s,{key:0,to:o.to},{default:Vue.withCtx(()=>[Vue.renderSlot(e.$slots,"default")]),_:3},8,["to"]))])}const AppLink=_export_sfc$1(_sfc_main$h,[["render",_sfc_render$f]]);function getI18nName(e){if(e){if(e.i18Names){const t=getLanguageWithLocale(),o=JSON.parse(e.i18Names);if(o[t])return o[t]}return e.i18nValue?e.i18nValue:e.name}}const tabJs={addTabs(e,t,o,r){let n=!1,i,s;if(e&&(i=e._menuCode,s=e._menuName),t&&i)for(let l=0;l<t.length;l++){const a=t[l];if(console.log("item.name",a.name),i&&a.code===i){console.log("to.path--menuCode1=",i),this.$store.commit("set_active_index",i),n=!0;break}}!n&&i&&(console.log("to.path--menuCode2=",i),this.$store.commit("add_tabs",{code:i,name:s,routePath:o,routeQuery:e,fullpath:r}),this.$store.commit("set_active_index",i))}},SidebarItem_vue_vue_type_style_index_0_scoped_e262053f_lang="",_sfc_main$g={name:"SidebarItem",components:{Item,AppLink},props:{item:{type:Object,required:!0},isNest:{type:Boolean,default:!1},basePath:{type:String,default:""},backlogTotal:{type:Number,default:0}},data(){let e="_PLAT_FORM_FRONTEND_URL",t="_devpJWT",o="_CURRENT_ROLE",r=authApi.isDevpSystem(),n,i,s;return r&&(n=authApi.getSessionCache(e),i=authApi.getSessionCache(t),s=authApi.getSessionCache(o)),{onlyOneChild:null,platFrontUrl:n,devpJWT:i,currentRole:s,devpJWTKey:t,currentRoleKey:o,frontendUrlKey:e,isDevp:r}},methods:{...tabJs,hasOneShowingChild(e,t){return e&&e.length>0&&(this.onlyOneChild=e[0]),e.length===1?!0:!e||e.length===0?(this.onlyOneChild={...t,path:"",noShowingChildren:!0},!0):!1},toPath(e){const t={};let o;if(t.openWay=e.openWay,this.isExternalLink(e.pageType))o=e.path,o||(o=""),o.indexOf("http:")<0&&o.indexOf("https:")<0&&this.platFrontUrl?(this.platFrontUrl.lastIndexOf("/")===this.platFrontUrl.length-1&&(this.platFrontUrl=this.platFrontUrl.substring(0,this.platFrontUrl.length-1)),o=this.platFrontUrl+o):(o=e.fullPath,o||(o="")),o=this.getRoutePath(o),t.path="/tab-content-index",this.isDevp&&(t.path="/devp-project/setting"),t.tabPath=o,t.query={},t.isExternal=!0,t.query.customSystem=getSystemCode(),t.query._menuCode=e.code,t.query._menuName=getI18nName(e);else if(e.openWay&&e.openWay==="NEW_PAGE_OPEN"){if(o=e.fullPath,o.indexOf("http:")<0&&o.indexOf("https:")<0){let r=getSystemFrontendUrl(window.$vueApp.config.globalProperties.frontUrl);r.lastIndexOf("/")<r.length-1&&(r=r+"/"),o=r+"#"+o}t.query={},t.query._menuCode=e.code,t.path=o}else o=e.fullPath,o||(o=""),o.indexOf("?")>0?o+="&":o+="?",o=o+"_isNeedMenu_=false",t.path="/tab-content-index",this.isDevp&&(t.path="/devp-project/setting"),t.tabPath=o,t.query={},t.query.customSystem=getSystemCode(),t.query._menuCode=e.code,t.query._menuName=getI18nName(e);return t},getRoutePath(e){return e.indexOf("?")>0?e+="&":e+="?",e=e+"_isNeedMenu_=false",this.devpJWT&&(e.indexOf("?")>0?e+="&":e+="?",e=e+this.devpJWTKey+"="+this.devpJWT),this.currentRole&&(e.indexOf("?")>0?e+="&":e+="?",e=e+this.currentRoleKey+"="+this.currentRole),e},isExternalLink(e){return!!(e&&e==="iframe")},clickMenu(e){if(e.openWay&&e.openWay==="NEW_PAGE_OPEN")if(e.query&&e.query.src){let t=e.query.src;t&&t.indexOf("?")>0?t+="&":t+="?",e.query.customSystem&&(t+="customSystem="+e.query.customSystem),e.query._menuCode&&(t+="_menuCode="+e.query._menuCode),e.query._menuCode&&(t+="_menuName="+e.query._menuName),window.open(t,e.query._menuCode)}else{const t=e.path;window.open(t,e.query._menuCode)}else this.addTabs(e.query,this.$store.state.tabContent.openTab,e.tabPath)},getI18nName(e){return getI18nName(e)}}},_hoisted_1$d={class:"menu-wrapper"};function _sfc_render$e(e,t,o,r,n,i){const s=Vue.resolveComponent("item"),l=Vue.resolveComponent("el-menu-item"),a=Vue.resolveComponent("app-link"),d=Vue.resolveComponent("sidebar-item",!0),u=Vue.resolveComponent("el-sub-menu");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$d,[!o.item.children||o.item.children.length===0?(Vue.openBlock(),Vue.createBlock(a,{key:0,to:i.toPath(o.item),onClick:t[0]||(t[0]=c=>i.clickMenu(i.toPath(o.item)))},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:o.item.code+"~~"+o.item.i18nValue,class:Vue.normalizeClass(["smb-sidebar-menu-item",{"submenu-title-noDropdown":!o.isNest}])},{default:Vue.withCtx(()=>[Vue.createVNode(s,{"menu-layer":o.item.layer,icon:o.item.iconName,title:i.getI18nName(o.item),"is-root":!0},null,8,["menu-layer","icon","title"])]),_:1},8,["index","class"])]),_:1},8,["to"])):(Vue.openBlock(),Vue.createBlock(u,{key:1,index:o.item.code+"~~"+o.item.i18nValue,class:"smb-sidebar-menu-item"},{title:Vue.withCtx(()=>[Vue.createVNode(s,{"menu-layer":o.item.layer,icon:o.item.iconName,title:i.getI18nName(o.item),"has-children":o.item.children.length>0},null,8,["menu-layer","icon","title","has-children"])]),default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(o.item.children,c=>(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,null,[c.children&&c.children.length>0?(Vue.openBlock(),Vue.createBlock(d,{key:c.code,"is-nest":!0,item:c,class:"nest-menu smb-sidebar-menu-item"},null,8,["item"])):(Vue.openBlock(),Vue.createBlock(a,{key:c.code,to:i.toPath(c),onClick:m=>i.clickMenu(i.toPath(c))},{default:Vue.withCtx(()=>[Vue.createVNode(l,{index:c.code+"~~"+c.i18nValue,class:"smb-sidebar-menu-item"},{default:Vue.withCtx(()=>[Vue.createVNode(s,{"menu-layer":c.layer,"backlog-total":o.backlogTotal,code:c.code,icon:c.iconName,title:i.getI18nName(c)},null,8,["menu-layer","backlog-total","code","icon","title"])]),_:2},1032,["index"])]),_:2},1032,["to","onClick"]))],64))),256))]),_:1},8,["index"]))])}const SidebarItem=_export_sfc$1(_sfc_main$g,[["render",_sfc_render$e],["__scopeId","data-v-e262053f"]]),_sfc_main$f={name:"Menubar",components:{SidebarItem},props:{systemCode:{type:String,default:null},collapse:{type:Boolean,default:!1}},data(){let e;if(isShowSystemMenu()===!0){const n=getLanguageWithLocale(),i=window.$vueApp.config.globalProperties.systemNameObj;i&&(e=i[n])}const t=window.$vueApp.config.globalProperties.showFirstMenu===void 0||window.$vueApp.config.globalProperties.showFirstMenu===null?!0:window.$vueApp.config.globalProperties.showFirstMenu;let o=authApi.isDevpSystem();const r=getMenus();return{firstLeafMenu:null,systemName:e,defaultActive:"",menus:r,isSelectFirst:t,isDevp:o,backlogTotal:0}},computed:{...mapGetters(["sidebar"]),isCollapse(){return this.collapse===!1?!this.sidebar.opened:!0}},watch:{$route(){this.firstLeafMenu=this.getFirstMenu(this.menus),this.firstLeafMenu&&(this.defaultActive=this.firstLeafMenu.code+"~~"+this.firstLeafMenu.i18nValue,window.$vueApp.config.globalProperties._selectMenu=this.defaultActive)}},created(){if(this.firstLeafMenu=this.getFirstMenu(this.menus),console.log("ffff",this.firstLeafMenu),this.firstLeafMenu.name==="待办事宜"&&window.$vueApp.config.globalProperties.$http.get(window.$vueApp.config.globalProperties.baseAPI+"/task/tasks/to-do-task-nums").then(e=>{this.backlogTotal=e.undoneTaskCount}),this.firstLeafMenu&&(this.defaultActive=this.firstLeafMenu.code+"~~"+this.firstLeafMenu.i18nValue,window.$vueApp.config.globalProperties._selectMenu=this.defaultActive),console.log("getFirstMenu=====firstLeafMenu333=",this.firstLeafMenu),this.firstLeafMenu&&this.firstLeafMenu.fullPath)if(this.firstLeafMenu.pageType&&this.firstLeafMenu.pageType==="iframe"){const t={src:this.firstLeafMenu.fullPath,customSystem:this.systemCode,_menuCode:this.firstLeafMenu.code,_menuName:getI18nName(this.firstLeafMenu)};this.addTabs(t,this.$store.state.tabContent.openTab,"/iframe-page/page","/iframe-page/page");let o="/tab-content-iframe-index";this.isDevp&&(o="/devp-project/setting"),this.$router.push({path:o,query:t})}else{const e={customSystem:this.systemCode,_menuCode:this.firstLeafMenu.code,_menuName:getI18nName(this.firstLeafMenu)},t=this.firstLeafMenu.fullPath;this.addTabs(e,this.$store.state.tabContent.openTab,t,t);let o="/tab-content-index";this.isDevp&&(o="/devp-project/setting"),this.$router.push({path:o,query:e})}},methods:{...tabJs,toggleSideBar(){this.$store.dispatch("toggleSidebar")},selectMenu(e,t){window.$vueApp.config.globalProperties._selectMenu=e,api.set("selectMenu",e)},getFirstMenu(e){const t=this.$route.query?this.$route.query._menuCode:null;let o;if(t?this.isSelectFirst=!0:this.isDevp||(o=this.getFirstMenuWithCookie(e)),console.log("getFirstMenu=====shouldSelectMenu111=",o),this.isSelectFirst&&!o&&e&&e.length>0)for(let r=0;r<e.length;r++){const n=e[r];if(o=this.getShouldSelectMenu(n,t),o)break}return console.log("getFirstMenu=====shouldSelectMenu222=",o),o},getShouldSelectMenu(e,t){if(e){let o;if(t){const r=e.children;r&&r.length>0?o=this.getFirstMenu(r):e.code&&e.code===t&&(o=e)}else{const r=e.children;r&&r.length>0?o=this.getFirstMenu(r):o=e}return o}},getFirstMenuWithCookie(e){if(e&&e.length>0){const t=api.get("selectMenu");if(t){const r=t.split("~~")[0];let n;for(let i=0;i<e.length;i++){const s=e[i];if(n=this.getShouldSelectMenuWithCookie(s,r),n)break}return n}}},getShouldSelectMenuWithCookie(e,t){if(e){let o;const r=e.children;return r&&r.length>0?o=this.getFirstMenuWithCookie(r):e.code&&e.code===t&&(o=e),o}}}};function _sfc_render$d(e,t,o,r,n,i){const s=Vue.resolveComponent("el-menu-item"),l=Vue.resolveComponent("sidebar-item"),a=Vue.resolveComponent("el-menu"),d=Vue.resolveComponent("el-scrollbar"),u=Vue.resolveComponent("hamburger");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createVNode(d,{"wrap-class":"scrollbar-wrapper"},{default:Vue.withCtx(()=>[Vue.createVNode(a,{collapse:i.isCollapse,"default-active":n.defaultActive?n.defaultActive:"","show-timeout":200,mode:"vertical",onSelect:i.selectMenu},{default:Vue.withCtx(()=>[n.systemName?(Vue.openBlock(),Vue.createBlock(s,{key:0,title:n.systemName,class:"system-item smb-sidebar-menu-item",disabled:"",index:"1",style:{"padding-left":"10px"}},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(n.systemName),1)]),_:1},8,["title"])):Vue.createCommentVNode("",!0),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.menus,c=>(Vue.openBlock(),Vue.createBlock(l,{"backlog-total":n.backlogTotal,key:c.code,item:c},null,8,["backlog-total","item"]))),128))]),_:1},8,["collapse","default-active","onSelect"])]),_:1}),Vue.createVNode(u,{"is-active":e.sidebar.opened,class:"hamburger-container",onToggleClick:i.toggleSideBar},null,8,["is-active","onToggleClick"])])}const Menubar=_export_sfc$1(_sfc_main$f,[["render",_sfc_render$d]]);function lexer(e){for(var t=[],o=0;o<e.length;){var r=e[o];if(r==="*"||r==="+"||r==="?"){t.push({type:"MODIFIER",index:o,value:e[o++]});continue}if(r==="\\"){t.push({type:"ESCAPED_CHAR",index:o++,value:e[o++]});continue}if(r==="{"){t.push({type:"OPEN",index:o,value:e[o++]});continue}if(r==="}"){t.push({type:"CLOSE",index:o,value:e[o++]});continue}if(r===":"){for(var n="",i=o+1;i<e.length;){var s=e.charCodeAt(i);if(s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||s===95){n+=e[i++];continue}break}if(!n)throw new TypeError("Missing parameter name at ".concat(o));t.push({type:"NAME",index:o,value:n}),o=i;continue}if(r==="("){var l=1,a="",i=o+1;if(e[i]==="?")throw new TypeError('Pattern cannot start with "?" at '.concat(i));for(;i<e.length;){if(e[i]==="\\"){a+=e[i++]+e[i++];continue}if(e[i]===")"){if(l--,l===0){i++;break}}else if(e[i]==="("&&(l++,e[i+1]!=="?"))throw new TypeError("Capturing groups are not allowed at ".concat(i));a+=e[i++]}if(l)throw new TypeError("Unbalanced pattern at ".concat(o));if(!a)throw new TypeError("Missing pattern at ".concat(o));t.push({type:"PATTERN",index:o,value:a}),o=i;continue}t.push({type:"CHAR",index:o,value:e[o++]})}return t.push({type:"END",index:o,value:""}),t}function parse(e,t){t===void 0&&(t={});for(var o=lexer(e),r=t.prefixes,n=r===void 0?"./":r,i="[^".concat(escapeString(t.delimiter||"/#?"),"]+?"),s=[],l=0,a=0,d="",u=function(O){if(a<o.length&&o[a].type===O)return o[a++].value},c=function(O){var N=u(O);if(N!==void 0)return N;var P=o[a],S=P.type,Q=P.index;throw new TypeError("Unexpected ".concat(S," at ").concat(Q,", expected ").concat(O))},m=function(){for(var O="",N;N=u("CHAR")||u("ESCAPED_CHAR");)O+=N;return O};a<o.length;){var A=u("CHAR"),C=u("NAME"),g=u("PATTERN");if(C||g){var E=A||"";n.indexOf(E)===-1&&(d+=E,E=""),d&&(s.push(d),d=""),s.push({name:C||l++,prefix:E,suffix:"",pattern:g||i,modifier:u("MODIFIER")||""});continue}var p=A||u("ESCAPED_CHAR");if(p){d+=p;continue}d&&(s.push(d),d="");var f=u("OPEN");if(f){var E=m(),w=u("NAME")||"",v=u("PATTERN")||"",b=m();c("CLOSE"),s.push({name:w||(v?l++:""),pattern:w&&!v?i:v,prefix:E,suffix:b,modifier:u("MODIFIER")||""});continue}c("END")}return s}function compile(e,t){return tokensToFunction(parse(e,t),t)}function tokensToFunction(e,t){t===void 0&&(t={});var o=flags(t),r=t.encode,n=r===void 0?function(a){return a}:r,i=t.validate,s=i===void 0?!0:i,l=e.map(function(a){if(typeof a=="object")return new RegExp("^(?:".concat(a.pattern,")$"),o)});return function(a){for(var d="",u=0;u<e.length;u++){var c=e[u];if(typeof c=="string"){d+=c;continue}var m=a?a[c.name]:void 0,A=c.modifier==="?"||c.modifier==="*",C=c.modifier==="*"||c.modifier==="+";if(Array.isArray(m)){if(!C)throw new TypeError('Expected "'.concat(c.name,'" to not repeat, but got an array'));if(m.length===0){if(A)continue;throw new TypeError('Expected "'.concat(c.name,'" to not be empty'))}for(var g=0;g<m.length;g++){var E=n(m[g],c);if(s&&!l[u].test(E))throw new TypeError('Expected all "'.concat(c.name,'" to match "').concat(c.pattern,'", but got "').concat(E,'"'));d+=c.prefix+E+c.suffix}continue}if(typeof m=="string"||typeof m=="number"){var E=n(String(m),c);if(s&&!l[u].test(E))throw new TypeError('Expected "'.concat(c.name,'" to match "').concat(c.pattern,'", but got "').concat(E,'"'));d+=c.prefix+E+c.suffix;continue}if(!A){var p=C?"an array":"a string";throw new TypeError('Expected "'.concat(c.name,'" to be ').concat(p))}}return d}}function escapeString(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function flags(e){return e&&e.sensitive?"":"i"}const index_vue_vue_type_style_index_0_scoped_7ae796e7_rel_stylesheet_2Fscss_lang="",_sfc_main$e={name:"Breadcrumb",data(){return{levelList:null}},computed:{levelListWithTitle(){return this.levelList.filter(e=>e.meta.title!==void 0&&e.meta.title!==null)}},watch:{$route(){this.getBreadcrumb()}},created(){this.getBreadcrumb()},methods:{getBreadcrumb(){const{params:e}=this.$route;console.log("this.$route.matched==",this.$route.matched);let t=this.$route.matched.filter(o=>{if(o.name){var r=compile(o.path);return o.path=r(e),!0}});if(t){let o;const r=getLanguageWithLocale(),n=window.$vueApp.config.globalProperties.systemNameObj;n&&(o=n[r]),t=[{path:"/",redirect:"noredirect",meta:{title:o}}].concat(t);const i=api.get("selectMenu"),s=window.$vueApp.config.globalProperties._selectMenu;let l;if(s?l=s:i&&(l=i),l){const a=l.substring(0,l.indexOf("~~")),d=l.substring(l.indexOf("~~")+2);if(t&&t.length>0){const u=t[t.length-1];this.isShouldConcatLastMenu(d,a,u)&&t.push({path:a,meta:{title:d}})}else t.push({path:a,meta:{title:d}})}}this.levelList=t},isShouldConcatLastMenu(e,t,o){return!!(this.isTitleNotEqual(e,o)&&this.isPathNotEqual(t,o))},isTitleNotEqual(e,t){return!!(e&&t.meta&&e!==t.meta.title&&e!==this.$t(t.meta.title))},isPathNotEqual(e,t){return!!(e&&t.path&&e!==t.path)}}},_hoisted_1$c={class:"no-redirect"};function _sfc_render$c(e,t,o,r,n,i){const s=Vue.resolveComponent("el-breadcrumb-item"),l=Vue.resolveComponent("el-breadcrumb");return Vue.openBlock(),Vue.createBlock(l,{class:"app-breadcrumb",separator:">"},{default:Vue.withCtx(()=>[Vue.createVNode(Vue.TransitionGroup,{name:"breadcrumb",tag:"span"},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(i.levelListWithTitle,(a,d)=>(Vue.openBlock(),Vue.createBlock(s,{key:a.path+"-"+d},{default:Vue.withCtx(()=>[Vue.createElementVNode("span",_hoisted_1$c,Vue.toDisplayString(e.$t(a.meta.title)),1)]),_:2},1024))),128))]),_:1})]),_:1})}const Breadcrumb=_export_sfc$1(_sfc_main$e,[["render",_sfc_render$c],["__scopeId","data-v-7ae796e7"]]),_sfc_main$d={name:"NewLayout",components:{AppMain}},_hoisted_1$b={class:"app-wrapper"},_hoisted_2$7={class:"tab-main-container"};function _sfc_render$b(e,t,o,r,n,i){const s=Vue.resolveComponent("app-main");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$b,[Vue.createElementVNode("div",_hoisted_2$7,[Vue.createVNode(s)])])}const Layout=_export_sfc$1(_sfc_main$d,[["render",_sfc_render$b]]),publicRouterMap=[{path:"/redirect",component:Layout,hidden:!0,children:[{path:"/redirect/:path*",component:()=>Promise.resolve().then(()=>index)}]},{path:"/iframe-page",component:Layout,hidden:!0,children:[{path:"page",component:()=>Promise.resolve().then(()=>iframePage$1),hidden:!0}]},{path:"/auth-redirect",component:()=>Promise.resolve().then(()=>authredirect),hidden:!0},{path:"/404",component:()=>Promise.resolve().then(()=>_404$1),hidden:!0},{path:"/401",component:()=>Promise.resolve().then(()=>_401$1),hidden:!0},{path:"/show-sub-wf-history",component:()=>Promise.resolve().then(()=>tacheSubprocessHistory$1),hidden:!0},{path:"/tab-content-index",component:()=>Promise.resolve().then(()=>tabContentIndex$1),hidden:!0},{path:"/tab-content-iframe-index",component:()=>Promise.resolve().then(()=>tabContentIframeIndex$1),hidden:!0}],protectedRouterMap=[];createRouter({history:createWebHashHistory(),routes:publicRouterMap,scrollBehavior:()=>({top:0})});function filterProtectedRouter(e,t){const o=[],r=[];return e.forEach(n=>{const i={...n};if(i.children&&i.children.length>0){const s=filterProtectedRouter(i.children);i.children=s.allRouters,i.menuChildren=s.menuRouters,i.menuChildren&&i.menuChildren.length>0&&(i.redirectTmp?i.redirectTmp=i.redirectTmp+"/"+i.menuChildren[0].path:i.redirectTmp=i.path+"/"+i.menuChildren[0].path,o.push(i),r.push(i))}else i.path===""||(typeof i.hidden>"u"||typeof i.hidden<"u"&&i.hidden===!1)&&r.push(i),o.push(i)}),{allRouters:o,menuRouters:r}}const permission={state:{protectedRouters:[],currentUserPermissions:[]},mutations:{setCurrentUserPermissions:(e,t)=>{e.currentUserPermissions=t},setRouters:(e,t)=>{e.protectedRouters=t}},actions:{generateRoutes({commit:e},t){return new Promise(o=>{const r=new Date().getTime(),n=filterProtectedRouter(protectedRouterMap),i=new Date().getTime();window.sessionStorage.setItem("generateRoutes==>执行时间:",i-r+"");const s=n.allRouters,l=n.menuRouters;if(s.length>0){const d={path:""};l.length>0&&(s[0].path!==""?(l[0].redirectTmp&&(d.redirect=l[0].redirectTmp),s.push(d)):l.length>0&&s[0].path===""&&(!l[0].children||l[0].children.length===0)&&l[0].redirectTmp&&(s[0].redirect=l[0].redirectTmp))}e("setRouters",s);const a=new Date().getTime();window.sessionStorage.setItem("generateRoutes==>执行时间c-a:",a-r+""),o()})}}};function setActiveMenuToChatAiStore(e){try{window.top.ChatAiStore&&window.top.ChatAiStore.setActiveMenu(e)}catch(t){console.error("ChatAiStore not found",t)}}const tabContent={state:{openTab:[],activeIndex:null},mutations:{add_tabs(e,t){e.openTab.push(t)},delete_tabs(e,t){let o=0;for(const r of e.openTab){if(r.code===t.code)break;o++}e.openTab.splice(o,1)},set_active_index(e,t){const o=e.openTab.find(r=>r.code===t);setActiveMenuToChatAiStore({menuCode:t,menuName:(o==null?void 0:o.name)||""}),e.activeIndex=t},clear_tabs(e,t){e.openTab.length>0&&e.openTab.splice(0,e.openTab.length)}},actions:{}},getters$1={sidebar:e=>e.app.sidebar,device:e=>e.app.device,windowWidth:e=>e.app.windowWidth,windowHeight:e=>e.app.windowHeight,isMobileResize:e=>e.app.isMobileResize,isMobileListCard:e=>e.app.windowWidth<=768,tableEditingDatas:e=>e.table.tableEditingDatas,isConfigEditing:e=>e.table.tableEditingDatas.length>0,isEditing:e=>t=>e.table.tableEditingDatas.includes(t),isRowEditing:e=>t=>e.table.tableEditingDatas.some(o=>o.includes(t)),theme:e=>e.system.theme,navExpanded:e=>e.system.navExpanded,locale:e=>e.system.locale,token:e=>e.user.token,name:e=>e.user.name,protectedRouters:e=>e.permission.protectedRouters,currentUserPermissions:e=>e.permission.currentUserPermissions,preventReclick:e=>e.app.preventReclick,menus:e=>e.user.menus,openTab:e=>e.tabContent.openTab,activeIndex:e=>e.tabContent.activeIndex,whiteList:e=>e.app.whiteList},store=createStore({modules:{app:app$1,table:app,user,system,permission,tabContent},getters:getters$1}),service=axios$1.create({timeout:3e5,withCredentials:!0});service.interceptors.request.use(e=>{store.commit("togglePreventReclick",!0);const t=getTimeZone();e.headers.timeZone=t;const o=getToken();o&&(e.headers.Authorization=o);const r=getRunCurrentRole();if(r){let i="_RUN_CURRENT_ROLE";e.headers[i]=r}const n=window.$vueApp.config.globalProperties.customSystem;return n&&!e.headers.customSystem&&(e.headers.customSystem=n,setCustomSystemBackendUrl(n)),window.$vueApp.config.globalProperties.baseURL&&(e.baseURL=getRelativeBaseUrl(window.$vueApp.config.globalProperties.baseURL)),e},e=>{store.commit("togglePreventReclick",!1),Promise.reject(e)}),service.interceptors.response.use(e=>(store.commit("togglePreventReclick",!1),e.data),e=>{var t;if(store.commit("togglePreventReclick",!1),e.response)if(e.response.status===401)removeToken(),window.$vueApp.config.globalProperties.$isInIframe()===!0&&window.parent.postMessage('{"loginTimeout":"'+window.location.href+'"}',"*");else if(e.response.status===403){let o="";(t=e.response.data)!=null&&t.message?(o=e.response.data.message,console.error("ForbiddenException(403):",e.response.data)):o=getI18n$1().t("imatrixUIMessage.forbiddenException");const r=window.$vueApp.config.globalProperties;let n;if(r.forbiddenUser||r.forbiddenLinkUrl){n="<p><span>"+o+"</span>";const i=getI18n$1().t("imatrixUIMessage.forbiddenExceptionLinkUrl");if(r.forbiddenLinkUrl&&(n+=`,<a href="#" style="color: #1800ff;font-weight: bold;text-decoration:underline" onclick="window.open('`+r.forbiddenLinkUrl+`')">`+i+"</a>"),r.forbiddenUser){const s=getI18n$1().t("imatrixUIMessage.forbiddenExceptionLinkUser");n+="<span>";const l=","+s+'<span style="color: #1800ff;"> '+r.forbiddenUser+"</span>";let a;window._clickForbiddenUser?a=`<a href="#" onclick="window._clickForbiddenUser('`+r.forbiddenUser+`');return false">`+l+"</a>":a=l,n+="</span>",n+=a}n+="</p>"}return ElMessage(n?{showClose:!0,dangerouslyUseHTMLString:!0,message:n,type:"error",duration:10*1e3}:{showClose:!0,message:o,type:"error",duration:5*1e3}),Promise.reject(e)}else if(e.response.status===400||e.response.status===406||e.response.status===404){let o=e.message;o&&(o=getI18n$1().t("imatrixUIMessage.internalServerError")),e.response.data&&e.response.data.message&&(o=e.response.data.message);let r="false",n;try{const i=JSON.parse(o);r=i.htmlFlag,n=i.message}catch{console.log("message is not JSON")}return r!==void 0&&r==="true"?ElMessage({dangerouslyUseHTMLString:!0,showClose:!0,message:n,type:"error",duration:5*1e3}):(n&&(o=n),ElMessage({showClose:!0,message:o,type:"error",duration:5*1e3})),Promise.reject(e)}else{let o=e.message;e.response.data&&e.response.data.message&&(o=e.response.data.message),console.log(o);let r=getI18n$1().t("imatrixUIMessage.internalServerError");return o&&o!=="Internal Server Error"&&(r=o),o&&(o==="gateway.timeout"||o==="gateway.callFailed")&&(r=getI18n$1().t(o)),ElMessage({showClose:!0,message:r,type:"error",duration:5*1e3}),Promise.reject(e)}else{const o=getI18n$1().t("imatrixUIMessage.internalServerError");return ElMessage({showClose:!0,message:o,type:"error",duration:5*1e3}),Promise.reject(e)}});const workflowEditor_vue_vue_type_style_index_0_scoped_e7af860a_lang="",_sfc_main$c={name:"WorkflowEditor",components:{WorkflowCanvas,Toolbox,IconSvg,ContextMenu,AdminSaveDialog},props:{code:{type:String,default:null},version:{type:Number,default:null},id:{type:Number,default:null},readonly:{type:Boolean,default:!1},systemCode:{type:String,default:null},systemPublishVersion:{type:Number,default:null},pageCode:{type:String,default:null}},data:function(){return{activeTab:"canvas",count:1,currentPosition:{x:0,y:0},process:null,definitionId:null,xml:"",contextMenuPosition:null,isAdminSave:!1,isShowEnable:!1,defVersion:0,workflowDefVersionList:[],isShowDefVersionList:!1,canvasKey:0}},computed:{...mapGetters("wfEditor",["componentToDraw","taches","selectedTaches","transitions","contextMenuVisible","systemVersion","tableCode","pageCode","sourceComponentType"]),...mapGetters(["sidebar"]),componentInfo(){return getComponentInfo(this.componentToDraw)}},watch:{activeTab(e){e==="xml"&&(this.xml=this.getProcessXml(),this.$nextTick(function(){Prism.highlightElement(this.$refs.xml)}))},sourceComponentType(e){e&&this.copyTache()}},created:function(){authApi.setSessionCache("wf_editor_systemVersion",this.systemPublishVersion),this.setPageCode(this.pageCode),this.systemCode&&this.setSystemCode(this.systemCode),this.systemCode&&this.getWorkflowDefVersionList(),this.clearCanvas(),this.id&&(this.definitionId=this.id),console.log("canvas-created=",this.code,this.id),this.code||this.id?this.initShowDefinitionWhenUpdate(this.id,this.code,this.version):(this.isShowEnable=!1,window.$store.commit("wfEditor/setIsCreateDefinition","true"),this.process=processTemplate.newProcess(),initializeProcessData(this.process))},mounted:function(){},methods:{...mapMutations("wfEditor",["setComponentToDraw","clearCanvas","setContextMenuVisible","setSystemCode","setSystemVersion","setProcessCode","setPageCode","setSourceComponentForCopy"]),initShowDefinitionWhenUpdate(e,t,o){window.$store.commit("wfEditor/setIsCreateDefinition","false");let r=this.baseAPI+"/wf-editor/open-xmls/with-definitions";r=this.packageUrlParam(r,e,t,o),this.$http.get(r).then(n=>{const i=n.definition;if(i){this.definitionId=i.id,this.defVersion=i.definitionVersion,window.$store.commit("wfEditor/setTableCode",i.tableCode);const l=i.enable;l&&l==="ENABLE"?this.isShowEnable=!1:this.isShowEnable=!0,i.formCode?window.$store.commit("wfEditor/setIsHandleCreate","true"):window.$store.commit("wfEditor/setIsHandleCreate","false")}const s=n.xml;this.initProcessByXml(s,i),this.canvasKey++})},getWorkflowDefVersionList(){this.isShowDefVersionList=!1;let e={wfDefinitionCode:this.code,publishVersion:this.systemPublishVersion};service.post(window.$vueApp.config.globalProperties.baseAPI+"/component/super-page-design/workflow-definitions/version-list",e).then(t=>{this.workflowDefVersionList=t,t.length>0&&!this.defVersion&&(this.defVersion=t[0].definitionVersion),this.isShowDefVersionList=!0})},showContextMenu(e){this.setContextMenuVisible(!0);const t=this.$refs.wfEditor.getBoundingClientRect();this.contextMenuPosition={x:e.clientX-t.x,y:e.clientY-t.y}},changeDefVersion(e){const t=this.workflowDefVersionList.filter(o=>o.definitionVersion===e);if(t&&t.length>0){const o=t[0];this.clearCanvas(),this.initShowDefinitionWhenUpdate(o.id,o.code,o.definitionVersion),this.$emit("changeDefVersion",o)}},initProcessByXml(e,t){if(!e)this.process=processTemplate.newProcess(),this.initProcessBaseInfo(t);else{const o={nativeType:!0,attributesKey:"attr",compact:!0,ignoreComment:!0,spaces:4},r=convert.xml2js(e,o);removeTextProperty(r.process),this.process=r.process}this.process&&this.process.properties&&this.process.properties.basicProperties?this.setSystemCode(this.process.properties.basicProperties.systemCode):this.setSystemCode(this.systemCode),this.process&&this.process.attr&&this.setProcessCode(this.process.attr.code),this.fetchFormFields(),this.clearCanvas(),initializeProcessData(this.process),this.count=this.getMaxCount()+1},initProcessBaseInfo(e){this.process.attr.name=e.name,this.process.attr.code=e.code,this.process.properties.basicProperties.systemCode=e.systemCode,this.pageCode&&(this.process.properties.parameterSettings||(this.process.properties.parameterSettings={}),this.process.properties.parameterSettings.doTask||(this.process.properties.parameterSettings.doTask={}),this.process.properties.parameterSettings.doTask.url="page:"+this.pageCode)},fetchFormFields(){const e=this.process.properties.basicProperties,t=e.formCode,o=e.formVersion;console.log("fetchFormFields---this.tableCode=",this.tableCode),t&&t!==""&&o?processService.fetchFormFields(e.formCode,e.formVersion,null,this.systemPublishVersion):this.tableCode&&processService.fetchFormFields(null,null,this.tableCode,this.systemPublishVersion)},packageUrlParam(e,t,o,r){return t?e=e+"?id="+t:o&&(e=e+"?code="+o+"&version="+r),e},getProcessXml(){const e={start:[],humanTask:[],decision:[],transition:[],fork:[],join:[],subprocess:[],humanDecision:[],copyTask:[],autoTask:[],end:[]};e.attr=this.process.attr,e.properties=this.process.properties,this.taches.map(r=>{const n=r.type;e[n.charAt(0).toLowerCase()+n.substring(1)].push(r.ref),r.ref.g={x:r.x,y:r.y,width:r.width,height:r.height}}),this.transitions.map(r=>{if(e.transition.push(r.ref),r.ref.g={fromJoint:r.startJoint.position,toJoint:r.endJoint.position,coordinate:"",lineType:r.lineInfo.type},r.lineInfo.type==="CurveLine"&&r.lineInfo.controlPoint)r.ref.g.coordinate=r.lineInfo.controlPoint.x+","+r.lineInfo.controlPoint.y;else if(r.lineInfo.type==="BrokenLine"&&r.lineInfo.controlPoint){let n="";r.lineInfo.controlPoint.forEach(i=>{n+=i.x+","+i.y+";"}),r.ref.g.coordinate=n}});const t={attributesKey:"attr",compact:!0,ignoreComment:!0,spaces:4};let o=convert.json2xml({process:e},t);return o=`<?xml version="1.0" encoding="utf-8"?>
|
|
85
85
|
`+o,o},saveXml(){const e=this.getProcessXml();if(this.code||this.id||this.definitionId)this.saveWf(e,this.baseAPI+"/wf-editor/workflow-definitions/updates").then(()=>{this.isShowEnable=!0,window.$store.commit("wfEditor/setIsCreateDefinition","false"),this.$alert(this.$t("workflowEditorMessage.updateSuccessful"))});else{const t={xml:e,publishVersion:this.systemPublishVersion};this.$http.post(this.baseAPI+"/wf-editor/workflow-definitions",t).then(o=>{this.isShowEnable=!0,window.$store.commit("wfEditor/setIsCreateDefinition","false"),this.definitionId=o.id,this.$alert(this.$t("workflowEditorMessage.savedSuccessfully"))})}},saveWf(e,t,o){return new Promise((r,n)=>{const i=this.packageSaveXmlParam(e);this.$http.post(t,i).then(s=>{this.definitionId=s.id,r()})})},packageSaveXmlParam(e){const t={xml:e,publishVersion:this.systemPublishVersion};return this.definitionId?t.id=this.definitionId:this.id?t.id=this.id:this.code&&(t.code=this.code,t.version=this.version),t},adminSave(){const e=this.getProcessXml();if(this.code||this.id||this.definitionId){const t=this.baseAPI+"/wf-editor/workflow-definitions/states",o={};this.definitionId?o.id=this.definitionId:this.id?o.id=this.id:this.code&&(o.code=this.code,o.version=this.version),this.$http.post(t,o).then(r=>{r==="DRAFT"?this.saveWf(e,this.baseAPI+"/wf-editor/workflow-definitions/updates").then(()=>{this.isShowEnable=!0,window.$store.commit("wfEditor/setIsCreateDefinition","false"),this.$alert(this.$t("workflowEditorMessage.updateSuccessful"))}):this.isAdminSave=!0})}else{const t={xml:e,publishVersion:this.systemPublishVersion};this.$http.post(this.baseAPI+"/wf-editor/workflow-definitions",t).then(o=>{this.isShowEnable=!0,window.$store.commit("wfEditor/setIsCreateDefinition","false"),this.definitionId=o.id,this.$alert(this.$t("workflowEditorMessage.savedSuccessfully"))})}},updateWfVersion(){const e=this.getProcessXml();this.saveWf(e,this.baseAPI+"/wf-editor/workflow-definitions/update-version").then(()=>{window.$store.commit("wfEditor/setIsCreateDefinition","false"),this.isAdminSave=!1,this.$alert(this.$t("workflowEditorMessage.updateVersionSuccessful"))})},addWfVersion(){const e=this.getProcessXml();this.saveWf(e,this.baseAPI+"/wf-editor/workflow-definitions/updates").then(()=>{this.isShowEnable=!0,window.$store.commit("wfEditor/setIsCreateDefinition","false"),this.isAdminSave=!1,this.$alert(this.$t("workflowEditorMessage.addVersionSuccessful"))})},exportProcessFromClient(){const e=new Blob([this.getProcessXml()],{type:"text/xml;charset=utf-8"});FileSaver.saveAs(e,this.process.attr.name+".xml")},exportProcess(){const e=this.getProcessXml();this.$http({method:"post",url:this.baseAPI+"/wf-editor/save-as-xmls",data:{xmlContent:e}}).then(t=>{this.download(t),console.log(this.$t("workflowEditorMessage.exportSucceeded"))})},download(e){if(!e)return;const t=window.URL.createObjectURL(new Blob([e])),o=document.createElement("a");o.style.display="none",o.href=t,o.setAttribute("download","myXml.xml"),document.body.appendChild(o),o.click()},uploadSuccess(e,t,o){const r=e;this.clearCanvas(),this.initProcessByXml(r),this.$refs.upload.clearFiles()},getCurrentPosition(e){if(this.componentToDraw){const t=this.$refs.wfEditor.getBoundingClientRect();this.currentPosition={x:e.clientX-t.x-22,y:e.clientY-t.y-22}}},startDrag(e){this.getCurrentPosition(e)},drag(e){this.getCurrentPosition(e)},endDrag(){this.componentToDraw&&this.setComponentToDraw("")},addTache(e){if(this.componentToDraw){const t=getMousePosition(e),o=processTemplate["new"+this.componentToDraw]();o.attr.id=this.componentToDraw.charAt(0).toLowerCase()+this.componentToDraw.substring(1)+"_"+this.count;const r={id:o.attr.id,name:o.attr.name,x:t.x-this.componentInfo.width/2,y:t.y-this.componentInfo.height/2,width:this.componentInfo.width,height:this.componentInfo.height,type:this.componentToDraw,isSelected:!1};r.ref=o,this.taches.push(r),this.count++}},copyTache(){const e=this.selectedTaches&&this.selectedTaches.length>0?this.selectedTaches[0]:null;if(!e)return;const t=JSON.parse(JSON.stringify(e)),o=t.type,r=t.ref;r.attr.id=o.charAt(0).toLowerCase()+o.substring(1)+"_"+this.count,r.attr.name=e.name+"_copy",t.id=r.attr.id,t.name=r.attr.name,t.x=e.x+20,t.y=e.y+20,t.isSelected=!1,t.ref=r,this.taches.push(t),this.count++,this.setSourceComponentForCopy("")},clearStatus(){this.componentToDraw&&this.setComponentToDraw("")},getMaxCount(){let e=0;return this.taches.map(t=>{let o=t.id.substring(t.id.lastIndexOf("_")+1);o=+o,e<o&&(e=o)}),e},selectProcessFile(){this.$refs.processFile.click()},openXmlFromClient(){if(this.$refs.processFile.value==="")return;const e=this.$refs.processFile.files[0],t=new FileReader;t.readAsText(e);const o=this;t.onload=function(){o.clearCanvas(),o.initProcessByXml(t.result),o.$refs.processFile.value=""}},enableWf(){this.definitionId&&this.$http.put(this.baseAPI+"/wf-editor/workflow-editors/"+this.definitionId+"/states").then(()=>{this.getWorkflowDefVersionList(),this.isShowEnable=!1,this.$alert(this.$t("workflowEditorMessage.enabledSuccessfully"))})}}},_hoisted_1$a={style:{width:"100%",height:"100%",background:"#fff"}},_hoisted_2$6={key:0,class:"xml line-numbers"};function _sfc_render$a(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("el-option"),a=Vue.resolveComponent("el-select"),d=Vue.resolveComponent("el-row"),u=Vue.resolveComponent("toolbox"),c=Vue.resolveComponent("workflow-canvas"),m=Vue.resolveComponent("el-tab-pane"),A=Vue.resolveComponent("el-tabs"),C=Vue.resolveComponent("icon-svg"),g=Vue.resolveComponent("context-menu"),E=Vue.resolveComponent("admin-save-dialog"),p=Vue.resolveDirective("permission");return Vue.openBlock(),Vue.createElementBlock("div",{ref:"wfEditor",style:{position:"relative",height:"100%"},onMousedown:t[9]||(t[9]=f=>e.setContextMenuVisible(!1)),onMousewheel:t[10]||(t[10]=f=>e.setContextMenuVisible(!1))},[Vue.createVNode(d,{class:"button-area"},{default:Vue.withCtx(()=>[o.readonly?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(s,{key:0,type:"primary",onClick:i.saveXml},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.save")),1)]),_:1},8,["onClick"])),o.readonly?Vue.createCommentVNode("",!0):Vue.withDirectives((Vue.openBlock(),Vue.createBlock(s,{key:1,class:"button--default",onClick:i.adminSave},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.adminSave")),1)]),_:1},8,["onClick"])),[[p,"wf.workflowDefinition.adminSave"]]),e.isShowEnable?(Vue.openBlock(),Vue.createBlock(s,{key:2,class:"button--default",onClick:i.enableWf},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.enable")),1)]),_:1},8,["onClick"])):Vue.createCommentVNode("",!0),Vue.createVNode(s,{class:"button--default",onClick:i.exportProcessFromClient},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.export")),1)]),_:1},8,["onClick"]),o.readonly?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(s,{key:3,class:"button--default",onClick:i.selectProcessFile},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.open"))+" ",1),Vue.createElementVNode("input",{ref:"processFile",type:"file",name:"processFile",accept:".xml",style:{display:"none"},onChange:t[0]||(t[0]=(...f)=>i.openXmlFromClient&&i.openXmlFromClient(...f))},null,544)]),_:1},8,["onClick"])),Vue.createVNode(s,{type:"primary",class:"button--return",onClick:t[1]||(t[1]=f=>e.$emit("back"))},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("workflowEditorPublicModel.return")),1)]),_:1}),e.isShowDefVersionList?(Vue.openBlock(),Vue.createBlock(a,{key:4,modelValue:e.defVersion,"onUpdate:modelValue":t[2]||(t[2]=f=>e.defVersion=f),style:{"padding-left":"10px",width:"200px"},onChange:i.changeDefVersion},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.workflowDefVersionList,f=>(Vue.openBlock(),Vue.createBlock(l,{key:f.definitionVersion,label:f.definitionVersion,value:f.definitionVersion},null,8,["label","value"]))),128))]),_:1},8,["modelValue","onChange"])):Vue.createCommentVNode("",!0)]),_:1}),Vue.createElementVNode("div",{class:"main",onMousedown:t[4]||(t[4]=(...f)=>i.startDrag&&i.startDrag(...f)),onMousemove:t[5]||(t[5]=(...f)=>i.drag&&i.drag(...f)),onMouseup:t[6]||(t[6]=(...f)=>i.endDrag&&i.endDrag(...f)),onMouseleave:t[7]||(t[7]=(...f)=>i.clearStatus&&i.clearStatus(...f))},[o.readonly?Vue.createCommentVNode("",!0):(Vue.openBlock(),Vue.createBlock(u,{key:0,class:"toolbox",onselectstart:"return false",oncontextmenu:"return false"})),(Vue.openBlock(),Vue.createElementBlock("section",{class:"tabBox",key:e.canvasKey},[Vue.createVNode(A,{modelValue:e.activeTab,"onUpdate:modelValue":t[3]||(t[3]=f=>e.activeTab=f),class:"tabs"},{default:Vue.withCtx(()=>[Vue.createVNode(m,{label:e.$t("workflowEditorPublicModel.flowChart"),name:"canvas",class:"tab-pane"},{default:Vue.withCtx(()=>[Vue.createVNode(c,{onselectstart:"return false",process:e.process,class:"canvas",onMouseup:i.addTache,onContextmenu:Vue.withModifiers(i.showContextMenu,["prevent"])},null,8,["process","onMouseup","onContextmenu"])]),_:1},8,["label"]),Vue.createVNode(m,{label:"XML",name:"xml",class:"tab-pane"},{default:Vue.withCtx(()=>[Vue.createElementVNode("div",_hoisted_1$a,[e.activeTab==="xml"?(Vue.openBlock(),Vue.createElementBlock("pre",_hoisted_2$6,[Vue.createElementVNode("code",{ref:"xml",class:"language-xml"},Vue.toDisplayString(e.xml),513)])):Vue.createCommentVNode("",!0)])]),_:1})]),_:1},8,["modelValue"])]))],32),e.componentToDraw?(Vue.openBlock(),Vue.createBlock(C,{key:0,style:Vue.normalizeStyle({height:i.componentInfo.height,width:i.componentInfo.width,color:i.componentInfo.color,left:e.currentPosition.x+"px",top:e.currentPosition.y+"px"}),icon:i.componentInfo.icon,class:"component-icon"},null,8,["style","icon"])):Vue.createCommentVNode("",!0),e.contextMenuVisible?(Vue.openBlock(),Vue.createBlock(g,{key:1,style:Vue.normalizeStyle({position:"absolute",left:e.contextMenuPosition.x+"px",top:e.contextMenuPosition.y+"px"})},null,8,["style"])):Vue.createCommentVNode("",!0),e.isAdminSave?(Vue.openBlock(),Vue.createBlock(E,{key:2,onClose:t[8]||(t[8]=f=>e.isAdminSave=!1),onUpdate:i.updateWfVersion,onAdd:i.addWfVersion},null,8,["onUpdate","onAdd"])):Vue.createCommentVNode("",!0)],544)}const WorkflowEditor$1=_export_sfc$1(_sfc_main$c,[["render",_sfc_render$a],["__scopeId","data-v-e7af860a"]]),getters={taches:e=>e.taches,transitions:e=>e.transitions,startJoint:e=>e.startJoint,endJoint:e=>e.endJoint,isMovingTache:e=>e.isMovingTache,mouseDownPosition:e=>e.mouseDownPosition,isDrawingRegion:e=>e.isDrawingRegion,isMovingRegion:e=>e.isMovingRegion,selectedTaches:e=>e.selectedTaches,selectedTransition:e=>e.selectedTransition,resizerToMove:e=>e.resizerToMove,draggerToMove:e=>e.draggerToMove,propertiesEditorFor:e=>e.propertiesEditorFor,componentToDraw:e=>e.componentToDraw,controlPointToMove:e=>e.controlPointToMove,formFields:e=>e.formFields,formCode:e=>e.formCode,formFieldsWithSub:e=>e.formFieldsWithSub,contextMenuVisible:e=>e.contextMenuVisible,systemCode:e=>e.systemCode,processCode:e=>e.processCode,processI18n:e=>e.processI18n,subtableConditionMap:e=>e.subtableConditionMap,propSettingKeyList:e=>e.propSettingKeyList,systemVersion:e=>e.systemVersion,tableCode:e=>e.tableCode,isHandleCreate:e=>e.isHandleCreate,isCreateDefinition:e=>e.isCreateDefinition,pageCode:e=>e.pageCode,sourceComponentType:e=>e.sourceComponentType},wfEditor={namespaced:!0,state:{taches:[],transitions:[],startJoint:null,endJoint:null,isMovingTache:!1,mouseDownPosition:null,isDrawingRegion:!1,isMovingRegion:!1,selectedTaches:[],selectedTransition:null,resizerToMove:null,draggerToMove:null,propertiesEditorFor:"",componentToDraw:"",controlPointToMove:null,formFields:[],formFieldsWithSub:[],contextMenuVisible:!1,formCode:null,systemCode:null,systemVersion:null,processCode:null,processI18n:null,subtableConditionMap:null,propSettingKeyList:null,tableCode:null,isCreateDefinition:"",isHandleCreate:"",pageCode:null,sourceComponentType:""},getters,mutations:{setTaches(e,t){e.taches=t},setTransitions(e,t){e.transitions=t},clearCanvas(e){e.taches=[],e.transitions=[]},resetState(e){e.isMovingTache=!1,e.startJoint=null,e.endJoint=null,e.isDrawingRegion=!1,e.isMovingRegion=!1,e.resizerToMove=null,e.draggerToMove=null,e.controlPointToMove=null},stopDrawingLine(e){e.startJoint=null,e.endJoint=null},setStartJoint(e,t){e.startJoint=t},setEndJoint(e,t){e.endJoint=t},setMovingTache(e,t){e.isMovingTache=t},setMouseDownPosition(e,t){e.mouseDownPosition=t},setDrawingRegion(e,t){e.isDrawingRegion=t},setMovingRegion(e,t){e.isMovingRegion=t},setSelectedTaches(e,t){e.selectedTaches=t},setSelectedTransition(e,t){e.selectedTransition=t},setResizerToMove(e,t){e.resizerToMove=t},setDraggerToMove(e,t){e.draggerToMove=t},setPropertiesEditorFor(e,t){console.log("setPropertiesEditorFor======",t,"state===",e),e.propertiesEditorFor=t},setComponentToDraw(e,t){e.componentToDraw=t},setControlPointToMove(e,t){e.controlPointToMove=t},setFormFields(e,t){e.formFields=t},setFormCode(e,t){e.formCode=t},setFormFieldsWithSub(e,t){e.formFieldsWithSub=t},setContextMenuVisible(e,t){e.contextMenuVisible=t},setSystemCode(e,t){e.systemCode=t},setProcessCode(e,t){e.processCode=t},setProcessI18n(e,t){e.processI18n=t},setSubtableConditionMap(e,t){e.subtableConditionMap=t},setPropSettingKeyList(e,t){e.propSettingKeyList=t},setSystemVersion(e,t){e.systemVersion=t},setTableCode(e,t){e.tableCode=t},setTableCode(e,t){e.tableCode=t},setIsCreateDefinition(e,t){e.isCreateDefinition=t},setIsHandleCreate(e,t){e.isHandleCreate=t},setPageCode(e,t){e.pageCode=t},setSourceComponentForCopy(e,t){e.sourceComponentType=t}}};function i18nOperation(e,t,o,r){let n=e.transactionResult;const i=e.historyType;if(!e.current&&i)if(e.transactionParams){const s=JSON.parse(e.transactionParams);let l=i.toLowerCase();const a=isCommonButtonOperation(i);if(a?l="commonButtonOperation":l==="process_end"&&(l="processEnd"),a||i==="HISTORY_COMPLETE_TRANSFER"){const d=s[2];s.key_2=getI18n$1().t("workflowButton."+d),s[2].indexOf("workflowButton.")===0&&(s[2]=d)}if(l==="process_start"&&t&&t!==null)s.key_1=t,n=getI18n$1().t("workflowHistoryList."+l,s);else{const d={};for(const u in s){let c=u+"";(u+"").indexOf("key_")<0&&(c="key_"+c),d[c]=s[u]}if(o&&r)for(const u in s){let c=u+"";(u+"").indexOf("key_")<0&&(c="key_"+c),d[c]=s[u];const m=s[u];if(m.indexOf("${taskNodeId:")>=0){const A=m.substring(m.indexOf(":")+1,m.indexOf("##")),C=m.substring(m.indexOf("##")+2,m.lastIndexOf("}")),g=o[A];g&&g[r]&&g[r]!==""?d[c]=g[r]:d[c]=C}}n=getI18n$1().t("workflowHistoryList."+l,d)}}else n=getI18n$1().t("workflowHistoryList."+i.toLowerCase());return n}function isCommonButtonOperation(e){return e==="HISTORY_SUBMIT"||e==="HISTORY_AGREE"||e==="HISTORY_DISAGREE"||e==="HISTORY_AGREEMENT"||e==="HISTORY_OPPOSE"||e==="HISTORY_KIKEN"||e==="HISTORY_SIGNOFF"||e==="HISTORY_SEND"||e==="HISTORY_DISTRIBUTE"||e==="HISTORY_READED"}const tacheSubprocessHistoryDialog_vue_vue_type_style_index_0_scoped_2b195c05_lang="",_sfc_main$b={name:"TacheSubprocessHistoryDialog",props:{workflowId:{type:Number,default:null}},data(){return{dialogVisible:!0}}},_hoisted_1$9=["src"];function _sfc_render$9(e,t,o,r,n,i){const s=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createBlock(s,{"model-value":"",title:e.$t("workflowEditorPublicModel.subprocessTitle"),"close-on-click-modal":!1,"append-to-body":"",width:"90%",top:"5vh",onOpen:t[0]||(t[0]=l=>e.$emit("open")),onOpend:t[1]||(t[1]=l=>e.$emit("opend")),onClose:t[2]||(t[2]=l=>e.$emit("close")),onClosed:t[3]||(t[3]=l=>e.$emit("closed"))},{default:Vue.withCtx(()=>[Vue.createElementVNode("iframe",{id:"_subprocess-content",src:"#/show-sub-wf-history?workflowId="+o.workflowId,name:"_subprocess-content",title:"Subprocess Content",frameborder:"0"},null,8,_hoisted_1$9)]),_:1},8,["title"])}const TacheSubprocessHistoryDialog=_export_sfc$1(_sfc_main$b,[["render",_sfc_render$9],["__scopeId","data-v-2b195c05"]]),wfHistoryCanvas_vue_vue_type_style_index_0_lang="",_sfc_main$a={name:"WfHistoryCanvas",components:{Start,End,HumanTask,Decision,Subprocess,CustomTask,Fork,Join,HumanDecision,CopyTask,Transition,TacheHistoryTooltip,TacheSubprocessHistoryDialog,AutoTask},props:{process:{type:Object,default:null},histories:{type:Array,default:null},currentTasks:{type:Array,default:null},allProcessI18n:{type:Object,default:null}},data:function(){return{showHistory:!1,tooltipPosition:null,tacheHistoryInfo:null,showSubprocessDialog:!1,subWorkflowId:null}},computed:{...mapGetters("wfEditor",["taches","transitions","processI18n"])},mounted:function(){},methods:{getTacheClass(e){if(this.getCurrentTache(e))return"current-tache";{const t=this.getPassedTache(e);return t&&t.current?"current-tache":t?"passed-tache":""}},getPassedTache(e){let t=null;for(const o of this.histories)if(o.historyType==="PROCESS_START"&&e.ref.attr.id&&e.ref.attr.id==="start"||o.historyType==="PROCESS_END"&&e.ref.attr.id&&e.ref.attr.id==="end"||e.ref.attr.name&&o.taskName&&o.taskName===e.ref.attr.name){t=o;break}return t},getPassedTacheHistories(e){const t=[];for(const o of this.histories)(o.historyType==="PROCESS_START"&&e.ref.attr.id&&e.ref.attr.id==="start"||o.historyType==="PROCESS_END"&&e.ref.attr.id&&e.ref.attr.id==="end"||e.ref.attr.name&&o.taskName&&o.taskName===e.ref.attr.name)&&t.push(this.i18nOperation(o));return t},i18nOperation(e){let t,o;const r=getLanguageWithLocale(),n=e.bundleCode;return n&&n!==""&&this.processI18n&&(t=this.processI18n[n]),t&&t.processName&&(o=t.processName[r]),i18nOperation(e,o,t,r)},getCurrentTache(e){let t=null;for(const o of this.currentTasks)if(o.taskName===e.ref.attr.name){t=o;break}return t},getTacheHistory(e){let t=null,o;const r=this.getPassedTacheHistories(e);r&&r.length>0&&(o=r.join("</br>"));const n=this.getCurrentTache(e);return n?(t=this.$t("workflowEditorMessage.currentHandlingPersonnel")+": "+n.transactionResult,o&&(t+="</br>"+o)):t=o,t},forbidSelection(){return!1},mousedown(e){console.log("mousedown")},mousemove(e){},mouseup(e){},mouseleave(e){},endDrag(e){},showTacheHistoryTooltip(e,t){this.tacheHistoryInfo=this.getTacheHistory(e),this.showHistory=!0},hideTacheHistoryTooltip(){this.showHistory=!1},updateTacheHistoryTooltipPosition(e){const t=getMousePosition(e);this.tooltipPosition={left:t.x+5+"px",top:t.y+5+"px"}},showSubprocessHistory(e){const t=this.getPassedTache(e);t&&t.hasChildren!==void 0&&t.hasChildren===!0&&(t.children&&t.children.length>0&&(this.subWorkflowId=t.children[0].workflowId),this.showSubprocessDialog=!0)},closeSubprocessHistory(){this.showSubprocessDialog=!1}}},_hoisted_1$8={ref:"svgContainer",style:{position:"relative"}},_hoisted_2$5=Vue.createElementVNode("defs",null,[Vue.createElementVNode("marker",{id:"arrow",markerWidth:"10",markerHeight:"10",refX:"6",refY:"2",orient:"auto",markerUnits:"strokeWidth"},[Vue.createElementVNode("path",{d:"M0,0 L0,4 L6,2 z",fill:"#666"})])],-1);function _sfc_render$8(e,t,o,r,n,i){const s=Vue.resolveComponent("tache-history-tooltip"),l=Vue.resolveComponent("tache-subprocess-history-dialog");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$8,[(Vue.openBlock(),Vue.createElementBlock("svg",{id:"svg",width:"2000",height:"2000",onMousedown:t[0]||(t[0]=(...a)=>i.mousedown&&i.mousedown(...a)),onMousemove:t[1]||(t[1]=(...a)=>i.mousemove&&i.mousemove(...a)),onMouseup:t[2]||(t[2]=(...a)=>i.mouseup&&i.mouseup(...a)),onMouseleave:t[3]||(t[3]=(...a)=>i.mouseleave&&i.mouseleave(...a))},[_hoisted_2$5,(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.taches,a=>(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(a.type),{key:a.id,model:a,class:Vue.normalizeClass([i.getTacheClass(a)]),"display-mode":a.displayMode,onMouseenter:d=>i.showTacheHistoryTooltip(a,d),onMouseleave:d=>i.hideTacheHistoryTooltip(a),onMousemove:i.updateTacheHistoryTooltipPosition,onClick:d=>i.showSubprocessHistory(a)},null,40,["model","class","display-mode","onMouseenter","onMouseleave","onMousemove","onClick"]))),128)),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.transitions,a=>(Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent("transition"),{key:a.id,model:a},null,8,["model"]))),128))],32)),e.showHistory&&e.tacheHistoryInfo?(Vue.openBlock(),Vue.createBlock(s,{key:0,style:Vue.normalizeStyle(e.tooltipPosition),content:e.tacheHistoryInfo},null,8,["style","content"])):Vue.createCommentVNode("",!0),e.showSubprocessDialog?(Vue.openBlock(),Vue.createBlock(l,{key:1,"workflow-id":e.subWorkflowId,onClose:i.closeSubprocessHistory},null,8,["workflow-id","onClose"])):Vue.createCommentVNode("",!0)],512)}const WfHistoryCanvas=_export_sfc$1(_sfc_main$a,[["render",_sfc_render$8]]),apis={refresh(){this.showHistory()}},workflowHistory_vue_vue_type_style_index_0_scoped_6658e14b_lang="",_sfc_main$9={name:"WorkflowHistory",components:{WfHistoryCanvas},props:{id:{type:Number,default:null}},data:function(){return{process:null,histories:[],currentTasks:[],allProcessI18n:null}},computed:{...mapGetters("wfEditor",["componentToDraw","taches","transitions","contextMenuVisible"]),...mapGetters(["sidebar"])},watch:{},created:function(){this.showHistory()},mounted:function(){},methods:{...apis,...mapMutations("wfEditor",["setComponentToDraw","clearCanvas","setContextMenuVisible","setProcessI18n"]),showHistory(){this.clearCanvas(),this.id?this.$http.get(this.baseAPI+"/wf-editor/i18n-settings/get-bundle-info?workflowId="+this.id).then(e=>{this.allProcessI18n=e;const t=this.baseAPI+"/wf-editor/instance-histories/"+this.id;this.$http.get(t).then(o=>{this.initProcessByXml(o.xml);let r;o.histories&&o.histories.length>0&&(r=o.histories[0].bundleCode),!r&&o.currentTasks&&o.currentTasks.length>0&&(r=o.currentTasks[0].bundleCode),r&&this.setProcessI18n(e[r]),this.histories=o.histories,this.currentTasks=o.currentTasks})}):(this.process=processTemplate.newProcess(),initializeProcessData(this.process))},showContextMenu(e){},initProcessByXml(e){const t={nativeType:!0,attributesKey:"attr",compact:!0,ignoreComment:!0,spaces:4},o=convert.xml2js(e,t);removeTextProperty(o.process),this.process=o.process,initializeProcessData(this.process)}}},_hoisted_1$7={ref:"wfEditor",style:{position:"relative",height:"100%"}},_hoisted_2$4={class:"main"};function _sfc_render$7(e,t,o,r,n,i){const s=Vue.resolveComponent("wf-history-canvas");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$7,[Vue.createElementVNode("div",_hoisted_2$4,[Vue.createElementVNode("section",null,[Vue.createVNode(s,{onselectstart:"return false",process:e.process,histories:e.histories,"current-tasks":e.currentTasks,"all-process-i18n":e.allProcessI18n,"show-history":!0,class:"canvas",onContextmenu:Vue.withModifiers(i.showContextMenu,["prevent"])},null,8,["process","histories","current-tasks","all-process-i18n","onContextmenu"])])])],512)}const WorkflowHistory$1=_export_sfc$1(_sfc_main$9,[["render",_sfc_render$7],["__scopeId","data-v-6658e14b"]]);WorkflowEditor$1.install=function(e){e.component(WorkflowEditor$1.name,WorkflowEditor$1),e.component(WorkflowHistory$1.name,WorkflowHistory$1)};const workflow={WorkflowEditor:WorkflowEditor$1,WorkflowHistory:WorkflowHistory$1,wfEditorStore:wfEditor};function getLeafPropRule(e,t){const o={},r=e.dataType;return r==="DATE"||r==="TIME"?(o.type="date",packageCustomValidator(o),o.message=e.label+" "+getI18n().t("workflowEditorMessage.requiredAndMustBeADate")):r==="INTEGER"||r==="LONG"?(o.pattern=/^-?\d+$/,o.message=e.label+" "+getI18n().t("workflowEditorMessage.requiredAndMustBeAnInteger")):r==="FLOAT"||r==="DOUBLE"?(o.pattern=new RegExp("^(-?\\d+)(\\.\\d+)?$"),o.message=e.label+" "+getI18n().t("workflowEditorMessage.requiredAndMustBeDecimal")):r==="BOOLEAN"?(o.type="boolean",o.message=e.label+" "+getI18n().t("workflowEditorMessage.mustFill"),packageCustomValidator(o)):o.message=e.label+" "+getI18n().t("workflowEditorMessage.mustFill"),e.canEdit&&(o.required=!0,o.trigger="blur"),e.rowIndexes&&(o.rowIndexes=e.rowIndexes),e.condition&&(o.condition=e.condition),t[e.name]=e.dataType,o}function packageCustomValidator(e){e&&e.type&&e.type==="boolean"?e.validator=function(t,o,r){return o==null?!t.required:typeof o=="number"&&(o===1||o===0)?!0:typeof o=="boolean"&&(o===!0||o===!1)}:e&&e.type&&e.type==="date"&&(e.validator=function(t,o,r){if(o==null)return!t.required;{const n=new Date(o);return!isNaN(n.getTime())}})}function setObjectPropRule(e,t,o,r){const n={};let i=e.name;o===!0&&(i=i),t||(t={});const s=i.split(".");for(let l=0;l<s.length;l++){const a=s[l];let d;if(l===s.length-1)d=getEndObjectRule(n,s,a),d.fields[a]=getLeafPropRule(e,r);else{let u;l===0?d=t:(u=getLastObjectRule(n,s,s[l-1]),d=u.fields),d[a]||(d[a]={type:"object",required:!0,fields:{}}),l===0?n[a]=d[a]:u.fields[a]=d[a]}}}function getLastObjectRule(e,t,o){let r;for(let n=0;n<t.length;n++){const i=t[n];if(n===0?r=e[i]:r=r.fields[t[n]],i===o)break}return r}function getEndObjectRule(e,t,o){let r;for(let n=0;n<t.length&&(n===0?r=e[t[n]]:r=r.fields[t[n]],!(n!==t.length-1&&t[n+1]===o));n++);return r}function getValidator(e,t,o,r,n,i){typeof o>"u"&&(o=!1);const s={},l={},a={},d={};return e&&e.forEach(c=>{const m=c.canEdit;if(typeof m<"u"&&m===!0){let A=c.name;if(A){o===!0&&(A=A);const C=c.condition,g=null;let E=null;if(A.indexOf(".")>0&&A.indexOf("$")===0?E=!0:E=parseSubTablePermissionCondition(C,l,g,t,r,n,i),E!=null&&E===!0){let p={};if(A.indexOf(".")>0)A.indexOf("$")===0?setSubObjectFieldRule(c,d,t,o,l):setMainObjectFieldRule(c,s,t,o,l);else if(A.indexOf("$")===0){const f=A.substring(A.indexOf("$")+1);a[f]={required:!0,message:getI18n().t("workflowEditorMessage.subTableMustInputDatas",{subTable:c.label})}}else p=getLeafPropRule(c,l),s[A]=p}}}}),Object.keys(d).length>0||Object.keys(a).length>0?{rules:s,subRules:d,totalSubRules:a,dataTypeMap:l}:s}function setMainObjectFieldRule(e,t,o,r,n){let i=e.name;r===!0&&(i=i);const s=i.substring(0,i.indexOf("."));if(o){o[s]||(o[s]={});const l=o[s],a=i.substring(i.indexOf(".")+1);isNeedValidate(a,l)&&setObjectPropRule(e,t,r,n)}}function isNeedValidate(e,t){if(e.indexOf(".")>0){let o=t;const r=e.split(".");for(let n=0;n<r.length-1;n++){const i=r[n];if(!o||!o[i])return!1;o=o[i]}return!0}else return!0}function setSubObjectFieldRule(e,t,o,r,n){let i=e.name;r===!0&&(i=i);const s=i.substring(i.indexOf("$")+1,i.indexOf("."));if(!o)return;const l=o[s],a=i.substring(i.indexOf(".")+1);t[s]||(t[s]={});const d=JSON.parse(JSON.stringify(e));if(d.name=a,a.indexOf(".")>0){if(typeof l<"u"&&l===null&&l.length===0){const u=l[0];setMainObjectFieldRule(d,t[s],u,r,n)}}else t[s][a]=getLeafPropRule(d,n)}function validator(e,t,o,r,n,i,s){return validatorEntity(e,t,o,!0,r,n,i,s)}function validatorEntity(e,t,o,r,n,i,s,l){let a=!1;const d=new Schema(t);let u;if(d.validate(e,{first:!0},(c,m)=>{if(c){const A=c[0].message;u=c[0].field,typeof o<"u"&&o!==null?i!==void 0&&s!==void 0?a=getI18n().t("workflowEditorMessage.pageRecordLine",{pageNum:i,row:s})+","+A:a=getI18n().t("workflowEditorMessage.recordLine",{row:o+1})+","+A:a=A}else a=!0;if(u&&r===!0&&n!==void 0&&n===!0&&/[A-Z]+/.test(u)&&e[u.toLowerCase()]!==void 0){const C=JSON.parse(JSON.stringify(e));C[u.toUpperCase()]=e[u.toLowerCase()],delete C[u.toLowerCase()],a=validatorEntity(C,t,o,!1,n,i,s)}}),l){let c={msg:a,field:u};return i!==void 0&&s!==void 0?(c.pageNum=i,c.rowIndex=s):c.rowIndex=o,c}else return a}function validateSub(e,t,o,r,n,i,s,l,a,d){let u={};if(o&&(u=JSON.parse(JSON.stringify(o))),t){console.log("formValidator333--subRules=",t);const c=Object.keys(t);for(let m=0;m<c.length;m++){const A=c[m],C=t[A];console.log("formValidator44--subFieldRule=",C);const g=Object.keys(C);console.log("formValidator555--subFieldProps=",g);let E=e[A];E||(E=[]);const p=validateTotalSubTable(u,e,A);if(p!==!0)return delete u[A],d?{msg:p,listCode:A}:p;let f,w=[];a&&a[A]&&(f=a[A].pageSize,w=a[A].fields||[]);for(let v=0;v<E.length;v++){const b=E[v],O=packageRowRule(g,C,E[v],n,e,i,s,l,w);console.log("formValidator666--rowRule=",O);let N,P;f!==void 0&&f>0&&(N=Math.ceil((v+1)/f),P=v+1-(N-1)*f),Object.keys(O).forEach(Q=>{const q=O[Q];if(q&&q.rules&&(O[Q]=q.rules),q&&q.beforeValidate){const K=q.beforeValidate;typeof K=="function"&&K({row:b,parent:e,rowIndex:v})===!1&&(O[Q]=[])}});const S=validator(b,O,v,r,N,P,d);if(!d&&S!==!0||d&&S.msg!==!0)return d&&(S.listCode=A),S}}}for(const c in u){const m=validateTotalSubTable(u,e,c);if(m!==!0)return d?{msg:m,listCode:c}:m}return d?{msg:!0}:!0}function getEntityId(e){if(e&&e.id)return e.id;if(e&&e.ID)return e.ID}function packageRowRule(e,t,o,r,n,i,s,l,a){const d=getEntityId(o),u={};for(let c=0;c<e.length;c++){const m=e[c];if(a.indexOf(m)<0)continue;const A=t[m],C=A.condition,g=parseSubTablePermissionCondition(C,r,n,o,i,s,l);if(g!=null&&g===!0)if(d===void 0)u[m]=A;else{const E=A.rowIndexes;(!E||E.indexOf(d)>=0)&&(u[m]=A)}}return u}function validateTotalSubTable(e,t,o){let r=t[o];return r||(r=[]),r.length===0&&e&&e[o]&&e[o].required!==void 0&&e[o].required===!0?e[o].message:!0}function formValidator$1(e,t,o,r,n,i,s,l){const a=Object.keys(t);if(a.indexOf("rules")>=0&&a.indexOf("subRules")>=0&&a.indexOf("totalSubRules")>=0){const d=t.rules,u=t.subRules,c=t.totalSubRules,m=t.dataTypeMap;let A=validator(e,d,null,o,null,null,l);return(!l&&A===!0||l&&A.msg===!0)&&(u||c)&&(A=validateSub(e,u,c,o,m,r,n,i,s,l)),A}else return validator(e,t,null,o,null,null,l)}function underscoreName(e){return e}const formValidatorService={formValidator:formValidator$1,getValidator},formValidator={install:function(e,t){e.config.globalProperties.$formValidator=formValidatorService.formValidator,e.config.globalProperties.$getValidator=formValidatorService.getValidator}},WorkflowEditor=workflow.WorkflowEditor,WorkflowHistory=workflow.WorkflowHistory,wfEditorStore=workflow.wfEditorStore,components=[WorkflowEditor,WorkflowHistory],install=function(e){install.installed||(components.forEach(t=>{e.component(t.name,t)}),e.use(formValidator))};typeof window<"u"&&window.Vue&&install(window.Vue);const index$1={install,WorkflowEditor,wfEditorStore},_sfc_main$8={beforeCreate(){const{params:e,query:t}=this.$route,{path:o}=e;this.$router.replace({path:"/"+o,query:t})},render(){return Vue__namespace.h()}},index=Object.freeze(Object.defineProperty({__proto__:null,default:_sfc_main$8},Symbol.toStringTag,{value:"Module"})),iframePage_vue_vue_type_style_index_0_scoped_b934c9c3_lang="",_sfc_main$7={data(){return{src:null}},watch:{$route(e,t){this.src=this.$route.query.src}},mounted(){this.src=this.$route.query.src}},_hoisted_1$6=["src"];function _sfc_render$6(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("div",null,[n.src&&n.src!==null?(Vue.openBlock(),Vue.createElementBlock("iframe",{key:0,ref:"menuContent",src:n.src,name:"menu-content",title:"Main content",frameborder:"0"},null,8,_hoisted_1$6)):Vue.createCommentVNode("",!0)])}const iframePage=_export_sfc$1(_sfc_main$7,[["render",_sfc_render$6],["__scopeId","data-v-b934c9c3"]]),iframePage$1=Object.freeze(Object.defineProperty({__proto__:null,default:iframePage},Symbol.toStringTag,{value:"Module"})),_sfc_main$6={name:"AuthRedirect",created(){const e=window.location.search.slice(1);window.opener.location.href=window.location.origin+"/login#"+e,window.close()}},authredirect=Object.freeze(Object.defineProperty({__proto__:null,default:_sfc_main$6},Symbol.toStringTag,{value:"Module"})),_imports_0="data:image/png;base64,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",_imports_1="data:image/png;base64,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",_404_vue_vue_type_style_index_0_scoped_d42ee7f0_rel_stylesheet_2Fscss_lang="",_sfc_main$5={name:"Page404",computed:{message(){return"页面不存在"}}},_withScopeId$1=e=>(Vue.pushScopeId("data-v-d42ee7f0"),e=e(),Vue.popScopeId(),e),_hoisted_1$5={class:"wscn-http404-container"},_hoisted_2$3={class:"wscn-http404"},_hoisted_3$2=Vue.createStaticVNode('<div class="pic-404" data-v-d42ee7f0><img class="pic-404__parent" src="'+_imports_0+'" alt="404" data-v-d42ee7f0><img class="pic-404__child left" src="'+_imports_1+'" alt="404" data-v-d42ee7f0><img class="pic-404__child mid" src="'+_imports_1+'" alt="404" data-v-d42ee7f0><img class="pic-404__child right" src="'+_imports_1+'" alt="404" data-v-d42ee7f0></div>',1),_hoisted_4$2={class:"bullshit"},_hoisted_5$2={class:"bullshit__headline"},_hoisted_6$1=_withScopeId$1(()=>Vue.createElementVNode("div",{class:"bullshit__info"},"请检查您输入的网址是否正确",-1));function _sfc_render$5(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$5,[Vue.createElementVNode("div",_hoisted_2$3,[_hoisted_3$2,Vue.createElementVNode("div",_hoisted_4$2,[Vue.createElementVNode("div",_hoisted_5$2,Vue.toDisplayString(i.message),1),_hoisted_6$1])])])}const _404=_export_sfc$1(_sfc_main$5,[["render",_sfc_render$5],["__scopeId","data-v-d42ee7f0"]]),_404$1=Object.freeze(Object.defineProperty({__proto__:null,default:_404},Symbol.toStringTag,{value:"Module"})),errGif="data:image/gif;base64,R0lGODlhOQGsAcQfADGboRF7hv60Av9bYPiKh2wxbv/Sw4ePd5HX1v+/rP37+9jZ2f/p40tkdsPk5btfgf/f1OXk5XiztMqspODu7//18vH09P/v6uTD1czMzHsAUQB6hwDRwf+qkf///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkxQzVCQ0YzODREMzExRTZCQzJEOUEzNUNDRkM3RjlGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkxQzVCQ0Y0ODREMzExRTZCQzJEOUEzNUNDRkM3RjlGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTFDNUJDRjE4NEQzMTFFNkJDMkQ5QTM1Q0NGQzdGOUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTFDNUJDRjI4NEQzMTFFNkJDMkQ5QTM1Q0NGQzdGOUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tl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oYC22KgciTziwkCQRA734F9AFtlKkko2eZqMTpbiY5Sd5EjllYtNaRyUWFKi5V8McNmlJF8Cl4CVpB0pnJideQABm2PWpyZwBsBpWAJl3jaknWdFuByfV+VZXJ1xFmrooYgmquiijDbq6KOQRirppJRWaumlmGaq6aYBMclpD0OWUMGcn+LQwY4lkFpqDaoy4+mqM4SaAqCwniArCrTWmqoKFbyqawod3MpMrr+miuYIxBar7LLMNuvss9BGK+201FZr7f+12Gar7bbcduvtt+CGK+645JZr7rnopqvuuuy26+678MYr77z01mvvvfjmq+++/Pbr778AByzwwAQXbPDBCCes8MIMN+zwwxBHLPHEFFds8cUYZ6zxxhx37PHHIIcs8sgkl2zyySinrPLKLLfs8sswxyzzzDTXbPPNOOes88489+zzz0AHLfTQRBdt9NFIJ6300kw37fTTUEct9dRUV2311VhnrfXWXHft9ddghy32th6UbbbZ156t9trSru02282+LTfcv85tt9p136032qvu7XfZpf4tOKeCD75p4YZjinjhmS6eeKWOM25p5I9LSrnkk15eOaSa/01p555nDrr/36KPrnfpptuNeupyr866266/jrflsrdOe+2w34777JHunnvvvvPOefBnx7678bgjX7vysjP/uvOsQ5+69KZTP7r1oGPfufZlX8AAA5thPrzfQw5gvvkQhr+39CkSEEMCDJyu+9uCpgCB6vOrfawNA3wQ/9vIM8D5+keDAQ4gAQDMX9k6YMABnqCBAySA+vgGvLNxAYIYzGAEJziaMa2NgRoMIQYlWLz5JUCEKIRgB0pYQTel8IUG/AAFx6cAAsDwhuarAOBud0Ic3nCFHexS2RTgQx9eIIhYAlwRcYjAG6SoA3hyUtlsuMQbjgYC6PvAAHy1njC1SgYeuEAVcVg/1ROccAQDcF98+jeAL6rAAz0c4wuTNQIDdIAABEjAidYzKmHRwAMglGMK1dg7KgoyhSrQ46E8cEgY7vEDj6QSIxuZQlQ1apKUFKElGYXJTGpwk4vqpCcxGElEecCQo4QgpQKZSgMSMlJxbOUAucgoLMrSgGVMVCxvOYBSJoqVvPQlogTIS/O9UlLAbKUfx8bMZjrzmepRAAQgAEpNKSABHXBjImdZKwacT5glsKEIsggrBeyvBjHCY7D+w4A7EmCd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3s27t+/fwIMLH068uPHjyJMrX868ufPn0KNLn069uvXr2LNr3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOBsggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5A9rDalKXG/V5UORRqbxU5NQRinllFRWaeWVbDyJ5ZZcdjmlAiEAACH5BAUDAB8ALBoABQAWAZUBAAX/4CeOZGmeaCpaauu+cCzPdG3feK7vfO//wKBwSCwaj8ikcslsOp/QqHRKrVqpmat2y+16ko6ueEwum8/otHrNbrvf8Lh8Tj9T6vh8M6vv+4l3f4KDhIWGh4iJUwCKjY6PkJGSkzUSlJeYmZqbnJ2en6Choi2Mo6anqKmqq3CBrK+wsbKzj3y0k6W3uru8vb6/wMHCw8R0FpbFxLnJzM28yM7R0tPU1daIrkEs19zd3t/g4S7Q4uXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqRJbgZ+/zE4ybIljw4uqyTQBaEazJj3vuCMorNaylk9qf3c+WRorKBEEa5M2uQm06dQo+ZQMK2m1Kt1ZmI1onWr16+ZYFoFS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sfT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4F2CDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMPpBwAcdJGAUW0sJNmOM6TnF449ABinkkEQWaeSRSCaJ3FiCMLlPjkpGidgFIQAAIfkEBQMAHwAsGgAKABcBjQEABf/gJ45kaZ5o6aRs675wLM90bd94ru987//AoHAIpBCPyKRyyWw6n9Co9Kh4SqbYrHbL7Xq/4LB4TG56EFJ0ec1uu9/wuHxOryuv9rx+z+/7/4CBgoOEhYaHiDRGiYyNjo9PGZCTlJWWl5iZmpucMSudoKGio3KLpKeoqZtqqq2ur7CxsrO0tbY5eLe6u7y9vr/AwcLDxMXGx8jJysvMrlXN0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwocOHECNKnEixosVRFy5q3Mixo8c+ED5+eSZyS8aSW0L/otRigOTKKS5fRokpywM1mjKd4MzJs+evnT6RAA1KdM/Qoj8SIGVycikSBk6j2jEglYjSqlizat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgTIIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogkqmYTCQS40JRYV02mUlVHUVZBiTTWaOONOOao4461ncjjj0AC1sF0Pt7VQQgAIfkEBQMAHwAsGwAGAPYAjwEABf/gJ45kaZ4oqqRs675wLM90bd94ru987//AoNAXGBqPyKTy6Fg6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz8EMes1uu9/wuHxOr9upgLt+z+/7/4CBgoOEhYaHiImKi4yNiU2OkZKTlEOQlX9qmJucnZ6foKGio6SlpqeoqaqrrK2ur7AzebG0tba3uLm6u7y9IxS+lR7BmxLEucbHysvMzc6Zz9HS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXKjQAMMlF0J1sBVxUYVmFx8eWYEoI0aNRhiANMJxpEkyHk//9kipcgfLljgcwuQBoeRMHCJv6nipc4bMnjcqAj0llBjPoS8Y2EQaYynTFgmUPpVRdKqLo1ZNXHCa1YTUrmDDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgRIIMNujggxBGKOGEFFZo4YUYZqjhhhx2+BkDBiQw0QcElFBiXT+ZxFVZCQwBgYcwxijjjDTWyE5ONuao4448YpZiFyEAACH5BAUDAB8ALCsACgAGAYwBAAX/4CeOZGmK3qmubOu+cCzPdG3feK7vfO//wKBQBhgaj8ikcslkUZrQqHRKrVqv2F0xqsh6v+CweEwum8/otHrNbrvf8Lh8Tq/b7+Mtfs/v+/+AgYKDhIWGh4h/DomMN4tZj42SMRmTlmyRV5mXnJ2en6ChME+ipaanqKmqq6ytrq+wsbKzNBa0t7i5uru8vVQIvsHCw8TFxrGkx8rLp7Z6zNDR0tN1ydTX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+/wADChxIsKDBgwgTKlzIsKHDhxAjSpxIsaJFVRdGdLnopUKwjL42cqySgIHIkVMS/4BEScWAR5ZUVsKMAuHkTCYub0p5qbOnz5/seAIdSqcmUSQyjwoRqhSIyaZCckINknSq1TEQrmoV00GEza1gW4YdS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sfT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4FGCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okookiACUyBVZUMBHT1VYrVddUXAzTmqGMJNu7o449A3tBjkEQWaeSRSPKgQAgAIfkEBQMAHwAsGwADABYBlwEABf/gJ45kaZ5oqp7S6r5wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CoDSGtWq/YrHbL7Xq/4LB4TC6bdYCzes1uu9/wuHxOJ1nq+Lcjz+/7/4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl25pmJucnZ6foKGiQnujpqeoqSKlqq2ur7CxsrO0tba3uLm6u7y9nBS+thnBxMXGx8jJysvMzc7P0NHS09Qww9XY2W5U2t3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3MjxVoIUDDqKZBRypElDJU//ijOgMl+CCy2XvIypZCZNJDZvamOJzEAFnUDjpAxK9EwHCEWTnhmqtAfSplC/PI3KgynVq1KsYp3xcavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgVIIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogkogdTCQSkMJVXP0HWgVYligFBinJ5UJcCMR4DY4489ujjj0AGKeSQRBZp5JHN8CRXByKEAAAh+QQFAwAfACwbAAMA+wCXAQAF/+AnjmRpnmhqWmrrvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6DQPoG673/B4KyOv2+/4vH7Pf0n6gIFEdIKFhoeISw6JjI2Oj5CRZRSSiZSVmImLmZydnm0Bn6KjpKWmp6ipqmZ/q64pLK+ys7S1tl9st7ISsbpohL7BwsPExcbHyMnKy8xNuc3Q0dLT1MK91djZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQI0qcSLGixYsYGULIyLGjx48/LmDbCBKIgZIoU/8KYqCyB8uWO17CxJFA5MybUE7itNGB5E4aNX8KRRJ0qAyflRIYHVdhaYymTlsojerCgE2qWG9Azcq1q9evYMOKHUu2rNmzaNOqXcu2rdu3cOPKnUu3rt27ePPq3cu3r9+/gAMLHky4sOHDiBMrXsy4sePHkCNLnky5suXLmDNr3sy5s+fPoEOLHk26tOnTqFOrXs26tevXsGPLnk27tu3buHPr3s27t+/fwIMLH068uPHjyJMrX868ufPn0KNLn069uvXr2LNr3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOBLggw26OCDEEYo4YQUVmjhhRhmaMRWJBDwgYcidJDASQqo5UFKOhEmU1klUtTiESBq2MOLSyAl44045qjjjjz26OOPQAYpJF42jhECACH5BAUDAB8ALBsADwD6AIkBAAX/4CeOZGmeaKqu7Ji1cCzPdG3feG5Keu//wKBwGAQQj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b7/i8fs/v+/+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeKCJibnJ2en1UBoKOkpaanqKmqq6ytrnEKr7KztLV3Dra5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4SgwoF50JrQkg5KsicOAUCLEMQknQD1GFfwojSvTBcKKTfYcgWtwoRyPHcxg/HvEosiQaAyaP/4RMCQTlIpcsY45ZmctABZk/YD6iibOnz59AWxQMamMo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gw4odS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sfT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCAoDgTMBCXRAAgFQGdABhEXh5IFWF1KYIBsekASYURv+cGGIJJZo4okopqjiiiy2GNYAWyW0RggAIfkEBQMAHwAsIAADABABlwEABf/gJ45kaZ5oWiJq675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWl+Uq3bL7Xq/4LB4TC4/s+a0eq10sN/wuHxOr9vvPTd+z+/7/4CBgoOEhYYxLIeKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoZHqprK2ur6yJsLO0tTFotrm6u6u7vr/AwcI5uMPGx8jJysvMzc7P0NHS09EWvdTY2drb3K0e3eDh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDOe+iaCgcYrCj4+6SCypMmT9Dr/GEDJJAHLlzBPQYiJZCZNIzZv6mRzYecQlz6DCh3ayiNRHiRDHtVBcumOpq9y6lrpVIfUqjYYKLXVExaECljDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgWoIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiibps9QIDHGGlYg1A6dXVTlQBAdVdMaKo444zEMDjj0AG+R1YQl72YpFIJjlbjUo2SceN1TEQAgAh+QQFAwAfACwbAAMAFQGTAQAF/+AnjmRpnmhqUpTqvnAsz3Rt33iu73zv/8CgcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6LR6zW673/C4fE6v2+/4vH7P7/v/gIGCg4SFhoeIiYqLjI2Oj5CRMRKSlZaXmJmam5ydnp+goaKjpKWmp6ipqqusra6vsLGys7S1tre4ubq7vL2+v8DBwsPExcbHlgrIy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEyo8pqDCCIcLoySIeAUiRScdDFi8yKQDxygMPorUs3EkkpAmk/90gJBS5aiJuTy2RCJzppGVNnOuKekJ5i2fOoPgDCokAU+iSLcYSMo0HcpWNZv2OCq1akerPS5g3cq1q9evYMOKHUu2rNmzaNOqXcu2rdu3cOPKnUu3rt27ePPq3cu3r9+/gAMLHky4sOHDiBMrXsy4sePHkCNLnky5suXLmDNr3sy5s+fPoEOLHk26tOnTqFOrXs26tevXsGPLnk27tu3buHPr3s27t+/fwIMLH068uPHjyJMrX868ufPn0KNLn069uvXr2LNr3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOBTggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghujKU1GN0MFEEGhV11NJQVAiDgQAFZeKLbFYGY0i5giMjDr26OOPQAYp5JBEAqYMcQxQxVYHIQAAIfkEBQMAHwAsGwADAAUBlQEABf/gJ45kaZ5oalpq675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaHiImKi4yDAI2QkZKTlJWWl5iZmpucnZ6foKGio6SlpjwZp6qrrK2ur7CxsrO0tba3uLm6u7y9vr/AMI/BxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwYCcGKC58gvDBQAmEBpE4jEixzcSKQzpgLJJgY0aPQjSCHAnmIkkeJk//6kipsqWUDhBd4hAJqYLMm1Ni4nTWgeHOn0k6Ap2RQOFQGUY1JT26S6NPpi2ElloK9QXVqlizat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgRoIMNujggxBGKOGEFFZo4YUbeXABQx3RJIJIDtmEkwcQSMWXiBja4UGKLLboYgwrvijjjDQih2KNOOJCQI48iqZAWTfCEQIAIfkEBQMAHwAsHQADABQBlgEABf/gJ45kaZ5oWjqipL5wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWq/YIivL7Xq/4LB4TC6bz94tes1uPynuuHxOr9vv+PwyA1Xr/2gAgIOEPgGFiImKi4xzfI2QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur19wsLO0tba3My64uzEIvL8qfsDDxMUmj8bJyst7zL8WztHSqILT1tfY2drb3N08ut7h4lbI4+bn6Onq0Qrr7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmT7tr/3bpgTeUqlihjypxJs+YSlzZz6gRmAOfOmz+d+AyKZCjRo0iTZjOqNFyCplBDPo1KBCbVq1gXGchKDwJXIV6/ih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgZYIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimOF0FH2wlQgcjwDgCA0zVRQCMVqnoRlhDsKjjbjL+yGCNQhZp5JFIJqnkkhVOxeQdMPH4JD8E5JOjJAPwlUAIACH5BAUDAB8ALBsAAwAQAZIBAAX/4CeOZGmeaGpSKqK+cCzPdG3feK7vfO//wKBwSCwaj8ikcsnUWZrQqHRKVUmq2Kx2yx0BuuCwWMwam89nBXrNbvsC7rh8joLT7/g8UfLU+/9caoCDfwh2UB6EiouMjY6PkJFLX5KVlmMOl5qbnJ2XZZ6hQoeipaanqKl9qawxmVpXrbJuoLO2JBlctbe3LloAu7yzvlrBwq3EWcbHzFHLzdDR0kAOlNPXR8/Y29zd3t/gVuHjOAiC5JzJ6Osq2kqr7JukTa/x9vf4+a2x+v3+/3sAcqonEB3BguSsIQzHYl6Pcws5WVAXsaLFVg74XfSWa6PHjyBDihxJsqTJkyhT/6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWrV0cG1l1I0QHf2K9izqIFU2EtGAgQ3WZpK3cLg7pb4G4Lizcq3b5V/gKeIlga34sG4g5uonexlLuOpRSedjhi4shR1GJmonjzkcmejTDoHHrI6NJIEpyOl0CfZtRDWoOGDeQ1bSAGVt8eQnq379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sfT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4N2CDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx26eWXYIYp5phklmnmmWimqeaabLbp5ptwxinnnHTWaeedeOap55589unnn4AGKuighBZq6KHiKQBZax+UVdYHrUFgm3GQEXCDAbPddpelPvR2HaOwTfpfptdB5p2pgD2K6Kqs+gdqq7Au5WmstNZq646oNhJpCAAh+QQFAwAfACwcAAMA/wCXAQAF/+AnjmRpnmiqntnqvnAsz3Rt33iu73zv/8CgsEYZGo/IpHLJbDqf0ChQIa1ar9isdsvltYSSrnicRZDP6DSMqiyq33CdI06vd932vB5qeZr3gIGCg4R5fYWIWAphUXOJj5Awh5GUShIBlZmVAFYIbJqgiIyhpDujVXilqnqOq64ynK+yszaTtLcjX1i2uLd/u73BW7zCsphXscXKUsTLpb9Xzc7TRtLU1z/W2JTJVp/b4D2t4aHHqOToO9rp7O245u7xLt3y9fb3MRT0+Pjw/P8A8e0L6G4cwXjfjJw6CClhkIUMIxn84TBiOAQeLGrcyLEjmYEer0ELSbKkyZMoU/+qXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJMqXcq0qdOnUKNKnUq1qtWrWLNq3cq1q9evYMOKHXRhRMWxUSqgZZJAxdm1SxIweAs3SYKyyiCsNKC2bhS8wtquhEDXrxG+hqH0TcyYkuDGcSE3WSz5iAFlj1MSrpyEAecklD8HmSt6COLSQgCjXp1GL+vXYzqIKAy7tpPLtG3r3s27t+/fwIMLH068uPHjyJMrX868ufPn0KNLn069uvXr2LNr3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqODWggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5JBEFmnkkUgmqeSSTDbp5JNQRinllFRWaeWVWGap5ZZcdunll2CGKeaYZJZp5plopqnmmmy26eabcMYp55x01mnnnXjmqeeefPbp55+SeXABBJcJJtsHbV1WQUa/lXVocxdklsNlgF4RWhCUQpbpc4xWio9qnoYq6qh0uEbqqaimquqqTJrKah2evbrHpnuEAAAh+QQFAwAfACwbAAIAFgGYAQAF/+AnjmRpnmiqnsrqvnAsz3Rt33iu73zv/8CgcEj8UGKAEaVVbDqf0OgPcaMypdisdkvM8CgernhMLp8c5rR6zXYlgZa2fE53Waj1vH7vixclR3yCg1l4f4SIiUNXThKKj5A5aJGUlWtvUJiWm5ydnp+goaKjP2Gkp2uTqKuscoGtsLGys09eZH60uZ8AuLq+PJpipr/EkQjDxcmJjMrNK4ZkzM7TJwFm0tTZHxLWZdja047X4OTb3dHl5Odj3+nF0Ozu8lzt8/ZCx/f6T8j7v+JjevkbSLCgCQvBsqgyyPDGq4YQZSCoF3EVwCwPK2pMAW+jrI6NMnqMJfDJwpGzRP8WAYkSFkU4LWPKlFlyps2bOHPq3AnpJM+fQIMKHUq0qNGjSJMqXcq0qdOnUKNKnUq1qtWrWLNq3cq1q9evYMOKHUu2rNmzaNOqXcu2rdu3cOPKnUu3rt27ePPq3cu3r9+/gAMLHpwlQcEKKCAQNmNABYPFahvvfAy5sjzKljNrhprgwuY0nT+n8Sy6DOnSYkKjHoOYIObVsGO7UC1bSgfFtbG2zvk69xPcvrdKbgk8uJPexpNDQq68ufPn0KNLn069uvXr2LNr3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOD+ggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5JBEFmnkkUgmqeSSTDbp5JNQRinllFRWaeWVWGap5ZZcdunll2CGKeaYZJZp5plopqnmmmy26eabcMYp55x01mnnnXjmqeeefPbp55+ABirooIQWauihiCaq6KKMNuroo5BGKumklFZq6aWYZqrpVBVgZpgIn37AwEvTVTDcDAlAQCp6/TTHQAdCrIoarJvuREBuHtBaq5bM7errr8AGK+ywxBYbiq7ktcrkbloxa+wst84XLSyKhQAAIfkEBQMAHwAsGwACAAIBlgEABf/gJ45kaZ5oqorU6r5wLM90bd94rtPO7v/AoHBIHEo+maJyyWw6nyXAEUqtWq85xCeQxXq/4HBO0hObz+iaNs1uu9/wuHxOr9vTlrt+314783yBgiMKVX6DiHctVWWJjnIKU1QSi4+WbQ5cVgiFl56fNZWgo1eaV5ykqaolgKuuRKJYDh6vtUEIpl60tryOnb3ANK1gscHGK43HynJJZrvL0Ca5XhLP0deSYdbX3GLb3eBY3+HkUOPlttlg5+i101jV7fJO7PP2Os33vABixfr/OH4BfPXOSr2BCF0cTGhJnZVhDCNKnEixYhGBFj9hzMixY0YFyZjw2+ixpElHh5T/QDwJKiXLlzP4wXwV0ke+ma4c4tzJs6dPQSB/Ch1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv68WAh4cjQHhJRcMDIVwOGqCxnYZhzN8VHE4yUYfQ/ZCebOVzp6pgA79ZDTpn5iLaj79xDLrJh1ScxP8Wqzr2koSXJB3u6ds3EQq2DM9UzhwJcaPC1mtXIiB3c2d0v4HIXnF6bytR9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjg/YIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimqOKKLLbo4oswxijjjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUEYp5ZRUVmnllVhmqeWWXHbp5ZdghinmmGSWaeaZaKap5ppstunmm3DGKeecdNZp55145qnnnnz26eefgAYq6KCEFmrooYgmquiijDbq6KOQRirppJRWaumlmGaq6aacdurpp6CGKqoPhUBgWQKoimAABBdg1xxzLxAwgqueaYdDbNtBF4Ss+/G6H0mHwTrqsMQWa+yxyCaLm6/KNuvss9DC8RsiIQAAIfkEBQMAHwAsGwACABcBlgEABf/gJ45kaZ5oqqLe6r5wLM90bd94rtuW3O7AoHBILBqHiprjyGw6n9Ao8SetWq/YrHbL7Xq/4LB4TL4hyui0eiUxAtbwOFoSkNvveFg7z+/ne36BgnB1UkmDiImKi4xggI2QkZKTlJWWl5hPVJmcnSKHnqFShaKlpqeoqTabqq2ur52ksLNxCLK0uHO5u7x7vL/AwcLDxMXGi77HysvMMrZeZ82qDrdZS9LYQI/Z3Kvdp9Fb4d+l1VYU5OkxrOqc1FoO7O2YoFjb853XV/r4/SL3/jKhC0iwoL9xTRAa5NTD3MKHEIspUBiEYkRPb4bwu1hq4I6MHEOKtORwpMmToSz/bPxQEqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3LtioDFBciGiCXAELbu8sg1MMbJkFcvmM6AB4c7C9ho3NF2j0MZnGzxCEdM+7ydrIXw5a1JMjcBTLnLJU/i+YUerTpSR08d5M3L/Xp15Mkw3ZSenaTCrZz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjg24IMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimqOKKLLbo4oswxijjjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUEYp5ZRUVmnllVhmqeWWXHbp5ZdghinmmGSWaeaZaKap5ppstunmm3DGKeecdNZp55145qnnnnz26eefgAYq6KCEFmponR7g9oFnBszFgKLLKbAYATIIVhtwCqiGnwGsmbZXEbKdFqoRgoGH2aGopqrqqqy26uqrsMYq61GXynqqjwqEAAAh+QQFAwAfACwbAAQAFgGVAQAF/+AnjmRpnmhaSmrrvnAsz3Rt33iu7zPF/8CgcEgszgA5lnHJbDqf0Kh0Sq1aS5ardsvter/gsNjpG5vP6LQtq2673/C43IyY2+9wB9WD7/vNbH+CgwpXfIOIfRZIVYGJj5BGGZGUbYWVmJmam5ydnp9QjKCjmwFboqSplXqqrZB1rrGys7S1trcuSri7vL2+KLq/wsPEVsHFyMnKy8zNV6jO0dLT1NXW11WXxtjc3b6OU9ren+JTh+OgFsfo7FMU5+3erPH09diw9qRZpvn9/v8AAwocSLCgwVMHr21IyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU/+qXMmypcuXMGPKnEmzps2bOHPq3Mmzp8+fQIMKHUq0qNGjSJM24VPhAwN6EK6V+5BgxFSlXTpg3cq1ayUDAsF6/VJ1WtmxOqOi5aJVmtiAbdduiSv349m6ePPq3YvrrjS1fFl2MHDV2YXAiPG+9dY0sRQGi7EV7ta4mlbAjovQzcy5s+fPoEOLHk26tOnTqFOrXs26tevXsGPLnk27tu3buHPr3s27t+/fwIMLH068uPHjyJMrX868ufPn0KNLn069uvXr2LNr3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOC+ggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5JBEFmnkkUgmqeSSTDbp5JNQRinllFRWaeWVWGap5ZZcdunll2CGKeaYZJZp5ploplmLAgxAAIEBYIHl5gWTnebBU5u9YMBhqeVJAwEJPCVaBX7tVuhuBKhJEJ+KNuroo5DWlmiklFZq6aUbYXaboJh26lKdm3QQAgAh+QQFAwAfACwcAAcAFgGRAQAF/+AnjmRpnigapKwJtHAsz3Rt33iu73zv/8CgcEgsGnGWo3LJbDqf0Kh0Sq1ar9isFiZpIrbgsHhMLpvNirN6zW673/BmZuqI2+/4vH6vrfP/ey9VHoCFhk4Uh4qLjI2Oj5CRkpOUlZaXmJmam5ydnp+goaJ3XaOmp6ipqqusra6vsLGyPiuztre4ubq7vL2+v8DBa6XCxcbHLWnIloLLzs/BSU7K0NXWs1/X2tvc3d7f4OE10uLl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/v8AAwocSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkDGofKv8YQ+kLwgcDJRiYLKNyJpgOBmra1IJzZxiZPoOK0im0SgegRY0mXcq06cIOLp1GOSpVClFbMLklqAoF6q4L3a7i2mqtA9ezaHGBDbb2mNm2aY+IBcYybjyy1+bK2gpXG9JZfe0KHky4sOHDiBMrXsy4sePHkCNLnky5suXLmDNr3sy5s+fPoEOLHk26tOnTqFOrXs26tevXsGPLnk27tu3buHPr3s27t+/fwIMLH068uPHjyJMrX868ufPn0KNLn069uvXr2LNr3869u/fv4MOLH0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOCuggw26OCDEEYo4YQUVmjhhRhmqOGGHHbo4YcghijiiCSWaOKJKKao4oostujiizDGKOOMNNZo44045qjjjjz26OOPQAYp5JBEFmnkkUgmqeSSTDbpmwcVyOSSARC4xEAFhFB2QVYExNBlAhDoRZgHUfUQmF11+VBmXFka8RdXbxrRJmliBoUXdHWalNUUczo5Spx+BirooIQWauihv51JUJ6FXJCmoYB+ticmFYQAACH5BAUDAB8ALBsABAAXAZYBAAX/4CeOZGmeaFoiauu+cCzPdG3feK7vtMP/wKBwSCzSJDmAcclsOp9GpS4ArVqv2Kx2y+16vzIKeEwu/yzmtHrNbrvfcBnLiYzb784Mfs/fe7IKfYKDhIWGfD5YCIGHjY6PkJGOc5KVbB51WoyWnJ09nqChoqNpmaSnnlJbVKitnXqusbKztLW2t7i5sqq6vWy8vsFlwMLFxsfIycrLzM3ObsRXrM/U1dbX2Nnaa39b0dvg4b6bVwBo4q3dgOjsKOftraZOifD19rHkTe/34vL8p4G+8fD3r6DBgwgTKlzIEEu+hhAj+pomsaLFixgzatzIsaPHjyBDihxJsqTJkyhT/6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdaogBtQsFKxg0QLWrVyJWE3b4qiYBWTNjz8KEoBYp17Zg3sL1Ipca27l48+ZIqzfl3b6AA6P4K7iwpARYDT8xq7glYXF17THWNvbxPQOTGzuJrNmI1s6gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sfT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4MeCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx26eWXYIYp5phklmnmmWimqeaabHamwAVWQcAWAwxc8NBrWmUWw52lMZAAATt8ZhqgQYTVZjF6BsZZegQIqleiThB66KQkLUrppUlZhmmKkG7q6aeghioqOomFyqcnb4UAACH5BAUDAB8ALBsAAgAXAZgBAAX/4CeOZGmeaKqelrK+cCzPdG3feK7vt7siIx9vSCwaj8hk0UMDfBAOi3JKrVqv2F0AIPkIs+CweIzNfJy5LnnNbrvFAOB7Tq9jFQ6k2s7v+3FyRwF/hIWGJghoh4uMjTYKgVQUjpSVVXhZk5abnDseFIpWElKdpaYxpGCRp6ytHx6rVwB5rrWln6FZo7a8lgp7YrS9w4y5YLvEyco5msvOcxbGYQhfz9ZjDtJhqdfd3c3e4ZdzwuLmSaBv1OfsR9lvEtXt84DaYQDy9PozsWT4+wBr9COTL6DBQgUPKhQxcEzChQcb3nsIMWCiN/8qavzwzk28jRrTuVkHsiKwNeVK/6oUw22lwY5rkLlUaA+LA4oz2Um8Ai5nQJFjELT0uY/Jmp5EASLFIjSpQlhjljrVhzNJ1aniPmUJ0BTrwpRTTno1iKcmEaljAYJNyxaGh7U8Aohtq5DCXB076QK0kDfGIL2AA+s1Kzit1g93C9NVgHSD4seQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0O+IL06CQjWK1W4TD27pe3eKUG4Gr4O+PKMuqNfNH79IgPk3beJL38N/foO8ROCr/9Pe6fqYRZgf3acR2Ad/B1ox/+ACr5xX4NTJGDgWAZQxgCEdDDw4EoJPKYhhiC202GIbjBIYhYVbnjiECqu6OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx26eWXYIYp5phklmnmmWimqeaabLbp5ptwxinnnHTWaeedeOap55589unnn4AGKuighBZq6KGIJqrooow26uijkEYq6aSUVmrppZhmqummnHbq6aeghirqqKSWauqpqKaq6qqsturqq7DGKuustNZq66245qrrrrz26uuvwAYr7LDEFmvsscgmq+yyzDbr7LPQRivttNRWa+2Ktdhmq+223Hbr7bfghivuuOSWa+656Kar7rrstuvuu/DGK++89NZr77345qvvvvz2629xHihQAQMXMnBBBQoYpaQC2HXwAQErQNyBAQwoDKSJNiS4owcVGuGwjh0rgfG/JJf86Ygmp6zyyiy37PLLMLs68ikf/xYyry0aeWFtE3oDMW4oX/PzByEAACH5BAUDAB8ALBsAAgAWAZYBAAX/4CeOZGmeaKqW1Oq+cCzPdG3feK7nVvshJonI4dsZj8ikcslMWmKBpnRKrVqvJ4sDlyliv+CwuKrY7hzPsXrNbq8swKPE667b71IPRQJARh0KeIKDhDV6TQCAhYuMjR8eZohxjpSVa3p9UwGRlp2eU5hWm5+kpUgWQlcAdKatri4Kk6ISaa+2tyUOmVgBCIG4wK+oYqvBxqUeGbtfARK/x9CUw2OJ0daNumq919yDsWxz3eJ1e2zV4+hq2Wvb6e5gsmq07/RV0+Cs9fpH5W3n+wD52eEUsOANCsvWZDDI8MY6Nu0aSozxkF28iRhRIHQTMaNHExvdLPxIkkS+MQRL/3rsZy6lSoz31oR7SdLDRTHzaJKsKKajzowsqbn82fCbzFpEM/KEl5RkTDDFmn5cKuqm1IZPr8y86pHqlH9cPSJIqClnWI9ZpaQ6+9FD2iVR2bZFikjuS7dr4Q61i1FBXiRx+aqMRRZHs5OCPZbhk7hxDDgfCjuePEIPgr+UM4/QYlXzZA+eQ4seTbq06dOoU6tezbq169ewY8ueTbu27dtqBOD+qVtJlA27j/VO0gd48GDDkRz4EOU4sORHJjg3Bt1Ihw/Lp9+qrqP5BOPaXXHPkZ15+FfjcUg/b6rB8uXpbQS4zv5TgPg7yotoXp8Rfyn09WcJfvmZ8J2Aheh3Qv8ADDbooAzrlSAZgo00oMOEFL4ToQkYZjjIfzUoWMKBHn7RwIkopihiCeDVMF+Jr6wIIYyuHNAiDTLSWImNOAAQoI6OlNcAiDS8KAORQH6RY5EbJtnIkkc26SQjUMIQgJRTLlKlC1dmacmWKnTp5Y49/jjmkzccYOaZOzyzBJgliHnLBSO4eR6c+6kZjQEfVDCmnrZAsMIFdsIIAJZUdIBnEgl8UOhVCghax6FsLMomDT7WcR2Suz0KRgCA7kPnWaP2dACidyjKqRIMePoTA2GAOsGajExwwKqXBgDAqbR2ch0AuOLgZ1iSwmArAMCmwCCyy83aqy3LBSvDsKd1YO3/tdjS04F0BxyAbIMzUHtVsWtId6KlTBDwwYlhiMseulOoq4a7TcHakIWXJgGvFPKWsC8NrQr4b7onDCxDqfX1S4LCbhgcA70UOqzEs0kEDGOoDVOMhAEQ92dtqhongXC+x7hKsivknoxLoyoHcx2hLcf7wgBJdBwew0vgPDMWfJqsnc4ohFwCATTLnIO9McNQdKI4IK0jAVBHLXXUQo+wdA5TZ01A1Ul37fXXYBdy9dBhl2322TBwjbYdQK/t9ttwxy333HTXbffdeOetdxgJNMry3mwkUAFoItgM+BWPqn34xijwuTgYKY8Q+eNUTP6B5ZSD8XfmVkSOOedNJAAB/wMMQLA56KinrvrqrLfu+uuwxy777LTXbvvtuOeu++689+7778AHL/zwxBdv/PHIJ6/88sw37/zz0Ecv/fTUV2/99dhnr/323Hfv/ffghy/++OSXb/756Kev/vrst+/++/DHL//89Ndv//3456///vz37///AAygAAdIwAIa8IAITKACF8jABjrwgRCMoAQnSMEKWvCCGMygBjfIwQ568IMgDKEIR0jCEprwhChMoQpXyMIWuvCFMIyhDGdIwxra8IY4zKEOd8jDHvrwh0AMohCHSMQiGvGISEyiEpfIxCY68YlQjKIUp0jFKlrxiljMoha3yMUuevGLYAyjGMdIxl8ympFNHvBABSrAgAooII3H8wADHPcC+hiOdndM2yNw97kbjAx2bdNBB/JIuT/mz2dnTKTbDKnIRjrykeJjpPMUB8k7jK2SmMzkNQgHvT6SgmGE1GQMPMmNS/bndPQIAQAh+QQFAwAfACwbAAIAFwGYAQAF/+AnjmRpnmiaespnjZTbqnRt33iu73zv/8AgiiVypBAiy0zIbDqf0KjU6aE4EBJADSBBOF7TsHhMLps/Vaw2F+A6lue4fE4neyxqX1sSq/v/gIE1Hg5ZQm0IcIKLjI1iCkZPXGCOlZaXPHhrTwF8mJ+goSOaU519oqipgApIY56qsLFlrGavsre4TISbY52UucDBN3e8ZACJwsnKJx6tcQCRy9LCVcVlvtPZuQoSddDa4LC7ddjh5qAe3X4Ap+fujcR/Acjv9YLN1nHl9vx16YEAfvUbWIZFPjkBohFcKGYcoHkMI4ZxKE+dxItUEBzUtxGjRx3NBLX5SPLHP0EdS/+qHGIRUMqVMEecBBizpoqQgUba3FkCX86WPHdS9NMpqNFqOZ0Z3angJZkA7ZbWnLlOoFSYQ+d0UnR1ZTyib7oKVYqQnVihFJxKmcf1rEqqz6K69ZpWK725U8k+tYU35h2gY6C17VsSaZljVgmvhKQWyD7FNhmLeQw5soPGOyhXtpm1iYTBm/1SAAzkWOiud/T20HlaLCHSbFr3hSQC84cAsiFXEdGtI+7cp/EAH068uPHjyJMrX868ufPn0KNLJ/x7uvXr2LNPbhClunZ3uLlL+l7vt/gmBw6QBz/ivJADE9af8+4eSPwN8sN5/1DfR4fb+YGzH39B2BZgLAMS+IP/egcKiEJ/OcQnAn4NLpOgCBDaEMB/tVUITAAHCCDABww+yEOJJHqIC4o2ZKiChCNQqKIqLN7g4gnWGDjjHzfScOEJMO6YzQZEFmmkjD5yWMKPQjYyogpI9hAkCTU2WcmTKTBpAwBKmqCllYBgiUKUO0wJZiMgpqfmmjRUmYObJOh45kM/bDinND3WYCYKcN75B4oHfNlmDnL6KcYGAQRAJBB9GmoPl2U6Kg2kkjJEaaUEHdAlpvxoyulAAez56TkAiDrqExVcwIinYQgKharHwWqACLN+AOscpR42hgcVMABBCb86F2wQZGZp6i0GJLCcsiKxqpUUzKrAQGvRyuMs/x3/ufpEArfemWtEBlQwJ4ibMjJBoT1M2ySIE5Qb0bAesusuKPM+Ee6BbcBXLywTNPpDt8ild1uiBCcKAABqTtBuOB3Ep562KnCrGLx4NeywmgfjIPGcB+QZR8d0bAymxx+fOkaV+45BwAkrl3FvpS3T4a8YFBsa8xwzT9GBumCi7MfNIwA9hciOHitzGR3UzLHQgBhtsls8P+2O0lKDI+5wKW8GwdVnEuD112B7TUfYZIu9bdRgDlCJ2nEYAPBx1aIiNtMq0H1C1jegvazcbPNgtwl407C1dFSrnMPfN/QtBtdVjxB44/z8jTjkqUhOuTCWX665io9vDsvknssCev/ocq/cOemop6766qy37vrrsMcu++y0C5mAARAYUGvtmEDgAe+iGPB7CYwDv8jbIsRt/Coo7L58IMh/oPzzdTg/QgWnU39GBdNr74fuumfv/fjkl2/++einr/767Lfv/vvwxy///PTXb//9+Oev//789+///wAMoAAHSMACGvCACEygAhfIwAY68IEQjKAEJ0jBClrwghjMoAY3yMEOevCDIAyhCEdIwhKa8IQoTKEKV8jCFrrwhTCMoQxnSMMa2vCGOMyhDnfIwx768IdADKIQh0jEIhrxiEhMohKXyMQmOvGJUIyiFKdIxSpa8YpYzKIWt8jFLnrxi2AMoxjHSMa2MprxjGhMoxrXyMY2uvGNcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGvKQiEykIhfJyEY68pGQjKQkJ0nJSlrykpjMpCY3yclOevKToAylKEdJylKa0hIe4FUqHyiuBPzHbi1LAARAoz8FWG8HKyscBRNQPPrpkpUum98vnyC+5d2SDLSUYDJPycxmOvOZ0FxdL6NJzWoecpnWrIm49DYNbmowehScJgWHmU0fKG4gIQAAIfkEBQMAHwAsGwACABcBmAEABf/gJ45kaZ5oqnpKSX1Wq850bd94ru987/9AlMfy+iBMEqODYgk6n9CodEqdKiiZjwSgCnwAEgRFVi2bz+i02kNBbHUAhIOsrtvv+Pvw6AvEi3mBgoOEOB4OSUEBEnOFjo+QehYIXE9+Ek2RmpucP0NvUouAnaSlpiOfZaKnrK2QqWarrrO0dbBni5m1u7xRCnxpAQi6vcXGOYeVwQCNx87PKRaJdbLQ1tAKDnnCdNfeu0PKdn7E3+auh4LC5+zo03h+3e3zkWyEAdr0+vXAgYv7AB15eLdNXMCDdsIVCjAKocMz6Rb2e0iRioeJ/ghW3PhkoKN/HEN21LiNpMiTyEz/3vGDsiUPjwsNupw5A+Y9mTRzmrA5CKTOnzsxlgRKlISHLBKLKo14L59SoCxwriz3NCfPglWLHr0nNKtLheoaeqV5dZzKsSiZwnOKVqeCs6owtYXqQGqsZnPddo1LNe9XCnCj+BHrd2Y2u4KZySv89RdiSwgWM25MKZbcyURZVKYSRzJmmo5Ddf5c9VBgHH7Ykl4q7fEN16t1moadwkvsuSwQfclh+3bhbEcC9/aN2TPx48iTK1/OvLnz59CjS59Ovbr1qgE2XJ+cfTtjAMO962tA5UB48fMOlKeN/pn6KRPaA3wvZQJ9+e3uW+oQH3/6KZVo5x87+jnxHnsD7lJg/xD9LZige6F0IEJ/D3rjoA/3nVdhLQEcIIAIH9a3ITQBhFhFABKOQOGItJR4RoEasmjKhSIcYOONON6Aogk0ysiJiSf0aIOQPpoSIxQ7FtnLkSMI2AORSvYCZW0pojBllIEAaQJ5PqyIpTUHOLkDkROI+eUp5vkAQJVnOqOembyx2SYvXmwApw4BeDnnLkzmoOeeHDrxJ6AtMgjEnYSO80OeiR7T5wyMNmrMoymsKamjO3Qo5xNXnllBBVNQWoKl0LAAKqjKVcAABB8YYMAHEDCAJGoTbDqFrVRcAOurr36gq28KMGBAAin8GswBuFYx6BOyPsfqI8heepCm0tZhrP860UIyAYLoPbvNAcs6kiaLFfQ6DgC1trKtqD+Yu6Ef4CZrin3sSscAsScCYGO6z0gInhT4NsdffDjqi6N6E9Qqb78E/wtEs21OQEAkBEysQwcDJ/yBjThAjOUBXD5CQMh4eKykxZCMLEgC1ypJsrgnLFztDi+LIHMZNX+A8hnuRpnzzXbsbIa3hHaaBtBBmLwn0moIXUbPZ3LMdBkE3Di1DyzPfBDRWs/TgQGodu011GKfQ3ZsZ0fhtAlrm9H2GVwfB0ECV9/w9il376B0cq/WTcMANuSdAuCldJAABGE7d0HaPhBOg+C7BExdy0FA/gHTjruNddyEYuz5557nYDn/DaCXjnHZqKeu+uqY+c16JJmTMPrrtbhOOykE2H57JCnqvvvvwAcv/PDEF2/88cgnr/zyGxrAwPPMm5JA4tGXsjfl1RfiQfanJLD9CZJzT8hiCvgu/tDnQ9IzBOan/4ThCdDt/vz012///fjnr//+/Pfv//8ADKAAB0jAAhrwgAhMoAIXyMAGOvCBEIygBCdIwQpa8IIYzKAGN8jBDnrwgyAMoQhHSMISmvCEKEyhClfIwha68IUwjKEMZ0jDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl8jEJjrxiVCMohSnSMUqWvGKWMyiFrfIxS568YtgDKMYx0jGzTKa8YxoTKMa18jGNrrxjXCMoxznSMc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykIhMpCIXychGOvKRkIykJCdJyUpa8pKYzKQmN8nJTnryk6AMpShHScpSmvKUqEylKlfJyla68pWwjKUsZ0nLWtrSGt/7oAKItraJGe4DDMglBD3AvtmZIAF7OyAD2ieCiRnnf8l0QgKeuT9m4lCYtzwI40DIuWx685vgDKc4x0nOcprznIWgpjWwh04nbJOQ72TRBWLnEHUWyZjeCAEAIfkEBQMAHwAsGwACABcBmAEABf/gJ45kaZ5oqn6eYpEUZSlrbd94ru987//AIM9joTg+CJNEgnA4ZsKodEqtWq9Uj4eSlABUgQ+A6aBhz+i0es1mcb25QGBcbtvv+HybiPj65hIUeoOEhYY2Hg5wQXMIZoeQkZJpLX1TgC+TmpucQxaLVAGBnaSlpiJEEmeigqeur4WpaaywtbZrfGu0t7y9US1HbKKZvsXGOFt+ugAZj8fP0CMtqnZzrdHYxlrBdwEIxNnhttN51uLntYmD3s7o7pwe1OUA4O/2kcmEAdz3/YYeSfTJ80dQT7xCcgoqxENE2bprCyOiSeRQjzeJGM8APCQqo8cqGw11/EhSyEGRFUv/qtRxEmHKlTBrtNT3MqbNEzPX1bzJE9VAnT2DmgiJ8KfQnhRFGj16Mx9Cfkx5ttjZJkC9qE2XVqOKVaU6gV2FNtQHNazNnFuvmoXpFE+AZmuRol0GMe5ZClyvvG1nl62CgFUlqO27UpYwAHUIS02qphFfxX4d5BXibTDkwgoyTP4x7PJRYJt3AHrs+SzjSwAclcaaSGuPOWVXi7VgCYic0LJjtsZtIkxuu8CW8Pb9m3ALLh9AoSBefPWG5tCjS59Ovbr169iza9/Ovbv37+DDix8/68qB5+T7HcCCPv3aCczdd+3AW37JAB3sm/2yXj/W9RP4h1WAH8Qn4E34iVDf/4EL9feBgwwWI4eBURAoQnsR3nKAACRweEl+IyyY4SEQmldCiSOegqIVIKbYi4corDgChirI6KIrFFZhIQkT0HjjJjaKEOQNQ/5ISgMrFLlCgkbekqMUSjY5yIYCVGmllUv+AECLKTwpJSdI/rHjl8c04GMOUZJJynrreWlDmmpycmYPW8bpy5w71GlnL3jmoGcPfe65RqA2/CnoLYSuYOihtiSawgFcMtroa2MKQZ+kbThawqKYYmEGaT9oKkIAcPZQqRoKVPCBAh5E18IFDEAgAgQMXKCqEGaiGekZpfaQ6gUiGPABrRWAChmwKBjAwK1rAHBqGiLeUIGsKEDAbP9pCjAAibODTBBtEBe0Wpq2hnCah7dNViDsOpB2ugchzu4aibxoUJsiqRPQu0kHvXKHbGMAHJBvL/l9W0MC2MEpxwECDxzNBAcA4CYP5BJW8Q0ddDDBxkKOsHG+Gfej8YMST+zuBxAfQAAkBDC8Mg8ZZ/zxySSEGUm/412cB4rPsoHzFDqT+XMUNueRwL83vmyKvlUkcK2aQ+N6AtNUrLun0jubELUO9sa5dRXtsvG0YlSn8XLZd2CtRtA0i9OBAcbahXDbdLdxdHMMzC1dfkg3hzYQAwQu+OCC50H44QNcYcDYLiZuw99RqK1GBwlAEHfdJxCQeOKSq+B4G1ZvBzn/FaNrrkbnOeRnQN/aGTB65DmgroPsIxDwugmrY97D51PrbgzvJtzu+yTAlyD88K4cj/whstO+PMHPY+N89KZMT70tIV+v/fbcd+/99+CHL/745Jdvfnarszqt3udHYoC47XcCPwldx09I6CQooLz9U+A/gv78K0QC5jcCtgXwDvVbFfsOOAhm5Y2BkIgZBCdIwQpa8IIYzKAGN8jBDnrwgyAMoQhHSMISmvCEKEyhClfIwha68IUwjKEMZ0jDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl8jEJjrxiVCMohSnSMUqWvGKWMyiFrfIxS568YtgDKMYx0jG7jKa8YxoTKMa18jGNrrxjXCMoxznSMc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykIhMpCIXychGOvKRkIykJCdJyUpa8pKYzKQmN8nJTnryk6AMpShHScpSmvKUqEylKlfJyla68pWwjKUsZ0nLWtrylrjMpS53ycte+vKXwAymMIdJzGIa85jITKYyl8nMZjrzmdCMpjSnSc1qkskDDDBAAkBEAKV1kwS5i6EBdcA4ErIuCP6zJkYuJwQCJFCDDLBeFBaoznra8574zKc+CSHPffrznwANKB/PeQ4CCpQwBL3R/mQ4TiDeqngECQEAIfkEBQMAHwAsGwACABcBmAEABf/gJ45kaZ5oqoqeYpWUpax0bd94ru987//AXYviKAEAIgkC4aDMgtCodEqtWqce4keCTAUCAInE8bqaz+i0ev3JIrg5sLLMrtvveLXHkoHz5A5PeYOEhYYqWX4/cnSHjo+QZy0OXVBfABSRmpucPJOVUmBFnaSlpm0KCGaip62uhpNoooKvtbZmHh6jsgC7t7/AQLkUoGdgmcHJyjh7EmxfEo3L09QsHqp1YBm01d3BWcVqARLI3ua3Lc53Xwjc5++l4Hnj5fD2ndeDrPf8ms2E46T1GzhIV7hsmAgqJJSvUABfCyPqUaAOYDuJGNMkMhQwo8crBjkm/EhSSkiHI0v/qvxxEmDKlTB1eMhw0M6+mDhvXKuZ7WHOnzVm8nzWC6jRFC31vTzKtA0lkfWaHpXnkJxUqf+qCryaM1dFfRe5Mt3pEqLYn1TnWT07laJFd2xxJkVoNq5cC1+zRbM7FsHQKzf5As2qd6tgmLmeEq17OGYLbOIAhG1slLCxjpSn7vlraW/msZuNef4MmpgVaIZJo6WQNwg0uKorW/AbBczk2FcnKeoBBjdfN61xBPB9eMgbziWGE6ecy4IDyCqUL59Ovbr169iza9/Ovbv37+DDix9Pvrz5ZcjPq18/SAB7we6pDN/wnl/8KUik1393X8qBD/rtZ05/UfwnoD0EQjHB/wcGHjigfB18MAF9DnqTIBANBljhMhf+sOCG1ARwwIgBdMhbhCJ8COItJZ7RoAgarmhKi2eoKOMvJkYRzoQ3ttLACl8EKeQXN9g4Qno9FvLiCT/+AACKSeJkJAlIRonHkiY02cNQPFqpz5BCYpmcDwFA6SU1B1DIg5hnJhPjDU/WwGabkRzwpg1l0gmMnQwCqOYOAUwJpJ6PzLmDoCsgSugdhubQqAp/LnolFI9K2kmlNGBq6SaaohDopnuSqSiopnRawgFmklqLqTCOqmoUucTqgX86oOqNrLNa10IFJFwQq2s4AOCqLbkocAEEIjBQQS7LeVABsij4ukagqSpjrP8BKSiQq2oeXECDAcFNQa052K7AK7feOjQsG6xCca6XYFRrSAd8spEAbHYxkIew8kIyQZWvntBbv6QA3MO2Aop4wAQEtzJBvW0CcOcIYADwH8MN/9LBwxKf2cHHE4Qs8scZn7MxgwdIHOQO0DambyEEHKDlITL3+QPJOLR82MuDtHsGATPfoXOPQX9AACFF2zG0jD6bcbQJTfPAc49iRg3E06cGHAXWpFidQwKWlmyH2FCQvaKtkHCNBth0dkCA2Wm4/TYbHSyt9Tts331PAlPr/U7ffnvDt3V5X6H2IQQMcEcHhVPHK9w5HH6I4mOXux3kNkiOAuSJj0A5FZrrwHj/ut5hfsvnaDAO+KtzdxPh6oFTY3nstNdOKuq256777oSYzvsmrf8u/PDEF2/88cgnr/zyzDfvPHcJNP58JAww6wHs0xPyLgm+Z1/F7CSA730edn+A/fhslH8++oSIz74hDHT/vhTKVnCBAfLPr//+/Pfv//8ADKAAB0jAAhrwgAhMoAIXyMAGOvCBEIygBCdIwQpa8IIYzKAGN8jBDnrwgyAMoQhHSMISmvCEKEyhClfIwha68IUwjKEMZ0jDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl8jEJjrxiVCMohSnSMUqWvGKWMyiFrfIxS568YtgDKMYx0jG3jKa8YxoTKMa18jGNrrxjXCMoxznSMc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykIhMpCIXychGOvKRkIykJCdJyUpa8pKYzKQmN8nJTnryk6AMpShHScpSmvKUqEylKlfJyla68pWwjKUsZ0nLWtrylrjMpS53ycte0uBZH0gAlAhAzBEwzgAQwBcELyC9G7zNAMpEYAUSEDpPNPAC+UvB0RBmwGZSYX2+tEf5JBHO6mSzeNsrpzrXyc52uvOd8IxnXMBpwnRqDWEG8KYyxrnCo9FTnqG05wnv9YEQAAAh+QQFAwAfACwbAAIAFwGWAQAF/+AnjmRpnmiqjp5ijc5HUZay3niu73zv/8CgcNhrURwIhEjyAQA+Egki43gRr9isdsvtaj0WpOSpCjilFK96zW6736KWY8wzAyQOG3zP7/vdHh4UdD8BZghpf4qLjI0rLQhkQoZ4eo6XmJlrgRZMWYdWmqKjpDyBg1yUoaWsrayBDpJblImutreNp7KpARKruMDBbYKea6rCyMlbYMVshkrK0dI+kLvGALXT2tsngtbGvZbc49rMfYYx5OrRsN9tZr/r8rZg0OcBGfP6t95/lOL7AmaSs8hMOoEIL5lT9Cyhw1wW3MHp9bCin1ONzGSzyHGTB3sMARzsSLJLoGb+AP+ALMkSSwuUfii1nOlSgcSJFGnqDNLi5huZO4MWsekop9CjOHpmNIq0KYqXS2E6nfrh5NKVVKcGwnoOQL6sYGFlFAm2LJix8coiBePTGVO1TiEVJAuXqtiQaesKXXhPqt69Ckbu0fg3K7G+hQ0HbjsLW2LDnQYH4Pp4r4dYP3vlrRy0RQbGRAhzVhzJGd3RpEEXEgkQdVwFpVOxdq22WuM8tOHC8uvDjISNucMSU53CTvDEcgj1Ps6Z0xzeKAIwp528rfTp2LNr3869u/fv4MOLH0++vPnz3q+jX8++vXtFDVK9H61+fmLi9pEemLAhf+EJH/Tnn14dfFDfgGAFUCD/gnUdwKBeAIog4INTKTgCfhSSEoCDXnAogocZJgNiFxGOMGGIwYyYyoIXoijMgTvAmIKKLgpDIwkb5KjjjieWwSIJMtZIigArBLnDjTcKKQqRZUzyYwlGKokJkyn02EOJUmp4wJZcdrnCAVbu0BaGWV4S5Q0WroBlmbeAGcSabGrTQJg6JHkCmXH+1EAAdOoAwJN5kpRmoCwNSqiggB5a0Z9D2KmoK4w+2tEBiUoqUABwWooQpZpWhGmnb3jwAQMQQMBABTFxOhEgFZAKQXd6JEBCArKi6saGla7RgaNCeFABBLTOql0FBqggqzOqKsLrD8CGR2xByTJS4JkMKvDq/x8AZAoqGxccO1i0pOxK7RW5/tWaMVuWS8oEB4wrhLec2YruBxOoa0uBALhL3gU8HJCvIUAaYgaXE9Q7Twfs5ouFvdx14PDDJSEM4JZO/KsvwxQeEF8D2vKh8Qfx8YExgyFjsqwaIw9IY8pbEHCCy2+wPBW/msDsx8koS2pzHzirQbOUKyuy8whDs3GuuYyU/KEmPRNR7LaLgKvrz3HKzIbDfBhwdGLdmievawowQF4H1wZnrdWckb01Z9a+QcDbcMf99h9y140yBGuPFnYbA+zEQN6oKXDB08jA7QXaKSRwAeC0hQ2vLX3/ULQbEHwNa6uPEzH5yzsQEPnVV1TO+P90CmCuRQd1283D50KkLjfiIyQgOnqls7K5CLf7UcHoUKuQe+/q5P478OMMT/w2sB9/i/HKR8N888HAnTz01Fdv/fXYZ6/99tx37/334Ie/QgIGGJC5+KRoTYLl6IuSgKjt4yL2CefH3wj7IhBuPyZUk6D//o74nwgUMD0AGq1+BlyE7EplvgQ68IEQjKAEJ0jBClrwghjMoAY3yMEOevCDIAyhCEdIwhKa8IQoTKEKV8jCFrrwhTCMoQxnSMMa2vCGOMyhDnfIwx768IdADKIQh0jEIhrxiEhMohKXyMQmOvGJUIyiFKdIxSpa8YpYzKIWt8jFLnrxi2AMoxjHSMbjMprxjGhMoxrXyMY2uvGNcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGvKQiEykIhfJyEY68pGQjKQkJ0nJSlrykpjMpCY3yclOevKToAylKEdJylKa8pSoTKUqV8nKVrrylbCMpSxnScta2vKWuMylLnfJy1768pfADKYwh0nMYhrzmMhMpjKXycxmOvOZ0IymNKdZy7A9LVELMhX8Ykgs1AEBAttMIe9yQDYU4g8LAvRgOInYPzcWMHxl48M6qUnPetrznvjMpz73yc9+mvGc6tidP9WAwIfM74gJCAEAIfkEBQMAHwAsGwACABcBmAEABf/gJ45kaZ5oqpKeZ41OTFnKat94ru987//AoJDXUjg+CJFEBAB8JBKEg1IbWq/YrHbLxbYoCElTFQgAoI5Xd81uu9/wL2KcK58Rarh+z+/3XXNAZhIOVX6HiImKOC0OS0ODeYuTlJVxChlOV3YUlp6foEKAXGZHoaeoqSUuj6QAhaqxspSjbKWGs7m6bi1Jbre7wcJZjZq/Ep3DystELsa/ARKSzNTVqwqtcMDW3NXFfdHJ3ePDHth+ZRm45Oyx3+jI7fLuHtl8pfP5oV/P99HT+gImapEpkRlxAhMeamEPXABTCiPyYaWoDIJ1EjOu8UChn0NpGkOy8eDAoz+QIlP/EvMQqCIAgCpj+uhl8t5LmTiB9Jp0MKfPZr5cIvxJVAXNRT2LKk1x1CXMpVBJ1txj5ilUpVIr/rvKdQTHhv4udu3KUCvEsVFZTn2TFG3akojKoHQb9dyhdBjp/mwKDsBQvURbWFi7xqJVwDh39j2LuKhgsLYCiG389l48ylfNBf31Ki9mn0Uga7Ho+TNoZ23kljZ9umPhrazJfiUFO7ZsCqJ/mJlsGy3HlkLsMO491oUjwjbsEG8sJ/eKMss/mwMjRkeA6LZrbXiOvbv37+DDix9Pvrz58+jTq1/PXnyA7e1tX48vfz79iPaz0LmvsAGXA8jxN45/WxxwgID9cTHB/4EICkSgFh1M0KCDW+Q3YT4PYsFggBcuk+EVEn7AYIftfGhFByKESCI7JgrxjIUrKnOAADSKqIWKMVYTgAC2oDgCjjnusmMbI44AY5CyFNmFjyQoiaQsPKbgZA9TPkkOfEAwaeUwR5aApQ9VbolTAFqaEKaYlkSpYHJoKvMlD2eS8GabsnSJA5l0VlPkAXbeEACQeXK53QZz8gBooML0uUOciM6iaA6MNlrnEJGqUKmkvwhxKaapPErGoZwG4ykKf4aqI5hlmsolD6Xaoqo2i6bKBYd0KnABAwxckEWhKAAgqzW35ioeAwZ8kMCxCXxgAAR6AAAqW2soQKyxyCrLgP93ECR7QrLMsuGsIiiOugOx2pqQQLHYlYuCulkEcMCv1rB7ArqBuguvIhPQagW9Ytr707WxdfvLgfeegqK+7PE7GgAEFzzLgh+Iq4PD0UkIYBNlmNGEgQdOMEEHFDMDoMThXSCvHwR4kvIOIHssIscGvooCAQ9u2gXNiSi85cqWtLiHzjK/MWXIVwD9ZItEw8HzGwJjVkEiSKusRwcAY2rzjSckLYTWQXLdxtJunEznu5QceADYbjT9WQVGkyd20PNQDXdEBqw29zgGPB0d22+gPYnfJAC+r97YVaD2FoInMsAhHeQdXtVcLH5D4ilQXjkih3engOFdSG6D5SWAPoT/1ykYwIDd0U3L+Cei29A4A4Sfp/oeSbceBOkmLBu7erpilgDsd7Nhe/DEx4h78aB4Hjry+hzPfCzOPy/99NRXb/312Gev/fbcd+/99+BrtCwEELQdvicXeHB+Lpn3vj4oqL9vifrbyv+JZ9Hb/wbk+ofCQP7924IBBpgAAAbwgAhMoAIXyMAGOvCBEIygBCdIwQpa8IIYzKAGN8jBDnrwgyAMoQhHSMISmvCEKEyhClfIwha68IUwjKEMZ0jDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl8jEJjrxiVCMohSnSMUqWvGKWMyiFrfIxS568YtgDKMYx0jG6zKa8YxoTKMa18jGNrrxjXCMoxznSMc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykIhMpCIXychGOvKRkIykJCdJyUpa8pKYzKQmN8nJTnryk6AMpShHScpSmvKUqEylKlfJyla68pWwjKUsZ0nLWtrylrjMpS53ycte+vKXwAymMIdJzGIa85jITKYyl8lMSnrgAuVLFshGMM1zAY+F8VPB70zoAfPtIGX846AC3iaEzF3Qm1Zw3wV3xwZ0MjCcaDQg9+C5RnfaUJ3NzKc+80nPfS4Hn/4MqEAH+qpsEpSWw4uhOSMCUBwqLwQAIfkEBQMAHwAsGwACABcBmAEABf/gJ45kaZ5oqpqeYlGj41CWst54ru987//AoHDYa1EcCJFkBAB8JBKEw0KsWq/YrHab9VgcS6cq0IzCuOi0es1uf7wIiVhHBkgc7rx+z3e3wHM9AWQIZ32HiImKKi1yRIMADjaLlJWWah5eS1eEVJefoKFFCg6BVoMSnqKrrKx/ppwBqa20tZSvaaiqtry9bB6la4MIk77Gx1ceFJvCAXjI0NE+cHlkhtLY2SzAsLmyxdrh2MrMbmTP4unImcF7srvq8bWafefy9/Pt7t/4/aEtSQ5Z80fQEjlEhAoqVKSsWzUJ4BZKbPNH0cCJGH8pCIgwUsaPaeglIpMBpEktIjv/cjzJcogXh9UCrGxJc5oFmOZk1txpE2cbVDyD6nhpUafQo4xuFp2JtKmIlAIBMHWKFGo9j1SzArQI4FrWpsAsQvyqlYJPNcPIarVQzh1WtWDDCpwF1+lBPmnr2t141ateoXdjTv3LE+DZLGTgEQbMNia6xVW5/eQH2a4HBIcfAYhY+WgmzGgBKO7sWYEjLhdJa92YWVAkzqqrssaCym9sy2BO2bF92/Ky1inItO2t9s9pHwGIV870Jc6OQcqVb1iRPLr169iza9/Ovbv37+DDix9Pvrz583Wnoyd9QP36hQeqY2n/XuKBD/KtTMhf3999/FhMAFx/0vwHYBUBdECg/0IGHjiEEw0ueE+E/P1w3wTuSShPhA4CMYEIFWooDocd+qDgBwOK2AuJJe4wB4sqQlMdjCHi0GCGMSKTnwDUCXKiCCnmeAmMwfEQIZFCstLADzWi8GGS2PCYwgFUVmklfTgECeUnTV7xZAkYbmnLkiogmaWY0pA55RBfmhAmmqx0+YGZK9AJpyINCKDnnnz2CESCd24oRJuBhoOlhYWmEx+OPADwIw5yJnrIdIwi9ygOhEpKSaXIZZoDp5r2AepznuZgZ6hsjJpDAKWi2ouqNwDqqjSwquDorNjUisIBl+J6jK4lsOprNsCOwOuwxLrYKrJoVHDBBRXgtewW02KhgP+z0GrnQQUMQGCACAYYAAEDP03QqzYXePvtB+FCcIF1CjBgQAIoGEAuGqyem026KkCgnAL+9gFAtXoIWCgD9OoRwLGhdBAfmhWs+9MBBFMiYKT13YvWffrSMsHDacC23iBUmhtOBx9rGK0OKM95ZZUiTGBuxyd/eAAA0DGrAwEUW0LlDx2gLPPQFY8gMlzvInJqG0tzcbRaSffBIQGIFB1yZ1HzoaaxiGx9yNM6a+G1CDRrYQDYYWMx9gdlpw0Nh00TkbWkcavBsBto5/jxAVQvQjXfbWdxttsFzU24PBDkDRcEgUeXwMq3RRxeAhor1/gQA2Su+eYDfNC3GwRwLnr/52hQjp3EXJB+w+VEfM6H6dlBkHAvVGfeg+p6dGAA5NnJ2wvutHSQQMDeEb+H6zgAzwXrKyRggOHcVWD8FUFXb3311LN8/fZVCG+vedKvorwo3x/+w/jmL8R8+qEgz/77gboPfzbyz4+MgkHbr//+/Pfv//8ADKAAB0jAAhpwf8N7Fr8OuIoEeMAE62NgG2AzPQkuwoEnUEAELVi6FGyQg1vAoAmgB8JDVPADsyvhJyqQQhUuQngJSMAHXUjDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl8jEJjrxiVCMohSnSMUqWvGKWMyiFrfIxS568YtgDKMYx0jG/zKa8YxoTKMa18jGNrrxjXCMoxznSMc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykIhMpCIXychGOvKRkIykJCdJyUpa8pKYzKQmN8nJTnryk6AMpShHScpSmvKUqEylKlfJyla68pWwjKUsZ0nLWtrylrjMpS53ycte+vKXwAymMIdJzGIa85jITKYyl8nMZjrzmdCMpjSnSc1qWvOa2MymNrfJzW5685vgDKc4x0nOcprznOhMpzrXyc52uvOd8IynPOdJz3ra85741Ga8/BVDtuUvhuK6wAOv6AHZeY4HBNAdCZXIOCskYKFFrN8QKmdEiXaPd/nUTgszakyLcib0oyANFOpCStKSmvSkKE3pDSC6rzcga6PKPKFK/4K+QLHUH9EKAQAh+QQFAwAfACwbAAIAFwGYAQAF/+AnjmRpnmiqnp5iUaRDWcpq33iu73zv/8CgkOfxWByIEwDwkSBktaF0Sq1ar1hqyyGRMFWBwFLiiGbP6LR6vS5yv7kwgGxm2+/4/L1I8QLFEjB6g4SFhjotCHBBYgh1h5CRkm0WElVhgZOam5xBLX1YYmWdpKWmJFuWWaKPp66vg5+qZ6ywtrd2HqBqAZm4v8BVRklsvRbByMk9W4tpYY7K0dIpRrPFAILT2tKJeZit2+G3Rs3X2eLosEXE3r3p769F5XZi4PD3kHyFYQ74/pNFrLUT+K+gHnmG6hlcmKfIsYQB+jGc2MaDxH0B2FHciGXdIUwcQ14J+NGdyJNSSP9+JIiy5Q6VCee5nGkD5j6ZNHOy8MDSG06dQEXYJGQyqNESHiH2PKrTTUmNTI3qg3gx6tEWP9eIeWj1Ks+ES7vOdEo0o9ioWMtyPRs0qZ6ibNvqyroqYlymLcLSkrD2btO5eET5xasAKi9og69Woucr8dVdzgBUdSzVAV0htSgTtkwLAGLNmy/3aGQP9F8uVjKb7qrLzxBAk1dbNZJB7w1AhmXP1oXAdooAuil/6r0DeHDQszZsAGP8uPPn0KNLn069uvXr2LNr3869u/fv4MNzai6+vHnQy8/fDdCBvHqxTES/p3lg/t0JH+rb78peRPr9TMHhHoBA6UfgNgE0MKD/FB2MgN+ByARwgAAkUEhFMwtC6EoAFp7xoIbJGLhKgyRM8B+IG/7QQA4ijiAfioe0aMKKjJAIIzAyWpGjCC/eOMiOU/TnIzA0/hbEh0N2AqQNJ/KwZJIR/mGjCk9CqUmGOASA5Ao9WslGfQeE2UCTTnoZIhVVmmlKmjgcMKWauLBpg5twIiMnlW/WecudKPCp5yZ+kqDln2f6MCihdvpAJxaBItqDnwBseYWkjqamg4R5YtFBoxq2oMCnpZ2x6B1d/uBpBZ9Kp0AFDEBggAEQQFABqmuMmgelWqza6quxXlCBB8d5UAEEKTBQAS22EjJBqTYocIEBCZxgAAOh+uXB/wWDYHqPATZAUC1b13qTbEjEmvbtJQdMkGknm9pxLlrYOlPfuq80CACWQxhwLGXvFidGfeqic+8V8VrXwQQIIyxCwgh3QK84B08Q5r343uAtZfsWAiYBkejHsQ8Oh+ywDtwOSUCRkaA8SMYwqhwjJCyD+PGaecTs18NoUMrpEDMbYjOEPY+wM6N4XKwmznkErQa1aiq9UAc/31wIxwQgfUfVekRdaTodMA0aA1Y/p69sJWtX8Nb4dGC0bBdEmwYBA6wQNx5zD6J2v3clELY2detxN3QVGLA3D06jMPgIfV9ReBAJeC2d3oUMvjgOiacweQ8djF1d4JCbcjkOn3+uQ/8HjeNNduedVF4K6WtvVzYuh6PBuulo7xA7GrTXboLqui8keu/R3A48Kb8Pr8zMWBsPsfLMN+/889BHL/301Fdv/fXYZ4+Gt0Xkrr0eDHx/SwLAmvC6+JOUa0L46G+ifgnst+/K+fJDEv8IFQhfPxqaKwCB/vtLQ8gCSMACGvCACEygAhfIwAY68IEQjKAEJ0jBClrwghjMoAY3yMEOevCDIAyhCEdIwhKa8IQoTKEKV8jCFrrwhTCMoQxnSMMa2vCGOMyhDnfIwx768IdADKIQh0jEIhrxiEhMohKXyMQmOvGJUIyiFKdIxSpa8YpYzKIWt8jFLnrxi2AMoxjHSMbpMprxjGhMoxrXyMY2uvGNcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGvKQiEykIhfJyEY68pGQjKQkJ0nJSlrykpjMpCY3yclOevKToAylKEdJylKa8pSoTKUqV8nKVrrylbCMpSxnScta2vKWuMylLnfJy1768pfADKYwh0nMYhrzmMhMpitbwICSJSBaz/wArByXwmfdLlpa22D4imeDbFLQA/Rj0Nku+L4seC+ACgDgDsoZQW628H5pdJsy5+lAd56BnfTMpz73yc9++vOfMAKWNwFK0HqpKZwMgaeV1CmNEAAAIfkEBQMAHwAsGwACABEBmAEABf/gJ45kaZ5oqqKeYlGk41DKat94ru987//AoPDmsTgQH4kJkJQgaMOodEqtWq9Bj8eRZK4CH4AkY8Gaz+i0+ryVeHUBAABRXtvv+Ly66AYG4lx6goOEhSpaDm9BfxI1ho+QkWwWCIpDcVCSmpucOVoUSlaAjp2lppyfoVdxGaSnr7B6qWijsba3aXxqtbi9vkNaSGsBEjC/x8ieHhSWtBJ1ydHSJC2qwwAOrtPbvoh6xMbc4rjV3wHZ4+mxW4PE0OrwqNZ4f+Hx95DLzXcBCNr4AGUJawfgXcCDdzzMy1MPoUM7RfbRC/SwopktEvkttMgxCkZDxP51HPnDQyWQAET/klypw+SjOCpZylyh8GXKmTg9bWR4M6fPQwMJwfxJ9IRLlDGL4jSZ0U5IpVA/fCz0NGpRfSCDWvWpZafTAPa2ctXK06DYpYmENjpLtFw7imzHtisWt62Fpmf6Ja3bMdg3unx/6uIHoFVgwew0mj0sswVZM4AYX7XglUpkyVdB0ZqzF/PIT3gXcfasFFFlP6NJQ13WZ0ocf6qtLjt5iRjc2KuNtP4R5zRuwRQy+E4B5jffT7RzFDdOesMX5tCjS59Ovbr169iza9/Ovbv37+DDRwstvrx5QgJEnQ+Yvgr59dHaUznwwTl8ePKn0F9+f1x+KROE0Z86/13SwYD4uSdC/4AIilOgEPSJYF+D0zwYBIMCUnhMAwd0GICFPygSoYa9gBjFiBKSeEsDtBxIwnsqgmTiiTH+guIJf+So4x85YEgCfzX6AmQPN45QZJCSzDjkDgG4iCOSvyypw5FQvrSjjlSOMGEPTa4AY5WPZImDjyiQCWYpB2zJg5hn3pImEAA42SYuxTUgpXJyzllRAGbqiRCfPrDpJyyADrpnn4biU2iiCMXJqEMH5PloPAAgOuk4AUR6KUCabpqLFlrgUSk+oIZqnBYVMAABBB9cAGoaoxLyZQ+oXrBqqwp4gJsCDJyQgAGumuFoPC30akICrerqWQUGrNBsFZlKakgHB9zZA/8EyE7HLD8HWBrJBLOm4G1srO7SrbSmgJsGssryVUG2WABwbjQTCNpduTdU+0UcHU4wAbrJdFAvANb6YCxfz+bQwcIH+svwwhU1/MEBclxZ8JwBsggJAR+wOK4ZFbhLiL13kAxfyIJwbALAamhMgsoNoqzHkR+bUXN/Mudh8hpH7uwpCkfCnIfQgxiQM1vw5uGyCD6rwfIV+MY4YqeQUG3HwXVhrUcHBDx9B9deX5HABYwlfS9jnVU3tmRHa9cBBGlbZTZ2Rqs4wCZE61E3abyikTdLe/+8AgF3izDA35y83TZpFUAQdg+ImxA5CoWj8bgOCTAQd2COXL7D5B90rUP/5WaIPoXim6NNtudWdQBs6p4pQHYpoG/yOnewE5VABbkLPrjv97AO/C21D3+M8MYnr/zyzDfv/PPQRy/99NRXb/310ySgPfav7K6sB1pzH0kC/8wuviRRn1+K+SWkrz4h4YuQ8PuFzE/C3PRHYn/+hTBwwQUMwB//BkjAAhrwgAhMoAIXyMAGOvCBEIygBCdIwQpa8IIYzKAGN8jBDnrwgyAMoQhHSMISmvCEKEyhClfIwha68IUwjKEMZ0jDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl8jEJjrxiVCMohSnSMUqWvGKWMyiFrfIxS568YtgDKMYx0jG5zKa8YxoTKMa18jGNrrxjXCMoxznSMc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykIhMpCIXychGOvKRkIykJCdJyUpa8pKYzKQmN8nJTnryk6AMpShHScpSmvKUqEylKlfJyla68pWwjKUsZ0nLWtrylrjMpS53ycte+vKXwAymMIdJzGIa85ha9EDjIGCAZiGrmRDQXLtKGDJkFU8EooPANDl4AQHywHW9Q6D7orC7C8aPCt6c4TUJyL4xpnOA7USmapAnz3rakyT7uydj4qnPfvrznwCFRQ3OuQ3eBfR0B7UlQe8RAgAh+QQFAwAfACwbAAIAFwGXAQAF/+AnjmRpnmiqpp5iUaVDKWtt33iu73zv/8Agz2NxID4SEwCARMyE0Kh0Sq1aqR6HiLkKfAAShOVKLpvP6LQoK+HmvACxek6v29XENjAAcNDugIGCgysKDm5BARJ/hI2Oj2ZER1N8fpCXmJlDFElVlYyaoaKhHpxkfAigo6usgXlmfBmqrbS1ZS2dsH2ztr2+QR4Zaoowv8bHm4hnimPIzs8ouHSf0NXVWcpoxNbcx9J2AZbd47XYd9vk6aseueBa6vCZpdlzzPH3jx4I9MMAxfgAXbU79y+gwTlE+NVLdbBhGnOCFPFySFEKxEASK2qsok9hv2YbQwrRR4gPSJEoe/+QHGQypcshkyICOPmy5oqVMmna3GmiI8uZPIOeuAgoo9Cjaw6xXIQUaUKWDJseZcfynVShOM/5uzqVgsdlEnRyffntnLixPIMVlVAQrc2n4KK6TSusDrq5aRUMXBZnIt6UpaaF/Ys1qy6rhPPutRIrsVMLiyn1dezU1BVUfimTtUwFs2appfRI8fwZtIV9URQhLt20hQPRPvhIWM3a9OuvKbzUJmwI9g3du0tv6BK8uPHjyJMrX868ufPn0KNLLw58uvXrNgNUxw5we2rc3Lt5hwI+PLfxQg4cMB8QvZAJ7LtbmTBhePx47n8E6PAh/31o/vXARXn/GRMgD+t9kGD/geQcuAN8H0DI4DgOvsGfCBVOOEoACzZAxYIaQgOiFReKIGGIvoxYRTYZoviIh2acKIKKLq4igAoHbKDjjjzaVwMAJdZozI0q+OiDjEKOYyQPBCYZCpEpLPkgjk42wqF6WGYJ5Qk05tAlCS1WCUmYYAYZpZi9wNhDAEii6cwBZJLwpZu1eKFdAFLqMOcJbdJZUhRA8pCnnxiRZyahvsRZQqCIIqPoCAcc2mgvjyoo6aS2KMomps/ECUCfQHTQJKdQkBkpqZ3q8CmqB21aD6sRnUpHB3u6qcAFDORaQRocXqpGrUIoUAEDHzCw63EXGJDAsswaAMGxjIFaB62VppAs/7PNPrubAhAkgMKyEHR2gLTVRKBsCgkQWxoN3mrzqa+OUCtEuyrQq5m6sIwLryZwwooDH/o6wx8A1SKHrw0E36mwdkuoF2EH+xrTwQQHECyFvX9lVgPEEcfDH3xYLiHyqHQe4GED5KZh8gcNAPsfxnOoaaIgMt+RwAViuqxGmx1PcbOYNYtAACA0pkzFz1UG/UHPagw9B9KIMl0Fz/6a4bQjOkthALR/GUDIAVdXBIHGKEqNhtlTHFx1PFtrFu50Y38GM3Ntf6Z2GQTkrffeedvB999hkwG1ZtyivUPgKRj+wwCDpEv2XG+TwbgNiN+gtw6Vo6C4DY4HpwADc0cxOf8VBIx+OA6br2AAA49nnCwtmZNuhQEXtJ5YBd2S+AHge6f+A++XV5GAtsvdmnsose+eyfAV2L7uBcfbkrwdHQxf+3S3apL89HVAcP3a9zgPPgqmj28+ptyf/4vevqvv/vvwxy///PTXb//9+Oev//5qJGDA/6HjXyYg4AES4EyAozBAARFYC66RIIAMHMQCTQDBCAZiIhW04B0iR4IKtE+DaKhABkFoMwiY0AAfJKEKV8jCFrrwhTCMoQxnSMMa2vCGOMyhDnfIwx768IdADKIQh0jEIhrxiEhMohKXyMQmOvGJUIyiFKdIxSpa8YpYzKIWt8jFLnrxi2AMoxjHSMb/MprxjGhMoxrXyMY2uvGNcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGvKQiEykIhfJyEY68pGQjKQkJ0nJSlrykpjMpCY3yclOevKToAylKEdJylKa8pSoTKUqV8nKVrrylbCMpSxnScta2vKWuMylLnfJy1768pfADKYwh0nMYhrzmMhMpjKXycxmOvOZ0IymNKdJzWpa85rYzKY2t8nNbnrzm+AMpzjHSc5ymvOc6EynOtfJzna6853wjCcDPYCzE/7PhMaaoBQ9QCymOY12TayA16BAwCMyIIUkGJr4ZHjAW/zQAyOEwt1u6MAzDDSHF0ifPBOz0ENWJnSjIG1h+UJK0pIS5qOcRKhJV0qnibryoixNDkzHqFEURRQeEAgBACH5BAUDAB8ALBsAAgAWAZgBAAX/4CeOZGmeaKqqnmJRpUMpa23feK7vfO//wODOY3EgUoCPBDETOp/QqHRKjXockk9yFdAuLdWweEwumz9XyTbXBSDA57h8Ti97KGpgAOCo+/+AgSstCGtBARJwgouMjWJ3WVF7DjSOlpeYOgp4VJOVmaChoJuRnW6foqmqf5BjnquwsWZEpWKvsri5UApHZogwusHCQw6GZAFvw8rLKC21ZbfM0spXdIiK09m4LcZnAZTa4bHVddfi56kez3IBwOjvlnfdccio8PeAHr1+e/b4/3MUrJvTDqDBOUTmsetzsKGdYoEQOZz4qFDEgRQzBtEnaI/Gj0/UdVQIsiQOkRFJ/5pcyQIjO5UsY5ZACcijzJss9v2xibPnTIs1XfqMeQUmNKFDV8qLyDDpUJr83DntyXEnAH9TiULkhwBrVqUCdzb9irOqtURkfSYsBy4tVZ3eJEh1K5Pby7Z0y449ii3vTV5x5/qtawHpk0mDk7aydSqxYixh9nR17DSNqcmUK+MxqiNaZsUUgApBtPezYgWQ9bjpa3oqkdQ8urSebUM27c8bbuvezbu379/AgwsfTry48eO8A+RGnlk588wAlj832IDKAdvT/x2wjj37ve1TJng3CF5Kh/Lj4aE/3CG99ilbpLs/t94J+O7ztdUXIj6/eikBtPfBfv4xQ+AP6MlXYP8wARwgwIMDStGfCJwtGEoAAthSwoEWpoLhGBx2GEuIB5Ro4ok4BCiiMvhNsd8ECq54oSsCysggiDYO0yIJIdYAQI05hrMjDhMGqV+MOfRo5I0+/LjkMushmSKQNQz5ZCAbZJmlHkVeGYyUPHTppS5g6iDmmLmUiYOSaKaiZpVntonLmyoEEKecstCJgpN4KqOnCQdQ2SeZOwBw56B5shEoosz8uSijAD1qDaMVXHBBBWdIWkd7VkJR6QW8eVABAxAYIIIBBkDAQGSaiiMqqaiequptDBiQAAoGrBqFoYIuMkGFN1hQ660mJGBqa7qqQKwQALT6DgbLppBsYh5cEG3/JwdM0Kso7QHLnALHAtistsxMsF2nx1VL5AEAtOtuuyhOQK56AKAL6QkEENBIvjt00IG8IpxYYg7h5uWVGQdUxwgBCt9bhZj6+hGxw2E0vAibZEzr5bZlWDzCxGdoTHEVHovAcRgiL4mxdYIkAKpfB9NxMh0gj2zfdjNnOmDOVBRMV8zBdQCBzfe4TJnPw/FMtDJGU6bA0GXUrIrUVEC99DkQYGpaBQYofQnVqxigdWsVWP0H2OEkkPVuEFw7h9cfDKBLBwmkPNsFSGOC9gdwr9A3Dga8/Fups+VaHOFHr32c2XSlOvbVN+z9N+Sw7E35KmBPfnkqmm8OSueehy76/+ikl2766ainrvrqrLfOaKoQIO56Jgk8PnsogpNg9+1/JOABCqDzPoXbwmPyuwkKBF88GXkvzwgEyjsvBaq2Sm/99dhnr/323Hfv/ffghy/++OSXb/756Kev/vrst+/++/DHL//89Ndv//3456///vz37///AAygAAdIwAIa8IAITKACF8jABjrwgRCMoAQnSMEKWvCCGMygBjfIwQ568IMgDKEIR0jCEprwhChMoQpXyMIWuvCFMIyhDGdIwxra8IY4zKEOd8jDHvrwh0AMohCHSMQiGvGISEyiEpfIxCY68YlQjKIUp0jFKlrxiljMoha3yMUuevGLYAyjGMdIxq8ymvGMaEyjGtfIxja68Y1wjKMc50jHOtrxjnjMox73yMc++vGPgAykIAdJyEIa8pCITKQiF8nIRjrykZCMpCQnSclKWvKSmMykJjfpPgWMilSxY8Cljtc/vInAciRQG9DU9zTlEaBu8MsdFAxASvRVIHoqaF4CZcnJf9gugRVApQwZ18twELOYyEymMumHy2U6c3zNtGE0nwmEWp7DmnJaJTyOSc0fyK2b2uvABUIAACH5BAUDAB8ALBsAAgAXAZgBAAX/4CeOZGmeaKqunnI6lLvOdG3feK7vfO//OQUl85GgAEVEDMhsOp/QqBSqcBiRq8AHIHHIpuCweEwuK4jYmxbgLbvf8Lj846EYfQEJZc7v+/8zHhYITgEIFoCJiotkQneFel+Mk5SVNi0OaU8BbJKWn6CVmJpQnG2hqKmAVaRRpp6qsbJhdY9heXuzurtPgrZieYi8w8Q6Cgittwiwxc3OI3XJtwC5z9bPCr9ledfdxdFzAcLe5LLHfNzl6qkK0mUAzOvyiR4OfgH28/qLHtpw6fsC9mnhzg08gQjl1AHEJqFDN/UAGXpIUYwHQn8AVtzYy18cjRxD/ugn0aPIkzdI/2Y0ibIlC5ZuQLqc+bIkzZuBYG7TiXPmRZs9g5aImBGj0KML/zQ8ytRDwXfxmPrkeYuq1JBE0eW7GlTQUzEAxnHtmQ2d1bEbwckJUA0t2bOQ3CKl8LUUNblHz70xFBUvSl8xJYj1i7MWGVyEm2YCtjRx3sVTXjmWykqK5MlS68GlkecU5sx26tbg0vZzZgtWfnQebPpqnQybR2hpTbvG7NqmN6i4jbu379/AgwsfTry48ePIkytfzry584AHnjuMLkW3dMITrF/H24H39rFrvstFQl382OgTzKNN/0G7+qMBOogQ/V5k+freAnhvwv5Df/zENCDACAIMWIh8sgFIzP99UjCo4DAORoEgCe49qIqBKEQ4QoUpREifhYk0MMZ/IO6i4Qgn2nDihyX2keIHL84QXwrZtViMiD3EaCMgBxTo448YosDhDQBMuGM3OPJAYoZHznLAkCrawGKTfBywHw46UilQkVqeNGOXIX0J5kZijkkRl2ZWdICRaSIUQJZtkgPAknHq8yabrtQ5yZrv6JnInH4KFACdgZLRggIVKNBXIYR6c2iiCnjwG6IMQGCAAR9AcEGiU6CpSKM/IHoBAx9cCgEDnNLmQQUQpABBBZvwaYmVTrDqKqymrfqOrKhMAMCVOCxAwwWm4QrGmxPgqcoEtIZBrHmcHHBAstbIB2f/csbSwKy03EorwgTgdqBsNx2kd8CvwCLXKh8ETKtIu9eSIC649NJrHKb2/ZGAY4uGEe8Y/05BKpgBO5FkoVIQcELBYYybw74Im8BwxDX0C8bBIii8yMQ9DKwlx1Hw6kYCz1Kp8R8KH3ByHNnitS5z+DrmMHEeU7yOAS37VXJyNU828xMDBC300APIoTDRSJPRgQEWjxUzGEUzsjIfS+MGsS4ECJ1D1H3It3NrBvysNA5cgzG1E0t/XZvYYZwNCNs74BwcAwnArYO4eOeNN9lM6O233Th0kAAETX9WNyhlmwD4G4LLbRysh1eSeAmLK52AAWoXl/Mik8u7SOOZ29yD/9t+bC66D5WfLgvpqu/CJuut8yJf6rHXbvvtuOeu++689+7778AHL3wCqFYQuvCTGCAp8qokwMzLzDPyNAmmR+/H9CNUQLv1YFxdQs/cAwL+B96Hnwj0FZRvfiKCJxD5+vDHL//89Ndv//3456///vz37///AAygAAdIwAIa8IAITKACF8jABjrwgRCMoAQnSMEKWvCCGMygBjfIwQ568IMgDKEIR0jCEprwhChMoQpXyMIWuvCFMIyhDGdIwxra8IY4zKEOd8jDHvrwh0AMohCHSMQiGvGISEyiEpfIxCY68YlQjKIUp0jFKlrxiljMoha3yMUuevGLYAyjGMdIxtQymvGMaEyjGtfIxja68Y1wjKMc50jHOtrxjnjMox73yMc++vGPgAykIAdJyEIa8pCITKQiF8nIRjrykZCMpCQnSclKWvKSmMykJjfJyU568pOgDKUoR0nKUprylKhMpSpXycpWuvKVsIylLGdJy1raMoIeyKXxipdLDioAAoeD3QcUtjQGLO+BHqCbMGtQvQGmb5k5gB4BC7cDAkgTgNibQjPvp4Dt7eCaJsxmCcV5y3Ka85zoTKc618nOdrrTBtTUxfje+QRozkN99MQLOW0EzoSEAAAh+QQFAwAfACwbAAIAFgGYAQAF/+AnjmRpnmiqrp+nUKelsHRt33iu73zv/8CRy4FQAT4ShyXIbDqf0KiU56EgJJ/jKpBNTr/gsHg8rRZ13OSMzG6732KFQ9sDSGDwvH7PV72wTAAZa32FhodlcnRMAXeIj5CROR4WGVKNeJKam5qUCItPmJyjpH0un2CNS6WsrWMec2KNhK61tkGwoF8BZ7e+vziUgGQADsDHyCkeqGyzyc/JVcNsgtDWvwq9bhKr196l0nnV3+ScsHrO5eqQFtNvxevxhxS6bQDa8vlv53vp+v9ssvERBbCgmHZ94BlcOAUhH4UMIzqhlxCfxIs9KA60iLEjDo39OHocyQIkOpEkU/+eMJmHl8qXK1jCuQezZgx3M43Z3CnC4R6IPGsK7Oco6E6d6CTQMvpSpj2UTD36zBnVZq6WSqvWDDfTklahUMFw+7qVAk4xNMmCrbcrq1qYwuxlevuyCtsoLulajRWmkV6ey+4ycvt3azbBPwgWtnoYb9HFPBVkQKzDzlzIO2Gd3RHgXjfMQc1QZmHHwVLQQV8wQ4P674bWsG+8TsEltu3buHPr3s17zObewIMLH068uPHjaJEXrK2croDmep+Hgv5PupMjs6mvs97kwAfm2stxZ+J9dHhg44NM+OD9vPhQHT6sd08u/Y/23+l/s+9jfhb9yQTQQAMi8MdDAPGJgB//gLcEsCAUDzLoSwAGMuGfhL9UGIQuF2JICng4gKhChyKI6KEmEZZgYogJnvgSiSOs6GIrBNYx4y8pkiBjDTCSYN6NkORog5Aj9AgkJzuS1uKRzyS5xZJM2uLdAVQ2kN0ORkZZCpE5cInClVry4eWQO4wZ5hhmspDmmZKsmYKbbAZ5X5zAwKljlnSSYqcIAECZZy12Oujnn67ACQCehJJSYw0BIJooNIK24eijeB0wKKVieKCppn1Zms+mnNqmqQIMQPABBAxsitek9kQx6gUMnMpABaGC5kGsJxhwgQdNRCrJpT14cIEBCaCgAK+QKWBAp6z20cGeJUSwrAoG0LqY/7JTODgBsKPE9+MO1S5mKiOdebetNesB4OQOp32lQLE0xDfBvOvRO28H+ObTwXpUqrvubcjmMaUh7RHAA74IIxzMjQQs+oHBeziM6RMSf8BtGBVD7GG7YkArhcYkeDwcx2GIDAXII5i8w7hqkQwGypGorAPLal3Mhs1twCwGzUfqrIfPE/dgMAE4j3EvHPAGrXSUPKuV9HBP61U0bB00/da0Lw+wgtZtDMD1HlH/FfYTQOvxNdi4Ylh2CVOLsHYQb/uQQNqgjc1E3DrgncLZSNONGtZwtK23D4Pj0EECF9ymAARtf9VBuLlVYEDjRsV3gcuozTD5YoczgHlsmks99//nuJFuE+KmL606RpSvvonGRLt+Teuy12777bjnrvvuvPfu++/ABy98CRAc64LVwyOSePKlGBAwCYAzbwjyfkvfB/XWIxL9CNtn/8gFtHv/RQUiVMC4+JAojP767Lfv/vvwxy///PTXb//9+Oev//789+///wAMoAAHSMACGvCACEygAhfIwAY68IEQjKAEJ0jBClrwghjMoAY3yMEOevCDIAyhCEdIwhKa8IQoTKEKV8jCFrrwhTCMoQxnSMMa2vCGOMyhDnfIwx768IdADKIQh0jEIhrxiEhMohKXyMQmOvGJUIyiFKdIxSpa8YpYzKIWt8jFLnrxi2AMoxjHSMbFMprxjGhMoxrXyMY2uvGNcIyjHOdIxzra8Y54zKMe98jHPvrxj4AMpCAHSchCGvKQiEykIhfJyEY68pGQjKQkJ0nJSlrykpjMpCY3yclOevKToAylKEdJylKa8pSoTKUqV8nKVrrylbCMpRNA9TwKCotY8QGawQ4HAfIxcHlCe1zq7octJ3Sgev2zGwcLt4PwyfIYw3ymVmopTVNSs5rYzCZTkMkHZlKQm9oMpwTBKc5CKJMU3VMd8pARTYaVc5TOlCMDQgAAIfkEBQMAHwAsGwACABcBlwEABf/gJ45kaZ5oqq6jRZXOy850bd94ru987/8lj8XxkaQAH4RDAWw6n9CodMrzEGsBEUJG7Xq/4PDUKkHiAgCERcxuu99iD8XYQyOY8Lx+z1d5FAhmPwESFHh9iImKXXJ0TwBLi5KTlDkKc1Npa5WcnZ6NXZqeo6SIoF6ipaqrYgqOqJGssrNPHghskLS6uzpygmCEm7zDxCiubmmHxcvDVm+EXMzSs3+vbAF309qsVr/XhdvhpMd5AVfi6JO+esHp7oq23m1o0e/2cOTs5/f8bELybrAp60eQkQOA8yQMLMgQSjc+7RpKdBgIIgBhEzP6iNfnosaPPWwh8giyJA6RHTH/mly5giMfkixjpnDJDqbMmyQe7omIs+cHnewU+vT5D2K2oT09WHu2D6lMms8A1HPKcl05CSqpsszHdKFWk0ATTv0K1sLSMALJ4nQWEJzam9WQZfD6tmRRMTzrPm3qxa1enFxD8f0b0+yXZISJYqKCOLHis0AaO36McAeaWJORWqgIhNDgzD0VOChTJxVorUJGVz7N+sSGG1lay55Nu7bt27hz60a2u7fv38CDCx9OvLjx47hjI38L4MDytwcmPK/7erpW6cqtDw3QQbtW5x/Ae6dafTzO7iKym9fV4IB79T9Wr2fVQEAX6SMmlJ+/SvwU7iXIx98k8EXhnwgHDuhJ/4IlBODggxBigZ6CtNjXBYPhUUiKhSkUaAOAGla4goc1YIhgiBBBqCKJI+yHAwATosAiipw00AN+K7hI44I62mDijrQc0GMNApIwI5DliNDAkSPGyAKOSE4TAJRRMjRllRNdiWVDWm5ZEIheEnSAkz4wGWYfAfx4ZjgAULlmOmmS+SYrZiIopxQdqDnnYW6CUeSeULSpxwR/AuoDjIgQGuYFDEDAwAVUxClJnnXmUMEHEHwAKW0XGJDAp6AmAEWafS6iqBMVZBrqpwYw0BoEoqKQgAFlRncnJ4WmQAGsKcS6XnMT3FrKBAdUSgIGunng6iBouDdBsNN0QCwAxk7Xwf+13eGHLUHSIggAtStWS9iybzhnIwF9oGujoVAcWKoYerKrw7vyTuErH+jCEW8YmUZJrxf71nsDg8J6kW8JBwsMRMBiFKwwC+KNqYjEb5CrYQcEONxwxnpsWpcHxSVAl1YeA9cBrQ9vY7FeK/dmwMjTDSBJwnyUTNilMmnsQ7+ZtayKzCIATQPNeXQAAcxvKeCzG0SvIHQXOutgNNJ1KXDBvVE0TYLWKTy9A9cicEzF0bRVgPIuYCeSAANUJ1YBA1hPknYnCUCAM26pxq0I2HPrYcAFbZ+mQN6y9P3G34HLNrgsUYsBAeAp92A4Gy9HLrnlmGeu+eacd+7556CHLvr/6KSXbvoioJ5OdwUg/6Q6JSK/7gnPJegtOxx3l3D27XvYPMLuvEtie/Bt+A488Xm0egGjwyPv/PPQRy/99NRXb/312Gev/fbcd+/99+CHL/745Jdv/vnop6/++uy37/778Mcv//z012///fjnr//+/Pfv//8ADKAAB0jAAhrwgAhMoAIXyMAGOvCBEIygBCdIwQpa8IIYzKAGN8jBDnrwgyAMoQhHSMISmvCEKEyhClfIwha68IUwjKEMZ0jDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl8jEJjrxiVCMohSnSMUqWvGKWMyiFrfIxS568YtgDKMYx0jGoTKa8YxoTKMa18jGNrrxjXCMoxznSMc62vGOeMyjHvfIxz768Y+ADKQgB0nIQhrykIhMpCIXychGOvKRkIykJCcpSQWoqjsEoFkmP9CBWTGgdetTgAEw1gMIgHJ8HqBdE3zHPQ8YYHI5WNr1VEmFxBHPA82DAgFk2T9aRs+WJeQlJR3TuGEa85g+8SUyl8lMGwKzmWz0wKZICU08PhOLCQgBACH5BAUDAB8ALBsAAgAXAZgBAAX/4CeOZGmeaKquoqeQmehYL2vfeK7vfO//wKCQpKAgWJKMZchsOp/QqBRoQUhyAImjNu16v+CwtOoLaLnitHrN/iocgKCZgm7b7/g8ynJlAhBLeoKDhG5wT3N1hYuMjTYuh1BmW46VlpcfCghxUpOKmKChagoZnFNzoqmqYB6RXmaBq7KzQxR9YGa0urs7fGoADrzCwyetpmEBALHEzLu2bAFHzdOzrXbK1Nmpvm3R2t+XxncAn+DmeZp4wOfsg9x2ue3ydh4Ux20S5fP7U9Z5ABT4CQST7l+wgQilKLg1TlrCh00W6vEGsaIQfWriWdzYw8K9bgw5irzhcWLIkShT/2BMozGlyxMS81B8SZPISTZ/auoUUVDdwZ00/akLCLSmvTz5itZ8B1JpzZ5t1jl9Kc7OzakimWZ0iDVl1TXYur7UioyrWJRfkX08OxIqLqJsXz4rG7dm2lNJ6wZ11UkCXL0vNa1lggqwzjeD5fhdaXhjq6tA/DYuWk9C4h1/lk3W6cGCA8g5zmyeWsSsjgABRqtezbrEBhWpW8ueTbu27du4c+vezbu3yNi+9QIPXhc1cX7DmwC4fDxbciYHmDef9nzIgenzqguZcB07O+1BJkzw/l1SB/Lln3SXjn4X+PY03/s4/2E8fOdP2N9fFaD7hwbq7deMf1LQJ6BOBIog3/+BjiQYhX0M7iKACgdsYOGFGL5mg34R7qLhDxB2qM2HPXAoIi0k8hDiiZUc4OKLME6YgoM60MgiMQvCZuCNzQBYxoo8CnNAjhQGKUxqDaCW4g42GqkKkTYcsKOTs0C5AgBTUimLlSlgqSUvXJ4g5ZdgAtEkmamEOUIAQALRJpq4lPgmnE/yMKYUZ9KJiA4AzNmEn3o2sWQKbAaa3Z2GntNflok6B6gaed5YwQcMXDBpFP09Oo0HH1zAAAOXslYBBAaQYIABEIQqRJ+MMqKmSgycaioEF4zmAQMfJHBCAqgCkWmrlYz3Kgmx6ooCBJN5AIGxKTCLQzIHTACsKOcB8Kr/s7NdgC0KQxqnIGqoAeBifR1My0t0wx4LmAel7lBuuQl1IN4HLi633Ahe2larHT4KcgCA/Z7IaRsBf0AAHgU3GiAhNJqrcA4Jf+CwGgerMTF6EV8sRsVpaPzwDw2v4fF+HBNcQqRRjAxfyQip7NK2Fhfi8sc012zzQzO7hGwYBPTs8889swH00Cx7AbNYFRztRNF6DEAIroZB3YXTNjBdtdUqYC2yAYxNBUHON1DNgtYnECC2CGT3APYNBqhq2M6ipD2E3EC0vRrcUxD989okeKy3z1/YzZrUl9BtCd6tIb6K4XYYwEDXUbdr2Hmp6hbr227nRnghZ1/ieOY3Zx36/+gs+sw36ainrvrqrLfu+uuwxy777LR/zOupStdOCAQDi7C57oUY0PsIvwMvCOjGNzI8Cbknz0Y5zTuvhuKdni79FElfvwgE3Btgvfbghy/++OSXb/756Kev/vrst+/++/DHL//89Ndv//3456///vz37///AAygAAdIwAIa8IAITKACF8jABjrwgRCMoAQnSMEKWvCCGMygBjfIwQ568IMgDKEIR0jCEprwhChMoQpXyMIWuvCFMIyhDGdIwxra8IY4zKEOd8jDHvrwh0AMohCHSMQiGvGISEyiEpfIxCY68YlQjKIUp0jFKlrxiljMoha3yMUuevGLYAyjGMdIxqwymvGMaEyjGtfIxja68Y1wjKMc50jHOtrxjnjMox73yMc++vGPgAykIAdJyEIa8pCITKQiF8nIRjrykZCMpCQnSclKWvKSmMykJjfJyU568pOgDKUoR0nKUprylPvxwAXaRR+giaADuqqcAJUVhATsa38M+J7BEoC8CXagl+srHhSiB8FbojJxx2QHMZPJzGY685nQJB/joknNalrzmmwApjw6F6RpKlByCAkBACH5BAUDAB8ALBsAAgAXAZgBAAX/4CeOZGmeaKqupEVmIsXOdG3feK7vfO//Jo/F8ZGkAB+EQwFsOp/QqHTK8xA/SFYAi5BRv+CweEy1GnUAiYvMbrvfZMq5B0DA7/i8nuVJZn8BEhRMe4WGh2FyUQBXiI6PkDmKUnVrkZeYmZNTlZmen4Uem1SdoKanZBZzYIyEqK+wTh52ZIyxt7g6on9igZa5wMEnCqtkGa7CycBWcILKz7kKvGwBx9DXqB4wd87Y3p7EeAGN3+WOu+Jq5uuHs3oAv+zycOF5AV7z+W4W028BCMj0CfxipZ+bQAEHKoRSUA/ChRCjzDLoBkDCiBh3uNsDL6PHHhvfxftIkkbIPB1L/6o0SUvkypcrJnK8CLNmQ3sSaNZ8eTOdzp0r+TkECLSoCA/F/OEzulMmnpRMm1KgOOZhVKD14Iy7WpQZt6VcYWZtU+1nWI9e3XQ7u3MsGXJsYQqhOkVdXKBpxay92zYpJ7h8a6oKU8ds4I+i/DopfJhpYk4tGzOVQTfHliWSuVqI7CMQ2MxMFVDuEQBAhpGgHQ9RnLr1ig03trieTbu2GNi2c+vezbu379/AgwvHGAD3cNDGjzcGkFx5vgZSDsh2ru/AlOnU51mPMqFy9mvboXT4Xj1KgA7hya9L3wTJhObqvbF/gj2+fO725c3vPGJ/fmX+8ZAefP/hcoAACH4Q4P8OE5DgXYGfBCDAF/UtCGGEE15Ym4UknKehMPVFd8J7H6ISYgkcajHeCQ+WeMiJTwRIoosRrpCiCh7SWA6MNTSo4zcHEFhDijf+CAmPMwCwIgstGpkHe0LSkKOTwWywwRZRSumjDVlSmUeXNmxpQ5FetgEmDWSWmcmZLKSpJiZsphCAmG/mEucJc9aZzJ0lKKnnnjocsOSfwPD5QZ6EAlpDAIImOlCj1DjK0aBkoCfpHX4+eSkZjFKKx3hIUlnBBRWQMoGn6ygw6gUfGHYYAxAYYMAHs0LAgBOdemLpExdAEKsIBthaQR+tXTBrCrfuwOgHqGayaw+9pjCrq1wliyv/AAecKswEboqwwAwQUMtUqTQAgEQA6GJh7gHWTaCtNx00aF2oOBC7qa4fuKsgu/yyawOrh5HrBgHQfVBwHgT3RyUEbxCAiMOFiGvTsW0crHBEHQB8l70QWTxCs/cK47EIIIcMRLcm12tIyQ0byfEdkBYSsxsM8/XycB1YexfFygl8l87DJZCyPDUfxvMXEJ+StBg+D41NB0U7jQLES0v9XQIag2YAy2JwTcIAwWBtpNc2VD0F2Tt0IHZtEAidmwFNz2YsbWpHrZvdkiVwdG94H2I2CWizobYBWQfXNyZ/65EABIVbnfYjcTuuQ+CSm0J55ZhnrvnmnHfu+eeghy76/+iklw6sr4ebjkgCkaseSeMfpO46Hgnc3Orls4Ph9gm4505F7cP07vsUQIsg+/BvAA2B8MhPobesuzcv/fTUV2/99dhnr/323Hfv/ffghy/++OSXb/756Kev/vrst+/++/DHL//89Ndv//3456///vz37///AAygAAdIwAIa8IAITKACF8jABjrwgRCMoAQnSMEKWvCCGMygBjfIwQ568IMgDKEIR0jCEprwhChMoQpXyMIWuvCFMIyhDGdIwxra8IY4zKEOd8jDHvrwh0AMohCHSMQiGvGISEyiEpfIxCY68YlQjKIUp0jFKlrxiljMoha3yMUuevGLYAyjGMdIxrcymvGMaEyjGtfIxja68Y1wjKMc50jHOtrxjnjMox73yMc++vGPgAykIAdJyEIa8pCITKQiF8nIRjrykZCMpCQnSclKWvKSmMxkyBTAAAMIDVVqoxUDbPe+CySgA4lbAQE6YACJfc+UqcxBK9V3vB5Eb3ywkwIpt7e3L7QOex5g3g6Kp8lyCLOEBHBlMZfZOWUy85nQjKY0v9jLJjpzf7eU1C/NEUsnXRMax/wOMdUYTvV0sxwMCwEAIfkEBQMAHwAsGwACABgBlwEABf/gJ45kaZ5oqq6jp1AjIjoWa994ru987//AoPCk+MhWkk9tyGw6n9CoFEg55iSOqXbL7Xq5MMDPUfyaz+i012NBiIEBCaWsrtvveJXCkWQCEEt5goOEWy4Ob01xMIWNjo88bFZPi5CWl5giklqVmZ6feApuW3Ggpqdfoomcfaiur02IXwGTsLa3OBatXgBZuL/AKKNmpcHGwRS7XwAZx863tWYSgc/Vn8l1zNbbmR7RZxJ03OOFune95OmEsnff6u9mHr534fD2aKJ5cvf8XuZ46PoJnIIN4LyBCJswytMsocMhFFbVofWwIhWJaiha3LgjYh6NHEPa8IgHpMiTKBb/4nGHEmXBcwdbylSiTE3AmTPz4dmHE2dMNfV6zlRZh6XQjf+yET0qUh5GaeKYnnyJ5qbUlka3TLs6tGYXq1xPenvKKmrYk161AFh6ViTJrz/bNmVHKq3ckGPr3hWqakocantl9oXSKXBPeVD+ADY8U57dHjQYS90kBMEcyVxffCB7IwDmz6BD//AsurTp06hTq17NurXr17Bjy55Nu7btIQekbLgtd8Ju3mc7kAZ+1TNn4jKPI5eZe/nVCSJ+O8cZoIMI5dMtNs8uFLoI79xvDY9SncT48Ki2S1GP3lYDLuC/S28PSoCKA/jz6/8wX8VT7PTZE1+ArrCXGIG3GFiC/4I6DIigdisA+CAXDJJinQoOTphOhhrickB/OlTY4SsHnLeDhCN6sgGIPFyYYkLlvQgjhzLCEwCNNb7jYo78ALAjj/aICCQ3Nw7JzwE/GkkOADgq+UyRTqoTgJCkREkMlVxYZ6KVTzDJ5R0ufFDBB2YNMWWSg0yAYg8KVFBBmZi1yQAEHxjwAQQXvGnmAU1a40EFF8xpgAF0XiBaBXSiAMGYPQQgRp+WALBlDhUwYCcKDHzGKBOOYomKpDxcqkKmjMF5gn4A6JfbBNCheUwH0OU2KQ+kBpZoGhMQQAgBuu7QgXWsQprCpgh6+oWxX+6AbBcG9prsMe89+4Sz0nbhwf8gy1aLw7VpREsCtXlkq+23CxaC5LhB4AeuHfih6+67NrgKL7zyqibqvD2si+8NAzSirx337gVBvZfo2u8OBwuSwGcBf5IwDw+r8O8TtUq28B0T20HwEBVjZsDGQPwq8sgip0HyySAL0TG6EZeQ8h0dXIxaAi/X0TIJNdfR8Gk0W3LzCDmnYehrPe+VwMr7nmIA0kmjkHHTnjwNNSRBT2311VhnrfXWXHft9ddghy32KwlAwMDZO49dB7dqF1Jm2m17kTaxcZ+Rtql1q8F03mrIzLcdCsD9dxcJFF714IgnrvjijDfu+OOQRy755JRXbvnlmGeu+eacd+7556CHLvr/6KSXbvrpqKeu+uqst+7667DHLvvstNdu++2456777rz37vvvwAcv/PDEF2/88cgnr/zyzDfv/PPQRy/99NRXb/312Gev/fbcd+/99+CHL/745Jdv/vnop6/++uy37/778Mcv//z012///fjnr//+/Pfv//8ADKAAB0jAAhrwgAhMoAIXyMAGOvCBEIygBCdIwQpa8IIYzKAGN8jBDnrwgyAMoQhHSMISmvCEKEyhClfIwha68IUwjKEMZ0jDGtrwhjjMoQ53yMMe+vCHQAyiEIdIxCIa8YhITKISl/iQP0HAAIb71QdEtrCl4U1zFRAcC8rGtszRLQgdgEAXJ8eAPsOxQFdXRFwFzIgDAmiRiXKRmto8wEYg7C12Q4OjM+6oxz768Y+ADKQgB0nIEnzxdXIs5EZuhZA0oseR6ggBACH5BAUDAB8ALBwAAgAXAZgBAAX/4CeOZGmeaKquaSZSCivPdG3feK7vfO+bFBbgg4D9jsikcsls7iwZCS0gysSc2Kx2y3UqELoAANwtm8/orsLxA7DT8Lh8zrIkAxIjfc/vb6VLDld+hIWGNmtDTG6Dh46PjolYjJCVlnxvWZSXnJ1cHg6AW0GepaZKFKJ/dqetrjhfZgEIja+2tyUepGYAu7i/t6xneMDFr7qKw8bLprWyqszRjxbJaADC0tmEoHIBLtrgfR7Qw+Th52gK1WnX6O5ounRu7/Rd3HOz9fpZHmTd5vsC+hhHh5jAg0cI0gGIsGENhXMYOpy4AqIciRQzmrAYB6PGjx84pjEIsuRGf3FI/5pcGTJTSpQsS8absy6mzJpncNrUKPLZTpb34ARw+RMkNmtHi2qMNRKmUp4UdGqR+nQiU59VV/rq0i6ryTWyBHldacEjEjxJx2pM1WWrWpBEm8x7GzOukk10WYZyIjbvTrM28PT1a5MCAqo2xrglzHINYBWC0zIGSmSy5RsbAl9mnHmz58+gQ4seTbq06dOoU6tezbr1xAOuY8suJWC22tpKqNhGhzvJEN27tfVGAjt4uOFHJnwoblwach8BOnxQ3tz53RHAqxt7rv1jgO8fuPOQLoJ5d1cHegsQrwPxeYrU39syzyS6fFvZbTSgQf++qf4l7MeDfSYA6J8+Bn6Q3/+B9RDI4CkJirCgDfE9+Mh6GGbIngid5RDhCB1a2MmEU5AnYjEk0lDhiRCO8OEML5KwIot8xMgfjfMd4R6OldgohIk8ttgDAEAG+V8PPhrpSJInMKmkIU5iN+OTpUS5XJFI7EjlEU4GMOWW2hyApVxg7iFmmegQieY5aq6pTQBn9vEljQrUKdecZqbYgwcf2MnnZwpcMAIEH1TgTA5ifDCmIRMAoOcNClRQAgOGXnYoCZeyIMYBEyxayQRWYipoCpIypoABR2w6naeldAAqDhHM8CdpFdKnXAesFqPcb4+6Od0BoS5BALA64CrCBMgma1qmWBAgoK/aPDtCrufMeh//AT1C6wOAwfaArbbCZosGqjhSa8a3Z5DLIroCqSuiuVt8y2664NYr4qj25qvvZwQM4O+/APubRsAED1BGB/i+BW8xBu/Lw7wqLEyCwQ2H6/B4NUB8isRgamwxFh0QenHFroQMGsdeJbwZA5+hfLEjHSTwcsaHSCfyzDO4rEXMON+ics9AR2Ns0EQXbfTRSCet9NJMN+3001A7ZMAFFVTwc9Ry3Iy1HwlYuzUfWpPA8tdwhD3C2GSPi4K7aZvxcwU6t/2D1gzILDcc5MV999589+3334AHLvjghBdu+OGIJ6744ow37vjjkEcu+eSUV2755ZhnrvnmnHfu+eeghy76/+ikl2766ainrvrqrLfu+uuwxy777LTXbvvtuOeu++689+7778AHL/zwxBdv/PHIJ6/88sw37/zz0Ecv/fTUV2/99dhnr/323Hfv/ffghy/++OSXb/756Kev/vrst+/++/DHL//89Ndv//3456///vz37///AAygAAdIwAIa8IAITKACF8jABjrwgRCMoAQnSMEKWvCCGMygBjfIwQ568IMgDKEIR0jCEprwhChMoQpXyMIWuvCFMIyhDGdIwxra8IY4zKEOd8jDHvoQdB6oAARQlYAixqyIHzAApbw2OQ9AIAEd8FgKCNABJUbuVHojAbbQlrgK2G0JBmBi4BTwRUInmO1vZ2xCB5jVtjJy4Wo/jKMc50jHOtrxjnjMo03EWAk4OsyPoWMbLi7Ax9UJUkQVIJk+pFi6UqmOkQdiIzjIFQIAIfkEBQMAHwAsHAACABcBmAEABf/gJ45kaZ5oqq6kRSJsLM90bd94ru98n3oWh0zoKxqPyKRyqfMQaQAEhUmtWq9YqlOik7iy4LB4nKVwe4gvec1uu38fBOBNr9vvs2lyju/7/zVmTGmAhYaFglSEh4yNbB6JVYuOlJVValYADgqWnZ5FHjBZmp+lpjWQfFlep62uJwpnYRmcr7anoWt6t7ydtWS0vcKOuWy7w8h/sWwBT8nPeKpkrNDVdKJsAJjW3GOyawHH3eNYFtJkAQi/5OxV59Pr7fJIDu9k8fP5aPZiAPj6AHFga+MvoEEdA7NtO8gwRsI12hpKlPGQTMGJGFPIeXMxo0cS9ej8+4iRXxgJI0n/NjTnJl1KlQy/oRMHE+NGhTVJUjCJRV3Oj8vAOfs50QkbCTSJNgwqptlLpQCNkkkKlaEHmViGVpUIhKcSalszSi0TluTTI6TKkrSAVYlPtR8htT1SEW5Rqj6i2M1J4ebevzaCGAkwF/DHvl4NKx4RpPDix5AjS55MubLly3XwYt7MubPnz6BDi16SeHSvAKbVCkjN+gPq1lXnbICt9ABtqBM+lL7NsAPv38BN2RYxO7jH3CJ2Gy+EuoGS18tPQV8yfETx6JQCrAajHHud7Uy6e+/jHMf0FchLnB/vab0N8eyz80gf/5Z7GtVP5K9f6fqNAL6pcB9/hexH4FbwHYgM/4AzDKhgGwfYFoB/NgRA34PyXIghOwZuOE6HHnIDYojQWEgiOyaeOA4AAapojYM8tOjiHQnOeAeM6mloozA4KqHjjlUEMCKQrwhJZDIA/EhQiB402WQSQsqIh5RJOOmBZE1WwAAEIjCgwJM9HKCkH0Pe4IECFzAwwgVfLuaBmijAiYOYVDpSpw0eVLDClX/xyUMAAQBg2wR3mgJAjzZc0KcBMkzgKHKPElpoLwEewAeiKijKX5liDEeADh2E+kGoos5wFkx+ykNAeUokcJmc8rDa6owdjlnFp1S4eiSZRuiqYq1r4LrrOJMOe0OxYghrrA6fKvsGoctGK+208yBL7f+1bAwghrbY2uBstw0RwK0p1qb2LbjIlIvuCr6u+wmj7sY7QruTGaAuHufiAatl9pZFL2jwlsWlvCncm8W/BJNAgMEJN+zwwxBHLPHEFFds8cUYZ6xxJxB8eebAG5OhZ8hvBFwCwiRTse8IIKd8xcoitOwyGSjPjAXMNlNRSwUQMJxzjD7/LPTQRBdt9NFIJ6300kw37fTTUEct9dRUV2311VhnrfXWXHft9ddghy322GSXbfbZaKet9tpst+3223DHLffcdNdt991456333nz37fffgAcu+OCEF2744YgnrvjijDfu+OOQRy755JRXbvnlmGeu+eacd+7556CHLvry6KSXbvrpqKeu+uqst+7667DHLvvstNdu++2456777rz37vvvwAcv/PDEF2/88cgnr/zyzDfv/PPQRy/99NRXb/312Gev/fbcd+/99+CHL/745Jdv/vnop6/++uy37/778Mcv//z012///fjnr//+/Pfv//8ADKAAl+eBC0AAAgZglKsSCAEGVCBVV7uAyWTwqQRAYGRQ8wCX8mWDBGhqaZzg4A5kRjQILgFnM2OACI+QABOmDYMzqxkVCPDBlMnQCjDc2AQHyMMe+tBlJPyhUmooxCIa8XcoLEUQXbRCWzTxiDLYYTuSGJ0cru2GyRBWCAAAIfkEBQMAHwAsHAACABcBlwEABf/gJ45kaZ5oqq6j91GfU1psbd94ru987//AoEkhkqyMNKFyyWw6n1Af7APAGaPYrHbLzcKqvWl3TC6bz72AhEJEu9/weEkhWwLq8rx+//RYEGBLAQhJfIaHiDUuUWqJjo+OflmNkJWWcIVYlJecnVoKCFyDnqSlTA6BpqqrrEtirbCxaJuytaqoZne2u6VXZr68wZC4Z7rCx8g+CG3JzXEUwGevztRmxG541dpjoXDL2+Bc0WcSmeHnTdBy0+jtsQDs7vI82W/18/g51/b5/Tr7s+75G4gC4JkAAgkqHGHwTMKFCh+WkQixIhp4FjOqe5Yx47hf5joS7Pbmm0iIFLn/pDwp7+OYNSwrkjxjMubCVGSM2dyZxSXPfDi56Pw5sswoohB9Il3aI2iUoUz9eQDEZWbUgVO1BLhqkRkUWlwV/nEatmyKkEIAWDWrkIjSHQ68sp07Qi0buh3l4t3Lt6+KDX4DCx5MuLA+w4gTK17MuLHjxze2Qp5MOZnkyjHJYq54YMJmm4A/n7wsGiLp0hXBHEDNunWl0647HVgde6CALp5r4wvQQTcp2E5okxDuOxHxEw2SK19e/Ofx5pVuQ88nfXq1ANiza7fONzf3VqF5PP9O6kD4HZrJq19vAjh7Z97fV4svv1kA+vXzfwfQW3+z8f7xgl+AuxzQnyYEupFe/4KwDMhgLA4+2EqEElbo2IIWRiHXIkAEUMWBkICohAcVjMDABxwOlmJkGFoCgHs3KABBCnoxthUAq1GoDQUzTgbiBDom49kBYMA42IllECCMiDYw2RqAaAT5g5PkKUkNlSdgWZuVu2iZYRRQKuHle1zaMuZ6YW7RwJdNpMmFm6ydGUWZcRBAJ5t45qnnnnwWd2efvMgJ6KDVDLCFoH3+qYKhhNaiaKN1toIoUpNCail7jFZyYKVsPuoGp5eGCkcHnopq6qmopqrqqqy26uqrsMbKZgKyvpEAAyvWqqs2Pe6KxgUoGODrFsCeIOywyFLTa7JZVKCAAhccy+y01FZr7f+12Gar7bbcduvtt+CGK+645JZr7rnopqvuuuy26+678MYr77z01mvvvfjmq+++/Pbr778AByzwwAQXbPDBCCes8MIMN+zwwxBHLPHEFFds8cUYZ6zxxhx37PHHIIcs8sgkl2zyySinrPLKLLfs8sswxyzzzDTXbPPNOOes88489+zzz0AHLfTQRBdt9NFIJ6300kw37fTTUEct9dRUV2311VhnrfXWXHft9ddghy322GSXbfbZaKet9tpst+3223DHLffcdNdt991456333nz37fffgAcu+OCEF2744YgnrvjijDfu+OOQRy755P16cAEDEGRuQOYQMFBBruXKmABOqTYo2YEBuIp7Aa1BnF5jtR5Iy0QHSF5rQKlAdFDstLvnK7vJJfKLO+V1197q78Qnrzw4wy/vfA6gPy/99Pr2js7rsbHuzrLFXZDp9SEAACH5BAUDAB8ALDYAAgD8AJgBAAX/4CeOZGmeKKqU2ed8ayrPdG3feK7vfO/3iBngRywaj8ikkhi8BUSvpXRKrVqvtKcjhu16v2Cex4IYhs/otPonSSIs67h8vlNElRIKfc/vf8hVen6DhGBNgYWJiksKZYuPkIpmV22Rlpd0AYeYnJcWlV4Ad52ki46lqKlJFKCGqq97m2FwsLVprGqytrtXHqNnrbzCVLRqosPIU4JrusnOPr5ywc/Udc1ny9XaOMVrx9vgNrhyv+HmJtnM5+sn6Wma7PEj7mnX8tv0aPb31flh8PzW+QuzL6CzT3PKGazWzZjChc8azRkIEZmDSWmmVaRGsUvBjcIansEIspovkmA0/5Z0Nm6lSyQfq4h8mawlzZs9MqCkxAVnxDAAOvq0ZXOoURoPlwRQeTTZTjxNw50iFhVcTyVLhVbdFU3KzK3PPOh52uMr2LAWHDA9e5Qs27dw4z6JS7eu3bt48+rdy7ev37+AaboNTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbt33Q6+vwAPTrwzgeLIkytfzry58+fQo0ufTr269evYs2vfzr2791fDv4sfT768+fPo06tfz769+/fw48ufT7++/RkV7uvfz7+///8ABijggAQWaOCBCCao4P+CDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx26eWXYIYp5phklmnmmWimqeaabLbp5ptwxinnnHTWaeedeOap55589unnn4AGKuighBZq6KGIJqrooow26uijkEYq6aSUVmrppZhmqummnHbq6aeghirqqKSWaqMHClRwAQOsXlCBAh6Y58EFBiTwwXEzHNdBAhDkp10FBoTXw3EQxEodBMIekYCvz0FwBbPKQWuFAcs5K9wtVaa+gq18xup2gRy2ZivuuOQmYm256Kb7GK7ubfuKtJMyoC4p8t7n6wDrKBACACH5BAUDAB8ALEwAAgDnAJgBAAX/4CeOZGmeiEidbOu+cCzPdG3feM6uMcLrwKBwSCwaS5ac4shsOp/QlyWVA0Sv2Kx2liE6tuCw+PgzLsfotFp8XrvfYavT0Ybb70y5E0DH+/+AJGWBhIUkHl9aSYaMhRQSW5CNk5RPAZWYbohiAIuZn6A1l6GkV5tjeqWqR55io6uwRalxrbG2NgpUt7uUFpJoAb+8wy+DxMd4p2qzyM25zdB3dWq60ccKwsDZ1rzTadvct95o4OGx42Pl5qvoYurrpdhur/DicNX1sM/5/E7Kacz6lTImsCAQX2roGYyHT0yihaoIQpwooxaYAA0pZkIUEEtHjZgsZsEIctXDkihb/2SEojClyw8kX8oU0W7mpJNQJNqshLOJzp08o9QEWuldDgk/iWZaiQMAU6X9jEKdStXQhqpYs2rdyrWr169gw4odS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4sfT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4OGCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx26eWXYIYp5phklmnmmWimqeaabLbp5ptwximnfx7UqUAFddYpmwIQfNDBBwS4EOifBjDgwWke9BkoEAlcIJqjRwQ6lGQMRJHApI0p8Odvi/ZmwBiYFvbpnKSWaqoRo56q6qoVdsoqd5CO4Oowsw5XQXCp+narbwmIEAIAIfkEBQMAHwAsTAADAOcAlgEABf/gJ45kaZ6ogq5s675wLM90bd+rRGd47//AoHA4UvUQxKRyyWymHECAc0qtWq8BCeXK7Xq/Mih4TC4XxUqpec2uKnjtuHzOQjcBDiN9z49v+4CBYxaChXxIXAh6hoyNjo+QJoRfOpGWVX9eAZecTYtelZ2iQpmjppEeZZunrDaprbCMCmpjAJOxuCulY3a5viKvZoi/xMFkq8TFyctrHqHM0F3G0dRV09XYTM7Z3Npsz92cHsNjyOGdHr1gcOedu+3wNp9ftPGW16D24upc5vqRt+j946SA3MCDuhAqXMhQxjsq9Rou5CexUEA3FSNRANfkYsaPIMPlCXmJoxCKJM//zUvJsmWblTU2OfDoEhK+mjhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDix9Pvrz58+jTq1/Pvr379/Djy59Pv779+/jz69/Pv7///wAGKOCABBZo4IEIJqjgvoIMNujggxBGKOGE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",_401_vue_vue_type_style_index_0_scoped_9b8f958a_rel_stylesheet_2Fscss_lang="",_sfc_main$4={data(){return{errGif:errGif+"?"+ +new Date,ewizardClap:"https://wpimg.wallstcn.com/007ef517-bafd-4066-aae4-6883632d9646",dialogVisible:!1,ElIconArrowLeft:arrow_left_default}},name:"Page401",methods:{back(){this.$route.query.noGoBack?this.$router.push({path:"/dashboard"}):this.$router.go(-1)}}},_withScopeId=e=>(Vue.pushScopeId("data-v-9b8f958a"),e=e(),Vue.popScopeId(),e),_hoisted_1$4={class:"errPage-container"},_hoisted_2$2=_withScopeId(()=>Vue.createElementVNode("h1",{class:"text-jumbo text-ginormous"},"Oops!",-1)),_hoisted_3$1=_withScopeId(()=>Vue.createElementVNode("a",{href:"https://zh.airbnb.com/",target:"_blank"}," airbnb ",-1)),_hoisted_4$1=_withScopeId(()=>Vue.createElementVNode("h2",null,"你没有权限去该页面",-1)),_hoisted_5$1=_withScopeId(()=>Vue.createElementVNode("h6",null,"如有不满请联系你领导",-1)),_hoisted_6={class:"list-unstyled"},_hoisted_7=_withScopeId(()=>Vue.createElementVNode("li",null,"或者你可以去:",-1)),_hoisted_8={class:"link-type"},_hoisted_9=_withScopeId(()=>Vue.createElementVNode("li",{class:"link-type"},[Vue.createElementVNode("a",{href:"https://www.taobao.com/"}," 随便看看 ")],-1)),_hoisted_10=["src"],_hoisted_11=["src"];function _sfc_render$4(e,t,o,r,n,i){const s=Vue.resolveComponent("el-button"),l=Vue.resolveComponent("router-link"),a=Vue.resolveComponent("el-col"),d=Vue.resolveComponent("el-row"),u=Vue.resolveComponent("el-dialog");return Vue.openBlock(),Vue.createElementBlock("div",_hoisted_1$4,[Vue.createVNode(s,{icon:n.ElIconArrowLeft,class:"pan-back-btn",onClick:i.back},{default:Vue.withCtx(()=>[Vue.createTextVNode(" 返回 ")]),_:1},8,["icon","onClick"]),Vue.createVNode(d,null,{default:Vue.withCtx(()=>[Vue.createVNode(a,{span:12},{default:Vue.withCtx(()=>[_hoisted_2$2,Vue.createTextVNode(" gif来源"),_hoisted_3$1,Vue.createTextVNode(" 页面 "),_hoisted_4$1,_hoisted_5$1,Vue.createElementVNode("ul",_hoisted_6,[_hoisted_7,Vue.createElementVNode("li",_hoisted_8,[Vue.createVNode(l,{to:"/dashboard"},{default:Vue.withCtx(()=>[Vue.createTextVNode(" 回首页 ")]),_:1})]),_hoisted_9,Vue.createElementVNode("li",null,[Vue.createElementVNode("a",{href:"#",onClick:t[0]||(t[0]=Vue.withModifiers(c=>n.dialogVisible=!0,["prevent"]))}," 点我看图 ")])])]),_:1}),Vue.createVNode(a,{span:12},{default:Vue.withCtx(()=>[Vue.createElementVNode("img",{src:n.errGif,width:"313",height:"428",alt:"Girl has dropped her ice cream."},null,8,_hoisted_10)]),_:1})]),_:1}),Vue.createVNode(u,{modelValue:n.dialogVisible,"onUpdate:modelValue":t[1]||(t[1]=c=>n.dialogVisible=c),title:"随便看"},{default:Vue.withCtx(()=>[Vue.createElementVNode("img",{src:n.ewizardClap,class:"pan-img"},null,8,_hoisted_11)]),_:1},8,["modelValue"])])}const _401=_export_sfc$1(_sfc_main$4,[["render",_sfc_render$4],["__scopeId","data-v-9b8f958a"]]),_401$1=Object.freeze(Object.defineProperty({__proto__:null,default:_401},Symbol.toStringTag,{value:"Module"})),tacheSubprocessHistory_vue_vue_type_style_index_0_scoped_0e211b94_lang="",_sfc_main$3={name:"TacheSubprocessHistory",data(){return{type:"graph",workflowId:null}},created(){const e=this.$route.query.workflowId;e&&(this.workflowId=parseInt(e))}},_hoisted_1$3={style:{"padding-bottom":"10px"}},_hoisted_2$1={key:0,class:"graphDiv"};function _sfc_render$3(e,t,o,r,n,i){const s=Vue.resolveComponent("el-radio-button"),l=Vue.resolveComponent("el-radio-group"),a=Vue.resolveComponent("workflow-history"),d=Vue.resolveComponent("workflow-history-list");return Vue.openBlock(),Vue.createElementBlock("div",null,[Vue.createElementVNode("div",_hoisted_1$3,[Vue.createVNode(l,{modelValue:n.type,"onUpdate:modelValue":t[0]||(t[0]=u=>n.type=u)},{default:Vue.withCtx(()=>[Vue.createVNode(s,{label:"graph"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("imatrixUIPublicModel.graphView")),1)]),_:1}),Vue.createVNode(s,{label:"list"},{default:Vue.withCtx(()=>[Vue.createTextVNode(Vue.toDisplayString(e.$t("imatrixUIPublicModel.listView")),1)]),_:1})]),_:1},8,["modelValue"])]),n.type==="graph"?(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_2$1,[Vue.createVNode(a,{id:n.workflowId},null,8,["id"])])):Vue.createCommentVNode("",!0),n.type==="list"?(Vue.openBlock(),Vue.createBlock(d,{key:1,"workflow-id":n.workflowId},null,8,["workflow-id"])):Vue.createCommentVNode("",!0)])}const tacheSubprocessHistory=_export_sfc$1(_sfc_main$3,[["render",_sfc_render$3],["__scopeId","data-v-0e211b94"]]),tacheSubprocessHistory$1=Object.freeze(Object.defineProperty({__proto__:null,default:tacheSubprocessHistory},Symbol.toStringTag,{value:"Module"})),{body}=document,WIDTH=1024,RATIO=3,ResizeMixin={watch:{$route(e){this.device==="mobile"&&this.sidebar.opened&&store.dispatch("closeSidebar",{withoutAnimation:!1})}},beforeMount(){window.addEventListener("resize",this.resizeHandler)},mounted(){this.isMobile()&&(store.dispatch("toggelDevice","mobile"),store.dispatch("closeSidebar",{withoutAnimation:!0}))},methods:{isMobile(){return body.getBoundingClientRect().width-RATIO<WIDTH},resizeHandler(){if(!document.hidden){const e=this.isMobile();store.dispatch("toggelDevice",e?"mobile":"desktop"),e&&store.dispatch("closeSidebar",{withoutAnimation:!0})}}}},tabContent_vue_vue_type_style_index_0_scoped_3e7d5678_rel_stylesheet_2Fscss_lang="",tabContent_vue_vue_type_style_index_1_lang="",_sfc_main$2={name:"TabContent",data(){let e=window.$vueApp.config.globalProperties.defaultPageTip;e||(e="欢迎访问Agile Builder/Welcome to Agile Builder");let t=e,o;return e&&e.indexOf("/")>0&&(t=e.substring(0,e.lastIndexOf("/")),o=e.substring(e.lastIndexOf("/")+1)),{defaultPageTipCn:t,defaultPageTipEn:o}},computed:{...mapGetters(["openTab"]),activeIndex:{get(){return this.$store.state.tabContent.activeIndex},set(e){this.$store.commit("set_active_index",e)}}},created(){window.addEventListener("message",this.recieveMessage)},mounted(){},unmounted(){window.removeEventListener("message",this.recieveMessage)},methods:{closeSelectedTag(e){const t=this.$store.state.tabContent.openTab.findIndex(r=>r.code===e),o=this.$store.state.tabContent.openTab[t];this.$store.commit("delete_tabs",o),e===this.activeIndex&&this.toLastView(this.$store.state.tabContent.openTab,t>0?t-1:0)},toLastView(e,t){if(e&&e.length>0&&e.length>t){const o=e[t];o&&this.$store.commit("set_active_index",o.code)}},getFullPath(e){let t="";if(e.routePath==="/iframe-page/page"){let o,r="";if(e.routeQuery)for(const n in e.routeQuery)n==="src"?o=e.routeQuery[n]:r+=n+"="+e.routeQuery[n]+"&";o&&(t=o),r&&(t+="?"+r)}else if(e.routePath.indexOf("http:")<0&&e.routePath.indexOf("https:")<0&&(t="#"),e.routePath.indexOf("?")>=0?t=t+e.routePath+"&":t=t+e.routePath+"?",e.routeQuery)for(const o in e.routeQuery)t+=o+"="+e.routeQuery[o]+"&";return t&&t.length>0&&t.lastIndexOf("&")===t.length-1&&(t=t.substring(0,t.lastIndexOf("&"))),t},recieveMessage(e){if(e&&typeof e.data=="string"&&e.data==="refreshTabContent")window.location.reload();else if(e&&typeof e.data=="string"&&e.data.indexOf("loginTimeout")>=0)console.log("tab-content-接收到登录超时的信息---event.data=",e.data),window.parent.postMessage(e.data,"*");else if(e&&typeof e.data=="string"&&e.data==="return-to-system-list"){this.$store.commit("clear_tabs");let t="_IS_APP_LIST";const o=window.sessionStorage.getItem(t);o!==void 0&&o==="true"?this.$router.push({path:"/mms/apps/list"}):this.$router.push({path:"/mms/systems/list"})}}}},_hoisted_1$2=["src"],_hoisted_2={key:1,class:"default-page-tip"},_hoisted_3={class:"default-page-tip-msg"},_hoisted_4={class:"default-page-tip-item"},_hoisted_5={class:"default-page-tip-item"};function _sfc_render$2(e,t,o,r,n,i){const s=Vue.resolveComponent("el-tab-pane"),l=Vue.resolveComponent("el-tabs");return e.openTab&&e.openTab.length>0?(Vue.openBlock(),Vue.createBlock(l,{key:0,modelValue:i.activeIndex,"onUpdate:modelValue":t[0]||(t[0]=a=>i.activeIndex=a),class:"nav-tab menu-tab-container",closable:"",onTabRemove:i.closeSelectedTag},{default:Vue.withCtx(()=>[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.openTab,a=>(Vue.openBlock(),Vue.createBlock(s,{key:a.code,label:a.name,name:a.code},{default:Vue.withCtx(()=>[Vue.createElementVNode("iframe",{ref_for:!0,ref:"tabMainContent",src:i.getFullPath(a),class:"tab-main-content",name:"tab-main-content",frameborder:"0"},null,8,_hoisted_1$2)]),_:2},1032,["label","name"]))),128))]),_:1},8,["modelValue","onTabRemove"])):(Vue.openBlock(),Vue.createElementBlock("div",_hoisted_2,[Vue.createElementVNode("div",_hoisted_3,[Vue.createElementVNode("div",_hoisted_4,Vue.toDisplayString(n.defaultPageTipCn),1),Vue.createElementVNode("div",_hoisted_5,Vue.toDisplayString(n.defaultPageTipEn),1)])]))}const TabContent=_export_sfc$1(_sfc_main$2,[["render",_sfc_render$2],["__scopeId","data-v-3e7d5678"]]),tabContentIndex_vue_vue_type_style_index_0_scoped_11180c5c_rel_stylesheet_2Fscss_lang="",_sfc_main$1={name:"Layout",components:{Menubar,Breadcrumb,TabContent},mixins:[ResizeMixin],data(){return{showMenuRoute:isShowMenuRoute(),systemCode:null}},computed:{sidebar(){return this.$store.state.app.sidebar},device(){return this.$store.state.app.device},classObj(){return{hideSidebar:!this.sidebar.opened,openSidebar:this.sidebar.opened,withoutAnimation:this.sidebar.withoutAnimation,mobile:this.device==="mobile"}}},created(){this.systemCode=window.$vueApp.config.globalProperties.customSystem,console.log("新菜单组件-----systemCode====",this.systemCode)},methods:{handleClickOutside(){this.$store.dispatch("closeSidebar",{withoutAnimation:!1})}}},_hoisted_1$1={class:"main-container"};function _sfc_render$1(e,t,o,r,n,i){const s=Vue.resolveComponent("menubar"),l=Vue.resolveComponent("breadcrumb"),a=Vue.resolveComponent("tab-content");return Vue.openBlock(),Vue.createElementBlock("div",{class:Vue.normalizeClass([i.classObj,"app-wrapper"])},[i.device==="mobile"&&i.sidebar.opened?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:"drawer-bg",onClick:t[0]||(t[0]=(...d)=>i.handleClickOutside&&i.handleClickOutside(...d))})):Vue.createCommentVNode("",!0),Vue.createVNode(s,{"system-code":n.systemCode,collapse:!0,class:"sidebar-container"},null,8,["system-code"]),Vue.createElementVNode("div",_hoisted_1$1,[n.showMenuRoute?(Vue.openBlock(),Vue.createBlock(l,{key:0})):Vue.createCommentVNode("",!0),Vue.createVNode(a)])],2)}const tabContentIndex=_export_sfc$1(_sfc_main$1,[["render",_sfc_render$1],["__scopeId","data-v-11180c5c"]]),tabContentIndex$1=Object.freeze(Object.defineProperty({__proto__:null,default:tabContentIndex},Symbol.toStringTag,{value:"Module"})),tabContentIframeIndex_vue_vue_type_style_index_0_scoped_6429cc4a_lang="",_sfc_main={data(){return{src:null}},watch:{$route(e,t){this.src=this.$route.query.src}},mounted(){this.src=this.$route.query.src}},_hoisted_1=["src"];function _sfc_render(e,t,o,r,n,i){return Vue.openBlock(),Vue.createElementBlock("div",null,[n.src&&n.src!==null?(Vue.openBlock(),Vue.createElementBlock("iframe",{key:0,ref:"menuContent",src:n.src,name:"menu-content",title:"Main content",frameborder:"0"},null,8,_hoisted_1)):Vue.createCommentVNode("",!0)])}const tabContentIframeIndex=_export_sfc$1(_sfc_main,[["render",_sfc_render],["__scopeId","data-v-6429cc4a"]]),tabContentIframeIndex$1=Object.freeze(Object.defineProperty({__proto__:null,default:tabContentIframeIndex},Symbol.toStringTag,{value:"Module"}));return index$1});
|