@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
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { nextTick, ComponentPublicInstance } from 'vue';
|
|
2
2
|
import { IconType, VariantStyle, ColorType } from '@/types/vuetifyTypes';
|
|
3
3
|
import { ValidationRule } from '../../../composables/validation/useValidation';
|
|
4
|
+
import { FieldValidationProps } from '../../../composables/unifyValidation/useValidation';
|
|
4
5
|
type __VLS_Props = {
|
|
5
|
-
modelValue?: string | number | null;
|
|
6
|
+
modelValue?: string | number | null | undefined;
|
|
6
7
|
prependIcon?: IconType;
|
|
7
8
|
appendIcon?: IconType;
|
|
8
9
|
prependInnerIcon?: IconType;
|
|
@@ -15,10 +16,6 @@ type __VLS_Props = {
|
|
|
15
16
|
isClearable?: boolean;
|
|
16
17
|
showDivider?: boolean;
|
|
17
18
|
label?: string;
|
|
18
|
-
required?: boolean;
|
|
19
|
-
errorMessages?: string[] | null;
|
|
20
|
-
warningMessages?: string[] | null;
|
|
21
|
-
successMessages?: string[] | null;
|
|
22
19
|
readonly?: boolean;
|
|
23
20
|
isActive?: boolean;
|
|
24
21
|
baseColor?: string;
|
|
@@ -38,7 +35,6 @@ type __VLS_Props = {
|
|
|
38
35
|
hint?: string;
|
|
39
36
|
id?: string;
|
|
40
37
|
loading?: string | boolean;
|
|
41
|
-
maxErrors?: string | number;
|
|
42
38
|
maxWidth?: string | number;
|
|
43
39
|
messages?: string | string[];
|
|
44
40
|
minWidth?: string | number;
|
|
@@ -52,9 +48,6 @@ type __VLS_Props = {
|
|
|
52
48
|
isReversed?: boolean;
|
|
53
49
|
role?: string;
|
|
54
50
|
rounded?: string | number | boolean;
|
|
55
|
-
hasError?: boolean;
|
|
56
|
-
hasWarning?: boolean;
|
|
57
|
-
hasSuccess?: boolean;
|
|
58
51
|
isOnSingleLine?: boolean;
|
|
59
52
|
suffix?: string;
|
|
60
53
|
theme?: string;
|
|
@@ -63,18 +56,12 @@ type __VLS_Props = {
|
|
|
63
56
|
width?: string | number;
|
|
64
57
|
displayAsterisk?: boolean;
|
|
65
58
|
noIcon?: boolean;
|
|
66
|
-
customRules?: ValidationRule[];
|
|
67
|
-
customWarningRules?: ValidationRule[];
|
|
68
|
-
customSuccessRules?: ValidationRule[];
|
|
69
|
-
showSuccessMessages?: boolean;
|
|
70
|
-
isValidateOnBlur?: boolean;
|
|
71
|
-
disableErrorHandling?: boolean;
|
|
72
59
|
disableClickButton?: boolean;
|
|
73
60
|
autocomplete?: string;
|
|
74
61
|
helpText?: string;
|
|
75
62
|
maxlength?: string | number;
|
|
76
63
|
title?: string | false;
|
|
77
|
-
};
|
|
64
|
+
} & FieldValidationProps;
|
|
78
65
|
declare function __VLS_template(): {
|
|
79
66
|
attrs: Partial<{}>;
|
|
80
67
|
slots: {
|
|
@@ -456,16 +443,16 @@ declare function __VLS_template(): {
|
|
|
456
443
|
hint?: string | undefined;
|
|
457
444
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
458
445
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
459
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
446
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
460
447
|
reset: () => Promise<void>;
|
|
461
448
|
resetValidation: () => Promise<void>;
|
|
462
449
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
463
|
-
isValid:
|
|
464
|
-
errorMessages:
|
|
465
|
-
}
|
|
450
|
+
isValid: boolean | null;
|
|
451
|
+
errorMessages: string[];
|
|
452
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
466
453
|
modelValue?: unknown;
|
|
467
454
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
468
|
-
}, 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" | "
|
|
455
|
+
}, 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<{
|
|
469
456
|
$: import('vue').ComponentInternalInstance;
|
|
470
457
|
$data: {};
|
|
471
458
|
$props: Partial<{
|
|
@@ -596,8 +583,7 @@ declare function __VLS_template(): {
|
|
|
596
583
|
id?: string | undefined;
|
|
597
584
|
labelId?: string | undefined;
|
|
598
585
|
} & {
|
|
599
|
-
"onUpdate:focused"
|
|
600
|
-
/** @type { [typeof __VLS_components.VBtn, ] } */ ? /** @type { [typeof __VLS_components.VBtn, ] } */: ((focused: boolean) => any) | undefined;
|
|
586
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
601
587
|
}, {
|
|
602
588
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
603
589
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
@@ -724,13 +710,13 @@ declare function __VLS_template(): {
|
|
|
724
710
|
labelId?: string | undefined;
|
|
725
711
|
} & {
|
|
726
712
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
727
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
728
|
-
controlRef:
|
|
729
|
-
fieldIconColor:
|
|
730
|
-
}
|
|
713
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
714
|
+
controlRef: HTMLElement | undefined;
|
|
715
|
+
fieldIconColor: string | undefined;
|
|
716
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
731
717
|
modelValue?: unknown;
|
|
732
718
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
733
|
-
}, 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" | "
|
|
719
|
+
}, 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}`> & {
|
|
734
720
|
_allExposed: {
|
|
735
721
|
reset: () => Promise<void>;
|
|
736
722
|
resetValidation: () => Promise<void>;
|
|
@@ -1194,16 +1180,16 @@ declare function __VLS_template(): {
|
|
|
1194
1180
|
hint?: string | undefined;
|
|
1195
1181
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1196
1182
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1197
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1183
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1198
1184
|
reset: () => Promise<void>;
|
|
1199
1185
|
resetValidation: () => Promise<void>;
|
|
1200
1186
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1201
|
-
isValid:
|
|
1202
|
-
errorMessages:
|
|
1203
|
-
}
|
|
1187
|
+
isValid: boolean | null;
|
|
1188
|
+
errorMessages: string[];
|
|
1189
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1204
1190
|
modelValue?: unknown;
|
|
1205
1191
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1206
|
-
}, 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" | "
|
|
1192
|
+
}, 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<{
|
|
1207
1193
|
$: import('vue').ComponentInternalInstance;
|
|
1208
1194
|
$data: {};
|
|
1209
1195
|
$props: Partial<{
|
|
@@ -1461,13 +1447,13 @@ declare function __VLS_template(): {
|
|
|
1461
1447
|
labelId?: string | undefined;
|
|
1462
1448
|
} & {
|
|
1463
1449
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1464
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1465
|
-
controlRef:
|
|
1466
|
-
fieldIconColor:
|
|
1467
|
-
}
|
|
1450
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1451
|
+
controlRef: HTMLElement | undefined;
|
|
1452
|
+
fieldIconColor: string | undefined;
|
|
1453
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1468
1454
|
modelValue?: unknown;
|
|
1469
1455
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1470
|
-
}, 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" | "
|
|
1456
|
+
}, 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}`> & {
|
|
1471
1457
|
_allExposed: {
|
|
1472
1458
|
reset: () => Promise<void>;
|
|
1473
1459
|
resetValidation: () => Promise<void>;
|
|
@@ -1514,21 +1500,11 @@ declare function __VLS_template(): {
|
|
|
1514
1500
|
};
|
|
1515
1501
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1516
1502
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
1517
|
-
|
|
1518
|
-
errors: import('vue').Ref<string[], string[]>;
|
|
1519
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1520
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1521
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1522
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1523
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1524
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../composables/validation/useValidation').ValidationResult;
|
|
1525
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1526
|
-
clearValidation: () => void;
|
|
1527
|
-
};
|
|
1528
|
-
validateOnSubmit: () => boolean;
|
|
1529
|
-
checkErrorOnBlur: () => void;
|
|
1503
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1530
1504
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1531
1505
|
input: (...args: any[]) => void;
|
|
1506
|
+
blur: (...args: any[]) => void;
|
|
1507
|
+
focus: (...args: any[]) => void;
|
|
1532
1508
|
keydown: (...args: any[]) => void;
|
|
1533
1509
|
"update:modelValue": (...args: any[]) => void;
|
|
1534
1510
|
clear: (...args: any[]) => void;
|
|
@@ -1536,6 +1512,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1536
1512
|
"append-icon-click": (...args: any[]) => void;
|
|
1537
1513
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
1538
1514
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1515
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1516
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1539
1517
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1540
1518
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1541
1519
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -1565,7 +1543,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1565
1543
|
modelValue: string | number | null;
|
|
1566
1544
|
bgColor: string;
|
|
1567
1545
|
isActive: boolean;
|
|
1546
|
+
required: boolean;
|
|
1568
1547
|
prefix: string;
|
|
1548
|
+
showSuccessMessages: boolean;
|
|
1549
|
+
disableErrorHandling: boolean;
|
|
1550
|
+
errorMessages: string[] | null;
|
|
1551
|
+
maxErrors: number;
|
|
1569
1552
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1570
1553
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1571
1554
|
prependTooltip: string;
|
|
@@ -1573,9 +1556,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1573
1556
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1574
1557
|
variantStyle: VariantStyle;
|
|
1575
1558
|
isClearable: boolean;
|
|
1576
|
-
errorMessages: string[] | null;
|
|
1577
|
-
warningMessages: string[] | null;
|
|
1578
|
-
successMessages: string[] | null;
|
|
1579
1559
|
centerAffix: boolean;
|
|
1580
1560
|
counter: string | number | boolean;
|
|
1581
1561
|
counterValue: number | ((value: any) => number);
|
|
@@ -1587,30 +1567,31 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1587
1567
|
areDetailsHidden: boolean | "auto";
|
|
1588
1568
|
areSpinButtonsHidden: boolean;
|
|
1589
1569
|
hint: string;
|
|
1590
|
-
maxErrors: string | number;
|
|
1591
1570
|
messages: string | string[];
|
|
1592
1571
|
displayPersistentClear: boolean;
|
|
1593
1572
|
displayPersistentCounter: boolean;
|
|
1594
1573
|
displayPersistentHint: boolean;
|
|
1595
1574
|
displayPersistentPlaceholder: boolean;
|
|
1596
1575
|
isReversed: boolean;
|
|
1597
|
-
hasError: boolean;
|
|
1598
|
-
hasWarning: boolean;
|
|
1599
1576
|
isOnSingleLine: boolean;
|
|
1600
1577
|
suffix: string;
|
|
1601
1578
|
isTiled: boolean;
|
|
1602
1579
|
displayAsterisk: boolean;
|
|
1603
1580
|
noIcon: boolean;
|
|
1604
|
-
customRules: ValidationRule[];
|
|
1605
|
-
customWarningRules: ValidationRule[];
|
|
1606
|
-
customSuccessRules: ValidationRule[];
|
|
1607
|
-
showSuccessMessages: boolean;
|
|
1608
|
-
isValidateOnBlur: boolean;
|
|
1609
|
-
disableErrorHandling: boolean;
|
|
1610
1581
|
disableClickButton: boolean;
|
|
1611
1582
|
autocomplete: string;
|
|
1612
1583
|
helpText: string;
|
|
1613
1584
|
maxlength: string | number;
|
|
1585
|
+
isValidateOnBlur: boolean;
|
|
1586
|
+
useVuetifyValidation: boolean;
|
|
1587
|
+
customRules: ValidationRule[];
|
|
1588
|
+
customWarningRules: ValidationRule[];
|
|
1589
|
+
customSuccessRules: ValidationRule[];
|
|
1590
|
+
warningMessages: string[] | null;
|
|
1591
|
+
successMessages: string[] | null;
|
|
1592
|
+
hasError: boolean;
|
|
1593
|
+
hasWarning: boolean;
|
|
1594
|
+
hasSuccess: boolean;
|
|
1614
1595
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
1615
1596
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
1616
1597
|
style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
|
|
@@ -1982,16 +1963,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1982
1963
|
hint?: string | undefined;
|
|
1983
1964
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1984
1965
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1985
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1966
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1986
1967
|
reset: () => Promise<void>;
|
|
1987
1968
|
resetValidation: () => Promise<void>;
|
|
1988
1969
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1989
|
-
isValid:
|
|
1990
|
-
errorMessages:
|
|
1991
|
-
}
|
|
1970
|
+
isValid: boolean | null;
|
|
1971
|
+
errorMessages: string[];
|
|
1972
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1992
1973
|
modelValue?: unknown;
|
|
1993
1974
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1994
|
-
}, 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" | "
|
|
1975
|
+
}, 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<{
|
|
1995
1976
|
$: import('vue').ComponentInternalInstance;
|
|
1996
1977
|
$data: {};
|
|
1997
1978
|
$props: Partial<{
|
|
@@ -2122,8 +2103,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2122
2103
|
id?: string | undefined;
|
|
2123
2104
|
labelId?: string | undefined;
|
|
2124
2105
|
} & {
|
|
2125
|
-
"onUpdate:focused"
|
|
2126
|
-
/** @type { [typeof __VLS_components.VBtn, ] } */ ? /** @type { [typeof __VLS_components.VBtn, ] } */: ((focused: boolean) => any) | undefined;
|
|
2106
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2127
2107
|
}, {
|
|
2128
2108
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2129
2109
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
@@ -2250,13 +2230,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2250
2230
|
labelId?: string | undefined;
|
|
2251
2231
|
} & {
|
|
2252
2232
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2253
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
2254
|
-
controlRef:
|
|
2255
|
-
fieldIconColor:
|
|
2256
|
-
}
|
|
2233
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
2234
|
+
controlRef: HTMLElement | undefined;
|
|
2235
|
+
fieldIconColor: string | undefined;
|
|
2236
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2257
2237
|
modelValue?: unknown;
|
|
2258
2238
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
2259
|
-
}, 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" | "
|
|
2239
|
+
}, 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}`> & {
|
|
2260
2240
|
_allExposed: {
|
|
2261
2241
|
reset: () => Promise<void>;
|
|
2262
2242
|
resetValidation: () => Promise<void>;
|
|
@@ -2720,16 +2700,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2720
2700
|
hint?: string | undefined;
|
|
2721
2701
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2722
2702
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2723
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
2703
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
2724
2704
|
reset: () => Promise<void>;
|
|
2725
2705
|
resetValidation: () => Promise<void>;
|
|
2726
2706
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
2727
|
-
isValid:
|
|
2728
|
-
errorMessages:
|
|
2729
|
-
}
|
|
2707
|
+
isValid: boolean | null;
|
|
2708
|
+
errorMessages: string[];
|
|
2709
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2730
2710
|
modelValue?: unknown;
|
|
2731
2711
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
2732
|
-
}, 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" | "
|
|
2712
|
+
}, 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<{
|
|
2733
2713
|
$: import('vue').ComponentInternalInstance;
|
|
2734
2714
|
$data: {};
|
|
2735
2715
|
$props: Partial<{
|
|
@@ -2987,13 +2967,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2987
2967
|
labelId?: string | undefined;
|
|
2988
2968
|
} & {
|
|
2989
2969
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2990
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
2991
|
-
controlRef:
|
|
2992
|
-
fieldIconColor:
|
|
2993
|
-
}
|
|
2970
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
2971
|
+
controlRef: HTMLElement | undefined;
|
|
2972
|
+
fieldIconColor: string | undefined;
|
|
2973
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2994
2974
|
modelValue?: unknown;
|
|
2995
2975
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
2996
|
-
}, 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" | "
|
|
2976
|
+
}, 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}`> & {
|
|
2997
2977
|
_allExposed: {
|
|
2998
2978
|
reset: () => Promise<void>;
|
|
2999
2979
|
resetValidation: () => Promise<void>;
|