@effect-app/vue-components 0.15.13 → 0.15.15
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type OmegaInputProps } from "./OmegaFormStuff";
|
|
2
2
|
import { type DeepValue, type DeepKeys } from "@tanstack/vue-form";
|
|
3
3
|
declare const _default: <From extends Record<PropertyKey, any>, To extends Record<PropertyKey, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & (Omit<OmegaInputProps<From, To>, "
|
|
4
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & (Omit<OmegaInputProps<From, To>, "label" | "type" | "items" | "options" | "validators"> & {
|
|
5
5
|
defaultItems?: DeepValue<To, DeepKeys<To>>;
|
|
6
6
|
items?: "please use `defaultItems` instead";
|
|
7
7
|
}) & Partial<{}>> & import("vue").PublicProps;
|
|
@@ -2,6 +2,6 @@ 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
|
-
intl: import("
|
|
5
|
+
readonly intl: import("@effect-app/vue").IntlShape<string>;
|
|
6
6
|
};
|
|
7
7
|
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.
|
|
3
|
+
"version": "0.15.15",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@mdi/js": "^7.4.47",
|
|
6
6
|
"@tanstack/vue-form": "^1.2.4",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"highlight.js": "^11.11.1",
|
|
52
52
|
"vue3-highlightjs": "^1.0.5",
|
|
53
|
-
"@effect-app/vue": "2.52.
|
|
53
|
+
"@effect-app/vue": "2.52.5",
|
|
54
54
|
"effect-app": "3.2.3"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|