sprintify-ui 0.10.65 → 0.10.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +266 -266
- package/dist/{BaseCkeditor-D6D4FPEb.js → BaseCkeditor-B4PbYw6a.js} +2 -2
- package/dist/sprintify-ui.es.js +4435 -4557
- package/dist/style.css +3 -3
- package/dist/tailwindcss/button.js +260 -260
- package/dist/tailwindcss/index.js +21 -21
- package/dist/tailwindcss/input.js +22 -22
- package/dist/tailwindcss/overlay.js +12 -12
- package/dist/tailwindcss/table.js +91 -91
- package/dist/tailwindcss/theme.js +52 -52
- package/dist/types/components/BaseActionButtons.vue.d.ts +1 -1
- package/dist/types/components/BaseActionItem.vue.d.ts +7 -10
- package/dist/types/components/BaseAddressForm.vue.d.ts +1 -1
- package/dist/types/components/BaseAlert.vue.d.ts +24 -11
- package/dist/types/components/BaseApp.vue.d.ts +14 -12
- package/dist/types/components/BaseAssign.vue.d.ts +1 -1
- package/dist/types/components/BaseAutocomplete.vue.d.ts +665 -455
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +119 -24
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +1033 -412
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
- package/dist/types/components/BaseBadge.vue.d.ts +23 -11
- package/dist/types/components/BaseBelongsTo.vue.d.ts +998 -411
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +754 -371
- package/dist/types/components/BaseBoolean.vue.d.ts +1 -1
- package/dist/types/components/BaseBreadcrumbs.vue.d.ts +1 -1
- package/dist/types/components/BaseButton.vue.d.ts +78 -16
- package/dist/types/components/BaseButtonGroup.vue.d.ts +166 -15
- package/dist/types/components/BaseCard.vue.d.ts +26 -12
- package/dist/types/components/BaseCardRow.vue.d.ts +20 -11
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseClipboard.vue.d.ts +45 -13
- package/dist/types/components/BaseCollapse.vue.d.ts +41 -20
- package/dist/types/components/BaseContainer.vue.d.ts +16 -11
- package/dist/types/components/BaseCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCropper.vue.d.ts +55 -30
- package/dist/types/components/BaseDataIterator.vue.d.ts +43 -42
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +15 -12
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +1 -1
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +19 -10
- package/dist/types/components/BaseDataTable.vue.d.ts +2090 -738
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +576 -100
- package/dist/types/components/BaseDatePicker.vue.d.ts +1 -1
- package/dist/types/components/BaseDateSelect.vue.d.ts +1 -1
- package/dist/types/components/BaseDescriptionList.vue.d.ts +12 -12
- package/dist/types/components/BaseDescriptionListItem.vue.d.ts +16 -15
- package/dist/types/components/BaseDialog.vue.d.ts +114 -413
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +55 -13
- package/dist/types/components/BaseDraggable.vue.d.ts +25 -16
- package/dist/types/components/BaseDropdown.vue.d.ts +155 -17
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +131 -16
- package/dist/types/components/BaseField.vue.d.ts +103 -12
- package/dist/types/components/BaseFieldI18n.vue.d.ts +1 -1
- package/dist/types/components/BaseFilePicker.vue.d.ts +35 -16
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +87 -42
- package/dist/types/components/BaseFileUploader.vue.d.ts +195 -29
- package/dist/types/components/BaseForm.vue.d.ts +161 -20
- package/dist/types/components/BaseGantt.vue.d.ts +1130 -409
- package/dist/types/components/BaseHasMany.vue.d.ts +590 -347
- package/dist/types/components/BaseHasManyFetch.vue.d.ts +602 -251
- package/dist/types/components/BaseHeader.vue.d.ts +1 -1
- package/dist/types/components/BaseIconPicker.vue.d.ts +1 -1
- package/dist/types/components/BaseInputError.vue.d.ts +23 -11
- package/dist/types/components/BaseJsonReaderItem.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutSidebar.vue.d.ts +124 -16
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +115 -13
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +69 -22
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +120 -10
- package/dist/types/components/BaseLazy.vue.d.ts +20 -15
- package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaLibrary.vue.d.ts +234 -34
- package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMenu.vue.d.ts +233 -30
- package/dist/types/components/BaseMenuItem.vue.d.ts +1 -1
- package/dist/types/components/BaseModalCenter.vue.d.ts +88 -12
- package/dist/types/components/BaseModalSide.vue.d.ts +85 -12
- package/dist/types/components/BaseNavbar.vue.d.ts +88 -22
- package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarItemContent.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +1 -1
- package/dist/types/components/BasePagination.vue.d.ts +1 -1
- package/dist/types/components/BaseRadioGroup.vue.d.ts +113 -13
- package/dist/types/components/BaseReadMore.vue.d.ts +31 -12
- package/dist/types/components/BaseRichText.vue.d.ts +1 -1
- package/dist/types/components/BaseSelect.vue.d.ts +149 -12
- package/dist/types/components/BaseShortcut.vue.d.ts +1 -1
- package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -12
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +22 -13
- package/dist/types/components/BaseSkeleton.vue.d.ts +3 -3
- package/dist/types/components/BaseStepper.vue.d.ts +1 -1
- package/dist/types/components/BaseSwitch.vue.d.ts +122 -13
- package/dist/types/components/BaseSystemAlert.vue.d.ts +58 -11
- package/dist/types/components/BaseTabItem.vue.d.ts +35 -18
- package/dist/types/components/BaseTable.vue.d.ts +29 -14
- package/dist/types/components/BaseTableBody.vue.d.ts +9 -12
- package/dist/types/components/BaseTableCell.vue.d.ts +40 -15
- package/dist/types/components/BaseTableColumn.vue.d.ts +3 -3
- package/dist/types/components/BaseTableHead.vue.d.ts +14 -12
- package/dist/types/components/BaseTableHeader.vue.d.ts +46 -17
- package/dist/types/components/BaseTableRow.vue.d.ts +40 -13
- package/dist/types/components/BaseTabs.vue.d.ts +21 -15
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +602 -203
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +807 -348
- package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +1 -1
- package/dist/types/components/BaseTimeline.vue.d.ts +1 -1
- package/dist/types/components/BaseTimelineItem.vue.d.ts +1 -1
- package/dist/types/components/BaseToast.vue.d.ts +1 -1
- package/dist/types/components/BaseTooltip.vue.d.ts +41 -15
- package/dist/types/components/BaseUniqueCode.vue.d.ts +1 -1
- package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
- package/dist/types/stories/PageShow.vue.d.ts +1 -1
- package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
- package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
- package/package.json +135 -135
- package/src/assets/base-cropper.css +61 -61
- package/src/assets/base-date-picker.css +4 -4
- package/src/assets/base-rich-text.css +270 -270
- package/src/assets/base-spinner.css +18 -18
- package/src/assets/base-tabs.css +4 -4
- package/src/assets/base-time-picker.css +9 -9
- package/src/assets/flatpickr.css +247 -247
- package/src/assets/form.css +6 -6
- package/src/assets/google-pac.css +25 -25
- package/src/assets/main.css +56 -56
- package/src/assets/tailwind.css +2 -2
- package/src/changelog.mdx +6 -6
- package/src/components/BaseActionButtons.vue +76 -76
- package/src/components/BaseActionItem.vue +80 -80
- package/src/components/BaseActionItemButton.vue +75 -75
- package/src/components/BaseAddressForm.stories.js +114 -114
- package/src/components/BaseAddressForm.vue +382 -382
- package/src/components/BaseAlert.stories.js +75 -75
- package/src/components/BaseAlert.vue +101 -101
- package/src/components/BaseApp.vue +16 -16
- package/src/components/BaseAppDialogs.vue +126 -126
- package/src/components/BaseAppSnackbars.vue +40 -40
- package/src/components/BaseAssign.mdx +98 -98
- package/src/components/BaseAssign.stories.js +78 -78
- package/src/components/BaseAssign.vue +366 -366
- package/src/components/BaseAutocomplete.stories.js +243 -243
- package/src/components/BaseAutocomplete.vue +603 -603
- package/src/components/BaseAutocompleteDrawer.vue +386 -386
- package/src/components/BaseAutocompleteFetch.stories.js +224 -224
- package/src/components/BaseAutocompleteFetch.vue +314 -314
- package/src/components/BaseAvatar.stories.js +39 -39
- package/src/components/BaseAvatar.vue +164 -164
- package/src/components/BaseAvatarGroup.stories.js +71 -71
- package/src/components/BaseAvatarGroup.vue +148 -148
- package/src/components/BaseBadge.stories.js +132 -130
- package/src/components/BaseBadge.vue +118 -97
- package/src/components/BaseBelongsTo.stories.js +220 -220
- package/src/components/BaseBelongsTo.vue +164 -164
- package/src/components/BaseBelongsToFetch.stories.js +223 -223
- package/src/components/BaseBelongsToFetch.vue +213 -213
- package/src/components/BaseBoolean.stories.js +35 -35
- package/src/components/BaseBoolean.vue +26 -26
- package/src/components/BaseBreadcrumbs.stories.js +50 -50
- package/src/components/BaseBreadcrumbs.vue +109 -109
- package/src/components/BaseButton.stories.js +126 -126
- package/src/components/BaseButton.vue +279 -279
- package/src/components/BaseButtonGroup.stories.js +114 -114
- package/src/components/BaseButtonGroup.vue +193 -193
- package/src/components/BaseCard.stories.js +63 -63
- package/src/components/BaseCard.vue +49 -49
- package/src/components/BaseCardRow.vue +53 -53
- package/src/components/BaseCharacterCounter.stories.js +30 -30
- package/src/components/BaseCharacterCounter.vue +64 -64
- package/src/components/BaseCkeditor.vue +154 -154
- package/src/components/BaseClipboard.stories.js +55 -55
- package/src/components/BaseClipboard.vue +105 -105
- package/src/components/BaseCollapse.stories.js +168 -168
- package/src/components/BaseCollapse.vue +98 -98
- package/src/components/BaseColor.stories.js +66 -66
- package/src/components/BaseColor.vue +155 -155
- package/src/components/BaseContainer.stories.js +34 -34
- package/src/components/BaseContainer.vue +64 -64
- package/src/components/BaseCounter.stories.js +47 -47
- package/src/components/BaseCounter.vue +83 -83
- package/src/components/BaseCropper.stories.js +113 -113
- package/src/components/BaseCropper.vue +390 -390
- package/src/components/BaseCropperModal.stories.js +54 -54
- package/src/components/BaseCropperModal.vue +143 -143
- package/src/components/BaseDataIterator.stories.js +292 -292
- package/src/components/BaseDataIterator.vue +986 -986
- package/src/components/BaseDataIteratorSectionBox.vue +36 -36
- package/src/components/BaseDataIteratorSectionButton.vue +42 -42
- package/src/components/BaseDataIteratorSectionColumns.vue +150 -150
- package/src/components/BaseDataIteratorSectionModal.vue +41 -41
- package/src/components/BaseDataTable.stories.js +393 -393
- package/src/components/BaseDataTable.vue +966 -966
- package/src/components/BaseDataTableRowAction.vue +70 -70
- package/src/components/BaseDataTableTemplate.vue +831 -838
- package/src/components/BaseDatePicker.stories.js +166 -166
- package/src/components/BaseDatePicker.vue +372 -372
- package/src/components/BaseDateSelect.stories.js +68 -68
- package/src/components/BaseDateSelect.vue +222 -222
- package/src/components/BaseDescriptionList.stories.js +35 -35
- package/src/components/BaseDescriptionList.vue +13 -13
- package/src/components/BaseDescriptionListItem.vue +47 -47
- package/src/components/BaseDialog.stories.js +95 -95
- package/src/components/BaseDialog.vue +221 -221
- package/src/components/BaseDisplayRelativeTime.stories.js +47 -47
- package/src/components/BaseDisplayRelativeTime.vue +126 -126
- package/src/components/BaseDraggable.stories.js +34 -34
- package/src/components/BaseDraggable.vue +111 -111
- package/src/components/BaseDropdown.stories.js +164 -164
- package/src/components/BaseDropdown.vue +74 -74
- package/src/components/BaseDropdownAutocomplete.stories.js +208 -208
- package/src/components/BaseDropdownAutocomplete.vue +203 -203
- package/src/components/BaseField.vue +151 -151
- package/src/components/BaseFieldI18n.stories.js +37 -37
- package/src/components/BaseFieldI18n.vue +170 -170
- package/src/components/BaseFilePicker.stories.js +84 -84
- package/src/components/BaseFilePicker.vue +163 -163
- package/src/components/BaseFilePickerCrop.stories.js +135 -135
- package/src/components/BaseFilePickerCrop.vue +130 -130
- package/src/components/BaseFileUploader.stories.js +101 -101
- package/src/components/BaseFileUploader.vue +185 -185
- package/src/components/BaseForm.mdx +87 -87
- package/src/components/BaseForm.stories.js +133 -133
- package/src/components/BaseForm.vue +372 -372
- package/src/components/BaseGantt.stories.js +145 -145
- package/src/components/BaseGantt.vue +384 -384
- package/src/components/BaseHasMany.stories.js +211 -211
- package/src/components/BaseHasMany.vue +135 -135
- package/src/components/BaseHasManyFetch.stories.js +278 -278
- package/src/components/BaseHasManyFetch.vue +222 -222
- package/src/components/BaseHeader.stories.js +137 -137
- package/src/components/BaseHeader.vue +141 -141
- package/src/components/BaseIconPicker.stories.js +22 -22
- package/src/components/BaseIconPicker.vue +225 -225
- package/src/components/BaseInput.stories.js +202 -202
- package/src/components/BaseInput.vue +402 -402
- package/src/components/BaseInputError.vue +39 -39
- package/src/components/BaseInputLabel.stories.js +36 -36
- package/src/components/BaseInputLabel.vue +83 -83
- package/src/components/BaseInputPercent.stories.js +66 -66
- package/src/components/BaseInputPercent.vue +139 -139
- package/src/components/BaseJsonReader.stories.js +120 -120
- package/src/components/BaseJsonReader.vue +51 -51
- package/src/components/BaseJsonReaderItem.vue +119 -119
- package/src/components/BaseLayoutNotificationDropdown.vue +153 -153
- package/src/components/BaseLayoutNotificationItem.vue +53 -53
- package/src/components/BaseLayoutNotificationItemContent.vue +41 -41
- package/src/components/BaseLayoutSidebar.vue +300 -300
- package/src/components/BaseLayoutSidebarConfigurable.stories.js +217 -217
- package/src/components/BaseLayoutSidebarConfigurable.vue +202 -202
- package/src/components/BaseLayoutStacked.vue +78 -78
- package/src/components/BaseLayoutStackedConfigurable.stories.js +181 -181
- package/src/components/BaseLayoutStackedConfigurable.vue +196 -196
- package/src/components/BaseLazy.stories.js +59 -59
- package/src/components/BaseLazy.vue +80 -80
- package/src/components/BaseLoadingCover.stories.js +55 -55
- package/src/components/BaseLoadingCover.vue +101 -101
- package/src/components/BaseMediaGallery.vue +96 -96
- package/src/components/BaseMediaGalleryItem.vue +101 -101
- package/src/components/BaseMediaItem.stories.js +41 -41
- package/src/components/BaseMediaItem.vue +80 -80
- package/src/components/BaseMediaLibrary.stories.js +267 -267
- package/src/components/BaseMediaLibrary.vue +357 -357
- package/src/components/BaseMediaList.vue +67 -67
- package/src/components/BaseMediaListItem.vue +213 -213
- package/src/components/BaseMediaPictures.vue +64 -64
- package/src/components/BaseMediaPicturesItem.vue +100 -100
- package/src/components/BaseMediaPreview.stories.js +72 -72
- package/src/components/BaseMediaPreview.vue +106 -106
- package/src/components/BaseMenu.stories.js +134 -134
- package/src/components/BaseMenu.vue +187 -187
- package/src/components/BaseMenuItem.vue +177 -177
- package/src/components/BaseModalCenter.stories.js +68 -68
- package/src/components/BaseModalCenter.vue +128 -128
- package/src/components/BaseModalSide.stories.js +61 -61
- package/src/components/BaseModalSide.vue +130 -130
- package/src/components/BaseNavbar.stories.js +152 -152
- package/src/components/BaseNavbar.vue +191 -191
- package/src/components/BaseNavbarItem.vue +108 -108
- package/src/components/BaseNavbarItemContent.vue +124 -124
- package/src/components/BaseNavbarSideItem.vue +187 -187
- package/src/components/BaseNavbarSideItemContent.vue +126 -126
- package/src/components/BasePagination.stories.js +35 -35
- package/src/components/BasePagination.vue +266 -266
- package/src/components/BasePanel.stories.js +56 -56
- package/src/components/BasePanel.vue +42 -42
- package/src/components/BasePassword.stories.js +80 -80
- package/src/components/BasePassword.vue +87 -87
- package/src/components/BaseProgressCircle.stories.js +27 -27
- package/src/components/BaseProgressCircle.vue +80 -80
- package/src/components/BaseRadioGroup.stories.js +87 -87
- package/src/components/BaseRadioGroup.vue +124 -124
- package/src/components/BaseReadMore.stories.js +30 -30
- package/src/components/BaseReadMore.vue +73 -73
- package/src/components/BaseRichText.stories.js +90 -90
- package/src/components/BaseRichText.vue +87 -87
- package/src/components/BaseScrollColumn.vue +128 -128
- package/src/components/BaseSelect.stories.js +151 -151
- package/src/components/BaseSelect.vue +241 -241
- package/src/components/BaseShortcut.stories.js +100 -100
- package/src/components/BaseShortcut.vue +114 -114
- package/src/components/BaseSideNavigation.stories.js +85 -85
- package/src/components/BaseSideNavigation.vue +32 -32
- package/src/components/BaseSideNavigationItem.vue +99 -99
- package/src/components/BaseSkeleton.stories.js +36 -36
- package/src/components/BaseSkeleton.vue +40 -40
- package/src/components/BaseStatistic.stories.js +51 -51
- package/src/components/BaseStatistic.vue +98 -98
- package/src/components/BaseStepper.stories.js +94 -94
- package/src/components/BaseStepper.vue +72 -72
- package/src/components/BaseStepperItem.stories.js +65 -65
- package/src/components/BaseStepperItem.vue +149 -149
- package/src/components/BaseSwitch.stories.js +133 -133
- package/src/components/BaseSwitch.vue +228 -226
- package/src/components/BaseSystemAlert.stories.js +63 -63
- package/src/components/BaseSystemAlert.vue +89 -89
- package/src/components/BaseTabItem.vue +192 -192
- package/src/components/BaseTable.stories.js +214 -214
- package/src/components/BaseTable.vue +111 -111
- package/src/components/BaseTableBody.vue +14 -14
- package/src/components/BaseTableCell.vue +204 -204
- package/src/components/BaseTableColumn.vue +140 -140
- package/src/components/BaseTableHead.vue +38 -38
- package/src/components/BaseTableHeader.vue +139 -139
- package/src/components/BaseTableRow.vue +197 -197
- package/src/components/BaseTabs.stories.js +165 -165
- package/src/components/BaseTabs.vue +203 -203
- package/src/components/BaseTagAutocomplete.stories.js +271 -271
- package/src/components/BaseTagAutocomplete.vue +565 -565
- package/src/components/BaseTagAutocompleteFetch.stories.js +211 -211
- package/src/components/BaseTagAutocompleteFetch.vue +237 -237
- package/src/components/BaseTextarea.stories.js +81 -81
- package/src/components/BaseTextarea.vue +138 -138
- package/src/components/BaseTextareaAutoresize.stories.js +125 -125
- package/src/components/BaseTextareaAutoresize.vue +187 -187
- package/src/components/BaseTimePicker.stories.js +68 -68
- package/src/components/BaseTimePicker.vue +379 -379
- package/src/components/BaseTimeline.stories.js +55 -55
- package/src/components/BaseTimeline.vue +38 -38
- package/src/components/BaseTimelineItem.stories.js +77 -77
- package/src/components/BaseTimelineItem.vue +90 -90
- package/src/components/BaseToast.stories.js +50 -50
- package/src/components/BaseToast.vue +43 -43
- package/src/components/BaseTooltip.stories.js +65 -65
- package/src/components/BaseTooltip.vue +93 -93
- package/src/components/BaseUniqueCode.stories.js +36 -36
- package/src/components/BaseUniqueCode.vue +183 -183
- package/src/components/SlotComponent.ts +37 -37
- package/src/components/index.ts +222 -222
- package/src/composables/breakpoints.ts +94 -94
- package/src/composables/clickOutside.ts +80 -80
- package/src/composables/field.ts +156 -156
- package/src/composables/hasOptions.ts +86 -86
- package/src/composables/inputSize.ts +35 -35
- package/src/composables/isLastColumn.ts +30 -30
- package/src/composables/mediaQuery.ts +42 -42
- package/src/composables/modal.ts +73 -73
- package/src/composables/paginatedData.ts +76 -76
- package/src/composables/tooltip.ts +84 -84
- package/src/constants/MyConstants.ts +1 -1
- package/src/constants/index.ts +5 -5
- package/src/env.d.ts +15 -15
- package/src/i18n/index.ts +60 -60
- package/src/index.ts +138 -138
- package/src/lang/en.json +101 -101
- package/src/lang/fr.json +101 -101
- package/src/services/gantt/format.ts +133 -133
- package/src/services/gantt/timescale.ts +250 -250
- package/src/services/gantt/types.ts +81 -81
- package/src/services/table/classes.ts +37 -37
- package/src/services/table/customKeyActions.ts +2 -2
- package/src/services/table/types.ts +27 -27
- package/src/stores/dialogs.ts +48 -48
- package/src/stores/i18n.ts +14 -14
- package/src/stores/snackbars.ts +47 -47
- package/src/stores/systemAlerts.ts +32 -32
- package/src/stories/InputSizes.stories.js +21 -21
- package/src/stories/List.stories.js +136 -136
- package/src/stories/PageInputSizes.vue +228 -228
- package/src/stories/PageShow.vue +423 -423
- package/src/stories/Show.stories.js +21 -21
- package/src/svg/BaseEmptyState.vue +38 -38
- package/src/svg/BaseSpinnerLarge.vue +40 -40
- package/src/svg/BaseSpinnerSmall.vue +13 -13
- package/src/types/Color.ts +9 -9
- package/src/types/Country.ts +4 -4
- package/src/types/ImagePickerResult.ts +5 -5
- package/src/types/Media.ts +10 -10
- package/src/types/Notification.ts +11 -11
- package/src/types/Region.ts +5 -5
- package/src/types/Status.ts +5 -5
- package/src/types/StepperItem.ts +8 -8
- package/src/types/ToolbarOption.ts +1 -1
- package/src/types/UploadedFile.ts +11 -11
- package/src/types/User.ts +7 -7
- package/src/types/index.ts +302 -302
- package/src/utils/blob.ts +30 -30
- package/src/utils/colors.ts +239 -239
- package/src/utils/cropper/avatar.ts +33 -33
- package/src/utils/cropper/cover.ts +41 -41
- package/src/utils/cropper/presetInterface.ts +16 -16
- package/src/utils/cropper/presets.ts +7 -7
- package/src/utils/deepIncludes.ts +76 -76
- package/src/utils/fileSizeFormat.ts +15 -15
- package/src/utils/fileValidations.ts +26 -26
- package/src/utils/getApiData.ts +11 -11
- package/src/utils/index.ts +18 -18
- package/src/utils/resizeImageFromURI.ts +118 -118
- package/src/utils/scrollPreventer.ts +11 -11
- package/src/utils/sizeBehaviors.ts +3 -3
- package/src/utils/sizes.ts +38 -38
- package/src/utils/slots.ts +12 -12
- package/src/utils/storage.ts +36 -36
- package/src/utils/toHumanList.ts +20 -20
- package/src/utils/uuid.ts +7 -7
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { GanttRow } from '@/services/gantt/types';
|
|
1
|
+
import { GanttRow, GanttRowFormatted, Group, Tick, NowLine } from '@/services/gantt/types';
|
|
2
|
+
import { slate } from 'tailwindcss/colors';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
rows: GanttRow[];
|
|
4
5
|
rowHeight?: number;
|
|
@@ -6,416 +7,1136 @@ type __VLS_Props = {
|
|
|
6
7
|
maxHeight?: number;
|
|
7
8
|
includeToday?: boolean;
|
|
8
9
|
};
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
10
|
+
declare const SIDEBAR_WIDTH = 120;
|
|
11
|
+
declare const HEADER_HEIGHT = 40;
|
|
12
|
+
declare const contentRef: import("vue").Ref<HTMLDivElement | null, HTMLDivElement | null>;
|
|
13
|
+
declare const itemsRef: import("vue").Ref<HTMLUListElement | null, HTMLUListElement | null>;
|
|
14
|
+
declare const width: import("vue").Ref<number, number>;
|
|
15
|
+
declare const height: import("vue").Ref<number, number>;
|
|
16
|
+
declare const rowsInternal: import("vue").Ref<{
|
|
17
|
+
id: number | string;
|
|
18
|
+
name: string;
|
|
19
|
+
meta?: Record<string, unknown> | undefined;
|
|
20
|
+
items: {
|
|
21
|
+
id: number | string;
|
|
22
|
+
start: {
|
|
23
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
24
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
25
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
26
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
27
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
28
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
29
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
30
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
31
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
32
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
33
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
34
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
35
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
36
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
37
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
38
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
39
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
40
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
41
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
42
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
43
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
44
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
45
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
46
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
47
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
48
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
49
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
50
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
51
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
52
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
53
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
54
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
55
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
56
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
57
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
58
|
+
readonly isInLeapYear: boolean;
|
|
59
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
60
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
61
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
62
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
63
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
64
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
65
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
66
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
67
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
68
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
69
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
70
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
71
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
72
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
73
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
74
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
75
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
76
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
77
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
78
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
79
|
+
toISOWeekDate: () => string | null;
|
|
80
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
81
|
+
toRFC2822: () => string | null;
|
|
82
|
+
toHTTP: () => string | null;
|
|
83
|
+
toSQLDate: () => string | null;
|
|
84
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
85
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
86
|
+
toString: () => string;
|
|
87
|
+
valueOf: () => number;
|
|
88
|
+
toMillis: () => number;
|
|
89
|
+
toSeconds: () => number;
|
|
90
|
+
toUnixInteger: () => number;
|
|
91
|
+
toJSON: () => string | null;
|
|
92
|
+
toBSON: () => Date;
|
|
93
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
94
|
+
includeConfig?: IncludeConfig | undefined;
|
|
95
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
96
|
+
toJSDate: () => Date;
|
|
97
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
98
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
99
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
100
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
101
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
102
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
103
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
104
|
+
};
|
|
105
|
+
end: {
|
|
106
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
107
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
108
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
109
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
110
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
111
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
112
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
113
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
114
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
115
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
116
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
117
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
118
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
119
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
120
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
121
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
122
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
123
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
124
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
125
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
126
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
127
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
128
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
129
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
130
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
131
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
132
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
133
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
134
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
135
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
136
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
137
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
138
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
139
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
140
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
141
|
+
readonly isInLeapYear: boolean;
|
|
142
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
143
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
144
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
145
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
146
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
147
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
148
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
149
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
150
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
151
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
152
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
153
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
154
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
155
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
156
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
157
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
158
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
159
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
160
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
161
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
162
|
+
toISOWeekDate: () => string | null;
|
|
163
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
164
|
+
toRFC2822: () => string | null;
|
|
165
|
+
toHTTP: () => string | null;
|
|
166
|
+
toSQLDate: () => string | null;
|
|
167
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
168
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
169
|
+
toString: () => string;
|
|
170
|
+
valueOf: () => number;
|
|
171
|
+
toMillis: () => number;
|
|
172
|
+
toSeconds: () => number;
|
|
173
|
+
toUnixInteger: () => number;
|
|
174
|
+
toJSON: () => string | null;
|
|
175
|
+
toBSON: () => Date;
|
|
176
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
177
|
+
includeConfig?: IncludeConfig | undefined;
|
|
178
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
179
|
+
toJSDate: () => Date;
|
|
180
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
181
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
182
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
183
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
184
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
185
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
186
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
187
|
+
};
|
|
188
|
+
name: string;
|
|
189
|
+
meta?: Record<string, unknown> | undefined;
|
|
190
|
+
color: string;
|
|
191
|
+
milliseconds: number;
|
|
192
|
+
x: number;
|
|
193
|
+
y: number;
|
|
194
|
+
width: number;
|
|
195
|
+
height: number;
|
|
196
|
+
}[];
|
|
197
|
+
}[], GanttRowFormatted[] | {
|
|
198
|
+
id: number | string;
|
|
199
|
+
name: string;
|
|
200
|
+
meta?: Record<string, unknown> | undefined;
|
|
201
|
+
items: {
|
|
202
|
+
id: number | string;
|
|
203
|
+
start: {
|
|
204
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
205
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
206
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
207
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
208
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
209
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
210
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
211
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
212
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
213
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
214
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
215
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
216
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
217
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
218
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
219
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
220
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
221
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
222
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
223
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
224
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
225
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
226
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
227
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
228
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
229
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
230
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
231
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
232
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
233
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
234
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
235
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
236
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
237
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
238
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
239
|
+
readonly isInLeapYear: boolean;
|
|
240
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
241
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
242
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
243
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
244
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
245
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
246
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
247
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
248
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
249
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
250
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
251
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
252
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
253
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
254
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
255
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
256
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
257
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
258
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
259
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
260
|
+
toISOWeekDate: () => string | null;
|
|
261
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
262
|
+
toRFC2822: () => string | null;
|
|
263
|
+
toHTTP: () => string | null;
|
|
264
|
+
toSQLDate: () => string | null;
|
|
265
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
266
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
267
|
+
toString: () => string;
|
|
268
|
+
valueOf: () => number;
|
|
269
|
+
toMillis: () => number;
|
|
270
|
+
toSeconds: () => number;
|
|
271
|
+
toUnixInteger: () => number;
|
|
272
|
+
toJSON: () => string | null;
|
|
273
|
+
toBSON: () => Date;
|
|
274
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
275
|
+
includeConfig?: IncludeConfig | undefined;
|
|
276
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
277
|
+
toJSDate: () => Date;
|
|
278
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
279
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
280
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
281
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
282
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
283
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
284
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
285
|
+
};
|
|
286
|
+
end: {
|
|
287
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
288
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
289
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
290
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
291
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
292
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
293
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
294
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
295
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
296
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
297
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
298
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
299
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
300
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
301
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
302
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
303
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
304
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
305
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
306
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
307
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
308
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
309
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
310
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
311
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
312
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
313
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
314
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
315
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
316
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
317
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
318
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
319
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
320
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
321
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
322
|
+
readonly isInLeapYear: boolean;
|
|
323
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
324
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
325
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
326
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
327
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
328
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
329
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
330
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
331
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
332
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
333
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
334
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
335
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
336
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
337
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
338
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
339
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
340
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
341
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
342
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
343
|
+
toISOWeekDate: () => string | null;
|
|
344
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
345
|
+
toRFC2822: () => string | null;
|
|
346
|
+
toHTTP: () => string | null;
|
|
347
|
+
toSQLDate: () => string | null;
|
|
348
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
349
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
350
|
+
toString: () => string;
|
|
351
|
+
valueOf: () => number;
|
|
352
|
+
toMillis: () => number;
|
|
353
|
+
toSeconds: () => number;
|
|
354
|
+
toUnixInteger: () => number;
|
|
355
|
+
toJSON: () => string | null;
|
|
356
|
+
toBSON: () => Date;
|
|
357
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
358
|
+
includeConfig?: IncludeConfig | undefined;
|
|
359
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
360
|
+
toJSDate: () => Date;
|
|
361
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
362
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
363
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
364
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
365
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
366
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
367
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
368
|
+
};
|
|
369
|
+
name: string;
|
|
370
|
+
meta?: Record<string, unknown> | undefined;
|
|
371
|
+
color: string;
|
|
372
|
+
milliseconds: number;
|
|
373
|
+
x: number;
|
|
374
|
+
y: number;
|
|
375
|
+
width: number;
|
|
376
|
+
height: number;
|
|
377
|
+
}[];
|
|
378
|
+
}[]>;
|
|
379
|
+
declare const groups: import("vue").Ref<{
|
|
380
|
+
date: {
|
|
381
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
382
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
383
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
384
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
385
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
386
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
387
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
388
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
389
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
390
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
391
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
392
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
393
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
394
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
395
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
396
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
397
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
398
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
399
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
400
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
401
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
402
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
403
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
404
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
405
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
406
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
407
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
408
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
409
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
410
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
411
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
412
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
413
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
414
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
415
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
416
|
+
readonly isInLeapYear: boolean;
|
|
417
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
418
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
419
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
420
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
421
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
422
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
423
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
424
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
425
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
426
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
427
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
428
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
429
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
430
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
431
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
432
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
433
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
434
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
435
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
436
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
437
|
+
toISOWeekDate: () => string | null;
|
|
438
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
439
|
+
toRFC2822: () => string | null;
|
|
440
|
+
toHTTP: () => string | null;
|
|
441
|
+
toSQLDate: () => string | null;
|
|
442
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
443
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
444
|
+
toString: () => string;
|
|
445
|
+
valueOf: () => number;
|
|
446
|
+
toMillis: () => number;
|
|
447
|
+
toSeconds: () => number;
|
|
448
|
+
toUnixInteger: () => number;
|
|
449
|
+
toJSON: () => string | null;
|
|
450
|
+
toBSON: () => Date;
|
|
451
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
452
|
+
includeConfig?: IncludeConfig | undefined;
|
|
453
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
454
|
+
toJSDate: () => Date;
|
|
455
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
456
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
457
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
458
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
459
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
460
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
461
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
462
|
+
};
|
|
463
|
+
x: number;
|
|
464
|
+
width: number;
|
|
465
|
+
label: string;
|
|
466
|
+
labelX: number;
|
|
467
|
+
labelTextAnchor: "start" | "middle" | "end";
|
|
468
|
+
}[], Group[] | {
|
|
469
|
+
date: {
|
|
470
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
471
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
472
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
473
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
474
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
475
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
476
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
477
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
478
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
479
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
480
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
481
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
482
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
483
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
484
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
485
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
486
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
487
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
488
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
489
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
490
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
491
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
492
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
493
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
494
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
495
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
496
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
497
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
498
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
499
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
500
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
501
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
502
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
503
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
504
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
505
|
+
readonly isInLeapYear: boolean;
|
|
506
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
507
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
508
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
509
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
510
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
511
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
512
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
513
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
514
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
515
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
516
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
517
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
518
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
519
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
520
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
521
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
522
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
523
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
524
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
525
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
526
|
+
toISOWeekDate: () => string | null;
|
|
527
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
528
|
+
toRFC2822: () => string | null;
|
|
529
|
+
toHTTP: () => string | null;
|
|
530
|
+
toSQLDate: () => string | null;
|
|
531
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
532
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
533
|
+
toString: () => string;
|
|
534
|
+
valueOf: () => number;
|
|
535
|
+
toMillis: () => number;
|
|
536
|
+
toSeconds: () => number;
|
|
537
|
+
toUnixInteger: () => number;
|
|
538
|
+
toJSON: () => string | null;
|
|
539
|
+
toBSON: () => Date;
|
|
540
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
541
|
+
includeConfig?: IncludeConfig | undefined;
|
|
542
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
543
|
+
toJSDate: () => Date;
|
|
544
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
545
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
546
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
547
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
548
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
549
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
550
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
551
|
+
};
|
|
552
|
+
x: number;
|
|
553
|
+
width: number;
|
|
554
|
+
label: string;
|
|
555
|
+
labelX: number;
|
|
556
|
+
labelTextAnchor: "start" | "middle" | "end";
|
|
557
|
+
}[]>;
|
|
558
|
+
declare const ticks: import("vue").Ref<{
|
|
559
|
+
date: {
|
|
560
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
561
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
562
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
563
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
564
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
565
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
566
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
567
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
568
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
569
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
570
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
571
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
572
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
573
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
574
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
575
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
576
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
577
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
578
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
579
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
580
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
581
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
582
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
583
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
584
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
585
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
586
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
587
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
588
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
589
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
590
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
591
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
592
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
593
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
594
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
595
|
+
readonly isInLeapYear: boolean;
|
|
596
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
597
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
598
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
599
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
600
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
601
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
602
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
603
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
604
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
605
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
606
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
607
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
608
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
609
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
610
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
611
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
612
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
613
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
614
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
615
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
616
|
+
toISOWeekDate: () => string | null;
|
|
617
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
618
|
+
toRFC2822: () => string | null;
|
|
619
|
+
toHTTP: () => string | null;
|
|
620
|
+
toSQLDate: () => string | null;
|
|
621
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
622
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
623
|
+
toString: () => string;
|
|
624
|
+
valueOf: () => number;
|
|
625
|
+
toMillis: () => number;
|
|
626
|
+
toSeconds: () => number;
|
|
627
|
+
toUnixInteger: () => number;
|
|
628
|
+
toJSON: () => string | null;
|
|
629
|
+
toBSON: () => Date;
|
|
630
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
631
|
+
includeConfig?: IncludeConfig | undefined;
|
|
632
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
633
|
+
toJSDate: () => Date;
|
|
634
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
635
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
636
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
637
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
638
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
639
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
640
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
641
|
+
};
|
|
642
|
+
x: number;
|
|
643
|
+
width: number;
|
|
644
|
+
label: string;
|
|
645
|
+
align: "start" | "middle" | string;
|
|
646
|
+
thick: boolean;
|
|
647
|
+
}[], Tick[] | {
|
|
648
|
+
date: {
|
|
649
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
650
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
651
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
652
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
653
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
654
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
655
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
656
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
657
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
658
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
659
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
660
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
661
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
662
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
663
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
664
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
665
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
666
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
667
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
668
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
669
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
670
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
671
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
672
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
673
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
674
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
675
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
676
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
677
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
678
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
679
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
680
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
681
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
682
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
683
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
684
|
+
readonly isInLeapYear: boolean;
|
|
685
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
686
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
687
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
688
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
689
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
690
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
691
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
692
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
693
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
694
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
695
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
696
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
697
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
698
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
699
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
700
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
701
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
702
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
703
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
704
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
705
|
+
toISOWeekDate: () => string | null;
|
|
706
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
707
|
+
toRFC2822: () => string | null;
|
|
708
|
+
toHTTP: () => string | null;
|
|
709
|
+
toSQLDate: () => string | null;
|
|
710
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
711
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
712
|
+
toString: () => string;
|
|
713
|
+
valueOf: () => number;
|
|
714
|
+
toMillis: () => number;
|
|
715
|
+
toSeconds: () => number;
|
|
716
|
+
toUnixInteger: () => number;
|
|
717
|
+
toJSON: () => string | null;
|
|
718
|
+
toBSON: () => Date;
|
|
719
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
720
|
+
includeConfig?: IncludeConfig | undefined;
|
|
721
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
722
|
+
toJSDate: () => Date;
|
|
723
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
724
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
725
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
726
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
727
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
728
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
729
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
730
|
+
};
|
|
731
|
+
x: number;
|
|
732
|
+
width: number;
|
|
733
|
+
label: string;
|
|
734
|
+
align: "start" | "middle" | string;
|
|
735
|
+
thick: boolean;
|
|
736
|
+
}[]>;
|
|
737
|
+
declare const nowLine: import("vue").Ref<{
|
|
738
|
+
x: number;
|
|
739
|
+
} | null, NowLine | {
|
|
740
|
+
x: number;
|
|
741
|
+
} | null>;
|
|
742
|
+
declare const scrollX: import("vue").Ref<number, number>;
|
|
743
|
+
declare const scrollY: import("vue").Ref<number, number>;
|
|
744
|
+
declare const currentGroup: import("vue").ComputedRef<Group | undefined>;
|
|
745
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
746
|
+
declare var __VLS_1: {
|
|
747
|
+
row: {
|
|
748
|
+
id: number | string;
|
|
749
|
+
name: string;
|
|
750
|
+
meta?: Record<string, unknown> | undefined;
|
|
751
|
+
items: {
|
|
752
|
+
id: number | string;
|
|
753
|
+
start: {
|
|
754
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
755
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
756
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
757
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
758
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
759
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
760
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
761
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
762
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
763
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
764
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
765
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
766
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
767
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
768
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
769
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
770
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
771
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
772
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
773
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
774
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
775
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
776
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
777
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
778
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
779
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
780
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
781
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
782
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
783
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
784
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
785
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
786
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
787
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
788
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
789
|
+
readonly isInLeapYear: boolean;
|
|
790
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
791
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
792
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
793
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
794
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
795
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
796
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
797
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
798
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
799
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
800
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
801
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
802
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
803
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
804
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
805
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
806
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
807
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
808
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
809
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
810
|
+
toISOWeekDate: () => string | null;
|
|
811
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
812
|
+
toRFC2822: () => string | null;
|
|
813
|
+
toHTTP: () => string | null;
|
|
814
|
+
toSQLDate: () => string | null;
|
|
815
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
816
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
817
|
+
toString: () => string;
|
|
818
|
+
valueOf: () => number;
|
|
819
|
+
toMillis: () => number;
|
|
820
|
+
toSeconds: () => number;
|
|
821
|
+
toUnixInteger: () => number;
|
|
822
|
+
toJSON: () => string | null;
|
|
823
|
+
toBSON: () => Date;
|
|
824
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
825
|
+
includeConfig?: IncludeConfig | undefined;
|
|
826
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
827
|
+
toJSDate: () => Date;
|
|
828
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
829
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
830
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
831
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
832
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
833
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
834
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
212
835
|
};
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
toJSON: () => string | null;
|
|
296
|
-
toBSON: () => Date;
|
|
297
|
-
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
298
|
-
includeConfig?: IncludeConfig | undefined;
|
|
299
|
-
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
300
|
-
toJSDate: () => Date;
|
|
301
|
-
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
302
|
-
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
303
|
-
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
304
|
-
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
305
|
-
equals: (other: import("luxon").DateTime) => boolean;
|
|
306
|
-
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
307
|
-
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
308
|
-
};
|
|
309
|
-
end: {
|
|
310
|
-
get: (unit: keyof import("luxon").DateTime) => number;
|
|
311
|
-
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
312
|
-
readonly isValid: boolean;
|
|
313
|
-
readonly invalidReason: string | null;
|
|
314
|
-
readonly invalidExplanation: string | null;
|
|
315
|
-
readonly locale: string | null;
|
|
316
|
-
readonly numberingSystem: string | null;
|
|
317
|
-
readonly outputCalendar: string | null;
|
|
318
|
-
readonly zone: {
|
|
319
|
-
readonly type: string;
|
|
320
|
-
readonly name: string;
|
|
321
|
-
readonly isUniversal: boolean;
|
|
322
|
-
offsetName: (ts: number, options: import("luxon").ZoneOffsetOptions) => string | null;
|
|
323
|
-
formatOffset: (ts: number, format: import("luxon").ZoneOffsetFormat) => string;
|
|
324
|
-
offset: (ts: number) => number;
|
|
325
|
-
equals: (other: import("luxon").Zone) => boolean;
|
|
326
|
-
readonly isValid: boolean;
|
|
327
|
-
};
|
|
328
|
-
readonly zoneName: string | null;
|
|
329
|
-
readonly year: number;
|
|
330
|
-
readonly quarter: number;
|
|
331
|
-
readonly month: number;
|
|
332
|
-
readonly day: number;
|
|
333
|
-
readonly hour: number;
|
|
334
|
-
readonly minute: number;
|
|
335
|
-
readonly second: number;
|
|
336
|
-
readonly millisecond: number;
|
|
337
|
-
readonly weekYear: number;
|
|
338
|
-
readonly weekNumber: number;
|
|
339
|
-
readonly weekday: number;
|
|
340
|
-
readonly isWeekend: boolean;
|
|
341
|
-
readonly localWeekday: number;
|
|
342
|
-
readonly localWeekNumber: number;
|
|
343
|
-
readonly localWeekYear: number;
|
|
344
|
-
readonly ordinal: number;
|
|
345
|
-
readonly monthShort: string | null;
|
|
346
|
-
readonly monthLong: string | null;
|
|
347
|
-
readonly weekdayShort: string | null;
|
|
348
|
-
readonly weekdayLong: string | null;
|
|
349
|
-
readonly offset: number;
|
|
350
|
-
readonly offsetNameShort: string | null;
|
|
351
|
-
readonly offsetNameLong: string | null;
|
|
352
|
-
readonly isOffsetFixed: boolean | null;
|
|
353
|
-
readonly isInDST: boolean;
|
|
354
|
-
readonly isInLeapYear: boolean;
|
|
355
|
-
readonly daysInMonth: import("luxon").PossibleDaysInMonth | undefined;
|
|
356
|
-
readonly daysInYear: number;
|
|
357
|
-
readonly weeksInWeekYear: number;
|
|
358
|
-
readonly weeksInLocalWeekYear: number;
|
|
359
|
-
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
360
|
-
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
361
|
-
toLocal: () => import("luxon").DateTime<boolean>;
|
|
362
|
-
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
363
|
-
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
364
|
-
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
365
|
-
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
366
|
-
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
367
|
-
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
368
|
-
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
369
|
-
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
370
|
-
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
371
|
-
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
372
|
-
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
373
|
-
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
374
|
-
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
375
|
-
toISOWeekDate: () => string | null;
|
|
376
|
-
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
377
|
-
toRFC2822: () => string | null;
|
|
378
|
-
toHTTP: () => string | null;
|
|
379
|
-
toSQLDate: () => string | null;
|
|
380
|
-
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
381
|
-
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
382
|
-
toString: () => string;
|
|
383
|
-
valueOf: () => number;
|
|
384
|
-
toMillis: () => number;
|
|
385
|
-
toSeconds: () => number;
|
|
386
|
-
toUnixInteger: () => number;
|
|
387
|
-
toJSON: () => string | null;
|
|
388
|
-
toBSON: () => Date;
|
|
389
|
-
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
390
|
-
includeConfig?: IncludeConfig | undefined;
|
|
391
|
-
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
392
|
-
toJSDate: () => Date;
|
|
393
|
-
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
394
|
-
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
395
|
-
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
396
|
-
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
397
|
-
equals: (other: import("luxon").DateTime) => boolean;
|
|
398
|
-
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
399
|
-
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
400
|
-
};
|
|
401
|
-
name: string;
|
|
402
|
-
meta?: Record<string, unknown> | undefined;
|
|
403
|
-
color: string;
|
|
404
|
-
milliseconds: number;
|
|
405
|
-
x: number;
|
|
406
|
-
y: number;
|
|
407
|
-
width: number;
|
|
408
|
-
height: number;
|
|
836
|
+
end: {
|
|
837
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
838
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
839
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
840
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
841
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
842
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
843
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
844
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
845
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
846
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
847
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
848
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
849
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
850
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
851
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
852
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
853
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
854
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
855
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
856
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
857
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
858
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
859
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
860
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
861
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
862
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
863
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
864
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
865
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
866
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
867
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
868
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
869
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
870
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
871
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
872
|
+
readonly isInLeapYear: boolean;
|
|
873
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
874
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
875
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
876
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
877
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
878
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
879
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
880
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
881
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
882
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
883
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
884
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
885
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
886
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
887
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
888
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
889
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
890
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
891
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
892
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
893
|
+
toISOWeekDate: () => string | null;
|
|
894
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
895
|
+
toRFC2822: () => string | null;
|
|
896
|
+
toHTTP: () => string | null;
|
|
897
|
+
toSQLDate: () => string | null;
|
|
898
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
899
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
900
|
+
toString: () => string;
|
|
901
|
+
valueOf: () => number;
|
|
902
|
+
toMillis: () => number;
|
|
903
|
+
toSeconds: () => number;
|
|
904
|
+
toUnixInteger: () => number;
|
|
905
|
+
toJSON: () => string | null;
|
|
906
|
+
toBSON: () => Date;
|
|
907
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
908
|
+
includeConfig?: IncludeConfig | undefined;
|
|
909
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
910
|
+
toJSDate: () => Date;
|
|
911
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
912
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
913
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
914
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
915
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
916
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
917
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
409
918
|
};
|
|
410
|
-
|
|
919
|
+
name: string;
|
|
920
|
+
meta?: Record<string, unknown> | undefined;
|
|
921
|
+
color: string;
|
|
922
|
+
milliseconds: number;
|
|
923
|
+
x: number;
|
|
924
|
+
y: number;
|
|
925
|
+
width: number;
|
|
926
|
+
height: number;
|
|
927
|
+
}[];
|
|
411
928
|
};
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
929
|
+
}, __VLS_3: {
|
|
930
|
+
item: {
|
|
931
|
+
id: number | string;
|
|
932
|
+
start: {
|
|
933
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
934
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
935
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
936
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
937
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
938
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
939
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
940
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
941
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
942
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
943
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
944
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
945
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
946
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
947
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
948
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
949
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
950
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
951
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
952
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
953
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
954
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
955
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
956
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
957
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
958
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
959
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
960
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
961
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
962
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
963
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
964
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
965
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
966
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
967
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
968
|
+
readonly isInLeapYear: boolean;
|
|
969
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
970
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
971
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
972
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
973
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
974
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
975
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
976
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
977
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
978
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
979
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
980
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
981
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
982
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
983
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
984
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
985
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
986
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
987
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
988
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
989
|
+
toISOWeekDate: () => string | null;
|
|
990
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
991
|
+
toRFC2822: () => string | null;
|
|
992
|
+
toHTTP: () => string | null;
|
|
993
|
+
toSQLDate: () => string | null;
|
|
994
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
995
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
996
|
+
toString: () => string;
|
|
997
|
+
valueOf: () => number;
|
|
998
|
+
toMillis: () => number;
|
|
999
|
+
toSeconds: () => number;
|
|
1000
|
+
toUnixInteger: () => number;
|
|
1001
|
+
toJSON: () => string | null;
|
|
1002
|
+
toBSON: () => Date;
|
|
1003
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
1004
|
+
includeConfig?: IncludeConfig | undefined;
|
|
1005
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
1006
|
+
toJSDate: () => Date;
|
|
1007
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
1008
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
1009
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
1010
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
1011
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
1012
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
1013
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
1014
|
+
};
|
|
1015
|
+
end: {
|
|
1016
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
1017
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
1018
|
+
readonly isValid: import("luxon/src/_util").IfValid<true, false, IsValid>;
|
|
1019
|
+
readonly invalidReason: import("luxon/src/_util").IfValid<null, string, IsValid>;
|
|
1020
|
+
readonly invalidExplanation: import("luxon/src/_util").IfValid<null, string | null, IsValid>;
|
|
1021
|
+
readonly locale: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1022
|
+
readonly numberingSystem: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1023
|
+
readonly outputCalendar: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1024
|
+
readonly zone: import("luxon").Zone<IsValid>;
|
|
1025
|
+
readonly zoneName: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1026
|
+
readonly year: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
1027
|
+
readonly quarter: import("luxon/src/_util").IfValid<import("luxon").QuarterNumbers, typeof NaN, IsValid>;
|
|
1028
|
+
readonly month: import("luxon/src/_util").IfValid<import("luxon").MonthNumbers, typeof NaN, IsValid>;
|
|
1029
|
+
readonly day: import("luxon/src/_util").IfValid<import("luxon").DayNumbers, typeof NaN, IsValid>;
|
|
1030
|
+
readonly hour: import("luxon/src/_util").IfValid<import("luxon").HourNumbers, typeof NaN, IsValid>;
|
|
1031
|
+
readonly minute: import("luxon/src/_util").IfValid<import("luxon").MinuteNumbers, typeof NaN, IsValid>;
|
|
1032
|
+
readonly second: import("luxon/src/_util").IfValid<import("luxon").SecondNumbers, typeof NaN, IsValid>;
|
|
1033
|
+
readonly millisecond: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
1034
|
+
readonly weekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
1035
|
+
readonly weekNumber: import("luxon/src/_util").IfValid<import("luxon").WeekNumbers, typeof NaN, IsValid>;
|
|
1036
|
+
readonly weekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
1037
|
+
readonly isWeekend: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
1038
|
+
readonly localWeekday: import("luxon/src/_util").IfValid<import("luxon").WeekdayNumbers, typeof NaN, IsValid>;
|
|
1039
|
+
readonly localWeekNumber: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
1040
|
+
readonly localWeekYear: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
1041
|
+
readonly ordinal: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
1042
|
+
readonly monthShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1043
|
+
readonly monthLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1044
|
+
readonly weekdayShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1045
|
+
readonly weekdayLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1046
|
+
readonly offset: import("luxon/src/_util").IfValid<number, typeof NaN, IsValid>;
|
|
1047
|
+
readonly offsetNameShort: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1048
|
+
readonly offsetNameLong: import("luxon/src/_util").IfValid<string, null, IsValid>;
|
|
1049
|
+
readonly isOffsetFixed: import("luxon/src/_util").IfValid<boolean, null, IsValid>;
|
|
1050
|
+
readonly isInDST: import("luxon/src/_util").IfValid<boolean, false, IsValid>;
|
|
1051
|
+
readonly isInLeapYear: boolean;
|
|
1052
|
+
readonly daysInMonth: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInMonth, undefined, IsValid>;
|
|
1053
|
+
readonly daysInYear: import("luxon/src/_util").IfValid<import("luxon").PossibleDaysInYear, typeof NaN, IsValid>;
|
|
1054
|
+
readonly weeksInWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
1055
|
+
readonly weeksInLocalWeekYear: import("luxon/src/_util").IfValid<import("luxon").PossibleWeeksInYear, typeof NaN, IsValid>;
|
|
1056
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
1057
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
1058
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
1059
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
1060
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
1061
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
1062
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
1063
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
1064
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
1065
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
1066
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
1067
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
1068
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
1069
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
1070
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
1071
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
1072
|
+
toISOWeekDate: () => string | null;
|
|
1073
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
1074
|
+
toRFC2822: () => string | null;
|
|
1075
|
+
toHTTP: () => string | null;
|
|
1076
|
+
toSQLDate: () => string | null;
|
|
1077
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
1078
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
1079
|
+
toString: () => string;
|
|
1080
|
+
valueOf: () => number;
|
|
1081
|
+
toMillis: () => number;
|
|
1082
|
+
toSeconds: () => number;
|
|
1083
|
+
toUnixInteger: () => number;
|
|
1084
|
+
toJSON: () => string | null;
|
|
1085
|
+
toBSON: () => Date;
|
|
1086
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
1087
|
+
includeConfig?: IncludeConfig | undefined;
|
|
1088
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
1089
|
+
toJSDate: () => Date;
|
|
1090
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
1091
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
1092
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
1093
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
1094
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
1095
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
1096
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
1097
|
+
};
|
|
1098
|
+
name: string;
|
|
1099
|
+
meta?: Record<string, unknown> | undefined;
|
|
1100
|
+
color: string;
|
|
1101
|
+
milliseconds: number;
|
|
1102
|
+
x: number;
|
|
1103
|
+
y: number;
|
|
1104
|
+
width: number;
|
|
1105
|
+
height: number;
|
|
415
1106
|
};
|
|
416
|
-
rootEl: HTMLDivElement;
|
|
417
1107
|
};
|
|
418
|
-
type
|
|
1108
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
1109
|
+
sidebarItem?: (props: typeof __VLS_1) => any;
|
|
1110
|
+
} & {
|
|
1111
|
+
item?: (props: typeof __VLS_3) => any;
|
|
1112
|
+
}>;
|
|
1113
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
1114
|
+
slate: typeof slate;
|
|
1115
|
+
SIDEBAR_WIDTH: typeof SIDEBAR_WIDTH;
|
|
1116
|
+
HEADER_HEIGHT: typeof HEADER_HEIGHT;
|
|
1117
|
+
contentRef: typeof contentRef;
|
|
1118
|
+
itemsRef: typeof itemsRef;
|
|
1119
|
+
width: typeof width;
|
|
1120
|
+
height: typeof height;
|
|
1121
|
+
rowsInternal: typeof rowsInternal;
|
|
1122
|
+
groups: typeof groups;
|
|
1123
|
+
ticks: typeof ticks;
|
|
1124
|
+
nowLine: typeof nowLine;
|
|
1125
|
+
scrollX: typeof scrollX;
|
|
1126
|
+
scrollY: typeof scrollY;
|
|
1127
|
+
currentGroup: typeof currentGroup;
|
|
1128
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1129
|
+
"item:click": (...args: any[]) => void;
|
|
1130
|
+
"row:click": (...args: any[]) => void;
|
|
1131
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
1132
|
+
"onItem:click"?: ((...args: any[]) => any) | undefined;
|
|
1133
|
+
"onRow:click"?: ((...args: any[]) => any) | undefined;
|
|
1134
|
+
}>, {
|
|
1135
|
+
maxHeight: number;
|
|
1136
|
+
rowHeight: number;
|
|
1137
|
+
rowPadding: number;
|
|
1138
|
+
includeToday: boolean;
|
|
1139
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
419
1140
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
1141
|
"item:click": (...args: any[]) => void;
|
|
421
1142
|
"row:click": (...args: any[]) => void;
|
|
@@ -427,10 +1148,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
427
1148
|
rowHeight: number;
|
|
428
1149
|
rowPadding: number;
|
|
429
1150
|
includeToday: boolean;
|
|
430
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
431
|
-
declare const _default:
|
|
1151
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
1152
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
432
1153
|
export default _default;
|
|
433
|
-
type
|
|
1154
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
434
1155
|
new (): {
|
|
435
1156
|
$slots: S;
|
|
436
1157
|
};
|