@aeria-ui/ui 0.0.154 → 0.0.156

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.
@@ -16,6 +16,7 @@ export declare const AeriaAsync: import('vue').DefineComponent<import('vue').Ext
16
16
  any<T extends readonly unknown[] | []>(values: T): Promise<Awaited<T[number]>>;
17
17
  any<T>(values: Iterable<T | PromiseLike<T>>): Promise<Awaited<T>>;
18
18
  withResolvers<T>(): PromiseWithResolvers<T>;
19
+ try<T, U extends unknown[]>(callbackFn: (...args: U) => T | PromiseLike<T>, ...args: U): Promise<Awaited<T>>;
19
20
  readonly [Symbol.species]: PromiseConstructor;
20
21
  };
21
22
  }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
@@ -38,6 +39,7 @@ export declare const AeriaAsync: import('vue').DefineComponent<import('vue').Ext
38
39
  any<T extends readonly unknown[] | []>(values: T): Promise<Awaited<T[number]>>;
39
40
  any<T>(values: Iterable<T | PromiseLike<T>>): Promise<Awaited<T>>;
40
41
  withResolvers<T>(): PromiseWithResolvers<T>;
42
+ try<T, U extends unknown[]>(callbackFn: (...args: U) => T | PromiseLike<T>, ...args: U): Promise<Awaited<T>>;
41
43
  readonly [Symbol.species]: PromiseConstructor;
42
44
  };
43
45
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aeria-ui/ui",
3
3
  "type": "module",
4
- "version": "0.0.154",
4
+ "version": "0.0.156",
5
5
  "description": "",
6
6
  "keywords": [],
7
7
  "author": "",
@@ -46,10 +46,10 @@
46
46
  "vue-tsc": "2.1.10"
47
47
  },
48
48
  "peerDependencies": {
49
- "@aeria-ui/core": "^0.0.97",
50
- "@aeria-ui/i18n": "^0.0.15",
51
- "@aeria-ui/state-management": "^0.0.18",
52
- "@aeria-ui/utils": "^0.0.6",
49
+ "@aeria-ui/core": "^0.0.99",
50
+ "@aeria-ui/i18n": "^0.0.16",
51
+ "@aeria-ui/state-management": "^0.0.19",
52
+ "@aeria-ui/utils": "^0.0.7",
53
53
  "@aeriajs/common": "0.0",
54
54
  "vue-router": "^4.3.2"
55
55
  },