@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
|
@@ -121,11 +121,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
121
121
|
useCombinedMode?: boolean;
|
|
122
122
|
width?: string;
|
|
123
123
|
}> & Readonly<{
|
|
124
|
-
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
124
|
+
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
125
125
|
onBlur?: (() => any) | undefined;
|
|
126
126
|
onFocus?: (() => any) | undefined;
|
|
127
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
128
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
127
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
128
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
129
129
|
onClosed?: (() => any) | undefined;
|
|
130
130
|
}>, {
|
|
131
131
|
validateOnSubmit: () => Promise<any>;
|
|
@@ -139,11 +139,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
139
139
|
updateSelectedDates: (input: Date | Date[] | string | string[] | null | undefined) => void;
|
|
140
140
|
handleSelectToday: () => void;
|
|
141
141
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
142
|
-
input: (value: import('../../composables/date/useDateInitializationDayjs').
|
|
142
|
+
input: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
143
143
|
blur: () => any;
|
|
144
144
|
focus: () => any;
|
|
145
|
-
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
146
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
145
|
+
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
146
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
147
147
|
closed: () => any;
|
|
148
148
|
}, import('vue').PublicProps, {
|
|
149
149
|
title: string | false;
|
|
@@ -161,7 +161,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
161
161
|
hint: string;
|
|
162
162
|
displayAsterisk: boolean;
|
|
163
163
|
noIcon: boolean;
|
|
164
|
-
isValidateOnBlur: boolean;
|
|
165
164
|
customRules: {
|
|
166
165
|
type: string;
|
|
167
166
|
options: any;
|
|
@@ -170,6 +169,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
170
169
|
type: string;
|
|
171
170
|
options: any;
|
|
172
171
|
}[];
|
|
172
|
+
isValidateOnBlur: boolean;
|
|
173
173
|
persistentHint: boolean;
|
|
174
174
|
hideDetails: boolean | "auto";
|
|
175
175
|
format: string;
|
|
@@ -213,7 +213,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
213
213
|
isOutlined?: boolean;
|
|
214
214
|
isValidateOnBlur?: boolean;
|
|
215
215
|
label: string;
|
|
216
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
216
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
217
217
|
noIcon?: boolean;
|
|
218
218
|
persistentHint?: boolean;
|
|
219
219
|
placeholder?: string;
|
|
@@ -221,12 +221,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
221
221
|
required?: boolean;
|
|
222
222
|
showSuccessMessages?: boolean;
|
|
223
223
|
title?: string | false;
|
|
224
|
+
skipInternalValidation?: boolean;
|
|
224
225
|
}> & Readonly<{
|
|
225
226
|
onInput?: ((value: string) => any) | undefined;
|
|
226
227
|
onBlur?: (() => any) | undefined;
|
|
227
228
|
onFocus?: (() => any) | undefined;
|
|
228
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
229
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
229
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
230
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
230
231
|
}>, {
|
|
231
232
|
validateOnSubmit: () => Promise<boolean>;
|
|
232
233
|
reset: () => void;
|
|
@@ -236,24 +237,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
236
237
|
input: (value: string) => any;
|
|
237
238
|
blur: () => any;
|
|
238
239
|
focus: () => any;
|
|
239
|
-
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
240
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
240
|
+
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
241
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
241
242
|
}, import('vue').PublicProps, {
|
|
242
243
|
title: string | false;
|
|
243
244
|
disabled: boolean;
|
|
244
245
|
placeholder: string;
|
|
245
246
|
density: "default" | "comfortable" | "compact";
|
|
246
247
|
readonly: boolean;
|
|
247
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
248
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
248
249
|
bgColor: string;
|
|
249
250
|
required: boolean;
|
|
250
251
|
showSuccessMessages: boolean;
|
|
251
252
|
disableErrorHandling: boolean;
|
|
252
253
|
hint: string;
|
|
253
254
|
noIcon: boolean;
|
|
254
|
-
isValidateOnBlur: boolean;
|
|
255
255
|
customRules: ValidationRule[];
|
|
256
256
|
customWarningRules: ValidationRule[];
|
|
257
|
+
isValidateOnBlur: boolean;
|
|
257
258
|
persistentHint: boolean;
|
|
258
259
|
format: string;
|
|
259
260
|
autoClamp: boolean;
|
|
@@ -264,6 +265,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
264
265
|
displayPrependIcon: boolean;
|
|
265
266
|
externalErrorMessages: string[];
|
|
266
267
|
isOutlined: boolean;
|
|
268
|
+
skipInternalValidation: boolean;
|
|
267
269
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
268
270
|
inputRef: ({
|
|
269
271
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -281,7 +283,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
281
283
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
282
284
|
readonly isClearable?: boolean | undefined;
|
|
283
285
|
readonly showDivider?: boolean | undefined;
|
|
284
|
-
readonly label
|
|
286
|
+
readonly label?: string | undefined;
|
|
285
287
|
readonly readonly?: boolean | undefined;
|
|
286
288
|
readonly isActive?: boolean | undefined;
|
|
287
289
|
readonly baseColor?: string | undefined;
|
|
@@ -326,22 +328,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
326
328
|
readonly helpText?: string | undefined;
|
|
327
329
|
readonly maxlength?: string | number | undefined;
|
|
328
330
|
readonly title?: string | false | undefined;
|
|
329
|
-
readonly required?: boolean | undefined;
|
|
330
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
331
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
332
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
333
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
334
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
335
331
|
readonly customRules?: ValidationRule[] | undefined;
|
|
336
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
337
332
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
333
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
334
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
338
335
|
readonly errorMessages?: string[] | null | undefined;
|
|
339
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
340
|
-
readonly successMessages?: string[] | null | undefined;
|
|
341
336
|
readonly hasError?: boolean | undefined;
|
|
342
|
-
readonly hasWarning?: boolean | undefined;
|
|
343
337
|
readonly hasSuccess?: boolean | undefined;
|
|
338
|
+
readonly hasWarning?: boolean | undefined;
|
|
339
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
344
340
|
readonly maxErrors?: number | undefined;
|
|
341
|
+
readonly required?: boolean | undefined;
|
|
342
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
343
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
344
|
+
readonly successMessages?: string[] | null | undefined;
|
|
345
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
346
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
345
347
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
346
348
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
347
349
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -1926,16 +1928,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1926
1928
|
autocomplete: string;
|
|
1927
1929
|
helpText: string;
|
|
1928
1930
|
maxlength: string | number;
|
|
1929
|
-
isValidateOnBlur: boolean;
|
|
1930
|
-
useVuetifyValidation: boolean;
|
|
1931
1931
|
customRules: ValidationRule[];
|
|
1932
|
-
customWarningRules: ValidationRule[];
|
|
1933
1932
|
customSuccessRules: ValidationRule[];
|
|
1934
|
-
|
|
1935
|
-
successMessages: string[] | null;
|
|
1933
|
+
customWarningRules: ValidationRule[];
|
|
1936
1934
|
hasError: boolean;
|
|
1937
|
-
hasWarning: boolean;
|
|
1938
1935
|
hasSuccess: boolean;
|
|
1936
|
+
hasWarning: boolean;
|
|
1937
|
+
isValidateOnBlur: boolean;
|
|
1938
|
+
successMessages: string[] | null;
|
|
1939
|
+
useVuetifyValidation: boolean;
|
|
1940
|
+
warningMessages: string[] | null;
|
|
1939
1941
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1940
1942
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1941
1943
|
created?: (() => void) | (() => void)[];
|
|
@@ -2018,16 +2020,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2018
2020
|
autocomplete: string;
|
|
2019
2021
|
helpText: string;
|
|
2020
2022
|
maxlength: string | number;
|
|
2021
|
-
isValidateOnBlur: boolean;
|
|
2022
|
-
useVuetifyValidation: boolean;
|
|
2023
2023
|
customRules: ValidationRule[];
|
|
2024
|
-
customWarningRules: ValidationRule[];
|
|
2025
2024
|
customSuccessRules: ValidationRule[];
|
|
2026
|
-
|
|
2027
|
-
successMessages: string[] | null;
|
|
2025
|
+
customWarningRules: ValidationRule[];
|
|
2028
2026
|
hasError: boolean;
|
|
2029
|
-
hasWarning: boolean;
|
|
2030
2027
|
hasSuccess: boolean;
|
|
2028
|
+
hasWarning: boolean;
|
|
2029
|
+
isValidateOnBlur: boolean;
|
|
2030
|
+
successMessages: string[] | null;
|
|
2031
|
+
useVuetifyValidation: boolean;
|
|
2032
|
+
warningMessages: string[] | null;
|
|
2031
2033
|
}> & Omit<Readonly<{
|
|
2032
2034
|
modelValue?: string | number | null | undefined;
|
|
2033
2035
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -2095,7 +2097,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2095
2097
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2096
2098
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2097
2099
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2098
|
-
}>, "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" | "
|
|
2100
|
+
}>, "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")> & {
|
|
2099
2101
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
2100
2102
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2101
2103
|
$slots: {
|
|
@@ -2133,7 +2135,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2133
2135
|
isOutlined?: boolean;
|
|
2134
2136
|
isValidateOnBlur?: boolean;
|
|
2135
2137
|
label: string;
|
|
2136
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
2138
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
2137
2139
|
noIcon?: boolean;
|
|
2138
2140
|
persistentHint?: boolean;
|
|
2139
2141
|
placeholder?: string;
|
|
@@ -2141,12 +2143,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2141
2143
|
required?: boolean;
|
|
2142
2144
|
showSuccessMessages?: boolean;
|
|
2143
2145
|
title?: string | false;
|
|
2146
|
+
skipInternalValidation?: boolean;
|
|
2144
2147
|
}> & Readonly<{
|
|
2145
2148
|
onInput?: ((value: string) => any) | undefined;
|
|
2146
2149
|
onBlur?: (() => any) | undefined;
|
|
2147
2150
|
onFocus?: (() => any) | undefined;
|
|
2148
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
2149
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
2151
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
2152
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
2150
2153
|
}>, {
|
|
2151
2154
|
validateOnSubmit: () => Promise<boolean>;
|
|
2152
2155
|
reset: () => void;
|
|
@@ -2158,16 +2161,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2158
2161
|
placeholder: string;
|
|
2159
2162
|
density: "default" | "comfortable" | "compact";
|
|
2160
2163
|
readonly: boolean;
|
|
2161
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
2164
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
2162
2165
|
bgColor: string;
|
|
2163
2166
|
required: boolean;
|
|
2164
2167
|
showSuccessMessages: boolean;
|
|
2165
2168
|
disableErrorHandling: boolean;
|
|
2166
2169
|
hint: string;
|
|
2167
2170
|
noIcon: boolean;
|
|
2168
|
-
isValidateOnBlur: boolean;
|
|
2169
2171
|
customRules: ValidationRule[];
|
|
2170
2172
|
customWarningRules: ValidationRule[];
|
|
2173
|
+
isValidateOnBlur: boolean;
|
|
2171
2174
|
persistentHint: boolean;
|
|
2172
2175
|
format: string;
|
|
2173
2176
|
autoClamp: boolean;
|
|
@@ -2178,6 +2181,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2178
2181
|
displayPrependIcon: boolean;
|
|
2179
2182
|
externalErrorMessages: string[];
|
|
2180
2183
|
isOutlined: boolean;
|
|
2184
|
+
skipInternalValidation: boolean;
|
|
2181
2185
|
}> | null;
|
|
2182
2186
|
complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2183
2187
|
autoClamp?: boolean;
|
|
@@ -2230,8 +2234,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2230
2234
|
onInput?: ((value: string) => any) | undefined;
|
|
2231
2235
|
onBlur?: (() => any) | undefined;
|
|
2232
2236
|
onFocus?: (() => any) | undefined;
|
|
2233
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
2234
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
2237
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
2238
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
2235
2239
|
onClosed?: (() => any) | undefined;
|
|
2236
2240
|
}>, {
|
|
2237
2241
|
validateOnSubmit: () => Promise<boolean>;
|
|
@@ -2247,9 +2251,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2247
2251
|
currentMonth: import('vue').Ref<string | null, string | null>;
|
|
2248
2252
|
currentMonthName: import('vue').Ref<string | null, string | null>;
|
|
2249
2253
|
toggleDatePicker: () => void;
|
|
2250
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult |
|
|
2254
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
|
|
2251
2255
|
clearValidation: () => void;
|
|
2252
|
-
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
|
|
2256
|
+
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
|
|
2253
2257
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
2254
2258
|
formatted: string;
|
|
2255
2259
|
cursorPos: number;
|
|
@@ -2260,15 +2264,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2260
2264
|
message: string;
|
|
2261
2265
|
};
|
|
2262
2266
|
displayFormattedDate: import('vue').Ref<string, string>;
|
|
2263
|
-
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').
|
|
2267
|
+
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
|
|
2264
2268
|
resetViewMode: () => void;
|
|
2265
2269
|
reset: () => void;
|
|
2266
2270
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
2267
2271
|
input: (value: string) => any;
|
|
2268
2272
|
blur: () => any;
|
|
2269
2273
|
focus: () => any;
|
|
2270
|
-
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
2271
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
2274
|
+
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
2275
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
2272
2276
|
closed: () => any;
|
|
2273
2277
|
}, import('vue').PublicProps, {
|
|
2274
2278
|
title: string | false;
|
|
@@ -2286,7 +2290,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2286
2290
|
hint: string;
|
|
2287
2291
|
displayAsterisk: boolean;
|
|
2288
2292
|
noIcon: boolean;
|
|
2289
|
-
isValidateOnBlur: boolean;
|
|
2290
2293
|
customRules: {
|
|
2291
2294
|
type: string;
|
|
2292
2295
|
options: any;
|
|
@@ -2295,6 +2298,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2295
2298
|
type: string;
|
|
2296
2299
|
options: any;
|
|
2297
2300
|
}[];
|
|
2301
|
+
isValidateOnBlur: boolean;
|
|
2298
2302
|
persistentHint: boolean;
|
|
2299
2303
|
format: string;
|
|
2300
2304
|
autoClamp: boolean;
|
|
@@ -2337,7 +2341,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2337
2341
|
isOutlined?: boolean;
|
|
2338
2342
|
isValidateOnBlur?: boolean;
|
|
2339
2343
|
label: string;
|
|
2340
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
2344
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
2341
2345
|
noIcon?: boolean;
|
|
2342
2346
|
persistentHint?: boolean;
|
|
2343
2347
|
placeholder?: string;
|
|
@@ -2345,12 +2349,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2345
2349
|
required?: boolean;
|
|
2346
2350
|
showSuccessMessages?: boolean;
|
|
2347
2351
|
title?: string | false;
|
|
2352
|
+
skipInternalValidation?: boolean;
|
|
2348
2353
|
}> & Readonly<{
|
|
2349
2354
|
onInput?: ((value: string) => any) | undefined;
|
|
2350
2355
|
onBlur?: (() => any) | undefined;
|
|
2351
2356
|
onFocus?: (() => any) | undefined;
|
|
2352
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
2353
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
2357
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
2358
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
2354
2359
|
}>, {
|
|
2355
2360
|
validateOnSubmit: () => Promise<boolean>;
|
|
2356
2361
|
reset: () => void;
|
|
@@ -2360,24 +2365,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2360
2365
|
input: (value: string) => any;
|
|
2361
2366
|
blur: () => any;
|
|
2362
2367
|
focus: () => any;
|
|
2363
|
-
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
2364
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
2368
|
+
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
2369
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
2365
2370
|
}, import('vue').PublicProps, {
|
|
2366
2371
|
title: string | false;
|
|
2367
2372
|
disabled: boolean;
|
|
2368
2373
|
placeholder: string;
|
|
2369
2374
|
density: "default" | "comfortable" | "compact";
|
|
2370
2375
|
readonly: boolean;
|
|
2371
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
2376
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
2372
2377
|
bgColor: string;
|
|
2373
2378
|
required: boolean;
|
|
2374
2379
|
showSuccessMessages: boolean;
|
|
2375
2380
|
disableErrorHandling: boolean;
|
|
2376
2381
|
hint: string;
|
|
2377
2382
|
noIcon: boolean;
|
|
2378
|
-
isValidateOnBlur: boolean;
|
|
2379
2383
|
customRules: ValidationRule[];
|
|
2380
2384
|
customWarningRules: ValidationRule[];
|
|
2385
|
+
isValidateOnBlur: boolean;
|
|
2381
2386
|
persistentHint: boolean;
|
|
2382
2387
|
format: string;
|
|
2383
2388
|
autoClamp: boolean;
|
|
@@ -2388,6 +2393,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2388
2393
|
displayPrependIcon: boolean;
|
|
2389
2394
|
externalErrorMessages: string[];
|
|
2390
2395
|
isOutlined: boolean;
|
|
2396
|
+
skipInternalValidation: boolean;
|
|
2391
2397
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
2392
2398
|
inputRef: ({
|
|
2393
2399
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -2405,7 +2411,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2405
2411
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
2406
2412
|
readonly isClearable?: boolean | undefined;
|
|
2407
2413
|
readonly showDivider?: boolean | undefined;
|
|
2408
|
-
readonly label
|
|
2414
|
+
readonly label?: string | undefined;
|
|
2409
2415
|
readonly readonly?: boolean | undefined;
|
|
2410
2416
|
readonly isActive?: boolean | undefined;
|
|
2411
2417
|
readonly baseColor?: string | undefined;
|
|
@@ -2450,22 +2456,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2450
2456
|
readonly helpText?: string | undefined;
|
|
2451
2457
|
readonly maxlength?: string | number | undefined;
|
|
2452
2458
|
readonly title?: string | false | undefined;
|
|
2453
|
-
readonly required?: boolean | undefined;
|
|
2454
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
2455
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
2456
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
2457
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
2458
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
2459
2459
|
readonly customRules?: ValidationRule[] | undefined;
|
|
2460
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
2461
2460
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
2461
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
2462
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
2462
2463
|
readonly errorMessages?: string[] | null | undefined;
|
|
2463
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
2464
|
-
readonly successMessages?: string[] | null | undefined;
|
|
2465
2464
|
readonly hasError?: boolean | undefined;
|
|
2466
|
-
readonly hasWarning?: boolean | undefined;
|
|
2467
2465
|
readonly hasSuccess?: boolean | undefined;
|
|
2466
|
+
readonly hasWarning?: boolean | undefined;
|
|
2467
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
2468
2468
|
readonly maxErrors?: number | undefined;
|
|
2469
|
+
readonly required?: boolean | undefined;
|
|
2470
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
2471
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
2472
|
+
readonly successMessages?: string[] | null | undefined;
|
|
2473
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
2474
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
2469
2475
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
2470
2476
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
2471
2477
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -4050,16 +4056,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4050
4056
|
autocomplete: string;
|
|
4051
4057
|
helpText: string;
|
|
4052
4058
|
maxlength: string | number;
|
|
4053
|
-
isValidateOnBlur: boolean;
|
|
4054
|
-
useVuetifyValidation: boolean;
|
|
4055
4059
|
customRules: ValidationRule[];
|
|
4056
|
-
customWarningRules: ValidationRule[];
|
|
4057
4060
|
customSuccessRules: ValidationRule[];
|
|
4058
|
-
|
|
4059
|
-
successMessages: string[] | null;
|
|
4061
|
+
customWarningRules: ValidationRule[];
|
|
4060
4062
|
hasError: boolean;
|
|
4061
|
-
hasWarning: boolean;
|
|
4062
4063
|
hasSuccess: boolean;
|
|
4064
|
+
hasWarning: boolean;
|
|
4065
|
+
isValidateOnBlur: boolean;
|
|
4066
|
+
successMessages: string[] | null;
|
|
4067
|
+
useVuetifyValidation: boolean;
|
|
4068
|
+
warningMessages: string[] | null;
|
|
4063
4069
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
4064
4070
|
beforeCreate?: (() => void) | (() => void)[];
|
|
4065
4071
|
created?: (() => void) | (() => void)[];
|
|
@@ -4142,16 +4148,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4142
4148
|
autocomplete: string;
|
|
4143
4149
|
helpText: string;
|
|
4144
4150
|
maxlength: string | number;
|
|
4145
|
-
isValidateOnBlur: boolean;
|
|
4146
|
-
useVuetifyValidation: boolean;
|
|
4147
4151
|
customRules: ValidationRule[];
|
|
4148
|
-
customWarningRules: ValidationRule[];
|
|
4149
4152
|
customSuccessRules: ValidationRule[];
|
|
4150
|
-
|
|
4151
|
-
successMessages: string[] | null;
|
|
4153
|
+
customWarningRules: ValidationRule[];
|
|
4152
4154
|
hasError: boolean;
|
|
4153
|
-
hasWarning: boolean;
|
|
4154
4155
|
hasSuccess: boolean;
|
|
4156
|
+
hasWarning: boolean;
|
|
4157
|
+
isValidateOnBlur: boolean;
|
|
4158
|
+
successMessages: string[] | null;
|
|
4159
|
+
useVuetifyValidation: boolean;
|
|
4160
|
+
warningMessages: string[] | null;
|
|
4155
4161
|
}> & Omit<Readonly<{
|
|
4156
4162
|
modelValue?: string | number | null | undefined;
|
|
4157
4163
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -4219,7 +4225,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4219
4225
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4220
4226
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4221
4227
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4222
|
-
}>, "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" | "
|
|
4228
|
+
}>, "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")> & {
|
|
4223
4229
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
4224
4230
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
4225
4231
|
$slots: {
|
|
@@ -4257,7 +4263,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4257
4263
|
isOutlined?: boolean;
|
|
4258
4264
|
isValidateOnBlur?: boolean;
|
|
4259
4265
|
label: string;
|
|
4260
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
4266
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
4261
4267
|
noIcon?: boolean;
|
|
4262
4268
|
persistentHint?: boolean;
|
|
4263
4269
|
placeholder?: string;
|
|
@@ -4265,12 +4271,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4265
4271
|
required?: boolean;
|
|
4266
4272
|
showSuccessMessages?: boolean;
|
|
4267
4273
|
title?: string | false;
|
|
4274
|
+
skipInternalValidation?: boolean;
|
|
4268
4275
|
}> & Readonly<{
|
|
4269
4276
|
onInput?: ((value: string) => any) | undefined;
|
|
4270
4277
|
onBlur?: (() => any) | undefined;
|
|
4271
4278
|
onFocus?: (() => any) | undefined;
|
|
4272
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
4273
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
4279
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
4280
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
4274
4281
|
}>, {
|
|
4275
4282
|
validateOnSubmit: () => Promise<boolean>;
|
|
4276
4283
|
reset: () => void;
|
|
@@ -4282,16 +4289,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4282
4289
|
placeholder: string;
|
|
4283
4290
|
density: "default" | "comfortable" | "compact";
|
|
4284
4291
|
readonly: boolean;
|
|
4285
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
4292
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
4286
4293
|
bgColor: string;
|
|
4287
4294
|
required: boolean;
|
|
4288
4295
|
showSuccessMessages: boolean;
|
|
4289
4296
|
disableErrorHandling: boolean;
|
|
4290
4297
|
hint: string;
|
|
4291
4298
|
noIcon: boolean;
|
|
4292
|
-
isValidateOnBlur: boolean;
|
|
4293
4299
|
customRules: ValidationRule[];
|
|
4294
4300
|
customWarningRules: ValidationRule[];
|
|
4301
|
+
isValidateOnBlur: boolean;
|
|
4295
4302
|
persistentHint: boolean;
|
|
4296
4303
|
format: string;
|
|
4297
4304
|
autoClamp: boolean;
|
|
@@ -4302,6 +4309,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4302
4309
|
displayPrependIcon: boolean;
|
|
4303
4310
|
externalErrorMessages: string[];
|
|
4304
4311
|
isOutlined: boolean;
|
|
4312
|
+
skipInternalValidation: boolean;
|
|
4305
4313
|
}> | null;
|
|
4306
4314
|
menuActivatorRef: HTMLDivElement;
|
|
4307
4315
|
dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
@@ -4323,7 +4331,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4323
4331
|
isOutlined?: boolean;
|
|
4324
4332
|
isValidateOnBlur?: boolean;
|
|
4325
4333
|
label: string;
|
|
4326
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
4334
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
4327
4335
|
noIcon?: boolean;
|
|
4328
4336
|
persistentHint?: boolean;
|
|
4329
4337
|
placeholder?: string;
|
|
@@ -4331,12 +4339,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4331
4339
|
required?: boolean;
|
|
4332
4340
|
showSuccessMessages?: boolean;
|
|
4333
4341
|
title?: string | false;
|
|
4342
|
+
skipInternalValidation?: boolean;
|
|
4334
4343
|
}> & Readonly<{
|
|
4335
4344
|
onInput?: ((value: string) => any) | undefined;
|
|
4336
4345
|
onBlur?: (() => any) | undefined;
|
|
4337
4346
|
onFocus?: (() => any) | undefined;
|
|
4338
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
4339
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
4347
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
4348
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
4340
4349
|
}>, {
|
|
4341
4350
|
validateOnSubmit: () => Promise<boolean>;
|
|
4342
4351
|
reset: () => void;
|
|
@@ -4346,24 +4355,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4346
4355
|
input: (value: string) => any;
|
|
4347
4356
|
blur: () => any;
|
|
4348
4357
|
focus: () => any;
|
|
4349
|
-
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
4350
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
4358
|
+
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
4359
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
4351
4360
|
}, import('vue').PublicProps, {
|
|
4352
4361
|
title: string | false;
|
|
4353
4362
|
disabled: boolean;
|
|
4354
4363
|
placeholder: string;
|
|
4355
4364
|
density: "default" | "comfortable" | "compact";
|
|
4356
4365
|
readonly: boolean;
|
|
4357
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
4366
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
4358
4367
|
bgColor: string;
|
|
4359
4368
|
required: boolean;
|
|
4360
4369
|
showSuccessMessages: boolean;
|
|
4361
4370
|
disableErrorHandling: boolean;
|
|
4362
4371
|
hint: string;
|
|
4363
4372
|
noIcon: boolean;
|
|
4364
|
-
isValidateOnBlur: boolean;
|
|
4365
4373
|
customRules: ValidationRule[];
|
|
4366
4374
|
customWarningRules: ValidationRule[];
|
|
4375
|
+
isValidateOnBlur: boolean;
|
|
4367
4376
|
persistentHint: boolean;
|
|
4368
4377
|
format: string;
|
|
4369
4378
|
autoClamp: boolean;
|
|
@@ -4374,6 +4383,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4374
4383
|
displayPrependIcon: boolean;
|
|
4375
4384
|
externalErrorMessages: string[];
|
|
4376
4385
|
isOutlined: boolean;
|
|
4386
|
+
skipInternalValidation: boolean;
|
|
4377
4387
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
4378
4388
|
inputRef: ({
|
|
4379
4389
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -4391,7 +4401,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4391
4401
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
4392
4402
|
readonly isClearable?: boolean | undefined;
|
|
4393
4403
|
readonly showDivider?: boolean | undefined;
|
|
4394
|
-
readonly label
|
|
4404
|
+
readonly label?: string | undefined;
|
|
4395
4405
|
readonly readonly?: boolean | undefined;
|
|
4396
4406
|
readonly isActive?: boolean | undefined;
|
|
4397
4407
|
readonly baseColor?: string | undefined;
|
|
@@ -4436,22 +4446,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4436
4446
|
readonly helpText?: string | undefined;
|
|
4437
4447
|
readonly maxlength?: string | number | undefined;
|
|
4438
4448
|
readonly title?: string | false | undefined;
|
|
4439
|
-
readonly required?: boolean | undefined;
|
|
4440
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
4441
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
4442
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
4443
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
4444
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
4445
4449
|
readonly customRules?: ValidationRule[] | undefined;
|
|
4446
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
4447
4450
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
4451
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
4452
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
4448
4453
|
readonly errorMessages?: string[] | null | undefined;
|
|
4449
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
4450
|
-
readonly successMessages?: string[] | null | undefined;
|
|
4451
4454
|
readonly hasError?: boolean | undefined;
|
|
4452
|
-
readonly hasWarning?: boolean | undefined;
|
|
4453
4455
|
readonly hasSuccess?: boolean | undefined;
|
|
4456
|
+
readonly hasWarning?: boolean | undefined;
|
|
4457
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
4454
4458
|
readonly maxErrors?: number | undefined;
|
|
4459
|
+
readonly required?: boolean | undefined;
|
|
4460
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
4461
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
4462
|
+
readonly successMessages?: string[] | null | undefined;
|
|
4463
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
4464
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
4455
4465
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
4456
4466
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
4457
4467
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -6036,16 +6046,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6036
6046
|
autocomplete: string;
|
|
6037
6047
|
helpText: string;
|
|
6038
6048
|
maxlength: string | number;
|
|
6039
|
-
isValidateOnBlur: boolean;
|
|
6040
|
-
useVuetifyValidation: boolean;
|
|
6041
6049
|
customRules: ValidationRule[];
|
|
6042
|
-
customWarningRules: ValidationRule[];
|
|
6043
6050
|
customSuccessRules: ValidationRule[];
|
|
6044
|
-
|
|
6045
|
-
successMessages: string[] | null;
|
|
6051
|
+
customWarningRules: ValidationRule[];
|
|
6046
6052
|
hasError: boolean;
|
|
6047
|
-
hasWarning: boolean;
|
|
6048
6053
|
hasSuccess: boolean;
|
|
6054
|
+
hasWarning: boolean;
|
|
6055
|
+
isValidateOnBlur: boolean;
|
|
6056
|
+
successMessages: string[] | null;
|
|
6057
|
+
useVuetifyValidation: boolean;
|
|
6058
|
+
warningMessages: string[] | null;
|
|
6049
6059
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
6050
6060
|
beforeCreate?: (() => void) | (() => void)[];
|
|
6051
6061
|
created?: (() => void) | (() => void)[];
|
|
@@ -6128,16 +6138,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6128
6138
|
autocomplete: string;
|
|
6129
6139
|
helpText: string;
|
|
6130
6140
|
maxlength: string | number;
|
|
6131
|
-
isValidateOnBlur: boolean;
|
|
6132
|
-
useVuetifyValidation: boolean;
|
|
6133
6141
|
customRules: ValidationRule[];
|
|
6134
|
-
customWarningRules: ValidationRule[];
|
|
6135
6142
|
customSuccessRules: ValidationRule[];
|
|
6136
|
-
|
|
6137
|
-
successMessages: string[] | null;
|
|
6143
|
+
customWarningRules: ValidationRule[];
|
|
6138
6144
|
hasError: boolean;
|
|
6139
|
-
hasWarning: boolean;
|
|
6140
6145
|
hasSuccess: boolean;
|
|
6146
|
+
hasWarning: boolean;
|
|
6147
|
+
isValidateOnBlur: boolean;
|
|
6148
|
+
successMessages: string[] | null;
|
|
6149
|
+
useVuetifyValidation: boolean;
|
|
6150
|
+
warningMessages: string[] | null;
|
|
6141
6151
|
}> & Omit<Readonly<{
|
|
6142
6152
|
modelValue?: string | number | null | undefined;
|
|
6143
6153
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -6205,7 +6215,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6205
6215
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
6206
6216
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6207
6217
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6208
|
-
}>, "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" | "
|
|
6218
|
+
}>, "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")> & {
|
|
6209
6219
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
6210
6220
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
6211
6221
|
$slots: {
|
|
@@ -6243,7 +6253,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6243
6253
|
isOutlined?: boolean;
|
|
6244
6254
|
isValidateOnBlur?: boolean;
|
|
6245
6255
|
label: string;
|
|
6246
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
6256
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
6247
6257
|
noIcon?: boolean;
|
|
6248
6258
|
persistentHint?: boolean;
|
|
6249
6259
|
placeholder?: string;
|
|
@@ -6251,12 +6261,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6251
6261
|
required?: boolean;
|
|
6252
6262
|
showSuccessMessages?: boolean;
|
|
6253
6263
|
title?: string | false;
|
|
6264
|
+
skipInternalValidation?: boolean;
|
|
6254
6265
|
}> & Readonly<{
|
|
6255
6266
|
onInput?: ((value: string) => any) | undefined;
|
|
6256
6267
|
onBlur?: (() => any) | undefined;
|
|
6257
6268
|
onFocus?: (() => any) | undefined;
|
|
6258
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
6259
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
6269
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
6270
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
6260
6271
|
}>, {
|
|
6261
6272
|
validateOnSubmit: () => Promise<boolean>;
|
|
6262
6273
|
reset: () => void;
|
|
@@ -6268,16 +6279,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6268
6279
|
placeholder: string;
|
|
6269
6280
|
density: "default" | "comfortable" | "compact";
|
|
6270
6281
|
readonly: boolean;
|
|
6271
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
6282
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
6272
6283
|
bgColor: string;
|
|
6273
6284
|
required: boolean;
|
|
6274
6285
|
showSuccessMessages: boolean;
|
|
6275
6286
|
disableErrorHandling: boolean;
|
|
6276
6287
|
hint: string;
|
|
6277
6288
|
noIcon: boolean;
|
|
6278
|
-
isValidateOnBlur: boolean;
|
|
6279
6289
|
customRules: ValidationRule[];
|
|
6280
6290
|
customWarningRules: ValidationRule[];
|
|
6291
|
+
isValidateOnBlur: boolean;
|
|
6281
6292
|
persistentHint: boolean;
|
|
6282
6293
|
format: string;
|
|
6283
6294
|
autoClamp: boolean;
|
|
@@ -6288,6 +6299,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6288
6299
|
displayPrependIcon: boolean;
|
|
6289
6300
|
externalErrorMessages: string[];
|
|
6290
6301
|
isOutlined: boolean;
|
|
6302
|
+
skipInternalValidation: boolean;
|
|
6291
6303
|
}> | null;
|
|
6292
6304
|
datePickerRef: ({
|
|
6293
6305
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -6788,8 +6800,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6788
6800
|
onInput?: ((value: string) => any) | undefined;
|
|
6789
6801
|
onBlur?: (() => any) | undefined;
|
|
6790
6802
|
onFocus?: (() => any) | undefined;
|
|
6791
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
6792
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
6803
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
6804
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
6793
6805
|
onClosed?: (() => any) | undefined;
|
|
6794
6806
|
}>, {
|
|
6795
6807
|
validateOnSubmit: () => Promise<boolean>;
|
|
@@ -6805,9 +6817,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6805
6817
|
currentMonth: import('vue').Ref<string | null, string | null>;
|
|
6806
6818
|
currentMonthName: import('vue').Ref<string | null, string | null>;
|
|
6807
6819
|
toggleDatePicker: () => void;
|
|
6808
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult |
|
|
6820
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
|
|
6809
6821
|
clearValidation: () => void;
|
|
6810
|
-
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
|
|
6822
|
+
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
|
|
6811
6823
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
6812
6824
|
formatted: string;
|
|
6813
6825
|
cursorPos: number;
|
|
@@ -6818,7 +6830,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6818
6830
|
message: string;
|
|
6819
6831
|
};
|
|
6820
6832
|
displayFormattedDate: import('vue').Ref<string, string>;
|
|
6821
|
-
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').
|
|
6833
|
+
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
|
|
6822
6834
|
resetViewMode: () => void;
|
|
6823
6835
|
reset: () => void;
|
|
6824
6836
|
}, {}, {}, {}, {
|
|
@@ -6837,7 +6849,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6837
6849
|
hint: string;
|
|
6838
6850
|
displayAsterisk: boolean;
|
|
6839
6851
|
noIcon: boolean;
|
|
6840
|
-
isValidateOnBlur: boolean;
|
|
6841
6852
|
customRules: {
|
|
6842
6853
|
type: string;
|
|
6843
6854
|
options: any;
|
|
@@ -6846,6 +6857,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6846
6857
|
type: string;
|
|
6847
6858
|
options: any;
|
|
6848
6859
|
}[];
|
|
6860
|
+
isValidateOnBlur: boolean;
|
|
6849
6861
|
persistentHint: boolean;
|
|
6850
6862
|
format: string;
|
|
6851
6863
|
autoClamp: boolean;
|
|
@@ -6884,7 +6896,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6884
6896
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
6885
6897
|
readonly isClearable?: boolean | undefined;
|
|
6886
6898
|
readonly showDivider?: boolean | undefined;
|
|
6887
|
-
readonly label
|
|
6899
|
+
readonly label?: string | undefined;
|
|
6888
6900
|
readonly readonly?: boolean | undefined;
|
|
6889
6901
|
readonly isActive?: boolean | undefined;
|
|
6890
6902
|
readonly baseColor?: string | undefined;
|
|
@@ -6929,22 +6941,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6929
6941
|
readonly helpText?: string | undefined;
|
|
6930
6942
|
readonly maxlength?: string | number | undefined;
|
|
6931
6943
|
readonly title?: string | false | undefined;
|
|
6932
|
-
readonly required?: boolean | undefined;
|
|
6933
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
6934
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
6935
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
6936
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
6937
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
6938
6944
|
readonly customRules?: ValidationRule[] | undefined;
|
|
6939
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
6940
6945
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
6946
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
6947
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
6941
6948
|
readonly errorMessages?: string[] | null | undefined;
|
|
6942
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
6943
|
-
readonly successMessages?: string[] | null | undefined;
|
|
6944
6949
|
readonly hasError?: boolean | undefined;
|
|
6945
|
-
readonly hasWarning?: boolean | undefined;
|
|
6946
6950
|
readonly hasSuccess?: boolean | undefined;
|
|
6951
|
+
readonly hasWarning?: boolean | undefined;
|
|
6952
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
6947
6953
|
readonly maxErrors?: number | undefined;
|
|
6954
|
+
readonly required?: boolean | undefined;
|
|
6955
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
6956
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
6957
|
+
readonly successMessages?: string[] | null | undefined;
|
|
6958
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
6959
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
6948
6960
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
6949
6961
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
6950
6962
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -8529,16 +8541,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8529
8541
|
autocomplete: string;
|
|
8530
8542
|
helpText: string;
|
|
8531
8543
|
maxlength: string | number;
|
|
8532
|
-
isValidateOnBlur: boolean;
|
|
8533
|
-
useVuetifyValidation: boolean;
|
|
8534
8544
|
customRules: ValidationRule[];
|
|
8535
|
-
customWarningRules: ValidationRule[];
|
|
8536
8545
|
customSuccessRules: ValidationRule[];
|
|
8537
|
-
|
|
8538
|
-
successMessages: string[] | null;
|
|
8546
|
+
customWarningRules: ValidationRule[];
|
|
8539
8547
|
hasError: boolean;
|
|
8540
|
-
hasWarning: boolean;
|
|
8541
8548
|
hasSuccess: boolean;
|
|
8549
|
+
hasWarning: boolean;
|
|
8550
|
+
isValidateOnBlur: boolean;
|
|
8551
|
+
successMessages: string[] | null;
|
|
8552
|
+
useVuetifyValidation: boolean;
|
|
8553
|
+
warningMessages: string[] | null;
|
|
8542
8554
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
8543
8555
|
beforeCreate?: (() => void) | (() => void)[];
|
|
8544
8556
|
created?: (() => void) | (() => void)[];
|
|
@@ -8621,16 +8633,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8621
8633
|
autocomplete: string;
|
|
8622
8634
|
helpText: string;
|
|
8623
8635
|
maxlength: string | number;
|
|
8624
|
-
isValidateOnBlur: boolean;
|
|
8625
|
-
useVuetifyValidation: boolean;
|
|
8626
8636
|
customRules: ValidationRule[];
|
|
8627
|
-
customWarningRules: ValidationRule[];
|
|
8628
8637
|
customSuccessRules: ValidationRule[];
|
|
8629
|
-
|
|
8630
|
-
successMessages: string[] | null;
|
|
8638
|
+
customWarningRules: ValidationRule[];
|
|
8631
8639
|
hasError: boolean;
|
|
8632
|
-
hasWarning: boolean;
|
|
8633
8640
|
hasSuccess: boolean;
|
|
8641
|
+
hasWarning: boolean;
|
|
8642
|
+
isValidateOnBlur: boolean;
|
|
8643
|
+
successMessages: string[] | null;
|
|
8644
|
+
useVuetifyValidation: boolean;
|
|
8645
|
+
warningMessages: string[] | null;
|
|
8634
8646
|
}> & Omit<Readonly<{
|
|
8635
8647
|
modelValue?: string | number | null | undefined;
|
|
8636
8648
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -8698,7 +8710,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8698
8710
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8699
8711
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8700
8712
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8701
|
-
}>, "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" | "
|
|
8713
|
+
}>, "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")> & {
|
|
8702
8714
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
8703
8715
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
8704
8716
|
$slots: {
|
|
@@ -9208,11 +9220,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9208
9220
|
useCombinedMode?: boolean;
|
|
9209
9221
|
width?: string;
|
|
9210
9222
|
}> & Readonly<{
|
|
9211
|
-
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9223
|
+
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9212
9224
|
onBlur?: (() => any) | undefined;
|
|
9213
9225
|
onFocus?: (() => any) | undefined;
|
|
9214
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9215
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9226
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9227
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9216
9228
|
onClosed?: (() => any) | undefined;
|
|
9217
9229
|
}>, {
|
|
9218
9230
|
validateOnSubmit: () => Promise<any>;
|
|
@@ -9241,7 +9253,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9241
9253
|
hint: string;
|
|
9242
9254
|
displayAsterisk: boolean;
|
|
9243
9255
|
noIcon: boolean;
|
|
9244
|
-
isValidateOnBlur: boolean;
|
|
9245
9256
|
customRules: {
|
|
9246
9257
|
type: string;
|
|
9247
9258
|
options: any;
|
|
@@ -9250,6 +9261,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9250
9261
|
type: string;
|
|
9251
9262
|
options: any;
|
|
9252
9263
|
}[];
|
|
9264
|
+
isValidateOnBlur: boolean;
|
|
9253
9265
|
persistentHint: boolean;
|
|
9254
9266
|
hideDetails: boolean | "auto";
|
|
9255
9267
|
format: string;
|
|
@@ -9324,11 +9336,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9324
9336
|
useCombinedMode?: boolean;
|
|
9325
9337
|
width?: string;
|
|
9326
9338
|
}> & Readonly<{
|
|
9327
|
-
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9339
|
+
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9328
9340
|
onBlur?: (() => any) | undefined;
|
|
9329
9341
|
onFocus?: (() => any) | undefined;
|
|
9330
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9331
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9342
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9343
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9332
9344
|
onClosed?: (() => any) | undefined;
|
|
9333
9345
|
}>, {
|
|
9334
9346
|
validateOnSubmit: () => Promise<any>;
|
|
@@ -9342,11 +9354,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9342
9354
|
updateSelectedDates: (input: Date | Date[] | string | string[] | null | undefined) => void;
|
|
9343
9355
|
handleSelectToday: () => void;
|
|
9344
9356
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9345
|
-
input: (value: import('../../composables/date/useDateInitializationDayjs').
|
|
9357
|
+
input: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
9346
9358
|
blur: () => any;
|
|
9347
9359
|
focus: () => any;
|
|
9348
|
-
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
9349
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
9360
|
+
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
9361
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
9350
9362
|
closed: () => any;
|
|
9351
9363
|
}, import('vue').PublicProps, {
|
|
9352
9364
|
title: string | false;
|
|
@@ -9364,7 +9376,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9364
9376
|
hint: string;
|
|
9365
9377
|
displayAsterisk: boolean;
|
|
9366
9378
|
noIcon: boolean;
|
|
9367
|
-
isValidateOnBlur: boolean;
|
|
9368
9379
|
customRules: {
|
|
9369
9380
|
type: string;
|
|
9370
9381
|
options: any;
|
|
@@ -9373,6 +9384,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9373
9384
|
type: string;
|
|
9374
9385
|
options: any;
|
|
9375
9386
|
}[];
|
|
9387
|
+
isValidateOnBlur: boolean;
|
|
9376
9388
|
persistentHint: boolean;
|
|
9377
9389
|
hideDetails: boolean | "auto";
|
|
9378
9390
|
format: string;
|
|
@@ -9416,7 +9428,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9416
9428
|
isOutlined?: boolean;
|
|
9417
9429
|
isValidateOnBlur?: boolean;
|
|
9418
9430
|
label: string;
|
|
9419
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
9431
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
9420
9432
|
noIcon?: boolean;
|
|
9421
9433
|
persistentHint?: boolean;
|
|
9422
9434
|
placeholder?: string;
|
|
@@ -9424,12 +9436,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9424
9436
|
required?: boolean;
|
|
9425
9437
|
showSuccessMessages?: boolean;
|
|
9426
9438
|
title?: string | false;
|
|
9439
|
+
skipInternalValidation?: boolean;
|
|
9427
9440
|
}> & Readonly<{
|
|
9428
9441
|
onInput?: ((value: string) => any) | undefined;
|
|
9429
9442
|
onBlur?: (() => any) | undefined;
|
|
9430
9443
|
onFocus?: (() => any) | undefined;
|
|
9431
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9432
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
9444
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9445
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
9433
9446
|
}>, {
|
|
9434
9447
|
validateOnSubmit: () => Promise<boolean>;
|
|
9435
9448
|
reset: () => void;
|
|
@@ -9439,24 +9452,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9439
9452
|
input: (value: string) => any;
|
|
9440
9453
|
blur: () => any;
|
|
9441
9454
|
focus: () => any;
|
|
9442
|
-
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
9443
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
9455
|
+
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
9456
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
9444
9457
|
}, import('vue').PublicProps, {
|
|
9445
9458
|
title: string | false;
|
|
9446
9459
|
disabled: boolean;
|
|
9447
9460
|
placeholder: string;
|
|
9448
9461
|
density: "default" | "comfortable" | "compact";
|
|
9449
9462
|
readonly: boolean;
|
|
9450
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
9463
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
9451
9464
|
bgColor: string;
|
|
9452
9465
|
required: boolean;
|
|
9453
9466
|
showSuccessMessages: boolean;
|
|
9454
9467
|
disableErrorHandling: boolean;
|
|
9455
9468
|
hint: string;
|
|
9456
9469
|
noIcon: boolean;
|
|
9457
|
-
isValidateOnBlur: boolean;
|
|
9458
9470
|
customRules: ValidationRule[];
|
|
9459
9471
|
customWarningRules: ValidationRule[];
|
|
9472
|
+
isValidateOnBlur: boolean;
|
|
9460
9473
|
persistentHint: boolean;
|
|
9461
9474
|
format: string;
|
|
9462
9475
|
autoClamp: boolean;
|
|
@@ -9467,6 +9480,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9467
9480
|
displayPrependIcon: boolean;
|
|
9468
9481
|
externalErrorMessages: string[];
|
|
9469
9482
|
isOutlined: boolean;
|
|
9483
|
+
skipInternalValidation: boolean;
|
|
9470
9484
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
9471
9485
|
inputRef: ({
|
|
9472
9486
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -9484,7 +9498,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9484
9498
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
9485
9499
|
readonly isClearable?: boolean | undefined;
|
|
9486
9500
|
readonly showDivider?: boolean | undefined;
|
|
9487
|
-
readonly label
|
|
9501
|
+
readonly label?: string | undefined;
|
|
9488
9502
|
readonly readonly?: boolean | undefined;
|
|
9489
9503
|
readonly isActive?: boolean | undefined;
|
|
9490
9504
|
readonly baseColor?: string | undefined;
|
|
@@ -9529,22 +9543,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9529
9543
|
readonly helpText?: string | undefined;
|
|
9530
9544
|
readonly maxlength?: string | number | undefined;
|
|
9531
9545
|
readonly title?: string | false | undefined;
|
|
9532
|
-
readonly required?: boolean | undefined;
|
|
9533
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
9534
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
9535
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
9536
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
9537
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
9538
9546
|
readonly customRules?: ValidationRule[] | undefined;
|
|
9539
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
9540
9547
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
9548
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
9549
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
9541
9550
|
readonly errorMessages?: string[] | null | undefined;
|
|
9542
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
9543
|
-
readonly successMessages?: string[] | null | undefined;
|
|
9544
9551
|
readonly hasError?: boolean | undefined;
|
|
9545
|
-
readonly hasWarning?: boolean | undefined;
|
|
9546
9552
|
readonly hasSuccess?: boolean | undefined;
|
|
9553
|
+
readonly hasWarning?: boolean | undefined;
|
|
9554
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
9547
9555
|
readonly maxErrors?: number | undefined;
|
|
9556
|
+
readonly required?: boolean | undefined;
|
|
9557
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
9558
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
9559
|
+
readonly successMessages?: string[] | null | undefined;
|
|
9560
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
9561
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
9548
9562
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
9549
9563
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
9550
9564
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -11129,16 +11143,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11129
11143
|
autocomplete: string;
|
|
11130
11144
|
helpText: string;
|
|
11131
11145
|
maxlength: string | number;
|
|
11132
|
-
isValidateOnBlur: boolean;
|
|
11133
|
-
useVuetifyValidation: boolean;
|
|
11134
11146
|
customRules: ValidationRule[];
|
|
11135
|
-
customWarningRules: ValidationRule[];
|
|
11136
11147
|
customSuccessRules: ValidationRule[];
|
|
11137
|
-
|
|
11138
|
-
successMessages: string[] | null;
|
|
11148
|
+
customWarningRules: ValidationRule[];
|
|
11139
11149
|
hasError: boolean;
|
|
11140
|
-
hasWarning: boolean;
|
|
11141
11150
|
hasSuccess: boolean;
|
|
11151
|
+
hasWarning: boolean;
|
|
11152
|
+
isValidateOnBlur: boolean;
|
|
11153
|
+
successMessages: string[] | null;
|
|
11154
|
+
useVuetifyValidation: boolean;
|
|
11155
|
+
warningMessages: string[] | null;
|
|
11142
11156
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
11143
11157
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11144
11158
|
created?: (() => void) | (() => void)[];
|
|
@@ -11221,16 +11235,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11221
11235
|
autocomplete: string;
|
|
11222
11236
|
helpText: string;
|
|
11223
11237
|
maxlength: string | number;
|
|
11224
|
-
isValidateOnBlur: boolean;
|
|
11225
|
-
useVuetifyValidation: boolean;
|
|
11226
11238
|
customRules: ValidationRule[];
|
|
11227
|
-
customWarningRules: ValidationRule[];
|
|
11228
11239
|
customSuccessRules: ValidationRule[];
|
|
11229
|
-
|
|
11230
|
-
successMessages: string[] | null;
|
|
11240
|
+
customWarningRules: ValidationRule[];
|
|
11231
11241
|
hasError: boolean;
|
|
11232
|
-
hasWarning: boolean;
|
|
11233
11242
|
hasSuccess: boolean;
|
|
11243
|
+
hasWarning: boolean;
|
|
11244
|
+
isValidateOnBlur: boolean;
|
|
11245
|
+
successMessages: string[] | null;
|
|
11246
|
+
useVuetifyValidation: boolean;
|
|
11247
|
+
warningMessages: string[] | null;
|
|
11234
11248
|
}> & Omit<Readonly<{
|
|
11235
11249
|
modelValue?: string | number | null | undefined;
|
|
11236
11250
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -11298,7 +11312,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11298
11312
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
11299
11313
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11300
11314
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11301
|
-
}>, "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" | "
|
|
11315
|
+
}>, "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")> & {
|
|
11302
11316
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
11303
11317
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
11304
11318
|
$slots: {
|
|
@@ -11336,7 +11350,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11336
11350
|
isOutlined?: boolean;
|
|
11337
11351
|
isValidateOnBlur?: boolean;
|
|
11338
11352
|
label: string;
|
|
11339
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
11353
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
11340
11354
|
noIcon?: boolean;
|
|
11341
11355
|
persistentHint?: boolean;
|
|
11342
11356
|
placeholder?: string;
|
|
@@ -11344,12 +11358,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11344
11358
|
required?: boolean;
|
|
11345
11359
|
showSuccessMessages?: boolean;
|
|
11346
11360
|
title?: string | false;
|
|
11361
|
+
skipInternalValidation?: boolean;
|
|
11347
11362
|
}> & Readonly<{
|
|
11348
11363
|
onInput?: ((value: string) => any) | undefined;
|
|
11349
11364
|
onBlur?: (() => any) | undefined;
|
|
11350
11365
|
onFocus?: (() => any) | undefined;
|
|
11351
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
11352
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
11366
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
11367
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
11353
11368
|
}>, {
|
|
11354
11369
|
validateOnSubmit: () => Promise<boolean>;
|
|
11355
11370
|
reset: () => void;
|
|
@@ -11361,16 +11376,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11361
11376
|
placeholder: string;
|
|
11362
11377
|
density: "default" | "comfortable" | "compact";
|
|
11363
11378
|
readonly: boolean;
|
|
11364
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
11379
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
11365
11380
|
bgColor: string;
|
|
11366
11381
|
required: boolean;
|
|
11367
11382
|
showSuccessMessages: boolean;
|
|
11368
11383
|
disableErrorHandling: boolean;
|
|
11369
11384
|
hint: string;
|
|
11370
11385
|
noIcon: boolean;
|
|
11371
|
-
isValidateOnBlur: boolean;
|
|
11372
11386
|
customRules: ValidationRule[];
|
|
11373
11387
|
customWarningRules: ValidationRule[];
|
|
11388
|
+
isValidateOnBlur: boolean;
|
|
11374
11389
|
persistentHint: boolean;
|
|
11375
11390
|
format: string;
|
|
11376
11391
|
autoClamp: boolean;
|
|
@@ -11381,6 +11396,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11381
11396
|
displayPrependIcon: boolean;
|
|
11382
11397
|
externalErrorMessages: string[];
|
|
11383
11398
|
isOutlined: boolean;
|
|
11399
|
+
skipInternalValidation: boolean;
|
|
11384
11400
|
}> | null;
|
|
11385
11401
|
complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
11386
11402
|
autoClamp?: boolean;
|
|
@@ -11433,8 +11449,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11433
11449
|
onInput?: ((value: string) => any) | undefined;
|
|
11434
11450
|
onBlur?: (() => any) | undefined;
|
|
11435
11451
|
onFocus?: (() => any) | undefined;
|
|
11436
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
11437
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
11452
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
11453
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
11438
11454
|
onClosed?: (() => any) | undefined;
|
|
11439
11455
|
}>, {
|
|
11440
11456
|
validateOnSubmit: () => Promise<boolean>;
|
|
@@ -11450,9 +11466,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11450
11466
|
currentMonth: import('vue').Ref<string | null, string | null>;
|
|
11451
11467
|
currentMonthName: import('vue').Ref<string | null, string | null>;
|
|
11452
11468
|
toggleDatePicker: () => void;
|
|
11453
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult |
|
|
11469
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
|
|
11454
11470
|
clearValidation: () => void;
|
|
11455
|
-
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
|
|
11471
|
+
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
|
|
11456
11472
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
11457
11473
|
formatted: string;
|
|
11458
11474
|
cursorPos: number;
|
|
@@ -11463,15 +11479,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11463
11479
|
message: string;
|
|
11464
11480
|
};
|
|
11465
11481
|
displayFormattedDate: import('vue').Ref<string, string>;
|
|
11466
|
-
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').
|
|
11482
|
+
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
|
|
11467
11483
|
resetViewMode: () => void;
|
|
11468
11484
|
reset: () => void;
|
|
11469
11485
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
11470
11486
|
input: (value: string) => any;
|
|
11471
11487
|
blur: () => any;
|
|
11472
11488
|
focus: () => any;
|
|
11473
|
-
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
11474
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
11489
|
+
"update:modelValue": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
11490
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
11475
11491
|
closed: () => any;
|
|
11476
11492
|
}, import('vue').PublicProps, {
|
|
11477
11493
|
title: string | false;
|
|
@@ -11489,7 +11505,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11489
11505
|
hint: string;
|
|
11490
11506
|
displayAsterisk: boolean;
|
|
11491
11507
|
noIcon: boolean;
|
|
11492
|
-
isValidateOnBlur: boolean;
|
|
11493
11508
|
customRules: {
|
|
11494
11509
|
type: string;
|
|
11495
11510
|
options: any;
|
|
@@ -11498,6 +11513,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11498
11513
|
type: string;
|
|
11499
11514
|
options: any;
|
|
11500
11515
|
}[];
|
|
11516
|
+
isValidateOnBlur: boolean;
|
|
11501
11517
|
persistentHint: boolean;
|
|
11502
11518
|
format: string;
|
|
11503
11519
|
autoClamp: boolean;
|
|
@@ -11540,7 +11556,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11540
11556
|
isOutlined?: boolean;
|
|
11541
11557
|
isValidateOnBlur?: boolean;
|
|
11542
11558
|
label: string;
|
|
11543
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
11559
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
11544
11560
|
noIcon?: boolean;
|
|
11545
11561
|
persistentHint?: boolean;
|
|
11546
11562
|
placeholder?: string;
|
|
@@ -11548,12 +11564,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11548
11564
|
required?: boolean;
|
|
11549
11565
|
showSuccessMessages?: boolean;
|
|
11550
11566
|
title?: string | false;
|
|
11567
|
+
skipInternalValidation?: boolean;
|
|
11551
11568
|
}> & Readonly<{
|
|
11552
11569
|
onInput?: ((value: string) => any) | undefined;
|
|
11553
11570
|
onBlur?: (() => any) | undefined;
|
|
11554
11571
|
onFocus?: (() => any) | undefined;
|
|
11555
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
11556
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
11572
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
11573
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
11557
11574
|
}>, {
|
|
11558
11575
|
validateOnSubmit: () => Promise<boolean>;
|
|
11559
11576
|
reset: () => void;
|
|
@@ -11563,24 +11580,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11563
11580
|
input: (value: string) => any;
|
|
11564
11581
|
blur: () => any;
|
|
11565
11582
|
focus: () => any;
|
|
11566
|
-
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
11567
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
11583
|
+
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
11584
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
11568
11585
|
}, import('vue').PublicProps, {
|
|
11569
11586
|
title: string | false;
|
|
11570
11587
|
disabled: boolean;
|
|
11571
11588
|
placeholder: string;
|
|
11572
11589
|
density: "default" | "comfortable" | "compact";
|
|
11573
11590
|
readonly: boolean;
|
|
11574
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
11591
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
11575
11592
|
bgColor: string;
|
|
11576
11593
|
required: boolean;
|
|
11577
11594
|
showSuccessMessages: boolean;
|
|
11578
11595
|
disableErrorHandling: boolean;
|
|
11579
11596
|
hint: string;
|
|
11580
11597
|
noIcon: boolean;
|
|
11581
|
-
isValidateOnBlur: boolean;
|
|
11582
11598
|
customRules: ValidationRule[];
|
|
11583
11599
|
customWarningRules: ValidationRule[];
|
|
11600
|
+
isValidateOnBlur: boolean;
|
|
11584
11601
|
persistentHint: boolean;
|
|
11585
11602
|
format: string;
|
|
11586
11603
|
autoClamp: boolean;
|
|
@@ -11591,6 +11608,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11591
11608
|
displayPrependIcon: boolean;
|
|
11592
11609
|
externalErrorMessages: string[];
|
|
11593
11610
|
isOutlined: boolean;
|
|
11611
|
+
skipInternalValidation: boolean;
|
|
11594
11612
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
11595
11613
|
inputRef: ({
|
|
11596
11614
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -11608,7 +11626,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11608
11626
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
11609
11627
|
readonly isClearable?: boolean | undefined;
|
|
11610
11628
|
readonly showDivider?: boolean | undefined;
|
|
11611
|
-
readonly label
|
|
11629
|
+
readonly label?: string | undefined;
|
|
11612
11630
|
readonly readonly?: boolean | undefined;
|
|
11613
11631
|
readonly isActive?: boolean | undefined;
|
|
11614
11632
|
readonly baseColor?: string | undefined;
|
|
@@ -11653,22 +11671,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11653
11671
|
readonly helpText?: string | undefined;
|
|
11654
11672
|
readonly maxlength?: string | number | undefined;
|
|
11655
11673
|
readonly title?: string | false | undefined;
|
|
11656
|
-
readonly required?: boolean | undefined;
|
|
11657
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
11658
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
11659
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
11660
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
11661
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
11662
11674
|
readonly customRules?: ValidationRule[] | undefined;
|
|
11663
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
11664
11675
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
11676
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
11677
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
11665
11678
|
readonly errorMessages?: string[] | null | undefined;
|
|
11666
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
11667
|
-
readonly successMessages?: string[] | null | undefined;
|
|
11668
11679
|
readonly hasError?: boolean | undefined;
|
|
11669
|
-
readonly hasWarning?: boolean | undefined;
|
|
11670
11680
|
readonly hasSuccess?: boolean | undefined;
|
|
11681
|
+
readonly hasWarning?: boolean | undefined;
|
|
11682
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
11671
11683
|
readonly maxErrors?: number | undefined;
|
|
11684
|
+
readonly required?: boolean | undefined;
|
|
11685
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
11686
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
11687
|
+
readonly successMessages?: string[] | null | undefined;
|
|
11688
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
11689
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
11672
11690
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
11673
11691
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
11674
11692
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -13253,16 +13271,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13253
13271
|
autocomplete: string;
|
|
13254
13272
|
helpText: string;
|
|
13255
13273
|
maxlength: string | number;
|
|
13256
|
-
isValidateOnBlur: boolean;
|
|
13257
|
-
useVuetifyValidation: boolean;
|
|
13258
13274
|
customRules: ValidationRule[];
|
|
13259
|
-
customWarningRules: ValidationRule[];
|
|
13260
13275
|
customSuccessRules: ValidationRule[];
|
|
13261
|
-
|
|
13262
|
-
successMessages: string[] | null;
|
|
13276
|
+
customWarningRules: ValidationRule[];
|
|
13263
13277
|
hasError: boolean;
|
|
13264
|
-
hasWarning: boolean;
|
|
13265
13278
|
hasSuccess: boolean;
|
|
13279
|
+
hasWarning: boolean;
|
|
13280
|
+
isValidateOnBlur: boolean;
|
|
13281
|
+
successMessages: string[] | null;
|
|
13282
|
+
useVuetifyValidation: boolean;
|
|
13283
|
+
warningMessages: string[] | null;
|
|
13266
13284
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
13267
13285
|
beforeCreate?: (() => void) | (() => void)[];
|
|
13268
13286
|
created?: (() => void) | (() => void)[];
|
|
@@ -13345,16 +13363,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13345
13363
|
autocomplete: string;
|
|
13346
13364
|
helpText: string;
|
|
13347
13365
|
maxlength: string | number;
|
|
13348
|
-
isValidateOnBlur: boolean;
|
|
13349
|
-
useVuetifyValidation: boolean;
|
|
13350
13366
|
customRules: ValidationRule[];
|
|
13351
|
-
customWarningRules: ValidationRule[];
|
|
13352
13367
|
customSuccessRules: ValidationRule[];
|
|
13353
|
-
|
|
13354
|
-
successMessages: string[] | null;
|
|
13368
|
+
customWarningRules: ValidationRule[];
|
|
13355
13369
|
hasError: boolean;
|
|
13356
|
-
hasWarning: boolean;
|
|
13357
13370
|
hasSuccess: boolean;
|
|
13371
|
+
hasWarning: boolean;
|
|
13372
|
+
isValidateOnBlur: boolean;
|
|
13373
|
+
successMessages: string[] | null;
|
|
13374
|
+
useVuetifyValidation: boolean;
|
|
13375
|
+
warningMessages: string[] | null;
|
|
13358
13376
|
}> & Omit<Readonly<{
|
|
13359
13377
|
modelValue?: string | number | null | undefined;
|
|
13360
13378
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -13422,7 +13440,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13422
13440
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
13423
13441
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13424
13442
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13425
|
-
}>, "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" | "
|
|
13443
|
+
}>, "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")> & {
|
|
13426
13444
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
13427
13445
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
13428
13446
|
$slots: {
|
|
@@ -13460,7 +13478,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13460
13478
|
isOutlined?: boolean;
|
|
13461
13479
|
isValidateOnBlur?: boolean;
|
|
13462
13480
|
label: string;
|
|
13463
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
13481
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
13464
13482
|
noIcon?: boolean;
|
|
13465
13483
|
persistentHint?: boolean;
|
|
13466
13484
|
placeholder?: string;
|
|
@@ -13468,12 +13486,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13468
13486
|
required?: boolean;
|
|
13469
13487
|
showSuccessMessages?: boolean;
|
|
13470
13488
|
title?: string | false;
|
|
13489
|
+
skipInternalValidation?: boolean;
|
|
13471
13490
|
}> & Readonly<{
|
|
13472
13491
|
onInput?: ((value: string) => any) | undefined;
|
|
13473
13492
|
onBlur?: (() => any) | undefined;
|
|
13474
13493
|
onFocus?: (() => any) | undefined;
|
|
13475
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
13476
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
13494
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
13495
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
13477
13496
|
}>, {
|
|
13478
13497
|
validateOnSubmit: () => Promise<boolean>;
|
|
13479
13498
|
reset: () => void;
|
|
@@ -13485,16 +13504,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13485
13504
|
placeholder: string;
|
|
13486
13505
|
density: "default" | "comfortable" | "compact";
|
|
13487
13506
|
readonly: boolean;
|
|
13488
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
13507
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
13489
13508
|
bgColor: string;
|
|
13490
13509
|
required: boolean;
|
|
13491
13510
|
showSuccessMessages: boolean;
|
|
13492
13511
|
disableErrorHandling: boolean;
|
|
13493
13512
|
hint: string;
|
|
13494
13513
|
noIcon: boolean;
|
|
13495
|
-
isValidateOnBlur: boolean;
|
|
13496
13514
|
customRules: ValidationRule[];
|
|
13497
13515
|
customWarningRules: ValidationRule[];
|
|
13516
|
+
isValidateOnBlur: boolean;
|
|
13498
13517
|
persistentHint: boolean;
|
|
13499
13518
|
format: string;
|
|
13500
13519
|
autoClamp: boolean;
|
|
@@ -13505,6 +13524,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13505
13524
|
displayPrependIcon: boolean;
|
|
13506
13525
|
externalErrorMessages: string[];
|
|
13507
13526
|
isOutlined: boolean;
|
|
13527
|
+
skipInternalValidation: boolean;
|
|
13508
13528
|
}> | null;
|
|
13509
13529
|
menuActivatorRef: HTMLDivElement;
|
|
13510
13530
|
dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
@@ -13526,7 +13546,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13526
13546
|
isOutlined?: boolean;
|
|
13527
13547
|
isValidateOnBlur?: boolean;
|
|
13528
13548
|
label: string;
|
|
13529
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
13549
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
13530
13550
|
noIcon?: boolean;
|
|
13531
13551
|
persistentHint?: boolean;
|
|
13532
13552
|
placeholder?: string;
|
|
@@ -13534,12 +13554,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13534
13554
|
required?: boolean;
|
|
13535
13555
|
showSuccessMessages?: boolean;
|
|
13536
13556
|
title?: string | false;
|
|
13557
|
+
skipInternalValidation?: boolean;
|
|
13537
13558
|
}> & Readonly<{
|
|
13538
13559
|
onInput?: ((value: string) => any) | undefined;
|
|
13539
13560
|
onBlur?: (() => any) | undefined;
|
|
13540
13561
|
onFocus?: (() => any) | undefined;
|
|
13541
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
13542
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
13562
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
13563
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
13543
13564
|
}>, {
|
|
13544
13565
|
validateOnSubmit: () => Promise<boolean>;
|
|
13545
13566
|
reset: () => void;
|
|
@@ -13549,24 +13570,24 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13549
13570
|
input: (value: string) => any;
|
|
13550
13571
|
blur: () => any;
|
|
13551
13572
|
focus: () => any;
|
|
13552
|
-
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
13553
|
-
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').
|
|
13573
|
+
"update:model-value": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
13574
|
+
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any;
|
|
13554
13575
|
}, import('vue').PublicProps, {
|
|
13555
13576
|
title: string | false;
|
|
13556
13577
|
disabled: boolean;
|
|
13557
13578
|
placeholder: string;
|
|
13558
13579
|
density: "default" | "comfortable" | "compact";
|
|
13559
13580
|
readonly: boolean;
|
|
13560
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
13581
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
13561
13582
|
bgColor: string;
|
|
13562
13583
|
required: boolean;
|
|
13563
13584
|
showSuccessMessages: boolean;
|
|
13564
13585
|
disableErrorHandling: boolean;
|
|
13565
13586
|
hint: string;
|
|
13566
13587
|
noIcon: boolean;
|
|
13567
|
-
isValidateOnBlur: boolean;
|
|
13568
13588
|
customRules: ValidationRule[];
|
|
13569
13589
|
customWarningRules: ValidationRule[];
|
|
13590
|
+
isValidateOnBlur: boolean;
|
|
13570
13591
|
persistentHint: boolean;
|
|
13571
13592
|
format: string;
|
|
13572
13593
|
autoClamp: boolean;
|
|
@@ -13577,6 +13598,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13577
13598
|
displayPrependIcon: boolean;
|
|
13578
13599
|
externalErrorMessages: string[];
|
|
13579
13600
|
isOutlined: boolean;
|
|
13601
|
+
skipInternalValidation: boolean;
|
|
13580
13602
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
13581
13603
|
inputRef: ({
|
|
13582
13604
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -13594,7 +13616,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13594
13616
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
13595
13617
|
readonly isClearable?: boolean | undefined;
|
|
13596
13618
|
readonly showDivider?: boolean | undefined;
|
|
13597
|
-
readonly label
|
|
13619
|
+
readonly label?: string | undefined;
|
|
13598
13620
|
readonly readonly?: boolean | undefined;
|
|
13599
13621
|
readonly isActive?: boolean | undefined;
|
|
13600
13622
|
readonly baseColor?: string | undefined;
|
|
@@ -13639,22 +13661,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13639
13661
|
readonly helpText?: string | undefined;
|
|
13640
13662
|
readonly maxlength?: string | number | undefined;
|
|
13641
13663
|
readonly title?: string | false | undefined;
|
|
13642
|
-
readonly required?: boolean | undefined;
|
|
13643
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
13644
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
13645
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
13646
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
13647
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
13648
13664
|
readonly customRules?: ValidationRule[] | undefined;
|
|
13649
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
13650
13665
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
13666
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
13667
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
13651
13668
|
readonly errorMessages?: string[] | null | undefined;
|
|
13652
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
13653
|
-
readonly successMessages?: string[] | null | undefined;
|
|
13654
13669
|
readonly hasError?: boolean | undefined;
|
|
13655
|
-
readonly hasWarning?: boolean | undefined;
|
|
13656
13670
|
readonly hasSuccess?: boolean | undefined;
|
|
13671
|
+
readonly hasWarning?: boolean | undefined;
|
|
13672
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
13657
13673
|
readonly maxErrors?: number | undefined;
|
|
13674
|
+
readonly required?: boolean | undefined;
|
|
13675
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
13676
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
13677
|
+
readonly successMessages?: string[] | null | undefined;
|
|
13678
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
13679
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
13658
13680
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
13659
13681
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
13660
13682
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -15239,16 +15261,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15239
15261
|
autocomplete: string;
|
|
15240
15262
|
helpText: string;
|
|
15241
15263
|
maxlength: string | number;
|
|
15242
|
-
isValidateOnBlur: boolean;
|
|
15243
|
-
useVuetifyValidation: boolean;
|
|
15244
15264
|
customRules: ValidationRule[];
|
|
15245
|
-
customWarningRules: ValidationRule[];
|
|
15246
15265
|
customSuccessRules: ValidationRule[];
|
|
15247
|
-
|
|
15248
|
-
successMessages: string[] | null;
|
|
15266
|
+
customWarningRules: ValidationRule[];
|
|
15249
15267
|
hasError: boolean;
|
|
15250
|
-
hasWarning: boolean;
|
|
15251
15268
|
hasSuccess: boolean;
|
|
15269
|
+
hasWarning: boolean;
|
|
15270
|
+
isValidateOnBlur: boolean;
|
|
15271
|
+
successMessages: string[] | null;
|
|
15272
|
+
useVuetifyValidation: boolean;
|
|
15273
|
+
warningMessages: string[] | null;
|
|
15252
15274
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
15253
15275
|
beforeCreate?: (() => void) | (() => void)[];
|
|
15254
15276
|
created?: (() => void) | (() => void)[];
|
|
@@ -15331,16 +15353,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15331
15353
|
autocomplete: string;
|
|
15332
15354
|
helpText: string;
|
|
15333
15355
|
maxlength: string | number;
|
|
15334
|
-
isValidateOnBlur: boolean;
|
|
15335
|
-
useVuetifyValidation: boolean;
|
|
15336
15356
|
customRules: ValidationRule[];
|
|
15337
|
-
customWarningRules: ValidationRule[];
|
|
15338
15357
|
customSuccessRules: ValidationRule[];
|
|
15339
|
-
|
|
15340
|
-
successMessages: string[] | null;
|
|
15358
|
+
customWarningRules: ValidationRule[];
|
|
15341
15359
|
hasError: boolean;
|
|
15342
|
-
hasWarning: boolean;
|
|
15343
15360
|
hasSuccess: boolean;
|
|
15361
|
+
hasWarning: boolean;
|
|
15362
|
+
isValidateOnBlur: boolean;
|
|
15363
|
+
successMessages: string[] | null;
|
|
15364
|
+
useVuetifyValidation: boolean;
|
|
15365
|
+
warningMessages: string[] | null;
|
|
15344
15366
|
}> & Omit<Readonly<{
|
|
15345
15367
|
modelValue?: string | number | null | undefined;
|
|
15346
15368
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -15408,7 +15430,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15408
15430
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
15409
15431
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15410
15432
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15411
|
-
}>, "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" | "
|
|
15433
|
+
}>, "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")> & {
|
|
15412
15434
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
15413
15435
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
15414
15436
|
$slots: {
|
|
@@ -15446,7 +15468,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15446
15468
|
isOutlined?: boolean;
|
|
15447
15469
|
isValidateOnBlur?: boolean;
|
|
15448
15470
|
label: string;
|
|
15449
|
-
modelValue?: import('../../composables/date/useDateInitializationDayjs').
|
|
15471
|
+
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
15450
15472
|
noIcon?: boolean;
|
|
15451
15473
|
persistentHint?: boolean;
|
|
15452
15474
|
placeholder?: string;
|
|
@@ -15454,12 +15476,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15454
15476
|
required?: boolean;
|
|
15455
15477
|
showSuccessMessages?: boolean;
|
|
15456
15478
|
title?: string | false;
|
|
15479
|
+
skipInternalValidation?: boolean;
|
|
15457
15480
|
}> & Readonly<{
|
|
15458
15481
|
onInput?: ((value: string) => any) | undefined;
|
|
15459
15482
|
onBlur?: (() => any) | undefined;
|
|
15460
15483
|
onFocus?: (() => any) | undefined;
|
|
15461
|
-
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
15462
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
15484
|
+
"onUpdate:model-value"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
15485
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
15463
15486
|
}>, {
|
|
15464
15487
|
validateOnSubmit: () => Promise<boolean>;
|
|
15465
15488
|
reset: () => void;
|
|
@@ -15471,16 +15494,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15471
15494
|
placeholder: string;
|
|
15472
15495
|
density: "default" | "comfortable" | "compact";
|
|
15473
15496
|
readonly: boolean;
|
|
15474
|
-
modelValue: import('../../composables/date/useDateInitializationDayjs').
|
|
15497
|
+
modelValue: import('../../composables/date/useDateInitializationDayjs').DateModelValue;
|
|
15475
15498
|
bgColor: string;
|
|
15476
15499
|
required: boolean;
|
|
15477
15500
|
showSuccessMessages: boolean;
|
|
15478
15501
|
disableErrorHandling: boolean;
|
|
15479
15502
|
hint: string;
|
|
15480
15503
|
noIcon: boolean;
|
|
15481
|
-
isValidateOnBlur: boolean;
|
|
15482
15504
|
customRules: ValidationRule[];
|
|
15483
15505
|
customWarningRules: ValidationRule[];
|
|
15506
|
+
isValidateOnBlur: boolean;
|
|
15484
15507
|
persistentHint: boolean;
|
|
15485
15508
|
format: string;
|
|
15486
15509
|
autoClamp: boolean;
|
|
@@ -15491,6 +15514,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15491
15514
|
displayPrependIcon: boolean;
|
|
15492
15515
|
externalErrorMessages: string[];
|
|
15493
15516
|
isOutlined: boolean;
|
|
15517
|
+
skipInternalValidation: boolean;
|
|
15494
15518
|
}> | null;
|
|
15495
15519
|
datePickerRef: ({
|
|
15496
15520
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -15991,8 +16015,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15991
16015
|
onInput?: ((value: string) => any) | undefined;
|
|
15992
16016
|
onBlur?: (() => any) | undefined;
|
|
15993
16017
|
onFocus?: (() => any) | undefined;
|
|
15994
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
15995
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
16018
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
16019
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
15996
16020
|
onClosed?: (() => any) | undefined;
|
|
15997
16021
|
}>, {
|
|
15998
16022
|
validateOnSubmit: () => Promise<boolean>;
|
|
@@ -16008,9 +16032,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16008
16032
|
currentMonth: import('vue').Ref<string | null, string | null>;
|
|
16009
16033
|
currentMonthName: import('vue').Ref<string | null, string | null>;
|
|
16010
16034
|
toggleDatePicker: () => void;
|
|
16011
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult |
|
|
16035
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
|
|
16012
16036
|
clearValidation: () => void;
|
|
16013
|
-
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
|
|
16037
|
+
validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
|
|
16014
16038
|
formatDateInput: (input: string, cursorPosition?: number) => {
|
|
16015
16039
|
formatted: string;
|
|
16016
16040
|
cursorPos: number;
|
|
@@ -16021,7 +16045,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16021
16045
|
message: string;
|
|
16022
16046
|
};
|
|
16023
16047
|
displayFormattedDate: import('vue').Ref<string, string>;
|
|
16024
|
-
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').
|
|
16048
|
+
handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => void;
|
|
16025
16049
|
resetViewMode: () => void;
|
|
16026
16050
|
reset: () => void;
|
|
16027
16051
|
}, {}, {}, {}, {
|
|
@@ -16040,7 +16064,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16040
16064
|
hint: string;
|
|
16041
16065
|
displayAsterisk: boolean;
|
|
16042
16066
|
noIcon: boolean;
|
|
16043
|
-
isValidateOnBlur: boolean;
|
|
16044
16067
|
customRules: {
|
|
16045
16068
|
type: string;
|
|
16046
16069
|
options: any;
|
|
@@ -16049,6 +16072,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16049
16072
|
type: string;
|
|
16050
16073
|
options: any;
|
|
16051
16074
|
}[];
|
|
16075
|
+
isValidateOnBlur: boolean;
|
|
16052
16076
|
persistentHint: boolean;
|
|
16053
16077
|
format: string;
|
|
16054
16078
|
autoClamp: boolean;
|
|
@@ -16087,7 +16111,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16087
16111
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
16088
16112
|
readonly isClearable?: boolean | undefined;
|
|
16089
16113
|
readonly showDivider?: boolean | undefined;
|
|
16090
|
-
readonly label
|
|
16114
|
+
readonly label?: string | undefined;
|
|
16091
16115
|
readonly readonly?: boolean | undefined;
|
|
16092
16116
|
readonly isActive?: boolean | undefined;
|
|
16093
16117
|
readonly baseColor?: string | undefined;
|
|
@@ -16132,22 +16156,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16132
16156
|
readonly helpText?: string | undefined;
|
|
16133
16157
|
readonly maxlength?: string | number | undefined;
|
|
16134
16158
|
readonly title?: string | false | undefined;
|
|
16135
|
-
readonly required?: boolean | undefined;
|
|
16136
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
16137
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
16138
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
16139
|
-
readonly useVuetifyValidation?: boolean | undefined;
|
|
16140
|
-
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
16141
16159
|
readonly customRules?: ValidationRule[] | undefined;
|
|
16142
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
16143
16160
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
16161
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
16162
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
16144
16163
|
readonly errorMessages?: string[] | null | undefined;
|
|
16145
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
16146
|
-
readonly successMessages?: string[] | null | undefined;
|
|
16147
16164
|
readonly hasError?: boolean | undefined;
|
|
16148
|
-
readonly hasWarning?: boolean | undefined;
|
|
16149
16165
|
readonly hasSuccess?: boolean | undefined;
|
|
16166
|
+
readonly hasWarning?: boolean | undefined;
|
|
16167
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
16150
16168
|
readonly maxErrors?: number | undefined;
|
|
16169
|
+
readonly required?: boolean | undefined;
|
|
16170
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
16171
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
16172
|
+
readonly successMessages?: string[] | null | undefined;
|
|
16173
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
16174
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
16151
16175
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
16152
16176
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
16153
16177
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -17732,16 +17756,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17732
17756
|
autocomplete: string;
|
|
17733
17757
|
helpText: string;
|
|
17734
17758
|
maxlength: string | number;
|
|
17735
|
-
isValidateOnBlur: boolean;
|
|
17736
|
-
useVuetifyValidation: boolean;
|
|
17737
17759
|
customRules: ValidationRule[];
|
|
17738
|
-
customWarningRules: ValidationRule[];
|
|
17739
17760
|
customSuccessRules: ValidationRule[];
|
|
17740
|
-
|
|
17741
|
-
successMessages: string[] | null;
|
|
17761
|
+
customWarningRules: ValidationRule[];
|
|
17742
17762
|
hasError: boolean;
|
|
17743
|
-
hasWarning: boolean;
|
|
17744
17763
|
hasSuccess: boolean;
|
|
17764
|
+
hasWarning: boolean;
|
|
17765
|
+
isValidateOnBlur: boolean;
|
|
17766
|
+
successMessages: string[] | null;
|
|
17767
|
+
useVuetifyValidation: boolean;
|
|
17768
|
+
warningMessages: string[] | null;
|
|
17745
17769
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
17746
17770
|
beforeCreate?: (() => void) | (() => void)[];
|
|
17747
17771
|
created?: (() => void) | (() => void)[];
|
|
@@ -17824,16 +17848,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17824
17848
|
autocomplete: string;
|
|
17825
17849
|
helpText: string;
|
|
17826
17850
|
maxlength: string | number;
|
|
17827
|
-
isValidateOnBlur: boolean;
|
|
17828
|
-
useVuetifyValidation: boolean;
|
|
17829
17851
|
customRules: ValidationRule[];
|
|
17830
|
-
customWarningRules: ValidationRule[];
|
|
17831
17852
|
customSuccessRules: ValidationRule[];
|
|
17832
|
-
|
|
17833
|
-
successMessages: string[] | null;
|
|
17853
|
+
customWarningRules: ValidationRule[];
|
|
17834
17854
|
hasError: boolean;
|
|
17835
|
-
hasWarning: boolean;
|
|
17836
17855
|
hasSuccess: boolean;
|
|
17856
|
+
hasWarning: boolean;
|
|
17857
|
+
isValidateOnBlur: boolean;
|
|
17858
|
+
successMessages: string[] | null;
|
|
17859
|
+
useVuetifyValidation: boolean;
|
|
17860
|
+
warningMessages: string[] | null;
|
|
17837
17861
|
}> & Omit<Readonly<{
|
|
17838
17862
|
modelValue?: string | number | null | undefined;
|
|
17839
17863
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -17901,7 +17925,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17901
17925
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
17902
17926
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17903
17927
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17904
|
-
}>, "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" | "
|
|
17928
|
+
}>, "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")> & {
|
|
17905
17929
|
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
17906
17930
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
17907
17931
|
$slots: {
|
|
@@ -18411,11 +18435,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
18411
18435
|
useCombinedMode?: boolean;
|
|
18412
18436
|
width?: string;
|
|
18413
18437
|
}> & Readonly<{
|
|
18414
|
-
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
18438
|
+
onInput?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
18415
18439
|
onBlur?: (() => any) | undefined;
|
|
18416
18440
|
onFocus?: (() => any) | undefined;
|
|
18417
|
-
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
18418
|
-
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').
|
|
18441
|
+
"onUpdate:modelValue"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
18442
|
+
"onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateModelValue) => any) | undefined;
|
|
18419
18443
|
onClosed?: (() => any) | undefined;
|
|
18420
18444
|
}>, {
|
|
18421
18445
|
validateOnSubmit: () => Promise<any>;
|
|
@@ -18444,7 +18468,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
18444
18468
|
hint: string;
|
|
18445
18469
|
displayAsterisk: boolean;
|
|
18446
18470
|
noIcon: boolean;
|
|
18447
|
-
isValidateOnBlur: boolean;
|
|
18448
18471
|
customRules: {
|
|
18449
18472
|
type: string;
|
|
18450
18473
|
options: any;
|
|
@@ -18453,6 +18476,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
18453
18476
|
type: string;
|
|
18454
18477
|
options: any;
|
|
18455
18478
|
}[];
|
|
18479
|
+
isValidateOnBlur: boolean;
|
|
18456
18480
|
persistentHint: boolean;
|
|
18457
18481
|
hideDetails: boolean | "auto";
|
|
18458
18482
|
format: string;
|