@cnamts/synapse 1.0.27 → 1.1.1
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 +1 -1
- package/dist/{AutocompleteFilter-C9eLKyW8.js → AutocompleteFilter-CGF33skz.js} +3 -3
- package/dist/{DateFilter-y-GLkAkn.js → DateFilter-D7-MsKtx.js} +8 -8
- package/dist/{NumberFilter-DN6hIBS7.js → NumberFilter-bjQPPfsj.js} +1 -1
- package/dist/{PeriodFilter-MoUUp9qS.js → PeriodFilter-B3wJpK8-.js} +1 -1
- package/dist/{SelectFilter-bCbrdLmu.js → SelectFilter-BN6DbKAV.js} +1 -1
- package/dist/{TextFilter-CvjgEaoM.js → TextFilter-BffP0J2f.js} +4 -4
- package/dist/{apLightTheme2026-ug4Y23ns.js → apLightTheme2026-C4ygwMHC.js} +23 -22
- package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +10 -10
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +4 -4
- package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +6 -6
- package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +10 -10
- package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +10 -10
- package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +4 -4
- package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +4 -4
- package/dist/components/Captcha/Captcha.d.ts +27 -16
- package/dist/components/Captcha/CaptchaForm.d.ts +29 -3
- package/dist/components/Captcha/types.d.ts +14 -0
- package/dist/components/Captcha/useCaptchaValidation.d.ts +37 -0
- package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +2 -2
- package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +33 -13
- package/dist/components/Customs/Selects/SelectBtnField/composables/useSelectBtnFieldValidation.d.ts +23 -0
- package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +85 -313
- package/dist/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.d.ts +4 -4
- package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
- package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +9 -11
- package/dist/components/Customs/Selects/SySelect/composables/useSySelectValidation.d.ts +7 -7
- package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +18 -49
- package/dist/components/Customs/SyCheckBoxGroup/composables/useSyCheckBoxGroupValidation.d.ts +29 -0
- package/dist/components/Customs/SyCheckBoxGroup/types.d.ts +46 -0
- package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +19 -54
- package/dist/components/Customs/SyCheckbox/composables/useSyCheckboxValidation.d.ts +27 -0
- package/dist/components/Customs/SyCheckbox/types.d.ts +49 -0
- package/dist/components/Customs/SyIcon/SyIcon.d.ts +77 -1
- package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +10 -10
- package/dist/components/Customs/SyTextField/FieldState.d.ts +5 -0
- package/dist/components/Customs/SyTextField/SyTextField.d.ts +19 -79
- package/dist/components/Customs/SyTextField/locales.d.ts +7 -0
- package/dist/components/Customs/SyTextField/types.d.ts +67 -4
- package/dist/components/Customs/SyTextField/useNumberField.d.ts +23 -0
- package/dist/components/Customs/SyTextField/useSyTextFieldValidation.d.ts +38 -0
- package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +170 -622
- package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +85 -311
- package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +39 -152
- package/dist/components/DialogBox/DialogBox.d.ts +2 -0
- package/dist/components/DialogBox/locales.d.ts +1 -0
- package/dist/components/FilterInline/FilterInline.d.ts +3 -3
- package/dist/components/FilterSideBar/FilterSideBar.d.ts +8 -4
- package/dist/components/LunarCalendar/LunarCalendar.d.ts +43 -14
- package/dist/components/LunarCalendar/types.d.ts +35 -0
- package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +11 -12
- package/dist/components/MonthPicker/MonthPicker.d.ts +72 -1860
- package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +21 -1846
- package/dist/components/MonthPicker/MonthPickerText/useTextField.d.ts +5 -0
- package/dist/components/MonthPicker/locales.d.ts +1 -0
- package/dist/components/MonthPicker/types.d.ts +11 -0
- package/dist/components/MonthPicker/useMonthPickerValidation.d.ts +37 -24
- package/dist/components/NirField/NirField.d.ts +96 -325
- package/dist/components/NirField/useNirValidation.d.ts +17 -25
- package/dist/components/PageContainer/PageContainer.d.ts +8 -0
- package/dist/components/PasswordField/PasswordField.d.ts +18 -37
- package/dist/components/PasswordField/locales.d.ts +2 -0
- package/dist/components/PasswordField/types.d.ts +16 -0
- package/dist/components/PasswordField/usePasswordFieldValidation.d.ts +38 -0
- package/dist/components/PeriodField/PeriodField.d.ts +349 -1253
- package/dist/components/PhoneField/PhoneField.d.ts +960 -2051
- package/dist/components/PhoneField/indicatifs.d.ts +715 -8
- package/dist/components/PhoneField/locales.d.ts +7 -0
- package/dist/components/PhoneField/types.d.ts +29 -0
- package/dist/components/PhoneField/usePhoneFieldValidation.d.ts +45 -0
- package/dist/components/PhoneField/usePhoneIndicatifs.d.ts +947 -0
- package/dist/components/SearchListField/SearchListField.d.ts +3 -3
- package/dist/components/SyTextArea/SyTextArea.d.ts +14 -11
- package/dist/components/SyTextArea/composables/useSyTextAreaValidation.d.ts +7 -7
- package/dist/components/Tables/common/SyTablePagination.d.ts +19 -20
- package/dist/composables/unifyValidation/documentationValidationProps.d.ts +2 -2
- package/dist/composables/unifyValidation/useValidation.d.ts +4 -13
- package/dist/composables/useFilterable/useFilterable.d.ts +1 -2
- package/dist/design-system-v3.js +19 -19
- package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +11 -10
- package/dist/designTokens/tokens/baseTokens.d.ts +18 -18
- package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +10 -10
- package/dist/designTokens/tokens/pa/paLightTheme.d.ts +11 -10
- package/dist/designTokens/tokens/semanticTokens.d.ts +14 -14
- package/dist/{main-CI6Q9nmO.js → main-C4wAktOs.js} +14999 -14025
- package/dist/synapse.css +1 -1
- package/dist/vuetifyConfig.js +27 -25
- package/package.json +12 -11
- package/src/assets/compat/_legacy-tokens.scss +91 -0
- package/src/assets/overrides/_utilities.scss +23 -0
- package/src/components/Accordion/Accordion.stories.ts +121 -1
- package/src/components/Accordion/tests/Accordion.visual.cy.ts +44 -0
- package/src/components/Accordion/tests/__snapshots__/accordion-default.snap.png +0 -0
- package/src/components/Accordion/tests/__snapshots__/accordion-disabled-item.snap.png +0 -0
- package/src/components/Accordion/tests/__snapshots__/accordion-open-first.snap.png +0 -0
- package/src/components/BackBtn/BackBtn.mdx +1 -1
- package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
- package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
- package/src/components/BackToTopBtn/BackToTopBtn.mdx +0 -1
- package/src/components/BackToTopBtn/tests/BackToTopBtn.visual.cy.ts +34 -0
- package/src/components/BackToTopBtn/tests/__snapshots__/back-to-top-btn-custom-nudge.snap.png +0 -0
- package/src/components/BackToTopBtn/tests/__snapshots__/back-to-top-btn-default.snap.png +0 -0
- package/src/components/Captcha/Captcha.stories.ts +134 -31
- package/src/components/Captcha/Captcha.vue +95 -28
- package/src/components/Captcha/CaptchaForm.vue +51 -22
- package/src/components/Captcha/tests/Captcha.focus.spec.ts +214 -0
- package/src/components/Captcha/tests/Captcha.spec.ts +233 -24
- package/src/components/Captcha/tests/Captcha.visual.cy.ts +45 -0
- package/src/components/Captcha/tests/CaptchaForm.spec.ts +82 -0
- package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +20 -42
- package/src/components/Captcha/tests/__snapshots__/captcha-audio-type.snap.png +0 -0
- package/src/components/Captcha/tests/__snapshots__/captcha-image-type.snap.png +0 -0
- package/src/components/Captcha/tests/__snapshots__/captcha-no-helpdesk.snap.png +0 -0
- package/src/components/Captcha/types.ts +15 -0
- package/src/components/Captcha/useCaptchaValidation.ts +87 -0
- package/src/components/Captcha/validation/validation.stories.ts +1194 -0
- package/src/components/ChipList/ChipList.mdx +0 -1
- package/src/components/ChipList/tests/ChipList.visual.cy.ts +46 -0
- package/src/components/ChipList/tests/__snapshots__/chip-list-default.snap.png +0 -0
- package/src/components/ChipList/tests/__snapshots__/chip-list-readonly.snap.png +0 -0
- package/src/components/ChipList/tests/__snapshots__/chip-list-state-icons.snap.png +0 -0
- package/src/components/CollapsibleList/CollapsibleList.mdx +0 -1
- package/src/components/CollapsibleList/tests/CollapsibleList.visual.cy.ts +33 -0
- package/src/components/CollapsibleList/tests/__snapshots__/collapsible-list-default.snap.png +0 -0
- package/src/components/CollapsibleList/tests/__snapshots__/collapsible-list-no-title.snap.png +0 -0
- package/src/components/ContextualMenu/tests/ContextualMenu.visual.cy.ts +35 -0
- package/src/components/ContextualMenu/tests/__snapshots__/contextual-menu-default.snap.png +0 -0
- package/src/components/ContextualMenu/tests/__snapshots__/contextual-menu-selected.snap.png +0 -0
- package/src/components/CookieBanner/CookieBanner.mdx +0 -1
- package/src/components/CookieBanner/tests/CookieBanner.visual.cy.ts +29 -0
- package/src/components/CookieBanner/tests/__snapshots__/cookie-banner-default.snap.png +0 -0
- package/src/components/CookieBanner/tests/__snapshots__/cookie-banner-with-items.snap.png +0 -0
- package/src/components/CookiesSelection/tests/CookiesSelection.visual.cy.ts +21 -0
- package/src/components/CookiesSelection/tests/__snapshots__/cookies-selection-default.snap.png +0 -0
- package/src/components/CopyBtn/CopyBtn.mdx +0 -1
- package/src/components/CopyBtn/tests/CopyBtn.visual.cy.ts +24 -0
- package/src/components/CopyBtn/tests/__snapshots__/copy-btn-default.snap.png +0 -0
- package/src/components/CopyBtn/tests/__snapshots__/copy-btn-no-tooltip.snap.png +0 -0
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +123 -439
- package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +147 -41
- package/src/components/Customs/Selects/SelectBtnField/Validation/Validation.stories.ts +600 -0
- package/src/components/Customs/Selects/SelectBtnField/composables/useSelectBtnFieldValidation.ts +87 -0
- package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +402 -33
- package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.visual.cy.ts +60 -0
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +52 -38
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-default.snap.png +0 -0
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-inline.snap.png +0 -0
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-readonly.snap.png +0 -0
- package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-selected.snap.png +0 -0
- package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +1 -1
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +2 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.visual.cy.ts +63 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-default.snap.png +0 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-loading.snap.png +0 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-multiple.snap.png +0 -0
- package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-with-value.snap.png +0 -0
- package/src/components/Customs/Selects/SyAutocomplete/validation/Validation.stories.ts +0 -93
- package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.visual.cy.ts +48 -0
- package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-default.snap.png +0 -0
- package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-required.snap.png +0 -0
- package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-with-value.snap.png +0 -0
- package/src/components/Customs/Selects/SySelect/SySelect.vue +22 -47
- package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +3 -3
- package/src/components/Customs/Selects/SySelect/tests/SySelect.visual.cy.ts +77 -0
- package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-clearable.snap.png +0 -0
- package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-default.snap.png +0 -0
- package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-multiple-chips.snap.png +0 -0
- package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-required.snap.png +0 -0
- package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-with-value.snap.png +0 -0
- package/src/components/Customs/Selects/SySelect/validation/Validation.stories.ts +1 -92
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +342 -162
- package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +77 -129
- package/src/components/Customs/SyCheckBoxGroup/Validation/Validation.stories.ts +1008 -0
- package/src/components/Customs/SyCheckBoxGroup/composables/useSyCheckBoxGroupValidation.ts +107 -0
- package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.spec.ts +180 -7
- package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.visual.cy.ts +55 -0
- package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-default.snap.png +0 -0
- package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-disabled.snap.png +0 -0
- package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-selected.snap.png +0 -0
- package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-with-label.snap.png +0 -0
- package/src/components/Customs/SyCheckBoxGroup/types.ts +49 -0
- package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +41 -161
- package/src/components/Customs/SyCheckbox/SyCheckbox.vue +71 -156
- package/src/components/Customs/SyCheckbox/Validation/Validation.stories.ts +654 -0
- package/src/components/Customs/SyCheckbox/composables/useSyCheckboxValidation.ts +105 -0
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +106 -0
- package/src/components/Customs/SyCheckbox/tests/SyCheckbox.visual.cy.ts +61 -0
- package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-checked.snap.png +0 -0
- package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-disabled.snap.png +0 -0
- package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-indeterminate.snap.png +0 -0
- package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-required.snap.png +0 -0
- package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-unchecked.snap.png +0 -0
- package/src/components/Customs/SyCheckbox/tests/useSyCheckboxValidation.spec.ts +98 -0
- package/src/components/Customs/SyCheckbox/types.ts +51 -0
- package/src/components/Customs/SyIcon/SyIcon.vue +19 -1
- package/src/components/Customs/SyIcon/tests/SyIcon.visual.cy.ts +83 -0
- package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-color-error.snap.png +0 -0
- package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-decorative.snap.png +0 -0
- package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-informative.snap.png +0 -0
- package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-role-button.snap.png +0 -0
- package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-size-large.snap.png +0 -0
- package/src/components/Customs/SyIconButton/tests/SyIconButton.visual.cy.ts +55 -0
- package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-default.snap.png +0 -0
- package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-disabled.snap.png +0 -0
- package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-error.snap.png +0 -0
- package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-large.snap.png +0 -0
- package/src/components/Customs/SyPagination/tests/SyPagination.visual.cy.ts +40 -0
- package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-first-page.snap.png +0 -0
- package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-middle-page.snap.png +0 -0
- package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-with-label.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +0 -1
- package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +4 -3
- package/src/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.ts +1 -1
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-asterisk.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-comfortable.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-compact.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-default.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-disabled.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-error.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-no-details.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-readonly.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-selected.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-success.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-warning.snap.png +0 -0
- package/src/components/Customs/SyRadioGroup/validation/Validation.stories.ts +63 -27
- package/src/components/Customs/SyTabs/tests/SyTabs.visual.cy.ts +30 -0
- package/src/components/Customs/SyTabs/tests/__snapshots__/sy-tabs-default.snap.png +0 -0
- package/src/components/Customs/SyTabs/tests/__snapshots__/sy-tabs-second-active.snap.png +0 -0
- package/src/components/Customs/SyTextField/FieldState.vue +50 -0
- package/src/components/Customs/SyTextField/SyTextField.stories.ts +160 -778
- package/src/components/Customs/SyTextField/SyTextField.vue +178 -160
- package/src/components/Customs/SyTextField/Validation/Validation.stories.ts +1164 -0
- package/src/components/Customs/SyTextField/locales.ts +12 -0
- package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +174 -8
- package/src/components/Customs/SyTextField/tests/SyTextField.visual.cy.ts +116 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-clearable.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-default.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number-disabled.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number-no-spinner.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-prepend-icon.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-readonly.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-required.snap.png +0 -0
- package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-with-value.snap.png +0 -0
- package/src/components/Customs/SyTextField/types.ts +70 -0
- package/src/components/Customs/SyTextField/useNumberField.ts +93 -0
- package/src/components/Customs/SyTextField/useSyTextFieldValidation.ts +95 -0
- package/src/components/DataList/DataList.mdx +0 -1
- package/src/components/DataList/tests/DataList.visual.cy.ts +85 -0
- package/src/components/DataList/tests/__snapshots__/data-list-default.snap.png +0 -0
- package/src/components/DataList/tests/__snapshots__/data-list-loading.snap.png +0 -0
- package/src/components/DataList/tests/__snapshots__/data-list-row.snap.png +0 -0
- package/src/components/DataList/tests/__snapshots__/data-list-with-icons.snap.png +0 -0
- package/src/components/DataList/tests/__snapshots__/data-list-with-title.snap.png +0 -0
- package/src/components/DataListGroup/DataListGroup.mdx +0 -1
- package/src/components/DataListGroup/tests/DataListGroup.visual.cy.ts +51 -0
- package/src/components/DataListGroup/tests/__snapshots__/data-list-group-default.snap.png +0 -0
- package/src/components/DataListGroup/tests/__snapshots__/data-list-group-loading.snap.png +0 -0
- package/src/components/DataListItem/tests/DataListItem.visual.cy.ts +53 -0
- package/src/components/DataListItem/tests/__snapshots__/data-list-item-chip.snap.png +0 -0
- package/src/components/DataListItem/tests/__snapshots__/data-list-item-default.snap.png +0 -0
- package/src/components/DataListItem/tests/__snapshots__/data-list-item-placeholder.snap.png +0 -0
- package/src/components/DataListItem/tests/__snapshots__/data-list-item-row.snap.png +0 -0
- package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +1 -1
- package/src/components/DatePicker/CalendarMode/DatePicker.vue +7 -7
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +1 -1
- package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +7 -8
- package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +1 -1
- package/src/components/DatePicker/DateTextInput/DateTextInput.vue +2 -2
- package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
- package/src/components/DatePicker/composables/tests/useTodayButton.spec.ts +10 -10
- package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +11 -2
- package/src/components/DeclarationAccessibilityPage/tests/DeclarationAccessibilityPage.visual.cy.ts +35 -0
- package/src/components/DeclarationAccessibilityPage/tests/__snapshots__/declaration-a11y-page-default.snap.png +0 -0
- package/src/components/DeclarationAccessibilityPage/tests/__snapshots__/declaration-a11y-page-full.snap.png +0 -0
- package/src/components/DiacriticPicker/DiacriticPicker.mdx +0 -1
- package/src/components/DiacriticPicker/tests/DiacriticPicker.visual.cy.ts +24 -0
- package/src/components/DiacriticPicker/tests/__snapshots__/diacritic-picker-custom-title.snap.png +0 -0
- package/src/components/DiacriticPicker/tests/__snapshots__/diacritic-picker-default.snap.png +0 -0
- package/src/components/DialogBox/DialogBox.mdx +0 -1
- package/src/components/DialogBox/DialogBox.stories.ts +399 -4
- package/src/components/DialogBox/DialogBox.vue +20 -0
- package/src/components/DialogBox/locales.ts +1 -0
- package/src/components/DialogBox/tests/DialogBox.spec.ts +73 -0
- package/src/components/DialogBox/tests/DialogBox.visual.cy.ts +24 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
- package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
- package/src/components/DownloadBtn/tests/DownloadBtn.spec.ts +2 -2
- package/src/components/DownloadBtn/tests/DownloadBtn.visual.cy.ts +38 -0
- package/src/components/DownloadBtn/tests/__snapshots__/download-btn-dark.snap.png +0 -0
- package/src/components/DownloadBtn/tests/__snapshots__/download-btn-idle.snap.png +0 -0
- package/src/components/ErrorPage/ErrorPage.mdx +1 -1
- package/src/components/ErrorPage/tests/ErrorPage.visual.cy.ts +32 -0
- package/src/components/ErrorPage/tests/__snapshots__/error-page-custom.snap.png +0 -0
- package/src/components/ErrorPage/tests/__snapshots__/error-page-default.snap.png +0 -0
- package/src/components/ErrorPage/tests/__snapshots__/error-page-no-btn.snap.png +0 -0
- package/src/components/ExternalLinks/ExternalLinks.mdx +0 -1
- package/src/components/ExternalLinks/tests/ExternalLinks.visual.cy.ts +30 -0
- package/src/components/ExternalLinks/tests/__snapshots__/external-links-default.snap.png +0 -0
- package/src/components/ExternalLinks/tests/__snapshots__/external-links-fixed.snap.png +0 -0
- package/src/components/FileList/FileList.mdx +0 -1
- package/src/components/FileList/tests/FileList.visual.cy.ts +31 -0
- package/src/components/FileList/tests/__snapshots__/file-list-default.snap.png +0 -0
- package/src/components/FileList/tests/__snapshots__/file-list-with-delete.snap.png +0 -0
- package/src/components/FilePreview/accessibilite/Accessibility.mdx +86 -8
- package/src/components/FileUpload/tests/FileUpload.visual.cy.ts +36 -0
- package/src/components/FileUpload/tests/__snapshots__/file-upload-default.snap.png +0 -0
- package/src/components/FileUpload/tests/__snapshots__/file-upload-disabled.snap.png +0 -0
- package/src/components/FileUpload/tests/__snapshots__/file-upload-multiple.snap.png +0 -0
- package/src/components/FilterInline/FilterInline.mdx +0 -1
- package/src/components/FilterInline/FilterInline.stories.ts +2 -0
- package/src/components/FilterInline/FilterInline.vue +10 -5
- package/src/components/FilterInline/tests/FilterInline.visual.cy.ts +25 -0
- package/src/components/FilterInline/tests/__snapshots__/filter-inline-default.snap.png +0 -0
- package/src/components/FilterSideBar/FilterSideBar.mdx +8 -1
- package/src/components/FilterSideBar/FilterSideBar.stories.ts +136 -1
- package/src/components/FilterSideBar/FilterSideBar.vue +30 -8
- package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +55 -0
- package/src/components/FilterSideBar/tests/FilterSideBar.visual.cy.ts +37 -0
- package/src/components/FilterSideBar/tests/__snapshots__/filter-sidebar-default.snap.png +0 -0
- package/src/components/FilterSideBar/tests/__snapshots__/filter-sidebar-modale.snap.png +0 -0
- package/src/components/FooterBar/FooterBar.mdx +0 -1
- package/src/components/FooterBar/tests/FooterBar.visual.cy.ts +37 -0
- package/src/components/FooterBar/tests/__snapshots__/footer-bar-default.snap.png +0 -0
- package/src/components/FooterBar/tests/__snapshots__/footer-bar-no-logo.snap.png +0 -0
- package/src/components/FooterBar/tests/__snapshots__/footer-bar-no-social.snap.png +0 -0
- package/src/components/FooterBar/tests/__snapshots__/footer-bar-version.snap.png +0 -0
- package/src/components/FranceConnectBtn/FranceConnectBtn.mdx +0 -1
- package/src/components/FranceConnectBtn/tests/FranceConnectBtn.visual.cy.ts +38 -0
- package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-dark.snap.png +0 -0
- package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-default.snap.png +0 -0
- package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-plus.snap.png +0 -0
- package/src/components/HeaderBar/HeaderBar.mdx +0 -1
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.spec.ts +4 -4
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
- package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
- package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
- package/src/components/HeaderLoading/HeaderLoading.mdx +0 -1
- package/src/components/HeaderLoading/tests/HeaderLoading.visual.cy.ts +34 -0
- package/src/components/HeaderLoading/tests/__snapshots__/header-loading-custom-size.snap.png +0 -0
- package/src/components/HeaderLoading/tests/__snapshots__/header-loading-default.snap.png +0 -0
- package/src/components/HeaderLoading/tests/__snapshots__/header-loading-standalone.snap.png +0 -0
- package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +4 -4
- package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.visual.cy.ts +34 -0
- package/src/components/HeaderNavigationBar/tests/__snapshots__/header-navigation-bar-default.snap.png +0 -0
- package/src/components/HeaderNavigationBar/tests/__snapshots__/header-navigation-bar-subtitle.snap.png +0 -0
- package/src/components/HeaderToolbar/tests/HeaderToolbar.visual.cy.ts +25 -0
- package/src/components/HeaderToolbar/tests/__snapshots__/header-toolbar-custom.snap.png +0 -0
- package/src/components/HeaderToolbar/tests/__snapshots__/header-toolbar-default.snap.png +0 -0
- package/src/components/LangBtn/LangBtn.mdx +0 -1
- package/src/components/LangBtn/tests/LangBtn.visual.cy.ts +33 -0
- package/src/components/LangBtn/tests/__snapshots__/lang-btn-default.snap.png +0 -0
- package/src/components/LangBtn/tests/__snapshots__/lang-btn-english.snap.png +0 -0
- package/src/components/LangBtn/tests/__snapshots__/lang-btn-no-arrow.snap.png +0 -0
- package/src/components/Logo/Logo.mdx +1 -1
- package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
- package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
- package/src/components/LogoBrandSection/tests/LogoBrandSection.visual.cy.ts +43 -0
- package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-default.snap.png +0 -0
- package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-mobile.snap.png +0 -0
- package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-reduced.snap.png +0 -0
- package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-with-title.snap.png +0 -0
- package/src/components/LunarCalendar/LunarCalendar.mdx +6 -9
- package/src/components/LunarCalendar/LunarCalendar.stories.ts +243 -46
- package/src/components/LunarCalendar/LunarCalendar.vue +61 -26
- package/src/components/LunarCalendar/Validation/Validation.stories.ts +717 -0
- package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +1 -1
- package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +197 -6
- package/src/components/LunarCalendar/tests/LunarCalendar.visual.cy.ts +36 -0
- package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-default.snap.png +0 -0
- package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-required.snap.png +0 -0
- package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-with-value.snap.png +0 -0
- package/src/components/LunarCalendar/tests/useLunarCalendarValidation.spec.ts +287 -0
- package/src/components/LunarCalendar/types.ts +39 -0
- package/src/components/LunarCalendar/useLunarCalendarValidation.ts +115 -39
- package/src/components/MaintenancePage/tests/MaintenancePage.visual.cy.ts +22 -0
- package/src/components/MaintenancePage/tests/__snapshots__/maintenance-page-custom.snap.png +0 -0
- package/src/components/MaintenancePage/tests/__snapshots__/maintenance-page-default.snap.png +0 -0
- package/src/components/MonthPicker/MonthPicker.stories.ts +38 -281
- package/src/components/MonthPicker/MonthPicker.vue +66 -17
- package/src/components/MonthPicker/MonthPickerText/MonthPickerInput.vue +44 -20
- package/src/components/MonthPicker/MonthPickerText/useTextField.ts +5 -0
- package/src/components/MonthPicker/Validation/Validation.stories.ts +1117 -0
- package/src/components/MonthPicker/locales.ts +1 -0
- package/src/components/MonthPicker/tests/MonthPicker.spec.ts +353 -2
- package/src/components/MonthPicker/tests/MonthPicker.visual.cy.ts +37 -0
- package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +14 -8
- package/src/components/MonthPicker/tests/__snapshots__/month-picker-default.snap.png +0 -0
- package/src/components/MonthPicker/tests/__snapshots__/month-picker-disabled.snap.png +0 -0
- package/src/components/MonthPicker/tests/__snapshots__/month-picker-readonly.snap.png +0 -0
- package/src/components/MonthPicker/tests/__snapshots__/month-picker-with-value.snap.png +0 -0
- package/src/components/MonthPicker/types.ts +16 -0
- package/src/components/MonthPicker/useMonthPickerValidation.ts +64 -27
- package/src/components/NirField/NirField.mdx +120 -66
- package/src/components/NirField/NirField.stories.ts +256 -682
- package/src/components/NirField/NirField.vue +98 -32
- package/src/components/NirField/tests/NirField.spec.ts +135 -14
- package/src/components/NirField/tests/NirField.visual.cy.ts +28 -0
- package/src/components/NirField/tests/__snapshots__/nir-field-complex.snap.png +0 -0
- package/src/components/NirField/tests/__snapshots__/nir-field-default.snap.png +0 -0
- package/src/components/NirField/tests/__snapshots__/nir-field-with-key.snap.png +0 -0
- package/src/components/NirField/tests/useNirValidation.spec.ts +168 -0
- package/src/components/NirField/useNirValidation.ts +44 -19
- package/src/components/NirField/validation/Validation.stories.ts +866 -0
- package/src/components/NotFoundPage/tests/NotFoundPage.visual.cy.ts +28 -0
- package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +263 -245
- package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-custom-btn.snap.png +0 -0
- package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-default.snap.png +0 -0
- package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-no-btn.snap.png +0 -0
- package/src/components/NotificationBar/NotificationBar.mdx +0 -1
- package/src/components/NotificationBar/tests/NotificationBar.visual.cy.ts +54 -0
- package/src/components/NotificationBar/tests/__snapshots__/notification-bar-bottom.snap.png +0 -0
- package/src/components/NotificationBar/tests/__snapshots__/notification-bar-info.snap.png +0 -0
- package/src/components/NotificationBar/tests/__snapshots__/notification-bar-multiple.snap.png +0 -0
- package/src/components/PageContainer/PageContainer.mdx +0 -1
- package/src/components/PageContainer/PageContainer.stories.ts +170 -2
- package/src/components/PageContainer/PageContainer.vue +63 -8
- package/src/components/PageContainer/tests/PageContainer.visual.cy.ts +33 -0
- package/src/components/PageContainer/tests/__snapshots__/PageContainer.spec.ts.snap +19 -11
- package/src/components/PageContainer/tests/__snapshots__/page-container-color.snap.png +0 -0
- package/src/components/PageContainer/tests/__snapshots__/page-container-default.snap.png +0 -0
- package/src/components/PageContainer/tests/__snapshots__/page-container-md.snap.png +0 -0
- package/src/components/PaginatedTable/PaginatedTable.mdx +0 -1
- package/src/components/PaginatedTable/accessibilite/Accessibility.mdx +99 -7
- package/src/components/PaginatedTable/tests/PaginatedTable.visual.cy.ts +41 -0
- package/src/components/PaginatedTable/tests/__snapshots__/paginated-table-default.snap.png +0 -0
- package/src/components/PaginatedTable/tests/__snapshots__/paginated-table-server.snap.png +0 -0
- package/src/components/PasswordField/PasswordField.mdx +5 -52
- package/src/components/PasswordField/PasswordField.stories.ts +74 -931
- package/src/components/PasswordField/PasswordField.vue +120 -191
- package/src/components/PasswordField/Validation/Validation.stories.ts +1295 -0
- package/src/components/PasswordField/locales.ts +2 -0
- package/src/components/PasswordField/tests/PasswordField.spec.ts +144 -106
- package/src/components/PasswordField/tests/PasswordField.visual.cy.ts +49 -0
- package/src/components/PasswordField/tests/__snapshots__/password-field-default.snap.png +0 -0
- package/src/components/PasswordField/tests/__snapshots__/password-field-disabled.snap.png +0 -0
- package/src/components/PasswordField/tests/__snapshots__/password-field-required.snap.png +0 -0
- package/src/components/PasswordField/tests/__snapshots__/password-field-underlined.snap.png +0 -0
- package/src/components/PasswordField/types.ts +17 -0
- package/src/components/PasswordField/usePasswordFieldValidation.ts +100 -0
- package/src/components/PeriodField/PeriodField.mdx +0 -1
- package/src/components/PeriodField/PeriodField.stories.ts +3 -1
- package/src/components/PeriodField/PeriodField.vue +1 -1
- package/src/components/PeriodField/tests/PeriodField.visual.cy.ts +39 -0
- package/src/components/PeriodField/tests/__snapshots__/period-field-default.snap.png +0 -0
- package/src/components/PeriodField/tests/__snapshots__/period-field-no-calendar.snap.png +0 -0
- package/src/components/PeriodField/tests/__snapshots__/period-field-required.snap.png +0 -0
- package/src/components/PeriodField/tests/__snapshots__/period-field-with-value.snap.png +0 -0
- package/src/components/PhoneField/PhoneField.mdx +2 -3
- package/src/components/PhoneField/PhoneField.stories.ts +227 -410
- package/src/components/PhoneField/PhoneField.vue +205 -439
- package/src/components/PhoneField/indicatifs.ts +1 -1
- package/src/components/PhoneField/locales.ts +7 -0
- package/src/components/PhoneField/tests/PhoneField.a11y.spec.ts +0 -1
- package/src/components/PhoneField/tests/PhoneField.spec.ts +518 -220
- package/src/components/PhoneField/tests/PhoneField.visual.cy.ts +28 -0
- package/src/components/PhoneField/tests/__snapshots__/phone-field-default.snap.png +0 -0
- package/src/components/PhoneField/tests/__snapshots__/phone-field-with-country-code.snap.png +0 -0
- package/src/components/PhoneField/tests/__snapshots__/phone-field-with-value.snap.png +0 -0
- package/src/components/PhoneField/types.ts +30 -0
- package/src/components/PhoneField/usePhoneFieldValidation.ts +119 -0
- package/src/components/PhoneField/usePhoneIndicatifs.ts +89 -0
- package/src/components/PhoneField/validation/validation.stories.ts +717 -0
- package/src/components/RangeField/RangeField.mdx +0 -1
- package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
- package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
- package/src/components/RatingPicker/RatingPicker.mdx +0 -1
- package/src/components/RatingPicker/tests/RatingPicker.visual.cy.ts +52 -0
- package/src/components/RatingPicker/tests/__snapshots__/rating-picker-emotion.snap.png +0 -0
- package/src/components/RatingPicker/tests/__snapshots__/rating-picker-number.snap.png +0 -0
- package/src/components/RatingPicker/tests/__snapshots__/rating-picker-readonly.snap.png +0 -0
- package/src/components/RatingPicker/tests/__snapshots__/rating-picker-stars.snap.png +0 -0
- package/src/components/SearchListField/SearchListField.mdx +1 -1
- package/src/components/SearchListField/SearchListField.stories.ts +1 -1
- package/src/components/SearchListField/SearchListField.vue +9 -4
- package/src/components/SearchListField/tests/SearchListField.spec.ts +127 -0
- package/src/components/SearchListField/tests/SearchListField.visual.cy.ts +35 -0
- package/src/components/SearchListField/tests/__snapshots__/search-list-field-default.snap.png +0 -0
- package/src/components/SearchListField/tests/__snapshots__/search-list-field-with-selection.snap.png +0 -0
- package/src/components/SkipLink/tests/SkipLink.visual.cy.ts +16 -0
- package/src/components/SkipLink/tests/__snapshots__/skip-link-focused.snap.png +0 -0
- package/src/components/SocialMediaLinks/SocialMediaLinks.mdx +0 -1
- package/src/components/SocialMediaLinks/tests/SocialMediaLinks.visual.cy.ts +33 -0
- package/src/components/SocialMediaLinks/tests/__snapshots__/social-media-links-default.snap.png +0 -0
- package/src/components/SocialMediaLinks/tests/__snapshots__/social-media-links-no-native-heading.snap.png +0 -0
- package/src/components/StatusPage/StatusPage.vue +1 -0
- package/src/components/StatusPage/tests/StatusPage.visual.cy.ts +47 -0
- package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +248 -230
- package/src/components/StatusPage/tests/__snapshots__/status-page-default.snap.png +0 -0
- package/src/components/StatusPage/tests/__snapshots__/status-page-full.snap.png +0 -0
- package/src/components/StatusPage/tests/__snapshots__/status-page-no-btn.snap.png +0 -0
- package/src/components/SubHeader/SubHeader.mdx +5 -6
- package/src/components/SubHeader/tests/SubHeader.visual.cy.ts +48 -0
- package/src/components/SubHeader/tests/__snapshots__/sub-header-default.snap.png +0 -0
- package/src/components/SubHeader/tests/__snapshots__/sub-header-loading.snap.png +0 -0
- package/src/components/SubHeader/tests/__snapshots__/sub-header-no-back-btn.snap.png +0 -0
- package/src/components/SubHeader/tests/__snapshots__/sub-header-with-subtitle.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
- package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
- package/src/components/SyHeading/tests/SyHeading.visual.cy.ts +33 -0
- package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-1.snap.png +0 -0
- package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-2.snap.png +0 -0
- package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-3.snap.png +0 -0
- package/src/components/SyTextArea/SyTextArea.stories.ts +25 -0
- package/src/components/SyTextArea/SyTextArea.vue +7 -0
- package/src/components/SyTextArea/composables/useSyTextAreaValidation.ts +1 -1
- package/src/components/SyTextArea/tests/SyTextArea.a11y.spec.ts +18 -0
- package/src/components/SyTextArea/tests/SyTextArea.spec.ts +135 -1
- package/src/components/SyTextArea/tests/SyTextArea.visual.cy.ts +48 -0
- package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-default.snap.png +0 -0
- package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-filled.snap.png +0 -0
- package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-required.snap.png +0 -0
- package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-with-value.snap.png +0 -0
- package/src/components/SyTextArea/validation/Validation.stories.ts +6 -86
- package/src/components/TableToolbar/tests/TableToolbar.visual.cy.ts +49 -0
- package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-default.snap.png +0 -0
- package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-filtered.snap.png +0 -0
- package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-loading.snap.png +0 -0
- package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-with-add-btn.snap.png +0 -0
- package/src/components/Tables/SyServerTable/SyServerTable.vue +3 -3
- package/src/components/Tables/SyServerTable/accessibilite/Accessibility.mdx +114 -7
- package/src/components/Tables/SyServerTable/tests/SyServerTable.visual.cy.ts +58 -0
- package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-default.snap.png +0 -0
- package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-loading.snap.png +0 -0
- package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-with-select.snap.png +0 -0
- package/src/components/Tables/SyTable/accessibilite/Accessibility.mdx +116 -7
- package/src/components/Tables/SyTable/tests/SyTable.visual.cy.ts +70 -0
- package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-compact.snap.png +0 -0
- package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-default.snap.png +0 -0
- package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-striped.snap.png +0 -0
- package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-with-select.snap.png +0 -0
- package/src/components/Tables/common/tableStyles.scss +4 -4
- package/src/components/Tables/common/tests/SyTableFilter.spec.ts +19 -13
- package/src/components/Tables/common/tests/filterByRange.spec.ts +23 -22
- package/src/components/ToolbarContainer/tests/ToolbarContainer.visual.cy.ts +34 -0
- package/src/components/ToolbarContainer/tests/__snapshots__/toolbar-container-default.snap.png +0 -0
- package/src/components/ToolbarContainer/tests/__snapshots__/toolbar-container-links.snap.png +0 -0
- package/src/components/UploadWorkflow/UploadWorkflow.mdx +0 -1
- package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +1 -2
- package/src/components/UploadWorkflow/tests/UploadWorkflow.visual.cy.ts +39 -0
- package/src/components/UploadWorkflow/tests/__snapshots__/upload-workflow-default.snap.png +0 -0
- package/src/components/UploadWorkflow/tests/__snapshots__/upload-workflow-with-title.snap.png +0 -0
- package/src/components/UserMenuBtn/UserMenuBtn.mdx +0 -1
- package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +177 -0
- package/src/components/UserMenuBtn/tests/UserMenuBtn.visual.cy.ts +42 -0
- package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-default.snap.png +0 -0
- package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-no-logout.snap.png +0 -0
- package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-with-name.snap.png +0 -0
- package/src/composables/unifyValidation/documentationValidationProps.ts +2 -2
- package/src/composables/unifyValidation/tests/documentationValidationProps.spec.ts +2 -2
- package/src/composables/unifyValidation/tests/useValidation.spec.ts +13 -1
- package/src/composables/unifyValidation/useValidation.ts +41 -31
- package/src/composables/useFilterable/useFilterable.spec.ts +105 -142
- package/src/composables/useFilterable/useFilterable.ts +6 -17
- package/src/composables/useFormFieldErrorHandling.ts +1 -1
- package/src/composables/validation/tests/useFormValidation.spec.ts +11 -2
- package/src/composables/validation/tests/useValidatable.spec.ts +16 -6
- package/src/composables/validation/tests/useValidation.spec.ts +2 -2
- package/src/composables/validation/useValidation.ts +1 -1
- package/src/composantsVuetify/VCard/VCard.mdx +12 -0
- package/src/composantsVuetify/VCard/v-card.stories.ts +283 -1
- package/src/composantsVuetify/VCarousel/VCarousel.mdx +74 -0
- package/src/composantsVuetify/VCarousel/v-carousel.stories.ts +531 -0
- package/src/composantsVuetify/VNavigationDrawer/VNavgationDrawer.mdx +53 -0
- package/src/composantsVuetify/VNavigationDrawer/v-navigation-drawer.stories.ts +310 -0
- package/src/composantsVuetify/VSlideGroup/VSlideGroup.mdx +105 -0
- package/src/composantsVuetify/VSlideGroup/v-slide-group.stories.ts +463 -0
- package/src/composantsVuetify/VStepper/VStepper.mdx +56 -0
- package/src/composantsVuetify/VStepper/v-stepper.stories.ts +563 -0
- package/src/designTokens/tokens/amelipro/apLightTheme.ts +1 -0
- package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
- package/src/designTokens/tokens/baseColors.ts +1 -1
- package/src/designTokens/tokens/baseTokens.ts +18 -18
- package/src/designTokens/tokens/pa/paLightTheme.ts +1 -0
- package/src/stories/Accessibilite/DesignSystem/a11y-status.json +1 -1
- package/src/stories/Components/Components.stories.ts +95 -11
- package/src/stories/Demarrer/Releases.stories.ts +59 -2
- package/src/stories/DesignTokens/Arrondis.mdx +1 -1
- package/src/stories/DesignTokens/Colors.mdx +2 -0
- package/src/stories/DesignTokens/Correspondances.mdx +219 -0
- package/src/stories/DesignTokens/UtiliserLesTokens.mdx +235 -0
- package/src/stories/DesignTokens/colors.stories.ts +582 -569
- package/src/stories/EcoConception/EcoBestPracticesDoc.vue +930 -0
- package/src/stories/EcoConception/EcoBestPratices.mdx +38 -0
- package/src/stories/EcoConception/Introduction.mdx +8 -1
- package/src/stories/EcoConception/datas/bonnes_pratiques_essentielles.json +1018 -0
- package/src/stories/EcoConception/ecoconception-best-practices.stories.ts +20 -0
- package/src/stories/GuideDuDev/Amelipro.mdx +9 -1
- package/src/stories/GuideDuDev/Amelipro.stories.ts +1023 -168
- package/src/stories/GuideDuDev/PortailAgent.stories.ts +0 -1
- package/src/utils/functions/deepCopy/index.ts +2 -3
- package/dist/components/Customs/SyCheckbox/locales.d.ts +0 -3
- package/dist/components/LunarCalendar/useLunarCalendarRules.d.ts +0 -5
- package/dist/components/PhoneField/tests/types.d.ts +0 -18
- package/dist/components/SyHeading/SyHeading.a11y.test.d.ts +0 -1
- package/dist/components/SyHeading/SyHeading.test.d.ts +0 -1
- package/src/components/Customs/SyCheckbox/locales.ts +0 -3
- package/src/components/Customs/SyTextField/types.d.ts +0 -4
- package/src/components/LunarCalendar/tests/useLunarCalendarRules.spec.ts +0 -184
- package/src/components/LunarCalendar/useLunarCalendarRules.ts +0 -96
- package/src/components/PhoneField/tests/types.d.ts +0 -19
|
@@ -57,9 +57,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
57
57
|
required: boolean;
|
|
58
58
|
showSuccessMessages: boolean;
|
|
59
59
|
disableErrorHandling: boolean;
|
|
60
|
-
noIcon: boolean;
|
|
61
60
|
customRules: ValidationRule[];
|
|
62
61
|
customWarningRules: ValidationRule[];
|
|
62
|
+
noIcon: boolean;
|
|
63
63
|
hideDetails: boolean | "auto";
|
|
64
64
|
format: string;
|
|
65
65
|
noCalendar: boolean;
|
|
@@ -158,9 +158,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
158
158
|
required: boolean;
|
|
159
159
|
showSuccessMessages: boolean;
|
|
160
160
|
disableErrorHandling: boolean;
|
|
161
|
-
hint: string;
|
|
162
|
-
displayAsterisk: boolean;
|
|
163
|
-
noIcon: boolean;
|
|
164
161
|
customRules: {
|
|
165
162
|
type: string;
|
|
166
163
|
options: any;
|
|
@@ -169,9 +166,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
169
166
|
type: string;
|
|
170
167
|
options: any;
|
|
171
168
|
}[];
|
|
169
|
+
hint: string;
|
|
170
|
+
displayAsterisk: boolean;
|
|
171
|
+
noIcon: boolean;
|
|
172
|
+
hideDetails: boolean | "auto";
|
|
172
173
|
isValidateOnBlur: boolean;
|
|
173
174
|
persistentHint: boolean;
|
|
174
|
-
hideDetails: boolean | "auto";
|
|
175
175
|
format: string;
|
|
176
176
|
autoClamp: boolean;
|
|
177
177
|
noCalendar: boolean;
|
|
@@ -250,10 +250,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
250
250
|
required: boolean;
|
|
251
251
|
showSuccessMessages: boolean;
|
|
252
252
|
disableErrorHandling: boolean;
|
|
253
|
-
hint: string;
|
|
254
|
-
noIcon: boolean;
|
|
255
253
|
customRules: ValidationRule[];
|
|
256
254
|
customWarningRules: ValidationRule[];
|
|
255
|
+
hint: string;
|
|
256
|
+
noIcon: boolean;
|
|
257
257
|
isValidateOnBlur: boolean;
|
|
258
258
|
persistentHint: boolean;
|
|
259
259
|
format: string;
|
|
@@ -272,15 +272,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
272
272
|
$data: {};
|
|
273
273
|
$props: {
|
|
274
274
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
275
|
-
readonly prependIcon?: import('
|
|
276
|
-
readonly appendIcon?: import('
|
|
277
|
-
readonly prependInnerIcon?: import('
|
|
278
|
-
readonly appendInnerIcon?: import('
|
|
275
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
276
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
277
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
278
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
279
279
|
readonly prependTooltip?: string | undefined;
|
|
280
280
|
readonly appendTooltip?: string | undefined;
|
|
281
281
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
282
|
-
readonly variantStyle?: import('
|
|
283
|
-
readonly color?: import('
|
|
282
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
283
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
284
284
|
readonly isClearable?: boolean | undefined;
|
|
285
285
|
readonly showDivider?: boolean | undefined;
|
|
286
286
|
readonly label?: string | undefined;
|
|
@@ -297,7 +297,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
297
297
|
readonly disabled?: boolean | undefined;
|
|
298
298
|
readonly isFlat?: boolean | undefined;
|
|
299
299
|
readonly isFocused?: boolean | undefined;
|
|
300
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
301
300
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
302
301
|
readonly hint?: string | undefined;
|
|
303
302
|
readonly id?: string | undefined;
|
|
@@ -328,6 +327,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
328
327
|
readonly helpText?: string | undefined;
|
|
329
328
|
readonly maxlength?: string | number | undefined;
|
|
330
329
|
readonly title?: string | false | undefined;
|
|
330
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
331
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
331
332
|
readonly customRules?: ValidationRule[] | undefined;
|
|
332
333
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
333
334
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -736,7 +737,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
736
737
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
737
738
|
modelValue?: unknown;
|
|
738
739
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
739
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
740
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
740
741
|
$: import('vue').ComponentInternalInstance;
|
|
741
742
|
$data: {};
|
|
742
743
|
$props: Partial<{
|
|
@@ -1473,7 +1474,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1473
1474
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
1474
1475
|
modelValue?: unknown;
|
|
1475
1476
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
1476
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
1477
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
1477
1478
|
$: import('vue').ComponentInternalInstance;
|
|
1478
1479
|
$data: {};
|
|
1479
1480
|
$props: Partial<{
|
|
@@ -1788,65 +1789,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1788
1789
|
$host: Element | null;
|
|
1789
1790
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
1790
1791
|
$el: any;
|
|
1791
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1792
|
-
modelValue?: string | number | null | undefined;
|
|
1793
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1794
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1795
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1796
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
1797
|
-
prependTooltip?: string;
|
|
1798
|
-
appendTooltip?: string;
|
|
1799
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
1800
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
1801
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
1802
|
-
isClearable?: boolean;
|
|
1803
|
-
showDivider?: boolean;
|
|
1804
|
-
label?: string;
|
|
1805
|
-
readonly?: boolean;
|
|
1806
|
-
isActive?: boolean;
|
|
1807
|
-
baseColor?: string;
|
|
1808
|
-
bgColor?: string;
|
|
1809
|
-
centerAffix?: boolean;
|
|
1810
|
-
counter?: string | number | boolean;
|
|
1811
|
-
counterValue?: number | ((value: any) => number);
|
|
1812
|
-
density?: "default" | "comfortable" | "compact";
|
|
1813
|
-
direction?: "horizontal" | "vertical";
|
|
1814
|
-
isDirty?: boolean;
|
|
1815
|
-
disabled?: boolean;
|
|
1816
|
-
isFlat?: boolean;
|
|
1817
|
-
isFocused?: boolean;
|
|
1818
|
-
areDetailsHidden?: boolean | "auto";
|
|
1819
|
-
areSpinButtonsHidden?: boolean;
|
|
1820
|
-
hint?: string;
|
|
1821
|
-
id?: string;
|
|
1822
|
-
loading?: string | boolean;
|
|
1823
|
-
maxWidth?: string | number;
|
|
1824
|
-
messages?: string | string[];
|
|
1825
|
-
minWidth?: string | number;
|
|
1826
|
-
name?: string;
|
|
1827
|
-
displayPersistentClear?: boolean;
|
|
1828
|
-
displayPersistentCounter?: boolean;
|
|
1829
|
-
displayPersistentHint?: boolean;
|
|
1830
|
-
displayPersistentPlaceholder?: boolean;
|
|
1831
|
-
placeholder?: string;
|
|
1832
|
-
prefix?: string;
|
|
1833
|
-
isReversed?: boolean;
|
|
1834
|
-
role?: string;
|
|
1835
|
-
rounded?: string | number | boolean;
|
|
1836
|
-
isOnSingleLine?: boolean;
|
|
1837
|
-
suffix?: string;
|
|
1838
|
-
theme?: string;
|
|
1839
|
-
isTiled?: boolean;
|
|
1840
|
-
type?: string;
|
|
1841
|
-
width?: string | number;
|
|
1842
|
-
displayAsterisk?: boolean;
|
|
1843
|
-
noIcon?: boolean;
|
|
1844
|
-
disableClickButton?: boolean;
|
|
1845
|
-
autocomplete?: string;
|
|
1846
|
-
helpText?: string;
|
|
1847
|
-
maxlength?: string | number;
|
|
1848
|
-
title?: string | false;
|
|
1849
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1792
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
1850
1793
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1851
1794
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1852
1795
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -1856,7 +1799,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1856
1799
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1857
1800
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
1858
1801
|
}>, {
|
|
1859
|
-
validateOnSubmit: (
|
|
1802
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
1860
1803
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1861
1804
|
input: (...args: any[]) => void;
|
|
1862
1805
|
blur: (...args: any[]) => void;
|
|
@@ -1872,10 +1815,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1872
1815
|
title: string | false;
|
|
1873
1816
|
width: string | number;
|
|
1874
1817
|
role: string;
|
|
1875
|
-
color: import('
|
|
1818
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
1876
1819
|
theme: string;
|
|
1877
1820
|
disabled: boolean;
|
|
1878
1821
|
placeholder: string;
|
|
1822
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
1879
1823
|
density: "default" | "comfortable" | "compact";
|
|
1880
1824
|
rounded: string | number | boolean;
|
|
1881
1825
|
maxWidth: string | number;
|
|
@@ -1896,12 +1840,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1896
1840
|
disableErrorHandling: boolean;
|
|
1897
1841
|
errorMessages: string[] | null;
|
|
1898
1842
|
maxErrors: number;
|
|
1843
|
+
hasError: boolean;
|
|
1844
|
+
hasWarning: boolean;
|
|
1845
|
+
hasSuccess: boolean;
|
|
1846
|
+
useVuetifyValidation: boolean;
|
|
1847
|
+
customRules: ValidationRule[];
|
|
1848
|
+
customWarningRules: ValidationRule[];
|
|
1849
|
+
customSuccessRules: ValidationRule[];
|
|
1899
1850
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1900
1851
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1901
1852
|
prependTooltip: string;
|
|
1902
1853
|
appendTooltip: string;
|
|
1903
1854
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1904
|
-
variantStyle: import('
|
|
1855
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
1905
1856
|
isClearable: boolean;
|
|
1906
1857
|
centerAffix: boolean;
|
|
1907
1858
|
counter: string | number | boolean;
|
|
@@ -1910,7 +1861,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1910
1861
|
isDirty: boolean;
|
|
1911
1862
|
isFlat: boolean;
|
|
1912
1863
|
isFocused: boolean;
|
|
1913
|
-
areDetailsHidden: boolean | "auto";
|
|
1914
1864
|
areSpinButtonsHidden: boolean;
|
|
1915
1865
|
hint: string;
|
|
1916
1866
|
messages: string | string[];
|
|
@@ -1928,15 +1878,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1928
1878
|
autocomplete: string;
|
|
1929
1879
|
helpText: string;
|
|
1930
1880
|
maxlength: string | number;
|
|
1931
|
-
|
|
1932
|
-
customSuccessRules: ValidationRule[];
|
|
1933
|
-
customWarningRules: ValidationRule[];
|
|
1934
|
-
hasError: boolean;
|
|
1935
|
-
hasSuccess: boolean;
|
|
1936
|
-
hasWarning: boolean;
|
|
1881
|
+
hideDetails: boolean | "auto";
|
|
1937
1882
|
isValidateOnBlur: boolean;
|
|
1938
1883
|
successMessages: string[] | null;
|
|
1939
|
-
useVuetifyValidation: boolean;
|
|
1940
1884
|
warningMessages: string[] | null;
|
|
1941
1885
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1942
1886
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1964,10 +1908,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1964
1908
|
title: string | false;
|
|
1965
1909
|
width: string | number;
|
|
1966
1910
|
role: string;
|
|
1967
|
-
color: import('
|
|
1911
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
1968
1912
|
theme: string;
|
|
1969
1913
|
disabled: boolean;
|
|
1970
1914
|
placeholder: string;
|
|
1915
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
1971
1916
|
density: "default" | "comfortable" | "compact";
|
|
1972
1917
|
rounded: string | number | boolean;
|
|
1973
1918
|
maxWidth: string | number;
|
|
@@ -1988,12 +1933,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
1988
1933
|
disableErrorHandling: boolean;
|
|
1989
1934
|
errorMessages: string[] | null;
|
|
1990
1935
|
maxErrors: number;
|
|
1936
|
+
hasError: boolean;
|
|
1937
|
+
hasWarning: boolean;
|
|
1938
|
+
hasSuccess: boolean;
|
|
1939
|
+
useVuetifyValidation: boolean;
|
|
1940
|
+
customRules: ValidationRule[];
|
|
1941
|
+
customWarningRules: ValidationRule[];
|
|
1942
|
+
customSuccessRules: ValidationRule[];
|
|
1991
1943
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1992
1944
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
1993
1945
|
prependTooltip: string;
|
|
1994
1946
|
appendTooltip: string;
|
|
1995
1947
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
1996
|
-
variantStyle: import('
|
|
1948
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
1997
1949
|
isClearable: boolean;
|
|
1998
1950
|
centerAffix: boolean;
|
|
1999
1951
|
counter: string | number | boolean;
|
|
@@ -2002,7 +1954,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2002
1954
|
isDirty: boolean;
|
|
2003
1955
|
isFlat: boolean;
|
|
2004
1956
|
isFocused: boolean;
|
|
2005
|
-
areDetailsHidden: boolean | "auto";
|
|
2006
1957
|
areSpinButtonsHidden: boolean;
|
|
2007
1958
|
hint: string;
|
|
2008
1959
|
messages: string | string[];
|
|
@@ -2020,75 +1971,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2020
1971
|
autocomplete: string;
|
|
2021
1972
|
helpText: string;
|
|
2022
1973
|
maxlength: string | number;
|
|
2023
|
-
|
|
2024
|
-
customSuccessRules: ValidationRule[];
|
|
2025
|
-
customWarningRules: ValidationRule[];
|
|
2026
|
-
hasError: boolean;
|
|
2027
|
-
hasSuccess: boolean;
|
|
2028
|
-
hasWarning: boolean;
|
|
1974
|
+
hideDetails: boolean | "auto";
|
|
2029
1975
|
isValidateOnBlur: boolean;
|
|
2030
1976
|
successMessages: string[] | null;
|
|
2031
|
-
useVuetifyValidation: boolean;
|
|
2032
1977
|
warningMessages: string[] | null;
|
|
2033
|
-
}> & Omit<Readonly<{
|
|
2034
|
-
modelValue?: string | number | null | undefined;
|
|
2035
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2036
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2037
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2038
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
2039
|
-
prependTooltip?: string;
|
|
2040
|
-
appendTooltip?: string;
|
|
2041
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
2042
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
2043
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
2044
|
-
isClearable?: boolean;
|
|
2045
|
-
showDivider?: boolean;
|
|
2046
|
-
label?: string;
|
|
2047
|
-
readonly?: boolean;
|
|
2048
|
-
isActive?: boolean;
|
|
2049
|
-
baseColor?: string;
|
|
2050
|
-
bgColor?: string;
|
|
2051
|
-
centerAffix?: boolean;
|
|
2052
|
-
counter?: string | number | boolean;
|
|
2053
|
-
counterValue?: number | ((value: any) => number);
|
|
2054
|
-
density?: "default" | "comfortable" | "compact";
|
|
2055
|
-
direction?: "horizontal" | "vertical";
|
|
2056
|
-
isDirty?: boolean;
|
|
2057
|
-
disabled?: boolean;
|
|
2058
|
-
isFlat?: boolean;
|
|
2059
|
-
isFocused?: boolean;
|
|
2060
|
-
areDetailsHidden?: boolean | "auto";
|
|
2061
|
-
areSpinButtonsHidden?: boolean;
|
|
2062
|
-
hint?: string;
|
|
2063
|
-
id?: string;
|
|
2064
|
-
loading?: string | boolean;
|
|
2065
|
-
maxWidth?: string | number;
|
|
2066
|
-
messages?: string | string[];
|
|
2067
|
-
minWidth?: string | number;
|
|
2068
|
-
name?: string;
|
|
2069
|
-
displayPersistentClear?: boolean;
|
|
2070
|
-
displayPersistentCounter?: boolean;
|
|
2071
|
-
displayPersistentHint?: boolean;
|
|
2072
|
-
displayPersistentPlaceholder?: boolean;
|
|
2073
|
-
placeholder?: string;
|
|
2074
|
-
prefix?: string;
|
|
2075
|
-
isReversed?: boolean;
|
|
2076
|
-
role?: string;
|
|
2077
|
-
rounded?: string | number | boolean;
|
|
2078
|
-
isOnSingleLine?: boolean;
|
|
2079
|
-
suffix?: string;
|
|
2080
|
-
theme?: string;
|
|
2081
|
-
isTiled?: boolean;
|
|
2082
|
-
type?: string;
|
|
2083
|
-
width?: string | number;
|
|
2084
|
-
displayAsterisk?: boolean;
|
|
2085
|
-
noIcon?: boolean;
|
|
2086
|
-
disableClickButton?: boolean;
|
|
2087
|
-
autocomplete?: string;
|
|
2088
|
-
helpText?: string;
|
|
2089
|
-
maxlength?: string | number;
|
|
2090
|
-
title?: string | false;
|
|
2091
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
1978
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
2092
1979
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
2093
1980
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
2094
1981
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -2097,8 +1984,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2097
1984
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
2098
1985
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2099
1986
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
2100
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
2101
|
-
validateOnSubmit: (
|
|
1987
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
1988
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
2102
1989
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
2103
1990
|
$slots: {
|
|
2104
1991
|
prepend?(_: {}): any;
|
|
@@ -2166,10 +2053,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2166
2053
|
required: boolean;
|
|
2167
2054
|
showSuccessMessages: boolean;
|
|
2168
2055
|
disableErrorHandling: boolean;
|
|
2169
|
-
hint: string;
|
|
2170
|
-
noIcon: boolean;
|
|
2171
2056
|
customRules: ValidationRule[];
|
|
2172
2057
|
customWarningRules: ValidationRule[];
|
|
2058
|
+
hint: string;
|
|
2059
|
+
noIcon: boolean;
|
|
2173
2060
|
isValidateOnBlur: boolean;
|
|
2174
2061
|
persistentHint: boolean;
|
|
2175
2062
|
format: string;
|
|
@@ -2287,9 +2174,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2287
2174
|
required: boolean;
|
|
2288
2175
|
showSuccessMessages: boolean;
|
|
2289
2176
|
disableErrorHandling: boolean;
|
|
2290
|
-
hint: string;
|
|
2291
|
-
displayAsterisk: boolean;
|
|
2292
|
-
noIcon: boolean;
|
|
2293
2177
|
customRules: {
|
|
2294
2178
|
type: string;
|
|
2295
2179
|
options: any;
|
|
@@ -2298,6 +2182,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2298
2182
|
type: string;
|
|
2299
2183
|
options: any;
|
|
2300
2184
|
}[];
|
|
2185
|
+
hint: string;
|
|
2186
|
+
displayAsterisk: boolean;
|
|
2187
|
+
noIcon: boolean;
|
|
2301
2188
|
isValidateOnBlur: boolean;
|
|
2302
2189
|
persistentHint: boolean;
|
|
2303
2190
|
format: string;
|
|
@@ -2378,10 +2265,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2378
2265
|
required: boolean;
|
|
2379
2266
|
showSuccessMessages: boolean;
|
|
2380
2267
|
disableErrorHandling: boolean;
|
|
2381
|
-
hint: string;
|
|
2382
|
-
noIcon: boolean;
|
|
2383
2268
|
customRules: ValidationRule[];
|
|
2384
2269
|
customWarningRules: ValidationRule[];
|
|
2270
|
+
hint: string;
|
|
2271
|
+
noIcon: boolean;
|
|
2385
2272
|
isValidateOnBlur: boolean;
|
|
2386
2273
|
persistentHint: boolean;
|
|
2387
2274
|
format: string;
|
|
@@ -2400,15 +2287,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2400
2287
|
$data: {};
|
|
2401
2288
|
$props: {
|
|
2402
2289
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
2403
|
-
readonly prependIcon?: import('
|
|
2404
|
-
readonly appendIcon?: import('
|
|
2405
|
-
readonly prependInnerIcon?: import('
|
|
2406
|
-
readonly appendInnerIcon?: import('
|
|
2290
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
2291
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
2292
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
2293
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
2407
2294
|
readonly prependTooltip?: string | undefined;
|
|
2408
2295
|
readonly appendTooltip?: string | undefined;
|
|
2409
2296
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
2410
|
-
readonly variantStyle?: import('
|
|
2411
|
-
readonly color?: import('
|
|
2297
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
2298
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
2412
2299
|
readonly isClearable?: boolean | undefined;
|
|
2413
2300
|
readonly showDivider?: boolean | undefined;
|
|
2414
2301
|
readonly label?: string | undefined;
|
|
@@ -2425,7 +2312,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2425
2312
|
readonly disabled?: boolean | undefined;
|
|
2426
2313
|
readonly isFlat?: boolean | undefined;
|
|
2427
2314
|
readonly isFocused?: boolean | undefined;
|
|
2428
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
2429
2315
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
2430
2316
|
readonly hint?: string | undefined;
|
|
2431
2317
|
readonly id?: string | undefined;
|
|
@@ -2456,6 +2342,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2456
2342
|
readonly helpText?: string | undefined;
|
|
2457
2343
|
readonly maxlength?: string | number | undefined;
|
|
2458
2344
|
readonly title?: string | false | undefined;
|
|
2345
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
2346
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
2459
2347
|
readonly customRules?: ValidationRule[] | undefined;
|
|
2460
2348
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
2461
2349
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -2864,7 +2752,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
2864
2752
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
2865
2753
|
modelValue?: unknown;
|
|
2866
2754
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
2867
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
2755
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
2868
2756
|
$: import('vue').ComponentInternalInstance;
|
|
2869
2757
|
$data: {};
|
|
2870
2758
|
$props: Partial<{
|
|
@@ -3601,7 +3489,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3601
3489
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
3602
3490
|
modelValue?: unknown;
|
|
3603
3491
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
3604
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
3492
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
3605
3493
|
$: import('vue').ComponentInternalInstance;
|
|
3606
3494
|
$data: {};
|
|
3607
3495
|
$props: Partial<{
|
|
@@ -3916,65 +3804,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3916
3804
|
$host: Element | null;
|
|
3917
3805
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
3918
3806
|
$el: any;
|
|
3919
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
3920
|
-
modelValue?: string | number | null | undefined;
|
|
3921
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3922
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3923
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3924
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
3925
|
-
prependTooltip?: string;
|
|
3926
|
-
appendTooltip?: string;
|
|
3927
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
3928
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
3929
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
3930
|
-
isClearable?: boolean;
|
|
3931
|
-
showDivider?: boolean;
|
|
3932
|
-
label?: string;
|
|
3933
|
-
readonly?: boolean;
|
|
3934
|
-
isActive?: boolean;
|
|
3935
|
-
baseColor?: string;
|
|
3936
|
-
bgColor?: string;
|
|
3937
|
-
centerAffix?: boolean;
|
|
3938
|
-
counter?: string | number | boolean;
|
|
3939
|
-
counterValue?: number | ((value: any) => number);
|
|
3940
|
-
density?: "default" | "comfortable" | "compact";
|
|
3941
|
-
direction?: "horizontal" | "vertical";
|
|
3942
|
-
isDirty?: boolean;
|
|
3943
|
-
disabled?: boolean;
|
|
3944
|
-
isFlat?: boolean;
|
|
3945
|
-
isFocused?: boolean;
|
|
3946
|
-
areDetailsHidden?: boolean | "auto";
|
|
3947
|
-
areSpinButtonsHidden?: boolean;
|
|
3948
|
-
hint?: string;
|
|
3949
|
-
id?: string;
|
|
3950
|
-
loading?: string | boolean;
|
|
3951
|
-
maxWidth?: string | number;
|
|
3952
|
-
messages?: string | string[];
|
|
3953
|
-
minWidth?: string | number;
|
|
3954
|
-
name?: string;
|
|
3955
|
-
displayPersistentClear?: boolean;
|
|
3956
|
-
displayPersistentCounter?: boolean;
|
|
3957
|
-
displayPersistentHint?: boolean;
|
|
3958
|
-
displayPersistentPlaceholder?: boolean;
|
|
3959
|
-
placeholder?: string;
|
|
3960
|
-
prefix?: string;
|
|
3961
|
-
isReversed?: boolean;
|
|
3962
|
-
role?: string;
|
|
3963
|
-
rounded?: string | number | boolean;
|
|
3964
|
-
isOnSingleLine?: boolean;
|
|
3965
|
-
suffix?: string;
|
|
3966
|
-
theme?: string;
|
|
3967
|
-
isTiled?: boolean;
|
|
3968
|
-
type?: string;
|
|
3969
|
-
width?: string | number;
|
|
3970
|
-
displayAsterisk?: boolean;
|
|
3971
|
-
noIcon?: boolean;
|
|
3972
|
-
disableClickButton?: boolean;
|
|
3973
|
-
autocomplete?: string;
|
|
3974
|
-
helpText?: string;
|
|
3975
|
-
maxlength?: string | number;
|
|
3976
|
-
title?: string | false;
|
|
3977
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
3807
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
3978
3808
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
3979
3809
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
3980
3810
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -3984,7 +3814,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
3984
3814
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3985
3815
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
3986
3816
|
}>, {
|
|
3987
|
-
validateOnSubmit: (
|
|
3817
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
3988
3818
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3989
3819
|
input: (...args: any[]) => void;
|
|
3990
3820
|
blur: (...args: any[]) => void;
|
|
@@ -4000,10 +3830,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4000
3830
|
title: string | false;
|
|
4001
3831
|
width: string | number;
|
|
4002
3832
|
role: string;
|
|
4003
|
-
color: import('
|
|
3833
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
4004
3834
|
theme: string;
|
|
4005
3835
|
disabled: boolean;
|
|
4006
3836
|
placeholder: string;
|
|
3837
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
4007
3838
|
density: "default" | "comfortable" | "compact";
|
|
4008
3839
|
rounded: string | number | boolean;
|
|
4009
3840
|
maxWidth: string | number;
|
|
@@ -4024,12 +3855,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4024
3855
|
disableErrorHandling: boolean;
|
|
4025
3856
|
errorMessages: string[] | null;
|
|
4026
3857
|
maxErrors: number;
|
|
3858
|
+
hasError: boolean;
|
|
3859
|
+
hasWarning: boolean;
|
|
3860
|
+
hasSuccess: boolean;
|
|
3861
|
+
useVuetifyValidation: boolean;
|
|
3862
|
+
customRules: ValidationRule[];
|
|
3863
|
+
customWarningRules: ValidationRule[];
|
|
3864
|
+
customSuccessRules: ValidationRule[];
|
|
4027
3865
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4028
3866
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4029
3867
|
prependTooltip: string;
|
|
4030
3868
|
appendTooltip: string;
|
|
4031
3869
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
4032
|
-
variantStyle: import('
|
|
3870
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
4033
3871
|
isClearable: boolean;
|
|
4034
3872
|
centerAffix: boolean;
|
|
4035
3873
|
counter: string | number | boolean;
|
|
@@ -4038,7 +3876,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4038
3876
|
isDirty: boolean;
|
|
4039
3877
|
isFlat: boolean;
|
|
4040
3878
|
isFocused: boolean;
|
|
4041
|
-
areDetailsHidden: boolean | "auto";
|
|
4042
3879
|
areSpinButtonsHidden: boolean;
|
|
4043
3880
|
hint: string;
|
|
4044
3881
|
messages: string | string[];
|
|
@@ -4056,15 +3893,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4056
3893
|
autocomplete: string;
|
|
4057
3894
|
helpText: string;
|
|
4058
3895
|
maxlength: string | number;
|
|
4059
|
-
|
|
4060
|
-
customSuccessRules: ValidationRule[];
|
|
4061
|
-
customWarningRules: ValidationRule[];
|
|
4062
|
-
hasError: boolean;
|
|
4063
|
-
hasSuccess: boolean;
|
|
4064
|
-
hasWarning: boolean;
|
|
3896
|
+
hideDetails: boolean | "auto";
|
|
4065
3897
|
isValidateOnBlur: boolean;
|
|
4066
3898
|
successMessages: string[] | null;
|
|
4067
|
-
useVuetifyValidation: boolean;
|
|
4068
3899
|
warningMessages: string[] | null;
|
|
4069
3900
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
4070
3901
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -4092,10 +3923,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4092
3923
|
title: string | false;
|
|
4093
3924
|
width: string | number;
|
|
4094
3925
|
role: string;
|
|
4095
|
-
color: import('
|
|
3926
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
4096
3927
|
theme: string;
|
|
4097
3928
|
disabled: boolean;
|
|
4098
3929
|
placeholder: string;
|
|
3930
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
4099
3931
|
density: "default" | "comfortable" | "compact";
|
|
4100
3932
|
rounded: string | number | boolean;
|
|
4101
3933
|
maxWidth: string | number;
|
|
@@ -4116,12 +3948,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4116
3948
|
disableErrorHandling: boolean;
|
|
4117
3949
|
errorMessages: string[] | null;
|
|
4118
3950
|
maxErrors: number;
|
|
3951
|
+
hasError: boolean;
|
|
3952
|
+
hasWarning: boolean;
|
|
3953
|
+
hasSuccess: boolean;
|
|
3954
|
+
useVuetifyValidation: boolean;
|
|
3955
|
+
customRules: ValidationRule[];
|
|
3956
|
+
customWarningRules: ValidationRule[];
|
|
3957
|
+
customSuccessRules: ValidationRule[];
|
|
4119
3958
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4120
3959
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
4121
3960
|
prependTooltip: string;
|
|
4122
3961
|
appendTooltip: string;
|
|
4123
3962
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
4124
|
-
variantStyle: import('
|
|
3963
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
4125
3964
|
isClearable: boolean;
|
|
4126
3965
|
centerAffix: boolean;
|
|
4127
3966
|
counter: string | number | boolean;
|
|
@@ -4130,7 +3969,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4130
3969
|
isDirty: boolean;
|
|
4131
3970
|
isFlat: boolean;
|
|
4132
3971
|
isFocused: boolean;
|
|
4133
|
-
areDetailsHidden: boolean | "auto";
|
|
4134
3972
|
areSpinButtonsHidden: boolean;
|
|
4135
3973
|
hint: string;
|
|
4136
3974
|
messages: string | string[];
|
|
@@ -4148,75 +3986,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4148
3986
|
autocomplete: string;
|
|
4149
3987
|
helpText: string;
|
|
4150
3988
|
maxlength: string | number;
|
|
4151
|
-
|
|
4152
|
-
customSuccessRules: ValidationRule[];
|
|
4153
|
-
customWarningRules: ValidationRule[];
|
|
4154
|
-
hasError: boolean;
|
|
4155
|
-
hasSuccess: boolean;
|
|
4156
|
-
hasWarning: boolean;
|
|
3989
|
+
hideDetails: boolean | "auto";
|
|
4157
3990
|
isValidateOnBlur: boolean;
|
|
4158
3991
|
successMessages: string[] | null;
|
|
4159
|
-
useVuetifyValidation: boolean;
|
|
4160
3992
|
warningMessages: string[] | null;
|
|
4161
|
-
}> & Omit<Readonly<{
|
|
4162
|
-
modelValue?: string | number | null | undefined;
|
|
4163
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
4164
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
4165
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
4166
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
4167
|
-
prependTooltip?: string;
|
|
4168
|
-
appendTooltip?: string;
|
|
4169
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
4170
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
4171
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
4172
|
-
isClearable?: boolean;
|
|
4173
|
-
showDivider?: boolean;
|
|
4174
|
-
label?: string;
|
|
4175
|
-
readonly?: boolean;
|
|
4176
|
-
isActive?: boolean;
|
|
4177
|
-
baseColor?: string;
|
|
4178
|
-
bgColor?: string;
|
|
4179
|
-
centerAffix?: boolean;
|
|
4180
|
-
counter?: string | number | boolean;
|
|
4181
|
-
counterValue?: number | ((value: any) => number);
|
|
4182
|
-
density?: "default" | "comfortable" | "compact";
|
|
4183
|
-
direction?: "horizontal" | "vertical";
|
|
4184
|
-
isDirty?: boolean;
|
|
4185
|
-
disabled?: boolean;
|
|
4186
|
-
isFlat?: boolean;
|
|
4187
|
-
isFocused?: boolean;
|
|
4188
|
-
areDetailsHidden?: boolean | "auto";
|
|
4189
|
-
areSpinButtonsHidden?: boolean;
|
|
4190
|
-
hint?: string;
|
|
4191
|
-
id?: string;
|
|
4192
|
-
loading?: string | boolean;
|
|
4193
|
-
maxWidth?: string | number;
|
|
4194
|
-
messages?: string | string[];
|
|
4195
|
-
minWidth?: string | number;
|
|
4196
|
-
name?: string;
|
|
4197
|
-
displayPersistentClear?: boolean;
|
|
4198
|
-
displayPersistentCounter?: boolean;
|
|
4199
|
-
displayPersistentHint?: boolean;
|
|
4200
|
-
displayPersistentPlaceholder?: boolean;
|
|
4201
|
-
placeholder?: string;
|
|
4202
|
-
prefix?: string;
|
|
4203
|
-
isReversed?: boolean;
|
|
4204
|
-
role?: string;
|
|
4205
|
-
rounded?: string | number | boolean;
|
|
4206
|
-
isOnSingleLine?: boolean;
|
|
4207
|
-
suffix?: string;
|
|
4208
|
-
theme?: string;
|
|
4209
|
-
isTiled?: boolean;
|
|
4210
|
-
type?: string;
|
|
4211
|
-
width?: string | number;
|
|
4212
|
-
displayAsterisk?: boolean;
|
|
4213
|
-
noIcon?: boolean;
|
|
4214
|
-
disableClickButton?: boolean;
|
|
4215
|
-
autocomplete?: string;
|
|
4216
|
-
helpText?: string;
|
|
4217
|
-
maxlength?: string | number;
|
|
4218
|
-
title?: string | false;
|
|
4219
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
3993
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
4220
3994
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
4221
3995
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
4222
3996
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -4225,8 +3999,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4225
3999
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
4226
4000
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4227
4001
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
4228
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
4229
|
-
validateOnSubmit: (
|
|
4002
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
4003
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
4230
4004
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
4231
4005
|
$slots: {
|
|
4232
4006
|
prepend?(_: {}): any;
|
|
@@ -4294,10 +4068,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4294
4068
|
required: boolean;
|
|
4295
4069
|
showSuccessMessages: boolean;
|
|
4296
4070
|
disableErrorHandling: boolean;
|
|
4297
|
-
hint: string;
|
|
4298
|
-
noIcon: boolean;
|
|
4299
4071
|
customRules: ValidationRule[];
|
|
4300
4072
|
customWarningRules: ValidationRule[];
|
|
4073
|
+
hint: string;
|
|
4074
|
+
noIcon: boolean;
|
|
4301
4075
|
isValidateOnBlur: boolean;
|
|
4302
4076
|
persistentHint: boolean;
|
|
4303
4077
|
format: string;
|
|
@@ -4368,10 +4142,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4368
4142
|
required: boolean;
|
|
4369
4143
|
showSuccessMessages: boolean;
|
|
4370
4144
|
disableErrorHandling: boolean;
|
|
4371
|
-
hint: string;
|
|
4372
|
-
noIcon: boolean;
|
|
4373
4145
|
customRules: ValidationRule[];
|
|
4374
4146
|
customWarningRules: ValidationRule[];
|
|
4147
|
+
hint: string;
|
|
4148
|
+
noIcon: boolean;
|
|
4375
4149
|
isValidateOnBlur: boolean;
|
|
4376
4150
|
persistentHint: boolean;
|
|
4377
4151
|
format: string;
|
|
@@ -4390,15 +4164,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4390
4164
|
$data: {};
|
|
4391
4165
|
$props: {
|
|
4392
4166
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
4393
|
-
readonly prependIcon?: import('
|
|
4394
|
-
readonly appendIcon?: import('
|
|
4395
|
-
readonly prependInnerIcon?: import('
|
|
4396
|
-
readonly appendInnerIcon?: import('
|
|
4167
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
4168
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
4169
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
4170
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
4397
4171
|
readonly prependTooltip?: string | undefined;
|
|
4398
4172
|
readonly appendTooltip?: string | undefined;
|
|
4399
4173
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
4400
|
-
readonly variantStyle?: import('
|
|
4401
|
-
readonly color?: import('
|
|
4174
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
4175
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
4402
4176
|
readonly isClearable?: boolean | undefined;
|
|
4403
4177
|
readonly showDivider?: boolean | undefined;
|
|
4404
4178
|
readonly label?: string | undefined;
|
|
@@ -4415,7 +4189,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4415
4189
|
readonly disabled?: boolean | undefined;
|
|
4416
4190
|
readonly isFlat?: boolean | undefined;
|
|
4417
4191
|
readonly isFocused?: boolean | undefined;
|
|
4418
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
4419
4192
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
4420
4193
|
readonly hint?: string | undefined;
|
|
4421
4194
|
readonly id?: string | undefined;
|
|
@@ -4446,6 +4219,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4446
4219
|
readonly helpText?: string | undefined;
|
|
4447
4220
|
readonly maxlength?: string | number | undefined;
|
|
4448
4221
|
readonly title?: string | false | undefined;
|
|
4222
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
4223
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
4449
4224
|
readonly customRules?: ValidationRule[] | undefined;
|
|
4450
4225
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
4451
4226
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -4854,7 +4629,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
4854
4629
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
4855
4630
|
modelValue?: unknown;
|
|
4856
4631
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
4857
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
4632
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
4858
4633
|
$: import('vue').ComponentInternalInstance;
|
|
4859
4634
|
$data: {};
|
|
4860
4635
|
$props: Partial<{
|
|
@@ -5591,7 +5366,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5591
5366
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
5592
5367
|
modelValue?: unknown;
|
|
5593
5368
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
5594
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
5369
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
5595
5370
|
$: import('vue').ComponentInternalInstance;
|
|
5596
5371
|
$data: {};
|
|
5597
5372
|
$props: Partial<{
|
|
@@ -5906,65 +5681,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5906
5681
|
$host: Element | null;
|
|
5907
5682
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
5908
5683
|
$el: any;
|
|
5909
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
5910
|
-
modelValue?: string | number | null | undefined;
|
|
5911
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
5912
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
5913
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
5914
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
5915
|
-
prependTooltip?: string;
|
|
5916
|
-
appendTooltip?: string;
|
|
5917
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
5918
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
5919
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
5920
|
-
isClearable?: boolean;
|
|
5921
|
-
showDivider?: boolean;
|
|
5922
|
-
label?: string;
|
|
5923
|
-
readonly?: boolean;
|
|
5924
|
-
isActive?: boolean;
|
|
5925
|
-
baseColor?: string;
|
|
5926
|
-
bgColor?: string;
|
|
5927
|
-
centerAffix?: boolean;
|
|
5928
|
-
counter?: string | number | boolean;
|
|
5929
|
-
counterValue?: number | ((value: any) => number);
|
|
5930
|
-
density?: "default" | "comfortable" | "compact";
|
|
5931
|
-
direction?: "horizontal" | "vertical";
|
|
5932
|
-
isDirty?: boolean;
|
|
5933
|
-
disabled?: boolean;
|
|
5934
|
-
isFlat?: boolean;
|
|
5935
|
-
isFocused?: boolean;
|
|
5936
|
-
areDetailsHidden?: boolean | "auto";
|
|
5937
|
-
areSpinButtonsHidden?: boolean;
|
|
5938
|
-
hint?: string;
|
|
5939
|
-
id?: string;
|
|
5940
|
-
loading?: string | boolean;
|
|
5941
|
-
maxWidth?: string | number;
|
|
5942
|
-
messages?: string | string[];
|
|
5943
|
-
minWidth?: string | number;
|
|
5944
|
-
name?: string;
|
|
5945
|
-
displayPersistentClear?: boolean;
|
|
5946
|
-
displayPersistentCounter?: boolean;
|
|
5947
|
-
displayPersistentHint?: boolean;
|
|
5948
|
-
displayPersistentPlaceholder?: boolean;
|
|
5949
|
-
placeholder?: string;
|
|
5950
|
-
prefix?: string;
|
|
5951
|
-
isReversed?: boolean;
|
|
5952
|
-
role?: string;
|
|
5953
|
-
rounded?: string | number | boolean;
|
|
5954
|
-
isOnSingleLine?: boolean;
|
|
5955
|
-
suffix?: string;
|
|
5956
|
-
theme?: string;
|
|
5957
|
-
isTiled?: boolean;
|
|
5958
|
-
type?: string;
|
|
5959
|
-
width?: string | number;
|
|
5960
|
-
displayAsterisk?: boolean;
|
|
5961
|
-
noIcon?: boolean;
|
|
5962
|
-
disableClickButton?: boolean;
|
|
5963
|
-
autocomplete?: string;
|
|
5964
|
-
helpText?: string;
|
|
5965
|
-
maxlength?: string | number;
|
|
5966
|
-
title?: string | false;
|
|
5967
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
5684
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
5968
5685
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
5969
5686
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
5970
5687
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -5974,7 +5691,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5974
5691
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
5975
5692
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
5976
5693
|
}>, {
|
|
5977
|
-
validateOnSubmit: (
|
|
5694
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
5978
5695
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5979
5696
|
input: (...args: any[]) => void;
|
|
5980
5697
|
blur: (...args: any[]) => void;
|
|
@@ -5990,10 +5707,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
5990
5707
|
title: string | false;
|
|
5991
5708
|
width: string | number;
|
|
5992
5709
|
role: string;
|
|
5993
|
-
color: import('
|
|
5710
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
5994
5711
|
theme: string;
|
|
5995
5712
|
disabled: boolean;
|
|
5996
5713
|
placeholder: string;
|
|
5714
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
5997
5715
|
density: "default" | "comfortable" | "compact";
|
|
5998
5716
|
rounded: string | number | boolean;
|
|
5999
5717
|
maxWidth: string | number;
|
|
@@ -6014,12 +5732,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6014
5732
|
disableErrorHandling: boolean;
|
|
6015
5733
|
errorMessages: string[] | null;
|
|
6016
5734
|
maxErrors: number;
|
|
5735
|
+
hasError: boolean;
|
|
5736
|
+
hasWarning: boolean;
|
|
5737
|
+
hasSuccess: boolean;
|
|
5738
|
+
useVuetifyValidation: boolean;
|
|
5739
|
+
customRules: ValidationRule[];
|
|
5740
|
+
customWarningRules: ValidationRule[];
|
|
5741
|
+
customSuccessRules: ValidationRule[];
|
|
6017
5742
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6018
5743
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6019
5744
|
prependTooltip: string;
|
|
6020
5745
|
appendTooltip: string;
|
|
6021
5746
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
6022
|
-
variantStyle: import('
|
|
5747
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
6023
5748
|
isClearable: boolean;
|
|
6024
5749
|
centerAffix: boolean;
|
|
6025
5750
|
counter: string | number | boolean;
|
|
@@ -6028,7 +5753,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6028
5753
|
isDirty: boolean;
|
|
6029
5754
|
isFlat: boolean;
|
|
6030
5755
|
isFocused: boolean;
|
|
6031
|
-
areDetailsHidden: boolean | "auto";
|
|
6032
5756
|
areSpinButtonsHidden: boolean;
|
|
6033
5757
|
hint: string;
|
|
6034
5758
|
messages: string | string[];
|
|
@@ -6046,15 +5770,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6046
5770
|
autocomplete: string;
|
|
6047
5771
|
helpText: string;
|
|
6048
5772
|
maxlength: string | number;
|
|
6049
|
-
|
|
6050
|
-
customSuccessRules: ValidationRule[];
|
|
6051
|
-
customWarningRules: ValidationRule[];
|
|
6052
|
-
hasError: boolean;
|
|
6053
|
-
hasSuccess: boolean;
|
|
6054
|
-
hasWarning: boolean;
|
|
5773
|
+
hideDetails: boolean | "auto";
|
|
6055
5774
|
isValidateOnBlur: boolean;
|
|
6056
5775
|
successMessages: string[] | null;
|
|
6057
|
-
useVuetifyValidation: boolean;
|
|
6058
5776
|
warningMessages: string[] | null;
|
|
6059
5777
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
6060
5778
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -6082,10 +5800,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6082
5800
|
title: string | false;
|
|
6083
5801
|
width: string | number;
|
|
6084
5802
|
role: string;
|
|
6085
|
-
color: import('
|
|
5803
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
6086
5804
|
theme: string;
|
|
6087
5805
|
disabled: boolean;
|
|
6088
5806
|
placeholder: string;
|
|
5807
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
6089
5808
|
density: "default" | "comfortable" | "compact";
|
|
6090
5809
|
rounded: string | number | boolean;
|
|
6091
5810
|
maxWidth: string | number;
|
|
@@ -6106,12 +5825,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6106
5825
|
disableErrorHandling: boolean;
|
|
6107
5826
|
errorMessages: string[] | null;
|
|
6108
5827
|
maxErrors: number;
|
|
5828
|
+
hasError: boolean;
|
|
5829
|
+
hasWarning: boolean;
|
|
5830
|
+
hasSuccess: boolean;
|
|
5831
|
+
useVuetifyValidation: boolean;
|
|
5832
|
+
customRules: ValidationRule[];
|
|
5833
|
+
customWarningRules: ValidationRule[];
|
|
5834
|
+
customSuccessRules: ValidationRule[];
|
|
6109
5835
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6110
5836
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
6111
5837
|
prependTooltip: string;
|
|
6112
5838
|
appendTooltip: string;
|
|
6113
5839
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
6114
|
-
variantStyle: import('
|
|
5840
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
6115
5841
|
isClearable: boolean;
|
|
6116
5842
|
centerAffix: boolean;
|
|
6117
5843
|
counter: string | number | boolean;
|
|
@@ -6120,7 +5846,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6120
5846
|
isDirty: boolean;
|
|
6121
5847
|
isFlat: boolean;
|
|
6122
5848
|
isFocused: boolean;
|
|
6123
|
-
areDetailsHidden: boolean | "auto";
|
|
6124
5849
|
areSpinButtonsHidden: boolean;
|
|
6125
5850
|
hint: string;
|
|
6126
5851
|
messages: string | string[];
|
|
@@ -6138,75 +5863,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6138
5863
|
autocomplete: string;
|
|
6139
5864
|
helpText: string;
|
|
6140
5865
|
maxlength: string | number;
|
|
6141
|
-
|
|
6142
|
-
customSuccessRules: ValidationRule[];
|
|
6143
|
-
customWarningRules: ValidationRule[];
|
|
6144
|
-
hasError: boolean;
|
|
6145
|
-
hasSuccess: boolean;
|
|
6146
|
-
hasWarning: boolean;
|
|
5866
|
+
hideDetails: boolean | "auto";
|
|
6147
5867
|
isValidateOnBlur: boolean;
|
|
6148
5868
|
successMessages: string[] | null;
|
|
6149
|
-
useVuetifyValidation: boolean;
|
|
6150
5869
|
warningMessages: string[] | null;
|
|
6151
|
-
}> & Omit<Readonly<{
|
|
6152
|
-
modelValue?: string | number | null | undefined;
|
|
6153
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
6154
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
6155
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
6156
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
6157
|
-
prependTooltip?: string;
|
|
6158
|
-
appendTooltip?: string;
|
|
6159
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
6160
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
6161
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
6162
|
-
isClearable?: boolean;
|
|
6163
|
-
showDivider?: boolean;
|
|
6164
|
-
label?: string;
|
|
6165
|
-
readonly?: boolean;
|
|
6166
|
-
isActive?: boolean;
|
|
6167
|
-
baseColor?: string;
|
|
6168
|
-
bgColor?: string;
|
|
6169
|
-
centerAffix?: boolean;
|
|
6170
|
-
counter?: string | number | boolean;
|
|
6171
|
-
counterValue?: number | ((value: any) => number);
|
|
6172
|
-
density?: "default" | "comfortable" | "compact";
|
|
6173
|
-
direction?: "horizontal" | "vertical";
|
|
6174
|
-
isDirty?: boolean;
|
|
6175
|
-
disabled?: boolean;
|
|
6176
|
-
isFlat?: boolean;
|
|
6177
|
-
isFocused?: boolean;
|
|
6178
|
-
areDetailsHidden?: boolean | "auto";
|
|
6179
|
-
areSpinButtonsHidden?: boolean;
|
|
6180
|
-
hint?: string;
|
|
6181
|
-
id?: string;
|
|
6182
|
-
loading?: string | boolean;
|
|
6183
|
-
maxWidth?: string | number;
|
|
6184
|
-
messages?: string | string[];
|
|
6185
|
-
minWidth?: string | number;
|
|
6186
|
-
name?: string;
|
|
6187
|
-
displayPersistentClear?: boolean;
|
|
6188
|
-
displayPersistentCounter?: boolean;
|
|
6189
|
-
displayPersistentHint?: boolean;
|
|
6190
|
-
displayPersistentPlaceholder?: boolean;
|
|
6191
|
-
placeholder?: string;
|
|
6192
|
-
prefix?: string;
|
|
6193
|
-
isReversed?: boolean;
|
|
6194
|
-
role?: string;
|
|
6195
|
-
rounded?: string | number | boolean;
|
|
6196
|
-
isOnSingleLine?: boolean;
|
|
6197
|
-
suffix?: string;
|
|
6198
|
-
theme?: string;
|
|
6199
|
-
isTiled?: boolean;
|
|
6200
|
-
type?: string;
|
|
6201
|
-
width?: string | number;
|
|
6202
|
-
displayAsterisk?: boolean;
|
|
6203
|
-
noIcon?: boolean;
|
|
6204
|
-
disableClickButton?: boolean;
|
|
6205
|
-
autocomplete?: string;
|
|
6206
|
-
helpText?: string;
|
|
6207
|
-
maxlength?: string | number;
|
|
6208
|
-
title?: string | false;
|
|
6209
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
5870
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
6210
5871
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
6211
5872
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
6212
5873
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -6215,8 +5876,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6215
5876
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
6216
5877
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6217
5878
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
6218
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
6219
|
-
validateOnSubmit: (
|
|
5879
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
5880
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
6220
5881
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
6221
5882
|
$slots: {
|
|
6222
5883
|
prepend?(_: {}): any;
|
|
@@ -6284,10 +5945,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6284
5945
|
required: boolean;
|
|
6285
5946
|
showSuccessMessages: boolean;
|
|
6286
5947
|
disableErrorHandling: boolean;
|
|
6287
|
-
hint: string;
|
|
6288
|
-
noIcon: boolean;
|
|
6289
5948
|
customRules: ValidationRule[];
|
|
6290
5949
|
customWarningRules: ValidationRule[];
|
|
5950
|
+
hint: string;
|
|
5951
|
+
noIcon: boolean;
|
|
6291
5952
|
isValidateOnBlur: boolean;
|
|
6292
5953
|
persistentHint: boolean;
|
|
6293
5954
|
format: string;
|
|
@@ -6846,9 +6507,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6846
6507
|
required: boolean;
|
|
6847
6508
|
showSuccessMessages: boolean;
|
|
6848
6509
|
disableErrorHandling: boolean;
|
|
6849
|
-
hint: string;
|
|
6850
|
-
displayAsterisk: boolean;
|
|
6851
|
-
noIcon: boolean;
|
|
6852
6510
|
customRules: {
|
|
6853
6511
|
type: string;
|
|
6854
6512
|
options: any;
|
|
@@ -6857,6 +6515,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6857
6515
|
type: string;
|
|
6858
6516
|
options: any;
|
|
6859
6517
|
}[];
|
|
6518
|
+
hint: string;
|
|
6519
|
+
displayAsterisk: boolean;
|
|
6520
|
+
noIcon: boolean;
|
|
6860
6521
|
isValidateOnBlur: boolean;
|
|
6861
6522
|
persistentHint: boolean;
|
|
6862
6523
|
format: string;
|
|
@@ -6885,15 +6546,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6885
6546
|
$data: {};
|
|
6886
6547
|
$props: {
|
|
6887
6548
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
6888
|
-
readonly prependIcon?: import('
|
|
6889
|
-
readonly appendIcon?: import('
|
|
6890
|
-
readonly prependInnerIcon?: import('
|
|
6891
|
-
readonly appendInnerIcon?: import('
|
|
6549
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
6550
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
6551
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
6552
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
6892
6553
|
readonly prependTooltip?: string | undefined;
|
|
6893
6554
|
readonly appendTooltip?: string | undefined;
|
|
6894
6555
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
6895
|
-
readonly variantStyle?: import('
|
|
6896
|
-
readonly color?: import('
|
|
6556
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
6557
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
6897
6558
|
readonly isClearable?: boolean | undefined;
|
|
6898
6559
|
readonly showDivider?: boolean | undefined;
|
|
6899
6560
|
readonly label?: string | undefined;
|
|
@@ -6910,7 +6571,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6910
6571
|
readonly disabled?: boolean | undefined;
|
|
6911
6572
|
readonly isFlat?: boolean | undefined;
|
|
6912
6573
|
readonly isFocused?: boolean | undefined;
|
|
6913
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
6914
6574
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
6915
6575
|
readonly hint?: string | undefined;
|
|
6916
6576
|
readonly id?: string | undefined;
|
|
@@ -6941,6 +6601,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
6941
6601
|
readonly helpText?: string | undefined;
|
|
6942
6602
|
readonly maxlength?: string | number | undefined;
|
|
6943
6603
|
readonly title?: string | false | undefined;
|
|
6604
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
6605
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
6944
6606
|
readonly customRules?: ValidationRule[] | undefined;
|
|
6945
6607
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
6946
6608
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -7349,7 +7011,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
7349
7011
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
7350
7012
|
modelValue?: unknown;
|
|
7351
7013
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
7352
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
7014
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
7353
7015
|
$: import('vue').ComponentInternalInstance;
|
|
7354
7016
|
$data: {};
|
|
7355
7017
|
$props: Partial<{
|
|
@@ -8086,7 +7748,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8086
7748
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
8087
7749
|
modelValue?: unknown;
|
|
8088
7750
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
8089
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
7751
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
8090
7752
|
$: import('vue').ComponentInternalInstance;
|
|
8091
7753
|
$data: {};
|
|
8092
7754
|
$props: Partial<{
|
|
@@ -8401,65 +8063,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8401
8063
|
$host: Element | null;
|
|
8402
8064
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
8403
8065
|
$el: any;
|
|
8404
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
8405
|
-
modelValue?: string | number | null | undefined;
|
|
8406
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8407
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8408
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8409
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8410
|
-
prependTooltip?: string;
|
|
8411
|
-
appendTooltip?: string;
|
|
8412
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
8413
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
8414
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
8415
|
-
isClearable?: boolean;
|
|
8416
|
-
showDivider?: boolean;
|
|
8417
|
-
label?: string;
|
|
8418
|
-
readonly?: boolean;
|
|
8419
|
-
isActive?: boolean;
|
|
8420
|
-
baseColor?: string;
|
|
8421
|
-
bgColor?: string;
|
|
8422
|
-
centerAffix?: boolean;
|
|
8423
|
-
counter?: string | number | boolean;
|
|
8424
|
-
counterValue?: number | ((value: any) => number);
|
|
8425
|
-
density?: "default" | "comfortable" | "compact";
|
|
8426
|
-
direction?: "horizontal" | "vertical";
|
|
8427
|
-
isDirty?: boolean;
|
|
8428
|
-
disabled?: boolean;
|
|
8429
|
-
isFlat?: boolean;
|
|
8430
|
-
isFocused?: boolean;
|
|
8431
|
-
areDetailsHidden?: boolean | "auto";
|
|
8432
|
-
areSpinButtonsHidden?: boolean;
|
|
8433
|
-
hint?: string;
|
|
8434
|
-
id?: string;
|
|
8435
|
-
loading?: string | boolean;
|
|
8436
|
-
maxWidth?: string | number;
|
|
8437
|
-
messages?: string | string[];
|
|
8438
|
-
minWidth?: string | number;
|
|
8439
|
-
name?: string;
|
|
8440
|
-
displayPersistentClear?: boolean;
|
|
8441
|
-
displayPersistentCounter?: boolean;
|
|
8442
|
-
displayPersistentHint?: boolean;
|
|
8443
|
-
displayPersistentPlaceholder?: boolean;
|
|
8444
|
-
placeholder?: string;
|
|
8445
|
-
prefix?: string;
|
|
8446
|
-
isReversed?: boolean;
|
|
8447
|
-
role?: string;
|
|
8448
|
-
rounded?: string | number | boolean;
|
|
8449
|
-
isOnSingleLine?: boolean;
|
|
8450
|
-
suffix?: string;
|
|
8451
|
-
theme?: string;
|
|
8452
|
-
isTiled?: boolean;
|
|
8453
|
-
type?: string;
|
|
8454
|
-
width?: string | number;
|
|
8455
|
-
displayAsterisk?: boolean;
|
|
8456
|
-
noIcon?: boolean;
|
|
8457
|
-
disableClickButton?: boolean;
|
|
8458
|
-
autocomplete?: string;
|
|
8459
|
-
helpText?: string;
|
|
8460
|
-
maxlength?: string | number;
|
|
8461
|
-
title?: string | false;
|
|
8462
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
8066
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
8463
8067
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
8464
8068
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
8465
8069
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -8469,7 +8073,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8469
8073
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8470
8074
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8471
8075
|
}>, {
|
|
8472
|
-
validateOnSubmit: (
|
|
8076
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
8473
8077
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8474
8078
|
input: (...args: any[]) => void;
|
|
8475
8079
|
blur: (...args: any[]) => void;
|
|
@@ -8485,10 +8089,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8485
8089
|
title: string | false;
|
|
8486
8090
|
width: string | number;
|
|
8487
8091
|
role: string;
|
|
8488
|
-
color: import('
|
|
8092
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
8489
8093
|
theme: string;
|
|
8490
8094
|
disabled: boolean;
|
|
8491
8095
|
placeholder: string;
|
|
8096
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
8492
8097
|
density: "default" | "comfortable" | "compact";
|
|
8493
8098
|
rounded: string | number | boolean;
|
|
8494
8099
|
maxWidth: string | number;
|
|
@@ -8509,12 +8114,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8509
8114
|
disableErrorHandling: boolean;
|
|
8510
8115
|
errorMessages: string[] | null;
|
|
8511
8116
|
maxErrors: number;
|
|
8117
|
+
hasError: boolean;
|
|
8118
|
+
hasWarning: boolean;
|
|
8119
|
+
hasSuccess: boolean;
|
|
8120
|
+
useVuetifyValidation: boolean;
|
|
8121
|
+
customRules: ValidationRule[];
|
|
8122
|
+
customWarningRules: ValidationRule[];
|
|
8123
|
+
customSuccessRules: ValidationRule[];
|
|
8512
8124
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8513
8125
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8514
8126
|
prependTooltip: string;
|
|
8515
8127
|
appendTooltip: string;
|
|
8516
8128
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
8517
|
-
variantStyle: import('
|
|
8129
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
8518
8130
|
isClearable: boolean;
|
|
8519
8131
|
centerAffix: boolean;
|
|
8520
8132
|
counter: string | number | boolean;
|
|
@@ -8523,7 +8135,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8523
8135
|
isDirty: boolean;
|
|
8524
8136
|
isFlat: boolean;
|
|
8525
8137
|
isFocused: boolean;
|
|
8526
|
-
areDetailsHidden: boolean | "auto";
|
|
8527
8138
|
areSpinButtonsHidden: boolean;
|
|
8528
8139
|
hint: string;
|
|
8529
8140
|
messages: string | string[];
|
|
@@ -8541,15 +8152,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8541
8152
|
autocomplete: string;
|
|
8542
8153
|
helpText: string;
|
|
8543
8154
|
maxlength: string | number;
|
|
8544
|
-
|
|
8545
|
-
customSuccessRules: ValidationRule[];
|
|
8546
|
-
customWarningRules: ValidationRule[];
|
|
8547
|
-
hasError: boolean;
|
|
8548
|
-
hasSuccess: boolean;
|
|
8549
|
-
hasWarning: boolean;
|
|
8155
|
+
hideDetails: boolean | "auto";
|
|
8550
8156
|
isValidateOnBlur: boolean;
|
|
8551
8157
|
successMessages: string[] | null;
|
|
8552
|
-
useVuetifyValidation: boolean;
|
|
8553
8158
|
warningMessages: string[] | null;
|
|
8554
8159
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
8555
8160
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -8577,10 +8182,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8577
8182
|
title: string | false;
|
|
8578
8183
|
width: string | number;
|
|
8579
8184
|
role: string;
|
|
8580
|
-
color: import('
|
|
8185
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
8581
8186
|
theme: string;
|
|
8582
8187
|
disabled: boolean;
|
|
8583
8188
|
placeholder: string;
|
|
8189
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
8584
8190
|
density: "default" | "comfortable" | "compact";
|
|
8585
8191
|
rounded: string | number | boolean;
|
|
8586
8192
|
maxWidth: string | number;
|
|
@@ -8601,12 +8207,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8601
8207
|
disableErrorHandling: boolean;
|
|
8602
8208
|
errorMessages: string[] | null;
|
|
8603
8209
|
maxErrors: number;
|
|
8210
|
+
hasError: boolean;
|
|
8211
|
+
hasWarning: boolean;
|
|
8212
|
+
hasSuccess: boolean;
|
|
8213
|
+
useVuetifyValidation: boolean;
|
|
8214
|
+
customRules: ValidationRule[];
|
|
8215
|
+
customWarningRules: ValidationRule[];
|
|
8216
|
+
customSuccessRules: ValidationRule[];
|
|
8604
8217
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8605
8218
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
8606
8219
|
prependTooltip: string;
|
|
8607
8220
|
appendTooltip: string;
|
|
8608
8221
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
8609
|
-
variantStyle: import('
|
|
8222
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
8610
8223
|
isClearable: boolean;
|
|
8611
8224
|
centerAffix: boolean;
|
|
8612
8225
|
counter: string | number | boolean;
|
|
@@ -8615,7 +8228,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8615
8228
|
isDirty: boolean;
|
|
8616
8229
|
isFlat: boolean;
|
|
8617
8230
|
isFocused: boolean;
|
|
8618
|
-
areDetailsHidden: boolean | "auto";
|
|
8619
8231
|
areSpinButtonsHidden: boolean;
|
|
8620
8232
|
hint: string;
|
|
8621
8233
|
messages: string | string[];
|
|
@@ -8633,75 +8245,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8633
8245
|
autocomplete: string;
|
|
8634
8246
|
helpText: string;
|
|
8635
8247
|
maxlength: string | number;
|
|
8636
|
-
|
|
8637
|
-
customSuccessRules: ValidationRule[];
|
|
8638
|
-
customWarningRules: ValidationRule[];
|
|
8639
|
-
hasError: boolean;
|
|
8640
|
-
hasSuccess: boolean;
|
|
8641
|
-
hasWarning: boolean;
|
|
8248
|
+
hideDetails: boolean | "auto";
|
|
8642
8249
|
isValidateOnBlur: boolean;
|
|
8643
8250
|
successMessages: string[] | null;
|
|
8644
|
-
useVuetifyValidation: boolean;
|
|
8645
8251
|
warningMessages: string[] | null;
|
|
8646
|
-
}> & Omit<Readonly<{
|
|
8647
|
-
modelValue?: string | number | null | undefined;
|
|
8648
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8649
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8650
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8651
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
8652
|
-
prependTooltip?: string;
|
|
8653
|
-
appendTooltip?: string;
|
|
8654
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
8655
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
8656
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
8657
|
-
isClearable?: boolean;
|
|
8658
|
-
showDivider?: boolean;
|
|
8659
|
-
label?: string;
|
|
8660
|
-
readonly?: boolean;
|
|
8661
|
-
isActive?: boolean;
|
|
8662
|
-
baseColor?: string;
|
|
8663
|
-
bgColor?: string;
|
|
8664
|
-
centerAffix?: boolean;
|
|
8665
|
-
counter?: string | number | boolean;
|
|
8666
|
-
counterValue?: number | ((value: any) => number);
|
|
8667
|
-
density?: "default" | "comfortable" | "compact";
|
|
8668
|
-
direction?: "horizontal" | "vertical";
|
|
8669
|
-
isDirty?: boolean;
|
|
8670
|
-
disabled?: boolean;
|
|
8671
|
-
isFlat?: boolean;
|
|
8672
|
-
isFocused?: boolean;
|
|
8673
|
-
areDetailsHidden?: boolean | "auto";
|
|
8674
|
-
areSpinButtonsHidden?: boolean;
|
|
8675
|
-
hint?: string;
|
|
8676
|
-
id?: string;
|
|
8677
|
-
loading?: string | boolean;
|
|
8678
|
-
maxWidth?: string | number;
|
|
8679
|
-
messages?: string | string[];
|
|
8680
|
-
minWidth?: string | number;
|
|
8681
|
-
name?: string;
|
|
8682
|
-
displayPersistentClear?: boolean;
|
|
8683
|
-
displayPersistentCounter?: boolean;
|
|
8684
|
-
displayPersistentHint?: boolean;
|
|
8685
|
-
displayPersistentPlaceholder?: boolean;
|
|
8686
|
-
placeholder?: string;
|
|
8687
|
-
prefix?: string;
|
|
8688
|
-
isReversed?: boolean;
|
|
8689
|
-
role?: string;
|
|
8690
|
-
rounded?: string | number | boolean;
|
|
8691
|
-
isOnSingleLine?: boolean;
|
|
8692
|
-
suffix?: string;
|
|
8693
|
-
theme?: string;
|
|
8694
|
-
isTiled?: boolean;
|
|
8695
|
-
type?: string;
|
|
8696
|
-
width?: string | number;
|
|
8697
|
-
displayAsterisk?: boolean;
|
|
8698
|
-
noIcon?: boolean;
|
|
8699
|
-
disableClickButton?: boolean;
|
|
8700
|
-
autocomplete?: string;
|
|
8701
|
-
helpText?: string;
|
|
8702
|
-
maxlength?: string | number;
|
|
8703
|
-
title?: string | false;
|
|
8704
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
8252
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
8705
8253
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
8706
8254
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
8707
8255
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -8710,8 +8258,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
8710
8258
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
8711
8259
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8712
8260
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
8713
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
8714
|
-
validateOnSubmit: (
|
|
8261
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
8262
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
8715
8263
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
8716
8264
|
$slots: {
|
|
8717
8265
|
prepend?(_: {}): any;
|
|
@@ -9250,9 +8798,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9250
8798
|
required: boolean;
|
|
9251
8799
|
showSuccessMessages: boolean;
|
|
9252
8800
|
disableErrorHandling: boolean;
|
|
9253
|
-
hint: string;
|
|
9254
|
-
displayAsterisk: boolean;
|
|
9255
|
-
noIcon: boolean;
|
|
9256
8801
|
customRules: {
|
|
9257
8802
|
type: string;
|
|
9258
8803
|
options: any;
|
|
@@ -9261,9 +8806,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9261
8806
|
type: string;
|
|
9262
8807
|
options: any;
|
|
9263
8808
|
}[];
|
|
8809
|
+
hint: string;
|
|
8810
|
+
displayAsterisk: boolean;
|
|
8811
|
+
noIcon: boolean;
|
|
8812
|
+
hideDetails: boolean | "auto";
|
|
9264
8813
|
isValidateOnBlur: boolean;
|
|
9265
8814
|
persistentHint: boolean;
|
|
9266
|
-
hideDetails: boolean | "auto";
|
|
9267
8815
|
format: string;
|
|
9268
8816
|
autoClamp: boolean;
|
|
9269
8817
|
noCalendar: boolean;
|
|
@@ -9373,9 +8921,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9373
8921
|
required: boolean;
|
|
9374
8922
|
showSuccessMessages: boolean;
|
|
9375
8923
|
disableErrorHandling: boolean;
|
|
9376
|
-
hint: string;
|
|
9377
|
-
displayAsterisk: boolean;
|
|
9378
|
-
noIcon: boolean;
|
|
9379
8924
|
customRules: {
|
|
9380
8925
|
type: string;
|
|
9381
8926
|
options: any;
|
|
@@ -9384,9 +8929,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9384
8929
|
type: string;
|
|
9385
8930
|
options: any;
|
|
9386
8931
|
}[];
|
|
8932
|
+
hint: string;
|
|
8933
|
+
displayAsterisk: boolean;
|
|
8934
|
+
noIcon: boolean;
|
|
8935
|
+
hideDetails: boolean | "auto";
|
|
9387
8936
|
isValidateOnBlur: boolean;
|
|
9388
8937
|
persistentHint: boolean;
|
|
9389
|
-
hideDetails: boolean | "auto";
|
|
9390
8938
|
format: string;
|
|
9391
8939
|
autoClamp: boolean;
|
|
9392
8940
|
noCalendar: boolean;
|
|
@@ -9465,10 +9013,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9465
9013
|
required: boolean;
|
|
9466
9014
|
showSuccessMessages: boolean;
|
|
9467
9015
|
disableErrorHandling: boolean;
|
|
9468
|
-
hint: string;
|
|
9469
|
-
noIcon: boolean;
|
|
9470
9016
|
customRules: ValidationRule[];
|
|
9471
9017
|
customWarningRules: ValidationRule[];
|
|
9018
|
+
hint: string;
|
|
9019
|
+
noIcon: boolean;
|
|
9472
9020
|
isValidateOnBlur: boolean;
|
|
9473
9021
|
persistentHint: boolean;
|
|
9474
9022
|
format: string;
|
|
@@ -9487,15 +9035,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9487
9035
|
$data: {};
|
|
9488
9036
|
$props: {
|
|
9489
9037
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
9490
|
-
readonly prependIcon?: import('
|
|
9491
|
-
readonly appendIcon?: import('
|
|
9492
|
-
readonly prependInnerIcon?: import('
|
|
9493
|
-
readonly appendInnerIcon?: import('
|
|
9038
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
9039
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
9040
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
9041
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
9494
9042
|
readonly prependTooltip?: string | undefined;
|
|
9495
9043
|
readonly appendTooltip?: string | undefined;
|
|
9496
9044
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
9497
|
-
readonly variantStyle?: import('
|
|
9498
|
-
readonly color?: import('
|
|
9045
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
9046
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
9499
9047
|
readonly isClearable?: boolean | undefined;
|
|
9500
9048
|
readonly showDivider?: boolean | undefined;
|
|
9501
9049
|
readonly label?: string | undefined;
|
|
@@ -9512,7 +9060,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9512
9060
|
readonly disabled?: boolean | undefined;
|
|
9513
9061
|
readonly isFlat?: boolean | undefined;
|
|
9514
9062
|
readonly isFocused?: boolean | undefined;
|
|
9515
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
9516
9063
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
9517
9064
|
readonly hint?: string | undefined;
|
|
9518
9065
|
readonly id?: string | undefined;
|
|
@@ -9543,6 +9090,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9543
9090
|
readonly helpText?: string | undefined;
|
|
9544
9091
|
readonly maxlength?: string | number | undefined;
|
|
9545
9092
|
readonly title?: string | false | undefined;
|
|
9093
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
9094
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
9546
9095
|
readonly customRules?: ValidationRule[] | undefined;
|
|
9547
9096
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
9548
9097
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -9951,7 +9500,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
9951
9500
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
9952
9501
|
modelValue?: unknown;
|
|
9953
9502
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
9954
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
9503
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
9955
9504
|
$: import('vue').ComponentInternalInstance;
|
|
9956
9505
|
$data: {};
|
|
9957
9506
|
$props: Partial<{
|
|
@@ -10688,7 +10237,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
10688
10237
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
10689
10238
|
modelValue?: unknown;
|
|
10690
10239
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
10691
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
10240
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
10692
10241
|
$: import('vue').ComponentInternalInstance;
|
|
10693
10242
|
$data: {};
|
|
10694
10243
|
$props: Partial<{
|
|
@@ -11003,65 +10552,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11003
10552
|
$host: Element | null;
|
|
11004
10553
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
11005
10554
|
$el: any;
|
|
11006
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
11007
|
-
modelValue?: string | number | null | undefined;
|
|
11008
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11009
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11010
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11011
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11012
|
-
prependTooltip?: string;
|
|
11013
|
-
appendTooltip?: string;
|
|
11014
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
11015
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
11016
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
11017
|
-
isClearable?: boolean;
|
|
11018
|
-
showDivider?: boolean;
|
|
11019
|
-
label?: string;
|
|
11020
|
-
readonly?: boolean;
|
|
11021
|
-
isActive?: boolean;
|
|
11022
|
-
baseColor?: string;
|
|
11023
|
-
bgColor?: string;
|
|
11024
|
-
centerAffix?: boolean;
|
|
11025
|
-
counter?: string | number | boolean;
|
|
11026
|
-
counterValue?: number | ((value: any) => number);
|
|
11027
|
-
density?: "default" | "comfortable" | "compact";
|
|
11028
|
-
direction?: "horizontal" | "vertical";
|
|
11029
|
-
isDirty?: boolean;
|
|
11030
|
-
disabled?: boolean;
|
|
11031
|
-
isFlat?: boolean;
|
|
11032
|
-
isFocused?: boolean;
|
|
11033
|
-
areDetailsHidden?: boolean | "auto";
|
|
11034
|
-
areSpinButtonsHidden?: boolean;
|
|
11035
|
-
hint?: string;
|
|
11036
|
-
id?: string;
|
|
11037
|
-
loading?: string | boolean;
|
|
11038
|
-
maxWidth?: string | number;
|
|
11039
|
-
messages?: string | string[];
|
|
11040
|
-
minWidth?: string | number;
|
|
11041
|
-
name?: string;
|
|
11042
|
-
displayPersistentClear?: boolean;
|
|
11043
|
-
displayPersistentCounter?: boolean;
|
|
11044
|
-
displayPersistentHint?: boolean;
|
|
11045
|
-
displayPersistentPlaceholder?: boolean;
|
|
11046
|
-
placeholder?: string;
|
|
11047
|
-
prefix?: string;
|
|
11048
|
-
isReversed?: boolean;
|
|
11049
|
-
role?: string;
|
|
11050
|
-
rounded?: string | number | boolean;
|
|
11051
|
-
isOnSingleLine?: boolean;
|
|
11052
|
-
suffix?: string;
|
|
11053
|
-
theme?: string;
|
|
11054
|
-
isTiled?: boolean;
|
|
11055
|
-
type?: string;
|
|
11056
|
-
width?: string | number;
|
|
11057
|
-
displayAsterisk?: boolean;
|
|
11058
|
-
noIcon?: boolean;
|
|
11059
|
-
disableClickButton?: boolean;
|
|
11060
|
-
autocomplete?: string;
|
|
11061
|
-
helpText?: string;
|
|
11062
|
-
maxlength?: string | number;
|
|
11063
|
-
title?: string | false;
|
|
11064
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
10555
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
11065
10556
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
11066
10557
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
11067
10558
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -11071,7 +10562,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11071
10562
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11072
10563
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11073
10564
|
}>, {
|
|
11074
|
-
validateOnSubmit: (
|
|
10565
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
11075
10566
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11076
10567
|
input: (...args: any[]) => void;
|
|
11077
10568
|
blur: (...args: any[]) => void;
|
|
@@ -11087,10 +10578,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11087
10578
|
title: string | false;
|
|
11088
10579
|
width: string | number;
|
|
11089
10580
|
role: string;
|
|
11090
|
-
color: import('
|
|
10581
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
11091
10582
|
theme: string;
|
|
11092
10583
|
disabled: boolean;
|
|
11093
10584
|
placeholder: string;
|
|
10585
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
11094
10586
|
density: "default" | "comfortable" | "compact";
|
|
11095
10587
|
rounded: string | number | boolean;
|
|
11096
10588
|
maxWidth: string | number;
|
|
@@ -11111,12 +10603,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11111
10603
|
disableErrorHandling: boolean;
|
|
11112
10604
|
errorMessages: string[] | null;
|
|
11113
10605
|
maxErrors: number;
|
|
10606
|
+
hasError: boolean;
|
|
10607
|
+
hasWarning: boolean;
|
|
10608
|
+
hasSuccess: boolean;
|
|
10609
|
+
useVuetifyValidation: boolean;
|
|
10610
|
+
customRules: ValidationRule[];
|
|
10611
|
+
customWarningRules: ValidationRule[];
|
|
10612
|
+
customSuccessRules: ValidationRule[];
|
|
11114
10613
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
11115
10614
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
11116
10615
|
prependTooltip: string;
|
|
11117
10616
|
appendTooltip: string;
|
|
11118
10617
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
11119
|
-
variantStyle: import('
|
|
10618
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
11120
10619
|
isClearable: boolean;
|
|
11121
10620
|
centerAffix: boolean;
|
|
11122
10621
|
counter: string | number | boolean;
|
|
@@ -11125,7 +10624,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11125
10624
|
isDirty: boolean;
|
|
11126
10625
|
isFlat: boolean;
|
|
11127
10626
|
isFocused: boolean;
|
|
11128
|
-
areDetailsHidden: boolean | "auto";
|
|
11129
10627
|
areSpinButtonsHidden: boolean;
|
|
11130
10628
|
hint: string;
|
|
11131
10629
|
messages: string | string[];
|
|
@@ -11143,15 +10641,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11143
10641
|
autocomplete: string;
|
|
11144
10642
|
helpText: string;
|
|
11145
10643
|
maxlength: string | number;
|
|
11146
|
-
|
|
11147
|
-
customSuccessRules: ValidationRule[];
|
|
11148
|
-
customWarningRules: ValidationRule[];
|
|
11149
|
-
hasError: boolean;
|
|
11150
|
-
hasSuccess: boolean;
|
|
11151
|
-
hasWarning: boolean;
|
|
10644
|
+
hideDetails: boolean | "auto";
|
|
11152
10645
|
isValidateOnBlur: boolean;
|
|
11153
10646
|
successMessages: string[] | null;
|
|
11154
|
-
useVuetifyValidation: boolean;
|
|
11155
10647
|
warningMessages: string[] | null;
|
|
11156
10648
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
11157
10649
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -11179,10 +10671,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11179
10671
|
title: string | false;
|
|
11180
10672
|
width: string | number;
|
|
11181
10673
|
role: string;
|
|
11182
|
-
color: import('
|
|
10674
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
11183
10675
|
theme: string;
|
|
11184
10676
|
disabled: boolean;
|
|
11185
10677
|
placeholder: string;
|
|
10678
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
11186
10679
|
density: "default" | "comfortable" | "compact";
|
|
11187
10680
|
rounded: string | number | boolean;
|
|
11188
10681
|
maxWidth: string | number;
|
|
@@ -11203,12 +10696,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11203
10696
|
disableErrorHandling: boolean;
|
|
11204
10697
|
errorMessages: string[] | null;
|
|
11205
10698
|
maxErrors: number;
|
|
10699
|
+
hasError: boolean;
|
|
10700
|
+
hasWarning: boolean;
|
|
10701
|
+
hasSuccess: boolean;
|
|
10702
|
+
useVuetifyValidation: boolean;
|
|
10703
|
+
customRules: ValidationRule[];
|
|
10704
|
+
customWarningRules: ValidationRule[];
|
|
10705
|
+
customSuccessRules: ValidationRule[];
|
|
11206
10706
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
11207
10707
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
11208
10708
|
prependTooltip: string;
|
|
11209
10709
|
appendTooltip: string;
|
|
11210
10710
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
11211
|
-
variantStyle: import('
|
|
10711
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
11212
10712
|
isClearable: boolean;
|
|
11213
10713
|
centerAffix: boolean;
|
|
11214
10714
|
counter: string | number | boolean;
|
|
@@ -11217,7 +10717,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11217
10717
|
isDirty: boolean;
|
|
11218
10718
|
isFlat: boolean;
|
|
11219
10719
|
isFocused: boolean;
|
|
11220
|
-
areDetailsHidden: boolean | "auto";
|
|
11221
10720
|
areSpinButtonsHidden: boolean;
|
|
11222
10721
|
hint: string;
|
|
11223
10722
|
messages: string | string[];
|
|
@@ -11235,75 +10734,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11235
10734
|
autocomplete: string;
|
|
11236
10735
|
helpText: string;
|
|
11237
10736
|
maxlength: string | number;
|
|
11238
|
-
|
|
11239
|
-
customSuccessRules: ValidationRule[];
|
|
11240
|
-
customWarningRules: ValidationRule[];
|
|
11241
|
-
hasError: boolean;
|
|
11242
|
-
hasSuccess: boolean;
|
|
11243
|
-
hasWarning: boolean;
|
|
10737
|
+
hideDetails: boolean | "auto";
|
|
11244
10738
|
isValidateOnBlur: boolean;
|
|
11245
10739
|
successMessages: string[] | null;
|
|
11246
|
-
useVuetifyValidation: boolean;
|
|
11247
10740
|
warningMessages: string[] | null;
|
|
11248
|
-
}> & Omit<Readonly<{
|
|
11249
|
-
modelValue?: string | number | null | undefined;
|
|
11250
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11251
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11252
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11253
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
11254
|
-
prependTooltip?: string;
|
|
11255
|
-
appendTooltip?: string;
|
|
11256
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
11257
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
11258
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
11259
|
-
isClearable?: boolean;
|
|
11260
|
-
showDivider?: boolean;
|
|
11261
|
-
label?: string;
|
|
11262
|
-
readonly?: boolean;
|
|
11263
|
-
isActive?: boolean;
|
|
11264
|
-
baseColor?: string;
|
|
11265
|
-
bgColor?: string;
|
|
11266
|
-
centerAffix?: boolean;
|
|
11267
|
-
counter?: string | number | boolean;
|
|
11268
|
-
counterValue?: number | ((value: any) => number);
|
|
11269
|
-
density?: "default" | "comfortable" | "compact";
|
|
11270
|
-
direction?: "horizontal" | "vertical";
|
|
11271
|
-
isDirty?: boolean;
|
|
11272
|
-
disabled?: boolean;
|
|
11273
|
-
isFlat?: boolean;
|
|
11274
|
-
isFocused?: boolean;
|
|
11275
|
-
areDetailsHidden?: boolean | "auto";
|
|
11276
|
-
areSpinButtonsHidden?: boolean;
|
|
11277
|
-
hint?: string;
|
|
11278
|
-
id?: string;
|
|
11279
|
-
loading?: string | boolean;
|
|
11280
|
-
maxWidth?: string | number;
|
|
11281
|
-
messages?: string | string[];
|
|
11282
|
-
minWidth?: string | number;
|
|
11283
|
-
name?: string;
|
|
11284
|
-
displayPersistentClear?: boolean;
|
|
11285
|
-
displayPersistentCounter?: boolean;
|
|
11286
|
-
displayPersistentHint?: boolean;
|
|
11287
|
-
displayPersistentPlaceholder?: boolean;
|
|
11288
|
-
placeholder?: string;
|
|
11289
|
-
prefix?: string;
|
|
11290
|
-
isReversed?: boolean;
|
|
11291
|
-
role?: string;
|
|
11292
|
-
rounded?: string | number | boolean;
|
|
11293
|
-
isOnSingleLine?: boolean;
|
|
11294
|
-
suffix?: string;
|
|
11295
|
-
theme?: string;
|
|
11296
|
-
isTiled?: boolean;
|
|
11297
|
-
type?: string;
|
|
11298
|
-
width?: string | number;
|
|
11299
|
-
displayAsterisk?: boolean;
|
|
11300
|
-
noIcon?: boolean;
|
|
11301
|
-
disableClickButton?: boolean;
|
|
11302
|
-
autocomplete?: string;
|
|
11303
|
-
helpText?: string;
|
|
11304
|
-
maxlength?: string | number;
|
|
11305
|
-
title?: string | false;
|
|
11306
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
10741
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
11307
10742
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
11308
10743
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
11309
10744
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -11312,8 +10747,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11312
10747
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
11313
10748
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11314
10749
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
11315
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
11316
|
-
validateOnSubmit: (
|
|
10750
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
10751
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
11317
10752
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
11318
10753
|
$slots: {
|
|
11319
10754
|
prepend?(_: {}): any;
|
|
@@ -11381,10 +10816,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11381
10816
|
required: boolean;
|
|
11382
10817
|
showSuccessMessages: boolean;
|
|
11383
10818
|
disableErrorHandling: boolean;
|
|
11384
|
-
hint: string;
|
|
11385
|
-
noIcon: boolean;
|
|
11386
10819
|
customRules: ValidationRule[];
|
|
11387
10820
|
customWarningRules: ValidationRule[];
|
|
10821
|
+
hint: string;
|
|
10822
|
+
noIcon: boolean;
|
|
11388
10823
|
isValidateOnBlur: boolean;
|
|
11389
10824
|
persistentHint: boolean;
|
|
11390
10825
|
format: string;
|
|
@@ -11502,9 +10937,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11502
10937
|
required: boolean;
|
|
11503
10938
|
showSuccessMessages: boolean;
|
|
11504
10939
|
disableErrorHandling: boolean;
|
|
11505
|
-
hint: string;
|
|
11506
|
-
displayAsterisk: boolean;
|
|
11507
|
-
noIcon: boolean;
|
|
11508
10940
|
customRules: {
|
|
11509
10941
|
type: string;
|
|
11510
10942
|
options: any;
|
|
@@ -11513,6 +10945,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11513
10945
|
type: string;
|
|
11514
10946
|
options: any;
|
|
11515
10947
|
}[];
|
|
10948
|
+
hint: string;
|
|
10949
|
+
displayAsterisk: boolean;
|
|
10950
|
+
noIcon: boolean;
|
|
11516
10951
|
isValidateOnBlur: boolean;
|
|
11517
10952
|
persistentHint: boolean;
|
|
11518
10953
|
format: string;
|
|
@@ -11593,10 +11028,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11593
11028
|
required: boolean;
|
|
11594
11029
|
showSuccessMessages: boolean;
|
|
11595
11030
|
disableErrorHandling: boolean;
|
|
11596
|
-
hint: string;
|
|
11597
|
-
noIcon: boolean;
|
|
11598
11031
|
customRules: ValidationRule[];
|
|
11599
11032
|
customWarningRules: ValidationRule[];
|
|
11033
|
+
hint: string;
|
|
11034
|
+
noIcon: boolean;
|
|
11600
11035
|
isValidateOnBlur: boolean;
|
|
11601
11036
|
persistentHint: boolean;
|
|
11602
11037
|
format: string;
|
|
@@ -11615,15 +11050,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11615
11050
|
$data: {};
|
|
11616
11051
|
$props: {
|
|
11617
11052
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
11618
|
-
readonly prependIcon?: import('
|
|
11619
|
-
readonly appendIcon?: import('
|
|
11620
|
-
readonly prependInnerIcon?: import('
|
|
11621
|
-
readonly appendInnerIcon?: import('
|
|
11053
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
11054
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
11055
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
11056
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
11622
11057
|
readonly prependTooltip?: string | undefined;
|
|
11623
11058
|
readonly appendTooltip?: string | undefined;
|
|
11624
11059
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
11625
|
-
readonly variantStyle?: import('
|
|
11626
|
-
readonly color?: import('
|
|
11060
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
11061
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
11627
11062
|
readonly isClearable?: boolean | undefined;
|
|
11628
11063
|
readonly showDivider?: boolean | undefined;
|
|
11629
11064
|
readonly label?: string | undefined;
|
|
@@ -11640,7 +11075,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11640
11075
|
readonly disabled?: boolean | undefined;
|
|
11641
11076
|
readonly isFlat?: boolean | undefined;
|
|
11642
11077
|
readonly isFocused?: boolean | undefined;
|
|
11643
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
11644
11078
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
11645
11079
|
readonly hint?: string | undefined;
|
|
11646
11080
|
readonly id?: string | undefined;
|
|
@@ -11671,6 +11105,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
11671
11105
|
readonly helpText?: string | undefined;
|
|
11672
11106
|
readonly maxlength?: string | number | undefined;
|
|
11673
11107
|
readonly title?: string | false | undefined;
|
|
11108
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
11109
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
11674
11110
|
readonly customRules?: ValidationRule[] | undefined;
|
|
11675
11111
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
11676
11112
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -12079,7 +11515,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12079
11515
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
12080
11516
|
modelValue?: unknown;
|
|
12081
11517
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
12082
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
11518
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
12083
11519
|
$: import('vue').ComponentInternalInstance;
|
|
12084
11520
|
$data: {};
|
|
12085
11521
|
$props: Partial<{
|
|
@@ -12816,7 +12252,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
12816
12252
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
12817
12253
|
modelValue?: unknown;
|
|
12818
12254
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
12819
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
12255
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
12820
12256
|
$: import('vue').ComponentInternalInstance;
|
|
12821
12257
|
$data: {};
|
|
12822
12258
|
$props: Partial<{
|
|
@@ -13131,65 +12567,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13131
12567
|
$host: Element | null;
|
|
13132
12568
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
13133
12569
|
$el: any;
|
|
13134
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
13135
|
-
modelValue?: string | number | null | undefined;
|
|
13136
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13137
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13138
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13139
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13140
|
-
prependTooltip?: string;
|
|
13141
|
-
appendTooltip?: string;
|
|
13142
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
13143
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
13144
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
13145
|
-
isClearable?: boolean;
|
|
13146
|
-
showDivider?: boolean;
|
|
13147
|
-
label?: string;
|
|
13148
|
-
readonly?: boolean;
|
|
13149
|
-
isActive?: boolean;
|
|
13150
|
-
baseColor?: string;
|
|
13151
|
-
bgColor?: string;
|
|
13152
|
-
centerAffix?: boolean;
|
|
13153
|
-
counter?: string | number | boolean;
|
|
13154
|
-
counterValue?: number | ((value: any) => number);
|
|
13155
|
-
density?: "default" | "comfortable" | "compact";
|
|
13156
|
-
direction?: "horizontal" | "vertical";
|
|
13157
|
-
isDirty?: boolean;
|
|
13158
|
-
disabled?: boolean;
|
|
13159
|
-
isFlat?: boolean;
|
|
13160
|
-
isFocused?: boolean;
|
|
13161
|
-
areDetailsHidden?: boolean | "auto";
|
|
13162
|
-
areSpinButtonsHidden?: boolean;
|
|
13163
|
-
hint?: string;
|
|
13164
|
-
id?: string;
|
|
13165
|
-
loading?: string | boolean;
|
|
13166
|
-
maxWidth?: string | number;
|
|
13167
|
-
messages?: string | string[];
|
|
13168
|
-
minWidth?: string | number;
|
|
13169
|
-
name?: string;
|
|
13170
|
-
displayPersistentClear?: boolean;
|
|
13171
|
-
displayPersistentCounter?: boolean;
|
|
13172
|
-
displayPersistentHint?: boolean;
|
|
13173
|
-
displayPersistentPlaceholder?: boolean;
|
|
13174
|
-
placeholder?: string;
|
|
13175
|
-
prefix?: string;
|
|
13176
|
-
isReversed?: boolean;
|
|
13177
|
-
role?: string;
|
|
13178
|
-
rounded?: string | number | boolean;
|
|
13179
|
-
isOnSingleLine?: boolean;
|
|
13180
|
-
suffix?: string;
|
|
13181
|
-
theme?: string;
|
|
13182
|
-
isTiled?: boolean;
|
|
13183
|
-
type?: string;
|
|
13184
|
-
width?: string | number;
|
|
13185
|
-
displayAsterisk?: boolean;
|
|
13186
|
-
noIcon?: boolean;
|
|
13187
|
-
disableClickButton?: boolean;
|
|
13188
|
-
autocomplete?: string;
|
|
13189
|
-
helpText?: string;
|
|
13190
|
-
maxlength?: string | number;
|
|
13191
|
-
title?: string | false;
|
|
13192
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
12570
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
13193
12571
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
13194
12572
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13195
12573
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -13199,7 +12577,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13199
12577
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13200
12578
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13201
12579
|
}>, {
|
|
13202
|
-
validateOnSubmit: (
|
|
12580
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
13203
12581
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13204
12582
|
input: (...args: any[]) => void;
|
|
13205
12583
|
blur: (...args: any[]) => void;
|
|
@@ -13215,10 +12593,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13215
12593
|
title: string | false;
|
|
13216
12594
|
width: string | number;
|
|
13217
12595
|
role: string;
|
|
13218
|
-
color: import('
|
|
12596
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
13219
12597
|
theme: string;
|
|
13220
12598
|
disabled: boolean;
|
|
13221
12599
|
placeholder: string;
|
|
12600
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
13222
12601
|
density: "default" | "comfortable" | "compact";
|
|
13223
12602
|
rounded: string | number | boolean;
|
|
13224
12603
|
maxWidth: string | number;
|
|
@@ -13239,12 +12618,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13239
12618
|
disableErrorHandling: boolean;
|
|
13240
12619
|
errorMessages: string[] | null;
|
|
13241
12620
|
maxErrors: number;
|
|
12621
|
+
hasError: boolean;
|
|
12622
|
+
hasWarning: boolean;
|
|
12623
|
+
hasSuccess: boolean;
|
|
12624
|
+
useVuetifyValidation: boolean;
|
|
12625
|
+
customRules: ValidationRule[];
|
|
12626
|
+
customWarningRules: ValidationRule[];
|
|
12627
|
+
customSuccessRules: ValidationRule[];
|
|
13242
12628
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
13243
12629
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
13244
12630
|
prependTooltip: string;
|
|
13245
12631
|
appendTooltip: string;
|
|
13246
12632
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
13247
|
-
variantStyle: import('
|
|
12633
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
13248
12634
|
isClearable: boolean;
|
|
13249
12635
|
centerAffix: boolean;
|
|
13250
12636
|
counter: string | number | boolean;
|
|
@@ -13253,7 +12639,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13253
12639
|
isDirty: boolean;
|
|
13254
12640
|
isFlat: boolean;
|
|
13255
12641
|
isFocused: boolean;
|
|
13256
|
-
areDetailsHidden: boolean | "auto";
|
|
13257
12642
|
areSpinButtonsHidden: boolean;
|
|
13258
12643
|
hint: string;
|
|
13259
12644
|
messages: string | string[];
|
|
@@ -13271,15 +12656,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13271
12656
|
autocomplete: string;
|
|
13272
12657
|
helpText: string;
|
|
13273
12658
|
maxlength: string | number;
|
|
13274
|
-
|
|
13275
|
-
customSuccessRules: ValidationRule[];
|
|
13276
|
-
customWarningRules: ValidationRule[];
|
|
13277
|
-
hasError: boolean;
|
|
13278
|
-
hasSuccess: boolean;
|
|
13279
|
-
hasWarning: boolean;
|
|
12659
|
+
hideDetails: boolean | "auto";
|
|
13280
12660
|
isValidateOnBlur: boolean;
|
|
13281
12661
|
successMessages: string[] | null;
|
|
13282
|
-
useVuetifyValidation: boolean;
|
|
13283
12662
|
warningMessages: string[] | null;
|
|
13284
12663
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
13285
12664
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -13307,10 +12686,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13307
12686
|
title: string | false;
|
|
13308
12687
|
width: string | number;
|
|
13309
12688
|
role: string;
|
|
13310
|
-
color: import('
|
|
12689
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
13311
12690
|
theme: string;
|
|
13312
12691
|
disabled: boolean;
|
|
13313
12692
|
placeholder: string;
|
|
12693
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
13314
12694
|
density: "default" | "comfortable" | "compact";
|
|
13315
12695
|
rounded: string | number | boolean;
|
|
13316
12696
|
maxWidth: string | number;
|
|
@@ -13331,12 +12711,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13331
12711
|
disableErrorHandling: boolean;
|
|
13332
12712
|
errorMessages: string[] | null;
|
|
13333
12713
|
maxErrors: number;
|
|
12714
|
+
hasError: boolean;
|
|
12715
|
+
hasWarning: boolean;
|
|
12716
|
+
hasSuccess: boolean;
|
|
12717
|
+
useVuetifyValidation: boolean;
|
|
12718
|
+
customRules: ValidationRule[];
|
|
12719
|
+
customWarningRules: ValidationRule[];
|
|
12720
|
+
customSuccessRules: ValidationRule[];
|
|
13334
12721
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
13335
12722
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
13336
12723
|
prependTooltip: string;
|
|
13337
12724
|
appendTooltip: string;
|
|
13338
12725
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
13339
|
-
variantStyle: import('
|
|
12726
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
13340
12727
|
isClearable: boolean;
|
|
13341
12728
|
centerAffix: boolean;
|
|
13342
12729
|
counter: string | number | boolean;
|
|
@@ -13345,7 +12732,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13345
12732
|
isDirty: boolean;
|
|
13346
12733
|
isFlat: boolean;
|
|
13347
12734
|
isFocused: boolean;
|
|
13348
|
-
areDetailsHidden: boolean | "auto";
|
|
13349
12735
|
areSpinButtonsHidden: boolean;
|
|
13350
12736
|
hint: string;
|
|
13351
12737
|
messages: string | string[];
|
|
@@ -13363,75 +12749,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13363
12749
|
autocomplete: string;
|
|
13364
12750
|
helpText: string;
|
|
13365
12751
|
maxlength: string | number;
|
|
13366
|
-
|
|
13367
|
-
customSuccessRules: ValidationRule[];
|
|
13368
|
-
customWarningRules: ValidationRule[];
|
|
13369
|
-
hasError: boolean;
|
|
13370
|
-
hasSuccess: boolean;
|
|
13371
|
-
hasWarning: boolean;
|
|
12752
|
+
hideDetails: boolean | "auto";
|
|
13372
12753
|
isValidateOnBlur: boolean;
|
|
13373
12754
|
successMessages: string[] | null;
|
|
13374
|
-
useVuetifyValidation: boolean;
|
|
13375
12755
|
warningMessages: string[] | null;
|
|
13376
|
-
}> & Omit<Readonly<{
|
|
13377
|
-
modelValue?: string | number | null | undefined;
|
|
13378
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13379
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13380
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13381
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
13382
|
-
prependTooltip?: string;
|
|
13383
|
-
appendTooltip?: string;
|
|
13384
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
13385
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
13386
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
13387
|
-
isClearable?: boolean;
|
|
13388
|
-
showDivider?: boolean;
|
|
13389
|
-
label?: string;
|
|
13390
|
-
readonly?: boolean;
|
|
13391
|
-
isActive?: boolean;
|
|
13392
|
-
baseColor?: string;
|
|
13393
|
-
bgColor?: string;
|
|
13394
|
-
centerAffix?: boolean;
|
|
13395
|
-
counter?: string | number | boolean;
|
|
13396
|
-
counterValue?: number | ((value: any) => number);
|
|
13397
|
-
density?: "default" | "comfortable" | "compact";
|
|
13398
|
-
direction?: "horizontal" | "vertical";
|
|
13399
|
-
isDirty?: boolean;
|
|
13400
|
-
disabled?: boolean;
|
|
13401
|
-
isFlat?: boolean;
|
|
13402
|
-
isFocused?: boolean;
|
|
13403
|
-
areDetailsHidden?: boolean | "auto";
|
|
13404
|
-
areSpinButtonsHidden?: boolean;
|
|
13405
|
-
hint?: string;
|
|
13406
|
-
id?: string;
|
|
13407
|
-
loading?: string | boolean;
|
|
13408
|
-
maxWidth?: string | number;
|
|
13409
|
-
messages?: string | string[];
|
|
13410
|
-
minWidth?: string | number;
|
|
13411
|
-
name?: string;
|
|
13412
|
-
displayPersistentClear?: boolean;
|
|
13413
|
-
displayPersistentCounter?: boolean;
|
|
13414
|
-
displayPersistentHint?: boolean;
|
|
13415
|
-
displayPersistentPlaceholder?: boolean;
|
|
13416
|
-
placeholder?: string;
|
|
13417
|
-
prefix?: string;
|
|
13418
|
-
isReversed?: boolean;
|
|
13419
|
-
role?: string;
|
|
13420
|
-
rounded?: string | number | boolean;
|
|
13421
|
-
isOnSingleLine?: boolean;
|
|
13422
|
-
suffix?: string;
|
|
13423
|
-
theme?: string;
|
|
13424
|
-
isTiled?: boolean;
|
|
13425
|
-
type?: string;
|
|
13426
|
-
width?: string | number;
|
|
13427
|
-
displayAsterisk?: boolean;
|
|
13428
|
-
noIcon?: boolean;
|
|
13429
|
-
disableClickButton?: boolean;
|
|
13430
|
-
autocomplete?: string;
|
|
13431
|
-
helpText?: string;
|
|
13432
|
-
maxlength?: string | number;
|
|
13433
|
-
title?: string | false;
|
|
13434
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
12756
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
13435
12757
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
13436
12758
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
13437
12759
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -13440,8 +12762,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13440
12762
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
13441
12763
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13442
12764
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
13443
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
13444
|
-
validateOnSubmit: (
|
|
12765
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
12766
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
13445
12767
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
13446
12768
|
$slots: {
|
|
13447
12769
|
prepend?(_: {}): any;
|
|
@@ -13509,10 +12831,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13509
12831
|
required: boolean;
|
|
13510
12832
|
showSuccessMessages: boolean;
|
|
13511
12833
|
disableErrorHandling: boolean;
|
|
13512
|
-
hint: string;
|
|
13513
|
-
noIcon: boolean;
|
|
13514
12834
|
customRules: ValidationRule[];
|
|
13515
12835
|
customWarningRules: ValidationRule[];
|
|
12836
|
+
hint: string;
|
|
12837
|
+
noIcon: boolean;
|
|
13516
12838
|
isValidateOnBlur: boolean;
|
|
13517
12839
|
persistentHint: boolean;
|
|
13518
12840
|
format: string;
|
|
@@ -13583,10 +12905,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13583
12905
|
required: boolean;
|
|
13584
12906
|
showSuccessMessages: boolean;
|
|
13585
12907
|
disableErrorHandling: boolean;
|
|
13586
|
-
hint: string;
|
|
13587
|
-
noIcon: boolean;
|
|
13588
12908
|
customRules: ValidationRule[];
|
|
13589
12909
|
customWarningRules: ValidationRule[];
|
|
12910
|
+
hint: string;
|
|
12911
|
+
noIcon: boolean;
|
|
13590
12912
|
isValidateOnBlur: boolean;
|
|
13591
12913
|
persistentHint: boolean;
|
|
13592
12914
|
format: string;
|
|
@@ -13605,15 +12927,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13605
12927
|
$data: {};
|
|
13606
12928
|
$props: {
|
|
13607
12929
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
13608
|
-
readonly prependIcon?: import('
|
|
13609
|
-
readonly appendIcon?: import('
|
|
13610
|
-
readonly prependInnerIcon?: import('
|
|
13611
|
-
readonly appendInnerIcon?: import('
|
|
12930
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
12931
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
12932
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
12933
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
13612
12934
|
readonly prependTooltip?: string | undefined;
|
|
13613
12935
|
readonly appendTooltip?: string | undefined;
|
|
13614
12936
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
13615
|
-
readonly variantStyle?: import('
|
|
13616
|
-
readonly color?: import('
|
|
12937
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
12938
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
13617
12939
|
readonly isClearable?: boolean | undefined;
|
|
13618
12940
|
readonly showDivider?: boolean | undefined;
|
|
13619
12941
|
readonly label?: string | undefined;
|
|
@@ -13630,7 +12952,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13630
12952
|
readonly disabled?: boolean | undefined;
|
|
13631
12953
|
readonly isFlat?: boolean | undefined;
|
|
13632
12954
|
readonly isFocused?: boolean | undefined;
|
|
13633
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
13634
12955
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
13635
12956
|
readonly hint?: string | undefined;
|
|
13636
12957
|
readonly id?: string | undefined;
|
|
@@ -13661,6 +12982,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
13661
12982
|
readonly helpText?: string | undefined;
|
|
13662
12983
|
readonly maxlength?: string | number | undefined;
|
|
13663
12984
|
readonly title?: string | false | undefined;
|
|
12985
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
12986
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
13664
12987
|
readonly customRules?: ValidationRule[] | undefined;
|
|
13665
12988
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
13666
12989
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -14069,7 +13392,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14069
13392
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
14070
13393
|
modelValue?: unknown;
|
|
14071
13394
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
14072
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
13395
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
14073
13396
|
$: import('vue').ComponentInternalInstance;
|
|
14074
13397
|
$data: {};
|
|
14075
13398
|
$props: Partial<{
|
|
@@ -14806,7 +14129,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14806
14129
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
14807
14130
|
modelValue?: unknown;
|
|
14808
14131
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
14809
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
14132
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
14810
14133
|
$: import('vue').ComponentInternalInstance;
|
|
14811
14134
|
$data: {};
|
|
14812
14135
|
$props: Partial<{
|
|
@@ -15121,65 +14444,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15121
14444
|
$host: Element | null;
|
|
15122
14445
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
15123
14446
|
$el: any;
|
|
15124
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
15125
|
-
modelValue?: string | number | null | undefined;
|
|
15126
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15127
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15128
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15129
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15130
|
-
prependTooltip?: string;
|
|
15131
|
-
appendTooltip?: string;
|
|
15132
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
15133
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
15134
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
15135
|
-
isClearable?: boolean;
|
|
15136
|
-
showDivider?: boolean;
|
|
15137
|
-
label?: string;
|
|
15138
|
-
readonly?: boolean;
|
|
15139
|
-
isActive?: boolean;
|
|
15140
|
-
baseColor?: string;
|
|
15141
|
-
bgColor?: string;
|
|
15142
|
-
centerAffix?: boolean;
|
|
15143
|
-
counter?: string | number | boolean;
|
|
15144
|
-
counterValue?: number | ((value: any) => number);
|
|
15145
|
-
density?: "default" | "comfortable" | "compact";
|
|
15146
|
-
direction?: "horizontal" | "vertical";
|
|
15147
|
-
isDirty?: boolean;
|
|
15148
|
-
disabled?: boolean;
|
|
15149
|
-
isFlat?: boolean;
|
|
15150
|
-
isFocused?: boolean;
|
|
15151
|
-
areDetailsHidden?: boolean | "auto";
|
|
15152
|
-
areSpinButtonsHidden?: boolean;
|
|
15153
|
-
hint?: string;
|
|
15154
|
-
id?: string;
|
|
15155
|
-
loading?: string | boolean;
|
|
15156
|
-
maxWidth?: string | number;
|
|
15157
|
-
messages?: string | string[];
|
|
15158
|
-
minWidth?: string | number;
|
|
15159
|
-
name?: string;
|
|
15160
|
-
displayPersistentClear?: boolean;
|
|
15161
|
-
displayPersistentCounter?: boolean;
|
|
15162
|
-
displayPersistentHint?: boolean;
|
|
15163
|
-
displayPersistentPlaceholder?: boolean;
|
|
15164
|
-
placeholder?: string;
|
|
15165
|
-
prefix?: string;
|
|
15166
|
-
isReversed?: boolean;
|
|
15167
|
-
role?: string;
|
|
15168
|
-
rounded?: string | number | boolean;
|
|
15169
|
-
isOnSingleLine?: boolean;
|
|
15170
|
-
suffix?: string;
|
|
15171
|
-
theme?: string;
|
|
15172
|
-
isTiled?: boolean;
|
|
15173
|
-
type?: string;
|
|
15174
|
-
width?: string | number;
|
|
15175
|
-
displayAsterisk?: boolean;
|
|
15176
|
-
noIcon?: boolean;
|
|
15177
|
-
disableClickButton?: boolean;
|
|
15178
|
-
autocomplete?: string;
|
|
15179
|
-
helpText?: string;
|
|
15180
|
-
maxlength?: string | number;
|
|
15181
|
-
title?: string | false;
|
|
15182
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
14447
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
15183
14448
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
15184
14449
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
15185
14450
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -15189,7 +14454,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15189
14454
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15190
14455
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15191
14456
|
}>, {
|
|
15192
|
-
validateOnSubmit: (
|
|
14457
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
15193
14458
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15194
14459
|
input: (...args: any[]) => void;
|
|
15195
14460
|
blur: (...args: any[]) => void;
|
|
@@ -15205,10 +14470,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15205
14470
|
title: string | false;
|
|
15206
14471
|
width: string | number;
|
|
15207
14472
|
role: string;
|
|
15208
|
-
color: import('
|
|
14473
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
15209
14474
|
theme: string;
|
|
15210
14475
|
disabled: boolean;
|
|
15211
14476
|
placeholder: string;
|
|
14477
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
15212
14478
|
density: "default" | "comfortable" | "compact";
|
|
15213
14479
|
rounded: string | number | boolean;
|
|
15214
14480
|
maxWidth: string | number;
|
|
@@ -15229,12 +14495,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15229
14495
|
disableErrorHandling: boolean;
|
|
15230
14496
|
errorMessages: string[] | null;
|
|
15231
14497
|
maxErrors: number;
|
|
14498
|
+
hasError: boolean;
|
|
14499
|
+
hasWarning: boolean;
|
|
14500
|
+
hasSuccess: boolean;
|
|
14501
|
+
useVuetifyValidation: boolean;
|
|
14502
|
+
customRules: ValidationRule[];
|
|
14503
|
+
customWarningRules: ValidationRule[];
|
|
14504
|
+
customSuccessRules: ValidationRule[];
|
|
15232
14505
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
15233
14506
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
15234
14507
|
prependTooltip: string;
|
|
15235
14508
|
appendTooltip: string;
|
|
15236
14509
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
15237
|
-
variantStyle: import('
|
|
14510
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
15238
14511
|
isClearable: boolean;
|
|
15239
14512
|
centerAffix: boolean;
|
|
15240
14513
|
counter: string | number | boolean;
|
|
@@ -15243,7 +14516,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15243
14516
|
isDirty: boolean;
|
|
15244
14517
|
isFlat: boolean;
|
|
15245
14518
|
isFocused: boolean;
|
|
15246
|
-
areDetailsHidden: boolean | "auto";
|
|
15247
14519
|
areSpinButtonsHidden: boolean;
|
|
15248
14520
|
hint: string;
|
|
15249
14521
|
messages: string | string[];
|
|
@@ -15261,15 +14533,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15261
14533
|
autocomplete: string;
|
|
15262
14534
|
helpText: string;
|
|
15263
14535
|
maxlength: string | number;
|
|
15264
|
-
|
|
15265
|
-
customSuccessRules: ValidationRule[];
|
|
15266
|
-
customWarningRules: ValidationRule[];
|
|
15267
|
-
hasError: boolean;
|
|
15268
|
-
hasSuccess: boolean;
|
|
15269
|
-
hasWarning: boolean;
|
|
14536
|
+
hideDetails: boolean | "auto";
|
|
15270
14537
|
isValidateOnBlur: boolean;
|
|
15271
14538
|
successMessages: string[] | null;
|
|
15272
|
-
useVuetifyValidation: boolean;
|
|
15273
14539
|
warningMessages: string[] | null;
|
|
15274
14540
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
15275
14541
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -15297,10 +14563,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15297
14563
|
title: string | false;
|
|
15298
14564
|
width: string | number;
|
|
15299
14565
|
role: string;
|
|
15300
|
-
color: import('
|
|
14566
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
15301
14567
|
theme: string;
|
|
15302
14568
|
disabled: boolean;
|
|
15303
14569
|
placeholder: string;
|
|
14570
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
15304
14571
|
density: "default" | "comfortable" | "compact";
|
|
15305
14572
|
rounded: string | number | boolean;
|
|
15306
14573
|
maxWidth: string | number;
|
|
@@ -15321,12 +14588,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15321
14588
|
disableErrorHandling: boolean;
|
|
15322
14589
|
errorMessages: string[] | null;
|
|
15323
14590
|
maxErrors: number;
|
|
14591
|
+
hasError: boolean;
|
|
14592
|
+
hasWarning: boolean;
|
|
14593
|
+
hasSuccess: boolean;
|
|
14594
|
+
useVuetifyValidation: boolean;
|
|
14595
|
+
customRules: ValidationRule[];
|
|
14596
|
+
customWarningRules: ValidationRule[];
|
|
14597
|
+
customSuccessRules: ValidationRule[];
|
|
15324
14598
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
15325
14599
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
15326
14600
|
prependTooltip: string;
|
|
15327
14601
|
appendTooltip: string;
|
|
15328
14602
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
15329
|
-
variantStyle: import('
|
|
14603
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
15330
14604
|
isClearable: boolean;
|
|
15331
14605
|
centerAffix: boolean;
|
|
15332
14606
|
counter: string | number | boolean;
|
|
@@ -15335,7 +14609,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15335
14609
|
isDirty: boolean;
|
|
15336
14610
|
isFlat: boolean;
|
|
15337
14611
|
isFocused: boolean;
|
|
15338
|
-
areDetailsHidden: boolean | "auto";
|
|
15339
14612
|
areSpinButtonsHidden: boolean;
|
|
15340
14613
|
hint: string;
|
|
15341
14614
|
messages: string | string[];
|
|
@@ -15353,75 +14626,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15353
14626
|
autocomplete: string;
|
|
15354
14627
|
helpText: string;
|
|
15355
14628
|
maxlength: string | number;
|
|
15356
|
-
|
|
15357
|
-
customSuccessRules: ValidationRule[];
|
|
15358
|
-
customWarningRules: ValidationRule[];
|
|
15359
|
-
hasError: boolean;
|
|
15360
|
-
hasSuccess: boolean;
|
|
15361
|
-
hasWarning: boolean;
|
|
14629
|
+
hideDetails: boolean | "auto";
|
|
15362
14630
|
isValidateOnBlur: boolean;
|
|
15363
14631
|
successMessages: string[] | null;
|
|
15364
|
-
useVuetifyValidation: boolean;
|
|
15365
14632
|
warningMessages: string[] | null;
|
|
15366
|
-
}> & Omit<Readonly<{
|
|
15367
|
-
modelValue?: string | number | null | undefined;
|
|
15368
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15369
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15370
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15371
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
15372
|
-
prependTooltip?: string;
|
|
15373
|
-
appendTooltip?: string;
|
|
15374
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
15375
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
15376
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
15377
|
-
isClearable?: boolean;
|
|
15378
|
-
showDivider?: boolean;
|
|
15379
|
-
label?: string;
|
|
15380
|
-
readonly?: boolean;
|
|
15381
|
-
isActive?: boolean;
|
|
15382
|
-
baseColor?: string;
|
|
15383
|
-
bgColor?: string;
|
|
15384
|
-
centerAffix?: boolean;
|
|
15385
|
-
counter?: string | number | boolean;
|
|
15386
|
-
counterValue?: number | ((value: any) => number);
|
|
15387
|
-
density?: "default" | "comfortable" | "compact";
|
|
15388
|
-
direction?: "horizontal" | "vertical";
|
|
15389
|
-
isDirty?: boolean;
|
|
15390
|
-
disabled?: boolean;
|
|
15391
|
-
isFlat?: boolean;
|
|
15392
|
-
isFocused?: boolean;
|
|
15393
|
-
areDetailsHidden?: boolean | "auto";
|
|
15394
|
-
areSpinButtonsHidden?: boolean;
|
|
15395
|
-
hint?: string;
|
|
15396
|
-
id?: string;
|
|
15397
|
-
loading?: string | boolean;
|
|
15398
|
-
maxWidth?: string | number;
|
|
15399
|
-
messages?: string | string[];
|
|
15400
|
-
minWidth?: string | number;
|
|
15401
|
-
name?: string;
|
|
15402
|
-
displayPersistentClear?: boolean;
|
|
15403
|
-
displayPersistentCounter?: boolean;
|
|
15404
|
-
displayPersistentHint?: boolean;
|
|
15405
|
-
displayPersistentPlaceholder?: boolean;
|
|
15406
|
-
placeholder?: string;
|
|
15407
|
-
prefix?: string;
|
|
15408
|
-
isReversed?: boolean;
|
|
15409
|
-
role?: string;
|
|
15410
|
-
rounded?: string | number | boolean;
|
|
15411
|
-
isOnSingleLine?: boolean;
|
|
15412
|
-
suffix?: string;
|
|
15413
|
-
theme?: string;
|
|
15414
|
-
isTiled?: boolean;
|
|
15415
|
-
type?: string;
|
|
15416
|
-
width?: string | number;
|
|
15417
|
-
displayAsterisk?: boolean;
|
|
15418
|
-
noIcon?: boolean;
|
|
15419
|
-
disableClickButton?: boolean;
|
|
15420
|
-
autocomplete?: string;
|
|
15421
|
-
helpText?: string;
|
|
15422
|
-
maxlength?: string | number;
|
|
15423
|
-
title?: string | false;
|
|
15424
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
14633
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
15425
14634
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
15426
14635
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
15427
14636
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -15430,8 +14639,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15430
14639
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
15431
14640
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15432
14641
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
15433
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
15434
|
-
validateOnSubmit: (
|
|
14642
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
14643
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
15435
14644
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
15436
14645
|
$slots: {
|
|
15437
14646
|
prepend?(_: {}): any;
|
|
@@ -15499,10 +14708,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
15499
14708
|
required: boolean;
|
|
15500
14709
|
showSuccessMessages: boolean;
|
|
15501
14710
|
disableErrorHandling: boolean;
|
|
15502
|
-
hint: string;
|
|
15503
|
-
noIcon: boolean;
|
|
15504
14711
|
customRules: ValidationRule[];
|
|
15505
14712
|
customWarningRules: ValidationRule[];
|
|
14713
|
+
hint: string;
|
|
14714
|
+
noIcon: boolean;
|
|
15506
14715
|
isValidateOnBlur: boolean;
|
|
15507
14716
|
persistentHint: boolean;
|
|
15508
14717
|
format: string;
|
|
@@ -16061,9 +15270,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16061
15270
|
required: boolean;
|
|
16062
15271
|
showSuccessMessages: boolean;
|
|
16063
15272
|
disableErrorHandling: boolean;
|
|
16064
|
-
hint: string;
|
|
16065
|
-
displayAsterisk: boolean;
|
|
16066
|
-
noIcon: boolean;
|
|
16067
15273
|
customRules: {
|
|
16068
15274
|
type: string;
|
|
16069
15275
|
options: any;
|
|
@@ -16072,6 +15278,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16072
15278
|
type: string;
|
|
16073
15279
|
options: any;
|
|
16074
15280
|
}[];
|
|
15281
|
+
hint: string;
|
|
15282
|
+
displayAsterisk: boolean;
|
|
15283
|
+
noIcon: boolean;
|
|
16075
15284
|
isValidateOnBlur: boolean;
|
|
16076
15285
|
persistentHint: boolean;
|
|
16077
15286
|
format: string;
|
|
@@ -16100,15 +15309,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16100
15309
|
$data: {};
|
|
16101
15310
|
$props: {
|
|
16102
15311
|
readonly modelValue?: string | number | null | undefined | undefined;
|
|
16103
|
-
readonly prependIcon?: import('
|
|
16104
|
-
readonly appendIcon?: import('
|
|
16105
|
-
readonly prependInnerIcon?: import('
|
|
16106
|
-
readonly appendInnerIcon?: import('
|
|
15312
|
+
readonly prependIcon?: import('../Customs/SyTextField/types').IconType;
|
|
15313
|
+
readonly appendIcon?: import('../Customs/SyTextField/types').IconType;
|
|
15314
|
+
readonly prependInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
15315
|
+
readonly appendInnerIcon?: import('../Customs/SyTextField/types').IconType;
|
|
16107
15316
|
readonly prependTooltip?: string | undefined;
|
|
16108
15317
|
readonly appendTooltip?: string | undefined;
|
|
16109
15318
|
readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
|
|
16110
|
-
readonly variantStyle?: import('
|
|
16111
|
-
readonly color?: import('
|
|
15319
|
+
readonly variantStyle?: import('../Customs/SyTextField/types').VariantStyle | undefined;
|
|
15320
|
+
readonly color?: import('../Customs/SyTextField/types').ColorType | undefined;
|
|
16112
15321
|
readonly isClearable?: boolean | undefined;
|
|
16113
15322
|
readonly showDivider?: boolean | undefined;
|
|
16114
15323
|
readonly label?: string | undefined;
|
|
@@ -16125,7 +15334,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16125
15334
|
readonly disabled?: boolean | undefined;
|
|
16126
15335
|
readonly isFlat?: boolean | undefined;
|
|
16127
15336
|
readonly isFocused?: boolean | undefined;
|
|
16128
|
-
readonly areDetailsHidden?: boolean | "auto" | undefined;
|
|
16129
15337
|
readonly areSpinButtonsHidden?: boolean | undefined;
|
|
16130
15338
|
readonly hint?: string | undefined;
|
|
16131
15339
|
readonly id?: string | undefined;
|
|
@@ -16156,6 +15364,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16156
15364
|
readonly helpText?: string | undefined;
|
|
16157
15365
|
readonly maxlength?: string | number | undefined;
|
|
16158
15366
|
readonly title?: string | false | undefined;
|
|
15367
|
+
readonly hideDetails?: boolean | "auto" | undefined;
|
|
15368
|
+
readonly locales?: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
|
|
16159
15369
|
readonly customRules?: ValidationRule[] | undefined;
|
|
16160
15370
|
readonly customSuccessRules?: ValidationRule[] | undefined;
|
|
16161
15371
|
readonly customWarningRules?: ValidationRule[] | undefined;
|
|
@@ -16564,7 +15774,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16564
15774
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
16565
15775
|
modelValue?: unknown;
|
|
16566
15776
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
16567
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
15777
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
16568
15778
|
$: import('vue').ComponentInternalInstance;
|
|
16569
15779
|
$data: {};
|
|
16570
15780
|
$props: Partial<{
|
|
@@ -17301,7 +16511,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17301
16511
|
} & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
|
|
17302
16512
|
modelValue?: unknown;
|
|
17303
16513
|
"onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
|
|
17304
|
-
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "
|
|
16514
|
+
}, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
|
|
17305
16515
|
$: import('vue').ComponentInternalInstance;
|
|
17306
16516
|
$data: {};
|
|
17307
16517
|
$props: Partial<{
|
|
@@ -17616,65 +16826,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17616
16826
|
$host: Element | null;
|
|
17617
16827
|
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
|
|
17618
16828
|
$el: any;
|
|
17619
|
-
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
17620
|
-
modelValue?: string | number | null | undefined;
|
|
17621
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17622
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17623
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17624
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17625
|
-
prependTooltip?: string;
|
|
17626
|
-
appendTooltip?: string;
|
|
17627
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
17628
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
17629
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
17630
|
-
isClearable?: boolean;
|
|
17631
|
-
showDivider?: boolean;
|
|
17632
|
-
label?: string;
|
|
17633
|
-
readonly?: boolean;
|
|
17634
|
-
isActive?: boolean;
|
|
17635
|
-
baseColor?: string;
|
|
17636
|
-
bgColor?: string;
|
|
17637
|
-
centerAffix?: boolean;
|
|
17638
|
-
counter?: string | number | boolean;
|
|
17639
|
-
counterValue?: number | ((value: any) => number);
|
|
17640
|
-
density?: "default" | "comfortable" | "compact";
|
|
17641
|
-
direction?: "horizontal" | "vertical";
|
|
17642
|
-
isDirty?: boolean;
|
|
17643
|
-
disabled?: boolean;
|
|
17644
|
-
isFlat?: boolean;
|
|
17645
|
-
isFocused?: boolean;
|
|
17646
|
-
areDetailsHidden?: boolean | "auto";
|
|
17647
|
-
areSpinButtonsHidden?: boolean;
|
|
17648
|
-
hint?: string;
|
|
17649
|
-
id?: string;
|
|
17650
|
-
loading?: string | boolean;
|
|
17651
|
-
maxWidth?: string | number;
|
|
17652
|
-
messages?: string | string[];
|
|
17653
|
-
minWidth?: string | number;
|
|
17654
|
-
name?: string;
|
|
17655
|
-
displayPersistentClear?: boolean;
|
|
17656
|
-
displayPersistentCounter?: boolean;
|
|
17657
|
-
displayPersistentHint?: boolean;
|
|
17658
|
-
displayPersistentPlaceholder?: boolean;
|
|
17659
|
-
placeholder?: string;
|
|
17660
|
-
prefix?: string;
|
|
17661
|
-
isReversed?: boolean;
|
|
17662
|
-
role?: string;
|
|
17663
|
-
rounded?: string | number | boolean;
|
|
17664
|
-
isOnSingleLine?: boolean;
|
|
17665
|
-
suffix?: string;
|
|
17666
|
-
theme?: string;
|
|
17667
|
-
isTiled?: boolean;
|
|
17668
|
-
type?: string;
|
|
17669
|
-
width?: string | number;
|
|
17670
|
-
displayAsterisk?: boolean;
|
|
17671
|
-
noIcon?: boolean;
|
|
17672
|
-
disableClickButton?: boolean;
|
|
17673
|
-
autocomplete?: string;
|
|
17674
|
-
helpText?: string;
|
|
17675
|
-
maxlength?: string | number;
|
|
17676
|
-
title?: string | false;
|
|
17677
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
16829
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
17678
16830
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
17679
16831
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
17680
16832
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -17684,7 +16836,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17684
16836
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17685
16837
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17686
16838
|
}>, {
|
|
17687
|
-
validateOnSubmit: (
|
|
16839
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
17688
16840
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17689
16841
|
input: (...args: any[]) => void;
|
|
17690
16842
|
blur: (...args: any[]) => void;
|
|
@@ -17700,10 +16852,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17700
16852
|
title: string | false;
|
|
17701
16853
|
width: string | number;
|
|
17702
16854
|
role: string;
|
|
17703
|
-
color: import('
|
|
16855
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
17704
16856
|
theme: string;
|
|
17705
16857
|
disabled: boolean;
|
|
17706
16858
|
placeholder: string;
|
|
16859
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
17707
16860
|
density: "default" | "comfortable" | "compact";
|
|
17708
16861
|
rounded: string | number | boolean;
|
|
17709
16862
|
maxWidth: string | number;
|
|
@@ -17724,12 +16877,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17724
16877
|
disableErrorHandling: boolean;
|
|
17725
16878
|
errorMessages: string[] | null;
|
|
17726
16879
|
maxErrors: number;
|
|
16880
|
+
hasError: boolean;
|
|
16881
|
+
hasWarning: boolean;
|
|
16882
|
+
hasSuccess: boolean;
|
|
16883
|
+
useVuetifyValidation: boolean;
|
|
16884
|
+
customRules: ValidationRule[];
|
|
16885
|
+
customWarningRules: ValidationRule[];
|
|
16886
|
+
customSuccessRules: ValidationRule[];
|
|
17727
16887
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
17728
16888
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
17729
16889
|
prependTooltip: string;
|
|
17730
16890
|
appendTooltip: string;
|
|
17731
16891
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
17732
|
-
variantStyle: import('
|
|
16892
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
17733
16893
|
isClearable: boolean;
|
|
17734
16894
|
centerAffix: boolean;
|
|
17735
16895
|
counter: string | number | boolean;
|
|
@@ -17738,7 +16898,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17738
16898
|
isDirty: boolean;
|
|
17739
16899
|
isFlat: boolean;
|
|
17740
16900
|
isFocused: boolean;
|
|
17741
|
-
areDetailsHidden: boolean | "auto";
|
|
17742
16901
|
areSpinButtonsHidden: boolean;
|
|
17743
16902
|
hint: string;
|
|
17744
16903
|
messages: string | string[];
|
|
@@ -17756,15 +16915,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17756
16915
|
autocomplete: string;
|
|
17757
16916
|
helpText: string;
|
|
17758
16917
|
maxlength: string | number;
|
|
17759
|
-
|
|
17760
|
-
customSuccessRules: ValidationRule[];
|
|
17761
|
-
customWarningRules: ValidationRule[];
|
|
17762
|
-
hasError: boolean;
|
|
17763
|
-
hasSuccess: boolean;
|
|
17764
|
-
hasWarning: boolean;
|
|
16918
|
+
hideDetails: boolean | "auto";
|
|
17765
16919
|
isValidateOnBlur: boolean;
|
|
17766
16920
|
successMessages: string[] | null;
|
|
17767
|
-
useVuetifyValidation: boolean;
|
|
17768
16921
|
warningMessages: string[] | null;
|
|
17769
16922
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
17770
16923
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -17792,10 +16945,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17792
16945
|
title: string | false;
|
|
17793
16946
|
width: string | number;
|
|
17794
16947
|
role: string;
|
|
17795
|
-
color: import('
|
|
16948
|
+
color: import('../Customs/SyTextField/types').ColorType;
|
|
17796
16949
|
theme: string;
|
|
17797
16950
|
disabled: boolean;
|
|
17798
16951
|
placeholder: string;
|
|
16952
|
+
locales: Partial<import('../Customs/SyTextField/locales').SyTextFieldLocales>;
|
|
17799
16953
|
density: "default" | "comfortable" | "compact";
|
|
17800
16954
|
rounded: string | number | boolean;
|
|
17801
16955
|
maxWidth: string | number;
|
|
@@ -17816,12 +16970,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17816
16970
|
disableErrorHandling: boolean;
|
|
17817
16971
|
errorMessages: string[] | null;
|
|
17818
16972
|
maxErrors: number;
|
|
16973
|
+
hasError: boolean;
|
|
16974
|
+
hasWarning: boolean;
|
|
16975
|
+
hasSuccess: boolean;
|
|
16976
|
+
useVuetifyValidation: boolean;
|
|
16977
|
+
customRules: ValidationRule[];
|
|
16978
|
+
customWarningRules: ValidationRule[];
|
|
16979
|
+
customSuccessRules: ValidationRule[];
|
|
17819
16980
|
prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
17820
16981
|
appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
|
|
17821
16982
|
prependTooltip: string;
|
|
17822
16983
|
appendTooltip: string;
|
|
17823
16984
|
tooltipLocation: "top" | "bottom" | "start" | "end";
|
|
17824
|
-
variantStyle: import('
|
|
16985
|
+
variantStyle: import('../Customs/SyTextField/types').VariantStyle;
|
|
17825
16986
|
isClearable: boolean;
|
|
17826
16987
|
centerAffix: boolean;
|
|
17827
16988
|
counter: string | number | boolean;
|
|
@@ -17830,7 +16991,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17830
16991
|
isDirty: boolean;
|
|
17831
16992
|
isFlat: boolean;
|
|
17832
16993
|
isFocused: boolean;
|
|
17833
|
-
areDetailsHidden: boolean | "auto";
|
|
17834
16994
|
areSpinButtonsHidden: boolean;
|
|
17835
16995
|
hint: string;
|
|
17836
16996
|
messages: string | string[];
|
|
@@ -17848,75 +17008,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17848
17008
|
autocomplete: string;
|
|
17849
17009
|
helpText: string;
|
|
17850
17010
|
maxlength: string | number;
|
|
17851
|
-
|
|
17852
|
-
customSuccessRules: ValidationRule[];
|
|
17853
|
-
customWarningRules: ValidationRule[];
|
|
17854
|
-
hasError: boolean;
|
|
17855
|
-
hasSuccess: boolean;
|
|
17856
|
-
hasWarning: boolean;
|
|
17011
|
+
hideDetails: boolean | "auto";
|
|
17857
17012
|
isValidateOnBlur: boolean;
|
|
17858
17013
|
successMessages: string[] | null;
|
|
17859
|
-
useVuetifyValidation: boolean;
|
|
17860
17014
|
warningMessages: string[] | null;
|
|
17861
|
-
}> & Omit<Readonly<{
|
|
17862
|
-
modelValue?: string | number | null | undefined;
|
|
17863
|
-
prependIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17864
|
-
appendIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17865
|
-
prependInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17866
|
-
appendInnerIcon?: import('../../types/vuetifyTypes').IconType;
|
|
17867
|
-
prependTooltip?: string;
|
|
17868
|
-
appendTooltip?: string;
|
|
17869
|
-
tooltipLocation?: "top" | "bottom" | "start" | "end";
|
|
17870
|
-
variantStyle?: import('../../types/vuetifyTypes').VariantStyle;
|
|
17871
|
-
color?: import('../../types/vuetifyTypes').ColorType;
|
|
17872
|
-
isClearable?: boolean;
|
|
17873
|
-
showDivider?: boolean;
|
|
17874
|
-
label?: string;
|
|
17875
|
-
readonly?: boolean;
|
|
17876
|
-
isActive?: boolean;
|
|
17877
|
-
baseColor?: string;
|
|
17878
|
-
bgColor?: string;
|
|
17879
|
-
centerAffix?: boolean;
|
|
17880
|
-
counter?: string | number | boolean;
|
|
17881
|
-
counterValue?: number | ((value: any) => number);
|
|
17882
|
-
density?: "default" | "comfortable" | "compact";
|
|
17883
|
-
direction?: "horizontal" | "vertical";
|
|
17884
|
-
isDirty?: boolean;
|
|
17885
|
-
disabled?: boolean;
|
|
17886
|
-
isFlat?: boolean;
|
|
17887
|
-
isFocused?: boolean;
|
|
17888
|
-
areDetailsHidden?: boolean | "auto";
|
|
17889
|
-
areSpinButtonsHidden?: boolean;
|
|
17890
|
-
hint?: string;
|
|
17891
|
-
id?: string;
|
|
17892
|
-
loading?: string | boolean;
|
|
17893
|
-
maxWidth?: string | number;
|
|
17894
|
-
messages?: string | string[];
|
|
17895
|
-
minWidth?: string | number;
|
|
17896
|
-
name?: string;
|
|
17897
|
-
displayPersistentClear?: boolean;
|
|
17898
|
-
displayPersistentCounter?: boolean;
|
|
17899
|
-
displayPersistentHint?: boolean;
|
|
17900
|
-
displayPersistentPlaceholder?: boolean;
|
|
17901
|
-
placeholder?: string;
|
|
17902
|
-
prefix?: string;
|
|
17903
|
-
isReversed?: boolean;
|
|
17904
|
-
role?: string;
|
|
17905
|
-
rounded?: string | number | boolean;
|
|
17906
|
-
isOnSingleLine?: boolean;
|
|
17907
|
-
suffix?: string;
|
|
17908
|
-
theme?: string;
|
|
17909
|
-
isTiled?: boolean;
|
|
17910
|
-
type?: string;
|
|
17911
|
-
width?: string | number;
|
|
17912
|
-
displayAsterisk?: boolean;
|
|
17913
|
-
noIcon?: boolean;
|
|
17914
|
-
disableClickButton?: boolean;
|
|
17915
|
-
autocomplete?: string;
|
|
17916
|
-
helpText?: string;
|
|
17917
|
-
maxlength?: string | number;
|
|
17918
|
-
title?: string | false;
|
|
17919
|
-
} & import('../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
|
|
17015
|
+
}> & Omit<Readonly<import('../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
|
|
17920
17016
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
17921
17017
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
17922
17018
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
@@ -17925,8 +17021,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
17925
17021
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
17926
17022
|
"onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17927
17023
|
"onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
|
|
17928
|
-
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "
|
|
17929
|
-
validateOnSubmit: (
|
|
17024
|
+
}>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
|
|
17025
|
+
validateOnSubmit: () => Promise<boolean>;
|
|
17930
17026
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
17931
17027
|
$slots: {
|
|
17932
17028
|
prepend?(_: {}): any;
|
|
@@ -18465,9 +17561,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
18465
17561
|
required: boolean;
|
|
18466
17562
|
showSuccessMessages: boolean;
|
|
18467
17563
|
disableErrorHandling: boolean;
|
|
18468
|
-
hint: string;
|
|
18469
|
-
displayAsterisk: boolean;
|
|
18470
|
-
noIcon: boolean;
|
|
18471
17564
|
customRules: {
|
|
18472
17565
|
type: string;
|
|
18473
17566
|
options: any;
|
|
@@ -18476,9 +17569,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
18476
17569
|
type: string;
|
|
18477
17570
|
options: any;
|
|
18478
17571
|
}[];
|
|
17572
|
+
hint: string;
|
|
17573
|
+
displayAsterisk: boolean;
|
|
17574
|
+
noIcon: boolean;
|
|
17575
|
+
hideDetails: boolean | "auto";
|
|
18479
17576
|
isValidateOnBlur: boolean;
|
|
18480
17577
|
persistentHint: boolean;
|
|
18481
|
-
hideDetails: boolean | "auto";
|
|
18482
17578
|
format: string;
|
|
18483
17579
|
autoClamp: boolean;
|
|
18484
17580
|
noCalendar: boolean;
|