@operato/scene-mpi 10.0.0-beta.68 → 10.0.1
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/dist/auto-clicker.d.ts +10 -10
- package/dist/boot-button.d.ts +10 -10
- package/dist/indicator.d.ts +10 -10
- package/dist/reply-button.d.ts +10 -10
- package/dist/seven-segment.d.ts +10 -10
- package/package.json +3 -3
package/dist/auto-clicker.d.ts
CHANGED
|
@@ -37,21 +37,21 @@ declare const AutoClicker_base: (new (...args: any[]) => {
|
|
|
37
37
|
fontSize: any;
|
|
38
38
|
__cache__: any;
|
|
39
39
|
created(): void;
|
|
40
|
-
added(parent:
|
|
41
|
-
removed(parent:
|
|
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
43
|
_readyInvoked: boolean;
|
|
44
44
|
invokeReady(): void | Promise<void>;
|
|
45
45
|
touch(): void;
|
|
46
|
-
clearCache(...attrs:
|
|
47
|
-
removeSelf(completely
|
|
46
|
+
clearCache(...attrs: string[]): void;
|
|
47
|
+
removeSelf(completely?: boolean): void;
|
|
48
48
|
resetAnimation(): void;
|
|
49
49
|
dispose(): void;
|
|
50
50
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
51
51
|
get disposed(): boolean;
|
|
52
52
|
isLayer(): boolean;
|
|
53
53
|
isGroup(): boolean;
|
|
54
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
54
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
55
55
|
isLine(): boolean;
|
|
56
56
|
isRoot(): boolean;
|
|
57
57
|
isRootModel(): boolean;
|
|
@@ -63,17 +63,17 @@ declare const AutoClicker_base: (new (...args: any[]) => {
|
|
|
63
63
|
isConnectable(): boolean;
|
|
64
64
|
isIdentifiable(): boolean;
|
|
65
65
|
isPositionable(): boolean;
|
|
66
|
-
replaceRefids(replaceMap:
|
|
67
|
-
get(property:
|
|
66
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
67
|
+
get(property: string): any;
|
|
68
68
|
set(props: any, propval?: any): any;
|
|
69
|
-
getState(property:
|
|
69
|
+
getState(property: string): any;
|
|
70
70
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
71
71
|
get model(): any;
|
|
72
72
|
get state(): import("@hatiolab/things-scene").State;
|
|
73
73
|
get refid(): any;
|
|
74
74
|
get hierarchy(): any;
|
|
75
|
-
get volatile():
|
|
76
|
-
_applyProps(target:
|
|
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;
|
|
77
77
|
move(offset: {
|
|
78
78
|
x: number;
|
|
79
79
|
y: number;
|
package/dist/boot-button.d.ts
CHANGED
|
@@ -41,21 +41,21 @@ declare const BootButton_base: (new (...args: any[]) => {
|
|
|
41
41
|
fontSize: any;
|
|
42
42
|
__cache__: any;
|
|
43
43
|
created(): void;
|
|
44
|
-
added(parent:
|
|
45
|
-
removed(parent:
|
|
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
47
|
_readyInvoked: boolean;
|
|
48
48
|
invokeReady(): void | Promise<void>;
|
|
49
49
|
touch(): void;
|
|
50
|
-
clearCache(...attrs:
|
|
51
|
-
removeSelf(completely
|
|
50
|
+
clearCache(...attrs: string[]): void;
|
|
51
|
+
removeSelf(completely?: boolean): void;
|
|
52
52
|
resetAnimation(): void;
|
|
53
53
|
dispose(): void;
|
|
54
54
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
55
55
|
get disposed(): boolean;
|
|
56
56
|
isLayer(): boolean;
|
|
57
57
|
isGroup(): boolean;
|
|
58
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
58
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
59
59
|
isLine(): boolean;
|
|
60
60
|
isRoot(): boolean;
|
|
61
61
|
isRootModel(): boolean;
|
|
@@ -67,17 +67,17 @@ declare const BootButton_base: (new (...args: any[]) => {
|
|
|
67
67
|
isConnectable(): boolean;
|
|
68
68
|
isIdentifiable(): boolean;
|
|
69
69
|
isPositionable(): boolean;
|
|
70
|
-
replaceRefids(replaceMap:
|
|
71
|
-
get(property:
|
|
70
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
71
|
+
get(property: string): any;
|
|
72
72
|
set(props: any, propval?: any): any;
|
|
73
|
-
getState(property:
|
|
73
|
+
getState(property: string): any;
|
|
74
74
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
75
75
|
get model(): any;
|
|
76
76
|
get state(): import("@hatiolab/things-scene").State;
|
|
77
77
|
get refid(): any;
|
|
78
78
|
get hierarchy(): any;
|
|
79
|
-
get volatile():
|
|
80
|
-
_applyProps(target:
|
|
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;
|
|
81
81
|
move(offset: {
|
|
82
82
|
x: number;
|
|
83
83
|
y: number;
|
package/dist/indicator.d.ts
CHANGED
|
@@ -39,21 +39,21 @@ declare const Indicator_base: (new (...args: any[]) => {
|
|
|
39
39
|
fontSize: any;
|
|
40
40
|
__cache__: any;
|
|
41
41
|
created(): void;
|
|
42
|
-
added(parent:
|
|
43
|
-
removed(parent:
|
|
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
45
|
_readyInvoked: boolean;
|
|
46
46
|
invokeReady(): void | Promise<void>;
|
|
47
47
|
touch(): void;
|
|
48
|
-
clearCache(...attrs:
|
|
49
|
-
removeSelf(completely
|
|
48
|
+
clearCache(...attrs: string[]): void;
|
|
49
|
+
removeSelf(completely?: boolean): void;
|
|
50
50
|
resetAnimation(): void;
|
|
51
51
|
dispose(): void;
|
|
52
52
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
53
53
|
get disposed(): boolean;
|
|
54
54
|
isLayer(): boolean;
|
|
55
55
|
isGroup(): boolean;
|
|
56
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
56
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
57
57
|
isLine(): boolean;
|
|
58
58
|
isRoot(): boolean;
|
|
59
59
|
isRootModel(): boolean;
|
|
@@ -65,17 +65,17 @@ declare const Indicator_base: (new (...args: any[]) => {
|
|
|
65
65
|
isConnectable(): boolean;
|
|
66
66
|
isIdentifiable(): boolean;
|
|
67
67
|
isPositionable(): boolean;
|
|
68
|
-
replaceRefids(replaceMap:
|
|
69
|
-
get(property:
|
|
68
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
69
|
+
get(property: string): any;
|
|
70
70
|
set(props: any, propval?: any): any;
|
|
71
|
-
getState(property:
|
|
71
|
+
getState(property: string): any;
|
|
72
72
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
73
73
|
get model(): any;
|
|
74
74
|
get state(): import("@hatiolab/things-scene").State;
|
|
75
75
|
get refid(): any;
|
|
76
76
|
get hierarchy(): any;
|
|
77
|
-
get volatile():
|
|
78
|
-
_applyProps(target:
|
|
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;
|
|
79
79
|
move(offset: {
|
|
80
80
|
x: number;
|
|
81
81
|
y: number;
|
package/dist/reply-button.d.ts
CHANGED
|
@@ -41,21 +41,21 @@ declare const ReplyButton_base: (new (...args: any[]) => {
|
|
|
41
41
|
fontSize: any;
|
|
42
42
|
__cache__: any;
|
|
43
43
|
created(): void;
|
|
44
|
-
added(parent:
|
|
45
|
-
removed(parent:
|
|
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
47
|
_readyInvoked: boolean;
|
|
48
48
|
invokeReady(): void | Promise<void>;
|
|
49
49
|
touch(): void;
|
|
50
|
-
clearCache(...attrs:
|
|
51
|
-
removeSelf(completely
|
|
50
|
+
clearCache(...attrs: string[]): void;
|
|
51
|
+
removeSelf(completely?: boolean): void;
|
|
52
52
|
resetAnimation(): void;
|
|
53
53
|
dispose(): void;
|
|
54
54
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
55
55
|
get disposed(): boolean;
|
|
56
56
|
isLayer(): boolean;
|
|
57
57
|
isGroup(): boolean;
|
|
58
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
58
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
59
59
|
isLine(): boolean;
|
|
60
60
|
isRoot(): boolean;
|
|
61
61
|
isRootModel(): boolean;
|
|
@@ -67,17 +67,17 @@ declare const ReplyButton_base: (new (...args: any[]) => {
|
|
|
67
67
|
isConnectable(): boolean;
|
|
68
68
|
isIdentifiable(): boolean;
|
|
69
69
|
isPositionable(): boolean;
|
|
70
|
-
replaceRefids(replaceMap:
|
|
71
|
-
get(property:
|
|
70
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
71
|
+
get(property: string): any;
|
|
72
72
|
set(props: any, propval?: any): any;
|
|
73
|
-
getState(property:
|
|
73
|
+
getState(property: string): any;
|
|
74
74
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
75
75
|
get model(): any;
|
|
76
76
|
get state(): import("@hatiolab/things-scene").State;
|
|
77
77
|
get refid(): any;
|
|
78
78
|
get hierarchy(): any;
|
|
79
|
-
get volatile():
|
|
80
|
-
_applyProps(target:
|
|
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;
|
|
81
81
|
move(offset: {
|
|
82
82
|
x: number;
|
|
83
83
|
y: number;
|
package/dist/seven-segment.d.ts
CHANGED
|
@@ -37,21 +37,21 @@ declare const SevenSegment_base: (new (...args: any[]) => {
|
|
|
37
37
|
fontSize: any;
|
|
38
38
|
__cache__: any;
|
|
39
39
|
created(): void;
|
|
40
|
-
added(parent:
|
|
41
|
-
removed(parent:
|
|
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
43
|
_readyInvoked: boolean;
|
|
44
44
|
invokeReady(): void | Promise<void>;
|
|
45
45
|
touch(): void;
|
|
46
|
-
clearCache(...attrs:
|
|
47
|
-
removeSelf(completely
|
|
46
|
+
clearCache(...attrs: string[]): void;
|
|
47
|
+
removeSelf(completely?: boolean): void;
|
|
48
48
|
resetAnimation(): void;
|
|
49
49
|
dispose(): void;
|
|
50
50
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
51
51
|
get disposed(): boolean;
|
|
52
52
|
isLayer(): boolean;
|
|
53
53
|
isGroup(): boolean;
|
|
54
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
54
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
55
55
|
isLine(): boolean;
|
|
56
56
|
isRoot(): boolean;
|
|
57
57
|
isRootModel(): boolean;
|
|
@@ -63,17 +63,17 @@ declare const SevenSegment_base: (new (...args: any[]) => {
|
|
|
63
63
|
isConnectable(): boolean;
|
|
64
64
|
isIdentifiable(): boolean;
|
|
65
65
|
isPositionable(): boolean;
|
|
66
|
-
replaceRefids(replaceMap:
|
|
67
|
-
get(property:
|
|
66
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
67
|
+
get(property: string): any;
|
|
68
68
|
set(props: any, propval?: any): any;
|
|
69
|
-
getState(property:
|
|
69
|
+
getState(property: string): any;
|
|
70
70
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
71
71
|
get model(): any;
|
|
72
72
|
get state(): import("@hatiolab/things-scene").State;
|
|
73
73
|
get refid(): any;
|
|
74
74
|
get hierarchy(): any;
|
|
75
|
-
get volatile():
|
|
76
|
-
_applyProps(target:
|
|
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;
|
|
77
77
|
move(offset: {
|
|
78
78
|
x: number;
|
|
79
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.
|
|
5
|
+
"version": "10.0.1",
|
|
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
|
|
28
|
+
"@hatiolab/things-scene": "^10.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"prettier --write"
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "3b4000cc6b720286a44085047ff14b6c12b33fd4"
|
|
57
57
|
}
|