sprintify-ui 0.10.63 → 0.10.65
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-B4PbYw6a.js → BaseCkeditor-D6D4FPEb.js} +2 -2
- package/dist/sprintify-ui.es.js +3731 -3593
- 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 +10 -7
- package/dist/types/components/BaseAddressForm.vue.d.ts +1 -1
- package/dist/types/components/BaseAlert.vue.d.ts +11 -24
- package/dist/types/components/BaseApp.vue.d.ts +12 -14
- package/dist/types/components/BaseAssign.vue.d.ts +1 -1
- package/dist/types/components/BaseAutocomplete.vue.d.ts +455 -665
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +24 -119
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +412 -1033
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
- package/dist/types/components/BaseBadge.vue.d.ts +11 -23
- package/dist/types/components/BaseBelongsTo.vue.d.ts +411 -998
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +371 -754
- 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 +16 -78
- package/dist/types/components/BaseButtonGroup.vue.d.ts +15 -166
- package/dist/types/components/BaseCard.vue.d.ts +12 -26
- package/dist/types/components/BaseCardRow.vue.d.ts +11 -20
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseClipboard.vue.d.ts +13 -45
- package/dist/types/components/BaseCollapse.vue.d.ts +20 -41
- package/dist/types/components/BaseContainer.vue.d.ts +11 -16
- package/dist/types/components/BaseCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCropper.vue.d.ts +30 -55
- package/dist/types/components/BaseDataIterator.vue.d.ts +42 -43
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +12 -15
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +1 -1
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +10 -19
- package/dist/types/components/BaseDataTable.vue.d.ts +736 -2088
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +100 -576
- 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 +15 -16
- package/dist/types/components/BaseDialog.vue.d.ts +413 -114
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +13 -55
- package/dist/types/components/BaseDraggable.vue.d.ts +16 -25
- package/dist/types/components/BaseDropdown.vue.d.ts +17 -155
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +16 -131
- package/dist/types/components/BaseField.vue.d.ts +12 -103
- package/dist/types/components/BaseFieldI18n.vue.d.ts +1 -1
- package/dist/types/components/BaseFilePicker.vue.d.ts +16 -35
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +42 -87
- package/dist/types/components/BaseFileUploader.vue.d.ts +29 -195
- package/dist/types/components/BaseForm.vue.d.ts +20 -161
- package/dist/types/components/BaseGantt.vue.d.ts +409 -1130
- package/dist/types/components/BaseHasMany.vue.d.ts +347 -590
- package/dist/types/components/BaseHasManyFetch.vue.d.ts +251 -602
- 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 +11 -23
- 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 +16 -124
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +13 -115
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +22 -69
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +10 -120
- package/dist/types/components/BaseLazy.vue.d.ts +15 -20
- 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 +34 -234
- 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 +30 -233
- package/dist/types/components/BaseMenuItem.vue.d.ts +1 -1
- package/dist/types/components/BaseModalCenter.vue.d.ts +12 -88
- package/dist/types/components/BaseModalSide.vue.d.ts +20 -71
- package/dist/types/components/BaseNavbar.vue.d.ts +22 -88
- 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 +13 -113
- package/dist/types/components/BaseReadMore.vue.d.ts +12 -31
- package/dist/types/components/BaseRichText.vue.d.ts +1 -1
- package/dist/types/components/BaseSelect.vue.d.ts +12 -149
- package/dist/types/components/BaseShortcut.vue.d.ts +1 -1
- package/dist/types/components/BaseSideNavigation.vue.d.ts +12 -11
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +13 -22
- 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 +10 -118
- package/dist/types/components/BaseSystemAlert.vue.d.ts +11 -58
- package/dist/types/components/BaseTabItem.vue.d.ts +18 -35
- package/dist/types/components/BaseTable.vue.d.ts +14 -29
- package/dist/types/components/BaseTableBody.vue.d.ts +12 -9
- package/dist/types/components/BaseTableCell.vue.d.ts +15 -40
- package/dist/types/components/BaseTableColumn.vue.d.ts +3 -3
- package/dist/types/components/BaseTableHead.vue.d.ts +12 -14
- package/dist/types/components/BaseTableHeader.vue.d.ts +17 -46
- package/dist/types/components/BaseTableRow.vue.d.ts +13 -40
- package/dist/types/components/BaseTabs.vue.d.ts +15 -21
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +203 -602
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +348 -807
- 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 +15 -41
- 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 +130 -130
- package/src/components/BaseBadge.vue +97 -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 +838 -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 -55
- package/src/components/BaseModalSide.vue +130 -116
- 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 +226 -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,5 +1,4 @@
|
|
|
1
|
-
import { GanttRow
|
|
2
|
-
import { slate } from 'tailwindcss/colors';
|
|
1
|
+
import { GanttRow } from '@/services/gantt/types';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
rows: GanttRow[];
|
|
5
4
|
rowHeight?: number;
|
|
@@ -7,1136 +6,416 @@ type __VLS_Props = {
|
|
|
7
6
|
maxHeight?: number;
|
|
8
7
|
includeToday?: boolean;
|
|
9
8
|
};
|
|
10
|
-
declare
|
|
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
|
-
|
|
212
|
-
|
|
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;
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
sidebarItem?(_: {
|
|
13
|
+
row: {
|
|
14
|
+
id: number | string;
|
|
15
|
+
name: string;
|
|
16
|
+
meta?: Record<string, unknown> | undefined;
|
|
17
|
+
items: {
|
|
18
|
+
id: number | string;
|
|
19
|
+
start: {
|
|
20
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
21
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
22
|
+
readonly isValid: boolean;
|
|
23
|
+
readonly invalidReason: string | null;
|
|
24
|
+
readonly invalidExplanation: string | null;
|
|
25
|
+
readonly locale: string | null;
|
|
26
|
+
readonly numberingSystem: string | null;
|
|
27
|
+
readonly outputCalendar: string | null;
|
|
28
|
+
readonly zone: {
|
|
29
|
+
readonly type: string;
|
|
30
|
+
readonly name: string;
|
|
31
|
+
readonly isUniversal: boolean;
|
|
32
|
+
offsetName: (ts: number, options: import("luxon").ZoneOffsetOptions) => string | null;
|
|
33
|
+
formatOffset: (ts: number, format: import("luxon").ZoneOffsetFormat) => string;
|
|
34
|
+
offset: (ts: number) => number;
|
|
35
|
+
equals: (other: import("luxon").Zone) => boolean;
|
|
36
|
+
readonly isValid: boolean;
|
|
37
|
+
};
|
|
38
|
+
readonly zoneName: string | null;
|
|
39
|
+
readonly year: number;
|
|
40
|
+
readonly quarter: number;
|
|
41
|
+
readonly month: number;
|
|
42
|
+
readonly day: number;
|
|
43
|
+
readonly hour: number;
|
|
44
|
+
readonly minute: number;
|
|
45
|
+
readonly second: number;
|
|
46
|
+
readonly millisecond: number;
|
|
47
|
+
readonly weekYear: number;
|
|
48
|
+
readonly weekNumber: number;
|
|
49
|
+
readonly weekday: number;
|
|
50
|
+
readonly isWeekend: boolean;
|
|
51
|
+
readonly localWeekday: number;
|
|
52
|
+
readonly localWeekNumber: number;
|
|
53
|
+
readonly localWeekYear: number;
|
|
54
|
+
readonly ordinal: number;
|
|
55
|
+
readonly monthShort: string | null;
|
|
56
|
+
readonly monthLong: string | null;
|
|
57
|
+
readonly weekdayShort: string | null;
|
|
58
|
+
readonly weekdayLong: string | null;
|
|
59
|
+
readonly offset: number;
|
|
60
|
+
readonly offsetNameShort: string | null;
|
|
61
|
+
readonly offsetNameLong: string | null;
|
|
62
|
+
readonly isOffsetFixed: boolean | null;
|
|
63
|
+
readonly isInDST: boolean;
|
|
64
|
+
readonly isInLeapYear: boolean;
|
|
65
|
+
readonly daysInMonth: import("luxon").PossibleDaysInMonth | undefined;
|
|
66
|
+
readonly daysInYear: number;
|
|
67
|
+
readonly weeksInWeekYear: number;
|
|
68
|
+
readonly weeksInLocalWeekYear: number;
|
|
69
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
70
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
71
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
72
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
73
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
74
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
75
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
76
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
77
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
78
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
79
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
80
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
81
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
82
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
83
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
84
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
85
|
+
toISOWeekDate: () => string | null;
|
|
86
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
87
|
+
toRFC2822: () => string | null;
|
|
88
|
+
toHTTP: () => string | null;
|
|
89
|
+
toSQLDate: () => string | null;
|
|
90
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
91
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
92
|
+
toString: () => string;
|
|
93
|
+
valueOf: () => number;
|
|
94
|
+
toMillis: () => number;
|
|
95
|
+
toSeconds: () => number;
|
|
96
|
+
toUnixInteger: () => number;
|
|
97
|
+
toJSON: () => string | null;
|
|
98
|
+
toBSON: () => Date;
|
|
99
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
100
|
+
includeConfig?: IncludeConfig | undefined;
|
|
101
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
102
|
+
toJSDate: () => Date;
|
|
103
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
104
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
105
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
106
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
107
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
108
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
109
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
110
|
+
};
|
|
111
|
+
end: {
|
|
112
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
113
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
114
|
+
readonly isValid: boolean;
|
|
115
|
+
readonly invalidReason: string | null;
|
|
116
|
+
readonly invalidExplanation: string | null;
|
|
117
|
+
readonly locale: string | null;
|
|
118
|
+
readonly numberingSystem: string | null;
|
|
119
|
+
readonly outputCalendar: string | null;
|
|
120
|
+
readonly zone: {
|
|
121
|
+
readonly type: string;
|
|
122
|
+
readonly name: string;
|
|
123
|
+
readonly isUniversal: boolean;
|
|
124
|
+
offsetName: (ts: number, options: import("luxon").ZoneOffsetOptions) => string | null;
|
|
125
|
+
formatOffset: (ts: number, format: import("luxon").ZoneOffsetFormat) => string;
|
|
126
|
+
offset: (ts: number) => number;
|
|
127
|
+
equals: (other: import("luxon").Zone) => boolean;
|
|
128
|
+
readonly isValid: boolean;
|
|
129
|
+
};
|
|
130
|
+
readonly zoneName: string | null;
|
|
131
|
+
readonly year: number;
|
|
132
|
+
readonly quarter: number;
|
|
133
|
+
readonly month: number;
|
|
134
|
+
readonly day: number;
|
|
135
|
+
readonly hour: number;
|
|
136
|
+
readonly minute: number;
|
|
137
|
+
readonly second: number;
|
|
138
|
+
readonly millisecond: number;
|
|
139
|
+
readonly weekYear: number;
|
|
140
|
+
readonly weekNumber: number;
|
|
141
|
+
readonly weekday: number;
|
|
142
|
+
readonly isWeekend: boolean;
|
|
143
|
+
readonly localWeekday: number;
|
|
144
|
+
readonly localWeekNumber: number;
|
|
145
|
+
readonly localWeekYear: number;
|
|
146
|
+
readonly ordinal: number;
|
|
147
|
+
readonly monthShort: string | null;
|
|
148
|
+
readonly monthLong: string | null;
|
|
149
|
+
readonly weekdayShort: string | null;
|
|
150
|
+
readonly weekdayLong: string | null;
|
|
151
|
+
readonly offset: number;
|
|
152
|
+
readonly offsetNameShort: string | null;
|
|
153
|
+
readonly offsetNameLong: string | null;
|
|
154
|
+
readonly isOffsetFixed: boolean | null;
|
|
155
|
+
readonly isInDST: boolean;
|
|
156
|
+
readonly isInLeapYear: boolean;
|
|
157
|
+
readonly daysInMonth: import("luxon").PossibleDaysInMonth | undefined;
|
|
158
|
+
readonly daysInYear: number;
|
|
159
|
+
readonly weeksInWeekYear: number;
|
|
160
|
+
readonly weeksInLocalWeekYear: number;
|
|
161
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
162
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
163
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
164
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
165
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
166
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
167
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
168
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
169
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
170
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
171
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
172
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
173
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
174
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
175
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
176
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
177
|
+
toISOWeekDate: () => string | null;
|
|
178
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
179
|
+
toRFC2822: () => string | null;
|
|
180
|
+
toHTTP: () => string | null;
|
|
181
|
+
toSQLDate: () => string | null;
|
|
182
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
183
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
184
|
+
toString: () => string;
|
|
185
|
+
valueOf: () => number;
|
|
186
|
+
toMillis: () => number;
|
|
187
|
+
toSeconds: () => number;
|
|
188
|
+
toUnixInteger: () => number;
|
|
189
|
+
toJSON: () => string | null;
|
|
190
|
+
toBSON: () => Date;
|
|
191
|
+
toObject: <IncludeConfig extends boolean | undefined>(opts?: {
|
|
192
|
+
includeConfig?: IncludeConfig | undefined;
|
|
193
|
+
} | undefined) => import("luxon")._ToObjectOutput<IncludeConfig> | Partial<import("luxon")._ToObjectOutput<IncludeConfig>>;
|
|
194
|
+
toJSDate: () => Date;
|
|
195
|
+
diff: (otherDateTime: import("luxon").DateTime, unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<boolean>;
|
|
196
|
+
diffNow: (unit?: import("luxon").DurationUnits, opts?: import("luxon").DiffOptions) => import("luxon").Duration<import("luxon/src/_util").Valid>;
|
|
197
|
+
until: (otherDateTime: import("luxon").DateTime) => import("luxon").Interval<true> | import("luxon").DateTime<false>;
|
|
198
|
+
hasSame: (otherDateTime: import("luxon").DateTime, unit: import("luxon").DateTimeUnit, opts?: import("luxon").HasSameOptions) => boolean;
|
|
199
|
+
equals: (other: import("luxon").DateTime) => boolean;
|
|
200
|
+
toRelative: (options?: import("luxon").ToRelativeOptions) => string | null;
|
|
201
|
+
toRelativeCalendar: (options?: import("luxon").ToRelativeCalendarOptions) => string | null;
|
|
202
|
+
};
|
|
203
|
+
name: string;
|
|
204
|
+
meta?: Record<string, unknown> | undefined;
|
|
205
|
+
color: string;
|
|
206
|
+
milliseconds: number;
|
|
207
|
+
x: number;
|
|
208
|
+
y: number;
|
|
209
|
+
width: number;
|
|
210
|
+
height: number;
|
|
211
|
+
}[];
|
|
835
212
|
};
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
213
|
+
}): any;
|
|
214
|
+
item?(_: {
|
|
215
|
+
item: {
|
|
216
|
+
id: number | string;
|
|
217
|
+
start: {
|
|
218
|
+
get: (unit: keyof import("luxon").DateTime) => number;
|
|
219
|
+
getPossibleOffsets: () => import("luxon").DateTime<boolean>[];
|
|
220
|
+
readonly isValid: boolean;
|
|
221
|
+
readonly invalidReason: string | null;
|
|
222
|
+
readonly invalidExplanation: string | null;
|
|
223
|
+
readonly locale: string | null;
|
|
224
|
+
readonly numberingSystem: string | null;
|
|
225
|
+
readonly outputCalendar: string | null;
|
|
226
|
+
readonly zone: {
|
|
227
|
+
readonly type: string;
|
|
228
|
+
readonly name: string;
|
|
229
|
+
readonly isUniversal: boolean;
|
|
230
|
+
offsetName: (ts: number, options: import("luxon").ZoneOffsetOptions) => string | null;
|
|
231
|
+
formatOffset: (ts: number, format: import("luxon").ZoneOffsetFormat) => string;
|
|
232
|
+
offset: (ts: number) => number;
|
|
233
|
+
equals: (other: import("luxon").Zone) => boolean;
|
|
234
|
+
readonly isValid: boolean;
|
|
235
|
+
};
|
|
236
|
+
readonly zoneName: string | null;
|
|
237
|
+
readonly year: number;
|
|
238
|
+
readonly quarter: number;
|
|
239
|
+
readonly month: number;
|
|
240
|
+
readonly day: number;
|
|
241
|
+
readonly hour: number;
|
|
242
|
+
readonly minute: number;
|
|
243
|
+
readonly second: number;
|
|
244
|
+
readonly millisecond: number;
|
|
245
|
+
readonly weekYear: number;
|
|
246
|
+
readonly weekNumber: number;
|
|
247
|
+
readonly weekday: number;
|
|
248
|
+
readonly isWeekend: boolean;
|
|
249
|
+
readonly localWeekday: number;
|
|
250
|
+
readonly localWeekNumber: number;
|
|
251
|
+
readonly localWeekYear: number;
|
|
252
|
+
readonly ordinal: number;
|
|
253
|
+
readonly monthShort: string | null;
|
|
254
|
+
readonly monthLong: string | null;
|
|
255
|
+
readonly weekdayShort: string | null;
|
|
256
|
+
readonly weekdayLong: string | null;
|
|
257
|
+
readonly offset: number;
|
|
258
|
+
readonly offsetNameShort: string | null;
|
|
259
|
+
readonly offsetNameLong: string | null;
|
|
260
|
+
readonly isOffsetFixed: boolean | null;
|
|
261
|
+
readonly isInDST: boolean;
|
|
262
|
+
readonly isInLeapYear: boolean;
|
|
263
|
+
readonly daysInMonth: import("luxon").PossibleDaysInMonth | undefined;
|
|
264
|
+
readonly daysInYear: number;
|
|
265
|
+
readonly weeksInWeekYear: number;
|
|
266
|
+
readonly weeksInLocalWeekYear: number;
|
|
267
|
+
resolvedLocaleOptions: (opts?: import("luxon").LocaleOptions | import("luxon").DateTimeFormatOptions) => import("luxon").ResolvedLocaleOptions;
|
|
268
|
+
toUTC: (offset?: number, opts?: import("luxon").ZoneOptions) => import("luxon").DateTime<boolean>;
|
|
269
|
+
toLocal: () => import("luxon").DateTime<boolean>;
|
|
270
|
+
setZone: (zone?: string | import("luxon").Zone, opts?: import("luxon").ZoneOptions) => import("luxon").DateTimeMaybeValid;
|
|
271
|
+
reconfigure: (properties: import("luxon").LocaleOptions) => import("luxon").DateTime<boolean>;
|
|
272
|
+
setLocale: (locale: string) => import("luxon").DateTime<boolean>;
|
|
273
|
+
set: (values: import("luxon").DateObjectUnits) => import("luxon").DateTime<boolean>;
|
|
274
|
+
plus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
275
|
+
minus: (duration: import("luxon").DurationLike) => import("luxon").DateTime<boolean>;
|
|
276
|
+
startOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").StartOfOptions) => import("luxon").DateTime<boolean>;
|
|
277
|
+
endOf: (unit: import("luxon").DateTimeUnit, opts?: import("luxon").EndOfOptions) => import("luxon").DateTime<boolean>;
|
|
278
|
+
toFormat: (fmt: string, opts?: import("luxon").LocaleOptions) => string;
|
|
279
|
+
toLocaleString: (formatOpts?: import("luxon").DateTimeFormatOptions, opts?: import("luxon").LocaleOptions) => string;
|
|
280
|
+
toLocaleParts: (opts?: import("luxon").DateTimeFormatOptions) => Intl.DateTimeFormatPart[];
|
|
281
|
+
toISO: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
282
|
+
toISODate: (opts?: import("luxon").ToISODateOptions) => string | null;
|
|
283
|
+
toISOWeekDate: () => string | null;
|
|
284
|
+
toISOTime: (opts?: import("luxon").ToISOTimeOptions) => string | null;
|
|
285
|
+
toRFC2822: () => string | null;
|
|
286
|
+
toHTTP: () => string | null;
|
|
287
|
+
toSQLDate: () => string | null;
|
|
288
|
+
toSQLTime: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
289
|
+
toSQL: (opts?: import("luxon").ToSQLOptions) => string | null;
|
|
290
|
+
toString: () => string;
|
|
291
|
+
valueOf: () => number;
|
|
292
|
+
toMillis: () => number;
|
|
293
|
+
toSeconds: () => number;
|
|
294
|
+
toUnixInteger: () => number;
|
|
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;
|
|
918
409
|
};
|
|
919
|
-
|
|
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
|
-
}[];
|
|
410
|
+
}): any;
|
|
928
411
|
};
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
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;
|
|
412
|
+
refs: {
|
|
413
|
+
contentRef: HTMLDivElement;
|
|
414
|
+
itemsRef: HTMLUListElement;
|
|
1106
415
|
};
|
|
416
|
+
rootEl: HTMLDivElement;
|
|
1107
417
|
};
|
|
1108
|
-
type
|
|
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>;
|
|
418
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1140
419
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1141
420
|
"item:click": (...args: any[]) => void;
|
|
1142
421
|
"row:click": (...args: any[]) => void;
|
|
@@ -1148,10 +427,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
1148
427
|
rowHeight: number;
|
|
1149
428
|
rowPadding: number;
|
|
1150
429
|
includeToday: boolean;
|
|
1151
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
1152
|
-
declare const _default:
|
|
430
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
431
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1153
432
|
export default _default;
|
|
1154
|
-
type
|
|
433
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
1155
434
|
new (): {
|
|
1156
435
|
$slots: S;
|
|
1157
436
|
};
|