@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
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
21
21
|
density: "default" | "comfortable" | "compact";
|
|
22
22
|
readonly: boolean;
|
|
23
23
|
modelValue: string;
|
|
24
|
-
hint: string | false;
|
|
25
24
|
showSuccessMessages: boolean;
|
|
25
|
+
hint: string | false;
|
|
26
26
|
maxYear: number;
|
|
27
27
|
minYear: number;
|
|
28
28
|
yearsOrder: "asc" | "desc";
|
|
@@ -41,7 +41,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
41
41
|
$: import('vue').ComponentInternalInstance;
|
|
42
42
|
$data: {};
|
|
43
43
|
$props: {
|
|
44
|
-
readonly modelValue?: string | number | null | undefined;
|
|
44
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
45
45
|
readonly prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
46
46
|
readonly appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
47
47
|
readonly prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -53,11 +53,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
53
53
|
readonly color?: import('../../types/vuetifyTypes').ColorType | undefined;
|
|
54
54
|
readonly isClearable?: boolean | undefined;
|
|
55
55
|
readonly showDivider?: boolean | undefined;
|
|
56
|
-
readonly label
|
|
57
|
-
readonly required?: boolean | undefined;
|
|
58
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
59
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
60
|
-
readonly successMessages?: string[] | null | undefined;
|
|
56
|
+
readonly label: string;
|
|
61
57
|
readonly readonly?: boolean | undefined;
|
|
62
58
|
readonly isActive?: boolean | undefined;
|
|
63
59
|
readonly baseColor?: string | undefined;
|
|
@@ -77,7 +73,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
77
73
|
readonly hint?: string | undefined;
|
|
78
74
|
readonly id?: string | undefined;
|
|
79
75
|
readonly loading?: string | boolean | undefined;
|
|
80
|
-
readonly maxErrors?: string | number | undefined;
|
|
81
76
|
readonly maxWidth?: string | number | undefined;
|
|
82
77
|
readonly messages?: string | string[] | undefined;
|
|
83
78
|
readonly minWidth?: string | number | undefined;
|
|
@@ -91,9 +86,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
91
86
|
readonly isReversed?: boolean | undefined;
|
|
92
87
|
readonly role?: string | undefined;
|
|
93
88
|
readonly rounded?: string | number | boolean | undefined;
|
|
94
|
-
readonly hasError?: boolean | undefined;
|
|
95
|
-
readonly hasWarning?: boolean | undefined;
|
|
96
|
-
readonly hasSuccess?: boolean | undefined;
|
|
97
89
|
readonly isOnSingleLine?: boolean | undefined;
|
|
98
90
|
readonly suffix?: string | undefined;
|
|
99
91
|
readonly theme?: string | undefined;
|
|
@@ -102,18 +94,30 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
102
94
|
readonly width?: string | number | undefined;
|
|
103
95
|
readonly displayAsterisk?: boolean | undefined;
|
|
104
96
|
readonly noIcon?: boolean | undefined;
|
|
105
|
-
readonly customRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
106
|
-
readonly customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
107
|
-
readonly customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
108
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
109
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
110
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
111
97
|
readonly disableClickButton?: boolean | undefined;
|
|
112
98
|
readonly autocomplete?: string | undefined;
|
|
113
99
|
readonly helpText?: string | undefined;
|
|
114
100
|
readonly maxlength?: string | number | undefined;
|
|
115
101
|
readonly title?: string | false | undefined;
|
|
102
|
+
readonly required?: boolean | undefined;
|
|
103
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
104
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
105
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
106
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
107
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
108
|
+
readonly customRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
109
|
+
readonly customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
110
|
+
readonly customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[] | undefined;
|
|
111
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
112
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
113
|
+
readonly successMessages?: string[] | null | undefined;
|
|
114
|
+
readonly hasError?: boolean | undefined;
|
|
115
|
+
readonly hasWarning?: boolean | undefined;
|
|
116
|
+
readonly hasSuccess?: boolean | undefined;
|
|
117
|
+
readonly maxErrors?: number | undefined;
|
|
116
118
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
119
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
120
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
117
121
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
118
122
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
119
123
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -494,16 +498,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
494
498
|
hint?: string | undefined;
|
|
495
499
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
496
500
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
497
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
501
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
498
502
|
reset: () => Promise<void>;
|
|
499
503
|
resetValidation: () => Promise<void>;
|
|
500
504
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
501
|
-
isValid:
|
|
502
|
-
errorMessages:
|
|
503
|
-
}
|
|
505
|
+
isValid: boolean | null;
|
|
506
|
+
errorMessages: string[];
|
|
507
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
504
508
|
modelValue?: unknown;
|
|
505
509
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
506
|
-
}, 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" | "
|
|
510
|
+
}, 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<{
|
|
507
511
|
$: import('vue').ComponentInternalInstance;
|
|
508
512
|
$data: {};
|
|
509
513
|
$props: Partial<{
|
|
@@ -761,13 +765,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
761
765
|
labelId?: string | undefined;
|
|
762
766
|
} & {
|
|
763
767
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
764
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
765
|
-
controlRef:
|
|
766
|
-
fieldIconColor:
|
|
767
|
-
}
|
|
768
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
769
|
+
controlRef: HTMLElement | undefined;
|
|
770
|
+
fieldIconColor: string | undefined;
|
|
771
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
768
772
|
modelValue?: unknown;
|
|
769
773
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
770
|
-
}, 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" | "
|
|
774
|
+
}, 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}`> & {
|
|
771
775
|
_allExposed: {
|
|
772
776
|
reset: () => Promise<void>;
|
|
773
777
|
resetValidation: () => Promise<void>;
|
|
@@ -1231,16 +1235,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1231
1235
|
hint?: string | undefined;
|
|
1232
1236
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1233
1237
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1234
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1238
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1235
1239
|
reset: () => Promise<void>;
|
|
1236
1240
|
resetValidation: () => Promise<void>;
|
|
1237
1241
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1238
|
-
isValid:
|
|
1239
|
-
errorMessages:
|
|
1240
|
-
}
|
|
1242
|
+
isValid: boolean | null;
|
|
1243
|
+
errorMessages: string[];
|
|
1244
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1241
1245
|
modelValue?: unknown;
|
|
1242
1246
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1243
|
-
}, 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" | "
|
|
1247
|
+
}, 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<{
|
|
1244
1248
|
$: import('vue').ComponentInternalInstance;
|
|
1245
1249
|
$data: {};
|
|
1246
1250
|
$props: Partial<{
|
|
@@ -1498,13 +1502,13 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1498
1502
|
labelId?: string | undefined;
|
|
1499
1503
|
} & {
|
|
1500
1504
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1501
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1502
|
-
controlRef:
|
|
1503
|
-
fieldIconColor:
|
|
1504
|
-
}
|
|
1505
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1506
|
+
controlRef: HTMLElement | undefined;
|
|
1507
|
+
fieldIconColor: string | undefined;
|
|
1508
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1505
1509
|
modelValue?: unknown;
|
|
1506
1510
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1507
|
-
}, 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" | "
|
|
1511
|
+
}, 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}`> & {
|
|
1508
1512
|
_allExposed: {
|
|
1509
1513
|
reset: () => Promise<void>;
|
|
1510
1514
|
resetValidation: () => Promise<void>;
|
|
@@ -1553,10 +1557,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1553
1557
|
$root: ComponentPublicInstance | null;
|
|
1554
1558
|
$parent: ComponentPublicInstance | null;
|
|
1555
1559
|
$host: Element | null;
|
|
1556
|
-
$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);
|
|
1560
|
+
$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);
|
|
1557
1561
|
$el: any;
|
|
1558
1562
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1559
|
-
modelValue?: string | number | null;
|
|
1563
|
+
modelValue?: string | number | null | undefined;
|
|
1560
1564
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1561
1565
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1562
1566
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -1569,10 +1573,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1569
1573
|
isClearable?: boolean;
|
|
1570
1574
|
showDivider?: boolean;
|
|
1571
1575
|
label?: string;
|
|
1572
|
-
required?: boolean;
|
|
1573
|
-
errorMessages?: string[] | null;
|
|
1574
|
-
warningMessages?: string[] | null;
|
|
1575
|
-
successMessages?: string[] | null;
|
|
1576
1576
|
readonly?: boolean;
|
|
1577
1577
|
isActive?: boolean;
|
|
1578
1578
|
baseColor?: string;
|
|
@@ -1592,7 +1592,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1592
1592
|
hint?: string;
|
|
1593
1593
|
id?: string;
|
|
1594
1594
|
loading?: string | boolean;
|
|
1595
|
-
maxErrors?: string | number;
|
|
1596
1595
|
maxWidth?: string | number;
|
|
1597
1596
|
messages?: string | string[];
|
|
1598
1597
|
minWidth?: string | number;
|
|
@@ -1606,9 +1605,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1606
1605
|
isReversed?: boolean;
|
|
1607
1606
|
role?: string;
|
|
1608
1607
|
rounded?: string | number | boolean;
|
|
1609
|
-
hasError?: boolean;
|
|
1610
|
-
hasWarning?: boolean;
|
|
1611
|
-
hasSuccess?: boolean;
|
|
1612
1608
|
isOnSingleLine?: boolean;
|
|
1613
1609
|
suffix?: string;
|
|
1614
1610
|
theme?: string;
|
|
@@ -1617,40 +1613,26 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1617
1613
|
width?: string | number;
|
|
1618
1614
|
displayAsterisk?: boolean;
|
|
1619
1615
|
noIcon?: boolean;
|
|
1620
|
-
customRules?: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1621
|
-
customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1622
|
-
customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1623
|
-
showSuccessMessages?: boolean;
|
|
1624
|
-
isValidateOnBlur?: boolean;
|
|
1625
|
-
disableErrorHandling?: boolean;
|
|
1626
1616
|
disableClickButton?: boolean;
|
|
1627
1617
|
autocomplete?: string;
|
|
1628
1618
|
helpText?: string;
|
|
1629
1619
|
maxlength?: string | number;
|
|
1630
1620
|
title?: string | false;
|
|
1631
|
-
}> & Readonly<{
|
|
1621
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1632
1622
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1623
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1624
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1633
1625
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1634
1626
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1635
1627
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1636
1628
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1637
1629
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1638
1630
|
}>, {
|
|
1639
|
-
|
|
1640
|
-
errors: import('vue').Ref<string[], string[]>;
|
|
1641
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1642
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1643
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1644
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1645
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1646
|
-
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;
|
|
1647
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1648
|
-
clearValidation: () => void;
|
|
1649
|
-
};
|
|
1650
|
-
validateOnSubmit: () => boolean;
|
|
1651
|
-
checkErrorOnBlur: () => void;
|
|
1631
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1652
1632
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1653
1633
|
input: (...args: any[]) => void;
|
|
1634
|
+
blur: (...args: any[]) => void;
|
|
1635
|
+
focus: (...args: any[]) => void;
|
|
1654
1636
|
keydown: (...args: any[]) => void;
|
|
1655
1637
|
"update:modelValue": (...args: any[]) => void;
|
|
1656
1638
|
clear: (...args: any[]) => void;
|
|
@@ -1680,7 +1662,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1680
1662
|
modelValue: string | number | null;
|
|
1681
1663
|
bgColor: string;
|
|
1682
1664
|
isActive: boolean;
|
|
1665
|
+
required: boolean;
|
|
1683
1666
|
prefix: string;
|
|
1667
|
+
showSuccessMessages: boolean;
|
|
1668
|
+
disableErrorHandling: boolean;
|
|
1669
|
+
errorMessages: string[] | null;
|
|
1670
|
+
maxErrors: number;
|
|
1684
1671
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1685
1672
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1686
1673
|
prependTooltip: string;
|
|
@@ -1688,9 +1675,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1688
1675
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1689
1676
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
1690
1677
|
isClearable: boolean;
|
|
1691
|
-
errorMessages: string[] | null;
|
|
1692
|
-
warningMessages: string[] | null;
|
|
1693
|
-
successMessages: string[] | null;
|
|
1694
1678
|
centerAffix: boolean;
|
|
1695
1679
|
counter: string | number | boolean;
|
|
1696
1680
|
counterValue: number | ((value: any) => number);
|
|
@@ -1702,30 +1686,31 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1702
1686
|
areDetailsHidden: boolean | "auto";
|
|
1703
1687
|
areSpinButtonsHidden: boolean;
|
|
1704
1688
|
hint: string;
|
|
1705
|
-
maxErrors: string | number;
|
|
1706
1689
|
messages: string | string[];
|
|
1707
1690
|
displayPersistentClear: boolean;
|
|
1708
1691
|
displayPersistentCounter: boolean;
|
|
1709
1692
|
displayPersistentHint: boolean;
|
|
1710
1693
|
displayPersistentPlaceholder: boolean;
|
|
1711
1694
|
isReversed: boolean;
|
|
1712
|
-
hasError: boolean;
|
|
1713
|
-
hasWarning: boolean;
|
|
1714
1695
|
isOnSingleLine: boolean;
|
|
1715
1696
|
suffix: string;
|
|
1716
1697
|
isTiled: boolean;
|
|
1717
1698
|
displayAsterisk: boolean;
|
|
1718
1699
|
noIcon: boolean;
|
|
1719
|
-
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1720
|
-
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1721
|
-
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1722
|
-
showSuccessMessages: boolean;
|
|
1723
|
-
isValidateOnBlur: boolean;
|
|
1724
|
-
disableErrorHandling: boolean;
|
|
1725
1700
|
disableClickButton: boolean;
|
|
1726
1701
|
autocomplete: string;
|
|
1727
1702
|
helpText: string;
|
|
1728
1703
|
maxlength: string | number;
|
|
1704
|
+
isValidateOnBlur: boolean;
|
|
1705
|
+
useVuetifyValidation: boolean;
|
|
1706
|
+
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1707
|
+
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1708
|
+
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1709
|
+
warningMessages: string[] | null;
|
|
1710
|
+
successMessages: string[] | null;
|
|
1711
|
+
hasError: boolean;
|
|
1712
|
+
hasWarning: boolean;
|
|
1713
|
+
hasSuccess: boolean;
|
|
1729
1714
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1730
1715
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1731
1716
|
created?: (() => void) | (() => void)[];
|
|
@@ -1770,7 +1755,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1770
1755
|
modelValue: string | number | null;
|
|
1771
1756
|
bgColor: string;
|
|
1772
1757
|
isActive: boolean;
|
|
1758
|
+
required: boolean;
|
|
1773
1759
|
prefix: string;
|
|
1760
|
+
showSuccessMessages: boolean;
|
|
1761
|
+
disableErrorHandling: boolean;
|
|
1762
|
+
errorMessages: string[] | null;
|
|
1763
|
+
maxErrors: number;
|
|
1774
1764
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1775
1765
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1776
1766
|
prependTooltip: string;
|
|
@@ -1778,9 +1768,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1778
1768
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1779
1769
|
variantStyle: import('../../types/vuetifyTypes').VariantStyle;
|
|
1780
1770
|
isClearable: boolean;
|
|
1781
|
-
errorMessages: string[] | null;
|
|
1782
|
-
warningMessages: string[] | null;
|
|
1783
|
-
successMessages: string[] | null;
|
|
1784
1771
|
centerAffix: boolean;
|
|
1785
1772
|
counter: string | number | boolean;
|
|
1786
1773
|
counterValue: number | ((value: any) => number);
|
|
@@ -1792,32 +1779,33 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1792
1779
|
areDetailsHidden: boolean | "auto";
|
|
1793
1780
|
areSpinButtonsHidden: boolean;
|
|
1794
1781
|
hint: string;
|
|
1795
|
-
maxErrors: string | number;
|
|
1796
1782
|
messages: string | string[];
|
|
1797
1783
|
displayPersistentClear: boolean;
|
|
1798
1784
|
displayPersistentCounter: boolean;
|
|
1799
1785
|
displayPersistentHint: boolean;
|
|
1800
1786
|
displayPersistentPlaceholder: boolean;
|
|
1801
1787
|
isReversed: boolean;
|
|
1802
|
-
hasError: boolean;
|
|
1803
|
-
hasWarning: boolean;
|
|
1804
1788
|
isOnSingleLine: boolean;
|
|
1805
1789
|
suffix: string;
|
|
1806
1790
|
isTiled: boolean;
|
|
1807
1791
|
displayAsterisk: boolean;
|
|
1808
1792
|
noIcon: boolean;
|
|
1809
|
-
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1810
|
-
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1811
|
-
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1812
|
-
showSuccessMessages: boolean;
|
|
1813
|
-
isValidateOnBlur: boolean;
|
|
1814
|
-
disableErrorHandling: boolean;
|
|
1815
1793
|
disableClickButton: boolean;
|
|
1816
1794
|
autocomplete: string;
|
|
1817
1795
|
helpText: string;
|
|
1818
1796
|
maxlength: string | number;
|
|
1797
|
+
isValidateOnBlur: boolean;
|
|
1798
|
+
useVuetifyValidation: boolean;
|
|
1799
|
+
customRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1800
|
+
customWarningRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1801
|
+
customSuccessRules: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1802
|
+
warningMessages: string[] | null;
|
|
1803
|
+
successMessages: string[] | null;
|
|
1804
|
+
hasError: boolean;
|
|
1805
|
+
hasWarning: boolean;
|
|
1806
|
+
hasSuccess: boolean;
|
|
1819
1807
|
}> & Omit<Readonly<{
|
|
1820
|
-
modelValue?: string | number | null;
|
|
1808
|
+
modelValue?: string | number | null | undefined;
|
|
1821
1809
|
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1822
1810
|
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1823
1811
|
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
@@ -1830,10 +1818,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1830
1818
|
isClearable?: boolean;
|
|
1831
1819
|
showDivider?: boolean;
|
|
1832
1820
|
label?: string;
|
|
1833
|
-
required?: boolean;
|
|
1834
|
-
errorMessages?: string[] | null;
|
|
1835
|
-
warningMessages?: string[] | null;
|
|
1836
|
-
successMessages?: string[] | null;
|
|
1837
1821
|
readonly?: boolean;
|
|
1838
1822
|
isActive?: boolean;
|
|
1839
1823
|
baseColor?: string;
|
|
@@ -1853,7 +1837,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1853
1837
|
hint?: string;
|
|
1854
1838
|
id?: string;
|
|
1855
1839
|
loading?: string | boolean;
|
|
1856
|
-
maxErrors?: string | number;
|
|
1857
1840
|
maxWidth?: string | number;
|
|
1858
1841
|
messages?: string | string[];
|
|
1859
1842
|
minWidth?: string | number;
|
|
@@ -1867,9 +1850,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1867
1850
|
isReversed?: boolean;
|
|
1868
1851
|
role?: string;
|
|
1869
1852
|
rounded?: string | number | boolean;
|
|
1870
|
-
hasError?: boolean;
|
|
1871
|
-
hasWarning?: boolean;
|
|
1872
|
-
hasSuccess?: boolean;
|
|
1873
1853
|
isOnSingleLine?: boolean;
|
|
1874
1854
|
suffix?: string;
|
|
1875
1855
|
theme?: string;
|
|
@@ -1878,39 +1858,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
1878
1858
|
width?: string | number;
|
|
1879
1859
|
displayAsterisk?: boolean;
|
|
1880
1860
|
noIcon?: boolean;
|
|
1881
|
-
customRules?: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1882
|
-
customWarningRules?: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1883
|
-
customSuccessRules?: import('../../composables/validation/useValidation').ValidationRule[];
|
|
1884
|
-
showSuccessMessages?: boolean;
|
|
1885
|
-
isValidateOnBlur?: boolean;
|
|
1886
|
-
disableErrorHandling?: boolean;
|
|
1887
1861
|
disableClickButton?: boolean;
|
|
1888
1862
|
autocomplete?: string;
|
|
1889
1863
|
helpText?: string;
|
|
1890
1864
|
maxlength?: string | number;
|
|
1891
1865
|
title?: string | false;
|
|
1892
|
-
}> & Readonly<{
|
|
1866
|
+
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1893
1867
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1868
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1869
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1894
1870
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1895
1871
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1896
1872
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1897
1873
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1898
1874
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1899
|
-
}>, "validateOnSubmit" |
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1903
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1904
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1905
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1906
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1907
|
-
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;
|
|
1908
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1909
|
-
clearValidation: () => void;
|
|
1910
|
-
};
|
|
1911
|
-
validateOnSubmit: () => boolean;
|
|
1912
|
-
checkErrorOnBlur: () => void;
|
|
1913
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1875
|
+
}>, "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")> & {
|
|
1876
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1877
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1914
1878
|
$slots: {
|
|
1915
1879
|
prepend?(_: {}): any;
|
|
1916
1880
|
append?(_: {}): any;
|