@aerogel/core 0.1.0-next.c4b24f52d8b652bd5c14c2d12e1b38b779ab7682 → 0.1.0-next.f99d02aba04109e68987d90489974bfa0bb54a41

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.
@@ -153,7 +153,7 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
153
153
  as?: string;
154
154
  }> & Readonly<{
155
155
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
156
- }>, "id" | "value" | "name" | "description" | "errors" | "label" | "required" | "update"> & ShallowUnwrapRef< {
156
+ }>, "id" | "value" | "name" | "description" | "errors" | "required" | "label" | "update"> & ShallowUnwrapRef< {
157
157
  id: string;
158
158
  name: ComputedRef<string | undefined>;
159
159
  label: ComputedRef<string | undefined>;
@@ -649,7 +649,7 @@ declare function __VLS_template_18(): {
649
649
  as?: string;
650
650
  }> & Readonly<{
651
651
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
652
- }>, "id" | "value" | "name" | "description" | "errors" | "label" | "required" | "update"> & ShallowUnwrapRef< {
652
+ }>, "id" | "value" | "name" | "description" | "errors" | "required" | "label" | "update"> & ShallowUnwrapRef< {
653
653
  id: string;
654
654
  name: ComputedRef<string | undefined>;
655
655
  label: ComputedRef<string | undefined>;
@@ -1920,7 +1920,7 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
1920
1920
  as?: string;
1921
1921
  }> & Readonly<{
1922
1922
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
1923
- }>, "id" | "value" | "name" | "description" | "errors" | "label" | "required" | "update"> & ShallowUnwrapRef< {
1923
+ }>, "id" | "value" | "name" | "description" | "errors" | "required" | "label" | "update"> & ShallowUnwrapRef< {
1924
1924
  id: string;
1925
1925
  name: ComputedRef<string | undefined>;
1926
1926
  label: ComputedRef<string | undefined>;
@@ -2414,7 +2414,7 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
2414
2414
  as?: string;
2415
2415
  }> & Readonly<{
2416
2416
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
2417
- }>, "id" | "value" | "name" | "description" | "errors" | "label" | "required" | "update"> & ShallowUnwrapRef< {
2417
+ }>, "id" | "value" | "name" | "description" | "errors" | "required" | "label" | "update"> & ShallowUnwrapRef< {
2418
2418
  id: string;
2419
2419
  name: ComputedRef<string | undefined>;
2420
2420
  label: ComputedRef<string | undefined>;
@@ -2712,6 +2712,13 @@ declare module '@aerogel/core' {
2712
2712
  }
2713
2713
 
2714
2714
 
2715
+ declare module '@aerogel/core' {
2716
+ interface EventsPayload {
2717
+ 'purge-storage': void;
2718
+ }
2719
+ }
2720
+
2721
+
2715
2722
  declare module '@aerogel/core' {
2716
2723
  interface EventsPayload {
2717
2724
  'close-modal': {
@@ -2728,10 +2735,3 @@ declare module '@aerogel/core' {
2728
2735
  };
2729
2736
  }
2730
2737
  }
2731
-
2732
-
2733
- declare module '@aerogel/core' {
2734
- interface EventsPayload {
2735
- 'purge-storage': void;
2736
- }
2737
- }