@kong-ui-public/entities-consumer-groups 4.0.7 → 4.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as _e, ref as w, computed as k, watch as we, resolveComponent as L,
|
|
1
|
+
import { defineComponent as _e, ref as w, computed as k, watch as we, resolveComponent as L, createBlock as ee, openBlock as A, unref as s, withCtx as p, createElementVNode as K, createVNode as f, createElementBlock as W, createCommentVNode as X, toDisplayString as G, Fragment as Oe, renderList as qe, onBeforeMount as Te, createSlots as ke, createTextVNode as ae, Teleport as Ne, reactive as Se } from "vue";
|
|
2
2
|
import { useRouter as Pe } from "vue-router";
|
|
3
3
|
import { BookIcon as je, AddIcon as Le, TeamIcon as Qe } from "@kong/icons";
|
|
4
4
|
import { createI18n as He, i18nTComponent as ze } from "@kong-ui-public/i18n";
|
|
5
|
-
import { useAxios as $e, useDebouncedFilter as Ve, useTableState as Je, useFetcher as We, useDeleteUrlBuilder as Xe, FetcherStatus as Ze, EntityBaseTable as Ye,
|
|
5
|
+
import { useAxios as $e, useDebouncedFilter as Ve, useTableState as Je, useFetcher as We, useDeleteUrlBuilder as Xe, FetcherStatus as Ze, EntityBaseTable as Ye, PermissionsWrapper as he, TableTags as eo, EntityFilter as oo, EntityEmptyState as to, EntityDeleteModal as so, EntityTypes as ro, useErrors as no, useValidators as ao, EntityBaseFormType as Ie, EntityBaseForm as uo, SupportedEntityType as Fe, EntityFormSection as Ae, EntityBaseConfigCard as io } from "@kong-ui-public/entities-shared";
|
|
6
6
|
const co = "#00abd2", lo = "24px", mo = {
|
|
7
7
|
list: {
|
|
8
8
|
table_headers: {
|
|
@@ -496,7 +496,7 @@ const be = {
|
|
|
496
496
|
onState: s(se)
|
|
497
497
|
}, ke({
|
|
498
498
|
"toolbar-filter": p(() => [
|
|
499
|
-
$.value ? X("", !0) : (A(), ee(s(
|
|
499
|
+
$.value ? X("", !0) : (A(), ee(s(oo), {
|
|
500
500
|
key: 0,
|
|
501
501
|
modelValue: U.value,
|
|
502
502
|
"onUpdate:modelValue": d[0] || (d[0] = (y) => U.value = y),
|
|
@@ -551,7 +551,7 @@ const be = {
|
|
|
551
551
|
ae(G(y ?? "-"), 1)
|
|
552
552
|
]),
|
|
553
553
|
tags: p(({ rowValue: y }) => [
|
|
554
|
-
f(s(
|
|
554
|
+
f(s(eo), { tags: y }, null, 8, ["tags"])
|
|
555
555
|
]),
|
|
556
556
|
actions: p(({ row: y }) => [
|
|
557
557
|
f(J, null, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-consumer-groups",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-consumer-groups.umd.js",
|
|
6
6
|
"module": "./dist/entities-consumer-groups.es.js",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@kong/icons": "^1.31.0",
|
|
25
25
|
"@kong/kongponents": "^9.34.2",
|
|
26
|
-
"axios": "^1.
|
|
26
|
+
"axios": "^1.11.0",
|
|
27
27
|
"vue": ">= 3.3.13 < 4",
|
|
28
28
|
"vue-router": "^4.4.5",
|
|
29
|
-
"@kong-ui-public/
|
|
30
|
-
"@kong-ui-public/
|
|
29
|
+
"@kong-ui-public/entities-shared": "^3.26.3",
|
|
30
|
+
"@kong-ui-public/i18n": "^2.3.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@kong/design-tokens": "1.17.4",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"axios": "^1.7.7",
|
|
37
37
|
"vue": "^3.5.13",
|
|
38
38
|
"vue-router": "^4.4.5",
|
|
39
|
-
"@kong-ui-public/entities-shared": "^3.26.
|
|
39
|
+
"@kong-ui-public/entities-shared": "^3.26.3",
|
|
40
40
|
"@kong-ui-public/i18n": "^2.3.2"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|