@operato/scene-progressbar 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.
|
@@ -59,6 +59,7 @@ declare const ProgressCircle_base: (new (...args: any[]) => {
|
|
|
59
59
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
60
60
|
get model(): any;
|
|
61
61
|
get state(): import("@hatiolab/things-scene").State;
|
|
62
|
+
get refid(): any;
|
|
62
63
|
get hierarchy(): any;
|
|
63
64
|
get volatile(): never[];
|
|
64
65
|
_applyProps(target: any, props: any, options: any): any;
|
|
@@ -59,6 +59,7 @@ declare const ProgressHorizontal_base: (new (...args: any[]) => {
|
|
|
59
59
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
60
60
|
get model(): any;
|
|
61
61
|
get state(): import("@hatiolab/things-scene").State;
|
|
62
|
+
get refid(): any;
|
|
62
63
|
get hierarchy(): any;
|
|
63
64
|
get volatile(): never[];
|
|
64
65
|
_applyProps(target: any, props: any, options: any): any;
|
|
@@ -303,6 +304,7 @@ declare const ProgressHorizontal_base: (new (...args: any[]) => {
|
|
|
303
304
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
304
305
|
get model(): any;
|
|
305
306
|
get state(): import("@hatiolab/things-scene").State;
|
|
307
|
+
get refid(): any;
|
|
306
308
|
get hierarchy(): any;
|
|
307
309
|
get volatile(): never[];
|
|
308
310
|
_applyProps(target: any, props: any, options: any): any;
|
|
@@ -59,6 +59,7 @@ declare const ProgressVertical_base: (new (...args: any[]) => {
|
|
|
59
59
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
60
60
|
get model(): any;
|
|
61
61
|
get state(): import("@hatiolab/things-scene").State;
|
|
62
|
+
get refid(): any;
|
|
62
63
|
get hierarchy(): any;
|
|
63
64
|
get volatile(): never[];
|
|
64
65
|
_applyProps(target: any, props: any, options: any): any;
|
|
@@ -303,6 +304,7 @@ declare const ProgressVertical_base: (new (...args: any[]) => {
|
|
|
303
304
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
304
305
|
get model(): any;
|
|
305
306
|
get state(): import("@hatiolab/things-scene").State;
|
|
307
|
+
get refid(): any;
|
|
306
308
|
get hierarchy(): any;
|
|
307
309
|
get volatile(): never[];
|
|
308
310
|
_applyProps(target: any, props: any, options: any): any;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/scene-progressbar",
|
|
3
3
|
"description": "Progressbar 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",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
35
|
-
"@things-factory/builder": "^10.0.0-
|
|
36
|
-
"@things-factory/operato-board": "^10.0.0-
|
|
35
|
+
"@things-factory/builder": "^10.0.0-zeta.1",
|
|
36
|
+
"@things-factory/operato-board": "^10.0.0-zeta.1",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
38
38
|
"@typescript-eslint/parser": "^8.0.0",
|
|
39
39
|
"@web/dev-server": "^0.1.28",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"prettier --write"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "99733bf39e2d279630d68844f19d9687272a4992"
|
|
62
62
|
}
|