@operato/scene-bpmn 10.0.0-beta.65 → 10.0.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.
|
@@ -51,19 +51,21 @@ declare const BPMNContainerBase_base: (new (...args: any[]) => {
|
|
|
51
51
|
fontSize: any;
|
|
52
52
|
__cache__: any;
|
|
53
53
|
created(): void;
|
|
54
|
-
added(parent:
|
|
55
|
-
removed(parent:
|
|
54
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
55
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
56
56
|
ready(): Promise<void>;
|
|
57
|
+
_readyInvoked: boolean;
|
|
58
|
+
invokeReady(): void | Promise<void>;
|
|
57
59
|
touch(): void;
|
|
58
|
-
clearCache(...attrs:
|
|
59
|
-
removeSelf(completely
|
|
60
|
+
clearCache(...attrs: string[]): void;
|
|
61
|
+
removeSelf(completely?: boolean): void;
|
|
60
62
|
resetAnimation(): void;
|
|
61
63
|
dispose(): void;
|
|
62
64
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
63
65
|
get disposed(): boolean;
|
|
64
66
|
isLayer(): boolean;
|
|
65
67
|
isGroup(): boolean;
|
|
66
|
-
isContainer(): this is Container;
|
|
68
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
67
69
|
isLine(): boolean;
|
|
68
70
|
isRoot(): boolean;
|
|
69
71
|
isRootModel(): boolean;
|
|
@@ -74,17 +76,17 @@ declare const BPMNContainerBase_base: (new (...args: any[]) => {
|
|
|
74
76
|
isHTMLElement(): boolean;
|
|
75
77
|
isIdentifiable(): boolean;
|
|
76
78
|
isPositionable(): boolean;
|
|
77
|
-
replaceRefids(replaceMap:
|
|
78
|
-
get(property:
|
|
79
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
80
|
+
get(property: string): any;
|
|
79
81
|
set(props: any, propval?: any): any;
|
|
80
|
-
getState(property:
|
|
82
|
+
getState(property: string): any;
|
|
81
83
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
82
84
|
get model(): any;
|
|
83
85
|
get state(): import("@hatiolab/things-scene").State;
|
|
84
86
|
get refid(): any;
|
|
85
87
|
get hierarchy(): any;
|
|
86
|
-
get volatile():
|
|
87
|
-
_applyProps(target:
|
|
88
|
+
get volatile(): string[];
|
|
89
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
88
90
|
move(offset: {
|
|
89
91
|
x: number;
|
|
90
92
|
y: number;
|
|
@@ -51,19 +51,21 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
|
|
|
51
51
|
fontSize: any;
|
|
52
52
|
__cache__: any;
|
|
53
53
|
created(): void;
|
|
54
|
-
added(parent:
|
|
55
|
-
removed(parent:
|
|
54
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
55
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
56
56
|
ready(): Promise<void>;
|
|
57
|
+
_readyInvoked: boolean;
|
|
58
|
+
invokeReady(): void | Promise<void>;
|
|
57
59
|
touch(): void;
|
|
58
|
-
clearCache(...attrs:
|
|
59
|
-
removeSelf(completely
|
|
60
|
+
clearCache(...attrs: string[]): void;
|
|
61
|
+
removeSelf(completely?: boolean): void;
|
|
60
62
|
resetAnimation(): void;
|
|
61
63
|
dispose(): void;
|
|
62
64
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
63
65
|
get disposed(): boolean;
|
|
64
66
|
isLayer(): boolean;
|
|
65
67
|
isGroup(): boolean;
|
|
66
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
68
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
67
69
|
isLine(): boolean;
|
|
68
70
|
isRoot(): boolean;
|
|
69
71
|
isRootModel(): boolean;
|
|
@@ -74,17 +76,17 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
|
|
|
74
76
|
isHTMLElement(): boolean;
|
|
75
77
|
isIdentifiable(): boolean;
|
|
76
78
|
isPositionable(): boolean;
|
|
77
|
-
replaceRefids(replaceMap:
|
|
78
|
-
get(property:
|
|
79
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
80
|
+
get(property: string): any;
|
|
79
81
|
set(props: any, propval?: any): any;
|
|
80
|
-
getState(property:
|
|
82
|
+
getState(property: string): any;
|
|
81
83
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
82
84
|
get model(): any;
|
|
83
85
|
get state(): import("@hatiolab/things-scene").State;
|
|
84
86
|
get refid(): any;
|
|
85
87
|
get hierarchy(): any;
|
|
86
|
-
get volatile():
|
|
87
|
-
_applyProps(target:
|
|
88
|
+
get volatile(): string[];
|
|
89
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
88
90
|
move(offset: {
|
|
89
91
|
x: number;
|
|
90
92
|
y: number;
|
|
@@ -296,19 +298,21 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
|
|
|
296
298
|
fontSize: any;
|
|
297
299
|
__cache__: any;
|
|
298
300
|
created(): void;
|
|
299
|
-
added(parent:
|
|
300
|
-
removed(parent:
|
|
301
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
302
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
301
303
|
ready(): Promise<void>;
|
|
304
|
+
_readyInvoked: boolean;
|
|
305
|
+
invokeReady(): void | Promise<void>;
|
|
302
306
|
touch(): void;
|
|
303
|
-
clearCache(...attrs:
|
|
304
|
-
removeSelf(completely
|
|
307
|
+
clearCache(...attrs: string[]): void;
|
|
308
|
+
removeSelf(completely?: boolean): void;
|
|
305
309
|
resetAnimation(): void;
|
|
306
310
|
dispose(): void;
|
|
307
311
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
308
312
|
get disposed(): boolean;
|
|
309
313
|
isLayer(): boolean;
|
|
310
314
|
isGroup(): boolean;
|
|
311
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
315
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
312
316
|
isLine(): boolean;
|
|
313
317
|
isRoot(): boolean;
|
|
314
318
|
isRootModel(): boolean;
|
|
@@ -320,17 +324,17 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
|
|
|
320
324
|
isConnectable(): boolean;
|
|
321
325
|
isIdentifiable(): boolean;
|
|
322
326
|
isPositionable(): boolean;
|
|
323
|
-
replaceRefids(replaceMap:
|
|
324
|
-
get(property:
|
|
327
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
328
|
+
get(property: string): any;
|
|
325
329
|
set(props: any, propval?: any): any;
|
|
326
|
-
getState(property:
|
|
330
|
+
getState(property: string): any;
|
|
327
331
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
328
332
|
get model(): any;
|
|
329
333
|
get state(): import("@hatiolab/things-scene").State;
|
|
330
334
|
get refid(): any;
|
|
331
335
|
get hierarchy(): any;
|
|
332
|
-
get volatile():
|
|
333
|
-
_applyProps(target:
|
|
336
|
+
get volatile(): string[];
|
|
337
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
334
338
|
move(offset: {
|
|
335
339
|
x: number;
|
|
336
340
|
y: number;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/scene-bpmn",
|
|
3
3
|
"description": "bpmn components for things-scene",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "10.0.0
|
|
5
|
+
"version": "10.0.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"module": "dist/index.js",
|
|
@@ -18,23 +18,18 @@
|
|
|
18
18
|
"directory": "packages/bpmn"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
|
-
"serve": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"things-factory-dev\"",
|
|
22
|
-
"serve:dev": "npm run serve",
|
|
23
21
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
24
22
|
"build": "tsc",
|
|
25
23
|
"prepublishOnly": "tsc",
|
|
26
24
|
"lint": "eslint src/ && prettier \"src/**/*.ts\" --check",
|
|
27
|
-
"format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write"
|
|
28
|
-
"migration": "things-factory-migration"
|
|
25
|
+
"format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write"
|
|
29
26
|
},
|
|
30
27
|
"dependencies": {
|
|
31
|
-
"@hatiolab/things-scene": "^10.0.0
|
|
28
|
+
"@hatiolab/things-scene": "^10.0.0",
|
|
32
29
|
"lodash-es": "^4.17.21"
|
|
33
30
|
},
|
|
34
31
|
"devDependencies": {
|
|
35
32
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
36
|
-
"@things-factory/builder": "^10.0.0-zeta.1",
|
|
37
|
-
"@things-factory/operato-board": "^10.0.0-zeta.1",
|
|
38
33
|
"@types/lodash-es": "^4.17.5",
|
|
39
34
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
40
35
|
"@typescript-eslint/parser": "^8.0.0",
|
|
@@ -60,5 +55,5 @@
|
|
|
60
55
|
"prettier --write"
|
|
61
56
|
]
|
|
62
57
|
},
|
|
63
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "22356adaad4df093f25fa74316c1e0c6effbef8e"
|
|
64
59
|
}
|