@kong-ui-public/error-boundary 2.2.9 → 2.2.10
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.
|
@@ -9,7 +9,7 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
} & {
|
|
10
10
|
fallback?: (props: typeof __VLS_3) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
/**
|
|
14
14
|
* An optional array of strings to pass along to the context
|
|
15
15
|
*/
|
|
@@ -28,7 +28,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
28
28
|
required: false;
|
|
29
29
|
default: undefined;
|
|
30
30
|
};
|
|
31
|
-
}>,
|
|
31
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
32
|
/**
|
|
33
33
|
* An optional array of strings to pass along to the context
|
|
34
34
|
*/
|
|
@@ -51,7 +51,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
51
51
|
tags: string[];
|
|
52
52
|
onError: (params: ErrorBoundaryCallbackParams) => void;
|
|
53
53
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
|
-
declare const
|
|
54
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
55
|
+
declare const _default: typeof __VLS_export;
|
|
55
56
|
export default _default;
|
|
56
57
|
type __VLS_WithSlots<T, S> = T & {
|
|
57
58
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorBoundary.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAA2B,QAAQ,EAAE,MAAM,KAAK,CAAA;AAK5D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"ErrorBoundary.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAA2B,QAAQ,EAAE,MAAM,KAAK,CAAA;AAK5D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAA;AAsG3D,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO;;;CAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAGhD,QAAA,MAAM,UAAU;IAEd;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;2BAId,GAAG,KAAG,OAAO;;IAElC;;;OAGG;;cAEiB,QAAQ,CAAC,CAAC,MAAM,EAAE,2BAA2B,KAAK,IAAI,CAAC;;;;;IAf3E;;OAEG;;cAEc,QAAQ,CAAC,MAAM,EAAE,CAAC;;;2BAId,GAAG,KAAG,OAAO;;IAElC;;;OAGG;;cAEiB,QAAQ,CAAC,CAAC,MAAM,EAAE,2BAA2B,KAAK,IAAI,CAAC;;;;;;sBAArC,2BAA2B,KAAK,IAAI;4EAK1E,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/error-boundary",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.10",
|
|
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.18.2",
|
|
25
25
|
"@kong/icons": "^1.41.0",
|
|
26
|
-
"vue": "^3.5.
|
|
26
|
+
"vue": "^3.5.25"
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|