@cyoda/workflow-react 0.3.0 → 0.4.0
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/index.cjs +907 -640
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +836 -569
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -87,6 +87,12 @@ declare const defaultMessages: {
|
|
|
87
87
|
processes: string;
|
|
88
88
|
criterion: string;
|
|
89
89
|
criteria: string;
|
|
90
|
+
annotations: string;
|
|
91
|
+
annotationsAdd: string;
|
|
92
|
+
annotationsApply: string;
|
|
93
|
+
annotationsRevert: string;
|
|
94
|
+
annotationsRemove: string;
|
|
95
|
+
annotationsDocChanged: string;
|
|
90
96
|
executionMode: string;
|
|
91
97
|
addProcessor: string;
|
|
92
98
|
removeProcessor: string;
|
|
@@ -248,6 +254,12 @@ declare const I18nContext: react.Context<{
|
|
|
248
254
|
processes: string;
|
|
249
255
|
criterion: string;
|
|
250
256
|
criteria: string;
|
|
257
|
+
annotations: string;
|
|
258
|
+
annotationsAdd: string;
|
|
259
|
+
annotationsApply: string;
|
|
260
|
+
annotationsRevert: string;
|
|
261
|
+
annotationsRemove: string;
|
|
262
|
+
annotationsDocChanged: string;
|
|
251
263
|
executionMode: string;
|
|
252
264
|
addProcessor: string;
|
|
253
265
|
removeProcessor: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -87,6 +87,12 @@ declare const defaultMessages: {
|
|
|
87
87
|
processes: string;
|
|
88
88
|
criterion: string;
|
|
89
89
|
criteria: string;
|
|
90
|
+
annotations: string;
|
|
91
|
+
annotationsAdd: string;
|
|
92
|
+
annotationsApply: string;
|
|
93
|
+
annotationsRevert: string;
|
|
94
|
+
annotationsRemove: string;
|
|
95
|
+
annotationsDocChanged: string;
|
|
90
96
|
executionMode: string;
|
|
91
97
|
addProcessor: string;
|
|
92
98
|
removeProcessor: string;
|
|
@@ -248,6 +254,12 @@ declare const I18nContext: react.Context<{
|
|
|
248
254
|
processes: string;
|
|
249
255
|
criterion: string;
|
|
250
256
|
criteria: string;
|
|
257
|
+
annotations: string;
|
|
258
|
+
annotationsAdd: string;
|
|
259
|
+
annotationsApply: string;
|
|
260
|
+
annotationsRevert: string;
|
|
261
|
+
annotationsRemove: string;
|
|
262
|
+
annotationsDocChanged: string;
|
|
251
263
|
executionMode: string;
|
|
252
264
|
addProcessor: string;
|
|
253
265
|
removeProcessor: string;
|