@flowfuse/node-red-dashboard 1.30.2-ceb47b5-202601160854.0 → 1.30.2-fd95cf0-202512301416.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.
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
// The behaviour in existing nodes was to deselect all items
|
|
116
116
|
$('#node-input-deselect').prop('checked', true)
|
|
117
117
|
}
|
|
118
|
-
// if this groups parent is a subflow template, set the node-input-width and node-input-height up
|
|
118
|
+
// if this groups parent is a subflow template, set the node-config-input-width and node-config-input-height up
|
|
119
119
|
// as typedInputs and hide the elementSizer (as it doesn't make sense for subflow templates)
|
|
120
120
|
if (RED.nodes.subflow(this.z)) {
|
|
121
121
|
// change inputs from hidden to text & display them
|
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
<input type="text" id="node-input-label" data-i18n="[placeholder]ui-table.label.optionalTableTitle">
|
|
348
348
|
</div>
|
|
349
349
|
<div class="form-row" id="text-row-class">
|
|
350
|
-
<label for="node-input-className"><i class="fa fa-code"></i> <span data-i18n="ui-table.label.className"></span></label>
|
|
351
|
-
<input type="text" id="node-input-className" data-i18n="[placeholder]ui-table.label.classNamePlaceholder"/>
|
|
350
|
+
<label for="node-config-input-className"><i class="fa fa-code"></i> <span data-i18n="ui-table.label.className"></span></label>
|
|
351
|
+
<input type="text" id="node-config-input-className" data-i18n="[placeholder]ui-table.label.classNamePlaceholder"/>
|
|
352
352
|
</div>
|
|
353
353
|
<div class="form-row">
|
|
354
354
|
<label for="node-input-maxrows"><i class="fa fa-tag"></i> <span data-i18n="ui-table.label.maxRows"></label>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/node-red-dashboard",
|
|
3
|
-
"version": "1.30.2-
|
|
3
|
+
"version": "1.30.2-fd95cf0-202512301416.0",
|
|
4
4
|
"description": "FlowFuse Dashboard - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red"
|