@boltic/cli 1.0.11 → 1.0.12
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,
|
|
@@ -675,6 +677,7 @@ const multiselect = {
|
|
|
675
677
|
url: "/api/options",
|
|
676
678
|
labelKey: "label",
|
|
677
679
|
valueKey: "value",
|
|
680
|
+
condition: "{{sample-condition}}",
|
|
678
681
|
body: {},
|
|
679
682
|
},
|
|
680
683
|
validation: {
|