@kong-ui-public/entities-plugins 9.2.5 → 9.2.6
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.
|
@@ -1528,6 +1528,7 @@ const Jo = {
|
|
|
1528
1528
|
}, el = {
|
|
1529
1529
|
placeholder: {
|
|
1530
1530
|
konnect: "Filter by name",
|
|
1531
|
+
exact: "Filter by exact instance name or ID",
|
|
1531
1532
|
kongManager: "Filter by exact instance name or ID",
|
|
1532
1533
|
select: "Filter plugins"
|
|
1533
1534
|
},
|
|
@@ -11544,7 +11545,8 @@ const Nb = { class: "kong-ui-entities-plugins-list" }, Fb = { class: "name-cell-
|
|
|
11544
11545
|
name: m.name,
|
|
11545
11546
|
id: { label: a("plugins.list.table_headers.id"), sortable: !0 }
|
|
11546
11547
|
},
|
|
11547
|
-
placeholder
|
|
11548
|
+
// force exact placeholder if `props.config.isExactMatch` is true
|
|
11549
|
+
placeholder: a(`search.placeholder.${s.config.isExactMatch ? "exact" : s.config.app}`)
|
|
11548
11550
|
} : {
|
|
11549
11551
|
isExactMatch: !1,
|
|
11550
11552
|
fields: {
|
|
@@ -11927,7 +11929,7 @@ const Nb = { class: "kong-ui-entities-plugins-list" }, Fb = { class: "name-cell-
|
|
|
11927
11929
|
]);
|
|
11928
11930
|
};
|
|
11929
11931
|
}
|
|
11930
|
-
}), NE = /* @__PURE__ */ it(Zb, [["__scopeId", "data-v-
|
|
11932
|
+
}), NE = /* @__PURE__ */ it(Zb, [["__scopeId", "data-v-6e4751bf"]]), Jb = "16px", Wb = { class: "plugin-select-card-wrapper" }, _b = ["data-testid"], $b = { class: "plugin-card-header" }, eE = { class: "plugin-card-title" }, tE = {
|
|
11931
11933
|
key: 0,
|
|
11932
11934
|
class: "plugin-card-actions"
|
|
11933
11935
|
}, nE = ["data-testid", "title"], iE = {
|