@operato/scene-bpmn 10.0.0-beta.68 → 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,21 +51,21 @@ declare const BPMNContainerBase_base: (new (...args: any[]) => {
51
51
  fontSize: any;
52
52
  __cache__: any;
53
53
  created(): void;
54
- added(parent: any): void;
55
- removed(parent: any): void;
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
57
  _readyInvoked: boolean;
58
58
  invokeReady(): void | Promise<void>;
59
59
  touch(): void;
60
- clearCache(...attrs: any[]): void;
61
- removeSelf(completely: any): void;
60
+ clearCache(...attrs: string[]): void;
61
+ removeSelf(completely?: boolean): void;
62
62
  resetAnimation(): void;
63
63
  dispose(): void;
64
64
  get nature(): import("@hatiolab/things-scene").ComponentNature;
65
65
  get disposed(): boolean;
66
66
  isLayer(): boolean;
67
67
  isGroup(): boolean;
68
- isContainer(): this is Container;
68
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
69
69
  isLine(): boolean;
70
70
  isRoot(): boolean;
71
71
  isRootModel(): boolean;
@@ -76,17 +76,17 @@ declare const BPMNContainerBase_base: (new (...args: any[]) => {
76
76
  isHTMLElement(): boolean;
77
77
  isIdentifiable(): boolean;
78
78
  isPositionable(): boolean;
79
- replaceRefids(replaceMap: any): void;
80
- get(property: any): any;
79
+ replaceRefids(replaceMap: Record<string, string>): void;
80
+ get(property: string): any;
81
81
  set(props: any, propval?: any): any;
82
- getState(property: any): any;
82
+ getState(property: string): any;
83
83
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
84
84
  get model(): any;
85
85
  get state(): import("@hatiolab/things-scene").State;
86
86
  get refid(): any;
87
87
  get hierarchy(): any;
88
- get volatile(): never[];
89
- _applyProps(target: any, props: any, options: any): any;
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;
90
90
  move(offset: {
91
91
  x: number;
92
92
  y: number;
@@ -51,21 +51,21 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
51
51
  fontSize: any;
52
52
  __cache__: any;
53
53
  created(): void;
54
- added(parent: any): void;
55
- removed(parent: any): void;
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
57
  _readyInvoked: boolean;
58
58
  invokeReady(): void | Promise<void>;
59
59
  touch(): void;
60
- clearCache(...attrs: any[]): void;
61
- removeSelf(completely: any): void;
60
+ clearCache(...attrs: string[]): void;
61
+ removeSelf(completely?: boolean): void;
62
62
  resetAnimation(): void;
63
63
  dispose(): void;
64
64
  get nature(): import("@hatiolab/things-scene").ComponentNature;
65
65
  get disposed(): boolean;
66
66
  isLayer(): boolean;
67
67
  isGroup(): boolean;
68
- isContainer(): this is import("@hatiolab/things-scene").Container;
68
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
69
69
  isLine(): boolean;
70
70
  isRoot(): boolean;
71
71
  isRootModel(): boolean;
@@ -76,17 +76,17 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
76
76
  isHTMLElement(): boolean;
77
77
  isIdentifiable(): boolean;
78
78
  isPositionable(): boolean;
79
- replaceRefids(replaceMap: any): void;
80
- get(property: any): any;
79
+ replaceRefids(replaceMap: Record<string, string>): void;
80
+ get(property: string): any;
81
81
  set(props: any, propval?: any): any;
82
- getState(property: any): any;
82
+ getState(property: string): any;
83
83
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
84
84
  get model(): any;
85
85
  get state(): import("@hatiolab/things-scene").State;
86
86
  get refid(): any;
87
87
  get hierarchy(): any;
88
- get volatile(): never[];
89
- _applyProps(target: any, props: any, options: any): any;
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;
90
90
  move(offset: {
91
91
  x: number;
92
92
  y: number;
@@ -298,21 +298,21 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
298
298
  fontSize: any;
299
299
  __cache__: any;
300
300
  created(): void;
301
- added(parent: any): void;
302
- removed(parent: any): void;
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;
303
303
  ready(): Promise<void>;
304
304
  _readyInvoked: boolean;
305
305
  invokeReady(): void | Promise<void>;
306
306
  touch(): void;
307
- clearCache(...attrs: any[]): void;
308
- removeSelf(completely: any): void;
307
+ clearCache(...attrs: string[]): void;
308
+ removeSelf(completely?: boolean): void;
309
309
  resetAnimation(): void;
310
310
  dispose(): void;
311
311
  get nature(): import("@hatiolab/things-scene").ComponentNature;
312
312
  get disposed(): boolean;
313
313
  isLayer(): boolean;
314
314
  isGroup(): boolean;
315
- isContainer(): this is import("@hatiolab/things-scene").Container;
315
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
316
316
  isLine(): boolean;
317
317
  isRoot(): boolean;
318
318
  isRootModel(): boolean;
@@ -324,17 +324,17 @@ declare const BPMNControlBase_base: (new (...args: any[]) => {
324
324
  isConnectable(): boolean;
325
325
  isIdentifiable(): boolean;
326
326
  isPositionable(): boolean;
327
- replaceRefids(replaceMap: any): void;
328
- get(property: any): any;
327
+ replaceRefids(replaceMap: Record<string, string>): void;
328
+ get(property: string): any;
329
329
  set(props: any, propval?: any): any;
330
- getState(property: any): any;
330
+ getState(property: string): any;
331
331
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
332
332
  get model(): any;
333
333
  get state(): import("@hatiolab/things-scene").State;
334
334
  get refid(): any;
335
335
  get hierarchy(): any;
336
- get volatile(): never[];
337
- _applyProps(target: any, props: any, options: any): any;
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;
338
338
  move(offset: {
339
339
  x: number;
340
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-beta.68",
5
+ "version": "10.0.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write"
26
26
  },
27
27
  "dependencies": {
28
- "@hatiolab/things-scene": "^10.0.0-beta.1",
28
+ "@hatiolab/things-scene": "^10.0.0",
29
29
  "lodash-es": "^4.17.21"
30
30
  },
31
31
  "devDependencies": {
@@ -55,5 +55,5 @@
55
55
  "prettier --write"
56
56
  ]
57
57
  },
58
- "gitHead": "fce8d69d7bb8af85cfb2e2507a8eee14130d36d7"
58
+ "gitHead": "22356adaad4df093f25fa74316c1e0c6effbef8e"
59
59
  }