@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
|
@@ -115,7 +115,7 @@ declare function __VLS_template(): {
|
|
|
115
115
|
hint?: string | undefined | undefined;
|
|
116
116
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
|
|
117
117
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
|
|
118
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "multiple" | "indeterminate" | "errorMessages" | "
|
|
118
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "multiple" | "indeterminate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon">;
|
|
119
119
|
$attrs: import('vue').Attrs;
|
|
120
120
|
$refs: {
|
|
121
121
|
[x: string]: unknown;
|
|
@@ -441,16 +441,16 @@ declare function __VLS_template(): {
|
|
|
441
441
|
hint?: string | undefined;
|
|
442
442
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
443
443
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
444
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
444
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
445
445
|
reset: () => Promise<void>;
|
|
446
446
|
resetValidation: () => Promise<void>;
|
|
447
447
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
448
|
-
isValid:
|
|
449
|
-
errorMessages:
|
|
450
|
-
}
|
|
448
|
+
isValid: boolean | null;
|
|
449
|
+
errorMessages: string[];
|
|
450
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
451
451
|
modelValue?: unknown;
|
|
452
452
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
453
|
-
}, 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" | "
|
|
453
|
+
}, 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}`> & {
|
|
454
454
|
_allExposed: {
|
|
455
455
|
reset: () => Promise<void>;
|
|
456
456
|
resetValidation: () => Promise<void>;
|
|
@@ -612,250 +612,11 @@ declare function __VLS_template(): {
|
|
|
612
612
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
613
613
|
} & {
|
|
614
614
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
615
|
-
}, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "multiple" | "_allExposed" | "indeterminate" | "
|
|
616
|
-
$: import('vue').ComponentInternalInstance;
|
|
617
|
-
$data: {};
|
|
618
|
-
$props: Partial<{
|
|
619
|
-
style: import('vue').StyleValue;
|
|
620
|
-
focused: boolean;
|
|
621
|
-
disabled: boolean | null;
|
|
622
|
-
error: boolean;
|
|
623
|
-
errorMessages: string | readonly string[] | null;
|
|
624
|
-
maxErrors: string | number;
|
|
625
|
-
readonly: boolean | null;
|
|
626
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
627
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
628
|
-
centerAffix: boolean;
|
|
629
|
-
glow: boolean;
|
|
630
|
-
hideSpinButtons: boolean;
|
|
631
|
-
persistentHint: boolean;
|
|
632
|
-
messages: string | readonly string[];
|
|
633
|
-
direction: "horizontal" | "vertical";
|
|
634
|
-
}> & Omit<{
|
|
635
|
-
theme?: string | undefined;
|
|
636
|
-
class?: any;
|
|
637
|
-
style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
|
|
638
|
-
focused: boolean;
|
|
639
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
640
|
-
disabled: boolean | null;
|
|
641
|
-
error: boolean;
|
|
642
|
-
errorMessages: string | readonly string[] | null;
|
|
643
|
-
maxErrors: string | number;
|
|
644
|
-
name?: string | undefined;
|
|
645
|
-
label?: string | undefined;
|
|
646
|
-
readonly: boolean | null;
|
|
647
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
648
|
-
validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
|
|
649
|
-
validationValue?: any;
|
|
650
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
651
|
-
maxWidth?: string | number | undefined;
|
|
652
|
-
minWidth?: string | number | undefined;
|
|
653
|
-
width?: string | number | undefined;
|
|
654
|
-
id?: string | undefined;
|
|
655
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
656
|
-
baseColor?: string | undefined;
|
|
657
|
-
centerAffix: boolean;
|
|
658
|
-
color?: string | undefined;
|
|
659
|
-
glow: boolean;
|
|
660
|
-
iconColor?: string | boolean | undefined;
|
|
661
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
662
|
-
hideDetails?: "auto" | boolean | undefined;
|
|
663
|
-
hideSpinButtons: boolean;
|
|
664
|
-
hint?: string | undefined;
|
|
665
|
-
persistentHint: boolean;
|
|
666
|
-
messages: string | readonly string[];
|
|
667
|
-
direction: "horizontal" | "vertical";
|
|
668
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
669
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
670
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
|
|
671
|
-
$attrs: {
|
|
672
|
-
[x: string]: unknown;
|
|
673
|
-
};
|
|
674
|
-
$refs: {
|
|
675
|
-
[x: string]: unknown;
|
|
676
|
-
};
|
|
677
|
-
$slots: Readonly<{
|
|
678
|
-
default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
679
|
-
[key: string]: any;
|
|
680
|
-
}>[]) | undefined;
|
|
681
|
-
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
682
|
-
[key: string]: any;
|
|
683
|
-
}>[]) | undefined;
|
|
684
|
-
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
685
|
-
[key: string]: any;
|
|
686
|
-
}>[]) | undefined;
|
|
687
|
-
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
688
|
-
[key: string]: any;
|
|
689
|
-
}>[]) | undefined;
|
|
690
|
-
message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
691
|
-
[key: string]: any;
|
|
692
|
-
}>[]) | undefined;
|
|
693
|
-
}>;
|
|
694
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
695
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
696
|
-
$host: Element | null;
|
|
697
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
698
|
-
$el: any;
|
|
699
|
-
$options: import('vue').ComponentOptionsBase<{
|
|
700
|
-
style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
|
|
701
|
-
focused: boolean;
|
|
702
|
-
disabled: boolean | null;
|
|
703
|
-
error: boolean;
|
|
704
|
-
errorMessages: string | readonly string[] | null;
|
|
705
|
-
maxErrors: string | number;
|
|
706
|
-
readonly: boolean | null;
|
|
707
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
708
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
709
|
-
centerAffix: boolean;
|
|
710
|
-
glow: boolean;
|
|
711
|
-
hideSpinButtons: boolean;
|
|
712
|
-
persistentHint: boolean;
|
|
713
|
-
messages: string | readonly string[];
|
|
714
|
-
direction: "horizontal" | "vertical";
|
|
715
|
-
} & {
|
|
716
|
-
theme?: string | undefined;
|
|
717
|
-
class?: any;
|
|
718
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
719
|
-
name?: string | undefined;
|
|
720
|
-
label?: string | undefined;
|
|
721
|
-
validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
|
|
722
|
-
validationValue?: any;
|
|
723
|
-
maxWidth?: string | number | undefined;
|
|
724
|
-
minWidth?: string | number | undefined;
|
|
725
|
-
width?: string | number | undefined;
|
|
726
|
-
id?: string | undefined;
|
|
727
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
728
|
-
baseColor?: string | undefined;
|
|
729
|
-
color?: string | undefined;
|
|
730
|
-
iconColor?: string | boolean | undefined;
|
|
731
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
732
|
-
hideDetails?: "auto" | boolean | undefined;
|
|
733
|
-
hint?: string | undefined;
|
|
734
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
735
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
736
|
-
} & {}, {
|
|
737
|
-
reset: () => Promise<void>;
|
|
738
|
-
resetValidation: () => Promise<void>;
|
|
739
|
-
validate: (silent?: boolean) => Promise<string[]>;
|
|
740
|
-
isValid: import('vue').ComputedRef<boolean | null>;
|
|
741
|
-
errorMessages: import('vue').ComputedRef<string[]>;
|
|
742
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
743
|
-
"update:modelValue": (value: any) => true;
|
|
744
|
-
}, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
|
|
745
|
-
style: import('vue').StyleValue;
|
|
746
|
-
focused: boolean;
|
|
747
|
-
disabled: boolean | null;
|
|
748
|
-
error: boolean;
|
|
749
|
-
errorMessages: string | readonly string[] | null;
|
|
750
|
-
maxErrors: string | number;
|
|
751
|
-
readonly: boolean | null;
|
|
752
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
753
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
754
|
-
centerAffix: boolean;
|
|
755
|
-
glow: boolean;
|
|
756
|
-
hideSpinButtons: boolean;
|
|
757
|
-
persistentHint: boolean;
|
|
758
|
-
messages: string | readonly string[];
|
|
759
|
-
direction: "horizontal" | "vertical";
|
|
760
|
-
}, {}, string, import('vue').SlotsType<Partial<{
|
|
761
|
-
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
762
|
-
[key: string]: any;
|
|
763
|
-
}>[];
|
|
764
|
-
prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
765
|
-
[key: string]: any;
|
|
766
|
-
}>[];
|
|
767
|
-
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
768
|
-
[key: string]: any;
|
|
769
|
-
}>[];
|
|
770
|
-
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
771
|
-
[key: string]: any;
|
|
772
|
-
}>[];
|
|
773
|
-
message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
774
|
-
[key: string]: any;
|
|
775
|
-
}>[];
|
|
776
|
-
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
777
|
-
beforeCreate?: ((() => void)[] | (() => void)) | undefined;
|
|
778
|
-
created?: ((() => void)[] | (() => void)) | undefined;
|
|
779
|
-
beforeMount?: ((() => void)[] | (() => void)) | undefined;
|
|
780
|
-
mounted?: ((() => void)[] | (() => void)) | undefined;
|
|
781
|
-
beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
|
|
782
|
-
updated?: ((() => void)[] | (() => void)) | undefined;
|
|
783
|
-
activated?: ((() => void)[] | (() => void)) | undefined;
|
|
784
|
-
deactivated?: ((() => void)[] | (() => void)) | undefined;
|
|
785
|
-
beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
|
|
786
|
-
beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
|
|
787
|
-
destroyed?: ((() => void)[] | (() => void)) | undefined;
|
|
788
|
-
unmounted?: ((() => void)[] | (() => void)) | undefined;
|
|
789
|
-
renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
|
|
790
|
-
renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
|
|
791
|
-
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
|
|
792
|
-
};
|
|
793
|
-
$forceUpdate: () => void;
|
|
794
|
-
$nextTick: typeof import('vue').nextTick;
|
|
795
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
796
|
-
} & Readonly<{
|
|
797
|
-
style: import('vue').StyleValue;
|
|
798
|
-
focused: boolean;
|
|
799
|
-
disabled: boolean | null;
|
|
800
|
-
error: boolean;
|
|
801
|
-
errorMessages: string | readonly string[] | null;
|
|
802
|
-
maxErrors: string | number;
|
|
803
|
-
readonly: boolean | null;
|
|
804
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
805
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
806
|
-
centerAffix: boolean;
|
|
807
|
-
glow: boolean;
|
|
808
|
-
hideSpinButtons: boolean;
|
|
809
|
-
persistentHint: boolean;
|
|
810
|
-
messages: string | readonly string[];
|
|
811
|
-
direction: "horizontal" | "vertical";
|
|
812
|
-
}> & Omit<{
|
|
813
|
-
style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
|
|
814
|
-
focused: boolean;
|
|
815
|
-
disabled: boolean | null;
|
|
816
|
-
error: boolean;
|
|
817
|
-
errorMessages: string | readonly string[] | null;
|
|
818
|
-
maxErrors: string | number;
|
|
819
|
-
readonly: boolean | null;
|
|
820
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
821
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
822
|
-
centerAffix: boolean;
|
|
823
|
-
glow: boolean;
|
|
824
|
-
hideSpinButtons: boolean;
|
|
825
|
-
persistentHint: boolean;
|
|
826
|
-
messages: string | readonly string[];
|
|
827
|
-
direction: "horizontal" | "vertical";
|
|
828
|
-
} & {
|
|
829
|
-
theme?: string | undefined;
|
|
830
|
-
class?: any;
|
|
831
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
832
|
-
name?: string | undefined;
|
|
833
|
-
label?: string | undefined;
|
|
834
|
-
validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
|
|
835
|
-
validationValue?: any;
|
|
836
|
-
maxWidth?: string | number | undefined;
|
|
837
|
-
minWidth?: string | number | undefined;
|
|
838
|
-
width?: string | number | undefined;
|
|
839
|
-
id?: string | undefined;
|
|
840
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
841
|
-
baseColor?: string | undefined;
|
|
842
|
-
color?: string | undefined;
|
|
843
|
-
iconColor?: string | boolean | undefined;
|
|
844
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
845
|
-
hideDetails?: "auto" | boolean | undefined;
|
|
846
|
-
hint?: string | undefined;
|
|
847
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
848
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
849
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
615
|
+
}, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "multiple" | "_allExposed" | "indeterminate" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon"> & {
|
|
850
616
|
reset: () => Promise<void>;
|
|
851
|
-
resetValidation: () => Promise<void>;
|
|
852
617
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
853
|
-
isValid:
|
|
854
|
-
|
|
855
|
-
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
856
|
-
modelValue?: unknown;
|
|
857
|
-
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
858
|
-
}, 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" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
|
|
618
|
+
isValid: boolean | null;
|
|
619
|
+
resetValidation: () => Promise<void>;
|
|
859
620
|
_allExposed: {
|
|
860
621
|
reset: () => Promise<void>;
|
|
861
622
|
resetValidation: () => Promise<void>;
|
|
@@ -863,7 +624,7 @@ declare function __VLS_template(): {
|
|
|
863
624
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
864
625
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
865
626
|
} | {};
|
|
866
|
-
}
|
|
627
|
+
} & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
867
628
|
modelValue?: boolean | null | undefined;
|
|
868
629
|
"onUpdate:modelValue"?: ((value: boolean | null) => void) | undefined;
|
|
869
630
|
}, import('vuetify/lib/components/VCheckbox/VCheckbox.mjs').VCheckboxSlots>) | null;
|
|
@@ -879,11 +640,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
879
640
|
hasError: import('vue').ComputedRef<boolean>;
|
|
880
641
|
hasWarning: import('vue').ComputedRef<boolean>;
|
|
881
642
|
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
882
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult
|
|
883
|
-
validateOnSubmit: () =>
|
|
643
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult>;
|
|
644
|
+
validateOnSubmit: () => boolean;
|
|
884
645
|
clearValidation: () => void;
|
|
885
646
|
};
|
|
886
|
-
validateOnSubmit: () => boolean
|
|
647
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
887
648
|
checkErrorOnBlur: () => void;
|
|
888
649
|
toggleMixed: () => void;
|
|
889
650
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -905,20 +666,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
905
666
|
readonly: boolean;
|
|
906
667
|
id: string;
|
|
907
668
|
name: string;
|
|
908
|
-
required: boolean;
|
|
909
669
|
modelValue: boolean | null;
|
|
670
|
+
required: boolean;
|
|
910
671
|
ariaLabelledby: string;
|
|
911
672
|
indeterminate: boolean;
|
|
673
|
+
showSuccessMessages: boolean;
|
|
674
|
+
disableErrorHandling: boolean;
|
|
912
675
|
errorMessages: string[] | null;
|
|
913
|
-
warningMessages: string[] | null;
|
|
914
|
-
successMessages: string[] | null;
|
|
915
676
|
displayAsterisk: boolean;
|
|
677
|
+
isValidateOnBlur: boolean;
|
|
916
678
|
customRules: ValidationRule[];
|
|
917
679
|
customWarningRules: ValidationRule[];
|
|
918
680
|
customSuccessRules: ValidationRule[];
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
disableErrorHandling: boolean;
|
|
681
|
+
warningMessages: string[] | null;
|
|
682
|
+
successMessages: string[] | null;
|
|
922
683
|
hideDetails: boolean | "auto";
|
|
923
684
|
trueValue: true;
|
|
924
685
|
falseValue: false;
|
|
@@ -1002,7 +763,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1002
763
|
hint?: string | undefined | undefined;
|
|
1003
764
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined | undefined;
|
|
1004
765
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined | undefined;
|
|
1005
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "multiple" | "indeterminate" | "errorMessages" | "
|
|
766
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "valueComparator" | "multiple" | "indeterminate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon">;
|
|
1006
767
|
$attrs: import('vue').Attrs;
|
|
1007
768
|
$refs: {
|
|
1008
769
|
[x: string]: unknown;
|
|
@@ -1328,16 +1089,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1328
1089
|
hint?: string | undefined;
|
|
1329
1090
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1330
1091
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1331
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1092
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1332
1093
|
reset: () => Promise<void>;
|
|
1333
1094
|
resetValidation: () => Promise<void>;
|
|
1334
1095
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1335
|
-
isValid:
|
|
1336
|
-
errorMessages:
|
|
1337
|
-
}
|
|
1096
|
+
isValid: boolean | null;
|
|
1097
|
+
errorMessages: string[];
|
|
1098
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1338
1099
|
modelValue?: unknown;
|
|
1339
1100
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1340
|
-
}, 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" | "
|
|
1101
|
+
}, 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}`> & {
|
|
1341
1102
|
_allExposed: {
|
|
1342
1103
|
reset: () => Promise<void>;
|
|
1343
1104
|
resetValidation: () => Promise<void>;
|
|
@@ -1499,250 +1260,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1499
1260
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1500
1261
|
} & {
|
|
1501
1262
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1502
|
-
}, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "multiple" | "_allExposed" | "indeterminate" | "
|
|
1503
|
-
$: import('vue').ComponentInternalInstance;
|
|
1504
|
-
$data: {};
|
|
1505
|
-
$props: Partial<{
|
|
1506
|
-
style: import('vue').StyleValue;
|
|
1507
|
-
focused: boolean;
|
|
1508
|
-
disabled: boolean | null;
|
|
1509
|
-
error: boolean;
|
|
1510
|
-
errorMessages: string | readonly string[] | null;
|
|
1511
|
-
maxErrors: string | number;
|
|
1512
|
-
readonly: boolean | null;
|
|
1513
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1514
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1515
|
-
centerAffix: boolean;
|
|
1516
|
-
glow: boolean;
|
|
1517
|
-
hideSpinButtons: boolean;
|
|
1518
|
-
persistentHint: boolean;
|
|
1519
|
-
messages: string | readonly string[];
|
|
1520
|
-
direction: "horizontal" | "vertical";
|
|
1521
|
-
}> & Omit<{
|
|
1522
|
-
theme?: string | undefined;
|
|
1523
|
-
class?: any;
|
|
1524
|
-
style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
|
|
1525
|
-
focused: boolean;
|
|
1526
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1527
|
-
disabled: boolean | null;
|
|
1528
|
-
error: boolean;
|
|
1529
|
-
errorMessages: string | readonly string[] | null;
|
|
1530
|
-
maxErrors: string | number;
|
|
1531
|
-
name?: string | undefined;
|
|
1532
|
-
label?: string | undefined;
|
|
1533
|
-
readonly: boolean | null;
|
|
1534
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1535
|
-
validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
|
|
1536
|
-
validationValue?: any;
|
|
1537
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1538
|
-
maxWidth?: string | number | undefined;
|
|
1539
|
-
minWidth?: string | number | undefined;
|
|
1540
|
-
width?: string | number | undefined;
|
|
1541
|
-
id?: string | undefined;
|
|
1542
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1543
|
-
baseColor?: string | undefined;
|
|
1544
|
-
centerAffix: boolean;
|
|
1545
|
-
color?: string | undefined;
|
|
1546
|
-
glow: boolean;
|
|
1547
|
-
iconColor?: string | boolean | undefined;
|
|
1548
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1549
|
-
hideDetails?: "auto" | boolean | undefined;
|
|
1550
|
-
hideSpinButtons: boolean;
|
|
1551
|
-
hint?: string | undefined;
|
|
1552
|
-
persistentHint: boolean;
|
|
1553
|
-
messages: string | readonly string[];
|
|
1554
|
-
direction: "horizontal" | "vertical";
|
|
1555
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1556
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1557
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
|
|
1558
|
-
$attrs: {
|
|
1559
|
-
[x: string]: unknown;
|
|
1560
|
-
};
|
|
1561
|
-
$refs: {
|
|
1562
|
-
[x: string]: unknown;
|
|
1563
|
-
};
|
|
1564
|
-
$slots: Readonly<{
|
|
1565
|
-
default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1566
|
-
[key: string]: any;
|
|
1567
|
-
}>[]) | undefined;
|
|
1568
|
-
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1569
|
-
[key: string]: any;
|
|
1570
|
-
}>[]) | undefined;
|
|
1571
|
-
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1572
|
-
[key: string]: any;
|
|
1573
|
-
}>[]) | undefined;
|
|
1574
|
-
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1575
|
-
[key: string]: any;
|
|
1576
|
-
}>[]) | undefined;
|
|
1577
|
-
message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1578
|
-
[key: string]: any;
|
|
1579
|
-
}>[]) | undefined;
|
|
1580
|
-
}>;
|
|
1581
|
-
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
1582
|
-
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
1583
|
-
$host: Element | null;
|
|
1584
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
1585
|
-
$el: any;
|
|
1586
|
-
$options: import('vue').ComponentOptionsBase<{
|
|
1587
|
-
style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
|
|
1588
|
-
focused: boolean;
|
|
1589
|
-
disabled: boolean | null;
|
|
1590
|
-
error: boolean;
|
|
1591
|
-
errorMessages: string | readonly string[] | null;
|
|
1592
|
-
maxErrors: string | number;
|
|
1593
|
-
readonly: boolean | null;
|
|
1594
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1595
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1596
|
-
centerAffix: boolean;
|
|
1597
|
-
glow: boolean;
|
|
1598
|
-
hideSpinButtons: boolean;
|
|
1599
|
-
persistentHint: boolean;
|
|
1600
|
-
messages: string | readonly string[];
|
|
1601
|
-
direction: "horizontal" | "vertical";
|
|
1602
|
-
} & {
|
|
1603
|
-
theme?: string | undefined;
|
|
1604
|
-
class?: any;
|
|
1605
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1606
|
-
name?: string | undefined;
|
|
1607
|
-
label?: string | undefined;
|
|
1608
|
-
validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
|
|
1609
|
-
validationValue?: any;
|
|
1610
|
-
maxWidth?: string | number | undefined;
|
|
1611
|
-
minWidth?: string | number | undefined;
|
|
1612
|
-
width?: string | number | undefined;
|
|
1613
|
-
id?: string | undefined;
|
|
1614
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1615
|
-
baseColor?: string | undefined;
|
|
1616
|
-
color?: string | undefined;
|
|
1617
|
-
iconColor?: string | boolean | undefined;
|
|
1618
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1619
|
-
hideDetails?: "auto" | boolean | undefined;
|
|
1620
|
-
hint?: string | undefined;
|
|
1621
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1622
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1623
|
-
} & {}, {
|
|
1624
|
-
reset: () => Promise<void>;
|
|
1625
|
-
resetValidation: () => Promise<void>;
|
|
1626
|
-
validate: (silent?: boolean) => Promise<string[]>;
|
|
1627
|
-
isValid: import('vue').ComputedRef<boolean | null>;
|
|
1628
|
-
errorMessages: import('vue').ComputedRef<string[]>;
|
|
1629
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
1630
|
-
"update:modelValue": (value: any) => true;
|
|
1631
|
-
}, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
|
|
1632
|
-
style: import('vue').StyleValue;
|
|
1633
|
-
focused: boolean;
|
|
1634
|
-
disabled: boolean | null;
|
|
1635
|
-
error: boolean;
|
|
1636
|
-
errorMessages: string | readonly string[] | null;
|
|
1637
|
-
maxErrors: string | number;
|
|
1638
|
-
readonly: boolean | null;
|
|
1639
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1640
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1641
|
-
centerAffix: boolean;
|
|
1642
|
-
glow: boolean;
|
|
1643
|
-
hideSpinButtons: boolean;
|
|
1644
|
-
persistentHint: boolean;
|
|
1645
|
-
messages: string | readonly string[];
|
|
1646
|
-
direction: "horizontal" | "vertical";
|
|
1647
|
-
}, {}, string, import('vue').SlotsType<Partial<{
|
|
1648
|
-
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1649
|
-
[key: string]: any;
|
|
1650
|
-
}>[];
|
|
1651
|
-
prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1652
|
-
[key: string]: any;
|
|
1653
|
-
}>[];
|
|
1654
|
-
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1655
|
-
[key: string]: any;
|
|
1656
|
-
}>[];
|
|
1657
|
-
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1658
|
-
[key: string]: any;
|
|
1659
|
-
}>[];
|
|
1660
|
-
message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1661
|
-
[key: string]: any;
|
|
1662
|
-
}>[];
|
|
1663
|
-
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1664
|
-
beforeCreate?: ((() => void)[] | (() => void)) | undefined;
|
|
1665
|
-
created?: ((() => void)[] | (() => void)) | undefined;
|
|
1666
|
-
beforeMount?: ((() => void)[] | (() => void)) | undefined;
|
|
1667
|
-
mounted?: ((() => void)[] | (() => void)) | undefined;
|
|
1668
|
-
beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
|
|
1669
|
-
updated?: ((() => void)[] | (() => void)) | undefined;
|
|
1670
|
-
activated?: ((() => void)[] | (() => void)) | undefined;
|
|
1671
|
-
deactivated?: ((() => void)[] | (() => void)) | undefined;
|
|
1672
|
-
beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
|
|
1673
|
-
beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
|
|
1674
|
-
destroyed?: ((() => void)[] | (() => void)) | undefined;
|
|
1675
|
-
unmounted?: ((() => void)[] | (() => void)) | undefined;
|
|
1676
|
-
renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
|
|
1677
|
-
renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
|
|
1678
|
-
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
|
|
1679
|
-
};
|
|
1680
|
-
$forceUpdate: () => void;
|
|
1681
|
-
$nextTick: typeof import('vue').nextTick;
|
|
1682
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
1683
|
-
} & Readonly<{
|
|
1684
|
-
style: import('vue').StyleValue;
|
|
1685
|
-
focused: boolean;
|
|
1686
|
-
disabled: boolean | null;
|
|
1687
|
-
error: boolean;
|
|
1688
|
-
errorMessages: string | readonly string[] | null;
|
|
1689
|
-
maxErrors: string | number;
|
|
1690
|
-
readonly: boolean | null;
|
|
1691
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1692
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1693
|
-
centerAffix: boolean;
|
|
1694
|
-
glow: boolean;
|
|
1695
|
-
hideSpinButtons: boolean;
|
|
1696
|
-
persistentHint: boolean;
|
|
1697
|
-
messages: string | readonly string[];
|
|
1698
|
-
direction: "horizontal" | "vertical";
|
|
1699
|
-
}> & Omit<{
|
|
1700
|
-
style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
|
|
1701
|
-
focused: boolean;
|
|
1702
|
-
disabled: boolean | null;
|
|
1703
|
-
error: boolean;
|
|
1704
|
-
errorMessages: string | readonly string[] | null;
|
|
1705
|
-
maxErrors: string | number;
|
|
1706
|
-
readonly: boolean | null;
|
|
1707
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1708
|
-
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1709
|
-
centerAffix: boolean;
|
|
1710
|
-
glow: boolean;
|
|
1711
|
-
hideSpinButtons: boolean;
|
|
1712
|
-
persistentHint: boolean;
|
|
1713
|
-
messages: string | readonly string[];
|
|
1714
|
-
direction: "horizontal" | "vertical";
|
|
1715
|
-
} & {
|
|
1716
|
-
theme?: string | undefined;
|
|
1717
|
-
class?: any;
|
|
1718
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1719
|
-
name?: string | undefined;
|
|
1720
|
-
label?: string | undefined;
|
|
1721
|
-
validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
|
|
1722
|
-
validationValue?: any;
|
|
1723
|
-
maxWidth?: string | number | undefined;
|
|
1724
|
-
minWidth?: string | number | undefined;
|
|
1725
|
-
width?: string | number | undefined;
|
|
1726
|
-
id?: string | undefined;
|
|
1727
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1728
|
-
baseColor?: string | undefined;
|
|
1729
|
-
color?: string | undefined;
|
|
1730
|
-
iconColor?: string | boolean | undefined;
|
|
1731
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1732
|
-
hideDetails?: "auto" | boolean | undefined;
|
|
1733
|
-
hint?: string | undefined;
|
|
1734
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1735
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1736
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
1263
|
+
}, "style" | "disabled" | "density" | "readonly" | "ripple" | "error" | "reset" | "valueComparator" | "multiple" | "_allExposed" | "indeterminate" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "indeterminateIcon"> & {
|
|
1737
1264
|
reset: () => Promise<void>;
|
|
1738
|
-
resetValidation: () => Promise<void>;
|
|
1739
1265
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1740
|
-
isValid:
|
|
1741
|
-
|
|
1742
|
-
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1743
|
-
modelValue?: unknown;
|
|
1744
|
-
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1745
|
-
}, 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" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & {
|
|
1266
|
+
isValid: boolean | null;
|
|
1267
|
+
resetValidation: () => Promise<void>;
|
|
1746
1268
|
_allExposed: {
|
|
1747
1269
|
reset: () => Promise<void>;
|
|
1748
1270
|
resetValidation: () => Promise<void>;
|
|
@@ -1750,7 +1272,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1750
1272
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
1751
1273
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
1752
1274
|
} | {};
|
|
1753
|
-
}
|
|
1275
|
+
} & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1754
1276
|
modelValue?: boolean | null | undefined;
|
|
1755
1277
|
"onUpdate:modelValue"?: ((value: boolean | null) => void) | undefined;
|
|
1756
1278
|
}, import('vuetify/lib/components/VCheckbox/VCheckbox.mjs').VCheckboxSlots>) | null;
|