@cyoda/workflow-react 0.4.1 → 0.5.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 +1211 -845
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1227 -861
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -28,8 +28,6 @@ declare const defaultMessages: {
|
|
|
28
28
|
statesTitle: string;
|
|
29
29
|
stateInitial: string;
|
|
30
30
|
stateDefault: string;
|
|
31
|
-
stateProcessing: string;
|
|
32
|
-
stateManualReview: string;
|
|
33
31
|
stateTerminal: string;
|
|
34
32
|
stateError: string;
|
|
35
33
|
stateWarning: string;
|
|
@@ -173,6 +171,8 @@ declare const defaultMessages: {
|
|
|
173
171
|
noneManual: string;
|
|
174
172
|
noneAutomated: string;
|
|
175
173
|
noneAutomatedWarning: string;
|
|
174
|
+
workflowCaption: string;
|
|
175
|
+
workflowNone: string;
|
|
176
176
|
cancel: string;
|
|
177
177
|
applyModal: string;
|
|
178
178
|
revert: string;
|
|
@@ -203,8 +203,6 @@ declare const I18nContext: react.Context<{
|
|
|
203
203
|
statesTitle: string;
|
|
204
204
|
stateInitial: string;
|
|
205
205
|
stateDefault: string;
|
|
206
|
-
stateProcessing: string;
|
|
207
|
-
stateManualReview: string;
|
|
208
206
|
stateTerminal: string;
|
|
209
207
|
stateError: string;
|
|
210
208
|
stateWarning: string;
|
|
@@ -348,6 +346,8 @@ declare const I18nContext: react.Context<{
|
|
|
348
346
|
noneManual: string;
|
|
349
347
|
noneAutomated: string;
|
|
350
348
|
noneAutomatedWarning: string;
|
|
349
|
+
workflowCaption: string;
|
|
350
|
+
workflowNone: string;
|
|
351
351
|
cancel: string;
|
|
352
352
|
applyModal: string;
|
|
353
353
|
revert: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -28,8 +28,6 @@ declare const defaultMessages: {
|
|
|
28
28
|
statesTitle: string;
|
|
29
29
|
stateInitial: string;
|
|
30
30
|
stateDefault: string;
|
|
31
|
-
stateProcessing: string;
|
|
32
|
-
stateManualReview: string;
|
|
33
31
|
stateTerminal: string;
|
|
34
32
|
stateError: string;
|
|
35
33
|
stateWarning: string;
|
|
@@ -173,6 +171,8 @@ declare const defaultMessages: {
|
|
|
173
171
|
noneManual: string;
|
|
174
172
|
noneAutomated: string;
|
|
175
173
|
noneAutomatedWarning: string;
|
|
174
|
+
workflowCaption: string;
|
|
175
|
+
workflowNone: string;
|
|
176
176
|
cancel: string;
|
|
177
177
|
applyModal: string;
|
|
178
178
|
revert: string;
|
|
@@ -203,8 +203,6 @@ declare const I18nContext: react.Context<{
|
|
|
203
203
|
statesTitle: string;
|
|
204
204
|
stateInitial: string;
|
|
205
205
|
stateDefault: string;
|
|
206
|
-
stateProcessing: string;
|
|
207
|
-
stateManualReview: string;
|
|
208
206
|
stateTerminal: string;
|
|
209
207
|
stateError: string;
|
|
210
208
|
stateWarning: string;
|
|
@@ -348,6 +346,8 @@ declare const I18nContext: react.Context<{
|
|
|
348
346
|
noneManual: string;
|
|
349
347
|
noneAutomated: string;
|
|
350
348
|
noneAutomatedWarning: string;
|
|
349
|
+
workflowCaption: string;
|
|
350
|
+
workflowNone: string;
|
|
351
351
|
cancel: string;
|
|
352
352
|
applyModal: string;
|
|
353
353
|
revert: string;
|