@5minds/node-red-contrib-processcube 1.2.3-feature-d74324-m22xfpbx → 1.2.3-feature-a741c4-m22yefrw
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
@@ -69,11 +69,6 @@ The configuration for the ProcessCube engine.
|
|
69
69
|
|
70
70
|
### References
|
71
71
|
|
72
|
-
<<<<<<< HEAD
|
73
|
-
- [The ProcessCube Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
74
|
-
- [Node-RED Integration in ProcessCube©](https://processcube.io/docs/node-red) - Node-RED integration in ProcessCube©
|
75
|
-
=======
|
76
72
|
- [The ProcessCube© Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
77
73
|
- [ProcessCube© LowCode Integration](https://processcube.io/docs/node-red) - LowCode integration in ProcessCube©
|
78
|
-
>>>>>>> develop
|
79
74
|
</script>
|
@@ -18,7 +18,6 @@
|
|
18
18
|
<camunda:formData>
|
19
19
|
<camunda:formField id="checkbox" label="Checkbox" type="checkbox" customForm="{"entries":[{"key":"key","value":"value"}],"hint":"hint"}" />
|
20
20
|
<camunda:formField id="colorpicker" label="Colorpicker" type="color" defaultValue="#e32626" customForm="{"hint":"hint"}" />
|
21
|
-
<camunda:formField id="confirm" label="Confirm" type="confirm" customForm="{"confirmButtonText":"Confirm","declineButtonText":"Decline"}" />
|
22
21
|
<camunda:formField id="date" label="Date" type="date" defaultValue="2024-10-18" customForm="{"hint":"hint"}" />
|
23
22
|
<camunda:formField id="datetime" label="Datetime" type="datetime-local" defaultValue="2024-10-19T12:41" customForm="{"hint":"hint"}" />
|
24
23
|
<camunda:formField id="email" label="Email" type="email" customForm="{"hint":"hint"}" />
|
@@ -26,14 +25,14 @@
|
|
26
25
|
<camunda:formField id="hidden" type="hidden" defaultValue="hidden" />
|
27
26
|
<camunda:formField id="number" label="Number" type="number" customForm="{"step":1.5,"hint":"hint"}" />
|
28
27
|
<camunda:formField id="month" label="Month" type="month" defaultValue="2024-07" customForm="{"hint":"hint"}" />
|
29
|
-
<camunda:formField id="paragraph" type="paragraph" defaultValue="
|
28
|
+
<camunda:formField id="paragraph" type="paragraph" defaultValue="A lot of words..." />
|
30
29
|
<camunda:formField id="password" label="Pasword" type="password" customForm="{"hint":"hint"}" />
|
31
30
|
<camunda:formField id="radio" label="Radio" type="radio" customForm="{"entries":[{"key":"key","value":"value"}],"hint":"hint"}" />
|
32
31
|
<camunda:formField id="range" label="Range" type="range" defaultValue="30" customForm="{"step":0.4,"min":3,"hint":"hint"}" />
|
33
32
|
<camunda:formField id="select" label="Select" type="select" customForm="{"entries":[{"key":"key","value":"value"}],"hint":"hint"}" />
|
34
33
|
<camunda:formField id="tel" label="Tel." type="tel" customForm="{"hint":"hint"}" />
|
35
34
|
<camunda:formField id="text" label="Text" type="string" customForm="{"hint":"hint"}" />
|
36
|
-
<camunda:formField id="textarea" label="Textarea" type="textarea" defaultValue="
|
35
|
+
<camunda:formField id="textarea" label="Textarea" type="textarea" defaultValue="more words..." customForm="{"rows":14,"hint":"hint"}" />
|
37
36
|
<camunda:formField id="time" label="Time" type="time" defaultValue="11:54" customForm="{"hint":"hint"}" />
|
38
37
|
<camunda:formField id="url" label="URL" type="url" customForm="{"hint":"hint"}" />
|
39
38
|
<camunda:formField id="week" label="Week" type="week" defaultValue="2024-W37" customForm="{"hint":"hint"}" />
|