@kong-ui-public/entities-consumer-groups 4.5.1 → 4.5.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as _e, ref as I, computed as k, watch as we, resolveComponent as O, openBlock as S, createBlock as W, unref as
|
|
1
|
+
import { defineComponent as _e, ref as I, computed as k, watch as we, resolveComponent as O, openBlock as S, createBlock as W, unref as s, withCtx as d, createElementVNode as U, toDisplayString as E, createVNode as p, createElementBlock as X, Fragment as Le, renderList as Qe, createCommentVNode as L, onBeforeMount as Fe, createSlots as ke, createTextVNode as z, Teleport as He, reactive as Ge } from "vue";
|
|
2
2
|
import { useRouter as Ke } from "vue-router";
|
|
3
3
|
import { BookIcon as Pe, AddIcon as Te, TeamIcon as Je } from "@kong/icons";
|
|
4
4
|
import { createI18n as ze, i18nTComponent as We } from "@kong-ui-public/i18n";
|
|
@@ -168,8 +168,8 @@ const he = {
|
|
|
168
168
|
},
|
|
169
169
|
emits: ["cancel", "add:success", "add:partial-success", "error"],
|
|
170
170
|
setup(e, { emit: N }) {
|
|
171
|
-
var
|
|
172
|
-
const { i18n: { t: a } } = he.useI18n(),
|
|
171
|
+
var K;
|
|
172
|
+
const { i18n: { t: a } } = he.useI18n(), t = e, f = N, { axiosInstance: u } = $e((K = t.config) == null ? void 0 : K.axiosRequestConfig), n = I([]), {
|
|
173
173
|
debouncedQueryChange: x,
|
|
174
174
|
loading: ae,
|
|
175
175
|
allRecords: R,
|
|
@@ -177,14 +177,14 @@ const he = {
|
|
|
177
177
|
loadItems: ie,
|
|
178
178
|
results: Z
|
|
179
179
|
} = Be(
|
|
180
|
-
|
|
181
|
-
Y.list[
|
|
180
|
+
t.config,
|
|
181
|
+
Y.list[t.config.app].forModal,
|
|
182
182
|
"",
|
|
183
183
|
{
|
|
184
184
|
fetchedItemsKey: "data",
|
|
185
185
|
searchKeys: ["name", "id"]
|
|
186
186
|
}
|
|
187
|
-
), T = k(() => ue.value ? a("consumer_groups.errors.general") : ""),
|
|
187
|
+
), T = k(() => ue.value ? a("consumer_groups.errors.general") : ""), V = I(0), oe = k(() => R.value === void 0), te = k(() => Z.value.map((v) => ({
|
|
188
188
|
label: v.name,
|
|
189
189
|
value: v.id,
|
|
190
190
|
selected: n.value.includes(v.id),
|
|
@@ -195,19 +195,19 @@ const he = {
|
|
|
195
195
|
const w = oe.value ? Z.value.find((C) => C.id === v) : (g = R.value) == null ? void 0 : g.find((C) => C.id === v);
|
|
196
196
|
return w ? w.name : v;
|
|
197
197
|
}, le = () => {
|
|
198
|
-
M.value = "", $.value = [],
|
|
198
|
+
M.value = "", $.value = [], F.value = [], f("cancel");
|
|
199
199
|
}, $ = I([]), Q = I(!1), M = I(""), ce = async () => {
|
|
200
200
|
if (!n.value.length) {
|
|
201
|
-
M.value = "",
|
|
201
|
+
M.value = "", F.value = [], f("cancel");
|
|
202
202
|
return;
|
|
203
203
|
}
|
|
204
|
-
Q.value = !0, M.value = "", $.value = [],
|
|
204
|
+
Q.value = !0, M.value = "", $.value = [], F.value = [];
|
|
205
205
|
try {
|
|
206
206
|
const v = n.value.map((C) => j(C)), w = await Promise.allSettled(v);
|
|
207
207
|
let g = !0;
|
|
208
208
|
w.forEach((C) => {
|
|
209
209
|
C.status !== "fulfilled" && (g = !1);
|
|
210
|
-
}), g ? ($.value = [],
|
|
210
|
+
}), g ? ($.value = [], F.value = [], f("add:success", n.value), n.value = []) : ($.value.length && f("add:partial-success", $.value), n.value = [], re(w));
|
|
211
211
|
} catch {
|
|
212
212
|
M.value = a("consumer_groups.errors.add"), f("error", M.value);
|
|
213
213
|
} finally {
|
|
@@ -215,8 +215,8 @@ const he = {
|
|
|
215
215
|
}
|
|
216
216
|
}, de = k(() => {
|
|
217
217
|
var w, g, C;
|
|
218
|
-
let v = `${
|
|
219
|
-
return
|
|
218
|
+
let v = `${t.config.apiBaseUrl}${Y.list[t.config.app].forConsumer}`;
|
|
219
|
+
return t.config.app === "konnect" && (v = v.replace(/{controlPlaneId}/gi, ((w = t.config) == null ? void 0 : w.controlPlaneId) || "")), v.replace(/\/{workspace}/gi, (g = t.config) != null && g.workspace ? `/${t.config.workspace}` : "").replace(/{consumerId}/gi, ((C = t.config) == null ? void 0 : C.consumerId) || "");
|
|
220
220
|
}), j = async (v) => {
|
|
221
221
|
const w = {
|
|
222
222
|
group: v
|
|
@@ -228,51 +228,51 @@ const he = {
|
|
|
228
228
|
let C = `${se(v)} - ${g.message}`;
|
|
229
229
|
return g.response.status === 409 && (C = `${se(v)} - ${a("consumer_groups.errors.already_added")}`), Promise.reject(Error(C));
|
|
230
230
|
}
|
|
231
|
-
},
|
|
232
|
-
|
|
231
|
+
}, F = I([]), re = (v) => {
|
|
232
|
+
F.value = v.map((w) => {
|
|
233
233
|
var g;
|
|
234
234
|
return (g = w.reason) == null ? void 0 : g.message;
|
|
235
235
|
}).filter(Boolean);
|
|
236
236
|
};
|
|
237
237
|
return we(te, () => {
|
|
238
|
-
|
|
239
|
-
}, { immediate: !0, deep: !0 }), we(() =>
|
|
240
|
-
|
|
238
|
+
V.value++;
|
|
239
|
+
}, { immediate: !0, deep: !0 }), we(() => t.visible, () => {
|
|
240
|
+
t.visible && ie();
|
|
241
241
|
}, { immediate: !0 }), (v, w) => {
|
|
242
242
|
const g = O("KMultiselect"), C = O("KAlert"), ee = O("KPrompt");
|
|
243
243
|
return S(), W(ee, {
|
|
244
244
|
"action-button-disabled": Q.value,
|
|
245
245
|
class: "kong-ui-entities-add-to-groups-modal",
|
|
246
246
|
"data-testid": "add-to-group-modal",
|
|
247
|
-
title:
|
|
247
|
+
title: s(a)("consumer_groups.consumers.add.title"),
|
|
248
248
|
visible: e.visible,
|
|
249
249
|
onCancel: le,
|
|
250
250
|
onProceed: ce
|
|
251
251
|
}, {
|
|
252
252
|
default: d(() => [
|
|
253
253
|
U("div", go, [
|
|
254
|
-
U("p", fo, E(
|
|
254
|
+
U("p", fo, E(s(a)("consumer_groups.consumers.add.ctaText")), 1),
|
|
255
255
|
p(g, {
|
|
256
256
|
modelValue: n.value,
|
|
257
257
|
"onUpdate:modelValue": w[0] || (w[0] = (P) => n.value = P),
|
|
258
258
|
autosuggest: "",
|
|
259
259
|
"data-testid": "add-to-groups-multiselect",
|
|
260
|
-
"dropdown-footer-text": oe.value ?
|
|
260
|
+
"dropdown-footer-text": oe.value ? s(a)("consumer_groups.consumers.add.footer") : void 0,
|
|
261
261
|
items: te.value,
|
|
262
|
-
label:
|
|
263
|
-
loading:
|
|
264
|
-
placeholder:
|
|
262
|
+
label: s(a)("consumer_groups.consumers.add.consumer_groups_label"),
|
|
263
|
+
loading: s(ae),
|
|
264
|
+
placeholder: s(a)("consumer_groups.consumers.add.consumer_group_placeholder"),
|
|
265
265
|
readonly: Q.value,
|
|
266
266
|
required: "",
|
|
267
267
|
width: "100%",
|
|
268
|
-
onQueryChange:
|
|
268
|
+
onQueryChange: s(x)
|
|
269
269
|
}, null, 8, ["modelValue", "dropdown-footer-text", "items", "label", "loading", "placeholder", "readonly", "onQueryChange"]),
|
|
270
|
-
M.value || T.value ||
|
|
270
|
+
M.value || T.value || F.value.length ? (S(), X("div", vo, [
|
|
271
271
|
p(C, { appearance: "danger" }, {
|
|
272
272
|
default: d(() => [
|
|
273
|
-
U("p", null, E(
|
|
274
|
-
|
|
275
|
-
(S(!0), X(Le, null, Qe(
|
|
273
|
+
U("p", null, E(s(a)("consumer_groups.errors.add")), 1),
|
|
274
|
+
F.value.length ? (S(), X("ul", yo, [
|
|
275
|
+
(S(!0), X(Le, null, Qe(F.value, (P, H) => (S(), X("li", { key: H }, E(P), 1))), 128))
|
|
276
276
|
])) : L("", !0),
|
|
277
277
|
U("div", null, E(M.value || T.value), 1)
|
|
278
278
|
]),
|
|
@@ -287,8 +287,8 @@ const he = {
|
|
|
287
287
|
}
|
|
288
288
|
}), Ee = (e, N) => {
|
|
289
289
|
const a = e.__vccOpts || e;
|
|
290
|
-
for (const [
|
|
291
|
-
a[
|
|
290
|
+
for (const [t, f] of N)
|
|
291
|
+
a[t] = f;
|
|
292
292
|
return a;
|
|
293
293
|
}, ho = /* @__PURE__ */ Ee(_o, [["__scopeId", "data-v-54887165"]]), bo = { class: "kong-ui-entities-consumer-groups-list" }, Co = { class: "button-row" }, ko = /* @__PURE__ */ _e({
|
|
294
294
|
__name: "ConsumerGroupList",
|
|
@@ -337,21 +337,21 @@ const he = {
|
|
|
337
337
|
emits: ["error", "click:learn-more", "copy:success", "copy:error", "delete:success", "add:success", "remove:success"],
|
|
338
338
|
setup(e, { emit: N }) {
|
|
339
339
|
var Se;
|
|
340
|
-
const a = N,
|
|
340
|
+
const a = N, t = e, { i18nT: f, i18n: { t: u } } = he.useI18n(), n = Ke(), { axiosInstance: x } = $e((Se = t.config) == null ? void 0 : Se.axiosRequestConfig), ae = k(() => t.config.app !== "kongManager" || !!t.config.disableSorting), R = {
|
|
341
341
|
// the Name column is non-hidable
|
|
342
342
|
name: { label: u("consumer_groups.list.table_headers.name"), searchable: !0, sortable: !0, hidable: !1 }
|
|
343
343
|
};
|
|
344
|
-
|
|
344
|
+
t.config.app === "kongManager" && (R.consumers_count = { label: u("consumer_groups.list.table_headers.consumers_count"), searchable: !1, sortable: !1 }), R.tags = { label: u("consumer_groups.list.table_headers.tags"), sortable: !1 };
|
|
345
345
|
const ue = R, ie = (r) => ({
|
|
346
346
|
"data-testid": r.username ?? r.custom_id ?? r.id
|
|
347
347
|
}), Z = () => {
|
|
348
|
-
|
|
348
|
+
t.config.consumerId ? c() : n.push(t.config.createRoute);
|
|
349
349
|
}, T = k(() => {
|
|
350
350
|
var m, _, G;
|
|
351
|
-
let r = `${
|
|
352
|
-
return
|
|
353
|
-
}),
|
|
354
|
-
const r =
|
|
351
|
+
let r = `${t.config.apiBaseUrl}${Y.list[t.config.app][$.value ? "forConsumer" : "all"]}`;
|
|
352
|
+
return t.config.app === "konnect" && (r = r.replace(/{controlPlaneId}/gi, ((m = t.config) == null ? void 0 : m.controlPlaneId) || ""), V.value && t.config.isExactMatch && (r += "?list_consumers=false")), r.replace(/\/{workspace}/gi, (_ = t.config) != null && _.workspace ? `/${t.config.workspace}` : "").replace(/{consumerId}/gi, ((G = t.config) == null ? void 0 : G.consumerId) || "");
|
|
353
|
+
}), V = I(""), oe = k(() => {
|
|
354
|
+
const r = t.config.app === "konnect" || t.config.isExactMatch;
|
|
355
355
|
return r ? {
|
|
356
356
|
isExactMatch: r,
|
|
357
357
|
fields: {
|
|
@@ -364,19 +364,19 @@ const he = {
|
|
|
364
364
|
fields: {
|
|
365
365
|
name: R.name
|
|
366
366
|
},
|
|
367
|
-
schema:
|
|
367
|
+
schema: t.config.filterSchema
|
|
368
368
|
};
|
|
369
|
-
}), { hasRecords: te, handleStateChange: se } = Xe(
|
|
369
|
+
}), { hasRecords: te, handleStateChange: se } = Xe(V), le = k(() => te.value && t.config.app === "konnect"), $ = k(() => !!t.config.consumerId), Q = k(
|
|
370
370
|
() => $.value ? "kong-ui-entities-consumer-groups-list-in-consumer-page" : "kong-ui-entities-consumer-groups-list"
|
|
371
|
-
), M = k(() =>
|
|
371
|
+
), M = k(() => t.config.app === "konnect" && V.value ? "consumer_group" : $.value && !t.config.paginatedEndpoint ? "consumer_groups" : void 0), {
|
|
372
372
|
fetcher: ce,
|
|
373
373
|
fetcherState: de,
|
|
374
374
|
fetcherCacheKey: j
|
|
375
|
-
} = Ye(k(() => ({ ...
|
|
376
|
-
|
|
375
|
+
} = Ye(k(() => ({ ...t.config, cacheIdentifier: t.cacheIdentifier })), T, M), F = () => {
|
|
376
|
+
V.value = "";
|
|
377
377
|
}, re = () => {
|
|
378
378
|
j.value++;
|
|
379
|
-
},
|
|
379
|
+
}, K = I(null), v = async (r, m) => {
|
|
380
380
|
const _ = r.id;
|
|
381
381
|
if (!await m(_)) {
|
|
382
382
|
a("copy:error", {
|
|
@@ -406,14 +406,14 @@ const he = {
|
|
|
406
406
|
});
|
|
407
407
|
}, g = async (r) => {
|
|
408
408
|
var _;
|
|
409
|
-
await ((_ =
|
|
409
|
+
await ((_ = t.canRetrieve) == null ? void 0 : _.call(t, r)) && n.push(t.config.getViewRoute(r.id));
|
|
410
410
|
}, C = (r) => ({
|
|
411
411
|
label: u("consumer_groups.actions.view"),
|
|
412
|
-
to:
|
|
412
|
+
to: t.config.getViewRoute(r)
|
|
413
413
|
}), ee = (r) => ({
|
|
414
414
|
label: u("consumer_groups.actions.edit"),
|
|
415
|
-
to:
|
|
416
|
-
}), P = I(void 0), H = I(!1), ne = I(!1), me = I(""), ge = Ze(
|
|
415
|
+
to: t.config.getEditRoute(r)
|
|
416
|
+
}), P = I(void 0), H = I(!1), ne = I(!1), me = I(""), ge = Ze(t.config, T.value), fe = (r) => {
|
|
417
417
|
P.value = r, H.value = !0;
|
|
418
418
|
}, o = () => {
|
|
419
419
|
H.value = !1;
|
|
@@ -443,8 +443,8 @@ const he = {
|
|
|
443
443
|
J.value = !1, h.value = void 0;
|
|
444
444
|
}, qe = k(() => {
|
|
445
445
|
var m, _, G;
|
|
446
|
-
let r = `${
|
|
447
|
-
return
|
|
446
|
+
let r = `${t.config.apiBaseUrl}${Y.list[t.config.app].oneForConsumer}`;
|
|
447
|
+
return t.config.app === "konnect" && (r = r.replace(/{controlPlaneId}/gi, ((m = t.config) == null ? void 0 : m.controlPlaneId) || "")), r.replace(/\/{workspace}/gi, (_ = t.config) != null && _.workspace ? `/${t.config.workspace}` : "").replace(/{consumerId}/gi, ((G = t.config) == null ? void 0 : G.consumerId) || "");
|
|
448
448
|
}), Me = I(!1), Oe = async () => {
|
|
449
449
|
if (h.value) {
|
|
450
450
|
Me.value = !0;
|
|
@@ -461,49 +461,49 @@ const he = {
|
|
|
461
461
|
we(de, (r) => {
|
|
462
462
|
var m, _, G;
|
|
463
463
|
if (r.status === eo.Error) {
|
|
464
|
-
|
|
464
|
+
K.value = {
|
|
465
465
|
title: u("consumer_groups.errors.general")
|
|
466
|
-
}, (G = (_ = (m = r.error) == null ? void 0 : m.response) == null ? void 0 : _.data) != null && G.message && (
|
|
466
|
+
}, (G = (_ = (m = r.error) == null ? void 0 : m.response) == null ? void 0 : _.data) != null && G.message && (K.value.message = r.error.response.data.message), a("error", r.error);
|
|
467
467
|
return;
|
|
468
468
|
}
|
|
469
|
-
|
|
469
|
+
K.value = null;
|
|
470
470
|
});
|
|
471
471
|
const be = I({
|
|
472
|
-
ctaPath: $.value ? void 0 :
|
|
472
|
+
ctaPath: $.value ? void 0 : t.config.createRoute,
|
|
473
473
|
ctaText: void 0,
|
|
474
|
-
message: `${u("consumer_groups.list.empty_state.description")}${
|
|
474
|
+
message: `${u("consumer_groups.list.empty_state.description")}${t.config.additionMessageForEmptyState ? ` ${t.config.additionMessageForEmptyState}` : ""}`,
|
|
475
475
|
title: u("consumer_groups.title")
|
|
476
476
|
}), Ce = I(!1);
|
|
477
477
|
return Fe(async () => {
|
|
478
|
-
Ce.value = await
|
|
478
|
+
Ce.value = await t.canCreate(), Ce.value && (be.value.title = $.value ? u("consumer_groups.list.empty_state.title_for_consumer") : u("consumer_groups.list.empty_state.title"), be.value.ctaText = $.value ? u("consumer_groups.actions.add_to_group") : u("consumer_groups.actions.create"));
|
|
479
479
|
}), (r, m) => {
|
|
480
480
|
const _ = O("KButton"), G = O("KEmptyState"), pe = O("KDropdownItem"), Ae = O("KClipboardProvider"), Ne = O("KPrompt");
|
|
481
481
|
return S(), X("div", bo, [
|
|
482
|
-
p(
|
|
482
|
+
p(s(oo), {
|
|
483
483
|
"cache-identifier": e.cacheIdentifier,
|
|
484
484
|
"disable-pagination": $.value && !e.config.paginatedEndpoint,
|
|
485
485
|
"disable-sorting": ae.value,
|
|
486
486
|
"empty-state-options": be.value,
|
|
487
487
|
"enable-entity-actions": "",
|
|
488
|
-
"error-message":
|
|
489
|
-
fetcher:
|
|
490
|
-
"fetcher-cache-key":
|
|
488
|
+
"error-message": K.value,
|
|
489
|
+
fetcher: s(ce),
|
|
490
|
+
"fetcher-cache-key": s(j),
|
|
491
491
|
"pagination-type": "offset",
|
|
492
492
|
"preferences-storage-key": Q.value,
|
|
493
|
-
query:
|
|
493
|
+
query: V.value,
|
|
494
494
|
"row-attributes": ie,
|
|
495
|
-
"table-headers":
|
|
496
|
-
onClearSearchInput:
|
|
495
|
+
"table-headers": s(ue),
|
|
496
|
+
onClearSearchInput: F,
|
|
497
497
|
"onClick:row": m[3] || (m[3] = (y) => g(y)),
|
|
498
498
|
onEmptyStateCtaClicked: q,
|
|
499
499
|
onSort: re,
|
|
500
|
-
onState:
|
|
500
|
+
onState: s(se)
|
|
501
501
|
}, ke({
|
|
502
502
|
"toolbar-filter": d(() => [
|
|
503
|
-
$.value ? L("", !0) : (S(), W(
|
|
503
|
+
$.value ? L("", !0) : (S(), W(s(so), {
|
|
504
504
|
key: 0,
|
|
505
|
-
modelValue:
|
|
506
|
-
"onUpdate:modelValue": m[0] || (m[0] = (y) =>
|
|
505
|
+
modelValue: V.value,
|
|
506
|
+
"onUpdate:modelValue": m[0] || (m[0] = (y) => V.value = y),
|
|
507
507
|
config: oe.value
|
|
508
508
|
}, null, 8, ["modelValue", "config"]))
|
|
509
509
|
]),
|
|
@@ -522,11 +522,11 @@ const he = {
|
|
|
522
522
|
onClick: m[1] || (m[1] = (y) => r.$emit("click:learn-more"))
|
|
523
523
|
}, {
|
|
524
524
|
default: d(() => [
|
|
525
|
-
p(
|
|
525
|
+
p(s(Pe), { decorative: "" })
|
|
526
526
|
]),
|
|
527
527
|
_: 1
|
|
528
528
|
})) : L("", !0),
|
|
529
|
-
p(
|
|
529
|
+
p(s(ye), {
|
|
530
530
|
"auth-function": () => e.canCreate()
|
|
531
531
|
}, {
|
|
532
532
|
default: d(() => [
|
|
@@ -537,8 +537,8 @@ const he = {
|
|
|
537
537
|
onClick: Z
|
|
538
538
|
}, {
|
|
539
539
|
default: d(() => [
|
|
540
|
-
p(
|
|
541
|
-
z(" " + E(e.config.consumerId ?
|
|
540
|
+
p(s(Te)),
|
|
541
|
+
z(" " + E(e.config.consumerId ? s(u)("consumer_groups.actions.add_to_group") : s(u)("consumer_groups.list.toolbar_actions.new_consumer_group")), 1)
|
|
542
542
|
]),
|
|
543
543
|
_: 1
|
|
544
544
|
}, 8, ["size"])
|
|
@@ -555,7 +555,7 @@ const he = {
|
|
|
555
555
|
z(E(y ?? "-"), 1)
|
|
556
556
|
]),
|
|
557
557
|
tags: d(({ rowValue: y }) => [
|
|
558
|
-
p(
|
|
558
|
+
p(s(to), { tags: y }, null, 8, ["tags"])
|
|
559
559
|
]),
|
|
560
560
|
actions: d(({ row: y }) => [
|
|
561
561
|
p(Ae, null, {
|
|
@@ -565,7 +565,7 @@ const he = {
|
|
|
565
565
|
onClick: (je) => v(y, ve)
|
|
566
566
|
}, {
|
|
567
567
|
default: d(() => [
|
|
568
|
-
z(E(
|
|
568
|
+
z(E(s(u)("consumer_groups.actions.copy_id")), 1)
|
|
569
569
|
]),
|
|
570
570
|
_: 1
|
|
571
571
|
}, 8, ["onClick"])
|
|
@@ -579,14 +579,14 @@ const he = {
|
|
|
579
579
|
onClick: (je) => w(y, ve)
|
|
580
580
|
}, {
|
|
581
581
|
default: d(() => [
|
|
582
|
-
z(E(
|
|
582
|
+
z(E(s(u)("consumer_groups.actions.copy_json")), 1)
|
|
583
583
|
]),
|
|
584
584
|
_: 1
|
|
585
585
|
}, 8, ["onClick"])
|
|
586
586
|
]),
|
|
587
587
|
_: 2
|
|
588
588
|
}, 1024),
|
|
589
|
-
p(
|
|
589
|
+
p(s(ye), {
|
|
590
590
|
"auth-function": () => e.canRetrieve(y)
|
|
591
591
|
}, {
|
|
592
592
|
default: d(() => [
|
|
@@ -598,7 +598,7 @@ const he = {
|
|
|
598
598
|
]),
|
|
599
599
|
_: 2
|
|
600
600
|
}, 1032, ["auth-function"]),
|
|
601
|
-
p(
|
|
601
|
+
p(s(ye), {
|
|
602
602
|
"auth-function": () => e.canEdit(y)
|
|
603
603
|
}, {
|
|
604
604
|
default: d(() => [
|
|
@@ -609,7 +609,7 @@ const he = {
|
|
|
609
609
|
]),
|
|
610
610
|
_: 2
|
|
611
611
|
}, 1032, ["auth-function"]),
|
|
612
|
-
p(
|
|
612
|
+
p(s(ye), {
|
|
613
613
|
"auth-function": () => e.canDelete(y)
|
|
614
614
|
}, {
|
|
615
615
|
default: d(() => [
|
|
@@ -620,7 +620,7 @@ const he = {
|
|
|
620
620
|
onClick: () => e.config.consumerId ? Re(y) : fe(y)
|
|
621
621
|
}, {
|
|
622
622
|
default: d(() => [
|
|
623
|
-
z(E(e.config.consumerId ?
|
|
623
|
+
z(E(e.config.consumerId ? s(u)("consumer_groups.actions.exit") : s(u)("consumer_groups.actions.delete")), 1)
|
|
624
624
|
]),
|
|
625
625
|
_: 1
|
|
626
626
|
}, 8, ["onClick"])
|
|
@@ -630,7 +630,7 @@ const he = {
|
|
|
630
630
|
]),
|
|
631
631
|
_: 2
|
|
632
632
|
}, [
|
|
633
|
-
!
|
|
633
|
+
!V.value && e.config.app === "konnect" ? {
|
|
634
634
|
name: "empty-state",
|
|
635
635
|
fn: d(() => {
|
|
636
636
|
var y;
|
|
@@ -638,11 +638,11 @@ const he = {
|
|
|
638
638
|
p(G, {
|
|
639
639
|
"data-testid": "consumer-groups-entity-empty-state",
|
|
640
640
|
"icon-background": "",
|
|
641
|
-
message:
|
|
642
|
-
title:
|
|
641
|
+
message: s(u)("consumer_groups.list.empty_state_v2.description"),
|
|
642
|
+
title: s(u)("consumer_groups.list.empty_state_v2.title")
|
|
643
643
|
}, ke({
|
|
644
644
|
icon: d(() => [
|
|
645
|
-
p(
|
|
645
|
+
p(s(Je), { decorative: "" })
|
|
646
646
|
]),
|
|
647
647
|
action: d(() => [
|
|
648
648
|
Ce.value ? (S(), W(_, {
|
|
@@ -651,8 +651,8 @@ const he = {
|
|
|
651
651
|
onClick: Z
|
|
652
652
|
}, {
|
|
653
653
|
default: d(() => [
|
|
654
|
-
p(
|
|
655
|
-
z(" " + E(
|
|
654
|
+
p(s(Te), { decorative: "" }),
|
|
655
|
+
z(" " + E(s(u)("consumer_groups.list.toolbar_actions.new_consumer_group")), 1)
|
|
656
656
|
]),
|
|
657
657
|
_: 1
|
|
658
658
|
})) : L("", !0),
|
|
@@ -662,8 +662,8 @@ const he = {
|
|
|
662
662
|
onClick: m[2] || (m[2] = (ve) => r.$emit("click:learn-more"))
|
|
663
663
|
}, {
|
|
664
664
|
default: d(() => [
|
|
665
|
-
p(
|
|
666
|
-
z(" " + E(
|
|
665
|
+
p(s(Pe), { decorative: "" }),
|
|
666
|
+
z(" " + E(s(u)("consumer_groups.list.empty_state_v2.learn_more")), 1)
|
|
667
667
|
]),
|
|
668
668
|
_: 1
|
|
669
669
|
})
|
|
@@ -673,7 +673,7 @@ const he = {
|
|
|
673
673
|
(y = e.config) != null && y.isControlPlaneGroup ? {
|
|
674
674
|
name: "default",
|
|
675
675
|
fn: d(() => [
|
|
676
|
-
z(E(
|
|
676
|
+
z(E(s(u)("consumer_groups.list.empty_state_v2.group")), 1)
|
|
677
677
|
]),
|
|
678
678
|
key: "0"
|
|
679
679
|
} : void 0
|
|
@@ -683,14 +683,14 @@ const he = {
|
|
|
683
683
|
key: "0"
|
|
684
684
|
} : void 0
|
|
685
685
|
]), 1032, ["cache-identifier", "disable-pagination", "disable-sorting", "empty-state-options", "error-message", "fetcher", "fetcher-cache-key", "preferences-storage-key", "query", "table-headers", "onState"]),
|
|
686
|
-
p(
|
|
686
|
+
p(s(ro), {
|
|
687
687
|
"action-pending": ne.value,
|
|
688
688
|
"data-testid": "delete-consumer-group-modal",
|
|
689
|
-
description:
|
|
689
|
+
description: s(u)("consumer_groups.delete.description"),
|
|
690
690
|
"entity-name": P.value && (P.value.name || P.value.id),
|
|
691
|
-
"entity-type":
|
|
691
|
+
"entity-type": s(no).ConsumerGroup,
|
|
692
692
|
error: me.value,
|
|
693
|
-
title:
|
|
693
|
+
title: s(u)("consumer_groups.delete.title"),
|
|
694
694
|
visible: H.value,
|
|
695
695
|
onCancel: o,
|
|
696
696
|
onProceed: i
|
|
@@ -708,13 +708,13 @@ const he = {
|
|
|
708
708
|
key: 1,
|
|
709
709
|
"action-button-appearance": "danger",
|
|
710
710
|
"data-testid": "exit-group-modal",
|
|
711
|
-
title:
|
|
711
|
+
title: s(u)("consumer_groups.consumers.exit.title"),
|
|
712
712
|
visible: J.value,
|
|
713
713
|
onCancel: xe,
|
|
714
714
|
onProceed: Oe
|
|
715
715
|
}, {
|
|
716
716
|
default: d(() => [
|
|
717
|
-
p(
|
|
717
|
+
p(s(f), {
|
|
718
718
|
class: "exit-modal-message",
|
|
719
719
|
keypath: e.config.consumerUsername ? "consumer_groups.consumers.exit.confirmation" : "consumer_groups.consumers.exit.confirmationNoUsername",
|
|
720
720
|
tag: "p"
|
|
@@ -732,14 +732,14 @@ const he = {
|
|
|
732
732
|
key: "0"
|
|
733
733
|
} : void 0
|
|
734
734
|
]), 1032, ["keypath"]),
|
|
735
|
-
U("p", null, E(
|
|
735
|
+
U("p", null, E(s(u)("consumer_groups.consumers.exit.description")), 1)
|
|
736
736
|
]),
|
|
737
737
|
_: 1
|
|
738
738
|
}, 8, ["title", "visible"])) : L("", !0)
|
|
739
739
|
]);
|
|
740
740
|
};
|
|
741
741
|
}
|
|
742
|
-
}), Vo = /* @__PURE__ */ Ee(ko, [["__scopeId", "data-v-
|
|
742
|
+
}), Vo = /* @__PURE__ */ Ee(ko, [["__scopeId", "data-v-d84b29c3"]]), Io = { class: "kong-ui-entities-consumer-group-form" }, wo = { class: "select-item-container" }, $o = { class: "select-item-label" }, Eo = {
|
|
743
743
|
key: 0,
|
|
744
744
|
class: "select-item-description"
|
|
745
745
|
}, xo = /* @__PURE__ */ _e({
|
|
@@ -765,7 +765,7 @@ const he = {
|
|
|
765
765
|
emits: ["update", "error", "loading"],
|
|
766
766
|
setup(e, { emit: N }) {
|
|
767
767
|
var me, ge, fe;
|
|
768
|
-
const a = e,
|
|
768
|
+
const a = e, t = N, { i18n: { t: f } } = he.useI18n(), u = Ke(), n = Ge({
|
|
769
769
|
fields: {
|
|
770
770
|
name: "",
|
|
771
771
|
tags: "",
|
|
@@ -786,7 +786,7 @@ const he = {
|
|
|
786
786
|
} = Be(a.config, (ge = Y.form[(me = a.config) == null ? void 0 : me.app]) == null ? void 0 : ge.consumersList, "", {
|
|
787
787
|
fetchedItemsKey: "data",
|
|
788
788
|
searchKeys: ["username", "custom_id", "id"]
|
|
789
|
-
}), { axiosInstance: T } = $e((fe = a.config) == null ? void 0 : fe.axiosRequestConfig), { getMessageFromError:
|
|
789
|
+
}), { axiosInstance: T } = $e((fe = a.config) == null ? void 0 : fe.axiosRequestConfig), { getMessageFromError: V } = ao(), oe = uo(), te = k(() => Z.value.map((o) => ({
|
|
790
790
|
label: o.username || o.custom_id,
|
|
791
791
|
value: o.id,
|
|
792
792
|
selected: n.fields.consumers.includes(o.id),
|
|
@@ -803,10 +803,10 @@ const he = {
|
|
|
803
803
|
var o;
|
|
804
804
|
u.push(((o = a.config) == null ? void 0 : o.cancelRoute) || { name: "consumer-group-list" });
|
|
805
805
|
}, de = (o) => {
|
|
806
|
-
|
|
806
|
+
t("error", o);
|
|
807
807
|
}, j = (o) => {
|
|
808
|
-
|
|
809
|
-
},
|
|
808
|
+
t("loading", o);
|
|
809
|
+
}, F = async (o) => {
|
|
810
810
|
var b, c, l, A, q;
|
|
811
811
|
n.fields.name = ((b = o == null ? void 0 : o.item) == null ? void 0 : b.name) || ((c = o == null ? void 0 : o.consumer_group) == null ? void 0 : c.name) || (o == null ? void 0 : o.name) || "";
|
|
812
812
|
const i = ((l = o == null ? void 0 : o.item) == null ? void 0 : l.tags) || (o == null ? void 0 : o.consumer_group.tags) || (o == null ? void 0 : o.tags) || [];
|
|
@@ -820,16 +820,16 @@ const he = {
|
|
|
820
820
|
g(h);
|
|
821
821
|
}
|
|
822
822
|
Object.assign(x, n.fields);
|
|
823
|
-
}, re = k(() => oe.utf8Name(n.fields.name)),
|
|
823
|
+
}, re = k(() => oe.utf8Name(n.fields.name)), K = k(() => {
|
|
824
824
|
var o, i;
|
|
825
825
|
return {
|
|
826
826
|
name: n.fields.name,
|
|
827
827
|
tags: (i = (o = n.fields.tags.split(",")) == null ? void 0 : o.map((b) => String(b || "").trim())) == null ? void 0 : i.filter((b) => b !== "")
|
|
828
828
|
};
|
|
829
829
|
}), v = async (o, i = "") => await T.post(M("addConsumer", i, o), { consumer: o }), w = async (o, i = "") => await T.delete(M("removeConsumer", i, o)), g = (o) => {
|
|
830
|
-
n.errorMessage =
|
|
830
|
+
n.errorMessage = V(o), t("error", o);
|
|
831
831
|
}, C = (o = a.consumerGroupId ?? "") => {
|
|
832
|
-
Object.assign(x, n.fields),
|
|
832
|
+
Object.assign(x, n.fields), t("update", { ...n.fields, id: o });
|
|
833
833
|
}, ee = (o, i, b = a.consumerGroupId ?? "") => {
|
|
834
834
|
const c = o == null ? void 0 : o.find((l) => l.status !== "fulfilled");
|
|
835
835
|
c ? g({
|
|
@@ -839,7 +839,7 @@ const he = {
|
|
|
839
839
|
}, P = async () => {
|
|
840
840
|
let o = "";
|
|
841
841
|
try {
|
|
842
|
-
const { data: i } = await T.post(M("create"),
|
|
842
|
+
const { data: i } = await T.post(M("create"), K.value);
|
|
843
843
|
o = "item" in i ? i.item.id : i.id;
|
|
844
844
|
} catch (i) {
|
|
845
845
|
g(i);
|
|
@@ -855,7 +855,7 @@ const he = {
|
|
|
855
855
|
}, H = async () => {
|
|
856
856
|
var b;
|
|
857
857
|
try {
|
|
858
|
-
((b = a.config) == null ? void 0 : b.app) === "konnect" ? await T.put(M("edit"),
|
|
858
|
+
((b = a.config) == null ? void 0 : b.app) === "konnect" ? await T.put(M("edit"), K.value) : await T.patch(M("edit"), K.value);
|
|
859
859
|
} catch (c) {
|
|
860
860
|
g(c);
|
|
861
861
|
}
|
|
@@ -890,25 +890,25 @@ const he = {
|
|
|
890
890
|
}), (o, i) => {
|
|
891
891
|
const b = O("KInput"), c = O("KMultiselect");
|
|
892
892
|
return S(), X("div", Io, [
|
|
893
|
-
p(
|
|
893
|
+
p(s(io), {
|
|
894
894
|
"can-submit": $.value && Q.value,
|
|
895
895
|
config: e.config,
|
|
896
896
|
"edit-id": e.consumerGroupId,
|
|
897
|
-
"entity-type":
|
|
898
|
-
"error-message": n.errorMessage ||
|
|
897
|
+
"entity-type": s(De).ConsumerGroup,
|
|
898
|
+
"error-message": n.errorMessage || s(ue) || re.value,
|
|
899
899
|
"fetch-url": se.value,
|
|
900
|
-
"form-fields":
|
|
900
|
+
"form-fields": K.value,
|
|
901
901
|
"is-readonly": n.readonly,
|
|
902
902
|
onCancel: ce,
|
|
903
903
|
"onFetch:error": i[3] || (i[3] = (l) => de(l)),
|
|
904
|
-
"onFetch:success":
|
|
904
|
+
"onFetch:success": F,
|
|
905
905
|
onLoading: i[4] || (i[4] = (l) => j(l)),
|
|
906
906
|
onSubmit: ne
|
|
907
907
|
}, {
|
|
908
908
|
default: d(() => [
|
|
909
|
-
p(
|
|
910
|
-
description:
|
|
911
|
-
title:
|
|
909
|
+
p(s(Ve), {
|
|
910
|
+
description: s(f)("consumer_groups.form.general_info.description"),
|
|
911
|
+
title: s(f)("consumer_groups.form.general_info.title")
|
|
912
912
|
}, {
|
|
913
913
|
default: d(() => [
|
|
914
914
|
p(b, {
|
|
@@ -917,8 +917,8 @@ const he = {
|
|
|
917
917
|
modelModifiers: { trim: !0 },
|
|
918
918
|
autocomplete: "off",
|
|
919
919
|
"data-testid": "consumer-group-form-name",
|
|
920
|
-
label:
|
|
921
|
-
placeholder:
|
|
920
|
+
label: s(f)("consumer_groups.form.fields.name.label"),
|
|
921
|
+
placeholder: s(f)("consumer_groups.form.fields.name.placeholder"),
|
|
922
922
|
required: "",
|
|
923
923
|
type: "text"
|
|
924
924
|
}, null, 8, ["modelValue", "label", "placeholder"]),
|
|
@@ -928,23 +928,23 @@ const he = {
|
|
|
928
928
|
modelModifiers: { trim: !0 },
|
|
929
929
|
autocomplete: "off",
|
|
930
930
|
"data-testid": "consumer-group-form-tags",
|
|
931
|
-
help:
|
|
932
|
-
label:
|
|
931
|
+
help: s(f)("consumer_groups.form.fields.tags.help"),
|
|
932
|
+
label: s(f)("consumer_groups.form.fields.tags.label"),
|
|
933
933
|
"label-attributes": {
|
|
934
|
-
info:
|
|
934
|
+
info: s(f)("consumer_groups.form.fields.tags.tooltip"),
|
|
935
935
|
tooltipAttributes: { maxWidth: "400" }
|
|
936
936
|
},
|
|
937
|
-
placeholder:
|
|
937
|
+
placeholder: s(f)("consumer_groups.form.fields.tags.placeholder"),
|
|
938
938
|
type: "text"
|
|
939
939
|
}, null, 8, ["modelValue", "help", "label", "label-attributes", "placeholder"])
|
|
940
940
|
]),
|
|
941
941
|
_: 1
|
|
942
942
|
}, 8, ["description", "title"]),
|
|
943
|
-
e.hideConsumers ? L("", !0) : (S(), W(
|
|
943
|
+
e.hideConsumers ? L("", !0) : (S(), W(s(Ve), {
|
|
944
944
|
key: 0,
|
|
945
|
-
description:
|
|
945
|
+
description: s(f)("consumer_groups.form.consumers.description"),
|
|
946
946
|
"has-divider": "",
|
|
947
|
-
title:
|
|
947
|
+
title: s(f)("consumer_groups.form.consumers.title")
|
|
948
948
|
}, {
|
|
949
949
|
default: d(() => [
|
|
950
950
|
p(c, {
|
|
@@ -953,11 +953,11 @@ const he = {
|
|
|
953
953
|
appearance: "select",
|
|
954
954
|
autosuggest: "",
|
|
955
955
|
items: te.value,
|
|
956
|
-
label:
|
|
957
|
-
loading:
|
|
958
|
-
placeholder:
|
|
956
|
+
label: s(f)("consumer_groups.form.fields.consumers.label"),
|
|
957
|
+
loading: s(R),
|
|
958
|
+
placeholder: s(f)("consumer_groups.form.fields.consumers.placeholder"),
|
|
959
959
|
width: "auto",
|
|
960
|
-
onQueryChange:
|
|
960
|
+
onQueryChange: s(ae)
|
|
961
961
|
}, {
|
|
962
962
|
"item-template": d(({ item: l }) => {
|
|
963
963
|
var A, q, h;
|
|
@@ -1006,7 +1006,7 @@ const he = {
|
|
|
1006
1006
|
},
|
|
1007
1007
|
emits: ["loading", "fetch:error", "fetch:success"],
|
|
1008
1008
|
setup(e) {
|
|
1009
|
-
const N = e, { i18n: { t: a } } = he.useI18n(),
|
|
1009
|
+
const N = e, { i18n: { t: a } } = he.useI18n(), t = k(() => Y.item[N.config.app]), f = I({
|
|
1010
1010
|
id: {},
|
|
1011
1011
|
name: {},
|
|
1012
1012
|
created_at: {},
|
|
@@ -1016,13 +1016,13 @@ const he = {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
});
|
|
1018
1018
|
return (u, n) => (S(), X("div", Mo, [
|
|
1019
|
-
p(
|
|
1019
|
+
p(s(lo), {
|
|
1020
1020
|
config: e.config,
|
|
1021
1021
|
"config-card-doc": e.configCardDoc,
|
|
1022
1022
|
"config-schema": f.value,
|
|
1023
1023
|
"data-key": "consumer_group",
|
|
1024
|
-
"entity-type":
|
|
1025
|
-
"fetch-url":
|
|
1024
|
+
"entity-type": s(De).ConsumerGroup,
|
|
1025
|
+
"fetch-url": t.value,
|
|
1026
1026
|
"hide-title": e.hideTitle,
|
|
1027
1027
|
"onFetch:error": n[0] || (n[0] = (x) => u.$emit("fetch:error", x)),
|
|
1028
1028
|
"onFetch:success": n[1] || (n[1] = (x) => u.$emit("fetch:success", x)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(N,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("vue-router"),require("@kong/icons"),require("@kong-ui-public/i18n"),require("@kong-ui-public/entities-shared")):typeof define=="function"&&define.amd?define(["exports","vue","vue-router","@kong/icons","@kong-ui-public/i18n","@kong-ui-public/entities-shared"],e):(N=typeof globalThis<"u"?globalThis:N||self,e(N["kong-ui-public-entities-consumer-groups"]={},N.Vue,N.VueRouter,N.KongIcons,N["kong-ui-public-i18n"],N["kong-ui-public-entities-shared"]))})(this,function(N,e,me,X,pe,m){"use strict";const _e={consumer_groups:{list:{table_headers:{name:"Name",consumers_count:"Consumers",tags:"Tags",id:"ID"},empty_state:{title:"Configure a new consumer group",description:"Use consumer groups to manage custom rate limiting configuration for subsets of consumers.",title_for_consumer:"Add to a consumer group"},empty_state_v2:{title:"Configure your first consumer group",group:"Consumer groups created in gateways within this group will automatically appear here.",description:"Organize consumers into groups to easily apply policies like rate limiting and authentication across the entire group.",learn_more:"Learn more"},toolbar_actions:{new_consumer_group:"New consumer group"}},title:"Consumer groups",search:{placeholder:"Filter by exact name or ID"},actions:{add_to_group:"Add to consumer group",create:"New consumer group",copy_id:"Copy ID",copy_json:"Copy JSON",edit:"Edit",delete:"Delete",exit:"Exit",view:"View details"},delete:{title:"Delete a consumer group",description:"Deleting this group will remove all its plugins and rate limit configuration. This action cannot be reversed."},consumers:{add:{title:"Add To consumer groups",ctaText:"Add this consumer to consumer groups",consumer_groups_label:"Consumer groups",consumer_group_placeholder:"Add to consumer groups",footer:"Search by exact name or ID to find consumer groups not included in the list"},exit:{title:"Exit from a consumer group",confirmation:"Are you sure you want to remove consumer {consumer} from consumer group {consumerGroup}?",confirmationNoUsername:"Are you sure you want this consumer to exit from consumer group {consumerGroup}?",description:"Exiting from the group could change the rate limit policy applied to this consumer."}},errors:{general:"Consumer groups could not be retrieved",delete:"The consumer group could not be deleted at this time.",copy:"Failed to copy to clipboard",add:"The consumer could not be added to some groups at this time.",already_added:"The consumer is already in this consumer group",add_consumer:"An unexpected error occurred while adding consumers. Please try again.",remove_consumer:"An unexpected error occurred while removing consumers. Please try again."},copy:{success:"Copied {val} to clipboard",success_brief:"Successfully copied to clipboard"},form:{general_info:{title:"General information",description:"General information will help identify and manage this consumer group."},consumers:{title:"Consumers",description:"Add or remove consumers from this group"},fields:{name:{label:"Name",placeholder:"Enter a unique name for this consumer group "},tags:{label:"Tags",placeholder:"Enter a list of tags separated by comma",help:"e.g. tag1, tag2, tag3",tooltip:"An optional set of strings for grouping and filtering, separated by commas."},consumers:{label:"Consumers",placeholder:"Select one or more consumers"}}}}};function Ce(){const o=pe.createI18n("en-us",_e);return{i18n:o,i18nT:pe.i18nTComponent(o)}}const se={useI18n:Ce},D="/v2/control-planes/{controlPlaneId}/core-entities/{workspace}",A="/{workspace}",R={list:{konnect:{all:`${D}/consumer_groups`,forModal:`${D}/consumer_groups`,forConsumer:`${D}/consumers/{consumerId}/consumer_groups`,oneForConsumer:`${D}/consumers/{consumerId}/consumer_groups/{consumerGroupId}`},kongManager:{all:`${A}/consumer_groups?counter=true`,forModal:`${A}/consumer_groups`,forConsumer:`${A}/consumers/{consumerId}/consumer_groups`,oneForConsumer:`${A}/consumers/{consumerId}/consumer_groups/{consumerGroupId}`}},form:{konnect:{consumersList:`${D}/consumers`,create:`${D}/consumer_groups`,edit:`${D}/consumer_groups/{id}`,addConsumer:`${D}/consumer_groups/{id}/consumers`,removeConsumer:`${D}/consumer_groups/{id}/consumers/{consumerId}`,getConsumers:`${D}/consumer_groups/{id}/consumers`},kongManager:{consumersList:`${A}/consumers`,create:`${A}/consumer_groups`,edit:`${A}/consumer_groups/{id}`,addConsumer:`${A}/consumer_groups/{id}/consumers`,removeConsumer:`${A}/consumer_groups/{id}/consumers/{consumerId}`,getConsumers:`${A}/consumer_groups/{id}/consumers`}},item:{konnect:`${D}/consumer_groups/{id}?list_consumers=false`,kongManager:`${A}/consumer_groups/{id}?list_consumers=false`}},ke={class:"add-to-group-form-container"},be={class:"add-to-group-cta-text"},we={key:0,class:"kong-ui-entity-add-to-groups-error"},Ve={key:0},xe=e.defineComponent({__name:"AddToGroupModal",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||!o.consumerId)},visible:{type:Boolean,required:!0}},emits:["cancel","add:success","add:partial-success","error"],setup(o,{emit:F}){var M;const{i18n:{t:a}}=se.useI18n(),r=o,f=F,{axiosInstance:c}=m.useAxios((M=r.config)==null?void 0:M.axiosRequestConfig),s=e.ref([]),{debouncedQueryChange:V,loading:Y,allRecords:G,error:Z,loadItems:v,results:j}=m.useDebouncedFilter(r.config,R.list[r.config.app].forModal,"",{fetchedItemsKey:"data",searchKeys:["name","id"]}),B=e.computed(()=>Z.value?a("consumer_groups.errors.general"):""),P=e.ref(0),Q=e.computed(()=>G.value===void 0),H=e.computed(()=>j.value.map(g=>({label:g.name,value:g.id,selected:s.value.includes(g.id),data:g}))),J=g=>{var p;const b=Q.value?j.value.find(k=>k.id===g):(p=G.value)==null?void 0:p.find(k=>k.id===g);return b?b.name:g},ee=()=>{x.value="",w.value=[],T.value=[],f("cancel")},w=e.ref([]),U=e.ref(!1),x=e.ref(""),oe=async()=>{if(!s.value.length){x.value="",T.value=[],f("cancel");return}U.value=!0,x.value="",w.value=[],T.value=[];try{const g=s.value.map(k=>K(k)),b=await Promise.allSettled(g);let p=!0;b.forEach(k=>{k.status!=="fulfilled"&&(p=!1)}),p?(w.value=[],T.value=[],f("add:success",s.value),s.value=[]):(w.value.length&&f("add:partial-success",w.value),s.value=[],W(b))}catch{x.value=a("consumer_groups.errors.add"),f("error",x.value)}finally{U.value=!1}},te=e.computed(()=>{var b,p,k;let g=`${r.config.apiBaseUrl}${R.list[r.config.app].forConsumer}`;return r.config.app==="konnect"&&(g=g.replace(/{controlPlaneId}/gi,((b=r.config)==null?void 0:b.controlPlaneId)||"")),g.replace(/\/{workspace}/gi,(p=r.config)!=null&&p.workspace?`/${r.config.workspace}`:"").replace(/{consumerId}/gi,((k=r.config)==null?void 0:k.consumerId)||"")}),K=async g=>{const b={group:g};try{const p=await c.post(te.value,b);return w.value.push(g),p}catch(p){let k=`${J(g)} - ${p.message}`;return p.response.status===409&&(k=`${J(g)} - ${a("consumer_groups.errors.already_added")}`),Promise.reject(Error(k))}},T=e.ref([]),W=g=>{T.value=g.map(b=>{var p;return(p=b.reason)==null?void 0:p.message}).filter(Boolean)};return e.watch(H,()=>{P.value++},{immediate:!0,deep:!0}),e.watch(()=>r.visible,()=>{r.visible&&v()},{immediate:!0}),(g,b)=>{const p=e.resolveComponent("KMultiselect"),k=e.resolveComponent("KAlert"),L=e.resolveComponent("KPrompt");return e.openBlock(),e.createBlock(L,{"action-button-disabled":U.value,class:"kong-ui-entities-add-to-groups-modal","data-testid":"add-to-group-modal",title:e.unref(a)("consumer_groups.consumers.add.title"),visible:o.visible,onCancel:ee,onProceed:oe},{default:e.withCtx(()=>[e.createElementVNode("div",ke,[e.createElementVNode("p",be,e.toDisplayString(e.unref(a)("consumer_groups.consumers.add.ctaText")),1),e.createVNode(p,{modelValue:s.value,"onUpdate:modelValue":b[0]||(b[0]=$=>s.value=$),autosuggest:"","data-testid":"add-to-groups-multiselect","dropdown-footer-text":Q.value?e.unref(a)("consumer_groups.consumers.add.footer"):void 0,items:H.value,label:e.unref(a)("consumer_groups.consumers.add.consumer_groups_label"),loading:e.unref(Y),placeholder:e.unref(a)("consumer_groups.consumers.add.consumer_group_placeholder"),readonly:U.value,required:"",width:"100%",onQueryChange:e.unref(V)},null,8,["modelValue","dropdown-footer-text","items","label","loading","placeholder","readonly","onQueryChange"]),x.value||B.value||T.value.length?(e.openBlock(),e.createElementBlock("div",we,[e.createVNode(k,{appearance:"danger"},{default:e.withCtx(()=>[e.createElementVNode("p",null,e.toDisplayString(e.unref(a)("consumer_groups.errors.add")),1),T.value.length?(e.openBlock(),e.createElementBlock("ul",Ve,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,($,q)=>(e.openBlock(),e.createElementBlock("li",{key:q},e.toDisplayString($),1))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(x.value||B.value),1)]),_:1})])):e.createCommentVNode("",!0)])]),_:1},8,["action-button-disabled","title","visible"])}}}),le=(o,F)=>{const a=o.__vccOpts||o;for(const[r,f]of F)a[r]=f;return a},Ie=le(xe,[["__scopeId","data-v-54887165"]]),Ee={class:"kong-ui-entities-consumer-groups-list"},Ne={class:"button-row"},$e=le(e.defineComponent({__name:"ConsumerGroupList",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||!o.createRoute||!o.getViewRoute||!o.getEditRoute||o.app==="kongManager"&&!o.isExactMatch&&!o.filterSchema)},cacheIdentifier:{type:String,default:""},canCreate:{type:Function,required:!1,default:async()=>!0},canDelete:{type:Function,required:!1,default:async()=>!0},canEdit:{type:Function,required:!1,default:async()=>!0},canRetrieve:{type:Function,required:!1,default:async()=>!0},useActionOutside:{type:Boolean,default:!1}},emits:["error","click:learn-more","copy:success","copy:error","delete:success","add:success","remove:success"],setup(o,{emit:F}){var ye;const a=F,r=o,{i18nT:f,i18n:{t:c}}=se.useI18n(),s=me.useRouter(),{axiosInstance:V}=m.useAxios((ye=r.config)==null?void 0:ye.axiosRequestConfig),Y=e.computed(()=>r.config.app!=="kongManager"||!!r.config.disableSorting),G={name:{label:c("consumer_groups.list.table_headers.name"),searchable:!0,sortable:!0,hidable:!1}};r.config.app==="kongManager"&&(G.consumers_count={label:c("consumer_groups.list.table_headers.consumers_count"),searchable:!1,sortable:!1}),G.tags={label:c("consumer_groups.list.table_headers.tags"),sortable:!1};const Z=G,v=n=>({"data-testid":n.username??n.custom_id??n.id}),j=()=>{r.config.consumerId?u():s.push(r.config.createRoute)},B=e.computed(()=>{var d,h,E;let n=`${r.config.apiBaseUrl}${R.list[r.config.app][w.value?"forConsumer":"all"]}`;return r.config.app==="konnect"&&(n=n.replace(/{controlPlaneId}/gi,((d=r.config)==null?void 0:d.controlPlaneId)||"")),n.replace(/\/{workspace}/gi,(h=r.config)!=null&&h.workspace?`/${r.config.workspace}`:"").replace(/{consumerId}/gi,((E=r.config)==null?void 0:E.consumerId)||"")}),P=e.ref(""),Q=e.computed(()=>{const n=r.config.app==="konnect"||r.config.isExactMatch;return n?{isExactMatch:n,fields:{username:G.name,id:{label:c("consumer_groups.list.table_headers.id")}},placeholder:c("consumer_groups.search.placeholder")}:{isExactMatch:n,fields:{name:G.name},schema:r.config.filterSchema}}),{hasRecords:H,handleStateChange:J}=m.useTableState(P),ee=e.computed(()=>H.value&&r.config.app==="konnect"),w=e.computed(()=>!!r.config.consumerId),U=e.computed(()=>w.value?"kong-ui-entities-consumer-groups-list-in-consumer-page":"kong-ui-entities-consumer-groups-list"),x=e.computed(()=>r.config.app==="konnect"&&P.value?"consumer_group":w.value&&!r.config.paginatedEndpoint?"consumer_groups":void 0),{fetcher:oe,fetcherState:te,fetcherCacheKey:K}=m.useFetcher(e.computed(()=>({...r.config,cacheIdentifier:r.cacheIdentifier})),B,x),T=()=>{P.value=""},W=()=>{K.value++},M=e.ref(null),g=async(n,d)=>{const h=n.id;if(!await d(h)){a("copy:error",{entity:n,field:"id",message:c("consumer_groups.errors.copy")});return}a("copy:success",{entity:n,field:"id",message:c("consumer_groups.copy.success",{val:h})})},b=async(n,d)=>{const h=JSON.stringify(n);if(!await d(h)){a("copy:error",{entity:n,message:c("consumer_groups.errors.copy")});return}a("copy:success",{entity:n,message:c("consumer_groups.copy.success_brief")})},p=async n=>{var h;await((h=r.canRetrieve)==null?void 0:h.call(r,n))&&s.push(r.config.getViewRoute(n.id))},k=n=>({label:c("consumer_groups.actions.view"),to:r.config.getViewRoute(n)}),L=n=>({label:c("consumer_groups.actions.edit"),to:r.config.getEditRoute(n)}),$=e.ref(void 0),q=e.ref(!1),z=e.ref(!1),re=e.ref(""),ae=m.useDeleteUrlBuilder(r.config,B.value),ce=n=>{$.value=n,q.value=!0},t=()=>{q.value=!1},i=async()=>{var n,d,h;if((n=$.value)!=null&&n.id){z.value=!0;try{await V.delete(ae($.value.id)),z.value=!1,q.value=!1,K.value++,a("delete:success",$.value)}catch(E){re.value=((h=(d=E.response)==null?void 0:d.data)==null?void 0:h.message)||E.message||c("consumer_groups.errors.delete"),a("error",E)}finally{z.value=!1}}},C=e.ref(!1),u=()=>{C.value=!0},l=()=>{C.value=!1},I=(n,d)=>{d||l(),K.value++,a("add:success",n)},S=()=>{w.value&&u()},_=e.ref(void 0),O=e.ref(!1),Se=e.ref(""),Fe=n=>{_.value=n,O.value=!0},fe=()=>{O.value=!1,_.value=void 0},Ke=e.computed(()=>{var d,h,E;let n=`${r.config.apiBaseUrl}${R.list[r.config.app].oneForConsumer}`;return r.config.app==="konnect"&&(n=n.replace(/{controlPlaneId}/gi,((d=r.config)==null?void 0:d.controlPlaneId)||"")),n.replace(/\/{workspace}/gi,(h=r.config)!=null&&h.workspace?`/${r.config.workspace}`:"").replace(/{consumerId}/gi,((E=r.config)==null?void 0:E.consumerId)||"")}),ge=e.ref(!1),Re=async()=>{if(_.value){ge.value=!0;try{const n=Ke.value.replace(/{consumerGroupId}/gi,_.value.id);await V.delete(n),a("remove:success",_.value),fe(),K.value++}catch(n){Se.value=n.message||c("consumer_groups.errors.delete"),a("error",n)}finally{ge.value=!1}}};e.watch(te,n=>{var d,h,E;if(n.status===m.FetcherStatus.Error){M.value={title:c("consumer_groups.errors.general")},(E=(h=(d=n.error)==null?void 0:d.response)==null?void 0:h.data)!=null&&E.message&&(M.value.message=n.error.response.data.message),a("error",n.error);return}M.value=null});const ue=e.ref({ctaPath:w.value?void 0:r.config.createRoute,ctaText:void 0,message:`${c("consumer_groups.list.empty_state.description")}${r.config.additionMessageForEmptyState?` ${r.config.additionMessageForEmptyState}`:""}`,title:c("consumer_groups.title")}),de=e.ref(!1);return e.onBeforeMount(async()=>{de.value=await r.canCreate(),de.value&&(ue.value.title=w.value?c("consumer_groups.list.empty_state.title_for_consumer"):c("consumer_groups.list.empty_state.title"),ue.value.ctaText=w.value?c("consumer_groups.actions.add_to_group"):c("consumer_groups.actions.create"))}),(n,d)=>{const h=e.resolveComponent("KButton"),E=e.resolveComponent("KEmptyState"),ne=e.resolveComponent("KDropdownItem"),he=e.resolveComponent("KClipboardProvider"),Ue=e.resolveComponent("KPrompt");return e.openBlock(),e.createElementBlock("div",Ee,[e.createVNode(e.unref(m.EntityBaseTable),{"cache-identifier":o.cacheIdentifier,"disable-pagination":w.value&&!o.config.paginatedEndpoint,"disable-sorting":Y.value,"empty-state-options":ue.value,"enable-entity-actions":"","error-message":M.value,fetcher:e.unref(oe),"fetcher-cache-key":e.unref(K),"pagination-type":"offset","preferences-storage-key":U.value,query:P.value,"row-attributes":v,"table-headers":e.unref(Z),onClearSearchInput:T,"onClick:row":d[3]||(d[3]=y=>p(y)),onEmptyStateCtaClicked:S,onSort:W,onState:e.unref(J)},e.createSlots({"toolbar-filter":e.withCtx(()=>[w.value?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(m.EntityFilter),{key:0,modelValue:P.value,"onUpdate:modelValue":d[0]||(d[0]=y=>P.value=y),config:Q.value},null,8,["modelValue","config"]))]),"toolbar-button":e.withCtx(()=>[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!o.useActionOutside,to:"#kong-ui-app-page-header-action-button"},[e.createElementVNode("div",Ne,[ee.value?(e.openBlock(),e.createBlock(h,{key:0,appearance:"secondary",class:"open-learning-hub","data-testid":"consumer-groups-learn-more-button",icon:"",onClick:d[1]||(d[1]=y=>n.$emit("click:learn-more"))},{default:e.withCtx(()=>[e.createVNode(e.unref(X.BookIcon),{decorative:""})]),_:1})):e.createCommentVNode("",!0),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canCreate()},{default:e.withCtx(()=>[e.createVNode(h,{appearance:"primary","data-testid":"toolbar-add-consumer-group",size:o.useActionOutside?"medium":"large",onClick:j},{default:e.withCtx(()=>[e.createVNode(e.unref(X.AddIcon)),e.createTextVNode(" "+e.toDisplayString(o.config.consumerId?e.unref(c)("consumer_groups.actions.add_to_group"):e.unref(c)("consumer_groups.list.toolbar_actions.new_consumer_group")),1)]),_:1},8,["size"])]),_:1},8,["auth-function"])])],8,["disabled"]))]),name:e.withCtx(({rowValue:y})=>[e.createElementVNode("b",null,e.toDisplayString(y??"-"),1)]),consumers_count:e.withCtx(({rowValue:y})=>[e.createTextVNode(e.toDisplayString(y??"-"),1)]),tags:e.withCtx(({rowValue:y})=>[e.createVNode(e.unref(m.TableTags),{tags:y},null,8,["tags"])]),actions:e.withCtx(({row:y})=>[e.createVNode(he,null,{default:e.withCtx(({copyToClipboard:ie})=>[e.createVNode(ne,{"data-testid":"action-entity-copy-id",onClick:qe=>g(y,ie)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)("consumer_groups.actions.copy_id")),1)]),_:1},8,["onClick"])]),_:2},1024),e.createVNode(he,null,{default:e.withCtx(({copyToClipboard:ie})=>[e.createVNode(ne,{"data-testid":"action-entity-copy-json",onClick:qe=>b(y,ie)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)("consumer_groups.actions.copy_json")),1)]),_:1},8,["onClick"])]),_:2},1024),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canRetrieve(y)},{default:e.withCtx(()=>[e.createVNode(ne,{"data-testid":"action-entity-view","has-divider":"",item:k(y.id)},null,8,["item"])]),_:2},1032,["auth-function"]),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canEdit(y)},{default:e.withCtx(()=>[e.createVNode(ne,{"data-testid":"action-entity-edit",item:L(y.id)},null,8,["item"])]),_:2},1032,["auth-function"]),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canDelete(y)},{default:e.withCtx(()=>[e.createVNode(ne,{danger:"","data-testid":"action-entity-delete","has-divider":"",onClick:()=>o.config.consumerId?Fe(y):ce(y)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.config.consumerId?e.unref(c)("consumer_groups.actions.exit"):e.unref(c)("consumer_groups.actions.delete")),1)]),_:1},8,["onClick"])]),_:2},1032,["auth-function"])]),_:2},[!P.value&&o.config.app==="konnect"?{name:"empty-state",fn:e.withCtx(()=>{var y;return[e.createVNode(E,{"data-testid":"consumer-groups-entity-empty-state","icon-background":"",message:e.unref(c)("consumer_groups.list.empty_state_v2.description"),title:e.unref(c)("consumer_groups.list.empty_state_v2.title")},e.createSlots({icon:e.withCtx(()=>[e.createVNode(e.unref(X.TeamIcon),{decorative:""})]),action:e.withCtx(()=>[de.value?(e.openBlock(),e.createBlock(h,{key:0,"data-testid":"entity-create-button",onClick:j},{default:e.withCtx(()=>[e.createVNode(e.unref(X.AddIcon),{decorative:""}),e.createTextVNode(" "+e.toDisplayString(e.unref(c)("consumer_groups.list.toolbar_actions.new_consumer_group")),1)]),_:1})):e.createCommentVNode("",!0),e.createVNode(h,{appearance:"secondary","data-testid":"entity-learn-more-button",onClick:d[2]||(d[2]=ie=>n.$emit("click:learn-more"))},{default:e.withCtx(()=>[e.createVNode(e.unref(X.BookIcon),{decorative:""}),e.createTextVNode(" "+e.toDisplayString(e.unref(c)("consumer_groups.list.empty_state_v2.learn_more")),1)]),_:1})]),_:2},[(y=o.config)!=null&&y.isControlPlaneGroup?{name:"default",fn:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)("consumer_groups.list.empty_state_v2.group")),1)]),key:"0"}:void 0]),1032,["message","title"])]}),key:"0"}:void 0]),1032,["cache-identifier","disable-pagination","disable-sorting","empty-state-options","error-message","fetcher","fetcher-cache-key","preferences-storage-key","query","table-headers","onState"]),e.createVNode(e.unref(m.EntityDeleteModal),{"action-pending":z.value,"data-testid":"delete-consumer-group-modal",description:e.unref(c)("consumer_groups.delete.description"),"entity-name":$.value&&($.value.name||$.value.id),"entity-type":e.unref(m.EntityTypes).ConsumerGroup,error:re.value,title:e.unref(c)("consumer_groups.delete.title"),visible:q.value,onCancel:t,onProceed:i},null,8,["action-pending","description","entity-name","entity-type","error","title","visible"]),o.config.consumerId?(e.openBlock(),e.createBlock(Ie,{key:0,config:o.config,"data-testid":"add-to-group-modal",visible:C.value,"onAdd:partialSuccess":d[4]||(d[4]=y=>I(y,!0)),"onAdd:success":d[5]||(d[5]=y=>I(y)),onCancel:l},null,8,["config","visible"])):e.createCommentVNode("",!0),o.config.consumerId&&_.value?(e.openBlock(),e.createBlock(Ue,{key:1,"action-button-appearance":"danger","data-testid":"exit-group-modal",title:e.unref(c)("consumer_groups.consumers.exit.title"),visible:O.value,onCancel:fe,onProceed:Re},{default:e.withCtx(()=>[e.createVNode(e.unref(f),{class:"exit-modal-message",keypath:o.config.consumerUsername?"consumer_groups.consumers.exit.confirmation":"consumer_groups.consumers.exit.confirmationNoUsername",tag:"p"},e.createSlots({consumerGroup:e.withCtx(()=>[e.createElementVNode("strong",null,e.toDisplayString(_.value.name||_.value.id),1)]),_:2},[o.config.consumerUsername?{name:"consumer",fn:e.withCtx(()=>[e.createElementVNode("strong",null,e.toDisplayString(o.config.consumerUsername),1)]),key:"0"}:void 0]),1032,["keypath"]),e.createElementVNode("p",null,e.toDisplayString(e.unref(c)("consumer_groups.consumers.exit.description")),1)]),_:1},8,["title","visible"])):e.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-e70b778d"]]),Be={class:"kong-ui-entities-consumer-group-form"},Te={class:"select-item-container"},Me={class:"select-item-label"},De={key:0,class:"select-item-description"},Ae=le(e.defineComponent({__name:"ConsumerGroupForm",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||(o==null?void 0:o.app)==="konnect"&&!(o!=null&&o.controlPlaneId)||(o==null?void 0:o.app)==="kongManager"&&typeof(o==null?void 0:o.workspace)!="string"||!(o!=null&&o.cancelRoute))},consumerGroupId:{type:String,required:!1,default:null},hideConsumers:{type:Boolean,default:!1}},emits:["update","error","loading"],setup(o,{emit:F}){var re,ae,ce;const a=o,r=F,{i18n:{t:f}}=se.useI18n(),c=me.useRouter(),s=e.reactive({fields:{name:"",tags:"",consumers:[]},errorMessage:"",readonly:!1}),V=e.reactive({name:"",tags:"",consumers:[]}),{debouncedQueryChange:Y,loading:G,error:Z,loadItems:v,results:j}=m.useDebouncedFilter(a.config,(ae=R.form[(re=a.config)==null?void 0:re.app])==null?void 0:ae.consumersList,"",{fetchedItemsKey:"data",searchKeys:["username","custom_id","id"]}),{axiosInstance:B}=m.useAxios((ce=a.config)==null?void 0:ce.axiosRequestConfig),{getMessageFromError:P}=m.useErrors(),Q=m.useValidators(),H=e.computed(()=>j.value.map(t=>({label:t.username||t.custom_id,value:t.id,selected:s.fields.consumers.includes(t.id),data:t}))),J=e.computed(()=>{var t;return R.item[(t=a.config)==null?void 0:t.app]}),ee=e.computed(()=>a.consumerGroupId?m.EntityBaseFormType.Edit:m.EntityBaseFormType.Create),w=e.computed(()=>!!s.fields.name&&!W.value),U=e.computed(()=>JSON.stringify(s.fields)!==JSON.stringify(V)),x=(t,i="",C="")=>{var l,I,S,_,O;let u=`${(l=a.config)==null?void 0:l.apiBaseUrl}${R.form[(I=a.config)==null?void 0:I.app][t]}`;return((S=a.config)==null?void 0:S.app)==="konnect"&&(u=u.replace(/{controlPlaneId}/gi,((_=a.config)==null?void 0:_.controlPlaneId)||"")),u=u.replace(/\/{workspace}/gi,(O=a.config)!=null&&O.workspace?`/${a.config.workspace}`:"").replace(/{id}/gi,(i||a.consumerGroupId)??""),(t==="addConsumer"||t==="removeConsumer")&&(u=u.replace(/{consumerId}/gi,C)),u},oe=()=>{var t;c.push(((t=a.config)==null?void 0:t.cancelRoute)||{name:"consumer-group-list"})},te=t=>{r("error",t)},K=t=>{r("loading",t)},T=async t=>{var C,u,l,I,S;s.fields.name=((C=t==null?void 0:t.item)==null?void 0:C.name)||((u=t==null?void 0:t.consumer_group)==null?void 0:u.name)||(t==null?void 0:t.name)||"";const i=((l=t==null?void 0:t.item)==null?void 0:l.tags)||(t==null?void 0:t.consumer_group.tags)||(t==null?void 0:t.tags)||[];if(s.fields.tags=(i==null?void 0:i.join(", "))||"","consumers"in t)s.fields.consumers=((I=t==null?void 0:t.consumers)==null?void 0:I.map(_=>_.id))||[];else try{const{data:_}=await B.get(x("getConsumers"));s.fields.consumers="consumers"in _?(S=_==null?void 0:_.consumers)==null?void 0:S.map(O=>O.id):[]}catch(_){p(_)}Object.assign(V,s.fields)},W=e.computed(()=>Q.utf8Name(s.fields.name)),M=e.computed(()=>{var t,i;return{name:s.fields.name,tags:(i=(t=s.fields.tags.split(","))==null?void 0:t.map(C=>String(C||"").trim()))==null?void 0:i.filter(C=>C!=="")}}),g=async(t,i="")=>await B.post(x("addConsumer",i,t),{consumer:t}),b=async(t,i="")=>await B.delete(x("removeConsumer",i,t)),p=t=>{s.errorMessage=P(t),r("error",t)},k=(t=a.consumerGroupId??"")=>{Object.assign(V,s.fields),r("update",{...s.fields,id:t})},L=(t,i,C=a.consumerGroupId??"")=>{const u=t==null?void 0:t.find(l=>l.status!=="fulfilled");u?p({code:u.status,message:i}):k(C)},$=async()=>{let t="";try{const{data:i}=await B.post(x("create"),M.value);t="item"in i?i.item.id:i.id}catch(i){p(i)}if(s.fields.consumers.length>0&&t)try{const i=s.fields.consumers.map(u=>g(u,t)),C=await Promise.allSettled(i);L(C,f("consumer_groups.errors.add_consumer"),t)}catch(i){p(i)}else s.fields.consumers.length===0&&t&&k(t)},q=async()=>{var C;try{((C=a.config)==null?void 0:C.app)==="konnect"?await B.put(x("edit"),M.value):await B.patch(x("edit"),M.value)}catch(u){p(u)}const t=s.fields.consumers.filter(u=>!V.consumers.includes(u)),i=V.consumers.filter(u=>!s.fields.consumers.includes(u));if(i.length===0&&t.length===0)k();else{if(i.length>0)try{const u=i.map(I=>b(I)),l=await Promise.allSettled(u);L(l,f("consumer_groups.errors.remove_consumer"))}catch(u){p(u)}if(t.length>0)try{const u=t.map(I=>g(I)),l=await Promise.allSettled(u);L(l,f("consumer_groups.errors.add_consumer"))}catch(u){p(u)}}},z=async()=>{try{s.readonly=!0,ee.value===m.EntityBaseFormType.Create?await $():await q()}finally{s.readonly=!1}};return e.onBeforeMount(async()=>{a.hideConsumers||await v()}),(t,i)=>{const C=e.resolveComponent("KInput"),u=e.resolveComponent("KMultiselect");return e.openBlock(),e.createElementBlock("div",Be,[e.createVNode(e.unref(m.EntityBaseForm),{"can-submit":w.value&&U.value,config:o.config,"edit-id":o.consumerGroupId,"entity-type":e.unref(m.SupportedEntityType).ConsumerGroup,"error-message":s.errorMessage||e.unref(Z)||W.value,"fetch-url":J.value,"form-fields":M.value,"is-readonly":s.readonly,onCancel:oe,"onFetch:error":i[3]||(i[3]=l=>te(l)),"onFetch:success":T,onLoading:i[4]||(i[4]=l=>K(l)),onSubmit:z},{default:e.withCtx(()=>[e.createVNode(e.unref(m.EntityFormSection),{description:e.unref(f)("consumer_groups.form.general_info.description"),title:e.unref(f)("consumer_groups.form.general_info.title")},{default:e.withCtx(()=>[e.createVNode(C,{modelValue:s.fields.name,"onUpdate:modelValue":i[0]||(i[0]=l=>s.fields.name=l),modelModifiers:{trim:!0},autocomplete:"off","data-testid":"consumer-group-form-name",label:e.unref(f)("consumer_groups.form.fields.name.label"),placeholder:e.unref(f)("consumer_groups.form.fields.name.placeholder"),required:"",type:"text"},null,8,["modelValue","label","placeholder"]),e.createVNode(C,{modelValue:s.fields.tags,"onUpdate:modelValue":i[1]||(i[1]=l=>s.fields.tags=l),modelModifiers:{trim:!0},autocomplete:"off","data-testid":"consumer-group-form-tags",help:e.unref(f)("consumer_groups.form.fields.tags.help"),label:e.unref(f)("consumer_groups.form.fields.tags.label"),"label-attributes":{info:e.unref(f)("consumer_groups.form.fields.tags.tooltip"),tooltipAttributes:{maxWidth:"400"}},placeholder:e.unref(f)("consumer_groups.form.fields.tags.placeholder"),type:"text"},null,8,["modelValue","help","label","label-attributes","placeholder"])]),_:1},8,["description","title"]),o.hideConsumers?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(m.EntityFormSection),{key:0,description:e.unref(f)("consumer_groups.form.consumers.description"),"has-divider":"",title:e.unref(f)("consumer_groups.form.consumers.title")},{default:e.withCtx(()=>[e.createVNode(u,{modelValue:s.fields.consumers,"onUpdate:modelValue":i[2]||(i[2]=l=>s.fields.consumers=l),appearance:"select",autosuggest:"",items:H.value,label:e.unref(f)("consumer_groups.form.fields.consumers.label"),loading:e.unref(G),placeholder:e.unref(f)("consumer_groups.form.fields.consumers.placeholder"),width:"auto",onQueryChange:e.unref(Y)},{"item-template":e.withCtx(({item:l})=>{var I,S,_;return[e.createElementVNode("div",Te,[e.createElementVNode("div",Me,e.toDisplayString(l.label),1),(I=l==null?void 0:l.data)!=null&&I.username&&((S=l==null?void 0:l.data)!=null&&S.custom_id)?(e.openBlock(),e.createElementBlock("div",De,e.toDisplayString((_=l==null?void 0:l.data)==null?void 0:_.custom_id),1)):e.createCommentVNode("",!0)])]}),_:1},8,["modelValue","items","label","loading","placeholder","onQueryChange"])]),_:1},8,["description","title"]))]),_:1},8,["can-submit","config","edit-id","entity-type","error-message","fetch-url","form-fields","is-readonly"])])}}}),[["__scopeId","data-v-d5f8b08f"]]),Pe={class:"kong-ui-consumer-group-entity-config-card"},Ge=e.defineComponent({__name:"ConsumerGroupConfigCard",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||o.app==="konnect"&&!o.controlPlaneId||o.app==="kongManager"&&typeof o.workspace!="string"||!o.entityId)},configCardDoc:{type:String,default:"",required:!1},hideTitle:{type:Boolean,default:!1}},emits:["loading","fetch:error","fetch:success"],setup(o){const F=o,{i18n:{t:a}}=se.useI18n(),r=e.computed(()=>R.item[F.config.app]),f=e.ref({id:{},name:{},created_at:{},updated_at:{},tags:{tooltip:a("consumer_groups.form.fields.tags.tooltip")}});return(c,s)=>(e.openBlock(),e.createElementBlock("div",Pe,[e.createVNode(e.unref(m.EntityBaseConfigCard),{config:o.config,"config-card-doc":o.configCardDoc,"config-schema":f.value,"data-key":"consumer_group","entity-type":e.unref(m.SupportedEntityType).ConsumerGroup,"fetch-url":r.value,"hide-title":o.hideTitle,"onFetch:error":s[0]||(s[0]=V=>c.$emit("fetch:error",V)),"onFetch:success":s[1]||(s[1]=V=>c.$emit("fetch:success",V)),onLoading:s[2]||(s[2]=V=>c.$emit("loading",V))},null,8,["config","config-card-doc","config-schema","entity-type","fetch-url","hide-title"])]))}});N.ConsumerGroupConfigCard=Ge,N.ConsumerGroupForm=Ae,N.ConsumerGroupList=$e,Object.defineProperty(N,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(N,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue"),require("vue-router"),require("@kong/icons"),require("@kong-ui-public/i18n"),require("@kong-ui-public/entities-shared")):typeof define=="function"&&define.amd?define(["exports","vue","vue-router","@kong/icons","@kong-ui-public/i18n","@kong-ui-public/entities-shared"],e):(N=typeof globalThis<"u"?globalThis:N||self,e(N["kong-ui-public-entities-consumer-groups"]={},N.Vue,N.VueRouter,N.KongIcons,N["kong-ui-public-i18n"],N["kong-ui-public-entities-shared"]))})(this,function(N,e,me,X,pe,m){"use strict";const _e={consumer_groups:{list:{table_headers:{name:"Name",consumers_count:"Consumers",tags:"Tags",id:"ID"},empty_state:{title:"Configure a new consumer group",description:"Use consumer groups to manage custom rate limiting configuration for subsets of consumers.",title_for_consumer:"Add to a consumer group"},empty_state_v2:{title:"Configure your first consumer group",group:"Consumer groups created in gateways within this group will automatically appear here.",description:"Organize consumers into groups to easily apply policies like rate limiting and authentication across the entire group.",learn_more:"Learn more"},toolbar_actions:{new_consumer_group:"New consumer group"}},title:"Consumer groups",search:{placeholder:"Filter by exact name or ID"},actions:{add_to_group:"Add to consumer group",create:"New consumer group",copy_id:"Copy ID",copy_json:"Copy JSON",edit:"Edit",delete:"Delete",exit:"Exit",view:"View details"},delete:{title:"Delete a consumer group",description:"Deleting this group will remove all its plugins and rate limit configuration. This action cannot be reversed."},consumers:{add:{title:"Add To consumer groups",ctaText:"Add this consumer to consumer groups",consumer_groups_label:"Consumer groups",consumer_group_placeholder:"Add to consumer groups",footer:"Search by exact name or ID to find consumer groups not included in the list"},exit:{title:"Exit from a consumer group",confirmation:"Are you sure you want to remove consumer {consumer} from consumer group {consumerGroup}?",confirmationNoUsername:"Are you sure you want this consumer to exit from consumer group {consumerGroup}?",description:"Exiting from the group could change the rate limit policy applied to this consumer."}},errors:{general:"Consumer groups could not be retrieved",delete:"The consumer group could not be deleted at this time.",copy:"Failed to copy to clipboard",add:"The consumer could not be added to some groups at this time.",already_added:"The consumer is already in this consumer group",add_consumer:"An unexpected error occurred while adding consumers. Please try again.",remove_consumer:"An unexpected error occurred while removing consumers. Please try again."},copy:{success:"Copied {val} to clipboard",success_brief:"Successfully copied to clipboard"},form:{general_info:{title:"General information",description:"General information will help identify and manage this consumer group."},consumers:{title:"Consumers",description:"Add or remove consumers from this group"},fields:{name:{label:"Name",placeholder:"Enter a unique name for this consumer group "},tags:{label:"Tags",placeholder:"Enter a list of tags separated by comma",help:"e.g. tag1, tag2, tag3",tooltip:"An optional set of strings for grouping and filtering, separated by commas."},consumers:{label:"Consumers",placeholder:"Select one or more consumers"}}}}};function Ce(){const o=pe.createI18n("en-us",_e);return{i18n:o,i18nT:pe.i18nTComponent(o)}}const se={useI18n:Ce},A="/v2/control-planes/{controlPlaneId}/core-entities/{workspace}",P="/{workspace}",R={list:{konnect:{all:`${A}/consumer_groups`,forModal:`${A}/consumer_groups`,forConsumer:`${A}/consumers/{consumerId}/consumer_groups`,oneForConsumer:`${A}/consumers/{consumerId}/consumer_groups/{consumerGroupId}`},kongManager:{all:`${P}/consumer_groups?counter=true`,forModal:`${P}/consumer_groups`,forConsumer:`${P}/consumers/{consumerId}/consumer_groups`,oneForConsumer:`${P}/consumers/{consumerId}/consumer_groups/{consumerGroupId}`}},form:{konnect:{consumersList:`${A}/consumers`,create:`${A}/consumer_groups`,edit:`${A}/consumer_groups/{id}`,addConsumer:`${A}/consumer_groups/{id}/consumers`,removeConsumer:`${A}/consumer_groups/{id}/consumers/{consumerId}`,getConsumers:`${A}/consumer_groups/{id}/consumers`},kongManager:{consumersList:`${P}/consumers`,create:`${P}/consumer_groups`,edit:`${P}/consumer_groups/{id}`,addConsumer:`${P}/consumer_groups/{id}/consumers`,removeConsumer:`${P}/consumer_groups/{id}/consumers/{consumerId}`,getConsumers:`${P}/consumer_groups/{id}/consumers`}},item:{konnect:`${A}/consumer_groups/{id}?list_consumers=false`,kongManager:`${P}/consumer_groups/{id}?list_consumers=false`}},ke={class:"add-to-group-form-container"},be={class:"add-to-group-cta-text"},we={key:0,class:"kong-ui-entity-add-to-groups-error"},Ve={key:0},xe=e.defineComponent({__name:"AddToGroupModal",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||!o.consumerId)},visible:{type:Boolean,required:!0}},emits:["cancel","add:success","add:partial-success","error"],setup(o,{emit:F}){var D;const{i18n:{t:a}}=se.useI18n(),r=o,f=F,{axiosInstance:c}=m.useAxios((D=r.config)==null?void 0:D.axiosRequestConfig),s=e.ref([]),{debouncedQueryChange:V,loading:Y,allRecords:G,error:Z,loadItems:v,results:j}=m.useDebouncedFilter(r.config,R.list[r.config.app].forModal,"",{fetchedItemsKey:"data",searchKeys:["name","id"]}),B=e.computed(()=>Z.value?a("consumer_groups.errors.general"):""),T=e.ref(0),Q=e.computed(()=>G.value===void 0),H=e.computed(()=>j.value.map(g=>({label:g.name,value:g.id,selected:s.value.includes(g.id),data:g}))),J=g=>{var p;const b=Q.value?j.value.find(k=>k.id===g):(p=G.value)==null?void 0:p.find(k=>k.id===g);return b?b.name:g},ee=()=>{x.value="",w.value=[],M.value=[],f("cancel")},w=e.ref([]),U=e.ref(!1),x=e.ref(""),oe=async()=>{if(!s.value.length){x.value="",M.value=[],f("cancel");return}U.value=!0,x.value="",w.value=[],M.value=[];try{const g=s.value.map(k=>K(k)),b=await Promise.allSettled(g);let p=!0;b.forEach(k=>{k.status!=="fulfilled"&&(p=!1)}),p?(w.value=[],M.value=[],f("add:success",s.value),s.value=[]):(w.value.length&&f("add:partial-success",w.value),s.value=[],W(b))}catch{x.value=a("consumer_groups.errors.add"),f("error",x.value)}finally{U.value=!1}},te=e.computed(()=>{var b,p,k;let g=`${r.config.apiBaseUrl}${R.list[r.config.app].forConsumer}`;return r.config.app==="konnect"&&(g=g.replace(/{controlPlaneId}/gi,((b=r.config)==null?void 0:b.controlPlaneId)||"")),g.replace(/\/{workspace}/gi,(p=r.config)!=null&&p.workspace?`/${r.config.workspace}`:"").replace(/{consumerId}/gi,((k=r.config)==null?void 0:k.consumerId)||"")}),K=async g=>{const b={group:g};try{const p=await c.post(te.value,b);return w.value.push(g),p}catch(p){let k=`${J(g)} - ${p.message}`;return p.response.status===409&&(k=`${J(g)} - ${a("consumer_groups.errors.already_added")}`),Promise.reject(Error(k))}},M=e.ref([]),W=g=>{M.value=g.map(b=>{var p;return(p=b.reason)==null?void 0:p.message}).filter(Boolean)};return e.watch(H,()=>{T.value++},{immediate:!0,deep:!0}),e.watch(()=>r.visible,()=>{r.visible&&v()},{immediate:!0}),(g,b)=>{const p=e.resolveComponent("KMultiselect"),k=e.resolveComponent("KAlert"),L=e.resolveComponent("KPrompt");return e.openBlock(),e.createBlock(L,{"action-button-disabled":U.value,class:"kong-ui-entities-add-to-groups-modal","data-testid":"add-to-group-modal",title:e.unref(a)("consumer_groups.consumers.add.title"),visible:o.visible,onCancel:ee,onProceed:oe},{default:e.withCtx(()=>[e.createElementVNode("div",ke,[e.createElementVNode("p",be,e.toDisplayString(e.unref(a)("consumer_groups.consumers.add.ctaText")),1),e.createVNode(p,{modelValue:s.value,"onUpdate:modelValue":b[0]||(b[0]=$=>s.value=$),autosuggest:"","data-testid":"add-to-groups-multiselect","dropdown-footer-text":Q.value?e.unref(a)("consumer_groups.consumers.add.footer"):void 0,items:H.value,label:e.unref(a)("consumer_groups.consumers.add.consumer_groups_label"),loading:e.unref(Y),placeholder:e.unref(a)("consumer_groups.consumers.add.consumer_group_placeholder"),readonly:U.value,required:"",width:"100%",onQueryChange:e.unref(V)},null,8,["modelValue","dropdown-footer-text","items","label","loading","placeholder","readonly","onQueryChange"]),x.value||B.value||M.value.length?(e.openBlock(),e.createElementBlock("div",we,[e.createVNode(k,{appearance:"danger"},{default:e.withCtx(()=>[e.createElementVNode("p",null,e.toDisplayString(e.unref(a)("consumer_groups.errors.add")),1),M.value.length?(e.openBlock(),e.createElementBlock("ul",Ve,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M.value,($,q)=>(e.openBlock(),e.createElementBlock("li",{key:q},e.toDisplayString($),1))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(x.value||B.value),1)]),_:1})])):e.createCommentVNode("",!0)])]),_:1},8,["action-button-disabled","title","visible"])}}}),le=(o,F)=>{const a=o.__vccOpts||o;for(const[r,f]of F)a[r]=f;return a},Ee=le(xe,[["__scopeId","data-v-54887165"]]),Ie={class:"kong-ui-entities-consumer-groups-list"},Ne={class:"button-row"},$e=le(e.defineComponent({__name:"ConsumerGroupList",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||!o.createRoute||!o.getViewRoute||!o.getEditRoute||o.app==="kongManager"&&!o.isExactMatch&&!o.filterSchema)},cacheIdentifier:{type:String,default:""},canCreate:{type:Function,required:!1,default:async()=>!0},canDelete:{type:Function,required:!1,default:async()=>!0},canEdit:{type:Function,required:!1,default:async()=>!0},canRetrieve:{type:Function,required:!1,default:async()=>!0},useActionOutside:{type:Boolean,default:!1}},emits:["error","click:learn-more","copy:success","copy:error","delete:success","add:success","remove:success"],setup(o,{emit:F}){var ye;const a=F,r=o,{i18nT:f,i18n:{t:c}}=se.useI18n(),s=me.useRouter(),{axiosInstance:V}=m.useAxios((ye=r.config)==null?void 0:ye.axiosRequestConfig),Y=e.computed(()=>r.config.app!=="kongManager"||!!r.config.disableSorting),G={name:{label:c("consumer_groups.list.table_headers.name"),searchable:!0,sortable:!0,hidable:!1}};r.config.app==="kongManager"&&(G.consumers_count={label:c("consumer_groups.list.table_headers.consumers_count"),searchable:!1,sortable:!1}),G.tags={label:c("consumer_groups.list.table_headers.tags"),sortable:!1};const Z=G,v=n=>({"data-testid":n.username??n.custom_id??n.id}),j=()=>{r.config.consumerId?u():s.push(r.config.createRoute)},B=e.computed(()=>{var d,h,I;let n=`${r.config.apiBaseUrl}${R.list[r.config.app][w.value?"forConsumer":"all"]}`;return r.config.app==="konnect"&&(n=n.replace(/{controlPlaneId}/gi,((d=r.config)==null?void 0:d.controlPlaneId)||""),T.value&&r.config.isExactMatch&&(n+="?list_consumers=false")),n.replace(/\/{workspace}/gi,(h=r.config)!=null&&h.workspace?`/${r.config.workspace}`:"").replace(/{consumerId}/gi,((I=r.config)==null?void 0:I.consumerId)||"")}),T=e.ref(""),Q=e.computed(()=>{const n=r.config.app==="konnect"||r.config.isExactMatch;return n?{isExactMatch:n,fields:{username:G.name,id:{label:c("consumer_groups.list.table_headers.id")}},placeholder:c("consumer_groups.search.placeholder")}:{isExactMatch:n,fields:{name:G.name},schema:r.config.filterSchema}}),{hasRecords:H,handleStateChange:J}=m.useTableState(T),ee=e.computed(()=>H.value&&r.config.app==="konnect"),w=e.computed(()=>!!r.config.consumerId),U=e.computed(()=>w.value?"kong-ui-entities-consumer-groups-list-in-consumer-page":"kong-ui-entities-consumer-groups-list"),x=e.computed(()=>r.config.app==="konnect"&&T.value?"consumer_group":w.value&&!r.config.paginatedEndpoint?"consumer_groups":void 0),{fetcher:oe,fetcherState:te,fetcherCacheKey:K}=m.useFetcher(e.computed(()=>({...r.config,cacheIdentifier:r.cacheIdentifier})),B,x),M=()=>{T.value=""},W=()=>{K.value++},D=e.ref(null),g=async(n,d)=>{const h=n.id;if(!await d(h)){a("copy:error",{entity:n,field:"id",message:c("consumer_groups.errors.copy")});return}a("copy:success",{entity:n,field:"id",message:c("consumer_groups.copy.success",{val:h})})},b=async(n,d)=>{const h=JSON.stringify(n);if(!await d(h)){a("copy:error",{entity:n,message:c("consumer_groups.errors.copy")});return}a("copy:success",{entity:n,message:c("consumer_groups.copy.success_brief")})},p=async n=>{var h;await((h=r.canRetrieve)==null?void 0:h.call(r,n))&&s.push(r.config.getViewRoute(n.id))},k=n=>({label:c("consumer_groups.actions.view"),to:r.config.getViewRoute(n)}),L=n=>({label:c("consumer_groups.actions.edit"),to:r.config.getEditRoute(n)}),$=e.ref(void 0),q=e.ref(!1),z=e.ref(!1),re=e.ref(""),ae=m.useDeleteUrlBuilder(r.config,B.value),ce=n=>{$.value=n,q.value=!0},t=()=>{q.value=!1},i=async()=>{var n,d,h;if((n=$.value)!=null&&n.id){z.value=!0;try{await V.delete(ae($.value.id)),z.value=!1,q.value=!1,K.value++,a("delete:success",$.value)}catch(I){re.value=((h=(d=I.response)==null?void 0:d.data)==null?void 0:h.message)||I.message||c("consumer_groups.errors.delete"),a("error",I)}finally{z.value=!1}}},C=e.ref(!1),u=()=>{C.value=!0},l=()=>{C.value=!1},E=(n,d)=>{d||l(),K.value++,a("add:success",n)},S=()=>{w.value&&u()},_=e.ref(void 0),O=e.ref(!1),Se=e.ref(""),Fe=n=>{_.value=n,O.value=!0},fe=()=>{O.value=!1,_.value=void 0},Ke=e.computed(()=>{var d,h,I;let n=`${r.config.apiBaseUrl}${R.list[r.config.app].oneForConsumer}`;return r.config.app==="konnect"&&(n=n.replace(/{controlPlaneId}/gi,((d=r.config)==null?void 0:d.controlPlaneId)||"")),n.replace(/\/{workspace}/gi,(h=r.config)!=null&&h.workspace?`/${r.config.workspace}`:"").replace(/{consumerId}/gi,((I=r.config)==null?void 0:I.consumerId)||"")}),ge=e.ref(!1),Re=async()=>{if(_.value){ge.value=!0;try{const n=Ke.value.replace(/{consumerGroupId}/gi,_.value.id);await V.delete(n),a("remove:success",_.value),fe(),K.value++}catch(n){Se.value=n.message||c("consumer_groups.errors.delete"),a("error",n)}finally{ge.value=!1}}};e.watch(te,n=>{var d,h,I;if(n.status===m.FetcherStatus.Error){D.value={title:c("consumer_groups.errors.general")},(I=(h=(d=n.error)==null?void 0:d.response)==null?void 0:h.data)!=null&&I.message&&(D.value.message=n.error.response.data.message),a("error",n.error);return}D.value=null});const ue=e.ref({ctaPath:w.value?void 0:r.config.createRoute,ctaText:void 0,message:`${c("consumer_groups.list.empty_state.description")}${r.config.additionMessageForEmptyState?` ${r.config.additionMessageForEmptyState}`:""}`,title:c("consumer_groups.title")}),de=e.ref(!1);return e.onBeforeMount(async()=>{de.value=await r.canCreate(),de.value&&(ue.value.title=w.value?c("consumer_groups.list.empty_state.title_for_consumer"):c("consumer_groups.list.empty_state.title"),ue.value.ctaText=w.value?c("consumer_groups.actions.add_to_group"):c("consumer_groups.actions.create"))}),(n,d)=>{const h=e.resolveComponent("KButton"),I=e.resolveComponent("KEmptyState"),ne=e.resolveComponent("KDropdownItem"),he=e.resolveComponent("KClipboardProvider"),Ue=e.resolveComponent("KPrompt");return e.openBlock(),e.createElementBlock("div",Ie,[e.createVNode(e.unref(m.EntityBaseTable),{"cache-identifier":o.cacheIdentifier,"disable-pagination":w.value&&!o.config.paginatedEndpoint,"disable-sorting":Y.value,"empty-state-options":ue.value,"enable-entity-actions":"","error-message":D.value,fetcher:e.unref(oe),"fetcher-cache-key":e.unref(K),"pagination-type":"offset","preferences-storage-key":U.value,query:T.value,"row-attributes":v,"table-headers":e.unref(Z),onClearSearchInput:M,"onClick:row":d[3]||(d[3]=y=>p(y)),onEmptyStateCtaClicked:S,onSort:W,onState:e.unref(J)},e.createSlots({"toolbar-filter":e.withCtx(()=>[w.value?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(m.EntityFilter),{key:0,modelValue:T.value,"onUpdate:modelValue":d[0]||(d[0]=y=>T.value=y),config:Q.value},null,8,["modelValue","config"]))]),"toolbar-button":e.withCtx(()=>[(e.openBlock(),e.createBlock(e.Teleport,{disabled:!o.useActionOutside,to:"#kong-ui-app-page-header-action-button"},[e.createElementVNode("div",Ne,[ee.value?(e.openBlock(),e.createBlock(h,{key:0,appearance:"secondary",class:"open-learning-hub","data-testid":"consumer-groups-learn-more-button",icon:"",onClick:d[1]||(d[1]=y=>n.$emit("click:learn-more"))},{default:e.withCtx(()=>[e.createVNode(e.unref(X.BookIcon),{decorative:""})]),_:1})):e.createCommentVNode("",!0),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canCreate()},{default:e.withCtx(()=>[e.createVNode(h,{appearance:"primary","data-testid":"toolbar-add-consumer-group",size:o.useActionOutside?"medium":"large",onClick:j},{default:e.withCtx(()=>[e.createVNode(e.unref(X.AddIcon)),e.createTextVNode(" "+e.toDisplayString(o.config.consumerId?e.unref(c)("consumer_groups.actions.add_to_group"):e.unref(c)("consumer_groups.list.toolbar_actions.new_consumer_group")),1)]),_:1},8,["size"])]),_:1},8,["auth-function"])])],8,["disabled"]))]),name:e.withCtx(({rowValue:y})=>[e.createElementVNode("b",null,e.toDisplayString(y??"-"),1)]),consumers_count:e.withCtx(({rowValue:y})=>[e.createTextVNode(e.toDisplayString(y??"-"),1)]),tags:e.withCtx(({rowValue:y})=>[e.createVNode(e.unref(m.TableTags),{tags:y},null,8,["tags"])]),actions:e.withCtx(({row:y})=>[e.createVNode(he,null,{default:e.withCtx(({copyToClipboard:ie})=>[e.createVNode(ne,{"data-testid":"action-entity-copy-id",onClick:qe=>g(y,ie)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)("consumer_groups.actions.copy_id")),1)]),_:1},8,["onClick"])]),_:2},1024),e.createVNode(he,null,{default:e.withCtx(({copyToClipboard:ie})=>[e.createVNode(ne,{"data-testid":"action-entity-copy-json",onClick:qe=>b(y,ie)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)("consumer_groups.actions.copy_json")),1)]),_:1},8,["onClick"])]),_:2},1024),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canRetrieve(y)},{default:e.withCtx(()=>[e.createVNode(ne,{"data-testid":"action-entity-view","has-divider":"",item:k(y.id)},null,8,["item"])]),_:2},1032,["auth-function"]),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canEdit(y)},{default:e.withCtx(()=>[e.createVNode(ne,{"data-testid":"action-entity-edit",item:L(y.id)},null,8,["item"])]),_:2},1032,["auth-function"]),e.createVNode(e.unref(m.PermissionsWrapper),{"auth-function":()=>o.canDelete(y)},{default:e.withCtx(()=>[e.createVNode(ne,{danger:"","data-testid":"action-entity-delete","has-divider":"",onClick:()=>o.config.consumerId?Fe(y):ce(y)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.config.consumerId?e.unref(c)("consumer_groups.actions.exit"):e.unref(c)("consumer_groups.actions.delete")),1)]),_:1},8,["onClick"])]),_:2},1032,["auth-function"])]),_:2},[!T.value&&o.config.app==="konnect"?{name:"empty-state",fn:e.withCtx(()=>{var y;return[e.createVNode(I,{"data-testid":"consumer-groups-entity-empty-state","icon-background":"",message:e.unref(c)("consumer_groups.list.empty_state_v2.description"),title:e.unref(c)("consumer_groups.list.empty_state_v2.title")},e.createSlots({icon:e.withCtx(()=>[e.createVNode(e.unref(X.TeamIcon),{decorative:""})]),action:e.withCtx(()=>[de.value?(e.openBlock(),e.createBlock(h,{key:0,"data-testid":"entity-create-button",onClick:j},{default:e.withCtx(()=>[e.createVNode(e.unref(X.AddIcon),{decorative:""}),e.createTextVNode(" "+e.toDisplayString(e.unref(c)("consumer_groups.list.toolbar_actions.new_consumer_group")),1)]),_:1})):e.createCommentVNode("",!0),e.createVNode(h,{appearance:"secondary","data-testid":"entity-learn-more-button",onClick:d[2]||(d[2]=ie=>n.$emit("click:learn-more"))},{default:e.withCtx(()=>[e.createVNode(e.unref(X.BookIcon),{decorative:""}),e.createTextVNode(" "+e.toDisplayString(e.unref(c)("consumer_groups.list.empty_state_v2.learn_more")),1)]),_:1})]),_:2},[(y=o.config)!=null&&y.isControlPlaneGroup?{name:"default",fn:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(c)("consumer_groups.list.empty_state_v2.group")),1)]),key:"0"}:void 0]),1032,["message","title"])]}),key:"0"}:void 0]),1032,["cache-identifier","disable-pagination","disable-sorting","empty-state-options","error-message","fetcher","fetcher-cache-key","preferences-storage-key","query","table-headers","onState"]),e.createVNode(e.unref(m.EntityDeleteModal),{"action-pending":z.value,"data-testid":"delete-consumer-group-modal",description:e.unref(c)("consumer_groups.delete.description"),"entity-name":$.value&&($.value.name||$.value.id),"entity-type":e.unref(m.EntityTypes).ConsumerGroup,error:re.value,title:e.unref(c)("consumer_groups.delete.title"),visible:q.value,onCancel:t,onProceed:i},null,8,["action-pending","description","entity-name","entity-type","error","title","visible"]),o.config.consumerId?(e.openBlock(),e.createBlock(Ee,{key:0,config:o.config,"data-testid":"add-to-group-modal",visible:C.value,"onAdd:partialSuccess":d[4]||(d[4]=y=>E(y,!0)),"onAdd:success":d[5]||(d[5]=y=>E(y)),onCancel:l},null,8,["config","visible"])):e.createCommentVNode("",!0),o.config.consumerId&&_.value?(e.openBlock(),e.createBlock(Ue,{key:1,"action-button-appearance":"danger","data-testid":"exit-group-modal",title:e.unref(c)("consumer_groups.consumers.exit.title"),visible:O.value,onCancel:fe,onProceed:Re},{default:e.withCtx(()=>[e.createVNode(e.unref(f),{class:"exit-modal-message",keypath:o.config.consumerUsername?"consumer_groups.consumers.exit.confirmation":"consumer_groups.consumers.exit.confirmationNoUsername",tag:"p"},e.createSlots({consumerGroup:e.withCtx(()=>[e.createElementVNode("strong",null,e.toDisplayString(_.value.name||_.value.id),1)]),_:2},[o.config.consumerUsername?{name:"consumer",fn:e.withCtx(()=>[e.createElementVNode("strong",null,e.toDisplayString(o.config.consumerUsername),1)]),key:"0"}:void 0]),1032,["keypath"]),e.createElementVNode("p",null,e.toDisplayString(e.unref(c)("consumer_groups.consumers.exit.description")),1)]),_:1},8,["title","visible"])):e.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-d84b29c3"]]),Be={class:"kong-ui-entities-consumer-group-form"},Te={class:"select-item-container"},Me={class:"select-item-label"},De={key:0,class:"select-item-description"},Ae=le(e.defineComponent({__name:"ConsumerGroupForm",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||(o==null?void 0:o.app)==="konnect"&&!(o!=null&&o.controlPlaneId)||(o==null?void 0:o.app)==="kongManager"&&typeof(o==null?void 0:o.workspace)!="string"||!(o!=null&&o.cancelRoute))},consumerGroupId:{type:String,required:!1,default:null},hideConsumers:{type:Boolean,default:!1}},emits:["update","error","loading"],setup(o,{emit:F}){var re,ae,ce;const a=o,r=F,{i18n:{t:f}}=se.useI18n(),c=me.useRouter(),s=e.reactive({fields:{name:"",tags:"",consumers:[]},errorMessage:"",readonly:!1}),V=e.reactive({name:"",tags:"",consumers:[]}),{debouncedQueryChange:Y,loading:G,error:Z,loadItems:v,results:j}=m.useDebouncedFilter(a.config,(ae=R.form[(re=a.config)==null?void 0:re.app])==null?void 0:ae.consumersList,"",{fetchedItemsKey:"data",searchKeys:["username","custom_id","id"]}),{axiosInstance:B}=m.useAxios((ce=a.config)==null?void 0:ce.axiosRequestConfig),{getMessageFromError:T}=m.useErrors(),Q=m.useValidators(),H=e.computed(()=>j.value.map(t=>({label:t.username||t.custom_id,value:t.id,selected:s.fields.consumers.includes(t.id),data:t}))),J=e.computed(()=>{var t;return R.item[(t=a.config)==null?void 0:t.app]}),ee=e.computed(()=>a.consumerGroupId?m.EntityBaseFormType.Edit:m.EntityBaseFormType.Create),w=e.computed(()=>!!s.fields.name&&!W.value),U=e.computed(()=>JSON.stringify(s.fields)!==JSON.stringify(V)),x=(t,i="",C="")=>{var l,E,S,_,O;let u=`${(l=a.config)==null?void 0:l.apiBaseUrl}${R.form[(E=a.config)==null?void 0:E.app][t]}`;return((S=a.config)==null?void 0:S.app)==="konnect"&&(u=u.replace(/{controlPlaneId}/gi,((_=a.config)==null?void 0:_.controlPlaneId)||"")),u=u.replace(/\/{workspace}/gi,(O=a.config)!=null&&O.workspace?`/${a.config.workspace}`:"").replace(/{id}/gi,(i||a.consumerGroupId)??""),(t==="addConsumer"||t==="removeConsumer")&&(u=u.replace(/{consumerId}/gi,C)),u},oe=()=>{var t;c.push(((t=a.config)==null?void 0:t.cancelRoute)||{name:"consumer-group-list"})},te=t=>{r("error",t)},K=t=>{r("loading",t)},M=async t=>{var C,u,l,E,S;s.fields.name=((C=t==null?void 0:t.item)==null?void 0:C.name)||((u=t==null?void 0:t.consumer_group)==null?void 0:u.name)||(t==null?void 0:t.name)||"";const i=((l=t==null?void 0:t.item)==null?void 0:l.tags)||(t==null?void 0:t.consumer_group.tags)||(t==null?void 0:t.tags)||[];if(s.fields.tags=(i==null?void 0:i.join(", "))||"","consumers"in t)s.fields.consumers=((E=t==null?void 0:t.consumers)==null?void 0:E.map(_=>_.id))||[];else try{const{data:_}=await B.get(x("getConsumers"));s.fields.consumers="consumers"in _?(S=_==null?void 0:_.consumers)==null?void 0:S.map(O=>O.id):[]}catch(_){p(_)}Object.assign(V,s.fields)},W=e.computed(()=>Q.utf8Name(s.fields.name)),D=e.computed(()=>{var t,i;return{name:s.fields.name,tags:(i=(t=s.fields.tags.split(","))==null?void 0:t.map(C=>String(C||"").trim()))==null?void 0:i.filter(C=>C!=="")}}),g=async(t,i="")=>await B.post(x("addConsumer",i,t),{consumer:t}),b=async(t,i="")=>await B.delete(x("removeConsumer",i,t)),p=t=>{s.errorMessage=T(t),r("error",t)},k=(t=a.consumerGroupId??"")=>{Object.assign(V,s.fields),r("update",{...s.fields,id:t})},L=(t,i,C=a.consumerGroupId??"")=>{const u=t==null?void 0:t.find(l=>l.status!=="fulfilled");u?p({code:u.status,message:i}):k(C)},$=async()=>{let t="";try{const{data:i}=await B.post(x("create"),D.value);t="item"in i?i.item.id:i.id}catch(i){p(i)}if(s.fields.consumers.length>0&&t)try{const i=s.fields.consumers.map(u=>g(u,t)),C=await Promise.allSettled(i);L(C,f("consumer_groups.errors.add_consumer"),t)}catch(i){p(i)}else s.fields.consumers.length===0&&t&&k(t)},q=async()=>{var C;try{((C=a.config)==null?void 0:C.app)==="konnect"?await B.put(x("edit"),D.value):await B.patch(x("edit"),D.value)}catch(u){p(u)}const t=s.fields.consumers.filter(u=>!V.consumers.includes(u)),i=V.consumers.filter(u=>!s.fields.consumers.includes(u));if(i.length===0&&t.length===0)k();else{if(i.length>0)try{const u=i.map(E=>b(E)),l=await Promise.allSettled(u);L(l,f("consumer_groups.errors.remove_consumer"))}catch(u){p(u)}if(t.length>0)try{const u=t.map(E=>g(E)),l=await Promise.allSettled(u);L(l,f("consumer_groups.errors.add_consumer"))}catch(u){p(u)}}},z=async()=>{try{s.readonly=!0,ee.value===m.EntityBaseFormType.Create?await $():await q()}finally{s.readonly=!1}};return e.onBeforeMount(async()=>{a.hideConsumers||await v()}),(t,i)=>{const C=e.resolveComponent("KInput"),u=e.resolveComponent("KMultiselect");return e.openBlock(),e.createElementBlock("div",Be,[e.createVNode(e.unref(m.EntityBaseForm),{"can-submit":w.value&&U.value,config:o.config,"edit-id":o.consumerGroupId,"entity-type":e.unref(m.SupportedEntityType).ConsumerGroup,"error-message":s.errorMessage||e.unref(Z)||W.value,"fetch-url":J.value,"form-fields":D.value,"is-readonly":s.readonly,onCancel:oe,"onFetch:error":i[3]||(i[3]=l=>te(l)),"onFetch:success":M,onLoading:i[4]||(i[4]=l=>K(l)),onSubmit:z},{default:e.withCtx(()=>[e.createVNode(e.unref(m.EntityFormSection),{description:e.unref(f)("consumer_groups.form.general_info.description"),title:e.unref(f)("consumer_groups.form.general_info.title")},{default:e.withCtx(()=>[e.createVNode(C,{modelValue:s.fields.name,"onUpdate:modelValue":i[0]||(i[0]=l=>s.fields.name=l),modelModifiers:{trim:!0},autocomplete:"off","data-testid":"consumer-group-form-name",label:e.unref(f)("consumer_groups.form.fields.name.label"),placeholder:e.unref(f)("consumer_groups.form.fields.name.placeholder"),required:"",type:"text"},null,8,["modelValue","label","placeholder"]),e.createVNode(C,{modelValue:s.fields.tags,"onUpdate:modelValue":i[1]||(i[1]=l=>s.fields.tags=l),modelModifiers:{trim:!0},autocomplete:"off","data-testid":"consumer-group-form-tags",help:e.unref(f)("consumer_groups.form.fields.tags.help"),label:e.unref(f)("consumer_groups.form.fields.tags.label"),"label-attributes":{info:e.unref(f)("consumer_groups.form.fields.tags.tooltip"),tooltipAttributes:{maxWidth:"400"}},placeholder:e.unref(f)("consumer_groups.form.fields.tags.placeholder"),type:"text"},null,8,["modelValue","help","label","label-attributes","placeholder"])]),_:1},8,["description","title"]),o.hideConsumers?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(m.EntityFormSection),{key:0,description:e.unref(f)("consumer_groups.form.consumers.description"),"has-divider":"",title:e.unref(f)("consumer_groups.form.consumers.title")},{default:e.withCtx(()=>[e.createVNode(u,{modelValue:s.fields.consumers,"onUpdate:modelValue":i[2]||(i[2]=l=>s.fields.consumers=l),appearance:"select",autosuggest:"",items:H.value,label:e.unref(f)("consumer_groups.form.fields.consumers.label"),loading:e.unref(G),placeholder:e.unref(f)("consumer_groups.form.fields.consumers.placeholder"),width:"auto",onQueryChange:e.unref(Y)},{"item-template":e.withCtx(({item:l})=>{var E,S,_;return[e.createElementVNode("div",Te,[e.createElementVNode("div",Me,e.toDisplayString(l.label),1),(E=l==null?void 0:l.data)!=null&&E.username&&((S=l==null?void 0:l.data)!=null&&S.custom_id)?(e.openBlock(),e.createElementBlock("div",De,e.toDisplayString((_=l==null?void 0:l.data)==null?void 0:_.custom_id),1)):e.createCommentVNode("",!0)])]}),_:1},8,["modelValue","items","label","loading","placeholder","onQueryChange"])]),_:1},8,["description","title"]))]),_:1},8,["can-submit","config","edit-id","entity-type","error-message","fetch-url","form-fields","is-readonly"])])}}}),[["__scopeId","data-v-d5f8b08f"]]),Pe={class:"kong-ui-consumer-group-entity-config-card"},Ge=e.defineComponent({__name:"ConsumerGroupConfigCard",props:{config:{type:Object,required:!0,validator:o=>!(!o||!["konnect","kongManager"].includes(o==null?void 0:o.app)||o.app==="konnect"&&!o.controlPlaneId||o.app==="kongManager"&&typeof o.workspace!="string"||!o.entityId)},configCardDoc:{type:String,default:"",required:!1},hideTitle:{type:Boolean,default:!1}},emits:["loading","fetch:error","fetch:success"],setup(o){const F=o,{i18n:{t:a}}=se.useI18n(),r=e.computed(()=>R.item[F.config.app]),f=e.ref({id:{},name:{},created_at:{},updated_at:{},tags:{tooltip:a("consumer_groups.form.fields.tags.tooltip")}});return(c,s)=>(e.openBlock(),e.createElementBlock("div",Pe,[e.createVNode(e.unref(m.EntityBaseConfigCard),{config:o.config,"config-card-doc":o.configCardDoc,"config-schema":f.value,"data-key":"consumer_group","entity-type":e.unref(m.SupportedEntityType).ConsumerGroup,"fetch-url":r.value,"hide-title":o.hideTitle,"onFetch:error":s[0]||(s[0]=V=>c.$emit("fetch:error",V)),"onFetch:success":s[1]||(s[1]=V=>c.$emit("fetch:success",V)),onLoading:s[2]||(s[2]=V=>c.$emit("loading",V))},null,8,["config","config-card-doc","config-schema","entity-type","fetch-url","hide-title"])]))}});N.ConsumerGroupConfigCard=Ge,N.ConsumerGroupForm=Ae,N.ConsumerGroupList=$e,Object.defineProperty(N,Symbol.toStringTag,{value:"Module"})});
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.config-card-fieldset[data-v-5baf64ca]{border:solid 1px #e0e4ea;border:solid var(--kui-border-width-10, 1px) var(--kui-color-border, #e0e4ea);border-radius:4px;margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px);margin-top:4px}.config-card-fieldset-title[data-v-5baf64ca]{font-size:14px;font-size:var(--kui-font-size-30, 14px);padding:0 8px;padding:0 var(--kui-space-40, 8px);width:auto}fieldset.config-card-fieldset .config-card-details-row{width:unset}.config-card-json-item .config-card-details-row,fieldset.config-card-fieldset .config-card-details-row{margin:0 16px;margin:var(--kui-space-0, 0px) var(--kui-space-60, 16px)}.config-card-json-item .config-card-details-row:last-of-type,fieldset.config-card-fieldset .config-card-details-row:last-of-type{border-bottom:none}[data-v-2feb8c2e] .k-button.navigation-button{font-size:14px;font-weight:400}.config-card-details-row[data-v-b6987b3c]{align-items:center;border-bottom:var(--v25a763c4);box-sizing:border-box;display:var(--v1ac90e12);padding:16px;padding:var(--kui-space-60, 16px);padding-left:0;width:100%}.config-card-details-row .config-card-details-label[data-v-b6987b3c]{box-sizing:border-box;padding-right:16px;padding-right:var(--kui-space-60, 16px);width:var(--v45a716ee)}.config-card-details-row .config-card-details-label label[data-v-b6987b3c]{color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:inline-flex;max-width:100%}.config-card-details-row .config-card-details-label label .label-content[data-v-b6987b3c]{line-height:initial;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-label label .k-popover[data-v-b6987b3c]{min-width:0}.config-card-details-row .config-card-details-value[data-v-b6987b3c]{box-sizing:border-box;width:var(--v45a28b38)}.config-card-details-row .config-card-details-value .truncated[data-v-b6987b3c]{display:inline-block;line-height:initial;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-value span.attrs-data-text[data-v-b6987b3c]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-b6987b3c] .k-copy:not(:last-of-type){margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px)}.config-card-details-row .config-card-details-value .method-badge-array[data-v-b6987b3c]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-b6987b3c]{margin-right:4px;margin-right:var(--kui-space-20, 4px)}.config-card-details-row[data-v-b6987b3c] .k-label{margin-bottom:0}.config-card-details-row[data-v-b6987b3c] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-b6987b3c] .config-card-details-row{width:auto}.json-content.k-code-block{border-top-left-radius:0;border-top-left-radius:var(--kui-border-radius-0, 0px);border-top-right-radius:0;border-top-right-radius:var(--kui-border-radius-0, 0px)}.json-endpoint{align-items:baseline;background-color:#000933;background-color:var(--kui-color-background-inverse, #000933);border-bottom:1px solid rgba(255,255,255,.2);border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border-inverse, rgba(255, 255, 255, .2));border-top-left-radius:8px;border-top-left-radius:var(--kui-border-radius-40, 8px);border-top-right-radius:8px;border-top-right-radius:var(--kui-border-radius-40, 8px);display:flex;padding:8px 0 8px 12px;padding:var(--kui-space-40, 8px) var(--kui-space-0, 0px) var(--kui-space-40, 8px) var(--kui-space-50, 12px)}.json-endpoint .k-code-block{flex:auto;z-index:2}.json-endpoint .k-code-block .code-block-content{padding-bottom:0;padding-bottom:var(--kui-space-0, 0px);padding-top:0;padding-top:var(--kui-space-0, 0px)}.json-endpoint .k-code-block .code-block-secondary-actions{margin-top:0!important}.json-endpoint code{direction:rtl;max-width:var(--c7479fcc);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.deck-callout[data-v-0bf1334c]{margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.deck-callout .cta[data-v-0bf1334c]{background:none;border:none;color:inherit;cursor:pointer;font:inherit;font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);padding:0;text-decoration:underline}.generate-pat-modal[data-v-be3cd315] .modal-content{display:flex;flex-direction:column;gap:20px;gap:var(--kui-space-70, 20px)}.deck-config .k-select[data-v-f9989a30]{margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.deck-config .k-code-block[data-v-f9989a30]{margin-top:12px;margin-top:var(--kui-space-50, 12px)}.deck-config .k-code-block.customization[data-v-f9989a30]{background-color:#fff;background-color:var(--kui-color-background, #ffffff);border:1px solid #e0e4ea;border:1px solid var(--kui-color-border, #e0e4ea);border-radius:8px;border-radius:var(--kui-border-radius-40, 8px)}.deck-config .step-title[data-v-f9989a30]{align-items:center;align-self:stretch;font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);gap:16px}.deck-config .step-title[data-v-f9989a30]:not(:first-child){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.deck-config .konnect-pat-actions[data-v-f9989a30]{align-items:center;display:flex;flex-direction:row;gap:8px;gap:var(--kui-space-40, 8px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.deck-config .copy-konnect-pat-alert[data-v-f9989a30]{margin-top:8px;margin-top:var(--kui-space-40, 8px)}.deck-config .customization-footer-reminder[data-v-f9989a30]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.config-card-prop-section-title[data-v-d530ff19]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);margin-top:48px;margin-top:var(--kui-space-110, 48px)}.kong-ui-entity-base-config-card .config-card-actions[data-v-4e8b39ce]{align-items:center;display:flex;gap:16px;gap:var(--kui-space-60, 16px)}.kong-ui-entity-base-config-card .config-card-actions .row[data-v-4e8b39ce]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-4e8b39ce]{margin-bottom:0;margin-bottom:var(--kui-space-0, 0px);margin-right:8px;margin-right:var(--kui-space-40, 8px)}.kong-ui-entity-base-config-card .config-card-actions .sensitive-fields-checkbox[data-v-4e8b39ce]{align-items:center}.kong-ui-entity-base-config-card .config-card-actions .sensitive-fields-checkbox[data-v-4e8b39ce] .checkbox-label{width:max-content}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-4e8b39ce]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);margin-top:48px;margin-top:var(--kui-space-110, 48px)}.kong-ui-entity-base-config-card[data-v-4e8b39ce]:not(:has(.config-card-details-after)) .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .config-card-details-after[data-v-4e8b39ce]{padding-top:16px;padding-top:var(--kui-space-60, 16px)}.kong-ui-entity-base-config-card .book-icon[data-v-4e8b39ce]{margin-left:8px;margin-left:var(--kui-space-40, 8px);padding:0;padding:var(--kui-space-0, 0px)}.kong-ui-entity-base-form[data-v-32b5ebdc]{box-sizing:border-box;max-width:1536px;max-width:var(--kui-breakpoint-desktop, 1536px);width:100%}.kong-ui-entity-base-form[data-v-32b5ebdc] .k-slideout-title{color:#000933!important;color:var(--kui-color-text, #000933)!important;font-size:24px!important;font-size:var(--kui-font-size-70, 24px)!important;font-weight:700!important;font-weight:var(--kui-font-weight-bold, 700)!important;line-height:32px!important;line-height:var(--kui-line-height-60, 32px)!important;margin-bottom:16px!important;margin-bottom:var(--kui-space-60, 16px)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .k-card.content-card{padding:0 16px!important;padding:var(--kui-space-0, 0px) var(--kui-space-60, 16px)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .tab-item>div.tab-link.has-panels{color:#6c7489!important;color:var(--kui-color-text-neutral, #6c7489)!important;font-size:14px!important;font-size:var(--kui-font-size-30, 14px)!important;font-weight:700!important;font-weight:var(--kui-font-weight-bold, 700)!important;line-height:24px!important;line-height:var(--kui-line-height-40, 24px)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .tab-item.active>div.tab-link.has-panels{color:#000933!important;color:var(--kui-color-text, #000933)!important;font-weight:600!important;font-weight:var(--kui-font-weight-semibold, 600)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .slideout-content{overflow-y:unset!important}.kong-ui-entity-base-form.new-form-layout[data-v-32b5ebdc]{border:none;padding:0}.kong-ui-entity-base-form.new-form-layout[data-v-32b5ebdc]>.card-content>form>.form-actions{justify-content:flex-start;margin-top:20px;margin-top:var(--kui-space-70, 20px)}.kong-ui-entity-base-form.new-form-layout .form-error[data-v-32b5ebdc]{margin:20px 0 0 16px;margin:var(--kui-space-70, 20px) 0 0 var(--kui-space-60, 16px)}.kong-ui-entity-base-form .button-customize-deck-wrapper[data-v-32b5ebdc]{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.form-actions[data-v-32b5ebdc]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px;margin-top:var(--kui-space-80, 24px)}.form-actions[data-v-32b5ebdc] .k-button:last-of-type,.form-actions[data-v-32b5ebdc] .k-button:nth-last-of-type(2){margin-inline-start:16px;margin-inline-start:var(--kui-space-60, 16px)}.form-actions-reverted[data-v-32b5ebdc]{direction:rtl}.content-wrapper[data-v-a3a65cac] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-09e101d4]{align-items:center;display:flex;width:100%}.kong-ui-entity-base-table .toolbar-button-container[data-v-09e101d4]{margin-left:auto}.kong-ui-entity-base-table .hidden[data-v-09e101d4]{display:none}.kong-ui-entity-delete-modal .message[data-v-fc366e0c],.kong-ui-entity-delete-modal .description[data-v-fc366e0c]{line-height:20px;line-height:var(--kui-line-height-30, 20px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal .message strong[data-v-fc366e0c]{font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-entity-delete-modal .description[data-v-fc366e0c]{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.kong-ui-entity-delete-modal .body-stacked-copy .description[data-v-fc366e0c]{margin-top:0;margin-top:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal .body-stacked-copy .description>p[data-v-fc366e0c]{margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal .body-stacked-copy .message[data-v-fc366e0c]{margin-bottom:0;margin-bottom:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal[data-v-fc366e0c] .prompt-confirmation-text{line-height:20px;line-height:var(--kui-line-height-30, 20px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal-stacked-copy[data-v-fc366e0c] .prompt-content+.prompt-confirmation-container{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.kong-ui-entity-delete-error[data-v-fc366e0c]{margin-bottom:12px;margin-bottom:var(--kui-space-50, 12px)}.kong-ui-entity-filter-input[data-v-d3d2bd8b]{width:100%}.kong-ui-entity-filter-clear[data-v-d3d2bd8b]{cursor:pointer}.kong-ui-entity-filter[data-v-d3d2bd8b]{display:flex;position:relative}.kong-ui-entity-filter[data-v-d3d2bd8b] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-d3d2bd8b] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-d3d2bd8b]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-d3d2bd8b]{background-color:#fff;background-color:var(--kui-color-background, #ffffff);border:1px solid #afb7c5;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border-neutral-weak, #afb7c5);border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);box-shadow:0 4px 20px #e0e4ea;box-shadow:0 4px 20px var(--kui-color-border, #e0e4ea);left:0;margin-top:16px;padding:8px 0 12px;padding:var(--kui-space-40, 8px) 0 var(--kui-space-50, 12px);position:absolute;top:100%;width:300px;z-index:1060}.kong-ui-entity-filter-menu-item[data-v-d3d2bd8b]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:16px;line-height:var(--kui-line-height-20, 16px);list-style:none;margin:0 20px;margin:var(--kui-space-0, 0px) var(--kui-space-70, 20px);padding:16px 0;padding:var(--kui-space-60, 16px) 0;position:relative;white-space:nowrap}.menu-item-title[data-v-d3d2bd8b]{align-items:center;cursor:pointer;display:flex;line-height:24px;line-height:var(--kui-line-height-40, 24px)}.menu-item-title.expanded[data-v-d3d2bd8b]{color:#232633;color:var(--kui-color-text-neutral-strongest, #232633)}.menu-item-expand-icon[data-v-d3d2bd8b]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-d3d2bd8b]{transform:rotate(180deg)}.menu-item-indicator[data-v-d3d2bd8b]{background-color:#0044f4;background-color:var(--kui-color-background-primary, #0044f4);border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-d3d2bd8b]{align-items:center;display:flex;justify-content:space-between;margin-top:16px;margin-top:var(--kui-space-60, 16px)}.menu-item-body[data-v-d3d2bd8b] .input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-d3d2bd8b] .k-input{width:100%}.menu-item-body[data-v-d3d2bd8b] .k-select-input .input{font-size:12px}.menu-item-body[data-v-d3d2bd8b] .k-select-input .input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-d3d2bd8b]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-d3d2bd8b]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-d3d2bd8b]{padding:12px 20px 0;padding:var(--kui-space-50, 12px) var(--kui-space-70, 20px) 0}fieldset[data-v-ccd29028]{margin:0;min-width:0;padding:0}.kong-ui-entity-form-section[data-v-ccd29028]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-ccd29028]{column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex;flex-direction:column;padding-bottom:64px;padding-bottom:var(--kui-space-130, 64px);row-gap:12px;row-gap:var(--kui-space-50, 12px);width:100%}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper[data-v-ccd29028]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-ccd29028]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-ccd29028]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-ccd29028]{height:fit-content;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);position:sticky;top:16px}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-title[data-v-ccd29028]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);line-height:20px;line-height:var(--kui-line-height-30, 20px);margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px);margin-top:0;margin-top:var(--kui-space-0, 0px)}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-ccd29028],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-ccd29028],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-ccd29028] p{color:#000933;color:var(--kui-color-text, #000933);font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:400;line-height:20px;margin:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-footer[data-v-ccd29028]{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-ccd29028]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-ccd29028]>*:not(:first-child){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-ccd29028]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea)}.kong-ui-entity-form-block .header[data-v-8e48a559]{align-items:flex-start;display:flex;gap:8px;gap:var(--kui-space-40, 8px)}.kong-ui-entity-form-block .step[data-v-8e48a559]{align-items:center;background:#fff;background:var(--kui-color-background, #ffffff);border:1px solid #afb7c5;border:1px solid var(--kui-color-border-neutral-weak, #afb7c5);border-radius:100px;border-radius:var(--kui-border-radius-round, 100px);display:flex;flex:0 0 auto;height:32px;justify-content:center;padding:4px;padding:var(--kui-space-20, 4px);width:32px}.kong-ui-entity-form-block .header-content[data-v-8e48a559]{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:8px;gap:var(--kui-space-40, 8px);padding-top:4px;padding-top:var(--kui-space-20, 4px)}.kong-ui-entity-form-block .header-title[data-v-8e48a559]{color:#000933;color:var(--kui-color-text, #000933);font-size:18px;font-size:var(--kui-font-size-50, 18px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);line-height:24px;line-height:var(--kui-line-height-40, 24px);margin:0}.kong-ui-entity-form-block .header-description[data-v-8e48a559]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e);font-size:14px;font-size:var(--kui-font-size-30, 14px);line-height:20px;line-height:var(--kui-line-height-30, 20px);margin:0}.kong-ui-entity-form-block .header-extra[data-v-8e48a559]{align-items:center;display:flex;flex:0 0 auto;gap:8px;gap:var(--kui-space-40, 8px);justify-content:flex-end}.kong-ui-entity-form-block .content[data-v-8e48a559]{background:#f9fafb;background:var(--kui-color-background-neutral-weakest, #f9fafb);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);display:flex;flex-direction:column;gap:20px;gap:var(--kui-space-70, 20px);margin-top:20px;margin-top:var(--kui-space-70, 20px);padding:20px 24px;padding:var(--kui-space-70, 20px) var(--kui-space-80, 24px)}.kong-ui-entity-form-block.stepped .content[data-v-8e48a559]{margin-left:16px;margin-left:var(--kui-space-60, 16px)}.kong-ui-public-entity-link[data-v-a18d7efa]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-a18d7efa]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-a18d7efa]{display:flex;flex:1}.kong-ui-public-entity-link .entity-link[data-v-a18d7efa] .external-link-icon{color:#0044f4;color:var(--kui-color-text-primary, #0044f4);margin-left:4px;margin-left:var(--kui-space-20, 4px);padding:2px;padding:var(--kui-space-10, 2px)}.kong-ui-public-entity-link .entity-link-label[data-v-a18d7efa]{display:inline-block;font-weight:400;font-weight:var(--kui-font-weight-regular, 400);max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-public-entity-link .copy-uuid-tooltip[data-v-a18d7efa]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-a18d7efa]{margin-left:2px;margin-left:var(--kui-space-10, 2px)}.kong-ui-public-entity-empty-state[data-v-0b2e9081]{align-items:center;background-color:#fff;background-color:var(--kui-color-background, #ffffff);box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;font-family:var(--kui-font-family-text, "Inter", Roboto, Helvetica, sans-serif);gap:24px;gap:var(--kui-space-80, 24px);padding:64px 0;padding:var(--kui-space-130, 64px) var(--kui-space-0, 0px);width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state[data-v-0b2e9081]{padding:64px 96px;padding:var(--kui-space-130, 64px) var(--kui-space-150, 96px)}}.kong-ui-public-entity-empty-state .empty-state-image[data-v-0b2e9081]{margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px)}.kong-ui-public-entity-empty-state .entity-empty-state-content[data-v-0b2e9081]{align-items:center;display:flex;flex-direction:column;gap:8px;gap:var(--kui-space-40, 8px);text-align:center;width:100%}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1[data-v-0b2e9081]{align-items:center;color:#000933;color:var(--kui-color-text, #000933);display:flex;font-size:24px;font-size:var(--kui-font-size-70, 24px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);gap:8px;gap:var(--kui-space-40, 8px);line-height:32px;line-height:var(--kui-line-height-60, 32px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1.secondary[data-v-0b2e9081]{font-size:18px;font-size:var(--kui-font-size-50, 18px)}.kong-ui-public-entity-empty-state .entity-empty-state-description[data-v-0b2e9081],.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-0b2e9081]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e);font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:20px;line-height:var(--kui-line-height-30, 20px);max-width:640px}.kong-ui-public-entity-empty-state .entity-empty-state-description p[data-v-0b2e9081],.kong-ui-public-entity-empty-state .entity-empty-state-pricing p[data-v-0b2e9081]{margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-0b2e9081]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.kong-ui-public-entity-empty-state .entity-empty-state-message[data-v-0b2e9081]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e)}.kong-ui-public-entity-empty-state .entity-empty-state-action[data-v-0b2e9081]{align-items:center;display:flex;gap:12px;gap:var(--kui-space-50, 12px)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-0b2e9081]{display:flex;flex-wrap:wrap;gap:16px;gap:var(--kui-space-60, 16px);justify-content:space-around;margin-top:8px;margin-top:var(--kui-space-40, 8px);width:312px}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-0b2e9081]{width:calc(624px + kui-space-60);width:calc(2 * 312px + var(--kui-space-60, kui-space-60))}}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-0b2e9081]{background-color:#f9fafb;background-color:var(--kui-color-background-neutral-weakest, #f9fafb);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);color:#afb7c5;color:var(--kui-color-text-neutral-weak, #afb7c5);gap:8px;gap:var(--kui-space-40, 8px);height:160px;padding:20px;padding:var(--kui-space-70, 20px);width:312px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-0b2e9081]{color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:flex;margin-bottom:12px;margin-bottom:var(--kui-space-50, 12px)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-0b2e9081] .kui-icon{height:20px!important;height:var(--kui-icon-size-40, 20px)!important;width:20px!important;width:var(--kui-icon-size-40, 20px)!important}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-0b2e9081] .card-title{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-0b2e9081] .card-content{-webkit-box-orient:vertical;color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-0b2e9081]{border-top:1px solid #e0e4ea;border-top:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);display:flex;flex-direction:column;gap:16px;gap:var(--kui-space-60, 16px);padding-top:48px;padding-top:var(--kui-space-110, 48px);width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-0b2e9081]{width:calc(624px + kui-space-60);width:calc(2 * 312px + var(--kui-space-60, kui-space-60))}}.deck-command-editor-wrapper[data-v-c024a8eb]{position:relative}.deck-command-editor-wrapper .deck-command-editor[data-v-c024a8eb]{height:300px;margin-top:12px;margin-top:var(--kui-space-50, 12px);width:100%}.deck-command-editor-wrapper .deck-command-copy-button[data-v-c024a8eb]{opacity:0;position:absolute;right:10px;top:10px;transition:opacity linear .2s;transition:opacity linear var(--kui-animation-duration-20, .2s)}.deck-command-editor-wrapper:hover .deck-command-copy-button[data-v-c024a8eb]{opacity:1}.editor-skeleton[data-v-ec59bbd1]{margin-top:4px;margin-top:var(--kui-space-20, 4px)}.kong-ui-entities-add-to-groups-modal .add-to-group-cta-text[data-v-54887165]{margin-top:0}.kong-ui-entities-add-to-groups-modal .add-to-group-form-container[data-v-54887165]{margin-bottom:20px}.kong-ui-entities-add-to-groups-modal .add-to-group-form-container .kong-ui-entity-add-to-groups-error[data-v-54887165]{margin-top:16px}.button-row[data-v-e70b778d]{align-items:center;display:flex;gap:12px;gap:var(--kui-space-50, 12px)}.kong-ui-entities-consumer-groups-list[data-v-e70b778d]{width:100%}.kong-ui-entities-consumer-groups-list .kong-ui-entity-filter-input[data-v-e70b778d]{margin-right:12px;margin-right:var(--kui-space-50, 12px)}.kong-ui-entities-consumer-groups-list .exit-modal-message[data-v-e70b778d]{margin-top:0}.kong-ui-entities-consumer-group-form[data-v-d5f8b08f]{width:100%}@media screen and (min-width: 1280px){.kong-ui-entities-consumer-group-form[data-v-d5f8b08f] .form-section-wrapper{column-gap:64px;column-gap:var(--kui-space-130, 64px)}}.kong-ui-entities-consumer-group-form .select-item-container .select-item-label[data-v-d5f8b08f]{font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-entities-consumer-group-form .select-item-container .select-item-description[data-v-d5f8b08f]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px)}
|
|
1
|
+
@charset "UTF-8";.config-card-fieldset[data-v-5baf64ca]{border:solid 1px #e0e4ea;border:solid var(--kui-border-width-10, 1px) var(--kui-color-border, #e0e4ea);border-radius:4px;margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px);margin-top:4px}.config-card-fieldset-title[data-v-5baf64ca]{font-size:14px;font-size:var(--kui-font-size-30, 14px);padding:0 8px;padding:0 var(--kui-space-40, 8px);width:auto}fieldset.config-card-fieldset .config-card-details-row{width:unset}.config-card-json-item .config-card-details-row,fieldset.config-card-fieldset .config-card-details-row{margin:0 16px;margin:var(--kui-space-0, 0px) var(--kui-space-60, 16px)}.config-card-json-item .config-card-details-row:last-of-type,fieldset.config-card-fieldset .config-card-details-row:last-of-type{border-bottom:none}[data-v-2feb8c2e] .k-button.navigation-button{font-size:14px;font-weight:400}.config-card-details-row[data-v-b6987b3c]{align-items:center;border-bottom:var(--v25a763c4);box-sizing:border-box;display:var(--v1ac90e12);padding:16px;padding:var(--kui-space-60, 16px);padding-left:0;width:100%}.config-card-details-row .config-card-details-label[data-v-b6987b3c]{box-sizing:border-box;padding-right:16px;padding-right:var(--kui-space-60, 16px);width:var(--v45a716ee)}.config-card-details-row .config-card-details-label label[data-v-b6987b3c]{color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:inline-flex;max-width:100%}.config-card-details-row .config-card-details-label label .label-content[data-v-b6987b3c]{line-height:initial;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-label label .k-popover[data-v-b6987b3c]{min-width:0}.config-card-details-row .config-card-details-value[data-v-b6987b3c]{box-sizing:border-box;width:var(--v45a28b38)}.config-card-details-row .config-card-details-value .truncated[data-v-b6987b3c]{display:inline-block;line-height:initial;max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.config-card-details-row .config-card-details-value span.attrs-data-text[data-v-b6987b3c]{overflow-wrap:anywhere}.config-card-details-row .config-card-details-value .copy-uuid-array[data-v-b6987b3c] .k-copy:not(:last-of-type){margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px)}.config-card-details-row .config-card-details-value .method-badge-array[data-v-b6987b3c]{display:flex;flex-wrap:wrap;row-gap:10px}.config-card-details-row .config-badge[data-v-b6987b3c]{margin-right:4px;margin-right:var(--kui-space-20, 4px)}.config-card-details-row[data-v-b6987b3c] .k-label{margin-bottom:0}.config-card-details-row[data-v-b6987b3c] .k-label .kong-icon-infoFilled{display:flex}.config-card-details-row[data-v-b6987b3c] .config-card-details-row{width:auto}.json-content.k-code-block{border-top-left-radius:0;border-top-left-radius:var(--kui-border-radius-0, 0px);border-top-right-radius:0;border-top-right-radius:var(--kui-border-radius-0, 0px)}.json-endpoint{align-items:baseline;background-color:#000933;background-color:var(--kui-color-background-inverse, #000933);border-bottom:1px solid rgba(255,255,255,.2);border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border-inverse, rgba(255, 255, 255, .2));border-top-left-radius:8px;border-top-left-radius:var(--kui-border-radius-40, 8px);border-top-right-radius:8px;border-top-right-radius:var(--kui-border-radius-40, 8px);display:flex;padding:8px 0 8px 12px;padding:var(--kui-space-40, 8px) var(--kui-space-0, 0px) var(--kui-space-40, 8px) var(--kui-space-50, 12px)}.json-endpoint .k-code-block{flex:auto;z-index:2}.json-endpoint .k-code-block .code-block-content{padding-bottom:0;padding-bottom:var(--kui-space-0, 0px);padding-top:0;padding-top:var(--kui-space-0, 0px)}.json-endpoint .k-code-block .code-block-secondary-actions{margin-top:0!important}.json-endpoint code{direction:rtl;max-width:var(--c7479fcc);overflow:hidden!important;text-align:left;text-overflow:ellipsis;white-space:nowrap}.deck-callout[data-v-0bf1334c]{margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.deck-callout .cta[data-v-0bf1334c]{background:none;border:none;color:inherit;cursor:pointer;font:inherit;font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);padding:0;text-decoration:underline}.generate-pat-modal[data-v-be3cd315] .modal-content{display:flex;flex-direction:column;gap:20px;gap:var(--kui-space-70, 20px)}.deck-config .k-select[data-v-f9989a30]{margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.deck-config .k-code-block[data-v-f9989a30]{margin-top:12px;margin-top:var(--kui-space-50, 12px)}.deck-config .k-code-block.customization[data-v-f9989a30]{background-color:#fff;background-color:var(--kui-color-background, #ffffff);border:1px solid #e0e4ea;border:1px solid var(--kui-color-border, #e0e4ea);border-radius:8px;border-radius:var(--kui-border-radius-40, 8px)}.deck-config .step-title[data-v-f9989a30]{align-items:center;align-self:stretch;font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);gap:16px}.deck-config .step-title[data-v-f9989a30]:not(:first-child){margin-top:16px;margin-top:var(--kui-space-60, 16px)}.deck-config .konnect-pat-actions[data-v-f9989a30]{align-items:center;display:flex;flex-direction:row;gap:8px;gap:var(--kui-space-40, 8px);margin-top:8px;margin-top:var(--kui-space-40, 8px)}.deck-config .copy-konnect-pat-alert[data-v-f9989a30]{margin-top:8px;margin-top:var(--kui-space-40, 8px)}.deck-config .customization-footer-reminder[data-v-f9989a30]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.config-card-prop-section-title[data-v-d530ff19]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600);margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);margin-top:48px;margin-top:var(--kui-space-110, 48px)}.kong-ui-entity-base-config-card .config-card-actions[data-v-4e8b39ce]{align-items:center;display:flex;gap:16px;gap:var(--kui-space-60, 16px)}.kong-ui-entity-base-config-card .config-card-actions .row[data-v-4e8b39ce]{align-items:center;display:flex}.kong-ui-entity-base-config-card .config-card-actions .config-format-select-label[data-v-4e8b39ce]{margin-bottom:0;margin-bottom:var(--kui-space-0, 0px);margin-right:8px;margin-right:var(--kui-space-40, 8px)}.kong-ui-entity-base-config-card .config-card-actions .sensitive-fields-checkbox[data-v-4e8b39ce]{align-items:center}.kong-ui-entity-base-config-card .config-card-actions .sensitive-fields-checkbox[data-v-4e8b39ce] .checkbox-label{width:max-content}.kong-ui-entity-base-config-card .config-card-prop-section-title[data-v-4e8b39ce]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:600;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);margin-top:48px;margin-top:var(--kui-space-110, 48px)}.kong-ui-entity-base-config-card[data-v-4e8b39ce]:not(:has(.config-card-details-after)) .config-card-details-row:last-of-type{border-bottom:none}.kong-ui-entity-base-config-card .config-card-details-after[data-v-4e8b39ce]{padding-top:16px;padding-top:var(--kui-space-60, 16px)}.kong-ui-entity-base-config-card .book-icon[data-v-4e8b39ce]{margin-left:8px;margin-left:var(--kui-space-40, 8px);padding:0;padding:var(--kui-space-0, 0px)}.kong-ui-entity-base-form[data-v-32b5ebdc]{box-sizing:border-box;max-width:1536px;max-width:var(--kui-breakpoint-desktop, 1536px);width:100%}.kong-ui-entity-base-form[data-v-32b5ebdc] .k-slideout-title{color:#000933!important;color:var(--kui-color-text, #000933)!important;font-size:24px!important;font-size:var(--kui-font-size-70, 24px)!important;font-weight:700!important;font-weight:var(--kui-font-weight-bold, 700)!important;line-height:32px!important;line-height:var(--kui-line-height-60, 32px)!important;margin-bottom:16px!important;margin-bottom:var(--kui-space-60, 16px)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .k-card.content-card{padding:0 16px!important;padding:var(--kui-space-0, 0px) var(--kui-space-60, 16px)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .tab-item>div.tab-link.has-panels{color:#6c7489!important;color:var(--kui-color-text-neutral, #6c7489)!important;font-size:14px!important;font-size:var(--kui-font-size-30, 14px)!important;font-weight:700!important;font-weight:var(--kui-font-weight-bold, 700)!important;line-height:24px!important;line-height:var(--kui-line-height-40, 24px)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .tab-item.active>div.tab-link.has-panels{color:#000933!important;color:var(--kui-color-text, #000933)!important;font-weight:600!important;font-weight:var(--kui-font-weight-semibold, 600)!important}.kong-ui-entity-base-form[data-v-32b5ebdc] .slideout-content{overflow-y:unset!important}.kong-ui-entity-base-form.new-form-layout[data-v-32b5ebdc]{border:none;padding:0}.kong-ui-entity-base-form.new-form-layout[data-v-32b5ebdc]>.card-content>form>.form-actions{justify-content:flex-start;margin-top:20px;margin-top:var(--kui-space-70, 20px)}.kong-ui-entity-base-form.new-form-layout .form-error[data-v-32b5ebdc]{margin:20px 0 0 16px;margin:var(--kui-space-70, 20px) 0 0 var(--kui-space-60, 16px)}.kong-ui-entity-base-form .button-customize-deck-wrapper[data-v-32b5ebdc]{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px)}.form-actions[data-v-32b5ebdc]{align-items:center;display:flex;justify-content:flex-end;margin-top:24px;margin-top:var(--kui-space-80, 24px)}.form-actions[data-v-32b5ebdc] .k-button:last-of-type,.form-actions[data-v-32b5ebdc] .k-button:nth-last-of-type(2){margin-inline-start:16px;margin-inline-start:var(--kui-space-60, 16px)}.form-actions-reverted[data-v-32b5ebdc]{direction:rtl}.content-wrapper[data-v-a3a65cac] .k-tooltip{word-break:break-all}.kong-ui-entity-base-table .toolbar-container[data-v-09e101d4]{align-items:center;display:flex;width:100%}.kong-ui-entity-base-table .toolbar-button-container[data-v-09e101d4]{margin-left:auto}.kong-ui-entity-base-table .hidden[data-v-09e101d4]{display:none}.kong-ui-entity-delete-modal .message[data-v-fc366e0c],.kong-ui-entity-delete-modal .description[data-v-fc366e0c]{line-height:20px;line-height:var(--kui-line-height-30, 20px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal .message strong[data-v-fc366e0c]{font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-entity-delete-modal .description[data-v-fc366e0c]{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.kong-ui-entity-delete-modal .body-stacked-copy .description[data-v-fc366e0c]{margin-top:0;margin-top:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal .body-stacked-copy .description>p[data-v-fc366e0c]{margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal .body-stacked-copy .message[data-v-fc366e0c]{margin-bottom:0;margin-bottom:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal[data-v-fc366e0c] .prompt-confirmation-text{line-height:20px;line-height:var(--kui-line-height-30, 20px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-entity-delete-modal-stacked-copy[data-v-fc366e0c] .prompt-content+.prompt-confirmation-container{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.kong-ui-entity-delete-error[data-v-fc366e0c]{margin-bottom:12px;margin-bottom:var(--kui-space-50, 12px)}.kong-ui-entity-filter-input[data-v-d3d2bd8b]{width:100%}.kong-ui-entity-filter-clear[data-v-d3d2bd8b]{cursor:pointer}.kong-ui-entity-filter[data-v-d3d2bd8b]{display:flex;position:relative}.kong-ui-entity-filter[data-v-d3d2bd8b] .menu-content{flex-direction:column}.kong-ui-entity-filter[data-v-d3d2bd8b] .k-menu-item-divider hr{margin:12px 0}.kong-ui-entity-filter-backdrop[data-v-d3d2bd8b]{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1050}.kong-ui-entity-filter-menu[data-v-d3d2bd8b]{background-color:#fff;background-color:var(--kui-color-background, #ffffff);border:1px solid #afb7c5;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border-neutral-weak, #afb7c5);border-radius:4px;border-radius:var(--kui-border-radius-20, 4px);box-shadow:0 4px 20px #e0e4ea;box-shadow:0 4px 20px var(--kui-color-border, #e0e4ea);left:0;margin-top:16px;padding:8px 0 12px;padding:var(--kui-space-40, 8px) 0 var(--kui-space-50, 12px);position:absolute;top:100%;width:300px;z-index:1060}.kong-ui-entity-filter-menu-item[data-v-d3d2bd8b]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:16px;line-height:var(--kui-line-height-20, 16px);list-style:none;margin:0 20px;margin:var(--kui-space-0, 0px) var(--kui-space-70, 20px);padding:16px 0;padding:var(--kui-space-60, 16px) 0;position:relative;white-space:nowrap}.menu-item-title[data-v-d3d2bd8b]{align-items:center;cursor:pointer;display:flex;line-height:24px;line-height:var(--kui-line-height-40, 24px)}.menu-item-title.expanded[data-v-d3d2bd8b]{color:#232633;color:var(--kui-color-text-neutral-strongest, #232633)}.menu-item-expand-icon[data-v-d3d2bd8b]{margin-left:auto}.menu-item-expand-icon.expanded[data-v-d3d2bd8b]{transform:rotate(180deg)}.menu-item-indicator[data-v-d3d2bd8b]{background-color:#0044f4;background-color:var(--kui-color-background-primary, #0044f4);border-radius:50%;height:4px;margin-left:4px;width:4px}.menu-item-body[data-v-d3d2bd8b]{align-items:center;display:flex;justify-content:space-between;margin-top:16px;margin-top:var(--kui-space-60, 16px)}.menu-item-body[data-v-d3d2bd8b] .input{padding-bottom:4px!important;padding-top:4px!important}.menu-item-body[data-v-d3d2bd8b] .k-input{width:100%}.menu-item-body[data-v-d3d2bd8b] .k-select-input .input{font-size:12px}.menu-item-body[data-v-d3d2bd8b] .k-select-input .input::placeholder{color:#00000073!important;font-size:12px}.menu-item-label[data-v-d3d2bd8b]{margin-bottom:0;margin-right:12px}.menu-item-buttons[data-v-d3d2bd8b]{display:flex;justify-content:space-between;margin:10px 0 6px}.filter-clear-button-container[data-v-d3d2bd8b]{padding:12px 20px 0;padding:var(--kui-space-50, 12px) var(--kui-space-70, 20px) 0}fieldset[data-v-ccd29028]{margin:0;min-width:0;padding:0}.kong-ui-entity-form-section[data-v-ccd29028]{border:0}.kong-ui-entity-form-section .form-section-wrapper[data-v-ccd29028]{column-gap:16px;column-gap:var(--kui-space-60, 16px);display:flex;flex-direction:column;padding-bottom:64px;padding-bottom:var(--kui-space-130, 64px);row-gap:12px;row-gap:var(--kui-space-50, 12px);width:100%}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper[data-v-ccd29028]{flex-direction:row}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-ccd29028]{flex:1}@media (min-width: 1024px){.kong-ui-entity-form-section .form-section-wrapper .form-section-info[data-v-ccd29028]{max-width:350px}.kong-ui-entity-form-section .form-section-wrapper .form-section-info.sticky[data-v-ccd29028]{height:fit-content;margin-bottom:16px;margin-bottom:var(--kui-space-60, 16px);position:sticky;top:16px}}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-title[data-v-ccd29028]{color:#000933;color:var(--kui-color-text, #000933);font-size:16px;font-size:var(--kui-font-size-40, 16px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);line-height:20px;line-height:var(--kui-line-height-30, 20px);margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px);margin-top:0;margin-top:var(--kui-space-0, 0px)}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-ccd29028],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description p[data-v-ccd29028],.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-description[data-v-ccd29028] p{color:#000933;color:var(--kui-color-text, #000933);font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:400;line-height:20px;margin:0}.kong-ui-entity-form-section .form-section-wrapper .form-section-info .form-section-footer[data-v-ccd29028]{margin-top:32px;margin-top:var(--kui-space-90, 32px)}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-ccd29028]{flex:1}.kong-ui-entity-form-section .form-section-wrapper .form-section-content[data-v-ccd29028]>*:not(:first-child){margin-top:24px;margin-top:var(--kui-space-80, 24px)}.kong-ui-entity-form-section.has-divider .form-section-wrapper[data-v-ccd29028]{border-bottom:1px solid #e0e4ea;border-bottom:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea)}.kong-ui-entity-form-block .header[data-v-8e48a559]{align-items:flex-start;display:flex;gap:8px;gap:var(--kui-space-40, 8px)}.kong-ui-entity-form-block .step[data-v-8e48a559]{align-items:center;background:#fff;background:var(--kui-color-background, #ffffff);border:1px solid #afb7c5;border:1px solid var(--kui-color-border-neutral-weak, #afb7c5);border-radius:100px;border-radius:var(--kui-border-radius-round, 100px);display:flex;flex:0 0 auto;height:32px;justify-content:center;padding:4px;padding:var(--kui-space-20, 4px);width:32px}.kong-ui-entity-form-block .header-content[data-v-8e48a559]{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:8px;gap:var(--kui-space-40, 8px);padding-top:4px;padding-top:var(--kui-space-20, 4px)}.kong-ui-entity-form-block .header-title[data-v-8e48a559]{color:#000933;color:var(--kui-color-text, #000933);font-size:18px;font-size:var(--kui-font-size-50, 18px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);line-height:24px;line-height:var(--kui-line-height-40, 24px);margin:0}.kong-ui-entity-form-block .header-description[data-v-8e48a559]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e);font-size:14px;font-size:var(--kui-font-size-30, 14px);line-height:20px;line-height:var(--kui-line-height-30, 20px);margin:0}.kong-ui-entity-form-block .header-extra[data-v-8e48a559]{align-items:center;display:flex;flex:0 0 auto;gap:8px;gap:var(--kui-space-40, 8px);justify-content:flex-end}.kong-ui-entity-form-block .content[data-v-8e48a559]{background:#f9fafb;background:var(--kui-color-background-neutral-weakest, #f9fafb);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);display:flex;flex-direction:column;gap:20px;gap:var(--kui-space-70, 20px);margin-top:20px;margin-top:var(--kui-space-70, 20px);padding:20px 24px;padding:var(--kui-space-70, 20px) var(--kui-space-80, 24px)}.kong-ui-entity-form-block.stepped .content[data-v-8e48a559]{margin-left:16px;margin-left:var(--kui-space-60, 16px)}.kong-ui-public-entity-link[data-v-a18d7efa]{align-items:center;display:flex}.kong-ui-public-entity-link .deleted-entity[data-v-a18d7efa]{font-style:italic}.kong-ui-public-entity-link .entity-link[data-v-a18d7efa]{display:flex;flex:1}.kong-ui-public-entity-link .entity-link[data-v-a18d7efa] .external-link-icon{color:#0044f4;color:var(--kui-color-text-primary, #0044f4);margin-left:4px;margin-left:var(--kui-space-20, 4px);padding:2px;padding:var(--kui-space-10, 2px)}.kong-ui-public-entity-link .entity-link-label[data-v-a18d7efa]{display:inline-block;font-weight:400;font-weight:var(--kui-font-weight-regular, 400);max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kong-ui-public-entity-link .copy-uuid-tooltip[data-v-a18d7efa]{align-items:center;cursor:pointer;display:flex}.kong-ui-public-entity-link .copy-uuid-tooltip .entity-link-copy-id[data-v-a18d7efa]{margin-left:2px;margin-left:var(--kui-space-10, 2px)}.kong-ui-public-entity-empty-state[data-v-0b2e9081]{align-items:center;background-color:#fff;background-color:var(--kui-color-background, #ffffff);box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,Roboto,Helvetica,sans-serif;font-family:var(--kui-font-family-text, "Inter", Roboto, Helvetica, sans-serif);gap:24px;gap:var(--kui-space-80, 24px);padding:64px 0;padding:var(--kui-space-130, 64px) var(--kui-space-0, 0px);width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state[data-v-0b2e9081]{padding:64px 96px;padding:var(--kui-space-130, 64px) var(--kui-space-150, 96px)}}.kong-ui-public-entity-empty-state .empty-state-image[data-v-0b2e9081]{margin-bottom:8px;margin-bottom:var(--kui-space-40, 8px)}.kong-ui-public-entity-empty-state .entity-empty-state-content[data-v-0b2e9081]{align-items:center;display:flex;flex-direction:column;gap:8px;gap:var(--kui-space-40, 8px);text-align:center;width:100%}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1[data-v-0b2e9081]{align-items:center;color:#000933;color:var(--kui-color-text, #000933);display:flex;font-size:24px;font-size:var(--kui-font-size-70, 24px);font-weight:700;font-weight:var(--kui-font-weight-bold, 700);gap:8px;gap:var(--kui-space-40, 8px);line-height:32px;line-height:var(--kui-line-height-60, 32px);margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-entity-empty-state .entity-empty-state-content .entity-empty-state-title h1.secondary[data-v-0b2e9081]{font-size:18px;font-size:var(--kui-font-size-50, 18px)}.kong-ui-public-entity-empty-state .entity-empty-state-description[data-v-0b2e9081],.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-0b2e9081]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e);font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:400;font-weight:var(--kui-font-weight-regular, 400);line-height:20px;line-height:var(--kui-line-height-30, 20px);max-width:640px}.kong-ui-public-entity-empty-state .entity-empty-state-description p[data-v-0b2e9081],.kong-ui-public-entity-empty-state .entity-empty-state-pricing p[data-v-0b2e9081]{margin:0;margin:var(--kui-space-0, 0px)}.kong-ui-public-entity-empty-state .entity-empty-state-pricing[data-v-0b2e9081]{margin-top:16px;margin-top:var(--kui-space-60, 16px)}.kong-ui-public-entity-empty-state .entity-empty-state-message[data-v-0b2e9081]{color:#52596e;color:var(--kui-color-text-neutral-strong, #52596e)}.kong-ui-public-entity-empty-state .entity-empty-state-action[data-v-0b2e9081]{align-items:center;display:flex;gap:12px;gap:var(--kui-space-50, 12px)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-0b2e9081]{display:flex;flex-wrap:wrap;gap:16px;gap:var(--kui-space-60, 16px);justify-content:space-around;margin-top:8px;margin-top:var(--kui-space-40, 8px);width:312px}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-card-container[data-v-0b2e9081]{width:calc(624px + kui-space-60);width:calc(2 * 312px + var(--kui-space-60, kui-space-60))}}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-0b2e9081]{background-color:#f9fafb;background-color:var(--kui-color-background-neutral-weakest, #f9fafb);border:1px solid #e0e4ea;border:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);border-radius:6px;border-radius:var(--kui-border-radius-30, 6px);color:#afb7c5;color:var(--kui-color-text-neutral-weak, #afb7c5);gap:8px;gap:var(--kui-space-40, 8px);height:160px;padding:20px;padding:var(--kui-space-70, 20px);width:312px}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-0b2e9081]{color:#3a3f51;color:var(--kui-color-text-neutral-stronger, #3a3f51);display:flex;margin-bottom:12px;margin-bottom:var(--kui-space-50, 12px)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card .feature-icon[data-v-0b2e9081] .kui-icon{height:20px!important;height:var(--kui-icon-size-40, 20px)!important;width:20px!important;width:var(--kui-icon-size-40, 20px)!important}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-0b2e9081] .card-title{font-size:14px;font-size:var(--kui-font-size-30, 14px);font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-public-entity-empty-state .entity-empty-state-card-container .entity-empty-state-card[data-v-0b2e9081] .card-content{-webkit-box-orient:vertical;color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-0b2e9081]{border-top:1px solid #e0e4ea;border-top:var(--kui-border-width-10, 1px) solid var(--kui-color-border, #e0e4ea);display:flex;flex-direction:column;gap:16px;gap:var(--kui-space-60, 16px);padding-top:48px;padding-top:var(--kui-space-110, 48px);width:100%}@media (min-width: 640px){.kong-ui-public-entity-empty-state .entity-empty-state-bottom-container[data-v-0b2e9081]{width:calc(624px + kui-space-60);width:calc(2 * 312px + var(--kui-space-60, kui-space-60))}}.deck-command-editor-wrapper[data-v-c024a8eb]{position:relative}.deck-command-editor-wrapper .deck-command-editor[data-v-c024a8eb]{height:300px;margin-top:12px;margin-top:var(--kui-space-50, 12px);width:100%}.deck-command-editor-wrapper .deck-command-copy-button[data-v-c024a8eb]{opacity:0;position:absolute;right:10px;top:10px;transition:opacity linear .2s;transition:opacity linear var(--kui-animation-duration-20, .2s)}.deck-command-editor-wrapper:hover .deck-command-copy-button[data-v-c024a8eb]{opacity:1}.editor-skeleton[data-v-ec59bbd1]{margin-top:4px;margin-top:var(--kui-space-20, 4px)}.kong-ui-entities-add-to-groups-modal .add-to-group-cta-text[data-v-54887165]{margin-top:0}.kong-ui-entities-add-to-groups-modal .add-to-group-form-container[data-v-54887165]{margin-bottom:20px}.kong-ui-entities-add-to-groups-modal .add-to-group-form-container .kong-ui-entity-add-to-groups-error[data-v-54887165]{margin-top:16px}.button-row[data-v-d84b29c3]{align-items:center;display:flex;gap:12px;gap:var(--kui-space-50, 12px)}.kong-ui-entities-consumer-groups-list[data-v-d84b29c3]{width:100%}.kong-ui-entities-consumer-groups-list .kong-ui-entity-filter-input[data-v-d84b29c3]{margin-right:12px;margin-right:var(--kui-space-50, 12px)}.kong-ui-entities-consumer-groups-list .exit-modal-message[data-v-d84b29c3]{margin-top:0}.kong-ui-entities-consumer-group-form[data-v-d5f8b08f]{width:100%}@media screen and (min-width: 1280px){.kong-ui-entities-consumer-group-form[data-v-d5f8b08f] .form-section-wrapper{column-gap:64px;column-gap:var(--kui-space-130, 64px)}}.kong-ui-entities-consumer-group-form .select-item-container .select-item-label[data-v-d5f8b08f]{font-weight:600;font-weight:var(--kui-font-weight-semibold, 600)}.kong-ui-entities-consumer-group-form .select-item-container .select-item-description[data-v-d5f8b08f]{color:#6c7489;color:var(--kui-color-text-neutral, #6c7489);font-size:12px;font-size:var(--kui-font-size-20, 12px)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConsumerGroupList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ConsumerGroupList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ConsumerGroupList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ConsumerGroupList.vue"],"names":[],"mappings":"AAurBA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAEnC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAkBvC,OAAO,KAAK,EACV,kCAAkC,EAClC,8BAA8B,EAC9B,SAAS,EACT,gBAAgB,EACjB,MAAM,UAAU,CAAA;AAQjB,OAAO,gDAAgD,CAAA;AAuqCvD,QAAA,MAAM,YAAY;IAGhB,oHAAoH;;cAElG,QAAQ,CAAC,8BAA8B,GAAG,kCAAkC,CAAC;;4BAEzE,8BAA8B,GAAG,kCAAkC,KAAG,OAAO;;;;;;IAYnG,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,2HAA2H;;cAEvG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,yHAAyH;;cAErG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,4IAA4I;;cAExH,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,iHAAiH;;;;;;;;;;;;;;IAxCjH,oHAAoH;;cAElG,QAAQ,CAAC,8BAA8B,GAAG,kCAAkC,CAAC;;4BAEzE,8BAA8B,GAAG,kCAAkC,KAAG,OAAO;;;;;;IAYnG,yHAAyH;;cAErG,QAAQ,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI9D,2HAA2H;;cAEvG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,yHAAyH;;cAErG,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,4IAA4I;;cAExH,QAAQ,CAAC,CAAC,GAAG,EAAE,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;;;;IAI5E,iHAAiH;;;;;;;;;;;;;;;qBAtB9E,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;qBAM1B,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;mBAMxC,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;uBAMxC,SAAS,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;;4EAU3E,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-consumer-groups",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-consumer-groups.umd.js",
|
|
6
6
|
"module": "./dist/entities-consumer-groups.es.js",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"axios": "^1.15.2",
|
|
27
27
|
"vue": ">= 3.3.13 < 4",
|
|
28
28
|
"vue-router": "^4.6.4 || ^5.0.6",
|
|
29
|
-
"@kong-ui-public/
|
|
30
|
-
"@kong-ui-public/
|
|
29
|
+
"@kong-ui-public/entities-shared": "^3.45.2",
|
|
30
|
+
"@kong-ui-public/i18n": "^2.4.6"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@kong/design-tokens": "1.20.1",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"axios": "^1.15.2",
|
|
37
37
|
"vue": "^3.5.33",
|
|
38
38
|
"vue-router": "^5.0.6",
|
|
39
|
-
"@kong-ui-public/entities-shared": "^3.45.
|
|
39
|
+
"@kong-ui-public/entities-shared": "^3.45.2",
|
|
40
40
|
"@kong-ui-public/i18n": "^2.4.6"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|