@gct-paas/render 0.1.5-dev.1 → 0.1.5-dev.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/loader.esm.min.js +1 -1
  3. package/es/Event/Dependency/controller.mjs +2 -2
  4. package/es/Event/Dependency/displayRule.d.ts +1 -1
  5. package/es/Event/Dependency/displayRule.mjs +3 -3
  6. package/es/Event/Dependency/useDependency.mjs +2 -2
  7. package/es/Event/Dependency/useDependencyToShow.d.ts +2 -2
  8. package/es/Event/Dependency/useDependencyToShow.mjs +7 -4
  9. package/es/Event/baseEvent.d.ts +4 -4
  10. package/es/Event/baseEvent.mjs +5 -5
  11. package/es/Event/bizServiceRequest.d.ts +4 -4
  12. package/es/Event/bizServiceRequest.mjs +19 -10
  13. package/es/Event/utils/runGlobalByPage.d.ts +4 -4
  14. package/es/Event/utils/runGlobalByPage.mjs +1 -1
  15. package/es/controller/design-render/design-render.controller.d.ts +1 -1
  16. package/es/hooks/useStorageRef.mjs +1 -1
  17. package/es/hooks/widgets/useFileAttrsHooks.d.ts +6 -6
  18. package/es/hooks/widgets/useFileAttrsHooks.mjs +1 -1
  19. package/es/index.d.ts +4 -3
  20. package/es/index.mjs +12 -15
  21. package/es/locale/sys/process.d.ts +8 -0
  22. package/es/locale/sys.d.ts +4 -0
  23. package/es/modules/vue3-dnd/components/vue3-dnd-draggable/vue3-dnd-draggable.css +73 -0
  24. package/es/modules/vue3-dnd/components/vue3-dnd-draggable/vue3-dnd-draggable.d.ts +70 -0
  25. package/es/modules/vue3-dnd/components/vue3-dnd-draggable/vue3-dnd-draggable.mjs +119 -0
  26. package/es/modules/vue3-dnd/components/vue3-dnd-draggable-item/vue3-dnd-draggable-item.css +74 -0
  27. package/es/modules/vue3-dnd/components/vue3-dnd-draggable-item/vue3-dnd-draggable-item.d.ts +69 -0
  28. package/es/modules/vue3-dnd/components/vue3-dnd-draggable-item/vue3-dnd-draggable-item.mjs +165 -0
  29. package/es/modules/vue3-dnd/index.d.ts +3 -0
  30. package/es/modules/vue3-dnd/index.mjs +2 -0
  31. package/es/modules/vue3-dnd/interface/i-vue3-dnd-draggable-options.d.ts +294 -0
  32. package/es/modules/vue3-dnd/interface/index.d.ts +1 -0
  33. package/es/register/render-register/render-register.mjs +3 -1
  34. package/es/utils/expression/index.mjs +3 -2
  35. package/es/utils/expression/regularExpression/methods.mjs +1 -1
  36. package/es/utils/field-empty-value.d.ts +6 -0
  37. package/es/utils/field-empty-value.mjs +17 -0
  38. package/es/utils/index.d.ts +2 -0
  39. package/es/utils/index.mjs +2 -0
  40. package/es/utils/is.d.ts +21 -0
  41. package/es/utils/is.mjs +70 -0
  42. package/es/utils/model-transformer.d.ts +1 -1
  43. package/es/utils/search/listhook.d.ts +6 -0
  44. package/es/utils/search/listhook.mjs +18 -1
  45. package/package.json +26 -26
@@ -1,2 +1,2 @@
1
- .handwriting-pad[data-v-d5b980b7]{display:inline-block}.canvas[data-v-d5b980b7]{touch-action:none;background:0 0;display:block}
1
+ .handwriting-pad[data-v-d5b980b7]{display:inline-block}.canvas[data-v-d5b980b7]{touch-action:none;background:0 0;display:block}.gct-vue3-dnd-draggable-item{position:relative}.gct-vue3-dnd-draggable-item.is-dragging .gct-vue3-dnd-draggable-preview{display:inline}.gct-vue3-dnd-draggable-item.is-dragging{opacity:.3}.gct-vue3-dnd-draggable .list-enter-active,.gct-vue3-dnd-draggable .list-leave-active{transition:all .5s}.gct-vue3-dnd-draggable .list-enter-from,.gct-vue3-dnd-draggable .list-leave-to{opacity:0;transform:translate(30px)}
2
2
  /*$vite$:1*/
@@ -1 +1 @@
1
- import{ASSIGNMENTSTRATEGY_ENUM as e,BizServiceEnum as t,ButtonTypeEnum as n,DateRangeEnums as r,DefaultDateTypeConst as i,Dependency_ENUM as o,DisplayType as s,EntityModelCategoryEnum as a,ExamineAndApproveStateEnum as u,FIELD_TYPE as l,FieldSysVarDefaultValueEnum as c,FormComponents as d,GLOBAL_VAR_TYPE as f,INNER_EVENT as p,OpinionTypeEnum as h,PluginModeEnum as m,PluginPgkUtil as g,SEARCH_SERVICE as y,SYSTEM_VAR_PREFIX as v,cssLoader as b,functionMap as w,innerVarIds as E,isMultipleOperator as D,operator2FuncMap as O,t as I,usePermissionStore as T}from"@gct-paas/core";import M from"dayjs";import*as S from"lodash-es";import{cloneDeep as N,differenceBy as C,get as _,isArray as R,isEqual as A,isNull as x,isUndefined as Y,merge as P,pick as $}from"lodash-es";import k from"bignumber.js";import*as F from"esprima-next";import H from"estraverse";import{computed as V,createElementBlock as B,createElementVNode as L,customRef as j,defineComponent as U,getCurrentInstance as G,getCurrentScope as K,inject as W,nextTick as q,onActivated as z,onBeforeUnmount as J,onMounted as Q,onScopeDispose as X,onUnmounted as Z,openBlock as ee,provide as te,reactive as ne,readonly as re,ref as ie,shallowReactive as oe,shallowRef as se,toRaw as ae,toRef as ue,toValue as le,unref as ce,watch as de}from"vue";import{DesignNodeMode as fe,extractFontStyle as pe,generateWrapperStyle as he,propsToStyle as me}from"@gct-paas/schema";import ge from"qs";var ye=Object.create,ve=Object.defineProperty,be=Object.getOwnPropertyDescriptor,we=Object.getOwnPropertyNames,Ee=Object.getPrototypeOf,De=Object.prototype.hasOwnProperty,Oe=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Ie=(e,t)=>{let n={};for(var r in e)ve(n,r,{get:e[r],enumerable:!0});return t||ve(n,Symbol.toStringTag,{value:"Module"}),n},Te=(e,t,n)=>(n=null!=e?ye(Ee(e)):{},((e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(var i,o=we(t),s=0,a=o.length;s<a;s++)i=o[s],De.call(e,i)||void 0===i||ve(e,i,{get:(e=>t[e]).bind(null,i),enumerable:!(r=be(t,i))||r.enumerable});return e})(!t&&e&&e.__esModule?n:ve(n,"default",{value:e,enumerable:!0}),e));function Me(e){return Me="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Me(e)}function Se(e,t,n){return(t=function(e){var t=function(e){if("object"!=Me(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=Me(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Me(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ne=class{constructor(){Se(this,"map",/* @__PURE__ */new Map)}register(e,t){this.map.set(e,t)}unregister(e){this.map.delete(e)}get(e){return this.map.get(e)}keys(){return Array.from(this.map.keys())}},Ce="view-design",_e="id",Re=/* @__PURE__ */function(e){return e.ACTIVE_TAG="design-active-item",e.DRAG_TAG="design-drop-item",e.INDEX_TAG="design-item-index",e.NODE_ID_TAG="design-item-id",e.DESIGN_NAME="design-item-name",e.GROUP_TAG="design-group-tag",e.DRAG_GROUP_TYPE="drag-group-type",e.IS_INLINE_BLOCK="is-inline-block",e.SELECTOR_INDEX="selector-index",e}({}),Ae={WEEK_NOW:e=>{const t=M().startOf("week").add(1,"day"),n=M().endOf("week").add(1,"day"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},MONTH_NOW:e=>{const t=M().startOf("month"),n=M().endOf("month"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},QUARTER_NOW:e=>{const t=M().startOf("quarter"),n=M().endOf("quarter"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},YEAR_NOW:e=>{const t=M().startOf("year"),n=M().endOf("year"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},WEEk_BEFORE:e=>{M.locale("zh-cn");const t=M().startOf("week").subtract(1,"week"),n=t.clone().endOf("week"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},MONTH_BEFORE:e=>{const t=M().add(-1,"month").startOf("month"),n=M().add(-1,"month").endOf("month"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},QUARTER_BEFORE:e=>{const t=M().add(-1,"quarter").startOf("quarter"),n=M().add(-1,"quarter").endOf("quarter"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},YEAR_BEFORE:e=>{const t=M().add(-1,"year").startOf("year"),n=M().add(-1,"year").endOf("year"),r=t.valueOf(),i=n.valueOf();return{disabled:e<r||e>i,minDate:t,maxDate:n}},DATE_BEFORE:e=>{const t=M().add(-1,"day");return{disabled:e<t.valueOf(),maxDate:t}},DATE_AFTER:e=>{const t=M();return{disabled:e>t.valueOf(),minDate:t}}},xe=(e,t)=>{const n=M(e).valueOf(),r=Ae[t];if(r){const{disabled:e}=r(n);return e}return!1},Ye=e=>{const t=Ae[e];if(t){const{minDate:e,maxDate:n}=t(0);return Object.assign({},e&&{minDate:new Date(e)},n&&{maxDate:new Date(n)})}return{}},Pe=(e,t)=>{let n;switch(e){case c.SYS_DATE:n=M().format(t??"YYYY-MM-DD");break;case c.SYS_DATE_TIME:n=M().format(t??"YYYY-MM-DD HH:mm:ss");break;case c.SYS_TIME:n=M().format(t??"HH:mm:ss")}return n},$e={YYYY:{valueFormat:"YYYY-01-01",picker:"year",columnsType:["year"]},"YYYY HH":{valueFormat:"YYYY-01-01 HH:00:00",columnsType:["hour"]},"YYYY-MM HH:mm":{valueFormat:"YYYY-MM-01 HH:mm:00",columnsType:["hour","minute"]},"YYYY-MM":{valueFormat:"YYYY-MM-01",picker:"month",columnsType:["year","month"]},"YYYY-MM-DD":{valueFormat:"YYYY-MM-DD",picker:"date",columnsType:["year","month","day"]},"YYYY-MM-DD HH":{valueFormat:"YYYY-MM-DD HH:00:00",columnsType:["hour"]},"YYYY-MM-DD HH:mm":{valueFormat:"YYYY-MM-DD HH:mm:00",columnsType:["hour","minute"]},"YYYY-MM-DD HH:mm:ss":{valueFormat:"YYYY-MM-DD HH:mm:ss",columnsType:["hour","minute","second"]},"HH:mm:ss":{valueFormat:"HH:mm:ss",columnsType:["hour","minute","second"]},"HH:mm":{valueFormat:"HH:mm:00",columnsType:["hour","minute"]},HH:{valueFormat:"HH:00:00",columnsType:["hour"]}},ke={[r.WEEK_NOW]:""},Fe=/* @__PURE__ */function(e){return e.DESIGN_RENDER="design-render",e}({}),He=/* @__PURE__ */function(e){return e.CUSTOM_HOME="custom-home",e.CARD_VIEW="card-view",e.MOBILE_CARD_VIEW="mobile-card-view",e.DESIGN_EDITOR="design-editor",e}({}),Ve=/* @__PURE__ */function(e){return e.PAGE="PAGE",e.PAGE_LOWER="page",e.FIELD="field",e.PANEL="panel",e.TABS="tabs",e.TAB_ITEM="tab-item",e.MENU_LIST="menu-list",e.SELECT_COMPONENT="select-component",e.GRID="grid",e.GRID_ITEM="grid-item",e.MESSAGE="message",e.WORKBENCH="workbench",e.PERSONAL_CENTER="personal-center",e.TODO="todo",e}({}),Be=class{static register(e,t,n){const r=n?`${n}:${e}`:e;this.map.set(r,t)}static get(e,t){const n=t?`${t}:${e}`:e;if(this.cache.has(n))return this.cache.get(n);const r=this.map.get(n);if(r){const e=r();return this.cache.set(n,e),e}return null}static registerCustomHome(e,t){this.register(e,t,He.CUSTOM_HOME)}static registerDesignEditorNode(e,t){this.register(e,t,He.DESIGN_EDITOR)}static getCustomHome(e){return this.get(e,He.CUSTOM_HOME)}static getDesignEditorNode(e){return this.get(e,He.DESIGN_EDITOR)}};Se(Be,"map",/* @__PURE__ */new Map),Se(Be,"cache",/* @__PURE__ */new Map);var Le=/* @__PURE__ */Oe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_utc=r()}(e,function(){var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,o){var s=i.prototype;o.utc=function(e){return new i({date:e,utc:!0,args:arguments})},s.utc=function(t){var n=o(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},s.local=function(){return o(this.toDate(),{locale:this.$L,utc:!1})};var a=s.parse;s.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),a.call(this,e)};var u=s.init;s.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else u.call(this)};var l=s.utcOffset;s.utcOffset=function(r,i){var o=this.$utils().u;if(o(r))return this.$u?0:o(this.$offset)?l.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],o=i[0],s=60*+i[1]+ +i[2];return 0===s?0:"+"===o?s:-s}(r),null===r))return this;var s=Math.abs(r)<=16?60*r:r;if(0===s)return this.utc(i);var a=this.clone();if(i)return a.$offset=s,a.$u=!1,a;var u=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(a=this.local().add(s+u,e)).$offset=s,a.$x.$localOffset=u,a};var c=s.format;s.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return c.call(this,t)},s.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},s.isUTC=function(){return!!this.$u},s.toISOString=function(){return this.toDate().toISOString()},s.toString=function(){return this.toDate().toUTCString()};var d=s.toDate;s.toDate=function(e){return"s"===e&&this.$offset?o(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():d.call(this)};var f=s.diff;s.diff=function(e,t,n){if(e&&this.$u===e.$u)return f.call(this,e,t,n);var r=this.local(),i=o(e).local();return f.call(r,i,t,n)}}})}),je=/* @__PURE__ */Oe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_timezone=r()}(e,function(){var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,r,i){var o,s=function(e,n,r){void 0===r&&(r={});var i=new Date(e);return function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",i=e+"|"+r,o=t[i];return o||(o=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),t[i]=o),o}(n,r).formatToParts(i)},a=function(t,n){for(var r=s(t,n),o=[],a=0;a<r.length;a+=1){var u=r[a],l=u.type,c=u.value,d=e[l];d>=0&&(o[d]=parseInt(c,10))}var f=o[3],p=24===f?0:f,h=o[0]+"-"+o[1]+"-"+o[2]+" "+p+":"+o[4]+":"+o[5]+":000",m=+t;return(i.utc(h).valueOf()-(m-=m%1e3))/6e4},u=r.prototype;u.tz=function(e,t){void 0===e&&(e=o);var n,r=this.utcOffset(),s=this.toDate(),a=s.toLocaleString("en-US",{timeZone:e}),u=Math.round((s-new Date(a))/1e3/60),l=15*-Math.round(s.getTimezoneOffset()/15)-u;if(Number(l)){if(n=i(a,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(l,!0),t){var c=n.utcOffset();n=n.add(r-c,"minute")}}else n=this.utcOffset(0,t);return n.$x.$timezone=e,n},u.offsetName=function(e){var t=this.$x.$timezone||i.tz.guess(),n=s(this.valueOf(),t,{timeZoneName:e}).find(function(e){return"timezonename"===e.type.toLowerCase()});return n&&n.value};var l=u.startOf;u.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return l.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return l.call(n,e,t).tz(this.$x.$timezone,!0)},i.tz=function(e,t,n){var r=n&&t,s=n||t||o,u=a(+i(),s);if("string"!=typeof e)return i(e).tz(s);var l=function(e,t,n){var r=e-60*t*1e3,i=a(r,n);if(t===i)return[r,t];var o=a(r-=60*(i-t)*1e3,n);return i===o?[r,i]:[e-60*Math.min(i,o)*1e3,Math.max(i,o)]}(i.utc(e,r).valueOf(),u,s),c=l[0],d=l[1],f=i(c).utcOffset(d);return f.$x.$timezone=s,f},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(e){o=e}}})}),Ue=/* @__PURE__ */Oe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_quarterOfYear=r()}(e,function(){var e="month",t="quarter";return function(n,r){var i=r.prototype;i.quarter=function(e){return this.$utils().u(e)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(e-1))};var o=i.add;i.add=function(n,r){return n=Number(n),this.$utils().p(r)===t?this.add(3*n,e):o.bind(this)(n,r)};var s=i.startOf;i.startOf=function(n,r){var i=this.$utils(),o=!!i.u(r)||r;if(i.p(n)===t){var a=this.quarter()-1;return o?this.month(3*a).startOf(e).startOf("day"):this.month(3*a+2).endOf(e).endOf("day")}return s.bind(this)(n,r)}}})}),Ge=/* @__PURE__ */Oe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=function(e,t){t.prototype.toArray=function(){return[this.$y,this.$M,this.$D,this.$H,this.$m,this.$s,this.$ms]}}:"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_toArray=function(e,t){t.prototype.toArray=function(){return[this.$y,this.$M,this.$D,this.$H,this.$m,this.$s,this.$ms]}}}(e,function(){return function(e,t){t.prototype.toArray=function(){return[this.$y,this.$M,this.$D,this.$H,this.$m,this.$s,this.$ms]}}})}),Ke=/* @__PURE__ */Oe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_isoWeek=r()}(e,function(){var e="day";return function(t,n,r){var i=function(t){return t.add(4-t.isoWeekday(),e)},o=n.prototype;o.isoWeekYear=function(){return i(this).year()},o.isoWeek=function(t){if(!this.$utils().u(t))return this.add(7*(t-this.isoWeek()),e);var n,o,s,a=i(this),u=(n=this.isoWeekYear(),s=4-(o=(this.$u?r.utc:r)().year(n).startOf("year")).isoWeekday(),o.isoWeekday()>4&&(s+=7),o.add(s,e));return a.diff(u,"week")+1},o.isoWeekday=function(e){return this.$utils().u(e)?this.day()||7:this.day(this.day()%7?e:e-7)};var s=o.startOf;o.startOf=function(e,t){var n=this.$utils(),r=!!n.u(t)||t;return"isoweek"===n.p(e)?r?this.date(this.date()-(this.isoWeekday()-1)).startOf("day"):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf("day"):s.bind(this)(e,t)}}})}),We=/* @__PURE__ */Ie({ABS:()=>Ht,ADD:()=>St,AND:()=>rt,AVERAGE:()=>Ft,CONCAT:()=>ft,COUNT:()=>bn,DATE2TIMESTAMP:()=>zt,DATEFORMAT:()=>Jt,DAY:()=>tn,DIVISION:()=>_t,EQ:()=>ot,FINDSTR:()=>Dt,FIXED:()=>Rt,GE:()=>lt,GET:()=>Ut,GT:()=>ct,HEADPUSH:()=>Wt,HOUR:()=>nn,IF:()=>Ze,ISDATERANGE:()=>pn,ISEMPTY:()=>et,ISNULL:()=>tt,ISTIMERANGE:()=>hn,ISUNDEFINED:()=>nt,LARGE:()=>Pt,LASTMONTHRANGE:()=>un,LASTQUARTER:()=>fn,LASTWEEKRANGE:()=>sn,LASTYEARRANGE:()=>cn,LE:()=>at,LEN:()=>dt,LOWER:()=>gt,LT:()=>ut,LTRIM:()=>vt,MAX:()=>Yt,MIN:()=>$t,MINUTE:()=>rn,MOD:()=>Vt,MONTH:()=>en,MONTHRANGE:()=>an,MULTIPLICATION:()=>Ct,NE:()=>st,NOW:()=>Qt,OR:()=>it,PARSENUMBER:()=>It,POWER:()=>Lt,PUSH:()=>Kt,PUT:()=>Gt,QUARTER:()=>dn,REDUCE:()=>Nt,REPEAT:()=>wt,REPLACE:()=>Et,ROUND:()=>At,ROUNDUP:()=>xt,RTRIM:()=>bt,SEARCHSTR:()=>Ot,SEQMAP:()=>yn,SMALL:()=>kt,SPLIT:()=>Tt,SQRT:()=>jt,STDEV:()=>wn,SUBSTR:()=>ht,SUBSTRING:()=>pt,SUM:()=>Mt,SUMSQ:()=>vn,TIMESTAMP2DATE:()=>qt,TODAY:()=>Xt,TRIM:()=>yt,TUPLE:()=>gn,UPPER:()=>mt,WEEKRANGE:()=>on,YEAR:()=>Zt,YEARRANGE:()=>ln}),qe=/* @__PURE__ */Te(Le(),1),ze=/* @__PURE__ */Te(je(),1),Je=/* @__PURE__ */Te(Ue(),1),Qe=/* @__PURE__ */Te(Ge(),1),Xe=/* @__PURE__ */Te(Ke(),1);function Ze(e,t,n){return e?t:n}function et(e){return null==e||""===e||0===e}function tt(e){return x(e)}function nt(e){return Y(e)}function rt(...e){return(()=>{for(const t of e)if(!t)return!1;return!0})()}function it(...e){return e.some(e=>e)}function ot(e,t){return A(e,t)}function st(e,t){return e!==t}function at(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e<=t}function ut(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e<t}function lt(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e>=t}function ct(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e>t}function dt(e){return(null==e?void 0:e.length)||0}function ft(...e){return e.join("")}function pt(e="",t,n){return(()=>{const r=(t<0?[...e].reverse().join(""):e).slice(Math.abs(t+Number(t<0)),Math.abs(n)+Number(t>=0));return t<0?[...r].reverse().join(""):r})()}function ht(e="",t,n){return(()=>{const r=(t<0?[...e].reverse().join(""):e).slice(Math.abs(t+Number(t<0)),Math.abs(t+Number(t<0))+Math.abs(n));return t<0?[...r].reverse().join(""):r})()}function mt(e=""){return e.toUpperCase()}function gt(e=""){return e.toLowerCase()}function yt(e=""){return e.trim()}function vt(e=""){return e.replace(/^\s\s*/,"")}function bt(e=""){return e.replace(/\s\s*$/,"")}function wt(e="",t=""){return(null===(n=e.match(new RegExp(t,"g")))||void 0===n?void 0:n.length)||null;var n}function Et(e="",t="",n=""){return e.replace(new RegExp(t,"g"),n)}function Dt(e="",t=""){return e.includes(t)}function Ot(e="",t=""){return(null===(n=e.match(new RegExp(t,"g")))||void 0===n?void 0:n.length)||0;var n}function It(e=""){return(()=>{const t=parseFloat(e);return isNaN(t)?null:t})()}function Tt(e="",t=""){return e.split(t)}function Mt(...e){const t=e.flat().filter(e=>""!==e&&null!=e);return t.length?t.reduce(En,0):""}function St(...e){return e.flat().reduce(En,0)}function Nt(e,...t){return t.reduce(Dn,e)}function Ct(e,...t){const n=t.flat().filter(e=>""!==e&&null!=e);return n.length?n.reduce(On,e):""}function _t(e,...t){return t.reduce(In,e)}function Rt(e,t){return(()=>{if(t<0)throw new Error("Decimal places should be non-negative.");const[n,r=""]=e.toString().split(".");if(0==t)return n;let i=r.split("");if(i.length>t)i=i.slice(0,t);else{const e=i.length;for(let n=0;n<t-e;n++)i.push("0")}return`${n}.${i.join("")}`})()}function At(e,t){return(()=>{if(null===e||""===e||void 0===e)return"";if(t<0)throw new Error("Decimal places should be non-negative.");const n=Math.trunc(t),r=Number(e);if(isNaN(r))return"";const i=r>0?(+(Math.round(Number(r+`e${n}`))+`e-${n}`)).toFixed(n):-(+(Math.round(Number(-r+`e${n}`))+`e-${n}`)).toFixed(n);return parseFloat(i+"")})()}function xt(e,t){if(null===e||""===e||void 0===e)return"";if(t<0)throw new Error("Decimal places should be non-negative.");return t=t?parseInt(t+""):0,new k(e).decimalPlaces(t,k.ROUND_UP).toNumber()}function Yt(...e){const t=e.flat().filter(e=>""!==e&&null!=e);return t.length?Math.max.apply(null,t):""}function Pt(e,t){return(()=>{if(t<1||t>e.length)throw new Error("Invalid value of n. It should be between 1 and the array length.");return e.sort((e,t)=>t-e)[t-1]})()}function $t(...e){const t=e.flat().filter(e=>""!==e&&null!=e);return t.length?Math.min.apply(null,t):""}function kt(e,t){return(()=>{if(t<1||t>e.length)throw new Error("Invalid value of n. It should be between 1 and the array length.");return e.sort((e,t)=>e-t)[t-1]})()}function Ft(...e){const t=e.flat().filter(e=>""!==e&&null!=e),n=t.length;if(!n)return"";let r=new k(0);for(const i of t)r=r.plus(i);return r.dividedBy(n).toNumber()}function Ht(e){return Math.abs.call(null,e)}function Vt(e,t){return(()=>{if(0===e)throw new Error("The second value should not be zero.");const n=new k(e).mod(t).toNumber();return isNaN(n)?"":n})()}function Bt(e){if("number"==typeof e)return Number.isFinite(e)?e:null;if("string"==typeof e){const t=e.trim();if(""===t)return null;const n=Number(t);return Number.isFinite(n)?n:null}if("bigint"==typeof e){const t=Number(e);return Number.isFinite(t)?t:null}return null}function Lt(e,t){return(()=>{const n=Bt(e),r=Bt(t);return null===n||null===r?NaN:Math.abs(r)>1e9?r>0?1/0:0:Math.pow(n,r)})()}function jt(e){return(()=>{const t=Bt(e);return null===t?NaN:Math.sqrt(t)})()}function Ut(e,t){return(()=>{if(Array.isArray(e)){if("number"==typeof t)return e[t];throw new Error("For arrays, the second argument should be a number.")}if("object"==typeof e){if("string"==typeof t)return e[t];throw new Error("For objects, the second argument (b) should be a string.")}throw new Error("Unsupported data type. The first argument (a) should be an array or an object.")})()}function Gt(e,t,n){return(()=>{if(Array.isArray(e)){if(!("number"==typeof t&&t>=0&&t<e.length))throw new Error("For arrays, the second argument (b) should be a number.");e[t]=n}else{if("object"!=typeof e)throw new Error("Unsupported data type. The first argument (a) should be an array or an object.");if("string"!=typeof t||!e)throw new Error("For objects, the second argument (b) should be a string.");e[t]=n}return e})()}function Kt(e,t){return(()=>{if(!t)throw new Error("For arrays, the second argument should not be null or undefined");return e.push(t),e})()}function Wt(e,t){return(()=>{if(!t)throw new Error("For arrays, the second argument should not be null or undefined");return e.unshift(t),e})()}function qt(e){if(e)return(()=>{if(!e)throw new Error("the frist argument should not be null");const t=/* @__PURE__ */new Date(1e3*e);return`${t.getFullYear()}-${String(t.getMonth()+1).padStart(2,"0")}-${String(t.getDate()).padStart(2,"0")} ${String(t.getHours()).padStart(2,"0")}:${String(t.getMinutes()).padStart(2,"0")}:${String(t.getSeconds()).padStart(2,"0")}`})()}function zt(e){if(e)return M(e).unix()}function Jt(e,t){if(e)return M(e).format(t)}function Qt(){return M().format("YYYY-MM-DD HH:MM:ss")}function Xt(){return M().format("YYYY-MM-DD")}function Zt(e){return M(e).year()}function en(e){return M(e).month()}function tn(e){return M(e).day()}function nn(e){return M(e).hour()}function rn(e){return M(e).minute()}function on(){return[mn(M().startOf("week").toDate()),mn(M().endOf("week").toDate())]}function sn(){return[mn(M().subtract(1,"week").startOf("week").toDate()),mn(M().subtract(1,"week").endOf("week").toDate())]}function an(){return[mn(M().startOf("month").toDate()),mn(M().endOf("month").toDate())]}function un(){return[mn(M().subtract(1,"month").startOf("month").toDate()),mn(M().subtract(1,"month").endOf("month").toDate())]}function ln(){return[mn(M().startOf("year").toDate()),mn(M().endOf("year").toDate())]}function cn(){return[mn(M().subtract(1,"year").startOf("year").toDate()),mn(M().subtract(1,"year").endOf("year").toDate())]}function dn(){return(()=>{const e=Math.floor((M().month()+3)/3);return[mn(M().quarter(e).startOf("quarter").toDate()),mn(M().quarter(e).endOf("quarter").toDate())]})()}function fn(){return(()=>{const e=Math.floor((M().month()+3)/3);return[mn(M().quarter(e-1).startOf("quarter").toDate()),mn(M().quarter(e-1).endOf("quarter").toDate())]})()}function pn(e,t){return(()=>{const[n,r]=t;return e>=n&&e<=r})()}function hn(e,t){return(()=>{const[n,r]=t,i=M(e,"HH:mm");if(n>r){const e=M(n,"HH:mm"),t=M(r,"HH:mm").add(1,"day");return i>=e||i<=t}return i>=M(n,"HH:mm")&&i<=M(r,"HH:mm")})()}function mn(e){return M(e).tz("America/Chicago").format("YYYY-MM-DD HH:mm:ss.SSSSSSSSS ZZ")}function gn(...e){return[...e]}function yn(...e){const t=(e.length-e.length%2)/2,n={};return Array(t).forEach(t=>{const r=e[2*t];n[r]=e[2*t+1]}),n}function vn(...e){return 0===(e=e.flat().filter(e=>""!==e&&null!=e)).length?"":e.map(e=>{const t=On(e,e);return""!==t?t:new k(0).toNumber()}).reduce((e,t)=>En(e,t)||k(0).toNumber(),new k(0).toNumber())}function bn(e){return Array.isArray(e)?e.length:""}function wn(...e){const t=e.flat().map(e=>Number(e)).filter(e=>Number.isFinite(e));if(t.length<2)return"";const n=t.reduce((e,t)=>e+t,0)/t.length,r=t.reduce((e,t)=>{const r=t-n;return e+r*r},0)/(t.length-1);return Math.sqrt(r)}function En(e,t){const n=new k(e).plus(new k(t)).toNumber();return isNaN(n)?"":n}function Dn(e,t){const n=new k(e).minus(new k(t)).toNumber();return isNaN(n)?"":n}function On(e,t){const n=new k(e).multipliedBy(new k(t)).toNumber();return isNaN(n)?"":n}function In(e,t){const n=new k(e).div(new k(t)).toNumber();return isNaN(n)?"":n}M.extend(qe.default),M.extend(ze.default),M.extend(Je.default),M.extend(Qe.default),M.extend(Xe.default);var Tn="undefined"!=typeof window&&"undefined"!=typeof document,Mn=("undefined"!=typeof WorkerGlobalScope&&(globalThis,WorkerGlobalScope),Object.prototype.toString),Sn=()=>{},Nn=e=>e();function Cn(e,t={}){let n,r,i=Sn;const o=e=>{clearTimeout(e),i(),i=Sn};let s;return a=>{const u=le(e),l=le(t.maxWait);return n&&o(n),u<=0||void 0!==l&&l<=0?(r&&(o(r),r=void 0),Promise.resolve(a())):new Promise((e,c)=>{i=t.rejectOnCancel?c:e,s=a,l&&!r&&(r=setTimeout(()=>{n&&o(n),r=void 0,e(s())},l)),n=setTimeout(()=>{r&&o(r),r=void 0,e(a())},u)})}}function _n(e){return Array.isArray(e)?e:[e]}function Rn(e){const t=Object.create(null);return n=>t[n]||(t[n]=e(n))}var An=/\B([A-Z])/g,xn=(Rn(e=>e.replace(An,"-$1").toLowerCase()),/-(\w)/g);function Yn(e,t,n={}){const{eventFilter:r=Nn,...i}=n;return de(e,(o=r,s=t,function(...e){return new Promise((t,n)=>{Promise.resolve(o(()=>s.apply(this,e),{fn:s,thisArg:this,args:e})).then(t).catch(n)})}),i);var o,s}function Pn(e,t=!0,n){!function(e){return e||G()}(n)?t?e():q(e):Q(e,n)}function $n(e,t,n={}){const{debounce:r=0,maxWait:i,...o}=n;return Yn(e,t,{...o,eventFilter:Cn(r,{maxWait:i})})}Rn(e=>e.replace(xn,(e,t)=>t?t.toUpperCase():""));var kn=Tn?window:void 0,Fn=Tn?window.document:void 0;function Hn(...e){const t=V(()=>{const t=_n(le(e[0])).filter(e=>null!=e);return t.every(e=>"string"!=typeof e)?t:void 0});return n=([e,t,n,r],i,o)=>{if(!(null==e?void 0:e.length)||!(null==t?void 0:t.length)||!(null==n?void 0:n.length))return;const s=(a=r,"[object Object]"===Mn.call(a)?{...r}:r);var a;const u=e.flatMap(e=>t.flatMap(t=>n.map(n=>((e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)))(e,t,n,s))));o(()=>{u.forEach(e=>e())})},r={flush:"post"},de(()=>{var n,r;return[null!==(n=null===(r=t.value)||void 0===r?void 0:r.map(e=>function(e){var t;const n=le(e);return null!==(t=null==n?void 0:n.$el)&&void 0!==t?t:n}(e)))&&void 0!==n?n:[kn].filter(e=>null!=e),_n(le(t.value?e[1]:e[0])),_n(ce(t.value?e[2]:e[1])),le(t.value?e[3]:e[2])]},n,{...r,immediate:!0});var n,r}Tn&&window.navigator,Tn&&window.location;var Vn="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Bn="__vueuse_ssr_handlers__",Ln=/* @__PURE__ */jn();function jn(){return Bn in Vn||(Vn[Bn]=Vn[Bn]||{}),Vn[Bn]}var Un={boolean:{read:e=>"true"===e,write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Gn="vueuse-storage";function Kn(e,t,n,r={}){var i;const{flush:o="pre",deep:s=!0,listenToStorageChanges:a=!0,writeDefaults:u=!0,mergeDefaults:l=!1,shallow:c,window:d=kn,eventFilter:f,onError:p=e=>{console.error(e)},initOnMounted:h}=r,m=(c?se:ie)("function"==typeof t?t():t),g=V(()=>le(e));if(!n)try{n=(Ln.getDefaultStorage||(()=>null==kn?void 0:kn.localStorage))()}catch(T){p(T)}if(!n)return m;const y=le(t),v=function(e){return null==e?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":"boolean"==typeof e?"boolean":"string"==typeof e?"string":"object"==typeof e?"object":Number.isNaN(e)?"any":"number"}(y),b=null!==(i=r.serializer)&&void 0!==i?i:Un[v],{pause:w,resume:E}=function(e,t,n={}){const{eventFilter:r,initialState:i="active",...o}=n,{eventFilter:s,pause:a,resume:u,isActive:l}=function(e=Nn,t={}){const{initialState:n="active"}=t,r=function(...e){if(1!==e.length)return ue(...e);const t=e[0];return"function"==typeof t?re(j(()=>({get:t,set:Sn}))):ie(t)}("active"===n);return{isActive:re(r),pause:function(){r.value=!1},resume:function(){r.value=!0},eventFilter:(...t)=>{r.value&&e(...t)}}}(r,{initialState:i});return{stop:Yn(e,t,{...o,eventFilter:s}),pause:a,resume:u,isActive:l}}(m,e=>function(e){try{const t=n.getItem(g.value);if(null==e)O(t,null),n.removeItem(g.value);else{const r=b.write(e);t!==r&&(n.setItem(g.value,r),O(t,r))}}catch(T){p(T)}}(e),{flush:o,deep:s,eventFilter:f});de(g,()=>I(),{flush:o});let D=!1;function O(e,t){if(d){const r={key:g.value,oldValue:e,newValue:t,storageArea:n};d.dispatchEvent(n instanceof Storage?new StorageEvent("storage",r):new CustomEvent(Gn,{detail:r}))}}function I(e){if(!e||e.storageArea===n)if(e&&null==e.key)m.value=y;else if(!e||e.key===g.value){w();try{const t=b.write(m.value);void 0!==e&&(null==e?void 0:e.newValue)===t||(m.value=function(e){const t=e?e.newValue:n.getItem(g.value);if(null==t)return u&&null!=y&&n.setItem(g.value,b.write(y)),y;if(!e&&l){const e=b.read(t);return"function"==typeof l?l(e,y):"object"!==v||Array.isArray(e)?e:{...y,...e}}return"string"!=typeof t?t:b.read(t)}(e))}catch(T){p(T)}finally{e?q(E):E()}}}return d&&a&&(n instanceof Storage?Hn(d,"storage",e=>{h&&!D||I(e)},{passive:!0}):Hn(d,Gn,e=>{h&&!D||I(e.detail)})),h?Pn(()=>{D=!0,I()}):I(),m}function Wn(e,t){const n=(null==t?void 0:t.cache)?oe(t.cache):oe(/* @__PURE__ */new Map),r=(...e)=>(null==t?void 0:t.getKey)?t.getKey(...e):JSON.stringify(e),i=(t,...r)=>(n.set(t,e(...r)),n.get(t)),o=(...e)=>{const t=r(...e);return n.has(t)?n.get(t):i(t,...e)};return o.load=(...e)=>i(r(...e),...e),o.delete=(...e)=>{n.delete(r(...e))},o.clear=()=>{n.clear()},o.generateKey=r,o.cache=n,o}var qn=0;Number.POSITIVE_INFINITY,window._METHOD_DEBUG_=We;var zn=Wn(function(e,t=!1){const n=F.parse(e);let r=[];return H.traverse(n,{enter:function(e){if(e.type===F.Syntax.MemberExpression){const t=Qn(e);r.push(t),Object.assign(e,{name:t,type:F.Syntax.Identifier})}else e.type===F.Syntax.Identifier&&r.push(e.name);r=t?r.filter(e=>!w[e]&&"undefined"!==e):r.filter(e=>!(w[e]||"undefined"===e||E.includes(e)||e.startsWith(v)||e.startsWith("undefined.")))}}),[...new Set(r)]}),Jn=Wn(async function(e,t){const n=zn(e,!0),r=n.filter(e=>E.includes(e)).sort(),i=n.filter(e=>e.startsWith(v)).sort(),o=await Zn([...r,...i]),s=F.parse(e);H.replace(s,{enter(e){if(e.type===F.Syntax.BinaryExpression){const{operator:t}=e,n=O[t];return n?{type:F.Syntax.CallExpression,arguments:[e.left,e.right],callee:{type:F.Syntax.Identifier,name:n},optional:!1}:e}return e}}),H.traverse(s,{enter:function(e){e.type===F.Syntax.CallExpression&&e.callee.type===F.Syntax.Identifier&&(e.callee.name=`await Methods.${e.callee.name}`)}});const a={},u=[];o.forEach(e=>{u.push(`const ${e.key} = ${JSON.stringify(e.value)};`)}),Object.keys(t).map(e=>{if(e.includes(".")){const[n="",r]=e.split(".");a[n]||(u.push(`const ${n} = {};`),a[n]=!0),u.push(`${n}.${r} = ${JSON.stringify(t[e])};`)}else u.push(`const ${e} = ${JSON.stringify(t[e])};`)});const l=new Xn("Methods",[...u,"return new Promise(async(resolve)=>{","const res = ;","resolve(res);","})"].join("\n")),c=await l(We);return console.info("【表达式】",e),console.info("【参数】",t),console.info("【执行语句】",l.toString()),console.info("【执行结果】",c),c});function Qn(e){return e.type===F.Syntax.MemberExpression?`${e.object.type===F.Syntax.MemberExpression?Qn(e.object):e.object.name}.${e.property.name}`:e.type===F.Syntax.Identifier?e.name:""}var Xn=Object.getPrototypeOf(async function(){}).constructor,Zn=Wn(async function(e){let t=[];return e.length>0&&(t=await _gct.api.apaas.systemVar.getGetVarByKeys({keys:e.join(",")})),t});window.gct_expression={execute:Jn,identify:zn};var er={[l.TEXT]:{attrsTransform:[{from:"specificConfig.minValue",to:"minlength"},{from:"specificConfig.maxValue",to:"maxlength"}]},[l.LONG_TEXT]:{attrsTransform:[{from:"specificConfig.minValue",to:"minlength"},{from:"specificConfig.maxValue",to:"maxlength"}]},[l.INTEGER]:{attrsTransform:[{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]},[l.LONG]:{attrsTransform:[{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]},[l.DOUBLE]:{attrsTransform:[{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]},[l.DECIMAL]:{attrsTransform:[{from:"specificConfig.digits",to:"precision"},{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]}},tr=(e,t)=>{const{attrsTransform:n=[]}=er[e]??{};return n.reduce((e,n)=>{const r=_(t,n.from);return e[n.to]=r,e},{})},nr=class extends g{static async loadRenderPlugin(e,t=[]){try{const n=await this.loadPlugins(e,t);t.forEach(e=>{const t=e.key;n[t]?_gct.register.render.register(t,n[t].default):console.error(`${t} 插件加载失败,请检查插件配置是否正确`)})}catch(n){console.error(n)}}static loadMobilePlugin(e=[]){return this.loadRenderPlugin(m.MOBILE,e)}static loadPadPlugin(e=[]){return this.loadRenderPlugin(m.PAD,e)}static loadWebPlugin(e=[]){return this.loadRenderPlugin(m.WEB,e)}};function rr(e){const{style:t={}}=e||{},n="ignoringStyle"in e?e.ignoringStyle??[]:[],r=me(t);return{wrapperStyle:he(t,n),wStyle:r,labelFont:pe(t.labelFont),contentFont:pe(t.contentFont)}}var ir=e=>pe(e),or=class{static async getMap(e,t=!0){if(!e)return Promise.reject();if(!this.responsePromise.has(e)||!t){const t=(async()=>{const t=await _gct.api.apaas.modelMeta.getDetail({modelKey:e});this.modelData.set(e,t);const n=!!(null==t?void 0:t.fieldMetaList)&&t.fieldMetaList.reduce((e,t)=>(t.key&&(e[t.key]=t),e),{});n&&this.FiledData.set(e,n)})();this.responsePromise.set(e,t)}return this.responsePromise.get(e)}static async getConfigByField(e,t,n=!0){return await this.getMap(e,n),this.FiledData.get(e)[t]}static async getConfigByModel(e){return await this.getMap(e),this.modelData.get(e)}static clearCacheMap(e=!1){e&&this.responsePromise.clear(),this.modelData.clear(),this.FiledData.clear()}};async function sr(e,t=!1){const{modelKey:n,field:r,isCustomField:i,fieldName:o,readonly:s,fieldType:a}=e.props;if(!e.isField&&!t||"table_name_"===r)return{};let u;if(i?u={name:o,type:""}:n&&(u=await or.getConfigByField(n,r)),!(i||u&&u.type===a))throw new Error("该字段可能已经被删除");if(!u)return{};const{required:l,specificConfig:c}=u;return e.props.fieldRequired=!!l,l&&!s&&(e.props.required=!0),void 0!==(null==c?void 0:c.digits)&&(e.props.precision=c.digits),u}function ar(e,t){return(null==e?void 0:e.map(e=>ur(e,t)))||[]}function ur(e={},t={}){var n;const r=N(e);r._X_ROW_KEY=void 0;const i=(null===(n=Object.keys(t??{}))||void 0===n?void 0:n.length)?Object.keys(r).reduce((e,n)=>{const i=t[n],o=r[n];if(i&&o)try{const t=(o+"").split(",").map(e=>i[e]);e[n]={[o+""]:t}}catch{}return e},{}):r._DICT||{};return{...r,_DICT:i,_OPCT:r.__FOREIGN__&&"object"==typeof r.__FOREIGN__?ur(r.__FOREIGN__,t):{}}}function lr(e,t,n){"object"==typeof t&&P(e,ur(t,n))}function cr(e,t,n){if("object"!=typeof t)return;for(const i in e)"_OPCT"!==i&&"_NOSUBMIT"!==i&&delete e[i];const r=ur(t,n);r._X_ROW_KEY=t._X_ROW_KEY,P(e,r)}function dr(e,t={},n={}){const r=N(t.__FOREIGN__||t),i={_DICT:{}};return Object.keys(r).forEach(t=>{const o=`${e}.${t}`,s=n[t],a=r[t];if(s&&a)try{const e=(a+"").split(",").map(e=>s[e]);i._DICT[o]={[a+""]:e}}catch{}i[o]=a}),{...r,_OPCT:i}}function fr(e={},t={}){var n;const r=N(e);return(null===(n=Object.keys(t??{}))||void 0===n?void 0:n.length)?Object.keys(r).reduce((e,n)=>{const i=t[n]||{},o=r[n];try{e[n]=(o+"").split(",").map(e=>i[e]).join(",")}catch{e[n]=o}return e},{}):r}function pr(e,t,n=!1){var r;if(n||(null==e||null===(r=e.customApi)||void 0===r?void 0:r.value))return t(e);const i="object"==typeof e?ge.stringify({...e,customApi:null}):e;let o=hr.get(i);return o||(o=(async()=>{try{return await t(e)}catch(n){throw hr.delete(i),n}})(),hr.set(i,o,5e3),o)}Se(or,"modelData",/* @__PURE__ */new Map),Se(or,"FiledData",/* @__PURE__ */new Map),Se(or,"responsePromise",/* @__PURE__ */new Map),Se(or,"silent",!1);var hr=class{static set(e,t,n){this.cachedata[e]={maxAge:n||0,value:t,now:Date.now()}}static get(e){this.reset();const t=this.cachedata[e];return t?t.value:null}static delete(e){return delete this.cachedata[e]}static clear(){this.cachedata={}}static reset(){for(const e in this.cachedata){const t=this.cachedata[e];t&&Date.now()-t.now>t.maxAge&&this.delete(e)}}};async function mr({ids:e,refOriginField:t,refOriginFieldType:n,model:r,foreignFields:i}){if(!e)return Promise.reject();const o=await async function({refOriginFieldType:e,modelKey:t,foreignFields:n,ids:r}){if(e===l.RDO_REF){const{data:e={},dict:i={}}=await _gct.api.apaas.modelComprehensive.postBizServiceModelCategoryModelKeyBsKey({modelKey:t,bsKey:"rdoGetVersionByRefId",modelCategory:a.ENTITY},{foreignFields:n},{refId:r});return{data:e,dict:i}}{const{data:e={},dict:i={}}=await _gct.api.apaas.modelComprehensive.postBizServiceModelCategoryModelKeyBsKey({modelKey:t,bsKey:"getOne",modelCategory:a.ENTITY},{query:{"id_.eq":r},foreignFields:n},{});return{data:e,dict:i}}}({refOriginFieldType:n,modelKey:r,foreignFields:i,ids:e});return(null==o?void 0:o.data)?dr(t,o.data,o.dict):void 0}Se(hr,"cachedata",{});var gr=e=>pr(e,mr),yr=[y.CONTAINALL,y.CONTAINANY,y.IN,y.NOTIN];function vr(e,t,n){const{body:r,exp:i}=function(e){const r={};let i=n||"";return t.forEach(t=>{const n=t.props.fieldSearchKey||t.props.field,o=t.props.ope||[];let s=e[t.id];(null!=s||t.props.useMore)&&o.forEach(e=>{s=function(e,t){return yr.indexOf(t)>-1&&"string"==typeof e?e.split(","):e}(s,e);const o=`${n}.${e}:${t.id}`,a=`${t.id}.${e}`;r[o]=t.props.useMore?null:s,i=i.replace(a,o)})}),{body:r,exp:i}}(function(e,t){if(!t.length)return e;const n=t.filter(e=>e.props.fieldType===l.RDO_REF);return n.length?(n.forEach(t=>{if(e[t.id]){if(!Array.isArray(e[t.id])){const[n,r]=e[t.id].split(":");return r||n}e[t.id]=e[t.id].map(e=>{if(!e)return;const[t,n]=e.split(":");return n||t})}}),e):e}(e,t));return{query:r,exp:i}}var br=/* @__PURE__ */new Map;async function wr(e,t={}){const{defaultValue:n}=e.props;if(!n)return null;if(Array.isArray(n)){if(!n.includes("CURRENT_ORG"))return null}else if("CURRENT_ORG"!==n)return null;const r=await _api.platform.tenant.getUserInfo();if(r){const t=await _api.apaas.designerCommon.getGetCanBeUsedOrgUser({pageNo:1,pageSize:999999999});if(t){const n=t.data;if(n&&-1!==n.findIndex(e=>e.masterOrgId===r.masterOrgId))return D(e.props.ope)?[r.masterOrgId]:r.masterOrgId}return null}}async function Er(e,t={}){const{defaultValue:n}=e.props;if(!n)return null;if(Array.isArray(n)){if(!n.includes("CURRENT_USER"))return null}else if("CURRENT_USER"!==n)return null;const r=await _api.platform.user.getInfo();if(r){const t=await _api.apaas.designerCommon.getGetCanBeUsedOrgUser({pageNo:1,pageSize:999999999});if(t){const n=t.data;if(n&&-1!==n.findIndex(e=>e.id===r.userId))return D(e.props.ope)?[r.userId]:r.userId}return null}}async function Dr(e,t={}){const{defaultValue:n}=e.props;return n&&0!==n.length?n:null}async function Or(e,t={}){const{defaultValue:n}=e.props;return null==n?null:n}function Ir(e,t,n={}){const{defaultValueType:r,defaultValue:o}=e.props;if(null==r||""==r)return null;const{isRang:s,fieldType:a}=e.props;if(!s){const e=a===l.DATE?"YYYY-MM-DD":"YYYY-MM-DD HH:mm:ss";if(r===i.SystemDate)return M(/* @__PURE__ */new Date).format(e)}if(s){const e=a===l.DATE?"YYYY-MM-DD":"YYYY-MM-DD 00:00:00",t=a===l.DATE?"YYYY-MM-DD":"YYYY-MM-DD 23:59:59",n=null!=o?Number(o):0,u=M();switch(r){case i.SystemDate:return s?[u.format(e),u.format(t)]:u.format(e);case i.PastDays:return[u.subtract(n,"day").format(e),u.subtract(n>0?1:0,"day").format(t)];case i.PastWeeks:return[u.subtract(n,"week").startOf("isoWeek").format(e),u.subtract(n>0?1:0,"week").endOf("isoWeek").format(t)];case i.PastMonths:return[u.subtract(n,"month").startOf("month").format(e),u.subtract(n>0?1:0,"month").endOf("month").format(t)];case i.PastYears:return[u.subtract(n,"year").startOf("year").format(e),u.subtract(n>0?1:0,"year").endOf("year").format(t)];case i.Yesterday:{const n=u.subtract(1,"day");return[n.format(e),n.format(t)]}case i.Past7Days:return[u.subtract(6,"day").format(e),u.format(t)];case i.Past30Days:return[u.subtract(29,"day").format(e),u.format(t)];case i.ThisWeek:return[u.startOf("isoWeek").format(e),u.endOf("isoWeek").format(t)];case i.LastWeek:{const n=u.subtract(1,"week");return[n.startOf("isoWeek").format(e),n.endOf("isoWeek").format(t)]}case i.ThisMonth:return[u.startOf("month").format(e),u.endOf("month").format(t)];case i.LastMonth:{const n=u.subtract(1,"month");return[n.startOf("month").format(e),n.endOf("month").format(t)]}case i.ThisYear:return[u.startOf("year").format(e),u.endOf("year").format(t)];case i.LastYear:{const n=u.subtract(1,"year");return[n.startOf("year").format(e),n.endOf("year").format(t)]}default:return null}}return null}br.set(l.ORG,wr),br.set(l.ORG_MULTI,wr),br.set(l.USER,Er),br.set(l.USER_MULTI,Er),br.set(l.ENUM,Dr),br.set(l.ENUM_MULTI,Dr),br.set(l.INTEGER,Or),br.set(l.LONG,Or),br.set(l.DOUBLE,Or),br.set(l.DECIMAL,Or),br.set(l.TEXT,async function(e,t={}){const{defaultValue:n}=e.props;return n||null}),br.set(l.LONG_TEXT,Or),br.set(l.BOOLEAN,async function(e,t={}){const{defaultValue:n}=e.props;return null==n||""===n?null:n}),br.set(l.DATE,async function(e,t={}){return Ir(e)}),br.set(l.DATE_TIME,async function(e,t={}){return Ir(e)}),br.set(l.PRINTER,async function(e,t={}){const{defaultValue:n}=e.props;return n&&0!==n.length?n:null});var Tr=/* @__PURE__ */function(e){return e.SELECT_ID="$VAR_GCT_SELECT_ID",e}({}),Mr=function(e,t,n={}){const{window:r=kn}=n;return Kn(e,t,null==r?void 0:r.localStorage,n)}("GCT_APP_GlobalCache",{}),Sr=e=>{const t=V({get:()=>Mr.value[e]||{},set(t){Mr.value[e]=t}});return{selectID:V({get:()=>t.value[Tr.SELECT_ID],set(e){t.value[Tr.SELECT_ID]?t.value[Tr.SELECT_ID]=e:t.value={...t.value,[Tr.SELECT_ID]:e}}}),cacheMap:t}},Nr=class{static runApp({userInfo:e,env:t,aid:n}){this.ENV=t,this.AID=n,this.userInfo=e}};Se(Nr,"ENV",void 0),Se(Nr,"AID",void 0),Se(Nr,"userInfo",void 0);var Cr={[f.DATE]:{callback:e=>M(e,["YYYY-MM-DD","YYYY/MM/DD"],!0).isValid(),message:"日期变量格式为YYYY-MM-DD,YYYY/MM/DD"},[f.TIME]:{callback:e=>M(e,"HH:mm:ss",!0).isValid(),message:"时间变量格式HH:mm:ss"},[f.DATETIME]:{callback:e=>M(e,["YYYY-MM-DD HH:mm:ss","YYYY/MM/DD HH:mm:ss"]).isValid(),message:"日期时间变量格式为YYYY-MM-DD HH:mm:ss,YYYY/MM/DD HH:mm:ss"}},_r=/* @__PURE__ */function(e){return e.WEB="web_module",e.MOBILE="mobile_module",e.PAD="pad_module",e}({}),Rr={[_r.WEB]:{getPageInfo:_gct.api.apaas.webpage.getInfo},[_r.MOBILE]:{getPageInfo:_gct.api.apaas.mobilePage.getInfo},[_r.PAD]:{getPageInfo:_gct.api.apaas.padPage.getInfo}},Ar=ie({}),xr=ie({}),Yr=ie({});function Pr(e,t){Yr.value[e]=t}var $r=ie({pageStyle:{},pageConfig:{},pageName:""}),kr=ue(()=>{const{title:e}=$r.value.pageConfig||{};return e}),Fr=class e{static setModals(e){this.modalsCache={},null==e||e.forEach(e=>{this.modalsCache[e.id]=e})}static async getModalById(e){if(!e)return Promise.reject();if(/^i?g_modal_/.test(e)&&!this.modalsCache[e]){const[t]=await _api.apaas.appGlobalSettings.getInfo({keys:e,fullInfo:!0})||[];if(null==t?void 0:t.configJson){const n=JSON.parse(t.configJson);this.modalsCache[e]=n}}return this.modalsCache[e]||(console.error(`模态框${e}不存在`),Promise.reject())}static getPremission(e){if(!e)return!0;const t=this.permissions[e];return!t||T().getPermissionByKey(this.pageID,t)}static setPremission(e,t){this.permissions[t]=e}static setContextByKey(e,t){t?this.ContextCache[t]=e:this.ContextCache={page:e}}static getContextByKey(e){return this.ContextCache[e||"page"]}static async initvars(){(await _gct.api.apaas.appGlobalSettings.getList({type:"var",fullInfo:!0})||[]).forEach(e=>{if(e.configJson)try{const t=JSON.parse(e.configJson);xr.value[t.key]=(({value:e,appredis:t,key:n,type:r})=>{var i;const o="dev"!==Nr.ENV&&t,{cacheMap:s}=Sr(`${Nr.AID}_${null===(i=Nr.userInfo)||void 0===i?void 0:i.userId}`);return new Proxy({value:e,type:r},{get:(e,t)=>o&&"value"===t?s.value[n]:Reflect.get(e,t),set:(e,t,r,i)=>(o&&"value"===t&&(s.value[n]?s.value[n]=r:s.value={...s.value,[n]:r}),Reflect.set(e,t,r,i))})})({value:t.defaultValue,appredis:t.appredis,key:t.key,type:t.type})}catch(t){console.error("initvars",t)}})}static async inithooks(){(await _gct.api.apaas.appGlobalSettings.getList({type:"event",fullInfo:!0})||[]).forEach(e=>{if(e.configJson)try{const t=new Function(JSON.parse(e.configJson).runJs),n=this.globalHookCaches[e.key];n&&n.push(t)}catch(t){console.error("inithooks",t)}})}static async initPermission(e){this.permissions=e||{}}static async initGlobalS(e){var t;if(this.setModals(e.modals),null===(t=e.pageVars)||void 0===t||t.forEach(e=>{var t;Ar.value[e.key]={value:null===(t=e.varInfo)||void 0===t?void 0:t.defaultValue,type:e.varInfo.type}}),!this.startRuning){this.startRuning=!0;try{await Promise.all([this.initvars(),this.inithooks()])}catch(n){console.log(n)}}}static getGlobalVar(e){const t=xr.value[e];return t?t.value:console.warn("变量key不存在")}static async setGlobalVar(e,t){const n=xr.value[e];if(!n)return console.warn("变量key不存在");n.value=t}static getPageVar(e){const t=Ar.value[e];return t?t.value:console.warn("变量key不存在")}static async setPageVar(e,t){const n=Ar.value[e];if(!n)return console.warn("变量key不存在");await function(e,t){if(t===f.NULL)return!0;const{callback:n,message:r}=Cr[t]||{callback:e=>Object.prototype.toString.call(e).slice(8,-1).toLowerCase()===t,value:"变量值必须为"+t};return n(e)?Promise.resolve():Promise.reject(r)}(t,n.type),Ar.value[e]&&(Ar.value[e].value=t)}static getPageGlobalVar(e){var t;return null===(t=Ar.value[e])||void 0===t?void 0:t.value}static setPageGlobalVar(e,t){Ar.value[e]?Ar.value[e].value=t:Ar.value[e]={value:t,type:"string"}}static async initPageByid(e,t=_r.WEB){this.pageID=e;const n=Rr[t].getPageInfo,r=await n({id:e}),{runtimeJson:i,name:o}=r||{};if($r.value.pageName=o,!i)return Promise.reject();const s=JSON.parse(i);return s.widgets.filter(e=>"bottom-button-container"!==e.type).length?(await this.initGlobalS(s),$r.value.pageConfig=s.pageConfig||{},$r.value.pageStyle=s.pageStyle||{},{res:r,data:s,name:o}):Promise.reject()}static async initHistoryByid(e){this.pageID=e;const t=await _gct.api.apaas.pageDesignerLog.getInfo({id:e}),{runtimeJson:n,name:r}=t||{};if(!n)return Promise.reject();$r.value.pageName=r;const i=JSON.parse(n);return await this.initGlobalS(i),$r.value.pageConfig=i.pageConfig||{},$r.value.pageStyle=i.pageStyle||{},{res:t,data:i,name:r}}static usePageHooks(t,n,r,i){const o=ie(!1);return Q(async()=>{await q();const e=null==n?void 0:n.pageBeforeMount;if((null==e?void 0:e.name)&&await t.runExportByName(e.name,e.extraParams),i&&await i(t),o.value=!0,null==r?void 0:r.pageMounted)for(const t of this.globalHookCaches.pageMounted)await t();const{extraParams:s,name:a}=(null==n?void 0:n.pageMounted)||{};a&&t.runAsyncExportByName(a,s)}),J(async()=>{$r.value={};const{extraParams:e,name:i}=(null==n?void 0:n.pageDestroyed)||{};if(i&&t.runExportByName(i,e),null==r?void 0:r.pageDestroyed)for(const t of this.globalHookCaches.pageDestroyed)await t()}),z(async()=>{if(e.setContextByKey(t.context),null==r?void 0:r.pageActivated)for(const e of this.globalHookCaches.pageActivated)await e();const{extraParams:i,name:o}=(null==n?void 0:n.pageActivated)||{};o&&t.runAsyncExportByName(o,i)}),{pageload:o}}};Se(Fr,"modalsCache",{}),Se(Fr,"pageID",""),Se(Fr,"permissions",{}),Se(Fr,"ContextCache",{}),Se(Fr,"startRuning",!1),Se(Fr,"globalHookCaches",{pageMounted:[],pageActivated:[],pageDestroyed:[]});var Hr=Fr.getPremission.bind(Fr),Vr=e=>(t,n={},r={},i={})=>e({modelKey:t.key,bsKey:t.action,modelCategory:t.modelCategory??a.ENTITY},n,r,i),Br={post:Vr(_gct.api.apaas.modelComprehensive.postBizServiceModelCategoryModelKeyBsKey),get:Vr(_gct.api.apaas.modelComprehensive.getBizServiceModelCategoryModelKeyBsKey),put:Vr(_gct.api.apaas.modelComprehensive.putBizServiceModelCategoryModelKeyBsKey),delete:Vr(_gct.api.apaas.modelComprehensive.deleteBizServiceModelCategoryModelKeyBsKey)};async function Lr(e,n,...r){return Br[t[e.action]](e,n,...r)}async function jr(e,t,{body:n={},query:r={}}={},i={}){return await _gct.api.apaas.modelComprehensive.postBizServiceGeneralModelCategoryModelKeyBsKey({bsKey:t,modelKey:e,modelCategory:a.ENTITY},r,n,i)}var Ur=class e{constructor(){if(Se(this,"mask",void 0),Se(this,"container",void 0),Se(this,"spinner",void 0),e.instance)return e.instance;e.instance=this,this.createLoadingElement(),this.initStyle()}createLoadingElement(){this.mask=document.createElement("div"),this.mask.id="gct-global-loading-mask",this.container=document.createElement("div"),this.container.id="gct-global-loading-container",this.spinner=document.createElement("div"),this.spinner.id="gct-global-loading-spinner",this.container.appendChild(this.spinner),this.mask.appendChild(this.container),document.body.appendChild(this.mask)}initStyle(){Object.assign(this.mask.style,{position:"fixed",top:0,left:0,width:"100vw",height:"100vh",backgroundColor:"rgba(255, 255, 255, 0.5)",zIndex:9999,display:"none",justifyContent:"center",alignItems:"center"}),Object.assign(this.container.style,{display:"flex",flexDirection:"column",alignItems:"center",width:"43px",height:"43px",backgroundColor:"transparent",boxShadow:"0 2px 12px rgba(0, 0, 0, 0.15)"}),Object.assign(this.spinner.style,{display:"grid",width:"43px",height:"43px",gridTemplateColumns:"repeat(2, 1fr)",gridTemplateRows:"repeat(2, 1fr)",gap:"3px"});const e=getComputedStyle(document.documentElement).getPropertyValue("--gct-color-primary").trim();[{id:"gct-global-loading-item_1",delay:"0s"},{id:"gct-global-loading-item_2",delay:"0.25s"},{id:"gct-global-loading-item_3",delay:"0.75s"},{id:"gct-global-loading-item_4",delay:"0.5s"}].forEach(t=>{const n=document.createElement("div");n.id=t.id,Object.assign(n.style,{backgroundColor:e,opacity:.2,animation:"globalLoading 1s infinite",animationDelay:t.delay}),this.spinner.appendChild(n)});const t=document.createElement("style");t.textContent="\n @keyframes globalLoading {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0.2;\n }\n }",document.head.appendChild(t)}show(){this.mask.style.display="flex",document.body.style.overflow="hidden"}hide(){this.mask.style.display="none",document.body.style.overflow=""}};Se(Ur,"instance",void 0);var Gr=new Ur,Kr=class{constructor({taskId:e,processInstanceId:t,examineAndApproveState:n=u.MY_CUSTOM,refFormId:r}){Se(this,"isHandle",!1),Se(this,"buttonConfig",{}),Se(this,"fieldConfig",{}),Se(this,"processId",""),Se(this,"dataId",""),Se(this,"taskId",void 0),Se(this,"processInstanceId",void 0),Se(this,"refFormId",void 0),Se(this,"examineAndApproveState",u.MY_CUSTOM),Se(this,"fieldStatus",""),Se(this,"viewPageKey",void 0),Se(this,"isviewPage",void 0),Se(this,"isAPPviewPage",void 0),Se(this,"nonRelatedPerson",!1),this.taskId=e,this.processInstanceId=t,this.examineAndApproveState=n,this.refFormId=r}async readyProcess(){const{taskId:e,processInstanceId:t}=this;if(this.examineAndApproveState===u.MY_AGENT){await this.getDataInfo();const{node:t,processDefId:r,webViewPageKey:i,mobileViewPageKey:o}=await _gct.api.apaas.pmProcessEngine.getTaskExtension({taskId:e});this.transformByNode(t),this.processId=r;for(const e in this.buttonConfig)e===n.Withdraw&&(this.buttonConfig[e].show=!1);this.viewPageKey=(null==t?void 0:t.webViewPageKey)||i,this.isAPPviewPage=!!(null==t?void 0:t.mobileViewPageKey)||!!o}if(this.examineAndApproveState===u.MY_APPLICATION){await this.getDataInfo();const{node:e,processDefId:r,withdrawOp:i}=await _gct.api.apaas.pmProcessEngine.getInitialTaskExtension({processInstanceId:t})||{};this.transformByNode(e),this.processId=r;for(const t in this.buttonConfig)t===n.End&&(this.buttonConfig[t].show=!1),t===n.Withdraw&&(this.buttonConfig[t].show=!!i),t===n.Resubmit&&(this.buttonConfig[t].show=!1)}if(this.examineAndApproveState===u.MY_DONE){await this.getDataInfo();const{node:t,processDefId:n}=await _gct.api.apaas.pmProcessEngine.getHiTaskExtension({taskId:e});this.transformByNode(t),this.processId=n}if(this.examineAndApproveState===u.MY_CUSTOM){await this.getDataInfo();const{node:e,processDefId:n,btnList:r,webViewPageKey:i,taskId:o,initiatorNode:s}=await _gct.api.apaas.pmProcessEngine.getProcInstExtension({procInstId:t}),a=r||[];this.withdrawByNode(s),this.transformByNode(e),this.processId=n;for(const t in this.buttonConfig){const e=t;this.buttonConfig[e].show&&(this.buttonConfig[e].show=a.includes(t))}if(!e)return void(this.nonRelatedPerson=!0);!a.length||"__initiator__"===(null==e?void 0:e.key)&&!o?this.isviewPage=!0:this.viewPageKey=(null==e?void 0:e.webViewPageKey)||i}if(this.examineAndApproveState===u.MY_CUSTOM_Modal){await this.getDataInfo();const{node:e,btnList:n,taskId:r,processDefId:i,initiatorNode:o}=await _gct.api.apaas.pmProcessEngine.getProcInstExtension({procInstId:t}),s=n||[];this.withdrawByNode(o),this.transformByNode(e),this.processId=i;for(const t in this.buttonConfig){const e=t;this.buttonConfig[e].show&&(this.buttonConfig[e].show=s.includes(t))}if(!e)return void(this.nonRelatedPerson=!0);s.length&&("__initiator__"!==(null==e?void 0:e.key)||r)||(this.isviewPage=!0)}}withdrawByNode(e){if(!e)return;const{buttonConfig:t}=e;JSON.parse(t+"").forEach(e=>{const t=I(`sys.process.paasBpmnButtonEvent.${e.type}`);this.buttonConfig[e.type]={showModel:!1,title:I("sys.process.element.approval")+t,success:t+I("sys.success")+"!",show:e.enable,alias:e.alias,signature:!!e.signature,opinion:{},user:{}}})}transformByNode(e){if(e)try{const{opinionConfig:t,buttonConfig:r,fieldConfig:i}=e,o=JSON.parse(r||"[]"),s=JSON.parse(t||'{"enabled":false,"opinionType":[]}');o.forEach(e=>{const t=I(`sys.process.paasBpmnButtonEvent.${e.type}`);var r,i;this.buttonConfig[e.type]={showModel:![n.Resubmit,n.Withdraw,n.End].includes(e.type),title:I("sys.process.element.approval")+t,success:t+I("sys.success")+"!",show:e.enable,alias:e.alias,signature:!!e.signature,opinion:{show:s.enabled,required:(r=s.opinionType,i=e.type,!!r.includes(h.Required)||!r.includes(h.Optional)&&(r.includes(h.ApproveRequired)||r.includes(h.ApproveRequired)?i===n.Approve:r.includes(h.CountersignRequired)?i===n.Countersign:r.includes(h.ReassignRequired)?i===n.Reassign:r.includes(h.RejectRequired)?i===n.Reject:r.includes(h.RefuseRequired)?i===n.Refuse:void 0))},user:{show:[n.Reassign,n.Countersign].includes(e.type),multiple:n.Countersign===e.type,label:I(`sys.process.user.${e.type}`)}}}),this.fieldConfig=JSON.parse(i+"")}catch(t){console.error("流程信息解析失败",t)}}async getDataInfo(){const{dataId:e}=await _gct.api.apaas.pmProcessEngine.getModel({processInstanceId:this.processInstanceId});this.dataId=e}filterButton(e){return this.nonRelatedPerson||this.examineAndApproveState===u.MY_DONE?[]:e.filter(e=>{if(e.type===d.ProcessApproveButton){const t=this.buttonConfig[e.props.action],n=!!(null==t?void 0:t.show);return n&&(e.props.title=t.alias),n}return!0})}useFieldWidget(e){if(this.nonRelatedPerson)return;const t=e.props.field,{fieldConfig:n,examineAndApproveState:r}=this;if(n&&n[t]){const{permission:r}=n[t];switch(r){case Wr.disabled:e.props.disabled=!0,e.props.readonly=!1;break;case Wr.editable:e.props.disabled=!1,e.props.readonly=!1;break;case Wr.readonly:e.props.readonly=!0}}else e.props.readonly=!0;e.props.disabled||![u.MY_APPLICATION,u.MY_DONE].includes(r)&&!this.isviewPage||(e.props.readonly=!0)}useFieldToShow(e){const t=e.props.field,{fieldConfig:n}=this;if(n&&n[t]){const{permission:r}=n[t];r===Wr.hidden&&(e.props.hidden=!0)}}};var Wr=/* @__PURE__ */function(e){return e.hidden="hidden",e.readonly="readonly",e.disabled="disabled",e.editable="editable",e}({});function qr(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function zr(e,t,n){qr(e,t),t.set(e,n)}function Jr(e,t,n){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:n;throw new TypeError("Private element is not present on this object")}function Qr(e,t,n){return e.set(Jr(e,t),n),n}function Xr(e,t){return e.get(Jr(e,t))}var Zr=/* @__PURE__ */new WeakMap,ei=/* @__PURE__ */new WeakMap,ti=/* @__PURE__ */new WeakSet,ni=class{constructor({js:e,css:t,pageKey:n,ContextVm:r}){var i;qr(this,i=ti),i.add(this),Se(this,"context",void 0),Se(this,"searchVNodes",void 0),Se(this,"cssData",void 0),Se(this,"pageKey",void 0),Se(this,"exports",void 0),zr(this,Zr,void 0),zr(this,ei,void 0),Se(this,"ProcessAppRoved",void 0),Se(this,"pageLayoutMode",void 0),this.cssData=Jr(ti,this,ri).call(this,t),this.searchVNodes={},this.exports={},Qr(ei,this,{}),Qr(Zr,this,{}),this.context=new r({$ref:this.getComponent.bind(this),$asyncRef:this.getSyncComponent.bind(this)}),Jr(ti,this,ii).call(this,e),Fr.setContextByKey(this.context,n),this.pageKey=n}async runProcessBySaskId({taskId:e,processInstanceId:t,examineAndApproveState:n,refFormId:r}){this.ProcessAppRoved=new Kr({taskId:e,processInstanceId:t,examineAndApproveState:n,refFormId:r}),await this.ProcessAppRoved.readyProcess()}runContext(e,t){this.context.gctWidgets[e]=t}async runEventByName(e,t={},...n){const r=t[e];let i;if(r){if(Array.isArray(r))i=await async function(e,t,n){const r=e.map(li.bind(t,n));await Promise.all(r)}(r,this.context,n);else{const e=this.exports[r.name];if(!e)throw`函数${r.name}不存在`;i=await e(...n,ae(r.extraParams))}return i}}async runExportByName(e,...t){try{const n=this.exports[e];if(!n)throw`函数${e}不存在`;return n(...t)}catch(n){console.error(n)}}async runAsyncExportByName(e,...t){try{const n=this.exports[e];if(!n)throw`函数${e}不存在`;return await this.getReadyByFun(n),n(...t)}catch(n){console.error(n)}}initNode(e,t){e&&(Xr(ei,this)[e]=t,Jr(ti,this,si).call(this,e,t))}destroyNode(e){delete Xr(ei,this)[e],delete Xr(Zr,this)[e]}initSearchs(e,t,n){if(e)if(this.searchVNodes[e]){const r=this.searchVNodes[e].find(e=>e.comId===n);r?r.callback=t:this.searchVNodes[e].push({callback:t,comId:n})}else this.searchVNodes[e]=[{callback:t,comId:n}]}cancelInitSearchs(e,t){e&&this.searchVNodes[e]&&(this.searchVNodes[e]=this.searchVNodes[e].filter(e=>e.comId!==t),0===this.searchVNodes[e].length&&delete this.searchVNodes[e])}runTableBySearch(e,t){(this.searchVNodes[e]||[]).forEach(({callback:e})=>e(t))}getComponent(e){const t=Xr(ei,this)[e];if(t)return new ui(e,t);console.error(e+"组件不存在或者未初始化")}getSyncComponent(e){if(!e)return Promise.reject("标识不能为空");const t=Xr(ei,this)[e];return t?Promise.resolve(new ui(e,t)):new Promise((t,n)=>{const r=setTimeout(()=>{n(e+"不存在或者被隐藏")},3e4);Jr(ti,this,oi).call(this,e,n=>{clearTimeout(r),t(new ui(e,n))})})}async getReadyByFun(e){var t;if("function"!=typeof e)return Promise.reject("参数必须是函数");const n=(null===(t=String(e).match(/\$ref\((["'A-Za-z0-9_-]+)\)/g))||void 0===t?void 0:t.map(e=>{var t;const n=null===(t=e.match(/\$ref\(['|"]([A-Za-z0-9_-]+)['|"]\)/))||void 0===t?void 0:t[1];return this.getSyncComponent(n)}))||[];await Promise.all(n)}async processHandle(e,{opinion:t,reassignId:n,signature:r,countersignUserIds:i,button:o}){const{taskId:s,processInstanceId:a}=this.ProcessAppRoved,u={procInstId:a,data:e,opinion:t,button:o,countersignUserIds:i,taskId:s,signature:r,reassignId:n};await _gct.api.apaas.pmProcessEngine.postProcExecute(u)}async checkedProcess(e){const{processId:t}=this.ProcessAppRoved||{};return t?e!==t?Promise.reject(I("sys.process.processInstanceMismatch")):void 0:Promise.reject(I("sys.process.pleaseInitiateTheProcessFirst"))}};function ri(e,t={}){if(!e)return;const{css:n,load:r,unload:i}=function(e,t={}){const n=se(!1),{document:r=Fn,immediate:i=!0,manual:o=!1,id:s="vueuse_styletag_"+ ++qn}=t,a=se(e);let u=()=>{};const l=()=>{if(!r)return;const e=r.getElementById(s)||r.createElement("style");e.isConnected||(e.id=s,t.nonce&&(e.nonce=t.nonce),t.media&&(e.media=t.media),r.head.appendChild(e)),n.value||(u=de(a,t=>{e.textContent=t},{immediate:!0}),n.value=!0)},c=()=>{r&&n.value&&(u(),r.head.removeChild(r.getElementById(s)),n.value=!1)};var d;return i&&!o&&Pn(l),o||(d=c,K()&&X(d,void 0)),{id:s,css:a,unload:c,load:l,isLoaded:re(n)}}(e,t);return{css:n,load:r,unload:i}}function ii(e){if(e)try{new Function("exports","CTX",e)(this.exports,this.context)}catch(t){console.error(t,"createFunction")}}function oi(e,t){const n=Xr(ei,this)[e];n?t(e,n):Xr(Zr,this)[e]?Xr(Zr,this)[e].push(t):Xr(Zr,this)[e]=[t]}function si(e,t){Xr(Zr,this)[e]&&Xr(Zr,this)[e].forEach(e=>{e(t)})}var ai=class{constructor({$ref:e,$asyncRef:t}){Se(this,"$ref",void 0),Se(this,"$asyncRef",void 0),Se(this,"$getModal",void 0),Se(this,"$closeModal",void 0),Se(this,"$customBizService",Br),Se(this,"gctWidgets",{}),Se(this,"$utility",{_:S,cloneDeep:N,differenceBy:C,dayjs:M,BigNumber:k,plus:(e,t)=>new k(e).plus(new k(t)).toNumber(),minus:(e,t)=>new k(e).minus(new k(t)).toNumber(),multipliedBy:(e,t)=>new k(e).multipliedBy(new k(t)).toNumber(),div:(e,t)=>new k(e).div(new k(t)).toNumber(),transformSourceData:ar,transformData:ur}),Se(this,"$httpBizService",Lr),Se(this,"$request",jr),Se(this,"$loading",Gr),this.$asyncRef=t,this.$ref=e}$getPremission(e){return Fr.getPremission(e)}$setPremission(e,t){Fr.setPremission(e,t)}$getAppGlobalVar(e){return Fr.getGlobalVar(e)}$setAppGlobalVar(e,t){Fr.setGlobalVar(e,t)}$getPageGlobalVar(e){return Fr.getPageGlobalVar(e)}$setPageGlobalVar(e,t){Fr.setPageGlobalVar(e,t)}$getPageVar(e){return Fr.getPageVar(e)}$setPageVar(e,t){Fr.setPageVar(e,t)}$getCtxById(e){return Fr.getContextByKey(e)}$setPropsByKey(e,t){var n;const r=null===(n=this.gctWidgets[e])||void 0===n?void 0:n.props;if(r)for(const i in t)r[i]=t[i]}$getPropsByKey(e,t=[],n){const r=this.gctWidgets[e];if(!r)return{};const i=n||!r.props?r:r.props;return"string"==typeof t&&(t=[t]),t.reduce((e,t)=>(e[t]=i[t],e),{})}},ui=class{constructor(e,t){Se(this,"modelKey",void 0),Se(this,"getValue",void 0),Se(this,"setValue",void 0),Se(this,"submit",void 0),Se(this,"reload",void 0),Se(this,"key",void 0),this.key=e;const n=t.elRef;Object.keys(n).forEach(e=>{this[e]=n[e]})}};async function li(e,t){const{name:n,refId:r,scopeId:i,modalTitle:o}=t,s=(null==o?void 0:o.split("."))||[];let a;if(s.length>1){var u;const e=[];ci(e,(null===(u=this.gctWidgets)||void 0===u?void 0:u[s[0]])||{}),a=e.find(e=>e.id===s[1])||{}}else if(s.length){var l;a=null===(l=this.gctWidgets)||void 0===l?void 0:l[s[0]]}var c;n===p.OPEN_MODAL&&await this.$getModal(r).open({title:null==a||null===(c=a.props)||void 0===c?void 0:c.title}),n===p.CLOSE_MODAL&&(r?await this.$getModal(r).close():await this.$closeModal()),n===p.REFRESH_TABLE&&await(await this.$getCtxById(i).$asyncRef(r)).reload(e?e[0]:null)}function ci(e,t){const n=t.children||[];for(const i of n)if(i.type&&i.type==d.CustomButton)e.push(i);else{var r;(null===(r=i.children)||void 0===r?void 0:r.length)&&ci(e,i)}}function di({expression:e="",rowData:t=null},n){if(!e||"true"===e)return void n(!0);const r=zn(e),i=r.reduce((e,t)=>{const n=t.split(".");return e[t]={formKey:n[0],itemKey:n[1]},e},{}),o=V(()=>r.reduce((e,n)=>{const r=n.split("."),i=r[0]+"",o=r[1];if(o){var s;const n=(t?t[o]:null===(s=Yr.value[i])||void 0===s?void 0:s[o])??"";e[i]?e[i][o]=n:e[i]={[o]:n}}else if(i.startsWith("$VAR_")||i.startsWith("$IVAR_")){var a;e[i]=(null===(a=xr.value[i])||void 0===a?void 0:a.value)??""}else if(i.startsWith("$PAGERVAR_")||i.startsWith("$IPAGERVAR_")){var u;e[i]=(null===(u=Ar.value[i])||void 0===u?void 0:u.value)??""}return e},{}));function s(t){const r={};Object.keys(i).forEach(e=>{var n;const{formKey:o,itemKey:s}=i[e];r[e]=s?null===(n=t[o])||void 0===n?void 0:n[s]:t[o]}),Jn(e,r).then(n)}t&&s(o.value),$n(o,()=>{s(o.value)},{debounce:200,immediate:!t})}async function fi({expression:e="",rowData:t=null}){if(!e||"true"===e)return!0;const n=zn(e).reduce((e,t)=>{const n=t.split(".");return e[t]={formKey:n[0],itemKey:n[1]},e},{}),r={};return Object.keys(n).forEach(e=>{const{formKey:i,itemKey:o}=n[e];let s="";var a;if(i.startsWith("$VAR_"))s=(null===(a=xr.value[i])||void 0===a?void 0:a.value)??"";else if(i.startsWith("$PAGERVAR_")){var u;s=(null===(u=Ar.value[i])||void 0===u?void 0:u.value)??""}else if(o){var l;s=(t?t[o]:null===(l=Yr.value[i])||void 0===l?void 0:l[o])??""}else s=(t?t[i]:Yr.value[i])??"";r[e]=s}),Jn(e,r)}function pi(e,t){return!!Hr(t)&&(e.displayType===s.CONFIG?ue(()=>!e.hidden):function(e){const t=ie(!1);return hi(e,e=>{t.value=!!e}),t}(e))}function hi({displayRule:e,tableForm:t},n){if(e){const r=zn(e),i=r.reduce((e,t)=>{const n=t.split(".");return e[t]={formKey:n[0],itemKey:n[1]},e},{}),o=ue(()=>r.reduce((e,n)=>{var r;const i=n.split("."),o=i[0]+"",s=i[1]+"",a=null===(r={...t,...Yr.value}[o])||void 0===r?void 0:r[s];return e[o]?e[o][s]=a:e[o]={[s]:a},e},{}));$n(o,()=>{!function(e,t,n,r){const i={};Object.keys(t).forEach(n=>{var r;const{formKey:o,itemKey:s}=t[n];i[n]=null==e||null===(r=e[o])||void 0===r?void 0:r[s]}),Jn(n,i).then(r)}(o.value,i,e,e=>{n(e)})},{immediate:!0,debounce:300})}else n(!0)}function mi(e,t){const n=ne({});return ue(()=>e?e.filter(e=>{const{displayRule:r,hidden:i,displayType:o}=e.props||e;return Hr(e.id)?o===s.CONFIG?n[e.id]=!i:hi({displayRule:r,tableForm:t},t=>{n[e.id]=t}):n[e.id]=!1,n[e.id]}):[])}function gi(e,t){if(!(null==e?void 0:e.length))return;const n=[],r=[];e.forEach((e,t)=>{e.displayRule?r.push({...e,id:t}):n.push({...e,id:t})});const i=yi(r,t),o=yi(n,t);return ue(()=>(null==i?void 0:i.value)||(null==o?void 0:o.value))}function yi(e,t){const n=ne({});if(e)return ue(()=>e.find(e=>{const{displayRule:r,hidden:i,displayType:o}=e.props||e;return o===s.CONFIG?n[e.id]=!i:hi({displayRule:r,tableForm:t},t=>{n[e.id]=t}),n[e.id]}))}function vi(e){var t,n;return(null===(t=e.props)||void 0===t?void 0:t.displayRule)&&(null===(n=e.props)||void 0===n?void 0:n.displayType)===s.RULE?pi(e.props,e.id):bi(e)}function bi(e,t){var n;if(!e.id)return!1;if(!Hr(e.id))return e.props.hidden=!0,!1;const r=W("useProcessFieldEvent",void 0);if(r)return r.useFieldToShow(e),!e.props.hidden;const{displayType:i,displayRule:a}=e.props||{},{value:u,expression:l}=((null===(n=e.props.componentDependency)||void 0===n?void 0:n.configDependency)||{})[o.HIDDEN]||{};return u&&l?(e.props.hidden=!0,di({expression:l,rowData:t},t=>{e.props.hidden=!!t})):u?e.props.hidden=!0:i===s.RULE&&a&&(e.props.hidden=!0,di({expression:a,rowData:t},t=>{e.props.hidden=!t})),ue(()=>!e.props.hidden)}async function wi(e,t){var n;if(!e.id)return!1;if(!Hr(e.id))return e.props.hidden=!0,!1;const r=W("useProcessFieldEvent",void 0);if(r)return r.useFieldToShow(e),!e.props.hidden;const{displayType:i,displayRule:a}=e.props||{},{value:u,expression:l}=((null===(n=e.props.componentDependency)||void 0===n?void 0:n.configDependency)||{})[o.HIDDEN]||{};return u&&l?(e.props.hidden=!0,e.props.hidden=!!(await fi({expression:l,rowData:t}))):u?e.props.hidden=!0:i===s.RULE&&a&&(e.props.hidden=!0,e.props.hidden=!!(await fi({expression:a,rowData:t}))),!e.props.hidden}function Ei(e,t){return e.forEach(e=>{bi(e,t)}),ue(()=>e.filter(e=>!e.props.hidden))}function Di(e,t){var n;const{value:r,expression:i}=((null===(n=e.props.componentDependency)||void 0===n?void 0:n.configDependency)||{})[o.HIDDEN]||{};r&&i&&di({expression:i},e=>{t(e)}),t(e.props.hidden)}function Oi(e){var t;const n=(null===(t=e.props.componentDependency)||void 0===t?void 0:t.configDependency)||{},{value:r,expression:i}=n[o.HIDDEN]||{};r&&i&&di({expression:i},t=>{e.props.hidden=!!t});const{value:s,expression:a}=n[o.REQUIRED]||{};s&&a&&di({expression:a},t=>{e.props.required=!!t})}function Ii(t,n={},r=!1){var i,s,a;const{readonly:u,field:l,isFieldModel:c,bindFieldLink:d,refOriginField:f,refOriginModelKey:p,refOriginFieldType:h}=t.props,m=(null===(i=t.props.componentDependency)||void 0===i?void 0:i.configDependency)||{},g=W("formReadonly",void 0),y=W("useProcessFieldEvent",void 0);if(y&&y.useFieldWidget(t),!y&&t.formItem&&void 0!==(null==g?void 0:g.value)&&(t.props.readonly=(null==g?void 0:g.value)||t.props.readonly),!y&&!(null==g?void 0:g.value)){var v,b,w,E,D,O,I,T;const e=null===(v=m[o.READONLY])||void 0===v?void 0:v.expression,i=null===(b=m[o.READONLY])||void 0===b?void 0:b.fieldValue,s=null===(w=m[o.READONLY])||void 0===w?void 0:w.value;!i&&s&&e&&di({expression:e,rowData:r?n:null},e=>{t.props.readonly=!!e});const a=null===(E=m[o.REQUIRED])||void 0===E?void 0:E.expression,l=null===(D=m[o.REQUIRED])||void 0===D?void 0:D.value;!(null===(O=m[o.REQUIRED])||void 0===O?void 0:O.fieldValue)&&l&&a&&di({expression:a,rowData:r?n:null},e=>{t.props.required=!!e,t.props.readonly=!e&&u});const c=null===(I=m[o.DISABLED])||void 0===I?void 0:I.expression;(null===(T=m[o.DISABLED])||void 0===T?void 0:T.value)&&c&&di({expression:c,rowData:r?n:null},e=>{t.props.disabled=!!e,t.props.readonly=!e&&u})}const M=null===(s=m[o.ASSIGNMENT])||void 0===s?void 0:s.expression,S=null===(a=m[o.ASSIGNMENT])||void 0===a?void 0:a.strategy;M&&di({expression:M,rowData:r?n:null},e=>{n[l]=e});const N=c?null==d?void 0:d.join("."):l;n._OPCT||(n._OPCT={_DICT:{}});const C=V(()=>c?n._OPCT:n),_=V({get:()=>N?C.value[N]:"",set(t){M&&S===e.alwaysCover||(C.value[N]=t)}});if(c&&f){const e=ue(()=>n[d[0]]),t=d.length>2?[d[1]+".*"]:void 0;$n(e,async()=>{try{const n=await gr({ids:e.value,refOriginField:d[0],refOriginFieldType:h,model:p,foreignFields:t});C.value[N]=n._OPCT[N],C.value._DICT||(C.value._DICT={}),C.value._DICT[N]=n._OPCT._DICT[N]}catch{for(const e in C.value)e.startsWith(N)&&(C.value[e]=void 0)}},{debounce:100,immediate:!0})}return{value:_,formRowData:C,fieldKey:N}}function Ti(e){var t,n,r,i;const{readonly:s}=e.props,a=(null===(t=e.props.componentDependency)||void 0===t?void 0:t.configDependency)||{},u=null===(n=a[o.REQUIRED])||void 0===n?void 0:n.expression,l=null===(r=a[o.REQUIRED])||void 0===r?void 0:r.value;!(null===(i=a[o.REQUIRED])||void 0===i?void 0:i.fieldValue)&&l&&u&&di({expression:u},t=>{e.props.required=!!t,e.props.readonly=!t&&s})}function Mi(e,t=[]){return"ignoreCase"==(null==t?void 0:t[0])?null==e?void 0:e.replace(/\./g,".i"):e}function Si(e,t=[]){return"ignoreCase"==(null==t?void 0:t[0])?null==e?void 0:e.map(e=>{const t=e.split(".");return`${t[0]}.i${t[1]}`}):e}var Ni=({searchField:e,keyword:t})=>t&&(null==e?void 0:e.reduce((e,n)=>(e[n.split(".").length>1?n:n+".like"]=t,e),{}))||{},Ci=e=>{let t={},n="";if(R(e))t={...e.reduce((e,t)=>(e[t.key+"."+t.ope]=t.value,e),{})};else try{const i=JSON.parse(null==e?void 0:e.dataRule);n=null==i?void 0:i.exp;const o=(null==i?void 0:i.typeMap)||{},s=(null==i?void 0:i.query)||{};for(const e in s)if("VAR"===o[e]){var r;t[e]=null===(r=xr.value)||void 0===r||null===(r=r[s[e]])||void 0===r?void 0:r.value}else t[e]=s[e]}catch(i){console.log(i)}return{query:t,getExp:function(...e){const t=[n,...e].filter(e=>e),r=t.join(",");return t.length>1?`AND(${r})`:r}}},_i={class:"handwriting-pad"},Ri=["width","height"],Ai=/* @__PURE__ */(e=>{const t=e.__vccOpts||e;for(const[n,r]of[["__scopeId","data-v-d5b980b7"]])t[n]=r;return t})(/* @__PURE__ */U({__name:"HandwritingPad",props:{width:{default:300},height:{default:150},backgroundColor:{default:"transparent"},lineWidth:{default:2},strokeStyle:{default:"#000"}},setup(e,{expose:t}){const n=e,r=ie(null);let i=null,o=!1,s=0,a=0;function u(e){const t=r.value.getBoundingClientRect();return"touches"in e?{x:e.touches[0].clientX-t.left,y:e.touches[0].clientY-t.top}:{x:e.offsetX,y:e.offsetY}}function l(e){e.preventDefault(),o=!0;const{x:t,y:n}=u(e);s=t,a=n}function c(e){if(!o||!i)return;e.preventDefault();const{x:t,y:n}=u(e);i.beginPath(),i.moveTo(s,a),i.lineTo(t,n),i.stroke(),i.closePath(),s=t,a=n}function d(e){e.preventDefault(),o=!1}return Q(()=>{i=r.value.getContext("2d"),"transparent"!==n.backgroundColor&&(i.fillStyle=n.backgroundColor,i.fillRect(0,0,n.width,n.height)),i.lineWidth=n.lineWidth,i.strokeStyle=n.strokeStyle}),t({getValue:function(){var e;return null===(e=r.value)||void 0===e?void 0:e.toDataURL()},setValue:function(e){const t=new Image;t.src=e,t.onload=()=>{null==i||i.drawImage(t,0,0)}},clear:function(){null==i||i.clearRect(0,0,n.width,n.height),"transparent"!==n.backgroundColor&&(i.fillStyle=n.backgroundColor,i.fillRect(0,0,n.width,n.height))}}),(t,n)=>(ee(),B("div",_i,[L("canvas",{ref_key:"canvasRef",ref:r,width:e.width,height:e.height,class:"canvas",onMousedown:l,onMousemove:c,onMouseup:d,onMouseleave:d,onTouchstart:l,onTouchmove:c,onTouchend:d},null,40,Ri)]))}})),xi=class{constructor(){Se(this,"context",{})}},Yi=class{constructor(){Se(this,"isDestroy",!1)}},Pi=class{constructor(e){Se(this,"state",new Yi),this.model=e}mounted(){}destroy(){}},$i=class extends Pi{},ki=class extends Pi{},Fi=class{constructor(){Se(this,"state",new xi),Se(this,"prefix",""),Se(this,"preview",!1),Se(this,"item",/* @__PURE__ */new Map),Se(this,"nodes",[]),Se(this,"tree",[])}setTree(e){this.tree=e}setNodes(e){this.reset(),this.nodes=e,this.nodes.forEach(e=>{const t=Be.get(e.type,this.prefix);if(t){if(t.createController)return void this.item.set(e.id,t.createController(e));if(t.mode===fe.CONTAINER)return void this.item.set(e.id,new $i(e));if(t.mode===fe.ITEM)return void this.item.set(e.id,new ki(e))}this.item.set(e.id,new Pi(e))})}getNodes(e){if(e){const t=this.getTreeItem(e);return t&&t.children?t.children.map(e=>this.nodes.find(t=>e.id===t.id)):[]}return this.tree.map(e=>this.nodes.find(t=>e.id===t.id))}getTreeItem(e,t=this.tree){if(!e)return null;for(const n of t){if(n.id===e)return n;if(n.children&&n.children.length>0){const t=this.getTreeItem(e,n.children);if(t)return t}}return null}getController(e){return this.item.get(e)}mounted(){}unmounted(){this.reset()}reset(){this.nodes=[],this.item.forEach(e=>{e.destroy()})}};function Hi(e){let t=W(Fe.DESIGN_RENDER);return t||(t=e?e():new Fi,t.state=ne(t.state),te(Fe.DESIGN_RENDER,t),Q(()=>{t.mounted()}),Z(()=>{t.unmounted()})),t}var Vi=()=>{const e=ie({});return{getFileAttrs:async function({modelKey:t,fieldKey:n}){const r=await or.getConfigByField(t,n);if(r&&r.specificConfig){const t=$(r.specificConfig,["maxNumber","fileSize","fileTypes"])??{},n=t.fileTypes??[];e.value={maxSize:t.fileSize,maxCount:t.maxNumber,accept:n,acceptStr:Array.isArray(n)&&0!==n.length?n.join("、"):""}}},attrObj:e,getmaxTagLength:async function({modelKey:t,fieldKey:n}){const r=await or.getConfigByField(t,n);r&&r.specificConfig&&(e.value={maxTagTextLength:($(r.specificConfig,["codeVisibleNum"])??{}).codeVisibleNum||12})}}};function Bi(){_gct.register.render?console.warn("渲染注册已存在,可能存在重复注册问题,请检查是否有重复引入渲染包的情况"):_gct.register.render=new Ne}var Li=(e,t,n)=>{if(t<0||t>=e.length||n<0||n>e.length)return void console.log("下标超出数组范围");const r=e.splice(t,1)[0];e.splice(n,0,r)},ji=new URL("./index.min.css",import.meta.url);b.load(ji.href);export{ai as Context,Fe as ControllerType,_e as DESIGN_DATA_KEY_TAG,Ce as DESIGN_TYPE,$e as DateFormat,Ae as DateRangeMap,ke as DatepickerRanges,Re as DesignItemAttribute,He as DesignRenderViewPrefix,ni as Events,or as FieldSchema,ui as GctComponent,Fr as Globals,Ai as HandwritingPad,_r as PageTypeEnum,Be as RenderNodeRegister,Ve as RenderNodeType,nr as RenderPluginPgkUtil,Ne as RenderRegister,lr as addDataByForm,pr as cacheAdapter,Jn as calculate,fi as calculateDepResult,br as defaultValMap,Li as deleteAndInsertArr,bi as dependencyToShow,wi as dependencyToShowSync,Yr as formMap,Pe as getDefaultDate,xe as getDisabledDate,Mi as getIExp,Si as getIKeywordFieldKeys,Ye as getMobileDateRange,kr as getPageTitle,Hr as getPremission,Ni as getQueryDateByKeyWord,gr as getRefInfoId,xr as globalVarCaches,zn as identify,sr as initFieldWidgetRuntime,di as insetDep,Bi as onInit,$r as pageDataforJson,Ar as pageGlobaVariables,ir as schemaToStyle,cr as setDataByForm,Pr as setFormData,Oi as tableWidgetByDept,Di as tableWidgetToShow,dr as transSelectData,ur as transformData,fr as transformDataToDict,tr as transformPropsField,ar as transformSourceData,Vi as useAsyncFileAttrs,Ii as useDependency,Ti as useDependencyByRequired,vi as useDependencyToShow,Ei as useDependencyToShowList,Hi as useDesignRenderController,gi as useDisplayRuleColumnByStyles,mi as useDisplayRuleOptions,Sr as useGctSelect,vr as useGetBodyBySearch,Ci as useQueryfilter,rr as useStyle,pi as useVisibileByRuleHook};
1
+ import{ASSIGNMENTSTRATEGY_ENUM as e,BizServiceEnum as t,ButtonTypeEnum as n,DateRangeEnums as r,DefaultDateTypeConst as o,Dependency_ENUM as i,DisplayType as s,EntityModelCategoryEnum as a,ExamineAndApproveStateEnum as u,FIELD_TYPE as c,FieldSysVarDefaultValueEnum as l,FormComponents as d,GLOBAL_VAR_TYPE as f,INNER_EVENT as p,OpinionTypeEnum as h,PluginModeEnum as g,PluginPgkUtil as y,SEARCH_SERVICE as m,SYSTEM_VAR_PREFIX as v,cssLoader as b,functionMap as w,innerVarIds as O,isMultipleOperator as D,operator2FuncMap as E,t as I,useNamespace as S,usePermissionStore as T}from"@gct-paas/core";import C from"dayjs";import*as M from"vue";import{TransitionGroup as N,computed as x,createElementBlock as R,createElementVNode as P,createVNode as A,customRef as _,defineComponent as k,getCurrentInstance as Y,getCurrentScope as $,inject as j,isVNode as H,nextTick as V,onActivated as F,onBeforeUnmount as B,onMounted as U,onScopeDispose as L,onUnmounted as G,openBlock as W,provide as K,reactive as q,readonly as z,ref as J,shallowReactive as X,shallowRef as Q,toRaw as Z,toRef as ee,toRefs as te,toValue as ne,unref as re,watch as oe}from"vue";import{DesignNodeMode as ie,extractFontStyle as se,generateWrapperStyle as ae,propsToStyle as ue}from"@gct-paas/schema";import ce from"bignumber.js";import*as le from"lodash-es";import{cloneDeep as de,differenceBy as fe,get as pe,isArray as he,isEqual as ge,isNull as ye,isUndefined as me,merge as ve,pick as be}from"lodash-es";import*as we from"esprima-next";import Oe from"estraverse";import De from"escodegen";import Ee from"qs";var Ie=Object.create,Se=Object.defineProperty,Te=Object.getOwnPropertyDescriptor,Ce=Object.getOwnPropertyNames,Me=Object.getPrototypeOf,Ne=Object.prototype.hasOwnProperty,xe=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Re=(e,t)=>{let n={};for(var r in e)Se(n,r,{get:e[r],enumerable:!0});return t||Se(n,Symbol.toStringTag,{value:"Module"}),n},Pe=(e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(var o,i=Ce(t),s=0,a=i.length;s<a;s++)o=i[s],Ne.call(e,o)||o===n||Se(e,o,{get:(e=>t[e]).bind(null,o),enumerable:!(r=Te(t,o))||r.enumerable});return e},Ae=(e,t,n)=>(n=null!=e?Ie(Me(e)):{},Pe(!t&&e&&e.__esModule?n:Se(n,"default",{value:e,enumerable:!0}),e));function _e(e){return _e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_e(e)}function ke(e,t,n){return(t=function(e){var t=function(e){if("object"!=_e(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,"string");if("object"!=_e(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==_e(t)?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ye=class{constructor(){ke(this,"map",/* @__PURE__ */new Map)}register(e,t){this.map.set(e,t)}unregister(e){this.map.delete(e)}get(e){const t=this.map.get(e);return t||console.warn(`No component registered for tag: ${e}`),t}keys(){return Array.from(this.map.keys())}},$e="view-design",je="id",He=/* @__PURE__ */function(e){return e.ACTIVE_TAG="design-active-item",e.DRAG_TAG="design-drop-item",e.INDEX_TAG="design-item-index",e.NODE_ID_TAG="design-item-id",e.DESIGN_NAME="design-item-name",e.GROUP_TAG="design-group-tag",e.DRAG_GROUP_TYPE="drag-group-type",e.IS_INLINE_BLOCK="is-inline-block",e.SELECTOR_INDEX="selector-index",e}({}),Ve={WEEK_NOW:e=>{const t=C().startOf("week").add(1,"day"),n=C().endOf("week").add(1,"day"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},MONTH_NOW:e=>{const t=C().startOf("month"),n=C().endOf("month"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},QUARTER_NOW:e=>{const t=C().startOf("quarter"),n=C().endOf("quarter"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},YEAR_NOW:e=>{const t=C().startOf("year"),n=C().endOf("year"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},WEEk_BEFORE:e=>{C.locale("zh-cn");const t=C().startOf("week").subtract(1,"week"),n=t.clone().endOf("week"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},MONTH_BEFORE:e=>{const t=C().add(-1,"month").startOf("month"),n=C().add(-1,"month").endOf("month"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},QUARTER_BEFORE:e=>{const t=C().add(-1,"quarter").startOf("quarter"),n=C().add(-1,"quarter").endOf("quarter"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},YEAR_BEFORE:e=>{const t=C().add(-1,"year").startOf("year"),n=C().add(-1,"year").endOf("year"),r=t.valueOf(),o=n.valueOf();return{disabled:e<r||e>o,minDate:t,maxDate:n}},DATE_BEFORE:e=>{const t=C().add(-1,"day");return{disabled:e<t.valueOf(),maxDate:t}},DATE_AFTER:e=>{const t=C();return{disabled:e>t.valueOf(),minDate:t}}},Fe=(e,t)=>{const n=C(e).valueOf(),r=Ve[t];if(r){const{disabled:e}=r(n);return e}return!1},Be=e=>{const t=Ve[e];if(t){const{minDate:e,maxDate:n}=t(0);return Object.assign({},e&&{minDate:new Date(e)},n&&{maxDate:new Date(n)})}return{}},Ue=(e,t)=>{let n;switch(e){case l.SYS_DATE:n=C().format(t??"YYYY-MM-DD");break;case l.SYS_DATE_TIME:n=C().format(t??"YYYY-MM-DD HH:mm:ss");break;case l.SYS_TIME:n=C().format(t??"HH:mm:ss")}return n},Le={YYYY:{valueFormat:"YYYY-01-01",picker:"year",columnsType:["year"]},"YYYY HH":{valueFormat:"YYYY-01-01 HH:00:00",columnsType:["hour"]},"YYYY-MM HH:mm":{valueFormat:"YYYY-MM-01 HH:mm:00",columnsType:["hour","minute"]},"YYYY-MM":{valueFormat:"YYYY-MM-01",picker:"month",columnsType:["year","month"]},"YYYY-MM-DD":{valueFormat:"YYYY-MM-DD",picker:"date",columnsType:["year","month","day"]},"YYYY-MM-DD HH":{valueFormat:"YYYY-MM-DD HH:00:00",columnsType:["hour"]},"YYYY-MM-DD HH:mm":{valueFormat:"YYYY-MM-DD HH:mm:00",columnsType:["hour","minute"]},"YYYY-MM-DD HH:mm:ss":{valueFormat:"YYYY-MM-DD HH:mm:ss",columnsType:["hour","minute","second"]},"HH:mm:ss":{valueFormat:"HH:mm:ss",columnsType:["hour","minute","second"]},"HH:mm":{valueFormat:"HH:mm:00",columnsType:["hour","minute"]},HH:{valueFormat:"HH:00:00",columnsType:["hour"]}},Ge={[r.WEEK_NOW]:""},We=/* @__PURE__ */function(e){return e.DESIGN_RENDER="design-render",e}({}),Ke=/* @__PURE__ */function(e){return e.CUSTOM_HOME="custom-home",e.CARD_VIEW="card-view",e.MOBILE_CARD_VIEW="mobile-card-view",e.DESIGN_EDITOR="design-editor",e}({}),qe=/* @__PURE__ */function(e){return e.PAGE="PAGE",e.PAGE_LOWER="page",e.FIELD="field",e.PANEL="panel",e.TABS="tabs",e.TAB_ITEM="tab-item",e.MENU_LIST="menu-list",e.SELECT_COMPONENT="select-component",e.GRID="grid",e.GRID_ITEM="grid-item",e.MESSAGE="message",e.WORKBENCH="workbench",e.PERSONAL_CENTER="personal-center",e.TODO="todo",e}({}),ze=class{static register(e,t,n){const r=n?`${n}:${e}`:e;this.map.set(r,t)}static get(e,t){const n=t?`${t}:${e}`:e;if(this.cache.has(n))return this.cache.get(n);const r=this.map.get(n);if(r){const e=r();return this.cache.set(n,e),e}return null}static registerCustomHome(e,t){this.register(e,t,Ke.CUSTOM_HOME)}static registerDesignEditorNode(e,t){this.register(e,t,Ke.DESIGN_EDITOR)}static getCustomHome(e){return this.get(e,Ke.CUSTOM_HOME)}static getDesignEditorNode(e){return this.get(e,Ke.DESIGN_EDITOR)}};ke(ze,"map",/* @__PURE__ */new Map),ke(ze,"cache",/* @__PURE__ */new Map);var Je={class:"handwriting-pad"},Xe=["width","height"],Qe=/* @__PURE__ */((e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n})(/* @__PURE__ */k({__name:"HandwritingPad",props:{width:{default:300},height:{default:150},backgroundColor:{default:"transparent"},lineWidth:{default:2},strokeStyle:{default:"#000"}},setup(e,{expose:t}){const n=e,r=J(null);let o=null,i=!1,s=0,a=0;function u(e){const t=r.value.getBoundingClientRect();return"touches"in e?{x:e.touches[0].clientX-t.left,y:e.touches[0].clientY-t.top}:{x:e.offsetX,y:e.offsetY}}function c(e){e.preventDefault(),i=!0;const{x:t,y:n}=u(e);s=t,a=n}function l(e){if(!i||!o)return;e.preventDefault();const{x:t,y:n}=u(e);o.beginPath(),o.moveTo(s,a),o.lineTo(t,n),o.stroke(),o.closePath(),s=t,a=n}function d(e){e.preventDefault(),i=!1}return U(()=>{o=r.value.getContext("2d"),"transparent"!==n.backgroundColor&&(o.fillStyle=n.backgroundColor,o.fillRect(0,0,n.width,n.height)),o.lineWidth=n.lineWidth,o.strokeStyle=n.strokeStyle}),t({getValue:function(){var e;return null===(e=r.value)||void 0===e?void 0:e.toDataURL()},setValue:function(e){const t=new Image;t.src=e,t.onload=()=>{null==o||o.drawImage(t,0,0)}},clear:function(){null==o||o.clearRect(0,0,n.width,n.height),"transparent"!==n.backgroundColor&&(o.fillStyle=n.backgroundColor,o.fillRect(0,0,n.width,n.height))}}),(t,n)=>(W(),R("div",Je,[P("canvas",{ref_key:"canvasRef",ref:r,width:e.width,height:e.height,class:"canvas",onMousedown:c,onMousemove:l,onMouseup:d,onMouseleave:d,onTouchstart:c,onTouchmove:l,onTouchend:d},null,40,Xe)]))}}),[["__scopeId","data-v-d5b980b7"]]),Ze="undefined"!=typeof window&&"undefined"!=typeof document,et=("undefined"!=typeof WorkerGlobalScope&&(globalThis,WorkerGlobalScope),Object.prototype.toString),tt=()=>{},nt=e=>e();function rt(e,t={}){let n,r,o=tt;const i=e=>{clearTimeout(e),o(),o=tt};let s;return a=>{const u=ne(e),c=ne(t.maxWait);return n&&i(n),u<=0||void 0!==c&&c<=0?(r&&(i(r),r=void 0),Promise.resolve(a())):new Promise((e,l)=>{o=t.rejectOnCancel?l:e,s=a,c&&!r&&(r=setTimeout(()=>{n&&i(n),r=void 0,e(s())},c)),n=setTimeout(()=>{r&&i(r),r=void 0,e(a())},u)})}}function ot(e){return Array.isArray(e)?e:[e]}function it(e){const t=Object.create(null);return n=>t[n]||(t[n]=e(n))}var st=/\B([A-Z])/g,at=(it(e=>e.replace(st,"-$1").toLowerCase()),/-(\w)/g);function ut(e,t,n={}){const{eventFilter:r=nt,...o}=n;return oe(e,(i=r,s=t,function(...e){return new Promise((t,n)=>{Promise.resolve(i(()=>s.apply(this,e),{fn:s,thisArg:this,args:e})).then(t).catch(n)})}),o);var i,s}function ct(e,t=!0,n){!function(e){return e||Y()}(n)?t?e():V(e):U(e,n)}function lt(e,t,n={}){const{debounce:r=0,maxWait:o,...i}=n;return ut(e,t,{...i,eventFilter:rt(r,{maxWait:o})})}it(e=>e.replace(at,(e,t)=>t?t.toUpperCase():""));var dt=Ze?window:void 0,ft=Ze?window.document:void 0;function pt(...e){const t=x(()=>{const t=ot(ne(e[0])).filter(e=>null!=e);return t.every(e=>"string"!=typeof e)?t:void 0});return n=([e,t,n,r],o,i)=>{if(!(null==e?void 0:e.length)||!(null==t?void 0:t.length)||!(null==n?void 0:n.length))return;const s=(a=r,"[object Object]"===et.call(a)?{...r}:r);var a;const u=e.flatMap(e=>t.flatMap(t=>n.map(n=>((e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)))(e,t,n,s))));i(()=>{u.forEach(e=>e())})},r={flush:"post"},oe(()=>{var n,r;return[null!==(n=null===(r=t.value)||void 0===r?void 0:r.map(e=>function(e){var t;const n=ne(e);return null!==(t=null==n?void 0:n.$el)&&void 0!==t?t:n}(e)))&&void 0!==n?n:[dt].filter(e=>null!=e),ot(ne(t.value?e[1]:e[0])),ot(re(t.value?e[2]:e[1])),ne(t.value?e[3]:e[2])]},n,{...r,immediate:!0});var n,r}Ze&&window.navigator,Ze&&window.location;var ht="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},gt="__vueuse_ssr_handlers__",yt=/* @__PURE__ */mt();function mt(){return gt in ht||(ht[gt]=ht[gt]||{}),ht[gt]}var vt={boolean:{read:e=>"true"===e,write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},bt="vueuse-storage";function wt(e,t,n,r={}){var o;const{flush:i="pre",deep:s=!0,listenToStorageChanges:a=!0,writeDefaults:u=!0,mergeDefaults:c=!1,shallow:l,window:d=dt,eventFilter:f,onError:p=e=>{console.error(e)},initOnMounted:h}=r,g=(l?Q:J)("function"==typeof t?t():t),y=x(()=>ne(e));if(!n)try{n=(yt.getDefaultStorage||(()=>null==dt?void 0:dt.localStorage))()}catch(S){p(S)}if(!n)return g;const m=ne(t),v=function(e){return null==e?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":"boolean"==typeof e?"boolean":"string"==typeof e?"string":"object"==typeof e?"object":Number.isNaN(e)?"any":"number"}(m),b=null!==(o=r.serializer)&&void 0!==o?o:vt[v],{pause:w,resume:O}=function(e,t,n={}){const{eventFilter:r,initialState:o="active",...i}=n,{eventFilter:s,pause:a,resume:u,isActive:c}=function(e=nt,t={}){const{initialState:n="active"}=t,r=function(...e){if(1!==e.length)return ee(...e);const t=e[0];return"function"==typeof t?z(_(()=>({get:t,set:tt}))):J(t)}("active"===n);return{isActive:z(r),pause:function(){r.value=!1},resume:function(){r.value=!0},eventFilter:(...t)=>{r.value&&e(...t)}}}(r,{initialState:o});return{stop:ut(e,t,{...i,eventFilter:s}),pause:a,resume:u,isActive:c}}(g,e=>function(e){try{const t=n.getItem(y.value);if(null==e)E(t,null),n.removeItem(y.value);else{const r=b.write(e);t!==r&&(n.setItem(y.value,r),E(t,r))}}catch(S){p(S)}}(e),{flush:i,deep:s,eventFilter:f});oe(y,()=>I(),{flush:i});let D=!1;function E(e,t){if(d){const r={key:y.value,oldValue:e,newValue:t,storageArea:n};d.dispatchEvent(n instanceof Storage?new StorageEvent("storage",r):new CustomEvent(bt,{detail:r}))}}function I(e){if(!e||e.storageArea===n)if(e&&null==e.key)g.value=m;else if(!e||e.key===y.value){w();try{const t=b.write(g.value);void 0!==e&&(null==e?void 0:e.newValue)===t||(g.value=function(e){const t=e?e.newValue:n.getItem(y.value);if(null==t)return u&&null!=m&&n.setItem(y.value,b.write(m)),m;if(!e&&c){const e=b.read(t);return"function"==typeof c?c(e,m):"object"!==v||Array.isArray(e)?e:{...m,...e}}return"string"!=typeof t?t:b.read(t)}(e))}catch(S){p(S)}finally{e?V(O):O()}}}return d&&a&&(n instanceof Storage?pt(d,"storage",e=>{h&&!D||I(e)},{passive:!0}):pt(d,bt,e=>{h&&!D||I(e.detail)})),h?ct(()=>{D=!0,I()}):I(),g}function Ot(e,t){const n=(null==t?void 0:t.cache)?X(t.cache):X(/* @__PURE__ */new Map),r=(...e)=>(null==t?void 0:t.getKey)?t.getKey(...e):JSON.stringify(e),o=(t,...r)=>(n.set(t,e(...r)),n.get(t)),i=(...e)=>{const t=r(...e);return n.has(t)?n.get(t):o(t,...e)};return i.load=(...e)=>o(r(...e),...e),i.delete=(...e)=>{n.delete(r(...e))},i.clear=()=>{n.clear()},i.generateKey=r,i.cache=n,i}var Dt=0;Number.POSITIVE_INFINITY;var Et=/* @__PURE__ */function(e){return e.SELECT_ID="$VAR_GCT_SELECT_ID",e}({}),It=function(e,t,n={}){const{window:r=dt}=n;return wt(e,t,null==r?void 0:r.localStorage,n)}("GCT_APP_GlobalCache",{}),St=e=>{const t=x({get:()=>It.value[e]||{},set(t){It.value[e]=t}});return{selectID:x({get:()=>t.value[Et.SELECT_ID],set(e){t.value[Et.SELECT_ID]?t.value[Et.SELECT_ID]=e:t.value={...t.value,[Et.SELECT_ID]:e}}}),cacheMap:t}},Tt=class{static runApp({userInfo:e,env:t,aid:n}){this.ENV=t,this.AID=n,this.userInfo=e}};ke(Tt,"ENV",void 0),ke(Tt,"AID",void 0),ke(Tt,"userInfo",void 0);var Ct={[f.DATE]:{callback:e=>C(e,["YYYY-MM-DD","YYYY/MM/DD"],!0).isValid(),message:"日期变量格式为YYYY-MM-DD,YYYY/MM/DD"},[f.TIME]:{callback:e=>C(e,"HH:mm:ss",!0).isValid(),message:"时间变量格式HH:mm:ss"},[f.DATETIME]:{callback:e=>C(e,["YYYY-MM-DD HH:mm:ss","YYYY/MM/DD HH:mm:ss"]).isValid(),message:"日期时间变量格式为YYYY-MM-DD HH:mm:ss,YYYY/MM/DD HH:mm:ss"}},Mt=/* @__PURE__ */function(e){return e.WEB="web_module",e.MOBILE="mobile_module",e.PAD="pad_module",e}({}),Nt={[Mt.WEB]:{getPageInfo:_gct.api.apaas.webpage.getInfo},[Mt.MOBILE]:{getPageInfo:_gct.api.apaas.mobilePage.getInfo},[Mt.PAD]:{getPageInfo:_gct.api.apaas.padPage.getInfo}},xt=J({}),Rt=J({}),Pt=J({});function At(e,t){Pt.value[e]=t}var _t=J({pageStyle:{},pageConfig:{},pageName:""}),kt=ee(()=>{const{title:e}=_t.value.pageConfig||{};return e}),Yt=class e{static setModals(e){this.modalsCache={},null==e||e.forEach(e=>{this.modalsCache[e.id]=e})}static async getModalById(e){if(!e)return Promise.reject();if(/^i?g_modal_/.test(e)&&!this.modalsCache[e]){const[t]=await _api.apaas.appGlobalSettings.getInfo({keys:e,fullInfo:!0})||[];if(null==t?void 0:t.configJson){const n=JSON.parse(t.configJson);this.modalsCache[e]=n}}return this.modalsCache[e]||(console.error(`模态框${e}不存在`),Promise.reject())}static getPremission(e){if(!e)return!0;const t=this.permissions[e];return!t||T().getPermissionByKey(this.pageID,t)}static setPremission(e,t){this.permissions[t]=e}static setContextByKey(e,t){t?this.ContextCache[t]=e:this.ContextCache={page:e}}static getContextByKey(e){return this.ContextCache[e||"page"]}static async initvars(){(await _gct.api.apaas.appGlobalSettings.getList({type:"var",fullInfo:!0})||[]).forEach(e=>{if(e.configJson)try{const t=JSON.parse(e.configJson);Rt.value[t.key]=(({value:e,appredis:t,key:n,type:r})=>{var o;const i="dev"!==Tt.ENV&&t,{cacheMap:s}=St(`${Tt.AID}_${null===(o=Tt.userInfo)||void 0===o?void 0:o.userId}`);return new Proxy({value:e,type:r},{get:(e,t)=>i&&"value"===t?s.value[n]:Reflect.get(e,t),set:(e,t,r,o)=>(i&&"value"===t&&(s.value[n]?s.value[n]=r:s.value={...s.value,[n]:r}),Reflect.set(e,t,r,o))})})({value:t.defaultValue,appredis:t.appredis,key:t.key,type:t.type})}catch(t){console.error("initvars",t)}})}static async inithooks(){(await _gct.api.apaas.appGlobalSettings.getList({type:"event",fullInfo:!0})||[]).forEach(e=>{if(e.configJson)try{const t=new Function(JSON.parse(e.configJson).runJs),n=this.globalHookCaches[e.key];n&&n.push(t)}catch(t){console.error("inithooks",t)}})}static async initPermission(e){this.permissions=e||{}}static async initGlobalS(e){var t;if(this.setModals(e.modals),null===(t=e.pageVars)||void 0===t||t.forEach(e=>{var t;xt.value[e.key]={value:null===(t=e.varInfo)||void 0===t?void 0:t.defaultValue,type:e.varInfo.type}}),!this.startRuning){this.startRuning=!0;try{await Promise.all([this.initvars(),this.inithooks()])}catch(n){console.log(n)}}}static getGlobalVar(e){const t=Rt.value[e];return t?t.value:console.warn("变量key不存在")}static async setGlobalVar(e,t){const n=Rt.value[e];if(!n)return console.warn("变量key不存在");n.value=t}static getPageVar(e){const t=xt.value[e];return t?t.value:console.warn("变量key不存在")}static async setPageVar(e,t){const n=xt.value[e];if(!n)return console.warn("变量key不存在");await function(e,t){if(t===f.NULL)return!0;const{callback:n,message:r}=Ct[t]||{callback:e=>Object.prototype.toString.call(e).slice(8,-1).toLowerCase()===t,value:"变量值必须为"+t};return n(e)?Promise.resolve():Promise.reject(r)}(t,n.type),xt.value[e]&&(xt.value[e].value=t)}static getPageGlobalVar(e){var t;return null===(t=xt.value[e])||void 0===t?void 0:t.value}static setPageGlobalVar(e,t){xt.value[e]?xt.value[e].value=t:xt.value[e]={value:t,type:"string"}}static async initPageByid(e,t=Mt.WEB){this.pageID=e;const n=Nt[t].getPageInfo,r=await n({id:e}),{runtimeJson:o,name:i}=r||{};if(_t.value.pageName=i,!o)return Promise.reject();const s=JSON.parse(o);return s.widgets.filter(e=>"bottom-button-container"!==e.type).length?(await this.initGlobalS(s),_t.value.pageConfig=s.pageConfig||{},_t.value.pageStyle=s.pageStyle||{},{res:r,data:s,name:i}):Promise.reject()}static async initHistoryByid(e){this.pageID=e;const t=await _gct.api.apaas.pageDesignerLog.getInfo({id:e}),{runtimeJson:n,name:r}=t||{};if(!n)return Promise.reject();_t.value.pageName=r;const o=JSON.parse(n);return await this.initGlobalS(o),_t.value.pageConfig=o.pageConfig||{},_t.value.pageStyle=o.pageStyle||{},{res:t,data:o,name:r}}static usePageHooks(t,n,r,o){const i=J(!1);return U(async()=>{await V();const e=null==n?void 0:n.pageBeforeMount;if((null==e?void 0:e.name)&&await t.runExportByName(e.name,e.extraParams),o&&await o(t),i.value=!0,null==r?void 0:r.pageMounted)for(const t of this.globalHookCaches.pageMounted)await t();const{extraParams:s,name:a}=(null==n?void 0:n.pageMounted)||{};a&&t.runAsyncExportByName(a,s)}),B(async()=>{_t.value={};const{extraParams:e,name:o}=(null==n?void 0:n.pageDestroyed)||{};if(o&&t.runExportByName(o,e),null==r?void 0:r.pageDestroyed)for(const t of this.globalHookCaches.pageDestroyed)await t()}),F(async()=>{if(e.setContextByKey(t.context),null==r?void 0:r.pageActivated)for(const e of this.globalHookCaches.pageActivated)await e();const{extraParams:o,name:i}=(null==n?void 0:n.pageActivated)||{};i&&t.runAsyncExportByName(i,o)}),{pageload:i}}};ke(Yt,"modalsCache",{}),ke(Yt,"pageID",""),ke(Yt,"permissions",{}),ke(Yt,"ContextCache",{}),ke(Yt,"startRuning",!1),ke(Yt,"globalHookCaches",{pageMounted:[],pageActivated:[],pageDestroyed:[]});var $t=Yt.getPremission.bind(Yt),jt=/* @__PURE__ */xe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_utc=r()}(e,function(){var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,o,i){var s=o.prototype;i.utc=function(e){return new o({date:e,utc:!0,args:arguments})},s.utc=function(t){var n=i(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},s.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var a=s.parse;s.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),a.call(this,e)};var u=s.init;s.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else u.call(this)};var c=s.utcOffset;s.utcOffset=function(r,o){var i=this.$utils().u;if(i(r))return this.$u?0:i(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var o=(""+r[0]).match(n)||["-",0,0],i=o[0],s=60*+o[1]+ +o[2];return 0===s?0:"+"===i?s:-s}(r),null===r))return this;var s=Math.abs(r)<=16?60*r:r;if(0===s)return this.utc(o);var a=this.clone();if(o)return a.$offset=s,a.$u=!1,a;var u=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(a=this.local().add(s+u,e)).$offset=s,a.$x.$localOffset=u,a};var l=s.format;s.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return l.call(this,t)},s.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},s.isUTC=function(){return!!this.$u},s.toISOString=function(){return this.toDate().toISOString()},s.toString=function(){return this.toDate().toUTCString()};var d=s.toDate;s.toDate=function(e){return"s"===e&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():d.call(this)};var f=s.diff;s.diff=function(e,t,n){if(e&&this.$u===e.$u)return f.call(this,e,t,n);var r=this.local(),o=i(e).local();return f.call(r,o,t,n)}}})}),Ht=/* @__PURE__ */xe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_timezone=r()}(e,function(){var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,r,o){var i,s=function(e,n,r){void 0===r&&(r={});var o=new Date(e);return function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",o=e+"|"+r,i=t[o];return i||(i=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),t[o]=i),i}(n,r).formatToParts(o)},a=function(t,n){for(var r=s(t,n),i=[],a=0;a<r.length;a+=1){var u=r[a],c=u.type,l=u.value,d=e[c];d>=0&&(i[d]=parseInt(l,10))}var f=i[3],p=24===f?0:f,h=i[0]+"-"+i[1]+"-"+i[2]+" "+p+":"+i[4]+":"+i[5]+":000",g=+t;return(o.utc(h).valueOf()-(g-=g%1e3))/6e4},u=r.prototype;u.tz=function(e,t){void 0===e&&(e=i);var n,r=this.utcOffset(),s=this.toDate(),a=s.toLocaleString("en-US",{timeZone:e}),u=Math.round((s-new Date(a))/1e3/60),c=15*-Math.round(s.getTimezoneOffset()/15)-u;if(Number(c)){if(n=o(a,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(c,!0),t){var l=n.utcOffset();n=n.add(r-l,"minute")}}else n=this.utcOffset(0,t);return n.$x.$timezone=e,n},u.offsetName=function(e){var t=this.$x.$timezone||o.tz.guess(),n=s(this.valueOf(),t,{timeZoneName:e}).find(function(e){return"timezonename"===e.type.toLowerCase()});return n&&n.value};var c=u.startOf;u.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=o(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return c.call(n,e,t).tz(this.$x.$timezone,!0)},o.tz=function(e,t,n){var r=n&&t,s=n||t||i,u=a(+o(),s);if("string"!=typeof e)return o(e).tz(s);var c=function(e,t,n){var r=e-60*t*1e3,o=a(r,n);if(t===o)return[r,t];var i=a(r-=60*(o-t)*1e3,n);return o===i?[r,o]:[e-60*Math.min(o,i)*1e3,Math.max(o,i)]}(o.utc(e,r).valueOf(),u,s),l=c[0],d=c[1],f=o(l).utcOffset(d);return f.$x.$timezone=s,f},o.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},o.tz.setDefault=function(e){i=e}}})}),Vt=/* @__PURE__ */xe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_quarterOfYear=r()}(e,function(){var e="month",t="quarter";return function(n,r){var o=r.prototype;o.quarter=function(e){return this.$utils().u(e)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(e-1))};var i=o.add;o.add=function(n,r){return n=Number(n),this.$utils().p(r)===t?this.add(3*n,e):i.bind(this)(n,r)};var s=o.startOf;o.startOf=function(n,r){var o=this.$utils(),i=!!o.u(r)||r;if(o.p(n)===t){var a=this.quarter()-1;return i?this.month(3*a).startOf(e).startOf("day"):this.month(3*a+2).endOf(e).endOf("day")}return s.bind(this)(n,r)}}})}),Ft=/* @__PURE__ */xe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=function(e,t){t.prototype.toArray=function(){return[this.$y,this.$M,this.$D,this.$H,this.$m,this.$s,this.$ms]}}:"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_toArray=function(e,t){t.prototype.toArray=function(){return[this.$y,this.$M,this.$D,this.$H,this.$m,this.$s,this.$ms]}}}(e,function(){return function(e,t){t.prototype.toArray=function(){return[this.$y,this.$M,this.$D,this.$H,this.$m,this.$s,this.$ms]}}})}),Bt=/* @__PURE__ */xe((e,t)=>{!function(n,r){"object"==typeof e&&void 0!==t?t.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).dayjs_plugin_isoWeek=r()}(e,function(){var e="day";return function(t,n,r){var o=function(t){return t.add(4-t.isoWeekday(),e)},i=n.prototype;i.isoWeekYear=function(){return o(this).year()},i.isoWeek=function(t){if(!this.$utils().u(t))return this.add(7*(t-this.isoWeek()),e);var n,i,s,a=o(this),u=(n=this.isoWeekYear(),s=4-(i=(this.$u?r.utc:r)().year(n).startOf("year")).isoWeekday(),i.isoWeekday()>4&&(s+=7),i.add(s,e));return a.diff(u,"week")+1},i.isoWeekday=function(e){return this.$utils().u(e)?this.day()||7:this.day(this.day()%7?e:e-7)};var s=i.startOf;i.startOf=function(e,t){var n=this.$utils(),r=!!n.u(t)||t;return"isoweek"===n.p(e)?r?this.date(this.date()-(this.isoWeekday()-1)).startOf("day"):this.date(this.date()-1-(this.isoWeekday()-1)+7).endOf("day"):s.bind(this)(e,t)}}})}),Ut=/* @__PURE__ */Re({ABS:()=>Yn,ADD:()=>In,AND:()=>Zt,AVERAGE:()=>kn,CONCAT:()=>cn,COUNT:()=>gr,DATE2TIMESTAMP:()=>Wn,DATEFORMAT:()=>Kn,DAY:()=>Qn,DIVISION:()=>Cn,EQ:()=>tn,FINDSTR:()=>bn,FIXED:()=>Mn,GE:()=>sn,GET:()=>Fn,GT:()=>an,HEADPUSH:()=>Ln,HOUR:()=>Zn,IF:()=>zt,ISDATERANGE:()=>cr,ISEMPTY:()=>Jt,ISNULL:()=>Xt,ISTIMERANGE:()=>lr,ISUNDEFINED:()=>Qt,LARGE:()=>Pn,LASTMONTHRANGE:()=>or,LASTQUARTER:()=>ur,LASTWEEKRANGE:()=>nr,LASTYEARRANGE:()=>sr,LE:()=>rn,LEN:()=>un,LOWER:()=>pn,LT:()=>on,LTRIM:()=>gn,MAX:()=>Rn,MIN:()=>An,MINUTE:()=>er,MOD:()=>$n,MONTH:()=>Xn,MONTHRANGE:()=>rr,MULTIPLICATION:()=>Tn,NE:()=>nn,NOW:()=>qn,OR:()=>en,PARSENUMBER:()=>On,POWER:()=>Hn,PUSH:()=>Un,PUT:()=>Bn,QUARTER:()=>ar,REDUCE:()=>Sn,REPEAT:()=>mn,REPLACE:()=>vn,ROUND:()=>Nn,ROUNDUP:()=>xn,RTRIM:()=>yn,SEARCHSTR:()=>wn,SEQMAP:()=>pr,SMALL:()=>_n,SPLIT:()=>Dn,SQRT:()=>Vn,STDEV:()=>yr,SUBSTR:()=>dn,SUBSTRING:()=>ln,SUM:()=>En,SUMSQ:()=>hr,TIMESTAMP2DATE:()=>Gn,TODAY:()=>zn,TRIM:()=>hn,TUPLE:()=>fr,UPPER:()=>fn,WEEKRANGE:()=>tr,YEAR:()=>Jn,YEARRANGE:()=>ir}),Lt=/* @__PURE__ */Ae(jt(),1),Gt=/* @__PURE__ */Ae(Ht(),1),Wt=/* @__PURE__ */Ae(Vt(),1),Kt=/* @__PURE__ */Ae(Ft(),1),qt=/* @__PURE__ */Ae(Bt(),1);function zt(e,t,n){return e?t:n}function Jt(e){return null==e||""===e||0===e}function Xt(e){return ye(e)}function Qt(e){return me(e)}function Zt(...e){return(()=>{for(const t of e)if(!t)return!1;return!0})()}function en(...e){return e.some(e=>e)}function tn(e,t){return ge(e,t)}function nn(e,t){return e!==t}function rn(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e<=t}function on(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e<t}function sn(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e>=t}function an(e,t){return("number"==typeof e&&"number"==typeof t||"string"==typeof e&&"string"==typeof t||e instanceof Date&&t instanceof Date)&&e>t}function un(e){return(null==e?void 0:e.length)||0}function cn(...e){return e.join("")}function ln(e="",t,n){return(()=>{const r=(t<0?[...e].reverse().join(""):e).slice(Math.abs(t+Number(t<0)),Math.abs(n)+Number(t>=0));return t<0?[...r].reverse().join(""):r})()}function dn(e="",t,n){return(()=>{const r=(t<0?[...e].reverse().join(""):e).slice(Math.abs(t+Number(t<0)),Math.abs(t+Number(t<0))+Math.abs(n));return t<0?[...r].reverse().join(""):r})()}function fn(e=""){return e.toUpperCase()}function pn(e=""){return e.toLowerCase()}function hn(e=""){return e.trim()}function gn(e=""){return e.replace(/^\s\s*/,"")}function yn(e=""){return e.replace(/\s\s*$/,"")}function mn(e="",t=""){return(null===(n=e.match(new RegExp(t,"g")))||void 0===n?void 0:n.length)||null;var n}function vn(e="",t="",n=""){return e.replace(new RegExp(t,"g"),n)}function bn(e="",t=""){return e.includes(t)}function wn(e="",t=""){return(null===(n=e.match(new RegExp(t,"g")))||void 0===n?void 0:n.length)||0;var n}function On(e=""){return(()=>{const t=parseFloat(e);return isNaN(t)?null:t})()}function Dn(e="",t=""){return e.split(t)}function En(...e){const t=e.flat().filter(e=>""!==e&&null!=e);return t.length?t.reduce(mr,0):""}function In(...e){return e.flat().reduce(mr,0)}function Sn(e,...t){return t.reduce(vr,e)}function Tn(e,...t){const n=t.flat().filter(e=>""!==e&&null!=e);return n.length?n.reduce(br,e):""}function Cn(e,...t){return t.reduce(wr,e)}function Mn(e,t){return(()=>{if(t<0)throw new Error("Decimal places should be non-negative.");const[n,r=""]=e.toString().split(".");if(0==t)return n;let o=r.split("");if(o.length>t)o=o.slice(0,t);else{const e=o.length;for(let n=0;n<t-e;n++)o.push("0")}return`${n}.${o.join("")}`})()}function Nn(e,t){return(()=>{if(null===e||""===e||void 0===e)return"";if(t<0)throw new Error("Decimal places should be non-negative.");const n=Math.trunc(t),r=Number(e);if(isNaN(r))return"";const o=r>0?(+(Math.round(Number(r+`e${n}`))+`e-${n}`)).toFixed(n):-(+(Math.round(Number(-r+`e${n}`))+`e-${n}`)).toFixed(n);return parseFloat(o+"")})()}function xn(e,t){if(null===e||""===e||void 0===e)return"";if(t<0)throw new Error("Decimal places should be non-negative.");return t=t?parseInt(t+""):0,new ce(e).decimalPlaces(t,ce.ROUND_UP).toNumber()}function Rn(...e){const t=e.flat().filter(e=>""!==e&&null!=e);return t.length?Math.max.apply(null,t):""}function Pn(e,t){return(()=>{if(t<1||t>e.length)throw new Error("Invalid value of n. It should be between 1 and the array length.");return e.sort((e,t)=>t-e)[t-1]})()}function An(...e){const t=e.flat().filter(e=>""!==e&&null!=e);return t.length?Math.min.apply(null,t):""}function _n(e,t){return(()=>{if(t<1||t>e.length)throw new Error("Invalid value of n. It should be between 1 and the array length.");return e.sort((e,t)=>e-t)[t-1]})()}function kn(...e){const t=e.flat().filter(e=>""!==e&&null!=e),n=t.length;if(!n)return"";let r=new ce(0);for(const o of t)r=r.plus(o);return r.dividedBy(n).toNumber()}function Yn(e){return Math.abs.call(null,e)}function $n(e,t){return(()=>{if(0===e)throw new Error("The second value should not be zero.");const n=new ce(e).mod(t).toNumber();return isNaN(n)?"":n})()}function jn(e){if("number"==typeof e)return Number.isFinite(e)?e:null;if("string"==typeof e){const t=e.trim();if(""===t)return null;const n=Number(t);return Number.isFinite(n)?n:null}if("bigint"==typeof e){const t=Number(e);return Number.isFinite(t)?t:null}return null}function Hn(e,t){return(()=>{const n=jn(e),r=jn(t);return null===n||null===r?NaN:Math.abs(r)>1e9?r>0?1/0:0:Math.pow(n,r)})()}function Vn(e){return(()=>{const t=jn(e);return null===t?NaN:Math.sqrt(t)})()}function Fn(e,t){return(()=>{if(Array.isArray(e)){if("number"==typeof t)return e[t];throw new Error("For arrays, the second argument should be a number.")}if("object"==typeof e){if("string"==typeof t)return e[t];throw new Error("For objects, the second argument (b) should be a string.")}throw new Error("Unsupported data type. The first argument (a) should be an array or an object.")})()}function Bn(e,t,n){return(()=>{if(Array.isArray(e)){if(!("number"==typeof t&&t>=0&&t<e.length))throw new Error("For arrays, the second argument (b) should be a number.");e[t]=n}else{if("object"!=typeof e)throw new Error("Unsupported data type. The first argument (a) should be an array or an object.");if("string"!=typeof t||!e)throw new Error("For objects, the second argument (b) should be a string.");e[t]=n}return e})()}function Un(e,t){return(()=>{if(!t)throw new Error("For arrays, the second argument should not be null or undefined");return e.push(t),e})()}function Ln(e,t){return(()=>{if(!t)throw new Error("For arrays, the second argument should not be null or undefined");return e.unshift(t),e})()}function Gn(e){if(e)return(()=>{if(!e)throw new Error("the frist argument should not be null");const t=/* @__PURE__ */new Date(1e3*e);return`${t.getFullYear()}-${String(t.getMonth()+1).padStart(2,"0")}-${String(t.getDate()).padStart(2,"0")} ${String(t.getHours()).padStart(2,"0")}:${String(t.getMinutes()).padStart(2,"0")}:${String(t.getSeconds()).padStart(2,"0")}`})()}function Wn(e){if(e)return C(e).unix()}function Kn(e,t){if(e)return C(e).format(t)}function qn(){return C().format("YYYY-MM-DD HH:MM:ss")}function zn(){return C().format("YYYY-MM-DD")}function Jn(e){return C(e).year()}function Xn(e){return C(e).month()}function Qn(e){return C(e).day()}function Zn(e){return C(e).hour()}function er(e){return C(e).minute()}function tr(){return[dr(C().startOf("week").toDate()),dr(C().endOf("week").toDate())]}function nr(){return[dr(C().subtract(1,"week").startOf("week").toDate()),dr(C().subtract(1,"week").endOf("week").toDate())]}function rr(){return[dr(C().startOf("month").toDate()),dr(C().endOf("month").toDate())]}function or(){return[dr(C().subtract(1,"month").startOf("month").toDate()),dr(C().subtract(1,"month").endOf("month").toDate())]}function ir(){return[dr(C().startOf("year").toDate()),dr(C().endOf("year").toDate())]}function sr(){return[dr(C().subtract(1,"year").startOf("year").toDate()),dr(C().subtract(1,"year").endOf("year").toDate())]}function ar(){return(()=>{const e=Math.floor((C().month()+3)/3);return[dr(C().quarter(e).startOf("quarter").toDate()),dr(C().quarter(e).endOf("quarter").toDate())]})()}function ur(){return(()=>{const e=Math.floor((C().month()+3)/3);return[dr(C().quarter(e-1).startOf("quarter").toDate()),dr(C().quarter(e-1).endOf("quarter").toDate())]})()}function cr(e,t){return(()=>{const[n,r]=t;return e>=n&&e<=r})()}function lr(e,t){return(()=>{const[n,r]=t,o=C(e,"HH:mm");if(n>r){const e=C(n,"HH:mm"),t=C(r,"HH:mm").add(1,"day");return o>=e||o<=t}return o>=C(n,"HH:mm")&&o<=C(r,"HH:mm")})()}function dr(e){return C(e).tz("America/Chicago").format("YYYY-MM-DD HH:mm:ss.SSSSSSSSS ZZ")}function fr(...e){return[...e]}function pr(...e){const t=(e.length-e.length%2)/2,n={};return Array(t).forEach(t=>{const r=e[2*t];n[r]=e[2*t+1]}),n}function hr(...e){return 0===(e=e.flat().filter(e=>""!==e&&null!=e)).length?"":e.map(e=>{const t=br(e,e);return""!==t?t:new ce(0).toNumber()}).reduce((e,t)=>mr(e,t)||ce(0).toNumber(),new ce(0).toNumber())}function gr(e){return Array.isArray(e)?e.length:""}function yr(...e){const t=e.flat().map(e=>Number(e)).filter(e=>Number.isFinite(e));if(t.length<2)return"";const n=t.reduce((e,t)=>e+t,0)/t.length,r=t.reduce((e,t)=>{const r=t-n;return e+r*r},0)/(t.length-1);return Math.sqrt(r)}function mr(e,t){const n=new ce(e).plus(new ce(t)).toNumber();return isNaN(n)?"":n}function vr(e,t){const n=new ce(e).minus(new ce(t)).toNumber();return isNaN(n)?"":n}function br(e,t){const n=new ce(e).multipliedBy(new ce(t)).toNumber();return isNaN(n)?"":n}function wr(e,t){const n=new ce(e).div(new ce(t)).toNumber();return isNaN(n)?"":n}C.extend(Lt.default),C.extend(Gt.default),C.extend(Wt.default),C.extend(Kt.default),C.extend(qt.default),window._METHOD_DEBUG_=Ut;var Or=Ot(function(e,t=!1){const n=we.parse(e);let r=[];return Oe.traverse(n,{enter:function(e){if(e.type===we.Syntax.MemberExpression){const t=Er(e);r.push(t),Object.assign(e,{name:t,type:we.Syntax.Identifier})}else e.type===we.Syntax.Identifier&&r.push(e.name);r=t?r.filter(e=>!w[e]&&"undefined"!==e):r.filter(e=>!(w[e]||"undefined"===e||O.includes(e)||e.startsWith(v)||e.startsWith("undefined.")))}}),[...new Set(r)]}),Dr=Ot(async function(e,t){const n=Or(e,!0),r=n.filter(e=>O.includes(e)).sort(),o=n.filter(e=>e.startsWith(v)).sort(),i=await Sr([...r,...o]),s=we.parse(e);Oe.replace(s,{enter(e){if(e.type===we.Syntax.BinaryExpression){const{operator:t}=e,n=E[t];return n?{type:we.Syntax.CallExpression,arguments:[e.left,e.right],callee:{type:we.Syntax.Identifier,name:n},optional:!1}:e}return e}}),Oe.traverse(s,{enter:function(e){e.type===we.Syntax.CallExpression&&e.callee.type===we.Syntax.Identifier&&(e.callee.name=`await Methods.${e.callee.name}`)}});const a=De.generate(s,{format:{semicolons:!1}}),u={},c=[];i.forEach(e=>{c.push(`const ${e.key} = ${JSON.stringify(e.value)};`)}),Object.keys(t).map(e=>{if(e.includes(".")){const[n="",r]=e.split(".");u[n]||(c.push(`const ${n} = {};`),u[n]=!0),c.push(`${n}.${r} = ${JSON.stringify(t[e])};`)}else c.push(`const ${e} = ${JSON.stringify(t[e])};`)});const l=new Ir("Methods",[...c,"return new Promise(async(resolve)=>{",`const res = ${a};`,"resolve(res);","})"].join("\n")),d=await l(Ut);return console.info("【表达式】",e),console.info("【参数】",t),console.info("【执行语句】",l.toString()),console.info("【执行结果】",d),d});function Er(e){return e.type===we.Syntax.MemberExpression?`${e.object.type===we.Syntax.MemberExpression?Er(e.object):e.object.name}.${e.property.name}`:e.type===we.Syntax.Identifier?e.name:""}var Ir=Object.getPrototypeOf(async function(){}).constructor,Sr=Ot(async function(e){let t=[];return e.length>0&&(t=await _gct.api.apaas.systemVar.getGetVarByKeys({keys:e.join(",")})),t});window.gct_expression={execute:Dr,identify:Or};var Tr={[c.TEXT]:{attrsTransform:[{from:"specificConfig.minValue",to:"minlength"},{from:"specificConfig.maxValue",to:"maxlength"}]},[c.LONG_TEXT]:{attrsTransform:[{from:"specificConfig.minValue",to:"minlength"},{from:"specificConfig.maxValue",to:"maxlength"}]},[c.INTEGER]:{attrsTransform:[{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]},[c.LONG]:{attrsTransform:[{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]},[c.DOUBLE]:{attrsTransform:[{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]},[c.DECIMAL]:{attrsTransform:[{from:"specificConfig.digits",to:"precision"},{from:"specificConfig.minValue",to:"minValue"},{from:"specificConfig.maxValue",to:"maxValue"}]}},Cr=(e,t)=>{const{attrsTransform:n=[]}=Tr[e]??{};return n.reduce((e,n)=>{const r=pe(t,n.from);return e[n.to]=r,e},{})},Mr=class extends y{static async loadRenderPlugin(e,t=[]){try{const n=await this.loadPlugins(e,t);t.forEach(e=>{const t=e.key;n[t]?_gct.register.render.register(t,n[t].default):console.error(`${t} 插件加载失败,请检查插件配置是否正确`)})}catch(n){console.error(n)}}static loadMobilePlugin(e=[]){return this.loadRenderPlugin(g.MOBILE,e)}static loadPadPlugin(e=[]){return this.loadRenderPlugin(g.PAD,e)}static loadWebPlugin(e=[]){return this.loadRenderPlugin(g.WEB,e)}};function Nr(e){const{style:t={}}=e||{},n="ignoringStyle"in e?e.ignoringStyle??[]:[],r=ue(t);return{wrapperStyle:ae(t,n),wStyle:r,labelFont:se(t.labelFont),contentFont:se(t.contentFont)}}var xr=e=>se(e),Rr=class{static async getMap(e,t=!0){if(!e)return Promise.reject();if(!this.responsePromise.has(e)||!t){const t=(async()=>{const t=await _gct.api.apaas.modelMeta.getDetail({modelKey:e});this.modelData.set(e,t);const n=!!(null==t?void 0:t.fieldMetaList)&&t.fieldMetaList.reduce((e,t)=>(t.key&&(e[t.key]=t),e),{});n&&this.FiledData.set(e,n)})();this.responsePromise.set(e,t)}return this.responsePromise.get(e)}static async getConfigByField(e,t,n=!0){return await this.getMap(e,n),this.FiledData.get(e)[t]}static async getConfigByModel(e){return await this.getMap(e),this.modelData.get(e)}static clearCacheMap(e=!1){e&&this.responsePromise.clear(),this.modelData.clear(),this.FiledData.clear()}};async function Pr(e,t=!1){const{modelKey:n,field:r,isCustomField:o,fieldName:i,readonly:s,fieldType:a}=e.props;if(!e.isField&&!t||"table_name_"===r)return{};let u;if(o?u={name:i,type:""}:n&&(u=await Rr.getConfigByField(n,r)),!(o||u&&u.type===a))throw new Error("该字段可能已经被删除");if(!u)return{};const{required:c,specificConfig:l}=u;return e.props.fieldRequired=!!c,c&&!s&&(e.props.required=!0),void 0!==(null==l?void 0:l.digits)&&(e.props.precision=l.digits),u}function Ar(e,t){return(null==e?void 0:e.map(e=>_r(e,t)))||[]}function _r(e={},t={}){var n;const r=de(e);r._X_ROW_KEY=void 0;const o=(null===(n=Object.keys(t??{}))||void 0===n?void 0:n.length)?Object.keys(r).reduce((e,n)=>{const o=t[n],i=r[n];if(o&&i)try{const t=(i+"").split(",").map(e=>o[e]);e[n]={[i+""]:t}}catch{}return e},{}):r._DICT||{};return{...r,_DICT:o,_OPCT:r.__FOREIGN__&&"object"==typeof r.__FOREIGN__?_r(r.__FOREIGN__,t):{}}}function kr(e,t,n){"object"==typeof t&&ve(e,_r(t,n))}function Yr(e,t,n){if("object"!=typeof t)return;for(const o in e)"_OPCT"!==o&&"_NOSUBMIT"!==o&&delete e[o];const r=_r(t,n);r._X_ROW_KEY=t._X_ROW_KEY,ve(e,r)}function $r(e,t={},n={}){const r=de(t.__FOREIGN__||t),o={_DICT:{}};return Object.keys(r).forEach(t=>{const i=`${e}.${t}`,s=n[t],a=r[t];if(s&&a)try{const e=(a+"").split(",").map(e=>s[e]);o._DICT[i]={[a+""]:e}}catch{}o[i]=a}),{...r,_OPCT:o}}function jr(e={},t={}){var n;const r=de(e);return(null===(n=Object.keys(t??{}))||void 0===n?void 0:n.length)?Object.keys(r).reduce((e,n)=>{const o=t[n]||{},i=r[n];try{e[n]=(i+"").split(",").map(e=>o[e]).join(",")}catch{e[n]=i}return e},{}):r}function Hr(e,t,n=!1){var r;if(n||(null==e||null===(r=e.customApi)||void 0===r?void 0:r.value))return t(e);const o="object"==typeof e?Ee.stringify({...e,customApi:null}):e;let i=Vr.get(o);return i||(i=(async()=>{try{return await t(e)}catch(n){throw Vr.delete(o),n}})(),Vr.set(o,i,5e3),i)}ke(Rr,"modelData",/* @__PURE__ */new Map),ke(Rr,"FiledData",/* @__PURE__ */new Map),ke(Rr,"responsePromise",/* @__PURE__ */new Map),ke(Rr,"silent",!1);var Vr=class{static set(e,t,n){this.cachedata[e]={maxAge:n||0,value:t,now:Date.now()}}static get(e){this.reset();const t=this.cachedata[e];return t?t.value:null}static delete(e){return delete this.cachedata[e]}static clear(){this.cachedata={}}static reset(){for(const e in this.cachedata){const t=this.cachedata[e];t&&Date.now()-t.now>t.maxAge&&this.delete(e)}}};async function Fr({ids:e,refOriginField:t,refOriginFieldType:n,model:r,foreignFields:o}){if(!e)return Promise.reject();const i=await async function({refOriginFieldType:e,modelKey:t,foreignFields:n,ids:r}){if(e===c.RDO_REF){const{data:e={},dict:o={}}=await _gct.api.apaas.modelComprehensive.postBizServiceModelCategoryModelKeyBsKey({modelKey:t,bsKey:"rdoGetVersionByRefId",modelCategory:a.ENTITY},{foreignFields:n},{refId:r});return{data:e,dict:o}}{const{data:e={},dict:o={}}=await _gct.api.apaas.modelComprehensive.postBizServiceModelCategoryModelKeyBsKey({modelKey:t,bsKey:"getOne",modelCategory:a.ENTITY},{query:{"id_.eq":r},foreignFields:n},{});return{data:e,dict:o}}}({refOriginFieldType:n,modelKey:r,foreignFields:o,ids:e});return(null==i?void 0:i.data)?$r(t,i.data,i.dict):void 0}ke(Vr,"cachedata",{});var Br=e=>Hr(e,Fr),Ur=[m.CONTAINALL,m.CONTAINANY,m.IN,m.NOTIN];function Lr(e,t,n){const{body:r,exp:o}=function(e){const r={};let o=n||"";return t.forEach(t=>{const n=t.props.fieldSearchKey||t.props.field,i=t.props.ope||[];let s=e[t.id];(null!=s||t.props.useMore)&&i.forEach(e=>{s=function(e,t){return Ur.indexOf(t)>-1&&"string"==typeof e?e.split(","):e}(s,e);const i=`${n}.${e}:${t.id}`,a=`${t.id}.${e}`;r[i]=t.props.useMore?null:s,o=o.replace(a,i)})}),{body:r,exp:o}}(function(e,t){if(!t.length)return e;const n=t.filter(e=>e.props.fieldType===c.RDO_REF);return n.length?(n.forEach(t=>{if(e[t.id]){if(!Array.isArray(e[t.id])){const[n,r]=e[t.id].split(":");return r||n}e[t.id]=e[t.id].map(e=>{if(!e)return;const[t,n]=e.split(":");return n||t})}}),e):e}(e,t));return{query:r,exp:o}}var Gr=/* @__PURE__ */new Map;async function Wr(e,t={}){const{defaultValue:n}=e.props;if(!n)return null;if(Array.isArray(n)){if(!n.includes("CURRENT_ORG"))return null}else if("CURRENT_ORG"!==n)return null;const r=await _api.platform.tenant.getUserInfo();if(r){const t=await _api.apaas.designerCommon.getGetCanBeUsedOrgUser({pageNo:1,pageSize:999999999});if(t){const n=t.data;if(n&&-1!==n.findIndex(e=>e.masterOrgId===r.masterOrgId))return D(e.props.ope)?[r.masterOrgId]:r.masterOrgId}return null}}async function Kr(e,t={}){const{defaultValue:n}=e.props;if(!n)return null;if(Array.isArray(n)){if(!n.includes("CURRENT_USER"))return null}else if("CURRENT_USER"!==n)return null;const r=await _api.platform.user.getInfo();if(r){const t=await _api.apaas.designerCommon.getGetCanBeUsedOrgUser({pageNo:1,pageSize:999999999});if(t){const n=t.data;if(n&&-1!==n.findIndex(e=>e.id===r.userId))return D(e.props.ope)?[r.userId]:r.userId}return null}}async function qr(e,t={}){const{defaultValue:n}=e.props;return n&&0!==n.length?n:null}async function zr(e,t={}){const{defaultValue:n}=e.props;return null==n?null:n}function Jr(e,t,n={}){const{defaultValueType:r,defaultValue:i}=e.props;if(null==r||""==r)return null;const{isRang:s,fieldType:a}=e.props;if(!s){const e=a===c.DATE?"YYYY-MM-DD":"YYYY-MM-DD HH:mm:ss";if(r===o.SystemDate)return C(/* @__PURE__ */new Date).format(e)}if(s){const e=a===c.DATE?"YYYY-MM-DD":"YYYY-MM-DD 00:00:00",t=a===c.DATE?"YYYY-MM-DD":"YYYY-MM-DD 23:59:59",n=null!=i?Number(i):0,u=C();switch(r){case o.SystemDate:return s?[u.format(e),u.format(t)]:u.format(e);case o.PastDays:return[u.subtract(n,"day").format(e),u.subtract(n>0?1:0,"day").format(t)];case o.PastWeeks:return[u.subtract(n,"week").startOf("isoWeek").format(e),u.subtract(n>0?1:0,"week").endOf("isoWeek").format(t)];case o.PastMonths:return[u.subtract(n,"month").startOf("month").format(e),u.subtract(n>0?1:0,"month").endOf("month").format(t)];case o.PastYears:return[u.subtract(n,"year").startOf("year").format(e),u.subtract(n>0?1:0,"year").endOf("year").format(t)];case o.Yesterday:{const n=u.subtract(1,"day");return[n.format(e),n.format(t)]}case o.Past7Days:return[u.subtract(6,"day").format(e),u.format(t)];case o.Past30Days:return[u.subtract(29,"day").format(e),u.format(t)];case o.ThisWeek:return[u.startOf("isoWeek").format(e),u.endOf("isoWeek").format(t)];case o.LastWeek:{const n=u.subtract(1,"week");return[n.startOf("isoWeek").format(e),n.endOf("isoWeek").format(t)]}case o.ThisMonth:return[u.startOf("month").format(e),u.endOf("month").format(t)];case o.LastMonth:{const n=u.subtract(1,"month");return[n.startOf("month").format(e),n.endOf("month").format(t)]}case o.ThisYear:return[u.startOf("year").format(e),u.endOf("year").format(t)];case o.LastYear:{const n=u.subtract(1,"year");return[n.startOf("year").format(e),n.endOf("year").format(t)]}default:return null}}return null}Gr.set(c.ORG,Wr),Gr.set(c.ORG_MULTI,Wr),Gr.set(c.USER,Kr),Gr.set(c.USER_MULTI,Kr),Gr.set(c.ENUM,qr),Gr.set(c.ENUM_MULTI,qr),Gr.set(c.INTEGER,zr),Gr.set(c.LONG,zr),Gr.set(c.DOUBLE,zr),Gr.set(c.DECIMAL,zr),Gr.set(c.TEXT,async function(e,t={}){const{defaultValue:n}=e.props;return n||null}),Gr.set(c.LONG_TEXT,zr),Gr.set(c.BOOLEAN,async function(e,t={}){const{defaultValue:n}=e.props;return null==n||""===n?null:n}),Gr.set(c.DATE,async function(e,t={}){return Jr(e)}),Gr.set(c.DATE_TIME,async function(e,t={}){return Jr(e)}),Gr.set(c.PRINTER,async function(e,t={}){const{defaultValue:n}=e.props;return n&&0!==n.length?n:null});function Xr(e,t=[]){return"ignoreCase"==(null==t?void 0:t[0])?null==e?void 0:e.replace(/\./g,".i"):e}function Qr(e,t=[]){return"ignoreCase"==(null==t?void 0:t[0])?null==e?void 0:e.map(e=>{const t=e.split(".");return`${t[0]}.i${t[1]}`}):e}var Zr=({searchField:e,keyword:t})=>t&&(null==e?void 0:e.reduce((e,n)=>(e[n.split(".").length>1?n:n+".like"]=t,e),{}))||{},eo=e=>{let t={},n="";if(he(e))t={...e.reduce((e,t)=>(e[t.key+"."+t.ope]=t.value,e),{})};else try{const o=JSON.parse(null==e?void 0:e.dataRule);n=null==o?void 0:o.exp;const i=(null==o?void 0:o.typeMap)||{},s=(null==o?void 0:o.query)||{};for(const e in s)if("VAR"===i[e]){var r;t[e]=null===(r=Rt.value)||void 0===r||null===(r=r[s[e]])||void 0===r?void 0:r.value}else t[e]=s[e]}catch(o){console.log(o)}return{query:t,getExp:function(...e){const t=[n,...e].filter(e=>e),r=t.join(",");return t.length>1?`AND(${r})`:r}}},to=({collation:e,collationSort:t,collationField:n})=>e?e.filter(e=>e.collationField).map(e=>({sortField:e.collationField,sortType:e.collationSort})):t?[{sortField:n,sortType:t}]:[],no=Object.prototype.toString;function ro(e,t){return no.call(e)===`[object ${t}]`}function oo(e){return void 0!==e}function io(e){return!oo(e)}function so(e){return null!==e&&ro(e,"Object")}function ao(e){return bo(e)||go(e)?0===e.length:e instanceof Map||e instanceof Set?0===e.size:!!so(e)&&0===Object.keys(e).length}function uo(e){return ro(e,"Date")}function co(e){return null===e}function lo(e){return io(e)&&co(e)}function fo(e){return io(e)||co(e)}function po(e){return ro(e,"Number")}function ho(e){return ro(e,"Promise")&&so(e)&&yo(e.then)&&yo(e.then)}function go(e){return ro(e,"String")}function yo(e){return"function"==typeof e}function mo(e){return ro(e,"Boolean")}function vo(e){return ro(e,"RegExp")}function bo(e){return!!e&&Array.isArray(e)}function wo(e){return"undefined"!=typeof window&&ro(e,"Window")}function Oo(e){return so(e)&&!!e.tagName}function Do(e){return ro(e,"Map")}function Eo(e){return/^http(s)?:\/\/([\w-]+\.)+[\w-]+(\/[\w- ./?%&=]*)?/.test(e)}function Io(e){return void 0===e||!e&&0!==e&&"0"!==e||!/[^\s]/.test(e+"")}function So(e,t){const n=[],r=e.props.fieldType,o=x(()=>e.props.readonly&&r&&!n.includes(r)&&(void 0===t.value||""===t.value||null===t.value));return{RenderEmptyValue:/* @__PURE__ */k((e,t)=>()=>_gct.store.getEmptyDisplay),isEmpty:o}}var To=(e,t)=>["post","put"].includes(t)?(t,n={},r={},o={})=>e({modelKey:t.key,bsKey:t.action,modelCategory:t.modelCategory??a.ENTITY},r,n,o):(t,n={},r={})=>e({modelKey:t.key,bsKey:t.action,modelCategory:t.modelCategory??a.ENTITY},n,r),Co={post:To(_gct.api.apaas.modelComprehensive.postBizServiceModelCategoryModelKeyBsKey,"post"),get:To(_gct.api.apaas.modelComprehensive.getBizServiceModelCategoryModelKeyBsKey,"get"),put:To(_gct.api.apaas.modelComprehensive.putBizServiceModelCategoryModelKeyBsKey,"put"),delete:To(_gct.api.apaas.modelComprehensive.deleteBizServiceModelCategoryModelKeyBsKey,"delete")};async function Mo(e,n,...r){return Co[t[e.action]](e,n,...r)}async function No(e,t,{body:n={},query:r={}}={},o={}){return await _gct.api.apaas.modelComprehensive.postBizServiceGeneralModelCategoryModelKeyBsKey({bsKey:t,modelKey:e,modelCategory:a.ENTITY},r,n,o)}var xo=class e{constructor(){if(ke(this,"mask",void 0),ke(this,"container",void 0),ke(this,"spinner",void 0),e.instance)return e.instance;e.instance=this,this.createLoadingElement(),this.initStyle()}createLoadingElement(){this.mask=document.createElement("div"),this.mask.id="gct-global-loading-mask",this.container=document.createElement("div"),this.container.id="gct-global-loading-container",this.spinner=document.createElement("div"),this.spinner.id="gct-global-loading-spinner",this.container.appendChild(this.spinner),this.mask.appendChild(this.container),document.body.appendChild(this.mask)}initStyle(){Object.assign(this.mask.style,{position:"fixed",top:0,left:0,width:"100vw",height:"100vh",backgroundColor:"rgba(255, 255, 255, 0.5)",zIndex:9999,display:"none",justifyContent:"center",alignItems:"center"}),Object.assign(this.container.style,{display:"flex",flexDirection:"column",alignItems:"center",width:"43px",height:"43px",backgroundColor:"transparent",boxShadow:"0 2px 12px rgba(0, 0, 0, 0.15)"}),Object.assign(this.spinner.style,{display:"grid",width:"43px",height:"43px",gridTemplateColumns:"repeat(2, 1fr)",gridTemplateRows:"repeat(2, 1fr)",gap:"3px"});const e=getComputedStyle(document.documentElement).getPropertyValue("--gct-color-primary").trim();[{id:"gct-global-loading-item_1",delay:"0s"},{id:"gct-global-loading-item_2",delay:"0.25s"},{id:"gct-global-loading-item_3",delay:"0.75s"},{id:"gct-global-loading-item_4",delay:"0.5s"}].forEach(t=>{const n=document.createElement("div");n.id=t.id,Object.assign(n.style,{backgroundColor:e,opacity:.2,animation:"globalLoading 1s infinite",animationDelay:t.delay}),this.spinner.appendChild(n)});const t=document.createElement("style");t.textContent="\n @keyframes globalLoading {\n 0% {\n opacity: 1;\n }\n 100% {\n opacity: 0.2;\n }\n }",document.head.appendChild(t)}show(){this.mask.style.display="flex",document.body.style.overflow="hidden"}hide(){this.mask.style.display="none",document.body.style.overflow=""}};ke(xo,"instance",void 0);var Ro=new xo,Po=class{constructor({taskId:e,processInstanceId:t,examineAndApproveState:n=u.MY_CUSTOM,refFormId:r}){ke(this,"isHandle",!1),ke(this,"buttonConfig",{}),ke(this,"fieldConfig",{}),ke(this,"processId",""),ke(this,"dataId",""),ke(this,"taskId",void 0),ke(this,"processInstanceId",void 0),ke(this,"refFormId",void 0),ke(this,"examineAndApproveState",u.MY_CUSTOM),ke(this,"fieldStatus",""),ke(this,"viewPageKey",void 0),ke(this,"isviewPage",void 0),ke(this,"isAPPviewPage",void 0),ke(this,"nonRelatedPerson",!1),this.taskId=e,this.processInstanceId=t,this.examineAndApproveState=n,this.refFormId=r}async readyProcess(){const{taskId:e,processInstanceId:t}=this;if(this.examineAndApproveState===u.MY_AGENT){await this.getDataInfo();const{node:t,processDefId:r,webViewPageKey:o,mobileViewPageKey:i}=await _gct.api.apaas.pmProcessEngine.getTaskExtension({taskId:e});this.transformByNode(t),this.processId=r;for(const e in this.buttonConfig)e===n.Withdraw&&(this.buttonConfig[e].show=!1);this.viewPageKey=(null==t?void 0:t.webViewPageKey)||o,this.isAPPviewPage=!!(null==t?void 0:t.mobileViewPageKey)||!!i}if(this.examineAndApproveState===u.MY_APPLICATION){await this.getDataInfo();const{node:e,processDefId:r,withdrawOp:o}=await _gct.api.apaas.pmProcessEngine.getInitialTaskExtension({processInstanceId:t})||{};this.transformByNode(e),this.processId=r;for(const t in this.buttonConfig)t===n.End&&(this.buttonConfig[t].show=!1),t===n.Withdraw&&(this.buttonConfig[t].show=!!o),t===n.Resubmit&&(this.buttonConfig[t].show=!1)}if(this.examineAndApproveState===u.MY_DONE){await this.getDataInfo();const{node:t,processDefId:n}=await _gct.api.apaas.pmProcessEngine.getHiTaskExtension({taskId:e});this.transformByNode(t),this.processId=n}if(this.examineAndApproveState===u.MY_CUSTOM){await this.getDataInfo();const{node:e,processDefId:n,btnList:r,webViewPageKey:o,taskId:i,initiatorNode:s}=await _gct.api.apaas.pmProcessEngine.getProcInstExtension({procInstId:t}),a=r||[];this.withdrawByNode(s),this.transformByNode(e),this.processId=n;for(const t in this.buttonConfig){const e=t;this.buttonConfig[e].show&&(this.buttonConfig[e].show=a.includes(t))}if(!e)return void(this.nonRelatedPerson=!0);!a.length||"__initiator__"===(null==e?void 0:e.key)&&!i?this.isviewPage=!0:this.viewPageKey=(null==e?void 0:e.webViewPageKey)||o}if(this.examineAndApproveState===u.MY_CUSTOM_Modal){await this.getDataInfo();const{node:e,btnList:n,taskId:r,processDefId:o,initiatorNode:i}=await _gct.api.apaas.pmProcessEngine.getProcInstExtension({procInstId:t}),s=n||[];this.withdrawByNode(i),this.transformByNode(e),this.processId=o;for(const t in this.buttonConfig){const e=t;this.buttonConfig[e].show&&(this.buttonConfig[e].show=s.includes(t))}if(!e)return void(this.nonRelatedPerson=!0);s.length&&("__initiator__"!==(null==e?void 0:e.key)||r)||(this.isviewPage=!0)}}withdrawByNode(e){if(!e)return;const{buttonConfig:t}=e;JSON.parse(t+"").forEach(e=>{const t=I(`sys.process.paasBpmnButtonEvent.${e.type}`);this.buttonConfig[e.type]={showModel:!1,title:I("sys.process.element.approval")+t,success:t+I("sys.success")+"!",show:e.enable,alias:e.alias,signature:!!e.signature,opinion:{},user:{}}})}transformByNode(e){if(e)try{const{opinionConfig:t,buttonConfig:r,fieldConfig:o}=e,i=JSON.parse(r||"[]"),s=JSON.parse(t||'{"enabled":false,"opinionType":[]}');i.forEach(e=>{const t=I(`sys.process.paasBpmnButtonEvent.${e.type}`);var r,o;this.buttonConfig[e.type]={showModel:![n.Resubmit,n.Withdraw,n.End].includes(e.type),title:I("sys.process.element.approval")+t,success:t+I("sys.success")+"!",show:e.enable,alias:e.alias,signature:!!e.signature,opinion:{show:s.enabled,required:(r=s.opinionType,o=e.type,!!r.includes(h.Required)||!r.includes(h.Optional)&&(r.includes(h.ApproveRequired)||r.includes(h.ApproveRequired)?o===n.Approve:r.includes(h.CountersignRequired)?o===n.Countersign:r.includes(h.ReassignRequired)?o===n.Reassign:r.includes(h.RejectRequired)?o===n.Reject:r.includes(h.RefuseRequired)?o===n.Refuse:void 0))},user:{show:[n.Reassign,n.Countersign].includes(e.type),multiple:n.Countersign===e.type,label:I(`sys.process.user.${e.type}`)}}}),this.fieldConfig=JSON.parse(o+"")}catch(t){console.error("流程信息解析失败",t)}}async getDataInfo(){const{dataId:e}=await _gct.api.apaas.pmProcessEngine.getModel({processInstanceId:this.processInstanceId});this.dataId=e}filterButton(e){return this.nonRelatedPerson||this.examineAndApproveState===u.MY_DONE?[]:e.filter(e=>{if(e.type===d.ProcessApproveButton){const t=this.buttonConfig[e.props.action],n=!!(null==t?void 0:t.show);return n&&(e.props.title=t.alias),n}return!0})}useFieldWidget(e){if(this.nonRelatedPerson)return;const t=e.props.field,{fieldConfig:n,examineAndApproveState:r}=this;if(n&&n[t]){const{permission:r}=n[t];switch(r){case Ao.disabled:e.props.disabled=!0,e.props.readonly=!1;break;case Ao.editable:e.props.disabled=!1,e.props.readonly=!1;break;case Ao.readonly:e.props.readonly=!0}}else e.props.readonly=!0;e.props.disabled||![u.MY_APPLICATION,u.MY_DONE].includes(r)&&!this.isviewPage||(e.props.readonly=!0)}useFieldToShow(e){const t=e.props.field,{fieldConfig:n}=this;if(n&&n[t]){const{permission:r}=n[t];r===Ao.hidden&&(e.props.hidden=!0)}}};var Ao=/* @__PURE__ */function(e){return e.hidden="hidden",e.readonly="readonly",e.disabled="disabled",e.editable="editable",e}({});function _o(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function ko(e,t,n){_o(e,t),t.set(e,n)}function Yo(e,t,n){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:n;throw new TypeError("Private element is not present on this object")}function $o(e,t,n){return e.set(Yo(e,t),n),n}function jo(e,t){return e.get(Yo(e,t))}var Ho=/* @__PURE__ */new WeakMap,Vo=/* @__PURE__ */new WeakMap,Fo=/* @__PURE__ */new WeakSet,Bo=class{constructor({js:e,css:t,pageKey:n,ContextVm:r}){var o;_o(this,o=Fo),o.add(this),ke(this,"context",void 0),ke(this,"searchVNodes",void 0),ke(this,"cssData",void 0),ke(this,"pageKey",void 0),ke(this,"exports",void 0),ko(this,Ho,void 0),ko(this,Vo,void 0),ke(this,"ProcessAppRoved",void 0),ke(this,"pageLayoutMode",void 0),this.cssData=Yo(Fo,this,Uo).call(this,t),this.searchVNodes={},this.exports={},$o(Vo,this,{}),$o(Ho,this,{}),this.context=new r({$ref:this.getComponent.bind(this),$asyncRef:this.getSyncComponent.bind(this)}),Yo(Fo,this,Lo).call(this,e),Yt.setContextByKey(this.context,n),this.pageKey=n}async runProcessBySaskId({taskId:e,processInstanceId:t,examineAndApproveState:n,refFormId:r}){this.ProcessAppRoved=new Po({taskId:e,processInstanceId:t,examineAndApproveState:n,refFormId:r}),await this.ProcessAppRoved.readyProcess()}runContext(e,t){this.context.gctWidgets[e]=t}async runEventByName(e,t={},...n){const r=t[e];let o;if(r){if(Array.isArray(r))o=await async function(e,t,n){const r=e.map(zo.bind(t,n));await Promise.all(r)}(r,this.context,n);else{const e=this.exports[r.name];if(!e)throw`函数${r.name}不存在`;o=await e(...n,Z(r.extraParams))}return o}}async runExportByName(e,...t){try{const n=this.exports[e];if(!n)throw`函数${e}不存在`;return n(...t)}catch(n){console.error(n)}}async runAsyncExportByName(e,...t){try{const n=this.exports[e];if(!n)throw`函数${e}不存在`;return await this.getReadyByFun(n),n(...t)}catch(n){console.error(n)}}initNode(e,t){e&&(jo(Vo,this)[e]=t,Yo(Fo,this,Wo).call(this,e,t))}destroyNode(e){delete jo(Vo,this)[e],delete jo(Ho,this)[e]}initSearchs(e,t,n){if(e)if(this.searchVNodes[e]){const r=this.searchVNodes[e].find(e=>e.comId===n);r?r.callback=t:this.searchVNodes[e].push({callback:t,comId:n})}else this.searchVNodes[e]=[{callback:t,comId:n}]}cancelInitSearchs(e,t){e&&this.searchVNodes[e]&&(this.searchVNodes[e]=this.searchVNodes[e].filter(e=>e.comId!==t),0===this.searchVNodes[e].length&&delete this.searchVNodes[e])}runTableBySearch(e,t){(this.searchVNodes[e]||[]).forEach(({callback:e})=>e(t))}getComponent(e){const t=jo(Vo,this)[e];if(t)return new qo(e,t);console.error(e+"组件不存在或者未初始化")}getSyncComponent(e){if(!e)return Promise.reject("标识不能为空");const t=jo(Vo,this)[e];return t?Promise.resolve(new qo(e,t)):new Promise((t,n)=>{const r=setTimeout(()=>{n(e+"不存在或者被隐藏")},3e4);Yo(Fo,this,Go).call(this,e,n=>{clearTimeout(r),t(new qo(e,n))})})}async getReadyByFun(e){var t;if("function"!=typeof e)return Promise.reject("参数必须是函数");const n=(null===(t=String(e).match(/\$ref\((["'A-Za-z0-9_-]+)\)/g))||void 0===t?void 0:t.map(e=>{var t;const n=null===(t=e.match(/\$ref\(['|"]([A-Za-z0-9_-]+)['|"]\)/))||void 0===t?void 0:t[1];return this.getSyncComponent(n)}))||[];await Promise.all(n)}async processHandle(e,{opinion:t,reassignId:n,signature:r,countersignUserIds:o,button:i}){const{taskId:s,processInstanceId:a}=this.ProcessAppRoved,u={procInstId:a,data:e,opinion:t,button:i,countersignUserIds:o,taskId:s,signature:r,reassignId:n};await _gct.api.apaas.pmProcessEngine.postProcExecute(u)}async checkedProcess(e){const{processId:t}=this.ProcessAppRoved||{};return t?e!==t?Promise.reject(I("sys.process.processInstanceMismatch")):void 0:Promise.reject(I("sys.process.pleaseInitiateTheProcessFirst"))}};function Uo(e,t={}){if(!e)return;const{css:n,load:r,unload:o}=function(e,t={}){const n=Q(!1),{document:r=ft,immediate:o=!0,manual:i=!1,id:s="vueuse_styletag_"+ ++Dt}=t,a=Q(e);let u=()=>{};const c=()=>{if(!r)return;const e=r.getElementById(s)||r.createElement("style");e.isConnected||(e.id=s,t.nonce&&(e.nonce=t.nonce),t.media&&(e.media=t.media),r.head.appendChild(e)),n.value||(u=oe(a,t=>{e.textContent=t},{immediate:!0}),n.value=!0)},l=()=>{r&&n.value&&(u(),r.head.removeChild(r.getElementById(s)),n.value=!1)};var d;return o&&!i&&ct(c),i||(d=l,$()&&L(d,void 0)),{id:s,css:a,unload:l,load:c,isLoaded:z(n)}}(e,t);return{css:n,load:r,unload:o}}function Lo(e){if(e)try{new Function("exports","CTX",e)(this.exports,this.context)}catch(t){console.error(t,"createFunction")}}function Go(e,t){const n=jo(Vo,this)[e];n?t(e,n):jo(Ho,this)[e]?jo(Ho,this)[e].push(t):jo(Ho,this)[e]=[t]}function Wo(e,t){jo(Ho,this)[e]&&jo(Ho,this)[e].forEach(e=>{e(t)})}var Ko=class{constructor({$ref:e,$asyncRef:t}){ke(this,"$ref",void 0),ke(this,"$asyncRef",void 0),ke(this,"$getModal",void 0),ke(this,"$closeModal",void 0),ke(this,"$customBizService",Co),ke(this,"gctWidgets",{}),ke(this,"$utility",{_:le,cloneDeep:de,differenceBy:fe,dayjs:C,BigNumber:ce,plus:(e,t)=>new ce(e).plus(new ce(t)).toNumber(),minus:(e,t)=>new ce(e).minus(new ce(t)).toNumber(),multipliedBy:(e,t)=>new ce(e).multipliedBy(new ce(t)).toNumber(),div:(e,t)=>new ce(e).div(new ce(t)).toNumber(),transformSourceData:Ar,transformData:_r}),ke(this,"$httpBizService",Mo),ke(this,"$request",No),ke(this,"$loading",Ro),this.$asyncRef=t,this.$ref=e}$getPremission(e){return Yt.getPremission(e)}$setPremission(e,t){Yt.setPremission(e,t)}$getAppGlobalVar(e){return Yt.getGlobalVar(e)}$setAppGlobalVar(e,t){Yt.setGlobalVar(e,t)}$getPageGlobalVar(e){return Yt.getPageGlobalVar(e)}$setPageGlobalVar(e,t){Yt.setPageGlobalVar(e,t)}$getPageVar(e){return Yt.getPageVar(e)}$setPageVar(e,t){Yt.setPageVar(e,t)}$getCtxById(e){return Yt.getContextByKey(e)}$setPropsByKey(e,t){var n;const r=null===(n=this.gctWidgets[e])||void 0===n?void 0:n.props;if(r)for(const o in t)r[o]=t[o]}$getPropsByKey(e,t=[],n){const r=this.gctWidgets[e];if(!r)return{};const o=n||!r.props?r:r.props;return"string"==typeof t&&(t=[t]),t.reduce((e,t)=>(e[t]=o[t],e),{})}},qo=class{constructor(e,t){ke(this,"modelKey",void 0),ke(this,"getValue",void 0),ke(this,"setValue",void 0),ke(this,"submit",void 0),ke(this,"reload",void 0),ke(this,"key",void 0),this.key=e;const n=t.elRef;Object.keys(n).forEach(e=>{this[e]=n[e]})}};async function zo(e,t){const{name:n,refId:r,scopeId:o,modalTitle:i}=t,s=(null==i?void 0:i.split("."))||[];let a;if(s.length>1){var u;const e=[];Jo(e,(null===(u=this.gctWidgets)||void 0===u?void 0:u[s[0]])||{}),a=e.find(e=>e.id===s[1])||{}}else if(s.length){var c;a=null===(c=this.gctWidgets)||void 0===c?void 0:c[s[0]]}var l;n===p.OPEN_MODAL&&await this.$getModal(r).open({title:null==a||null===(l=a.props)||void 0===l?void 0:l.title}),n===p.CLOSE_MODAL&&(r?await this.$getModal(r).close():await this.$closeModal()),n===p.REFRESH_TABLE&&await(await this.$getCtxById(o).$asyncRef(r)).reload(e?e[0]:null)}function Jo(e,t){const n=t.children||[];for(const o of n)if(o.type&&o.type==d.CustomButton)e.push(o);else{var r;(null===(r=o.children)||void 0===r?void 0:r.length)&&Jo(e,o)}}function Xo({expression:e="",rowData:t=null},n){if(!e||"true"===e)return void n(!0);const r=Or(e),o=r.reduce((e,t)=>{const n=t.split(".");return e[t]={formKey:n[0],itemKey:n[1]},e},{}),i=x(()=>r.reduce((e,n)=>{const r=n.split("."),o=r[0]+"",i=r[1];if(i){var s;const n=(t?t[i]:null===(s=Pt.value[o])||void 0===s?void 0:s[i])??"";e[o]?e[o][i]=n:e[o]={[i]:n}}else if(o.startsWith("$VAR_")||o.startsWith("$IVAR_")){var a;e[o]=(null===(a=Rt.value[o])||void 0===a?void 0:a.value)??""}else if(o.startsWith("$PAGERVAR_")||o.startsWith("$IPAGERVAR_")){var u;e[o]=(null===(u=xt.value[o])||void 0===u?void 0:u.value)??""}return e},{}));function s(t){const r={};Object.keys(o).forEach(e=>{var n;const{formKey:i,itemKey:s}=o[e];r[e]=s?null===(n=t[i])||void 0===n?void 0:n[s]:t[i]}),Dr(e,r).then(n)}t&&s(i.value),lt(i,()=>{s(i.value)},{debounce:200,immediate:!t})}async function Qo({expression:e="",rowData:t=null}){if(!e||"true"===e)return!0;const n=Or(e).reduce((e,t)=>{const n=t.split(".");return e[t]={formKey:n[0],itemKey:n[1]},e},{}),r={};return Object.keys(n).forEach(e=>{const{formKey:o,itemKey:i}=n[e];let s="";var a;if(o.startsWith("$VAR_"))s=(null===(a=Rt.value[o])||void 0===a?void 0:a.value)??"";else if(o.startsWith("$PAGERVAR_")){var u;s=(null===(u=xt.value[o])||void 0===u?void 0:u.value)??""}else if(i){var c;s=(t?t[i]:null===(c=Pt.value[o])||void 0===c?void 0:c[i])??""}else s=(t?t[o]:Pt.value[o])??"";r[e]=s}),Dr(e,r)}function Zo(e,t){return $t(t)?e.displayType===s.CONFIG?ee(()=>!e.hidden):function(e){const t=J(!1);return ei(e,e=>{t.value=!!e}),t}(e):J(!1)}function ei({displayRule:e,tableForm:t},n){if(e){const r=Or(e),o=r.reduce((e,t)=>{const n=t.split(".");return e[t]={formKey:n[0],itemKey:n[1]},e},{}),i=ee(()=>r.reduce((e,n)=>{var r;const o=n.split("."),i=o[0]+"",s=o[1]+"",a=null===(r={...t,...Pt.value}[i])||void 0===r?void 0:r[s];return e[i]?e[i][s]=a:e[i]={[s]:a},e},{}));lt(i,()=>{!function(e,t,n,r){const o={};Object.keys(t).forEach(n=>{var r;const{formKey:i,itemKey:s}=t[n];o[n]=null==e||null===(r=e[i])||void 0===r?void 0:r[s]}),Dr(n,o).then(r)}(i.value,o,e,e=>{n(e)})},{immediate:!0,debounce:300})}else n(!0)}function ti(e,t){const n=q({});return ee(()=>e?e.filter(e=>{const{displayRule:r,hidden:o,displayType:i}=e.props||e;return $t(e.id)?i===s.CONFIG?n[e.id]=!o:ei({displayRule:r,tableForm:t},t=>{n[e.id]=t}):n[e.id]=!1,n[e.id]}):[])}function ni(e,t){if(!(null==e?void 0:e.length))return;const n=[],r=[];e.forEach((e,t)=>{e.displayRule?r.push({...e,id:t}):n.push({...e,id:t})});const o=ri(r,t),i=ri(n,t);return ee(()=>(null==o?void 0:o.value)||(null==i?void 0:i.value))}function ri(e,t){const n=q({});if(e)return ee(()=>e.find(e=>{const{displayRule:r,hidden:o,displayType:i}=e.props||e;return i===s.CONFIG?n[e.id]=!o:ei({displayRule:r,tableForm:t},t=>{n[e.id]=t}),n[e.id]}))}function oi(e){var t,n;return(null===(t=e.props)||void 0===t?void 0:t.displayRule)&&(null===(n=e.props)||void 0===n?void 0:n.displayType)===s.RULE?Zo(e.props,e.id):ii(e)}function ii(e,t){var n;if(!e.id)return e.props.hidden=!0,J(!1);if(!$t(e.id))return e.props.hidden=!0,J(!1);const r=j("useProcessFieldEvent",void 0);if(r)return r.useFieldToShow(e),ee(()=>!e.props.hidden);const{displayType:o,displayRule:a}=e.props||{},{value:u,expression:c}=((null===(n=e.props.componentDependency)||void 0===n?void 0:n.configDependency)||{})[i.HIDDEN]||{};return u&&c?(e.props.hidden=!0,Xo({expression:c,rowData:t},t=>{e.props.hidden=!!t})):u?e.props.hidden=!0:o===s.RULE&&a&&(e.props.hidden=!0,Xo({expression:a,rowData:t},t=>{e.props.hidden=!t})),ee(()=>!e.props.hidden)}async function si(e,t){var n;if(!e.id)return!1;if(!$t(e.id))return e.props.hidden=!0,!1;const r=j("useProcessFieldEvent",void 0);if(r)return r.useFieldToShow(e),!e.props.hidden;const{displayType:o,displayRule:a}=e.props||{},{value:u,expression:c}=((null===(n=e.props.componentDependency)||void 0===n?void 0:n.configDependency)||{})[i.HIDDEN]||{};return u&&c?(e.props.hidden=!0,e.props.hidden=!!(await Qo({expression:c,rowData:t}))):u?e.props.hidden=!0:o===s.RULE&&a&&(e.props.hidden=!0,e.props.hidden=!!(await Qo({expression:a,rowData:t}))),!e.props.hidden}function ai(e,t){return e.forEach(e=>{ii(e,t)}),ee(()=>e.filter(e=>!e.props.hidden))}function ui(e,t){var n;const{value:r,expression:o}=((null===(n=e.props.componentDependency)||void 0===n?void 0:n.configDependency)||{})[i.HIDDEN]||{};r&&o&&Xo({expression:o},e=>{t(e)}),t(e.props.hidden)}function ci(e){var t;const n=(null===(t=e.props.componentDependency)||void 0===t?void 0:t.configDependency)||{},{value:r,expression:o}=n[i.HIDDEN]||{};r&&o&&Xo({expression:o},t=>{e.props.hidden=!!t});const{value:s,expression:a}=n[i.REQUIRED]||{};s&&a&&Xo({expression:a},t=>{e.props.required=!!t})}function li(t,n={},r=!1){var o,s,a;const{readonly:u,field:c,isFieldModel:l,bindFieldLink:d,refOriginField:f,refOriginModelKey:p,refOriginFieldType:h}=t.props,g=(null===(o=t.props.componentDependency)||void 0===o?void 0:o.configDependency)||{},y=j("formReadonly",void 0),m=j("useProcessFieldEvent",void 0);if(m&&m.useFieldWidget(t),!m&&t.formItem&&void 0!==(null==y?void 0:y.value)&&(t.props.readonly=(null==y?void 0:y.value)||t.props.readonly),!m&&!(null==y?void 0:y.value)){var v,b,w,O,D,E,I,S;const e=null===(v=g[i.READONLY])||void 0===v?void 0:v.expression,o=null===(b=g[i.READONLY])||void 0===b?void 0:b.fieldValue,s=null===(w=g[i.READONLY])||void 0===w?void 0:w.value;!o&&s&&e&&Xo({expression:e,rowData:r?n:null},e=>{t.props.readonly=!!e});const a=null===(O=g[i.REQUIRED])||void 0===O?void 0:O.expression,c=null===(D=g[i.REQUIRED])||void 0===D?void 0:D.value;!(null===(E=g[i.REQUIRED])||void 0===E?void 0:E.fieldValue)&&c&&a&&Xo({expression:a,rowData:r?n:null},e=>{t.props.required=!!e,t.props.readonly=!e&&u});const l=null===(I=g[i.DISABLED])||void 0===I?void 0:I.expression;(null===(S=g[i.DISABLED])||void 0===S?void 0:S.value)&&l&&Xo({expression:l,rowData:r?n:null},e=>{t.props.disabled=!!e,t.props.readonly=!e&&u})}const T=null===(s=g[i.ASSIGNMENT])||void 0===s?void 0:s.expression,C=null===(a=g[i.ASSIGNMENT])||void 0===a?void 0:a.strategy;T&&Xo({expression:T,rowData:r?n:null},e=>{n[c]=e});const M=l?null==d?void 0:d.join("."):c;n._OPCT||(n._OPCT={_DICT:{}});const N=x(()=>l?n._OPCT:n),R=x({get:()=>M?N.value[M]:"",set(t){T&&C===e.alwaysCover||(N.value[M]=t)}});if(l&&f){const e=ee(()=>n[d[0]]),t=d.length>2?[d[1]+".*"]:void 0;lt(e,async()=>{try{const n=await Br({ids:e.value,refOriginField:d[0],refOriginFieldType:h,model:p,foreignFields:t});N.value[M]=n._OPCT[M],N.value._DICT||(N.value._DICT={}),N.value._DICT[M]=n._OPCT._DICT[M]}catch{for(const e in N.value)e.startsWith(M)&&(N.value[e]=void 0)}},{debounce:100,immediate:!0})}return{value:R,formRowData:N,fieldKey:M}}function di(e){var t,n,r,o;const{readonly:s}=e.props,a=(null===(t=e.props.componentDependency)||void 0===t?void 0:t.configDependency)||{},u=null===(n=a[i.REQUIRED])||void 0===n?void 0:n.expression,c=null===(r=a[i.REQUIRED])||void 0===r?void 0:r.value;!(null===(o=a[i.REQUIRED])||void 0===o?void 0:o.fieldValue)&&c&&u&&Xo({expression:u},t=>{e.props.required=!!t,e.props.readonly=!t&&s})}var fi=class{constructor(){ke(this,"context",{})}},pi=class{constructor(){ke(this,"isDestroy",!1)}},hi=class{constructor(e){ke(this,"state",new pi),this.model=e}mounted(){}destroy(){}},gi=class extends hi{},yi=class extends hi{},mi=class{constructor(){ke(this,"state",new fi),ke(this,"prefix",""),ke(this,"preview",!1),ke(this,"item",/* @__PURE__ */new Map),ke(this,"nodes",[]),ke(this,"tree",[])}setTree(e){this.tree=e}setNodes(e){this.reset(),this.nodes=e,this.nodes.forEach(e=>{const t=ze.get(e.type,this.prefix);if(t){if(t.createController)return void this.item.set(e.id,t.createController(e));if(t.mode===ie.CONTAINER)return void this.item.set(e.id,new gi(e));if(t.mode===ie.ITEM)return void this.item.set(e.id,new yi(e))}this.item.set(e.id,new hi(e))})}getNodes(e){if(e){const t=this.getTreeItem(e);return t&&t.children?t.children.map(e=>this.nodes.find(t=>e.id===t.id)):[]}return this.tree.map(e=>this.nodes.find(t=>e.id===t.id))}getTreeItem(e,t=this.tree){if(!e)return null;for(const n of t){if(n.id===e)return n;if(n.children&&n.children.length>0){const t=this.getTreeItem(e,n.children);if(t)return t}}return null}getController(e){return this.item.get(e)}mounted(){}unmounted(){this.reset()}reset(){this.nodes=[],this.item.forEach(e=>{e.destroy()})}};function vi(e){let t=j(We.DESIGN_RENDER);return t||(t=e?e():new mi,t.state=q(t.state),K(We.DESIGN_RENDER,t),U(()=>{t.mounted()}),G(()=>{t.unmounted()})),t}var bi=()=>{const e=J({});return{getFileAttrs:async function({modelKey:t,fieldKey:n}){const r=await Rr.getConfigByField(t,n);if(r&&r.specificConfig){const t=be(r.specificConfig,["maxNumber","fileSize","fileTypes"])??{},n=t.fileTypes??[];e.value={maxSize:t.fileSize,maxCount:t.maxNumber,accept:n,acceptStr:Array.isArray(n)&&0!==n.length?n.join("、"):""}}},attrObj:e,getmaxTagLength:async function({modelKey:t,fieldKey:n}){const r=await Rr.getConfigByField(t,n);r&&r.specificConfig&&(e.value={maxTagTextLength:(be(r.specificConfig,["codeVisibleNum"])??{}).codeVisibleNum||12})}}},wi=/* @__PURE__ */Re({Vue:()=>M,Vue2:()=>{},del:()=>Ii,install:()=>Di,isVue2:()=>!1,isVue3:()=>!0,set:()=>Ei});import*as Oi from"vue";function Di(){}function Ei(e,t,n){return Array.isArray(e)?(e.length=Math.max(e.length,t),e.splice(t,1,n),n):(e[t]=n,n)}function Ii(e,t){Array.isArray(e)?e.splice(t,1):delete e[t]}Pe(wi,Oi,"default");var Si=Symbol.for("DndContextType");function Ti(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Ci="function"==typeof Symbol&&Symbol.observable||"@@observable",Mi=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ni={INIT:"@@redux/INIT"+Mi(),REPLACE:"@@redux/REPLACE"+Mi(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Mi()}};function xi(e){var t=typeof e;return"production"!==process.env.NODE_ENV&&(t=function(e){if(void 0===e)return"undefined";if(null===e)return"null";var t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(function(e){return e instanceof Date||"function"==typeof e.toDateString&&"function"==typeof e.getDate&&"function"==typeof e.setDate}(e))return"date";if(function(e){return e instanceof Error||"string"==typeof e.message&&e.constructor&&"number"==typeof e.constructor.stackTraceLimit}(e))return"error";var n=function(e){return"function"==typeof e.constructor?e.constructor.name:null}(e);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return t.slice(8,-1).toLowerCase().replace(/\s/g,"")}(e)),t}function Ri(e,t,n){var r;if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error("production"===process.env.NODE_ENV?Ti(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error("production"===process.env.NODE_ENV?Ti(1):"Expected the enhancer to be a function. Instead, received: '"+xi(n)+"'");return n(Ri)(e,t)}if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?Ti(2):"Expected the root reducer to be a function. Instead, received: '"+xi(e)+"'");var o=e,i=t,s=[],a=s,u=!1;function c(){a===s&&(a=s.slice())}function l(){if(u)throw new Error("production"===process.env.NODE_ENV?Ti(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return i}function d(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?Ti(4):"Expected the listener to be a function. Instead, received: '"+xi(e)+"'");if(u)throw new Error("production"===process.env.NODE_ENV?Ti(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");var t=!0;return c(),a.push(e),function(){if(t){if(u)throw new Error("production"===process.env.NODE_ENV?Ti(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");t=!1,c();var n=a.indexOf(e);a.splice(n,1),s=null}}}function f(e){if(!function(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}(e))throw new Error("production"===process.env.NODE_ENV?Ti(7):"Actions must be plain objects. Instead, the actual type was: '"+xi(e)+"'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");if(void 0===e.type)throw new Error("production"===process.env.NODE_ENV?Ti(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(u)throw new Error("production"===process.env.NODE_ENV?Ti(9):"Reducers may not dispatch actions.");try{u=!0,i=o(i,e)}finally{u=!1}for(var t=s=a,n=0;n<t.length;n++)(0,t[n])();return e}return f({type:Ni.INIT}),(r={dispatch:f,subscribe:d,getState:l,replaceReducer:function(e){if("function"!=typeof e)throw new Error("production"===process.env.NODE_ENV?Ti(10):"Expected the nextReducer to be a function. Instead, received: '"+xi(e));o=e,f({type:Ni.REPLACE})}})[Ci]=function(){var e,t=d;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error("production"===process.env.NODE_ENV?Ti(11):"Expected the observer to be an object. Instead, received: '"+xi(e)+"'");function n(){e.next&&e.next(l())}return n(),{unsubscribe:t(n)}}})[Ci]=function(){return this},e},r}function Pi(e,t,...n){if("undefined"!=typeof process&&"production"===process.env.NODE_ENV&&void 0===t)throw new Error("invariant requires an error message argument");if(!e){let e;if(void 0===t)e=/* @__PURE__ */new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{let r=0;e=new Error(t.replace(/%s/g,function(){return n[r++]})),e.name="Invariant Violation"}throw e.framesToPop=1,e}}function Ai(e){return"object"==typeof e}var _i="dnd-core/INIT_COORDS",ki="dnd-core/BEGIN_DRAG",Yi="dnd-core/PUBLISH_DRAG_SOURCE",$i="dnd-core/HOVER",ji="dnd-core/DROP",Hi="dnd-core/END_DRAG";function Vi(e,t){return{type:_i,payload:{sourceClientOffset:t||null,clientOffset:e||null}}}var Fi={type:_i,payload:{clientOffset:null,sourceClientOffset:null}};function Bi(e){return function(t=[],n={publishSource:!0}){const{publishSource:r=!0,clientOffset:o,getSourceClientOffset:i}=n,s=e.getMonitor(),a=e.getRegistry();e.dispatch(Vi(o)),function(e,t,n){Pi(!t.isDragging(),"Cannot call beginDrag while dragging."),e.forEach(function(e){Pi(n.getSource(e),"Expected sourceIds to be registered.")})}(t,s,a);const u=function(e,t){let n=null;for(let r=e.length-1;r>=0;r--)if(t.canDragSource(e[r])){n=e[r];break}return n}(t,s);if(null==u)return void e.dispatch(Fi);let c=null;if(o){if(!i)throw new Error("getSourceClientOffset must be defined");!function(e){Pi("function"==typeof e,"When clientOffset is provided, getSourceClientOffset must be a function.")}(i),c=i(u)}e.dispatch(Vi(o,c));const l=a.getSource(u).beginDrag(s,u);return null!=l?(function(e){Pi(Ai(e),"Item must be an object.")}(l),a.pinSource(u),{type:ki,payload:{itemType:a.getSourceType(u),item:l,sourceId:u,clientOffset:o||null,sourceClientOffset:c||null,isSourcePublic:!!r}}):void 0}}function Ui(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Li(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){Ui(e,t,n[t])})}return e}function Gi(e){return function(t={}){const n=e.getMonitor(),r=e.getRegistry();!function(e){Pi(e.isDragging(),"Cannot call drop while not dragging."),Pi(!e.didDrop(),"Cannot call drop twice during one drag operation.")}(n),function(e){const t=e.getTargetIds().filter(e.canDropOnTarget,e);return t.reverse(),t}(n).forEach((o,i)=>{const s={type:ji,payload:{dropResult:Li({},t,Wi(o,i,r,n))}};e.dispatch(s)})}}function Wi(e,t,n,r){const o=n.getTarget(e);let i=o?o.drop(r,e):void 0;return function(e){Pi(void 0===e||Ai(e),"Drop result must either be an object or undefined.")}(i),void 0===i&&(i=0===t?{}:r.getDropResult()),i}function Ki(e){return function(){const t=e.getMonitor(),n=e.getRegistry();!function(e){Pi(e.isDragging(),"Cannot call endDrag while not dragging.")}(t);const r=t.getSourceId();return null!=r&&(n.getSource(r,!0).endDrag(t,r),n.unpinSource()),{type:Hi}}}function qi(e,t){return null===t?null===e:Array.isArray(e)?e.some(e=>e===t):e===t}function zi(e){return function(t,{clientOffset:n}={}){!function(e){Pi(Array.isArray(e),"Expected targetIds to be an array.")}(t);const r=t.slice(0),o=e.getMonitor(),i=e.getRegistry();return function(e,t,n){for(let r=e.length-1;r>=0;r--){const o=e[r];qi(t.getTargetType(o),n)||e.splice(r,1)}}(r,i,o.getItemType()),function(e,t,n){Pi(t.isDragging(),"Cannot call hover while not dragging."),Pi(!t.didDrop(),"Cannot call hover after drop.");for(let r=0;r<e.length;r++){const t=e[r];Pi(e.lastIndexOf(t)===r,"Expected targetIds to be unique in the passed array."),Pi(n.getTarget(t),"Expected targetIds to be registered.")}}(r,o,i),function(e,t,n){e.forEach(function(e){n.getTarget(e).hover(t,e)})}(r,o,i),{type:$i,payload:{targetIds:r,clientOffset:n||null}}}}function Ji(e){return function(){if(e.getMonitor().isDragging())return{type:Yi}}}var Xi=class{receiveBackend(e){this.backend=e}getMonitor(){return this.monitor}getBackend(){return this.backend}getRegistry(){return this.monitor.registry}getActions(){const e=this,{dispatch:t}=this.store,n=function(e){return{beginDrag:Bi(e),publishDragSource:Ji(e),hover:zi(e),drop:Gi(e),endDrag:Ki(e)}}(this);return Object.keys(n).reduce((r,o)=>{const i=n[o];var s;return r[o]=(s=i,(...n)=>{const r=s.apply(e,n);void 0!==r&&t(r)}),r},{})}dispatch(e){this.store.dispatch(e)}constructor(e,t){this.isSetUp=!1,this.handleRefCountChange=()=>{const e=this.store.getState().refCount>0;this.backend&&(e&&!this.isSetUp?(this.backend.setup(),this.isSetUp=!0):!e&&this.isSetUp&&(this.backend.teardown(),this.isSetUp=!1))},this.store=e,this.monitor=t,e.subscribe(this.handleRefCountChange)}};function Qi(e,t){return{x:e.x-t.x,y:e.y-t.y}}var Zi=[],es=[];Zi.__IS_NONE__=!0,es.__IS_ALL__=!0;var ts=class{subscribeToStateChange(e,t={}){const{handlerIds:n}=t;Pi("function"==typeof e,"listener must be a function."),Pi(void 0===n||Array.isArray(n),"handlerIds, when specified, must be an array of strings.");let r=this.store.getState().stateId;return this.store.subscribe(()=>{const t=this.store.getState(),o=t.stateId;try{o===r||o===r+1&&!function(e,t){return e!==Zi&&(e===es||void 0===t||(n=t,r=e,n.filter(e=>r.indexOf(e)>-1)).length>0);var n,r}(t.dirtyHandlerIds,n)||e()}finally{r=o}})}subscribeToOffsetChange(e){Pi("function"==typeof e,"listener must be a function.");let t=this.store.getState().dragOffset;return this.store.subscribe(()=>{const n=this.store.getState().dragOffset;n!==t&&(t=n,e())})}canDragSource(e){if(!e)return!1;const t=this.registry.getSource(e);return Pi(t,`Expected to find a valid source. sourceId=${e}`),!this.isDragging()&&t.canDrag(this,e)}canDropOnTarget(e){if(!e)return!1;const t=this.registry.getTarget(e);return Pi(t,`Expected to find a valid target. targetId=${e}`),!(!this.isDragging()||this.didDrop())&&qi(this.registry.getTargetType(e),this.getItemType())&&t.canDrop(this,e)}isDragging(){return Boolean(this.getItemType())}isDraggingSource(e){if(!e)return!1;const t=this.registry.getSource(e,!0);return Pi(t,`Expected to find a valid source. sourceId=${e}`),!(!this.isDragging()||!this.isSourcePublic())&&this.registry.getSourceType(e)===this.getItemType()&&t.isDragging(this,e)}isOverTarget(e,t={shallow:!1}){if(!e)return!1;const{shallow:n}=t;if(!this.isDragging())return!1;const r=this.registry.getTargetType(e),o=this.getItemType();if(o&&!qi(r,o))return!1;const i=this.getTargetIds();if(!i.length)return!1;const s=i.indexOf(e);return n?s===i.length-1:s>-1}getItemType(){return this.store.getState().dragOperation.itemType}getItem(){return this.store.getState().dragOperation.item}getSourceId(){return this.store.getState().dragOperation.sourceId}getTargetIds(){return this.store.getState().dragOperation.targetIds}getDropResult(){return this.store.getState().dragOperation.dropResult}didDrop(){return this.store.getState().dragOperation.didDrop}isSourcePublic(){return Boolean(this.store.getState().dragOperation.isSourcePublic)}getInitialClientOffset(){return this.store.getState().dragOffset.initialClientOffset}getInitialSourceClientOffset(){return this.store.getState().dragOffset.initialSourceClientOffset}getClientOffset(){return this.store.getState().dragOffset.clientOffset}getSourceClientOffset(){return function(e){const{clientOffset:t,initialClientOffset:n,initialSourceClientOffset:r}=e;return t&&n&&r?Qi((i=r,{x:(o=t).x+i.x,y:o.y+i.y}),n):null;var o,i}(this.store.getState().dragOffset)}getDifferenceFromInitialOffset(){return function(e){const{clientOffset:t,initialClientOffset:n}=e;return t&&n?Qi(t,n):null}(this.store.getState().dragOffset)}constructor(e,t){this.store=e,this.registry=t}},ns="undefined"!=typeof global?global:self,rs=ns.MutationObserver||ns.WebKitMutationObserver;function os(e){return function(){const t=setTimeout(r,0),n=setInterval(r,50);function r(){clearTimeout(t),clearInterval(n),e()}}}var is,ss="function"==typeof rs?function(e){let t=1;const n=new rs(e),r=document.createTextNode("");return n.observe(r,{characterData:!0}),function(){t=-t,r.data=t}}:os,as=class{call(){try{this.task&&this.task()}catch(e){this.onError(e)}finally{this.task=null,this.release(this)}}constructor(e,t){this.onError=e,this.release=t,this.task=null}},us=new class{enqueueTask(e){const{queue:t,requestFlush:n}=this;t.length||(n(),this.flushing=!0),t[t.length]=e}constructor(){this.queue=[],this.pendingErrors=[],this.flushing=!1,this.index=0,this.capacity=1024,this.flush=()=>{const{queue:e}=this;for(;this.index<e.length;){const t=this.index;if(this.index++,e[t].call(),this.index>this.capacity){for(let t=0,n=e.length-this.index;t<n;t++)e[t]=e[t+this.index];e.length-=this.index,this.index=0}}e.length=0,this.index=0,this.flushing=!1},this.registerPendingError=e=>{this.pendingErrors.push(e),this.requestErrorThrow()},this.requestFlush=ss(this.flush),this.requestErrorThrow=os(()=>{if(this.pendingErrors.length)throw this.pendingErrors.shift()})}},cs=new class{create(e){const t=this.freeTasks,n=t.length?t.pop():new as(this.onError,e=>t[t.length]=e);return n.task=e,n}constructor(e){this.onError=e,this.freeTasks=[]}}(us.registerPendingError),ls="dnd-core/ADD_SOURCE",ds="dnd-core/ADD_TARGET",fs="dnd-core/REMOVE_SOURCE",ps="dnd-core/REMOVE_TARGET";function hs(e,t){t&&Array.isArray(e)?e.forEach(e=>hs(e,!1)):Pi("string"==typeof e||"symbol"==typeof e,t?"Type can only be a string, a symbol, or an array of either.":"Type can only be a string or a symbol.")}!function(e){e.SOURCE="SOURCE",e.TARGET="TARGET"}(is||(is={}));var gs=0;function ys(e){switch(e[0]){case"S":return is.SOURCE;case"T":return is.TARGET;default:throw new Error(`Cannot parse handler ID: ${e}`)}}function ms(e,t){const n=e.entries();let r=!1;do{const{done:e,value:[,o]}=n.next();if(o===t)return!0;r=!!e}while(!r);return!1}var vs=class{addSource(e,t){hs(e),function(e){Pi("function"==typeof e.canDrag,"Expected canDrag to be a function."),Pi("function"==typeof e.beginDrag,"Expected beginDrag to be a function."),Pi("function"==typeof e.endDrag,"Expected endDrag to be a function.")}(t);const n=this.addHandler(is.SOURCE,e,t);return this.store.dispatch(function(e){return{type:ls,payload:{sourceId:e}}}(n)),n}addTarget(e,t){hs(e,!0),function(e){Pi("function"==typeof e.canDrop,"Expected canDrop to be a function."),Pi("function"==typeof e.hover,"Expected hover to be a function."),Pi("function"==typeof e.drop,"Expected beginDrag to be a function.")}(t);const n=this.addHandler(is.TARGET,e,t);return this.store.dispatch(function(e){return{type:ds,payload:{targetId:e}}}(n)),n}containsHandler(e){return ms(this.dragSources,e)||ms(this.dropTargets,e)}getSource(e,t=!1){return Pi(this.isSourceId(e),"Expected a valid source ID."),t&&e===this.pinnedSourceId?this.pinnedSource:this.dragSources.get(e)}getTarget(e){return Pi(this.isTargetId(e),"Expected a valid target ID."),this.dropTargets.get(e)}getSourceType(e){return Pi(this.isSourceId(e),"Expected a valid source ID."),this.types.get(e)}getTargetType(e){return Pi(this.isTargetId(e),"Expected a valid target ID."),this.types.get(e)}isSourceId(e){return ys(e)===is.SOURCE}isTargetId(e){return ys(e)===is.TARGET}removeSource(e){var t;Pi(this.getSource(e),"Expected an existing source."),this.store.dispatch(function(e){return{type:fs,payload:{sourceId:e}}}(e)),t=()=>{this.dragSources.delete(e),this.types.delete(e)},us.enqueueTask(cs.create(t))}removeTarget(e){Pi(this.getTarget(e),"Expected an existing target."),this.store.dispatch(function(e){return{type:ps,payload:{targetId:e}}}(e)),this.dropTargets.delete(e),this.types.delete(e)}pinSource(e){const t=this.getSource(e);Pi(t,"Expected an existing source."),this.pinnedSourceId=e,this.pinnedSource=t}unpinSource(){Pi(this.pinnedSource,"No source is pinned at the time."),this.pinnedSourceId=null,this.pinnedSource=null}addHandler(e,t,n){const r=function(e){const t=(gs++).toString();switch(e){case is.SOURCE:return`S${t}`;case is.TARGET:return`T${t}`;default:throw new Error(`Unknown Handler Role: ${e}`)}}(e);return this.types.set(r,t),e===is.SOURCE?this.dragSources.set(r,n):e===is.TARGET&&this.dropTargets.set(r,n),r}constructor(e){this.types=/* @__PURE__ */new Map,this.dragSources=/* @__PURE__ */new Map,this.dropTargets=/* @__PURE__ */new Map,this.pinnedSourceId=null,this.pinnedSource=null,this.store=e}},bs=(e,t)=>e===t;function ws(e=Zi,t){switch(t.type){case $i:break;case ls:case ds:case ps:case fs:return Zi;default:return es}const{targetIds:n=[],prevTargetIds:r=[]}=t.payload,o=function(e,t){const n=/* @__PURE__ */new Map,r=e=>{n.set(e,n.has(e)?n.get(e)+1:1)};e.forEach(r),t.forEach(r);const o=[];return n.forEach((e,t)=>{1===e&&o.push(t)}),o}(n,r);if(!(o.length>0)&&function(e,t,n=bs){if(e.length!==t.length)return!1;for(let r=0;r<e.length;++r)if(!n(e[r],t[r]))return!1;return!0}(n,r))return Zi;const i=r[r.length-1],s=n[n.length-1];return i!==s&&(i&&o.push(i),s&&o.push(s)),o}function Os(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ds={initialSourceClientOffset:null,initialClientOffset:null,clientOffset:null};function Es(e=Ds,t){const{payload:n}=t;switch(t.type){case _i:case ki:return{initialSourceClientOffset:n.sourceClientOffset,initialClientOffset:n.clientOffset,clientOffset:n.clientOffset};case $i:return r=e.clientOffset,o=n.clientOffset,!r&&!o||r&&o&&r.x===o.x&&r.y===o.y?e:function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){Os(e,t,n[t])})}return e}({},e,{clientOffset:n.clientOffset});case Hi:case ji:return Ds;default:return e}var r,o}function Is(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ss(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){Is(e,t,n[t])})}return e}var Ts={itemType:null,item:null,sourceId:null,targetIds:[],dropResult:null,didDrop:!1,isSourcePublic:null};function Cs(e=Ts,t){const{payload:n}=t;switch(t.type){case ki:return Ss({},e,{itemType:n.itemType,item:n.item,sourceId:n.sourceId,isSourcePublic:n.isSourcePublic,dropResult:null,didDrop:!1});case Yi:return Ss({},e,{isSourcePublic:!0});case $i:return Ss({},e,{targetIds:n.targetIds});case ps:return-1===e.targetIds.indexOf(n.targetId)?e:Ss({},e,{targetIds:(r=e.targetIds,o=n.targetId,r.filter(e=>e!==o))});case ji:return Ss({},e,{dropResult:n.dropResult,didDrop:!0,targetIds:[]});case Hi:return Ss({},e,{itemType:null,item:null,sourceId:null,dropResult:null,didDrop:!1,isSourcePublic:null,targetIds:[]});default:return e}var r,o}function Ms(e=0,t){switch(t.type){case ls:case ds:return e+1;case fs:case ps:return e-1;default:return e}}function Ns(e=0){return e+1}function xs(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Rs(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){xs(e,t,n[t])})}return e}function Ps(e={},t){return{dirtyHandlerIds:ws(e.dirtyHandlerIds,{type:t.type,payload:Rs({},t.payload,{prevTargetIds:(n=e,r=[],"dragOperation.targetIds".split(".").reduce((e,t)=>e&&e[t]?e[t]:r||null,n))})}),dragOffset:Es(e.dragOffset,t),refCount:Ms(e.refCount,t),dragOperation:Cs(e.dragOperation,t),stateId:Ns(e.stateId)};var n,r}function As(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var _s=0,ks=Symbol.for("__VUE_DND_CONTEXT_INSTANCE__");function Ys(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:$s(),n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,o=t;return o[ks]||(o[ks]=function(e,t,n={},r=!1){const o=function(e){const t="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__;return Ri(Ps,e&&t&&t({name:"dnd-core",instanceId:"dnd-core"}))}(r),i=new Xi(o,new ts(o,new vs(o))),s=e(i,t,n);return i.receiveBackend(s),i}(e,t,n,r)),o[ks]}function $s(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global?global:window}(0,wi.defineComponent)({name:"DndProvider",props:{manager:{type:Object},backend:{type:Function},context:{type:Object},options:{type:Object},debugMode:{type:Boolean}},setup:function(e,t){var n,r,o,i,s=t.slots,a=(o=function(e){return function(e){return"manager"in e&&e.manager}(e)?[e.manager,!1]:[Ys(e.backend,e.context,e.options,e.debugMode),!e.context]}(e),i=2,function(e){if(Array.isArray(e))return e}(o)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);s=!0);}catch(u){a=!0,o=u}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return i}}(o,i)||function(e,t){if(e){if("string"==typeof e)return As(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?As(e,t):void 0}}(o,i)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),u=a[0],c=a[1];return c&&++_s,(0,wi.onUnmounted)(function(){if(c){var e=$s();0===--_s&&(e[ks]=null)}}),n=u,(0,wi.provide)(Si,n),function(){var e;return null!==(r=null===(e=s.default)||void 0===e?void 0:e.call(s))&&void 0!==r?r:null}}}),(0,wi.defineComponent)({props:{connect:{type:Function,required:!0},src:{type:String,required:!0}},setup:function(e){return(0,wi.watchEffect)(function(){if("undefined"!=typeof Image){var t=!1,n=new Image;return n.src=e.src,n.onload=function(){e.connect(n),t=!0},function(){t&&e.connect(null)}}}),function(){return null}}});var js=!1,Hs=!1,Vs=/* @__PURE__ */function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.sourceId=null,this.internalMonitor=t.getMonitor()}var t=e.prototype;return t.receiveHandlerId=function(e){this.sourceId=e},t.getHandlerId=function(){return this.sourceId},t.canDrag=function(){Pi(!js,"You may not call monitor.canDrag() inside your canDrag() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return js=!0,this.internalMonitor.canDragSource(this.sourceId)}finally{js=!1}},t.isDragging=function(){if(!this.sourceId)return!1;Pi(!Hs,"You may not call monitor.isDragging() inside your isDragging() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drag-source-monitor");try{return Hs=!0,this.internalMonitor.isDraggingSource(this.sourceId)}finally{Hs=!1}},t.subscribeToStateChange=function(e,t){return this.internalMonitor.subscribeToStateChange(e,t)},t.isDraggingSource=function(e){return this.internalMonitor.isDraggingSource(e)},t.isOverTarget=function(e,t){return this.internalMonitor.isOverTarget(e,t)},t.getTargetIds=function(){return this.internalMonitor.getTargetIds()},t.isSourcePublic=function(){return this.internalMonitor.isSourcePublic()},t.getSourceId=function(){return this.internalMonitor.getSourceId()},t.subscribeToOffsetChange=function(e){return this.internalMonitor.subscribeToOffsetChange(e)},t.canDragSource=function(e){return this.internalMonitor.canDragSource(e)},t.canDropOnTarget=function(e){return this.internalMonitor.canDropOnTarget(e)},t.getItemType=function(){return this.internalMonitor.getItemType()},t.getItem=function(){return this.internalMonitor.getItem()},t.getDropResult=function(){return this.internalMonitor.getDropResult()},t.didDrop=function(){return this.internalMonitor.didDrop()},t.getInitialClientOffset=function(){return this.internalMonitor.getInitialClientOffset()},t.getInitialSourceClientOffset=function(){return this.internalMonitor.getInitialSourceClientOffset()},t.getSourceClientOffset=function(){return this.internalMonitor.getSourceClientOffset()},t.getClientOffset=function(){return this.internalMonitor.getClientOffset()},t.getDifferenceFromInitialOffset=function(){return this.internalMonitor.getDifferenceFromInitialOffset()},e}(),Fs=!1,Bs=/* @__PURE__ */function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.targetId=null,this.internalMonitor=t.getMonitor()}var t=e.prototype;return t.receiveHandlerId=function(e){this.targetId=e},t.getHandlerId=function(){return this.targetId},t.subscribeToStateChange=function(e,t){return this.internalMonitor.subscribeToStateChange(e,t)},t.canDrop=function(){if(!this.targetId)return!1;Pi(!Fs,"You may not call monitor.canDrop() inside your canDrop() implementation. Read more: http://react-dnd.github.io/react-dnd/docs/api/drop-target-monitor");try{return Fs=!0,this.internalMonitor.canDropOnTarget(this.targetId)}finally{Fs=!1}},t.isOver=function(e){return!!this.targetId&&this.internalMonitor.isOverTarget(this.targetId,e)},t.getItemType=function(){return this.internalMonitor.getItemType()},t.getItem=function(){return this.internalMonitor.getItem()},t.getDropResult=function(){return this.internalMonitor.getDropResult()},t.didDrop=function(){return this.internalMonitor.didDrop()},t.getInitialClientOffset=function(){return this.internalMonitor.getInitialClientOffset()},t.getInitialSourceClientOffset=function(){return this.internalMonitor.getInitialSourceClientOffset()},t.getSourceClientOffset=function(){return this.internalMonitor.getSourceClientOffset()},t.getClientOffset=function(){return this.internalMonitor.getClientOffset()},t.getDifferenceFromInitialOffset=function(){return this.internalMonitor.getDifferenceFromInitialOffset()},e}();function Us(e){return function(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if((t=n)&&t.__v_skip&&function(){throw new Error("Only native element nodes can now be passed to Vue DnD connectors.You can either wrap Component into a <div>, or turn it into a drag source or a drop target itself.")}(),!function(e){return!!(n=e)&&!0===n.__v_isVNode&&"symbol"!=((t=e.type)&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t);var t,n}(n)){var o=n;return e(o,r),o}}}function Ls(e){var t={};return Object.keys(e).forEach(function(n){var r=e[n];if(n.endsWith("Ref"))t[n]=e[n];else{var o=Us(r);t[n]=function(){return o}}}),t}function Gs(e,t,n,r){let o=n?n.call(r,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;const i=Object.keys(e),s=Object.keys(t);if(i.length!==s.length)return!1;const a=Object.prototype.hasOwnProperty.bind(t);for(let u=0;u<i.length;u++){const s=i[u];if(!a(s))return!1;const c=e[s],l=t[s];if(o=n?n.call(r,c,l,s):void 0,!1===o||void 0===o&&c!==l)return!1}return!0}function Ws(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var Ks=/* @__PURE__ */function(){function e(t){var n=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.hooks=Ls({dragSource:function(e,t){n.clearDragSource(),n.dragSourceOptions=t||null,n.dragSourceNode=e,n.reconnectDragSource()},dragPreview:function(e,t){n.clearDragPreview(),n.dragPreviewOptions=t||null,n.dragPreviewNode=e,n.reconnectDragPreview()}}),this.handlerId=null,this.dragSourceOptionsInternal=null,this.dragPreviewOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDragSource=null,this.lastConnectedDragSourceOptions=null,this.lastConnectedDragPreview=null,this.lastConnectedDragPreviewOptions=null,this.backend=t}var t,n,r=e.prototype;return r.receiveHandlerId=function(e){this.handlerId!==e&&(this.handlerId=e,this.reconnect())},r.reconnect=function(){var e=this.reconnectDragSource();this.reconnectDragPreview(e)},r.reconnectDragSource=function(){var e=this.dragSource,t=this.didHandlerIdChange()||this.didConnectedDragSourceChange()||this.didDragSourceOptionsChange();return t&&this.disconnectDragSource(),this.handlerId?e?(t&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragSource=e,this.lastConnectedDragSourceOptions=this.dragSourceOptions,this.dragSourceUnsubscribe=this.backend.connectDragSource(this.handlerId,e,this.dragSourceOptions)),t):(this.lastConnectedDragSource=e,t):t},r.reconnectDragPreview=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=this.dragPreview,n=e||this.didHandlerIdChange()||this.didConnectedDragPreviewChange()||this.didDragPreviewOptionsChange();n&&this.disconnectDragPreview(),this.handlerId&&(t?n&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDragPreview=t,this.lastConnectedDragPreviewOptions=this.dragPreviewOptions,this.dragPreviewUnsubscribe=this.backend.connectDragPreview(this.handlerId,t,this.dragPreviewOptions)):this.lastConnectedDragPreview=t)},r.didHandlerIdChange=function(){return this.lastConnectedHandlerId!==this.handlerId},r.didConnectedDragSourceChange=function(){return this.lastConnectedDragSource!==this.dragSource},r.didConnectedDragPreviewChange=function(){return this.lastConnectedDragPreview!==this.dragPreview},r.didDragSourceOptionsChange=function(){return!Gs(this.lastConnectedDragSourceOptions,this.dragSourceOptions)},r.didDragPreviewOptionsChange=function(){return!Gs(this.lastConnectedDragPreviewOptions,this.dragPreviewOptions)},r.disconnectDragSource=function(){this.dragSourceUnsubscribe&&(this.dragSourceUnsubscribe(),this.dragSourceUnsubscribe=void 0)},r.disconnectDragPreview=function(){this.dragPreviewUnsubscribe&&(this.dragPreviewUnsubscribe(),this.dragPreviewUnsubscribe=void 0,this.dragPreviewNode=null)},r.clearDragSource=function(){this.dragSourceNode=null},r.clearDragPreview=function(){this.dragPreviewNode=null},t=e,(n=[{key:"connectTarget",get:function(){return this.dragSource}},{key:"dragSourceOptions",get:function(){return this.dragSourceOptionsInternal},set:function(e){this.dragSourceOptionsInternal=e}},{key:"dragPreviewOptions",get:function(){return this.dragPreviewOptionsInternal},set:function(e){this.dragPreviewOptionsInternal=e}},{key:"dragSource",get:function(){return this.dragSourceNode}},{key:"dragPreview",get:function(){return this.dragPreviewNode}}])&&Ws(t.prototype,n),e}();function qs(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var zs=/* @__PURE__ */function(){function e(t){var n=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.hooks=Ls({dropTarget:function(e,t){n.clearDropTarget(),n.dropTargetOptions=t,(0,wi.isRef)(e)?n.dropTargetRef=e:n.dropTargetNode=e,n.reconnect()}}),this.handlerId=null,this.dropTargetRef=null,this.dropTargetOptionsInternal=null,this.lastConnectedHandlerId=null,this.lastConnectedDropTarget=null,this.lastConnectedDropTargetOptions=null,this.backend=t}var t,n,r=e.prototype;return r.reconnect=function(){var e=this.didHandlerIdChange()||this.didDropTargetChange()||this.didOptionsChange();e&&this.disconnectDropTarget();var t=this.dropTarget;this.handlerId&&(t?e&&(this.lastConnectedHandlerId=this.handlerId,this.lastConnectedDropTarget=t,this.lastConnectedDropTargetOptions=this.dropTargetOptions,this.unsubscribeDropTarget=this.backend.connectDropTarget(this.handlerId,t,this.dropTargetOptions)):this.lastConnectedDropTarget=t)},r.receiveHandlerId=function(e){e!==this.handlerId&&(this.handlerId=e,this.reconnect())},r.didHandlerIdChange=function(){return this.lastConnectedHandlerId!==this.handlerId},r.didDropTargetChange=function(){return this.lastConnectedDropTarget!==this.dropTarget},r.didOptionsChange=function(){return!Gs(this.lastConnectedDropTargetOptions,this.dropTargetOptions)},r.disconnectDropTarget=function(){this.unsubscribeDropTarget&&(this.unsubscribeDropTarget(),this.unsubscribeDropTarget=void 0)},r.clearDropTarget=function(){this.dropTargetRef=null,this.dropTargetNode=null},t=e,(n=[{key:"connectTarget",get:function(){return this.dropTarget}},{key:"dropTargetOptions",get:function(){return this.dropTargetOptionsInternal},set:function(e){this.dropTargetOptionsInternal=e}},{key:"dropTarget",get:function(){return this.dropTargetNode||this.dropTargetRef&&this.dropTargetRef.value}}])&&qs(t.prototype,n),e}(),Js=/* @__PURE__ */function(){function e(t,n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.spec=t,this.monitor=n,this.connector=r}var t=e.prototype;return t.beginDrag=function(){var e,t=this.spec,n=this.monitor;return null!=(e="object"==typeof t.item?t.item:"function"==typeof t.item?t.item(n):{})?e:null},t.canDrag=function(){var e=this.spec,t=this.monitor;return"boolean"==typeof e.canDrag?e.canDrag:"function"!=typeof e.canDrag||e.canDrag(t)},t.isDragging=function(e,t){var n=this.spec,r=this.monitor,o=n.isDragging;return o?o(r):t===e.getSourceId()},t.endDrag=function(){var e=this.spec,t=this.monitor,n=this.connector,r=e.end;r&&r(t.getItem(),t),n.reconnect()},e}();function Xs(){var e=(0,wi.inject)(Si);return Pi(null!=e,"Expected drag drop context"),e}function Qs(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Zs(e,t,n){var r=Xs(),o=function(e,t,n){var r=(0,wi.computed)(function(){return new Js((0,wi.unref)(e),(0,wi.unref)(t),(0,wi.unref)(n))});return(0,wi.watchEffect)(function(){r.value.spec=(0,wi.unref)(e)}),r}(e,t,n),i=function(e){return(0,wi.computed)(function(){var t=(0,wi.unref)(e).type;return Pi(null!=t,"spec.type must be defined"),t})}(e);(0,wi.watchEffect)(function(e){if(null!=(0,wi.unref)(i)){var s=(c=function(e,t,n){var r=n.getRegistry(),o=r.addSource(e,t);return[o,function(){return r.removeSource(o)}]}((0,wi.unref)(i),(0,wi.unref)(o),(0,wi.unref)(r)),l=2,function(e){if(Array.isArray(e))return e}(c)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);s=!0);}catch(u){a=!0,o=u}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return i}}(c,l)||function(e,t){if(e){if("string"==typeof e)return Qs(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Qs(e,t):void 0}}(c,l)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),a=s[0],u=s[1];(0,wi.unref)(t).receiveHandlerId(a),(0,wi.unref)(n).receiveHandlerId(a),e(u)}var c,l})}function ea(e){return(0,wi.computed)(function(){return"function"==typeof e?e():e})}var ta=/* @__PURE__ */Ae(/* @__PURE__ */xe((e,t)=>{t.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var r,o,i;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(o=r;0!==o--;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(i=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(o=r;0!==o--;)if(!Object.prototype.hasOwnProperty.call(n,i[o]))return!1;for(o=r;0!==o--;){var s=i[o];if(!e(t[s],n[s]))return!1}return!0}return t!=t&&n!=n}})());function na(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ra(e,t,n){var r,o,i=(r=function(e,t,n){var r=(0,wi.ref)((0,wi.unref)(t)((0,wi.unref)(e))),o=function(){var o=(0,wi.unref)(t)((0,wi.unref)(e));(0,ta.default)(r.value,o)||(r.value=o,n&&n())};return(0,wi.watchEffect)(o),[r,o]}(e,t,n),o=2,function(e){if(Array.isArray(e))return e}(r)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);s=!0);}catch(u){a=!0,o=u}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return i}}(r,o)||function(e,t){if(e){if("string"==typeof e)return na(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?na(e,t):void 0}}(r,o)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),s=i[0],a=i[1];return(0,wi.watchEffect)(function(t){var n=(0,wi.unref)(e).getHandlerId();null!=n&&t((0,wi.unref)(e).subscribeToStateChange(a,{handlerIds:[n]}))}),s}function oa(e,t,n){return ra(t,e||function(){return{}},function(){return(0,wi.unref)(n).reconnect()})}function ia(e,t){var n=(0,wi.reactive)({el:null,options:(0,wi.unref)(t)});return(0,wi.watchEffect)(function(){e(n)},{flush:"post"}),function(e,r){Ei(n,"el",e);var o=(0,wi.unref)(t)||r;return(0,ta.default)(n.options,o)||Ei(n,"options",o),(0,wi.unref)(e)}}function sa(e,t){return ia(function(t){(0,wi.unref)(e).hooks.dragSource()(t.el,t.options)},(0,wi.computed)(function(){return(0,wi.unref)(t).options}))}function aa(e,t){return ia(function(t){(0,wi.unref)(e).hooks.dragPreview()(t.el,t.options)},(0,wi.computed)(function(){return(0,wi.unref)(t).previewOptions}))}var ua=/* @__PURE__ */function(){function e(t,n){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.spec=t,this.monitor=n}var t=e.prototype;return t.canDrop=function(){var e=this.spec,t=this.monitor;return!e.canDrop||e.canDrop(t.getItem(),t)},t.hover=function(){var e=this.spec,t=this.monitor;e.hover&&e.hover(t.getItem(),t)},t.drop=function(){var e=this.spec,t=this.monitor;if(e.drop)return e.drop(t.getItem(),t)},e}();function ca(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function la(e,t,n){var r=Xs(),o=function(e,t){var n=(0,wi.computed)(function(){return new ua((0,wi.unref)(e),(0,wi.unref)(t))});return(0,wi.watchEffect)(function(){n.value.spec=(0,wi.unref)(e)}),n}(e,t),i=function(e){return(0,wi.computed)(function(){var t=(0,wi.unref)(e).accept;return Pi(null!=t,"accept must be defined"),Array.isArray(t)?t:[t]})}(e);(0,wi.watchEffect)(function(e){var s,a,u=(s=function(e,t,n){var r=(0,wi.unref)(n).getRegistry(),o=r.addTarget((0,wi.unref)(e),(0,wi.unref)(t));return[o,function(){return r.removeTarget(o)}]}(i,o,r),a=2,function(e){if(Array.isArray(e))return e}(s)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);s=!0);}catch(u){a=!0,o=u}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return i}}(s,a)||function(e,t){if(e){if("string"==typeof e)return ca(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ca(e,t):void 0}}(s,a)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),c=u[0],l=u[1];(0,wi.unref)(t).receiveHandlerId(c),(0,wi.unref)(n).receiveHandlerId(c),e(l)})}function da(e,t){return ia(function(t){(0,wi.unref)(e).hooks.dropTarget()(t.el,t.options)},(0,wi.computed)(function(){return(0,wi.unref)(t).options}))}function fa(e){var t,n=ea(e),r=(t=Xs(),(0,wi.computed)(function(){return new Bs((0,wi.unref)(t))})),o=function(e){var t=Xs(),n=(0,wi.computed)(function(){return new zs((0,wi.unref)(t).getBackend())});return(0,wi.watchEffect)(function(t){n.value.dropTargetOptions=(0,wi.unref)(e)||null,n.value.reconnect(),t(function(){return n.value.disconnectDropTarget()})}),n}((0,wi.computed)(function(){return(0,wi.unref)(n).options}));return la(n,r,o),[oa((0,wi.computed)(function(){return(0,wi.unref)(n).collect||function(){return{}}}),r,o),da(o,n)]}var pa=/* @__PURE__ */k({name:"Vue3DndDraggableItem",props:{group:{type:String,required:!0},index:{type:Number,required:!0},item:{type:Object,required:!0},config:{type:Object,required:!0},add:{type:Function,required:!0},remove:{type:Function,required:!0},move:{type:Function,required:!0}},setup(e){const t=S("vue3-dnd-draggable-item"),n=J(null),r=J(!1),{config:o}=e,[i,s,a]=(l={type:o.type,item:()=>({group:e.group,item:e.item}),collect:e=>({canDrag:e.canDrag(),isDragging:e.isDragging()}),canDrag:e=>!o.canDrag||o.canDrag(e),end(t,n){if(o.end)return o.end(t,n);const r=n.getDropResult();r&&r.group!==e.group&&e.remove(t)},options:o.dragOptions,previewOptions:o.previewOptions},f=ea(l),d=Xs(),p=(0,wi.computed)(function(){return new Vs((0,wi.unref)(d))}),h=function(e,t){var n=Xs(),r=(0,wi.computed)(function(){return new Ks((0,wi.unref)(n).getBackend())});return(0,wi.watchEffect)(function(t){r.value.dragSourceOptions=(0,wi.unref)(e)||null,(0,wi.unref)(r).reconnect(),t(function(){r.value.disconnectDragSource()})}),(0,wi.watchEffect)(function(e){r.value.dragPreviewOptions=(0,wi.unref)(t)||null,(0,wi.unref)(r).reconnect(),e(function(){r.value.disconnectDragPreview()})}),r}((0,wi.computed)(function(){return(0,wi.unref)(f).options}),(0,wi.computed)(function(){return(0,wi.unref)(f).previewOptions})),Zs(f,p,h),[oa((0,wi.computed)(function(){return(0,wi.unref)(f).collect||function(){return{}}}),p,h),sa(h,f),aa(h,f)]),[u,c]=fa({accept:o.type,collect:e=>({handlerId:e.getHandlerId(),canDrop:e.canDrop(),isShallowOver:e.isOver({shallow:!0}),isOver:e.isOver()}),hover(t,s){if(o.hover)return o.hover(t,s);if(!1!==s.canDrop()&&!0!==i.value.isDragging&&e.item!==t.item&&s.isOver({shallow:!0})){const i=n.value.getBoundingClientRect(),a=s.getClientOffset(),u=o.offset??0;let c=0;if("vertical"===o.direction){const{top:e,height:t}=i,{y:n}=a;if(c=n-e-t/2,Math.abs(c)<u)return;r.value=c<0}else if("horizontal"===o.direction){const{left:e,width:t}=i,{x:n}=a;if(c=n-e-t/2,Math.abs(c)<u)return;r.value=c<0}const l=o.key??"id";t.group===e.group?e.move(r.value,e.item[l],t.item[l]):e.add(r.value,e.item[l],t.item)}},canDrop:(e,t)=>o.canDrop?o.canDrop(e,t):!0!==i.value.isDragging,drop:(t,n)=>o.drop?o.drop(t,n):{group:e.group},options:o.dropOptions});var l,d,f,p,h;return!0===e.config.isCustomHandle||e.config.handle||s(n),c(n),a(n),U(()=>{V(()=>{if(e.config.handle&&n.value){const t=n.value.querySelector(e.config.handle);t&&s(t)}})}),{ns:t,elRef:n,dragCollect:i,dropCollect:u,isBeforeHover:r,drag:s,preview:a}},render(){var e,t;return A("div",{ref:"elRef",class:[this.ns.b(),this.ns.is("dragging",this.dragCollect.isDragging),this.ns.is("shallow-over",this.dropCollect.isShallowOver)]},[null===(e=(t=this.$slots).default)||void 0===e?void 0:e.call(t,{item:this.item,index:this.index,isDragging:this.dragCollect.isDragging,isShallowOver:this.dropCollect.isShallowOver,isOver:this.dropCollect.isOver,isBeforeHover:this.isBeforeHover,isAfterHover:!this.isBeforeHover,direction:this.config.direction,drag:this.drag,preview:this.preview})])}}),{toString:ha}=Object.prototype;function ga(){return(65536*(1+Math.random())|0).toString(16).substring(1)}var ya=/* @__PURE__ */k({name:"Vue3DndDraggable",props:{opts:{type:Object,default:()=>({})},items:{type:Array,required:!0}},emits:["add","remove","move"],setup(e,{emit:t}){const n=S("vue3-dnd-draggable"),r=`${ga()+ga()}-${ga()}-${ga()}-${ga()}-${ga()}${ga()}${ga()}`,o=J(null),{opts:i,items:s}=te(e),a=x(()=>u.value.key||"id"),u=x(()=>ve({type:"Vue3DndDraggable",direction:"vertical"},i.value)),[c,l]=fa({accept:u.value.type,collect:e=>({handlerId:e.getHandlerId(),canDrop:e.canDrop(),isShallowOver:e.isOver({shallow:!0})}),canDrop:(t,n)=>!(e.items.length>0)&&(!u.value.canDropContainer||u.value.canDropContainer(t,n)),drop:(e,t)=>u.value.dropContainer?u.value.dropContainer(e,t):(!1!==t.canDrop()&&s.value.push(e),{group:r})});return l(o),{ns:n,groupId:r,key:a,rootRef:o,collect:c,config:u,onAdd:(e,n,r)=>{const o=s.value.findIndex(e=>e[a.value]===n);s.value.splice(e?o:o+1,0,r),t("add",r,o)},onRemove:e=>{console.warn("onRemove 未实现",e)},onMove:(e,n,r)=>{const o=s.value.findIndex(e=>e[a.value]===n),i=s.value.findIndex(e=>e[a.value]===r),u=s.value[i],c=e?o:o+1;!e&&c===i||e&&c-1===i||(s.value.splice(c,0,u),c<i?s.value.splice(i+1,1):s.value.splice(i,1),t("move",o,c))}}},render(){let e;return A("div",{ref:"rootRef",class:[this.ns.b(),this.ns.is("over",this.collect.isShallowOver)]},[A(N,{name:"list"},(t=e=this.items.map((e,t)=>A(pa,{group:this.groupId,key:e[this.key]||t,index:t,item:e,config:this.config,add:this.onAdd,remove:this.onRemove,move:this.onMove},{default:e=>{var t,n;return null===(t=(n=this.$slots).draggableItem)||void 0===t?void 0:t.call(n,e)}})),"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!H(t)?e:{default:()=>[e]}))]);var t}});function ma(){_gct.register.render?console.warn("渲染注册已存在,可能存在重复注册问题,请检查是否有重复引入渲染包的情况"):_gct.register.render=new Ye}var va=new URL("./index.min.css",import.meta.url);b.load(va.href);export{Ko as Context,We as ControllerType,je as DESIGN_DATA_KEY_TAG,$e as DESIGN_TYPE,Le as DateFormat,Ve as DateRangeMap,Ge as DatepickerRanges,He as DesignItemAttribute,Ke as DesignRenderViewPrefix,Bo as Events,Rr as FieldSchema,qo as GctComponent,Yt as Globals,Qe as HandwritingPad,Mt as PageTypeEnum,ze as RenderNodeRegister,qe as RenderNodeType,Mr as RenderPluginPgkUtil,Ye as RenderRegister,ya as Vue3DndDraggable,pa as Vue3DndDraggableItem,kr as addDataByForm,Hr as cacheAdapter,Dr as calculate,Qo as calculateDepResult,Gr as defaultValMap,ii as dependencyToShow,si as dependencyToShowSync,So as emptyValueDisplay,Pt as formMap,Ue as getDefaultDate,Fe as getDisabledDate,Xr as getIExp,Qr as getIKeywordFieldKeys,Be as getMobileDateRange,kt as getPageTitle,$t as getPremission,Zr as getQueryDateByKeyWord,to as getQuerySort,Br as getRefInfoId,Rt as globalVarCaches,Or as identify,Pr as initFieldWidgetRuntime,Xo as insetDep,ro as is,bo as isArray,mo as isBoolean,uo as isDate,oo as isDef,Oo as isElement,ao as isEmpty,Io as isEmptyStr,yo as isFunction,Do as isMap,co as isNull,lo as isNullAndUnDef,fo as isNullOrUnDef,po as isNumber,so as isObject,ho as isPromise,vo as isRegExp,go as isString,io as isUnDef,Eo as isUrl,wo as isWindow,ma as onInit,_t as pageDataforJson,xt as pageGlobaVariables,xr as schemaToStyle,Yr as setDataByForm,At as setFormData,ci as tableWidgetByDept,ui as tableWidgetToShow,$r as transSelectData,_r as transformData,jr as transformDataToDict,Cr as transformPropsField,Ar as transformSourceData,bi as useAsyncFileAttrs,li as useDependency,di as useDependencyByRequired,oi as useDependencyToShow,ai as useDependencyToShowList,vi as useDesignRenderController,ni as useDisplayRuleColumnByStyles,ti as useDisplayRuleOptions,St as useGctSelect,Lr as useGetBodyBySearch,eo as useQueryfilter,Nr as useStyle,Zo as useVisibileByRuleHook};
@@ -1,8 +1,8 @@
1
- import { calculate, identify } from "../../utils/expression/index.mjs";
2
1
  import { formMap, globalVarCaches, pageGlobaVariables } from "../utils/runGlobalByPage.mjs";
2
+ import { calculate, identify } from "../../utils/expression/index.mjs";
3
3
  import "../../utils/index.mjs";
4
- import { watchDebounced } from "@vueuse/core";
5
4
  import { computed } from "vue";
5
+ import { watchDebounced } from "@vueuse/core";
6
6
  //#region src/Event/Dependency/controller.ts
7
7
  /**组件依赖触发器 */
8
8
  function insetDep({ expression = "", rowData = null }, callback) {
@@ -7,7 +7,7 @@ interface DisplayRule {
7
7
  id?: number;
8
8
  }
9
9
  /**单组件显隐控制 */
10
- export declare function useVisibileByRuleHook(props: DisplayRule, id: string): false | Readonly<import('vue').Ref<boolean, boolean>>;
10
+ export declare function useVisibileByRuleHook(props: DisplayRule, id: string): Readonly<import('vue').Ref<boolean, boolean>>;
11
11
  /**
12
12
  * 需要做控制的数组组件
13
13
  * @param optopns 被控制的数组
@@ -1,14 +1,14 @@
1
- import { calculate, identify } from "../../utils/expression/index.mjs";
2
1
  import { formMap, getPremission } from "../utils/runGlobalByPage.mjs";
2
+ import { calculate, identify } from "../../utils/expression/index.mjs";
3
3
  import "../../utils/index.mjs";
4
4
  import { DisplayType } from "@gct-paas/core";
5
- import { watchDebounced } from "@vueuse/core";
6
5
  import { reactive, ref, toRef } from "vue";
6
+ import { watchDebounced } from "@vueuse/core";
7
7
  //#region src/Event/Dependency/displayRule.ts
8
8
  /**单组件显隐控制 */
9
9
  function useVisibileByRuleHook(props, id) {
10
10
  /**按钮权限 */
11
- if (!getPremission(id)) return false;
11
+ if (!getPremission(id)) return ref(false);
12
12
  else if (props.displayType === DisplayType.CONFIG) return toRef(() => !props.hidden);
13
13
  else return useDisplayRule(props);
14
14
  }
@@ -1,10 +1,10 @@
1
1
  import { getRefInfoId } from "../../utils/get-ref-data.mjs";
2
+ import "../../utils/index.mjs";
2
3
  import "../utils/processRovedInfo.mjs";
3
4
  import { insetDep } from "./controller.mjs";
4
- import "../../utils/index.mjs";
5
5
  import { ASSIGNMENTSTRATEGY_ENUM, Dependency_ENUM } from "@gct-paas/core";
6
- import { watchDebounced } from "@vueuse/core";
7
6
  import { computed, inject, toRef } from "vue";
7
+ import { watchDebounced } from "@vueuse/core";
8
8
  //#region src/Event/Dependency/useDependency.ts
9
9
  function useDependency(widget, formState = {}, isRow = false) {
10
10
  const { readonly, field, isFieldModel, bindFieldLink, refOriginField, refOriginModelKey, refOriginFieldType } = widget.props;
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
2
  import { LowCodeWidget } from '@gct-paas/schema';
3
- export declare function useDependencyToShow(widget: LowCodeWidget.BasicSchema): boolean | Readonly<Ref<boolean, boolean>>;
4
- export declare function dependencyToShow(widget: LowCodeWidget.BasicSchema, rowData?: object): boolean | Ref<boolean>;
3
+ export declare function useDependencyToShow(widget: LowCodeWidget.BasicSchema): Readonly<Ref<boolean, boolean>>;
4
+ export declare function dependencyToShow(widget: LowCodeWidget.BasicSchema, rowData?: object): Ref<boolean>;
5
5
  /**直接返回计算结果的依赖显隐逻辑 */
6
6
  export declare function dependencyToShowSync(widget: LowCodeWidget.BasicSchema, rowData?: object): Promise<boolean>;
7
7
  /**组件集合处理 */