@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,6 +1,6 @@
|
|
|
1
1
|
import { nextTick } from 'vue';
|
|
2
2
|
import { locales } from './locales';
|
|
3
|
-
import {
|
|
3
|
+
import { NirValidationProps } from './useNirValidation';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
modelValue?: string | undefined | null;
|
|
6
6
|
label?: string;
|
|
@@ -11,22 +11,13 @@ type __VLS_Props = {
|
|
|
11
11
|
keyTooltip?: string;
|
|
12
12
|
nirTooltipPosition?: 'prepend' | 'append';
|
|
13
13
|
keyTooltipPosition?: 'prepend' | 'append';
|
|
14
|
-
required?: boolean;
|
|
15
14
|
displayAsterisk?: boolean;
|
|
16
|
-
customNumberRules?: ValidationRule[];
|
|
17
|
-
customKeyRules?: ValidationRule[];
|
|
18
|
-
customNumberWarningRules?: ValidationRule[];
|
|
19
|
-
customKeyWarningRules?: ValidationRule[];
|
|
20
|
-
customRulesPrecedence?: boolean;
|
|
21
|
-
showSuccessMessages?: boolean;
|
|
22
15
|
width?: string;
|
|
23
16
|
bgColor?: string;
|
|
24
|
-
disabled?: boolean;
|
|
25
17
|
density?: 'default' | 'comfortable' | 'compact';
|
|
26
18
|
hideDetails?: boolean | 'auto';
|
|
27
19
|
hideSpinButtons?: boolean;
|
|
28
20
|
placeholder?: string;
|
|
29
|
-
readonly?: boolean;
|
|
30
21
|
variant?: 'filled' | 'outlined' | 'plain' | 'underlined' | 'solo';
|
|
31
22
|
clearable?: boolean;
|
|
32
23
|
counter?: boolean | number | string;
|
|
@@ -37,8 +28,8 @@ type __VLS_Props = {
|
|
|
37
28
|
disableErrorHandling?: boolean;
|
|
38
29
|
nirType?: 'simple' | 'complexe';
|
|
39
30
|
withoutFieldset?: boolean;
|
|
40
|
-
customLocale?:
|
|
41
|
-
};
|
|
31
|
+
customLocale?: Record<keyof typeof locales, string>;
|
|
32
|
+
} & NirValidationProps;
|
|
42
33
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
43
34
|
validateOnSubmit: () => Promise<boolean>;
|
|
44
35
|
numberMask: {
|
|
@@ -69,9 +60,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
69
60
|
hasError: import('vue').ComputedRef<boolean>;
|
|
70
61
|
hasWarning: import('vue').ComputedRef<boolean>;
|
|
71
62
|
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
63
|
+
validate: () => Promise<boolean>;
|
|
64
|
+
} | {
|
|
65
|
+
errors: import('vue').ComputedRef<string[]>;
|
|
66
|
+
warnings: import('vue').ComputedRef<string[]>;
|
|
67
|
+
successes: import('vue').ComputedRef<string[]>;
|
|
68
|
+
hasError: import('vue').ComputedRef<boolean | undefined>;
|
|
69
|
+
hasWarning: import('vue').ComputedRef<boolean | undefined>;
|
|
70
|
+
hasSuccess: import('vue').ComputedRef<boolean | undefined>;
|
|
71
|
+
validate: () => Promise<boolean>;
|
|
75
72
|
};
|
|
76
73
|
keyValidation: {
|
|
77
74
|
errors: import('vue').Ref<string[], string[]>;
|
|
@@ -80,9 +77,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
80
77
|
hasError: import('vue').ComputedRef<boolean>;
|
|
81
78
|
hasWarning: import('vue').ComputedRef<boolean>;
|
|
82
79
|
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
80
|
+
validate: () => Promise<boolean>;
|
|
81
|
+
} | {
|
|
82
|
+
errors: import('vue').ComputedRef<string[]>;
|
|
83
|
+
warnings: import('vue').ComputedRef<string[]>;
|
|
84
|
+
successes: import('vue').ComputedRef<string[]>;
|
|
85
|
+
hasError: import('vue').ComputedRef<boolean | undefined>;
|
|
86
|
+
hasWarning: import('vue').ComputedRef<boolean | undefined>;
|
|
87
|
+
hasSuccess: import('vue').ComputedRef<boolean | undefined>;
|
|
88
|
+
validate: () => Promise<boolean>;
|
|
86
89
|
};
|
|
87
90
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
88
91
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -96,13 +99,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
96
99
|
density: "default" | "comfortable" | "compact";
|
|
97
100
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
98
101
|
readonly: boolean;
|
|
99
|
-
required: boolean;
|
|
100
102
|
modelValue: string | null;
|
|
101
103
|
bgColor: string;
|
|
102
|
-
|
|
103
|
-
displayAsterisk: boolean;
|
|
104
|
+
required: boolean;
|
|
104
105
|
showSuccessMessages: boolean;
|
|
105
106
|
disableErrorHandling: boolean;
|
|
107
|
+
counter: boolean | number | string;
|
|
108
|
+
displayAsterisk: boolean;
|
|
109
|
+
isValidateOnBlur: boolean;
|
|
106
110
|
hideSpinButtons: boolean;
|
|
107
111
|
persistentHint: boolean;
|
|
108
112
|
hideDetails: boolean | "auto";
|
|
@@ -117,21 +121,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
117
121
|
keyTooltip: string;
|
|
118
122
|
nirTooltipPosition: "prepend" | "append";
|
|
119
123
|
keyTooltipPosition: "prepend" | "append";
|
|
120
|
-
customNumberRules: ValidationRule[];
|
|
121
|
-
customKeyRules: ValidationRule[];
|
|
122
|
-
customNumberWarningRules: ValidationRule[];
|
|
123
|
-
customKeyWarningRules: ValidationRule[];
|
|
124
|
-
customRulesPrecedence: boolean;
|
|
125
124
|
nirType: "simple" | "complexe";
|
|
126
125
|
withoutFieldset: boolean;
|
|
127
|
-
customLocale:
|
|
126
|
+
customLocale: Record<keyof typeof locales, string>;
|
|
127
|
+
customKeyRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
128
|
+
customKeyWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
129
|
+
customNumberRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
130
|
+
customNumberWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
131
|
+
customRulesPrecedence: boolean;
|
|
132
|
+
keyRules: import('vuetify').ValidationRule[];
|
|
133
|
+
numberRules: import('vuetify').ValidationRule[];
|
|
128
134
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
129
135
|
container: unknown;
|
|
130
136
|
numberField: ({
|
|
131
137
|
$: import('vue').ComponentInternalInstance;
|
|
132
138
|
$data: {};
|
|
133
139
|
$props: {
|
|
134
|
-
readonly modelValue?: string | number | null | undefined;
|
|
140
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
135
141
|
readonly prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
136
142
|
readonly appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
137
143
|
readonly prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -143,11 +149,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
143
149
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
144
150
|
readonly isClearable?: boolean | undefined;
|
|
145
151
|
readonly showDivider?: boolean | undefined;
|
|
146
|
-
readonly label
|
|
147
|
-
readonly required?: boolean | undefined;
|
|
148
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
149
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
150
|
-
readonly successMessages?: string[] | null | undefined;
|
|
152
|
+
readonly label: string;
|
|
151
153
|
readonly readonly?: boolean | undefined;
|
|
152
154
|
readonly isActive?: boolean | undefined;
|
|
153
155
|
readonly baseColor?: string | undefined;
|
|
@@ -167,7 +169,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
167
169
|
readonly hint?: string | undefined;
|
|
168
170
|
readonly id?: string | undefined;
|
|
169
171
|
readonly loading?: string | boolean | undefined;
|
|
170
|
-
readonly maxErrors?: string | number | undefined;
|
|
171
172
|
readonly maxWidth?: string | number | undefined;
|
|
172
173
|
readonly messages?: string | string[] | undefined;
|
|
173
174
|
readonly minWidth?: string | number | undefined;
|
|
@@ -181,9 +182,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
181
182
|
readonly isReversed?: boolean | undefined;
|
|
182
183
|
readonly role?: string | undefined;
|
|
183
184
|
readonly rounded?: string | number | boolean | undefined;
|
|
184
|
-
readonly hasError?: boolean | undefined;
|
|
185
|
-
readonly hasWarning?: boolean | undefined;
|
|
186
|
-
readonly hasSuccess?: boolean | undefined;
|
|
187
185
|
readonly isOnSingleLine?: boolean | undefined;
|
|
188
186
|
readonly suffix?: string | undefined;
|
|
189
187
|
readonly theme?: string | undefined;
|
|
@@ -192,18 +190,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
192
190
|
readonly width?: string | number | undefined;
|
|
193
191
|
readonly displayAsterisk?: boolean | undefined;
|
|
194
192
|
readonly noIcon?: boolean | undefined;
|
|
195
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
196
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
197
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
198
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
199
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
200
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
201
193
|
readonly disableClickButton?: boolean | undefined;
|
|
202
194
|
readonly autocomplete?: string | undefined;
|
|
203
195
|
readonly helpText?: string | undefined;
|
|
204
196
|
readonly maxlength?: string | number | undefined;
|
|
205
197
|
readonly title?: string | false | undefined;
|
|
198
|
+
readonly required?: boolean | undefined;
|
|
199
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
200
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
201
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
202
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
203
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
204
|
+
readonly customRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
205
|
+
readonly customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
206
|
+
readonly customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
207
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
208
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
209
|
+
readonly successMessages?: string[] | null | undefined;
|
|
210
|
+
readonly hasError?: boolean | undefined;
|
|
211
|
+
readonly hasWarning?: boolean | undefined;
|
|
212
|
+
readonly hasSuccess?: boolean | undefined;
|
|
213
|
+
readonly maxErrors?: number | undefined;
|
|
206
214
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
215
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
216
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
207
217
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
208
218
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
209
219
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -316,7 +326,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
316
326
|
}) => import('vue').VNodeChild) | undefined;
|
|
317
327
|
"prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
318
328
|
"append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
319
|
-
label
|
|
329
|
+
label
|
|
330
|
+
/** @type { typeof __VLS_ctx.numberField } */ ?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
320
331
|
label: string | undefined;
|
|
321
332
|
props: Record<string, any>;
|
|
322
333
|
}) => import('vue').VNodeChild) | undefined;
|
|
@@ -584,16 +595,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
584
595
|
hint?: string | undefined;
|
|
585
596
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
586
597
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
587
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
598
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
588
599
|
reset: () => Promise<void>;
|
|
589
600
|
resetValidation: () => Promise<void>;
|
|
590
601
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
591
|
-
isValid:
|
|
592
|
-
errorMessages:
|
|
593
|
-
}
|
|
602
|
+
isValid: boolean | null;
|
|
603
|
+
errorMessages: string[];
|
|
604
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
594
605
|
modelValue?: unknown;
|
|
595
606
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
596
|
-
}, 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" | "
|
|
607
|
+
}, 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<{
|
|
597
608
|
$: import('vue').ComponentInternalInstance;
|
|
598
609
|
$data: {};
|
|
599
610
|
$props: Partial<{
|
|
@@ -851,13 +862,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
851
862
|
labelId?: string | undefined;
|
|
852
863
|
} & {
|
|
853
864
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
854
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
855
|
-
controlRef:
|
|
856
|
-
fieldIconColor:
|
|
857
|
-
}
|
|
865
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
866
|
+
controlRef: HTMLElement | undefined;
|
|
867
|
+
fieldIconColor: string | undefined;
|
|
868
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
858
869
|
modelValue?: unknown;
|
|
859
870
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
860
|
-
}, 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" | "
|
|
871
|
+
}, 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}`> & {
|
|
861
872
|
_allExposed: {
|
|
862
873
|
reset: () => Promise<void>;
|
|
863
874
|
resetValidation: () => Promise<void>;
|
|
@@ -1321,16 +1332,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1321
1332
|
hint?: string | undefined;
|
|
1322
1333
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1323
1334
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1324
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1335
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1325
1336
|
reset: () => Promise<void>;
|
|
1326
1337
|
resetValidation: () => Promise<void>;
|
|
1327
1338
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1328
|
-
isValid:
|
|
1329
|
-
errorMessages:
|
|
1330
|
-
}
|
|
1339
|
+
isValid: boolean | null;
|
|
1340
|
+
errorMessages: string[];
|
|
1341
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1331
1342
|
modelValue?: unknown;
|
|
1332
1343
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1333
|
-
}, 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" | "
|
|
1344
|
+
}, 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<{
|
|
1334
1345
|
$: import('vue').ComponentInternalInstance;
|
|
1335
1346
|
$data: {};
|
|
1336
1347
|
$props: Partial<{
|
|
@@ -1588,13 +1599,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1588
1599
|
labelId?: string | undefined;
|
|
1589
1600
|
} & {
|
|
1590
1601
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1591
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1592
|
-
controlRef:
|
|
1593
|
-
fieldIconColor:
|
|
1594
|
-
}
|
|
1602
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1603
|
+
controlRef: HTMLElement | undefined;
|
|
1604
|
+
fieldIconColor: string | undefined;
|
|
1605
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1595
1606
|
modelValue?: unknown;
|
|
1596
1607
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1597
|
-
}, 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" | "
|
|
1608
|
+
}, 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}`> & {
|
|
1598
1609
|
_allExposed: {
|
|
1599
1610
|
reset: () => Promise<void>;
|
|
1600
1611
|
resetValidation: () => Promise<void>;
|
|
@@ -1643,10 +1654,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1643
1654
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1644
1655
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1645
1656
|
$host: Element | null;
|
|
1646
|
-
$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);
|
|
1657
|
+
$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);
|
|
1647
1658
|
$el: any;
|
|
1648
1659
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1649
|
-
modelValue?: string | number | null;
|
|
1660
|
+
modelValue?: string | number | null | undefined;
|
|
1650
1661
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1651
1662
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1652
1663
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -1659,10 +1670,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1659
1670
|
isClearable?: boolean;
|
|
1660
1671
|
showDivider?: boolean;
|
|
1661
1672
|
label?: string;
|
|
1662
|
-
required?: boolean;
|
|
1663
|
-
errorMessages?: string[] | null;
|
|
1664
|
-
warningMessages?: string[] | null;
|
|
1665
|
-
successMessages?: string[] | null;
|
|
1666
1673
|
readonly?: boolean;
|
|
1667
1674
|
isActive?: boolean;
|
|
1668
1675
|
baseColor?: string;
|
|
@@ -1682,7 +1689,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1682
1689
|
hint?: string;
|
|
1683
1690
|
id?: string;
|
|
1684
1691
|
loading?: string | boolean;
|
|
1685
|
-
maxErrors?: string | number;
|
|
1686
1692
|
maxWidth?: string | number;
|
|
1687
1693
|
messages?: string | string[];
|
|
1688
1694
|
minWidth?: string | number;
|
|
@@ -1696,9 +1702,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1696
1702
|
isReversed?: boolean;
|
|
1697
1703
|
role?: string;
|
|
1698
1704
|
rounded?: string | number | boolean;
|
|
1699
|
-
hasError?: boolean;
|
|
1700
|
-
hasWarning?: boolean;
|
|
1701
|
-
hasSuccess?: boolean;
|
|
1702
1705
|
isOnSingleLine?: boolean;
|
|
1703
1706
|
suffix?: string;
|
|
1704
1707
|
theme?: string;
|
|
@@ -1707,40 +1710,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1707
1710
|
width?: string | number;
|
|
1708
1711
|
displayAsterisk?: boolean;
|
|
1709
1712
|
noIcon?: boolean;
|
|
1710
|
-
customRules?: ValidationRule[];
|
|
1711
|
-
customWarningRules?: ValidationRule[];
|
|
1712
|
-
customSuccessRules?: ValidationRule[];
|
|
1713
|
-
showSuccessMessages?: boolean;
|
|
1714
|
-
isValidateOnBlur?: boolean;
|
|
1715
|
-
disableErrorHandling?: boolean;
|
|
1716
1713
|
disableClickButton?: boolean;
|
|
1717
1714
|
autocomplete?: string;
|
|
1718
1715
|
helpText?: string;
|
|
1719
1716
|
maxlength?: string | number;
|
|
1720
1717
|
title?: string | false;
|
|
1721
|
-
}> & Readonly<{
|
|
1718
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1722
1719
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1720
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1721
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1723
1722
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1724
1723
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1725
1724
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1726
1725
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1727
1726
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1728
1727
|
}>, {
|
|
1729
|
-
|
|
1730
|
-
errors: import('vue').Ref<string[], string[]>;
|
|
1731
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1732
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1733
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1734
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1735
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1736
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
|
|
1737
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1738
|
-
clearValidation: () => void;
|
|
1739
|
-
};
|
|
1740
|
-
validateOnSubmit: () => boolean;
|
|
1741
|
-
checkErrorOnBlur: () => void;
|
|
1728
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1742
1729
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1743
1730
|
input: (...args: any[]) => void;
|
|
1731
|
+
blur: (...args: any[]) => void;
|
|
1732
|
+
focus: (...args: any[]) => void;
|
|
1744
1733
|
keydown: (...args: any[]) => void;
|
|
1745
1734
|
"update:modelValue": (...args: any[]) => void;
|
|
1746
1735
|
clear: (...args: any[]) => void;
|
|
@@ -1770,7 +1759,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1770
1759
|
modelValue: string | number | null;
|
|
1771
1760
|
bgColor: string;
|
|
1772
1761
|
isActive: boolean;
|
|
1762
|
+
required: boolean;
|
|
1773
1763
|
prefix: string;
|
|
1764
|
+
showSuccessMessages: boolean;
|
|
1765
|
+
disableErrorHandling: boolean;
|
|
1766
|
+
errorMessages: string[] | null;
|
|
1767
|
+
maxErrors: number;
|
|
1774
1768
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1775
1769
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1776
1770
|
prependTooltip: string;
|
|
@@ -1778,9 +1772,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1778
1772
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1779
1773
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
1780
1774
|
isClearable: boolean;
|
|
1781
|
-
errorMessages: string[] | null;
|
|
1782
|
-
warningMessages: string[] | null;
|
|
1783
|
-
successMessages: string[] | null;
|
|
1784
1775
|
centerAffix: boolean;
|
|
1785
1776
|
counter: string | number | boolean;
|
|
1786
1777
|
counterValue: number | ((value: any) => number);
|
|
@@ -1792,30 +1783,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1792
1783
|
areDetailsHidden: boolean | "auto";
|
|
1793
1784
|
areSpinButtonsHidden: boolean;
|
|
1794
1785
|
hint: string;
|
|
1795
|
-
maxErrors: string | number;
|
|
1796
1786
|
messages: string | string[];
|
|
1797
1787
|
displayPersistentClear: boolean;
|
|
1798
1788
|
displayPersistentCounter: boolean;
|
|
1799
1789
|
displayPersistentHint: boolean;
|
|
1800
1790
|
displayPersistentPlaceholder: boolean;
|
|
1801
1791
|
isReversed: boolean;
|
|
1802
|
-
hasError: boolean;
|
|
1803
|
-
hasWarning: boolean;
|
|
1804
1792
|
isOnSingleLine: boolean;
|
|
1805
1793
|
suffix: string;
|
|
1806
1794
|
isTiled: boolean;
|
|
1807
1795
|
displayAsterisk: boolean;
|
|
1808
1796
|
noIcon: boolean;
|
|
1809
|
-
customRules: ValidationRule[];
|
|
1810
|
-
customWarningRules: ValidationRule[];
|
|
1811
|
-
customSuccessRules: ValidationRule[];
|
|
1812
|
-
showSuccessMessages: boolean;
|
|
1813
|
-
isValidateOnBlur: boolean;
|
|
1814
|
-
disableErrorHandling: boolean;
|
|
1815
1797
|
disableClickButton: boolean;
|
|
1816
1798
|
autocomplete: string;
|
|
1817
1799
|
helpText: string;
|
|
1818
1800
|
maxlength: string | number;
|
|
1801
|
+
isValidateOnBlur: boolean;
|
|
1802
|
+
useVuetifyValidation: boolean;
|
|
1803
|
+
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1804
|
+
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1805
|
+
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1806
|
+
warningMessages: string[] | null;
|
|
1807
|
+
successMessages: string[] | null;
|
|
1808
|
+
hasError: boolean;
|
|
1809
|
+
hasWarning: boolean;
|
|
1810
|
+
hasSuccess: boolean;
|
|
1819
1811
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1820
1812
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1821
1813
|
created?: (() => void) | (() => void)[];
|
|
@@ -1860,7 +1852,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1860
1852
|
modelValue: string | number | null;
|
|
1861
1853
|
bgColor: string;
|
|
1862
1854
|
isActive: boolean;
|
|
1855
|
+
required: boolean;
|
|
1863
1856
|
prefix: string;
|
|
1857
|
+
showSuccessMessages: boolean;
|
|
1858
|
+
disableErrorHandling: boolean;
|
|
1859
|
+
errorMessages: string[] | null;
|
|
1860
|
+
maxErrors: number;
|
|
1864
1861
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1865
1862
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1866
1863
|
prependTooltip: string;
|
|
@@ -1868,9 +1865,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1868
1865
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1869
1866
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
1870
1867
|
isClearable: boolean;
|
|
1871
|
-
errorMessages: string[] | null;
|
|
1872
|
-
warningMessages: string[] | null;
|
|
1873
|
-
successMessages: string[] | null;
|
|
1874
1868
|
centerAffix: boolean;
|
|
1875
1869
|
counter: string | number | boolean;
|
|
1876
1870
|
counterValue: number | ((value: any) => number);
|
|
@@ -1882,32 +1876,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1882
1876
|
areDetailsHidden: boolean | "auto";
|
|
1883
1877
|
areSpinButtonsHidden: boolean;
|
|
1884
1878
|
hint: string;
|
|
1885
|
-
maxErrors: string | number;
|
|
1886
1879
|
messages: string | string[];
|
|
1887
1880
|
displayPersistentClear: boolean;
|
|
1888
1881
|
displayPersistentCounter: boolean;
|
|
1889
1882
|
displayPersistentHint: boolean;
|
|
1890
1883
|
displayPersistentPlaceholder: boolean;
|
|
1891
1884
|
isReversed: boolean;
|
|
1892
|
-
hasError: boolean;
|
|
1893
|
-
hasWarning: boolean;
|
|
1894
1885
|
isOnSingleLine: boolean;
|
|
1895
1886
|
suffix: string;
|
|
1896
1887
|
isTiled: boolean;
|
|
1897
1888
|
displayAsterisk: boolean;
|
|
1898
1889
|
noIcon: boolean;
|
|
1899
|
-
customRules: ValidationRule[];
|
|
1900
|
-
customWarningRules: ValidationRule[];
|
|
1901
|
-
customSuccessRules: ValidationRule[];
|
|
1902
|
-
showSuccessMessages: boolean;
|
|
1903
|
-
isValidateOnBlur: boolean;
|
|
1904
|
-
disableErrorHandling: boolean;
|
|
1905
1890
|
disableClickButton: boolean;
|
|
1906
1891
|
autocomplete: string;
|
|
1907
1892
|
helpText: string;
|
|
1908
1893
|
maxlength: string | number;
|
|
1894
|
+
isValidateOnBlur: boolean;
|
|
1895
|
+
useVuetifyValidation: boolean;
|
|
1896
|
+
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1897
|
+
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1898
|
+
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1899
|
+
warningMessages: string[] | null;
|
|
1900
|
+
successMessages: string[] | null;
|
|
1901
|
+
hasError: boolean;
|
|
1902
|
+
hasWarning: boolean;
|
|
1903
|
+
hasSuccess: boolean;
|
|
1909
1904
|
}> & Omit<Readonly<{
|
|
1910
|
-
modelValue?: string | number | null;
|
|
1905
|
+
modelValue?: string | number | null | undefined;
|
|
1911
1906
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1912
1907
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1913
1908
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -1920,10 +1915,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1920
1915
|
isClearable?: boolean;
|
|
1921
1916
|
showDivider?: boolean;
|
|
1922
1917
|
label?: string;
|
|
1923
|
-
required?: boolean;
|
|
1924
|
-
errorMessages?: string[] | null;
|
|
1925
|
-
warningMessages?: string[] | null;
|
|
1926
|
-
successMessages?: string[] | null;
|
|
1927
1918
|
readonly?: boolean;
|
|
1928
1919
|
isActive?: boolean;
|
|
1929
1920
|
baseColor?: string;
|
|
@@ -1943,7 +1934,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1943
1934
|
hint?: string;
|
|
1944
1935
|
id?: string;
|
|
1945
1936
|
loading?: string | boolean;
|
|
1946
|
-
maxErrors?: string | number;
|
|
1947
1937
|
maxWidth?: string | number;
|
|
1948
1938
|
messages?: string | string[];
|
|
1949
1939
|
minWidth?: string | number;
|
|
@@ -1957,9 +1947,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1957
1947
|
isReversed?: boolean;
|
|
1958
1948
|
role?: string;
|
|
1959
1949
|
rounded?: string | number | boolean;
|
|
1960
|
-
hasError?: boolean;
|
|
1961
|
-
hasWarning?: boolean;
|
|
1962
|
-
hasSuccess?: boolean;
|
|
1963
1950
|
isOnSingleLine?: boolean;
|
|
1964
1951
|
suffix?: string;
|
|
1965
1952
|
theme?: string;
|
|
@@ -1968,42 +1955,27 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1968
1955
|
width?: string | number;
|
|
1969
1956
|
displayAsterisk?: boolean;
|
|
1970
1957
|
noIcon?: boolean;
|
|
1971
|
-
customRules?: ValidationRule[];
|
|
1972
|
-
customWarningRules?: ValidationRule[];
|
|
1973
|
-
customSuccessRules?: ValidationRule[];
|
|
1974
|
-
showSuccessMessages?: boolean;
|
|
1975
|
-
isValidateOnBlur?: boolean;
|
|
1976
|
-
disableErrorHandling?: boolean;
|
|
1977
1958
|
disableClickButton?: boolean;
|
|
1978
1959
|
autocomplete?: string;
|
|
1979
1960
|
helpText?: string;
|
|
1980
1961
|
maxlength?: string | number;
|
|
1981
1962
|
title?: string | false;
|
|
1982
|
-
}> & Readonly<{
|
|
1963
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1983
1964
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1965
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1966
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1984
1967
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1985
1968
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1986
1969
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1987
1970
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1988
1971
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1989
|
-
}>, "validateOnSubmit" |
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1993
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1994
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1995
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1996
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1997
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
|
|
1998
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1999
|
-
clearValidation: () => void;
|
|
2000
|
-
};
|
|
2001
|
-
validateOnSubmit: () => boolean;
|
|
2002
|
-
checkErrorOnBlur: () => void;
|
|
2003
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1972
|
+
}>, "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")> & {
|
|
1973
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1974
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2004
1975
|
$slots: {
|
|
2005
1976
|
prepend?(_: {}): any;
|
|
2006
1977
|
append?(_: {}): any;
|
|
1978
|
+
default?(_: {}): any;
|
|
2007
1979
|
'prepend-inner'?(_: {}): any;
|
|
2008
1980
|
'append-inner'?(_: {}): any;
|
|
2009
1981
|
details?(_: {}): any;
|
|
@@ -2013,7 +1985,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2013
1985
|
$: import('vue').ComponentInternalInstance;
|
|
2014
1986
|
$data: {};
|
|
2015
1987
|
$props: {
|
|
2016
|
-
readonly modelValue?: string | number | null | undefined;
|
|
1988
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
2017
1989
|
readonly prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2018
1990
|
readonly appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2019
1991
|
readonly prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -2025,11 +1997,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2025
1997
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
2026
1998
|
readonly isClearable?: boolean | undefined;
|
|
2027
1999
|
readonly showDivider?: boolean | undefined;
|
|
2028
|
-
readonly label
|
|
2029
|
-
readonly required?: boolean | undefined;
|
|
2030
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
2031
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
2032
|
-
readonly successMessages?: string[] | null | undefined;
|
|
2000
|
+
readonly label: string;
|
|
2033
2001
|
readonly readonly?: boolean | undefined;
|
|
2034
2002
|
readonly isActive?: boolean | undefined;
|
|
2035
2003
|
readonly baseColor?: string | undefined;
|
|
@@ -2049,7 +2017,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2049
2017
|
readonly hint?: string | undefined;
|
|
2050
2018
|
readonly id?: string | undefined;
|
|
2051
2019
|
readonly loading?: string | boolean | undefined;
|
|
2052
|
-
readonly maxErrors?: string | number | undefined;
|
|
2053
2020
|
readonly maxWidth?: string | number | undefined;
|
|
2054
2021
|
readonly messages?: string | string[] | undefined;
|
|
2055
2022
|
readonly minWidth?: string | number | undefined;
|
|
@@ -2063,9 +2030,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2063
2030
|
readonly isReversed?: boolean | undefined;
|
|
2064
2031
|
readonly role?: string | undefined;
|
|
2065
2032
|
readonly rounded?: string | number | boolean | undefined;
|
|
2066
|
-
readonly hasError?: boolean | undefined;
|
|
2067
|
-
readonly hasWarning?: boolean | undefined;
|
|
2068
|
-
readonly hasSuccess?: boolean | undefined;
|
|
2069
2033
|
readonly isOnSingleLine?: boolean | undefined;
|
|
2070
2034
|
readonly suffix?: string | undefined;
|
|
2071
2035
|
readonly theme?: string | undefined;
|
|
@@ -2074,18 +2038,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2074
2038
|
readonly width?: string | number | undefined;
|
|
2075
2039
|
readonly displayAsterisk?: boolean | undefined;
|
|
2076
2040
|
readonly noIcon?: boolean | undefined;
|
|
2077
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
2078
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
2079
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
2080
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
2081
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
2082
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
2083
2041
|
readonly disableClickButton?: boolean | undefined;
|
|
2084
2042
|
readonly autocomplete?: string | undefined;
|
|
2085
2043
|
readonly helpText?: string | undefined;
|
|
2086
2044
|
readonly maxlength?: string | number | undefined;
|
|
2087
2045
|
readonly title?: string | false | undefined;
|
|
2046
|
+
readonly required?: boolean | undefined;
|
|
2047
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
2048
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
2049
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
2050
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
2051
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
2052
|
+
readonly customRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2053
|
+
readonly customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2054
|
+
readonly customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2055
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
2056
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
2057
|
+
readonly successMessages?: string[] | null | undefined;
|
|
2058
|
+
readonly hasError?: boolean | undefined;
|
|
2059
|
+
readonly hasWarning?: boolean | undefined;
|
|
2060
|
+
readonly hasSuccess?: boolean | undefined;
|
|
2061
|
+
readonly maxErrors?: number | undefined;
|
|
2088
2062
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
2063
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
2064
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
2089
2065
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2090
2066
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2091
2067
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -2198,7 +2174,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2198
2174
|
}) => import('vue').VNodeChild) | undefined;
|
|
2199
2175
|
"prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2200
2176
|
"append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2201
|
-
label
|
|
2177
|
+
label
|
|
2178
|
+
/** @type { typeof __VLS_ctx.numberField } */ ?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2202
2179
|
label: string | undefined;
|
|
2203
2180
|
props: Record<string, any>;
|
|
2204
2181
|
}) => import('vue').VNodeChild) | undefined;
|
|
@@ -2466,16 +2443,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2466
2443
|
hint?: string | undefined;
|
|
2467
2444
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2468
2445
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2469
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
2446
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
2470
2447
|
reset: () => Promise<void>;
|
|
2471
2448
|
resetValidation: () => Promise<void>;
|
|
2472
2449
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
2473
|
-
isValid:
|
|
2474
|
-
errorMessages:
|
|
2475
|
-
}
|
|
2450
|
+
isValid: boolean | null;
|
|
2451
|
+
errorMessages: string[];
|
|
2452
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2476
2453
|
modelValue?: unknown;
|
|
2477
2454
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
2478
|
-
}, 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" | "
|
|
2455
|
+
}, 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<{
|
|
2479
2456
|
$: import('vue').ComponentInternalInstance;
|
|
2480
2457
|
$data: {};
|
|
2481
2458
|
$props: Partial<{
|
|
@@ -2733,13 +2710,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2733
2710
|
labelId?: string | undefined;
|
|
2734
2711
|
} & {
|
|
2735
2712
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2736
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
2737
|
-
controlRef:
|
|
2738
|
-
fieldIconColor:
|
|
2739
|
-
}
|
|
2713
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
2714
|
+
controlRef: HTMLElement | undefined;
|
|
2715
|
+
fieldIconColor: string | undefined;
|
|
2716
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2740
2717
|
modelValue?: unknown;
|
|
2741
2718
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
2742
|
-
}, 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" | "
|
|
2719
|
+
}, 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}`> & {
|
|
2743
2720
|
_allExposed: {
|
|
2744
2721
|
reset: () => Promise<void>;
|
|
2745
2722
|
resetValidation: () => Promise<void>;
|
|
@@ -3203,16 +3180,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3203
3180
|
hint?: string | undefined;
|
|
3204
3181
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3205
3182
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3206
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
3183
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
3207
3184
|
reset: () => Promise<void>;
|
|
3208
3185
|
resetValidation: () => Promise<void>;
|
|
3209
3186
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
3210
|
-
isValid:
|
|
3211
|
-
errorMessages:
|
|
3212
|
-
}
|
|
3187
|
+
isValid: boolean | null;
|
|
3188
|
+
errorMessages: string[];
|
|
3189
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3213
3190
|
modelValue?: unknown;
|
|
3214
3191
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
3215
|
-
}, 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" | "
|
|
3192
|
+
}, 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<{
|
|
3216
3193
|
$: import('vue').ComponentInternalInstance;
|
|
3217
3194
|
$data: {};
|
|
3218
3195
|
$props: Partial<{
|
|
@@ -3470,13 +3447,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3470
3447
|
labelId?: string | undefined;
|
|
3471
3448
|
} & {
|
|
3472
3449
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3473
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
3474
|
-
controlRef:
|
|
3475
|
-
fieldIconColor:
|
|
3476
|
-
}
|
|
3450
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
3451
|
+
controlRef: HTMLElement | undefined;
|
|
3452
|
+
fieldIconColor: string | undefined;
|
|
3453
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3477
3454
|
modelValue?: unknown;
|
|
3478
3455
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
3479
|
-
}, 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" | "
|
|
3456
|
+
}, 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}`> & {
|
|
3480
3457
|
_allExposed: {
|
|
3481
3458
|
reset: () => Promise<void>;
|
|
3482
3459
|
resetValidation: () => Promise<void>;
|
|
@@ -3525,10 +3502,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3525
3502
|
$root: import('vue').ComponentPublicInstance | null;
|
|
3526
3503
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
3527
3504
|
$host: Element | null;
|
|
3528
|
-
$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);
|
|
3505
|
+
$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);
|
|
3529
3506
|
$el: any;
|
|
3530
3507
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
3531
|
-
modelValue?: string | number | null;
|
|
3508
|
+
modelValue?: string | number | null | undefined;
|
|
3532
3509
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3533
3510
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3534
3511
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -3541,10 +3518,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3541
3518
|
isClearable?: boolean;
|
|
3542
3519
|
showDivider?: boolean;
|
|
3543
3520
|
label?: string;
|
|
3544
|
-
required?: boolean;
|
|
3545
|
-
errorMessages?: string[] | null;
|
|
3546
|
-
warningMessages?: string[] | null;
|
|
3547
|
-
successMessages?: string[] | null;
|
|
3548
3521
|
readonly?: boolean;
|
|
3549
3522
|
isActive?: boolean;
|
|
3550
3523
|
baseColor?: string;
|
|
@@ -3564,7 +3537,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3564
3537
|
hint?: string;
|
|
3565
3538
|
id?: string;
|
|
3566
3539
|
loading?: string | boolean;
|
|
3567
|
-
maxErrors?: string | number;
|
|
3568
3540
|
maxWidth?: string | number;
|
|
3569
3541
|
messages?: string | string[];
|
|
3570
3542
|
minWidth?: string | number;
|
|
@@ -3578,9 +3550,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3578
3550
|
isReversed?: boolean;
|
|
3579
3551
|
role?: string;
|
|
3580
3552
|
rounded?: string | number | boolean;
|
|
3581
|
-
hasError?: boolean;
|
|
3582
|
-
hasWarning?: boolean;
|
|
3583
|
-
hasSuccess?: boolean;
|
|
3584
3553
|
isOnSingleLine?: boolean;
|
|
3585
3554
|
suffix?: string;
|
|
3586
3555
|
theme?: string;
|
|
@@ -3589,40 +3558,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3589
3558
|
width?: string | number;
|
|
3590
3559
|
displayAsterisk?: boolean;
|
|
3591
3560
|
noIcon?: boolean;
|
|
3592
|
-
customRules?: ValidationRule[];
|
|
3593
|
-
customWarningRules?: ValidationRule[];
|
|
3594
|
-
customSuccessRules?: ValidationRule[];
|
|
3595
|
-
showSuccessMessages?: boolean;
|
|
3596
|
-
isValidateOnBlur?: boolean;
|
|
3597
|
-
disableErrorHandling?: boolean;
|
|
3598
3561
|
disableClickButton?: boolean;
|
|
3599
3562
|
autocomplete?: string;
|
|
3600
3563
|
helpText?: string;
|
|
3601
3564
|
maxlength?: string | number;
|
|
3602
3565
|
title?: string | false;
|
|
3603
|
-
}> & Readonly<{
|
|
3566
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
3604
3567
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
3568
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
3569
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
3605
3570
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
3606
3571
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3607
3572
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3608
3573
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3609
3574
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3610
3575
|
}>, {
|
|
3611
|
-
|
|
3612
|
-
errors: import('vue').Ref<string[], string[]>;
|
|
3613
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
3614
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
3615
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
3616
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
3617
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
3618
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
|
|
3619
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
3620
|
-
clearValidation: () => void;
|
|
3621
|
-
};
|
|
3622
|
-
validateOnSubmit: () => boolean;
|
|
3623
|
-
checkErrorOnBlur: () => void;
|
|
3576
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
3624
3577
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3625
3578
|
input: (...args: any[]) => void;
|
|
3579
|
+
blur: (...args: any[]) => void;
|
|
3580
|
+
focus: (...args: any[]) => void;
|
|
3626
3581
|
keydown: (...args: any[]) => void;
|
|
3627
3582
|
"update:modelValue": (...args: any[]) => void;
|
|
3628
3583
|
clear: (...args: any[]) => void;
|
|
@@ -3652,7 +3607,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3652
3607
|
modelValue: string | number | null;
|
|
3653
3608
|
bgColor: string;
|
|
3654
3609
|
isActive: boolean;
|
|
3610
|
+
required: boolean;
|
|
3655
3611
|
prefix: string;
|
|
3612
|
+
showSuccessMessages: boolean;
|
|
3613
|
+
disableErrorHandling: boolean;
|
|
3614
|
+
errorMessages: string[] | null;
|
|
3615
|
+
maxErrors: number;
|
|
3656
3616
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
3657
3617
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
3658
3618
|
prependTooltip: string;
|
|
@@ -3660,9 +3620,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3660
3620
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
3661
3621
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
3662
3622
|
isClearable: boolean;
|
|
3663
|
-
errorMessages: string[] | null;
|
|
3664
|
-
warningMessages: string[] | null;
|
|
3665
|
-
successMessages: string[] | null;
|
|
3666
3623
|
centerAffix: boolean;
|
|
3667
3624
|
counter: string | number | boolean;
|
|
3668
3625
|
counterValue: number | ((value: any) => number);
|
|
@@ -3674,30 +3631,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3674
3631
|
areDetailsHidden: boolean | "auto";
|
|
3675
3632
|
areSpinButtonsHidden: boolean;
|
|
3676
3633
|
hint: string;
|
|
3677
|
-
maxErrors: string | number;
|
|
3678
3634
|
messages: string | string[];
|
|
3679
3635
|
displayPersistentClear: boolean;
|
|
3680
3636
|
displayPersistentCounter: boolean;
|
|
3681
3637
|
displayPersistentHint: boolean;
|
|
3682
3638
|
displayPersistentPlaceholder: boolean;
|
|
3683
3639
|
isReversed: boolean;
|
|
3684
|
-
hasError: boolean;
|
|
3685
|
-
hasWarning: boolean;
|
|
3686
3640
|
isOnSingleLine: boolean;
|
|
3687
3641
|
suffix: string;
|
|
3688
3642
|
isTiled: boolean;
|
|
3689
3643
|
displayAsterisk: boolean;
|
|
3690
3644
|
noIcon: boolean;
|
|
3691
|
-
customRules: ValidationRule[];
|
|
3692
|
-
customWarningRules: ValidationRule[];
|
|
3693
|
-
customSuccessRules: ValidationRule[];
|
|
3694
|
-
showSuccessMessages: boolean;
|
|
3695
|
-
isValidateOnBlur: boolean;
|
|
3696
|
-
disableErrorHandling: boolean;
|
|
3697
3645
|
disableClickButton: boolean;
|
|
3698
3646
|
autocomplete: string;
|
|
3699
3647
|
helpText: string;
|
|
3700
3648
|
maxlength: string | number;
|
|
3649
|
+
isValidateOnBlur: boolean;
|
|
3650
|
+
useVuetifyValidation: boolean;
|
|
3651
|
+
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
3652
|
+
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
3653
|
+
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
3654
|
+
warningMessages: string[] | null;
|
|
3655
|
+
successMessages: string[] | null;
|
|
3656
|
+
hasError: boolean;
|
|
3657
|
+
hasWarning: boolean;
|
|
3658
|
+
hasSuccess: boolean;
|
|
3701
3659
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
3702
3660
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3703
3661
|
created?: (() => void) | (() => void)[];
|
|
@@ -3742,7 +3700,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3742
3700
|
modelValue: string | number | null;
|
|
3743
3701
|
bgColor: string;
|
|
3744
3702
|
isActive: boolean;
|
|
3703
|
+
required: boolean;
|
|
3745
3704
|
prefix: string;
|
|
3705
|
+
showSuccessMessages: boolean;
|
|
3706
|
+
disableErrorHandling: boolean;
|
|
3707
|
+
errorMessages: string[] | null;
|
|
3708
|
+
maxErrors: number;
|
|
3746
3709
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
3747
3710
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
3748
3711
|
prependTooltip: string;
|
|
@@ -3750,9 +3713,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3750
3713
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
3751
3714
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
3752
3715
|
isClearable: boolean;
|
|
3753
|
-
errorMessages: string[] | null;
|
|
3754
|
-
warningMessages: string[] | null;
|
|
3755
|
-
successMessages: string[] | null;
|
|
3756
3716
|
centerAffix: boolean;
|
|
3757
3717
|
counter: string | number | boolean;
|
|
3758
3718
|
counterValue: number | ((value: any) => number);
|
|
@@ -3764,32 +3724,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3764
3724
|
areDetailsHidden: boolean | "auto";
|
|
3765
3725
|
areSpinButtonsHidden: boolean;
|
|
3766
3726
|
hint: string;
|
|
3767
|
-
maxErrors: string | number;
|
|
3768
3727
|
messages: string | string[];
|
|
3769
3728
|
displayPersistentClear: boolean;
|
|
3770
3729
|
displayPersistentCounter: boolean;
|
|
3771
3730
|
displayPersistentHint: boolean;
|
|
3772
3731
|
displayPersistentPlaceholder: boolean;
|
|
3773
3732
|
isReversed: boolean;
|
|
3774
|
-
hasError: boolean;
|
|
3775
|
-
hasWarning: boolean;
|
|
3776
3733
|
isOnSingleLine: boolean;
|
|
3777
3734
|
suffix: string;
|
|
3778
3735
|
isTiled: boolean;
|
|
3779
3736
|
displayAsterisk: boolean;
|
|
3780
3737
|
noIcon: boolean;
|
|
3781
|
-
customRules: ValidationRule[];
|
|
3782
|
-
customWarningRules: ValidationRule[];
|
|
3783
|
-
customSuccessRules: ValidationRule[];
|
|
3784
|
-
showSuccessMessages: boolean;
|
|
3785
|
-
isValidateOnBlur: boolean;
|
|
3786
|
-
disableErrorHandling: boolean;
|
|
3787
3738
|
disableClickButton: boolean;
|
|
3788
3739
|
autocomplete: string;
|
|
3789
3740
|
helpText: string;
|
|
3790
3741
|
maxlength: string | number;
|
|
3742
|
+
isValidateOnBlur: boolean;
|
|
3743
|
+
useVuetifyValidation: boolean;
|
|
3744
|
+
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
3745
|
+
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
3746
|
+
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
3747
|
+
warningMessages: string[] | null;
|
|
3748
|
+
successMessages: string[] | null;
|
|
3749
|
+
hasError: boolean;
|
|
3750
|
+
hasWarning: boolean;
|
|
3751
|
+
hasSuccess: boolean;
|
|
3791
3752
|
}> & Omit<Readonly<{
|
|
3792
|
-
modelValue?: string | number | null;
|
|
3753
|
+
modelValue?: string | number | null | undefined;
|
|
3793
3754
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3794
3755
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3795
3756
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -3802,10 +3763,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3802
3763
|
isClearable?: boolean;
|
|
3803
3764
|
showDivider?: boolean;
|
|
3804
3765
|
label?: string;
|
|
3805
|
-
required?: boolean;
|
|
3806
|
-
errorMessages?: string[] | null;
|
|
3807
|
-
warningMessages?: string[] | null;
|
|
3808
|
-
successMessages?: string[] | null;
|
|
3809
3766
|
readonly?: boolean;
|
|
3810
3767
|
isActive?: boolean;
|
|
3811
3768
|
baseColor?: string;
|
|
@@ -3825,7 +3782,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3825
3782
|
hint?: string;
|
|
3826
3783
|
id?: string;
|
|
3827
3784
|
loading?: string | boolean;
|
|
3828
|
-
maxErrors?: string | number;
|
|
3829
3785
|
maxWidth?: string | number;
|
|
3830
3786
|
messages?: string | string[];
|
|
3831
3787
|
minWidth?: string | number;
|
|
@@ -3839,9 +3795,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3839
3795
|
isReversed?: boolean;
|
|
3840
3796
|
role?: string;
|
|
3841
3797
|
rounded?: string | number | boolean;
|
|
3842
|
-
hasError?: boolean;
|
|
3843
|
-
hasWarning?: boolean;
|
|
3844
|
-
hasSuccess?: boolean;
|
|
3845
3798
|
isOnSingleLine?: boolean;
|
|
3846
3799
|
suffix?: string;
|
|
3847
3800
|
theme?: string;
|
|
@@ -3850,42 +3803,27 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3850
3803
|
width?: string | number;
|
|
3851
3804
|
displayAsterisk?: boolean;
|
|
3852
3805
|
noIcon?: boolean;
|
|
3853
|
-
customRules?: ValidationRule[];
|
|
3854
|
-
customWarningRules?: ValidationRule[];
|
|
3855
|
-
customSuccessRules?: ValidationRule[];
|
|
3856
|
-
showSuccessMessages?: boolean;
|
|
3857
|
-
isValidateOnBlur?: boolean;
|
|
3858
|
-
disableErrorHandling?: boolean;
|
|
3859
3806
|
disableClickButton?: boolean;
|
|
3860
3807
|
autocomplete?: string;
|
|
3861
3808
|
helpText?: string;
|
|
3862
3809
|
maxlength?: string | number;
|
|
3863
3810
|
title?: string | false;
|
|
3864
|
-
}> & Readonly<{
|
|
3811
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
3865
3812
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
3813
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
3814
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
3866
3815
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
3867
3816
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3868
3817
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3869
3818
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3870
3819
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3871
|
-
}>, "validateOnSubmit" |
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
3875
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
3876
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
3877
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
3878
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
3879
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
|
|
3880
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
3881
|
-
clearValidation: () => void;
|
|
3882
|
-
};
|
|
3883
|
-
validateOnSubmit: () => boolean;
|
|
3884
|
-
checkErrorOnBlur: () => void;
|
|
3885
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
3820
|
+
}>, "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")> & {
|
|
3821
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
3822
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
3886
3823
|
$slots: {
|
|
3887
3824
|
prepend?(_: {}): any;
|
|
3888
3825
|
append?(_: {}): any;
|
|
3826
|
+
default?(_: {}): any;
|
|
3889
3827
|
'prepend-inner'?(_: {}): any;
|
|
3890
3828
|
'append-inner'?(_: {}): any;
|
|
3891
3829
|
details?(_: {}): any;
|