sequential-workflow-designer-angular 0.7.0 → 0.8.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/designer.component.d.ts +1 -1
- package/package.json +7 -3
package/designer.component.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare class DesignerComponent implements AfterViewInit, OnChanges, OnDe
|
|
|
23
23
|
areEditorsHidden?: boolean;
|
|
24
24
|
globalEditor?: TemplateRef<unknown>;
|
|
25
25
|
stepEditor?: TemplateRef<unknown>;
|
|
26
|
-
readonly onReady: EventEmitter<Designer
|
|
26
|
+
readonly onReady: EventEmitter<Designer<Definition>>;
|
|
27
27
|
readonly onDefinitionChanged: EventEmitter<Definition>;
|
|
28
28
|
constructor(ngZone: NgZone);
|
|
29
29
|
ngAfterViewInit(): void;
|
package/package.json
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sequential-workflow-designer-angular",
|
|
3
3
|
"description": "Angular wrapper for Sequential Workflow Designer component.",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"author":
|
|
4
|
+
"version": "0.8.0",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "NoCode JS",
|
|
7
|
+
"url": "https://nocode-js.com/"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://nocode-js.com/",
|
|
6
10
|
"license": "MIT",
|
|
7
11
|
"repository": {
|
|
8
12
|
"type": "git",
|
|
@@ -11,7 +15,7 @@
|
|
|
11
15
|
"peerDependencies": {
|
|
12
16
|
"@angular/common": "^15.1.0",
|
|
13
17
|
"@angular/core": "^15.1.0",
|
|
14
|
-
"sequential-workflow-designer": "^0.
|
|
18
|
+
"sequential-workflow-designer": "^0.8.0"
|
|
15
19
|
},
|
|
16
20
|
"dependencies": {
|
|
17
21
|
"tslib": "^2.3.0"
|