@cnamts/synapse 1.0.23 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AutocompleteFilter-BWLR3U7W.js +114 -0
- package/dist/AutocompleteFilter-D9jzRzAL.cjs +1 -0
- package/dist/{DateFilter-Dc-gSGwk.js → DateFilter-BpwFexzi.js} +1 -1
- package/dist/DateFilter-DTUl8hb1.cjs +1 -0
- package/dist/{NumberFilter-vP38Wp6j.js → NumberFilter-Bz_NTdX9.js} +3 -3
- package/dist/NumberFilter-MAEojdk0.cjs +1 -0
- package/dist/PeriodFilter-CC4WgIhl.cjs +1 -0
- package/dist/{PeriodFilter-Ba1uYUnT.js → PeriodFilter-DX_wy9g-.js} +1 -1
- package/dist/SelectFilter-BR3fvl-a.cjs +1 -0
- package/dist/SelectFilter-xqiPtPgX.js +135 -0
- package/dist/{TextFilter-B84dpnoq.js → TextFilter-BBl3JFqK.js} +7 -7
- package/dist/TextFilter-CCfYFl5F.cjs +1 -0
- package/dist/apLightTheme-CFSRrjv2.cjs +1 -0
- package/dist/apLightTheme-D1P4jcD0.js +1231 -0
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7022 -9616
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +40 -40
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +60 -60
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7168 -9762
- package/dist/components/Amelipro/AmeliproStepper/AmeliproStepper.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +7501 -10095
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +21 -21
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +41 -41
- package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +2 -2
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -498
- package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +108 -146
- package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +5 -5
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +12 -16
- package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +8 -8
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +28 -506
- package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +28 -506
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +65 -85
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +627 -771
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +315 -402
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +112 -155
- package/dist/components/DatePicker/composables/index.d.ts +1 -0
- package/dist/components/DatePicker/composables/useDatePickerFocusTrap.d.ts +11 -0
- package/dist/components/DatePicker/composables/useDateTextField.d.ts +4 -4
- package/dist/components/DatePicker/composables/useDateValidation.d.ts +3 -3
- package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +2 -2
- package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
- package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +4 -4
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +20 -28
- package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +3 -3
- package/dist/components/MonthPicker/MonthPicker.d.ts +86 -122
- package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +85 -121
- package/dist/components/NirField/NirField.d.ts +206 -270
- package/dist/components/NirField/locales.d.ts +10 -10
- package/dist/components/NirField/useNirValidation.d.ts +64 -0
- package/dist/components/PasswordField/PasswordField.d.ts +8 -9
- package/dist/components/PeriodField/PeriodField.d.ts +1352 -1640
- package/dist/components/PhoneField/PhoneField.d.ts +88 -124
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +12 -12
- package/dist/components/SyTextArea/SyTextArea.d.ts +34 -14
- package/dist/components/SyTextArea/useDefaultValidationRules.d.ts +11 -0
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +9 -6
- package/dist/components/Tables/SyTable/SyTable.d.ts +9 -6
- package/dist/components/Tables/common/SyTableFilter.d.ts +2 -3
- package/dist/components/Tables/common/SyTablePagination.d.ts +17 -19
- package/dist/components/Tables/common/filters/AutocompleteFilter.d.ts +120 -0
- package/dist/components/Tables/common/filters/locales.d.ts +0 -1
- package/dist/components/Tables/common/types.d.ts +19 -3
- package/dist/components/Tables/common/useClickableTableRow.d.ts +17 -0
- package/dist/components/Tables/common/usePagination.d.ts +3 -1
- package/dist/components/Tables/common/usePinnedColumns.d.ts +31 -0
- package/dist/components/Tables/common/useTableHeaders.d.ts +2 -0
- package/dist/components/Tables/common/useTableRowCheckboxAccessibility.d.ts +5 -0
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +6 -6
- package/dist/composables/date/useDatePickerAccessibility.d.ts +1 -1
- package/dist/composables/rules/useFieldValidation.d.ts +4 -4
- package/dist/composables/unifyValidation/useCustomValidation.d.ts +8 -0
- package/dist/composables/unifyValidation/useValidation.d.ts +102 -0
- package/dist/composables/unifyValidation/useVuetifyValidation.d.ts +18 -0
- package/dist/composables/useFormFieldErrorHandling.d.ts +2 -2
- package/dist/composables/validation/useFormValidation.d.ts +11 -2
- package/dist/composables/validation/useValidation.d.ts +15 -9
- package/dist/design-system-v3.d.ts +2 -0
- package/dist/design-system-v3.js +186 -187
- package/dist/design-system-v3.umd.cjs +1 -1066
- package/dist/{main-aLKwdMi1.js → main-BtTqyn4z.js} +16434 -15672
- package/dist/main-C1e3eoxd.cjs +1067 -0
- package/dist/main.d.ts +0 -1
- package/dist/synapse.css +1 -0
- package/dist/tooth-11-D3sLWv2n.cjs +1 -0
- package/dist/tooth-12-CXrLuH03.cjs +1 -0
- package/dist/tooth-13-BSfo5fpT.cjs +1 -0
- package/dist/tooth-14-DMzulx0h.cjs +1 -0
- package/dist/tooth-15-BKRFVi-9.cjs +1 -0
- package/dist/tooth-16-CpuxAbuM.cjs +1 -0
- package/dist/tooth-17-BPoahUdg.cjs +1 -0
- package/dist/tooth-18-DhHJz8sy.cjs +1 -0
- package/dist/tooth-21-Dgd5hn_X.cjs +1 -0
- package/dist/tooth-22-C2Tn19sB.cjs +1 -0
- package/dist/tooth-23-C9uaaSGb.cjs +1 -0
- package/dist/tooth-24-BrK9UGpf.cjs +1 -0
- package/dist/tooth-25-CE_EfGNp.cjs +1 -0
- package/dist/tooth-26-Ctv4i9Fy.cjs +1 -0
- package/dist/tooth-27-C5J7JkWM.cjs +1 -0
- package/dist/tooth-28-Z9oWqjo0.cjs +1 -0
- package/dist/tooth-31-BrYqmkTi.cjs +1 -0
- package/dist/tooth-32-BNNR0oCZ.cjs +1 -0
- package/dist/tooth-33-DuxvqO2J.cjs +1 -0
- package/dist/tooth-34-BCSCXMB6.cjs +1 -0
- package/dist/tooth-35-BLUXkX88.cjs +1 -0
- package/dist/tooth-36-IrKHYqlA.cjs +1 -0
- package/dist/tooth-37-BYqpdMwo.cjs +1 -0
- package/dist/tooth-38-B_eNXXdu.cjs +1 -0
- package/dist/tooth-41-Ddva4Ot8.cjs +1 -0
- package/dist/tooth-42-szcDqlM0.cjs +1 -0
- package/dist/tooth-43-B3ka6rQm.cjs +1 -0
- package/dist/tooth-44-CazyQucj.cjs +1 -0
- package/dist/tooth-45-B4HQtc8n.cjs +1 -0
- package/dist/tooth-46-BPM40gbG.cjs +1 -0
- package/dist/tooth-47-Dvr20dlh.cjs +1 -0
- package/dist/tooth-48-Bd8ljGsF.cjs +1 -0
- package/dist/tooth-51-OBpwCOF3.cjs +1 -0
- package/dist/tooth-52-aKxyHcmq.cjs +1 -0
- package/dist/tooth-53-vCwJjTOc.cjs +1 -0
- package/dist/tooth-54-DsWu2iFy.cjs +1 -0
- package/dist/tooth-55-BxC1X2Dn.cjs +1 -0
- package/dist/tooth-61-BbLvxMQi.cjs +1 -0
- package/dist/tooth-62-CmTkWczP.cjs +1 -0
- package/dist/tooth-63-DI7l_2qI.cjs +1 -0
- package/dist/tooth-64-B21sOsJh.cjs +1 -0
- package/dist/tooth-65-D2ZC2VEr.cjs +1 -0
- package/dist/tooth-71-D473PPO5.cjs +1 -0
- package/dist/tooth-72-Drh1wnNu.cjs +1 -0
- package/dist/tooth-73-DzlwYI23.cjs +1 -0
- package/dist/tooth-74-8aGvcZPg.cjs +1 -0
- package/dist/tooth-75-BFK7At_r.cjs +1 -0
- package/dist/tooth-81-BZmR-I0M.cjs +1 -0
- package/dist/tooth-82-euVfUUZV.cjs +1 -0
- package/dist/tooth-83-KV010j64.cjs +1 -0
- package/dist/tooth-84-BBg1RjhZ.cjs +1 -0
- package/dist/tooth-85-Cr-kc1wM.cjs +1 -0
- package/dist/vuetifyConfig.js +561 -0
- package/dist/vuetifyConfig.umd.cjs +1 -0
- package/package.json +10 -4
- package/src/assets/overrides/_btns.scss +0 -6
- package/src/assets/overrides/_icons.scss +9 -1
- package/src/assets/overrides/_typography.scss +0 -10
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +2 -2
- package/src/components/Captcha/accessibilite/Accessibility.mdx +86 -8
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +12 -12
- package/src/components/ChipList/ChipList.stories.ts +0 -15
- package/src/components/ChipList/ChipList.vue +5 -1
- package/src/components/ChipList/accessibilite/Accessibility.mdx +83 -10
- package/src/components/ChipList/tests/ChipList.a11y.spec.ts +41 -0
- package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +0 -9
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +22 -5
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +143 -0
- package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +14 -10
- package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.stories.ts +4 -4
- package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.vue +8 -9
- package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.spec.ts +10 -10
- package/src/components/Customs/Selects/SySelect/SySelect.vue +14 -11
- package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +54 -0
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +6 -9
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +10 -16
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +16 -11
- package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +35 -0
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.a11y.spec.ts +134 -2
- package/src/components/Customs/SyForm/SyForm.stories.ts +31 -5
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +4 -7
- package/src/components/Customs/SyTextField/SyTextField.mdx +1 -1
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +29 -27
- package/src/components/Customs/SyTextField/SyTextField.vue +154 -157
- package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +32 -0
- package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +120 -11
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +62 -58
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +330 -223
- package/src/components/DatePicker/CalendarMode/accessibilite/Accessibility.mdx +82 -0
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +141 -0
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +2 -56
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +195 -159
- package/src/components/DatePicker/ComplexDatePicker/accessibilite/Accessibility.mdx +76 -0
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +10 -10
- package/src/components/DatePicker/DatePickerValidationExample/CalendarMode.stories.ts +8 -8
- package/src/components/DatePicker/DatePickerValidationExample/ComplexDatePicker.stories.ts +106 -8
- package/src/components/DatePicker/DatePickerValidationExample/DateTextInput.stories.ts +12 -11
- package/src/components/DatePicker/DatePickerValidationExample/MultiMode.stories.ts +12 -12
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +0 -12
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +63 -57
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +3 -0
- package/src/components/DatePicker/DateTextInput/accessibilite/Accessibility.mdx +66 -0
- package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +52 -1
- package/src/components/DatePicker/composables/index.ts +1 -0
- package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +109 -65
- package/src/components/DatePicker/composables/tests/useDatePickerFocusTrap.spec.ts +138 -0
- package/src/components/DatePicker/composables/tests/useDateValidation.spec.ts +74 -18
- package/src/components/DatePicker/composables/tests/useInputBlurHandler.spec.ts +39 -0
- package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +91 -0
- package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +442 -36
- package/src/components/DatePicker/composables/useDatePickerFocusTrap.ts +92 -0
- package/src/components/DatePicker/composables/useDateTextField.ts +7 -6
- package/src/components/DatePicker/composables/useDateValidation.ts +36 -35
- package/src/components/DatePicker/composables/useInputBlurHandler.ts +3 -3
- package/src/components/DatePicker/composables/useManualDateValidation.ts +6 -2
- package/src/components/DiacriticPicker/accessibilite/Accessibility.mdx +76 -8
- package/src/components/HeaderBar/HeaderBar.stories.ts +14 -2
- package/src/components/Logo/accessibilite/Accessibility.mdx +73 -11
- package/src/components/LogoBrandSection/accessibilite/Accessibility.mdx +85 -9
- package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +3 -1
- package/src/components/LunarCalendar/useLunarCalendarValidation.ts +4 -5
- package/src/components/MonthPicker/tests/MonthPicker.spec.ts +2 -1
- package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +7 -7
- package/src/components/NirField/NirField.stories.ts +4 -0
- package/src/components/NirField/NirField.vue +64 -260
- package/src/components/NirField/accessibilite/Accessibility.mdx +2 -2
- package/src/components/NirField/locales.ts +1 -1
- package/src/components/NirField/tests/NirField.spec.ts +6 -0
- package/src/components/NirField/useNirValidation.ts +271 -0
- package/src/components/PasswordField/PasswordField.stories.ts +4 -4
- package/src/components/PasswordField/PasswordField.vue +18 -24
- package/src/components/PasswordField/tests/PasswordField.spec.ts +6 -3
- package/src/components/PeriodField/PeriodField.stories.ts +4 -4
- package/src/components/PeriodField/PeriodField.vue +57 -57
- package/src/components/PeriodField/__tests__/PeriodField.async.spec.ts +32 -0
- package/src/components/PeriodField/accessibilite/Accessibility.mdx +68 -8
- package/src/components/PeriodField/tests/PeriodField.spec.ts +28 -2
- package/src/components/PhoneField/PhoneField.vue +5 -6
- package/src/components/PhoneField/tests/PhoneField.spec.ts +1 -0
- package/src/components/RangeField/RangeField.vue +6 -0
- package/src/components/SyTextArea/SyTextArea.stories.ts +138 -2
- package/src/components/SyTextArea/SyTextArea.vue +53 -23
- package/src/components/SyTextArea/tests/SyTextArea.spec.ts +126 -3
- package/src/components/SyTextArea/useDefaultValidationRules.ts +74 -0
- package/src/components/Tables/SyServerTable/SyServerTable.mdx +25 -0
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +673 -1
- package/src/components/Tables/SyServerTable/SyServerTable.vue +148 -91
- package/src/components/Tables/SyServerTable/tests/SyServerTable.a11y.spec.ts +58 -0
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +122 -0
- package/src/components/Tables/SyTable/SyTable.mdx +25 -0
- package/src/components/Tables/SyTable/SyTable.stories.ts +452 -1
- package/src/components/Tables/SyTable/SyTable.vue +130 -56
- package/src/components/Tables/SyTable/tests/SyTable.a11y.spec.ts +57 -0
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +108 -0
- package/src/components/Tables/common/SyTableFilter.vue +22 -2
- package/src/components/Tables/common/TableHeader.vue +5 -1
- package/src/components/Tables/common/filters/AutocompleteFilter.vue +160 -0
- package/src/components/Tables/common/filters/NumberFilter.vue +1 -1
- package/src/components/Tables/common/filters/SelectFilter.vue +10 -11
- package/src/components/Tables/common/filters/TextFilter.vue +1 -1
- package/src/components/Tables/common/filters/getFilterComponent.ts +8 -1
- package/src/components/Tables/common/filters/locales.ts +0 -1
- package/src/components/Tables/common/filters/tests/AutocompleteFilter.a11y.spec.ts +110 -0
- package/src/components/Tables/common/filters/tests/AutocompleteFilter.spec.ts +203 -0
- package/src/components/Tables/common/filters/tests/SelectFilter.a11y.spec.ts +104 -0
- package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +152 -16
- package/src/components/Tables/common/tableFilterUtils.ts +3 -0
- package/src/components/Tables/common/tableStyles.scss +48 -4
- package/src/components/Tables/common/tests/filterByRange.spec.ts +2 -1
- package/src/components/Tables/common/types.ts +13 -4
- package/src/components/Tables/common/useClickableTableRow.ts +103 -0
- package/src/components/Tables/common/usePagination.ts +13 -0
- package/src/components/Tables/common/usePinnedColumns.ts +237 -0
- package/src/components/Tables/common/useTableHeaders.ts +3 -3
- package/src/components/Tables/common/useTableRowCheckboxAccessibility.ts +41 -0
- package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +2 -6
- package/src/composables/date/useDatePickerAccessibility.ts +42 -207
- package/src/composables/rules/tests/useFieldValidation.spec.ts +120 -120
- package/src/composables/rules/useFieldValidation.ts +34 -17
- package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +601 -0
- package/src/composables/unifyValidation/tests/useValidation.spec.ts +2048 -0
- package/src/composables/unifyValidation/tests/useVuetifyValidation.spec.ts +184 -0
- package/src/composables/unifyValidation/useCustomValidation.ts +95 -0
- package/src/composables/unifyValidation/useValidation.ts +190 -0
- package/src/composables/unifyValidation/useVuetifyValidation.ts +54 -0
- package/src/composables/useFormFieldErrorHandling.ts +4 -7
- package/src/composables/validation/tests/useFormValidation.spec.ts +14 -0
- package/src/composables/validation/tests/useValidation.spec.ts +116 -21
- package/src/composables/validation/useFormValidation.ts +20 -13
- package/src/composables/validation/useValidatable.ts +8 -1
- package/src/composables/validation/useValidation.ts +135 -99
- package/src/composantsVuetify/Introduction.mdx +48 -0
- package/src/composantsVuetify/VBtn/VBtn.mdx +72 -0
- package/src/composantsVuetify/VBtn/v-btn.stories.ts +121 -0
- package/src/composantsVuetify/VTooltip/VTooltip.mdx +32 -0
- package/src/composantsVuetify/VTooltip/v-tooltip.stories.ts +95 -0
- package/src/designTokens/tokens/cnam/cnamSemantic.ts +2 -2
- package/src/main.ts +0 -2
- package/src/stories/Components/Components.stories.ts +74 -9
- package/src/stories/Demarrer/Accueil.stories.ts +3 -3
- package/src/stories/GuideDuDev/Amelipro.mdx +15 -0
- package/src/stories/GuideDuDev/Amelipro.stories.ts +209 -0
- package/src/stories/GuideDuDev/vuetifyOptions.mdx +3 -3
- package/dist/SelectFilter-BioGT6Nn.js +0 -136
- package/dist/style.css +0 -1
- package/src/components/DatePicker/Accessibilite.mdx +0 -14
|
@@ -105,8 +105,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
105
105
|
hasError: import('vue').ComputedRef<boolean>;
|
|
106
106
|
hasWarning: import('vue').ComputedRef<boolean>;
|
|
107
107
|
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
108
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult
|
|
109
|
-
validateOnSubmit: () =>
|
|
108
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
|
|
109
|
+
validateOnSubmit: () => boolean;
|
|
110
110
|
clearValidation: () => void;
|
|
111
111
|
};
|
|
112
112
|
validateOnSubmit: () => Promise<boolean>;
|
|
@@ -206,8 +206,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
206
206
|
modelValue: string;
|
|
207
207
|
bgColor: string;
|
|
208
208
|
required: boolean;
|
|
209
|
-
displayAsterisk: boolean;
|
|
210
209
|
disableErrorHandling: boolean;
|
|
210
|
+
displayAsterisk: boolean;
|
|
211
211
|
helpText: string;
|
|
212
212
|
displayFormat: DisplayFormat;
|
|
213
213
|
withoutFieldset: boolean;
|
|
@@ -225,7 +225,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
225
225
|
$: import('vue').ComponentInternalInstance;
|
|
226
226
|
$data: {};
|
|
227
227
|
$props: {
|
|
228
|
-
readonly modelValue?: string | number | null | undefined;
|
|
228
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
229
229
|
readonly prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
230
230
|
readonly appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
231
231
|
readonly prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -237,11 +237,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
237
237
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
238
238
|
readonly isClearable?: boolean | undefined;
|
|
239
239
|
readonly showDivider?: boolean | undefined;
|
|
240
|
-
readonly label
|
|
241
|
-
readonly required?: boolean | undefined;
|
|
242
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
243
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
244
|
-
readonly successMessages?: string[] | null | undefined;
|
|
240
|
+
readonly label: string;
|
|
245
241
|
readonly readonly?: boolean | undefined;
|
|
246
242
|
readonly isActive?: boolean | undefined;
|
|
247
243
|
readonly baseColor?: string | undefined;
|
|
@@ -261,7 +257,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
257
|
readonly hint?: string | undefined;
|
|
262
258
|
readonly id?: string | undefined;
|
|
263
259
|
readonly loading?: string | boolean | undefined;
|
|
264
|
-
readonly maxErrors?: string | number | undefined;
|
|
265
260
|
readonly maxWidth?: string | number | undefined;
|
|
266
261
|
readonly messages?: string | string[] | undefined;
|
|
267
262
|
readonly minWidth?: string | number | undefined;
|
|
@@ -275,9 +270,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
275
270
|
readonly isReversed?: boolean | undefined;
|
|
276
271
|
readonly role?: string | undefined;
|
|
277
272
|
readonly rounded?: string | number | boolean | undefined;
|
|
278
|
-
readonly hasError?: boolean | undefined;
|
|
279
|
-
readonly hasWarning?: boolean | undefined;
|
|
280
|
-
readonly hasSuccess?: boolean | undefined;
|
|
281
273
|
readonly isOnSingleLine?: boolean | undefined;
|
|
282
274
|
readonly suffix?: string | undefined;
|
|
283
275
|
readonly theme?: string | undefined;
|
|
@@ -286,18 +278,30 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
278
|
readonly width?: string | number | undefined;
|
|
287
279
|
readonly displayAsterisk?: boolean | undefined;
|
|
288
280
|
readonly noIcon?: boolean | undefined;
|
|
289
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
290
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
291
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
292
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
293
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
294
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
295
281
|
readonly disableClickButton?: boolean | undefined;
|
|
296
282
|
readonly autocomplete?: string | undefined;
|
|
297
283
|
readonly helpText?: string | undefined;
|
|
298
284
|
readonly maxlength?: string | number | undefined;
|
|
299
285
|
readonly title?: string | false | undefined;
|
|
286
|
+
readonly required?: boolean | undefined;
|
|
287
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
288
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
289
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
290
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
291
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
292
|
+
readonly customRules?: ValidationRule[] | undefined;
|
|
293
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
294
|
+
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
295
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
296
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
297
|
+
readonly successMessages?: string[] | null | undefined;
|
|
298
|
+
readonly hasError?: boolean | undefined;
|
|
299
|
+
readonly hasWarning?: boolean | undefined;
|
|
300
|
+
readonly hasSuccess?: boolean | undefined;
|
|
301
|
+
readonly maxErrors?: number | undefined;
|
|
300
302
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
303
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
304
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
301
305
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
302
306
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
303
307
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -678,16 +682,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
678
682
|
hint?: string | undefined;
|
|
679
683
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
680
684
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
681
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
685
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
682
686
|
reset: () => Promise<void>;
|
|
683
687
|
resetValidation: () => Promise<void>;
|
|
684
688
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
685
|
-
isValid:
|
|
686
|
-
errorMessages:
|
|
687
|
-
}
|
|
689
|
+
isValid: boolean | null;
|
|
690
|
+
errorMessages: string[];
|
|
691
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
688
692
|
modelValue?: unknown;
|
|
689
693
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
690
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
694
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
691
695
|
$: import('vue').ComponentInternalInstance;
|
|
692
696
|
$data: {};
|
|
693
697
|
$props: Partial<{
|
|
@@ -945,13 +949,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
945
949
|
labelId?: string | undefined;
|
|
946
950
|
} & {
|
|
947
951
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
948
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
949
|
-
controlRef:
|
|
950
|
-
fieldIconColor:
|
|
951
|
-
}
|
|
952
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
953
|
+
controlRef: HTMLElement | undefined;
|
|
954
|
+
fieldIconColor: string | undefined;
|
|
955
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
952
956
|
modelValue?: unknown;
|
|
953
957
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
954
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
958
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
955
959
|
_allExposed: {
|
|
956
960
|
reset: () => Promise<void>;
|
|
957
961
|
resetValidation: () => Promise<void>;
|
|
@@ -1415,16 +1419,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1415
1419
|
hint?: string | undefined;
|
|
1416
1420
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1417
1421
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1418
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1422
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1419
1423
|
reset: () => Promise<void>;
|
|
1420
1424
|
resetValidation: () => Promise<void>;
|
|
1421
1425
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1422
|
-
isValid:
|
|
1423
|
-
errorMessages:
|
|
1424
|
-
}
|
|
1426
|
+
isValid: boolean | null;
|
|
1427
|
+
errorMessages: string[];
|
|
1428
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1425
1429
|
modelValue?: unknown;
|
|
1426
1430
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1427
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "
|
|
1431
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
1428
1432
|
$: import('vue').ComponentInternalInstance;
|
|
1429
1433
|
$data: {};
|
|
1430
1434
|
$props: Partial<{
|
|
@@ -1682,13 +1686,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1682
1686
|
labelId?: string | undefined;
|
|
1683
1687
|
} & {
|
|
1684
1688
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1685
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1686
|
-
controlRef:
|
|
1687
|
-
fieldIconColor:
|
|
1688
|
-
}
|
|
1689
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1690
|
+
controlRef: HTMLElement | undefined;
|
|
1691
|
+
fieldIconColor: string | undefined;
|
|
1692
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1689
1693
|
modelValue?: unknown;
|
|
1690
1694
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1691
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "
|
|
1695
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
|
|
1692
1696
|
_allExposed: {
|
|
1693
1697
|
reset: () => Promise<void>;
|
|
1694
1698
|
resetValidation: () => Promise<void>;
|
|
@@ -1737,10 +1741,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1737
1741
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1738
1742
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1739
1743
|
$host: Element | null;
|
|
1740
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
1744
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
1741
1745
|
$el: any;
|
|
1742
1746
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1743
|
-
modelValue?: string | number | null;
|
|
1747
|
+
modelValue?: string | number | null | undefined;
|
|
1744
1748
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1745
1749
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1746
1750
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -1753,10 +1757,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1753
1757
|
isClearable?: boolean;
|
|
1754
1758
|
showDivider?: boolean;
|
|
1755
1759
|
label?: string;
|
|
1756
|
-
required?: boolean;
|
|
1757
|
-
errorMessages?: string[] | null;
|
|
1758
|
-
warningMessages?: string[] | null;
|
|
1759
|
-
successMessages?: string[] | null;
|
|
1760
1760
|
readonly?: boolean;
|
|
1761
1761
|
isActive?: boolean;
|
|
1762
1762
|
baseColor?: string;
|
|
@@ -1776,7 +1776,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1776
1776
|
hint?: string;
|
|
1777
1777
|
id?: string;
|
|
1778
1778
|
loading?: string | boolean;
|
|
1779
|
-
maxErrors?: string | number;
|
|
1780
1779
|
maxWidth?: string | number;
|
|
1781
1780
|
messages?: string | string[];
|
|
1782
1781
|
minWidth?: string | number;
|
|
@@ -1790,9 +1789,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1790
1789
|
isReversed?: boolean;
|
|
1791
1790
|
role?: string;
|
|
1792
1791
|
rounded?: string | number | boolean;
|
|
1793
|
-
hasError?: boolean;
|
|
1794
|
-
hasWarning?: boolean;
|
|
1795
|
-
hasSuccess?: boolean;
|
|
1796
1792
|
isOnSingleLine?: boolean;
|
|
1797
1793
|
suffix?: string;
|
|
1798
1794
|
theme?: string;
|
|
@@ -1801,40 +1797,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1801
1797
|
width?: string | number;
|
|
1802
1798
|
displayAsterisk?: boolean;
|
|
1803
1799
|
noIcon?: boolean;
|
|
1804
|
-
customRules?: ValidationRule[];
|
|
1805
|
-
customWarningRules?: ValidationRule[];
|
|
1806
|
-
customSuccessRules?: ValidationRule[];
|
|
1807
|
-
showSuccessMessages?: boolean;
|
|
1808
|
-
isValidateOnBlur?: boolean;
|
|
1809
|
-
disableErrorHandling?: boolean;
|
|
1810
1800
|
disableClickButton?: boolean;
|
|
1811
1801
|
autocomplete?: string;
|
|
1812
1802
|
helpText?: string;
|
|
1813
1803
|
maxlength?: string | number;
|
|
1814
1804
|
title?: string | false;
|
|
1815
|
-
}> & Readonly<{
|
|
1805
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1816
1806
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1807
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1808
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1817
1809
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1818
1810
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1819
1811
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1820
1812
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1821
1813
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1822
1814
|
}>, {
|
|
1823
|
-
|
|
1824
|
-
errors: import('vue').Ref<string[], string[]>;
|
|
1825
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1826
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1827
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1828
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1829
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1830
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
|
|
1831
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1832
|
-
clearValidation: () => void;
|
|
1833
|
-
};
|
|
1834
|
-
validateOnSubmit: () => boolean;
|
|
1835
|
-
checkErrorOnBlur: () => void;
|
|
1815
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1836
1816
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1837
1817
|
input: (...args: any[]) => void;
|
|
1818
|
+
blur: (...args: any[]) => void;
|
|
1819
|
+
focus: (...args: any[]) => void;
|
|
1838
1820
|
keydown: (...args: any[]) => void;
|
|
1839
1821
|
"update:modelValue": (...args: any[]) => void;
|
|
1840
1822
|
clear: (...args: any[]) => void;
|
|
@@ -1864,7 +1846,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1864
1846
|
modelValue: string | number | null;
|
|
1865
1847
|
bgColor: string;
|
|
1866
1848
|
isActive: boolean;
|
|
1849
|
+
required: boolean;
|
|
1867
1850
|
prefix: string;
|
|
1851
|
+
showSuccessMessages: boolean;
|
|
1852
|
+
disableErrorHandling: boolean;
|
|
1853
|
+
errorMessages: string[] | null;
|
|
1854
|
+
maxErrors: number;
|
|
1868
1855
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1869
1856
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1870
1857
|
prependTooltip: string;
|
|
@@ -1872,9 +1859,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1872
1859
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1873
1860
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
1874
1861
|
isClearable: boolean;
|
|
1875
|
-
errorMessages: string[] | null;
|
|
1876
|
-
warningMessages: string[] | null;
|
|
1877
|
-
successMessages: string[] | null;
|
|
1878
1862
|
centerAffix: boolean;
|
|
1879
1863
|
counter: string | number | boolean;
|
|
1880
1864
|
counterValue: number | ((value: any) => number);
|
|
@@ -1886,30 +1870,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1886
1870
|
areDetailsHidden: boolean | "auto";
|
|
1887
1871
|
areSpinButtonsHidden: boolean;
|
|
1888
1872
|
hint: string;
|
|
1889
|
-
maxErrors: string | number;
|
|
1890
1873
|
messages: string | string[];
|
|
1891
1874
|
displayPersistentClear: boolean;
|
|
1892
1875
|
displayPersistentCounter: boolean;
|
|
1893
1876
|
displayPersistentHint: boolean;
|
|
1894
1877
|
displayPersistentPlaceholder: boolean;
|
|
1895
1878
|
isReversed: boolean;
|
|
1896
|
-
hasError: boolean;
|
|
1897
|
-
hasWarning: boolean;
|
|
1898
1879
|
isOnSingleLine: boolean;
|
|
1899
1880
|
suffix: string;
|
|
1900
1881
|
isTiled: boolean;
|
|
1901
1882
|
displayAsterisk: boolean;
|
|
1902
1883
|
noIcon: boolean;
|
|
1903
|
-
customRules: ValidationRule[];
|
|
1904
|
-
customWarningRules: ValidationRule[];
|
|
1905
|
-
customSuccessRules: ValidationRule[];
|
|
1906
|
-
showSuccessMessages: boolean;
|
|
1907
|
-
isValidateOnBlur: boolean;
|
|
1908
|
-
disableErrorHandling: boolean;
|
|
1909
1884
|
disableClickButton: boolean;
|
|
1910
1885
|
autocomplete: string;
|
|
1911
1886
|
helpText: string;
|
|
1912
1887
|
maxlength: string | number;
|
|
1888
|
+
isValidateOnBlur: boolean;
|
|
1889
|
+
useVuetifyValidation: boolean;
|
|
1890
|
+
customRules: ValidationRule[];
|
|
1891
|
+
customWarningRules: ValidationRule[];
|
|
1892
|
+
customSuccessRules: ValidationRule[];
|
|
1893
|
+
warningMessages: string[] | null;
|
|
1894
|
+
successMessages: string[] | null;
|
|
1895
|
+
hasError: boolean;
|
|
1896
|
+
hasWarning: boolean;
|
|
1897
|
+
hasSuccess: boolean;
|
|
1913
1898
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1914
1899
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1915
1900
|
created?: (() => void) | (() => void)[];
|
|
@@ -1954,7 +1939,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1954
1939
|
modelValue: string | number | null;
|
|
1955
1940
|
bgColor: string;
|
|
1956
1941
|
isActive: boolean;
|
|
1942
|
+
required: boolean;
|
|
1957
1943
|
prefix: string;
|
|
1944
|
+
showSuccessMessages: boolean;
|
|
1945
|
+
disableErrorHandling: boolean;
|
|
1946
|
+
errorMessages: string[] | null;
|
|
1947
|
+
maxErrors: number;
|
|
1958
1948
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1959
1949
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1960
1950
|
prependTooltip: string;
|
|
@@ -1962,9 +1952,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1962
1952
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1963
1953
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
1964
1954
|
isClearable: boolean;
|
|
1965
|
-
errorMessages: string[] | null;
|
|
1966
|
-
warningMessages: string[] | null;
|
|
1967
|
-
successMessages: string[] | null;
|
|
1968
1955
|
centerAffix: boolean;
|
|
1969
1956
|
counter: string | number | boolean;
|
|
1970
1957
|
counterValue: number | ((value: any) => number);
|
|
@@ -1976,32 +1963,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1976
1963
|
areDetailsHidden: boolean | "auto";
|
|
1977
1964
|
areSpinButtonsHidden: boolean;
|
|
1978
1965
|
hint: string;
|
|
1979
|
-
maxErrors: string | number;
|
|
1980
1966
|
messages: string | string[];
|
|
1981
1967
|
displayPersistentClear: boolean;
|
|
1982
1968
|
displayPersistentCounter: boolean;
|
|
1983
1969
|
displayPersistentHint: boolean;
|
|
1984
1970
|
displayPersistentPlaceholder: boolean;
|
|
1985
1971
|
isReversed: boolean;
|
|
1986
|
-
hasError: boolean;
|
|
1987
|
-
hasWarning: boolean;
|
|
1988
1972
|
isOnSingleLine: boolean;
|
|
1989
1973
|
suffix: string;
|
|
1990
1974
|
isTiled: boolean;
|
|
1991
1975
|
displayAsterisk: boolean;
|
|
1992
1976
|
noIcon: boolean;
|
|
1993
|
-
customRules: ValidationRule[];
|
|
1994
|
-
customWarningRules: ValidationRule[];
|
|
1995
|
-
customSuccessRules: ValidationRule[];
|
|
1996
|
-
showSuccessMessages: boolean;
|
|
1997
|
-
isValidateOnBlur: boolean;
|
|
1998
|
-
disableErrorHandling: boolean;
|
|
1999
1977
|
disableClickButton: boolean;
|
|
2000
1978
|
autocomplete: string;
|
|
2001
1979
|
helpText: string;
|
|
2002
1980
|
maxlength: string | number;
|
|
1981
|
+
isValidateOnBlur: boolean;
|
|
1982
|
+
useVuetifyValidation: boolean;
|
|
1983
|
+
customRules: ValidationRule[];
|
|
1984
|
+
customWarningRules: ValidationRule[];
|
|
1985
|
+
customSuccessRules: ValidationRule[];
|
|
1986
|
+
warningMessages: string[] | null;
|
|
1987
|
+
successMessages: string[] | null;
|
|
1988
|
+
hasError: boolean;
|
|
1989
|
+
hasWarning: boolean;
|
|
1990
|
+
hasSuccess: boolean;
|
|
2003
1991
|
}> & Omit<Readonly<{
|
|
2004
|
-
modelValue?: string | number | null;
|
|
1992
|
+
modelValue?: string | number | null | undefined;
|
|
2005
1993
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2006
1994
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2007
1995
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -2014,10 +2002,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2014
2002
|
isClearable?: boolean;
|
|
2015
2003
|
showDivider?: boolean;
|
|
2016
2004
|
label?: string;
|
|
2017
|
-
required?: boolean;
|
|
2018
|
-
errorMessages?: string[] | null;
|
|
2019
|
-
warningMessages?: string[] | null;
|
|
2020
|
-
successMessages?: string[] | null;
|
|
2021
2005
|
readonly?: boolean;
|
|
2022
2006
|
isActive?: boolean;
|
|
2023
2007
|
baseColor?: string;
|
|
@@ -2037,7 +2021,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2037
2021
|
hint?: string;
|
|
2038
2022
|
id?: string;
|
|
2039
2023
|
loading?: string | boolean;
|
|
2040
|
-
maxErrors?: string | number;
|
|
2041
2024
|
maxWidth?: string | number;
|
|
2042
2025
|
messages?: string | string[];
|
|
2043
2026
|
minWidth?: string | number;
|
|
@@ -2051,9 +2034,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2051
2034
|
isReversed?: boolean;
|
|
2052
2035
|
role?: string;
|
|
2053
2036
|
rounded?: string | number | boolean;
|
|
2054
|
-
hasError?: boolean;
|
|
2055
|
-
hasWarning?: boolean;
|
|
2056
|
-
hasSuccess?: boolean;
|
|
2057
2037
|
isOnSingleLine?: boolean;
|
|
2058
2038
|
suffix?: string;
|
|
2059
2039
|
theme?: string;
|
|
@@ -2062,39 +2042,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2062
2042
|
width?: string | number;
|
|
2063
2043
|
displayAsterisk?: boolean;
|
|
2064
2044
|
noIcon?: boolean;
|
|
2065
|
-
customRules?: ValidationRule[];
|
|
2066
|
-
customWarningRules?: ValidationRule[];
|
|
2067
|
-
customSuccessRules?: ValidationRule[];
|
|
2068
|
-
showSuccessMessages?: boolean;
|
|
2069
|
-
isValidateOnBlur?: boolean;
|
|
2070
|
-
disableErrorHandling?: boolean;
|
|
2071
2045
|
disableClickButton?: boolean;
|
|
2072
2046
|
autocomplete?: string;
|
|
2073
2047
|
helpText?: string;
|
|
2074
2048
|
maxlength?: string | number;
|
|
2075
2049
|
title?: string | false;
|
|
2076
|
-
}> & Readonly<{
|
|
2050
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
2077
2051
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
2052
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2053
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2078
2054
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2079
2055
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2080
2056
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2081
2057
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2082
2058
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2083
|
-
}>, "validateOnSubmit" |
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
2087
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
2088
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
2089
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
2090
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
2091
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult;
|
|
2092
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
2093
|
-
clearValidation: () => void;
|
|
2094
|
-
};
|
|
2095
|
-
validateOnSubmit: () => boolean;
|
|
2096
|
-
checkErrorOnBlur: () => void;
|
|
2097
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2059
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
|
|
2060
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
2061
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2098
2062
|
$slots: {
|
|
2099
2063
|
prepend?(_: {}): any;
|
|
2100
2064
|
append?(_: {}): any;
|
|
@@ -80,9 +80,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
80
80
|
}> & Omit<Readonly<{
|
|
81
81
|
nudgeLeft?: number;
|
|
82
82
|
nudgeRight?: number;
|
|
83
|
-
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> &
|
|
84
|
-
element:
|
|
85
|
-
}
|
|
83
|
+
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> & {
|
|
84
|
+
element: HTMLElement | null;
|
|
85
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
86
86
|
$slots: {
|
|
87
87
|
default?(_: {}): any;
|
|
88
88
|
};
|
|
@@ -143,9 +143,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
143
143
|
}> & Omit<Readonly<{
|
|
144
144
|
nudgeLeft?: number;
|
|
145
145
|
nudgeRight?: number;
|
|
146
|
-
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> &
|
|
147
|
-
element:
|
|
148
|
-
}
|
|
146
|
+
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> & {
|
|
147
|
+
element: HTMLElement | null;
|
|
148
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
149
149
|
$slots: {
|
|
150
150
|
default?(_: {}): any;
|
|
151
151
|
};
|
|
@@ -205,9 +205,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
205
205
|
}> & Omit<Readonly<{
|
|
206
206
|
nudgeLeft?: number;
|
|
207
207
|
nudgeRight?: number;
|
|
208
|
-
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> &
|
|
209
|
-
element:
|
|
210
|
-
}
|
|
208
|
+
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> & {
|
|
209
|
+
element: HTMLElement | null;
|
|
210
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
211
211
|
$slots: {
|
|
212
212
|
default?(_: {}): any;
|
|
213
213
|
};
|
|
@@ -267,9 +267,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
267
267
|
}> & Omit<Readonly<{
|
|
268
268
|
nudgeLeft?: number;
|
|
269
269
|
nudgeRight?: number;
|
|
270
|
-
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> &
|
|
271
|
-
element:
|
|
272
|
-
}
|
|
270
|
+
}> & Readonly<{}>, "element" | ("nudgeRight" | "nudgeLeft")> & {
|
|
271
|
+
element: HTMLElement | null;
|
|
272
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
273
273
|
$slots: {
|
|
274
274
|
default?(_: {}): any;
|
|
275
275
|
};
|