@kong-ui-public/error-boundary 2.1.13 → 2.1.14-pr.1599.ffad86d9.0
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { ErrorBoundaryCallbackParams } from '../types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* An optional array of strings to pass along to the context
|
|
6
6
|
*/
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
required: false;
|
|
20
20
|
default: undefined;
|
|
21
21
|
};
|
|
22
|
-
}
|
|
22
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
/**
|
|
24
24
|
* An optional array of strings to pass along to the context
|
|
25
25
|
*/
|
|
@@ -38,10 +38,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
38
38
|
required: false;
|
|
39
39
|
default: undefined;
|
|
40
40
|
};
|
|
41
|
-
}
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
42
42
|
tags: string[];
|
|
43
43
|
onError: (params: ErrorBoundaryCallbackParams) => void;
|
|
44
|
-
}, {}>, {
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
45
45
|
default?(_: {}): any;
|
|
46
46
|
fallback?(_: {
|
|
47
47
|
context: import("../types").ErrorBoundaryContext;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/error-boundary",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.14-pr.1599.ffad86d9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/error-boundary.umd.js",
|
|
6
6
|
"module": "./dist/error-boundary.es.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@kong/design-tokens": "1.17.2",
|
|
25
25
|
"@kong/icons": "^1.15.2",
|
|
26
|
-
"vue": "^3.4
|
|
26
|
+
"vue": "^3.5.4"
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|