@kong-ui-public/entities-certificates 3.6.6 → 3.6.8
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.
|
@@ -182,9 +182,9 @@ export default function useI18n(): {
|
|
|
182
182
|
};
|
|
183
183
|
};
|
|
184
184
|
}>;
|
|
185
|
-
i18nT: import("vue").DefineComponent<{
|
|
185
|
+
i18nT: import("@vue/runtime-core").DefineComponent<{
|
|
186
186
|
i18n: {
|
|
187
|
-
type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
187
|
+
type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
188
188
|
certificates: {
|
|
189
189
|
title: string;
|
|
190
190
|
list: {
|
|
@@ -377,9 +377,9 @@ export default function useI18n(): {
|
|
|
377
377
|
type: StringConstructor;
|
|
378
378
|
default: string;
|
|
379
379
|
};
|
|
380
|
-
}, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
380
|
+
}, () => import("@vue/runtime-core").VNodeChild, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
|
|
381
381
|
i18n: {
|
|
382
|
-
type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
382
|
+
type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
383
383
|
certificates: {
|
|
384
384
|
title: string;
|
|
385
385
|
list: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-certificates",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-certificates.umd.js",
|
|
6
6
|
"module": "./dist/entities-certificates.es.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"axios": "^1.6.8",
|
|
27
27
|
"vue": ">= 3.3.13 < 4",
|
|
28
28
|
"vue-router": "^4.3.3",
|
|
29
|
-
"@kong-ui-public/entities-shared": "^3.8.
|
|
29
|
+
"@kong-ui-public/entities-shared": "^3.8.6",
|
|
30
30
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@kong/icons": "^1.15.1",
|
|
35
35
|
"@kong/kongponents": "9.5.5",
|
|
36
36
|
"axios": "^1.6.8",
|
|
37
|
-
"vue": "^3.4.
|
|
37
|
+
"vue": "^3.4.38",
|
|
38
38
|
"vue-router": "^4.4.3",
|
|
39
|
-
"@kong-ui-public/
|
|
40
|
-
"@kong-ui-public/
|
|
39
|
+
"@kong-ui-public/i18n": "^2.2.2",
|
|
40
|
+
"@kong-ui-public/entities-shared": "^3.8.6"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|