@kong-ui-public/entities-keys 3.8.35 → 3.8.36

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 ge, computed as m, ref as I, watch as te, onBeforeMount as $e, resolveComponent as O, openBlock as b, createElementBlock as J, createVNode as f, unref as l, createSlots as me, withCtx as u, createBlock as V, Teleport as Se, createElementVNode as R, createCommentVNode as G, createTextVNode as ee, toDisplayString as K, reactive as _e, Fragment as Ie, renderList as we } from "vue";
1
+ import { defineComponent as ge, ref as I, computed as m, watch as te, onBeforeMount as $e, resolveComponent as O, createElementBlock as J, openBlock as b, createVNode as f, unref as l, createSlots as me, withCtx as u, createTextVNode as ee, toDisplayString as K, createElementVNode as R, createBlock as V, Teleport as Se, createCommentVNode as G, reactive as _e, Fragment as Ie, renderList as we } from "vue";
2
2
  import { useRouter as Ee } from "vue-router";
3
3
  import { BookIcon as Ce, AddIcon as Re, KeyIcon as De } from "@kong/icons";
4
4
  import { createI18n as Te, i18nTComponent as Fe } from "@kong-ui-public/i18n";
5
- import { useAxios as ve, useTableState as Ae, useFetcher as Be, useDeleteUrlBuilder as Ue, FetcherStatus as Oe, EntityBaseTable as Pe, EntityFilter as qe, PermissionsWrapper as se, TableTags as Ne, EntityEmptyState as Je, EntityDeleteModal as Le, EntityTypes as We, useErrors as He, EntityBaseFormType as ne, useDebouncedFilter as Qe, EntityBaseForm as ze, SupportedEntityType as je, EntityFormSection as xe, useStringHelpers as Ge, ConfigurationSchemaSection as ke, ConfigurationSchemaType as pe, EntityBaseConfigCard as Xe, InternalLinkItem as Ze, ConfigCardItem as Ke } from "@kong-ui-public/entities-shared";
5
+ import { useAxios as ve, useTableState as Ae, useFetcher as Be, useDeleteUrlBuilder as Ue, FetcherStatus as Oe, EntityBaseTable as Pe, PermissionsWrapper as se, TableTags as qe, EntityFilter as Ne, EntityEmptyState as Je, EntityDeleteModal as Le, EntityTypes as We, useErrors as He, EntityBaseFormType as ne, useDebouncedFilter as Qe, EntityBaseForm as ze, SupportedEntityType as je, EntityFormSection as xe, useStringHelpers as Ge, ConfigurationSchemaType as ke, ConfigurationSchemaSection as pe, EntityBaseConfigCard as Xe, InternalLinkItem as Ze, ConfigCardItem as Ke } from "@kong-ui-public/entities-shared";
6
6
  const Ye = {
7
7
  title: "Keys",
8
8
  list: {
@@ -362,7 +362,7 @@ const he = {
362
362
  onState: l(X)
363
363
  }, me({
364
364
  "toolbar-filter": u(() => [
365
- f(l(qe), {
365
+ f(l(Ne), {
366
366
  modelValue: M.value,
367
367
  "onUpdate:modelValue": i[0] || (i[0] = (p) => M.value = p),
368
368
  config: W.value
@@ -416,7 +416,7 @@ const he = {
416
416
  f(E, { text: p }, null, 8, ["text"])
417
417
  ]),
418
418
  tags: u(({ rowValue: p }) => [
419
- f(l(Ne), { tags: p }, null, 8, ["tags"])
419
+ f(l(qe), { tags: p }, null, 8, ["tags"])
420
420
  ]),
421
421
  id: u(({ rowValue: p }) => [
422
422
  f(E, {
@@ -1007,13 +1007,13 @@ const he = {
1007
1007
  created: {},
1008
1008
  set: {
1009
1009
  label: $("keys.form.fields.set.label"),
1010
- section: ke.Basic,
1010
+ section: pe.Basic,
1011
1011
  tooltip: $("keys.form.fields.set.tooltip"),
1012
1012
  order: 5
1013
1013
  },
1014
1014
  kid: {
1015
1015
  label: $("keys.form.fields.kid.label"),
1016
- section: ke.Basic,
1016
+ section: pe.Basic,
1017
1017
  tooltip: $("keys.form.fields.kid.tooltip")
1018
1018
  },
1019
1019
  tags: {
@@ -1022,12 +1022,12 @@ const he = {
1022
1022
  // advanced fields
1023
1023
  jwk: {
1024
1024
  label: $("keys.form.fields.jwk.label"),
1025
- type: pe.Json
1025
+ type: ke.Json
1026
1026
  },
1027
1027
  pem: {
1028
- section: ke.Advanced,
1028
+ section: pe.Advanced,
1029
1029
  label: $("keys.form.fields.key_format.options.pem"),
1030
- type: pe.Json
1030
+ type: ke.Json
1031
1031
  }
1032
1032
  });
1033
1033
  return (c, g) => {
@@ -1055,7 +1055,7 @@ const he = {
1055
1055
  item: {
1056
1056
  key: k.value.id,
1057
1057
  value: N.value,
1058
- type: l(pe).LinkInternal
1058
+ type: l(ke).LinkInternal
1059
1059
  },
1060
1060
  onClick: (le) => c.$emit("navigation-click", k.value.id, "key-sets")
1061
1061
  }, null, 8, ["item", "onClick"])) : (b(), J("div", gt, K("–")))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-keys",
3
- "version": "3.8.35",
3
+ "version": "3.8.36",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-keys.umd.js",
6
6
  "module": "./dist/entities-keys.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.7.7",
26
+ "axios": "^1.7.9",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.4.5",
29
- "@kong-ui-public/entities-shared": "^3.26.1",
29
+ "@kong-ui-public/entities-shared": "^3.26.2",
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.1",
39
+ "@kong-ui-public/entities-shared": "^3.26.2",
40
40
  "@kong-ui-public/i18n": "^2.3.2"
41
41
  },
42
42
  "repository": {