@cnamts/synapse 1.0.14 → 1.0.16
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/README.md +0 -0
- package/dist/{DateFilter-isr8mXVb.js → DateFilter-DSwJUvBu.js} +12 -12
- package/dist/{NumberFilter-BOe7DqWX.js → NumberFilter-CwsbYyz4.js} +1 -1
- package/dist/{PeriodFilter-WTprpO40.js → PeriodFilter-csnEZU30.js} +1 -1
- package/dist/{SelectFilter-CqlG5dmI.js → SelectFilter-Bd5fndzR.js} +1 -1
- package/dist/{TextFilter-fVW5bsRw.js → TextFilter-B6gxzq2a.js} +1 -1
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +2836 -2845
- package/dist/components/Amelipro/AmeliproCallback/AmeliproCallback.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +7 -7
- package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +18 -18
- package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +9 -9
- package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +3 -1
- package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -3
- package/dist/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproMenu/AmeliproMenu.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
- package/dist/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.d.ts +9 -0
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +1288 -1284
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +1936 -1930
- package/dist/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +2838 -2865
- package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +3 -3
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +2843 -2870
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +397 -397
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +642 -640
- package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +233 -5
- package/dist/components/Amelipro/AmeliproTransmission/AmeliproTransmission.d.ts +9 -9
- package/dist/components/Captcha/CaptchaHelpdesk.d.ts +6 -0
- package/dist/components/CookieBanner/CookieBanner.d.ts +117 -119
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +484 -484
- package/dist/components/CookiesSelection/CookiesSelection.d.ts +104 -106
- package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +14 -10
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +118 -129
- package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -3
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -1
- package/dist/components/Customs/SyForm/SyForm.d.ts +60 -53
- package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +88 -0
- package/dist/components/Customs/SyRadioGroup/locales.d.ts +3 -0
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +644 -642
- package/dist/components/DataList/DataList.d.ts +6 -1
- package/dist/components/DataListGroup/DataListGroup.d.ts +14 -2
- package/dist/components/DataListItem/DataListItem.d.ts +3 -0
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +2988 -3100
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +1458 -1558
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +655 -651
- package/dist/components/DatePicker/composables/index.d.ts +4 -0
- package/dist/components/DatePicker/composables/useAsteriskDisplay.d.ts +1 -1
- package/dist/components/DatePicker/composables/useCalendarKeyboardNavigation.d.ts +11 -0
- package/dist/components/DatePicker/composables/useDatePickerState.d.ts +25 -0
- package/dist/components/DatePicker/composables/useDateTextField.d.ts +61 -0
- package/dist/components/DatePicker/composables/useHolidayHighlighting.d.ts +15 -0
- package/dist/components/DatePicker/constants/messages.d.ts +0 -1
- package/dist/components/DialogBox/DialogBox.d.ts +175 -177
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +161 -171
- package/dist/components/FooterBar/FooterBar.d.ts +5 -5
- package/dist/components/HeaderBar/HeaderBar.d.ts +2 -2
- package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +1 -1
- package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +1 -1
- package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +234 -258
- package/dist/components/LangBtn/LangBtn.d.ts +173 -179
- package/dist/components/LogoBrandSection/LogoBrandSection.d.ts +1 -1
- package/dist/components/LunarCalendar/LunarCalendar.d.ts +29 -0
- package/dist/components/LunarCalendar/useLunarCalendarRules.d.ts +5 -0
- package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +13 -0
- package/dist/components/NirField/NirField.d.ts +1296 -1292
- package/dist/components/PaginatedTable/PaginatedTable.d.ts +1 -1
- package/dist/components/PeriodField/PeriodField.d.ts +5844 -6068
- package/dist/components/PhoneField/PhoneField.d.ts +645 -643
- package/dist/components/SyAlert/SyAlert.d.ts +31 -31
- package/dist/components/SyTextArea/SyTextArea.d.ts +395 -395
- package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +193 -227
- package/dist/components/Tables/SyTable/SyTable.d.ts +192 -226
- package/dist/components/Tables/common/SyTableFilter.d.ts +1 -1
- package/dist/components/Tables/common/SyTablePagination.d.ts +118 -129
- package/dist/components/Tables/common/TableHeader.d.ts +52 -2
- package/dist/components/Tables/common/filters/DateFilter.d.ts +1 -1
- package/dist/components/Tables/common/filters/NumberFilter.d.ts +1 -1
- package/dist/components/Tables/common/filters/PeriodFilter.d.ts +1 -1
- package/dist/components/Tables/common/filters/SelectFilter.d.ts +1 -1
- package/dist/components/Tables/common/filters/TextFilter.d.ts +1 -1
- package/dist/components/Tables/common/locales.d.ts +1 -0
- package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +86 -90
- package/dist/components/Tables/common/tableFilterUtils.d.ts +2 -2
- package/dist/components/Tables/common/types.d.ts +3 -2
- package/dist/components/Tables/common/useTableCheckbox.d.ts +3 -2
- package/dist/components/Tables/common/useTableFilter.d.ts +1 -1
- package/dist/components/Tables/common/useTableItems.d.ts +6 -8
- package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +18 -18
- package/dist/components/index.d.ts +2 -0
- package/dist/design-system-v3.js +101 -98
- package/dist/design-system-v3.umd.cjs +25 -33
- package/dist/main-DkZZpa3S.js +35197 -0
- package/dist/style.css +1 -1
- package/dist/utils/formatNir/formatNir.d.ts +2 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/insertAt.d.ts +1 -0
- package/dist/utils/rules/validateDateValue.d.ts +14 -0
- package/dist/vuetifyConfig.d.ts +6 -6
- package/package.json +4 -4
- package/src/assets/tokens.scss +2 -0
- package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/__snapshots__/AmeliproAccordionTemplate.spec.ts.snap +1 -18
- package/src/components/Amelipro/AmeliproAccordion/__tests__/AmeliproAccordion.spec.ts +178 -9
- package/src/components/Amelipro/AmeliproAccordion/__tests__/__snapshots__/AmeliproAccordion.spec.ts.snap +28 -121
- package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +15 -270
- package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +12 -194
- package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/__snapshots__/AmeliproAccordionResultTemplate.spec.ts.snap +1 -18
- package/src/components/Amelipro/AmeliproAccordionResult/__tests__/__snapshots__/AmeliproAccordionResult.spec.ts.snap +1 -18
- package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +12 -194
- package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.stories.ts +9 -9
- package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.vue +5 -4
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/AmeliproAutoCompleteField.spec.ts +6 -6
- package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +2 -0
- package/src/components/Amelipro/AmeliproBadge/__tests__/AmeliproBadge.spec.ts +135 -9
- package/src/components/Amelipro/AmeliproBadge/__tests__/__snapshots__/AmeliproBadge.spec.ts.snap +20 -5
- package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/AmeliproBreadcrumb.spec.ts +195 -28
- package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +193 -124
- package/src/components/Amelipro/AmeliproCaptcha/AmeliproCaptcha.vue +1 -1
- package/src/components/Amelipro/AmeliproCaptcha/__tests__/AmeliproCaptcha.spec.ts +364 -12
- package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +30 -390
- package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +4 -36
- package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.stories.ts +10 -10
- package/src/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.vue +7 -7
- package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +5 -5
- package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.stories.ts +7 -6
- package/src/components/Amelipro/AmeliproCheckboxGroup/AmeliproCheckboxGroup.vue +6 -6
- package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +6 -6
- package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +2 -43
- package/src/components/Amelipro/AmeliproContentLayout/__tests__/AmeliproContentLayout.spec.ts +80 -9
- package/src/components/Amelipro/AmeliproContentLayout/__tests__/__snapshots__/AmeliproContentLayout.spec.ts.snap +25 -4
- package/src/components/Amelipro/AmeliproCopyBtn/__tests__/__snapshots__/AmeliproCopyBtn.spec.ts.snap +1 -13
- package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.stories.ts +7 -6
- package/src/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.vue +5 -5
- package/src/components/Amelipro/AmeliproCustomSelector/__tests__/AmeliproCustomSelector.spec.ts +187 -39
- package/src/components/Amelipro/AmeliproCustomSelector/__tests__/__snapshots__/AmeliproCustomSelector.spec.ts.snap +147 -147
- package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +1 -1
- package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +0 -2
- package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/AmeliproErrorTemplate.spec.ts +160 -20
- package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/__snapshots__/AmeliproErrorTemplate.spec.ts.snap +34 -177
- package/src/components/Amelipro/AmeliproFilePreview/AmeliproFilePreview.vue +1 -0
- package/src/components/Amelipro/AmeliproFilePreview/__tests__/AmeliproFilePreview.spec.ts +248 -19
- package/src/components/Amelipro/AmeliproFilePreview/__tests__/__snapshots__/AmeliproFilePreview.spec.ts.snap +34 -203
- package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +6 -144
- package/src/components/Amelipro/AmeliproIcon/AmeliproIcon.vue +20 -2
- package/src/components/Amelipro/AmeliproIcon/__tests__/__snapshots__/AmeliproIcon.spec.ts.snap +1 -25
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.stories.ts +5 -5
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/AmeliproIllustratedRadioGroup.vue +6 -6
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/AmeliproIllustratedRadioGroup.spec.ts +22 -22
- package/src/components/Amelipro/AmeliproIllustratedRadioGroup/__tests__/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/AmeliproMultipleFoldingCard.spec.ts +304 -0
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/__tests__/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +373 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.stories.ts +2 -0
- package/src/components/Amelipro/AmeliproPatientLogged/AmeliproPatientLogged.vue +28 -2
- package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +9 -173
- package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/AmeliproPatientLoginForm.vue +1 -1
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.vue +162 -72
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +2 -2
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +6 -39
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.stories.ts +3 -3
- package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.vue +8 -8
- package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/AmeliproPostalAddressField.spec.ts +2 -2
- package/src/components/Amelipro/AmeliproPostalAddressField/{tests → __tests__}/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +11 -52
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.stories.ts +7 -7
- package/src/components/Amelipro/AmeliproRadioGroup/AmeliproRadioGroup.vue +8 -8
- package/src/components/Amelipro/AmeliproRadioGroup/__tests__/AmeliproRadioGroup.spec.ts +6 -6
- package/src/components/Amelipro/AmeliproRadioGroup/__tests__/__snapshots__/AmeliproRadioGroup.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +2 -14
- package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.stories.ts +7 -7
- package/src/components/Amelipro/AmeliproSelect/AmeliproSelect.vue +4 -4
- package/src/components/Amelipro/AmeliproSelect/__tests__/AmeliproSelect.spec.ts +12 -12
- package/src/components/Amelipro/AmeliproStepper/AmeliproStepper.vue +2 -2
- package/src/components/Amelipro/AmeliproStepper/__tests__/__snapshots__/AmeliproStepper.spec.ts.snap +2 -2
- package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +2 -2
- package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +463 -68
- package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +176 -511
- package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.stories.ts +6 -6
- package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.vue +4 -4
- package/src/components/Amelipro/AmeliproTextArea/__tests__/AmeliproTextArea.spec.ts +3 -3
- package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +1 -2
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.stories.ts +10 -10
- package/src/components/Amelipro/AmeliproTextField/AmeliproTextField.vue +4 -4
- package/src/components/Amelipro/AmeliproTextField/__tests__/AmeliproTextField.spec.ts +5 -5
- package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +162 -0
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.stories.ts +44 -0
- package/src/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.vue +79 -1
- package/src/components/Amelipro/AmeliproTooltips/__tests__/__snapshots__/AmeliproTooltips.spec.ts.snap +0 -2
- package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.stories.ts +2 -2
- package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +21 -7
- package/src/components/Amelipro/AmeliproUpload/__tests__/AmeliproUpload.spec.ts +252 -44
- package/src/components/Amelipro/AmeliproUpload/__tests__/__snapshots__/AmeliproUpload.spec.ts.snap +166 -0
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/ServiceBtn.spec.ts +137 -0
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/__tests__/__snapshots__/ServiceBtn.spec.ts.snap +56 -0
- package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/ServiceList.spec.ts +116 -0
- package/src/components/Amelipro/ServiceMenu/ServiceList/__tests__/__snapshots__/ServiceList.spec.ts.snap +58 -0
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/ServiceMenuContent.spec.ts +118 -0
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/__tests__/__snapshots__/ServiceMenuContent.spec.ts.snap +151 -0
- package/src/components/Amelipro/ServiceMenu/__tests__/ServiceMenu.spec.ts +259 -0
- package/src/components/Amelipro/ServiceMenu/__tests__/__snapshots__/ServiceMenu.spec.ts.snap +102 -0
- package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/StructureBtn.spec.ts +90 -0
- package/src/components/Amelipro/StructureMenu/StructureBtn/__tests__/__snapshots__/StructureBtn.spec.ts.snap +63 -0
- package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/StructureItem.spec.ts +133 -0
- package/src/components/Amelipro/StructureMenu/StructureItem/__tests__/__snapshots__/StructureItem.spec.ts.snap +143 -0
- package/src/components/Amelipro/StructureMenu/StructureList/__tests__/StructureList.spec.ts +190 -0
- package/src/components/Amelipro/StructureMenu/StructureList/__tests__/__snapshots__/StructureList.spec.ts.snap +109 -0
- package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/StructureTabs.spec.ts +159 -0
- package/src/components/Amelipro/StructureMenu/StructureTabs/__tests__/__snapshots__/StructureTabs.spec.ts.snap +103 -0
- package/src/components/Amelipro/StructureMenu/__tests__/StructureMenu.spec.ts +165 -0
- package/src/components/Amelipro/StructureMenu/__tests__/__snapshots__/StructureMenu.spec.ts.snap +39 -0
- package/src/components/Amelipro/UserInformationSummary/__tests__/UserInformationSummary.spec.ts +140 -0
- package/src/components/Amelipro/UserInformationSummary/{tests → __tests__}/__snapshots__/UserInformationSummary.spec.ts.snap +17 -24
- package/src/components/Amelipro/UserMenu/UserMenu.stories.ts +3 -3
- package/src/components/Amelipro/UserMenu/UserMenu.vue +2 -2
- package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/UserMenuDetails.spec.ts +150 -0
- package/src/components/Amelipro/UserMenu/UserMenuDetails/__tests__/__snapshots__/UserMenuDetails.spec.ts.snap +117 -0
- package/src/components/Amelipro/UserMenu/__tests__/UserMenu.spec.ts +141 -0
- package/src/components/Amelipro/UserMenu/__tests__/__snapshots__/UserMenu.spec.ts.snap +103 -0
- package/src/components/Captcha/Captcha.vue +9 -24
- package/src/components/Captcha/CaptchaHelpdesk.vue +42 -0
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +256 -268
- package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +0 -1
- package/src/components/Customs/Selects/SelectBtnField/Accessibilite.stories.ts +4 -0
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +154 -82
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +229 -125
- package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +12 -12
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +344 -826
- package/src/components/Customs/Selects/SySelect/SySelect.vue +215 -169
- package/src/components/Customs/Selects/SySelect/composables/tests/useSySelectKeyboard.spec.ts +4 -2
- package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +7 -9
- package/src/components/Customs/SyForm/SyForm.mdx +47 -7
- package/src/components/Customs/SyForm/SyForm.stories.ts +38 -34
- package/src/components/Customs/SyForm/SyForm.vue +27 -6
- package/src/components/Customs/SyRadioGroup/Accessibilite.mdx +263 -0
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +37 -0
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +665 -0
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +324 -0
- package/src/components/Customs/SyRadioGroup/locales.ts +3 -0
- package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +135 -0
- package/src/components/Customs/SyTabs/SyTabs.vue +1 -1
- package/src/components/Customs/SyTextField/SyTextField.vue +225 -194
- package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +32 -2
- package/src/components/DataList/DataList.mdx +3 -1
- package/src/components/DataList/DataList.stories.ts +67 -17
- package/src/components/DataList/DataList.vue +13 -1
- package/src/components/DataListGroup/DataListGroup.stories.ts +42 -12
- package/src/components/DataListGroup/DataListGroup.vue +14 -1
- package/src/components/DataListItem/DataListItem.vue +10 -2
- package/src/components/DataListItem/tests/DataListItem.spec.ts +1 -1
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +157 -178
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +5 -0
- package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +179 -179
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +261 -258
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +234 -827
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +46 -73
- package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +350 -0
- package/src/components/DatePicker/composables/index.ts +4 -0
- package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +270 -0
- package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +61 -3
- package/src/components/DatePicker/composables/tests/useDateRangeInput.spec.ts +198 -0
- package/src/components/DatePicker/composables/tests/useDisplayedDateString.spec.ts +36 -2
- package/src/components/DatePicker/composables/tests/useInputHandler.spec.ts +755 -0
- package/src/components/DatePicker/composables/tests/useKeyboardEvents.spec.ts +168 -0
- package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +40 -34
- package/src/components/DatePicker/composables/useAsteriskDisplay.ts +1 -2
- package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +155 -0
- package/src/components/DatePicker/composables/useDatePickerState.ts +163 -0
- package/src/components/DatePicker/composables/useDateRangeInput.ts +4 -8
- package/src/components/DatePicker/composables/useDateTextField.ts +156 -0
- package/src/components/DatePicker/composables/useHolidayHighlighting.ts +64 -0
- package/src/components/DatePicker/composables/useInputHandler.ts +25 -19
- package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +52 -26
- package/src/components/DatePicker/constants/messages.ts +0 -1
- package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
- package/src/components/DatePicker/playground/ComplexDatePickerPlayground.vue +16 -8
- package/src/components/ErrorPage/ErrorPage.vue +1 -1
- package/src/components/ErrorPage/tests/ErrorPage.spec.ts +17 -0
- package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +0 -1
- package/src/components/LunarCalendar/LunarCalendar.mdx +33 -0
- package/src/components/LunarCalendar/LunarCalendar.stories.ts +232 -0
- package/src/components/LunarCalendar/LunarCalendar.vue +57 -0
- package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +79 -0
- package/src/components/LunarCalendar/useLunarCalendarRules.ts +96 -0
- package/src/components/LunarCalendar/useLunarCalendarValidation.ts +47 -0
- package/src/components/NotificationBar/NotificationBar.vue +2 -2
- package/src/components/PaginatedTable/PaginatedTable.stories.ts +15 -10
- package/src/components/PaginatedTable/PaginatedTable.vue +24 -35
- package/src/components/PhoneField/PhoneField.vue +102 -83
- package/src/components/SearchListField/tests/SearchListField.spec.ts +7 -53
- package/src/components/SyAlert/SyAlert.vue +5 -2
- package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +24 -72
- package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +521 -23
- package/src/components/Tables/SyServerTable/SyServerTable.vue +19 -13
- package/src/components/Tables/SyTable/SyTable.stories.ts +391 -18
- package/src/components/Tables/SyTable/SyTable.vue +16 -11
- package/src/components/Tables/common/TableHeader.vue +16 -7
- package/src/components/Tables/common/filters/DateFilter.vue +1 -1
- package/src/components/Tables/common/locales.ts +1 -0
- package/src/components/Tables/common/tableFilterUtils.ts +3 -3
- package/src/components/Tables/common/types.ts +4 -2
- package/src/components/Tables/common/useTableCheckbox.ts +4 -3
- package/src/components/Tables/common/useTableFilter.ts +2 -2
- package/src/components/Tables/common/useTableItems.ts +4 -19
- package/src/components/index.ts +2 -0
- package/src/composables/validation/tests/useFormValidation.spec.ts +251 -0
- package/src/composables/validation/tests/useValidatable.spec.ts +90 -0
- package/src/stories/Accessibilite/Audit/Exemptions-derogations.mdx +241 -0
- package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +17 -10
- package/src/stories/Accessibilite/KitDePreAudit/Outils/Introduction.mdx +16 -0
- package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +160 -106
- package/src/stories/Accessibilite/Vuetify/VuetifyItems.ts +2 -1
- package/src/stories/GuideDuDev/ClassesUtilitaires/FormattingUtilities.mdx +20 -0
- package/src/stories/GuideDuDev/ClassesUtilitaires/index.mdx +10 -0
- package/src/utils/formatNir/formatNir.ts +15 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/insertAt.ts +11 -0
- package/src/utils/rules/isDateValid/IsDateValid.mdx +2 -2
- package/src/utils/rules/isDateValid/IsDateValid.stories.ts +6 -4
- package/src/utils/rules/isDateValid/index.ts +23 -8
- package/src/utils/rules/isDateValid/tests/isDateValid.spec.ts +9 -0
- package/src/utils/rules/isExactLength/IsExactLenght.mdx +1 -1
- package/src/utils/rules/isHolidayDay/IsHolidayDay.mdx +19 -7
- package/src/utils/rules/isHolidayDay/index.ts +6 -8
- package/src/utils/rules/isHolidayDay/tests/isHolidayDay.spec.ts +13 -1
- package/src/utils/rules/isNotAfterDate/IsNotAfterDate.mdx +2 -2
- package/src/utils/rules/isNotAfterDate/IsNotAfterDate.stories.ts +9 -2
- package/src/utils/rules/isNotAfterDate/index.ts +5 -12
- package/src/utils/rules/isNotAfterDate/tests/isNotAfterDate.spec.ts +20 -0
- package/src/utils/rules/isNotAfterToday/IsNotAfterToday.mdx +2 -2
- package/src/utils/rules/isNotAfterToday/IsNotAfterToday.stories.ts +8 -2
- package/src/utils/rules/isNotAfterToday/index.ts +6 -6
- package/src/utils/rules/isNotAfterToday/tests/isNotAfterToday.spec.ts +20 -0
- package/src/utils/rules/isNotBeforeDate/IsNotBeforeDate.mdx +2 -2
- package/src/utils/rules/isNotBeforeDate/index.ts +5 -12
- package/src/utils/rules/isNotBeforeDate/tests/IsNotBeforeDate.spec.ts +20 -0
- package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.mdx +2 -2
- package/src/utils/rules/isNotBeforeToday/IsNotBeforeToday.stories.ts +8 -2
- package/src/utils/rules/isNotBeforeToday/index.ts +6 -6
- package/src/utils/rules/isNotBeforeToday/tests/notBeforeToday.spec.ts +19 -0
- package/src/utils/rules/validateDateValue.ts +37 -0
- package/src/vuetifyConfig.ts +6 -2
- package/dist/components/Customs/Selects/SelectBtnField/config.d.ts +0 -11
- package/dist/components/DatePicker/tests/setup.d.ts +0 -75370
- package/dist/components/Tables/common/formatters.d.ts +0 -17
- package/dist/main-CbBVJ_le.js +0 -34377
- package/dist/stories/Accessibilite/Vuetify/VuetifyItems.d.ts +0 -70
- package/dist/stories/DesignTokens/StylesTypographiques.stories.new.d.ts +0 -8
- package/dist/stories/DesignTokens/TypographyDisplay.d.ts +0 -28
- package/dist/stories/DesignTokens/vue-shims.d.ts +0 -6
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/AmeliproMultipleFoldingCard.spec.ts +0 -40
- package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +0 -369
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/ServiceBtn.spec.ts +0 -21
- package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +0 -100
- package/src/components/Amelipro/ServiceMenu/ServiceList/tests/ServiceList.spec.ts +0 -25
- package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +0 -245
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/ServiceMenuContent.spec.ts +0 -45
- package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +0 -787
- package/src/components/Amelipro/ServiceMenu/tests/ServiceMenu.spec.ts +0 -46
- package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +0 -111
- package/src/components/Amelipro/StructureMenu/StructureBtn/tests/StructureBtn.spec.ts +0 -17
- package/src/components/Amelipro/StructureMenu/StructureBtn/tests/__snapshots__/StructureBtn.spec.ts.snap +0 -34
- package/src/components/Amelipro/StructureMenu/StructureItem/tests/StructureItem.spec.ts +0 -21
- package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +0 -106
- package/src/components/Amelipro/StructureMenu/StructureList/tests/StructureList.spec.ts +0 -33
- package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +0 -353
- package/src/components/Amelipro/StructureMenu/StructureTabs/tests/StructureTabs.spec.ts +0 -60
- package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +0 -824
- package/src/components/Amelipro/StructureMenu/tests/StructureMenu.spec.ts +0 -69
- package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +0 -1383
- package/src/components/Amelipro/UserInformationSummary/tests/UserInformationSummary.spec.ts +0 -24
- package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/UserMenuDetails.spec.ts +0 -33
- package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/__snapshots__/UserMenuDetails.spec.ts.snap +0 -3
- package/src/components/Amelipro/UserMenu/tests/UserMenu.spec.ts +0 -34
- package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +0 -101
- package/src/components/Customs/Selects/SelectBtnField/config.ts +0 -11
- package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.events.spec.ts +0 -151
- package/src/components/DatePicker/DateTextInput/DateTextInput.events.spec.ts +0 -148
- package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +0 -361
- package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +0 -709
- package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +0 -4111
- package/src/components/DatePicker/tests/archiTest.md +0 -33
- package/src/components/DatePicker/tests/navigation.regression.spec.ts +0 -74
- package/src/components/DatePicker/tests/navigation.simple.spec.ts +0 -137
- package/src/components/DatePicker/tests/setup.ts +0 -243
- package/src/components/Tables/common/formatters.ts +0 -72
|
@@ -93,8 +93,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
93
93
|
width: string;
|
|
94
94
|
disabled: boolean;
|
|
95
95
|
placeholder: string;
|
|
96
|
-
density: "default" | "comfortable" | "compact";
|
|
97
96
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo";
|
|
97
|
+
density: "default" | "comfortable" | "compact";
|
|
98
98
|
readonly: boolean;
|
|
99
99
|
modelValue: string | null;
|
|
100
100
|
bgColor: string;
|
|
@@ -213,190 +213,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
213
213
|
[x: string]: unknown;
|
|
214
214
|
} & {
|
|
215
215
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
216
|
-
|
|
216
|
+
flat: boolean;
|
|
217
|
+
reverse: boolean;
|
|
218
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
219
|
+
type: string;
|
|
220
|
+
error: boolean;
|
|
221
|
+
active: boolean;
|
|
222
|
+
direction: "vertical" | "horizontal";
|
|
223
|
+
details: boolean;
|
|
224
|
+
style: import('vue').StyleValue;
|
|
225
|
+
autofocus: boolean;
|
|
226
|
+
disabled: boolean;
|
|
227
|
+
readonly: boolean | null;
|
|
228
|
+
messages: string | readonly string[];
|
|
229
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
217
230
|
focused: boolean;
|
|
218
231
|
errorMessages: string | readonly string[] | null;
|
|
219
232
|
maxErrors: string | number;
|
|
220
|
-
readonly: boolean | null;
|
|
221
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
222
233
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
223
234
|
tile: boolean;
|
|
235
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
236
|
+
glow: boolean;
|
|
224
237
|
hideSpinButtons: boolean;
|
|
225
238
|
persistentHint: boolean;
|
|
226
|
-
messages: string | readonly string[];
|
|
227
|
-
direction: "vertical" | "horizontal";
|
|
228
239
|
clearable: boolean;
|
|
229
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
230
|
-
active: boolean;
|
|
231
240
|
dirty: boolean;
|
|
232
|
-
disabled: boolean;
|
|
233
|
-
glow: boolean;
|
|
234
|
-
error: boolean;
|
|
235
|
-
flat: boolean;
|
|
236
241
|
persistentClear: boolean;
|
|
237
|
-
reverse: boolean;
|
|
238
242
|
singleLine: boolean;
|
|
239
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
240
|
-
autofocus: boolean;
|
|
241
243
|
persistentPlaceholder: boolean;
|
|
242
244
|
persistentCounter: boolean;
|
|
243
|
-
type: string;
|
|
244
245
|
} & {
|
|
245
|
-
theme?: string | undefined;
|
|
246
|
-
class?: any;
|
|
247
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
248
246
|
name?: string | undefined;
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
rounded?: string | number | boolean | undefined;
|
|
247
|
+
id?: string | undefined;
|
|
248
|
+
width?: string | number | undefined;
|
|
249
|
+
color?: string | undefined;
|
|
253
250
|
maxWidth?: string | number | undefined;
|
|
254
251
|
minWidth?: string | number | undefined;
|
|
255
|
-
width?: string | number | undefined;
|
|
256
252
|
loading?: string | boolean | undefined;
|
|
257
|
-
id?: string | undefined;
|
|
258
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
259
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
260
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
261
|
-
hint?: string | undefined;
|
|
262
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
263
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
264
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
265
|
-
bgColor?: string | undefined;
|
|
266
|
-
centerAffix?: boolean | undefined;
|
|
267
|
-
color?: string | undefined;
|
|
268
|
-
baseColor?: string | undefined;
|
|
269
|
-
iconColor?: string | boolean | undefined;
|
|
270
253
|
label?: string | undefined;
|
|
271
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
272
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
273
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
274
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
275
|
-
autocomplete?: string | undefined;
|
|
276
|
-
counter?: string | number | boolean | undefined;
|
|
277
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
|
278
254
|
prefix?: string | undefined;
|
|
255
|
+
role?: string | undefined;
|
|
256
|
+
class?: any;
|
|
257
|
+
theme?: string | undefined;
|
|
279
258
|
placeholder?: string | undefined;
|
|
259
|
+
counter?: string | number | boolean | undefined;
|
|
260
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
261
|
+
modelValue?: any;
|
|
262
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
263
|
+
validationValue?: any;
|
|
264
|
+
rounded?: string | number | boolean | undefined;
|
|
265
|
+
baseColor?: string | undefined;
|
|
266
|
+
bgColor?: string | undefined;
|
|
267
|
+
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
268
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
269
|
+
iconColor?: string | boolean | undefined;
|
|
270
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
271
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
272
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
273
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
274
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
275
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
276
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
277
|
+
centerAffix?: boolean | undefined;
|
|
278
|
+
hint?: string | undefined;
|
|
279
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
280
280
|
suffix?: string | undefined;
|
|
281
|
-
|
|
281
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
282
282
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
283
283
|
} & {
|
|
284
284
|
$children?: import('vue').VNodeChild | {
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
285
|
+
$stable?: boolean | undefined;
|
|
286
|
+
} | (() => import('vue').VNodeChild) | {
|
|
288
287
|
message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
289
288
|
clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
290
289
|
props: Record<string, any>;
|
|
291
290
|
}) => import('vue').VNodeChild) | undefined;
|
|
292
|
-
|
|
293
|
-
"append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
291
|
+
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
294
292
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
295
293
|
label: string | undefined;
|
|
296
294
|
props: Record<string, any>;
|
|
297
295
|
}) => import('vue').VNodeChild) | undefined;
|
|
296
|
+
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
297
|
+
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
298
298
|
loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
299
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
300
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
299
301
|
default?: (() => import('vue').VNodeChild) | undefined;
|
|
300
302
|
counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
} | (() => import('vue').VNodeChild);
|
|
304
|
-
"v-slots"?: {
|
|
305
|
-
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
306
|
-
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
307
|
-
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
303
|
+
};
|
|
304
|
+
'v-slots'?: {
|
|
308
305
|
message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
309
306
|
clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
310
307
|
props: Record<string, any>;
|
|
311
308
|
}) => import('vue').VNodeChild) | undefined;
|
|
312
|
-
|
|
313
|
-
"append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
309
|
+
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
314
310
|
label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
315
311
|
label: string | undefined;
|
|
316
312
|
props: Record<string, any>;
|
|
317
313
|
}) => import('vue').VNodeChild) | undefined;
|
|
314
|
+
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
315
|
+
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
318
316
|
loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
317
|
+
'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
318
|
+
'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
319
319
|
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
320
320
|
counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
321
321
|
} | undefined;
|
|
322
322
|
} & {
|
|
323
|
-
"v-slot:
|
|
324
|
-
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
323
|
+
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
325
324
|
"v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
326
325
|
props: Record<string, any>;
|
|
327
326
|
}) => import('vue').VNodeChild) | undefined;
|
|
328
|
-
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
329
|
-
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
330
327
|
"v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
331
328
|
"v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
332
329
|
label: string | undefined;
|
|
333
330
|
props: Record<string, any>;
|
|
334
331
|
}) => import('vue').VNodeChild) | undefined;
|
|
335
|
-
"v-slot:
|
|
336
|
-
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
332
|
+
"v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
337
333
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
334
|
+
"v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
338
335
|
"v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
336
|
+
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
337
|
+
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
338
|
+
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
339
339
|
} & {
|
|
340
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
341
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
342
340
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
343
341
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
344
|
-
|
|
342
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
343
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
344
|
+
}, Omit<Omit<{
|
|
345
345
|
$: import('vue').ComponentInternalInstance;
|
|
346
346
|
$data: {};
|
|
347
347
|
$props: Partial<{
|
|
348
|
+
error: boolean;
|
|
349
|
+
direction: "vertical" | "horizontal";
|
|
348
350
|
style: import('vue').StyleValue;
|
|
349
|
-
focused: boolean;
|
|
350
351
|
disabled: boolean | null;
|
|
351
|
-
error: boolean;
|
|
352
|
-
errorMessages: string | readonly string[] | null;
|
|
353
|
-
maxErrors: string | number;
|
|
354
352
|
readonly: boolean | null;
|
|
353
|
+
messages: string | readonly string[];
|
|
355
354
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
355
|
+
focused: boolean;
|
|
356
|
+
errorMessages: string | readonly string[] | null;
|
|
357
|
+
maxErrors: string | number;
|
|
356
358
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
357
359
|
centerAffix: boolean;
|
|
358
360
|
glow: boolean;
|
|
359
361
|
hideSpinButtons: boolean;
|
|
360
362
|
persistentHint: boolean;
|
|
361
|
-
messages: string | readonly string[];
|
|
362
|
-
direction: "vertical" | "horizontal";
|
|
363
363
|
}> & Omit<{
|
|
364
|
-
theme?: string | undefined;
|
|
365
|
-
class?: any;
|
|
366
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
367
|
-
focused: boolean;
|
|
368
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
369
|
-
disabled: boolean | null;
|
|
370
364
|
error: boolean;
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
label?: string | undefined;
|
|
365
|
+
direction: "vertical" | "horizontal";
|
|
366
|
+
style: import('vue').StyleValue;
|
|
367
|
+
disabled: boolean | null;
|
|
375
368
|
readonly: boolean | null;
|
|
369
|
+
messages: string | readonly string[];
|
|
376
370
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
377
|
-
|
|
378
|
-
|
|
371
|
+
focused: boolean;
|
|
372
|
+
errorMessages: string | readonly string[] | null;
|
|
373
|
+
maxErrors: string | number;
|
|
379
374
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
375
|
+
centerAffix: boolean;
|
|
376
|
+
glow: boolean;
|
|
377
|
+
hideSpinButtons: boolean;
|
|
378
|
+
persistentHint: boolean;
|
|
379
|
+
name?: string | undefined;
|
|
380
|
+
id?: string | undefined;
|
|
381
|
+
width?: string | number | undefined;
|
|
382
|
+
color?: string | undefined;
|
|
380
383
|
maxWidth?: string | number | undefined;
|
|
381
384
|
minWidth?: string | number | undefined;
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
+
label?: string | undefined;
|
|
386
|
+
class?: any;
|
|
387
|
+
theme?: string | undefined;
|
|
388
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
389
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
390
|
+
validationValue?: any;
|
|
385
391
|
baseColor?: string | undefined;
|
|
386
|
-
centerAffix: boolean;
|
|
387
|
-
color?: string | undefined;
|
|
388
|
-
glow: boolean;
|
|
389
|
-
iconColor?: string | boolean | undefined;
|
|
390
392
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
391
|
-
|
|
392
|
-
|
|
393
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
394
|
+
iconColor?: string | boolean | undefined;
|
|
395
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
396
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
393
397
|
hint?: string | undefined;
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
direction: "vertical" | "horizontal";
|
|
397
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
398
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
399
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
|
|
398
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
399
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
400
400
|
$attrs: {
|
|
401
401
|
[x: string]: unknown;
|
|
402
402
|
};
|
|
@@ -426,42 +426,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
426
426
|
$emit: (event: string, ...args: any[]) => void;
|
|
427
427
|
$el: any;
|
|
428
428
|
$options: import('vue').ComponentOptionsBase<{
|
|
429
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
430
|
-
focused: boolean;
|
|
431
|
-
disabled: boolean | null;
|
|
432
429
|
error: boolean;
|
|
433
|
-
|
|
434
|
-
|
|
430
|
+
direction: "vertical" | "horizontal";
|
|
431
|
+
style: import('vue').StyleValue;
|
|
432
|
+
disabled: boolean | null;
|
|
435
433
|
readonly: boolean | null;
|
|
434
|
+
messages: string | readonly string[];
|
|
436
435
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
436
|
+
focused: boolean;
|
|
437
|
+
errorMessages: string | readonly string[] | null;
|
|
438
|
+
maxErrors: string | number;
|
|
437
439
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
438
440
|
centerAffix: boolean;
|
|
439
441
|
glow: boolean;
|
|
440
442
|
hideSpinButtons: boolean;
|
|
441
443
|
persistentHint: boolean;
|
|
442
|
-
messages: string | readonly string[];
|
|
443
|
-
direction: "vertical" | "horizontal";
|
|
444
444
|
} & {
|
|
445
|
-
theme?: string | undefined;
|
|
446
|
-
class?: any;
|
|
447
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
448
445
|
name?: string | undefined;
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
446
|
+
id?: string | undefined;
|
|
447
|
+
width?: string | number | undefined;
|
|
448
|
+
color?: string | undefined;
|
|
452
449
|
maxWidth?: string | number | undefined;
|
|
453
450
|
minWidth?: string | number | undefined;
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
451
|
+
label?: string | undefined;
|
|
452
|
+
class?: any;
|
|
453
|
+
theme?: string | undefined;
|
|
454
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
455
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
456
|
+
validationValue?: any;
|
|
457
457
|
baseColor?: string | undefined;
|
|
458
|
-
color?: string | undefined;
|
|
459
|
-
iconColor?: string | boolean | undefined;
|
|
460
458
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
461
|
-
|
|
459
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
460
|
+
iconColor?: string | boolean | undefined;
|
|
461
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
462
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
462
463
|
hint?: string | undefined;
|
|
463
|
-
|
|
464
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
464
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
465
465
|
}, {
|
|
466
466
|
reset: () => Promise<void>;
|
|
467
467
|
resetValidation: () => Promise<void>;
|
|
@@ -469,23 +469,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
469
469
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
470
470
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
471
471
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
472
|
-
|
|
473
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:
|
|
472
|
+
'update:modelValue': (value: any) => true;
|
|
473
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
474
|
+
error: boolean;
|
|
475
|
+
direction: "vertical" | "horizontal";
|
|
474
476
|
style: import('vue').StyleValue;
|
|
475
|
-
focused: boolean;
|
|
476
477
|
disabled: boolean | null;
|
|
477
|
-
error: boolean;
|
|
478
|
-
errorMessages: string | readonly string[] | null;
|
|
479
|
-
maxErrors: string | number;
|
|
480
478
|
readonly: boolean | null;
|
|
479
|
+
messages: string | readonly string[];
|
|
481
480
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
481
|
+
focused: boolean;
|
|
482
|
+
errorMessages: string | readonly string[] | null;
|
|
483
|
+
maxErrors: string | number;
|
|
482
484
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
483
485
|
centerAffix: boolean;
|
|
484
486
|
glow: boolean;
|
|
485
487
|
hideSpinButtons: boolean;
|
|
486
488
|
persistentHint: boolean;
|
|
487
|
-
messages: string | readonly string[];
|
|
488
|
-
direction: "vertical" | "horizontal";
|
|
489
489
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
490
490
|
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
491
491
|
[key: string]: any;
|
|
@@ -503,79 +503,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
503
503
|
[key: string]: any;
|
|
504
504
|
}>[];
|
|
505
505
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
506
|
-
beforeCreate?: (() => void)
|
|
507
|
-
created?: (() => void)
|
|
508
|
-
beforeMount?: (() => void)
|
|
509
|
-
mounted?: (() => void)
|
|
510
|
-
beforeUpdate?: (() => void)
|
|
511
|
-
updated?: (() => void)
|
|
512
|
-
activated?: (() => void)
|
|
513
|
-
deactivated?: (() => void)
|
|
514
|
-
beforeDestroy?: (() => void)
|
|
515
|
-
beforeUnmount?: (() => void)
|
|
516
|
-
destroyed?: (() => void)
|
|
517
|
-
unmounted?: (() => void)
|
|
518
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
519
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
520
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
506
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
507
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
508
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
509
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
510
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
511
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
512
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
513
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
514
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
515
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
516
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
517
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
518
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
519
|
+
/** @type { typeof __VLS_ctx.numberField } */ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
520
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
521
521
|
};
|
|
522
522
|
$forceUpdate: () => void;
|
|
523
523
|
$nextTick: typeof nextTick;
|
|
524
524
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
525
525
|
} & Readonly<{
|
|
526
|
+
error: boolean;
|
|
527
|
+
direction: "vertical" | "horizontal";
|
|
526
528
|
style: import('vue').StyleValue;
|
|
527
|
-
focused: boolean;
|
|
528
529
|
disabled: boolean | null;
|
|
529
|
-
error: boolean;
|
|
530
|
-
errorMessages: string | readonly string[] | null;
|
|
531
|
-
maxErrors: string | number;
|
|
532
530
|
readonly: boolean | null;
|
|
531
|
+
messages: string | readonly string[];
|
|
533
532
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
533
|
+
focused: boolean;
|
|
534
|
+
errorMessages: string | readonly string[] | null;
|
|
535
|
+
maxErrors: string | number;
|
|
534
536
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
535
537
|
centerAffix: boolean;
|
|
536
538
|
glow: boolean;
|
|
537
539
|
hideSpinButtons: boolean;
|
|
538
540
|
persistentHint: boolean;
|
|
539
|
-
messages: string | readonly string[];
|
|
540
|
-
direction: "vertical" | "horizontal";
|
|
541
541
|
}> & Omit<{
|
|
542
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
543
|
-
focused: boolean;
|
|
544
|
-
disabled: boolean | null;
|
|
545
542
|
error: boolean;
|
|
546
|
-
|
|
547
|
-
|
|
543
|
+
direction: "vertical" | "horizontal";
|
|
544
|
+
style: import('vue').StyleValue;
|
|
545
|
+
disabled: boolean | null;
|
|
548
546
|
readonly: boolean | null;
|
|
547
|
+
messages: string | readonly string[];
|
|
549
548
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
549
|
+
focused: boolean;
|
|
550
|
+
errorMessages: string | readonly string[] | null;
|
|
551
|
+
maxErrors: string | number;
|
|
550
552
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
551
553
|
centerAffix: boolean;
|
|
552
554
|
glow: boolean;
|
|
553
555
|
hideSpinButtons: boolean;
|
|
554
556
|
persistentHint: boolean;
|
|
555
|
-
messages: string | readonly string[];
|
|
556
|
-
direction: "vertical" | "horizontal";
|
|
557
557
|
} & {
|
|
558
|
-
theme?: string | undefined;
|
|
559
|
-
class?: any;
|
|
560
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
561
558
|
name?: string | undefined;
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
559
|
+
id?: string | undefined;
|
|
560
|
+
width?: string | number | undefined;
|
|
561
|
+
color?: string | undefined;
|
|
565
562
|
maxWidth?: string | number | undefined;
|
|
566
563
|
minWidth?: string | number | undefined;
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
564
|
+
label?: string | undefined;
|
|
565
|
+
class?: any;
|
|
566
|
+
theme?: string | undefined;
|
|
567
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
568
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
569
|
+
validationValue?: any;
|
|
570
570
|
baseColor?: string | undefined;
|
|
571
|
-
color?: string | undefined;
|
|
572
|
-
iconColor?: string | boolean | undefined;
|
|
573
571
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
574
|
-
|
|
572
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
573
|
+
iconColor?: string | boolean | undefined;
|
|
574
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
575
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
575
576
|
hint?: string | undefined;
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
|
|
577
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
578
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
579
579
|
reset: () => Promise<void>;
|
|
580
580
|
resetValidation: () => Promise<void>;
|
|
581
581
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -583,64 +583,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
583
583
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
584
584
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
585
585
|
modelValue?: unknown;
|
|
586
|
-
|
|
587
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
586
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
587
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
588
588
|
$: import('vue').ComponentInternalInstance;
|
|
589
589
|
$data: {};
|
|
590
590
|
$props: Partial<{
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
clearable: boolean;
|
|
596
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
591
|
+
flat: boolean;
|
|
592
|
+
reverse: boolean;
|
|
593
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
594
|
+
error: boolean;
|
|
597
595
|
active: boolean;
|
|
598
|
-
|
|
599
|
-
|
|
596
|
+
details: boolean;
|
|
597
|
+
style: import('vue').StyleValue;
|
|
600
598
|
disabled: boolean;
|
|
599
|
+
focused: boolean;
|
|
600
|
+
rounded: string | number | boolean;
|
|
601
|
+
tile: boolean;
|
|
602
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
603
|
+
centerAffix: boolean;
|
|
601
604
|
glow: boolean;
|
|
602
|
-
|
|
603
|
-
|
|
605
|
+
clearable: boolean;
|
|
606
|
+
dirty: boolean;
|
|
604
607
|
persistentClear: boolean;
|
|
605
|
-
reverse: boolean;
|
|
606
608
|
singleLine: boolean;
|
|
609
|
+
}> & Omit<{
|
|
610
|
+
flat: boolean;
|
|
611
|
+
reverse: boolean;
|
|
607
612
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
613
|
+
error: boolean;
|
|
614
|
+
active: boolean;
|
|
608
615
|
details: boolean;
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
class?: any;
|
|
612
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
616
|
+
style: import('vue').StyleValue;
|
|
617
|
+
disabled: boolean;
|
|
613
618
|
focused: boolean;
|
|
614
|
-
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
615
|
-
rounded?: string | number | boolean | undefined;
|
|
616
619
|
tile: boolean;
|
|
617
|
-
loading?: string | boolean | undefined;
|
|
618
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
619
|
-
bgColor?: string | undefined;
|
|
620
|
-
clearable: boolean;
|
|
621
620
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
622
|
-
active: boolean;
|
|
623
|
-
centerAffix?: boolean | undefined;
|
|
624
|
-
color?: string | undefined;
|
|
625
|
-
baseColor?: string | undefined;
|
|
626
|
-
dirty: boolean;
|
|
627
|
-
disabled: boolean;
|
|
628
621
|
glow: boolean;
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
iconColor?: string | boolean | undefined;
|
|
632
|
-
label?: string | undefined;
|
|
622
|
+
clearable: boolean;
|
|
623
|
+
dirty: boolean;
|
|
633
624
|
persistentClear: boolean;
|
|
634
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
635
|
-
reverse: boolean;
|
|
636
625
|
singleLine: boolean;
|
|
637
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
638
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
639
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
640
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
641
626
|
id?: string | undefined;
|
|
642
|
-
|
|
643
|
-
|
|
627
|
+
color?: string | undefined;
|
|
628
|
+
loading?: string | boolean | undefined;
|
|
629
|
+
label?: string | undefined;
|
|
630
|
+
class?: any;
|
|
631
|
+
theme?: string | undefined;
|
|
632
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
633
|
+
rounded?: string | number | boolean | undefined;
|
|
634
|
+
baseColor?: string | undefined;
|
|
635
|
+
bgColor?: string | undefined;
|
|
636
|
+
iconColor?: string | boolean | undefined;
|
|
637
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
638
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
639
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
640
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
641
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
642
|
+
centerAffix?: boolean | undefined;
|
|
643
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
644
644
|
$attrs: {
|
|
645
645
|
[x: string]: unknown;
|
|
646
646
|
};
|
|
@@ -653,10 +653,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
653
653
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
654
654
|
[key: string]: any;
|
|
655
655
|
}>[]) | undefined;
|
|
656
|
-
|
|
656
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
657
657
|
[key: string]: any;
|
|
658
658
|
}>[]) | undefined;
|
|
659
|
-
|
|
659
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
660
660
|
[key: string]: any;
|
|
661
661
|
}>[]) | undefined;
|
|
662
662
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -678,77 +678,77 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
678
678
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
679
679
|
$el: any;
|
|
680
680
|
$options: import('vue').ComponentOptionsBase<{
|
|
681
|
-
|
|
681
|
+
flat: boolean;
|
|
682
|
+
reverse: boolean;
|
|
683
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
684
|
+
error: boolean;
|
|
685
|
+
active: boolean;
|
|
686
|
+
details: boolean;
|
|
687
|
+
style: import('vue').StyleValue;
|
|
688
|
+
disabled: boolean;
|
|
682
689
|
focused: boolean;
|
|
683
690
|
tile: boolean;
|
|
684
|
-
clearable: boolean;
|
|
685
691
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
686
|
-
active: boolean;
|
|
687
|
-
dirty: boolean;
|
|
688
|
-
disabled: boolean;
|
|
689
692
|
glow: boolean;
|
|
690
|
-
|
|
691
|
-
|
|
693
|
+
clearable: boolean;
|
|
694
|
+
dirty: boolean;
|
|
692
695
|
persistentClear: boolean;
|
|
693
|
-
reverse: boolean;
|
|
694
696
|
singleLine: boolean;
|
|
695
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
696
|
-
details: boolean;
|
|
697
697
|
} & {
|
|
698
|
-
|
|
698
|
+
id?: string | undefined;
|
|
699
|
+
color?: string | undefined;
|
|
700
|
+
loading?: string | boolean | undefined;
|
|
701
|
+
label?: string | undefined;
|
|
699
702
|
class?: any;
|
|
700
|
-
|
|
703
|
+
theme?: string | undefined;
|
|
704
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
701
705
|
rounded?: string | number | boolean | undefined;
|
|
702
|
-
loading?: string | boolean | undefined;
|
|
703
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
704
|
-
bgColor?: string | undefined;
|
|
705
|
-
centerAffix?: boolean | undefined;
|
|
706
|
-
color?: string | undefined;
|
|
707
706
|
baseColor?: string | undefined;
|
|
707
|
+
bgColor?: string | undefined;
|
|
708
708
|
iconColor?: string | boolean | undefined;
|
|
709
|
-
|
|
709
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
710
710
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
711
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
712
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
713
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
714
|
+
centerAffix?: boolean | undefined;
|
|
715
715
|
} & {
|
|
716
716
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
717
717
|
}, {
|
|
718
718
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
719
719
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
720
720
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:
|
|
721
|
+
'update:focused': (focused: boolean) => true;
|
|
722
|
+
'update:modelValue': (value: any) => true;
|
|
723
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
724
|
+
flat: boolean;
|
|
725
|
+
reverse: boolean;
|
|
726
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
727
|
+
error: boolean;
|
|
728
|
+
active: boolean;
|
|
729
|
+
details: boolean;
|
|
724
730
|
style: import('vue').StyleValue;
|
|
731
|
+
disabled: boolean;
|
|
725
732
|
focused: boolean;
|
|
726
733
|
rounded: string | number | boolean;
|
|
727
734
|
tile: boolean;
|
|
728
|
-
clearable: boolean;
|
|
729
735
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
730
|
-
active: boolean;
|
|
731
736
|
centerAffix: boolean;
|
|
732
|
-
dirty: boolean;
|
|
733
|
-
disabled: boolean;
|
|
734
737
|
glow: boolean;
|
|
735
|
-
|
|
736
|
-
|
|
738
|
+
clearable: boolean;
|
|
739
|
+
dirty: boolean;
|
|
737
740
|
persistentClear: boolean;
|
|
738
|
-
reverse: boolean;
|
|
739
741
|
singleLine: boolean;
|
|
740
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
741
|
-
details: boolean;
|
|
742
742
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
743
743
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
744
744
|
props: Record<string, any>;
|
|
745
745
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
746
746
|
[key: string]: any;
|
|
747
747
|
}>[];
|
|
748
|
-
|
|
748
|
+
'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
749
749
|
[key: string]: any;
|
|
750
750
|
}>[];
|
|
751
|
-
|
|
751
|
+
'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
752
752
|
[key: string]: any;
|
|
753
753
|
}>[];
|
|
754
754
|
label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -764,88 +764,88 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
764
764
|
[key: string]: any;
|
|
765
765
|
}>[];
|
|
766
766
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
767
|
-
beforeCreate?: (() => void)
|
|
768
|
-
created?: (() => void)
|
|
769
|
-
beforeMount?: (() => void)
|
|
770
|
-
mounted?: (() => void)
|
|
771
|
-
beforeUpdate?: (() => void)
|
|
772
|
-
updated?: (() => void)
|
|
773
|
-
activated?: (() => void)
|
|
774
|
-
deactivated?: (() => void)
|
|
775
|
-
beforeDestroy?: (() => void)
|
|
776
|
-
beforeUnmount?: (() => void)
|
|
777
|
-
destroyed?: (() => void)
|
|
778
|
-
unmounted?: (() => void)
|
|
779
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
780
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
781
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
767
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
768
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
769
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
770
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
771
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
772
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
773
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
774
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
775
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
776
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
777
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
778
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
779
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
780
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
781
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
782
782
|
};
|
|
783
783
|
$forceUpdate: () => void;
|
|
784
784
|
$nextTick: typeof nextTick;
|
|
785
785
|
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R_1 ? (args_0: R_1, args_1: R_1, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
786
786
|
} & Readonly<{
|
|
787
|
+
flat: boolean;
|
|
788
|
+
reverse: boolean;
|
|
789
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
790
|
+
error: boolean;
|
|
791
|
+
active: boolean;
|
|
792
|
+
details: boolean;
|
|
787
793
|
style: import('vue').StyleValue;
|
|
794
|
+
disabled: boolean;
|
|
788
795
|
focused: boolean;
|
|
789
796
|
rounded: string | number | boolean;
|
|
790
797
|
tile: boolean;
|
|
791
|
-
clearable: boolean;
|
|
792
798
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
793
|
-
active: boolean;
|
|
794
799
|
centerAffix: boolean;
|
|
795
|
-
dirty: boolean;
|
|
796
|
-
disabled: boolean;
|
|
797
800
|
glow: boolean;
|
|
798
|
-
|
|
799
|
-
|
|
801
|
+
clearable: boolean;
|
|
802
|
+
dirty: boolean;
|
|
800
803
|
persistentClear: boolean;
|
|
801
|
-
reverse: boolean;
|
|
802
804
|
singleLine: boolean;
|
|
805
|
+
}> & Omit<{
|
|
806
|
+
flat: boolean;
|
|
807
|
+
reverse: boolean;
|
|
803
808
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
809
|
+
error: boolean;
|
|
810
|
+
active: boolean;
|
|
804
811
|
details: boolean;
|
|
805
|
-
|
|
806
|
-
|
|
812
|
+
style: import('vue').StyleValue;
|
|
813
|
+
disabled: boolean;
|
|
807
814
|
focused: boolean;
|
|
808
815
|
tile: boolean;
|
|
809
|
-
clearable: boolean;
|
|
810
816
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
811
|
-
active: boolean;
|
|
812
|
-
dirty: boolean;
|
|
813
|
-
disabled: boolean;
|
|
814
817
|
glow: boolean;
|
|
815
|
-
|
|
816
|
-
|
|
818
|
+
clearable: boolean;
|
|
819
|
+
dirty: boolean;
|
|
817
820
|
persistentClear: boolean;
|
|
818
|
-
reverse: boolean;
|
|
819
821
|
singleLine: boolean;
|
|
820
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
821
|
-
details: boolean;
|
|
822
822
|
} & {
|
|
823
|
-
|
|
823
|
+
id?: string | undefined;
|
|
824
|
+
color?: string | undefined;
|
|
825
|
+
loading?: string | boolean | undefined;
|
|
826
|
+
label?: string | undefined;
|
|
824
827
|
class?: any;
|
|
825
|
-
|
|
828
|
+
theme?: string | undefined;
|
|
829
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
826
830
|
rounded?: string | number | boolean | undefined;
|
|
827
|
-
loading?: string | boolean | undefined;
|
|
828
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
829
|
-
bgColor?: string | undefined;
|
|
830
|
-
centerAffix?: boolean | undefined;
|
|
831
|
-
color?: string | undefined;
|
|
832
831
|
baseColor?: string | undefined;
|
|
832
|
+
bgColor?: string | undefined;
|
|
833
833
|
iconColor?: string | boolean | undefined;
|
|
834
|
-
|
|
834
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
835
835
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
836
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
837
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
838
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
839
|
+
centerAffix?: boolean | undefined;
|
|
840
840
|
} & {
|
|
841
841
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
842
|
-
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "
|
|
842
|
+
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
|
|
843
843
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
844
844
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
845
845
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
846
846
|
modelValue?: unknown;
|
|
847
|
-
|
|
848
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
847
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
848
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
849
849
|
_allExposed: {} | {
|
|
850
850
|
reset: () => Promise<void>;
|
|
851
851
|
resetValidation: () => Promise<void>;
|
|
@@ -857,51 +857,43 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
857
857
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
858
858
|
};
|
|
859
859
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
860
|
+
'click:control': (e: MouseEvent) => true;
|
|
861
|
+
'mousedown:control': (e: MouseEvent) => true;
|
|
862
|
+
'update:focused': (focused: boolean) => true;
|
|
863
|
+
'update:modelValue': (val: string) => true;
|
|
864
864
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
865
|
+
flat: boolean;
|
|
866
|
+
reverse: boolean;
|
|
867
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
868
|
+
type: string;
|
|
869
|
+
error: boolean;
|
|
870
|
+
active: boolean;
|
|
871
|
+
direction: "vertical" | "horizontal";
|
|
872
|
+
details: boolean;
|
|
865
873
|
style: import('vue').StyleValue;
|
|
874
|
+
autofocus: boolean;
|
|
875
|
+
disabled: boolean;
|
|
876
|
+
readonly: boolean | null;
|
|
877
|
+
messages: string | readonly string[];
|
|
878
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
866
879
|
focused: boolean;
|
|
867
880
|
errorMessages: string | readonly string[] | null;
|
|
868
881
|
maxErrors: string | number;
|
|
869
|
-
readonly: boolean | null;
|
|
870
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
871
882
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
872
883
|
rounded: string | number | boolean;
|
|
873
884
|
tile: boolean;
|
|
885
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
886
|
+
centerAffix: boolean;
|
|
887
|
+
glow: boolean;
|
|
874
888
|
hideSpinButtons: boolean;
|
|
875
889
|
persistentHint: boolean;
|
|
876
|
-
messages: string | readonly string[];
|
|
877
|
-
direction: "vertical" | "horizontal";
|
|
878
890
|
clearable: boolean;
|
|
879
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
880
|
-
active: boolean;
|
|
881
|
-
centerAffix: boolean;
|
|
882
891
|
dirty: boolean;
|
|
883
|
-
disabled: boolean;
|
|
884
|
-
glow: boolean;
|
|
885
|
-
error: boolean;
|
|
886
|
-
flat: boolean;
|
|
887
892
|
persistentClear: boolean;
|
|
888
|
-
reverse: boolean;
|
|
889
893
|
singleLine: boolean;
|
|
890
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
891
|
-
autofocus: boolean;
|
|
892
894
|
persistentPlaceholder: boolean;
|
|
893
895
|
persistentCounter: boolean;
|
|
894
|
-
type: string;
|
|
895
896
|
}, true, {}, import('vue').SlotsType<Partial<{
|
|
896
|
-
prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
897
|
-
[key: string]: any;
|
|
898
|
-
}>[];
|
|
899
|
-
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
900
|
-
[key: string]: any;
|
|
901
|
-
}>[];
|
|
902
|
-
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
903
|
-
[key: string]: any;
|
|
904
|
-
}>[];
|
|
905
897
|
message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
906
898
|
[key: string]: any;
|
|
907
899
|
}>[];
|
|
@@ -910,10 +902,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
910
902
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
911
903
|
[key: string]: any;
|
|
912
904
|
}>[];
|
|
913
|
-
|
|
914
|
-
[key: string]: any;
|
|
915
|
-
}>[];
|
|
916
|
-
"append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
905
|
+
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
917
906
|
[key: string]: any;
|
|
918
907
|
}>[];
|
|
919
908
|
label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -922,9 +911,21 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
922
911
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
923
912
|
[key: string]: any;
|
|
924
913
|
}>[];
|
|
914
|
+
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
915
|
+
[key: string]: any;
|
|
916
|
+
}>[];
|
|
917
|
+
prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
918
|
+
[key: string]: any;
|
|
919
|
+
}>[];
|
|
925
920
|
loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
926
921
|
[key: string]: any;
|
|
927
922
|
}>[];
|
|
923
|
+
'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
924
|
+
[key: string]: any;
|
|
925
|
+
}>[];
|
|
926
|
+
'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
927
|
+
[key: string]: any;
|
|
928
|
+
}>[];
|
|
928
929
|
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
929
930
|
[key: string]: any;
|
|
930
931
|
}>[];
|
|
@@ -939,190 +940,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
939
940
|
M: {};
|
|
940
941
|
Defaults: {};
|
|
941
942
|
}, {
|
|
942
|
-
|
|
943
|
+
flat: boolean;
|
|
944
|
+
reverse: boolean;
|
|
945
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
946
|
+
type: string;
|
|
947
|
+
error: boolean;
|
|
948
|
+
active: boolean;
|
|
949
|
+
direction: "vertical" | "horizontal";
|
|
950
|
+
details: boolean;
|
|
951
|
+
style: import('vue').StyleValue;
|
|
952
|
+
autofocus: boolean;
|
|
953
|
+
disabled: boolean;
|
|
954
|
+
readonly: boolean | null;
|
|
955
|
+
messages: string | readonly string[];
|
|
956
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
943
957
|
focused: boolean;
|
|
944
958
|
errorMessages: string | readonly string[] | null;
|
|
945
959
|
maxErrors: string | number;
|
|
946
|
-
readonly: boolean | null;
|
|
947
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
948
960
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
949
961
|
tile: boolean;
|
|
962
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
963
|
+
glow: boolean;
|
|
950
964
|
hideSpinButtons: boolean;
|
|
951
965
|
persistentHint: boolean;
|
|
952
|
-
messages: string | readonly string[];
|
|
953
|
-
direction: "vertical" | "horizontal";
|
|
954
966
|
clearable: boolean;
|
|
955
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
956
|
-
active: boolean;
|
|
957
967
|
dirty: boolean;
|
|
958
|
-
disabled: boolean;
|
|
959
|
-
glow: boolean;
|
|
960
|
-
error: boolean;
|
|
961
|
-
flat: boolean;
|
|
962
968
|
persistentClear: boolean;
|
|
963
|
-
reverse: boolean;
|
|
964
969
|
singleLine: boolean;
|
|
965
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
966
|
-
autofocus: boolean;
|
|
967
970
|
persistentPlaceholder: boolean;
|
|
968
971
|
persistentCounter: boolean;
|
|
969
|
-
type: string;
|
|
970
972
|
} & {
|
|
971
|
-
theme?: string | undefined;
|
|
972
|
-
class?: any;
|
|
973
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
974
973
|
name?: string | undefined;
|
|
975
|
-
modelValue?: any;
|
|
976
|
-
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "blur eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "invalid-input eager" | "invalid-input lazy" | "lazy invalid-input" | "submit eager" | "invalid-input" | undefined;
|
|
977
|
-
validationValue?: any;
|
|
978
|
-
rounded?: string | number | boolean | undefined;
|
|
979
|
-
maxWidth?: string | number | undefined;
|
|
980
|
-
minWidth?: string | number | undefined;
|
|
981
|
-
width?: string | number | undefined;
|
|
982
|
-
loading?: string | boolean | undefined;
|
|
983
974
|
id?: string | undefined;
|
|
984
|
-
|
|
985
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
986
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
987
|
-
hint?: string | undefined;
|
|
988
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
989
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
990
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
991
|
-
bgColor?: string | undefined;
|
|
992
|
-
centerAffix?: boolean | undefined;
|
|
975
|
+
width?: string | number | undefined;
|
|
993
976
|
color?: string | undefined;
|
|
994
|
-
|
|
995
|
-
|
|
977
|
+
maxWidth?: string | number | undefined;
|
|
978
|
+
minWidth?: string | number | undefined;
|
|
979
|
+
loading?: string | boolean | undefined;
|
|
996
980
|
label?: string | undefined;
|
|
997
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
998
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
999
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1000
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1001
|
-
autocomplete?: string | undefined;
|
|
1002
|
-
counter?: string | number | boolean | undefined;
|
|
1003
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
|
1004
981
|
prefix?: string | undefined;
|
|
982
|
+
role?: string | undefined;
|
|
983
|
+
class?: any;
|
|
984
|
+
theme?: string | undefined;
|
|
1005
985
|
placeholder?: string | undefined;
|
|
986
|
+
counter?: string | number | boolean | undefined;
|
|
987
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
988
|
+
modelValue?: any;
|
|
989
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
990
|
+
validationValue?: any;
|
|
991
|
+
rounded?: string | number | boolean | undefined;
|
|
992
|
+
baseColor?: string | undefined;
|
|
993
|
+
bgColor?: string | undefined;
|
|
994
|
+
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
995
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
996
|
+
iconColor?: string | boolean | undefined;
|
|
997
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
998
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
999
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1000
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1001
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1002
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1003
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1004
|
+
centerAffix?: boolean | undefined;
|
|
1005
|
+
hint?: string | undefined;
|
|
1006
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1006
1007
|
suffix?: string | undefined;
|
|
1007
|
-
|
|
1008
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
1008
1009
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
1009
1010
|
} & {
|
|
1010
1011
|
$children?: import('vue').VNodeChild | {
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1012
|
+
$stable?: boolean | undefined;
|
|
1013
|
+
} | (() => import('vue').VNodeChild) | {
|
|
1014
1014
|
message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
1015
1015
|
clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1016
1016
|
props: Record<string, any>;
|
|
1017
1017
|
}) => import('vue').VNodeChild) | undefined;
|
|
1018
|
-
|
|
1019
|
-
"append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1018
|
+
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1020
1019
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1021
1020
|
label: string | undefined;
|
|
1022
1021
|
props: Record<string, any>;
|
|
1023
1022
|
}) => import('vue').VNodeChild) | undefined;
|
|
1023
|
+
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1024
|
+
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1024
1025
|
loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
1026
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1027
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1025
1028
|
default?: (() => import('vue').VNodeChild) | undefined;
|
|
1026
1029
|
counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
} | (() => import('vue').VNodeChild);
|
|
1030
|
-
"v-slots"?: {
|
|
1031
|
-
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1032
|
-
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1033
|
-
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1030
|
+
};
|
|
1031
|
+
'v-slots'?: {
|
|
1034
1032
|
message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
1035
1033
|
clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1036
1034
|
props: Record<string, any>;
|
|
1037
1035
|
}) => import('vue').VNodeChild) | undefined;
|
|
1038
|
-
|
|
1039
|
-
"append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1036
|
+
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1040
1037
|
label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1041
1038
|
label: string | undefined;
|
|
1042
1039
|
props: Record<string, any>;
|
|
1043
1040
|
}) => import('vue').VNodeChild) | undefined;
|
|
1041
|
+
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1042
|
+
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1044
1043
|
loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
1044
|
+
'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1045
|
+
'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1045
1046
|
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
1046
1047
|
counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
1047
1048
|
} | undefined;
|
|
1048
1049
|
} & {
|
|
1049
|
-
"v-slot:
|
|
1050
|
-
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1050
|
+
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
1051
1051
|
"v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1052
1052
|
props: Record<string, any>;
|
|
1053
1053
|
}) => import('vue').VNodeChild) | undefined;
|
|
1054
|
-
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
1055
|
-
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
1056
1054
|
"v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1057
1055
|
"v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1058
1056
|
label: string | undefined;
|
|
1059
1057
|
props: Record<string, any>;
|
|
1060
1058
|
}) => import('vue').VNodeChild) | undefined;
|
|
1061
|
-
"v-slot:
|
|
1062
|
-
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
1059
|
+
"v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1063
1060
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1061
|
+
"v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
1064
1062
|
"v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1063
|
+
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
1064
|
+
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
1065
|
+
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
1065
1066
|
} & {
|
|
1066
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1067
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1068
1067
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1069
1068
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1070
|
-
|
|
1069
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1070
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1071
|
+
}, Omit<Omit<{
|
|
1071
1072
|
$: import('vue').ComponentInternalInstance;
|
|
1072
1073
|
$data: {};
|
|
1073
1074
|
$props: Partial<{
|
|
1075
|
+
error: boolean;
|
|
1076
|
+
direction: "vertical" | "horizontal";
|
|
1074
1077
|
style: import('vue').StyleValue;
|
|
1075
|
-
focused: boolean;
|
|
1076
1078
|
disabled: boolean | null;
|
|
1077
|
-
error: boolean;
|
|
1078
|
-
errorMessages: string | readonly string[] | null;
|
|
1079
|
-
maxErrors: string | number;
|
|
1080
1079
|
readonly: boolean | null;
|
|
1080
|
+
messages: string | readonly string[];
|
|
1081
1081
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
1082
|
+
focused: boolean;
|
|
1083
|
+
errorMessages: string | readonly string[] | null;
|
|
1084
|
+
maxErrors: string | number;
|
|
1082
1085
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1083
1086
|
centerAffix: boolean;
|
|
1084
1087
|
glow: boolean;
|
|
1085
1088
|
hideSpinButtons: boolean;
|
|
1086
1089
|
persistentHint: boolean;
|
|
1087
|
-
messages: string | readonly string[];
|
|
1088
|
-
direction: "vertical" | "horizontal";
|
|
1089
1090
|
}> & Omit<{
|
|
1090
|
-
theme?: string | undefined;
|
|
1091
|
-
class?: any;
|
|
1092
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1093
|
-
focused: boolean;
|
|
1094
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1095
|
-
disabled: boolean | null;
|
|
1096
1091
|
error: boolean;
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
label?: string | undefined;
|
|
1092
|
+
direction: "vertical" | "horizontal";
|
|
1093
|
+
style: import('vue').StyleValue;
|
|
1094
|
+
disabled: boolean | null;
|
|
1101
1095
|
readonly: boolean | null;
|
|
1096
|
+
messages: string | readonly string[];
|
|
1102
1097
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
1103
|
-
|
|
1104
|
-
|
|
1098
|
+
focused: boolean;
|
|
1099
|
+
errorMessages: string | readonly string[] | null;
|
|
1100
|
+
maxErrors: string | number;
|
|
1105
1101
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1102
|
+
centerAffix: boolean;
|
|
1103
|
+
glow: boolean;
|
|
1104
|
+
hideSpinButtons: boolean;
|
|
1105
|
+
persistentHint: boolean;
|
|
1106
|
+
name?: string | undefined;
|
|
1107
|
+
id?: string | undefined;
|
|
1108
|
+
width?: string | number | undefined;
|
|
1109
|
+
color?: string | undefined;
|
|
1106
1110
|
maxWidth?: string | number | undefined;
|
|
1107
1111
|
minWidth?: string | number | undefined;
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1112
|
+
label?: string | undefined;
|
|
1113
|
+
class?: any;
|
|
1114
|
+
theme?: string | undefined;
|
|
1115
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1116
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
1117
|
+
validationValue?: any;
|
|
1111
1118
|
baseColor?: string | undefined;
|
|
1112
|
-
centerAffix: boolean;
|
|
1113
|
-
color?: string | undefined;
|
|
1114
|
-
glow: boolean;
|
|
1115
|
-
iconColor?: string | boolean | undefined;
|
|
1116
1119
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1117
|
-
|
|
1118
|
-
|
|
1120
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1121
|
+
iconColor?: string | boolean | undefined;
|
|
1122
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1123
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1119
1124
|
hint?: string | undefined;
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
direction: "vertical" | "horizontal";
|
|
1123
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1124
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1125
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
|
|
1125
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1126
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
1126
1127
|
$attrs: {
|
|
1127
1128
|
[x: string]: unknown;
|
|
1128
1129
|
};
|
|
@@ -1152,42 +1153,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1152
1153
|
$emit: (event: string, ...args: any[]) => void;
|
|
1153
1154
|
$el: any;
|
|
1154
1155
|
$options: import('vue').ComponentOptionsBase<{
|
|
1155
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1156
|
-
focused: boolean;
|
|
1157
|
-
disabled: boolean | null;
|
|
1158
1156
|
error: boolean;
|
|
1159
|
-
|
|
1160
|
-
|
|
1157
|
+
direction: "vertical" | "horizontal";
|
|
1158
|
+
style: import('vue').StyleValue;
|
|
1159
|
+
disabled: boolean | null;
|
|
1161
1160
|
readonly: boolean | null;
|
|
1161
|
+
messages: string | readonly string[];
|
|
1162
1162
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
1163
|
+
focused: boolean;
|
|
1164
|
+
errorMessages: string | readonly string[] | null;
|
|
1165
|
+
maxErrors: string | number;
|
|
1163
1166
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1164
1167
|
centerAffix: boolean;
|
|
1165
1168
|
glow: boolean;
|
|
1166
1169
|
hideSpinButtons: boolean;
|
|
1167
1170
|
persistentHint: boolean;
|
|
1168
|
-
messages: string | readonly string[];
|
|
1169
|
-
direction: "vertical" | "horizontal";
|
|
1170
1171
|
} & {
|
|
1171
|
-
theme?: string | undefined;
|
|
1172
|
-
class?: any;
|
|
1173
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1174
1172
|
name?: string | undefined;
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1173
|
+
id?: string | undefined;
|
|
1174
|
+
width?: string | number | undefined;
|
|
1175
|
+
color?: string | undefined;
|
|
1178
1176
|
maxWidth?: string | number | undefined;
|
|
1179
1177
|
minWidth?: string | number | undefined;
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1178
|
+
label?: string | undefined;
|
|
1179
|
+
class?: any;
|
|
1180
|
+
theme?: string | undefined;
|
|
1181
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1182
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
1183
|
+
validationValue?: any;
|
|
1183
1184
|
baseColor?: string | undefined;
|
|
1184
|
-
color?: string | undefined;
|
|
1185
|
-
iconColor?: string | boolean | undefined;
|
|
1186
1185
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1187
|
-
|
|
1186
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1187
|
+
iconColor?: string | boolean | undefined;
|
|
1188
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1189
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1188
1190
|
hint?: string | undefined;
|
|
1189
|
-
|
|
1190
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1191
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1191
1192
|
}, {
|
|
1192
1193
|
reset: () => Promise<void>;
|
|
1193
1194
|
resetValidation: () => Promise<void>;
|
|
@@ -1195,23 +1196,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1195
1196
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
1196
1197
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
1197
1198
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
1198
|
-
|
|
1199
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:
|
|
1199
|
+
'update:modelValue': (value: any) => true;
|
|
1200
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1201
|
+
error: boolean;
|
|
1202
|
+
direction: "vertical" | "horizontal";
|
|
1200
1203
|
style: import('vue').StyleValue;
|
|
1201
|
-
focused: boolean;
|
|
1202
1204
|
disabled: boolean | null;
|
|
1203
|
-
error: boolean;
|
|
1204
|
-
errorMessages: string | readonly string[] | null;
|
|
1205
|
-
maxErrors: string | number;
|
|
1206
1205
|
readonly: boolean | null;
|
|
1206
|
+
messages: string | readonly string[];
|
|
1207
1207
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
1208
|
+
focused: boolean;
|
|
1209
|
+
errorMessages: string | readonly string[] | null;
|
|
1210
|
+
maxErrors: string | number;
|
|
1208
1211
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1209
1212
|
centerAffix: boolean;
|
|
1210
1213
|
glow: boolean;
|
|
1211
1214
|
hideSpinButtons: boolean;
|
|
1212
1215
|
persistentHint: boolean;
|
|
1213
|
-
messages: string | readonly string[];
|
|
1214
|
-
direction: "vertical" | "horizontal";
|
|
1215
1216
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
1216
1217
|
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1217
1218
|
[key: string]: any;
|
|
@@ -1229,79 +1230,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1229
1230
|
[key: string]: any;
|
|
1230
1231
|
}>[];
|
|
1231
1232
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1232
|
-
beforeCreate?: (() => void)
|
|
1233
|
-
created?: (() => void)
|
|
1234
|
-
beforeMount?: (() => void)
|
|
1235
|
-
mounted?: (() => void)
|
|
1236
|
-
beforeUpdate?: (() => void)
|
|
1237
|
-
updated?: (() => void)
|
|
1238
|
-
activated?: (() => void)
|
|
1239
|
-
deactivated?: (() => void)
|
|
1240
|
-
beforeDestroy?: (() => void)
|
|
1241
|
-
beforeUnmount?: (() => void)
|
|
1242
|
-
destroyed?: (() => void)
|
|
1243
|
-
unmounted?: (() => void)
|
|
1244
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
1245
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
1246
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
1233
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
1234
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
1235
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
1236
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
1237
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
1238
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
1239
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
1240
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
1241
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
1242
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
1243
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
1244
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
1245
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
1246
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
1247
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
1247
1248
|
};
|
|
1248
1249
|
$forceUpdate: () => void;
|
|
1249
1250
|
$nextTick: typeof nextTick;
|
|
1250
1251
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R_2 ? (args_0: R_2, args_1: R_2, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
1251
1252
|
} & Readonly<{
|
|
1253
|
+
error: boolean;
|
|
1254
|
+
direction: "vertical" | "horizontal";
|
|
1252
1255
|
style: import('vue').StyleValue;
|
|
1253
|
-
focused: boolean;
|
|
1254
1256
|
disabled: boolean | null;
|
|
1255
|
-
error: boolean;
|
|
1256
|
-
errorMessages: string | readonly string[] | null;
|
|
1257
|
-
maxErrors: string | number;
|
|
1258
1257
|
readonly: boolean | null;
|
|
1258
|
+
messages: string | readonly string[];
|
|
1259
1259
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
1260
|
+
focused: boolean;
|
|
1261
|
+
errorMessages: string | readonly string[] | null;
|
|
1262
|
+
maxErrors: string | number;
|
|
1260
1263
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1261
1264
|
centerAffix: boolean;
|
|
1262
1265
|
glow: boolean;
|
|
1263
1266
|
hideSpinButtons: boolean;
|
|
1264
1267
|
persistentHint: boolean;
|
|
1265
|
-
messages: string | readonly string[];
|
|
1266
|
-
direction: "vertical" | "horizontal";
|
|
1267
1268
|
}> & Omit<{
|
|
1268
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1269
|
-
focused: boolean;
|
|
1270
|
-
disabled: boolean | null;
|
|
1271
1269
|
error: boolean;
|
|
1272
|
-
|
|
1273
|
-
|
|
1270
|
+
direction: "vertical" | "horizontal";
|
|
1271
|
+
style: import('vue').StyleValue;
|
|
1272
|
+
disabled: boolean | null;
|
|
1274
1273
|
readonly: boolean | null;
|
|
1274
|
+
messages: string | readonly string[];
|
|
1275
1275
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
1276
|
+
focused: boolean;
|
|
1277
|
+
errorMessages: string | readonly string[] | null;
|
|
1278
|
+
maxErrors: string | number;
|
|
1276
1279
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1277
1280
|
centerAffix: boolean;
|
|
1278
1281
|
glow: boolean;
|
|
1279
1282
|
hideSpinButtons: boolean;
|
|
1280
1283
|
persistentHint: boolean;
|
|
1281
|
-
messages: string | readonly string[];
|
|
1282
|
-
direction: "vertical" | "horizontal";
|
|
1283
1284
|
} & {
|
|
1284
|
-
theme?: string | undefined;
|
|
1285
|
-
class?: any;
|
|
1286
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
1287
1285
|
name?: string | undefined;
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1286
|
+
id?: string | undefined;
|
|
1287
|
+
width?: string | number | undefined;
|
|
1288
|
+
color?: string | undefined;
|
|
1291
1289
|
maxWidth?: string | number | undefined;
|
|
1292
1290
|
minWidth?: string | number | undefined;
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1291
|
+
label?: string | undefined;
|
|
1292
|
+
class?: any;
|
|
1293
|
+
theme?: string | undefined;
|
|
1294
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1295
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
1296
|
+
validationValue?: any;
|
|
1296
1297
|
baseColor?: string | undefined;
|
|
1297
|
-
color?: string | undefined;
|
|
1298
|
-
iconColor?: string | boolean | undefined;
|
|
1299
1298
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1300
|
-
|
|
1299
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1300
|
+
iconColor?: string | boolean | undefined;
|
|
1301
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1302
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1301
1303
|
hint?: string | undefined;
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
|
|
1304
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1305
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
1305
1306
|
reset: () => Promise<void>;
|
|
1306
1307
|
resetValidation: () => Promise<void>;
|
|
1307
1308
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -1309,64 +1310,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1309
1310
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
1310
1311
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1311
1312
|
modelValue?: unknown;
|
|
1312
|
-
|
|
1313
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
1313
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1314
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
1314
1315
|
$: import('vue').ComponentInternalInstance;
|
|
1315
1316
|
$data: {};
|
|
1316
1317
|
$props: Partial<{
|
|
1318
|
+
flat: boolean;
|
|
1319
|
+
reverse: boolean;
|
|
1320
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1321
|
+
error: boolean;
|
|
1322
|
+
active: boolean;
|
|
1323
|
+
details: boolean;
|
|
1317
1324
|
style: import('vue').StyleValue;
|
|
1325
|
+
disabled: boolean;
|
|
1318
1326
|
focused: boolean;
|
|
1319
1327
|
rounded: string | number | boolean;
|
|
1320
1328
|
tile: boolean;
|
|
1321
|
-
clearable: boolean;
|
|
1322
1329
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1323
|
-
active: boolean;
|
|
1324
1330
|
centerAffix: boolean;
|
|
1325
|
-
dirty: boolean;
|
|
1326
|
-
disabled: boolean;
|
|
1327
1331
|
glow: boolean;
|
|
1328
|
-
|
|
1329
|
-
|
|
1332
|
+
clearable: boolean;
|
|
1333
|
+
dirty: boolean;
|
|
1330
1334
|
persistentClear: boolean;
|
|
1331
|
-
reverse: boolean;
|
|
1332
1335
|
singleLine: boolean;
|
|
1336
|
+
}> & Omit<{
|
|
1337
|
+
flat: boolean;
|
|
1338
|
+
reverse: boolean;
|
|
1333
1339
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1340
|
+
error: boolean;
|
|
1341
|
+
active: boolean;
|
|
1334
1342
|
details: boolean;
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
class?: any;
|
|
1338
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1343
|
+
style: import('vue').StyleValue;
|
|
1344
|
+
disabled: boolean;
|
|
1339
1345
|
focused: boolean;
|
|
1340
|
-
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1341
|
-
rounded?: string | number | boolean | undefined;
|
|
1342
1346
|
tile: boolean;
|
|
1343
|
-
loading?: string | boolean | undefined;
|
|
1344
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1345
|
-
bgColor?: string | undefined;
|
|
1346
|
-
clearable: boolean;
|
|
1347
1347
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1348
|
-
active: boolean;
|
|
1349
|
-
centerAffix?: boolean | undefined;
|
|
1350
|
-
color?: string | undefined;
|
|
1351
|
-
baseColor?: string | undefined;
|
|
1352
|
-
dirty: boolean;
|
|
1353
|
-
disabled: boolean;
|
|
1354
1348
|
glow: boolean;
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
iconColor?: string | boolean | undefined;
|
|
1358
|
-
label?: string | undefined;
|
|
1349
|
+
clearable: boolean;
|
|
1350
|
+
dirty: boolean;
|
|
1359
1351
|
persistentClear: boolean;
|
|
1360
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1361
|
-
reverse: boolean;
|
|
1362
1352
|
singleLine: boolean;
|
|
1363
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1364
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1365
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1366
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
1367
1353
|
id?: string | undefined;
|
|
1368
|
-
|
|
1369
|
-
|
|
1354
|
+
color?: string | undefined;
|
|
1355
|
+
loading?: string | boolean | undefined;
|
|
1356
|
+
label?: string | undefined;
|
|
1357
|
+
class?: any;
|
|
1358
|
+
theme?: string | undefined;
|
|
1359
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1360
|
+
rounded?: string | number | boolean | undefined;
|
|
1361
|
+
baseColor?: string | undefined;
|
|
1362
|
+
bgColor?: string | undefined;
|
|
1363
|
+
iconColor?: string | boolean | undefined;
|
|
1364
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1365
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1366
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1367
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1368
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1369
|
+
centerAffix?: boolean | undefined;
|
|
1370
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1370
1371
|
$attrs: {
|
|
1371
1372
|
[x: string]: unknown;
|
|
1372
1373
|
};
|
|
@@ -1379,10 +1380,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1379
1380
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1380
1381
|
[key: string]: any;
|
|
1381
1382
|
}>[]) | undefined;
|
|
1382
|
-
|
|
1383
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1383
1384
|
[key: string]: any;
|
|
1384
1385
|
}>[]) | undefined;
|
|
1385
|
-
|
|
1386
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1386
1387
|
[key: string]: any;
|
|
1387
1388
|
}>[]) | undefined;
|
|
1388
1389
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -1404,77 +1405,77 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1404
1405
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
1405
1406
|
$el: any;
|
|
1406
1407
|
$options: import('vue').ComponentOptionsBase<{
|
|
1407
|
-
|
|
1408
|
+
flat: boolean;
|
|
1409
|
+
reverse: boolean;
|
|
1410
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1411
|
+
error: boolean;
|
|
1412
|
+
active: boolean;
|
|
1413
|
+
details: boolean;
|
|
1414
|
+
style: import('vue').StyleValue;
|
|
1415
|
+
disabled: boolean;
|
|
1408
1416
|
focused: boolean;
|
|
1409
1417
|
tile: boolean;
|
|
1410
|
-
clearable: boolean;
|
|
1411
1418
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1412
|
-
active: boolean;
|
|
1413
|
-
dirty: boolean;
|
|
1414
|
-
disabled: boolean;
|
|
1415
1419
|
glow: boolean;
|
|
1416
|
-
|
|
1417
|
-
|
|
1420
|
+
clearable: boolean;
|
|
1421
|
+
dirty: boolean;
|
|
1418
1422
|
persistentClear: boolean;
|
|
1419
|
-
reverse: boolean;
|
|
1420
1423
|
singleLine: boolean;
|
|
1421
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1422
|
-
details: boolean;
|
|
1423
1424
|
} & {
|
|
1424
|
-
|
|
1425
|
+
id?: string | undefined;
|
|
1426
|
+
color?: string | undefined;
|
|
1427
|
+
loading?: string | boolean | undefined;
|
|
1428
|
+
label?: string | undefined;
|
|
1425
1429
|
class?: any;
|
|
1426
|
-
|
|
1430
|
+
theme?: string | undefined;
|
|
1431
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1427
1432
|
rounded?: string | number | boolean | undefined;
|
|
1428
|
-
loading?: string | boolean | undefined;
|
|
1429
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1430
|
-
bgColor?: string | undefined;
|
|
1431
|
-
centerAffix?: boolean | undefined;
|
|
1432
|
-
color?: string | undefined;
|
|
1433
1433
|
baseColor?: string | undefined;
|
|
1434
|
+
bgColor?: string | undefined;
|
|
1434
1435
|
iconColor?: string | boolean | undefined;
|
|
1435
|
-
|
|
1436
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1436
1437
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1438
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1439
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1440
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1441
|
+
centerAffix?: boolean | undefined;
|
|
1441
1442
|
} & {
|
|
1442
1443
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1443
1444
|
}, {
|
|
1444
1445
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1445
1446
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
1446
1447
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:
|
|
1448
|
+
'update:focused': (focused: boolean) => true;
|
|
1449
|
+
'update:modelValue': (value: any) => true;
|
|
1450
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
1451
|
+
flat: boolean;
|
|
1452
|
+
reverse: boolean;
|
|
1453
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1454
|
+
error: boolean;
|
|
1455
|
+
active: boolean;
|
|
1456
|
+
details: boolean;
|
|
1450
1457
|
style: import('vue').StyleValue;
|
|
1458
|
+
disabled: boolean;
|
|
1451
1459
|
focused: boolean;
|
|
1452
1460
|
rounded: string | number | boolean;
|
|
1453
1461
|
tile: boolean;
|
|
1454
|
-
clearable: boolean;
|
|
1455
1462
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1456
|
-
active: boolean;
|
|
1457
1463
|
centerAffix: boolean;
|
|
1458
|
-
dirty: boolean;
|
|
1459
|
-
disabled: boolean;
|
|
1460
1464
|
glow: boolean;
|
|
1461
|
-
|
|
1462
|
-
|
|
1465
|
+
clearable: boolean;
|
|
1466
|
+
dirty: boolean;
|
|
1463
1467
|
persistentClear: boolean;
|
|
1464
|
-
reverse: boolean;
|
|
1465
1468
|
singleLine: boolean;
|
|
1466
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1467
|
-
details: boolean;
|
|
1468
1469
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
1469
1470
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
1470
1471
|
props: Record<string, any>;
|
|
1471
1472
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1472
1473
|
[key: string]: any;
|
|
1473
1474
|
}>[];
|
|
1474
|
-
|
|
1475
|
+
'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1475
1476
|
[key: string]: any;
|
|
1476
1477
|
}>[];
|
|
1477
|
-
|
|
1478
|
+
'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1478
1479
|
[key: string]: any;
|
|
1479
1480
|
}>[];
|
|
1480
1481
|
label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -1490,88 +1491,88 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1490
1491
|
[key: string]: any;
|
|
1491
1492
|
}>[];
|
|
1492
1493
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1493
|
-
beforeCreate?: (() => void)
|
|
1494
|
-
created?: (() => void)
|
|
1495
|
-
beforeMount?: (() => void)
|
|
1496
|
-
mounted?: (() => void)
|
|
1497
|
-
beforeUpdate?: (() => void)
|
|
1498
|
-
updated?: (() => void)
|
|
1499
|
-
activated?: (() => void)
|
|
1500
|
-
deactivated?: (() => void)
|
|
1501
|
-
beforeDestroy?: (() => void)
|
|
1502
|
-
beforeUnmount?: (() => void)
|
|
1503
|
-
destroyed?: (() => void)
|
|
1504
|
-
unmounted?: (() => void)
|
|
1505
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
1506
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
1507
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
1494
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
1495
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
1496
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
1497
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
1498
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
1499
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
1500
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
1501
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
1502
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
1503
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
1504
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
1505
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
1506
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
1507
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
1508
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
1508
1509
|
};
|
|
1509
1510
|
$forceUpdate: () => void;
|
|
1510
1511
|
$nextTick: typeof nextTick;
|
|
1511
1512
|
$watch<T_3 extends string | ((...args: any) => any)>(source: T_3, cb: T_3 extends (...args: any) => infer R_3 ? (args_0: R_3, args_1: R_3, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
1512
1513
|
} & Readonly<{
|
|
1514
|
+
flat: boolean;
|
|
1515
|
+
reverse: boolean;
|
|
1516
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1517
|
+
error: boolean;
|
|
1518
|
+
active: boolean;
|
|
1519
|
+
details: boolean;
|
|
1513
1520
|
style: import('vue').StyleValue;
|
|
1521
|
+
disabled: boolean;
|
|
1514
1522
|
focused: boolean;
|
|
1515
1523
|
rounded: string | number | boolean;
|
|
1516
1524
|
tile: boolean;
|
|
1517
|
-
clearable: boolean;
|
|
1518
1525
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1519
|
-
active: boolean;
|
|
1520
1526
|
centerAffix: boolean;
|
|
1521
|
-
dirty: boolean;
|
|
1522
|
-
disabled: boolean;
|
|
1523
1527
|
glow: boolean;
|
|
1524
|
-
|
|
1525
|
-
|
|
1528
|
+
clearable: boolean;
|
|
1529
|
+
dirty: boolean;
|
|
1526
1530
|
persistentClear: boolean;
|
|
1527
|
-
reverse: boolean;
|
|
1528
1531
|
singleLine: boolean;
|
|
1532
|
+
}> & Omit<{
|
|
1533
|
+
flat: boolean;
|
|
1534
|
+
reverse: boolean;
|
|
1529
1535
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1536
|
+
error: boolean;
|
|
1537
|
+
active: boolean;
|
|
1530
1538
|
details: boolean;
|
|
1531
|
-
|
|
1532
|
-
|
|
1539
|
+
style: import('vue').StyleValue;
|
|
1540
|
+
disabled: boolean;
|
|
1533
1541
|
focused: boolean;
|
|
1534
1542
|
tile: boolean;
|
|
1535
|
-
clearable: boolean;
|
|
1536
1543
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1537
|
-
active: boolean;
|
|
1538
|
-
dirty: boolean;
|
|
1539
|
-
disabled: boolean;
|
|
1540
1544
|
glow: boolean;
|
|
1541
|
-
|
|
1542
|
-
|
|
1545
|
+
clearable: boolean;
|
|
1546
|
+
dirty: boolean;
|
|
1543
1547
|
persistentClear: boolean;
|
|
1544
|
-
reverse: boolean;
|
|
1545
1548
|
singleLine: boolean;
|
|
1546
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1547
|
-
details: boolean;
|
|
1548
1549
|
} & {
|
|
1549
|
-
|
|
1550
|
+
id?: string | undefined;
|
|
1551
|
+
color?: string | undefined;
|
|
1552
|
+
loading?: string | boolean | undefined;
|
|
1553
|
+
label?: string | undefined;
|
|
1550
1554
|
class?: any;
|
|
1551
|
-
|
|
1555
|
+
theme?: string | undefined;
|
|
1556
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1552
1557
|
rounded?: string | number | boolean | undefined;
|
|
1553
|
-
loading?: string | boolean | undefined;
|
|
1554
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1555
|
-
bgColor?: string | undefined;
|
|
1556
|
-
centerAffix?: boolean | undefined;
|
|
1557
|
-
color?: string | undefined;
|
|
1558
1558
|
baseColor?: string | undefined;
|
|
1559
|
+
bgColor?: string | undefined;
|
|
1559
1560
|
iconColor?: string | boolean | undefined;
|
|
1560
|
-
|
|
1561
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1561
1562
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1563
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1564
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1565
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1566
|
+
centerAffix?: boolean | undefined;
|
|
1566
1567
|
} & {
|
|
1567
1568
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1568
|
-
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "
|
|
1569
|
+
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
|
|
1569
1570
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1570
1571
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
1571
1572
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1572
1573
|
modelValue?: unknown;
|
|
1573
|
-
|
|
1574
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
1574
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1575
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
1575
1576
|
_allExposed: {} | {
|
|
1576
1577
|
reset: () => Promise<void>;
|
|
1577
1578
|
resetValidation: () => Promise<void>;
|
|
@@ -1583,36 +1584,37 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1583
1584
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
1584
1585
|
};
|
|
1585
1586
|
}, {}, {}, {}, {
|
|
1587
|
+
flat: boolean;
|
|
1588
|
+
reverse: boolean;
|
|
1589
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1590
|
+
type: string;
|
|
1591
|
+
error: boolean;
|
|
1592
|
+
active: boolean;
|
|
1593
|
+
direction: "vertical" | "horizontal";
|
|
1594
|
+
details: boolean;
|
|
1586
1595
|
style: import('vue').StyleValue;
|
|
1596
|
+
autofocus: boolean;
|
|
1597
|
+
disabled: boolean;
|
|
1598
|
+
readonly: boolean | null;
|
|
1599
|
+
messages: string | readonly string[];
|
|
1600
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1587
1601
|
focused: boolean;
|
|
1588
1602
|
errorMessages: string | readonly string[] | null;
|
|
1589
1603
|
maxErrors: string | number;
|
|
1590
|
-
readonly: boolean | null;
|
|
1591
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
1592
1604
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
1593
1605
|
rounded: string | number | boolean;
|
|
1594
1606
|
tile: boolean;
|
|
1607
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1608
|
+
centerAffix: boolean;
|
|
1609
|
+
glow: boolean;
|
|
1595
1610
|
hideSpinButtons: boolean;
|
|
1596
1611
|
persistentHint: boolean;
|
|
1597
|
-
messages: string | readonly string[];
|
|
1598
|
-
direction: "vertical" | "horizontal";
|
|
1599
1612
|
clearable: boolean;
|
|
1600
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
1601
|
-
active: boolean;
|
|
1602
|
-
centerAffix: boolean;
|
|
1603
1613
|
dirty: boolean;
|
|
1604
|
-
disabled: boolean;
|
|
1605
|
-
glow: boolean;
|
|
1606
|
-
error: boolean;
|
|
1607
|
-
flat: boolean;
|
|
1608
1614
|
persistentClear: boolean;
|
|
1609
|
-
reverse: boolean;
|
|
1610
1615
|
singleLine: boolean;
|
|
1611
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
1612
|
-
autofocus: boolean;
|
|
1613
1616
|
persistentPlaceholder: boolean;
|
|
1614
1617
|
persistentCounter: boolean;
|
|
1615
|
-
type: string;
|
|
1616
1618
|
}> | null;
|
|
1617
1619
|
};
|
|
1618
1620
|
$slots: Readonly<{
|
|
@@ -1727,11 +1729,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1727
1729
|
theme: string;
|
|
1728
1730
|
disabled: boolean;
|
|
1729
1731
|
placeholder: string;
|
|
1730
|
-
density: "default" | "comfortable" | "compact";
|
|
1731
1732
|
rounded: string | number | boolean;
|
|
1733
|
+
loading: string | boolean;
|
|
1732
1734
|
maxWidth: string | number;
|
|
1733
1735
|
minWidth: string | number;
|
|
1734
|
-
|
|
1736
|
+
density: "default" | "comfortable" | "compact";
|
|
1735
1737
|
baseColor: string;
|
|
1736
1738
|
prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1737
1739
|
appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1815,11 +1817,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1815
1817
|
theme: string;
|
|
1816
1818
|
disabled: boolean;
|
|
1817
1819
|
placeholder: string;
|
|
1818
|
-
density: "default" | "comfortable" | "compact";
|
|
1819
1820
|
rounded: string | number | boolean;
|
|
1821
|
+
loading: string | boolean;
|
|
1820
1822
|
maxWidth: string | number;
|
|
1821
1823
|
minWidth: string | number;
|
|
1822
|
-
|
|
1824
|
+
density: "default" | "comfortable" | "compact";
|
|
1823
1825
|
baseColor: string;
|
|
1824
1826
|
prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
1825
1827
|
appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -1950,7 +1952,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1950
1952
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1951
1953
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1952
1954
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1953
|
-
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "
|
|
1955
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
1954
1956
|
validation: {
|
|
1955
1957
|
errors: import('vue').Ref<string[], string[]>;
|
|
1956
1958
|
warnings: import('vue').Ref<string[], string[]>;
|
|
@@ -2059,190 +2061,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2059
2061
|
[x: string]: unknown;
|
|
2060
2062
|
} & {
|
|
2061
2063
|
syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
|
|
2062
|
-
|
|
2064
|
+
flat: boolean;
|
|
2065
|
+
reverse: boolean;
|
|
2066
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2067
|
+
type: string;
|
|
2068
|
+
error: boolean;
|
|
2069
|
+
active: boolean;
|
|
2070
|
+
direction: "vertical" | "horizontal";
|
|
2071
|
+
details: boolean;
|
|
2072
|
+
style: import('vue').StyleValue;
|
|
2073
|
+
autofocus: boolean;
|
|
2074
|
+
disabled: boolean;
|
|
2075
|
+
readonly: boolean | null;
|
|
2076
|
+
messages: string | readonly string[];
|
|
2077
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2063
2078
|
focused: boolean;
|
|
2064
2079
|
errorMessages: string | readonly string[] | null;
|
|
2065
2080
|
maxErrors: string | number;
|
|
2066
|
-
readonly: boolean | null;
|
|
2067
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2068
2081
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2069
2082
|
tile: boolean;
|
|
2083
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2084
|
+
glow: boolean;
|
|
2070
2085
|
hideSpinButtons: boolean;
|
|
2071
2086
|
persistentHint: boolean;
|
|
2072
|
-
messages: string | readonly string[];
|
|
2073
|
-
direction: "vertical" | "horizontal";
|
|
2074
2087
|
clearable: boolean;
|
|
2075
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2076
|
-
active: boolean;
|
|
2077
2088
|
dirty: boolean;
|
|
2078
|
-
disabled: boolean;
|
|
2079
|
-
glow: boolean;
|
|
2080
|
-
error: boolean;
|
|
2081
|
-
flat: boolean;
|
|
2082
2089
|
persistentClear: boolean;
|
|
2083
|
-
reverse: boolean;
|
|
2084
2090
|
singleLine: boolean;
|
|
2085
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2086
|
-
autofocus: boolean;
|
|
2087
2091
|
persistentPlaceholder: boolean;
|
|
2088
2092
|
persistentCounter: boolean;
|
|
2089
|
-
type: string;
|
|
2090
2093
|
} & {
|
|
2091
|
-
theme?: string | undefined;
|
|
2092
|
-
class?: any;
|
|
2093
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2094
2094
|
name?: string | undefined;
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
rounded?: string | number | boolean | undefined;
|
|
2095
|
+
id?: string | undefined;
|
|
2096
|
+
width?: string | number | undefined;
|
|
2097
|
+
color?: string | undefined;
|
|
2099
2098
|
maxWidth?: string | number | undefined;
|
|
2100
2099
|
minWidth?: string | number | undefined;
|
|
2101
|
-
width?: string | number | undefined;
|
|
2102
2100
|
loading?: string | boolean | undefined;
|
|
2103
|
-
id?: string | undefined;
|
|
2104
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2105
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2106
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
2107
|
-
hint?: string | undefined;
|
|
2108
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2109
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2110
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2111
|
-
bgColor?: string | undefined;
|
|
2112
|
-
centerAffix?: boolean | undefined;
|
|
2113
|
-
color?: string | undefined;
|
|
2114
|
-
baseColor?: string | undefined;
|
|
2115
|
-
iconColor?: string | boolean | undefined;
|
|
2116
2101
|
label?: string | undefined;
|
|
2117
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2118
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2119
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2120
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2121
|
-
autocomplete?: string | undefined;
|
|
2122
|
-
counter?: string | number | boolean | undefined;
|
|
2123
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
|
2124
2102
|
prefix?: string | undefined;
|
|
2103
|
+
role?: string | undefined;
|
|
2104
|
+
class?: any;
|
|
2105
|
+
theme?: string | undefined;
|
|
2125
2106
|
placeholder?: string | undefined;
|
|
2107
|
+
counter?: string | number | boolean | undefined;
|
|
2108
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2109
|
+
modelValue?: any;
|
|
2110
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
2111
|
+
validationValue?: any;
|
|
2112
|
+
rounded?: string | number | boolean | undefined;
|
|
2113
|
+
baseColor?: string | undefined;
|
|
2114
|
+
bgColor?: string | undefined;
|
|
2115
|
+
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2116
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2117
|
+
iconColor?: string | boolean | undefined;
|
|
2118
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2119
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2120
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2121
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2122
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2123
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2124
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2125
|
+
centerAffix?: boolean | undefined;
|
|
2126
|
+
hint?: string | undefined;
|
|
2127
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
2126
2128
|
suffix?: string | undefined;
|
|
2127
|
-
|
|
2129
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
2128
2130
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
2129
2131
|
} & {
|
|
2130
2132
|
$children?: import('vue').VNodeChild | {
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2133
|
+
$stable?: boolean | undefined;
|
|
2134
|
+
} | (() => import('vue').VNodeChild) | {
|
|
2134
2135
|
message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2135
2136
|
clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2136
2137
|
props: Record<string, any>;
|
|
2137
2138
|
}) => import('vue').VNodeChild) | undefined;
|
|
2138
|
-
|
|
2139
|
-
"append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2139
|
+
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2140
2140
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2141
2141
|
label: string | undefined;
|
|
2142
2142
|
props: Record<string, any>;
|
|
2143
2143
|
}) => import('vue').VNodeChild) | undefined;
|
|
2144
|
+
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2145
|
+
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2144
2146
|
loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
2147
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2148
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2145
2149
|
default?: (() => import('vue').VNodeChild) | undefined;
|
|
2146
2150
|
counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2147
|
-
}
|
|
2148
|
-
|
|
2149
|
-
} | (() => import('vue').VNodeChild);
|
|
2150
|
-
"v-slots"?: {
|
|
2151
|
-
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2152
|
-
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2153
|
-
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2151
|
+
};
|
|
2152
|
+
'v-slots'?: {
|
|
2154
2153
|
message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2155
2154
|
clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2156
2155
|
props: Record<string, any>;
|
|
2157
2156
|
}) => import('vue').VNodeChild) | undefined;
|
|
2158
|
-
|
|
2159
|
-
"append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2157
|
+
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2160
2158
|
label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2161
2159
|
label: string | undefined;
|
|
2162
2160
|
props: Record<string, any>;
|
|
2163
2161
|
}) => import('vue').VNodeChild) | undefined;
|
|
2162
|
+
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2163
|
+
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2164
2164
|
loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
2165
|
+
'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2166
|
+
'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2165
2167
|
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
2166
2168
|
counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2167
2169
|
} | undefined;
|
|
2168
2170
|
} & {
|
|
2169
|
-
"v-slot:
|
|
2170
|
-
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2171
|
+
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2171
2172
|
"v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2172
2173
|
props: Record<string, any>;
|
|
2173
2174
|
}) => import('vue').VNodeChild) | undefined;
|
|
2174
|
-
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2175
|
-
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
2176
2175
|
"v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2177
2176
|
"v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2178
2177
|
label: string | undefined;
|
|
2179
2178
|
props: Record<string, any>;
|
|
2180
2179
|
}) => import('vue').VNodeChild) | undefined;
|
|
2181
|
-
"v-slot:
|
|
2182
|
-
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2180
|
+
"v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2183
2181
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2182
|
+
"v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
2184
2183
|
"v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2184
|
+
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2185
|
+
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
2186
|
+
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2185
2187
|
} & {
|
|
2186
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2187
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2188
2188
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2189
2189
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
2190
|
-
|
|
2190
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2191
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2192
|
+
}, Omit<Omit<{
|
|
2191
2193
|
$: import('vue').ComponentInternalInstance;
|
|
2192
2194
|
$data: {};
|
|
2193
2195
|
$props: Partial<{
|
|
2196
|
+
error: boolean;
|
|
2197
|
+
direction: "vertical" | "horizontal";
|
|
2194
2198
|
style: import('vue').StyleValue;
|
|
2195
|
-
focused: boolean;
|
|
2196
2199
|
disabled: boolean | null;
|
|
2197
|
-
error: boolean;
|
|
2198
|
-
errorMessages: string | readonly string[] | null;
|
|
2199
|
-
maxErrors: string | number;
|
|
2200
2200
|
readonly: boolean | null;
|
|
2201
|
+
messages: string | readonly string[];
|
|
2201
2202
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2203
|
+
focused: boolean;
|
|
2204
|
+
errorMessages: string | readonly string[] | null;
|
|
2205
|
+
maxErrors: string | number;
|
|
2202
2206
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2203
2207
|
centerAffix: boolean;
|
|
2204
2208
|
glow: boolean;
|
|
2205
2209
|
hideSpinButtons: boolean;
|
|
2206
2210
|
persistentHint: boolean;
|
|
2207
|
-
messages: string | readonly string[];
|
|
2208
|
-
direction: "vertical" | "horizontal";
|
|
2209
2211
|
}> & Omit<{
|
|
2210
|
-
theme?: string | undefined;
|
|
2211
|
-
class?: any;
|
|
2212
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2213
|
-
focused: boolean;
|
|
2214
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2215
|
-
disabled: boolean | null;
|
|
2216
2212
|
error: boolean;
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
label?: string | undefined;
|
|
2213
|
+
direction: "vertical" | "horizontal";
|
|
2214
|
+
style: import('vue').StyleValue;
|
|
2215
|
+
disabled: boolean | null;
|
|
2221
2216
|
readonly: boolean | null;
|
|
2217
|
+
messages: string | readonly string[];
|
|
2222
2218
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2223
|
-
|
|
2224
|
-
|
|
2219
|
+
focused: boolean;
|
|
2220
|
+
errorMessages: string | readonly string[] | null;
|
|
2221
|
+
maxErrors: string | number;
|
|
2225
2222
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2226
|
-
maxWidth?: string | number | undefined;
|
|
2227
|
-
minWidth?: string | number | undefined;
|
|
2228
|
-
width?: string | number | undefined;
|
|
2229
|
-
id?: string | undefined;
|
|
2230
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2231
|
-
baseColor?: string | undefined;
|
|
2232
2223
|
centerAffix: boolean;
|
|
2233
|
-
color?: string | undefined;
|
|
2234
2224
|
glow: boolean;
|
|
2235
|
-
|
|
2225
|
+
hideSpinButtons: boolean;
|
|
2226
|
+
persistentHint: boolean;
|
|
2227
|
+
name?: string | undefined;
|
|
2228
|
+
id?: string | undefined;
|
|
2229
|
+
width?: string | number | undefined;
|
|
2230
|
+
color?: string | undefined;
|
|
2231
|
+
maxWidth?: string | number | undefined;
|
|
2232
|
+
minWidth?: string | number | undefined;
|
|
2233
|
+
label?: string | undefined;
|
|
2234
|
+
class?: any;
|
|
2235
|
+
theme?: string | undefined;
|
|
2236
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2237
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
2238
|
+
validationValue?: any;
|
|
2239
|
+
baseColor?: string | undefined;
|
|
2236
2240
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2237
|
-
|
|
2238
|
-
|
|
2241
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2242
|
+
iconColor?: string | boolean | undefined;
|
|
2243
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2244
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2239
2245
|
hint?: string | undefined;
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
direction: "vertical" | "horizontal";
|
|
2243
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2244
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2245
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
|
|
2246
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
2247
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
2246
2248
|
$attrs: {
|
|
2247
2249
|
[x: string]: unknown;
|
|
2248
2250
|
};
|
|
@@ -2272,42 +2274,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2272
2274
|
$emit: (event: string, ...args: any[]) => void;
|
|
2273
2275
|
$el: any;
|
|
2274
2276
|
$options: import('vue').ComponentOptionsBase<{
|
|
2275
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2276
|
-
focused: boolean;
|
|
2277
|
-
disabled: boolean | null;
|
|
2278
2277
|
error: boolean;
|
|
2279
|
-
|
|
2280
|
-
|
|
2278
|
+
direction: "vertical" | "horizontal";
|
|
2279
|
+
style: import('vue').StyleValue;
|
|
2280
|
+
disabled: boolean | null;
|
|
2281
2281
|
readonly: boolean | null;
|
|
2282
|
+
messages: string | readonly string[];
|
|
2282
2283
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2284
|
+
focused: boolean;
|
|
2285
|
+
errorMessages: string | readonly string[] | null;
|
|
2286
|
+
maxErrors: string | number;
|
|
2283
2287
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2284
2288
|
centerAffix: boolean;
|
|
2285
2289
|
glow: boolean;
|
|
2286
2290
|
hideSpinButtons: boolean;
|
|
2287
2291
|
persistentHint: boolean;
|
|
2288
|
-
messages: string | readonly string[];
|
|
2289
|
-
direction: "vertical" | "horizontal";
|
|
2290
2292
|
} & {
|
|
2291
|
-
theme?: string | undefined;
|
|
2292
|
-
class?: any;
|
|
2293
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2294
2293
|
name?: string | undefined;
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2294
|
+
id?: string | undefined;
|
|
2295
|
+
width?: string | number | undefined;
|
|
2296
|
+
color?: string | undefined;
|
|
2298
2297
|
maxWidth?: string | number | undefined;
|
|
2299
2298
|
minWidth?: string | number | undefined;
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2299
|
+
label?: string | undefined;
|
|
2300
|
+
class?: any;
|
|
2301
|
+
theme?: string | undefined;
|
|
2302
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2303
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
2304
|
+
validationValue?: any;
|
|
2303
2305
|
baseColor?: string | undefined;
|
|
2304
|
-
color?: string | undefined;
|
|
2305
|
-
iconColor?: string | boolean | undefined;
|
|
2306
2306
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2307
|
-
|
|
2307
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2308
|
+
iconColor?: string | boolean | undefined;
|
|
2309
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2310
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2308
2311
|
hint?: string | undefined;
|
|
2309
|
-
|
|
2310
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2312
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
2311
2313
|
}, {
|
|
2312
2314
|
reset: () => Promise<void>;
|
|
2313
2315
|
resetValidation: () => Promise<void>;
|
|
@@ -2315,23 +2317,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2315
2317
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
2316
2318
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
2317
2319
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
2318
|
-
|
|
2319
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:
|
|
2320
|
+
'update:modelValue': (value: any) => true;
|
|
2321
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
2322
|
+
error: boolean;
|
|
2323
|
+
direction: "vertical" | "horizontal";
|
|
2320
2324
|
style: import('vue').StyleValue;
|
|
2321
|
-
focused: boolean;
|
|
2322
2325
|
disabled: boolean | null;
|
|
2323
|
-
error: boolean;
|
|
2324
|
-
errorMessages: string | readonly string[] | null;
|
|
2325
|
-
maxErrors: string | number;
|
|
2326
2326
|
readonly: boolean | null;
|
|
2327
|
+
messages: string | readonly string[];
|
|
2327
2328
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2329
|
+
focused: boolean;
|
|
2330
|
+
errorMessages: string | readonly string[] | null;
|
|
2331
|
+
maxErrors: string | number;
|
|
2328
2332
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2329
2333
|
centerAffix: boolean;
|
|
2330
2334
|
glow: boolean;
|
|
2331
2335
|
hideSpinButtons: boolean;
|
|
2332
2336
|
persistentHint: boolean;
|
|
2333
|
-
messages: string | readonly string[];
|
|
2334
|
-
direction: "vertical" | "horizontal";
|
|
2335
2337
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2336
2338
|
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2337
2339
|
[key: string]: any;
|
|
@@ -2349,79 +2351,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2349
2351
|
[key: string]: any;
|
|
2350
2352
|
}>[];
|
|
2351
2353
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
2352
|
-
beforeCreate?: (() => void)
|
|
2353
|
-
created?: (() => void)
|
|
2354
|
-
beforeMount?: (() => void)
|
|
2355
|
-
mounted?: (() => void)
|
|
2356
|
-
beforeUpdate?: (() => void)
|
|
2357
|
-
updated?: (() => void)
|
|
2358
|
-
activated?: (() => void)
|
|
2359
|
-
deactivated?: (() => void)
|
|
2360
|
-
beforeDestroy?: (() => void)
|
|
2361
|
-
beforeUnmount?: (() => void)
|
|
2362
|
-
destroyed?: (() => void)
|
|
2363
|
-
unmounted?: (() => void)
|
|
2364
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
2365
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
2366
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
2354
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
2355
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
2356
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
2357
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
2358
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
2359
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
2360
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
2361
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
2362
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
2363
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
2364
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
2365
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
2366
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
2367
|
+
/** @type { typeof __VLS_ctx.numberField } */ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
2368
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
2367
2369
|
};
|
|
2368
2370
|
$forceUpdate: () => void;
|
|
2369
2371
|
$nextTick: typeof nextTick;
|
|
2370
2372
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
2371
2373
|
} & Readonly<{
|
|
2374
|
+
error: boolean;
|
|
2375
|
+
direction: "vertical" | "horizontal";
|
|
2372
2376
|
style: import('vue').StyleValue;
|
|
2373
|
-
focused: boolean;
|
|
2374
2377
|
disabled: boolean | null;
|
|
2375
|
-
error: boolean;
|
|
2376
|
-
errorMessages: string | readonly string[] | null;
|
|
2377
|
-
maxErrors: string | number;
|
|
2378
2378
|
readonly: boolean | null;
|
|
2379
|
+
messages: string | readonly string[];
|
|
2379
2380
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2381
|
+
focused: boolean;
|
|
2382
|
+
errorMessages: string | readonly string[] | null;
|
|
2383
|
+
maxErrors: string | number;
|
|
2380
2384
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2381
2385
|
centerAffix: boolean;
|
|
2382
2386
|
glow: boolean;
|
|
2383
2387
|
hideSpinButtons: boolean;
|
|
2384
2388
|
persistentHint: boolean;
|
|
2385
|
-
messages: string | readonly string[];
|
|
2386
|
-
direction: "vertical" | "horizontal";
|
|
2387
2389
|
}> & Omit<{
|
|
2388
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2389
|
-
focused: boolean;
|
|
2390
|
-
disabled: boolean | null;
|
|
2391
2390
|
error: boolean;
|
|
2392
|
-
|
|
2393
|
-
|
|
2391
|
+
direction: "vertical" | "horizontal";
|
|
2392
|
+
style: import('vue').StyleValue;
|
|
2393
|
+
disabled: boolean | null;
|
|
2394
2394
|
readonly: boolean | null;
|
|
2395
|
+
messages: string | readonly string[];
|
|
2395
2396
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2397
|
+
focused: boolean;
|
|
2398
|
+
errorMessages: string | readonly string[] | null;
|
|
2399
|
+
maxErrors: string | number;
|
|
2396
2400
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2397
2401
|
centerAffix: boolean;
|
|
2398
2402
|
glow: boolean;
|
|
2399
2403
|
hideSpinButtons: boolean;
|
|
2400
2404
|
persistentHint: boolean;
|
|
2401
|
-
messages: string | readonly string[];
|
|
2402
|
-
direction: "vertical" | "horizontal";
|
|
2403
2405
|
} & {
|
|
2404
|
-
theme?: string | undefined;
|
|
2405
|
-
class?: any;
|
|
2406
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2407
2406
|
name?: string | undefined;
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2407
|
+
id?: string | undefined;
|
|
2408
|
+
width?: string | number | undefined;
|
|
2409
|
+
color?: string | undefined;
|
|
2411
2410
|
maxWidth?: string | number | undefined;
|
|
2412
2411
|
minWidth?: string | number | undefined;
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2412
|
+
label?: string | undefined;
|
|
2413
|
+
class?: any;
|
|
2414
|
+
theme?: string | undefined;
|
|
2415
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2416
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
2417
|
+
validationValue?: any;
|
|
2416
2418
|
baseColor?: string | undefined;
|
|
2417
|
-
color?: string | undefined;
|
|
2418
|
-
iconColor?: string | boolean | undefined;
|
|
2419
2419
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2420
|
-
|
|
2420
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2421
|
+
iconColor?: string | boolean | undefined;
|
|
2422
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2423
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2421
2424
|
hint?: string | undefined;
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
|
|
2425
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
2426
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
2425
2427
|
reset: () => Promise<void>;
|
|
2426
2428
|
resetValidation: () => Promise<void>;
|
|
2427
2429
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -2429,64 +2431,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2429
2431
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
2430
2432
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2431
2433
|
modelValue?: unknown;
|
|
2432
|
-
|
|
2433
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
2434
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2435
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
2434
2436
|
$: import('vue').ComponentInternalInstance;
|
|
2435
2437
|
$data: {};
|
|
2436
2438
|
$props: Partial<{
|
|
2439
|
+
flat: boolean;
|
|
2440
|
+
reverse: boolean;
|
|
2441
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2442
|
+
error: boolean;
|
|
2443
|
+
active: boolean;
|
|
2444
|
+
details: boolean;
|
|
2437
2445
|
style: import('vue').StyleValue;
|
|
2446
|
+
disabled: boolean;
|
|
2438
2447
|
focused: boolean;
|
|
2439
2448
|
rounded: string | number | boolean;
|
|
2440
2449
|
tile: boolean;
|
|
2441
|
-
clearable: boolean;
|
|
2442
2450
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2443
|
-
active: boolean;
|
|
2444
2451
|
centerAffix: boolean;
|
|
2445
|
-
dirty: boolean;
|
|
2446
|
-
disabled: boolean;
|
|
2447
2452
|
glow: boolean;
|
|
2448
|
-
|
|
2449
|
-
|
|
2453
|
+
clearable: boolean;
|
|
2454
|
+
dirty: boolean;
|
|
2450
2455
|
persistentClear: boolean;
|
|
2451
|
-
reverse: boolean;
|
|
2452
2456
|
singleLine: boolean;
|
|
2457
|
+
}> & Omit<{
|
|
2458
|
+
flat: boolean;
|
|
2459
|
+
reverse: boolean;
|
|
2453
2460
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2461
|
+
error: boolean;
|
|
2462
|
+
active: boolean;
|
|
2454
2463
|
details: boolean;
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
class?: any;
|
|
2458
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2464
|
+
style: import('vue').StyleValue;
|
|
2465
|
+
disabled: boolean;
|
|
2459
2466
|
focused: boolean;
|
|
2460
|
-
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2461
|
-
rounded?: string | number | boolean | undefined;
|
|
2462
2467
|
tile: boolean;
|
|
2463
|
-
loading?: string | boolean | undefined;
|
|
2464
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2465
|
-
bgColor?: string | undefined;
|
|
2466
|
-
clearable: boolean;
|
|
2467
2468
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2468
|
-
active: boolean;
|
|
2469
|
-
centerAffix?: boolean | undefined;
|
|
2470
|
-
color?: string | undefined;
|
|
2471
|
-
baseColor?: string | undefined;
|
|
2472
|
-
dirty: boolean;
|
|
2473
|
-
disabled: boolean;
|
|
2474
2469
|
glow: boolean;
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
iconColor?: string | boolean | undefined;
|
|
2478
|
-
label?: string | undefined;
|
|
2470
|
+
clearable: boolean;
|
|
2471
|
+
dirty: boolean;
|
|
2479
2472
|
persistentClear: boolean;
|
|
2480
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2481
|
-
reverse: boolean;
|
|
2482
2473
|
singleLine: boolean;
|
|
2483
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2484
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2485
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2486
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2487
2474
|
id?: string | undefined;
|
|
2488
|
-
|
|
2489
|
-
|
|
2475
|
+
color?: string | undefined;
|
|
2476
|
+
loading?: string | boolean | undefined;
|
|
2477
|
+
label?: string | undefined;
|
|
2478
|
+
class?: any;
|
|
2479
|
+
theme?: string | undefined;
|
|
2480
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2481
|
+
rounded?: string | number | boolean | undefined;
|
|
2482
|
+
baseColor?: string | undefined;
|
|
2483
|
+
bgColor?: string | undefined;
|
|
2484
|
+
iconColor?: string | boolean | undefined;
|
|
2485
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2486
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2487
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2488
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2489
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2490
|
+
centerAffix?: boolean | undefined;
|
|
2491
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
2490
2492
|
$attrs: {
|
|
2491
2493
|
[x: string]: unknown;
|
|
2492
2494
|
};
|
|
@@ -2499,10 +2501,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2499
2501
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2500
2502
|
[key: string]: any;
|
|
2501
2503
|
}>[]) | undefined;
|
|
2502
|
-
|
|
2504
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2503
2505
|
[key: string]: any;
|
|
2504
2506
|
}>[]) | undefined;
|
|
2505
|
-
|
|
2507
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2506
2508
|
[key: string]: any;
|
|
2507
2509
|
}>[]) | undefined;
|
|
2508
2510
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -2524,77 +2526,77 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2524
2526
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
2525
2527
|
$el: any;
|
|
2526
2528
|
$options: import('vue').ComponentOptionsBase<{
|
|
2527
|
-
|
|
2529
|
+
flat: boolean;
|
|
2530
|
+
reverse: boolean;
|
|
2531
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2532
|
+
error: boolean;
|
|
2533
|
+
active: boolean;
|
|
2534
|
+
details: boolean;
|
|
2535
|
+
style: import('vue').StyleValue;
|
|
2536
|
+
disabled: boolean;
|
|
2528
2537
|
focused: boolean;
|
|
2529
2538
|
tile: boolean;
|
|
2530
|
-
clearable: boolean;
|
|
2531
2539
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2532
|
-
active: boolean;
|
|
2533
|
-
dirty: boolean;
|
|
2534
|
-
disabled: boolean;
|
|
2535
2540
|
glow: boolean;
|
|
2536
|
-
|
|
2537
|
-
|
|
2541
|
+
clearable: boolean;
|
|
2542
|
+
dirty: boolean;
|
|
2538
2543
|
persistentClear: boolean;
|
|
2539
|
-
reverse: boolean;
|
|
2540
2544
|
singleLine: boolean;
|
|
2541
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2542
|
-
details: boolean;
|
|
2543
2545
|
} & {
|
|
2544
|
-
|
|
2546
|
+
id?: string | undefined;
|
|
2547
|
+
color?: string | undefined;
|
|
2548
|
+
loading?: string | boolean | undefined;
|
|
2549
|
+
label?: string | undefined;
|
|
2545
2550
|
class?: any;
|
|
2546
|
-
|
|
2551
|
+
theme?: string | undefined;
|
|
2552
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2547
2553
|
rounded?: string | number | boolean | undefined;
|
|
2548
|
-
loading?: string | boolean | undefined;
|
|
2549
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2550
|
-
bgColor?: string | undefined;
|
|
2551
|
-
centerAffix?: boolean | undefined;
|
|
2552
|
-
color?: string | undefined;
|
|
2553
2554
|
baseColor?: string | undefined;
|
|
2555
|
+
bgColor?: string | undefined;
|
|
2554
2556
|
iconColor?: string | boolean | undefined;
|
|
2555
|
-
|
|
2557
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2556
2558
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2559
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2560
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2561
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2562
|
+
centerAffix?: boolean | undefined;
|
|
2561
2563
|
} & {
|
|
2562
2564
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2563
2565
|
}, {
|
|
2564
2566
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2565
2567
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
2566
2568
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:
|
|
2569
|
+
'update:focused': (focused: boolean) => true;
|
|
2570
|
+
'update:modelValue': (value: any) => true;
|
|
2571
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
2572
|
+
flat: boolean;
|
|
2573
|
+
reverse: boolean;
|
|
2574
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2575
|
+
error: boolean;
|
|
2576
|
+
active: boolean;
|
|
2577
|
+
details: boolean;
|
|
2570
2578
|
style: import('vue').StyleValue;
|
|
2579
|
+
disabled: boolean;
|
|
2571
2580
|
focused: boolean;
|
|
2572
2581
|
rounded: string | number | boolean;
|
|
2573
2582
|
tile: boolean;
|
|
2574
|
-
clearable: boolean;
|
|
2575
2583
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2576
|
-
active: boolean;
|
|
2577
2584
|
centerAffix: boolean;
|
|
2578
|
-
dirty: boolean;
|
|
2579
|
-
disabled: boolean;
|
|
2580
2585
|
glow: boolean;
|
|
2581
|
-
|
|
2582
|
-
|
|
2586
|
+
clearable: boolean;
|
|
2587
|
+
dirty: boolean;
|
|
2583
2588
|
persistentClear: boolean;
|
|
2584
|
-
reverse: boolean;
|
|
2585
2589
|
singleLine: boolean;
|
|
2586
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2587
|
-
details: boolean;
|
|
2588
2590
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
2589
2591
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2590
2592
|
props: Record<string, any>;
|
|
2591
2593
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2592
2594
|
[key: string]: any;
|
|
2593
2595
|
}>[];
|
|
2594
|
-
|
|
2596
|
+
'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2595
2597
|
[key: string]: any;
|
|
2596
2598
|
}>[];
|
|
2597
|
-
|
|
2599
|
+
'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2598
2600
|
[key: string]: any;
|
|
2599
2601
|
}>[];
|
|
2600
2602
|
label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -2610,88 +2612,88 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2610
2612
|
[key: string]: any;
|
|
2611
2613
|
}>[];
|
|
2612
2614
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
2613
|
-
beforeCreate?: (() => void)
|
|
2614
|
-
created?: (() => void)
|
|
2615
|
-
beforeMount?: (() => void)
|
|
2616
|
-
mounted?: (() => void)
|
|
2617
|
-
beforeUpdate?: (() => void)
|
|
2618
|
-
updated?: (() => void)
|
|
2619
|
-
activated?: (() => void)
|
|
2620
|
-
deactivated?: (() => void)
|
|
2621
|
-
beforeDestroy?: (() => void)
|
|
2622
|
-
beforeUnmount?: (() => void)
|
|
2623
|
-
destroyed?: (() => void)
|
|
2624
|
-
unmounted?: (() => void)
|
|
2625
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
2626
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
2627
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
2615
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
2616
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
2617
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
2618
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
2619
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
2620
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
2621
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
2622
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
2623
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
2624
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
2625
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
2626
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
2627
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
2628
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
2629
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
2628
2630
|
};
|
|
2629
2631
|
$forceUpdate: () => void;
|
|
2630
2632
|
$nextTick: typeof nextTick;
|
|
2631
2633
|
$watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R_1 ? (args_0: R_1, args_1: R_1, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
2632
2634
|
} & Readonly<{
|
|
2635
|
+
flat: boolean;
|
|
2636
|
+
reverse: boolean;
|
|
2637
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2638
|
+
error: boolean;
|
|
2639
|
+
active: boolean;
|
|
2640
|
+
details: boolean;
|
|
2633
2641
|
style: import('vue').StyleValue;
|
|
2642
|
+
disabled: boolean;
|
|
2634
2643
|
focused: boolean;
|
|
2635
2644
|
rounded: string | number | boolean;
|
|
2636
2645
|
tile: boolean;
|
|
2637
|
-
clearable: boolean;
|
|
2638
2646
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2639
|
-
active: boolean;
|
|
2640
2647
|
centerAffix: boolean;
|
|
2641
|
-
dirty: boolean;
|
|
2642
|
-
disabled: boolean;
|
|
2643
2648
|
glow: boolean;
|
|
2644
|
-
|
|
2645
|
-
|
|
2649
|
+
clearable: boolean;
|
|
2650
|
+
dirty: boolean;
|
|
2646
2651
|
persistentClear: boolean;
|
|
2647
|
-
reverse: boolean;
|
|
2648
2652
|
singleLine: boolean;
|
|
2653
|
+
}> & Omit<{
|
|
2654
|
+
flat: boolean;
|
|
2655
|
+
reverse: boolean;
|
|
2649
2656
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2657
|
+
error: boolean;
|
|
2658
|
+
active: boolean;
|
|
2650
2659
|
details: boolean;
|
|
2651
|
-
|
|
2652
|
-
|
|
2660
|
+
style: import('vue').StyleValue;
|
|
2661
|
+
disabled: boolean;
|
|
2653
2662
|
focused: boolean;
|
|
2654
2663
|
tile: boolean;
|
|
2655
|
-
clearable: boolean;
|
|
2656
2664
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2657
|
-
active: boolean;
|
|
2658
|
-
dirty: boolean;
|
|
2659
|
-
disabled: boolean;
|
|
2660
2665
|
glow: boolean;
|
|
2661
|
-
|
|
2662
|
-
|
|
2666
|
+
clearable: boolean;
|
|
2667
|
+
dirty: boolean;
|
|
2663
2668
|
persistentClear: boolean;
|
|
2664
|
-
reverse: boolean;
|
|
2665
2669
|
singleLine: boolean;
|
|
2666
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2667
|
-
details: boolean;
|
|
2668
2670
|
} & {
|
|
2669
|
-
|
|
2670
|
-
class?: any;
|
|
2671
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2672
|
-
rounded?: string | number | boolean | undefined;
|
|
2673
|
-
loading?: string | boolean | undefined;
|
|
2674
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2675
|
-
bgColor?: string | undefined;
|
|
2676
|
-
centerAffix?: boolean | undefined;
|
|
2671
|
+
id?: string | undefined;
|
|
2677
2672
|
color?: string | undefined;
|
|
2673
|
+
loading?: string | boolean | undefined;
|
|
2674
|
+
label?: string | undefined;
|
|
2675
|
+
class?: any;
|
|
2676
|
+
theme?: string | undefined;
|
|
2677
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2678
|
+
rounded?: string | number | boolean | undefined;
|
|
2678
2679
|
baseColor?: string | undefined;
|
|
2680
|
+
bgColor?: string | undefined;
|
|
2679
2681
|
iconColor?: string | boolean | undefined;
|
|
2680
|
-
|
|
2682
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2681
2683
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2684
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2685
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2686
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2687
|
+
centerAffix?: boolean | undefined;
|
|
2686
2688
|
} & {
|
|
2687
2689
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2688
|
-
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "
|
|
2690
|
+
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
|
|
2689
2691
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2690
2692
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
2691
2693
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2692
2694
|
modelValue?: unknown;
|
|
2693
|
-
|
|
2694
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
2695
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2696
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
2695
2697
|
_allExposed: {} | {
|
|
2696
2698
|
reset: () => Promise<void>;
|
|
2697
2699
|
resetValidation: () => Promise<void>;
|
|
@@ -2703,51 +2705,43 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2703
2705
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
2704
2706
|
};
|
|
2705
2707
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2708
|
+
'click:control': (e: MouseEvent) => true;
|
|
2709
|
+
'mousedown:control': (e: MouseEvent) => true;
|
|
2710
|
+
'update:focused': (focused: boolean) => true;
|
|
2711
|
+
'update:modelValue': (val: string) => true;
|
|
2710
2712
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
2713
|
+
flat: boolean;
|
|
2714
|
+
reverse: boolean;
|
|
2715
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2716
|
+
type: string;
|
|
2717
|
+
error: boolean;
|
|
2718
|
+
active: boolean;
|
|
2719
|
+
direction: "vertical" | "horizontal";
|
|
2720
|
+
details: boolean;
|
|
2711
2721
|
style: import('vue').StyleValue;
|
|
2722
|
+
autofocus: boolean;
|
|
2723
|
+
disabled: boolean;
|
|
2724
|
+
readonly: boolean | null;
|
|
2725
|
+
messages: string | readonly string[];
|
|
2726
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2712
2727
|
focused: boolean;
|
|
2713
2728
|
errorMessages: string | readonly string[] | null;
|
|
2714
2729
|
maxErrors: string | number;
|
|
2715
|
-
readonly: boolean | null;
|
|
2716
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2717
2730
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2718
2731
|
rounded: string | number | boolean;
|
|
2719
2732
|
tile: boolean;
|
|
2733
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2734
|
+
centerAffix: boolean;
|
|
2735
|
+
glow: boolean;
|
|
2720
2736
|
hideSpinButtons: boolean;
|
|
2721
2737
|
persistentHint: boolean;
|
|
2722
|
-
messages: string | readonly string[];
|
|
2723
|
-
direction: "vertical" | "horizontal";
|
|
2724
2738
|
clearable: boolean;
|
|
2725
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2726
|
-
active: boolean;
|
|
2727
|
-
centerAffix: boolean;
|
|
2728
2739
|
dirty: boolean;
|
|
2729
|
-
disabled: boolean;
|
|
2730
|
-
glow: boolean;
|
|
2731
|
-
error: boolean;
|
|
2732
|
-
flat: boolean;
|
|
2733
2740
|
persistentClear: boolean;
|
|
2734
|
-
reverse: boolean;
|
|
2735
2741
|
singleLine: boolean;
|
|
2736
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2737
|
-
autofocus: boolean;
|
|
2738
2742
|
persistentPlaceholder: boolean;
|
|
2739
2743
|
persistentCounter: boolean;
|
|
2740
|
-
type: string;
|
|
2741
2744
|
}, true, {}, import('vue').SlotsType<Partial<{
|
|
2742
|
-
prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2743
|
-
[key: string]: any;
|
|
2744
|
-
}>[];
|
|
2745
|
-
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2746
|
-
[key: string]: any;
|
|
2747
|
-
}>[];
|
|
2748
|
-
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2749
|
-
[key: string]: any;
|
|
2750
|
-
}>[];
|
|
2751
2745
|
message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2752
2746
|
[key: string]: any;
|
|
2753
2747
|
}>[];
|
|
@@ -2756,10 +2750,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2756
2750
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2757
2751
|
[key: string]: any;
|
|
2758
2752
|
}>[];
|
|
2759
|
-
|
|
2760
|
-
[key: string]: any;
|
|
2761
|
-
}>[];
|
|
2762
|
-
"append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2753
|
+
details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2763
2754
|
[key: string]: any;
|
|
2764
2755
|
}>[];
|
|
2765
2756
|
label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -2768,9 +2759,21 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2768
2759
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2769
2760
|
[key: string]: any;
|
|
2770
2761
|
}>[];
|
|
2762
|
+
append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2763
|
+
[key: string]: any;
|
|
2764
|
+
}>[];
|
|
2765
|
+
prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2766
|
+
[key: string]: any;
|
|
2767
|
+
}>[];
|
|
2771
2768
|
loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2772
2769
|
[key: string]: any;
|
|
2773
2770
|
}>[];
|
|
2771
|
+
'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2772
|
+
[key: string]: any;
|
|
2773
|
+
}>[];
|
|
2774
|
+
'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2775
|
+
[key: string]: any;
|
|
2776
|
+
}>[];
|
|
2774
2777
|
default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2775
2778
|
[key: string]: any;
|
|
2776
2779
|
}>[];
|
|
@@ -2785,190 +2788,190 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2785
2788
|
M: {};
|
|
2786
2789
|
Defaults: {};
|
|
2787
2790
|
}, {
|
|
2788
|
-
|
|
2791
|
+
flat: boolean;
|
|
2792
|
+
reverse: boolean;
|
|
2793
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2794
|
+
type: string;
|
|
2795
|
+
error: boolean;
|
|
2796
|
+
active: boolean;
|
|
2797
|
+
direction: "vertical" | "horizontal";
|
|
2798
|
+
details: boolean;
|
|
2799
|
+
style: import('vue').StyleValue;
|
|
2800
|
+
autofocus: boolean;
|
|
2801
|
+
disabled: boolean;
|
|
2802
|
+
readonly: boolean | null;
|
|
2803
|
+
messages: string | readonly string[];
|
|
2804
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2789
2805
|
focused: boolean;
|
|
2790
2806
|
errorMessages: string | readonly string[] | null;
|
|
2791
2807
|
maxErrors: string | number;
|
|
2792
|
-
readonly: boolean | null;
|
|
2793
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2794
2808
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2795
2809
|
tile: boolean;
|
|
2810
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2811
|
+
glow: boolean;
|
|
2796
2812
|
hideSpinButtons: boolean;
|
|
2797
2813
|
persistentHint: boolean;
|
|
2798
|
-
messages: string | readonly string[];
|
|
2799
|
-
direction: "vertical" | "horizontal";
|
|
2800
2814
|
clearable: boolean;
|
|
2801
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
2802
|
-
active: boolean;
|
|
2803
2815
|
dirty: boolean;
|
|
2804
|
-
disabled: boolean;
|
|
2805
|
-
glow: boolean;
|
|
2806
|
-
error: boolean;
|
|
2807
|
-
flat: boolean;
|
|
2808
2816
|
persistentClear: boolean;
|
|
2809
|
-
reverse: boolean;
|
|
2810
2817
|
singleLine: boolean;
|
|
2811
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
2812
|
-
autofocus: boolean;
|
|
2813
2818
|
persistentPlaceholder: boolean;
|
|
2814
2819
|
persistentCounter: boolean;
|
|
2815
|
-
type: string;
|
|
2816
2820
|
} & {
|
|
2817
|
-
theme?: string | undefined;
|
|
2818
|
-
class?: any;
|
|
2819
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2820
2821
|
name?: string | undefined;
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
rounded?: string | number | boolean | undefined;
|
|
2822
|
+
id?: string | undefined;
|
|
2823
|
+
width?: string | number | undefined;
|
|
2824
|
+
color?: string | undefined;
|
|
2825
2825
|
maxWidth?: string | number | undefined;
|
|
2826
2826
|
minWidth?: string | number | undefined;
|
|
2827
|
-
width?: string | number | undefined;
|
|
2828
2827
|
loading?: string | boolean | undefined;
|
|
2829
|
-
id?: string | undefined;
|
|
2830
|
-
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2831
|
-
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2832
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
2833
|
-
hint?: string | undefined;
|
|
2834
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2835
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2836
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2837
|
-
bgColor?: string | undefined;
|
|
2838
|
-
centerAffix?: boolean | undefined;
|
|
2839
|
-
color?: string | undefined;
|
|
2840
|
-
baseColor?: string | undefined;
|
|
2841
|
-
iconColor?: string | boolean | undefined;
|
|
2842
2828
|
label?: string | undefined;
|
|
2843
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2844
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2845
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2846
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2847
|
-
autocomplete?: string | undefined;
|
|
2848
|
-
counter?: string | number | boolean | undefined;
|
|
2849
|
-
counterValue?: number | ((value: any) => number) | undefined;
|
|
2850
2829
|
prefix?: string | undefined;
|
|
2830
|
+
role?: string | undefined;
|
|
2831
|
+
class?: any;
|
|
2832
|
+
theme?: string | undefined;
|
|
2851
2833
|
placeholder?: string | undefined;
|
|
2834
|
+
counter?: string | number | boolean | undefined;
|
|
2835
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2836
|
+
modelValue?: any;
|
|
2837
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
2838
|
+
validationValue?: any;
|
|
2839
|
+
rounded?: string | number | boolean | undefined;
|
|
2840
|
+
baseColor?: string | undefined;
|
|
2841
|
+
bgColor?: string | undefined;
|
|
2842
|
+
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2843
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2844
|
+
iconColor?: string | boolean | undefined;
|
|
2845
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2846
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2847
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2848
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2849
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2850
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2851
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2852
|
+
centerAffix?: boolean | undefined;
|
|
2853
|
+
hint?: string | undefined;
|
|
2854
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
2852
2855
|
suffix?: string | undefined;
|
|
2853
|
-
|
|
2856
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
2854
2857
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
2855
2858
|
} & {
|
|
2856
2859
|
$children?: import('vue').VNodeChild | {
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2860
|
+
$stable?: boolean | undefined;
|
|
2861
|
+
} | (() => import('vue').VNodeChild) | {
|
|
2860
2862
|
message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2861
2863
|
clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2862
2864
|
props: Record<string, any>;
|
|
2863
2865
|
}) => import('vue').VNodeChild) | undefined;
|
|
2864
|
-
|
|
2865
|
-
"append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2866
|
+
details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2866
2867
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2867
2868
|
label: string | undefined;
|
|
2868
2869
|
props: Record<string, any>;
|
|
2869
2870
|
}) => import('vue').VNodeChild) | undefined;
|
|
2871
|
+
append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2872
|
+
prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2870
2873
|
loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
2874
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2875
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2871
2876
|
default?: (() => import('vue').VNodeChild) | undefined;
|
|
2872
2877
|
counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
} | (() => import('vue').VNodeChild);
|
|
2876
|
-
"v-slots"?: {
|
|
2877
|
-
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2878
|
-
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2879
|
-
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2878
|
+
};
|
|
2879
|
+
'v-slots'?: {
|
|
2880
2880
|
message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2881
2881
|
clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2882
2882
|
props: Record<string, any>;
|
|
2883
2883
|
}) => import('vue').VNodeChild) | undefined;
|
|
2884
|
-
|
|
2885
|
-
"append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2884
|
+
details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2886
2885
|
label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2887
2886
|
label: string | undefined;
|
|
2888
2887
|
props: Record<string, any>;
|
|
2889
2888
|
}) => import('vue').VNodeChild) | undefined;
|
|
2889
|
+
append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2890
|
+
prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2890
2891
|
loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
2892
|
+
'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2893
|
+
'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2891
2894
|
default?: false | (() => import('vue').VNodeChild) | undefined;
|
|
2892
2895
|
counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2893
2896
|
} | undefined;
|
|
2894
2897
|
} & {
|
|
2895
|
-
"v-slot:
|
|
2896
|
-
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2898
|
+
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2897
2899
|
"v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2898
2900
|
props: Record<string, any>;
|
|
2899
2901
|
}) => import('vue').VNodeChild) | undefined;
|
|
2900
|
-
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2901
|
-
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
2902
2902
|
"v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2903
2903
|
"v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
2904
2904
|
label: string | undefined;
|
|
2905
2905
|
props: Record<string, any>;
|
|
2906
2906
|
}) => import('vue').VNodeChild) | undefined;
|
|
2907
|
-
"v-slot:
|
|
2908
|
-
"v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
|
|
2907
|
+
"v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2909
2908
|
"v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2909
|
+
"v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
|
|
2910
2910
|
"v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2911
|
+
"v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
|
|
2912
|
+
"v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
|
|
2913
|
+
"v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
|
|
2911
2914
|
} & {
|
|
2912
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2913
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2914
2915
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2915
2916
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
2916
|
-
|
|
2917
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2918
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
2919
|
+
}, Omit<Omit<{
|
|
2917
2920
|
$: import('vue').ComponentInternalInstance;
|
|
2918
2921
|
$data: {};
|
|
2919
2922
|
$props: Partial<{
|
|
2923
|
+
error: boolean;
|
|
2924
|
+
direction: "vertical" | "horizontal";
|
|
2920
2925
|
style: import('vue').StyleValue;
|
|
2921
|
-
focused: boolean;
|
|
2922
2926
|
disabled: boolean | null;
|
|
2923
|
-
error: boolean;
|
|
2924
|
-
errorMessages: string | readonly string[] | null;
|
|
2925
|
-
maxErrors: string | number;
|
|
2926
2927
|
readonly: boolean | null;
|
|
2928
|
+
messages: string | readonly string[];
|
|
2927
2929
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2930
|
+
focused: boolean;
|
|
2931
|
+
errorMessages: string | readonly string[] | null;
|
|
2932
|
+
maxErrors: string | number;
|
|
2928
2933
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2929
2934
|
centerAffix: boolean;
|
|
2930
2935
|
glow: boolean;
|
|
2931
2936
|
hideSpinButtons: boolean;
|
|
2932
2937
|
persistentHint: boolean;
|
|
2933
|
-
messages: string | readonly string[];
|
|
2934
|
-
direction: "vertical" | "horizontal";
|
|
2935
2938
|
}> & Omit<{
|
|
2936
|
-
theme?: string | undefined;
|
|
2937
|
-
class?: any;
|
|
2938
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
2939
|
-
focused: boolean;
|
|
2940
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
2941
|
-
disabled: boolean | null;
|
|
2942
2939
|
error: boolean;
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
label?: string | undefined;
|
|
2940
|
+
direction: "vertical" | "horizontal";
|
|
2941
|
+
style: import('vue').StyleValue;
|
|
2942
|
+
disabled: boolean | null;
|
|
2947
2943
|
readonly: boolean | null;
|
|
2944
|
+
messages: string | readonly string[];
|
|
2948
2945
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
2949
|
-
|
|
2950
|
-
|
|
2946
|
+
focused: boolean;
|
|
2947
|
+
errorMessages: string | readonly string[] | null;
|
|
2948
|
+
maxErrors: string | number;
|
|
2951
2949
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
2950
|
+
centerAffix: boolean;
|
|
2951
|
+
glow: boolean;
|
|
2952
|
+
hideSpinButtons: boolean;
|
|
2953
|
+
persistentHint: boolean;
|
|
2954
|
+
name?: string | undefined;
|
|
2955
|
+
id?: string | undefined;
|
|
2956
|
+
width?: string | number | undefined;
|
|
2957
|
+
color?: string | undefined;
|
|
2952
2958
|
maxWidth?: string | number | undefined;
|
|
2953
2959
|
minWidth?: string | number | undefined;
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2960
|
+
label?: string | undefined;
|
|
2961
|
+
class?: any;
|
|
2962
|
+
theme?: string | undefined;
|
|
2963
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2964
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
2965
|
+
validationValue?: any;
|
|
2957
2966
|
baseColor?: string | undefined;
|
|
2958
|
-
centerAffix: boolean;
|
|
2959
|
-
color?: string | undefined;
|
|
2960
|
-
glow: boolean;
|
|
2961
|
-
iconColor?: string | boolean | undefined;
|
|
2962
2967
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2963
|
-
|
|
2964
|
-
|
|
2968
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
2969
|
+
iconColor?: string | boolean | undefined;
|
|
2970
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2971
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2965
2972
|
hint?: string | undefined;
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
direction: "vertical" | "horizontal";
|
|
2969
|
-
"onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2970
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
2971
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules">;
|
|
2973
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
2974
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
|
|
2972
2975
|
$attrs: {
|
|
2973
2976
|
[x: string]: unknown;
|
|
2974
2977
|
};
|
|
@@ -2998,42 +3001,42 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2998
3001
|
$emit: (event: string, ...args: any[]) => void;
|
|
2999
3002
|
$el: any;
|
|
3000
3003
|
$options: import('vue').ComponentOptionsBase<{
|
|
3001
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3002
|
-
focused: boolean;
|
|
3003
|
-
disabled: boolean | null;
|
|
3004
3004
|
error: boolean;
|
|
3005
|
-
|
|
3006
|
-
|
|
3005
|
+
direction: "vertical" | "horizontal";
|
|
3006
|
+
style: import('vue').StyleValue;
|
|
3007
|
+
disabled: boolean | null;
|
|
3007
3008
|
readonly: boolean | null;
|
|
3009
|
+
messages: string | readonly string[];
|
|
3008
3010
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
3011
|
+
focused: boolean;
|
|
3012
|
+
errorMessages: string | readonly string[] | null;
|
|
3013
|
+
maxErrors: string | number;
|
|
3009
3014
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
3010
3015
|
centerAffix: boolean;
|
|
3011
3016
|
glow: boolean;
|
|
3012
3017
|
hideSpinButtons: boolean;
|
|
3013
3018
|
persistentHint: boolean;
|
|
3014
|
-
messages: string | readonly string[];
|
|
3015
|
-
direction: "vertical" | "horizontal";
|
|
3016
3019
|
} & {
|
|
3017
|
-
theme?: string | undefined;
|
|
3018
|
-
class?: any;
|
|
3019
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
3020
3020
|
name?: string | undefined;
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3021
|
+
id?: string | undefined;
|
|
3022
|
+
width?: string | number | undefined;
|
|
3023
|
+
color?: string | undefined;
|
|
3024
3024
|
maxWidth?: string | number | undefined;
|
|
3025
3025
|
minWidth?: string | number | undefined;
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3026
|
+
label?: string | undefined;
|
|
3027
|
+
class?: any;
|
|
3028
|
+
theme?: string | undefined;
|
|
3029
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3030
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
3031
|
+
validationValue?: any;
|
|
3029
3032
|
baseColor?: string | undefined;
|
|
3030
|
-
color?: string | undefined;
|
|
3031
|
-
iconColor?: string | boolean | undefined;
|
|
3032
3033
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3033
|
-
|
|
3034
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3035
|
+
iconColor?: string | boolean | undefined;
|
|
3036
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3037
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3034
3038
|
hint?: string | undefined;
|
|
3035
|
-
|
|
3036
|
-
"onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3039
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
3037
3040
|
}, {
|
|
3038
3041
|
reset: () => Promise<void>;
|
|
3039
3042
|
resetValidation: () => Promise<void>;
|
|
@@ -3041,23 +3044,23 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3041
3044
|
isValid: import('vue').ComputedRef<boolean | null>;
|
|
3042
3045
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
3043
3046
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
3044
|
-
|
|
3045
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:
|
|
3047
|
+
'update:modelValue': (value: any) => true;
|
|
3048
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
3049
|
+
error: boolean;
|
|
3050
|
+
direction: "vertical" | "horizontal";
|
|
3046
3051
|
style: import('vue').StyleValue;
|
|
3047
|
-
focused: boolean;
|
|
3048
3052
|
disabled: boolean | null;
|
|
3049
|
-
error: boolean;
|
|
3050
|
-
errorMessages: string | readonly string[] | null;
|
|
3051
|
-
maxErrors: string | number;
|
|
3052
3053
|
readonly: boolean | null;
|
|
3054
|
+
messages: string | readonly string[];
|
|
3053
3055
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
3056
|
+
focused: boolean;
|
|
3057
|
+
errorMessages: string | readonly string[] | null;
|
|
3058
|
+
maxErrors: string | number;
|
|
3054
3059
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
3055
3060
|
centerAffix: boolean;
|
|
3056
3061
|
glow: boolean;
|
|
3057
3062
|
hideSpinButtons: boolean;
|
|
3058
3063
|
persistentHint: boolean;
|
|
3059
|
-
messages: string | readonly string[];
|
|
3060
|
-
direction: "vertical" | "horizontal";
|
|
3061
3064
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
3062
3065
|
default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3063
3066
|
[key: string]: any;
|
|
@@ -3075,79 +3078,79 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3075
3078
|
[key: string]: any;
|
|
3076
3079
|
}>[];
|
|
3077
3080
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
3078
|
-
beforeCreate?: (() => void)
|
|
3079
|
-
created?: (() => void)
|
|
3080
|
-
beforeMount?: (() => void)
|
|
3081
|
-
mounted?: (() => void)
|
|
3082
|
-
beforeUpdate?: (() => void)
|
|
3083
|
-
updated?: (() => void)
|
|
3084
|
-
activated?: (() => void)
|
|
3085
|
-
deactivated?: (() => void)
|
|
3086
|
-
beforeDestroy?: (() => void)
|
|
3087
|
-
beforeUnmount?: (() => void)
|
|
3088
|
-
destroyed?: (() => void)
|
|
3089
|
-
unmounted?: (() => void)
|
|
3090
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
3091
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
3092
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
3081
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
3082
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
3083
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
3084
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
3085
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
3086
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
3087
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
3088
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
3089
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
3090
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
3091
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
3092
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
3093
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
3094
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
3095
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
3093
3096
|
};
|
|
3094
3097
|
$forceUpdate: () => void;
|
|
3095
3098
|
$nextTick: typeof nextTick;
|
|
3096
3099
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R_2 ? (args_0: R_2, args_1: R_2, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
3097
3100
|
} & Readonly<{
|
|
3101
|
+
error: boolean;
|
|
3102
|
+
direction: "vertical" | "horizontal";
|
|
3098
3103
|
style: import('vue').StyleValue;
|
|
3099
|
-
focused: boolean;
|
|
3100
3104
|
disabled: boolean | null;
|
|
3101
|
-
error: boolean;
|
|
3102
|
-
errorMessages: string | readonly string[] | null;
|
|
3103
|
-
maxErrors: string | number;
|
|
3104
3105
|
readonly: boolean | null;
|
|
3106
|
+
messages: string | readonly string[];
|
|
3105
3107
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
3108
|
+
focused: boolean;
|
|
3109
|
+
errorMessages: string | readonly string[] | null;
|
|
3110
|
+
maxErrors: string | number;
|
|
3106
3111
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
3107
3112
|
centerAffix: boolean;
|
|
3108
3113
|
glow: boolean;
|
|
3109
3114
|
hideSpinButtons: boolean;
|
|
3110
3115
|
persistentHint: boolean;
|
|
3111
|
-
messages: string | readonly string[];
|
|
3112
|
-
direction: "vertical" | "horizontal";
|
|
3113
3116
|
}> & Omit<{
|
|
3114
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3115
|
-
focused: boolean;
|
|
3116
|
-
disabled: boolean | null;
|
|
3117
3117
|
error: boolean;
|
|
3118
|
-
|
|
3119
|
-
|
|
3118
|
+
direction: "vertical" | "horizontal";
|
|
3119
|
+
style: import('vue').StyleValue;
|
|
3120
|
+
disabled: boolean | null;
|
|
3120
3121
|
readonly: boolean | null;
|
|
3122
|
+
messages: string | readonly string[];
|
|
3121
3123
|
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
|
|
3124
|
+
focused: boolean;
|
|
3125
|
+
errorMessages: string | readonly string[] | null;
|
|
3126
|
+
maxErrors: string | number;
|
|
3122
3127
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
3123
3128
|
centerAffix: boolean;
|
|
3124
3129
|
glow: boolean;
|
|
3125
3130
|
hideSpinButtons: boolean;
|
|
3126
3131
|
persistentHint: boolean;
|
|
3127
|
-
messages: string | readonly string[];
|
|
3128
|
-
direction: "vertical" | "horizontal";
|
|
3129
3132
|
} & {
|
|
3130
|
-
theme?: string | undefined;
|
|
3131
|
-
class?: any;
|
|
3132
|
-
"onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
|
|
3133
3133
|
name?: string | undefined;
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3134
|
+
id?: string | undefined;
|
|
3135
|
+
width?: string | number | undefined;
|
|
3136
|
+
color?: string | undefined;
|
|
3137
3137
|
maxWidth?: string | number | undefined;
|
|
3138
3138
|
minWidth?: string | number | undefined;
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3139
|
+
label?: string | undefined;
|
|
3140
|
+
class?: any;
|
|
3141
|
+
theme?: string | undefined;
|
|
3142
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3143
|
+
validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
|
|
3144
|
+
validationValue?: any;
|
|
3142
3145
|
baseColor?: string | undefined;
|
|
3143
|
-
color?: string | undefined;
|
|
3144
|
-
iconColor?: string | boolean | undefined;
|
|
3145
3146
|
prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3146
|
-
|
|
3147
|
+
appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3148
|
+
iconColor?: string | boolean | undefined;
|
|
3149
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3150
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3147
3151
|
hint?: string | undefined;
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules"> & import('vue').ShallowUnwrapRef<{
|
|
3152
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
3153
|
+
}, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "rules" | "isValid" | "validate" | "resetValidation" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
|
|
3151
3154
|
reset: () => Promise<void>;
|
|
3152
3155
|
resetValidation: () => Promise<void>;
|
|
3153
3156
|
validate: (silent?: boolean | undefined) => Promise<string[]>;
|
|
@@ -3155,64 +3158,64 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3155
3158
|
errorMessages: import('vue').ComputedRef<string[]>;
|
|
3156
3159
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3157
3160
|
modelValue?: unknown;
|
|
3158
|
-
|
|
3159
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
3161
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
3162
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "centerAffix" | "direction" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & HTMLInputElement & Omit<Omit<{
|
|
3160
3163
|
$: import('vue').ComponentInternalInstance;
|
|
3161
3164
|
$data: {};
|
|
3162
3165
|
$props: Partial<{
|
|
3166
|
+
flat: boolean;
|
|
3167
|
+
reverse: boolean;
|
|
3168
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3169
|
+
error: boolean;
|
|
3170
|
+
active: boolean;
|
|
3171
|
+
details: boolean;
|
|
3163
3172
|
style: import('vue').StyleValue;
|
|
3173
|
+
disabled: boolean;
|
|
3164
3174
|
focused: boolean;
|
|
3165
3175
|
rounded: string | number | boolean;
|
|
3166
3176
|
tile: boolean;
|
|
3167
|
-
clearable: boolean;
|
|
3168
3177
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3169
|
-
active: boolean;
|
|
3170
3178
|
centerAffix: boolean;
|
|
3171
|
-
dirty: boolean;
|
|
3172
|
-
disabled: boolean;
|
|
3173
3179
|
glow: boolean;
|
|
3174
|
-
|
|
3175
|
-
|
|
3180
|
+
clearable: boolean;
|
|
3181
|
+
dirty: boolean;
|
|
3176
3182
|
persistentClear: boolean;
|
|
3177
|
-
reverse: boolean;
|
|
3178
3183
|
singleLine: boolean;
|
|
3184
|
+
}> & Omit<{
|
|
3185
|
+
flat: boolean;
|
|
3186
|
+
reverse: boolean;
|
|
3179
3187
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3188
|
+
error: boolean;
|
|
3189
|
+
active: boolean;
|
|
3180
3190
|
details: boolean;
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
class?: any;
|
|
3184
|
-
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
3191
|
+
style: import('vue').StyleValue;
|
|
3192
|
+
disabled: boolean;
|
|
3185
3193
|
focused: boolean;
|
|
3186
|
-
"onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
3187
|
-
rounded?: string | number | boolean | undefined;
|
|
3188
3194
|
tile: boolean;
|
|
3189
|
-
loading?: string | boolean | undefined;
|
|
3190
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3191
|
-
bgColor?: string | undefined;
|
|
3192
|
-
clearable: boolean;
|
|
3193
3195
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3194
|
-
active: boolean;
|
|
3195
|
-
centerAffix?: boolean | undefined;
|
|
3196
|
-
color?: string | undefined;
|
|
3197
|
-
baseColor?: string | undefined;
|
|
3198
|
-
dirty: boolean;
|
|
3199
|
-
disabled: boolean;
|
|
3200
3196
|
glow: boolean;
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
iconColor?: string | boolean | undefined;
|
|
3204
|
-
label?: string | undefined;
|
|
3197
|
+
clearable: boolean;
|
|
3198
|
+
dirty: boolean;
|
|
3205
3199
|
persistentClear: boolean;
|
|
3206
|
-
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3207
|
-
reverse: boolean;
|
|
3208
3200
|
singleLine: boolean;
|
|
3209
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3210
|
-
"onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3211
|
-
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3212
|
-
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
3213
3201
|
id?: string | undefined;
|
|
3214
|
-
|
|
3215
|
-
|
|
3202
|
+
color?: string | undefined;
|
|
3203
|
+
loading?: string | boolean | undefined;
|
|
3204
|
+
label?: string | undefined;
|
|
3205
|
+
class?: any;
|
|
3206
|
+
theme?: string | undefined;
|
|
3207
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
3208
|
+
rounded?: string | number | boolean | undefined;
|
|
3209
|
+
baseColor?: string | undefined;
|
|
3210
|
+
bgColor?: string | undefined;
|
|
3211
|
+
iconColor?: string | boolean | undefined;
|
|
3212
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3213
|
+
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3214
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3215
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3216
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3217
|
+
centerAffix?: boolean | undefined;
|
|
3218
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
3216
3219
|
$attrs: {
|
|
3217
3220
|
[x: string]: unknown;
|
|
3218
3221
|
};
|
|
@@ -3225,10 +3228,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3225
3228
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3226
3229
|
[key: string]: any;
|
|
3227
3230
|
}>[]) | undefined;
|
|
3228
|
-
|
|
3231
|
+
'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3229
3232
|
[key: string]: any;
|
|
3230
3233
|
}>[]) | undefined;
|
|
3231
|
-
|
|
3234
|
+
'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3232
3235
|
[key: string]: any;
|
|
3233
3236
|
}>[]) | undefined;
|
|
3234
3237
|
label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -3250,77 +3253,77 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3250
3253
|
$emit: (event: "update:focused", focused: boolean) => void;
|
|
3251
3254
|
$el: any;
|
|
3252
3255
|
$options: import('vue').ComponentOptionsBase<{
|
|
3253
|
-
|
|
3256
|
+
flat: boolean;
|
|
3257
|
+
reverse: boolean;
|
|
3258
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3259
|
+
error: boolean;
|
|
3260
|
+
active: boolean;
|
|
3261
|
+
details: boolean;
|
|
3262
|
+
style: import('vue').StyleValue;
|
|
3263
|
+
disabled: boolean;
|
|
3254
3264
|
focused: boolean;
|
|
3255
3265
|
tile: boolean;
|
|
3256
|
-
clearable: boolean;
|
|
3257
3266
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3258
|
-
active: boolean;
|
|
3259
|
-
dirty: boolean;
|
|
3260
|
-
disabled: boolean;
|
|
3261
3267
|
glow: boolean;
|
|
3262
|
-
|
|
3263
|
-
|
|
3268
|
+
clearable: boolean;
|
|
3269
|
+
dirty: boolean;
|
|
3264
3270
|
persistentClear: boolean;
|
|
3265
|
-
reverse: boolean;
|
|
3266
3271
|
singleLine: boolean;
|
|
3267
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3268
|
-
details: boolean;
|
|
3269
3272
|
} & {
|
|
3270
|
-
|
|
3273
|
+
id?: string | undefined;
|
|
3274
|
+
color?: string | undefined;
|
|
3275
|
+
loading?: string | boolean | undefined;
|
|
3276
|
+
label?: string | undefined;
|
|
3271
3277
|
class?: any;
|
|
3272
|
-
|
|
3278
|
+
theme?: string | undefined;
|
|
3279
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3273
3280
|
rounded?: string | number | boolean | undefined;
|
|
3274
|
-
loading?: string | boolean | undefined;
|
|
3275
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3276
|
-
bgColor?: string | undefined;
|
|
3277
|
-
centerAffix?: boolean | undefined;
|
|
3278
|
-
color?: string | undefined;
|
|
3279
3281
|
baseColor?: string | undefined;
|
|
3282
|
+
bgColor?: string | undefined;
|
|
3280
3283
|
iconColor?: string | boolean | undefined;
|
|
3281
|
-
|
|
3284
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3282
3285
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3286
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3287
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3288
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3289
|
+
centerAffix?: boolean | undefined;
|
|
3287
3290
|
} & {
|
|
3288
3291
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3289
3292
|
}, {
|
|
3290
3293
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3291
3294
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
3292
3295
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:
|
|
3296
|
+
'update:focused': (focused: boolean) => true;
|
|
3297
|
+
'update:modelValue': (value: any) => true;
|
|
3298
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:loader" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
3299
|
+
flat: boolean;
|
|
3300
|
+
reverse: boolean;
|
|
3301
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3302
|
+
error: boolean;
|
|
3303
|
+
active: boolean;
|
|
3304
|
+
details: boolean;
|
|
3296
3305
|
style: import('vue').StyleValue;
|
|
3306
|
+
disabled: boolean;
|
|
3297
3307
|
focused: boolean;
|
|
3298
3308
|
rounded: string | number | boolean;
|
|
3299
3309
|
tile: boolean;
|
|
3300
|
-
clearable: boolean;
|
|
3301
3310
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3302
|
-
active: boolean;
|
|
3303
3311
|
centerAffix: boolean;
|
|
3304
|
-
dirty: boolean;
|
|
3305
|
-
disabled: boolean;
|
|
3306
3312
|
glow: boolean;
|
|
3307
|
-
|
|
3308
|
-
|
|
3313
|
+
clearable: boolean;
|
|
3314
|
+
dirty: boolean;
|
|
3309
3315
|
persistentClear: boolean;
|
|
3310
|
-
reverse: boolean;
|
|
3311
3316
|
singleLine: boolean;
|
|
3312
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3313
|
-
details: boolean;
|
|
3314
3317
|
}, {}, string, import('vue').SlotsType<Partial<{
|
|
3315
3318
|
clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
3316
3319
|
props: Record<string, any>;
|
|
3317
3320
|
}) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3318
3321
|
[key: string]: any;
|
|
3319
3322
|
}>[];
|
|
3320
|
-
|
|
3323
|
+
'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3321
3324
|
[key: string]: any;
|
|
3322
3325
|
}>[];
|
|
3323
|
-
|
|
3326
|
+
'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3324
3327
|
[key: string]: any;
|
|
3325
3328
|
}>[];
|
|
3326
3329
|
label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
|
|
@@ -3336,88 +3339,88 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3336
3339
|
[key: string]: any;
|
|
3337
3340
|
}>[];
|
|
3338
3341
|
}>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
3339
|
-
beforeCreate?: (() => void)
|
|
3340
|
-
created?: (() => void)
|
|
3341
|
-
beforeMount?: (() => void)
|
|
3342
|
-
mounted?: (() => void)
|
|
3343
|
-
beforeUpdate?: (() => void)
|
|
3344
|
-
updated?: (() => void)
|
|
3345
|
-
activated?: (() => void)
|
|
3346
|
-
deactivated?: (() => void)
|
|
3347
|
-
beforeDestroy?: (() => void)
|
|
3348
|
-
beforeUnmount?: (() => void)
|
|
3349
|
-
destroyed?: (() => void)
|
|
3350
|
-
unmounted?: (() => void)
|
|
3351
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void)
|
|
3352
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void)
|
|
3353
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)
|
|
3342
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
3343
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
3344
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
3345
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
3346
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
3347
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
3348
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
3349
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
3350
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
3351
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
3352
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
3353
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
3354
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
3355
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
|
|
3356
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
|
|
3354
3357
|
};
|
|
3355
3358
|
$forceUpdate: () => void;
|
|
3356
3359
|
$nextTick: typeof nextTick;
|
|
3357
3360
|
$watch<T_3 extends string | ((...args: any) => any)>(source: T_3, cb: T_3 extends (...args: any) => infer R_3 ? (args_0: R_3, args_1: R_3, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
3358
3361
|
} & Readonly<{
|
|
3362
|
+
flat: boolean;
|
|
3363
|
+
reverse: boolean;
|
|
3364
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3365
|
+
error: boolean;
|
|
3366
|
+
active: boolean;
|
|
3367
|
+
details: boolean;
|
|
3359
3368
|
style: import('vue').StyleValue;
|
|
3369
|
+
disabled: boolean;
|
|
3360
3370
|
focused: boolean;
|
|
3361
3371
|
rounded: string | number | boolean;
|
|
3362
3372
|
tile: boolean;
|
|
3363
|
-
clearable: boolean;
|
|
3364
3373
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3365
|
-
active: boolean;
|
|
3366
3374
|
centerAffix: boolean;
|
|
3367
|
-
dirty: boolean;
|
|
3368
|
-
disabled: boolean;
|
|
3369
3375
|
glow: boolean;
|
|
3370
|
-
|
|
3371
|
-
|
|
3376
|
+
clearable: boolean;
|
|
3377
|
+
dirty: boolean;
|
|
3372
3378
|
persistentClear: boolean;
|
|
3373
|
-
reverse: boolean;
|
|
3374
3379
|
singleLine: boolean;
|
|
3380
|
+
}> & Omit<{
|
|
3381
|
+
flat: boolean;
|
|
3382
|
+
reverse: boolean;
|
|
3375
3383
|
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3384
|
+
error: boolean;
|
|
3385
|
+
active: boolean;
|
|
3376
3386
|
details: boolean;
|
|
3377
|
-
|
|
3378
|
-
|
|
3387
|
+
style: import('vue').StyleValue;
|
|
3388
|
+
disabled: boolean;
|
|
3379
3389
|
focused: boolean;
|
|
3380
3390
|
tile: boolean;
|
|
3381
|
-
clearable: boolean;
|
|
3382
3391
|
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3383
|
-
active: boolean;
|
|
3384
|
-
dirty: boolean;
|
|
3385
|
-
disabled: boolean;
|
|
3386
3392
|
glow: boolean;
|
|
3387
|
-
|
|
3388
|
-
|
|
3393
|
+
clearable: boolean;
|
|
3394
|
+
dirty: boolean;
|
|
3389
3395
|
persistentClear: boolean;
|
|
3390
|
-
reverse: boolean;
|
|
3391
3396
|
singleLine: boolean;
|
|
3392
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3393
|
-
details: boolean;
|
|
3394
3397
|
} & {
|
|
3395
|
-
|
|
3398
|
+
id?: string | undefined;
|
|
3399
|
+
color?: string | undefined;
|
|
3400
|
+
loading?: string | boolean | undefined;
|
|
3401
|
+
label?: string | undefined;
|
|
3396
3402
|
class?: any;
|
|
3397
|
-
|
|
3403
|
+
theme?: string | undefined;
|
|
3404
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3398
3405
|
rounded?: string | number | boolean | undefined;
|
|
3399
|
-
loading?: string | boolean | undefined;
|
|
3400
|
-
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3401
|
-
bgColor?: string | undefined;
|
|
3402
|
-
centerAffix?: boolean | undefined;
|
|
3403
|
-
color?: string | undefined;
|
|
3404
3406
|
baseColor?: string | undefined;
|
|
3407
|
+
bgColor?: string | undefined;
|
|
3405
3408
|
iconColor?: string | boolean | undefined;
|
|
3406
|
-
|
|
3409
|
+
appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3407
3410
|
prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3411
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3412
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3413
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3414
|
+
centerAffix?: boolean | undefined;
|
|
3412
3415
|
} & {
|
|
3413
3416
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3414
|
-
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "
|
|
3417
|
+
}, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "variant" | "rounded" | "tile" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor"> & import('vue').ShallowUnwrapRef<{
|
|
3415
3418
|
controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3416
3419
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
3417
3420
|
}> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3418
3421
|
modelValue?: unknown;
|
|
3419
|
-
|
|
3420
|
-
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "
|
|
3422
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
3423
|
+
}, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "error" | "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "variant" | "rounded" | "tile" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "focused" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, `$${any}`> & {
|
|
3421
3424
|
_allExposed: {} | {
|
|
3422
3425
|
reset: () => Promise<void>;
|
|
3423
3426
|
resetValidation: () => Promise<void>;
|
|
@@ -3429,36 +3432,37 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3429
3432
|
fieldIconColor: import('vue').ComputedRef<string | undefined>;
|
|
3430
3433
|
};
|
|
3431
3434
|
}, {}, {}, {}, {
|
|
3435
|
+
flat: boolean;
|
|
3436
|
+
reverse: boolean;
|
|
3437
|
+
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3438
|
+
type: string;
|
|
3439
|
+
error: boolean;
|
|
3440
|
+
active: boolean;
|
|
3441
|
+
direction: "vertical" | "horizontal";
|
|
3442
|
+
details: boolean;
|
|
3432
3443
|
style: import('vue').StyleValue;
|
|
3444
|
+
autofocus: boolean;
|
|
3445
|
+
disabled: boolean;
|
|
3446
|
+
readonly: boolean | null;
|
|
3447
|
+
messages: string | readonly string[];
|
|
3448
|
+
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
3433
3449
|
focused: boolean;
|
|
3434
3450
|
errorMessages: string | readonly string[] | null;
|
|
3435
3451
|
maxErrors: string | number;
|
|
3436
|
-
readonly: boolean | null;
|
|
3437
|
-
rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
3438
3452
|
density: import('vuetify/lib/composables/density.mjs').Density;
|
|
3439
3453
|
rounded: string | number | boolean;
|
|
3440
3454
|
tile: boolean;
|
|
3455
|
+
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3456
|
+
centerAffix: boolean;
|
|
3457
|
+
glow: boolean;
|
|
3441
3458
|
hideSpinButtons: boolean;
|
|
3442
3459
|
persistentHint: boolean;
|
|
3443
|
-
messages: string | readonly string[];
|
|
3444
|
-
direction: "vertical" | "horizontal";
|
|
3445
3460
|
clearable: boolean;
|
|
3446
|
-
clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
|
|
3447
|
-
active: boolean;
|
|
3448
|
-
centerAffix: boolean;
|
|
3449
3461
|
dirty: boolean;
|
|
3450
|
-
disabled: boolean;
|
|
3451
|
-
glow: boolean;
|
|
3452
|
-
error: boolean;
|
|
3453
|
-
flat: boolean;
|
|
3454
3462
|
persistentClear: boolean;
|
|
3455
|
-
reverse: boolean;
|
|
3456
3463
|
singleLine: boolean;
|
|
3457
|
-
variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
|
|
3458
|
-
autofocus: boolean;
|
|
3459
3464
|
persistentPlaceholder: boolean;
|
|
3460
3465
|
persistentCounter: boolean;
|
|
3461
|
-
type: string;
|
|
3462
3466
|
}> | null;
|
|
3463
3467
|
};
|
|
3464
3468
|
$slots: Readonly<{
|
|
@@ -3573,11 +3577,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3573
3577
|
theme: string;
|
|
3574
3578
|
disabled: boolean;
|
|
3575
3579
|
placeholder: string;
|
|
3576
|
-
density: "default" | "comfortable" | "compact";
|
|
3577
3580
|
rounded: string | number | boolean;
|
|
3581
|
+
loading: string | boolean;
|
|
3578
3582
|
maxWidth: string | number;
|
|
3579
3583
|
minWidth: string | number;
|
|
3580
|
-
|
|
3584
|
+
density: "default" | "comfortable" | "compact";
|
|
3581
3585
|
baseColor: string;
|
|
3582
3586
|
prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3583
3587
|
appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3661,11 +3665,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3661
3665
|
theme: string;
|
|
3662
3666
|
disabled: boolean;
|
|
3663
3667
|
placeholder: string;
|
|
3664
|
-
density: "default" | "comfortable" | "compact";
|
|
3665
3668
|
rounded: string | number | boolean;
|
|
3669
|
+
loading: string | boolean;
|
|
3666
3670
|
maxWidth: string | number;
|
|
3667
3671
|
minWidth: string | number;
|
|
3668
|
-
|
|
3672
|
+
density: "default" | "comfortable" | "compact";
|
|
3669
3673
|
baseColor: string;
|
|
3670
3674
|
prependIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
3671
3675
|
appendIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
|
|
@@ -3796,7 +3800,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3796
3800
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3797
3801
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3798
3802
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3799
|
-
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "
|
|
3803
|
+
}>, "validateOnSubmit" | "validation" | "checkErrorOnBlur" | ("type" | "label" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "rounded" | "loading" | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "prefix" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "errorMessages" | "warningMessages" | "successMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isOnError" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "maxErrors" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "hasError" | "hasWarning" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "customRules" | "customWarningRules" | "customSuccessRules" | "showSuccessMessages" | "isValidateOnBlur" | "disableErrorHandling" | "disableClickButton" | "autocomplete" | "helpText")> & import('vue').ShallowUnwrapRef<{
|
|
3800
3804
|
validation: {
|
|
3801
3805
|
errors: import('vue').Ref<string[], string[]>;
|
|
3802
3806
|
warnings: import('vue').Ref<string[], string[]>;
|