@kong-ui-public/forms 4.7.18 → 4.7.20
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.
|
@@ -604,7 +604,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
604
604
|
fieldState(): any;
|
|
605
605
|
associatedEntity(): any;
|
|
606
606
|
entity(): any;
|
|
607
|
-
bypassSearch(): import(".pnpm/vue-router@4.4.5_vue@3.5.12_typescript@5.6.
|
|
607
|
+
bypassSearch(): import(".pnpm/vue-router@4.4.5_vue@3.5.12_typescript@5.6.3_/node_modules/vue-router").LocationQueryValue | import(".pnpm/vue-router@4.4.5_vue@3.5.12_typescript@5.6.3_/node_modules/vue-router").LocationQueryValue[];
|
|
608
608
|
}, {
|
|
609
609
|
onQueryChange(query: any): void;
|
|
610
610
|
search(query: any): Promise<void>;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
|
|
|
9
9
|
fieldState(): any;
|
|
10
10
|
associatedEntity(): any;
|
|
11
11
|
entity(): any;
|
|
12
|
-
bypassSearch(): import(".pnpm/vue-router@4.4.5_vue@3.5.12_typescript@5.6.
|
|
12
|
+
bypassSearch(): import(".pnpm/vue-router@4.4.5_vue@3.5.12_typescript@5.6.3_/node_modules/vue-router").LocationQueryValue | import(".pnpm/vue-router@4.4.5_vue@3.5.12_typescript@5.6.3_/node_modules/vue-router").LocationQueryValue[];
|
|
13
13
|
}, {
|
|
14
14
|
onQueryChange(query: any): void;
|
|
15
15
|
search(query: any): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/forms",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/forms.umd.js",
|
|
6
6
|
"module": "./dist/forms.es.js",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"lodash-es": "^4.17.21"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@kong/kongponents": "^9.
|
|
40
|
+
"@kong/kongponents": "^9.12.1",
|
|
41
41
|
"vue": "^3.5.11",
|
|
42
|
-
"@kong-ui-public/i18n": "^2.2.
|
|
42
|
+
"@kong-ui-public/i18n": "^2.2.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@kong/design-tokens": "1.17.2",
|
|
46
46
|
"@kong/kongponents": "9.12.1",
|
|
47
47
|
"@types/lodash-es": "^4.17.12",
|
|
48
48
|
"pug": "^3.0.3",
|
|
49
|
-
"@kong-ui-public/i18n": "^2.2.
|
|
49
|
+
"@kong-ui-public/i18n": "^2.2.4"
|
|
50
50
|
},
|
|
51
51
|
"distSizeChecker": {
|
|
52
52
|
"errorLimit": "1.2MB"
|