@kong-ui-public/entities-upstreams-targets 3.9.1 → 3.9.3
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,5 +1,5 @@
|
|
|
1
|
-
import { ref as R, defineComponent as he, computed as I, watch as pe, onBeforeMount as Le, resolveComponent as K,
|
|
2
|
-
import { useAxios as Me, useTableState as At, useFetcher as kt, useDeleteUrlBuilder as _t, FetcherStatus as Ct, EntityBaseTable as St,
|
|
1
|
+
import { ref as R, defineComponent as he, computed as I, watch as pe, onBeforeMount as Le, resolveComponent as K, createElementBlock as oe, openBlock as q, createVNode as n, unref as e, createSlots as Ne, withCtx as r, createTextVNode as J, toDisplayString as y, createElementVNode as _, createBlock as E, Teleport as Be, createCommentVNode as B, reactive as Fe, renderSlot as vt, Fragment as Se, renderList as $t, normalizeClass as Pt } from "vue";
|
|
2
|
+
import { useAxios as Me, useTableState as At, useFetcher as kt, useDeleteUrlBuilder as _t, FetcherStatus as Ct, EntityBaseTable as St, PermissionsWrapper as de, TableTags as Ht, EntityFilter as Mt, EntityEmptyState as Vt, EntityDeleteModal as Ut, EntityTypes as It, useErrors as wt, EntityBaseFormType as ce, EntityBaseForm as qt, SupportedEntityType as je, useDebouncedFilter as ft, EntityFormSection as Ue, useHelpers as Kt, ConfigurationSchemaType as Et, ConfigurationSchemaSection as ue, EntityBaseConfigCard as Nt } from "@kong-ui-public/entities-shared";
|
|
3
3
|
import { useRouter as Tt } from "vue-router";
|
|
4
4
|
import { BookIcon as yt, AddIcon as Qe, CloudUploadIcon as Bt, TrashIcon as Rt } from "@kong/icons";
|
|
5
5
|
import { createI18n as Dt, i18nTComponent as Lt } from "@kong-ui-public/i18n";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-upstreams-targets",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-upstreams-targets.umd.js",
|
|
6
6
|
"module": "./dist/entities-upstreams-targets.es.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
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/entities-shared": "^3.26.
|
|
29
|
+
"@kong-ui-public/entities-shared": "^3.26.3",
|
|
30
30
|
"@kong-ui-public/i18n": "^2.3.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -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": {
|