@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
|
@@ -301,7 +301,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
301
301
|
persistentClear: boolean;
|
|
302
302
|
reverse: boolean;
|
|
303
303
|
singleLine: boolean;
|
|
304
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
304
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
305
305
|
autofocus: boolean;
|
|
306
306
|
persistentPlaceholder: boolean;
|
|
307
307
|
persistentCounter: boolean;
|
|
@@ -320,7 +320,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
320
320
|
openOnClear: boolean;
|
|
321
321
|
noAutoScroll: boolean;
|
|
322
322
|
}> & Omit<{
|
|
323
|
-
style: import('vue').StyleValue;
|
|
323
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
324
324
|
focused: boolean;
|
|
325
325
|
errorMessages: string | readonly string[] | null;
|
|
326
326
|
maxErrors: string | number;
|
|
@@ -337,8 +337,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
337
337
|
persistentHint: boolean;
|
|
338
338
|
messages: string | readonly string[];
|
|
339
339
|
direction: "vertical" | "horizontal";
|
|
340
|
-
itemChildren:
|
|
341
|
-
itemType:
|
|
340
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
341
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
342
342
|
clearable: boolean;
|
|
343
343
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
344
344
|
active: boolean;
|
|
@@ -350,7 +350,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
350
350
|
persistentClear: boolean;
|
|
351
351
|
reverse: boolean;
|
|
352
352
|
singleLine: boolean;
|
|
353
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
353
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
354
354
|
autofocus: boolean;
|
|
355
355
|
persistentPlaceholder: boolean;
|
|
356
356
|
persistentCounter: boolean;
|
|
@@ -425,7 +425,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
425
425
|
}> & Omit<{
|
|
426
426
|
theme?: string | undefined;
|
|
427
427
|
class?: any;
|
|
428
|
-
style: import('vue').StyleValue;
|
|
428
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
429
429
|
border?: string | number | boolean | undefined;
|
|
430
430
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
431
431
|
elevation?: string | number | undefined;
|
|
@@ -447,7 +447,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
447
447
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
448
448
|
activated?: any;
|
|
449
449
|
mandatory: boolean;
|
|
450
|
-
itemType:
|
|
450
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
451
451
|
returnObject: boolean;
|
|
452
452
|
valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
|
|
453
453
|
baseColor?: string | undefined;
|
|
@@ -715,7 +715,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
715
715
|
}> & Omit<{
|
|
716
716
|
theme?: string | undefined;
|
|
717
717
|
class?: any;
|
|
718
|
-
style: import('vue').StyleValue;
|
|
718
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
719
719
|
$children?: import('vue').VNodeChild | {
|
|
720
720
|
default?: ((arg: {
|
|
721
721
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
@@ -741,7 +741,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
741
741
|
}) => import('vue').VNodeChild) | undefined;
|
|
742
742
|
} | undefined;
|
|
743
743
|
locationStrategy: "static" | "connected" | import('vuetify/lib/types.mjs').LocationStrategyFunction;
|
|
744
|
-
location: import('vuetify/lib/types.mjs').Anchor
|
|
744
|
+
location: import('vuetify/lib/types.mjs').Anchor;
|
|
745
745
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
746
746
|
offset?: string | number | number[] | undefined;
|
|
747
747
|
stickToTarget: boolean;
|
|
@@ -945,7 +945,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
945
945
|
$emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", ue: boolean) => void);
|
|
946
946
|
$el: any;
|
|
947
947
|
$options: import('vue').ComponentOptionsBase<{
|
|
948
|
-
style: import('vue').StyleValue;
|
|
948
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
949
949
|
focused: boolean;
|
|
950
950
|
errorMessages: string | readonly string[] | null;
|
|
951
951
|
maxErrors: string | number;
|
|
@@ -962,8 +962,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
962
962
|
persistentHint: boolean;
|
|
963
963
|
messages: string | readonly string[];
|
|
964
964
|
direction: "vertical" | "horizontal";
|
|
965
|
-
itemChildren:
|
|
966
|
-
itemType:
|
|
965
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
966
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
967
967
|
clearable: boolean;
|
|
968
968
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
969
969
|
active: boolean;
|
|
@@ -975,7 +975,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
975
975
|
persistentClear: boolean;
|
|
976
976
|
reverse: boolean;
|
|
977
977
|
singleLine: boolean;
|
|
978
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
978
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
979
979
|
autofocus: boolean;
|
|
980
980
|
persistentPlaceholder: boolean;
|
|
981
981
|
persistentCounter: boolean;
|
|
@@ -1051,7 +1051,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1051
1051
|
}> & Omit<{
|
|
1052
1052
|
theme?: string | undefined;
|
|
1053
1053
|
class?: any;
|
|
1054
|
-
style: import('vue').StyleValue;
|
|
1054
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1055
1055
|
border?: string | number | boolean | undefined;
|
|
1056
1056
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1057
1057
|
elevation?: string | number | undefined;
|
|
@@ -1073,7 +1073,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1073
1073
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
1074
1074
|
activated?: any;
|
|
1075
1075
|
mandatory: boolean;
|
|
1076
|
-
itemType:
|
|
1076
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
1077
1077
|
returnObject: boolean;
|
|
1078
1078
|
valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
|
|
1079
1079
|
baseColor?: string | undefined;
|
|
@@ -1341,7 +1341,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1341
1341
|
}> & Omit<{
|
|
1342
1342
|
theme?: string | undefined;
|
|
1343
1343
|
class?: any;
|
|
1344
|
-
style: import('vue').StyleValue;
|
|
1344
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1345
1345
|
$children?: import('vue').VNodeChild | {
|
|
1346
1346
|
default?: ((arg: {
|
|
1347
1347
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
@@ -1367,7 +1367,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1367
1367
|
}) => import('vue').VNodeChild) | undefined;
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
locationStrategy: "static" | "connected" | import('vuetify/lib/types.mjs').LocationStrategyFunction;
|
|
1370
|
-
location: import('vuetify/lib/types.mjs').Anchor
|
|
1370
|
+
location: import('vuetify/lib/types.mjs').Anchor;
|
|
1371
1371
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
1372
1372
|
offset?: string | number | number[] | undefined;
|
|
1373
1373
|
stickToTarget: boolean;
|
|
@@ -1519,7 +1519,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1519
1519
|
persistentClear: boolean;
|
|
1520
1520
|
reverse: boolean;
|
|
1521
1521
|
singleLine: boolean;
|
|
1522
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1522
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1523
1523
|
autofocus: boolean;
|
|
1524
1524
|
persistentPlaceholder: boolean;
|
|
1525
1525
|
persistentCounter: boolean;
|
|
@@ -1527,7 +1527,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1527
1527
|
}> & Omit<{
|
|
1528
1528
|
theme?: string | undefined;
|
|
1529
1529
|
class?: any;
|
|
1530
|
-
style: import('vue').StyleValue;
|
|
1530
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1531
1531
|
$children?: import('vue').VNodeChild | {
|
|
1532
1532
|
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1533
1533
|
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
@@ -1614,7 +1614,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1614
1614
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1615
1615
|
reverse: boolean;
|
|
1616
1616
|
singleLine: boolean;
|
|
1617
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1617
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1618
1618
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1619
1619
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1620
1620
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -1702,7 +1702,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1702
1702
|
$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);
|
|
1703
1703
|
$el: any;
|
|
1704
1704
|
$options: import('vue').ComponentOptionsBase<{
|
|
1705
|
-
style: import('vue').StyleValue;
|
|
1705
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1706
1706
|
focused: boolean;
|
|
1707
1707
|
errorMessages: string | readonly string[] | null;
|
|
1708
1708
|
maxErrors: string | number;
|
|
@@ -1726,7 +1726,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1726
1726
|
persistentClear: boolean;
|
|
1727
1727
|
reverse: boolean;
|
|
1728
1728
|
singleLine: boolean;
|
|
1729
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
1729
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1730
1730
|
autofocus: boolean;
|
|
1731
1731
|
persistentPlaceholder: boolean;
|
|
1732
1732
|
persistentCounter: boolean;
|
|
@@ -1853,7 +1853,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1853
1853
|
}> & Omit<{
|
|
1854
1854
|
theme?: string | undefined;
|
|
1855
1855
|
class?: any;
|
|
1856
|
-
style: import('vue').StyleValue;
|
|
1856
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1857
1857
|
focused: boolean;
|
|
1858
1858
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1859
1859
|
disabled: boolean | null;
|
|
@@ -1916,7 +1916,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1916
1916
|
$emit: (event: string, ...args: any[]) => void;
|
|
1917
1917
|
$el: any;
|
|
1918
1918
|
$options: import('vue').ComponentOptionsBase<{
|
|
1919
|
-
style: import('vue').StyleValue;
|
|
1919
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1920
1920
|
focused: boolean;
|
|
1921
1921
|
disabled: boolean | null;
|
|
1922
1922
|
error: boolean;
|
|
@@ -2029,7 +2029,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2029
2029
|
messages: string | readonly string[];
|
|
2030
2030
|
direction: "vertical" | "horizontal";
|
|
2031
2031
|
}> & Omit<{
|
|
2032
|
-
style: import('vue').StyleValue;
|
|
2032
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2033
2033
|
focused: boolean;
|
|
2034
2034
|
disabled: boolean | null;
|
|
2035
2035
|
error: boolean;
|
|
@@ -2095,11 +2095,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2095
2095
|
persistentClear: boolean;
|
|
2096
2096
|
reverse: boolean;
|
|
2097
2097
|
singleLine: boolean;
|
|
2098
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2098
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2099
2099
|
}> & Omit<{
|
|
2100
2100
|
theme?: string | undefined;
|
|
2101
2101
|
class?: any;
|
|
2102
|
-
style: import('vue').StyleValue;
|
|
2102
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2103
2103
|
focused: boolean;
|
|
2104
2104
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2105
2105
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2125,7 +2125,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2125
2125
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2126
2126
|
reverse: boolean;
|
|
2127
2127
|
singleLine: boolean;
|
|
2128
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2128
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2129
2129
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2130
2130
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2131
2131
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -2168,7 +2168,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2168
2168
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
2169
2169
|
$el: any;
|
|
2170
2170
|
$options: import('vue').ComponentOptionsBase<{
|
|
2171
|
-
style: import('vue').StyleValue;
|
|
2171
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2172
2172
|
focused: boolean;
|
|
2173
2173
|
tile: boolean;
|
|
2174
2174
|
clearable: boolean;
|
|
@@ -2183,7 +2183,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2183
2183
|
persistentClear: boolean;
|
|
2184
2184
|
reverse: boolean;
|
|
2185
2185
|
singleLine: boolean;
|
|
2186
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2186
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2187
2187
|
} & {
|
|
2188
2188
|
theme?: string | undefined;
|
|
2189
2189
|
class?: any;
|
|
@@ -2228,7 +2228,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2228
2228
|
persistentClear: boolean;
|
|
2229
2229
|
reverse: boolean;
|
|
2230
2230
|
singleLine: boolean;
|
|
2231
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2231
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2232
2232
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2233
2233
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2234
2234
|
props: Record<string, any>;
|
|
@@ -2291,9 +2291,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2291
2291
|
persistentClear: boolean;
|
|
2292
2292
|
reverse: boolean;
|
|
2293
2293
|
singleLine: boolean;
|
|
2294
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2294
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2295
2295
|
}> & Omit<{
|
|
2296
|
-
style: import('vue').StyleValue;
|
|
2296
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2297
2297
|
focused: boolean;
|
|
2298
2298
|
tile: boolean;
|
|
2299
2299
|
clearable: boolean;
|
|
@@ -2308,7 +2308,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2308
2308
|
persistentClear: boolean;
|
|
2309
2309
|
reverse: boolean;
|
|
2310
2310
|
singleLine: boolean;
|
|
2311
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2311
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2312
2312
|
} & {
|
|
2313
2313
|
theme?: string | undefined;
|
|
2314
2314
|
class?: any;
|
|
@@ -2378,7 +2378,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2378
2378
|
persistentClear: boolean;
|
|
2379
2379
|
reverse: boolean;
|
|
2380
2380
|
singleLine: boolean;
|
|
2381
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2381
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2382
2382
|
autofocus: boolean;
|
|
2383
2383
|
persistentPlaceholder: boolean;
|
|
2384
2384
|
persistentCounter: boolean;
|
|
@@ -2469,13 +2469,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2469
2469
|
persistentClear: boolean;
|
|
2470
2470
|
reverse: boolean;
|
|
2471
2471
|
singleLine: boolean;
|
|
2472
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2472
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2473
2473
|
autofocus: boolean;
|
|
2474
2474
|
persistentPlaceholder: boolean;
|
|
2475
2475
|
persistentCounter: boolean;
|
|
2476
2476
|
type: string;
|
|
2477
2477
|
}> & Omit<{
|
|
2478
|
-
style: import('vue').StyleValue;
|
|
2478
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2479
2479
|
focused: boolean;
|
|
2480
2480
|
errorMessages: string | readonly string[] | null;
|
|
2481
2481
|
maxErrors: string | number;
|
|
@@ -2499,7 +2499,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2499
2499
|
persistentClear: boolean;
|
|
2500
2500
|
reverse: boolean;
|
|
2501
2501
|
singleLine: boolean;
|
|
2502
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2502
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2503
2503
|
autofocus: boolean;
|
|
2504
2504
|
persistentPlaceholder: boolean;
|
|
2505
2505
|
persistentCounter: boolean;
|
|
@@ -2604,7 +2604,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2604
2604
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2605
2605
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2606
2606
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
2607
|
-
}, "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" | "
|
|
2607
|
+
}, "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<{
|
|
2608
2608
|
$: import('vue').ComponentInternalInstance;
|
|
2609
2609
|
$data: {};
|
|
2610
2610
|
$props: Partial<{
|
|
@@ -2626,7 +2626,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2626
2626
|
}> & Omit<{
|
|
2627
2627
|
theme?: string | undefined;
|
|
2628
2628
|
class?: any;
|
|
2629
|
-
style: import('vue').StyleValue;
|
|
2629
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2630
2630
|
focused: boolean;
|
|
2631
2631
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2632
2632
|
disabled: boolean | null;
|
|
@@ -2689,7 +2689,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2689
2689
|
$emit: (event: string, ...args: any[]) => void;
|
|
2690
2690
|
$el: any;
|
|
2691
2691
|
$options: import('vue').ComponentOptionsBase<{
|
|
2692
|
-
style: import('vue').StyleValue;
|
|
2692
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2693
2693
|
focused: boolean;
|
|
2694
2694
|
disabled: boolean | null;
|
|
2695
2695
|
error: boolean;
|
|
@@ -2802,7 +2802,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2802
2802
|
messages: string | readonly string[];
|
|
2803
2803
|
direction: "vertical" | "horizontal";
|
|
2804
2804
|
}> & Omit<{
|
|
2805
|
-
style: import('vue').StyleValue;
|
|
2805
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2806
2806
|
focused: boolean;
|
|
2807
2807
|
disabled: boolean | null;
|
|
2808
2808
|
error: boolean;
|
|
@@ -2868,11 +2868,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2868
2868
|
persistentClear: boolean;
|
|
2869
2869
|
reverse: boolean;
|
|
2870
2870
|
singleLine: boolean;
|
|
2871
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2871
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2872
2872
|
}> & Omit<{
|
|
2873
2873
|
theme?: string | undefined;
|
|
2874
2874
|
class?: any;
|
|
2875
|
-
style: import('vue').StyleValue;
|
|
2875
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2876
2876
|
focused: boolean;
|
|
2877
2877
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2878
2878
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2898,7 +2898,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2898
2898
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2899
2899
|
reverse: boolean;
|
|
2900
2900
|
singleLine: boolean;
|
|
2901
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2901
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2902
2902
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2903
2903
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2904
2904
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -2941,7 +2941,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2941
2941
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
2942
2942
|
$el: any;
|
|
2943
2943
|
$options: import('vue').ComponentOptionsBase<{
|
|
2944
|
-
style: import('vue').StyleValue;
|
|
2944
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2945
2945
|
focused: boolean;
|
|
2946
2946
|
tile: boolean;
|
|
2947
2947
|
clearable: boolean;
|
|
@@ -2956,7 +2956,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
2956
2956
|
persistentClear: boolean;
|
|
2957
2957
|
reverse: boolean;
|
|
2958
2958
|
singleLine: boolean;
|
|
2959
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
2959
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2960
2960
|
} & {
|
|
2961
2961
|
theme?: string | undefined;
|
|
2962
2962
|
class?: any;
|
|
@@ -3001,7 +3001,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3001
3001
|
persistentClear: boolean;
|
|
3002
3002
|
reverse: boolean;
|
|
3003
3003
|
singleLine: boolean;
|
|
3004
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3004
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3005
3005
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
3006
3006
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
3007
3007
|
props: Record<string, any>;
|
|
@@ -3064,9 +3064,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3064
3064
|
persistentClear: boolean;
|
|
3065
3065
|
reverse: boolean;
|
|
3066
3066
|
singleLine: boolean;
|
|
3067
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3067
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3068
3068
|
}> & Omit<{
|
|
3069
|
-
style: import('vue').StyleValue;
|
|
3069
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3070
3070
|
focused: boolean;
|
|
3071
3071
|
tile: boolean;
|
|
3072
3072
|
clearable: boolean;
|
|
@@ -3081,7 +3081,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3081
3081
|
persistentClear: boolean;
|
|
3082
3082
|
reverse: boolean;
|
|
3083
3083
|
singleLine: boolean;
|
|
3084
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3084
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3085
3085
|
} & {
|
|
3086
3086
|
theme?: string | undefined;
|
|
3087
3087
|
class?: any;
|
|
@@ -3146,7 +3146,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3146
3146
|
}> & Omit<{
|
|
3147
3147
|
theme?: string | undefined;
|
|
3148
3148
|
class?: any;
|
|
3149
|
-
style: import('vue').StyleValue;
|
|
3149
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3150
3150
|
focused: boolean;
|
|
3151
3151
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
3152
3152
|
disabled: boolean | null;
|
|
@@ -3209,7 +3209,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3209
3209
|
$emit: (event: string, ...args: any[]) => void;
|
|
3210
3210
|
$el: any;
|
|
3211
3211
|
$options: import('vue').ComponentOptionsBase<{
|
|
3212
|
-
style: import('vue').StyleValue;
|
|
3212
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3213
3213
|
focused: boolean;
|
|
3214
3214
|
disabled: boolean | null;
|
|
3215
3215
|
error: boolean;
|
|
@@ -3322,7 +3322,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3322
3322
|
messages: string | readonly string[];
|
|
3323
3323
|
direction: "vertical" | "horizontal";
|
|
3324
3324
|
}> & Omit<{
|
|
3325
|
-
style: import('vue').StyleValue;
|
|
3325
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3326
3326
|
focused: boolean;
|
|
3327
3327
|
disabled: boolean | null;
|
|
3328
3328
|
error: boolean;
|
|
@@ -3388,11 +3388,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3388
3388
|
persistentClear: boolean;
|
|
3389
3389
|
reverse: boolean;
|
|
3390
3390
|
singleLine: boolean;
|
|
3391
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3391
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3392
3392
|
}> & Omit<{
|
|
3393
3393
|
theme?: string | undefined;
|
|
3394
3394
|
class?: any;
|
|
3395
|
-
style: import('vue').StyleValue;
|
|
3395
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3396
3396
|
focused: boolean;
|
|
3397
3397
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
3398
3398
|
rounded?: string | number | boolean | undefined;
|
|
@@ -3418,7 +3418,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3418
3418
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3419
3419
|
reverse: boolean;
|
|
3420
3420
|
singleLine: boolean;
|
|
3421
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3421
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3422
3422
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3423
3423
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3424
3424
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3461,7 +3461,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3461
3461
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
3462
3462
|
$el: any;
|
|
3463
3463
|
$options: import('vue').ComponentOptionsBase<{
|
|
3464
|
-
style: import('vue').StyleValue;
|
|
3464
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3465
3465
|
focused: boolean;
|
|
3466
3466
|
tile: boolean;
|
|
3467
3467
|
clearable: boolean;
|
|
@@ -3476,7 +3476,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3476
3476
|
persistentClear: boolean;
|
|
3477
3477
|
reverse: boolean;
|
|
3478
3478
|
singleLine: boolean;
|
|
3479
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3479
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3480
3480
|
} & {
|
|
3481
3481
|
theme?: string | undefined;
|
|
3482
3482
|
class?: any;
|
|
@@ -3521,7 +3521,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3521
3521
|
persistentClear: boolean;
|
|
3522
3522
|
reverse: boolean;
|
|
3523
3523
|
singleLine: boolean;
|
|
3524
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3524
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3525
3525
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
3526
3526
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
3527
3527
|
props: Record<string, any>;
|
|
@@ -3584,9 +3584,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3584
3584
|
persistentClear: boolean;
|
|
3585
3585
|
reverse: boolean;
|
|
3586
3586
|
singleLine: boolean;
|
|
3587
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3587
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3588
3588
|
}> & Omit<{
|
|
3589
|
-
style: import('vue').StyleValue;
|
|
3589
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3590
3590
|
focused: boolean;
|
|
3591
3591
|
tile: boolean;
|
|
3592
3592
|
clearable: boolean;
|
|
@@ -3601,7 +3601,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3601
3601
|
persistentClear: boolean;
|
|
3602
3602
|
reverse: boolean;
|
|
3603
3603
|
singleLine: boolean;
|
|
3604
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3604
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3605
3605
|
} & {
|
|
3606
3606
|
theme?: string | undefined;
|
|
3607
3607
|
class?: any;
|
|
@@ -3677,7 +3677,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3677
3677
|
persistentClear: boolean;
|
|
3678
3678
|
reverse: boolean;
|
|
3679
3679
|
singleLine: boolean;
|
|
3680
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3680
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3681
3681
|
autofocus: boolean;
|
|
3682
3682
|
persistentPlaceholder: boolean;
|
|
3683
3683
|
persistentCounter: boolean;
|
|
@@ -3822,7 +3822,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3822
3822
|
persistentClear: boolean;
|
|
3823
3823
|
reverse: boolean;
|
|
3824
3824
|
singleLine: boolean;
|
|
3825
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3825
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3826
3826
|
autofocus: boolean;
|
|
3827
3827
|
persistentPlaceholder: boolean;
|
|
3828
3828
|
persistentCounter: boolean;
|
|
@@ -3841,7 +3841,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3841
3841
|
openOnClear: boolean;
|
|
3842
3842
|
noAutoScroll: boolean;
|
|
3843
3843
|
}> & Omit<{
|
|
3844
|
-
style: import('vue').StyleValue;
|
|
3844
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3845
3845
|
focused: boolean;
|
|
3846
3846
|
errorMessages: string | readonly string[] | null;
|
|
3847
3847
|
maxErrors: string | number;
|
|
@@ -3858,8 +3858,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3858
3858
|
persistentHint: boolean;
|
|
3859
3859
|
messages: string | readonly string[];
|
|
3860
3860
|
direction: "vertical" | "horizontal";
|
|
3861
|
-
itemChildren:
|
|
3862
|
-
itemType:
|
|
3861
|
+
itemChildren: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3862
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3863
3863
|
clearable: boolean;
|
|
3864
3864
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3865
3865
|
active: boolean;
|
|
@@ -3871,7 +3871,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3871
3871
|
persistentClear: boolean;
|
|
3872
3872
|
reverse: boolean;
|
|
3873
3873
|
singleLine: boolean;
|
|
3874
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
3874
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3875
3875
|
autofocus: boolean;
|
|
3876
3876
|
persistentPlaceholder: boolean;
|
|
3877
3877
|
persistentCounter: boolean;
|
|
@@ -3947,7 +3947,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3947
3947
|
}> & Omit<{
|
|
3948
3948
|
theme?: string | undefined;
|
|
3949
3949
|
class?: any;
|
|
3950
|
-
style: import('vue').StyleValue;
|
|
3950
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3951
3951
|
border?: string | number | boolean | undefined;
|
|
3952
3952
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
3953
3953
|
elevation?: string | number | undefined;
|
|
@@ -3969,7 +3969,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
3969
3969
|
openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
|
|
3970
3970
|
activated?: any;
|
|
3971
3971
|
mandatory: boolean;
|
|
3972
|
-
itemType:
|
|
3972
|
+
itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
|
|
3973
3973
|
returnObject: boolean;
|
|
3974
3974
|
valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
|
|
3975
3975
|
baseColor?: string | undefined;
|
|
@@ -4237,7 +4237,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4237
4237
|
}> & Omit<{
|
|
4238
4238
|
theme?: string | undefined;
|
|
4239
4239
|
class?: any;
|
|
4240
|
-
style: import('vue').StyleValue;
|
|
4240
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4241
4241
|
$children?: import('vue').VNodeChild | {
|
|
4242
4242
|
default?: ((arg: {
|
|
4243
4243
|
isActive: import('vue').Ref<boolean, boolean>;
|
|
@@ -4263,7 +4263,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4263
4263
|
}) => import('vue').VNodeChild) | undefined;
|
|
4264
4264
|
} | undefined;
|
|
4265
4265
|
locationStrategy: "static" | "connected" | import('vuetify/lib/types.mjs').LocationStrategyFunction;
|
|
4266
|
-
location: import('vuetify/lib/types.mjs').Anchor
|
|
4266
|
+
location: import('vuetify/lib/types.mjs').Anchor;
|
|
4267
4267
|
origin: import('vuetify/lib/types.mjs').Anchor | "auto" | "overlap";
|
|
4268
4268
|
offset?: string | number | number[] | undefined;
|
|
4269
4269
|
stickToTarget: boolean;
|
|
@@ -4381,7 +4381,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4381
4381
|
} & {
|
|
4382
4382
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
4383
4383
|
"onUpdate:menu"?: ((ue: boolean) => any) | undefined;
|
|
4384
|
-
}, "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" | "
|
|
4384
|
+
}, "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<{
|
|
4385
4385
|
isFocused: import('vue').ShallowRef<boolean, boolean>;
|
|
4386
4386
|
menu: import('vue').WritableComputedRef<boolean, boolean>;
|
|
4387
4387
|
select: (item: import('vuetify/lib/composables/list-items.mjs').ListItem<any>, set?: boolean | null | undefined) => void;
|
|
@@ -4415,7 +4415,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4415
4415
|
persistentClear: boolean;
|
|
4416
4416
|
reverse: boolean;
|
|
4417
4417
|
singleLine: boolean;
|
|
4418
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4418
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4419
4419
|
autofocus: boolean;
|
|
4420
4420
|
persistentPlaceholder: boolean;
|
|
4421
4421
|
persistentCounter: boolean;
|
|
@@ -4423,7 +4423,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4423
4423
|
}> & Omit<{
|
|
4424
4424
|
theme?: string | undefined;
|
|
4425
4425
|
class?: any;
|
|
4426
|
-
style: import('vue').StyleValue;
|
|
4426
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4427
4427
|
$children?: import('vue').VNodeChild | {
|
|
4428
4428
|
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
4429
4429
|
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
@@ -4510,7 +4510,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4510
4510
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
4511
4511
|
reverse: boolean;
|
|
4512
4512
|
singleLine: boolean;
|
|
4513
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4513
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4514
4514
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4515
4515
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4516
4516
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4598,7 +4598,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4598
4598
|
$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);
|
|
4599
4599
|
$el: any;
|
|
4600
4600
|
$options: import('vue').ComponentOptionsBase<{
|
|
4601
|
-
style: import('vue').StyleValue;
|
|
4601
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4602
4602
|
focused: boolean;
|
|
4603
4603
|
errorMessages: string | readonly string[] | null;
|
|
4604
4604
|
maxErrors: string | number;
|
|
@@ -4622,7 +4622,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4622
4622
|
persistentClear: boolean;
|
|
4623
4623
|
reverse: boolean;
|
|
4624
4624
|
singleLine: boolean;
|
|
4625
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4625
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4626
4626
|
autofocus: boolean;
|
|
4627
4627
|
persistentPlaceholder: boolean;
|
|
4628
4628
|
persistentCounter: boolean;
|
|
@@ -4749,7 +4749,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4749
4749
|
}> & Omit<{
|
|
4750
4750
|
theme?: string | undefined;
|
|
4751
4751
|
class?: any;
|
|
4752
|
-
style: import('vue').StyleValue;
|
|
4752
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4753
4753
|
focused: boolean;
|
|
4754
4754
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
4755
4755
|
disabled: boolean | null;
|
|
@@ -4812,7 +4812,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4812
4812
|
$emit: (event: string, ...args: any[]) => void;
|
|
4813
4813
|
$el: any;
|
|
4814
4814
|
$options: import('vue').ComponentOptionsBase<{
|
|
4815
|
-
style: import('vue').StyleValue;
|
|
4815
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4816
4816
|
focused: boolean;
|
|
4817
4817
|
disabled: boolean | null;
|
|
4818
4818
|
error: boolean;
|
|
@@ -4925,7 +4925,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4925
4925
|
messages: string | readonly string[];
|
|
4926
4926
|
direction: "vertical" | "horizontal";
|
|
4927
4927
|
}> & Omit<{
|
|
4928
|
-
style: import('vue').StyleValue;
|
|
4928
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4929
4929
|
focused: boolean;
|
|
4930
4930
|
disabled: boolean | null;
|
|
4931
4931
|
error: boolean;
|
|
@@ -4991,11 +4991,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
4991
4991
|
persistentClear: boolean;
|
|
4992
4992
|
reverse: boolean;
|
|
4993
4993
|
singleLine: boolean;
|
|
4994
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
4994
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
4995
4995
|
}> & Omit<{
|
|
4996
4996
|
theme?: string | undefined;
|
|
4997
4997
|
class?: any;
|
|
4998
|
-
style: import('vue').StyleValue;
|
|
4998
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
4999
4999
|
focused: boolean;
|
|
5000
5000
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
5001
5001
|
rounded?: string | number | boolean | undefined;
|
|
@@ -5021,7 +5021,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5021
5021
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
5022
5022
|
reverse: boolean;
|
|
5023
5023
|
singleLine: boolean;
|
|
5024
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5024
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5025
5025
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5026
5026
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5027
5027
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5064,7 +5064,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5064
5064
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
5065
5065
|
$el: any;
|
|
5066
5066
|
$options: import('vue').ComponentOptionsBase<{
|
|
5067
|
-
style: import('vue').StyleValue;
|
|
5067
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5068
5068
|
focused: boolean;
|
|
5069
5069
|
tile: boolean;
|
|
5070
5070
|
clearable: boolean;
|
|
@@ -5079,7 +5079,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5079
5079
|
persistentClear: boolean;
|
|
5080
5080
|
reverse: boolean;
|
|
5081
5081
|
singleLine: boolean;
|
|
5082
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5082
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5083
5083
|
} & {
|
|
5084
5084
|
theme?: string | undefined;
|
|
5085
5085
|
class?: any;
|
|
@@ -5124,7 +5124,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5124
5124
|
persistentClear: boolean;
|
|
5125
5125
|
reverse: boolean;
|
|
5126
5126
|
singleLine: boolean;
|
|
5127
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5127
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5128
5128
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
5129
5129
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
5130
5130
|
props: Record<string, any>;
|
|
@@ -5187,9 +5187,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5187
5187
|
persistentClear: boolean;
|
|
5188
5188
|
reverse: boolean;
|
|
5189
5189
|
singleLine: boolean;
|
|
5190
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5190
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5191
5191
|
}> & Omit<{
|
|
5192
|
-
style: import('vue').StyleValue;
|
|
5192
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5193
5193
|
focused: boolean;
|
|
5194
5194
|
tile: boolean;
|
|
5195
5195
|
clearable: boolean;
|
|
@@ -5204,7 +5204,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5204
5204
|
persistentClear: boolean;
|
|
5205
5205
|
reverse: boolean;
|
|
5206
5206
|
singleLine: boolean;
|
|
5207
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5207
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5208
5208
|
} & {
|
|
5209
5209
|
theme?: string | undefined;
|
|
5210
5210
|
class?: any;
|
|
@@ -5274,7 +5274,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5274
5274
|
persistentClear: boolean;
|
|
5275
5275
|
reverse: boolean;
|
|
5276
5276
|
singleLine: boolean;
|
|
5277
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5277
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5278
5278
|
autofocus: boolean;
|
|
5279
5279
|
persistentPlaceholder: boolean;
|
|
5280
5280
|
persistentCounter: boolean;
|
|
@@ -5365,13 +5365,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5365
5365
|
persistentClear: boolean;
|
|
5366
5366
|
reverse: boolean;
|
|
5367
5367
|
singleLine: boolean;
|
|
5368
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5368
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5369
5369
|
autofocus: boolean;
|
|
5370
5370
|
persistentPlaceholder: boolean;
|
|
5371
5371
|
persistentCounter: boolean;
|
|
5372
5372
|
type: string;
|
|
5373
5373
|
}> & Omit<{
|
|
5374
|
-
style: import('vue').StyleValue;
|
|
5374
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5375
5375
|
focused: boolean;
|
|
5376
5376
|
errorMessages: string | readonly string[] | null;
|
|
5377
5377
|
maxErrors: string | number;
|
|
@@ -5395,7 +5395,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5395
5395
|
persistentClear: boolean;
|
|
5396
5396
|
reverse: boolean;
|
|
5397
5397
|
singleLine: boolean;
|
|
5398
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5398
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5399
5399
|
autofocus: boolean;
|
|
5400
5400
|
persistentPlaceholder: boolean;
|
|
5401
5401
|
persistentCounter: boolean;
|
|
@@ -5500,7 +5500,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5500
5500
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
5501
5501
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
5502
5502
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
5503
|
-
}, "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" | "
|
|
5503
|
+
}, "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<{
|
|
5504
5504
|
$: import('vue').ComponentInternalInstance;
|
|
5505
5505
|
$data: {};
|
|
5506
5506
|
$props: Partial<{
|
|
@@ -5522,7 +5522,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5522
5522
|
}> & Omit<{
|
|
5523
5523
|
theme?: string | undefined;
|
|
5524
5524
|
class?: any;
|
|
5525
|
-
style: import('vue').StyleValue;
|
|
5525
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5526
5526
|
focused: boolean;
|
|
5527
5527
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
5528
5528
|
disabled: boolean | null;
|
|
@@ -5585,7 +5585,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5585
5585
|
$emit: (event: string, ...args: any[]) => void;
|
|
5586
5586
|
$el: any;
|
|
5587
5587
|
$options: import('vue').ComponentOptionsBase<{
|
|
5588
|
-
style: import('vue').StyleValue;
|
|
5588
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5589
5589
|
focused: boolean;
|
|
5590
5590
|
disabled: boolean | null;
|
|
5591
5591
|
error: boolean;
|
|
@@ -5698,7 +5698,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5698
5698
|
messages: string | readonly string[];
|
|
5699
5699
|
direction: "vertical" | "horizontal";
|
|
5700
5700
|
}> & Omit<{
|
|
5701
|
-
style: import('vue').StyleValue;
|
|
5701
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5702
5702
|
focused: boolean;
|
|
5703
5703
|
disabled: boolean | null;
|
|
5704
5704
|
error: boolean;
|
|
@@ -5764,11 +5764,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5764
5764
|
persistentClear: boolean;
|
|
5765
5765
|
reverse: boolean;
|
|
5766
5766
|
singleLine: boolean;
|
|
5767
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5767
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5768
5768
|
}> & Omit<{
|
|
5769
5769
|
theme?: string | undefined;
|
|
5770
5770
|
class?: any;
|
|
5771
|
-
style: import('vue').StyleValue;
|
|
5771
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5772
5772
|
focused: boolean;
|
|
5773
5773
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
5774
5774
|
rounded?: string | number | boolean | undefined;
|
|
@@ -5794,7 +5794,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5794
5794
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
5795
5795
|
reverse: boolean;
|
|
5796
5796
|
singleLine: boolean;
|
|
5797
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5797
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5798
5798
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5799
5799
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5800
5800
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5837,7 +5837,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5837
5837
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
5838
5838
|
$el: any;
|
|
5839
5839
|
$options: import('vue').ComponentOptionsBase<{
|
|
5840
|
-
style: import('vue').StyleValue;
|
|
5840
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5841
5841
|
focused: boolean;
|
|
5842
5842
|
tile: boolean;
|
|
5843
5843
|
clearable: boolean;
|
|
@@ -5852,7 +5852,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5852
5852
|
persistentClear: boolean;
|
|
5853
5853
|
reverse: boolean;
|
|
5854
5854
|
singleLine: boolean;
|
|
5855
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5855
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5856
5856
|
} & {
|
|
5857
5857
|
theme?: string | undefined;
|
|
5858
5858
|
class?: any;
|
|
@@ -5897,7 +5897,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5897
5897
|
persistentClear: boolean;
|
|
5898
5898
|
reverse: boolean;
|
|
5899
5899
|
singleLine: boolean;
|
|
5900
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5900
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5901
5901
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
5902
5902
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
5903
5903
|
props: Record<string, any>;
|
|
@@ -5960,9 +5960,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5960
5960
|
persistentClear: boolean;
|
|
5961
5961
|
reverse: boolean;
|
|
5962
5962
|
singleLine: boolean;
|
|
5963
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5963
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5964
5964
|
}> & Omit<{
|
|
5965
|
-
style: import('vue').StyleValue;
|
|
5965
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
5966
5966
|
focused: boolean;
|
|
5967
5967
|
tile: boolean;
|
|
5968
5968
|
clearable: boolean;
|
|
@@ -5977,7 +5977,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
5977
5977
|
persistentClear: boolean;
|
|
5978
5978
|
reverse: boolean;
|
|
5979
5979
|
singleLine: boolean;
|
|
5980
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
5980
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
5981
5981
|
} & {
|
|
5982
5982
|
theme?: string | undefined;
|
|
5983
5983
|
class?: any;
|
|
@@ -6042,7 +6042,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6042
6042
|
}> & Omit<{
|
|
6043
6043
|
theme?: string | undefined;
|
|
6044
6044
|
class?: any;
|
|
6045
|
-
style: import('vue').StyleValue;
|
|
6045
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6046
6046
|
focused: boolean;
|
|
6047
6047
|
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
6048
6048
|
disabled: boolean | null;
|
|
@@ -6105,7 +6105,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6105
6105
|
$emit: (event: string, ...args: any[]) => void;
|
|
6106
6106
|
$el: any;
|
|
6107
6107
|
$options: import('vue').ComponentOptionsBase<{
|
|
6108
|
-
style: import('vue').StyleValue;
|
|
6108
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6109
6109
|
focused: boolean;
|
|
6110
6110
|
disabled: boolean | null;
|
|
6111
6111
|
error: boolean;
|
|
@@ -6218,7 +6218,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6218
6218
|
messages: string | readonly string[];
|
|
6219
6219
|
direction: "vertical" | "horizontal";
|
|
6220
6220
|
}> & Omit<{
|
|
6221
|
-
style: import('vue').StyleValue;
|
|
6221
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6222
6222
|
focused: boolean;
|
|
6223
6223
|
disabled: boolean | null;
|
|
6224
6224
|
error: boolean;
|
|
@@ -6284,11 +6284,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6284
6284
|
persistentClear: boolean;
|
|
6285
6285
|
reverse: boolean;
|
|
6286
6286
|
singleLine: boolean;
|
|
6287
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6287
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6288
6288
|
}> & Omit<{
|
|
6289
6289
|
theme?: string | undefined;
|
|
6290
6290
|
class?: any;
|
|
6291
|
-
style: import('vue').StyleValue;
|
|
6291
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6292
6292
|
focused: boolean;
|
|
6293
6293
|
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
6294
6294
|
rounded?: string | number | boolean | undefined;
|
|
@@ -6314,7 +6314,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6314
6314
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
6315
6315
|
reverse: boolean;
|
|
6316
6316
|
singleLine: boolean;
|
|
6317
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6317
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6318
6318
|
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
6319
6319
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
6320
6320
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -6357,7 +6357,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6357
6357
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
6358
6358
|
$el: any;
|
|
6359
6359
|
$options: import('vue').ComponentOptionsBase<{
|
|
6360
|
-
style: import('vue').StyleValue;
|
|
6360
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6361
6361
|
focused: boolean;
|
|
6362
6362
|
tile: boolean;
|
|
6363
6363
|
clearable: boolean;
|
|
@@ -6372,7 +6372,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6372
6372
|
persistentClear: boolean;
|
|
6373
6373
|
reverse: boolean;
|
|
6374
6374
|
singleLine: boolean;
|
|
6375
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6375
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6376
6376
|
} & {
|
|
6377
6377
|
theme?: string | undefined;
|
|
6378
6378
|
class?: any;
|
|
@@ -6417,7 +6417,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6417
6417
|
persistentClear: boolean;
|
|
6418
6418
|
reverse: boolean;
|
|
6419
6419
|
singleLine: boolean;
|
|
6420
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6420
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6421
6421
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
6422
6422
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
6423
6423
|
props: Record<string, any>;
|
|
@@ -6480,9 +6480,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6480
6480
|
persistentClear: boolean;
|
|
6481
6481
|
reverse: boolean;
|
|
6482
6482
|
singleLine: boolean;
|
|
6483
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6483
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6484
6484
|
}> & Omit<{
|
|
6485
|
-
style: import('vue').StyleValue;
|
|
6485
|
+
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
6486
6486
|
focused: boolean;
|
|
6487
6487
|
tile: boolean;
|
|
6488
6488
|
clearable: boolean;
|
|
@@ -6497,7 +6497,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6497
6497
|
persistentClear: boolean;
|
|
6498
6498
|
reverse: boolean;
|
|
6499
6499
|
singleLine: boolean;
|
|
6500
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-inverted" | "solo-filled"
|
|
6500
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
6501
6501
|
} & {
|
|
6502
6502
|
theme?: string | undefined;
|
|
6503
6503
|
class?: any;
|