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