@tachybase/module-workflow 0.23.41 → 0.23.48

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 (41) hide show
  1. package/dist/client/components/ExecutionRetryAction.d.ts +3 -0
  2. package/dist/client/components/ExecutionTime.d.ts +2 -1
  3. package/dist/client/components/index.d.ts +2 -1
  4. package/dist/client/features/dynamic-calculation/DynamicExpression.d.ts +2 -2
  5. package/dist/client/features/trigger-instruction/TriggerInstruction.d.ts +4 -2
  6. package/dist/client/index.d.ts +1 -2
  7. package/dist/client/index.js +58 -58
  8. package/dist/client/schemas/executions.d.ts +16 -6
  9. package/dist/externalVersion.js +15 -15
  10. package/dist/locale/en-US.json +2 -0
  11. package/dist/locale/zh-CN.json +10 -0
  12. package/dist/node_modules/@babel/core/package.json +1 -1
  13. package/dist/node_modules/cron-parser/package.json +1 -1
  14. package/dist/node_modules/form-data/package.json +1 -1
  15. package/dist/node_modules/jsonata/package.json +1 -1
  16. package/dist/node_modules/lru-cache/package.json +1 -1
  17. package/dist/node_modules/mime-types/package.json +1 -1
  18. package/dist/node_modules/qrcode/package.json +1 -1
  19. package/dist/server/Plugin.js +80 -76
  20. package/dist/server/Processor.js +15 -17
  21. package/dist/server/actions/executions.d.ts +2 -1
  22. package/dist/server/actions/executions.js +48 -2
  23. package/dist/server/actions/workflows.d.ts +1 -0
  24. package/dist/server/actions/workflows.js +66 -0
  25. package/dist/server/collections/executions.js +4 -0
  26. package/dist/server/features/_deprecated-json-parse/JSONParse.instruction.js +4 -1
  27. package/dist/server/features/delay/DelayInstruction.js +36 -36
  28. package/dist/server/features/interception/RequestInterceptionTrigger.js +84 -80
  29. package/dist/server/features/manual/ManualInstruction.js +1 -1
  30. package/dist/server/features/notice/plugin.js +0 -1
  31. package/dist/server/features/omni-trigger/CustomActionTrigger.js +125 -121
  32. package/dist/server/migrations/20241118104303-add-initAt.js +6 -3
  33. package/dist/server/migrations/20241206122842-add-createdBy.js +6 -3
  34. package/dist/server/migrations/20241220001154-bigInt.js +6 -3
  35. package/dist/server/triggers/CollectionTrigger.js +4 -1
  36. package/dist/server/triggers/ScheduleTrigger/DateFieldScheduleTrigger.js +5 -5
  37. package/dist/server/triggers/ScheduleTrigger/StaticScheduleTrigger.js +1 -1
  38. package/dist/server/triggers/ScheduleTrigger/index.js +2 -2
  39. package/dist/server/triggers/index.js +0 -1
  40. package/package.json +17 -17
  41. /package/dist/client/{ExecutionLink.d.ts → components/ExecutionLink.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- (function(S,s){typeof exports=="object"&&typeof module!="undefined"?s(exports,require("@tachybase/client"),require("@tachybase/utils/client"),require("react/jsx-runtime"),require("antd"),require("react-router-dom"),require("react-i18next"),require("react"),require("@ant-design/icons"),require("@tachybase/schema"),require("lodash"),require("@tachybase/components"),require("@tachybase/evaluators/client")):typeof define=="function"&&define.amd?define(["exports","@tachybase/client","@tachybase/utils/client","react/jsx-runtime","antd","react-router-dom","react-i18next","react","@ant-design/icons","@tachybase/schema","lodash","@tachybase/components","@tachybase/evaluators/client"],s):(S=typeof globalThis!="undefined"?globalThis:S||self,s(S["@tachybase/module-workflow"]={},S["@tachybase/client"],S["@tachybase/utils"],S.jsxRuntime,S.antd,S["react-router-dom"],S["react-i18next"],S.react,S["@ant-design/icons"],S["@tachybase/schema"],S.lodash,S["@tachybase/components"],S["@tachybase/evaluators"]))})(this,function(S,s,B,r,b,oe,R,v,z,A,ge,ve,Qe){"use strict";var kl=Object.defineProperty,Sl=Object.defineProperties;var Al=Object.getOwnPropertyDescriptors;var Bt=Object.getOwnPropertySymbols;var Wn=Object.prototype.hasOwnProperty,zn=Object.prototype.propertyIsEnumerable;var so=(S,s,B)=>s in S?kl(S,s,{enumerable:!0,configurable:!0,writable:!0,value:B}):S[s]=B,w=(S,s)=>{for(var B in s||(s={}))Wn.call(s,B)&&so(S,B,s[B]);if(Bt)for(var B of Bt(s))zn.call(s,B)&&so(S,B,s[B]);return S},F=(S,s)=>Sl(S,Al(s));var Ln=S=>typeof S=="symbol"?S:S+"",G=(S,s)=>{var B={};for(var r in S)Wn.call(S,r)&&s.indexOf(r)<0&&(B[r]=S[r]);if(S!=null&&Bt)for(var r of Bt(S))s.indexOf(r)<0&&zn.call(S,r)&&(B[r]=S[r]);return B};var f=(S,s,B)=>so(S,typeof s!="symbol"?s+"":s,B);var E=(S,s,B)=>new Promise((r,b)=>{var oe=z=>{try{v(B.next(z))}catch(A){b(A)}},R=z=>{try{v(B.throw(z))}catch(A){b(A)}},v=z=>z.done?r(z.value):Promise.resolve(z.value).then(oe,R);v((B=B.apply(S,s)).next())});const m="workflow";function N(e,t={}){return s.i18n.t(e,F(w({},t),{ns:[m,"core"]}))}function ke(){return R.useTranslation([m,"core"])}const D=(e,t={})=>s.tval(e,w({ns:[m,"core"]},t)),qn=()=>{const{t:e}=ke(),t=oe.useNavigate(),{token:o}=s.useToken();return r.jsx(b.Tooltip,{title:e("Workflow"),children:r.jsx(b.Button,{icon:r.jsx(s.Icon,{type:"workflow",style:{color:o.colorTextHeaderMenu}}),title:e("Workflow"),onClick:()=>{t("/_admin/business-components/workflow")}})})},pt=(e,t)=>({getAriaLabel:v.useCallback(n=>["add-button",e==null?void 0:e.type,e==null?void 0:e.title,t!=null?String(t):"",n].filter(Boolean).join("-"),[t,e==null?void 0:e.title,e==null?void 0:e.type])}),Ue=v.createContext({});function L(){return v.useContext(Ue)}var Ke=(e=>(e.CONTROL="control",e.COLLECTION="collection",e.EXTENDED="extended",e.MANUAL="manual",e.ADVANCED="advanced",e))(Ke||{});class Q{constructor(){f(this,"title");f(this,"type");f(this,"group");f(this,"icon");f(this,"color");f(this,"isHot");f(this,"description");f(this,"options");f(this,"fieldset");f(this,"view");f(this,"scope");f(this,"components");f(this,"end")}}function Un(e){var y;const{upstream:t,branchIndex:o=null}=e,n=s.usePlugin(Z),a=s.useCompile(),i=s.useAPIClient(),{workflow:l,refresh:d}=(y=L())!=null?y:{},c=Array.from(n.instructions.getValues()),p=v.useMemo(()=>Gn(c,{engine:n,workflow:l,upstream:t,branchIndex:o,compile:a}),[o,n,c,t,l]),u=v.useCallback(h=>E(this,[h],function*({keyPath:x}){var O,V,$;const C=x.pop(),k={},[T]=x,I=n.instructions.get(C);if(T){const{value:P}=(V=(O=I.options)==null?void 0:O.find(j=>j.key===T))!=null?V:{};Object.assign(k,typeof P=="function"?P():P)}l&&(yield i.resource("workflows.nodes",l.id).create({values:{type:C,upstreamId:($=t==null?void 0:t.id)!=null?$:null,branchIndex:o,title:a(I.title),config:k}}),d())}),[i,o,n.instructions,d,t==null?void 0:t.id,l]),g=v.useMemo(()=>({onClick:u,items:p}),[p,u]);return{workflow:l,menu:g}}const ao=[{key:Ke.CONTROL,label:N("Control")},{key:Ke.COLLECTION,label:N("Collection operations")},{key:Ke.MANUAL,label:N("Manual")},{key:Ke.EXTENDED,label:N("Extended types")}],Kn={key:"hot",label:N("Hot tools")};function Gn(e,{engine:t,workflow:o,upstream:n,branchIndex:a,compile:i}){const l=[],d=[];for(const c of ao){const p=e.filter(y=>{var x,h;return y.group===c.key&&((h=(x=y.isAvailable)==null?void 0:x.call(y,{engine:t,workflow:o,upstream:n,branchIndex:a}))!=null?h:!0)});let u=[];for(const y of p){const{type:x,title:h,icon:C,color:k,options:T,isHot:I}=y,O=_n(C,k),V={role:"button","aria-label":x,key:x,label:i(h),type:T?"subMenu":null,icon:O,children:T?T.map($=>({role:"button","aria-label":$.key,key:$.key,label:i($.label)})):null};u.push(V),I&&d.push(V)}const g=F(w({},c),{type:"group",children:u});l.push(g)}return l.unshift(F(w({},Kn),{type:"group",children:d})),l.filter(c=>c.children.length)}function _n(e,t){return r.jsx("div",{className:s.css`
1
+ (function(k,s){typeof exports=="object"&&typeof module!="undefined"?s(exports,require("@tachybase/client"),require("@tachybase/utils/client"),require("react/jsx-runtime"),require("antd"),require("react-router-dom"),require("react-i18next"),require("react"),require("@ant-design/icons"),require("@tachybase/schema"),require("lodash"),require("@tachybase/components"),require("@tachybase/evaluators/client")):typeof define=="function"&&define.amd?define(["exports","@tachybase/client","@tachybase/utils/client","react/jsx-runtime","antd","react-router-dom","react-i18next","react","@ant-design/icons","@tachybase/schema","lodash","@tachybase/components","@tachybase/evaluators/client"],s):(k=typeof globalThis!="undefined"?globalThis:k||self,s(k["@tachybase/module-workflow"]={},k["@tachybase/client"],k["@tachybase/utils"],k.jsxRuntime,k.antd,k["react-router-dom"],k["react-i18next"],k.react,k["@ant-design/icons"],k["@tachybase/schema"],k.lodash,k["@tachybase/components"],k["@tachybase/evaluators"]))})(this,function(k,s,W,r,x,oe,X,b,j,S,fe,be,Ye){"use strict";var Sl=Object.defineProperty,Al=Object.defineProperties;var Il=Object.getOwnPropertyDescriptors;var $t=Object.getOwnPropertySymbols;var Vn=Object.prototype.hasOwnProperty,Wn=Object.prototype.propertyIsEnumerable;var Bn=(k,s,W)=>s in k?Sl(k,s,{enumerable:!0,configurable:!0,writable:!0,value:W}):k[s]=W,v=(k,s)=>{for(var W in s||(s={}))Vn.call(s,W)&&Bn(k,W,s[W]);if($t)for(var W of $t(s))Wn.call(s,W)&&Bn(k,W,s[W]);return k},I=(k,s)=>Al(k,Il(s));var jn=k=>typeof k=="symbol"?k:k+"",K=(k,s)=>{var W={};for(var r in k)Vn.call(k,r)&&s.indexOf(r)<0&&(W[r]=k[r]);if(k!=null&&$t)for(var r of $t(k))s.indexOf(r)<0&&Wn.call(k,r)&&(W[r]=k[r]);return W};var O=(k,s,W)=>new Promise((r,x)=>{var oe=j=>{try{b(W.next(j))}catch(S){x(S)}},X=j=>{try{b(W.throw(j))}catch(S){x(S)}},b=j=>j.done?r(j.value):Promise.resolve(j.value).then(oe,X);b((W=W.apply(k,s)).next())});const m="workflow";function F(e,t={}){return s.i18n.t(e,I(v({},t),{ns:[m,"core"]}))}function Ce(){return X.useTranslation([m,"core"])}const N=(e,t={})=>s.tval(e,v({ns:[m,"core"]},t)),zn=()=>{const{t:e}=Ce(),t=oe.useNavigate(),{token:o}=s.useToken();return r.jsx(x.Tooltip,{title:e("Workflow"),children:r.jsx(x.Button,{icon:r.jsx(s.Icon,{type:"workflow",style:{color:o.colorTextHeaderMenu}}),title:e("Workflow"),onClick:()=>{t("/_admin/business-components/workflow")}})})},dt=(e,t)=>({getAriaLabel:b.useCallback(n=>["add-button",e==null?void 0:e.type,e==null?void 0:e.title,t!=null?String(t):"",n].filter(Boolean).join("-"),[t,e==null?void 0:e.title,e==null?void 0:e.type])}),qe=b.createContext({});function q(){return b.useContext(qe)}var Ue=(e=>(e.CONTROL="control",e.COLLECTION="collection",e.EXTENDED="extended",e.MANUAL="manual",e.ADVANCED="advanced",e))(Ue||{});class Q{}function Ln(e){var h;const{upstream:t,branchIndex:o=null}=e,n=s.usePlugin(Z),i=s.useCompile(),a=s.useAPIClient(),{workflow:l,refresh:c}=(h=q())!=null?h:{},d=Array.from(n.instructions.getValues()),p=b.useMemo(()=>Un(d,{engine:n,workflow:l,upstream:t,branchIndex:o,compile:i}),[o,n,d,t,l]),u=b.useCallback(y=>O(this,[y],function*({keyPath:g}){var D,$,E;const w=g.pop(),A={},[T]=g,C=n.instructions.get(w);if(T){const{value:P}=($=(D=C.options)==null?void 0:D.find(B=>B.key===T))!=null?$:{};Object.assign(A,typeof P=="function"?P():P)}l&&(yield a.resource("workflows.nodes",l.id).create({values:{type:w,upstreamId:(E=t==null?void 0:t.id)!=null?E:null,branchIndex:o,title:i(C.title),config:A}}),c())}),[a,o,n.instructions,c,t==null?void 0:t.id,l]),f=b.useMemo(()=>({onClick:u,items:p}),[p,u]);return{workflow:l,menu:f}}const ro=[{key:Ue.CONTROL,label:F("Control")},{key:Ue.COLLECTION,label:F("Collection operations")},{key:Ue.MANUAL,label:F("Manual")},{key:Ue.EXTENDED,label:F("Extended types")}],qn={key:"hot",label:F("Hot tools")};function Un(e,{engine:t,workflow:o,upstream:n,branchIndex:i,compile:a}){const l=[],c=[];for(const d of ro){const p=e.filter(h=>{var g,y;return h.group===d.key&&((y=(g=h.isAvailable)==null?void 0:g.call(h,{engine:t,workflow:o,upstream:n,branchIndex:i}))!=null?y:!0)});let u=[];for(const h of p){const{type:g,title:y,icon:w,color:A,options:T,isHot:C}=h,D=Kn(w,A),$={role:"button","aria-label":g,key:g,label:a(y),type:T?"subMenu":null,icon:D,children:T?T.map(E=>({role:"button","aria-label":E.key,key:E.key,label:a(E.label)})):null};u.push($),C&&c.push($)}const f=I(v({},d),{type:"group",children:u});l.push(f)}return l.unshift(I(v({},qn),{type:"group",children:c})),l.filter(d=>d.children.length)}function Kn(e,t){return r.jsx("div",{className:s.css`
2
2
  display: flex;
3
3
  justify-content: center;
4
4
  align-items: center;
@@ -13,7 +13,7 @@
13
13
  width: 100%;
14
14
  height: 100%;
15
15
  }
16
- `,children:r.jsx(s.Icon,{type:e})})}const Hn=s.createStyles(({css:e,token:t})=>({addButtonClass:e`
16
+ `,children:r.jsx(s.Icon,{type:e})})}const _n=s.createStyles(({css:e,token:t})=>({addButtonClass:e`
17
17
  flex-shrink: 0;
18
18
  padding: 2em 0;
19
19
 
@@ -32,14 +32,14 @@
32
32
  border-radius: 8px;
33
33
  overflow-y: auto;
34
34
  }
35
- `,iconContainerClass:e``})),Vt=e=>{const{styles:t}=Hn(),{workflow:o,menu:n}=Un(e);return o?r.jsx("div",{className:t.addButtonClass,children:r.jsx(b.Dropdown,{trigger:["click"],disabled:o.executed,overlayClassName:t.dropDownClass,menu:n,children:r.jsx(b.Button,{className:"add-btn",icon:r.jsx(z.PlusOutlined,{}),type:"primary","aria-label":e["aria-label"]||"add-button"})})}):null};function $e(e,t){const o=[];if(!e)return[];for(let n=e.upstream;n;n=n.upstream)(typeof t!="function"||t(n))&&o.push(n);return o}const io=v.createContext({}),lo=io.Provider;function ye(){return v.useContext(io)}const Jn=s.createStyles(({css:e,token:t})=>({nodeBlockClass:e`
35
+ `,iconContainerClass:e``})),Bt=e=>{const{styles:t}=_n(),{workflow:o,menu:n}=Ln(e);return o?r.jsx("div",{className:t.addButtonClass,children:r.jsx(x.Dropdown,{trigger:["click"],disabled:o.executed,overlayClassName:t.dropDownClass,menu:n,children:r.jsx(x.Button,{className:"add-btn",icon:r.jsx(j.PlusOutlined,{}),type:"primary","aria-label":e["aria-label"]||"add-button"})})}):null};function Ee(e,t){const o=[];if(!e)return[];for(let n=e.upstream;n;n=n.upstream)(typeof t!="function"||t(n))&&o.push(n);return o}const so=b.createContext({}),io=so.Provider;function he(){return b.useContext(so)}const Gn=s.createStyles(({css:e,token:t})=>({nodeBlockClass:e`
36
36
  flex-grow: 1;
37
37
  flex-shrink: 0;
38
38
  display: flex;
39
39
  flex-direction: column;
40
40
  align-items: center;
41
41
  position: relative;
42
- `})),co=({data:e})=>{const{styles:t}=Jn(),{getAriaLabel:o}=pt(e),n=s.usePlugin(Z),{Component:a=rt,end:i,group:l}=n.instructions.get(e.type);return r.jsx(lo,{value:F(w({},e),{group:l}),children:r.jsxs("div",{className:s.cx(t.nodeBlockClass),children:[r.jsx(a,{data:e}),!i||typeof i=="function"&&!i(e)?r.jsx(Vt,{"aria-label":o(),upstream:e}):r.jsx("div",{className:"end-sign",children:r.jsx(z.CloseOutlined,{})})]})})},he=s.createStyles(({css:e,token:t})=>({workflowPageClass:e`
42
+ `})),ao=({data:e})=>{const{styles:t}=Gn(),{getAriaLabel:o}=dt(e),n=s.usePlugin(Z),{Component:i=nt,end:a,group:l}=n.instructions.get(e.type);return r.jsx(io,{value:I(v({},e),{group:l}),children:r.jsxs("div",{className:s.cx(t.nodeBlockClass),children:[r.jsx(i,{data:e}),!a||typeof a=="function"&&!a(e)?r.jsx(Bt,{"aria-label":o(),upstream:e}):r.jsx("div",{className:"end-sign",children:r.jsx(j.CloseOutlined,{})})]})})},ge=s.createStyles(({css:e,token:t})=>({workflowPageClass:e`
43
43
  flex-grow: 1;
44
44
  overflow: hidden;
45
45
  display: flex;
@@ -329,7 +329,7 @@
329
329
  .workflow-node-config-button {
330
330
  display: none;
331
331
  }
332
- `}));function Be({from:e=null,entry:t=null,branchIndex:o=null,controller:n=null,className:a,end:i}){const{styles:l}=he(),{getAriaLabel:d}=pt(e,o),c=[];for(let p=t;p;p=p.downstream)c.push(p);return r.jsxs("div",{className:s.cx("workflow-branch",l.branchClass,a),children:[r.jsx("div",{className:"workflow-branch-lines"}),n,r.jsx(Vt,{"aria-label":d(),upstream:e,branchIndex:o}),r.jsx("div",{className:"workflow-node-list",children:c.map(p=>r.jsx(co,{data:p},p.id))}),i?r.jsx("div",{className:"end-sign",children:r.jsx(z.CloseOutlined,{})}):null]})}const Yn=s.createStyles(({css:e,token:t})=>({container:e`
332
+ `}));function $e({from:e=null,entry:t=null,branchIndex:o=null,controller:n=null,className:i,end:a}){const{styles:l}=ge(),{getAriaLabel:c}=dt(e,o),d=[];for(let p=t;p;p=p.downstream)d.push(p);return r.jsxs("div",{className:s.cx("workflow-branch",l.branchClass,i),children:[r.jsx("div",{className:"workflow-branch-lines"}),n,r.jsx(Bt,{"aria-label":c(),upstream:e,branchIndex:o}),r.jsx("div",{className:"workflow-node-list",children:d.map(p=>r.jsx(ao,{data:p},p.id))}),a?r.jsx("div",{className:"end-sign",children:r.jsx(j.CloseOutlined,{})}):null]})}const Hn=s.createStyles(({css:e,token:t})=>({container:e`
333
333
  margin-bottom: 1.5em;
334
334
  padding: 1em;
335
335
  background-color: ${t.colorFillAlter};
@@ -354,7 +354,7 @@
354
354
  p {
355
355
  color: ${t.colorTextDescription};
356
356
  }
357
- `}));function po(e){const{label:t,title:o,description:n,workflowKey:a,createdAt:i,createdBy:l}=e,{styles:d}=Yn(),{t:c}=ke();return r.jsxs(r.Fragment,{children:[r.jsxs("div",{className:s.cx(d.container,e.className),children:[r.jsxs("dl",{children:[r.jsx("dt",{children:t}),r.jsx("dd",{children:r.jsx(b.Tag,{style:{background:"none"},children:o})})]}),n?r.jsx("p",{children:n}):null]}),a||i||l?r.jsxs("div",{className:s.cx(d.container,e.className),children:[a?r.jsx("p",{children:`${c("Key")}: ${a}`}):null,i?r.jsx("p",{children:`${c("Created at")}: ${B.convertUTCToLocal(i)}`}):null,l?r.jsx("p",{children:`${c("Created by")}: ${l}`}):null]}):null]})}const uo="json-parse",mo="js-parse",fo="data-mapping",Ge="deprecated",Qn=e=>{var c;const{className:t}=e,{t:o}=ke(),{styles:n}=Zn(),a=s.useCompile(),{instructions:i}=s.usePlugin(Z),{nodes:l}=(c=L())!=null?c:{},d=v.useMemo(()=>l==null?void 0:l.reduce((p,u)=>{const g=i.get(u.type),{group:y,title:x}=g,h=ao.find(T=>T.key===y),C={key:y,title:x,groupLabel:h!=null&&h.label?h==null?void 0:h.label:o("Unkown group"),count:1,isDeprecated:y===Ge},k=p.findIndex(T=>T.key===y);return k>0?p[k].count++:p.push(C),p},[]),[l]);return r.jsxs("div",{className:s.cx(n.container,t),children:[r.jsxs("dl",{children:[r.jsx("dt",{children:o("Node list")}),r.jsx("dd",{children:o("group-title-count")})]}),d.map(({key:p,title:u,groupLabel:g,count:y,isDeprecated:x},h)=>r.jsx("p",{className:x?n.deprecated:"",children:`${h+1}: ${g}:${a(u)}-${y} ${x?o("Deprecated, please do not use it"):""}`},p))]})},Zn=s.createStyles(({css:e,token:t})=>({container:e`
357
+ `}));function lo(e){const{label:t,title:o,description:n,workflowKey:i,createdAt:a,createdBy:l}=e,{styles:c}=Hn(),{t:d}=Ce();return r.jsxs(r.Fragment,{children:[r.jsxs("div",{className:s.cx(c.container,e.className),children:[r.jsxs("dl",{children:[r.jsx("dt",{children:t}),r.jsx("dd",{children:r.jsx(x.Tag,{style:{background:"none"},children:o})})]}),n?r.jsx("p",{children:n}):null]}),i||a||l?r.jsxs("div",{className:s.cx(c.container,e.className),children:[i?r.jsx("p",{children:`${d("Key")}: ${i}`}):null,a?r.jsx("p",{children:`${d("Created at")}: ${W.convertUTCToLocal(a)}`}):null,l?r.jsx("p",{children:`${d("Created by")}: ${l}`}):null]}):null]})}const co="json-parse",po="js-parse",uo="data-mapping",Ke="deprecated",Jn=e=>{var d;const{className:t}=e,{t:o}=Ce(),{styles:n}=Yn(),i=s.useCompile(),{instructions:a}=s.usePlugin(Z),{nodes:l}=(d=q())!=null?d:{},c=b.useMemo(()=>l==null?void 0:l.reduce((p,u)=>{const f=a.get(u.type),{group:h,title:g}=f,y=ro.find(T=>T.key===h),w={key:h,title:g,groupLabel:y!=null&&y.label?y==null?void 0:y.label:o("Unkown group"),count:1,isDeprecated:h===Ke},A=p.findIndex(T=>T.key===h);return A>0?p[A].count++:p.push(w),p},[]),[l]);return r.jsxs("div",{className:s.cx(n.container,t),children:[r.jsxs("dl",{children:[r.jsx("dt",{children:o("Node list")}),r.jsx("dd",{children:o("group-title-count")})]}),c.map(({key:p,title:u,groupLabel:f,count:h,isDeprecated:g},y)=>r.jsx("p",{className:g?n.deprecated:"",children:`${y+1}: ${f}:${i(u)}-${h} ${g?o("Deprecated, please do not use it"):""}`},p))]})},Yn=s.createStyles(({css:e,token:t})=>({container:e`
358
358
  margin-bottom: 1.5em;
359
359
  padding: 1em;
360
360
  background-color: ${t.colorFillAlter};
@@ -381,23 +381,23 @@
381
381
  }
382
382
  `,deprecated:e`
383
383
  background-color: yellow;
384
- `}));function Xn(){var i;const e=A.useForm(),t=s.useAPIClient(),{workflow:o}=(i=L())!=null?i:{},n=s.useActionContext(),{refresh:a}=s.useResourceActionContext();return{run(){return E(this,null,function*(){if(o.executed){b.message.error(N("Trigger in executed workflow cannot be modified"));return}yield e.submit(),yield t.resource("workflows").update({filterByTk:o.id,values:{config:e.values}}),n.setFormValueChanged(!1),b.message.success("success"),a()})}}}class Ze{constructor(){f(this,"sync");f(this,"title");f(this,"description");f(this,"fieldset");f(this,"view");f(this,"scope");f(this,"components");f(this,"initializers");f(this,"isActionTriggerable")}}const Rn=()=>{const e=s.useCompile(),{workflow:t,execution:o}=L(),{styles:n}=he(),a=Xe();return o?r.jsx(s.SchemaComponent,{schema:{type:"void",name:"execution","x-component":"Action","x-component-props":{title:r.jsx(s.Icon,{type:"InfoOutlined"}),shape:"circle",size:"small",className:s.cx(n.nodeJobButtonClass,s.css`
384
+ `}));function Qn(){var a;const e=S.useForm(),t=s.useAPIClient(),{workflow:o}=(a=q())!=null?a:{},n=s.useActionContext(),{refresh:i}=s.useResourceActionContext();return{run(){return O(this,null,function*(){if(o.executed){x.message.error(F("Trigger in executed workflow cannot be modified"));return}yield e.submit(),yield t.resource("workflows").update({filterByTk:o.id,values:{config:e.values}}),n.setFormValueChanged(!1),x.message.success("success"),i()})}}}class Qe{}const Zn=()=>{const e=s.useCompile(),{workflow:t,execution:o}=q(),{styles:n}=ge(),i=Ze();return o?r.jsx(s.SchemaComponent,{schema:{type:"void",name:"execution","x-component":"Action","x-component-props":{title:r.jsx(s.Icon,{type:"InfoOutlined"}),shape:"circle",size:"small",className:s.cx(n.nodeJobButtonClass,s.css`
385
385
  position: absolute;
386
386
  top: 50%;
387
387
  right: -50px;
388
388
  transform: translateY(-50%);
389
- `),type:"primary"},properties:{[o.id]:{type:"void","x-decorator":"Form","x-decorator-props":{initialValue:F(w({},o),{context:JSON.stringify(o.context||{},null,2)})},"x-component":"Action.Modal",title:r.jsxs("div",{className:s.cx(n.nodeTitleClass),children:[r.jsx(b.Tag,{children:e(a.title)}),r.jsx("strong",{children:t.title}),r.jsxs("span",{className:"workflow-node-id",children:["#",o.id]})]}),properties:{createdAt:{type:"string",title:`{{t("Triggered at", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0},"x-read-pretty":!0},context:{type:"string",title:`{{t("Trigger variables", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"CodeMirror","x-component-props":{defaultLanguage:"json"},"x-read-pretty":!0},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{copy:{type:"void",title:'{{t("Duplicate")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:i}=s.useTranslation();return{run(){return E(this,null,function*(){try{const d=JSON.stringify(o.context,null,2);yield navigator.clipboard.writeText(d),b.message.success(i("Copied"))}catch(d){b.message.error(i("Copy failed"))}})}}}}}}}}}}}}):null};function er(){return{form:A.useForm()}}const tr=()=>{var $;const e=s.useAPIClient(),{workflow:t,refresh:o}=L(),[n,a]=v.useState(""),[i,l]=v.useState(!1),[d,c]=v.useState(!1),{styles:p}=he(),u=s.useCompile(),g=Xe(),y=u(g.title),{fieldset:x,scope:h,components:C}=g,k=t.executed?'{{t("View")}}':'{{t("Configure")}}',T=N("Trigger");v.useEffect(()=>{var P,j;t&&a((j=(P=t.triggerTitle)!=null?P:t.title)!=null?j:y)},[t]);const I=v.useMemo(()=>{const P=ge.cloneDeep(t.config);return A.createForm({initialValues:P,disabled:t.executed})},[t]),O=v.useCallback(P=>{l(P),P||I.reset()},[I]);v.useCallback(function(P){return E(this,null,function*(){const j=P||y;a(j),j!==t.triggerTitle&&(yield e.resource("workflows").update({filterByTk:t.id,values:{triggerTitle:j}}),o())})},[t]);const V=v.useCallback(function(P){var H;if(P.target===P.currentTarget){l(!0);return}const j=new Set(["workflow-node-meta","workflow-node-config-button","ant-input-disabled"]);for(let M=P.target;M&&M!==P.currentTarget;M=M.parentNode)if(Array.from((H=M.classList)!=null?H:[]).some(_=>j.has(_))){l(!0),P.stopPropagation();return}},[]);return r.jsxs("div",{style:{position:"relative"},children:[r.jsxs("div",{role:"button","aria-label":`${T}-${n}`,className:s.cx(p.terminalClass),onClick:V,children:[N("Start"),r.jsx(s.ActionContextProvider,{value:{visible:i,setVisible:O,formValueChanged:d,setFormValueChanged:c},children:r.jsx(s.FormProvider,{form:I,children:r.jsx(s.SchemaComponent,{scope:F(w({},h),{useFormProviderProps:er}),components:C,schema:{name:`workflow-trigger-${t.id}`,type:"void",properties:{config:{type:"void","x-content":k,"x-component":b.Button,"x-component-props":{type:"link",className:"workflow-node-config-button"}},drawer:{type:"void",title:T,"x-component":"Action.Area","x-decorator":"FormV2","x-use-decorator-props":"useFormProviderProps",properties:F(w({},g.description?{description:{type:"void","x-component":po,"x-component-props":{label:N("Trigger type"),title:g.title,description:g.description,workflowKey:t.key,createdAt:t.createdAt,createdBy:($=t.createdBy)==null?void 0:$.nickname}}}:{}),{fieldset:{type:"void","x-component":"fieldset","x-component-props":{className:s.css`
389
+ `),type:"primary"},properties:{[o.id]:{type:"void","x-decorator":"Form","x-decorator-props":{initialValue:I(v({},o),{context:JSON.stringify(o.context||{},null,2)})},"x-component":"Action.Modal",title:r.jsxs("div",{className:s.cx(n.nodeTitleClass),children:[r.jsx(x.Tag,{children:e(i.title)}),r.jsx("strong",{children:t.title}),r.jsxs("span",{className:"workflow-node-id",children:["#",o.id]})]}),properties:{createdAt:{type:"string",title:`{{t("Triggered at", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0},"x-read-pretty":!0},context:{type:"string",title:`{{t("Trigger variables", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"CodeMirror","x-component-props":{defaultLanguage:"json"},"x-read-pretty":!0},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{copy:{type:"void",title:'{{t("Duplicate")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:a}=s.useTranslation();return{run(){return O(this,null,function*(){try{const c=JSON.stringify(o.context,null,2);yield navigator.clipboard.writeText(c),x.message.success(a("Copied"))}catch(c){x.message.error(a("Copy failed"))}})}}}}}}}}}}}}):null};function Xn(){return{form:S.useForm()}}const Rn=()=>{var E;const e=s.useAPIClient(),{workflow:t,refresh:o}=q(),[n,i]=b.useState(""),[a,l]=b.useState(!1),[c,d]=b.useState(!1),{styles:p}=ge(),u=s.useCompile(),f=Ze(),h=u(f.title),{fieldset:g,scope:y,components:w}=f,A=t.executed?'{{t("View")}}':'{{t("Configure")}}',T=F("Trigger");b.useEffect(()=>{var P,B;t&&i((B=(P=t.triggerTitle)!=null?P:t.title)!=null?B:h)},[t]);const C=b.useMemo(()=>{const P=fe.cloneDeep(t.config);return S.createForm({initialValues:P,disabled:t.executed})},[t]),D=b.useCallback(P=>{l(P),P||C.reset()},[C]);b.useCallback(function(P){return O(this,null,function*(){const B=P||h;i(B),B!==t.triggerTitle&&(yield e.resource("workflows").update({filterByTk:t.id,values:{triggerTitle:B}}),o())})},[t]);const $=b.useCallback(function(P){var _;if(P.target===P.currentTarget){l(!0);return}const B=new Set(["workflow-node-meta","workflow-node-config-button","ant-input-disabled"]);for(let z=P.target;z&&z!==P.currentTarget;z=z.parentNode)if(Array.from((_=z.classList)!=null?_:[]).some(J=>B.has(J))){l(!0),P.stopPropagation();return}},[]);return r.jsxs("div",{style:{position:"relative"},children:[r.jsxs("div",{role:"button","aria-label":`${T}-${n}`,className:s.cx(p.terminalClass),onClick:$,children:[F("Start"),r.jsx(s.ActionContextProvider,{value:{visible:a,setVisible:D,formValueChanged:c,setFormValueChanged:d},children:r.jsx(s.FormProvider,{form:C,children:r.jsx(s.SchemaComponent,{scope:I(v({},y),{useFormProviderProps:Xn}),components:w,schema:{name:`workflow-trigger-${t.id}`,type:"void",properties:{config:{type:"void","x-content":A,"x-component":x.Button,"x-component-props":{type:"link",className:"workflow-node-config-button"}},drawer:{type:"void",title:T,"x-component":"Action.Area","x-decorator":"FormV2","x-use-decorator-props":"useFormProviderProps",properties:I(v({},f.description?{description:{type:"void","x-component":lo,"x-component-props":{label:F("Trigger type"),title:f.title,description:f.description,workflowKey:t.key,createdAt:t.createdAt,createdBy:(E=t.createdBy)==null?void 0:E.nickname}}}:{}),{fieldset:{type:"void","x-component":"fieldset","x-component-props":{className:s.css`
390
390
  .ant-select.auto-width {
391
391
  width: auto;
392
392
  min-width: 6em;
393
393
  }
394
- `},properties:x},actions:t.executed?{}:{type:"void","x-component":"ActionArea.Footer",properties:{cancel:{title:'{{t("Cancel")}}',"x-component":"Action","x-component-props":{useAction:"{{ cm.useCancelAction }}"}},submit:{title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction:Xn}}}},showNodes:{type:"void","x-component":Qn}})}}}})})})]}),r.jsx(Rn,{})]})};function Xe(){const e=s.usePlugin(Z),{workflow:t}=L();return e.triggers.get(t.type)}const go="workflow-zoom";function or({entry:e}){const{styles:t}=he(),{workflow:o}=L(),[n,a]=v.useState(100),i=ge.debounce(l=>{localStorage.setItem(go,l)});return v.useEffect(()=>{const l=localStorage.getItem(go);l&&Number(l)>0&&a(Number(l))},[]),r.jsxs("div",{className:"workflow-canvas-wrapper",children:[r.jsx("div",{className:"workflow-canvas",style:{zoom:n/100},children:r.jsx("div",{className:s.cx(t.branchBlockClass,s.css`
394
+ `},properties:g},actions:t.executed?{}:{type:"void","x-component":"ActionArea.Footer",properties:{cancel:{title:'{{t("Cancel")}}',"x-component":"Action","x-component-props":{useAction:"{{ cm.useCancelAction }}"}},submit:{title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction:Qn}}}},showNodes:{type:"void","x-component":Jn}})}}}})})})]}),r.jsx(Zn,{})]})};function Ze(){const e=s.usePlugin(Z),{workflow:t}=q();return e.triggers.get(t.type)}const mo="workflow-zoom";function er({entry:e}){const{styles:t}=ge(),{workflow:o}=q(),[n,i]=b.useState(100),a=fe.debounce(l=>{localStorage.setItem(mo,l)});return b.useEffect(()=>{const l=localStorage.getItem(mo);l&&Number(l)>0&&i(Number(l))},[]),r.jsxs("div",{className:"workflow-canvas-wrapper",children:[r.jsx("div",{className:"workflow-canvas",style:{zoom:n/100},children:r.jsx("div",{className:s.cx(t.branchBlockClass,s.css`
395
395
  margin-top: 0 !important;
396
- `),children:r.jsxs("div",{className:t.branchClass,children:[o!=null&&o.executed?r.jsx(b.Alert,{type:"warning",message:N("Executed workflow cannot be modified"),showIcon:!0,className:s.css`
396
+ `),children:r.jsxs("div",{className:t.branchClass,children:[o!=null&&o.executed?r.jsx(x.Alert,{type:"warning",message:F("Executed workflow cannot be modified"),showIcon:!0,className:s.css`
397
397
  margin-bottom: 1em;
398
- `}):null,r.jsx(tr,{}),r.jsx("div",{className:s.cx(t.branchBlockClass,s.css`
398
+ `}):null,r.jsx(Rn,{}),r.jsx("div",{className:s.cx(t.branchBlockClass,s.css`
399
399
  margin-top: 0 !important;
400
- `),children:r.jsx(Be,{entry:e})}),r.jsx("div",{className:t.terminalClass,children:N("End")})]})})}),r.jsx("div",{className:"workflow-canvas-zoomer",children:r.jsx(b.Slider,{vertical:!0,reverse:!0,defaultValue:100,step:10,min:10,value:n,onChange:l=>{a(l),i(l)}})})]})}const yo="workflow-splitter",ho=({entry:e})=>{const t=L(),[o,n]=v.useState(600),a=ge.debounce(i=>{localStorage.setItem(yo,i)});return v.useEffect(()=>{const i=localStorage.getItem(yo);i&&Number(i)>0&&n(Number(i))},[t.workflow.key]),r.jsx(s.ActionAreaProvider,{children:r.jsxs(b.Splitter,{onResize:i=>{n(i[1]),a(String(i[1]))},children:[r.jsx(b.Splitter.Panel,{collapsible:!0,children:r.jsx(or,{entry:e})}),r.jsx(b.Splitter.Panel,{size:o,min:"240",collapsible:!0,className:"workflow-operator-area",children:r.jsx(s.ActionAreaStub,{})})]})})};function jt(e){if(e>=86313600)return"999 D";const n=Math.floor(e/(24*60*60)),a=Math.floor(e%(24*60*60)/3600),i=Math.floor(e%3600/60),l=e%60;let d="";return n>0&&(d+=`${n} D `),(a>0||n>0)&&(d+=`${a} h `),(i>0||a>0||n>0)&&(d+=`${i} m `),e>=60?d+=`${Math.floor(l)} s`:d+=`${l.toFixed(3)} s`,d.trim()}function Wt(){const e=s.useCollectionRecordData(),{createdAt:t,updatedAt:o,status:n}=e||{},[a,i]=v.useState("");return v.useEffect(()=>{const l=t?new Date(t):null,d=o?new Date(o):null;let c=null;const p=()=>{let u=0;if(l&&!isNaN(l.getTime())){const g=l.getTime();if(n===0){const y=Date.now();u=Math.max((y-g)/1e3,0)}else if(d&&!isNaN(d.getTime())){const y=d.getTime();u=Math.max((y-g)/1e3,0)}i(jt(u))}else i("Invalid timestamps")};return p(),n===0&&(c=setInterval(p,1e3)),()=>{c&&clearInterval(c)}},[t,o,n]),r.jsx("div",{children:a})}const xo=e=>{const t=oe.useNavigate();return r.jsx(b.Button,w({type:"text",icon:r.jsx(s.Icon,{type:"ArrowLeftOutlined"}),onClick:()=>{t(-1)}},e))},nr=s.createStyles(({css:e})=>({statusButtonClass:e`
400
+ `),children:r.jsx($e,{entry:e})}),r.jsx("div",{className:t.terminalClass,children:F("End")})]})})}),r.jsx("div",{className:"workflow-canvas-zoomer",children:r.jsx(x.Slider,{vertical:!0,reverse:!0,defaultValue:100,step:10,min:10,value:n,onChange:l=>{i(l),a(l)}})})]})}const fo="workflow-splitter",ho=({entry:e})=>{const t=q(),[o,n]=b.useState(600),i=fe.debounce(a=>{localStorage.setItem(fo,a)});return b.useEffect(()=>{const a=localStorage.getItem(fo);a&&Number(a)>0&&n(Number(a))},[t.workflow.key]),r.jsx(s.ActionAreaProvider,{children:r.jsxs(x.Splitter,{onResize:a=>{n(a[1]),i(String(a[1]))},children:[r.jsx(x.Splitter.Panel,{collapsible:!0,children:r.jsx(er,{entry:e})}),r.jsx(x.Splitter.Panel,{size:o,min:"240",collapsible:!0,className:"workflow-operator-area",children:r.jsx(s.ActionAreaStub,{})})]})})};function tr(e){if(e>=86313600)return"999 D";const n=Math.floor(e/(24*60*60)),i=Math.floor(e%(24*60*60)/3600),a=Math.floor(e%3600/60),l=e%60;let c="";return n>0&&(c+=`${n} D `),(i>0||n>0)&&(c+=`${i} h `),(a>0||i>0||n>0)&&(c+=`${a} m `),e>=60?c+=`${Math.floor(l)} s`:c+=`${l.toFixed(3)} s`,c.trim()}function or(e){if(!e)return;const a=e/1e3,l=999*86400;if(a>=l)return"999 D";if(e<6e5){const h=Math.floor(a/60),g=Math.floor(a%60),y=e%1e3;let w=`${y} ms`;return h>0?w=`${h} m ${g} s ${y} ms`:g>0&&(w=`${g} s ${y} ms`),w}const c=Math.floor(a/86400),d=Math.floor(a%86400/3600),p=Math.floor(a%3600/60),u=a%60;let f="";return c>0&&(f+=`${c} D `),(d>0||c>0)&&(f+=`${d} h `),(p>0||d>0||c>0)&&(f+=`${p} m `),a>=60?f+=`${Math.floor(u)} s`:f+=`${u} s`,f.trim()}function nr(e,t){const o=()=>{const a=Date.now(),l=new Date(t.createdAt).getTime();return a-l},[n,i]=b.useState(e||o());return b.useEffect(()=>{let a;return t.status===0?a=setInterval(()=>{i(o())},1e3):i(e),()=>{a&&clearInterval(a)}},[e,t.status]),or(n)}const go=e=>{const t=oe.useNavigate();return r.jsx(x.Button,v({type:"text",icon:r.jsx(s.Icon,{type:"ArrowLeftOutlined"}),onClick:()=>{t(-1)}},e))},rr=s.createStyles(({css:e})=>({statusButtonClass:e`
401
401
  border: none;
402
402
  .ant-tag {
403
403
  display: inline-grid;
@@ -411,43 +411,43 @@
411
411
  }
412
412
  `,noStatusButtonClass:e`
413
413
  border-width: 2px;
414
- `}));function Re(e){var n;const{styles:t}=nr();let o=null;if(typeof e.status!="undefined"&&((n=e.statusMap)!=null&&n[e.status])){const{icon:a,color:i}=e.statusMap[e.status];o=r.jsx(b.Tag,{color:i,children:a})}return r.jsx(b.Button,F(w({},e),{shape:"circle",size:"small",className:s.cx(o?t.statusButtonClass:t.noStatusButtonClass,e.className),children:o}))}const pe={QUEUEING:null,STARTED:0,RESOLVED:1,FAILED:-1,ERROR:-2,ABORTED:-3,CANCELED:-4,REJECTED:-5,RETRY_NEEDED:-6},ut=[{value:pe.QUEUEING,label:`{{t("Queueing", { ns: "${m}" })}}`,color:"blue",icon:r.jsx(z.HourglassOutlined,{}),description:`{{t("Triggered but still waiting in queue to execute.", { ns: "${m}" })}}`},{value:pe.STARTED,label:`{{t("On going", { ns: "${m}" })}}`,color:"gold",icon:r.jsx(z.LoadingOutlined,{}),description:`{{t("Started and executing, maybe waiting for an async callback (manual, delay etc.).", { ns: "${m}" })}}`},{value:pe.RESOLVED,label:`{{t("Resolved", { ns: "${m}" })}}`,color:"green",icon:r.jsx(z.CheckOutlined,{}),description:`{{t("Successfully finished.", { ns: "${m}" })}}`},{value:pe.FAILED,label:`{{t("Failed", { ns: "${m}" })}}`,color:"red",icon:r.jsx(z.ExclamationOutlined,{}),description:`{{t("Failed to satisfy node configurations.", { ns: "${m}" })}}`},{value:pe.ERROR,label:`{{t("Error", { ns: "${m}" })}}`,color:"red",icon:r.jsx(z.CloseOutlined,{}),description:`{{t("Some node meets error.", { ns: "${m}" })}}`},{value:pe.ABORTED,label:`{{t("Aborted", { ns: "${m}" })}}`,color:"red",icon:r.jsx(z.MinusOutlined,{rotate:90}),description:`{{t("Running of some node was aborted by program flow.", { ns: "${m}" })}}`},{value:pe.CANCELED,label:`{{t("Canceled", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(z.MinusOutlined,{rotate:45}),description:`{{t("Manually canceled whole execution when waiting.", { ns: "${m}" })}}`},{value:pe.REJECTED,label:`{{t("Rejected", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(z.MinusOutlined,{}),description:`{{t("Rejected from a manual node.", { ns: "${m}" })}}`},{value:pe.RETRY_NEEDED,label:`{{t("Retry needed", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(z.RedoOutlined,{}),description:`{{t("General failed but should do another try.", { ns: "${m}" })}}`}],mt=ut.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});var xe=(e=>(e[e.PENDING=0]="PENDING",e[e.RESOLVED=1]="RESOLVED",e[e.FAILED=-1]="FAILED",e[e.ERROR=-2]="ERROR",e[e.ABORTED=-3]="ABORTED",e[e.CANCELED=-4]="CANCELED",e[e.REJECTED=-5]="REJECTED",e[e.RETRY_NEEDED=-6]="RETRY_NEEDED",e))(xe||{});const ft=[{value:0,label:`{{t("Pending", { ns: "${m}" })}}`,color:"#FFD92D",icon:r.jsx(s.Icon,{type:"HistoryOutlined"})},{value:1,label:`{{t("Resolved", { ns: "${m}" })}}`,color:"#2DCD22",icon:r.jsx(s.Icon,{type:"CheckOutlined"})},{value:-1,label:`{{t("Failed", { ns: "${m}" })}}`,color:"#F45353",icon:r.jsx(s.Icon,{type:"ExclamationOutlined"})},{value:-2,label:`{{t("Error", { ns: "${m}" })}}`,color:"#F45353",icon:r.jsx(s.Icon,{type:"CloseOutlined"})},{value:-3,label:`{{t("Aborted", { ns: "${m}" })}}`,color:"#F45353",icon:r.jsx(s.Icon,{type:"MinusOutlined",rotate:90})},{value:-4,label:`{{t("Canceled", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(s.Icon,{type:"MinusOutlined",rotate:45})},{value:-5,label:`{{t("Rejected", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(s.Icon,{type:"MinusOutlined"})},{value:-6,label:`{{t("Retry needed", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(s.Icon,{type:"RedoOutlined"})}],et=ft.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});function gt(e){const t=new Map;e.forEach(o=>t.set(o.id,o));for(const o of t.values())o.upstreamId&&(o.upstream=t.get(o.upstreamId)),o.downstreamId&&(o.downstream=t.get(o.downstreamId))}function yt(e){const t=e.$and||e.$or;return t?t.some(o=>{if(o.$and||o.$or)return yt(o);const[n]=Object.keys(o);if(!n||!o[n])return!1;const[a]=Object.keys(o[n]);return!(!a||typeof o[n][a]=="undefined")}):!1}function ht(e,t){t(e),e.properties&&Object.keys(e.properties).forEach(o=>{ht(e.properties[o],t)})}function Ve(e){return`/_admin/business-components/workflow/${e}/workflow`}function xt(e){return`/_admin/business-components/workflow/${e}/executions`}function rr(e,t=[]){const o=new Map;e.forEach(n=>{n.jobs=[],o.set(n.id,n)}),t.forEach(n=>{const a=o.get(n.nodeId);a.jobs.push(n),n.node={id:a.id,key:a.key,title:a.title,type:a.type}}),e.forEach(n=>{n.jobs=n.jobs.sort((a,i)=>a.id-i.id)})}function sr(){const{instructions:e}=s.usePlugin(Z),t=s.useCompile(),{viewJob:o,setViewJob:n}=L();if(!o)return;o.cost=jt(o.cost/1e3);const{styles:a}=he(),{node:i={}}=o!=null?o:{},l=e.get(i.type);return r.jsx(s.ActionContextProvider,{value:{visible:!!o,setVisible:n},children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`${o==null?void 0:o.id}-${o==null?void 0:o.updatedAt}-modal`]:{type:"void","x-decorator":"Form","x-decorator-props":{initialValue:F(w({},o),{result:JSON.stringify(o.result,null,2)})},"x-component":"Action.Modal",title:r.jsxs("div",{className:a.nodeTitleClass,children:[r.jsx(b.Tag,{children:t(l==null?void 0:l.title)}),r.jsx("strong",{children:i.title}),r.jsxs("span",{className:"workflow-node-id",children:["#",i.id]})]}),properties:{status:{type:"number",title:`{{t("Status", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select",enum:ft,"x-read-pretty":!0},updatedAt:{type:"string",title:`{{t("Executed at", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0},"x-read-pretty":!0},cost:{type:"string",title:`{{t("Executed time", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input","x-read-pretty":!0},result:{type:"string",title:`{{t("Node result", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"CodeMirror","x-component-props":{defaultLanguage:"json"},"x-read-pretty":!0},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{copy:{type:"void",title:'{{t("Duplicate")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:d}=R.useTranslation();return{run(){return E(this,null,function*(){try{const p=JSON.stringify(o.result,null,2);yield navigator.clipboard.writeText(p),b.message.success(d("Copied"))}catch(p){b.message.error(d("Copy failed"))}})}}}}}}}}}}}})})}function ar(e){const{execution:t}=L(),o=s.useAPIClient(),n=oe.useNavigate(),{styles:a}=he(),[i,l]=v.useState([]),[d,c]=v.useState([]);v.useEffect(()=>{t&&o.resource("executions").list({filter:{key:t.key,id:{$lt:t.id}},sort:"-createdAt",pageSize:10,fields:["id","status","createdAt"]}).then(({data:u})=>{l(u.data)}).catch(()=>{})},[t]),v.useEffect(()=>{t&&o.resource("executions").list({filter:{key:t.key,id:{$gt:t.id}},sort:"createdAt",pageSize:10,fields:["id","status","createdAt"]}).then(({data:u})=>{c(u.data.reverse())}).catch(()=>{})},[t]);const p=v.useCallback(({key:u})=>{u!==t.id&&n(xt(u))},[t]);return t?r.jsx(b.Dropdown,{menu:{onClick:p,defaultSelectedKeys:[`${t.id}`],className:s.cx(a.dropdownClass,a.executionsDropdownRowClass),items:[...d,t,...i].map(u=>({key:u.id,label:r.jsxs(r.Fragment,{children:[r.jsx("span",{className:"id",children:`#${u.id}`}),r.jsx("time",{children:B.str2moment(u.createdAt).format("YYYY-MM-DD HH:mm:ss")})]}),icon:r.jsx("span",{children:r.jsx(Re,{statusMap:mt,status:u.status})})}))},children:r.jsxs(b.Space,{children:[r.jsx("strong",{children:`#${t.id}`}),r.jsx(z.DownOutlined,{})]})}):null}function ir(){var I;const{t:e}=R.useTranslation(),t=s.useCompile(),{data:o,loading:n,refresh:a}=s.useResourceActionContext(),{setTitle:i}=s.useDocumentTitle(),[l,d]=v.useState(null),c=s.useApp(),p=s.useAPIClient();v.useEffect(()=>{var j;const{workflow:P}=(j=o==null?void 0:o.data)!=null?j:{};i==null||i(`${P!=null&&P.title?`${P.title} - `:""}${N("Execution history")}`)},[o==null?void 0:o.data]);const u=v.useCallback(()=>{b.Modal.confirm({title:N("Cancel the execution"),icon:r.jsx(z.ExclamationCircleFilled,{}),content:N("Are you sure you want to cancel the execution?"),onOk:()=>{p.resource("executions").cancel({filterByTk:o==null?void 0:o.data.id}).then(()=>{b.message.success(e("Operation succeeded")),a()}).catch(P=>{console.error(P.data.error)})}})},[o==null?void 0:o.data]);if(!(o!=null&&o.data))return n?r.jsx(b.Spin,{}):r.jsx(b.Result,{status:"404",title:"Not found"});const O=(I=o==null?void 0:o.data)!=null?I:{},{jobs:g=[],workflow:V={}}=O,$=V,{nodes:y=[],revisions:x=[]}=$,h=G($,["nodes","revisions"]),C=G(O,["jobs","workflow"]);gt(y),rr(y,g);const k=y.find(P=>!P.upstream),T=mt[C.status];return r.jsxs(Ue.Provider,{value:{workflow:h.type?h:null,nodes:y,execution:C,viewJob:l,setViewJob:d},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(xo,{}),r.jsx(b.Breadcrumb,{items:[{title:r.jsx(oe.Link,{to:c.systemSettingsManager.getRoutePath(`business-components.${m}`),children:N("Workflow")})},{title:r.jsx(oe.Link,{to:Ve(h.id),children:h.title})},{title:r.jsx(ar,{})}]})]}),r.jsxs("aside",{children:[r.jsx(b.Tag,{color:T.color,children:t(T.label)}),C.status?null:r.jsx(b.Tooltip,{title:N("Cancel the execution"),children:r.jsx(b.Button,{type:"link",danger:!0,onClick:u,shape:"circle",size:"small",icon:r.jsx(z.StopOutlined,{})})}),r.jsx("time",{children:B.str2moment(C.updatedAt).format("YYYY-MM-DD HH:mm:ss")})]})]}),r.jsx(ho,{entry:k}),r.jsx(sr,{})]})}const bo=()=>{const e=oe.useParams(),{styles:t}=he();return r.jsx("div",{className:s.cx(t.workflowPageClass),children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`execution_${e.id}`]:{type:"void","x-decorator":"ResourceActionProvider","x-decorator-props":{collection:{name:"executions",fields:[]},resourceName:"executions",request:{resource:"executions",action:"get",params:{filter:e,appends:["jobs","workflow","workflow.nodes"]}}},"x-component":"ExecutionCanvas"}}},components:{ExecutionCanvas:ir}})})};function lr(e){return["hasMany","belongsToMany"].includes(e.type)}function cr(){const e=s.useCompile();return[bt,vt].map(t=>{var n;const o=(n=t.useOptions({types:[lr],appends:null,depth:4}))==null?void 0:n.filter(Boolean);return{label:e(t.label),value:t.value,key:t.value,children:e(o),disabled:o&&!o.length}})}function dr(n){var a=n,{value:e,onChange:t}=a,o=G(a,["value","onChange"]);const{setValuesIn:i}=A.useForm(),{getCollection:l}=s.useCollectionManager_deprecated(),d=cr(),[c,p]=v.useState(d),{associatedKey:u="",name:g}=e!=null?e:{};let y=[];const x=u.match(/^{{(.*)}}$/);x&&(y=[...x[1].trim().split(".").slice(0,-1),g]);const h=k=>E(this,null,function*(){var I;const T=k[k.length-1];!((I=T.children)!=null&&I.length)&&!T.isLeaf&&T.loadChildren&&(yield T.loadChildren(T),p(O=>[...O]))});v.useEffect(()=>{E(this,null,function*(){var I;if(!y||c.length<=1)return;let T=null;for(let O=0;O<y.length;O++){const V=y[O];try{O===0?T=c.find($=>$.value===V):(T.loadChildren&&!((I=T.children)!=null&&I.length)&&(yield T.loadChildren(T)),T=T.children.find($=>$.value===V))}catch($){console.error($)}}p([...c])})},[e,c.length]);const C=v.useCallback((k,T)=>{if(!(k!=null&&k.length)){i("collection",null),t({});return}const{field:I}=T.pop();if(!I||!["hasMany","belongsToMany"].includes(I.type))return;const{collectionName:O,target:V,name:$,dataSourceKey:P}=I,H=l(O,P).fields.find(M=>M.primaryKey);i("collection",`${P}:${V}`),t({name:$,associatedKey:`{{${k.slice(0,-1).join(".")}.${H.name}}}`,associatedCollection:s.joinCollectionName(P,O)})},[t]);return r.jsx(b.Cascader,F(w({},o),{value:y,options:c,changeOnSelect:!0,onChange:C,loadData:h}))}class pr extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Aggregate", { ns: "${m}" })}}`);f(this,"type","aggregate");f(this,"group","collection");f(this,"icon","SearchOutlined");f(this,"color","#19e8aa");f(this,"description",`{{t("Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.", { ns: "${m}" })}}`);f(this,"fieldset",{aggregator:{type:"string",title:`{{t("Aggregator function", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:"COUNT",value:"count"},{label:"SUM",value:"sum"},{label:"AVG",value:"avg"},{label:"MIN",value:"min"},{label:"MAX",value:"max"}],required:!0,default:"count"},associated:{type:"boolean",title:`{{t("Target type", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Data of collection", { ns: "${m}" })}}`,value:!1},{label:`{{t("Data of associated collection", { ns: "${m}" })}}`,value:!0}],required:!0,default:!1,"x-reactions":[{target:"collection",effects:["onFieldValueChange"],fulfill:{state:{value:null}}},{target:"association",effects:["onFieldValueChange"],fulfill:{state:{value:null}}}]},collectionField:{type:"void","x-decorator":"SchemaComponentContext.Provider","x-decorator-props":{value:{designable:!1}},"x-component":"Grid",properties:{row:{type:"void","x-component":"Grid.Row",properties:{target:{type:"void","x-component":"Grid.Col",properties:{collection:{type:"string",required:!0,"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader",title:`{{t("Data of collection", { ns: "${m}" })}}`,"x-reactions":[{dependencies:["associated"],fulfill:{state:{display:'{{$deps[0] ? "hidden" : "visible"}}'}}},{target:"params.field",effects:["onFieldValueChange"],fulfill:{state:{value:null}}},{target:"params.filter",effects:["onFieldValueChange"],fulfill:{state:{value:null}}}]},association:{type:"object",title:`{{t("Data of associated collection", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"AssociatedConfig","x-component-props":{changeOnSelect:!0},"x-reactions":[{dependencies:["associated"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}],required:!0}}},field:{type:"void","x-component":"Grid.Col",properties:{"params.field":{type:"string",title:`{{t("Field to aggregate", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"FieldsSelect","x-component-props":{filter(o){return!o.hidden&&o.interface&&!["belongsTo","hasOne","hasMany","belongsToMany"].includes(o.type)}},required:!0,"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}}}}}}},params:{type:"object",properties:{distinct:{type:"boolean",title:`{{t("Distinct", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Checkbox","x-reactions":[{dependencies:["collection","aggregator"],fulfill:{state:{visible:'{{!!$deps[0] && ["count"].includes($deps[1])}}'}}}]},filter:{type:"object",title:'{{t("Filter")}}',"x-decorator":"FormItem","x-component":"Filter","x-use-component-props":()=>{const{values:o}=A.useForm(),[n,a]=s.parseCollectionName(o==null?void 0:o.collection);return{options:s.useCollectionFilterOptions(a,n),className:s.css`
414
+ `}));function Xe(e){var n;const{styles:t}=rr();let o=null;if(typeof e.status!="undefined"&&((n=e.statusMap)!=null&&n[e.status])){const{icon:i,color:a}=e.statusMap[e.status];o=r.jsx(x.Tag,{color:a,children:i})}return r.jsx(x.Button,I(v({},e),{shape:"circle",size:"small",className:s.cx(o?t.statusButtonClass:t.noStatusButtonClass,e.className),children:o}))}const de={QUEUEING:null,STARTED:0,RESOLVED:1,FAILED:-1,ERROR:-2,ABORTED:-3,CANCELED:-4,REJECTED:-5,RETRY_NEEDED:-6},pt=[{value:de.QUEUEING,label:`{{t("Queueing", { ns: "${m}" })}}`,color:"blue",icon:r.jsx(j.HourglassOutlined,{}),description:`{{t("Triggered but still waiting in queue to execute.", { ns: "${m}" })}}`},{value:de.STARTED,label:`{{t("On going", { ns: "${m}" })}}`,color:"gold",icon:r.jsx(j.LoadingOutlined,{}),description:`{{t("Started and executing, maybe waiting for an async callback (manual, delay etc.).", { ns: "${m}" })}}`},{value:de.RESOLVED,label:`{{t("Resolved", { ns: "${m}" })}}`,color:"green",icon:r.jsx(j.CheckOutlined,{}),description:`{{t("Successfully finished.", { ns: "${m}" })}}`},{value:de.FAILED,label:`{{t("Failed", { ns: "${m}" })}}`,color:"red",icon:r.jsx(j.ExclamationOutlined,{}),description:`{{t("Failed to satisfy node configurations.", { ns: "${m}" })}}`},{value:de.ERROR,label:`{{t("Error", { ns: "${m}" })}}`,color:"red",icon:r.jsx(j.CloseOutlined,{}),description:`{{t("Some node meets error.", { ns: "${m}" })}}`},{value:de.ABORTED,label:`{{t("Aborted", { ns: "${m}" })}}`,color:"red",icon:r.jsx(j.MinusOutlined,{rotate:90}),description:`{{t("Running of some node was aborted by program flow.", { ns: "${m}" })}}`},{value:de.CANCELED,label:`{{t("Canceled", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(j.MinusOutlined,{rotate:45}),description:`{{t("Manually canceled whole execution when waiting.", { ns: "${m}" })}}`},{value:de.REJECTED,label:`{{t("Rejected", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(j.MinusOutlined,{}),description:`{{t("Rejected from a manual node.", { ns: "${m}" })}}`},{value:de.RETRY_NEEDED,label:`{{t("Retry needed", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(j.RedoOutlined,{}),description:`{{t("General failed but should do another try.", { ns: "${m}" })}}`}],ut=pt.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});var ye=(e=>(e[e.PENDING=0]="PENDING",e[e.RESOLVED=1]="RESOLVED",e[e.FAILED=-1]="FAILED",e[e.ERROR=-2]="ERROR",e[e.ABORTED=-3]="ABORTED",e[e.CANCELED=-4]="CANCELED",e[e.REJECTED=-5]="REJECTED",e[e.RETRY_NEEDED=-6]="RETRY_NEEDED",e))(ye||{});const mt=[{value:0,label:`{{t("Pending", { ns: "${m}" })}}`,color:"#FFD92D",icon:r.jsx(s.Icon,{type:"HistoryOutlined"})},{value:1,label:`{{t("Resolved", { ns: "${m}" })}}`,color:"#2DCD22",icon:r.jsx(s.Icon,{type:"CheckOutlined"})},{value:-1,label:`{{t("Failed", { ns: "${m}" })}}`,color:"#F45353",icon:r.jsx(s.Icon,{type:"ExclamationOutlined"})},{value:-2,label:`{{t("Error", { ns: "${m}" })}}`,color:"#F45353",icon:r.jsx(s.Icon,{type:"CloseOutlined"})},{value:-3,label:`{{t("Aborted", { ns: "${m}" })}}`,color:"#F45353",icon:r.jsx(s.Icon,{type:"MinusOutlined",rotate:90})},{value:-4,label:`{{t("Canceled", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(s.Icon,{type:"MinusOutlined",rotate:45})},{value:-5,label:`{{t("Rejected", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(s.Icon,{type:"MinusOutlined"})},{value:-6,label:`{{t("Retry needed", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(s.Icon,{type:"RedoOutlined"})}],Re=mt.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});function ft(e){const t=new Map;e.forEach(o=>t.set(o.id,o));for(const o of t.values())o.upstreamId&&(o.upstream=t.get(o.upstreamId)),o.downstreamId&&(o.downstream=t.get(o.downstreamId))}function ht(e){const t=e.$and||e.$or;return t?t.some(o=>{if(o.$and||o.$or)return ht(o);const[n]=Object.keys(o);if(!n||!o[n])return!1;const[i]=Object.keys(o[n]);return!(!i||typeof o[n][i]=="undefined")}):!1}function gt(e,t){t(e),e.properties&&Object.keys(e.properties).forEach(o=>{gt(e.properties[o],t)})}function Be(e){return`/_admin/business-components/workflow/${e}/workflow`}function yt(e){return`/_admin/business-components/workflow/${e}/executions`}function sr(e,t=[]){const o=new Map;e.forEach(n=>{n.jobs=[],o.set(n.id,n)}),t.forEach(n=>{const i=o.get(n.nodeId);i.jobs.push(n),n.node={id:i.id,key:i.key,title:i.title,type:i.type}}),e.forEach(n=>{n.jobs=n.jobs.sort((i,a)=>i.id-a.id)})}function ir(){const{instructions:e}=s.usePlugin(Z),t=s.useCompile(),{viewJob:o,setViewJob:n}=q();if(!o)return;o.cost=tr(o.cost/1e3);const{styles:i}=ge(),{node:a={}}=o!=null?o:{},l=e.get(a.type);return r.jsx(s.ActionContextProvider,{value:{visible:!!o,setVisible:n},children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`${o==null?void 0:o.id}-${o==null?void 0:o.updatedAt}-modal`]:{type:"void","x-decorator":"Form","x-decorator-props":{initialValue:I(v({},o),{result:JSON.stringify(o.result,null,2)})},"x-component":"Action.Modal",title:r.jsxs("div",{className:i.nodeTitleClass,children:[r.jsx(x.Tag,{children:t(l==null?void 0:l.title)}),r.jsx("strong",{children:a.title}),r.jsxs("span",{className:"workflow-node-id",children:["#",a.id]})]}),properties:{status:{type:"number",title:`{{t("Status", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select",enum:mt,"x-read-pretty":!0},updatedAt:{type:"string",title:`{{t("Executed at", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0},"x-read-pretty":!0},cost:{type:"string",title:`{{t("Executed time", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input","x-read-pretty":!0},result:{type:"string",title:`{{t("Node result", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"CodeMirror","x-component-props":{defaultLanguage:"json"},"x-read-pretty":!0},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{copy:{type:"void",title:'{{t("Duplicate")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:c}=X.useTranslation();return{run(){return O(this,null,function*(){try{const p=JSON.stringify(o.result,null,2);yield navigator.clipboard.writeText(p),x.message.success(c("Copied"))}catch(p){x.message.error(c("Copy failed"))}})}}}}}}}}}}}})})}function ar(e){const{execution:t}=q(),o=s.useAPIClient(),n=oe.useNavigate(),{styles:i}=ge(),[a,l]=b.useState([]),[c,d]=b.useState([]);b.useEffect(()=>{t&&o.resource("executions").list({filter:{key:t.key,id:{$lt:t.id}},sort:"-createdAt",pageSize:10,fields:["id","status","createdAt"]}).then(({data:u})=>{l(u.data)}).catch(()=>{})},[t]),b.useEffect(()=>{t&&o.resource("executions").list({filter:{key:t.key,id:{$gt:t.id}},sort:"createdAt",pageSize:10,fields:["id","status","createdAt"]}).then(({data:u})=>{d(u.data.reverse())}).catch(()=>{})},[t]);const p=b.useCallback(({key:u})=>{u!==t.id&&n(yt(u))},[t]);return t?r.jsx(x.Dropdown,{menu:{onClick:p,defaultSelectedKeys:[`${t.id}`],className:s.cx(i.dropdownClass,i.executionsDropdownRowClass),items:[...c,t,...a].map(u=>({key:u.id,label:r.jsxs(r.Fragment,{children:[r.jsx("span",{className:"id",children:`#${u.id}`}),r.jsx("time",{children:W.str2moment(u.createdAt).format("YYYY-MM-DD HH:mm:ss")})]}),icon:r.jsx("span",{children:r.jsx(Xe,{statusMap:ut,status:u.status})})}))},children:r.jsxs(x.Space,{children:[r.jsx("strong",{children:`#${t.id}`}),r.jsx(j.DownOutlined,{})]})}):null}function lr(){var C;const{t:e}=X.useTranslation(),t=s.useCompile(),{data:o,loading:n,refresh:i}=s.useResourceActionContext(),{setTitle:a}=s.useDocumentTitle(),[l,c]=b.useState(null),d=s.useApp(),p=s.useAPIClient();b.useEffect(()=>{var B;const{workflow:P}=(B=o==null?void 0:o.data)!=null?B:{};a==null||a(`${P!=null&&P.title?`${P.title} - `:""}${F("Execution history")}`)},[o==null?void 0:o.data]);const u=b.useCallback(()=>{x.Modal.confirm({title:F("Cancel the execution"),icon:r.jsx(j.ExclamationCircleFilled,{}),content:F("Are you sure you want to cancel the execution?"),onOk:()=>{p.resource("executions").cancel({filterByTk:o==null?void 0:o.data.id}).then(()=>{x.message.success(e("Operation succeeded")),i()}).catch(P=>{console.error(P.data.error)})}})},[o==null?void 0:o.data]);if(!(o!=null&&o.data))return n?r.jsx(x.Spin,{}):r.jsx(x.Result,{status:"404",title:"Not found"});const D=(C=o==null?void 0:o.data)!=null?C:{},{jobs:f=[],workflow:$={}}=D,E=$,{nodes:h=[],revisions:g=[]}=E,y=K(E,["nodes","revisions"]),w=K(D,["jobs","workflow"]);ft(h),sr(h,f);const A=h.find(P=>!P.upstream),T=ut[w.status];return r.jsxs(qe.Provider,{value:{workflow:y.type?y:null,nodes:h,execution:w,viewJob:l,setViewJob:c},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(go,{}),r.jsx(x.Breadcrumb,{items:[{title:r.jsx(oe.Link,{to:d.systemSettingsManager.getRoutePath(`business-components.${m}`),children:F("Workflow")})},{title:r.jsx(oe.Link,{to:Be(y.id),children:y.title})},{title:r.jsx(ar,{})}]})]}),r.jsxs("aside",{children:[r.jsx(x.Tag,{color:T.color,children:t(T.label)}),w.status?null:r.jsx(x.Tooltip,{title:F("Cancel the execution"),children:r.jsx(x.Button,{type:"link",danger:!0,onClick:u,shape:"circle",size:"small",icon:r.jsx(j.StopOutlined,{})})}),r.jsx("time",{children:W.str2moment(w.updatedAt).format("YYYY-MM-DD HH:mm:ss")})]})]}),r.jsx(ho,{entry:A}),r.jsx(ir,{})]})}const yo=()=>{const e=oe.useParams(),{styles:t}=ge();return r.jsx("div",{className:s.cx(t.workflowPageClass),children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`execution_${e.id}`]:{type:"void","x-decorator":"ResourceActionProvider","x-decorator-props":{collection:{name:"executions",fields:[]},resourceName:"executions",request:{resource:"executions",action:"get",params:{filter:e,appends:["jobs","workflow","workflow.nodes"]}}},"x-component":"ExecutionCanvas"}}},components:{ExecutionCanvas:lr}})})};function cr(e){return["hasMany","belongsToMany"].includes(e.type)}function dr(){const e=s.useCompile();return[xt,bt].map(t=>{var n;const o=(n=t.useOptions({types:[cr],appends:null,depth:4}))==null?void 0:n.filter(Boolean);return{label:e(t.label),value:t.value,key:t.value,children:e(o),disabled:o&&!o.length}})}function pr(n){var i=n,{value:e,onChange:t}=i,o=K(i,["value","onChange"]);const{setValuesIn:a}=S.useForm(),{getCollection:l}=s.useCollectionManager_deprecated(),c=dr(),[d,p]=b.useState(c),{associatedKey:u="",name:f}=e!=null?e:{};let h=[];const g=u.match(/^{{(.*)}}$/);g&&(h=[...g[1].trim().split(".").slice(0,-1),f]);const y=A=>O(this,null,function*(){var C;const T=A[A.length-1];!((C=T.children)!=null&&C.length)&&!T.isLeaf&&T.loadChildren&&(yield T.loadChildren(T),p(D=>[...D]))});b.useEffect(()=>{O(this,null,function*(){var C;if(!h||d.length<=1)return;let T=null;for(let D=0;D<h.length;D++){const $=h[D];try{D===0?T=d.find(E=>E.value===$):(T.loadChildren&&!((C=T.children)!=null&&C.length)&&(yield T.loadChildren(T)),T=T.children.find(E=>E.value===$))}catch(E){console.error(E)}}p([...d])})},[e,d.length]);const w=b.useCallback((A,T)=>{if(!(A!=null&&A.length)){a("collection",null),t({});return}const{field:C}=T.pop();if(!C||!["hasMany","belongsToMany"].includes(C.type))return;const{collectionName:D,target:$,name:E,dataSourceKey:P}=C,_=l(D,P).fields.find(z=>z.primaryKey);a("collection",`${P}:${$}`),t({name:E,associatedKey:`{{${A.slice(0,-1).join(".")}.${_.name}}}`,associatedCollection:s.joinCollectionName(P,D)})},[t]);return r.jsx(x.Cascader,I(v({},o),{value:h,options:d,changeOnSelect:!0,onChange:w,loadData:y}))}class ur extends Q{constructor(){super(...arguments),this.title=`{{t("Aggregate", { ns: "${m}" })}}`,this.type="aggregate",this.group="collection",this.icon="SearchOutlined",this.color="#19e8aa",this.description=`{{t("Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.", { ns: "${m}" })}}`,this.fieldset={aggregator:{type:"string",title:`{{t("Aggregator function", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:"COUNT",value:"count"},{label:"SUM",value:"sum"},{label:"AVG",value:"avg"},{label:"MIN",value:"min"},{label:"MAX",value:"max"}],required:!0,default:"count"},associated:{type:"boolean",title:`{{t("Target type", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Data of collection", { ns: "${m}" })}}`,value:!1},{label:`{{t("Data of associated collection", { ns: "${m}" })}}`,value:!0}],required:!0,default:!1,"x-reactions":[{target:"collection",effects:["onFieldValueChange"],fulfill:{state:{value:null}}},{target:"association",effects:["onFieldValueChange"],fulfill:{state:{value:null}}}]},collectionField:{type:"void","x-decorator":"SchemaComponentContext.Provider","x-decorator-props":{value:{designable:!1}},"x-component":"Grid",properties:{row:{type:"void","x-component":"Grid.Row",properties:{target:{type:"void","x-component":"Grid.Col",properties:{collection:{type:"string",required:!0,"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader",title:`{{t("Data of collection", { ns: "${m}" })}}`,"x-reactions":[{dependencies:["associated"],fulfill:{state:{display:'{{$deps[0] ? "hidden" : "visible"}}'}}},{target:"params.field",effects:["onFieldValueChange"],fulfill:{state:{value:null}}},{target:"params.filter",effects:["onFieldValueChange"],fulfill:{state:{value:null}}}]},association:{type:"object",title:`{{t("Data of associated collection", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"AssociatedConfig","x-component-props":{changeOnSelect:!0},"x-reactions":[{dependencies:["associated"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}],required:!0}}},field:{type:"void","x-component":"Grid.Col",properties:{"params.field":{type:"string",title:`{{t("Field to aggregate", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"FieldsSelect","x-component-props":{filter(t){return!t.hidden&&t.interface&&!["belongsTo","hasOne","hasMany","belongsToMany"].includes(t.type)}},required:!0,"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}}}}}}},params:{type:"object",properties:{distinct:{type:"boolean",title:`{{t("Distinct", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Checkbox","x-reactions":[{dependencies:["collection","aggregator"],fulfill:{state:{visible:'{{!!$deps[0] && ["count"].includes($deps[1])}}'}}}]},filter:{type:"object",title:'{{t("Filter")}}',"x-decorator":"FormItem","x-component":"Filter","x-use-component-props":()=>{const{values:t}=S.useForm(),[o,n]=s.parseCollectionName(t==null?void 0:t.collection);return{options:s.useCollectionFilterOptions(n,o),className:s.css`
415
415
  position: relative;
416
416
  width: 100%;
417
- `}},"x-component-props":{dynamicComponent:"FilterDynamicComponent"},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}}}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{SchemaComponentContext:s.SchemaComponentContext,FilterDynamicComponent:Oe,FieldsSelect:tt,ValueBlock:Ae,AssociatedConfig:dr})}useVariables({key:o,title:n},{types:a,fieldNames:i=ue}){return a&&!a.some(l=>l in De||Object.values(De).some(d=>d.has(l)))?null:{[i.value]:o,[i.label]:n}}useInitializers(o){var a;const n=N("Query result");return o.config.collection?{name:`#${o.id}`,type:"item",title:(a=o.title)!=null?a:`#${o.id}`,Component:Ae.Initializer,node:o,resultTitle:n}:null}}class ur extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("aggregate",pr)})}}const vo=[{value:1e3,label:`{{t('Seconds', { ns: "workflow" })}}`},{value:6e4,label:`{{t('Minutes', { ns: "workflow" })}}`},{value:36e5,label:`{{t('Hours', { ns: "workflow" })}}`},{value:864e5,label:`{{t('Days', { ns: "workflow" })}}`},{value:6048e5,label:`{{t('Weeks', { ns: "workflow" })}}`}];function mr(e){return vo.slice().reverse().find(t=>!(e%t.value))}function fr({value:e=6e4,onChange:t}){const o=s.useCompile(),n=mr(e),a=Math.round(e/n.value);return r.jsxs("fieldset",{style:{display:"flex",gap:"0.5em"},children:[r.jsx(b.InputNumber,{min:1,value:a,onChange:i=>t(Math.round(i*n.value)),className:"auto-width"}),r.jsx(b.Select,{role:"button","data-testid":"select-time-unit",popupMatchSelectWidth:!1,value:n.value,onChange:i=>t(Math.round(a*i)),className:"auto-width",options:vo.map(i=>({value:i.value,label:o(i.label)}))})]})}class gr extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Delay", { ns: "${m}" })}}`);f(this,"type","delay");f(this,"group","control");f(this,"icon","ClockCircleOutlined");f(this,"color","#cf9247");f(this,"description",`{{t("Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.", { ns: "${m}" })}}`);f(this,"fieldset",{duration:{type:"number",title:`{{t("Duration", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Duration",default:6e4,required:!0},endStatus:{type:"number",title:`{{t("End status", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Succeed and continue", { ns: "${m}" })}}`,value:xe.RESOLVED},{label:`{{t("Fail and exit", { ns: "${m}" })}}`,value:xe.FAILED}],required:!0,default:xe.RESOLVED}});f(this,"components",{Duration:fr})}isAvailable({engine:o,workflow:n,upstream:a,branchIndex:i}){return!o.isWorkflowSync(n)}}class yr extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("delay",gr)})}}function hr(e){var o;return["belongsTo","hasOne"].includes(e.type)?((o=this.getCollection(e.collectionName))==null?void 0:o.template)==="expression"?!0:this.getCollectionFields(e.target).some(n=>n.interface==="expression"):!1}function xr({value:e,onChange:t}){const{getCollectionFields:o,getCollection:n}=s.useCollectionManager_deprecated(),a=ce({types:[hr.bind({getCollectionFields:o,getCollection:n})]});return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:a})}class br extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Dynamic Calculation", { ns: "${m}" })}}`);f(this,"type","dynamic-calculation");f(this,"group","extended");f(this,"icon","CalculatorOutlined");f(this,"color","#2f79b9");f(this,"description",`{{t("Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression. The expression is dynamic one from an expression collections.", { ns: "${m}" })}}`);f(this,"fieldset",{expression:{type:"string",title:`{{t("Calculation expression", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DynamicExpression",required:!0},scope:{type:"string",title:`{{t("Variable datasource", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0,variableOptions:{types:[{type:"reference",options:{collection:"*",entity:!0}}]}},"x-reactions":{dependencies:["expression"],fulfill:{state:{visible:"{{$deps[0]}}"}}}}});f(this,"components",{DynamicExpression:xr,WorkflowVariableInput:Se,ValueBlock:Ae})}useVariables({key:o,title:n},{types:a,fieldNames:i=ue}){return a&&!a.some(l=>l in De||Object.values(De).some(d=>d.has(l)))?null:{[i.value]:o,[i.label]:n}}useInitializers(o){var n;return{name:`#${o.id}`,type:"item",title:(n=o.title)!=null?n:`#${o.id}`,Component:Ae.Initializer,node:o,resultTitle:N("Calculation result")}}}const vr=A.observer(e=>{const{onChange:t}=e,o=A.useField(),n=A.useForm(),i=[...o.path.segments.slice(0,-1),"sourceCollection"].join("."),[l,d]=v.useState(n.getValuesIn(i)),c=s.useCompile(),{getCollectionFields:p}=s.useCollectionManager_deprecated();A.useFormEffects(()=>{A.onFormInitialValuesChange(g=>{d(g.getValuesIn(i))}),A.onFieldInputValueChange(i,g=>{d(g.value),t(null)})});const u=me({collection:l,compile:c,getCollectionFields:p});return r.jsx(s.Variable.TextArea,F(w({},e),{scope:u}))},{displayName:"InternalExpression"});function wr(e){const{t}=R.useTranslation(),o=s.useRecord(),n=s.useCompile(),{getCollectionFields:a}=s.useCollectionManager_deprecated(),i=v.useMemo(()=>me({collection:o.sourceCollection,compile:n,getCollectionFields:a}),[o.sourceCollection,o.sourceCollection]);return e.value?r.jsx(s.Variable.TextArea,F(w({},e),{scope:i})):r.jsx(b.Tag,{children:t("Unconfigured",{ns:m})})}const Cr=A.connect(vr,A.mapReadPretty(wr)),{defaultProps:kr}=s.interfacesProperties;class Sr extends s.CollectionFieldInterface{constructor(){super(...arguments);f(this,"name","expression");f(this,"type","string");f(this,"group","advanced");f(this,"order",1);f(this,"title",`{{t("Expression", { ns: "${m}" })}}`);f(this,"description",`{{t("Used to store expressions for use in workflows so that different expressions can be called for different data.", { ns: "${m}" })}}`);f(this,"sortable",!0);f(this,"default",{type:"text",uiSchema:{"x-component":"DynamicExpression"}});f(this,"properties",w({},kr))}}class Ar extends s.Plugin{load(){return E(this,null,function*(){this.app.dataSourceManager.addFieldInterfaces([Sr]),this.app.addComponents({DynamicExpression:Cr});const t=this.app.pm.get("workflow"),o=new br;t.instructions.register(o.type,o)})}}function Ir(n){var a=n,{collection:e,dataPath:t}=a,o=G(a,["collection","dataPath"]);const{insert:i}=s.useSchemaInitializer(),{getTemplateSchemaByMode:l}=s.useSchemaTemplateManager(),{getCollection:d}=s.useCollectionManager_deprecated(),c=s.useRecordCollectionDataSourceItems("FormItem");let p;if(typeof e=="string"){const[g,y]=s.parseCollectionName(e);p=d(y,g)}else p=e;function u(y){return E(this,arguments,function*({item:g}){const x=g.template?yield l(g):null,h={type:"void",name:A.uid(),title:p.title,"x-decorator":"DetailsBlockProvider","x-decorator-props":{collection:e,dataPath:t},"x-component":"CardItem","x-component-props":{title:o.title},"x-designer":"SimpleDesigner",properties:{grid:{type:"void","x-component":"FormV2","x-use-component-props":"useDetailsBlockProps","x-read-pretty":!0,properties:{grid:x||{type:"void","x-component":"Grid","x-initializer":"details:configureFields",properties:{}}}}}};ht(h,C=>{C["x-uid"]&&delete C["x-uid"]}),i(h)})}return r.jsx(s.SchemaInitializerItem,F(w({},o),{onClick:u,items:c}))}function Ne(e){var i;const t=s.useSchemaInitializerItem(),o=(i=e==null?void 0:e.collection)!=null?i:t.collection;let n,a;if(typeof o=="string"){const l=s.parseCollectionName(o);n=l[0],a=l[1]}else a=o;return r.jsx(s.CollectionProvider_deprecated,{dataSource:n,collection:a,children:r.jsx(Ir,w(w({},t),e))})}function Fr(e){const{execution:t,nodes:o}=L(),n=v.useMemo(()=>o.reduce((l,d)=>Object.assign(l,{[d.id]:d.key}),{}),[o]),a=v.useMemo(()=>{var l;return{$context:t==null?void 0:t.context,$jobsMapByNodeKey:((l=t==null?void 0:t.jobs)!=null?l:[]).reduce((d,c)=>Object.assign(d,{[n[c.nodeId]]:c.result}),{})}},[t==null?void 0:t.context,t==null?void 0:t.jobs,n]);return v.useMemo(()=>ge.get(a,e),[a,e])}function zt({collection:e,dataPath:t,children:o}){const n=A.useField(),a=v.useRef(null),{getAssociationAppends:i}=s.useAssociationNames(),{appends:l,updateAssociationValues:d}=i(),c=Fr(t);let p,u;if(typeof e=="string"){const T=s.parseCollectionName(e);p=T[0],u=T[1]}else u=e;const g=v.useMemo(()=>A.createForm({values:c,readPretty:!0}),[c]),y={appends:l},x={loading:!1,data:{data:c}},C=s.useAPIClient().resource(u),k=s.useBlockRequestContext();return r.jsx(s.CollectionProvider_deprecated,{dataSource:p,collection:u,children:r.jsx(s.RecordProvider,{record:c,parent:null,children:r.jsx(s.BlockRequestContext_deprecated.Provider,{value:{block:"form",field:n,service:x,resource:C,__parent:k},children:r.jsx(s.FormBlockContext.Provider,{value:{params:y,form:g,field:n,service:x,updateAssociationValues:d,formBlockRef:a},children:o})})})})}function Tr(){return!0}const tt=A.observer(e=>{const p=e,{filter:t=Tr}=p,o=G(p,["filter"]),n=s.useCompile(),{getCollectionFields:a}=s.useCollectionManager_deprecated(),{values:i}=A.useForm(),[l,d]=s.parseCollectionName(i==null?void 0:i.collection),c=a(d,l);return r.jsx(b.Select,F(w({popupMatchSelectWidth:!1},o),{options:c.filter(t).map(u=>{var g;return{label:n((g=u.uiSchema)==null?void 0:g.title),value:u.name}})}))},{displayName:"FieldsSelect"});function Nr(e){const t=[];if(!e)return[];for(let o=e;o;o=o.upstream)o.upstream&&o.branchIndex!=null&&t.push(o.upstream);return t}const ue={label:"label",value:"value",children:"children"},wo={label:`{{t("Current form variables", { ns: "${m}" })}}`,value:"$currentForm",useOptions(e){var i;const t=ye(),n=s.usePlugin(Z).instructions.get(t.type);return((i=n.useCurrentFormVariables)==null?void 0:i.call(n,t,e))||[]}},bt={label:`{{t("Node result", { ns: "${m}" })}}`,value:"$jobsMapByNodeKey",useOptions(e){const{instructions:t}=s.usePlugin(Z),o=ye(),n=$e(o),a=[];return n.forEach(i=>{var c;const l=t.get(i.type),d=(c=l.useVariables)==null?void 0:c.call(l,i,e);d&&a.push(d)}),a}},vt={label:`{{t("Trigger variables", { ns: "${m}" })}}`,value:"$context",useOptions(e){var a,i;const{triggers:t}=s.usePlugin(Z),{workflow:o}=L(),n=t.get(o.type);return(i=(a=n==null?void 0:n.useVariables)==null?void 0:a.call(n,o.config,e))!=null?i:null}},Lt={label:`{{t("Scope variables", { ns: "${m}" })}}`,value:"$scopes",useOptions(e){const{fieldNames:t=ue,current:o}=e,{instructions:n}=s.usePlugin(Z),a=ye(),i=o!=null?o:a,l=Nr(i),d=[];return l.forEach(c=>{var g,y;const p=n.get(c.type),u=(g=p.useScopeVariables)==null?void 0:g.call(p,c,e);u&&d.push({key:c.key,[t.value]:c.key,[t.label]:(y=c.title)!=null?y:`#${c.id}`,[t.children]:u})}),d}},Co={label:`{{t("System variables", { ns: "${m}" })}}`,value:"$system",useOptions({types:e,fieldNames:t=ue}){return!e||e.includes("date")?[{key:"now",[t.label]:N("System time"),[t.value]:"now"}]:[]}},De={boolean:new Set(["checkbox"]),number:new Set(["integer","number","percent"]),string:new Set(["input","password","email","phone","select","radioGroup","text","markdown","richText","expression","time"]),date:new Set(["date","createdAt","updatedAt"])};function ko(e,t){var o,n,a,i,l,d;return typeof t=="string"?(o=De[t])==null?void 0:o.has(e.interface):typeof t=="object"&&t.type==="reference"?qt(e)?((n=t.options)==null?void 0:n.entity)&&(e.collectionName===((a=t.options)==null?void 0:a.collection)||((i=t.options)==null?void 0:i.collection)==="*"):e.isForeignKey?e.collectionName===((l=t.options)==null?void 0:l.collection)&&e.name==="id"||e.target===((d=t.options)==null?void 0:d.collection):!1:typeof t=="function"?t(e):!1}function qt(e){return["belongsTo","hasOne","hasMany","belongsToMany"].includes(e.type)}function Ut(e,t){if(t==null)return null;const o=`${e.name}.`;return t.filter(n=>n.startsWith(o)).map(n=>n.replace(o,""))}function Kt({fields:e,types:t,appends:o,depth:n=1,compile:a,getCollectionFields:i}){return e.filter(l=>{const d=t!=null&&t.length?t.some(c=>ko(l,c)):!0;if(qt(l)){if(o===null)return n?d||Kt({fields:Gt(l.target,{compile:a,getCollectionFields:i}),types:t,depth:n-1,appends:o,compile:a,getCollectionFields:i}):!1;const c=Ut(l,o),p=o.includes(l.name);return d?p:((c==null?void 0:c.length)||p)&&Kt({fields:Gt(l.target,{compile:a,getCollectionFields:i}),types:t,appends:c,compile:a,getCollectionFields:i}).length}else return d})}function ot(e,t){var i,l;const o=s.useCompile(),n=(l=(i=e.useOptions)==null?void 0:i.call(e,t))==null?void 0:l.filter(Boolean),{fieldNames:a}=t;return{[a.label]:o(e.label),[a.value]:e.value,key:e[a.value],[a.children]:n,disabled:!n||!n.length}}function ce(e={}){var a;const t=Object.assign({},ue,(a=e.fieldNames)!=null?a:{}),o=Object.assign(e,{fieldNames:t});return[ot(Lt,o),ot(bt,o),ot(vt,o),ot(Co,o)]}function So(e={}){var a;const t=Object.assign({},ue,(a=e.fieldNames)!=null?a:{}),o=Object.assign(e,{fieldNames:t});return[ot(wo,o)]}function Gt(e,{compile:t,getCollectionFields:o}){var c,p,u,g,y,x,h;const[n,a]=s.parseCollectionName(e),i=o(a,n),l=[],d=[];i.forEach(C=>{C.isForeignKey?l.push(C):d.push(C)});for(let C=d.length-1;C>=0;C--){const k=d[C];if(k.type==="belongsTo"){const T=l.find(I=>I.name===k.foreignKey);T?d.splice(C,0,F(w(w({},k),T),{uiSchema:F(w({},k.uiSchema),{title:(c=k.uiSchema)!=null&&c.title?`${t((p=k.uiSchema)==null?void 0:p.title)} ID`:T.name})})):d.splice(C,0,F(w({},k),{name:k.foreignKey,type:"bigInt",isForeignKey:!0,interface:k.interface,uiSchema:F(w({},k.uiSchema),{title:(u=k.uiSchema)!=null&&u.title?`${t((g=k.uiSchema)==null?void 0:g.title)} ID`:k.name})}))}else if(k.type==="context"&&k.collectionName==="users"){const T=(y=d.find(I=>I.type==="belongsTo"&&I.target==="users"&&I.foreignKey===k.name))!=null?y:{};d.splice(C,0,F(w({},k),{type:k.dataType,interface:T.interface,uiSchema:F(w({},T.uiSchema),{title:(x=T.uiSchema)!=null&&x.title?`${t((h=T.uiSchema)==null?void 0:h.title)} ID`:k.name})}))}}return d.filter(C=>C.interface&&!C.hidden)}function Dr(e){const t=Ut(e.field,e.appends),o=me(w({collection:`${e.field.dataSourceKey&&e.field.dataSourceKey!=="main"?`${e.field.dataSourceKey}:`:""}${e.field.target}`,types:e.types,appends:t,depth:e.depth-1},this));e.loadChildren=null,o.length?e.children=o:(e.isLeaf=!0,!e.types||e.types.some(a=>ko(e.field,a))||(e.disabled=!0))}function me(e){const{fields:t,collection:o,types:n,appends:a=[],depth:i=1,compile:l,getCollectionFields:d,fieldNames:c=ue}=e,p=t!=null?t:Gt(o,{compile:l,getCollectionFields:d}),u=Dr.bind({compile:l,getCollectionFields:d,fieldNames:c});return Kt({fields:p,types:n,depth:i,appends:a,compile:l,getCollectionFields:d}).map(y=>{var k;const x=l(((k=y.uiSchema)==null?void 0:k.title)||y.name),h=Ut(y,a),C=!qt(y)||h&&!h.length&&!a.includes(y.name)||!1;return{[c.label]:x,key:y.name,[c.value]:y.name,isLeaf:C,loadChildren:C?null:u,field:y,depth:i,appends:a,types:n}})}function Se(o){var n=o,{variableOptions:e}=n,t=G(n,["variableOptions"]);const a=ce(e);return r.jsx(s.Variable.Input,w({scope:a},t))}function nt(o){var n=o,{variableOptions:e}=n,t=G(n,["variableOptions"]);const a=ce(e);return r.jsx(s.Variable.TextArea,w({scope:a},t))}function Ao(o){var n=o,{variableOptions:e}=n,t=G(n,["variableOptions"]);const a=ce(e);return r.jsx(s.Variable.RawTextArea,w({scope:a},t))}function Io(o){var n=o,{variableOptions:e}=n,t=G(n,["variableOptions"]);const a=ce(e);return r.jsx(s.Variable.JSON,w({scope:a},t))}function Or(o){var n=o,{variableOptions:e}=n,t=G(n,["variableOptions"]);const{options:a=[]}=t,i=So(e),l=ce(e);return r.jsx(s.Variable.CodeMirror,w({scope:[...i,...l,...a]},t))}function Oe({value:e,onChange:t,renderSchemaComponent:o}){const n=ce();return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:n,children:o()})}function Pe(e){const i=e,{options:t=[],direction:o}=i,n=G(i,["options","direction"]),a=s.useCompile();return r.jsx(b.Radio.Group,F(w({},n),{children:r.jsx(b.Space,{direction:o,children:t.map(l=>r.jsxs(b.Radio,{value:l.value,children:[r.jsx("span",{className:s.css`
417
+ `}},"x-component-props":{dynamicComponent:"FilterDynamicComponent"},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={SchemaComponentContext:s.SchemaComponentContext,FilterDynamicComponent:De,FieldsSelect:et,ValueBlock:Se,AssociatedConfig:pr}}useVariables({key:t,title:o},{types:n,fieldNames:i=pe}){return n&&!n.some(a=>a in Ne||Object.values(Ne).some(l=>l.has(a)))?null:{[i.value]:t,[i.label]:o}}useInitializers(t){var n;const o=F("Query result");return t.config.collection?{name:`#${t.id}`,type:"item",title:(n=t.title)!=null?n:`#${t.id}`,Component:Se.Initializer,node:t,resultTitle:o}:null}}class mr extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("aggregate",ur)})}}const xo=[{value:1e3,label:`{{t('Seconds', { ns: "workflow" })}}`},{value:6e4,label:`{{t('Minutes', { ns: "workflow" })}}`},{value:36e5,label:`{{t('Hours', { ns: "workflow" })}}`},{value:864e5,label:`{{t('Days', { ns: "workflow" })}}`},{value:6048e5,label:`{{t('Weeks', { ns: "workflow" })}}`}];function fr(e){return xo.slice().reverse().find(t=>!(e%t.value))}function hr({value:e=6e4,onChange:t}){const o=s.useCompile(),n=fr(e),i=Math.round(e/n.value);return r.jsxs("fieldset",{style:{display:"flex",gap:"0.5em"},children:[r.jsx(x.InputNumber,{min:1,value:i,onChange:a=>t(Math.round(a*n.value)),className:"auto-width"}),r.jsx(x.Select,{role:"button","data-testid":"select-time-unit",popupMatchSelectWidth:!1,value:n.value,onChange:a=>t(Math.round(i*a)),className:"auto-width",options:xo.map(a=>({value:a.value,label:o(a.label)}))})]})}class gr extends Q{constructor(){super(...arguments),this.title=`{{t("Delay", { ns: "${m}" })}}`,this.type="delay",this.group="control",this.icon="ClockCircleOutlined",this.color="#cf9247",this.description=`{{t("Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.", { ns: "${m}" })}}`,this.fieldset={duration:{type:"number",title:`{{t("Duration", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Duration",default:6e4,required:!0},endStatus:{type:"number",title:`{{t("End status", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Succeed and continue", { ns: "${m}" })}}`,value:ye.RESOLVED},{label:`{{t("Fail and exit", { ns: "${m}" })}}`,value:ye.FAILED}],required:!0,default:ye.RESOLVED}},this.components={Duration:hr}}isAvailable({engine:t,workflow:o,upstream:n,branchIndex:i}){return!t.isWorkflowSync(o)}}class yr extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("delay",gr)})}}function xr(e){var o;return["belongsTo","hasOne"].includes(e.type)?((o=this.getCollection(e.collectionName))==null?void 0:o.template)==="expression"?!0:this.getCollectionFields(e.target).some(n=>n.interface==="expression"):!1}function br({value:e,onChange:t}){const{getCollectionFields:o,getCollection:n}=s.useCollectionManager_deprecated(),i=le({types:[xr.bind({getCollectionFields:o,getCollection:n})]});return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:i})}class vr extends Q{constructor(){super(...arguments),this.title=`{{t("Dynamic Calculation", { ns: "${m}" })}}`,this.type="dynamic-calculation",this.group="extended",this.icon="CalculatorOutlined",this.color="#2f79b9",this.description=`{{t("Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression. The expression is dynamic one from an expression collections.", { ns: "${m}" })}}`,this.fieldset={expression:{type:"string",title:`{{t("Calculation expression", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DynamicExpression",required:!0},scope:{type:"string",title:`{{t("Variable datasource", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0,variableOptions:{types:[{type:"reference",options:{collection:"*",entity:!0}}]}},"x-reactions":{dependencies:["expression"],fulfill:{state:{visible:"{{$deps[0]}}"}}}}},this.components={DynamicExpression:br,WorkflowVariableInput:ke,ValueBlock:Se}}useVariables({key:t,title:o},{types:n,fieldNames:i=pe}){return n&&!n.some(a=>a in Ne||Object.values(Ne).some(l=>l.has(a)))?null:{[i.value]:t,[i.label]:o}}useInitializers(t){var o;return{name:`#${t.id}`,type:"item",title:(o=t.title)!=null?o:`#${t.id}`,Component:Se.Initializer,node:t,resultTitle:F("Calculation result")}}}const wr=S.observer(e=>{const{onChange:t}=e,o=S.useField(),n=S.useForm(),a=[...o.path.segments.slice(0,-1),"sourceCollection"].join("."),[l,c]=b.useState(n.getValuesIn(a)),d=s.useCompile(),{getCollectionFields:p}=s.useCollectionManager_deprecated();S.useFormEffects(()=>{S.onFormInitialValuesChange(f=>{c(f.getValuesIn(a))}),S.onFieldInputValueChange(a,f=>{c(f.value),t(null)})});const u=ue({collection:l,compile:d,getCollectionFields:p});return r.jsx(s.Variable.TextArea,I(v({},e),{scope:u}))},{displayName:"InternalExpression"});function Cr(e){const{t}=X.useTranslation(),o=s.useRecord(),n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=b.useMemo(()=>ue({collection:o.sourceCollection,compile:n,getCollectionFields:i}),[o.sourceCollection,o.sourceCollection]);return e.value?r.jsx(s.Variable.TextArea,I(v({},e),{scope:a})):r.jsx(x.Tag,{children:t("Unconfigured",{ns:m})})}const kr=S.connect(wr,S.mapReadPretty(Cr)),{defaultProps:Sr}=s.interfacesProperties;class Ar extends s.CollectionFieldInterface{constructor(){super(...arguments),this.name="expression",this.type="string",this.group="advanced",this.order=1,this.title=`{{t("Expression", { ns: "${m}" })}}`,this.description=`{{t("Used to store expressions for use in workflows so that different expressions can be called for different data.", { ns: "${m}" })}}`,this.sortable=!0,this.default={type:"text",uiSchema:{"x-component":"DynamicExpression"}},this.properties=v({},Sr)}}class Ir extends s.Plugin{load(){return O(this,null,function*(){this.app.dataSourceManager.addFieldInterfaces([Ar]),this.app.addComponents({DynamicExpression:kr});const t=this.app.pm.get("workflow"),o=new vr;t.instructions.register(o.type,o)})}}function Fr(n){var i=n,{collection:e,dataPath:t}=i,o=K(i,["collection","dataPath"]);const{insert:a}=s.useSchemaInitializer(),{getTemplateSchemaByMode:l}=s.useSchemaTemplateManager(),{getCollection:c}=s.useCollectionManager_deprecated(),d=s.useRecordCollectionDataSourceItems("FormItem");let p;if(typeof e=="string"){const[f,h]=s.parseCollectionName(e);p=c(h,f)}else p=e;function u(h){return O(this,arguments,function*({item:f}){const g=f.template?yield l(f):null,y={type:"void",name:S.uid(),title:p.title,"x-decorator":"DetailsBlockProvider","x-decorator-props":{collection:e,dataPath:t},"x-component":"CardItem","x-component-props":{title:o.title},"x-designer":"SimpleDesigner",properties:{grid:{type:"void","x-component":"FormV2","x-use-component-props":"useDetailsBlockProps","x-read-pretty":!0,properties:{grid:g||{type:"void","x-component":"Grid","x-initializer":"details:configureFields",properties:{}}}}}};gt(y,w=>{w["x-uid"]&&delete w["x-uid"]}),a(y)})}return r.jsx(s.SchemaInitializerItem,I(v({},o),{onClick:u,items:d}))}function Te(e){var a;const t=s.useSchemaInitializerItem(),o=(a=e==null?void 0:e.collection)!=null?a:t.collection;let n,i;if(typeof o=="string"){const l=s.parseCollectionName(o);n=l[0],i=l[1]}else i=o;return r.jsx(s.CollectionProvider_deprecated,{dataSource:n,collection:i,children:r.jsx(Fr,v(v({},t),e))})}function Tr(e){const{execution:t,nodes:o}=q(),n=b.useMemo(()=>o.reduce((l,c)=>Object.assign(l,{[c.id]:c.key}),{}),[o]),i=b.useMemo(()=>{var l;return{$context:t==null?void 0:t.context,$jobsMapByNodeKey:((l=t==null?void 0:t.jobs)!=null?l:[]).reduce((c,d)=>Object.assign(c,{[n[d.nodeId]]:d.result}),{})}},[t==null?void 0:t.context,t==null?void 0:t.jobs,n]);return b.useMemo(()=>fe.get(i,e),[i,e])}function Vt({collection:e,dataPath:t,children:o}){const n=S.useField(),i=b.useRef(null),{getAssociationAppends:a}=s.useAssociationNames(),{appends:l,updateAssociationValues:c}=a(),d=Tr(t);let p,u;if(typeof e=="string"){const T=s.parseCollectionName(e);p=T[0],u=T[1]}else u=e;const f=b.useMemo(()=>S.createForm({values:d,readPretty:!0}),[d]),h={appends:l},g={loading:!1,data:{data:d}},w=s.useAPIClient().resource(u),A=s.useBlockRequestContext();return r.jsx(s.CollectionProvider_deprecated,{dataSource:p,collection:u,children:r.jsx(s.RecordProvider,{record:d,parent:null,children:r.jsx(s.BlockRequestContext_deprecated.Provider,{value:{block:"form",field:n,service:g,resource:w,__parent:A},children:r.jsx(s.FormBlockContext.Provider,{value:{params:h,form:f,field:n,service:g,updateAssociationValues:c,formBlockRef:i},children:o})})})})}function Nr(){return!0}const et=S.observer(e=>{const p=e,{filter:t=Nr}=p,o=K(p,["filter"]),n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),{values:a}=S.useForm(),[l,c]=s.parseCollectionName(a==null?void 0:a.collection),d=i(c,l);return r.jsx(x.Select,I(v({popupMatchSelectWidth:!1},o),{options:d.filter(t).map(u=>{var f;return{label:n((f=u.uiSchema)==null?void 0:f.title),value:u.name}})}))},{displayName:"FieldsSelect"});function Dr(e){const t=[];if(!e)return[];for(let o=e;o;o=o.upstream)o.upstream&&o.branchIndex!=null&&t.push(o.upstream);return t}const pe={label:"label",value:"value",children:"children"},bo={label:`{{t("Current form variables", { ns: "${m}" })}}`,value:"$currentForm",useOptions(e){var a;const t=he(),n=s.usePlugin(Z).instructions.get(t.type);return((a=n.useCurrentFormVariables)==null?void 0:a.call(n,t,e))||[]}},xt={label:`{{t("Node result", { ns: "${m}" })}}`,value:"$jobsMapByNodeKey",useOptions(e){const{instructions:t}=s.usePlugin(Z),o=he(),n=Ee(o),i=[];return n.forEach(a=>{var d;const l=t.get(a.type),c=(d=l.useVariables)==null?void 0:d.call(l,a,e);c&&i.push(c)}),i}},bt={label:`{{t("Trigger variables", { ns: "${m}" })}}`,value:"$context",useOptions(e){var i,a;const{triggers:t}=s.usePlugin(Z),{workflow:o}=q(),n=t.get(o.type);return(a=(i=n==null?void 0:n.useVariables)==null?void 0:i.call(n,o.config,e))!=null?a:null}},Wt={label:`{{t("Scope variables", { ns: "${m}" })}}`,value:"$scopes",useOptions(e){const{fieldNames:t=pe,current:o}=e,{instructions:n}=s.usePlugin(Z),i=he(),a=o!=null?o:i,l=Dr(a),c=[];return l.forEach(d=>{var f,h;const p=n.get(d.type),u=(f=p.useScopeVariables)==null?void 0:f.call(p,d,e);u&&c.push({key:d.key,[t.value]:d.key,[t.label]:(h=d.title)!=null?h:`#${d.id}`,[t.children]:u})}),c}},vo={label:`{{t("System variables", { ns: "${m}" })}}`,value:"$system",useOptions({types:e,fieldNames:t=pe}){return!e||e.includes("date")?[{key:"now",[t.label]:F("System time"),[t.value]:"now"}]:[]}},Ne={boolean:new Set(["checkbox"]),number:new Set(["integer","number","percent"]),string:new Set(["input","password","email","phone","select","radioGroup","text","markdown","richText","expression","time"]),date:new Set(["date","createdAt","updatedAt"])};function wo(e,t){var o,n,i,a,l,c;return typeof t=="string"?(o=Ne[t])==null?void 0:o.has(e.interface):typeof t=="object"&&t.type==="reference"?jt(e)?((n=t.options)==null?void 0:n.entity)&&(e.collectionName===((i=t.options)==null?void 0:i.collection)||((a=t.options)==null?void 0:a.collection)==="*"):e.isForeignKey?e.collectionName===((l=t.options)==null?void 0:l.collection)&&e.name==="id"||e.target===((c=t.options)==null?void 0:c.collection):!1:typeof t=="function"?t(e):!1}function jt(e){return["belongsTo","hasOne","hasMany","belongsToMany"].includes(e.type)}function zt(e,t){if(t==null)return null;const o=`${e.name}.`;return t.filter(n=>n.startsWith(o)).map(n=>n.replace(o,""))}function Lt({fields:e,types:t,appends:o,depth:n=1,compile:i,getCollectionFields:a}){return e.filter(l=>{const c=t!=null&&t.length?t.some(d=>wo(l,d)):!0;if(jt(l)){if(o===null)return n?c||Lt({fields:qt(l.target,{compile:i,getCollectionFields:a}),types:t,depth:n-1,appends:o,compile:i,getCollectionFields:a}):!1;const d=zt(l,o),p=o.includes(l.name);return c?p:((d==null?void 0:d.length)||p)&&Lt({fields:qt(l.target,{compile:i,getCollectionFields:a}),types:t,appends:d,compile:i,getCollectionFields:a}).length}else return c})}function tt(e,t){var a,l;const o=s.useCompile(),n=(l=(a=e.useOptions)==null?void 0:a.call(e,t))==null?void 0:l.filter(Boolean),{fieldNames:i}=t;return{[i.label]:o(e.label),[i.value]:e.value,key:e[i.value],[i.children]:n,disabled:!n||!n.length}}function le(e={}){var i;const t=Object.assign({},pe,(i=e.fieldNames)!=null?i:{}),o=Object.assign(e,{fieldNames:t});return[tt(Wt,o),tt(xt,o),tt(bt,o),tt(vo,o)]}function Co(e={}){var i;const t=Object.assign({},pe,(i=e.fieldNames)!=null?i:{}),o=Object.assign(e,{fieldNames:t});return[tt(bo,o)]}function qt(e,{compile:t,getCollectionFields:o}){var d,p,u,f,h,g,y;const[n,i]=s.parseCollectionName(e),a=o(i,n),l=[],c=[];a.forEach(w=>{w.isForeignKey?l.push(w):c.push(w)});for(let w=c.length-1;w>=0;w--){const A=c[w];if(A.type==="belongsTo"){const T=l.find(C=>C.name===A.foreignKey);T?c.splice(w,0,I(v(v({},A),T),{uiSchema:I(v({},A.uiSchema),{title:(d=A.uiSchema)!=null&&d.title?`${t((p=A.uiSchema)==null?void 0:p.title)} ID`:T.name})})):c.splice(w,0,I(v({},A),{name:A.foreignKey,type:"bigInt",isForeignKey:!0,interface:A.interface,uiSchema:I(v({},A.uiSchema),{title:(u=A.uiSchema)!=null&&u.title?`${t((f=A.uiSchema)==null?void 0:f.title)} ID`:A.name})}))}else if(A.type==="context"&&A.collectionName==="users"){const T=(h=c.find(C=>C.type==="belongsTo"&&C.target==="users"&&C.foreignKey===A.name))!=null?h:{};c.splice(w,0,I(v({},A),{type:A.dataType,interface:T.interface,uiSchema:I(v({},T.uiSchema),{title:(g=T.uiSchema)!=null&&g.title?`${t((y=T.uiSchema)==null?void 0:y.title)} ID`:A.name})}))}}return c.filter(w=>w.interface&&!w.hidden)}function Or(e){const t=zt(e.field,e.appends),o=ue(v({collection:`${e.field.dataSourceKey&&e.field.dataSourceKey!=="main"?`${e.field.dataSourceKey}:`:""}${e.field.target}`,types:e.types,appends:t,depth:e.depth-1},this));e.loadChildren=null,o.length?e.children=o:(e.isLeaf=!0,!e.types||e.types.some(i=>wo(e.field,i))||(e.disabled=!0))}function ue(e){const{fields:t,collection:o,types:n,appends:i=[],depth:a=1,compile:l,getCollectionFields:c,fieldNames:d=pe}=e,p=t!=null?t:qt(o,{compile:l,getCollectionFields:c}),u=Or.bind({compile:l,getCollectionFields:c,fieldNames:d});return Lt({fields:p,types:n,depth:a,appends:i,compile:l,getCollectionFields:c}).map(h=>{var A;const g=l(((A=h.uiSchema)==null?void 0:A.title)||h.name),y=zt(h,i),w=!jt(h)||y&&!y.length&&!i.includes(h.name)||!1;return{[d.label]:g,key:h.name,[d.value]:h.name,isLeaf:w,loadChildren:w?null:u,field:h,depth:a,appends:i,types:n}})}function ke(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=le(e);return r.jsx(s.Variable.Input,v({scope:i},t))}function ot(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=le(e);return r.jsx(s.Variable.TextArea,v({scope:i},t))}function ko(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=le(e);return r.jsx(s.Variable.RawTextArea,v({scope:i},t))}function So(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=le(e);return r.jsx(s.Variable.JSON,v({scope:i},t))}function Pr(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const{options:i=[]}=t,a=Co(e),l=le(e);return r.jsx(s.Variable.CodeMirror,v({scope:[...a,...l,...i]},t))}function De({value:e,onChange:t,renderSchemaComponent:o}){const n=le();return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:n,children:o()})}function Oe(e){const a=e,{options:t=[],direction:o}=a,n=K(a,["options","direction"]),i=s.useCompile();return r.jsx(x.Radio.Group,I(v({},n),{children:r.jsx(x.Space,{direction:o,children:t.map(l=>r.jsxs(x.Radio,{value:l.value,children:[r.jsx("span",{className:s.css`
418
418
  & + .anticon {
419
419
  margin-left: 0.25em;
420
420
  }
421
- `,children:a(l.label)}),l.tooltip&&r.jsx(b.Tooltip,{title:a(l.tooltip),children:r.jsx(z.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function Fo(e){const i=e,{options:t=[],direction:o}=i,n=G(i,["options","direction"]),a=s.useCompile();return r.jsx(b.Checkbox.Group,F(w({},n),{children:r.jsx(b.Space,{direction:o,children:t.map(l=>r.jsxs(b.Checkbox,{value:l.value,children:[r.jsx("span",{className:s.css`
421
+ `,children:i(l.label)}),l.tooltip&&r.jsx(x.Tooltip,{title:i(l.tooltip),children:r.jsx(j.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function Ao(e){const a=e,{options:t=[],direction:o}=a,n=K(a,["options","direction"]),i=s.useCompile();return r.jsx(x.Checkbox.Group,I(v({},n),{children:r.jsx(x.Space,{direction:o,children:t.map(l=>r.jsxs(x.Checkbox,{value:l.value,children:[r.jsx("span",{className:s.css`
422
422
  & + .anticon {
423
423
  margin-left: 0.25em;
424
424
  }
425
- `,children:a(l.label)}),l.tooltip&&r.jsx(b.Tooltip,{title:a(l.tooltip),children:r.jsx(z.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function _t(){const e=A.useFieldSchema(),t=s.useCompile();return r.jsxs(s.GeneralSchemaDesigner,{title:t(e.title),children:[r.jsx(s.SchemaSettingsBlockTitleItem,{}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"Grid"}})]})}const Ae=()=>null;function Pr(){const i=s.useSchemaInitializerItem(),{node:t,resultTitle:o}=i,n=G(i,["node","resultTitle"]),{insert:a}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,F(w({},n),{onClick:()=>{var l;a({type:"void",name:t.id,title:t.title,"x-component":"CardItem","x-component-props":{title:(l=t.title)!=null?l:`#${t.id}`},"x-designer":"ValueBlock.Designer",properties:{result:{type:"void",title:o,"x-component":"ValueBlock.Result","x-component-props":{dataSource:`{{$jobsMapByNodeKey.${t.key}}}`}}}})}}))}function Er({dataSource:e}){var a;const t=A.useFieldSchema(),{execution:o}=L();if(!o)return t.title;const n=B.parse(e)({$jobsMapByNodeKey:((a=o.jobs)!=null?a:[]).reduce((i,l)=>Object.assign(i,{[l.nodeKey]:l.result}),{})});return r.jsx("pre",{className:s.css`
425
+ `,children:i(l.label)}),l.tooltip&&r.jsx(x.Tooltip,{title:i(l.tooltip),children:r.jsx(j.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function Ut(){const e=S.useFieldSchema(),t=s.useCompile();return r.jsxs(s.GeneralSchemaDesigner,{title:t(e.title),children:[r.jsx(s.SchemaSettingsBlockTitleItem,{}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"Grid"}})]})}const Se=()=>null;function Mr(){const a=s.useSchemaInitializerItem(),{node:t,resultTitle:o}=a,n=K(a,["node","resultTitle"]),{insert:i}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,I(v({},n),{onClick:()=>{var l;i({type:"void",name:t.id,title:t.title,"x-component":"CardItem","x-component-props":{title:(l=t.title)!=null?l:`#${t.id}`},"x-designer":"ValueBlock.Designer",properties:{result:{type:"void",title:o,"x-component":"ValueBlock.Result","x-component-props":{dataSource:`{{$jobsMapByNodeKey.${t.key}}}`}}}})}}))}function Er({dataSource:e}){var i;const t=S.useFieldSchema(),{execution:o}=q();if(!o)return t.title;const n=W.parse(e)({$jobsMapByNodeKey:((i=o.jobs)!=null?i:[]).reduce((a,l)=>Object.assign(a,{[l.nodeKey]:l.result}),{})});return r.jsx("pre",{className:s.css`
426
426
  margin: 0;
427
- `,children:JSON.stringify(n,null,2)})}Ae.Initializer=Pr,Ae.Result=Er,Ae.Designer=_t;function To(n){var a=n,{component:e="div",children:t}=a,o=G(a,["component","children"]);const[i,l]=v.useState(!1),d=A.useFieldSchema();return r.jsxs(s.ActionContextProvider,{value:{visible:i,setVisible:l,fieldSchema:d},children:[v.createElement(e,F(w({},o),{onClick(){l(!0)}}),t),r.jsx(s.SchemaComponent,{schema:d,onlyRenderProperties:!0})]})}function No(e){var i;const o=s.useCompile()(e.label),n=v.useCallback(l=>{l.preventDefault(),l.stopPropagation()},[]),{color:a}=(i=mt[e.value])!=null?i:{};return r.jsx(b.Tag,{color:a,onMouseDown:n,closable:e.closable,onClose:e.onClose,children:o})}function Mr(e){const t=s.useCompile();return r.jsxs(r.Fragment,{children:[r.jsx(No,w({},e)),e.description?r.jsx("span",{children:t(e.description)}):null]})}function Do(t){var e=G(t,[]);const o=e.multiple?"multiple":null;return r.jsx(b.Select,F(w({role:"button","data-testid":`select-${o||"single"}`},e),{mode:o,optionLabelProp:"label",tagRender:No,children:ut.filter(n=>!!n.value&&n.value!==pe.ABORTED).map(n=>r.jsx(b.Select.Option,F(w({},n),{children:r.jsx(Mr,w({},n))}),n.value))}))}function Ht(e){const{t}=R.useTranslation(),{refresh:o}=s.useDataBlockRequest(),n=s.useDataBlockResource(),a=s.useCollectionRecordData(),i=v.useCallback(()=>{b.Modal.confirm({title:N("Cancel the execution"),icon:r.jsx(z.ExclamationCircleFilled,{}),content:N("Are you sure you want to cancel the execution?"),onOk:()=>{n.cancel({filterByTk:a.id}).then(()=>{b.message.success(t("Operation succeeded")),o()}).catch(l=>{console.error(l.data.error)})}})},[a]);return r.jsxs("div",{className:s.css`
427
+ `,children:JSON.stringify(n,null,2)})}Se.Initializer=Mr,Se.Result=Er,Se.Designer=Ut;function Io(n){var i=n,{component:e="div",children:t}=i,o=K(i,["component","children"]);const[a,l]=b.useState(!1),c=S.useFieldSchema();return r.jsxs(s.ActionContextProvider,{value:{visible:a,setVisible:l,fieldSchema:c},children:[b.createElement(e,I(v({},o),{onClick(){l(!0)}}),t),r.jsx(s.SchemaComponent,{schema:c,onlyRenderProperties:!0})]})}function Fo(e){var a;const o=s.useCompile()(e.label),n=b.useCallback(l=>{l.preventDefault(),l.stopPropagation()},[]),{color:i}=(a=ut[e.value])!=null?a:{};return r.jsx(x.Tag,{color:i,onMouseDown:n,closable:e.closable,onClose:e.onClose,children:o})}function $r(e){const t=s.useCompile();return r.jsxs(r.Fragment,{children:[r.jsx(Fo,v({},e)),e.description?r.jsx("span",{children:t(e.description)}):null]})}function To(t){var e=K(t,[]);const o=e.multiple?"multiple":null;return r.jsx(x.Select,I(v({role:"button","data-testid":`select-${o||"single"}`},e),{mode:o,optionLabelProp:"label",tagRender:Fo,children:pt.filter(n=>!!n.value&&n.value!==de.ABORTED).map(n=>r.jsx(x.Select.Option,I(v({},n),{children:r.jsx($r,v({},n))}),n.value))}))}function Kt(e){const{t}=X.useTranslation(),{refresh:o}=s.useDataBlockRequest(),n=s.useDataBlockResource(),i=s.useCollectionRecordData(),a=b.useCallback(()=>{x.Modal.confirm({title:F("Cancel the execution"),icon:r.jsx(j.ExclamationCircleFilled,{}),content:F("Are you sure you want to cancel the execution?"),onOk:()=>{n.cancel({filterByTk:i.id}).then(()=>{x.message.success(t("Operation succeeded")),o()}).catch(l=>{console.error(l.data.error)})}})},[i]);return r.jsxs("div",{className:s.css`
428
428
  display: flex;
429
- `,children:[e.children,a.status?null:r.jsx(b.Tooltip,{title:N("Cancel the execution"),children:r.jsx(b.Button,{type:"link",danger:!0,onClick:i,shape:"circle",size:"small",icon:r.jsx(z.StopOutlined,{})})})]})}const Oo=t=>{var e=G(t,[]);const[o,n]=v.useState(30),a=v.useRef(null),i=l=>{var d;n(a.current.offsetWidth+50),(d=e.onChange)==null||d.call(e,l)};return v.useEffect(()=>{n(a.current.offsetWidth+50)},[]),r.jsxs("div",{style:{display:"inline-block",position:"relative",height:"100%"},children:[r.jsx(b.Input,F(w({},e),{onChange:i,style:{width:`${o}px`}})),r.jsx("span",{ref:a,style:{position:"absolute",visibility:"hidden",whiteSpace:"pre",font:"inherit"},children:e.value||e.placeholder})]})},$r=e=>e.value&&typeof e.value=="object"?r.jsx(Vr,w({},e)):r.jsx(Br,w({},e)),Br=({value:e,onChange:t})=>{const o=ce({types:[jr]});return r.jsx(s.Variable.Input,{scope:o,value:e,onChange:t,children:r.jsx(s.RemoteSelect,{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"},manual:!1,value:e,onChange:t})})},Vr=()=>{const e=A.useField(),t=s.useCollectionFilterOptions("users"),{token:o}=s.useToken();return r.jsx("div",{style:{border:`1px dashed ${o.colorBorder}`,padding:o.paddingSM},children:r.jsx(s.SchemaComponent,{basePath:e.address,schema:{type:"void",properties:{filter:{type:"object","x-component":"Filter","x-component-props":{options:t,dynamicComponent:Oe}}}}})})};function jr(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}function Jt(){const{workflow:e}=L();return!!(e!=null&&e.executed)}function Po(){const{workflow:e}=L();return!!(e!=null&&e.allExecuted)}const Wr=()=>{const e=Jt(),t=ve.ArrayItems.useArray()||{field:[]},{t:o}=ke(),[n,a]=v.useState(!1),i=v.useCallback(()=>{t.field.push(""),a(!1)},[t.field]),l=v.useCallback(()=>{t.field.push({filter:{}}),a(!1)},[t.field]);return r.jsx(b.Popover,{open:n,onOpenChange:a,content:r.jsx(zr,{onSlecet:i,onQuery:l}),children:r.jsx(b.Button,{className:"ant-formily-array-base-addition",type:"dashed",block:!0,disabled:e,children:o("Add Notified Person")})})},zr=({onSlecet:e,onQuery:t})=>{const{t:o}=ke();return r.jsxs(b.Space,{direction:"vertical",size:"small",children:[r.jsx(b.Button,{type:"text",onClick:e,children:o("Select Notified Person")}),r.jsx(b.Button,{type:"text",onClick:t,children:o("Query Notified Person")})]})},Lr=e=>{const{t}=ke(),[o,n]=v.useState(!1),a=v.useCallback(()=>{n(!0)},[n]);return r.jsxs(r.Fragment,{children:[r.jsx(b.Button,{type:"primary",onClick:a,disabled:!1,children:t("Go to configure")}),r.jsx(s.ActionContextProvider,{value:{visible:o,setVisible:n,formValueChanged:!1},children:e.children})]})};function qr(e,t){const o=s.useCompile(),{getCollectionFields:n}=s.useCollectionManager_deprecated();return[{label:N("ID"),value:"filterByTk"},...e.action!=="destroy"?[{label:N("Values submitted"),value:"values",children:me(F(w({},t),{appends:null,depth:3,collection:e.collection,compile:o,getCollectionFields:n}))}]:[]]}class Ur extends Ze{constructor(){super(...arguments);f(this,"sync",!0);f(this,"title",N("Interceptor"));f(this,"description",N('Triggered before the execution of a request initiated through an action button or API, such as before adding, updating, or deleting data. Suitable for data validation and logic judgment before action, and the request could be rejected by using the "End process" node.'));f(this,"fieldset",{collection:{type:"string",title:D("Collection"),required:!0,"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader","x-reactions":[{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}}]},global:{type:"boolean",title:D("Trigger mode"),"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{direction:"vertical",options:[{label:D("Local mode, triggered before executing the actions bound to this workflow"),value:!1},{label:D("Global mode, triggered before executing the following actions"),value:!0}]},default:!1},actions:{type:"number",title:D("Select actions"),"x-decorator":"FormItem","x-component":"CheckboxGroupWithTooltip","x-component-props":{direction:"vertical",options:[{label:D("Create record action"),value:"create"},{label:D("Update record action"),value:"update"},{label:D("Delete record action"),value:"destroy"}]},required:!0,"x-reactions":[{dependencies:["collection","global"],fulfill:{state:{visible:"{{!!$deps[0] && !!$deps[1]}}"}}}]}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{FieldsSelect:tt,RadioWithTooltip:Pe,CheckboxGroupWithTooltip:Fo});f(this,"isActionTriggerable",(o,n)=>{const{global:a}=o;return!a&&!n.direct})}useVariables(o,n){const a=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),l=me(F(w({appends:["user"]},n),{fields:[{collectionName:"users",name:"user",type:"hasOne",target:"users",uiSchema:{title:D("User acted")}}],compile:a,getCollectionFields:i})),d=[{label:N("Parameters"),value:"params",children:qr(o,n)}];return[...l,{label:N("Role of user acted"),value:"roleName"},...d]}useInitializers(o){return o.collection?{name:"triggerData",type:"item",key:"triggerData",title:D("Trigger data"),Component:Ne,collection:o.collection,dataPath:"$context.params.values"}:null}}class Kr extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get(Z).registerTrigger("request-interception",Ur)})}}class Gr extends Q{constructor(){super(...arguments);f(this,"title",D("JS Parse"));f(this,"type",mo);f(this,"group",Ge);f(this,"description",D("Get specific data from JSON result of any node BY js code;"));f(this,"fieldset",{source:{type:"string",title:D("Data source"),"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0},required:!0},JSCode:{type:"string",title:D("JSCode expression"),"x-decorator":"FormItem","x-decorator-props":{tooltip:`ctx.data
429
+ `,children:[e.children,i.status?null:r.jsx(x.Tooltip,{title:F("Cancel the execution"),children:r.jsx(x.Button,{type:"link",danger:!0,onClick:a,shape:"circle",size:"small",icon:r.jsx(j.StopOutlined,{})})})]})}const No=t=>{var e=K(t,[]);const[o,n]=b.useState(30),i=b.useRef(null),a=l=>{var c;n(i.current.offsetWidth+50),(c=e.onChange)==null||c.call(e,l)};return b.useEffect(()=>{n(i.current.offsetWidth+50)},[]),r.jsxs("div",{style:{display:"inline-block",position:"relative",height:"100%"},children:[r.jsx(x.Input,I(v({},e),{onChange:a,style:{width:`${o}px`}})),r.jsx("span",{ref:i,style:{position:"absolute",visibility:"hidden",whiteSpace:"pre",font:"inherit"},children:e.value||e.placeholder})]})},Br=e=>e.value&&typeof e.value=="object"?r.jsx(Wr,v({},e)):r.jsx(Vr,v({},e)),Vr=({value:e,onChange:t})=>{const o=le({types:[jr]});return r.jsx(s.Variable.Input,{scope:o,value:e,onChange:t,children:r.jsx(s.RemoteSelect,{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"},manual:!1,value:e,onChange:t})})},Wr=()=>{const e=S.useField(),t=s.useCollectionFilterOptions("users"),{token:o}=s.useToken();return r.jsx("div",{style:{border:`1px dashed ${o.colorBorder}`,padding:o.paddingSM},children:r.jsx(s.SchemaComponent,{basePath:e.address,schema:{type:"void",properties:{filter:{type:"object","x-component":"Filter","x-component-props":{options:t,dynamicComponent:De}}}}})})};function jr(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}function _t(){const{workflow:e}=q();return!!(e!=null&&e.executed)}function Do(){const{workflow:e}=q();return!!(e!=null&&e.allExecuted)}const zr=()=>{const e=_t(),t=be.ArrayItems.useArray()||{field:[]},{t:o}=Ce(),[n,i]=b.useState(!1),a=b.useCallback(()=>{t.field.push(""),i(!1)},[t.field]),l=b.useCallback(()=>{t.field.push({filter:{}}),i(!1)},[t.field]);return r.jsx(x.Popover,{open:n,onOpenChange:i,content:r.jsx(Lr,{onSlecet:a,onQuery:l}),children:r.jsx(x.Button,{className:"ant-formily-array-base-addition",type:"dashed",block:!0,disabled:e,children:o("Add Notified Person")})})},Lr=({onSlecet:e,onQuery:t})=>{const{t:o}=Ce();return r.jsxs(x.Space,{direction:"vertical",size:"small",children:[r.jsx(x.Button,{type:"text",onClick:e,children:o("Select Notified Person")}),r.jsx(x.Button,{type:"text",onClick:t,children:o("Query Notified Person")})]})},qr=e=>{const{t}=Ce(),[o,n]=b.useState(!1),i=b.useCallback(()=>{n(!0)},[n]);return r.jsxs(r.Fragment,{children:[r.jsx(x.Button,{type:"primary",onClick:i,disabled:!1,children:t("Go to configure")}),r.jsx(s.ActionContextProvider,{value:{visible:o,setVisible:n,formValueChanged:!1},children:e.children})]})},Gt=()=>{const{t:e}=X.useTranslation(),{id:t}=s.useRecord(),{setVisible:o}=s.useActionContext();return r.jsx(oe.Link,{to:yt(t),onClick:()=>o(!1),children:e("View")})},Ht=()=>{const e=s.useCollectionRecordData(),t=s.useDataBlockResource(),o=s.useDataBlockRequest();return{onClick(){return O(this,null,function*(){yield t.retry({filterByTk:e.id}),o==null||o.refresh()})}}};function Ur(e,t){const o=s.useCompile(),{getCollectionFields:n}=s.useCollectionManager_deprecated();return[{label:F("ID"),value:"filterByTk"},...e.action!=="destroy"?[{label:F("Values submitted"),value:"values",children:ue(I(v({},t),{appends:null,depth:3,collection:e.collection,compile:o,getCollectionFields:n}))}]:[]]}class Kr extends Qe{constructor(){super(...arguments),this.sync=!0,this.title=F("Interceptor"),this.description=F('Triggered before the execution of a request initiated through an action button or API, such as before adding, updating, or deleting data. Suitable for data validation and logic judgment before action, and the request could be rejected by using the "End process" node.'),this.fieldset={collection:{type:"string",title:N("Collection"),required:!0,"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader","x-reactions":[{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}}]},global:{type:"boolean",title:N("Trigger mode"),"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{direction:"vertical",options:[{label:N("Local mode, triggered before executing the actions bound to this workflow"),value:!1},{label:N("Global mode, triggered before executing the following actions"),value:!0}]},default:!1},actions:{type:"number",title:N("Select actions"),"x-decorator":"FormItem","x-component":"CheckboxGroupWithTooltip","x-component-props":{direction:"vertical",options:[{label:N("Create record action"),value:"create"},{label:N("Update record action"),value:"update"},{label:N("Delete record action"),value:"destroy"}]},required:!0,"x-reactions":[{dependencies:["collection","global"],fulfill:{state:{visible:"{{!!$deps[0] && !!$deps[1]}}"}}}]}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={FieldsSelect:et,RadioWithTooltip:Oe,CheckboxGroupWithTooltip:Ao},this.isActionTriggerable=(t,o)=>{const{global:n}=t;return!n&&!o.direct}}useVariables(t,o){const n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=ue(I(v({appends:["user"]},o),{fields:[{collectionName:"users",name:"user",type:"hasOne",target:"users",uiSchema:{title:N("User acted")}}],compile:n,getCollectionFields:i})),l=[{label:F("Parameters"),value:"params",children:Ur(t,o)}];return[...a,{label:F("Role of user acted"),value:"roleName"},...l]}useInitializers(t){return t.collection?{name:"triggerData",type:"item",key:"triggerData",title:N("Trigger data"),Component:Te,collection:t.collection,dataPath:"$context.params.values"}:null}}class _r extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get(Z).registerTrigger("request-interception",Kr)})}}class Gr extends Q{constructor(){super(...arguments),this.title=N("JS Parse"),this.type=po,this.group=Ke,this.description=N("Get specific data from JSON result of any node BY js code;"),this.fieldset={source:{type:"string",title:N("Data source"),"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0},required:!0},JSCode:{type:"string",title:N("JSCode expression"),"x-decorator":"FormItem","x-decorator-props":{tooltip:`ctx.data
430
430
  ctx.body
431
431
  __ctx
432
432
  lib.JSON
433
433
  lib.qrcode
434
434
  canvas
435
435
  lib.dayjs
436
- lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:D("Properties mapping"),description:D("If the type of query result is object or array of object, could map the properties which to be accessed in subsequent nodes."),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{path:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Property path")},properties:{path:{type:"string",name:"path",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},alias:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Alias")},properties:{alias:{type:"string",name:"alias","x-decorator":"FormItem","x-component":"Input"}}},label:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Label")},properties:{label:{type:"string",name:"label",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
436
+ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:N("Properties mapping"),description:N("If the type of query result is object or array of object, could map the properties which to be accessed in subsequent nodes."),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{path:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Property path")},properties:{path:{type:"string",name:"path",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},alias:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Alias")},properties:{alias:{type:"string",name:"alias","x-decorator":"FormItem","x-component":"Input"}}},label:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Label")},properties:{label:{type:"string",name:"label",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
437
437
  > *:not(:last-child) {
438
438
  margin-right: 0.5em;
439
439
  }
440
440
  button {
441
441
  padding: 0;
442
442
  }
443
- `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:D("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}}});f(this,"components",{ArrayTable:ve.ArrayTable,WorkflowVariableInput:Se})}useVariables(o,n){const{key:a,title:i,config:l}=o,{types:d,fieldNames:c}=n,p=l.model||[];return{[c.label]:i,[c.value]:a,[c.children]:p.map(g=>({[c.label]:g.label,[c.value]:g.alias||g.path}))}}isAvailable(){return!1}}class _r extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get(Z).registerInstruction(mo,Gr)})}}class Hr extends Q{constructor(){super(...arguments);f(this,"title",D("JSON Parse"));f(this,"type",uo);f(this,"group",Ge);f(this,"description",D("Get specific data from JSON result of any node BY jsonata; https://jsonata.org/"));f(this,"fieldset",{source:{type:"string",title:D("Data source"),"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0},required:!0},expression:{type:"string",title:D("Query expression"),"x-decorator":"FormItem","x-component":"CodeMirror"},model:{type:"array",title:D("Properties mapping"),description:D("If the type of query result is object or array of object, could map the properties which to be accessed in subsequent nodes."),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{path:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Property path")},properties:{path:{type:"string",name:"path",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},alias:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Alias")},properties:{alias:{type:"string",name:"alias","x-decorator":"FormItem","x-component":"Input"}}},label:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Label")},properties:{label:{type:"string",name:"label",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
443
+ `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:N("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}}},this.components={ArrayTable:be.ArrayTable,WorkflowVariableInput:ke}}useVariables(t,o){const{key:n,title:i,config:a}=t,{types:l,fieldNames:c}=o,d=a.model||[];return{[c.label]:i,[c.value]:n,[c.children]:d.map(u=>({[c.label]:u.label,[c.value]:u.alias||u.path}))}}isAvailable(){return!1}}class Hr extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get(Z).registerInstruction(po,Gr)})}}class Jr extends Q{constructor(){super(...arguments),this.title=N("JSON Parse"),this.type=co,this.group=Ke,this.description=N("Get specific data from JSON result of any node BY jsonata; https://jsonata.org/"),this.fieldset={source:{type:"string",title:N("Data source"),"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0},required:!0},expression:{type:"string",title:N("Query expression"),"x-decorator":"FormItem","x-component":"CodeMirror"},model:{type:"array",title:N("Properties mapping"),description:N("If the type of query result is object or array of object, could map the properties which to be accessed in subsequent nodes."),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{path:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Property path")},properties:{path:{type:"string",name:"path",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},alias:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Alias")},properties:{alias:{type:"string",name:"alias","x-decorator":"FormItem","x-component":"Input"}}},label:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Label")},properties:{label:{type:"string",name:"label",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
444
444
  > *:not(:last-child) {
445
445
  margin-right: 0.5em;
446
446
  }
447
447
  button {
448
448
  padding: 0;
449
449
  }
450
- `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:D("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}}});f(this,"components",{ArrayTable:ve.ArrayTable,WorkflowVariableInput:Se})}useVariables(o,n){const{key:a,title:i,config:l}=o,{types:d,fieldNames:c}=n,p=l.model||[];return{[c.label]:i,[c.value]:a,[c.children]:p.map(g=>({[c.label]:g.label,[c.value]:g.alias||g.path}))}}isAvailable(){return!1}}class Jr extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get(Z).registerInstruction(uo,Hr)})}}function Yr(e,t){let o=e,n=null;for(let a=0;a<t.length;a++){const i=t[a],l=o.find(d=>d.value===i);if(!l)return null;n=l,!l.isLeaf&&l.loadChildren&&l.loadChildren(l),l.children&&(o=l.children)}return n}class Qr extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Loop", { ns: "${m}" })}}`);f(this,"type","loop");f(this,"group","control");f(this,"icon","RetweetOutlined");f(this,"color","#0ed6ec");f(this,"description",`{{t("By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.", { ns: "${m}" })}}`);f(this,"fieldset",{target:{type:"string",title:`{{t("Loop target", { ns: "${m}" })}}`,description:`{{t("A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0,useTypedConstant:["string","number","null"],className:s.css`
450
+ `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:N("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}}},this.components={ArrayTable:be.ArrayTable,WorkflowVariableInput:ke}}useVariables(t,o){const{key:n,title:i,config:a}=t,{types:l,fieldNames:c}=o,d=a.model||[];return{[c.label]:i,[c.value]:n,[c.children]:d.map(u=>({[c.label]:u.label,[c.value]:u.alias||u.path}))}}isAvailable(){return!1}}class Yr extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get(Z).registerInstruction(co,Jr)})}}function Qr(e,t){let o=e,n=null;for(let i=0;i<t.length;i++){const a=t[i],l=o.find(c=>c.value===a);if(!l)return null;n=l,!l.isLeaf&&l.loadChildren&&l.loadChildren(l),l.children&&(o=l.children)}return n}class Zr extends Q{constructor(){super(...arguments),this.title=`{{t("Loop", { ns: "${m}" })}}`,this.type="loop",this.group="control",this.icon="RetweetOutlined",this.color="#0ed6ec",this.description=`{{t("By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.", { ns: "${m}" })}}`,this.fieldset={target:{type:"string",title:`{{t("Loop target", { ns: "${m}" })}}`,description:`{{t("A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0,useTypedConstant:["string","number","null"],className:s.css`
451
451
  width: 100%;
452
452
 
453
453
  .variable {
@@ -457,25 +457,25 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:D("P
457
457
  .ant-input.null-value {
458
458
  width: 100%;
459
459
  }
460
- `},required:!0}});f(this,"components",{WorkflowVariableInput:Se})}Component({data:o}){var l;const{nodes:n}=L(),{styles:a}=he(),i=n.find(d=>d.upstreamId===o.id&&d.branchIndex!=null);return r.jsx(rt,{data:o,children:r.jsx("div",{className:a.nodeSubtreeClass,children:r.jsxs("div",{className:s.cx(a.branchBlockClass,s.css`
460
+ `},required:!0}},this.components={WorkflowVariableInput:ke}}Component({data:t}){var a;const{nodes:o}=q(),{styles:n}=ge(),i=o.find(l=>l.upstreamId===t.id&&l.branchIndex!=null);return r.jsx(nt,{data:t,children:r.jsx("div",{className:n.nodeSubtreeClass,children:r.jsxs("div",{className:s.cx(n.branchBlockClass,s.css`
461
461
  padding-left: 20em;
462
- `),children:[r.jsx(Be,{from:o,entry:i,branchIndex:(l=i==null?void 0:i.branchIndex)!=null?l:0}),r.jsxs("div",{className:a.branchClass,children:[r.jsx("div",{className:"workflow-branch-lines"}),r.jsx("div",{className:s.cx(a.addButtonClass,a.loopLineClass),children:r.jsx(z.ArrowUpOutlined,{})})]})]})})})}useScopeVariables(o,n){const a=s.useCompile(),i=N("Loop target"),l=N("Loop index"),d=N("Loop length"),{target:c}=o.config;if(!c)return null;const{fieldNames:p=ue}=n;let u={key:"item",[p.value]:"item",[p.label]:i};if(typeof c=="string"&&c.startsWith("{{")&&c.endsWith("}}")){const g=c.slice(2,-2).split(".").map(h=>h.trim()),y=[Lt,bt,vt].map(h=>{const C=h.useOptions(F(w({},n),{current:o})).filter(Boolean);return{[p.label]:a(h.label),[p.value]:h.value,key:h.value,[p.children]:C,disabled:C&&!C.length}}),x=Yr(y,g);u=Object.assign({},x,u)}return[u,{key:"index",[p.value]:"index",[p.label]:l},{key:"length",[p.value]:"length",[p.label]:d}]}}class Zr extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("loop",Qr)})}}function Xr(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}function Rr({multiple:e=!1,value:t=[],onChange:o}){const n=ce({types:[Xr]});return r.jsx(s.Variable.Input,{scope:n,value:t[0],onChange:a=>{o([a])},children:r.jsx(s.RemoteSelect,{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"},manual:!1,value:t[0],onChange:a=>{o(a!=null?[a]:[])}})})}function es({value:e,onChange:t}){const o=r.jsx("fieldset",{children:r.jsx(ve.FormLayout,{layout:"vertical",children:r.jsx(s.FormItem,{label:N("Negotiation"),children:r.jsxs(b.Radio.Group,{value:e,onChange:t,children:[r.jsx(b.Radio,{value:1,children:r.jsxs(b.Tooltip,{title:N("Everyone should pass"),placement:"bottom",children:[r.jsx("span",{children:N("All pass")}),r.jsx(z.QuestionCircleOutlined,{style:{color:"#999"}})]})}),r.jsx(b.Radio,{value:-1,children:r.jsxs(b.Tooltip,{title:N("Anyone pass"),placement:"bottom",children:[r.jsx("span",{children:N("Any pass")}),r.jsx(z.QuestionCircleOutlined,{style:{color:"#999"}})]})})]})})})});return r.jsxs("fieldset",{className:s.css`
462
+ `),children:[r.jsx($e,{from:t,entry:i,branchIndex:(a=i==null?void 0:i.branchIndex)!=null?a:0}),r.jsxs("div",{className:n.branchClass,children:[r.jsx("div",{className:"workflow-branch-lines"}),r.jsx("div",{className:s.cx(n.addButtonClass,n.loopLineClass),children:r.jsx(j.ArrowUpOutlined,{})})]})]})})})}useScopeVariables(t,o){const n=s.useCompile(),i=F("Loop target"),a=F("Loop index"),l=F("Loop length"),{target:c}=t.config;if(!c)return null;const{fieldNames:d=pe}=o;let p={key:"item",[d.value]:"item",[d.label]:i};if(typeof c=="string"&&c.startsWith("{{")&&c.endsWith("}}")){const u=c.slice(2,-2).split(".").map(g=>g.trim()),f=[Wt,xt,bt].map(g=>{const y=g.useOptions(I(v({},o),{current:t})).filter(Boolean);return{[d.label]:n(g.label),[d.value]:g.value,key:g.value,[d.children]:y,disabled:y&&!y.length}}),h=Qr(f,u);p=Object.assign({},h,p)}return[p,{key:"index",[d.value]:"index",[d.label]:a},{key:"length",[d.value]:"length",[d.label]:l}]}}class Xr extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("loop",Zr)})}}function Rr(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}function es({multiple:e=!1,value:t=[],onChange:o}){const n=le({types:[Rr]});return r.jsx(s.Variable.Input,{scope:n,value:t[0],onChange:i=>{o([i])},children:r.jsx(s.RemoteSelect,{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"},manual:!1,value:t[0],onChange:i=>{o(i!=null?[i]:[])}})})}function ts({value:e,onChange:t}){const o=r.jsx("fieldset",{children:r.jsx(be.FormLayout,{layout:"vertical",children:r.jsx(s.FormItem,{label:F("Negotiation"),children:r.jsxs(x.Radio.Group,{value:e,onChange:t,children:[r.jsx(x.Radio,{value:1,children:r.jsxs(x.Tooltip,{title:F("Everyone should pass"),placement:"bottom",children:[r.jsx("span",{children:F("All pass")}),r.jsx(j.QuestionCircleOutlined,{style:{color:"#999"}})]})}),r.jsx(x.Radio,{value:-1,children:r.jsxs(x.Tooltip,{title:F("Anyone pass"),placement:"bottom",children:[r.jsx("span",{children:F("Any pass")}),r.jsx(j.QuestionCircleOutlined,{style:{color:"#999"}})]})})]})})})});return r.jsxs("fieldset",{className:s.css`
463
463
  .ant-radio-group {
464
464
  .anticon {
465
465
  margin-left: 0.5em;
466
466
  }
467
467
  }
468
- `,children:[r.jsx(b.Form.Item,{children:r.jsxs(b.Radio.Group,{value:!!e,onChange:({target:{value:n}})=>{console.log(n),t(Number(n))},children:[r.jsx(b.Radio,{value:!0,children:r.jsxs(b.Tooltip,{title:N("Each user has own task"),placement:"bottom",children:[r.jsx("span",{children:N("Separately")}),r.jsx(z.QuestionCircleOutlined,{style:{color:"#999"}})]})}),r.jsx(b.Radio,{value:!1,children:r.jsxs(b.Tooltip,{title:N("Everyone shares one task"),placement:"bottom",children:[r.jsx("span",{children:N("Collaboratively")}),r.jsx(z.QuestionCircleOutlined,{style:{color:"#999"}})]})})]})}),e?o:null]})}function Eo(e){var $,P,j;const t=s.useRecord(),o=A.useFieldSchema(),n=A.useField(),a=v.useRef(null),i=e.dataSource||s.DEFAULT_DATA_SOURCE_KEY,{getAssociationAppends:l}=s.useAssociationNames(i),{appends:d,updateAssociationValues:c}=l(),[p]=Object.keys(($=o.toJSON().properties)!=null?$:{}),u=(P=t==null?void 0:t.result)==null?void 0:P[p],{findComponent:g}=s.useDesignable(),y=g((j=n.component)==null?void 0:j[0])||v.Fragment,x=v.useMemo(()=>A.createForm({initialValues:u}),[u]),h=v.useMemo(()=>w({appends:d},e.params),[d,e.params]),C=v.useMemo(()=>({loading:!1,data:{data:u}}),[u]),k=s.useAPIClient(),T=s.useDataSourceHeaders(i),I=k.resource(e.collection,void 0,T),O=s.useBlockRequestContext(),V=v.useMemo(()=>({params:h,form:x,field:n,service:C,updateAssociationValues:c,formBlockRef:a}),[n,x,h,C,c]);return!t.status||u?r.jsx(s.CollectionManagerProvider,{dataSource:i,children:r.jsx(s.CollectionProvider_deprecated,{collection:e.collection,children:r.jsx(s.RecordProvider,{record:u,parent:null,children:r.jsx(s.FormActiveFieldsProvider,{name:"form",children:r.jsx(s.BlockRequestContext_deprecated.Provider,{value:{block:"form",props:e,field:n,service:C,resource:I,__parent:O},children:r.jsx(s.FormBlockContext.Provider,{value:V,children:r.jsxs(y,F(w({},n.componentProps),{children:[r.jsx(s.FormV2.Templates,{style:{marginBottom:18},form:x}),r.jsx("div",{ref:a,children:r.jsx(A.RecursionField,{schema:o,onlyRenderProperties:!0})})]}))})})})})})}):null}function ts(e){return s.createFormBlockSchema(e)}function os(o){var n=o,{schema:e}=n,t=G(n,["schema"]);const{getTemplateSchemaByMode:a}=s.useSchemaTemplateManager(),{insert:i}=s.useSchemaInitializer(),l=s.useRecordCollectionDataSourceItems("FormItem");function d(p){return E(this,arguments,function*({item:c}){var h;const u=c.template?yield a(c):null,g=ts(F(w({actionInitializers:"workflowManual:form:configureActions",actions:{resolve:{type:"void",title:`{{t("Continue the process", { ns: "${m}" })}}`,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:xe.RESOLVED},"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useSubmit }}"},"x-designer":"ManualActionDesigner","x-designer-props":{}}}},e),{template:u}));delete g["x-acl-action-props"],delete g["x-acl-action"];const[y]=Object.keys(g.properties),x=((h=Object.entries(g.properties[y].properties).find(([C,k])=>k["x-component"]==="ActionBar"))==null?void 0:h[0])||"actions";g.properties[y].properties[x]["x-decorator"]="ActionBarProvider",g.properties[y].properties[x]["x-component-props"].style={marginTop:"1.5em",flexWrap:"wrap"},ht(g,C=>{C["x-uid"]&&delete C["x-uid"]}),i(g)})}return r.jsx(s.SchemaInitializerItem,F(w({},t),{onClick:d,items:l}))}function Mo(){var t,o;const e=s.useSchemaInitializerItem();return r.jsx(s.CollectionProvider_deprecated,{dataSource:(t=e.schema)==null?void 0:t.dataSource,collection:(o=e.schema)==null?void 0:o.collection,children:r.jsx(os,w({},e))})}function Ee(e,t,o=!1){const n=[];return e?t(e)&&(!o||!e.properties)?(n.push(e),n):(e.properties&&Object.keys(e.properties).forEach(a=>{n.push(...Ee(e.properties[a],t))}),n):n}function ns(){const{name:e,title:t}=s.useCollection_deprecated();return r.jsxs(s.GeneralSchemaDesigner,{title:t||e,children:[r.jsx(s.SchemaSettingsBlockTitleItem,{}),r.jsx(s.SchemaSettingsLinkageRules,{collectionName:e}),r.jsx(s.SchemaSettingsDataTemplates,{collectionName:e}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"Grid"}})]})}const rs={title:`{{t("Create record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=v.useMemo(()=>e.map(({key:i,displayName:l,collections:d})=>({key:i,name:i,label:l,type:"subMenu",children:d.map(c=>({name:ge.camelCase(`createRecordForm-child-${c.name}`),type:"item",title:c.title||c.tableName,schema:{collection:c.name,dataSource:i,title:`{{t("Create record", { ns: "${m}" })}}`,formType:"create","x-designer":"CreateFormDesigner"},Component:Mo}))})),[e]),[o,n]=v.useState([]),a=s.useMenuSearch({data:t,openKeys:o});return{name:"createRecordForm",key:"createRecordForm",type:"subMenu",title:`{{t("Create record form", { ns: "${m}" })}}`,componentProps:{onOpenChange(i){n(i)}},children:a}},initializers:{},components:{CreateFormDesigner:ns},parseFormOptions(e){const t={};return Ee(e,n=>n["x-decorator"]==="FormBlockProvider"&&n["x-decorator-props"].formType==="create").forEach(n=>{var d,c;const[a]=Object.keys(n.properties),i=n.properties[a],l=((d=Object.entries(i.properties).find(([p,u])=>u["x-component"]==="ActionBar"))==null?void 0:d[0])||"actions";t[a]={type:"create",title:((c=n["x-component-props"])==null?void 0:c.title)||a,actions:Ee(i.properties[l],p=>p["x-component"]==="Action").map(p=>{var u,g;return{status:p["x-decorator-props"].value,values:(g=(u=p["x-action-settings"])==null?void 0:u.assignedValues)==null?void 0:g.values,key:p.name}}),collection:n["x-decorator-props"].collection}}),t}},block:{scope:{},components:{}}};function $o(e){var p,u,g,y;const[t,o]=v.useState((u=(p=e.collection)==null?void 0:p.fields)!=null?u:[]),n=s.useRecord(),a=A.useField(),i=A.useFieldSchema(),[l]=Object.keys((g=i.toJSON().properties)!=null?g:{}),d=(y=n==null?void 0:n.result)==null?void 0:y[l],c=v.useMemo(()=>A.createForm({initialValues:d}),[d]);return!n.status||d?r.jsx(s.CollectionProvider_deprecated,{collection:F(w({},e.collection),{fields:t}),children:r.jsx(s.RecordProvider,{record:d,parent:null,children:r.jsx(s.FormBlockContext.Provider,{value:{form:c,field:a,setCollectionFields:o},children:e.children})})}):null}function ss(){const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem();return r.jsx(s.SchemaInitializerItem,F(w({},t),{onClick:()=>{e({type:"void","x-decorator":"CustomFormBlockProvider","x-decorator-props":{collection:{name:B.uid(),fields:[]}},"x-component":"CardItem","x-component-props":{title:'{{t("Form")}}'},"x-designer":"SimpleDesigner","x-designer-props":{type:"customForm"},properties:{[B.uid()]:{type:"void","x-component":"FormV2","x-use-component-props":"useFormBlockProps",properties:{grid:{type:"void","x-component":"Grid","x-initializer":"workflowManual:customForm:configureFields"},actions:{type:"void","x-decorator":"ActionBarProvider","x-component":"ActionBar","x-component-props":{layout:"one-column",style:{marginTop:"1.5em",flexWrap:"wrap"}},"x-initializer":"workflowManual:form:configureActions",properties:{resolve:{type:"void",title:`{{t("Continue the process", { ns: "${m}" })}}`,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:xe.RESOLVED},"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useSubmit }}"},"x-designer":"ManualActionDesigner"}}}}}}})}}))}const Bo={basic:'{{t("Basic")}}',choices:'{{t("Choices")}}',media:'{{t("Media")}}',datetime:'{{t("Date & Time")}}',relation:'{{t("Relation")}}',advanced:'{{t("Advanced type")}}',systemInfo:'{{t("System info")}}',others:'{{t("Others")}}'};function as(e){const t={};return Object.keys(e).forEach(o=>{const n=e[o],{group:a="others"}=n;t[a]=t[a]||{},ge.set(t,[a,o],n)}),Object.keys(Bo).filter(o=>["basic","choices","datetime","media"].includes(o)).map(o=>({title:Bo[o],children:Object.keys(t[o]||{}).map(n=>{const a=t[o][n];return w({value:n,title:a.title,name:n},t[o][n])}).sort((n,a)=>n.order-a.order)}))}function is(){const{interfaces:e}=s.useCollectionManager_deprecated();return as(e).map(o=>({name:o.title,type:"itemGroup",title:o.title,children:o.children.map(n=>({name:n.name,type:"item",title:n.title,Component:ds,fieldInterface:n.name}))}))}const Vo=v.createContext({}),ls=e=>{const[t,o]=v.useState(null),[n,a]=v.useState(),i=is(),l=s.useCollection_deprecated(),{setCollectionFields:d}=v.useContext(s.FormBlockContext),c=v.useMemo(()=>A.createForm(),[t]);return r.jsxs(Vo.Provider,{value:{onAddField(p){const u=ge.pick(p,["name","group","title","default","validateSchema"]),{properties:T}=p,I=T,{unique:g,type:y,layout:x,autoIncrement:h}=I,C=G(I,["unique","type","layout","autoIncrement"]);u.properties=C;const k=ge.cloneDeep(u);delete k.properties.name["x-disabled"],o(k)},setCallback:a},children:[r.jsx(s.SchemaInitializerItems,F(w({},e),{items:i})),r.jsx(s.ActionContextProvider,{value:{visible:!!t,setVisible(p){p||o(null)}},children:t?r.jsx(s.SchemaComponent,{schema:{type:"void",name:"drawer",title:'{{t("Configure field")}}',"x-decorator":"FormV2","x-decorator-props":{form:c},"x-component":"Action.Drawer",properties:F(w({},t.properties),{footer:{type:"void","x-component":"Action.Drawer.Footer",properties:{cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-component-props":{useAction(){const p=A.useForm();return{run(){return E(this,null,function*(){a(null),o(null),p.reset()})}}}}},submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{values:p,query:u,reset:g}=A.useForm(),y=[N("Field name existed in form")];return{run(){return E(this,null,function*(){var I,O,V,$;const{default:h}=t,C=B.uid();if(h.name=(I=p.name)!=null?I:C,h.uiSchema.title=(V=(O=p.uiSchema)==null?void 0:O.title)!=null?V:C,h.interface=t.name,($=l.fields)==null?void 0:$.find(P=>P.name===h.name)){u("name").take().setFeedback({type:"error",messages:y});return}const T=B.merge(h,p);d([...l.fields,T]),n({name:h.name,type:h.uiSchema.type,"x-decorator":"FormItem","x-component":"CollectionField","x-component-props":{field:T},"x-collection-field":`${l.name}.${h.name}`,"x-toolbar":"FormItemSchemaToolbar","x-settings":"fieldSettings:FormItem"}),g(),a(null),o(null)})}}}}}}}})},components:{ArrayTable:ve.ArrayTable}}):null})]})},cs=new s.SchemaInitializer({name:"workflowManual:customForm:configureFields",wrap:s.gridRowColWrap,insertPosition:"beforeEnd",title:"{{t('Configure fields')}}",ItemsComponent:ls});function ds(){const e=s.useSchemaInitializerItem(),{insert:t,setVisible:o}=s.useSchemaInitializer(),{onAddField:n,setCallback:a}=v.useContext(Vo),{getInterface:i}=s.useCollectionManager_deprecated(),l=i(e.fieldInterface);return r.jsx(s.SchemaInitializerItem,w({onClick:()=>{a(()=>t),n(l),o(!1)}},e),e.fieldInterface)}const jo={title:`{{t("Custom form", { ns: "${m}" })}}`,config:{useInitializer(){return{name:"customForm",type:"item",title:`{{t("Custom form", { ns: "${m}" })}}`,Component:ss}},initializers:{},components:{CustomFormBlockProvider:$o},parseFormOptions(e){const t={};return Ee(e,n=>n["x-decorator"]==="CustomFormBlockProvider").forEach(n=>{var c,p;const[a]=Object.keys(n.properties),i=n.properties[a],l=Ee(i.properties.grid,u=>u["x-component"]==="CollectionField",!0);n["x-decorator-props"].collection.fields=l.map(u=>{var g,y;return(y=(g=u["x-component-props"])==null?void 0:g.field)!=null?y:u["x-interface-options"]});const d=((c=Object.entries(i.properties).find(([u,g])=>g["x-component"]==="ActionBar"))==null?void 0:c[0])||"actions";t[a]={type:"custom",title:((p=n["x-component-props"])==null?void 0:p.title)||a,actions:Ee(i.properties[d],u=>u["x-component"]==="Action").map(u=>{var g,y;return{status:u["x-decorator-props"].value,values:(y=(g=u["x-action-settings"])==null?void 0:g.assignedValues)==null?void 0:y.values,key:u.name}}),collection:n["x-decorator-props"].collection}}),t}},block:{scope:{},components:{CustomFormBlockProvider:$o}}};function ps(){const{name:e,title:t}=s.useCollection_deprecated(),o=A.useFieldSchema(),{t:n}=R.useTranslation(),{dn:a}=s.useDesignable();return r.jsxs(s.GeneralSchemaDesigner,{title:t||e,children:[r.jsx(s.SchemaSettingsBlockTitleItem,{}),r.jsx(s.SchemaSettingsActionModalItem,{title:n("Filter settings",{ns:m}),schema:{name:"filter",type:"object",title:'{{t("Filter")}}',"x-component":"Filter","x-use-component-props":()=>{var l;return{options:s.useCollectionFilterOptions((l=o==null?void 0:o["x-decorator-props"])==null?void 0:l.collection)}},"x-component-props":{dynamicComponent:"FilterDynamicComponent"}},initialValues:o==null?void 0:o["x-decorator-props"],onSubmit:({filter:i})=>{o["x-decorator-props"].filter=i,a.emit("patch",{schema:{"x-decorator-props":o["x-decorator-props"]}}),a.refresh()}}),r.jsx(s.SchemaSettingsLinkageRules,{collectionName:e}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"Grid"}})]})}const us={title:`{{t("Update record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=v.useMemo(()=>e.map(({key:i,displayName:l,collections:d})=>({key:i,name:i,label:l,type:"subMenu",children:d.map(c=>({name:ge.camelCase(`updateRecordForm-child-${c.name}`),type:"item",title:c.title||c.tableName,schema:{collection:c.name,dataSource:i,title:`{{t("Update record", { ns: "${m}" })}}`,formType:"update","x-designer":"UpdateFormDesigner"},Component:Mo}))})),[e]),[o,n]=v.useState([]),a=s.useMenuSearch({data:t,openKeys:o});return{name:"updateRecordForm",key:"updateRecordForm",type:"subMenu",title:`{{t("Update record form", { ns: "${m}" })}}`,componentProps:{onOpenChange(i){n(i)}},children:a}},initializers:{},components:{FilterDynamicComponent:Oe,UpdateFormDesigner:ps},parseFormOptions(e){const t={};return Ee(e,n=>n["x-decorator"]==="FormBlockProvider"&&n["x-decorator-props"].formType==="update").forEach(n=>{var d,c;const[a]=Object.keys(n.properties),i=n.properties[a],l=((d=Object.entries(i.properties).find(([p,u])=>u["x-component"]==="ActionBar"))==null?void 0:d[0])||"actions";t[a]=F(w({},n["x-decorator-props"]),{type:"update",title:((c=n["x-component-props"])==null?void 0:c.title)||a,actions:Ee(i.properties[l],p=>p["x-component"]==="Action").map(p=>{var u,g;return{status:p["x-decorator-props"].value,values:(g=(u=p["x-action-settings"])==null?void 0:u.assignedValues)==null?void 0:g.values,key:p.name}})})}),t}},block:{scope:{},components:{}}},Me=new B.Registry;Me.register("customForm",jo),Me.register("createForm",rs),Me.register("updateForm",us);function ms(){const{workflow:e}=L(),t=Xe();return t.useInitializers?t.useInitializers(e.config):null}jo.title,`${m}`;const fs=new s.SchemaInitializer({name:"workflowManual:popup:configureUserInterface:addBlock",wrap:s.gridRowColWrap,title:'{{t("Add block")}}',items:[{type:"itemGroup",name:"dataBlocks",title:'{{t("Data blocks")}}',hideIfNoChildren:!0,useChildren(){const e=s.usePlugin(Z),t=ye(),o=$e(t),n=[ms()].filter(Boolean),a=o.map(l=>{var c;const d=e.instructions.get(l.type);return(c=d==null?void 0:d.useInitializers)==null?void 0:c.call(d,l)}).filter(Boolean);return[...n,...a.length?[{name:"nodes",type:"subMenu",title:`{{t("Node result", { ns: "${m}" })}}`,children:a}]:[]].filter(Boolean)}},{type:"itemGroup",name:"form",title:'{{t("Form")}}',useChildren(){const t=s.useDataSourceManager().getAllCollections();return Array.from(Me.getValues()).map(o=>{const{useInitializer:n}=o.config;return n({allCollections:t})})}},{type:"itemGroup",name:"otherBlocks",title:'{{t("Other blocks")}}',children:[{name:"markdown",title:'{{t("Demonstration text")}}',Component:"MarkdownBlockInitializer"}]}]});function gs(){var k,T,I;const e=v.useContext(s.SchemaComponentContext),{t}=R.useTranslation(),o=A.useFieldSchema(),n=ce(),[a,i]=v.useState(!1),[l,d]=v.useState((I=(T=(k=o==null?void 0:o["x-action-settings"])==null?void 0:k.assignedValues)==null?void 0:T.schema)!=null?I:{type:"void","x-component":"Grid","x-initializer":"assignFieldValuesForm:configureFields",properties:{}}),[c,p]=v.useState(null),{components:u}=s.useSchemaOptionsContext();v.useEffect(()=>{p(new A.Schema({properties:{grid:l}}))},[l]);const g=v.useMemo(()=>{var V,$;const O=($=(V=o==null?void 0:o["x-action-settings"])==null?void 0:V.assignedValues)==null?void 0:$.values;return A.createForm({initialValues:B.lodash.cloneDeep(O),values:B.lodash.cloneDeep(O)})},[o]),y=s.useFormActiveFields(),x=t("Assign field values");function h(){i(!1)}function C(){o["x-action-settings"]||(o["x-action-settings"]={}),o["x-action-settings"].assignedValues||(o["x-action-settings"].assignedValues={}),o["x-action-settings"].assignedValues.schema=l,o["x-action-settings"].assignedValues.values=g.values,i(!1),setTimeout(()=>{var O;(O=e.refresh)==null||O.call(e)},300)}return r.jsxs(r.Fragment,{children:[r.jsx(s.SchemaSettingsItem,{title:x,onClick:()=>i(!0),children:x}),r.jsx(b.Modal,{width:"50%",title:x,open:a,onCancel:h,footer:r.jsxs(b.Space,{children:[r.jsx(b.Button,{onClick:h,children:t("Cancel")}),r.jsx(b.Button,{type:"primary",onClick:C,children:t("Submit")})]}),children:r.jsx(s.DefaultValueProvider,{isAllowToSetDefaultValue:()=>!1,children:r.jsx(s.VariableScopeProvider,{scope:n,children:r.jsx(s.FormActiveFieldsProvider,{name:"form",getActiveFieldsName:y==null?void 0:y.getActiveFieldsName,children:r.jsx(A.FormProvider,{form:g,children:r.jsxs(ve.FormLayout,{layout:"vertical",children:[r.jsx(b.Alert,{message:N("Values preset in this form will override user submitted ones when continue or reject.")}),r.jsx("br",{}),a&&c&&r.jsx(s.SchemaComponentContext.Provider,{value:F(w({},e),{refresh(){d(B.lodash.get(c.toJSON(),"properties.grid"))}}),children:r.jsx(s.SchemaComponent,{schema:c,components:u})})]})})})})})})]})}function ys(e){return r.jsxs(s.GeneralSchemaDesigner,F(w({},e),{disableInitializer:!0,children:[r.jsx(s.Action.Designer.ButtonEditor,{}),r.jsx(gs,{}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"ActionBar"}})]}))}function hs(){const i=s.useSchemaInitializerItem(),{action:t,actionProps:o}=i,n=G(i,["action","actionProps"]),{insert:a}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,F(w({},n),{onClick:()=>{a({type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":F(w({},o),{useAction:"{{ useSubmit }}"}),"x-designer":"ManualActionDesigner","x-action-settings":{}})}}))}function Wo(){const e=s.useSchemaInitializerItem(),a=e,{action:t,actionProps:o}=a,n=G(a,["action","actionProps"]);return r.jsx(s.InitializerWithSwitch,F(w({},n),{item:e,schema:{type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":F(w({},o),{useAction:"{{ useSubmit }}"}),"x-designer":"Action.Designer","x-action":`${t}`},type:"x-action"}))}const xs=new s.SchemaInitializer({name:"workflowManual:form:configureActions",title:'{{t("Configure actions")}}',items:[{name:"jobStatusResolved",title:`{{t("Continue the process", { ns: "${m}" })}}`,Component:hs,action:xe.RESOLVED,actionProps:{type:"primary"}},{name:"jobStatusRejected",title:`{{t("Terminate the process", { ns: "${m}" })}}`,Component:Wo,action:xe.REJECTED,actionProps:{danger:!0}},{name:"jobStatusPending",title:`{{t("Save temporarily", { ns: "${m}" })}}`,Component:Wo,action:xe.PENDING}]});function bs(){return{run(){}}}function vs({value:e,onChange:t}){const o=s.usePlugin(Z),n=v.useContext(s.SchemaComponentContext),a=ye(),i=$e(a),l=A.useForm(),{workflow:d}=L(),c={};i.forEach(g=>{const y=o.instructions.get(g.type);Object.assign(c,y.components)});const p=v.useMemo(()=>new A.Schema({properties:{drawer:{type:"void",title:`{{t("User interface", { ns: "${m}" })}}`,"x-decorator":"Form","x-component":"Action.Drawer","x-component-props":{className:s.css`
468
+ `,children:[r.jsx(x.Form.Item,{children:r.jsxs(x.Radio.Group,{value:!!e,onChange:({target:{value:n}})=>{console.log(n),t(Number(n))},children:[r.jsx(x.Radio,{value:!0,children:r.jsxs(x.Tooltip,{title:F("Each user has own task"),placement:"bottom",children:[r.jsx("span",{children:F("Separately")}),r.jsx(j.QuestionCircleOutlined,{style:{color:"#999"}})]})}),r.jsx(x.Radio,{value:!1,children:r.jsxs(x.Tooltip,{title:F("Everyone shares one task"),placement:"bottom",children:[r.jsx("span",{children:F("Collaboratively")}),r.jsx(j.QuestionCircleOutlined,{style:{color:"#999"}})]})})]})}),e?o:null]})}function Oo(e){var E,P,B;const t=s.useRecord(),o=S.useFieldSchema(),n=S.useField(),i=b.useRef(null),a=e.dataSource||s.DEFAULT_DATA_SOURCE_KEY,{getAssociationAppends:l}=s.useAssociationNames(a),{appends:c,updateAssociationValues:d}=l(),[p]=Object.keys((E=o.toJSON().properties)!=null?E:{}),u=(P=t==null?void 0:t.result)==null?void 0:P[p],{findComponent:f}=s.useDesignable(),h=f((B=n.component)==null?void 0:B[0])||b.Fragment,g=b.useMemo(()=>S.createForm({initialValues:u}),[u]),y=b.useMemo(()=>v({appends:c},e.params),[c,e.params]),w=b.useMemo(()=>({loading:!1,data:{data:u}}),[u]),A=s.useAPIClient(),T=s.useDataSourceHeaders(a),C=A.resource(e.collection,void 0,T),D=s.useBlockRequestContext(),$=b.useMemo(()=>({params:y,form:g,field:n,service:w,updateAssociationValues:d,formBlockRef:i}),[n,g,y,w,d]);return!t.status||u?r.jsx(s.CollectionManagerProvider,{dataSource:a,children:r.jsx(s.CollectionProvider_deprecated,{collection:e.collection,children:r.jsx(s.RecordProvider,{record:u,parent:null,children:r.jsx(s.FormActiveFieldsProvider,{name:"form",children:r.jsx(s.BlockRequestContext_deprecated.Provider,{value:{block:"form",props:e,field:n,service:w,resource:C,__parent:D},children:r.jsx(s.FormBlockContext.Provider,{value:$,children:r.jsxs(h,I(v({},n.componentProps),{children:[r.jsx(s.FormV2.Templates,{style:{marginBottom:18},form:g}),r.jsx("div",{ref:i,children:r.jsx(S.RecursionField,{schema:o,onlyRenderProperties:!0})})]}))})})})})})}):null}function os(e){return s.createFormBlockSchema(e)}function ns(o){var n=o,{schema:e}=n,t=K(n,["schema"]);const{getTemplateSchemaByMode:i}=s.useSchemaTemplateManager(),{insert:a}=s.useSchemaInitializer(),l=s.useRecordCollectionDataSourceItems("FormItem");function c(p){return O(this,arguments,function*({item:d}){var y;const u=d.template?yield i(d):null,f=os(I(v({actionInitializers:"workflowManual:form:configureActions",actions:{resolve:{type:"void",title:`{{t("Continue the process", { ns: "${m}" })}}`,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:ye.RESOLVED},"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useSubmit }}"},"x-designer":"ManualActionDesigner","x-designer-props":{}}}},e),{template:u}));delete f["x-acl-action-props"],delete f["x-acl-action"];const[h]=Object.keys(f.properties),g=((y=Object.entries(f.properties[h].properties).find(([w,A])=>A["x-component"]==="ActionBar"))==null?void 0:y[0])||"actions";f.properties[h].properties[g]["x-decorator"]="ActionBarProvider",f.properties[h].properties[g]["x-component-props"].style={marginTop:"1.5em",flexWrap:"wrap"},gt(f,w=>{w["x-uid"]&&delete w["x-uid"]}),a(f)})}return r.jsx(s.SchemaInitializerItem,I(v({},t),{onClick:c,items:l}))}function Po(){var t,o;const e=s.useSchemaInitializerItem();return r.jsx(s.CollectionProvider_deprecated,{dataSource:(t=e.schema)==null?void 0:t.dataSource,collection:(o=e.schema)==null?void 0:o.collection,children:r.jsx(ns,v({},e))})}function Pe(e,t,o=!1){const n=[];return e?t(e)&&(!o||!e.properties)?(n.push(e),n):(e.properties&&Object.keys(e.properties).forEach(i=>{n.push(...Pe(e.properties[i],t))}),n):n}function rs(){const{name:e,title:t}=s.useCollection_deprecated();return r.jsxs(s.GeneralSchemaDesigner,{title:t||e,children:[r.jsx(s.SchemaSettingsBlockTitleItem,{}),r.jsx(s.SchemaSettingsLinkageRules,{collectionName:e}),r.jsx(s.SchemaSettingsDataTemplates,{collectionName:e}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"Grid"}})]})}const ss={title:`{{t("Create record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=b.useMemo(()=>e.map(({key:a,displayName:l,collections:c})=>({key:a,name:a,label:l,type:"subMenu",children:c.map(d=>({name:fe.camelCase(`createRecordForm-child-${d.name}`),type:"item",title:d.title||d.tableName,schema:{collection:d.name,dataSource:a,title:`{{t("Create record", { ns: "${m}" })}}`,formType:"create","x-designer":"CreateFormDesigner"},Component:Po}))})),[e]),[o,n]=b.useState([]),i=s.useMenuSearch({data:t,openKeys:o});return{name:"createRecordForm",key:"createRecordForm",type:"subMenu",title:`{{t("Create record form", { ns: "${m}" })}}`,componentProps:{onOpenChange(a){n(a)}},children:i}},initializers:{},components:{CreateFormDesigner:rs},parseFormOptions(e){const t={};return Pe(e,n=>n["x-decorator"]==="FormBlockProvider"&&n["x-decorator-props"].formType==="create").forEach(n=>{var c,d;const[i]=Object.keys(n.properties),a=n.properties[i],l=((c=Object.entries(a.properties).find(([p,u])=>u["x-component"]==="ActionBar"))==null?void 0:c[0])||"actions";t[i]={type:"create",title:((d=n["x-component-props"])==null?void 0:d.title)||i,actions:Pe(a.properties[l],p=>p["x-component"]==="Action").map(p=>{var u,f;return{status:p["x-decorator-props"].value,values:(f=(u=p["x-action-settings"])==null?void 0:u.assignedValues)==null?void 0:f.values,key:p.name}}),collection:n["x-decorator-props"].collection}}),t}},block:{scope:{},components:{}}};function Mo(e){var p,u,f,h;const[t,o]=b.useState((u=(p=e.collection)==null?void 0:p.fields)!=null?u:[]),n=s.useRecord(),i=S.useField(),a=S.useFieldSchema(),[l]=Object.keys((f=a.toJSON().properties)!=null?f:{}),c=(h=n==null?void 0:n.result)==null?void 0:h[l],d=b.useMemo(()=>S.createForm({initialValues:c}),[c]);return!n.status||c?r.jsx(s.CollectionProvider_deprecated,{collection:I(v({},e.collection),{fields:t}),children:r.jsx(s.RecordProvider,{record:c,parent:null,children:r.jsx(s.FormBlockContext.Provider,{value:{form:d,field:i,setCollectionFields:o},children:e.children})})}):null}function is(){const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem();return r.jsx(s.SchemaInitializerItem,I(v({},t),{onClick:()=>{e({type:"void","x-decorator":"CustomFormBlockProvider","x-decorator-props":{collection:{name:W.uid(),fields:[]}},"x-component":"CardItem","x-component-props":{title:'{{t("Form")}}'},"x-designer":"SimpleDesigner","x-designer-props":{type:"customForm"},properties:{[W.uid()]:{type:"void","x-component":"FormV2","x-use-component-props":"useFormBlockProps",properties:{grid:{type:"void","x-component":"Grid","x-initializer":"workflowManual:customForm:configureFields"},actions:{type:"void","x-decorator":"ActionBarProvider","x-component":"ActionBar","x-component-props":{layout:"one-column",style:{marginTop:"1.5em",flexWrap:"wrap"}},"x-initializer":"workflowManual:form:configureActions",properties:{resolve:{type:"void",title:`{{t("Continue the process", { ns: "${m}" })}}`,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:ye.RESOLVED},"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useSubmit }}"},"x-designer":"ManualActionDesigner"}}}}}}})}}))}const Eo={basic:'{{t("Basic")}}',choices:'{{t("Choices")}}',media:'{{t("Media")}}',datetime:'{{t("Date & Time")}}',relation:'{{t("Relation")}}',advanced:'{{t("Advanced type")}}',systemInfo:'{{t("System info")}}',others:'{{t("Others")}}'};function as(e){const t={};return Object.keys(e).forEach(o=>{const n=e[o],{group:i="others"}=n;t[i]=t[i]||{},fe.set(t,[i,o],n)}),Object.keys(Eo).filter(o=>["basic","choices","datetime","media"].includes(o)).map(o=>({title:Eo[o],children:Object.keys(t[o]||{}).map(n=>{const i=t[o][n];return v({value:n,title:i.title,name:n},t[o][n])}).sort((n,i)=>n.order-i.order)}))}function ls(){const{interfaces:e}=s.useCollectionManager_deprecated();return as(e).map(o=>({name:o.title,type:"itemGroup",title:o.title,children:o.children.map(n=>({name:n.name,type:"item",title:n.title,Component:ps,fieldInterface:n.name}))}))}const $o=b.createContext({}),cs=e=>{const[t,o]=b.useState(null),[n,i]=b.useState(),a=ls(),l=s.useCollection_deprecated(),{setCollectionFields:c}=b.useContext(s.FormBlockContext),d=b.useMemo(()=>S.createForm(),[t]);return r.jsxs($o.Provider,{value:{onAddField(p){const u=fe.pick(p,["name","group","title","default","validateSchema"]),{properties:T}=p,C=T,{unique:f,type:h,layout:g,autoIncrement:y}=C,w=K(C,["unique","type","layout","autoIncrement"]);u.properties=w;const A=fe.cloneDeep(u);delete A.properties.name["x-disabled"],o(A)},setCallback:i},children:[r.jsx(s.SchemaInitializerItems,I(v({},e),{items:a})),r.jsx(s.ActionContextProvider,{value:{visible:!!t,setVisible(p){p||o(null)}},children:t?r.jsx(s.SchemaComponent,{schema:{type:"void",name:"drawer",title:'{{t("Configure field")}}',"x-decorator":"FormV2","x-decorator-props":{form:d},"x-component":"Action.Drawer",properties:I(v({},t.properties),{footer:{type:"void","x-component":"Action.Drawer.Footer",properties:{cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-component-props":{useAction(){const p=S.useForm();return{run(){return O(this,null,function*(){i(null),o(null),p.reset()})}}}}},submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{values:p,query:u,reset:f}=S.useForm(),h=[F("Field name existed in form")];return{run(){return O(this,null,function*(){var C,D,$,E;const{default:y}=t,w=W.uid();if(y.name=(C=p.name)!=null?C:w,y.uiSchema.title=($=(D=p.uiSchema)==null?void 0:D.title)!=null?$:w,y.interface=t.name,(E=l.fields)==null?void 0:E.find(P=>P.name===y.name)){u("name").take().setFeedback({type:"error",messages:h});return}const T=W.merge(y,p);c([...l.fields,T]),n({name:y.name,type:y.uiSchema.type,"x-decorator":"FormItem","x-component":"CollectionField","x-component-props":{field:T},"x-collection-field":`${l.name}.${y.name}`,"x-toolbar":"FormItemSchemaToolbar","x-settings":"fieldSettings:FormItem"}),f(),i(null),o(null)})}}}}}}}})},components:{ArrayTable:be.ArrayTable}}):null})]})},ds=new s.SchemaInitializer({name:"workflowManual:customForm:configureFields",wrap:s.gridRowColWrap,insertPosition:"beforeEnd",title:"{{t('Configure fields')}}",ItemsComponent:cs});function ps(){const e=s.useSchemaInitializerItem(),{insert:t,setVisible:o}=s.useSchemaInitializer(),{onAddField:n,setCallback:i}=b.useContext($o),{getInterface:a}=s.useCollectionManager_deprecated(),l=a(e.fieldInterface);return r.jsx(s.SchemaInitializerItem,v({onClick:()=>{i(()=>t),n(l),o(!1)}},e),e.fieldInterface)}const Bo={title:`{{t("Custom form", { ns: "${m}" })}}`,config:{useInitializer(){return{name:"customForm",type:"item",title:`{{t("Custom form", { ns: "${m}" })}}`,Component:is}},initializers:{},components:{CustomFormBlockProvider:Mo},parseFormOptions(e){const t={};return Pe(e,n=>n["x-decorator"]==="CustomFormBlockProvider").forEach(n=>{var d,p;const[i]=Object.keys(n.properties),a=n.properties[i],l=Pe(a.properties.grid,u=>u["x-component"]==="CollectionField",!0);n["x-decorator-props"].collection.fields=l.map(u=>{var f,h;return(h=(f=u["x-component-props"])==null?void 0:f.field)!=null?h:u["x-interface-options"]});const c=((d=Object.entries(a.properties).find(([u,f])=>f["x-component"]==="ActionBar"))==null?void 0:d[0])||"actions";t[i]={type:"custom",title:((p=n["x-component-props"])==null?void 0:p.title)||i,actions:Pe(a.properties[c],u=>u["x-component"]==="Action").map(u=>{var f,h;return{status:u["x-decorator-props"].value,values:(h=(f=u["x-action-settings"])==null?void 0:f.assignedValues)==null?void 0:h.values,key:u.name}}),collection:n["x-decorator-props"].collection}}),t}},block:{scope:{},components:{CustomFormBlockProvider:Mo}}};function us(){const{name:e,title:t}=s.useCollection_deprecated(),o=S.useFieldSchema(),{t:n}=X.useTranslation(),{dn:i}=s.useDesignable();return r.jsxs(s.GeneralSchemaDesigner,{title:t||e,children:[r.jsx(s.SchemaSettingsBlockTitleItem,{}),r.jsx(s.SchemaSettingsActionModalItem,{title:n("Filter settings",{ns:m}),schema:{name:"filter",type:"object",title:'{{t("Filter")}}',"x-component":"Filter","x-use-component-props":()=>{var l;return{options:s.useCollectionFilterOptions((l=o==null?void 0:o["x-decorator-props"])==null?void 0:l.collection)}},"x-component-props":{dynamicComponent:"FilterDynamicComponent"}},initialValues:o==null?void 0:o["x-decorator-props"],onSubmit:({filter:a})=>{o["x-decorator-props"].filter=a,i.emit("patch",{schema:{"x-decorator-props":o["x-decorator-props"]}}),i.refresh()}}),r.jsx(s.SchemaSettingsLinkageRules,{collectionName:e}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"Grid"}})]})}const ms={title:`{{t("Update record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=b.useMemo(()=>e.map(({key:a,displayName:l,collections:c})=>({key:a,name:a,label:l,type:"subMenu",children:c.map(d=>({name:fe.camelCase(`updateRecordForm-child-${d.name}`),type:"item",title:d.title||d.tableName,schema:{collection:d.name,dataSource:a,title:`{{t("Update record", { ns: "${m}" })}}`,formType:"update","x-designer":"UpdateFormDesigner"},Component:Po}))})),[e]),[o,n]=b.useState([]),i=s.useMenuSearch({data:t,openKeys:o});return{name:"updateRecordForm",key:"updateRecordForm",type:"subMenu",title:`{{t("Update record form", { ns: "${m}" })}}`,componentProps:{onOpenChange(a){n(a)}},children:i}},initializers:{},components:{FilterDynamicComponent:De,UpdateFormDesigner:us},parseFormOptions(e){const t={};return Pe(e,n=>n["x-decorator"]==="FormBlockProvider"&&n["x-decorator-props"].formType==="update").forEach(n=>{var c,d;const[i]=Object.keys(n.properties),a=n.properties[i],l=((c=Object.entries(a.properties).find(([p,u])=>u["x-component"]==="ActionBar"))==null?void 0:c[0])||"actions";t[i]=I(v({},n["x-decorator-props"]),{type:"update",title:((d=n["x-component-props"])==null?void 0:d.title)||i,actions:Pe(a.properties[l],p=>p["x-component"]==="Action").map(p=>{var u,f;return{status:p["x-decorator-props"].value,values:(f=(u=p["x-action-settings"])==null?void 0:u.assignedValues)==null?void 0:f.values,key:p.name}})})}),t}},block:{scope:{},components:{}}},Me=new W.Registry;Me.register("customForm",Bo),Me.register("createForm",ss),Me.register("updateForm",ms);function fs(){const{workflow:e}=q(),t=Ze();return t.useInitializers?t.useInitializers(e.config):null}Bo.title,`${m}`;const hs=new s.SchemaInitializer({name:"workflowManual:popup:configureUserInterface:addBlock",wrap:s.gridRowColWrap,title:'{{t("Add block")}}',items:[{type:"itemGroup",name:"dataBlocks",title:'{{t("Data blocks")}}',hideIfNoChildren:!0,useChildren(){const e=s.usePlugin(Z),t=he(),o=Ee(t),n=[fs()].filter(Boolean),i=o.map(l=>{var d;const c=e.instructions.get(l.type);return(d=c==null?void 0:c.useInitializers)==null?void 0:d.call(c,l)}).filter(Boolean);return[...n,...i.length?[{name:"nodes",type:"subMenu",title:`{{t("Node result", { ns: "${m}" })}}`,children:i}]:[]].filter(Boolean)}},{type:"itemGroup",name:"form",title:'{{t("Form")}}',useChildren(){const t=s.useDataSourceManager().getAllCollections();return Array.from(Me.getValues()).map(o=>{const{useInitializer:n}=o.config;return n({allCollections:t})})}},{type:"itemGroup",name:"otherBlocks",title:'{{t("Other blocks")}}',children:[{name:"markdown",title:'{{t("Demonstration text")}}',Component:"MarkdownBlockInitializer"}]}]});function gs(){var A,T,C;const e=b.useContext(s.SchemaComponentContext),{t}=X.useTranslation(),o=S.useFieldSchema(),n=le(),[i,a]=b.useState(!1),[l,c]=b.useState((C=(T=(A=o==null?void 0:o["x-action-settings"])==null?void 0:A.assignedValues)==null?void 0:T.schema)!=null?C:{type:"void","x-component":"Grid","x-initializer":"assignFieldValuesForm:configureFields",properties:{}}),[d,p]=b.useState(null),{components:u}=s.useSchemaOptionsContext();b.useEffect(()=>{p(new S.Schema({properties:{grid:l}}))},[l]);const f=b.useMemo(()=>{var $,E;const D=(E=($=o==null?void 0:o["x-action-settings"])==null?void 0:$.assignedValues)==null?void 0:E.values;return S.createForm({initialValues:W.lodash.cloneDeep(D),values:W.lodash.cloneDeep(D)})},[o]),h=s.useFormActiveFields(),g=t("Assign field values");function y(){a(!1)}function w(){o["x-action-settings"]||(o["x-action-settings"]={}),o["x-action-settings"].assignedValues||(o["x-action-settings"].assignedValues={}),o["x-action-settings"].assignedValues.schema=l,o["x-action-settings"].assignedValues.values=f.values,a(!1),setTimeout(()=>{var D;(D=e.refresh)==null||D.call(e)},300)}return r.jsxs(r.Fragment,{children:[r.jsx(s.SchemaSettingsItem,{title:g,onClick:()=>a(!0),children:g}),r.jsx(x.Modal,{width:"50%",title:g,open:i,onCancel:y,footer:r.jsxs(x.Space,{children:[r.jsx(x.Button,{onClick:y,children:t("Cancel")}),r.jsx(x.Button,{type:"primary",onClick:w,children:t("Submit")})]}),children:r.jsx(s.DefaultValueProvider,{isAllowToSetDefaultValue:()=>!1,children:r.jsx(s.VariableScopeProvider,{scope:n,children:r.jsx(s.FormActiveFieldsProvider,{name:"form",getActiveFieldsName:h==null?void 0:h.getActiveFieldsName,children:r.jsx(S.FormProvider,{form:f,children:r.jsxs(be.FormLayout,{layout:"vertical",children:[r.jsx(x.Alert,{message:F("Values preset in this form will override user submitted ones when continue or reject.")}),r.jsx("br",{}),i&&d&&r.jsx(s.SchemaComponentContext.Provider,{value:I(v({},e),{refresh(){c(W.lodash.get(d.toJSON(),"properties.grid"))}}),children:r.jsx(s.SchemaComponent,{schema:d,components:u})})]})})})})})})]})}function ys(e){return r.jsxs(s.GeneralSchemaDesigner,I(v({},e),{disableInitializer:!0,children:[r.jsx(s.Action.Designer.ButtonEditor,{}),r.jsx(gs,{}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"ActionBar"}})]}))}function xs(){const a=s.useSchemaInitializerItem(),{action:t,actionProps:o}=a,n=K(a,["action","actionProps"]),{insert:i}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,I(v({},n),{onClick:()=>{i({type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":I(v({},o),{useAction:"{{ useSubmit }}"}),"x-designer":"ManualActionDesigner","x-action-settings":{}})}}))}function Vo(){const e=s.useSchemaInitializerItem(),i=e,{action:t,actionProps:o}=i,n=K(i,["action","actionProps"]);return r.jsx(s.InitializerWithSwitch,I(v({},n),{item:e,schema:{type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":I(v({},o),{useAction:"{{ useSubmit }}"}),"x-designer":"Action.Designer","x-action":`${t}`},type:"x-action"}))}const bs=new s.SchemaInitializer({name:"workflowManual:form:configureActions",title:'{{t("Configure actions")}}',items:[{name:"jobStatusResolved",title:`{{t("Continue the process", { ns: "${m}" })}}`,Component:xs,action:ye.RESOLVED,actionProps:{type:"primary"}},{name:"jobStatusRejected",title:`{{t("Terminate the process", { ns: "${m}" })}}`,Component:Vo,action:ye.REJECTED,actionProps:{danger:!0}},{name:"jobStatusPending",title:`{{t("Save temporarily", { ns: "${m}" })}}`,Component:Vo,action:ye.PENDING}]});function vs(){return{run(){}}}function ws({value:e,onChange:t}){const o=s.usePlugin(Z),n=b.useContext(s.SchemaComponentContext),i=he(),a=Ee(i),l=S.useForm(),{workflow:c}=q(),d={};a.forEach(f=>{const h=o.instructions.get(f.type);Object.assign(d,h.components)});const p=b.useMemo(()=>new S.Schema({properties:{drawer:{type:"void",title:`{{t("User interface", { ns: "${m}" })}}`,"x-decorator":"Form","x-component":"Action.Drawer","x-component-props":{className:s.css`
469
469
  .ant-drawer-body {
470
470
  background: var(--tb-box-bg);
471
471
  }
472
- `},properties:{tabs:{type:"void","x-component":"Tabs","x-component-props":{},"x-initializer":"popup:addTab","x-initializer-props":{gridInitializer:"workflowManual:popup:configureUserInterface:addBlock"},properties:e!=null?e:{tab1:{type:"void",title:`{{t("Manual", { ns: "${m}" })}}`,"x-component":"Tabs.TabPane","x-designer":"Tabs.Designer",properties:{grid:{type:"void","x-component":"Grid","x-initializer":"workflowManual:popup:configureUserInterface:addBlock",properties:{}}}}}}}}}}),[]),u=v.useCallback(function(){const{tabs:y}=B.lodash.get(p.toJSON(),"properties.drawer.properties"),x=Array.from(Me.getValues()).reduce((h,C)=>Object.assign(h,C.config.parseFormOptions(y)),{});l.setValuesIn("forms",x),t(y.properties)},[l,t,p]);return r.jsx(s.SchemaComponentContext.Provider,{value:F(w({},n),{designable:!d.executed,refresh:u}),children:r.jsx(s.SchemaComponent,{schema:p,components:F(w(w({},c),Array.from(Me.getValues()).reduce((g,y)=>Object.assign(g,y.config.components),{})),{FormBlockProvider:Eo,DetailsBlockProvider:s.DetailsBlockProvider,ManualActionStatusProvider(g){return g.children},ActionBarProvider(g){return g.children},SimpleDesigner:_t,ManualActionDesigner:ys}),scope:{useSubmit:bs,useDetailsBlockProps:s.useFormBlockContext}})})}function ws(e){const{workflow:t}=L(),[o,n]=v.useState(!1);return r.jsxs(r.Fragment,{children:[r.jsx(b.Button,{type:"primary",onClick:()=>n(!0),disabled:!1,children:N(t.executed?"View user interface":"Configure user interface")}),r.jsx(s.ActionContextProvider,{value:{visible:o,setVisible:n,formValueChanged:!1},children:e.children})]})}class Cs extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Manual", { ns: "${m}" })}}`);f(this,"type","manual");f(this,"group","manual");f(this,"icon","CoffeeOutlined");f(this,"color","#a3243b");f(this,"description",`{{t("Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.", { ns: "${m}" })}}`);f(this,"fieldset",{assignees:{type:"array",title:`{{t("Assignees", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"AssigneesSelect","x-component-props":{},required:!0,default:[]},mode:{type:"number",title:`{{t("Mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"ModeConfig",default:1,"x-reactions":{dependencies:["assignees"],fulfill:{state:{visible:"{{$deps[0].length > 1}}"}}}},schema:{type:"void",title:`{{t("User interface", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"SchemaConfigButton",properties:{schema:{type:"object","x-component":"SchemaConfig",default:null}}},forms:{type:"object",default:{}}});f(this,"components",{SchemaConfigButton:ws,SchemaConfig:vs,ModeConfig:es,AssigneesSelect:Rr})}useVariables({key:o,title:n,config:a},{types:i,fieldNames:l=ue}){var g;const d=s.useCompile(),{getCollectionFields:c}=s.useCollectionManager_deprecated(),p=Object.keys((g=a.forms)!=null?g:{});if(!p.length)return null;const u=p.map(y=>{var k;const x=a.forms[y],h=me({fields:(k=x.collection)==null?void 0:k.fields,collection:x.collection,types:i,compile:d,getCollectionFields:c}),C=d(x.title)||y;return h.length?{key:y,value:y,label:C,title:C,children:h}:null}).filter(Boolean);return u.length?{[l.value]:o,[l.label]:n,[l.children]:u}:null}useInitializers(o){var l;const{getCollection:n}=s.useCollectionManager_deprecated(),a=Object.keys((l=o.config.forms)!=null?l:{});if(!a.length||o.config.mode)return null;const i=a.map(d=>{var u,g;const c=o.config.forms[d],{fields:p=[]}=n(c.collection);return p.length?{name:(u=c.title)!=null?u:d,type:"item",title:(g=c.title)!=null?g:d,Component:Ne,collection:c.collection,dataPath:`$jobsMapByNodeKey.${o.key}.${d}`}:null}).filter(Boolean);return i.length?{name:`#${o.id}`,key:"forms",type:"subMenu",title:o.title,children:i}:null}isAvailable({engine:o,workflow:n,upstream:a,branchIndex:i}){return!o.isWorkflowSync(n)}}const ks={title:`{{t("Task", { ns: "${m}" })}}`,name:"flow_nodes",fields:[{type:"bigInt",name:"id",interface:"m2o",uiSchema:{type:"number",title:"ID","x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes",params:{filter:{type:"manual"}}}}}},{type:"string",name:"title",interface:"input",uiSchema:{type:"string",title:'{{t("Title")}}',"x-component":"Input"}}]},Ss={title:`{{t("Workflow", { ns: "${m}" })}}`,name:"workflows",fields:[{type:"string",name:"title",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input",required:!0}}]},As={title:`{{t("Workflow todos", { ns: "${m}" })}}`,name:"users_jobs",fields:[{type:"belongsTo",name:"user",target:"users",foreignKey:"userId",interface:"m2o",uiSchema:{type:"number",title:'{{t("User")}}',"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"}}}},{type:"belongsTo",name:"node",target:"flow_nodes",foreignKey:"nodeId",interface:"m2o",isAssociation:!0,uiSchema:{type:"number",title:`{{t("Task", { ns: "${m}" })}}`,"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes"}}}},{type:"belongsTo",name:"workflow",target:"workflows",foreignKey:"workflowId",interface:"m2o",uiSchema:{type:"number",title:`{{t("Workflow", { ns: "${m}" })}}`,"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"workflows"}}}},{type:"integer",name:"status",interface:"select",uiSchema:{type:"number",title:`{{t("Status", { ns: "${m}" })}}`,"x-component":"Select",enum:ft}},{name:"createdAt",type:"date",interface:"createdAt",uiSchema:{type:"datetime",title:'{{t("Created at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}}]},Is=A.observer(()=>{var t,o,n;const e=A.useField();return(n=(t=e==null?void 0:e.value)==null?void 0:t.title)!=null?n:`#${(o=e.value)==null?void 0:o.id}`},{displayName:"NodeColumn"}),Fs=A.observer(()=>{var t,o,n;const e=A.useField();return(n=(t=e==null?void 0:e.value)==null?void 0:t.title)!=null?n:`#${(o=e.value)==null?void 0:o.id}`},{displayName:"WorkflowColumn"}),Ts=A.observer(()=>{var t,o,n;const e=A.useField();return(n=(t=e==null?void 0:e.value)==null?void 0:t.nickname)!=null?n:(o=e.value)==null?void 0:o.id},{displayName:"UserColumn"});function Ns(e){const t=s.useRecord(),o=N("Unprocessed");return t.execution.status&&!t.status?r.jsx(b.Tag,{children:o}):e.children}const Yt=()=>r.jsx(s.SchemaComponent,{components:{NodeColumn:Is,WorkflowColumn:Fs,UserColumn:Ts,UserJobStatusColumn:Ns},schema:{type:"void",properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:16}},properties:{filter:{type:"void",title:'{{ t("Filter") }}',"x-action":"filter","x-designer":"Filter.Action.Designer","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresher:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-toolbar":"ActionSchemaToolbar","x-settings":"actionSettings:refresh","x-use-component-props":"useRefreshActionProps","x-component-props":{icon:"ReloadOutlined"},"x-align":"right"}}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id"},properties:{actions:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:60},title:'{{t("Actions")}}',properties:{view:{type:"void","x-component":"Action.Link",title:'{{t("View")}}',properties:{drawer:{"x-component":"WorkflowTodo.Drawer"}}}}},node:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:`{{t("Task node", { ns: "${m}" })}}`,properties:{node:{"x-component":"NodeColumn","x-read-pretty":!0}}},workflow:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:'{{t("Workflow", { ns: "workflow" })}}',properties:{workflow:{"x-component":"WorkflowColumn","x-read-pretty":!0}}},status:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:100},title:'{{t("Status", { ns: "workflow" })}}',properties:{status:{type:"number","x-decorator":"UserJobStatusColumn","x-component":"CollectionField","x-read-pretty":!0}}},user:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:140},title:`{{t("Assignee", { ns: "${m}" })}}`,properties:{user:{"x-component":"UserColumn","x-read-pretty":!0}}},createdAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:160},properties:{createdAt:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}}}}}}});function Ds(e){var p;const{data:t}=s.useCurrentUserContext(),{userJob:o}=L(),{status:n,result:a,userId:i}=o,l=A.useFieldSchema(),{name:d}=l.parent.toJSON();let{children:c}=e;return n?a[d]||(c=null):((p=t==null?void 0:t.data)==null?void 0:p.id)!==i&&(c=null),c}const zo=v.createContext(null);zo.displayName="ManualActionStatusContext";function Os({value:e,children:t}){const{userJob:o,execution:n}=L(),a=A.useField(),i=A.useFieldSchema();return v.useEffect(()=>{(n.status||o.status)&&(a.disabled=!0,a.visible=o.status===e&&o.result._===i.name)},[n,o,e,a,i.name]),r.jsx(zo.Provider,{value:e,children:t})}function Ps(){const e=s.useAPIClient(),{setVisible:t}=s.useActionContext(),{values:o,submit:n}=A.useForm(),a=A.useFieldSchema(),{service:i}=s.useTableBlockContext(),{userJob:l,execution:d}=L(),{name:c}=a,{name:p}=a.parent.parent;return{run(){return E(this,null,function*(){d.status||l.status||(yield n(),yield e.resource("users_jobs").submit({filterByTk:l.id,values:{result:{[p]:o,_:c}}}),t(!1),i.refresh())})}}}function Es(e){var u;const t=s.usePlugin(Z),o=s.useAPIClient(),{id:n}=s.useRecord(),[a,i]=v.useState(null),[l,d]=v.useState(null);v.useEffect(()=>{var g,y;n&&((y=(g=o.resource("users_jobs")).get)==null||y.call(g,{filterByTk:n,appends:["node","job","workflow","workflow.nodes","execution","execution.jobs"]}).then(({data:x})=>{var O;const V=(O=x==null?void 0:x.data)!=null?O:{},{node:h,workflow:$={}}=V,P=$,{nodes:C=[]}=P,k=G(P,["nodes"]),j=V,{execution:T}=j,I=G(j,["node","workflow","execution"]);gt(C),d(h),i({userJob:I,workflow:k,nodes:C,execution:T})}))},[o,n]);const p=$e(a==null?void 0:a.nodes.find(g=>g.id===l.id)).reduce((g,{type:y})=>{var x;return Object.assign(g,(x=t.instructions.get(y))==null?void 0:x.components)},{});return l&&a?r.jsx(Ue.Provider,{value:a,children:r.jsx(s.SchemaComponent,{components:w(w({FormBlockProvider:Eo,DetailsBlockProvider:zt,ActionBarProvider:Ds,ManualActionStatusProvider:Os},Array.from(Me.getValues()).reduce((g,y)=>Object.assign(g,y.block.components),{})),p),scope:w({useSubmit:Ps,useFormBlockProps:Ms,useDetailsBlockProps:$s},Array.from(Me.getValues()).reduce((g,y)=>Object.assign(g,y.block.scope),{})),schema:{type:"void",name:"tabs","x-component":"Tabs",properties:(u=l.config)==null?void 0:u.schema}})}):r.jsx(b.Spin,{})}function Ms(){var l;const{userJob:e,execution:t}=L(),o=s.useRecord(),{data:n}=s.useCurrentUserContext(),{form:a}=s.useFormBlockContext(),i=t.status||e.status?o?"readPretty":"disabled":((l=n==null?void 0:n.data)==null?void 0:l.id)!==e.userId?"disabled":"editable";return v.useEffect(()=>{a==null||a.setPattern(i)},[i,a]),{form:a}}function $s(){const{form:e}=s.useFormBlockContext();return{form:e}}function Bs(){const e=s.useCompile(),{status:t,updatedAt:o}=s.useRecord(),n=et[t];return t?r.jsxs(b.Space,{children:[r.jsx("time",{className:s.css`
472
+ `},properties:{tabs:{type:"void","x-component":"Tabs","x-component-props":{},"x-initializer":"popup:addTab","x-initializer-props":{gridInitializer:"workflowManual:popup:configureUserInterface:addBlock"},properties:e!=null?e:{tab1:{type:"void",title:`{{t("Manual", { ns: "${m}" })}}`,"x-component":"Tabs.TabPane","x-designer":"Tabs.Designer",properties:{grid:{type:"void","x-component":"Grid","x-initializer":"workflowManual:popup:configureUserInterface:addBlock",properties:{}}}}}}}}}}),[]),u=b.useCallback(function(){const{tabs:h}=W.lodash.get(p.toJSON(),"properties.drawer.properties"),g=Array.from(Me.getValues()).reduce((y,w)=>Object.assign(y,w.config.parseFormOptions(h)),{});l.setValuesIn("forms",g),t(h.properties)},[l,t,p]);return r.jsx(s.SchemaComponentContext.Provider,{value:I(v({},n),{designable:!c.executed,refresh:u}),children:r.jsx(s.SchemaComponent,{schema:p,components:I(v(v({},d),Array.from(Me.getValues()).reduce((f,h)=>Object.assign(f,h.config.components),{})),{FormBlockProvider:Oo,DetailsBlockProvider:s.DetailsBlockProvider,ManualActionStatusProvider(f){return f.children},ActionBarProvider(f){return f.children},SimpleDesigner:Ut,ManualActionDesigner:ys}),scope:{useSubmit:vs,useDetailsBlockProps:s.useFormBlockContext}})})}function Cs(e){const{workflow:t}=q(),[o,n]=b.useState(!1);return r.jsxs(r.Fragment,{children:[r.jsx(x.Button,{type:"primary",onClick:()=>n(!0),disabled:!1,children:F(t.executed?"View user interface":"Configure user interface")}),r.jsx(s.ActionContextProvider,{value:{visible:o,setVisible:n,formValueChanged:!1},children:e.children})]})}class ks extends Q{constructor(){super(...arguments),this.title=`{{t("Manual", { ns: "${m}" })}}`,this.type="manual",this.group="manual",this.icon="CoffeeOutlined",this.color="#a3243b",this.description=`{{t("Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.", { ns: "${m}" })}}`,this.fieldset={assignees:{type:"array",title:`{{t("Assignees", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"AssigneesSelect","x-component-props":{},required:!0,default:[]},mode:{type:"number",title:`{{t("Mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"ModeConfig",default:1,"x-reactions":{dependencies:["assignees"],fulfill:{state:{visible:"{{$deps[0].length > 1}}"}}}},schema:{type:"void",title:`{{t("User interface", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"SchemaConfigButton",properties:{schema:{type:"object","x-component":"SchemaConfig",default:null}}},forms:{type:"object",default:{}}},this.components={SchemaConfigButton:Cs,SchemaConfig:ws,ModeConfig:ts,AssigneesSelect:es}}useVariables({key:t,title:o,config:n},{types:i,fieldNames:a=pe}){var u;const l=s.useCompile(),{getCollectionFields:c}=s.useCollectionManager_deprecated(),d=Object.keys((u=n.forms)!=null?u:{});if(!d.length)return null;const p=d.map(f=>{var w;const h=n.forms[f],g=ue({fields:(w=h.collection)==null?void 0:w.fields,collection:h.collection,types:i,compile:l,getCollectionFields:c}),y=l(h.title)||f;return g.length?{key:f,value:f,label:y,title:y,children:g}:null}).filter(Boolean);return p.length?{[a.value]:t,[a.label]:o,[a.children]:p}:null}useInitializers(t){var a;const{getCollection:o}=s.useCollectionManager_deprecated(),n=Object.keys((a=t.config.forms)!=null?a:{});if(!n.length||t.config.mode)return null;const i=n.map(l=>{var p,u;const c=t.config.forms[l],{fields:d=[]}=o(c.collection);return d.length?{name:(p=c.title)!=null?p:l,type:"item",title:(u=c.title)!=null?u:l,Component:Te,collection:c.collection,dataPath:`$jobsMapByNodeKey.${t.key}.${l}`}:null}).filter(Boolean);return i.length?{name:`#${t.id}`,key:"forms",type:"subMenu",title:t.title,children:i}:null}isAvailable({engine:t,workflow:o,upstream:n,branchIndex:i}){return!t.isWorkflowSync(o)}}const Ss={title:`{{t("Task", { ns: "${m}" })}}`,name:"flow_nodes",fields:[{type:"bigInt",name:"id",interface:"m2o",uiSchema:{type:"number",title:"ID","x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes",params:{filter:{type:"manual"}}}}}},{type:"string",name:"title",interface:"input",uiSchema:{type:"string",title:'{{t("Title")}}',"x-component":"Input"}}]},As={title:`{{t("Workflow", { ns: "${m}" })}}`,name:"workflows",fields:[{type:"string",name:"title",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input",required:!0}}]},Is={title:`{{t("Workflow todos", { ns: "${m}" })}}`,name:"users_jobs",fields:[{type:"belongsTo",name:"user",target:"users",foreignKey:"userId",interface:"m2o",uiSchema:{type:"number",title:'{{t("User")}}',"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"}}}},{type:"belongsTo",name:"node",target:"flow_nodes",foreignKey:"nodeId",interface:"m2o",isAssociation:!0,uiSchema:{type:"number",title:`{{t("Task", { ns: "${m}" })}}`,"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes"}}}},{type:"belongsTo",name:"workflow",target:"workflows",foreignKey:"workflowId",interface:"m2o",uiSchema:{type:"number",title:`{{t("Workflow", { ns: "${m}" })}}`,"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"workflows"}}}},{type:"integer",name:"status",interface:"select",uiSchema:{type:"number",title:`{{t("Status", { ns: "${m}" })}}`,"x-component":"Select",enum:mt}},{name:"createdAt",type:"date",interface:"createdAt",uiSchema:{type:"datetime",title:'{{t("Created at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}}]},Fs=S.observer(()=>{var t,o,n;const e=S.useField();return(n=(t=e==null?void 0:e.value)==null?void 0:t.title)!=null?n:`#${(o=e.value)==null?void 0:o.id}`},{displayName:"NodeColumn"}),Ts=S.observer(()=>{var t,o,n;const e=S.useField();return(n=(t=e==null?void 0:e.value)==null?void 0:t.title)!=null?n:`#${(o=e.value)==null?void 0:o.id}`},{displayName:"WorkflowColumn"}),Ns=S.observer(()=>{var t,o,n;const e=S.useField();return(n=(t=e==null?void 0:e.value)==null?void 0:t.nickname)!=null?n:(o=e.value)==null?void 0:o.id},{displayName:"UserColumn"});function Ds(e){const t=s.useRecord(),o=F("Unprocessed");return t.execution.status&&!t.status?r.jsx(x.Tag,{children:o}):e.children}const Jt=()=>r.jsx(s.SchemaComponent,{components:{NodeColumn:Fs,WorkflowColumn:Ts,UserColumn:Ns,UserJobStatusColumn:Ds},schema:{type:"void",properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:16}},properties:{filter:{type:"void",title:'{{ t("Filter") }}',"x-action":"filter","x-designer":"Filter.Action.Designer","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresher:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-toolbar":"ActionSchemaToolbar","x-settings":"actionSettings:refresh","x-use-component-props":"useRefreshActionProps","x-component-props":{icon:"ReloadOutlined"},"x-align":"right"}}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id"},properties:{actions:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:60},title:'{{t("Actions")}}',properties:{view:{type:"void","x-component":"Action.Link",title:'{{t("View")}}',properties:{drawer:{"x-component":"WorkflowTodo.Drawer"}}}}},node:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:`{{t("Task node", { ns: "${m}" })}}`,properties:{node:{"x-component":"NodeColumn","x-read-pretty":!0}}},workflow:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:'{{t("Workflow", { ns: "workflow" })}}',properties:{workflow:{"x-component":"WorkflowColumn","x-read-pretty":!0}}},status:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:100},title:'{{t("Status", { ns: "workflow" })}}',properties:{status:{type:"number","x-decorator":"UserJobStatusColumn","x-component":"CollectionField","x-read-pretty":!0}}},user:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:140},title:`{{t("Assignee", { ns: "${m}" })}}`,properties:{user:{"x-component":"UserColumn","x-read-pretty":!0}}},createdAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:160},properties:{createdAt:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}}}}}}});function Os(e){var p;const{data:t}=s.useCurrentUserContext(),{userJob:o}=q(),{status:n,result:i,userId:a}=o,l=S.useFieldSchema(),{name:c}=l.parent.toJSON();let{children:d}=e;return n?i[c]||(d=null):((p=t==null?void 0:t.data)==null?void 0:p.id)!==a&&(d=null),d}const Wo=b.createContext(null);Wo.displayName="ManualActionStatusContext";function Ps({value:e,children:t}){const{userJob:o,execution:n}=q(),i=S.useField(),a=S.useFieldSchema();return b.useEffect(()=>{(n.status||o.status)&&(i.disabled=!0,i.visible=o.status===e&&o.result._===a.name)},[n,o,e,i,a.name]),r.jsx(Wo.Provider,{value:e,children:t})}function Ms(){const e=s.useAPIClient(),{setVisible:t}=s.useActionContext(),{values:o,submit:n}=S.useForm(),i=S.useFieldSchema(),{service:a}=s.useTableBlockContext(),{userJob:l,execution:c}=q(),{name:d}=i,{name:p}=i.parent.parent;return{run(){return O(this,null,function*(){c.status||l.status||(yield n(),yield e.resource("users_jobs").submit({filterByTk:l.id,values:{result:{[p]:o,_:d}}}),t(!1),a.refresh())})}}}function Es(e){var u;const t=s.usePlugin(Z),o=s.useAPIClient(),{id:n}=s.useRecord(),[i,a]=b.useState(null),[l,c]=b.useState(null);b.useEffect(()=>{var f,h;n&&((h=(f=o.resource("users_jobs")).get)==null||h.call(f,{filterByTk:n,appends:["node","job","workflow","workflow.nodes","execution","execution.jobs"]}).then(({data:g})=>{var D;const $=(D=g==null?void 0:g.data)!=null?D:{},{node:y,workflow:E={}}=$,P=E,{nodes:w=[]}=P,A=K(P,["nodes"]),B=$,{execution:T}=B,C=K(B,["node","workflow","execution"]);ft(w),c(y),a({userJob:C,workflow:A,nodes:w,execution:T})}))},[o,n]);const p=Ee(i==null?void 0:i.nodes.find(f=>f.id===l.id)).reduce((f,{type:h})=>{var g;return Object.assign(f,(g=t.instructions.get(h))==null?void 0:g.components)},{});return l&&i?r.jsx(qe.Provider,{value:i,children:r.jsx(s.SchemaComponent,{components:v(v({FormBlockProvider:Oo,DetailsBlockProvider:Vt,ActionBarProvider:Os,ManualActionStatusProvider:Ps},Array.from(Me.getValues()).reduce((f,h)=>Object.assign(f,h.block.components),{})),p),scope:v({useSubmit:Ms,useFormBlockProps:$s,useDetailsBlockProps:Bs},Array.from(Me.getValues()).reduce((f,h)=>Object.assign(f,h.block.scope),{})),schema:{type:"void",name:"tabs","x-component":"Tabs",properties:(u=l.config)==null?void 0:u.schema}})}):r.jsx(x.Spin,{})}function $s(){var l;const{userJob:e,execution:t}=q(),o=s.useRecord(),{data:n}=s.useCurrentUserContext(),{form:i}=s.useFormBlockContext(),a=t.status||e.status?o?"readPretty":"disabled":((l=n==null?void 0:n.data)==null?void 0:l.id)!==e.userId?"disabled":"editable";return b.useEffect(()=>{i==null||i.setPattern(a)},[a,i]),{form:i}}function Bs(){const{form:e}=s.useFormBlockContext();return{form:e}}function Vs(){const e=s.useCompile(),{status:t,updatedAt:o}=s.useRecord(),n=Re[t];return t?r.jsxs(x.Space,{children:[r.jsx("time",{className:s.css`
473
473
  margin-right: 0.5em;
474
- `,children:B.dayjs(o).format("YYYY-MM-DD HH:mm:ss")}),r.jsx(b.Tag,{icon:n.icon,color:n.color,children:e(n.label)})]}):null}function Vs(){var i;const e=v.useContext(s.SchemaComponentContext),{id:t,node:o,workflow:n,status:a}=s.useRecord();return r.jsx(s.SchemaComponentContext.Provider,{value:F(w({},e),{reset(){},designable:!1}),children:r.jsx(s.SchemaComponent,{components:{FooterStatus:Bs,FlowContextProvider:Es},schema:{type:"void",name:`drawer-${t}-${a}`,"x-component":"Action.Drawer","x-component-props":{className:"tb-action-popup"},title:`${n.title} - ${(i=o.title)!=null?i:`#${o.id}`}`,properties:{tabs:{type:"void","x-component":"FlowContextProvider"},footer:{type:"void","x-component":"Action.Drawer.Footer",properties:{content:{type:"void","x-component":"FooterStatus"}}}}}})})}function js({params:e={},children:t}){const o={collection:"users_jobs",resource:"users_jobs",action:"list",params:F(w({pageSize:20,sort:["-createdAt"]},e),{appends:["user","node","workflow","execution.status"],except:["node.config","workflow.config","workflow.options"]}),rowKey:"id",showIndex:!0,dragSort:!1};return r.jsx(s.ExtendCollectionsProvider,{collections:[ks,Ss,As],children:r.jsx(s.TableBlockProvider,F(w({name:"workflow-todo"},o),{children:t}))})}Yt.Drawer=Vs,Yt.Decorator=js;const Ws=()=>{const e=s.useSchemaInitializerItem(),{insert:t}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,F(w({icon:r.jsx(z.TableOutlined,{})},e),{onClick:()=>{t({type:"void","x-decorator":"WorkflowTodo.Decorator","x-decorator-props":{},"x-component":"CardItem","x-toolbar":"BlockSchemaToolbar","x-settings":"blockSettings:table",properties:{todos:{type:"void","x-component":"WorkflowTodo"}}})}}))};class zs extends s.Plugin{load(){return E(this,null,function*(){this.addComponents(),this.app.pm.get("workflow").registerInstruction("manual",Cs),this.app.schemaInitializerManager.add(fs),this.app.schemaInitializerManager.add(xs),this.app.schemaInitializerManager.add(cs),this.app.schemaInitializerManager.get("page:addBlock").add("otherBlocks.workflow",{name:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,type:"subMenu",icon:r.jsx(z.PartitionOutlined,{}),children:[{name:"common",title:`{{t("Common", { ns: "${m}" })}}`,type:"itemGroup",children:[{name:"todos",title:`{{t("Workflow todos", { ns: "${m}" })}}`,Component:"WorkflowTodoBlockInitializer",icon:"CheckSquareOutlined"}]}]})})}addComponents(){this.app.addComponents({WorkflowTodo:Yt,WorkflowTodoBlockInitializer:Ws})}}const Lo="notice",Qt="workflowNotice",Fe="workflow";function _e(){return{t:(t,o={})=>s.i18n.t(t,w({ns:Fe},o))}}const se=e=>s.tval(e,{ns:Fe});function Ls(){const e=s.useAPIClient(),t=A.useForm(),{field:o,__parent:n}=s.useBlockRequestContext(),{setVisible:a}=s.useActionContext(),i=oe.useNavigate(),l=A.useFieldSchema(),d=A.useField(),c=s.useCompile(),{modal:p}=b.App.useApp(),u=s.useCollectValuesToSubmit(),g=d.componentProps.filterKeys||[];return{onClick(){return E(this,null,function*(){var T,I,O;const{onSuccess:x,skipValidator:h,triggerWorkflows:C}=(T=l==null?void 0:l["x-action-settings"])!=null?T:{};h||(yield t.submit());const k=yield u();d.data=o.data||{},d.data.loading=!0;try{const V=yield e.resource("workflows").trigger({values:k,filterKeys:g,triggerWorkflows:C!=null&&C.length?C.map($=>[$.workflowKey,$.context].filter(Boolean).join("!")).join(","):void 0});if(d.data.loading=!1,d.data.data=V,(O=(I=n==null?void 0:n.service)==null?void 0:I.refresh)==null||O.call(I),a==null||a(!1),!(x!=null&&x.successMessage))return;x!=null&&x.manualClose?p.success({title:c(x==null?void 0:x.successMessage),onOk:()=>E(this,null,function*(){yield t.reset(),x!=null&&x.redirecting&&(x!=null&&x.redirectTo)&&(B.isURL(x.redirectTo)?window.location.href=x.redirectTo:i(x.redirectTo))})}):b.message.success(c(x==null?void 0:x.successMessage))}catch(V){d.data.loading=!1}})}}}function qs(){var y;const e=s.useCompile(),t=s.useAPIClient(),o=s.useRecord(),n=A.useField(),a=A.useFieldSchema(),{field:i,__parent:l}=s.useBlockRequestContext(),{setVisible:d}=s.useActionContext(),{modal:c}=b.App.useApp(),p=oe.useNavigate(),{onSuccess:u,triggerWorkflows:g}=(y=a==null?void 0:a["x-action-settings"])!=null?y:{};return{onClick(){return E(this,null,function*(){var h,C;n.data=i.data||{},n.data.loading=!0;try{if(yield t.resource("workflows").trigger({values:o,triggerWorkflows:g!=null&&g.length?g.map(k=>[k.workflowKey,k.context].filter(Boolean).join("!")).join(","):void 0}),(C=(h=l==null?void 0:l.service)==null?void 0:h.refresh)==null||C.call(h),d==null||d(!1),!(u!=null&&u.successMessage))return;if(u!=null&&u.manualClose){let k;c.success({title:e(u==null?void 0:u.successMessage),onOk(){return E(this,null,function*(){u!=null&&u.redirecting&&(u!=null&&u.redirectTo)&&(B.isURL(u.redirectTo)?window.location.href=u.redirectTo:p(u.redirectTo))})}})}else b.message.success(e(u==null?void 0:u.successMessage))}catch(k){console.error(k)}finally{n.data.loading=!1}})}}}const Us=()=>{const e=Jt(),t=ve.ArrayItems.useArray()||{field:[]},{t:o}=_e(),[n,a]=v.useState(!1),i=v.useCallback(()=>{t.field.push(""),a(!1)},[t.field]),l=v.useCallback(()=>{t.field.push({filter:{}}),a(!1)},[t.field]);return r.jsx(b.Popover,{open:!e&&n,onOpenChange:a,content:r.jsx(Ks,{onSlecet:i,onQuery:l}),children:r.jsx(b.Button,{className:"ant-formily-array-base-addition",type:"dashed",block:!0,disabled:e,children:o("Add Notified Person")})})},Ks=({onSlecet:e,onQuery:t})=>{const{t:o}=_e();return r.jsxs(b.Space,{direction:"vertical",size:"small",children:[r.jsx(b.Button,{type:"text",onClick:e,children:o("Select Notified Person")}),r.jsx(b.Button,{type:"text",onClick:t,children:o("Query Notified Person")})]})},Gs=e=>{const{t}=_e(),[o,n]=v.useState(!1),a=v.useCallback(()=>{n(!0)},[n]);return r.jsxs(r.Fragment,{children:[r.jsx(b.Button,{type:"primary",onClick:a,disabled:!1,children:t("Go to configure")}),r.jsx(s.ActionContextProvider,{value:{visible:o,setVisible:n,formValueChanged:!1},children:e.children})]})},_s=e=>e.value&&typeof e.value=="object"?r.jsx(Js,w({},e)):r.jsx(Hs,w({},e)),Hs=({value:e,onChange:t})=>{const o=ce({types:[Ys]});return r.jsx(s.Variable.Input,{scope:o,value:e,onChange:t,children:r.jsx(s.RemoteSelect,{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"},manual:!1,value:e,onChange:t})})},Js=()=>{const e=A.useField(),t=s.useCollectionFilterOptions("users"),{token:o}=s.useToken();return r.jsx("div",{style:{border:`1px dashed ${o.colorBorder}`,padding:o.paddingSM},children:r.jsx(s.SchemaComponent,{basePath:e.address,schema:{type:"void",properties:{filter:{type:"object","x-component":"Filter","x-component-props":{options:t,dynamicComponent:Oe}}}}})})};function Ys(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}const Qs=()=>{var c;const{workflow:e}=L(),[t,o]=s.parseCollectionName((c=e.config)==null?void 0:c.collection),n=s.useSchemaInitializerItem(),{insert:a}=s.useSchemaInitializer(),{getTemplateSchemaByMode:i}=s.useSchemaTemplateManager(),l=s.useRecordCollectionDataSourceItems("FormItem"),d=u=>E(this,[u],function*({item:p}){const g=p.template?yield i(p):null,y=s.createReadPrettyFormBlockSchema({actionInitializers:null,resource:o,collection:o,dataSource:t,template:g,settings:"blockSettings:details"});ge.unset(y,["x-acl-action","x-acl-action-props"]);const[x]=Object.keys(y.properties);ge.set(y.properties[x],"x-component-props.useProps","usePropsNoticeDetail"),a(y)});return r.jsx(s.SchemaInitializerItem,F(w({},n),{onClick:d,items:l}))},Zs=new s.SchemaInitializer({name:"NoticeDetailInitializer",wrap:s.gridRowColWrap,title:"{{t('Add block')}}",items:[{name:"notice",type:"itemGroup",title:se("Notice blocks"),children:[{name:"detail",type:"item",title:'{{t("Details")}}',Component:Qs}]},{type:"itemGroup",name:"dataBlocks",title:'{{t("Data blocks")}}',checkChildrenLength:!0,useChildren(){var d;const e=s.usePlugin(Z),{workflow:t}=L(),o=Xe(),n=ye(),a=$e(n),i=[(d=o.useInitializers)==null?void 0:d.call(o,t.config)].filter(Boolean),l=a.map(c=>{var u;const p=e.instructions.get(c.type);return(u=p==null?void 0:p.useInitializers)==null?void 0:u.call(p,c)}).filter(Boolean);return[...i,...l.length?[{name:"nodes",type:"subMenu",title:'{{t("Node result", { ns: "workflow" })}}',children:l}]:[]].filter(Boolean)}},{name:"others",type:"itemGroup",title:'{{t("Other blocks")}}',children:[{name:"markdown",type:"item",title:'{{t("Demonstration text")}}',component:"MarkdownBlockInitializer"}]}]});class Xs extends s.Plugin{load(){return E(this,null,function*(){this.app.schemaInitializerManager.add(Zs)})}}function Rs(e){return{type:"void",name:e,"x-uid":e,"x-component":"Grid","x-initializer":"NoticeDetailInitializer"}}const ea=e=>{const{schemaData:t,loading:o,handleChange:n}=ta(e);return o?r.jsx(b.Spin,{}):r.jsx(s.SchemaComponent,{memoized:!0,scope:{},components:{},schema:t,onChange:n})};function ta(e){const{value:t,onChange:o}=e,n=s.useAPIClient();A.useForm();const{data:a,loading:i}=s.useRequest(()=>E(this,null,function*(){if(t){const p=yield oa(n,t);if(p["x-uid"]===t)return p}const d=t!=null?t:B.uid(),c=Rs(d);return yield na(n,c),o(d),c}));return{schemaData:a,loading:i,handleChange:d=>{}}}function oa(e,t){return E(this,null,function*(){var a;const{data:o}=yield e.request({url:`uiSchemas:getJsonSchema/${t}`});return(a=o.data)!=null?a:{}})}function na(e,t){return E(this,null,function*(){yield e.resource("uiSchemas").insert({values:t})})}const ra={ActionStyle:s.css`
474
+ `,children:W.dayjs(o).format("YYYY-MM-DD HH:mm:ss")}),r.jsx(x.Tag,{icon:n.icon,color:n.color,children:e(n.label)})]}):null}function Ws(){var a;const e=b.useContext(s.SchemaComponentContext),{id:t,node:o,workflow:n,status:i}=s.useRecord();return r.jsx(s.SchemaComponentContext.Provider,{value:I(v({},e),{reset(){},designable:!1}),children:r.jsx(s.SchemaComponent,{components:{FooterStatus:Vs,FlowContextProvider:Es},schema:{type:"void",name:`drawer-${t}-${i}`,"x-component":"Action.Drawer","x-component-props":{className:"tb-action-popup"},title:`${n.title} - ${(a=o.title)!=null?a:`#${o.id}`}`,properties:{tabs:{type:"void","x-component":"FlowContextProvider"},footer:{type:"void","x-component":"Action.Drawer.Footer",properties:{content:{type:"void","x-component":"FooterStatus"}}}}}})})}function js({params:e={},children:t}){const o={collection:"users_jobs",resource:"users_jobs",action:"list",params:I(v({pageSize:20,sort:["-createdAt"]},e),{appends:["user","node","workflow","execution.status"],except:["node.config","workflow.config","workflow.options"]}),rowKey:"id",showIndex:!0,dragSort:!1};return r.jsx(s.ExtendCollectionsProvider,{collections:[Ss,As,Is],children:r.jsx(s.TableBlockProvider,I(v({name:"workflow-todo"},o),{children:t}))})}Jt.Drawer=Ws,Jt.Decorator=js;const zs=()=>{const e=s.useSchemaInitializerItem(),{insert:t}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,I(v({icon:r.jsx(j.TableOutlined,{})},e),{onClick:()=>{t({type:"void","x-decorator":"WorkflowTodo.Decorator","x-decorator-props":{},"x-component":"CardItem","x-toolbar":"BlockSchemaToolbar","x-settings":"blockSettings:table",properties:{todos:{type:"void","x-component":"WorkflowTodo"}}})}}))};class Ls extends s.Plugin{load(){return O(this,null,function*(){this.addComponents(),this.app.pm.get("workflow").registerInstruction("manual",ks),this.app.schemaInitializerManager.add(hs),this.app.schemaInitializerManager.add(bs),this.app.schemaInitializerManager.add(ds),this.app.schemaInitializerManager.get("page:addBlock").add("otherBlocks.workflow",{name:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,type:"subMenu",icon:r.jsx(j.PartitionOutlined,{}),children:[{name:"common",title:`{{t("Common", { ns: "${m}" })}}`,type:"itemGroup",children:[{name:"todos",title:`{{t("Workflow todos", { ns: "${m}" })}}`,Component:"WorkflowTodoBlockInitializer",icon:"CheckSquareOutlined"}]}]})})}addComponents(){this.app.addComponents({WorkflowTodo:Jt,WorkflowTodoBlockInitializer:zs})}}const jo="notice",Yt="workflowNotice",Ie="workflow";function _e(){return{t:(t,o={})=>s.i18n.t(t,v({ns:Ie},o))}}const ie=e=>s.tval(e,{ns:Ie});function qs(){const e=s.useAPIClient(),t=S.useForm(),{field:o,__parent:n}=s.useBlockRequestContext(),{setVisible:i}=s.useActionContext(),a=oe.useNavigate(),l=S.useFieldSchema(),c=S.useField(),d=s.useCompile(),{modal:p}=x.App.useApp(),u=s.useCollectValuesToSubmit(),f=c.componentProps.filterKeys||[];return{onClick(){return O(this,null,function*(){var T,C,D;const{onSuccess:g,skipValidator:y,triggerWorkflows:w}=(T=l==null?void 0:l["x-action-settings"])!=null?T:{};y||(yield t.submit());const A=yield u();c.data=o.data||{},c.data.loading=!0;try{const $=yield e.resource("workflows").trigger({values:A,filterKeys:f,triggerWorkflows:w!=null&&w.length?w.map(E=>[E.workflowKey,E.context].filter(Boolean).join("!")).join(","):void 0});if(c.data.loading=!1,c.data.data=$,(D=(C=n==null?void 0:n.service)==null?void 0:C.refresh)==null||D.call(C),i==null||i(!1),!(g!=null&&g.successMessage))return;g!=null&&g.manualClose?p.success({title:d(g==null?void 0:g.successMessage),onOk:()=>O(this,null,function*(){yield t.reset(),g!=null&&g.redirecting&&(g!=null&&g.redirectTo)&&(W.isURL(g.redirectTo)?window.location.href=g.redirectTo:a(g.redirectTo))})}):x.message.success(d(g==null?void 0:g.successMessage))}catch($){c.data.loading=!1}})}}}function Us(){var h;const e=s.useCompile(),t=s.useAPIClient(),o=s.useRecord(),n=S.useField(),i=S.useFieldSchema(),{field:a,__parent:l}=s.useBlockRequestContext(),{setVisible:c}=s.useActionContext(),{modal:d}=x.App.useApp(),p=oe.useNavigate(),{onSuccess:u,triggerWorkflows:f}=(h=i==null?void 0:i["x-action-settings"])!=null?h:{};return{onClick(){return O(this,null,function*(){var y,w;n.data=a.data||{},n.data.loading=!0;try{if(yield t.resource("workflows").trigger({values:o,triggerWorkflows:f!=null&&f.length?f.map(A=>[A.workflowKey,A.context].filter(Boolean).join("!")).join(","):void 0}),(w=(y=l==null?void 0:l.service)==null?void 0:y.refresh)==null||w.call(y),c==null||c(!1),!(u!=null&&u.successMessage))return;if(u!=null&&u.manualClose){let A;d.success({title:e(u==null?void 0:u.successMessage),onOk(){return O(this,null,function*(){u!=null&&u.redirecting&&(u!=null&&u.redirectTo)&&(W.isURL(u.redirectTo)?window.location.href=u.redirectTo:p(u.redirectTo))})}})}else x.message.success(e(u==null?void 0:u.successMessage))}catch(A){console.error(A)}finally{n.data.loading=!1}})}}}const Ks=()=>{const e=_t(),t=be.ArrayItems.useArray()||{field:[]},{t:o}=_e(),[n,i]=b.useState(!1),a=b.useCallback(()=>{t.field.push(""),i(!1)},[t.field]),l=b.useCallback(()=>{t.field.push({filter:{}}),i(!1)},[t.field]);return r.jsx(x.Popover,{open:!e&&n,onOpenChange:i,content:r.jsx(_s,{onSlecet:a,onQuery:l}),children:r.jsx(x.Button,{className:"ant-formily-array-base-addition",type:"dashed",block:!0,disabled:e,children:o("Add Notified Person")})})},_s=({onSlecet:e,onQuery:t})=>{const{t:o}=_e();return r.jsxs(x.Space,{direction:"vertical",size:"small",children:[r.jsx(x.Button,{type:"text",onClick:e,children:o("Select Notified Person")}),r.jsx(x.Button,{type:"text",onClick:t,children:o("Query Notified Person")})]})},Gs=e=>{const{t}=_e(),[o,n]=b.useState(!1),i=b.useCallback(()=>{n(!0)},[n]);return r.jsxs(r.Fragment,{children:[r.jsx(x.Button,{type:"primary",onClick:i,disabled:!1,children:t("Go to configure")}),r.jsx(s.ActionContextProvider,{value:{visible:o,setVisible:n,formValueChanged:!1},children:e.children})]})},Hs=e=>e.value&&typeof e.value=="object"?r.jsx(Ys,v({},e)):r.jsx(Js,v({},e)),Js=({value:e,onChange:t})=>{const o=le({types:[Qs]});return r.jsx(s.Variable.Input,{scope:o,value:e,onChange:t,children:r.jsx(s.RemoteSelect,{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"},manual:!1,value:e,onChange:t})})},Ys=()=>{const e=S.useField(),t=s.useCollectionFilterOptions("users"),{token:o}=s.useToken();return r.jsx("div",{style:{border:`1px dashed ${o.colorBorder}`,padding:o.paddingSM},children:r.jsx(s.SchemaComponent,{basePath:e.address,schema:{type:"void",properties:{filter:{type:"object","x-component":"Filter","x-component-props":{options:t,dynamicComponent:De}}}}})})};function Qs(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}const Zs=()=>{var d;const{workflow:e}=q(),[t,o]=s.parseCollectionName((d=e.config)==null?void 0:d.collection),n=s.useSchemaInitializerItem(),{insert:i}=s.useSchemaInitializer(),{getTemplateSchemaByMode:a}=s.useSchemaTemplateManager(),l=s.useRecordCollectionDataSourceItems("FormItem"),c=u=>O(this,[u],function*({item:p}){const f=p.template?yield a(p):null,h=s.createReadPrettyFormBlockSchema({actionInitializers:null,resource:o,collection:o,dataSource:t,template:f,settings:"blockSettings:details"});fe.unset(h,["x-acl-action","x-acl-action-props"]);const[g]=Object.keys(h.properties);fe.set(h.properties[g],"x-component-props.useProps","usePropsNoticeDetail"),i(h)});return r.jsx(s.SchemaInitializerItem,I(v({},n),{onClick:c,items:l}))},Xs=new s.SchemaInitializer({name:"NoticeDetailInitializer",wrap:s.gridRowColWrap,title:"{{t('Add block')}}",items:[{name:"notice",type:"itemGroup",title:ie("Notice blocks"),children:[{name:"detail",type:"item",title:'{{t("Details")}}',Component:Zs}]},{type:"itemGroup",name:"dataBlocks",title:'{{t("Data blocks")}}',checkChildrenLength:!0,useChildren(){var c;const e=s.usePlugin(Z),{workflow:t}=q(),o=Ze(),n=he(),i=Ee(n),a=[(c=o.useInitializers)==null?void 0:c.call(o,t.config)].filter(Boolean),l=i.map(d=>{var u;const p=e.instructions.get(d.type);return(u=p==null?void 0:p.useInitializers)==null?void 0:u.call(p,d)}).filter(Boolean);return[...a,...l.length?[{name:"nodes",type:"subMenu",title:'{{t("Node result", { ns: "workflow" })}}',children:l}]:[]].filter(Boolean)}},{name:"others",type:"itemGroup",title:'{{t("Other blocks")}}',children:[{name:"markdown",type:"item",title:'{{t("Demonstration text")}}',component:"MarkdownBlockInitializer"}]}]});class Rs extends s.Plugin{load(){return O(this,null,function*(){this.app.schemaInitializerManager.add(Xs)})}}function ei(e){return{type:"void",name:e,"x-uid":e,"x-component":"Grid","x-initializer":"NoticeDetailInitializer"}}const ti=e=>{const{schemaData:t,loading:o,handleChange:n}=oi(e);return o?r.jsx(x.Spin,{}):r.jsx(s.SchemaComponent,{memoized:!0,scope:{},components:{},schema:t,onChange:n})};function oi(e){const{value:t,onChange:o}=e,n=s.useAPIClient();S.useForm();const{data:i,loading:a}=s.useRequest(()=>O(this,null,function*(){if(t){const p=yield ni(n,t);if(p["x-uid"]===t)return p}const c=t!=null?t:W.uid(),d=ei(c);return yield ri(n,d),o(c),d}));return{schemaData:i,loading:a,handleChange:c=>{}}}function ni(e,t){return O(this,null,function*(){var i;const{data:o}=yield e.request({url:`uiSchemas:getJsonSchema/${t}`});return(i=o.data)!=null?i:{}})}function ri(e,t){return O(this,null,function*(){yield e.resource("uiSchemas").insert({values:t})})}const si={ActionStyle:s.css`
475
475
  .ant-drawer-body {
476
476
  background: var(--tb-box-bg);
477
477
  }
478
- `},sa=()=>{const e=v.useContext(s.SchemaComponentContext),[,t]=v.useState(B.uid()),{workflow:o}=L(),n=v.useMemo(()=>F(w({},e),{refresh:()=>t(B.uid()),designable:!o.executed}),[e,o.executed]);return r.jsx(s.SchemaComponentContext.Provider,{value:n,children:r.jsx(s.SchemaComponent,{components:{NoticeDetail:ea},schema:aa})})},aa={name:"drawer",type:"void",title:se("The interface of show notice detail"),"x-component":"Action.Drawer","x-component-props":{className:ra.ActionStyle},properties:{showNoticeDetail:{type:"string","x-component":"NoticeDetail"}}};s.createStyles({});const qo={ArrayItemsStyle:s.css`
478
+ `},ii=()=>{const e=b.useContext(s.SchemaComponentContext),[,t]=b.useState(W.uid()),{workflow:o}=q(),n=b.useMemo(()=>I(v({},e),{refresh:()=>t(W.uid()),designable:!o.executed}),[e,o.executed]);return r.jsx(s.SchemaComponentContext.Provider,{value:n,children:r.jsx(s.SchemaComponent,{components:{NoticeDetail:ti},schema:ai})})},ai={name:"drawer",type:"void",title:ie("The interface of show notice detail"),"x-component":"Action.Drawer","x-component-props":{className:si.ActionStyle},properties:{showNoticeDetail:{type:"string","x-component":"NoticeDetail"}}};s.createStyles({});const zo={ArrayItemsStyle:s.css`
479
479
  &[disabled] {
480
480
  > .ant-formily-array-base-addition {
481
481
  display: none;
@@ -492,19 +492,19 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:D("P
492
492
  > .ant-space-item:nth-child(2) {
493
493
  flex-grow: 1;
494
494
  }
495
- `};class ia extends Q{constructor(){super(...arguments);f(this,"title",se("Notice"));f(this,"type",Lo);f(this,"group",Ge);f(this,"icon","MessageOutlined");f(this,"color","#82e29c");f(this,"description",se("In the workflow, notification messages can be viewed by the notified person in the notification center."));f(this,"components",{ArrayItems:ve.ArrayItems,SelectNotifiedPerson:_s,AdditionNotifiedPerson:Us,ConfigButtonNotice:Gs,ShowNoticeDetail:sa});f(this,"fieldset",{notifiedPerson:{type:"array",title:se("The Notified Person"),"x-decorator":"FormItem","x-component":"ArrayItems","x-component-props":{className:qo.ArrayItemsStyle},items:{type:"void","x-component":"Space","x-component-props":{className:qo.SpaceStyle},properties:{sort:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.SortHandle"},input:{type:"string","x-decorator":"FormItem","x-component":"SelectNotifiedPerson"},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}},properties:{add:{type:"void",title:se("Add Notified Person"),"x-component":"AdditionNotifiedPerson"}}},showNoticeDetail:{type:"void",title:se("Show Notice Detail"),required:!0,"x-decorator":"FormItem","x-component":"ConfigButtonNotice",properties:{showNoticeDetail:{type:"void","x-component":"ShowNoticeDetail"}}}})}isAvailable(o){return!0}}class la extends s.Plugin{afterAdd(){return E(this,null,function*(){yield this.app.pm.add(Xs)})}load(){return E(this,null,function*(){this.app.pm.get(Z).registerInstruction(Lo,ia),this.app.addComponents({ArrayItems:ve.ArrayItems})})}}const ca={title:se("Node"),name:"flow_nodes",fields:[{type:"bigInt",name:"id",interface:"m2o",uiSchema:{type:"number",title:"ID","x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes",params:{filter:{type:"manual"}}}}}},{type:"string",name:"title",interface:"input",uiSchema:{type:"string",title:'{{t("Title")}}',"x-component":"Input"}}]},da=A.observer(()=>{const{value:e}=A.useField(),t=s.useRecord();return r.jsx(pa,{value:e,record:t})},{displayName:"ColumnStatus"}),pa=e=>{const{value:t,record:o}=e,n=ge.omit(e,["value","record"]),a=s.useCompile(),{t:i}=_e(),{option:l=ua[t]}=n,{workflow:d,execution:c,job:p}=o!=null?o:{};return(!(d!=null&&d.enabled)||c!=null&&c.stauts||p!=null&&p.status)&&[].includes(t)?r.jsx(b.Tag,{children:i("Unprocessed")}):r.jsx(b.Tag,{color:l==null?void 0:l.color,children:a(l==null?void 0:l.label)})},Uo=[{value:pe.QUEUEING,label:`{{t("Assigned", { ns: "${Fe}" })}}`,color:"blue"},{value:pe.STARTED,label:`{{t("Pending", { ns: "${Fe}" })}}`,color:"gold"},{value:2,label:`{{t("Approved", { ns: "${Fe}" })}}`,color:"green"},{value:pe.REJECTED,label:`{{t("Rejected", { ns: "${Fe}" })}}`,color:"red"}],ua=Uo.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{}),ma={title:se("Notice Center"),name:Qt,fields:[{type:"bigInt",name:"id",interface:"number",uiSchema:{type:"number",title:"ID","x-component":"InputNumber"}},{type:"belongsTo",name:"user",target:"users",foreignKey:"userId",interface:"m2o",uiSchema:{type:"number",title:se("The Notified Person"),"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"}}}},{type:"belongsTo",name:"node",target:"flow_nodes",foreignKey:"nodeId",interface:"m2o",isAssociation:!0,uiSchema:{type:"number",title:`{{t("Task node", { ns: "${Fe}" })}}`,"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes"}}}},{type:"belongsTo",name:"workflow",target:"workflows",foreignKey:"workflowId",interface:"m2o",uiSchema:{type:"number",title:'{{t("Workflow", { ns: "workflow" })}}',"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"workflows"}}}},{type:"integer",name:"status",interface:"select",uiSchema:{type:"number",title:'{{t("Status", { ns: "workflow" })}}',"x-component":"Select",enum:Uo}},{type:"text",name:"comment",interface:"markdown",uiSchema:{type:"string","x-component":"Markdown",title:`{{t("Comment", { ns: "${Fe}" })}}`}},{name:"createdAt",type:"date",interface:"createdAt",uiSchema:{type:"datetime",title:'{{t("Created at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}},{name:"updatedAt",type:"date",interface:"updatedAt",uiSchema:{type:"datetime",title:'{{t("Updated at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}},{type:"string",name:"summary",interface:"input",uiSchema:{type:"string",title:se("Summary"),"x-component":"ApprovalsSummary","x-component-props":{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}}}]},fa={title:se("Workflow"),name:"workflows",fields:[{type:"string",name:"title",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input",required:!0}},{type:"boolean",name:"enabled",interface:"select",uiSchema:{type:"boolean",title:'{{t("Status", { ns: "workflow" })}}',"x-component":"Select",enum:[{label:'{{t("On", { ns: "workflow" })}}',value:!0},{label:'{{t("Off", { ns: "workflow" })}}',value:!1}]}}]},ga=o=>{var n=o,{children:e}=n,t=G(n,["children"]);const{collection:a,params:i={filter:{}},action:l="list"}=t,d=s.useRecord(),c={collection:a,resource:a,action:l,params:F(w({pageSize:20,sort:["-createdAt"]},i),{filter:d!=null&&d.id?w({dataKey:`${d.id}`},i.filter):w({},i.filter)}),rowKey:"id",showIndex:!0,dragSort:!1};return r.jsx(s.ExtendCollectionsProvider,{collections:[fa,ca,ma],children:r.jsx(s.TableBlockProvider,F(w({name:a},c),{children:e}))})},Ko=v.createContext({}),ya=Ko.Provider;function ha(){return v.useContext(Ko)}const Go=v.createContext({}),xa=Go.Provider;function ba(){return v.useContext(Go)}function va(){const{snapshot:e}=ba(),{form:t}=s.useFormBlockContext();return v.useEffect(()=>{t.setValues(e)},[t,e]),{form:t}}function _o({children:e,workflow:t,execution:o,nodes:n}){const a=s.usePlugin(Z),i=a.triggers.get(t.type).components,l=n.reduce((d,{type:c})=>{var p;return Object.assign(d,(p=a.instructions.get(c))==null?void 0:p.components)},{});return r.jsx(Ue.Provider,{value:{workflow:t,nodes:n,execution:o},children:r.jsx(s.SchemaComponentOptions,{components:w(w({},i),l),children:e})})}const Ho=o=>{var n=o,{children:e}=n,t=G(n,["children"]);const a=s.useSchemaComponentContext(),{t:i}=_e(),{id:l}=s.useCollectionRecordData(),{loading:d,data:c}=wa(l);if(d)return r.jsx(b.Spin,{});if(!(c!=null&&c.data))return r.jsx(b.Result,{status:"error",title:i("Submission may be withdrawn, please try refresh the list.")});const p=c.data,{node:u,workflow:g,execution:y}=p,x=u==null?void 0:u.config.showNoticeDetail,{designable:h}=t;return r.jsx(_o,{workflow:g,nodes:g.nodes,execution:y,children:r.jsx(xa,{value:p,children:r.jsx(ya,{value:{id:l,schemaId:x},children:r.jsx(s.SchemaComponentContext.Provider,{value:F(w({},a),{designable:h}),children:e})})})})};function wa(e){const{loading:t,data:o}=s.useRequest({resource:Qt,action:"get",params:{filterByTk:e,appends:["node","job","workflow","workflow.nodes","execution","execution.jobs","user"],except:["workflow.config","workflow.options","nodes.config"],sort:["-createdAt"]}},{refreshDeps:[e]});return{loading:t,data:o}}const Ca=()=>r.jsx(Ho,{children:r.jsx(ka,{})}),ka=e=>{const{id:t,schemaId:o}=ha();return r.jsx(s.SchemaComponent,{components:{NoticeDetailProvider:Ho,RemoteSchemaComponent:s.RemoteSchemaComponent,SchemaComponentProvider:s.SchemaComponentProvider,DetailsBlockProvider:zt},scope:{usePropsNoticeDetail:va,useDetailsBlockProps:s.useFormBlockContext},schema:{name:`content-${t}`,type:"void","x-component":"Tabs",properties:{detail:{type:"void",title:se("Content Detail"),"x-component":"Tabs.TabPane",properties:{detail:{type:"void","x-decorator":"NoticeDetailProvider","x-decorator-props":{designable:!1},"x-component":"RemoteSchemaComponent","x-component-props":{uid:o,noForm:!0}}}}}}})},Sa=({record:e})=>{const{id:t}=e;return{name:`notice-view-${t}`,type:"void","x-component":"Action.Link",title:'{{t("View")}}',properties:{drawer:{type:"void","x-component":"Action.Drawer","x-component-props":{className:"tb-action-popup"},properties:{content:{type:"void","x-component":"NoticeDetailContent"}}}}}},Aa=()=>{const e=s.useCollectionRecordData();return r.jsx(s.SchemaComponent,{components:{NoticeDetailContent:Ca},schema:Sa({record:e})})},Ia=A.observer(()=>{const e=A.useField(),t=e==null?void 0:e.value;return t!=null&&t.title?t.title:t!=null&&t.id?`#${t.id}`:""},{displayName:"ColumnNode"}),Fa=A.observer(()=>{const e=A.useField(),t=e==null?void 0:e.value;return t!=null&&t.nickname?t.nickname:(t==null?void 0:t.id)!==void 0?t.id:""},{displayName:"ColumnUser"}),Ta=A.observer(()=>{const{t:e}=_e(),{value:t}=A.useField(),o=(t==null?void 0:t.title)||`#${t==null?void 0:t.id}`;return t!=null&&t.enabled?o:r.jsx("span",{className:s.css`
495
+ `};class li extends Q{constructor(){super(...arguments),this.title=ie("Notice"),this.type=jo,this.group=Ke,this.icon="MessageOutlined",this.color="#82e29c",this.description=ie("In the workflow, notification messages can be viewed by the notified person in the notification center."),this.components={ArrayItems:be.ArrayItems,SelectNotifiedPerson:Hs,AdditionNotifiedPerson:Ks,ConfigButtonNotice:Gs,ShowNoticeDetail:ii},this.fieldset={notifiedPerson:{type:"array",title:ie("The Notified Person"),"x-decorator":"FormItem","x-component":"ArrayItems","x-component-props":{className:zo.ArrayItemsStyle},items:{type:"void","x-component":"Space","x-component-props":{className:zo.SpaceStyle},properties:{sort:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.SortHandle"},input:{type:"string","x-decorator":"FormItem","x-component":"SelectNotifiedPerson"},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}},properties:{add:{type:"void",title:ie("Add Notified Person"),"x-component":"AdditionNotifiedPerson"}}},showNoticeDetail:{type:"void",title:ie("Show Notice Detail"),required:!0,"x-decorator":"FormItem","x-component":"ConfigButtonNotice",properties:{showNoticeDetail:{type:"void","x-component":"ShowNoticeDetail"}}}}}isAvailable(t){return!0}}class ci extends s.Plugin{afterAdd(){return O(this,null,function*(){yield this.app.pm.add(Rs)})}load(){return O(this,null,function*(){this.app.pm.get(Z).registerInstruction(jo,li),this.app.addComponents({ArrayItems:be.ArrayItems})})}}const di={title:ie("Node"),name:"flow_nodes",fields:[{type:"bigInt",name:"id",interface:"m2o",uiSchema:{type:"number",title:"ID","x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes",params:{filter:{type:"manual"}}}}}},{type:"string",name:"title",interface:"input",uiSchema:{type:"string",title:'{{t("Title")}}',"x-component":"Input"}}]},pi=S.observer(()=>{const{value:e}=S.useField(),t=s.useRecord();return r.jsx(ui,{value:e,record:t})},{displayName:"ColumnStatus"}),ui=e=>{const{value:t,record:o}=e,n=fe.omit(e,["value","record"]),i=s.useCompile(),{t:a}=_e(),{option:l=mi[t]}=n,{workflow:c,execution:d,job:p}=o!=null?o:{};return(!(c!=null&&c.enabled)||d!=null&&d.stauts||p!=null&&p.status)&&[].includes(t)?r.jsx(x.Tag,{children:a("Unprocessed")}):r.jsx(x.Tag,{color:l==null?void 0:l.color,children:i(l==null?void 0:l.label)})},Lo=[{value:de.QUEUEING,label:`{{t("Assigned", { ns: "${Ie}" })}}`,color:"blue"},{value:de.STARTED,label:`{{t("Pending", { ns: "${Ie}" })}}`,color:"gold"},{value:2,label:`{{t("Approved", { ns: "${Ie}" })}}`,color:"green"},{value:de.REJECTED,label:`{{t("Rejected", { ns: "${Ie}" })}}`,color:"red"}],mi=Lo.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{}),fi={title:ie("Notice Center"),name:Yt,fields:[{type:"bigInt",name:"id",interface:"number",uiSchema:{type:"number",title:"ID","x-component":"InputNumber"}},{type:"belongsTo",name:"user",target:"users",foreignKey:"userId",interface:"m2o",uiSchema:{type:"number",title:ie("The Notified Person"),"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"nickname",value:"id"},service:{resource:"users"}}}},{type:"belongsTo",name:"node",target:"flow_nodes",foreignKey:"nodeId",interface:"m2o",isAssociation:!0,uiSchema:{type:"number",title:`{{t("Task node", { ns: "${Ie}" })}}`,"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"flow_nodes"}}}},{type:"belongsTo",name:"workflow",target:"workflows",foreignKey:"workflowId",interface:"m2o",uiSchema:{type:"number",title:'{{t("Workflow", { ns: "workflow" })}}',"x-component":"RemoteSelect","x-component-props":{fieldNames:{label:"title",value:"id"},service:{resource:"workflows"}}}},{type:"integer",name:"status",interface:"select",uiSchema:{type:"number",title:'{{t("Status", { ns: "workflow" })}}',"x-component":"Select",enum:Lo}},{type:"text",name:"comment",interface:"markdown",uiSchema:{type:"string","x-component":"Markdown",title:`{{t("Comment", { ns: "${Ie}" })}}`}},{name:"createdAt",type:"date",interface:"createdAt",uiSchema:{type:"datetime",title:'{{t("Created at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}},{name:"updatedAt",type:"date",interface:"updatedAt",uiSchema:{type:"datetime",title:'{{t("Updated at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}},{type:"string",name:"summary",interface:"input",uiSchema:{type:"string",title:ie("Summary"),"x-component":"ApprovalsSummary","x-component-props":{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}}}]},hi={title:ie("Workflow"),name:"workflows",fields:[{type:"string",name:"title",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input",required:!0}},{type:"boolean",name:"enabled",interface:"select",uiSchema:{type:"boolean",title:'{{t("Status", { ns: "workflow" })}}',"x-component":"Select",enum:[{label:'{{t("On", { ns: "workflow" })}}',value:!0},{label:'{{t("Off", { ns: "workflow" })}}',value:!1}]}}]},gi=o=>{var n=o,{children:e}=n,t=K(n,["children"]);const{collection:i,params:a={filter:{}},action:l="list"}=t,c=s.useRecord(),d={collection:i,resource:i,action:l,params:I(v({pageSize:20,sort:["-createdAt"]},a),{filter:c!=null&&c.id?v({dataKey:`${c.id}`},a.filter):v({},a.filter)}),rowKey:"id",showIndex:!0,dragSort:!1};return r.jsx(s.ExtendCollectionsProvider,{collections:[hi,di,fi],children:r.jsx(s.TableBlockProvider,I(v({name:i},d),{children:e}))})},qo=b.createContext({}),yi=qo.Provider;function xi(){return b.useContext(qo)}const Uo=b.createContext({}),bi=Uo.Provider;function vi(){return b.useContext(Uo)}function wi(){const{snapshot:e}=vi(),{form:t}=s.useFormBlockContext();return b.useEffect(()=>{t.setValues(e)},[t,e]),{form:t}}function Ko({children:e,workflow:t,execution:o,nodes:n}){const i=s.usePlugin(Z),a=i.triggers.get(t.type).components,l=n.reduce((c,{type:d})=>{var p;return Object.assign(c,(p=i.instructions.get(d))==null?void 0:p.components)},{});return r.jsx(qe.Provider,{value:{workflow:t,nodes:n,execution:o},children:r.jsx(s.SchemaComponentOptions,{components:v(v({},a),l),children:e})})}const _o=o=>{var n=o,{children:e}=n,t=K(n,["children"]);const i=s.useSchemaComponentContext(),{t:a}=_e(),{id:l}=s.useCollectionRecordData(),{loading:c,data:d}=Ci(l);if(c)return r.jsx(x.Spin,{});if(!(d!=null&&d.data))return r.jsx(x.Result,{status:"error",title:a("Submission may be withdrawn, please try refresh the list.")});const p=d.data,{node:u,workflow:f,execution:h}=p,g=u==null?void 0:u.config.showNoticeDetail,{designable:y}=t;return r.jsx(Ko,{workflow:f,nodes:f.nodes,execution:h,children:r.jsx(bi,{value:p,children:r.jsx(yi,{value:{id:l,schemaId:g},children:r.jsx(s.SchemaComponentContext.Provider,{value:I(v({},i),{designable:y}),children:e})})})})};function Ci(e){const{loading:t,data:o}=s.useRequest({resource:Yt,action:"get",params:{filterByTk:e,appends:["node","job","workflow","workflow.nodes","execution","execution.jobs","user"],except:["workflow.config","workflow.options","nodes.config"],sort:["-createdAt"]}},{refreshDeps:[e]});return{loading:t,data:o}}const ki=()=>r.jsx(_o,{children:r.jsx(Si,{})}),Si=e=>{const{id:t,schemaId:o}=xi();return r.jsx(s.SchemaComponent,{components:{NoticeDetailProvider:_o,RemoteSchemaComponent:s.RemoteSchemaComponent,SchemaComponentProvider:s.SchemaComponentProvider,DetailsBlockProvider:Vt},scope:{usePropsNoticeDetail:wi,useDetailsBlockProps:s.useFormBlockContext},schema:{name:`content-${t}`,type:"void","x-component":"Tabs",properties:{detail:{type:"void",title:ie("Content Detail"),"x-component":"Tabs.TabPane",properties:{detail:{type:"void","x-decorator":"NoticeDetailProvider","x-decorator-props":{designable:!1},"x-component":"RemoteSchemaComponent","x-component-props":{uid:o,noForm:!0}}}}}}})},Ai=({record:e})=>{const{id:t}=e;return{name:`notice-view-${t}`,type:"void","x-component":"Action.Link",title:'{{t("View")}}',properties:{drawer:{type:"void","x-component":"Action.Drawer","x-component-props":{className:"tb-action-popup"},properties:{content:{type:"void","x-component":"NoticeDetailContent"}}}}}},Ii=()=>{const e=s.useCollectionRecordData();return r.jsx(s.SchemaComponent,{components:{NoticeDetailContent:ki},schema:Ai({record:e})})},Fi=S.observer(()=>{const e=S.useField(),t=e==null?void 0:e.value;return t!=null&&t.title?t.title:t!=null&&t.id?`#${t.id}`:""},{displayName:"ColumnNode"}),Ti=S.observer(()=>{const e=S.useField(),t=e==null?void 0:e.value;return t!=null&&t.nickname?t.nickname:(t==null?void 0:t.id)!==void 0?t.id:""},{displayName:"ColumnUser"}),Ni=S.observer(()=>{const{t:e}=_e(),{value:t}=S.useField(),o=(t==null?void 0:t.title)||`#${t==null?void 0:t.id}`;return t!=null&&t.enabled?o:r.jsx("span",{className:s.css`
496
496
  text-decoration: line-through;
497
- `,title:e("Disabled"),children:o})},{displayName:"ColumnWorkflow"}),Na={ActionbarStyle:s.css`
497
+ `,title:e("Disabled"),children:o})},{displayName:"ColumnWorkflow"}),Di={ActionbarStyle:s.css`
498
498
  margin-bottom: 16px;
499
499
  `,TableV2Style:s.css`
500
500
  .ant-table-cell {
501
501
  text-align: center;
502
502
  }
503
- `},Da=()=>r.jsx(s.SchemaComponent,{components:{ColumnNode:Ia,ColumnWorkflow:Ta,ColumnUser:Fa,ColumnStatus:da,ColumnAction:Aa},schema:Oa}),Oa={type:"void",name:"notice-center",properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{className:Na.ActionbarStyle},properties:{filter:{type:"void",title:'{{ t("Filter") }}',"x-action":"filter","x-designer":"Filter.Action.Designer","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresher:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-use-component-props":"useRefreshActionProps","x-designer":"Action.Designer","x-component-props":{icon:"ReloadOutlined"},"x-align":"right"}}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id",tableLayout:"fixed",className:s.css`
503
+ `},Oi=()=>r.jsx(s.SchemaComponent,{components:{ColumnNode:Fi,ColumnWorkflow:Ni,ColumnUser:Ti,ColumnStatus:pi,ColumnAction:Ii},schema:Pi}),Pi={type:"void",name:"notice-center",properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{className:Di.ActionbarStyle},properties:{filter:{type:"void",title:'{{ t("Filter") }}',"x-action":"filter","x-designer":"Filter.Action.Designer","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresher:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-use-component-props":"useRefreshActionProps","x-designer":"Action.Designer","x-component-props":{icon:"ReloadOutlined"},"x-align":"right"}}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id",tableLayout:"fixed",className:s.css`
504
504
  .ant-table-cell {
505
505
  text-align: center;
506
506
  }
507
- `},properties:{action:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:60},title:'{{t("Actions")}}',properties:{action:{"x-component":"ColumnAction"}}},id:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:80},title:se("ID"),properties:{id:{type:"number","x-component":"Input","x-read-pretty":!0}}},createdAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:160},properties:{createdAt:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}},summary:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",title:se("Summary"),properties:{summary:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}},user:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:140},title:se("The Notified Person"),properties:{user:{"x-component":"ColumnUser","x-read-pretty":!0}}},workflow:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:'{{t("Workflow", { ns: "workflow" })}}',properties:{workflow:{"x-component":"ColumnWorkflow","x-read-pretty":!0}}},node:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:`{{t("Task node", { ns: "${Fe}" })}}`,properties:{node:{"x-component":"ColumnNode","x-read-pretty":!0}}}}}}};class Pa extends s.Plugin{load(){return E(this,null,function*(){this.app.addComponents({NoticeBlockProvider:ga,NoticeCenter:Da})})}}function Jo(){const e=B.uid();return{type:"void",name:e,"x-uid":e,"x-decorator-props":{collection:Qt,params:{appends:["user.id","user.nickname","node.id","node.title","job.id","job.status","job.result","workflow.id","workflow.title","workflow.enabled","execution.id","execution.status"]},action:"listCentralized"},"x-decorator":"NoticeBlockProvider","x-component":"CardItem","x-designer":"TableBlockDesigner","x-toolbar":"BlockSchemaToolbar","x-settings":"blockSettings:table",properties:{notice:{type:"void","x-component":"NoticeCenter"}}}}const Ea=()=>{const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem(),o=v.useCallback(()=>{const n=Jo();e(n)},[e,Jo]);return r.jsx(s.SchemaInitializerItem,F(w({},t),{onClick:o}))};class Ma extends s.Plugin{afterAdd(){return E(this,null,function*(){yield this.app.pm.add(Pa)})}load(){return E(this,null,function*(){this.app.addComponents({NoticeBlockInitializer:Ea}),this.app.schemaInitializerManager.get("page:addBlock").add("otherBlocks.workflow.common.notice",{key:"noticeBlock",name:"noticeBlock",type:"item",title:se("Notice Center"),Component:"NoticeBlockInitializer",icon:"NotificationOutlined"})})}}class $a extends s.Plugin{afterAdd(){return E(this,null,function*(){yield this.app.pm.add(la),yield this.app.pm.add(Ma)})}}class Ba extends Ze{constructor(){super(...arguments);f(this,"title",D("General event"));f(this,"description",D("Omni Trigger is a versatile trigger. You can use it to trigger workflows in a table, trigger it from another workflow, or trigger it with a form button."));f(this,"fieldset",{bindCollection:{type:"boolean",title:D("Bind collection?"),"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:D("Yes"),value:!0},{label:D("No"),value:!1}],required:!0,default:!1},collection:{type:"string",title:D("Collection"),"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader",required:!0,"x-reactions":[{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{dependencies:["bindCollection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]},appends:{type:"array",title:D("Associations to use"),description:D("Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution."),"x-decorator":"FormItem","x-component":"AppendsTreeSelect","x-component-props":{multiple:!0,useCollection(){var n;return(n=A.useForm().values)==null?void 0:n.collection}},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{});f(this,"isActionTriggerable",(o,n={})=>{const{buttonAction:a}=n;return[a==="customize:triggerWorkflows",a==="submit"].some(d=>d===!0)})}useVariables(o,n){var d;const a=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),l=me(F(w({appends:["user"]},n),{fields:[{collectionName:"users",name:"user",type:"hasOne",target:"users",uiSchema:{title:N("User acted")}}],compile:a,getCollectionFields:i}));return[...me({appends:["data",...((d=o.appends)==null?void 0:d.map(c=>`data.${c}`))||[]],fields:[{collectionName:o.collection,name:"data",type:"hasOne",target:o.collection,uiSchema:{title:N("Trigger data")}}],compile:a,getCollectionFields:i}),...l,{label:N("Role of user acted"),value:"roleName"}]}useInitializers(o){return o.collection?{name:"triggerData",type:"item",key:"triggerData",title:D("Trigger data"),Component:Ne,collection:o.collection,dataPath:"$context.data"}:null}}const Va=()=>{const e=s.useSchemaInitializerItem();return r.jsx(s.BlockInitializer,F(w({},e),{schema:ja,item:e}))},ja={type:"void",title:D("Trigger workflow"),"x-component":"Action","x-use-component-props":"usePropsAPIRegular","x-align":"right","x-acl-action":"update","x-decorator":"ACLActionProvider","x-acl-action-props":{skipScopeCheck:!0},"x-toolbar":"ActionSchemaToolbar","x-settings":"actionSettings:APIRegular","x-action":"customize:triggerWorkflows","x-action-settings":{bindWorkflow:!1,updateMode:"selected",triggerWorkflows:[]},"x-component-props":{icon:"CarryOutOutlined"}},Wa=[{name:"editButton",Component:s.ActionDesigner.ButtonEditor,useComponentProps(){const{buttonEditorProps:e}=s.useSchemaToolbar();return e}},{name:"workflowConfig",Component:s.WorkflowConfig,useVisible(){var t;const e=A.useFieldSchema();return A.isValid((t=e==null?void 0:e["x-action-settings"])==null?void 0:t.triggerWorkflows)}},{name:"remove",sort:100,Component:s.ActionDesigner.RemoveButton,useComponentProps(){const{removeButtonProps:e}=s.useSchemaToolbar();return e}}],za=new s.SchemaSettings({name:"actionSettings:APIRegular",items:Wa}),La=()=>{const{field:e,resource:t,__parent:o,service:n}=s.useBlockRequestContext(),a=A.useFieldSchema(),i=v.useContext(A.SchemaExpressionScopeContext),l=s.useTableBlockContext(),{rowKey:d}=l,{t:c}=R.useTranslation();oe.useNavigate(),s.useCompile();const p=A.useField(),{modal:u,notification:g}=b.App.useApp(),y=s.useVariables(),{name:x,getField:h}=s.useCollection_deprecated(),C=s.useLocalVariables(),{run:k}=s.useRequest({resource:"workflows",action:"trigger"},{manual:!0});return s.useNoticeSub("workflow:regular",I=>{I.msg==="start"?g.info({key:"workflow:regular",message:c("Start"),description:r.jsx(b.Progress,{percent:0}),duration:0}):I.msg==="progress"?g.info({key:"workflow:regular",message:c("Processing..."),description:r.jsx(b.Progress,{percent:Math.floor(I.current/I.total*100)}),duration:0}):I.msg==="done"&&(g.success({key:"workflow:regular",message:c("Done"),description:r.jsx(b.Progress,{percent:100})}),n.refresh())}),{onClick(){return E(this,null,function*(){var Y,ae,W,q,K,ie,X;const I=(q=(W=(ae=(Y=l.field)==null?void 0:Y.data)==null?void 0:ae.selectedRowKeys)!=null?W:i==null?void 0:i.selectedRecordKeys)!=null?q:[],{filter:O}=(ie=(K=n.params)==null?void 0:K[0])!=null?ie:{},{bindWorkflow:V=!1,triggerWorkflows:$=!1,assignedValues:P={},updateMode:j}=(X=a==null?void 0:a["x-action-settings"])!=null?X:{},H=j==="selected",M={primaryKey:d||"id",targetKeys:I};if(p.data=e.data||{},p.data.loading=!0,!$&&!V)return u.info({title:N("Not bind workflow!")});const _=Object.keys(P).map(J=>E(this,null,function*(){const re=P[J],qe=h(J);if(s.isVariable(re)){const be=yield y==null?void 0:y.parseVariable(re,C);be&&s.transformVariableValue(be,{targetCollectionField:qe})}}));yield Promise.all(_),u.confirm({title:N("Confirm",{ns:"core"}),content:N("Trigger workflow?",{ns:"core"}),onOk(){return E(this,null,function*(){if(V){const J={filterByTk:V,updateData:encodeURIComponent(JSON.stringify(M))};k(J)}else $&&(H?yield t.trigger({filterByTk:I,triggerWorkflows:$&&$.length>0?$.map(J=>[J.workflowKey,J.context].filter(Boolean).join("!")).join(","):[]}):yield t.trigger({filter:O,triggerWorkflows:$&&$.length>0?$.map(J=>[J.workflowKey,J.context].filter(Boolean).join("!")).join(","):[]}));p.data.loading=!1})},onCancel(){return E(this,null,function*(){p.data.loading=!1})}})})}}};class qa extends s.Plugin{load(){return E(this,null,function*(){this.app.addComponents({APIRegularInitializer:Va}),this.app.addScopes({usePropsAPIRegular:La}),this.app.schemaSettingsManager.add(za),["table","details"].forEach(t=>{this.app.schemaInitializerManager.addItem(`${t}:configureActions`,"customize.APIRegular",{title:D("Trigger workflow"),Component:"APIRegularInitializer",name:"apiRegular",useVisible(){const o=s.useCollection();return(o.template!=="view"||(o==null?void 0:o.writableView))&&o.template!=="file"&&o.template!=="sql"}})})})}}function Ua(){const e=A.useForm(),{field:t,__parent:o,resource:n}=s.useBlockRequestContext(),{setVisible:a}=s.useActionContext(),i=s.useFilterByTk(),l=oe.useNavigate(),d=A.useFieldSchema(),c=A.useField(),p=s.useCompile(),{modal:u}=b.App.useApp(),g=s.useCollectValuesToSubmit();return c.componentProps.filterKeys,{onClick(){return E(this,null,function*(){var T,I;const{onSuccess:x,skipValidator:h,triggerWorkflows:C}=(d==null?void 0:d["x-action-settings"])||{};h||(yield e.submit());const k=yield g();c.data=t.data||{},c.data.loading=!0;try{const O=yield n.trigger({values:k,filterByTk:i,triggerWorkflows:C!=null&&C.length?C.map(V=>[V.workflowKey,V.context].filter(Boolean).join("!")).join(","):void 0});if(c.data.data=O,(I=(T=o==null?void 0:o.service)==null?void 0:T.refresh)==null||I.call(T),a==null||a(!1),!(x!=null&&x.successMessage))return;x!=null&&x.manualClose?u.success({title:p(x==null?void 0:x.successMessage),onOk:()=>E(this,null,function*(){return yield e.reset(),(x==null?void 0:x.redirecting)&&(x==null?void 0:x.redirectTo)&&(B.isURL(x.redirectTo)?window.location.href=x.redirectTo:l(x.redirectTo))})}):b.message.success(p(x==null?void 0:x.successMessage))}catch(O){console.error(O)}finally{c.data.loading=!1}})}}}function Ka(){const e=s.useCompile(),t=s.useFilterByTk(),o=A.useField(),n=A.useFieldSchema(),{field:a,resource:i}=s.useBlockRequestContext(),{setVisible:l,setSubmitted:d}=s.useActionContext(),{modal:c}=b.App.useApp(),p=oe.useNavigate(),{onSuccess:u,triggerWorkflows:g}=(n==null?void 0:n["x-action-settings"])||{};return{onClick(x,h){return E(this,null,function*(){o.data=a.data||{},o.data.loading=!0;try{if(yield i.trigger({filterByTk:t,triggerWorkflows:g!=null&&g.length?g.map(C=>[C.workflowKey,C.context].filter(Boolean).join("!")).join(","):void 0}),h==null||h(),l==null||l(!1),d==null||d(!0),!(u!=null&&u.successMessage))return;u!=null&&u.manualClose?c.success({title:e(u==null?void 0:u.successMessage),onOk(){u!=null&&u.redirecting&&(u!=null&&u.redirectTo)&&(B.isURL(u.redirectTo)?window.location.href=u.redirectTo:p(u.redirectTo))}}):b.message.success(e(u==null?void 0:u.successMessage))}catch(C){console.error(C)}finally{o.data.loading=!1}})}}}const Zt={name:"triggerWorkflow",title:D("Trigger workflow"),Component:"CustomizeActionInitializer",schema:{title:D("Trigger workflow"),"x-component":"Action","x-use-component-props":"useFormWorkflowCustomActionProps","x-designer":"Action.Designer","x-action-settings":{skipValidator:!1,onSuccess:{manualClose:!0,redirecting:!1,successMessage:D("Submitted successfully")},triggerWorkflows:[]},"x-action":"customize:triggerWorkflows"}},wt={name:"triggerWorkflow",title:D("Trigger workflow"),Component:"CustomizeActionInitializer",schema:{title:D("Trigger workflow"),"x-component":"Action","x-use-component-props":"useRecordWorkflowCustomTriggerActionProps","x-designer":"Action.Designer","x-action-settings":{onSuccess:{manualClose:!0,redirecting:!1,successMessage:D("Submitted successfully")},triggerWorkflows:[]},"x-action":"customize:triggerWorkflows"}},Xt=F(w({},wt),{schema:F(w({},wt.schema),{"x-component":"Action.Link"})});class Ga extends s.Plugin{afterAdd(){return E(this,null,function*(){yield this.app.pm.add(qa)})}load(){return E(this,null,function*(){this.app.pm.get("workflow").registerTrigger("general-action",Ba),this.app.addScopes({useFormWorkflowCustomActionProps:Ua,useRecordWorkflowCustomTriggerActionProps:Ka}),this.app.schemaInitializerManager.get("FormActionInitializers").add("customize.triggerWorkflow",Zt),this.app.schemaInitializerManager.get("createForm:configureActions").add("customize.triggerWorkflow",Zt),this.app.schemaInitializerManager.get("editForm:configureActions").add("customize.triggerWorkflow",Zt),this.app.schemaInitializerManager.get("detailsWithPaging:configureActions").add("customize.triggerWorkflow",wt),this.app.schemaInitializerManager.get("details:configureActions").add("customize.triggerWorkflow",wt),this.app.schemaInitializerManager.get("table:configureItemActions").add("customize.triggerWorkflow",Xt),this.app.schemaInitializerManager.get("gridCard:configureItemActions").add("customize.triggerWorkflow",Xt),this.app.schemaInitializerManager.get("list:configureItemActions").add("customize.triggerWorkflow",Xt)})}}class _a extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Parallel branch", { ns: "${m}" })}}`);f(this,"type","parallel");f(this,"group","control");f(this,"icon","MergeOutlined");f(this,"color","#6e93e8");f(this,"description",`{{t("Run multiple branch processes in parallel.", { ns: "${m}" })}}`);f(this,"fieldset",{mode:{type:"string",title:`{{t("Mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:[{value:"all",label:`{{t('All succeeded', { ns: "${m}" })}}`,tooltip:`{{t('Continue after all branches succeeded', { ns: "${m}" })}}`},{value:"allSettled",label:`{{t('All settled', { ns: "${m}" })}}`,tooltip:`{{t('Continue after all branches finished', { ns: "${m}" })}}`},{value:"any",label:`{{t('Any succeeded', { ns: "${m}" })}}`,tooltip:`{{t('Continue after any branch succeeded', { ns: "${m}" })}}`},{value:"race",label:`{{t('Any succeeded or failed', { ns: "${m}" })}}`,tooltip:`{{t('Continue after any branch succeeded, or exit after any branch failed.', { ns: "${m}" })}}`}]},default:"all"}});f(this,"components",{RadioWithTooltip:Pe})}Component({data:o}){const{styles:n}=he(),{id:a,config:{mode:i}}=o,{workflow:l,nodes:d}=L(),c=d.reduce((C,k)=>k.upstreamId===a&&k.branchIndex!=null?C.concat(k):C,[]).sort((C,k)=>C.branchIndex-k.branchIndex),[p,u]=v.useState(Math.max(2,c.length)),{getAriaLabel:g}=pt(o),y=N("Add branch"),x=Array(Math.max(0,p-c.length)).fill(null),h=c[c.length-1];return r.jsx(rt,{data:o,children:r.jsxs("div",{className:n.nodeSubtreeClass,children:[r.jsxs("div",{className:n.branchBlockClass,children:[c.map(C=>r.jsx(Be,{from:o,entry:C,branchIndex:C.branchIndex},C.id)),x.map((C,k)=>r.jsx(Be,{from:o,branchIndex:(h?h.branchIndex:0)+k+1,controller:c.length+k>1?r.jsx("div",{className:s.css`
507
+ `},properties:{action:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:60},title:'{{t("Actions")}}',properties:{action:{"x-component":"ColumnAction"}}},id:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:80},title:ie("ID"),properties:{id:{type:"number","x-component":"Input","x-read-pretty":!0}}},createdAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:160},properties:{createdAt:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}},summary:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",title:ie("Summary"),properties:{summary:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}},user:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:140},title:ie("The Notified Person"),properties:{user:{"x-component":"ColumnUser","x-read-pretty":!0}}},workflow:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:'{{t("Workflow", { ns: "workflow" })}}',properties:{workflow:{"x-component":"ColumnWorkflow","x-read-pretty":!0}}},node:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:null},title:`{{t("Task node", { ns: "${Ie}" })}}`,properties:{node:{"x-component":"ColumnNode","x-read-pretty":!0}}}}}}};class Mi extends s.Plugin{load(){return O(this,null,function*(){this.app.addComponents({NoticeBlockProvider:gi,NoticeCenter:Oi})})}}function Go(){const e=W.uid();return{type:"void",name:e,"x-uid":e,"x-decorator-props":{collection:Yt,params:{appends:["user.id","user.nickname","node.id","node.title","job.id","job.status","job.result","workflow.id","workflow.title","workflow.enabled","execution.id","execution.status"]},action:"listCentralized"},"x-decorator":"NoticeBlockProvider","x-component":"CardItem","x-designer":"TableBlockDesigner","x-toolbar":"BlockSchemaToolbar","x-settings":"blockSettings:table",properties:{notice:{type:"void","x-component":"NoticeCenter"}}}}const Ei=()=>{const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem(),o=b.useCallback(()=>{const n=Go();e(n)},[e,Go]);return r.jsx(s.SchemaInitializerItem,I(v({},t),{onClick:o}))};class $i extends s.Plugin{afterAdd(){return O(this,null,function*(){yield this.app.pm.add(Mi)})}load(){return O(this,null,function*(){this.app.addComponents({NoticeBlockInitializer:Ei}),this.app.schemaInitializerManager.get("page:addBlock").add("otherBlocks.workflow.common.notice",{key:"noticeBlock",name:"noticeBlock",type:"item",title:ie("Notice Center"),Component:"NoticeBlockInitializer",icon:"NotificationOutlined"})})}}class Bi extends s.Plugin{afterAdd(){return O(this,null,function*(){yield this.app.pm.add(ci),yield this.app.pm.add($i)})}}class Vi extends Qe{constructor(){super(...arguments),this.title=N("General event"),this.description=N("Omni Trigger is a versatile trigger. You can use it to trigger workflows in a table, trigger it from another workflow, or trigger it with a form button."),this.fieldset={bindCollection:{type:"boolean",title:N("Bind collection?"),"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:N("Yes"),value:!0},{label:N("No"),value:!1}],required:!0,default:!1},collection:{type:"string",title:N("Collection"),"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader",required:!0,"x-reactions":[{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{dependencies:["bindCollection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]},appends:{type:"array",title:N("Associations to use"),description:N("Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution."),"x-decorator":"FormItem","x-component":"AppendsTreeSelect","x-component-props":{multiple:!0,useCollection(){var o;return(o=S.useForm().values)==null?void 0:o.collection}},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={},this.isActionTriggerable=(t,o={})=>{const{buttonAction:n}=o;return[n==="customize:triggerWorkflows",n==="submit"].some(l=>l===!0)}}useVariables(t,o){var l;const n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=ue(I(v({appends:["user"]},o),{fields:[{collectionName:"users",name:"user",type:"hasOne",target:"users",uiSchema:{title:F("User acted")}}],compile:n,getCollectionFields:i}));return[...ue({appends:["data",...((l=t.appends)==null?void 0:l.map(c=>`data.${c}`))||[]],fields:[{collectionName:t.collection,name:"data",type:"hasOne",target:t.collection,uiSchema:{title:F("Trigger data")}}],compile:n,getCollectionFields:i}),...a,{label:F("Role of user acted"),value:"roleName"}]}useInitializers(t){return t.collection?{name:"triggerData",type:"item",key:"triggerData",title:N("Trigger data"),Component:Te,collection:t.collection,dataPath:"$context.data"}:null}}const Wi=()=>{const e=s.useSchemaInitializerItem();return r.jsx(s.BlockInitializer,I(v({},e),{schema:ji,item:e}))},ji={type:"void",title:N("Trigger workflow"),"x-component":"Action","x-use-component-props":"usePropsAPIRegular","x-align":"right","x-acl-action":"update","x-decorator":"ACLActionProvider","x-acl-action-props":{skipScopeCheck:!0},"x-toolbar":"ActionSchemaToolbar","x-settings":"actionSettings:APIRegular","x-action":"customize:triggerWorkflows","x-action-settings":{bindWorkflow:!1,updateMode:"selected",triggerWorkflows:[]},"x-component-props":{icon:"CarryOutOutlined"}},zi=[{name:"editButton",Component:s.ActionDesigner.ButtonEditor,useComponentProps(){const{buttonEditorProps:e}=s.useSchemaToolbar();return e}},{name:"workflowConfig",Component:s.WorkflowConfig,useVisible(){var t;const e=S.useFieldSchema();return S.isValid((t=e==null?void 0:e["x-action-settings"])==null?void 0:t.triggerWorkflows)}},{name:"remove",sort:100,Component:s.ActionDesigner.RemoveButton,useComponentProps(){const{removeButtonProps:e}=s.useSchemaToolbar();return e}}],Li=new s.SchemaSettings({name:"actionSettings:APIRegular",items:zi}),qi=()=>{const{field:e,resource:t,__parent:o,service:n}=s.useBlockRequestContext(),i=S.useFieldSchema(),a=b.useContext(S.SchemaExpressionScopeContext),l=s.useTableBlockContext(),{rowKey:c}=l,{t:d}=X.useTranslation();oe.useNavigate(),s.useCompile();const p=S.useField(),{modal:u,notification:f}=x.App.useApp(),h=s.useVariables(),{name:g,getField:y}=s.useCollection_deprecated(),w=s.useLocalVariables(),{run:A}=s.useRequest({resource:"workflows",action:"trigger"},{manual:!0});return s.useNoticeSub("workflow:regular",C=>{if(C.msg==="start")f.info({key:"workflow:regular",message:d("Start"),description:r.jsx(x.Progress,{percent:0}),duration:0});else if(C.msg==="progress"){const D=C.current+1,$=Math.floor(D/C.total*100)===100?3:0;f.info({key:"workflow:regular",message:`${d("Processing")}...`,description:r.jsx(x.Progress,{percent:Math.floor(D/C.total*100)}),duration:$})}else C.msg==="done"&&(f.success({key:"workflow:regular",message:d("Done"),description:r.jsx(x.Progress,{percent:100}),duration:3}),n.refresh())}),{onClick(){return O(this,null,function*(){var Y,se,V,M,L,R,H;const C=(M=(V=(se=(Y=l.field)==null?void 0:Y.data)==null?void 0:se.selectedRowKeys)!=null?V:a==null?void 0:a.selectedRecordKeys)!=null?M:[],{filter:D}=(R=(L=n.params)==null?void 0:L[0])!=null?R:{},{bindWorkflow:$=!1,triggerWorkflows:E=!1,assignedValues:P={},updateMode:B}=(H=i==null?void 0:i["x-action-settings"])!=null?H:{},_=B==="selected",z={primaryKey:c||"id",targetKeys:C};if(p.data=e.data||{},p.data.loading=!0,!E&&!$)return u.info({title:F("Not bind workflow!")});const J=Object.keys(P).map(G=>O(this,null,function*(){const re=P[G],Le=y(G);if(s.isVariable(re)){const xe=yield h==null?void 0:h.parseVariable(re,w);xe&&s.transformVariableValue(xe,{targetCollectionField:Le})}}));yield Promise.all(J),u.confirm({title:F("Confirm",{ns:"core"}),content:F("Trigger workflow?"),onOk(){return O(this,null,function*(){if($){const G={filterByTk:$,updateData:encodeURIComponent(JSON.stringify(z))};A(G)}else E&&(_?yield t.trigger({filterByTk:C,triggerWorkflows:E&&E.length>0?E.map(G=>[G.workflowKey,G.context].filter(Boolean).join("!")).join(","):[]}):yield t.trigger({filter:D,triggerWorkflows:E&&E.length>0?E.map(G=>[G.workflowKey,G.context].filter(Boolean).join("!")).join(","):[]}));p.data.loading=!1})},onCancel(){return O(this,null,function*(){p.data.loading=!1})}})})}}};class Ui extends s.Plugin{load(){return O(this,null,function*(){this.app.addComponents({APIRegularInitializer:Wi}),this.app.addScopes({usePropsAPIRegular:qi}),this.app.schemaSettingsManager.add(Li),["table","details"].forEach(t=>{this.app.schemaInitializerManager.addItem(`${t}:configureActions`,"customize.APIRegular",{title:N("Trigger workflow"),Component:"APIRegularInitializer",name:"apiRegular",useVisible(){const o=s.useCollection();return(o.template!=="view"||(o==null?void 0:o.writableView))&&o.template!=="file"&&o.template!=="sql"}})})})}}function Ki(){const e=S.useForm(),{field:t,__parent:o,resource:n}=s.useBlockRequestContext(),{setVisible:i}=s.useActionContext(),a=s.useFilterByTk(),l=oe.useNavigate(),c=S.useFieldSchema(),d=S.useField(),p=s.useCompile(),{modal:u}=x.App.useApp(),f=s.useCollectValuesToSubmit();return d.componentProps.filterKeys,{onClick(){return O(this,null,function*(){var T,C;const{onSuccess:g,skipValidator:y,triggerWorkflows:w}=(c==null?void 0:c["x-action-settings"])||{};y||(yield e.submit());const A=yield f();d.data=t.data||{},d.data.loading=!0;try{const D=yield n.trigger({values:A,filterByTk:a,triggerWorkflows:w!=null&&w.length?w.map($=>[$.workflowKey,$.context].filter(Boolean).join("!")).join(","):void 0});if(d.data.data=D,(C=(T=o==null?void 0:o.service)==null?void 0:T.refresh)==null||C.call(T),i==null||i(!1),!(g!=null&&g.successMessage))return;g!=null&&g.manualClose?u.success({title:p(g==null?void 0:g.successMessage),onOk:()=>O(this,null,function*(){return yield e.reset(),(g==null?void 0:g.redirecting)&&(g==null?void 0:g.redirectTo)&&(W.isURL(g.redirectTo)?window.location.href=g.redirectTo:l(g.redirectTo))})}):x.message.success(p(g==null?void 0:g.successMessage))}catch(D){console.error(D)}finally{d.data.loading=!1}})}}}function _i(){const e=s.useCompile(),t=s.useFilterByTk(),o=S.useField(),n=S.useFieldSchema(),{field:i,resource:a}=s.useBlockRequestContext(),{setVisible:l,setSubmitted:c}=s.useActionContext(),{modal:d}=x.App.useApp(),p=oe.useNavigate(),{onSuccess:u,triggerWorkflows:f}=(n==null?void 0:n["x-action-settings"])||{};return{onClick(g,y){return O(this,null,function*(){o.data=i.data||{},o.data.loading=!0;try{if(yield a.trigger({filterByTk:t,triggerWorkflows:f!=null&&f.length?f.map(w=>[w.workflowKey,w.context].filter(Boolean).join("!")).join(","):void 0}),y==null||y(),l==null||l(!1),c==null||c(!0),!(u!=null&&u.successMessage))return;u!=null&&u.manualClose?d.success({title:e(u==null?void 0:u.successMessage),onOk(){u!=null&&u.redirecting&&(u!=null&&u.redirectTo)&&(W.isURL(u.redirectTo)?window.location.href=u.redirectTo:p(u.redirectTo))}}):x.message.success(e(u==null?void 0:u.successMessage))}catch(w){console.error(w)}finally{o.data.loading=!1}})}}}const Qt={name:"triggerWorkflow",title:N("Trigger workflow"),Component:"CustomizeActionInitializer",schema:{title:N("Trigger workflow"),"x-component":"Action","x-use-component-props":"useFormWorkflowCustomActionProps","x-designer":"Action.Designer","x-action-settings":{skipValidator:!1,onSuccess:{manualClose:!0,redirecting:!1,successMessage:N("Submitted successfully")},triggerWorkflows:[]},"x-action":"customize:triggerWorkflows"}},vt={name:"triggerWorkflow",title:N("Trigger workflow"),Component:"CustomizeActionInitializer",schema:{title:N("Trigger workflow"),"x-component":"Action","x-use-component-props":"useRecordWorkflowCustomTriggerActionProps","x-designer":"Action.Designer","x-action-settings":{onSuccess:{manualClose:!0,redirecting:!1,successMessage:N("Submitted successfully")},triggerWorkflows:[]},"x-action":"customize:triggerWorkflows"}},Zt=I(v({},vt),{schema:I(v({},vt.schema),{"x-component":"Action.Link"})});class Gi extends s.Plugin{afterAdd(){return O(this,null,function*(){yield this.app.pm.add(Ui)})}load(){return O(this,null,function*(){this.app.pm.get("workflow").registerTrigger("general-action",Vi),this.app.addScopes({useFormWorkflowCustomActionProps:Ki,useRecordWorkflowCustomTriggerActionProps:_i}),this.app.schemaInitializerManager.get("FormActionInitializers").add("customize.triggerWorkflow",Qt),this.app.schemaInitializerManager.get("createForm:configureActions").add("customize.triggerWorkflow",Qt),this.app.schemaInitializerManager.get("editForm:configureActions").add("customize.triggerWorkflow",Qt),this.app.schemaInitializerManager.get("detailsWithPaging:configureActions").add("customize.triggerWorkflow",vt),this.app.schemaInitializerManager.get("details:configureActions").add("customize.triggerWorkflow",vt),this.app.schemaInitializerManager.get("table:configureItemActions").add("customize.triggerWorkflow",Zt),this.app.schemaInitializerManager.get("gridCard:configureItemActions").add("customize.triggerWorkflow",Zt),this.app.schemaInitializerManager.get("list:configureItemActions").add("customize.triggerWorkflow",Zt)})}}class Hi extends Q{constructor(){super(...arguments),this.title=`{{t("Parallel branch", { ns: "${m}" })}}`,this.type="parallel",this.group="control",this.icon="MergeOutlined",this.color="#6e93e8",this.description=`{{t("Run multiple branch processes in parallel.", { ns: "${m}" })}}`,this.fieldset={mode:{type:"string",title:`{{t("Mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:[{value:"all",label:`{{t('All succeeded', { ns: "${m}" })}}`,tooltip:`{{t('Continue after all branches succeeded', { ns: "${m}" })}}`},{value:"allSettled",label:`{{t('All settled', { ns: "${m}" })}}`,tooltip:`{{t('Continue after all branches finished', { ns: "${m}" })}}`},{value:"any",label:`{{t('Any succeeded', { ns: "${m}" })}}`,tooltip:`{{t('Continue after any branch succeeded', { ns: "${m}" })}}`},{value:"race",label:`{{t('Any succeeded or failed', { ns: "${m}" })}}`,tooltip:`{{t('Continue after any branch succeeded, or exit after any branch failed.', { ns: "${m}" })}}`}]},default:"all"}},this.components={RadioWithTooltip:Oe}}Component({data:t}){const{styles:o}=ge(),{id:n,config:{mode:i}}=t,{workflow:a,nodes:l}=q(),c=l.reduce((y,w)=>w.upstreamId===n&&w.branchIndex!=null?y.concat(w):y,[]).sort((y,w)=>y.branchIndex-w.branchIndex),[d,p]=b.useState(Math.max(2,c.length)),{getAriaLabel:u}=dt(t),f=F("Add branch"),h=Array(Math.max(0,d-c.length)).fill(null),g=c[c.length-1];return r.jsx(nt,{data:t,children:r.jsxs("div",{className:o.nodeSubtreeClass,children:[r.jsxs("div",{className:o.branchBlockClass,children:[c.map(y=>r.jsx($e,{from:t,entry:y,branchIndex:y.branchIndex},y.id)),h.map((y,w)=>r.jsx($e,{from:t,branchIndex:(g?g.branchIndex:0)+w+1,controller:c.length+w>1?r.jsx("div",{className:s.css`
508
508
  padding-top: 2em;
509
509
 
510
510
  > button {
@@ -512,9 +512,9 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:D("P
512
512
  transform: rotate(45deg);
513
513
  }
514
514
  }
515
- `,children:r.jsx(b.Button,{shape:"circle",icon:r.jsx(z.PlusOutlined,{}),onClick:()=>u(p-1),disabled:l.executed})}):null},`temp_${c.length+k}`))]}),r.jsx(b.Tooltip,{title:y,className:s.css`
516
- visibility: ${l.executed?"hidden":"visible"};
517
- `,children:r.jsx(b.Button,{"aria-label":g("add-branch"),icon:r.jsx(z.PlusOutlined,{}),className:s.css`
515
+ `,children:r.jsx(x.Button,{shape:"circle",icon:r.jsx(j.PlusOutlined,{}),onClick:()=>p(d-1),disabled:a.executed})}):null},`temp_${c.length+w}`))]}),r.jsx(x.Tooltip,{title:f,className:s.css`
516
+ visibility: ${a.executed?"hidden":"visible"};
517
+ `,children:r.jsx(x.Button,{"aria-label":u("add-branch"),icon:r.jsx(j.PlusOutlined,{}),className:s.css`
518
518
  position: relative;
519
519
  top: 1em;
520
520
  transform-origin: center;
@@ -524,14 +524,14 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:D("P
524
524
  transform-origin: center;
525
525
  transform: rotate(-45deg);
526
526
  }
527
- `,onClick:()=>u(p+1),disabled:l.executed})})]})})}}class Ha extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get(Z).registerInstruction("parallel",_a)})}}class Ja extends Q{constructor(){super(...arguments);f(this,"title",`{{t("HTTP request", { ns: "${m}" })}}`);f(this,"type","request");f(this,"group","extended");f(this,"icon","ApiOutlined");f(this,"color","#e1ed5b");f(this,"description",`{{t("Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.", { ns: "${m}" })}}`);f(this,"fieldset",{method:{type:"string",required:!0,title:`{{t("HTTP method", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select","x-component-props":{showSearch:!1,allowClear:!1,className:"auto-width"},enum:[{label:"GET",value:"GET"},{label:"POST",value:"POST"},{label:"PUT",value:"PUT"},{label:"PATCH",value:"PATCH"},{label:"DELETE",value:"DELETE"}],default:"POST"},url:{type:"string",required:!0,title:`{{t("URL", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"WorkflowVariableTextArea","x-component-props":{placeholder:"https://www.tachybase.com"}},needAuthorization:{type:"string",required:!0,title:`{{t("needAuthorization", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select","x-component-props":{showSearch:!1,allowClear:!1,className:"auto-width"},enum:[{label:"是",value:!0},{label:"否",value:!1}],default:!0},headers:{type:"array","x-component":"ArrayItems","x-decorator":"FormItem",title:`{{t("Headers", { ns: "${m}" })}}`,description:`{{t('"Content-Type" only support "application/json and mutipart/form-data" ', { ns: "${m}" })}}`,items:{type:"object",properties:{space:{type:"void","x-component":"Space",properties:{name:{type:"string","x-decorator":"FormItem","x-component":"Input","x-component-props":{placeholder:'{{t("Name")}}'}},value:{type:"string","x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:!0}},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}}}},properties:{add:{type:"void",title:`{{t("Add request header", { ns: "${m}" })}}`,"x-component":"ArrayItems.Addition"}}},params:{type:"array","x-component":"ArrayItems","x-decorator":"FormItem",title:`{{t("Parameters", { ns: "${m}" })}}`,items:{type:"object",properties:{space:{type:"void","x-component":"Space",properties:{name:{type:"string","x-decorator":"FormItem","x-component":"Input","x-component-props":{placeholder:'{{t("Name")}}'}},value:{type:"string","x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:!0}},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}}}},properties:{add:{type:"void",title:`{{t("Add parameter", { ns: "${m}" })}}`,"x-component":"ArrayItems.Addition"}}},data:{type:"string",title:`{{t("Body", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"WorkflowVariableJSON","x-component-props":{changeOnSelect:!0,autoSize:{minRows:10},placeholder:`{{t("Input request data", { ns: "${m}" })}}`},description:`{{t("Only support standard JSON data", { ns: "${m}" })}}`},comment:{type:"string",title:`{{t("Comment", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input body comment", { ns: "${m}" })}}`}},timeout:{type:"number",title:`{{t("Timeout config", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"InputNumber","x-component-props":{addonAfter:`{{t("ms", { ns: "${m}" })}}`,min:1,step:1e3,defaultValue:5e3}},ignoreFail:{type:"boolean",title:`{{t("Ignore failed request and continue workflow", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Checkbox"}});f(this,"components",{ArrayItems:ve.ArrayItems,WorkflowVariableInput:Se,WorkflowVariableTextArea:nt,WorkflowVariableJSON:Io})}useVariables({key:o,title:n},{types:a,fieldNames:i=ue}){return{[i.value]:o,[i.label]:n}}}class Ya extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("request",Ja)})}}class Qa extends Q{constructor(){super(...arguments);f(this,"title",D("Response message"));f(this,"type","response-message");f(this,"group","extended");f(this,"icon","SunOutlined");f(this,"color","#07d629");f(this,"description",D("Add response message, will be send to client when process of request ends."));f(this,"fieldset",{message:{type:"string",title:D("Message content"),description:D("Supports variables in template.",{name:"{{name}}"}),"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea"}});f(this,"scope",{});f(this,"components",{RadioWithTooltip:Pe,WorkflowVariableTextArea:nt,WorkflowVariableInput:Se})}isAvailable({workflow:o}){return o.type==="request-interception"||["action","general-action"].includes(o.type)&&o.sync}}class Za extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("response-message",Qa)})}}class Xa extends Q{constructor(){super(...arguments);f(this,"title",D("Data Mapping"));f(this,"type",fo);f(this,"group","extended");f(this,"icon","FunctionOutlined");f(this,"color","#d93a13");f(this,"isHot",!0);f(this,"description",D("Get specific data from JSON result of any node BY js code or json code;"));f(this,"fieldset",{sourceArray:{type:"array",title:D("Data source map"),description:D("Data source map"),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{keyName:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("keyName")},properties:{keyName:{type:"string",name:"keyName","x-decorator":"FormItem","x-component":"Input"}}},sourcePath:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Property path")},properties:{sourcePath:{type:"string",name:"sourcePath",required:!0,"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0}}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
527
+ `,onClick:()=>p(d+1),disabled:a.executed})})]})})}}class Ji extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get(Z).registerInstruction("parallel",Hi)})}}class Yi extends Q{constructor(){super(...arguments),this.title=`{{t("HTTP request", { ns: "${m}" })}}`,this.type="request",this.group="extended",this.icon="ApiOutlined",this.color="#e1ed5b",this.description=`{{t("Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.", { ns: "${m}" })}}`,this.fieldset={method:{type:"string",required:!0,title:`{{t("HTTP method", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select","x-component-props":{showSearch:!1,allowClear:!1,className:"auto-width"},enum:[{label:"GET",value:"GET"},{label:"POST",value:"POST"},{label:"PUT",value:"PUT"},{label:"PATCH",value:"PATCH"},{label:"DELETE",value:"DELETE"}],default:"POST"},url:{type:"string",required:!0,title:`{{t("URL", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"WorkflowVariableTextArea","x-component-props":{placeholder:"https://www.tachybase.com"}},needAuthorization:{type:"string",required:!0,title:`{{t("needAuthorization", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select","x-component-props":{showSearch:!1,allowClear:!1,className:"auto-width"},enum:[{label:"是",value:!0},{label:"否",value:!1}],default:!0},headers:{type:"array","x-component":"ArrayItems","x-decorator":"FormItem",title:`{{t("Headers", { ns: "${m}" })}}`,description:`{{t('"Content-Type" only support "application/json and mutipart/form-data" ', { ns: "${m}" })}}`,items:{type:"object",properties:{space:{type:"void","x-component":"Space",properties:{name:{type:"string","x-decorator":"FormItem","x-component":"Input","x-component-props":{placeholder:'{{t("Name")}}'}},value:{type:"string","x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:!0}},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}}}},properties:{add:{type:"void",title:`{{t("Add request header", { ns: "${m}" })}}`,"x-component":"ArrayItems.Addition"}}},params:{type:"array","x-component":"ArrayItems","x-decorator":"FormItem",title:`{{t("Parameters", { ns: "${m}" })}}`,items:{type:"object",properties:{space:{type:"void","x-component":"Space",properties:{name:{type:"string","x-decorator":"FormItem","x-component":"Input","x-component-props":{placeholder:'{{t("Name")}}'}},value:{type:"string","x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:!0}},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}}}},properties:{add:{type:"void",title:`{{t("Add parameter", { ns: "${m}" })}}`,"x-component":"ArrayItems.Addition"}}},data:{type:"string",title:`{{t("Body", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"WorkflowVariableJSON","x-component-props":{changeOnSelect:!0,autoSize:{minRows:10},placeholder:`{{t("Input request data", { ns: "${m}" })}}`},description:`{{t("Only support standard JSON data", { ns: "${m}" })}}`},comment:{type:"string",title:`{{t("Comment", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input body comment", { ns: "${m}" })}}`}},timeout:{type:"number",title:`{{t("Timeout config", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{},"x-component":"InputNumber","x-component-props":{addonAfter:`{{t("ms", { ns: "${m}" })}}`,min:1,step:1e3,defaultValue:5e3}},ignoreFail:{type:"boolean",title:`{{t("Ignore failed request and continue workflow", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Checkbox"}},this.components={ArrayItems:be.ArrayItems,WorkflowVariableInput:ke,WorkflowVariableTextArea:ot,WorkflowVariableJSON:So}}useVariables({key:t,title:o},{types:n,fieldNames:i=pe}){return{[i.value]:t,[i.label]:o}}}class Qi extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("request",Yi)})}}class Zi extends Q{constructor(){super(...arguments),this.title=N("Response message"),this.type="response-message",this.group="extended",this.icon="SunOutlined",this.color="#07d629",this.description=N("Add response message, will be send to client when process of request ends."),this.fieldset={message:{type:"string",title:N("Message content"),description:N("Supports variables in template.",{name:"{{name}}"}),"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea"}},this.scope={},this.components={RadioWithTooltip:Oe,WorkflowVariableTextArea:ot,WorkflowVariableInput:ke}}isAvailable({workflow:t}){return t.type==="request-interception"||["action","general-action"].includes(t.type)&&t.sync}}class Xi extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("response-message",Zi)})}}class Ri extends Q{constructor(){super(...arguments),this.title=N("Data Mapping"),this.type=uo,this.group="extended",this.icon="FunctionOutlined",this.color="#d93a13",this.isHot=!0,this.description=N("Get specific data from JSON result of any node BY js code or json code;"),this.fieldset={sourceArray:{type:"array",title:N("Data source map"),description:N("Data source map"),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{keyName:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("keyName")},properties:{keyName:{type:"string",name:"keyName","x-decorator":"FormItem","x-component":"Input"}}},sourcePath:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Property path")},properties:{sourcePath:{type:"string",name:"sourcePath",required:!0,"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{changeOnSelect:!0}}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
528
528
  > *:not(:last-child) {
529
529
  margin-right: 0.5em;
530
530
  }
531
531
  button {
532
532
  padding: 0;
533
533
  }
534
- `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:D("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}},type:{type:"string",title:D("type"),"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:D("Cloud Component"),value:"ts"},{label:D("JSONata"),value:"jsonata"}],default:"ts"},code:{type:"string",title:D("expression"),"x-decorator":"FormItem","x-component":"CodeMirror","x-component-props":{defaultLanguage:"typescript",height:"50vh",defaultValue:`
534
+ `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:N("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}},type:{type:"string",title:N("type"),"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:N("Cloud Component"),value:"ts"},{label:N("JSONata"),value:"jsonata"}],default:"ts"},code:{type:"string",title:N("expression"),"x-decorator":"FormItem","x-component":"CodeMirror","x-component-props":{defaultLanguage:"typescript",height:"50vh",defaultValue:`
535
535
  import { Context } from '@tachybase/actions';
536
536
  import { MagicAttributeModel, Transactionable } from '@tachybase/database';
537
537
 
@@ -546,30 +546,30 @@ export default async function (
546
546
  ) {
547
547
  return {};
548
548
  }
549
- `.trim()}},model:{type:"array",title:D("Properties mapping"),description:D("If the type of query result is object or array of object, could map the properties which to be accessed in subsequent nodes."),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{path:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Property path")},properties:{path:{type:"string",name:"path",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},alias:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Alias")},properties:{alias:{type:"string",name:"alias","x-decorator":"FormItem","x-component":"Input"}}},label:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:D("Label")},properties:{label:{type:"string",name:"label",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
549
+ `.trim()}},model:{type:"array",title:N("Properties mapping"),description:N("If the type of query result is object or array of object, could map the properties which to be accessed in subsequent nodes."),"x-decorator":"FormItem","x-component":"ArrayTable",items:{type:"object",properties:{path:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Property path")},properties:{path:{type:"string",name:"path",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},alias:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Alias")},properties:{alias:{type:"string",name:"alias","x-decorator":"FormItem","x-component":"Input"}}},label:{type:"void","x-component":"ArrayTable.Column","x-component-props":{title:N("Label")},properties:{label:{type:"string",name:"label",required:!0,"x-decorator":"FormItem","x-component":"Input"}}},operations:{type:"void","x-component":"ArrayTable.Column","x-component-props":{dataIndex:"operations",fixed:"right",className:s.css`
550
550
  > *:not(:last-child) {
551
551
  margin-right: 0.5em;
552
552
  }
553
553
  button {
554
554
  padding: 0;
555
555
  }
556
- `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:D("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}}});f(this,"components",{ArrayTable:ve.ArrayTable,WorkflowVariableInput:Se})}useVariables(o,n){const{key:a,title:i,config:l}=o,{types:d,fieldNames:c}=n,p=l.model||[];return{[c.label]:i,[c.value]:a,[c.children]:p.map(g=>({[c.label]:g.label,[c.value]:g.alias||g.path}))}}}class Ra extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get(Z).registerInstruction(fo,Xa)})}}class ei extends Q{constructor(){super(...arguments);f(this,"title",`{{t("SQL action", { ns: "${m}" })}}`);f(this,"type","sql");f(this,"group","collection");f(this,"icon","ConsoleSqlOutlined");f(this,"color","#e9bf36");f(this,"description",`{{t("Execute a SQL statement in database.", { ns: "${m}" })}}`);f(this,"fieldset",{dataSource:{type:"string",required:!0,title:'{{t("Data source")}}',description:`{{t("Select a data source to execute SQL.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DataSourceSelect","x-component-props":{className:"auto-width",filter(o){return o.options.isDBInstance}},default:"main"},sql:{type:"string",required:!0,title:"SQL","x-decorator":"FormItem","x-component":"WorkflowVariableRawTextArea","x-component-props":{rows:20,className:s.css`
556
+ `},properties:{remove:{type:"void","x-component":"ArrayTable.Remove"}}}}},properties:{add:{type:"void",title:N("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}}},this.components={ArrayTable:be.ArrayTable,WorkflowVariableInput:ke}}useVariables(t,o){const{key:n,title:i,config:a}=t,{types:l,fieldNames:c}=o,d=a.model||[];return{[c.label]:i,[c.value]:n,[c.children]:d.map(u=>({[c.label]:u.label,[c.value]:u.alias||u.path}))}}}class ea extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get(Z).registerInstruction(uo,Ri)})}}class ta extends Q{constructor(){super(...arguments),this.title=`{{t("SQL action", { ns: "${m}" })}}`,this.type="sql",this.group="collection",this.icon="ConsoleSqlOutlined",this.color="#e9bf36",this.description=`{{t("Execute a SQL statement in database.", { ns: "${m}" })}}`,this.fieldset={dataSource:{type:"string",required:!0,title:'{{t("Data source")}}',description:`{{t("Select a data source to execute SQL.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DataSourceSelect","x-component-props":{className:"auto-width",filter(t){return t.options.isDBInstance}},default:"main"},sql:{type:"string",required:!0,title:"SQL","x-decorator":"FormItem","x-component":"WorkflowVariableRawTextArea","x-component-props":{rows:20,className:s.css`
557
557
  font-size: 80%;
558
558
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
559
- `}}});f(this,"components",{WorkflowVariableRawTextArea:Ao})}useVariables({key:o,title:n},{types:a,fieldNames:i=ue}){return{[i.value]:o,[i.label]:n}}}class ti extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("sql",ei)})}}const oi=()=>{const{workflow:e}=L();return{parentSync:e==null?void 0:e.sync,parentKey:e==null?void 0:e.key}};class ni extends Q{constructor(){super(...arguments);f(this,"title",D("Workflow"));f(this,"type","trigger-instruction");f(this,"group","extended");f(this,"icon","NodeIndexOutlined");f(this,"color","#0a72e9");f(this,"fieldset",{workflowKey:{type:"string",title:D("Workflow"),name:"workflowKey","x-decorator":"FormItem","x-component":"WorkflowSelect","x-component-props":{buttonAction:"customize:triggerWorkflows",noCollection:!0,label:"title",value:"key"},"x-use-component-props":oi,required:!0},bindCollection:{type:"boolean",title:D("Bind collection?"),"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:D("Yes"),value:!0},{label:D("No"),value:!1}],required:!0,default:!1},collection:{type:"string",title:D("Collection"),"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader",required:!0,"x-reactions":[{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{dependencies:["bindCollection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]},appends:{type:"array",title:D("Associations to use"),description:D("Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution."),"x-decorator":"FormItem","x-component":"AppendsTreeSelect","x-component-props":{multiple:!0,useCollection(){var n;return(n=A.useForm().values)==null?void 0:n.collection}},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}})}useVariables({key:o,title:n,config:a},i){var p,u;const l=s.useCompile(),{getCollectionFields:d}=s.useCollectionManager_deprecated(),[c]=me(F(w({appends:[o,...((u=(p=a.params)==null?void 0:p.appends)==null?void 0:u.map(g=>`${o}.${g}`))||[]]},i),{fields:[{collectionName:a.collection,name:o,type:"hasOne",target:a.collection,uiSchema:{title:n}}],compile:l,getCollectionFields:d}));return c}}class ri extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("trigger-instruction",ni)})}}const si=s.createStyles(({css:e,token:t})=>({nodeIdClass:e`
559
+ `}}},this.components={WorkflowVariableRawTextArea:ko}}useVariables({key:t,title:o},{types:n,fieldNames:i=pe}){return{[i.value]:t,[i.label]:o}}}class oa extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("sql",ta)})}}const na=()=>{const{workflow:e}=q();return{filterSync:e==null?void 0:e.sync,filterKey:e!=null&&e.key?{$ne:e==null?void 0:e.key}:void 0}};class ra extends Q{constructor(){super(...arguments),this.title=N("Workflow"),this.type="trigger-instruction",this.group="extended",this.icon="NodeIndexOutlined",this.color="#0a72e9",this.fieldset={workflowKey:{type:"string",title:N("Workflow"),name:"workflowKey","x-decorator":"FormItem","x-component":"WorkflowSelect","x-component-props":{buttonAction:"customize:triggerWorkflows",noCollection:!0,label:"title",value:"key"},"x-use-component-props":na,required:!0},bindCollection:{type:"boolean",title:N("Bind collection?"),"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:N("Yes"),value:!0},{label:N("No"),value:!1}],required:!0,default:!1},collection:{type:"string",title:N("Collection"),"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader",required:!0,"x-reactions":[{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{dependencies:["bindCollection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]},appends:{type:"array",title:N("Associations to use"),description:N("Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution."),"x-decorator":"FormItem","x-component":"AppendsTreeSelect","x-component-props":{multiple:!0,useCollection(){var o;return(o=S.useForm().values)==null?void 0:o.collection}},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}}}useVariables({key:t,title:o,config:n},i){var d,p;const a=s.useCompile(),{getCollectionFields:l}=s.useCollectionManager_deprecated(),[c]=ue(I(v({appends:[t,...((p=(d=n.params)==null?void 0:d.appends)==null?void 0:p.map(u=>`${t}.${u}`))||[]]},i),{fields:[{collectionName:n.collection,name:t,type:"hasOne",target:n.collection,uiSchema:{title:o}}],compile:a,getCollectionFields:l}));return c}}class sa extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("trigger-instruction",ra)})}}const ia=s.createStyles(({css:e,token:t})=>({nodeIdClass:e`
560
560
  color: ${t.colorTextDescription};
561
561
 
562
562
  &:before {
563
563
  content: '#';
564
564
  }
565
- `}));function ai({value:e,onChange:t}){const o=e==null,n=ye(),a=$e(n,c=>c.type==="variable"&&!c.config.target),{styles:i}=si(),l=v.useCallback(({target:c})=>{if(c.value)return t(null);a.length&&t(a[0].key)},[t,a]),d=v.useCallback((c,p)=>p.label.toLowerCase().indexOf(c.toLowerCase())>=0||`#${p.data.id}`.indexOf(c)>=0,[]);return r.jsx("fieldset",{children:r.jsx(b.Radio.Group,{value:o,onChange:l,children:r.jsxs(s.Space,{direction:"vertical",children:[r.jsx(b.Radio,{value:!0,children:N("Declare a new variable")}),r.jsxs(s.Space,{children:[r.jsx(b.Radio,{value:!1,disabled:!a.length,children:N("Assign value to an existing variable")}),!o&&r.jsx(b.Select,{options:a.map(c=>({label:c.title,value:c.key,data:c})),value:e,onChange:t,allowClear:!0,showSearch:!0,filterOption:d,optionRender:({label:c,data:p})=>r.jsxs(s.Space,{children:[r.jsx("span",{children:c}),r.jsx("span",{className:i.nodeIdClass,children:p.data.id})]})})]})]})})})}class ii extends Q{constructor(){super(...arguments);f(this,"title",D("Variable"));f(this,"type","variable");f(this,"group","control");f(this,"icon","StrikethroughOutlined");f(this,"color","#a35ae8");f(this,"description",D("Assign value to a variable, for later use."));f(this,"fieldset",{target:{type:"string",title:D("Mode"),"x-decorator":"FormItem","x-component":"VariableTargetSelect"},value:{type:"string",title:D("Value"),"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:!0,changeOnSelect:!0},default:""}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{WorkflowVariableInput:Se,VariableTargetSelect:ai})}useVariables({key:o,title:n,config:a},{types:i,fieldNames:l=ue}){return a.target?null:{[l.value]:o,[l.label]:n}}}class li extends s.Plugin{load(){return E(this,null,function*(){this.app.pm.get("workflow").registerInstruction("variable",ii)})}}const Yo=e=>{const t=Qe.evaluators.get(e);return t&&t.link?r.jsxs(r.Fragment,{children:[r.jsx("span",{className:s.css`
565
+ `}));function aa({value:e,onChange:t}){const o=e==null,n=he(),i=Ee(n,d=>d.type==="variable"&&!d.config.target),{styles:a}=ia(),l=b.useCallback(({target:d})=>{if(d.value)return t(null);i.length&&t(i[0].key)},[t,i]),c=b.useCallback((d,p)=>p.label.toLowerCase().indexOf(d.toLowerCase())>=0||`#${p.data.id}`.indexOf(d)>=0,[]);return r.jsx("fieldset",{children:r.jsx(x.Radio.Group,{value:o,onChange:l,children:r.jsxs(s.Space,{direction:"vertical",children:[r.jsx(x.Radio,{value:!0,children:F("Declare a new variable")}),r.jsxs(s.Space,{children:[r.jsx(x.Radio,{value:!1,disabled:!i.length,children:F("Assign value to an existing variable")}),!o&&r.jsx(x.Select,{options:i.map(d=>({label:d.title,value:d.key,data:d})),value:e,onChange:t,allowClear:!0,showSearch:!0,filterOption:c,optionRender:({label:d,data:p})=>r.jsxs(s.Space,{children:[r.jsx("span",{children:d}),r.jsx("span",{className:a.nodeIdClass,children:p.data.id})]})})]})]})})})}class la extends Q{constructor(){super(...arguments),this.title=N("Variable"),this.type="variable",this.group="control",this.icon="StrikethroughOutlined",this.color="#a35ae8",this.description=N("Assign value to a variable, for later use."),this.fieldset={target:{type:"string",title:N("Mode"),"x-decorator":"FormItem","x-component":"VariableTargetSelect"},value:{type:"string",title:N("Value"),"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:!0,changeOnSelect:!0},default:""}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={WorkflowVariableInput:ke,VariableTargetSelect:aa}}useVariables({key:t,title:o,config:n},{types:i,fieldNames:a=pe}){return n.target?null:{[a.value]:t,[a.label]:o}}}class ca extends s.Plugin{load(){return O(this,null,function*(){this.app.pm.get("workflow").registerInstruction("variable",la)})}}const Ho=e=>{const t=Ye.evaluators.get(e);return t&&t.link?r.jsxs(r.Fragment,{children:[r.jsx("span",{className:s.css`
566
566
  &:after {
567
567
  content: ':';
568
568
  }
569
569
  & + a {
570
570
  margin-left: 0.25em;
571
571
  }
572
- `,children:s.i18n.t("Syntax references")}),r.jsx("a",{href:t.link,target:"_blank",rel:"noreferrer",children:t.label})]}):null};class ci extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Calculation", { ns: "${m}" })}}`);f(this,"type","calculation");f(this,"group","control");f(this,"icon","PlusOutlined");f(this,"color","#c3e584");f(this,"description",`{{t("Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.", { ns: "${m}" })}}`);f(this,"fieldset",{engine:{type:"string",title:`{{t("Calculation engine", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:Qe.getOptions()},required:!0,default:"math.js"},expression:{type:"string",title:`{{t("Calculation expression", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-component-props":{changeOnSelect:!0},"x-validator"(o,n,{form:a}){const{values:i}=a,{evaluate:l}=Qe.evaluators.get(i.engine),d=o.trim().replace(/{{([^{}]+)}}/g," 1 ");try{return l(d),""}catch(c){return N("Expression syntax error")}},"x-reactions":[{dependencies:["engine"],fulfill:{schema:{description:"{{renderEngineReference($deps[0])}}"}}}],required:!0},transString:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":"解析字符串公式","x-reactions":[{dependencies:["engine"],fulfill:{state:{visible:"{{$deps[0] == `formula.js`}}"}}}]}});f(this,"scope",{renderEngineReference:Yo});f(this,"components",{WorkflowVariableTextArea:nt,RadioWithTooltip:Pe,ValueBlock:Ae})}useVariables({key:o,title:n},{types:a,fieldNames:i=ue}){return a&&!a.some(l=>l in De||Object.values(De).some(d=>d.has(l)))?null:{[i.value]:o,[i.label]:n}}useInitializers(o){var n,a;return{name:(n=o.title)!=null?n:`#${o.id}`,type:"item",title:(a=o.title)!=null?a:`#${o.id}`,Component:Ae.Initializer,node:o,resultTitle:N("Calculation result")}}}const di=e=>{const{editingConfig:t,setEditingConfig:o,data:n,workflow:a,children:i}=e,[l,d]=v.useState(!1),c=v.useMemo(()=>{const u=ge.cloneDeep(n.config);return A.createForm({initialValues:u,disabled:a.executed})},[n,a]),p=v.useCallback(u=>{o(u),u||c.reset()},[c]);return r.jsx(s.ActionContextProvider,{value:{visible:t,setVisible:p,formValueChanged:l,setFormValueChanged:d},children:r.jsx(s.FormProvider,{form:c,children:i})})};function pi(){return{form:A.useForm()}}function ui(){const e=A.useForm(),t=s.useAPIClient(),o=s.useActionContext(),{refresh:n}=s.useResourceActionContext(),a=ye(),{workflow:i}=L();return{run(){return E(this,null,function*(){var d,c;if(i.executed){b.message.error(N("Node in executed workflow cannot be modified"));return}yield e.submit(),yield(c=(d=t.resource("flow_nodes")).update)==null?void 0:c.call(d,{filterByTk:a.id,values:{config:e.values}}),o.setFormValueChanged(!1),b.message.success("success"),n()})}}}const mi=e=>{const{data:t,instruction:o}=e,n=(o==null?void 0:o.group)===Ge;return r.jsxs("div",{className:s.css`
572
+ `,children:s.i18n.t("Syntax references")}),r.jsx("a",{href:t.link,target:"_blank",rel:"noreferrer",children:t.label})]}):null};class da extends Q{constructor(){super(...arguments),this.title=`{{t("Calculation", { ns: "${m}" })}}`,this.type="calculation",this.group="control",this.icon="PlusOutlined",this.color="#c3e584",this.description=`{{t("Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.", { ns: "${m}" })}}`,this.fieldset={engine:{type:"string",title:`{{t("Calculation engine", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:Ye.getOptions()},required:!0,default:"math.js"},expression:{type:"string",title:`{{t("Calculation expression", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-component-props":{changeOnSelect:!0},"x-validator"(t,o,{form:n}){const{values:i}=n,{evaluate:a}=Ye.evaluators.get(i.engine),l=t.trim().replace(/{{([^{}]+)}}/g," 1 ");try{return a(l),""}catch(c){return F("Expression syntax error")}},"x-reactions":[{dependencies:["engine"],fulfill:{schema:{description:"{{renderEngineReference($deps[0])}}"}}}],required:!0},transString:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":"解析字符串公式","x-reactions":[{dependencies:["engine"],fulfill:{state:{visible:"{{$deps[0] == `formula.js`}}"}}}]}},this.scope={renderEngineReference:Ho},this.components={WorkflowVariableTextArea:ot,RadioWithTooltip:Oe,ValueBlock:Se}}useVariables({key:t,title:o},{types:n,fieldNames:i=pe}){return n&&!n.some(a=>a in Ne||Object.values(Ne).some(l=>l.has(a)))?null:{[i.value]:t,[i.label]:o}}useInitializers(t){var o,n;return{name:(o=t.title)!=null?o:`#${t.id}`,type:"item",title:(n=t.title)!=null?n:`#${t.id}`,Component:Se.Initializer,node:t,resultTitle:F("Calculation result")}}}const pa=e=>{const{editingConfig:t,setEditingConfig:o,data:n,workflow:i,children:a}=e,[l,c]=b.useState(!1),d=b.useMemo(()=>{const u=fe.cloneDeep(n.config);return S.createForm({initialValues:u,disabled:i.executed})},[n,i]),p=b.useCallback(u=>{o(u),u||d.reset()},[d]);return r.jsx(s.ActionContextProvider,{value:{visible:t,setVisible:p,formValueChanged:l,setFormValueChanged:c},children:r.jsx(s.FormProvider,{form:d,children:a})})};function ua(){return{form:S.useForm()}}function ma(){const e=S.useForm(),t=s.useAPIClient(),o=s.useActionContext(),{refresh:n}=s.useResourceActionContext(),i=he(),{workflow:a}=q();return{run(){return O(this,null,function*(){var c,d;if(a.executed){x.message.error(F("Node in executed workflow cannot be modified"));return}yield e.submit(),yield(d=(c=t.resource("flow_nodes")).update)==null?void 0:d.call(c,{filterByTk:i.id,values:{config:e.values}}),o.setFormValueChanged(!1),x.message.success("success"),n()})}}}const fa=e=>{const{data:t,instruction:o}=e,n=(o==null?void 0:o.group)===Ke;return r.jsxs("div",{className:s.css`
573
573
  display: flex;
574
574
  justify-content: space-between;
575
575
 
@@ -584,7 +584,7 @@ export default async function (
584
584
  code {
585
585
  font-weight: normal;
586
586
  }
587
- `,children:[r.jsxs("strong",{children:[n&&r.jsxs("span",{className:"deprecated-tag",children:["(",N("Deprecated"),") "]}),t.title]}),r.jsxs(b.Tooltip,{title:N("Variable key of node"),children:[r.jsx(b.Tag,{children:r.jsx("code",{children:`id: ${t.id}`})}),r.jsx(b.Tag,{children:r.jsx("code",{children:`key: ${t.key}`})})]})]})};function fi(e,t){return r.jsx(mi,{data:e,instruction:t})}const gi=e=>{const{instruction:t,data:o,detailText:n,workflow:a}=e;return{type:"void",properties:F(w({},t.view?{view:t.view}:{}),{button:{type:"void","x-content":n,"x-component":"Button","x-component-props":{type:"link",className:"workflow-node-config-button"}},[o.id]:{type:"void",title:fi(o,t),"x-decorator":"FormV2","x-use-decorator-props":"useFormProviderProps","x-component":"Action.Area",properties:F(w({},t.description?{description:{type:"void","x-component":po,"x-component-props":{label:N("Node type"),title:t.title,description:t.description}}}:{}),{fieldset:{type:"void","x-component":"fieldset","x-component-props":{className:s.css`
587
+ `,children:[r.jsxs("strong",{children:[n&&r.jsxs("span",{className:"deprecated-tag",children:["(",F("Deprecated"),") "]}),t.title]}),r.jsxs(x.Tooltip,{title:F("Variable key of node"),children:[r.jsx(x.Tag,{children:r.jsx("code",{children:`id: ${t.id}`})}),r.jsx(x.Tag,{children:r.jsx("code",{children:`key: ${t.key}`})})]})]})};function ha(e,t){return r.jsx(fa,{data:e,instruction:t})}const ga=e=>{const{instruction:t,data:o,detailText:n,workflow:i}=e;return{type:"void",properties:I(v({},t.view?{view:t.view}:{}),{button:{type:"void","x-content":n,"x-component":"Button","x-component-props":{type:"link",className:"workflow-node-config-button"}},[o.id]:{type:"void",title:ha(o,t),"x-decorator":"FormV2","x-use-decorator-props":"useFormProviderProps","x-component":"Action.Area",properties:I(v({},t.description?{description:{type:"void","x-component":lo,"x-component-props":{label:F("Node type"),title:t.title,description:t.description}}}:{}),{fieldset:{type:"void","x-component":"fieldset","x-component-props":{className:s.css`
588
588
  .ant-input,
589
589
  .ant-select,
590
590
  .ant-cascader-picker,
@@ -596,7 +596,7 @@ export default async function (
596
596
  min-width: 6em;
597
597
  }
598
598
  }
599
- `},properties:t.fieldset},actions:a.executed?null:{type:"void","x-component":"ActionArea.Footer",properties:{cancel:{title:'{{t("Cancel")}}',"x-component":"Action","x-component-props":{useAction:"{{ cm.useCancelAction }}"}},submit:{title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction:ui}}}}})}})}},yi=e=>{const{instruction:t,data:o,detailText:n,workflow:a}=e,i=gi({instruction:t,data:o,detailText:n,workflow:a});return r.jsx(s.SchemaComponent,{schema:i,components:t.components,scope:F(w({},t.scope),{useFormProviderProps:pi})})},hi=e=>{const{instruction:t,data:o,detailText:n,workflow:a,editingConfig:i,setEditingConfig:l}=e;return r.jsx(di,{editingConfig:i,setEditingConfig:l,data:o,workflow:a,children:r.jsx(yi,{instruction:t,data:o,detailText:n,workflow:a})})},xi=s.createStyles(({css:e,token:t})=>({nodeClass:e`
599
+ `},properties:t.fieldset},actions:i.executed?null:{type:"void","x-component":"ActionArea.Footer",properties:{cancel:{title:'{{t("Cancel")}}',"x-component":"Action","x-component-props":{useAction:"{{ cm.useCancelAction }}"}},submit:{title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction:ma}}}}})}})}},ya=e=>{const{instruction:t,data:o,detailText:n,workflow:i}=e,a=ga({instruction:t,data:o,detailText:n,workflow:i});return r.jsx(s.SchemaComponent,{schema:a,components:t.components,scope:I(v({},t.scope),{useFormProviderProps:ua})})},xa=e=>{const{instruction:t,data:o,detailText:n,workflow:i,editingConfig:a,setEditingConfig:l}=e;return r.jsx(pa,{editingConfig:a,setEditingConfig:l,data:o,workflow:i,children:r.jsx(ya,{instruction:t,data:o,detailText:n,workflow:i})})},ba=s.createStyles(({css:e,token:t})=>({nodeClass:e`
600
600
  flex-shrink: 0;
601
601
  display: flex;
602
602
  flex-direction: column;
@@ -629,7 +629,7 @@ export default async function (
629
629
  padding: 0;
630
630
  display: none;
631
631
  }
632
- `})),bi=()=>{var d;const e=s.useAPIClient(),{workflow:t,nodes:o,refresh:n}=(d=L())!=null?d:{},a=ye();if(!t)return null;const i=e.resource("flow_nodes");function l(){return E(this,null,function*(){var c;yield(c=i.moveUp)==null?void 0:c.call(i,{filterByTk:a.id}),n()})}return r.jsx(b.Button,{className:"workflow-node-drag-button",type:"text",shape:"circle",icon:r.jsx(z.HolderOutlined,{}),onClick:l})},vi=s.createStyles(({css:e,token:t})=>({dropdownClass:e`
632
+ `})),va=()=>{var c;const e=s.useAPIClient(),{workflow:t,nodes:o,refresh:n}=(c=q())!=null?c:{},i=he();if(!t)return null;const a=e.resource("flow_nodes");function l(){return O(this,null,function*(){var d;yield(d=a.moveUp)==null?void 0:d.call(a,{filterByTk:i.id}),n()})}return r.jsx(x.Button,{className:"workflow-node-drag-button",type:"text",shape:"circle",icon:r.jsx(j.HolderOutlined,{}),onClick:l})},wa=s.createStyles(({css:e,token:t})=>({dropdownClass:e`
633
633
  background-color: red;
634
634
  max-height: 50vh;
635
635
  overflow-y: auto;
@@ -651,7 +651,7 @@ export default async function (
651
651
  display: inline-flex;
652
652
  justify-content: center;
653
653
  align-items: center;
654
- `})),wi=()=>{var i;const{execution:e,setViewJob:t}=L(),{jobs:o}=(i=ye())!=null?i:{},{styles:n}=vi();if(!e)return null;if(!o.length)return r.jsx(Re,{className:n.nodeJobButtonClass,disabled:!0});const a=l=>{const{key:d}=l,c=o.find(p=>p.id===+d);t(c)};return o.length>1?r.jsx(b.Dropdown,{menu:{items:o.map(l=>({key:l.id,label:r.jsxs(r.Fragment,{children:[r.jsx(Re,{statusMap:et,status:l.status}),r.jsx("time",{children:B.str2moment(l.updatedAt).format("YYYY-MM-DD HH:mm:ss")})]})})),className:n.dropdownClass,onClick:a},children:r.jsx(Re,{statusMap:et,status:o[o.length-1].status,className:n.nodeJobButtonClass})}):r.jsx(Re,{statusMap:et,status:o[0].status,onClick:()=>t(o[0]),className:n.nodeJobButtonClass})},Ci=()=>{var p;const{t:e}=R.useTranslation(),t=s.useAPIClient(),{workflow:o,nodes:n,refresh:a}=(p=L())!=null?p:{},i=ye(),{modal:l}=b.App.useApp();if(!o)return null;const d=t.resource("flow_nodes");function c(){return E(this,null,function*(){function u(){return E(this,null,function*(){var h;yield(h=d.destroy)==null?void 0:h.call(d,{filterByTk:i.id}),a()})}const g=n.filter(h=>h===i?!1:B.parse(h.config).parameters.filter(({key:T})=>T.startsWith(`$jobsMapByNodeKey.${i.key}.`)||T===`$jobsMapByNodeKey.${i.key}`).length);if(g.length){l.error({title:N("Can not delete"),content:N("The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.",{nodes:g.map(h=>`#${h.id}`).join(", ")})});return}const x=!n.find(h=>h.upstream===i&&h.branchIndex!=null)?e("Are you sure you want to delete it?"):N("This node contains branches, deleting will also be preformed to them, are you sure?");l.confirm({title:e("Delete"),content:x,onOk:u})})}return r.jsx(b.Button,{className:"workflow-node-remove-button",type:"text",shape:"circle",icon:r.jsx(z.DeleteOutlined,{}),onClick:c})},ki=s.createStyles(({css:e,token:t})=>({nodePoint:e`
654
+ `})),Ca=()=>{var a;const{execution:e,setViewJob:t}=q(),{jobs:o}=(a=he())!=null?a:{},{styles:n}=wa();if(!e)return null;if(!o.length)return r.jsx(Xe,{className:n.nodeJobButtonClass,disabled:!0});const i=l=>{const{key:c}=l,d=o.find(p=>p.id===+c);t(d)};return o.length>1?r.jsx(x.Dropdown,{menu:{items:o.map(l=>({key:l.id,label:r.jsxs(r.Fragment,{children:[r.jsx(Xe,{statusMap:Re,status:l.status}),r.jsx("time",{children:W.str2moment(l.updatedAt).format("YYYY-MM-DD HH:mm:ss")})]})})),className:n.dropdownClass,onClick:i},children:r.jsx(Xe,{statusMap:Re,status:o[o.length-1].status,className:n.nodeJobButtonClass})}):r.jsx(Xe,{statusMap:Re,status:o[0].status,onClick:()=>t(o[0]),className:n.nodeJobButtonClass})},ka=()=>{var p;const{t:e}=X.useTranslation(),t=s.useAPIClient(),{workflow:o,nodes:n,refresh:i}=(p=q())!=null?p:{},a=he(),{modal:l}=x.App.useApp();if(!o)return null;const c=t.resource("flow_nodes");function d(){return O(this,null,function*(){function u(){return O(this,null,function*(){var y;yield(y=c.destroy)==null?void 0:y.call(c,{filterByTk:a.id}),i()})}const f=n.filter(y=>y===a?!1:W.parse(y.config).parameters.filter(({key:T})=>T.startsWith(`$jobsMapByNodeKey.${a.key}.`)||T===`$jobsMapByNodeKey.${a.key}`).length);if(f.length){l.error({title:F("Can not delete"),content:F("The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.",{nodes:f.map(y=>`#${y.id}`).join(", ")})});return}const g=!n.find(y=>y.upstream===a&&y.branchIndex!=null)?e("Are you sure you want to delete it?"):F("This node contains branches, deleting will also be preformed to them, are you sure?");l.confirm({title:e("Delete"),content:g,onOk:u})})}return r.jsx(x.Button,{className:"workflow-node-remove-button",type:"text",shape:"circle",icon:r.jsx(j.DeleteOutlined,{}),onClick:d})},Sa=s.createStyles(({css:e,token:t})=>({nodePoint:e`
655
655
  position: relative;
656
656
  display: flex;
657
657
  flex-direction: row;
@@ -775,16 +775,16 @@ export default async function (
775
775
  }
776
776
  }
777
777
  }
778
- `})),Si=e=>{const{color:t,icon:o,workflow:n,editingTitle:a,configuring:i,setEditingTitle:l,onChangeTitle:d}=e,c=ye(),{styles:p}=ki(),[u,g]=v.useState(!1),y=n.executed||!u,x=(c==null?void 0:c.group)===Ge,h=()=>{i&&g(!0)},C=k=>{d(k.target.value),g(!1)};return r.jsxs("div",{className:s.cx(p.nodePoint,{deprecated:x,configuring:i}),children:[r.jsx(Ai,{color:t,icon:o}),r.jsx(Oo,{className:`workflow-node-edit ${y?"node-executed":""}`,readOnly:y,value:a,onChange:k=>l(k.target.value),onBlur:C,onClick:h}),r.jsx(Ii,{isExecuted:n.executed})]})},Ai=e=>{const{color:t,icon:o}=e;return r.jsx("div",{className:"workflow-node-prefix",style:{backgroundColor:t},children:r.jsx(s.Icon,{type:o!=null?o:"dispatcher"})})},Ii=e=>{const{isExecuted:t}=e;return r.jsx("div",{className:"workflow-node-suffix",children:t?r.jsx("div",{className:"icon-button",children:r.jsx(wi,{})}):r.jsxs(r.Fragment,{children:[r.jsx("div",{className:"icon-button",children:r.jsx(Ci,{})}),r.jsx("div",{className:"icon-button",children:r.jsx(bi,{})})]})})},rt=e=>{var V,$;const{data:t,children:o}=e,n=s.useCompile(),a=s.useAPIClient(),{workflow:i,refresh:l}=(V=L())!=null?V:{},{styles:d}=xi(),p=s.usePlugin(Z).instructions.get(t.type),u=i.executed?'{{t("View")}}':'{{t("Configure")}}',g=n(p.title),{color:y,icon:x}=p,[h,C]=v.useState(($=t.title)!=null?$:g),[k,T]=v.useState(!1),I=v.useCallback(function(P){return E(this,null,function*(){var H,M;const j=P||g;C(j),j!==t.title&&(yield(M=(H=a.resource("flow_nodes")).update)==null?void 0:M.call(H,{filterByTk:t.id,values:{title:j}}),l())})},[t]),O=v.useCallback(function(P){var H,M;if(P.target===P.currentTarget){T(!0);return}(M=(H=P.target)==null?void 0:H.classList)!=null&&M.contains("workflow-node-edit")&&T(!0);const j=new Set(["workflow-node-meta","workflow-node-config-button","ant-input-disabled"]);for(let _=P.target;_&&_!==P.currentTarget&&_!==document.documentElement;_=_.parentNode)if(Array.from(_.classList).some(Y=>j.has(Y))){T(!0),P.stopPropagation();return}},[]);return r.jsxs("div",{className:s.cx(d.nodeClass,`workflow-node-type-${t.type}`),children:[r.jsxs("div",{className:s.cx(d.nodeCardClass),role:"button","aria-label":`${g}-${h}`,onClick:O,children:[r.jsx(Si,{color:y,icon:x,workflow:i,editingTitle:h,configuring:k,setEditingTitle:C,onChangeTitle:I}),r.jsx(hi,{instruction:p,data:t,detailText:u,workflow:i,editingConfig:k,setEditingConfig:T})]}),o]})},ne=new B.Registry;ne.register("equal",{name:"=",type:"boolean",group:"boolean"}),ne.register("notEqual",{name:"≠",type:"boolean",group:"boolean"}),ne.register("gt",{name:">",type:"boolean",group:"boolean"}),ne.register("gte",{name:"≥",type:"boolean",group:"boolean"}),ne.register("lt",{name:"<",type:"boolean",group:"boolean"}),ne.register("lte",{name:"≤",type:"boolean",group:"boolean"}),ne.register("add",{name:"+",type:"number",group:"number"}),ne.register("minus",{name:"-",type:"number",group:"number"}),ne.register("multiple",{name:"*",type:"number",group:"number"}),ne.register("divide",{name:"/",type:"number",group:"number"}),ne.register("mod",{name:"%",type:"number",group:"number"}),ne.register("includes",{name:'{{t("contains")}}',type:"boolean",group:"string"}),ne.register("notIncludes",{name:'{{t("does not contain")}}',type:"boolean",group:"string"}),ne.register("startsWith",{name:'{{t("starts with")}}',type:"boolean",group:"string"}),ne.register("notStartsWith",{name:'{{t("not starts with")}}',type:"boolean",group:"string"}),ne.register("endsWith",{name:'{{t("ends with")}}',type:"boolean",group:"string"}),ne.register("notEndsWith",{name:'{{t("not ends with")}}',type:"boolean",group:"string"}),ne.register("concat",{name:`{{t("concat", { ns: "${m}" })}}`,type:"string",group:"string"});const Fi=[{value:"boolean",title:'{{t("Comparision")}}'},{value:"number",title:`{{t("Arithmetic calculation", { ns: "${m}" })}}`},{value:"string",title:`{{t("String operation", { ns: "${m}" })}}`},{value:"date",title:`{{t("Date", { ns: "${m}" })}}`}];function Qo(e){return Array.from(ne.getEntities()).filter(([t,o])=>o.group===e)}function Ti({calculator:e,operands:t=[],onChange:o}){const n=s.useCompile(),a=ce();return r.jsxs("fieldset",{className:s.css`
778
+ `})),Aa=e=>{const{color:t,icon:o,workflow:n,editingTitle:i,configuring:a,setEditingTitle:l,onChangeTitle:c}=e,d=he(),{styles:p}=Sa(),[u,f]=b.useState(!1),h=n.executed||!u,g=(d==null?void 0:d.group)===Ke,y=()=>{a&&f(!0)},w=A=>{c(A.target.value),f(!1)};return r.jsxs("div",{className:s.cx(p.nodePoint,{deprecated:g,configuring:a}),children:[r.jsx(Ia,{color:t,icon:o}),r.jsx(No,{className:`workflow-node-edit ${h?"node-executed":""}`,readOnly:h,value:i,onChange:A=>l(A.target.value),onBlur:w,onClick:y}),r.jsx(Fa,{isExecuted:n.executed})]})},Ia=e=>{const{color:t,icon:o}=e;return r.jsx("div",{className:"workflow-node-prefix",style:{backgroundColor:t},children:r.jsx(s.Icon,{type:o!=null?o:"dispatcher"})})},Fa=e=>{const{isExecuted:t}=e;return r.jsx("div",{className:"workflow-node-suffix",children:t?r.jsx("div",{className:"icon-button",children:r.jsx(Ca,{})}):r.jsxs(r.Fragment,{children:[r.jsx("div",{className:"icon-button",children:r.jsx(ka,{})}),r.jsx("div",{className:"icon-button",children:r.jsx(va,{})})]})})},nt=e=>{var $,E;const{data:t,children:o}=e,n=s.useCompile(),i=s.useAPIClient(),{workflow:a,refresh:l}=($=q())!=null?$:{},{styles:c}=ba(),p=s.usePlugin(Z).instructions.get(t.type),u=a.executed?'{{t("View")}}':'{{t("Configure")}}',f=n(p.title),{color:h,icon:g}=p,[y,w]=b.useState((E=t.title)!=null?E:f),[A,T]=b.useState(!1),C=b.useCallback(function(P){return O(this,null,function*(){var _,z;const B=P||f;w(B),B!==t.title&&(yield(z=(_=i.resource("flow_nodes")).update)==null?void 0:z.call(_,{filterByTk:t.id,values:{title:B}}),l())})},[t]),D=b.useCallback(function(P){var _,z;if(P.target===P.currentTarget){T(!0);return}(z=(_=P.target)==null?void 0:_.classList)!=null&&z.contains("workflow-node-edit")&&T(!0);const B=new Set(["workflow-node-meta","workflow-node-config-button","ant-input-disabled"]);for(let J=P.target;J&&J!==P.currentTarget&&J!==document.documentElement;J=J.parentNode)if(Array.from(J.classList).some(Y=>B.has(Y))){T(!0),P.stopPropagation();return}},[]);return r.jsxs("div",{className:s.cx(c.nodeClass,`workflow-node-type-${t.type}`),children:[r.jsxs("div",{className:s.cx(c.nodeCardClass),role:"button","aria-label":`${f}-${y}`,onClick:D,children:[r.jsx(Aa,{color:h,icon:g,workflow:a,editingTitle:y,configuring:A,setEditingTitle:w,onChangeTitle:C}),r.jsx(xa,{instruction:p,data:t,detailText:u,workflow:a,editingConfig:A,setEditingConfig:T})]}),o]})},ne=new W.Registry;ne.register("equal",{name:"=",type:"boolean",group:"boolean"}),ne.register("notEqual",{name:"≠",type:"boolean",group:"boolean"}),ne.register("gt",{name:">",type:"boolean",group:"boolean"}),ne.register("gte",{name:"≥",type:"boolean",group:"boolean"}),ne.register("lt",{name:"<",type:"boolean",group:"boolean"}),ne.register("lte",{name:"≤",type:"boolean",group:"boolean"}),ne.register("add",{name:"+",type:"number",group:"number"}),ne.register("minus",{name:"-",type:"number",group:"number"}),ne.register("multiple",{name:"*",type:"number",group:"number"}),ne.register("divide",{name:"/",type:"number",group:"number"}),ne.register("mod",{name:"%",type:"number",group:"number"}),ne.register("includes",{name:'{{t("contains")}}',type:"boolean",group:"string"}),ne.register("notIncludes",{name:'{{t("does not contain")}}',type:"boolean",group:"string"}),ne.register("startsWith",{name:'{{t("starts with")}}',type:"boolean",group:"string"}),ne.register("notStartsWith",{name:'{{t("not starts with")}}',type:"boolean",group:"string"}),ne.register("endsWith",{name:'{{t("ends with")}}',type:"boolean",group:"string"}),ne.register("notEndsWith",{name:'{{t("not ends with")}}',type:"boolean",group:"string"}),ne.register("concat",{name:`{{t("concat", { ns: "${m}" })}}`,type:"string",group:"string"});const Ta=[{value:"boolean",title:'{{t("Comparision")}}'},{value:"number",title:`{{t("Arithmetic calculation", { ns: "${m}" })}}`},{value:"string",title:`{{t("String operation", { ns: "${m}" })}}`},{value:"date",title:`{{t("Date", { ns: "${m}" })}}`}];function Jo(e){return Array.from(ne.getEntities()).filter(([t,o])=>o.group===e)}function Na({calculator:e,operands:t=[],onChange:o}){const n=s.useCompile(),i=le();return r.jsxs("fieldset",{className:s.css`
779
779
  display: flex;
780
780
  gap: 0.5em;
781
781
  align-items: center;
782
782
  flex-wrap: wrap;
783
- `,children:[r.jsx(s.Variable.Input,{value:t[0],onChange:i=>o({calculator:e,operands:[i,t[1]]}),scope:a,useTypedConstant:!0}),r.jsx(b.Select,{role:"button","aria-label":"select-operator-calc",value:e,onChange:i=>o({operands:t,calculator:i}),placeholder:N("Operator"),popupMatchSelectWidth:!1,className:"auto-width",children:Fi.filter(i=>!!Qo(i.value).length).map(i=>r.jsx(b.Select.OptGroup,{label:n(i.title),children:Qo(i.value).map(([l,{name:d}])=>r.jsx(b.Select.Option,{value:l,children:n(d)},l))},i.value))}),r.jsx(s.Variable.Input,{value:t[1],onChange:i=>o({calculator:e,operands:[t[0],i]}),scope:a,useTypedConstant:!0})]})}function Ni({value:e,onChange:t,onRemove:o}){if(!e)return null;const{calculator:n,operands:a=[]}=e;return r.jsxs("div",{className:s.css`
783
+ `,children:[r.jsx(s.Variable.Input,{value:t[0],onChange:a=>o({calculator:e,operands:[a,t[1]]}),scope:i,useTypedConstant:!0}),r.jsx(x.Select,{role:"button","aria-label":"select-operator-calc",value:e,onChange:a=>o({operands:t,calculator:a}),placeholder:F("Operator"),popupMatchSelectWidth:!1,className:"auto-width",children:Ta.filter(a=>!!Jo(a.value).length).map(a=>r.jsx(x.Select.OptGroup,{label:n(a.title),children:Jo(a.value).map(([l,{name:c}])=>r.jsx(x.Select.Option,{value:l,children:n(c)},l))},a.value))}),r.jsx(s.Variable.Input,{value:t[1],onChange:a=>o({calculator:e,operands:[t[0],a]}),scope:i,useTypedConstant:!0})]})}function Da({value:e,onChange:t,onRemove:o}){if(!e)return null;const{calculator:n,operands:i=[]}=e;return r.jsxs("div",{className:s.css`
784
784
  display: flex;
785
785
  position: relative;
786
786
  margin: 0.5em 0;
787
- `,children:[e.group?r.jsx(Zo,{value:e.group,onChange:i=>t(F(w({},e),{group:i}))}):r.jsx(Ti,{operands:a,calculator:n,onChange:t}),r.jsx(b.Button,{"aria-label":"icon-close",onClick:o,type:"link",icon:r.jsx(z.CloseCircleOutlined,{})})]})}function Zo({value:e,onChange:t}){const{t:o}=R.useTranslation(),{type:n="and",calculations:a=[]}=e;function i(){t(F(w({},e),{calculations:[...a,{not:!1,calculator:"equal"}]}))}function l(){t(F(w({},e),{calculations:[...a,{not:!1,group:{type:"and",calculations:[]}}]}))}function d(p){a.splice(p,1),t(F(w({},e),{calculations:[...a]}))}function c(p,u){a.splice(p,1,u),t(F(w({},e),{calculations:[...a]}))}return r.jsxs("div",{className:s.cx("node-type-condition-group",s.css`
787
+ `,children:[e.group?r.jsx(Yo,{value:e.group,onChange:a=>t(I(v({},e),{group:a}))}):r.jsx(Na,{operands:i,calculator:n,onChange:t}),r.jsx(x.Button,{"aria-label":"icon-close",onClick:o,type:"link",icon:r.jsx(j.CloseCircleOutlined,{})})]})}function Yo({value:e,onChange:t}){const{t:o}=X.useTranslation(),{type:n="and",calculations:i=[]}=e;function a(){t(I(v({},e),{calculations:[...i,{not:!1,calculator:"equal"}]}))}function l(){t(I(v({},e),{calculations:[...i,{not:!1,group:{type:"and",calculations:[]}}]}))}function c(p){i.splice(p,1),t(I(v({},e),{calculations:[...i]}))}function d(p,u){i.splice(p,1,u),t(I(v({},e),{calculations:[...i]}))}return r.jsxs("div",{className:s.cx("node-type-condition-group",s.css`
788
788
  position: relative;
789
789
  width: 100%;
790
790
  .node-type-condition-group {
@@ -803,14 +803,14 @@ export default async function (
803
803
  width: auto;
804
804
  min-width: 6em;
805
805
  }
806
- `,children:r.jsxs(R.Trans,{children:["Meet ",r.jsxs(b.Select,{role:"button","data-testid":"filter-select-all-or-any",value:n,onChange:p=>t(F(w({},e),{type:p})),children:[r.jsx(b.Select.Option,{value:"and",children:"All"}),r.jsx(b.Select.Option,{value:"or",children:"Any"})]})," conditions in the group"]})}),r.jsx("div",{className:"calculation-items",children:a.map((p,u)=>r.jsx(Ni,{value:p,onChange:c.bind(this,u),onRemove:()=>d(u)},`${p.calculator}_${u}`))}),r.jsxs("div",{className:s.css`
806
+ `,children:r.jsxs(X.Trans,{children:["Meet ",r.jsxs(x.Select,{role:"button","data-testid":"filter-select-all-or-any",value:n,onChange:p=>t(I(v({},e),{type:p})),children:[r.jsx(x.Select.Option,{value:"and",children:"All"}),r.jsx(x.Select.Option,{value:"or",children:"Any"})]})," conditions in the group"]})}),r.jsx("div",{className:"calculation-items",children:i.map((p,u)=>r.jsx(Da,{value:p,onChange:d.bind(this,u),onRemove:()=>c(u)},`${p.calculator}_${u}`))}),r.jsxs("div",{className:s.css`
807
807
  button {
808
808
  padding: 0;
809
809
  &:not(:last-child) {
810
810
  margin-right: 1em;
811
811
  }
812
812
  }
813
- `,children:[r.jsx(b.Button,{type:"link",onClick:i,children:o("Add condition")}),r.jsx(b.Button,{type:"link",onClick:l,children:o("Add condition group")})]})]})}function Di({value:e,onChange:t}){const o=e&&Object.keys(e).length?e:{group:{type:"and",calculations:[]}};return r.jsx(Zo,{value:o.group,onChange:n=>t(F(w({},o),{group:n}))})}class Oi extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Condition", { ns: "${m}" })}}`);f(this,"type","condition");f(this,"group","control");f(this,"icon","QuestionOutlined");f(this,"color","#1ab287");f(this,"description",`{{t('Based on boolean result of the calculation to determine whether to "continue" or "exit" the process, or continue on different branches of "yes" and "no".', { ns: "${m}" })}}`);f(this,"fieldset",{rejectOnFalse:{type:"boolean",title:`{{t("Mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{disabled:!0},enum:[{value:!0,label:`{{t('Continue when "Yes"', { ns: "${m}" })}}`},{value:!1,label:`{{t('Branch into "Yes" and "No"', { ns: "${m}" })}}`}]},engine:{type:"string",title:`{{t("Calculation engine", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:[["basic",{label:`{{t("Basic", { ns: "${m}" })}}`}],...Array.from(Qe.evaluators.getEntities()).filter(([o])=>["math.js","formula.js"].includes(o))].reduce((o,[n,a])=>o.concat(w({value:n},a)),[])},required:!0,default:"basic"},calculation:{type:"string",title:`{{t("Condition", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"CalculationConfig","x-reactions":{dependencies:["engine"],fulfill:{state:{visible:'{{$deps[0] === "basic"}}'}}},required:!0},expression:{type:"string",title:`{{t("Condition expression", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-validator"(o,n,{form:a}){const{values:i}=a,{evaluate:l}=Qe.evaluators.get(i.engine),d=o.trim().replace(/{{([^{}]+)}}/g," 1 ");try{return l(d),""}catch(c){return N("Expression syntax error")}},"x-reactions":{dependencies:["engine"],fulfill:{state:{visible:'{{$deps[0] !== "basic"}}'},schema:{description:"{{renderEngineReference($deps[0])}}"}}},required:!0}});f(this,"options",[{label:`{{t('Continue when "Yes"', { ns: "${m}" })}}`,key:"rejectOnFalse",value:{rejectOnFalse:!0}},{label:`{{t('Branch into "Yes" and "No"', { ns: "${m}" })}}`,key:"branch",value:{rejectOnFalse:!1}}]);f(this,"scope",{renderEngineReference:Yo,useWorkflowVariableOptions:ce});f(this,"components",{CalculationConfig:Di,WorkflowVariableTextArea:nt,RadioWithTooltip:Pe})}Component({data:o}){const{t:n}=R.useTranslation(),{nodes:a}=L(),{styles:i}=he(),{id:l,config:{rejectOnFalse:d}}=o,c=a.find(u=>u.upstreamId===l&&u.branchIndex===1),p=a.find(u=>u.upstreamId===l&&u.branchIndex===0);return r.jsx(rt,{data:o,children:d?null:r.jsxs("div",{className:i.nodeSubtreeClass,children:[r.jsxs("div",{className:i.branchBlockClass,children:[r.jsx(Be,{from:o,entry:c,branchIndex:1}),r.jsx(Be,{from:o,entry:p,branchIndex:0})]}),r.jsxs("div",{className:i.conditionClass,children:[r.jsx("span",{style:{right:"4em",display:"inline-block",padding:"0.5em",textAlign:"center",backgroundColor:"white",borderRadius:"50%",color:"black",fontSize:"1em",lineHeight:"1em"},children:n("Yes")}),r.jsx("span",{style:{left:"4em",display:"inline-block",padding:"0.5em",textAlign:"center",backgroundColor:"white",borderRadius:"50%",color:"black",fontSize:"1em",lineHeight:"1em"},children:n("No")})]})]})})}}function Pi(e){const{getCollectionFields:t}=s.useCollectionManager_deprecated(),{path:o}=A.useField(),n=o.segments[o.segments.length-1],{values:a}=A.useForm(),[i,l]=s.parseCollectionName(a==null?void 0:a.collection),d=t(l,i),{type:c}=d.find(g=>g.name===n),p=Array.isArray(e.value)?e.value.join(","):e.value;function u(g){const y=g.target.value.trim();e.onChange(["belongsTo","hasOne"].includes(c)?y:y.split(/[,\s]+/))}return r.jsx(b.Input,F(w({},e),{value:p,onChange:u}))}const Xo=A.observer(({value:e,disabled:t,onChange:o,filter:n})=>{const{token:a}=s.useToken(),{t:i}=R.useTranslation(),l=s.useCompile(),d=A.useForm(),{getCollectionFields:c}=s.useCollectionManager_deprecated(),p=ce(),{values:u}=d,[g,y]=s.parseCollectionName(u==null?void 0:u.collection),x=c(y,g).filter(I=>I.uiSchema),h=n?x.filter(n.bind(u)):x,C=v.useMemo(()=>h.filter(I=>!e||!(I.name in e)),[h,e]),k=t||d.disabled,T=v.useMemo(()=>({onClick:({key:I})=>{o(F(w({},e),{[I]:null}))},style:{maxHeight:300,overflowY:"auto"},items:C.map(I=>{var O,V;return{key:I.name,label:l((V=(O=I.uiSchema)==null?void 0:O.title)!=null?V:I.name)}})}),[o,C,e]);return r.jsx("fieldset",{className:s.css`
813
+ `,children:[r.jsx(x.Button,{type:"link",onClick:a,children:o("Add condition")}),r.jsx(x.Button,{type:"link",onClick:l,children:o("Add condition group")})]})]})}function Oa({value:e,onChange:t}){const o=e&&Object.keys(e).length?e:{group:{type:"and",calculations:[]}};return r.jsx(Yo,{value:o.group,onChange:n=>t(I(v({},o),{group:n}))})}class Pa extends Q{constructor(){super(...arguments),this.title=`{{t("Condition", { ns: "${m}" })}}`,this.type="condition",this.group="control",this.icon="QuestionOutlined",this.color="#1ab287",this.description=`{{t('Based on boolean result of the calculation to determine whether to "continue" or "exit" the process, or continue on different branches of "yes" and "no".', { ns: "${m}" })}}`,this.fieldset={rejectOnFalse:{type:"boolean",title:`{{t("Mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{disabled:!0},enum:[{value:!0,label:`{{t('Continue when "Yes"', { ns: "${m}" })}}`},{value:!1,label:`{{t('Branch into "Yes" and "No"', { ns: "${m}" })}}`}]},engine:{type:"string",title:`{{t("Calculation engine", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:[["basic",{label:`{{t("Basic", { ns: "${m}" })}}`}],...Array.from(Ye.evaluators.getEntities()).filter(([t])=>["math.js","formula.js"].includes(t))].reduce((t,[o,n])=>t.concat(v({value:o},n)),[])},required:!0,default:"basic"},calculation:{type:"string",title:`{{t("Condition", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"CalculationConfig","x-reactions":{dependencies:["engine"],fulfill:{state:{visible:'{{$deps[0] === "basic"}}'}}},required:!0},expression:{type:"string",title:`{{t("Condition expression", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-validator"(t,o,{form:n}){const{values:i}=n,{evaluate:a}=Ye.evaluators.get(i.engine),l=t.trim().replace(/{{([^{}]+)}}/g," 1 ");try{return a(l),""}catch(c){return F("Expression syntax error")}},"x-reactions":{dependencies:["engine"],fulfill:{state:{visible:'{{$deps[0] !== "basic"}}'},schema:{description:"{{renderEngineReference($deps[0])}}"}}},required:!0}},this.options=[{label:`{{t('Continue when "Yes"', { ns: "${m}" })}}`,key:"rejectOnFalse",value:{rejectOnFalse:!0}},{label:`{{t('Branch into "Yes" and "No"', { ns: "${m}" })}}`,key:"branch",value:{rejectOnFalse:!1}}],this.scope={renderEngineReference:Ho,useWorkflowVariableOptions:le},this.components={CalculationConfig:Oa,WorkflowVariableTextArea:ot,RadioWithTooltip:Oe}}Component({data:t}){const{t:o}=X.useTranslation(),{nodes:n}=q(),{styles:i}=ge(),{id:a,config:{rejectOnFalse:l}}=t,c=n.find(p=>p.upstreamId===a&&p.branchIndex===1),d=n.find(p=>p.upstreamId===a&&p.branchIndex===0);return r.jsx(nt,{data:t,children:l?null:r.jsxs("div",{className:i.nodeSubtreeClass,children:[r.jsxs("div",{className:i.branchBlockClass,children:[r.jsx($e,{from:t,entry:c,branchIndex:1}),r.jsx($e,{from:t,entry:d,branchIndex:0})]}),r.jsxs("div",{className:i.conditionClass,children:[r.jsx("span",{style:{right:"4em",display:"inline-block",padding:"0.5em",textAlign:"center",backgroundColor:"white",borderRadius:"50%",color:"black",fontSize:"1em",lineHeight:"1em"},children:o("Yes")}),r.jsx("span",{style:{left:"4em",display:"inline-block",padding:"0.5em",textAlign:"center",backgroundColor:"white",borderRadius:"50%",color:"black",fontSize:"1em",lineHeight:"1em"},children:o("No")})]})]})})}}function Ma(e){const{getCollectionFields:t}=s.useCollectionManager_deprecated(),{path:o}=S.useField(),n=o.segments[o.segments.length-1],{values:i}=S.useForm(),[a,l]=s.parseCollectionName(i==null?void 0:i.collection),c=t(l,a),{type:d}=c.find(f=>f.name===n),p=Array.isArray(e.value)?e.value.join(","):e.value;function u(f){const h=f.target.value.trim();e.onChange(["belongsTo","hasOne"].includes(d)?h:h.split(/[,\s]+/))}return r.jsx(x.Input,I(v({},e),{value:p,onChange:u}))}const Qo=S.observer(({value:e,disabled:t,onChange:o,filter:n})=>{const{token:i}=s.useToken(),{t:a}=X.useTranslation(),l=s.useCompile(),c=S.useForm(),{getCollectionFields:d}=s.useCollectionManager_deprecated(),p=le(),{values:u}=c,[f,h]=s.parseCollectionName(u==null?void 0:u.collection),g=d(h,f).filter(C=>C.uiSchema),y=n?g.filter(n.bind(u)):g,w=b.useMemo(()=>y.filter(C=>!e||!(C.name in e)),[y,e]),A=t||c.disabled,T=b.useMemo(()=>({onClick:({key:C})=>{o(I(v({},e),{[C]:null}))},style:{maxHeight:300,overflowY:"auto"},items:w.map(C=>{var D,$;return{key:C.name,label:l(($=(D=C.uiSchema)==null?void 0:D.title)!=null?$:C.name)}})}),[o,w,e]);return r.jsx("fieldset",{className:s.css`
814
814
  margin-top: 0.5em;
815
815
 
816
816
  > .ant-formily-item {
@@ -820,22 +820,22 @@ export default async function (
820
820
  line-height: 32px;
821
821
  }
822
822
  }
823
- `,children:h.length?r.jsxs(s.CollectionProvider_deprecated,{name:y,dataSource:g,children:[h.filter(I=>e&&I.name in e).map(I=>{var V,$;const O=["belongsTo","hasOne","hasMany","belongsToMany"].includes(I.type)?Pi:s.CollectionField;return r.jsxs(b.Form.Item,{label:l(($=(V=I.uiSchema)==null?void 0:V.title)!=null?$:I.name),labelAlign:"left",className:s.css`
823
+ `,children:y.length?r.jsxs(s.CollectionProvider_deprecated,{name:h,dataSource:f,children:[y.filter(C=>e&&C.name in e).map(C=>{var $,E;const D=["belongsTo","hasOne","hasMany","belongsToMany"].includes(C.type)?Ma:s.CollectionField;return r.jsxs(x.Form.Item,{label:l((E=($=C.uiSchema)==null?void 0:$.title)!=null?E:C.name),labelAlign:"left",className:s.css`
824
824
  .ant-form-item-control-input-content {
825
825
  display: flex;
826
826
  }
827
- `,children:[r.jsx(s.Variable.Input,{scope:p,value:e[I.name],changeOnSelect:!0,onChange:P=>{o(F(w({},e),{[I.name]:P}))},children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[I.name]:{"x-component":O,"x-validator"(){return""}}}}})}),k?null:r.jsx(b.Button,{"aria-label":"icon-close",type:"link",icon:r.jsx(z.CloseCircleOutlined,{}),onClick:()=>{var H;const M=e,{[H=I.name]:P}=M,j=G(M,[Ln(H)]);o(j)}})]},I.name)}),C.length?r.jsx(b.Dropdown,{menu:T,children:r.jsx(b.Button,{icon:r.jsx(z.PlusOutlined,{}),children:i("Add field")})}):null]}):r.jsx("p",{style:{color:a.colorText},children:N("Please select collection first")})})},{displayName:"CollectionFieldSet"}),we={type:"string",title:'{{t("Collection")}}',required:!0,"x-reactions":[],"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader"},Ro={type:"object",title:'{{t("Fields values")}}',description:`{{t("Unassigned fields will be set to default values, and those without default values will be set to null.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{labelAlign:"left",className:s.css`
827
+ `,children:[r.jsx(s.Variable.Input,{scope:p,value:e[C.name],changeOnSelect:!0,onChange:P=>{o(I(v({},e),{[C.name]:P}))},children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[C.name]:{"x-component":D,"x-validator"(){return""}}}}})}),A?null:r.jsx(x.Button,{"aria-label":"icon-close",type:"link",icon:r.jsx(j.CloseCircleOutlined,{}),onClick:()=>{var _;const z=e,{[_=C.name]:P}=z,B=K(z,[jn(_)]);o(B)}})]},C.name)}),w.length?r.jsx(x.Dropdown,{menu:T,children:r.jsx(x.Button,{icon:r.jsx(j.PlusOutlined,{}),children:a("Add field")})}):null]}):r.jsx("p",{style:{color:i.colorText},children:F("Please select collection first")})})},{displayName:"CollectionFieldSet"}),ve={type:"string",title:'{{t("Collection")}}',required:!0,"x-reactions":[],"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader"},Zo={type:"object",title:'{{t("Fields values")}}',description:`{{t("Unassigned fields will be set to default values, and those without default values will be set to null.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-decorator-props":{labelAlign:"left",className:s.css`
828
828
  flex-direction: column;
829
- `},"x-component":"CollectionFieldset"},Ct={type:"object",title:'{{t("Filter")}}',"x-decorator":"FormItem","x-component":"Filter","x-use-component-props":()=>{const{values:e}=A.useForm(),[t,o]=s.parseCollectionName(e==null?void 0:e.collection);return{options:s.useCollectionFilterOptions(o,t),className:s.css`
829
+ `},"x-component":"CollectionFieldset"},wt={type:"object",title:'{{t("Filter")}}',"x-decorator":"FormItem","x-component":"Filter","x-use-component-props":()=>{const{values:e}=S.useForm(),[t,o]=s.parseCollectionName(e==null?void 0:e.collection);return{options:s.useCollectionFilterOptions(o,t),className:s.css`
830
830
  position: relative;
831
831
  width: 100%;
832
- `}},"x-component-props":{dynamicComponent:"FilterDynamicComponent"}},Ei={type:"array",title:'{{t("Sort")}}',"x-decorator":"FormItem","x-component":"ArrayItems",items:{type:"object",properties:{space:{type:"void","x-component":"Space",properties:{sort:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.SortHandle"},field:{type:"string",enum:"{{useSortableFields()}}",required:!0,"x-decorator":"FormItem","x-component":"Select","x-component-props":{style:{width:260}}},direction:{type:"string","x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{optionType:"button"},enum:[{label:'{{t("ASC")}}',value:"asc"},{label:'{{t("DESC")}}',value:"desc"}]},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}}}},properties:{add:{type:"void",title:'{{t("Add sort field")}}',"x-component":"ArrayItems.Addition"}}},Mi={type:"void",properties:{paginate:{type:"boolean",title:D("Pagination"),"x-decorator":"FormItem","x-component":"Checkbox","x-content":D("Custom pagination(page number and count cannot be empty)"),default:!1},pagination:{type:"void","x-decorator":"FormItem","x-component":"Grid","x-reactions":[{dependencies:[".paginate"],fulfill:{state:{hidden:"{{ !$deps[0] }}"}}}],properties:{row:{type:"void","x-component":"Grid.Row",properties:{page:{type:"void","x-component":"Grid.Col",properties:{page:{type:"number",title:'{{t("Page number")}}',"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:["number","null"]},default:1}}},pageSize:{type:"void","x-component":"Grid.Col",properties:{pageSize:{type:"number",title:'{{t("Page size")}}',"x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{min:1,max:100},default:20}}}}}}}}},st={type:"array",title:`{{t("Preload associations", { ns: "${m}" })}}`,description:`{{t("Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"AppendsTreeSelect","x-component-props":{title:"Preload associations",multiple:!0,useCollection(){const{values:e}=A.useForm();return e==null?void 0:e.collection}},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]};class $i extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Create record", { ns: "${m}" })}}`);f(this,"type","create");f(this,"group","collection");f(this,"icon","FileAddOutlined");f(this,"color","#07fa0f");f(this,"description",`{{t("Add new record to a collection. You can use variables from upstream nodes to assign values to fields.", { ns: "${m}" })}}`);f(this,"fieldset",{collection:F(w({},we),{"x-reactions":[...we["x-reactions"],{target:"params",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{values:Ro,appends:st}}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{CollectionFieldset:Xo})}useVariables({key:o,title:n,config:a},i){var p,u;const l=s.useCompile(),{getCollectionFields:d}=s.useCollectionManager_deprecated(),[c]=me(F(w({appends:[o,...((u=(p=a.params)==null?void 0:p.appends)==null?void 0:u.map(g=>`${o}.${g}`))||[]]},i),{fields:[{collectionName:a.collection,name:o,type:"hasOne",target:a.collection,uiSchema:{title:n}}],compile:l,getCollectionFields:d}));return c}useInitializers(o){var n,a;return o.config.collection?{name:(n=o.title)!=null?n:`#${o.id}`,type:"item",title:(a=o.title)!=null?a:`#${o.id}`,Component:Ne,collection:o.config.collection,dataPath:`$jobsMapByNodeKey.${o.key}`}:null}}class Bi extends Q{constructor(){super(...arguments);f(this,"title",'{{t("Delete record")}}');f(this,"type","destroy");f(this,"group","collection");f(this,"icon","ClockCircleOutlined");f(this,"color","#fa0b07");f(this,"description",`{{t("Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.", { ns: "${m}" })}}`);f(this,"fieldset",{collection:F(w({},we),{"x-reactions":[...we["x-reactions"],{target:"params",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"params",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{filter:F(w({},Ct),{"x-validator"(o){return yt(o)?"":N("Please add at least one condition")}})}}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{FilterDynamicComponent:Oe})}}class Vi extends Q{constructor(){super(...arguments);f(this,"title",`{{t("End process", { ns: "${m}" })}}`);f(this,"type","end");f(this,"group","control");f(this,"icon","LogoutOutlined");f(this,"color","#2659a1");f(this,"description",`{{t("End the process immediately, with set status.", { ns: "${m}" })}}`);f(this,"fieldset",{endStatus:{type:"number",title:`{{t("End status", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Succeeded", { ns: "${m}" })}}`,value:xe.RESOLVED},{label:`{{t("Failed", { ns: "${m}" })}}`,value:xe.FAILED}],required:!0,default:xe.RESOLVED}});f(this,"end",!0)}}class ji extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Query record", { ns: "${m}" })}}`);f(this,"type","query");f(this,"group","collection");f(this,"icon","FileSearchOutlined");f(this,"color","#55e2d1");f(this,"description",`{{t("Query records from a collection. You can use variables from upstream nodes as query conditions.", { ns: "${m}" })}}`);f(this,"fieldset",{collection:F(w({},we),{"x-reactions":[...we["x-reactions"],{target:"params",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),multiple:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":`{{t("Allow multiple records as result", { ns: "${m}" })}}`,description:`{{t("If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.", { ns: "${m}" })}}`},isTree:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":`{{t("Allow query for tree data", { ns: "${m}" })}}`},params:{type:"object","x-component":"fieldset",properties:{filter:Ct,sort:Ei,pagination:Mi,appends:st},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{$deps[0] != null}}"}}}]},failOnEmpty:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":`{{t("Exit when query result is null", { ns: "${m}" })}}`}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource,useSortableFields(){const o=s.useCompile(),{getCollectionFields:n,getInterface:a}=s.useCollectionManager_deprecated(),{values:i}=A.useForm();return n(i.collection).filter(d=>{if(!d.interface)return!1;const c=a(d.interface);return!!(c!=null&&c.sortable)}).map(d=>{var c,p;return{value:d.name,label:(c=d==null?void 0:d.uiSchema)!=null&&c.title?o((p=d==null?void 0:d.uiSchema)==null?void 0:p.title):d.name}})}});f(this,"components",{ArrayItems:ve.ArrayItems,FilterDynamicComponent:Oe,SchemaComponentContext:s.SchemaComponentContext,WorkflowVariableInput:Se})}useVariables({key:o,title:n,config:a},i){var p,u;const l=s.useCompile(),{getCollectionFields:d}=s.useCollectionManager_deprecated(),[c]=me(F(w({appends:[o,...((u=(p=a.params)==null?void 0:p.appends)==null?void 0:u.map(g=>`${o}.${g}`))||[]]},i),{fields:[{collectionName:a.collection,name:o,type:"hasOne",target:a.collection,uiSchema:{title:n}}],compile:l,getCollectionFields:d}));return c}useInitializers(o){var n,a;return!o.config.collection||o.config.multiple?null:{name:(n=o.title)!=null?n:`#${o.id}`,type:"item",title:(a=o.title)!=null?a:`#${o.id}`,Component:Ne,collection:o.config.collection,dataPath:`$jobsMapByNodeKey.${o.key}`}}}function Wi(o){var n=o,{onChange:e}=n,t=G(n,["onChange"]);const{getCollectionFields:a}=s.useCollectionManager_deprecated(),i=A.useForm(),{collection:l}=i.values,d=a(l),c=A.useField();function p({target:u}){const g=c.query(".values").take();if(!g)return;const y=d.reduce((x,h)=>(h.name in g.value&&(u.value||![].includes(h.type))&&(x[h.name]=g.value[h.name]),x),{});i.setValuesIn("params.values",y),e(u.value)}return r.jsx(Pe,F(w({},t),{onChange:p}))}class zi extends Q{constructor(){super(...arguments);f(this,"title",`{{t("Update record", { ns: "${m}" })}}`);f(this,"type","update");f(this,"group","collection");f(this,"icon","SignatureOutlined");f(this,"color","#f4952f");f(this,"description",`{{t("Update records of a collection. You can use variables from upstream nodes as query conditions and field values.", { ns: "${m}" })}}`);f(this,"fieldset",{collection:F(w({},we),{"x-reactions":[...we["x-reactions"],{target:"params",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"params.filter",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}},{target:"params.values",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{individualHooks:{type:"boolean",title:`{{t("Update mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"IndividualHooksRadioWithTooltip","x-component-props":{options:[{label:`{{t("Update in a batch", { ns: "${m}" })}}`,value:!1,tooltip:`{{t("Update all eligible data at one time, which has better performance when the amount of data is large. But the updated data will not trigger other workflows, and will not record audit logs.", { ns: "${m}" })}}`},{label:`{{t("Update one by one", { ns: "${m}" })}}`,value:!0,tooltip:`{{t("The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.", { ns: "${m}" })}}`}]},default:!1},filter:F(w({},Ct),{title:`{{t("Only update records matching conditions", { ns: "${m}" })}}`,"x-validator"(o){return yt(o)?"":N("Please add at least one condition")}}),values:F(w({},Ro),{"x-component-props":{filter(o){var n;return((n=this.params)==null?void 0:n.individualHooks)||![].includes(o.type)}}})}}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{FilterDynamicComponent:Oe,CollectionFieldset:Xo,IndividualHooksRadioWithTooltip:Wi})}}const Li=new s.SchemaSettings({name:"actionSettings:submitToWorkflow",items:[{name:"editButton",Component:s.ButtonEditor,useComponentProps(){const{buttonEditorProps:e}=s.useSchemaToolbar();return e}},{name:"secondConfirmation",Component:s.SecondConFirm},{name:"assignFieldValues",Component:s.AssignedFieldValues},{name:"skipRequiredValidation",Component:s.SkipValidation},{name:"afterSuccessfulSubmission",Component:s.AfterSuccess,useVisible(){var t;const e=A.useFieldSchema();return A.isValid((t=e==null?void 0:e["x-action-settings"])==null?void 0:t.onSuccess)}},{name:"bindWorkflow",Component:s.WorkflowConfig},{name:"delete",sort:100,Component:s.RemoveButton,useComponentProps(){const{removeButtonProps:e}=s.useSchemaToolbar();return e}}]}),je={CREATED:1,UPDATED:2,SAVED:3,DELETED:4},qi=[{label:`{{t("After record added", { ns: "${m}" })}}`,value:je.CREATED},{label:`{{t("After record updated", { ns: "${m}" })}}`,value:je.UPDATED},{label:`{{t("After record added or updated", { ns: "${m}" })}}`,value:je.SAVED},{label:`{{t("After record deleted", { ns: "${m}" })}}`,value:je.DELETED}];class Ui extends Ze{constructor(){super(...arguments);f(this,"title",`{{t("Collection event", { ns: "${m}" })}}`);f(this,"description",`{{t("Event will be triggered on collection data row created, updated or deleted.", { ns: "${m}" })}}`);f(this,"fieldset",{collection:F(w({},we),{"x-disabled":"{{ useWorkflowAnyExecuted() }}","x-component-props":{dataSourceFilter(o){return o.options.key==="main"||o.options.isDBInstance}},"x-reactions":[...we["x-reactions"],{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{target:"blacklist",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{target:"condition",effects:["onFieldValueChange"],fulfill:{state:{value:null}}},{target:"appends",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}}]}),mode:{type:"number",title:`{{t("Trigger on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select","x-component-props":{popupMatchSelectWidth:!1,placeholder:`{{t("Trigger on", { ns: "${m}" })}}`,className:"auto-width"},enum:qi,required:!0,"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]},blacklist:{type:"array",title:`{{t("Changed fields - blacklist", { ns: "${m}" })}}`,description:`{{t("Triggered only if none of the selected fields changes. When record is added or deleted, this field has no effect.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"FieldsSelect","x-component-props":{mode:"multiple",placeholder:'{{t("Select field")}}',filter(o){return!o.hidden&&(o.uiSchema?!o.uiSchema["x-read-pretty"]:!0)&&!["linkTo","hasOne","hasMany","belongsToMany"].includes(o.type)}},"x-reactions":[{dependencies:["collection","mode"],fulfill:{state:{visible:`{{!!$deps[0] && ($deps[1] & ${je.UPDATED})}}`}}}]},changed:{type:"array",title:`{{t("Changed fields", { ns: "${m}" })}}`,description:`{{t("Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"FieldsSelect","x-component-props":{mode:"multiple",placeholder:'{{t("Select field")}}',filter(o){return!o.hidden&&(o.uiSchema?!o.uiSchema["x-read-pretty"]:!0)&&!["linkTo","hasOne","hasMany","belongsToMany"].includes(o.type)}},"x-reactions":[{dependencies:["collection","mode"],fulfill:{state:{visible:`{{!!$deps[0] && ($deps[1] & ${je.UPDATED})}}`}}}]},condition:F(w({},Ct),{title:`{{t("Only triggers when match conditions", { ns: "${m}" })}}`,"x-component-props":{},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}),appends:F(w({},st),{"x-reactions":[...st["x-reactions"],{dependencies:["mode"],fulfill:{state:{visible:`{{!($deps[0] & ${je.DELETED})}}`}}}]})});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource,useWorkflowAnyExecuted:Po});f(this,"components",{FieldsSelect:tt})}useVariables(o,n){var c;const a=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),l=[{collectionName:o.collection,name:"data",type:"hasOne",target:o.collection,uiSchema:{title:N("Trigger data")}}];return me(F(w({appends:["data",...((c=o.appends)==null?void 0:c.map(p=>`data.${p}`))||[]]},n),{fields:l,compile:a,getCollectionFields:i}))}useInitializers(o){return o.collection?{name:"triggerData",type:"item",key:"triggerData",title:`{{t("Trigger data", { ns: "${m}" })}}`,Component:Ne,collection:o.collection,dataPath:"$context.data"}:null}}const We={STATIC:0,DATE_FIELD:1};function Ki(e){return!e.hidden&&(e.uiSchema?e.type==="date":!1)}function en({value:e,onChange:t}){const o=e!=null?e:{},{t:n}=R.useTranslation(),[a,i]=v.useState(o.offset?o.offset/Math.abs(o.offset):0);return r.jsxs("fieldset",{className:s.css`
832
+ `}},"x-component-props":{dynamicComponent:"FilterDynamicComponent"}},Ea={type:"array",title:'{{t("Sort")}}',"x-decorator":"FormItem","x-component":"ArrayItems",items:{type:"object",properties:{space:{type:"void","x-component":"Space",properties:{sort:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.SortHandle"},field:{type:"string",enum:"{{useSortableFields()}}",required:!0,"x-decorator":"FormItem","x-component":"Select","x-component-props":{style:{width:260}}},direction:{type:"string","x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{optionType:"button"},enum:[{label:'{{t("ASC")}}',value:"asc"},{label:'{{t("DESC")}}',value:"desc"}]},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}}}},properties:{add:{type:"void",title:'{{t("Add sort field")}}',"x-component":"ArrayItems.Addition"}}},$a={type:"void",properties:{paginate:{type:"boolean",title:N("Pagination"),"x-decorator":"FormItem","x-component":"Checkbox","x-content":N("Custom pagination(page number and count cannot be empty)"),default:!1},pagination:{type:"void","x-decorator":"FormItem","x-component":"Grid","x-reactions":[{dependencies:[".paginate"],fulfill:{state:{hidden:"{{ !$deps[0] }}"}}}],properties:{row:{type:"void","x-component":"Grid.Row",properties:{page:{type:"void","x-component":"Grid.Col",properties:{page:{type:"number",title:'{{t("Page number")}}',"x-decorator":"FormItem","x-component":"WorkflowVariableInput","x-component-props":{useTypedConstant:["number","null"]},default:1}}},pageSize:{type:"void","x-component":"Grid.Col",properties:{pageSize:{type:"number",title:'{{t("Page size")}}',"x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{min:1,max:100},default:20}}}}}}}}},rt={type:"array",title:`{{t("Preload associations", { ns: "${m}" })}}`,description:`{{t("Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"AppendsTreeSelect","x-component-props":{title:"Preload associations",multiple:!0,useCollection(){const{values:e}=S.useForm();return e==null?void 0:e.collection}},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]};class Ba extends Q{constructor(){super(...arguments),this.title=`{{t("Create record", { ns: "${m}" })}}`,this.type="create",this.group="collection",this.icon="FileAddOutlined",this.color="#07fa0f",this.description=`{{t("Add new record to a collection. You can use variables from upstream nodes to assign values to fields.", { ns: "${m}" })}}`,this.fieldset={collection:I(v({},ve),{"x-reactions":[...ve["x-reactions"],{target:"params",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{values:Zo,appends:rt}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={CollectionFieldset:Qo}}useVariables({key:t,title:o,config:n},i){var d,p;const a=s.useCompile(),{getCollectionFields:l}=s.useCollectionManager_deprecated(),[c]=ue(I(v({appends:[t,...((p=(d=n.params)==null?void 0:d.appends)==null?void 0:p.map(u=>`${t}.${u}`))||[]]},i),{fields:[{collectionName:n.collection,name:t,type:"hasOne",target:n.collection,uiSchema:{title:o}}],compile:a,getCollectionFields:l}));return c}useInitializers(t){var o,n;return t.config.collection?{name:(o=t.title)!=null?o:`#${t.id}`,type:"item",title:(n=t.title)!=null?n:`#${t.id}`,Component:Te,collection:t.config.collection,dataPath:`$jobsMapByNodeKey.${t.key}`}:null}}class Va extends Q{constructor(){super(...arguments),this.title='{{t("Delete record")}}',this.type="destroy",this.group="collection",this.icon="ClockCircleOutlined",this.color="#fa0b07",this.description=`{{t("Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.", { ns: "${m}" })}}`,this.fieldset={collection:I(v({},ve),{"x-reactions":[...ve["x-reactions"],{target:"params",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"params",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{filter:I(v({},wt),{"x-validator"(t){return ht(t)?"":F("Please add at least one condition")}})}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={FilterDynamicComponent:De}}}class Wa extends Q{constructor(){super(...arguments),this.title=`{{t("End process", { ns: "${m}" })}}`,this.type="end",this.group="control",this.icon="LogoutOutlined",this.color="#2659a1",this.description=`{{t("End the process immediately, with set status.", { ns: "${m}" })}}`,this.fieldset={endStatus:{type:"number",title:`{{t("End status", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Succeeded", { ns: "${m}" })}}`,value:ye.RESOLVED},{label:`{{t("Failed", { ns: "${m}" })}}`,value:ye.FAILED}],required:!0,default:ye.RESOLVED}},this.end=!0}}class ja extends Q{constructor(){super(...arguments),this.title=`{{t("Query record", { ns: "${m}" })}}`,this.type="query",this.group="collection",this.icon="FileSearchOutlined",this.color="#55e2d1",this.description=`{{t("Query records from a collection. You can use variables from upstream nodes as query conditions.", { ns: "${m}" })}}`,this.fieldset={collection:I(v({},ve),{"x-reactions":[...ve["x-reactions"],{target:"params",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),multiple:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":`{{t("Allow multiple records as result", { ns: "${m}" })}}`,description:`{{t("If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.", { ns: "${m}" })}}`},isTree:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":`{{t("Allow query for tree data", { ns: "${m}" })}}`},params:{type:"object","x-component":"fieldset",properties:{filter:wt,sort:Ea,pagination:$a,appends:rt},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{$deps[0] != null}}"}}}]},failOnEmpty:{type:"boolean","x-decorator":"FormItem","x-component":"Checkbox","x-content":`{{t("Exit when query result is null", { ns: "${m}" })}}`}},this.scope={useCollectionDataSource:s.useCollectionDataSource,useSortableFields(){const t=s.useCompile(),{getCollectionFields:o,getInterface:n}=s.useCollectionManager_deprecated(),{values:i}=S.useForm();return o(i.collection).filter(l=>{if(!l.interface)return!1;const c=n(l.interface);return!!(c!=null&&c.sortable)}).map(l=>{var c,d;return{value:l.name,label:(c=l==null?void 0:l.uiSchema)!=null&&c.title?t((d=l==null?void 0:l.uiSchema)==null?void 0:d.title):l.name}})}},this.components={ArrayItems:be.ArrayItems,FilterDynamicComponent:De,SchemaComponentContext:s.SchemaComponentContext,WorkflowVariableInput:ke}}useVariables({key:t,title:o,config:n},i){var d,p;const a=s.useCompile(),{getCollectionFields:l}=s.useCollectionManager_deprecated(),[c]=ue(I(v({appends:[t,...((p=(d=n.params)==null?void 0:d.appends)==null?void 0:p.map(u=>`${t}.${u}`))||[]]},i),{fields:[{collectionName:n.collection,name:t,type:"hasOne",target:n.collection,uiSchema:{title:o}}],compile:a,getCollectionFields:l}));return c}useInitializers(t){var o,n;return!t.config.collection||t.config.multiple?null:{name:(o=t.title)!=null?o:`#${t.id}`,type:"item",title:(n=t.title)!=null?n:`#${t.id}`,Component:Te,collection:t.config.collection,dataPath:`$jobsMapByNodeKey.${t.key}`}}}function za(o){var n=o,{onChange:e}=n,t=K(n,["onChange"]);const{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=S.useForm(),{collection:l}=a.values,c=i(l),d=S.useField();function p({target:u}){const f=d.query(".values").take();if(!f)return;const h=c.reduce((g,y)=>(y.name in f.value&&(u.value||![].includes(y.type))&&(g[y.name]=f.value[y.name]),g),{});a.setValuesIn("params.values",h),e(u.value)}return r.jsx(Oe,I(v({},t),{onChange:p}))}class La extends Q{constructor(){super(...arguments),this.title=`{{t("Update record", { ns: "${m}" })}}`,this.type="update",this.group="collection",this.icon="SignatureOutlined",this.color="#f4952f",this.description=`{{t("Update records of a collection. You can use variables from upstream nodes as query conditions and field values.", { ns: "${m}" })}}`,this.fieldset={collection:I(v({},ve),{"x-reactions":[...ve["x-reactions"],{target:"params",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"params.filter",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}},{target:"params.values",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{individualHooks:{type:"boolean",title:`{{t("Update mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"IndividualHooksRadioWithTooltip","x-component-props":{options:[{label:`{{t("Update in a batch", { ns: "${m}" })}}`,value:!1,tooltip:`{{t("Update all eligible data at one time, which has better performance when the amount of data is large. But the updated data will not trigger other workflows, and will not record audit logs.", { ns: "${m}" })}}`},{label:`{{t("Update one by one", { ns: "${m}" })}}`,value:!0,tooltip:`{{t("The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.", { ns: "${m}" })}}`}]},default:!1},filter:I(v({},wt),{title:`{{t("Only update records matching conditions", { ns: "${m}" })}}`,"x-validator"(t){return ht(t)?"":F("Please add at least one condition")}}),values:I(v({},Zo),{"x-component-props":{filter(t){var o;return((o=this.params)==null?void 0:o.individualHooks)||![].includes(t.type)}}})}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={FilterDynamicComponent:De,CollectionFieldset:Qo,IndividualHooksRadioWithTooltip:za}}}const qa=new s.SchemaSettings({name:"actionSettings:submitToWorkflow",items:[{name:"editButton",Component:s.ButtonEditor,useComponentProps(){const{buttonEditorProps:e}=s.useSchemaToolbar();return e}},{name:"secondConfirmation",Component:s.SecondConFirm},{name:"assignFieldValues",Component:s.AssignedFieldValues},{name:"skipRequiredValidation",Component:s.SkipValidation},{name:"afterSuccessfulSubmission",Component:s.AfterSuccess,useVisible(){var t;const e=S.useFieldSchema();return S.isValid((t=e==null?void 0:e["x-action-settings"])==null?void 0:t.onSuccess)}},{name:"bindWorkflow",Component:s.WorkflowConfig},{name:"delete",sort:100,Component:s.RemoveButton,useComponentProps(){const{removeButtonProps:e}=s.useSchemaToolbar();return e}}]}),Ve={CREATED:1,UPDATED:2,SAVED:3,DELETED:4},Ua=[{label:`{{t("After record added", { ns: "${m}" })}}`,value:Ve.CREATED},{label:`{{t("After record updated", { ns: "${m}" })}}`,value:Ve.UPDATED},{label:`{{t("After record added or updated", { ns: "${m}" })}}`,value:Ve.SAVED},{label:`{{t("After record deleted", { ns: "${m}" })}}`,value:Ve.DELETED}];class Ka extends Qe{constructor(){super(...arguments),this.title=`{{t("Collection event", { ns: "${m}" })}}`,this.description=`{{t("Event will be triggered on collection data row created, updated or deleted.", { ns: "${m}" })}}`,this.fieldset={collection:I(v({},ve),{"x-disabled":"{{ useWorkflowAnyExecuted() }}","x-component-props":{dataSourceFilter(t){return t.options.key==="main"||t.options.isDBInstance}},"x-reactions":[...ve["x-reactions"],{target:"changed",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{target:"blacklist",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}},{target:"condition",effects:["onFieldValueChange"],fulfill:{state:{value:null}}},{target:"appends",effects:["onFieldValueChange"],fulfill:{state:{value:[]}}}]}),mode:{type:"number",title:`{{t("Trigger on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Select","x-component-props":{popupMatchSelectWidth:!1,placeholder:`{{t("Trigger on", { ns: "${m}" })}}`,className:"auto-width"},enum:Ua,required:!0,"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]},blacklist:{type:"array",title:`{{t("Changed fields - blacklist", { ns: "${m}" })}}`,description:`{{t("Triggered only if none of the selected fields changes. When record is added or deleted, this field has no effect.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"FieldsSelect","x-component-props":{mode:"multiple",placeholder:'{{t("Select field")}}',filter(t){return!t.hidden&&(t.uiSchema?!t.uiSchema["x-read-pretty"]:!0)&&!["linkTo","hasOne","hasMany","belongsToMany"].includes(t.type)}},"x-reactions":[{dependencies:["collection","mode"],fulfill:{state:{visible:`{{!!$deps[0] && ($deps[1] & ${Ve.UPDATED})}}`}}}]},changed:{type:"array",title:`{{t("Changed fields", { ns: "${m}" })}}`,description:`{{t("Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"FieldsSelect","x-component-props":{mode:"multiple",placeholder:'{{t("Select field")}}',filter(t){return!t.hidden&&(t.uiSchema?!t.uiSchema["x-read-pretty"]:!0)&&!["linkTo","hasOne","hasMany","belongsToMany"].includes(t.type)}},"x-reactions":[{dependencies:["collection","mode"],fulfill:{state:{visible:`{{!!$deps[0] && ($deps[1] & ${Ve.UPDATED})}}`}}}]},condition:I(v({},wt),{title:`{{t("Only triggers when match conditions", { ns: "${m}" })}}`,"x-component-props":{},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}),appends:I(v({},rt),{"x-reactions":[...rt["x-reactions"],{dependencies:["mode"],fulfill:{state:{visible:`{{!($deps[0] & ${Ve.DELETED})}}`}}}]})},this.scope={useCollectionDataSource:s.useCollectionDataSource,useWorkflowAnyExecuted:Do},this.components={FieldsSelect:et}}useVariables(t,o){var c;const n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=[{collectionName:t.collection,name:"data",type:"hasOne",target:t.collection,uiSchema:{title:F("Trigger data")}}];return ue(I(v({appends:["data",...((c=t.appends)==null?void 0:c.map(d=>`data.${d}`))||[]]},o),{fields:a,compile:n,getCollectionFields:i}))}useInitializers(t){return t.collection?{name:"triggerData",type:"item",key:"triggerData",title:`{{t("Trigger data", { ns: "${m}" })}}`,Component:Te,collection:t.collection,dataPath:"$context.data"}:null}}const We={STATIC:0,DATE_FIELD:1};function _a(e){return!e.hidden&&(e.uiSchema?e.type==="date":!1)}function Xo({value:e,onChange:t}){const o=e!=null?e:{},{t:n}=X.useTranslation(),[i,a]=b.useState(o.offset?o.offset/Math.abs(o.offset):0);return r.jsxs("fieldset",{className:s.css`
833
833
  display: flex;
834
834
  gap: 0.5em;
835
- `,children:[r.jsx(tt,{value:o.field,onChange:l=>t(F(w({},o),{field:l})),filter:Ki,placeholder:n("Select field"),className:"auto-width"}),o.field?r.jsx(b.Select,{value:a,onChange:l=>{i(l),t(F(w({},o),{offset:Math.abs(o.offset)*l}))},options:[{value:0,label:N("Exactly at")},{value:-1,label:n("Before")},{value:1,label:n("After")}],className:"auto-width"}):null,a?r.jsxs(r.Fragment,{children:[r.jsx(b.InputNumber,{value:Math.abs(o.offset),onChange:l=>t(F(w({},o),{offset:(l!=null?l:0)*a}))}),r.jsx(b.Select,{value:o.unit||864e5,onChange:l=>t(F(w({},o),{unit:l})),options:[{value:864e5,label:N("Days")},{value:36e5,label:N("Hours")},{value:6e4,label:N("Minutes")},{value:1e3,label:N("Seconds")}],className:"auto-width"})]}):null]})}function Gi({value:e,onChange:t}){const{t:o}=ke(),n=e!=null?typeof e=="object"&&!(e instanceof Date)?"field":"date":null;return r.jsxs("fieldset",{className:s.css`
835
+ `,children:[r.jsx(et,{value:o.field,onChange:l=>t(I(v({},o),{field:l})),filter:_a,placeholder:n("Select field"),className:"auto-width"}),o.field?r.jsx(x.Select,{value:i,onChange:l=>{a(l),t(I(v({},o),{offset:Math.abs(o.offset)*l}))},options:[{value:0,label:F("Exactly at")},{value:-1,label:n("Before")},{value:1,label:n("After")}],className:"auto-width"}):null,i?r.jsxs(r.Fragment,{children:[r.jsx(x.InputNumber,{value:Math.abs(o.offset),onChange:l=>t(I(v({},o),{offset:(l!=null?l:0)*i}))}),r.jsx(x.Select,{value:o.unit||864e5,onChange:l=>t(I(v({},o),{unit:l})),options:[{value:864e5,label:F("Days")},{value:36e5,label:F("Hours")},{value:6e4,label:F("Minutes")},{value:1e3,label:F("Seconds")}],className:"auto-width"})]}):null]})}function Ga({value:e,onChange:t}){const{t:o}=Ce(),n=e!=null?typeof e=="object"&&!(e instanceof Date)?"field":"date":null;return r.jsxs("fieldset",{className:s.css`
836
836
  display: flex;
837
837
  gap: 0.5em;
838
- `,children:[r.jsxs(b.Select,{value:n,onChange:a=>{t(a?a==="field"?{}:new Date:null)},className:"auto-width",children:[r.jsx(b.Select.Option,{value:null,children:o("No end")}),r.jsx(b.Select.Option,{value:"field",children:o("By field")}),r.jsx(b.Select.Option,{value:"date",children:o("By custom date")})]}),n==="field"?r.jsx(en,{value:e,onChange:t}):null,n==="date"?r.jsx(b.DatePicker,{showTime:!0,value:B.dayjs(e),onChange:a=>{t(a?a.toDate():null)}}):null]})}var de=function(){return de=Object.assign||function(e){for(var t,o=1,n=arguments.length;o<n;o++)for(var a in t=arguments[o])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e},de.apply(this,arguments)};function tn(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var a=0;for(n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(o[n[a]]=e[n[a]])}return o}function kt(e,t,o){if(o||arguments.length===2)for(var n,a=0,i=t.length;a<i;a++)!n&&a in t||(n||(n=Array.prototype.slice.call(t,0,a)),n[a]=t[a]);return e.concat(n||Array.prototype.slice.call(t))}var _i=[{name:"@yearly",value:"0 0 1 1 *"},{name:"@annually",value:"0 0 1 1 *"},{name:"@monthly",value:"0 0 1 * *"},{name:"@weekly",value:"0 0 * * 0"},{name:"@daily",value:"0 0 * * *"},{name:"@midnight",value:"0 0 * * *"},{name:"@hourly",value:"0 * * * *"}],ze=[{type:"minutes",min:0,max:59,total:60},{type:"hours",min:0,max:23,total:24},{type:"month-days",min:1,max:31,total:31},{type:"months",min:1,max:12,total:12,alt:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]},{type:"week-days",min:0,max:6,total:7,alt:["SUN","MON","TUE","WED","THU","FRI","SAT"]}],U={everyText:"every",emptyMonths:"every month",emptyMonthDays:"every day of the month",emptyMonthDaysShort:"day of the month",emptyWeekDays:"every day of the week",emptyWeekDaysShort:"day of the week",emptyHours:"every hour",emptyMinutes:"every minute",emptyMinutesForHourPeriod:"every",yearOption:"year",monthOption:"month",weekOption:"week",dayOption:"day",hourOption:"hour",minuteOption:"minute",rebootOption:"reboot",prefixPeriod:"Every",prefixMonths:"in",prefixMonthDays:"on",prefixWeekDays:"on",prefixWeekDaysForMonthAndYearPeriod:"and",prefixHours:"at",prefixMinutes:":",prefixMinutesForHourPeriod:"at",suffixMinutesForHourPeriod:"minute(s)",errorInvalidCron:"Invalid cron expression",clearButtonText:"Clear",weekDays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],altWeekDays:["SUN","MON","TUE","WED","THU","FRI","SAT"],altMonths:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]};function on(e,t){for(var o=[],n=e;n<=t;n++)o.push(n);return o}function St(e){return e.sort(function(t,o){return t-o}),e}function nn(e){var t=[];return e.forEach(function(o){t.indexOf(o)<0&&t.push(o)}),t}function Ce(e){return Object.entries(e).filter(function(t){var o=t[0],n=t[1];return o&&n}).map(function(t){return t[0]}).join(" ")}function rn(e,t){e&&e({type:"invalid_cron",description:t.errorInvalidCron||U.errorInvalidCron})}function At(e){var t=parseInt(e,10),o=Number(e);return t===o?o:NaN}function sn(e,t,o,n,a,i,l,d,c,p,u,g,y,x){o&&o(void 0),t(!1);var h=!1;if(!e){if(n==="always"||i&&n==="for-default-value")return;h=!0}if(!h){if(d&&(d===!0||d.includes(e))){if(e==="@reboot")return void x("reboot");var C=_i.find(function(I){return I.name===e});C&&(e=C.value)}try{var k=function(I){if(typeof I!="string")throw new Error("Invalid cron string");var O=I.replace(/\s+/g," ").trim().split(" ");if(O.length===5)return O.map(function(V,$){return function(P,j){if(P==="*"||P==="*/1")return[];var H=St(nn(dn(function(_,Y,ae){if(ae){_=_.toUpperCase();for(var W=0;W<ae.length;W++)_=_.replace(ae[W],"".concat(W+Y))}return _}(P,j.min,j.alt).split(",").map(function(_){var Y,ae=_.split("/");if(ae.length>2)throw new Error('Invalid value "'.concat(P,' for "').concat(j.type,'"'));var W=ae[0],q=ae[1];Y=W==="*"?on(j.min,j.max):function(X,ee,J){var re=X.split("-");if(re.length===1){var qe=At(re[0]);if(isNaN(qe))throw new Error('Invalid value "'.concat(ee,'" for ').concat(J.type));return[qe]}if(re.length===2){var be=At(re[0]),Je=At(re[1]);if(isNaN(be)||isNaN(Je))throw new Error('Invalid value "'.concat(ee,'" for ').concat(J.type));if(Je<be)throw new Error('Max range is less than min range in "'.concat(X,'" for ').concat(J.type));return on(be,Je)}throw new Error('Invalid value "'.concat(X,'" for ').concat(J.type))}(W,P,j);var K=function(X,ee){if(X!==void 0){var J=At(X);if(isNaN(J)||J<1)throw new Error('Invalid interval step value "'.concat(X,'" for ').concat(ee.type));return J}}(q,j),ie=function(X,ee){if(ee){var J=X[0];X=X.filter(function(re){return re%ee==J%ee||re===J})}return X}(Y,K);return ie}).flat(),j))),M=pn(H,j);if(M!==void 0)throw new Error('Value "'.concat(M,'" out of range for ').concat(j.type));return H.length===j.total?[]:H}(V,ze[$])});throw new Error("Invalid cron string format")}(e),T=function(I){return I[3].length>0?"year":I[2].length>0?"month":I[4].length>0?"week":I[1].length>0?"day":I[0].length>0?"hour":"minute"}(k);x(T),c(k[0]),p(k[1]),u(k[2]),g(k[3]),y(k[4])}catch(I){h=!0}}h&&(a.current=e,t(!0),rn(o,l))}function an(e,t,o,n,a,i,l){if(e==="reboot")return"@reboot";var d=function(c,p){return c.map(function(u,g){var y=ze[g];return ln(cn(u,y),y,p)})}([e!=="minute"&&i?i:[],e!=="minute"&&e!=="hour"&&a?a:[],e!=="year"&&e!=="month"||!o?[]:o,e==="year"&&t?t:[],e!=="year"&&e!=="month"&&e!=="week"||!n?[]:n],l);return d.join(" ")}function ln(e,t,o,n,a){var i="";if(function(d,c){return d.length===c.max-c.min+1}(e,t)||e.length===0)i="*";else{var l=function(d){if(d.length>2){var c=d[1]-d[0];if(c>1)return c}}(e);i=l&&function(d,c){for(var p=1;p<d.length;p++){var u=d[p-1];if(d[p]-u!==c)return!1}return!0}(e,l)?function(d,c,p){var u=un(d),g=mn(d),y=d.length===(g-u)/p+1;return!!(u===c.min&&g+p>c.max&&y)}(e,t,l)?"*/".concat(l):"".concat(He(un(e),t,o,n,a),"-").concat(He(mn(e),t,o,n,a),"/").concat(l):function(d){var c=[],p=null;return d.forEach(function(u,g,y){u!==y[g+1]-1?p!==null?(c.push([p,u]),p=null):c.push(u):p===null&&(p=u)}),c}(e).map(function(d){return Array.isArray(d)?"".concat(He(d[0],t,o,n,a),"-").concat(He(d[1],t,o,n,a)):He(d,t,o,n,a)}).join(",")}return i}function He(e,t,o,n,a){var i=e.toString(),l=t.type,d=t.alt,c=t.min,p=n&&(n===!0||n.includes(l)),u=a==="24-hour-clock"&&(l==="hours"||l==="minutes");if(o&&l==="week-days"||o&&l==="months"?i=d[e-c]:e<10&&(p||u)&&(i=i.padStart(2,"0")),l==="hours"&&a==="12-hour-clock"){var g=e>=12?"PM":"AM",y=e%12||12;y<10&&p&&(y=y.toString().padStart(2,"0")),i="".concat(y).concat(g)}return i}function cn(e,t){var o=St(nn(dn(e,t)));if(o.length===0)return o;var n=pn(o,t);if(n!==void 0)throw new Error('Value "'.concat(n,'" out of range for ').concat(t.type));return o}function dn(e,t){return t.type==="week-days"&&(e=e.map(function(o){return o===7?0:o})),e}function pn(e,t){var o=e[0],n=e[e.length-1];return o<t.min?o:n>t.max?n:void 0}function un(e){return e[0]}function mn(e){return e[e.length-1]}function at(e){var t=e.value,o=e.grid,n=o===void 0||o,a=e.optionsList,i=e.setValue,l=e.locale,d=e.className,c=e.humanizeLabels,p=e.disabled,u=e.readOnly,g=e.leadingZero,y=e.clockFormat,x=e.period,h=e.unit,C=e.periodicityOnDoubleClick,k=e.mode,T=tn(e,["value","grid","optionsList","setValue","locale","className","humanizeLabels","disabled","readOnly","leadingZero","clockFormat","period","unit","periodicityOnDoubleClick","mode"]),I=v.useMemo(function(){if(t&&Array.isArray(t))return t.map(function(W){return W.toString()})},[t]),O=v.useMemo(function(){return a?a.map(function(W,q){return{value:(h.min===0?q:q+1).toString(),label:W}}):kt([],Array(h.total),!0).map(function(W,q){var K=h.min===0?q:q+1;return{value:K.toString(),label:He(K,h,c,g,y)}})},[a,g,c,y]),V=JSON.stringify(l),$=v.useCallback(function(W){var q=W.value;if(!t||t[0]!==Number(q))return r.jsx(r.Fragment,{});var K=ln(cn(t,h),h,c,g,y),ie=K.match(/^\*\/([0-9]+),?/)||[];return r.jsx("div",{children:ie[1]?"".concat(l.everyText||U.everyText," ").concat(ie[1]):K})},[t,V,c,g,y]),P=v.useCallback(function(W){var q=Array.isArray(W)?St(W):[W],K=q;t&&(K=k==="single"?[]:kt([],t,!0),q.forEach(function(ie){var X=Number(ie);K=t.some(function(ee){return ee===X})?K.filter(function(ee){return ee!==X}):St(kt(kt([],K,!0),[X],!1))})),K.length===h.total?i([]):i(K)},[i,t]),j=v.useCallback(function(W){if(W!==0&&W!==1){for(var q=h.total+h.min,K=[],ie=h.min;ie<q;ie++)ie%W==0&&K.push(ie);var X=t&&K&&t.length===K.length&&t.every(function(J,re){return J===K[re]}),ee=K.length===O.length;i(ee||X?[]:K)}else i([])},[t,O,i]),H=v.useRef([]),M=v.useCallback(function(W){if(!u){var q=H.current;q.push({time:new Date().getTime(),value:Number(W)});var K=window.setTimeout(function(){C&&q.length>1&&q[q.length-1].time-q[q.length-2].time<300?q[q.length-1].value===q[q.length-2].value?j(Number(W)):P([q[q.length-2].value,q[q.length-1].value]):P(Number(W)),H.current=[]},300);return function(){window.clearTimeout(K)}}},[H,P,j,u,C]),_=v.useCallback(function(){u||i([])},[i,u]),Y=v.useMemo(function(){var W;return Ce(((W={"react-js-cron-select":!0,"react-js-cron-custom-select":!0})["".concat(d,"-select")]=!!d,W))},[d]),ae=v.useMemo(function(){var W;return Ce(((W={"react-js-cron-select-dropdown":!0})["react-js-cron-select-dropdown-".concat(h.type)]=!0,W["react-js-cron-custom-select-dropdown"]=!0,W["react-js-cron-custom-select-dropdown-".concat(h.type)]=!0,W["react-js-cron-custom-select-dropdown-minutes-large"]=h.type==="minutes"&&x!=="hour"&&x!=="day",W["react-js-cron-custom-select-dropdown-minutes-medium"]=h.type==="minutes"&&(x==="day"||x==="hour"),W["react-js-cron-custom-select-dropdown-hours-twelve-hour-clock"]=h.type==="hours"&&y==="12-hour-clock",W["react-js-cron-custom-select-dropdown-grid"]=!!n,W["".concat(d,"-select-dropdown")]=!!d,W["".concat(d,"-select-dropdown-").concat(h.type)]=!!d,W))},[d,n,y,x]);return r.jsx(b.Select,de({mode:k!=="single"||C?"multiple":void 0,allowClear:!u,virtual:!1,open:!u&&void 0,value:I,onClear:_,tagRender:$,className:Y,popupClassName:ae,options:O,showSearch:!1,showArrow:!u,menuItemSelectedIcon:null,dropdownMatchSelectWidth:!1,onSelect:M,onDeselect:M,disabled:p,dropdownAlign:h.type!=="minutes"&&h.type!=="hours"||x==="day"||x==="hour"?void 0:{points:["tr","br"]},"data-testid":"custom-select-".concat(h.type)},T))}function Hi(e){var t=e.value,o=e.setValue,n=e.locale,a=e.className,i=e.disabled,l=e.readOnly,d=e.leadingZero,c=e.clockFormat,p=e.period,u=e.periodicityOnDoubleClick,g=e.mode,y=v.useMemo(function(){var x;return Ce(((x={"react-js-cron-field":!0,"react-js-cron-hours":!0})["".concat(a,"-field")]=!!a,x["".concat(a,"-hours")]=!!a,x))},[a]);return r.jsxs("div",de({className:y},{children:[n.prefixHours!==""&&r.jsx("span",{children:n.prefixHours||U.prefixHours}),r.jsx(at,{placeholder:n.emptyHours||U.emptyHours,value:t,unit:ze[1],setValue:o,locale:n,className:a,disabled:i,readOnly:l,leadingZero:d,clockFormat:c,period:p,periodicityOnDoubleClick:u,mode:g})]}))}function Ji(e){var t=e.value,o=e.setValue,n=e.locale,a=e.className,i=e.disabled,l=e.readOnly,d=e.leadingZero,c=e.clockFormat,p=e.period,u=e.periodicityOnDoubleClick,g=e.mode,y=v.useMemo(function(){var x;return Ce(((x={"react-js-cron-field":!0,"react-js-cron-minutes":!0})["".concat(a,"-field")]=!!a,x["".concat(a,"-minutes")]=!!a,x))},[a]);return r.jsxs("div",de({className:y},{children:[p==="hour"?n.prefixMinutesForHourPeriod!==""&&r.jsx("span",{children:n.prefixMinutesForHourPeriod||U.prefixMinutesForHourPeriod}):n.prefixMinutes!==""&&r.jsx("span",{children:n.prefixMinutes||U.prefixMinutes}),r.jsx(at,{placeholder:p==="hour"?n.emptyMinutesForHourPeriod||U.emptyMinutesForHourPeriod:n.emptyMinutes||U.emptyMinutes,value:t,unit:ze[0],setValue:o,locale:n,className:a,disabled:i,readOnly:l,leadingZero:d,clockFormat:c,period:p,periodicityOnDoubleClick:u,mode:g}),p==="hour"&&n.suffixMinutesForHourPeriod!==""&&r.jsx("span",{children:n.suffixMinutesForHourPeriod||U.suffixMinutesForHourPeriod})]}))}function Yi(e){var t=e.value,o=e.setValue,n=e.locale,a=e.className,i=e.weekDays,l=e.disabled,d=e.readOnly,c=e.leadingZero,p=e.period,u=e.periodicityOnDoubleClick,g=e.mode,y=!i||i.length===0,x=v.useMemo(function(){var k;return Ce(((k={"react-js-cron-field":!0,"react-js-cron-month-days":!0,"react-js-cron-month-days-placeholder":!y})["".concat(a,"-field")]=!!a,k["".concat(a,"-month-days")]=!!a,k))},[a,y]),h=JSON.stringify(n),C=v.useMemo(function(){return y?n.emptyMonthDays||U.emptyMonthDays:n.emptyMonthDaysShort||U.emptyMonthDaysShort},[y,h]);return!d||t&&t.length>0||(!t||t.length===0)&&(!i||i.length===0)?r.jsxs("div",de({className:x},{children:[n.prefixMonthDays!==""&&r.jsx("span",{children:n.prefixMonthDays||U.prefixMonthDays}),r.jsx(at,{placeholder:C,value:t,setValue:o,unit:ze[2],locale:n,className:a,disabled:l,readOnly:d,leadingZero:c,period:p,periodicityOnDoubleClick:u,mode:g})]})):null}function Qi(e){var t=e.value,o=e.setValue,n=e.locale,a=e.className,i=e.humanizeLabels,l=e.disabled,d=e.readOnly,c=e.period,p=e.periodicityOnDoubleClick,u=e.mode,g=n.months||U.months,y=v.useMemo(function(){var x;return Ce(((x={"react-js-cron-field":!0,"react-js-cron-months":!0})["".concat(a,"-field")]=!!a,x["".concat(a,"-months")]=!!a,x))},[a]);return r.jsxs("div",de({className:y},{children:[n.prefixMonths!==""&&r.jsx("span",{children:n.prefixMonths||U.prefixMonths}),r.jsx(at,{placeholder:n.emptyMonths||U.emptyMonths,optionsList:g,grid:!1,value:t,unit:de(de({},ze[3]),{alt:n.altMonths||U.altMonths}),setValue:o,locale:n,className:a,humanizeLabels:i,disabled:l,readOnly:d,period:c,periodicityOnDoubleClick:p,mode:u})]}))}function Zi(e){var t=e.value,o=e.setValue,n=e.locale,a=e.className,i=e.disabled,l=e.readOnly,d=e.shortcuts,c=e.allowedPeriods,p=[];c.includes("year")&&p.push({value:"year",label:n.yearOption||U.yearOption}),c.includes("month")&&p.push({value:"month",label:n.monthOption||U.monthOption}),c.includes("week")&&p.push({value:"week",label:n.weekOption||U.weekOption}),c.includes("day")&&p.push({value:"day",label:n.dayOption||U.dayOption}),c.includes("hour")&&p.push({value:"hour",label:n.hourOption||U.hourOption}),c.includes("minute")&&p.push({value:"minute",label:n.minuteOption||U.minuteOption}),c.includes("reboot")&&d&&(d===!0||d.includes("@reboot"))&&p.push({value:"reboot",label:n.rebootOption||U.rebootOption});var u=v.useCallback(function(h){l||o(h)},[o,l]),g=v.useMemo(function(){var h;return Ce(((h={"react-js-cron-field":!0,"react-js-cron-period":!0})["".concat(a,"-field")]=!!a,h["".concat(a,"-period")]=!!a,h))},[a]),y=v.useMemo(function(){var h;return Ce(((h={"react-js-cron-select":!0,"react-js-cron-select-no-prefix":n.prefixPeriod===""})["".concat(a,"-select")]=!!a,h))},[a,n.prefixPeriod]),x=v.useMemo(function(){var h;return Ce(((h={"react-js-cron-select-dropdown":!0,"react-js-cron-select-dropdown-period":!0})["".concat(a,"-select-dropdown")]=!!a,h["".concat(a,"-select-dropdown-period")]=!!a,h))},[a]);return r.jsxs("div",de({className:g},{children:[n.prefixPeriod!==""&&r.jsx("span",{children:n.prefixPeriod||U.prefixPeriod}),r.jsx(b.Select,{defaultValue:t,value:t,onChange:u,options:p,className:y,popupClassName:x,disabled:i,showArrow:!l,open:!l&&void 0,"data-testid":"select-period"},JSON.stringify(n))]}))}function Xi(e){var t=e.value,o=e.setValue,n=e.locale,a=e.className,i=e.humanizeLabels,l=e.monthDays,d=e.disabled,c=e.readOnly,p=e.period,u=e.periodicityOnDoubleClick,g=e.mode,y=n.weekDays||U.weekDays,x=p==="week"||!l||l.length===0,h=v.useMemo(function(){var O;return Ce(((O={"react-js-cron-field":!0,"react-js-cron-week-days":!0,"react-js-cron-week-days-placeholder":!x})["".concat(a,"-field")]=!!a,O["".concat(a,"-week-days")]=!!a,O))},[a,x]),C=JSON.stringify(n),k=v.useMemo(function(){return x?n.emptyWeekDays||U.emptyWeekDays:n.emptyWeekDaysShort||U.emptyWeekDaysShort},[x,C]),T=p==="week"||!c||t&&t.length>0||(!t||t.length===0)&&(!l||l.length===0),I=!c||l&&l.length>0||(!l||l.length===0)&&(!t||t.length===0);return T?r.jsxs("div",de({className:h},{children:[n.prefixWeekDays!==""&&(p==="week"||!I)&&r.jsx("span",{children:n.prefixWeekDays||U.prefixWeekDays}),n.prefixWeekDaysForMonthAndYearPeriod!==""&&p!=="week"&&I&&r.jsx("span",{children:n.prefixWeekDaysForMonthAndYearPeriod||U.prefixWeekDaysForMonthAndYearPeriod}),r.jsx(at,{placeholder:k,optionsList:y,grid:!1,value:t,unit:de(de({},ze[4]),{alt:n.altWeekDays||U.altWeekDays}),setValue:o,locale:n,className:a,humanizeLabels:i,disabled:d,readOnly:c,period:p,periodicityOnDoubleClick:u,mode:g})]})):null}function Ri(e){var t=e.clearButton,o=t===void 0||t,n=e.clearButtonProps,a=n===void 0?{}:n,i=e.clearButtonAction,l=i===void 0?"fill-with-every":i,d=e.locale,c=d===void 0?U:d,p=e.value,u=p===void 0?"":p,g=e.setValue,y=e.displayError,x=y===void 0||y,h=e.onError,C=e.className,k=e.defaultPeriod,T=k===void 0?"day":k,I=e.allowEmpty,O=I===void 0?"for-default-value":I,V=e.humanizeLabels,$=V===void 0||V,P=e.humanizeValue,j=P!==void 0&&P,H=e.disabled,M=H!==void 0&&H,_=e.readOnly,Y=_!==void 0&&_,ae=e.leadingZero,W=ae!==void 0&&ae,q=e.shortcuts,K=q===void 0?["@yearly","@annually","@monthly","@weekly","@daily","@midnight","@hourly"]:q,ie=e.clockFormat,X=e.periodicityOnDoubleClick,ee=X===void 0||X,J=e.mode,re=J===void 0?"multiple":J,qe=e.allowedDropdowns,be=qe===void 0?["period","months","month-days","week-days","hours","minutes"]:qe,Je=e.allowedPeriods,bl=Je===void 0?["year","month","week","day","hour","minute","reboot"]:Je,Ye=v.useRef(u),oo=v.useRef(T),An=v.useState(),Te=An[0],It=An[1],In=v.useState(),lt=In[0],Ft=In[1],Fn=v.useState(),Tt=Fn[0],Nt=Fn[1],Tn=v.useState(),ct=Tn[0],Dt=Tn[1],Nn=v.useState(),Ot=Nn[0],Pt=Nn[1],Dn=v.useState(),Et=Dn[0],Mt=Dn[1],On=v.useState(!1),no=On[0],dt=On[1],Pn=v.useState(!1),$t=Pn[0],En=Pn[1],vl=function(te){var Ie=v.useRef(te);return v.useEffect(function(){Ie.current=te},[te]),Ie.current}($t),Mn=JSON.stringify(c);v.useEffect(function(){sn(u,dt,h,O,Ye,!0,c,K,Mt,Pt,Ft,Nt,Dt,It)},[]),v.useEffect(function(){u!==Ye.current&&sn(u,dt,h,O,Ye,!1,c,K,Mt,Pt,Ft,Nt,Dt,It)},[u,Ye,Mn,O,K]),v.useEffect(function(){if(!(Te||Et||Tt||lt||ct||Ot)||$t||vl)$t&&En(!1);else{var te=Te||oo.current,Ie=an(te,Tt,lt,ct,Ot,Et,j);g(Ie,{selectedPeriod:te}),Ye.current=Ie,h&&h(void 0),dt(!1)}},[Te,lt,Tt,ct,Ot,Et,j,$t]);var $n=v.useCallback(function(){Ft(void 0),Nt(void 0),Dt(void 0),Pt(void 0),Mt(void 0);var te="",Ie=Te!=="reboot"&&Te?Te:oo.current;Ie!==Te&&It(Ie),l==="fill-with-every"&&(te=an(Ie,void 0,void 0,void 0,void 0,void 0)),g(te,{selectedPeriod:Ie}),Ye.current=te,En(!0),O==="never"&&l==="empty"?(dt(!0),rn(h,c)):(h&&h(void 0),dt(!1))},[Te,g,h,l]),wl=v.useMemo(function(){var te;return Ce(((te={"react-js-cron":!0,"react-js-cron-error":no&&x,"react-js-cron-disabled":M,"react-js-cron-read-only":Y})["".concat(C)]=!!C,te["".concat(C,"-error")]=no&&x&&!!C,te["".concat(C,"-disabled")]=M&&!!C,te["".concat(C,"-read-only")]=Y&&!!C,te))},[C,no,x,M,Y]),ro=a.className,Bn=tn(a,["className"]),Vn=v.useMemo(function(){var te;return Ce(((te={"react-js-cron-clear-button":!0})["".concat(C,"-clear-button")]=!!C,te["".concat(ro)]=!!ro,te))},[C,ro]),Cl=JSON.stringify(Bn),jn=v.useMemo(function(){return o&&!Y?r.jsx(b.Button,de({className:Vn,danger:!0,type:"primary",disabled:M},Bn,{onClick:$n},{children:c.clearButtonText||U.clearButtonText})):null},[o,Y,Mn,Vn,M,Cl,$n]),le=Te||oo.current;return r.jsxs("div",de({className:wl},{children:[be.includes("period")&&r.jsx(Zi,{value:le,setValue:It,locale:c,className:C,disabled:M,readOnly:Y,shortcuts:K,allowedPeriods:bl}),le==="reboot"?jn:r.jsxs(r.Fragment,{children:[le==="year"&&be.includes("months")&&r.jsx(Qi,{value:Tt,setValue:Nt,locale:c,className:C,humanizeLabels:$,disabled:M,readOnly:Y,period:le,periodicityOnDoubleClick:ee,mode:re}),(le==="year"||le==="month")&&be.includes("month-days")&&r.jsx(Yi,{value:lt,setValue:Ft,locale:c,className:C,weekDays:ct,disabled:M,readOnly:Y,leadingZero:W,period:le,periodicityOnDoubleClick:ee,mode:re}),(le==="year"||le==="month"||le==="week")&&be.includes("week-days")&&r.jsx(Xi,{value:ct,setValue:Dt,locale:c,className:C,humanizeLabels:$,monthDays:lt,disabled:M,readOnly:Y,period:le,periodicityOnDoubleClick:ee,mode:re}),r.jsxs("div",{children:[le!=="minute"&&le!=="hour"&&be.includes("hours")&&r.jsx(Hi,{value:Ot,setValue:Pt,locale:c,className:C,disabled:M,readOnly:Y,leadingZero:W,clockFormat:ie,period:le,periodicityOnDoubleClick:ee,mode:re}),le!=="minute"&&be.includes("minutes")&&r.jsx(Ji,{value:Et,setValue:Mt,locale:c,period:le,className:C,disabled:M,readOnly:Y,leadingZero:W,clockFormat:ie,periodicityOnDoubleClick:ee,mode:re}),jn]})]})]}))}const el={"zh-CN":{everyText:"每",emptyMonths:"每月",emptyMonthDays:"每日(月)",emptyMonthDaysShort:"每日",emptyWeekDays:"每天(周)",emptyWeekDaysShort:"每天(周)",emptyHours:"每小时",emptyMinutes:"每分钟",emptyMinutesForHourPeriod:"每",yearOption:"年",monthOption:"月",weekOption:"周",dayOption:"天",hourOption:"小时",minuteOption:"分钟",rebootOption:"重启",prefixPeriod:"每",prefixMonths:"的",prefixMonthDays:"的",prefixWeekDays:"的",prefixWeekDaysForMonthAndYearPeriod:"或者",prefixHours:"的",prefixMinutes:":",prefixMinutesForHourPeriod:"的",suffixMinutesForHourPeriod:"分钟",errorInvalidCron:"不符合 cron 规则的表达式",clearButtonText:"清空",weekDays:["周日","周一","周二","周三","周四","周五","周六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],altWeekDays:["周日","周一","周二","周三","周四","周五","周六"],altMonths:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},fn=[{value:"none",text:"No repeat"},{value:6e4,text:"By minute",unitText:"Minutes"},{value:36e5,text:"By hour",unitText:"Hours"},{value:864e5,text:"By day",unitText:"Days"},{value:6048e5,text:"By week",unitText:"Weeks"},{value:"cron",text:"Advanced"}];function gn(e){return fn.filter(o=>typeof o.value=="number").reverse().find(o=>!(e%o.value))}function tl(e){let t;switch(typeof e){case"number":return t=gn(e),t?t.value:"none";case"string":return"cron"}return"none"}function ol({value:e,onChange:t}){const{t:o}=ke(),n=gn(e);return r.jsx(b.InputNumber,{value:e/n.value,onChange:a=>t(a*n.value),min:1,addonBefore:o("Every"),addonAfter:o(n.unitText),className:"auto-width"})}function nl({value:e=null,onChange:t}){const{t:o}=ke(),n=tl(e);function a(l){if(l==="none"){t(null);return}if(l==="cron"){t("0 * * * * *");return}t(l)}const i=el[localStorage.getItem("TACHYBASE_LOCALE")||"en-US"];return r.jsxs("fieldset",{className:s.css`
838
+ `,children:[r.jsxs(x.Select,{value:n,onChange:i=>{t(i?i==="field"?{}:new Date:null)},className:"auto-width",children:[r.jsx(x.Select.Option,{value:null,children:o("No end")}),r.jsx(x.Select.Option,{value:"field",children:o("By field")}),r.jsx(x.Select.Option,{value:"date",children:o("By custom date")})]}),n==="field"?r.jsx(Xo,{value:e,onChange:t}):null,n==="date"?r.jsx(x.DatePicker,{showTime:!0,value:W.dayjs(e),onChange:i=>{t(i?i.toDate():null)}}):null]})}var ce=function(){return ce=Object.assign||function(e){for(var t,o=1,n=arguments.length;o<n;o++)for(var i in t=arguments[o])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ce.apply(this,arguments)};function Ro(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(o[n[i]]=e[n[i]])}return o}function Ct(e,t,o){if(o||arguments.length===2)for(var n,i=0,a=t.length;i<a;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}var Ha=[{name:"@yearly",value:"0 0 1 1 *"},{name:"@annually",value:"0 0 1 1 *"},{name:"@monthly",value:"0 0 1 * *"},{name:"@weekly",value:"0 0 * * 0"},{name:"@daily",value:"0 0 * * *"},{name:"@midnight",value:"0 0 * * *"},{name:"@hourly",value:"0 * * * *"}],je=[{type:"minutes",min:0,max:59,total:60},{type:"hours",min:0,max:23,total:24},{type:"month-days",min:1,max:31,total:31},{type:"months",min:1,max:12,total:12,alt:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]},{type:"week-days",min:0,max:6,total:7,alt:["SUN","MON","TUE","WED","THU","FRI","SAT"]}],U={everyText:"every",emptyMonths:"every month",emptyMonthDays:"every day of the month",emptyMonthDaysShort:"day of the month",emptyWeekDays:"every day of the week",emptyWeekDaysShort:"day of the week",emptyHours:"every hour",emptyMinutes:"every minute",emptyMinutesForHourPeriod:"every",yearOption:"year",monthOption:"month",weekOption:"week",dayOption:"day",hourOption:"hour",minuteOption:"minute",rebootOption:"reboot",prefixPeriod:"Every",prefixMonths:"in",prefixMonthDays:"on",prefixWeekDays:"on",prefixWeekDaysForMonthAndYearPeriod:"and",prefixHours:"at",prefixMinutes:":",prefixMinutesForHourPeriod:"at",suffixMinutesForHourPeriod:"minute(s)",errorInvalidCron:"Invalid cron expression",clearButtonText:"Clear",weekDays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],altWeekDays:["SUN","MON","TUE","WED","THU","FRI","SAT"],altMonths:["JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC"]};function en(e,t){for(var o=[],n=e;n<=t;n++)o.push(n);return o}function kt(e){return e.sort(function(t,o){return t-o}),e}function tn(e){var t=[];return e.forEach(function(o){t.indexOf(o)<0&&t.push(o)}),t}function we(e){return Object.entries(e).filter(function(t){var o=t[0],n=t[1];return o&&n}).map(function(t){return t[0]}).join(" ")}function on(e,t){e&&e({type:"invalid_cron",description:t.errorInvalidCron||U.errorInvalidCron})}function St(e){var t=parseInt(e,10),o=Number(e);return t===o?o:NaN}function nn(e,t,o,n,i,a,l,c,d,p,u,f,h,g){o&&o(void 0),t(!1);var y=!1;if(!e){if(n==="always"||a&&n==="for-default-value")return;y=!0}if(!y){if(c&&(c===!0||c.includes(e))){if(e==="@reboot")return void g("reboot");var w=Ha.find(function(C){return C.name===e});w&&(e=w.value)}try{var A=function(C){if(typeof C!="string")throw new Error("Invalid cron string");var D=C.replace(/\s+/g," ").trim().split(" ");if(D.length===5)return D.map(function($,E){return function(P,B){if(P==="*"||P==="*/1")return[];var _=kt(tn(ln(function(J,Y,se){if(se){J=J.toUpperCase();for(var V=0;V<se.length;V++)J=J.replace(se[V],"".concat(V+Y))}return J}(P,B.min,B.alt).split(",").map(function(J){var Y,se=J.split("/");if(se.length>2)throw new Error('Invalid value "'.concat(P,' for "').concat(B.type,'"'));var V=se[0],M=se[1];Y=V==="*"?en(B.min,B.max):function(H,ee,G){var re=H.split("-");if(re.length===1){var Le=St(re[0]);if(isNaN(Le))throw new Error('Invalid value "'.concat(ee,'" for ').concat(G.type));return[Le]}if(re.length===2){var xe=St(re[0]),He=St(re[1]);if(isNaN(xe)||isNaN(He))throw new Error('Invalid value "'.concat(ee,'" for ').concat(G.type));if(He<xe)throw new Error('Max range is less than min range in "'.concat(H,'" for ').concat(G.type));return en(xe,He)}throw new Error('Invalid value "'.concat(H,'" for ').concat(G.type))}(V,P,B);var L=function(H,ee){if(H!==void 0){var G=St(H);if(isNaN(G)||G<1)throw new Error('Invalid interval step value "'.concat(H,'" for ').concat(ee.type));return G}}(M,B),R=function(H,ee){if(ee){var G=H[0];H=H.filter(function(re){return re%ee==G%ee||re===G})}return H}(Y,L);return R}).flat(),B))),z=cn(_,B);if(z!==void 0)throw new Error('Value "'.concat(z,'" out of range for ').concat(B.type));return _.length===B.total?[]:_}($,je[E])});throw new Error("Invalid cron string format")}(e),T=function(C){return C[3].length>0?"year":C[2].length>0?"month":C[4].length>0?"week":C[1].length>0?"day":C[0].length>0?"hour":"minute"}(A);g(T),d(A[0]),p(A[1]),u(A[2]),f(A[3]),h(A[4])}catch(C){y=!0}}y&&(i.current=e,t(!0),on(o,l))}function rn(e,t,o,n,i,a,l){if(e==="reboot")return"@reboot";var c=function(d,p){return d.map(function(u,f){var h=je[f];return sn(an(u,h),h,p)})}([e!=="minute"&&a?a:[],e!=="minute"&&e!=="hour"&&i?i:[],e!=="year"&&e!=="month"||!o?[]:o,e==="year"&&t?t:[],e!=="year"&&e!=="month"&&e!=="week"||!n?[]:n],l);return c.join(" ")}function sn(e,t,o,n,i){var a="";if(function(c,d){return c.length===d.max-d.min+1}(e,t)||e.length===0)a="*";else{var l=function(c){if(c.length>2){var d=c[1]-c[0];if(d>1)return d}}(e);a=l&&function(c,d){for(var p=1;p<c.length;p++){var u=c[p-1];if(c[p]-u!==d)return!1}return!0}(e,l)?function(c,d,p){var u=dn(c),f=pn(c),h=c.length===(f-u)/p+1;return!!(u===d.min&&f+p>d.max&&h)}(e,t,l)?"*/".concat(l):"".concat(Ge(dn(e),t,o,n,i),"-").concat(Ge(pn(e),t,o,n,i),"/").concat(l):function(c){var d=[],p=null;return c.forEach(function(u,f,h){u!==h[f+1]-1?p!==null?(d.push([p,u]),p=null):d.push(u):p===null&&(p=u)}),d}(e).map(function(c){return Array.isArray(c)?"".concat(Ge(c[0],t,o,n,i),"-").concat(Ge(c[1],t,o,n,i)):Ge(c,t,o,n,i)}).join(",")}return a}function Ge(e,t,o,n,i){var a=e.toString(),l=t.type,c=t.alt,d=t.min,p=n&&(n===!0||n.includes(l)),u=i==="24-hour-clock"&&(l==="hours"||l==="minutes");if(o&&l==="week-days"||o&&l==="months"?a=c[e-d]:e<10&&(p||u)&&(a=a.padStart(2,"0")),l==="hours"&&i==="12-hour-clock"){var f=e>=12?"PM":"AM",h=e%12||12;h<10&&p&&(h=h.toString().padStart(2,"0")),a="".concat(h).concat(f)}return a}function an(e,t){var o=kt(tn(ln(e,t)));if(o.length===0)return o;var n=cn(o,t);if(n!==void 0)throw new Error('Value "'.concat(n,'" out of range for ').concat(t.type));return o}function ln(e,t){return t.type==="week-days"&&(e=e.map(function(o){return o===7?0:o})),e}function cn(e,t){var o=e[0],n=e[e.length-1];return o<t.min?o:n>t.max?n:void 0}function dn(e){return e[0]}function pn(e){return e[e.length-1]}function st(e){var t=e.value,o=e.grid,n=o===void 0||o,i=e.optionsList,a=e.setValue,l=e.locale,c=e.className,d=e.humanizeLabels,p=e.disabled,u=e.readOnly,f=e.leadingZero,h=e.clockFormat,g=e.period,y=e.unit,w=e.periodicityOnDoubleClick,A=e.mode,T=Ro(e,["value","grid","optionsList","setValue","locale","className","humanizeLabels","disabled","readOnly","leadingZero","clockFormat","period","unit","periodicityOnDoubleClick","mode"]),C=b.useMemo(function(){if(t&&Array.isArray(t))return t.map(function(V){return V.toString()})},[t]),D=b.useMemo(function(){return i?i.map(function(V,M){return{value:(y.min===0?M:M+1).toString(),label:V}}):Ct([],Array(y.total),!0).map(function(V,M){var L=y.min===0?M:M+1;return{value:L.toString(),label:Ge(L,y,d,f,h)}})},[i,f,d,h]),$=JSON.stringify(l),E=b.useCallback(function(V){var M=V.value;if(!t||t[0]!==Number(M))return r.jsx(r.Fragment,{});var L=sn(an(t,y),y,d,f,h),R=L.match(/^\*\/([0-9]+),?/)||[];return r.jsx("div",{children:R[1]?"".concat(l.everyText||U.everyText," ").concat(R[1]):L})},[t,$,d,f,h]),P=b.useCallback(function(V){var M=Array.isArray(V)?kt(V):[V],L=M;t&&(L=A==="single"?[]:Ct([],t,!0),M.forEach(function(R){var H=Number(R);L=t.some(function(ee){return ee===H})?L.filter(function(ee){return ee!==H}):kt(Ct(Ct([],L,!0),[H],!1))})),L.length===y.total?a([]):a(L)},[a,t]),B=b.useCallback(function(V){if(V!==0&&V!==1){for(var M=y.total+y.min,L=[],R=y.min;R<M;R++)R%V==0&&L.push(R);var H=t&&L&&t.length===L.length&&t.every(function(G,re){return G===L[re]}),ee=L.length===D.length;a(ee||H?[]:L)}else a([])},[t,D,a]),_=b.useRef([]),z=b.useCallback(function(V){if(!u){var M=_.current;M.push({time:new Date().getTime(),value:Number(V)});var L=window.setTimeout(function(){w&&M.length>1&&M[M.length-1].time-M[M.length-2].time<300?M[M.length-1].value===M[M.length-2].value?B(Number(V)):P([M[M.length-2].value,M[M.length-1].value]):P(Number(V)),_.current=[]},300);return function(){window.clearTimeout(L)}}},[_,P,B,u,w]),J=b.useCallback(function(){u||a([])},[a,u]),Y=b.useMemo(function(){var V;return we(((V={"react-js-cron-select":!0,"react-js-cron-custom-select":!0})["".concat(c,"-select")]=!!c,V))},[c]),se=b.useMemo(function(){var V;return we(((V={"react-js-cron-select-dropdown":!0})["react-js-cron-select-dropdown-".concat(y.type)]=!0,V["react-js-cron-custom-select-dropdown"]=!0,V["react-js-cron-custom-select-dropdown-".concat(y.type)]=!0,V["react-js-cron-custom-select-dropdown-minutes-large"]=y.type==="minutes"&&g!=="hour"&&g!=="day",V["react-js-cron-custom-select-dropdown-minutes-medium"]=y.type==="minutes"&&(g==="day"||g==="hour"),V["react-js-cron-custom-select-dropdown-hours-twelve-hour-clock"]=y.type==="hours"&&h==="12-hour-clock",V["react-js-cron-custom-select-dropdown-grid"]=!!n,V["".concat(c,"-select-dropdown")]=!!c,V["".concat(c,"-select-dropdown-").concat(y.type)]=!!c,V))},[c,n,h,g]);return r.jsx(x.Select,ce({mode:A!=="single"||w?"multiple":void 0,allowClear:!u,virtual:!1,open:!u&&void 0,value:C,onClear:J,tagRender:E,className:Y,popupClassName:se,options:D,showSearch:!1,showArrow:!u,menuItemSelectedIcon:null,dropdownMatchSelectWidth:!1,onSelect:z,onDeselect:z,disabled:p,dropdownAlign:y.type!=="minutes"&&y.type!=="hours"||g==="day"||g==="hour"?void 0:{points:["tr","br"]},"data-testid":"custom-select-".concat(y.type)},T))}function Ja(e){var t=e.value,o=e.setValue,n=e.locale,i=e.className,a=e.disabled,l=e.readOnly,c=e.leadingZero,d=e.clockFormat,p=e.period,u=e.periodicityOnDoubleClick,f=e.mode,h=b.useMemo(function(){var g;return we(((g={"react-js-cron-field":!0,"react-js-cron-hours":!0})["".concat(i,"-field")]=!!i,g["".concat(i,"-hours")]=!!i,g))},[i]);return r.jsxs("div",ce({className:h},{children:[n.prefixHours!==""&&r.jsx("span",{children:n.prefixHours||U.prefixHours}),r.jsx(st,{placeholder:n.emptyHours||U.emptyHours,value:t,unit:je[1],setValue:o,locale:n,className:i,disabled:a,readOnly:l,leadingZero:c,clockFormat:d,period:p,periodicityOnDoubleClick:u,mode:f})]}))}function Ya(e){var t=e.value,o=e.setValue,n=e.locale,i=e.className,a=e.disabled,l=e.readOnly,c=e.leadingZero,d=e.clockFormat,p=e.period,u=e.periodicityOnDoubleClick,f=e.mode,h=b.useMemo(function(){var g;return we(((g={"react-js-cron-field":!0,"react-js-cron-minutes":!0})["".concat(i,"-field")]=!!i,g["".concat(i,"-minutes")]=!!i,g))},[i]);return r.jsxs("div",ce({className:h},{children:[p==="hour"?n.prefixMinutesForHourPeriod!==""&&r.jsx("span",{children:n.prefixMinutesForHourPeriod||U.prefixMinutesForHourPeriod}):n.prefixMinutes!==""&&r.jsx("span",{children:n.prefixMinutes||U.prefixMinutes}),r.jsx(st,{placeholder:p==="hour"?n.emptyMinutesForHourPeriod||U.emptyMinutesForHourPeriod:n.emptyMinutes||U.emptyMinutes,value:t,unit:je[0],setValue:o,locale:n,className:i,disabled:a,readOnly:l,leadingZero:c,clockFormat:d,period:p,periodicityOnDoubleClick:u,mode:f}),p==="hour"&&n.suffixMinutesForHourPeriod!==""&&r.jsx("span",{children:n.suffixMinutesForHourPeriod||U.suffixMinutesForHourPeriod})]}))}function Qa(e){var t=e.value,o=e.setValue,n=e.locale,i=e.className,a=e.weekDays,l=e.disabled,c=e.readOnly,d=e.leadingZero,p=e.period,u=e.periodicityOnDoubleClick,f=e.mode,h=!a||a.length===0,g=b.useMemo(function(){var A;return we(((A={"react-js-cron-field":!0,"react-js-cron-month-days":!0,"react-js-cron-month-days-placeholder":!h})["".concat(i,"-field")]=!!i,A["".concat(i,"-month-days")]=!!i,A))},[i,h]),y=JSON.stringify(n),w=b.useMemo(function(){return h?n.emptyMonthDays||U.emptyMonthDays:n.emptyMonthDaysShort||U.emptyMonthDaysShort},[h,y]);return!c||t&&t.length>0||(!t||t.length===0)&&(!a||a.length===0)?r.jsxs("div",ce({className:g},{children:[n.prefixMonthDays!==""&&r.jsx("span",{children:n.prefixMonthDays||U.prefixMonthDays}),r.jsx(st,{placeholder:w,value:t,setValue:o,unit:je[2],locale:n,className:i,disabled:l,readOnly:c,leadingZero:d,period:p,periodicityOnDoubleClick:u,mode:f})]})):null}function Za(e){var t=e.value,o=e.setValue,n=e.locale,i=e.className,a=e.humanizeLabels,l=e.disabled,c=e.readOnly,d=e.period,p=e.periodicityOnDoubleClick,u=e.mode,f=n.months||U.months,h=b.useMemo(function(){var g;return we(((g={"react-js-cron-field":!0,"react-js-cron-months":!0})["".concat(i,"-field")]=!!i,g["".concat(i,"-months")]=!!i,g))},[i]);return r.jsxs("div",ce({className:h},{children:[n.prefixMonths!==""&&r.jsx("span",{children:n.prefixMonths||U.prefixMonths}),r.jsx(st,{placeholder:n.emptyMonths||U.emptyMonths,optionsList:f,grid:!1,value:t,unit:ce(ce({},je[3]),{alt:n.altMonths||U.altMonths}),setValue:o,locale:n,className:i,humanizeLabels:a,disabled:l,readOnly:c,period:d,periodicityOnDoubleClick:p,mode:u})]}))}function Xa(e){var t=e.value,o=e.setValue,n=e.locale,i=e.className,a=e.disabled,l=e.readOnly,c=e.shortcuts,d=e.allowedPeriods,p=[];d.includes("year")&&p.push({value:"year",label:n.yearOption||U.yearOption}),d.includes("month")&&p.push({value:"month",label:n.monthOption||U.monthOption}),d.includes("week")&&p.push({value:"week",label:n.weekOption||U.weekOption}),d.includes("day")&&p.push({value:"day",label:n.dayOption||U.dayOption}),d.includes("hour")&&p.push({value:"hour",label:n.hourOption||U.hourOption}),d.includes("minute")&&p.push({value:"minute",label:n.minuteOption||U.minuteOption}),d.includes("reboot")&&c&&(c===!0||c.includes("@reboot"))&&p.push({value:"reboot",label:n.rebootOption||U.rebootOption});var u=b.useCallback(function(y){l||o(y)},[o,l]),f=b.useMemo(function(){var y;return we(((y={"react-js-cron-field":!0,"react-js-cron-period":!0})["".concat(i,"-field")]=!!i,y["".concat(i,"-period")]=!!i,y))},[i]),h=b.useMemo(function(){var y;return we(((y={"react-js-cron-select":!0,"react-js-cron-select-no-prefix":n.prefixPeriod===""})["".concat(i,"-select")]=!!i,y))},[i,n.prefixPeriod]),g=b.useMemo(function(){var y;return we(((y={"react-js-cron-select-dropdown":!0,"react-js-cron-select-dropdown-period":!0})["".concat(i,"-select-dropdown")]=!!i,y["".concat(i,"-select-dropdown-period")]=!!i,y))},[i]);return r.jsxs("div",ce({className:f},{children:[n.prefixPeriod!==""&&r.jsx("span",{children:n.prefixPeriod||U.prefixPeriod}),r.jsx(x.Select,{defaultValue:t,value:t,onChange:u,options:p,className:h,popupClassName:g,disabled:a,showArrow:!l,open:!l&&void 0,"data-testid":"select-period"},JSON.stringify(n))]}))}function Ra(e){var t=e.value,o=e.setValue,n=e.locale,i=e.className,a=e.humanizeLabels,l=e.monthDays,c=e.disabled,d=e.readOnly,p=e.period,u=e.periodicityOnDoubleClick,f=e.mode,h=n.weekDays||U.weekDays,g=p==="week"||!l||l.length===0,y=b.useMemo(function(){var D;return we(((D={"react-js-cron-field":!0,"react-js-cron-week-days":!0,"react-js-cron-week-days-placeholder":!g})["".concat(i,"-field")]=!!i,D["".concat(i,"-week-days")]=!!i,D))},[i,g]),w=JSON.stringify(n),A=b.useMemo(function(){return g?n.emptyWeekDays||U.emptyWeekDays:n.emptyWeekDaysShort||U.emptyWeekDaysShort},[g,w]),T=p==="week"||!d||t&&t.length>0||(!t||t.length===0)&&(!l||l.length===0),C=!d||l&&l.length>0||(!l||l.length===0)&&(!t||t.length===0);return T?r.jsxs("div",ce({className:y},{children:[n.prefixWeekDays!==""&&(p==="week"||!C)&&r.jsx("span",{children:n.prefixWeekDays||U.prefixWeekDays}),n.prefixWeekDaysForMonthAndYearPeriod!==""&&p!=="week"&&C&&r.jsx("span",{children:n.prefixWeekDaysForMonthAndYearPeriod||U.prefixWeekDaysForMonthAndYearPeriod}),r.jsx(st,{placeholder:A,optionsList:h,grid:!1,value:t,unit:ce(ce({},je[4]),{alt:n.altWeekDays||U.altWeekDays}),setValue:o,locale:n,className:i,humanizeLabels:a,disabled:c,readOnly:d,period:p,periodicityOnDoubleClick:u,mode:f})]})):null}function el(e){var t=e.clearButton,o=t===void 0||t,n=e.clearButtonProps,i=n===void 0?{}:n,a=e.clearButtonAction,l=a===void 0?"fill-with-every":a,c=e.locale,d=c===void 0?U:c,p=e.value,u=p===void 0?"":p,f=e.setValue,h=e.displayError,g=h===void 0||h,y=e.onError,w=e.className,A=e.defaultPeriod,T=A===void 0?"day":A,C=e.allowEmpty,D=C===void 0?"for-default-value":C,$=e.humanizeLabels,E=$===void 0||$,P=e.humanizeValue,B=P!==void 0&&P,_=e.disabled,z=_!==void 0&&_,J=e.readOnly,Y=J!==void 0&&J,se=e.leadingZero,V=se!==void 0&&se,M=e.shortcuts,L=M===void 0?["@yearly","@annually","@monthly","@weekly","@daily","@midnight","@hourly"]:M,R=e.clockFormat,H=e.periodicityOnDoubleClick,ee=H===void 0||H,G=e.mode,re=G===void 0?"multiple":G,Le=e.allowedDropdowns,xe=Le===void 0?["period","months","month-days","week-days","hours","minutes"]:Le,He=e.allowedPeriods,vl=He===void 0?["year","month","week","day","hour","minute","reboot"]:He,Je=b.useRef(u),to=b.useRef(T),Cn=b.useState(),Fe=Cn[0],At=Cn[1],kn=b.useState(),at=kn[0],It=kn[1],Sn=b.useState(),Ft=Sn[0],Tt=Sn[1],An=b.useState(),lt=An[0],Nt=An[1],In=b.useState(),Dt=In[0],Ot=In[1],Fn=b.useState(),Pt=Fn[0],Mt=Fn[1],Tn=b.useState(!1),oo=Tn[0],ct=Tn[1],Nn=b.useState(!1),Et=Nn[0],Dn=Nn[1],wl=function(te){var Ae=b.useRef(te);return b.useEffect(function(){Ae.current=te},[te]),Ae.current}(Et),On=JSON.stringify(d);b.useEffect(function(){nn(u,ct,y,D,Je,!0,d,L,Mt,Ot,It,Tt,Nt,At)},[]),b.useEffect(function(){u!==Je.current&&nn(u,ct,y,D,Je,!1,d,L,Mt,Ot,It,Tt,Nt,At)},[u,Je,On,D,L]),b.useEffect(function(){if(!(Fe||Pt||Ft||at||lt||Dt)||Et||wl)Et&&Dn(!1);else{var te=Fe||to.current,Ae=rn(te,Ft,at,lt,Dt,Pt,B);f(Ae,{selectedPeriod:te}),Je.current=Ae,y&&y(void 0),ct(!1)}},[Fe,at,Ft,lt,Dt,Pt,B,Et]);var Pn=b.useCallback(function(){It(void 0),Tt(void 0),Nt(void 0),Ot(void 0),Mt(void 0);var te="",Ae=Fe!=="reboot"&&Fe?Fe:to.current;Ae!==Fe&&At(Ae),l==="fill-with-every"&&(te=rn(Ae,void 0,void 0,void 0,void 0,void 0)),f(te,{selectedPeriod:Ae}),Je.current=te,Dn(!0),D==="never"&&l==="empty"?(ct(!0),on(y,d)):(y&&y(void 0),ct(!1))},[Fe,f,y,l]),Cl=b.useMemo(function(){var te;return we(((te={"react-js-cron":!0,"react-js-cron-error":oo&&g,"react-js-cron-disabled":z,"react-js-cron-read-only":Y})["".concat(w)]=!!w,te["".concat(w,"-error")]=oo&&g&&!!w,te["".concat(w,"-disabled")]=z&&!!w,te["".concat(w,"-read-only")]=Y&&!!w,te))},[w,oo,g,z,Y]),no=i.className,Mn=Ro(i,["className"]),En=b.useMemo(function(){var te;return we(((te={"react-js-cron-clear-button":!0})["".concat(w,"-clear-button")]=!!w,te["".concat(no)]=!!no,te))},[w,no]),kl=JSON.stringify(Mn),$n=b.useMemo(function(){return o&&!Y?r.jsx(x.Button,ce({className:En,danger:!0,type:"primary",disabled:z},Mn,{onClick:Pn},{children:d.clearButtonText||U.clearButtonText})):null},[o,Y,On,En,z,kl,Pn]),ae=Fe||to.current;return r.jsxs("div",ce({className:Cl},{children:[xe.includes("period")&&r.jsx(Xa,{value:ae,setValue:At,locale:d,className:w,disabled:z,readOnly:Y,shortcuts:L,allowedPeriods:vl}),ae==="reboot"?$n:r.jsxs(r.Fragment,{children:[ae==="year"&&xe.includes("months")&&r.jsx(Za,{value:Ft,setValue:Tt,locale:d,className:w,humanizeLabels:E,disabled:z,readOnly:Y,period:ae,periodicityOnDoubleClick:ee,mode:re}),(ae==="year"||ae==="month")&&xe.includes("month-days")&&r.jsx(Qa,{value:at,setValue:It,locale:d,className:w,weekDays:lt,disabled:z,readOnly:Y,leadingZero:V,period:ae,periodicityOnDoubleClick:ee,mode:re}),(ae==="year"||ae==="month"||ae==="week")&&xe.includes("week-days")&&r.jsx(Ra,{value:lt,setValue:Nt,locale:d,className:w,humanizeLabels:E,monthDays:at,disabled:z,readOnly:Y,period:ae,periodicityOnDoubleClick:ee,mode:re}),r.jsxs("div",{children:[ae!=="minute"&&ae!=="hour"&&xe.includes("hours")&&r.jsx(Ja,{value:Dt,setValue:Ot,locale:d,className:w,disabled:z,readOnly:Y,leadingZero:V,clockFormat:R,period:ae,periodicityOnDoubleClick:ee,mode:re}),ae!=="minute"&&xe.includes("minutes")&&r.jsx(Ya,{value:Pt,setValue:Mt,locale:d,period:ae,className:w,disabled:z,readOnly:Y,leadingZero:V,clockFormat:R,periodicityOnDoubleClick:ee,mode:re}),$n]})]})]}))}const tl={"zh-CN":{everyText:"每",emptyMonths:"每月",emptyMonthDays:"每日(月)",emptyMonthDaysShort:"每日",emptyWeekDays:"每天(周)",emptyWeekDaysShort:"每天(周)",emptyHours:"每小时",emptyMinutes:"每分钟",emptyMinutesForHourPeriod:"每",yearOption:"年",monthOption:"月",weekOption:"周",dayOption:"天",hourOption:"小时",minuteOption:"分钟",rebootOption:"重启",prefixPeriod:"每",prefixMonths:"的",prefixMonthDays:"的",prefixWeekDays:"的",prefixWeekDaysForMonthAndYearPeriod:"或者",prefixHours:"的",prefixMinutes:":",prefixMinutesForHourPeriod:"的",suffixMinutesForHourPeriod:"分钟",errorInvalidCron:"不符合 cron 规则的表达式",clearButtonText:"清空",weekDays:["周日","周一","周二","周三","周四","周五","周六"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],altWeekDays:["周日","周一","周二","周三","周四","周五","周六"],altMonths:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},un=[{value:"none",text:"No repeat"},{value:6e4,text:"By minute",unitText:"Minutes"},{value:36e5,text:"By hour",unitText:"Hours"},{value:864e5,text:"By day",unitText:"Days"},{value:6048e5,text:"By week",unitText:"Weeks"},{value:"cron",text:"Advanced"}];function mn(e){return un.filter(o=>typeof o.value=="number").reverse().find(o=>!(e%o.value))}function ol(e){let t;switch(typeof e){case"number":return t=mn(e),t?t.value:"none";case"string":return"cron"}return"none"}function nl({value:e,onChange:t}){const{t:o}=Ce(),n=mn(e);return r.jsx(x.InputNumber,{value:e/n.value,onChange:i=>t(i*n.value),min:1,addonBefore:o("Every"),addonAfter:o(n.unitText),className:"auto-width"})}function rl({value:e=null,onChange:t}){const{t:o}=Ce(),n=ol(e);function i(l){if(l==="none"){t(null);return}if(l==="cron"){t("0 * * * * *");return}t(l)}const a=tl[localStorage.getItem("TACHYBASE_LOCALE")||"en-US"];return r.jsxs("fieldset",{className:s.css`
839
839
  display: flex;
840
840
  flex-direction: ${n==="cron"?"column":"row"};
841
841
  align-items: flex-start;
@@ -864,7 +864,7 @@ export default async function (
864
864
  }
865
865
  }
866
866
  }
867
- `,children:[r.jsx(b.Select,{value:n,onChange:a,className:"auto-width",children:fn.map(l=>r.jsx(b.Select.Option,{value:l.value,children:o(l.text)},l.value))}),typeof n=="number"?r.jsx(ol,{value:e,onChange:t}):null,n==="cron"?r.jsx(Ri,{value:e.trim().split(/\s+/).slice(1).join(" "),setValue:l=>t(`0 ${l}`),clearButton:!1,locale:i}):null]})}const rl={[We.STATIC]:{startsOn:{type:"datetime",title:`{{t("Starts on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0},required:!0},repeat:{type:"string",title:`{{t("Repeat mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RepeatField","x-reactions":[{target:"endsOn",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"limit",fulfill:{state:{visible:"{{!!$self.value}}"}}}]},endsOn:{type:"datetime",title:`{{t("Ends on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0}},limit:{type:"number",title:`{{t("Repeat limit", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{placeholder:`{{t("No limit", { ns: "${m}" })}}`,min:0}}},[We.DATE_FIELD]:{collection:F(w({},we),{"x-component-props":{dataSourceFilter(e){return e.options.key==="main"||e.options.isDBInstance}},"x-reactions":[...we["x-reactions"],{target:"startsOn",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),startsOn:{type:"object",title:`{{t("Starts on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"OnField","x-reactions":[{target:"repeat",fulfill:{state:{visible:"{{!!$self.value}}"}}}],required:!0},repeat:{type:"string",title:`{{t("Repeat mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RepeatField","x-reactions":[{target:"endsOn",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"limit",fulfill:{state:{visible:"{{!!$self.value}}"}}}]},endsOn:{type:"object",title:`{{t("Ends on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"EndsByField"},limit:{type:"number",title:`{{t("Repeat limit", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{placeholder:`{{t("No limit", { ns: "${m}" })}}`,min:0}},appends:F(w({},st),{"x-reactions":[{dependencies:["mode","collection"],fulfill:{state:{visible:`{{$deps[0] === ${We.DATE_FIELD} && $deps[1]}}`}}}]})}},sl=[{value:We.STATIC,label:`{{t("Based on certain date", { ns: "${m}" })}}`},{value:We.DATE_FIELD,label:`{{t("Based on date field of collection", { ns: "${m}" })}}`}],al=()=>{const{values:e={},clearFormGraph:t}=A.useForm(),[o,n]=v.useState(e.mode);return A.useFormEffects(()=>{A.onFieldValueChange("mode",a=>{n(a.value),t("collection"),t("startsOn"),t("repeat"),t("endsOn"),t("limit")})}),r.jsxs(r.Fragment,{children:[r.jsx(s.SchemaComponent,{schema:{type:"number",title:`{{t("Trigger mode", { ns: "${m}" })}}`,name:"mode","x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{options:sl},required:!0,default:We.STATIC}}),r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`mode-${o}`]:{type:"void","x-component":"fieldset","x-component-props":{className:s.css`
867
+ `,children:[r.jsx(x.Select,{value:n,onChange:i,className:"auto-width",children:un.map(l=>r.jsx(x.Select.Option,{value:l.value,children:o(l.text)},l.value))}),typeof n=="number"?r.jsx(nl,{value:e,onChange:t}):null,n==="cron"?r.jsx(el,{value:e.trim().split(/\s+/).slice(1).join(" "),setValue:l=>t(`0 ${l}`),clearButton:!1,locale:a}):null]})}const sl={[We.STATIC]:{startsOn:{type:"datetime",title:`{{t("Starts on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0},required:!0},repeat:{type:"string",title:`{{t("Repeat mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RepeatField","x-reactions":[{target:"endsOn",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"limit",fulfill:{state:{visible:"{{!!$self.value}}"}}}]},endsOn:{type:"datetime",title:`{{t("Ends on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"DatePicker","x-component-props":{showTime:!0}},limit:{type:"number",title:`{{t("Repeat limit", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{placeholder:`{{t("No limit", { ns: "${m}" })}}`,min:0}}},[We.DATE_FIELD]:{collection:I(v({},ve),{"x-component-props":{dataSourceFilter(e){return e.options.key==="main"||e.options.isDBInstance}},"x-reactions":[...ve["x-reactions"],{target:"startsOn",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),startsOn:{type:"object",title:`{{t("Starts on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"OnField","x-reactions":[{target:"repeat",fulfill:{state:{visible:"{{!!$self.value}}"}}}],required:!0},repeat:{type:"string",title:`{{t("Repeat mode", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"RepeatField","x-reactions":[{target:"endsOn",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"limit",fulfill:{state:{visible:"{{!!$self.value}}"}}}]},endsOn:{type:"object",title:`{{t("Ends on", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"EndsByField"},limit:{type:"number",title:`{{t("Repeat limit", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{placeholder:`{{t("No limit", { ns: "${m}" })}}`,min:0}},appends:I(v({},rt),{"x-reactions":[{dependencies:["mode","collection"],fulfill:{state:{visible:`{{$deps[0] === ${We.DATE_FIELD} && $deps[1]}}`}}}]})}},il=[{value:We.STATIC,label:`{{t("Based on certain date", { ns: "${m}" })}}`},{value:We.DATE_FIELD,label:`{{t("Based on date field of collection", { ns: "${m}" })}}`}],al=()=>{const{values:e={},clearFormGraph:t}=S.useForm(),[o,n]=b.useState(e.mode);return S.useFormEffects(()=>{S.onFieldValueChange("mode",i=>{n(i.value),t("collection"),t("startsOn"),t("repeat"),t("endsOn"),t("limit")})}),r.jsxs(r.Fragment,{children:[r.jsx(s.SchemaComponent,{schema:{type:"number",title:`{{t("Trigger mode", { ns: "${m}" })}}`,name:"mode","x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{options:il},required:!0,default:We.STATIC}}),r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`mode-${o}`]:{type:"void","x-component":"fieldset","x-component-props":{className:s.css`
868
868
  .ant-input-number {
869
869
  width: auto;
870
870
  min-width: 6em;
@@ -873,4 +873,4 @@ export default async function (
873
873
  .ant-picker {
874
874
  width: auto;
875
875
  }
876
- `},properties:rl[o]}}},components:{OnField:en,RepeatField:nl,EndsByField:Gi}})]})};class il extends Ze{constructor(){super(...arguments);f(this,"sync",!1);f(this,"title",`{{t("Schedule event", { ns: "${m}" })}}`);f(this,"description",`{{t("Event will be scheduled and triggered base on time conditions.", { ns: "${m}" })}}`);f(this,"fieldset",{config:{type:"void","x-component":"ScheduleConfig","x-component-props":{}}});f(this,"scope",{useCollectionDataSource:s.useCollectionDataSource});f(this,"components",{ScheduleConfig:al})}useVariables(o,n){var d;const a=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),l=[];if((!(n!=null&&n.types)||n.types.includes("date"))&&l.push({key:"date",value:"date",label:N("Trigger time")}),o.mode===We.DATE_FIELD){const[c]=me(F(w({appends:["data",...((d=o.appends)==null?void 0:d.map(p=>`data.${p}`))||[]]},n),{fields:[{collectionName:o.collection,name:"data",type:"hasOne",target:o.collection,uiSchema:{title:N("Trigger data")}}],compile:a,getCollectionFields:i}));c&&l.push(c)}return l}useInitializers(o){return o.collection?{name:"triggerData",type:"item",title:`{{t("Trigger data", { ns: "${m}" })}}`,Component:Ne,collection:o.collection,dataPath:"$context.data"}:null}}const Rt=()=>{const{t:e}=R.useTranslation(),{id:t}=s.useRecord(),{setVisible:o}=s.useActionContext();return r.jsx(oe.Link,{to:xt(t),onClick:()=>o(!1),children:e("View")})},yn={name:"executions",fields:[{interface:"id",type:"bigInt",name:"id",uiSchema:{type:"number",title:'{{t("ID")}}',"x-component":"Input","x-component-props":{},"x-read-pretty":!0}},{interface:"createdAt",type:"datetime",name:"createdAt",uiSchema:{type:"datetime",title:`{{t("Triggered at", { ns: "${m}" })}}`,"x-component":"DatePicker","x-component-props":{},"x-read-pretty":!0}},{interface:"m2o",type:"belongsTo",name:"workflowId",uiSchema:{type:"number",title:`{{t("Version", { ns: "${m}" })}}`,"x-component"({value:e}){const{setVisible:t}=s.useActionContext();return r.jsx(oe.Link,{to:Ve(e),onClick:()=>t(!1),children:`#${e}`})}}},{type:"number",name:"status",interface:"select",uiSchema:{title:`{{t("Status", { ns: "${m}" })}}`,type:"string","x-component":"Select","x-decorator":"FormItem",enum:ut}}]},hn=e=>{const{isShowActionClear:t=!0}=e||{};return{type:"void",name:"executionHistoryDrawer",title:`{{t("Execution history", { ns: "${m}" })}}`,"x-component":"Action.Drawer",properties:{content:{type:"void","x-decorator":"ExecutionResourceProvider","x-decorator-props":{collection:yn,dataSource:"main",action:"list",params:{appends:["workflow.id","workflow.title"],pageSize:20,sort:["-createdAt"]}},properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:16}},properties:{filter:{type:"void",title:'{{ t("Filter") }}',"x-action":"filter","x-designer":"Filter.Action.Designer","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresher:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-use-component-props":"useRefreshActionProps","x-designer":"Action.Designer","x-component-props":{icon:"ReloadOutlined"},"x-align":"right"},clear:{type:"void",title:'{{t("Clear")}}',"x-component":"Action","x-component-props":{isShow:t,useAction(){const{t:o}=ke(),{refresh:n,params:a}=s.useDataBlockRequest(),i=s.useDataBlockResource(),{setVisible:l}=s.useActionContext();return{run(){return E(this,null,function*(){yield i.destroy({filter:a==null?void 0:a.filter}),b.message.success(o("Operation succeeded")),n(),l(!1)})}}},confirm:{title:`{{t("Clear all executions", { ns: "${m}" })}}`,content:`{{t("Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?", { ns: "${m}" })}}`}}}}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id"},properties:{actions:{type:"void",title:'{{ t("Actions") }}',"x-component":"TableV2.Column","x-component-props":{width:50},properties:{actions:{type:"void","x-component":"Space","x-component-props":{split:"|"},properties:{link:{type:"void","x-component":"ExecutionLink"}}}}},id:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{id:{type:"number","x-component":"CollectionField","x-read-pretty":!0}}},createdAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:100},properties:{createdAt:{type:"datetime","x-component":"CollectionField","x-component-props":{showTime:!0},"x-read-pretty":!0}}},executionTime:{type:"void",title:`{{t("Executed time", { ns: "${m}" })}}`,"x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{executionTime:{type:"string","x-decorator":"ExecutionTime","x-component":"CollectionField","x-read-pretty":!0}}},workflowId:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{workflowId:{type:"number","x-component":"CollectionField","x-read-pretty":!0}}},status:{type:"void",title:`{{t("Status", { ns: "${m}" })}}`,"x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{status:{type:"number","x-decorator":"ExecutionStatusColumn","x-component":"CollectionField","x-read-pretty":!0}}}}}}}}}},eo=hn();function ll(n){var a=n,{params:e,filter:t={}}=a,o=G(a,["params","filter"]);const{workflow:i}=L(),l=F(w({},o),{params:F(w({},e),{filter:F(w({},e==null?void 0:e.filter),{key:i.key})})});return r.jsx(s.TableBlockProvider,w({},l))}function cl(){var j;const e=oe.useNavigate(),{t}=R.useTranslation(),o=s.useApp(),{data:n,refresh:a,loading:i}=s.useResourceActionContext(),{resource:l}=s.useResourceContext(),{setTitle:d}=s.useDocumentTitle(),[c,p]=v.useState(!1),{styles:u}=he(),{modal:g}=b.App.useApp();if(v.useEffect(()=>{var _;const{title:M}=(_=n==null?void 0:n.data)!=null?_:{};d==null||d(`${N("Workflow")}${M?`: ${M}`:""}`)},[n==null?void 0:n.data]),!(n!=null&&n.data))return i?r.jsx(b.Spin,{}):r.jsx(b.Result,{status:"404",title:"Not found"});const H=(j=n==null?void 0:n.data)!=null?j:{},{nodes:y=[],revisions:x=[]}=H,h=G(H,["nodes","revisions"]);gt(y);const C=y.find(M=>!M.upstream);function k({key:M}){M!==h.id&&e(Ve(M))}function T(M){return E(this,null,function*(){yield l.update({filterByTk:h.id,values:{enabled:M}}),a()})}function I(){return E(this,null,function*(){const{data:{data:M}}=yield l.retry({filterByTk:h.id,filter:{key:h.key}});e(xt(M.executionId))})}function O(){return E(this,null,function*(){const{data:{data:M}}=yield l.revision({filterByTk:h.id,filter:{key:h.key}});b.message.success(t("Operation succeeded")),e(Ve(M.id))})}function V(){return E(this,null,function*(){const M=h.current?N("Delete a main version will cause all other revisions to be deleted too."):"";g.confirm({title:t("Are you sure you want to delete it?"),content:M,onOk(){return E(this,null,function*(){var Y;yield l.destroy({filterByTk:h.id}),b.message.success(t("Operation succeeded")),e(h.current?o.systemSettingsManager.getRoutePath("workflow"):Ve((Y=x.find(ae=>ae.current))==null?void 0:Y.id))})}})})}function $(_){return E(this,arguments,function*({key:M}){switch(M){case"history":p(!0);return;case"Retry":return I();case"revision":return O();case"delete":return V()}})}const P=h.executed&&!x.find(M=>!M.executed&&new Date(M.createdAt)>new Date(h.createdAt));return r.jsxs(Ue.Provider,{value:{workflow:h,nodes:y,refresh:a},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(xo,{}),r.jsx(b.Breadcrumb,{items:[{title:r.jsx(oe.Link,{to:o.systemSettingsManager.getRoutePath(`business-components.${m}`),children:N("Workflow")})},{title:r.jsx("strong",{children:h.title})}]})]}),r.jsxs("aside",{children:[r.jsx("div",{className:"workflow-versions",children:r.jsx(b.Dropdown,{trigger:["click"],menu:{onClick:k,defaultSelectedKeys:[`${h.id}`],className:s.cx(u.dropdownClass,u.workflowVersionDropdownClass),items:x.sort((M,_)=>_.id-M.id).map((M,_)=>({role:"button","aria-label":`version-${_}`,key:`${M.id}`,icon:M.current?r.jsx(z.RightOutlined,{}):null,className:s.cx({executed:M.executed,unexecuted:!M.executed,enabled:M.enabled}),label:r.jsxs(r.Fragment,{children:[r.jsx("strong",{children:`#${M.id}`}),r.jsx("time",{children:B.str2moment(M.createdAt).format("YYYY-MM-DD HH:mm:ss")})]})}))},children:r.jsxs(b.Button,{type:"text","aria-label":"version",children:[r.jsx("label",{children:N("Version")}),r.jsx("span",{children:h!=null&&h.id?`#${h.id}`:null}),r.jsx(z.DownOutlined,{})]})})}),r.jsx(b.Switch,{checked:h.enabled,onChange:T,checkedChildren:N("On"),unCheckedChildren:N("Off")}),r.jsx(b.Dropdown,{menu:{items:[{role:"button","aria-label":"history",key:"history",label:N("Execution history"),disabled:!h.allExecuted},{role:"button","aria-label":"Retry",key:"Retry",label:N("Retry"),disabled:!h.allExecuted},{role:"button","aria-label":"revision",key:"revision",label:N("Copy to new version"),disabled:!P},{role:"button","aria-label":"delete",key:"delete",label:t("Delete")}],onClick:$},children:r.jsx(b.Button,{"aria-label":"more",type:"text",icon:r.jsx(z.EllipsisOutlined,{})})}),r.jsx(s.ActionContextProvider,{value:{visible:c,setVisible:p},children:r.jsx(s.SchemaComponent,{schema:eo,components:{ExecutionResourceProvider:ll,ExecutionLink:Rt,ExecutionStatusColumn:Ht,ExecutionTime:Wt}})})]})]}),r.jsx(ho,{entry:C})]})}const xn=()=>{const e=oe.useParams(),{styles:t}=he();return r.jsx("div",{className:s.cx(t.workflowPageClass),children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`provider_${e.id}`]:{type:"void","x-decorator":"ResourceActionProvider","x-decorator-props":{collection:{name:"workflows",fields:[]},resourceName:"workflows",request:{resource:"workflows",action:"get",params:{filter:{id:e.id},appends:["createdBy","nodes","revisions.id","revisions.createdAt","revisions.current","revisions.executed","revisions.enabled"]}}},"x-component":"WorkflowCanvas"}}},components:{WorkflowCanvas:cl}})})},dl=()=>{var i;const e=s.useCollectionRecordData(),t=s.useCollectionManager(),o=(i=e.config)==null?void 0:i.collection,n=t.getCollection(o),a=o?`${n==null?void 0:n.options.title}(${o})`:"-";return r.jsx("div",{style:{textAlign:"left"},children:a})},pl=()=>{const e=s.useCollectionRecordData(),t=s.useCompile(),n=s.usePlugin("workflow").getTriggersOptions(),{type:a,title:i}=e,l=n.find(d=>d.value===a);return r.jsx(b.Tooltip,{title:t(l.label),placement:"right",color:"cyan",children:r.jsx("span",{style:{textAlign:"left",cursor:"pointer"},children:i})})},ul=n=>{var a=n,{params:e,filter:t={}}=a,o=G(a,["params","filter"]);const i=s.useCollectionRecordData(),l=F(w({},o),{params:F(w({},e),{filter:F(w({},e==null?void 0:e.filter),{key:i.key})})});return r.jsx(s.TableBlockProvider,w({},l))};var it=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},bn={exports:{}};(function(e,t){(function(o,n){n()})(it,function(){function o(p,u){return typeof u=="undefined"?u={autoBom:!1}:typeof u!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),u={autoBom:!u}),u.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(p.type)?new Blob(["\uFEFF",p],{type:p.type}):p}function n(p,u,g){var y=new XMLHttpRequest;y.open("GET",p),y.responseType="blob",y.onload=function(){c(y.response,u,g)},y.onerror=function(){console.error("could not download file")},y.send()}function a(p){var u=new XMLHttpRequest;u.open("HEAD",p,!1);try{u.send()}catch(g){}return 200<=u.status&&299>=u.status}function i(p){try{p.dispatchEvent(new MouseEvent("click"))}catch(g){var u=document.createEvent("MouseEvents");u.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),p.dispatchEvent(u)}}var l=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof it=="object"&&it.global===it?it:void 0,d=l.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),c=l.saveAs||(typeof window!="object"||window!==l?function(){}:"download"in HTMLAnchorElement.prototype&&!d?function(p,u,g){var y=l.URL||l.webkitURL,x=document.createElement("a");u=u||p.name||"download",x.download=u,x.rel="noopener",typeof p=="string"?(x.href=p,x.origin===location.origin?i(x):a(x.href)?n(p,u,g):i(x,x.target="_blank")):(x.href=y.createObjectURL(p),setTimeout(function(){y.revokeObjectURL(x.href)},4e4),setTimeout(function(){i(x)},0))}:"msSaveOrOpenBlob"in navigator?function(p,u,g){if(u=u||p.name||"download",typeof p!="string")navigator.msSaveOrOpenBlob(o(p,g),u);else if(a(p))n(p,u,g);else{var y=document.createElement("a");y.href=p,y.target="_blank",setTimeout(function(){i(y)})}}:function(p,u,g,y){if(y=y||open("","_blank"),y&&(y.document.title=y.document.body.innerText="downloading..."),typeof p=="string")return n(p,u,g);var x=p.type==="application/octet-stream",h=/constructor/i.test(l.HTMLElement)||l.safari,C=/CriOS\/[\d]+/.test(navigator.userAgent);if((C||x&&h||d)&&typeof FileReader!="undefined"){var k=new FileReader;k.onloadend=function(){var O=k.result;O=C?O:O.replace(/^data:[^;]*;/,"data:attachment/file;"),y?y.location.href=O:location=O,y=null},k.readAsDataURL(p)}else{var T=l.URL||l.webkitURL,I=T.createObjectURL(p);y?y.location=I:location.href=I,y=null,setTimeout(function(){T.revokeObjectURL(I)},4e4)}});l.saveAs=c.saveAs=c,e.exports=c})})(bn);var ml=bn.exports;const to=A.observable({value:""}),vn=[{value:"0",label:"分类一"},{value:"1",label:"分类二"},{value:"2",label:"分类三"},{value:"3",label:"分类四"},{value:"4",label:"分类五"},{value:"5",label:"分类六"}],Le={name:"workflows",fields:[{type:"string",name:"title",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input",required:!0}},{type:"string",name:"type",interface:"select",uiSchema:{title:`{{t("Trigger type", { ns: "${m}" })}}`,type:"string","x-decorator":"FormItem","x-component":"Select","x-component-props":{options:"{{getTriggersOptions()}}"},required:!0}},{type:"array",name:"tags",interface:"multipleSelect",uiSchema:{title:'{{t("Tags")}}',type:"array",enum:vn,"x-component":"Select","x-component-props":{mode:"multiple"}}},{type:"string",name:"description",interface:"textarea",uiSchema:{title:'{{t("Description")}}',type:"string","x-component":"Input.TextArea"}},{type:"boolean",name:"enabled",interface:"radioGroup",uiSchema:{title:`{{t("Status", { ns: "${m}" })}}`,type:"string",enum:[{label:`{{t("On", { ns: "${m}" })}}`,value:!0,color:"#52c41a"},{label:`{{t("Off", { ns: "${m}" })}}`,value:!1}],"x-component":"Radio.Group","x-decorator":"FormItem",default:!1}},{type:"number",name:"allExecuted",interface:"integer",uiSchema:{title:`{{t("Executed", { ns: "${m}" })}}`,type:"number","x-component":"InputNumber","x-decorator":"FormItem"}},{type:"object",name:"options"},{name:"updatedAt",type:"date",interface:"updatedAt",uiSchema:{type:"datetime",title:D("Updated at"),"x-component":"DatePicker","x-component-props":{showTime:!0}}},{name:"updatedBy",type:"belongsTo",interface:"updatedBy",target:"users",targetKey:"id",foreignKey:"updatedById",collectionName:"workflows",uiSchema:{type:"object",title:'{{t("Last updated by")}}',"x-component":"AssociationField","x-component-props":{fieldNames:{value:"id",label:"nickname"}},"x-read-pretty":!0}}]},fe={title:{"x-component":"CollectionField","x-decorator":"FormItem"},type:{"x-component":"CollectionField","x-decorator":"FormItem",default:"general-action","x-hidden":!0},sync:{type:"boolean",title:`{{ t("Execute mode", { ns: "${m}" }) }}`,"x-decorator":"FormItem","x-component":"SyncOptionSelect","x-component-props":{options:[{label:`{{ t("Queue Mode", { ns: "${m}" }) }}`,value:!1,tooltip:`{{ t("Will be executed in the background as a queued task.", { ns: "${m}" }) }}`},{label:`{{ t("Transactional Mode", { ns: "${m}" }) }}`,value:!0,tooltip:`{{ t("For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.", { ns: "${m}" }) }}`}]}},tags:{"x-component":"CollectionField","x-decorator":"FormItem"},enabled:{"x-component":"CollectionField","x-decorator":"FormItem"},description:{"x-component":"CollectionField","x-decorator":"FormItem"},options:{type:"object","x-component":"fieldset",properties:{deleteExecutionOnStatus:{type:"array",title:`{{ t("Auto delete history when execution is on end status", { ns: "${m}" }) }}`,"x-decorator":"FormItem","x-component":"ExecutionStatusSelect","x-component-props":{multiple:!0}}}}},wn={type:"void","x-action":"create","x-acl-action":"create",title:"{{t('Add new')}}","x-component":"Action","x-decorator":"ACLActionProvider","x-component-props":{openMode:"drawer",type:"primary",component:"CreateRecordAction",icon:"PlusOutlined"},"x-align":"right","x-acl-action-props":{skipScopeCheck:!0},properties:{drawer:{type:"void",title:'{{ t("Add record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{body:{type:"void","x-acl-action-props":{skipScopeCheck:!0},"x-acl-action":`${Le.name}:create`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useCreateFormBlockDecoratorProps","x-decorator-props":{dataSource:"main",collection:Le},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useCreateFormBlockProps",properties:{actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:24}},properties:{cancel:{title:'{{ t("Cancel") }}',"x-component":"Action","x-use-component-props":"useCancelActionProps"},submit:{title:'{{ t("Submit") }}',"x-component":"Action","x-use-component-props":"useCreateActionProps","x-component-props":{type:"primary",htmlType:"submit"},"x-action-settings":{assignedValues:{},triggerWorkflows:[],pageMode:!1}}}},title:fe.title,tags:fe.tags,type:fe.type,sync:fe.sync,description:fe.description,options:fe.options}}}}}}}},Cn={type:"void",title:'{{ t("Edit") }}',"x-action":"update","x-component":"Action.Link","x-component-props":{openMode:"drawer",icon:"EditOutlined"},"x-decorator":"ACLActionProvider",properties:{drawer:{type:"void",title:'{{ t("Edit record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{card:{type:"void","x-acl-action-props":{skipScopeCheck:!1},"x-acl-action":`${Le.name}:update`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useEditFormBlockDecoratorProps","x-decorator-props":{action:"get",dataSource:"main",collection:Le},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useEditFormBlockProps",properties:{actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:24}},properties:{cancel:{title:'{{ t("Cancel") }}',"x-component":"Action","x-use-component-props":"useCancelActionProps"},submit:{title:'{{ t("Submit") }}',"x-component":"Action","x-use-component-props":"useUpdateActionProps","x-component-props":{type:"primary"},"x-action-settings":{isDeltaChanged:!0}}}},title:fe.title,tags:fe.tags,type:fe.type,enabled:fe.enabled,sync:fe.sync,description:fe.description,options:fe.options}}}}}}}},fl={type:"void",title:`{{t("Duplicate", { ns: "${m}" })}}`,"x-component":"Action.Link","x-component-props":{openSize:"small"},properties:{modal:{type:"void",title:`{{t("Duplicate to new workflow", { ns: "${m}" })}}`,"x-decorator":"FormV2","x-component":"Action.Modal",properties:{title:{type:"string",title:'{{t("Title")}}',"x-decorator":"FormItem","x-component":"Input"},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:e}=R.useTranslation(),{refresh:t}=s.useDataBlockRequest(),o=s.useDataBlockResource(),{setVisible:n}=s.useActionContext(),a=s.useFilterByTk(),{values:i}=A.useForm();return{run(){return E(this,null,function*(){yield o.revision({filterByTk:a,values:i}),b.message.success(e("Operation succeeded")),t(),n(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},gl={type:"void",title:`{{t("Test", { ns: "${m}" })}}`,"x-component":"Action.Link",properties:{modal:{type:"void",title:`{{t("Test workflow", { ns: "${m}" })}}`,"x-decorator":"FormV2","x-component":"Action.Modal",properties:{params:{type:"string",title:'{{t("Input")}}',description:`{{t("Data is the trigger variable, it can be { data: 0 }, or { data: { id: 0 }}", { ns: "${m}" })}}`,"x-decorator":"FormItem",default:{data:{}},"x-component":"Input.JSON","x-component-props":{autoSize:{minRows:20,maxRows:50}}},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){R.useTranslation();const{refresh:e}=s.useDataBlockRequest(),t=s.useDataBlockResource(),{setVisible:o}=s.useActionContext(),n=s.useFilterByTk(),{values:a}=A.useForm();return{run(){return E(this,null,function*(){yield t.test({filterByTk:n,values:a.params}),e(),o(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},yl=({children:e})=>r.jsx(b.Tabs,{type:"card",onChange:t=>{to.value=t},items:[{value:"",label:N("All")}].concat(vn).map(({label:t,value:o},n)=>({label:t,key:o,children:r.jsx(s.CardItem,{children:e})}))}),kn={type:"void",properties:{provider:{type:"void","x-decorator":A.observer(e=>{const t={collection:Le,action:"list",params:{filter:{current:!0,type:{$not:"approval"}},sort:["-initAt"]},rowKey:"id"};return to.value&&(t.params.filter.tags={$anyOf:[to.value]}),r.jsx(s.TableBlockProvider,w(w({},e),t))}),"x-component":yl,properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:16}},properties:{filter:{type:"void",title:'{{ t("Filter") }}',default:{$and:[{title:{$includes:""}}]},"x-action":"filter","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresh:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-settings":"actionSettings:refresh","x-component-props":{icon:"ReloadOutlined"},"x-use-component-props":"useRefreshActionProps"},delete:{type:"void",title:'{{t("Delete")}}',"x-action":"destroy","x-decorator":"ACLActionProvider","x-component":"Action","x-use-component-props":"useDestroyActionProps","x-component-props":{icon:"DeleteOutlined",confirm:{title:"{{t('Delete record')}}",content:"{{t('Are you sure you want to delete it?')}}"}}},load:{type:"void",title:`{{t("Load", { ns: "${m}" })}}`,"x-component":"Action","x-component-props":{icon:"UploadOutlined",openSize:"small"},properties:{modal:{type:"void",title:`{{t("Load a workflow", { ns: "${m}" })}}`,"x-decorator":"FormV2","x-component":"Action.Modal",properties:{title:{type:"string",title:'{{t("Title")}}',"x-decorator":"FormItem","x-component":"Input"},file:{type:"object",title:'{{ t("File") }}',required:!0,"x-decorator":"FormItem","x-component":"Upload.Attachment","x-component-props":{action:"attachments:create",multiple:!1}},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:e}=R.useTranslation(),t=s.useAPIClient(),{refresh:o}=s.useDataBlockRequest(),n=s.useDataBlockResource(),a=s.useFilterByTk(),{setVisible:i}=s.useActionContext(),{values:l}=A.useForm();return{run(){return E(this,null,function*(){const{data:c}=yield t.request({url:l.file.url,baseURL:"/"});yield n.load({filterByTk:a,values:F(w({},l),{workflow:c})}),b.message.success(e("Operation succeeded")),o(),i(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},create:wn}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id",rowSelection:{type:"checkbox"}},properties:{title:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0},title:'{{t("Name")}}',properties:{title:{type:"string","x-component":"ColumnShowTitle"}}},tags:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0,width:20,align:"center"},title:'{{t("Tags")}}',properties:{tags:{type:"array","x-component":"CollectionField","x-read-pretty":!0}}},showCollection:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",title:D("Collection"),properties:{showCollection:{type:"string","x-component":"ColumnShowCollection"}}},enabled:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center"},properties:{enabled:{type:"boolean","x-component":"CollectionField","x-read-pretty":!0,default:!1}}},allExecuted:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center",style:{display:"grid",placeItems:"center"}},properties:{allExecuted:{type:"number","x-decorator":"OpenDrawer","x-decorator-props":{component:function(t){const o=s.useCollectionRecordData();return v.createElement("a",w({"aria-label":`executed-${o.title}`},t))}},"x-component":"CollectionField","x-read-pretty":!0,properties:{drawer:eo}}}},updatedAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center",style:{display:"grid",placeItems:"center"}},properties:{updatedAt:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}},updatedBy:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center",style:{display:"grid",placeItems:"center"}},properties:{updatedBy:{type:"string","x-collection-field":"workflows.updatedBy","x-component":"CollectionField","x-read-pretty":!0}}},actions:{type:"void",title:'{{ t("Actions") }}',"x-component":"TableV2.Column","x-component-props":{fixed:"right"},properties:{actions:{type:"void","x-component":"Space","x-component-props":{split:"|"},properties:{configure:{type:"void","x-component":"WorkflowLink"},update:Cn,revision:fl,test:gl,delete:{type:"void",title:'{{t("Delete")}}',"x-action":"destroy","x-component":"Action.Link","x-use-component-props":"useDestroyActionProps","x-component-props":{confirm:{title:"{{t('Delete record')}}",content:"{{t('Are you sure you want to delete it?')}}"}}},dump:{type:"void",title:'{{ t("Dump") }}',"x-component":"Action.Link","x-component-props":{useAction(){const{t:e}=R.useTranslation(),t=s.useDataBlockResource(),o=s.useFilterByTk();return{run(){return E(this,null,function*(){const{data:a}=yield t.dump({filterByTk:o}),i=new Blob([JSON.stringify(a.data,null,2)],{type:"application/json"});ml.saveAs(i,a.data.title+"-"+a.data.key+".json"),b.message.success(e("Operation succeeded"))})}}}}}}}}}}}}}}},hl=()=>{const{t:e}=R.useTranslation(),{id:t}=s.useRecord(),{setVisible:o}=s.useActionContext(),{getAriaLabel:n}=s.useGetAriaLabelOfAction("Configure");return r.jsx(oe.Link,{"aria-label":n(),to:Ve(t),onClick:()=>o(!1),children:e("Configure")})};function xl(e){const t=A.useField(),o=s.usePlugin(Z);return A.useFormEffects(()=>{A.onFieldChange("type",n=>{let a=!n.value;if(n.value){const i=o.triggers.get(n.value);i.sync!=null&&(a=!0,t.setValue(i.sync))}t.setPattern(a?"disabled":"editable")})}),r.jsx(Pe,w({},e))}function Sn(e){const{schema:t=kn}=e,o=v.useContext(s.SchemaComponentContext),{getTriggersOptions:n}=s.usePlugin(Z);return r.jsx(s.ExtendCollectionsProvider,{collections:[Le,yn],children:r.jsx(s.SchemaComponentContext.Provider,{value:F(w({},o),{designable:!1}),children:r.jsx(s.SchemaComponent,{schema:t,components:{WorkflowLink:hl,ExecutionResourceProvider:ul,ExecutionLink:Rt,OpenDrawer:To,ExecutionStatusSelect:Do,SyncOptionSelect:xl,ExecutionStatusColumn:Ht,ExecutionTime:Wt,ColumnShowTitle:pl,ColumnShowCollection:dl},scope:{getTriggersOptions:n}})})})}class Z extends s.Plugin{constructor(){super(...arguments);f(this,"triggers",new B.Registry);f(this,"instructions",new B.Registry);f(this,"getTriggersOptions",()=>Array.from(this.triggers.getEntities()).map(i=>{var[o,l]=i,d=l,{title:n}=d,a=G(d,["title"]);return{value:o,label:n,color:"gold",options:a}}))}isWorkflowSync(o){var n;return(n=this.triggers.get(o.type).sync)!=null?n:o.sync}registerTrigger(o,n){if(typeof n=="function")this.triggers.register(o,new n);else if(n)this.triggers.register(o,n);else throw new TypeError("invalid trigger type to register")}registerInstruction(o,n){if(typeof n=="function")this.instructions.register(o,new n);else if(n instanceof Q)this.instructions.register(o,n);else throw new TypeError("invalid instruction type to register")}afterAdd(){return E(this,null,function*(){yield this.pm.add(ti),yield this.pm.add(Ya),yield this.pm.add(Ha),yield this.pm.add(zs),yield this.pm.add(Zr),yield this.pm.add(Ar),yield this.pm.add(yr),yield this.pm.add(ur),yield this.pm.add(Ra),yield this.pm.add(Kr),yield this.pm.add(li),yield this.pm.add(Za),yield this.pm.add(Ga),yield this.pm.add(ri),yield this.pm.add($a),yield this.pm.add(Jr),yield this.pm.add(_r)})}load(){return E(this,null,function*(){this.addComponents(),this.app.systemSettingsManager.add(`business-components.${m}`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:Sn,aclSnippet:"pm.workflow.workflows",sort:-80}),this.app.systemSettingsManager.add(`business-components.${m}/:id`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`}),this.app.systemSettingsManager.add(`business-components.${m}/:id.workflow`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:xn,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.systemSettingsManager.add(`business-components.${m}/:id.executions`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:bo,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.schemaSettingsManager.add(Li),this.registerTrigger("collection",Ui),this.registerTrigger("schedule",il),this.registerInstruction("calculation",ci),this.registerInstruction("condition",Oi),this.registerInstruction("end",Vi),this.registerInstruction("query",ji),this.registerInstruction("create",$i),this.registerInstruction("update",zi),this.registerInstruction("destroy",Bi)})}addComponents(){this.app.addComponents({WorkflowLink:qn,WorkflowPage:xn,ExecutionPage:bo})}}S.AddButton=Vt,S.AdditionNotifiedPerson=Wr,S.AutoResizeInput=Oo,S.BaseTypeSets=De,S.Branch=Be,S.BuiltinGroupType=Ke,S.CheckboxGroupWithTooltip=Fo,S.CollectionBlockInitializer=Ne,S.ConfigButtonMessage=Lr,S.DetailsBlockProvider=zt,S.EXECUTION_STATUS=pe,S.ExecutionContextProvider=_o,S.ExecutionLink=Rt,S.ExecutionStatusColumn=Ht,S.ExecutionStatusOptions=ut,S.ExecutionStatusOptionsMap=mt,S.ExecutionStatusSelect=Do,S.ExecutionTime=Wt,S.FieldsSelect=tt,S.FilterDynamicComponent=Oe,S.FlowContext=Ue,S.Instruction=Q,S.JOB_STATUS=xe,S.JobStatusOptions=ft,S.JobStatusOptionsMap=et,S.Node=co,S.NodeDefaultView=rt,S.OpenDrawer=To,S.ProviderContextNode=lo,S.RadioWithTooltip=Pe,S.SelectNotifiedPerson=$r,S.SimpleDesigner=_t,S.Trigger=Ze,S.ValueBlock=Ae,S.WorkflowPane=Sn,S.WorkflowVariableCodeMirror=Or,S.WorkflowVariableInput=Se,S.WorkflowVariableJSON=Io,S.WorkflowVariableRawTextArea=Ao,S.WorkflowVariableTextArea=nt,S.collectionWorkflows=Le,S.createWorkflow=wn,S.currentFormOptions=wo,S.default=Z,S.defaultFieldNames=ue,S.executionSchema=eo,S.formatDuration=jt,S.getCollectionFieldOptions=me,S.getExecutionSchema=hn,S.getWorkflowDetailPath=Ve,S.getWorkflowExecutionsPath=xt,S.isValidFilter=yt,S.linkNodes=gt,S.nodesOptions=bt,S.scopeOptions=Lt,S.systemOptions=Co,S.traverseSchema=ht,S.triggerOptions=vt,S.updateWorkflow=Cn,S.useAvailableUpstreams=$e,S.useContextNode=ye,S.useFlowContext=L,S.useGetAriaLabelOfAddButton=pt,S.useRecordTriggerWorkflowsActionProps=qs,S.useStyles=he,S.useTrigger=Xe,S.useTriggerWorkflowsActionProps=Ls,S.useWorkflowAnyExecuted=Po,S.useWorkflowExecuted=Jt,S.useWorkflowVariableFormOptions=So,S.useWorkflowVariableOptions=ce,S.workflowFieldset=fe,S.workflowSchema=kn,Object.defineProperties(S,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
876
+ `},properties:sl[o]}}},components:{OnField:Xo,RepeatField:rl,EndsByField:Ga}})]})};class ll extends Qe{constructor(){super(...arguments),this.sync=!1,this.title=`{{t("Schedule event", { ns: "${m}" })}}`,this.description=`{{t("Event will be scheduled and triggered base on time conditions.", { ns: "${m}" })}}`,this.fieldset={config:{type:"void","x-component":"ScheduleConfig","x-component-props":{}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={ScheduleConfig:al}}useVariables(t,o){var l;const n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=[];if((!(o!=null&&o.types)||o.types.includes("date"))&&a.push({key:"date",value:"date",label:F("Trigger time")}),t.mode===We.DATE_FIELD){const[c]=ue(I(v({appends:["data",...((l=t.appends)==null?void 0:l.map(d=>`data.${d}`))||[]]},o),{fields:[{collectionName:t.collection,name:"data",type:"hasOne",target:t.collection,uiSchema:{title:F("Trigger data")}}],compile:n,getCollectionFields:i}));c&&a.push(c)}return a}useInitializers(t){return t.collection?{name:"triggerData",type:"item",title:`{{t("Trigger data", { ns: "${m}" })}}`,Component:Te,collection:t.collection,dataPath:"$context.data"}:null}}const Xt={name:"executions",fields:[{interface:"id",type:"bigInt",name:"id",uiSchema:{type:"number",title:'{{t("ID")}}',"x-component":"Input","x-component-props":{},"x-read-pretty":!0}},{interface:"createdAt",type:"datetime",name:"createdAt",uiSchema:{type:"datetime",title:`{{t("Triggered at", { ns: "${m}" })}}`,"x-component":"DatePicker","x-component-props":{},"x-read-pretty":!0}},{interface:"bigInt",type:"bigInt",name:"executionCost",uiSchema:{type:"bigInt",title:`{{t("Execution time", { ns: "${m}" })}}`,"x-component":({value:e})=>{const t=s.useCollectionRecordData(),o=nr(e,t);return r.jsx(s.Input,{type:"text",value:o})},"x-read-pretty":!0}},{interface:"m2o",type:"belongsTo",name:"workflowId",uiSchema:{type:"number",title:`{{t("Version", { ns: "${m}" })}}`,"x-component"({value:e}){const{setVisible:t}=s.useActionContext();return r.jsx(oe.Link,{to:Be(e),onClick:()=>t(!1),children:`#${e}`})}}},{type:"number",name:"status",interface:"select",uiSchema:{title:`{{t("Status", { ns: "${m}" })}}`,type:"string","x-component":"Select","x-decorator":"FormItem",enum:pt}}]},fn=e=>{const{isShowActionClear:t=!0}=e||{};return{type:"void",name:"executionHistoryDrawer",title:`{{t("Execution history", { ns: "${m}" })}}`,"x-component":"Action.Drawer",properties:{content:{type:"void","x-decorator":"ExecutionResourceProvider","x-decorator-props":{collection:Xt,dataSource:"main",action:"list",params:{appends:["workflow.id","workflow.title"],pageSize:20,sort:["-createdAt"]}},properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:16}},properties:{filter:{type:"void",title:'{{ t("Filter") }}',"x-action":"filter","x-designer":"Filter.Action.Designer","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresher:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-use-component-props":"useRefreshActionProps","x-designer":"Action.Designer","x-component-props":{icon:"ReloadOutlined"},"x-align":"right"},clear:{type:"void",title:'{{t("Clear")}}',"x-component":"Action","x-component-props":{isShow:t,useAction(){const{t:o}=Ce(),{refresh:n,params:i}=s.useDataBlockRequest(),a=s.useDataBlockResource(),{setVisible:l}=s.useActionContext();return{run(){return O(this,null,function*(){yield a.destroy({filter:i==null?void 0:i.filter}),x.message.success(o("Operation succeeded")),n(),l(!1)})}}},confirm:{title:`{{t("Clear all executions", { ns: "${m}" })}}`,content:`{{t("Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?", { ns: "${m}" })}}`}}}}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id"},properties:{actions:{type:"void",title:'{{ t("Actions") }}',"x-component":"TableV2.Column","x-component-props":{width:50},properties:{actions:{type:"void","x-component":"Space","x-component-props":{split:"|"},properties:{link:{type:"void","x-component":"ExecutionLink"},retry:{type:"void",title:`{{t("Retry", { ns: "${m}" })}}`,"x-component":"Action.Link","x-use-component-props":"ExecutionRetryAction"}}}}},id:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{id:{type:"number","x-component":"CollectionField","x-read-pretty":!0}}},createdAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:100},properties:{createdAt:{type:"datetime","x-component":"CollectionField","x-component-props":{showTime:!0},"x-read-pretty":!0}}},executionCost:{type:"void",title:`{{t("Executed time", { ns: "${m}" })}}`,"x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{executionCost:{type:"bigInt","x-component":"CollectionField","x-read-pretty":!0}}},workflowId:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{workflowId:{type:"number","x-component":"CollectionField","x-read-pretty":!0}}},status:{type:"void",title:`{{t("Status", { ns: "${m}" })}}`,"x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:50},properties:{status:{type:"number","x-decorator":"ExecutionStatusColumn","x-component":"CollectionField","x-read-pretty":!0}}}}}}}}}},Rt=fn();function cl(n){var i=n,{params:e,filter:t={}}=i,o=K(i,["params","filter"]);const{workflow:a}=q(),l=I(v({},o),{params:I(v({},e),{filter:I(v({},e==null?void 0:e.filter),{key:a.key})})});return r.jsx(s.TableBlockProvider,v({},l))}function dl(){var se;const e=oe.useNavigate(),{t}=X.useTranslation(),o=s.useApp(),{data:n,refresh:i,loading:a}=s.useResourceActionContext(),{resource:l}=s.useResourceContext(),{setTitle:c}=s.useDocumentTitle(),[d,p]=b.useState(!1),[u,f]=b.useState(!1),[h,g]=b.useState(null),{styles:y}=ge(),{modal:w}=x.App.useApp();if(b.useEffect(()=>{var L;const{title:M}=(L=n==null?void 0:n.data)!=null?L:{};c==null||c(`${F("Workflow")}${M?`: ${M}`:""}`)},[n==null?void 0:n.data]),!(n!=null&&n.data))return a?r.jsx(x.Spin,{}):r.jsx(x.Result,{status:"404",title:"Not found"});const V=(se=n==null?void 0:n.data)!=null?se:{},{nodes:A=[],revisions:T=[]}=V,C=K(V,["nodes","revisions"]);ft(A);const D=A.find(M=>!M.upstream);function $({key:M}){M!==C.id&&e(Be(M))}function E(M){return O(this,null,function*(){yield l.update({filterByTk:C.id,values:{enabled:M}}),i()})}function P(){return O(this,null,function*(){const{data:{data:M}}=yield l.retry({filterByTk:C.id,filter:{key:C.key}});e(yt(M.executionId))})}function B(){return O(this,null,function*(){const{data:{data:M}}=yield l.revision({filterByTk:C.id,filter:{key:C.key}});x.message.success(t("Operation succeeded")),e(Be(M.id))})}function _(){return O(this,null,function*(){const M=C.current?F("Delete a main version will cause all other revisions to be deleted too."):"";w.confirm({title:t("Are you sure you want to delete it?"),content:M,onOk(){return O(this,null,function*(){var R;yield l.destroy({filterByTk:C.id}),x.message.success(t("Operation succeeded")),e(C.current?o.systemSettingsManager.getRoutePath("workflow"):Be((R=T.find(H=>H.current))==null?void 0:R.id))})}})})}const z=()=>O(this,null,function*(){h?(yield l.moveWorkflow({id:C.id,targetKey:h}),x.message.success(F("Move success")),f(!1),C.key=h,i()):x.message.error(F("Select target workflow"))});function J(L){return O(this,arguments,function*({key:M}){switch(M){case"history":p(!0);return;case"Retry":return P();case"revision":return B();case"delete":return _();case"move":g(null),f(!0);return}})}const Y=C.executed&&!T.find(M=>!M.executed&&new Date(M.createdAt)>new Date(C.createdAt));return r.jsxs(qe.Provider,{value:{workflow:C,nodes:A,refresh:i},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(go,{}),r.jsx(x.Breadcrumb,{items:[{title:r.jsx(oe.Link,{to:o.systemSettingsManager.getRoutePath(`business-components.${m}`),children:F("Workflow")})},{title:r.jsx("strong",{children:C.title})}]})]}),r.jsxs("aside",{children:[r.jsx("div",{className:"workflow-versions",children:r.jsx(x.Dropdown,{trigger:["click"],menu:{onClick:$,defaultSelectedKeys:[`${C.id}`],className:s.cx(y.dropdownClass,y.workflowVersionDropdownClass),items:T.sort((M,L)=>L.id-M.id).map((M,L)=>({role:"button","aria-label":`version-${L}`,key:`${M.id}`,icon:M.current?r.jsx(j.RightOutlined,{}):null,className:s.cx({executed:M.executed,unexecuted:!M.executed,enabled:M.enabled}),label:r.jsxs(r.Fragment,{children:[r.jsx("strong",{children:`#${M.id}`}),r.jsx("time",{children:W.str2moment(M.createdAt).format("YYYY-MM-DD HH:mm:ss")})]})}))},children:r.jsxs(x.Button,{type:"text","aria-label":"version",children:[r.jsx("label",{children:F("Version")}),r.jsx("span",{children:C!=null&&C.id?`#${C.id}`:null}),r.jsx(j.DownOutlined,{})]})})}),r.jsx(x.Switch,{checked:C.enabled,onChange:E,checkedChildren:F("On"),unCheckedChildren:F("Off")}),r.jsx(x.Dropdown,{menu:{items:[{role:"button","aria-label":"history",key:"history",label:F("Execution history"),disabled:!C.allExecuted},{role:"button","aria-label":"Retry",key:"Retry",label:F("Retry"),disabled:!C.allExecuted},{role:"button","aria-label":"revision",key:"revision",label:F("Copy to new version"),disabled:!Y},{role:"button","aria-label":"delete",key:"delete",label:t("Delete")},{role:"button","aria-label":"move",key:"move",label:F("Move"),disabled:C.current}],onClick:J},children:r.jsx(x.Button,{"aria-label":"more",type:"text",icon:r.jsx(j.EllipsisOutlined,{})})}),r.jsx(s.ActionContextProvider,{value:{visible:d,setVisible:p},children:r.jsx(s.SchemaComponent,{schema:Rt,components:{ExecutionResourceProvider:cl,ExecutionLink:Gt,ExecutionStatusColumn:Kt},scope:{ExecutionRetryAction:Ht}})})]})]}),r.jsx(ho,{entry:D}),r.jsxs(x.Modal,{title:F("Move workflow"),visible:u,onOk:z,onCancel:()=>{f(!1)},children:[r.jsx("p",{children:F("Move current version to another workflow")}),r.jsx(s.WorkflowSelect,{buttonAction:"submit",noCollection:!0,label:"title",actionType:"update",value:h,filterType:C.type,filterSync:C.sync,filterKey:{$ne:C.key},onChange:M=>g(M)})]})]})}const hn=()=>{const e=oe.useParams(),{styles:t}=ge();return r.jsx("div",{className:s.cx(t.workflowPageClass),children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[`provider_${e.id}`]:{type:"void","x-decorator":"ResourceActionProvider","x-decorator-props":{collection:{name:"workflows",fields:[]},resourceName:"workflows",request:{resource:"workflows",action:"get",params:{filter:{id:e.id},appends:["createdBy","nodes","revisions.id","revisions.createdAt","revisions.current","revisions.executed","revisions.enabled"]}}},"x-component":"WorkflowCanvas"}}},components:{WorkflowCanvas:dl}})})},pl=()=>{var a;const e=s.useCollectionRecordData(),t=s.useCollectionManager(),o=(a=e.config)==null?void 0:a.collection,n=t.getCollection(o),i=o?`${n==null?void 0:n.options.title}(${o})`:"-";return r.jsx("div",{style:{textAlign:"left"},children:i})},ul=()=>{const e=s.useCollectionRecordData(),t=s.useCompile(),n=s.usePlugin("workflow").getTriggersOptions(),{type:i,title:a}=e,l=n.find(c=>c.value===i);return r.jsx(x.Tooltip,{title:t(l.label),placement:"right",color:"cyan",children:r.jsx("span",{style:{textAlign:"left",cursor:"pointer"},children:a})})},ml=n=>{var i=n,{params:e,filter:t={}}=i,o=K(i,["params","filter"]);const a=s.useCollectionRecordData(),l=I(v({},o),{params:I(v({},e),{filter:I(v({},e==null?void 0:e.filter),{key:a.key})})});return r.jsx(s.TableBlockProvider,v({},l))};var it=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},gn={exports:{}};(function(e,t){(function(o,n){n()})(it,function(){function o(p,u){return typeof u=="undefined"?u={autoBom:!1}:typeof u!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),u={autoBom:!u}),u.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(p.type)?new Blob(["\uFEFF",p],{type:p.type}):p}function n(p,u,f){var h=new XMLHttpRequest;h.open("GET",p),h.responseType="blob",h.onload=function(){d(h.response,u,f)},h.onerror=function(){console.error("could not download file")},h.send()}function i(p){var u=new XMLHttpRequest;u.open("HEAD",p,!1);try{u.send()}catch(f){}return 200<=u.status&&299>=u.status}function a(p){try{p.dispatchEvent(new MouseEvent("click"))}catch(f){var u=document.createEvent("MouseEvents");u.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),p.dispatchEvent(u)}}var l=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof it=="object"&&it.global===it?it:void 0,c=l.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),d=l.saveAs||(typeof window!="object"||window!==l?function(){}:"download"in HTMLAnchorElement.prototype&&!c?function(p,u,f){var h=l.URL||l.webkitURL,g=document.createElement("a");u=u||p.name||"download",g.download=u,g.rel="noopener",typeof p=="string"?(g.href=p,g.origin===location.origin?a(g):i(g.href)?n(p,u,f):a(g,g.target="_blank")):(g.href=h.createObjectURL(p),setTimeout(function(){h.revokeObjectURL(g.href)},4e4),setTimeout(function(){a(g)},0))}:"msSaveOrOpenBlob"in navigator?function(p,u,f){if(u=u||p.name||"download",typeof p!="string")navigator.msSaveOrOpenBlob(o(p,f),u);else if(i(p))n(p,u,f);else{var h=document.createElement("a");h.href=p,h.target="_blank",setTimeout(function(){a(h)})}}:function(p,u,f,h){if(h=h||open("","_blank"),h&&(h.document.title=h.document.body.innerText="downloading..."),typeof p=="string")return n(p,u,f);var g=p.type==="application/octet-stream",y=/constructor/i.test(l.HTMLElement)||l.safari,w=/CriOS\/[\d]+/.test(navigator.userAgent);if((w||g&&y||c)&&typeof FileReader!="undefined"){var A=new FileReader;A.onloadend=function(){var D=A.result;D=w?D:D.replace(/^data:[^;]*;/,"data:attachment/file;"),h?h.location.href=D:location=D,h=null},A.readAsDataURL(p)}else{var T=l.URL||l.webkitURL,C=T.createObjectURL(p);h?h.location=C:location.href=C,h=null,setTimeout(function(){T.revokeObjectURL(C)},4e4)}});l.saveAs=d.saveAs=d,e.exports=d})})(gn);var fl=gn.exports;const eo=S.observable({value:""}),yn=[{value:"0",label:"分类一"},{value:"1",label:"分类二"},{value:"2",label:"分类三"},{value:"3",label:"分类四"},{value:"4",label:"分类五"},{value:"5",label:"分类六"}],ze={name:"workflows",fields:[{type:"string",name:"title",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input",required:!0}},{type:"string",name:"type",interface:"select",uiSchema:{title:`{{t("Trigger type", { ns: "${m}" })}}`,type:"string","x-decorator":"FormItem","x-component":"Select","x-component-props":{options:"{{getTriggersOptions()}}"},required:!0}},{type:"array",name:"tags",interface:"multipleSelect",uiSchema:{title:'{{t("Tags")}}',type:"array",enum:yn,"x-component":"Select","x-component-props":{mode:"multiple"}}},{type:"string",name:"description",interface:"textarea",uiSchema:{title:'{{t("Description")}}',type:"string","x-component":"Input.TextArea"}},{type:"boolean",name:"enabled",interface:"radioGroup",uiSchema:{title:`{{t("Status", { ns: "${m}" })}}`,type:"string",enum:[{label:`{{t("On", { ns: "${m}" })}}`,value:!0,color:"#52c41a"},{label:`{{t("Off", { ns: "${m}" })}}`,value:!1}],"x-component":"Radio.Group","x-decorator":"FormItem",default:!1}},{type:"number",name:"allExecuted",interface:"integer",uiSchema:{title:`{{t("Executed", { ns: "${m}" })}}`,type:"number","x-component":"InputNumber","x-decorator":"FormItem"}},{type:"object",name:"options"},{name:"updatedAt",type:"date",interface:"updatedAt",uiSchema:{type:"datetime",title:N("Updated at"),"x-component":"DatePicker","x-component-props":{showTime:!0}}},{name:"updatedBy",type:"belongsTo",interface:"updatedBy",target:"users",targetKey:"id",foreignKey:"updatedById",collectionName:"workflows",uiSchema:{type:"object",title:'{{t("Last updated by")}}',"x-component":"AssociationField","x-component-props":{fieldNames:{value:"id",label:"nickname"}},"x-read-pretty":!0}}]},me={title:{"x-component":"CollectionField","x-decorator":"FormItem"},type:{"x-component":"CollectionField","x-decorator":"FormItem",default:"general-action","x-hidden":!0},sync:{type:"boolean",title:`{{ t("Execute mode", { ns: "${m}" }) }}`,"x-decorator":"FormItem","x-component":"SyncOptionSelect","x-component-props":{options:[{label:`{{ t("Queue Mode", { ns: "${m}" }) }}`,value:!1,tooltip:`{{ t("Will be executed in the background as a queued task.", { ns: "${m}" }) }}`},{label:`{{ t("Transactional Mode", { ns: "${m}" }) }}`,value:!0,tooltip:`{{ t("For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.", { ns: "${m}" }) }}`}]}},tags:{"x-component":"CollectionField","x-decorator":"FormItem"},enabled:{"x-component":"CollectionField","x-decorator":"FormItem"},description:{"x-component":"CollectionField","x-decorator":"FormItem"},options:{type:"object","x-component":"fieldset",properties:{deleteExecutionOnStatus:{type:"array",title:`{{ t("Auto delete history when execution is on end status", { ns: "${m}" }) }}`,"x-decorator":"FormItem","x-component":"ExecutionStatusSelect","x-component-props":{multiple:!0}}}}},xn={type:"void","x-action":"create","x-acl-action":"create",title:"{{t('Add new')}}","x-component":"Action","x-decorator":"ACLActionProvider","x-component-props":{openMode:"drawer",type:"primary",component:"CreateRecordAction",icon:"PlusOutlined"},"x-align":"right","x-acl-action-props":{skipScopeCheck:!0},properties:{drawer:{type:"void",title:'{{ t("Add record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{body:{type:"void","x-acl-action-props":{skipScopeCheck:!0},"x-acl-action":`${ze.name}:create`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useCreateFormBlockDecoratorProps","x-decorator-props":{dataSource:"main",collection:ze},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useCreateFormBlockProps",properties:{actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:24}},properties:{cancel:{title:'{{ t("Cancel") }}',"x-component":"Action","x-use-component-props":"useCancelActionProps"},submit:{title:'{{ t("Submit") }}',"x-component":"Action","x-use-component-props":"useCreateActionProps","x-component-props":{type:"primary",htmlType:"submit"},"x-action-settings":{assignedValues:{},triggerWorkflows:[],pageMode:!1}}}},title:me.title,tags:me.tags,type:me.type,sync:me.sync,description:me.description,options:me.options}}}}}}}},bn={type:"void",title:'{{ t("Edit") }}',"x-action":"update","x-component":"Action.Link","x-component-props":{openMode:"drawer",icon:"EditOutlined"},"x-decorator":"ACLActionProvider",properties:{drawer:{type:"void",title:'{{ t("Edit record") }}',"x-component":"Action.Container","x-component-props":{className:"tb-action-popup"},properties:{card:{type:"void","x-acl-action-props":{skipScopeCheck:!1},"x-acl-action":`${ze.name}:update`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useEditFormBlockDecoratorProps","x-decorator-props":{action:"get",dataSource:"main",collection:ze},"x-component":"CardItem",properties:{form:{type:"void","x-component":"FormV2","x-use-component-props":"useEditFormBlockProps",properties:{actionBar:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:24}},properties:{cancel:{title:'{{ t("Cancel") }}',"x-component":"Action","x-use-component-props":"useCancelActionProps"},submit:{title:'{{ t("Submit") }}',"x-component":"Action","x-use-component-props":"useUpdateActionProps","x-component-props":{type:"primary"},"x-action-settings":{isDeltaChanged:!0}}}},title:me.title,tags:me.tags,type:me.type,enabled:me.enabled,sync:me.sync,description:me.description,options:me.options}}}}}}}},hl={type:"void",title:`{{t("Duplicate", { ns: "${m}" })}}`,"x-component":"Action.Link","x-component-props":{openSize:"small"},properties:{modal:{type:"void",title:`{{t("Duplicate to new workflow", { ns: "${m}" })}}`,"x-decorator":"FormV2","x-component":"Action.Modal",properties:{title:{type:"string",title:'{{t("Title")}}',"x-decorator":"FormItem","x-component":"Input"},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:e}=X.useTranslation(),{refresh:t}=s.useDataBlockRequest(),o=s.useDataBlockResource(),{setVisible:n}=s.useActionContext(),i=s.useFilterByTk(),{values:a}=S.useForm();return{run(){return O(this,null,function*(){yield o.revision({filterByTk:i,values:a}),x.message.success(e("Operation succeeded")),t(),n(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},gl={type:"void",title:`{{t("Test", { ns: "${m}" })}}`,"x-component":"Action.Link",properties:{modal:{type:"void",title:`{{t("Test workflow", { ns: "${m}" })}}`,"x-decorator":"FormV2","x-component":"Action.Modal",properties:{params:{type:"string",title:'{{t("Input")}}',description:`{{t("Data is the trigger variable, it can be { data: 0 }, or { data: { id: 0 }}", { ns: "${m}" })}}`,"x-decorator":"FormItem",default:{data:{}},"x-component":"Input.JSON","x-component-props":{autoSize:{minRows:20,maxRows:50}}},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){X.useTranslation();const{refresh:e}=s.useDataBlockRequest(),t=s.useDataBlockResource(),{setVisible:o}=s.useActionContext(),n=s.useFilterByTk(),{values:i}=S.useForm();return{run(){return O(this,null,function*(){yield t.test({filterByTk:n,values:i.params}),e(),o(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},yl=({children:e})=>r.jsx(x.Tabs,{type:"card",onChange:t=>{eo.value=t},items:[{value:"",label:F("All")}].concat(yn).map(({label:t,value:o},n)=>({label:t,key:o,children:r.jsx(s.CardItem,{children:e})}))}),vn={type:"void",properties:{provider:{type:"void","x-decorator":S.observer(e=>{const t={collection:ze,action:"list",params:{filter:{current:!0,type:{$not:"approval"}},sort:["-initAt"]},rowKey:"id"};return eo.value&&(t.params.filter.tags={$anyOf:[eo.value]}),r.jsx(s.TableBlockProvider,v(v({},e),t))}),"x-component":yl,properties:{actions:{type:"void","x-component":"ActionBar","x-component-props":{style:{marginBottom:16}},properties:{filter:{type:"void",title:'{{ t("Filter") }}',default:{$and:[{title:{$includes:""}}]},"x-action":"filter","x-component":"Filter.Action","x-use-component-props":"useFilterActionProps","x-component-props":{icon:"FilterOutlined"},"x-align":"left"},refresh:{type:"void",title:'{{ t("Refresh") }}',"x-action":"refresh","x-component":"Action","x-settings":"actionSettings:refresh","x-component-props":{icon:"ReloadOutlined"},"x-use-component-props":"useRefreshActionProps"},delete:{type:"void",title:'{{t("Delete")}}',"x-action":"destroy","x-decorator":"ACLActionProvider","x-component":"Action","x-use-component-props":"useDestroyActionProps","x-component-props":{icon:"DeleteOutlined",confirm:{title:"{{t('Delete record')}}",content:"{{t('Are you sure you want to delete it?')}}"}}},load:{type:"void",title:`{{t("Load", { ns: "${m}" })}}`,"x-component":"Action","x-component-props":{icon:"UploadOutlined",openSize:"small"},properties:{modal:{type:"void",title:`{{t("Load a workflow", { ns: "${m}" })}}`,"x-decorator":"FormV2","x-component":"Action.Modal",properties:{title:{type:"string",title:'{{t("Title")}}',"x-decorator":"FormItem","x-component":"Input"},file:{type:"object",title:'{{ t("File") }}',required:!0,"x-decorator":"FormItem","x-component":"Upload.Attachment","x-component-props":{action:"attachments:create",multiple:!1}},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{submit:{type:"void",title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction(){const{t:e}=X.useTranslation(),t=s.useAPIClient(),{refresh:o}=s.useDataBlockRequest(),n=s.useDataBlockResource(),i=s.useFilterByTk(),{setVisible:a}=s.useActionContext(),{values:l}=S.useForm();return{run(){return O(this,null,function*(){const{data:d}=yield t.request({url:l.file.url,baseURL:"/"});yield n.load({filterByTk:i,values:I(v({},l),{workflow:d})}),x.message.success(e("Operation succeeded")),o(),a(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},create:xn}},table:{type:"array","x-component":"TableV2","x-use-component-props":"useTableBlockProps","x-component-props":{rowKey:"id",rowSelection:{type:"checkbox"}},properties:{title:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0},title:'{{t("Name")}}',properties:{title:{type:"string","x-component":"ColumnShowTitle"}}},tags:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0,width:20,align:"center"},title:'{{t("Tags")}}',properties:{tags:{type:"array","x-component":"CollectionField","x-read-pretty":!0}}},showCollection:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column",title:N("Collection"),properties:{showCollection:{type:"string","x-component":"ColumnShowCollection"}}},enabled:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center"},properties:{enabled:{type:"boolean","x-component":"CollectionField","x-read-pretty":!0,default:!1}}},allExecuted:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center",style:{display:"grid",placeItems:"center"}},properties:{allExecuted:{type:"number","x-decorator":"OpenDrawer","x-decorator-props":{component:function(t){const o=s.useCollectionRecordData();return b.createElement("a",v({"aria-label":`executed-${o.title}`},t))}},"x-component":"CollectionField","x-read-pretty":!0,properties:{drawer:Rt}}}},updatedAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center",style:{display:"grid",placeItems:"center"}},properties:{updatedAt:{type:"string","x-component":"CollectionField","x-read-pretty":!0}}},updatedBy:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{width:20,align:"center",style:{display:"grid",placeItems:"center"}},properties:{updatedBy:{type:"string","x-collection-field":"workflows.updatedBy","x-component":"CollectionField","x-read-pretty":!0}}},actions:{type:"void",title:'{{ t("Actions") }}',"x-component":"TableV2.Column","x-component-props":{fixed:"right"},properties:{actions:{type:"void","x-component":"Space","x-component-props":{split:"|"},properties:{configure:{type:"void","x-component":"WorkflowLink"},update:bn,revision:hl,test:gl,delete:{type:"void",title:'{{t("Delete")}}',"x-action":"destroy","x-component":"Action.Link","x-use-component-props":"useDestroyActionProps","x-component-props":{confirm:{title:"{{t('Delete record')}}",content:"{{t('Are you sure you want to delete it?')}}"}}},dump:{type:"void",title:'{{ t("Dump") }}',"x-component":"Action.Link","x-component-props":{useAction(){const{t:e}=X.useTranslation(),t=s.useDataBlockResource(),o=s.useFilterByTk();return{run(){return O(this,null,function*(){const{data:i}=yield t.dump({filterByTk:o}),a=new Blob([JSON.stringify(i.data,null,2)],{type:"application/json"});fl.saveAs(a,i.data.title+"-"+i.data.key+".json"),x.message.success(e("Operation succeeded"))})}}}}}}}}}}}}}}},xl=()=>{const{t:e}=X.useTranslation(),{id:t}=s.useRecord(),{setVisible:o}=s.useActionContext(),{getAriaLabel:n}=s.useGetAriaLabelOfAction("Configure");return r.jsx(oe.Link,{"aria-label":n(),to:Be(t),onClick:()=>o(!1),children:e("Configure")})};function bl(e){const t=S.useField(),o=s.usePlugin(Z);return S.useFormEffects(()=>{S.onFieldChange("type",n=>{let i=!n.value;if(n.value){const a=o.triggers.get(n.value);a.sync!=null&&(i=!0,t.setValue(a.sync))}t.setPattern(i?"disabled":"editable")})}),r.jsx(Oe,v({},e))}function wn(e){const{schema:t=vn,components:o,scopes:n}=e,i=b.useContext(s.SchemaComponentContext),{getTriggersOptions:a}=s.usePlugin(Z);return r.jsx(s.ExtendCollectionsProvider,{collections:[ze,Xt],children:r.jsx(s.SchemaComponentContext.Provider,{value:I(v({},i),{designable:!1}),children:r.jsx(s.SchemaComponent,{schema:t,components:v({WorkflowLink:xl,ExecutionResourceProvider:ml,ExecutionLink:Gt,OpenDrawer:Io,ExecutionStatusSelect:To,SyncOptionSelect:bl,ExecutionStatusColumn:Kt,ColumnShowTitle:ul,ColumnShowCollection:pl},o),scope:v({getTriggersOptions:a,ExecutionRetryAction:Ht},n)})})})}class Z extends s.Plugin{constructor(){super(...arguments),this.triggers=new W.Registry,this.instructions=new W.Registry,this.getTriggersOptions=()=>Array.from(this.triggers.getEntities()).map(i=>{var[t,a]=i,l=a,{title:o}=l,n=K(l,["title"]);return{value:t,label:o,color:"gold",options:n}})}isWorkflowSync(t){var o;return(o=this.triggers.get(t.type).sync)!=null?o:t.sync}registerTrigger(t,o){if(typeof o=="function")this.triggers.register(t,new o);else if(o)this.triggers.register(t,o);else throw new TypeError("invalid trigger type to register")}registerInstruction(t,o){if(typeof o=="function")this.instructions.register(t,new o);else if(o instanceof Q)this.instructions.register(t,o);else throw new TypeError("invalid instruction type to register")}afterAdd(){return O(this,null,function*(){yield this.pm.add(oa),yield this.pm.add(Qi),yield this.pm.add(Ji),yield this.pm.add(Ls),yield this.pm.add(Xr),yield this.pm.add(Ir),yield this.pm.add(yr),yield this.pm.add(mr),yield this.pm.add(ea),yield this.pm.add(_r),yield this.pm.add(ca),yield this.pm.add(Xi),yield this.pm.add(Gi),yield this.pm.add(sa),yield this.pm.add(Bi),yield this.pm.add(Yr),yield this.pm.add(Hr)})}load(){return O(this,null,function*(){this.addComponents(),this.app.systemSettingsManager.add(`business-components.${m}`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:wn,aclSnippet:"pm.workflow.workflows",sort:-80}),this.app.systemSettingsManager.add(`business-components.${m}/:id`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`}),this.app.systemSettingsManager.add(`business-components.${m}/:id.workflow`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:hn,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.systemSettingsManager.add(`business-components.${m}/:id.executions`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:yo,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.schemaSettingsManager.add(qa),this.registerTrigger("collection",Ka),this.registerTrigger("schedule",ll),this.registerInstruction("calculation",da),this.registerInstruction("condition",Pa),this.registerInstruction("end",Wa),this.registerInstruction("query",ja),this.registerInstruction("create",Ba),this.registerInstruction("update",La),this.registerInstruction("destroy",Va)})}addComponents(){this.app.addComponents({WorkflowLink:zn,WorkflowPage:hn,ExecutionPage:yo})}}k.AddButton=Bt,k.AdditionNotifiedPerson=zr,k.AutoResizeInput=No,k.BaseTypeSets=Ne,k.Branch=$e,k.BuiltinGroupType=Ue,k.CheckboxGroupWithTooltip=Ao,k.CollectionBlockInitializer=Te,k.ConfigButtonMessage=qr,k.DetailsBlockProvider=Vt,k.EXECUTION_STATUS=de,k.ExecutionContextProvider=Ko,k.ExecutionLink=Gt,k.ExecutionRetryAction=Ht,k.ExecutionStatusColumn=Kt,k.ExecutionStatusOptions=pt,k.ExecutionStatusOptionsMap=ut,k.ExecutionStatusSelect=To,k.FieldsSelect=et,k.FilterDynamicComponent=De,k.FlowContext=qe,k.Instruction=Q,k.JOB_STATUS=ye,k.JobStatusOptions=mt,k.JobStatusOptionsMap=Re,k.Node=ao,k.NodeDefaultView=nt,k.OpenDrawer=Io,k.ProviderContextNode=io,k.RadioWithTooltip=Oe,k.SelectNotifiedPerson=Br,k.SimpleDesigner=Ut,k.Trigger=Qe,k.ValueBlock=Se,k.WorkflowPane=wn,k.WorkflowVariableCodeMirror=Pr,k.WorkflowVariableInput=ke,k.WorkflowVariableJSON=So,k.WorkflowVariableRawTextArea=ko,k.WorkflowVariableTextArea=ot,k.collectionWorkflows=ze,k.createWorkflow=xn,k.currentFormOptions=bo,k.default=Z,k.defaultFieldNames=pe,k.executionCollection=Xt,k.executionSchema=Rt,k.getCollectionFieldOptions=ue,k.getExecutionSchema=fn,k.getWorkflowDetailPath=Be,k.getWorkflowExecutionsPath=yt,k.isValidFilter=ht,k.linkNodes=ft,k.nodesOptions=xt,k.scopeOptions=Wt,k.systemOptions=vo,k.traverseSchema=gt,k.triggerOptions=bt,k.updateWorkflow=bn,k.useAvailableUpstreams=Ee,k.useContextNode=he,k.useFlowContext=q,k.useGetAriaLabelOfAddButton=dt,k.useRecordTriggerWorkflowsActionProps=Us,k.useStyles=ge,k.useTrigger=Ze,k.useTriggerWorkflowsActionProps=qs,k.useWorkflowAnyExecuted=Do,k.useWorkflowExecuted=_t,k.useWorkflowVariableFormOptions=Co,k.useWorkflowVariableOptions=le,k.workflowFieldset=me,k.workflowSchema=vn,Object.defineProperties(k,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});