@effect-app/vue-components 0.15.20 → 0.15.21

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.
@@ -2,6 +2,7 @@ import { type makeIntl } from "@effect-app/vue";
2
2
  export declare const useIntl: () => {
3
3
  locale: import("vue").Ref<string, string>;
4
4
  trans: (id: string, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>>) => string;
5
+ readonly formatMessage: (descriptor: import("@formatjs/intl").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>>, opts?: import("intl-messageformat").Options) => string;
5
6
  readonly intl: import("@effect-app/vue").IntlShape<string>;
6
7
  };
7
8
  export declare const provideIntl: (intl: ReturnType<ReturnType<typeof makeIntl>["useIntl"]>) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "0.15.20",
3
+ "version": "0.15.21",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
6
  "@tanstack/vue-form": "^1.2.4",
@@ -50,8 +50,8 @@
50
50
  "dependencies": {
51
51
  "highlight.js": "^11.11.1",
52
52
  "vue3-highlightjs": "^1.0.5",
53
- "@effect-app/vue": "2.53.0",
54
- "effect-app": "3.2.3"
53
+ "effect-app": "3.2.3",
54
+ "@effect-app/vue": "2.53.1"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "pnpm build:run",