@cnamts/synapse 1.0.9 → 1.0.10
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-C0wDuzgn.js} +1 -1
- package/dist/{NumberFilter-C_bUk9o1.js → NumberFilter-CBj7zdOi.js} +1 -1
- package/dist/{PeriodFilter-dVOmcfmt.js → PeriodFilter-DB4wWyKy.js} +1 -1
- package/dist/{SelectFilter-BW8KpXkQ.js → SelectFilter-Dces8572.js} +1 -1
- package/dist/{TextFilter-diwVzTz7.js → TextFilter-BU9nlkuS.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/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproBtn/AmeliproBtn.d.ts +2 -2
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +3 -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/AmeliproIconBtn/AmeliproIconBtn.d.ts +1 -1
- 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/AmeliproSelect/AmeliproSelect.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +120 -120
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +12 -12
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +30 -30
- package/dist/components/Amelipro/AmeliproTooltips/AmeliproTooltips.d.ts +12 -2
- package/dist/components/CookieBanner/CookieBanner.d.ts +7 -7
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +20 -20
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +9 -9
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +7 -6
- 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 +36 -31
- package/dist/components/Customs/SyTextField/types.d.ts +1 -1
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +232 -134
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +121 -71
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +60 -37
- 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 +8 -8
- package/dist/components/NirField/NirField.d.ts +90 -65
- 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 +460 -260
- package/dist/components/PhoneField/PhoneField.d.ts +45 -32
- 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 +6 -6
- package/dist/components/SyAlert/SyAlert.d.ts +2 -2
- package/dist/components/SyTextArea/SyTextArea.d.ts +13 -13
- 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 +8 -6
- package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +4 -4
- package/dist/components/Tables/common/usePagination.d.ts +1 -3
- package/dist/components/Tables/common/useTableCheckbox.d.ts +1 -1
- 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 +265 -263
- package/dist/{main-2eWGB7zZ.js → main-Dt4iNotT.js} +14095 -11151
- 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/package.json +2 -2
- 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/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 +98 -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/AmeliproAccordionList/AmeliproAccordionList.vue +2 -2
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +2 -2
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproBadge/AmeliproBadge.stories.ts +97 -0
- package/src/components/Amelipro/AmeliproBtn/AmeliproBtn.stories.ts +190 -8
- package/src/components/Amelipro/AmeliproCallback/AmeliproCallback.stories.ts +321 -0
- package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
- package/src/components/Amelipro/AmeliproCard/AmeliproCard.stories.ts +360 -0
- package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +1 -1
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +1 -1
- package/src/components/Amelipro/AmeliproChips/AmeliproChips.stories.ts +46 -0
- package/src/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.stories.ts +173 -0
- package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.stories.ts +112 -26
- 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 +20 -0
- package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/__snapshots__/AmeliproTooth.spec.ts.snap +39 -0
- package/src/components/Amelipro/AmeliproDentalChart/tests/AmeliproDentalChart.spec.ts +468 -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/__snapshots__/AmeliproDialog.spec.ts.snap +1 -0
- package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +1 -1
- package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +1 -2
- 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 +29 -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/AmeliproIcon/AmeliproIcon.stories.ts +61 -1
- package/src/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.stories.ts +174 -0
- package/src/components/Amelipro/AmeliproIllustratedDataTile/AmeliproIllustratedDataTile.stories.ts +186 -0
- package/src/components/Amelipro/AmeliproMailTile/AmeliproMailTile.stories.ts +237 -0
- package/src/components/Amelipro/AmeliproMessage/AmeliproMessage.stories.ts +111 -0
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.stories.ts +199 -0
- package/src/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.stories.ts +150 -0
- package/src/components/Amelipro/AmeliproOnboarding/AmeliproOnboarding.stories.ts +281 -8
- package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +123 -43
- 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 +79 -0
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +1140 -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 +46 -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 +49 -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 +41 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +548 -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 +27 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/tests/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +548 -0
- package/src/components/Amelipro/AmeliproPostalAddressField/types.d.ts +18 -0
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +4 -3
- package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +2 -2
- package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +210 -0
- package/src/components/Amelipro/AmeliproStatus/AmeliproStatus.stories.ts +326 -0
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +232 -4
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +3 -2
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +0 -4
- package/src/components/Amelipro/AmeliproTabs/AmeliproTabs.vue +1 -1
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +222 -6
- 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/__snapshots__/AmeliproTooltips.spec.ts.snap +1 -5
- package/src/components/Amelipro/AmeliproTransmission/AmeliproTransmission.stories.ts +160 -0
- package/src/components/Amelipro/StructureMenu/StructureMenu.vue +1 -1
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +1 -2
- package/src/components/Customs/Selects/SySelect/SySelect.vue +43 -1
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
- package/src/components/Customs/SyForm/Introduction.mdx +132 -0
- package/src/components/Customs/SyForm/SyForm.mdx +105 -0
- package/src/components/Customs/SyForm/SyForm.stories.ts +375 -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/useTabTransition.ts +42 -0
- package/src/components/Customs/SyTextField/SyTextField.vue +12 -3
- package/src/components/Customs/SyTextField/types.d.ts +1 -1
- package/src/components/DataListItem/DataListItem.vue +12 -13
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +242 -41
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +30 -12
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +246 -59
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +40 -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.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 +4654 -0
- package/src/components/DatePicker/tests/archiTest.md +33 -0
- package/src/components/DatePicker/tests/setup.ts +243 -0
- 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 +187 -15
- package/src/components/DialogBox/useDraggable.ts +92 -4
- 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/HeaderNavigationBar/HeaderNavigationBar.vue +18 -2
- package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +14 -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/useMobileRightMenu.ts +121 -0
- package/src/components/NirField/Accessibilite.stories.ts +4 -0
- package/src/components/NirField/NirField.stories.ts +0 -11
- package/src/components/NirField/NirField.vue +164 -53
- package/src/components/NirField/locales.ts +6 -4
- package/src/components/NirField/tests/NirField.spec.ts +2 -2
- 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 +1 -1
- package/src/components/PhoneField/PhoneField.vue +4 -0
- 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/useMouseSlide.spec.ts +9 -1
- package/src/components/RangeField/RangeSlider/useMouseSlide.ts +23 -8
- package/src/components/RangeField/config.ts +3 -1
- package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +132 -141
- 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 +4 -4
- 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 +3 -3
- 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 +7 -7
- 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/__snapshots__/RatingPicker.spec.ts.snap +120 -516
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +109 -84
- package/src/components/Tables/SyServerTable/SyServerTable.vue +51 -16
- package/src/components/Tables/SyTable/SyTable.vue +1 -6
- package/src/components/Tables/SyTable/tests/SyTable.spec.ts +6 -0
- package/src/components/Tables/common/SyTablePagination.vue +0 -6
- package/src/components/Tables/common/tableProps.ts +19 -1
- package/src/components/Tables/common/usePagination.ts +0 -6
- package/src/components/Tables/common/useTableCheckbox.ts +5 -5
- package/src/components/index.ts +8 -0
- package/src/composables/rules/useFieldValidation.ts +21 -3
- package/src/composables/validation/AvecVosComposants.mdx +145 -0
- package/src/composables/validation/FormValidation.mdx +151 -0
- package/src/composables/validation/FormValidation.stories.ts +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/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
|
@@ -245,7 +245,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
245
245
|
persistentClear: boolean;
|
|
246
246
|
reverse: boolean;
|
|
247
247
|
singleLine: boolean;
|
|
248
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
248
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
249
249
|
autofocus: boolean;
|
|
250
250
|
persistentPlaceholder: boolean;
|
|
251
251
|
persistentCounter: boolean;
|
|
@@ -264,7 +264,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
264
264
|
openOnClear: boolean;
|
|
265
265
|
noAutoScroll: boolean;
|
|
266
266
|
}> & Omit<{
|
|
267
|
-
style: import('vue').StyleValue;
|
|
267
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
268
268
|
focused: boolean;
|
|
269
269
|
errorMessages: string | readonly string[] | null;
|
|
270
270
|
maxErrors: string | number;
|
|
@@ -281,8 +281,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
281
281
|
persistentHint: boolean;
|
|
282
282
|
messages: string | readonly string[];
|
|
283
283
|
direction: "vertical" | "horizontal";
|
|
284
|
-
itemChildren:
|
|
285
|
-
itemType:
|
|
284
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
285
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
286
286
|
clearable: boolean;
|
|
287
287
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
288
288
|
active: boolean;
|
|
@@ -294,7 +294,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
294
294
|
persistentClear: boolean;
|
|
295
295
|
reverse: boolean;
|
|
296
296
|
singleLine: boolean;
|
|
297
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
297
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
298
298
|
autofocus: boolean;
|
|
299
299
|
persistentPlaceholder: boolean;
|
|
300
300
|
persistentCounter: boolean;
|
|
@@ -369,7 +369,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
369
369
|
}> & Omit<{
|
|
370
370
|
theme?: string | undefined;
|
|
371
371
|
class?: any;
|
|
372
|
-
style: import('vue').StyleValue;
|
|
372
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
373
373
|
border?: string | number | boolean | undefined;
|
|
374
374
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
375
375
|
elevation?: string | number | undefined;
|
|
@@ -391,7 +391,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
391
391
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
392
392
|
activated?: any;
|
|
393
393
|
mandatory: boolean;
|
|
394
|
-
itemType:
|
|
394
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
395
395
|
returnObject: boolean;
|
|
396
396
|
valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
|
|
397
397
|
baseColor?: string | undefined;
|
|
@@ -659,7 +659,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
659
659
|
}> & Omit<{
|
|
660
660
|
theme?: string | undefined;
|
|
661
661
|
class?: any;
|
|
662
|
-
style: import('vue').StyleValue;
|
|
662
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
663
663
|
$children?: import('vue').VNodeChild | {
|
|
664
664
|
default?: ((arg: {
|
|
665
665
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
@@ -685,7 +685,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
685
685
|
}) => import('vue').VNodeChild) | undefined;
|
|
686
686
|
} | undefined;
|
|
687
687
|
locationStrategy: "static" | "connected" | import('vuetify/lib/types.mjs').LocationStrategyFunction;
|
|
688
|
-
location: import('vuetify/lib/types.mjs').Anchor
|
|
688
|
+
location: import('vuetify/lib/types.mjs').Anchor;
|
|
689
689
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
690
690
|
offset?: string | number | number[] | undefined;
|
|
691
691
|
stickToTarget: boolean;
|
|
@@ -889,7 +889,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
889
889
|
$emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", ue: boolean) => void);
|
|
890
890
|
$el: any;
|
|
891
891
|
$options: import('vue').ComponentOptionsBase<{
|
|
892
|
-
style: import('vue').StyleValue;
|
|
892
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
893
893
|
focused: boolean;
|
|
894
894
|
errorMessages: string | readonly string[] | null;
|
|
895
895
|
maxErrors: string | number;
|
|
@@ -906,8 +906,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
906
906
|
persistentHint: boolean;
|
|
907
907
|
messages: string | readonly string[];
|
|
908
908
|
direction: "vertical" | "horizontal";
|
|
909
|
-
itemChildren:
|
|
910
|
-
itemType:
|
|
909
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
910
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
911
911
|
clearable: boolean;
|
|
912
912
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
913
913
|
active: boolean;
|
|
@@ -919,7 +919,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
919
919
|
persistentClear: boolean;
|
|
920
920
|
reverse: boolean;
|
|
921
921
|
singleLine: boolean;
|
|
922
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
922
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
923
923
|
autofocus: boolean;
|
|
924
924
|
persistentPlaceholder: boolean;
|
|
925
925
|
persistentCounter: boolean;
|
|
@@ -995,7 +995,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
995
995
|
}> & Omit<{
|
|
996
996
|
theme?: string | undefined;
|
|
997
997
|
class?: any;
|
|
998
|
-
style: import('vue').StyleValue;
|
|
998
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
999
999
|
border?: string | number | boolean | undefined;
|
|
1000
1000
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1001
1001
|
elevation?: string | number | undefined;
|
|
@@ -1017,7 +1017,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1017
1017
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
1018
1018
|
activated?: any;
|
|
1019
1019
|
mandatory: boolean;
|
|
1020
|
-
itemType:
|
|
1020
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
1021
1021
|
returnObject: boolean;
|
|
1022
1022
|
valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
|
|
1023
1023
|
baseColor?: string | undefined;
|
|
@@ -1285,7 +1285,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1285
1285
|
}> & Omit<{
|
|
1286
1286
|
theme?: string | undefined;
|
|
1287
1287
|
class?: any;
|
|
1288
|
-
style: import('vue').StyleValue;
|
|
1288
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1289
1289
|
$children?: import('vue').VNodeChild | {
|
|
1290
1290
|
default?: ((arg: {
|
|
1291
1291
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
@@ -1311,7 +1311,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1311
1311
|
}) => import('vue').VNodeChild) | undefined;
|
|
1312
1312
|
} | undefined;
|
|
1313
1313
|
locationStrategy: "static" | "connected" | import('vuetify/lib/types.mjs').LocationStrategyFunction;
|
|
1314
|
-
location: import('vuetify/lib/types.mjs').Anchor
|
|
1314
|
+
location: import('vuetify/lib/types.mjs').Anchor;
|
|
1315
1315
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
1316
1316
|
offset?: string | number | number[] | undefined;
|
|
1317
1317
|
stickToTarget: boolean;
|
|
@@ -1463,7 +1463,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1463
1463
|
persistentClear: boolean;
|
|
1464
1464
|
reverse: boolean;
|
|
1465
1465
|
singleLine: boolean;
|
|
1466
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1466
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1467
1467
|
autofocus: boolean;
|
|
1468
1468
|
persistentPlaceholder: boolean;
|
|
1469
1469
|
persistentCounter: boolean;
|
|
@@ -1471,7 +1471,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1471
1471
|
}> & Omit<{
|
|
1472
1472
|
theme?: string | undefined;
|
|
1473
1473
|
class?: any;
|
|
1474
|
-
style: import('vue').StyleValue;
|
|
1474
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1475
1475
|
$children?: import('vue').VNodeChild | {
|
|
1476
1476
|
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1477
1477
|
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
@@ -1558,7 +1558,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1558
1558
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1559
1559
|
reverse: boolean;
|
|
1560
1560
|
singleLine: boolean;
|
|
1561
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1561
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1562
1562
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1563
1563
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1564
1564
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -1646,7 +1646,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1646
1646
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
|
|
1647
1647
|
$el: any;
|
|
1648
1648
|
$options: import('vue').ComponentOptionsBase<{
|
|
1649
|
-
style: import('vue').StyleValue;
|
|
1649
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1650
1650
|
focused: boolean;
|
|
1651
1651
|
errorMessages: string | readonly string[] | null;
|
|
1652
1652
|
maxErrors: string | number;
|
|
@@ -1670,7 +1670,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1670
1670
|
persistentClear: boolean;
|
|
1671
1671
|
reverse: boolean;
|
|
1672
1672
|
singleLine: boolean;
|
|
1673
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1673
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1674
1674
|
autofocus: boolean;
|
|
1675
1675
|
persistentPlaceholder: boolean;
|
|
1676
1676
|
persistentCounter: boolean;
|
|
@@ -1797,7 +1797,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1797
1797
|
}> & Omit<{
|
|
1798
1798
|
theme?: string | undefined;
|
|
1799
1799
|
class?: any;
|
|
1800
|
-
style: import('vue').StyleValue;
|
|
1800
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1801
1801
|
focused: boolean;
|
|
1802
1802
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1803
1803
|
disabled: boolean | null;
|
|
@@ -1860,7 +1860,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1860
1860
|
$emit: (event: string, ...args: any[]) => void;
|
|
1861
1861
|
$el: any;
|
|
1862
1862
|
$options: import('vue').ComponentOptionsBase<{
|
|
1863
|
-
style: import('vue').StyleValue;
|
|
1863
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1864
1864
|
focused: boolean;
|
|
1865
1865
|
disabled: boolean | null;
|
|
1866
1866
|
error: boolean;
|
|
@@ -1973,7 +1973,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1973
1973
|
messages: string | readonly string[];
|
|
1974
1974
|
direction: "vertical" | "horizontal";
|
|
1975
1975
|
}> & Omit<{
|
|
1976
|
-
style: import('vue').StyleValue;
|
|
1976
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1977
1977
|
focused: boolean;
|
|
1978
1978
|
disabled: boolean | null;
|
|
1979
1979
|
error: boolean;
|
|
@@ -2039,11 +2039,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2039
2039
|
persistentClear: boolean;
|
|
2040
2040
|
reverse: boolean;
|
|
2041
2041
|
singleLine: boolean;
|
|
2042
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2042
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2043
2043
|
}> & Omit<{
|
|
2044
2044
|
theme?: string | undefined;
|
|
2045
2045
|
class?: any;
|
|
2046
|
-
style: import('vue').StyleValue;
|
|
2046
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2047
2047
|
focused: boolean;
|
|
2048
2048
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2049
2049
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2069,7 +2069,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2069
2069
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2070
2070
|
reverse: boolean;
|
|
2071
2071
|
singleLine: boolean;
|
|
2072
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2072
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2073
2073
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2074
2074
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2075
2075
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -2112,7 +2112,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2112
2112
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
2113
2113
|
$el: any;
|
|
2114
2114
|
$options: import('vue').ComponentOptionsBase<{
|
|
2115
|
-
style: import('vue').StyleValue;
|
|
2115
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2116
2116
|
focused: boolean;
|
|
2117
2117
|
tile: boolean;
|
|
2118
2118
|
clearable: boolean;
|
|
@@ -2127,7 +2127,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2127
2127
|
persistentClear: boolean;
|
|
2128
2128
|
reverse: boolean;
|
|
2129
2129
|
singleLine: boolean;
|
|
2130
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2130
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2131
2131
|
} & {
|
|
2132
2132
|
theme?: string | undefined;
|
|
2133
2133
|
class?: any;
|
|
@@ -2172,7 +2172,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2172
2172
|
persistentClear: boolean;
|
|
2173
2173
|
reverse: boolean;
|
|
2174
2174
|
singleLine: boolean;
|
|
2175
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2175
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2176
2176
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2177
2177
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2178
2178
|
props: Record<string, any>;
|
|
@@ -2235,9 +2235,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2235
2235
|
persistentClear: boolean;
|
|
2236
2236
|
reverse: boolean;
|
|
2237
2237
|
singleLine: boolean;
|
|
2238
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2238
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2239
2239
|
}> & Omit<{
|
|
2240
|
-
style: import('vue').StyleValue;
|
|
2240
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2241
2241
|
focused: boolean;
|
|
2242
2242
|
tile: boolean;
|
|
2243
2243
|
clearable: boolean;
|
|
@@ -2252,7 +2252,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2252
2252
|
persistentClear: boolean;
|
|
2253
2253
|
reverse: boolean;
|
|
2254
2254
|
singleLine: boolean;
|
|
2255
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2255
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2256
2256
|
} & {
|
|
2257
2257
|
theme?: string | undefined;
|
|
2258
2258
|
class?: any;
|
|
@@ -2322,7 +2322,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2322
2322
|
persistentClear: boolean;
|
|
2323
2323
|
reverse: boolean;
|
|
2324
2324
|
singleLine: boolean;
|
|
2325
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2325
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2326
2326
|
autofocus: boolean;
|
|
2327
2327
|
persistentPlaceholder: boolean;
|
|
2328
2328
|
persistentCounter: boolean;
|
|
@@ -2413,13 +2413,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2413
2413
|
persistentClear: boolean;
|
|
2414
2414
|
reverse: boolean;
|
|
2415
2415
|
singleLine: boolean;
|
|
2416
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2416
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2417
2417
|
autofocus: boolean;
|
|
2418
2418
|
persistentPlaceholder: boolean;
|
|
2419
2419
|
persistentCounter: boolean;
|
|
2420
2420
|
type: string;
|
|
2421
2421
|
}> & Omit<{
|
|
2422
|
-
style: import('vue').StyleValue;
|
|
2422
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2423
2423
|
focused: boolean;
|
|
2424
2424
|
errorMessages: string | readonly string[] | null;
|
|
2425
2425
|
maxErrors: string | number;
|
|
@@ -2443,7 +2443,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2443
2443
|
persistentClear: boolean;
|
|
2444
2444
|
reverse: boolean;
|
|
2445
2445
|
singleLine: boolean;
|
|
2446
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2446
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2447
2447
|
autofocus: boolean;
|
|
2448
2448
|
persistentPlaceholder: boolean;
|
|
2449
2449
|
persistentCounter: boolean;
|
|
@@ -2548,7 +2548,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2548
2548
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2549
2549
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2550
2550
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
2551
|
-
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "
|
|
2551
|
+
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "indeterminate" | "lang" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "prefix" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "autocapitalize" | "inert" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "translate" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
2552
2552
|
$: import('vue').ComponentInternalInstance;
|
|
2553
2553
|
$data: {};
|
|
2554
2554
|
$props: Partial<{
|
|
@@ -2570,7 +2570,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2570
2570
|
}> & Omit<{
|
|
2571
2571
|
theme?: string | undefined;
|
|
2572
2572
|
class?: any;
|
|
2573
|
-
style: import('vue').StyleValue;
|
|
2573
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2574
2574
|
focused: boolean;
|
|
2575
2575
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2576
2576
|
disabled: boolean | null;
|
|
@@ -2633,7 +2633,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2633
2633
|
$emit: (event: string, ...args: any[]) => void;
|
|
2634
2634
|
$el: any;
|
|
2635
2635
|
$options: import('vue').ComponentOptionsBase<{
|
|
2636
|
-
style: import('vue').StyleValue;
|
|
2636
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2637
2637
|
focused: boolean;
|
|
2638
2638
|
disabled: boolean | null;
|
|
2639
2639
|
error: boolean;
|
|
@@ -2746,7 +2746,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2746
2746
|
messages: string | readonly string[];
|
|
2747
2747
|
direction: "vertical" | "horizontal";
|
|
2748
2748
|
}> & Omit<{
|
|
2749
|
-
style: import('vue').StyleValue;
|
|
2749
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2750
2750
|
focused: boolean;
|
|
2751
2751
|
disabled: boolean | null;
|
|
2752
2752
|
error: boolean;
|
|
@@ -2812,11 +2812,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2812
2812
|
persistentClear: boolean;
|
|
2813
2813
|
reverse: boolean;
|
|
2814
2814
|
singleLine: boolean;
|
|
2815
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2815
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2816
2816
|
}> & Omit<{
|
|
2817
2817
|
theme?: string | undefined;
|
|
2818
2818
|
class?: any;
|
|
2819
|
-
style: import('vue').StyleValue;
|
|
2819
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2820
2820
|
focused: boolean;
|
|
2821
2821
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2822
2822
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2842,7 +2842,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2842
2842
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2843
2843
|
reverse: boolean;
|
|
2844
2844
|
singleLine: boolean;
|
|
2845
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2845
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2846
2846
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2847
2847
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2848
2848
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -2885,7 +2885,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2885
2885
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
2886
2886
|
$el: any;
|
|
2887
2887
|
$options: import('vue').ComponentOptionsBase<{
|
|
2888
|
-
style: import('vue').StyleValue;
|
|
2888
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2889
2889
|
focused: boolean;
|
|
2890
2890
|
tile: boolean;
|
|
2891
2891
|
clearable: boolean;
|
|
@@ -2900,7 +2900,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2900
2900
|
persistentClear: boolean;
|
|
2901
2901
|
reverse: boolean;
|
|
2902
2902
|
singleLine: boolean;
|
|
2903
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2903
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2904
2904
|
} & {
|
|
2905
2905
|
theme?: string | undefined;
|
|
2906
2906
|
class?: any;
|
|
@@ -2945,7 +2945,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2945
2945
|
persistentClear: boolean;
|
|
2946
2946
|
reverse: boolean;
|
|
2947
2947
|
singleLine: boolean;
|
|
2948
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2948
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2949
2949
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2950
2950
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2951
2951
|
props: Record<string, any>;
|
|
@@ -3008,9 +3008,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3008
3008
|
persistentClear: boolean;
|
|
3009
3009
|
reverse: boolean;
|
|
3010
3010
|
singleLine: boolean;
|
|
3011
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3011
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3012
3012
|
}> & Omit<{
|
|
3013
|
-
style: import('vue').StyleValue;
|
|
3013
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3014
3014
|
focused: boolean;
|
|
3015
3015
|
tile: boolean;
|
|
3016
3016
|
clearable: boolean;
|
|
@@ -3025,7 +3025,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3025
3025
|
persistentClear: boolean;
|
|
3026
3026
|
reverse: boolean;
|
|
3027
3027
|
singleLine: boolean;
|
|
3028
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3028
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3029
3029
|
} & {
|
|
3030
3030
|
theme?: string | undefined;
|
|
3031
3031
|
class?: any;
|
|
@@ -3090,7 +3090,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3090
3090
|
}> & Omit<{
|
|
3091
3091
|
theme?: string | undefined;
|
|
3092
3092
|
class?: any;
|
|
3093
|
-
style: import('vue').StyleValue;
|
|
3093
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3094
3094
|
focused: boolean;
|
|
3095
3095
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
3096
3096
|
disabled: boolean | null;
|
|
@@ -3153,7 +3153,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3153
3153
|
$emit: (event: string, ...args: any[]) => void;
|
|
3154
3154
|
$el: any;
|
|
3155
3155
|
$options: import('vue').ComponentOptionsBase<{
|
|
3156
|
-
style: import('vue').StyleValue;
|
|
3156
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3157
3157
|
focused: boolean;
|
|
3158
3158
|
disabled: boolean | null;
|
|
3159
3159
|
error: boolean;
|
|
@@ -3266,7 +3266,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3266
3266
|
messages: string | readonly string[];
|
|
3267
3267
|
direction: "vertical" | "horizontal";
|
|
3268
3268
|
}> & Omit<{
|
|
3269
|
-
style: import('vue').StyleValue;
|
|
3269
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3270
3270
|
focused: boolean;
|
|
3271
3271
|
disabled: boolean | null;
|
|
3272
3272
|
error: boolean;
|
|
@@ -3332,11 +3332,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3332
3332
|
persistentClear: boolean;
|
|
3333
3333
|
reverse: boolean;
|
|
3334
3334
|
singleLine: boolean;
|
|
3335
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3335
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3336
3336
|
}> & Omit<{
|
|
3337
3337
|
theme?: string | undefined;
|
|
3338
3338
|
class?: any;
|
|
3339
|
-
style: import('vue').StyleValue;
|
|
3339
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3340
3340
|
focused: boolean;
|
|
3341
3341
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
3342
3342
|
rounded?: string | number | boolean | undefined;
|
|
@@ -3362,7 +3362,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3362
3362
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3363
3363
|
reverse: boolean;
|
|
3364
3364
|
singleLine: boolean;
|
|
3365
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3365
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3366
3366
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3367
3367
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3368
3368
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3405,7 +3405,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3405
3405
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
3406
3406
|
$el: any;
|
|
3407
3407
|
$options: import('vue').ComponentOptionsBase<{
|
|
3408
|
-
style: import('vue').StyleValue;
|
|
3408
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3409
3409
|
focused: boolean;
|
|
3410
3410
|
tile: boolean;
|
|
3411
3411
|
clearable: boolean;
|
|
@@ -3420,7 +3420,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3420
3420
|
persistentClear: boolean;
|
|
3421
3421
|
reverse: boolean;
|
|
3422
3422
|
singleLine: boolean;
|
|
3423
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3423
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3424
3424
|
} & {
|
|
3425
3425
|
theme?: string | undefined;
|
|
3426
3426
|
class?: any;
|
|
@@ -3465,7 +3465,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3465
3465
|
persistentClear: boolean;
|
|
3466
3466
|
reverse: boolean;
|
|
3467
3467
|
singleLine: boolean;
|
|
3468
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3468
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3469
3469
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
3470
3470
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
3471
3471
|
props: Record<string, any>;
|
|
@@ -3528,9 +3528,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3528
3528
|
persistentClear: boolean;
|
|
3529
3529
|
reverse: boolean;
|
|
3530
3530
|
singleLine: boolean;
|
|
3531
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3531
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3532
3532
|
}> & Omit<{
|
|
3533
|
-
style: import('vue').StyleValue;
|
|
3533
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3534
3534
|
focused: boolean;
|
|
3535
3535
|
tile: boolean;
|
|
3536
3536
|
clearable: boolean;
|
|
@@ -3545,7 +3545,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3545
3545
|
persistentClear: boolean;
|
|
3546
3546
|
reverse: boolean;
|
|
3547
3547
|
singleLine: boolean;
|
|
3548
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3548
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3549
3549
|
} & {
|
|
3550
3550
|
theme?: string | undefined;
|
|
3551
3551
|
class?: any;
|
|
@@ -3621,7 +3621,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3621
3621
|
persistentClear: boolean;
|
|
3622
3622
|
reverse: boolean;
|
|
3623
3623
|
singleLine: boolean;
|
|
3624
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3624
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3625
3625
|
autofocus: boolean;
|
|
3626
3626
|
persistentPlaceholder: boolean;
|
|
3627
3627
|
persistentCounter: boolean;
|
|
@@ -3766,7 +3766,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3766
3766
|
persistentClear: boolean;
|
|
3767
3767
|
reverse: boolean;
|
|
3768
3768
|
singleLine: boolean;
|
|
3769
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3769
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3770
3770
|
autofocus: boolean;
|
|
3771
3771
|
persistentPlaceholder: boolean;
|
|
3772
3772
|
persistentCounter: boolean;
|
|
@@ -3785,7 +3785,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3785
3785
|
openOnClear: boolean;
|
|
3786
3786
|
noAutoScroll: boolean;
|
|
3787
3787
|
}> & Omit<{
|
|
3788
|
-
style: import('vue').StyleValue;
|
|
3788
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3789
3789
|
focused: boolean;
|
|
3790
3790
|
errorMessages: string | readonly string[] | null;
|
|
3791
3791
|
maxErrors: string | number;
|
|
@@ -3802,8 +3802,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3802
3802
|
persistentHint: boolean;
|
|
3803
3803
|
messages: string | readonly string[];
|
|
3804
3804
|
direction: "vertical" | "horizontal";
|
|
3805
|
-
itemChildren:
|
|
3806
|
-
itemType:
|
|
3805
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3806
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3807
3807
|
clearable: boolean;
|
|
3808
3808
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3809
3809
|
active: boolean;
|
|
@@ -3815,7 +3815,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3815
3815
|
persistentClear: boolean;
|
|
3816
3816
|
reverse: boolean;
|
|
3817
3817
|
singleLine: boolean;
|
|
3818
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3818
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3819
3819
|
autofocus: boolean;
|
|
3820
3820
|
persistentPlaceholder: boolean;
|
|
3821
3821
|
persistentCounter: boolean;
|
|
@@ -3891,7 +3891,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3891
3891
|
}> & Omit<{
|
|
3892
3892
|
theme?: string | undefined;
|
|
3893
3893
|
class?: any;
|
|
3894
|
-
style: import('vue').StyleValue;
|
|
3894
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3895
3895
|
border?: string | number | boolean | undefined;
|
|
3896
3896
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
3897
3897
|
elevation?: string | number | undefined;
|
|
@@ -3913,7 +3913,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3913
3913
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
3914
3914
|
activated?: any;
|
|
3915
3915
|
mandatory: boolean;
|
|
3916
|
-
itemType:
|
|
3916
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3917
3917
|
returnObject: boolean;
|
|
3918
3918
|
valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
|
|
3919
3919
|
baseColor?: string | undefined;
|
|
@@ -4181,7 +4181,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4181
4181
|
}> & Omit<{
|
|
4182
4182
|
theme?: string | undefined;
|
|
4183
4183
|
class?: any;
|
|
4184
|
-
style: import('vue').StyleValue;
|
|
4184
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4185
4185
|
$children?: import('vue').VNodeChild | {
|
|
4186
4186
|
default?: ((arg: {
|
|
4187
4187
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
@@ -4207,7 +4207,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4207
4207
|
}) => import('vue').VNodeChild) | undefined;
|
|
4208
4208
|
} | undefined;
|
|
4209
4209
|
locationStrategy: "static" | "connected" | import('vuetify/lib/types.mjs').LocationStrategyFunction;
|
|
4210
|
-
location: import('vuetify/lib/types.mjs').Anchor
|
|
4210
|
+
location: import('vuetify/lib/types.mjs').Anchor;
|
|
4211
4211
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
4212
4212
|
offset?: string | number | number[] | undefined;
|
|
4213
4213
|
stickToTarget: boolean;
|
|
@@ -4325,7 +4325,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4325
4325
|
} & {
|
|
4326
4326
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
4327
4327
|
"onUpdate:menu"?: ((ue: boolean) => any) | undefined;
|
|
4328
|
-
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "menu" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "transition" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "prepend" | "append" | "normalize" | "dir" | "hidden" | "capture" | "eager" | "itemChildren" | "itemType" | "multiple" | "list" | "
|
|
4328
|
+
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "menu" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "transition" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "prepend" | "append" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "eager" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "indeterminate" | "lang" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "autocapitalize" | "inert" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "translate" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "chips" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll"> & import('vue').ShallowUnwrapRef<{
|
|
4329
4329
|
isFocused: import('vue').ShallowRef<boolean, boolean>;
|
|
4330
4330
|
menu: import('vue').WritableComputedRef<boolean, boolean>;
|
|
4331
4331
|
select: (item: import('vuetify/lib/composables/list-items.mjs').ListItem<any>, set?: boolean | null | undefined) => void;
|
|
@@ -4359,7 +4359,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4359
4359
|
persistentClear: boolean;
|
|
4360
4360
|
reverse: boolean;
|
|
4361
4361
|
singleLine: boolean;
|
|
4362
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4362
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4363
4363
|
autofocus: boolean;
|
|
4364
4364
|
persistentPlaceholder: boolean;
|
|
4365
4365
|
persistentCounter: boolean;
|
|
@@ -4367,7 +4367,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4367
4367
|
}> & Omit<{
|
|
4368
4368
|
theme?: string | undefined;
|
|
4369
4369
|
class?: any;
|
|
4370
|
-
style: import('vue').StyleValue;
|
|
4370
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4371
4371
|
$children?: import('vue').VNodeChild | {
|
|
4372
4372
|
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
4373
4373
|
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
@@ -4454,7 +4454,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4454
4454
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
4455
4455
|
reverse: boolean;
|
|
4456
4456
|
singleLine: boolean;
|
|
4457
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4457
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4458
4458
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4459
4459
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4460
4460
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4542,7 +4542,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4542
4542
|
$emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
|
|
4543
4543
|
$el: any;
|
|
4544
4544
|
$options: import('vue').ComponentOptionsBase<{
|
|
4545
|
-
style: import('vue').StyleValue;
|
|
4545
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4546
4546
|
focused: boolean;
|
|
4547
4547
|
errorMessages: string | readonly string[] | null;
|
|
4548
4548
|
maxErrors: string | number;
|
|
@@ -4566,7 +4566,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4566
4566
|
persistentClear: boolean;
|
|
4567
4567
|
reverse: boolean;
|
|
4568
4568
|
singleLine: boolean;
|
|
4569
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4569
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4570
4570
|
autofocus: boolean;
|
|
4571
4571
|
persistentPlaceholder: boolean;
|
|
4572
4572
|
persistentCounter: boolean;
|
|
@@ -4693,7 +4693,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4693
4693
|
}> & Omit<{
|
|
4694
4694
|
theme?: string | undefined;
|
|
4695
4695
|
class?: any;
|
|
4696
|
-
style: import('vue').StyleValue;
|
|
4696
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4697
4697
|
focused: boolean;
|
|
4698
4698
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
4699
4699
|
disabled: boolean | null;
|
|
@@ -4756,7 +4756,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4756
4756
|
$emit: (event: string, ...args: any[]) => void;
|
|
4757
4757
|
$el: any;
|
|
4758
4758
|
$options: import('vue').ComponentOptionsBase<{
|
|
4759
|
-
style: import('vue').StyleValue;
|
|
4759
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4760
4760
|
focused: boolean;
|
|
4761
4761
|
disabled: boolean | null;
|
|
4762
4762
|
error: boolean;
|
|
@@ -4869,7 +4869,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4869
4869
|
messages: string | readonly string[];
|
|
4870
4870
|
direction: "vertical" | "horizontal";
|
|
4871
4871
|
}> & Omit<{
|
|
4872
|
-
style: import('vue').StyleValue;
|
|
4872
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4873
4873
|
focused: boolean;
|
|
4874
4874
|
disabled: boolean | null;
|
|
4875
4875
|
error: boolean;
|
|
@@ -4935,11 +4935,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4935
4935
|
persistentClear: boolean;
|
|
4936
4936
|
reverse: boolean;
|
|
4937
4937
|
singleLine: boolean;
|
|
4938
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4938
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4939
4939
|
}> & Omit<{
|
|
4940
4940
|
theme?: string | undefined;
|
|
4941
4941
|
class?: any;
|
|
4942
|
-
style: import('vue').StyleValue;
|
|
4942
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4943
4943
|
focused: boolean;
|
|
4944
4944
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
4945
4945
|
rounded?: string | number | boolean | undefined;
|
|
@@ -4965,7 +4965,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4965
4965
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
4966
4966
|
reverse: boolean;
|
|
4967
4967
|
singleLine: boolean;
|
|
4968
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4968
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4969
4969
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4970
4970
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4971
4971
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5008,7 +5008,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5008
5008
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
5009
5009
|
$el: any;
|
|
5010
5010
|
$options: import('vue').ComponentOptionsBase<{
|
|
5011
|
-
style: import('vue').StyleValue;
|
|
5011
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5012
5012
|
focused: boolean;
|
|
5013
5013
|
tile: boolean;
|
|
5014
5014
|
clearable: boolean;
|
|
@@ -5023,7 +5023,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5023
5023
|
persistentClear: boolean;
|
|
5024
5024
|
reverse: boolean;
|
|
5025
5025
|
singleLine: boolean;
|
|
5026
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5026
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5027
5027
|
} & {
|
|
5028
5028
|
theme?: string | undefined;
|
|
5029
5029
|
class?: any;
|
|
@@ -5068,7 +5068,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5068
5068
|
persistentClear: boolean;
|
|
5069
5069
|
reverse: boolean;
|
|
5070
5070
|
singleLine: boolean;
|
|
5071
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5071
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5072
5072
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
5073
5073
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
5074
5074
|
props: Record<string, any>;
|
|
@@ -5131,9 +5131,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5131
5131
|
persistentClear: boolean;
|
|
5132
5132
|
reverse: boolean;
|
|
5133
5133
|
singleLine: boolean;
|
|
5134
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5134
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5135
5135
|
}> & Omit<{
|
|
5136
|
-
style: import('vue').StyleValue;
|
|
5136
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5137
5137
|
focused: boolean;
|
|
5138
5138
|
tile: boolean;
|
|
5139
5139
|
clearable: boolean;
|
|
@@ -5148,7 +5148,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5148
5148
|
persistentClear: boolean;
|
|
5149
5149
|
reverse: boolean;
|
|
5150
5150
|
singleLine: boolean;
|
|
5151
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5151
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5152
5152
|
} & {
|
|
5153
5153
|
theme?: string | undefined;
|
|
5154
5154
|
class?: any;
|
|
@@ -5218,7 +5218,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5218
5218
|
persistentClear: boolean;
|
|
5219
5219
|
reverse: boolean;
|
|
5220
5220
|
singleLine: boolean;
|
|
5221
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5221
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5222
5222
|
autofocus: boolean;
|
|
5223
5223
|
persistentPlaceholder: boolean;
|
|
5224
5224
|
persistentCounter: boolean;
|
|
@@ -5309,13 +5309,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5309
5309
|
persistentClear: boolean;
|
|
5310
5310
|
reverse: boolean;
|
|
5311
5311
|
singleLine: boolean;
|
|
5312
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5312
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5313
5313
|
autofocus: boolean;
|
|
5314
5314
|
persistentPlaceholder: boolean;
|
|
5315
5315
|
persistentCounter: boolean;
|
|
5316
5316
|
type: string;
|
|
5317
5317
|
}> & Omit<{
|
|
5318
|
-
style: import('vue').StyleValue;
|
|
5318
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5319
5319
|
focused: boolean;
|
|
5320
5320
|
errorMessages: string | readonly string[] | null;
|
|
5321
5321
|
maxErrors: string | number;
|
|
@@ -5339,7 +5339,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5339
5339
|
persistentClear: boolean;
|
|
5340
5340
|
reverse: boolean;
|
|
5341
5341
|
singleLine: boolean;
|
|
5342
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5342
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5343
5343
|
autofocus: boolean;
|
|
5344
5344
|
persistentPlaceholder: boolean;
|
|
5345
5345
|
persistentCounter: boolean;
|
|
@@ -5444,7 +5444,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5444
5444
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
5445
5445
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
5446
5446
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
5447
|
-
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "
|
|
5447
|
+
}, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "indeterminate" | "lang" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "prefix" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "autocapitalize" | "inert" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "translate" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
5448
5448
|
$: import('vue').ComponentInternalInstance;
|
|
5449
5449
|
$data: {};
|
|
5450
5450
|
$props: Partial<{
|
|
@@ -5466,7 +5466,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5466
5466
|
}> & Omit<{
|
|
5467
5467
|
theme?: string | undefined;
|
|
5468
5468
|
class?: any;
|
|
5469
|
-
style: import('vue').StyleValue;
|
|
5469
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5470
5470
|
focused: boolean;
|
|
5471
5471
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
5472
5472
|
disabled: boolean | null;
|
|
@@ -5529,7 +5529,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5529
5529
|
$emit: (event: string, ...args: any[]) => void;
|
|
5530
5530
|
$el: any;
|
|
5531
5531
|
$options: import('vue').ComponentOptionsBase<{
|
|
5532
|
-
style: import('vue').StyleValue;
|
|
5532
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5533
5533
|
focused: boolean;
|
|
5534
5534
|
disabled: boolean | null;
|
|
5535
5535
|
error: boolean;
|
|
@@ -5642,7 +5642,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5642
5642
|
messages: string | readonly string[];
|
|
5643
5643
|
direction: "vertical" | "horizontal";
|
|
5644
5644
|
}> & Omit<{
|
|
5645
|
-
style: import('vue').StyleValue;
|
|
5645
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5646
5646
|
focused: boolean;
|
|
5647
5647
|
disabled: boolean | null;
|
|
5648
5648
|
error: boolean;
|
|
@@ -5708,11 +5708,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5708
5708
|
persistentClear: boolean;
|
|
5709
5709
|
reverse: boolean;
|
|
5710
5710
|
singleLine: boolean;
|
|
5711
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5711
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5712
5712
|
}> & Omit<{
|
|
5713
5713
|
theme?: string | undefined;
|
|
5714
5714
|
class?: any;
|
|
5715
|
-
style: import('vue').StyleValue;
|
|
5715
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5716
5716
|
focused: boolean;
|
|
5717
5717
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
5718
5718
|
rounded?: string | number | boolean | undefined;
|
|
@@ -5738,7 +5738,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5738
5738
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
5739
5739
|
reverse: boolean;
|
|
5740
5740
|
singleLine: boolean;
|
|
5741
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5741
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5742
5742
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5743
5743
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5744
5744
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5781,7 +5781,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5781
5781
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
5782
5782
|
$el: any;
|
|
5783
5783
|
$options: import('vue').ComponentOptionsBase<{
|
|
5784
|
-
style: import('vue').StyleValue;
|
|
5784
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5785
5785
|
focused: boolean;
|
|
5786
5786
|
tile: boolean;
|
|
5787
5787
|
clearable: boolean;
|
|
@@ -5796,7 +5796,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5796
5796
|
persistentClear: boolean;
|
|
5797
5797
|
reverse: boolean;
|
|
5798
5798
|
singleLine: boolean;
|
|
5799
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5799
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5800
5800
|
} & {
|
|
5801
5801
|
theme?: string | undefined;
|
|
5802
5802
|
class?: any;
|
|
@@ -5841,7 +5841,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5841
5841
|
persistentClear: boolean;
|
|
5842
5842
|
reverse: boolean;
|
|
5843
5843
|
singleLine: boolean;
|
|
5844
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5844
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5845
5845
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
5846
5846
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
5847
5847
|
props: Record<string, any>;
|
|
@@ -5904,9 +5904,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5904
5904
|
persistentClear: boolean;
|
|
5905
5905
|
reverse: boolean;
|
|
5906
5906
|
singleLine: boolean;
|
|
5907
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5907
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5908
5908
|
}> & Omit<{
|
|
5909
|
-
style: import('vue').StyleValue;
|
|
5909
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5910
5910
|
focused: boolean;
|
|
5911
5911
|
tile: boolean;
|
|
5912
5912
|
clearable: boolean;
|
|
@@ -5921,7 +5921,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5921
5921
|
persistentClear: boolean;
|
|
5922
5922
|
reverse: boolean;
|
|
5923
5923
|
singleLine: boolean;
|
|
5924
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5924
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5925
5925
|
} & {
|
|
5926
5926
|
theme?: string | undefined;
|
|
5927
5927
|
class?: any;
|
|
@@ -5986,7 +5986,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5986
5986
|
}> & Omit<{
|
|
5987
5987
|
theme?: string | undefined;
|
|
5988
5988
|
class?: any;
|
|
5989
|
-
style: import('vue').StyleValue;
|
|
5989
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5990
5990
|
focused: boolean;
|
|
5991
5991
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
5992
5992
|
disabled: boolean | null;
|
|
@@ -6049,7 +6049,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6049
6049
|
$emit: (event: string, ...args: any[]) => void;
|
|
6050
6050
|
$el: any;
|
|
6051
6051
|
$options: import('vue').ComponentOptionsBase<{
|
|
6052
|
-
style: import('vue').StyleValue;
|
|
6052
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6053
6053
|
focused: boolean;
|
|
6054
6054
|
disabled: boolean | null;
|
|
6055
6055
|
error: boolean;
|
|
@@ -6162,7 +6162,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6162
6162
|
messages: string | readonly string[];
|
|
6163
6163
|
direction: "vertical" | "horizontal";
|
|
6164
6164
|
}> & Omit<{
|
|
6165
|
-
style: import('vue').StyleValue;
|
|
6165
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6166
6166
|
focused: boolean;
|
|
6167
6167
|
disabled: boolean | null;
|
|
6168
6168
|
error: boolean;
|
|
@@ -6228,11 +6228,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6228
6228
|
persistentClear: boolean;
|
|
6229
6229
|
reverse: boolean;
|
|
6230
6230
|
singleLine: boolean;
|
|
6231
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6231
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6232
6232
|
}> & Omit<{
|
|
6233
6233
|
theme?: string | undefined;
|
|
6234
6234
|
class?: any;
|
|
6235
|
-
style: import('vue').StyleValue;
|
|
6235
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6236
6236
|
focused: boolean;
|
|
6237
6237
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
6238
6238
|
rounded?: string | number | boolean | undefined;
|
|
@@ -6258,7 +6258,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6258
6258
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
6259
6259
|
reverse: boolean;
|
|
6260
6260
|
singleLine: boolean;
|
|
6261
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6261
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6262
6262
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
6263
6263
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
6264
6264
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -6301,7 +6301,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6301
6301
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
6302
6302
|
$el: any;
|
|
6303
6303
|
$options: import('vue').ComponentOptionsBase<{
|
|
6304
|
-
style: import('vue').StyleValue;
|
|
6304
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6305
6305
|
focused: boolean;
|
|
6306
6306
|
tile: boolean;
|
|
6307
6307
|
clearable: boolean;
|
|
@@ -6316,7 +6316,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6316
6316
|
persistentClear: boolean;
|
|
6317
6317
|
reverse: boolean;
|
|
6318
6318
|
singleLine: boolean;
|
|
6319
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6319
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6320
6320
|
} & {
|
|
6321
6321
|
theme?: string | undefined;
|
|
6322
6322
|
class?: any;
|
|
@@ -6361,7 +6361,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6361
6361
|
persistentClear: boolean;
|
|
6362
6362
|
reverse: boolean;
|
|
6363
6363
|
singleLine: boolean;
|
|
6364
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6364
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6365
6365
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
6366
6366
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
6367
6367
|
props: Record<string, any>;
|
|
@@ -6424,9 +6424,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6424
6424
|
persistentClear: boolean;
|
|
6425
6425
|
reverse: boolean;
|
|
6426
6426
|
singleLine: boolean;
|
|
6427
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6427
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6428
6428
|
}> & Omit<{
|
|
6429
|
-
style: import('vue').StyleValue;
|
|
6429
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6430
6430
|
focused: boolean;
|
|
6431
6431
|
tile: boolean;
|
|
6432
6432
|
clearable: boolean;
|
|
@@ -6441,7 +6441,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6441
6441
|
persistentClear: boolean;
|
|
6442
6442
|
reverse: boolean;
|
|
6443
6443
|
singleLine: boolean;
|
|
6444
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6444
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6445
6445
|
} & {
|
|
6446
6446
|
theme?: string | undefined;
|
|
6447
6447
|
class?: any;
|