@quidgest/ui 0.16.75 → 0.17.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/dist/json/api.json +8 -48
- package/dist/ui.css +121 -1289
- package/dist/ui.esm.js +5763 -12517
- package/dist/ui.js +29 -29
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +921 -1390
- package/dist/ui.scss +170 -40
- package/esm/components/QAccordion/QAccordion.d.ts +1 -1
- package/esm/components/QAccordion/QAccordion.d.ts.map +1 -1
- package/esm/components/QAccordion/QAccordionItem.d.ts +1 -1
- package/esm/components/QAccordion/QAccordionItem.d.ts.map +1 -1
- package/esm/components/QAvatar/QAvatar.d.ts +1 -1
- package/esm/components/QAvatar/QAvatar.d.ts.map +1 -1
- package/esm/components/QAvatar/QAvatar.vue.js +15 -15
- package/esm/components/QBadge/QBadge.d.ts +2 -2
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/index.d.ts +3 -3
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts +1 -1
- package/esm/components/QBadgeIndicator/QBadgeIndicator.d.ts.map +1 -1
- package/esm/components/QButton/QButton.d.ts +2 -2
- package/esm/components/QButton/QButton.d.ts.map +1 -1
- package/esm/components/QButton/index.d.ts +3 -3
- package/esm/components/QButtonGroup/QButtonGroup.d.ts +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QCard/QCard.d.ts +1 -1
- package/esm/components/QCard/QCard.d.ts.map +1 -1
- package/esm/components/QCarousel/QCarousel.d.ts +1 -1
- package/esm/components/QCarousel/QCarousel.d.ts.map +1 -1
- package/esm/components/QCarousel/QCarousel.vue.js +127 -127
- package/esm/components/QCheckbox/QCheckbox.d.ts +1 -1
- package/esm/components/QCheckbox/QCheckbox.d.ts.map +1 -1
- package/esm/components/QCheckbox/QCheckbox.vue.js +16 -16
- package/esm/components/QCollapsible/QCollapsible.d.ts +1 -1
- package/esm/components/QCollapsible/QCollapsible.d.ts.map +1 -1
- package/esm/components/QCollapsible/QCollapsible.vue.js +42 -42
- package/esm/components/QColorPicker/QColorPicker.d.ts +1 -1
- package/esm/components/QColorPicker/QColorPicker.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +89 -117
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +34 -34
- package/esm/components/QCombobox/index.d.ts +104 -138
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts +837 -7
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1342 -154
- package/esm/components/QDateTimePicker/constants.d.ts +58 -0
- package/esm/components/QDateTimePicker/constants.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/constants.js +84 -7
- package/esm/components/QDateTimePicker/index.d.ts +429 -24
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/types.d.ts +33 -23
- package/esm/components/QDateTimePicker/types.d.ts.map +1 -1
- package/esm/components/QDefaultsProvider/QDefaultsProvider.d.ts +1 -1
- package/esm/components/QDefaultsProvider/QDefaultsProvider.d.ts.map +1 -1
- package/esm/components/QDialog/QDialog.d.ts +1 -1
- package/esm/components/QDialog/QDialog.d.ts.map +1 -1
- package/esm/components/QDialog/QDialogProvider.d.ts +1 -1
- package/esm/components/QDialog/QDialogProvider.d.ts.map +1 -1
- package/esm/components/QDialog/QDialogProvider.vue.js +2 -3
- package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts +1 -1
- package/esm/components/QDismissibleLayer/QDismissibleLayer.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.d.ts +1 -1
- package/esm/components/QDivider/QDivider.d.ts.map +1 -1
- package/esm/components/QDivider/QDivider.vue.js +2 -2
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +2 -2
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +36 -44
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +11 -11
- package/esm/components/QDropdownMenu/index.d.ts +3 -3
- package/esm/components/QField/QField.d.ts +1 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
- package/esm/components/QFocusWrap/QFocusWrap.d.ts +1 -1
- package/esm/components/QFocusWrap/QFocusWrap.d.ts.map +1 -1
- package/esm/components/QGrid/QCol.d.ts +1 -1
- package/esm/components/QGrid/QCol.d.ts.map +1 -1
- package/esm/components/QGrid/QContainer.d.ts +1 -1
- package/esm/components/QGrid/QContainer.d.ts.map +1 -1
- package/esm/components/QGrid/QRow.d.ts +1 -1
- package/esm/components/QGrid/QRow.d.ts.map +1 -1
- package/esm/components/QGroupBox/QGroupBox.d.ts +1 -1
- package/esm/components/QGroupBox/QGroupBox.d.ts.map +1 -1
- package/esm/components/QIcon/QIcon.d.ts +1 -1
- package/esm/components/QIcon/QIcon.d.ts.map +1 -1
- package/esm/components/QIcon/QIconFont.d.ts +1 -1
- package/esm/components/QIcon/QIconFont.d.ts.map +1 -1
- package/esm/components/QIcon/QIconImg.d.ts +1 -1
- package/esm/components/QIcon/QIconImg.d.ts.map +1 -1
- package/esm/components/QIcon/QIconSvg.d.ts +1 -1
- package/esm/components/QIcon/QIconSvg.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.d.ts +1 -1
- package/esm/components/QLabel/QLabel.d.ts.map +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts +1 -1
- package/esm/components/QLineLoader/QLineLoader.d.ts.map +1 -1
- package/esm/components/QList/QList.d.ts +16 -20
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QListItem.d.ts +2 -2
- package/esm/components/QList/QListItem.d.ts.map +1 -1
- package/esm/components/QList/QListItemGroup.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts +17 -19
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.d.ts +1 -1
- package/esm/components/QMeter/QMeter.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts +8 -8
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +67 -70
- package/esm/components/QOverlay/index.d.ts +6 -6
- package/esm/components/QPasswordField/QPasswordField.d.ts +25 -33
- package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMessages.d.ts +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMessages.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.d.ts +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +13 -13
- package/esm/components/QPasswordField/index.d.ts +12 -16
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +1 -1
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyList.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +3 -3
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListGroup.vue.js +8 -8
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts +1 -1
- package/esm/components/QPropertyList/QPropertyListPanel.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +2 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/index.d.ts +1 -1
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts +1 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +26 -26
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +1 -1
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts +1 -1
- package/esm/components/QRemoveScrollBar/QRemoveScrollBar.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts +57 -77
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +51 -51
- package/esm/components/QSelect/index.d.ts +28 -38
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.d.ts +1 -1
- package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.vue.js +12 -12
- package/esm/components/QSidebar/QSidebarAnchor.d.ts +5 -9
- package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.vue.js +8 -8
- package/esm/components/QSidebar/QSidebarPanel.d.ts +1 -1
- package/esm/components/QSidebar/QSidebarPanel.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarPanel.vue.js +23 -23
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.d.ts.map +1 -1
- package/esm/components/QSkeletonLoader/QSkeletonLoader.vue.js +3 -3
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts +1 -1
- package/esm/components/QSpinnerLoader/QSpinnerLoader.d.ts.map +1 -1
- package/esm/components/QSwitch/QSwitch.d.ts +1 -1
- package/esm/components/QSwitch/QSwitch.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.d.ts +1 -1
- package/esm/components/QTextArea/QTextArea.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +14 -18
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +31 -33
- package/esm/components/QTextField/index.d.ts +9 -11
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts +1 -1
- package/esm/components/QThemeProvider/QThemeProvider.d.ts.map +1 -1
- package/esm/components/QToast/QToast.d.ts +2 -2
- package/esm/components/QToast/QToast.d.ts.map +1 -1
- package/esm/components/QToast/QToaster.d.ts +1 -1
- package/esm/components/QToast/QToaster.d.ts.map +1 -1
- package/esm/components/QToast/index.d.ts +3 -3
- package/esm/components/QToggle/QToggle.d.ts +1 -1
- package/esm/components/QToggle/QToggle.d.ts.map +1 -1
- package/esm/components/QToggleGroup/QToggleGroup.d.ts +1 -1
- package/esm/components/QToggleGroup/QToggleGroup.d.ts.map +1 -1
- package/esm/components/QToggleGroup/QToggleGroupItem.d.ts +1 -1
- package/esm/components/QToggleGroup/QToggleGroupItem.d.ts.map +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts +1 -1
- package/esm/components/QTooltip/QTooltip.d.ts.map +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts +1 -1
- package/esm/components/__internal__/QChevron/QChevron.d.ts.map +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts +1 -1
- package/esm/components/__internal__/QClearButton/QClearButton.d.ts.map +1 -1
- package/esm/composables/useInputMask/index.d.ts +50 -0
- package/esm/composables/useInputMask/index.d.ts.map +1 -0
- package/esm/composables/useInputMask/index.js +420 -0
- package/esm/utils/date.d.ts +190 -0
- package/esm/utils/date.d.ts.map +1 -0
- package/esm/utils/date.js +479 -0
- package/esm/utils/index.d.ts +1 -0
- package/esm/utils/index.d.ts.map +1 -1
- package/esm/utils/index.js +41 -18
- package/package.json +2 -4
- package/esm/composables/maska.d.ts +0 -28
- package/esm/composables/maska.d.ts.map +0 -1
- package/esm/composables/maska.js +0 -26
- package/esm/utils/date/date.d.ts +0 -9
- package/esm/utils/date/date.d.ts.map +0 -1
- package/esm/utils/date/date.js +0 -91
- package/esm/utils/date/index.d.ts +0 -4
- package/esm/utils/date/index.d.ts.map +0 -1
- package/esm/utils/date/tokens.d.ts +0 -49
- package/esm/utils/date/tokens.d.ts.map +0 -1
- package/esm/utils/date/tokens.js +0 -243
- package/esm/utils/time.js +0 -14
- package/esm/vendors/@vuepic/vue-datepicker/dist/vue-datepicker.js +0 -5150
- package/esm/vendors/date-fns/_lib/addLeadingZeros.js +0 -7
- package/esm/vendors/date-fns/_lib/defaultOptions.js +0 -7
- package/esm/vendors/date-fns/_lib/format/formatters.js +0 -583
- package/esm/vendors/date-fns/_lib/format/lightFormatters.js +0 -59
- package/esm/vendors/date-fns/_lib/format/longFormatters.js +0 -52
- package/esm/vendors/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -18
- package/esm/vendors/date-fns/_lib/normalizeDates.js +0 -11
- package/esm/vendors/date-fns/_lib/normalizeInterval.js +0 -8
- package/esm/vendors/date-fns/_lib/protectedTokens.js +0 -20
- package/esm/vendors/date-fns/add.js +0 -20
- package/esm/vendors/date-fns/addDays.js +0 -10
- package/esm/vendors/date-fns/addHours.js +0 -9
- package/esm/vendors/date-fns/addMilliseconds.js +0 -9
- package/esm/vendors/date-fns/addMonths.js +0 -20
- package/esm/vendors/date-fns/addQuarters.js +0 -8
- package/esm/vendors/date-fns/addYears.js +0 -8
- package/esm/vendors/date-fns/compareAsc.js +0 -9
- package/esm/vendors/date-fns/constants.js +0 -9
- package/esm/vendors/date-fns/constructFrom.js +0 -8
- package/esm/vendors/date-fns/differenceInCalendarDays.js +0 -16
- package/esm/vendors/date-fns/differenceInCalendarYears.js +0 -13
- package/esm/vendors/date-fns/differenceInYears.js +0 -17
- package/esm/vendors/date-fns/eachDayOfInterval.js +0 -17
- package/esm/vendors/date-fns/eachQuarterOfInterval.js +0 -18
- package/esm/vendors/date-fns/endOfQuarter.js +0 -9
- package/esm/vendors/date-fns/endOfWeek.js +0 -11
- package/esm/vendors/date-fns/endOfYear.js +0 -9
- package/esm/vendors/date-fns/format.js +0 -59
- package/esm/vendors/date-fns/getDay.js +0 -8
- package/esm/vendors/date-fns/getDayOfYear.js +0 -11
- package/esm/vendors/date-fns/getDaysInMonth.js +0 -10
- package/esm/vendors/date-fns/getDefaultOptions.js +0 -8
- package/esm/vendors/date-fns/getHours.js +0 -8
- package/esm/vendors/date-fns/getISODay.js +0 -9
- package/esm/vendors/date-fns/getISOWeek.js +0 -12
- package/esm/vendors/date-fns/getISOWeekYear.js +0 -15
- package/esm/vendors/date-fns/getMinutes.js +0 -8
- package/esm/vendors/date-fns/getMonth.js +0 -8
- package/esm/vendors/date-fns/getQuarter.js +0 -9
- package/esm/vendors/date-fns/getSeconds.js +0 -8
- package/esm/vendors/date-fns/getWeek.js +0 -12
- package/esm/vendors/date-fns/getWeekYear.js +0 -17
- package/esm/vendors/date-fns/getYear.js +0 -8
- package/esm/vendors/date-fns/isAfter.js +0 -8
- package/esm/vendors/date-fns/isBefore.js +0 -8
- package/esm/vendors/date-fns/isDate.js +0 -7
- package/esm/vendors/date-fns/isEqual.js +0 -8
- package/esm/vendors/date-fns/isSameQuarter.js +0 -14
- package/esm/vendors/date-fns/isValid.js +0 -9
- package/esm/vendors/date-fns/locale/_lib/buildFormatLongFn.js +0 -9
- package/esm/vendors/date-fns/locale/_lib/buildLocalizeFn.js +0 -18
- package/esm/vendors/date-fns/locale/_lib/buildMatchFn.js +0 -31
- package/esm/vendors/date-fns/locale/_lib/buildMatchPatternFn.js +0 -15
- package/esm/vendors/date-fns/locale/en-US/_lib/formatDistance.js +0 -70
- package/esm/vendors/date-fns/locale/en-US/_lib/formatLong.js +0 -33
- package/esm/vendors/date-fns/locale/en-US/_lib/formatRelative.js +0 -11
- package/esm/vendors/date-fns/locale/en-US/_lib/localize.js +0 -155
- package/esm/vendors/date-fns/locale/en-US/_lib/match.js +0 -110
- package/esm/vendors/date-fns/locale/en-US.js +0 -21
- package/esm/vendors/date-fns/parse/_lib/Parser.js +0 -22
- package/esm/vendors/date-fns/parse/_lib/Setter.js +0 -41
- package/esm/vendors/date-fns/parse/_lib/constants.js +0 -49
- package/esm/vendors/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -49
- package/esm/vendors/date-fns/parse/_lib/parsers/AMPMParser.js +0 -49
- package/esm/vendors/date-fns/parse/_lib/parsers/DateParser.js +0 -61
- package/esm/vendors/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -51
- package/esm/vendors/date-fns/parse/_lib/parsers/DayParser.js +0 -49
- package/esm/vendors/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -49
- package/esm/vendors/date-fns/parse/_lib/parsers/EraParser.js +0 -33
- package/esm/vendors/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -21
- package/esm/vendors/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -22
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -32
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -32
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -33
- package/esm/vendors/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -33
- package/esm/vendors/date-fns/parse/_lib/parsers/ISODayParser.js +0 -105
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -48
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -48
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -49
- package/esm/vendors/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -40
- package/esm/vendors/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -80
- package/esm/vendors/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -48
- package/esm/vendors/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -69
- package/esm/vendors/date-fns/parse/_lib/parsers/MinuteParser.js +0 -32
- package/esm/vendors/date-fns/parse/_lib/parsers/MonthParser.js +0 -77
- package/esm/vendors/date-fns/parse/_lib/parsers/QuarterParser.js +0 -75
- package/esm/vendors/date-fns/parse/_lib/parsers/SecondParser.js +0 -32
- package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -80
- package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -77
- package/esm/vendors/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -75
- package/esm/vendors/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -22
- package/esm/vendors/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -22
- package/esm/vendors/date-fns/parse/_lib/parsers/YearParser.js +0 -49
- package/esm/vendors/date-fns/parse/_lib/parsers.js +0 -67
- package/esm/vendors/date-fns/parse/_lib/utils.js +0 -103
- package/esm/vendors/date-fns/parse.js +0 -89
- package/esm/vendors/date-fns/set.js +0 -11
- package/esm/vendors/date-fns/setDay.js +0 -12
- package/esm/vendors/date-fns/setHours.js +0 -9
- package/esm/vendors/date-fns/setISODay.js +0 -11
- package/esm/vendors/date-fns/setISOWeek.js +0 -10
- package/esm/vendors/date-fns/setMilliseconds.js +0 -9
- package/esm/vendors/date-fns/setMinutes.js +0 -9
- package/esm/vendors/date-fns/setMonth.js +0 -13
- package/esm/vendors/date-fns/setSeconds.js +0 -9
- package/esm/vendors/date-fns/setWeek.js +0 -10
- package/esm/vendors/date-fns/setYear.js +0 -10
- package/esm/vendors/date-fns/startOfDay.js +0 -9
- package/esm/vendors/date-fns/startOfISOWeek.js +0 -8
- package/esm/vendors/date-fns/startOfISOWeekYear.js +0 -11
- package/esm/vendors/date-fns/startOfMonth.js +0 -9
- package/esm/vendors/date-fns/startOfQuarter.js +0 -9
- package/esm/vendors/date-fns/startOfWeek.js +0 -11
- package/esm/vendors/date-fns/startOfWeekYear.js +0 -13
- package/esm/vendors/date-fns/startOfYear.js +0 -9
- package/esm/vendors/date-fns/sub.js +0 -19
- package/esm/vendors/date-fns/subDays.js +0 -8
- package/esm/vendors/date-fns/subMonths.js +0 -8
- package/esm/vendors/date-fns/subYears.js +0 -8
- package/esm/vendors/date-fns/toDate.js +0 -8
- package/esm/vendors/date-fns/transpose.js +0 -18
- package/esm/vendors/maska/dist/maska.js +0 -179
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { DEFAULT_ICONS, DEFAULT_TEXTS } from './constants';
|
|
2
|
-
import {
|
|
2
|
+
import { QButtonVariant } from '../QButton';
|
|
3
|
+
import { QDateTimePickerProps } from '.';
|
|
4
|
+
import { nextTick } from 'vue';
|
|
3
5
|
type __VLS_Props = QDateTimePickerProps;
|
|
4
6
|
type __VLS_PublicProps = {
|
|
5
|
-
modelValue?: string | Date | Date[];
|
|
7
|
+
modelValue?: string | Date | Date[] | undefined;
|
|
6
8
|
} & __VLS_Props;
|
|
7
9
|
declare function __VLS_template(): {
|
|
8
10
|
attrs: Partial<{}>;
|
|
@@ -10,22 +12,850 @@ declare function __VLS_template(): {
|
|
|
10
12
|
extras?(_: {}): any;
|
|
11
13
|
};
|
|
12
14
|
refs: {
|
|
13
|
-
|
|
15
|
+
field: ({
|
|
16
|
+
$: import('vue').ComponentInternalInstance;
|
|
17
|
+
$data: {};
|
|
18
|
+
$props: {
|
|
19
|
+
readonly modelValue?: string | undefined;
|
|
20
|
+
readonly id?: string | undefined;
|
|
21
|
+
readonly class?: string | unknown[] | undefined;
|
|
22
|
+
readonly label?: string | undefined;
|
|
23
|
+
readonly required?: boolean | undefined;
|
|
24
|
+
readonly for?: string | undefined;
|
|
25
|
+
readonly labelPosition?: import('..').QLabelPosition | undefined;
|
|
26
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
27
|
+
readonly readonly?: boolean | undefined;
|
|
28
|
+
readonly disabled?: boolean | undefined;
|
|
29
|
+
readonly invalid?: boolean | undefined;
|
|
30
|
+
readonly placeholder?: string | undefined;
|
|
31
|
+
readonly maxLength?: number | undefined;
|
|
32
|
+
readonly clearable?: boolean | undefined;
|
|
33
|
+
readonly type?: string | undefined;
|
|
34
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
35
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
36
|
+
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
37
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
38
|
+
$attrs: import('vue').Attrs;
|
|
39
|
+
$refs: {
|
|
40
|
+
[x: string]: unknown;
|
|
41
|
+
} & {
|
|
42
|
+
field: ({
|
|
43
|
+
$: import('vue').ComponentInternalInstance;
|
|
44
|
+
$data: {};
|
|
45
|
+
$props: {
|
|
46
|
+
readonly id?: string | undefined;
|
|
47
|
+
readonly class?: string | unknown[] | undefined;
|
|
48
|
+
readonly label?: string | undefined;
|
|
49
|
+
readonly required?: boolean | undefined;
|
|
50
|
+
readonly for?: string | undefined;
|
|
51
|
+
readonly labelPosition?: import('..').QLabelPosition | undefined;
|
|
52
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
53
|
+
readonly readonly?: boolean | undefined;
|
|
54
|
+
readonly disabled?: boolean | undefined;
|
|
55
|
+
readonly invalid?: boolean | undefined;
|
|
56
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
57
|
+
$attrs: import('vue').Attrs;
|
|
58
|
+
$refs: {
|
|
59
|
+
[x: string]: unknown;
|
|
60
|
+
} & {
|
|
61
|
+
field: HTMLDivElement;
|
|
62
|
+
};
|
|
63
|
+
$slots: Readonly<{
|
|
64
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
67
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
68
|
+
$host: Element | null;
|
|
69
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
70
|
+
$el: any;
|
|
71
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
72
|
+
fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
|
|
73
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
74
|
+
size: import('..').QFieldSize;
|
|
75
|
+
labelPosition: import('..').QLabelPosition;
|
|
76
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
77
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
78
|
+
created?: (() => void) | (() => void)[];
|
|
79
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
80
|
+
mounted?: (() => void) | (() => void)[];
|
|
81
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
82
|
+
updated?: (() => void) | (() => void)[];
|
|
83
|
+
activated?: (() => void) | (() => void)[];
|
|
84
|
+
deactivated?: (() => void) | (() => void)[];
|
|
85
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
86
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
87
|
+
destroyed?: (() => void) | (() => void)[];
|
|
88
|
+
unmounted?: (() => void) | (() => void)[];
|
|
89
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
90
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
91
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
92
|
+
};
|
|
93
|
+
$forceUpdate: () => void;
|
|
94
|
+
$nextTick: typeof nextTick;
|
|
95
|
+
$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;
|
|
96
|
+
} & Readonly<{
|
|
97
|
+
size: import('..').QFieldSize;
|
|
98
|
+
labelPosition: import('..').QLabelPosition;
|
|
99
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
|
|
100
|
+
fieldRef: HTMLDivElement | null;
|
|
101
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
102
|
+
$slots: {
|
|
103
|
+
'label.prepend'?(_: {}): any;
|
|
104
|
+
'label.append'?(_: {}): any;
|
|
105
|
+
control?(_: {}): any;
|
|
106
|
+
prepend?(_: {}): any;
|
|
107
|
+
default?(_: {}): any;
|
|
108
|
+
append?(_: {}): any;
|
|
109
|
+
extras?(_: {}): any;
|
|
110
|
+
};
|
|
111
|
+
}) | null;
|
|
112
|
+
input: HTMLInputElement;
|
|
113
|
+
};
|
|
114
|
+
$slots: Readonly<{
|
|
115
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
116
|
+
}>;
|
|
117
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
118
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
119
|
+
$host: Element | null;
|
|
120
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
|
|
121
|
+
$el: any;
|
|
122
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
123
|
+
modelValue?: string;
|
|
124
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
125
|
+
label?: string;
|
|
126
|
+
required?: boolean;
|
|
127
|
+
for?: string;
|
|
128
|
+
labelPosition?: import('..').QLabelPosition;
|
|
129
|
+
} & {
|
|
130
|
+
size?: import('..').QFieldSize;
|
|
131
|
+
readonly?: boolean;
|
|
132
|
+
disabled?: boolean;
|
|
133
|
+
required?: boolean;
|
|
134
|
+
invalid?: boolean;
|
|
135
|
+
} & {
|
|
136
|
+
placeholder?: string;
|
|
137
|
+
maxLength?: number;
|
|
138
|
+
clearable?: boolean;
|
|
139
|
+
type?: string;
|
|
140
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
141
|
+
}> & Readonly<{
|
|
142
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
143
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
144
|
+
}>, {
|
|
145
|
+
fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
|
|
146
|
+
inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
147
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
148
|
+
"update:modelValue": (value: string) => any;
|
|
149
|
+
} & {
|
|
150
|
+
"click:clear": (event: Event) => any;
|
|
151
|
+
}, string, {
|
|
152
|
+
type: string;
|
|
153
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
154
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
155
|
+
created?: (() => void) | (() => void)[];
|
|
156
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
157
|
+
mounted?: (() => void) | (() => void)[];
|
|
158
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
159
|
+
updated?: (() => void) | (() => void)[];
|
|
160
|
+
activated?: (() => void) | (() => void)[];
|
|
161
|
+
deactivated?: (() => void) | (() => void)[];
|
|
162
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
163
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
164
|
+
destroyed?: (() => void) | (() => void)[];
|
|
165
|
+
unmounted?: (() => void) | (() => void)[];
|
|
166
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
167
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
168
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
169
|
+
};
|
|
170
|
+
$forceUpdate: () => void;
|
|
171
|
+
$nextTick: typeof nextTick;
|
|
172
|
+
$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;
|
|
173
|
+
} & Readonly<{
|
|
174
|
+
type: string;
|
|
175
|
+
}> & Omit<Readonly<{
|
|
176
|
+
modelValue?: string;
|
|
177
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
178
|
+
label?: string;
|
|
179
|
+
required?: boolean;
|
|
180
|
+
for?: string;
|
|
181
|
+
labelPosition?: import('..').QLabelPosition;
|
|
182
|
+
} & {
|
|
183
|
+
size?: import('..').QFieldSize;
|
|
184
|
+
readonly?: boolean;
|
|
185
|
+
disabled?: boolean;
|
|
186
|
+
required?: boolean;
|
|
187
|
+
invalid?: boolean;
|
|
188
|
+
} & {
|
|
189
|
+
placeholder?: string;
|
|
190
|
+
maxLength?: number;
|
|
191
|
+
clearable?: boolean;
|
|
192
|
+
type?: string;
|
|
193
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
194
|
+
}> & Readonly<{
|
|
195
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
196
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
197
|
+
}>, "type" | "fieldRef" | "inputRef"> & {
|
|
198
|
+
fieldRef: HTMLDivElement | null | undefined;
|
|
199
|
+
inputRef: HTMLInputElement | null;
|
|
200
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
201
|
+
$slots: {
|
|
202
|
+
'label.prepend'?(_: {}): any;
|
|
203
|
+
'label.append'?(_: {}): any;
|
|
204
|
+
prepend?(_: {}): any;
|
|
205
|
+
append?(_: {}): any;
|
|
206
|
+
extras?(_: {}): any;
|
|
207
|
+
};
|
|
208
|
+
}) | null;
|
|
209
|
+
menu: HTMLDivElement;
|
|
210
|
+
calendar: HTMLDivElement;
|
|
211
|
+
monthHeader: ({
|
|
212
|
+
$: import('vue').ComponentInternalInstance;
|
|
213
|
+
$data: {};
|
|
214
|
+
$props: {
|
|
215
|
+
readonly id?: string | undefined;
|
|
216
|
+
readonly class?: string | unknown[] | undefined;
|
|
217
|
+
readonly label?: string | undefined;
|
|
218
|
+
readonly variant?: QButtonVariant | undefined;
|
|
219
|
+
readonly color?: string | undefined;
|
|
220
|
+
readonly borderless?: boolean | undefined;
|
|
221
|
+
readonly elevated?: boolean | undefined;
|
|
222
|
+
readonly block?: boolean | undefined;
|
|
223
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
224
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
225
|
+
readonly pill?: boolean | undefined;
|
|
226
|
+
readonly disabled?: boolean | undefined;
|
|
227
|
+
readonly loading?: boolean | undefined;
|
|
228
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
229
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
230
|
+
$attrs: import('vue').Attrs;
|
|
231
|
+
$refs: {
|
|
232
|
+
[x: string]: unknown;
|
|
233
|
+
};
|
|
234
|
+
$slots: Readonly<{
|
|
235
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
236
|
+
}>;
|
|
237
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
238
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
239
|
+
$host: Element | null;
|
|
240
|
+
$emit: (event: "click", event: Event) => void;
|
|
241
|
+
$el: HTMLButtonElement;
|
|
242
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
243
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
244
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
245
|
+
click: (event: Event) => any;
|
|
246
|
+
}, string, {
|
|
247
|
+
size: import('..').QButtonSize;
|
|
248
|
+
variant: QButtonVariant;
|
|
249
|
+
color: string;
|
|
250
|
+
iconPos: import('..').QButtonIconPosition;
|
|
251
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
252
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
253
|
+
created?: (() => void) | (() => void)[];
|
|
254
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
255
|
+
mounted?: (() => void) | (() => void)[];
|
|
256
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
257
|
+
updated?: (() => void) | (() => void)[];
|
|
258
|
+
activated?: (() => void) | (() => void)[];
|
|
259
|
+
deactivated?: (() => void) | (() => void)[];
|
|
260
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
261
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
262
|
+
destroyed?: (() => void) | (() => void)[];
|
|
263
|
+
unmounted?: (() => void) | (() => void)[];
|
|
264
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
265
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
266
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
267
|
+
};
|
|
268
|
+
$forceUpdate: () => void;
|
|
269
|
+
$nextTick: typeof nextTick;
|
|
270
|
+
$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;
|
|
271
|
+
} & Readonly<{
|
|
272
|
+
size: import('..').QButtonSize;
|
|
273
|
+
variant: QButtonVariant;
|
|
274
|
+
color: string;
|
|
275
|
+
iconPos: import('..').QButtonIconPosition;
|
|
276
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
277
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
278
|
+
}>, "size" | "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
279
|
+
$slots: {
|
|
280
|
+
default?(_: {}): any;
|
|
281
|
+
append?(_: {}): any;
|
|
282
|
+
};
|
|
283
|
+
}) | null;
|
|
284
|
+
yearHeader: ({
|
|
285
|
+
$: import('vue').ComponentInternalInstance;
|
|
286
|
+
$data: {};
|
|
287
|
+
$props: {
|
|
288
|
+
readonly id?: string | undefined;
|
|
289
|
+
readonly class?: string | unknown[] | undefined;
|
|
290
|
+
readonly label?: string | undefined;
|
|
291
|
+
readonly variant?: QButtonVariant | undefined;
|
|
292
|
+
readonly color?: string | undefined;
|
|
293
|
+
readonly borderless?: boolean | undefined;
|
|
294
|
+
readonly elevated?: boolean | undefined;
|
|
295
|
+
readonly block?: boolean | undefined;
|
|
296
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
297
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
298
|
+
readonly pill?: boolean | undefined;
|
|
299
|
+
readonly disabled?: boolean | undefined;
|
|
300
|
+
readonly loading?: boolean | undefined;
|
|
301
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
302
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
303
|
+
$attrs: import('vue').Attrs;
|
|
304
|
+
$refs: {
|
|
305
|
+
[x: string]: unknown;
|
|
306
|
+
};
|
|
307
|
+
$slots: Readonly<{
|
|
308
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
309
|
+
}>;
|
|
310
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
311
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
312
|
+
$host: Element | null;
|
|
313
|
+
$emit: (event: "click", event: Event) => void;
|
|
314
|
+
$el: HTMLButtonElement;
|
|
315
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
316
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
317
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
318
|
+
click: (event: Event) => any;
|
|
319
|
+
}, string, {
|
|
320
|
+
size: import('..').QButtonSize;
|
|
321
|
+
variant: QButtonVariant;
|
|
322
|
+
color: string;
|
|
323
|
+
iconPos: import('..').QButtonIconPosition;
|
|
324
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
325
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
326
|
+
created?: (() => void) | (() => void)[];
|
|
327
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
328
|
+
mounted?: (() => void) | (() => void)[];
|
|
329
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
330
|
+
updated?: (() => void) | (() => void)[];
|
|
331
|
+
activated?: (() => void) | (() => void)[];
|
|
332
|
+
deactivated?: (() => void) | (() => void)[];
|
|
333
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
334
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
335
|
+
destroyed?: (() => void) | (() => void)[];
|
|
336
|
+
unmounted?: (() => void) | (() => void)[];
|
|
337
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
338
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
339
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
340
|
+
};
|
|
341
|
+
$forceUpdate: () => void;
|
|
342
|
+
$nextTick: typeof nextTick;
|
|
343
|
+
$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;
|
|
344
|
+
} & Readonly<{
|
|
345
|
+
size: import('..').QButtonSize;
|
|
346
|
+
variant: QButtonVariant;
|
|
347
|
+
color: string;
|
|
348
|
+
iconPos: import('..').QButtonIconPosition;
|
|
349
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
350
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
351
|
+
}>, "size" | "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
352
|
+
$slots: {
|
|
353
|
+
default?(_: {}): any;
|
|
354
|
+
append?(_: {}): any;
|
|
355
|
+
};
|
|
356
|
+
}) | null;
|
|
357
|
+
toggleTime: ({
|
|
358
|
+
$: import('vue').ComponentInternalInstance;
|
|
359
|
+
$data: {};
|
|
360
|
+
$props: {
|
|
361
|
+
readonly id?: string | undefined;
|
|
362
|
+
readonly class?: string | unknown[] | undefined;
|
|
363
|
+
readonly label?: string | undefined;
|
|
364
|
+
readonly variant?: QButtonVariant | undefined;
|
|
365
|
+
readonly color?: string | undefined;
|
|
366
|
+
readonly borderless?: boolean | undefined;
|
|
367
|
+
readonly elevated?: boolean | undefined;
|
|
368
|
+
readonly block?: boolean | undefined;
|
|
369
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
370
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
371
|
+
readonly pill?: boolean | undefined;
|
|
372
|
+
readonly disabled?: boolean | undefined;
|
|
373
|
+
readonly loading?: boolean | undefined;
|
|
374
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
375
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
376
|
+
$attrs: import('vue').Attrs;
|
|
377
|
+
$refs: {
|
|
378
|
+
[x: string]: unknown;
|
|
379
|
+
};
|
|
380
|
+
$slots: Readonly<{
|
|
381
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
382
|
+
}>;
|
|
383
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
384
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
385
|
+
$host: Element | null;
|
|
386
|
+
$emit: (event: "click", event: Event) => void;
|
|
387
|
+
$el: HTMLButtonElement;
|
|
388
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
389
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
390
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
391
|
+
click: (event: Event) => any;
|
|
392
|
+
}, string, {
|
|
393
|
+
size: import('..').QButtonSize;
|
|
394
|
+
variant: QButtonVariant;
|
|
395
|
+
color: string;
|
|
396
|
+
iconPos: import('..').QButtonIconPosition;
|
|
397
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
398
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
399
|
+
created?: (() => void) | (() => void)[];
|
|
400
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
401
|
+
mounted?: (() => void) | (() => void)[];
|
|
402
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
403
|
+
updated?: (() => void) | (() => void)[];
|
|
404
|
+
activated?: (() => void) | (() => void)[];
|
|
405
|
+
deactivated?: (() => void) | (() => void)[];
|
|
406
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
407
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
408
|
+
destroyed?: (() => void) | (() => void)[];
|
|
409
|
+
unmounted?: (() => void) | (() => void)[];
|
|
410
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
411
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
412
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
413
|
+
};
|
|
414
|
+
$forceUpdate: () => void;
|
|
415
|
+
$nextTick: typeof nextTick;
|
|
416
|
+
$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;
|
|
417
|
+
} & Readonly<{
|
|
418
|
+
size: import('..').QButtonSize;
|
|
419
|
+
variant: QButtonVariant;
|
|
420
|
+
color: string;
|
|
421
|
+
iconPos: import('..').QButtonIconPosition;
|
|
422
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
423
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
424
|
+
}>, "size" | "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
425
|
+
$slots: {
|
|
426
|
+
default?(_: {}): any;
|
|
427
|
+
append?(_: {}): any;
|
|
428
|
+
};
|
|
429
|
+
}) | null;
|
|
14
430
|
};
|
|
15
431
|
rootEl: any;
|
|
16
432
|
};
|
|
17
433
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
434
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (value: string | Date | Date[]) => any;
|
|
435
|
+
"update:modelValue": (value: string | Date | Date[] | undefined) => any;
|
|
20
436
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((value: string | Date | Date[]) => any) | undefined;
|
|
437
|
+
"onUpdate:modelValue"?: ((value: string | Date | Date[] | undefined) => any) | undefined;
|
|
22
438
|
}>, {
|
|
23
439
|
icons: typeof DEFAULT_ICONS;
|
|
24
440
|
texts: typeof DEFAULT_TEXTS;
|
|
25
|
-
|
|
441
|
+
inline: boolean;
|
|
26
442
|
format: string;
|
|
27
443
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
28
|
-
|
|
444
|
+
field: ({
|
|
445
|
+
$: import('vue').ComponentInternalInstance;
|
|
446
|
+
$data: {};
|
|
447
|
+
$props: {
|
|
448
|
+
readonly modelValue?: string | undefined;
|
|
449
|
+
readonly id?: string | undefined;
|
|
450
|
+
readonly class?: string | unknown[] | undefined;
|
|
451
|
+
readonly label?: string | undefined;
|
|
452
|
+
readonly required?: boolean | undefined;
|
|
453
|
+
readonly for?: string | undefined;
|
|
454
|
+
readonly labelPosition?: import('..').QLabelPosition | undefined;
|
|
455
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
456
|
+
readonly readonly?: boolean | undefined;
|
|
457
|
+
readonly disabled?: boolean | undefined;
|
|
458
|
+
readonly invalid?: boolean | undefined;
|
|
459
|
+
readonly placeholder?: string | undefined;
|
|
460
|
+
readonly maxLength?: number | undefined;
|
|
461
|
+
readonly clearable?: boolean | undefined;
|
|
462
|
+
readonly type?: string | undefined;
|
|
463
|
+
readonly texts?: typeof import('..').DEFAULT_TEXTS | undefined;
|
|
464
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
465
|
+
readonly "onClick:clear"?: ((event: Event) => any) | undefined;
|
|
466
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
467
|
+
$attrs: import('vue').Attrs;
|
|
468
|
+
$refs: {
|
|
469
|
+
[x: string]: unknown;
|
|
470
|
+
} & {
|
|
471
|
+
field: ({
|
|
472
|
+
$: import('vue').ComponentInternalInstance;
|
|
473
|
+
$data: {};
|
|
474
|
+
$props: {
|
|
475
|
+
readonly id?: string | undefined;
|
|
476
|
+
readonly class?: string | unknown[] | undefined;
|
|
477
|
+
readonly label?: string | undefined;
|
|
478
|
+
readonly required?: boolean | undefined;
|
|
479
|
+
readonly for?: string | undefined;
|
|
480
|
+
readonly labelPosition?: import('..').QLabelPosition | undefined;
|
|
481
|
+
readonly size?: import('..').QFieldSize | undefined;
|
|
482
|
+
readonly readonly?: boolean | undefined;
|
|
483
|
+
readonly disabled?: boolean | undefined;
|
|
484
|
+
readonly invalid?: boolean | undefined;
|
|
485
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
486
|
+
$attrs: import('vue').Attrs;
|
|
487
|
+
$refs: {
|
|
488
|
+
[x: string]: unknown;
|
|
489
|
+
} & {
|
|
490
|
+
field: HTMLDivElement;
|
|
491
|
+
};
|
|
492
|
+
$slots: Readonly<{
|
|
493
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
494
|
+
}>;
|
|
495
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
496
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
497
|
+
$host: Element | null;
|
|
498
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
499
|
+
$el: any;
|
|
500
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QFieldProps> & Readonly<{}>, {
|
|
501
|
+
fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
|
|
502
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
503
|
+
size: import('..').QFieldSize;
|
|
504
|
+
labelPosition: import('..').QLabelPosition;
|
|
505
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
506
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
507
|
+
created?: (() => void) | (() => void)[];
|
|
508
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
509
|
+
mounted?: (() => void) | (() => void)[];
|
|
510
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
511
|
+
updated?: (() => void) | (() => void)[];
|
|
512
|
+
activated?: (() => void) | (() => void)[];
|
|
513
|
+
deactivated?: (() => void) | (() => void)[];
|
|
514
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
515
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
516
|
+
destroyed?: (() => void) | (() => void)[];
|
|
517
|
+
unmounted?: (() => void) | (() => void)[];
|
|
518
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
519
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
520
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
521
|
+
};
|
|
522
|
+
$forceUpdate: () => void;
|
|
523
|
+
$nextTick: typeof nextTick;
|
|
524
|
+
$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;
|
|
525
|
+
} & Readonly<{
|
|
526
|
+
size: import('..').QFieldSize;
|
|
527
|
+
labelPosition: import('..').QLabelPosition;
|
|
528
|
+
}> & Omit<Readonly<import('..').QFieldProps> & Readonly<{}>, "fieldRef" | ("size" | "labelPosition")> & {
|
|
529
|
+
fieldRef: HTMLDivElement | null;
|
|
530
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
531
|
+
$slots: {
|
|
532
|
+
'label.prepend'?(_: {}): any;
|
|
533
|
+
'label.append'?(_: {}): any;
|
|
534
|
+
control?(_: {}): any;
|
|
535
|
+
prepend?(_: {}): any;
|
|
536
|
+
default?(_: {}): any;
|
|
537
|
+
append?(_: {}): any;
|
|
538
|
+
extras?(_: {}): any;
|
|
539
|
+
};
|
|
540
|
+
}) | null;
|
|
541
|
+
input: HTMLInputElement;
|
|
542
|
+
};
|
|
543
|
+
$slots: Readonly<{
|
|
544
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
545
|
+
}>;
|
|
546
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
547
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
548
|
+
$host: Element | null;
|
|
549
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:clear", event: Event) => void);
|
|
550
|
+
$el: any;
|
|
551
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
|
552
|
+
modelValue?: string;
|
|
553
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
554
|
+
label?: string;
|
|
555
|
+
required?: boolean;
|
|
556
|
+
for?: string;
|
|
557
|
+
labelPosition?: import('..').QLabelPosition;
|
|
558
|
+
} & {
|
|
559
|
+
size?: import('..').QFieldSize;
|
|
560
|
+
readonly?: boolean;
|
|
561
|
+
disabled?: boolean;
|
|
562
|
+
required?: boolean;
|
|
563
|
+
invalid?: boolean;
|
|
564
|
+
} & {
|
|
565
|
+
placeholder?: string;
|
|
566
|
+
maxLength?: number;
|
|
567
|
+
clearable?: boolean;
|
|
568
|
+
type?: string;
|
|
569
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
570
|
+
}> & Readonly<{
|
|
571
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
572
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
573
|
+
}>, {
|
|
574
|
+
fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
|
|
575
|
+
inputRef: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
576
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
577
|
+
"update:modelValue": (value: string) => any;
|
|
578
|
+
} & {
|
|
579
|
+
"click:clear": (event: Event) => any;
|
|
580
|
+
}, string, {
|
|
581
|
+
type: string;
|
|
582
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
583
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
584
|
+
created?: (() => void) | (() => void)[];
|
|
585
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
586
|
+
mounted?: (() => void) | (() => void)[];
|
|
587
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
588
|
+
updated?: (() => void) | (() => void)[];
|
|
589
|
+
activated?: (() => void) | (() => void)[];
|
|
590
|
+
deactivated?: (() => void) | (() => void)[];
|
|
591
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
592
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
593
|
+
destroyed?: (() => void) | (() => void)[];
|
|
594
|
+
unmounted?: (() => void) | (() => void)[];
|
|
595
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
596
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
597
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
598
|
+
};
|
|
599
|
+
$forceUpdate: () => void;
|
|
600
|
+
$nextTick: typeof nextTick;
|
|
601
|
+
$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;
|
|
602
|
+
} & Readonly<{
|
|
603
|
+
type: string;
|
|
604
|
+
}> & Omit<Readonly<{
|
|
605
|
+
modelValue?: string;
|
|
606
|
+
} & import('../../types/component').QBaseComponentProps & {
|
|
607
|
+
label?: string;
|
|
608
|
+
required?: boolean;
|
|
609
|
+
for?: string;
|
|
610
|
+
labelPosition?: import('..').QLabelPosition;
|
|
611
|
+
} & {
|
|
612
|
+
size?: import('..').QFieldSize;
|
|
613
|
+
readonly?: boolean;
|
|
614
|
+
disabled?: boolean;
|
|
615
|
+
required?: boolean;
|
|
616
|
+
invalid?: boolean;
|
|
617
|
+
} & {
|
|
618
|
+
placeholder?: string;
|
|
619
|
+
maxLength?: number;
|
|
620
|
+
clearable?: boolean;
|
|
621
|
+
type?: string;
|
|
622
|
+
texts?: typeof import('..').DEFAULT_TEXTS;
|
|
623
|
+
}> & Readonly<{
|
|
624
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
625
|
+
"onClick:clear"?: ((event: Event) => any) | undefined;
|
|
626
|
+
}>, "type" | "fieldRef" | "inputRef"> & {
|
|
627
|
+
fieldRef: HTMLDivElement | null | undefined;
|
|
628
|
+
inputRef: HTMLInputElement | null;
|
|
629
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
630
|
+
$slots: {
|
|
631
|
+
'label.prepend'?(_: {}): any;
|
|
632
|
+
'label.append'?(_: {}): any;
|
|
633
|
+
prepend?(_: {}): any;
|
|
634
|
+
append?(_: {}): any;
|
|
635
|
+
extras?(_: {}): any;
|
|
636
|
+
};
|
|
637
|
+
}) | null;
|
|
638
|
+
menu: HTMLDivElement;
|
|
639
|
+
calendar: HTMLDivElement;
|
|
640
|
+
monthHeader: ({
|
|
641
|
+
$: import('vue').ComponentInternalInstance;
|
|
642
|
+
$data: {};
|
|
643
|
+
$props: {
|
|
644
|
+
readonly id?: string | undefined;
|
|
645
|
+
readonly class?: string | unknown[] | undefined;
|
|
646
|
+
readonly label?: string | undefined;
|
|
647
|
+
readonly variant?: QButtonVariant | undefined;
|
|
648
|
+
readonly color?: string | undefined;
|
|
649
|
+
readonly borderless?: boolean | undefined;
|
|
650
|
+
readonly elevated?: boolean | undefined;
|
|
651
|
+
readonly block?: boolean | undefined;
|
|
652
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
653
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
654
|
+
readonly pill?: boolean | undefined;
|
|
655
|
+
readonly disabled?: boolean | undefined;
|
|
656
|
+
readonly loading?: boolean | undefined;
|
|
657
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
658
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
659
|
+
$attrs: import('vue').Attrs;
|
|
660
|
+
$refs: {
|
|
661
|
+
[x: string]: unknown;
|
|
662
|
+
};
|
|
663
|
+
$slots: Readonly<{
|
|
664
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
665
|
+
}>;
|
|
666
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
667
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
668
|
+
$host: Element | null;
|
|
669
|
+
$emit: (event: "click", event: Event) => void;
|
|
670
|
+
$el: HTMLButtonElement;
|
|
671
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
672
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
673
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
674
|
+
click: (event: Event) => any;
|
|
675
|
+
}, string, {
|
|
676
|
+
size: import('..').QButtonSize;
|
|
677
|
+
variant: QButtonVariant;
|
|
678
|
+
color: string;
|
|
679
|
+
iconPos: import('..').QButtonIconPosition;
|
|
680
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
681
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
682
|
+
created?: (() => void) | (() => void)[];
|
|
683
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
684
|
+
mounted?: (() => void) | (() => void)[];
|
|
685
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
686
|
+
updated?: (() => void) | (() => void)[];
|
|
687
|
+
activated?: (() => void) | (() => void)[];
|
|
688
|
+
deactivated?: (() => void) | (() => void)[];
|
|
689
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
690
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
691
|
+
destroyed?: (() => void) | (() => void)[];
|
|
692
|
+
unmounted?: (() => void) | (() => void)[];
|
|
693
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
694
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
695
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
696
|
+
};
|
|
697
|
+
$forceUpdate: () => void;
|
|
698
|
+
$nextTick: typeof nextTick;
|
|
699
|
+
$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;
|
|
700
|
+
} & Readonly<{
|
|
701
|
+
size: import('..').QButtonSize;
|
|
702
|
+
variant: QButtonVariant;
|
|
703
|
+
color: string;
|
|
704
|
+
iconPos: import('..').QButtonIconPosition;
|
|
705
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
706
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
707
|
+
}>, "size" | "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
708
|
+
$slots: {
|
|
709
|
+
default?(_: {}): any;
|
|
710
|
+
append?(_: {}): any;
|
|
711
|
+
};
|
|
712
|
+
}) | null;
|
|
713
|
+
yearHeader: ({
|
|
714
|
+
$: import('vue').ComponentInternalInstance;
|
|
715
|
+
$data: {};
|
|
716
|
+
$props: {
|
|
717
|
+
readonly id?: string | undefined;
|
|
718
|
+
readonly class?: string | unknown[] | undefined;
|
|
719
|
+
readonly label?: string | undefined;
|
|
720
|
+
readonly variant?: QButtonVariant | undefined;
|
|
721
|
+
readonly color?: string | undefined;
|
|
722
|
+
readonly borderless?: boolean | undefined;
|
|
723
|
+
readonly elevated?: boolean | undefined;
|
|
724
|
+
readonly block?: boolean | undefined;
|
|
725
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
726
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
727
|
+
readonly pill?: boolean | undefined;
|
|
728
|
+
readonly disabled?: boolean | undefined;
|
|
729
|
+
readonly loading?: boolean | undefined;
|
|
730
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
731
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
732
|
+
$attrs: import('vue').Attrs;
|
|
733
|
+
$refs: {
|
|
734
|
+
[x: string]: unknown;
|
|
735
|
+
};
|
|
736
|
+
$slots: Readonly<{
|
|
737
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
738
|
+
}>;
|
|
739
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
740
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
741
|
+
$host: Element | null;
|
|
742
|
+
$emit: (event: "click", event: Event) => void;
|
|
743
|
+
$el: HTMLButtonElement;
|
|
744
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
745
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
746
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
747
|
+
click: (event: Event) => any;
|
|
748
|
+
}, string, {
|
|
749
|
+
size: import('..').QButtonSize;
|
|
750
|
+
variant: QButtonVariant;
|
|
751
|
+
color: string;
|
|
752
|
+
iconPos: import('..').QButtonIconPosition;
|
|
753
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
754
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
755
|
+
created?: (() => void) | (() => void)[];
|
|
756
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
757
|
+
mounted?: (() => void) | (() => void)[];
|
|
758
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
759
|
+
updated?: (() => void) | (() => void)[];
|
|
760
|
+
activated?: (() => void) | (() => void)[];
|
|
761
|
+
deactivated?: (() => void) | (() => void)[];
|
|
762
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
763
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
764
|
+
destroyed?: (() => void) | (() => void)[];
|
|
765
|
+
unmounted?: (() => void) | (() => void)[];
|
|
766
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
767
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
768
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
769
|
+
};
|
|
770
|
+
$forceUpdate: () => void;
|
|
771
|
+
$nextTick: typeof nextTick;
|
|
772
|
+
$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;
|
|
773
|
+
} & Readonly<{
|
|
774
|
+
size: import('..').QButtonSize;
|
|
775
|
+
variant: QButtonVariant;
|
|
776
|
+
color: string;
|
|
777
|
+
iconPos: import('..').QButtonIconPosition;
|
|
778
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
779
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
780
|
+
}>, "size" | "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
781
|
+
$slots: {
|
|
782
|
+
default?(_: {}): any;
|
|
783
|
+
append?(_: {}): any;
|
|
784
|
+
};
|
|
785
|
+
}) | null;
|
|
786
|
+
toggleTime: ({
|
|
787
|
+
$: import('vue').ComponentInternalInstance;
|
|
788
|
+
$data: {};
|
|
789
|
+
$props: {
|
|
790
|
+
readonly id?: string | undefined;
|
|
791
|
+
readonly class?: string | unknown[] | undefined;
|
|
792
|
+
readonly label?: string | undefined;
|
|
793
|
+
readonly variant?: QButtonVariant | undefined;
|
|
794
|
+
readonly color?: string | undefined;
|
|
795
|
+
readonly borderless?: boolean | undefined;
|
|
796
|
+
readonly elevated?: boolean | undefined;
|
|
797
|
+
readonly block?: boolean | undefined;
|
|
798
|
+
readonly size?: import('..').QButtonSize | undefined;
|
|
799
|
+
readonly iconPos?: import('..').QButtonIconPosition | undefined;
|
|
800
|
+
readonly pill?: boolean | undefined;
|
|
801
|
+
readonly disabled?: boolean | undefined;
|
|
802
|
+
readonly loading?: boolean | undefined;
|
|
803
|
+
readonly onClick?: ((event: Event) => any) | undefined;
|
|
804
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
805
|
+
$attrs: import('vue').Attrs;
|
|
806
|
+
$refs: {
|
|
807
|
+
[x: string]: unknown;
|
|
808
|
+
};
|
|
809
|
+
$slots: Readonly<{
|
|
810
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
811
|
+
}>;
|
|
812
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
813
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
814
|
+
$host: Element | null;
|
|
815
|
+
$emit: (event: "click", event: Event) => void;
|
|
816
|
+
$el: HTMLButtonElement;
|
|
817
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').QButtonProps> & Readonly<{
|
|
818
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
819
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
820
|
+
click: (event: Event) => any;
|
|
821
|
+
}, string, {
|
|
822
|
+
size: import('..').QButtonSize;
|
|
823
|
+
variant: QButtonVariant;
|
|
824
|
+
color: string;
|
|
825
|
+
iconPos: import('..').QButtonIconPosition;
|
|
826
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
827
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
828
|
+
created?: (() => void) | (() => void)[];
|
|
829
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
830
|
+
mounted?: (() => void) | (() => void)[];
|
|
831
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
832
|
+
updated?: (() => void) | (() => void)[];
|
|
833
|
+
activated?: (() => void) | (() => void)[];
|
|
834
|
+
deactivated?: (() => void) | (() => void)[];
|
|
835
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
836
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
837
|
+
destroyed?: (() => void) | (() => void)[];
|
|
838
|
+
unmounted?: (() => void) | (() => void)[];
|
|
839
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
840
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
841
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
842
|
+
};
|
|
843
|
+
$forceUpdate: () => void;
|
|
844
|
+
$nextTick: typeof nextTick;
|
|
845
|
+
$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;
|
|
846
|
+
} & Readonly<{
|
|
847
|
+
size: import('..').QButtonSize;
|
|
848
|
+
variant: QButtonVariant;
|
|
849
|
+
color: string;
|
|
850
|
+
iconPos: import('..').QButtonIconPosition;
|
|
851
|
+
}> & Omit<Readonly<import('..').QButtonProps> & Readonly<{
|
|
852
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
853
|
+
}>, "size" | "variant" | "color" | "iconPos"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
854
|
+
$slots: {
|
|
855
|
+
default?(_: {}): any;
|
|
856
|
+
append?(_: {}): any;
|
|
857
|
+
};
|
|
858
|
+
}) | null;
|
|
29
859
|
}, any>;
|
|
30
860
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
861
|
export default _default;
|