@cyoda/workflow-react 0.4.0 → 0.4.1
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 +1103 -1036
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +1154 -1089
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -93,6 +93,7 @@ declare const defaultMessages: {
|
|
|
93
93
|
annotationsRevert: string;
|
|
94
94
|
annotationsRemove: string;
|
|
95
95
|
annotationsDocChanged: string;
|
|
96
|
+
format: string;
|
|
96
97
|
executionMode: string;
|
|
97
98
|
addProcessor: string;
|
|
98
99
|
removeProcessor: string;
|
|
@@ -115,6 +116,11 @@ declare const defaultMessages: {
|
|
|
115
116
|
anchorLeftTop: string;
|
|
116
117
|
anchorLeft: string;
|
|
117
118
|
anchorLeftBottom: string;
|
|
119
|
+
detachPanel: string;
|
|
120
|
+
dockPanel: string;
|
|
121
|
+
minimize: string;
|
|
122
|
+
restore: string;
|
|
123
|
+
minimizedTitle: string;
|
|
118
124
|
};
|
|
119
125
|
confirmDelete: {
|
|
120
126
|
title: string;
|
|
@@ -169,6 +175,8 @@ declare const defaultMessages: {
|
|
|
169
175
|
noneAutomatedWarning: string;
|
|
170
176
|
cancel: string;
|
|
171
177
|
applyModal: string;
|
|
178
|
+
revert: string;
|
|
179
|
+
collapse: string;
|
|
172
180
|
};
|
|
173
181
|
};
|
|
174
182
|
type Messages = typeof defaultMessages;
|
|
@@ -260,6 +268,7 @@ declare const I18nContext: react.Context<{
|
|
|
260
268
|
annotationsRevert: string;
|
|
261
269
|
annotationsRemove: string;
|
|
262
270
|
annotationsDocChanged: string;
|
|
271
|
+
format: string;
|
|
263
272
|
executionMode: string;
|
|
264
273
|
addProcessor: string;
|
|
265
274
|
removeProcessor: string;
|
|
@@ -282,6 +291,11 @@ declare const I18nContext: react.Context<{
|
|
|
282
291
|
anchorLeftTop: string;
|
|
283
292
|
anchorLeft: string;
|
|
284
293
|
anchorLeftBottom: string;
|
|
294
|
+
detachPanel: string;
|
|
295
|
+
dockPanel: string;
|
|
296
|
+
minimize: string;
|
|
297
|
+
restore: string;
|
|
298
|
+
minimizedTitle: string;
|
|
285
299
|
};
|
|
286
300
|
confirmDelete: {
|
|
287
301
|
title: string;
|
|
@@ -336,6 +350,8 @@ declare const I18nContext: react.Context<{
|
|
|
336
350
|
noneAutomatedWarning: string;
|
|
337
351
|
cancel: string;
|
|
338
352
|
applyModal: string;
|
|
353
|
+
revert: string;
|
|
354
|
+
collapse: string;
|
|
339
355
|
};
|
|
340
356
|
}>;
|
|
341
357
|
declare function useMessages(): Messages;
|
package/dist/index.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ declare const defaultMessages: {
|
|
|
93
93
|
annotationsRevert: string;
|
|
94
94
|
annotationsRemove: string;
|
|
95
95
|
annotationsDocChanged: string;
|
|
96
|
+
format: string;
|
|
96
97
|
executionMode: string;
|
|
97
98
|
addProcessor: string;
|
|
98
99
|
removeProcessor: string;
|
|
@@ -115,6 +116,11 @@ declare const defaultMessages: {
|
|
|
115
116
|
anchorLeftTop: string;
|
|
116
117
|
anchorLeft: string;
|
|
117
118
|
anchorLeftBottom: string;
|
|
119
|
+
detachPanel: string;
|
|
120
|
+
dockPanel: string;
|
|
121
|
+
minimize: string;
|
|
122
|
+
restore: string;
|
|
123
|
+
minimizedTitle: string;
|
|
118
124
|
};
|
|
119
125
|
confirmDelete: {
|
|
120
126
|
title: string;
|
|
@@ -169,6 +175,8 @@ declare const defaultMessages: {
|
|
|
169
175
|
noneAutomatedWarning: string;
|
|
170
176
|
cancel: string;
|
|
171
177
|
applyModal: string;
|
|
178
|
+
revert: string;
|
|
179
|
+
collapse: string;
|
|
172
180
|
};
|
|
173
181
|
};
|
|
174
182
|
type Messages = typeof defaultMessages;
|
|
@@ -260,6 +268,7 @@ declare const I18nContext: react.Context<{
|
|
|
260
268
|
annotationsRevert: string;
|
|
261
269
|
annotationsRemove: string;
|
|
262
270
|
annotationsDocChanged: string;
|
|
271
|
+
format: string;
|
|
263
272
|
executionMode: string;
|
|
264
273
|
addProcessor: string;
|
|
265
274
|
removeProcessor: string;
|
|
@@ -282,6 +291,11 @@ declare const I18nContext: react.Context<{
|
|
|
282
291
|
anchorLeftTop: string;
|
|
283
292
|
anchorLeft: string;
|
|
284
293
|
anchorLeftBottom: string;
|
|
294
|
+
detachPanel: string;
|
|
295
|
+
dockPanel: string;
|
|
296
|
+
minimize: string;
|
|
297
|
+
restore: string;
|
|
298
|
+
minimizedTitle: string;
|
|
285
299
|
};
|
|
286
300
|
confirmDelete: {
|
|
287
301
|
title: string;
|
|
@@ -336,6 +350,8 @@ declare const I18nContext: react.Context<{
|
|
|
336
350
|
noneAutomatedWarning: string;
|
|
337
351
|
cancel: string;
|
|
338
352
|
applyModal: string;
|
|
353
|
+
revert: string;
|
|
354
|
+
collapse: string;
|
|
339
355
|
};
|
|
340
356
|
}>;
|
|
341
357
|
declare function useMessages(): Messages;
|