sequential-workflow-designer-react 0.28.0 → 0.29.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/lib/cjs/index.cjs +7 -0
- package/lib/esm/index.js +7 -0
- package/lib/index.d.ts +2 -1
- package/package.json +7 -7
package/lib/cjs/index.cjs
CHANGED
|
@@ -40,6 +40,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
40
40
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
41
|
PERFORMANCE OF THIS SOFTWARE.
|
|
42
42
|
***************************************************************************** */
|
|
43
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
44
|
+
|
|
43
45
|
|
|
44
46
|
var __assign = function() {
|
|
45
47
|
__assign = Object.assign || function __assign(t) {
|
|
@@ -50,6 +52,11 @@ var __assign = function() {
|
|
|
50
52
|
return t;
|
|
51
53
|
};
|
|
52
54
|
return __assign.apply(this, arguments);
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
58
|
+
var e = new Error(message);
|
|
59
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
53
60
|
};
|
|
54
61
|
|
|
55
62
|
if (!window.sqdRootEditorContext) {
|
package/lib/esm/index.js
CHANGED
|
@@ -38,6 +38,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
38
38
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
39
39
|
PERFORMANCE OF THIS SOFTWARE.
|
|
40
40
|
***************************************************************************** */
|
|
41
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
42
|
+
|
|
41
43
|
|
|
42
44
|
var __assign = function() {
|
|
43
45
|
__assign = Object.assign || function __assign(t) {
|
|
@@ -48,6 +50,11 @@ var __assign = function() {
|
|
|
48
50
|
return t;
|
|
49
51
|
};
|
|
50
52
|
return __assign.apply(this, arguments);
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
56
|
+
var e = new Error(message);
|
|
57
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
51
58
|
};
|
|
52
59
|
|
|
53
60
|
if (!window.sqdRootEditorContext) {
|
package/lib/index.d.ts
CHANGED
|
@@ -133,4 +133,5 @@ interface StepEditorWrapperContextProps {
|
|
|
133
133
|
}
|
|
134
134
|
declare function StepEditorWrapperContext(props: StepEditorWrapperContextProps): JSX.Element;
|
|
135
135
|
|
|
136
|
-
export { Presenter,
|
|
136
|
+
export { Presenter, RootEditorWrapperContext, SequentialWorkflowDesigner, SequentialWorkflowDesignerController, StepEditorWrapperContext, useRootEditor, useSequentialWorkflowDesignerController, useStepEditor, wrapDefinition };
|
|
137
|
+
export type { ReactToolboxConfiguration, RootEditorWrapper, RootEditorWrapperContextProps, SequentialWorkflowDesignerProps, StepEditorWrapper, StepEditorWrapperContextProps, WrappedDefinition };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sequential-workflow-designer-react",
|
|
3
3
|
"description": "React wrapper for Sequential Workflow Designer component.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.29.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/esm/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=18.2.0",
|
|
49
49
|
"react-dom": ">=18.2.0",
|
|
50
|
-
"sequential-workflow-designer": "^0.
|
|
50
|
+
"sequential-workflow-designer": "^0.29.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@rollup/plugin-node-resolve": "^
|
|
53
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
54
54
|
"@testing-library/jest-dom": "^5.16.5",
|
|
55
55
|
"@testing-library/react": "^14.0.0",
|
|
56
56
|
"@types/jest": "^29.2.5",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"prettier": "^3.2.5",
|
|
64
64
|
"react": "^18.2.0",
|
|
65
65
|
"react-dom": "^18.2.0",
|
|
66
|
-
"sequential-workflow-designer": "^0.
|
|
67
|
-
"rollup": "^
|
|
68
|
-
"rollup-plugin-dts": "^
|
|
69
|
-
"rollup-plugin-typescript2": "^0.
|
|
66
|
+
"sequential-workflow-designer": "^0.29.0",
|
|
67
|
+
"rollup": "^4.40.0",
|
|
68
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
69
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
70
70
|
"ts-jest": "^29.0.3",
|
|
71
71
|
"typescript": "^4.9.4"
|
|
72
72
|
},
|