@nocobase/plugin-workflow 1.2.26-alpha → 1.2.28-alpha

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.
@@ -513,7 +513,7 @@
513
513
  & + a {
514
514
  margin-left: 0.25em;
515
515
  }
516
- `,children:l.i18n.t("Syntax references")}),r.jsx("a",{href:o.link,target:"_blank",rel:"noreferrer",children:o.label})]}):null};class lr extends ge{constructor(){super(...arguments);w(this,"title",`{{t("Calculation", { ns: "${p}" })}}`);w(this,"type","calculation");w(this,"group","control");w(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: "${p}" })}}`);w(this,"fieldset",{engine:{type:"string",title:`{{t("Calculation engine", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:Ie.getOptions()},required:!0,default:"math.js"},expression:{type:"string",title:`{{t("Calculation expression", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-component-props":{changeOnSelect:!0},"x-validator"(t,n,{form:s}){const{values:a}=s,{evaluate:i}=Ie.evaluators.get(a.engine),c=t.trim().replace(/{{([^{}]+)}}/g," 1 ");try{return i(c),""}catch(u){return N("Expression syntax error")}},"x-reactions":[{dependencies:["engine"],fulfill:{schema:{description:"{{renderEngineReference($deps[0])}}"}}}],required:!0}});w(this,"scope",{renderEngineReference:St});w(this,"components",{WorkflowVariableTextArea:Io,RadioWithTooltip:Ne,ValueBlock:Ee})}useVariables({key:t,title:n},{types:s,fieldNames:a=Fe}){return s&&!s.some(i=>i in Qe||Object.values(Qe).some(c=>c.has(i)))?null:{value:t,label:n}}useInitializers(t){var n,s;return{name:(n=t.title)!=null?n:`#${t.id}`,type:"item",title:(s=t.title)!=null?s:`#${t.id}`,Component:Ee.Initializer,node:t,resultTitle:N("Calculation result")}}}const Q=new te.Registry;Q.register("equal",{name:"=",type:"boolean",group:"boolean"}),Q.register("notEqual",{name:"≠",type:"boolean",group:"boolean"}),Q.register("gt",{name:">",type:"boolean",group:"boolean"}),Q.register("gte",{name:"≥",type:"boolean",group:"boolean"}),Q.register("lt",{name:"<",type:"boolean",group:"boolean"}),Q.register("lte",{name:"≤",type:"boolean",group:"boolean"}),Q.register("add",{name:"+",type:"number",group:"number"}),Q.register("minus",{name:"-",type:"number",group:"number"}),Q.register("multiple",{name:"*",type:"number",group:"number"}),Q.register("divide",{name:"/",type:"number",group:"number"}),Q.register("mod",{name:"%",type:"number",group:"number"}),Q.register("includes",{name:'{{t("contains")}}',type:"boolean",group:"string"}),Q.register("notIncludes",{name:'{{t("does not contain")}}',type:"boolean",group:"string"}),Q.register("startsWith",{name:'{{t("starts with")}}',type:"boolean",group:"string"}),Q.register("notStartsWith",{name:'{{t("not starts with")}}',type:"boolean",group:"string"}),Q.register("endsWith",{name:'{{t("ends with")}}',type:"boolean",group:"string"}),Q.register("notEndsWith",{name:'{{t("not ends with")}}',type:"boolean",group:"string"}),Q.register("concat",{name:`{{t("concat", { ns: "${p}" })}}`,type:"string",group:"string"});const ir=[{value:"boolean",title:'{{t("Comparision")}}'},{value:"number",title:`{{t("Arithmetic calculation", { ns: "${p}" })}}`},{value:"string",title:`{{t("String operation", { ns: "${p}" })}}`},{value:"date",title:`{{t("Date", { ns: "${p}" })}}`}];function At(e){return Array.from(Q.getEntities()).filter(([o,t])=>t.group===e)}function ar({calculator:e,operands:o=[],onChange:t}){const n=l.useCompile(),s=me(),a=me(),i=g.useCallback(d=>t({calculator:e,operands:[d,o[1]]}),[e,t,o]),c=g.useCallback(d=>t({calculator:e,operands:[o[0],d]}),[e,t,o]),u=g.useCallback(d=>t({operands:o,calculator:d}),[t,o]);return r.jsxs("fieldset",{className:l.css`
516
+ `,children:l.i18n.t("Syntax references")}),r.jsx("a",{href:o.link,target:"_blank",rel:"noreferrer",children:o.label})]}):null};class lr extends ge{constructor(){super(...arguments);w(this,"title",`{{t("Calculation", { ns: "${p}" })}}`);w(this,"type","calculation");w(this,"group","control");w(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: "${p}" })}}`);w(this,"fieldset",{engine:{type:"string",title:`{{t("Calculation engine", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:Ie.getOptions()},required:!0,default:"math.js"},expression:{type:"string",title:`{{t("Calculation expression", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-component-props":{changeOnSelect:!0},"x-validator"(t,n,{form:s}){const{values:a}=s,{evaluate:i}=Ie.evaluators.get(a.engine),c=t.trim().replace(/{{([^{}]+)}}/g,' "1" ');try{return i(c),""}catch(u){return N("Expression syntax error")}},"x-reactions":[{dependencies:["engine"],fulfill:{schema:{description:"{{renderEngineReference($deps[0])}}"}}}],required:!0}});w(this,"scope",{renderEngineReference:St});w(this,"components",{WorkflowVariableTextArea:Io,RadioWithTooltip:Ne,ValueBlock:Ee})}useVariables({key:t,title:n},{types:s,fieldNames:a=Fe}){return s&&!s.some(i=>i in Qe||Object.values(Qe).some(c=>c.has(i)))?null:{value:t,label:n}}useInitializers(t){var n,s;return{name:(n=t.title)!=null?n:`#${t.id}`,type:"item",title:(s=t.title)!=null?s:`#${t.id}`,Component:Ee.Initializer,node:t,resultTitle:N("Calculation result")}}}const Q=new te.Registry;Q.register("equal",{name:"=",type:"boolean",group:"boolean"}),Q.register("notEqual",{name:"≠",type:"boolean",group:"boolean"}),Q.register("gt",{name:">",type:"boolean",group:"boolean"}),Q.register("gte",{name:"≥",type:"boolean",group:"boolean"}),Q.register("lt",{name:"<",type:"boolean",group:"boolean"}),Q.register("lte",{name:"≤",type:"boolean",group:"boolean"}),Q.register("add",{name:"+",type:"number",group:"number"}),Q.register("minus",{name:"-",type:"number",group:"number"}),Q.register("multiple",{name:"*",type:"number",group:"number"}),Q.register("divide",{name:"/",type:"number",group:"number"}),Q.register("mod",{name:"%",type:"number",group:"number"}),Q.register("includes",{name:'{{t("contains")}}',type:"boolean",group:"string"}),Q.register("notIncludes",{name:'{{t("does not contain")}}',type:"boolean",group:"string"}),Q.register("startsWith",{name:'{{t("starts with")}}',type:"boolean",group:"string"}),Q.register("notStartsWith",{name:'{{t("not starts with")}}',type:"boolean",group:"string"}),Q.register("endsWith",{name:'{{t("ends with")}}',type:"boolean",group:"string"}),Q.register("notEndsWith",{name:'{{t("not ends with")}}',type:"boolean",group:"string"}),Q.register("concat",{name:`{{t("concat", { ns: "${p}" })}}`,type:"string",group:"string"});const ir=[{value:"boolean",title:'{{t("Comparision")}}'},{value:"number",title:`{{t("Arithmetic calculation", { ns: "${p}" })}}`},{value:"string",title:`{{t("String operation", { ns: "${p}" })}}`},{value:"date",title:`{{t("Date", { ns: "${p}" })}}`}];function At(e){return Array.from(Q.getEntities()).filter(([o,t])=>t.group===e)}function ar({calculator:e,operands:o=[],onChange:t}){const n=l.useCompile(),s=me(),a=me(),i=g.useCallback(d=>t({calculator:e,operands:[d,o[1]]}),[e,t,o]),c=g.useCallback(d=>t({calculator:e,operands:[o[0],d]}),[e,t,o]),u=g.useCallback(d=>t({operands:o,calculator:d}),[t,o]);return r.jsxs("fieldset",{className:l.css`
517
517
  display: flex;
518
518
  gap: 0.5em;
519
519
  align-items: center;
@@ -548,7 +548,7 @@
548
548
  margin-right: 1em;
549
549
  }
550
550
  }
551
- `,children:[r.jsx(y.Button,{type:"link",onClick:a,children:t("Add condition")}),r.jsx(y.Button,{type:"link",onClick:i,children:t("Add condition group")})]})]})}function dr({value:e,onChange:o}){const t=e&&Object.keys(e).length?e:{group:{type:"and",calculations:[]}};return r.jsx(Ft,{value:t.group,onChange:n=>o(A(C({},t),{group:n}))})}class ur extends ge{constructor(){super(...arguments);w(this,"title",`{{t("Condition", { ns: "${p}" })}}`);w(this,"type","condition");w(this,"group","control");w(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: "${p}" })}}`);w(this,"fieldset",{rejectOnFalse:{type:"boolean",title:`{{t("Mode", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{disabled:!0},enum:[{value:!0,label:`{{t('Continue when "Yes"', { ns: "${p}" })}}`},{value:!1,label:`{{t('Branch into "Yes" and "No"', { ns: "${p}" })}}`}]},engine:{type:"string",title:`{{t("Calculation engine", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:[["basic",{label:`{{t("Basic", { ns: "${p}" })}}`}],...Array.from(Ie.evaluators.getEntities()).filter(([t])=>["math.js","formula.js"].includes(t))].reduce((t,[n,s])=>t.concat(C({value:n},s)),[])},required:!0,default:"basic"},calculation:{type:"string",title:`{{t("Condition", { ns: "${p}" })}}`,"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: "${p}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-component-props":{changeOnSelect:!0},"x-validator"(t,n,{form:s}){const{values:a}=s,{evaluate:i}=Ie.evaluators.get(a.engine),c=t.trim().replace(/{{([^{}]+)}}/g," 1 ");try{return i(c),""}catch(u){return N("Expression syntax error")}},"x-reactions":{dependencies:["engine"],fulfill:{state:{visible:'{{$deps[0] !== "basic"}}'},schema:{description:"{{renderEngineReference($deps[0])}}"}}},required:!0}});w(this,"options",[{label:`{{t('Continue when "Yes"', { ns: "${p}" })}}`,key:"rejectOnFalse",value:{rejectOnFalse:!0}},{label:`{{t('Branch into "Yes" and "No"', { ns: "${p}" })}}`,key:"branch",value:{rejectOnFalse:!1}}]);w(this,"scope",{renderEngineReference:St,useWorkflowVariableOptions:me});w(this,"components",{CalculationConfig:dr,WorkflowVariableTextArea:Io,RadioWithTooltip:Ne})}Component({data:t}){const{t:n}=Z.useTranslation(),{nodes:s}=H(),{styles:a}=ne(),{id:i,config:{rejectOnFalse:c}}=t,u=s.find(f=>f.upstreamId===i&&f.branchIndex===1),d=s.find(f=>f.upstreamId===i&&f.branchIndex===0);return r.jsx(ko,{data:t,children:c?null:r.jsxs("div",{className:a.nodeSubtreeClass,children:[r.jsxs("div",{className:a.branchBlockClass,children:[r.jsx(Ye,{from:t,entry:d,branchIndex:0}),r.jsx(Ye,{from:t,entry:u,branchIndex:1})]}),r.jsxs("div",{className:a.conditionClass,children:[r.jsx("span",{style:{right:"4em"},children:n("No")}),r.jsx("span",{style:{left:"4em"},children:n("Yes")})]})]})})}}class pr extends ge{constructor(){super(...arguments);w(this,"title",`{{t("End process", { ns: "${p}" })}}`);w(this,"type","end");w(this,"group","control");w(this,"description",`{{t("End the process immediately, with set status.", { ns: "${p}" })}}`);w(this,"fieldset",{endStatus:{type:"number",title:`{{t("End status", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Succeeded", { ns: "${p}" })}}`,value:ie.RESOLVED},{label:`{{t("Failed", { ns: "${p}" })}}`,value:ie.FAILED}],required:!0,default:ie.RESOLVED}});w(this,"end",!0)}}function to({value:e,onChange:o,renderSchemaComponent:t}){const n=me();return r.jsx(l.Variable.Input,{value:e,onChange:o,scope:n,children:t()})}function mr(e){const{execution:o,nodes:t}=H(),n=g.useMemo(()=>t.reduce((i,c)=>Object.assign(i,{[c.id]:c.key}),{}),[t]),s=g.useMemo(()=>{var i;return{$context:o==null?void 0:o.context,$jobsMapByNodeKey:((i=o==null?void 0:o.jobs)!=null?i:[]).reduce((c,u)=>Object.assign(c,{[n[u.nodeId]]:u.result}),{})}},[o==null?void 0:o.context,o==null?void 0:o.jobs,n]);return g.useMemo(()=>Ae.get(s,e),[s,e])}function fr({collection:e,dataPath:o,children:t}){const n=O.useField(),s=g.useRef(null),{getAssociationAppends:a}=l.useAssociationNames(),{appends:i,updateAssociationValues:c}=a(),u=mr(o);let d,f;if(typeof e=="string"){const B=l.parseCollectionName(e);d=B[0],f=B[1]}else f=e;const h=g.useMemo(()=>ve.createForm({values:u,readPretty:!0}),[u]),x={appends:i},b={loading:!1,data:{data:u}},k=l.useAPIClient().resource(f),T=l.useBlockRequestContext();return r.jsx(l.CollectionProvider_deprecated,{dataSource:d,collection:f,children:r.jsx(l.RecordProvider,{record:u,parent:null,children:r.jsx(l.BlockRequestContext_deprecated.Provider,{value:{block:"form",field:n,service:b,resource:k,__parent:T},children:r.jsx(l.FormBlockContext.Provider,{value:{params:x,form:h,field:n,service:b,updateAssociationValues:c,formBlockRef:s},children:t})})})})}function hr(e){const a=e,{options:o=[],direction:t}=a,n=_(a,["options","direction"]),s=l.useCompile();return r.jsx(y.Checkbox.Group,A(C({},n),{children:r.jsx(y.Space,{direction:t,children:o.map(i=>r.jsxs(y.Checkbox,{value:i.value,children:[r.jsx("span",{className:l.css`
551
+ `,children:[r.jsx(y.Button,{type:"link",onClick:a,children:t("Add condition")}),r.jsx(y.Button,{type:"link",onClick:i,children:t("Add condition group")})]})]})}function dr({value:e,onChange:o}){const t=e&&Object.keys(e).length?e:{group:{type:"and",calculations:[]}};return r.jsx(Ft,{value:t.group,onChange:n=>o(A(C({},t),{group:n}))})}class ur extends ge{constructor(){super(...arguments);w(this,"title",`{{t("Condition", { ns: "${p}" })}}`);w(this,"type","condition");w(this,"group","control");w(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: "${p}" })}}`);w(this,"fieldset",{rejectOnFalse:{type:"boolean",title:`{{t("Mode", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group","x-component-props":{disabled:!0},enum:[{value:!0,label:`{{t('Continue when "Yes"', { ns: "${p}" })}}`},{value:!1,label:`{{t('Branch into "Yes" and "No"', { ns: "${p}" })}}`}]},engine:{type:"string",title:`{{t("Calculation engine", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"RadioWithTooltip","x-component-props":{options:[["basic",{label:`{{t("Basic", { ns: "${p}" })}}`}],...Array.from(Ie.evaluators.getEntities()).filter(([t])=>["math.js","formula.js"].includes(t))].reduce((t,[n,s])=>t.concat(C({value:n},s)),[])},required:!0,default:"basic"},calculation:{type:"string",title:`{{t("Condition", { ns: "${p}" })}}`,"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: "${p}" })}}`,"x-decorator":"FormItem","x-component":"WorkflowVariableTextArea","x-component-props":{changeOnSelect:!0},"x-validator"(t,n,{form:s}){const{values:a}=s,{evaluate:i}=Ie.evaluators.get(a.engine),c=t.trim().replace(/{{([^{}]+)}}/g,' "1" ');try{return i(c),""}catch(u){return N("Expression syntax error")}},"x-reactions":{dependencies:["engine"],fulfill:{state:{visible:'{{$deps[0] !== "basic"}}'},schema:{description:"{{renderEngineReference($deps[0])}}"}}},required:!0}});w(this,"options",[{label:`{{t('Continue when "Yes"', { ns: "${p}" })}}`,key:"rejectOnFalse",value:{rejectOnFalse:!0}},{label:`{{t('Branch into "Yes" and "No"', { ns: "${p}" })}}`,key:"branch",value:{rejectOnFalse:!1}}]);w(this,"scope",{renderEngineReference:St,useWorkflowVariableOptions:me});w(this,"components",{CalculationConfig:dr,WorkflowVariableTextArea:Io,RadioWithTooltip:Ne})}Component({data:t}){const{t:n}=Z.useTranslation(),{nodes:s}=H(),{styles:a}=ne(),{id:i,config:{rejectOnFalse:c}}=t,u=s.find(f=>f.upstreamId===i&&f.branchIndex===1),d=s.find(f=>f.upstreamId===i&&f.branchIndex===0);return r.jsx(ko,{data:t,children:c?null:r.jsxs("div",{className:a.nodeSubtreeClass,children:[r.jsxs("div",{className:a.branchBlockClass,children:[r.jsx(Ye,{from:t,entry:d,branchIndex:0}),r.jsx(Ye,{from:t,entry:u,branchIndex:1})]}),r.jsxs("div",{className:a.conditionClass,children:[r.jsx("span",{style:{right:"4em"},children:n("No")}),r.jsx("span",{style:{left:"4em"},children:n("Yes")})]})]})})}}class pr extends ge{constructor(){super(...arguments);w(this,"title",`{{t("End process", { ns: "${p}" })}}`);w(this,"type","end");w(this,"group","control");w(this,"description",`{{t("End the process immediately, with set status.", { ns: "${p}" })}}`);w(this,"fieldset",{endStatus:{type:"number",title:`{{t("End status", { ns: "${p}" })}}`,"x-decorator":"FormItem","x-component":"Radio.Group",enum:[{label:`{{t("Succeeded", { ns: "${p}" })}}`,value:ie.RESOLVED},{label:`{{t("Failed", { ns: "${p}" })}}`,value:ie.FAILED}],required:!0,default:ie.RESOLVED}});w(this,"end",!0)}}function to({value:e,onChange:o,renderSchemaComponent:t}){const n=me();return r.jsx(l.Variable.Input,{value:e,onChange:o,scope:n,children:t()})}function mr(e){const{execution:o,nodes:t}=H(),n=g.useMemo(()=>t.reduce((i,c)=>Object.assign(i,{[c.id]:c.key}),{}),[t]),s=g.useMemo(()=>{var i;return{$context:o==null?void 0:o.context,$jobsMapByNodeKey:((i=o==null?void 0:o.jobs)!=null?i:[]).reduce((c,u)=>Object.assign(c,{[n[u.nodeId]]:u.result}),{})}},[o==null?void 0:o.context,o==null?void 0:o.jobs,n]);return g.useMemo(()=>Ae.get(s,e),[s,e])}function fr({collection:e,dataPath:o,children:t}){const n=O.useField(),s=g.useRef(null),{getAssociationAppends:a}=l.useAssociationNames(),{appends:i,updateAssociationValues:c}=a(),u=mr(o);let d,f;if(typeof e=="string"){const B=l.parseCollectionName(e);d=B[0],f=B[1]}else f=e;const h=g.useMemo(()=>ve.createForm({values:u,readPretty:!0}),[u]),x={appends:i},b={loading:!1,data:{data:u}},k=l.useAPIClient().resource(f),T=l.useBlockRequestContext();return r.jsx(l.CollectionProvider_deprecated,{dataSource:d,collection:f,children:r.jsx(l.RecordProvider,{record:u,parent:null,children:r.jsx(l.BlockRequestContext_deprecated.Provider,{value:{block:"form",field:n,service:b,resource:k,__parent:T},children:r.jsx(l.FormBlockContext.Provider,{value:{params:x,form:h,field:n,service:b,updateAssociationValues:c,formBlockRef:s},children:t})})})})}function hr(e){const a=e,{options:o=[],direction:t}=a,n=_(a,["options","direction"]),s=l.useCompile();return r.jsx(y.Checkbox.Group,A(C({},n),{children:r.jsx(y.Space,{direction:t,children:o.map(i=>r.jsxs(y.Checkbox,{value:i.value,children:[r.jsx("span",{className:l.css`
552
552
  & + .anticon {
553
553
  margin-left: 0.25em;
554
554
  }
@@ -11,24 +11,24 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.12.8",
13
13
  "@ant-design/icons": "5.2.6",
14
- "@nocobase/client": "1.2.26-alpha",
14
+ "@nocobase/client": "1.2.28-alpha",
15
15
  "react-router-dom": "6.21.0",
16
- "@nocobase/utils": "1.2.26-alpha",
16
+ "@nocobase/utils": "1.2.28-alpha",
17
17
  "react-i18next": "11.18.6",
18
18
  "@formily/core": "2.3.0",
19
19
  "@formily/react": "2.3.0",
20
20
  "@formily/shared": "2.3.0",
21
21
  "lodash": "4.17.21",
22
- "@nocobase/database": "1.2.26-alpha",
23
- "@nocobase/server": "1.2.26-alpha",
24
- "@nocobase/logger": "1.2.26-alpha",
25
- "@nocobase/evaluators": "1.2.26-alpha",
22
+ "@nocobase/database": "1.2.28-alpha",
23
+ "@nocobase/server": "1.2.28-alpha",
24
+ "@nocobase/logger": "1.2.28-alpha",
25
+ "@nocobase/evaluators": "1.2.28-alpha",
26
26
  "@formily/antd-v5": "1.1.9",
27
27
  "@formily/reactive": "2.3.0",
28
- "@nocobase/actions": "1.2.26-alpha",
29
- "@nocobase/data-source-manager": "1.2.26-alpha",
28
+ "@nocobase/actions": "1.2.28-alpha",
29
+ "@nocobase/data-source-manager": "1.2.28-alpha",
30
30
  "sequelize": "6.35.2",
31
- "@nocobase/plugin-workflow-test": "1.2.26-alpha",
32
- "@nocobase/test": "1.2.26-alpha",
31
+ "@nocobase/plugin-workflow-test": "1.2.28-alpha",
32
+ "@nocobase/test": "1.2.28-alpha",
33
33
  "dayjs": "1.11.10"
34
34
  };
@@ -1 +1 @@
1
- {"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2024-07-30T02:00:29.426Z"}
1
+ {"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2024-08-01T04:18:24.445Z"}
@@ -1 +1 @@
1
- {"name":"lru-cache","description":"A cache object that deletes the least-recently-used items.","version":"8.0.5","author":"Isaac Z. Schlueter <i@izs.me>","keywords":["mru","lru","cache"],"sideEffects":false,"scripts":{"build":"npm run prepare","preprepare":"rm -rf dist","prepare":"tsc -p tsconfig.json && tsc -p tsconfig-esm.json","postprepare":"bash fixup.sh","pretest":"npm run prepare","presnap":"npm run prepare","test":"c8 tap","snap":"c8 tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","format":"prettier --write .","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts","benchmark-results-typedoc":"bash scripts/benchmark-results-typedoc.sh","prebenchmark":"npm run prepare","benchmark":"make -C benchmark","preprofile":"npm run prepare","profile":"make -C benchmark profile"},"main":"./dist/cjs/index-cjs.js","module":"./dist/mjs/index.js","types":"./dist/mjs/index.d.ts","exports":{"./min":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.min.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index.min.js"}},".":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index-cjs.js"}}},"repository":"git://github.com/isaacs/node-lru-cache.git","devDependencies":{"@size-limit/preset-small-lib":"^7.0.8","@types/node":"^17.0.31","@types/tap":"^15.0.6","benchmark":"^2.1.4","c8":"^7.11.2","clock-mock":"^1.0.6","esbuild":"^0.17.11","eslint-config-prettier":"^8.5.0","marked":"^4.2.12","mkdirp":"^2.1.5","prettier":"^2.6.2","size-limit":"^7.0.8","tap":"^16.3.4","ts-node":"^10.7.0","tslib":"^2.4.0","typedoc":"^0.23.24","typescript":"^4.6.4"},"license":"ISC","files":["dist"],"engines":{"node":">=16.14"},"prettier":{"semi":false,"printWidth":70,"tabWidth":2,"useTabs":false,"singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true,"arrowParens":"avoid","endOfLine":"lf"},"tap":{"coverage":false,"node-arg":["--expose-gc","--no-warnings","--loader","ts-node/esm"],"ts":false},"size-limit":[{"path":"./dist/mjs/index.js"}],"_lastModified":"2024-07-30T02:00:29.076Z"}
1
+ {"name":"lru-cache","description":"A cache object that deletes the least-recently-used items.","version":"8.0.5","author":"Isaac Z. Schlueter <i@izs.me>","keywords":["mru","lru","cache"],"sideEffects":false,"scripts":{"build":"npm run prepare","preprepare":"rm -rf dist","prepare":"tsc -p tsconfig.json && tsc -p tsconfig-esm.json","postprepare":"bash fixup.sh","pretest":"npm run prepare","presnap":"npm run prepare","test":"c8 tap","snap":"c8 tap","preversion":"npm test","postversion":"npm publish","prepublishOnly":"git push origin --follow-tags","format":"prettier --write .","typedoc":"typedoc --tsconfig tsconfig-esm.json ./src/*.ts","benchmark-results-typedoc":"bash scripts/benchmark-results-typedoc.sh","prebenchmark":"npm run prepare","benchmark":"make -C benchmark","preprofile":"npm run prepare","profile":"make -C benchmark profile"},"main":"./dist/cjs/index-cjs.js","module":"./dist/mjs/index.js","types":"./dist/mjs/index.d.ts","exports":{"./min":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.min.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index.min.js"}},".":{"import":{"types":"./dist/mjs/index.d.ts","default":"./dist/mjs/index.js"},"require":{"types":"./dist/cjs/index.d.ts","default":"./dist/cjs/index-cjs.js"}}},"repository":"git://github.com/isaacs/node-lru-cache.git","devDependencies":{"@size-limit/preset-small-lib":"^7.0.8","@types/node":"^17.0.31","@types/tap":"^15.0.6","benchmark":"^2.1.4","c8":"^7.11.2","clock-mock":"^1.0.6","esbuild":"^0.17.11","eslint-config-prettier":"^8.5.0","marked":"^4.2.12","mkdirp":"^2.1.5","prettier":"^2.6.2","size-limit":"^7.0.8","tap":"^16.3.4","ts-node":"^10.7.0","tslib":"^2.4.0","typedoc":"^0.23.24","typescript":"^4.6.4"},"license":"ISC","files":["dist"],"engines":{"node":">=16.14"},"prettier":{"semi":false,"printWidth":70,"tabWidth":2,"useTabs":false,"singleQuote":true,"jsxSingleQuote":false,"bracketSameLine":true,"arrowParens":"avoid","endOfLine":"lf"},"tap":{"coverage":false,"node-arg":["--expose-gc","--no-warnings","--loader","ts-node/esm"],"ts":false},"size-limit":[{"path":"./dist/mjs/index.js"}],"_lastModified":"2024-08-01T04:18:24.092Z"}
@@ -205,6 +205,7 @@ class PluginWorkflowServer extends import_server.Plugin {
205
205
  "executions:list",
206
206
  "executions:get",
207
207
  "executions:cancel",
208
+ "executions:destroy",
208
209
  "flow_nodes:update",
209
210
  "flow_nodes:destroy"
210
211
  ]
package/package.json CHANGED
@@ -4,13 +4,13 @@
4
4
  "displayName.zh-CN": "工作流",
5
5
  "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
6
6
  "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
7
- "version": "1.2.26-alpha",
7
+ "version": "1.2.28-alpha",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow",
11
11
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow",
12
12
  "dependencies": {
13
- "@nocobase/plugin-workflow-test": "1.2.26-alpha"
13
+ "@nocobase/plugin-workflow-test": "1.2.28-alpha"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@ant-design/icons": "5.x",
@@ -44,7 +44,7 @@
44
44
  "@nocobase/test": "1.x",
45
45
  "@nocobase/utils": "1.x"
46
46
  },
47
- "gitHead": "a463b25b4f7de08f71f43a22cb6171f0a58aa66a",
47
+ "gitHead": "ce330a303028bcbed5c8475ba6c232862a6cf00f",
48
48
  "keywords": [
49
49
  "Workflow"
50
50
  ]