@cnamts/synapse 1.0.9 → 1.0.11
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/{DateFilter-BylukfjR.js → DateFilter-QEfKOz0P.js} +1 -1
- package/dist/{NumberFilter-C_bUk9o1.js → NumberFilter-C0h7gVzp.js} +1 -1
- package/dist/{PeriodFilter-dVOmcfmt.js → PeriodFilter-8dVrKjju.js} +1 -1
- package/dist/{SelectFilter-BW8KpXkQ.js → SelectFilter-BI3QGbqb.js} +1 -1
- package/dist/{TextFilter-diwVzTz7.js → TextFilter-UOp1hcPp.js} +1 -1
- package/dist/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.d.ts +110 -0
- package/dist/components/Amelipro/AmeliproAccordionFrieze/types.d.ts +6 -0
- package/dist/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +123 -141
- package/dist/components/Amelipro/AmeliproBtn/AmeliproBtn.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +21 -3
- package/dist/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.d.ts +47 -0
- package/dist/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.d.ts +88 -0
- package/dist/components/Amelipro/AmeliproDentalChart/types.d.ts +13 -0
- package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +70 -0
- package/dist/components/Amelipro/AmeliproFirstLogin/locales.d.ts +46 -0
- package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproFooter/locales.d.ts +0 -1
- package/dist/components/Amelipro/AmeliproFooter/types.d.ts +1 -0
- package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +2 -0
- package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +6 -2
- package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +8 -4
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.d.ts +2 -0
- package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +149 -0
- package/dist/components/Amelipro/AmeliproPatientLogged/types.d.ts +48 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.d.ts +177 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.d.ts +169 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/types.d.ts +5 -0
- package/dist/components/Amelipro/AmeliproPatientLogin/types.d.ts +5 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +2925 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/types.d.ts +11 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +4489 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/types.d.ts +17 -0
- package/dist/components/Amelipro/AmeliproResultList/AmeliproResultList.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +122 -122
- package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +123 -123
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +14 -14
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +30 -30
- package/dist/components/Amelipro/AmeliproTooltips/AmeliproTooltips.d.ts +12 -2
- package/dist/components/Amelipro/AmeliproUpload/types.d.ts +10 -0
- package/dist/components/CookieBanner/CookieBanner.d.ts +7 -7
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +22 -22
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +9 -9
- package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +1 -1
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +10 -9
- package/dist/components/Customs/SyForm/SyForm.d.ts +1820 -0
- package/dist/components/Customs/SyTabs/SyTabs.d.ts +3 -1
- package/dist/components/Customs/SyTabs/useTabTransition.d.ts +5 -0
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +37 -32
- package/dist/components/Customs/SyTextField/types.d.ts +1 -1
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +240 -142
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +125 -75
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +62 -39
- package/dist/components/DatePicker/composables/useDateValidation.d.ts +14 -2
- package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +2 -2
- package/dist/components/DatePicker/tests/setup.d.ts +74354 -0
- package/dist/components/DialogBox/DialogBox.d.ts +10 -10
- package/dist/components/DialogBox/locales.d.ts +1 -0
- package/dist/components/DialogBox/useDraggable.d.ts +2 -0
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +7 -7
- package/dist/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.d.ts +2 -0
- package/dist/components/HeaderNavigationBar/types.d.ts +1 -0
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +842 -9
- package/dist/components/HeaderToolbar/locales.d.ts +3 -0
- package/dist/components/HeaderToolbar/useMobileRightMenu.d.ts +10 -0
- package/dist/components/LangBtn/LangBtn.d.ts +10 -10
- package/dist/components/NirField/NirField.d.ts +94 -69
- package/dist/components/NirField/locales.d.ts +6 -4
- package/dist/components/PasswordField/PasswordField.d.ts +3 -1
- package/dist/components/PasswordField/locales.d.ts +2 -0
- package/dist/components/PeriodField/PeriodField.d.ts +476 -276
- package/dist/components/PhoneField/PhoneField.d.ts +47 -34
- package/dist/components/RangeField/RangeField.d.ts +11 -1
- package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +2 -2
- package/dist/components/RangeField/config.d.ts +3 -0
- package/dist/components/RatingPicker/EmotionPicker/EmotionPicker.d.ts +3 -1
- package/dist/components/RatingPicker/EmotionPicker/locales.d.ts +2 -0
- package/dist/components/RatingPicker/NumberPicker/NumberPicker.d.ts +3 -1
- package/dist/components/RatingPicker/StarsPicker/StarsPicker.d.ts +3 -1
- package/dist/components/RatingPicker/locales.d.ts +1 -0
- package/dist/components/SearchListField/SearchListField.d.ts +16 -7
- package/dist/components/SyAlert/SyAlert.d.ts +2 -2
- package/dist/components/SyTextArea/SyTextArea.d.ts +15 -15
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +3 -5
- package/dist/components/Tables/SyTable/SyTable.d.ts +3 -5
- package/dist/components/Tables/common/SyTablePagination.d.ts +12 -10
- package/dist/components/Tables/common/TableHeader.d.ts +6 -0
- package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +6 -6
- package/dist/components/Tables/common/types.d.ts +7 -0
- package/dist/components/Tables/common/usePagination.d.ts +1 -3
- package/dist/components/Tables/common/useTableCheckbox.d.ts +1 -1
- package/dist/components/Tables/common/useTableHeaders.d.ts +10 -20
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +4 -4
- package/dist/components/index.d.ts +8 -0
- package/dist/composables/validation/useFormValidation.d.ts +24 -0
- package/dist/composables/validation/useValidatable.d.ts +17 -0
- package/dist/design-system-v3.js +181 -173
- package/dist/design-system-v3.umd.cjs +269 -267
- package/dist/main-DyEOPqqn.js +33329 -0
- package/dist/style.css +1 -1
- package/dist/tooth-11-B9fN9Ow_.js +4 -0
- package/dist/tooth-12-BOOjuDe9.js +4 -0
- package/dist/tooth-13-DVU7jhZ8.js +4 -0
- package/dist/tooth-14-CXNleTBu.js +4 -0
- package/dist/tooth-15-iq3z8dzZ.js +4 -0
- package/dist/tooth-16-BuNIHSQk.js +4 -0
- package/dist/tooth-17-DLb4ijsH.js +4 -0
- package/dist/tooth-18-huijQe68.js +4 -0
- package/dist/tooth-21-Bl7Q-o4y.js +4 -0
- package/dist/tooth-22-ChQKI3h5.js +4 -0
- package/dist/tooth-23-CkzbEvBa.js +4 -0
- package/dist/tooth-24-BpaPUSEp.js +4 -0
- package/dist/tooth-25-BaVfhAL6.js +4 -0
- package/dist/tooth-26-BnL03Jv5.js +4 -0
- package/dist/tooth-27-BaHyZfhH.js +4 -0
- package/dist/tooth-28-BrMBVEgX.js +4 -0
- package/dist/tooth-31-DEH3Btej.js +4 -0
- package/dist/tooth-32-Dqcy596v.js +4 -0
- package/dist/tooth-33-DLzQOVky.js +4 -0
- package/dist/tooth-34-36nkjUPW.js +4 -0
- package/dist/tooth-35-VfFhleWT.js +4 -0
- package/dist/tooth-36-BHwtGkLx.js +4 -0
- package/dist/tooth-37-CT47Rtk-.js +4 -0
- package/dist/tooth-38-D15JmYSD.js +4 -0
- package/dist/tooth-41--x9N_iSc.js +4 -0
- package/dist/tooth-42-DZ1D3qmP.js +4 -0
- package/dist/tooth-43-C9T3b5_0.js +4 -0
- package/dist/tooth-44-CsPRBSZV.js +4 -0
- package/dist/tooth-45-Dg3wQunm.js +4 -0
- package/dist/tooth-46-DAOEt4G5.js +4 -0
- package/dist/tooth-47-DcqUeVM0.js +4 -0
- package/dist/tooth-48-0MVzkYem.js +4 -0
- package/dist/tooth-51-DOTod22I.js +4 -0
- package/dist/tooth-52-DZB1Jabv.js +4 -0
- package/dist/tooth-53-nunm2BQr.js +4 -0
- package/dist/tooth-54-BwdYfBd-.js +4 -0
- package/dist/tooth-55-BUJdNwqL.js +4 -0
- package/dist/tooth-61-BwqR1B88.js +4 -0
- package/dist/tooth-62-BzaECsvF.js +4 -0
- package/dist/tooth-63-wjdIfSq2.js +4 -0
- package/dist/tooth-64-CGW4ZcUq.js +4 -0
- package/dist/tooth-65-DxH4GgAL.js +4 -0
- package/dist/tooth-71-CmjVz11G.js +4 -0
- package/dist/tooth-72-CCyNUD-W.js +4 -0
- package/dist/tooth-73-D6aJwVz4.js +4 -0
- package/dist/tooth-74-zNtDQ6ig.js +4 -0
- package/dist/tooth-75-DDEx6y4E.js +4 -0
- package/dist/tooth-81-xg8UVvz2.js +4 -0
- package/dist/tooth-82-CtNXwBtB.js +4 -0
- package/dist/tooth-83-C2ODw7VT.js +4 -0
- package/dist/tooth-84-BKIdO9HA.js +4 -0
- package/dist/tooth-85-3YmvfAsK.js +4 -0
- package/dist/utils/amelipro/rules/uploadFile/index.d.ts +6 -0
- package/dist/utils/amelipro/toKebabCase/toKebabCase.d.ts +1 -0
- package/dist/utils/rules/isRequired/index.d.ts +5 -2
- package/dist/utils/rules/types.d.ts +12 -3
- package/package.json +13 -4
- package/src/assets/amelipro/img/bg-pieces-jointe.svg +28 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-11.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-12.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-13.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-14.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-15.svg +21 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-16.svg +31 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-17.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-18.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-21.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-22.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-23.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-24.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-25.svg +21 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-26.svg +31 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-27.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-28.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-31.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-32.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-33.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-34.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-35.svg +22 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-36.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-37.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-38.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-41.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-42.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-43.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-44.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-45.svg +22 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-46.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-47.svg +26 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-48.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-51.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-52.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-53.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-54.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-55.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-61.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-62.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-63.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-64.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-65.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-71.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-72.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-73.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-74.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-75.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-81.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-82.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-83.svg +16 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-84.svg +11 -0
- package/src/assets/amelipro/img/dental-chart-img/tooth-85.svg +16 -0
- package/src/assets/amelipro/img/idpa/apcv_logo.svg +16 -0
- package/src/assets/amelipro/img/idpa/carte-vitale.svg +75 -0
- package/src/assets/overrides/_btns.scss +1 -0
- package/src/assets/overrides/_forms.scss +5 -0
- package/src/components/Accordion/tests/accordion.spec.ts +0 -55
- package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/AmeliproAccordionTemplate.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproAccordion/__tests__/AmeliproAccordion.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.mdx +15 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.stories.ts +261 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +419 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/AmeliproAccordionFrieze.spec.ts +94 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +858 -0
- package/src/components/Amelipro/AmeliproAccordionFrieze/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproAccordionGroup/__tests__/AmeliproAccordionGroup.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +6 -0
- package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +7 -3
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/AmeliproAccordionList.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +13 -6
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/AmeliproAccordionResultTemplate.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproAccordionResult/__tests__/AmeliproAccordionResult.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +6 -0
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +7 -3
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/AmeliproAccordionResultList.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +13 -6
- package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/AmeliproAutoCompleteField.spec.ts +277 -55
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +113 -233
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.stories.ts +97 -0
- package/src/components/Amelipro/AmeliproBadge/__tests__/AmeliproBadge.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/AmeliproBreadcrumb.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.stories.ts +190 -8
- package/src/components/Amelipro/AmeliproBtn/__tests__/AmeliproBtn.spec.ts +478 -0
- package/src/components/Amelipro/AmeliproBtn/__tests__/__snapshots__/AmeliproBtn.spec.ts.snap +74 -0
- package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.stories.ts +321 -0
- package/src/components/Amelipro/AmeliproCallback/__tests__/AmeliproCallback.spec.ts +100 -0
- package/src/components/Amelipro/AmeliproCallback/__tests__/__snapshots__/AmeliproCallback.spec.ts.snap +50 -0
- package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
- package/src/components/Amelipro/AmeliproCaptcha/__tests__/AmeliproCaptcha.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproCard/AmeliproCard.stories.ts +360 -0
- package/src/components/Amelipro/AmeliproCard/__tests__/AmeliproCard.spec.ts +402 -0
- package/src/components/Amelipro/AmeliproCard/__tests__/__snapshots__/AmeliproCard.spec.ts.snap +106 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.stories.ts +2 -0
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.vue +11 -1
- package/src/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/__tests__/AmeliproCarouselItem.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproCarousel/__tests__/AmeliproCarousel.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +0 -2
- package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproCheckbox/tests/AmeliproCheckbox.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +1 -1
- package/src/components/Amelipro/AmeliproCheckboxGroup/tests/AmeliproCheckboxGroup.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproChips/AmeliproChips.stories.ts +46 -0
- package/src/components/Amelipro/AmeliproChips/tests/AmeliproChips.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.stories.ts +173 -0
- package/src/components/Amelipro/AmeliproClickableTile/tests/AmeliproClickableTile.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproContentLayout/__tests__/AmeliproContentLayout.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.stories.ts +112 -26
- package/src/components/Amelipro/AmeliproCopyBtn/__tests__/AmeliproCopyBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproCustomSelector/__tests__/AmeliproCustomSelector.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.mdx +15 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.stories.ts +1078 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproDentalChart.vue +163 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +183 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/AmeliproTooth.spec.ts +16 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/__snapshots__/AmeliproTooth.spec.ts.snap +39 -0
- package/src/components/Amelipro/AmeliproDentalChart/tests/AmeliproDentalChart.spec.ts +464 -0
- package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +2589 -0
- package/src/components/Amelipro/AmeliproDentalChart/types.d.ts +13 -0
- package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.stories.ts +333 -0
- package/src/components/Amelipro/AmeliproDialog/AmeliproDialog.vue +7 -2
- package/src/components/Amelipro/AmeliproDialog/tests/AmeliproDialog.spec.ts +0 -2
- package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +1 -0
- package/src/components/Amelipro/AmeliproDisclosure/tests/AmeliproDisclosure.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +1 -1
- package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/AmeliproErrorTemplate.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +1 -2
- package/src/components/Amelipro/AmeliproFilePreview/__tests__/AmeliproFilePreview.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.mdx +15 -0
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.stories.ts +287 -0
- package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +331 -0
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/AmeliproFirstLogin.spec.ts +27 -0
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +1210 -0
- package/src/components/Amelipro/AmeliproFirstLogin/locales.ts +48 -0
- package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.stories.ts +1 -0
- package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +5 -1
- package/src/components/Amelipro/AmeliproFooter/locales.ts +0 -1
- package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproFooter/types.d.ts +1 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.stories.ts +18 -8
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.vue +3 -1
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.vue +3 -0
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.vue +10 -2
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +2 -3
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproLogoAm/tests/AmeliproLogoAm.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +2 -3
- package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +2 -3
- package/src/components/Amelipro/AmeliproIcon/AmeliproIcon.stories.ts +61 -1
- package/src/components/Amelipro/AmeliproIcon/tests/AmeliproIcon.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.stories.ts +174 -0
- package/src/components/Amelipro/AmeliproIconBtn/tests/AmeliproIconBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.stories.ts +186 -0
- package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/AmeliproIllustratedDataTile.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/AmeliproIllustratedRadioGroup.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproMailTile/AmeliproMailTile.stories.ts +237 -0
- package/src/components/Amelipro/AmeliproMailTile/tests/AmeliproMailTile.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -2
- package/src/components/Amelipro/AmeliproMessage/AmeliproMessage.stories.ts +111 -0
- package/src/components/Amelipro/AmeliproMessage/tests/AmeliproMessage.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproMessagingLayout/tests/AmeliproMessagingLayout.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.stories.ts +199 -0
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/AmeliproMultipleFoldingCard.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.stories.ts +150 -0
- package/src/components/Amelipro/AmeliproNumberedCard/tests/AmeliproNumberedCard.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproOnboarding/AmeliproOnboarding.stories.ts +281 -8
- package/src/components/Amelipro/AmeliproOnboarding/tests/AmeliproOnboarding.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.stories.ts +9 -2
- package/src/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.vue +4 -1
- package/src/components/Amelipro/AmeliproPageLayout/tests/AmeliproPageLayout.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +2 -3
- package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +123 -43
- package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/AmeliproPaginationBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproPagination/tests/AmeliproPagination.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproPatientBanner/tests/AmeliproPatientBanner.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.mdx +18 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +250 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +520 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/AmeliproPatientLogged.spec.ts +75 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +1151 -0
- package/src/components/Amelipro/AmeliproPatientLogged/types.d.ts +49 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.mdx +18 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.stories.ts +151 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLogin.vue +231 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +252 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/__tests__/AmeliproPatientLoginForm.spec.ts +42 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/__tests__/__snapshots__/AmeliproPatientLoginForm.spec.ts.snap +33 -0
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproPatientLogin/__tests__/AmeliproPatientLogin.spec.ts +45 -0
- package/src/components/Amelipro/AmeliproPatientLogin/__tests__/__snapshots__/AmeliproPatientLogin.spec.ts.snap +60 -0
- package/src/components/Amelipro/AmeliproPatientLogin/types.d.ts +6 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +464 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +37 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +568 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/types.d.ts +12 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.mdx +15 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.stories.ts +133 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +360 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/tests/AmeliproPostalAddressField.spec.ts +23 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/tests/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +580 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/types.d.ts +18 -0
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +4 -3
- package/src/components/Amelipro/AmeliproRadioGroup/tests/AmeliproRadioGroup.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.stories.ts +6 -0
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +7 -3
- package/src/components/Amelipro/AmeliproResultList/__tests__/AmeliproResultList.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +13 -6
- package/src/components/Amelipro/AmeliproSelect/tests/AmeliproSelect.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproSelect/tests/__snapshots__/AmeliproSelect.spec.ts.snap +13 -2
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +210 -0
- package/src/components/Amelipro/AmeliproStateTile/tests/AmeliproStateTile.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproStatus/AmeliproStatus.stories.ts +326 -0
- package/src/components/Amelipro/AmeliproStatus/tests/AmeliproStatus.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/AmeliproStepBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproStepper/tests/AmeliproStepper.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +238 -4
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +8 -3
- package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +13 -6
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/AmeliproTabBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +1 -1
- package/src/components/Amelipro/AmeliproTabs/tests/AmeliproTabs.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproTextArea/__tests__/AmeliproTextArea.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproTextField/tests/AmeliproTextField.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +10 -2
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +222 -6
- package/src/components/Amelipro/AmeliproTileBtn/tests/AmeliproTileBtn.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.stories.ts +169 -0
- package/src/components/Amelipro/AmeliproTooltips/AmeliproTooltips.vue +6 -1
- package/src/components/Amelipro/AmeliproTooltips/tests/AmeliproTooltips.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +1 -5
- package/src/components/Amelipro/AmeliproTransmission/AmeliproTransmission.stories.ts +160 -0
- package/src/components/Amelipro/AmeliproTransmission/tests/AmeliproTransmission.spec.ts +0 -4
- package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.mdx +38 -0
- package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.stories.ts +99 -0
- package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +714 -0
- package/src/components/Amelipro/AmeliproUpload/README.md +66 -0
- package/src/components/Amelipro/AmeliproUpload/__tests__/AmeliproUpload.spec.ts +74 -0
- package/src/components/Amelipro/AmeliproUpload/types.d.ts +10 -0
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/ServiceBtn.spec.ts +0 -4
- package/src/components/Amelipro/ServiceMenu/ServiceList/tests/ServiceList.spec.ts +0 -4
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/ServiceMenuContent.spec.ts +0 -4
- package/src/components/Amelipro/ServiceMenu/tests/ServiceMenu.spec.ts +0 -4
- package/src/components/Amelipro/StructureMenu/StructureBtn/tests/StructureBtn.spec.ts +0 -4
- package/src/components/Amelipro/StructureMenu/StructureItem/tests/StructureItem.spec.ts +0 -4
- package/src/components/Amelipro/StructureMenu/StructureList/tests/StructureList.spec.ts +0 -4
- package/src/components/Amelipro/StructureMenu/StructureMenu.vue +1 -1
- package/src/components/Amelipro/StructureMenu/StructureTabs/tests/StructureTabs.spec.ts +0 -4
- package/src/components/Amelipro/StructureMenu/tests/StructureMenu.spec.ts +0 -2
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +1 -2
- package/src/components/Amelipro/UserInformationSummary/tests/UserInformationSummary.spec.ts +0 -4
- package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/UserMenuDetails.spec.ts +0 -4
- package/src/components/Amelipro/UserMenu/tests/UserMenu.spec.ts +0 -4
- package/src/components/BackBtn/BackBtn.vue +2 -1
- package/src/components/BackBtn/tests/BackBtn.spec.ts +1 -23
- package/src/components/BackToTopBtn/tests/BackToTopBtn.spec.ts +3 -34
- package/src/components/ChipList/tests/chipList.spec.ts +0 -38
- package/src/components/CollapsibleList/tests/CollapsibleList.spec.ts +0 -8
- package/src/components/ContextualMenu/tests/ContextualMenu.spec.ts +0 -28
- package/src/components/CookieBanner/tests/CookieBanner.spec.ts +1 -11
- package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.spec.ts +0 -16
- package/src/components/CookiesSelection/CookiesTable/tests/CookiesTable.spec.ts +0 -4
- package/src/components/CookiesSelection/tests/CookiesSelection.spec.ts +0 -16
- package/src/components/CopyBtn/tests/CopyBtn.spec.ts +0 -31
- package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +1 -0
- package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +3 -37
- package/src/components/Customs/Selects/SyBtnSelect/tests/SyBtnSelect.spec.ts +0 -28
- package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.spec.ts +8 -104
- package/src/components/Customs/Selects/SySelect/SySelect.vue +45 -3
- package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +0 -135
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +1 -1
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +5 -1
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +0 -20
- package/src/components/Customs/SyForm/Introduction.mdx +132 -0
- package/src/components/Customs/SyForm/SyForm.mdx +103 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +363 -0
- package/src/components/Customs/SyForm/SyForm.vue +80 -0
- package/src/components/Customs/SyTabs/SyTabs.stories.ts +31 -0
- package/src/components/Customs/SyTabs/SyTabs.vue +185 -27
- package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +0 -2
- package/src/components/Customs/SyTabs/useTabTransition.ts +42 -0
- package/src/components/Customs/SyTextField/SyTextField.vue +12 -3
- package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +1 -27
- package/src/components/Customs/SyTextField/types.d.ts +1 -1
- package/src/components/DataList/DataListLoading/tests/DataListLoading.spec.ts +0 -4
- package/src/components/DataList/tests/DataList.spec.ts +0 -26
- package/src/components/DataListGroup/tests/DataListGroup.spec.ts +0 -10
- package/src/components/DataListItem/DataListItem.vue +12 -13
- package/src/components/DataListItem/tests/DataListItem.spec.ts +0 -28
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +242 -41
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +30 -12
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +0 -16
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +4 -34
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +246 -59
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +40 -10
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.events.spec.ts +0 -10
- package/src/components/DatePicker/DatePickerOverview.mdx +5 -1
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.mdx +21 -21
- package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +240 -133
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +29 -1
- package/src/components/DatePicker/DateTextInput/DateTextInput.events.spec.ts +0 -13
- package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +0 -10
- package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +0 -52
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +32 -9
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +166 -38
- package/src/components/DatePicker/composables/useDateValidation.ts +8 -5
- package/src/components/DatePicker/composables/useManualDateValidation.ts +23 -6
- package/src/components/DatePicker/datePickers.stories.ts +28 -0
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +47 -58
- package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +2 -2
- package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +4111 -0
- package/src/components/DatePicker/tests/archiTest.md +33 -0
- package/src/components/DatePicker/tests/setup.ts +243 -0
- package/src/components/DiacriticPicker/tests/DiatriticPicker.spec.ts +0 -6
- package/src/components/DialogBox/DialogBox.stories.ts +1 -1
- package/src/components/DialogBox/DialogBox.vue +25 -8
- package/src/components/DialogBox/locales.ts +1 -0
- package/src/components/DialogBox/tests/DialogBox.spec.ts +175 -66
- package/src/components/DialogBox/useDraggable.ts +92 -4
- package/src/components/DownloadBtn/tests/DownloadBtn.spec.ts +0 -7
- package/src/components/ErrorPage/tests/ErrorPage.spec.ts +0 -7
- package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +0 -16
- package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +1 -0
- package/src/components/FileList/tests/FileList.spec.ts +0 -13
- package/src/components/FilePreview/tests/FilePreview.spec.ts +1 -6
- package/src/components/FileUpload/tests/FileUpload.spec.ts +1 -48
- package/src/components/FilterInline/tests/FilterInline.spec.ts +0 -10
- package/src/components/FilterSideBar/FilterSideBar.stories.ts +2 -0
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +0 -10
- package/src/components/FooterBar/tests/FooterBar.spec.ts +7 -19
- package/src/components/FranceConnectBtn/tests/FranceConnectBtn.spec.ts +0 -11
- package/src/components/HeaderBar/HeaderBar.stories.ts +37 -38
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +4 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/tests/__snapshots__/HeaderMenuItem.spec.ts.snap +4 -1
- package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/tests/HeaderSubMenu.spec.ts +0 -6
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.spec.ts +0 -6
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/useHandleSubMenus.spec.ts +0 -13
- package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +1 -22
- package/src/components/HeaderBar/HeaderMenuBtn/tests/HeaderMenuBtn.spec.ts +0 -10
- package/src/components/HeaderBar/tests/HeaderBar.spec.ts +0 -16
- package/src/components/HeaderLoading/tests/HeaderLoading.spec.ts +0 -4
- package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +18 -2
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +35 -18
- package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +0 -4
- package/src/components/HeaderNavigationBar/types.ts +1 -0
- package/src/components/HeaderToolbar/Accessibilite.stories.ts +8 -0
- package/src/components/HeaderToolbar/HeaderToolbar.mdx +0 -1
- package/src/components/HeaderToolbar/HeaderToolbar.stories.ts +65 -6
- package/src/components/HeaderToolbar/HeaderToolbar.vue +589 -162
- package/src/components/HeaderToolbar/locales.ts +3 -0
- package/src/components/HeaderToolbar/tests/HeaderToolBar.spec.ts +7 -51
- package/src/components/HeaderToolbar/useMobileRightMenu.ts +121 -0
- package/src/components/LangBtn/tests/LangBtn.spec.ts +0 -56
- package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +22 -67
- package/src/components/NirField/Accessibilite.stories.ts +4 -0
- package/src/components/NirField/NirField.stories.ts +2 -11
- package/src/components/NirField/NirField.vue +206 -72
- package/src/components/NirField/locales.ts +6 -4
- package/src/components/NirField/tests/NirField.cursor.spec.ts +315 -0
- package/src/components/NirField/tests/NirField.spec.ts +217 -19
- package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +2 -12
- package/src/components/NotificationBar/NotificationBar.mdx +1 -1
- package/src/components/NotificationBar/NotificationBar.stories.ts +1 -0
- package/src/components/NotificationBar/tests/NotificationBar.spec.ts +5 -44
- package/src/components/PageContainer/tests/PageContainer.spec.ts +1 -15
- package/src/components/PaginatedTable/tests/PaginatedTable.spec.ts +0 -23
- package/src/components/PasswordField/Accessibilite.stories.ts +96 -0
- package/src/components/PasswordField/PasswordField.stories.ts +8 -1
- package/src/components/PasswordField/PasswordField.vue +98 -19
- package/src/components/PasswordField/locales.ts +2 -0
- package/src/components/PasswordField/tests/PasswordField.spec.ts +5 -39
- package/src/components/PeriodField/tests/PeriodField.spec.ts +4 -74
- package/src/components/PhoneField/PhoneField.vue +4 -0
- package/src/components/PhoneField/tests/PhoneField.spec.ts +3 -154
- package/src/components/RangeField/Accessibilite.stories.ts +4 -0
- package/src/components/RangeField/RangeField.stories.ts +60 -0
- package/src/components/RangeField/RangeField.vue +37 -21
- package/src/components/RangeField/RangeSlider/RangeSlider.vue +30 -8
- package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -0
- package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +12 -4
- package/src/components/RangeField/RangeSlider/tests/rangeSlider.spec.ts +0 -13
- package/src/components/RangeField/RangeSlider/tests/useMouseSlide.spec.ts +9 -1
- package/src/components/RangeField/RangeSlider/tests/useThumbKeyboard.spec.ts +0 -34
- package/src/components/RangeField/RangeSlider/tests/useTrack.spec.ts +4 -24
- package/src/components/RangeField/RangeSlider/useMouseSlide.ts +23 -8
- package/src/components/RangeField/config.ts +3 -1
- package/src/components/RangeField/tests/RangeField.spec.ts +0 -31
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +210 -171
- package/src/components/RatingPicker/Accessibilite.stories.ts +4 -0
- package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +119 -66
- package/src/components/RatingPicker/EmotionPicker/locales.ts +2 -0
- package/src/components/RatingPicker/EmotionPicker/tests/EmotionPicker.spec.ts +6 -27
- package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +462 -678
- package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +106 -42
- package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +5 -20
- package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +119 -515
- package/src/components/RatingPicker/Rating.ts +5 -1
- package/src/components/RatingPicker/RatingPicker.stories.ts +5 -6
- package/src/components/RatingPicker/RatingPicker.vue +7 -2
- package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +78 -42
- package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +10 -29
- package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +163 -245
- package/src/components/RatingPicker/locales.ts +1 -0
- package/src/components/RatingPicker/tests/Rating.spec.ts +0 -10
- package/src/components/RatingPicker/tests/RatingPicker.spec.ts +0 -23
- package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +120 -516
- package/src/components/SearchListField/SearchListField.mdx +3 -4
- package/src/components/SearchListField/SearchListField.stories.ts +103 -3
- package/src/components/SearchListField/SearchListField.vue +34 -9
- package/src/components/SearchListField/tests/SearchListField.spec.ts +98 -44
- package/src/components/SocialMediaLinks/tests/SocialMediaLinks.spec.ts +0 -32
- package/src/components/SubHeader/tests/SubHeader.spec.ts +0 -18
- package/src/components/SyAlert/tests/SyAlert.spec.ts +0 -14
- package/src/components/SyTextArea/tests/SyTextArea.spec.ts +0 -31
- package/src/components/TableToolbar/tests/TableToolbar.spec.ts +0 -31
- package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +72 -24
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +109 -84
- package/src/components/Tables/SyServerTable/SyServerTable.vue +66 -19
- package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +0 -58
- package/src/components/Tables/SyTable/SyTable.vue +31 -13
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +6 -55
- package/src/components/Tables/common/SyTablePagination.vue +1 -7
- package/src/components/Tables/common/TableHeader.vue +57 -2
- package/src/components/Tables/common/filters/tests/DateFilter.spec.ts +0 -11
- package/src/components/Tables/common/filters/tests/NumberFilter.spec.ts +0 -11
- package/src/components/Tables/common/filters/tests/PeriodFilter.spec.ts +0 -11
- package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +0 -11
- package/src/components/Tables/common/filters/tests/TextFilter.spec.ts +0 -11
- package/src/components/Tables/common/tableProps.ts +19 -1
- package/src/components/Tables/common/tests/SyTableFilter.spec.ts +0 -31
- package/src/components/Tables/common/tests/SyTablePagination.spec.ts +0 -49
- package/src/components/Tables/common/tests/TableHeader.spec.ts +0 -19
- package/src/components/Tables/common/tests/filterByRange.spec.ts +0 -13
- package/src/components/Tables/common/tests/resize.spec.ts +0 -13
- package/src/components/Tables/common/types.ts +7 -0
- package/src/components/Tables/common/usePagination.ts +0 -6
- package/src/components/Tables/common/useStoredOptions.ts +1 -1
- package/src/components/Tables/common/useTableCheckbox.ts +5 -5
- package/src/components/Tables/common/useTableHeaders.ts +73 -6
- package/src/components/ToolbarContainer/tests/ToolbarContainer.spec.ts +0 -19
- package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +0 -15
- package/src/components/Usages/tests/Usages.spec.ts +3 -31
- package/src/components/UserMenuBtn/tests/UserMenuBtn.spec.ts +0 -31
- package/src/components/index.ts +8 -0
- package/src/composables/rules/useFieldValidation.ts +21 -3
- package/src/composables/useFilterable/useFilterable.ts +33 -24
- package/src/composables/validation/AvecVosComposants.mdx.old +145 -0
- package/src/composables/validation/FormValidation.mdx.old +151 -0
- package/src/composables/validation/FormValidation.stories.ts.old +402 -0
- package/src/composables/validation/useFormValidation.ts +91 -0
- package/src/composables/validation/useValidatable.ts +41 -0
- package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +2 -2
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +2 -2
- package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +2 -2
- package/src/stories/Demarrer/Accueil.stories.ts +6 -6
- package/src/stories/GuideDuDev/FormValidationGuide.mdx +746 -114
- package/src/stories/GuideDuDev/Installation.mdx +13 -0
- package/src/stories/GuideDuDev/LesBreackingChanges.mdx +1 -1
- package/src/stories/GuideDuDev/MigrationDepuisBridge.mdx +1 -1
- package/src/stories/GuideDuDev/MigrationDepuisVue2.mdx +1 -1
- package/src/stories/GuideDuDev/UtiliserLesRules.mdx +138 -136
- package/src/utils/amelipro/rules/uploadFile/index.ts +119 -0
- package/src/utils/amelipro/rules/uploadFile/tests/uploadFile.spec.ts +55 -0
- package/src/utils/amelipro/toKebabCase/toKebabCase.ts +11 -0
- package/src/utils/rules/doMatchPattern/index.ts +1 -1
- package/src/utils/rules/isDateValid/index.ts +1 -1
- package/src/utils/rules/isExactLength/index.ts +4 -0
- package/src/utils/rules/isHolidayDay/index.ts +1 -1
- package/src/utils/rules/isHolidayDay/tests/isHolidayDay.spec.ts +24 -14
- package/src/utils/rules/isMaxLength/index.ts +4 -0
- package/src/utils/rules/isMinLength/index.ts +4 -0
- package/src/utils/rules/isNotAfterDate/index.ts +4 -0
- package/src/utils/rules/isNotAfterToday/index.ts +1 -1
- package/src/utils/rules/isNotBeforeDate/index.ts +4 -0
- package/src/utils/rules/isNotBeforeToday/index.ts +1 -1
- package/src/utils/rules/isRequired/index.ts +11 -5
- package/src/utils/rules/isRequired/tests/{isRequred.spec.ts → isRequired.spec.ts} +24 -0
- package/src/utils/rules/isValidEmail/index.ts +1 -1
- package/src/utils/rules/types.d.ts +12 -3
- package/dist/main-2eWGB7zZ.js +0 -30203
- package/src/components/Amelipro/AmeliproBtn/tests/AmeliproBtn.spec.ts +0 -22
- package/src/components/Amelipro/AmeliproBtn/tests/__snapshots__/AmeliproBtn.spec.ts.snap +0 -46
- package/src/components/Amelipro/AmeliproCallback/tests/AmeliproCallback.spec.ts +0 -21
- package/src/components/Amelipro/AmeliproCallback/tests/__snapshots__/AmeliproCallback.spec.ts.snap +0 -165
- package/src/components/Amelipro/AmeliproCard/tests/AmeliproCard.spec.ts +0 -23
- package/src/components/Amelipro/AmeliproCard/tests/__snapshots__/AmeliproCard.spec.ts.snap +0 -78
- package/src/components/DialogBox/tests/__snapshots__/DialogBox.spec.ts.snap +0 -204
|
@@ -107,6 +107,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
107
107
|
displayHolidayDays?: boolean | undefined;
|
|
108
108
|
useCombinedMode?: boolean | undefined;
|
|
109
109
|
textFieldActivator?: boolean | undefined;
|
|
110
|
+
title?: string | false | undefined;
|
|
110
111
|
displayAsterisk?: boolean | undefined;
|
|
111
112
|
period?: {
|
|
112
113
|
min?: string | undefined;
|
|
@@ -139,6 +140,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
139
140
|
closed: () => any;
|
|
140
141
|
}, import('vue').PublicProps, {
|
|
141
142
|
label: string;
|
|
143
|
+
title: string | false;
|
|
142
144
|
width: string;
|
|
143
145
|
disabled: boolean;
|
|
144
146
|
placeholder: string;
|
|
@@ -192,6 +194,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
192
194
|
required?: boolean | undefined;
|
|
193
195
|
disabled?: boolean | undefined;
|
|
194
196
|
readonly?: boolean | undefined;
|
|
197
|
+
title?: string | false | undefined;
|
|
195
198
|
isOutlined?: boolean | undefined;
|
|
196
199
|
displayIcon?: boolean | undefined;
|
|
197
200
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -205,6 +208,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
205
208
|
displayRange?: boolean | undefined;
|
|
206
209
|
autoClamp?: boolean | undefined;
|
|
207
210
|
isValidateOnBlur?: boolean | undefined;
|
|
211
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
212
|
+
externalErrorMessages?: string[] | undefined;
|
|
208
213
|
}> & Readonly<{
|
|
209
214
|
onBlur?: (() => any) | undefined;
|
|
210
215
|
onFocus?: (() => any) | undefined;
|
|
@@ -223,8 +228,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
223
228
|
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
|
|
224
229
|
}, import('vue').PublicProps, {
|
|
225
230
|
label: string;
|
|
231
|
+
title: string | false;
|
|
226
232
|
disabled: boolean;
|
|
227
233
|
placeholder: string;
|
|
234
|
+
density: "default" | "comfortable" | "compact";
|
|
228
235
|
readonly: boolean;
|
|
229
236
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
230
237
|
bgColor: string;
|
|
@@ -243,6 +250,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
243
250
|
displayAppendIcon: boolean;
|
|
244
251
|
displayPrependIcon: boolean;
|
|
245
252
|
autoClamp: boolean;
|
|
253
|
+
externalErrorMessages: string[];
|
|
246
254
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
247
255
|
inputRef: ({
|
|
248
256
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -298,6 +306,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
298
306
|
readonly isReversed?: boolean | undefined;
|
|
299
307
|
readonly role?: string | undefined;
|
|
300
308
|
readonly rounded?: string | number | boolean | undefined;
|
|
309
|
+
readonly hasError?: boolean | undefined;
|
|
310
|
+
readonly hasWarning?: boolean | undefined;
|
|
311
|
+
readonly hasSuccess?: boolean | undefined;
|
|
301
312
|
readonly isOnSingleLine?: boolean | undefined;
|
|
302
313
|
readonly suffix?: string | undefined;
|
|
303
314
|
readonly theme?: string | undefined;
|
|
@@ -327,7 +338,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
327
338
|
[x: string]: unknown;
|
|
328
339
|
} & {
|
|
329
340
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
330
|
-
style: import('vue').StyleValue;
|
|
341
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
331
342
|
focused: boolean;
|
|
332
343
|
errorMessages: string | readonly string[] | null;
|
|
333
344
|
maxErrors: string | number;
|
|
@@ -351,7 +362,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
351
362
|
persistentClear: boolean;
|
|
352
363
|
reverse: boolean;
|
|
353
364
|
singleLine: boolean;
|
|
354
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
365
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
355
366
|
autofocus: boolean;
|
|
356
367
|
persistentPlaceholder: boolean;
|
|
357
368
|
persistentCounter: boolean;
|
|
@@ -478,7 +489,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
478
489
|
}> & Omit<{
|
|
479
490
|
theme?: string | undefined;
|
|
480
491
|
class?: any;
|
|
481
|
-
style: import('vue').StyleValue;
|
|
492
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
482
493
|
focused: boolean;
|
|
483
494
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
484
495
|
disabled: boolean | null;
|
|
@@ -541,7 +552,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
541
552
|
$emit: (event: string, ...args: any[]) => void;
|
|
542
553
|
$el: any;
|
|
543
554
|
$options: import('vue').ComponentOptionsBase<{
|
|
544
|
-
style: import('vue').StyleValue;
|
|
555
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
545
556
|
focused: boolean;
|
|
546
557
|
disabled: boolean | null;
|
|
547
558
|
error: boolean;
|
|
@@ -654,7 +665,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
654
665
|
messages: string | readonly string[];
|
|
655
666
|
direction: "vertical" | "horizontal";
|
|
656
667
|
}> & Omit<{
|
|
657
|
-
style: import('vue').StyleValue;
|
|
668
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
658
669
|
focused: boolean;
|
|
659
670
|
disabled: boolean | null;
|
|
660
671
|
error: boolean;
|
|
@@ -720,11 +731,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
720
731
|
persistentClear: boolean;
|
|
721
732
|
reverse: boolean;
|
|
722
733
|
singleLine: boolean;
|
|
723
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
734
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
724
735
|
}> & Omit<{
|
|
725
736
|
theme?: string | undefined;
|
|
726
737
|
class?: any;
|
|
727
|
-
style: import('vue').StyleValue;
|
|
738
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
728
739
|
focused: boolean;
|
|
729
740
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
730
741
|
rounded?: string | number | boolean | undefined;
|
|
@@ -750,7 +761,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
750
761
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
751
762
|
reverse: boolean;
|
|
752
763
|
singleLine: boolean;
|
|
753
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
764
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
754
765
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
755
766
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
756
767
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -793,7 +804,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
793
804
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
794
805
|
$el: any;
|
|
795
806
|
$options: import('vue').ComponentOptionsBase<{
|
|
796
|
-
style: import('vue').StyleValue;
|
|
807
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
797
808
|
focused: boolean;
|
|
798
809
|
tile: boolean;
|
|
799
810
|
clearable: boolean;
|
|
@@ -808,7 +819,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
808
819
|
persistentClear: boolean;
|
|
809
820
|
reverse: boolean;
|
|
810
821
|
singleLine: boolean;
|
|
811
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
822
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
812
823
|
} & {
|
|
813
824
|
theme?: string | undefined;
|
|
814
825
|
class?: any;
|
|
@@ -853,7 +864,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
853
864
|
persistentClear: boolean;
|
|
854
865
|
reverse: boolean;
|
|
855
866
|
singleLine: boolean;
|
|
856
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
867
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
857
868
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
858
869
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
859
870
|
props: Record<string, any>;
|
|
@@ -916,9 +927,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
916
927
|
persistentClear: boolean;
|
|
917
928
|
reverse: boolean;
|
|
918
929
|
singleLine: boolean;
|
|
919
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
930
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
920
931
|
}> & Omit<{
|
|
921
|
-
style: import('vue').StyleValue;
|
|
932
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
922
933
|
focused: boolean;
|
|
923
934
|
tile: boolean;
|
|
924
935
|
clearable: boolean;
|
|
@@ -933,7 +944,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
933
944
|
persistentClear: boolean;
|
|
934
945
|
reverse: boolean;
|
|
935
946
|
singleLine: boolean;
|
|
936
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
947
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
937
948
|
} & {
|
|
938
949
|
theme?: string | undefined;
|
|
939
950
|
class?: any;
|
|
@@ -1003,7 +1014,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1003
1014
|
persistentClear: boolean;
|
|
1004
1015
|
reverse: boolean;
|
|
1005
1016
|
singleLine: boolean;
|
|
1006
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1017
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1007
1018
|
autofocus: boolean;
|
|
1008
1019
|
persistentPlaceholder: boolean;
|
|
1009
1020
|
persistentCounter: boolean;
|
|
@@ -1055,7 +1066,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1055
1066
|
M: {};
|
|
1056
1067
|
Defaults: {};
|
|
1057
1068
|
}, {
|
|
1058
|
-
style: import('vue').StyleValue;
|
|
1069
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1059
1070
|
focused: boolean;
|
|
1060
1071
|
errorMessages: string | readonly string[] | null;
|
|
1061
1072
|
maxErrors: string | number;
|
|
@@ -1079,7 +1090,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1079
1090
|
persistentClear: boolean;
|
|
1080
1091
|
reverse: boolean;
|
|
1081
1092
|
singleLine: boolean;
|
|
1082
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1093
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1083
1094
|
autofocus: boolean;
|
|
1084
1095
|
persistentPlaceholder: boolean;
|
|
1085
1096
|
persistentCounter: boolean;
|
|
@@ -1206,7 +1217,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1206
1217
|
}> & Omit<{
|
|
1207
1218
|
theme?: string | undefined;
|
|
1208
1219
|
class?: any;
|
|
1209
|
-
style: import('vue').StyleValue;
|
|
1220
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1210
1221
|
focused: boolean;
|
|
1211
1222
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1212
1223
|
disabled: boolean | null;
|
|
@@ -1269,7 +1280,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1269
1280
|
$emit: (event: string, ...args: any[]) => void;
|
|
1270
1281
|
$el: any;
|
|
1271
1282
|
$options: import('vue').ComponentOptionsBase<{
|
|
1272
|
-
style: import('vue').StyleValue;
|
|
1283
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1273
1284
|
focused: boolean;
|
|
1274
1285
|
disabled: boolean | null;
|
|
1275
1286
|
error: boolean;
|
|
@@ -1382,7 +1393,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1382
1393
|
messages: string | readonly string[];
|
|
1383
1394
|
direction: "vertical" | "horizontal";
|
|
1384
1395
|
}> & Omit<{
|
|
1385
|
-
style: import('vue').StyleValue;
|
|
1396
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1386
1397
|
focused: boolean;
|
|
1387
1398
|
disabled: boolean | null;
|
|
1388
1399
|
error: boolean;
|
|
@@ -1448,11 +1459,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1448
1459
|
persistentClear: boolean;
|
|
1449
1460
|
reverse: boolean;
|
|
1450
1461
|
singleLine: boolean;
|
|
1451
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1462
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1452
1463
|
}> & Omit<{
|
|
1453
1464
|
theme?: string | undefined;
|
|
1454
1465
|
class?: any;
|
|
1455
|
-
style: import('vue').StyleValue;
|
|
1466
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1456
1467
|
focused: boolean;
|
|
1457
1468
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1458
1469
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1478,7 +1489,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1478
1489
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1479
1490
|
reverse: boolean;
|
|
1480
1491
|
singleLine: boolean;
|
|
1481
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1492
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1482
1493
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1483
1494
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1484
1495
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -1521,7 +1532,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1521
1532
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
1522
1533
|
$el: any;
|
|
1523
1534
|
$options: import('vue').ComponentOptionsBase<{
|
|
1524
|
-
style: import('vue').StyleValue;
|
|
1535
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1525
1536
|
focused: boolean;
|
|
1526
1537
|
tile: boolean;
|
|
1527
1538
|
clearable: boolean;
|
|
@@ -1536,7 +1547,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1536
1547
|
persistentClear: boolean;
|
|
1537
1548
|
reverse: boolean;
|
|
1538
1549
|
singleLine: boolean;
|
|
1539
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1550
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1540
1551
|
} & {
|
|
1541
1552
|
theme?: string | undefined;
|
|
1542
1553
|
class?: any;
|
|
@@ -1581,7 +1592,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1581
1592
|
persistentClear: boolean;
|
|
1582
1593
|
reverse: boolean;
|
|
1583
1594
|
singleLine: boolean;
|
|
1584
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1595
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1585
1596
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
1586
1597
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1587
1598
|
props: Record<string, any>;
|
|
@@ -1644,9 +1655,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1644
1655
|
persistentClear: boolean;
|
|
1645
1656
|
reverse: boolean;
|
|
1646
1657
|
singleLine: boolean;
|
|
1647
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1658
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1648
1659
|
}> & Omit<{
|
|
1649
|
-
style: import('vue').StyleValue;
|
|
1660
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1650
1661
|
focused: boolean;
|
|
1651
1662
|
tile: boolean;
|
|
1652
1663
|
clearable: boolean;
|
|
@@ -1661,7 +1672,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1661
1672
|
persistentClear: boolean;
|
|
1662
1673
|
reverse: boolean;
|
|
1663
1674
|
singleLine: boolean;
|
|
1664
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1675
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1665
1676
|
} & {
|
|
1666
1677
|
theme?: string | undefined;
|
|
1667
1678
|
class?: any;
|
|
@@ -1726,7 +1737,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1726
1737
|
persistentClear: boolean;
|
|
1727
1738
|
reverse: boolean;
|
|
1728
1739
|
singleLine: boolean;
|
|
1729
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1740
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1730
1741
|
autofocus: boolean;
|
|
1731
1742
|
persistentPlaceholder: boolean;
|
|
1732
1743
|
persistentCounter: boolean;
|
|
@@ -1792,6 +1803,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1792
1803
|
isReversed?: boolean | undefined;
|
|
1793
1804
|
role?: string | undefined;
|
|
1794
1805
|
rounded?: string | number | boolean | undefined;
|
|
1806
|
+
hasError?: boolean | undefined;
|
|
1807
|
+
hasWarning?: boolean | undefined;
|
|
1808
|
+
hasSuccess?: boolean | undefined;
|
|
1795
1809
|
isOnSingleLine?: boolean | undefined;
|
|
1796
1810
|
suffix?: string | undefined;
|
|
1797
1811
|
theme?: string | undefined;
|
|
@@ -1856,6 +1870,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1856
1870
|
modelValue: string | number | null;
|
|
1857
1871
|
bgColor: string;
|
|
1858
1872
|
isActive: boolean;
|
|
1873
|
+
prefix: string;
|
|
1859
1874
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1860
1875
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1861
1876
|
prependTooltip: string;
|
|
@@ -1883,8 +1898,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1883
1898
|
displayPersistentCounter: boolean;
|
|
1884
1899
|
displayPersistentHint: boolean;
|
|
1885
1900
|
displayPersistentPlaceholder: boolean;
|
|
1886
|
-
prefix: string;
|
|
1887
1901
|
isReversed: boolean;
|
|
1902
|
+
hasError: boolean;
|
|
1903
|
+
hasWarning: boolean;
|
|
1888
1904
|
isOnSingleLine: boolean;
|
|
1889
1905
|
suffix: string;
|
|
1890
1906
|
isTiled: boolean;
|
|
@@ -1942,6 +1958,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1942
1958
|
modelValue: string | number | null;
|
|
1943
1959
|
bgColor: string;
|
|
1944
1960
|
isActive: boolean;
|
|
1961
|
+
prefix: string;
|
|
1945
1962
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1946
1963
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1947
1964
|
prependTooltip: string;
|
|
@@ -1969,8 +1986,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1969
1986
|
displayPersistentCounter: boolean;
|
|
1970
1987
|
displayPersistentHint: boolean;
|
|
1971
1988
|
displayPersistentPlaceholder: boolean;
|
|
1972
|
-
prefix: string;
|
|
1973
1989
|
isReversed: boolean;
|
|
1990
|
+
hasError: boolean;
|
|
1991
|
+
hasWarning: boolean;
|
|
1974
1992
|
isOnSingleLine: boolean;
|
|
1975
1993
|
suffix: string;
|
|
1976
1994
|
isTiled: boolean;
|
|
@@ -2036,6 +2054,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2036
2054
|
isReversed?: boolean | undefined;
|
|
2037
2055
|
role?: string | undefined;
|
|
2038
2056
|
rounded?: string | number | boolean | undefined;
|
|
2057
|
+
hasError?: boolean | undefined;
|
|
2058
|
+
hasWarning?: boolean | undefined;
|
|
2059
|
+
hasSuccess?: boolean | undefined;
|
|
2039
2060
|
isOnSingleLine?: boolean | undefined;
|
|
2040
2061
|
suffix?: string | undefined;
|
|
2041
2062
|
theme?: string | undefined;
|
|
@@ -2058,7 +2079,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2058
2079
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2059
2080
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2060
2081
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2061
|
-
}>, "
|
|
2082
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
2062
2083
|
validation: {
|
|
2063
2084
|
errors: import('vue').Ref<string[], string[]>;
|
|
2064
2085
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -2097,6 +2118,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2097
2118
|
required?: boolean | undefined;
|
|
2098
2119
|
disabled?: boolean | undefined;
|
|
2099
2120
|
readonly?: boolean | undefined;
|
|
2121
|
+
title?: string | false | undefined;
|
|
2100
2122
|
isOutlined?: boolean | undefined;
|
|
2101
2123
|
displayIcon?: boolean | undefined;
|
|
2102
2124
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -2110,6 +2132,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2110
2132
|
displayRange?: boolean | undefined;
|
|
2111
2133
|
autoClamp?: boolean | undefined;
|
|
2112
2134
|
isValidateOnBlur?: boolean | undefined;
|
|
2135
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
2136
|
+
externalErrorMessages?: string[] | undefined;
|
|
2113
2137
|
}> & Readonly<{
|
|
2114
2138
|
onBlur?: (() => any) | undefined;
|
|
2115
2139
|
onFocus?: (() => any) | undefined;
|
|
@@ -2122,8 +2146,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2122
2146
|
blur(): void;
|
|
2123
2147
|
}, {}, {}, {}, {
|
|
2124
2148
|
label: string;
|
|
2149
|
+
title: string | false;
|
|
2125
2150
|
disabled: boolean;
|
|
2126
2151
|
placeholder: string;
|
|
2152
|
+
density: "default" | "comfortable" | "compact";
|
|
2127
2153
|
readonly: boolean;
|
|
2128
2154
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
2129
2155
|
bgColor: string;
|
|
@@ -2142,6 +2168,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2142
2168
|
displayAppendIcon: boolean;
|
|
2143
2169
|
displayPrependIcon: boolean;
|
|
2144
2170
|
autoClamp: boolean;
|
|
2171
|
+
externalErrorMessages: string[];
|
|
2145
2172
|
}> | null;
|
|
2146
2173
|
complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2147
2174
|
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateInput | undefined;
|
|
@@ -2170,6 +2197,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2170
2197
|
noCalendar?: boolean | undefined;
|
|
2171
2198
|
isOutlined?: boolean | undefined;
|
|
2172
2199
|
readonly?: boolean | undefined;
|
|
2200
|
+
title?: string | false | undefined;
|
|
2173
2201
|
width?: string | undefined;
|
|
2174
2202
|
disableErrorHandling?: boolean | undefined;
|
|
2175
2203
|
showSuccessMessages?: boolean | undefined;
|
|
@@ -2185,6 +2213,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2185
2213
|
} | undefined;
|
|
2186
2214
|
autoClamp?: boolean | undefined;
|
|
2187
2215
|
isValidateOnBlur?: boolean | undefined;
|
|
2216
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
2188
2217
|
}> & Readonly<{
|
|
2189
2218
|
onBlur?: (() => any) | undefined;
|
|
2190
2219
|
onFocus?: (() => any) | undefined;
|
|
@@ -2230,9 +2259,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2230
2259
|
closed: () => any;
|
|
2231
2260
|
}, import('vue').PublicProps, {
|
|
2232
2261
|
label: string;
|
|
2262
|
+
title: string | false;
|
|
2233
2263
|
width: string;
|
|
2234
2264
|
disabled: boolean;
|
|
2235
2265
|
placeholder: string;
|
|
2266
|
+
density: "default" | "comfortable" | "compact";
|
|
2236
2267
|
readonly: boolean;
|
|
2237
2268
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
2238
2269
|
bgColor: string;
|
|
@@ -2281,6 +2312,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2281
2312
|
required?: boolean | undefined;
|
|
2282
2313
|
disabled?: boolean | undefined;
|
|
2283
2314
|
readonly?: boolean | undefined;
|
|
2315
|
+
title?: string | false | undefined;
|
|
2284
2316
|
isOutlined?: boolean | undefined;
|
|
2285
2317
|
displayIcon?: boolean | undefined;
|
|
2286
2318
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -2294,6 +2326,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2294
2326
|
displayRange?: boolean | undefined;
|
|
2295
2327
|
autoClamp?: boolean | undefined;
|
|
2296
2328
|
isValidateOnBlur?: boolean | undefined;
|
|
2329
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
2330
|
+
externalErrorMessages?: string[] | undefined;
|
|
2297
2331
|
}> & Readonly<{
|
|
2298
2332
|
onBlur?: (() => any) | undefined;
|
|
2299
2333
|
onFocus?: (() => any) | undefined;
|
|
@@ -2312,8 +2346,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2312
2346
|
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
|
|
2313
2347
|
}, import('vue').PublicProps, {
|
|
2314
2348
|
label: string;
|
|
2349
|
+
title: string | false;
|
|
2315
2350
|
disabled: boolean;
|
|
2316
2351
|
placeholder: string;
|
|
2352
|
+
density: "default" | "comfortable" | "compact";
|
|
2317
2353
|
readonly: boolean;
|
|
2318
2354
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
2319
2355
|
bgColor: string;
|
|
@@ -2332,6 +2368,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2332
2368
|
displayAppendIcon: boolean;
|
|
2333
2369
|
displayPrependIcon: boolean;
|
|
2334
2370
|
autoClamp: boolean;
|
|
2371
|
+
externalErrorMessages: string[];
|
|
2335
2372
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
2336
2373
|
inputRef: ({
|
|
2337
2374
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -2387,6 +2424,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2387
2424
|
readonly isReversed?: boolean | undefined;
|
|
2388
2425
|
readonly role?: string | undefined;
|
|
2389
2426
|
readonly rounded?: string | number | boolean | undefined;
|
|
2427
|
+
readonly hasError?: boolean | undefined;
|
|
2428
|
+
readonly hasWarning?: boolean | undefined;
|
|
2429
|
+
readonly hasSuccess?: boolean | undefined;
|
|
2390
2430
|
readonly isOnSingleLine?: boolean | undefined;
|
|
2391
2431
|
readonly suffix?: string | undefined;
|
|
2392
2432
|
readonly theme?: string | undefined;
|
|
@@ -2416,7 +2456,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2416
2456
|
[x: string]: unknown;
|
|
2417
2457
|
} & {
|
|
2418
2458
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
2419
|
-
style: import('vue').StyleValue;
|
|
2459
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2420
2460
|
focused: boolean;
|
|
2421
2461
|
errorMessages: string | readonly string[] | null;
|
|
2422
2462
|
maxErrors: string | number;
|
|
@@ -2440,7 +2480,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2440
2480
|
persistentClear: boolean;
|
|
2441
2481
|
reverse: boolean;
|
|
2442
2482
|
singleLine: boolean;
|
|
2443
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2483
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2444
2484
|
autofocus: boolean;
|
|
2445
2485
|
persistentPlaceholder: boolean;
|
|
2446
2486
|
persistentCounter: boolean;
|
|
@@ -2567,7 +2607,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2567
2607
|
}> & Omit<{
|
|
2568
2608
|
theme?: string | undefined;
|
|
2569
2609
|
class?: any;
|
|
2570
|
-
style: import('vue').StyleValue;
|
|
2610
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2571
2611
|
focused: boolean;
|
|
2572
2612
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2573
2613
|
disabled: boolean | null;
|
|
@@ -2630,7 +2670,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2630
2670
|
$emit: (event: string, ...args: any[]) => void;
|
|
2631
2671
|
$el: any;
|
|
2632
2672
|
$options: import('vue').ComponentOptionsBase<{
|
|
2633
|
-
style: import('vue').StyleValue;
|
|
2673
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2634
2674
|
focused: boolean;
|
|
2635
2675
|
disabled: boolean | null;
|
|
2636
2676
|
error: boolean;
|
|
@@ -2743,7 +2783,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2743
2783
|
messages: string | readonly string[];
|
|
2744
2784
|
direction: "vertical" | "horizontal";
|
|
2745
2785
|
}> & Omit<{
|
|
2746
|
-
style: import('vue').StyleValue;
|
|
2786
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2747
2787
|
focused: boolean;
|
|
2748
2788
|
disabled: boolean | null;
|
|
2749
2789
|
error: boolean;
|
|
@@ -2809,11 +2849,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2809
2849
|
persistentClear: boolean;
|
|
2810
2850
|
reverse: boolean;
|
|
2811
2851
|
singleLine: boolean;
|
|
2812
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2852
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2813
2853
|
}> & Omit<{
|
|
2814
2854
|
theme?: string | undefined;
|
|
2815
2855
|
class?: any;
|
|
2816
|
-
style: import('vue').StyleValue;
|
|
2856
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2817
2857
|
focused: boolean;
|
|
2818
2858
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2819
2859
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2839,7 +2879,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2839
2879
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2840
2880
|
reverse: boolean;
|
|
2841
2881
|
singleLine: boolean;
|
|
2842
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2882
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2843
2883
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2844
2884
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2845
2885
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -2882,7 +2922,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2882
2922
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
2883
2923
|
$el: any;
|
|
2884
2924
|
$options: import('vue').ComponentOptionsBase<{
|
|
2885
|
-
style: import('vue').StyleValue;
|
|
2925
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2886
2926
|
focused: boolean;
|
|
2887
2927
|
tile: boolean;
|
|
2888
2928
|
clearable: boolean;
|
|
@@ -2897,7 +2937,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2897
2937
|
persistentClear: boolean;
|
|
2898
2938
|
reverse: boolean;
|
|
2899
2939
|
singleLine: boolean;
|
|
2900
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2940
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2901
2941
|
} & {
|
|
2902
2942
|
theme?: string | undefined;
|
|
2903
2943
|
class?: any;
|
|
@@ -2942,7 +2982,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2942
2982
|
persistentClear: boolean;
|
|
2943
2983
|
reverse: boolean;
|
|
2944
2984
|
singleLine: boolean;
|
|
2945
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2985
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2946
2986
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2947
2987
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2948
2988
|
props: Record<string, any>;
|
|
@@ -3005,9 +3045,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3005
3045
|
persistentClear: boolean;
|
|
3006
3046
|
reverse: boolean;
|
|
3007
3047
|
singleLine: boolean;
|
|
3008
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3048
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3009
3049
|
}> & Omit<{
|
|
3010
|
-
style: import('vue').StyleValue;
|
|
3050
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3011
3051
|
focused: boolean;
|
|
3012
3052
|
tile: boolean;
|
|
3013
3053
|
clearable: boolean;
|
|
@@ -3022,7 +3062,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3022
3062
|
persistentClear: boolean;
|
|
3023
3063
|
reverse: boolean;
|
|
3024
3064
|
singleLine: boolean;
|
|
3025
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3065
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3026
3066
|
} & {
|
|
3027
3067
|
theme?: string | undefined;
|
|
3028
3068
|
class?: any;
|
|
@@ -3092,7 +3132,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3092
3132
|
persistentClear: boolean;
|
|
3093
3133
|
reverse: boolean;
|
|
3094
3134
|
singleLine: boolean;
|
|
3095
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3135
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3096
3136
|
autofocus: boolean;
|
|
3097
3137
|
persistentPlaceholder: boolean;
|
|
3098
3138
|
persistentCounter: boolean;
|
|
@@ -3144,7 +3184,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3144
3184
|
M: {};
|
|
3145
3185
|
Defaults: {};
|
|
3146
3186
|
}, {
|
|
3147
|
-
style: import('vue').StyleValue;
|
|
3187
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3148
3188
|
focused: boolean;
|
|
3149
3189
|
errorMessages: string | readonly string[] | null;
|
|
3150
3190
|
maxErrors: string | number;
|
|
@@ -3168,7 +3208,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3168
3208
|
persistentClear: boolean;
|
|
3169
3209
|
reverse: boolean;
|
|
3170
3210
|
singleLine: boolean;
|
|
3171
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3211
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3172
3212
|
autofocus: boolean;
|
|
3173
3213
|
persistentPlaceholder: boolean;
|
|
3174
3214
|
persistentCounter: boolean;
|
|
@@ -3295,7 +3335,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3295
3335
|
}> & Omit<{
|
|
3296
3336
|
theme?: string | undefined;
|
|
3297
3337
|
class?: any;
|
|
3298
|
-
style: import('vue').StyleValue;
|
|
3338
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3299
3339
|
focused: boolean;
|
|
3300
3340
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
3301
3341
|
disabled: boolean | null;
|
|
@@ -3358,7 +3398,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3358
3398
|
$emit: (event: string, ...args: any[]) => void;
|
|
3359
3399
|
$el: any;
|
|
3360
3400
|
$options: import('vue').ComponentOptionsBase<{
|
|
3361
|
-
style: import('vue').StyleValue;
|
|
3401
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3362
3402
|
focused: boolean;
|
|
3363
3403
|
disabled: boolean | null;
|
|
3364
3404
|
error: boolean;
|
|
@@ -3471,7 +3511,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3471
3511
|
messages: string | readonly string[];
|
|
3472
3512
|
direction: "vertical" | "horizontal";
|
|
3473
3513
|
}> & Omit<{
|
|
3474
|
-
style: import('vue').StyleValue;
|
|
3514
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3475
3515
|
focused: boolean;
|
|
3476
3516
|
disabled: boolean | null;
|
|
3477
3517
|
error: boolean;
|
|
@@ -3537,11 +3577,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3537
3577
|
persistentClear: boolean;
|
|
3538
3578
|
reverse: boolean;
|
|
3539
3579
|
singleLine: boolean;
|
|
3540
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3580
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3541
3581
|
}> & Omit<{
|
|
3542
3582
|
theme?: string | undefined;
|
|
3543
3583
|
class?: any;
|
|
3544
|
-
style: import('vue').StyleValue;
|
|
3584
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3545
3585
|
focused: boolean;
|
|
3546
3586
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
3547
3587
|
rounded?: string | number | boolean | undefined;
|
|
@@ -3567,7 +3607,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3567
3607
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3568
3608
|
reverse: boolean;
|
|
3569
3609
|
singleLine: boolean;
|
|
3570
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3610
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3571
3611
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3572
3612
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3573
3613
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3610,7 +3650,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3610
3650
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
3611
3651
|
$el: any;
|
|
3612
3652
|
$options: import('vue').ComponentOptionsBase<{
|
|
3613
|
-
style: import('vue').StyleValue;
|
|
3653
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3614
3654
|
focused: boolean;
|
|
3615
3655
|
tile: boolean;
|
|
3616
3656
|
clearable: boolean;
|
|
@@ -3625,7 +3665,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3625
3665
|
persistentClear: boolean;
|
|
3626
3666
|
reverse: boolean;
|
|
3627
3667
|
singleLine: boolean;
|
|
3628
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3668
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3629
3669
|
} & {
|
|
3630
3670
|
theme?: string | undefined;
|
|
3631
3671
|
class?: any;
|
|
@@ -3670,7 +3710,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3670
3710
|
persistentClear: boolean;
|
|
3671
3711
|
reverse: boolean;
|
|
3672
3712
|
singleLine: boolean;
|
|
3673
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3713
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3674
3714
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
3675
3715
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
3676
3716
|
props: Record<string, any>;
|
|
@@ -3733,9 +3773,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3733
3773
|
persistentClear: boolean;
|
|
3734
3774
|
reverse: boolean;
|
|
3735
3775
|
singleLine: boolean;
|
|
3736
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3776
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3737
3777
|
}> & Omit<{
|
|
3738
|
-
style: import('vue').StyleValue;
|
|
3778
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3739
3779
|
focused: boolean;
|
|
3740
3780
|
tile: boolean;
|
|
3741
3781
|
clearable: boolean;
|
|
@@ -3750,7 +3790,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3750
3790
|
persistentClear: boolean;
|
|
3751
3791
|
reverse: boolean;
|
|
3752
3792
|
singleLine: boolean;
|
|
3753
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3793
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3754
3794
|
} & {
|
|
3755
3795
|
theme?: string | undefined;
|
|
3756
3796
|
class?: any;
|
|
@@ -3815,7 +3855,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3815
3855
|
persistentClear: boolean;
|
|
3816
3856
|
reverse: boolean;
|
|
3817
3857
|
singleLine: boolean;
|
|
3818
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3858
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3819
3859
|
autofocus: boolean;
|
|
3820
3860
|
persistentPlaceholder: boolean;
|
|
3821
3861
|
persistentCounter: boolean;
|
|
@@ -3881,6 +3921,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3881
3921
|
isReversed?: boolean | undefined;
|
|
3882
3922
|
role?: string | undefined;
|
|
3883
3923
|
rounded?: string | number | boolean | undefined;
|
|
3924
|
+
hasError?: boolean | undefined;
|
|
3925
|
+
hasWarning?: boolean | undefined;
|
|
3926
|
+
hasSuccess?: boolean | undefined;
|
|
3884
3927
|
isOnSingleLine?: boolean | undefined;
|
|
3885
3928
|
suffix?: string | undefined;
|
|
3886
3929
|
theme?: string | undefined;
|
|
@@ -3945,6 +3988,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3945
3988
|
modelValue: string | number | null;
|
|
3946
3989
|
bgColor: string;
|
|
3947
3990
|
isActive: boolean;
|
|
3991
|
+
prefix: string;
|
|
3948
3992
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3949
3993
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3950
3994
|
prependTooltip: string;
|
|
@@ -3972,8 +4016,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3972
4016
|
displayPersistentCounter: boolean;
|
|
3973
4017
|
displayPersistentHint: boolean;
|
|
3974
4018
|
displayPersistentPlaceholder: boolean;
|
|
3975
|
-
prefix: string;
|
|
3976
4019
|
isReversed: boolean;
|
|
4020
|
+
hasError: boolean;
|
|
4021
|
+
hasWarning: boolean;
|
|
3977
4022
|
isOnSingleLine: boolean;
|
|
3978
4023
|
suffix: string;
|
|
3979
4024
|
isTiled: boolean;
|
|
@@ -4031,6 +4076,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4031
4076
|
modelValue: string | number | null;
|
|
4032
4077
|
bgColor: string;
|
|
4033
4078
|
isActive: boolean;
|
|
4079
|
+
prefix: string;
|
|
4034
4080
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
4035
4081
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
4036
4082
|
prependTooltip: string;
|
|
@@ -4058,8 +4104,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4058
4104
|
displayPersistentCounter: boolean;
|
|
4059
4105
|
displayPersistentHint: boolean;
|
|
4060
4106
|
displayPersistentPlaceholder: boolean;
|
|
4061
|
-
prefix: string;
|
|
4062
4107
|
isReversed: boolean;
|
|
4108
|
+
hasError: boolean;
|
|
4109
|
+
hasWarning: boolean;
|
|
4063
4110
|
isOnSingleLine: boolean;
|
|
4064
4111
|
suffix: string;
|
|
4065
4112
|
isTiled: boolean;
|
|
@@ -4125,6 +4172,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4125
4172
|
isReversed?: boolean | undefined;
|
|
4126
4173
|
role?: string | undefined;
|
|
4127
4174
|
rounded?: string | number | boolean | undefined;
|
|
4175
|
+
hasError?: boolean | undefined;
|
|
4176
|
+
hasWarning?: boolean | undefined;
|
|
4177
|
+
hasSuccess?: boolean | undefined;
|
|
4128
4178
|
isOnSingleLine?: boolean | undefined;
|
|
4129
4179
|
suffix?: string | undefined;
|
|
4130
4180
|
theme?: string | undefined;
|
|
@@ -4147,7 +4197,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4147
4197
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4148
4198
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4149
4199
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4150
|
-
}>, "
|
|
4200
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
4151
4201
|
validation: {
|
|
4152
4202
|
errors: import('vue').Ref<string[], string[]>;
|
|
4153
4203
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -4186,6 +4236,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4186
4236
|
required?: boolean | undefined;
|
|
4187
4237
|
disabled?: boolean | undefined;
|
|
4188
4238
|
readonly?: boolean | undefined;
|
|
4239
|
+
title?: string | false | undefined;
|
|
4189
4240
|
isOutlined?: boolean | undefined;
|
|
4190
4241
|
displayIcon?: boolean | undefined;
|
|
4191
4242
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -4199,6 +4250,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4199
4250
|
displayRange?: boolean | undefined;
|
|
4200
4251
|
autoClamp?: boolean | undefined;
|
|
4201
4252
|
isValidateOnBlur?: boolean | undefined;
|
|
4253
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
4254
|
+
externalErrorMessages?: string[] | undefined;
|
|
4202
4255
|
}> & Readonly<{
|
|
4203
4256
|
onBlur?: (() => any) | undefined;
|
|
4204
4257
|
onFocus?: (() => any) | undefined;
|
|
@@ -4211,8 +4264,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4211
4264
|
blur(): void;
|
|
4212
4265
|
}, {}, {}, {}, {
|
|
4213
4266
|
label: string;
|
|
4267
|
+
title: string | false;
|
|
4214
4268
|
disabled: boolean;
|
|
4215
4269
|
placeholder: string;
|
|
4270
|
+
density: "default" | "comfortable" | "compact";
|
|
4216
4271
|
readonly: boolean;
|
|
4217
4272
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
4218
4273
|
bgColor: string;
|
|
@@ -4231,6 +4286,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4231
4286
|
displayAppendIcon: boolean;
|
|
4232
4287
|
displayPrependIcon: boolean;
|
|
4233
4288
|
autoClamp: boolean;
|
|
4289
|
+
externalErrorMessages: string[];
|
|
4234
4290
|
}> | null;
|
|
4235
4291
|
dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4236
4292
|
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue | undefined;
|
|
@@ -4241,6 +4297,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4241
4297
|
required?: boolean | undefined;
|
|
4242
4298
|
disabled?: boolean | undefined;
|
|
4243
4299
|
readonly?: boolean | undefined;
|
|
4300
|
+
title?: string | false | undefined;
|
|
4244
4301
|
isOutlined?: boolean | undefined;
|
|
4245
4302
|
displayIcon?: boolean | undefined;
|
|
4246
4303
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -4254,6 +4311,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4254
4311
|
displayRange?: boolean | undefined;
|
|
4255
4312
|
autoClamp?: boolean | undefined;
|
|
4256
4313
|
isValidateOnBlur?: boolean | undefined;
|
|
4314
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
4315
|
+
externalErrorMessages?: string[] | undefined;
|
|
4257
4316
|
}> & Readonly<{
|
|
4258
4317
|
onBlur?: (() => any) | undefined;
|
|
4259
4318
|
onFocus?: (() => any) | undefined;
|
|
@@ -4272,8 +4331,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4272
4331
|
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
|
|
4273
4332
|
}, import('vue').PublicProps, {
|
|
4274
4333
|
label: string;
|
|
4334
|
+
title: string | false;
|
|
4275
4335
|
disabled: boolean;
|
|
4276
4336
|
placeholder: string;
|
|
4337
|
+
density: "default" | "comfortable" | "compact";
|
|
4277
4338
|
readonly: boolean;
|
|
4278
4339
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
4279
4340
|
bgColor: string;
|
|
@@ -4292,6 +4353,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4292
4353
|
displayAppendIcon: boolean;
|
|
4293
4354
|
displayPrependIcon: boolean;
|
|
4294
4355
|
autoClamp: boolean;
|
|
4356
|
+
externalErrorMessages: string[];
|
|
4295
4357
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
4296
4358
|
inputRef: ({
|
|
4297
4359
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -4347,6 +4409,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4347
4409
|
readonly isReversed?: boolean | undefined;
|
|
4348
4410
|
readonly role?: string | undefined;
|
|
4349
4411
|
readonly rounded?: string | number | boolean | undefined;
|
|
4412
|
+
readonly hasError?: boolean | undefined;
|
|
4413
|
+
readonly hasWarning?: boolean | undefined;
|
|
4414
|
+
readonly hasSuccess?: boolean | undefined;
|
|
4350
4415
|
readonly isOnSingleLine?: boolean | undefined;
|
|
4351
4416
|
readonly suffix?: string | undefined;
|
|
4352
4417
|
readonly theme?: string | undefined;
|
|
@@ -4376,7 +4441,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4376
4441
|
[x: string]: unknown;
|
|
4377
4442
|
} & {
|
|
4378
4443
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
4379
|
-
style: import('vue').StyleValue;
|
|
4444
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4380
4445
|
focused: boolean;
|
|
4381
4446
|
errorMessages: string | readonly string[] | null;
|
|
4382
4447
|
maxErrors: string | number;
|
|
@@ -4400,7 +4465,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4400
4465
|
persistentClear: boolean;
|
|
4401
4466
|
reverse: boolean;
|
|
4402
4467
|
singleLine: boolean;
|
|
4403
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4468
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4404
4469
|
autofocus: boolean;
|
|
4405
4470
|
persistentPlaceholder: boolean;
|
|
4406
4471
|
persistentCounter: boolean;
|
|
@@ -4527,7 +4592,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4527
4592
|
}> & Omit<{
|
|
4528
4593
|
theme?: string | undefined;
|
|
4529
4594
|
class?: any;
|
|
4530
|
-
style: import('vue').StyleValue;
|
|
4595
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4531
4596
|
focused: boolean;
|
|
4532
4597
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
4533
4598
|
disabled: boolean | null;
|
|
@@ -4590,7 +4655,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4590
4655
|
$emit: (event: string, ...args: any[]) => void;
|
|
4591
4656
|
$el: any;
|
|
4592
4657
|
$options: import('vue').ComponentOptionsBase<{
|
|
4593
|
-
style: import('vue').StyleValue;
|
|
4658
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4594
4659
|
focused: boolean;
|
|
4595
4660
|
disabled: boolean | null;
|
|
4596
4661
|
error: boolean;
|
|
@@ -4703,7 +4768,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4703
4768
|
messages: string | readonly string[];
|
|
4704
4769
|
direction: "vertical" | "horizontal";
|
|
4705
4770
|
}> & Omit<{
|
|
4706
|
-
style: import('vue').StyleValue;
|
|
4771
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4707
4772
|
focused: boolean;
|
|
4708
4773
|
disabled: boolean | null;
|
|
4709
4774
|
error: boolean;
|
|
@@ -4769,11 +4834,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4769
4834
|
persistentClear: boolean;
|
|
4770
4835
|
reverse: boolean;
|
|
4771
4836
|
singleLine: boolean;
|
|
4772
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4837
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4773
4838
|
}> & Omit<{
|
|
4774
4839
|
theme?: string | undefined;
|
|
4775
4840
|
class?: any;
|
|
4776
|
-
style: import('vue').StyleValue;
|
|
4841
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4777
4842
|
focused: boolean;
|
|
4778
4843
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
4779
4844
|
rounded?: string | number | boolean | undefined;
|
|
@@ -4799,7 +4864,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4799
4864
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
4800
4865
|
reverse: boolean;
|
|
4801
4866
|
singleLine: boolean;
|
|
4802
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4867
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4803
4868
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4804
4869
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4805
4870
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4842,7 +4907,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4842
4907
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
4843
4908
|
$el: any;
|
|
4844
4909
|
$options: import('vue').ComponentOptionsBase<{
|
|
4845
|
-
style: import('vue').StyleValue;
|
|
4910
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4846
4911
|
focused: boolean;
|
|
4847
4912
|
tile: boolean;
|
|
4848
4913
|
clearable: boolean;
|
|
@@ -4857,7 +4922,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4857
4922
|
persistentClear: boolean;
|
|
4858
4923
|
reverse: boolean;
|
|
4859
4924
|
singleLine: boolean;
|
|
4860
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4925
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4861
4926
|
} & {
|
|
4862
4927
|
theme?: string | undefined;
|
|
4863
4928
|
class?: any;
|
|
@@ -4902,7 +4967,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4902
4967
|
persistentClear: boolean;
|
|
4903
4968
|
reverse: boolean;
|
|
4904
4969
|
singleLine: boolean;
|
|
4905
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4970
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4906
4971
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
4907
4972
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
4908
4973
|
props: Record<string, any>;
|
|
@@ -4965,9 +5030,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4965
5030
|
persistentClear: boolean;
|
|
4966
5031
|
reverse: boolean;
|
|
4967
5032
|
singleLine: boolean;
|
|
4968
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5033
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4969
5034
|
}> & Omit<{
|
|
4970
|
-
style: import('vue').StyleValue;
|
|
5035
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4971
5036
|
focused: boolean;
|
|
4972
5037
|
tile: boolean;
|
|
4973
5038
|
clearable: boolean;
|
|
@@ -4982,7 +5047,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4982
5047
|
persistentClear: boolean;
|
|
4983
5048
|
reverse: boolean;
|
|
4984
5049
|
singleLine: boolean;
|
|
4985
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5050
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4986
5051
|
} & {
|
|
4987
5052
|
theme?: string | undefined;
|
|
4988
5053
|
class?: any;
|
|
@@ -5052,7 +5117,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5052
5117
|
persistentClear: boolean;
|
|
5053
5118
|
reverse: boolean;
|
|
5054
5119
|
singleLine: boolean;
|
|
5055
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5120
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5056
5121
|
autofocus: boolean;
|
|
5057
5122
|
persistentPlaceholder: boolean;
|
|
5058
5123
|
persistentCounter: boolean;
|
|
@@ -5104,7 +5169,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5104
5169
|
M: {};
|
|
5105
5170
|
Defaults: {};
|
|
5106
5171
|
}, {
|
|
5107
|
-
style: import('vue').StyleValue;
|
|
5172
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5108
5173
|
focused: boolean;
|
|
5109
5174
|
errorMessages: string | readonly string[] | null;
|
|
5110
5175
|
maxErrors: string | number;
|
|
@@ -5128,7 +5193,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5128
5193
|
persistentClear: boolean;
|
|
5129
5194
|
reverse: boolean;
|
|
5130
5195
|
singleLine: boolean;
|
|
5131
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5196
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5132
5197
|
autofocus: boolean;
|
|
5133
5198
|
persistentPlaceholder: boolean;
|
|
5134
5199
|
persistentCounter: boolean;
|
|
@@ -5255,7 +5320,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5255
5320
|
}> & Omit<{
|
|
5256
5321
|
theme?: string | undefined;
|
|
5257
5322
|
class?: any;
|
|
5258
|
-
style: import('vue').StyleValue;
|
|
5323
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5259
5324
|
focused: boolean;
|
|
5260
5325
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
5261
5326
|
disabled: boolean | null;
|
|
@@ -5318,7 +5383,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5318
5383
|
$emit: (event: string, ...args: any[]) => void;
|
|
5319
5384
|
$el: any;
|
|
5320
5385
|
$options: import('vue').ComponentOptionsBase<{
|
|
5321
|
-
style: import('vue').StyleValue;
|
|
5386
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5322
5387
|
focused: boolean;
|
|
5323
5388
|
disabled: boolean | null;
|
|
5324
5389
|
error: boolean;
|
|
@@ -5431,7 +5496,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5431
5496
|
messages: string | readonly string[];
|
|
5432
5497
|
direction: "vertical" | "horizontal";
|
|
5433
5498
|
}> & Omit<{
|
|
5434
|
-
style: import('vue').StyleValue;
|
|
5499
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5435
5500
|
focused: boolean;
|
|
5436
5501
|
disabled: boolean | null;
|
|
5437
5502
|
error: boolean;
|
|
@@ -5497,11 +5562,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5497
5562
|
persistentClear: boolean;
|
|
5498
5563
|
reverse: boolean;
|
|
5499
5564
|
singleLine: boolean;
|
|
5500
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5565
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5501
5566
|
}> & Omit<{
|
|
5502
5567
|
theme?: string | undefined;
|
|
5503
5568
|
class?: any;
|
|
5504
|
-
style: import('vue').StyleValue;
|
|
5569
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5505
5570
|
focused: boolean;
|
|
5506
5571
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
5507
5572
|
rounded?: string | number | boolean | undefined;
|
|
@@ -5527,7 +5592,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5527
5592
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
5528
5593
|
reverse: boolean;
|
|
5529
5594
|
singleLine: boolean;
|
|
5530
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5595
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5531
5596
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5532
5597
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5533
5598
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5570,7 +5635,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5570
5635
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
5571
5636
|
$el: any;
|
|
5572
5637
|
$options: import('vue').ComponentOptionsBase<{
|
|
5573
|
-
style: import('vue').StyleValue;
|
|
5638
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5574
5639
|
focused: boolean;
|
|
5575
5640
|
tile: boolean;
|
|
5576
5641
|
clearable: boolean;
|
|
@@ -5585,7 +5650,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5585
5650
|
persistentClear: boolean;
|
|
5586
5651
|
reverse: boolean;
|
|
5587
5652
|
singleLine: boolean;
|
|
5588
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5653
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5589
5654
|
} & {
|
|
5590
5655
|
theme?: string | undefined;
|
|
5591
5656
|
class?: any;
|
|
@@ -5630,7 +5695,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5630
5695
|
persistentClear: boolean;
|
|
5631
5696
|
reverse: boolean;
|
|
5632
5697
|
singleLine: boolean;
|
|
5633
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5698
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5634
5699
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
5635
5700
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
5636
5701
|
props: Record<string, any>;
|
|
@@ -5693,9 +5758,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5693
5758
|
persistentClear: boolean;
|
|
5694
5759
|
reverse: boolean;
|
|
5695
5760
|
singleLine: boolean;
|
|
5696
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5761
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5697
5762
|
}> & Omit<{
|
|
5698
|
-
style: import('vue').StyleValue;
|
|
5763
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5699
5764
|
focused: boolean;
|
|
5700
5765
|
tile: boolean;
|
|
5701
5766
|
clearable: boolean;
|
|
@@ -5710,7 +5775,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5710
5775
|
persistentClear: boolean;
|
|
5711
5776
|
reverse: boolean;
|
|
5712
5777
|
singleLine: boolean;
|
|
5713
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5778
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5714
5779
|
} & {
|
|
5715
5780
|
theme?: string | undefined;
|
|
5716
5781
|
class?: any;
|
|
@@ -5775,7 +5840,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5775
5840
|
persistentClear: boolean;
|
|
5776
5841
|
reverse: boolean;
|
|
5777
5842
|
singleLine: boolean;
|
|
5778
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5843
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5779
5844
|
autofocus: boolean;
|
|
5780
5845
|
persistentPlaceholder: boolean;
|
|
5781
5846
|
persistentCounter: boolean;
|
|
@@ -5841,6 +5906,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5841
5906
|
isReversed?: boolean | undefined;
|
|
5842
5907
|
role?: string | undefined;
|
|
5843
5908
|
rounded?: string | number | boolean | undefined;
|
|
5909
|
+
hasError?: boolean | undefined;
|
|
5910
|
+
hasWarning?: boolean | undefined;
|
|
5911
|
+
hasSuccess?: boolean | undefined;
|
|
5844
5912
|
isOnSingleLine?: boolean | undefined;
|
|
5845
5913
|
suffix?: string | undefined;
|
|
5846
5914
|
theme?: string | undefined;
|
|
@@ -5905,6 +5973,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5905
5973
|
modelValue: string | number | null;
|
|
5906
5974
|
bgColor: string;
|
|
5907
5975
|
isActive: boolean;
|
|
5976
|
+
prefix: string;
|
|
5908
5977
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
5909
5978
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
5910
5979
|
prependTooltip: string;
|
|
@@ -5932,8 +6001,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5932
6001
|
displayPersistentCounter: boolean;
|
|
5933
6002
|
displayPersistentHint: boolean;
|
|
5934
6003
|
displayPersistentPlaceholder: boolean;
|
|
5935
|
-
prefix: string;
|
|
5936
6004
|
isReversed: boolean;
|
|
6005
|
+
hasError: boolean;
|
|
6006
|
+
hasWarning: boolean;
|
|
5937
6007
|
isOnSingleLine: boolean;
|
|
5938
6008
|
suffix: string;
|
|
5939
6009
|
isTiled: boolean;
|
|
@@ -5991,6 +6061,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5991
6061
|
modelValue: string | number | null;
|
|
5992
6062
|
bgColor: string;
|
|
5993
6063
|
isActive: boolean;
|
|
6064
|
+
prefix: string;
|
|
5994
6065
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
5995
6066
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
5996
6067
|
prependTooltip: string;
|
|
@@ -6018,8 +6089,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6018
6089
|
displayPersistentCounter: boolean;
|
|
6019
6090
|
displayPersistentHint: boolean;
|
|
6020
6091
|
displayPersistentPlaceholder: boolean;
|
|
6021
|
-
prefix: string;
|
|
6022
6092
|
isReversed: boolean;
|
|
6093
|
+
hasError: boolean;
|
|
6094
|
+
hasWarning: boolean;
|
|
6023
6095
|
isOnSingleLine: boolean;
|
|
6024
6096
|
suffix: string;
|
|
6025
6097
|
isTiled: boolean;
|
|
@@ -6085,6 +6157,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6085
6157
|
isReversed?: boolean | undefined;
|
|
6086
6158
|
role?: string | undefined;
|
|
6087
6159
|
rounded?: string | number | boolean | undefined;
|
|
6160
|
+
hasError?: boolean | undefined;
|
|
6161
|
+
hasWarning?: boolean | undefined;
|
|
6162
|
+
hasSuccess?: boolean | undefined;
|
|
6088
6163
|
isOnSingleLine?: boolean | undefined;
|
|
6089
6164
|
suffix?: string | undefined;
|
|
6090
6165
|
theme?: string | undefined;
|
|
@@ -6107,7 +6182,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6107
6182
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
6108
6183
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6109
6184
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6110
|
-
}>, "
|
|
6185
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
6111
6186
|
validation: {
|
|
6112
6187
|
errors: import('vue').Ref<string[], string[]>;
|
|
6113
6188
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -6146,6 +6221,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6146
6221
|
required?: boolean | undefined;
|
|
6147
6222
|
disabled?: boolean | undefined;
|
|
6148
6223
|
readonly?: boolean | undefined;
|
|
6224
|
+
title?: string | false | undefined;
|
|
6149
6225
|
isOutlined?: boolean | undefined;
|
|
6150
6226
|
displayIcon?: boolean | undefined;
|
|
6151
6227
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -6159,6 +6235,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6159
6235
|
displayRange?: boolean | undefined;
|
|
6160
6236
|
autoClamp?: boolean | undefined;
|
|
6161
6237
|
isValidateOnBlur?: boolean | undefined;
|
|
6238
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
6239
|
+
externalErrorMessages?: string[] | undefined;
|
|
6162
6240
|
}> & Readonly<{
|
|
6163
6241
|
onBlur?: (() => any) | undefined;
|
|
6164
6242
|
onFocus?: (() => any) | undefined;
|
|
@@ -6171,8 +6249,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6171
6249
|
blur(): void;
|
|
6172
6250
|
}, {}, {}, {}, {
|
|
6173
6251
|
label: string;
|
|
6252
|
+
title: string | false;
|
|
6174
6253
|
disabled: boolean;
|
|
6175
6254
|
placeholder: string;
|
|
6255
|
+
density: "default" | "comfortable" | "compact";
|
|
6176
6256
|
readonly: boolean;
|
|
6177
6257
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
6178
6258
|
bgColor: string;
|
|
@@ -6191,6 +6271,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6191
6271
|
displayAppendIcon: boolean;
|
|
6192
6272
|
displayPrependIcon: boolean;
|
|
6193
6273
|
autoClamp: boolean;
|
|
6274
|
+
externalErrorMessages: string[];
|
|
6194
6275
|
}> | null;
|
|
6195
6276
|
datePickerRef: ({
|
|
6196
6277
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -6222,7 +6303,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6222
6303
|
reverseTransition: string;
|
|
6223
6304
|
header: string;
|
|
6224
6305
|
}> & Omit<{
|
|
6225
|
-
style: import('vue').StyleValue;
|
|
6306
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6226
6307
|
tile: boolean;
|
|
6227
6308
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
6228
6309
|
divided: boolean;
|
|
@@ -6346,7 +6427,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6346
6427
|
$emit: ((event: "update:month", date: any) => void) & ((event: "update:year", date: any) => void) & ((event: "update:viewMode", date: any) => void);
|
|
6347
6428
|
$el: any;
|
|
6348
6429
|
$options: import('vue').ComponentOptionsBase<{
|
|
6349
|
-
style: import('vue').StyleValue;
|
|
6430
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6350
6431
|
tile: boolean;
|
|
6351
6432
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
6352
6433
|
divided: boolean;
|
|
@@ -6536,7 +6617,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6536
6617
|
reverseTransition: string;
|
|
6537
6618
|
header: string;
|
|
6538
6619
|
}> & Omit<{
|
|
6539
|
-
style: import('vue').StyleValue;
|
|
6620
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6540
6621
|
tile: boolean;
|
|
6541
6622
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
6542
6623
|
divided: boolean;
|
|
@@ -6630,6 +6711,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6630
6711
|
noCalendar?: boolean | undefined;
|
|
6631
6712
|
isOutlined?: boolean | undefined;
|
|
6632
6713
|
readonly?: boolean | undefined;
|
|
6714
|
+
title?: string | false | undefined;
|
|
6633
6715
|
width?: string | undefined;
|
|
6634
6716
|
disableErrorHandling?: boolean | undefined;
|
|
6635
6717
|
showSuccessMessages?: boolean | undefined;
|
|
@@ -6645,6 +6727,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6645
6727
|
} | undefined;
|
|
6646
6728
|
autoClamp?: boolean | undefined;
|
|
6647
6729
|
isValidateOnBlur?: boolean | undefined;
|
|
6730
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
6648
6731
|
}> & Readonly<{
|
|
6649
6732
|
onBlur?: (() => any) | undefined;
|
|
6650
6733
|
onFocus?: (() => any) | undefined;
|
|
@@ -6683,9 +6766,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6683
6766
|
resetViewMode: () => void;
|
|
6684
6767
|
}, {}, {}, {}, {
|
|
6685
6768
|
label: string;
|
|
6769
|
+
title: string | false;
|
|
6686
6770
|
width: string;
|
|
6687
6771
|
disabled: boolean;
|
|
6688
6772
|
placeholder: string;
|
|
6773
|
+
density: "default" | "comfortable" | "compact";
|
|
6689
6774
|
readonly: boolean;
|
|
6690
6775
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
6691
6776
|
bgColor: string;
|
|
@@ -6778,6 +6863,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6778
6863
|
readonly isReversed?: boolean | undefined;
|
|
6779
6864
|
readonly role?: string | undefined;
|
|
6780
6865
|
readonly rounded?: string | number | boolean | undefined;
|
|
6866
|
+
readonly hasError?: boolean | undefined;
|
|
6867
|
+
readonly hasWarning?: boolean | undefined;
|
|
6868
|
+
readonly hasSuccess?: boolean | undefined;
|
|
6781
6869
|
readonly isOnSingleLine?: boolean | undefined;
|
|
6782
6870
|
readonly suffix?: string | undefined;
|
|
6783
6871
|
readonly theme?: string | undefined;
|
|
@@ -6807,7 +6895,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6807
6895
|
[x: string]: unknown;
|
|
6808
6896
|
} & {
|
|
6809
6897
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
6810
|
-
style: import('vue').StyleValue;
|
|
6898
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6811
6899
|
focused: boolean;
|
|
6812
6900
|
errorMessages: string | readonly string[] | null;
|
|
6813
6901
|
maxErrors: string | number;
|
|
@@ -6831,7 +6919,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6831
6919
|
persistentClear: boolean;
|
|
6832
6920
|
reverse: boolean;
|
|
6833
6921
|
singleLine: boolean;
|
|
6834
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6922
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6835
6923
|
autofocus: boolean;
|
|
6836
6924
|
persistentPlaceholder: boolean;
|
|
6837
6925
|
persistentCounter: boolean;
|
|
@@ -6958,7 +7046,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6958
7046
|
}> & Omit<{
|
|
6959
7047
|
theme?: string | undefined;
|
|
6960
7048
|
class?: any;
|
|
6961
|
-
style: import('vue').StyleValue;
|
|
7049
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6962
7050
|
focused: boolean;
|
|
6963
7051
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
6964
7052
|
disabled: boolean | null;
|
|
@@ -7021,7 +7109,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7021
7109
|
$emit: (event: string, ...args: any[]) => void;
|
|
7022
7110
|
$el: any;
|
|
7023
7111
|
$options: import('vue').ComponentOptionsBase<{
|
|
7024
|
-
style: import('vue').StyleValue;
|
|
7112
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7025
7113
|
focused: boolean;
|
|
7026
7114
|
disabled: boolean | null;
|
|
7027
7115
|
error: boolean;
|
|
@@ -7134,7 +7222,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7134
7222
|
messages: string | readonly string[];
|
|
7135
7223
|
direction: "vertical" | "horizontal";
|
|
7136
7224
|
}> & Omit<{
|
|
7137
|
-
style: import('vue').StyleValue;
|
|
7225
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7138
7226
|
focused: boolean;
|
|
7139
7227
|
disabled: boolean | null;
|
|
7140
7228
|
error: boolean;
|
|
@@ -7200,11 +7288,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7200
7288
|
persistentClear: boolean;
|
|
7201
7289
|
reverse: boolean;
|
|
7202
7290
|
singleLine: boolean;
|
|
7203
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7291
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7204
7292
|
}> & Omit<{
|
|
7205
7293
|
theme?: string | undefined;
|
|
7206
7294
|
class?: any;
|
|
7207
|
-
style: import('vue').StyleValue;
|
|
7295
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7208
7296
|
focused: boolean;
|
|
7209
7297
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
7210
7298
|
rounded?: string | number | boolean | undefined;
|
|
@@ -7230,7 +7318,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7230
7318
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
7231
7319
|
reverse: boolean;
|
|
7232
7320
|
singleLine: boolean;
|
|
7233
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7321
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7234
7322
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7235
7323
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7236
7324
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -7273,7 +7361,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7273
7361
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
7274
7362
|
$el: any;
|
|
7275
7363
|
$options: import('vue').ComponentOptionsBase<{
|
|
7276
|
-
style: import('vue').StyleValue;
|
|
7364
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7277
7365
|
focused: boolean;
|
|
7278
7366
|
tile: boolean;
|
|
7279
7367
|
clearable: boolean;
|
|
@@ -7288,7 +7376,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7288
7376
|
persistentClear: boolean;
|
|
7289
7377
|
reverse: boolean;
|
|
7290
7378
|
singleLine: boolean;
|
|
7291
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7379
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7292
7380
|
} & {
|
|
7293
7381
|
theme?: string | undefined;
|
|
7294
7382
|
class?: any;
|
|
@@ -7333,7 +7421,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7333
7421
|
persistentClear: boolean;
|
|
7334
7422
|
reverse: boolean;
|
|
7335
7423
|
singleLine: boolean;
|
|
7336
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7424
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7337
7425
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
7338
7426
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
7339
7427
|
props: Record<string, any>;
|
|
@@ -7396,9 +7484,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7396
7484
|
persistentClear: boolean;
|
|
7397
7485
|
reverse: boolean;
|
|
7398
7486
|
singleLine: boolean;
|
|
7399
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7487
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7400
7488
|
}> & Omit<{
|
|
7401
|
-
style: import('vue').StyleValue;
|
|
7489
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7402
7490
|
focused: boolean;
|
|
7403
7491
|
tile: boolean;
|
|
7404
7492
|
clearable: boolean;
|
|
@@ -7413,7 +7501,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7413
7501
|
persistentClear: boolean;
|
|
7414
7502
|
reverse: boolean;
|
|
7415
7503
|
singleLine: boolean;
|
|
7416
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7504
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7417
7505
|
} & {
|
|
7418
7506
|
theme?: string | undefined;
|
|
7419
7507
|
class?: any;
|
|
@@ -7483,7 +7571,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7483
7571
|
persistentClear: boolean;
|
|
7484
7572
|
reverse: boolean;
|
|
7485
7573
|
singleLine: boolean;
|
|
7486
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7574
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7487
7575
|
autofocus: boolean;
|
|
7488
7576
|
persistentPlaceholder: boolean;
|
|
7489
7577
|
persistentCounter: boolean;
|
|
@@ -7535,7 +7623,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7535
7623
|
M: {};
|
|
7536
7624
|
Defaults: {};
|
|
7537
7625
|
}, {
|
|
7538
|
-
style: import('vue').StyleValue;
|
|
7626
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7539
7627
|
focused: boolean;
|
|
7540
7628
|
errorMessages: string | readonly string[] | null;
|
|
7541
7629
|
maxErrors: string | number;
|
|
@@ -7559,7 +7647,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7559
7647
|
persistentClear: boolean;
|
|
7560
7648
|
reverse: boolean;
|
|
7561
7649
|
singleLine: boolean;
|
|
7562
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
7650
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7563
7651
|
autofocus: boolean;
|
|
7564
7652
|
persistentPlaceholder: boolean;
|
|
7565
7653
|
persistentCounter: boolean;
|
|
@@ -7686,7 +7774,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7686
7774
|
}> & Omit<{
|
|
7687
7775
|
theme?: string | undefined;
|
|
7688
7776
|
class?: any;
|
|
7689
|
-
style: import('vue').StyleValue;
|
|
7777
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7690
7778
|
focused: boolean;
|
|
7691
7779
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
7692
7780
|
disabled: boolean | null;
|
|
@@ -7749,7 +7837,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7749
7837
|
$emit: (event: string, ...args: any[]) => void;
|
|
7750
7838
|
$el: any;
|
|
7751
7839
|
$options: import('vue').ComponentOptionsBase<{
|
|
7752
|
-
style: import('vue').StyleValue;
|
|
7840
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7753
7841
|
focused: boolean;
|
|
7754
7842
|
disabled: boolean | null;
|
|
7755
7843
|
error: boolean;
|
|
@@ -7862,7 +7950,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7862
7950
|
messages: string | readonly string[];
|
|
7863
7951
|
direction: "vertical" | "horizontal";
|
|
7864
7952
|
}> & Omit<{
|
|
7865
|
-
style: import('vue').StyleValue;
|
|
7953
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7866
7954
|
focused: boolean;
|
|
7867
7955
|
disabled: boolean | null;
|
|
7868
7956
|
error: boolean;
|
|
@@ -7928,11 +8016,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7928
8016
|
persistentClear: boolean;
|
|
7929
8017
|
reverse: boolean;
|
|
7930
8018
|
singleLine: boolean;
|
|
7931
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
8019
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7932
8020
|
}> & Omit<{
|
|
7933
8021
|
theme?: string | undefined;
|
|
7934
8022
|
class?: any;
|
|
7935
|
-
style: import('vue').StyleValue;
|
|
8023
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
7936
8024
|
focused: boolean;
|
|
7937
8025
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
7938
8026
|
rounded?: string | number | boolean | undefined;
|
|
@@ -7958,7 +8046,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7958
8046
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
7959
8047
|
reverse: boolean;
|
|
7960
8048
|
singleLine: boolean;
|
|
7961
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
8049
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
7962
8050
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7963
8051
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7964
8052
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -8001,7 +8089,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8001
8089
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
8002
8090
|
$el: any;
|
|
8003
8091
|
$options: import('vue').ComponentOptionsBase<{
|
|
8004
|
-
style: import('vue').StyleValue;
|
|
8092
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
8005
8093
|
focused: boolean;
|
|
8006
8094
|
tile: boolean;
|
|
8007
8095
|
clearable: boolean;
|
|
@@ -8016,7 +8104,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8016
8104
|
persistentClear: boolean;
|
|
8017
8105
|
reverse: boolean;
|
|
8018
8106
|
singleLine: boolean;
|
|
8019
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
8107
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
8020
8108
|
} & {
|
|
8021
8109
|
theme?: string | undefined;
|
|
8022
8110
|
class?: any;
|
|
@@ -8061,7 +8149,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8061
8149
|
persistentClear: boolean;
|
|
8062
8150
|
reverse: boolean;
|
|
8063
8151
|
singleLine: boolean;
|
|
8064
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
8152
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
8065
8153
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
8066
8154
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
8067
8155
|
props: Record<string, any>;
|
|
@@ -8124,9 +8212,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8124
8212
|
persistentClear: boolean;
|
|
8125
8213
|
reverse: boolean;
|
|
8126
8214
|
singleLine: boolean;
|
|
8127
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
8215
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
8128
8216
|
}> & Omit<{
|
|
8129
|
-
style: import('vue').StyleValue;
|
|
8217
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
8130
8218
|
focused: boolean;
|
|
8131
8219
|
tile: boolean;
|
|
8132
8220
|
clearable: boolean;
|
|
@@ -8141,7 +8229,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8141
8229
|
persistentClear: boolean;
|
|
8142
8230
|
reverse: boolean;
|
|
8143
8231
|
singleLine: boolean;
|
|
8144
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
8232
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
8145
8233
|
} & {
|
|
8146
8234
|
theme?: string | undefined;
|
|
8147
8235
|
class?: any;
|
|
@@ -8206,7 +8294,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8206
8294
|
persistentClear: boolean;
|
|
8207
8295
|
reverse: boolean;
|
|
8208
8296
|
singleLine: boolean;
|
|
8209
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
8297
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
8210
8298
|
autofocus: boolean;
|
|
8211
8299
|
persistentPlaceholder: boolean;
|
|
8212
8300
|
persistentCounter: boolean;
|
|
@@ -8272,6 +8360,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8272
8360
|
isReversed?: boolean | undefined;
|
|
8273
8361
|
role?: string | undefined;
|
|
8274
8362
|
rounded?: string | number | boolean | undefined;
|
|
8363
|
+
hasError?: boolean | undefined;
|
|
8364
|
+
hasWarning?: boolean | undefined;
|
|
8365
|
+
hasSuccess?: boolean | undefined;
|
|
8275
8366
|
isOnSingleLine?: boolean | undefined;
|
|
8276
8367
|
suffix?: string | undefined;
|
|
8277
8368
|
theme?: string | undefined;
|
|
@@ -8336,6 +8427,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8336
8427
|
modelValue: string | number | null;
|
|
8337
8428
|
bgColor: string;
|
|
8338
8429
|
isActive: boolean;
|
|
8430
|
+
prefix: string;
|
|
8339
8431
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
8340
8432
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
8341
8433
|
prependTooltip: string;
|
|
@@ -8363,8 +8455,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8363
8455
|
displayPersistentCounter: boolean;
|
|
8364
8456
|
displayPersistentHint: boolean;
|
|
8365
8457
|
displayPersistentPlaceholder: boolean;
|
|
8366
|
-
prefix: string;
|
|
8367
8458
|
isReversed: boolean;
|
|
8459
|
+
hasError: boolean;
|
|
8460
|
+
hasWarning: boolean;
|
|
8368
8461
|
isOnSingleLine: boolean;
|
|
8369
8462
|
suffix: string;
|
|
8370
8463
|
isTiled: boolean;
|
|
@@ -8422,6 +8515,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8422
8515
|
modelValue: string | number | null;
|
|
8423
8516
|
bgColor: string;
|
|
8424
8517
|
isActive: boolean;
|
|
8518
|
+
prefix: string;
|
|
8425
8519
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
8426
8520
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
8427
8521
|
prependTooltip: string;
|
|
@@ -8449,8 +8543,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8449
8543
|
displayPersistentCounter: boolean;
|
|
8450
8544
|
displayPersistentHint: boolean;
|
|
8451
8545
|
displayPersistentPlaceholder: boolean;
|
|
8452
|
-
prefix: string;
|
|
8453
8546
|
isReversed: boolean;
|
|
8547
|
+
hasError: boolean;
|
|
8548
|
+
hasWarning: boolean;
|
|
8454
8549
|
isOnSingleLine: boolean;
|
|
8455
8550
|
suffix: string;
|
|
8456
8551
|
isTiled: boolean;
|
|
@@ -8516,6 +8611,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8516
8611
|
isReversed?: boolean | undefined;
|
|
8517
8612
|
role?: string | undefined;
|
|
8518
8613
|
rounded?: string | number | boolean | undefined;
|
|
8614
|
+
hasError?: boolean | undefined;
|
|
8615
|
+
hasWarning?: boolean | undefined;
|
|
8616
|
+
hasSuccess?: boolean | undefined;
|
|
8519
8617
|
isOnSingleLine?: boolean | undefined;
|
|
8520
8618
|
suffix?: string | undefined;
|
|
8521
8619
|
theme?: string | undefined;
|
|
@@ -8538,7 +8636,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8538
8636
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8539
8637
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8540
8638
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8541
|
-
}>, "
|
|
8639
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
8542
8640
|
validation: {
|
|
8543
8641
|
errors: import('vue').Ref<string[], string[]>;
|
|
8544
8642
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -8591,7 +8689,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8591
8689
|
reverseTransition: string;
|
|
8592
8690
|
header: string;
|
|
8593
8691
|
}> & Omit<{
|
|
8594
|
-
style: import('vue').StyleValue;
|
|
8692
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
8595
8693
|
tile: boolean;
|
|
8596
8694
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
8597
8695
|
divided: boolean;
|
|
@@ -8715,7 +8813,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8715
8813
|
$emit: ((event: "update:month", date: any) => void) & ((event: "update:year", date: any) => void) & ((event: "update:viewMode", date: any) => void);
|
|
8716
8814
|
$el: any;
|
|
8717
8815
|
$options: import('vue').ComponentOptionsBase<{
|
|
8718
|
-
style: import('vue').StyleValue;
|
|
8816
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
8719
8817
|
tile: boolean;
|
|
8720
8818
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
8721
8819
|
divided: boolean;
|
|
@@ -8905,7 +9003,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8905
9003
|
reverseTransition: string;
|
|
8906
9004
|
header: string;
|
|
8907
9005
|
}> & Omit<{
|
|
8908
|
-
style: import('vue').StyleValue;
|
|
9006
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
8909
9007
|
tile: boolean;
|
|
8910
9008
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
8911
9009
|
divided: boolean;
|
|
@@ -9010,6 +9108,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9010
9108
|
displayHolidayDays?: boolean | undefined;
|
|
9011
9109
|
useCombinedMode?: boolean | undefined;
|
|
9012
9110
|
textFieldActivator?: boolean | undefined;
|
|
9111
|
+
title?: string | false | undefined;
|
|
9013
9112
|
displayAsterisk?: boolean | undefined;
|
|
9014
9113
|
period?: {
|
|
9015
9114
|
min?: string | undefined;
|
|
@@ -9035,6 +9134,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9035
9134
|
openDatePicker: () => void;
|
|
9036
9135
|
}, {}, {}, {}, {
|
|
9037
9136
|
label: string;
|
|
9137
|
+
title: string | false;
|
|
9038
9138
|
width: string;
|
|
9039
9139
|
disabled: boolean;
|
|
9040
9140
|
placeholder: string;
|
|
@@ -9117,6 +9217,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9117
9217
|
displayHolidayDays?: boolean | undefined;
|
|
9118
9218
|
useCombinedMode?: boolean | undefined;
|
|
9119
9219
|
textFieldActivator?: boolean | undefined;
|
|
9220
|
+
title?: string | false | undefined;
|
|
9120
9221
|
displayAsterisk?: boolean | undefined;
|
|
9121
9222
|
period?: {
|
|
9122
9223
|
min?: string | undefined;
|
|
@@ -9149,6 +9250,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9149
9250
|
closed: () => any;
|
|
9150
9251
|
}, import('vue').PublicProps, {
|
|
9151
9252
|
label: string;
|
|
9253
|
+
title: string | false;
|
|
9152
9254
|
width: string;
|
|
9153
9255
|
disabled: boolean;
|
|
9154
9256
|
placeholder: string;
|
|
@@ -9202,6 +9304,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9202
9304
|
required?: boolean | undefined;
|
|
9203
9305
|
disabled?: boolean | undefined;
|
|
9204
9306
|
readonly?: boolean | undefined;
|
|
9307
|
+
title?: string | false | undefined;
|
|
9205
9308
|
isOutlined?: boolean | undefined;
|
|
9206
9309
|
displayIcon?: boolean | undefined;
|
|
9207
9310
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -9215,6 +9318,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9215
9318
|
displayRange?: boolean | undefined;
|
|
9216
9319
|
autoClamp?: boolean | undefined;
|
|
9217
9320
|
isValidateOnBlur?: boolean | undefined;
|
|
9321
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
9322
|
+
externalErrorMessages?: string[] | undefined;
|
|
9218
9323
|
}> & Readonly<{
|
|
9219
9324
|
onBlur?: (() => any) | undefined;
|
|
9220
9325
|
onFocus?: (() => any) | undefined;
|
|
@@ -9233,8 +9338,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9233
9338
|
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
|
|
9234
9339
|
}, import('vue').PublicProps, {
|
|
9235
9340
|
label: string;
|
|
9341
|
+
title: string | false;
|
|
9236
9342
|
disabled: boolean;
|
|
9237
9343
|
placeholder: string;
|
|
9344
|
+
density: "default" | "comfortable" | "compact";
|
|
9238
9345
|
readonly: boolean;
|
|
9239
9346
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
9240
9347
|
bgColor: string;
|
|
@@ -9253,6 +9360,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9253
9360
|
displayAppendIcon: boolean;
|
|
9254
9361
|
displayPrependIcon: boolean;
|
|
9255
9362
|
autoClamp: boolean;
|
|
9363
|
+
externalErrorMessages: string[];
|
|
9256
9364
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
9257
9365
|
inputRef: ({
|
|
9258
9366
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -9308,6 +9416,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9308
9416
|
readonly isReversed?: boolean | undefined;
|
|
9309
9417
|
readonly role?: string | undefined;
|
|
9310
9418
|
readonly rounded?: string | number | boolean | undefined;
|
|
9419
|
+
readonly hasError?: boolean | undefined;
|
|
9420
|
+
readonly hasWarning?: boolean | undefined;
|
|
9421
|
+
readonly hasSuccess?: boolean | undefined;
|
|
9311
9422
|
readonly isOnSingleLine?: boolean | undefined;
|
|
9312
9423
|
readonly suffix?: string | undefined;
|
|
9313
9424
|
readonly theme?: string | undefined;
|
|
@@ -9337,7 +9448,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9337
9448
|
[x: string]: unknown;
|
|
9338
9449
|
} & {
|
|
9339
9450
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
9340
|
-
style: import('vue').StyleValue;
|
|
9451
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
9341
9452
|
focused: boolean;
|
|
9342
9453
|
errorMessages: string | readonly string[] | null;
|
|
9343
9454
|
maxErrors: string | number;
|
|
@@ -9361,7 +9472,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9361
9472
|
persistentClear: boolean;
|
|
9362
9473
|
reverse: boolean;
|
|
9363
9474
|
singleLine: boolean;
|
|
9364
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
9475
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
9365
9476
|
autofocus: boolean;
|
|
9366
9477
|
persistentPlaceholder: boolean;
|
|
9367
9478
|
persistentCounter: boolean;
|
|
@@ -9488,7 +9599,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9488
9599
|
}> & Omit<{
|
|
9489
9600
|
theme?: string | undefined;
|
|
9490
9601
|
class?: any;
|
|
9491
|
-
style: import('vue').StyleValue;
|
|
9602
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
9492
9603
|
focused: boolean;
|
|
9493
9604
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
9494
9605
|
disabled: boolean | null;
|
|
@@ -9551,7 +9662,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9551
9662
|
$emit: (event: string, ...args: any[]) => void;
|
|
9552
9663
|
$el: any;
|
|
9553
9664
|
$options: import('vue').ComponentOptionsBase<{
|
|
9554
|
-
style: import('vue').StyleValue;
|
|
9665
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
9555
9666
|
focused: boolean;
|
|
9556
9667
|
disabled: boolean | null;
|
|
9557
9668
|
error: boolean;
|
|
@@ -9664,7 +9775,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9664
9775
|
messages: string | readonly string[];
|
|
9665
9776
|
direction: "vertical" | "horizontal";
|
|
9666
9777
|
}> & Omit<{
|
|
9667
|
-
style: import('vue').StyleValue;
|
|
9778
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
9668
9779
|
focused: boolean;
|
|
9669
9780
|
disabled: boolean | null;
|
|
9670
9781
|
error: boolean;
|
|
@@ -9730,11 +9841,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9730
9841
|
persistentClear: boolean;
|
|
9731
9842
|
reverse: boolean;
|
|
9732
9843
|
singleLine: boolean;
|
|
9733
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
9844
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
9734
9845
|
}> & Omit<{
|
|
9735
9846
|
theme?: string | undefined;
|
|
9736
9847
|
class?: any;
|
|
9737
|
-
style: import('vue').StyleValue;
|
|
9848
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
9738
9849
|
focused: boolean;
|
|
9739
9850
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
9740
9851
|
rounded?: string | number | boolean | undefined;
|
|
@@ -9760,7 +9871,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9760
9871
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
9761
9872
|
reverse: boolean;
|
|
9762
9873
|
singleLine: boolean;
|
|
9763
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
9874
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
9764
9875
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
9765
9876
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
9766
9877
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9803,7 +9914,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9803
9914
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
9804
9915
|
$el: any;
|
|
9805
9916
|
$options: import('vue').ComponentOptionsBase<{
|
|
9806
|
-
style: import('vue').StyleValue;
|
|
9917
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
9807
9918
|
focused: boolean;
|
|
9808
9919
|
tile: boolean;
|
|
9809
9920
|
clearable: boolean;
|
|
@@ -9818,7 +9929,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9818
9929
|
persistentClear: boolean;
|
|
9819
9930
|
reverse: boolean;
|
|
9820
9931
|
singleLine: boolean;
|
|
9821
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
9932
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
9822
9933
|
} & {
|
|
9823
9934
|
theme?: string | undefined;
|
|
9824
9935
|
class?: any;
|
|
@@ -9863,7 +9974,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9863
9974
|
persistentClear: boolean;
|
|
9864
9975
|
reverse: boolean;
|
|
9865
9976
|
singleLine: boolean;
|
|
9866
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
9977
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
9867
9978
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
9868
9979
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
9869
9980
|
props: Record<string, any>;
|
|
@@ -9926,9 +10037,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9926
10037
|
persistentClear: boolean;
|
|
9927
10038
|
reverse: boolean;
|
|
9928
10039
|
singleLine: boolean;
|
|
9929
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10040
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
9930
10041
|
}> & Omit<{
|
|
9931
|
-
style: import('vue').StyleValue;
|
|
10042
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
9932
10043
|
focused: boolean;
|
|
9933
10044
|
tile: boolean;
|
|
9934
10045
|
clearable: boolean;
|
|
@@ -9943,7 +10054,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9943
10054
|
persistentClear: boolean;
|
|
9944
10055
|
reverse: boolean;
|
|
9945
10056
|
singleLine: boolean;
|
|
9946
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10057
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
9947
10058
|
} & {
|
|
9948
10059
|
theme?: string | undefined;
|
|
9949
10060
|
class?: any;
|
|
@@ -10013,7 +10124,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10013
10124
|
persistentClear: boolean;
|
|
10014
10125
|
reverse: boolean;
|
|
10015
10126
|
singleLine: boolean;
|
|
10016
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10127
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10017
10128
|
autofocus: boolean;
|
|
10018
10129
|
persistentPlaceholder: boolean;
|
|
10019
10130
|
persistentCounter: boolean;
|
|
@@ -10065,7 +10176,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10065
10176
|
M: {};
|
|
10066
10177
|
Defaults: {};
|
|
10067
10178
|
}, {
|
|
10068
|
-
style: import('vue').StyleValue;
|
|
10179
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
10069
10180
|
focused: boolean;
|
|
10070
10181
|
errorMessages: string | readonly string[] | null;
|
|
10071
10182
|
maxErrors: string | number;
|
|
@@ -10089,7 +10200,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10089
10200
|
persistentClear: boolean;
|
|
10090
10201
|
reverse: boolean;
|
|
10091
10202
|
singleLine: boolean;
|
|
10092
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10203
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10093
10204
|
autofocus: boolean;
|
|
10094
10205
|
persistentPlaceholder: boolean;
|
|
10095
10206
|
persistentCounter: boolean;
|
|
@@ -10216,7 +10327,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10216
10327
|
}> & Omit<{
|
|
10217
10328
|
theme?: string | undefined;
|
|
10218
10329
|
class?: any;
|
|
10219
|
-
style: import('vue').StyleValue;
|
|
10330
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
10220
10331
|
focused: boolean;
|
|
10221
10332
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
10222
10333
|
disabled: boolean | null;
|
|
@@ -10279,7 +10390,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10279
10390
|
$emit: (event: string, ...args: any[]) => void;
|
|
10280
10391
|
$el: any;
|
|
10281
10392
|
$options: import('vue').ComponentOptionsBase<{
|
|
10282
|
-
style: import('vue').StyleValue;
|
|
10393
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
10283
10394
|
focused: boolean;
|
|
10284
10395
|
disabled: boolean | null;
|
|
10285
10396
|
error: boolean;
|
|
@@ -10392,7 +10503,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10392
10503
|
messages: string | readonly string[];
|
|
10393
10504
|
direction: "vertical" | "horizontal";
|
|
10394
10505
|
}> & Omit<{
|
|
10395
|
-
style: import('vue').StyleValue;
|
|
10506
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
10396
10507
|
focused: boolean;
|
|
10397
10508
|
disabled: boolean | null;
|
|
10398
10509
|
error: boolean;
|
|
@@ -10458,11 +10569,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10458
10569
|
persistentClear: boolean;
|
|
10459
10570
|
reverse: boolean;
|
|
10460
10571
|
singleLine: boolean;
|
|
10461
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10572
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10462
10573
|
}> & Omit<{
|
|
10463
10574
|
theme?: string | undefined;
|
|
10464
10575
|
class?: any;
|
|
10465
|
-
style: import('vue').StyleValue;
|
|
10576
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
10466
10577
|
focused: boolean;
|
|
10467
10578
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
10468
10579
|
rounded?: string | number | boolean | undefined;
|
|
@@ -10488,7 +10599,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10488
10599
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
10489
10600
|
reverse: boolean;
|
|
10490
10601
|
singleLine: boolean;
|
|
10491
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10602
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10492
10603
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
10493
10604
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
10494
10605
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -10531,7 +10642,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10531
10642
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
10532
10643
|
$el: any;
|
|
10533
10644
|
$options: import('vue').ComponentOptionsBase<{
|
|
10534
|
-
style: import('vue').StyleValue;
|
|
10645
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
10535
10646
|
focused: boolean;
|
|
10536
10647
|
tile: boolean;
|
|
10537
10648
|
clearable: boolean;
|
|
@@ -10546,7 +10657,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10546
10657
|
persistentClear: boolean;
|
|
10547
10658
|
reverse: boolean;
|
|
10548
10659
|
singleLine: boolean;
|
|
10549
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10660
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10550
10661
|
} & {
|
|
10551
10662
|
theme?: string | undefined;
|
|
10552
10663
|
class?: any;
|
|
@@ -10591,7 +10702,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10591
10702
|
persistentClear: boolean;
|
|
10592
10703
|
reverse: boolean;
|
|
10593
10704
|
singleLine: boolean;
|
|
10594
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10705
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10595
10706
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
10596
10707
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
10597
10708
|
props: Record<string, any>;
|
|
@@ -10654,9 +10765,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10654
10765
|
persistentClear: boolean;
|
|
10655
10766
|
reverse: boolean;
|
|
10656
10767
|
singleLine: boolean;
|
|
10657
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10768
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10658
10769
|
}> & Omit<{
|
|
10659
|
-
style: import('vue').StyleValue;
|
|
10770
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
10660
10771
|
focused: boolean;
|
|
10661
10772
|
tile: boolean;
|
|
10662
10773
|
clearable: boolean;
|
|
@@ -10671,7 +10782,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10671
10782
|
persistentClear: boolean;
|
|
10672
10783
|
reverse: boolean;
|
|
10673
10784
|
singleLine: boolean;
|
|
10674
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10785
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10675
10786
|
} & {
|
|
10676
10787
|
theme?: string | undefined;
|
|
10677
10788
|
class?: any;
|
|
@@ -10736,7 +10847,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10736
10847
|
persistentClear: boolean;
|
|
10737
10848
|
reverse: boolean;
|
|
10738
10849
|
singleLine: boolean;
|
|
10739
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
10850
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
10740
10851
|
autofocus: boolean;
|
|
10741
10852
|
persistentPlaceholder: boolean;
|
|
10742
10853
|
persistentCounter: boolean;
|
|
@@ -10802,6 +10913,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10802
10913
|
isReversed?: boolean | undefined;
|
|
10803
10914
|
role?: string | undefined;
|
|
10804
10915
|
rounded?: string | number | boolean | undefined;
|
|
10916
|
+
hasError?: boolean | undefined;
|
|
10917
|
+
hasWarning?: boolean | undefined;
|
|
10918
|
+
hasSuccess?: boolean | undefined;
|
|
10805
10919
|
isOnSingleLine?: boolean | undefined;
|
|
10806
10920
|
suffix?: string | undefined;
|
|
10807
10921
|
theme?: string | undefined;
|
|
@@ -10866,6 +10980,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10866
10980
|
modelValue: string | number | null;
|
|
10867
10981
|
bgColor: string;
|
|
10868
10982
|
isActive: boolean;
|
|
10983
|
+
prefix: string;
|
|
10869
10984
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
10870
10985
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
10871
10986
|
prependTooltip: string;
|
|
@@ -10893,8 +11008,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10893
11008
|
displayPersistentCounter: boolean;
|
|
10894
11009
|
displayPersistentHint: boolean;
|
|
10895
11010
|
displayPersistentPlaceholder: boolean;
|
|
10896
|
-
prefix: string;
|
|
10897
11011
|
isReversed: boolean;
|
|
11012
|
+
hasError: boolean;
|
|
11013
|
+
hasWarning: boolean;
|
|
10898
11014
|
isOnSingleLine: boolean;
|
|
10899
11015
|
suffix: string;
|
|
10900
11016
|
isTiled: boolean;
|
|
@@ -10952,6 +11068,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10952
11068
|
modelValue: string | number | null;
|
|
10953
11069
|
bgColor: string;
|
|
10954
11070
|
isActive: boolean;
|
|
11071
|
+
prefix: string;
|
|
10955
11072
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
10956
11073
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
10957
11074
|
prependTooltip: string;
|
|
@@ -10979,8 +11096,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10979
11096
|
displayPersistentCounter: boolean;
|
|
10980
11097
|
displayPersistentHint: boolean;
|
|
10981
11098
|
displayPersistentPlaceholder: boolean;
|
|
10982
|
-
prefix: string;
|
|
10983
11099
|
isReversed: boolean;
|
|
11100
|
+
hasError: boolean;
|
|
11101
|
+
hasWarning: boolean;
|
|
10984
11102
|
isOnSingleLine: boolean;
|
|
10985
11103
|
suffix: string;
|
|
10986
11104
|
isTiled: boolean;
|
|
@@ -11046,6 +11164,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11046
11164
|
isReversed?: boolean | undefined;
|
|
11047
11165
|
role?: string | undefined;
|
|
11048
11166
|
rounded?: string | number | boolean | undefined;
|
|
11167
|
+
hasError?: boolean | undefined;
|
|
11168
|
+
hasWarning?: boolean | undefined;
|
|
11169
|
+
hasSuccess?: boolean | undefined;
|
|
11049
11170
|
isOnSingleLine?: boolean | undefined;
|
|
11050
11171
|
suffix?: string | undefined;
|
|
11051
11172
|
theme?: string | undefined;
|
|
@@ -11068,7 +11189,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11068
11189
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
11069
11190
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11070
11191
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11071
|
-
}>, "
|
|
11192
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
11072
11193
|
validation: {
|
|
11073
11194
|
errors: import('vue').Ref<string[], string[]>;
|
|
11074
11195
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -11107,6 +11228,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11107
11228
|
required?: boolean | undefined;
|
|
11108
11229
|
disabled?: boolean | undefined;
|
|
11109
11230
|
readonly?: boolean | undefined;
|
|
11231
|
+
title?: string | false | undefined;
|
|
11110
11232
|
isOutlined?: boolean | undefined;
|
|
11111
11233
|
displayIcon?: boolean | undefined;
|
|
11112
11234
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -11120,6 +11242,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11120
11242
|
displayRange?: boolean | undefined;
|
|
11121
11243
|
autoClamp?: boolean | undefined;
|
|
11122
11244
|
isValidateOnBlur?: boolean | undefined;
|
|
11245
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
11246
|
+
externalErrorMessages?: string[] | undefined;
|
|
11123
11247
|
}> & Readonly<{
|
|
11124
11248
|
onBlur?: (() => any) | undefined;
|
|
11125
11249
|
onFocus?: (() => any) | undefined;
|
|
@@ -11132,8 +11256,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11132
11256
|
blur(): void;
|
|
11133
11257
|
}, {}, {}, {}, {
|
|
11134
11258
|
label: string;
|
|
11259
|
+
title: string | false;
|
|
11135
11260
|
disabled: boolean;
|
|
11136
11261
|
placeholder: string;
|
|
11262
|
+
density: "default" | "comfortable" | "compact";
|
|
11137
11263
|
readonly: boolean;
|
|
11138
11264
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
11139
11265
|
bgColor: string;
|
|
@@ -11152,6 +11278,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11152
11278
|
displayAppendIcon: boolean;
|
|
11153
11279
|
displayPrependIcon: boolean;
|
|
11154
11280
|
autoClamp: boolean;
|
|
11281
|
+
externalErrorMessages: string[];
|
|
11155
11282
|
}> | null;
|
|
11156
11283
|
complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
11157
11284
|
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateInput | undefined;
|
|
@@ -11180,6 +11307,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11180
11307
|
noCalendar?: boolean | undefined;
|
|
11181
11308
|
isOutlined?: boolean | undefined;
|
|
11182
11309
|
readonly?: boolean | undefined;
|
|
11310
|
+
title?: string | false | undefined;
|
|
11183
11311
|
width?: string | undefined;
|
|
11184
11312
|
disableErrorHandling?: boolean | undefined;
|
|
11185
11313
|
showSuccessMessages?: boolean | undefined;
|
|
@@ -11195,6 +11323,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11195
11323
|
} | undefined;
|
|
11196
11324
|
autoClamp?: boolean | undefined;
|
|
11197
11325
|
isValidateOnBlur?: boolean | undefined;
|
|
11326
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
11198
11327
|
}> & Readonly<{
|
|
11199
11328
|
onBlur?: (() => any) | undefined;
|
|
11200
11329
|
onFocus?: (() => any) | undefined;
|
|
@@ -11240,9 +11369,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11240
11369
|
closed: () => any;
|
|
11241
11370
|
}, import('vue').PublicProps, {
|
|
11242
11371
|
label: string;
|
|
11372
|
+
title: string | false;
|
|
11243
11373
|
width: string;
|
|
11244
11374
|
disabled: boolean;
|
|
11245
11375
|
placeholder: string;
|
|
11376
|
+
density: "default" | "comfortable" | "compact";
|
|
11246
11377
|
readonly: boolean;
|
|
11247
11378
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
11248
11379
|
bgColor: string;
|
|
@@ -11291,6 +11422,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11291
11422
|
required?: boolean | undefined;
|
|
11292
11423
|
disabled?: boolean | undefined;
|
|
11293
11424
|
readonly?: boolean | undefined;
|
|
11425
|
+
title?: string | false | undefined;
|
|
11294
11426
|
isOutlined?: boolean | undefined;
|
|
11295
11427
|
displayIcon?: boolean | undefined;
|
|
11296
11428
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -11304,6 +11436,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11304
11436
|
displayRange?: boolean | undefined;
|
|
11305
11437
|
autoClamp?: boolean | undefined;
|
|
11306
11438
|
isValidateOnBlur?: boolean | undefined;
|
|
11439
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
11440
|
+
externalErrorMessages?: string[] | undefined;
|
|
11307
11441
|
}> & Readonly<{
|
|
11308
11442
|
onBlur?: (() => any) | undefined;
|
|
11309
11443
|
onFocus?: (() => any) | undefined;
|
|
@@ -11322,8 +11456,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11322
11456
|
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
|
|
11323
11457
|
}, import('vue').PublicProps, {
|
|
11324
11458
|
label: string;
|
|
11459
|
+
title: string | false;
|
|
11325
11460
|
disabled: boolean;
|
|
11326
11461
|
placeholder: string;
|
|
11462
|
+
density: "default" | "comfortable" | "compact";
|
|
11327
11463
|
readonly: boolean;
|
|
11328
11464
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
11329
11465
|
bgColor: string;
|
|
@@ -11342,6 +11478,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11342
11478
|
displayAppendIcon: boolean;
|
|
11343
11479
|
displayPrependIcon: boolean;
|
|
11344
11480
|
autoClamp: boolean;
|
|
11481
|
+
externalErrorMessages: string[];
|
|
11345
11482
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
11346
11483
|
inputRef: ({
|
|
11347
11484
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -11397,6 +11534,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11397
11534
|
readonly isReversed?: boolean | undefined;
|
|
11398
11535
|
readonly role?: string | undefined;
|
|
11399
11536
|
readonly rounded?: string | number | boolean | undefined;
|
|
11537
|
+
readonly hasError?: boolean | undefined;
|
|
11538
|
+
readonly hasWarning?: boolean | undefined;
|
|
11539
|
+
readonly hasSuccess?: boolean | undefined;
|
|
11400
11540
|
readonly isOnSingleLine?: boolean | undefined;
|
|
11401
11541
|
readonly suffix?: string | undefined;
|
|
11402
11542
|
readonly theme?: string | undefined;
|
|
@@ -11426,7 +11566,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11426
11566
|
[x: string]: unknown;
|
|
11427
11567
|
} & {
|
|
11428
11568
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
11429
|
-
style: import('vue').StyleValue;
|
|
11569
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
11430
11570
|
focused: boolean;
|
|
11431
11571
|
errorMessages: string | readonly string[] | null;
|
|
11432
11572
|
maxErrors: string | number;
|
|
@@ -11450,7 +11590,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11450
11590
|
persistentClear: boolean;
|
|
11451
11591
|
reverse: boolean;
|
|
11452
11592
|
singleLine: boolean;
|
|
11453
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
11593
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
11454
11594
|
autofocus: boolean;
|
|
11455
11595
|
persistentPlaceholder: boolean;
|
|
11456
11596
|
persistentCounter: boolean;
|
|
@@ -11577,7 +11717,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11577
11717
|
}> & Omit<{
|
|
11578
11718
|
theme?: string | undefined;
|
|
11579
11719
|
class?: any;
|
|
11580
|
-
style: import('vue').StyleValue;
|
|
11720
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
11581
11721
|
focused: boolean;
|
|
11582
11722
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
11583
11723
|
disabled: boolean | null;
|
|
@@ -11640,7 +11780,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11640
11780
|
$emit: (event: string, ...args: any[]) => void;
|
|
11641
11781
|
$el: any;
|
|
11642
11782
|
$options: import('vue').ComponentOptionsBase<{
|
|
11643
|
-
style: import('vue').StyleValue;
|
|
11783
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
11644
11784
|
focused: boolean;
|
|
11645
11785
|
disabled: boolean | null;
|
|
11646
11786
|
error: boolean;
|
|
@@ -11753,7 +11893,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11753
11893
|
messages: string | readonly string[];
|
|
11754
11894
|
direction: "vertical" | "horizontal";
|
|
11755
11895
|
}> & Omit<{
|
|
11756
|
-
style: import('vue').StyleValue;
|
|
11896
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
11757
11897
|
focused: boolean;
|
|
11758
11898
|
disabled: boolean | null;
|
|
11759
11899
|
error: boolean;
|
|
@@ -11819,11 +11959,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11819
11959
|
persistentClear: boolean;
|
|
11820
11960
|
reverse: boolean;
|
|
11821
11961
|
singleLine: boolean;
|
|
11822
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
11962
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
11823
11963
|
}> & Omit<{
|
|
11824
11964
|
theme?: string | undefined;
|
|
11825
11965
|
class?: any;
|
|
11826
|
-
style: import('vue').StyleValue;
|
|
11966
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
11827
11967
|
focused: boolean;
|
|
11828
11968
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
11829
11969
|
rounded?: string | number | boolean | undefined;
|
|
@@ -11849,7 +11989,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11849
11989
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
11850
11990
|
reverse: boolean;
|
|
11851
11991
|
singleLine: boolean;
|
|
11852
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
11992
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
11853
11993
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
11854
11994
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
11855
11995
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -11892,7 +12032,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11892
12032
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
11893
12033
|
$el: any;
|
|
11894
12034
|
$options: import('vue').ComponentOptionsBase<{
|
|
11895
|
-
style: import('vue').StyleValue;
|
|
12035
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
11896
12036
|
focused: boolean;
|
|
11897
12037
|
tile: boolean;
|
|
11898
12038
|
clearable: boolean;
|
|
@@ -11907,7 +12047,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11907
12047
|
persistentClear: boolean;
|
|
11908
12048
|
reverse: boolean;
|
|
11909
12049
|
singleLine: boolean;
|
|
11910
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12050
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
11911
12051
|
} & {
|
|
11912
12052
|
theme?: string | undefined;
|
|
11913
12053
|
class?: any;
|
|
@@ -11952,7 +12092,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11952
12092
|
persistentClear: boolean;
|
|
11953
12093
|
reverse: boolean;
|
|
11954
12094
|
singleLine: boolean;
|
|
11955
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12095
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
11956
12096
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
11957
12097
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
11958
12098
|
props: Record<string, any>;
|
|
@@ -12015,9 +12155,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12015
12155
|
persistentClear: boolean;
|
|
12016
12156
|
reverse: boolean;
|
|
12017
12157
|
singleLine: boolean;
|
|
12018
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12158
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12019
12159
|
}> & Omit<{
|
|
12020
|
-
style: import('vue').StyleValue;
|
|
12160
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12021
12161
|
focused: boolean;
|
|
12022
12162
|
tile: boolean;
|
|
12023
12163
|
clearable: boolean;
|
|
@@ -12032,7 +12172,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12032
12172
|
persistentClear: boolean;
|
|
12033
12173
|
reverse: boolean;
|
|
12034
12174
|
singleLine: boolean;
|
|
12035
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12175
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12036
12176
|
} & {
|
|
12037
12177
|
theme?: string | undefined;
|
|
12038
12178
|
class?: any;
|
|
@@ -12102,7 +12242,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12102
12242
|
persistentClear: boolean;
|
|
12103
12243
|
reverse: boolean;
|
|
12104
12244
|
singleLine: boolean;
|
|
12105
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12245
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12106
12246
|
autofocus: boolean;
|
|
12107
12247
|
persistentPlaceholder: boolean;
|
|
12108
12248
|
persistentCounter: boolean;
|
|
@@ -12154,7 +12294,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12154
12294
|
M: {};
|
|
12155
12295
|
Defaults: {};
|
|
12156
12296
|
}, {
|
|
12157
|
-
style: import('vue').StyleValue;
|
|
12297
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12158
12298
|
focused: boolean;
|
|
12159
12299
|
errorMessages: string | readonly string[] | null;
|
|
12160
12300
|
maxErrors: string | number;
|
|
@@ -12178,7 +12318,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12178
12318
|
persistentClear: boolean;
|
|
12179
12319
|
reverse: boolean;
|
|
12180
12320
|
singleLine: boolean;
|
|
12181
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12321
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12182
12322
|
autofocus: boolean;
|
|
12183
12323
|
persistentPlaceholder: boolean;
|
|
12184
12324
|
persistentCounter: boolean;
|
|
@@ -12305,7 +12445,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12305
12445
|
}> & Omit<{
|
|
12306
12446
|
theme?: string | undefined;
|
|
12307
12447
|
class?: any;
|
|
12308
|
-
style: import('vue').StyleValue;
|
|
12448
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12309
12449
|
focused: boolean;
|
|
12310
12450
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
12311
12451
|
disabled: boolean | null;
|
|
@@ -12368,7 +12508,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12368
12508
|
$emit: (event: string, ...args: any[]) => void;
|
|
12369
12509
|
$el: any;
|
|
12370
12510
|
$options: import('vue').ComponentOptionsBase<{
|
|
12371
|
-
style: import('vue').StyleValue;
|
|
12511
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12372
12512
|
focused: boolean;
|
|
12373
12513
|
disabled: boolean | null;
|
|
12374
12514
|
error: boolean;
|
|
@@ -12481,7 +12621,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12481
12621
|
messages: string | readonly string[];
|
|
12482
12622
|
direction: "vertical" | "horizontal";
|
|
12483
12623
|
}> & Omit<{
|
|
12484
|
-
style: import('vue').StyleValue;
|
|
12624
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12485
12625
|
focused: boolean;
|
|
12486
12626
|
disabled: boolean | null;
|
|
12487
12627
|
error: boolean;
|
|
@@ -12547,11 +12687,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12547
12687
|
persistentClear: boolean;
|
|
12548
12688
|
reverse: boolean;
|
|
12549
12689
|
singleLine: boolean;
|
|
12550
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12690
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12551
12691
|
}> & Omit<{
|
|
12552
12692
|
theme?: string | undefined;
|
|
12553
12693
|
class?: any;
|
|
12554
|
-
style: import('vue').StyleValue;
|
|
12694
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12555
12695
|
focused: boolean;
|
|
12556
12696
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
12557
12697
|
rounded?: string | number | boolean | undefined;
|
|
@@ -12577,7 +12717,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12577
12717
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
12578
12718
|
reverse: boolean;
|
|
12579
12719
|
singleLine: boolean;
|
|
12580
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12720
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12581
12721
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
12582
12722
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
12583
12723
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -12620,7 +12760,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12620
12760
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
12621
12761
|
$el: any;
|
|
12622
12762
|
$options: import('vue').ComponentOptionsBase<{
|
|
12623
|
-
style: import('vue').StyleValue;
|
|
12763
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12624
12764
|
focused: boolean;
|
|
12625
12765
|
tile: boolean;
|
|
12626
12766
|
clearable: boolean;
|
|
@@ -12635,7 +12775,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12635
12775
|
persistentClear: boolean;
|
|
12636
12776
|
reverse: boolean;
|
|
12637
12777
|
singleLine: boolean;
|
|
12638
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12778
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12639
12779
|
} & {
|
|
12640
12780
|
theme?: string | undefined;
|
|
12641
12781
|
class?: any;
|
|
@@ -12680,7 +12820,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12680
12820
|
persistentClear: boolean;
|
|
12681
12821
|
reverse: boolean;
|
|
12682
12822
|
singleLine: boolean;
|
|
12683
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12823
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12684
12824
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
12685
12825
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
12686
12826
|
props: Record<string, any>;
|
|
@@ -12743,9 +12883,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12743
12883
|
persistentClear: boolean;
|
|
12744
12884
|
reverse: boolean;
|
|
12745
12885
|
singleLine: boolean;
|
|
12746
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12886
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12747
12887
|
}> & Omit<{
|
|
12748
|
-
style: import('vue').StyleValue;
|
|
12888
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
12749
12889
|
focused: boolean;
|
|
12750
12890
|
tile: boolean;
|
|
12751
12891
|
clearable: boolean;
|
|
@@ -12760,7 +12900,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12760
12900
|
persistentClear: boolean;
|
|
12761
12901
|
reverse: boolean;
|
|
12762
12902
|
singleLine: boolean;
|
|
12763
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12903
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12764
12904
|
} & {
|
|
12765
12905
|
theme?: string | undefined;
|
|
12766
12906
|
class?: any;
|
|
@@ -12825,7 +12965,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12825
12965
|
persistentClear: boolean;
|
|
12826
12966
|
reverse: boolean;
|
|
12827
12967
|
singleLine: boolean;
|
|
12828
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
12968
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
12829
12969
|
autofocus: boolean;
|
|
12830
12970
|
persistentPlaceholder: boolean;
|
|
12831
12971
|
persistentCounter: boolean;
|
|
@@ -12891,6 +13031,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12891
13031
|
isReversed?: boolean | undefined;
|
|
12892
13032
|
role?: string | undefined;
|
|
12893
13033
|
rounded?: string | number | boolean | undefined;
|
|
13034
|
+
hasError?: boolean | undefined;
|
|
13035
|
+
hasWarning?: boolean | undefined;
|
|
13036
|
+
hasSuccess?: boolean | undefined;
|
|
12894
13037
|
isOnSingleLine?: boolean | undefined;
|
|
12895
13038
|
suffix?: string | undefined;
|
|
12896
13039
|
theme?: string | undefined;
|
|
@@ -12955,6 +13098,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12955
13098
|
modelValue: string | number | null;
|
|
12956
13099
|
bgColor: string;
|
|
12957
13100
|
isActive: boolean;
|
|
13101
|
+
prefix: string;
|
|
12958
13102
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
12959
13103
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
12960
13104
|
prependTooltip: string;
|
|
@@ -12982,8 +13126,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12982
13126
|
displayPersistentCounter: boolean;
|
|
12983
13127
|
displayPersistentHint: boolean;
|
|
12984
13128
|
displayPersistentPlaceholder: boolean;
|
|
12985
|
-
prefix: string;
|
|
12986
13129
|
isReversed: boolean;
|
|
13130
|
+
hasError: boolean;
|
|
13131
|
+
hasWarning: boolean;
|
|
12987
13132
|
isOnSingleLine: boolean;
|
|
12988
13133
|
suffix: string;
|
|
12989
13134
|
isTiled: boolean;
|
|
@@ -13041,6 +13186,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13041
13186
|
modelValue: string | number | null;
|
|
13042
13187
|
bgColor: string;
|
|
13043
13188
|
isActive: boolean;
|
|
13189
|
+
prefix: string;
|
|
13044
13190
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
13045
13191
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
13046
13192
|
prependTooltip: string;
|
|
@@ -13068,8 +13214,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13068
13214
|
displayPersistentCounter: boolean;
|
|
13069
13215
|
displayPersistentHint: boolean;
|
|
13070
13216
|
displayPersistentPlaceholder: boolean;
|
|
13071
|
-
prefix: string;
|
|
13072
13217
|
isReversed: boolean;
|
|
13218
|
+
hasError: boolean;
|
|
13219
|
+
hasWarning: boolean;
|
|
13073
13220
|
isOnSingleLine: boolean;
|
|
13074
13221
|
suffix: string;
|
|
13075
13222
|
isTiled: boolean;
|
|
@@ -13135,6 +13282,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13135
13282
|
isReversed?: boolean | undefined;
|
|
13136
13283
|
role?: string | undefined;
|
|
13137
13284
|
rounded?: string | number | boolean | undefined;
|
|
13285
|
+
hasError?: boolean | undefined;
|
|
13286
|
+
hasWarning?: boolean | undefined;
|
|
13287
|
+
hasSuccess?: boolean | undefined;
|
|
13138
13288
|
isOnSingleLine?: boolean | undefined;
|
|
13139
13289
|
suffix?: string | undefined;
|
|
13140
13290
|
theme?: string | undefined;
|
|
@@ -13157,7 +13307,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13157
13307
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
13158
13308
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13159
13309
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13160
|
-
}>, "
|
|
13310
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
13161
13311
|
validation: {
|
|
13162
13312
|
errors: import('vue').Ref<string[], string[]>;
|
|
13163
13313
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -13196,6 +13346,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13196
13346
|
required?: boolean | undefined;
|
|
13197
13347
|
disabled?: boolean | undefined;
|
|
13198
13348
|
readonly?: boolean | undefined;
|
|
13349
|
+
title?: string | false | undefined;
|
|
13199
13350
|
isOutlined?: boolean | undefined;
|
|
13200
13351
|
displayIcon?: boolean | undefined;
|
|
13201
13352
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -13209,6 +13360,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13209
13360
|
displayRange?: boolean | undefined;
|
|
13210
13361
|
autoClamp?: boolean | undefined;
|
|
13211
13362
|
isValidateOnBlur?: boolean | undefined;
|
|
13363
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
13364
|
+
externalErrorMessages?: string[] | undefined;
|
|
13212
13365
|
}> & Readonly<{
|
|
13213
13366
|
onBlur?: (() => any) | undefined;
|
|
13214
13367
|
onFocus?: (() => any) | undefined;
|
|
@@ -13221,8 +13374,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13221
13374
|
blur(): void;
|
|
13222
13375
|
}, {}, {}, {}, {
|
|
13223
13376
|
label: string;
|
|
13377
|
+
title: string | false;
|
|
13224
13378
|
disabled: boolean;
|
|
13225
13379
|
placeholder: string;
|
|
13380
|
+
density: "default" | "comfortable" | "compact";
|
|
13226
13381
|
readonly: boolean;
|
|
13227
13382
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
13228
13383
|
bgColor: string;
|
|
@@ -13241,6 +13396,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13241
13396
|
displayAppendIcon: boolean;
|
|
13242
13397
|
displayPrependIcon: boolean;
|
|
13243
13398
|
autoClamp: boolean;
|
|
13399
|
+
externalErrorMessages: string[];
|
|
13244
13400
|
}> | null;
|
|
13245
13401
|
dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
13246
13402
|
modelValue?: import('../../composables/date/useDateInitializationDayjs').DateValue | undefined;
|
|
@@ -13251,6 +13407,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13251
13407
|
required?: boolean | undefined;
|
|
13252
13408
|
disabled?: boolean | undefined;
|
|
13253
13409
|
readonly?: boolean | undefined;
|
|
13410
|
+
title?: string | false | undefined;
|
|
13254
13411
|
isOutlined?: boolean | undefined;
|
|
13255
13412
|
displayIcon?: boolean | undefined;
|
|
13256
13413
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -13264,6 +13421,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13264
13421
|
displayRange?: boolean | undefined;
|
|
13265
13422
|
autoClamp?: boolean | undefined;
|
|
13266
13423
|
isValidateOnBlur?: boolean | undefined;
|
|
13424
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
13425
|
+
externalErrorMessages?: string[] | undefined;
|
|
13267
13426
|
}> & Readonly<{
|
|
13268
13427
|
onBlur?: (() => any) | undefined;
|
|
13269
13428
|
onFocus?: (() => any) | undefined;
|
|
@@ -13282,8 +13441,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13282
13441
|
"date-selected": (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any;
|
|
13283
13442
|
}, import('vue').PublicProps, {
|
|
13284
13443
|
label: string;
|
|
13444
|
+
title: string | false;
|
|
13285
13445
|
disabled: boolean;
|
|
13286
13446
|
placeholder: string;
|
|
13447
|
+
density: "default" | "comfortable" | "compact";
|
|
13287
13448
|
readonly: boolean;
|
|
13288
13449
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
13289
13450
|
bgColor: string;
|
|
@@ -13302,6 +13463,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13302
13463
|
displayAppendIcon: boolean;
|
|
13303
13464
|
displayPrependIcon: boolean;
|
|
13304
13465
|
autoClamp: boolean;
|
|
13466
|
+
externalErrorMessages: string[];
|
|
13305
13467
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
13306
13468
|
inputRef: ({
|
|
13307
13469
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -13357,6 +13519,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13357
13519
|
readonly isReversed?: boolean | undefined;
|
|
13358
13520
|
readonly role?: string | undefined;
|
|
13359
13521
|
readonly rounded?: string | number | boolean | undefined;
|
|
13522
|
+
readonly hasError?: boolean | undefined;
|
|
13523
|
+
readonly hasWarning?: boolean | undefined;
|
|
13524
|
+
readonly hasSuccess?: boolean | undefined;
|
|
13360
13525
|
readonly isOnSingleLine?: boolean | undefined;
|
|
13361
13526
|
readonly suffix?: string | undefined;
|
|
13362
13527
|
readonly theme?: string | undefined;
|
|
@@ -13386,7 +13551,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13386
13551
|
[x: string]: unknown;
|
|
13387
13552
|
} & {
|
|
13388
13553
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
13389
|
-
style: import('vue').StyleValue;
|
|
13554
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
13390
13555
|
focused: boolean;
|
|
13391
13556
|
errorMessages: string | readonly string[] | null;
|
|
13392
13557
|
maxErrors: string | number;
|
|
@@ -13410,7 +13575,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13410
13575
|
persistentClear: boolean;
|
|
13411
13576
|
reverse: boolean;
|
|
13412
13577
|
singleLine: boolean;
|
|
13413
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
13578
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
13414
13579
|
autofocus: boolean;
|
|
13415
13580
|
persistentPlaceholder: boolean;
|
|
13416
13581
|
persistentCounter: boolean;
|
|
@@ -13537,7 +13702,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13537
13702
|
}> & Omit<{
|
|
13538
13703
|
theme?: string | undefined;
|
|
13539
13704
|
class?: any;
|
|
13540
|
-
style: import('vue').StyleValue;
|
|
13705
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
13541
13706
|
focused: boolean;
|
|
13542
13707
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
13543
13708
|
disabled: boolean | null;
|
|
@@ -13600,7 +13765,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13600
13765
|
$emit: (event: string, ...args: any[]) => void;
|
|
13601
13766
|
$el: any;
|
|
13602
13767
|
$options: import('vue').ComponentOptionsBase<{
|
|
13603
|
-
style: import('vue').StyleValue;
|
|
13768
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
13604
13769
|
focused: boolean;
|
|
13605
13770
|
disabled: boolean | null;
|
|
13606
13771
|
error: boolean;
|
|
@@ -13713,7 +13878,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13713
13878
|
messages: string | readonly string[];
|
|
13714
13879
|
direction: "vertical" | "horizontal";
|
|
13715
13880
|
}> & Omit<{
|
|
13716
|
-
style: import('vue').StyleValue;
|
|
13881
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
13717
13882
|
focused: boolean;
|
|
13718
13883
|
disabled: boolean | null;
|
|
13719
13884
|
error: boolean;
|
|
@@ -13779,11 +13944,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13779
13944
|
persistentClear: boolean;
|
|
13780
13945
|
reverse: boolean;
|
|
13781
13946
|
singleLine: boolean;
|
|
13782
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
13947
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
13783
13948
|
}> & Omit<{
|
|
13784
13949
|
theme?: string | undefined;
|
|
13785
13950
|
class?: any;
|
|
13786
|
-
style: import('vue').StyleValue;
|
|
13951
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
13787
13952
|
focused: boolean;
|
|
13788
13953
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
13789
13954
|
rounded?: string | number | boolean | undefined;
|
|
@@ -13809,7 +13974,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13809
13974
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
13810
13975
|
reverse: boolean;
|
|
13811
13976
|
singleLine: boolean;
|
|
13812
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
13977
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
13813
13978
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
13814
13979
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
13815
13980
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -13852,7 +14017,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13852
14017
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
13853
14018
|
$el: any;
|
|
13854
14019
|
$options: import('vue').ComponentOptionsBase<{
|
|
13855
|
-
style: import('vue').StyleValue;
|
|
14020
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
13856
14021
|
focused: boolean;
|
|
13857
14022
|
tile: boolean;
|
|
13858
14023
|
clearable: boolean;
|
|
@@ -13867,7 +14032,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13867
14032
|
persistentClear: boolean;
|
|
13868
14033
|
reverse: boolean;
|
|
13869
14034
|
singleLine: boolean;
|
|
13870
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14035
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
13871
14036
|
} & {
|
|
13872
14037
|
theme?: string | undefined;
|
|
13873
14038
|
class?: any;
|
|
@@ -13912,7 +14077,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13912
14077
|
persistentClear: boolean;
|
|
13913
14078
|
reverse: boolean;
|
|
13914
14079
|
singleLine: boolean;
|
|
13915
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14080
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
13916
14081
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
13917
14082
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
13918
14083
|
props: Record<string, any>;
|
|
@@ -13975,9 +14140,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13975
14140
|
persistentClear: boolean;
|
|
13976
14141
|
reverse: boolean;
|
|
13977
14142
|
singleLine: boolean;
|
|
13978
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14143
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
13979
14144
|
}> & Omit<{
|
|
13980
|
-
style: import('vue').StyleValue;
|
|
14145
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
13981
14146
|
focused: boolean;
|
|
13982
14147
|
tile: boolean;
|
|
13983
14148
|
clearable: boolean;
|
|
@@ -13992,7 +14157,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13992
14157
|
persistentClear: boolean;
|
|
13993
14158
|
reverse: boolean;
|
|
13994
14159
|
singleLine: boolean;
|
|
13995
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14160
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
13996
14161
|
} & {
|
|
13997
14162
|
theme?: string | undefined;
|
|
13998
14163
|
class?: any;
|
|
@@ -14062,7 +14227,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14062
14227
|
persistentClear: boolean;
|
|
14063
14228
|
reverse: boolean;
|
|
14064
14229
|
singleLine: boolean;
|
|
14065
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14230
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14066
14231
|
autofocus: boolean;
|
|
14067
14232
|
persistentPlaceholder: boolean;
|
|
14068
14233
|
persistentCounter: boolean;
|
|
@@ -14114,7 +14279,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14114
14279
|
M: {};
|
|
14115
14280
|
Defaults: {};
|
|
14116
14281
|
}, {
|
|
14117
|
-
style: import('vue').StyleValue;
|
|
14282
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
14118
14283
|
focused: boolean;
|
|
14119
14284
|
errorMessages: string | readonly string[] | null;
|
|
14120
14285
|
maxErrors: string | number;
|
|
@@ -14138,7 +14303,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14138
14303
|
persistentClear: boolean;
|
|
14139
14304
|
reverse: boolean;
|
|
14140
14305
|
singleLine: boolean;
|
|
14141
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14306
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14142
14307
|
autofocus: boolean;
|
|
14143
14308
|
persistentPlaceholder: boolean;
|
|
14144
14309
|
persistentCounter: boolean;
|
|
@@ -14265,7 +14430,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14265
14430
|
}> & Omit<{
|
|
14266
14431
|
theme?: string | undefined;
|
|
14267
14432
|
class?: any;
|
|
14268
|
-
style: import('vue').StyleValue;
|
|
14433
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
14269
14434
|
focused: boolean;
|
|
14270
14435
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
14271
14436
|
disabled: boolean | null;
|
|
@@ -14328,7 +14493,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14328
14493
|
$emit: (event: string, ...args: any[]) => void;
|
|
14329
14494
|
$el: any;
|
|
14330
14495
|
$options: import('vue').ComponentOptionsBase<{
|
|
14331
|
-
style: import('vue').StyleValue;
|
|
14496
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
14332
14497
|
focused: boolean;
|
|
14333
14498
|
disabled: boolean | null;
|
|
14334
14499
|
error: boolean;
|
|
@@ -14441,7 +14606,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14441
14606
|
messages: string | readonly string[];
|
|
14442
14607
|
direction: "vertical" | "horizontal";
|
|
14443
14608
|
}> & Omit<{
|
|
14444
|
-
style: import('vue').StyleValue;
|
|
14609
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
14445
14610
|
focused: boolean;
|
|
14446
14611
|
disabled: boolean | null;
|
|
14447
14612
|
error: boolean;
|
|
@@ -14507,11 +14672,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14507
14672
|
persistentClear: boolean;
|
|
14508
14673
|
reverse: boolean;
|
|
14509
14674
|
singleLine: boolean;
|
|
14510
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14675
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14511
14676
|
}> & Omit<{
|
|
14512
14677
|
theme?: string | undefined;
|
|
14513
14678
|
class?: any;
|
|
14514
|
-
style: import('vue').StyleValue;
|
|
14679
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
14515
14680
|
focused: boolean;
|
|
14516
14681
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
14517
14682
|
rounded?: string | number | boolean | undefined;
|
|
@@ -14537,7 +14702,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14537
14702
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
14538
14703
|
reverse: boolean;
|
|
14539
14704
|
singleLine: boolean;
|
|
14540
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14705
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14541
14706
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
14542
14707
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
14543
14708
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -14580,7 +14745,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14580
14745
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
14581
14746
|
$el: any;
|
|
14582
14747
|
$options: import('vue').ComponentOptionsBase<{
|
|
14583
|
-
style: import('vue').StyleValue;
|
|
14748
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
14584
14749
|
focused: boolean;
|
|
14585
14750
|
tile: boolean;
|
|
14586
14751
|
clearable: boolean;
|
|
@@ -14595,7 +14760,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14595
14760
|
persistentClear: boolean;
|
|
14596
14761
|
reverse: boolean;
|
|
14597
14762
|
singleLine: boolean;
|
|
14598
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14763
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14599
14764
|
} & {
|
|
14600
14765
|
theme?: string | undefined;
|
|
14601
14766
|
class?: any;
|
|
@@ -14640,7 +14805,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14640
14805
|
persistentClear: boolean;
|
|
14641
14806
|
reverse: boolean;
|
|
14642
14807
|
singleLine: boolean;
|
|
14643
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14808
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14644
14809
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
14645
14810
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
14646
14811
|
props: Record<string, any>;
|
|
@@ -14703,9 +14868,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14703
14868
|
persistentClear: boolean;
|
|
14704
14869
|
reverse: boolean;
|
|
14705
14870
|
singleLine: boolean;
|
|
14706
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14871
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14707
14872
|
}> & Omit<{
|
|
14708
|
-
style: import('vue').StyleValue;
|
|
14873
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
14709
14874
|
focused: boolean;
|
|
14710
14875
|
tile: boolean;
|
|
14711
14876
|
clearable: boolean;
|
|
@@ -14720,7 +14885,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14720
14885
|
persistentClear: boolean;
|
|
14721
14886
|
reverse: boolean;
|
|
14722
14887
|
singleLine: boolean;
|
|
14723
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14888
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14724
14889
|
} & {
|
|
14725
14890
|
theme?: string | undefined;
|
|
14726
14891
|
class?: any;
|
|
@@ -14785,7 +14950,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14785
14950
|
persistentClear: boolean;
|
|
14786
14951
|
reverse: boolean;
|
|
14787
14952
|
singleLine: boolean;
|
|
14788
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
14953
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
14789
14954
|
autofocus: boolean;
|
|
14790
14955
|
persistentPlaceholder: boolean;
|
|
14791
14956
|
persistentCounter: boolean;
|
|
@@ -14851,6 +15016,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14851
15016
|
isReversed?: boolean | undefined;
|
|
14852
15017
|
role?: string | undefined;
|
|
14853
15018
|
rounded?: string | number | boolean | undefined;
|
|
15019
|
+
hasError?: boolean | undefined;
|
|
15020
|
+
hasWarning?: boolean | undefined;
|
|
15021
|
+
hasSuccess?: boolean | undefined;
|
|
14854
15022
|
isOnSingleLine?: boolean | undefined;
|
|
14855
15023
|
suffix?: string | undefined;
|
|
14856
15024
|
theme?: string | undefined;
|
|
@@ -14915,6 +15083,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14915
15083
|
modelValue: string | number | null;
|
|
14916
15084
|
bgColor: string;
|
|
14917
15085
|
isActive: boolean;
|
|
15086
|
+
prefix: string;
|
|
14918
15087
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
14919
15088
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
14920
15089
|
prependTooltip: string;
|
|
@@ -14942,8 +15111,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14942
15111
|
displayPersistentCounter: boolean;
|
|
14943
15112
|
displayPersistentHint: boolean;
|
|
14944
15113
|
displayPersistentPlaceholder: boolean;
|
|
14945
|
-
prefix: string;
|
|
14946
15114
|
isReversed: boolean;
|
|
15115
|
+
hasError: boolean;
|
|
15116
|
+
hasWarning: boolean;
|
|
14947
15117
|
isOnSingleLine: boolean;
|
|
14948
15118
|
suffix: string;
|
|
14949
15119
|
isTiled: boolean;
|
|
@@ -15001,6 +15171,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15001
15171
|
modelValue: string | number | null;
|
|
15002
15172
|
bgColor: string;
|
|
15003
15173
|
isActive: boolean;
|
|
15174
|
+
prefix: string;
|
|
15004
15175
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
15005
15176
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
15006
15177
|
prependTooltip: string;
|
|
@@ -15028,8 +15199,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15028
15199
|
displayPersistentCounter: boolean;
|
|
15029
15200
|
displayPersistentHint: boolean;
|
|
15030
15201
|
displayPersistentPlaceholder: boolean;
|
|
15031
|
-
prefix: string;
|
|
15032
15202
|
isReversed: boolean;
|
|
15203
|
+
hasError: boolean;
|
|
15204
|
+
hasWarning: boolean;
|
|
15033
15205
|
isOnSingleLine: boolean;
|
|
15034
15206
|
suffix: string;
|
|
15035
15207
|
isTiled: boolean;
|
|
@@ -15095,6 +15267,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15095
15267
|
isReversed?: boolean | undefined;
|
|
15096
15268
|
role?: string | undefined;
|
|
15097
15269
|
rounded?: string | number | boolean | undefined;
|
|
15270
|
+
hasError?: boolean | undefined;
|
|
15271
|
+
hasWarning?: boolean | undefined;
|
|
15272
|
+
hasSuccess?: boolean | undefined;
|
|
15098
15273
|
isOnSingleLine?: boolean | undefined;
|
|
15099
15274
|
suffix?: string | undefined;
|
|
15100
15275
|
theme?: string | undefined;
|
|
@@ -15117,7 +15292,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15117
15292
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
15118
15293
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15119
15294
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15120
|
-
}>, "
|
|
15295
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
15121
15296
|
validation: {
|
|
15122
15297
|
errors: import('vue').Ref<string[], string[]>;
|
|
15123
15298
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -15156,6 +15331,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15156
15331
|
required?: boolean | undefined;
|
|
15157
15332
|
disabled?: boolean | undefined;
|
|
15158
15333
|
readonly?: boolean | undefined;
|
|
15334
|
+
title?: string | false | undefined;
|
|
15159
15335
|
isOutlined?: boolean | undefined;
|
|
15160
15336
|
displayIcon?: boolean | undefined;
|
|
15161
15337
|
displayAppendIcon?: boolean | undefined;
|
|
@@ -15169,6 +15345,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15169
15345
|
displayRange?: boolean | undefined;
|
|
15170
15346
|
autoClamp?: boolean | undefined;
|
|
15171
15347
|
isValidateOnBlur?: boolean | undefined;
|
|
15348
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
15349
|
+
externalErrorMessages?: string[] | undefined;
|
|
15172
15350
|
}> & Readonly<{
|
|
15173
15351
|
onBlur?: (() => any) | undefined;
|
|
15174
15352
|
onFocus?: (() => any) | undefined;
|
|
@@ -15181,8 +15359,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15181
15359
|
blur(): void;
|
|
15182
15360
|
}, {}, {}, {}, {
|
|
15183
15361
|
label: string;
|
|
15362
|
+
title: string | false;
|
|
15184
15363
|
disabled: boolean;
|
|
15185
15364
|
placeholder: string;
|
|
15365
|
+
density: "default" | "comfortable" | "compact";
|
|
15186
15366
|
readonly: boolean;
|
|
15187
15367
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
|
|
15188
15368
|
bgColor: string;
|
|
@@ -15201,6 +15381,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15201
15381
|
displayAppendIcon: boolean;
|
|
15202
15382
|
displayPrependIcon: boolean;
|
|
15203
15383
|
autoClamp: boolean;
|
|
15384
|
+
externalErrorMessages: string[];
|
|
15204
15385
|
}> | null;
|
|
15205
15386
|
datePickerRef: ({
|
|
15206
15387
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -15232,7 +15413,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15232
15413
|
reverseTransition: string;
|
|
15233
15414
|
header: string;
|
|
15234
15415
|
}> & Omit<{
|
|
15235
|
-
style: import('vue').StyleValue;
|
|
15416
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
15236
15417
|
tile: boolean;
|
|
15237
15418
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
15238
15419
|
divided: boolean;
|
|
@@ -15356,7 +15537,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15356
15537
|
$emit: ((event: "update:month", date: any) => void) & ((event: "update:year", date: any) => void) & ((event: "update:viewMode", date: any) => void);
|
|
15357
15538
|
$el: any;
|
|
15358
15539
|
$options: import('vue').ComponentOptionsBase<{
|
|
15359
|
-
style: import('vue').StyleValue;
|
|
15540
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
15360
15541
|
tile: boolean;
|
|
15361
15542
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
15362
15543
|
divided: boolean;
|
|
@@ -15546,7 +15727,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15546
15727
|
reverseTransition: string;
|
|
15547
15728
|
header: string;
|
|
15548
15729
|
}> & Omit<{
|
|
15549
|
-
style: import('vue').StyleValue;
|
|
15730
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
15550
15731
|
tile: boolean;
|
|
15551
15732
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
15552
15733
|
divided: boolean;
|
|
@@ -15640,6 +15821,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15640
15821
|
noCalendar?: boolean | undefined;
|
|
15641
15822
|
isOutlined?: boolean | undefined;
|
|
15642
15823
|
readonly?: boolean | undefined;
|
|
15824
|
+
title?: string | false | undefined;
|
|
15643
15825
|
width?: string | undefined;
|
|
15644
15826
|
disableErrorHandling?: boolean | undefined;
|
|
15645
15827
|
showSuccessMessages?: boolean | undefined;
|
|
@@ -15655,6 +15837,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15655
15837
|
} | undefined;
|
|
15656
15838
|
autoClamp?: boolean | undefined;
|
|
15657
15839
|
isValidateOnBlur?: boolean | undefined;
|
|
15840
|
+
density?: "default" | "comfortable" | "compact" | undefined;
|
|
15658
15841
|
}> & Readonly<{
|
|
15659
15842
|
onBlur?: (() => any) | undefined;
|
|
15660
15843
|
onFocus?: (() => any) | undefined;
|
|
@@ -15693,9 +15876,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15693
15876
|
resetViewMode: () => void;
|
|
15694
15877
|
}, {}, {}, {}, {
|
|
15695
15878
|
label: string;
|
|
15879
|
+
title: string | false;
|
|
15696
15880
|
width: string;
|
|
15697
15881
|
disabled: boolean;
|
|
15698
15882
|
placeholder: string;
|
|
15883
|
+
density: "default" | "comfortable" | "compact";
|
|
15699
15884
|
readonly: boolean;
|
|
15700
15885
|
modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
|
|
15701
15886
|
bgColor: string;
|
|
@@ -15788,6 +15973,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15788
15973
|
readonly isReversed?: boolean | undefined;
|
|
15789
15974
|
readonly role?: string | undefined;
|
|
15790
15975
|
readonly rounded?: string | number | boolean | undefined;
|
|
15976
|
+
readonly hasError?: boolean | undefined;
|
|
15977
|
+
readonly hasWarning?: boolean | undefined;
|
|
15978
|
+
readonly hasSuccess?: boolean | undefined;
|
|
15791
15979
|
readonly isOnSingleLine?: boolean | undefined;
|
|
15792
15980
|
readonly suffix?: string | undefined;
|
|
15793
15981
|
readonly theme?: string | undefined;
|
|
@@ -15817,7 +16005,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15817
16005
|
[x: string]: unknown;
|
|
15818
16006
|
} & {
|
|
15819
16007
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
15820
|
-
style: import('vue').StyleValue;
|
|
16008
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
15821
16009
|
focused: boolean;
|
|
15822
16010
|
errorMessages: string | readonly string[] | null;
|
|
15823
16011
|
maxErrors: string | number;
|
|
@@ -15841,7 +16029,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15841
16029
|
persistentClear: boolean;
|
|
15842
16030
|
reverse: boolean;
|
|
15843
16031
|
singleLine: boolean;
|
|
15844
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16032
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
15845
16033
|
autofocus: boolean;
|
|
15846
16034
|
persistentPlaceholder: boolean;
|
|
15847
16035
|
persistentCounter: boolean;
|
|
@@ -15968,7 +16156,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15968
16156
|
}> & Omit<{
|
|
15969
16157
|
theme?: string | undefined;
|
|
15970
16158
|
class?: any;
|
|
15971
|
-
style: import('vue').StyleValue;
|
|
16159
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
15972
16160
|
focused: boolean;
|
|
15973
16161
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
15974
16162
|
disabled: boolean | null;
|
|
@@ -16031,7 +16219,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16031
16219
|
$emit: (event: string, ...args: any[]) => void;
|
|
16032
16220
|
$el: any;
|
|
16033
16221
|
$options: import('vue').ComponentOptionsBase<{
|
|
16034
|
-
style: import('vue').StyleValue;
|
|
16222
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16035
16223
|
focused: boolean;
|
|
16036
16224
|
disabled: boolean | null;
|
|
16037
16225
|
error: boolean;
|
|
@@ -16144,7 +16332,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16144
16332
|
messages: string | readonly string[];
|
|
16145
16333
|
direction: "vertical" | "horizontal";
|
|
16146
16334
|
}> & Omit<{
|
|
16147
|
-
style: import('vue').StyleValue;
|
|
16335
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16148
16336
|
focused: boolean;
|
|
16149
16337
|
disabled: boolean | null;
|
|
16150
16338
|
error: boolean;
|
|
@@ -16210,11 +16398,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16210
16398
|
persistentClear: boolean;
|
|
16211
16399
|
reverse: boolean;
|
|
16212
16400
|
singleLine: boolean;
|
|
16213
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16401
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16214
16402
|
}> & Omit<{
|
|
16215
16403
|
theme?: string | undefined;
|
|
16216
16404
|
class?: any;
|
|
16217
|
-
style: import('vue').StyleValue;
|
|
16405
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16218
16406
|
focused: boolean;
|
|
16219
16407
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
16220
16408
|
rounded?: string | number | boolean | undefined;
|
|
@@ -16240,7 +16428,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16240
16428
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
16241
16429
|
reverse: boolean;
|
|
16242
16430
|
singleLine: boolean;
|
|
16243
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16431
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16244
16432
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
16245
16433
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
16246
16434
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -16283,7 +16471,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16283
16471
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
16284
16472
|
$el: any;
|
|
16285
16473
|
$options: import('vue').ComponentOptionsBase<{
|
|
16286
|
-
style: import('vue').StyleValue;
|
|
16474
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16287
16475
|
focused: boolean;
|
|
16288
16476
|
tile: boolean;
|
|
16289
16477
|
clearable: boolean;
|
|
@@ -16298,7 +16486,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16298
16486
|
persistentClear: boolean;
|
|
16299
16487
|
reverse: boolean;
|
|
16300
16488
|
singleLine: boolean;
|
|
16301
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16489
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16302
16490
|
} & {
|
|
16303
16491
|
theme?: string | undefined;
|
|
16304
16492
|
class?: any;
|
|
@@ -16343,7 +16531,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16343
16531
|
persistentClear: boolean;
|
|
16344
16532
|
reverse: boolean;
|
|
16345
16533
|
singleLine: boolean;
|
|
16346
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16534
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16347
16535
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
16348
16536
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
16349
16537
|
props: Record<string, any>;
|
|
@@ -16406,9 +16594,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16406
16594
|
persistentClear: boolean;
|
|
16407
16595
|
reverse: boolean;
|
|
16408
16596
|
singleLine: boolean;
|
|
16409
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16597
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16410
16598
|
}> & Omit<{
|
|
16411
|
-
style: import('vue').StyleValue;
|
|
16599
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16412
16600
|
focused: boolean;
|
|
16413
16601
|
tile: boolean;
|
|
16414
16602
|
clearable: boolean;
|
|
@@ -16423,7 +16611,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16423
16611
|
persistentClear: boolean;
|
|
16424
16612
|
reverse: boolean;
|
|
16425
16613
|
singleLine: boolean;
|
|
16426
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16614
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16427
16615
|
} & {
|
|
16428
16616
|
theme?: string | undefined;
|
|
16429
16617
|
class?: any;
|
|
@@ -16493,7 +16681,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16493
16681
|
persistentClear: boolean;
|
|
16494
16682
|
reverse: boolean;
|
|
16495
16683
|
singleLine: boolean;
|
|
16496
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16684
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16497
16685
|
autofocus: boolean;
|
|
16498
16686
|
persistentPlaceholder: boolean;
|
|
16499
16687
|
persistentCounter: boolean;
|
|
@@ -16545,7 +16733,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16545
16733
|
M: {};
|
|
16546
16734
|
Defaults: {};
|
|
16547
16735
|
}, {
|
|
16548
|
-
style: import('vue').StyleValue;
|
|
16736
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16549
16737
|
focused: boolean;
|
|
16550
16738
|
errorMessages: string | readonly string[] | null;
|
|
16551
16739
|
maxErrors: string | number;
|
|
@@ -16569,7 +16757,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16569
16757
|
persistentClear: boolean;
|
|
16570
16758
|
reverse: boolean;
|
|
16571
16759
|
singleLine: boolean;
|
|
16572
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
16760
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16573
16761
|
autofocus: boolean;
|
|
16574
16762
|
persistentPlaceholder: boolean;
|
|
16575
16763
|
persistentCounter: boolean;
|
|
@@ -16696,7 +16884,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16696
16884
|
}> & Omit<{
|
|
16697
16885
|
theme?: string | undefined;
|
|
16698
16886
|
class?: any;
|
|
16699
|
-
style: import('vue').StyleValue;
|
|
16887
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16700
16888
|
focused: boolean;
|
|
16701
16889
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
16702
16890
|
disabled: boolean | null;
|
|
@@ -16759,7 +16947,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16759
16947
|
$emit: (event: string, ...args: any[]) => void;
|
|
16760
16948
|
$el: any;
|
|
16761
16949
|
$options: import('vue').ComponentOptionsBase<{
|
|
16762
|
-
style: import('vue').StyleValue;
|
|
16950
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16763
16951
|
focused: boolean;
|
|
16764
16952
|
disabled: boolean | null;
|
|
16765
16953
|
error: boolean;
|
|
@@ -16872,7 +17060,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16872
17060
|
messages: string | readonly string[];
|
|
16873
17061
|
direction: "vertical" | "horizontal";
|
|
16874
17062
|
}> & Omit<{
|
|
16875
|
-
style: import('vue').StyleValue;
|
|
17063
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16876
17064
|
focused: boolean;
|
|
16877
17065
|
disabled: boolean | null;
|
|
16878
17066
|
error: boolean;
|
|
@@ -16938,11 +17126,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16938
17126
|
persistentClear: boolean;
|
|
16939
17127
|
reverse: boolean;
|
|
16940
17128
|
singleLine: boolean;
|
|
16941
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
17129
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16942
17130
|
}> & Omit<{
|
|
16943
17131
|
theme?: string | undefined;
|
|
16944
17132
|
class?: any;
|
|
16945
|
-
style: import('vue').StyleValue;
|
|
17133
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16946
17134
|
focused: boolean;
|
|
16947
17135
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
16948
17136
|
rounded?: string | number | boolean | undefined;
|
|
@@ -16968,7 +17156,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16968
17156
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
16969
17157
|
reverse: boolean;
|
|
16970
17158
|
singleLine: boolean;
|
|
16971
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
17159
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
16972
17160
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
16973
17161
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
16974
17162
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -17011,7 +17199,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17011
17199
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
17012
17200
|
$el: any;
|
|
17013
17201
|
$options: import('vue').ComponentOptionsBase<{
|
|
17014
|
-
style: import('vue').StyleValue;
|
|
17202
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
17015
17203
|
focused: boolean;
|
|
17016
17204
|
tile: boolean;
|
|
17017
17205
|
clearable: boolean;
|
|
@@ -17026,7 +17214,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17026
17214
|
persistentClear: boolean;
|
|
17027
17215
|
reverse: boolean;
|
|
17028
17216
|
singleLine: boolean;
|
|
17029
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
17217
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
17030
17218
|
} & {
|
|
17031
17219
|
theme?: string | undefined;
|
|
17032
17220
|
class?: any;
|
|
@@ -17071,7 +17259,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17071
17259
|
persistentClear: boolean;
|
|
17072
17260
|
reverse: boolean;
|
|
17073
17261
|
singleLine: boolean;
|
|
17074
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
17262
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
17075
17263
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
17076
17264
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
17077
17265
|
props: Record<string, any>;
|
|
@@ -17134,9 +17322,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17134
17322
|
persistentClear: boolean;
|
|
17135
17323
|
reverse: boolean;
|
|
17136
17324
|
singleLine: boolean;
|
|
17137
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
17325
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
17138
17326
|
}> & Omit<{
|
|
17139
|
-
style: import('vue').StyleValue;
|
|
17327
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
17140
17328
|
focused: boolean;
|
|
17141
17329
|
tile: boolean;
|
|
17142
17330
|
clearable: boolean;
|
|
@@ -17151,7 +17339,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17151
17339
|
persistentClear: boolean;
|
|
17152
17340
|
reverse: boolean;
|
|
17153
17341
|
singleLine: boolean;
|
|
17154
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
17342
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
17155
17343
|
} & {
|
|
17156
17344
|
theme?: string | undefined;
|
|
17157
17345
|
class?: any;
|
|
@@ -17216,7 +17404,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17216
17404
|
persistentClear: boolean;
|
|
17217
17405
|
reverse: boolean;
|
|
17218
17406
|
singleLine: boolean;
|
|
17219
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
17407
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
17220
17408
|
autofocus: boolean;
|
|
17221
17409
|
persistentPlaceholder: boolean;
|
|
17222
17410
|
persistentCounter: boolean;
|
|
@@ -17282,6 +17470,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17282
17470
|
isReversed?: boolean | undefined;
|
|
17283
17471
|
role?: string | undefined;
|
|
17284
17472
|
rounded?: string | number | boolean | undefined;
|
|
17473
|
+
hasError?: boolean | undefined;
|
|
17474
|
+
hasWarning?: boolean | undefined;
|
|
17475
|
+
hasSuccess?: boolean | undefined;
|
|
17285
17476
|
isOnSingleLine?: boolean | undefined;
|
|
17286
17477
|
suffix?: string | undefined;
|
|
17287
17478
|
theme?: string | undefined;
|
|
@@ -17346,6 +17537,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17346
17537
|
modelValue: string | number | null;
|
|
17347
17538
|
bgColor: string;
|
|
17348
17539
|
isActive: boolean;
|
|
17540
|
+
prefix: string;
|
|
17349
17541
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
17350
17542
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
17351
17543
|
prependTooltip: string;
|
|
@@ -17373,8 +17565,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17373
17565
|
displayPersistentCounter: boolean;
|
|
17374
17566
|
displayPersistentHint: boolean;
|
|
17375
17567
|
displayPersistentPlaceholder: boolean;
|
|
17376
|
-
prefix: string;
|
|
17377
17568
|
isReversed: boolean;
|
|
17569
|
+
hasError: boolean;
|
|
17570
|
+
hasWarning: boolean;
|
|
17378
17571
|
isOnSingleLine: boolean;
|
|
17379
17572
|
suffix: string;
|
|
17380
17573
|
isTiled: boolean;
|
|
@@ -17432,6 +17625,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17432
17625
|
modelValue: string | number | null;
|
|
17433
17626
|
bgColor: string;
|
|
17434
17627
|
isActive: boolean;
|
|
17628
|
+
prefix: string;
|
|
17435
17629
|
prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
17436
17630
|
appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
17437
17631
|
prependTooltip: string;
|
|
@@ -17459,8 +17653,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17459
17653
|
displayPersistentCounter: boolean;
|
|
17460
17654
|
displayPersistentHint: boolean;
|
|
17461
17655
|
displayPersistentPlaceholder: boolean;
|
|
17462
|
-
prefix: string;
|
|
17463
17656
|
isReversed: boolean;
|
|
17657
|
+
hasError: boolean;
|
|
17658
|
+
hasWarning: boolean;
|
|
17464
17659
|
isOnSingleLine: boolean;
|
|
17465
17660
|
suffix: string;
|
|
17466
17661
|
isTiled: boolean;
|
|
@@ -17526,6 +17721,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17526
17721
|
isReversed?: boolean | undefined;
|
|
17527
17722
|
role?: string | undefined;
|
|
17528
17723
|
rounded?: string | number | boolean | undefined;
|
|
17724
|
+
hasError?: boolean | undefined;
|
|
17725
|
+
hasWarning?: boolean | undefined;
|
|
17726
|
+
hasSuccess?: boolean | undefined;
|
|
17529
17727
|
isOnSingleLine?: boolean | undefined;
|
|
17530
17728
|
suffix?: string | undefined;
|
|
17531
17729
|
theme?: string | undefined;
|
|
@@ -17548,7 +17746,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17548
17746
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
17549
17747
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17550
17748
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17551
|
-
}>, "
|
|
17749
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
17552
17750
|
validation: {
|
|
17553
17751
|
errors: import('vue').Ref<string[], string[]>;
|
|
17554
17752
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -17601,7 +17799,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17601
17799
|
reverseTransition: string;
|
|
17602
17800
|
header: string;
|
|
17603
17801
|
}> & Omit<{
|
|
17604
|
-
style: import('vue').StyleValue;
|
|
17802
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
17605
17803
|
tile: boolean;
|
|
17606
17804
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
17607
17805
|
divided: boolean;
|
|
@@ -17725,7 +17923,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17725
17923
|
$emit: ((event: "update:month", date: any) => void) & ((event: "update:year", date: any) => void) & ((event: "update:viewMode", date: any) => void);
|
|
17726
17924
|
$el: any;
|
|
17727
17925
|
$options: import('vue').ComponentOptionsBase<{
|
|
17728
|
-
style: import('vue').StyleValue;
|
|
17926
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
17729
17927
|
tile: boolean;
|
|
17730
17928
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
17731
17929
|
divided: boolean;
|
|
@@ -17915,7 +18113,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17915
18113
|
reverseTransition: string;
|
|
17916
18114
|
header: string;
|
|
17917
18115
|
}> & Omit<{
|
|
17918
|
-
style: import('vue').StyleValue;
|
|
18116
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
17919
18117
|
tile: boolean;
|
|
17920
18118
|
tag: string | import('vuetify/lib/types.mjs').JSXComponent<any>;
|
|
17921
18119
|
divided: boolean;
|
|
@@ -18020,6 +18218,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
18020
18218
|
displayHolidayDays?: boolean | undefined;
|
|
18021
18219
|
useCombinedMode?: boolean | undefined;
|
|
18022
18220
|
textFieldActivator?: boolean | undefined;
|
|
18221
|
+
title?: string | false | undefined;
|
|
18023
18222
|
displayAsterisk?: boolean | undefined;
|
|
18024
18223
|
period?: {
|
|
18025
18224
|
min?: string | undefined;
|
|
@@ -18045,6 +18244,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
18045
18244
|
openDatePicker: () => void;
|
|
18046
18245
|
}, {}, {}, {}, {
|
|
18047
18246
|
label: string;
|
|
18247
|
+
title: string | false;
|
|
18048
18248
|
width: string;
|
|
18049
18249
|
disabled: boolean;
|
|
18050
18250
|
placeholder: string;
|