diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cbbe07..60475bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,12 @@
All notable changes to the "vuetify-inline-fields" plugin will be documented in this file.
## v1.0.0
-TBD
+12-01-2023
[main] (@webdevnerdstuff)
-* Official release depends on when the Vue team decides if they are going to keep experimental `defineModel` feature. [Blog](https://blog.vuejs.org/posts/vue-3-3#definemodel)
+Official Release
## v1.0.0-beta-2
-11-09-23
+11-09-2023
[main] (@webdevnerdstuff)
* Update lab components to regular components due to Vuetify official releases
* Update packages
diff --git a/README.md b/README.md
index ada90a2..f40931e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
Vuetify Inline Fields (beta)
+ Vuetify Inline Fields
@@ -24,15 +24,6 @@ Vuetify Inline Fields Component Library offers a comprehensive collection of reu
Additionally, this library provides enhanced integration specifically tailored for usage within data tables. Developers can seamlessly integrate inline form fields directly into their data table cells, facilitating efficient inline editing and data manipulation. This feature empowers users to make changes directly within the table, streamlining the editing process and improving productivity.
-## Development Playground
-
-The `vuetify-inline-fields` is still in beta. If you would like to test the component library out, you can clone the repo and run the following commands:
-
-`pnpm i && pnpm play`
-
-This will open up a Playground page that loads the file `./src/playground/PlaygroundPage.vue`. You can edit this file to test out the component.
-
-
## Installation
Using [pnpm](https://pnpm.io/):
diff --git a/dist/plugin/VInlineCheckbox.vue.d.ts b/dist/plugin/VInlineCheckbox.vue.d.ts
index 4caca6a..9f03a75 100644
--- a/dist/plugin/VInlineCheckbox.vue.d.ts
+++ b/dist/plugin/VInlineCheckbox.vue.d.ts
@@ -57,6 +57,34 @@ declare const _default: __VLS_WithTemplateSlots;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -97,6 +125,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -157,35 +193,11 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
- hideSaveIcon: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -306,6 +318,34 @@ declare const _default: __VLS_WithTemplateSlots;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -346,6 +386,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -406,35 +454,11 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
- hideSaveIcon: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -507,6 +531,13 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -163,6 +171,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -330,6 +342,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -390,6 +410,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -473,6 +497,8 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => never[];
};
+ itemTitle: {
+ type: globalThis.PropType any) | null>;
+ default: string;
+ };
+ itemValue: {
+ type: globalThis.PropType any) | null>;
+ default: string;
+ };
loading: {
type: globalThis.PropType;
default: boolean;
@@ -54,14 +62,6 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
- itemTitle: {
- type: globalThis.PropType, fallback?: any) => any) | null>;
- default: string;
- };
- itemValue: {
- type: globalThis.PropType, fallback?: any) => any) | null>;
- default: string;
- };
hideSelected: {
type: globalThis.PropType;
default: boolean;
@@ -120,6 +120,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -180,6 +188,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -278,6 +290,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => never[];
};
+ itemTitle: {
+ type: globalThis.PropType any) | null>;
+ default: string;
+ };
+ itemValue: {
+ type: globalThis.PropType any) | null>;
+ default: string;
+ };
loading: {
type: globalThis.PropType;
default: boolean;
@@ -298,14 +318,6 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
- itemTitle: {
- type: globalThis.PropType, fallback?: any) => any) | null>;
- default: string;
- };
- itemValue: {
- type: globalThis.PropType, fallback?: any) => any) | null>;
- default: string;
- };
hideSelected: {
type: globalThis.PropType;
default: boolean;
@@ -364,6 +376,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -424,6 +444,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -492,13 +516,13 @@ declare const _default: __VLS_WithTemplateSlots any) | null;
+ itemValue: string | boolean | readonly (string | number)[] | ((item: any, fallback?: any) => any) | null;
loading: boolean;
autofocus: boolean;
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
clearIcon: string;
clearable: boolean;
- itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null;
- itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null;
hideSelected: boolean;
menu: boolean;
underlined: boolean;
@@ -512,6 +536,8 @@ declare const _default: __VLS_WithTemplateSlots;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -93,6 +121,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -153,31 +189,7 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -262,6 +274,34 @@ declare const _default: __VLS_WithTemplateSlots;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -302,6 +342,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -362,31 +410,7 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -426,6 +450,13 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -163,6 +171,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -330,6 +342,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -390,6 +410,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -473,6 +497,8 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -171,6 +179,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -346,6 +358,14 @@ declare const _default: __VLS_WithTemplateSlots;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -406,6 +426,10 @@ declare const _default: __VLS_WithTemplateSlots;
default: boolean;
};
+ hideCancelIcon: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
@@ -491,6 +515,8 @@ declare const _default: __VLS_WithTemplateSlots | undefined;
readonly required?: boolean | undefined;
+ readonly iconFalse?: string | undefined;
+ readonly iconTrue?: string | undefined;
readonly cancelIcon?: string | undefined;
readonly displayAppendIcon?: import("../types").VIconValue | undefined;
readonly displayAppendIconColor?: string | undefined;
@@ -123,8 +131,6 @@ declare const _default: {
readonly displayPrependIconColor?: string | undefined;
readonly displayPrependInnerIcon?: import("../types").VIconValue | undefined;
readonly displayPrependInnerIconColor?: string | undefined;
- readonly iconFalse?: string | undefined;
- readonly iconTrue?: string | undefined;
readonly loadingIcon?: string | undefined;
readonly saveIcon?: string | undefined;
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -226,6 +260,14 @@ declare const _default: {
type: globalThis.PropType;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -286,35 +328,11 @@ declare const _default: {
type: globalThis.PropType;
default: boolean;
};
- hideSaveIcon: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -374,7 +392,7 @@ declare const _default: {
type: globalThis.PropType;
default: string;
};
- }>>, "name" | "color" | "label" | "disabled" | "density" | "falseIcon" | "trueIcon" | "trueValue" | "falseValue" | "hideDetails" | "loading" | "underlined" | "cancelButtonColor" | "cancelButtonSize" | "cancelButtonTitle" | "cancelButtonVariant" | "cancelIcon" | "cancelIconColor" | "cardField" | "cardOffsetX" | "cardOffsetY" | "cardProps" | "closeSiblings" | "displayAppendIcon" | "displayAppendIconColor" | "displayAppendIconSize" | "displayAppendInnerIcon" | "displayAppendInnerIconColor" | "displayAppendInnerIconSize" | "displayPrependIcon" | "displayPrependIconColor" | "displayPrependIconSize" | "displayPrependInnerIcon" | "displayPrependInnerIconColor" | "displayPrependInnerIconSize" | "emptyText" | "fieldOnly" | "hideSaveIcon" | "iconFalse" | "iconFalseColor" | "iconFalseTitle" | "iconTrue" | "iconTrueColor" | "iconTrueTitle" | "icons" | "loadingIcon" | "loadingIconColor" | "loadingWait" | "saveButtonColor" | "saveButtonSize" | "saveButtonTitle" | "saveButtonVariant" | "saveIcon" | "saveIconColor" | "tableField" | "underlineColor" | "underlineStyle" | "underlineWidth" | "valueColor">;
+ }>>, "name" | "color" | "label" | "disabled" | "density" | "falseIcon" | "trueIcon" | "trueValue" | "falseValue" | "hideDetails" | "loading" | "underlined" | "iconFalse" | "iconFalseColor" | "iconFalseTitle" | "iconTrue" | "iconTrueColor" | "iconTrueTitle" | "icons" | "cancelButtonColor" | "cancelButtonSize" | "cancelButtonTitle" | "cancelButtonVariant" | "cancelIcon" | "cancelIconColor" | "cardField" | "cardOffsetX" | "cardOffsetY" | "cardProps" | "cell" | "cellUnderlineFullWidth" | "closeSiblings" | "displayAppendIcon" | "displayAppendIconColor" | "displayAppendIconSize" | "displayAppendInnerIcon" | "displayAppendInnerIconColor" | "displayAppendInnerIconSize" | "displayPrependIcon" | "displayPrependIconColor" | "displayPrependIconSize" | "displayPrependInnerIcon" | "displayPrependInnerIconColor" | "displayPrependInnerIconSize" | "emptyText" | "fieldOnly" | "hideCancelIcon" | "hideSaveIcon" | "loadingIcon" | "loadingIconColor" | "loadingWait" | "saveButtonColor" | "saveButtonSize" | "saveButtonTitle" | "saveButtonVariant" | "saveIcon" | "saveIconColor" | "tableField" | "underlineColor" | "underlineStyle" | "underlineWidth" | "valueColor">;
$attrs: {
[x: string]: unknown;
};
@@ -447,6 +465,34 @@ declare const _default: {
required: {
type: globalThis.PropType;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -487,6 +533,14 @@ declare const _default: {
type: globalThis.PropType;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -547,35 +601,11 @@ declare const _default: {
type: globalThis.PropType;
default: boolean;
};
- hideSaveIcon: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -650,6 +680,13 @@ declare const _default: {
hideDetails: boolean;
loading: boolean;
underlined: boolean;
+ iconFalse: string;
+ iconFalseColor: string;
+ iconFalseTitle: string;
+ iconTrue: string;
+ iconTrueColor: string;
+ iconTrueTitle: string;
+ icons: boolean;
cancelButtonColor: string;
cancelButtonSize: string | number;
cancelButtonTitle: string;
@@ -660,6 +697,8 @@ declare const _default: {
cardOffsetX: number;
cardOffsetY: number;
cardProps: any;
+ cell: boolean;
+ cellUnderlineFullWidth: boolean;
closeSiblings: boolean;
displayAppendIcon: import("../types").VIconValue;
displayAppendIconColor: string;
@@ -675,14 +714,8 @@ declare const _default: {
displayPrependInnerIconSize: string | number;
emptyText: string;
fieldOnly: boolean;
+ hideCancelIcon: boolean;
hideSaveIcon: boolean;
- iconFalse: string;
- iconFalseColor: string;
- iconFalseTitle: string;
- iconTrue: string;
- iconTrueColor: string;
- iconTrueTitle: string;
- icons: boolean;
loadingIcon: string;
loadingIconColor: string;
loadingWait: boolean;
@@ -776,6 +809,34 @@ declare const _default: {
required: {
type: globalThis.PropType;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -816,6 +877,14 @@ declare const _default: {
type: globalThis.PropType;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -876,35 +945,11 @@ declare const _default: {
type: globalThis.PropType;
default: boolean;
};
- hideSaveIcon: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -1027,6 +1072,34 @@ declare const _default: {
required: {
type: globalThis.PropType;
};
+ iconFalse: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconFalseColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconFalseTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrue: {
+ type: globalThis.PropType;
+ default: undefined;
+ };
+ iconTrueColor: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ iconTrueTitle: {
+ type: globalThis.PropType;
+ default: string;
+ };
+ icons: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
cancelButtonColor: {
type: globalThis.PropType;
default: string;
@@ -1067,6 +1140,14 @@ declare const _default: {
type: globalThis.PropType;
default: () => {};
};
+ cell: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
+ cellUnderlineFullWidth: {
+ type: globalThis.PropType;
+ default: boolean;
+ };
closeSiblings: {
type: globalThis.PropType;
default: boolean;
@@ -1127,35 +1208,11 @@ declare const _default: {
type: globalThis.PropType;
default: boolean;
};
- hideSaveIcon: {
+ hideCancelIcon: {
type: globalThis.PropType;
default: boolean;
};
- iconFalse: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconFalseColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconFalseTitle: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrue: {
- type: globalThis.PropType;
- default: undefined;
- };
- iconTrueColor: {
- type: globalThis.PropType;
- default: string;
- };
- iconTrueTitle: {
- type: globalThis.PropType;
- default: string;
- };
- icons: {
+ hideSaveIcon: {
type: globalThis.PropType;
default: boolean;
};
@@ -1230,6 +1287,13 @@ declare const _default: {
hideDetails: boolean;
loading: boolean;
underlined: boolean;
+ iconFalse: string;
+ iconFalseColor: string;
+ iconFalseTitle: string;
+ iconTrue: string;
+ iconTrueColor: string;
+ iconTrueTitle: string;
+ icons: boolean;
cancelButtonColor: string;
cancelButtonSize: string | number;
cancelButtonTitle: string;
@@ -1240,6 +1304,8 @@ declare const _default: {
cardOffsetX: number;
cardOffsetY: number;
cardProps: any;
+ cell: boolean;
+ cellUnderlineFullWidth: boolean;
closeSiblings: boolean;
displayAppendIcon: import("../types").VIconValue;
displayAppendIconColor: string;
@@ -1255,14 +1321,8 @@ declare const _default: {
displayPrependInnerIconSize: string | number;
emptyText: string;
fieldOnly: boolean;
+ hideCancelIcon: boolean;
hideSaveIcon: boolean;
- iconFalse: string;
- iconFalseColor: string;
- iconFalseTitle: string;
- iconTrue: string;
- iconTrueColor: string;
- iconTrueTitle: string;
- icons: boolean;
loadingIcon: string;
loadingIconColor: string;
loadingWait: boolean;
@@ -1307,6 +1367,8 @@ declare const _default: {
cardOffsetX: number;
cardOffsetY: number;
cardProps: any;
+ cell: boolean;
+ cellUnderlineFullWidth: boolean;
closeSiblings: boolean;
displayAppendIcon: import("../types").VIconValue;
displayAppendIconColor: string;
@@ -1322,6 +1384,7 @@ declare const _default: {
displayPrependInnerIconSize: string | number;
emptyText: string;
fieldOnly: boolean;
+ hideCancelIcon: boolean;
hideSaveIcon: boolean;
loadingIcon: string;
loadingIconColor: string;
@@ -1358,6 +1421,8 @@ declare const _default: {
readonly cardOffsetX: number;
readonly cardOffsetY: number;
readonly cardProps: any;
+ readonly cell: boolean;
+ readonly cellUnderlineFullWidth: boolean;
readonly closeSiblings: boolean;
readonly displayAppendIconSize: string | number;
readonly displayAppendInnerIconSize: string | number;
@@ -1365,6 +1430,7 @@ declare const _default: {
readonly displayPrependInnerIconSize: string | number;
readonly emptyText: string;
readonly fieldOnly: boolean;
+ readonly hideCancelIcon: boolean;
readonly hideSaveIcon: boolean;
readonly loadingIconColor: string;
readonly loadingWait: boolean;
@@ -1378,8 +1444,8 @@ declare const _default: {
readonly underlineStyle: string;
readonly underlineWidth: string;
readonly valueColor: string;
- readonly error?: boolean | undefined;
readonly modelValue?: any;
+ readonly error?: boolean | undefined;
readonly rules?: readonly ((string | boolean) | PromiseLike | ((value: any) => string | boolean) | ((value: any) => PromiseLike