@kong-ui-public/entities-key-sets 3.7.36 → 3.7.37
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-key-sets.es.js +10 -10
- package/package.json +4 -4
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as W,
|
|
1
|
+
import { defineComponent as W, ref as C, computed as v, watch as Ie, onBeforeMount as we, resolveComponent as T, createElementBlock as Q, openBlock as K, createVNode as i, unref as n, createSlots as te, withCtx as l, createTextVNode as F, toDisplayString as $, createElementVNode as J, createBlock as z, Teleport as ae, createCommentVNode as Ee, reactive as ne } from "vue";
|
|
2
2
|
import { BookIcon as oe, AddIcon as $e, KeyIcon as Ke } from "@kong/icons";
|
|
3
3
|
import { useRouter as ie } from "vue-router";
|
|
4
4
|
import { createI18n as _e, i18nTComponent as Me } from "@kong-ui-public/i18n";
|
|
5
|
-
import { useAxios as re, useTableState as De, useFetcher as Re, useDeleteUrlBuilder as Fe, FetcherStatus as Te, EntityBaseTable as Be,
|
|
5
|
+
import { useAxios as re, useTableState as De, useFetcher as Re, useDeleteUrlBuilder as Fe, FetcherStatus as Te, EntityBaseTable as Be, PermissionsWrapper as U, TableTags as Ve, EntityFilter as Oe, EntityEmptyState as xe, EntityDeleteModal as Ae, EntityTypes as Ue, useErrors as qe, EntityBaseFormType as se, EntityBaseForm as Ne, SupportedEntityType as le, EntityFormSection as Pe, EntityBaseConfigCard as je } from "@kong-ui-public/entities-shared";
|
|
6
6
|
const Le = {
|
|
7
7
|
title: "Key Sets",
|
|
8
8
|
list: {
|
|
@@ -282,19 +282,19 @@ const X = {
|
|
|
282
282
|
onState: n(N)
|
|
283
283
|
}, te({
|
|
284
284
|
"toolbar-filter": l(() => [
|
|
285
|
-
i(n(
|
|
285
|
+
i(n(Oe), {
|
|
286
286
|
modelValue: b.value,
|
|
287
287
|
"onUpdate:modelValue": s[0] || (s[0] = (u) => b.value = u),
|
|
288
288
|
config: E.value
|
|
289
289
|
}, null, 8, ["modelValue", "config"])
|
|
290
290
|
]),
|
|
291
291
|
"toolbar-button": l(() => [
|
|
292
|
-
(K(),
|
|
292
|
+
(K(), z(ae, {
|
|
293
293
|
disabled: !e.useActionOutside,
|
|
294
294
|
to: "#kong-ui-app-page-header-action-button"
|
|
295
295
|
}, [
|
|
296
|
-
|
|
297
|
-
_.value ? (K(),
|
|
296
|
+
J("div", Qe, [
|
|
297
|
+
_.value ? (K(), z(p, {
|
|
298
298
|
key: 0,
|
|
299
299
|
appearance: "secondary",
|
|
300
300
|
class: "open-learning-hub",
|
|
@@ -330,10 +330,10 @@ const X = {
|
|
|
330
330
|
], 8, ["disabled"]))
|
|
331
331
|
]),
|
|
332
332
|
name: l(({ rowValue: u }) => [
|
|
333
|
-
|
|
333
|
+
J("b", null, $(u ?? "-"), 1)
|
|
334
334
|
]),
|
|
335
335
|
tags: l(({ rowValue: u }) => [
|
|
336
|
-
i(n(
|
|
336
|
+
i(n(Ve), { tags: u }, null, 8, ["tags"])
|
|
337
337
|
]),
|
|
338
338
|
id: l(({ rowValue: u }) => [
|
|
339
339
|
i(S, {
|
|
@@ -417,7 +417,7 @@ const X = {
|
|
|
417
417
|
!n(k) && c.value ? {
|
|
418
418
|
name: "outside-actions",
|
|
419
419
|
fn: l(() => [
|
|
420
|
-
(K(),
|
|
420
|
+
(K(), z(ae, {
|
|
421
421
|
disabled: !e.useActionOutside,
|
|
422
422
|
to: "#kong-ui-app-page-header-action-button"
|
|
423
423
|
}, [
|
|
@@ -454,7 +454,7 @@ const X = {
|
|
|
454
454
|
"onClick:learnMore": s[3] || (s[3] = (R) => a.$emit("click:learn-more"))
|
|
455
455
|
}, te({
|
|
456
456
|
image: l(() => [
|
|
457
|
-
|
|
457
|
+
J("div", Xe, [
|
|
458
458
|
i(n(Ke), {
|
|
459
459
|
color: n(He),
|
|
460
460
|
size: n(Ge)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-key-sets",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.37",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-key-sets.umd.js",
|
|
6
6
|
"module": "./dist/entities-key-sets.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.
|
|
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.
|
|
29
|
+
"@kong-ui-public/entities-shared": "^3.26.2",
|
|
30
30
|
"@kong-ui-public/i18n": "^2.3.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"axios": "^1.7.7",
|
|
36
36
|
"vue": "^3.5.13",
|
|
37
37
|
"vue-router": "^4.4.5",
|
|
38
|
-
"@kong-ui-public/entities-shared": "^3.26.
|
|
38
|
+
"@kong-ui-public/entities-shared": "^3.26.2",
|
|
39
39
|
"@kong-ui-public/i18n": "^2.3.2"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|