@operato/scene-progressbar 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.
- package/dist/progress-circle.d.ts +12 -10
- package/dist/progress-horizontal.d.ts +24 -20
- package/dist/progress-vertical.d.ts +24 -20
- package/package.json +4 -9
|
@@ -29,18 +29,20 @@ declare const ProgressCircle_base: (new (...args: any[]) => {
|
|
|
29
29
|
fontSize: any;
|
|
30
30
|
__cache__: any;
|
|
31
31
|
created(): void;
|
|
32
|
-
added(parent:
|
|
33
|
-
removed(parent:
|
|
32
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
33
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
34
34
|
ready(): Promise<void>;
|
|
35
|
+
_readyInvoked: boolean;
|
|
36
|
+
invokeReady(): void | Promise<void>;
|
|
35
37
|
touch(): void;
|
|
36
|
-
clearCache(...attrs:
|
|
37
|
-
removeSelf(completely
|
|
38
|
+
clearCache(...attrs: string[]): void;
|
|
39
|
+
removeSelf(completely?: boolean): void;
|
|
38
40
|
resetAnimation(): void;
|
|
39
41
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
40
42
|
get disposed(): boolean;
|
|
41
43
|
isLayer(): boolean;
|
|
42
44
|
isGroup(): boolean;
|
|
43
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
45
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
44
46
|
isLine(): boolean;
|
|
45
47
|
isRoot(): boolean;
|
|
46
48
|
isRootModel(): boolean;
|
|
@@ -52,17 +54,17 @@ declare const ProgressCircle_base: (new (...args: any[]) => {
|
|
|
52
54
|
isConnectable(): boolean;
|
|
53
55
|
isIdentifiable(): boolean;
|
|
54
56
|
isPositionable(): boolean;
|
|
55
|
-
replaceRefids(replaceMap:
|
|
56
|
-
get(property:
|
|
57
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
58
|
+
get(property: string): any;
|
|
57
59
|
set(props: any, propval?: any): any;
|
|
58
|
-
getState(property:
|
|
60
|
+
getState(property: string): any;
|
|
59
61
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
60
62
|
get model(): any;
|
|
61
63
|
get state(): import("@hatiolab/things-scene").State;
|
|
62
64
|
get refid(): any;
|
|
63
65
|
get hierarchy(): any;
|
|
64
|
-
get volatile():
|
|
65
|
-
_applyProps(target:
|
|
66
|
+
get volatile(): string[];
|
|
67
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
66
68
|
contains(x: number, y: number): boolean;
|
|
67
69
|
move(offset: {
|
|
68
70
|
x: number;
|
|
@@ -29,18 +29,20 @@ declare const ProgressHorizontal_base: (new (...args: any[]) => {
|
|
|
29
29
|
fontSize: any;
|
|
30
30
|
__cache__: any;
|
|
31
31
|
created(): void;
|
|
32
|
-
added(parent:
|
|
33
|
-
removed(parent:
|
|
32
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
33
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
34
34
|
ready(): Promise<void>;
|
|
35
|
+
_readyInvoked: boolean;
|
|
36
|
+
invokeReady(): void | Promise<void>;
|
|
35
37
|
touch(): void;
|
|
36
|
-
clearCache(...attrs:
|
|
37
|
-
removeSelf(completely
|
|
38
|
+
clearCache(...attrs: string[]): void;
|
|
39
|
+
removeSelf(completely?: boolean): void;
|
|
38
40
|
resetAnimation(): void;
|
|
39
41
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
40
42
|
get disposed(): boolean;
|
|
41
43
|
isLayer(): boolean;
|
|
42
44
|
isGroup(): boolean;
|
|
43
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
45
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
44
46
|
isLine(): boolean;
|
|
45
47
|
isRoot(): boolean;
|
|
46
48
|
isRootModel(): boolean;
|
|
@@ -52,17 +54,17 @@ declare const ProgressHorizontal_base: (new (...args: any[]) => {
|
|
|
52
54
|
isConnectable(): boolean;
|
|
53
55
|
isIdentifiable(): boolean;
|
|
54
56
|
isPositionable(): boolean;
|
|
55
|
-
replaceRefids(replaceMap:
|
|
56
|
-
get(property:
|
|
57
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
58
|
+
get(property: string): any;
|
|
57
59
|
set(props: any, propval?: any): any;
|
|
58
|
-
getState(property:
|
|
60
|
+
getState(property: string): any;
|
|
59
61
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
60
62
|
get model(): any;
|
|
61
63
|
get state(): import("@hatiolab/things-scene").State;
|
|
62
64
|
get refid(): any;
|
|
63
65
|
get hierarchy(): any;
|
|
64
|
-
get volatile():
|
|
65
|
-
_applyProps(target:
|
|
66
|
+
get volatile(): string[];
|
|
67
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
66
68
|
contains(x: number, y: number): boolean;
|
|
67
69
|
move(offset: {
|
|
68
70
|
x: number;
|
|
@@ -273,19 +275,21 @@ declare const ProgressHorizontal_base: (new (...args: any[]) => {
|
|
|
273
275
|
fontSize: any;
|
|
274
276
|
__cache__: any;
|
|
275
277
|
created(): void;
|
|
276
|
-
added(parent:
|
|
277
|
-
removed(parent:
|
|
278
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
279
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
278
280
|
ready(): Promise<void>;
|
|
281
|
+
_readyInvoked: boolean;
|
|
282
|
+
invokeReady(): void | Promise<void>;
|
|
279
283
|
touch(): void;
|
|
280
|
-
clearCache(...attrs:
|
|
281
|
-
removeSelf(completely
|
|
284
|
+
clearCache(...attrs: string[]): void;
|
|
285
|
+
removeSelf(completely?: boolean): void;
|
|
282
286
|
resetAnimation(): void;
|
|
283
287
|
dispose(): void;
|
|
284
288
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
285
289
|
get disposed(): boolean;
|
|
286
290
|
isLayer(): boolean;
|
|
287
291
|
isGroup(): boolean;
|
|
288
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
292
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
289
293
|
isLine(): boolean;
|
|
290
294
|
isRoot(): boolean;
|
|
291
295
|
isRootModel(): boolean;
|
|
@@ -297,17 +301,17 @@ declare const ProgressHorizontal_base: (new (...args: any[]) => {
|
|
|
297
301
|
isConnectable(): boolean;
|
|
298
302
|
isIdentifiable(): boolean;
|
|
299
303
|
isPositionable(): boolean;
|
|
300
|
-
replaceRefids(replaceMap:
|
|
301
|
-
get(property:
|
|
304
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
305
|
+
get(property: string): any;
|
|
302
306
|
set(props: any, propval?: any): any;
|
|
303
|
-
getState(property:
|
|
307
|
+
getState(property: string): any;
|
|
304
308
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
305
309
|
get model(): any;
|
|
306
310
|
get state(): import("@hatiolab/things-scene").State;
|
|
307
311
|
get refid(): any;
|
|
308
312
|
get hierarchy(): any;
|
|
309
|
-
get volatile():
|
|
310
|
-
_applyProps(target:
|
|
313
|
+
get volatile(): string[];
|
|
314
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
311
315
|
move(offset: {
|
|
312
316
|
x: number;
|
|
313
317
|
y: number;
|
|
@@ -29,18 +29,20 @@ declare const ProgressVertical_base: (new (...args: any[]) => {
|
|
|
29
29
|
fontSize: any;
|
|
30
30
|
__cache__: any;
|
|
31
31
|
created(): void;
|
|
32
|
-
added(parent:
|
|
33
|
-
removed(parent:
|
|
32
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
33
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
34
34
|
ready(): Promise<void>;
|
|
35
|
+
_readyInvoked: boolean;
|
|
36
|
+
invokeReady(): void | Promise<void>;
|
|
35
37
|
touch(): void;
|
|
36
|
-
clearCache(...attrs:
|
|
37
|
-
removeSelf(completely
|
|
38
|
+
clearCache(...attrs: string[]): void;
|
|
39
|
+
removeSelf(completely?: boolean): void;
|
|
38
40
|
resetAnimation(): void;
|
|
39
41
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
40
42
|
get disposed(): boolean;
|
|
41
43
|
isLayer(): boolean;
|
|
42
44
|
isGroup(): boolean;
|
|
43
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
45
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
44
46
|
isLine(): boolean;
|
|
45
47
|
isRoot(): boolean;
|
|
46
48
|
isRootModel(): boolean;
|
|
@@ -52,17 +54,17 @@ declare const ProgressVertical_base: (new (...args: any[]) => {
|
|
|
52
54
|
isConnectable(): boolean;
|
|
53
55
|
isIdentifiable(): boolean;
|
|
54
56
|
isPositionable(): boolean;
|
|
55
|
-
replaceRefids(replaceMap:
|
|
56
|
-
get(property:
|
|
57
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
58
|
+
get(property: string): any;
|
|
57
59
|
set(props: any, propval?: any): any;
|
|
58
|
-
getState(property:
|
|
60
|
+
getState(property: string): any;
|
|
59
61
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
60
62
|
get model(): any;
|
|
61
63
|
get state(): import("@hatiolab/things-scene").State;
|
|
62
64
|
get refid(): any;
|
|
63
65
|
get hierarchy(): any;
|
|
64
|
-
get volatile():
|
|
65
|
-
_applyProps(target:
|
|
66
|
+
get volatile(): string[];
|
|
67
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
66
68
|
contains(x: number, y: number): boolean;
|
|
67
69
|
move(offset: {
|
|
68
70
|
x: number;
|
|
@@ -273,19 +275,21 @@ declare const ProgressVertical_base: (new (...args: any[]) => {
|
|
|
273
275
|
fontSize: any;
|
|
274
276
|
__cache__: any;
|
|
275
277
|
created(): void;
|
|
276
|
-
added(parent:
|
|
277
|
-
removed(parent:
|
|
278
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
279
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
278
280
|
ready(): Promise<void>;
|
|
281
|
+
_readyInvoked: boolean;
|
|
282
|
+
invokeReady(): void | Promise<void>;
|
|
279
283
|
touch(): void;
|
|
280
|
-
clearCache(...attrs:
|
|
281
|
-
removeSelf(completely
|
|
284
|
+
clearCache(...attrs: string[]): void;
|
|
285
|
+
removeSelf(completely?: boolean): void;
|
|
282
286
|
resetAnimation(): void;
|
|
283
287
|
dispose(): void;
|
|
284
288
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
285
289
|
get disposed(): boolean;
|
|
286
290
|
isLayer(): boolean;
|
|
287
291
|
isGroup(): boolean;
|
|
288
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
292
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
289
293
|
isLine(): boolean;
|
|
290
294
|
isRoot(): boolean;
|
|
291
295
|
isRootModel(): boolean;
|
|
@@ -297,17 +301,17 @@ declare const ProgressVertical_base: (new (...args: any[]) => {
|
|
|
297
301
|
isConnectable(): boolean;
|
|
298
302
|
isIdentifiable(): boolean;
|
|
299
303
|
isPositionable(): boolean;
|
|
300
|
-
replaceRefids(replaceMap:
|
|
301
|
-
get(property:
|
|
304
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
305
|
+
get(property: string): any;
|
|
302
306
|
set(props: any, propval?: any): any;
|
|
303
|
-
getState(property:
|
|
307
|
+
getState(property: string): any;
|
|
304
308
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
305
309
|
get model(): any;
|
|
306
310
|
get state(): import("@hatiolab/things-scene").State;
|
|
307
311
|
get refid(): any;
|
|
308
312
|
get hierarchy(): any;
|
|
309
|
-
get volatile():
|
|
310
|
-
_applyProps(target:
|
|
313
|
+
get volatile(): string[];
|
|
314
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
311
315
|
move(offset: {
|
|
312
316
|
x: number;
|
|
313
317
|
y: number;
|
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
|
|
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/progressbar"
|
|
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
|
|
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": "
|
|
56
|
+
"gitHead": "22356adaad4df093f25fa74316c1e0c6effbef8e"
|
|
62
57
|
}
|