@operato/scene-mpi 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.
@@ -37,19 +37,21 @@ declare const AutoClicker_base: (new (...args: any[]) => {
37
37
  fontSize: any;
38
38
  __cache__: any;
39
39
  created(): void;
40
- added(parent: any): void;
41
- removed(parent: any): void;
40
+ added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
41
+ removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
42
42
  ready(): Promise<void>;
43
+ _readyInvoked: boolean;
44
+ invokeReady(): void | Promise<void>;
43
45
  touch(): void;
44
- clearCache(...attrs: any[]): void;
45
- removeSelf(completely: any): void;
46
+ clearCache(...attrs: string[]): void;
47
+ removeSelf(completely?: boolean): void;
46
48
  resetAnimation(): void;
47
49
  dispose(): void;
48
50
  get nature(): import("@hatiolab/things-scene").ComponentNature;
49
51
  get disposed(): boolean;
50
52
  isLayer(): boolean;
51
53
  isGroup(): boolean;
52
- isContainer(): this is import("@hatiolab/things-scene").Container;
54
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
53
55
  isLine(): boolean;
54
56
  isRoot(): boolean;
55
57
  isRootModel(): boolean;
@@ -61,17 +63,17 @@ declare const AutoClicker_base: (new (...args: any[]) => {
61
63
  isConnectable(): boolean;
62
64
  isIdentifiable(): boolean;
63
65
  isPositionable(): boolean;
64
- replaceRefids(replaceMap: any): void;
65
- get(property: any): any;
66
+ replaceRefids(replaceMap: Record<string, string>): void;
67
+ get(property: string): any;
66
68
  set(props: any, propval?: any): any;
67
- getState(property: any): any;
69
+ getState(property: string): any;
68
70
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
69
71
  get model(): any;
70
72
  get state(): import("@hatiolab/things-scene").State;
71
73
  get refid(): any;
72
74
  get hierarchy(): any;
73
- get volatile(): never[];
74
- _applyProps(target: any, props: any, options: any): any;
75
+ get volatile(): string[];
76
+ _applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
75
77
  move(offset: {
76
78
  x: number;
77
79
  y: number;
@@ -41,19 +41,21 @@ declare const BootButton_base: (new (...args: any[]) => {
41
41
  fontSize: any;
42
42
  __cache__: any;
43
43
  created(): void;
44
- added(parent: any): void;
45
- removed(parent: any): void;
44
+ added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
45
+ removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
46
46
  ready(): Promise<void>;
47
+ _readyInvoked: boolean;
48
+ invokeReady(): void | Promise<void>;
47
49
  touch(): void;
48
- clearCache(...attrs: any[]): void;
49
- removeSelf(completely: any): void;
50
+ clearCache(...attrs: string[]): void;
51
+ removeSelf(completely?: boolean): void;
50
52
  resetAnimation(): void;
51
53
  dispose(): void;
52
54
  get nature(): import("@hatiolab/things-scene").ComponentNature;
53
55
  get disposed(): boolean;
54
56
  isLayer(): boolean;
55
57
  isGroup(): boolean;
56
- isContainer(): this is import("@hatiolab/things-scene").Container;
58
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
57
59
  isLine(): boolean;
58
60
  isRoot(): boolean;
59
61
  isRootModel(): boolean;
@@ -65,17 +67,17 @@ declare const BootButton_base: (new (...args: any[]) => {
65
67
  isConnectable(): boolean;
66
68
  isIdentifiable(): boolean;
67
69
  isPositionable(): boolean;
68
- replaceRefids(replaceMap: any): void;
69
- get(property: any): any;
70
+ replaceRefids(replaceMap: Record<string, string>): void;
71
+ get(property: string): any;
70
72
  set(props: any, propval?: any): any;
71
- getState(property: any): any;
73
+ getState(property: string): any;
72
74
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
73
75
  get model(): any;
74
76
  get state(): import("@hatiolab/things-scene").State;
75
77
  get refid(): any;
76
78
  get hierarchy(): any;
77
- get volatile(): never[];
78
- _applyProps(target: any, props: any, options: any): any;
79
+ get volatile(): string[];
80
+ _applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
79
81
  move(offset: {
80
82
  x: number;
81
83
  y: number;
@@ -39,19 +39,21 @@ declare const Indicator_base: (new (...args: any[]) => {
39
39
  fontSize: any;
40
40
  __cache__: any;
41
41
  created(): void;
42
- added(parent: any): void;
43
- removed(parent: any): void;
42
+ added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
43
+ removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
44
44
  ready(): Promise<void>;
45
+ _readyInvoked: boolean;
46
+ invokeReady(): void | Promise<void>;
45
47
  touch(): void;
46
- clearCache(...attrs: any[]): void;
47
- removeSelf(completely: any): void;
48
+ clearCache(...attrs: string[]): void;
49
+ removeSelf(completely?: boolean): void;
48
50
  resetAnimation(): void;
49
51
  dispose(): void;
50
52
  get nature(): import("@hatiolab/things-scene").ComponentNature;
51
53
  get disposed(): boolean;
52
54
  isLayer(): boolean;
53
55
  isGroup(): boolean;
54
- isContainer(): this is import("@hatiolab/things-scene").Container;
56
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
55
57
  isLine(): boolean;
56
58
  isRoot(): boolean;
57
59
  isRootModel(): boolean;
@@ -63,17 +65,17 @@ declare const Indicator_base: (new (...args: any[]) => {
63
65
  isConnectable(): boolean;
64
66
  isIdentifiable(): boolean;
65
67
  isPositionable(): boolean;
66
- replaceRefids(replaceMap: any): void;
67
- get(property: any): any;
68
+ replaceRefids(replaceMap: Record<string, string>): void;
69
+ get(property: string): any;
68
70
  set(props: any, propval?: any): any;
69
- getState(property: any): any;
71
+ getState(property: string): any;
70
72
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
71
73
  get model(): any;
72
74
  get state(): import("@hatiolab/things-scene").State;
73
75
  get refid(): any;
74
76
  get hierarchy(): any;
75
- get volatile(): never[];
76
- _applyProps(target: any, props: any, options: any): any;
77
+ get volatile(): string[];
78
+ _applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
77
79
  move(offset: {
78
80
  x: number;
79
81
  y: number;
@@ -41,19 +41,21 @@ declare const ReplyButton_base: (new (...args: any[]) => {
41
41
  fontSize: any;
42
42
  __cache__: any;
43
43
  created(): void;
44
- added(parent: any): void;
45
- removed(parent: any): void;
44
+ added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
45
+ removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
46
46
  ready(): Promise<void>;
47
+ _readyInvoked: boolean;
48
+ invokeReady(): void | Promise<void>;
47
49
  touch(): void;
48
- clearCache(...attrs: any[]): void;
49
- removeSelf(completely: any): void;
50
+ clearCache(...attrs: string[]): void;
51
+ removeSelf(completely?: boolean): void;
50
52
  resetAnimation(): void;
51
53
  dispose(): void;
52
54
  get nature(): import("@hatiolab/things-scene").ComponentNature;
53
55
  get disposed(): boolean;
54
56
  isLayer(): boolean;
55
57
  isGroup(): boolean;
56
- isContainer(): this is import("@hatiolab/things-scene").Container;
58
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
57
59
  isLine(): boolean;
58
60
  isRoot(): boolean;
59
61
  isRootModel(): boolean;
@@ -65,17 +67,17 @@ declare const ReplyButton_base: (new (...args: any[]) => {
65
67
  isConnectable(): boolean;
66
68
  isIdentifiable(): boolean;
67
69
  isPositionable(): boolean;
68
- replaceRefids(replaceMap: any): void;
69
- get(property: any): any;
70
+ replaceRefids(replaceMap: Record<string, string>): void;
71
+ get(property: string): any;
70
72
  set(props: any, propval?: any): any;
71
- getState(property: any): any;
73
+ getState(property: string): any;
72
74
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
73
75
  get model(): any;
74
76
  get state(): import("@hatiolab/things-scene").State;
75
77
  get refid(): any;
76
78
  get hierarchy(): any;
77
- get volatile(): never[];
78
- _applyProps(target: any, props: any, options: any): any;
79
+ get volatile(): string[];
80
+ _applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
79
81
  move(offset: {
80
82
  x: number;
81
83
  y: number;
@@ -37,19 +37,21 @@ declare const SevenSegment_base: (new (...args: any[]) => {
37
37
  fontSize: any;
38
38
  __cache__: any;
39
39
  created(): void;
40
- added(parent: any): void;
41
- removed(parent: any): void;
40
+ added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
41
+ removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
42
42
  ready(): Promise<void>;
43
+ _readyInvoked: boolean;
44
+ invokeReady(): void | Promise<void>;
43
45
  touch(): void;
44
- clearCache(...attrs: any[]): void;
45
- removeSelf(completely: any): void;
46
+ clearCache(...attrs: string[]): void;
47
+ removeSelf(completely?: boolean): void;
46
48
  resetAnimation(): void;
47
49
  dispose(): void;
48
50
  get nature(): import("@hatiolab/things-scene").ComponentNature;
49
51
  get disposed(): boolean;
50
52
  isLayer(): boolean;
51
53
  isGroup(): boolean;
52
- isContainer(): this is import("@hatiolab/things-scene").Container;
54
+ isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
53
55
  isLine(): boolean;
54
56
  isRoot(): boolean;
55
57
  isRootModel(): boolean;
@@ -61,17 +63,17 @@ declare const SevenSegment_base: (new (...args: any[]) => {
61
63
  isConnectable(): boolean;
62
64
  isIdentifiable(): boolean;
63
65
  isPositionable(): boolean;
64
- replaceRefids(replaceMap: any): void;
65
- get(property: any): any;
66
+ replaceRefids(replaceMap: Record<string, string>): void;
67
+ get(property: string): any;
66
68
  set(props: any, propval?: any): any;
67
- getState(property: any): any;
69
+ getState(property: string): any;
68
70
  setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
69
71
  get model(): any;
70
72
  get state(): import("@hatiolab/things-scene").State;
71
73
  get refid(): any;
72
74
  get hierarchy(): any;
73
- get volatile(): never[];
74
- _applyProps(target: any, props: any, options: any): any;
75
+ get volatile(): string[];
76
+ _applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
75
77
  move(offset: {
76
78
  x: number;
77
79
  y: number;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-mpi",
3
3
  "description": "Multi-purpose indicator integration component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "10.0.0-beta.65",
5
+ "version": "10.0.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
@@ -18,22 +18,17 @@
18
18
  "directory": "packages/mpi"
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-beta.1"
28
+ "@hatiolab/things-scene": "^10.0.0"
32
29
  },
33
30
  "devDependencies": {
34
31
  "@hatiolab/prettier-config": "^1.0.0",
35
- "@things-factory/builder": "^10.0.0-zeta.1",
36
- "@things-factory/operato-board": "^10.0.0-zeta.1",
37
32
  "@typescript-eslint/eslint-plugin": "^8.0.0",
38
33
  "@typescript-eslint/parser": "^8.0.0",
39
34
  "@web/dev-server": "^0.1.28",
@@ -58,5 +53,5 @@
58
53
  "prettier --write"
59
54
  ]
60
55
  },
61
- "gitHead": "99733bf39e2d279630d68844f19d9687272a4992"
56
+ "gitHead": "22356adaad4df093f25fa74316c1e0c6effbef8e"
62
57
  }