@effect-app/vue-components 2.4.12 → 2.5.0
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.
|
@@ -54,7 +54,7 @@ export type OmegaArrayProps<From extends Record<PropertyKey, any>, To extends Re
|
|
|
54
54
|
defaultItems?: DeepValue<From, DeepKeys<From>>;
|
|
55
55
|
items?: "please use `defaultItems` instead";
|
|
56
56
|
};
|
|
57
|
-
export type TypeOverride = "string" | "text" | "number" | "select" | "multiple" | "boolean" | "radio" | "autocomplete" | "autocompletemultiple" | "switch" | "range" | "password" | "email";
|
|
57
|
+
export type TypeOverride = "string" | "text" | "number" | "select" | "multiple" | "boolean" | "radio" | "autocomplete" | "autocompletemultiple" | "switch" | "range" | "password" | "email" | "date";
|
|
58
58
|
export interface OmegaError {
|
|
59
59
|
label: string;
|
|
60
60
|
inputId: string;
|
package/package.json
CHANGED