@operato/scene-graphql 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.
package/dist/graphql-client.d.ts
CHANGED
|
@@ -21,21 +21,21 @@ declare const GraphqlClient_base: (new (...args: any[]) => {
|
|
|
21
21
|
fontSize: any;
|
|
22
22
|
__cache__: any;
|
|
23
23
|
created(): void;
|
|
24
|
-
added(parent:
|
|
25
|
-
removed(parent:
|
|
24
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
25
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
26
26
|
ready(): Promise<void>;
|
|
27
27
|
_readyInvoked: boolean;
|
|
28
28
|
invokeReady(): void | Promise<void>;
|
|
29
29
|
touch(): void;
|
|
30
|
-
clearCache(...attrs:
|
|
31
|
-
removeSelf(completely
|
|
30
|
+
clearCache(...attrs: string[]): void;
|
|
31
|
+
removeSelf(completely?: boolean): void;
|
|
32
32
|
resetAnimation(): void;
|
|
33
33
|
dispose(): void;
|
|
34
34
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
35
35
|
get disposed(): boolean;
|
|
36
36
|
isLayer(): boolean;
|
|
37
37
|
isGroup(): boolean;
|
|
38
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
38
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
39
39
|
isLine(): boolean;
|
|
40
40
|
isRoot(): boolean;
|
|
41
41
|
isRootModel(): boolean;
|
|
@@ -47,17 +47,17 @@ declare const GraphqlClient_base: (new (...args: any[]) => {
|
|
|
47
47
|
isConnectable(): boolean;
|
|
48
48
|
isIdentifiable(): boolean;
|
|
49
49
|
isPositionable(): boolean;
|
|
50
|
-
replaceRefids(replaceMap:
|
|
51
|
-
get(property:
|
|
50
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
51
|
+
get(property: string): any;
|
|
52
52
|
set(props: any, propval?: any): any;
|
|
53
|
-
getState(property:
|
|
53
|
+
getState(property: string): any;
|
|
54
54
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
55
55
|
get model(): any;
|
|
56
56
|
get state(): import("@hatiolab/things-scene").State;
|
|
57
57
|
get refid(): any;
|
|
58
58
|
get hierarchy(): any;
|
|
59
|
-
get volatile():
|
|
60
|
-
_applyProps(target:
|
|
59
|
+
get volatile(): string[];
|
|
60
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
61
61
|
contains(x: number, y: number): boolean;
|
|
62
62
|
move(offset: {
|
|
63
63
|
x: number;
|
|
@@ -271,21 +271,21 @@ declare const GraphqlClient_base: (new (...args: any[]) => {
|
|
|
271
271
|
fontSize: any;
|
|
272
272
|
__cache__: any;
|
|
273
273
|
created(): void;
|
|
274
|
-
added(parent:
|
|
275
|
-
removed(parent:
|
|
274
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
275
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
276
276
|
ready(): Promise<void>;
|
|
277
277
|
_readyInvoked: boolean;
|
|
278
278
|
invokeReady(): void | Promise<void>;
|
|
279
279
|
touch(): void;
|
|
280
|
-
clearCache(...attrs:
|
|
281
|
-
removeSelf(completely
|
|
280
|
+
clearCache(...attrs: string[]): void;
|
|
281
|
+
removeSelf(completely?: boolean): void;
|
|
282
282
|
resetAnimation(): void;
|
|
283
283
|
dispose(): void;
|
|
284
284
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
285
285
|
get disposed(): boolean;
|
|
286
286
|
isLayer(): boolean;
|
|
287
287
|
isGroup(): boolean;
|
|
288
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
288
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
289
289
|
isLine(): boolean;
|
|
290
290
|
isRoot(): boolean;
|
|
291
291
|
isRootModel(): boolean;
|
|
@@ -297,17 +297,17 @@ declare const GraphqlClient_base: (new (...args: any[]) => {
|
|
|
297
297
|
isConnectable(): boolean;
|
|
298
298
|
isIdentifiable(): boolean;
|
|
299
299
|
isPositionable(): boolean;
|
|
300
|
-
replaceRefids(replaceMap:
|
|
301
|
-
get(property:
|
|
300
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
301
|
+
get(property: string): any;
|
|
302
302
|
set(props: any, propval?: any): any;
|
|
303
|
-
getState(property:
|
|
303
|
+
getState(property: string): any;
|
|
304
304
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
305
305
|
get model(): any;
|
|
306
306
|
get state(): import("@hatiolab/things-scene").State;
|
|
307
307
|
get refid(): any;
|
|
308
308
|
get hierarchy(): any;
|
|
309
|
-
get volatile():
|
|
310
|
-
_applyProps(target:
|
|
309
|
+
get volatile(): string[];
|
|
310
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
311
311
|
move(offset: {
|
|
312
312
|
x: number;
|
|
313
313
|
y: number;
|
|
@@ -20,21 +20,21 @@ declare const GraphQLQuery_base: (new (...args: any[]) => {
|
|
|
20
20
|
fontSize: any;
|
|
21
21
|
__cache__: any;
|
|
22
22
|
created(): void;
|
|
23
|
-
added(parent:
|
|
24
|
-
removed(parent:
|
|
23
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
24
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
25
25
|
ready(): Promise<void>;
|
|
26
26
|
_readyInvoked: boolean;
|
|
27
27
|
invokeReady(): void | Promise<void>;
|
|
28
28
|
touch(): void;
|
|
29
|
-
clearCache(...attrs:
|
|
30
|
-
removeSelf(completely
|
|
29
|
+
clearCache(...attrs: string[]): void;
|
|
30
|
+
removeSelf(completely?: boolean): void;
|
|
31
31
|
resetAnimation(): void;
|
|
32
32
|
dispose(): void;
|
|
33
33
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
34
34
|
get disposed(): boolean;
|
|
35
35
|
isLayer(): boolean;
|
|
36
36
|
isGroup(): boolean;
|
|
37
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
37
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
38
38
|
isLine(): boolean;
|
|
39
39
|
isRoot(): boolean;
|
|
40
40
|
isRootModel(): boolean;
|
|
@@ -46,17 +46,17 @@ declare const GraphQLQuery_base: (new (...args: any[]) => {
|
|
|
46
46
|
isConnectable(): boolean;
|
|
47
47
|
isIdentifiable(): boolean;
|
|
48
48
|
isPositionable(): boolean;
|
|
49
|
-
replaceRefids(replaceMap:
|
|
50
|
-
get(property:
|
|
49
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
50
|
+
get(property: string): any;
|
|
51
51
|
set(props: any, propval?: any): any;
|
|
52
|
-
getState(property:
|
|
52
|
+
getState(property: string): any;
|
|
53
53
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
54
54
|
get model(): any;
|
|
55
55
|
get state(): import("@hatiolab/things-scene").State;
|
|
56
56
|
get refid(): any;
|
|
57
57
|
get hierarchy(): any;
|
|
58
|
-
get volatile():
|
|
59
|
-
_applyProps(target:
|
|
58
|
+
get volatile(): string[];
|
|
59
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
60
60
|
contains(x: number, y: number): boolean;
|
|
61
61
|
move(offset: {
|
|
62
62
|
x: number;
|
|
@@ -270,21 +270,21 @@ declare const GraphQLQuery_base: (new (...args: any[]) => {
|
|
|
270
270
|
fontSize: any;
|
|
271
271
|
__cache__: any;
|
|
272
272
|
created(): void;
|
|
273
|
-
added(parent:
|
|
274
|
-
removed(parent:
|
|
273
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
274
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
275
275
|
ready(): Promise<void>;
|
|
276
276
|
_readyInvoked: boolean;
|
|
277
277
|
invokeReady(): void | Promise<void>;
|
|
278
278
|
touch(): void;
|
|
279
|
-
clearCache(...attrs:
|
|
280
|
-
removeSelf(completely
|
|
279
|
+
clearCache(...attrs: string[]): void;
|
|
280
|
+
removeSelf(completely?: boolean): void;
|
|
281
281
|
resetAnimation(): void;
|
|
282
282
|
dispose(): void;
|
|
283
283
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
284
284
|
get disposed(): boolean;
|
|
285
285
|
isLayer(): boolean;
|
|
286
286
|
isGroup(): boolean;
|
|
287
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
287
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
288
288
|
isLine(): boolean;
|
|
289
289
|
isRoot(): boolean;
|
|
290
290
|
isRootModel(): boolean;
|
|
@@ -296,17 +296,17 @@ declare const GraphQLQuery_base: (new (...args: any[]) => {
|
|
|
296
296
|
isConnectable(): boolean;
|
|
297
297
|
isIdentifiable(): boolean;
|
|
298
298
|
isPositionable(): boolean;
|
|
299
|
-
replaceRefids(replaceMap:
|
|
300
|
-
get(property:
|
|
299
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
300
|
+
get(property: string): any;
|
|
301
301
|
set(props: any, propval?: any): any;
|
|
302
|
-
getState(property:
|
|
302
|
+
getState(property: string): any;
|
|
303
303
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
304
304
|
get model(): any;
|
|
305
305
|
get state(): import("@hatiolab/things-scene").State;
|
|
306
306
|
get refid(): any;
|
|
307
307
|
get hierarchy(): any;
|
|
308
|
-
get volatile():
|
|
309
|
-
_applyProps(target:
|
|
308
|
+
get volatile(): string[];
|
|
309
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
310
310
|
move(offset: {
|
|
311
311
|
x: number;
|
|
312
312
|
y: number;
|
|
@@ -20,21 +20,21 @@ declare const GraphqlSubscription_base: (new (...args: any[]) => {
|
|
|
20
20
|
fontSize: any;
|
|
21
21
|
__cache__: any;
|
|
22
22
|
created(): void;
|
|
23
|
-
added(parent:
|
|
24
|
-
removed(parent:
|
|
23
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
24
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
25
25
|
ready(): Promise<void>;
|
|
26
26
|
_readyInvoked: boolean;
|
|
27
27
|
invokeReady(): void | Promise<void>;
|
|
28
28
|
touch(): void;
|
|
29
|
-
clearCache(...attrs:
|
|
30
|
-
removeSelf(completely
|
|
29
|
+
clearCache(...attrs: string[]): void;
|
|
30
|
+
removeSelf(completely?: boolean): void;
|
|
31
31
|
resetAnimation(): void;
|
|
32
32
|
dispose(): void;
|
|
33
33
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
34
34
|
get disposed(): boolean;
|
|
35
35
|
isLayer(): boolean;
|
|
36
36
|
isGroup(): boolean;
|
|
37
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
37
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
38
38
|
isLine(): boolean;
|
|
39
39
|
isRoot(): boolean;
|
|
40
40
|
isRootModel(): boolean;
|
|
@@ -46,17 +46,17 @@ declare const GraphqlSubscription_base: (new (...args: any[]) => {
|
|
|
46
46
|
isConnectable(): boolean;
|
|
47
47
|
isIdentifiable(): boolean;
|
|
48
48
|
isPositionable(): boolean;
|
|
49
|
-
replaceRefids(replaceMap:
|
|
50
|
-
get(property:
|
|
49
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
50
|
+
get(property: string): any;
|
|
51
51
|
set(props: any, propval?: any): any;
|
|
52
|
-
getState(property:
|
|
52
|
+
getState(property: string): any;
|
|
53
53
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
54
54
|
get model(): any;
|
|
55
55
|
get state(): import("@hatiolab/things-scene").State;
|
|
56
56
|
get refid(): any;
|
|
57
57
|
get hierarchy(): any;
|
|
58
|
-
get volatile():
|
|
59
|
-
_applyProps(target:
|
|
58
|
+
get volatile(): string[];
|
|
59
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
60
60
|
contains(x: number, y: number): boolean;
|
|
61
61
|
move(offset: {
|
|
62
62
|
x: number;
|
|
@@ -270,21 +270,21 @@ declare const GraphqlSubscription_base: (new (...args: any[]) => {
|
|
|
270
270
|
fontSize: any;
|
|
271
271
|
__cache__: any;
|
|
272
272
|
created(): void;
|
|
273
|
-
added(parent:
|
|
274
|
-
removed(parent:
|
|
273
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
274
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
275
275
|
ready(): Promise<void>;
|
|
276
276
|
_readyInvoked: boolean;
|
|
277
277
|
invokeReady(): void | Promise<void>;
|
|
278
278
|
touch(): void;
|
|
279
|
-
clearCache(...attrs:
|
|
280
|
-
removeSelf(completely
|
|
279
|
+
clearCache(...attrs: string[]): void;
|
|
280
|
+
removeSelf(completely?: boolean): void;
|
|
281
281
|
resetAnimation(): void;
|
|
282
282
|
dispose(): void;
|
|
283
283
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
284
284
|
get disposed(): boolean;
|
|
285
285
|
isLayer(): boolean;
|
|
286
286
|
isGroup(): boolean;
|
|
287
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
287
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
288
288
|
isLine(): boolean;
|
|
289
289
|
isRoot(): boolean;
|
|
290
290
|
isRootModel(): boolean;
|
|
@@ -296,17 +296,17 @@ declare const GraphqlSubscription_base: (new (...args: any[]) => {
|
|
|
296
296
|
isConnectable(): boolean;
|
|
297
297
|
isIdentifiable(): boolean;
|
|
298
298
|
isPositionable(): boolean;
|
|
299
|
-
replaceRefids(replaceMap:
|
|
300
|
-
get(property:
|
|
299
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
300
|
+
get(property: string): any;
|
|
301
301
|
set(props: any, propval?: any): any;
|
|
302
|
-
getState(property:
|
|
302
|
+
getState(property: string): any;
|
|
303
303
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
304
304
|
get model(): any;
|
|
305
305
|
get state(): import("@hatiolab/things-scene").State;
|
|
306
306
|
get refid(): any;
|
|
307
307
|
get hierarchy(): any;
|
|
308
|
-
get volatile():
|
|
309
|
-
_applyProps(target:
|
|
308
|
+
get volatile(): string[];
|
|
309
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
310
310
|
move(offset: {
|
|
311
311
|
x: number;
|
|
312
312
|
y: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-graphql",
|
|
3
3
|
"description": "Graphql datasource component for things-scene",
|
|
4
|
-
"version": "10.0.0
|
|
4
|
+
"version": "10.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@apollo/client": "^3.6.9",
|
|
29
|
-
"@hatiolab/things-scene": "^10.0.0
|
|
30
|
-
"@operato/graphql": "^10.0.0
|
|
29
|
+
"@hatiolab/things-scene": "^10.0.0",
|
|
30
|
+
"@operato/graphql": "^10.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"prettier --write"
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "22356adaad4df093f25fa74316c1e0c6effbef8e"
|
|
60
60
|
}
|