@boltic/cli 1.0.11 → 1.0.13
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
|
@@ -110,6 +110,7 @@ const select = {
|
|
|
110
110
|
url: "/api/options",
|
|
111
111
|
labelKey: "label",
|
|
112
112
|
valueKey: "value",
|
|
113
|
+
condition: "{{sample-condition}}",
|
|
113
114
|
body: {
|
|
114
115
|
secret: "secret",
|
|
115
116
|
loadOptionsMethod: "get",
|
|
@@ -199,6 +200,7 @@ const autocomplete = {
|
|
|
199
200
|
url: "/api/autocomplete",
|
|
200
201
|
labelKey: "label",
|
|
201
202
|
valueKey: "value",
|
|
203
|
+
condition: "{{sample-condition}}",
|
|
202
204
|
body: {},
|
|
203
205
|
multiple: false,
|
|
204
206
|
limitTags: 3,
|
|
@@ -386,6 +388,9 @@ const toggle = {
|
|
|
386
388
|
errorMsg: "Toggle selection is required",
|
|
387
389
|
},
|
|
388
390
|
},
|
|
391
|
+
htmlProps: {
|
|
392
|
+
allowDynamic: false,
|
|
393
|
+
},
|
|
389
394
|
dependencies: {
|
|
390
395
|
logic: "AND",
|
|
391
396
|
conditions: [
|
|
@@ -675,6 +680,7 @@ const multiselect = {
|
|
|
675
680
|
url: "/api/options",
|
|
676
681
|
labelKey: "label",
|
|
677
682
|
valueKey: "value",
|
|
683
|
+
condition: "{{sample-condition}}",
|
|
678
684
|
body: {},
|
|
679
685
|
},
|
|
680
686
|
validation: {
|