@cnamts/synapse 1.0.22 → 1.0.24
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/AutocompleteFilter-BWLR3U7W.js +114 -0
- package/dist/AutocompleteFilter-D9jzRzAL.cjs +1 -0
- package/dist/{DateFilter-B5n-ZkLi.js → DateFilter-BpwFexzi.js} +1 -1
- package/dist/DateFilter-DTUl8hb1.cjs +1 -0
- package/dist/{NumberFilter-CtiZ9uj8.js → NumberFilter-Bz_NTdX9.js} +3 -3
- package/dist/NumberFilter-MAEojdk0.cjs +1 -0
- package/dist/PeriodFilter-CC4WgIhl.cjs +1 -0
- package/dist/{PeriodFilter-DzqiMb-b.js → PeriodFilter-DX_wy9g-.js} +1 -1
- package/dist/SelectFilter-BR3fvl-a.cjs +1 -0
- package/dist/SelectFilter-xqiPtPgX.js +135 -0
- package/dist/{TextFilter-BOFRNfcX.js → TextFilter-BBl3JFqK.js} +7 -7
- package/dist/TextFilter-CCfYFl5F.cjs +1 -0
- package/dist/apLightTheme-CFSRrjv2.cjs +1 -0
- package/dist/apLightTheme-D1P4jcD0.js +1231 -0
- package/dist/components/Accordion/Accordion.d.ts +13 -2
- package/dist/components/Accordion/composables/useAccordionState.d.ts +2 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7022 -9616
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +40 -40
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +61 -61
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7168 -9762
- package/dist/components/Amelipro/AmeliproStepper/AmeliproStepper.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +7506 -10100
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +22 -22
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +42 -42
- package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +2 -2
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -498
- package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +130 -147
- package/dist/components/Customs/Selects/SyAutocomplete/locales.d.ts +5 -0
- package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +6 -6
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +13 -17
- package/dist/components/Customs/Selects/SySelect/locales.d.ts +1 -0
- package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +9 -9
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +29 -507
- package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +29 -507
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +64 -81
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +640 -780
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +322 -407
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +114 -156
- package/dist/components/DatePicker/composables/index.d.ts +1 -0
- package/dist/components/DatePicker/composables/useDatePickerFocusTrap.d.ts +11 -0
- package/dist/components/DatePicker/composables/useDateTextField.d.ts +4 -4
- package/dist/components/DatePicker/composables/useDateValidation.d.ts +3 -3
- package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
- package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
- package/dist/components/ErrorPage/ErrorPage.d.ts +3 -1
- package/dist/components/FileList/UploadItem/UploadItem.d.ts +6 -0
- package/dist/components/FileList/UploadItem/locales.d.ts +1 -4
- package/dist/components/FileUpload/FileUploadContent.d.ts +2 -0
- package/dist/components/FileUpload/validateFiles.d.ts +2 -1
- package/dist/components/HeaderBar/HeaderBar.d.ts +2 -1
- package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +2 -1
- package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +6 -5
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +20 -28
- package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +3 -3
- package/dist/components/MonthPicker/MonthPicker.d.ts +1903 -0
- package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +1863 -0
- package/dist/components/MonthPicker/MonthPickerText/useTextField.d.ts +21 -0
- package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.d.ts +21 -0
- package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.d.ts +12 -0
- package/dist/components/MonthPicker/MonthPickerVisual/MonthSelector.d.ts +11 -0
- package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.d.ts +6 -0
- package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.d.ts +14 -0
- package/dist/components/MonthPicker/MonthPickerVisual/YearSelector.d.ts +14 -0
- package/dist/components/MonthPicker/MonthPickerVisual/useMonthGrid.d.ts +9 -0
- package/dist/components/MonthPicker/MonthPickerVisual/useYearGrid.d.ts +8 -0
- package/dist/components/MonthPicker/MonthPickerVisual/utils.d.ts +8 -0
- package/dist/components/MonthPicker/locales.d.ts +12 -0
- package/dist/components/MonthPicker/useMonthPickerValidation.d.ts +25 -0
- package/dist/components/NirField/NirField.d.ts +209 -271
- package/dist/components/NirField/locales.d.ts +10 -10
- package/dist/components/NirField/useNirValidation.d.ts +64 -0
- package/dist/components/NotificationBar/Notification/Notification.d.ts +3 -0
- package/dist/components/PasswordField/PasswordField.d.ts +9 -10
- package/dist/components/PeriodField/PeriodField.d.ts +1379 -1659
- package/dist/components/PhoneField/PhoneField.d.ts +90 -125
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +12 -12
- package/dist/components/SyBtnMenu/SyBtnMenu.d.ts +1 -1
- package/dist/components/SyHeading/SyHeading.a11y.test.d.ts +1 -0
- package/dist/components/SyHeading/SyHeading.d.ts +4 -2
- package/dist/components/SyHeading/SyHeading.test.d.ts +1 -0
- package/dist/components/SyTextArea/SyTextArea.d.ts +35 -15
- package/dist/components/SyTextArea/useDefaultValidationRules.d.ts +11 -0
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +11 -8
- package/dist/components/Tables/SyTable/SyTable.d.ts +11 -8
- package/dist/components/Tables/common/SyTableFilter.d.ts +2 -3
- package/dist/components/Tables/common/SyTablePagination.d.ts +21 -23
- package/dist/components/Tables/common/filters/AutocompleteFilter.d.ts +120 -0
- package/dist/components/Tables/common/filters/locales.d.ts +0 -1
- package/dist/components/Tables/common/types.d.ts +19 -3
- package/dist/components/Tables/common/useClickableTableRow.d.ts +17 -0
- package/dist/components/Tables/common/usePagination.d.ts +3 -1
- package/dist/components/Tables/common/usePinnedColumns.d.ts +31 -0
- package/dist/components/Tables/common/useTableHeaders.d.ts +2 -0
- package/dist/components/Tables/common/useTableRowCheckboxAccessibility.d.ts +5 -0
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +6 -6
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/date/useDatePickerAccessibility.d.ts +1 -1
- package/dist/composables/rules/useFieldValidation.d.ts +4 -4
- package/dist/composables/unifyValidation/useCustomValidation.d.ts +8 -0
- package/dist/composables/unifyValidation/useValidation.d.ts +102 -0
- package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +18 -0
- package/dist/composables/useFormFieldErrorHandling.d.ts +2 -2
- package/dist/composables/validation/useFormValidation.d.ts +11 -2
- package/dist/composables/validation/useValidation.d.ts +15 -9
- package/dist/design-system-v3.d.ts +2 -0
- package/dist/design-system-v3.js +196 -194
- package/dist/design-system-v3.umd.cjs +1 -1066
- package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +5 -0
- package/dist/{main-CEl4J8_T.js → main-BtTqyn4z.js} +16983 -15576
- package/dist/main-C1e3eoxd.cjs +1067 -0
- package/dist/synapse.css +1 -0
- package/dist/tooth-11-D3sLWv2n.cjs +1 -0
- package/dist/tooth-12-CXrLuH03.cjs +1 -0
- package/dist/tooth-13-BSfo5fpT.cjs +1 -0
- package/dist/tooth-14-DMzulx0h.cjs +1 -0
- package/dist/tooth-15-BKRFVi-9.cjs +1 -0
- package/dist/tooth-16-CpuxAbuM.cjs +1 -0
- package/dist/tooth-17-BPoahUdg.cjs +1 -0
- package/dist/tooth-18-DhHJz8sy.cjs +1 -0
- package/dist/tooth-21-Dgd5hn_X.cjs +1 -0
- package/dist/tooth-22-C2Tn19sB.cjs +1 -0
- package/dist/tooth-23-C9uaaSGb.cjs +1 -0
- package/dist/tooth-24-BrK9UGpf.cjs +1 -0
- package/dist/tooth-25-CE_EfGNp.cjs +1 -0
- package/dist/tooth-26-Ctv4i9Fy.cjs +1 -0
- package/dist/tooth-27-C5J7JkWM.cjs +1 -0
- package/dist/tooth-28-Z9oWqjo0.cjs +1 -0
- package/dist/tooth-31-BrYqmkTi.cjs +1 -0
- package/dist/tooth-32-BNNR0oCZ.cjs +1 -0
- package/dist/tooth-33-DuxvqO2J.cjs +1 -0
- package/dist/tooth-34-BCSCXMB6.cjs +1 -0
- package/dist/tooth-35-BLUXkX88.cjs +1 -0
- package/dist/tooth-36-IrKHYqlA.cjs +1 -0
- package/dist/tooth-37-BYqpdMwo.cjs +1 -0
- package/dist/tooth-38-B_eNXXdu.cjs +1 -0
- package/dist/tooth-41-Ddva4Ot8.cjs +1 -0
- package/dist/tooth-42-szcDqlM0.cjs +1 -0
- package/dist/tooth-43-B3ka6rQm.cjs +1 -0
- package/dist/tooth-44-CazyQucj.cjs +1 -0
- package/dist/tooth-45-B4HQtc8n.cjs +1 -0
- package/dist/tooth-46-BPM40gbG.cjs +1 -0
- package/dist/tooth-47-Dvr20dlh.cjs +1 -0
- package/dist/tooth-48-Bd8ljGsF.cjs +1 -0
- package/dist/tooth-51-OBpwCOF3.cjs +1 -0
- package/dist/tooth-52-aKxyHcmq.cjs +1 -0
- package/dist/tooth-53-vCwJjTOc.cjs +1 -0
- package/dist/tooth-54-DsWu2iFy.cjs +1 -0
- package/dist/tooth-55-BxC1X2Dn.cjs +1 -0
- package/dist/tooth-61-BbLvxMQi.cjs +1 -0
- package/dist/tooth-62-CmTkWczP.cjs +1 -0
- package/dist/tooth-63-DI7l_2qI.cjs +1 -0
- package/dist/tooth-64-B21sOsJh.cjs +1 -0
- package/dist/tooth-65-D2ZC2VEr.cjs +1 -0
- package/dist/tooth-71-D473PPO5.cjs +1 -0
- package/dist/tooth-72-Drh1wnNu.cjs +1 -0
- package/dist/tooth-73-DzlwYI23.cjs +1 -0
- package/dist/tooth-74-8aGvcZPg.cjs +1 -0
- package/dist/tooth-75-BFK7At_r.cjs +1 -0
- package/dist/tooth-81-BZmR-I0M.cjs +1 -0
- package/dist/tooth-82-euVfUUZV.cjs +1 -0
- package/dist/tooth-83-KV010j64.cjs +1 -0
- package/dist/tooth-84-BBg1RjhZ.cjs +1 -0
- package/dist/tooth-85-Cr-kc1wM.cjs +1 -0
- package/dist/vuetifyConfig.js +561 -0
- package/dist/vuetifyConfig.umd.cjs +1 -0
- package/package.json +18 -6
- package/src/assets/apTokens.scss +2 -2
- package/src/assets/overrides/_btns.scss +2 -0
- package/src/assets/overrides/_forms.scss +9 -0
- package/src/assets/overrides/_icons.scss +41 -4
- package/src/assets/overrides/_tables.scss +19 -0
- package/src/assets/overrides/_typography.scss +0 -10
- package/src/components/Accordion/Accordion.mdx +23 -9
- package/src/components/Accordion/Accordion.stories.ts +153 -3
- package/src/components/Accordion/Accordion.vue +7 -6
- package/src/components/Accordion/composables/__tests__/useAccordionState.spec.ts +40 -12
- package/src/components/Accordion/composables/useAccordionState.ts +3 -4
- package/src/components/Accordion/tests/accordion.spec.ts +131 -19
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.mdx +3 -1
- package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +8 -0
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +2 -2
- package/src/components/BackBtn/accessibilite/Accessibility.mdx +62 -10
- package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +9 -3
- package/src/components/BackToTopBtn/accessibilite/Accessibility.mdx +86 -6
- package/src/components/Captcha/accessibilite/Accessibility.mdx +86 -8
- package/src/components/Captcha/tests/Captcha.spec.ts +0 -29
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +14 -122
- package/src/components/ChipList/ChipList.stories.ts +0 -15
- package/src/components/ChipList/ChipList.vue +5 -1
- package/src/components/ChipList/accessibilite/Accessibility.mdx +83 -10
- package/src/components/ChipList/tests/ChipList.a11y.spec.ts +41 -0
- package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +124 -10
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +379 -93
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +162 -84
- package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibilite.stories.ts +40 -1
- package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibility.mdx +7 -1
- package/src/components/Customs/Selects/SyAutocomplete/locales.ts +5 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.a11y.spec.ts +96 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +377 -9
- package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +27 -13
- package/src/components/Customs/Selects/SyAutocomplete/utils/useSelectionLogic.ts +9 -10
- package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.stories.ts +4 -4
- package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.vue +8 -9
- package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.spec.ts +10 -10
- package/src/components/Customs/Selects/SySelect/SySelect.vue +60 -14
- package/src/components/Customs/Selects/SySelect/locales.ts +1 -0
- package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +54 -0
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +6 -9
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +10 -16
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +16 -11
- package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +35 -0
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.a11y.spec.ts +134 -2
- package/src/components/Customs/SyForm/SyForm.stories.ts +31 -5
- package/src/components/Customs/SyIcon/SyIcon.vue +1 -1
- package/src/components/Customs/SyIcon/tests/SyIcon.a11y.spec.ts +20 -0
- package/src/components/Customs/SyIconButton/SyIconButton.mdx +46 -0
- package/src/components/Customs/SyIconButton/SyIconButton.stories.ts +184 -0
- package/src/components/Customs/SyIconButton/SyIconButton.vue +38 -0
- package/src/components/Customs/SyIconButton/accessibilite/Accessibility.mdx +64 -0
- package/src/components/Customs/SyIconButton/tests/SyIconButton.a11y.spec.ts +87 -0
- package/src/components/Customs/SyIconButton/tests/SyIconButton.spec.ts +152 -0
- package/src/components/Customs/SyIconButton/tests/__snapshots__/SyIconButton.spec.ts.snap +61 -0
- package/src/components/Customs/SyPagination/SyPagination.vue +5 -5
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +4 -7
- package/src/components/Customs/SyTextField/SyTextField.mdx +1 -1
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +29 -27
- package/src/components/Customs/SyTextField/SyTextField.vue +174 -159
- package/src/components/Customs/SyTextField/accessibilite/Accessibility.mdx +67 -9
- package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +47 -0
- package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +155 -10
- package/src/components/DataList/accessibilite/Accessibility.mdx +79 -11
- package/src/components/DataListGroup/accessibilite/Accessibility.mdx +80 -11
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +62 -58
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +330 -223
- package/src/components/DatePicker/CalendarMode/accessibilite/Accessibility.mdx +82 -0
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +141 -0
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +2 -56
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +195 -159
- package/src/components/DatePicker/ComplexDatePicker/accessibilite/Accessibility.mdx +76 -0
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +10 -10
- package/src/components/DatePicker/DatePickerValidationExample/CalendarMode.stories.ts +8 -8
- package/src/components/DatePicker/DatePickerValidationExample/ComplexDatePicker.stories.ts +106 -8
- package/src/components/DatePicker/DatePickerValidationExample/DateTextInput.stories.ts +12 -11
- package/src/components/DatePicker/DatePickerValidationExample/MultiMode.stories.ts +12 -12
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +0 -12
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +63 -57
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +3 -0
- package/src/components/DatePicker/DateTextInput/accessibilite/Accessibility.mdx +66 -0
- package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +52 -1
- package/src/components/DatePicker/composables/index.ts +1 -0
- package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +109 -65
- package/src/components/DatePicker/composables/tests/useDatePickerFocusTrap.spec.ts +138 -0
- package/src/components/DatePicker/composables/tests/useDateValidation.spec.ts +74 -18
- package/src/components/DatePicker/composables/tests/useInputBlurHandler.spec.ts +39 -0
- package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +91 -0
- package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +442 -36
- package/src/components/DatePicker/composables/useDatePickerFocusTrap.ts +92 -0
- package/src/components/DatePicker/composables/useDateTextField.ts +7 -6
- package/src/components/DatePicker/composables/useDateValidation.ts +36 -35
- package/src/components/DatePicker/composables/useInputBlurHandler.ts +3 -3
- package/src/components/DatePicker/composables/useManualDateValidation.ts +6 -2
- package/src/components/DiacriticPicker/accessibilite/Accessibility.mdx +76 -8
- package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +25 -0
- package/src/components/ErrorPage/ErrorPage.stories.ts +113 -19
- package/src/components/ErrorPage/ErrorPage.vue +17 -2
- package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +17 -0
- package/src/components/ErrorPage/tests/ErrorPage.spec.ts +21 -1
- package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +0 -1
- package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +23 -0
- package/src/components/FileList/FileList.stories.ts +51 -1
- package/src/components/FileList/UploadItem/UploadItem.vue +13 -6
- package/src/components/FileList/UploadItem/locales.ts +3 -12
- package/src/components/FileList/accessibilite/Accessibility.mdx +3 -0
- package/src/components/FileUpload/FileUpload.vue +2 -1
- package/src/components/FileUpload/FileUploadContent.vue +2 -1
- package/src/components/FileUpload/tests/FileUpload.spec.ts +47 -0
- package/src/components/FileUpload/validateFiles.ts +5 -2
- package/src/components/FranceConnectBtn/accessibilite/Accessibility.mdx +62 -9
- package/src/components/HeaderBar/HeaderBar.stories.ts +14 -2
- package/src/components/HeaderBar/HeaderBar.vue +2 -1
- package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +2 -1
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -1
- package/src/components/Logo/accessibilite/Accessibility.mdx +73 -11
- package/src/components/LogoBrandSection/accessibilite/Accessibility.mdx +85 -9
- package/src/components/LunarCalendar/accessibilite/Accessibility.mdx +74 -8
- package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +163 -0
- package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +3 -1
- package/src/components/LunarCalendar/useLunarCalendarValidation.ts +4 -5
- package/src/components/MaintenancePage/MaintenancePage.vue +1 -1
- package/src/components/MaintenancePage/tests/MaintenancePage.spec.ts +4 -5
- package/src/components/MaintenancePage/tests/__snapshots__/MaintenancePage.spec.ts.snap +0 -1
- package/src/components/MonthPicker/MonthPicker.mdx +35 -0
- package/src/components/MonthPicker/MonthPicker.stories.ts +527 -0
- package/src/components/MonthPicker/MonthPicker.vue +79 -0
- package/src/components/MonthPicker/MonthPickerText/MonthPickerInput.vue +89 -0
- package/src/components/MonthPicker/MonthPickerText/useTextField.ts +27 -0
- package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.vue +154 -0
- package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.ts +13 -0
- package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +137 -0
- package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +60 -0
- package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +149 -0
- package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +143 -0
- package/src/components/MonthPicker/MonthPickerVisual/useMonthGrid.ts +45 -0
- package/src/components/MonthPicker/MonthPickerVisual/useYearGrid.ts +45 -0
- package/src/components/MonthPicker/MonthPickerVisual/utils.ts +17 -0
- package/src/components/MonthPicker/accessibilite/Accessibility.mdx +59 -0
- package/src/components/MonthPicker/locales.ts +12 -0
- package/src/components/MonthPicker/tests/MonthPicker.a11y.spec.ts +71 -0
- package/src/components/MonthPicker/tests/MonthPicker.spec.ts +1249 -0
- package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +2545 -0
- package/src/components/MonthPicker/useMonthPickerValidation.ts +30 -0
- package/src/components/NirField/NirField.mdx +1 -2
- package/src/components/NirField/NirField.stories.ts +70 -6
- package/src/components/NirField/NirField.vue +64 -260
- package/src/components/NirField/accessibilite/Accessibility.mdx +2 -2
- package/src/components/NirField/locales.ts +1 -1
- package/src/components/NirField/tests/NirField.spec.ts +6 -0
- package/src/components/NirField/useNirValidation.ts +271 -0
- package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +2 -3
- package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +22 -14
- package/src/components/NotificationBar/Notification/Notification.vue +3 -1
- package/src/components/NotificationBar/NotificationBar.stories.ts +154 -0
- package/src/components/NotificationBar/tests/NotificationBar.a11y.spec.ts +26 -0
- package/src/components/NotificationBar/tests/NotificationBar.spec.ts +60 -0
- package/src/components/PasswordField/PasswordField.stories.ts +4 -4
- package/src/components/PasswordField/PasswordField.vue +18 -24
- package/src/components/PasswordField/tests/PasswordField.spec.ts +6 -3
- package/src/components/PeriodField/PeriodField.stories.ts +4 -4
- package/src/components/PeriodField/PeriodField.vue +57 -57
- package/src/components/PeriodField/__tests__/PeriodField.async.spec.ts +32 -0
- package/src/components/PeriodField/accessibilite/Accessibility.mdx +68 -8
- package/src/components/PeriodField/tests/PeriodField.spec.ts +28 -2
- package/src/components/PhoneField/PhoneField.vue +5 -6
- package/src/components/PhoneField/tests/PhoneField.spec.ts +1 -0
- package/src/components/RangeField/RangeField.vue +6 -0
- package/src/components/RangeField/accessibilite/Accessibility.mdx +79 -11
- package/src/components/SkipLink/tests/SkipLink.a11y.spec.ts +23 -0
- package/src/components/StatusPage/StatusPage.stories.ts +118 -0
- package/src/components/StatusPage/StatusPage.vue +5 -3
- package/src/components/StatusPage/tests/StatusPage.a11y.spec.ts +22 -0
- package/src/components/StatusPage/tests/StatusPage.spec.ts +22 -0
- package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +22 -14
- package/src/components/SubHeader/tests/SubHeader.a11y.spec.ts +20 -0
- package/src/components/SyAlert/SyAlert.vue +1 -0
- package/src/components/SyAlert/accessibilite/Accessibility.mdx +79 -9
- package/src/components/SyAlert/tests/SyAlert.a11y.spec.ts +23 -0
- package/src/components/SyHeading/SyHeading.a11y.test.ts +149 -0
- package/src/components/SyHeading/SyHeading.test.ts +115 -0
- package/src/components/SyHeading/SyHeading.vue +5 -3
- package/src/components/SyTextArea/SyTextArea.stories.ts +138 -2
- package/src/components/SyTextArea/SyTextArea.vue +53 -23
- package/src/components/SyTextArea/accessibilite/Accessibility.mdx +80 -8
- package/src/components/SyTextArea/tests/SyTextArea.a11y.spec.ts +151 -0
- package/src/components/SyTextArea/tests/SyTextArea.spec.ts +126 -3
- package/src/components/SyTextArea/useDefaultValidationRules.ts +74 -0
- package/src/components/Tables/SyServerTable/SyServerTable.mdx +25 -0
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +673 -1
- package/src/components/Tables/SyServerTable/SyServerTable.vue +148 -91
- package/src/components/Tables/SyServerTable/tests/SyServerTable.a11y.spec.ts +58 -0
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +122 -0
- package/src/components/Tables/SyTable/SyTable.mdx +25 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +452 -1
- package/src/components/Tables/SyTable/SyTable.vue +130 -56
- package/src/components/Tables/SyTable/tests/SyTable.a11y.spec.ts +57 -0
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +108 -0
- package/src/components/Tables/common/SyTableFilter.vue +22 -2
- package/src/components/Tables/common/TableHeader.vue +5 -1
- package/src/components/Tables/common/filters/AutocompleteFilter.vue +160 -0
- package/src/components/Tables/common/filters/NumberFilter.vue +1 -1
- package/src/components/Tables/common/filters/SelectFilter.vue +10 -11
- package/src/components/Tables/common/filters/TextFilter.vue +1 -1
- package/src/components/Tables/common/filters/getFilterComponent.ts +8 -1
- package/src/components/Tables/common/filters/locales.ts +0 -1
- package/src/components/Tables/common/filters/tests/AutocompleteFilter.a11y.spec.ts +110 -0
- package/src/components/Tables/common/filters/tests/AutocompleteFilter.spec.ts +203 -0
- package/src/components/Tables/common/filters/tests/SelectFilter.a11y.spec.ts +104 -0
- package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +152 -16
- package/src/components/Tables/common/tableFilterUtils.ts +3 -0
- package/src/components/Tables/common/tableStyles.scss +48 -4
- package/src/components/Tables/common/tests/filterByRange.spec.ts +2 -1
- package/src/components/Tables/common/types.ts +13 -4
- package/src/components/Tables/common/useClickableTableRow.ts +103 -0
- package/src/components/Tables/common/usePagination.ts +13 -0
- package/src/components/Tables/common/usePinnedColumns.ts +237 -0
- package/src/components/Tables/common/useTableHeaders.ts +3 -3
- package/src/components/Tables/common/useTableRowCheckboxAccessibility.ts +41 -0
- package/src/components/ToolbarContainer/tests/ToolbarContainer.a11y.spec.ts +126 -0
- package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +2 -2
- package/src/components/index.ts +1 -0
- package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +2 -6
- package/src/composables/date/useDatePickerAccessibility.ts +42 -207
- package/src/composables/rules/tests/useFieldValidation.spec.ts +120 -120
- package/src/composables/rules/useFieldValidation.ts +34 -17
- package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +601 -0
- package/src/composables/unifyValidation/tests/useValidation.spec.ts +2048 -0
- package/src/composables/unifyValidation/tests/useVuetifyValidation.spec.ts +184 -0
- package/src/composables/unifyValidation/useCustomValidation.ts +95 -0
- package/src/composables/unifyValidation/useValidation.ts +190 -0
- package/src/composables/unifyValidation/useVuetifyValidation.ts +54 -0
- package/src/composables/useFormFieldErrorHandling.ts +15 -9
- package/src/composables/validation/tests/useFormValidation.spec.ts +14 -0
- package/src/composables/validation/tests/useValidation.spec.ts +116 -21
- package/src/composables/validation/useFormValidation.ts +20 -13
- package/src/composables/validation/useValidatable.ts +8 -1
- package/src/composables/validation/useValidation.ts +135 -99
- package/src/composantsVuetify/Introduction.mdx +48 -0
- package/src/composantsVuetify/VBtn/VBtn.mdx +72 -0
- package/src/composantsVuetify/VBtn/v-btn.stories.ts +121 -0
- package/src/composantsVuetify/VTooltip/VTooltip.mdx +32 -0
- package/src/composantsVuetify/VTooltip/v-tooltip.stories.ts +95 -0
- package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -1
- package/src/designTokens/tokens/cnam/cnamSemantic.ts +2 -2
- package/src/stories/Components/Components.stories.ts +74 -9
- package/src/stories/Demarrer/Accueil.stories.ts +3 -3
- package/src/stories/GuideDuDev/Amelipro.mdx +15 -0
- package/src/stories/GuideDuDev/Amelipro.stories.ts +209 -0
- package/src/stories/GuideDuDev/vuetifyOptions.mdx +3 -3
- package/dist/SelectFilter-BOYlF7rX.js +0 -136
- package/dist/style.css +0 -1
- package/src/components/DatePicker/Accessibilite.mdx +0 -14
|
@@ -1,20 +1,10 @@
|
|
|
1
1
|
import { nextTick, ComponentPublicInstance, Ref } from 'vue';
|
|
2
|
-
import { ValidationResult } from '../../../composables/validation/useValidation';
|
|
2
|
+
import { ValidationResult, ValidationRule } from '../../../composables/validation/useValidation';
|
|
3
3
|
import { DateValue, DateInput } from '../../../composables/date/useDateInitializationDayjs';
|
|
4
4
|
type __VLS_Props = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
placeholder?: string;
|
|
8
|
-
format?: string;
|
|
9
|
-
dateFormatReturn?: string;
|
|
10
|
-
isBirthDate?: boolean;
|
|
5
|
+
autoClamp?: boolean;
|
|
6
|
+
bgColor?: string;
|
|
11
7
|
birthDate?: boolean;
|
|
12
|
-
showWeekNumber?: boolean;
|
|
13
|
-
required?: boolean;
|
|
14
|
-
displayRange?: boolean;
|
|
15
|
-
displayIcon?: boolean;
|
|
16
|
-
displayAppendIcon?: boolean;
|
|
17
|
-
displayPrependIcon?: boolean;
|
|
18
8
|
customRules?: {
|
|
19
9
|
type: string;
|
|
20
10
|
options: any;
|
|
@@ -23,43 +13,53 @@ type __VLS_Props = {
|
|
|
23
13
|
type: string;
|
|
24
14
|
options: any;
|
|
25
15
|
}[];
|
|
26
|
-
|
|
27
|
-
noIcon?: boolean;
|
|
28
|
-
noCalendar?: boolean;
|
|
29
|
-
isOutlined?: boolean;
|
|
30
|
-
readonly?: boolean;
|
|
31
|
-
width?: string;
|
|
32
|
-
disableErrorHandling?: boolean;
|
|
33
|
-
showSuccessMessages?: boolean;
|
|
34
|
-
bgColor?: string;
|
|
16
|
+
dateFormatReturn?: string;
|
|
35
17
|
density?: 'default' | 'comfortable' | 'compact';
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
displayHolidayDays?: boolean;
|
|
40
|
-
useCombinedMode?: boolean;
|
|
41
|
-
textFieldActivator?: boolean;
|
|
42
|
-
title?: string | false;
|
|
18
|
+
disableErrorHandling?: boolean;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
displayAppendIcon?: boolean;
|
|
43
21
|
displayAsterisk?: boolean;
|
|
22
|
+
displayHolidayDays?: boolean;
|
|
23
|
+
displayIcon?: boolean;
|
|
24
|
+
displayPrependIcon?: boolean;
|
|
25
|
+
displayRange?: boolean;
|
|
26
|
+
displayTodayButton?: boolean;
|
|
27
|
+
displayWeekendDays?: boolean;
|
|
28
|
+
format?: string;
|
|
29
|
+
headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
30
|
+
hideDetails?: boolean | 'auto';
|
|
31
|
+
hint?: string;
|
|
32
|
+
isBirthDate?: boolean;
|
|
33
|
+
isOutlined?: boolean;
|
|
34
|
+
isValidateOnBlur?: boolean;
|
|
35
|
+
label: string;
|
|
36
|
+
modelValue?: DateInput;
|
|
37
|
+
noCalendar?: boolean;
|
|
38
|
+
noIcon?: boolean;
|
|
44
39
|
period?: {
|
|
45
|
-
min?: string;
|
|
46
40
|
max?: string;
|
|
41
|
+
min?: string;
|
|
47
42
|
};
|
|
48
|
-
autoClamp?: boolean;
|
|
49
|
-
isValidateOnBlur?: boolean;
|
|
50
|
-
hint?: string;
|
|
51
43
|
persistentHint?: boolean;
|
|
52
|
-
|
|
44
|
+
placeholder?: string;
|
|
45
|
+
readonly?: boolean;
|
|
46
|
+
required?: boolean;
|
|
47
|
+
showSuccessMessages?: boolean;
|
|
48
|
+
showWeekNumber?: boolean;
|
|
49
|
+
textFieldActivator?: boolean;
|
|
50
|
+
title?: string | false;
|
|
51
|
+
useCombinedMode?: boolean;
|
|
52
|
+
width?: string;
|
|
53
53
|
};
|
|
54
54
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
55
|
-
validateOnSubmit: () => any
|
|
55
|
+
validateOnSubmit: () => Promise<any>;
|
|
56
56
|
isDatePickerVisible: Ref<boolean, boolean>;
|
|
57
57
|
selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
|
|
58
58
|
errorMessages: Ref<string[], string[]>;
|
|
59
59
|
handleClickOutside: (event: MouseEvent) => void;
|
|
60
60
|
initializeSelectedDates: (modelValue: DateInput | null, displayFormat: string, returnFormat?: string) => Date | Date[] | null;
|
|
61
61
|
updateAccessibility: () => Promise<void>;
|
|
62
|
-
openDatePicker: () => void
|
|
62
|
+
openDatePicker: () => Promise<void>;
|
|
63
63
|
updateSelectedDates: (input: Date | Date[] | string | string[] | null | undefined) => void;
|
|
64
64
|
handleSelectToday: () => void;
|
|
65
65
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -84,12 +84,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
84
84
|
headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
85
85
|
density: "default" | "comfortable" | "compact";
|
|
86
86
|
readonly: boolean;
|
|
87
|
-
required: boolean;
|
|
88
87
|
modelValue: DateInput;
|
|
89
88
|
bgColor: string;
|
|
89
|
+
required: boolean;
|
|
90
|
+
showSuccessMessages: boolean;
|
|
91
|
+
disableErrorHandling: boolean;
|
|
90
92
|
hint: string;
|
|
91
93
|
displayAsterisk: boolean;
|
|
92
94
|
noIcon: boolean;
|
|
95
|
+
isValidateOnBlur: boolean;
|
|
93
96
|
customRules: {
|
|
94
97
|
type: string;
|
|
95
98
|
options: any;
|
|
@@ -98,9 +101,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
98
101
|
type: string;
|
|
99
102
|
options: any;
|
|
100
103
|
}[];
|
|
101
|
-
showSuccessMessages: boolean;
|
|
102
|
-
isValidateOnBlur: boolean;
|
|
103
|
-
disableErrorHandling: boolean;
|
|
104
104
|
persistentHint: boolean;
|
|
105
105
|
hideDetails: boolean | "auto";
|
|
106
106
|
format: string;
|
|
@@ -109,49 +109,49 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
109
109
|
displayRange: boolean;
|
|
110
110
|
dateFormatReturn: string;
|
|
111
111
|
textFieldActivator: boolean;
|
|
112
|
-
isOutlined: boolean;
|
|
113
|
-
displayIcon: boolean;
|
|
114
112
|
displayAppendIcon: boolean;
|
|
113
|
+
displayIcon: boolean;
|
|
115
114
|
displayPrependIcon: boolean;
|
|
116
|
-
|
|
115
|
+
isOutlined: boolean;
|
|
117
116
|
birthDate: boolean;
|
|
118
|
-
|
|
117
|
+
displayHolidayDays: boolean;
|
|
119
118
|
displayTodayButton: boolean;
|
|
120
119
|
displayWeekendDays: boolean;
|
|
121
|
-
|
|
120
|
+
isBirthDate: boolean;
|
|
122
121
|
period: {
|
|
123
|
-
min?: string;
|
|
124
122
|
max?: string;
|
|
123
|
+
min?: string;
|
|
125
124
|
};
|
|
125
|
+
showWeekNumber: boolean;
|
|
126
126
|
useCombinedMode: boolean;
|
|
127
127
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
128
128
|
dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
autoClamp?: boolean;
|
|
130
|
+
bgColor?: string;
|
|
131
|
+
customRules?: ValidationRule[];
|
|
132
|
+
customWarningRules?: ValidationRule[];
|
|
132
133
|
dateFormatReturn?: string;
|
|
133
|
-
|
|
134
|
-
|
|
134
|
+
density?: "default" | "comfortable" | "compact";
|
|
135
|
+
disableErrorHandling?: boolean;
|
|
135
136
|
disabled?: boolean;
|
|
136
|
-
readonly?: boolean;
|
|
137
|
-
title?: string | false;
|
|
138
|
-
isOutlined?: boolean;
|
|
139
|
-
displayIcon?: boolean;
|
|
140
137
|
displayAppendIcon?: boolean;
|
|
141
|
-
|
|
142
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
143
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
138
|
+
displayIcon?: boolean;
|
|
144
139
|
displayPrependIcon?: boolean;
|
|
145
|
-
disableErrorHandling?: boolean;
|
|
146
|
-
showSuccessMessages?: boolean;
|
|
147
|
-
bgColor?: string;
|
|
148
140
|
displayRange?: boolean;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
density?: "default" | "comfortable" | "compact";
|
|
141
|
+
externalErrorMessages?: string[];
|
|
142
|
+
format?: string;
|
|
152
143
|
hint?: string;
|
|
144
|
+
isOutlined?: boolean;
|
|
145
|
+
isValidateOnBlur?: boolean;
|
|
146
|
+
label: string;
|
|
147
|
+
modelValue?: DateValue;
|
|
148
|
+
noIcon?: boolean;
|
|
153
149
|
persistentHint?: boolean;
|
|
154
|
-
|
|
150
|
+
placeholder?: string;
|
|
151
|
+
readonly?: boolean;
|
|
152
|
+
required?: boolean;
|
|
153
|
+
showSuccessMessages?: boolean;
|
|
154
|
+
title?: string | false;
|
|
155
155
|
}> & Readonly<{
|
|
156
156
|
onInput?: ((value: string) => any) | undefined;
|
|
157
157
|
onBlur?: (() => any) | undefined;
|
|
@@ -159,7 +159,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
159
159
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
160
160
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
|
-
validateOnSubmit: () => boolean
|
|
162
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
163
163
|
reset: () => void;
|
|
164
164
|
focus(): void;
|
|
165
165
|
blur(): void;
|
|
@@ -175,32 +175,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
175
175
|
placeholder: string;
|
|
176
176
|
density: "default" | "comfortable" | "compact";
|
|
177
177
|
readonly: boolean;
|
|
178
|
-
required: boolean;
|
|
179
178
|
modelValue: DateValue;
|
|
180
179
|
bgColor: string;
|
|
180
|
+
required: boolean;
|
|
181
|
+
showSuccessMessages: boolean;
|
|
182
|
+
disableErrorHandling: boolean;
|
|
181
183
|
hint: string;
|
|
182
184
|
noIcon: boolean;
|
|
183
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
184
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
185
|
-
showSuccessMessages: boolean;
|
|
186
185
|
isValidateOnBlur: boolean;
|
|
187
|
-
|
|
186
|
+
customRules: ValidationRule[];
|
|
187
|
+
customWarningRules: ValidationRule[];
|
|
188
188
|
persistentHint: boolean;
|
|
189
189
|
format: string;
|
|
190
190
|
autoClamp: boolean;
|
|
191
191
|
displayRange: boolean;
|
|
192
192
|
dateFormatReturn: string;
|
|
193
|
-
isOutlined: boolean;
|
|
194
|
-
displayIcon: boolean;
|
|
195
193
|
displayAppendIcon: boolean;
|
|
194
|
+
displayIcon: boolean;
|
|
196
195
|
displayPrependIcon: boolean;
|
|
197
196
|
externalErrorMessages: string[];
|
|
197
|
+
isOutlined: boolean;
|
|
198
198
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
199
199
|
inputRef: ({
|
|
200
200
|
$: import('vue').ComponentInternalInstance;
|
|
201
201
|
$data: {};
|
|
202
202
|
$props: {
|
|
203
|
-
readonly modelValue?: string | number | null | undefined;
|
|
203
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
204
204
|
readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
205
205
|
readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
206
206
|
readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -212,11 +212,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
212
212
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
213
213
|
readonly isClearable?: boolean | undefined;
|
|
214
214
|
readonly showDivider?: boolean | undefined;
|
|
215
|
-
readonly label
|
|
216
|
-
readonly required?: boolean | undefined;
|
|
217
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
218
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
219
|
-
readonly successMessages?: string[] | null | undefined;
|
|
215
|
+
readonly label: string;
|
|
220
216
|
readonly readonly?: boolean | undefined;
|
|
221
217
|
readonly isActive?: boolean | undefined;
|
|
222
218
|
readonly baseColor?: string | undefined;
|
|
@@ -236,7 +232,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
236
232
|
readonly hint?: string | undefined;
|
|
237
233
|
readonly id?: string | undefined;
|
|
238
234
|
readonly loading?: string | boolean | undefined;
|
|
239
|
-
readonly maxErrors?: string | number | undefined;
|
|
240
235
|
readonly maxWidth?: string | number | undefined;
|
|
241
236
|
readonly messages?: string | string[] | undefined;
|
|
242
237
|
readonly minWidth?: string | number | undefined;
|
|
@@ -250,9 +245,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
250
245
|
readonly isReversed?: boolean | undefined;
|
|
251
246
|
readonly role?: string | undefined;
|
|
252
247
|
readonly rounded?: string | number | boolean | undefined;
|
|
253
|
-
readonly hasError?: boolean | undefined;
|
|
254
|
-
readonly hasWarning?: boolean | undefined;
|
|
255
|
-
readonly hasSuccess?: boolean | undefined;
|
|
256
248
|
readonly isOnSingleLine?: boolean | undefined;
|
|
257
249
|
readonly suffix?: string | undefined;
|
|
258
250
|
readonly theme?: string | undefined;
|
|
@@ -261,18 +253,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
261
253
|
readonly width?: string | number | undefined;
|
|
262
254
|
readonly displayAsterisk?: boolean | undefined;
|
|
263
255
|
readonly noIcon?: boolean | undefined;
|
|
264
|
-
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
265
|
-
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
266
|
-
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
267
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
268
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
269
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
270
256
|
readonly disableClickButton?: boolean | undefined;
|
|
271
257
|
readonly autocomplete?: string | undefined;
|
|
272
258
|
readonly helpText?: string | undefined;
|
|
273
259
|
readonly maxlength?: string | number | undefined;
|
|
274
260
|
readonly title?: string | false | undefined;
|
|
261
|
+
readonly required?: boolean | undefined;
|
|
262
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
263
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
264
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
265
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
266
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
267
|
+
readonly customRules?: ValidationRule[] | undefined;
|
|
268
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
269
|
+
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
270
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
271
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
272
|
+
readonly successMessages?: string[] | null | undefined;
|
|
273
|
+
readonly hasError?: boolean | undefined;
|
|
274
|
+
readonly hasWarning?: boolean | undefined;
|
|
275
|
+
readonly hasSuccess?: boolean | undefined;
|
|
276
|
+
readonly maxErrors?: number | undefined;
|
|
275
277
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
278
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
279
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
276
280
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
277
281
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
278
282
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -653,16 +657,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
653
657
|
hint?: string | undefined;
|
|
654
658
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
655
659
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
656
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
660
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
657
661
|
reset: () => Promise<void>;
|
|
658
662
|
resetValidation: () => Promise<void>;
|
|
659
663
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
660
|
-
isValid:
|
|
661
|
-
errorMessages:
|
|
662
|
-
}
|
|
664
|
+
isValid: boolean | null;
|
|
665
|
+
errorMessages: string[];
|
|
666
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
663
667
|
modelValue?: unknown;
|
|
664
668
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
665
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
669
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
666
670
|
$: import('vue').ComponentInternalInstance;
|
|
667
671
|
$data: {};
|
|
668
672
|
$props: Partial<{
|
|
@@ -920,13 +924,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
920
924
|
labelId?: string | undefined;
|
|
921
925
|
} & {
|
|
922
926
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
923
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
924
|
-
controlRef:
|
|
925
|
-
fieldIconColor:
|
|
926
|
-
}
|
|
927
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
928
|
+
controlRef: HTMLElement | undefined;
|
|
929
|
+
fieldIconColor: string | undefined;
|
|
930
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
927
931
|
modelValue?: unknown;
|
|
928
932
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
929
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
933
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
930
934
|
_allExposed: {
|
|
931
935
|
reset: () => Promise<void>;
|
|
932
936
|
resetValidation: () => Promise<void>;
|
|
@@ -1390,16 +1394,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1390
1394
|
hint?: string | undefined;
|
|
1391
1395
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1392
1396
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1393
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1397
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1394
1398
|
reset: () => Promise<void>;
|
|
1395
1399
|
resetValidation: () => Promise<void>;
|
|
1396
1400
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1397
|
-
isValid:
|
|
1398
|
-
errorMessages:
|
|
1399
|
-
}
|
|
1401
|
+
isValid: boolean | null;
|
|
1402
|
+
errorMessages: string[];
|
|
1403
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1400
1404
|
modelValue?: unknown;
|
|
1401
1405
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1402
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
1406
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
1403
1407
|
$: import('vue').ComponentInternalInstance;
|
|
1404
1408
|
$data: {};
|
|
1405
1409
|
$props: Partial<{
|
|
@@ -1657,13 +1661,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1657
1661
|
labelId?: string | undefined;
|
|
1658
1662
|
} & {
|
|
1659
1663
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1660
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1661
|
-
controlRef:
|
|
1662
|
-
fieldIconColor:
|
|
1663
|
-
}
|
|
1664
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1665
|
+
controlRef: HTMLElement | undefined;
|
|
1666
|
+
fieldIconColor: string | undefined;
|
|
1667
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1664
1668
|
modelValue?: unknown;
|
|
1665
1669
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1666
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
1670
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
1667
1671
|
_allExposed: {
|
|
1668
1672
|
reset: () => Promise<void>;
|
|
1669
1673
|
resetValidation: () => Promise<void>;
|
|
@@ -1712,10 +1716,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1712
1716
|
$root: ComponentPublicInstance | null;
|
|
1713
1717
|
$parent: ComponentPublicInstance | null;
|
|
1714
1718
|
$host: Element | null;
|
|
1715
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
1719
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
1716
1720
|
$el: any;
|
|
1717
1721
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1718
|
-
modelValue?: string | number | null;
|
|
1722
|
+
modelValue?: string | number | null | undefined;
|
|
1719
1723
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1720
1724
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1721
1725
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -1728,10 +1732,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1728
1732
|
isClearable?: boolean;
|
|
1729
1733
|
showDivider?: boolean;
|
|
1730
1734
|
label?: string;
|
|
1731
|
-
required?: boolean;
|
|
1732
|
-
errorMessages?: string[] | null;
|
|
1733
|
-
warningMessages?: string[] | null;
|
|
1734
|
-
successMessages?: string[] | null;
|
|
1735
1735
|
readonly?: boolean;
|
|
1736
1736
|
isActive?: boolean;
|
|
1737
1737
|
baseColor?: string;
|
|
@@ -1751,7 +1751,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1751
1751
|
hint?: string;
|
|
1752
1752
|
id?: string;
|
|
1753
1753
|
loading?: string | boolean;
|
|
1754
|
-
maxErrors?: string | number;
|
|
1755
1754
|
maxWidth?: string | number;
|
|
1756
1755
|
messages?: string | string[];
|
|
1757
1756
|
minWidth?: string | number;
|
|
@@ -1765,9 +1764,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1765
1764
|
isReversed?: boolean;
|
|
1766
1765
|
role?: string;
|
|
1767
1766
|
rounded?: string | number | boolean;
|
|
1768
|
-
hasError?: boolean;
|
|
1769
|
-
hasWarning?: boolean;
|
|
1770
|
-
hasSuccess?: boolean;
|
|
1771
1767
|
isOnSingleLine?: boolean;
|
|
1772
1768
|
suffix?: string;
|
|
1773
1769
|
theme?: string;
|
|
@@ -1776,40 +1772,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1776
1772
|
width?: string | number;
|
|
1777
1773
|
displayAsterisk?: boolean;
|
|
1778
1774
|
noIcon?: boolean;
|
|
1779
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1780
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1781
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1782
|
-
showSuccessMessages?: boolean;
|
|
1783
|
-
isValidateOnBlur?: boolean;
|
|
1784
|
-
disableErrorHandling?: boolean;
|
|
1785
1775
|
disableClickButton?: boolean;
|
|
1786
1776
|
autocomplete?: string;
|
|
1787
1777
|
helpText?: string;
|
|
1788
1778
|
maxlength?: string | number;
|
|
1789
1779
|
title?: string | false;
|
|
1790
|
-
}> & Readonly<{
|
|
1780
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1791
1781
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1782
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1783
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1792
1784
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1793
1785
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1794
1786
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1795
1787
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1796
1788
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1797
1789
|
}>, {
|
|
1798
|
-
|
|
1799
|
-
errors: Ref<string[], string[]>;
|
|
1800
|
-
warnings: Ref<string[], string[]>;
|
|
1801
|
-
successes: Ref<string[], string[]>;
|
|
1802
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1803
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1804
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1805
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
1806
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1807
|
-
clearValidation: () => void;
|
|
1808
|
-
};
|
|
1809
|
-
validateOnSubmit: () => boolean;
|
|
1810
|
-
checkErrorOnBlur: () => void;
|
|
1790
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1811
1791
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1812
1792
|
input: (...args: any[]) => void;
|
|
1793
|
+
blur: (...args: any[]) => void;
|
|
1794
|
+
focus: (...args: any[]) => void;
|
|
1813
1795
|
keydown: (...args: any[]) => void;
|
|
1814
1796
|
"update:modelValue": (...args: any[]) => void;
|
|
1815
1797
|
clear: (...args: any[]) => void;
|
|
@@ -1839,7 +1821,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1839
1821
|
modelValue: string | number | null;
|
|
1840
1822
|
bgColor: string;
|
|
1841
1823
|
isActive: boolean;
|
|
1824
|
+
required: boolean;
|
|
1842
1825
|
prefix: string;
|
|
1826
|
+
showSuccessMessages: boolean;
|
|
1827
|
+
disableErrorHandling: boolean;
|
|
1828
|
+
errorMessages: string[] | null;
|
|
1829
|
+
maxErrors: number;
|
|
1843
1830
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1844
1831
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1845
1832
|
prependTooltip: string;
|
|
@@ -1847,9 +1834,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1847
1834
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1848
1835
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
1849
1836
|
isClearable: boolean;
|
|
1850
|
-
errorMessages: string[] | null;
|
|
1851
|
-
warningMessages: string[] | null;
|
|
1852
|
-
successMessages: string[] | null;
|
|
1853
1837
|
centerAffix: boolean;
|
|
1854
1838
|
counter: string | number | boolean;
|
|
1855
1839
|
counterValue: number | ((value: any) => number);
|
|
@@ -1861,30 +1845,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1861
1845
|
areDetailsHidden: boolean | "auto";
|
|
1862
1846
|
areSpinButtonsHidden: boolean;
|
|
1863
1847
|
hint: string;
|
|
1864
|
-
maxErrors: string | number;
|
|
1865
1848
|
messages: string | string[];
|
|
1866
1849
|
displayPersistentClear: boolean;
|
|
1867
1850
|
displayPersistentCounter: boolean;
|
|
1868
1851
|
displayPersistentHint: boolean;
|
|
1869
1852
|
displayPersistentPlaceholder: boolean;
|
|
1870
1853
|
isReversed: boolean;
|
|
1871
|
-
hasError: boolean;
|
|
1872
|
-
hasWarning: boolean;
|
|
1873
1854
|
isOnSingleLine: boolean;
|
|
1874
1855
|
suffix: string;
|
|
1875
1856
|
isTiled: boolean;
|
|
1876
1857
|
displayAsterisk: boolean;
|
|
1877
1858
|
noIcon: boolean;
|
|
1878
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1879
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1880
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1881
|
-
showSuccessMessages: boolean;
|
|
1882
|
-
isValidateOnBlur: boolean;
|
|
1883
|
-
disableErrorHandling: boolean;
|
|
1884
1859
|
disableClickButton: boolean;
|
|
1885
1860
|
autocomplete: string;
|
|
1886
1861
|
helpText: string;
|
|
1887
1862
|
maxlength: string | number;
|
|
1863
|
+
isValidateOnBlur: boolean;
|
|
1864
|
+
useVuetifyValidation: boolean;
|
|
1865
|
+
customRules: ValidationRule[];
|
|
1866
|
+
customWarningRules: ValidationRule[];
|
|
1867
|
+
customSuccessRules: ValidationRule[];
|
|
1868
|
+
warningMessages: string[] | null;
|
|
1869
|
+
successMessages: string[] | null;
|
|
1870
|
+
hasError: boolean;
|
|
1871
|
+
hasWarning: boolean;
|
|
1872
|
+
hasSuccess: boolean;
|
|
1888
1873
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1889
1874
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1890
1875
|
created?: (() => void) | (() => void)[];
|
|
@@ -1929,7 +1914,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1929
1914
|
modelValue: string | number | null;
|
|
1930
1915
|
bgColor: string;
|
|
1931
1916
|
isActive: boolean;
|
|
1917
|
+
required: boolean;
|
|
1932
1918
|
prefix: string;
|
|
1919
|
+
showSuccessMessages: boolean;
|
|
1920
|
+
disableErrorHandling: boolean;
|
|
1921
|
+
errorMessages: string[] | null;
|
|
1922
|
+
maxErrors: number;
|
|
1933
1923
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1934
1924
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1935
1925
|
prependTooltip: string;
|
|
@@ -1937,9 +1927,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1937
1927
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1938
1928
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
1939
1929
|
isClearable: boolean;
|
|
1940
|
-
errorMessages: string[] | null;
|
|
1941
|
-
warningMessages: string[] | null;
|
|
1942
|
-
successMessages: string[] | null;
|
|
1943
1930
|
centerAffix: boolean;
|
|
1944
1931
|
counter: string | number | boolean;
|
|
1945
1932
|
counterValue: number | ((value: any) => number);
|
|
@@ -1951,32 +1938,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1951
1938
|
areDetailsHidden: boolean | "auto";
|
|
1952
1939
|
areSpinButtonsHidden: boolean;
|
|
1953
1940
|
hint: string;
|
|
1954
|
-
maxErrors: string | number;
|
|
1955
1941
|
messages: string | string[];
|
|
1956
1942
|
displayPersistentClear: boolean;
|
|
1957
1943
|
displayPersistentCounter: boolean;
|
|
1958
1944
|
displayPersistentHint: boolean;
|
|
1959
1945
|
displayPersistentPlaceholder: boolean;
|
|
1960
1946
|
isReversed: boolean;
|
|
1961
|
-
hasError: boolean;
|
|
1962
|
-
hasWarning: boolean;
|
|
1963
1947
|
isOnSingleLine: boolean;
|
|
1964
1948
|
suffix: string;
|
|
1965
1949
|
isTiled: boolean;
|
|
1966
1950
|
displayAsterisk: boolean;
|
|
1967
1951
|
noIcon: boolean;
|
|
1968
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1969
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1970
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1971
|
-
showSuccessMessages: boolean;
|
|
1972
|
-
isValidateOnBlur: boolean;
|
|
1973
|
-
disableErrorHandling: boolean;
|
|
1974
1952
|
disableClickButton: boolean;
|
|
1975
1953
|
autocomplete: string;
|
|
1976
1954
|
helpText: string;
|
|
1977
1955
|
maxlength: string | number;
|
|
1956
|
+
isValidateOnBlur: boolean;
|
|
1957
|
+
useVuetifyValidation: boolean;
|
|
1958
|
+
customRules: ValidationRule[];
|
|
1959
|
+
customWarningRules: ValidationRule[];
|
|
1960
|
+
customSuccessRules: ValidationRule[];
|
|
1961
|
+
warningMessages: string[] | null;
|
|
1962
|
+
successMessages: string[] | null;
|
|
1963
|
+
hasError: boolean;
|
|
1964
|
+
hasWarning: boolean;
|
|
1965
|
+
hasSuccess: boolean;
|
|
1978
1966
|
}> & Omit<Readonly<{
|
|
1979
|
-
modelValue?: string | number | null;
|
|
1967
|
+
modelValue?: string | number | null | undefined;
|
|
1980
1968
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1981
1969
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1982
1970
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -1989,10 +1977,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1989
1977
|
isClearable?: boolean;
|
|
1990
1978
|
showDivider?: boolean;
|
|
1991
1979
|
label?: string;
|
|
1992
|
-
required?: boolean;
|
|
1993
|
-
errorMessages?: string[] | null;
|
|
1994
|
-
warningMessages?: string[] | null;
|
|
1995
|
-
successMessages?: string[] | null;
|
|
1996
1980
|
readonly?: boolean;
|
|
1997
1981
|
isActive?: boolean;
|
|
1998
1982
|
baseColor?: string;
|
|
@@ -2012,7 +1996,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2012
1996
|
hint?: string;
|
|
2013
1997
|
id?: string;
|
|
2014
1998
|
loading?: string | boolean;
|
|
2015
|
-
maxErrors?: string | number;
|
|
2016
1999
|
maxWidth?: string | number;
|
|
2017
2000
|
messages?: string | string[];
|
|
2018
2001
|
minWidth?: string | number;
|
|
@@ -2026,9 +2009,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2026
2009
|
isReversed?: boolean;
|
|
2027
2010
|
role?: string;
|
|
2028
2011
|
rounded?: string | number | boolean;
|
|
2029
|
-
hasError?: boolean;
|
|
2030
|
-
hasWarning?: boolean;
|
|
2031
|
-
hasSuccess?: boolean;
|
|
2032
2012
|
isOnSingleLine?: boolean;
|
|
2033
2013
|
suffix?: string;
|
|
2034
2014
|
theme?: string;
|
|
@@ -2037,42 +2017,27 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2037
2017
|
width?: string | number;
|
|
2038
2018
|
displayAsterisk?: boolean;
|
|
2039
2019
|
noIcon?: boolean;
|
|
2040
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2041
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2042
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2043
|
-
showSuccessMessages?: boolean;
|
|
2044
|
-
isValidateOnBlur?: boolean;
|
|
2045
|
-
disableErrorHandling?: boolean;
|
|
2046
2020
|
disableClickButton?: boolean;
|
|
2047
2021
|
autocomplete?: string;
|
|
2048
2022
|
helpText?: string;
|
|
2049
2023
|
maxlength?: string | number;
|
|
2050
2024
|
title?: string | false;
|
|
2051
|
-
}> & Readonly<{
|
|
2025
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
2052
2026
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
2027
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2028
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2053
2029
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2054
2030
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2055
2031
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2056
2032
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2057
2033
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2058
|
-
}>, "validateOnSubmit" |
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
warnings: Ref<string[], string[]>;
|
|
2062
|
-
successes: Ref<string[], string[]>;
|
|
2063
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
2064
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
2065
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
2066
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
2067
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
2068
|
-
clearValidation: () => void;
|
|
2069
|
-
};
|
|
2070
|
-
validateOnSubmit: () => boolean;
|
|
2071
|
-
checkErrorOnBlur: () => void;
|
|
2072
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2034
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
|
|
2035
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
2036
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2073
2037
|
$slots: {
|
|
2074
2038
|
prepend?(_: {}): any;
|
|
2075
2039
|
append?(_: {}): any;
|
|
2040
|
+
default?(_: {}): any;
|
|
2076
2041
|
'prepend-inner'?(_: {}): any;
|
|
2077
2042
|
'append-inner'?(_: {}): any;
|
|
2078
2043
|
details?(_: {}): any;
|
|
@@ -2086,32 +2051,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2086
2051
|
M: {};
|
|
2087
2052
|
Defaults: {};
|
|
2088
2053
|
}, Readonly<{
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2054
|
+
autoClamp?: boolean;
|
|
2055
|
+
bgColor?: string;
|
|
2056
|
+
customRules?: ValidationRule[];
|
|
2057
|
+
customWarningRules?: ValidationRule[];
|
|
2092
2058
|
dateFormatReturn?: string;
|
|
2093
|
-
|
|
2094
|
-
|
|
2059
|
+
density?: "default" | "comfortable" | "compact";
|
|
2060
|
+
disableErrorHandling?: boolean;
|
|
2095
2061
|
disabled?: boolean;
|
|
2096
|
-
readonly?: boolean;
|
|
2097
|
-
title?: string | false;
|
|
2098
|
-
isOutlined?: boolean;
|
|
2099
|
-
displayIcon?: boolean;
|
|
2100
2062
|
displayAppendIcon?: boolean;
|
|
2101
|
-
|
|
2102
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2103
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2063
|
+
displayIcon?: boolean;
|
|
2104
2064
|
displayPrependIcon?: boolean;
|
|
2105
|
-
disableErrorHandling?: boolean;
|
|
2106
|
-
showSuccessMessages?: boolean;
|
|
2107
|
-
bgColor?: string;
|
|
2108
2065
|
displayRange?: boolean;
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
density?: "default" | "comfortable" | "compact";
|
|
2066
|
+
externalErrorMessages?: string[];
|
|
2067
|
+
format?: string;
|
|
2112
2068
|
hint?: string;
|
|
2069
|
+
isOutlined?: boolean;
|
|
2070
|
+
isValidateOnBlur?: boolean;
|
|
2071
|
+
label: string;
|
|
2072
|
+
modelValue?: DateValue;
|
|
2073
|
+
noIcon?: boolean;
|
|
2113
2074
|
persistentHint?: boolean;
|
|
2114
|
-
|
|
2075
|
+
placeholder?: string;
|
|
2076
|
+
readonly?: boolean;
|
|
2077
|
+
required?: boolean;
|
|
2078
|
+
showSuccessMessages?: boolean;
|
|
2079
|
+
title?: string | false;
|
|
2115
2080
|
}> & Readonly<{
|
|
2116
2081
|
onInput?: ((value: string) => any) | undefined;
|
|
2117
2082
|
onBlur?: (() => any) | undefined;
|
|
@@ -2119,7 +2084,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2119
2084
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
2120
2085
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
2121
2086
|
}>, {
|
|
2122
|
-
validateOnSubmit: () => boolean
|
|
2087
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
2123
2088
|
reset: () => void;
|
|
2124
2089
|
focus(): void;
|
|
2125
2090
|
blur(): void;
|
|
@@ -2129,41 +2094,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2129
2094
|
placeholder: string;
|
|
2130
2095
|
density: "default" | "comfortable" | "compact";
|
|
2131
2096
|
readonly: boolean;
|
|
2132
|
-
required: boolean;
|
|
2133
2097
|
modelValue: DateValue;
|
|
2134
2098
|
bgColor: string;
|
|
2099
|
+
required: boolean;
|
|
2100
|
+
showSuccessMessages: boolean;
|
|
2101
|
+
disableErrorHandling: boolean;
|
|
2135
2102
|
hint: string;
|
|
2136
2103
|
noIcon: boolean;
|
|
2137
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2138
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2139
|
-
showSuccessMessages: boolean;
|
|
2140
2104
|
isValidateOnBlur: boolean;
|
|
2141
|
-
|
|
2105
|
+
customRules: ValidationRule[];
|
|
2106
|
+
customWarningRules: ValidationRule[];
|
|
2142
2107
|
persistentHint: boolean;
|
|
2143
2108
|
format: string;
|
|
2144
2109
|
autoClamp: boolean;
|
|
2145
2110
|
displayRange: boolean;
|
|
2146
2111
|
dateFormatReturn: string;
|
|
2147
|
-
isOutlined: boolean;
|
|
2148
|
-
displayIcon: boolean;
|
|
2149
2112
|
displayAppendIcon: boolean;
|
|
2113
|
+
displayIcon: boolean;
|
|
2150
2114
|
displayPrependIcon: boolean;
|
|
2151
2115
|
externalErrorMessages: string[];
|
|
2116
|
+
isOutlined: boolean;
|
|
2152
2117
|
}> | null;
|
|
2153
2118
|
complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
placeholder?: string;
|
|
2157
|
-
format?: string;
|
|
2158
|
-
dateFormatReturn?: string;
|
|
2159
|
-
isBirthDate?: boolean;
|
|
2119
|
+
autoClamp?: boolean;
|
|
2120
|
+
bgColor?: string;
|
|
2160
2121
|
birthDate?: boolean;
|
|
2161
|
-
showWeekNumber?: boolean;
|
|
2162
|
-
required?: boolean;
|
|
2163
|
-
displayRange?: boolean;
|
|
2164
|
-
displayIcon?: boolean;
|
|
2165
|
-
displayAppendIcon?: boolean;
|
|
2166
|
-
displayPrependIcon?: boolean;
|
|
2167
2122
|
customRules?: {
|
|
2168
2123
|
type: string;
|
|
2169
2124
|
options: any;
|
|
@@ -2172,31 +2127,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2172
2127
|
type: string;
|
|
2173
2128
|
options: any;
|
|
2174
2129
|
}[];
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
noCalendar?: boolean;
|
|
2178
|
-
isOutlined?: boolean;
|
|
2179
|
-
readonly?: boolean;
|
|
2180
|
-
title?: string | false;
|
|
2181
|
-
width?: string;
|
|
2130
|
+
dateFormatReturn?: string;
|
|
2131
|
+
density?: "default" | "comfortable" | "compact";
|
|
2182
2132
|
disableErrorHandling?: boolean;
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2133
|
+
disabled?: boolean;
|
|
2134
|
+
displayAppendIcon?: boolean;
|
|
2135
|
+
displayAsterisk?: boolean;
|
|
2136
|
+
displayHolidayDays?: boolean;
|
|
2137
|
+
displayIcon?: boolean;
|
|
2138
|
+
displayPrependIcon?: boolean;
|
|
2139
|
+
displayRange?: boolean;
|
|
2186
2140
|
displayTodayButton?: boolean;
|
|
2187
2141
|
displayWeekendDays?: boolean;
|
|
2188
|
-
|
|
2189
|
-
|
|
2142
|
+
format?: string;
|
|
2143
|
+
headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
2144
|
+
hint?: string;
|
|
2145
|
+
isBirthDate?: boolean;
|
|
2146
|
+
isOutlined?: boolean;
|
|
2147
|
+
isValidateOnBlur?: boolean;
|
|
2148
|
+
label: string;
|
|
2149
|
+
modelValue?: DateInput;
|
|
2150
|
+
noCalendar?: boolean;
|
|
2151
|
+
noIcon?: boolean;
|
|
2190
2152
|
period?: {
|
|
2191
|
-
min?: string;
|
|
2192
2153
|
max?: string;
|
|
2154
|
+
min?: string;
|
|
2193
2155
|
};
|
|
2194
|
-
autoClamp?: boolean;
|
|
2195
|
-
isValidateOnBlur?: boolean;
|
|
2196
|
-
density?: "default" | "comfortable" | "compact";
|
|
2197
|
-
hint?: string;
|
|
2198
2156
|
persistentHint?: boolean;
|
|
2199
|
-
|
|
2157
|
+
placeholder?: string;
|
|
2158
|
+
readonly?: boolean;
|
|
2159
|
+
required?: boolean;
|
|
2160
|
+
showSuccessMessages?: boolean;
|
|
2161
|
+
showWeekNumber?: boolean;
|
|
2162
|
+
textFieldActivator?: boolean;
|
|
2163
|
+
title?: string | false;
|
|
2164
|
+
width?: string;
|
|
2200
2165
|
}> & Readonly<{
|
|
2201
2166
|
onInput?: ((value: string) => any) | undefined;
|
|
2202
2167
|
onBlur?: (() => any) | undefined;
|
|
@@ -2205,7 +2170,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2205
2170
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
2206
2171
|
onClosed?: (() => any) | undefined;
|
|
2207
2172
|
}>, {
|
|
2208
|
-
validateOnSubmit: () => boolean
|
|
2173
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
2209
2174
|
isDatePickerVisible: Ref<boolean, boolean>;
|
|
2210
2175
|
selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
|
|
2211
2176
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
@@ -2218,9 +2183,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2218
2183
|
currentMonth: Ref<string | null, string | null>;
|
|
2219
2184
|
currentMonthName: Ref<string | null, string | null>;
|
|
2220
2185
|
toggleDatePicker: () => void;
|
|
2221
|
-
validateField: (value: unknown, rules?:
|
|
2186
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
|
|
2222
2187
|
clearValidation: () => void;
|
|
2223
|
-
validateDates: (forceValidation?: boolean) => ValidationResult
|
|
2188
|
+
validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
|
|
2224
2189
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
2225
2190
|
formatted: string;
|
|
2226
2191
|
cursorPos: number;
|
|
@@ -2249,12 +2214,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2249
2214
|
headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
2250
2215
|
density: "default" | "comfortable" | "compact";
|
|
2251
2216
|
readonly: boolean;
|
|
2252
|
-
required: boolean;
|
|
2253
2217
|
modelValue: DateInput;
|
|
2254
2218
|
bgColor: string;
|
|
2219
|
+
required: boolean;
|
|
2220
|
+
showSuccessMessages: boolean;
|
|
2221
|
+
disableErrorHandling: boolean;
|
|
2255
2222
|
hint: string;
|
|
2256
2223
|
displayAsterisk: boolean;
|
|
2257
2224
|
noIcon: boolean;
|
|
2225
|
+
isValidateOnBlur: boolean;
|
|
2258
2226
|
customRules: {
|
|
2259
2227
|
type: string;
|
|
2260
2228
|
options: any;
|
|
@@ -2263,9 +2231,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2263
2231
|
type: string;
|
|
2264
2232
|
options: any;
|
|
2265
2233
|
}[];
|
|
2266
|
-
showSuccessMessages: boolean;
|
|
2267
|
-
isValidateOnBlur: boolean;
|
|
2268
|
-
disableErrorHandling: boolean;
|
|
2269
2234
|
persistentHint: boolean;
|
|
2270
2235
|
format: string;
|
|
2271
2236
|
autoClamp: boolean;
|
|
@@ -2273,49 +2238,49 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2273
2238
|
displayRange: boolean;
|
|
2274
2239
|
dateFormatReturn: string;
|
|
2275
2240
|
textFieldActivator: boolean;
|
|
2276
|
-
isOutlined: boolean;
|
|
2277
|
-
displayIcon: boolean;
|
|
2278
2241
|
displayAppendIcon: boolean;
|
|
2242
|
+
displayIcon: boolean;
|
|
2279
2243
|
displayPrependIcon: boolean;
|
|
2280
|
-
|
|
2244
|
+
isOutlined: boolean;
|
|
2281
2245
|
birthDate: boolean;
|
|
2282
|
-
|
|
2246
|
+
displayHolidayDays: boolean;
|
|
2283
2247
|
displayTodayButton: boolean;
|
|
2284
2248
|
displayWeekendDays: boolean;
|
|
2285
|
-
|
|
2249
|
+
isBirthDate: boolean;
|
|
2286
2250
|
period: {
|
|
2287
|
-
min?: string;
|
|
2288
2251
|
max?: string;
|
|
2252
|
+
min?: string;
|
|
2289
2253
|
};
|
|
2254
|
+
showWeekNumber: boolean;
|
|
2290
2255
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
2291
2256
|
accessibilityDescriptionRef: HTMLSpanElement;
|
|
2292
2257
|
dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2258
|
+
autoClamp?: boolean;
|
|
2259
|
+
bgColor?: string;
|
|
2260
|
+
customRules?: ValidationRule[];
|
|
2261
|
+
customWarningRules?: ValidationRule[];
|
|
2296
2262
|
dateFormatReturn?: string;
|
|
2297
|
-
|
|
2298
|
-
|
|
2263
|
+
density?: "default" | "comfortable" | "compact";
|
|
2264
|
+
disableErrorHandling?: boolean;
|
|
2299
2265
|
disabled?: boolean;
|
|
2300
|
-
readonly?: boolean;
|
|
2301
|
-
title?: string | false;
|
|
2302
|
-
isOutlined?: boolean;
|
|
2303
|
-
displayIcon?: boolean;
|
|
2304
2266
|
displayAppendIcon?: boolean;
|
|
2305
|
-
|
|
2306
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2307
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2267
|
+
displayIcon?: boolean;
|
|
2308
2268
|
displayPrependIcon?: boolean;
|
|
2309
|
-
disableErrorHandling?: boolean;
|
|
2310
|
-
showSuccessMessages?: boolean;
|
|
2311
|
-
bgColor?: string;
|
|
2312
2269
|
displayRange?: boolean;
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
density?: "default" | "comfortable" | "compact";
|
|
2270
|
+
externalErrorMessages?: string[];
|
|
2271
|
+
format?: string;
|
|
2316
2272
|
hint?: string;
|
|
2273
|
+
isOutlined?: boolean;
|
|
2274
|
+
isValidateOnBlur?: boolean;
|
|
2275
|
+
label: string;
|
|
2276
|
+
modelValue?: DateValue;
|
|
2277
|
+
noIcon?: boolean;
|
|
2317
2278
|
persistentHint?: boolean;
|
|
2318
|
-
|
|
2279
|
+
placeholder?: string;
|
|
2280
|
+
readonly?: boolean;
|
|
2281
|
+
required?: boolean;
|
|
2282
|
+
showSuccessMessages?: boolean;
|
|
2283
|
+
title?: string | false;
|
|
2319
2284
|
}> & Readonly<{
|
|
2320
2285
|
onInput?: ((value: string) => any) | undefined;
|
|
2321
2286
|
onBlur?: (() => any) | undefined;
|
|
@@ -2323,7 +2288,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2323
2288
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
2324
2289
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
2325
2290
|
}>, {
|
|
2326
|
-
validateOnSubmit: () => boolean
|
|
2291
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
2327
2292
|
reset: () => void;
|
|
2328
2293
|
focus(): void;
|
|
2329
2294
|
blur(): void;
|
|
@@ -2339,32 +2304,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2339
2304
|
placeholder: string;
|
|
2340
2305
|
density: "default" | "comfortable" | "compact";
|
|
2341
2306
|
readonly: boolean;
|
|
2342
|
-
required: boolean;
|
|
2343
2307
|
modelValue: DateValue;
|
|
2344
2308
|
bgColor: string;
|
|
2309
|
+
required: boolean;
|
|
2310
|
+
showSuccessMessages: boolean;
|
|
2311
|
+
disableErrorHandling: boolean;
|
|
2345
2312
|
hint: string;
|
|
2346
2313
|
noIcon: boolean;
|
|
2347
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2348
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2349
|
-
showSuccessMessages: boolean;
|
|
2350
2314
|
isValidateOnBlur: boolean;
|
|
2351
|
-
|
|
2315
|
+
customRules: ValidationRule[];
|
|
2316
|
+
customWarningRules: ValidationRule[];
|
|
2352
2317
|
persistentHint: boolean;
|
|
2353
2318
|
format: string;
|
|
2354
2319
|
autoClamp: boolean;
|
|
2355
2320
|
displayRange: boolean;
|
|
2356
2321
|
dateFormatReturn: string;
|
|
2357
|
-
isOutlined: boolean;
|
|
2358
|
-
displayIcon: boolean;
|
|
2359
2322
|
displayAppendIcon: boolean;
|
|
2323
|
+
displayIcon: boolean;
|
|
2360
2324
|
displayPrependIcon: boolean;
|
|
2361
2325
|
externalErrorMessages: string[];
|
|
2326
|
+
isOutlined: boolean;
|
|
2362
2327
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
2363
2328
|
inputRef: ({
|
|
2364
2329
|
$: import('vue').ComponentInternalInstance;
|
|
2365
2330
|
$data: {};
|
|
2366
2331
|
$props: {
|
|
2367
|
-
readonly modelValue?: string | number | null | undefined;
|
|
2332
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
2368
2333
|
readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
2369
2334
|
readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
2370
2335
|
readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -2376,11 +2341,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2376
2341
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
2377
2342
|
readonly isClearable?: boolean | undefined;
|
|
2378
2343
|
readonly showDivider?: boolean | undefined;
|
|
2379
|
-
readonly label
|
|
2380
|
-
readonly required?: boolean | undefined;
|
|
2381
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
2382
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
2383
|
-
readonly successMessages?: string[] | null | undefined;
|
|
2344
|
+
readonly label: string;
|
|
2384
2345
|
readonly readonly?: boolean | undefined;
|
|
2385
2346
|
readonly isActive?: boolean | undefined;
|
|
2386
2347
|
readonly baseColor?: string | undefined;
|
|
@@ -2400,7 +2361,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2400
2361
|
readonly hint?: string | undefined;
|
|
2401
2362
|
readonly id?: string | undefined;
|
|
2402
2363
|
readonly loading?: string | boolean | undefined;
|
|
2403
|
-
readonly maxErrors?: string | number | undefined;
|
|
2404
2364
|
readonly maxWidth?: string | number | undefined;
|
|
2405
2365
|
readonly messages?: string | string[] | undefined;
|
|
2406
2366
|
readonly minWidth?: string | number | undefined;
|
|
@@ -2414,9 +2374,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2414
2374
|
readonly isReversed?: boolean | undefined;
|
|
2415
2375
|
readonly role?: string | undefined;
|
|
2416
2376
|
readonly rounded?: string | number | boolean | undefined;
|
|
2417
|
-
readonly hasError?: boolean | undefined;
|
|
2418
|
-
readonly hasWarning?: boolean | undefined;
|
|
2419
|
-
readonly hasSuccess?: boolean | undefined;
|
|
2420
2377
|
readonly isOnSingleLine?: boolean | undefined;
|
|
2421
2378
|
readonly suffix?: string | undefined;
|
|
2422
2379
|
readonly theme?: string | undefined;
|
|
@@ -2425,18 +2382,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2425
2382
|
readonly width?: string | number | undefined;
|
|
2426
2383
|
readonly displayAsterisk?: boolean | undefined;
|
|
2427
2384
|
readonly noIcon?: boolean | undefined;
|
|
2428
|
-
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2429
|
-
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2430
|
-
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2431
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
2432
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
2433
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
2434
2385
|
readonly disableClickButton?: boolean | undefined;
|
|
2435
2386
|
readonly autocomplete?: string | undefined;
|
|
2436
2387
|
readonly helpText?: string | undefined;
|
|
2437
2388
|
readonly maxlength?: string | number | undefined;
|
|
2438
2389
|
readonly title?: string | false | undefined;
|
|
2390
|
+
readonly required?: boolean | undefined;
|
|
2391
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
2392
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
2393
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
2394
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
2395
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
2396
|
+
readonly customRules?: ValidationRule[] | undefined;
|
|
2397
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
2398
|
+
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
2399
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
2400
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
2401
|
+
readonly successMessages?: string[] | null | undefined;
|
|
2402
|
+
readonly hasError?: boolean | undefined;
|
|
2403
|
+
readonly hasWarning?: boolean | undefined;
|
|
2404
|
+
readonly hasSuccess?: boolean | undefined;
|
|
2405
|
+
readonly maxErrors?: number | undefined;
|
|
2439
2406
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
2407
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
2408
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
2440
2409
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2441
2410
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2442
2411
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -2817,16 +2786,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2817
2786
|
hint?: string | undefined;
|
|
2818
2787
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2819
2788
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2820
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
2789
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
2821
2790
|
reset: () => Promise<void>;
|
|
2822
2791
|
resetValidation: () => Promise<void>;
|
|
2823
2792
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
2824
|
-
isValid:
|
|
2825
|
-
errorMessages:
|
|
2826
|
-
}
|
|
2793
|
+
isValid: boolean | null;
|
|
2794
|
+
errorMessages: string[];
|
|
2795
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2827
2796
|
modelValue?: unknown;
|
|
2828
2797
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
2829
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
2798
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
2830
2799
|
$: import('vue').ComponentInternalInstance;
|
|
2831
2800
|
$data: {};
|
|
2832
2801
|
$props: Partial<{
|
|
@@ -3084,13 +3053,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3084
3053
|
labelId?: string | undefined;
|
|
3085
3054
|
} & {
|
|
3086
3055
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3087
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
3088
|
-
controlRef:
|
|
3089
|
-
fieldIconColor:
|
|
3090
|
-
}
|
|
3056
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
3057
|
+
controlRef: HTMLElement | undefined;
|
|
3058
|
+
fieldIconColor: string | undefined;
|
|
3059
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3091
3060
|
modelValue?: unknown;
|
|
3092
3061
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
3093
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
3062
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
3094
3063
|
_allExposed: {
|
|
3095
3064
|
reset: () => Promise<void>;
|
|
3096
3065
|
resetValidation: () => Promise<void>;
|
|
@@ -3554,16 +3523,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3554
3523
|
hint?: string | undefined;
|
|
3555
3524
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3556
3525
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3557
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
3526
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
3558
3527
|
reset: () => Promise<void>;
|
|
3559
3528
|
resetValidation: () => Promise<void>;
|
|
3560
3529
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
3561
|
-
isValid:
|
|
3562
|
-
errorMessages:
|
|
3563
|
-
}
|
|
3530
|
+
isValid: boolean | null;
|
|
3531
|
+
errorMessages: string[];
|
|
3532
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3564
3533
|
modelValue?: unknown;
|
|
3565
3534
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
3566
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
3535
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
3567
3536
|
$: import('vue').ComponentInternalInstance;
|
|
3568
3537
|
$data: {};
|
|
3569
3538
|
$props: Partial<{
|
|
@@ -3821,13 +3790,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3821
3790
|
labelId?: string | undefined;
|
|
3822
3791
|
} & {
|
|
3823
3792
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3824
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
3825
|
-
controlRef:
|
|
3826
|
-
fieldIconColor:
|
|
3827
|
-
}
|
|
3793
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
3794
|
+
controlRef: HTMLElement | undefined;
|
|
3795
|
+
fieldIconColor: string | undefined;
|
|
3796
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3828
3797
|
modelValue?: unknown;
|
|
3829
3798
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
3830
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
3799
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
3831
3800
|
_allExposed: {
|
|
3832
3801
|
reset: () => Promise<void>;
|
|
3833
3802
|
resetValidation: () => Promise<void>;
|
|
@@ -3876,10 +3845,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3876
3845
|
$root: ComponentPublicInstance | null;
|
|
3877
3846
|
$parent: ComponentPublicInstance | null;
|
|
3878
3847
|
$host: Element | null;
|
|
3879
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
3848
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
3880
3849
|
$el: any;
|
|
3881
3850
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
3882
|
-
modelValue?: string | number | null;
|
|
3851
|
+
modelValue?: string | number | null | undefined;
|
|
3883
3852
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
3884
3853
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
3885
3854
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -3892,10 +3861,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3892
3861
|
isClearable?: boolean;
|
|
3893
3862
|
showDivider?: boolean;
|
|
3894
3863
|
label?: string;
|
|
3895
|
-
required?: boolean;
|
|
3896
|
-
errorMessages?: string[] | null;
|
|
3897
|
-
warningMessages?: string[] | null;
|
|
3898
|
-
successMessages?: string[] | null;
|
|
3899
3864
|
readonly?: boolean;
|
|
3900
3865
|
isActive?: boolean;
|
|
3901
3866
|
baseColor?: string;
|
|
@@ -3915,7 +3880,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3915
3880
|
hint?: string;
|
|
3916
3881
|
id?: string;
|
|
3917
3882
|
loading?: string | boolean;
|
|
3918
|
-
maxErrors?: string | number;
|
|
3919
3883
|
maxWidth?: string | number;
|
|
3920
3884
|
messages?: string | string[];
|
|
3921
3885
|
minWidth?: string | number;
|
|
@@ -3929,9 +3893,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3929
3893
|
isReversed?: boolean;
|
|
3930
3894
|
role?: string;
|
|
3931
3895
|
rounded?: string | number | boolean;
|
|
3932
|
-
hasError?: boolean;
|
|
3933
|
-
hasWarning?: boolean;
|
|
3934
|
-
hasSuccess?: boolean;
|
|
3935
3896
|
isOnSingleLine?: boolean;
|
|
3936
3897
|
suffix?: string;
|
|
3937
3898
|
theme?: string;
|
|
@@ -3940,40 +3901,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3940
3901
|
width?: string | number;
|
|
3941
3902
|
displayAsterisk?: boolean;
|
|
3942
3903
|
noIcon?: boolean;
|
|
3943
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
3944
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
3945
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
3946
|
-
showSuccessMessages?: boolean;
|
|
3947
|
-
isValidateOnBlur?: boolean;
|
|
3948
|
-
disableErrorHandling?: boolean;
|
|
3949
3904
|
disableClickButton?: boolean;
|
|
3950
3905
|
autocomplete?: string;
|
|
3951
3906
|
helpText?: string;
|
|
3952
3907
|
maxlength?: string | number;
|
|
3953
3908
|
title?: string | false;
|
|
3954
|
-
}> & Readonly<{
|
|
3909
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
3955
3910
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
3911
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
3912
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
3956
3913
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
3957
3914
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3958
3915
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3959
3916
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3960
3917
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3961
3918
|
}>, {
|
|
3962
|
-
|
|
3963
|
-
errors: Ref<string[], string[]>;
|
|
3964
|
-
warnings: Ref<string[], string[]>;
|
|
3965
|
-
successes: Ref<string[], string[]>;
|
|
3966
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
3967
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
3968
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
3969
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
3970
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
3971
|
-
clearValidation: () => void;
|
|
3972
|
-
};
|
|
3973
|
-
validateOnSubmit: () => boolean;
|
|
3974
|
-
checkErrorOnBlur: () => void;
|
|
3919
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
3975
3920
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3976
3921
|
input: (...args: any[]) => void;
|
|
3922
|
+
blur: (...args: any[]) => void;
|
|
3923
|
+
focus: (...args: any[]) => void;
|
|
3977
3924
|
keydown: (...args: any[]) => void;
|
|
3978
3925
|
"update:modelValue": (...args: any[]) => void;
|
|
3979
3926
|
clear: (...args: any[]) => void;
|
|
@@ -4003,7 +3950,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4003
3950
|
modelValue: string | number | null;
|
|
4004
3951
|
bgColor: string;
|
|
4005
3952
|
isActive: boolean;
|
|
3953
|
+
required: boolean;
|
|
4006
3954
|
prefix: string;
|
|
3955
|
+
showSuccessMessages: boolean;
|
|
3956
|
+
disableErrorHandling: boolean;
|
|
3957
|
+
errorMessages: string[] | null;
|
|
3958
|
+
maxErrors: number;
|
|
4007
3959
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4008
3960
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4009
3961
|
prependTooltip: string;
|
|
@@ -4011,9 +3963,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4011
3963
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
4012
3964
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
4013
3965
|
isClearable: boolean;
|
|
4014
|
-
errorMessages: string[] | null;
|
|
4015
|
-
warningMessages: string[] | null;
|
|
4016
|
-
successMessages: string[] | null;
|
|
4017
3966
|
centerAffix: boolean;
|
|
4018
3967
|
counter: string | number | boolean;
|
|
4019
3968
|
counterValue: number | ((value: any) => number);
|
|
@@ -4025,30 +3974,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4025
3974
|
areDetailsHidden: boolean | "auto";
|
|
4026
3975
|
areSpinButtonsHidden: boolean;
|
|
4027
3976
|
hint: string;
|
|
4028
|
-
maxErrors: string | number;
|
|
4029
3977
|
messages: string | string[];
|
|
4030
3978
|
displayPersistentClear: boolean;
|
|
4031
3979
|
displayPersistentCounter: boolean;
|
|
4032
3980
|
displayPersistentHint: boolean;
|
|
4033
3981
|
displayPersistentPlaceholder: boolean;
|
|
4034
3982
|
isReversed: boolean;
|
|
4035
|
-
hasError: boolean;
|
|
4036
|
-
hasWarning: boolean;
|
|
4037
3983
|
isOnSingleLine: boolean;
|
|
4038
3984
|
suffix: string;
|
|
4039
3985
|
isTiled: boolean;
|
|
4040
3986
|
displayAsterisk: boolean;
|
|
4041
3987
|
noIcon: boolean;
|
|
4042
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4043
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4044
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4045
|
-
showSuccessMessages: boolean;
|
|
4046
|
-
isValidateOnBlur: boolean;
|
|
4047
|
-
disableErrorHandling: boolean;
|
|
4048
3988
|
disableClickButton: boolean;
|
|
4049
3989
|
autocomplete: string;
|
|
4050
3990
|
helpText: string;
|
|
4051
3991
|
maxlength: string | number;
|
|
3992
|
+
isValidateOnBlur: boolean;
|
|
3993
|
+
useVuetifyValidation: boolean;
|
|
3994
|
+
customRules: ValidationRule[];
|
|
3995
|
+
customWarningRules: ValidationRule[];
|
|
3996
|
+
customSuccessRules: ValidationRule[];
|
|
3997
|
+
warningMessages: string[] | null;
|
|
3998
|
+
successMessages: string[] | null;
|
|
3999
|
+
hasError: boolean;
|
|
4000
|
+
hasWarning: boolean;
|
|
4001
|
+
hasSuccess: boolean;
|
|
4052
4002
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
4053
4003
|
beforeCreate?: (() => void) | (() => void)[];
|
|
4054
4004
|
created?: (() => void) | (() => void)[];
|
|
@@ -4093,7 +4043,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4093
4043
|
modelValue: string | number | null;
|
|
4094
4044
|
bgColor: string;
|
|
4095
4045
|
isActive: boolean;
|
|
4046
|
+
required: boolean;
|
|
4096
4047
|
prefix: string;
|
|
4048
|
+
showSuccessMessages: boolean;
|
|
4049
|
+
disableErrorHandling: boolean;
|
|
4050
|
+
errorMessages: string[] | null;
|
|
4051
|
+
maxErrors: number;
|
|
4097
4052
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4098
4053
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4099
4054
|
prependTooltip: string;
|
|
@@ -4101,9 +4056,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4101
4056
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
4102
4057
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
4103
4058
|
isClearable: boolean;
|
|
4104
|
-
errorMessages: string[] | null;
|
|
4105
|
-
warningMessages: string[] | null;
|
|
4106
|
-
successMessages: string[] | null;
|
|
4107
4059
|
centerAffix: boolean;
|
|
4108
4060
|
counter: string | number | boolean;
|
|
4109
4061
|
counterValue: number | ((value: any) => number);
|
|
@@ -4115,32 +4067,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4115
4067
|
areDetailsHidden: boolean | "auto";
|
|
4116
4068
|
areSpinButtonsHidden: boolean;
|
|
4117
4069
|
hint: string;
|
|
4118
|
-
maxErrors: string | number;
|
|
4119
4070
|
messages: string | string[];
|
|
4120
4071
|
displayPersistentClear: boolean;
|
|
4121
4072
|
displayPersistentCounter: boolean;
|
|
4122
4073
|
displayPersistentHint: boolean;
|
|
4123
4074
|
displayPersistentPlaceholder: boolean;
|
|
4124
4075
|
isReversed: boolean;
|
|
4125
|
-
hasError: boolean;
|
|
4126
|
-
hasWarning: boolean;
|
|
4127
4076
|
isOnSingleLine: boolean;
|
|
4128
4077
|
suffix: string;
|
|
4129
4078
|
isTiled: boolean;
|
|
4130
4079
|
displayAsterisk: boolean;
|
|
4131
4080
|
noIcon: boolean;
|
|
4132
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4133
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4134
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4135
|
-
showSuccessMessages: boolean;
|
|
4136
|
-
isValidateOnBlur: boolean;
|
|
4137
|
-
disableErrorHandling: boolean;
|
|
4138
4081
|
disableClickButton: boolean;
|
|
4139
4082
|
autocomplete: string;
|
|
4140
4083
|
helpText: string;
|
|
4141
4084
|
maxlength: string | number;
|
|
4085
|
+
isValidateOnBlur: boolean;
|
|
4086
|
+
useVuetifyValidation: boolean;
|
|
4087
|
+
customRules: ValidationRule[];
|
|
4088
|
+
customWarningRules: ValidationRule[];
|
|
4089
|
+
customSuccessRules: ValidationRule[];
|
|
4090
|
+
warningMessages: string[] | null;
|
|
4091
|
+
successMessages: string[] | null;
|
|
4092
|
+
hasError: boolean;
|
|
4093
|
+
hasWarning: boolean;
|
|
4094
|
+
hasSuccess: boolean;
|
|
4142
4095
|
}> & Omit<Readonly<{
|
|
4143
|
-
modelValue?: string | number | null;
|
|
4096
|
+
modelValue?: string | number | null | undefined;
|
|
4144
4097
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
4145
4098
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
4146
4099
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -4153,10 +4106,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4153
4106
|
isClearable?: boolean;
|
|
4154
4107
|
showDivider?: boolean;
|
|
4155
4108
|
label?: string;
|
|
4156
|
-
required?: boolean;
|
|
4157
|
-
errorMessages?: string[] | null;
|
|
4158
|
-
warningMessages?: string[] | null;
|
|
4159
|
-
successMessages?: string[] | null;
|
|
4160
4109
|
readonly?: boolean;
|
|
4161
4110
|
isActive?: boolean;
|
|
4162
4111
|
baseColor?: string;
|
|
@@ -4176,7 +4125,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4176
4125
|
hint?: string;
|
|
4177
4126
|
id?: string;
|
|
4178
4127
|
loading?: string | boolean;
|
|
4179
|
-
maxErrors?: string | number;
|
|
4180
4128
|
maxWidth?: string | number;
|
|
4181
4129
|
messages?: string | string[];
|
|
4182
4130
|
minWidth?: string | number;
|
|
@@ -4190,9 +4138,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4190
4138
|
isReversed?: boolean;
|
|
4191
4139
|
role?: string;
|
|
4192
4140
|
rounded?: string | number | boolean;
|
|
4193
|
-
hasError?: boolean;
|
|
4194
|
-
hasWarning?: boolean;
|
|
4195
|
-
hasSuccess?: boolean;
|
|
4196
4141
|
isOnSingleLine?: boolean;
|
|
4197
4142
|
suffix?: string;
|
|
4198
4143
|
theme?: string;
|
|
@@ -4201,42 +4146,27 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4201
4146
|
width?: string | number;
|
|
4202
4147
|
displayAsterisk?: boolean;
|
|
4203
4148
|
noIcon?: boolean;
|
|
4204
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4205
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4206
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4207
|
-
showSuccessMessages?: boolean;
|
|
4208
|
-
isValidateOnBlur?: boolean;
|
|
4209
|
-
disableErrorHandling?: boolean;
|
|
4210
4149
|
disableClickButton?: boolean;
|
|
4211
4150
|
autocomplete?: string;
|
|
4212
4151
|
helpText?: string;
|
|
4213
4152
|
maxlength?: string | number;
|
|
4214
4153
|
title?: string | false;
|
|
4215
|
-
}> & Readonly<{
|
|
4154
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
4216
4155
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
4156
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
4157
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
4217
4158
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
4218
4159
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4219
4160
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4220
4161
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4221
4162
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4222
|
-
}>, "validateOnSubmit" |
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
warnings: Ref<string[], string[]>;
|
|
4226
|
-
successes: Ref<string[], string[]>;
|
|
4227
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
4228
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
4229
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
4230
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
4231
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
4232
|
-
clearValidation: () => void;
|
|
4233
|
-
};
|
|
4234
|
-
validateOnSubmit: () => boolean;
|
|
4235
|
-
checkErrorOnBlur: () => void;
|
|
4236
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
4163
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
|
|
4164
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
4165
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
4237
4166
|
$slots: {
|
|
4238
4167
|
prepend?(_: {}): any;
|
|
4239
4168
|
append?(_: {}): any;
|
|
4169
|
+
default?(_: {}): any;
|
|
4240
4170
|
'prepend-inner'?(_: {}): any;
|
|
4241
4171
|
'append-inner'?(_: {}): any;
|
|
4242
4172
|
details?(_: {}): any;
|
|
@@ -4250,32 +4180,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4250
4180
|
M: {};
|
|
4251
4181
|
Defaults: {};
|
|
4252
4182
|
}, Readonly<{
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4183
|
+
autoClamp?: boolean;
|
|
4184
|
+
bgColor?: string;
|
|
4185
|
+
customRules?: ValidationRule[];
|
|
4186
|
+
customWarningRules?: ValidationRule[];
|
|
4256
4187
|
dateFormatReturn?: string;
|
|
4257
|
-
|
|
4258
|
-
|
|
4188
|
+
density?: "default" | "comfortable" | "compact";
|
|
4189
|
+
disableErrorHandling?: boolean;
|
|
4259
4190
|
disabled?: boolean;
|
|
4260
|
-
readonly?: boolean;
|
|
4261
|
-
title?: string | false;
|
|
4262
|
-
isOutlined?: boolean;
|
|
4263
|
-
displayIcon?: boolean;
|
|
4264
4191
|
displayAppendIcon?: boolean;
|
|
4265
|
-
|
|
4266
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4267
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4192
|
+
displayIcon?: boolean;
|
|
4268
4193
|
displayPrependIcon?: boolean;
|
|
4269
|
-
disableErrorHandling?: boolean;
|
|
4270
|
-
showSuccessMessages?: boolean;
|
|
4271
|
-
bgColor?: string;
|
|
4272
4194
|
displayRange?: boolean;
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
density?: "default" | "comfortable" | "compact";
|
|
4195
|
+
externalErrorMessages?: string[];
|
|
4196
|
+
format?: string;
|
|
4276
4197
|
hint?: string;
|
|
4198
|
+
isOutlined?: boolean;
|
|
4199
|
+
isValidateOnBlur?: boolean;
|
|
4200
|
+
label: string;
|
|
4201
|
+
modelValue?: DateValue;
|
|
4202
|
+
noIcon?: boolean;
|
|
4277
4203
|
persistentHint?: boolean;
|
|
4278
|
-
|
|
4204
|
+
placeholder?: string;
|
|
4205
|
+
readonly?: boolean;
|
|
4206
|
+
required?: boolean;
|
|
4207
|
+
showSuccessMessages?: boolean;
|
|
4208
|
+
title?: string | false;
|
|
4279
4209
|
}> & Readonly<{
|
|
4280
4210
|
onInput?: ((value: string) => any) | undefined;
|
|
4281
4211
|
onBlur?: (() => any) | undefined;
|
|
@@ -4283,7 +4213,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4283
4213
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
4284
4214
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
4285
4215
|
}>, {
|
|
4286
|
-
validateOnSubmit: () => boolean
|
|
4216
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
4287
4217
|
reset: () => void;
|
|
4288
4218
|
focus(): void;
|
|
4289
4219
|
blur(): void;
|
|
@@ -4293,55 +4223,55 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4293
4223
|
placeholder: string;
|
|
4294
4224
|
density: "default" | "comfortable" | "compact";
|
|
4295
4225
|
readonly: boolean;
|
|
4296
|
-
required: boolean;
|
|
4297
4226
|
modelValue: DateValue;
|
|
4298
4227
|
bgColor: string;
|
|
4228
|
+
required: boolean;
|
|
4229
|
+
showSuccessMessages: boolean;
|
|
4230
|
+
disableErrorHandling: boolean;
|
|
4299
4231
|
hint: string;
|
|
4300
4232
|
noIcon: boolean;
|
|
4301
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4302
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4303
|
-
showSuccessMessages: boolean;
|
|
4304
4233
|
isValidateOnBlur: boolean;
|
|
4305
|
-
|
|
4234
|
+
customRules: ValidationRule[];
|
|
4235
|
+
customWarningRules: ValidationRule[];
|
|
4306
4236
|
persistentHint: boolean;
|
|
4307
4237
|
format: string;
|
|
4308
4238
|
autoClamp: boolean;
|
|
4309
4239
|
displayRange: boolean;
|
|
4310
4240
|
dateFormatReturn: string;
|
|
4311
|
-
isOutlined: boolean;
|
|
4312
|
-
displayIcon: boolean;
|
|
4313
4241
|
displayAppendIcon: boolean;
|
|
4242
|
+
displayIcon: boolean;
|
|
4314
4243
|
displayPrependIcon: boolean;
|
|
4315
4244
|
externalErrorMessages: string[];
|
|
4245
|
+
isOutlined: boolean;
|
|
4316
4246
|
}> | null;
|
|
4317
4247
|
menuActivatorRef: HTMLDivElement;
|
|
4318
4248
|
dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4249
|
+
autoClamp?: boolean;
|
|
4250
|
+
bgColor?: string;
|
|
4251
|
+
customRules?: ValidationRule[];
|
|
4252
|
+
customWarningRules?: ValidationRule[];
|
|
4322
4253
|
dateFormatReturn?: string;
|
|
4323
|
-
|
|
4324
|
-
|
|
4254
|
+
density?: "default" | "comfortable" | "compact";
|
|
4255
|
+
disableErrorHandling?: boolean;
|
|
4325
4256
|
disabled?: boolean;
|
|
4326
|
-
readonly?: boolean;
|
|
4327
|
-
title?: string | false;
|
|
4328
|
-
isOutlined?: boolean;
|
|
4329
|
-
displayIcon?: boolean;
|
|
4330
4257
|
displayAppendIcon?: boolean;
|
|
4331
|
-
|
|
4332
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4333
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4258
|
+
displayIcon?: boolean;
|
|
4334
4259
|
displayPrependIcon?: boolean;
|
|
4335
|
-
disableErrorHandling?: boolean;
|
|
4336
|
-
showSuccessMessages?: boolean;
|
|
4337
|
-
bgColor?: string;
|
|
4338
4260
|
displayRange?: boolean;
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
density?: "default" | "comfortable" | "compact";
|
|
4261
|
+
externalErrorMessages?: string[];
|
|
4262
|
+
format?: string;
|
|
4342
4263
|
hint?: string;
|
|
4264
|
+
isOutlined?: boolean;
|
|
4265
|
+
isValidateOnBlur?: boolean;
|
|
4266
|
+
label: string;
|
|
4267
|
+
modelValue?: DateValue;
|
|
4268
|
+
noIcon?: boolean;
|
|
4343
4269
|
persistentHint?: boolean;
|
|
4344
|
-
|
|
4270
|
+
placeholder?: string;
|
|
4271
|
+
readonly?: boolean;
|
|
4272
|
+
required?: boolean;
|
|
4273
|
+
showSuccessMessages?: boolean;
|
|
4274
|
+
title?: string | false;
|
|
4345
4275
|
}> & Readonly<{
|
|
4346
4276
|
onInput?: ((value: string) => any) | undefined;
|
|
4347
4277
|
onBlur?: (() => any) | undefined;
|
|
@@ -4349,7 +4279,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4349
4279
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
4350
4280
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
4351
4281
|
}>, {
|
|
4352
|
-
validateOnSubmit: () => boolean
|
|
4282
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
4353
4283
|
reset: () => void;
|
|
4354
4284
|
focus(): void;
|
|
4355
4285
|
blur(): void;
|
|
@@ -4365,32 +4295,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4365
4295
|
placeholder: string;
|
|
4366
4296
|
density: "default" | "comfortable" | "compact";
|
|
4367
4297
|
readonly: boolean;
|
|
4368
|
-
required: boolean;
|
|
4369
4298
|
modelValue: DateValue;
|
|
4370
4299
|
bgColor: string;
|
|
4300
|
+
required: boolean;
|
|
4301
|
+
showSuccessMessages: boolean;
|
|
4302
|
+
disableErrorHandling: boolean;
|
|
4371
4303
|
hint: string;
|
|
4372
4304
|
noIcon: boolean;
|
|
4373
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4374
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4375
|
-
showSuccessMessages: boolean;
|
|
4376
4305
|
isValidateOnBlur: boolean;
|
|
4377
|
-
|
|
4306
|
+
customRules: ValidationRule[];
|
|
4307
|
+
customWarningRules: ValidationRule[];
|
|
4378
4308
|
persistentHint: boolean;
|
|
4379
4309
|
format: string;
|
|
4380
4310
|
autoClamp: boolean;
|
|
4381
4311
|
displayRange: boolean;
|
|
4382
4312
|
dateFormatReturn: string;
|
|
4383
|
-
isOutlined: boolean;
|
|
4384
|
-
displayIcon: boolean;
|
|
4385
4313
|
displayAppendIcon: boolean;
|
|
4314
|
+
displayIcon: boolean;
|
|
4386
4315
|
displayPrependIcon: boolean;
|
|
4387
4316
|
externalErrorMessages: string[];
|
|
4317
|
+
isOutlined: boolean;
|
|
4388
4318
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
4389
4319
|
inputRef: ({
|
|
4390
4320
|
$: import('vue').ComponentInternalInstance;
|
|
4391
4321
|
$data: {};
|
|
4392
4322
|
$props: {
|
|
4393
|
-
readonly modelValue?: string | number | null | undefined;
|
|
4323
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
4394
4324
|
readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
4395
4325
|
readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
4396
4326
|
readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -4402,11 +4332,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4402
4332
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
4403
4333
|
readonly isClearable?: boolean | undefined;
|
|
4404
4334
|
readonly showDivider?: boolean | undefined;
|
|
4405
|
-
readonly label
|
|
4406
|
-
readonly required?: boolean | undefined;
|
|
4407
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
4408
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
4409
|
-
readonly successMessages?: string[] | null | undefined;
|
|
4335
|
+
readonly label: string;
|
|
4410
4336
|
readonly readonly?: boolean | undefined;
|
|
4411
4337
|
readonly isActive?: boolean | undefined;
|
|
4412
4338
|
readonly baseColor?: string | undefined;
|
|
@@ -4426,7 +4352,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4426
4352
|
readonly hint?: string | undefined;
|
|
4427
4353
|
readonly id?: string | undefined;
|
|
4428
4354
|
readonly loading?: string | boolean | undefined;
|
|
4429
|
-
readonly maxErrors?: string | number | undefined;
|
|
4430
4355
|
readonly maxWidth?: string | number | undefined;
|
|
4431
4356
|
readonly messages?: string | string[] | undefined;
|
|
4432
4357
|
readonly minWidth?: string | number | undefined;
|
|
@@ -4440,9 +4365,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4440
4365
|
readonly isReversed?: boolean | undefined;
|
|
4441
4366
|
readonly role?: string | undefined;
|
|
4442
4367
|
readonly rounded?: string | number | boolean | undefined;
|
|
4443
|
-
readonly hasError?: boolean | undefined;
|
|
4444
|
-
readonly hasWarning?: boolean | undefined;
|
|
4445
|
-
readonly hasSuccess?: boolean | undefined;
|
|
4446
4368
|
readonly isOnSingleLine?: boolean | undefined;
|
|
4447
4369
|
readonly suffix?: string | undefined;
|
|
4448
4370
|
readonly theme?: string | undefined;
|
|
@@ -4451,18 +4373,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4451
4373
|
readonly width?: string | number | undefined;
|
|
4452
4374
|
readonly displayAsterisk?: boolean | undefined;
|
|
4453
4375
|
readonly noIcon?: boolean | undefined;
|
|
4454
|
-
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
4455
|
-
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
4456
|
-
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
4457
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
4458
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
4459
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
4460
4376
|
readonly disableClickButton?: boolean | undefined;
|
|
4461
4377
|
readonly autocomplete?: string | undefined;
|
|
4462
4378
|
readonly helpText?: string | undefined;
|
|
4463
4379
|
readonly maxlength?: string | number | undefined;
|
|
4464
4380
|
readonly title?: string | false | undefined;
|
|
4381
|
+
readonly required?: boolean | undefined;
|
|
4382
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
4383
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
4384
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
4385
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
4386
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
4387
|
+
readonly customRules?: ValidationRule[] | undefined;
|
|
4388
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
4389
|
+
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
4390
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
4391
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
4392
|
+
readonly successMessages?: string[] | null | undefined;
|
|
4393
|
+
readonly hasError?: boolean | undefined;
|
|
4394
|
+
readonly hasWarning?: boolean | undefined;
|
|
4395
|
+
readonly hasSuccess?: boolean | undefined;
|
|
4396
|
+
readonly maxErrors?: number | undefined;
|
|
4465
4397
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
4398
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
4399
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
4466
4400
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
4467
4401
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4468
4402
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -4843,16 +4777,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4843
4777
|
hint?: string | undefined;
|
|
4844
4778
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4845
4779
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4846
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
4780
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
4847
4781
|
reset: () => Promise<void>;
|
|
4848
4782
|
resetValidation: () => Promise<void>;
|
|
4849
4783
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
4850
|
-
isValid:
|
|
4851
|
-
errorMessages:
|
|
4852
|
-
}
|
|
4784
|
+
isValid: boolean | null;
|
|
4785
|
+
errorMessages: string[];
|
|
4786
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
4853
4787
|
modelValue?: unknown;
|
|
4854
4788
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
4855
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
4789
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
4856
4790
|
$: import('vue').ComponentInternalInstance;
|
|
4857
4791
|
$data: {};
|
|
4858
4792
|
$props: Partial<{
|
|
@@ -5110,13 +5044,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5110
5044
|
labelId?: string | undefined;
|
|
5111
5045
|
} & {
|
|
5112
5046
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
5113
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
5114
|
-
controlRef:
|
|
5115
|
-
fieldIconColor:
|
|
5116
|
-
}
|
|
5047
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
5048
|
+
controlRef: HTMLElement | undefined;
|
|
5049
|
+
fieldIconColor: string | undefined;
|
|
5050
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
5117
5051
|
modelValue?: unknown;
|
|
5118
5052
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
5119
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
5053
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
5120
5054
|
_allExposed: {
|
|
5121
5055
|
reset: () => Promise<void>;
|
|
5122
5056
|
resetValidation: () => Promise<void>;
|
|
@@ -5580,16 +5514,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5580
5514
|
hint?: string | undefined;
|
|
5581
5515
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5582
5516
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5583
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
5517
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
5584
5518
|
reset: () => Promise<void>;
|
|
5585
5519
|
resetValidation: () => Promise<void>;
|
|
5586
5520
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
5587
|
-
isValid:
|
|
5588
|
-
errorMessages:
|
|
5589
|
-
}
|
|
5521
|
+
isValid: boolean | null;
|
|
5522
|
+
errorMessages: string[];
|
|
5523
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
5590
5524
|
modelValue?: unknown;
|
|
5591
5525
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
5592
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
5526
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
5593
5527
|
$: import('vue').ComponentInternalInstance;
|
|
5594
5528
|
$data: {};
|
|
5595
5529
|
$props: Partial<{
|
|
@@ -5847,13 +5781,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5847
5781
|
labelId?: string | undefined;
|
|
5848
5782
|
} & {
|
|
5849
5783
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
5850
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
5851
|
-
controlRef:
|
|
5852
|
-
fieldIconColor:
|
|
5853
|
-
}
|
|
5784
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
5785
|
+
controlRef: HTMLElement | undefined;
|
|
5786
|
+
fieldIconColor: string | undefined;
|
|
5787
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
5854
5788
|
modelValue?: unknown;
|
|
5855
5789
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
5856
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
5790
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
5857
5791
|
_allExposed: {
|
|
5858
5792
|
reset: () => Promise<void>;
|
|
5859
5793
|
resetValidation: () => Promise<void>;
|
|
@@ -5902,10 +5836,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5902
5836
|
$root: ComponentPublicInstance | null;
|
|
5903
5837
|
$parent: ComponentPublicInstance | null;
|
|
5904
5838
|
$host: Element | null;
|
|
5905
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
5839
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
5906
5840
|
$el: any;
|
|
5907
5841
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
5908
|
-
modelValue?: string | number | null;
|
|
5842
|
+
modelValue?: string | number | null | undefined;
|
|
5909
5843
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
5910
5844
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
5911
5845
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -5918,10 +5852,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5918
5852
|
isClearable?: boolean;
|
|
5919
5853
|
showDivider?: boolean;
|
|
5920
5854
|
label?: string;
|
|
5921
|
-
required?: boolean;
|
|
5922
|
-
errorMessages?: string[] | null;
|
|
5923
|
-
warningMessages?: string[] | null;
|
|
5924
|
-
successMessages?: string[] | null;
|
|
5925
5855
|
readonly?: boolean;
|
|
5926
5856
|
isActive?: boolean;
|
|
5927
5857
|
baseColor?: string;
|
|
@@ -5941,7 +5871,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5941
5871
|
hint?: string;
|
|
5942
5872
|
id?: string;
|
|
5943
5873
|
loading?: string | boolean;
|
|
5944
|
-
maxErrors?: string | number;
|
|
5945
5874
|
maxWidth?: string | number;
|
|
5946
5875
|
messages?: string | string[];
|
|
5947
5876
|
minWidth?: string | number;
|
|
@@ -5955,9 +5884,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5955
5884
|
isReversed?: boolean;
|
|
5956
5885
|
role?: string;
|
|
5957
5886
|
rounded?: string | number | boolean;
|
|
5958
|
-
hasError?: boolean;
|
|
5959
|
-
hasWarning?: boolean;
|
|
5960
|
-
hasSuccess?: boolean;
|
|
5961
5887
|
isOnSingleLine?: boolean;
|
|
5962
5888
|
suffix?: string;
|
|
5963
5889
|
theme?: string;
|
|
@@ -5966,40 +5892,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5966
5892
|
width?: string | number;
|
|
5967
5893
|
displayAsterisk?: boolean;
|
|
5968
5894
|
noIcon?: boolean;
|
|
5969
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
5970
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
5971
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
5972
|
-
showSuccessMessages?: boolean;
|
|
5973
|
-
isValidateOnBlur?: boolean;
|
|
5974
|
-
disableErrorHandling?: boolean;
|
|
5975
5895
|
disableClickButton?: boolean;
|
|
5976
5896
|
autocomplete?: string;
|
|
5977
5897
|
helpText?: string;
|
|
5978
5898
|
maxlength?: string | number;
|
|
5979
5899
|
title?: string | false;
|
|
5980
|
-
}> & Readonly<{
|
|
5900
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
5981
5901
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
5902
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
5903
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
5982
5904
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
5983
5905
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5984
5906
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
5985
5907
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
5986
5908
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
5987
5909
|
}>, {
|
|
5988
|
-
|
|
5989
|
-
errors: Ref<string[], string[]>;
|
|
5990
|
-
warnings: Ref<string[], string[]>;
|
|
5991
|
-
successes: Ref<string[], string[]>;
|
|
5992
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
5993
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
5994
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
5995
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
5996
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
5997
|
-
clearValidation: () => void;
|
|
5998
|
-
};
|
|
5999
|
-
validateOnSubmit: () => boolean;
|
|
6000
|
-
checkErrorOnBlur: () => void;
|
|
5910
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
6001
5911
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6002
5912
|
input: (...args: any[]) => void;
|
|
5913
|
+
blur: (...args: any[]) => void;
|
|
5914
|
+
focus: (...args: any[]) => void;
|
|
6003
5915
|
keydown: (...args: any[]) => void;
|
|
6004
5916
|
"update:modelValue": (...args: any[]) => void;
|
|
6005
5917
|
clear: (...args: any[]) => void;
|
|
@@ -6029,7 +5941,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6029
5941
|
modelValue: string | number | null;
|
|
6030
5942
|
bgColor: string;
|
|
6031
5943
|
isActive: boolean;
|
|
5944
|
+
required: boolean;
|
|
6032
5945
|
prefix: string;
|
|
5946
|
+
showSuccessMessages: boolean;
|
|
5947
|
+
disableErrorHandling: boolean;
|
|
5948
|
+
errorMessages: string[] | null;
|
|
5949
|
+
maxErrors: number;
|
|
6033
5950
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6034
5951
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6035
5952
|
prependTooltip: string;
|
|
@@ -6037,9 +5954,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6037
5954
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
6038
5955
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
6039
5956
|
isClearable: boolean;
|
|
6040
|
-
errorMessages: string[] | null;
|
|
6041
|
-
warningMessages: string[] | null;
|
|
6042
|
-
successMessages: string[] | null;
|
|
6043
5957
|
centerAffix: boolean;
|
|
6044
5958
|
counter: string | number | boolean;
|
|
6045
5959
|
counterValue: number | ((value: any) => number);
|
|
@@ -6051,30 +5965,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6051
5965
|
areDetailsHidden: boolean | "auto";
|
|
6052
5966
|
areSpinButtonsHidden: boolean;
|
|
6053
5967
|
hint: string;
|
|
6054
|
-
maxErrors: string | number;
|
|
6055
5968
|
messages: string | string[];
|
|
6056
5969
|
displayPersistentClear: boolean;
|
|
6057
5970
|
displayPersistentCounter: boolean;
|
|
6058
5971
|
displayPersistentHint: boolean;
|
|
6059
5972
|
displayPersistentPlaceholder: boolean;
|
|
6060
5973
|
isReversed: boolean;
|
|
6061
|
-
hasError: boolean;
|
|
6062
|
-
hasWarning: boolean;
|
|
6063
5974
|
isOnSingleLine: boolean;
|
|
6064
5975
|
suffix: string;
|
|
6065
5976
|
isTiled: boolean;
|
|
6066
5977
|
displayAsterisk: boolean;
|
|
6067
5978
|
noIcon: boolean;
|
|
6068
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6069
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6070
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6071
|
-
showSuccessMessages: boolean;
|
|
6072
|
-
isValidateOnBlur: boolean;
|
|
6073
|
-
disableErrorHandling: boolean;
|
|
6074
5979
|
disableClickButton: boolean;
|
|
6075
5980
|
autocomplete: string;
|
|
6076
5981
|
helpText: string;
|
|
6077
5982
|
maxlength: string | number;
|
|
5983
|
+
isValidateOnBlur: boolean;
|
|
5984
|
+
useVuetifyValidation: boolean;
|
|
5985
|
+
customRules: ValidationRule[];
|
|
5986
|
+
customWarningRules: ValidationRule[];
|
|
5987
|
+
customSuccessRules: ValidationRule[];
|
|
5988
|
+
warningMessages: string[] | null;
|
|
5989
|
+
successMessages: string[] | null;
|
|
5990
|
+
hasError: boolean;
|
|
5991
|
+
hasWarning: boolean;
|
|
5992
|
+
hasSuccess: boolean;
|
|
6078
5993
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
6079
5994
|
beforeCreate?: (() => void) | (() => void)[];
|
|
6080
5995
|
created?: (() => void) | (() => void)[];
|
|
@@ -6119,7 +6034,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6119
6034
|
modelValue: string | number | null;
|
|
6120
6035
|
bgColor: string;
|
|
6121
6036
|
isActive: boolean;
|
|
6037
|
+
required: boolean;
|
|
6122
6038
|
prefix: string;
|
|
6039
|
+
showSuccessMessages: boolean;
|
|
6040
|
+
disableErrorHandling: boolean;
|
|
6041
|
+
errorMessages: string[] | null;
|
|
6042
|
+
maxErrors: number;
|
|
6123
6043
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6124
6044
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6125
6045
|
prependTooltip: string;
|
|
@@ -6127,9 +6047,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6127
6047
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
6128
6048
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
6129
6049
|
isClearable: boolean;
|
|
6130
|
-
errorMessages: string[] | null;
|
|
6131
|
-
warningMessages: string[] | null;
|
|
6132
|
-
successMessages: string[] | null;
|
|
6133
6050
|
centerAffix: boolean;
|
|
6134
6051
|
counter: string | number | boolean;
|
|
6135
6052
|
counterValue: number | ((value: any) => number);
|
|
@@ -6141,32 +6058,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6141
6058
|
areDetailsHidden: boolean | "auto";
|
|
6142
6059
|
areSpinButtonsHidden: boolean;
|
|
6143
6060
|
hint: string;
|
|
6144
|
-
maxErrors: string | number;
|
|
6145
6061
|
messages: string | string[];
|
|
6146
6062
|
displayPersistentClear: boolean;
|
|
6147
6063
|
displayPersistentCounter: boolean;
|
|
6148
6064
|
displayPersistentHint: boolean;
|
|
6149
6065
|
displayPersistentPlaceholder: boolean;
|
|
6150
6066
|
isReversed: boolean;
|
|
6151
|
-
hasError: boolean;
|
|
6152
|
-
hasWarning: boolean;
|
|
6153
6067
|
isOnSingleLine: boolean;
|
|
6154
6068
|
suffix: string;
|
|
6155
6069
|
isTiled: boolean;
|
|
6156
6070
|
displayAsterisk: boolean;
|
|
6157
6071
|
noIcon: boolean;
|
|
6158
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6159
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6160
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6161
|
-
showSuccessMessages: boolean;
|
|
6162
|
-
isValidateOnBlur: boolean;
|
|
6163
|
-
disableErrorHandling: boolean;
|
|
6164
6072
|
disableClickButton: boolean;
|
|
6165
6073
|
autocomplete: string;
|
|
6166
6074
|
helpText: string;
|
|
6167
6075
|
maxlength: string | number;
|
|
6076
|
+
isValidateOnBlur: boolean;
|
|
6077
|
+
useVuetifyValidation: boolean;
|
|
6078
|
+
customRules: ValidationRule[];
|
|
6079
|
+
customWarningRules: ValidationRule[];
|
|
6080
|
+
customSuccessRules: ValidationRule[];
|
|
6081
|
+
warningMessages: string[] | null;
|
|
6082
|
+
successMessages: string[] | null;
|
|
6083
|
+
hasError: boolean;
|
|
6084
|
+
hasWarning: boolean;
|
|
6085
|
+
hasSuccess: boolean;
|
|
6168
6086
|
}> & Omit<Readonly<{
|
|
6169
|
-
modelValue?: string | number | null;
|
|
6087
|
+
modelValue?: string | number | null | undefined;
|
|
6170
6088
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
6171
6089
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
6172
6090
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -6179,10 +6097,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6179
6097
|
isClearable?: boolean;
|
|
6180
6098
|
showDivider?: boolean;
|
|
6181
6099
|
label?: string;
|
|
6182
|
-
required?: boolean;
|
|
6183
|
-
errorMessages?: string[] | null;
|
|
6184
|
-
warningMessages?: string[] | null;
|
|
6185
|
-
successMessages?: string[] | null;
|
|
6186
6100
|
readonly?: boolean;
|
|
6187
6101
|
isActive?: boolean;
|
|
6188
6102
|
baseColor?: string;
|
|
@@ -6202,7 +6116,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6202
6116
|
hint?: string;
|
|
6203
6117
|
id?: string;
|
|
6204
6118
|
loading?: string | boolean;
|
|
6205
|
-
maxErrors?: string | number;
|
|
6206
6119
|
maxWidth?: string | number;
|
|
6207
6120
|
messages?: string | string[];
|
|
6208
6121
|
minWidth?: string | number;
|
|
@@ -6216,9 +6129,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6216
6129
|
isReversed?: boolean;
|
|
6217
6130
|
role?: string;
|
|
6218
6131
|
rounded?: string | number | boolean;
|
|
6219
|
-
hasError?: boolean;
|
|
6220
|
-
hasWarning?: boolean;
|
|
6221
|
-
hasSuccess?: boolean;
|
|
6222
6132
|
isOnSingleLine?: boolean;
|
|
6223
6133
|
suffix?: string;
|
|
6224
6134
|
theme?: string;
|
|
@@ -6227,42 +6137,27 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6227
6137
|
width?: string | number;
|
|
6228
6138
|
displayAsterisk?: boolean;
|
|
6229
6139
|
noIcon?: boolean;
|
|
6230
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6231
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6232
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6233
|
-
showSuccessMessages?: boolean;
|
|
6234
|
-
isValidateOnBlur?: boolean;
|
|
6235
|
-
disableErrorHandling?: boolean;
|
|
6236
6140
|
disableClickButton?: boolean;
|
|
6237
6141
|
autocomplete?: string;
|
|
6238
6142
|
helpText?: string;
|
|
6239
6143
|
maxlength?: string | number;
|
|
6240
6144
|
title?: string | false;
|
|
6241
|
-
}> & Readonly<{
|
|
6145
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
6242
6146
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
6147
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6148
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6243
6149
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
6244
6150
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6245
6151
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
6246
6152
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6247
6153
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6248
|
-
}>, "validateOnSubmit" |
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
warnings: Ref<string[], string[]>;
|
|
6252
|
-
successes: Ref<string[], string[]>;
|
|
6253
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
6254
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
6255
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
6256
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
6257
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
6258
|
-
clearValidation: () => void;
|
|
6259
|
-
};
|
|
6260
|
-
validateOnSubmit: () => boolean;
|
|
6261
|
-
checkErrorOnBlur: () => void;
|
|
6262
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
6154
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
|
|
6155
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
6156
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
6263
6157
|
$slots: {
|
|
6264
6158
|
prepend?(_: {}): any;
|
|
6265
6159
|
append?(_: {}): any;
|
|
6160
|
+
default?(_: {}): any;
|
|
6266
6161
|
'prepend-inner'?(_: {}): any;
|
|
6267
6162
|
'append-inner'?(_: {}): any;
|
|
6268
6163
|
details?(_: {}): any;
|
|
@@ -6276,32 +6171,32 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6276
6171
|
M: {};
|
|
6277
6172
|
Defaults: {};
|
|
6278
6173
|
}, Readonly<{
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6174
|
+
autoClamp?: boolean;
|
|
6175
|
+
bgColor?: string;
|
|
6176
|
+
customRules?: ValidationRule[];
|
|
6177
|
+
customWarningRules?: ValidationRule[];
|
|
6282
6178
|
dateFormatReturn?: string;
|
|
6283
|
-
|
|
6284
|
-
|
|
6179
|
+
density?: "default" | "comfortable" | "compact";
|
|
6180
|
+
disableErrorHandling?: boolean;
|
|
6285
6181
|
disabled?: boolean;
|
|
6286
|
-
readonly?: boolean;
|
|
6287
|
-
title?: string | false;
|
|
6288
|
-
isOutlined?: boolean;
|
|
6289
|
-
displayIcon?: boolean;
|
|
6290
6182
|
displayAppendIcon?: boolean;
|
|
6291
|
-
|
|
6292
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6293
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6183
|
+
displayIcon?: boolean;
|
|
6294
6184
|
displayPrependIcon?: boolean;
|
|
6295
|
-
disableErrorHandling?: boolean;
|
|
6296
|
-
showSuccessMessages?: boolean;
|
|
6297
|
-
bgColor?: string;
|
|
6298
6185
|
displayRange?: boolean;
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
density?: "default" | "comfortable" | "compact";
|
|
6186
|
+
externalErrorMessages?: string[];
|
|
6187
|
+
format?: string;
|
|
6302
6188
|
hint?: string;
|
|
6189
|
+
isOutlined?: boolean;
|
|
6190
|
+
isValidateOnBlur?: boolean;
|
|
6191
|
+
label: string;
|
|
6192
|
+
modelValue?: DateValue;
|
|
6193
|
+
noIcon?: boolean;
|
|
6303
6194
|
persistentHint?: boolean;
|
|
6304
|
-
|
|
6195
|
+
placeholder?: string;
|
|
6196
|
+
readonly?: boolean;
|
|
6197
|
+
required?: boolean;
|
|
6198
|
+
showSuccessMessages?: boolean;
|
|
6199
|
+
title?: string | false;
|
|
6305
6200
|
}> & Readonly<{
|
|
6306
6201
|
onInput?: ((value: string) => any) | undefined;
|
|
6307
6202
|
onBlur?: (() => any) | undefined;
|
|
@@ -6309,7 +6204,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6309
6204
|
"onUpdate:model-value"?: ((value: DateValue) => any) | undefined;
|
|
6310
6205
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
6311
6206
|
}>, {
|
|
6312
|
-
validateOnSubmit: () => boolean
|
|
6207
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
6313
6208
|
reset: () => void;
|
|
6314
6209
|
focus(): void;
|
|
6315
6210
|
blur(): void;
|
|
@@ -6319,26 +6214,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6319
6214
|
placeholder: string;
|
|
6320
6215
|
density: "default" | "comfortable" | "compact";
|
|
6321
6216
|
readonly: boolean;
|
|
6322
|
-
required: boolean;
|
|
6323
6217
|
modelValue: DateValue;
|
|
6324
6218
|
bgColor: string;
|
|
6219
|
+
required: boolean;
|
|
6220
|
+
showSuccessMessages: boolean;
|
|
6221
|
+
disableErrorHandling: boolean;
|
|
6325
6222
|
hint: string;
|
|
6326
6223
|
noIcon: boolean;
|
|
6327
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6328
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6329
|
-
showSuccessMessages: boolean;
|
|
6330
6224
|
isValidateOnBlur: boolean;
|
|
6331
|
-
|
|
6225
|
+
customRules: ValidationRule[];
|
|
6226
|
+
customWarningRules: ValidationRule[];
|
|
6332
6227
|
persistentHint: boolean;
|
|
6333
6228
|
format: string;
|
|
6334
6229
|
autoClamp: boolean;
|
|
6335
6230
|
displayRange: boolean;
|
|
6336
6231
|
dateFormatReturn: string;
|
|
6337
|
-
isOutlined: boolean;
|
|
6338
|
-
displayIcon: boolean;
|
|
6339
6232
|
displayAppendIcon: boolean;
|
|
6233
|
+
displayIcon: boolean;
|
|
6340
6234
|
displayPrependIcon: boolean;
|
|
6341
6235
|
externalErrorMessages: string[];
|
|
6236
|
+
isOutlined: boolean;
|
|
6342
6237
|
}> | null;
|
|
6343
6238
|
datePickerRef: ({
|
|
6344
6239
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -6776,7 +6671,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6776
6671
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
6777
6672
|
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
6778
6673
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
6779
|
-
}, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> &
|
|
6674
|
+
}, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
6780
6675
|
modelValue?: Date | (Date | null)[] | null | undefined;
|
|
6781
6676
|
"onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
|
|
6782
6677
|
multiple?: false | "range" | undefined;
|
|
@@ -6789,19 +6684,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6789
6684
|
M: {};
|
|
6790
6685
|
Defaults: {};
|
|
6791
6686
|
}, Readonly<{
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
placeholder?: string;
|
|
6795
|
-
format?: string;
|
|
6796
|
-
dateFormatReturn?: string;
|
|
6797
|
-
isBirthDate?: boolean;
|
|
6687
|
+
autoClamp?: boolean;
|
|
6688
|
+
bgColor?: string;
|
|
6798
6689
|
birthDate?: boolean;
|
|
6799
|
-
showWeekNumber?: boolean;
|
|
6800
|
-
required?: boolean;
|
|
6801
|
-
displayRange?: boolean;
|
|
6802
|
-
displayIcon?: boolean;
|
|
6803
|
-
displayAppendIcon?: boolean;
|
|
6804
|
-
displayPrependIcon?: boolean;
|
|
6805
6690
|
customRules?: {
|
|
6806
6691
|
type: string;
|
|
6807
6692
|
options: any;
|
|
@@ -6810,31 +6695,41 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6810
6695
|
type: string;
|
|
6811
6696
|
options: any;
|
|
6812
6697
|
}[];
|
|
6813
|
-
|
|
6814
|
-
|
|
6815
|
-
noCalendar?: boolean;
|
|
6816
|
-
isOutlined?: boolean;
|
|
6817
|
-
readonly?: boolean;
|
|
6818
|
-
title?: string | false;
|
|
6819
|
-
width?: string;
|
|
6698
|
+
dateFormatReturn?: string;
|
|
6699
|
+
density?: "default" | "comfortable" | "compact";
|
|
6820
6700
|
disableErrorHandling?: boolean;
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
|
-
|
|
6701
|
+
disabled?: boolean;
|
|
6702
|
+
displayAppendIcon?: boolean;
|
|
6703
|
+
displayAsterisk?: boolean;
|
|
6704
|
+
displayHolidayDays?: boolean;
|
|
6705
|
+
displayIcon?: boolean;
|
|
6706
|
+
displayPrependIcon?: boolean;
|
|
6707
|
+
displayRange?: boolean;
|
|
6824
6708
|
displayTodayButton?: boolean;
|
|
6825
6709
|
displayWeekendDays?: boolean;
|
|
6826
|
-
|
|
6827
|
-
|
|
6710
|
+
format?: string;
|
|
6711
|
+
headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
6712
|
+
hint?: string;
|
|
6713
|
+
isBirthDate?: boolean;
|
|
6714
|
+
isOutlined?: boolean;
|
|
6715
|
+
isValidateOnBlur?: boolean;
|
|
6716
|
+
label: string;
|
|
6717
|
+
modelValue?: DateInput;
|
|
6718
|
+
noCalendar?: boolean;
|
|
6719
|
+
noIcon?: boolean;
|
|
6828
6720
|
period?: {
|
|
6829
|
-
min?: string;
|
|
6830
6721
|
max?: string;
|
|
6722
|
+
min?: string;
|
|
6831
6723
|
};
|
|
6832
|
-
autoClamp?: boolean;
|
|
6833
|
-
isValidateOnBlur?: boolean;
|
|
6834
|
-
density?: "default" | "comfortable" | "compact";
|
|
6835
|
-
hint?: string;
|
|
6836
6724
|
persistentHint?: boolean;
|
|
6837
|
-
|
|
6725
|
+
placeholder?: string;
|
|
6726
|
+
readonly?: boolean;
|
|
6727
|
+
required?: boolean;
|
|
6728
|
+
showSuccessMessages?: boolean;
|
|
6729
|
+
showWeekNumber?: boolean;
|
|
6730
|
+
textFieldActivator?: boolean;
|
|
6731
|
+
title?: string | false;
|
|
6732
|
+
width?: string;
|
|
6838
6733
|
}> & Readonly<{
|
|
6839
6734
|
onInput?: ((value: string) => any) | undefined;
|
|
6840
6735
|
onBlur?: (() => any) | undefined;
|
|
@@ -6843,7 +6738,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6843
6738
|
"onDate-selected"?: ((value: DateValue) => any) | undefined;
|
|
6844
6739
|
onClosed?: (() => any) | undefined;
|
|
6845
6740
|
}>, {
|
|
6846
|
-
validateOnSubmit: () => boolean
|
|
6741
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
6847
6742
|
isDatePickerVisible: Ref<boolean, boolean>;
|
|
6848
6743
|
selectedDates: Ref<Date | (Date | null)[] | null, Date | (Date | null)[] | null>;
|
|
6849
6744
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
@@ -6856,9 +6751,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6856
6751
|
currentMonth: Ref<string | null, string | null>;
|
|
6857
6752
|
currentMonthName: Ref<string | null, string | null>;
|
|
6858
6753
|
toggleDatePicker: () => void;
|
|
6859
|
-
validateField: (value: unknown, rules?:
|
|
6754
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
|
|
6860
6755
|
clearValidation: () => void;
|
|
6861
|
-
validateDates: (forceValidation?: boolean) => ValidationResult
|
|
6756
|
+
validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
|
|
6862
6757
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
6863
6758
|
formatted: string;
|
|
6864
6759
|
cursorPos: number;
|
|
@@ -6880,12 +6775,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6880
6775
|
headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
|
|
6881
6776
|
density: "default" | "comfortable" | "compact";
|
|
6882
6777
|
readonly: boolean;
|
|
6883
|
-
required: boolean;
|
|
6884
6778
|
modelValue: DateInput;
|
|
6885
6779
|
bgColor: string;
|
|
6780
|
+
required: boolean;
|
|
6781
|
+
showSuccessMessages: boolean;
|
|
6782
|
+
disableErrorHandling: boolean;
|
|
6886
6783
|
hint: string;
|
|
6887
6784
|
displayAsterisk: boolean;
|
|
6888
6785
|
noIcon: boolean;
|
|
6786
|
+
isValidateOnBlur: boolean;
|
|
6889
6787
|
customRules: {
|
|
6890
6788
|
type: string;
|
|
6891
6789
|
options: any;
|
|
@@ -6894,9 +6792,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6894
6792
|
type: string;
|
|
6895
6793
|
options: any;
|
|
6896
6794
|
}[];
|
|
6897
|
-
showSuccessMessages: boolean;
|
|
6898
|
-
isValidateOnBlur: boolean;
|
|
6899
|
-
disableErrorHandling: boolean;
|
|
6900
6795
|
persistentHint: boolean;
|
|
6901
6796
|
format: string;
|
|
6902
6797
|
autoClamp: boolean;
|
|
@@ -6904,26 +6799,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6904
6799
|
displayRange: boolean;
|
|
6905
6800
|
dateFormatReturn: string;
|
|
6906
6801
|
textFieldActivator: boolean;
|
|
6907
|
-
isOutlined: boolean;
|
|
6908
|
-
displayIcon: boolean;
|
|
6909
6802
|
displayAppendIcon: boolean;
|
|
6803
|
+
displayIcon: boolean;
|
|
6910
6804
|
displayPrependIcon: boolean;
|
|
6911
|
-
|
|
6805
|
+
isOutlined: boolean;
|
|
6912
6806
|
birthDate: boolean;
|
|
6913
|
-
|
|
6807
|
+
displayHolidayDays: boolean;
|
|
6914
6808
|
displayTodayButton: boolean;
|
|
6915
6809
|
displayWeekendDays: boolean;
|
|
6916
|
-
|
|
6810
|
+
isBirthDate: boolean;
|
|
6917
6811
|
period: {
|
|
6918
|
-
min?: string;
|
|
6919
6812
|
max?: string;
|
|
6813
|
+
min?: string;
|
|
6920
6814
|
};
|
|
6815
|
+
showWeekNumber: boolean;
|
|
6921
6816
|
}> | null;
|
|
6922
6817
|
dateCalendarTextInputRef: ({
|
|
6923
6818
|
$: import('vue').ComponentInternalInstance;
|
|
6924
6819
|
$data: {};
|
|
6925
6820
|
$props: {
|
|
6926
|
-
readonly modelValue?: string | number | null | undefined;
|
|
6821
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
6927
6822
|
readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
6928
6823
|
readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
6929
6824
|
readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -6935,11 +6830,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6935
6830
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
6936
6831
|
readonly isClearable?: boolean | undefined;
|
|
6937
6832
|
readonly showDivider?: boolean | undefined;
|
|
6938
|
-
readonly label
|
|
6939
|
-
readonly required?: boolean | undefined;
|
|
6940
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
6941
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
6942
|
-
readonly successMessages?: string[] | null | undefined;
|
|
6833
|
+
readonly label: string;
|
|
6943
6834
|
readonly readonly?: boolean | undefined;
|
|
6944
6835
|
readonly isActive?: boolean | undefined;
|
|
6945
6836
|
readonly baseColor?: string | undefined;
|
|
@@ -6959,7 +6850,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6959
6850
|
readonly hint?: string | undefined;
|
|
6960
6851
|
readonly id?: string | undefined;
|
|
6961
6852
|
readonly loading?: string | boolean | undefined;
|
|
6962
|
-
readonly maxErrors?: string | number | undefined;
|
|
6963
6853
|
readonly maxWidth?: string | number | undefined;
|
|
6964
6854
|
readonly messages?: string | string[] | undefined;
|
|
6965
6855
|
readonly minWidth?: string | number | undefined;
|
|
@@ -6973,9 +6863,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6973
6863
|
readonly isReversed?: boolean | undefined;
|
|
6974
6864
|
readonly role?: string | undefined;
|
|
6975
6865
|
readonly rounded?: string | number | boolean | undefined;
|
|
6976
|
-
readonly hasError?: boolean | undefined;
|
|
6977
|
-
readonly hasWarning?: boolean | undefined;
|
|
6978
|
-
readonly hasSuccess?: boolean | undefined;
|
|
6979
6866
|
readonly isOnSingleLine?: boolean | undefined;
|
|
6980
6867
|
readonly suffix?: string | undefined;
|
|
6981
6868
|
readonly theme?: string | undefined;
|
|
@@ -6984,18 +6871,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6984
6871
|
readonly width?: string | number | undefined;
|
|
6985
6872
|
readonly displayAsterisk?: boolean | undefined;
|
|
6986
6873
|
readonly noIcon?: boolean | undefined;
|
|
6987
|
-
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
6988
|
-
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
6989
|
-
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
6990
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
6991
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
6992
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
6993
6874
|
readonly disableClickButton?: boolean | undefined;
|
|
6994
6875
|
readonly autocomplete?: string | undefined;
|
|
6995
6876
|
readonly helpText?: string | undefined;
|
|
6996
6877
|
readonly maxlength?: string | number | undefined;
|
|
6997
6878
|
readonly title?: string | false | undefined;
|
|
6879
|
+
readonly required?: boolean | undefined;
|
|
6880
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
6881
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
6882
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
6883
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
6884
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
6885
|
+
readonly customRules?: ValidationRule[] | undefined;
|
|
6886
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
6887
|
+
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
6888
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
6889
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
6890
|
+
readonly successMessages?: string[] | null | undefined;
|
|
6891
|
+
readonly hasError?: boolean | undefined;
|
|
6892
|
+
readonly hasWarning?: boolean | undefined;
|
|
6893
|
+
readonly hasSuccess?: boolean | undefined;
|
|
6894
|
+
readonly maxErrors?: number | undefined;
|
|
6998
6895
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
6896
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
6897
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
6999
6898
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
7000
6899
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7001
6900
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -7376,16 +7275,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7376
7275
|
hint?: string | undefined;
|
|
7377
7276
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7378
7277
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7379
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
7278
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
7380
7279
|
reset: () => Promise<void>;
|
|
7381
7280
|
resetValidation: () => Promise<void>;
|
|
7382
7281
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
7383
|
-
isValid:
|
|
7384
|
-
errorMessages:
|
|
7385
|
-
}
|
|
7282
|
+
isValid: boolean | null;
|
|
7283
|
+
errorMessages: string[];
|
|
7284
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
7386
7285
|
modelValue?: unknown;
|
|
7387
7286
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
7388
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
7287
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
7389
7288
|
$: import('vue').ComponentInternalInstance;
|
|
7390
7289
|
$data: {};
|
|
7391
7290
|
$props: Partial<{
|
|
@@ -7643,13 +7542,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7643
7542
|
labelId?: string | undefined;
|
|
7644
7543
|
} & {
|
|
7645
7544
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
7646
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
7647
|
-
controlRef:
|
|
7648
|
-
fieldIconColor:
|
|
7649
|
-
}
|
|
7545
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
7546
|
+
controlRef: HTMLElement | undefined;
|
|
7547
|
+
fieldIconColor: string | undefined;
|
|
7548
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
7650
7549
|
modelValue?: unknown;
|
|
7651
7550
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
7652
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
7551
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
7653
7552
|
_allExposed: {
|
|
7654
7553
|
reset: () => Promise<void>;
|
|
7655
7554
|
resetValidation: () => Promise<void>;
|
|
@@ -8113,16 +8012,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8113
8012
|
hint?: string | undefined;
|
|
8114
8013
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
8115
8014
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
8116
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
8015
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
8117
8016
|
reset: () => Promise<void>;
|
|
8118
8017
|
resetValidation: () => Promise<void>;
|
|
8119
8018
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
8120
|
-
isValid:
|
|
8121
|
-
errorMessages:
|
|
8122
|
-
}
|
|
8019
|
+
isValid: boolean | null;
|
|
8020
|
+
errorMessages: string[];
|
|
8021
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
8123
8022
|
modelValue?: unknown;
|
|
8124
8023
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
8125
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
8024
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
8126
8025
|
$: import('vue').ComponentInternalInstance;
|
|
8127
8026
|
$data: {};
|
|
8128
8027
|
$props: Partial<{
|
|
@@ -8380,13 +8279,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8380
8279
|
labelId?: string | undefined;
|
|
8381
8280
|
} & {
|
|
8382
8281
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
8383
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
8384
|
-
controlRef:
|
|
8385
|
-
fieldIconColor:
|
|
8386
|
-
}
|
|
8282
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
8283
|
+
controlRef: HTMLElement | undefined;
|
|
8284
|
+
fieldIconColor: string | undefined;
|
|
8285
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
8387
8286
|
modelValue?: unknown;
|
|
8388
8287
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
8389
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
8288
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
8390
8289
|
_allExposed: {
|
|
8391
8290
|
reset: () => Promise<void>;
|
|
8392
8291
|
resetValidation: () => Promise<void>;
|
|
@@ -8435,10 +8334,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8435
8334
|
$root: ComponentPublicInstance | null;
|
|
8436
8335
|
$parent: ComponentPublicInstance | null;
|
|
8437
8336
|
$host: Element | null;
|
|
8438
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
8337
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
8439
8338
|
$el: any;
|
|
8440
8339
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
8441
|
-
modelValue?: string | number | null;
|
|
8340
|
+
modelValue?: string | number | null | undefined;
|
|
8442
8341
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
8443
8342
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
8444
8343
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -8451,10 +8350,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8451
8350
|
isClearable?: boolean;
|
|
8452
8351
|
showDivider?: boolean;
|
|
8453
8352
|
label?: string;
|
|
8454
|
-
required?: boolean;
|
|
8455
|
-
errorMessages?: string[] | null;
|
|
8456
|
-
warningMessages?: string[] | null;
|
|
8457
|
-
successMessages?: string[] | null;
|
|
8458
8353
|
readonly?: boolean;
|
|
8459
8354
|
isActive?: boolean;
|
|
8460
8355
|
baseColor?: string;
|
|
@@ -8474,7 +8369,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8474
8369
|
hint?: string;
|
|
8475
8370
|
id?: string;
|
|
8476
8371
|
loading?: string | boolean;
|
|
8477
|
-
maxErrors?: string | number;
|
|
8478
8372
|
maxWidth?: string | number;
|
|
8479
8373
|
messages?: string | string[];
|
|
8480
8374
|
minWidth?: string | number;
|
|
@@ -8488,9 +8382,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8488
8382
|
isReversed?: boolean;
|
|
8489
8383
|
role?: string;
|
|
8490
8384
|
rounded?: string | number | boolean;
|
|
8491
|
-
hasError?: boolean;
|
|
8492
|
-
hasWarning?: boolean;
|
|
8493
|
-
hasSuccess?: boolean;
|
|
8494
8385
|
isOnSingleLine?: boolean;
|
|
8495
8386
|
suffix?: string;
|
|
8496
8387
|
theme?: string;
|
|
@@ -8499,40 +8390,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8499
8390
|
width?: string | number;
|
|
8500
8391
|
displayAsterisk?: boolean;
|
|
8501
8392
|
noIcon?: boolean;
|
|
8502
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8503
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8504
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8505
|
-
showSuccessMessages?: boolean;
|
|
8506
|
-
isValidateOnBlur?: boolean;
|
|
8507
|
-
disableErrorHandling?: boolean;
|
|
8508
8393
|
disableClickButton?: boolean;
|
|
8509
8394
|
autocomplete?: string;
|
|
8510
8395
|
helpText?: string;
|
|
8511
8396
|
maxlength?: string | number;
|
|
8512
8397
|
title?: string | false;
|
|
8513
|
-
}> & Readonly<{
|
|
8398
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
8514
8399
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
8400
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
8401
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
8515
8402
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
8516
8403
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8517
8404
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8518
8405
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8519
8406
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8520
8407
|
}>, {
|
|
8521
|
-
|
|
8522
|
-
errors: Ref<string[], string[]>;
|
|
8523
|
-
warnings: Ref<string[], string[]>;
|
|
8524
|
-
successes: Ref<string[], string[]>;
|
|
8525
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
8526
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
8527
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
8528
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
8529
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
8530
|
-
clearValidation: () => void;
|
|
8531
|
-
};
|
|
8532
|
-
validateOnSubmit: () => boolean;
|
|
8533
|
-
checkErrorOnBlur: () => void;
|
|
8408
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
8534
8409
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8535
8410
|
input: (...args: any[]) => void;
|
|
8411
|
+
blur: (...args: any[]) => void;
|
|
8412
|
+
focus: (...args: any[]) => void;
|
|
8536
8413
|
keydown: (...args: any[]) => void;
|
|
8537
8414
|
"update:modelValue": (...args: any[]) => void;
|
|
8538
8415
|
clear: (...args: any[]) => void;
|
|
@@ -8562,7 +8439,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8562
8439
|
modelValue: string | number | null;
|
|
8563
8440
|
bgColor: string;
|
|
8564
8441
|
isActive: boolean;
|
|
8442
|
+
required: boolean;
|
|
8565
8443
|
prefix: string;
|
|
8444
|
+
showSuccessMessages: boolean;
|
|
8445
|
+
disableErrorHandling: boolean;
|
|
8446
|
+
errorMessages: string[] | null;
|
|
8447
|
+
maxErrors: number;
|
|
8566
8448
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8567
8449
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8568
8450
|
prependTooltip: string;
|
|
@@ -8570,9 +8452,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8570
8452
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
8571
8453
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
8572
8454
|
isClearable: boolean;
|
|
8573
|
-
errorMessages: string[] | null;
|
|
8574
|
-
warningMessages: string[] | null;
|
|
8575
|
-
successMessages: string[] | null;
|
|
8576
8455
|
centerAffix: boolean;
|
|
8577
8456
|
counter: string | number | boolean;
|
|
8578
8457
|
counterValue: number | ((value: any) => number);
|
|
@@ -8584,30 +8463,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8584
8463
|
areDetailsHidden: boolean | "auto";
|
|
8585
8464
|
areSpinButtonsHidden: boolean;
|
|
8586
8465
|
hint: string;
|
|
8587
|
-
maxErrors: string | number;
|
|
8588
8466
|
messages: string | string[];
|
|
8589
8467
|
displayPersistentClear: boolean;
|
|
8590
8468
|
displayPersistentCounter: boolean;
|
|
8591
8469
|
displayPersistentHint: boolean;
|
|
8592
8470
|
displayPersistentPlaceholder: boolean;
|
|
8593
8471
|
isReversed: boolean;
|
|
8594
|
-
hasError: boolean;
|
|
8595
|
-
hasWarning: boolean;
|
|
8596
8472
|
isOnSingleLine: boolean;
|
|
8597
8473
|
suffix: string;
|
|
8598
8474
|
isTiled: boolean;
|
|
8599
8475
|
displayAsterisk: boolean;
|
|
8600
8476
|
noIcon: boolean;
|
|
8601
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8602
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8603
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8604
|
-
showSuccessMessages: boolean;
|
|
8605
|
-
isValidateOnBlur: boolean;
|
|
8606
|
-
disableErrorHandling: boolean;
|
|
8607
8477
|
disableClickButton: boolean;
|
|
8608
8478
|
autocomplete: string;
|
|
8609
8479
|
helpText: string;
|
|
8610
8480
|
maxlength: string | number;
|
|
8481
|
+
isValidateOnBlur: boolean;
|
|
8482
|
+
useVuetifyValidation: boolean;
|
|
8483
|
+
customRules: ValidationRule[];
|
|
8484
|
+
customWarningRules: ValidationRule[];
|
|
8485
|
+
customSuccessRules: ValidationRule[];
|
|
8486
|
+
warningMessages: string[] | null;
|
|
8487
|
+
successMessages: string[] | null;
|
|
8488
|
+
hasError: boolean;
|
|
8489
|
+
hasWarning: boolean;
|
|
8490
|
+
hasSuccess: boolean;
|
|
8611
8491
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
8612
8492
|
beforeCreate?: (() => void) | (() => void)[];
|
|
8613
8493
|
created?: (() => void) | (() => void)[];
|
|
@@ -8652,7 +8532,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8652
8532
|
modelValue: string | number | null;
|
|
8653
8533
|
bgColor: string;
|
|
8654
8534
|
isActive: boolean;
|
|
8535
|
+
required: boolean;
|
|
8655
8536
|
prefix: string;
|
|
8537
|
+
showSuccessMessages: boolean;
|
|
8538
|
+
disableErrorHandling: boolean;
|
|
8539
|
+
errorMessages: string[] | null;
|
|
8540
|
+
maxErrors: number;
|
|
8656
8541
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8657
8542
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8658
8543
|
prependTooltip: string;
|
|
@@ -8660,9 +8545,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8660
8545
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
8661
8546
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
8662
8547
|
isClearable: boolean;
|
|
8663
|
-
errorMessages: string[] | null;
|
|
8664
|
-
warningMessages: string[] | null;
|
|
8665
|
-
successMessages: string[] | null;
|
|
8666
8548
|
centerAffix: boolean;
|
|
8667
8549
|
counter: string | number | boolean;
|
|
8668
8550
|
counterValue: number | ((value: any) => number);
|
|
@@ -8674,32 +8556,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8674
8556
|
areDetailsHidden: boolean | "auto";
|
|
8675
8557
|
areSpinButtonsHidden: boolean;
|
|
8676
8558
|
hint: string;
|
|
8677
|
-
maxErrors: string | number;
|
|
8678
8559
|
messages: string | string[];
|
|
8679
8560
|
displayPersistentClear: boolean;
|
|
8680
8561
|
displayPersistentCounter: boolean;
|
|
8681
8562
|
displayPersistentHint: boolean;
|
|
8682
8563
|
displayPersistentPlaceholder: boolean;
|
|
8683
8564
|
isReversed: boolean;
|
|
8684
|
-
hasError: boolean;
|
|
8685
|
-
hasWarning: boolean;
|
|
8686
8565
|
isOnSingleLine: boolean;
|
|
8687
8566
|
suffix: string;
|
|
8688
8567
|
isTiled: boolean;
|
|
8689
8568
|
displayAsterisk: boolean;
|
|
8690
8569
|
noIcon: boolean;
|
|
8691
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8692
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8693
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8694
|
-
showSuccessMessages: boolean;
|
|
8695
|
-
isValidateOnBlur: boolean;
|
|
8696
|
-
disableErrorHandling: boolean;
|
|
8697
8570
|
disableClickButton: boolean;
|
|
8698
8571
|
autocomplete: string;
|
|
8699
8572
|
helpText: string;
|
|
8700
8573
|
maxlength: string | number;
|
|
8574
|
+
isValidateOnBlur: boolean;
|
|
8575
|
+
useVuetifyValidation: boolean;
|
|
8576
|
+
customRules: ValidationRule[];
|
|
8577
|
+
customWarningRules: ValidationRule[];
|
|
8578
|
+
customSuccessRules: ValidationRule[];
|
|
8579
|
+
warningMessages: string[] | null;
|
|
8580
|
+
successMessages: string[] | null;
|
|
8581
|
+
hasError: boolean;
|
|
8582
|
+
hasWarning: boolean;
|
|
8583
|
+
hasSuccess: boolean;
|
|
8701
8584
|
}> & Omit<Readonly<{
|
|
8702
|
-
modelValue?: string | number | null;
|
|
8585
|
+
modelValue?: string | number | null | undefined;
|
|
8703
8586
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
8704
8587
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
8705
8588
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -8712,10 +8595,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8712
8595
|
isClearable?: boolean;
|
|
8713
8596
|
showDivider?: boolean;
|
|
8714
8597
|
label?: string;
|
|
8715
|
-
required?: boolean;
|
|
8716
|
-
errorMessages?: string[] | null;
|
|
8717
|
-
warningMessages?: string[] | null;
|
|
8718
|
-
successMessages?: string[] | null;
|
|
8719
8598
|
readonly?: boolean;
|
|
8720
8599
|
isActive?: boolean;
|
|
8721
8600
|
baseColor?: string;
|
|
@@ -8735,7 +8614,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8735
8614
|
hint?: string;
|
|
8736
8615
|
id?: string;
|
|
8737
8616
|
loading?: string | boolean;
|
|
8738
|
-
maxErrors?: string | number;
|
|
8739
8617
|
maxWidth?: string | number;
|
|
8740
8618
|
messages?: string | string[];
|
|
8741
8619
|
minWidth?: string | number;
|
|
@@ -8749,9 +8627,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8749
8627
|
isReversed?: boolean;
|
|
8750
8628
|
role?: string;
|
|
8751
8629
|
rounded?: string | number | boolean;
|
|
8752
|
-
hasError?: boolean;
|
|
8753
|
-
hasWarning?: boolean;
|
|
8754
|
-
hasSuccess?: boolean;
|
|
8755
8630
|
isOnSingleLine?: boolean;
|
|
8756
8631
|
suffix?: string;
|
|
8757
8632
|
theme?: string;
|
|
@@ -8760,42 +8635,27 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8760
8635
|
width?: string | number;
|
|
8761
8636
|
displayAsterisk?: boolean;
|
|
8762
8637
|
noIcon?: boolean;
|
|
8763
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8764
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8765
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8766
|
-
showSuccessMessages?: boolean;
|
|
8767
|
-
isValidateOnBlur?: boolean;
|
|
8768
|
-
disableErrorHandling?: boolean;
|
|
8769
8638
|
disableClickButton?: boolean;
|
|
8770
8639
|
autocomplete?: string;
|
|
8771
8640
|
helpText?: string;
|
|
8772
8641
|
maxlength?: string | number;
|
|
8773
8642
|
title?: string | false;
|
|
8774
|
-
}> & Readonly<{
|
|
8643
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
8775
8644
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
8645
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
8646
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
8776
8647
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
8777
8648
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8778
8649
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8779
8650
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8780
8651
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8781
|
-
}>, "validateOnSubmit" |
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
warnings: Ref<string[], string[]>;
|
|
8785
|
-
successes: Ref<string[], string[]>;
|
|
8786
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
8787
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
8788
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
8789
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => ValidationResult;
|
|
8790
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
8791
|
-
clearValidation: () => void;
|
|
8792
|
-
};
|
|
8793
|
-
validateOnSubmit: () => boolean;
|
|
8794
|
-
checkErrorOnBlur: () => void;
|
|
8795
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
8652
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
|
|
8653
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
8654
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
8796
8655
|
$slots: {
|
|
8797
8656
|
prepend?(_: {}): any;
|
|
8798
8657
|
append?(_: {}): any;
|
|
8658
|
+
default?(_: {}): any;
|
|
8799
8659
|
'prepend-inner'?(_: {}): any;
|
|
8800
8660
|
'append-inner'?(_: {}): any;
|
|
8801
8661
|
details?(_: {}): any;
|
|
@@ -9237,7 +9097,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9237
9097
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
9238
9098
|
"onUpdate:viewMode"?: ((date: any) => any) | undefined;
|
|
9239
9099
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
9240
|
-
}, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> &
|
|
9100
|
+
}, "header" | "style" | "title" | "tag" | "disabled" | "transition" | "rounded" | "tile" | "readonly" | "divided" | "landscape" | "hideHeader" | "hideTitle" | "controlVariant" | "noMonthPicker" | "nextIcon" | "prevIcon" | "modeIcon" | "viewMode" | "showAdjacentMonths" | "weekdays" | "weeksInMonth" | "firstDayOfWeek" | "firstDayOfYear" | "hideWeekdays" | "showWeek" | "reverseTransition" | "events" | "eventColor" | "headerDateFormat"> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
9241
9101
|
modelValue?: Date | (Date | null)[] | null | undefined;
|
|
9242
9102
|
"onUpdate:modelValue"?: ((value: Date | (Date | null)[] | null) => void) | undefined;
|
|
9243
9103
|
multiple?: false | "range" | undefined;
|