@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
|
@@ -15,7 +15,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15
15
|
$: import('vue').ComponentInternalInstance;
|
|
16
16
|
$data: {};
|
|
17
17
|
$props: {
|
|
18
|
-
readonly modelValue?: string | number | null | undefined;
|
|
18
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
19
19
|
readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
20
20
|
readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
21
21
|
readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -27,11 +27,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
27
27
|
readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
|
|
28
28
|
readonly isClearable?: boolean | undefined;
|
|
29
29
|
readonly showDivider?: boolean | undefined;
|
|
30
|
-
readonly label
|
|
31
|
-
readonly required?: boolean | undefined;
|
|
32
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
33
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
34
|
-
readonly successMessages?: string[] | null | undefined;
|
|
30
|
+
readonly label: string;
|
|
35
31
|
readonly readonly?: boolean | undefined;
|
|
36
32
|
readonly isActive?: boolean | undefined;
|
|
37
33
|
readonly baseColor?: string | undefined;
|
|
@@ -51,7 +47,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
51
47
|
readonly hint?: string | undefined;
|
|
52
48
|
readonly id?: string | undefined;
|
|
53
49
|
readonly loading?: string | boolean | undefined;
|
|
54
|
-
readonly maxErrors?: string | number | undefined;
|
|
55
50
|
readonly maxWidth?: string | number | undefined;
|
|
56
51
|
readonly messages?: string | string[] | undefined;
|
|
57
52
|
readonly minWidth?: string | number | undefined;
|
|
@@ -65,9 +60,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
65
60
|
readonly isReversed?: boolean | undefined;
|
|
66
61
|
readonly role?: string | undefined;
|
|
67
62
|
readonly rounded?: string | number | boolean | undefined;
|
|
68
|
-
readonly hasError?: boolean | undefined;
|
|
69
|
-
readonly hasWarning?: boolean | undefined;
|
|
70
|
-
readonly hasSuccess?: boolean | undefined;
|
|
71
63
|
readonly isOnSingleLine?: boolean | undefined;
|
|
72
64
|
readonly suffix?: string | undefined;
|
|
73
65
|
readonly theme?: string | undefined;
|
|
@@ -76,18 +68,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
76
68
|
readonly width?: string | number | undefined;
|
|
77
69
|
readonly displayAsterisk?: boolean | undefined;
|
|
78
70
|
readonly noIcon?: boolean | undefined;
|
|
79
|
-
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
80
|
-
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
81
|
-
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
82
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
83
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
84
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
85
71
|
readonly disableClickButton?: boolean | undefined;
|
|
86
72
|
readonly autocomplete?: string | undefined;
|
|
87
73
|
readonly helpText?: string | undefined;
|
|
88
74
|
readonly maxlength?: string | number | undefined;
|
|
89
75
|
readonly title?: string | false | undefined;
|
|
76
|
+
readonly required?: boolean | undefined;
|
|
77
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
78
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
79
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
80
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
81
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
82
|
+
readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
83
|
+
readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
84
|
+
readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
85
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
86
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
87
|
+
readonly successMessages?: string[] | null | undefined;
|
|
88
|
+
readonly hasError?: boolean | undefined;
|
|
89
|
+
readonly hasWarning?: boolean | undefined;
|
|
90
|
+
readonly hasSuccess?: boolean | undefined;
|
|
91
|
+
readonly maxErrors?: number | undefined;
|
|
90
92
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
93
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
91
95
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
92
96
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
93
97
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -468,16 +472,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
468
472
|
hint?: string | undefined;
|
|
469
473
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
470
474
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
471
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
475
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
472
476
|
reset: () => Promise<void>;
|
|
473
477
|
resetValidation: () => Promise<void>;
|
|
474
478
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
475
|
-
isValid:
|
|
476
|
-
errorMessages:
|
|
477
|
-
}
|
|
479
|
+
isValid: boolean | null;
|
|
480
|
+
errorMessages: string[];
|
|
481
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
478
482
|
modelValue?: unknown;
|
|
479
483
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
480
|
-
}, 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" | "
|
|
484
|
+
}, 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<{
|
|
481
485
|
$: import('vue').ComponentInternalInstance;
|
|
482
486
|
$data: {};
|
|
483
487
|
$props: Partial<{
|
|
@@ -735,13 +739,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
735
739
|
labelId?: string | undefined;
|
|
736
740
|
} & {
|
|
737
741
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
738
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
739
|
-
controlRef:
|
|
740
|
-
fieldIconColor:
|
|
741
|
-
}
|
|
742
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
743
|
+
controlRef: HTMLElement | undefined;
|
|
744
|
+
fieldIconColor: string | undefined;
|
|
745
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
742
746
|
modelValue?: unknown;
|
|
743
747
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
744
|
-
}, 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" | "
|
|
748
|
+
}, 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}`> & {
|
|
745
749
|
_allExposed: {
|
|
746
750
|
reset: () => Promise<void>;
|
|
747
751
|
resetValidation: () => Promise<void>;
|
|
@@ -1205,16 +1209,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1205
1209
|
hint?: string | undefined;
|
|
1206
1210
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1207
1211
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1208
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1212
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1209
1213
|
reset: () => Promise<void>;
|
|
1210
1214
|
resetValidation: () => Promise<void>;
|
|
1211
1215
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1212
|
-
isValid:
|
|
1213
|
-
errorMessages:
|
|
1214
|
-
}
|
|
1216
|
+
isValid: boolean | null;
|
|
1217
|
+
errorMessages: string[];
|
|
1218
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1215
1219
|
modelValue?: unknown;
|
|
1216
1220
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1217
|
-
}, 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" | "
|
|
1221
|
+
}, 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<{
|
|
1218
1222
|
$: import('vue').ComponentInternalInstance;
|
|
1219
1223
|
$data: {};
|
|
1220
1224
|
$props: Partial<{
|
|
@@ -1472,13 +1476,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1472
1476
|
labelId?: string | undefined;
|
|
1473
1477
|
} & {
|
|
1474
1478
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1475
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1476
|
-
controlRef:
|
|
1477
|
-
fieldIconColor:
|
|
1478
|
-
}
|
|
1479
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1480
|
+
controlRef: HTMLElement | undefined;
|
|
1481
|
+
fieldIconColor: string | undefined;
|
|
1482
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1479
1483
|
modelValue?: unknown;
|
|
1480
1484
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1481
|
-
}, 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" | "
|
|
1485
|
+
}, 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}`> & {
|
|
1482
1486
|
_allExposed: {
|
|
1483
1487
|
reset: () => Promise<void>;
|
|
1484
1488
|
resetValidation: () => Promise<void>;
|
|
@@ -1527,10 +1531,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1527
1531
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1528
1532
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1529
1533
|
$host: Element | null;
|
|
1530
|
-
$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);
|
|
1534
|
+
$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);
|
|
1531
1535
|
$el: any;
|
|
1532
1536
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1533
|
-
modelValue?: string | number | null;
|
|
1537
|
+
modelValue?: string | number | null | undefined;
|
|
1534
1538
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1535
1539
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1536
1540
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -1543,10 +1547,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1543
1547
|
isClearable?: boolean;
|
|
1544
1548
|
showDivider?: boolean;
|
|
1545
1549
|
label?: string;
|
|
1546
|
-
required?: boolean;
|
|
1547
|
-
errorMessages?: string[] | null;
|
|
1548
|
-
warningMessages?: string[] | null;
|
|
1549
|
-
successMessages?: string[] | null;
|
|
1550
1550
|
readonly?: boolean;
|
|
1551
1551
|
isActive?: boolean;
|
|
1552
1552
|
baseColor?: string;
|
|
@@ -1566,7 +1566,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1566
1566
|
hint?: string;
|
|
1567
1567
|
id?: string;
|
|
1568
1568
|
loading?: string | boolean;
|
|
1569
|
-
maxErrors?: string | number;
|
|
1570
1569
|
maxWidth?: string | number;
|
|
1571
1570
|
messages?: string | string[];
|
|
1572
1571
|
minWidth?: string | number;
|
|
@@ -1580,9 +1579,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1580
1579
|
isReversed?: boolean;
|
|
1581
1580
|
role?: string;
|
|
1582
1581
|
rounded?: string | number | boolean;
|
|
1583
|
-
hasError?: boolean;
|
|
1584
|
-
hasWarning?: boolean;
|
|
1585
|
-
hasSuccess?: boolean;
|
|
1586
1582
|
isOnSingleLine?: boolean;
|
|
1587
1583
|
suffix?: string;
|
|
1588
1584
|
theme?: string;
|
|
@@ -1591,40 +1587,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1591
1587
|
width?: string | number;
|
|
1592
1588
|
displayAsterisk?: boolean;
|
|
1593
1589
|
noIcon?: boolean;
|
|
1594
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1595
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1596
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1597
|
-
showSuccessMessages?: boolean;
|
|
1598
|
-
isValidateOnBlur?: boolean;
|
|
1599
|
-
disableErrorHandling?: boolean;
|
|
1600
1590
|
disableClickButton?: boolean;
|
|
1601
1591
|
autocomplete?: string;
|
|
1602
1592
|
helpText?: string;
|
|
1603
1593
|
maxlength?: string | number;
|
|
1604
1594
|
title?: string | false;
|
|
1605
|
-
}> & Readonly<{
|
|
1595
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1606
1596
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1597
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1598
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1607
1599
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1608
1600
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1609
1601
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1610
1602
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1611
1603
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1612
1604
|
}>, {
|
|
1613
|
-
|
|
1614
|
-
errors: import('vue').Ref<string[], string[]>;
|
|
1615
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1616
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1617
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1618
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1619
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1620
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
|
|
1621
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1622
|
-
clearValidation: () => void;
|
|
1623
|
-
};
|
|
1624
|
-
validateOnSubmit: () => boolean;
|
|
1625
|
-
checkErrorOnBlur: () => void;
|
|
1605
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1626
1606
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1627
1607
|
input: (...args: any[]) => void;
|
|
1608
|
+
blur: (...args: any[]) => void;
|
|
1609
|
+
focus: (...args: any[]) => void;
|
|
1628
1610
|
keydown: (...args: any[]) => void;
|
|
1629
1611
|
"update:modelValue": (...args: any[]) => void;
|
|
1630
1612
|
clear: (...args: any[]) => void;
|
|
@@ -1654,7 +1636,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1654
1636
|
modelValue: string | number | null;
|
|
1655
1637
|
bgColor: string;
|
|
1656
1638
|
isActive: boolean;
|
|
1639
|
+
required: boolean;
|
|
1657
1640
|
prefix: string;
|
|
1641
|
+
showSuccessMessages: boolean;
|
|
1642
|
+
disableErrorHandling: boolean;
|
|
1643
|
+
errorMessages: string[] | null;
|
|
1644
|
+
maxErrors: number;
|
|
1658
1645
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1659
1646
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1660
1647
|
prependTooltip: string;
|
|
@@ -1662,9 +1649,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1662
1649
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1663
1650
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
1664
1651
|
isClearable: boolean;
|
|
1665
|
-
errorMessages: string[] | null;
|
|
1666
|
-
warningMessages: string[] | null;
|
|
1667
|
-
successMessages: string[] | null;
|
|
1668
1652
|
centerAffix: boolean;
|
|
1669
1653
|
counter: string | number | boolean;
|
|
1670
1654
|
counterValue: number | ((value: any) => number);
|
|
@@ -1676,30 +1660,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1676
1660
|
areDetailsHidden: boolean | "auto";
|
|
1677
1661
|
areSpinButtonsHidden: boolean;
|
|
1678
1662
|
hint: string;
|
|
1679
|
-
maxErrors: string | number;
|
|
1680
1663
|
messages: string | string[];
|
|
1681
1664
|
displayPersistentClear: boolean;
|
|
1682
1665
|
displayPersistentCounter: boolean;
|
|
1683
1666
|
displayPersistentHint: boolean;
|
|
1684
1667
|
displayPersistentPlaceholder: boolean;
|
|
1685
1668
|
isReversed: boolean;
|
|
1686
|
-
hasError: boolean;
|
|
1687
|
-
hasWarning: boolean;
|
|
1688
1669
|
isOnSingleLine: boolean;
|
|
1689
1670
|
suffix: string;
|
|
1690
1671
|
isTiled: boolean;
|
|
1691
1672
|
displayAsterisk: boolean;
|
|
1692
1673
|
noIcon: boolean;
|
|
1693
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1694
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1695
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1696
|
-
showSuccessMessages: boolean;
|
|
1697
|
-
isValidateOnBlur: boolean;
|
|
1698
|
-
disableErrorHandling: boolean;
|
|
1699
1674
|
disableClickButton: boolean;
|
|
1700
1675
|
autocomplete: string;
|
|
1701
1676
|
helpText: string;
|
|
1702
1677
|
maxlength: string | number;
|
|
1678
|
+
isValidateOnBlur: boolean;
|
|
1679
|
+
useVuetifyValidation: boolean;
|
|
1680
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1681
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1682
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1683
|
+
warningMessages: string[] | null;
|
|
1684
|
+
successMessages: string[] | null;
|
|
1685
|
+
hasError: boolean;
|
|
1686
|
+
hasWarning: boolean;
|
|
1687
|
+
hasSuccess: boolean;
|
|
1703
1688
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1704
1689
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1705
1690
|
created?: (() => void) | (() => void)[];
|
|
@@ -1744,7 +1729,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1744
1729
|
modelValue: string | number | null;
|
|
1745
1730
|
bgColor: string;
|
|
1746
1731
|
isActive: boolean;
|
|
1732
|
+
required: boolean;
|
|
1747
1733
|
prefix: string;
|
|
1734
|
+
showSuccessMessages: boolean;
|
|
1735
|
+
disableErrorHandling: boolean;
|
|
1736
|
+
errorMessages: string[] | null;
|
|
1737
|
+
maxErrors: number;
|
|
1748
1738
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1749
1739
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1750
1740
|
prependTooltip: string;
|
|
@@ -1752,9 +1742,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1752
1742
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1753
1743
|
variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
|
|
1754
1744
|
isClearable: boolean;
|
|
1755
|
-
errorMessages: string[] | null;
|
|
1756
|
-
warningMessages: string[] | null;
|
|
1757
|
-
successMessages: string[] | null;
|
|
1758
1745
|
centerAffix: boolean;
|
|
1759
1746
|
counter: string | number | boolean;
|
|
1760
1747
|
counterValue: number | ((value: any) => number);
|
|
@@ -1766,32 +1753,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1766
1753
|
areDetailsHidden: boolean | "auto";
|
|
1767
1754
|
areSpinButtonsHidden: boolean;
|
|
1768
1755
|
hint: string;
|
|
1769
|
-
maxErrors: string | number;
|
|
1770
1756
|
messages: string | string[];
|
|
1771
1757
|
displayPersistentClear: boolean;
|
|
1772
1758
|
displayPersistentCounter: boolean;
|
|
1773
1759
|
displayPersistentHint: boolean;
|
|
1774
1760
|
displayPersistentPlaceholder: boolean;
|
|
1775
1761
|
isReversed: boolean;
|
|
1776
|
-
hasError: boolean;
|
|
1777
|
-
hasWarning: boolean;
|
|
1778
1762
|
isOnSingleLine: boolean;
|
|
1779
1763
|
suffix: string;
|
|
1780
1764
|
isTiled: boolean;
|
|
1781
1765
|
displayAsterisk: boolean;
|
|
1782
1766
|
noIcon: boolean;
|
|
1783
|
-
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1784
|
-
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1785
|
-
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1786
|
-
showSuccessMessages: boolean;
|
|
1787
|
-
isValidateOnBlur: boolean;
|
|
1788
|
-
disableErrorHandling: boolean;
|
|
1789
1767
|
disableClickButton: boolean;
|
|
1790
1768
|
autocomplete: string;
|
|
1791
1769
|
helpText: string;
|
|
1792
1770
|
maxlength: string | number;
|
|
1771
|
+
isValidateOnBlur: boolean;
|
|
1772
|
+
useVuetifyValidation: boolean;
|
|
1773
|
+
customRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1774
|
+
customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1775
|
+
customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1776
|
+
warningMessages: string[] | null;
|
|
1777
|
+
successMessages: string[] | null;
|
|
1778
|
+
hasError: boolean;
|
|
1779
|
+
hasWarning: boolean;
|
|
1780
|
+
hasSuccess: boolean;
|
|
1793
1781
|
}> & Omit<Readonly<{
|
|
1794
|
-
modelValue?: string | number | null;
|
|
1782
|
+
modelValue?: string | number | null | undefined;
|
|
1795
1783
|
prependIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1796
1784
|
appendIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
1797
1785
|
prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
|
|
@@ -1804,10 +1792,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1804
1792
|
isClearable?: boolean;
|
|
1805
1793
|
showDivider?: boolean;
|
|
1806
1794
|
label?: string;
|
|
1807
|
-
required?: boolean;
|
|
1808
|
-
errorMessages?: string[] | null;
|
|
1809
|
-
warningMessages?: string[] | null;
|
|
1810
|
-
successMessages?: string[] | null;
|
|
1811
1795
|
readonly?: boolean;
|
|
1812
1796
|
isActive?: boolean;
|
|
1813
1797
|
baseColor?: string;
|
|
@@ -1827,7 +1811,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1827
1811
|
hint?: string;
|
|
1828
1812
|
id?: string;
|
|
1829
1813
|
loading?: string | boolean;
|
|
1830
|
-
maxErrors?: string | number;
|
|
1831
1814
|
maxWidth?: string | number;
|
|
1832
1815
|
messages?: string | string[];
|
|
1833
1816
|
minWidth?: string | number;
|
|
@@ -1841,9 +1824,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1841
1824
|
isReversed?: boolean;
|
|
1842
1825
|
role?: string;
|
|
1843
1826
|
rounded?: string | number | boolean;
|
|
1844
|
-
hasError?: boolean;
|
|
1845
|
-
hasWarning?: boolean;
|
|
1846
|
-
hasSuccess?: boolean;
|
|
1847
1827
|
isOnSingleLine?: boolean;
|
|
1848
1828
|
suffix?: string;
|
|
1849
1829
|
theme?: string;
|
|
@@ -1852,39 +1832,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1852
1832
|
width?: string | number;
|
|
1853
1833
|
displayAsterisk?: boolean;
|
|
1854
1834
|
noIcon?: boolean;
|
|
1855
|
-
customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1856
|
-
customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1857
|
-
customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[];
|
|
1858
|
-
showSuccessMessages?: boolean;
|
|
1859
|
-
isValidateOnBlur?: boolean;
|
|
1860
|
-
disableErrorHandling?: boolean;
|
|
1861
1835
|
disableClickButton?: boolean;
|
|
1862
1836
|
autocomplete?: string;
|
|
1863
1837
|
helpText?: string;
|
|
1864
1838
|
maxlength?: string | number;
|
|
1865
1839
|
title?: string | false;
|
|
1866
|
-
}> & Readonly<{
|
|
1840
|
+
} & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1867
1841
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1842
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1843
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1868
1844
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1869
1845
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1870
1846
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1871
1847
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1872
1848
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1873
|
-
}>, "validateOnSubmit" |
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1877
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1878
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1879
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1880
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1881
|
-
validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
|
|
1882
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1883
|
-
clearValidation: () => void;
|
|
1884
|
-
};
|
|
1885
|
-
validateOnSubmit: () => boolean;
|
|
1886
|
-
checkErrorOnBlur: () => void;
|
|
1887
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1849
|
+
}>, "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")> & {
|
|
1850
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1851
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1888
1852
|
$slots: {
|
|
1889
1853
|
prepend?(_: {}): any;
|
|
1890
1854
|
append?(_: {}): any;
|