@aerogel/core 0.1.0 → 0.1.1-next.785e2c42ed379bc0f268c637d1023a51f5832d80

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>;
@@ -2617,14 +2617,6 @@ export declare type Variants<T extends Record<string, string | boolean>> = Requi
2617
2617
  export { }
2618
2618
 
2619
2619
 
2620
- declare module '@aerogel/core' {
2621
- interface EventsPayload {
2622
- 'application-ready': void;
2623
- 'application-mounted': void;
2624
- }
2625
- }
2626
-
2627
-
2628
2620
  declare module '@aerogel/core' {
2629
2621
  interface AerogelOptions {
2630
2622
  directives?: Record<string, Directive>;
@@ -2639,6 +2631,14 @@ declare module 'vue' {
2639
2631
  }
2640
2632
 
2641
2633
 
2634
+ declare module '@aerogel/core' {
2635
+ interface EventsPayload {
2636
+ 'application-ready': void;
2637
+ 'application-mounted': void;
2638
+ }
2639
+ }
2640
+
2641
+
2642
2642
  declare module '@aerogel/core' {
2643
2643
  interface AerogelOptions {
2644
2644
  handleError?(error: ErrorSource): boolean;