File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments