@kong-ui-public/entities-plugins 2.5.8 → 2.5.9
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.
|
@@ -13513,6 +13513,13 @@ const VM = {
|
|
|
13513
13513
|
return this.$route && this.$route.query && this.$route.query.no_search;
|
|
13514
13514
|
}
|
|
13515
13515
|
},
|
|
13516
|
+
watch: {
|
|
13517
|
+
idValue: {
|
|
13518
|
+
handler(e, a) {
|
|
13519
|
+
e !== a && this.updateModel(e);
|
|
13520
|
+
}
|
|
13521
|
+
}
|
|
13522
|
+
},
|
|
13516
13523
|
async created() {
|
|
13517
13524
|
await this.$nextTick();
|
|
13518
13525
|
let e, a;
|
|
@@ -13591,7 +13598,7 @@ const VM = {
|
|
|
13591
13598
|
return a.length && e ? a.map((n) => e[n]).filter(Boolean).join(" - ") : "";
|
|
13592
13599
|
},
|
|
13593
13600
|
updateModel(e) {
|
|
13594
|
-
this.$emit("model-updated", e && e.length ? e : null, this.schema.model);
|
|
13601
|
+
this.$emit("model-updated", e != null && e.length ? e : null, this.schema.model);
|
|
13595
13602
|
},
|
|
13596
13603
|
onSelected(e) {
|
|
13597
13604
|
this.idValue = e && e.id, this.updateModel(this.getReturnValue(e || {}));
|
|
@@ -13643,7 +13650,7 @@ function qM(e, a, n, r, s, l) {
|
|
|
13643
13650
|
}, 8, ["id", "modelValue", "items", "loading", "placeholder", "onChange", "onQueryChange"])
|
|
13644
13651
|
]);
|
|
13645
13652
|
}
|
|
13646
|
-
const Fp = /* @__PURE__ */ Ge(VM, [["render", qM], ["__scopeId", "data-v-
|
|
13653
|
+
const Fp = /* @__PURE__ */ Ge(VM, [["render", qM], ["__scopeId", "data-v-d6ab138d"]]), XM = {
|
|
13647
13654
|
name: "FieldArrayCardContainer",
|
|
13648
13655
|
components: { TrashIcon: Xr },
|
|
13649
13656
|
props: {
|
|
@@ -15975,11 +15982,6 @@ const bx = /* @__PURE__ */ Ge(rx, [["render", yx], ["__scopeId", "data-v-e7395ff
|
|
|
15975
15982
|
"custom_id",
|
|
15976
15983
|
"username"
|
|
15977
15984
|
]
|
|
15978
|
-
}, {
|
|
15979
|
-
model: "custom_identifier",
|
|
15980
|
-
label: "Custom Identifier",
|
|
15981
|
-
type: "input",
|
|
15982
|
-
inputType: "text"
|
|
15983
15985
|
}, {
|
|
15984
15986
|
model: "service_identifier",
|
|
15985
15987
|
label: "Service Identifier",
|