@cnamts/synapse 1.0.6 → 1.0.7
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.
- package/dist/{DateFilter-BlOpwEVq.js → DateFilter-CHDLz2EO.js} +1 -1
- package/dist/{NumberFilter-BPUXE4wY.js → NumberFilter-DXNQ4Uls.js} +1 -1
- package/dist/{PeriodFilter-B2yx329_.js → PeriodFilter-C8Qf3Jcn.js} +1 -1
- package/dist/{SelectFilter-CedKn1oV.js → SelectFilter-B2Ejs4Cb.js} +1 -1
- package/dist/{TextFilter-DkhJjRtR.js → TextFilter-CfR5_A1S.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordionGroup/AmeliproAccordionGroup.d.ts +116 -0
- package/dist/components/Amelipro/AmeliproAccordionGroup/types.d.ts +4 -0
- package/dist/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.d.ts +220 -0
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +68 -0
- package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +70 -0
- package/dist/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.d.ts +204 -0
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +26 -26
- package/dist/components/Amelipro/AmeliproBadge/AmeliproBadge.d.ts +59 -0
- package/dist/components/Amelipro/AmeliproBtn/AmeliproBtn.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +214 -0
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.d.ts +70 -0
- package/dist/components/Amelipro/AmeliproCarousel/types.d.ts +7 -0
- package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +125 -0
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproResultList/AmeliproResultList.d.ts +164 -0
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +27 -27
- package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +32 -32
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +6 -6
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +7 -7
- package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproTooltips/AmeliproTooltips.d.ts +2 -2
- package/dist/components/ChipList/ChipList.d.ts +4 -0
- package/dist/components/ChipList/locales.d.ts +4 -2
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +8 -8
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +445 -8
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +2 -0
- package/dist/components/Customs/SyTabs/SyTabs.d.ts +71 -0
- package/dist/components/Customs/SyTabs/config.d.ts +17 -0
- package/dist/components/Customs/SyTabs/types.d.ts +11 -0
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +9 -9
- package/dist/components/DataList/DataList.d.ts +1 -1
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +4811 -240
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +52 -33
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +23 -10
- package/dist/components/DatePicker/composables/useDateInputEditing.d.ts +1 -0
- package/dist/components/DatePicker/composables/useTodayButton.d.ts +1 -0
- package/dist/components/DialogBox/DialogBox.d.ts +219 -0
- package/dist/components/HeaderLoading/HeaderLoading.d.ts +27 -0
- package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +110 -3
- package/dist/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.d.ts +19 -1
- package/dist/components/LangBtn/LangBtn.d.ts +2 -2
- package/dist/components/NirField/NirField.d.ts +18 -18
- package/dist/components/PeriodField/PeriodField.d.ts +10766 -1620
- package/dist/components/PhoneField/PhoneField.d.ts +1866 -2
- package/dist/components/PhoneField/indicatifs.d.ts +1 -0
- package/dist/components/PhoneField/locales.d.ts +1 -0
- package/dist/components/RangeField/RangeField.d.ts +1 -1
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +1 -1
- package/dist/components/SubHeader/SubHeader.d.ts +8 -0
- package/dist/components/SubHeader/locales.d.ts +1 -0
- package/dist/components/SyTextArea/SyTextArea.d.ts +6 -6
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -4
- package/dist/components/Tables/SyTable/SyTable.d.ts +5 -4
- package/dist/components/Tables/common/SyTablePagination.d.ts +448 -7
- package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +2 -2
- package/dist/components/Tables/common/types.d.ts +2 -0
- package/dist/components/index.d.ts +9 -0
- package/dist/design-system-v3.js +173 -164
- package/dist/design-system-v3.umd.cjs +288 -261
- package/dist/{main-BXPFSAB4.js → main-C66C1BkG.js} +12984 -11291
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/amelipro/icons.ts +38 -11
- package/src/components/Amelipro/AmeliproAccordionGroup/AmeliproAccordionGroup.mdx +20 -0
- package/src/components/Amelipro/AmeliproAccordionGroup/AmeliproAccordionGroup.stories.ts +135 -0
- package/src/components/Amelipro/AmeliproAccordionGroup/AmeliproAccordionGroup.vue +107 -0
- package/src/components/Amelipro/AmeliproAccordionGroup/__tests__/AmeliproAccordionGroup.spec.ts +37 -0
- package/src/components/Amelipro/AmeliproAccordionGroup/__tests__/__snapshots__/AmeliproAccordionGroup.spec.ts.snap +513 -0
- package/src/components/Amelipro/AmeliproAccordionGroup/types.d.ts +4 -0
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.mdx +16 -0
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +300 -0
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +288 -0
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/AmeliproAccordionList.spec.ts +38 -0
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +1712 -0
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.mdx +19 -0
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.stories.ts +68 -0
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.vue +66 -0
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.vue +145 -0
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/AmeliproAccordionResultTemplate.spec.ts +24 -0
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/__snapshots__/AmeliproAccordionResultTemplate.spec.ts.snap +127 -0
- package/src/components/Amelipro/AmeliproAccordionResult/__tests__/AmeliproAccordionResult.spec.ts +24 -0
- package/src/components/Amelipro/AmeliproAccordionResult/__tests__/__snapshots__/AmeliproAccordionResult.spec.ts.snap +123 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.mdx +20 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +273 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +275 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/AmeliproAccordionResultList.spec.ts +38 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +1593 -0
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.mdx +15 -0
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.stories.ts +54 -0
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.vue +76 -0
- package/src/components/Amelipro/AmeliproBadge/__tests__/AmeliproBadge.spec.ts +20 -0
- package/src/components/Amelipro/AmeliproBadge/__tests__/__snapshots__/AmeliproBadge.spec.ts.snap +19 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.mdx +15 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.stories.ts +191 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.vue +263 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.vue +93 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/__tests__/AmeliproCarouselItem.spec.ts +24 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/__tests__/__snapshots__/AmeliproCarouselItem.spec.ts.snap +43 -0
- package/src/components/Amelipro/AmeliproCarousel/__tests__/AmeliproCarousel.spec.ts +40 -0
- package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +342 -0
- package/src/components/Amelipro/AmeliproCarousel/types.d.ts +8 -0
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.mdx +18 -0
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.stories.ts +67 -0
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.vue +233 -0
- package/src/components/Amelipro/AmeliproClickableTile/tests/AmeliproClickableTile.spec.ts +21 -0
- package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +140 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.vue +7 -1
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +5 -4
- package/src/components/Amelipro/AmeliproIcon/iconList.ts +6 -0
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +5 -4
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.mdx +15 -0
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.stories.ts +264 -0
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +231 -0
- package/src/components/Amelipro/AmeliproResultList/__tests__/AmeliproResultList.spec.ts +37 -0
- package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +434 -0
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +6 -5
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +23 -26
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +2 -2
- package/src/components/ChipList/Accessibilite.stories.ts +4 -0
- package/src/components/ChipList/ChipList.vue +185 -42
- package/src/components/ChipList/locales.ts +4 -2
- package/src/components/ChipList/tests/chipList.spec.ts +7 -4
- package/src/components/Customs/Selects/SelectOverview.mdx +18 -15
- package/src/components/Customs/Selects/SyBtnSelect/SyBtnSelect.stories.ts +10 -10
- package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +13 -5
- package/src/components/Customs/Selects/SySelect/SySelect.vue +108 -37
- package/src/components/Customs/SyCheckbox/SyCheckbox.mdx +3 -1
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +165 -0
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +28 -9
- package/src/components/Customs/SyTabs/Accessibilite.mdx +309 -0
- package/src/components/Customs/SyTabs/SyTabs.mdx +117 -0
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +354 -0
- package/src/components/Customs/SyTabs/SyTabs.vue +350 -0
- package/src/components/Customs/SyTabs/config.ts +17 -0
- package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +425 -0
- package/src/components/Customs/SyTabs/types.ts +12 -0
- package/src/components/Customs/SyTextField/SyTextField.mdx +3 -0
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +142 -1
- package/src/components/Customs/SyTextField/SyTextField.vue +19 -16
- package/src/components/DataList/DataList.vue +47 -49
- package/src/components/DataListGroup/DataListGroup.vue +1 -1
- package/src/components/DataListItem/DataListItem.vue +67 -63
- package/src/components/DataListItem/tests/DataListItem.spec.ts +2 -2
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +3 -3
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +49 -13
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +412 -649
- package/src/components/DatePicker/DatePickerValidationExample/CalendarMode.stories.ts +215 -0
- package/src/components/DatePicker/DatePickerValidationExample/ComplexDatePicker.stories.ts +218 -0
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.mdx +2 -0
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
- package/src/components/DatePicker/DatePickerValidationExample/DateTextInput.stories.ts +218 -0
- package/src/components/DatePicker/DatePickerValidationExample/MultiMode.stories.ts +281 -0
- package/src/components/DatePicker/DateTextInput/DateTextInput.events.spec.ts +17 -4
- package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +111 -18
- package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +238 -6
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +716 -757
- package/src/components/DatePicker/composables/tests/useDateInputEditing.spec.ts +4 -4
- package/src/components/DatePicker/composables/tests/useDisplayedDateString.spec.ts +17 -10
- package/src/components/DatePicker/composables/useDateInputEditing.ts +52 -22
- package/src/components/DatePicker/composables/useDisplayedDateString.ts +18 -4
- package/src/components/DatePicker/composables/useTodayButton.ts +13 -1
- package/src/components/DatePicker/utils/dateFormattingUtils.ts +79 -14
- package/src/components/DialogBox/DialogBox.stories.ts +12 -0
- package/src/components/DialogBox/DialogBox.vue +16 -11
- package/src/components/DialogBox/tests/DialogBox.spec.ts +22 -0
- package/src/components/HeaderLoading/Accessibilite.mdx +429 -8
- package/src/components/HeaderLoading/Accessibilite.stories.ts +4 -0
- package/src/components/HeaderLoading/HeaderLoading.vue +59 -0
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.mdx +17 -2
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.stories.ts +91 -2
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +37 -1
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +276 -21
- package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +2 -2
- package/src/components/NirField/NirField.mdx +3 -0
- package/src/components/NirField/NirField.vue +10 -1
- package/src/components/NirField/tests/NirField.spec.ts +81 -0
- package/src/components/PasswordField/PasswordField.mdx +3 -0
- package/src/components/PeriodField/PeriodField.mdx +2 -0
- package/src/components/PeriodField/PeriodField.stories.ts +195 -0
- package/src/components/PhoneField/Accessibilite.stories.ts +4 -0
- package/src/components/PhoneField/PhoneField.mdx +3 -1
- package/src/components/PhoneField/PhoneField.stories.ts +285 -1
- package/src/components/PhoneField/PhoneField.vue +228 -95
- package/src/components/PhoneField/indicatifs.ts +102 -102
- package/src/components/PhoneField/locales.ts +1 -0
- package/src/components/PhoneField/tests/PhoneField.spec.ts +429 -2
- package/src/components/SkipLink/SkipLink.vue +3 -31
- package/src/components/SkipLink/tests/skipLink.spec.ts +0 -21
- package/src/components/SubHeader/Accessibilite.stories.ts +8 -0
- package/src/components/SubHeader/SubHeader.mdx +1 -0
- package/src/components/SubHeader/SubHeader.stories.ts +179 -60
- package/src/components/SubHeader/SubHeader.vue +45 -15
- package/src/components/SubHeader/locales.ts +1 -0
- package/src/components/SyAlert/SyAlert.vue +6 -0
- package/src/components/Tables/SyServerTable/SyServerTable.mdx +3 -10
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +242 -0
- package/src/components/Tables/SyServerTable/SyServerTable.vue +29 -10
- package/src/components/Tables/SyTable/SyTable.mdx +3 -10
- package/src/components/Tables/SyTable/SyTable.stories.ts +242 -0
- package/src/components/Tables/SyTable/SyTable.vue +2 -0
- package/src/components/Tables/common/SyTablePagination.vue +13 -6
- package/src/components/Tables/common/tests/SyTablePagination.spec.ts +157 -0
- package/src/components/Tables/common/types.ts +2 -0
- package/src/components/index.ts +9 -0
- package/src/composables/useFilterable/useFilterable.ts +10 -0
- package/src/designTokens/tokens/amelipro/apColors.ts +1 -1
- package/src/designTokens/tokens/cnam/cnamSemantic.ts +3 -3
- package/src/stories/Components/Components.stories.ts +1 -1
- package/src/stories/GuideDuDev/FormValidationGuide.mdx +342 -0
- package/src/stories/Templates/Templates.stories.ts +1 -1
- package/src/utils/functions/ameliproColors/ameliproColors.ts +1 -1
- package/dist/components/DataList/locales.d.ts +0 -3
- package/src/components/DataList/locales.ts +0 -3
- package/src/components/PhoneField/tests/PhoneField.additional.spec.ts +0 -266
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { nextTick, ComponentPublicInstance, Ref } from 'vue';
|
|
2
2
|
import { DateInput, DateValue } from '../../../composables/date/useDateInitializationDayjs';
|
|
3
|
+
/**
|
|
4
|
+
* Props / Emits
|
|
5
|
+
*/
|
|
3
6
|
type __VLS_Props = {
|
|
4
7
|
modelValue?: DateInput;
|
|
5
8
|
label?: string;
|
|
@@ -41,9 +44,10 @@ type __VLS_Props = {
|
|
|
41
44
|
max?: string;
|
|
42
45
|
};
|
|
43
46
|
autoClamp?: boolean;
|
|
47
|
+
isValidateOnBlur?: boolean;
|
|
44
48
|
};
|
|
45
49
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
46
|
-
validateOnSubmit: () =>
|
|
50
|
+
validateOnSubmit: () => boolean;
|
|
47
51
|
isDatePickerVisible: Ref<boolean, boolean>;
|
|
48
52
|
selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
|
|
49
53
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
@@ -69,6 +73,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
69
73
|
message: string;
|
|
70
74
|
};
|
|
71
75
|
displayFormattedDate: Ref<string, string>;
|
|
76
|
+
handleDateSelected: (value: DateValue) => void;
|
|
77
|
+
resetViewMode: () => void;
|
|
72
78
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
73
79
|
blur: () => any;
|
|
74
80
|
focus: () => any;
|
|
@@ -103,6 +109,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
103
109
|
options: any;
|
|
104
110
|
}[];
|
|
105
111
|
showSuccessMessages: boolean;
|
|
112
|
+
isValidateOnBlur: boolean;
|
|
106
113
|
disableErrorHandling: boolean;
|
|
107
114
|
format: string;
|
|
108
115
|
noCalendar: boolean;
|
|
@@ -147,6 +154,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
147
154
|
bgColor?: string | undefined;
|
|
148
155
|
displayRange?: boolean | undefined;
|
|
149
156
|
autoClamp?: boolean | undefined;
|
|
157
|
+
isValidateOnBlur?: boolean | undefined;
|
|
150
158
|
}> & Readonly<{
|
|
151
159
|
onBlur?: (() => any) | undefined;
|
|
152
160
|
onFocus?: (() => any) | undefined;
|
|
@@ -154,7 +162,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
154
162
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
155
163
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
156
164
|
}>, {
|
|
157
|
-
validateOnSubmit: () =>
|
|
165
|
+
validateOnSubmit: () => boolean;
|
|
158
166
|
focus(): void;
|
|
159
167
|
blur(): void;
|
|
160
168
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -175,6 +183,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
175
183
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
176
184
|
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
177
185
|
showSuccessMessages: boolean;
|
|
186
|
+
isValidateOnBlur: boolean;
|
|
178
187
|
disableErrorHandling: boolean;
|
|
179
188
|
format: string;
|
|
180
189
|
displayRange: boolean;
|
|
@@ -451,7 +460,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
451
460
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
452
461
|
hint?: string | undefined;
|
|
453
462
|
hideDetails?: boolean | "auto" | undefined;
|
|
454
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "
|
|
463
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
455
464
|
$attrs: {
|
|
456
465
|
[x: string]: unknown;
|
|
457
466
|
};
|
|
@@ -512,7 +521,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
512
521
|
baseColor?: string | undefined;
|
|
513
522
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
514
523
|
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
515
|
-
iconColor?: string | boolean | undefined;
|
|
524
|
+
iconColor?: string | boolean | undefined; /**
|
|
525
|
+
* UI updates after picking
|
|
526
|
+
*/
|
|
516
527
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
517
528
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
518
529
|
hint?: string | undefined;
|
|
@@ -630,7 +641,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
630
641
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
631
642
|
hint?: string | undefined;
|
|
632
643
|
hideDetails?: boolean | "auto" | undefined;
|
|
633
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "
|
|
644
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
634
645
|
reset: () => Promise<void>;
|
|
635
646
|
resetValidation: () => Promise<void>;
|
|
636
647
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -639,7 +650,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
639
650
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
640
651
|
modelValue?: unknown;
|
|
641
652
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
642
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "
|
|
653
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
643
654
|
$: import('vue').ComponentInternalInstance;
|
|
644
655
|
$data: {};
|
|
645
656
|
$props: Partial<{
|
|
@@ -1109,7 +1120,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1109
1120
|
"v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1110
1121
|
"v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1111
1122
|
label: string | undefined;
|
|
1112
|
-
props: Record<string, any>;
|
|
1123
|
+
props: Record<string, any>; /** @type { [typeof __VLS_components.VIcon, typeof __VLS_components.VIcon, ] } */
|
|
1113
1124
|
}) => import('vue').VNodeChild) | undefined;
|
|
1114
1125
|
"v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1115
1126
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
@@ -1178,7 +1189,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1178
1189
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1179
1190
|
hint?: string | undefined;
|
|
1180
1191
|
hideDetails?: boolean | "auto" | undefined;
|
|
1181
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "
|
|
1192
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
1182
1193
|
$attrs: {
|
|
1183
1194
|
[x: string]: unknown;
|
|
1184
1195
|
};
|
|
@@ -1278,7 +1289,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1278
1289
|
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1279
1290
|
[key: string]: any;
|
|
1280
1291
|
}>[];
|
|
1281
|
-
|
|
1292
|
+
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1282
1293
|
[key: string]: any;
|
|
1283
1294
|
}>[];
|
|
1284
1295
|
message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
@@ -1345,7 +1356,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1345
1356
|
minWidth?: string | number | undefined;
|
|
1346
1357
|
label?: string | undefined;
|
|
1347
1358
|
class?: any;
|
|
1348
|
-
|
|
1359
|
+
theme?: string | undefined;
|
|
1349
1360
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1350
1361
|
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
1351
1362
|
validationValue?: any;
|
|
@@ -1357,7 +1368,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1357
1368
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1358
1369
|
hint?: string | undefined;
|
|
1359
1370
|
hideDetails?: boolean | "auto" | undefined;
|
|
1360
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "
|
|
1371
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
1361
1372
|
reset: () => Promise<void>;
|
|
1362
1373
|
resetValidation: () => Promise<void>;
|
|
1363
1374
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -1366,7 +1377,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1366
1377
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1367
1378
|
modelValue?: unknown;
|
|
1368
1379
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1369
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "
|
|
1380
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
1370
1381
|
$: import('vue').ComponentInternalInstance;
|
|
1371
1382
|
$data: {};
|
|
1372
1383
|
$props: Partial<{
|
|
@@ -1795,7 +1806,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1795
1806
|
modelValue: string | number | null;
|
|
1796
1807
|
bgColor: string;
|
|
1797
1808
|
isActive: boolean;
|
|
1798
|
-
direction: "vertical" | "horizontal";
|
|
1799
1809
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1800
1810
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1801
1811
|
prependTooltip: string;
|
|
@@ -1809,6 +1819,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1809
1819
|
centerAffix: boolean;
|
|
1810
1820
|
counter: string | number | boolean;
|
|
1811
1821
|
counterValue: number | ((value: any) => number);
|
|
1822
|
+
direction: "vertical" | "horizontal";
|
|
1812
1823
|
isDirty: boolean;
|
|
1813
1824
|
isOnError: boolean;
|
|
1814
1825
|
isFlat: boolean;
|
|
@@ -1881,7 +1892,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1881
1892
|
modelValue: string | number | null;
|
|
1882
1893
|
bgColor: string;
|
|
1883
1894
|
isActive: boolean;
|
|
1884
|
-
direction: "vertical" | "horizontal";
|
|
1885
1895
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1886
1896
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1887
1897
|
prependTooltip: string;
|
|
@@ -1895,6 +1905,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1895
1905
|
centerAffix: boolean;
|
|
1896
1906
|
counter: string | number | boolean;
|
|
1897
1907
|
counterValue: number | ((value: any) => number);
|
|
1908
|
+
direction: "vertical" | "horizontal";
|
|
1898
1909
|
isDirty: boolean;
|
|
1899
1910
|
isOnError: boolean;
|
|
1900
1911
|
isFlat: boolean;
|
|
@@ -1997,7 +2008,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1997
2008
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1998
2009
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1999
2010
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2000
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
2011
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
2001
2012
|
validation: {
|
|
2002
2013
|
errors: Ref<string[], string[]>;
|
|
2003
2014
|
warnings: Ref<string[], string[]>;
|
|
@@ -2048,6 +2059,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2048
2059
|
bgColor?: string | undefined;
|
|
2049
2060
|
displayRange?: boolean | undefined;
|
|
2050
2061
|
autoClamp?: boolean | undefined;
|
|
2062
|
+
isValidateOnBlur?: boolean | undefined;
|
|
2051
2063
|
}> & Readonly<{
|
|
2052
2064
|
onBlur?: (() => any) | undefined;
|
|
2053
2065
|
onFocus?: (() => any) | undefined;
|
|
@@ -2055,7 +2067,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2055
2067
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
2056
2068
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
2057
2069
|
}>, {
|
|
2058
|
-
validateOnSubmit: () =>
|
|
2070
|
+
validateOnSubmit: () => boolean;
|
|
2059
2071
|
focus(): void;
|
|
2060
2072
|
blur(): void;
|
|
2061
2073
|
}, {}, {}, {}, {
|
|
@@ -2070,6 +2082,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2070
2082
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2071
2083
|
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2072
2084
|
showSuccessMessages: boolean;
|
|
2085
|
+
isValidateOnBlur: boolean;
|
|
2073
2086
|
disableErrorHandling: boolean;
|
|
2074
2087
|
format: string;
|
|
2075
2088
|
displayRange: boolean;
|
|
@@ -2101,6 +2114,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2101
2114
|
bgColor?: string | undefined;
|
|
2102
2115
|
displayRange?: boolean | undefined;
|
|
2103
2116
|
autoClamp?: boolean | undefined;
|
|
2117
|
+
isValidateOnBlur?: boolean | undefined;
|
|
2104
2118
|
}> & Readonly<{
|
|
2105
2119
|
onBlur?: (() => any) | undefined;
|
|
2106
2120
|
onFocus?: (() => any) | undefined;
|
|
@@ -2108,7 +2122,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2108
2122
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
2109
2123
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
2110
2124
|
}>, {
|
|
2111
|
-
validateOnSubmit: () =>
|
|
2125
|
+
validateOnSubmit: () => boolean;
|
|
2112
2126
|
focus(): void;
|
|
2113
2127
|
blur(): void;
|
|
2114
2128
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -2129,6 +2143,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2129
2143
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2130
2144
|
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2131
2145
|
showSuccessMessages: boolean;
|
|
2146
|
+
isValidateOnBlur: boolean;
|
|
2132
2147
|
disableErrorHandling: boolean;
|
|
2133
2148
|
format: string;
|
|
2134
2149
|
displayRange: boolean;
|
|
@@ -2405,7 +2420,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2405
2420
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2406
2421
|
hint?: string | undefined;
|
|
2407
2422
|
hideDetails?: boolean | "auto" | undefined;
|
|
2408
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "
|
|
2423
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
2409
2424
|
$attrs: {
|
|
2410
2425
|
[x: string]: unknown;
|
|
2411
2426
|
};
|
|
@@ -2466,7 +2481,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2466
2481
|
baseColor?: string | undefined;
|
|
2467
2482
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2468
2483
|
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2469
|
-
iconColor?: string | boolean | undefined;
|
|
2484
|
+
iconColor?: string | boolean | undefined; /**
|
|
2485
|
+
* UI updates after picking
|
|
2486
|
+
*/
|
|
2470
2487
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2471
2488
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2472
2489
|
hint?: string | undefined;
|
|
@@ -2584,7 +2601,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2584
2601
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2585
2602
|
hint?: string | undefined;
|
|
2586
2603
|
hideDetails?: boolean | "auto" | undefined;
|
|
2587
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "
|
|
2604
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
2588
2605
|
reset: () => Promise<void>;
|
|
2589
2606
|
resetValidation: () => Promise<void>;
|
|
2590
2607
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -2593,7 +2610,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2593
2610
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2594
2611
|
modelValue?: unknown;
|
|
2595
2612
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2596
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "
|
|
2613
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
2597
2614
|
$: import('vue').ComponentInternalInstance;
|
|
2598
2615
|
$data: {};
|
|
2599
2616
|
$props: Partial<{
|
|
@@ -3063,7 +3080,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3063
3080
|
"v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
3064
3081
|
"v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
3065
3082
|
label: string | undefined;
|
|
3066
|
-
props: Record<string, any>;
|
|
3083
|
+
props: Record<string, any>; /** @type { [typeof __VLS_components.VIcon, typeof __VLS_components.VIcon, ] } */
|
|
3067
3084
|
}) => import('vue').VNodeChild) | undefined;
|
|
3068
3085
|
"v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
3069
3086
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
@@ -3132,7 +3149,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3132
3149
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3133
3150
|
hint?: string | undefined;
|
|
3134
3151
|
hideDetails?: boolean | "auto" | undefined;
|
|
3135
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "
|
|
3152
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
3136
3153
|
$attrs: {
|
|
3137
3154
|
[x: string]: unknown;
|
|
3138
3155
|
};
|
|
@@ -3232,7 +3249,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3232
3249
|
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3233
3250
|
[key: string]: any;
|
|
3234
3251
|
}>[];
|
|
3235
|
-
|
|
3252
|
+
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3236
3253
|
[key: string]: any;
|
|
3237
3254
|
}>[];
|
|
3238
3255
|
message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
@@ -3299,7 +3316,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3299
3316
|
minWidth?: string | number | undefined;
|
|
3300
3317
|
label?: string | undefined;
|
|
3301
3318
|
class?: any;
|
|
3302
|
-
|
|
3319
|
+
theme?: string | undefined;
|
|
3303
3320
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3304
3321
|
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
3305
3322
|
validationValue?: any;
|
|
@@ -3311,7 +3328,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3311
3328
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3312
3329
|
hint?: string | undefined;
|
|
3313
3330
|
hideDetails?: boolean | "auto" | undefined;
|
|
3314
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "
|
|
3331
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
3315
3332
|
reset: () => Promise<void>;
|
|
3316
3333
|
resetValidation: () => Promise<void>;
|
|
3317
3334
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -3320,7 +3337,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3320
3337
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3321
3338
|
modelValue?: unknown;
|
|
3322
3339
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
3323
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "
|
|
3340
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
3324
3341
|
$: import('vue').ComponentInternalInstance;
|
|
3325
3342
|
$data: {};
|
|
3326
3343
|
$props: Partial<{
|
|
@@ -3749,7 +3766,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3749
3766
|
modelValue: string | number | null;
|
|
3750
3767
|
bgColor: string;
|
|
3751
3768
|
isActive: boolean;
|
|
3752
|
-
direction: "vertical" | "horizontal";
|
|
3753
3769
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3754
3770
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3755
3771
|
prependTooltip: string;
|
|
@@ -3763,6 +3779,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3763
3779
|
centerAffix: boolean;
|
|
3764
3780
|
counter: string | number | boolean;
|
|
3765
3781
|
counterValue: number | ((value: any) => number);
|
|
3782
|
+
direction: "vertical" | "horizontal";
|
|
3766
3783
|
isDirty: boolean;
|
|
3767
3784
|
isOnError: boolean;
|
|
3768
3785
|
isFlat: boolean;
|
|
@@ -3835,7 +3852,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3835
3852
|
modelValue: string | number | null;
|
|
3836
3853
|
bgColor: string;
|
|
3837
3854
|
isActive: boolean;
|
|
3838
|
-
direction: "vertical" | "horizontal";
|
|
3839
3855
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3840
3856
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3841
3857
|
prependTooltip: string;
|
|
@@ -3849,6 +3865,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3849
3865
|
centerAffix: boolean;
|
|
3850
3866
|
counter: string | number | boolean;
|
|
3851
3867
|
counterValue: number | ((value: any) => number);
|
|
3868
|
+
direction: "vertical" | "horizontal";
|
|
3852
3869
|
isDirty: boolean;
|
|
3853
3870
|
isOnError: boolean;
|
|
3854
3871
|
isFlat: boolean;
|
|
@@ -3951,7 +3968,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3951
3968
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3952
3969
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3953
3970
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3954
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
3971
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
3955
3972
|
validation: {
|
|
3956
3973
|
errors: Ref<string[], string[]>;
|
|
3957
3974
|
warnings: Ref<string[], string[]>;
|
|
@@ -4002,6 +4019,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4002
4019
|
bgColor?: string | undefined;
|
|
4003
4020
|
displayRange?: boolean | undefined;
|
|
4004
4021
|
autoClamp?: boolean | undefined;
|
|
4022
|
+
isValidateOnBlur?: boolean | undefined;
|
|
4005
4023
|
}> & Readonly<{
|
|
4006
4024
|
onBlur?: (() => any) | undefined;
|
|
4007
4025
|
onFocus?: (() => any) | undefined;
|
|
@@ -4009,7 +4027,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4009
4027
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
4010
4028
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
4011
4029
|
}>, {
|
|
4012
|
-
validateOnSubmit: () =>
|
|
4030
|
+
validateOnSubmit: () => boolean;
|
|
4013
4031
|
focus(): void;
|
|
4014
4032
|
blur(): void;
|
|
4015
4033
|
}, {}, {}, {}, {
|
|
@@ -4024,6 +4042,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4024
4042
|
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4025
4043
|
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4026
4044
|
showSuccessMessages: boolean;
|
|
4045
|
+
isValidateOnBlur: boolean;
|
|
4027
4046
|
disableErrorHandling: boolean;
|
|
4028
4047
|
format: string;
|
|
4029
4048
|
displayRange: boolean;
|
|
@@ -4113,7 +4132,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4113
4132
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
4114
4133
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
4115
4134
|
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
4116
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "active" | "
|
|
4135
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "active" | "divided" | "landscape" | "hideHeader" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "hideWeekdays" | "showWeek" | "reverseTransition" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode">;
|
|
4117
4136
|
$attrs: {
|
|
4118
4137
|
[x: string]: unknown;
|
|
4119
4138
|
};
|
|
@@ -4421,7 +4440,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4421
4440
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
4422
4441
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
4423
4442
|
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
4424
|
-
}, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "active" | "
|
|
4443
|
+
}, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "active" | "divided" | "landscape" | "hideHeader" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "hideWeekdays" | "showWeek" | "reverseTransition" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
4425
4444
|
modelValue?: Date | (Date | null)[] | null | undefined;
|
|
4426
4445
|
"onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
|
|
4427
4446
|
multiple?: false | "range" | undefined;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { nextTick } from 'vue';
|
|
2
2
|
import { ValidationRule, ValidationResult } from '../../../composables/validation/useValidation';
|
|
3
3
|
import { DateValue } from '../../../composables/date/useDateInitializationDayjs';
|
|
4
|
+
/**
|
|
5
|
+
* =====================
|
|
6
|
+
* Props / Emits
|
|
7
|
+
* =====================
|
|
8
|
+
*/
|
|
4
9
|
type __VLS_Props = {
|
|
5
10
|
modelValue?: DateValue;
|
|
6
11
|
placeholder?: string;
|
|
@@ -22,9 +27,11 @@ type __VLS_Props = {
|
|
|
22
27
|
bgColor?: string;
|
|
23
28
|
displayRange?: boolean;
|
|
24
29
|
autoClamp?: boolean;
|
|
30
|
+
isValidateOnBlur?: boolean;
|
|
25
31
|
};
|
|
32
|
+
declare function validateOnSubmit(): boolean;
|
|
26
33
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
27
|
-
validateOnSubmit:
|
|
34
|
+
validateOnSubmit: typeof validateOnSubmit;
|
|
28
35
|
focus(): void;
|
|
29
36
|
blur(): void;
|
|
30
37
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -51,6 +58,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
51
58
|
customRules: ValidationRule[];
|
|
52
59
|
customWarningRules: ValidationRule[];
|
|
53
60
|
showSuccessMessages: boolean;
|
|
61
|
+
isValidateOnBlur: boolean;
|
|
54
62
|
disableErrorHandling: boolean;
|
|
55
63
|
format: string;
|
|
56
64
|
displayRange: boolean;
|
|
@@ -327,7 +335,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
327
335
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
328
336
|
hint?: string | undefined;
|
|
329
337
|
hideDetails?: boolean | "auto" | undefined;
|
|
330
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "
|
|
338
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
331
339
|
$attrs: {
|
|
332
340
|
[x: string]: unknown;
|
|
333
341
|
};
|
|
@@ -362,6 +370,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
362
370
|
style: import('vue').StyleValue;
|
|
363
371
|
disabled: boolean | null;
|
|
364
372
|
readonly: boolean | null;
|
|
373
|
+
/**
|
|
374
|
+
* =====================
|
|
375
|
+
* Overwrite editing (nouvelle logique)
|
|
376
|
+
* =====================
|
|
377
|
+
*/
|
|
365
378
|
messages: string | readonly string[];
|
|
366
379
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
367
380
|
focused: boolean;
|
|
@@ -506,7 +519,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
506
519
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
507
520
|
hint?: string | undefined;
|
|
508
521
|
hideDetails?: boolean | "auto" | undefined;
|
|
509
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "
|
|
522
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
510
523
|
reset: () => Promise<void>;
|
|
511
524
|
resetValidation: () => Promise<void>;
|
|
512
525
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -515,7 +528,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
515
528
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
516
529
|
modelValue?: unknown;
|
|
517
530
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
518
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "
|
|
531
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
519
532
|
$: import('vue').ComponentInternalInstance;
|
|
520
533
|
$data: {};
|
|
521
534
|
$props: Partial<{
|
|
@@ -1054,7 +1067,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1054
1067
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1055
1068
|
hint?: string | undefined;
|
|
1056
1069
|
hideDetails?: boolean | "auto" | undefined;
|
|
1057
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "
|
|
1070
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
1058
1071
|
$attrs: {
|
|
1059
1072
|
[x: string]: unknown;
|
|
1060
1073
|
};
|
|
@@ -1233,7 +1246,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1233
1246
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1234
1247
|
hint?: string | undefined;
|
|
1235
1248
|
hideDetails?: boolean | "auto" | undefined;
|
|
1236
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "
|
|
1249
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
1237
1250
|
reset: () => Promise<void>;
|
|
1238
1251
|
resetValidation: () => Promise<void>;
|
|
1239
1252
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -1242,7 +1255,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1242
1255
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1243
1256
|
modelValue?: unknown;
|
|
1244
1257
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1245
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "
|
|
1258
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
1246
1259
|
$: import('vue').ComponentInternalInstance;
|
|
1247
1260
|
$data: {};
|
|
1248
1261
|
$props: Partial<{
|
|
@@ -1671,7 +1684,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1671
1684
|
modelValue: string | number | null;
|
|
1672
1685
|
bgColor: string;
|
|
1673
1686
|
isActive: boolean;
|
|
1674
|
-
direction: "vertical" | "horizontal";
|
|
1675
1687
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1676
1688
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1677
1689
|
prependTooltip: string;
|
|
@@ -1685,6 +1697,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1685
1697
|
centerAffix: boolean;
|
|
1686
1698
|
counter: string | number | boolean;
|
|
1687
1699
|
counterValue: number | ((value: any) => number);
|
|
1700
|
+
direction: "vertical" | "horizontal";
|
|
1688
1701
|
isDirty: boolean;
|
|
1689
1702
|
isOnError: boolean;
|
|
1690
1703
|
isFlat: boolean;
|
|
@@ -1757,7 +1770,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1757
1770
|
modelValue: string | number | null;
|
|
1758
1771
|
bgColor: string;
|
|
1759
1772
|
isActive: boolean;
|
|
1760
|
-
direction: "vertical" | "horizontal";
|
|
1761
1773
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1762
1774
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1763
1775
|
prependTooltip: string;
|
|
@@ -1771,6 +1783,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1771
1783
|
centerAffix: boolean;
|
|
1772
1784
|
counter: string | number | boolean;
|
|
1773
1785
|
counterValue: number | ((value: any) => number);
|
|
1786
|
+
direction: "vertical" | "horizontal";
|
|
1774
1787
|
isDirty: boolean;
|
|
1775
1788
|
isOnError: boolean;
|
|
1776
1789
|
isFlat: boolean;
|
|
@@ -1873,7 +1886,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1873
1886
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1874
1887
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1875
1888
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1876
|
-
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "
|
|
1889
|
+
}>, "validation" | "validateOnSubmit" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "prefix" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
1877
1890
|
validation: {
|
|
1878
1891
|
errors: import('vue').Ref<string[], string[]>;
|
|
1879
1892
|
warnings: import('vue').Ref<string[], string[]>;
|