@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,4 +1,4 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
1
|
+
import { nextTick, PropType } from 'vue';
|
|
2
2
|
import { ValidationRule } from '../../../../composables/validation/useValidation';
|
|
3
3
|
import { ItemType, SelectValue, SelectArray } from './types';
|
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -154,12 +154,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
154
154
|
hasError: import('vue').ComputedRef<boolean>;
|
|
155
155
|
hasWarning: import('vue').ComputedRef<boolean>;
|
|
156
156
|
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
157
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../../composables/validation/useValidation').ValidationResult
|
|
158
|
-
validateOnSubmit: () =>
|
|
157
|
+
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../../composables/validation/useValidation').ValidationResult>;
|
|
158
|
+
validateOnSubmit: () => boolean;
|
|
159
159
|
clearValidation: () => void;
|
|
160
160
|
};
|
|
161
|
-
validateOnSubmit: () => boolean
|
|
162
|
-
checkErrorOnBlur: () => void;
|
|
161
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
162
|
+
checkErrorOnBlur: (event?: FocusEvent) => void;
|
|
163
163
|
isOpen: import('vue').Ref<boolean, boolean>;
|
|
164
164
|
selectItem: (item: ItemType | string | number | null | undefined) => void;
|
|
165
165
|
search: import('vue').Ref<string, string>;
|
|
@@ -330,19 +330,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
330
|
menuId: string;
|
|
331
331
|
textKey: string;
|
|
332
332
|
valueKey: string;
|
|
333
|
+
showSuccessMessages: boolean;
|
|
334
|
+
disableErrorHandling: boolean;
|
|
333
335
|
errorMessages: string[] | null;
|
|
336
|
+
displayAsterisk: boolean;
|
|
337
|
+
isValidateOnBlur: boolean;
|
|
338
|
+
customRules: ValidationRule[];
|
|
339
|
+
customWarningRules: ValidationRule[];
|
|
340
|
+
customSuccessRules: ValidationRule[];
|
|
334
341
|
warningMessages: string[] | null;
|
|
335
342
|
successMessages: string[] | null;
|
|
336
343
|
hasError: boolean;
|
|
337
344
|
hasWarning: boolean;
|
|
338
345
|
hasSuccess: boolean;
|
|
339
|
-
displayAsterisk: boolean;
|
|
340
|
-
customRules: ValidationRule[];
|
|
341
|
-
customWarningRules: ValidationRule[];
|
|
342
|
-
customSuccessRules: ValidationRule[];
|
|
343
|
-
showSuccessMessages: boolean;
|
|
344
|
-
isValidateOnBlur: boolean;
|
|
345
|
-
disableErrorHandling: boolean;
|
|
346
346
|
hideDetails: boolean;
|
|
347
347
|
clearable: boolean;
|
|
348
348
|
plainTextKey: string;
|
|
@@ -356,7 +356,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
356
356
|
$: import('vue').ComponentInternalInstance;
|
|
357
357
|
$data: {};
|
|
358
358
|
$props: {
|
|
359
|
-
readonly modelValue?: string | number | null | undefined;
|
|
359
|
+
readonly modelValue?: string | number | null | undefined | undefined;
|
|
360
360
|
readonly prependIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
361
361
|
readonly appendIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
362
362
|
readonly prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
@@ -368,11 +368,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
368
368
|
readonly color?: import('../../../../types/vuetifyTypes').ColorType | undefined;
|
|
369
369
|
readonly isClearable?: boolean | undefined;
|
|
370
370
|
readonly showDivider?: boolean | undefined;
|
|
371
|
-
readonly label
|
|
372
|
-
readonly required?: boolean | undefined;
|
|
373
|
-
readonly errorMessages?: string[] | null | undefined;
|
|
374
|
-
readonly warningMessages?: string[] | null | undefined;
|
|
375
|
-
readonly successMessages?: string[] | null | undefined;
|
|
371
|
+
readonly label: string;
|
|
376
372
|
readonly readonly?: boolean | undefined;
|
|
377
373
|
readonly isActive?: boolean | undefined;
|
|
378
374
|
readonly baseColor?: string | undefined;
|
|
@@ -392,7 +388,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
392
388
|
readonly hint?: string | undefined;
|
|
393
389
|
readonly id?: string | undefined;
|
|
394
390
|
readonly loading?: string | boolean | undefined;
|
|
395
|
-
readonly maxErrors?: string | number | undefined;
|
|
396
391
|
readonly maxWidth?: string | number | undefined;
|
|
397
392
|
readonly messages?: string | string[] | undefined;
|
|
398
393
|
readonly minWidth?: string | number | undefined;
|
|
@@ -406,9 +401,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
406
401
|
readonly isReversed?: boolean | undefined;
|
|
407
402
|
readonly role?: string | undefined;
|
|
408
403
|
readonly rounded?: string | number | boolean | undefined;
|
|
409
|
-
readonly hasError?: boolean | undefined;
|
|
410
|
-
readonly hasWarning?: boolean | undefined;
|
|
411
|
-
readonly hasSuccess?: boolean | undefined;
|
|
412
404
|
readonly isOnSingleLine?: boolean | undefined;
|
|
413
405
|
readonly suffix?: string | undefined;
|
|
414
406
|
readonly theme?: string | undefined;
|
|
@@ -417,18 +409,30 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
417
409
|
readonly width?: string | number | undefined;
|
|
418
410
|
readonly displayAsterisk?: boolean | undefined;
|
|
419
411
|
readonly noIcon?: boolean | undefined;
|
|
420
|
-
readonly customRules?: ValidationRule[] | undefined;
|
|
421
|
-
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
422
|
-
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
423
|
-
readonly showSuccessMessages?: boolean | undefined;
|
|
424
|
-
readonly isValidateOnBlur?: boolean | undefined;
|
|
425
|
-
readonly disableErrorHandling?: boolean | undefined;
|
|
426
412
|
readonly disableClickButton?: boolean | undefined;
|
|
427
413
|
readonly autocomplete?: string | undefined;
|
|
428
414
|
readonly helpText?: string | undefined;
|
|
429
415
|
readonly maxlength?: string | number | undefined;
|
|
430
416
|
readonly title?: string | false | undefined;
|
|
417
|
+
readonly required?: boolean | undefined;
|
|
418
|
+
readonly isValidateOnBlur?: boolean | undefined;
|
|
419
|
+
readonly showSuccessMessages?: boolean | undefined;
|
|
420
|
+
readonly disableErrorHandling?: boolean | undefined;
|
|
421
|
+
readonly useVuetifyValidation?: boolean | undefined;
|
|
422
|
+
readonly rules?: import('vuetify').ValidationRule[] | undefined;
|
|
423
|
+
readonly customRules?: ValidationRule[] | undefined;
|
|
424
|
+
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
425
|
+
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
426
|
+
readonly errorMessages?: string[] | null | undefined;
|
|
427
|
+
readonly warningMessages?: string[] | null | undefined;
|
|
428
|
+
readonly successMessages?: string[] | null | undefined;
|
|
429
|
+
readonly hasError?: boolean | undefined;
|
|
430
|
+
readonly hasWarning?: boolean | undefined;
|
|
431
|
+
readonly hasSuccess?: boolean | undefined;
|
|
432
|
+
readonly maxErrors?: number | undefined;
|
|
431
433
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
434
|
+
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
435
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
432
436
|
readonly onKeydown?: ((...args: any[]) => any) | undefined;
|
|
433
437
|
readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
434
438
|
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
@@ -754,7 +758,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
754
758
|
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
|
|
755
759
|
};
|
|
756
760
|
$forceUpdate: () => void;
|
|
757
|
-
$nextTick: typeof
|
|
761
|
+
$nextTick: typeof nextTick;
|
|
758
762
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
759
763
|
} & Readonly<{
|
|
760
764
|
style: import('vue').StyleValue;
|
|
@@ -809,16 +813,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
809
813
|
hint?: string | undefined;
|
|
810
814
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
811
815
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
812
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
816
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
813
817
|
reset: () => Promise<void>;
|
|
814
818
|
resetValidation: () => Promise<void>;
|
|
815
819
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
816
|
-
isValid:
|
|
817
|
-
errorMessages:
|
|
818
|
-
}
|
|
820
|
+
isValid: boolean | null;
|
|
821
|
+
errorMessages: string[];
|
|
822
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
819
823
|
modelValue?: unknown;
|
|
820
824
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
821
|
-
}, 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" | "
|
|
825
|
+
}, 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<{
|
|
822
826
|
$: import('vue').ComponentInternalInstance;
|
|
823
827
|
$data: {};
|
|
824
828
|
$props: Partial<{
|
|
@@ -1017,7 +1021,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1017
1021
|
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
|
|
1018
1022
|
};
|
|
1019
1023
|
$forceUpdate: () => void;
|
|
1020
|
-
$nextTick: typeof
|
|
1024
|
+
$nextTick: typeof nextTick;
|
|
1021
1025
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
1022
1026
|
} & Readonly<{
|
|
1023
1027
|
style: import('vue').StyleValue;
|
|
@@ -1076,13 +1080,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1076
1080
|
labelId?: string | undefined;
|
|
1077
1081
|
} & {
|
|
1078
1082
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1079
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1080
|
-
controlRef:
|
|
1081
|
-
fieldIconColor:
|
|
1082
|
-
}
|
|
1083
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1084
|
+
controlRef: HTMLElement | undefined;
|
|
1085
|
+
fieldIconColor: string | undefined;
|
|
1086
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1083
1087
|
modelValue?: unknown;
|
|
1084
1088
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1085
|
-
}, 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" | "
|
|
1089
|
+
}, 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}`> & {
|
|
1086
1090
|
_allExposed: {
|
|
1087
1091
|
reset: () => Promise<void>;
|
|
1088
1092
|
resetValidation: () => Promise<void>;
|
|
@@ -1491,7 +1495,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1491
1495
|
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
|
|
1492
1496
|
};
|
|
1493
1497
|
$forceUpdate: () => void;
|
|
1494
|
-
$nextTick: typeof
|
|
1498
|
+
$nextTick: typeof nextTick;
|
|
1495
1499
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
1496
1500
|
} & Readonly<{
|
|
1497
1501
|
style: import('vue').StyleValue;
|
|
@@ -1546,16 +1550,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1546
1550
|
hint?: string | undefined;
|
|
1547
1551
|
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1548
1552
|
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1549
|
-
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "
|
|
1553
|
+
}, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
|
|
1550
1554
|
reset: () => Promise<void>;
|
|
1551
1555
|
resetValidation: () => Promise<void>;
|
|
1552
1556
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1553
|
-
isValid:
|
|
1554
|
-
errorMessages:
|
|
1555
|
-
}
|
|
1557
|
+
isValid: boolean | null;
|
|
1558
|
+
errorMessages: string[];
|
|
1559
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1556
1560
|
modelValue?: unknown;
|
|
1557
1561
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1558
|
-
}, 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" | "
|
|
1562
|
+
}, 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<{
|
|
1559
1563
|
$: import('vue').ComponentInternalInstance;
|
|
1560
1564
|
$data: {};
|
|
1561
1565
|
$props: Partial<{
|
|
@@ -1754,7 +1758,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1754
1758
|
errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
|
|
1755
1759
|
};
|
|
1756
1760
|
$forceUpdate: () => void;
|
|
1757
|
-
$nextTick: typeof
|
|
1761
|
+
$nextTick: typeof nextTick;
|
|
1758
1762
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
1759
1763
|
} & Readonly<{
|
|
1760
1764
|
style: import('vue').StyleValue;
|
|
@@ -1813,13 +1817,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1813
1817
|
labelId?: string | undefined;
|
|
1814
1818
|
} & {
|
|
1815
1819
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1816
|
-
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "
|
|
1817
|
-
controlRef:
|
|
1818
|
-
fieldIconColor:
|
|
1819
|
-
}
|
|
1820
|
+
}, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
|
|
1821
|
+
controlRef: HTMLElement | undefined;
|
|
1822
|
+
fieldIconColor: string | undefined;
|
|
1823
|
+
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1820
1824
|
modelValue?: unknown;
|
|
1821
1825
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1822
|
-
}, 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" | "
|
|
1826
|
+
}, 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}`> & {
|
|
1823
1827
|
_allExposed: {
|
|
1824
1828
|
reset: () => Promise<void>;
|
|
1825
1829
|
resetValidation: () => Promise<void>;
|
|
@@ -1868,10 +1872,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1868
1872
|
$root: import('vue').ComponentPublicInstance | null;
|
|
1869
1873
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
1870
1874
|
$host: Element | null;
|
|
1871
|
-
$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);
|
|
1875
|
+
$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);
|
|
1872
1876
|
$el: any;
|
|
1873
1877
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1874
|
-
modelValue?: string | number | null;
|
|
1878
|
+
modelValue?: string | number | null | undefined;
|
|
1875
1879
|
prependIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
1876
1880
|
appendIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
1877
1881
|
prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
@@ -1884,10 +1888,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1884
1888
|
isClearable?: boolean;
|
|
1885
1889
|
showDivider?: boolean;
|
|
1886
1890
|
label?: string;
|
|
1887
|
-
required?: boolean;
|
|
1888
|
-
errorMessages?: string[] | null;
|
|
1889
|
-
warningMessages?: string[] | null;
|
|
1890
|
-
successMessages?: string[] | null;
|
|
1891
1891
|
readonly?: boolean;
|
|
1892
1892
|
isActive?: boolean;
|
|
1893
1893
|
baseColor?: string;
|
|
@@ -1907,7 +1907,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1907
1907
|
hint?: string;
|
|
1908
1908
|
id?: string;
|
|
1909
1909
|
loading?: string | boolean;
|
|
1910
|
-
maxErrors?: string | number;
|
|
1911
1910
|
maxWidth?: string | number;
|
|
1912
1911
|
messages?: string | string[];
|
|
1913
1912
|
minWidth?: string | number;
|
|
@@ -1921,9 +1920,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1921
1920
|
isReversed?: boolean;
|
|
1922
1921
|
role?: string;
|
|
1923
1922
|
rounded?: string | number | boolean;
|
|
1924
|
-
hasError?: boolean;
|
|
1925
|
-
hasWarning?: boolean;
|
|
1926
|
-
hasSuccess?: boolean;
|
|
1927
1923
|
isOnSingleLine?: boolean;
|
|
1928
1924
|
suffix?: string;
|
|
1929
1925
|
theme?: string;
|
|
@@ -1932,40 +1928,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1932
1928
|
width?: string | number;
|
|
1933
1929
|
displayAsterisk?: boolean;
|
|
1934
1930
|
noIcon?: boolean;
|
|
1935
|
-
customRules?: ValidationRule[];
|
|
1936
|
-
customWarningRules?: ValidationRule[];
|
|
1937
|
-
customSuccessRules?: ValidationRule[];
|
|
1938
|
-
showSuccessMessages?: boolean;
|
|
1939
|
-
isValidateOnBlur?: boolean;
|
|
1940
|
-
disableErrorHandling?: boolean;
|
|
1941
1931
|
disableClickButton?: boolean;
|
|
1942
1932
|
autocomplete?: string;
|
|
1943
1933
|
helpText?: string;
|
|
1944
1934
|
maxlength?: string | number;
|
|
1945
1935
|
title?: string | false;
|
|
1946
|
-
}> & Readonly<{
|
|
1936
|
+
} & import('../../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1947
1937
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1938
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1939
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1948
1940
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1949
1941
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1950
1942
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1951
1943
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1952
1944
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1953
1945
|
}>, {
|
|
1954
|
-
|
|
1955
|
-
errors: import('vue').Ref<string[], string[]>;
|
|
1956
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
1957
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
1958
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
1959
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
1960
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
1961
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../../composables/validation/useValidation').ValidationResult;
|
|
1962
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
1963
|
-
clearValidation: () => void;
|
|
1964
|
-
};
|
|
1965
|
-
validateOnSubmit: () => boolean;
|
|
1966
|
-
checkErrorOnBlur: () => void;
|
|
1946
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
1967
1947
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1968
1948
|
input: (...args: any[]) => void;
|
|
1949
|
+
blur: (...args: any[]) => void;
|
|
1950
|
+
focus: (...args: any[]) => void;
|
|
1969
1951
|
keydown: (...args: any[]) => void;
|
|
1970
1952
|
"update:modelValue": (...args: any[]) => void;
|
|
1971
1953
|
clear: (...args: any[]) => void;
|
|
@@ -1995,7 +1977,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1995
1977
|
modelValue: string | number | null;
|
|
1996
1978
|
bgColor: string;
|
|
1997
1979
|
isActive: boolean;
|
|
1980
|
+
required: boolean;
|
|
1998
1981
|
prefix: string;
|
|
1982
|
+
showSuccessMessages: boolean;
|
|
1983
|
+
disableErrorHandling: boolean;
|
|
1984
|
+
errorMessages: string[] | null;
|
|
1985
|
+
maxErrors: number;
|
|
1999
1986
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
2000
1987
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
2001
1988
|
prependTooltip: string;
|
|
@@ -2003,9 +1990,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2003
1990
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
2004
1991
|
variantStyle: import('../../../../types/vuetifyTypes').VariantStyle;
|
|
2005
1992
|
isClearable: boolean;
|
|
2006
|
-
errorMessages: string[] | null;
|
|
2007
|
-
warningMessages: string[] | null;
|
|
2008
|
-
successMessages: string[] | null;
|
|
2009
1993
|
centerAffix: boolean;
|
|
2010
1994
|
counter: string | number | boolean;
|
|
2011
1995
|
counterValue: number | ((value: any) => number);
|
|
@@ -2017,30 +2001,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2017
2001
|
areDetailsHidden: boolean | "auto";
|
|
2018
2002
|
areSpinButtonsHidden: boolean;
|
|
2019
2003
|
hint: string;
|
|
2020
|
-
maxErrors: string | number;
|
|
2021
2004
|
messages: string | string[];
|
|
2022
2005
|
displayPersistentClear: boolean;
|
|
2023
2006
|
displayPersistentCounter: boolean;
|
|
2024
2007
|
displayPersistentHint: boolean;
|
|
2025
2008
|
displayPersistentPlaceholder: boolean;
|
|
2026
2009
|
isReversed: boolean;
|
|
2027
|
-
hasError: boolean;
|
|
2028
|
-
hasWarning: boolean;
|
|
2029
2010
|
isOnSingleLine: boolean;
|
|
2030
2011
|
suffix: string;
|
|
2031
2012
|
isTiled: boolean;
|
|
2032
2013
|
displayAsterisk: boolean;
|
|
2033
2014
|
noIcon: boolean;
|
|
2034
|
-
customRules: ValidationRule[];
|
|
2035
|
-
customWarningRules: ValidationRule[];
|
|
2036
|
-
customSuccessRules: ValidationRule[];
|
|
2037
|
-
showSuccessMessages: boolean;
|
|
2038
|
-
isValidateOnBlur: boolean;
|
|
2039
|
-
disableErrorHandling: boolean;
|
|
2040
2015
|
disableClickButton: boolean;
|
|
2041
2016
|
autocomplete: string;
|
|
2042
2017
|
helpText: string;
|
|
2043
2018
|
maxlength: string | number;
|
|
2019
|
+
isValidateOnBlur: boolean;
|
|
2020
|
+
useVuetifyValidation: boolean;
|
|
2021
|
+
customRules: ValidationRule[];
|
|
2022
|
+
customWarningRules: ValidationRule[];
|
|
2023
|
+
customSuccessRules: ValidationRule[];
|
|
2024
|
+
warningMessages: string[] | null;
|
|
2025
|
+
successMessages: string[] | null;
|
|
2026
|
+
hasError: boolean;
|
|
2027
|
+
hasWarning: boolean;
|
|
2028
|
+
hasSuccess: boolean;
|
|
2044
2029
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
2045
2030
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2046
2031
|
created?: (() => void) | (() => void)[];
|
|
@@ -2059,7 +2044,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2059
2044
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2060
2045
|
};
|
|
2061
2046
|
$forceUpdate: () => void;
|
|
2062
|
-
$nextTick: typeof
|
|
2047
|
+
$nextTick: typeof nextTick;
|
|
2063
2048
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
2064
2049
|
} & Readonly<{
|
|
2065
2050
|
type: string;
|
|
@@ -2085,7 +2070,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2085
2070
|
modelValue: string | number | null;
|
|
2086
2071
|
bgColor: string;
|
|
2087
2072
|
isActive: boolean;
|
|
2073
|
+
required: boolean;
|
|
2088
2074
|
prefix: string;
|
|
2075
|
+
showSuccessMessages: boolean;
|
|
2076
|
+
disableErrorHandling: boolean;
|
|
2077
|
+
errorMessages: string[] | null;
|
|
2078
|
+
maxErrors: number;
|
|
2089
2079
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
2090
2080
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
2091
2081
|
prependTooltip: string;
|
|
@@ -2093,9 +2083,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2093
2083
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
2094
2084
|
variantStyle: import('../../../../types/vuetifyTypes').VariantStyle;
|
|
2095
2085
|
isClearable: boolean;
|
|
2096
|
-
errorMessages: string[] | null;
|
|
2097
|
-
warningMessages: string[] | null;
|
|
2098
|
-
successMessages: string[] | null;
|
|
2099
2086
|
centerAffix: boolean;
|
|
2100
2087
|
counter: string | number | boolean;
|
|
2101
2088
|
counterValue: number | ((value: any) => number);
|
|
@@ -2107,32 +2094,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2107
2094
|
areDetailsHidden: boolean | "auto";
|
|
2108
2095
|
areSpinButtonsHidden: boolean;
|
|
2109
2096
|
hint: string;
|
|
2110
|
-
maxErrors: string | number;
|
|
2111
2097
|
messages: string | string[];
|
|
2112
2098
|
displayPersistentClear: boolean;
|
|
2113
2099
|
displayPersistentCounter: boolean;
|
|
2114
2100
|
displayPersistentHint: boolean;
|
|
2115
2101
|
displayPersistentPlaceholder: boolean;
|
|
2116
2102
|
isReversed: boolean;
|
|
2117
|
-
hasError: boolean;
|
|
2118
|
-
hasWarning: boolean;
|
|
2119
2103
|
isOnSingleLine: boolean;
|
|
2120
2104
|
suffix: string;
|
|
2121
2105
|
isTiled: boolean;
|
|
2122
2106
|
displayAsterisk: boolean;
|
|
2123
2107
|
noIcon: boolean;
|
|
2124
|
-
customRules: ValidationRule[];
|
|
2125
|
-
customWarningRules: ValidationRule[];
|
|
2126
|
-
customSuccessRules: ValidationRule[];
|
|
2127
|
-
showSuccessMessages: boolean;
|
|
2128
|
-
isValidateOnBlur: boolean;
|
|
2129
|
-
disableErrorHandling: boolean;
|
|
2130
2108
|
disableClickButton: boolean;
|
|
2131
2109
|
autocomplete: string;
|
|
2132
2110
|
helpText: string;
|
|
2133
2111
|
maxlength: string | number;
|
|
2112
|
+
isValidateOnBlur: boolean;
|
|
2113
|
+
useVuetifyValidation: boolean;
|
|
2114
|
+
customRules: ValidationRule[];
|
|
2115
|
+
customWarningRules: ValidationRule[];
|
|
2116
|
+
customSuccessRules: ValidationRule[];
|
|
2117
|
+
warningMessages: string[] | null;
|
|
2118
|
+
successMessages: string[] | null;
|
|
2119
|
+
hasError: boolean;
|
|
2120
|
+
hasWarning: boolean;
|
|
2121
|
+
hasSuccess: boolean;
|
|
2134
2122
|
}> & Omit<Readonly<{
|
|
2135
|
-
modelValue?: string | number | null;
|
|
2123
|
+
modelValue?: string | number | null | undefined;
|
|
2136
2124
|
prependIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
2137
2125
|
appendIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
2138
2126
|
prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
|
|
@@ -2145,10 +2133,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2145
2133
|
isClearable?: boolean;
|
|
2146
2134
|
showDivider?: boolean;
|
|
2147
2135
|
label?: string;
|
|
2148
|
-
required?: boolean;
|
|
2149
|
-
errorMessages?: string[] | null;
|
|
2150
|
-
warningMessages?: string[] | null;
|
|
2151
|
-
successMessages?: string[] | null;
|
|
2152
2136
|
readonly?: boolean;
|
|
2153
2137
|
isActive?: boolean;
|
|
2154
2138
|
baseColor?: string;
|
|
@@ -2168,7 +2152,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2168
2152
|
hint?: string;
|
|
2169
2153
|
id?: string;
|
|
2170
2154
|
loading?: string | boolean;
|
|
2171
|
-
maxErrors?: string | number;
|
|
2172
2155
|
maxWidth?: string | number;
|
|
2173
2156
|
messages?: string | string[];
|
|
2174
2157
|
minWidth?: string | number;
|
|
@@ -2182,9 +2165,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2182
2165
|
isReversed?: boolean;
|
|
2183
2166
|
role?: string;
|
|
2184
2167
|
rounded?: string | number | boolean;
|
|
2185
|
-
hasError?: boolean;
|
|
2186
|
-
hasWarning?: boolean;
|
|
2187
|
-
hasSuccess?: boolean;
|
|
2188
2168
|
isOnSingleLine?: boolean;
|
|
2189
2169
|
suffix?: string;
|
|
2190
2170
|
theme?: string;
|
|
@@ -2193,39 +2173,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2193
2173
|
width?: string | number;
|
|
2194
2174
|
displayAsterisk?: boolean;
|
|
2195
2175
|
noIcon?: boolean;
|
|
2196
|
-
customRules?: ValidationRule[];
|
|
2197
|
-
customWarningRules?: ValidationRule[];
|
|
2198
|
-
customSuccessRules?: ValidationRule[];
|
|
2199
|
-
showSuccessMessages?: boolean;
|
|
2200
|
-
isValidateOnBlur?: boolean;
|
|
2201
|
-
disableErrorHandling?: boolean;
|
|
2202
2176
|
disableClickButton?: boolean;
|
|
2203
2177
|
autocomplete?: string;
|
|
2204
2178
|
helpText?: string;
|
|
2205
2179
|
maxlength?: string | number;
|
|
2206
2180
|
title?: string | false;
|
|
2207
|
-
}> & Readonly<{
|
|
2181
|
+
} & import('../../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
2208
2182
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
2183
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2184
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2209
2185
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2210
2186
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2211
2187
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2212
2188
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2213
2189
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2214
|
-
}>, "validateOnSubmit" |
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
warnings: import('vue').Ref<string[], string[]>;
|
|
2218
|
-
successes: import('vue').Ref<string[], string[]>;
|
|
2219
|
-
hasError: import('vue').ComputedRef<boolean>;
|
|
2220
|
-
hasWarning: import('vue').ComputedRef<boolean>;
|
|
2221
|
-
hasSuccess: import('vue').ComputedRef<boolean>;
|
|
2222
|
-
validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../../composables/validation/useValidation').ValidationResult;
|
|
2223
|
-
validateOnSubmit: () => Promise<boolean>;
|
|
2224
|
-
clearValidation: () => void;
|
|
2225
|
-
};
|
|
2226
|
-
validateOnSubmit: () => boolean;
|
|
2227
|
-
checkErrorOnBlur: () => void;
|
|
2228
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2190
|
+
}>, "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")> & {
|
|
2191
|
+
validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
|
|
2192
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2229
2193
|
$slots: {
|
|
2230
2194
|
prepend?(_: {}): any;
|
|
2231
2195
|
append?(_: {}): any;
|
|
@@ -2567,7 +2531,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2567
2531
|
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2568
2532
|
};
|
|
2569
2533
|
$forceUpdate: () => void;
|
|
2570
|
-
$nextTick: typeof
|
|
2534
|
+
$nextTick: typeof nextTick;
|
|
2571
2535
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
2572
2536
|
} & Readonly<{
|
|
2573
2537
|
style: import('vue').StyleValue;
|
|
@@ -2641,17 +2605,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2641
2605
|
path: unknown[];
|
|
2642
2606
|
}) => any) | undefined;
|
|
2643
2607
|
"onUpdate:navigationIndex"?: ((value: number) => any) | undefined;
|
|
2644
|
-
}, "nav" | "select" | "style" | "tag" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "slim" | "focus" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy" | "navigationIndex" | "open" | "parents" | "getPath"> &
|
|
2608
|
+
}, "nav" | "select" | "style" | "tag" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "slim" | "focus" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy" | "navigationIndex" | "open" | "parents" | "getPath"> & {
|
|
2645
2609
|
open: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
2646
2610
|
select: (id: unknown, value: boolean, event?: Event | undefined) => void;
|
|
2647
2611
|
focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
|
|
2648
|
-
children:
|
|
2649
|
-
parents:
|
|
2612
|
+
children: Map<unknown, unknown[]>;
|
|
2613
|
+
parents: Map<unknown, unknown>;
|
|
2650
2614
|
getPath: (id: unknown) => unknown[];
|
|
2651
|
-
navigationIndex:
|
|
2652
|
-
|
|
2653
|
-
};
|
|
2654
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2615
|
+
navigationIndex: number;
|
|
2616
|
+
} & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2655
2617
|
items?: readonly any[] | undefined;
|
|
2656
2618
|
itemTitle?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|
|
2657
2619
|
itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
|