@flux-ui/components 3.0.0-next.25 → 3.0.0-next.28
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 +12 -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} +3 -4
- 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} +7 -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} +16 -9
- 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 +21 -0
- package/dist/component/FluxItemContent.vue.d.ts +21 -0
- package/dist/component/FluxItemMedia.vue.d.ts +22 -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 +77 -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 +26 -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 +326 -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/composable/private/index.d.ts +0 -1
- package/dist/index.css +39 -23
- package/dist/index.js +4047 -949
- 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 +8 -7
- package/src/component/FluxAnimatedColors.vue +6 -4
- package/src/component/FluxAutoGrid.vue +1 -1
- package/src/component/FluxContainer.vue +1 -1
- package/src/component/FluxExpandable.vue +1 -1
- package/src/component/FluxFader.vue +2 -1
- package/src/component/FluxFilterOptionAsync.vue +1 -2
- package/src/component/FluxFilterOptionsAsync.vue +1 -2
- package/src/component/FluxFormInput.vue +7 -0
- package/src/component/FluxFormSelectAsync.vue +2 -2
- package/src/component/FluxGrid.vue +1 -1
- package/src/component/FluxIcon.vue +0 -12
- package/src/component/FluxItemActions.vue +6 -2
- package/src/component/FluxItemContent.vue +5 -1
- package/src/component/FluxItemMedia.vue +10 -1
- package/src/component/FluxPressable.vue +1 -1
- package/src/component/FluxStack.vue +1 -1
- package/src/component/FluxTabBar.vue +2 -1
- package/src/component/FluxTableCell.vue +3 -1
- package/src/component/primitive/AnchorPopup.vue +1 -1
- package/src/component/primitive/FilterItem.vue +1 -1
- package/src/component/primitive/SelectBase.vue +2 -1
- package/src/composable/private/index.ts +0 -1
- package/src/css/component/Badge.module.scss +1 -1
- package/src/css/component/Icon.module.scss +0 -17
- package/src/css/component/Item.module.scss +18 -4
- package/src/css/component/Pane.module.scss +10 -1
- package/src/css/component/Tab.module.scss +7 -0
- package/src/css/component/Table.module.scss +1 -1
- package/src/css/typography.scss +5 -1
- package/src/css/variables.scss +1 -1
- package/src/util/createDialogRenderer.ts +3 -1
- 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/composable/private/useLoaded.d.ts +0 -5
- 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
- package/src/composable/private/useLoaded.ts +0 -21
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly isBack?: boolean;
|
|
4
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
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
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly isBack?: boolean;
|
|
4
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
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
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly isBack?: boolean;
|
|
4
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
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
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly isBack?: boolean;
|
|
4
|
+
readonly mode?: 'in-out' | 'out-in';
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
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,10 +1,10 @@
|
|
|
1
|
-
export { default as FluxAutoHeightTransition } from './FluxAutoHeightTransition';
|
|
2
|
-
export { default as FluxAutoWidthTransition } from './FluxAutoWidthTransition';
|
|
3
|
-
export { default as FluxBreakthroughTransition } from './FluxBreakthroughTransition';
|
|
4
|
-
export { default as FluxFadeTransition } from './FluxFadeTransition';
|
|
5
|
-
export { default as FluxOverlayTransition } from './FluxOverlayTransition';
|
|
6
|
-
export { default as FluxRouteTransition } from './FluxRouteTransition';
|
|
7
|
-
export { default as FluxSlideOverTransition } from './FluxSlideOverTransition';
|
|
8
|
-
export { default as FluxTooltipTransition } from './FluxTooltipTransition';
|
|
9
|
-
export { default as FluxVerticalWindowTransition } from './FluxVerticalWindowTransition';
|
|
10
|
-
export { default as FluxWindowTransition } from './FluxWindowTransition';
|
|
1
|
+
export { default as FluxAutoHeightTransition } from './FluxAutoHeightTransition.vue';
|
|
2
|
+
export { default as FluxAutoWidthTransition } from './FluxAutoWidthTransition.vue';
|
|
3
|
+
export { default as FluxBreakthroughTransition } from './FluxBreakthroughTransition.vue';
|
|
4
|
+
export { default as FluxFadeTransition } from './FluxFadeTransition.vue';
|
|
5
|
+
export { default as FluxOverlayTransition } from './FluxOverlayTransition.vue';
|
|
6
|
+
export { default as FluxRouteTransition } from './FluxRouteTransition.vue';
|
|
7
|
+
export { default as FluxSlideOverTransition } from './FluxSlideOverTransition.vue';
|
|
8
|
+
export { default as FluxTooltipTransition } from './FluxTooltipTransition.vue';
|
|
9
|
+
export { default as FluxVerticalWindowTransition } from './FluxVerticalWindowTransition.vue';
|
|
10
|
+
export { default as FluxWindowTransition } from './FluxWindowTransition.vue';
|
package/dist/vite.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flux-ui/components",
|
|
3
3
|
"description": "A set of opiniated UI components.",
|
|
4
|
-
"version": "3.0.0-next.
|
|
4
|
+
"version": "3.0.0-next.28",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/basmilius",
|
|
@@ -51,9 +51,10 @@
|
|
|
51
51
|
"typings": "./dist/index.d.ts",
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@basmilius/
|
|
55
|
-
"@
|
|
56
|
-
"@flux-ui/
|
|
54
|
+
"@basmilius/common": "^3.8.0",
|
|
55
|
+
"@basmilius/utils": "^3.8.0",
|
|
56
|
+
"@flux-ui/internals": "3.0.0-next.28",
|
|
57
|
+
"@flux-ui/types": "3.0.0-next.28",
|
|
57
58
|
"@fortawesome/fontawesome-common-types": "^7.2.0",
|
|
58
59
|
"clsx": "^2.1.1",
|
|
59
60
|
"imask": "^7.6.1",
|
|
@@ -62,16 +63,16 @@
|
|
|
62
63
|
"vue": "^3.6.0-beta.6"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
|
-
"@basmilius/vite-preset": "^
|
|
66
|
+
"@basmilius/vite-preset": "^3.8.0",
|
|
66
67
|
"@types/lodash-es": "^4.17.12",
|
|
67
68
|
"@types/luxon": "^3.7.1",
|
|
68
|
-
"@types/node": "^25.3.
|
|
69
|
+
"@types/node": "^25.3.1",
|
|
69
70
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
70
71
|
"@vue/tsconfig": "^0.8.1",
|
|
71
72
|
"pinia": "^3.0.4",
|
|
72
73
|
"sass-embedded": "^1.97.3",
|
|
73
74
|
"typescript": "^5.9.3",
|
|
74
75
|
"vite": "^8.0.0-beta.15",
|
|
75
|
-
"vue-tsc": "^3.2.
|
|
76
|
+
"vue-tsc": "^3.2.5"
|
|
76
77
|
}
|
|
77
78
|
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<script
|
|
8
8
|
lang="ts"
|
|
9
9
|
setup>
|
|
10
|
+
import { useComponentId } from '@basmilius/common';
|
|
10
11
|
import { mulberry32 } from '@basmilius/utils';
|
|
11
|
-
import { useComponentId } from '@flux-ui/internals';
|
|
12
12
|
import { computed, onBeforeUnmount, onMounted, ref, unref, useTemplateRef, watch } from 'vue';
|
|
13
13
|
import $style from '$flux/css/component/Visual.module.scss';
|
|
14
14
|
|
|
@@ -19,12 +19,14 @@
|
|
|
19
19
|
colors,
|
|
20
20
|
incrementor = 1,
|
|
21
21
|
opacity = .5,
|
|
22
|
-
seed
|
|
22
|
+
seed,
|
|
23
|
+
static: isStatic
|
|
23
24
|
} = defineProps<{
|
|
24
25
|
readonly colors?: string[];
|
|
25
26
|
readonly incrementor?: number;
|
|
26
27
|
readonly opacity?: number;
|
|
27
28
|
readonly seed?: number;
|
|
29
|
+
readonly static?: boolean;
|
|
28
30
|
}>();
|
|
29
31
|
|
|
30
32
|
const canvasRef = useTemplateRef('canvas');
|
|
@@ -119,7 +121,7 @@
|
|
|
119
121
|
context.restore();
|
|
120
122
|
}
|
|
121
123
|
|
|
122
|
-
schedule();
|
|
124
|
+
!isStatic && schedule();
|
|
123
125
|
}
|
|
124
126
|
|
|
125
127
|
watch(canvasRef, canvas => {
|
|
@@ -136,6 +138,6 @@
|
|
|
136
138
|
|
|
137
139
|
watch(polygons, () => {
|
|
138
140
|
cancel();
|
|
139
|
-
schedule();
|
|
141
|
+
!isStatic && schedule();
|
|
140
142
|
});
|
|
141
143
|
</script>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<script
|
|
51
51
|
lang="ts"
|
|
52
52
|
setup>
|
|
53
|
-
import { useComponentId } from '@
|
|
53
|
+
import { useComponentId } from '@basmilius/common';
|
|
54
54
|
import type { FluxIconName } from '@flux-ui/types';
|
|
55
55
|
import { computed, getCurrentInstance, onBeforeMount, onUnmounted, ref, unref, useId, watch } from 'vue';
|
|
56
56
|
import { useExpandableGroupInjection } from '$flux/composable';
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
<script
|
|
10
10
|
lang="ts"
|
|
11
11
|
setup>
|
|
12
|
-
import {
|
|
12
|
+
import { useInterval } from '@basmilius/common';
|
|
13
|
+
import { unrefTemplateElement } from '@flux-ui/internals';
|
|
13
14
|
import { computed, ref, unref, useTemplateRef, watch } from 'vue';
|
|
14
15
|
import $style from '$flux/css/component/Fader.module.scss';
|
|
15
16
|
|
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
<script
|
|
13
13
|
lang="ts"
|
|
14
14
|
setup>
|
|
15
|
-
import { useDebouncedRef } from '@
|
|
15
|
+
import { useDebouncedRef, useLoaded } from '@basmilius/common';
|
|
16
16
|
import type { FluxFilterOptionRow, FluxFilterValue, FluxFilterValueSingle, FluxIconName } from '@flux-ui/types';
|
|
17
17
|
import { computed, ref, unref, watch } from 'vue';
|
|
18
18
|
import { useFilterInjection } from '$flux/composable';
|
|
19
|
-
import { useLoaded } from '$flux/composable/private';
|
|
20
19
|
import { isFluxFilterOptionItem } from '$flux/data';
|
|
21
20
|
import { FilterOptionBase } from './primitive';
|
|
22
21
|
|
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
<script
|
|
13
13
|
lang="ts"
|
|
14
14
|
setup>
|
|
15
|
-
import { useDebouncedRef } from '@
|
|
15
|
+
import { useDebouncedRef, useLoaded } from '@basmilius/common';
|
|
16
16
|
import type { FluxFilterOptionRow, FluxFilterValue, FluxFilterValueSingle, FluxIconName } from '@flux-ui/types';
|
|
17
17
|
import { computed, ref, unref, watch } from 'vue';
|
|
18
18
|
import { useFilterInjection } from '$flux/composable';
|
|
19
|
-
import { useLoaded } from '$flux/composable/private';
|
|
20
19
|
import { isFluxFilterOptionItem } from '$flux/data';
|
|
21
20
|
import { FilterOptionBase } from './primitive';
|
|
22
21
|
|
|
@@ -49,6 +49,11 @@
|
|
|
49
49
|
:class="$style.formInputIconTrailing"
|
|
50
50
|
:name="iconTrailing"
|
|
51
51
|
:size="18"/>
|
|
52
|
+
|
|
53
|
+
<FluxSpinner
|
|
54
|
+
v-if="isLoading"
|
|
55
|
+
:class="$style.formInputIconTrailing"
|
|
56
|
+
:size="18"/>
|
|
52
57
|
</div>
|
|
53
58
|
</template>
|
|
54
59
|
|
|
@@ -63,6 +68,7 @@
|
|
|
63
68
|
import { useDisabled, useFormFieldInjection } from '$flux/composable';
|
|
64
69
|
import { inputMask } from '$flux/data';
|
|
65
70
|
import FluxIcon from './FluxIcon.vue';
|
|
71
|
+
import FluxSpinner from './FluxSpinner.vue';
|
|
66
72
|
import $style from '$flux/css/component/Form.module.scss';
|
|
67
73
|
|
|
68
74
|
const emit = defineEmits<{
|
|
@@ -87,6 +93,7 @@
|
|
|
87
93
|
readonly iconTrailing?: FluxIconName;
|
|
88
94
|
readonly disabled?: boolean;
|
|
89
95
|
readonly isCondensed?: boolean;
|
|
96
|
+
readonly isLoading?: boolean;
|
|
90
97
|
readonly isReadonly?: boolean;
|
|
91
98
|
readonly isSecondary?: boolean;
|
|
92
99
|
readonly max?: string | number;
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
<script
|
|
17
17
|
lang="ts"
|
|
18
18
|
setup>
|
|
19
|
-
import { useDebouncedRef } from '@
|
|
19
|
+
import { useDebouncedRef, useLoaded } from '@basmilius/common';
|
|
20
20
|
import type { FluxFormSelectEntry, FluxFormSelectValue, FluxFormSelectValueSingle } from '@flux-ui/types';
|
|
21
21
|
import { computed, ref, toRef, unref, watch } from 'vue';
|
|
22
22
|
import { SelectBase } from '$flux/component/primitive';
|
|
23
23
|
import { useDisabled } from '$flux/composable';
|
|
24
|
-
import { useFormSelect
|
|
24
|
+
import { useFormSelect } from '$flux/composable/private';
|
|
25
25
|
import { isFluxFormSelectOption } from '$flux/data';
|
|
26
26
|
|
|
27
27
|
const modelSearch = defineModel<string>('searchQuery', {
|
|
@@ -17,18 +17,6 @@
|
|
|
17
17
|
fill="currentColor"/>
|
|
18
18
|
</svg>
|
|
19
19
|
|
|
20
|
-
<i
|
|
21
|
-
v-else-if="name"
|
|
22
|
-
:class="$style.materialSymbolIcon"
|
|
23
|
-
:style="{
|
|
24
|
-
fontSize: size && `${size}px`
|
|
25
|
-
}"
|
|
26
|
-
role="img"
|
|
27
|
-
aria-hidden="true"
|
|
28
|
-
@click="onClick">
|
|
29
|
-
{{ name }}
|
|
30
|
-
</i>
|
|
31
|
-
|
|
32
20
|
<i
|
|
33
21
|
v-else
|
|
34
22
|
:class="$style.icon"/>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<FluxActionBar
|
|
3
|
-
:class="$style.itemActions"
|
|
3
|
+
:class="[$style.itemActions, isCenter && $style.isCenter]"
|
|
4
4
|
#primary>
|
|
5
5
|
<slot/>
|
|
6
6
|
</FluxActionBar>
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
<script
|
|
10
10
|
lang="ts"
|
|
11
11
|
setup>
|
|
12
|
-
import FluxActionBar from './FluxActionBar.vue';
|
|
13
12
|
import $style from '$flux/css/component/Item.module.scss';
|
|
13
|
+
import FluxActionBar from './FluxActionBar.vue';
|
|
14
|
+
|
|
15
|
+
defineProps<{
|
|
16
|
+
readonly isCenter?: boolean;
|
|
17
|
+
}>();
|
|
14
18
|
</script>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div :class="$style.itemContent">
|
|
2
|
+
<div :class="[$style.itemContent, isCenter && $style.isCenter]">
|
|
3
3
|
<slot/>
|
|
4
4
|
</div>
|
|
5
5
|
</template>
|
|
@@ -8,4 +8,8 @@
|
|
|
8
8
|
lang="ts"
|
|
9
9
|
setup>
|
|
10
10
|
import $style from '$flux/css/component/Item.module.scss';
|
|
11
|
+
|
|
12
|
+
defineProps<{
|
|
13
|
+
readonly isCenter?: boolean;
|
|
14
|
+
}>();
|
|
11
15
|
</script>
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
2
|
+
<div
|
|
3
|
+
:class="[$style.itemMedia, isCenter && $style.isCenter]"
|
|
4
|
+
:style="{
|
|
5
|
+
'--size': size && `${size}px`
|
|
6
|
+
}">
|
|
3
7
|
<slot/>
|
|
4
8
|
</div>
|
|
5
9
|
</template>
|
|
@@ -8,4 +12,9 @@
|
|
|
8
12
|
lang="ts"
|
|
9
13
|
setup>
|
|
10
14
|
import $style from '$flux/css/component/Item.module.scss';
|
|
15
|
+
|
|
16
|
+
defineProps<{
|
|
17
|
+
readonly isCenter?: boolean;
|
|
18
|
+
readonly size?: number;
|
|
19
|
+
}>();
|
|
11
20
|
</script>
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
<script
|
|
41
41
|
lang="ts"
|
|
42
42
|
setup>
|
|
43
|
-
import {
|
|
43
|
+
import { useMutationObserver } from '@basmilius/common';
|
|
44
|
+
import { unrefTemplateElement, useEventListener } from '@flux-ui/internals';
|
|
44
45
|
import { clsx } from 'clsx';
|
|
45
46
|
import { onMounted, ref, useTemplateRef } from 'vue';
|
|
46
47
|
import { FluxFadeTransition } from '$flux/transition';
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
<div
|
|
13
13
|
:class="$style.tableCellContent"
|
|
14
14
|
:style="{
|
|
15
|
-
flexFlow: contentDirection
|
|
15
|
+
flexFlow: contentDirection,
|
|
16
|
+
gap: contentGap && `${contentGap}px`
|
|
16
17
|
}">
|
|
17
18
|
<slot/>
|
|
18
19
|
</div>
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
contentDirection = 'row'
|
|
32
33
|
} = defineProps<{
|
|
33
34
|
readonly contentDirection?: 'column' | 'row';
|
|
35
|
+
readonly contentGap?: number;
|
|
34
36
|
}>();
|
|
35
37
|
|
|
36
38
|
defineSlots<{
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
<script
|
|
14
14
|
lang="ts"
|
|
15
15
|
setup>
|
|
16
|
+
import { useMutationObserver } from '@basmilius/common';
|
|
16
17
|
import { isHtmlElement } from '@basmilius/utils';
|
|
17
|
-
import { useMutationObserver } from '@flux-ui/internals';
|
|
18
18
|
import type { FluxDirection } from '@flux-ui/types';
|
|
19
19
|
import { type ComponentPublicInstance, onMounted, onUnmounted, reactive, ref, unref, useTemplateRef, watchEffect } from 'vue';
|
|
20
20
|
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
<script
|
|
13
13
|
lang="ts"
|
|
14
14
|
setup>
|
|
15
|
+
import { useLoaded } from '@basmilius/common';
|
|
15
16
|
import type { FluxFilterItem, FluxFilterValue } from '@flux-ui/types';
|
|
16
17
|
import { computed, ref, unref, watch } from 'vue';
|
|
17
|
-
import { useLoaded } from '$flux/composable/private';
|
|
18
18
|
import FluxMenuItem from '$flux/component/FluxMenuItem.vue';
|
|
19
19
|
|
|
20
20
|
const emit = defineEmits<{
|
|
@@ -133,7 +133,8 @@
|
|
|
133
133
|
<script
|
|
134
134
|
lang="ts"
|
|
135
135
|
setup>
|
|
136
|
-
import {
|
|
136
|
+
import { useClickOutside } from '@basmilius/common';
|
|
137
|
+
import { unrefTemplateElement } from '@flux-ui/internals';
|
|
137
138
|
import type { FluxFormSelectOption, FluxFormSelectOptions } from '@flux-ui/types';
|
|
138
139
|
import { clsx } from 'clsx';
|
|
139
140
|
import { type ComponentPublicInstance, computed, nextTick, ref, toRef, unref, useTemplateRef, watch } from 'vue';
|