@5minds/node-red-contrib-processcube 1.2.3-feature-4125f7-m22xj9q1 → 1.2.3-feature-a741c4-m22yefrw
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -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"}" />
|