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