@operato/scene-grist 10.0.0-beta.31 → 10.0.0-beta.65
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/grist-action.d.ts +2 -0
- package/package.json +4 -4
package/dist/grist-action.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ declare const GristAction_base: (new (...args: 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
|
+
get refid(): any;
|
|
75
76
|
get hierarchy(): any;
|
|
76
77
|
get volatile(): never[];
|
|
77
78
|
_applyProps(target: any, props: any, options: any): any;
|
|
@@ -316,6 +317,7 @@ declare const GristAction_base: (new (...args: any[]) => {
|
|
|
316
317
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
317
318
|
get model(): any;
|
|
318
319
|
get state(): import("@hatiolab/things-scene").State;
|
|
320
|
+
get refid(): any;
|
|
319
321
|
get hierarchy(): any;
|
|
320
322
|
get volatile(): never[];
|
|
321
323
|
_applyProps(target: any, props: any, options: any): any;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/scene-grist",
|
|
3
3
|
"description": "Grist UI component for things-scene",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "10.0.0-beta.
|
|
5
|
+
"version": "10.0.0-beta.65",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"module": "dist/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
38
|
-
"@things-factory/builder": "^10.0.0-
|
|
39
|
-
"@things-factory/operato-board": "^10.0.0-
|
|
38
|
+
"@things-factory/builder": "^10.0.0-zeta.1",
|
|
39
|
+
"@things-factory/operato-board": "^10.0.0-zeta.1",
|
|
40
40
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
41
41
|
"@typescript-eslint/parser": "^8.0.0",
|
|
42
42
|
"@web/dev-server": "^0.1.28",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"prettier --write"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "99733bf39e2d279630d68844f19d9687272a4992"
|
|
65
65
|
}
|