Skip to content

Commit 4de59f6

Browse files
committed
fix code
1 parent 48d85b8 commit 4de59f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-projects/svghmi.webcomponent",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "a svghmi webcomponent.",
55
"type": "module",
66
"main": "./dist/index.js",

src/SvgHmi.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,16 @@ export class SvgHmi extends BaseCustomWebComponentConstructorAppend {
126126
}
127127
}
128128

129-
private parseValue(value: string, type: string) {
129+
/*private parseValue(value: string, type: string) {
130130
switch (type) {
131131
case "HmiColor": {
132132
133133
}
134134
}
135135
136136
return value;
137-
}
137+
}*/
138+
138139
protected override _parseAttributesToProperties(noBindings?: boolean): void {
139140
super._parseAttributesToProperties();
140141
}

0 commit comments

Comments
 (0)