@5minds/node-red-dashboard-2-processcube-dynamic-form 2.0.3-feature-7ea503-mcdeghjp → 2.0.3
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.
|
@@ -39,9 +39,6 @@
|
|
|
39
39
|
card_size_styling: {
|
|
40
40
|
value: "",
|
|
41
41
|
},
|
|
42
|
-
inner_card_styling: {
|
|
43
|
-
value: "",
|
|
44
|
-
},
|
|
45
42
|
title_text: {
|
|
46
43
|
value: "",
|
|
47
44
|
},
|
|
@@ -323,12 +320,8 @@
|
|
|
323
320
|
|
|
324
321
|
<h4>Appearance</h4>
|
|
325
322
|
<div class="form-row">
|
|
326
|
-
<label for="node-input-
|
|
327
|
-
<input type="text" id="node-input-card_size_styling" title="Use CSS properties like margin, padding or max-width to influence sizing and positioning of the component
|
|
328
|
-
</div>
|
|
329
|
-
<div class="form-row">
|
|
330
|
-
<label for="node-input-inner_card_styling"><i class="fa fa-hand"></i>Inner card size styling</label>
|
|
331
|
-
<input type="text" id="node-input-inner_card_styling" title="Use CSS properties like max-height to influence sizing and positioning of the components inner part, that contains only the form fields.">
|
|
323
|
+
<label for="node-input-form_columns"><i class="fa fa-hand"></i>Card size styling</label>
|
|
324
|
+
<input type="text" id="node-input-card_size_styling" title="Use CSS properties like margin, padding or max-width to influence sizing and positioning of the component">
|
|
332
325
|
</div>
|
|
333
326
|
<div class="form-row">
|
|
334
327
|
<label for="node-input-form_columns"><i class="fa fa-hand"></i>Columns in form</label>
|
|
@@ -440,10 +433,6 @@ An URL for an image, that should be displayed before the text. This will be used
|
|
|
440
433
|
|
|
441
434
|
Enter custom css rules to control the size and placement of the whole card. It can be used to set a `max-width` for the Card, apply a `margin` etc.
|
|
442
435
|
|
|
443
|
-
### Inner card size styling
|
|
444
|
-
|
|
445
|
-
Enter custom css rules to control the size of the inner part, that contains just the form fields. It can be used to override the `max-height` property.
|
|
446
|
-
|
|
447
436
|
### Columns in form
|
|
448
437
|
|
|
449
438
|
This value controls the amount of columns the card will have. It can be used to place multiple FormFields in one row.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
|
|
3
|
-
"version": "2.0.3
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "The ui component for the ProcessCube dynamic-form",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"processcube",
|
|
@@ -54,9 +54,8 @@
|
|
|
54
54
|
"lint:package:fix": "sort-package-json 'package.json'"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@formkit/
|
|
58
|
-
"@formkit/
|
|
59
|
-
"@formkit/vue": "^1.6.9",
|
|
57
|
+
"@formkit/themes": "^1.6.5",
|
|
58
|
+
"@formkit/vue": "^1.6.5",
|
|
60
59
|
"to-title-case": "^1.0.0",
|
|
61
60
|
"vue": "^3.3.8",
|
|
62
61
|
"vuex": "^4.1.0"
|