@quidgest/ui 0.14.11 → 0.14.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/manifest/components.json +4 -0
- package/dist/ui.css +1718 -160
- package/dist/ui.esm.js +11473 -2118
- package/dist/ui.js +28 -28
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1215 -253
- package/dist/ui.scss +267 -45
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QAccordion/QAccordion.vue.js +2 -2
- package/esm/components/QAccordion/index.d.ts +33 -2
- package/esm/components/QAccordion/index.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.d.ts +2 -1
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +75 -66
- package/esm/components/QBadge/index.d.ts +42 -2
- package/esm/components/QBadge/index.d.ts.map +1 -1
- package/esm/components/QBadge/types.d.ts +7 -0
- package/esm/components/QBadge/types.d.ts.map +1 -1
- package/esm/components/QBadge/types.js +5 -2
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +22 -0
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -0
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue.js +43 -0
- package/esm/components/QBadgeIndicator/QBadgeIndicator.vue2.js +4 -0
- package/esm/components/QBadgeIndicator/index.d.ts +28 -0
- package/esm/components/QBadgeIndicator/index.d.ts.map +1 -0
- package/esm/components/QBadgeIndicator/index.js +6 -0
- package/esm/components/QBadgeIndicator/types.d.ts +19 -0
- package/esm/components/QBadgeIndicator/types.d.ts.map +1 -0
- package/esm/components/QButton/QButton.d.ts +0 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/QButton.vue.js +18 -18
- package/esm/components/QButton/index.d.ts +36 -2
- package/esm/components/QButton/index.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +1 -3
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +7 -7
- package/esm/components/QButtonGroup/index.d.ts +17 -2
- package/esm/components/QButtonGroup/index.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.d.ts.map +1 -1
- package/esm/components/QButtonToggle/QButtonToggle.vue.js +1 -1
- package/esm/components/QButtonToggle/index.d.ts +31 -2
- package/esm/components/QButtonToggle/index.d.ts.map +1 -1
- package/esm/components/QCard/QCard.d.ts +4 -9
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCard/QCard.vue.js +34 -34
- package/esm/components/QCard/index.d.ts +34 -2
- package/esm/components/QCard/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts +0 -3
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +19 -19
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts +1 -3
- package/esm/components/QCheckbox/QCheckboxLabel.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckboxLabel.vue.js +7 -7
- package/esm/components/QCheckbox/index.d.ts +79 -2
- package/esm/components/QCheckbox/index.d.ts.map +1 -1
- package/esm/components/QCheckbox/types.d.ts +8 -4
- package/esm/components/QCheckbox/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts +2 -3
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +54 -60
- package/esm/components/QCollapsible/index.d.ts +47 -2
- package/esm/components/QCollapsible/index.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.d.ts +5 -4
- package/esm/components/QCollapsible/types.d.ts.map +1 -1
- package/esm/components/QCollapsible/types.js +4 -5
- package/esm/components/QColorPicker/QColorPicker.d.ts +34 -0
- package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -0
- package/esm/components/QColorPicker/QColorPicker.vue.js +97 -0
- package/esm/components/QColorPicker/QColorPicker.vue2.js +4 -0
- package/esm/components/QColorPicker/index.d.ts +48 -0
- package/esm/components/QColorPicker/index.d.ts.map +1 -0
- package/esm/components/QColorPicker/index.js +6 -0
- package/esm/components/QColorPicker/types.d.ts +44 -0
- package/esm/components/QColorPicker/types.d.ts.map +1 -0
- package/esm/components/QColorPicker/types.js +6 -0
- package/esm/components/QCombobox/QCombobox.d.ts +713 -85
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +156 -174
- package/esm/components/QCombobox/index.d.ts +1444 -2
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +14 -6
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QCombobox/types.js +9 -11
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +36 -0
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -0
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +168 -0
- package/esm/components/QDateTimePicker/QDateTimePicker.vue2.js +4 -0
- package/esm/components/QDateTimePicker/index.d.ts +54 -0
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -0
- package/esm/components/QDateTimePicker/index.js +6 -0
- package/esm/components/QDateTimePicker/types.d.ts +93 -0
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -0
- package/esm/components/QDateTimePicker/types.js +15 -0
- package/esm/components/QDialog/QDialog.d.ts +3 -7
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.vue.js +33 -33
- package/esm/components/QDialog/index.d.ts +56 -2
- package/esm/components/QDialog/index.d.ts.map +1 -1
- package/esm/components/QDialog/types.d.ts +5 -3
- package/esm/components/QDialog/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.vue.js +2 -2
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +232 -11
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +5 -5
- package/esm/components/QDropdownMenu/index.d.ts +12 -2
- package/esm/components/QDropdownMenu/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/types.d.ts +5 -4
- package/esm/components/QDropdownMenu/types.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts +5 -7
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +25 -25
- package/esm/components/QField/index.d.ts +37 -2
- package/esm/components/QField/index.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts +37 -0
- package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -0
- package/esm/components/QFileUpload/QFileUpload.vue.js +238 -0
- package/esm/components/QFileUpload/QFileUpload.vue2.js +4 -0
- package/esm/components/QFileUpload/index.d.ts +52 -0
- package/esm/components/QFileUpload/index.d.ts.map +1 -0
- package/esm/components/QFileUpload/index.js +6 -0
- package/esm/components/QFileUpload/types.d.ts +69 -0
- package/esm/components/QFileUpload/types.d.ts.map +1 -0
- package/esm/components/QFileUpload/types.js +28 -0
- package/esm/components/QIcon/QIcon.d.ts +0 -2
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.vue.js +8 -8
- package/esm/components/QIcon/QIconFont.d.ts +0 -3
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.vue.js +10 -10
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.vue.js +4 -4
- package/esm/components/QIcon/QIconSvg.d.ts +0 -2
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.vue.js +10 -10
- package/esm/components/QIcon/index.d.ts +16 -8
- package/esm/components/QIcon/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +0 -5
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +24 -24
- package/esm/components/QInputGroup/index.d.ts +26 -2
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -3
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.vue.js +3 -3
- package/esm/components/QLineLoader/index.d.ts +1 -2
- package/esm/components/QLineLoader/index.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +70 -9
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +21 -21
- package/esm/components/QList/QListItem.d.ts +0 -2
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItem.vue.js +20 -20
- package/esm/components/QList/QListItemGroup.d.ts +1 -3
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/QListItemGroup.vue.js +6 -6
- package/esm/components/QList/index.d.ts +189 -6
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QList/types.d.ts +8 -3
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +4 -4
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +125 -115
- package/esm/components/QOverlay/index.d.ts +78 -2
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +0 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +6 -6
- package/esm/components/QPopover/index.d.ts +49 -2
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +8 -5
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +42 -41
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +9 -9
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +0 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.vue.js +9 -9
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +15 -18
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +59 -54
- package/esm/components/QPropertyList/index.d.ts +117 -8
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/types.d.ts +8 -4
- package/esm/components/QPropertyList/types.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +0 -2
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.vue.js +11 -11
- package/esm/components/QRemoveScrollBar/index.d.ts +23 -2
- package/esm/components/QRemoveScrollBar/index.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +309 -29
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +112 -129
- package/esm/components/QSelect/index.d.ts +314 -2
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +13 -5
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/esm/components/QSelect/types.js +9 -11
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -5
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +13 -13
- package/esm/components/QSkeletonLoader/index.d.ts +1 -2
- package/esm/components/QSkeletonLoader/index.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +0 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.vue.js +8 -8
- package/esm/components/QSpinnerLoader/index.d.ts +3 -2
- package/esm/components/QSpinnerLoader/index.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +82 -22
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +58 -46
- package/esm/components/QTextField/index.d.ts +129 -2
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QTextField/types.d.ts +11 -0
- package/esm/components/QTextField/types.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.vue.js +9 -8
- package/esm/components/QThemeProvider/index.d.ts +17 -2
- package/esm/components/QThemeProvider/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/types.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +0 -4
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.vue.js +17 -17
- package/esm/components/QTooltip/index.d.ts +62 -2
- package/esm/components/QTooltip/index.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts +14 -0
- package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/QChevron.vue.js +23 -0
- package/esm/components/__internal__/QChevron/QChevron.vue2.js +4 -0
- package/esm/components/__internal__/QChevron/index.d.ts +13 -0
- package/esm/components/__internal__/QChevron/index.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/index.js +6 -0
- package/esm/components/__internal__/QChevron/types.d.ts +16 -0
- package/esm/components/__internal__/QChevron/types.d.ts.map +1 -0
- package/esm/components/__internal__/QChevron/types.js +8 -0
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts +11 -0
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/QClearButton.vue.js +39 -0
- package/esm/components/__internal__/QClearButton/QClearButton.vue2.js +4 -0
- package/esm/components/__internal__/QClearButton/index.d.ts +12 -0
- package/esm/components/__internal__/QClearButton/index.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/index.js +6 -0
- package/esm/components/__internal__/QClearButton/types.d.ts +23 -0
- package/esm/components/__internal__/QClearButton/types.d.ts.map +1 -0
- package/esm/components/__internal__/QClearButton/types.js +11 -0
- package/esm/components/index.d.ts +4 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +62 -54
- package/esm/composables/group.js +5 -5
- package/esm/composables/maska.d.ts +28 -0
- package/esm/composables/maska.d.ts.map +1 -0
- package/esm/composables/maska.js +26 -0
- package/esm/composables/theme.d.ts +54 -6
- package/esm/composables/theme.d.ts.map +1 -1
- package/esm/composables/theme.js +10 -12
- package/esm/composables/useDropZone/index.d.ts +38 -0
- package/esm/composables/useDropZone/index.d.ts.map +1 -0
- package/esm/composables/useDropZone/index.js +62 -0
- package/esm/framework.d.ts +17 -20
- package/esm/framework.d.ts.map +1 -1
- package/esm/framework.js +22 -25
- package/esm/index.d.ts +4 -0
- package/esm/templates/theme.js +16 -16
- package/esm/utils/color.d.ts +2 -1
- package/esm/utils/color.d.ts.map +1 -1
- package/esm/utils/color.js +65 -35
- package/esm/utils/date/date.d.ts +9 -0
- package/esm/utils/date/date.d.ts.map +1 -0
- package/esm/utils/date/date.js +91 -0
- package/esm/utils/date/index.d.ts +4 -0
- package/esm/utils/date/index.d.ts.map +1 -0
- package/esm/utils/date/tokens.d.ts +49 -0
- package/esm/utils/date/tokens.d.ts.map +1 -0
- package/esm/utils/date/tokens.js +243 -0
- package/esm/utils/download.d.ts +7 -0
- package/esm/utils/download.d.ts.map +1 -0
- package/esm/utils/download.js +16 -0
- package/esm/utils/setupPropsProxy.d.ts +22 -9
- package/esm/utils/setupPropsProxy.d.ts.map +1 -1
- package/esm/utils/setupPropsProxy.js +22 -22
- package/esm/utils/string.d.ts.map +1 -1
- package/esm/utils/string.js +5 -2
- package/esm/utils/theme.d.ts +13 -1
- package/esm/utils/theme.d.ts.map +1 -1
- package/esm/utils/theme.js +40 -24
- package/esm/utils/time.d.ts +36 -0
- package/esm/utils/time.d.ts.map +1 -0
- package/esm/utils/time.js +14 -0
- package/esm/vendors/@vuepic/vue-datepicker/dist/vue-datepicker.js +5148 -0
- package/esm/vendors/date-fns/_lib/addLeadingZeros.js +7 -0
- package/esm/vendors/date-fns/_lib/defaultOptions.js +7 -0
- package/esm/vendors/date-fns/_lib/format/formatters.js +583 -0
- package/esm/vendors/date-fns/_lib/format/lightFormatters.js +59 -0
- package/esm/vendors/date-fns/_lib/format/longFormatters.js +52 -0
- package/esm/vendors/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +18 -0
- package/esm/vendors/date-fns/_lib/normalizeDates.js +11 -0
- package/esm/vendors/date-fns/_lib/normalizeInterval.js +8 -0
- package/esm/vendors/date-fns/_lib/protectedTokens.js +20 -0
- package/esm/vendors/date-fns/add.js +20 -0
- package/esm/vendors/date-fns/addDays.js +10 -0
- package/esm/vendors/date-fns/addHours.js +9 -0
- package/esm/vendors/date-fns/addMilliseconds.js +9 -0
- package/esm/vendors/date-fns/addMonths.js +20 -0
- package/esm/vendors/date-fns/addQuarters.js +8 -0
- package/esm/vendors/date-fns/addYears.js +8 -0
- package/esm/vendors/date-fns/compareAsc.js +9 -0
- package/esm/vendors/date-fns/constants.js +9 -0
- package/esm/vendors/date-fns/constructFrom.js +8 -0
- package/esm/vendors/date-fns/differenceInCalendarDays.js +16 -0
- package/esm/vendors/date-fns/differenceInCalendarYears.js +13 -0
- package/esm/vendors/date-fns/differenceInYears.js +17 -0
- package/esm/vendors/date-fns/eachDayOfInterval.js +17 -0
- package/esm/vendors/date-fns/eachQuarterOfInterval.js +18 -0
- package/esm/vendors/date-fns/endOfQuarter.js +9 -0
- package/esm/vendors/date-fns/endOfWeek.js +11 -0
- package/esm/vendors/date-fns/endOfYear.js +9 -0
- package/esm/vendors/date-fns/format.js +59 -0
- package/esm/vendors/date-fns/getDay.js +8 -0
- package/esm/vendors/date-fns/getDayOfYear.js +11 -0
- package/esm/vendors/date-fns/getDaysInMonth.js +10 -0
- package/esm/vendors/date-fns/getDefaultOptions.js +8 -0
- package/esm/vendors/date-fns/getHours.js +8 -0
- package/esm/vendors/date-fns/getISODay.js +9 -0
- package/esm/vendors/date-fns/getISOWeek.js +12 -0
- package/esm/vendors/date-fns/getISOWeekYear.js +15 -0
- package/esm/vendors/date-fns/getMinutes.js +8 -0
- package/esm/vendors/date-fns/getMonth.js +8 -0
- package/esm/vendors/date-fns/getQuarter.js +9 -0
- package/esm/vendors/date-fns/getSeconds.js +8 -0
- package/esm/vendors/date-fns/getWeek.js +12 -0
- package/esm/vendors/date-fns/getWeekYear.js +17 -0
- package/esm/vendors/date-fns/getYear.js +8 -0
- package/esm/vendors/date-fns/isAfter.js +8 -0
- package/esm/vendors/date-fns/isBefore.js +8 -0
- package/esm/vendors/date-fns/isDate.js +7 -0
- package/esm/vendors/date-fns/isEqual.js +8 -0
- package/esm/vendors/date-fns/isSameQuarter.js +14 -0
- package/esm/vendors/date-fns/isValid.js +9 -0
- package/esm/vendors/date-fns/locale/_lib/buildFormatLongFn.js +9 -0
- package/esm/vendors/date-fns/locale/_lib/buildLocalizeFn.js +18 -0
- package/esm/vendors/date-fns/locale/_lib/buildMatchFn.js +31 -0
- package/esm/vendors/date-fns/locale/_lib/buildMatchPatternFn.js +15 -0
- package/esm/vendors/date-fns/locale/en-US/_lib/formatDistance.js +70 -0
- package/esm/vendors/date-fns/locale/en-US/_lib/formatLong.js +33 -0
- package/esm/vendors/date-fns/locale/en-US/_lib/formatRelative.js +11 -0
- package/esm/vendors/date-fns/locale/en-US/_lib/localize.js +155 -0
- package/esm/vendors/date-fns/locale/en-US/_lib/match.js +110 -0
- package/esm/vendors/date-fns/locale/en-US.js +21 -0
- package/esm/vendors/date-fns/parse/_lib/Parser.js +22 -0
- package/esm/vendors/date-fns/parse/_lib/Setter.js +41 -0
- package/esm/vendors/date-fns/parse/_lib/constants.js +49 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +49 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/AMPMParser.js +49 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/DateParser.js +61 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/DayOfYearParser.js +51 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/DayParser.js +49 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/DayPeriodParser.js +49 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/EraParser.js +33 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/ExtendedYearParser.js +21 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +22 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour0To11Parser.js +32 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour0to23Parser.js +32 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour1To24Parser.js +33 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour1to12Parser.js +33 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/ISODayParser.js +105 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +48 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +48 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOWeekParser.js +49 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +40 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/LocalDayParser.js +80 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/LocalWeekParser.js +48 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +69 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/MinuteParser.js +32 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/MonthParser.js +77 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/QuarterParser.js +75 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/SecondParser.js +32 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +80 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +77 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +75 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +22 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +22 -0
- package/esm/vendors/date-fns/parse/_lib/parsers/YearParser.js +49 -0
- package/esm/vendors/date-fns/parse/_lib/parsers.js +67 -0
- package/esm/vendors/date-fns/parse/_lib/utils.js +103 -0
- package/esm/vendors/date-fns/parse.js +89 -0
- package/esm/vendors/date-fns/set.js +11 -0
- package/esm/vendors/date-fns/setDay.js +12 -0
- package/esm/vendors/date-fns/setHours.js +9 -0
- package/esm/vendors/date-fns/setISODay.js +11 -0
- package/esm/vendors/date-fns/setISOWeek.js +10 -0
- package/esm/vendors/date-fns/setMilliseconds.js +9 -0
- package/esm/vendors/date-fns/setMinutes.js +9 -0
- package/esm/vendors/date-fns/setMonth.js +13 -0
- package/esm/vendors/date-fns/setSeconds.js +9 -0
- package/esm/vendors/date-fns/setWeek.js +10 -0
- package/esm/vendors/date-fns/setYear.js +10 -0
- package/esm/vendors/date-fns/startOfDay.js +9 -0
- package/esm/vendors/date-fns/startOfISOWeek.js +8 -0
- package/esm/vendors/date-fns/startOfISOWeekYear.js +11 -0
- package/esm/vendors/date-fns/startOfMonth.js +9 -0
- package/esm/vendors/date-fns/startOfQuarter.js +9 -0
- package/esm/vendors/date-fns/startOfWeek.js +11 -0
- package/esm/vendors/date-fns/startOfWeekYear.js +13 -0
- package/esm/vendors/date-fns/startOfYear.js +9 -0
- package/esm/vendors/date-fns/sub.js +19 -0
- package/esm/vendors/date-fns/subDays.js +8 -0
- package/esm/vendors/date-fns/subMonths.js +8 -0
- package/esm/vendors/date-fns/subYears.js +8 -0
- package/esm/vendors/date-fns/toDate.js +8 -0
- package/esm/vendors/date-fns/transpose.js +18 -0
- package/esm/vendors/maska/dist/maska.js +179 -0
- package/package.json +22 -22
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DEFAULT_ICONS, DEFAULT_TEXTS, QComboboxProps } from './types';
|
|
2
2
|
import { Primitive } from '../../types/primitive';
|
|
3
3
|
import { nextTick } from 'vue';
|
|
4
4
|
type __VLS_Props = QComboboxProps;
|
|
@@ -10,16 +10,16 @@ type __VLS_PublicProps = {
|
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
11
|
attrs: Partial<{}>;
|
|
12
12
|
slots: {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
'label.prepend'?(_: {}): any;
|
|
14
|
+
'label.append'?(_: {}): any;
|
|
15
15
|
prepend?(_: {}): any;
|
|
16
16
|
append?(_: {}): any;
|
|
17
17
|
extras?(_: {}): any;
|
|
18
|
-
|
|
18
|
+
'body.prepend'?(_: {}): any;
|
|
19
19
|
item?(_: {
|
|
20
20
|
item: import('../QList/types').Item;
|
|
21
21
|
}): any;
|
|
22
|
-
|
|
22
|
+
'body.append'?(_: {}): any;
|
|
23
23
|
};
|
|
24
24
|
refs: {
|
|
25
25
|
triggerEl: ({
|
|
@@ -30,6 +30,7 @@ declare function __VLS_template(): {
|
|
|
30
30
|
readonly id?: string | undefined;
|
|
31
31
|
readonly placeholder?: string | undefined;
|
|
32
32
|
readonly label?: string | undefined;
|
|
33
|
+
readonly clearable?: boolean | undefined;
|
|
33
34
|
readonly size?: import('..').QFieldSize | undefined;
|
|
34
35
|
readonly maxLength?: number | undefined;
|
|
35
36
|
readonly readonly?: boolean | undefined;
|
|
@@ -37,14 +38,86 @@ declare function __VLS_template(): {
|
|
|
37
38
|
readonly required?: boolean | undefined;
|
|
38
39
|
readonly role?: string | undefined;
|
|
39
40
|
readonly type?: string | undefined;
|
|
40
|
-
readonly class?:
|
|
41
|
+
readonly class?: string | unknown[] | undefined;
|
|
42
|
+
readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
|
|
41
43
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
44
|
+
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
42
45
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
43
46
|
$attrs: {
|
|
44
47
|
[x: string]: unknown;
|
|
45
48
|
};
|
|
46
49
|
$refs: {
|
|
47
50
|
[x: string]: unknown;
|
|
51
|
+
} & {
|
|
52
|
+
fieldRef: ({
|
|
53
|
+
$: import('vue').ComponentInternalInstance;
|
|
54
|
+
$data: {};
|
|
55
|
+
$props: {
|
|
56
|
+
readonly id?: string | undefined;
|
|
57
|
+
readonly label?: string | undefined;
|
|
58
|
+
readonly for?: string | undefined;
|
|
59
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
60
|
+
readonly readonly?: boolean | undefined;
|
|
61
|
+
readonly disabled?: boolean | undefined;
|
|
62
|
+
readonly required?: boolean | undefined;
|
|
63
|
+
readonly class?: string | unknown[] | undefined;
|
|
64
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
65
|
+
$attrs: {
|
|
66
|
+
[x: string]: unknown;
|
|
67
|
+
};
|
|
68
|
+
$refs: {
|
|
69
|
+
[x: string]: unknown;
|
|
70
|
+
} & {
|
|
71
|
+
fieldRef: HTMLDivElement;
|
|
72
|
+
};
|
|
73
|
+
$slots: Readonly<{
|
|
74
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
75
|
+
}>;
|
|
76
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
77
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
78
|
+
$host: Element | null;
|
|
79
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
80
|
+
$el: any;
|
|
81
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
82
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
83
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
84
|
+
size: import('..').QFieldSize;
|
|
85
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
86
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
87
|
+
created?: (() => void) | (() => void)[];
|
|
88
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
89
|
+
mounted?: (() => void) | (() => void)[];
|
|
90
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
91
|
+
updated?: (() => void) | (() => void)[];
|
|
92
|
+
activated?: (() => void) | (() => void)[];
|
|
93
|
+
deactivated?: (() => void) | (() => void)[];
|
|
94
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
95
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
96
|
+
destroyed?: (() => void) | (() => void)[];
|
|
97
|
+
unmounted?: (() => void) | (() => void)[];
|
|
98
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
99
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
100
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
101
|
+
};
|
|
102
|
+
$forceUpdate: () => void;
|
|
103
|
+
$nextTick: typeof nextTick;
|
|
104
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
105
|
+
} & Readonly<{
|
|
106
|
+
size: import('..').QFieldSize;
|
|
107
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
108
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
109
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
110
|
+
$slots: {
|
|
111
|
+
'label.prepend'?(_: {}): any;
|
|
112
|
+
'label.append'?(_: {}): any;
|
|
113
|
+
control?(_: {}): any;
|
|
114
|
+
prepend?(_: {}): any;
|
|
115
|
+
default?(_: {}): any;
|
|
116
|
+
append?(_: {}): any;
|
|
117
|
+
extras?(_: {}): any;
|
|
118
|
+
};
|
|
119
|
+
}) | null;
|
|
120
|
+
inputRef: HTMLInputElement;
|
|
48
121
|
};
|
|
49
122
|
$slots: Readonly<{
|
|
50
123
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -52,26 +125,22 @@ declare function __VLS_template(): {
|
|
|
52
125
|
$root: import('vue').ComponentPublicInstance | null;
|
|
53
126
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
54
127
|
$host: Element | null;
|
|
55
|
-
$emit: (event: "update:modelValue", value: string) => void;
|
|
128
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
|
|
56
129
|
$el: any;
|
|
57
130
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
58
131
|
modelValue?: string;
|
|
59
132
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
60
133
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
134
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
61
135
|
}>, {
|
|
62
136
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
63
137
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
64
138
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
65
139
|
"update:modelValue": (value: string) => any;
|
|
140
|
+
} & {
|
|
141
|
+
"click:clear": (event: Event) => any;
|
|
66
142
|
}, string, {
|
|
67
|
-
size: import('..').QFieldSize;
|
|
68
|
-
class: string | unknown[];
|
|
69
|
-
label: string;
|
|
70
143
|
type: string;
|
|
71
|
-
role: string;
|
|
72
|
-
id: string;
|
|
73
|
-
placeholder: string;
|
|
74
|
-
maxLength: number;
|
|
75
144
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
76
145
|
beforeCreate?: (() => void) | (() => void)[];
|
|
77
146
|
created?: (() => void) | (() => void)[];
|
|
@@ -93,25 +162,19 @@ declare function __VLS_template(): {
|
|
|
93
162
|
$nextTick: typeof nextTick;
|
|
94
163
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
95
164
|
} & Readonly<{
|
|
96
|
-
size: import('..').QFieldSize;
|
|
97
|
-
class: string | unknown[];
|
|
98
|
-
label: string;
|
|
99
165
|
type: string;
|
|
100
|
-
role: string;
|
|
101
|
-
id: string;
|
|
102
|
-
placeholder: string;
|
|
103
|
-
maxLength: number;
|
|
104
166
|
}> & Omit<Readonly<{
|
|
105
167
|
modelValue?: string;
|
|
106
168
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
107
169
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
108
|
-
|
|
170
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
171
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
109
172
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
110
173
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
111
174
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
112
175
|
$slots: {
|
|
113
|
-
|
|
114
|
-
|
|
176
|
+
'label.prepend'?(_: {}): any;
|
|
177
|
+
'label.append'?(_: {}): any;
|
|
115
178
|
prepend?(_: {}): any;
|
|
116
179
|
append?(_: {}): any;
|
|
117
180
|
extras?(_: {}): any;
|
|
@@ -122,7 +185,7 @@ declare function __VLS_template(): {
|
|
|
122
185
|
$data: {};
|
|
123
186
|
$props: {
|
|
124
187
|
readonly active?: boolean | undefined;
|
|
125
|
-
readonly bStyle?:
|
|
188
|
+
readonly bStyle?: "primary" | "secondary" | "tertiary" | "danger" | "plain" | undefined;
|
|
126
189
|
readonly label?: string | undefined;
|
|
127
190
|
readonly disabled?: boolean | undefined;
|
|
128
191
|
readonly iconOnRight?: boolean | undefined;
|
|
@@ -130,8 +193,8 @@ declare function __VLS_template(): {
|
|
|
130
193
|
readonly elevated?: boolean | undefined;
|
|
131
194
|
readonly block?: boolean | undefined;
|
|
132
195
|
readonly loading?: boolean | undefined;
|
|
133
|
-
readonly size?:
|
|
134
|
-
readonly class?:
|
|
196
|
+
readonly size?: "regular" | "small" | undefined;
|
|
197
|
+
readonly class?: string | unknown[] | undefined;
|
|
135
198
|
readonly onClick?: ((event: Event) => any) | undefined;
|
|
136
199
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
137
200
|
$attrs: {
|
|
@@ -154,8 +217,6 @@ declare function __VLS_template(): {
|
|
|
154
217
|
click: (event: Event) => any;
|
|
155
218
|
}, string, {
|
|
156
219
|
size: "regular" | "small";
|
|
157
|
-
class: string | unknown[];
|
|
158
|
-
label: string;
|
|
159
220
|
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
160
221
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
161
222
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -179,12 +240,10 @@ declare function __VLS_template(): {
|
|
|
179
240
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
180
241
|
} & Readonly<{
|
|
181
242
|
size: "regular" | "small";
|
|
182
|
-
class: string | unknown[];
|
|
183
|
-
label: string;
|
|
184
243
|
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
185
244
|
}> & Omit<Readonly<import('../QButton').QButtonProps> & Readonly<{
|
|
186
245
|
onClick?: ((event: Event) => any) | undefined;
|
|
187
|
-
}>, "size" | "
|
|
246
|
+
}>, "size" | "bStyle"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
188
247
|
$slots: {
|
|
189
248
|
default?(_: {}): any;
|
|
190
249
|
};
|
|
@@ -201,7 +260,7 @@ declare function __VLS_template(): {
|
|
|
201
260
|
readonly itemValue?: string | undefined;
|
|
202
261
|
readonly itemLabel?: string | undefined;
|
|
203
262
|
readonly disabled?: boolean | undefined;
|
|
204
|
-
readonly class?:
|
|
263
|
+
readonly class?: string | unknown[] | undefined;
|
|
205
264
|
readonly selectable?: boolean | undefined;
|
|
206
265
|
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
207
266
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
@@ -210,6 +269,73 @@ declare function __VLS_template(): {
|
|
|
210
269
|
};
|
|
211
270
|
$refs: {
|
|
212
271
|
[x: string]: unknown;
|
|
272
|
+
} & {
|
|
273
|
+
listRef: unknown;
|
|
274
|
+
listItemsRef: (({
|
|
275
|
+
$: import('vue').ComponentInternalInstance;
|
|
276
|
+
$data: {};
|
|
277
|
+
$props: {
|
|
278
|
+
readonly value: Primitive;
|
|
279
|
+
readonly label: string;
|
|
280
|
+
readonly icon?: import('..').Icon | undefined;
|
|
281
|
+
readonly selected?: boolean | undefined;
|
|
282
|
+
readonly highlighted?: boolean | undefined;
|
|
283
|
+
readonly disabled?: boolean | undefined;
|
|
284
|
+
readonly description?: string | undefined;
|
|
285
|
+
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
286
|
+
readonly onSelect?: ((value: Primitive) => any) | undefined;
|
|
287
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
288
|
+
$attrs: {
|
|
289
|
+
[x: string]: unknown;
|
|
290
|
+
};
|
|
291
|
+
$refs: {
|
|
292
|
+
[x: string]: unknown;
|
|
293
|
+
};
|
|
294
|
+
$slots: Readonly<{
|
|
295
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
296
|
+
}>;
|
|
297
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
298
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
299
|
+
$host: Element | null;
|
|
300
|
+
$emit: (event: "select", value: Primitive) => void;
|
|
301
|
+
$el: HTMLLIElement;
|
|
302
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
303
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
304
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
305
|
+
select: (value: Primitive) => any;
|
|
306
|
+
}, string, {
|
|
307
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
308
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
309
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
310
|
+
created?: (() => void) | (() => void)[];
|
|
311
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
312
|
+
mounted?: (() => void) | (() => void)[];
|
|
313
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
314
|
+
updated?: (() => void) | (() => void)[];
|
|
315
|
+
activated?: (() => void) | (() => void)[];
|
|
316
|
+
deactivated?: (() => void) | (() => void)[];
|
|
317
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
318
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
319
|
+
destroyed?: (() => void) | (() => void)[];
|
|
320
|
+
unmounted?: (() => void) | (() => void)[];
|
|
321
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
322
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
323
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
324
|
+
};
|
|
325
|
+
$forceUpdate: () => void;
|
|
326
|
+
$nextTick: typeof nextTick;
|
|
327
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
328
|
+
} & Readonly<{
|
|
329
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
330
|
+
}> & Omit<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
331
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
332
|
+
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
333
|
+
$slots: {
|
|
334
|
+
prepend?(_: {}): any;
|
|
335
|
+
default?(_: {}): any;
|
|
336
|
+
append?(_: {}): any;
|
|
337
|
+
};
|
|
338
|
+
}) | null)[];
|
|
213
339
|
};
|
|
214
340
|
$slots: Readonly<{
|
|
215
341
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -232,8 +358,6 @@ declare function __VLS_template(): {
|
|
|
232
358
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
233
359
|
"update:modelValue": (value: any) => any;
|
|
234
360
|
}, string, {
|
|
235
|
-
class: string | unknown[];
|
|
236
|
-
highlighted: Primitive;
|
|
237
361
|
groups: import('../QList/types').Group[];
|
|
238
362
|
itemValue: string;
|
|
239
363
|
itemLabel: string;
|
|
@@ -258,8 +382,6 @@ declare function __VLS_template(): {
|
|
|
258
382
|
$nextTick: typeof nextTick;
|
|
259
383
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
260
384
|
} & Readonly<{
|
|
261
|
-
class: string | unknown[];
|
|
262
|
-
highlighted: Primitive;
|
|
263
385
|
groups: import('../QList/types').Group[];
|
|
264
386
|
itemValue: string;
|
|
265
387
|
itemLabel: string;
|
|
@@ -267,7 +389,7 @@ declare function __VLS_template(): {
|
|
|
267
389
|
modelValue?: any;
|
|
268
390
|
} & import('../QList').QListProps> & Readonly<{
|
|
269
391
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
270
|
-
}>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("
|
|
392
|
+
}>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
271
393
|
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
272
394
|
getItem: (idx: number) => HTMLElement | undefined;
|
|
273
395
|
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
@@ -279,7 +401,7 @@ declare function __VLS_template(): {
|
|
|
279
401
|
item: import('../QList/types').Item;
|
|
280
402
|
element: HTMLLIElement | undefined;
|
|
281
403
|
}): any;
|
|
282
|
-
|
|
404
|
+
'item.append'?(_: {
|
|
283
405
|
item: import('../QList/types').Item;
|
|
284
406
|
element: HTMLLIElement | undefined;
|
|
285
407
|
}): any;
|
|
@@ -298,6 +420,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
298
420
|
readonly id?: string | undefined;
|
|
299
421
|
readonly placeholder?: string | undefined;
|
|
300
422
|
readonly label?: string | undefined;
|
|
423
|
+
readonly clearable?: boolean | undefined;
|
|
301
424
|
readonly size?: import('..').QFieldSize | undefined;
|
|
302
425
|
readonly maxLength?: number | undefined;
|
|
303
426
|
readonly readonly?: boolean | undefined;
|
|
@@ -305,14 +428,86 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
305
428
|
readonly required?: boolean | undefined;
|
|
306
429
|
readonly role?: string | undefined;
|
|
307
430
|
readonly type?: string | undefined;
|
|
308
|
-
readonly class?:
|
|
431
|
+
readonly class?: string | unknown[] | undefined;
|
|
432
|
+
readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
|
|
309
433
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
434
|
+
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
310
435
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
311
436
|
$attrs: {
|
|
312
437
|
[x: string]: unknown;
|
|
313
438
|
};
|
|
314
439
|
$refs: {
|
|
315
440
|
[x: string]: unknown;
|
|
441
|
+
} & {
|
|
442
|
+
fieldRef: ({
|
|
443
|
+
$: import('vue').ComponentInternalInstance;
|
|
444
|
+
$data: {};
|
|
445
|
+
$props: {
|
|
446
|
+
readonly id?: string | undefined;
|
|
447
|
+
readonly label?: string | undefined;
|
|
448
|
+
readonly for?: string | undefined;
|
|
449
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
450
|
+
readonly readonly?: boolean | undefined;
|
|
451
|
+
readonly disabled?: boolean | undefined;
|
|
452
|
+
readonly required?: boolean | undefined;
|
|
453
|
+
readonly class?: string | unknown[] | undefined;
|
|
454
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
455
|
+
$attrs: {
|
|
456
|
+
[x: string]: unknown;
|
|
457
|
+
};
|
|
458
|
+
$refs: {
|
|
459
|
+
[x: string]: unknown;
|
|
460
|
+
} & {
|
|
461
|
+
fieldRef: HTMLDivElement;
|
|
462
|
+
};
|
|
463
|
+
$slots: Readonly<{
|
|
464
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
465
|
+
}>;
|
|
466
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
467
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
468
|
+
$host: Element | null;
|
|
469
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
470
|
+
$el: any;
|
|
471
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
472
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
473
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
474
|
+
size: import('..').QFieldSize;
|
|
475
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
476
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
477
|
+
created?: (() => void) | (() => void)[];
|
|
478
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
479
|
+
mounted?: (() => void) | (() => void)[];
|
|
480
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
481
|
+
updated?: (() => void) | (() => void)[];
|
|
482
|
+
activated?: (() => void) | (() => void)[];
|
|
483
|
+
deactivated?: (() => void) | (() => void)[];
|
|
484
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
485
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
486
|
+
destroyed?: (() => void) | (() => void)[];
|
|
487
|
+
unmounted?: (() => void) | (() => void)[];
|
|
488
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
489
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
490
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
491
|
+
};
|
|
492
|
+
$forceUpdate: () => void;
|
|
493
|
+
$nextTick: typeof nextTick;
|
|
494
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
495
|
+
} & Readonly<{
|
|
496
|
+
size: import('..').QFieldSize;
|
|
497
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
498
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
499
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
500
|
+
$slots: {
|
|
501
|
+
'label.prepend'?(_: {}): any;
|
|
502
|
+
'label.append'?(_: {}): any;
|
|
503
|
+
control?(_: {}): any;
|
|
504
|
+
prepend?(_: {}): any;
|
|
505
|
+
default?(_: {}): any;
|
|
506
|
+
append?(_: {}): any;
|
|
507
|
+
extras?(_: {}): any;
|
|
508
|
+
};
|
|
509
|
+
}) | null;
|
|
510
|
+
inputRef: HTMLInputElement;
|
|
316
511
|
};
|
|
317
512
|
$slots: Readonly<{
|
|
318
513
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -320,26 +515,22 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
320
515
|
$root: import('vue').ComponentPublicInstance | null;
|
|
321
516
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
322
517
|
$host: Element | null;
|
|
323
|
-
$emit: (event: "update:modelValue", value: string) => void;
|
|
518
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
|
|
324
519
|
$el: any;
|
|
325
520
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
326
521
|
modelValue?: string;
|
|
327
522
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
328
523
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
524
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
329
525
|
}>, {
|
|
330
526
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
331
527
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
332
528
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
333
529
|
"update:modelValue": (value: string) => any;
|
|
530
|
+
} & {
|
|
531
|
+
"click:clear": (event: Event) => any;
|
|
334
532
|
}, string, {
|
|
335
|
-
size: import('..').QFieldSize;
|
|
336
|
-
class: string | unknown[];
|
|
337
|
-
label: string;
|
|
338
533
|
type: string;
|
|
339
|
-
role: string;
|
|
340
|
-
id: string;
|
|
341
|
-
placeholder: string;
|
|
342
|
-
maxLength: number;
|
|
343
534
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
344
535
|
beforeCreate?: (() => void) | (() => void)[];
|
|
345
536
|
created?: (() => void) | (() => void)[];
|
|
@@ -361,25 +552,19 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
361
552
|
$nextTick: typeof nextTick;
|
|
362
553
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
363
554
|
} & Readonly<{
|
|
364
|
-
size: import('..').QFieldSize;
|
|
365
|
-
class: string | unknown[];
|
|
366
|
-
label: string;
|
|
367
555
|
type: string;
|
|
368
|
-
role: string;
|
|
369
|
-
id: string;
|
|
370
|
-
placeholder: string;
|
|
371
|
-
maxLength: number;
|
|
372
556
|
}> & Omit<Readonly<{
|
|
373
557
|
modelValue?: string;
|
|
374
558
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
375
559
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
376
|
-
|
|
560
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
561
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
377
562
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
378
563
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
379
564
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
380
565
|
$slots: {
|
|
381
|
-
|
|
382
|
-
|
|
566
|
+
'label.prepend'?(_: {}): any;
|
|
567
|
+
'label.append'?(_: {}): any;
|
|
383
568
|
prepend?(_: {}): any;
|
|
384
569
|
append?(_: {}): any;
|
|
385
570
|
extras?(_: {}): any;
|
|
@@ -392,6 +577,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
392
577
|
readonly id?: string | undefined;
|
|
393
578
|
readonly placeholder?: string | undefined;
|
|
394
579
|
readonly label?: string | undefined;
|
|
580
|
+
readonly clearable?: boolean | undefined;
|
|
395
581
|
readonly size?: import('..').QFieldSize | undefined;
|
|
396
582
|
readonly maxLength?: number | undefined;
|
|
397
583
|
readonly readonly?: boolean | undefined;
|
|
@@ -399,14 +585,86 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
399
585
|
readonly required?: boolean | undefined;
|
|
400
586
|
readonly role?: string | undefined;
|
|
401
587
|
readonly type?: string | undefined;
|
|
402
|
-
readonly class?:
|
|
588
|
+
readonly class?: string | unknown[] | undefined;
|
|
589
|
+
readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
|
|
403
590
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
591
|
+
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
404
592
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
405
593
|
$attrs: {
|
|
406
594
|
[x: string]: unknown;
|
|
407
595
|
};
|
|
408
596
|
$refs: {
|
|
409
597
|
[x: string]: unknown;
|
|
598
|
+
} & {
|
|
599
|
+
fieldRef: ({
|
|
600
|
+
$: import('vue').ComponentInternalInstance;
|
|
601
|
+
$data: {};
|
|
602
|
+
$props: {
|
|
603
|
+
readonly id?: string | undefined;
|
|
604
|
+
readonly label?: string | undefined;
|
|
605
|
+
readonly for?: string | undefined;
|
|
606
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
607
|
+
readonly readonly?: boolean | undefined;
|
|
608
|
+
readonly disabled?: boolean | undefined;
|
|
609
|
+
readonly required?: boolean | undefined;
|
|
610
|
+
readonly class?: string | unknown[] | undefined;
|
|
611
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
612
|
+
$attrs: {
|
|
613
|
+
[x: string]: unknown;
|
|
614
|
+
};
|
|
615
|
+
$refs: {
|
|
616
|
+
[x: string]: unknown;
|
|
617
|
+
} & {
|
|
618
|
+
fieldRef: HTMLDivElement;
|
|
619
|
+
};
|
|
620
|
+
$slots: Readonly<{
|
|
621
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
622
|
+
}>;
|
|
623
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
624
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
625
|
+
$host: Element | null;
|
|
626
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
627
|
+
$el: any;
|
|
628
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
629
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
630
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
631
|
+
size: import('..').QFieldSize;
|
|
632
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
633
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
634
|
+
created?: (() => void) | (() => void)[];
|
|
635
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
636
|
+
mounted?: (() => void) | (() => void)[];
|
|
637
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
638
|
+
updated?: (() => void) | (() => void)[];
|
|
639
|
+
activated?: (() => void) | (() => void)[];
|
|
640
|
+
deactivated?: (() => void) | (() => void)[];
|
|
641
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
642
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
643
|
+
destroyed?: (() => void) | (() => void)[];
|
|
644
|
+
unmounted?: (() => void) | (() => void)[];
|
|
645
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
646
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
647
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
648
|
+
};
|
|
649
|
+
$forceUpdate: () => void;
|
|
650
|
+
$nextTick: typeof nextTick;
|
|
651
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
652
|
+
} & Readonly<{
|
|
653
|
+
size: import('..').QFieldSize;
|
|
654
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
655
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
656
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
657
|
+
$slots: {
|
|
658
|
+
'label.prepend'?(_: {}): any;
|
|
659
|
+
'label.append'?(_: {}): any;
|
|
660
|
+
control?(_: {}): any;
|
|
661
|
+
prepend?(_: {}): any;
|
|
662
|
+
default?(_: {}): any;
|
|
663
|
+
append?(_: {}): any;
|
|
664
|
+
extras?(_: {}): any;
|
|
665
|
+
};
|
|
666
|
+
}) | null;
|
|
667
|
+
inputRef: HTMLInputElement;
|
|
410
668
|
};
|
|
411
669
|
$slots: Readonly<{
|
|
412
670
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -414,26 +672,22 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
414
672
|
$root: import('vue').ComponentPublicInstance | null;
|
|
415
673
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
416
674
|
$host: Element | null;
|
|
417
|
-
$emit: (event: "update:modelValue", value: string) => void;
|
|
675
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
|
|
418
676
|
$el: any;
|
|
419
677
|
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
420
678
|
modelValue?: string;
|
|
421
679
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
422
680
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
681
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
423
682
|
}>, {
|
|
424
683
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
425
684
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
426
685
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
427
686
|
"update:modelValue": (value: string) => any;
|
|
687
|
+
} & {
|
|
688
|
+
"click:clear": (event: Event) => any;
|
|
428
689
|
}, string, {
|
|
429
|
-
size: import('..').QFieldSize;
|
|
430
|
-
class: string | unknown[];
|
|
431
|
-
label: string;
|
|
432
690
|
type: string;
|
|
433
|
-
role: string;
|
|
434
|
-
id: string;
|
|
435
|
-
placeholder: string;
|
|
436
|
-
maxLength: number;
|
|
437
691
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
438
692
|
beforeCreate?: (() => void) | (() => void)[];
|
|
439
693
|
created?: (() => void) | (() => void)[];
|
|
@@ -455,25 +709,19 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
455
709
|
$nextTick: typeof nextTick;
|
|
456
710
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
457
711
|
} & Readonly<{
|
|
458
|
-
size: import('..').QFieldSize;
|
|
459
|
-
class: string | unknown[];
|
|
460
|
-
label: string;
|
|
461
712
|
type: string;
|
|
462
|
-
role: string;
|
|
463
|
-
id: string;
|
|
464
|
-
placeholder: string;
|
|
465
|
-
maxLength: number;
|
|
466
713
|
}> & Omit<Readonly<{
|
|
467
714
|
modelValue?: string;
|
|
468
715
|
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
469
716
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
470
|
-
|
|
717
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
718
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
471
719
|
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
472
720
|
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
473
721
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
474
722
|
$slots: {
|
|
475
|
-
|
|
476
|
-
|
|
723
|
+
'label.prepend'?(_: {}): any;
|
|
724
|
+
'label.append'?(_: {}): any;
|
|
477
725
|
prepend?(_: {}): any;
|
|
478
726
|
append?(_: {}): any;
|
|
479
727
|
extras?(_: {}): any;
|
|
@@ -497,22 +745,402 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
497
745
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
498
746
|
"onUpdate:search"?: ((value: string) => any) | undefined;
|
|
499
747
|
}>, {
|
|
500
|
-
size: import('..').QFieldSize;
|
|
501
|
-
class: string | unknown[];
|
|
502
|
-
label: string;
|
|
503
748
|
icons: typeof DEFAULT_ICONS;
|
|
504
|
-
|
|
749
|
+
texts: typeof DEFAULT_TEXTS;
|
|
505
750
|
groups: (import('../QList').QListItemGroupProps & {
|
|
506
751
|
id: string;
|
|
507
752
|
})[];
|
|
508
753
|
itemValue: string;
|
|
509
754
|
itemLabel: string;
|
|
510
|
-
placeholder: string;
|
|
511
755
|
selectionMode: "manual" | "automatic";
|
|
512
756
|
filterMode: "builtin" | "manual";
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
757
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
758
|
+
triggerEl: ({
|
|
759
|
+
$: import('vue').ComponentInternalInstance;
|
|
760
|
+
$data: {};
|
|
761
|
+
$props: {
|
|
762
|
+
readonly modelValue?: string | undefined;
|
|
763
|
+
readonly id?: string | undefined;
|
|
764
|
+
readonly placeholder?: string | undefined;
|
|
765
|
+
readonly label?: string | undefined;
|
|
766
|
+
readonly clearable?: boolean | undefined;
|
|
767
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
768
|
+
readonly maxLength?: number | undefined;
|
|
769
|
+
readonly readonly?: boolean | undefined;
|
|
770
|
+
readonly disabled?: boolean | undefined;
|
|
771
|
+
readonly required?: boolean | undefined;
|
|
772
|
+
readonly role?: string | undefined;
|
|
773
|
+
readonly type?: string | undefined;
|
|
774
|
+
readonly class?: string | unknown[] | undefined;
|
|
775
|
+
readonly texts?: typeof import('../QTextField/types').DEFAULT_TEXTS | undefined;
|
|
776
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
777
|
+
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
778
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
779
|
+
$attrs: {
|
|
780
|
+
[x: string]: unknown;
|
|
781
|
+
};
|
|
782
|
+
$refs: {
|
|
783
|
+
[x: string]: unknown;
|
|
784
|
+
} & {
|
|
785
|
+
fieldRef: ({
|
|
786
|
+
$: import('vue').ComponentInternalInstance;
|
|
787
|
+
$data: {};
|
|
788
|
+
$props: {
|
|
789
|
+
readonly id?: string | undefined;
|
|
790
|
+
readonly label?: string | undefined;
|
|
791
|
+
readonly for?: string | undefined;
|
|
792
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
793
|
+
readonly readonly?: boolean | undefined;
|
|
794
|
+
readonly disabled?: boolean | undefined;
|
|
795
|
+
readonly required?: boolean | undefined;
|
|
796
|
+
readonly class?: string | unknown[] | undefined;
|
|
797
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
798
|
+
$attrs: {
|
|
799
|
+
[x: string]: unknown;
|
|
800
|
+
};
|
|
801
|
+
$refs: {
|
|
802
|
+
[x: string]: unknown;
|
|
803
|
+
} & {
|
|
804
|
+
fieldRef: HTMLDivElement;
|
|
805
|
+
};
|
|
806
|
+
$slots: Readonly<{
|
|
807
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
808
|
+
}>;
|
|
809
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
810
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
811
|
+
$host: Element | null;
|
|
812
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
813
|
+
$el: any;
|
|
814
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
815
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
816
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
817
|
+
size: import('..').QFieldSize;
|
|
818
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
819
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
820
|
+
created?: (() => void) | (() => void)[];
|
|
821
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
822
|
+
mounted?: (() => void) | (() => void)[];
|
|
823
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
824
|
+
updated?: (() => void) | (() => void)[];
|
|
825
|
+
activated?: (() => void) | (() => void)[];
|
|
826
|
+
deactivated?: (() => void) | (() => void)[];
|
|
827
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
828
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
829
|
+
destroyed?: (() => void) | (() => void)[];
|
|
830
|
+
unmounted?: (() => void) | (() => void)[];
|
|
831
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
832
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
833
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
834
|
+
};
|
|
835
|
+
$forceUpdate: () => void;
|
|
836
|
+
$nextTick: typeof nextTick;
|
|
837
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
838
|
+
} & Readonly<{
|
|
839
|
+
size: import('..').QFieldSize;
|
|
840
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "size" | "fieldRef"> & import('vue').ShallowUnwrapRef<{
|
|
841
|
+
fieldRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
842
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
843
|
+
$slots: {
|
|
844
|
+
'label.prepend'?(_: {}): any;
|
|
845
|
+
'label.append'?(_: {}): any;
|
|
846
|
+
control?(_: {}): any;
|
|
847
|
+
prepend?(_: {}): any;
|
|
848
|
+
default?(_: {}): any;
|
|
849
|
+
append?(_: {}): any;
|
|
850
|
+
extras?(_: {}): any;
|
|
851
|
+
};
|
|
852
|
+
}) | null;
|
|
853
|
+
inputRef: HTMLInputElement;
|
|
854
|
+
};
|
|
855
|
+
$slots: Readonly<{
|
|
856
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
857
|
+
}>;
|
|
858
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
859
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
860
|
+
$host: Element | null;
|
|
861
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
|
|
862
|
+
$el: any;
|
|
863
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
864
|
+
modelValue?: string;
|
|
865
|
+
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
866
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
867
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
868
|
+
}>, {
|
|
869
|
+
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
870
|
+
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
871
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
872
|
+
"update:modelValue": (value: string) => any;
|
|
873
|
+
} & {
|
|
874
|
+
"click:clear": (event: Event) => any;
|
|
875
|
+
}, string, {
|
|
876
|
+
type: string;
|
|
877
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
878
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
879
|
+
created?: (() => void) | (() => void)[];
|
|
880
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
881
|
+
mounted?: (() => void) | (() => void)[];
|
|
882
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
883
|
+
updated?: (() => void) | (() => void)[];
|
|
884
|
+
activated?: (() => void) | (() => void)[];
|
|
885
|
+
deactivated?: (() => void) | (() => void)[];
|
|
886
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
887
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
888
|
+
destroyed?: (() => void) | (() => void)[];
|
|
889
|
+
unmounted?: (() => void) | (() => void)[];
|
|
890
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
891
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
892
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
893
|
+
};
|
|
894
|
+
$forceUpdate: () => void;
|
|
895
|
+
$nextTick: typeof nextTick;
|
|
896
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
897
|
+
} & Readonly<{
|
|
898
|
+
type: string;
|
|
899
|
+
}> & Omit<Readonly<{
|
|
900
|
+
modelValue?: string;
|
|
901
|
+
} & import('../QTextField/types').QTextFieldProps> & Readonly<{
|
|
902
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
903
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
904
|
+
}>, "type" | "fieldRef" | "inputRef"> & import('vue').ShallowUnwrapRef<{
|
|
905
|
+
fieldRef: import('vue').ComputedRef<HTMLElement | null | undefined>;
|
|
906
|
+
inputRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
907
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
908
|
+
$slots: {
|
|
909
|
+
'label.prepend'?(_: {}): any;
|
|
910
|
+
'label.append'?(_: {}): any;
|
|
911
|
+
prepend?(_: {}): any;
|
|
912
|
+
append?(_: {}): any;
|
|
913
|
+
extras?(_: {}): any;
|
|
914
|
+
};
|
|
915
|
+
}) | null;
|
|
916
|
+
toggleRef: ({
|
|
917
|
+
$: import('vue').ComponentInternalInstance;
|
|
918
|
+
$data: {};
|
|
919
|
+
$props: {
|
|
920
|
+
readonly active?: boolean | undefined;
|
|
921
|
+
readonly bStyle?: "primary" | "secondary" | "tertiary" | "danger" | "plain" | undefined;
|
|
922
|
+
readonly label?: string | undefined;
|
|
923
|
+
readonly disabled?: boolean | undefined;
|
|
924
|
+
readonly iconOnRight?: boolean | undefined;
|
|
925
|
+
readonly borderless?: boolean | undefined;
|
|
926
|
+
readonly elevated?: boolean | undefined;
|
|
927
|
+
readonly block?: boolean | undefined;
|
|
928
|
+
readonly loading?: boolean | undefined;
|
|
929
|
+
readonly size?: "regular" | "small" | undefined;
|
|
930
|
+
readonly class?: string | unknown[] | undefined;
|
|
931
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
932
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
933
|
+
$attrs: {
|
|
934
|
+
[x: string]: unknown;
|
|
935
|
+
};
|
|
936
|
+
$refs: {
|
|
937
|
+
[x: string]: unknown;
|
|
938
|
+
};
|
|
939
|
+
$slots: Readonly<{
|
|
940
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
941
|
+
}>;
|
|
942
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
943
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
944
|
+
$host: Element | null;
|
|
945
|
+
$emit: (event: "click", event: Event) => void;
|
|
946
|
+
$el: HTMLButtonElement;
|
|
947
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../QButton').QButtonProps> & Readonly<{
|
|
948
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
949
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
950
|
+
click: (event: Event) => any;
|
|
951
|
+
}, string, {
|
|
952
|
+
size: "regular" | "small";
|
|
953
|
+
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
954
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
955
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
956
|
+
created?: (() => void) | (() => void)[];
|
|
957
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
958
|
+
mounted?: (() => void) | (() => void)[];
|
|
959
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
960
|
+
updated?: (() => void) | (() => void)[];
|
|
961
|
+
activated?: (() => void) | (() => void)[];
|
|
962
|
+
deactivated?: (() => void) | (() => void)[];
|
|
963
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
964
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
965
|
+
destroyed?: (() => void) | (() => void)[];
|
|
966
|
+
unmounted?: (() => void) | (() => void)[];
|
|
967
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
968
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
969
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
970
|
+
};
|
|
971
|
+
$forceUpdate: () => void;
|
|
972
|
+
$nextTick: typeof nextTick;
|
|
973
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
974
|
+
} & Readonly<{
|
|
975
|
+
size: "regular" | "small";
|
|
976
|
+
bStyle: "primary" | "secondary" | "tertiary" | "danger" | "plain";
|
|
977
|
+
}> & Omit<Readonly<import('../QButton').QButtonProps> & Readonly<{
|
|
978
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
979
|
+
}>, "size" | "bStyle"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
980
|
+
$slots: {
|
|
981
|
+
default?(_: {}): any;
|
|
982
|
+
};
|
|
983
|
+
}) | null;
|
|
984
|
+
contentRef: HTMLDivElement;
|
|
985
|
+
listRef: ({
|
|
986
|
+
$: import('vue').ComponentInternalInstance;
|
|
987
|
+
$data: {};
|
|
988
|
+
$props: {
|
|
989
|
+
readonly modelValue?: any;
|
|
990
|
+
readonly highlighted?: Primitive | undefined;
|
|
991
|
+
readonly items: import('../QList/types').Item[];
|
|
992
|
+
readonly groups?: import('../QList/types').Group[] | undefined;
|
|
993
|
+
readonly itemValue?: string | undefined;
|
|
994
|
+
readonly itemLabel?: string | undefined;
|
|
995
|
+
readonly disabled?: boolean | undefined;
|
|
996
|
+
readonly class?: string | unknown[] | undefined;
|
|
997
|
+
readonly selectable?: boolean | undefined;
|
|
998
|
+
readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
999
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1000
|
+
$attrs: {
|
|
1001
|
+
[x: string]: unknown;
|
|
1002
|
+
};
|
|
1003
|
+
$refs: {
|
|
1004
|
+
[x: string]: unknown;
|
|
1005
|
+
} & {
|
|
1006
|
+
listRef: unknown;
|
|
1007
|
+
listItemsRef: (({
|
|
1008
|
+
$: import('vue').ComponentInternalInstance;
|
|
1009
|
+
$data: {};
|
|
1010
|
+
$props: {
|
|
1011
|
+
readonly value: Primitive;
|
|
1012
|
+
readonly label: string;
|
|
1013
|
+
readonly icon?: import('..').Icon | undefined;
|
|
1014
|
+
readonly selected?: boolean | undefined;
|
|
1015
|
+
readonly highlighted?: boolean | undefined;
|
|
1016
|
+
readonly disabled?: boolean | undefined;
|
|
1017
|
+
readonly description?: string | undefined;
|
|
1018
|
+
readonly icons?: typeof import('../QList/types').DEFAULT_ICONS | undefined;
|
|
1019
|
+
readonly onSelect?: ((value: Primitive) => any) | undefined;
|
|
1020
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
1021
|
+
$attrs: {
|
|
1022
|
+
[x: string]: unknown;
|
|
1023
|
+
};
|
|
1024
|
+
$refs: {
|
|
1025
|
+
[x: string]: unknown;
|
|
1026
|
+
};
|
|
1027
|
+
$slots: Readonly<{
|
|
1028
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
1029
|
+
}>;
|
|
1030
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
1031
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
1032
|
+
$host: Element | null;
|
|
1033
|
+
$emit: (event: "select", value: Primitive) => void;
|
|
1034
|
+
$el: HTMLLIElement;
|
|
1035
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
1036
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
1037
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
1038
|
+
select: (value: Primitive) => any;
|
|
1039
|
+
}, string, {
|
|
1040
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
1041
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1042
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1043
|
+
created?: (() => void) | (() => void)[];
|
|
1044
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1045
|
+
mounted?: (() => void) | (() => void)[];
|
|
1046
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1047
|
+
updated?: (() => void) | (() => void)[];
|
|
1048
|
+
activated?: (() => void) | (() => void)[];
|
|
1049
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1050
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1051
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1052
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1053
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1054
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1055
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1056
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1057
|
+
};
|
|
1058
|
+
$forceUpdate: () => void;
|
|
1059
|
+
$nextTick: typeof nextTick;
|
|
1060
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1061
|
+
} & Readonly<{
|
|
1062
|
+
icons: typeof import('../QList/types').DEFAULT_ICONS;
|
|
1063
|
+
}> & Omit<Readonly<import('../QList').QListItemProps> & Readonly<{
|
|
1064
|
+
onSelect?: ((value: Primitive) => any) | undefined;
|
|
1065
|
+
}>, "icons"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1066
|
+
$slots: {
|
|
1067
|
+
prepend?(_: {}): any;
|
|
1068
|
+
default?(_: {}): any;
|
|
1069
|
+
append?(_: {}): any;
|
|
1070
|
+
};
|
|
1071
|
+
}) | null)[];
|
|
1072
|
+
};
|
|
1073
|
+
$slots: Readonly<{
|
|
1074
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
1075
|
+
}>;
|
|
1076
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
1077
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
1078
|
+
$host: Element | null;
|
|
1079
|
+
$emit: (event: "update:modelValue", value: any) => void;
|
|
1080
|
+
$el: any;
|
|
1081
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
1082
|
+
modelValue?: any;
|
|
1083
|
+
} & import('../QList').QListProps> & Readonly<{
|
|
1084
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1085
|
+
}>, {
|
|
1086
|
+
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
1087
|
+
getItem: (idx: number) => HTMLElement | undefined;
|
|
1088
|
+
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
1089
|
+
getFirstFocusableItemIndex: () => number;
|
|
1090
|
+
getLastFocusableItemIndex: () => number;
|
|
1091
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1092
|
+
"update:modelValue": (value: any) => any;
|
|
1093
|
+
}, string, {
|
|
1094
|
+
groups: import('../QList/types').Group[];
|
|
1095
|
+
itemValue: string;
|
|
1096
|
+
itemLabel: string;
|
|
1097
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1098
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1099
|
+
created?: (() => void) | (() => void)[];
|
|
1100
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1101
|
+
mounted?: (() => void) | (() => void)[];
|
|
1102
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1103
|
+
updated?: (() => void) | (() => void)[];
|
|
1104
|
+
activated?: (() => void) | (() => void)[];
|
|
1105
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1106
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1107
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1108
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1109
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1110
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1111
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
1112
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1113
|
+
};
|
|
1114
|
+
$forceUpdate: () => void;
|
|
1115
|
+
$nextTick: typeof nextTick;
|
|
1116
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1117
|
+
} & Readonly<{
|
|
1118
|
+
groups: import('../QList/types').Group[];
|
|
1119
|
+
itemValue: string;
|
|
1120
|
+
itemLabel: string;
|
|
1121
|
+
}> & Omit<Readonly<{
|
|
1122
|
+
modelValue?: any;
|
|
1123
|
+
} & import('../QList').QListProps> & Readonly<{
|
|
1124
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1125
|
+
}>, "focusItem" | "getItem" | "getAdjacentItemIndex" | "getFirstFocusableItemIndex" | "getLastFocusableItemIndex" | ("groups" | "itemValue" | "itemLabel")> & import('vue').ShallowUnwrapRef<{
|
|
1126
|
+
focusItem: (itemIdx: number, preventScroll?: boolean) => void;
|
|
1127
|
+
getItem: (idx: number) => HTMLElement | undefined;
|
|
1128
|
+
getAdjacentItemIndex: (idx: number, direction: "next" | "prev") => number;
|
|
1129
|
+
getFirstFocusableItemIndex: () => number;
|
|
1130
|
+
getLastFocusableItemIndex: () => number;
|
|
1131
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1132
|
+
$slots: {
|
|
1133
|
+
item?(_: {
|
|
1134
|
+
item: import('../QList/types').Item;
|
|
1135
|
+
element: HTMLLIElement | undefined;
|
|
1136
|
+
}): any;
|
|
1137
|
+
'item.append'?(_: {
|
|
1138
|
+
item: import('../QList/types').Item;
|
|
1139
|
+
element: HTMLLIElement | undefined;
|
|
1140
|
+
}): any;
|
|
1141
|
+
};
|
|
1142
|
+
}) | null;
|
|
1143
|
+
}, any>;
|
|
516
1144
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
517
1145
|
export default _default;
|
|
518
1146
|
type __VLS_WithTemplateSlots<T, S> = T & {
|