node-red-contrib-typescript 1.0.13 → 1.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-typescript",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "",
5
5
  "author": "kezziny",
6
6
  "license": "ISC",
@@ -269,8 +269,8 @@
269
269
  <input id="node-input-outputs" style="width: 60px;" value="1">
270
270
  </div>
271
271
  <div class="form-row">
272
- <label for="node-input-filename"><i class="fa fa-tag"></i> Override filename <i>(prefix, if ends with '/')</i></label>
273
- <input id="node-input-filename" style="width: 60px;" value="">
272
+ <label for="node-input-filename"><i class="fa fa-tag"></i> Filename <br><sub>(prefix, if ends with '/')</sub></label>
273
+ <input id="node-input-filename" type="text" value="">
274
274
  </div>
275
275
 
276
276
  <div style="height: calc(100% - 68px); min-height:250px;" class="node-text-editor" id="node-input-example-editor"></div>