@tachybase/module-workflow 1.3.17 → 1.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +38 -38
- package/dist/externalVersion.js +15 -15
- package/dist/node_modules/@babel/core/lib/index.js +23 -23
- package/dist/node_modules/@babel/core/node_modules/.bin/parser +4 -4
- package/dist/node_modules/@babel/core/package.json +1 -1
- package/dist/node_modules/@babel/preset-env/lib/available-plugins.js +4 -0
- package/dist/node_modules/@babel/preset-env/lib/index.js +54 -35
- package/dist/node_modules/@babel/preset-env/package.json +1 -1
- package/dist/node_modules/@babel/preset-react/lib/index.js +24 -24
- package/dist/node_modules/@babel/preset-react/package.json +1 -1
- package/dist/node_modules/@babel/preset-typescript/lib/index.js +23 -23
- package/dist/node_modules/@babel/preset-typescript/package.json +1 -1
- package/dist/node_modules/cron-parser/LICENSE +1 -1
- package/dist/node_modules/cron-parser/dist/CronDate.js +497 -0
- package/dist/node_modules/cron-parser/dist/CronExpression.js +376 -0
- package/dist/node_modules/cron-parser/dist/CronExpressionParser.js +384 -0
- package/dist/node_modules/cron-parser/dist/CronFieldCollection.js +371 -0
- package/dist/node_modules/cron-parser/dist/CronFileParser.js +109 -0
- package/dist/node_modules/cron-parser/dist/fields/CronDayOfMonth.js +44 -0
- package/dist/node_modules/cron-parser/dist/fields/CronDayOfWeek.js +51 -0
- package/dist/node_modules/cron-parser/dist/fields/CronField.js +183 -0
- package/dist/node_modules/cron-parser/dist/fields/CronHour.js +40 -0
- package/dist/node_modules/cron-parser/dist/fields/CronMinute.js +40 -0
- package/dist/node_modules/cron-parser/dist/fields/CronMonth.js +44 -0
- package/dist/node_modules/cron-parser/dist/fields/CronSecond.js +40 -0
- package/dist/node_modules/cron-parser/dist/fields/index.js +24 -0
- package/dist/node_modules/cron-parser/dist/fields/types.js +2 -0
- package/dist/node_modules/cron-parser/dist/index.js +1 -0
- package/dist/node_modules/cron-parser/dist/types/CronDate.d.ts +273 -0
- package/dist/node_modules/cron-parser/dist/types/CronExpression.d.ts +110 -0
- package/dist/node_modules/cron-parser/dist/types/CronExpressionParser.d.ts +70 -0
- package/dist/node_modules/cron-parser/dist/types/CronFieldCollection.d.ts +153 -0
- package/dist/node_modules/cron-parser/dist/types/CronFileParser.d.ts +30 -0
- package/dist/node_modules/cron-parser/dist/types/fields/CronDayOfMonth.d.ts +25 -0
- package/dist/node_modules/cron-parser/dist/types/fields/CronDayOfWeek.d.ts +30 -0
- package/dist/node_modules/cron-parser/dist/types/fields/CronField.d.ts +114 -0
- package/dist/node_modules/cron-parser/dist/types/fields/CronHour.d.ts +23 -0
- package/dist/node_modules/cron-parser/dist/types/fields/CronMinute.d.ts +23 -0
- package/dist/node_modules/cron-parser/dist/types/fields/CronMonth.d.ts +24 -0
- package/dist/node_modules/cron-parser/dist/types/fields/CronSecond.d.ts +23 -0
- package/dist/node_modules/cron-parser/dist/types/fields/index.d.ts +8 -0
- package/dist/node_modules/cron-parser/dist/types/fields/types.d.ts +18 -0
- package/dist/node_modules/cron-parser/dist/types/index.d.ts +8 -0
- package/dist/node_modules/cron-parser/dist/types/utils/random.d.ts +10 -0
- package/dist/node_modules/cron-parser/dist/utils/random.js +38 -0
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/form-data/package.json +1 -1
- package/dist/node_modules/jsonata/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/dist/node_modules/mime-types/package.json +1 -1
- package/dist/node_modules/qrcode/package.json +1 -1
- package/package.json +21 -21
- package/dist/node_modules/cron-parser/lib/date.js +0 -252
- package/dist/node_modules/cron-parser/lib/expression.js +0 -1002
- package/dist/node_modules/cron-parser/lib/field_compactor.js +0 -70
- package/dist/node_modules/cron-parser/lib/field_stringify.js +0 -58
- package/dist/node_modules/cron-parser/lib/parser.js +0 -1
- package/dist/node_modules/cron-parser/types/common.d.ts +0 -131
- package/dist/node_modules/cron-parser/types/index.d.ts +0 -45
- package/dist/node_modules/cron-parser/types/ts3/index.d.ts +0 -28
package/dist/client/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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("@dnd-kit/core"),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","@dnd-kit/core","@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["@dnd-kit/core"],k["@tachybase/evaluators"]))})(this,function(k,s,W,r,b,ne,Q,y,j,S,ie,
|
|
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("@dnd-kit/core"),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","@dnd-kit/core","@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["@dnd-kit/core"],k["@tachybase/evaluators"]))})(this,function(k,s,W,r,b,ne,Q,y,j,S,ie,we,Ee,Qe){"use strict";var rc=Object.defineProperty,sc=Object.defineProperties;var ic=Object.getOwnPropertyDescriptors;var Wt=Object.getOwnPropertySymbols;var Hn=Object.prototype.hasOwnProperty,Jn=Object.prototype.propertyIsEnumerable;var Gn=(k,s,W)=>s in k?rc(k,s,{enumerable:!0,configurable:!0,writable:!0,value:W}):k[s]=W,v=(k,s)=>{for(var W in s||(s={}))Hn.call(s,W)&&Gn(k,W,s[W]);if(Wt)for(var W of Wt(s))Jn.call(s,W)&&Gn(k,W,s[W]);return k},A=(k,s)=>sc(k,ic(s));var Yn=k=>typeof k=="symbol"?k:k+"",K=(k,s)=>{var W={};for(var r in k)Hn.call(k,r)&&s.indexOf(r)<0&&(W[r]=k[r]);if(k!=null&&Wt)for(var r of Wt(k))s.indexOf(r)<0&&Jn.call(k,r)&&(W[r]=k[r]);return W};var D=(k,s,W)=>new Promise((r,b)=>{var ne=j=>{try{y(W.next(j))}catch(S){b(S)}},Q=j=>{try{y(W.throw(j))}catch(S){b(S)}},y=j=>j.done?r(j.value):Promise.resolve(j.value).then(ne,Q);y((W=W.apply(k,s)).next())});const m="workflow";function F(e,t={}){return s.i18n.t(e,A(v({},t),{ns:[m,"core"]}))}function he(){return Q.useTranslation([m,"core"])}const N=(e,t={})=>s.tval(e,v({ns:[m,"core"]},t)),Qn=()=>{const{t:e}=he(),t=ne.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")}})})},ut=(e,t)=>({getAriaLabel:y.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])}),co=y.createContext({}),Zn=co.Provider;function Xn(){return y.useContext(co)}const $e=y.createContext({}),Rn=$e.Provider;function q(){return y.useContext($e)}var Ke=(e=>(e.CONTROL="control",e.COLLECTION="collection",e.EXTENDED="extended",e.MANUAL="manual",e.ADVANCED="advanced",e))(Ke||{});class H{}function er(e){var x;const{upstream:t,branchIndex:o=null}=e,n=s.usePlugin(X),i=s.useCompile(),a=s.useAPIClient(),{workflow:l,refresh:c}=(x=q())!=null?x:{},d=Array.from(n.instructions.getValues()),p=y.useMemo(()=>nr(d,{engine:n,workflow:l,upstream:t,branchIndex:o,compile:i}),[o,n,d,t,l]),[u,f]=y.useState(!1),h=y.useCallback(I=>D(null,[I],function*({keyPath:w}){var E,P,$;const T=w.pop(),C={},[O]=w,B=n.instructions.get(T);if(O){const{value:_}=(P=(E=B.options)==null?void 0:E.find(z=>z.key===O))!=null?P:{};Object.assign(C,typeof _=="function"?_():_)}l&&(yield a.resource("workflows.nodes",l.id).create({values:{type:T,upstreamId:($=t==null?void 0:t.id)!=null?$:null,branchIndex:o,title:i(B.title),config:C}}),c())}),[a,o,n.instructions,c,t==null?void 0:t.id,l]),g=y.useMemo(()=>({onClick:w=>{const{keyPath:I}=w||{};(I==null?void 0:I[0])==="load"?f(!0):h(w)},items:p}),[p,h]);return{workflow:l,menu:g,isShowUploadModal:u,setIsShowUploadModal:f}}const po=[{key:Ke.CONTROL,label:F("Control")},{key:Ke.COLLECTION,label:F("Collection operations")},{key:Ke.MANUAL,label:F("Manual")},{key:Ke.EXTENDED,label:F("Extended types")}],tr={key:"hot",label:F("Hot tools")},or={key:"load",label:F("Load")};function nr(e,{engine:t,workflow:o,upstream:n,branchIndex:i,compile:a}){const l=[],c=[];for(const d of po){const p=e.filter(h=>{var g,x;return h.group===d.key&&((x=(g=h.isAvailable)==null?void 0:g.call(h,{engine:t,workflow:o,upstream:n,branchIndex:i}))!=null?x:!0)});let u=[];for(const h of p){const{type:g,title:x,icon:w,color:I,options:T,isHot:C}=h,O=uo(w,I),B={role:"button","aria-label":g,key:g,label:a(x),type:T?"subMenu":null,icon:O,children:T?T.map(E=>({role:"button","aria-label":E.key,key:E.key,label:a(E.label)})):null};u.push(B),C&&c.push(B)}const f=A(v({},d),{type:"group",children:u});l.push(f)}return l.unshift(A(v({},or),{type:"group",children:[{key:"load","aria-label":"load",role:"button",label:F("Upload node"),icon:uo("ToTopOutlined","#ff92ca")}]})),l.unshift(A(v({},tr),{type:"group",children:c})),l.filter(d=>d.children.length)}function uo(e,t){return r.jsx("div",{className:s.css`
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
align-items: center;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
flex-direction: column;
|
|
40
40
|
align-items: center;
|
|
41
41
|
position: relative;
|
|
42
|
-
`})),go=({data:e})=>{const{styles:t}=cr(),{getAriaLabel:o}=ut(e),n=s.usePlugin(X),{Component:i=st,end:a,group:l}=n.instructions.get(e.type);return r.jsx(fo,{value:A(
|
|
42
|
+
`})),go=({data:e})=>{const{styles:t}=cr(),{getAriaLabel:o}=ut(e),n=s.usePlugin(X),{Component:i=st,end:a,group:l}=n.instructions.get(e.type);return r.jsx(fo,{value:A(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(jt,{"aria-label":o(),upstream:e}):r.jsx("div",{className:"end-sign",children:r.jsx(j.CloseOutlined,{})})]})})},xe=s.createStyles(({css:e,token:t})=>({workflowPageClass:e`
|
|
43
43
|
flex-grow: 1;
|
|
44
44
|
overflow: hidden;
|
|
45
45
|
display: flex;
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
p {
|
|
355
355
|
color: ${t.colorTextDescription};
|
|
356
356
|
}
|
|
357
|
-
`}));function ho(e){const{label:t,title:o,description:n,workflowKey:i,createdAt:a,createdBy:l}=e,{styles:c}=dr(),{t:d}=he();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(b.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 yo="json-parse",xo="js-parse",bo="data-mapping",_e="deprecated",pr=e=>{var d;const{className:t}=e,{t:o}=he(),{styles:n}=ur(),i=s.useCompile(),{instructions:a}=s.usePlugin(X),{nodes:l}=(d=q())!=null?d:{},c=y.useMemo(()=>l==null?void 0:l.reduce((p,u)=>{const f=a.get(u.type),{group:h,title:g}=f,x=po.find(T=>T.key===h),
|
|
357
|
+
`}));function ho(e){const{label:t,title:o,description:n,workflowKey:i,createdAt:a,createdBy:l}=e,{styles:c}=dr(),{t:d}=he();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(b.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 yo="json-parse",xo="js-parse",bo="data-mapping",_e="deprecated",pr=e=>{var d;const{className:t}=e,{t:o}=he(),{styles:n}=ur(),i=s.useCompile(),{instructions:a}=s.usePlugin(X),{nodes:l}=(d=q())!=null?d:{},c=y.useMemo(()=>l==null?void 0:l.reduce((p,u)=>{const f=a.get(u.type),{group:h,title:g}=f,x=po.find(T=>T.key===h),w={key:h,title:g,groupLabel:x!=null&&x.label?x==null?void 0:x.label:o("Unkown group"),count:1,isDeprecated:h===_e},I=p.findIndex(T=>T.key===h);return I>0?p[I].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},x)=>r.jsx("p",{className:g?n.deprecated:"",children:`${x+1}: ${f}:${i(u)}-${h} ${g?o("Deprecated, please do not use it"):""}`},p))]})},ur=s.createStyles(({css:e,token:t})=>({container:e`
|
|
358
358
|
margin-bottom: 1.5em;
|
|
359
359
|
padding: 1em;
|
|
360
360
|
background-color: ${t.colorFillAlter};
|
|
@@ -386,18 +386,18 @@
|
|
|
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:A(
|
|
389
|
+
`),type:"primary"},properties:{[o.id]:{type:"void","x-decorator":"Form","x-decorator-props":{initialValue:A(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(b.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 D(this,null,function*(){try{const c=JSON.stringify(o.context,null,2);yield navigator.clipboard.writeText(c),b.message.success(a("Copied"))}catch(c){b.message.error(a("Copy failed"))}})}}}}}}}}}}}}):null};function gr(){return{form:S.useForm()}}const hr=()=>{var E;const e=s.useAPIClient(),{workflow:t,refresh:o}=q(),[n,i]=y.useState(""),[a,l]=y.useState(!1),[c,d]=y.useState(!1),{styles:p}=xe(),u=s.useCompile(),f=Xe(),h=u(f.title),{fieldset:g,scope:x,components:w}=f,I=t.executed?'{{t("View")}}':'{{t("Configure")}}',T=F("Trigger");y.useEffect(()=>{var P,$;t&&i(($=(P=t.triggerTitle)!=null?P:t.title)!=null?$:h)},[t]);const C=y.useMemo(()=>{const P=ie.cloneDeep(t.config);return S.createForm({initialValues:P,disabled:t.executed})},[t]),O=y.useCallback(P=>{l(P),P||C.reset()},[C]);y.useCallback(function(P){return D(this,null,function*(){const $=P||h;i($),$!==t.triggerTitle&&(yield e.resource("workflows").update({filterByTk:t.id,values:{triggerTitle:$}}),o())})},[t]);const B=y.useCallback(function(P){var _;if(P.target===P.currentTarget){l(!0);return}const $=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=>$.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:B,children:[F("Start"),r.jsx(s.ActionContextProvider,{value:{visible:a,setVisible:O,formValueChanged:c,setFormValueChanged:d},children:r.jsx(s.FormProvider,{form:C,children:r.jsx(s.SchemaComponent,{scope:A(v({},x),{useFormProviderProps:gr}),components:w,schema:{name:`workflow-trigger-${t.id}`,type:"void",properties:{config:{type:"void","x-content":I,"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:A(v({},f.description?{description:{type:"void","x-component":ho,"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: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:mr}}}},showNodes:{type:"void","x-component":pr}})}}}})})})]}),r.jsx(fr,{})]})};function Xe(){const e=s.usePlugin(X),{workflow:t}=q();return e.triggers.get(t.type)}const
|
|
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:mr}}}},showNodes:{type:"void","x-component":pr}})}}}})})})]}),r.jsx(fr,{})]})};function Xe(){const e=s.usePlugin(X),{workflow:t}=q();return e.triggers.get(t.type)}const vo="workflow-zoom";function yr({entry:e}){const{styles:t}=xe(),{workflow:o}=q(),[n,i]=y.useState(100),a=ie.debounce(l=>{localStorage.setItem(vo,l)});return y.useEffect(()=>{const l=localStorage.getItem(vo);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
396
|
`),children:r.jsxs("div",{className:t.branchClass,children:[o!=null&&o.executed?r.jsx(b.Alert,{type:"warning",message:F("Executed workflow cannot be modified"),showIcon:!0,className:s.css`
|
|
397
397
|
margin-bottom: 1em;
|
|
398
398
|
`}):null,r.jsx(hr,{}),r.jsx("div",{className:s.cx(t.branchBlockClass,s.css`
|
|
399
399
|
margin-top: 0 !important;
|
|
400
|
-
`),children:r.jsx(Ve,{entry:e})}),r.jsx("div",{className:t.terminalClass,children:F("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=>{i(l),a(l)}})})]})}const
|
|
400
|
+
`),children:r.jsx(Ve,{entry:e})}),r.jsx("div",{className:t.terminalClass,children:F("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=>{i(l),a(l)}})})]})}const wo="workflow-splitter",Co=({entry:e})=>{const t=q(),[o,n]=y.useState(600),i=ie.debounce(a=>{localStorage.setItem(wo,a)});return y.useEffect(()=>{const a=localStorage.getItem(wo);a&&Number(a)>0&&n(Number(a))},[t.workflow.key]),r.jsx(s.ActionAreaProvider,{children:r.jsxs(b.Splitter,{onResize:a=>{n(a[1]),i(String(a[1]))},children:[r.jsx(b.Splitter.Panel,{collapsible:!0,children:r.jsx(yr,{entry:e})}),r.jsx(b.Splitter.Panel,{size:o,min:"240",collapsible:!0,className:"workflow-operator-area",children:r.jsx(s.ActionAreaStub,{})})]})})};function xr(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 br(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),x=e%1e3;let w=`${x} ms`;return h>0?w=`${h} m ${g} s ${x} ms`:g>0&&(w=`${g} s ${x} 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 vr(e,t){const o=()=>{const a=Date.now(),l=new Date(t.createdAt).getTime();return a-l},[n,i]=y.useState(e||o());return y.useEffect(()=>{let a;return t.status===0?a=setInterval(()=>{i(o())},1e3):i(e),()=>{a&&clearInterval(a)}},[e,t.status]),br(n)}const ko=e=>{const t=ne.useNavigate();return r.jsx(b.Button,v({type:"text",icon:r.jsx(s.Icon,{type:"ArrowLeftOutlined"}),onClick:()=>{t(-1)}},e))},wr=s.createStyles(({css:e})=>({statusButtonClass:e`
|
|
401
401
|
border: none;
|
|
402
402
|
.ant-tag {
|
|
403
403
|
display: inline-grid;
|
|
@@ -411,22 +411,22 @@
|
|
|
411
411
|
}
|
|
412
412
|
`,noStatusButtonClass:e`
|
|
413
413
|
border-width: 2px;
|
|
414
|
-
`}));function Re(e){var n;const{styles:t}=vr();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(b.Tag,{color:a,children:i})}return r.jsx(b.Button,A(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},mt=[{value:pe.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:pe.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:pe.RESOLVED,label:`{{t("Resolved", { ns: "${m}" })}}`,color:"green",icon:r.jsx(j.CheckOutlined,{}),description:`{{t("Successfully finished.", { ns: "${m}" })}}`},{value:pe.FAILED,label:`{{t("Failed", { ns: "${m}" })}}`,color:"red",icon:r.jsx(j.ExclamationOutlined,{}),description:`{{t("Failed to satisfy node configurations.", { ns: "${m}" })}}`},{value:pe.ERROR,label:`{{t("Error", { ns: "${m}" })}}`,color:"red",icon:r.jsx(j.CloseOutlined,{}),description:`{{t("Some node meets error.", { ns: "${m}" })}}`},{value:pe.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:pe.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:pe.REJECTED,label:`{{t("Rejected", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(j.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(j.RedoOutlined,{}),description:`{{t("General failed but should do another try.", { ns: "${m}" })}}`}],ft=mt.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});var be=(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))(be||{});const gt=[{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=gt.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});function ht(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 tt(e){const t=e.$and||e.$or;return t?t.some(o=>{if(o.$and||o.$or)return tt(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 yt(e,t){t(e),e.properties&&Object.keys(e.properties).forEach(o=>{yt(e.properties[o],t)})}function We(e){return`/_admin/business-components/workflow/${e}/workflow`}function xt(e){return`/_admin/business-components/workflow/${e}/executions`}function Cr(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 kr(){const{instructions:e}=s.usePlugin(X),t=s.useCompile(),{viewJob:o,setViewJob:n}=q();if(!o)return;o.cost=xr(o.cost/1e3);const{styles:i}=xe(),{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:A(w({},o),{result:JSON.stringify(o.result,null,2)})},"x-component":"Action.Modal",title:r.jsxs("div",{className:i.nodeTitleClass,children:[r.jsx(b.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:gt,"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}=Q.useTranslation();return{run(){return D(this,null,function*(){try{const p=JSON.stringify(o.result,null,2);yield navigator.clipboard.writeText(p),b.message.success(c("Copied"))}catch(p){b.message.error(c("Copy failed"))}})}}}}}}}}}}}})})}function Sr(e){const{execution:t}=q(),o=s.useAPIClient(),n=ne.useNavigate(),{styles:i}=xe(),[a,l]=y.useState([]),[c,d]=y.useState([]);y.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]),y.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=y.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(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(Re,{statusMap:ft,status:u.status})})}))},children:r.jsxs(b.Space,{children:[r.jsx("strong",{children:`#${t.id}`}),r.jsx(j.DownOutlined,{})]})}):null}function Ar(){var C;const{t:e}=Q.useTranslation(),t=s.useCompile(),{data:o,loading:n,refresh:i}=s.useResourceActionContext(),{setTitle:a}=s.useDocumentTitle(),[l,c]=y.useState(null),d=s.useApp(),p=s.useAPIClient();y.useEffect(()=>{var $;const{workflow:P}=($=o==null?void 0:o.data)!=null?$:{};a==null||a(`${P!=null&&P.title?`${P.title} - `:""}${F("Execution history")}`)},[o==null?void 0:o.data]);const u=y.useCallback(()=>{b.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(()=>{b.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(b.Spin,{}):r.jsx(b.Result,{status:"404",title:"Not found"});const O=(C=o==null?void 0:o.data)!=null?C:{},{jobs:f=[],workflow:B={}}=O,E=B,{nodes:h=[],revisions:g=[]}=E,x=K(E,["nodes","revisions"]),v=K(O,["jobs","workflow"]);ht(h),Cr(h,f);const I=h.find(P=>!P.upstream),T=ft[v.status];return r.jsxs($e.Provider,{value:{workflow:x.type?x:null,nodes:h,execution:v,viewJob:l,setViewJob:c},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(ko,{}),r.jsx(b.Breadcrumb,{items:[{title:r.jsx(ne.Link,{to:d.systemSettingsManager.getRoutePath(`business-components.${m}`),children:F("Workflow")})},{title:r.jsx(ne.Link,{to:We(x.id),children:x.title})},{title:r.jsx(Sr,{})}]})]}),r.jsxs("aside",{children:[r.jsx(b.Tag,{color:T.color,children:t(T.label)}),v.status?null:r.jsx(b.Tooltip,{title:F("Cancel the execution"),children:r.jsx(b.Button,{type:"link",danger:!0,onClick:u,shape:"circle",size:"small",icon:r.jsx(j.StopOutlined,{})})}),r.jsx("time",{children:W.str2moment(v.updatedAt).format("YYYY-MM-DD HH:mm:ss")})]})]}),r.jsx(Co,{entry:I}),r.jsx(kr,{})]})}const So=()=>{const e=ne.useParams(),{styles:t}=xe();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:Ar}})})};function Ir(e){return["hasMany","belongsToMany"].includes(e.type)}function Fr(){const e=s.useCompile();return[bt,wt].map(t=>{var n;const o=(n=t.useOptions({types:[Ir],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 Tr(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=Fr(),[d,p]=y.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 x=I=>D(null,null,function*(){var C;const T=I[I.length-1];!((C=T.children)!=null&&C.length)&&!T.isLeaf&&T.loadChildren&&(yield T.loadChildren(T),p(O=>[...O]))});y.useEffect(()=>{D(null,null,function*(){var C;if(!h||d.length<=1)return;let T=null;for(let O=0;O<h.length;O++){const B=h[O];try{O===0?T=d.find(E=>E.value===B):(T.loadChildren&&!((C=T.children)!=null&&C.length)&&(yield T.loadChildren(T)),T=T.children.find(E=>E.value===B))}catch(E){console.error(E)}}p([...d])})},[e,d.length]);const v=y.useCallback((I,T)=>{if(!(I!=null&&I.length)){a("collection",null),t({});return}const{field:C}=T.pop();if(!C||!["hasMany","belongsToMany"].includes(C.type))return;const{collectionName:O,target:B,name:E,dataSourceKey:P}=C,_=l(O,P).fields.find(z=>z.primaryKey);a("collection",`${P}:${B}`),t({name:E,associatedKey:`{{${I.slice(0,-1).join(".")}.${_.name}}}`,associatedCollection:s.joinCollectionName(P,O)})},[t]);return r.jsx(b.Cascader,A(w({},o),{value:h,options:d,changeOnSelect:!0,onChange:v,loadData:x}))}class Nr extends H{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`
|
|
414
|
+
`}));function Re(e){var n;const{styles:t}=wr();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(b.Tag,{color:a,children:i})}return r.jsx(b.Button,A(v({},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},mt=[{value:pe.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:pe.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:pe.RESOLVED,label:`{{t("Resolved", { ns: "${m}" })}}`,color:"green",icon:r.jsx(j.CheckOutlined,{}),description:`{{t("Successfully finished.", { ns: "${m}" })}}`},{value:pe.FAILED,label:`{{t("Failed", { ns: "${m}" })}}`,color:"red",icon:r.jsx(j.ExclamationOutlined,{}),description:`{{t("Failed to satisfy node configurations.", { ns: "${m}" })}}`},{value:pe.ERROR,label:`{{t("Error", { ns: "${m}" })}}`,color:"red",icon:r.jsx(j.CloseOutlined,{}),description:`{{t("Some node meets error.", { ns: "${m}" })}}`},{value:pe.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:pe.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:pe.REJECTED,label:`{{t("Rejected", { ns: "${m}" })}}`,color:"volcano",icon:r.jsx(j.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(j.RedoOutlined,{}),description:`{{t("General failed but should do another try.", { ns: "${m}" })}}`}],ft=mt.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});var be=(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))(be||{});const gt=[{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=gt.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{});function ht(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 tt(e){const t=e.$and||e.$or;return t?t.some(o=>{if(o.$and||o.$or)return tt(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 yt(e,t){t(e),e.properties&&Object.keys(e.properties).forEach(o=>{yt(e.properties[o],t)})}function We(e){return`/_admin/business-components/workflow/${e}/workflow`}function xt(e){return`/_admin/business-components/workflow/${e}/executions`}function Cr(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 kr(){const{instructions:e}=s.usePlugin(X),t=s.useCompile(),{viewJob:o,setViewJob:n}=q();if(!o)return;o.cost=xr(o.cost/1e3);const{styles:i}=xe(),{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:A(v({},o),{result:JSON.stringify(o.result,null,2)})},"x-component":"Action.Modal",title:r.jsxs("div",{className:i.nodeTitleClass,children:[r.jsx(b.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:gt,"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}=Q.useTranslation();return{run(){return D(this,null,function*(){try{const p=JSON.stringify(o.result,null,2);yield navigator.clipboard.writeText(p),b.message.success(c("Copied"))}catch(p){b.message.error(c("Copy failed"))}})}}}}}}}}}}}})})}function Sr(e){const{execution:t}=q(),o=s.useAPIClient(),n=ne.useNavigate(),{styles:i}=xe(),[a,l]=y.useState([]),[c,d]=y.useState([]);y.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]),y.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=y.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(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(Re,{statusMap:ft,status:u.status})})}))},children:r.jsxs(b.Space,{children:[r.jsx("strong",{children:`#${t.id}`}),r.jsx(j.DownOutlined,{})]})}):null}function Ar(){var C;const{t:e}=Q.useTranslation(),t=s.useCompile(),{data:o,loading:n,refresh:i}=s.useResourceActionContext(),{setTitle:a}=s.useDocumentTitle(),[l,c]=y.useState(null),d=s.useApp(),p=s.useAPIClient();y.useEffect(()=>{var $;const{workflow:P}=($=o==null?void 0:o.data)!=null?$:{};a==null||a(`${P!=null&&P.title?`${P.title} - `:""}${F("Execution history")}`)},[o==null?void 0:o.data]);const u=y.useCallback(()=>{b.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(()=>{b.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(b.Spin,{}):r.jsx(b.Result,{status:"404",title:"Not found"});const O=(C=o==null?void 0:o.data)!=null?C:{},{jobs:f=[],workflow:B={}}=O,E=B,{nodes:h=[],revisions:g=[]}=E,x=K(E,["nodes","revisions"]),w=K(O,["jobs","workflow"]);ht(h),Cr(h,f);const I=h.find(P=>!P.upstream),T=ft[w.status];return r.jsxs($e.Provider,{value:{workflow:x.type?x:null,nodes:h,execution:w,viewJob:l,setViewJob:c},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(ko,{}),r.jsx(b.Breadcrumb,{items:[{title:r.jsx(ne.Link,{to:d.systemSettingsManager.getRoutePath(`business-components.${m}`),children:F("Workflow")})},{title:r.jsx(ne.Link,{to:We(x.id),children:x.title})},{title:r.jsx(Sr,{})}]})]}),r.jsxs("aside",{children:[r.jsx(b.Tag,{color:T.color,children:t(T.label)}),w.status?null:r.jsx(b.Tooltip,{title:F("Cancel the execution"),children:r.jsx(b.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(Co,{entry:I}),r.jsx(kr,{})]})}const So=()=>{const e=ne.useParams(),{styles:t}=xe();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:Ar}})})};function Ir(e){return["hasMany","belongsToMany"].includes(e.type)}function Fr(){const e=s.useCompile();return[bt,vt].map(t=>{var n;const o=(n=t.useOptions({types:[Ir],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 Tr(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=Fr(),[d,p]=y.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 x=I=>D(null,null,function*(){var C;const T=I[I.length-1];!((C=T.children)!=null&&C.length)&&!T.isLeaf&&T.loadChildren&&(yield T.loadChildren(T),p(O=>[...O]))});y.useEffect(()=>{D(null,null,function*(){var C;if(!h||d.length<=1)return;let T=null;for(let O=0;O<h.length;O++){const B=h[O];try{O===0?T=d.find(E=>E.value===B):(T.loadChildren&&!((C=T.children)!=null&&C.length)&&(yield T.loadChildren(T)),T=T.children.find(E=>E.value===B))}catch(E){console.error(E)}}p([...d])})},[e,d.length]);const w=y.useCallback((I,T)=>{if(!(I!=null&&I.length)){a("collection",null),t({});return}const{field:C}=T.pop();if(!C||!["hasMany","belongsToMany"].includes(C.type))return;const{collectionName:O,target:B,name:E,dataSourceKey:P}=C,_=l(O,P).fields.find(z=>z.primaryKey);a("collection",`${P}:${B}`),t({name:E,associatedKey:`{{${I.slice(0,-1).join(".")}.${_.name}}}`,associatedCollection:s.joinCollectionName(P,O)})},[t]);return r.jsx(b.Cascader,A(v({},o),{value:h,options:d,changeOnSelect:!0,onChange:w,loadData:x}))}class Nr extends H{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]}}"}}}]}}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={SchemaComponentContext:s.SchemaComponentContext,FilterDynamicComponent:Ie,FieldsSelect:ot,ValueBlock:Se,AssociatedConfig:Tr}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return n&&!n.some(a=>a in Oe||Object.values(Oe).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 Dr extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("aggregate",Nr)})}}const Ao=[{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 Or(e){return Ao.slice().reverse().find(t=>!(e%t.value))}function Pr({value:e=6e4,onChange:t}){const o=s.useCompile(),n=Or(e),i=Math.round(e/n.value);return r.jsxs("fieldset",{style:{display:"flex",gap:"0.5em"},children:[r.jsx(b.InputNumber,{min:1,value:i,onChange:a=>t(Math.round(a*n.value)),className:"auto-width"}),r.jsx(b.Select,{role:"button","data-testid":"select-time-unit",popupMatchSelectWidth:!1,value:n.value,onChange:a=>t(Math.round(i*a)),className:"auto-width",options:Ao.map(a=>({value:a.value,label:o(a.label)}))})]})}class Mr extends H{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:be.RESOLVED},{label:`{{t("Fail and exit", { ns: "${m}" })}}`,value:be.FAILED}],required:!0,default:be.RESOLVED}},this.components={Duration:Pr}}isAvailable({engine:t,workflow:o,upstream:n,branchIndex:i}){return!t.isWorkflowSync(o)}}class Er extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("delay",Mr)})}}function $r(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=ce({types:[$r.bind({getCollectionFields:o,getCollection:n})]});return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:i})}class Vr extends H{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]}}"}}}},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.components={DynamicExpression:Br,WorkflowVariableInput:ke,ValueBlock:Se}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return n&&!n.some(a=>a in Oe||Object.values(Oe).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]=y.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=me({collection:l,compile:d,getCollectionFields:p});return r.jsx(s.Variable.TextArea,A(w({},e),{scope:u}))},{displayName:"InternalExpression"});function jr(e){const{t}=Q.useTranslation(),o=s.useRecord(),n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=y.useMemo(()=>me({collection:o.sourceCollection,compile:n,getCollectionFields:i}),[o.sourceCollection,o.sourceCollection]);return e.value?r.jsx(s.Variable.TextArea,A(w({},e),{scope:a})):r.jsx(b.Tag,{children:t("Unconfigured",{ns:m})})}const zr=S.connect(Wr,S.mapReadPretty(jr)),{defaultProps:Lr}=s.interfacesProperties;class qr 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=w({},Lr)}}class Ur extends s.Plugin{load(){return D(this,null,function*(){this.app.dataSourceManager.addFieldInterfaces([qr]),this.app.addComponents({DynamicExpression:zr});const t=this.app.pm.get("workflow"),o=new Vr;t.instructions.register(o.type,o)})}}function Kr(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 D(this,arguments,function*({item:f}){const g=f.template?yield l(f):null,x={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:{}}}}}};yt(x,v=>{v["x-uid"]&&delete v["x-uid"]}),a(x)})}return r.jsx(s.SchemaInitializerItem,A(w({},o),{onClick:u,items:d}))}function De(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(Kr,w(w({},t),e))})}function _r(e){const{execution:t,nodes:o}=q(),n=y.useMemo(()=>o.reduce((l,c)=>Object.assign(l,{[c.id]:c.key}),{}),[o]),i=y.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 y.useMemo(()=>ie.get(i,e),[i,e])}function zt({collection:e,dataPath:t,children:o}){const n=S.useField(),i=y.useRef(null),{getAssociationAppends:a}=s.useAssociationNames(),{appends:l,updateAssociationValues:c}=a(),d=_r(t);let p,u;if(typeof e=="string"){const T=s.parseCollectionName(e);p=T[0],u=T[1]}else u=e;const f=y.useMemo(()=>S.createForm({values:d,readPretty:!0}),[d]),h={appends:l},g={loading:!1,data:{data:d}},v=s.useAPIClient().resource(u),I=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:v,__parent:I},children:r.jsx(s.FormBlockContext.Provider,{value:{params:h,form:f,field:n,service:g,updateAssociationValues:c,formBlockRef:i},children:o})})})})}function Gr(){return!0}const ot=S.observer(e=>{const p=e,{filter:t=Gr}=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(b.Select,A(w({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 Hr(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"},Io={label:`{{t("Current form variables", { ns: "${m}" })}}`,value:"$currentForm",useOptions(e){var a;const t=ye(),n=s.usePlugin(X).instructions.get(t.type);return((a=n.useCurrentFormVariables)==null?void 0:a.call(n,t,e))||[]}},bt={label:`{{t("Node result", { ns: "${m}" })}}`,value:"$jobsMapByNodeKey",useOptions(e){const{instructions:t}=s.usePlugin(X),o=ye(),n=Be(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}},wt={label:`{{t("Trigger variables", { ns: "${m}" })}}`,value:"$context",useOptions(e){var i,a;const{triggers:t}=s.usePlugin(X),{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}},Lt={label:`{{t("Scope variables", { ns: "${m}" })}}`,value:"$scopes",useOptions(e){const{fieldNames:t=ue,current:o}=e,{instructions:n}=s.usePlugin(X),i=ye(),a=o!=null?o:i,l=Hr(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}},Fo={label:`{{t("System variables", { ns: "${m}" })}}`,value:"$system",useOptions({types:e,fieldNames:t=ue}){return!e||e.includes("date")?[{key:"now",[t.label]:F("System time"),[t.value]:"now"}]:[]}},Oe={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 To(e,t){var o,n,i,a,l,c;return typeof t=="string"?(o=Oe[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===((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 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:i,getCollectionFields:a}){return e.filter(l=>{const c=t!=null&&t.length?t.some(d=>To(l,d)):!0;if(qt(l)){if(o===null)return n?c||Kt({fields:_t(l.target,{compile:i,getCollectionFields:a}),types:t,depth:n-1,appends:o,compile:i,getCollectionFields:a}):!1;const d=Ut(l,o),p=o.includes(l.name);return c?p:((d==null?void 0:d.length)||p)&&Kt({fields:_t(l.target,{compile:i,getCollectionFields:a}),types:t,appends:d,compile:i,getCollectionFields:a}).length}else return c})}function nt(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 ce(e={}){var i;const t=Object.assign({},ue,(i=e.fieldNames)!=null?i:{}),o=Object.assign(e,{fieldNames:t});return[nt(Lt,o),nt(bt,o),nt(wt,o),nt(Fo,o),s.useGlobalVariable("$env")].filter(Boolean)}function No(e={}){var i;const t=Object.assign({},ue,(i=e.fieldNames)!=null?i:{}),o=Object.assign(e,{fieldNames:t});return[nt(Io,o)]}function _t(e,{compile:t,getCollectionFields:o}){var d,p,u,f,h,g,x;const[n,i]=s.parseCollectionName(e),a=o(i,n),l=[],c=[];a.forEach(v=>{v.isForeignKey?l.push(v):c.push(v)});for(let v=c.length-1;v>=0;v--){const I=c[v];if(I.type==="belongsTo"){const T=l.find(C=>C.name===I.foreignKey);T?c.splice(v,0,A(w(w({},I),T),{uiSchema:A(w({},I.uiSchema),{title:(d=I.uiSchema)!=null&&d.title?`${t((p=I.uiSchema)==null?void 0:p.title)} ID`:T.name})})):c.splice(v,0,A(w({},I),{name:I.foreignKey,type:"bigInt",isForeignKey:!0,interface:I.interface,uiSchema:A(w({},I.uiSchema),{title:(u=I.uiSchema)!=null&&u.title?`${t((f=I.uiSchema)==null?void 0:f.title)} ID`:I.name})}))}else if(I.type==="context"&&I.collectionName==="users"){const T=(h=c.find(C=>C.type==="belongsTo"&&C.target==="users"&&C.foreignKey===I.name))!=null?h:{};c.splice(v,0,A(w({},I),{type:I.dataType,interface:T.interface,uiSchema:A(w({},T.uiSchema),{title:(g=T.uiSchema)!=null&&g.title?`${t((x=T.uiSchema)==null?void 0:x.title)} ID`:I.name})}))}}return c.filter(v=>v.interface&&!v.hidden)}function Jr(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(i=>To(e.field,i))||(e.disabled=!0))}function me(e){const{fields:t,collection:o,types:n,appends:i=[],depth:a=1,compile:l,getCollectionFields:c,fieldNames:d=ue}=e,p=t!=null?t:_t(o,{compile:l,getCollectionFields:c}),u=Jr.bind({compile:l,getCollectionFields:c,fieldNames:d});return Kt({fields:p,types:n,depth:a,appends:i,compile:l,getCollectionFields:c}).map(h=>{var I;const g=l(((I=h.uiSchema)==null?void 0:I.title)||h.name),x=Ut(h,i),v=!qt(h)||x&&!x.length&&!i.includes(h.name)||!1;return{[d.label]:g,key:h.name,[d.value]:h.name,isLeaf:v,loadChildren:v?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=ce(e);return r.jsx(s.Variable.Input,w({scope:i},t))}function rt(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=ce(e);return r.jsx(s.Variable.TextArea,w({scope:i},t))}function Do(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=ce(e);return r.jsx(s.Variable.RawTextArea,w({scope:i},t))}function Oo(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=ce(e);return r.jsx(s.Variable.JSON,w({scope:i},t))}function Yr(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const{options:i=[]}=t,a=No(e),l=ce(e);return r.jsx(s.Variable.CodeMirror,w({scope:[...a,...l,...i]},t))}function Ie({value:e,onChange:t,renderSchemaComponent:o}){const n=ce();return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:n,children:o()})}function Fe(e){const a=e,{options:t=[],direction:o}=a,n=K(a,["options","direction"]),i=s.useCompile();return r.jsx(b.Radio.Group,A(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:Ie,FieldsSelect:ot,ValueBlock:Se,AssociatedConfig:Tr}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return n&&!n.some(a=>a in Oe||Object.values(Oe).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 Dr extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("aggregate",Nr)})}}const Ao=[{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 Or(e){return Ao.slice().reverse().find(t=>!(e%t.value))}function Pr({value:e=6e4,onChange:t}){const o=s.useCompile(),n=Or(e),i=Math.round(e/n.value);return r.jsxs("fieldset",{style:{display:"flex",gap:"0.5em"},children:[r.jsx(b.InputNumber,{min:1,value:i,onChange:a=>t(Math.round(a*n.value)),className:"auto-width"}),r.jsx(b.Select,{role:"button","data-testid":"select-time-unit",popupMatchSelectWidth:!1,value:n.value,onChange:a=>t(Math.round(i*a)),className:"auto-width",options:Ao.map(a=>({value:a.value,label:o(a.label)}))})]})}class Mr extends H{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:be.RESOLVED},{label:`{{t("Fail and exit", { ns: "${m}" })}}`,value:be.FAILED}],required:!0,default:be.RESOLVED}},this.components={Duration:Pr}}isAvailable({engine:t,workflow:o,upstream:n,branchIndex:i}){return!t.isWorkflowSync(o)}}class Er extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("delay",Mr)})}}function $r(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=ce({types:[$r.bind({getCollectionFields:o,getCollection:n})]});return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:i})}class Vr extends H{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]}}"}}}},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.components={DynamicExpression:Br,WorkflowVariableInput:ke,ValueBlock:Se}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return n&&!n.some(a=>a in Oe||Object.values(Oe).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]=y.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=me({collection:l,compile:d,getCollectionFields:p});return r.jsx(s.Variable.TextArea,A(v({},e),{scope:u}))},{displayName:"InternalExpression"});function jr(e){const{t}=Q.useTranslation(),o=s.useRecord(),n=s.useCompile(),{getCollectionFields:i}=s.useCollectionManager_deprecated(),a=y.useMemo(()=>me({collection:o.sourceCollection,compile:n,getCollectionFields:i}),[o.sourceCollection,o.sourceCollection]);return e.value?r.jsx(s.Variable.TextArea,A(v({},e),{scope:a})):r.jsx(b.Tag,{children:t("Unconfigured",{ns:m})})}const zr=S.connect(Wr,S.mapReadPretty(jr)),{defaultProps:Lr}=s.interfacesProperties;class qr 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({},Lr)}}class Ur extends s.Plugin{load(){return D(this,null,function*(){this.app.dataSourceManager.addFieldInterfaces([qr]),this.app.addComponents({DynamicExpression:zr});const t=this.app.pm.get("workflow"),o=new Vr;t.instructions.register(o.type,o)})}}function Kr(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 D(this,arguments,function*({item:f}){const g=f.template?yield l(f):null,x={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:{}}}}}};yt(x,w=>{w["x-uid"]&&delete w["x-uid"]}),a(x)})}return r.jsx(s.SchemaInitializerItem,A(v({},o),{onClick:u,items:d}))}function De(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(Kr,v(v({},t),e))})}function _r(e){const{execution:t,nodes:o}=q(),n=y.useMemo(()=>o.reduce((l,c)=>Object.assign(l,{[c.id]:c.key}),{}),[o]),i=y.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 y.useMemo(()=>ie.get(i,e),[i,e])}function zt({collection:e,dataPath:t,children:o}){const n=S.useField(),i=y.useRef(null),{getAssociationAppends:a}=s.useAssociationNames(),{appends:l,updateAssociationValues:c}=a(),d=_r(t);let p,u;if(typeof e=="string"){const T=s.parseCollectionName(e);p=T[0],u=T[1]}else u=e;const f=y.useMemo(()=>S.createForm({values:d,readPretty:!0}),[d]),h={appends:l},g={loading:!1,data:{data:d}},w=s.useAPIClient().resource(u),I=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:I},children:r.jsx(s.FormBlockContext.Provider,{value:{params:h,form:f,field:n,service:g,updateAssociationValues:c,formBlockRef:i},children:o})})})})}function Gr(){return!0}const ot=S.observer(e=>{const p=e,{filter:t=Gr}=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(b.Select,A(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 Hr(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"},Io={label:`{{t("Current form variables", { ns: "${m}" })}}`,value:"$currentForm",useOptions(e){var a;const t=ye(),n=s.usePlugin(X).instructions.get(t.type);return((a=n.useCurrentFormVariables)==null?void 0:a.call(n,t,e))||[]}},bt={label:`{{t("Node result", { ns: "${m}" })}}`,value:"$jobsMapByNodeKey",useOptions(e){const{instructions:t}=s.usePlugin(X),o=ye(),n=Be(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}},vt={label:`{{t("Trigger variables", { ns: "${m}" })}}`,value:"$context",useOptions(e){var i,a;const{triggers:t}=s.usePlugin(X),{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}},Lt={label:`{{t("Scope variables", { ns: "${m}" })}}`,value:"$scopes",useOptions(e){const{fieldNames:t=ue,current:o}=e,{instructions:n}=s.usePlugin(X),i=ye(),a=o!=null?o:i,l=Hr(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}},Fo={label:`{{t("System variables", { ns: "${m}" })}}`,value:"$system",useOptions({types:e,fieldNames:t=ue}){return!e||e.includes("date")?[{key:"now",[t.label]:F("System time"),[t.value]:"now"}]:[]}},Oe={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 To(e,t){var o,n,i,a,l,c;return typeof t=="string"?(o=Oe[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===((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 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:i,getCollectionFields:a}){return e.filter(l=>{const c=t!=null&&t.length?t.some(d=>To(l,d)):!0;if(qt(l)){if(o===null)return n?c||Kt({fields:_t(l.target,{compile:i,getCollectionFields:a}),types:t,depth:n-1,appends:o,compile:i,getCollectionFields:a}):!1;const d=Ut(l,o),p=o.includes(l.name);return c?p:((d==null?void 0:d.length)||p)&&Kt({fields:_t(l.target,{compile:i,getCollectionFields:a}),types:t,appends:d,compile:i,getCollectionFields:a}).length}else return c})}function nt(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 ce(e={}){var i;const t=Object.assign({},ue,(i=e.fieldNames)!=null?i:{}),o=Object.assign(e,{fieldNames:t});return[nt(Lt,o),nt(bt,o),nt(vt,o),nt(Fo,o),s.useGlobalVariable("$env")].filter(Boolean)}function No(e={}){var i;const t=Object.assign({},ue,(i=e.fieldNames)!=null?i:{}),o=Object.assign(e,{fieldNames:t});return[nt(Io,o)]}function _t(e,{compile:t,getCollectionFields:o}){var d,p,u,f,h,g,x;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 I=c[w];if(I.type==="belongsTo"){const T=l.find(C=>C.name===I.foreignKey);T?c.splice(w,0,A(v(v({},I),T),{uiSchema:A(v({},I.uiSchema),{title:(d=I.uiSchema)!=null&&d.title?`${t((p=I.uiSchema)==null?void 0:p.title)} ID`:T.name})})):c.splice(w,0,A(v({},I),{name:I.foreignKey,type:"bigInt",isForeignKey:!0,interface:I.interface,uiSchema:A(v({},I.uiSchema),{title:(u=I.uiSchema)!=null&&u.title?`${t((f=I.uiSchema)==null?void 0:f.title)} ID`:I.name})}))}else if(I.type==="context"&&I.collectionName==="users"){const T=(h=c.find(C=>C.type==="belongsTo"&&C.target==="users"&&C.foreignKey===I.name))!=null?h:{};c.splice(w,0,A(v({},I),{type:I.dataType,interface:T.interface,uiSchema:A(v({},T.uiSchema),{title:(g=T.uiSchema)!=null&&g.title?`${t((x=T.uiSchema)==null?void 0:x.title)} ID`:I.name})}))}}return c.filter(w=>w.interface&&!w.hidden)}function Jr(e){const t=Ut(e.field,e.appends),o=me(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=>To(e.field,i))||(e.disabled=!0))}function me(e){const{fields:t,collection:o,types:n,appends:i=[],depth:a=1,compile:l,getCollectionFields:c,fieldNames:d=ue}=e,p=t!=null?t:_t(o,{compile:l,getCollectionFields:c}),u=Jr.bind({compile:l,getCollectionFields:c,fieldNames:d});return Kt({fields:p,types:n,depth:a,appends:i,compile:l,getCollectionFields:c}).map(h=>{var I;const g=l(((I=h.uiSchema)==null?void 0:I.title)||h.name),x=Ut(h,i),w=!qt(h)||x&&!x.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=ce(e);return r.jsx(s.Variable.Input,v({scope:i},t))}function rt(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=ce(e);return r.jsx(s.Variable.TextArea,v({scope:i},t))}function Do(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=ce(e);return r.jsx(s.Variable.RawTextArea,v({scope:i},t))}function Oo(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const i=ce(e);return r.jsx(s.Variable.JSON,v({scope:i},t))}function Yr(o){var n=o,{variableOptions:e}=n,t=K(n,["variableOptions"]);const{options:i=[]}=t,a=No(e),l=ce(e);return r.jsx(s.Variable.CodeMirror,v({scope:[...a,...l,...i]},t))}function Ie({value:e,onChange:t,renderSchemaComponent:o}){const n=ce();return r.jsx(s.Variable.Input,{value:e,onChange:t,scope:n,children:o()})}function Fe(e){const a=e,{options:t=[],direction:o}=a,n=K(a,["options","direction"]),i=s.useCompile();return r.jsx(b.Radio.Group,A(v({},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`
|
|
418
418
|
& + .anticon {
|
|
419
419
|
margin-left: 0.25em;
|
|
420
420
|
}
|
|
421
|
-
`,children:i(l.label)}),l.tooltip&&r.jsx(b.Tooltip,{title:i(l.tooltip),children:r.jsx(j.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function Po(e){const a=e,{options:t=[],direction:o}=a,n=K(a,["options","direction"]),i=s.useCompile();return r.jsx(b.Checkbox.Group,A(
|
|
421
|
+
`,children:i(l.label)}),l.tooltip&&r.jsx(b.Tooltip,{title:i(l.tooltip),children:r.jsx(j.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function Po(e){const a=e,{options:t=[],direction:o}=a,n=K(a,["options","direction"]),i=s.useCompile();return r.jsx(b.Checkbox.Group,A(v({},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`
|
|
422
422
|
& + .anticon {
|
|
423
423
|
margin-left: 0.25em;
|
|
424
424
|
}
|
|
425
|
-
`,children:i(l.label)}),l.tooltip&&r.jsx(b.Tooltip,{title:i(l.tooltip),children:r.jsx(j.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function Gt(){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 Qr(){const a=s.useSchemaInitializerItem(),{node:t,resultTitle:o}=a,n=K(a,["node","resultTitle"]),{insert:i}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,A(
|
|
425
|
+
`,children:i(l.label)}),l.tooltip&&r.jsx(b.Tooltip,{title:i(l.tooltip),children:r.jsx(j.QuestionCircleOutlined,{style:{color:"#666"}})})]},l.value))})}))}function Gt(){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 Qr(){const a=s.useSchemaInitializerItem(),{node:t,resultTitle:o}=a,n=K(a,["node","resultTitle"]),{insert:i}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,A(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 Zr({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)})}Se.Initializer=Qr,Se.Result=Zr,Se.Designer=Gt;function Mo(n){var i=n,{component:e="div",children:t}=i,o=K(i,["component","children"]);const[a,l]=y.useState(!1),c=S.useFieldSchema();return r.jsxs(s.ActionContextProvider,{value:{visible:a,setVisible:l,fieldSchema:c},children:[y.createElement(e,A(
|
|
427
|
+
`,children:JSON.stringify(n,null,2)})}Se.Initializer=Qr,Se.Result=Zr,Se.Designer=Gt;function Mo(n){var i=n,{component:e="div",children:t}=i,o=K(i,["component","children"]);const[a,l]=y.useState(!1),c=S.useFieldSchema();return r.jsxs(s.ActionContextProvider,{value:{visible:a,setVisible:l,fieldSchema:c},children:[y.createElement(e,A(v({},o),{onClick(){l(!0)}}),t),r.jsx(s.SchemaComponent,{schema:c,onlyRenderProperties:!0})]})}function Eo(e){var a;const o=s.useCompile()(e.label),n=y.useCallback(l=>{l.preventDefault(),l.stopPropagation()},[]),{color:i}=(a=ft[e.value])!=null?a:{};return r.jsx(b.Tag,{color:i,onMouseDown:n,closable:e.closable,onClose:e.onClose,children:o})}function Xr(e){const t=s.useCompile();return r.jsxs(r.Fragment,{children:[r.jsx(Eo,v({},e)),e.description?r.jsx("span",{children:t(e.description)}):null]})}function $o(t){var e=K(t,[]);const o=e.multiple?"multiple":null;return r.jsx(b.Select,A(v({role:"button","data-testid":`select-${o||"single"}`},e),{mode:o,optionLabelProp:"label",tagRender:Eo,children:mt.filter(n=>!!n.value&&n.value!==pe.ABORTED).map(n=>r.jsx(b.Select.Option,A(v({},n),{children:r.jsx(Xr,v({},n))}),n.value))}))}function Ht(e){const{t}=Q.useTranslation(),{refresh:o}=s.useDataBlockRequest(),n=s.useDataBlockResource(),i=s.useCollectionRecordData(),a=y.useCallback(()=>{b.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(()=>{b.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,i.status?null:r.jsx(b.Tooltip,{title:F("Cancel the execution"),children:r.jsx(b.Button,{type:"link",danger:!0,onClick:a,shape:"circle",size:"small",icon:r.jsx(j.StopOutlined,{})})})]})}const Bo=t=>{var e=K(t,[]);const[o,n]=y.useState(30),i=y.useRef(null),a=l=>{var c;n(i.current.offsetWidth+50),(c=e.onChange)==null||c.call(e,l)};return y.useEffect(()=>{n(i.current.offsetWidth+50)},[]),r.jsxs("div",{style:{display:"inline-block",position:"relative",height:"100%"},children:[r.jsx(b.Input,A(
|
|
429
|
+
`,children:[e.children,i.status?null:r.jsx(b.Tooltip,{title:F("Cancel the execution"),children:r.jsx(b.Button,{type:"link",danger:!0,onClick:a,shape:"circle",size:"small",icon:r.jsx(j.StopOutlined,{})})})]})}const Bo=t=>{var e=K(t,[]);const[o,n]=y.useState(30),i=y.useRef(null),a=l=>{var c;n(i.current.offsetWidth+50),(c=e.onChange)==null||c.call(e,l)};return y.useEffect(()=>{n(i.current.offsetWidth+50)},[]),r.jsxs("div",{style:{display:"inline-block",position:"relative",height:"100%"},children:[r.jsx(b.Input,A(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})]})},Rr=e=>e.value&&typeof e.value=="object"?r.jsx(ts,v({},e)):r.jsx(es,v({},e)),es=({value:e,onChange:t})=>{const o=ce({types:[os]});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})})},ts=()=>{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:Ie}}}}})})};function os(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}function Jt(){const{workflow:e}=q();return!!(e!=null&&e.executed)}function Vo(){const{workflow:e}=q();return!!(e!=null&&e.allExecuted)}const ns=()=>{const e=Jt(),t=we.ArrayItems.useArray()||{field:[]},{t:o}=he(),[n,i]=y.useState(!1),a=y.useCallback(()=>{t.field.push(""),i(!1)},[t.field]),l=y.useCallback(()=>{t.field.push({filter:{}}),i(!1)},[t.field]);return r.jsx(b.Popover,{open:n,onOpenChange:i,content:r.jsx(rs,{onSlecet:a,onQuery:l}),children:r.jsx(b.Button,{className:"ant-formily-array-base-addition",type:"dashed",block:!0,disabled:e,children:o("Add Notified Person")})})},rs=({onSlecet:e,onQuery:t})=>{const{t:o}=he();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")})]})},ss=e=>{const{t}=he(),[o,n]=y.useState(!1),i=y.useCallback(()=>{n(!0)},[n]);return r.jsxs(r.Fragment,{children:[r.jsx(b.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})]})},Yt=()=>{const{t:e}=Q.useTranslation(),{id:t}=s.useRecord(),{setVisible:o}=s.useActionContext();return r.jsx(ne.Link,{to:xt(t),onClick:()=>o(!1),children:e("View")})},Qt=()=>{const e=s.useCollectionRecordData(),t=s.useDataBlockResource(),o=s.useDataBlockRequest();return{onClick(){return D(this,null,function*(){yield t.retry({filterByTk:e.id}),o==null||o.refresh()})}}};function is(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:me(A(v({},t),{appends:null,depth:3,collection:e.collection,compile:o,getCollectionFields:n}))}]:[]]}class as extends Ze{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:ot,RadioWithTooltip:Fe,CheckboxGroupWithTooltip:Po},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=me(A(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:is(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:De,collection:t.collection,dataPath:"$context.params.values"}:null}}class ls extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get(X).registerTrigger("request-interception",as)})}}class cs extends H{constructor(){super(...arguments),this.title=N("JS Parse"),this.type=xo,this.group=_e,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
|
|
@@ -440,14 +440,14 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:N("P
|
|
|
440
440
|
button {
|
|
441
441
|
padding: 0;
|
|
442
442
|
}
|
|
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:
|
|
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:we.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 ds extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get(X).registerInstruction(xo,cs)})}}class ps extends H{constructor(){super(...arguments),this.title=N("JSON Parse"),this.type=yo,this.group=_e,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:N("Add property"),"x-component":"ArrayTable.Addition","x-component-props":{defaultValue:{}}}}}},this.components={ArrayTable:
|
|
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:we.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 us extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get(X).registerInstruction(yo,ps)})}}function ms(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 fs extends H{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 {
|
|
@@ -459,23 +459,23 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:N("P
|
|
|
459
459
|
}
|
|
460
460
|
`},required:!0},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.components={WorkflowVariableInput:ke}}Component({data:t}){var a;const{nodes:o}=q(),{styles:n}=xe(),i=o.find(l=>l.upstreamId===t.id&&l.branchIndex!=null);return r.jsx(st,{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(Ve,{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=ue}=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=[Lt,bt,
|
|
462
|
+
`),children:[r.jsx(Ve,{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=ue}=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=[Lt,bt,vt].map(g=>{const x=g.useOptions(A(v({},o),{current:t})).filter(Boolean);return{[d.label]:n(g.label),[d.value]:g.value,key:g.value,[d.children]:x,disabled:x&&!x.length}}),h=ms(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 gs extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("loop",fs)})}}function hs(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}function ys({multiple:e=!1,value:t=[],onChange:o}){const n=ce({types:[hs]});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 xs({value:e,onChange:t}){const o=r.jsx("fieldset",{children:r.jsx(we.FormLayout,{layout:"vertical",children:r.jsx(s.FormItem,{label:F("Negotiation"),children:r.jsxs(b.Radio.Group,{value:e,onChange:t,children:[r.jsx(b.Radio,{value:1,children:r.jsxs(b.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(b.Radio,{value:-1,children:r.jsxs(b.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:F("Each user has own task"),placement:"bottom",children:[r.jsx("span",{children:F("Separately")}),r.jsx(j.QuestionCircleOutlined,{style:{color:"#999"}})]})}),r.jsx(b.Radio,{value:!1,children:r.jsxs(b.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 Wo(e){var E,P,$;const t=s.useRecord(),o=S.useFieldSchema(),n=S.useField(),i=y.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(($=n.component)==null?void 0:$[0])||y.Fragment,g=y.useMemo(()=>S.createForm({initialValues:u}),[u]),x=y.useMemo(()=>w({appends:c},e.params),[c,e.params]),v=y.useMemo(()=>({loading:!1,data:{data:u}}),[u]),I=s.useAPIClient(),T=s.useDataSourceHeaders(a),C=I.resource(e.collection,void 0,T),O=s.useBlockRequestContext(),B=y.useMemo(()=>({params:x,form:g,field:n,service:v,updateAssociationValues:d,formBlockRef:i}),[n,g,x,v,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:v,resource:C,__parent:O},children:r.jsx(s.FormBlockContext.Provider,{value:B,children:r.jsxs(h,A(w({},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 bs(e){return s.createFormBlockSchema(e)}function ws(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 D(this,arguments,function*({item:d}){var x;const u=d.template?yield i(d):null,f=bs(A(w({actionInitializers:"workflowManual:form:configureActions",actions:{resolve:{type:"void",title:`{{t("Continue the process", { ns: "${m}" })}}`,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:be.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=((x=Object.entries(f.properties[h].properties).find(([v,I])=>I["x-component"]==="ActionBar"))==null?void 0:x[0])||"actions";f.properties[h].properties[g]["x-decorator"]="ActionBarProvider",f.properties[h].properties[g]["x-component-props"].style={marginTop:"1.5em",flexWrap:"wrap"},yt(f,v=>{v["x-uid"]&&delete v["x-uid"]}),a(f)})}return r.jsx(s.SchemaInitializerItem,A(w({},t),{onClick:c,items:l}))}function jo(){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(ws,w({},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 vs(){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 Cs={title:`{{t("Create record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=y.useMemo(()=>e.map(({key:a,displayName:l,collections:c})=>({key:a,name:a,label:l,type:"subMenu",children:c.map(d=>({name:ie.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:jo}))})),[e]),[o,n]=y.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:vs},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 zo(e){var p,u,f,h;const[t,o]=y.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=y.useMemo(()=>S.createForm({initialValues:c}),[c]);return!n.status||c?r.jsx(s.CollectionProvider_deprecated,{collection:A(w({},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 ks(){const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem();return r.jsx(s.SchemaInitializerItem,A(w({},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:be.RESOLVED},"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useSubmit }}"},"x-designer":"ManualActionDesigner"}}}}}}})}}))}const Lo={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 Ss(e){const t={};return Object.keys(e).forEach(o=>{const n=e[o],{group:i="others"}=n;t[i]=t[i]||{},ie.set(t,[i,o],n)}),Object.keys(Lo).filter(o=>["basic","choices","datetime","media"].includes(o)).map(o=>({title:Lo[o],children:Object.keys(t[o]||{}).map(n=>{const i=t[o][n];return w({value:n,title:i.title,name:n},t[o][n])}).sort((n,i)=>n.order-i.order)}))}function As(){const{interfaces:e}=s.useCollectionManager_deprecated();return Ss(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:Ts,fieldInterface:n.name}))}))}const qo=y.createContext({}),Is=e=>{const[t,o]=y.useState(null),[n,i]=y.useState(),a=As(),l=s.useCollection_deprecated(),{setCollectionFields:c}=y.useContext(s.FormBlockContext),d=y.useMemo(()=>S.createForm(),[t]);return r.jsxs(qo.Provider,{value:{onAddField(p){const u=ie.pick(p,["name","group","title","default","validateSchema"]),{properties:T}=p,C=T,{unique:f,type:h,layout:g,autoIncrement:x}=C,v=K(C,["unique","type","layout","autoIncrement"]);u.properties=v;const I=ie.cloneDeep(u);delete I.properties.name["x-disabled"],o(I)},setCallback:i},children:[r.jsx(s.SchemaInitializerItems,A(w({},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:A(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=S.useForm();return{run(){return D(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 D(this,null,function*(){var C,O,B,E;const{default:x}=t,v=W.uid();if(x.name=(C=p.name)!=null?C:v,x.uiSchema.title=(B=(O=p.uiSchema)==null?void 0:O.title)!=null?B:v,x.interface=t.name,(E=l.fields)==null?void 0:E.find(P=>P.name===x.name)){u("name").take().setFeedback({type:"error",messages:h});return}const T=W.merge(x,p);c([...l.fields,T]),n({name:x.name,type:x.uiSchema.type,"x-decorator":"FormItem","x-component":"CollectionField","x-component-props":{field:T},"x-collection-field":`${l.name}.${x.name}`,"x-toolbar":"FormItemSchemaToolbar","x-settings":"fieldSettings:FormItem"}),f(),i(null),o(null)})}}}}}}}})},components:{ArrayTable:ve.ArrayTable}}):null})]})},Fs=new s.SchemaInitializer({name:"workflowManual:customForm:configureFields",wrap:s.gridRowColWrap,insertPosition:"beforeEnd",title:"{{t('Configure fields')}}",ItemsComponent:Is});function Ts(){const e=s.useSchemaInitializerItem(),{insert:t,setVisible:o}=s.useSchemaInitializer(),{onAddField:n,setCallback:i}=y.useContext(qo),{getInterface:a}=s.useCollectionManager_deprecated(),l=a(e.fieldInterface);return r.jsx(s.SchemaInitializerItem,w({onClick:()=>{i(()=>t),n(l),o(!1)}},e),e.fieldInterface)}const Uo={title:`{{t("Custom form", { ns: "${m}" })}}`,config:{useInitializer(){return{name:"customForm",type:"item",title:`{{t("Custom form", { ns: "${m}" })}}`,Component:ks}},initializers:{},components:{CustomFormBlockProvider:zo},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:zo}}};function Ns(){const{name:e,title:t}=s.useCollection_deprecated(),o=S.useFieldSchema(),{t:n}=Q.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 Ds={title:`{{t("Update record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=y.useMemo(()=>e.map(({key:a,displayName:l,collections:c})=>({key:a,name:a,label:l,type:"subMenu",children:c.map(d=>({name:ie.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:jo}))})),[e]),[o,n]=y.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:Ie,UpdateFormDesigner:Ns},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]=A(w({},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",Uo),Me.register("createForm",Cs),Me.register("updateForm",Ds);function Os(){const{workflow:e}=q(),t=Xe();return t.useInitializers?t.useInitializers(e.config):null}Uo.title;const Ps=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(X),t=ye(),o=Be(t),n=[Os()].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 Ms(){var I,T,C;const e=y.useContext(s.SchemaComponentContext),{t}=Q.useTranslation(),o=S.useFieldSchema(),n=ce(),[i,a]=y.useState(!1),[l,c]=y.useState((C=(T=(I=o==null?void 0:o["x-action-settings"])==null?void 0:I.assignedValues)==null?void 0:T.schema)!=null?C:{type:"void","x-component":"Grid","x-initializer":"assignFieldValuesForm:configureFields",properties:{}}),[d,p]=y.useState(null),{components:u}=s.useSchemaOptionsContext();y.useEffect(()=>{p(new S.Schema({properties:{grid:l}}))},[l]);const f=y.useMemo(()=>{var B,E;const O=(E=(B=o==null?void 0:o["x-action-settings"])==null?void 0:B.assignedValues)==null?void 0:E.values;return S.createForm({initialValues:W.lodash.cloneDeep(O),values:W.lodash.cloneDeep(O)})},[o]),h=s.useFormActiveFields(),g=t("Assign field values");function x(){a(!1)}function v(){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 O;(O=e.refresh)==null||O.call(e)},300)}return r.jsxs(r.Fragment,{children:[r.jsx(s.SchemaSettingsItem,{title:g,onClick:()=>a(!0),children:g}),r.jsx(b.Modal,{width:"50%",title:g,open:i,onCancel:x,footer:r.jsxs(b.Space,{children:[r.jsx(b.Button,{onClick:x,children:t("Cancel")}),r.jsx(b.Button,{type:"primary",onClick:v,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(ve.FormLayout,{layout:"vertical",children:[r.jsx(b.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:A(w({},e),{refresh(){c(W.lodash.get(d.toJSON(),"properties.grid"))}}),children:r.jsx(s.SchemaComponent,{schema:d,components:u})})]})})})})})})]})}function Es(e){return r.jsxs(s.GeneralSchemaDesigner,A(w({},e),{disableInitializer:!0,children:[r.jsx(s.Action.Designer.ButtonEditor,{}),r.jsx(Ms,{}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"ActionBar"}})]}))}function $s(){const a=s.useSchemaInitializerItem(),{action:t,actionProps:o}=a,n=K(a,["action","actionProps"]),{insert:i}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,A(w({},n),{onClick:()=>{i({type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":A(w({},o),{useAction:"{{ useSubmit }}"}),"x-designer":"ManualActionDesigner","x-action-settings":{}})}}))}function Ko(){const e=s.useSchemaInitializerItem(),i=e,{action:t,actionProps:o}=i,n=K(i,["action","actionProps"]);return r.jsx(s.InitializerWithSwitch,A(w({},n),{item:e,schema:{type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":A(w({},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:$s,action:be.RESOLVED,actionProps:{type:"primary"}},{name:"jobStatusRejected",title:`{{t("Terminate the process", { ns: "${m}" })}}`,Component:Ko,action:be.REJECTED,actionProps:{danger:!0}},{name:"jobStatusPending",title:`{{t("Save temporarily", { ns: "${m}" })}}`,Component:Ko,action:be.PENDING}]});function Vs(){return{run(){}}}function Ws({value:e,onChange:t}){const o=s.usePlugin(X),n=y.useContext(s.SchemaComponentContext),i=ye(),a=Be(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=y.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`
|
|
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:F("Each user has own task"),placement:"bottom",children:[r.jsx("span",{children:F("Separately")}),r.jsx(j.QuestionCircleOutlined,{style:{color:"#999"}})]})}),r.jsx(b.Radio,{value:!1,children:r.jsxs(b.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 Wo(e){var E,P,$;const t=s.useRecord(),o=S.useFieldSchema(),n=S.useField(),i=y.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(($=n.component)==null?void 0:$[0])||y.Fragment,g=y.useMemo(()=>S.createForm({initialValues:u}),[u]),x=y.useMemo(()=>v({appends:c},e.params),[c,e.params]),w=y.useMemo(()=>({loading:!1,data:{data:u}}),[u]),I=s.useAPIClient(),T=s.useDataSourceHeaders(a),C=I.resource(e.collection,void 0,T),O=s.useBlockRequestContext(),B=y.useMemo(()=>({params:x,form:g,field:n,service:w,updateAssociationValues:d,formBlockRef:i}),[n,g,x,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:O},children:r.jsx(s.FormBlockContext.Provider,{value:B,children:r.jsxs(h,A(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 bs(e){return s.createFormBlockSchema(e)}function vs(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 D(this,arguments,function*({item:d}){var x;const u=d.template?yield i(d):null,f=bs(A(v({actionInitializers:"workflowManual:form:configureActions",actions:{resolve:{type:"void",title:`{{t("Continue the process", { ns: "${m}" })}}`,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:be.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=((x=Object.entries(f.properties[h].properties).find(([w,I])=>I["x-component"]==="ActionBar"))==null?void 0:x[0])||"actions";f.properties[h].properties[g]["x-decorator"]="ActionBarProvider",f.properties[h].properties[g]["x-component-props"].style={marginTop:"1.5em",flexWrap:"wrap"},yt(f,w=>{w["x-uid"]&&delete w["x-uid"]}),a(f)})}return r.jsx(s.SchemaInitializerItem,A(v({},t),{onClick:c,items:l}))}function jo(){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(vs,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 ws(){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 Cs={title:`{{t("Create record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=y.useMemo(()=>e.map(({key:a,displayName:l,collections:c})=>({key:a,name:a,label:l,type:"subMenu",children:c.map(d=>({name:ie.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:jo}))})),[e]),[o,n]=y.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:ws},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 zo(e){var p,u,f,h;const[t,o]=y.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=y.useMemo(()=>S.createForm({initialValues:c}),[c]);return!n.status||c?r.jsx(s.CollectionProvider_deprecated,{collection:A(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 ks(){const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem();return r.jsx(s.SchemaInitializerItem,A(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:be.RESOLVED},"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useSubmit }}"},"x-designer":"ManualActionDesigner"}}}}}}})}}))}const Lo={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 Ss(e){const t={};return Object.keys(e).forEach(o=>{const n=e[o],{group:i="others"}=n;t[i]=t[i]||{},ie.set(t,[i,o],n)}),Object.keys(Lo).filter(o=>["basic","choices","datetime","media"].includes(o)).map(o=>({title:Lo[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 As(){const{interfaces:e}=s.useCollectionManager_deprecated();return Ss(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:Ts,fieldInterface:n.name}))}))}const qo=y.createContext({}),Is=e=>{const[t,o]=y.useState(null),[n,i]=y.useState(),a=As(),l=s.useCollection_deprecated(),{setCollectionFields:c}=y.useContext(s.FormBlockContext),d=y.useMemo(()=>S.createForm(),[t]);return r.jsxs(qo.Provider,{value:{onAddField(p){const u=ie.pick(p,["name","group","title","default","validateSchema"]),{properties:T}=p,C=T,{unique:f,type:h,layout:g,autoIncrement:x}=C,w=K(C,["unique","type","layout","autoIncrement"]);u.properties=w;const I=ie.cloneDeep(u);delete I.properties.name["x-disabled"],o(I)},setCallback:i},children:[r.jsx(s.SchemaInitializerItems,A(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:s.OpenMode.DRAWER_MODE,title:'{{t("Configure field")}}',"x-decorator":"FormV2","x-decorator-props":{form:d},"x-component":"Action.Drawer",properties:A(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 D(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 D(this,null,function*(){var C,O,B,E;const{default:x}=t,w=W.uid();if(x.name=(C=p.name)!=null?C:w,x.uiSchema.title=(B=(O=p.uiSchema)==null?void 0:O.title)!=null?B:w,x.interface=t.name,(E=l.fields)==null?void 0:E.find(P=>P.name===x.name)){u("name").take().setFeedback({type:"error",messages:h});return}const T=W.merge(x,p);c([...l.fields,T]),n({name:x.name,type:x.uiSchema.type,"x-decorator":"FormItem","x-component":"CollectionField","x-component-props":{field:T},"x-collection-field":`${l.name}.${x.name}`,"x-toolbar":"FormItemSchemaToolbar","x-settings":"fieldSettings:FormItem"}),f(),i(null),o(null)})}}}}}}}})},components:{ArrayTable:we.ArrayTable}}):null})]})},Fs=new s.SchemaInitializer({name:"workflowManual:customForm:configureFields",wrap:s.gridRowColWrap,insertPosition:"beforeEnd",title:"{{t('Configure fields')}}",ItemsComponent:Is});function Ts(){const e=s.useSchemaInitializerItem(),{insert:t,setVisible:o}=s.useSchemaInitializer(),{onAddField:n,setCallback:i}=y.useContext(qo),{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 Uo={title:`{{t("Custom form", { ns: "${m}" })}}`,config:{useInitializer(){return{name:"customForm",type:"item",title:`{{t("Custom form", { ns: "${m}" })}}`,Component:ks}},initializers:{},components:{CustomFormBlockProvider:zo},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:zo}}};function Ns(){const{name:e,title:t}=s.useCollection_deprecated(),o=S.useFieldSchema(),{t:n}=Q.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 Ds={title:`{{t("Update record form", { ns: "${m}" })}}`,config:{useInitializer({allCollections:e}){const t=y.useMemo(()=>e.map(({key:a,displayName:l,collections:c})=>({key:a,name:a,label:l,type:"subMenu",children:c.map(d=>({name:ie.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:jo}))})),[e]),[o,n]=y.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:Ie,UpdateFormDesigner:Ns},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]=A(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",Uo),Me.register("createForm",Cs),Me.register("updateForm",Ds);function Os(){const{workflow:e}=q(),t=Xe();return t.useInitializers?t.useInitializers(e.config):null}Uo.title;const Ps=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(X),t=ye(),o=Be(t),n=[Os()].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 Ms(){var I,T,C;const e=y.useContext(s.SchemaComponentContext),{t}=Q.useTranslation(),o=S.useFieldSchema(),n=ce(),[i,a]=y.useState(!1),[l,c]=y.useState((C=(T=(I=o==null?void 0:o["x-action-settings"])==null?void 0:I.assignedValues)==null?void 0:T.schema)!=null?C:{type:"void","x-component":"Grid","x-initializer":"assignFieldValuesForm:configureFields",properties:{}}),[d,p]=y.useState(null),{components:u}=s.useSchemaOptionsContext();y.useEffect(()=>{p(new S.Schema({properties:{grid:l}}))},[l]);const f=y.useMemo(()=>{var B,E;const O=(E=(B=o==null?void 0:o["x-action-settings"])==null?void 0:B.assignedValues)==null?void 0:E.values;return S.createForm({initialValues:W.lodash.cloneDeep(O),values:W.lodash.cloneDeep(O)})},[o]),h=s.useFormActiveFields(),g=t("Assign field values");function x(){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 O;(O=e.refresh)==null||O.call(e)},300)}return r.jsxs(r.Fragment,{children:[r.jsx(s.SchemaSettingsItem,{title:g,onClick:()=>a(!0),children:g}),r.jsx(b.Modal,{width:"50%",title:g,open:i,onCancel:x,footer:r.jsxs(b.Space,{children:[r.jsx(b.Button,{onClick:x,children:t("Cancel")}),r.jsx(b.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(we.FormLayout,{layout:"vertical",children:[r.jsx(b.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:A(v({},e),{refresh(){c(W.lodash.get(d.toJSON(),"properties.grid"))}}),children:r.jsx(s.SchemaComponent,{schema:d,components:u})})]})})})})})})]})}function Es(e){return r.jsxs(s.GeneralSchemaDesigner,A(v({},e),{disableInitializer:!0,children:[r.jsx(s.Action.Designer.ButtonEditor,{}),r.jsx(Ms,{}),r.jsx(s.SchemaSettingsDivider,{}),r.jsx(s.SchemaSettingsRemove,{removeParentsIfNoChildren:!0,breakRemoveOn:{"x-component":"ActionBar"}})]}))}function $s(){const a=s.useSchemaInitializerItem(),{action:t,actionProps:o}=a,n=K(a,["action","actionProps"]),{insert:i}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,A(v({},n),{onClick:()=>{i({type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":A(v({},o),{useAction:"{{ useSubmit }}"}),"x-designer":"ManualActionDesigner","x-action-settings":{}})}}))}function Ko(){const e=s.useSchemaInitializerItem(),i=e,{action:t,actionProps:o}=i,n=K(i,["action","actionProps"]);return r.jsx(s.InitializerWithSwitch,A(v({},n),{item:e,schema:{type:"void",title:n.title,"x-decorator":"ManualActionStatusProvider","x-decorator-props":{value:t},"x-component":"Action","x-component-props":A(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:$s,action:be.RESOLVED,actionProps:{type:"primary"}},{name:"jobStatusRejected",title:`{{t("Terminate the process", { ns: "${m}" })}}`,Component:Ko,action:be.REJECTED,actionProps:{danger:!0}},{name:"jobStatusPending",title:`{{t("Save temporarily", { ns: "${m}" })}}`,Component:Ko,action:be.PENDING}]});function Vs(){return{run(){}}}function Ws({value:e,onChange:t}){const o=s.usePlugin(X),n=y.useContext(s.SchemaComponentContext),i=ye(),a=Be(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=y.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=y.useCallback(function(){const{tabs:h}=W.lodash.get(p.toJSON(),"properties.drawer.properties"),g=Array.from(Me.getValues()).reduce((x,v)=>Object.assign(x,v.config.parseFormOptions(h)),{});l.setValuesIn("forms",g),t(h.properties)},[l,t,p]);return r.jsx(s.SchemaComponentContext.Provider,{value:A(w({},n),{designable:!c.executed,refresh:u}),children:r.jsx(s.SchemaComponent,{schema:p,components:A(w(w({},d),Array.from(Me.getValues()).reduce((f,h)=>Object.assign(f,h.config.components),{})),{FormBlockProvider:Wo,DetailsBlockProvider:s.DetailsBlockProvider,ManualActionStatusProvider(f){return f.children},ActionBarProvider(f){return f.children},SimpleDesigner:Gt,ManualActionDesigner:Es}),scope:{useSubmit:Vs,useDetailsBlockProps:s.useFormBlockContext}})})}function js(e){const{workflow:t}=q(),[o,n]=y.useState(!1);return r.jsxs(r.Fragment,{children:[r.jsx(b.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 zs extends H{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:js,SchemaConfig:Ws,ModeConfig:xs,AssigneesSelect:ys}}useVariables({key:t,title:o,config:n},{types:i,fieldNames:a=ue}){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 v;const h=n.forms[f],g=me({fields:(v=h.collection)==null?void 0:v.fields,collection:h.collection,types:i,compile:l,getCollectionFields:c}),x=l(h.title)||f;return g.length?{key:f,value:f,label:x,title:x,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:De,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 Ls={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"}}]},qs={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}}]},Us={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:gt}},{name:"createdAt",type:"date",interface:"createdAt",uiSchema:{type:"datetime",title:'{{t("Created at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}}]},Ks=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"}),_s=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"}),Gs=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 Hs(e){const t=s.useRecord(),o=F("Unprocessed");return t.execution.status&&!t.status?r.jsx(b.Tag,{children:o}):e.children}const Zt=()=>r.jsx(s.SchemaComponent,{components:{NodeColumn:Ks,WorkflowColumn:_s,UserColumn:Gs,UserJobStatusColumn:Hs},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 Js(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 _o=y.createContext(null);_o.displayName="ManualActionStatusContext";function Ys({value:e,children:t}){const{userJob:o,execution:n}=q(),i=S.useField(),a=S.useFieldSchema();return y.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(_o.Provider,{value:e,children:t})}function Qs(){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 D(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 Zs(e){var u;const t=s.usePlugin(X),o=s.useAPIClient(),{id:n}=s.useRecord(),[i,a]=y.useState(null),[l,c]=y.useState(null);y.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 O;const B=(O=g==null?void 0:g.data)!=null?O:{},{node:x,workflow:E={}}=B,P=E,{nodes:v=[]}=P,I=K(P,["nodes"]),$=B,{execution:T}=$,C=K($,["node","workflow","execution"]);ht(v),c(x),a({userJob:C,workflow:I,nodes:v,execution:T})}))},[o,n]);const p=Be(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($e.Provider,{value:i,children:r.jsx(s.SchemaComponent,{components:w(w({FormBlockProvider:Wo,DetailsBlockProvider:zt,ActionBarProvider:Js,ManualActionStatusProvider:Ys},Array.from(Me.getValues()).reduce((f,h)=>Object.assign(f,h.block.components),{})),p),scope:w({useSubmit:Qs,useFormBlockProps:Xs,useDetailsBlockProps:Rs},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(b.Spin,{})}function Xs(){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 y.useEffect(()=>{i==null||i.setPattern(a)},[a,i]),{form:i}}function Rs(){const{form:e}=s.useFormBlockContext();return{form:e}}function ei(){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=y.useCallback(function(){const{tabs:h}=W.lodash.get(p.toJSON(),"properties.drawer.properties"),g=Array.from(Me.getValues()).reduce((x,w)=>Object.assign(x,w.config.parseFormOptions(h)),{});l.setValuesIn("forms",g),t(h.properties)},[l,t,p]);return r.jsx(s.SchemaComponentContext.Provider,{value:A(v({},n),{designable:!c.executed,refresh:u}),children:r.jsx(s.SchemaComponent,{schema:p,components:A(v(v({},d),Array.from(Me.getValues()).reduce((f,h)=>Object.assign(f,h.config.components),{})),{FormBlockProvider:Wo,DetailsBlockProvider:s.DetailsBlockProvider,ManualActionStatusProvider(f){return f.children},ActionBarProvider(f){return f.children},SimpleDesigner:Gt,ManualActionDesigner:Es}),scope:{useSubmit:Vs,useDetailsBlockProps:s.useFormBlockContext}})})}function js(e){const{workflow:t}=q(),[o,n]=y.useState(!1);return r.jsxs(r.Fragment,{children:[r.jsx(b.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 zs extends H{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:js,SchemaConfig:Ws,ModeConfig:xs,AssigneesSelect:ys}}useVariables({key:t,title:o,config:n},{types:i,fieldNames:a=ue}){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=me({fields:(w=h.collection)==null?void 0:w.fields,collection:h.collection,types:i,compile:l,getCollectionFields:c}),x=l(h.title)||f;return g.length?{key:f,value:f,label:x,title:x,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:De,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 Ls={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"}}]},qs={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}}]},Us={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:gt}},{name:"createdAt",type:"date",interface:"createdAt",uiSchema:{type:"datetime",title:'{{t("Created at")}}',"x-component":"DatePicker","x-component-props":{showTime:!0}}}]},Ks=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"}),_s=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"}),Gs=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 Hs(e){const t=s.useRecord(),o=F("Unprocessed");return t.execution.status&&!t.status?r.jsx(b.Tag,{children:o}):e.children}const Zt=()=>r.jsx(s.SchemaComponent,{components:{NodeColumn:Ks,WorkflowColumn:_s,UserColumn:Gs,UserJobStatusColumn:Hs},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 Js(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 _o=y.createContext(null);_o.displayName="ManualActionStatusContext";function Ys({value:e,children:t}){const{userJob:o,execution:n}=q(),i=S.useField(),a=S.useFieldSchema();return y.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(_o.Provider,{value:e,children:t})}function Qs(){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 D(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 Zs(e){var u;const t=s.usePlugin(X),o=s.useAPIClient(),{id:n}=s.useRecord(),[i,a]=y.useState(null),[l,c]=y.useState(null);y.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 O;const B=(O=g==null?void 0:g.data)!=null?O:{},{node:x,workflow:E={}}=B,P=E,{nodes:w=[]}=P,I=K(P,["nodes"]),$=B,{execution:T}=$,C=K($,["node","workflow","execution"]);ht(w),c(x),a({userJob:C,workflow:I,nodes:w,execution:T})}))},[o,n]);const p=Be(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($e.Provider,{value:i,children:r.jsx(s.SchemaComponent,{components:v(v({FormBlockProvider:Wo,DetailsBlockProvider:zt,ActionBarProvider:Js,ManualActionStatusProvider:Ys},Array.from(Me.getValues()).reduce((f,h)=>Object.assign(f,h.block.components),{})),p),scope:v({useSubmit:Qs,useFormBlockProps:Xs,useDetailsBlockProps:Rs},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(b.Spin,{})}function Xs(){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 y.useEffect(()=>{i==null||i.setPattern(a)},[a,i]),{form:i}}function Rs(){const{form:e}=s.useFormBlockContext();return{form:e}}function ei(){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`
|
|
473
473
|
margin-right: 0.5em;
|
|
474
|
-
`,children:W.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 ti(){var a;const e=y.useContext(s.SchemaComponentContext),{id:t,node:o,workflow:n,status:i}=s.useRecord();return r.jsx(s.SchemaComponentContext.Provider,{value:A(
|
|
474
|
+
`,children:W.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 ti(){var a;const e=y.useContext(s.SchemaComponentContext),{id:t,node:o,workflow:n,status:i}=s.useRecord();return r.jsx(s.SchemaComponentContext.Provider,{value:A(v({},e),{reset(){},designable:!1}),children:r.jsx(s.SchemaComponent,{components:{FooterStatus:ei,FlowContextProvider:Zs},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 oi({params:e={},children:t}){const o={collection:"users_jobs",resource:"users_jobs",action:"list",params:A(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:[Ls,qs,Us],children:r.jsx(s.TableBlockProvider,A(v({name:"workflow-todo"},o),{children:t}))})}Zt.Drawer=ti,Zt.Decorator=oi;const ni=()=>{const e=s.useSchemaInitializerItem(),{insert:t}=s.useSchemaInitializer();return r.jsx(s.SchemaInitializerItem,A(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 ri extends s.Plugin{load(){return D(this,null,function*(){this.addComponents(),this.app.pm.get("workflow").registerInstruction("manual",zs),this.app.schemaInitializerManager.add(Ps),this.app.schemaInitializerManager.add(Bs),this.app.schemaInitializerManager.add(Fs),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:Zt,WorkflowTodoBlockInitializer:ni})}}const Go="notice",Xt="workflowNotice",Te="workflow";function Ge(){return{t:(t,o={})=>s.i18n.t(t,v({ns:Te},o))}}const ae=e=>s.tval(e,{ns:Te});function si(){const e=s.useAPIClient(),t=S.useForm(),{field:o,__parent:n}=s.useBlockRequestContext(),{setVisible:i}=s.useActionContext(),a=ne.useNavigate(),l=S.useFieldSchema(),c=S.useField(),d=s.useCompile(),{modal:p}=b.App.useApp(),u=s.useCollectValuesToSubmit(),f=c.componentProps.filterKeys||[];return{onClick(){return D(this,null,function*(){var T,C,O;const{onSuccess:g,skipValidator:x,triggerWorkflows:w}=(T=l==null?void 0:l["x-action-settings"])!=null?T:{};x||(yield t.submit());const I=yield u();c.data=o.data||{},c.data.loading=!0;try{const B=yield e.resource("workflows").trigger({values:I,filterKeys:f,triggerWorkflows:s.getAfterWorkflows(w),beforeWorkflows:s.getBeforeWorkflows(w)});if(c.data.loading=!1,c.data.data=B,(O=(C=n==null?void 0:n.service)==null?void 0:C.refresh)==null||O.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:()=>D(null,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))})}):b.message.success(d(g==null?void 0:g.successMessage))}catch(B){c.data.loading=!1}})}}}function ii(){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}=b.App.useApp(),p=ne.useNavigate(),{onSuccess:u,triggerWorkflows:f}=(h=i==null?void 0:i["x-action-settings"])!=null?h:{};return{onClick(){return D(this,null,function*(){var x,w;n.data=a.data||{},n.data.loading=!0;try{if(yield t.resource("workflows").trigger({values:o,triggerWorkflows:s.getAfterWorkflows(f),beforeWorkflows:s.getBeforeWorkflows(f)}),(w=(x=l==null?void 0:l.service)==null?void 0:x.refresh)==null||w.call(x),c==null||c(!1),!(u!=null&&u.successMessage))return;if(u!=null&&u.manualClose){let I;d.success({title:e(u==null?void 0:u.successMessage),onOk(){return D(this,null,function*(){u!=null&&u.redirecting&&(u!=null&&u.redirectTo)&&(W.isURL(u.redirectTo)?window.location.href=u.redirectTo:p(u.redirectTo))})}})}else b.message.success(e(u==null?void 0:u.successMessage))}catch(I){console.error(I)}finally{n.data.loading=!1}})}}}const ai=()=>{const e=Jt(),t=we.ArrayItems.useArray()||{field:[]},{t:o}=Ge(),[n,i]=y.useState(!1),a=y.useCallback(()=>{t.field.push(""),i(!1)},[t.field]),l=y.useCallback(()=>{t.field.push({filter:{}}),i(!1)},[t.field]);return r.jsx(b.Popover,{open:!e&&n,onOpenChange:i,content:r.jsx(li,{onSlecet:a,onQuery:l}),children:r.jsx(b.Button,{className:"ant-formily-array-base-addition",type:"dashed",block:!0,disabled:e,children:o("Add Notified Person")})})},li=({onSlecet:e,onQuery:t})=>{const{t:o}=Ge();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")})]})},ci=e=>{const{t}=Ge(),[o,n]=y.useState(!1),i=y.useCallback(()=>{n(!0)},[n]);return r.jsxs(r.Fragment,{children:[r.jsx(b.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})]})},di=e=>e.value&&typeof e.value=="object"?r.jsx(ui,v({},e)):r.jsx(pi,v({},e)),pi=({value:e,onChange:t})=>{const o=ce({types:[mi]});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})})},ui=()=>{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:Ie}}}}})})};function mi(e){return e.isForeignKey?e.target==="users":e.collectionName==="users"&&e.name==="id"}const fi=()=>{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=>D(null,[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"});ie.unset(h,["x-acl-action","x-acl-action-props"]);const[g]=Object.keys(h.properties);ie.set(h.properties[g],"x-component-props.useProps","usePropsNoticeDetail"),i(h)});return r.jsx(s.SchemaInitializerItem,A(v({},n),{onClick:c,items:l}))},gi=new s.SchemaInitializer({name:"NoticeDetailInitializer",wrap:s.gridRowColWrap,title:"{{t('Add block')}}",items:[{name:"notice",type:"itemGroup",title:ae("Notice blocks"),children:[{name:"detail",type:"item",title:'{{t("Details")}}',Component:fi}]},{type:"itemGroup",name:"dataBlocks",title:'{{t("Data blocks")}}',checkChildrenLength:!0,useChildren(){var c;const e=s.usePlugin(X),{workflow:t}=q(),o=Xe(),n=ye(),i=Be(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 hi extends s.Plugin{load(){return D(this,null,function*(){this.app.schemaInitializerManager.add(gi)})}}function yi(e){return{type:"void",name:e,"x-uid":e,"x-component":"Grid","x-initializer":"NoticeDetailInitializer"}}const xi=e=>{const{schemaData:t,loading:o,handleChange:n}=bi(e);return o?r.jsx(b.Spin,{}):r.jsx(s.SchemaComponent,{memoized:!0,scope:{},components:{},schema:t,onChange:n})};function bi(e){const{value:t,onChange:o}=e,n=s.useAPIClient(),{values:i,setValuesIn:a}=S.useForm(),{data:l,loading:c}=s.useRequest(()=>D(null,null,function*(){if(t){const f=yield vi(n,t);if(f["x-uid"]===t)return f}const p=t!=null?t:W.uid(),u=yi(p);return yield wi(n,u),o(p),u}));return{schemaData:l,loading:c,handleChange:p=>{}}}function vi(e,t){return D(this,null,function*(){var i;const{data:o}=yield e.request({url:`uiSchemas:getJsonSchema/${t}`});return(i=o.data)!=null?i:{}})}function wi(e,t){return D(this,null,function*(){yield e.resource("uiSchemas").insert({values:t})})}const Ci={ActionStyle:s.css`
|
|
475
475
|
.ant-drawer-body {
|
|
476
476
|
background: var(--tb-box-bg);
|
|
477
477
|
}
|
|
478
|
-
`},ki=()=>{const e=y.useContext(s.SchemaComponentContext),[,t]=y.useState(W.uid()),{workflow:o}=q(),n=y.useMemo(()=>A(
|
|
478
|
+
`},ki=()=>{const e=y.useContext(s.SchemaComponentContext),[,t]=y.useState(W.uid()),{workflow:o}=q(),n=y.useMemo(()=>A(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:xi},schema:Si})})},Si={name:s.OpenMode.DRAWER_MODE,type:"void",title:ae("The interface of show notice detail"),"x-component":"Action.Drawer","x-component-props":{className:Ci.ActionStyle},properties:{showNoticeDetail:{type:"string","x-component":"NoticeDetail"}}};s.createStyles({});const Ho={ArrayItemsStyle:s.css`
|
|
479
479
|
&[disabled] {
|
|
480
480
|
> .ant-formily-array-base-addition {
|
|
481
481
|
display: none;
|
|
@@ -492,7 +492,7 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:N("P
|
|
|
492
492
|
> .ant-space-item:nth-child(2) {
|
|
493
493
|
flex-grow: 1;
|
|
494
494
|
}
|
|
495
|
-
`};class Ai extends H{constructor(){super(...arguments),this.title=ae("Notice"),this.type=Go,this.group=_e,this.icon="MessageOutlined",this.color="#82e29c",this.description=ae("In the workflow, notification messages can be viewed by the notified person in the notification center."),this.components={ArrayItems:
|
|
495
|
+
`};class Ai extends H{constructor(){super(...arguments),this.title=ae("Notice"),this.type=Go,this.group=_e,this.icon="MessageOutlined",this.color="#82e29c",this.description=ae("In the workflow, notification messages can be viewed by the notified person in the notification center."),this.components={ArrayItems:we.ArrayItems,SelectNotifiedPerson:di,AdditionNotifiedPerson:ai,ConfigButtonNotice:ci,ShowNoticeDetail:ki},this.fieldset={notifiedPerson:{type:"array",title:ae("The Notified Person"),"x-decorator":"FormItem","x-component":"ArrayItems","x-component-props":{className:Ho.ArrayItemsStyle},items:{type:"void","x-component":"Space","x-component-props":{className:Ho.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:ae("Add Notified Person"),"x-component":"AdditionNotifiedPerson"}}},showNoticeDetail:{type:"void",title:ae("Show Notice Detail"),required:!0,"x-decorator":"FormItem","x-component":"ConfigButtonNotice",properties:{showNoticeDetail:{type:"void","x-component":"ShowNoticeDetail"}}}}}isAvailable(t){return!0}}class Ii extends s.Plugin{afterAdd(){return D(this,null,function*(){yield this.app.pm.add(hi)})}load(){return D(this,null,function*(){this.app.pm.get(X).registerInstruction(Go,Ai),this.app.addComponents({ArrayItems:we.ArrayItems})})}}const Fi={title:ae("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"}}]},Ti=S.observer(()=>{const{value:e}=S.useField(),t=s.useRecord();return r.jsx(Ni,{value:e,record:t})},{displayName:"ColumnStatus"}),Ni=e=>{const{value:t,record:o}=e,n=ie.omit(e,["value","record"]),i=s.useCompile(),{t:a}=Ge(),{option:l=Di[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(b.Tag,{children:a("Unprocessed")}):r.jsx(b.Tag,{color:l==null?void 0:l.color,children:i(l==null?void 0:l.label)})},Jo=[{value:pe.QUEUEING,label:`{{t("Assigned", { ns: "${Te}" })}}`,color:"blue"},{value:pe.STARTED,label:`{{t("Pending", { ns: "${Te}" })}}`,color:"gold"},{value:2,label:`{{t("Approved", { ns: "${Te}" })}}`,color:"green"},{value:pe.REJECTED,label:`{{t("Rejected", { ns: "${Te}" })}}`,color:"red"}],Di=Jo.reduce((e,t)=>Object.assign(e,{[t.value]:t}),{}),Oi={title:ae("Notice Center"),name:Xt,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:ae("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: "${Te}" })}}`,"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:Jo}},{type:"text",name:"comment",interface:"markdown",uiSchema:{type:"string","x-component":"Markdown",title:`{{t("Comment", { ns: "${Te}" })}}`}},{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:ae("Summary"),"x-component":"ApprovalsSummary","x-component-props":{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}}}}]},Pi={title:ae("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}]}}]},Mi=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:A(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:[Pi,Fi,Oi],children:r.jsx(s.TableBlockProvider,A(v({name:i},d),{children:e}))})},Yo=y.createContext({}),Ei=Yo.Provider;function $i(){return y.useContext(Yo)}const Qo=y.createContext({}),Bi=Qo.Provider;function Vi(){return y.useContext(Qo)}function Wi(){const{snapshot:e}=Vi(),{form:t}=s.useFormBlockContext();return y.useEffect(()=>{t.setValues(e)},[t,e]),{form:t}}function Zo({children:e,workflow:t,execution:o,nodes:n}){const i=s.usePlugin(X),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($e.Provider,{value:{workflow:t,nodes:n,execution:o},children:r.jsx(s.SchemaComponentOptions,{components:v(v({},a),l),children:e})})}const Xo=o=>{var n=o,{children:e}=n,t=K(n,["children"]);const i=s.useSchemaComponentContext(),{t:a}=Ge(),{id:l}=s.useCollectionRecordData(),{loading:c,data:d}=ji(l);if(c)return r.jsx(b.Spin,{});if(!(d!=null&&d.data))return r.jsx(b.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:x}=t;return r.jsx(Zo,{workflow:f,nodes:f.nodes,execution:h,children:r.jsx(Bi,{value:p,children:r.jsx(Ei,{value:{id:l,schemaId:g},children:r.jsx(s.SchemaComponentContext.Provider,{value:A(v({},i),{designable:x}),children:e})})})})};function ji(e){const{loading:t,data:o}=s.useRequest({resource:Xt,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 zi=()=>r.jsx(Xo,{children:r.jsx(Li,{})}),Li=e=>{const{id:t,schemaId:o}=$i();return r.jsx(s.SchemaComponent,{components:{NoticeDetailProvider:Xo,RemoteSchemaComponent:s.RemoteSchemaComponent,SchemaComponentProvider:s.SchemaComponentProvider,DetailsBlockProvider:zt},scope:{usePropsNoticeDetail:Wi,useDetailsBlockProps:s.useFormBlockContext},schema:{name:`content-${t}`,type:"void","x-component":"Tabs",properties:{detail:{type:"void",title:ae("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}}}}}}})},qi=({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"}}}}}},Ui=()=>{const e=s.useCollectionRecordData();return r.jsx(s.SchemaComponent,{components:{NoticeDetailContent:zi},schema:qi({record:e})})},Ki=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"}),_i=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"}),Gi=S.observer(()=>{const{t:e}=Ge(),{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
497
|
`,title:e("Disabled"),children:o})},{displayName:"ColumnWorkflow"}),Hi={ActionbarStyle:s.css`
|
|
498
498
|
margin-bottom: 16px;
|
|
@@ -504,7 +504,7 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:N("P
|
|
|
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:ae("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:ae("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:ae("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: "${Te}" })}}`,properties:{node:{"x-component":"ColumnNode","x-read-pretty":!0}}}}}}};class Qi extends s.Plugin{load(){return D(this,null,function*(){this.app.addComponents({NoticeBlockProvider:Mi,NoticeCenter:Ji})})}}function Ro(){const e=W.uid();return{type:"void",name:e,"x-uid":e,"x-decorator-props":{collection:Xt,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 Zi=()=>{const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem(),o=y.useCallback(()=>{const n=Ro();e(n)},[e,Ro]);return r.jsx(s.SchemaInitializerItem,A(w({},t),{onClick:o}))};class Xi extends s.Plugin{afterAdd(){return D(this,null,function*(){yield this.app.pm.add(Qi)})}load(){return D(this,null,function*(){this.app.addComponents({NoticeBlockInitializer:Zi}),this.app.schemaInitializerManager.get("page:addBlock").add("otherBlocks.workflow.common.notice",{key:"noticeBlock",name:"noticeBlock",type:"item",title:ae("Notice Center"),Component:"NoticeBlockInitializer",icon:"NotificationOutlined"})})}}class Ri extends s.Plugin{afterAdd(){return D(this,null,function*(){yield this.app.pm.add(Ii),yield this.app.pm.add(Xi)})}}class ea extends Ze{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=me(A(w({appends:["user"]},o),{fields:[{collectionName:"users",name:"user",type:"hasOne",target:"users",uiSchema:{title:F("User acted")}}],compile:n,getCollectionFields:i}));return[...me({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:De,collection:t.collection,dataPath:"$context.data"}:null}}const ta=()=>{const e=s.useSchemaInitializerItem();return r.jsx(s.BlockInitializer,A(w({},e),{schema:oa,item:e}))},oa={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"}},na=[{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}}],ra=new s.SchemaSettings({name:"actionSettings:APIRegular",items:na}),sa=()=>{const{field:e,resource:t,__parent:o,service:n}=s.useBlockRequestContext(),i=S.useFieldSchema(),a=y.useContext(S.SchemaExpressionScopeContext),l=s.useTableBlockContext(),{rowKey:c}=l,{t:d}=Q.useTranslation();ne.useNavigate(),s.useCompile();const p=S.useField(),{modal:u,notification:f}=b.App.useApp(),h=s.useVariables(),{name:g,getField:x}=s.useCollection_deprecated(),v=s.useLocalVariables(),{run:I}=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(b.Progress,{percent:0}),duration:0});else if(C.msg==="progress"){const O=C.current+1,B=Math.floor(O/C.total*100)===100?3:0;f.info({key:"workflow:regular",message:`${d("Processing")}...`,description:r.jsx(b.Progress,{percent:Math.floor(O/C.total*100)}),duration:B})}else C.msg==="done"&&(f.success({key:"workflow:regular",message:d("Done"),description:r.jsx(b.Progress,{percent:100}),duration:3}),n.refresh())}),{onClick(){return D(this,null,function*(){var Y,se,V,M,L,ee,G;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:O}=(ee=(L=n.params)==null?void 0:L[0])!=null?ee:{},{bindWorkflow:B=!1,triggerWorkflows:E=!1,assignedValues:P={},updateMode:$}=(G=i==null?void 0:i["x-action-settings"])!=null?G:{},_=$==="selected",z={primaryKey:c||"id",targetKeys:C};if(p.data=e.data||{},p.data.loading=!0,!E&&!B)return u.info({title:F("Not bind workflow!")});const J=Object.keys(P).map(R=>D(null,null,function*(){const re=P[R],Ue=x(R);if(s.isVariable(re)){const we=yield h==null?void 0:h.parseVariable(re,v);we&&s.transformVariableValue(we,{targetCollectionField:Ue})}}));yield Promise.all(J),u.confirm({title:F("Confirm",{ns:"core"}),content:F("Trigger workflow?"),onOk(){return D(this,null,function*(){if(B){const R={filterByTk:B,updateData:encodeURIComponent(JSON.stringify(z))};I(R)}else E&&(_?yield t.trigger({filterByTk:C,triggerWorkflows:s.getAfterWorkflows(E),beforeWorkflows:s.getBeforeWorkflows(E)}):yield t.trigger({filter:O,triggerWorkflows:s.getAfterWorkflows(E),beforeWorkflows:s.getBeforeWorkflows(E)}));p.data.loading=!1})},onCancel(){return D(this,null,function*(){p.data.loading=!1})}})})}}};class ia extends s.Plugin{load(){return D(this,null,function*(){this.app.addComponents({APIRegularInitializer:ta}),this.app.addScopes({usePropsAPIRegular:sa}),this.app.schemaSettingsManager.add(ra),["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 aa(){const e=S.useForm(),{field:t,__parent:o,resource:n}=s.useBlockRequestContext(),{setVisible:i}=s.useActionContext(),a=s.useFilterByTk(),l=ne.useNavigate(),c=S.useFieldSchema(),d=S.useField(),p=s.useCompile(),{modal:u}=b.App.useApp(),f=s.useCollectValuesToSubmit();return d.componentProps.filterKeys,{onClick(){return D(this,null,function*(){var T,C;const{onSuccess:g,skipValidator:x,triggerWorkflows:v}=(c==null?void 0:c["x-action-settings"])||{};x||(yield e.submit());const I=yield f();d.data=t.data||{},d.data.loading=!0;try{const O=yield n.trigger({values:I,filterByTk:a,triggerWorkflows:s.getAfterWorkflows(v),beforeWorkflows:s.getBeforeWorkflows(v)});if(d.data.data=O,(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:()=>D(null,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))})}):b.message.success(p(g==null?void 0:g.successMessage))}catch(O){console.error(O)}finally{d.data.loading=!1}})}}}function la(){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}=b.App.useApp(),p=ne.useNavigate(),{onSuccess:u,triggerWorkflows:f}=(n==null?void 0:n["x-action-settings"])||{};return{onClick(g,x){return D(this,null,function*(){o.data=i.data||{},o.data.loading=!0;try{if(yield a.trigger({filterByTk:t,triggerWorkflows:s.getAfterWorkflows(f),beforeWorkflows:s.getBeforeWorkflows(f)}),x==null||x(),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))}}):b.message.success(e(u==null?void 0:u.successMessage))}catch(v){console.error(v)}finally{o.data.loading=!1}})}}}const Rt={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"}},eo=A(w({},vt),{schema:A(w({},vt.schema),{"x-component":"Action.Link"})});class ca extends s.Plugin{afterAdd(){return D(this,null,function*(){yield this.app.pm.add(ia)})}load(){return D(this,null,function*(){this.app.pm.get("workflow").registerTrigger("general-action",ea),this.app.addScopes({useFormWorkflowCustomActionProps:aa,useRecordWorkflowCustomTriggerActionProps:la}),this.app.schemaInitializerManager.get("FormActionInitializers").add("customize.triggerWorkflow",Rt),this.app.schemaInitializerManager.get("createForm:configureActions").add("customize.triggerWorkflow",Rt),this.app.schemaInitializerManager.get("editForm:configureActions").add("customize.triggerWorkflow",Rt),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",eo),this.app.schemaInitializerManager.get("gridCard:configureItemActions").add("customize.triggerWorkflow",eo),this.app.schemaInitializerManager.get("list:configureItemActions").add("customize.triggerWorkflow",eo)})}}class da extends H{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"},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.components={RadioWithTooltip:Fe}}Component({data:t}){const{styles:o}=xe(),{id:n,config:{mode:i}}=t,{workflow:a,nodes:l}=q(),c=l.reduce((x,v)=>v.upstreamId===n&&v.branchIndex!=null?x.concat(v):x,[]).sort((x,v)=>x.branchIndex-v.branchIndex),[d,p]=y.useState(Math.max(2,c.length)),{getAriaLabel:u}=ut(t),f=F("Add branch"),h=Array(Math.max(0,d-c.length)).fill(null),g=c[c.length-1];return r.jsx(st,{data:t,children:r.jsxs("div",{className:o.nodeSubtreeClass,children:[r.jsxs("div",{className:o.branchBlockClass,children:[c.map(x=>r.jsx(Ve,{from:t,entry:x,branchIndex:x.branchIndex},x.id)),h.map((x,v)=>r.jsx(Ve,{from:t,branchIndex:(g?g.branchIndex:0)+v+1,controller:c.length+v>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:ae("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:ae("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:ae("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: "${Te}" })}}`,properties:{node:{"x-component":"ColumnNode","x-read-pretty":!0}}}}}}};class Qi extends s.Plugin{load(){return D(this,null,function*(){this.app.addComponents({NoticeBlockProvider:Mi,NoticeCenter:Ji})})}}function Ro(){const e=W.uid();return{type:"void",name:e,"x-uid":e,"x-decorator-props":{collection:Xt,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 Zi=()=>{const{insert:e}=s.useSchemaInitializer(),t=s.useSchemaInitializerItem(),o=y.useCallback(()=>{const n=Ro();e(n)},[e,Ro]);return r.jsx(s.SchemaInitializerItem,A(v({},t),{onClick:o}))};class Xi extends s.Plugin{afterAdd(){return D(this,null,function*(){yield this.app.pm.add(Qi)})}load(){return D(this,null,function*(){this.app.addComponents({NoticeBlockInitializer:Zi}),this.app.schemaInitializerManager.get("page:addBlock").add("otherBlocks.workflow.common.notice",{key:"noticeBlock",name:"noticeBlock",type:"item",title:ae("Notice Center"),Component:"NoticeBlockInitializer",icon:"NotificationOutlined"})})}}class Ri extends s.Plugin{afterAdd(){return D(this,null,function*(){yield this.app.pm.add(Ii),yield this.app.pm.add(Xi)})}}class ea extends Ze{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=me(A(v({appends:["user"]},o),{fields:[{collectionName:"users",name:"user",type:"hasOne",target:"users",uiSchema:{title:F("User acted")}}],compile:n,getCollectionFields:i}));return[...me({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:De,collection:t.collection,dataPath:"$context.data"}:null}}const ta=()=>{const e=s.useSchemaInitializerItem();return r.jsx(s.BlockInitializer,A(v({},e),{schema:oa,item:e}))},oa={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"}},na=[{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}}],ra=new s.SchemaSettings({name:"actionSettings:APIRegular",items:na}),sa=()=>{const{field:e,resource:t,__parent:o,service:n}=s.useBlockRequestContext(),i=S.useFieldSchema(),a=y.useContext(S.SchemaExpressionScopeContext),l=s.useTableBlockContext(),{rowKey:c}=l,{t:d}=Q.useTranslation();ne.useNavigate(),s.useCompile();const p=S.useField(),{modal:u,notification:f}=b.App.useApp(),h=s.useVariables(),{name:g,getField:x}=s.useCollection_deprecated(),w=s.useLocalVariables(),{run:I}=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(b.Progress,{percent:0}),duration:0});else if(C.msg==="progress"){const O=C.current+1,B=Math.floor(O/C.total*100)===100?3:0;f.info({key:"workflow:regular",message:`${d("Processing")}...`,description:r.jsx(b.Progress,{percent:Math.floor(O/C.total*100)}),duration:B})}else C.msg==="done"&&(f.success({key:"workflow:regular",message:d("Done"),description:r.jsx(b.Progress,{percent:100}),duration:3}),n.refresh())}),{onClick(){return D(this,null,function*(){var Y,se,V,M,L,ee,G;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:O}=(ee=(L=n.params)==null?void 0:L[0])!=null?ee:{},{bindWorkflow:B=!1,triggerWorkflows:E=!1,assignedValues:P={},updateMode:$}=(G=i==null?void 0:i["x-action-settings"])!=null?G:{},_=$==="selected",z={primaryKey:c||"id",targetKeys:C};if(p.data=e.data||{},p.data.loading=!0,!E&&!B)return u.info({title:F("Not bind workflow!")});const J=Object.keys(P).map(R=>D(null,null,function*(){const re=P[R],Ue=x(R);if(s.isVariable(re)){const ve=yield h==null?void 0:h.parseVariable(re,w);ve&&s.transformVariableValue(ve,{targetCollectionField:Ue})}}));yield Promise.all(J),u.confirm({title:F("Confirm",{ns:"core"}),content:F("Trigger workflow?"),onOk(){return D(this,null,function*(){if(B){const R={filterByTk:B,updateData:encodeURIComponent(JSON.stringify(z))};I(R)}else E&&(_?yield t.trigger({filterByTk:C,triggerWorkflows:s.getAfterWorkflows(E),beforeWorkflows:s.getBeforeWorkflows(E)}):yield t.trigger({filter:O,triggerWorkflows:s.getAfterWorkflows(E),beforeWorkflows:s.getBeforeWorkflows(E)}));p.data.loading=!1})},onCancel(){return D(this,null,function*(){p.data.loading=!1})}})})}}};class ia extends s.Plugin{load(){return D(this,null,function*(){this.app.addComponents({APIRegularInitializer:ta}),this.app.addScopes({usePropsAPIRegular:sa}),this.app.schemaSettingsManager.add(ra),["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 aa(){const e=S.useForm(),{field:t,__parent:o,resource:n}=s.useBlockRequestContext(),{setVisible:i}=s.useActionContext(),a=s.useFilterByTk(),l=ne.useNavigate(),c=S.useFieldSchema(),d=S.useField(),p=s.useCompile(),{modal:u}=b.App.useApp(),f=s.useCollectValuesToSubmit();return d.componentProps.filterKeys,{onClick(){return D(this,null,function*(){var T,C;const{onSuccess:g,skipValidator:x,triggerWorkflows:w}=(c==null?void 0:c["x-action-settings"])||{};x||(yield e.submit());const I=yield f();d.data=t.data||{},d.data.loading=!0;try{const O=yield n.trigger({values:I,filterByTk:a,triggerWorkflows:s.getAfterWorkflows(w),beforeWorkflows:s.getBeforeWorkflows(w)});if(d.data.data=O,(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:()=>D(null,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))})}):b.message.success(p(g==null?void 0:g.successMessage))}catch(O){console.error(O)}finally{d.data.loading=!1}})}}}function la(){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}=b.App.useApp(),p=ne.useNavigate(),{onSuccess:u,triggerWorkflows:f}=(n==null?void 0:n["x-action-settings"])||{};return{onClick(g,x){return D(this,null,function*(){o.data=i.data||{},o.data.loading=!0;try{if(yield a.trigger({filterByTk:t,triggerWorkflows:s.getAfterWorkflows(f),beforeWorkflows:s.getBeforeWorkflows(f)}),x==null||x(),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))}}):b.message.success(e(u==null?void 0:u.successMessage))}catch(w){console.error(w)}finally{o.data.loading=!1}})}}}const Rt={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"}},wt={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"}},eo=A(v({},wt),{schema:A(v({},wt.schema),{"x-component":"Action.Link"})});class ca extends s.Plugin{afterAdd(){return D(this,null,function*(){yield this.app.pm.add(ia)})}load(){return D(this,null,function*(){this.app.pm.get("workflow").registerTrigger("general-action",ea),this.app.addScopes({useFormWorkflowCustomActionProps:aa,useRecordWorkflowCustomTriggerActionProps:la}),this.app.schemaInitializerManager.get("FormActionInitializers").add("customize.triggerWorkflow",Rt),this.app.schemaInitializerManager.get("createForm:configureActions").add("customize.triggerWorkflow",Rt),this.app.schemaInitializerManager.get("editForm:configureActions").add("customize.triggerWorkflow",Rt),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",eo),this.app.schemaInitializerManager.get("gridCard:configureItemActions").add("customize.triggerWorkflow",eo),this.app.schemaInitializerManager.get("list:configureItemActions").add("customize.triggerWorkflow",eo)})}}class da extends H{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"},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.components={RadioWithTooltip:Fe}}Component({data:t}){const{styles:o}=xe(),{id:n,config:{mode:i}}=t,{workflow:a,nodes:l}=q(),c=l.reduce((x,w)=>w.upstreamId===n&&w.branchIndex!=null?x.concat(w):x,[]).sort((x,w)=>x.branchIndex-w.branchIndex),[d,p]=y.useState(Math.max(2,c.length)),{getAriaLabel:u}=ut(t),f=F("Add branch"),h=Array(Math.max(0,d-c.length)).fill(null),g=c[c.length-1];return r.jsx(st,{data:t,children:r.jsxs("div",{className:o.nodeSubtreeClass,children:[r.jsxs("div",{className:o.branchBlockClass,children:[c.map(x=>r.jsx(Ve,{from:t,entry:x,branchIndex:x.branchIndex},x.id)),h.map((x,w)=>r.jsx(Ve,{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,7 +512,7 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:N("P
|
|
|
512
512
|
transform: rotate(45deg);
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
|
-
`,children:r.jsx(b.Button,{shape:"circle",icon:r.jsx(j.PlusOutlined,{}),onClick:()=>p(d-1),disabled:a.executed})}):null},`temp_${c.length+
|
|
515
|
+
`,children:r.jsx(b.Button,{shape:"circle",icon:r.jsx(j.PlusOutlined,{}),onClick:()=>p(d-1),disabled:a.executed})}):null},`temp_${c.length+w}`))]}),r.jsx(b.Tooltip,{title:f,className:s.css`
|
|
516
516
|
visibility: ${a.executed?"hidden":"visible"};
|
|
517
517
|
`,children:r.jsx(b.Button,{"aria-label":u("add-branch"),icon:r.jsx(j.PlusOutlined,{}),className:s.css`
|
|
518
518
|
position: relative;
|
|
@@ -524,7 +524,7 @@ lib.log`},"x-component":"CodeMirror",required:!0},model:{type:"array",title:N("P
|
|
|
524
524
|
transform-origin: center;
|
|
525
525
|
transform: rotate(-45deg);
|
|
526
526
|
}
|
|
527
|
-
`,onClick:()=>p(d+1),disabled:a.executed})})]})})}}class pa extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get(X).registerInstruction("parallel",da)})}}class ua extends H{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}" })}}`},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { 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:
|
|
527
|
+
`,onClick:()=>p(d+1),disabled:a.executed})})]})})}}class pa extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get(X).registerInstruction("parallel",da)})}}class ua extends H{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}" })}}`},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { 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:we.ArrayItems,WorkflowVariableInput:ke,WorkflowVariableTextArea:rt,WorkflowVariableJSON:Oo}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return{[i.value]:t,[i.label]:o}}}class ma extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("request",ua)})}}class fa extends H{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"},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.scope={},this.components={RadioWithTooltip:Fe,WorkflowVariableTextArea:rt,WorkflowVariableInput:ke}}isAvailable({workflow:t}){return t.type==="request-interception"||["action","general-action"].includes(t.type)&&t.sync}}class ga extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("response-message",fa)})}}class ha extends H{constructor(){super(...arguments),this.title=N("Data Mapping"),this.type=bo,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
|
}
|
|
@@ -553,10 +553,10 @@ export default async function (
|
|
|
553
553
|
button {
|
|
554
554
|
padding: 0;
|
|
555
555
|
}
|
|
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:
|
|
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:we.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 ya extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get(X).registerInstruction(bo,ha)})}}class xa extends H{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
|
-
`}},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.components={WorkflowVariableRawTextArea:Do}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return{[i.value]:t,[i.label]:o}}}class ba extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("sql",xa)})}}const
|
|
559
|
+
`}},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.components={WorkflowVariableRawTextArea:Do}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return{[i.value]:t,[i.label]:o}}}class ba extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("sql",xa)})}}const va=()=>{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 wa extends H{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":va,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]=me(A(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 Ca extends s.Plugin{load(){return D(this,null,function*(){this.app.pm.get("workflow").registerInstruction("trigger-instruction",wa)})}}const ka=s.createStyles(({css:e,token:t})=>({nodeIdClass:e`
|
|
560
560
|
color: ${t.colorTextDescription};
|
|
561
561
|
|
|
562
562
|
&:before {
|
|
@@ -569,7 +569,7 @@ export default async function (
|
|
|
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 Fa extends H{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: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"(t,o,{form:n}){const{values:i}=n,{evaluate:a}=Qe.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`}}"}}}]},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.scope={renderEngineReference:en},this.components={WorkflowVariableTextArea:rt,RadioWithTooltip:Fe,ValueBlock:Se}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return n&&!n.some(a=>a in Oe||Object.values(Oe).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 Ta=e=>{const{editingConfig:t,setEditingConfig:o,data:n,workflow:i,children:a}=e,[l,c]=y.useState(!1),d=y.useMemo(()=>{const u=ie.cloneDeep(n.config);return S.createForm({initialValues:u,disabled:i.executed})},[n,i]),p=y.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 Na(){return{form:S.useForm()}}var Ct=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Da(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var kt={exports:{}},Oa=kt.exports,tn;function Pa(){return tn||(tn=1,function(e,t){(function(o,n){n()})(Oa,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 Ct=="object"&&Ct.global===Ct?Ct: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",x=/constructor/i.test(l.HTMLElement)||l.safari,
|
|
572
|
+
`,children:s.i18n.t("Syntax references")}),r.jsx("a",{href:t.link,target:"_blank",rel:"noreferrer",children:t.label})]}):null};class Fa extends H{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: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"(t,o,{form:n}){const{values:i}=n,{evaluate:a}=Qe.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`}}"}}}]},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.scope={renderEngineReference:en},this.components={WorkflowVariableTextArea:rt,RadioWithTooltip:Fe,ValueBlock:Se}}useVariables({key:t,title:o},{types:n,fieldNames:i=ue}){return n&&!n.some(a=>a in Oe||Object.values(Oe).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 Ta=e=>{const{editingConfig:t,setEditingConfig:o,data:n,workflow:i,children:a}=e,[l,c]=y.useState(!1),d=y.useMemo(()=>{const u=ie.cloneDeep(n.config);return S.createForm({initialValues:u,disabled:i.executed})},[n,i]),p=y.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 Na(){return{form:S.useForm()}}var Ct=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Da(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var kt={exports:{}},Oa=kt.exports,tn;function Pa(){return tn||(tn=1,function(e,t){(function(o,n){n()})(Oa,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 Ct=="object"&&Ct.global===Ct?Ct: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",x=/constructor/i.test(l.HTMLElement)||l.safari,w=/CriOS\/[\d]+/.test(navigator.userAgent);if((w||g&&x||c)&&typeof FileReader!="undefined"){var I=new FileReader;I.onloadend=function(){var O=I.result;O=w?O:O.replace(/^data:[^;]*;/,"data:attachment/file;"),h?h.location.href=O:location=O,h=null},I.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})}(kt)),kt.exports}var on=Pa();const Ma=Da(on);function Ea(){const e=S.useForm(),t=s.useAPIClient(),o=s.useActionContext(),{refresh:n}=s.useResourceActionContext(),i=ye(),{workflow:a}=q();return{run(){return D(this,null,function*(){var c,d;if(a.executed){b.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),b.message.success("success"),n()})}}}const $a=e=>{const{data:t,instruction:o}=e,n=(o==null?void 0:o.group)===_e;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:["(",F("Deprecated"),") "]}),t.title]}),r.jsxs(b.Tooltip,{title:F("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 Ba(e,t){return r.jsx($a,{data:e,instruction:t})}const Va=e=>{const{instruction:t,data:o,detailText:n,workflow:i}=e;return{type:"void",properties:A(
|
|
587
|
+
`,children:[r.jsxs("strong",{children:[n&&r.jsxs("span",{className:"deprecated-tag",children:["(",F("Deprecated"),") "]}),t.title]}),r.jsxs(b.Tooltip,{title:F("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 Ba(e,t){return r.jsx($a,{data:e,instruction:t})}const Va=e=>{const{instruction:t,data:o,detailText:n,workflow:i}=e;return{type:"void",properties:A(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:Ba(o,t),"x-decorator":"FormV2","x-use-decorator-props":"useFormProviderProps","x-component":"Action.Area",properties:A(v({},t.description?{description:{type:"void","x-component":ho,"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:i.executed?null:{type:"void","x-component":"ActionArea.Footer",properties:{cancel:{title:'{{t("Cancel")}}',"x-component":"Action","x-component-props":{useAction:"{{ cm.useCancelAction }}"}},dump:{type:"void",title:'{{ t("Dump") }}',"x-component":"Action","x-component-props":{useAction(){const{t:a}=s.useTranslation();return{run(){return D(this,null,function*(){const c=new Blob([JSON.stringify(o,(d,p)=>{if(!(d==="upstream"||d==="downstream"))return p},2)],{type:"application/json"});Ma(c,o.title+"-"+o.key+".json"),b.message.success(a("Operation succeeded"))})}}}}},submit:{title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction:Ea}}}}})}})}},Wa=e=>{const{instruction:t,data:o,detailText:n,workflow:i}=e,a=Va({instruction:t,data:o,detailText:n,workflow:i});return r.jsx(s.SchemaComponent,{schema:a,components:t.components,scope:A(
|
|
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 }}"}},dump:{type:"void",title:'{{ t("Dump") }}',"x-component":"Action","x-component-props":{useAction(){const{t:a}=s.useTranslation();return{run(){return D(this,null,function*(){const c=new Blob([JSON.stringify(o,(d,p)=>{if(!(d==="upstream"||d==="downstream"))return p},2)],{type:"application/json"});Ma(c,o.title+"-"+o.key+".json"),b.message.success(a("Operation succeeded"))})}}}}},submit:{title:'{{t("Submit")}}',"x-component":"Action","x-component-props":{type:"primary",useAction:Ea}}}}})}})}},Wa=e=>{const{instruction:t,data:o,detailText:n,workflow:i}=e,a=Va({instruction:t,data:o,detailText:n,workflow:i});return r.jsx(s.SchemaComponent,{schema:a,components:t.components,scope:A(v({},t.scope),{useFormProviderProps:Na})})},ja=e=>{const{instruction:t,data:o,detailText:n,workflow:i,editingConfig:a,setEditingConfig:l}=e;return r.jsx(Ta,{editingConfig:a,setEditingConfig:l,data:o,workflow:i,children:r.jsx(Wa,{instruction:t,data:o,detailText:n,workflow:i})})},za=s.createStyles(({css:e,token:t})=>({nodeClass:e`
|
|
600
600
|
flex-shrink: 0;
|
|
601
601
|
display: flex;
|
|
602
602
|
flex-direction: column;
|
|
@@ -775,7 +775,7 @@ export default async function (
|
|
|
775
775
|
}
|
|
776
776
|
}
|
|
777
777
|
}
|
|
778
|
-
`})),Ga=e=>{const{color:t,icon:o,workflow:n,editingTitle:i,configuring:a,setEditingTitle:l,onChangeTitle:c}=e,d=ye(),{styles:p}=_a(),[u,f]=y.useState(!1),h=n.executed||!u,g=(d==null?void 0:d.group)===_e,x=()=>{a&&f(!0)},
|
|
778
|
+
`})),Ga=e=>{const{color:t,icon:o,workflow:n,editingTitle:i,configuring:a,setEditingTitle:l,onChangeTitle:c}=e,d=ye(),{styles:p}=_a(),[u,f]=y.useState(!1),h=n.executed||!u,g=(d==null?void 0:d.group)===_e,x=()=>{a&&f(!0)},w=I=>{c(I.target.value),f(!1)};return r.jsxs("div",{className:s.cx(p.nodePoint,{deprecated:g,configuring:a}),children:[r.jsx(Ha,{color:t,icon:o}),r.jsx(Bo,{className:`workflow-node-edit ${h?"node-executed":""}`,readOnly:h,value:i,onChange:I=>l(I.target.value),onBlur:w,onClick:x}),r.jsx(Ja,{isExecuted:n.executed})]})},Ha=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"})})},Ja=e=>{const{isExecuted:t}=e;return r.jsx("div",{className:"workflow-node-suffix",children:t?r.jsx("div",{className:"icon-button",children:r.jsx(Ua,{})}):r.jsxs(r.Fragment,{children:[r.jsx("div",{className:"icon-button",children:r.jsx(Ka,{})}),r.jsx("div",{className:"icon-button",children:r.jsx(La,{})})]})})},st=e=>{var B,E;const{data:t,children:o}=e,n=s.useCompile(),i=s.useAPIClient(),{workflow:a,refresh:l}=(B=q())!=null?B:{},{styles:c}=za(),p=s.usePlugin(X).instructions.get(t.type),u=a.executed?'{{t("View")}}':'{{t("Configure")}}',f=n(p.title),{color:h,icon:g}=p,[x,w]=y.useState((E=t.title)!=null?E:f),[I,T]=y.useState(!1),C=y.useCallback(function(P){return D(this,null,function*(){var _,z;const $=P||f;w($),$!==t.title&&(yield(z=(_=i.resource("flow_nodes")).update)==null?void 0:z.call(_,{filterByTk:t.id,values:{title:$}}),l())})},[t]),O=y.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 $=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=>$.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}-${x}`,onClick:O,children:[r.jsx(Ga,{color:h,icon:g,workflow:a,editingTitle:x,configuring:I,setEditingTitle:w,onChangeTitle:C}),r.jsx(ja,{instruction:p,data:t,detailText:u,workflow:a,editingConfig:I,setEditingConfig:T})]}),o]})},Z=new W.Registry;Z.register("equal",{name:"=",type:"boolean",group:"boolean"}),Z.register("notEqual",{name:"≠",type:"boolean",group:"boolean"}),Z.register("gt",{name:">",type:"boolean",group:"boolean"}),Z.register("gte",{name:"≥",type:"boolean",group:"boolean"}),Z.register("lt",{name:"<",type:"boolean",group:"boolean"}),Z.register("lte",{name:"≤",type:"boolean",group:"boolean"}),Z.register("add",{name:"+",type:"number",group:"number"}),Z.register("minus",{name:"-",type:"number",group:"number"}),Z.register("multiple",{name:"*",type:"number",group:"number"}),Z.register("divide",{name:"/",type:"number",group:"number"}),Z.register("mod",{name:"%",type:"number",group:"number"}),Z.register("includes",{name:'{{t("contains")}}',type:"boolean",group:"string"}),Z.register("notIncludes",{name:'{{t("does not contain")}}',type:"boolean",group:"string"}),Z.register("startsWith",{name:'{{t("starts with")}}',type:"boolean",group:"string"}),Z.register("notStartsWith",{name:'{{t("not starts with")}}',type:"boolean",group:"string"}),Z.register("endsWith",{name:'{{t("ends with")}}',type:"boolean",group:"string"}),Z.register("notEndsWith",{name:'{{t("not ends with")}}',type:"boolean",group:"string"}),Z.register("concat",{name:`{{t("concat", { ns: "${m}" })}}`,type:"string",group:"string"}),Z.register("isEmpty",{name:`{{t("is empty", { ns: "${m}" })}}`,type:"boolean",group:"existence"}),Z.register("isNotEmpty",{name:`{{t("is not empty", { ns: "${m}" })}}`,type:"boolean",group:"existence"}),Z.register("isTrue",{name:`{{t("is true", { ns: "${m}" })}}`,type:"boolean",group:"existence"}),Z.register("isFalse",{name:`{{t("is false", { ns: "${m}" })}}`,type:"boolean",group:"existence"});const Ya=[{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}" })}}`},{value:"existence",title:`{{t("Existence check", { ns: "${m}" })}}`}];function nn(e){return Array.from(Z.getEntities()).filter(([t,o])=>o.group===e)}function Qa({calculator:e,operands:t=[],onChange:o}){const[n,i]=y.useState(e),a=s.useCompile(),l=ce(),c=p=>{const u=Z.get(p);return(u==null?void 0:u.group)==="existence"},d=p=>{i(p),o({operands:t,calculator:p})};return r.jsxs("fieldset",{className:s.css`
|
|
779
779
|
display: flex;
|
|
780
780
|
gap: 0.5em;
|
|
781
781
|
align-items: center;
|
|
@@ -784,7 +784,7 @@ export default async function (
|
|
|
784
784
|
display: flex;
|
|
785
785
|
position: relative;
|
|
786
786
|
margin: 0.5em 0;
|
|
787
|
-
`,children:[e.group?r.jsx(rn,{value:e.group,onChange:a=>t(A(
|
|
787
|
+
`,children:[e.group?r.jsx(rn,{value:e.group,onChange:a=>t(A(v({},e),{group:a}))}):r.jsx(Qa,{operands:i,calculator:n,onChange:t}),r.jsx(b.Button,{"aria-label":"icon-close",onClick:o,type:"link",icon:r.jsx(j.CloseCircleOutlined,{})})]})}function rn({value:e,onChange:t}){const{t:o}=Q.useTranslation(),{type:n="and",calculations:i=[]}=e;function a(){t(A(v({},e),{calculations:[...i,{not:!1,calculator:"equal"}]}))}function l(){t(A(v({},e),{calculations:[...i,{not:!1,group:{type:"and",calculations:[]}}]}))}function c(p){i.splice(p,1),t(A(v({},e),{calculations:[...i]}))}function d(p,u){i.splice(p,1,u),t(A(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(Q.Trans,{children:["Meet ",r.jsxs(b.Select,{role:"button","data-testid":"filter-select-all-or-any",value:n,onChange:p=>t(A(
|
|
806
|
+
`,children:r.jsxs(Q.Trans,{children:["Meet ",r.jsxs(b.Select,{role:"button","data-testid":"filter-select-all-or-any",value:n,onChange:p=>t(A(v({},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:i.map((p,u)=>r.jsx(Za,{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:a,children:o("Add condition")}),r.jsx(b.Button,{type:"link",onClick:l,children:o("Add condition group")})]})]})}function Xa({value:e,onChange:t}){const o=e&&Object.keys(e).length?e:{group:{type:"and",calculations:[]}};return r.jsx(rn,{value:o.group,onChange:n=>t(A(
|
|
813
|
+
`,children:[r.jsx(b.Button,{type:"link",onClick:a,children:o("Add condition")}),r.jsx(b.Button,{type:"link",onClick:l,children:o("Add condition group")})]})]})}function Xa({value:e,onChange:t}){const o=e&&Object.keys(e).length?e:{group:{type:"and",calculations:[]}};return r.jsx(rn,{value:o.group,onChange:n=>t(A(v({},o),{group:n}))})}class Ra extends H{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(Qe.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}=Qe.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},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},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:en,useWorkflowVariableOptions:ce},this.components={CalculationConfig:Xa,WorkflowVariableTextArea:rt,RadioWithTooltip:Fe}}Component({data:t}){const{t:o}=Q.useTranslation(),{nodes:n}=q(),{styles:i}=xe(),{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(st,{data:t,children:l?null:r.jsxs("div",{className:i.nodeSubtreeClass,children:[r.jsxs("div",{className:i.branchBlockClass,children:[r.jsx(Ve,{from:t,entry:c,branchIndex:1}),r.jsx(Ve,{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 el(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(b.Input,A(v({},e),{value:p,onChange:u}))}const to=S.observer(({value:e,disabled:t,onChange:o,filter:n})=>{const{token:i}=s.useToken(),{t:a}=Q.useTranslation(),l=s.useCompile(),c=S.useForm(),{getCollectionFields:d}=s.useCollectionManager_deprecated(),p=ce(),{values:u}=c,[f,h]=s.parseCollectionName(u==null?void 0:u.collection),g=d(h,f).filter(C=>C.uiSchema),x=n?g.filter(n.bind(u)):g,w=y.useMemo(()=>x.filter(C=>!e||!(C.name in e)),[x,e]),I=t||c.disabled,T=y.useMemo(()=>({onClick:({key:C})=>{o(A(v({},e),{[C]:null}))},style:{maxHeight:300,overflowY:"auto"},items:w.map(C=>{var O,B;return{key:C.name,label:l((B=(O=C.uiSchema)==null?void 0:O.title)!=null?B: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 {
|
|
@@ -824,18 +824,18 @@ export default async function (
|
|
|
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[C.name],changeOnSelect:!0,onChange:P=>{o(A(
|
|
827
|
+
`,children:[r.jsx(s.Variable.Input,{scope:p,value:e[C.name],changeOnSelect:!0,onChange:P=>{o(A(v({},e),{[C.name]:P}))},children:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[C.name]:{"x-component":O,"x-validator"(){return""}}}}})}),I?null:r.jsx(b.Button,{"aria-label":"icon-close",type:"link",icon:r.jsx(j.CloseCircleOutlined,{}),onClick:()=>{var _;const z=e,{[_=C.name]:P}=z,$=K(z,[Yn(_)]);o($)}})]},C.name)}),w.length?r.jsx(b.Dropdown,{menu:T,children:r.jsx(b.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"}),fe={type:"string",title:'{{t("Collection")}}',required:!0,"x-reactions":[],"x-decorator":"FormItem","x-component":"DataSourceCollectionCascader"},oo={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
829
|
`},"x-component":"CollectionFieldset"},it={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"}},tl={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"}}},ol={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}}}}}}}}},at={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 nl extends H{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:A(w({},fe),{"x-reactions":[...fe["x-reactions"],{target:"params",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{values:oo,appends:at}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={CollectionFieldset:to}}useVariables({key:t,title:o,config:n},i){var d,p;const a=s.useCompile(),{getCollectionFields:l}=s.useCollectionManager_deprecated(),[c]=me(A(w({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:De,collection:t.config.collection,dataPath:`$jobsMapByNodeKey.${t.key}`}:null}}class rl extends H{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:A(w({},fe),{"x-reactions":[...fe["x-reactions"],{target:"params",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"params",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{filter:A(w({},it),{"x-validator"(t){return tt(t)?"":F("Please add at least one condition")}})}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={FilterDynamicComponent:Ie}}}class sl extends H{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:be.RESOLVED},{label:`{{t("Failed", { ns: "${m}" })}}`,value:be.FAILED}],required:!0,default:be.RESOLVED},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.end=!0}}class il extends H{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:A(w({},fe),{"x-reactions":[...fe["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:it,sort:tl,pagination:ol,appends:at},"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:ve.ArrayItems,FilterDynamicComponent:Ie,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]=me(A(w({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:De,collection:t.config.collection,dataPath:`$jobsMapByNodeKey.${t.key}`}}}function al(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,x)=>(x.name in f.value&&(u.value||![].includes(x.type))&&(g[x.name]=f.value[x.name]),g),{});a.setValuesIn("params.values",h),e(u.value)}return r.jsx(Fe,A(w({},t),{onChange:p}))}class ll extends H{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:A(w({},fe),{"x-reactions":[...fe["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:A(w({},it),{title:`{{t("Only update records matching conditions", { ns: "${m}" })}}`,"x-validator"(t){return tt(t)?"":F("Please add at least one condition")}}),values:A(w({},oo),{"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:Ie,CollectionFieldset:to,IndividualHooksRadioWithTooltip:al}}}function cl(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,x)=>(x.name in f.value&&(u.value||![].includes(x.type))&&(g[x.name]=f.value[x.name]),g),{});a.setValuesIn("params.values",h),e(u.value)}return r.jsx(Fe,A(w({},t),{onChange:p}))}class dl extends H{constructor(){super(...arguments),this.title=`{{t("Update or create record", { ns: "${m}" })}}`,this.type="updateorcreate",this.group="collection",this.icon="FileSyncOutlined",this.color="#f6f66a",this.description=`{{t("Update or create record, if no matching record is found, a new record will be created, with the ability to assign values to fields using variables from upstream nodes.", { ns: "${m}" })}}`,this.fieldset={collection:A(w({},fe),{"x-reactions":[...fe["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:A(w({},it),{title:`{{t("Only update records matching conditions", { ns: "${m}" })}}`,"x-validator"(t){return tt(t)?"":F("Please add at least one condition")}}),values:A(w({},oo),{"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:Ie,CollectionFieldset:to,IndividualHooksRadioWithTooltip:cl}}}const pl=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}}]}),je={CREATED:1,UPDATED:2,SAVED:3,DELETED:4},ul=[{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 ml extends Ze{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:A(w({},fe),{"x-disabled":"{{ useWorkflowAnyExecuted() }}","x-component-props":{dataSourceFilter(t){return t.options.key==="main"||t.options.isDBInstance}},"x-reactions":[...fe["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:ul,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] & ${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(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] & ${je.UPDATED})}}`}}}]},condition:A(w({},it),{title:`{{t("Only triggers when match conditions", { ns: "${m}" })}}`,"x-component-props":{},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}),appends:A(w({},at),{"x-reactions":[...at["x-reactions"],{dependencies:["mode"],fulfill:{state:{visible:`{{!($deps[0] & ${je.DELETED})}}`}}}]})},this.scope={useCollectionDataSource:s.useCollectionDataSource,useWorkflowAnyExecuted:Vo},this.components={FieldsSelect:ot}}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 me(A(w({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:De,collection:t.collection,dataPath:"$context.data"}:null}}const ze={STATIC:0,DATE_FIELD:1};function fl(e){return!e.hidden&&(e.uiSchema?e.type==="date":!1)}function sn({value:e,onChange:t}){const o=e!=null?e:{},{t:n}=Q.useTranslation(),[i,a]=y.useState(o.offset?o.offset/Math.abs(o.offset):0);return r.jsxs("fieldset",{className:s.css`
|
|
832
|
+
`}},"x-component-props":{dynamicComponent:"FilterDynamicComponent"}},tl={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"}}},ol={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}}}}}}}}},at={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 nl extends H{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:A(v({},fe),{"x-reactions":[...fe["x-reactions"],{target:"params",effects:["onFieldValueChange"],fulfill:{state:{visible:"{{!!$self.value}}",value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{values:oo,appends:at}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={CollectionFieldset:to}}useVariables({key:t,title:o,config:n},i){var d,p;const a=s.useCompile(),{getCollectionFields:l}=s.useCollectionManager_deprecated(),[c]=me(A(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:De,collection:t.config.collection,dataPath:`$jobsMapByNodeKey.${t.key}`}:null}}class rl extends H{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:A(v({},fe),{"x-reactions":[...fe["x-reactions"],{target:"params",fulfill:{state:{visible:"{{!!$self.value}}"}}},{target:"params",effects:["onFieldValueChange"],fulfill:{state:{value:"{{Object.create({})}}"}}}]}),params:{type:"object",properties:{filter:A(v({},it),{"x-validator"(t){return tt(t)?"":F("Please add at least one condition")}})}}},this.scope={useCollectionDataSource:s.useCollectionDataSource},this.components={FilterDynamicComponent:Ie}}}class sl extends H{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:be.RESOLVED},{label:`{{t("Failed", { ns: "${m}" })}}`,value:be.FAILED}],required:!0,default:be.RESOLVED},remarks:{type:"string",title:`{{t("Remarks", { ns: "${m}" })}}`,"x-decorator":"FormItem","x-component":"Input.TextArea","x-component-props":{autoSize:{minRows:3},placeholder:`{{t("Input remarks", { ns: "${m}" })}}`}}},this.end=!0}}class il extends H{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:A(v({},fe),{"x-reactions":[...fe["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:it,sort:tl,pagination:ol,appends:at},"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:we.ArrayItems,FilterDynamicComponent:Ie,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]=me(A(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:De,collection:t.config.collection,dataPath:`$jobsMapByNodeKey.${t.key}`}}}function al(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,x)=>(x.name in f.value&&(u.value||![].includes(x.type))&&(g[x.name]=f.value[x.name]),g),{});a.setValuesIn("params.values",h),e(u.value)}return r.jsx(Fe,A(v({},t),{onChange:p}))}class ll extends H{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:A(v({},fe),{"x-reactions":[...fe["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:A(v({},it),{title:`{{t("Only update records matching conditions", { ns: "${m}" })}}`,"x-validator"(t){return tt(t)?"":F("Please add at least one condition")}}),values:A(v({},oo),{"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:Ie,CollectionFieldset:to,IndividualHooksRadioWithTooltip:al}}}function cl(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,x)=>(x.name in f.value&&(u.value||![].includes(x.type))&&(g[x.name]=f.value[x.name]),g),{});a.setValuesIn("params.values",h),e(u.value)}return r.jsx(Fe,A(v({},t),{onChange:p}))}class dl extends H{constructor(){super(...arguments),this.title=`{{t("Update or create record", { ns: "${m}" })}}`,this.type="updateorcreate",this.group="collection",this.icon="FileSyncOutlined",this.color="#f6f66a",this.description=`{{t("Update or create record, if no matching record is found, a new record will be created, with the ability to assign values to fields using variables from upstream nodes.", { ns: "${m}" })}}`,this.fieldset={collection:A(v({},fe),{"x-reactions":[...fe["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:A(v({},it),{title:`{{t("Only update records matching conditions", { ns: "${m}" })}}`,"x-validator"(t){return tt(t)?"":F("Please add at least one condition")}}),values:A(v({},oo),{"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:Ie,CollectionFieldset:to,IndividualHooksRadioWithTooltip:cl}}}const pl=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}}]}),je={CREATED:1,UPDATED:2,SAVED:3,DELETED:4},ul=[{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 ml extends Ze{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:A(v({},fe),{"x-disabled":"{{ useWorkflowAnyExecuted() }}","x-component-props":{dataSourceFilter(t){return t.options.key==="main"||t.options.isDBInstance}},"x-reactions":[...fe["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:ul,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] & ${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(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] & ${je.UPDATED})}}`}}}]},condition:A(v({},it),{title:`{{t("Only triggers when match conditions", { ns: "${m}" })}}`,"x-component-props":{},"x-reactions":[{dependencies:["collection"],fulfill:{state:{visible:"{{!!$deps[0]}}"}}}]}),appends:A(v({},at),{"x-reactions":[...at["x-reactions"],{dependencies:["mode"],fulfill:{state:{visible:`{{!($deps[0] & ${je.DELETED})}}`}}}]})},this.scope={useCollectionDataSource:s.useCollectionDataSource,useWorkflowAnyExecuted:Vo},this.components={FieldsSelect:ot}}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 me(A(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:De,collection:t.collection,dataPath:"$context.data"}:null}}const ze={STATIC:0,DATE_FIELD:1};function fl(e){return!e.hidden&&(e.uiSchema?e.type==="date":!1)}function sn({value:e,onChange:t}){const o=e!=null?e:{},{t:n}=Q.useTranslation(),[i,a]=y.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(ot,{value:o.field,onChange:l=>t(A(
|
|
835
|
+
`,children:[r.jsx(ot,{value:o.field,onChange:l=>t(A(v({},o),{field:l})),filter:fl,placeholder:n("Select field"),className:"auto-width"}),o.field?r.jsx(b.Select,{value:i,onChange:l=>{a(l),t(A(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(b.InputNumber,{value:Math.abs(o.offset),onChange:l=>t(A(v({},o),{offset:(l!=null?l:0)*i}))}),r.jsx(b.Select,{value:o.unit||864e5,onChange:l=>t(A(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 gl({value:e,onChange:t}){const{t:o}=he(),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:i=>{t(i?i==="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(sn,{value:e,onChange:t}):null,n==="date"?r.jsx(b.DatePicker,{showTime:!0,value:W.dayjs(e),onChange:i=>{t(i?i.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 i in t=arguments[o])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},de.apply(this,arguments)};function an(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 St(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 hl=[{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 * * * *"}],Le=[{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 ln(e,t){for(var o=[],n=e;n<=t;n++)o.push(n);return o}function At(e){return e.sort(function(t,o){return t-o}),e}function cn(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 dn(e,t){e&&e({type:"invalid_cron",description:t.errorInvalidCron||U.errorInvalidCron})}function It(e){var t=parseInt(e,10),o=Number(e);return t===o?o:NaN}function pn(e,t,o,n,i,a,l,c,d,p,u,f,h,g){o&&o(void 0),t(!1);var x=!1;if(!e){if(n==="always"||a&&n==="for-default-value")return;x=!0}if(!x){if(c&&(c===!0||c.includes(e))){if(e==="@reboot")return void g("reboot");var v=hl.find(function(C){return C.name===e});v&&(e=v.value)}try{var I=function(C){if(typeof C!="string")throw new Error("Invalid cron string");var O=C.replace(/\s+/g," ").trim().split(" ");if(O.length===5)return O.map(function(B,E){return function(P,$){if(P==="*"||P==="*/1")return[];var _=At(cn(gn(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,$.min,$.alt).split(",").map(function(J){var Y,se=J.split("/");if(se.length>2)throw new Error('Invalid value "'.concat(P,' for "').concat($.type,'"'));var V=se[0],M=se[1];Y=V==="*"?ln($.min,$.max):function(G,te,R){var re=G.split("-");if(re.length===1){var Ue=It(re[0]);if(isNaN(Ue))throw new Error('Invalid value "'.concat(te,'" for ').concat(R.type));return[Ue]}if(re.length===2){var we=It(re[0]),Je=It(re[1]);if(isNaN(we)||isNaN(Je))throw new Error('Invalid value "'.concat(te,'" for ').concat(R.type));if(Je<we)throw new Error('Max range is less than min range in "'.concat(G,'" for ').concat(R.type));return ln(we,Je)}throw new Error('Invalid value "'.concat(G,'" for ').concat(R.type))}(V,P,$);var L=function(G,te){if(G!==void 0){var R=It(G);if(isNaN(R)||R<1)throw new Error('Invalid interval step value "'.concat(G,'" for ').concat(te.type));return R}}(M,$),ee=function(G,te){if(te){var R=G[0];G=G.filter(function(re){return re%te==R%te||re===R})}return G}(Y,L);return ee}).flat(),$))),z=hn(_,$);if(z!==void 0)throw new Error('Value "'.concat(z,'" out of range for ').concat($.type));return _.length===$.total?[]:_}(B,Le[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"}(I);g(T),d(I[0]),p(I[1]),u(I[2]),f(I[3]),h(I[4])}catch(C){x=!0}}x&&(i.current=e,t(!0),dn(o,l))}function un(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=Le[f];return mn(fn(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 mn(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=yn(c),f=xn(c),h=c.length===(f-u)/p+1;return!!(u===d.min&&f+p>d.max&&h)}(e,t,l)?"*/".concat(l):"".concat(He(yn(e),t,o,n,i),"-").concat(He(xn(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(He(c[0],t,o,n,i),"-").concat(He(c[1],t,o,n,i)):He(c,t,o,n,i)}).join(",")}return a}function He(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 fn(e,t){var o=At(cn(gn(e,t)));if(o.length===0)return o;var n=hn(o,t);if(n!==void 0)throw new Error('Value "'.concat(n,'" out of range for ').concat(t.type));return o}function gn(e,t){return t.type==="week-days"&&(e=e.map(function(o){return o===7?0:o})),e}function hn(e,t){var o=e[0],n=e[e.length-1];return o<t.min?o:n>t.max?n:void 0}function yn(e){return e[0]}function xn(e){return e[e.length-1]}function lt(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,x=e.unit,v=e.periodicityOnDoubleClick,I=e.mode,T=an(e,["value","grid","optionsList","setValue","locale","className","humanizeLabels","disabled","readOnly","leadingZero","clockFormat","period","unit","periodicityOnDoubleClick","mode"]),C=y.useMemo(function(){if(t&&Array.isArray(t))return t.map(function(V){return V.toString()})},[t]),O=y.useMemo(function(){return i?i.map(function(V,M){return{value:(x.min===0?M:M+1).toString(),label:V}}):St([],Array(x.total),!0).map(function(V,M){var L=x.min===0?M:M+1;return{value:L.toString(),label:He(L,x,d,f,h)}})},[i,f,d,h]),B=JSON.stringify(l),E=y.useCallback(function(V){var M=V.value;if(!t||t[0]!==Number(M))return r.jsx(r.Fragment,{});var L=mn(fn(t,x),x,d,f,h),ee=L.match(/^\*\/([0-9]+),?/)||[];return r.jsx("div",{children:ee[1]?"".concat(l.everyText||U.everyText," ").concat(ee[1]):L})},[t,B,d,f,h]),P=y.useCallback(function(V){var M=Array.isArray(V)?At(V):[V],L=M;t&&(L=I==="single"?[]:St([],t,!0),M.forEach(function(ee){var G=Number(ee);L=t.some(function(te){return te===G})?L.filter(function(te){return te!==G}):At(St(St([],L,!0),[G],!1))})),L.length===x.total?a([]):a(L)},[a,t]),$=y.useCallback(function(V){if(V!==0&&V!==1){for(var M=x.total+x.min,L=[],ee=x.min;ee<M;ee++)ee%V==0&&L.push(ee);var G=t&&L&&t.length===L.length&&t.every(function(R,re){return R===L[re]}),te=L.length===O.length;a(te||G?[]:L)}else a([])},[t,O,a]),_=y.useRef([]),z=y.useCallback(function(V){if(!u){var M=_.current;M.push({time:new Date().getTime(),value:Number(V)});var L=window.setTimeout(function(){v&&M.length>1&&M[M.length-1].time-M[M.length-2].time<300?M[M.length-1].value===M[M.length-2].value?$(Number(V)):P([M[M.length-2].value,M[M.length-1].value]):P(Number(V)),_.current=[]},300);return function(){window.clearTimeout(L)}}},[_,P,$,u,v]),J=y.useCallback(function(){u||a([])},[a,u]),Y=y.useMemo(function(){var V;return Ce(((V={"react-js-cron-select":!0,"react-js-cron-custom-select":!0})["".concat(c,"-select")]=!!c,V))},[c]),se=y.useMemo(function(){var V;return Ce(((V={"react-js-cron-select-dropdown":!0})["react-js-cron-select-dropdown-".concat(x.type)]=!0,V["react-js-cron-custom-select-dropdown"]=!0,V["react-js-cron-custom-select-dropdown-".concat(x.type)]=!0,V["react-js-cron-custom-select-dropdown-minutes-large"]=x.type==="minutes"&&g!=="hour"&&g!=="day",V["react-js-cron-custom-select-dropdown-minutes-medium"]=x.type==="minutes"&&(g==="day"||g==="hour"),V["react-js-cron-custom-select-dropdown-hours-twelve-hour-clock"]=x.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(x.type)]=!!c,V))},[c,n,h,g]);return r.jsx(b.Select,de({mode:I!=="single"||v?"multiple":void 0,allowClear:!u,virtual:!1,open:!u&&void 0,value:C,onClear:J,tagRender:E,className:Y,popupClassName:se,options:O,showSearch:!1,showArrow:!u,menuItemSelectedIcon:null,dropdownMatchSelectWidth:!1,onSelect:z,onDeselect:z,disabled:p,dropdownAlign:x.type!=="minutes"&&x.type!=="hours"||g==="day"||g==="hour"?void 0:{points:["tr","br"]},"data-testid":"custom-select-".concat(x.type)},T))}function yl(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=y.useMemo(function(){var g;return Ce(((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",de({className:h},{children:[n.prefixHours!==""&&r.jsx("span",{children:n.prefixHours||U.prefixHours}),r.jsx(lt,{placeholder:n.emptyHours||U.emptyHours,value:t,unit:Le[1],setValue:o,locale:n,className:i,disabled:a,readOnly:l,leadingZero:c,clockFormat:d,period:p,periodicityOnDoubleClick:u,mode:f})]}))}function xl(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=y.useMemo(function(){var g;return Ce(((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",de({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(lt,{placeholder:p==="hour"?n.emptyMinutesForHourPeriod||U.emptyMinutesForHourPeriod:n.emptyMinutes||U.emptyMinutes,value:t,unit:Le[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 bl(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=y.useMemo(function(){var I;return Ce(((I={"react-js-cron-field":!0,"react-js-cron-month-days":!0,"react-js-cron-month-days-placeholder":!h})["".concat(i,"-field")]=!!i,I["".concat(i,"-month-days")]=!!i,I))},[i,h]),x=JSON.stringify(n),v=y.useMemo(function(){return h?n.emptyMonthDays||U.emptyMonthDays:n.emptyMonthDaysShort||U.emptyMonthDaysShort},[h,x]);return!c||t&&t.length>0||(!t||t.length===0)&&(!a||a.length===0)?r.jsxs("div",de({className:g},{children:[n.prefixMonthDays!==""&&r.jsx("span",{children:n.prefixMonthDays||U.prefixMonthDays}),r.jsx(lt,{placeholder:v,value:t,setValue:o,unit:Le[2],locale:n,className:i,disabled:l,readOnly:c,leadingZero:d,period:p,periodicityOnDoubleClick:u,mode:f})]})):null}function wl(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=y.useMemo(function(){var g;return Ce(((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",de({className:h},{children:[n.prefixMonths!==""&&r.jsx("span",{children:n.prefixMonths||U.prefixMonths}),r.jsx(lt,{placeholder:n.emptyMonths||U.emptyMonths,optionsList:f,grid:!1,value:t,unit:de(de({},Le[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 vl(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=y.useCallback(function(x){l||o(x)},[o,l]),f=y.useMemo(function(){var x;return Ce(((x={"react-js-cron-field":!0,"react-js-cron-period":!0})["".concat(i,"-field")]=!!i,x["".concat(i,"-period")]=!!i,x))},[i]),h=y.useMemo(function(){var x;return Ce(((x={"react-js-cron-select":!0,"react-js-cron-select-no-prefix":n.prefixPeriod===""})["".concat(i,"-select")]=!!i,x))},[i,n.prefixPeriod]),g=y.useMemo(function(){var x;return Ce(((x={"react-js-cron-select-dropdown":!0,"react-js-cron-select-dropdown-period":!0})["".concat(i,"-select-dropdown")]=!!i,x["".concat(i,"-select-dropdown-period")]=!!i,x))},[i]);return r.jsxs("div",de({className:f},{children:[n.prefixPeriod!==""&&r.jsx("span",{children:n.prefixPeriod||U.prefixPeriod}),r.jsx(b.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 Cl(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,x=y.useMemo(function(){var O;return Ce(((O={"react-js-cron-field":!0,"react-js-cron-week-days":!0,"react-js-cron-week-days-placeholder":!g})["".concat(i,"-field")]=!!i,O["".concat(i,"-week-days")]=!!i,O))},[i,g]),v=JSON.stringify(n),I=y.useMemo(function(){return g?n.emptyWeekDays||U.emptyWeekDays:n.emptyWeekDaysShort||U.emptyWeekDaysShort},[g,v]),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",de({className:x},{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(lt,{placeholder:I,optionsList:h,grid:!1,value:t,unit:de(de({},Le[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 kl(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,x=e.onError,v=e.className,I=e.defaultPeriod,T=I===void 0?"day":I,C=e.allowEmpty,O=C===void 0?"for-default-value":C,B=e.humanizeLabels,E=B===void 0||B,P=e.humanizeValue,$=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,ee=e.clockFormat,G=e.periodicityOnDoubleClick,te=G===void 0||G,R=e.mode,re=R===void 0?"multiple":R,Ue=e.allowedDropdowns,we=Ue===void 0?["period","months","month-days","week-days","hours","minutes"]:Ue,Je=e.allowedPeriods,ec=Je===void 0?["year","month","week","day","hour","minute","reboot"]:Je,Ye=y.useRef(u),io=y.useRef(T),Pn=y.useState(),Ne=Pn[0],Tt=Pn[1],Mn=y.useState(),ct=Mn[0],Nt=Mn[1],En=y.useState(),Dt=En[0],Ot=En[1],$n=y.useState(),dt=$n[0],Pt=$n[1],Bn=y.useState(),Mt=Bn[0],Et=Bn[1],Vn=y.useState(),$t=Vn[0],Bt=Vn[1],Wn=y.useState(!1),ao=Wn[0],pt=Wn[1],jn=y.useState(!1),Vt=jn[0],zn=jn[1],tc=function(oe){var Ae=y.useRef(oe);return y.useEffect(function(){Ae.current=oe},[oe]),Ae.current}(Vt),Ln=JSON.stringify(d);y.useEffect(function(){pn(u,pt,x,O,Ye,!0,d,L,Bt,Et,Nt,Ot,Pt,Tt)},[]),y.useEffect(function(){u!==Ye.current&&pn(u,pt,x,O,Ye,!1,d,L,Bt,Et,Nt,Ot,Pt,Tt)},[u,Ye,Ln,O,L]),y.useEffect(function(){if(!(Ne||$t||Dt||ct||dt||Mt)||Vt||tc)Vt&&zn(!1);else{var oe=Ne||io.current,Ae=un(oe,Dt,ct,dt,Mt,$t,$);f(Ae,{selectedPeriod:oe}),Ye.current=Ae,x&&x(void 0),pt(!1)}},[Ne,ct,Dt,dt,Mt,$t,$,Vt]);var qn=y.useCallback(function(){Nt(void 0),Ot(void 0),Pt(void 0),Et(void 0),Bt(void 0);var oe="",Ae=Ne!=="reboot"&&Ne?Ne:io.current;Ae!==Ne&&Tt(Ae),l==="fill-with-every"&&(oe=un(Ae,void 0,void 0,void 0,void 0,void 0)),f(oe,{selectedPeriod:Ae}),Ye.current=oe,zn(!0),O==="never"&&l==="empty"?(pt(!0),dn(x,d)):(x&&x(void 0),pt(!1))},[Ne,f,x,l]),oc=y.useMemo(function(){var oe;return Ce(((oe={"react-js-cron":!0,"react-js-cron-error":ao&&g,"react-js-cron-disabled":z,"react-js-cron-read-only":Y})["".concat(v)]=!!v,oe["".concat(v,"-error")]=ao&&g&&!!v,oe["".concat(v,"-disabled")]=z&&!!v,oe["".concat(v,"-read-only")]=Y&&!!v,oe))},[v,ao,g,z,Y]),lo=i.className,Un=an(i,["className"]),Kn=y.useMemo(function(){var oe;return Ce(((oe={"react-js-cron-clear-button":!0})["".concat(v,"-clear-button")]=!!v,oe["".concat(lo)]=!!lo,oe))},[v,lo]),nc=JSON.stringify(Un),_n=y.useMemo(function(){return o&&!Y?r.jsx(b.Button,de({className:Kn,danger:!0,type:"primary",disabled:z},Un,{onClick:qn},{children:d.clearButtonText||U.clearButtonText})):null},[o,Y,Ln,Kn,z,nc,qn]),le=Ne||io.current;return r.jsxs("div",de({className:oc},{children:[we.includes("period")&&r.jsx(vl,{value:le,setValue:Tt,locale:d,className:v,disabled:z,readOnly:Y,shortcuts:L,allowedPeriods:ec}),le==="reboot"?_n:r.jsxs(r.Fragment,{children:[le==="year"&&we.includes("months")&&r.jsx(wl,{value:Dt,setValue:Ot,locale:d,className:v,humanizeLabels:E,disabled:z,readOnly:Y,period:le,periodicityOnDoubleClick:te,mode:re}),(le==="year"||le==="month")&&we.includes("month-days")&&r.jsx(bl,{value:ct,setValue:Nt,locale:d,className:v,weekDays:dt,disabled:z,readOnly:Y,leadingZero:V,period:le,periodicityOnDoubleClick:te,mode:re}),(le==="year"||le==="month"||le==="week")&&we.includes("week-days")&&r.jsx(Cl,{value:dt,setValue:Pt,locale:d,className:v,humanizeLabels:E,monthDays:ct,disabled:z,readOnly:Y,period:le,periodicityOnDoubleClick:te,mode:re}),r.jsxs("div",{children:[le!=="minute"&&le!=="hour"&&we.includes("hours")&&r.jsx(yl,{value:Mt,setValue:Et,locale:d,className:v,disabled:z,readOnly:Y,leadingZero:V,clockFormat:ee,period:le,periodicityOnDoubleClick:te,mode:re}),le!=="minute"&&we.includes("minutes")&&r.jsx(xl,{value:$t,setValue:Bt,locale:d,period:le,className:v,disabled:z,readOnly:Y,leadingZero:V,clockFormat:ee,periodicityOnDoubleClick:te,mode:re}),_n]})]})]}))}const Sl={"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:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},bn=[{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 wn(e){return bn.filter(o=>typeof o.value=="number").reverse().find(o=>!(e%o.value))}function Al(e){let t;switch(typeof e){case"number":return t=wn(e),t?t.value:"none";case"string":return"cron"}return"none"}function Il({value:e,onChange:t}){const{t:o}=he(),n=wn(e);return r.jsx(b.InputNumber,{value:e/n.value,onChange:i=>t(i*n.value),min:1,addonBefore:o("Every"),addonAfter:o(n.unitText),className:"auto-width"})}function Fl({value:e=null,onChange:t}){const{t:o}=he(),n=Al(e);function i(l){if(l==="none"){t(null);return}if(l==="cron"){t("0 * * * * *");return}t(l)}const a=Sl[localStorage.getItem("TACHYBASE_LOCALE")||"en-US"];return r.jsxs("fieldset",{className:s.css`
|
|
838
|
+
`,children:[r.jsxs(b.Select,{value:n,onChange:i=>{t(i?i==="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(sn,{value:e,onChange:t}):null,n==="date"?r.jsx(b.DatePicker,{showTime:!0,value:W.dayjs(e),onChange:i=>{t(i?i.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 i in t=arguments[o])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},de.apply(this,arguments)};function an(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 St(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 hl=[{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 * * * *"}],Le=[{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 ln(e,t){for(var o=[],n=e;n<=t;n++)o.push(n);return o}function At(e){return e.sort(function(t,o){return t-o}),e}function cn(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 dn(e,t){e&&e({type:"invalid_cron",description:t.errorInvalidCron||U.errorInvalidCron})}function It(e){var t=parseInt(e,10),o=Number(e);return t===o?o:NaN}function pn(e,t,o,n,i,a,l,c,d,p,u,f,h,g){o&&o(void 0),t(!1);var x=!1;if(!e){if(n==="always"||a&&n==="for-default-value")return;x=!0}if(!x){if(c&&(c===!0||c.includes(e))){if(e==="@reboot")return void g("reboot");var w=hl.find(function(C){return C.name===e});w&&(e=w.value)}try{var I=function(C){if(typeof C!="string")throw new Error("Invalid cron string");var O=C.replace(/\s+/g," ").trim().split(" ");if(O.length===5)return O.map(function(B,E){return function(P,$){if(P==="*"||P==="*/1")return[];var _=At(cn(gn(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,$.min,$.alt).split(",").map(function(J){var Y,se=J.split("/");if(se.length>2)throw new Error('Invalid value "'.concat(P,' for "').concat($.type,'"'));var V=se[0],M=se[1];Y=V==="*"?ln($.min,$.max):function(G,te,R){var re=G.split("-");if(re.length===1){var Ue=It(re[0]);if(isNaN(Ue))throw new Error('Invalid value "'.concat(te,'" for ').concat(R.type));return[Ue]}if(re.length===2){var ve=It(re[0]),Je=It(re[1]);if(isNaN(ve)||isNaN(Je))throw new Error('Invalid value "'.concat(te,'" for ').concat(R.type));if(Je<ve)throw new Error('Max range is less than min range in "'.concat(G,'" for ').concat(R.type));return ln(ve,Je)}throw new Error('Invalid value "'.concat(G,'" for ').concat(R.type))}(V,P,$);var L=function(G,te){if(G!==void 0){var R=It(G);if(isNaN(R)||R<1)throw new Error('Invalid interval step value "'.concat(G,'" for ').concat(te.type));return R}}(M,$),ee=function(G,te){if(te){var R=G[0];G=G.filter(function(re){return re%te==R%te||re===R})}return G}(Y,L);return ee}).flat(),$))),z=hn(_,$);if(z!==void 0)throw new Error('Value "'.concat(z,'" out of range for ').concat($.type));return _.length===$.total?[]:_}(B,Le[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"}(I);g(T),d(I[0]),p(I[1]),u(I[2]),f(I[3]),h(I[4])}catch(C){x=!0}}x&&(i.current=e,t(!0),dn(o,l))}function un(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=Le[f];return mn(fn(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 mn(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=yn(c),f=xn(c),h=c.length===(f-u)/p+1;return!!(u===d.min&&f+p>d.max&&h)}(e,t,l)?"*/".concat(l):"".concat(He(yn(e),t,o,n,i),"-").concat(He(xn(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(He(c[0],t,o,n,i),"-").concat(He(c[1],t,o,n,i)):He(c,t,o,n,i)}).join(",")}return a}function He(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 fn(e,t){var o=At(cn(gn(e,t)));if(o.length===0)return o;var n=hn(o,t);if(n!==void 0)throw new Error('Value "'.concat(n,'" out of range for ').concat(t.type));return o}function gn(e,t){return t.type==="week-days"&&(e=e.map(function(o){return o===7?0:o})),e}function hn(e,t){var o=e[0],n=e[e.length-1];return o<t.min?o:n>t.max?n:void 0}function yn(e){return e[0]}function xn(e){return e[e.length-1]}function lt(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,x=e.unit,w=e.periodicityOnDoubleClick,I=e.mode,T=an(e,["value","grid","optionsList","setValue","locale","className","humanizeLabels","disabled","readOnly","leadingZero","clockFormat","period","unit","periodicityOnDoubleClick","mode"]),C=y.useMemo(function(){if(t&&Array.isArray(t))return t.map(function(V){return V.toString()})},[t]),O=y.useMemo(function(){return i?i.map(function(V,M){return{value:(x.min===0?M:M+1).toString(),label:V}}):St([],Array(x.total),!0).map(function(V,M){var L=x.min===0?M:M+1;return{value:L.toString(),label:He(L,x,d,f,h)}})},[i,f,d,h]),B=JSON.stringify(l),E=y.useCallback(function(V){var M=V.value;if(!t||t[0]!==Number(M))return r.jsx(r.Fragment,{});var L=mn(fn(t,x),x,d,f,h),ee=L.match(/^\*\/([0-9]+),?/)||[];return r.jsx("div",{children:ee[1]?"".concat(l.everyText||U.everyText," ").concat(ee[1]):L})},[t,B,d,f,h]),P=y.useCallback(function(V){var M=Array.isArray(V)?At(V):[V],L=M;t&&(L=I==="single"?[]:St([],t,!0),M.forEach(function(ee){var G=Number(ee);L=t.some(function(te){return te===G})?L.filter(function(te){return te!==G}):At(St(St([],L,!0),[G],!1))})),L.length===x.total?a([]):a(L)},[a,t]),$=y.useCallback(function(V){if(V!==0&&V!==1){for(var M=x.total+x.min,L=[],ee=x.min;ee<M;ee++)ee%V==0&&L.push(ee);var G=t&&L&&t.length===L.length&&t.every(function(R,re){return R===L[re]}),te=L.length===O.length;a(te||G?[]:L)}else a([])},[t,O,a]),_=y.useRef([]),z=y.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?$(Number(V)):P([M[M.length-2].value,M[M.length-1].value]):P(Number(V)),_.current=[]},300);return function(){window.clearTimeout(L)}}},[_,P,$,u,w]),J=y.useCallback(function(){u||a([])},[a,u]),Y=y.useMemo(function(){var V;return Ce(((V={"react-js-cron-select":!0,"react-js-cron-custom-select":!0})["".concat(c,"-select")]=!!c,V))},[c]),se=y.useMemo(function(){var V;return Ce(((V={"react-js-cron-select-dropdown":!0})["react-js-cron-select-dropdown-".concat(x.type)]=!0,V["react-js-cron-custom-select-dropdown"]=!0,V["react-js-cron-custom-select-dropdown-".concat(x.type)]=!0,V["react-js-cron-custom-select-dropdown-minutes-large"]=x.type==="minutes"&&g!=="hour"&&g!=="day",V["react-js-cron-custom-select-dropdown-minutes-medium"]=x.type==="minutes"&&(g==="day"||g==="hour"),V["react-js-cron-custom-select-dropdown-hours-twelve-hour-clock"]=x.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(x.type)]=!!c,V))},[c,n,h,g]);return r.jsx(b.Select,de({mode:I!=="single"||w?"multiple":void 0,allowClear:!u,virtual:!1,open:!u&&void 0,value:C,onClear:J,tagRender:E,className:Y,popupClassName:se,options:O,showSearch:!1,showArrow:!u,menuItemSelectedIcon:null,dropdownMatchSelectWidth:!1,onSelect:z,onDeselect:z,disabled:p,dropdownAlign:x.type!=="minutes"&&x.type!=="hours"||g==="day"||g==="hour"?void 0:{points:["tr","br"]},"data-testid":"custom-select-".concat(x.type)},T))}function yl(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=y.useMemo(function(){var g;return Ce(((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",de({className:h},{children:[n.prefixHours!==""&&r.jsx("span",{children:n.prefixHours||U.prefixHours}),r.jsx(lt,{placeholder:n.emptyHours||U.emptyHours,value:t,unit:Le[1],setValue:o,locale:n,className:i,disabled:a,readOnly:l,leadingZero:c,clockFormat:d,period:p,periodicityOnDoubleClick:u,mode:f})]}))}function xl(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=y.useMemo(function(){var g;return Ce(((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",de({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(lt,{placeholder:p==="hour"?n.emptyMinutesForHourPeriod||U.emptyMinutesForHourPeriod:n.emptyMinutes||U.emptyMinutes,value:t,unit:Le[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 bl(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=y.useMemo(function(){var I;return Ce(((I={"react-js-cron-field":!0,"react-js-cron-month-days":!0,"react-js-cron-month-days-placeholder":!h})["".concat(i,"-field")]=!!i,I["".concat(i,"-month-days")]=!!i,I))},[i,h]),x=JSON.stringify(n),w=y.useMemo(function(){return h?n.emptyMonthDays||U.emptyMonthDays:n.emptyMonthDaysShort||U.emptyMonthDaysShort},[h,x]);return!c||t&&t.length>0||(!t||t.length===0)&&(!a||a.length===0)?r.jsxs("div",de({className:g},{children:[n.prefixMonthDays!==""&&r.jsx("span",{children:n.prefixMonthDays||U.prefixMonthDays}),r.jsx(lt,{placeholder:w,value:t,setValue:o,unit:Le[2],locale:n,className:i,disabled:l,readOnly:c,leadingZero:d,period:p,periodicityOnDoubleClick:u,mode:f})]})):null}function vl(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=y.useMemo(function(){var g;return Ce(((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",de({className:h},{children:[n.prefixMonths!==""&&r.jsx("span",{children:n.prefixMonths||U.prefixMonths}),r.jsx(lt,{placeholder:n.emptyMonths||U.emptyMonths,optionsList:f,grid:!1,value:t,unit:de(de({},Le[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 wl(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=y.useCallback(function(x){l||o(x)},[o,l]),f=y.useMemo(function(){var x;return Ce(((x={"react-js-cron-field":!0,"react-js-cron-period":!0})["".concat(i,"-field")]=!!i,x["".concat(i,"-period")]=!!i,x))},[i]),h=y.useMemo(function(){var x;return Ce(((x={"react-js-cron-select":!0,"react-js-cron-select-no-prefix":n.prefixPeriod===""})["".concat(i,"-select")]=!!i,x))},[i,n.prefixPeriod]),g=y.useMemo(function(){var x;return Ce(((x={"react-js-cron-select-dropdown":!0,"react-js-cron-select-dropdown-period":!0})["".concat(i,"-select-dropdown")]=!!i,x["".concat(i,"-select-dropdown-period")]=!!i,x))},[i]);return r.jsxs("div",de({className:f},{children:[n.prefixPeriod!==""&&r.jsx("span",{children:n.prefixPeriod||U.prefixPeriod}),r.jsx(b.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 Cl(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,x=y.useMemo(function(){var O;return Ce(((O={"react-js-cron-field":!0,"react-js-cron-week-days":!0,"react-js-cron-week-days-placeholder":!g})["".concat(i,"-field")]=!!i,O["".concat(i,"-week-days")]=!!i,O))},[i,g]),w=JSON.stringify(n),I=y.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",de({className:x},{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(lt,{placeholder:I,optionsList:h,grid:!1,value:t,unit:de(de({},Le[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 kl(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,x=e.onError,w=e.className,I=e.defaultPeriod,T=I===void 0?"day":I,C=e.allowEmpty,O=C===void 0?"for-default-value":C,B=e.humanizeLabels,E=B===void 0||B,P=e.humanizeValue,$=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,ee=e.clockFormat,G=e.periodicityOnDoubleClick,te=G===void 0||G,R=e.mode,re=R===void 0?"multiple":R,Ue=e.allowedDropdowns,ve=Ue===void 0?["period","months","month-days","week-days","hours","minutes"]:Ue,Je=e.allowedPeriods,ec=Je===void 0?["year","month","week","day","hour","minute","reboot"]:Je,Ye=y.useRef(u),io=y.useRef(T),Pn=y.useState(),Ne=Pn[0],Tt=Pn[1],Mn=y.useState(),ct=Mn[0],Nt=Mn[1],En=y.useState(),Dt=En[0],Ot=En[1],$n=y.useState(),dt=$n[0],Pt=$n[1],Bn=y.useState(),Mt=Bn[0],Et=Bn[1],Vn=y.useState(),$t=Vn[0],Bt=Vn[1],Wn=y.useState(!1),ao=Wn[0],pt=Wn[1],jn=y.useState(!1),Vt=jn[0],zn=jn[1],tc=function(oe){var Ae=y.useRef(oe);return y.useEffect(function(){Ae.current=oe},[oe]),Ae.current}(Vt),Ln=JSON.stringify(d);y.useEffect(function(){pn(u,pt,x,O,Ye,!0,d,L,Bt,Et,Nt,Ot,Pt,Tt)},[]),y.useEffect(function(){u!==Ye.current&&pn(u,pt,x,O,Ye,!1,d,L,Bt,Et,Nt,Ot,Pt,Tt)},[u,Ye,Ln,O,L]),y.useEffect(function(){if(!(Ne||$t||Dt||ct||dt||Mt)||Vt||tc)Vt&&zn(!1);else{var oe=Ne||io.current,Ae=un(oe,Dt,ct,dt,Mt,$t,$);f(Ae,{selectedPeriod:oe}),Ye.current=Ae,x&&x(void 0),pt(!1)}},[Ne,ct,Dt,dt,Mt,$t,$,Vt]);var qn=y.useCallback(function(){Nt(void 0),Ot(void 0),Pt(void 0),Et(void 0),Bt(void 0);var oe="",Ae=Ne!=="reboot"&&Ne?Ne:io.current;Ae!==Ne&&Tt(Ae),l==="fill-with-every"&&(oe=un(Ae,void 0,void 0,void 0,void 0,void 0)),f(oe,{selectedPeriod:Ae}),Ye.current=oe,zn(!0),O==="never"&&l==="empty"?(pt(!0),dn(x,d)):(x&&x(void 0),pt(!1))},[Ne,f,x,l]),oc=y.useMemo(function(){var oe;return Ce(((oe={"react-js-cron":!0,"react-js-cron-error":ao&&g,"react-js-cron-disabled":z,"react-js-cron-read-only":Y})["".concat(w)]=!!w,oe["".concat(w,"-error")]=ao&&g&&!!w,oe["".concat(w,"-disabled")]=z&&!!w,oe["".concat(w,"-read-only")]=Y&&!!w,oe))},[w,ao,g,z,Y]),lo=i.className,Un=an(i,["className"]),Kn=y.useMemo(function(){var oe;return Ce(((oe={"react-js-cron-clear-button":!0})["".concat(w,"-clear-button")]=!!w,oe["".concat(lo)]=!!lo,oe))},[w,lo]),nc=JSON.stringify(Un),_n=y.useMemo(function(){return o&&!Y?r.jsx(b.Button,de({className:Kn,danger:!0,type:"primary",disabled:z},Un,{onClick:qn},{children:d.clearButtonText||U.clearButtonText})):null},[o,Y,Ln,Kn,z,nc,qn]),le=Ne||io.current;return r.jsxs("div",de({className:oc},{children:[ve.includes("period")&&r.jsx(wl,{value:le,setValue:Tt,locale:d,className:w,disabled:z,readOnly:Y,shortcuts:L,allowedPeriods:ec}),le==="reboot"?_n:r.jsxs(r.Fragment,{children:[le==="year"&&ve.includes("months")&&r.jsx(vl,{value:Dt,setValue:Ot,locale:d,className:w,humanizeLabels:E,disabled:z,readOnly:Y,period:le,periodicityOnDoubleClick:te,mode:re}),(le==="year"||le==="month")&&ve.includes("month-days")&&r.jsx(bl,{value:ct,setValue:Nt,locale:d,className:w,weekDays:dt,disabled:z,readOnly:Y,leadingZero:V,period:le,periodicityOnDoubleClick:te,mode:re}),(le==="year"||le==="month"||le==="week")&&ve.includes("week-days")&&r.jsx(Cl,{value:dt,setValue:Pt,locale:d,className:w,humanizeLabels:E,monthDays:ct,disabled:z,readOnly:Y,period:le,periodicityOnDoubleClick:te,mode:re}),r.jsxs("div",{children:[le!=="minute"&&le!=="hour"&&ve.includes("hours")&&r.jsx(yl,{value:Mt,setValue:Et,locale:d,className:w,disabled:z,readOnly:Y,leadingZero:V,clockFormat:ee,period:le,periodicityOnDoubleClick:te,mode:re}),le!=="minute"&&ve.includes("minutes")&&r.jsx(xl,{value:$t,setValue:Bt,locale:d,period:le,className:w,disabled:z,readOnly:Y,leadingZero:V,clockFormat:ee,periodicityOnDoubleClick:te,mode:re}),_n]})]})]}))}const Sl={"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:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]}},bn=[{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 vn(e){return bn.filter(o=>typeof o.value=="number").reverse().find(o=>!(e%o.value))}function Al(e){let t;switch(typeof e){case"number":return t=vn(e),t?t.value:"none";case"string":return"cron"}return"none"}function Il({value:e,onChange:t}){const{t:o}=he(),n=vn(e);return r.jsx(b.InputNumber,{value:e/n.value,onChange:i=>t(i*n.value),min:1,addonBefore:o("Every"),addonAfter:o(n.unitText),className:"auto-width"})}function Fl({value:e=null,onChange:t}){const{t:o}=he(),n=Al(e);function i(l){if(l==="none"){t(null);return}if(l==="cron"){t("0 * * * * *");return}t(l)}const a=Sl[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:i,className:"auto-width",children:bn.map(l=>r.jsx(b.Select.Option,{value:l.value,children:o(l.text)},l.value))}),typeof n=="number"?r.jsx(Il,{value:e,onChange:t}):null,n==="cron"?r.jsx(kl,{value:e.trim().split(/\s+/).slice(1).join(" "),setValue:l=>t(`0 ${l}`),clearButton:!1,locale:a}):null]})}const Tl={[ze.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}}},[ze.DATE_FIELD]:{collection:A(
|
|
867
|
+
`,children:[r.jsx(b.Select,{value:n,onChange:i,className:"auto-width",children:bn.map(l=>r.jsx(b.Select.Option,{value:l.value,children:o(l.text)},l.value))}),typeof n=="number"?r.jsx(Il,{value:e,onChange:t}):null,n==="cron"?r.jsx(kl,{value:e.trim().split(/\s+/).slice(1).join(" "),setValue:l=>t(`0 ${l}`),clearButton:!1,locale:a}):null]})}const Tl={[ze.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}}},[ze.DATE_FIELD]:{collection:A(v({},fe),{"x-component-props":{dataSourceFilter(e){return e.options.key==="main"||e.options.isDBInstance}},"x-reactions":[...fe["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:A(v({},at),{"x-reactions":[{dependencies:["mode","collection"],fulfill:{state:{visible:`{{$deps[0] === ${ze.DATE_FIELD} && $deps[1]}}`}}}]})}},Nl=[{value:ze.STATIC,label:`{{t("Based on certain date", { ns: "${m}" })}}`},{value:ze.DATE_FIELD,label:`{{t("Based on date field of collection", { ns: "${m}" })}}`}],Dl=()=>{const{values:e={},clearFormGraph:t}=S.useForm(),[o,n]=y.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:Nl},required:!0,default:ze.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:Tl[o]}}},components:{OnField:sn,RepeatField:Fl,EndsByField:gl}})]})};class Ol extends Ze{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:Dl}}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===ze.DATE_FIELD){const[c]=me(A(w({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:De,collection:t.collection,dataPath:"$context.data"}:null}}const no={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=wr(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(ne.Link,{to:We(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:mt}}]},vn=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:no,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}=he(),{refresh:n,params:i}=s.useDataBlockRequest(),a=s.useDataBlockResource(),{setVisible:l}=s.useActionContext();return{run(){return D(this,null,function*(){yield a.destroy({filter:i==null?void 0:i.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"},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}}}}}}}}}},ro=vn();function Pl(n){var i=n,{params:e,filter:t={}}=i,o=K(i,["params","filter"]);const{workflow:a}=q(),l=A(w({},o),{params:A(w({},e),{filter:A(w({},e==null?void 0:e.filter),{key:a.key})})});return r.jsx(s.TableBlockProvider,w({},l))}function Ml(){var se;const e=ne.useNavigate(),{t}=Q.useTranslation(),o=s.useApp(),{data:n,refresh:i,loading:a}=s.useResourceActionContext(),{resource:l}=s.useResourceContext(),{setTitle:c}=s.useDocumentTitle(),[d,p]=y.useState(!1),[u,f]=y.useState(!1),[h,g]=y.useState(null),{styles:x}=xe(),{modal:v}=b.App.useApp();if(y.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(b.Spin,{}):r.jsx(b.Result,{status:"404",title:"Not found"});const V=(se=n==null?void 0:n.data)!=null?se:{},{nodes:I=[],revisions:T=[]}=V,C=K(V,["nodes","revisions"]);ht(I);const O=I.find(M=>!M.upstream);function B({key:M}){M!==C.id&&e(We(M))}function E(M){return D(this,null,function*(){yield l.update({filterByTk:C.id,values:{enabled:M}}),i()})}function P(){return D(this,null,function*(){const{data:{data:M}}=yield l.retry({filterByTk:C.id,filter:{key:C.key}});e(xt(M.executionId))})}function $(){return D(this,null,function*(){const{data:{data:M}}=yield l.revision({filterByTk:C.id,filter:{key:C.key},values:{color:C.color}});b.message.success(t("Operation succeeded")),e(We(M.id))})}function _(){return D(this,null,function*(){const M=C.current?F("Delete a main version will cause all other revisions to be deleted too."):"";v.confirm({title:t("Are you sure you want to delete it?"),content:M,onOk(){return D(this,null,function*(){var ee;yield l.destroy({filterByTk:C.id}),b.message.success(t("Operation succeeded")),e(C.current?o.systemSettingsManager.getRoutePath("workflow"):We((ee=T.find(G=>G.current))==null?void 0:ee.id))})}})})}const z=()=>D(null,null,function*(){h?(yield l.moveWorkflow({id:C.id,targetKey:h}),b.message.success(F("Move success")),f(!1),C.key=h,i()):b.message.error(F("Select target workflow"))});function J(L){return D(this,arguments,function*({key:M}){switch(M){case"history":p(!0);return;case"Retry":return P();case"revision":return $();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($e.Provider,{value:{workflow:C,nodes:I,refresh:i},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(ko,{}),r.jsx(b.Breadcrumb,{items:[{title:r.jsx(ne.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(b.Dropdown,{trigger:["click"],menu:{onClick:B,defaultSelectedKeys:[`${C.id}`],className:s.cx(x.dropdownClass,x.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(b.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(b.Switch,{checked:C.enabled,onChange:E,checkedChildren:F("On"),unCheckedChildren:F("Off")}),r.jsx(b.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(b.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:ro,components:{ExecutionResourceProvider:Pl,ExecutionLink:Yt,ExecutionStatusColumn:Ht},scope:{ExecutionRetryAction:Qt}})})]})]}),r.jsx(Co,{entry:O}),r.jsxs(b.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 Cn=()=>{const e=ne.useParams(),{styles:t}=xe();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:Ml}})})},kn=y.createContext({refresh:()=>{},activeKey:"",setActiveKey:()=>{}}),so=()=>y.useContext(kn),El=S.observer(e=>{const{value:t}=e,o=s.useCompile();return r.jsx(r.Fragment,{children:t==null?void 0:t.map(n=>r.jsx(b.Tag,{color:n.color,children:o(n==null?void 0:n.name)},n.name))})},{displayName:"WorkflowCategory"}),$l=()=>{const e=S.useForm(),t=s.useActionContext(),{refresh:o}=so(),n=s.useAPIClient();return{run(){return D(this,null,function*(){yield e.submit();const a=ie.cloneDeep(e.values);yield n.resource("workflowCategories").create({values:w({},a)}),t.setVisible(!1),yield e.reset(),o()})}}},Bl=e=>r.jsx(Sn,w({},e)),Sn=e=>{const{scope:t,getContainer:o,children:n}=e,[i,a]=y.useState(!1),{t:l}=he();return r.jsxs(s.ActionContextProvider,{value:{visible:i,setVisible:a},children:[r.jsx("div",{onClick:()=>a(!0),title:l("Add category"),children:n||r.jsx(j.PlusOutlined,{})}),r.jsx(s.SchemaComponent,{schema:Vl,components:{CollectionCategory:El},scope:w({getContainer:o,useCancelAction:s.useCancelAction,createOnly:!0,useCreateworkflowCategry:$l},t)})]})},Vl={type:"object",properties:{form:{type:"void","x-decorator":"Form","x-component":"Action.Modal",title:'{{ t("Add category") }}',"x-component-props":{width:520,getContainer:"{{ getContainer }}"},properties:{name:{type:"string",title:'{{t("Category name")}}',required:!0,"x-disabled":"{{ !createOnly }}","x-decorator":"FormItem","x-component":"Input"},color:{type:"string",title:'{{t("Color")}}',required:!1,"x-decorator":"FormItem","x-component":"ColorSelect"},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{action1:{title:'{{ t("Cancel") }}',"x-component":"Action","x-component-props":{useAction:"{{ useCancelAction }}"}},action2:{title:'{{ t("Submit") }}',"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useCreateworkflowCategry }}",style:{marginLeft:"8px"}}}}}}}}},Wl=()=>{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})},jl=()=>{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(b.Tooltip,{title:t(l.label),placement:"right",color:"cyan",children:r.jsx("span",{style:{textAlign:"left",cursor:"pointer"},children:a})})},zl=()=>{const e=S.useForm(),t=s.useActionContext(),{refresh:o}=so(),n=s.useAPIClient(),{id:i}=s.useRecord();return{run(){return D(this,null,function*(){yield e.submit();const l=ie.cloneDeep(e.values);yield n.resource("workflowCategories").update({filter:{id:i},values:w({},l)}),t.setVisible(!1),yield e.reset(),o()})}}},Ll=e=>{const t=s.useRecord(),o=s.useRequest(()=>Promise.resolve({data:ie.cloneDeep(t)}),A(w({},e),{manual:!0})),n=s.useActionContext();return y.useEffect(()=>{n.visible&&o.run()},[n.visible]),o},ql=e=>r.jsx(An,w({},e)),An=e=>{const{scope:t,getContainer:o,item:n,children:i}=e,[a,l]=y.useState(!1),c=s.useCompile();return r.jsx(s.RecordProvider,{record:n,children:r.jsxs(s.ActionContextProvider,{value:{visible:a,setVisible:l},children:[r.jsx(r.Fragment,{children:i||r.jsx("span",{onClick:()=>l(!0),children:c('{{ t("Edit category") }}')})}),r.jsx(s.SchemaComponent,{schema:Ul,scope:w({getContainer:o,useCancelAction:s.useCancelAction,createOnly:!0,useEditCategry:zl,useValuesFromRecord:Ll},t)})]})})},Ul={type:"object",properties:{form:{type:"void","x-decorator":"Form","x-decorator-props":{useValues:"{{ useValuesFromRecord }}"},"x-component":"Action.Modal",title:'{{ t("Edit category") }}',"x-component-props":{width:520,getContainer:"{{ getContainer }}"},properties:{name:{type:"string",title:'{{t("Category name")}}',required:!0,"x-disabled":"{{ !createOnly }}","x-decorator":"FormItem","x-component":"Input"},color:{type:"string",title:'{{t("Color")}}',required:!1,"x-decorator":"FormItem","x-component":"ColorSelect"},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{action1:{title:'{{ t("Cancel") }}',"x-component":"Action","x-component-props":{useAction:"{{ useCancelAction }}"}},action2:{title:'{{ t("Submit") }}',"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useEditCategry }}",style:{marginLeft:"8px"}}}}}}}}},Kl=n=>{var i=n,{params:e,filter:t={}}=i,o=K(i,["params","filter"]);const a=s.useCollectionRecordData(),l=A(w({},o),{params:A(w({},e),{filter:A(w({},e==null?void 0:e.filter),{key:a.key})})});return r.jsx(s.TableBlockProvider,w({},l))},Ft=S.observable({value:""}),qe={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:"belongsToMany",name:"category",target:"workflowCategories",sourceKey:"key",foreignKey:"workflowKey",otherKey:"categoryId",targetKey:"id",sortBy:"sort",through:"workflowCategory",collectionName:"workflows",interface:"m2m",uiSchema:{title:`{{t("workflow Category", { ns: "${m}" })}}`,type:"array","x-component":"AssociationField","x-component-props":{fieldNames:{value:"id",label:"name"}}}},{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":{multiple:!0,fieldNames:{value:"id",label:"nickname"}}}}]},In={name:"workflowCategories",fields:[{type:"string",name:"name",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input"}}]},ge={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}" }) }}`}]}},category:{"x-collection-field":"workflows.category","x-component":"CollectionField","x-decorator":"FormItem","x-component-props":{multiple:!0}},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}}}}},Fn={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":`${qe.name}:create`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useCreateFormBlockDecoratorProps","x-decorator-props":{dataSource:"main",collection:qe},"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:ge.title,category:ge.category,type:ge.type,sync:ge.sync,description:ge.description,options:ge.options}}}}}}}},Tn={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":`${qe.name}:update`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useEditFormBlockDecoratorProps","x-decorator-props":{action:"get",dataSource:"main",collection:qe,params:{appends:["category"]}},"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:ge.title,category:ge.category,type:ge.type,enabled:ge.enabled,sync:ge.sync,description:ge.description,options:ge.options}}}}}}}},_l={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}=Q.useTranslation(),{refresh:t}=s.useDataBlockRequest(),o=s.useDataBlockResource(),{setVisible:n}=s.useActionContext(),i=s.useFilterByTk(),{values:a}=S.useForm();return{run(){return D(this,null,function*(){yield o.revision({filterByTk:i,values:a}),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":"CodeMirror","x-component-props":{height:"50vh",defaultLanguage:"json"}},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}=Q.useTranslation(),{refresh:t}=s.useDataBlockRequest(),o=s.useDataBlockResource(),{setVisible:n}=s.useActionContext(),i=s.useFilterByTk(),{values:a}=S.useForm();return{run(){return D(this,null,function*(){try{const c=JSON.parse(a.params);yield o.test({filterByTk:i,values:c}),t(),n(!1)}catch(c){console.error(c)}})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}};function Hl(e){const{isOver:t,setNodeRef:o}=Ee.useDroppable({id:e.id,data:e.data}),n=t?{color:"green"}:void 0;return r.jsx("div",{ref:o,style:n,children:e.children})}function Jl(e){const{attributes:t,listeners:o,setNodeRef:n}=Ee.useDraggable({id:e.id,data:e.data});return r.jsx("div",A(w(w({ref:n},o),t),{children:r.jsx("div",{children:e.children})}))}const Yl=S.observer(({item:e})=>r.jsx(Hl,{id:e.id.toString(),data:e,children:r.jsx("div",{children:r.jsx(Jl,{id:e.id.toString(),data:e,children:r.jsx(Nn,{item:e})})})}),{displayName:"TabTitle"}),Nn=({item:e})=>{const{t}=Q.useTranslation(),o=s.useCompile();return r.jsxs(b.Space,{children:[r.jsx(b.Badge,{color:e.color}),t(o(e.name))]})},Ql=S.observer(e=>{const[t,o]=y.useState(null),{refresh:n}=so(),i=s.useAPIClient(),a=p=>D(null,null,function*(){const{active:u,over:f}=p;setTimeout(()=>{o(null)}),f&&f.id!==u.id&&(yield i.resource("workflowCategories").move({sourceId:u.id,targetId:f.id}),n())});function l(p){var u;o((u=p.active)==null?void 0:u.data.current)}const c=Ee.useSensor(Ee.MouseSensor,{activationConstraint:{distance:10}}),d=Ee.useSensors(c);return r.jsxs(Ee.DndContext,{sensors:d,onDragEnd:a,onDragStart:l,children:[e.children,r.jsx(Ee.DragOverlay,{children:t?r.jsx("span",{style:{whiteSpace:"nowrap"},children:r.jsx(Nn,{item:t})}):null})]})},{displayName:"DndProvider"}),Zl=({children:e})=>{const t=s.useAPIClient(),[o,n]=y.useState([]),[i,a]=y.useState(!0),[l,c]=y.useState({tab:""}),d=s.useCompile(),{modal:p}=b.App.useApp(),u=y.useCallback(()=>D(null,null,function*(){a(!0);const{data:g}=yield t.request({url:"workflowCategories:list",params:{paginate:!1,sort:["sort"]}});n(g.data),a(!1)}),[]);y.useEffect(()=>{u()},[u]);const f=g=>{p.confirm({title:d("{{t('Delete category')}}"),content:d("{{t('Are you sure you want to delete it?')}}"),onOk:()=>D(null,null,function*(){yield t.resource("workflowCategories").destroy({filter:{id:g}}),c({tab:""}),Ft.value="",u()})})},h=ie.memoize(g=>({items:[{key:"edit",label:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[S.uid()]:{"x-component":"EditWorkflowCategory","x-component-props":{item:g}}}}})},{key:"delete",label:d("{{t('Delete category')}}"),onClick:()=>f(g.id)}]}));return r.jsx(kn.Provider,{value:{refresh:u,activeKey:l.tab,setActiveKey:g=>c({tab:g})},children:r.jsx(Ql,{children:r.jsx(b.Tabs,{addIcon:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{addCategories:{type:"void",title:'{{ t("Add category") }}',"x-component":"AddWorkflowCategory","x-component-props":{type:"primary"}}}}}),type:"editable-card",activeKey:l.tab,onChange:g=>{c({tab:g}),Ft.value=g,g===""&&u()},defaultActiveKey:l.tab||"",destroyInactiveTabPane:!0,tabBarStyle:{marginBottom:"0px"},items:[{id:"",name:F("All"),closable:!1}].concat(o).filter(g=>g&&g.name!=null&&g.id!=null).map(g=>({label:g.id!==""?r.jsx("div",{"data-no-dnd":"true",children:r.jsx(Yl,{item:g})}):d(g.name),key:g.id,closable:g.closable,closeIcon:r.jsx(b.Dropdown,{menu:h(g),children:r.jsx(j.MenuOutlined,{role:"button","aria-label":d(g.name),style:{padding:8,margin:"-8px"}})}),children:r.jsx(s.CardItem,{children:e})}))})})})},Dn={type:"void",properties:{provider:{type:"void","x-decorator":S.observer(e=>{const t={collection:qe,action:"list",params:{filter:{current:!0,type:{$not:"approval"}},sort:["-initAt"]},rowKey:"id"};return Ft.value&&(t.params.filter["category.id"]=[Ft.value]),r.jsx(s.TableBlockProvider,w(w({},e),t))}),"x-component":Zl,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"},fuzzySearch:{type:"void","x-component":"FuzzySearchInput","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}=Q.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 D(this,null,function*(){const{data:d}=yield t.request({url:l.file.url,baseURL:"/"});yield n.load({filterByTk:i,values:A(w({},l),{workflow:d})}),b.message.success(e("Operation succeeded")),o(),a(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},create:Fn}},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"}}},category:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0,width:20,align:"center"},properties:{category:{type:"array","x-collection-field":"workflows.category","x-component":"CollectionField","x-component-props":{multiple:!0,mode:"Tag"},"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":{sorter:!0,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":{sorter:!0,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 y.createElement("a",w({"aria-label":`executed-${o.title}`},t))}},"x-component":"CollectionField","x-read-pretty":!0,properties:{drawer:ro}}}},updatedAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0,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":{sorter:!0,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:Tn,revision:_l,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}=Q.useTranslation(),t=s.useDataBlockResource(),o=s.useFilterByTk();return{run(){return D(this,null,function*(){const{data:i}=yield t.dump({filterByTk:o}),a=new Blob([JSON.stringify(i.data,null,2)],{type:"application/json"});on.saveAs(a,i.data.title+"-"+i.data.key+".json"),b.message.success(e("Operation succeeded"))})}}}}}}}}}}}}}}},Xl=()=>{const{t:e}=Q.useTranslation(),{id:t}=s.useRecord(),{setVisible:o}=s.useActionContext(),{getAriaLabel:n}=s.useGetAriaLabelOfAction("Configure");return r.jsx(ne.Link,{"aria-label":n(),to:We(t),onClick:()=>o(!1),children:e("Configure")})};function Rl(e){const t=S.useField(),o=s.usePlugin(X);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(Fe,w({},e))}function On(e){const{schema:t=Dn,components:o,scopes:n}=e,i=y.useContext(s.SchemaComponentContext),{getTriggersOptions:a}=s.usePlugin(X);return r.jsx(s.ExtendCollectionsProvider,{collections:[qe,no,In],children:r.jsx(s.SchemaComponentContext.Provider,{value:A(w({},i),{designable:!1}),children:r.jsx(s.SchemaComponent,{schema:t,components:w({WorkflowLink:Xl,ExecutionResourceProvider:Kl,ExecutionLink:Yt,OpenDrawer:Mo,ExecutionStatusSelect:$o,SyncOptionSelect:Rl,ExecutionStatusColumn:Ht,ColumnShowTitle:jl,ColumnShowCollection:Wl,AddWorkflowCategory:Bl,AddWorkflowCategoryAction:Sn,EditWorkflowCategory:ql,EditWorkflowCategoryAction:An},o),scope:w({getTriggersOptions:a,ExecutionRetryAction:Qt},n)})})})}class X 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 H)this.instructions.register(t,o);else throw new TypeError("invalid instruction type to register")}afterAdd(){return D(this,null,function*(){yield this.pm.add(ba),yield this.pm.add(ma),yield this.pm.add(pa),yield this.pm.add(ri),yield this.pm.add(gs),yield this.pm.add(Ur),yield this.pm.add(Er),yield this.pm.add(Dr),yield this.pm.add(ya),yield this.pm.add(ls),yield this.pm.add(Ia),yield this.pm.add(ga),yield this.pm.add(ca),yield this.pm.add(Ca),yield this.pm.add(Ri),yield this.pm.add(us),yield this.pm.add(ds)})}load(){return D(this,null,function*(){this.addComponents(),this.app.systemSettingsManager.add(`business-components.${m}`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:On,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:Cn,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.systemSettingsManager.add(`business-components.${m}/:id.executions`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:So,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.schemaSettingsManager.add(pl),this.registerTrigger("collection",ml),this.registerTrigger("schedule",Ol),this.registerInstruction("calculation",Fa),this.registerInstruction("condition",Ra),this.registerInstruction("end",sl),this.registerInstruction("updateorcreate",dl),this.registerInstruction("query",il),this.registerInstruction("create",nl),this.registerInstruction("update",ll),this.registerInstruction("destroy",rl)})}addComponents(){this.app.addComponents({WorkflowLink:Qn,WorkflowPage:Cn,ExecutionPage:So})}}k.AddButton=jt,k.AdditionNotifiedPerson=ns,k.AutoResizeInput=Bo,k.BaseTypeSets=Oe,k.Branch=Ve,k.BuiltinGroupType=Ke,k.CheckboxGroupWithTooltip=Po,k.CollectionBlockInitializer=De,k.ConfigButtonMessage=ss,k.DetailsBlockProvider=zt,k.EXECUTION_STATUS=pe,k.ExecutionContextProvider=Zo,k.ExecutionLink=Yt,k.ExecutionRetryAction=Qt,k.ExecutionStatusColumn=Ht,k.ExecutionStatusOptions=mt,k.ExecutionStatusOptionsMap=ft,k.ExecutionStatusSelect=$o,k.FieldsSelect=ot,k.FilterDynamicComponent=Ie,k.FlowContext=$e,k.Instruction=H,k.JOB_STATUS=be,k.JobStatusOptions=gt,k.JobStatusOptionsMap=et,k.Node=go,k.NodeDefaultView=st,k.OpenDrawer=Mo,k.ProviderContextNode=fo,k.ProviderContextWorkflow=Rn,k.RadioWithTooltip=Fe,k.SelectNotifiedPerson=Rr,k.SimpleDesigner=Gt,k.Trigger=Ze,k.ValueBlock=Se,k.WorkflowPane=On,k.WorkflowVariableCodeMirror=Yr,k.WorkflowVariableInput=ke,k.WorkflowVariableJSON=Oo,k.WorkflowVariableRawTextArea=Do,k.WorkflowVariableTextArea=rt,k.collectionWorkflowCategories=In,k.collectionWorkflows=qe,k.createWorkflow=Fn,k.currentFormOptions=Io,k.default=X,k.defaultFieldNames=ue,k.executionCollection=no,k.executionSchema=ro,k.getCollectionFieldOptions=me,k.getExecutionSchema=vn,k.getWorkflowDetailPath=We,k.getWorkflowExecutionsPath=xt,k.isValidFilter=tt,k.linkNodes=ht,k.nodesOptions=bt,k.scopeOptions=Lt,k.systemOptions=Fo,k.traverseSchema=yt,k.triggerOptions=wt,k.updateWorkflow=Tn,k.useAvailableUpstreams=Be,k.useContextNode=ye,k.useFlowContext=q,k.useGetAriaLabelOfAddButton=ut,k.useRecordTriggerWorkflowsActionProps=ii,k.useStyles=xe,k.useTrigger=Xe,k.useTriggerWorkflowsActionProps=si,k.useWorkflowAnyExecuted=Vo,k.useWorkflowExecuted=Jt,k.useWorkflowVariableFormOptions=No,k.useWorkflowVariableOptions=ce,k.workflowFieldset=ge,k.workflowSchema=Dn,Object.defineProperties(k,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
876
|
+
`},properties:Tl[o]}}},components:{OnField:sn,RepeatField:Fl,EndsByField:gl}})]})};class Ol extends Ze{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:Dl}}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===ze.DATE_FIELD){const[c]=me(A(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:De,collection:t.collection,dataPath:"$context.data"}:null}}const no={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=vr(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(ne.Link,{to:We(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:mt}}]},wn=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:no,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}=he(),{refresh:n,params:i}=s.useDataBlockRequest(),a=s.useDataBlockResource(),{setVisible:l}=s.useActionContext();return{run(){return D(this,null,function*(){yield a.destroy({filter:i==null?void 0:i.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"},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}}}}}}}}}},ro=wn();function Pl(n){var i=n,{params:e,filter:t={}}=i,o=K(i,["params","filter"]);const{workflow:a}=q(),l=A(v({},o),{params:A(v({},e),{filter:A(v({},e==null?void 0:e.filter),{key:a.key})})});return r.jsx(s.TableBlockProvider,v({},l))}function Ml(){var se;const e=ne.useNavigate(),{t}=Q.useTranslation(),o=s.useApp(),{data:n,refresh:i,loading:a}=s.useResourceActionContext(),{resource:l}=s.useResourceContext(),{setTitle:c}=s.useDocumentTitle(),[d,p]=y.useState(!1),[u,f]=y.useState(!1),[h,g]=y.useState(null),{styles:x}=xe(),{modal:w}=b.App.useApp();if(y.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(b.Spin,{}):r.jsx(b.Result,{status:"404",title:"Not found"});const V=(se=n==null?void 0:n.data)!=null?se:{},{nodes:I=[],revisions:T=[]}=V,C=K(V,["nodes","revisions"]);ht(I);const O=I.find(M=>!M.upstream);function B({key:M}){M!==C.id&&e(We(M))}function E(M){return D(this,null,function*(){yield l.update({filterByTk:C.id,values:{enabled:M}}),i()})}function P(){return D(this,null,function*(){const{data:{data:M}}=yield l.retry({filterByTk:C.id,filter:{key:C.key}});e(xt(M.executionId))})}function $(){return D(this,null,function*(){const{data:{data:M}}=yield l.revision({filterByTk:C.id,filter:{key:C.key},values:{color:C.color}});b.message.success(t("Operation succeeded")),e(We(M.id))})}function _(){return D(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 D(this,null,function*(){var ee;yield l.destroy({filterByTk:C.id}),b.message.success(t("Operation succeeded")),e(C.current?o.systemSettingsManager.getRoutePath("workflow"):We((ee=T.find(G=>G.current))==null?void 0:ee.id))})}})})}const z=()=>D(null,null,function*(){h?(yield l.moveWorkflow({id:C.id,targetKey:h}),b.message.success(F("Move success")),f(!1),C.key=h,i()):b.message.error(F("Select target workflow"))});function J(L){return D(this,arguments,function*({key:M}){switch(M){case"history":p(!0);return;case"Retry":return P();case"revision":return $();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($e.Provider,{value:{workflow:C,nodes:I,refresh:i},children:[r.jsxs("div",{className:"workflow-toolbar",children:[r.jsxs("header",{children:[r.jsx(ko,{}),r.jsx(b.Breadcrumb,{items:[{title:r.jsx(ne.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(b.Dropdown,{trigger:["click"],menu:{onClick:B,defaultSelectedKeys:[`${C.id}`],className:s.cx(x.dropdownClass,x.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(b.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(b.Switch,{checked:C.enabled,onChange:E,checkedChildren:F("On"),unCheckedChildren:F("Off")}),r.jsx(b.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(b.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:ro,components:{ExecutionResourceProvider:Pl,ExecutionLink:Yt,ExecutionStatusColumn:Ht},scope:{ExecutionRetryAction:Qt}})})]})]}),r.jsx(Co,{entry:O}),r.jsxs(b.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 Cn=()=>{const e=ne.useParams(),{styles:t}=xe();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:Ml}})})},kn=y.createContext({refresh:()=>{},activeKey:"",setActiveKey:()=>{}}),so=()=>y.useContext(kn),El=S.observer(e=>{const{value:t}=e,o=s.useCompile();return r.jsx(r.Fragment,{children:t==null?void 0:t.map(n=>r.jsx(b.Tag,{color:n.color,children:o(n==null?void 0:n.name)},n.name))})},{displayName:"WorkflowCategory"}),$l=()=>{const e=S.useForm(),t=s.useActionContext(),{refresh:o}=so(),n=s.useAPIClient();return{run(){return D(this,null,function*(){yield e.submit();const a=ie.cloneDeep(e.values);yield n.resource("workflowCategories").create({values:v({},a)}),t.setVisible(!1),yield e.reset(),o()})}}},Bl=e=>r.jsx(Sn,v({},e)),Sn=e=>{const{scope:t,getContainer:o,children:n}=e,[i,a]=y.useState(!1),{t:l}=he();return r.jsxs(s.ActionContextProvider,{value:{visible:i,setVisible:a},children:[r.jsx("div",{onClick:()=>a(!0),title:l("Add category"),children:n||r.jsx(j.PlusOutlined,{})}),r.jsx(s.SchemaComponent,{schema:Vl,components:{CollectionCategory:El},scope:v({getContainer:o,useCancelAction:s.useCancelAction,createOnly:!0,useCreateworkflowCategry:$l},t)})]})},Vl={type:"object",properties:{form:{type:"void","x-decorator":"Form","x-component":"Action.Modal",title:'{{ t("Add category") }}',"x-component-props":{width:520,getContainer:"{{ getContainer }}"},properties:{name:{type:"string",title:'{{t("Category name")}}',required:!0,"x-disabled":"{{ !createOnly }}","x-decorator":"FormItem","x-component":"Input"},color:{type:"string",title:'{{t("Color")}}',required:!1,"x-decorator":"FormItem","x-component":"ColorSelect"},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{action1:{title:'{{ t("Cancel") }}',"x-component":"Action","x-component-props":{useAction:"{{ useCancelAction }}"}},action2:{title:'{{ t("Submit") }}',"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useCreateworkflowCategry }}",style:{marginLeft:"8px"}}}}}}}}},Wl=()=>{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})},jl=()=>{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(b.Tooltip,{title:t(l.label),placement:"right",color:"cyan",children:r.jsx("span",{style:{textAlign:"left",cursor:"pointer"},children:a})})},zl=()=>{const e=S.useForm(),t=s.useActionContext(),{refresh:o}=so(),n=s.useAPIClient(),{id:i}=s.useRecord();return{run(){return D(this,null,function*(){yield e.submit();const l=ie.cloneDeep(e.values);yield n.resource("workflowCategories").update({filter:{id:i},values:v({},l)}),t.setVisible(!1),yield e.reset(),o()})}}},Ll=e=>{const t=s.useRecord(),o=s.useRequest(()=>Promise.resolve({data:ie.cloneDeep(t)}),A(v({},e),{manual:!0})),n=s.useActionContext();return y.useEffect(()=>{n.visible&&o.run()},[n.visible]),o},ql=e=>r.jsx(An,v({},e)),An=e=>{const{scope:t,getContainer:o,item:n,children:i}=e,[a,l]=y.useState(!1),c=s.useCompile();return r.jsx(s.RecordProvider,{record:n,children:r.jsxs(s.ActionContextProvider,{value:{visible:a,setVisible:l},children:[r.jsx(r.Fragment,{children:i||r.jsx("span",{onClick:()=>l(!0),children:c('{{ t("Edit category") }}')})}),r.jsx(s.SchemaComponent,{schema:Ul,scope:v({getContainer:o,useCancelAction:s.useCancelAction,createOnly:!0,useEditCategry:zl,useValuesFromRecord:Ll},t)})]})})},Ul={type:"object",properties:{form:{type:"void","x-decorator":"Form","x-decorator-props":{useValues:"{{ useValuesFromRecord }}"},"x-component":"Action.Modal",title:'{{ t("Edit category") }}',"x-component-props":{width:520,getContainer:"{{ getContainer }}"},properties:{name:{type:"string",title:'{{t("Category name")}}',required:!0,"x-disabled":"{{ !createOnly }}","x-decorator":"FormItem","x-component":"Input"},color:{type:"string",title:'{{t("Color")}}',required:!1,"x-decorator":"FormItem","x-component":"ColorSelect"},footer:{type:"void","x-component":"Action.Modal.Footer",properties:{action1:{title:'{{ t("Cancel") }}',"x-component":"Action","x-component-props":{useAction:"{{ useCancelAction }}"}},action2:{title:'{{ t("Submit") }}',"x-component":"Action","x-component-props":{type:"primary",useAction:"{{ useEditCategry }}",style:{marginLeft:"8px"}}}}}}}}},Kl=n=>{var i=n,{params:e,filter:t={}}=i,o=K(i,["params","filter"]);const a=s.useCollectionRecordData(),l=A(v({},o),{params:A(v({},e),{filter:A(v({},e==null?void 0:e.filter),{key:a.key})})});return r.jsx(s.TableBlockProvider,v({},l))},Ft=S.observable({value:""}),qe={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:"belongsToMany",name:"category",target:"workflowCategories",sourceKey:"key",foreignKey:"workflowKey",otherKey:"categoryId",targetKey:"id",sortBy:"sort",through:"workflowCategory",collectionName:"workflows",interface:"m2m",uiSchema:{title:`{{t("workflow Category", { ns: "${m}" })}}`,type:"array","x-component":"AssociationField","x-component-props":{fieldNames:{value:"id",label:"name"}}}},{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":{multiple:!0,fieldNames:{value:"id",label:"nickname"}}}}]},In={name:"workflowCategories",fields:[{type:"string",name:"name",interface:"input",uiSchema:{title:'{{t("Name")}}',type:"string","x-component":"Input"}}]},ge={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}" }) }}`}]}},category:{"x-collection-field":"workflows.category","x-component":"CollectionField","x-decorator":"FormItem","x-component-props":{multiple:!0}},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}}}}},Fn={type:"void","x-action":"create","x-acl-action":"create",title:"{{t('Add new')}}","x-component":"Action","x-decorator":"ACLActionProvider","x-component-props":{openMode:s.OpenMode.DRAWER_MODE,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":`${qe.name}:create`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useCreateFormBlockDecoratorProps","x-decorator-props":{dataSource:"main",collection:qe},"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:ge.title,category:ge.category,type:ge.type,sync:ge.sync,description:ge.description,options:ge.options}}}}}}}},Tn={type:"void",title:'{{ t("Edit") }}',"x-action":"update","x-component":"Action.Link","x-component-props":{openMode:s.OpenMode.DRAWER_MODE,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":`${qe.name}:update`,"x-decorator":"FormBlockProvider","x-use-decorator-props":"useEditFormBlockDecoratorProps","x-decorator-props":{action:"get",dataSource:"main",collection:qe,params:{appends:["category"]}},"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:ge.title,category:ge.category,type:ge.type,enabled:ge.enabled,sync:ge.sync,description:ge.description,options:ge.options}}}}}}}},_l={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}=Q.useTranslation(),{refresh:t}=s.useDataBlockRequest(),o=s.useDataBlockResource(),{setVisible:n}=s.useActionContext(),i=s.useFilterByTk(),{values:a}=S.useForm();return{run(){return D(this,null,function*(){yield o.revision({filterByTk:i,values:a}),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":"CodeMirror","x-component-props":{height:"50vh",defaultLanguage:"json"}},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}=Q.useTranslation(),{refresh:t}=s.useDataBlockRequest(),o=s.useDataBlockResource(),{setVisible:n}=s.useActionContext(),i=s.useFilterByTk(),{values:a}=S.useForm();return{run(){return D(this,null,function*(){try{const c=JSON.parse(a.params);yield o.test({filterByTk:i,values:c}),t(),n(!1)}catch(c){console.error(c)}})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}};function Hl(e){const{isOver:t,setNodeRef:o}=Ee.useDroppable({id:e.id,data:e.data}),n=t?{color:"green"}:void 0;return r.jsx("div",{ref:o,style:n,children:e.children})}function Jl(e){const{attributes:t,listeners:o,setNodeRef:n}=Ee.useDraggable({id:e.id,data:e.data});return r.jsx("div",A(v(v({ref:n},o),t),{children:r.jsx("div",{children:e.children})}))}const Yl=S.observer(({item:e})=>r.jsx(Hl,{id:e.id.toString(),data:e,children:r.jsx("div",{children:r.jsx(Jl,{id:e.id.toString(),data:e,children:r.jsx(Nn,{item:e})})})}),{displayName:"TabTitle"}),Nn=({item:e})=>{const{t}=Q.useTranslation(),o=s.useCompile();return r.jsxs(b.Space,{children:[r.jsx(b.Badge,{color:e.color}),t(o(e.name))]})},Ql=S.observer(e=>{const[t,o]=y.useState(null),{refresh:n}=so(),i=s.useAPIClient(),a=p=>D(null,null,function*(){const{active:u,over:f}=p;setTimeout(()=>{o(null)}),f&&f.id!==u.id&&(yield i.resource("workflowCategories").move({sourceId:u.id,targetId:f.id}),n())});function l(p){var u;o((u=p.active)==null?void 0:u.data.current)}const c=Ee.useSensor(Ee.MouseSensor,{activationConstraint:{distance:10}}),d=Ee.useSensors(c);return r.jsxs(Ee.DndContext,{sensors:d,onDragEnd:a,onDragStart:l,children:[e.children,r.jsx(Ee.DragOverlay,{children:t?r.jsx("span",{style:{whiteSpace:"nowrap"},children:r.jsx(Nn,{item:t})}):null})]})},{displayName:"DndProvider"}),Zl=({children:e})=>{const t=s.useAPIClient(),[o,n]=y.useState([]),[i,a]=y.useState(!0),[l,c]=y.useState({tab:""}),d=s.useCompile(),{modal:p}=b.App.useApp(),u=y.useCallback(()=>D(null,null,function*(){a(!0);const{data:g}=yield t.request({url:"workflowCategories:list",params:{paginate:!1,sort:["sort"]}});n(g.data),a(!1)}),[t]);y.useEffect(()=>{u()},[u]);const f=g=>{p.confirm({title:d("{{t('Delete category')}}"),content:d("{{t('Are you sure you want to delete it?')}}"),onOk:()=>D(null,null,function*(){yield t.resource("workflowCategories").destroy({filter:{id:g}}),c({tab:""}),Ft.value="",u()})})},h=ie.memoize(g=>({items:[{key:"edit",label:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{[S.uid()]:{"x-component":"EditWorkflowCategory","x-component-props":{item:g}}}}})},{key:"delete",label:d("{{t('Delete category')}}"),onClick:()=>f(g.id)}]}));return r.jsx(kn.Provider,{value:{refresh:u,activeKey:l.tab,setActiveKey:g=>c({tab:g})},children:r.jsx(Ql,{children:r.jsx(b.Tabs,{addIcon:r.jsx(s.SchemaComponent,{schema:{type:"void",properties:{addCategories:{type:"void",title:'{{ t("Add category") }}',"x-component":"AddWorkflowCategory","x-component-props":{type:"primary"}}}}}),type:"editable-card",activeKey:l.tab,onChange:g=>{c({tab:g}),Ft.value=g,g===""&&u()},defaultActiveKey:l.tab||"",destroyInactiveTabPane:!0,tabBarStyle:{marginBottom:"0px"},items:[{id:"",name:F("All"),closable:!1}].concat(o).filter(g=>g&&g.name!=null&&g.id!=null).map(g=>({label:g.id!==""?r.jsx("div",{"data-no-dnd":"true",children:r.jsx(Yl,{item:g})}):d(g.name),key:g.id,closable:g.closable,closeIcon:r.jsx(b.Dropdown,{menu:h(g),children:r.jsx(j.MenuOutlined,{role:"button","aria-label":d(g.name),style:{padding:8,margin:"-8px"}})}),children:r.jsx(s.CardItem,{children:e})}))})})})},Dn={type:"void",properties:{provider:{type:"void","x-decorator":S.observer(e=>{const t={collection:qe,action:"list",params:{filter:{current:!0,type:{$not:"approval"}},sort:["-initAt"]},rowKey:"id"};return Ft.value&&(t.params.filter["category.id"]=[Ft.value]),r.jsx(s.TableBlockProvider,v(v({},e),t))}),"x-component":Zl,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"},fuzzySearch:{type:"void","x-component":"FuzzySearchInput","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}=Q.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 D(this,null,function*(){const{data:d}=yield t.request({url:l.file.url,baseURL:"/"});yield n.load({filterByTk:i,values:A(v({},l),{workflow:d})}),b.message.success(e("Operation succeeded")),o(),a(!1)})}}}}},cancel:{type:"void",title:'{{t("Cancel")}}',"x-component":"Action","x-use-component-props":"useCancelActionProps"}}}}}}},create:Fn}},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"}}},category:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0,width:20,align:"center"},properties:{category:{type:"array","x-collection-field":"workflows.category","x-component":"CollectionField","x-component-props":{multiple:!0,mode:"Tag"},"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":{sorter:!0,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":{sorter:!0,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 y.createElement("a",v({"aria-label":`executed-${o.title}`},t))}},"x-component":"CollectionField","x-read-pretty":!0,properties:{drawer:ro}}}},updatedAt:{type:"void","x-decorator":"TableV2.Column.Decorator","x-component":"TableV2.Column","x-component-props":{sorter:!0,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":{sorter:!0,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:Tn,revision:_l,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}=Q.useTranslation(),t=s.useDataBlockResource(),o=s.useFilterByTk();return{run(){return D(this,null,function*(){const{data:i}=yield t.dump({filterByTk:o}),a=new Blob([JSON.stringify(i.data,null,2)],{type:"application/json"});on.saveAs(a,i.data.title+"-"+i.data.key+".json"),b.message.success(e("Operation succeeded"))})}}}}}}}}}}}}}}},Xl=()=>{const{t:e}=Q.useTranslation(),{id:t}=s.useRecord(),{setVisible:o}=s.useActionContext(),{getAriaLabel:n}=s.useGetAriaLabelOfAction("Configure");return r.jsx(ne.Link,{"aria-label":n(),to:We(t),onClick:()=>o(!1),children:e("Configure")})};function Rl(e){const t=S.useField(),o=s.usePlugin(X);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(Fe,v({},e))}function On(e){const{schema:t=Dn,components:o,scopes:n}=e,i=y.useContext(s.SchemaComponentContext),{getTriggersOptions:a}=s.usePlugin(X);return r.jsx(s.ExtendCollectionsProvider,{collections:[qe,no,In],children:r.jsx(s.SchemaComponentContext.Provider,{value:A(v({},i),{designable:!1}),children:r.jsx(s.SchemaComponent,{schema:t,components:v({WorkflowLink:Xl,ExecutionResourceProvider:Kl,ExecutionLink:Yt,OpenDrawer:Mo,ExecutionStatusSelect:$o,SyncOptionSelect:Rl,ExecutionStatusColumn:Ht,ColumnShowTitle:jl,ColumnShowCollection:Wl,AddWorkflowCategory:Bl,AddWorkflowCategoryAction:Sn,EditWorkflowCategory:ql,EditWorkflowCategoryAction:An},o),scope:v({getTriggersOptions:a,ExecutionRetryAction:Qt},n)})})})}class X 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 H)this.instructions.register(t,o);else throw new TypeError("invalid instruction type to register")}afterAdd(){return D(this,null,function*(){yield this.pm.add(ba),yield this.pm.add(ma),yield this.pm.add(pa),yield this.pm.add(ri),yield this.pm.add(gs),yield this.pm.add(Ur),yield this.pm.add(Er),yield this.pm.add(Dr),yield this.pm.add(ya),yield this.pm.add(ls),yield this.pm.add(Ia),yield this.pm.add(ga),yield this.pm.add(ca),yield this.pm.add(Ca),yield this.pm.add(Ri),yield this.pm.add(us),yield this.pm.add(ds)})}load(){return D(this,null,function*(){this.addComponents(),this.app.systemSettingsManager.add(`business-components.${m}`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:On,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:Cn,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.systemSettingsManager.add(`business-components.${m}/:id.executions`,{icon:"workflow",title:`{{t("Workflow", { ns: "${m}" })}}`,Component:So,fullscreen:!0,groupKey:`business-components.${m}`}),this.app.schemaSettingsManager.add(pl),this.registerTrigger("collection",ml),this.registerTrigger("schedule",Ol),this.registerInstruction("calculation",Fa),this.registerInstruction("condition",Ra),this.registerInstruction("end",sl),this.registerInstruction("updateorcreate",dl),this.registerInstruction("query",il),this.registerInstruction("create",nl),this.registerInstruction("update",ll),this.registerInstruction("destroy",rl)})}addComponents(){this.app.addComponents({WorkflowLink:Qn,WorkflowPage:Cn,ExecutionPage:So})}}k.AddButton=jt,k.AdditionNotifiedPerson=ns,k.AutoResizeInput=Bo,k.BaseTypeSets=Oe,k.Branch=Ve,k.BuiltinGroupType=Ke,k.CheckboxGroupWithTooltip=Po,k.CollectionBlockInitializer=De,k.ConfigButtonMessage=ss,k.DetailsBlockProvider=zt,k.EXECUTION_STATUS=pe,k.ExecutionContextProvider=Zo,k.ExecutionLink=Yt,k.ExecutionRetryAction=Qt,k.ExecutionStatusColumn=Ht,k.ExecutionStatusOptions=mt,k.ExecutionStatusOptionsMap=ft,k.ExecutionStatusSelect=$o,k.FieldsSelect=ot,k.FilterDynamicComponent=Ie,k.FlowContext=$e,k.Instruction=H,k.JOB_STATUS=be,k.JobStatusOptions=gt,k.JobStatusOptionsMap=et,k.Node=go,k.NodeDefaultView=st,k.OpenDrawer=Mo,k.ProviderContextNode=fo,k.ProviderContextWorkflow=Rn,k.RadioWithTooltip=Fe,k.SelectNotifiedPerson=Rr,k.SimpleDesigner=Gt,k.Trigger=Ze,k.ValueBlock=Se,k.WorkflowPane=On,k.WorkflowVariableCodeMirror=Yr,k.WorkflowVariableInput=ke,k.WorkflowVariableJSON=Oo,k.WorkflowVariableRawTextArea=Do,k.WorkflowVariableTextArea=rt,k.collectionWorkflowCategories=In,k.collectionWorkflows=qe,k.createWorkflow=Fn,k.currentFormOptions=Io,k.default=X,k.defaultFieldNames=ue,k.executionCollection=no,k.executionSchema=ro,k.getCollectionFieldOptions=me,k.getExecutionSchema=wn,k.getWorkflowDetailPath=We,k.getWorkflowExecutionsPath=xt,k.isValidFilter=tt,k.linkNodes=ht,k.nodesOptions=bt,k.scopeOptions=Lt,k.systemOptions=Fo,k.traverseSchema=yt,k.triggerOptions=vt,k.updateWorkflow=Tn,k.useAvailableUpstreams=Be,k.useContextNode=ye,k.useFlowContext=q,k.useGetAriaLabelOfAddButton=ut,k.useRecordTriggerWorkflowsActionProps=ii,k.useStyles=xe,k.useTrigger=Xe,k.useTriggerWorkflowsActionProps=si,k.useWorkflowAnyExecuted=Vo,k.useWorkflowExecuted=Jt,k.useWorkflowVariableFormOptions=No,k.useWorkflowVariableOptions=ce,k.workflowFieldset=ge,k.workflowSchema=Dn,Object.defineProperties(k,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|