@operato/scene-label 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/barcode.d.ts +10 -10
- package/dist/label-printer.d.ts +10 -10
- package/package.json +5 -5
package/dist/barcode.d.ts
CHANGED
|
@@ -37,21 +37,21 @@ declare const Barcode_base: (new (...args: any[]) => {
|
|
|
37
37
|
fontSize: any;
|
|
38
38
|
__cache__: any;
|
|
39
39
|
created(): void;
|
|
40
|
-
added(parent:
|
|
41
|
-
removed(parent:
|
|
40
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
41
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
42
42
|
ready(): Promise<void>;
|
|
43
43
|
_readyInvoked: boolean;
|
|
44
44
|
invokeReady(): void | Promise<void>;
|
|
45
45
|
touch(): void;
|
|
46
|
-
clearCache(...attrs:
|
|
47
|
-
removeSelf(completely
|
|
46
|
+
clearCache(...attrs: string[]): void;
|
|
47
|
+
removeSelf(completely?: boolean): void;
|
|
48
48
|
resetAnimation(): void;
|
|
49
49
|
dispose(): void;
|
|
50
50
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
51
51
|
get disposed(): boolean;
|
|
52
52
|
isLayer(): boolean;
|
|
53
53
|
isGroup(): boolean;
|
|
54
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
54
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
55
55
|
isLine(): boolean;
|
|
56
56
|
isRoot(): boolean;
|
|
57
57
|
isRootModel(): boolean;
|
|
@@ -63,17 +63,17 @@ declare const Barcode_base: (new (...args: any[]) => {
|
|
|
63
63
|
isConnectable(): boolean;
|
|
64
64
|
isIdentifiable(): boolean;
|
|
65
65
|
isPositionable(): boolean;
|
|
66
|
-
replaceRefids(replaceMap:
|
|
67
|
-
get(property:
|
|
66
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
67
|
+
get(property: string): any;
|
|
68
68
|
set(props: any, propval?: any): any;
|
|
69
|
-
getState(property:
|
|
69
|
+
getState(property: string): any;
|
|
70
70
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
71
71
|
get model(): any;
|
|
72
72
|
get state(): import("@hatiolab/things-scene").State;
|
|
73
73
|
get refid(): any;
|
|
74
74
|
get hierarchy(): any;
|
|
75
|
-
get volatile():
|
|
76
|
-
_applyProps(target:
|
|
75
|
+
get volatile(): string[];
|
|
76
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
77
77
|
move(offset: {
|
|
78
78
|
x: number;
|
|
79
79
|
y: number;
|
package/dist/label-printer.d.ts
CHANGED
|
@@ -37,21 +37,21 @@ declare const LabelPrinter_base: (new (...args: any[]) => {
|
|
|
37
37
|
fontSize: any;
|
|
38
38
|
__cache__: any;
|
|
39
39
|
created(): void;
|
|
40
|
-
added(parent:
|
|
41
|
-
removed(parent:
|
|
40
|
+
added(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
41
|
+
removed(parent: import("@hatiolab/things-scene/dist-types/types/component.js").Container): void;
|
|
42
42
|
ready(): Promise<void>;
|
|
43
43
|
_readyInvoked: boolean;
|
|
44
44
|
invokeReady(): void | Promise<void>;
|
|
45
45
|
touch(): void;
|
|
46
|
-
clearCache(...attrs:
|
|
47
|
-
removeSelf(completely
|
|
46
|
+
clearCache(...attrs: string[]): void;
|
|
47
|
+
removeSelf(completely?: boolean): void;
|
|
48
48
|
resetAnimation(): void;
|
|
49
49
|
dispose(): void;
|
|
50
50
|
get nature(): import("@hatiolab/things-scene").ComponentNature;
|
|
51
51
|
get disposed(): boolean;
|
|
52
52
|
isLayer(): boolean;
|
|
53
53
|
isGroup(): boolean;
|
|
54
|
-
isContainer(): this is import("@hatiolab/things-scene").Container;
|
|
54
|
+
isContainer(): this is import("@hatiolab/things-scene/dist-types/types/component.js").Container;
|
|
55
55
|
isLine(): boolean;
|
|
56
56
|
isRoot(): boolean;
|
|
57
57
|
isRootModel(): boolean;
|
|
@@ -63,17 +63,17 @@ declare const LabelPrinter_base: (new (...args: any[]) => {
|
|
|
63
63
|
isConnectable(): boolean;
|
|
64
64
|
isIdentifiable(): boolean;
|
|
65
65
|
isPositionable(): boolean;
|
|
66
|
-
replaceRefids(replaceMap:
|
|
67
|
-
get(property:
|
|
66
|
+
replaceRefids(replaceMap: Record<string, string>): void;
|
|
67
|
+
get(property: string): any;
|
|
68
68
|
set(props: any, propval?: any): any;
|
|
69
|
-
getState(property:
|
|
69
|
+
getState(property: string): any;
|
|
70
70
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
71
71
|
get model(): any;
|
|
72
72
|
get state(): import("@hatiolab/things-scene").State;
|
|
73
73
|
get refid(): any;
|
|
74
74
|
get hierarchy(): any;
|
|
75
|
-
get volatile():
|
|
76
|
-
_applyProps(target:
|
|
75
|
+
get volatile(): string[];
|
|
76
|
+
_applyProps(target: Record<string, any>, props: Record<string, any>, options: import("@hatiolab/things-scene/dist-types/components/component.js").ApplyPropsOptions): any;
|
|
77
77
|
move(offset: {
|
|
78
78
|
x: number;
|
|
79
79
|
y: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-label",
|
|
3
3
|
"description": "Barcode Label component for things-scene",
|
|
4
|
-
"version": "10.0.0
|
|
4
|
+
"version": "10.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"things-scene": true,
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"format": "eslint src/ --fix && prettier \"src/**/*.ts\" --write"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@hatiolab/things-scene": "^10.0.0
|
|
29
|
-
"@operato/barcode": "^10.0.0
|
|
30
|
-
"@operato/input": "^10.0.0
|
|
28
|
+
"@hatiolab/things-scene": "^10.0.0",
|
|
29
|
+
"@operato/barcode": "^10.0.0",
|
|
30
|
+
"@operato/input": "^10.0.0",
|
|
31
31
|
"bwip-js": "^4.4.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"prettier --write"
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "22356adaad4df093f25fa74316c1e0c6effbef8e"
|
|
62
62
|
}
|