@kong-ui-public/entities-shared 3.8.6 → 3.8.7
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.
|
@@ -211,8 +211,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
211
211
|
"onEmpty-state-cta-clicked"?: (() => any) | undefined;
|
|
212
212
|
}, {
|
|
213
213
|
title: string;
|
|
214
|
-
query: string;
|
|
215
214
|
disableSorting: boolean;
|
|
215
|
+
query: string;
|
|
216
216
|
titleTag: HeaderTag;
|
|
217
217
|
isLoading: boolean;
|
|
218
218
|
errorMessage: string | TableErrorMessage;
|
|
@@ -234,14 +234,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
234
234
|
disableRowClick: boolean;
|
|
235
235
|
}, {}>, Partial<Record<NonNullable<string | number>, (_: {
|
|
236
236
|
row: any;
|
|
237
|
-
rowKey:
|
|
237
|
+
rowKey: any;
|
|
238
238
|
rowValue: any;
|
|
239
239
|
}) => any>> & {
|
|
240
240
|
"toolbar-filter"?(_: {}): any;
|
|
241
241
|
"toolbar-button"?(_: {}): any;
|
|
242
242
|
actions?(_: {
|
|
243
243
|
row: any;
|
|
244
|
-
rowKey:
|
|
244
|
+
rowKey: any;
|
|
245
245
|
rowValue: any;
|
|
246
246
|
}): any;
|
|
247
247
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-shared",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-shared.umd.js",
|
|
6
6
|
"module": "./dist/entities-shared.es.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@kong/icons": "^1.15.1",
|
|
25
|
-
"@kong/kongponents": "^9.
|
|
25
|
+
"@kong/kongponents": "^9.6.7",
|
|
26
26
|
"axios": "^1.6.8",
|
|
27
27
|
"vue": ">= 3.3.13 < 4",
|
|
28
28
|
"vue-router": "^4.3.3",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@kong/design-tokens": "1.17.2",
|
|
33
33
|
"@kong/icons": "^1.15.1",
|
|
34
|
-
"@kong/kongponents": "9.
|
|
34
|
+
"@kong/kongponents": "9.6.7",
|
|
35
35
|
"axios": "^1.6.8",
|
|
36
36
|
"vue": "^3.4.38",
|
|
37
37
|
"vue-router": "^4.4.3",
|