@kong-ui-public/entities-vaults 3.22.7 → 3.22.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,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as ue,
|
|
1
|
+
import { defineComponent as ue, ref as K, computed as S, watch as ke, onBeforeMount as we, resolveComponent as J, createElementBlock as B, openBlock as C, createVNode as d, unref as e, createSlots as $e, withCtx as v, createTextVNode as ve, toDisplayString as $, createElementVNode as E, createBlock as j, Teleport as Ke, createCommentVNode as W, reactive as he, resolveDynamicComponent as Pe, TransitionGroup as Qe, Fragment as Ye, mergeProps as Oe, normalizeClass as Xe, nextTick as et } from "vue";
|
|
2
2
|
import { useRouter as Ee } from "vue-router";
|
|
3
3
|
import { BookIcon as He, AddIcon as qe, SecurityIcon as tt, ConjourIcon as lt, AzureIcon as ot, HashicorpIcon as at, GoogleCloudIcon as rt, AwsIcon as it, CodeIcon as nt, KongIcon as st } from "@kong/icons";
|
|
4
|
-
import { useAxios as ye, useTableState as ct, useFetcher as je, useDeleteUrlBuilder as De, FetcherStatus as We, EntityBaseTable as Be,
|
|
4
|
+
import { useAxios as ye, useTableState as ct, useFetcher as je, useDeleteUrlBuilder as De, FetcherStatus as We, EntityBaseTable as Be, PermissionsWrapper as ge, TableTags as ut, EntityFilter as Le, EntityEmptyState as dt, EntityDeleteModal as ze, EntityTypes as Ge, useErrors as Je, EntityBaseFormType as Ve, useGatewayFeatureSupported as ft, EntityBaseForm as Ze, SupportedEntityType as Re, EntityFormSection as xe, ConfigurationSchemaType as pt, ConfigurationSchemaSection as Me, EntityBaseConfigCard as mt, useDebouncedFilter as Ne } from "@kong-ui-public/entities-shared";
|
|
5
5
|
import { createI18n as vt, i18nTComponent as gt } from "@kong-ui-public/i18n";
|
|
6
6
|
const bt = {
|
|
7
7
|
create: "New vault",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-vaults",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-vaults.umd.js",
|
|
6
6
|
"module": "./dist/entities-vaults.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": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"axios": "^1.7.7",
|
|
36
36
|
"vue": "^3.5.13",
|
|
37
37
|
"vue-router": "^4.4.5",
|
|
38
|
-
"@kong-ui-public/
|
|
39
|
-
"@kong-ui-public/
|
|
38
|
+
"@kong-ui-public/i18n": "^2.3.2",
|
|
39
|
+
"@kong-ui-public/entities-shared": "^3.26.3"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|