@flux-ui/components 3.0.0-next.25 → 3.0.0-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component/{FluxAction.d.ts → FluxAction.vue.d.ts} +1 -2
- package/dist/component/FluxActionBar.vue.d.ts +61 -0
- package/dist/component/FluxActionPane.vue.d.ts +27 -0
- package/dist/component/FluxActions.vue.d.ts +156 -0
- package/dist/component/FluxAlert.vue.d.ts +7 -0
- package/dist/component/FluxAnimatedColors.vue.d.ts +11 -0
- package/dist/component/FluxAspectRatio.vue.d.ts +23 -0
- package/dist/component/FluxAutoGrid.vue.d.ts +24 -0
- package/dist/component/{FluxAvatar.d.ts → FluxAvatar.vue.d.ts} +1 -2
- package/dist/component/{FluxBadge.d.ts → FluxBadge.vue.d.ts} +1 -2
- package/dist/component/FluxBadgeStack.vue.d.ts +20 -0
- package/dist/component/{FluxBorderShine.d.ts → FluxBorderShine.vue.d.ts} +2 -3
- package/dist/component/{FluxBoxedIcon.d.ts → FluxBoxedIcon.vue.d.ts} +2 -3
- package/dist/component/{FluxButton.d.ts → FluxButton.vue.d.ts} +4 -5
- package/dist/component/FluxButtonGroup.vue.d.ts +20 -0
- package/dist/component/FluxButtonStack.vue.d.ts +26 -0
- package/dist/component/FluxCalendar.vue.d.ts +29 -0
- package/dist/component/{FluxCalendarEvent.d.ts → FluxCalendarEvent.vue.d.ts} +13 -6
- package/dist/component/{FluxCheckbox.d.ts → FluxCheckbox.vue.d.ts} +6 -6
- package/dist/component/{FluxChip.d.ts → FluxChip.vue.d.ts} +1 -2
- package/dist/component/FluxClickablePane.vue.d.ts +34 -0
- package/dist/component/{FluxColorPicker.d.ts → FluxColorPicker.vue.d.ts} +4 -6
- package/dist/component/{FluxColorSelect.d.ts → FluxColorSelect.vue.d.ts} +4 -6
- package/dist/component/FluxComment.vue.d.ts +33 -0
- package/dist/component/FluxConfirm.vue.d.ts +7 -0
- package/dist/component/FluxContainer.vue.d.ts +23 -0
- package/dist/component/FluxDataTable.vue.d.ts +98 -0
- package/dist/component/{FluxDatePicker.d.ts → FluxDatePicker.vue.d.ts} +4 -6
- package/dist/component/{FluxSecondaryButton.d.ts → FluxDestructiveButton.vue.d.ts} +10 -5
- package/dist/component/FluxDisabled.vue.d.ts +21 -0
- package/dist/component/FluxDivider.vue.d.ts +23 -0
- package/dist/component/FluxDotPattern.vue.d.ts +12 -0
- package/dist/component/FluxDropZone.vue.d.ts +64 -0
- package/dist/component/FluxDynamicView.vue.d.ts +6 -0
- package/dist/component/FluxExpandable.vue.d.ts +50 -0
- package/dist/component/FluxExpandableGroup.vue.d.ts +23 -0
- package/dist/component/FluxFader.vue.d.ts +39 -0
- package/dist/component/FluxFaderItem.vue.d.ts +20 -0
- package/dist/component/{FluxFilter.d.ts → FluxFilter.vue.d.ts} +15 -9
- package/dist/component/{FluxFilterBar.d.ts → FluxFilterBar.vue.d.ts} +15 -9
- package/dist/component/FluxFilterBase.vue.d.ts +45 -0
- package/dist/component/{FluxFilterDate.d.ts → FluxFilterDate.vue.d.ts} +1 -2
- package/dist/component/{FluxFilterDateRange.d.ts → FluxFilterDateRange.vue.d.ts} +1 -2
- package/dist/component/{FluxFilterOption.d.ts → FluxFilterOption.vue.d.ts} +4 -6
- package/dist/component/{FluxFilterOptionsAsync.d.ts → FluxFilterOptionAsync.vue.d.ts} +4 -6
- package/dist/component/{FluxFilterOptions.d.ts → FluxFilterOptions.vue.d.ts} +4 -6
- package/dist/component/{FluxFilterOptionAsync.d.ts → FluxFilterOptionsAsync.vue.d.ts} +4 -6
- package/dist/component/{FluxFilterRange.d.ts → FluxFilterRange.vue.d.ts} +1 -2
- package/dist/component/FluxFilterWindow.vue.d.ts +163 -0
- package/dist/component/{FluxFlickeringGrid.d.ts → FluxFlickeringGrid.vue.d.ts} +3 -2
- package/dist/component/FluxFlyout.vue.d.ts +181 -0
- package/dist/component/FluxFocalPointEditor.vue.d.ts +33 -0
- package/dist/component/{FluxFocalPointImage.d.ts → FluxFocalPointImage.vue.d.ts} +1 -2
- package/dist/component/FluxForm.vue.d.ts +27 -0
- package/dist/component/FluxFormColumn.vue.d.ts +20 -0
- package/dist/component/FluxFormDateInput.vue.d.ts +179 -0
- package/dist/component/FluxFormDateRangeInput.vue.d.ts +176 -0
- package/dist/component/FluxFormDateTimeInput.vue.d.ts +176 -0
- package/dist/component/FluxFormField.vue.d.ts +64 -0
- package/dist/component/FluxFormFieldAddition.vue.d.ts +24 -0
- package/dist/component/FluxFormGrid.vue.d.ts +23 -0
- package/dist/component/{FluxFormInput.d.ts → FluxFormInput.vue.d.ts} +6 -6
- package/dist/component/FluxFormInputAddition.vue.d.ts +25 -0
- package/dist/component/FluxFormInputGroup.vue.d.ts +24 -0
- package/dist/component/{FluxFormPinInput.d.ts → FluxFormPinInput.vue.d.ts} +6 -6
- package/dist/component/FluxFormRangeSlider.vue.d.ts +76 -0
- package/dist/component/FluxFormRow.vue.d.ts +20 -0
- package/dist/component/FluxFormSection.vue.d.ts +23 -0
- package/dist/component/{FluxFormSelect.d.ts → FluxFormSelect.vue.d.ts} +3 -5
- package/dist/component/{FluxFormSelectAsync.d.ts → FluxFormSelectAsync.vue.d.ts} +3 -5
- package/dist/component/FluxFormSlider.vue.d.ts +48 -0
- package/dist/component/{FluxFormTextArea.d.ts → FluxFormTextArea.vue.d.ts} +6 -6
- package/dist/component/{FluxFormTimeZonePicker.d.ts → FluxFormTimeZonePicker.vue.d.ts} +3 -5
- package/dist/component/{FluxGallery.d.ts → FluxGallery.vue.d.ts} +14 -7
- package/dist/component/{FluxGalleryItem.d.ts → FluxGalleryItem.vue.d.ts} +2 -3
- package/dist/component/FluxGrid.vue.d.ts +24 -0
- package/dist/component/FluxGridColumn.vue.d.ts +27 -0
- package/dist/component/{FluxGridPattern.d.ts → FluxGridPattern.vue.d.ts} +3 -2
- package/dist/component/{FluxIcon.d.ts → FluxIcon.vue.d.ts} +1 -2
- package/dist/component/FluxInfo.vue.d.ts +24 -0
- package/dist/component/FluxInfoStack.vue.d.ts +20 -0
- package/dist/component/FluxItem.vue.d.ts +18 -0
- package/dist/component/FluxItemActions.vue.d.ts +18 -0
- package/dist/component/FluxItemContent.vue.d.ts +18 -0
- package/dist/component/FluxItemMedia.vue.d.ts +18 -0
- package/dist/component/FluxItemStack.vue.d.ts +18 -0
- package/dist/component/{FluxLegend.d.ts → FluxLegend.vue.d.ts} +1 -2
- package/dist/component/{FluxLink.d.ts → FluxLink.vue.d.ts} +10 -5
- package/dist/component/FluxMenu.vue.d.ts +27 -0
- package/dist/component/FluxMenuGroup.vue.d.ts +23 -0
- package/dist/component/{FluxMenuItem.d.ts → FluxMenuItem.vue.d.ts} +14 -7
- package/dist/component/FluxMenuOptions.vue.d.ts +31 -0
- package/dist/component/{FluxMenuSubHeader.d.ts → FluxMenuSubHeader.vue.d.ts} +1 -2
- package/dist/component/FluxMenuTitle.vue.d.ts +6 -0
- package/dist/component/FluxNotice.vue.d.ts +37 -0
- package/dist/component/FluxNoticeStack.vue.d.ts +20 -0
- package/dist/component/FluxOverflowBar.vue.d.ts +40 -0
- package/dist/component/{FluxOverlay.d.ts → FluxOverlay.vue.d.ts} +2 -3
- package/dist/component/FluxOverlayProvider.vue.d.ts +3 -0
- package/dist/component/{FluxPagination.d.ts → FluxPagination.vue.d.ts} +2 -3
- package/dist/component/{FluxPaginationBar.d.ts → FluxPaginationBar.vue.d.ts} +2 -3
- package/dist/component/{FluxPaginationButton.d.ts → FluxPaginationButton.vue.d.ts} +10 -5
- package/dist/component/FluxPane.vue.d.ts +27 -0
- package/dist/component/FluxPaneBody.vue.d.ts +20 -0
- package/dist/component/FluxPaneDeck.vue.d.ts +23 -0
- package/dist/component/FluxPaneFooter.vue.d.ts +20 -0
- package/dist/component/FluxPaneGroup.vue.d.ts +20 -0
- package/dist/component/FluxPaneHeader.vue.d.ts +28 -0
- package/dist/component/FluxPaneIllustration.vue.d.ts +29 -0
- package/dist/component/{FluxPaneMedia.d.ts → FluxPaneMedia.vue.d.ts} +1 -2
- package/dist/component/{FluxPercentageBar.d.ts → FluxPercentageBar.vue.d.ts} +1 -2
- package/dist/component/{FluxPersona.d.ts → FluxPersona.vue.d.ts} +2 -3
- package/dist/component/{FluxPlaceholder.d.ts → FluxPlaceholder.vue.d.ts} +12 -8
- package/dist/component/{FluxPressable.d.ts → FluxPressable.vue.d.ts} +13 -6
- package/dist/component/{FluxPrimaryButton.d.ts → FluxPrimaryButton.vue.d.ts} +10 -5
- package/dist/component/{FluxPrimaryLinkButton.d.ts → FluxPrimaryLinkButton.vue.d.ts} +10 -5
- package/dist/component/{FluxProgressBar.d.ts → FluxProgressBar.vue.d.ts} +1 -2
- package/dist/component/FluxPrompt.vue.d.ts +75 -0
- package/dist/component/{FluxPublishButton.d.ts → FluxPublishButton.vue.d.ts} +1 -2
- package/dist/component/{FluxQuantitySelector.d.ts → FluxQuantitySelector.vue.d.ts} +6 -6
- package/dist/component/{FluxRemove.d.ts → FluxRemove.vue.d.ts} +2 -3
- package/dist/component/FluxRoot.vue.d.ts +20 -0
- package/dist/component/{FluxDestructiveButton.d.ts → FluxSecondaryButton.vue.d.ts} +10 -5
- package/dist/component/FluxSecondaryLinkButton.vue.d.ts +25 -0
- package/dist/component/{FluxSegmentedControl.d.ts → FluxSegmentedControl.vue.d.ts} +7 -6
- package/dist/component/{FluxSegmentedView.d.ts → FluxSegmentedView.vue.d.ts} +2 -3
- package/dist/component/FluxSeparator.vue.d.ts +7 -0
- package/dist/component/{FluxSlideOver.d.ts → FluxSlideOver.vue.d.ts} +2 -3
- package/dist/component/{FluxSnackbar.d.ts → FluxSnackbar.vue.d.ts} +1 -2
- package/dist/component/FluxSnackbarProvider.vue.d.ts +3 -0
- package/dist/component/FluxSpacer.vue.d.ts +3 -0
- package/dist/component/{FluxSpacing.d.ts → FluxSpacing.vue.d.ts} +1 -2
- package/dist/component/FluxSpinner.vue.d.ts +6 -0
- package/dist/component/FluxSplitButton.vue.d.ts +50 -0
- package/dist/component/FluxStack.vue.d.ts +29 -0
- package/dist/component/{FluxStatistic.d.ts → FluxStatistic.vue.d.ts} +1 -2
- package/dist/component/FluxStepper.vue.d.ts +53 -0
- package/dist/component/FluxStepperStep.vue.d.ts +20 -0
- package/dist/component/{FluxStepperSteps.d.ts → FluxStepperSteps.vue.d.ts} +2 -3
- package/dist/component/FluxTab.vue.d.ts +25 -0
- package/dist/component/FluxTabBar.vue.d.ts +24 -0
- package/dist/component/FluxTabBarItem.vue.d.ts +104 -0
- package/dist/component/FluxTable.vue.d.ts +39 -0
- package/dist/component/FluxTableActions.vue.d.ts +20 -0
- package/dist/component/FluxTableBar.vue.d.ts +20 -0
- package/dist/component/FluxTableCell.vue.d.ts +25 -0
- package/dist/component/FluxTableHeader.vue.d.ts +31 -0
- package/dist/component/FluxTableRow.vue.d.ts +20 -0
- package/dist/component/FluxTabs.vue.d.ts +64 -0
- package/dist/component/{FluxTag.d.ts → FluxTag.vue.d.ts} +1 -2
- package/dist/component/FluxTagStack.vue.d.ts +20 -0
- package/dist/component/FluxTicks.vue.d.ts +7 -0
- package/dist/component/FluxTimeline.vue.d.ts +20 -0
- package/dist/component/FluxTimelineItem.vue.d.ts +28 -0
- package/dist/component/{FluxToggle.d.ts → FluxToggle.vue.d.ts} +4 -6
- package/dist/component/FluxToolbar.vue.d.ts +23 -0
- package/dist/component/FluxToolbarGroup.vue.d.ts +20 -0
- package/dist/component/{FluxTooltip.d.ts → FluxTooltip.vue.d.ts} +2 -3
- package/dist/component/FluxTooltipProvider.vue.d.ts +3 -0
- package/dist/component/FluxWindow.vue.d.ts +39 -0
- package/dist/component/index.d.ts +154 -154
- package/dist/component/primitive/Anchor.vue.d.ts +23 -0
- package/dist/component/primitive/AnchorPopup.vue.d.ts +32 -0
- package/dist/component/primitive/{CoordinatePicker.d.ts → CoordinatePicker.vue.d.ts} +6 -6
- package/dist/component/primitive/{CoordinatePickerThumb.d.ts → CoordinatePickerThumb.vue.d.ts} +2 -3
- package/dist/component/primitive/{FilterItem.d.ts → FilterItem.vue.d.ts} +1 -2
- package/dist/component/primitive/{FilterOptionBase.d.ts → FilterOptionBase.vue.d.ts} +4 -6
- package/dist/component/primitive/SelectBase.vue.d.ts +324 -0
- package/dist/component/primitive/SliderBase.vue.d.ts +36 -0
- package/dist/component/primitive/{SliderThumb.d.ts → SliderThumb.vue.d.ts} +2 -3
- package/dist/component/primitive/SliderTrack.vue.d.ts +22 -0
- package/dist/component/primitive/index.d.ts +7 -7
- package/dist/index.js +219 -219
- package/dist/index.js.map +1 -1
- package/dist/transition/FluxAutoHeightTransition.vue.d.ts +18 -0
- package/dist/transition/FluxAutoWidthTransition.vue.d.ts +18 -0
- package/dist/transition/FluxBreakthroughTransition.vue.d.ts +22 -0
- package/dist/transition/FluxFadeTransition.vue.d.ts +21 -0
- package/dist/transition/FluxOverlayTransition.vue.d.ts +21 -0
- package/dist/transition/FluxRouteTransition.vue.d.ts +22 -0
- package/dist/transition/FluxSlideOverTransition.vue.d.ts +21 -0
- package/dist/transition/FluxTooltipTransition.vue.d.ts +21 -0
- package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +22 -0
- package/dist/transition/FluxWindowTransition.vue.d.ts +22 -0
- package/dist/transition/index.d.ts +10 -10
- package/dist/vite.d.ts +7 -0
- package/package.json +6 -5
- package/dist/component/FluxActionBar.d.ts +0 -37
- package/dist/component/FluxActionPane.d.ts +0 -18
- package/dist/component/FluxActions.d.ts +0 -13
- package/dist/component/FluxAlert.d.ts +0 -8
- package/dist/component/FluxAnimatedColors.d.ts +0 -10
- package/dist/component/FluxAspectRatio.d.ts +0 -16
- package/dist/component/FluxAutoGrid.d.ts +0 -17
- package/dist/component/FluxBadgeStack.d.ts +0 -13
- package/dist/component/FluxButtonGroup.d.ts +0 -13
- package/dist/component/FluxButtonStack.d.ts +0 -19
- package/dist/component/FluxCalendar.d.ts +0 -22
- package/dist/component/FluxClickablePane.d.ts +0 -26
- package/dist/component/FluxComment.d.ts +0 -26
- package/dist/component/FluxConfirm.d.ts +0 -8
- package/dist/component/FluxContainer.d.ts +0 -16
- package/dist/component/FluxDataTable.d.ts +0 -69
- package/dist/component/FluxDisabled.d.ts +0 -17
- package/dist/component/FluxDivider.d.ts +0 -16
- package/dist/component/FluxDotPattern.d.ts +0 -11
- package/dist/component/FluxDropZone.d.ts +0 -39
- package/dist/component/FluxDynamicView.d.ts +0 -7
- package/dist/component/FluxExpandable.d.ts +0 -48
- package/dist/component/FluxExpandableGroup.d.ts +0 -16
- package/dist/component/FluxFader.d.ts +0 -24
- package/dist/component/FluxFaderItem.d.ts +0 -13
- package/dist/component/FluxFilterBase.d.ts +0 -34
- package/dist/component/FluxFilterWindow.d.ts +0 -23
- package/dist/component/FluxFlyout.d.ts +0 -38
- package/dist/component/FluxFocalPointEditor.d.ts +0 -27
- package/dist/component/FluxForm.d.ts +0 -20
- package/dist/component/FluxFormColumn.d.ts +0 -13
- package/dist/component/FluxFormDateInput.d.ts +0 -27
- package/dist/component/FluxFormDateRangeInput.d.ts +0 -24
- package/dist/component/FluxFormDateTimeInput.d.ts +0 -24
- package/dist/component/FluxFormField.d.ts +0 -39
- package/dist/component/FluxFormFieldAddition.d.ts +0 -20
- package/dist/component/FluxFormGrid.d.ts +0 -16
- package/dist/component/FluxFormInputAddition.d.ts +0 -18
- package/dist/component/FluxFormInputGroup.d.ts +0 -17
- package/dist/component/FluxFormRangeSlider.d.ts +0 -21
- package/dist/component/FluxFormRow.d.ts +0 -13
- package/dist/component/FluxFormSection.d.ts +0 -16
- package/dist/component/FluxFormSlider.d.ts +0 -21
- package/dist/component/FluxGrid.d.ts +0 -17
- package/dist/component/FluxGridColumn.d.ts +0 -20
- package/dist/component/FluxInfo.d.ts +0 -17
- package/dist/component/FluxInfoStack.d.ts +0 -13
- package/dist/component/FluxItem.d.ts +0 -14
- package/dist/component/FluxItemActions.d.ts +0 -14
- package/dist/component/FluxItemContent.d.ts +0 -14
- package/dist/component/FluxItemMedia.d.ts +0 -14
- package/dist/component/FluxItemStack.d.ts +0 -14
- package/dist/component/FluxMenu.d.ts +0 -16
- package/dist/component/FluxMenuGroup.d.ts +0 -16
- package/dist/component/FluxMenuOptions.d.ts +0 -25
- package/dist/component/FluxMenuTitle.d.ts +0 -7
- package/dist/component/FluxNotice.d.ts +0 -29
- package/dist/component/FluxNoticeStack.d.ts +0 -13
- package/dist/component/FluxOverflowBar.d.ts +0 -22
- package/dist/component/FluxOverlayProvider.d.ts +0 -4
- package/dist/component/FluxPane.d.ts +0 -19
- package/dist/component/FluxPaneBody.d.ts +0 -13
- package/dist/component/FluxPaneDeck.d.ts +0 -16
- package/dist/component/FluxPaneFooter.d.ts +0 -13
- package/dist/component/FluxPaneGroup.d.ts +0 -13
- package/dist/component/FluxPaneHeader.d.ts +0 -20
- package/dist/component/FluxPaneIllustration.d.ts +0 -21
- package/dist/component/FluxPrompt.d.ts +0 -8
- package/dist/component/FluxRoot.d.ts +0 -13
- package/dist/component/FluxSecondaryLinkButton.d.ts +0 -20
- package/dist/component/FluxSeparator.d.ts +0 -8
- package/dist/component/FluxSnackbarProvider.d.ts +0 -4
- package/dist/component/FluxSpacer.d.ts +0 -4
- package/dist/component/FluxSpinner.d.ts +0 -7
- package/dist/component/FluxSplitButton.d.ts +0 -32
- package/dist/component/FluxStack.d.ts +0 -22
- package/dist/component/FluxStepper.d.ts +0 -33
- package/dist/component/FluxStepperStep.d.ts +0 -13
- package/dist/component/FluxTab.d.ts +0 -18
- package/dist/component/FluxTabBar.d.ts +0 -13
- package/dist/component/FluxTabBarItem.d.ts +0 -25
- package/dist/component/FluxTable.d.ts +0 -27
- package/dist/component/FluxTableActions.d.ts +0 -13
- package/dist/component/FluxTableBar.d.ts +0 -13
- package/dist/component/FluxTableCell.d.ts +0 -17
- package/dist/component/FluxTableHeader.d.ts +0 -24
- package/dist/component/FluxTableRow.d.ts +0 -13
- package/dist/component/FluxTabs.d.ts +0 -39
- package/dist/component/FluxTagStack.d.ts +0 -13
- package/dist/component/FluxTicks.d.ts +0 -8
- package/dist/component/FluxTimeline.d.ts +0 -13
- package/dist/component/FluxTimelineItem.d.ts +0 -21
- package/dist/component/FluxToolbar.d.ts +0 -16
- package/dist/component/FluxToolbarGroup.d.ts +0 -13
- package/dist/component/FluxTooltipProvider.d.ts +0 -4
- package/dist/component/FluxWindow.d.ts +0 -25
- package/dist/component/primitive/Anchor.d.ts +0 -16
- package/dist/component/primitive/AnchorPopup.d.ts +0 -21
- package/dist/component/primitive/SelectBase.d.ts +0 -34
- package/dist/component/primitive/SliderBase.d.ts +0 -28
- package/dist/component/primitive/SliderTrack.d.ts +0 -18
- package/dist/transition/FluxAutoHeightTransition.d.ts +0 -14
- package/dist/transition/FluxAutoWidthTransition.d.ts +0 -14
- package/dist/transition/FluxBreakthroughTransition.d.ts +0 -18
- package/dist/transition/FluxFadeTransition.d.ts +0 -17
- package/dist/transition/FluxOverlayTransition.d.ts +0 -17
- package/dist/transition/FluxRouteTransition.d.ts +0 -18
- package/dist/transition/FluxSlideOverTransition.d.ts +0 -17
- package/dist/transition/FluxTooltipTransition.d.ts +0 -17
- package/dist/transition/FluxVerticalWindowTransition.d.ts +0 -18
- package/dist/transition/FluxWindowTransition.d.ts +0 -18
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import { FluxAutoCompleteType, FluxDirection } from '@flux-ui/types';
|
|
2
|
+
import { DateTime } from 'luxon';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
4
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
readonly autoComplete?: FluxAutoCompleteType;
|
|
7
|
+
readonly autoFocus?: boolean;
|
|
8
|
+
readonly disabled?: boolean;
|
|
9
|
+
readonly isReadonly?: boolean;
|
|
10
|
+
readonly max?: DateTime;
|
|
11
|
+
readonly min?: DateTime;
|
|
12
|
+
readonly placeholder?: string;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_PublicProps = {
|
|
15
|
+
modelValue?: DateTime | null;
|
|
16
|
+
} & __VLS_Props;
|
|
17
|
+
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
+
blur: () => any;
|
|
19
|
+
focus: () => any;
|
|
20
|
+
"update:modelValue": (value: DateTime<boolean>) => any;
|
|
21
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
22
|
+
onBlur?: () => any;
|
|
23
|
+
onFocus?: () => any;
|
|
24
|
+
"onUpdate:modelValue"?: (value: DateTime<boolean>) => any;
|
|
25
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
26
|
+
flyout: {
|
|
27
|
+
$: ComponentInternalInstance;
|
|
28
|
+
$data: {};
|
|
29
|
+
$props: Partial<{}> & Omit<{
|
|
30
|
+
readonly direction?: FluxDirection;
|
|
31
|
+
readonly isAutoWidth?: boolean;
|
|
32
|
+
readonly margin?: number;
|
|
33
|
+
readonly width?: number | string;
|
|
34
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
35
|
+
$attrs: {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
$refs: {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
} & {
|
|
41
|
+
mount: HTMLDivElement;
|
|
42
|
+
dialog: HTMLDialogElement;
|
|
43
|
+
pane: {
|
|
44
|
+
$: ComponentInternalInstance;
|
|
45
|
+
$data: {};
|
|
46
|
+
$props: Partial<{}> & Omit<{
|
|
47
|
+
readonly isLoading?: boolean;
|
|
48
|
+
readonly tag?: string;
|
|
49
|
+
readonly variant?: "default" | "flat" | "well";
|
|
50
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
51
|
+
$attrs: {
|
|
52
|
+
[x: string]: unknown;
|
|
53
|
+
};
|
|
54
|
+
$refs: {
|
|
55
|
+
[x: string]: unknown;
|
|
56
|
+
};
|
|
57
|
+
$slots: Readonly<{
|
|
58
|
+
[name: string]: Slot<any>;
|
|
59
|
+
}>;
|
|
60
|
+
$root: ComponentPublicInstance | null;
|
|
61
|
+
$parent: ComponentPublicInstance | null;
|
|
62
|
+
$host: Element | null;
|
|
63
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
64
|
+
$el: HTMLDivElement;
|
|
65
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
66
|
+
readonly isLoading?: boolean;
|
|
67
|
+
readonly tag?: string;
|
|
68
|
+
readonly variant?: "default" | "flat" | "well";
|
|
69
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
70
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
71
|
+
created?: (() => void) | (() => void)[];
|
|
72
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
73
|
+
mounted?: (() => void) | (() => void)[];
|
|
74
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
75
|
+
updated?: (() => void) | (() => void)[];
|
|
76
|
+
activated?: (() => void) | (() => void)[];
|
|
77
|
+
deactivated?: (() => void) | (() => void)[];
|
|
78
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
79
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
80
|
+
destroyed?: (() => void) | (() => void)[];
|
|
81
|
+
unmounted?: (() => void) | (() => void)[];
|
|
82
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
83
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
84
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
85
|
+
};
|
|
86
|
+
$forceUpdate: () => void;
|
|
87
|
+
$nextTick: nextTick;
|
|
88
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
89
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
90
|
+
readonly isLoading?: boolean;
|
|
91
|
+
readonly tag?: string;
|
|
92
|
+
readonly variant?: "default" | "flat" | "well";
|
|
93
|
+
}> & Readonly<{}>, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
94
|
+
$slots: Readonly<{
|
|
95
|
+
default(): any;
|
|
96
|
+
loader(): any;
|
|
97
|
+
}> & {
|
|
98
|
+
default(): any;
|
|
99
|
+
loader(): any;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
$slots: Readonly<{
|
|
104
|
+
[name: string]: Slot<any>;
|
|
105
|
+
}>;
|
|
106
|
+
$root: ComponentPublicInstance | null;
|
|
107
|
+
$parent: ComponentPublicInstance | null;
|
|
108
|
+
$host: Element | null;
|
|
109
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
110
|
+
$el: HTMLDivElement;
|
|
111
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
112
|
+
readonly direction?: FluxDirection;
|
|
113
|
+
readonly isAutoWidth?: boolean;
|
|
114
|
+
readonly margin?: number;
|
|
115
|
+
readonly width?: number | string;
|
|
116
|
+
}> & Readonly<{}>, {
|
|
117
|
+
close: () => void;
|
|
118
|
+
open: () => void;
|
|
119
|
+
toggle: () => void;
|
|
120
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
121
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
122
|
+
created?: (() => void) | (() => void)[];
|
|
123
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
124
|
+
mounted?: (() => void) | (() => void)[];
|
|
125
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
126
|
+
updated?: (() => void) | (() => void)[];
|
|
127
|
+
activated?: (() => void) | (() => void)[];
|
|
128
|
+
deactivated?: (() => void) | (() => void)[];
|
|
129
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
130
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
131
|
+
destroyed?: (() => void) | (() => void)[];
|
|
132
|
+
unmounted?: (() => void) | (() => void)[];
|
|
133
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
134
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
135
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
136
|
+
};
|
|
137
|
+
$forceUpdate: () => void;
|
|
138
|
+
$nextTick: nextTick;
|
|
139
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
140
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
141
|
+
readonly direction?: FluxDirection;
|
|
142
|
+
readonly isAutoWidth?: boolean;
|
|
143
|
+
readonly margin?: number;
|
|
144
|
+
readonly width?: number | string;
|
|
145
|
+
}> & Readonly<{}>, "close" | "toggle" | "open"> & ShallowUnwrapRef<{
|
|
146
|
+
close: () => void;
|
|
147
|
+
open: () => void;
|
|
148
|
+
toggle: () => void;
|
|
149
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
150
|
+
$slots: Readonly<{
|
|
151
|
+
default(props: {
|
|
152
|
+
close(): void;
|
|
153
|
+
readonly paneX: number;
|
|
154
|
+
readonly paneY: number;
|
|
155
|
+
readonly openerWidth: number;
|
|
156
|
+
readonly openerHeight: number;
|
|
157
|
+
}): any;
|
|
158
|
+
opener(props: {
|
|
159
|
+
close(): void;
|
|
160
|
+
open(): void;
|
|
161
|
+
toggle(): void;
|
|
162
|
+
}): any;
|
|
163
|
+
}> & {
|
|
164
|
+
default(props: {
|
|
165
|
+
close(): void;
|
|
166
|
+
readonly paneX: number;
|
|
167
|
+
readonly paneY: number;
|
|
168
|
+
readonly openerWidth: number;
|
|
169
|
+
readonly openerHeight: number;
|
|
170
|
+
}): any;
|
|
171
|
+
opener(props: {
|
|
172
|
+
close(): void;
|
|
173
|
+
open(): void;
|
|
174
|
+
toggle(): void;
|
|
175
|
+
}): any;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
}, HTMLDivElement>;
|
|
179
|
+
export default _default;
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { FluxAutoCompleteType, FluxDirection } from '@flux-ui/types';
|
|
2
|
+
import { DateTime } from 'luxon';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
4
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
readonly autoComplete?: FluxAutoCompleteType;
|
|
7
|
+
readonly autoFocus?: boolean;
|
|
8
|
+
readonly disabled?: boolean;
|
|
9
|
+
readonly isReadonly?: boolean;
|
|
10
|
+
readonly max?: DateTime;
|
|
11
|
+
readonly min?: DateTime;
|
|
12
|
+
readonly placeholder?: string;
|
|
13
|
+
readonly rangeMode?: 'range' | 'week' | 'month';
|
|
14
|
+
};
|
|
15
|
+
type __VLS_PublicProps = {
|
|
16
|
+
modelValue: [DateTime, DateTime] | null;
|
|
17
|
+
} & __VLS_Props;
|
|
18
|
+
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
+
"update:modelValue": (value: [DateTime<boolean>, DateTime<boolean>]) => any;
|
|
20
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: (value: [DateTime<boolean>, DateTime<boolean>]) => any;
|
|
22
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
23
|
+
flyout: {
|
|
24
|
+
$: ComponentInternalInstance;
|
|
25
|
+
$data: {};
|
|
26
|
+
$props: Partial<{}> & Omit<{
|
|
27
|
+
readonly direction?: FluxDirection;
|
|
28
|
+
readonly isAutoWidth?: boolean;
|
|
29
|
+
readonly margin?: number;
|
|
30
|
+
readonly width?: number | string;
|
|
31
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
32
|
+
$attrs: {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
$refs: {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
} & {
|
|
38
|
+
mount: HTMLDivElement;
|
|
39
|
+
dialog: HTMLDialogElement;
|
|
40
|
+
pane: {
|
|
41
|
+
$: ComponentInternalInstance;
|
|
42
|
+
$data: {};
|
|
43
|
+
$props: Partial<{}> & Omit<{
|
|
44
|
+
readonly isLoading?: boolean;
|
|
45
|
+
readonly tag?: string;
|
|
46
|
+
readonly variant?: "default" | "flat" | "well";
|
|
47
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
48
|
+
$attrs: {
|
|
49
|
+
[x: string]: unknown;
|
|
50
|
+
};
|
|
51
|
+
$refs: {
|
|
52
|
+
[x: string]: unknown;
|
|
53
|
+
};
|
|
54
|
+
$slots: Readonly<{
|
|
55
|
+
[name: string]: Slot<any>;
|
|
56
|
+
}>;
|
|
57
|
+
$root: ComponentPublicInstance | null;
|
|
58
|
+
$parent: ComponentPublicInstance | null;
|
|
59
|
+
$host: Element | null;
|
|
60
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
61
|
+
$el: HTMLDivElement;
|
|
62
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
63
|
+
readonly isLoading?: boolean;
|
|
64
|
+
readonly tag?: string;
|
|
65
|
+
readonly variant?: "default" | "flat" | "well";
|
|
66
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
67
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
68
|
+
created?: (() => void) | (() => void)[];
|
|
69
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
70
|
+
mounted?: (() => void) | (() => void)[];
|
|
71
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
72
|
+
updated?: (() => void) | (() => void)[];
|
|
73
|
+
activated?: (() => void) | (() => void)[];
|
|
74
|
+
deactivated?: (() => void) | (() => void)[];
|
|
75
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
76
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
77
|
+
destroyed?: (() => void) | (() => void)[];
|
|
78
|
+
unmounted?: (() => void) | (() => void)[];
|
|
79
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
80
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
81
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
82
|
+
};
|
|
83
|
+
$forceUpdate: () => void;
|
|
84
|
+
$nextTick: nextTick;
|
|
85
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
86
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
87
|
+
readonly isLoading?: boolean;
|
|
88
|
+
readonly tag?: string;
|
|
89
|
+
readonly variant?: "default" | "flat" | "well";
|
|
90
|
+
}> & Readonly<{}>, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
91
|
+
$slots: Readonly<{
|
|
92
|
+
default(): any;
|
|
93
|
+
loader(): any;
|
|
94
|
+
}> & {
|
|
95
|
+
default(): any;
|
|
96
|
+
loader(): any;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
$slots: Readonly<{
|
|
101
|
+
[name: string]: Slot<any>;
|
|
102
|
+
}>;
|
|
103
|
+
$root: ComponentPublicInstance | null;
|
|
104
|
+
$parent: ComponentPublicInstance | null;
|
|
105
|
+
$host: Element | null;
|
|
106
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
107
|
+
$el: HTMLDivElement;
|
|
108
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
109
|
+
readonly direction?: FluxDirection;
|
|
110
|
+
readonly isAutoWidth?: boolean;
|
|
111
|
+
readonly margin?: number;
|
|
112
|
+
readonly width?: number | string;
|
|
113
|
+
}> & Readonly<{}>, {
|
|
114
|
+
close: () => void;
|
|
115
|
+
open: () => void;
|
|
116
|
+
toggle: () => void;
|
|
117
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
118
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
119
|
+
created?: (() => void) | (() => void)[];
|
|
120
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
121
|
+
mounted?: (() => void) | (() => void)[];
|
|
122
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
123
|
+
updated?: (() => void) | (() => void)[];
|
|
124
|
+
activated?: (() => void) | (() => void)[];
|
|
125
|
+
deactivated?: (() => void) | (() => void)[];
|
|
126
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
127
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
128
|
+
destroyed?: (() => void) | (() => void)[];
|
|
129
|
+
unmounted?: (() => void) | (() => void)[];
|
|
130
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
131
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
132
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
133
|
+
};
|
|
134
|
+
$forceUpdate: () => void;
|
|
135
|
+
$nextTick: nextTick;
|
|
136
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
137
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
138
|
+
readonly direction?: FluxDirection;
|
|
139
|
+
readonly isAutoWidth?: boolean;
|
|
140
|
+
readonly margin?: number;
|
|
141
|
+
readonly width?: number | string;
|
|
142
|
+
}> & Readonly<{}>, "close" | "toggle" | "open"> & ShallowUnwrapRef<{
|
|
143
|
+
close: () => void;
|
|
144
|
+
open: () => void;
|
|
145
|
+
toggle: () => void;
|
|
146
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
147
|
+
$slots: Readonly<{
|
|
148
|
+
default(props: {
|
|
149
|
+
close(): void;
|
|
150
|
+
readonly paneX: number;
|
|
151
|
+
readonly paneY: number;
|
|
152
|
+
readonly openerWidth: number;
|
|
153
|
+
readonly openerHeight: number;
|
|
154
|
+
}): any;
|
|
155
|
+
opener(props: {
|
|
156
|
+
close(): void;
|
|
157
|
+
open(): void;
|
|
158
|
+
toggle(): void;
|
|
159
|
+
}): any;
|
|
160
|
+
}> & {
|
|
161
|
+
default(props: {
|
|
162
|
+
close(): void;
|
|
163
|
+
readonly paneX: number;
|
|
164
|
+
readonly paneY: number;
|
|
165
|
+
readonly openerWidth: number;
|
|
166
|
+
readonly openerHeight: number;
|
|
167
|
+
}): any;
|
|
168
|
+
opener(props: {
|
|
169
|
+
close(): void;
|
|
170
|
+
open(): void;
|
|
171
|
+
toggle(): void;
|
|
172
|
+
}): any;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
}, HTMLDivElement>;
|
|
176
|
+
export default _default;
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { FluxAutoCompleteType, FluxDirection } from '@flux-ui/types';
|
|
2
|
+
import { DateTime } from 'luxon';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
4
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
5
|
+
type __VLS_Props = {
|
|
6
|
+
readonly autoComplete?: FluxAutoCompleteType;
|
|
7
|
+
readonly autoFocus?: boolean;
|
|
8
|
+
readonly disabled?: boolean;
|
|
9
|
+
readonly isHourOnly?: boolean;
|
|
10
|
+
readonly isReadonly?: boolean;
|
|
11
|
+
readonly max?: DateTime;
|
|
12
|
+
readonly min?: DateTime;
|
|
13
|
+
readonly placeholder?: string;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_PublicProps = {
|
|
16
|
+
modelValue: DateTime | null;
|
|
17
|
+
} & __VLS_Props;
|
|
18
|
+
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
+
"update:modelValue": (value: DateTime<boolean>) => any;
|
|
20
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: (value: DateTime<boolean>) => any;
|
|
22
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
23
|
+
flyout: {
|
|
24
|
+
$: ComponentInternalInstance;
|
|
25
|
+
$data: {};
|
|
26
|
+
$props: Partial<{}> & Omit<{
|
|
27
|
+
readonly direction?: FluxDirection;
|
|
28
|
+
readonly isAutoWidth?: boolean;
|
|
29
|
+
readonly margin?: number;
|
|
30
|
+
readonly width?: number | string;
|
|
31
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
32
|
+
$attrs: {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
$refs: {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
} & {
|
|
38
|
+
mount: HTMLDivElement;
|
|
39
|
+
dialog: HTMLDialogElement;
|
|
40
|
+
pane: {
|
|
41
|
+
$: ComponentInternalInstance;
|
|
42
|
+
$data: {};
|
|
43
|
+
$props: Partial<{}> & Omit<{
|
|
44
|
+
readonly isLoading?: boolean;
|
|
45
|
+
readonly tag?: string;
|
|
46
|
+
readonly variant?: "default" | "flat" | "well";
|
|
47
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
48
|
+
$attrs: {
|
|
49
|
+
[x: string]: unknown;
|
|
50
|
+
};
|
|
51
|
+
$refs: {
|
|
52
|
+
[x: string]: unknown;
|
|
53
|
+
};
|
|
54
|
+
$slots: Readonly<{
|
|
55
|
+
[name: string]: Slot<any>;
|
|
56
|
+
}>;
|
|
57
|
+
$root: ComponentPublicInstance | null;
|
|
58
|
+
$parent: ComponentPublicInstance | null;
|
|
59
|
+
$host: Element | null;
|
|
60
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
61
|
+
$el: HTMLDivElement;
|
|
62
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
63
|
+
readonly isLoading?: boolean;
|
|
64
|
+
readonly tag?: string;
|
|
65
|
+
readonly variant?: "default" | "flat" | "well";
|
|
66
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
67
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
68
|
+
created?: (() => void) | (() => void)[];
|
|
69
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
70
|
+
mounted?: (() => void) | (() => void)[];
|
|
71
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
72
|
+
updated?: (() => void) | (() => void)[];
|
|
73
|
+
activated?: (() => void) | (() => void)[];
|
|
74
|
+
deactivated?: (() => void) | (() => void)[];
|
|
75
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
76
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
77
|
+
destroyed?: (() => void) | (() => void)[];
|
|
78
|
+
unmounted?: (() => void) | (() => void)[];
|
|
79
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
80
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
81
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
82
|
+
};
|
|
83
|
+
$forceUpdate: () => void;
|
|
84
|
+
$nextTick: nextTick;
|
|
85
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
86
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
87
|
+
readonly isLoading?: boolean;
|
|
88
|
+
readonly tag?: string;
|
|
89
|
+
readonly variant?: "default" | "flat" | "well";
|
|
90
|
+
}> & Readonly<{}>, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
91
|
+
$slots: Readonly<{
|
|
92
|
+
default(): any;
|
|
93
|
+
loader(): any;
|
|
94
|
+
}> & {
|
|
95
|
+
default(): any;
|
|
96
|
+
loader(): any;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
$slots: Readonly<{
|
|
101
|
+
[name: string]: Slot<any>;
|
|
102
|
+
}>;
|
|
103
|
+
$root: ComponentPublicInstance | null;
|
|
104
|
+
$parent: ComponentPublicInstance | null;
|
|
105
|
+
$host: Element | null;
|
|
106
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
107
|
+
$el: HTMLDivElement;
|
|
108
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
109
|
+
readonly direction?: FluxDirection;
|
|
110
|
+
readonly isAutoWidth?: boolean;
|
|
111
|
+
readonly margin?: number;
|
|
112
|
+
readonly width?: number | string;
|
|
113
|
+
}> & Readonly<{}>, {
|
|
114
|
+
close: () => void;
|
|
115
|
+
open: () => void;
|
|
116
|
+
toggle: () => void;
|
|
117
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
118
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
119
|
+
created?: (() => void) | (() => void)[];
|
|
120
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
121
|
+
mounted?: (() => void) | (() => void)[];
|
|
122
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
123
|
+
updated?: (() => void) | (() => void)[];
|
|
124
|
+
activated?: (() => void) | (() => void)[];
|
|
125
|
+
deactivated?: (() => void) | (() => void)[];
|
|
126
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
127
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
128
|
+
destroyed?: (() => void) | (() => void)[];
|
|
129
|
+
unmounted?: (() => void) | (() => void)[];
|
|
130
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
131
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
132
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
133
|
+
};
|
|
134
|
+
$forceUpdate: () => void;
|
|
135
|
+
$nextTick: nextTick;
|
|
136
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
137
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
138
|
+
readonly direction?: FluxDirection;
|
|
139
|
+
readonly isAutoWidth?: boolean;
|
|
140
|
+
readonly margin?: number;
|
|
141
|
+
readonly width?: number | string;
|
|
142
|
+
}> & Readonly<{}>, "close" | "toggle" | "open"> & ShallowUnwrapRef<{
|
|
143
|
+
close: () => void;
|
|
144
|
+
open: () => void;
|
|
145
|
+
toggle: () => void;
|
|
146
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
147
|
+
$slots: Readonly<{
|
|
148
|
+
default(props: {
|
|
149
|
+
close(): void;
|
|
150
|
+
readonly paneX: number;
|
|
151
|
+
readonly paneY: number;
|
|
152
|
+
readonly openerWidth: number;
|
|
153
|
+
readonly openerHeight: number;
|
|
154
|
+
}): any;
|
|
155
|
+
opener(props: {
|
|
156
|
+
close(): void;
|
|
157
|
+
open(): void;
|
|
158
|
+
toggle(): void;
|
|
159
|
+
}): any;
|
|
160
|
+
}> & {
|
|
161
|
+
default(props: {
|
|
162
|
+
close(): void;
|
|
163
|
+
readonly paneX: number;
|
|
164
|
+
readonly paneY: number;
|
|
165
|
+
readonly openerWidth: number;
|
|
166
|
+
readonly openerHeight: number;
|
|
167
|
+
}): any;
|
|
168
|
+
opener(props: {
|
|
169
|
+
close(): void;
|
|
170
|
+
open(): void;
|
|
171
|
+
toggle(): void;
|
|
172
|
+
}): any;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
}, any>;
|
|
176
|
+
export default _default;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly currentLength?: number;
|
|
4
|
+
readonly error?: string;
|
|
5
|
+
readonly hint?: string;
|
|
6
|
+
readonly isOptional?: boolean;
|
|
7
|
+
readonly label: string;
|
|
8
|
+
readonly maxLength?: number;
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: Readonly<{
|
|
13
|
+
default(props: {
|
|
14
|
+
readonly id?: string;
|
|
15
|
+
}): any;
|
|
16
|
+
addition(props: {
|
|
17
|
+
readonly currentLength?: number;
|
|
18
|
+
readonly error?: string;
|
|
19
|
+
readonly hint?: string;
|
|
20
|
+
readonly isOptional?: boolean;
|
|
21
|
+
readonly label: string;
|
|
22
|
+
readonly maxLength?: number;
|
|
23
|
+
}): any;
|
|
24
|
+
value(props: {
|
|
25
|
+
readonly currentLength?: number;
|
|
26
|
+
readonly error?: string;
|
|
27
|
+
readonly hint?: string;
|
|
28
|
+
readonly isOptional?: boolean;
|
|
29
|
+
readonly label: string;
|
|
30
|
+
readonly maxLength?: number;
|
|
31
|
+
}): any;
|
|
32
|
+
}> & {
|
|
33
|
+
default(props: {
|
|
34
|
+
readonly id?: string;
|
|
35
|
+
}): any;
|
|
36
|
+
addition(props: {
|
|
37
|
+
readonly currentLength?: number;
|
|
38
|
+
readonly error?: string;
|
|
39
|
+
readonly hint?: string;
|
|
40
|
+
readonly isOptional?: boolean;
|
|
41
|
+
readonly label: string;
|
|
42
|
+
readonly maxLength?: number;
|
|
43
|
+
}): any;
|
|
44
|
+
value(props: {
|
|
45
|
+
readonly currentLength?: number;
|
|
46
|
+
readonly error?: string;
|
|
47
|
+
readonly hint?: string;
|
|
48
|
+
readonly isOptional?: boolean;
|
|
49
|
+
readonly label: string;
|
|
50
|
+
readonly maxLength?: number;
|
|
51
|
+
}): any;
|
|
52
|
+
};
|
|
53
|
+
refs: {};
|
|
54
|
+
rootEl: HTMLDivElement;
|
|
55
|
+
};
|
|
56
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
57
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
58
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
59
|
+
export default _default;
|
|
60
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
+
new (): {
|
|
62
|
+
$slots: S;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FluxIconName } from '@flux-ui/types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
readonly icon?: FluxIconName;
|
|
5
|
+
readonly message?: string;
|
|
6
|
+
readonly mode?: 'error' | 'hint';
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly columns?: number;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: Readonly<{
|
|
8
|
+
default(): any;
|
|
9
|
+
}> & {
|
|
10
|
+
default(): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -19,11 +19,10 @@ type __VLS_Props = {
|
|
|
19
19
|
};
|
|
20
20
|
declare function blur(): void;
|
|
21
21
|
declare function focus(): void;
|
|
22
|
-
type
|
|
22
|
+
type __VLS_PublicProps = {
|
|
23
23
|
modelValue?: object | string | number | null;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
declare const __VLS_export: DefineComponent<__VLS_PublicProps, {
|
|
24
|
+
} & __VLS_Props;
|
|
25
|
+
declare const _default: DefineComponent<__VLS_PublicProps, {
|
|
27
26
|
blur: typeof blur;
|
|
28
27
|
focus: typeof focus;
|
|
29
28
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -36,6 +35,7 @@ declare const __VLS_export: DefineComponent<__VLS_PublicProps, {
|
|
|
36
35
|
onFocus?: () => any;
|
|
37
36
|
onShowPicker?: () => any;
|
|
38
37
|
"onUpdate:modelValue"?: (value: string | number | object) => any;
|
|
39
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
40
|
-
|
|
38
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
39
|
+
input: HTMLInputElement;
|
|
40
|
+
}, HTMLDivElement>;
|
|
41
41
|
export default _default;
|