@kong-ui-public/entities-snis 3.8.4 → 3.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities-snis.es.js +9 -9
- package/package.json +5 -5
package/dist/entities-snis.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as ve,
|
|
1
|
+
import { defineComponent as ve, ref as C, computed as g, watch as ce, onBeforeMount as be, resolveComponent as F, createElementBlock as X, openBlock as v, createVNode as u, unref as t, createSlots as ue, withCtx as d, createTextVNode as D, toDisplayString as k, createBlock as S, createElementVNode as L, Teleport as fe, createCommentVNode as W, reactive as pe } from "vue";
|
|
2
2
|
import { useRouter as he } from "vue-router";
|
|
3
3
|
import { createI18n as _e, i18nTComponent as Ee } from "@kong-ui-public/i18n";
|
|
4
|
-
import { useAxios as ke, useTableState as $e, useFetcher as we, useDeleteUrlBuilder as Ne, FetcherStatus as Me, EntityBaseTable as xe,
|
|
5
|
-
import {
|
|
4
|
+
import { useAxios as ke, useTableState as $e, useFetcher as we, useDeleteUrlBuilder as Ne, FetcherStatus as Me, EntityBaseTable as xe, PermissionsWrapper as G, TableTags as Be, EntityFilter as De, EntityEmptyState as Fe, EntityDeleteModal as Re, EntityTypes as Te, useErrors as Ve, EntityBaseFormType as le, useDebouncedFilter as Ke, EntityBaseForm as Oe, SupportedEntityType as Ue, EntityFormSection as me } from "@kong-ui-public/entities-shared";
|
|
5
|
+
import { BookIcon as ge, AddIcon as ye, CloudIcon as Pe } from "@kong/icons";
|
|
6
6
|
const qe = {
|
|
7
7
|
create: "New SNI",
|
|
8
8
|
copy_id: "Copy ID",
|
|
@@ -303,7 +303,7 @@ const Ce = {
|
|
|
303
303
|
onState: t(Y)
|
|
304
304
|
}, ue({
|
|
305
305
|
"toolbar-filter": d(() => [
|
|
306
|
-
u(t(
|
|
306
|
+
u(t(De), {
|
|
307
307
|
modelValue: I.value,
|
|
308
308
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => I.value = p),
|
|
309
309
|
config: T.value
|
|
@@ -320,7 +320,7 @@ const Ce = {
|
|
|
320
320
|
to: i.config.createRoute
|
|
321
321
|
}, {
|
|
322
322
|
default: d(() => [
|
|
323
|
-
u(t(
|
|
323
|
+
u(t(ye)),
|
|
324
324
|
D(" " + k(t(l)("actions.create")), 1)
|
|
325
325
|
]),
|
|
326
326
|
_: 1
|
|
@@ -344,7 +344,7 @@ const Ce = {
|
|
|
344
344
|
onClick: c[1] || (c[1] = (p) => e.$emit("click:learn-more"))
|
|
345
345
|
}, {
|
|
346
346
|
default: d(() => [
|
|
347
|
-
u(t(
|
|
347
|
+
u(t(ge), { decorative: "" })
|
|
348
348
|
]),
|
|
349
349
|
_: 1
|
|
350
350
|
})) : W("", !0),
|
|
@@ -360,7 +360,7 @@ const Ce = {
|
|
|
360
360
|
to: i.config.createRoute
|
|
361
361
|
}, {
|
|
362
362
|
default: d(() => [
|
|
363
|
-
u(t(
|
|
363
|
+
u(t(ye)),
|
|
364
364
|
D(" " + k(t(l)("snis.list.toolbar_actions.new")), 1)
|
|
365
365
|
]),
|
|
366
366
|
_: 1
|
|
@@ -384,7 +384,7 @@ const Ce = {
|
|
|
384
384
|
}, null, 8, ["text"])) : (v(), X("span", et, "-"))
|
|
385
385
|
]),
|
|
386
386
|
tags: d(({ rowValue: p }) => [
|
|
387
|
-
u(t(
|
|
387
|
+
u(t(Be), { tags: p }, null, 8, ["tags"])
|
|
388
388
|
]),
|
|
389
389
|
actions: d(({ row: p }) => [
|
|
390
390
|
u(de, null, {
|
|
@@ -462,7 +462,7 @@ const Ce = {
|
|
|
462
462
|
onClick: c[2] || (c[2] = (p) => e.$emit("click:learn-more"))
|
|
463
463
|
}, {
|
|
464
464
|
default: d(() => [
|
|
465
|
-
u(t(
|
|
465
|
+
u(t(ge), { decorative: "" })
|
|
466
466
|
]),
|
|
467
467
|
_: 1
|
|
468
468
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-snis",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-snis.umd.js",
|
|
6
6
|
"module": "./dist/entities-snis.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.7.
|
|
26
|
+
"axios": "^1.7.9",
|
|
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/i18n": "^2.3.2",
|
|
30
|
+
"@kong-ui-public/entities-shared": "^3.26.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.2",
|
|
40
40
|
"@kong-ui-public/i18n": "^2.3.2"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|