@kong-ui-public/entities-shared 3.22.4 → 3.22.5

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.
@@ -85,9 +85,9 @@ declare function __VLS_template(): {
85
85
  } & {
86
86
  [x: string]: any;
87
87
  }, string, {
88
+ maxHeight: string;
88
89
  error: boolean;
89
90
  loading: boolean;
90
- maxHeight: string;
91
91
  headers: import("@kong/kongponents/dist/types").TableDataHeader[];
92
92
  fetcherCacheKey: string;
93
93
  cacheIdentifier: string;
@@ -139,9 +139,9 @@ declare function __VLS_template(): {
139
139
  $nextTick: typeof import("vue").nextTick;
140
140
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
141
141
  } & Readonly<{
142
+ maxHeight: string;
142
143
  error: boolean;
143
144
  loading: boolean;
144
- maxHeight: string;
145
145
  headers: import("@kong/kongponents/dist/types").TableDataHeader[];
146
146
  fetcherCacheKey: string;
147
147
  cacheIdentifier: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-shared",
3
- "version": "3.22.4",
3
+ "version": "3.22.5",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-shared.umd.js",
6
6
  "module": "./dist/entities-shared.es.js",
@@ -22,16 +22,16 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@kong/icons": "^1.25.1",
25
- "@kong/kongponents": "^9.29.3",
25
+ "@kong/kongponents": "^9.29.10",
26
26
  "axios": "^1.7.7",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.4.5",
29
29
  "@kong-ui-public/i18n": "^2.3.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@kong/design-tokens": "1.17.3",
32
+ "@kong/design-tokens": "1.17.4",
33
33
  "@kong/icons": "^1.25.1",
34
- "@kong/kongponents": "9.29.9",
34
+ "@kong/kongponents": "9.29.10",
35
35
  "axios": "^1.7.7",
36
36
  "vue": "^3.5.13",
37
37
  "vue-router": "^4.4.5",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "compare-versions": "^6.1.1",
56
- "@kong-ui-public/core": "^1.10.8"
56
+ "@kong-ui-public/core": "^1.10.9"
57
57
  },
58
58
  "scripts": {
59
59
  "dev": "cross-env USE_SANDBOX=true vite",