@kong-ui-public/entities-data-plane-nodes 0.3.4 → 0.3.6
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.
|
@@ -52,9 +52,9 @@ export default function useI18n(): {
|
|
|
52
52
|
not_applicable: string;
|
|
53
53
|
};
|
|
54
54
|
}>;
|
|
55
|
-
i18nT: import("vue").DefineComponent<{
|
|
55
|
+
i18nT: import("@vue/runtime-core").DefineComponent<{
|
|
56
56
|
i18n: {
|
|
57
|
-
type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
57
|
+
type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
58
58
|
modal: {
|
|
59
59
|
action_button: {
|
|
60
60
|
confirm: string;
|
|
@@ -117,9 +117,9 @@ export default function useI18n(): {
|
|
|
117
117
|
type: StringConstructor;
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
|
-
}, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
+
}, () => 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<{
|
|
121
121
|
i18n: {
|
|
122
|
-
type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
122
|
+
type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
|
|
123
123
|
modal: {
|
|
124
124
|
action_button: {
|
|
125
125
|
confirm: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-data-plane-nodes",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-data-plane-nodes.umd.js",
|
|
6
6
|
"module": "./dist/entities-data-plane-nodes.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,9 +34,9 @@
|
|
|
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/entities-shared": "^3.8.
|
|
39
|
+
"@kong-ui-public/entities-shared": "^3.8.6",
|
|
40
40
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|