@cnamts/synapse 1.0.25 → 1.0.27
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-D7qBuCAP.js → AutocompleteFilter-C9eLKyW8.js} +3 -3
- package/dist/{DateFilter-BitMWrMU.js → DateFilter-y-GLkAkn.js} +9 -9
- package/dist/{NumberFilter-BTLUxw0a.js → NumberFilter-DN6hIBS7.js} +1 -1
- package/dist/{PeriodFilter-B5rUIPAC.js → PeriodFilter-MoUUp9qS.js} +1 -1
- package/dist/{SelectFilter-l4QnRcuk.js → SelectFilter-bCbrdLmu.js} +1 -1
- package/dist/{TextFilter-C9hj6Qrp.js → TextFilter-CvjgEaoM.js} +4 -4
- package/dist/apLightTheme2026-ug4Y23ns.js +611 -0
- package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +2369 -351
- package/dist/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.d.ts +18 -0
- package/dist/components/Customs/Selects/SyAutocomplete/utils/ariaManager.d.ts +1 -1
- package/dist/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.d.ts +3 -1
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +58 -288
- package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -0
- package/dist/components/Customs/Selects/SySelect/composables/useSySelectValidation.d.ts +15 -0
- package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +4 -3
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +4 -3
- package/dist/components/Customs/SyIconButton/SyIconButton.d.ts +18 -0
- package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +20 -37
- package/dist/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.d.ts +50 -0
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +8 -10
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +197 -185
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +91 -82
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +35 -32
- package/dist/components/DatePicker/composables/index.d.ts +1 -0
- package/dist/components/DatePicker/composables/useDatePickerState.d.ts +3 -3
- package/dist/components/DatePicker/composables/useDatePickerValidationBridge.d.ts +51 -0
- package/dist/components/DatePicker/composables/useDateTextField.d.ts +2 -2
- package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
- package/dist/components/DatePicker/types.d.ts +1 -2
- package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +1 -0
- package/dist/components/MonthPicker/MonthPicker.d.ts +24 -24
- package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +24 -24
- package/dist/components/NirField/NirField.d.ts +64 -60
- package/dist/components/NirField/useNirValidation.d.ts +6 -2
- package/dist/components/PasswordField/PasswordField.d.ts +3 -3
- package/dist/components/PeriodField/PeriodField.d.ts +338 -314
- package/dist/components/PhoneField/PhoneField.d.ts +34 -24
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +0 -3
- package/dist/components/RatingPicker/EmotionPicker/EmotionPicker.d.ts +3 -1
- package/dist/components/RatingPicker/NumberPicker/NumberPicker.d.ts +4 -3
- package/dist/components/RatingPicker/RatingPicker.d.ts +18 -5
- package/dist/components/RatingPicker/StarsPicker/StarsPicker.d.ts +3 -1
- package/dist/components/RatingPicker/useRatingFocus.d.ts +18 -0
- package/dist/components/SyTextArea/SyTextArea.d.ts +25 -15
- package/dist/components/SyTextArea/composables/useSyTextAreaValidation.d.ts +20 -0
- package/dist/components/SyTextArea/locales.d.ts +1 -0
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -4
- package/dist/components/Tables/SyTable/SyTable.d.ts +5 -4
- package/dist/components/Tables/common/SyTablePagination.d.ts +152 -364
- package/dist/components/Tables/common/TableHeader.d.ts +1 -1
- package/dist/components/Tables/common/filters/DateFilter.d.ts +4 -4
- package/dist/components/Tables/common/types.d.ts +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/date/useDateInitializationDayjs.d.ts +3 -1
- package/dist/composables/unifyValidation/documentationValidationProps.d.ts +160 -160
- package/dist/composables/unifyValidation/useCustomValidation.d.ts +3 -1
- package/dist/composables/unifyValidation/useValidation.d.ts +27 -19
- package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +1 -1
- package/dist/composables/validation/useValidation.d.ts +1 -0
- package/dist/design-system-v3.js +81 -80
- package/dist/designTokens/tokens/amelipro/apContextual.d.ts +6 -6
- package/dist/designTokens/tokens/amelipro/apDarkTheme.d.ts +3 -1
- package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +53 -98
- package/dist/designTokens/tokens/baseContextualTokens.d.ts +0 -6
- package/dist/designTokens/tokens/baseTokens.d.ts +232 -0
- package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +6 -6
- package/dist/designTokens/tokens/cnam/cnamDarkTheme.d.ts +1 -1
- package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +57 -99
- package/dist/designTokens/tokens/pa/paContextual.d.ts +0 -6
- package/dist/designTokens/tokens/pa/paDarkTheme.d.ts +1 -1
- package/dist/designTokens/tokens/pa/paLightTheme.d.ts +53 -97
- package/dist/designTokens/tokens/pa/paSemantic.d.ts +1 -0
- package/dist/designTokens/tokens/semanticTokens.d.ts +112 -0
- package/dist/{main-Cpx8Co6H.js → main-CI6Q9nmO.js} +13843 -13478
- package/dist/synapse.css +1 -1
- package/dist/vuetifyConfig.js +208 -72
- package/package.json +10 -7
- package/src/assets/overrides/_icons.scss +5 -17
- package/src/assets/overrides/_otp.scss +4 -5
- package/src/assets/overrides/_typography.scss +2 -1
- package/src/assets/overrides/_utilities.scss +1 -42
- package/src/components/Accordion/Accordion.vue +2 -0
- package/src/components/ChipList/ChipList.vue +30 -18
- package/src/components/ChipList/tests/chipList.spec.ts +4 -4
- package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +2 -1
- package/src/components/CookiesSelection/CookiesSelection.vue +2 -1
- package/src/components/CopyBtn/CopyBtn.vue +9 -0
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +4 -0
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +7 -6
- package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +223 -0
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +283 -351
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +183 -219
- package/src/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.ts +101 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +761 -1
- package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +3 -1
- package/src/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.ts +79 -5
- package/src/components/Customs/Selects/SyAutocomplete/validation/Validation.stories.ts +1029 -0
- package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +52 -217
- package/src/components/Customs/Selects/SySelect/SySelect.vue +248 -236
- package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +3 -0
- package/src/components/Customs/Selects/SySelect/composables/useSySelectValidation.ts +64 -0
- package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +440 -5
- package/src/components/Customs/Selects/SySelect/validation/Validation.stories.ts +1026 -0
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +18 -7
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +5 -5
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +8 -8
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +27 -6
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +1 -1
- package/src/components/Customs/SyIcon/accessibilite/Accessibility.mdx +0 -6
- package/src/components/Customs/SyIcon/utils/tests/iconUtils.spec.ts +107 -0
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +2 -2
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +395 -200
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +100 -127
- package/src/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.ts +127 -0
- package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.a11y.spec.ts +93 -1
- package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +146 -9
- package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.visual.cy.ts +165 -0
- package/src/components/Customs/SyRadioGroup/validation/Validation.stories.ts +773 -0
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +5 -5
- package/src/components/Customs/SyTabs/config.ts +3 -3
- package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +265 -0
- package/src/components/Customs/SyTabs/tests/useTabTransition.spec.ts +188 -0
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +10 -29
- package/src/components/Customs/SyTextField/SyTextField.vue +52 -17
- package/src/components/DataList/DataList.stories.ts +1 -1
- package/src/components/DataListItem/tests/DataListItem.spec.ts +3 -1
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +1 -1
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +52 -154
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.coverage.spec.ts +156 -0
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +495 -4
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +1 -1
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +55 -73
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +207 -1
- package/src/components/DatePicker/ComplexDatePicker/tests/bridge-integration.regression.spec.ts +210 -0
- package/src/components/DatePicker/ComplexDatePicker/tests/calendar-navigation.regression.spec.ts +214 -0
- package/src/components/DatePicker/ComplexDatePicker/tests/validation-cross.regression.spec.ts +194 -0
- package/src/components/DatePicker/ComplexDatePicker/tests/validation-success-messages.regression.spec.ts +83 -0
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +169 -60
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
- package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +320 -0
- package/src/components/DatePicker/composables/index.ts +1 -0
- package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +360 -0
- package/src/components/DatePicker/composables/tests/useDatePickerValidationBridge.spec.ts +129 -0
- package/src/components/DatePicker/composables/useDatePickerState.ts +33 -14
- package/src/components/DatePicker/composables/useDatePickerValidationBridge.ts +205 -0
- package/src/components/DatePicker/composables/useDateRangeInput.ts +2 -1
- package/src/components/DatePicker/composables/useDateSelection.ts +2 -1
- package/src/components/DatePicker/composables/useDateTextField.ts +2 -2
- package/src/components/DatePicker/composables/useInputBlurHandler.ts +2 -2
- package/src/components/DatePicker/docExamples/BidirectionalComplexValidation.vue +1 -1
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +1 -1
- package/src/components/DatePicker/tests/exposed-methods.coverage.spec.ts +75 -0
- package/src/components/DatePicker/types.ts +1 -2
- package/src/components/DialogBox/DialogBox.stories.ts +8 -8
- package/src/components/DialogBox/DialogBox.vue +1 -1
- package/src/components/DialogBox/accessibilite/Accessibility.mdx +86 -22
- package/src/components/FileList/UploadItem/UploadItem.vue +4 -4
- package/src/components/FileUpload/FileUpload.vue +2 -2
- package/src/components/FileUpload/FileUploadContent.vue +1 -1
- package/src/components/FilterInline/FilterInline.mdx +2 -2
- package/src/components/FilterSideBar/FilterSideBar.stories.ts +1 -1
- package/src/components/FilterSideBar/FilterSideBar.vue +4 -3
- package/src/components/FooterBar/FooterBar.vue +7 -7
- package/src/components/FranceConnectBtn/FranceConnectBtn.vue +1 -1
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +2 -2
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +7 -7
- package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +2 -2
- package/src/components/HeaderLoading/tests/HeaderLoading.spec.ts +87 -8
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +3 -3
- package/src/components/HeaderNavigationBar/HorizontalNavbar/tests/HorizontalNavbar.spec.ts +589 -0
- package/src/components/HeaderToolbar/tests/HeaderToolBar.spec.ts +153 -1
- package/src/components/HeaderToolbar/tests/useMobileRightMenu.spec.ts +258 -0
- package/src/components/LangBtn/LangBtn.vue +2 -1
- package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +2 -2
- package/src/components/LogoBrandSection/tests/__snapshots__/LogoBrandSection.spec.ts.snap +1 -1
- package/src/components/LunarCalendar/tests/useLunarCalendarRules.spec.ts +184 -0
- package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +3 -3
- package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +1 -1
- package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +2 -2
- package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +1 -1
- package/src/components/NirField/NirField.vue +3 -3
- package/src/components/NotificationBar/Notification/Notification.vue +12 -12
- package/src/components/NotificationBar/NotificationBar.stories.ts +8 -8
- package/src/components/PaginatedTable/PaginatedTable.vue +1 -1
- package/src/components/PaginatedTable/Pagination.vue +3 -3
- package/src/components/PasswordField/PasswordField.vue +15 -11
- package/src/components/PasswordField/tests/PasswordField.spec.ts +3 -3
- package/src/components/PhoneField/PhoneField.vue +4 -2
- package/src/components/RangeField/RangeSlider/RangeSlider.vue +11 -18
- package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -1
- package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +32 -48
- package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +5 -0
- package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +48 -53
- package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +2 -1
- package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +40 -13
- package/src/components/RatingPicker/RatingPicker.stories.ts +65 -88
- package/src/components/RatingPicker/RatingPicker.vue +71 -15
- package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +28 -37
- package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +1 -1
- package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +5 -0
- package/src/components/RatingPicker/accessibilite/Accessibility.mdx +137 -9
- package/src/components/RatingPicker/tests/RatingPicker.a11y.spec.ts +123 -0
- package/src/components/RatingPicker/tests/RatingPicker.spec.ts +3 -2
- package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +40 -11
- package/src/components/RatingPicker/useRatingFocus.ts +97 -0
- package/src/components/StatusPage/tests/StatusPage.spec.ts +149 -0
- package/src/components/SubHeader/SubHeader.vue +1 -1
- package/src/components/SyAlert/SyAlert.vue +23 -23
- package/src/components/SyTextArea/SyTextArea.stories.ts +177 -131
- package/src/components/SyTextArea/SyTextArea.vue +257 -74
- package/src/components/SyTextArea/composables/useSyTextAreaValidation.ts +81 -0
- package/src/components/SyTextArea/locales.ts +1 -0
- package/src/components/SyTextArea/tests/SyTextArea.spec.ts +449 -1
- package/src/components/SyTextArea/useDefaultValidationRules.ts +2 -7
- package/src/components/SyTextArea/validation/Validation.stories.ts +856 -0
- package/src/components/TableToolbar/TableToolbar.vue +6 -6
- package/src/components/TableToolbar/accessibilite/Accessibility.mdx +81 -7
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +163 -0
- package/src/components/Tables/SyServerTable/SyServerTable.vue +3 -2
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +94 -0
- package/src/components/Tables/SyTable/SyTable.vue +3 -2
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +64 -0
- package/src/components/Tables/common/SyTableFilter.vue +4 -4
- package/src/components/Tables/common/SyTablePagination.vue +1 -0
- package/src/components/Tables/common/TableHeader.vue +3 -3
- package/src/components/Tables/common/filters/DateFilter.vue +2 -2
- package/src/components/Tables/common/filters/logics/tests/NumberFilterLogic.spec.ts +176 -0
- package/src/components/Tables/common/filters/logics/tests/SelectFilterLogic.spec.ts +111 -0
- package/src/components/Tables/common/tableStyles.scss +6 -6
- package/src/components/Tables/common/types.ts +2 -0
- package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +2 -0
- package/src/components/index.ts +1 -0
- package/src/composables/date/tests/useDateFormatDayjs.spec.ts +112 -0
- package/src/composables/date/tests/{useDateInitialization.spec.ts → useDateInitializationDayjs.spec.ts} +39 -3
- package/src/composables/date/tests/useHolidayDay.spec.ts +109 -0
- package/src/composables/date/useDateInitializationDayjs.ts +4 -1
- package/src/composables/rules/tests/useFieldValidation.spec.ts +374 -0
- package/src/composables/tests/useError.spec.ts +30 -0
- package/src/composables/tests/useFormFieldErrorHandling.spec.ts +234 -0
- package/src/composables/unifyValidation/documentationValidationProps.ts +12 -12
- package/src/composables/unifyValidation/tests/documentationValidationProps.spec.ts +177 -0
- package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +32 -1
- package/src/composables/unifyValidation/tests/useValidation.spec.ts +28 -2
- package/src/composables/unifyValidation/useCustomValidation.ts +34 -12
- package/src/composables/unifyValidation/useValidation.ts +55 -27
- package/src/composables/unifyValidation/useVuetifyValidation.ts +2 -2
- package/src/composables/useFilterable/useFilterable.spec.ts +42 -0
- package/src/composables/useFilterable/useFilterable.ts +11 -7
- package/src/composables/useFormFieldErrorHandling.ts +6 -3
- package/src/composables/validation/tests/useValidation.spec.ts +2 -2
- package/src/composables/validation/useValidation.ts +15 -3
- package/src/composantsVuetify/VBtn/VBtn.mdx +9 -39
- package/src/composantsVuetify/VBtn/v-btn.stories.ts +26 -86
- package/src/composantsVuetify/VCard/VCard.mdx +59 -0
- package/src/composantsVuetify/VCard/v-card.stories.ts +279 -0
- package/src/designTokens/tokens/amelipro/apColors2026.ts +1 -1
- package/src/designTokens/tokens/amelipro/apContextual.ts +6 -0
- package/src/designTokens/tokens/amelipro/apDarkTheme.ts +2 -2
- package/src/designTokens/tokens/amelipro/apLightTheme.ts +72 -100
- package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
- package/src/designTokens/tokens/baseContextualTokens.ts +1 -6
- package/src/designTokens/tokens/baseTokens.ts +232 -0
- package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -0
- package/src/designTokens/tokens/cnam/cnamDarkTheme.ts +2 -2
- package/src/designTokens/tokens/cnam/cnamLightTheme.ts +76 -101
- package/src/designTokens/tokens/pa/paDarkTheme.ts +2 -2
- package/src/designTokens/tokens/pa/paLightTheme.ts +73 -99
- package/src/designTokens/tokens/pa/paSemantic.ts +2 -0
- package/src/designTokens/tokens/semanticTokens.ts +114 -0
- package/src/stories/Accessibilite/Aculturation/SensibilisationAccessibilite.mdx +61 -91
- package/src/stories/Accessibilite/AuditDesignSystem.mdx +5 -8
- package/src/stories/Accessibilite/AuditEtContreAudit/Exemptions-derogations.mdx +1 -1
- package/src/stories/Accessibilite/AuditEtContreAudit/Introduction.mdx +11 -8
- package/src/stories/Accessibilite/AuditEtContreAudit/RGAA.mdx +6 -7
- package/src/stories/Accessibilite/Introduction.mdx +30 -30
- package/src/stories/Accessibilite/KitDePreAudit/Echantillonnage.mdx +168 -78
- package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +13 -6
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +66 -45
- package/src/stories/Accessibilite/KitDePreAudit/Outils/LecteursDEcran.mdx +23 -49
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/FauxPositifs.stories.ts +6 -0
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Tanaguru/Utilisation.mdx +7 -19
- package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +18 -20
- package/src/stories/Components/Components.stories.ts +59 -6
- package/src/stories/DesignTokens/ColorIntegrationExample.vue +2 -3
- package/src/stories/DesignTokens/Colors.mdx +6 -8
- package/src/stories/DesignTokens/colors.stories.ts +244 -1081
- package/src/utils/amelipro/toKebabCase/tests/toKebabCase.spec.ts +52 -0
- package/src/utils/formatNir/tests/formatNir.spec.ts +34 -0
- package/src/utils/tests/insertAt.spec.ts +44 -0
- package/dist/AutocompleteFilter-Df9i5mAl.cjs +0 -1
- package/dist/DateFilter-BJD6FMev.cjs +0 -1
- package/dist/NumberFilter-DGCzCXzI.cjs +0 -1
- package/dist/PeriodFilter-DO_ecTZW.cjs +0 -1
- package/dist/SelectFilter-CGwcKWLm.cjs +0 -1
- package/dist/TextFilter-B8nf7xoK.cjs +0 -1
- package/dist/apLightTheme-CEK4iY3f.cjs +0 -1
- package/dist/apLightTheme-DnIM24Lv.js +0 -950
- package/dist/composables/date/useDateFormat.d.ts +0 -26
- package/dist/composables/date/useDateInitialization.d.ts +0 -18
- package/dist/design-system-v3.umd.cjs +0 -1
- package/dist/main-ByDPHpae.cjs +0 -1067
- package/dist/tooth-11-D3sLWv2n.cjs +0 -1
- package/dist/tooth-12-CXrLuH03.cjs +0 -1
- package/dist/tooth-13-BSfo5fpT.cjs +0 -1
- package/dist/tooth-14-DMzulx0h.cjs +0 -1
- package/dist/tooth-15-BKRFVi-9.cjs +0 -1
- package/dist/tooth-16-CpuxAbuM.cjs +0 -1
- package/dist/tooth-17-BPoahUdg.cjs +0 -1
- package/dist/tooth-18-DhHJz8sy.cjs +0 -1
- package/dist/tooth-21-Dgd5hn_X.cjs +0 -1
- package/dist/tooth-22-C2Tn19sB.cjs +0 -1
- package/dist/tooth-23-C9uaaSGb.cjs +0 -1
- package/dist/tooth-24-BrK9UGpf.cjs +0 -1
- package/dist/tooth-25-CE_EfGNp.cjs +0 -1
- package/dist/tooth-26-Ctv4i9Fy.cjs +0 -1
- package/dist/tooth-27-C5J7JkWM.cjs +0 -1
- package/dist/tooth-28-Z9oWqjo0.cjs +0 -1
- package/dist/tooth-31-BrYqmkTi.cjs +0 -1
- package/dist/tooth-32-BNNR0oCZ.cjs +0 -1
- package/dist/tooth-33-DuxvqO2J.cjs +0 -1
- package/dist/tooth-34-BCSCXMB6.cjs +0 -1
- package/dist/tooth-35-BLUXkX88.cjs +0 -1
- package/dist/tooth-36-IrKHYqlA.cjs +0 -1
- package/dist/tooth-37-BYqpdMwo.cjs +0 -1
- package/dist/tooth-38-B_eNXXdu.cjs +0 -1
- package/dist/tooth-41-Ddva4Ot8.cjs +0 -1
- package/dist/tooth-42-szcDqlM0.cjs +0 -1
- package/dist/tooth-43-B3ka6rQm.cjs +0 -1
- package/dist/tooth-44-CazyQucj.cjs +0 -1
- package/dist/tooth-45-B4HQtc8n.cjs +0 -1
- package/dist/tooth-46-BPM40gbG.cjs +0 -1
- package/dist/tooth-47-Dvr20dlh.cjs +0 -1
- package/dist/tooth-48-Bd8ljGsF.cjs +0 -1
- package/dist/tooth-51-OBpwCOF3.cjs +0 -1
- package/dist/tooth-52-aKxyHcmq.cjs +0 -1
- package/dist/tooth-53-vCwJjTOc.cjs +0 -1
- package/dist/tooth-54-DsWu2iFy.cjs +0 -1
- package/dist/tooth-55-BxC1X2Dn.cjs +0 -1
- package/dist/tooth-61-BbLvxMQi.cjs +0 -1
- package/dist/tooth-62-CmTkWczP.cjs +0 -1
- package/dist/tooth-63-DI7l_2qI.cjs +0 -1
- package/dist/tooth-64-B21sOsJh.cjs +0 -1
- package/dist/tooth-65-D2ZC2VEr.cjs +0 -1
- package/dist/tooth-71-D473PPO5.cjs +0 -1
- package/dist/tooth-72-Drh1wnNu.cjs +0 -1
- package/dist/tooth-73-DzlwYI23.cjs +0 -1
- package/dist/tooth-74-8aGvcZPg.cjs +0 -1
- package/dist/tooth-75-BFK7At_r.cjs +0 -1
- package/dist/tooth-81-BZmR-I0M.cjs +0 -1
- package/dist/tooth-82-euVfUUZV.cjs +0 -1
- package/dist/tooth-83-KV010j64.cjs +0 -1
- package/dist/tooth-84-BBg1RjhZ.cjs +0 -1
- package/dist/tooth-85-Cr-kc1wM.cjs +0 -1
- package/dist/vuetifyConfig.umd.cjs +0 -1
- package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +0 -178
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
- package/src/composables/date/tests/useDateFormat.spec.ts +0 -67
- package/src/composables/date/useDateFormat.ts +0 -110
- package/src/composables/date/useDateInitialization.ts +0 -92
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { nextTick, ComponentPublicInstance, Ref } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import { DateValue, DateInput } from '../../../composables/date/useDateInitializationDayjs';
|
|
2
|
+
import { DateModelValue, DateInput } from '../../../composables/date/useDateInitializationDayjs';
|
|
4
3
|
type __VLS_Props = {
|
|
5
4
|
autoClamp?: boolean;
|
|
6
5
|
bgColor?: string;
|
|
6
|
+
/** @deprecated Utilisez isBirthDate à la place */
|
|
7
7
|
birthDate?: boolean;
|
|
8
8
|
customRules?: {
|
|
9
9
|
type: string;
|
|
@@ -63,18 +63,18 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
63
63
|
updateSelectedDates: (input: Date | Date[] | string | string[] | null | undefined) => void;
|
|
64
64
|
handleSelectToday: () => void;
|
|
65
65
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
66
|
-
input: (value:
|
|
66
|
+
input: (value: DateModelValue) => any;
|
|
67
67
|
blur: () => any;
|
|
68
68
|
focus: () => any;
|
|
69
|
-
"update:modelValue": (value:
|
|
70
|
-
"date-selected": (value:
|
|
69
|
+
"update:modelValue": (value: DateModelValue) => any;
|
|
70
|
+
"date-selected": (value: DateModelValue) => any;
|
|
71
71
|
closed: () => any;
|
|
72
72
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
73
|
-
onInput?: ((value:
|
|
73
|
+
onInput?: ((value: DateModelValue) => any) | undefined;
|
|
74
74
|
onBlur?: (() => any) | undefined;
|
|
75
75
|
onFocus?: (() => any) | undefined;
|
|
76
|
-
"onUpdate:modelValue"?: ((value:
|
|
77
|
-
"onDate-selected"?: ((value:
|
|
76
|
+
"onUpdate:modelValue"?: ((value: DateModelValue) => any) | undefined;
|
|
77
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
78
78
|
onClosed?: (() => any) | undefined;
|
|
79
79
|
}>, {
|
|
80
80
|
title: string | false;
|
|
@@ -92,7 +92,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
92
92
|
hint: string;
|
|
93
93
|
displayAsterisk: boolean;
|
|
94
94
|
noIcon: boolean;
|
|
95
|
-
isValidateOnBlur: boolean;
|
|
96
95
|
customRules: {
|
|
97
96
|
type: string;
|
|
98
97
|
options: any;
|
|
@@ -101,6 +100,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
101
100
|
type: string;
|
|
102
101
|
options: any;
|
|
103
102
|
}[];
|
|
103
|
+
isValidateOnBlur: boolean;
|
|
104
104
|
persistentHint: boolean;
|
|
105
105
|
hideDetails: boolean | "auto";
|
|
106
106
|
format: string;
|
|
@@ -128,8 +128,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
128
128
|
dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
129
129
|
autoClamp?: boolean;
|
|
130
130
|
bgColor?: string;
|
|
131
|
-
customRules?: ValidationRule[];
|
|
132
|
-
customWarningRules?: ValidationRule[];
|
|
131
|
+
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
132
|
+
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
133
133
|
dateFormatReturn?: string;
|
|
134
134
|
density?: "default" | "comfortable" | "compact";
|
|
135
135
|
disableErrorHandling?: boolean;
|
|
@@ -144,7 +144,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
144
144
|
isOutlined?: boolean;
|
|
145
145
|
isValidateOnBlur?: boolean;
|
|
146
146
|
label: string;
|
|
147
|
-
modelValue?:
|
|
147
|
+
modelValue?: DateModelValue;
|
|
148
148
|
noIcon?: boolean;
|
|
149
149
|
persistentHint?: boolean;
|
|
150
150
|
placeholder?: string;
|
|
@@ -152,12 +152,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
152
152
|
required?: boolean;
|
|
153
153
|
showSuccessMessages?: boolean;
|
|
154
154
|
title?: string | false;
|
|
155
|
+
skipInternalValidation?: boolean;
|
|
155
156
|
}> & Readonly<{
|
|
156
157
|
onInput?: ((value: string) => any) | undefined;
|
|
157
158
|
onBlur?: (() => any) | undefined;
|
|
158
159
|
onFocus?: (() => any) | undefined;
|
|
159
|
-
"onUpdate:model-value"?: ((value:
|
|
160
|
-
"onDate-selected"?: ((value:
|
|
160
|
+
"onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
|
|
161
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
161
162
|
}>, {
|
|
162
163
|
validateOnSubmit: () => Promise<boolean>;
|
|
163
164
|
reset: () => void;
|
|
@@ -167,24 +168,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
167
168
|
input: (value: string) => any;
|
|
168
169
|
blur: () => any;
|
|
169
170
|
focus: () => any;
|
|
170
|
-
"update:model-value": (value:
|
|
171
|
-
"date-selected": (value:
|
|
171
|
+
"update:model-value": (value: DateModelValue) => any;
|
|
172
|
+
"date-selected": (value: DateModelValue) => any;
|
|
172
173
|
}, import('vue').PublicProps, {
|
|
173
174
|
title: string | false;
|
|
174
175
|
disabled: boolean;
|
|
175
176
|
placeholder: string;
|
|
176
177
|
density: "default" | "comfortable" | "compact";
|
|
177
178
|
readonly: boolean;
|
|
178
|
-
modelValue:
|
|
179
|
+
modelValue: DateModelValue;
|
|
179
180
|
bgColor: string;
|
|
180
181
|
required: boolean;
|
|
181
182
|
showSuccessMessages: boolean;
|
|
182
183
|
disableErrorHandling: boolean;
|
|
183
184
|
hint: string;
|
|
184
185
|
noIcon: boolean;
|
|
186
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
187
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
185
188
|
isValidateOnBlur: boolean;
|
|
186
|
-
customRules: ValidationRule[];
|
|
187
|
-
customWarningRules: ValidationRule[];
|
|
188
189
|
persistentHint: boolean;
|
|
189
190
|
format: string;
|
|
190
191
|
autoClamp: boolean;
|
|
@@ -195,6 +196,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
195
196
|
displayPrependIcon: boolean;
|
|
196
197
|
externalErrorMessages: string[];
|
|
197
198
|
isOutlined: boolean;
|
|
199
|
+
skipInternalValidation: boolean;
|
|
198
200
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
199
201
|
inputRef: ({
|
|
200
202
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -212,7 +214,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
212
214
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
213
215
|
readonly isClearable?: boolean | undefined;
|
|
214
216
|
readonly showDivider?: boolean | undefined;
|
|
215
|
-
readonly label
|
|
217
|
+
readonly label?: string | undefined;
|
|
216
218
|
readonly readonly?: boolean | undefined;
|
|
217
219
|
readonly isActive?: boolean | undefined;
|
|
218
220
|
readonly baseColor?: string | undefined;
|
|
@@ -257,22 +259,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
257
259
|
readonly helpText?: string | undefined;
|
|
258
260
|
readonly maxlength?: string | number | undefined;
|
|
259
261
|
readonly title?: string | false | undefined;
|
|
260
|
-
readonly
|
|
261
|
-
readonly
|
|
262
|
-
readonly
|
|
262
|
+
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
263
|
+
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
264
|
+
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
263
265
|
readonly disableErrorHandling?: boolean | undefined;
|
|
264
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
265
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
266
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
267
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
268
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
269
266
|
readonly errorMessages?: string[] | null | undefined;
|
|
270
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
271
|
-
readonly successMessages?: string[] | null | undefined;
|
|
272
267
|
readonly hasError?: boolean | undefined;
|
|
273
|
-
readonly hasWarning?: boolean | undefined;
|
|
274
268
|
readonly hasSuccess?: boolean | undefined;
|
|
269
|
+
readonly hasWarning?: boolean | undefined;
|
|
270
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
275
271
|
readonly maxErrors?: number | undefined;
|
|
272
|
+
readonly required?: boolean | undefined;
|
|
273
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
274
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
275
|
+
readonly successMessages?: string[] | null | undefined;
|
|
276
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
277
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
276
278
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
277
279
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
278
280
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -1857,16 +1859,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1857
1859
|
autocomplete: string;
|
|
1858
1860
|
helpText: string;
|
|
1859
1861
|
maxlength: string | number;
|
|
1862
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1863
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1864
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1865
|
+
hasError: boolean;
|
|
1866
|
+
hasSuccess: boolean;
|
|
1867
|
+
hasWarning: boolean;
|
|
1860
1868
|
isValidateOnBlur: boolean;
|
|
1869
|
+
successMessages: string[] | null;
|
|
1861
1870
|
useVuetifyValidation: boolean;
|
|
1862
|
-
customRules: ValidationRule[];
|
|
1863
|
-
customWarningRules: ValidationRule[];
|
|
1864
|
-
customSuccessRules: ValidationRule[];
|
|
1865
1871
|
warningMessages: string[] | null;
|
|
1866
|
-
successMessages: string[] | null;
|
|
1867
|
-
hasError: boolean;
|
|
1868
|
-
hasWarning: boolean;
|
|
1869
|
-
hasSuccess: boolean;
|
|
1870
1872
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1871
1873
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1872
1874
|
created?: (() => void) | (() => void)[];
|
|
@@ -1949,16 +1951,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1949
1951
|
autocomplete: string;
|
|
1950
1952
|
helpText: string;
|
|
1951
1953
|
maxlength: string | number;
|
|
1954
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1955
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1956
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1957
|
+
hasError: boolean;
|
|
1958
|
+
hasSuccess: boolean;
|
|
1959
|
+
hasWarning: boolean;
|
|
1952
1960
|
isValidateOnBlur: boolean;
|
|
1961
|
+
successMessages: string[] | null;
|
|
1953
1962
|
useVuetifyValidation: boolean;
|
|
1954
|
-
customRules: ValidationRule[];
|
|
1955
|
-
customWarningRules: ValidationRule[];
|
|
1956
|
-
customSuccessRules: ValidationRule[];
|
|
1957
1963
|
warningMessages: string[] | null;
|
|
1958
|
-
successMessages: string[] | null;
|
|
1959
|
-
hasError: boolean;
|
|
1960
|
-
hasWarning: boolean;
|
|
1961
|
-
hasSuccess: boolean;
|
|
1962
1964
|
}> & Omit<Readonly<{
|
|
1963
1965
|
modelValue?: string | number | null | undefined;
|
|
1964
1966
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -2026,7 +2028,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2026
2028
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2027
2029
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2028
2030
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2029
|
-
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "
|
|
2031
|
+
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "customRules" | "customSuccessRules" | "customWarningRules" | "hasError" | "hasSuccess" | "hasWarning" | "isValidateOnBlur" | "successMessages" | "useVuetifyValidation" | "warningMessages")> & {
|
|
2030
2032
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
2031
2033
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2032
2034
|
$slots: {
|
|
@@ -2048,8 +2050,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2048
2050
|
}, Readonly<{
|
|
2049
2051
|
autoClamp?: boolean;
|
|
2050
2052
|
bgColor?: string;
|
|
2051
|
-
customRules?: ValidationRule[];
|
|
2052
|
-
customWarningRules?: ValidationRule[];
|
|
2053
|
+
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2054
|
+
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2053
2055
|
dateFormatReturn?: string;
|
|
2054
2056
|
density?: "default" | "comfortable" | "compact";
|
|
2055
2057
|
disableErrorHandling?: boolean;
|
|
@@ -2064,7 +2066,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2064
2066
|
isOutlined?: boolean;
|
|
2065
2067
|
isValidateOnBlur?: boolean;
|
|
2066
2068
|
label: string;
|
|
2067
|
-
modelValue?:
|
|
2069
|
+
modelValue?: DateModelValue;
|
|
2068
2070
|
noIcon?: boolean;
|
|
2069
2071
|
persistentHint?: boolean;
|
|
2070
2072
|
placeholder?: string;
|
|
@@ -2072,12 +2074,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2072
2074
|
required?: boolean;
|
|
2073
2075
|
showSuccessMessages?: boolean;
|
|
2074
2076
|
title?: string | false;
|
|
2077
|
+
skipInternalValidation?: boolean;
|
|
2075
2078
|
}> & Readonly<{
|
|
2076
2079
|
onInput?: ((value: string) => any) | undefined;
|
|
2077
2080
|
onBlur?: (() => any) | undefined;
|
|
2078
2081
|
onFocus?: (() => any) | undefined;
|
|
2079
|
-
"onUpdate:model-value"?: ((value:
|
|
2080
|
-
"onDate-selected"?: ((value:
|
|
2082
|
+
"onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
|
|
2083
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
2081
2084
|
}>, {
|
|
2082
2085
|
validateOnSubmit: () => Promise<boolean>;
|
|
2083
2086
|
reset: () => void;
|
|
@@ -2089,16 +2092,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2089
2092
|
placeholder: string;
|
|
2090
2093
|
density: "default" | "comfortable" | "compact";
|
|
2091
2094
|
readonly: boolean;
|
|
2092
|
-
modelValue:
|
|
2095
|
+
modelValue: DateModelValue;
|
|
2093
2096
|
bgColor: string;
|
|
2094
2097
|
required: boolean;
|
|
2095
2098
|
showSuccessMessages: boolean;
|
|
2096
2099
|
disableErrorHandling: boolean;
|
|
2097
2100
|
hint: string;
|
|
2098
2101
|
noIcon: boolean;
|
|
2102
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2103
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2099
2104
|
isValidateOnBlur: boolean;
|
|
2100
|
-
customRules: ValidationRule[];
|
|
2101
|
-
customWarningRules: ValidationRule[];
|
|
2102
2105
|
persistentHint: boolean;
|
|
2103
2106
|
format: string;
|
|
2104
2107
|
autoClamp: boolean;
|
|
@@ -2109,6 +2112,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2109
2112
|
displayPrependIcon: boolean;
|
|
2110
2113
|
externalErrorMessages: string[];
|
|
2111
2114
|
isOutlined: boolean;
|
|
2115
|
+
skipInternalValidation: boolean;
|
|
2112
2116
|
}> | null;
|
|
2113
2117
|
complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2114
2118
|
autoClamp?: boolean;
|
|
@@ -2161,8 +2165,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2161
2165
|
onInput?: ((value: string) => any) | undefined;
|
|
2162
2166
|
onBlur?: (() => any) | undefined;
|
|
2163
2167
|
onFocus?: (() => any) | undefined;
|
|
2164
|
-
"onUpdate:modelValue"?: ((value:
|
|
2165
|
-
"onDate-selected"?: ((value:
|
|
2168
|
+
"onUpdate:modelValue"?: ((value: DateModelValue) => any) | undefined;
|
|
2169
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
2166
2170
|
onClosed?: (() => any) | undefined;
|
|
2167
2171
|
}>, {
|
|
2168
2172
|
validateOnSubmit: () => Promise<boolean>;
|
|
@@ -2178,9 +2182,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2178
2182
|
currentMonth: Ref<string | null, string | null>;
|
|
2179
2183
|
currentMonthName: Ref<string | null, string | null>;
|
|
2180
2184
|
toggleDatePicker: () => void;
|
|
2181
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult |
|
|
2185
|
+
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => Promise<import('../../../composables/validation/useValidation').ValidationResult> | import('../../../composables/validation/useValidation').ValidationResult;
|
|
2182
2186
|
clearValidation: () => void;
|
|
2183
|
-
validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
|
|
2187
|
+
validateDates: (forceValidation?: boolean) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult | undefined>;
|
|
2184
2188
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
2185
2189
|
formatted: string;
|
|
2186
2190
|
cursorPos: number;
|
|
@@ -2191,15 +2195,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2191
2195
|
message: string;
|
|
2192
2196
|
};
|
|
2193
2197
|
displayFormattedDate: Ref<string, string>;
|
|
2194
|
-
handleDateSelected: (value:
|
|
2198
|
+
handleDateSelected: (value: DateModelValue) => void;
|
|
2195
2199
|
resetViewMode: () => void;
|
|
2196
2200
|
reset: () => void;
|
|
2197
2201
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2198
2202
|
input: (value: string) => any;
|
|
2199
2203
|
blur: () => any;
|
|
2200
2204
|
focus: () => any;
|
|
2201
|
-
"update:modelValue": (value:
|
|
2202
|
-
"date-selected": (value:
|
|
2205
|
+
"update:modelValue": (value: DateModelValue) => any;
|
|
2206
|
+
"date-selected": (value: DateModelValue) => any;
|
|
2203
2207
|
closed: () => any;
|
|
2204
2208
|
}, import('vue').PublicProps, {
|
|
2205
2209
|
title: string | false;
|
|
@@ -2217,7 +2221,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2217
2221
|
hint: string;
|
|
2218
2222
|
displayAsterisk: boolean;
|
|
2219
2223
|
noIcon: boolean;
|
|
2220
|
-
isValidateOnBlur: boolean;
|
|
2221
2224
|
customRules: {
|
|
2222
2225
|
type: string;
|
|
2223
2226
|
options: any;
|
|
@@ -2226,6 +2229,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2226
2229
|
type: string;
|
|
2227
2230
|
options: any;
|
|
2228
2231
|
}[];
|
|
2232
|
+
isValidateOnBlur: boolean;
|
|
2229
2233
|
persistentHint: boolean;
|
|
2230
2234
|
format: string;
|
|
2231
2235
|
autoClamp: boolean;
|
|
@@ -2252,8 +2256,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2252
2256
|
dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2253
2257
|
autoClamp?: boolean;
|
|
2254
2258
|
bgColor?: string;
|
|
2255
|
-
customRules?: ValidationRule[];
|
|
2256
|
-
customWarningRules?: ValidationRule[];
|
|
2259
|
+
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2260
|
+
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2257
2261
|
dateFormatReturn?: string;
|
|
2258
2262
|
density?: "default" | "comfortable" | "compact";
|
|
2259
2263
|
disableErrorHandling?: boolean;
|
|
@@ -2268,7 +2272,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2268
2272
|
isOutlined?: boolean;
|
|
2269
2273
|
isValidateOnBlur?: boolean;
|
|
2270
2274
|
label: string;
|
|
2271
|
-
modelValue?:
|
|
2275
|
+
modelValue?: DateModelValue;
|
|
2272
2276
|
noIcon?: boolean;
|
|
2273
2277
|
persistentHint?: boolean;
|
|
2274
2278
|
placeholder?: string;
|
|
@@ -2276,12 +2280,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2276
2280
|
required?: boolean;
|
|
2277
2281
|
showSuccessMessages?: boolean;
|
|
2278
2282
|
title?: string | false;
|
|
2283
|
+
skipInternalValidation?: boolean;
|
|
2279
2284
|
}> & Readonly<{
|
|
2280
2285
|
onInput?: ((value: string) => any) | undefined;
|
|
2281
2286
|
onBlur?: (() => any) | undefined;
|
|
2282
2287
|
onFocus?: (() => any) | undefined;
|
|
2283
|
-
"onUpdate:model-value"?: ((value:
|
|
2284
|
-
"onDate-selected"?: ((value:
|
|
2288
|
+
"onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
|
|
2289
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
2285
2290
|
}>, {
|
|
2286
2291
|
validateOnSubmit: () => Promise<boolean>;
|
|
2287
2292
|
reset: () => void;
|
|
@@ -2291,24 +2296,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2291
2296
|
input: (value: string) => any;
|
|
2292
2297
|
blur: () => any;
|
|
2293
2298
|
focus: () => any;
|
|
2294
|
-
"update:model-value": (value:
|
|
2295
|
-
"date-selected": (value:
|
|
2299
|
+
"update:model-value": (value: DateModelValue) => any;
|
|
2300
|
+
"date-selected": (value: DateModelValue) => any;
|
|
2296
2301
|
}, import('vue').PublicProps, {
|
|
2297
2302
|
title: string | false;
|
|
2298
2303
|
disabled: boolean;
|
|
2299
2304
|
placeholder: string;
|
|
2300
2305
|
density: "default" | "comfortable" | "compact";
|
|
2301
2306
|
readonly: boolean;
|
|
2302
|
-
modelValue:
|
|
2307
|
+
modelValue: DateModelValue;
|
|
2303
2308
|
bgColor: string;
|
|
2304
2309
|
required: boolean;
|
|
2305
2310
|
showSuccessMessages: boolean;
|
|
2306
2311
|
disableErrorHandling: boolean;
|
|
2307
2312
|
hint: string;
|
|
2308
2313
|
noIcon: boolean;
|
|
2314
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2315
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
2309
2316
|
isValidateOnBlur: boolean;
|
|
2310
|
-
customRules: ValidationRule[];
|
|
2311
|
-
customWarningRules: ValidationRule[];
|
|
2312
2317
|
persistentHint: boolean;
|
|
2313
2318
|
format: string;
|
|
2314
2319
|
autoClamp: boolean;
|
|
@@ -2319,6 +2324,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2319
2324
|
displayPrependIcon: boolean;
|
|
2320
2325
|
externalErrorMessages: string[];
|
|
2321
2326
|
isOutlined: boolean;
|
|
2327
|
+
skipInternalValidation: boolean;
|
|
2322
2328
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
2323
2329
|
inputRef: ({
|
|
2324
2330
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -2336,7 +2342,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2336
2342
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
2337
2343
|
readonly isClearable?: boolean | undefined;
|
|
2338
2344
|
readonly showDivider?: boolean | undefined;
|
|
2339
|
-
readonly label
|
|
2345
|
+
readonly label?: string | undefined;
|
|
2340
2346
|
readonly readonly?: boolean | undefined;
|
|
2341
2347
|
readonly isActive?: boolean | undefined;
|
|
2342
2348
|
readonly baseColor?: string | undefined;
|
|
@@ -2381,22 +2387,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2381
2387
|
readonly helpText?: string | undefined;
|
|
2382
2388
|
readonly maxlength?: string | number | undefined;
|
|
2383
2389
|
readonly title?: string | false | undefined;
|
|
2384
|
-
readonly
|
|
2385
|
-
readonly
|
|
2386
|
-
readonly
|
|
2390
|
+
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2391
|
+
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2392
|
+
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
2387
2393
|
readonly disableErrorHandling?: boolean | undefined;
|
|
2388
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
2389
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
2390
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
2391
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
2392
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
2393
2394
|
readonly errorMessages?: string[] | null | undefined;
|
|
2394
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
2395
|
-
readonly successMessages?: string[] | null | undefined;
|
|
2396
2395
|
readonly hasError?: boolean | undefined;
|
|
2397
|
-
readonly hasWarning?: boolean | undefined;
|
|
2398
2396
|
readonly hasSuccess?: boolean | undefined;
|
|
2397
|
+
readonly hasWarning?: boolean | undefined;
|
|
2398
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
2399
2399
|
readonly maxErrors?: number | undefined;
|
|
2400
|
+
readonly required?: boolean | undefined;
|
|
2401
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
2402
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
2403
|
+
readonly successMessages?: string[] | null | undefined;
|
|
2404
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
2405
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
2400
2406
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
2401
2407
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
2402
2408
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -3981,16 +3987,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3981
3987
|
autocomplete: string;
|
|
3982
3988
|
helpText: string;
|
|
3983
3989
|
maxlength: string | number;
|
|
3990
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
3991
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
3992
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
3993
|
+
hasError: boolean;
|
|
3994
|
+
hasSuccess: boolean;
|
|
3995
|
+
hasWarning: boolean;
|
|
3984
3996
|
isValidateOnBlur: boolean;
|
|
3997
|
+
successMessages: string[] | null;
|
|
3985
3998
|
useVuetifyValidation: boolean;
|
|
3986
|
-
customRules: ValidationRule[];
|
|
3987
|
-
customWarningRules: ValidationRule[];
|
|
3988
|
-
customSuccessRules: ValidationRule[];
|
|
3989
3999
|
warningMessages: string[] | null;
|
|
3990
|
-
successMessages: string[] | null;
|
|
3991
|
-
hasError: boolean;
|
|
3992
|
-
hasWarning: boolean;
|
|
3993
|
-
hasSuccess: boolean;
|
|
3994
4000
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
3995
4001
|
beforeCreate?: (() => void) | (() => void)[];
|
|
3996
4002
|
created?: (() => void) | (() => void)[];
|
|
@@ -4073,16 +4079,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4073
4079
|
autocomplete: string;
|
|
4074
4080
|
helpText: string;
|
|
4075
4081
|
maxlength: string | number;
|
|
4082
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4083
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4084
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4085
|
+
hasError: boolean;
|
|
4086
|
+
hasSuccess: boolean;
|
|
4087
|
+
hasWarning: boolean;
|
|
4076
4088
|
isValidateOnBlur: boolean;
|
|
4089
|
+
successMessages: string[] | null;
|
|
4077
4090
|
useVuetifyValidation: boolean;
|
|
4078
|
-
customRules: ValidationRule[];
|
|
4079
|
-
customWarningRules: ValidationRule[];
|
|
4080
|
-
customSuccessRules: ValidationRule[];
|
|
4081
4091
|
warningMessages: string[] | null;
|
|
4082
|
-
successMessages: string[] | null;
|
|
4083
|
-
hasError: boolean;
|
|
4084
|
-
hasWarning: boolean;
|
|
4085
|
-
hasSuccess: boolean;
|
|
4086
4092
|
}> & Omit<Readonly<{
|
|
4087
4093
|
modelValue?: string | number | null | undefined;
|
|
4088
4094
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -4150,7 +4156,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4150
4156
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4151
4157
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4152
4158
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4153
|
-
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "
|
|
4159
|
+
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "customRules" | "customSuccessRules" | "customWarningRules" | "hasError" | "hasSuccess" | "hasWarning" | "isValidateOnBlur" | "successMessages" | "useVuetifyValidation" | "warningMessages")> & {
|
|
4154
4160
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
4155
4161
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
4156
4162
|
$slots: {
|
|
@@ -4172,8 +4178,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4172
4178
|
}, Readonly<{
|
|
4173
4179
|
autoClamp?: boolean;
|
|
4174
4180
|
bgColor?: string;
|
|
4175
|
-
customRules?: ValidationRule[];
|
|
4176
|
-
customWarningRules?: ValidationRule[];
|
|
4181
|
+
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4182
|
+
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4177
4183
|
dateFormatReturn?: string;
|
|
4178
4184
|
density?: "default" | "comfortable" | "compact";
|
|
4179
4185
|
disableErrorHandling?: boolean;
|
|
@@ -4188,7 +4194,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4188
4194
|
isOutlined?: boolean;
|
|
4189
4195
|
isValidateOnBlur?: boolean;
|
|
4190
4196
|
label: string;
|
|
4191
|
-
modelValue?:
|
|
4197
|
+
modelValue?: DateModelValue;
|
|
4192
4198
|
noIcon?: boolean;
|
|
4193
4199
|
persistentHint?: boolean;
|
|
4194
4200
|
placeholder?: string;
|
|
@@ -4196,12 +4202,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4196
4202
|
required?: boolean;
|
|
4197
4203
|
showSuccessMessages?: boolean;
|
|
4198
4204
|
title?: string | false;
|
|
4205
|
+
skipInternalValidation?: boolean;
|
|
4199
4206
|
}> & Readonly<{
|
|
4200
4207
|
onInput?: ((value: string) => any) | undefined;
|
|
4201
4208
|
onBlur?: (() => any) | undefined;
|
|
4202
4209
|
onFocus?: (() => any) | undefined;
|
|
4203
|
-
"onUpdate:model-value"?: ((value:
|
|
4204
|
-
"onDate-selected"?: ((value:
|
|
4210
|
+
"onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
|
|
4211
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
4205
4212
|
}>, {
|
|
4206
4213
|
validateOnSubmit: () => Promise<boolean>;
|
|
4207
4214
|
reset: () => void;
|
|
@@ -4213,16 +4220,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4213
4220
|
placeholder: string;
|
|
4214
4221
|
density: "default" | "comfortable" | "compact";
|
|
4215
4222
|
readonly: boolean;
|
|
4216
|
-
modelValue:
|
|
4223
|
+
modelValue: DateModelValue;
|
|
4217
4224
|
bgColor: string;
|
|
4218
4225
|
required: boolean;
|
|
4219
4226
|
showSuccessMessages: boolean;
|
|
4220
4227
|
disableErrorHandling: boolean;
|
|
4221
4228
|
hint: string;
|
|
4222
4229
|
noIcon: boolean;
|
|
4230
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4231
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4223
4232
|
isValidateOnBlur: boolean;
|
|
4224
|
-
customRules: ValidationRule[];
|
|
4225
|
-
customWarningRules: ValidationRule[];
|
|
4226
4233
|
persistentHint: boolean;
|
|
4227
4234
|
format: string;
|
|
4228
4235
|
autoClamp: boolean;
|
|
@@ -4233,13 +4240,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4233
4240
|
displayPrependIcon: boolean;
|
|
4234
4241
|
externalErrorMessages: string[];
|
|
4235
4242
|
isOutlined: boolean;
|
|
4243
|
+
skipInternalValidation: boolean;
|
|
4236
4244
|
}> | null;
|
|
4237
4245
|
menuActivatorRef: HTMLDivElement;
|
|
4238
4246
|
dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4239
4247
|
autoClamp?: boolean;
|
|
4240
4248
|
bgColor?: string;
|
|
4241
|
-
customRules?: ValidationRule[];
|
|
4242
|
-
customWarningRules?: ValidationRule[];
|
|
4249
|
+
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4250
|
+
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4243
4251
|
dateFormatReturn?: string;
|
|
4244
4252
|
density?: "default" | "comfortable" | "compact";
|
|
4245
4253
|
disableErrorHandling?: boolean;
|
|
@@ -4254,7 +4262,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4254
4262
|
isOutlined?: boolean;
|
|
4255
4263
|
isValidateOnBlur?: boolean;
|
|
4256
4264
|
label: string;
|
|
4257
|
-
modelValue?:
|
|
4265
|
+
modelValue?: DateModelValue;
|
|
4258
4266
|
noIcon?: boolean;
|
|
4259
4267
|
persistentHint?: boolean;
|
|
4260
4268
|
placeholder?: string;
|
|
@@ -4262,12 +4270,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4262
4270
|
required?: boolean;
|
|
4263
4271
|
showSuccessMessages?: boolean;
|
|
4264
4272
|
title?: string | false;
|
|
4273
|
+
skipInternalValidation?: boolean;
|
|
4265
4274
|
}> & Readonly<{
|
|
4266
4275
|
onInput?: ((value: string) => any) | undefined;
|
|
4267
4276
|
onBlur?: (() => any) | undefined;
|
|
4268
4277
|
onFocus?: (() => any) | undefined;
|
|
4269
|
-
"onUpdate:model-value"?: ((value:
|
|
4270
|
-
"onDate-selected"?: ((value:
|
|
4278
|
+
"onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
|
|
4279
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
4271
4280
|
}>, {
|
|
4272
4281
|
validateOnSubmit: () => Promise<boolean>;
|
|
4273
4282
|
reset: () => void;
|
|
@@ -4277,24 +4286,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4277
4286
|
input: (value: string) => any;
|
|
4278
4287
|
blur: () => any;
|
|
4279
4288
|
focus: () => any;
|
|
4280
|
-
"update:model-value": (value:
|
|
4281
|
-
"date-selected": (value:
|
|
4289
|
+
"update:model-value": (value: DateModelValue) => any;
|
|
4290
|
+
"date-selected": (value: DateModelValue) => any;
|
|
4282
4291
|
}, import('vue').PublicProps, {
|
|
4283
4292
|
title: string | false;
|
|
4284
4293
|
disabled: boolean;
|
|
4285
4294
|
placeholder: string;
|
|
4286
4295
|
density: "default" | "comfortable" | "compact";
|
|
4287
4296
|
readonly: boolean;
|
|
4288
|
-
modelValue:
|
|
4297
|
+
modelValue: DateModelValue;
|
|
4289
4298
|
bgColor: string;
|
|
4290
4299
|
required: boolean;
|
|
4291
4300
|
showSuccessMessages: boolean;
|
|
4292
4301
|
disableErrorHandling: boolean;
|
|
4293
4302
|
hint: string;
|
|
4294
4303
|
noIcon: boolean;
|
|
4304
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4305
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
4295
4306
|
isValidateOnBlur: boolean;
|
|
4296
|
-
customRules: ValidationRule[];
|
|
4297
|
-
customWarningRules: ValidationRule[];
|
|
4298
4307
|
persistentHint: boolean;
|
|
4299
4308
|
format: string;
|
|
4300
4309
|
autoClamp: boolean;
|
|
@@ -4305,6 +4314,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4305
4314
|
displayPrependIcon: boolean;
|
|
4306
4315
|
externalErrorMessages: string[];
|
|
4307
4316
|
isOutlined: boolean;
|
|
4317
|
+
skipInternalValidation: boolean;
|
|
4308
4318
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
4309
4319
|
inputRef: ({
|
|
4310
4320
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -4322,7 +4332,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4322
4332
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
4323
4333
|
readonly isClearable?: boolean | undefined;
|
|
4324
4334
|
readonly showDivider?: boolean | undefined;
|
|
4325
|
-
readonly label
|
|
4335
|
+
readonly label?: string | undefined;
|
|
4326
4336
|
readonly readonly?: boolean | undefined;
|
|
4327
4337
|
readonly isActive?: boolean | undefined;
|
|
4328
4338
|
readonly baseColor?: string | undefined;
|
|
@@ -4367,22 +4377,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4367
4377
|
readonly helpText?: string | undefined;
|
|
4368
4378
|
readonly maxlength?: string | number | undefined;
|
|
4369
4379
|
readonly title?: string | false | undefined;
|
|
4370
|
-
readonly
|
|
4371
|
-
readonly
|
|
4372
|
-
readonly
|
|
4380
|
+
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
4381
|
+
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
4382
|
+
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
4373
4383
|
readonly disableErrorHandling?: boolean | undefined;
|
|
4374
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
4375
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
4376
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
4377
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
4378
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
4379
4384
|
readonly errorMessages?: string[] | null | undefined;
|
|
4380
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
4381
|
-
readonly successMessages?: string[] | null | undefined;
|
|
4382
4385
|
readonly hasError?: boolean | undefined;
|
|
4383
|
-
readonly hasWarning?: boolean | undefined;
|
|
4384
4386
|
readonly hasSuccess?: boolean | undefined;
|
|
4387
|
+
readonly hasWarning?: boolean | undefined;
|
|
4388
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
4385
4389
|
readonly maxErrors?: number | undefined;
|
|
4390
|
+
readonly required?: boolean | undefined;
|
|
4391
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
4392
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
4393
|
+
readonly successMessages?: string[] | null | undefined;
|
|
4394
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
4395
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
4386
4396
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
4387
4397
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
4388
4398
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -5967,16 +5977,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5967
5977
|
autocomplete: string;
|
|
5968
5978
|
helpText: string;
|
|
5969
5979
|
maxlength: string | number;
|
|
5980
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
5981
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
5982
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
5983
|
+
hasError: boolean;
|
|
5984
|
+
hasSuccess: boolean;
|
|
5985
|
+
hasWarning: boolean;
|
|
5970
5986
|
isValidateOnBlur: boolean;
|
|
5987
|
+
successMessages: string[] | null;
|
|
5971
5988
|
useVuetifyValidation: boolean;
|
|
5972
|
-
customRules: ValidationRule[];
|
|
5973
|
-
customWarningRules: ValidationRule[];
|
|
5974
|
-
customSuccessRules: ValidationRule[];
|
|
5975
5989
|
warningMessages: string[] | null;
|
|
5976
|
-
successMessages: string[] | null;
|
|
5977
|
-
hasError: boolean;
|
|
5978
|
-
hasWarning: boolean;
|
|
5979
|
-
hasSuccess: boolean;
|
|
5980
5990
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
5981
5991
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5982
5992
|
created?: (() => void) | (() => void)[];
|
|
@@ -6059,16 +6069,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6059
6069
|
autocomplete: string;
|
|
6060
6070
|
helpText: string;
|
|
6061
6071
|
maxlength: string | number;
|
|
6072
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6073
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6074
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6075
|
+
hasError: boolean;
|
|
6076
|
+
hasSuccess: boolean;
|
|
6077
|
+
hasWarning: boolean;
|
|
6062
6078
|
isValidateOnBlur: boolean;
|
|
6079
|
+
successMessages: string[] | null;
|
|
6063
6080
|
useVuetifyValidation: boolean;
|
|
6064
|
-
customRules: ValidationRule[];
|
|
6065
|
-
customWarningRules: ValidationRule[];
|
|
6066
|
-
customSuccessRules: ValidationRule[];
|
|
6067
6081
|
warningMessages: string[] | null;
|
|
6068
|
-
successMessages: string[] | null;
|
|
6069
|
-
hasError: boolean;
|
|
6070
|
-
hasWarning: boolean;
|
|
6071
|
-
hasSuccess: boolean;
|
|
6072
6082
|
}> & Omit<Readonly<{
|
|
6073
6083
|
modelValue?: string | number | null | undefined;
|
|
6074
6084
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -6136,7 +6146,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6136
6146
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
6137
6147
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6138
6148
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6139
|
-
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "
|
|
6149
|
+
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "customRules" | "customSuccessRules" | "customWarningRules" | "hasError" | "hasSuccess" | "hasWarning" | "isValidateOnBlur" | "successMessages" | "useVuetifyValidation" | "warningMessages")> & {
|
|
6140
6150
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
6141
6151
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
6142
6152
|
$slots: {
|
|
@@ -6158,8 +6168,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6158
6168
|
}, Readonly<{
|
|
6159
6169
|
autoClamp?: boolean;
|
|
6160
6170
|
bgColor?: string;
|
|
6161
|
-
customRules?: ValidationRule[];
|
|
6162
|
-
customWarningRules?: ValidationRule[];
|
|
6171
|
+
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6172
|
+
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6163
6173
|
dateFormatReturn?: string;
|
|
6164
6174
|
density?: "default" | "comfortable" | "compact";
|
|
6165
6175
|
disableErrorHandling?: boolean;
|
|
@@ -6174,7 +6184,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6174
6184
|
isOutlined?: boolean;
|
|
6175
6185
|
isValidateOnBlur?: boolean;
|
|
6176
6186
|
label: string;
|
|
6177
|
-
modelValue?:
|
|
6187
|
+
modelValue?: DateModelValue;
|
|
6178
6188
|
noIcon?: boolean;
|
|
6179
6189
|
persistentHint?: boolean;
|
|
6180
6190
|
placeholder?: string;
|
|
@@ -6182,12 +6192,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6182
6192
|
required?: boolean;
|
|
6183
6193
|
showSuccessMessages?: boolean;
|
|
6184
6194
|
title?: string | false;
|
|
6195
|
+
skipInternalValidation?: boolean;
|
|
6185
6196
|
}> & Readonly<{
|
|
6186
6197
|
onInput?: ((value: string) => any) | undefined;
|
|
6187
6198
|
onBlur?: (() => any) | undefined;
|
|
6188
6199
|
onFocus?: (() => any) | undefined;
|
|
6189
|
-
"onUpdate:model-value"?: ((value:
|
|
6190
|
-
"onDate-selected"?: ((value:
|
|
6200
|
+
"onUpdate:model-value"?: ((value: DateModelValue) => any) | undefined;
|
|
6201
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
6191
6202
|
}>, {
|
|
6192
6203
|
validateOnSubmit: () => Promise<boolean>;
|
|
6193
6204
|
reset: () => void;
|
|
@@ -6199,16 +6210,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6199
6210
|
placeholder: string;
|
|
6200
6211
|
density: "default" | "comfortable" | "compact";
|
|
6201
6212
|
readonly: boolean;
|
|
6202
|
-
modelValue:
|
|
6213
|
+
modelValue: DateModelValue;
|
|
6203
6214
|
bgColor: string;
|
|
6204
6215
|
required: boolean;
|
|
6205
6216
|
showSuccessMessages: boolean;
|
|
6206
6217
|
disableErrorHandling: boolean;
|
|
6207
6218
|
hint: string;
|
|
6208
6219
|
noIcon: boolean;
|
|
6220
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6221
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
6209
6222
|
isValidateOnBlur: boolean;
|
|
6210
|
-
customRules: ValidationRule[];
|
|
6211
|
-
customWarningRules: ValidationRule[];
|
|
6212
6223
|
persistentHint: boolean;
|
|
6213
6224
|
format: string;
|
|
6214
6225
|
autoClamp: boolean;
|
|
@@ -6219,6 +6230,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6219
6230
|
displayPrependIcon: boolean;
|
|
6220
6231
|
externalErrorMessages: string[];
|
|
6221
6232
|
isOutlined: boolean;
|
|
6233
|
+
skipInternalValidation: boolean;
|
|
6222
6234
|
}> | null;
|
|
6223
6235
|
datePickerRef: ({
|
|
6224
6236
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -6719,8 +6731,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6719
6731
|
onInput?: ((value: string) => any) | undefined;
|
|
6720
6732
|
onBlur?: (() => any) | undefined;
|
|
6721
6733
|
onFocus?: (() => any) | undefined;
|
|
6722
|
-
"onUpdate:modelValue"?: ((value:
|
|
6723
|
-
"onDate-selected"?: ((value:
|
|
6734
|
+
"onUpdate:modelValue"?: ((value: DateModelValue) => any) | undefined;
|
|
6735
|
+
"onDate-selected"?: ((value: DateModelValue) => any) | undefined;
|
|
6724
6736
|
onClosed?: (() => any) | undefined;
|
|
6725
6737
|
}>, {
|
|
6726
6738
|
validateOnSubmit: () => Promise<boolean>;
|
|
@@ -6736,9 +6748,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6736
6748
|
currentMonth: Ref<string | null, string | null>;
|
|
6737
6749
|
currentMonthName: Ref<string | null, string | null>;
|
|
6738
6750
|
toggleDatePicker: () => void;
|
|
6739
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult |
|
|
6751
|
+
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => Promise<import('../../../composables/validation/useValidation').ValidationResult> | import('../../../composables/validation/useValidation').ValidationResult;
|
|
6740
6752
|
clearValidation: () => void;
|
|
6741
|
-
validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
|
|
6753
|
+
validateDates: (forceValidation?: boolean) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult | undefined>;
|
|
6742
6754
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
6743
6755
|
formatted: string;
|
|
6744
6756
|
cursorPos: number;
|
|
@@ -6749,7 +6761,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6749
6761
|
message: string;
|
|
6750
6762
|
};
|
|
6751
6763
|
displayFormattedDate: Ref<string, string>;
|
|
6752
|
-
handleDateSelected: (value:
|
|
6764
|
+
handleDateSelected: (value: DateModelValue) => void;
|
|
6753
6765
|
resetViewMode: () => void;
|
|
6754
6766
|
reset: () => void;
|
|
6755
6767
|
}, {}, {}, {}, {
|
|
@@ -6768,7 +6780,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6768
6780
|
hint: string;
|
|
6769
6781
|
displayAsterisk: boolean;
|
|
6770
6782
|
noIcon: boolean;
|
|
6771
|
-
isValidateOnBlur: boolean;
|
|
6772
6783
|
customRules: {
|
|
6773
6784
|
type: string;
|
|
6774
6785
|
options: any;
|
|
@@ -6777,6 +6788,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6777
6788
|
type: string;
|
|
6778
6789
|
options: any;
|
|
6779
6790
|
}[];
|
|
6791
|
+
isValidateOnBlur: boolean;
|
|
6780
6792
|
persistentHint: boolean;
|
|
6781
6793
|
format: string;
|
|
6782
6794
|
autoClamp: boolean;
|
|
@@ -6815,7 +6827,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6815
6827
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
6816
6828
|
readonly isClearable?: boolean | undefined;
|
|
6817
6829
|
readonly showDivider?: boolean | undefined;
|
|
6818
|
-
readonly label
|
|
6830
|
+
readonly label?: string | undefined;
|
|
6819
6831
|
readonly readonly?: boolean | undefined;
|
|
6820
6832
|
readonly isActive?: boolean | undefined;
|
|
6821
6833
|
readonly baseColor?: string | undefined;
|
|
@@ -6860,22 +6872,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6860
6872
|
readonly helpText?: string | undefined;
|
|
6861
6873
|
readonly maxlength?: string | number | undefined;
|
|
6862
6874
|
readonly title?: string | false | undefined;
|
|
6863
|
-
readonly
|
|
6864
|
-
readonly
|
|
6865
|
-
readonly
|
|
6875
|
+
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
6876
|
+
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
6877
|
+
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
6866
6878
|
readonly disableErrorHandling?: boolean | undefined;
|
|
6867
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
6868
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
6869
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
6870
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
6871
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
6872
6879
|
readonly errorMessages?: string[] | null | undefined;
|
|
6873
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
6874
|
-
readonly successMessages?: string[] | null | undefined;
|
|
6875
6880
|
readonly hasError?: boolean | undefined;
|
|
6876
|
-
readonly hasWarning?: boolean | undefined;
|
|
6877
6881
|
readonly hasSuccess?: boolean | undefined;
|
|
6882
|
+
readonly hasWarning?: boolean | undefined;
|
|
6883
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
6878
6884
|
readonly maxErrors?: number | undefined;
|
|
6885
|
+
readonly required?: boolean | undefined;
|
|
6886
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
6887
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
6888
|
+
readonly successMessages?: string[] | null | undefined;
|
|
6889
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
6890
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
6879
6891
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
6880
6892
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
6881
6893
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -8460,16 +8472,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8460
8472
|
autocomplete: string;
|
|
8461
8473
|
helpText: string;
|
|
8462
8474
|
maxlength: string | number;
|
|
8475
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8476
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8477
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8478
|
+
hasError: boolean;
|
|
8479
|
+
hasSuccess: boolean;
|
|
8480
|
+
hasWarning: boolean;
|
|
8463
8481
|
isValidateOnBlur: boolean;
|
|
8482
|
+
successMessages: string[] | null;
|
|
8464
8483
|
useVuetifyValidation: boolean;
|
|
8465
|
-
customRules: ValidationRule[];
|
|
8466
|
-
customWarningRules: ValidationRule[];
|
|
8467
|
-
customSuccessRules: ValidationRule[];
|
|
8468
8484
|
warningMessages: string[] | null;
|
|
8469
|
-
successMessages: string[] | null;
|
|
8470
|
-
hasError: boolean;
|
|
8471
|
-
hasWarning: boolean;
|
|
8472
|
-
hasSuccess: boolean;
|
|
8473
8485
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
8474
8486
|
beforeCreate?: (() => void) | (() => void)[];
|
|
8475
8487
|
created?: (() => void) | (() => void)[];
|
|
@@ -8552,16 +8564,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8552
8564
|
autocomplete: string;
|
|
8553
8565
|
helpText: string;
|
|
8554
8566
|
maxlength: string | number;
|
|
8567
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8568
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8569
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
8570
|
+
hasError: boolean;
|
|
8571
|
+
hasSuccess: boolean;
|
|
8572
|
+
hasWarning: boolean;
|
|
8555
8573
|
isValidateOnBlur: boolean;
|
|
8574
|
+
successMessages: string[] | null;
|
|
8556
8575
|
useVuetifyValidation: boolean;
|
|
8557
|
-
customRules: ValidationRule[];
|
|
8558
|
-
customWarningRules: ValidationRule[];
|
|
8559
|
-
customSuccessRules: ValidationRule[];
|
|
8560
8576
|
warningMessages: string[] | null;
|
|
8561
|
-
successMessages: string[] | null;
|
|
8562
|
-
hasError: boolean;
|
|
8563
|
-
hasWarning: boolean;
|
|
8564
|
-
hasSuccess: boolean;
|
|
8565
8577
|
}> & Omit<Readonly<{
|
|
8566
8578
|
modelValue?: string | number | null | undefined;
|
|
8567
8579
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -8629,7 +8641,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8629
8641
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8630
8642
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8631
8643
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8632
|
-
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "
|
|
8644
|
+
}>, "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" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "customRules" | "customSuccessRules" | "customWarningRules" | "hasError" | "hasSuccess" | "hasWarning" | "isValidateOnBlur" | "successMessages" | "useVuetifyValidation" | "warningMessages")> & {
|
|
8633
8645
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
8634
8646
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
8635
8647
|
$slots: {
|