@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,326 @@
|
|
|
1
|
+
import { FluxFormSelectOption, FluxFormSelectOptions, FluxDirection, FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType, FluxTo, FluxPressableType, FluxButtonProps } from '@flux-ui/types';
|
|
2
|
+
import { ComponentPublicInstance, nextTick, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
3
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
readonly disabled?: boolean;
|
|
6
|
+
readonly isLoading?: boolean;
|
|
7
|
+
readonly isMultiple?: boolean;
|
|
8
|
+
readonly isSearchable?: boolean;
|
|
9
|
+
readonly options: FluxFormSelectOptions[];
|
|
10
|
+
readonly placeholder?: string;
|
|
11
|
+
readonly selected: FluxFormSelectOption[];
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = {
|
|
14
|
+
'searchQuery'?: string;
|
|
15
|
+
} & __VLS_Props;
|
|
16
|
+
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
|
+
close: () => any;
|
|
18
|
+
search: (args_0: string) => any;
|
|
19
|
+
select: (args_0: string | number) => any;
|
|
20
|
+
open: () => any;
|
|
21
|
+
"update:searchQuery": (value: string) => any;
|
|
22
|
+
keyDown: (args_0: KeyboardEvent) => any;
|
|
23
|
+
deselect: (args_0: string | number) => any;
|
|
24
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
|
+
onClose?: () => any;
|
|
26
|
+
onSearch?: (args_0: string) => any;
|
|
27
|
+
onSelect?: (args_0: string | number) => any;
|
|
28
|
+
onOpen?: () => any;
|
|
29
|
+
"onUpdate:searchQuery"?: (value: string) => any;
|
|
30
|
+
onKeyDown?: (args_0: KeyboardEvent) => any;
|
|
31
|
+
onDeselect?: (args_0: string | number) => any;
|
|
32
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
33
|
+
anchor: {
|
|
34
|
+
$: ComponentInternalInstance;
|
|
35
|
+
$data: {};
|
|
36
|
+
$props: {
|
|
37
|
+
readonly tagName: keyof HTMLElementTagNameMap;
|
|
38
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
39
|
+
$attrs: {
|
|
40
|
+
[x: string]: unknown;
|
|
41
|
+
};
|
|
42
|
+
$refs: {
|
|
43
|
+
[x: string]: unknown;
|
|
44
|
+
};
|
|
45
|
+
$slots: Readonly<{
|
|
46
|
+
[name: string]: Slot<any>;
|
|
47
|
+
}>;
|
|
48
|
+
$root: ComponentPublicInstance | null;
|
|
49
|
+
$parent: ComponentPublicInstance | null;
|
|
50
|
+
$host: Element | null;
|
|
51
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
52
|
+
$el: any;
|
|
53
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
54
|
+
readonly tagName: keyof HTMLElementTagNameMap;
|
|
55
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
56
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
57
|
+
created?: (() => void) | (() => void)[];
|
|
58
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
59
|
+
mounted?: (() => void) | (() => void)[];
|
|
60
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
61
|
+
updated?: (() => void) | (() => void)[];
|
|
62
|
+
activated?: (() => void) | (() => void)[];
|
|
63
|
+
deactivated?: (() => void) | (() => void)[];
|
|
64
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
65
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
66
|
+
destroyed?: (() => void) | (() => void)[];
|
|
67
|
+
unmounted?: (() => void) | (() => void)[];
|
|
68
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
69
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
70
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
71
|
+
};
|
|
72
|
+
$forceUpdate: () => void;
|
|
73
|
+
$nextTick: typeof nextTick;
|
|
74
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
75
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
76
|
+
readonly tagName: keyof HTMLElementTagNameMap;
|
|
77
|
+
}> & Readonly<{}>, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
78
|
+
$slots: Readonly<{
|
|
79
|
+
default(): any;
|
|
80
|
+
}> & {
|
|
81
|
+
default(): any;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
anchorPopup: {
|
|
85
|
+
$: ComponentInternalInstance;
|
|
86
|
+
$data: {};
|
|
87
|
+
$props: Partial<{}> & Omit<{
|
|
88
|
+
readonly anchor?: ComponentPublicInstance | HTMLElement | null;
|
|
89
|
+
readonly direction?: FluxDirection;
|
|
90
|
+
readonly margin?: number;
|
|
91
|
+
readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
|
|
92
|
+
readonly useAnchorWidth?: boolean;
|
|
93
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
94
|
+
$attrs: {
|
|
95
|
+
[x: string]: unknown;
|
|
96
|
+
};
|
|
97
|
+
$refs: {
|
|
98
|
+
[x: string]: unknown;
|
|
99
|
+
} & {
|
|
100
|
+
popup: HTMLDivElement;
|
|
101
|
+
};
|
|
102
|
+
$slots: Readonly<{
|
|
103
|
+
[name: string]: Slot<any>;
|
|
104
|
+
}>;
|
|
105
|
+
$root: ComponentPublicInstance | null;
|
|
106
|
+
$parent: ComponentPublicInstance | null;
|
|
107
|
+
$host: Element | null;
|
|
108
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
109
|
+
$el: HTMLDivElement;
|
|
110
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
111
|
+
readonly anchor?: ComponentPublicInstance | HTMLElement | null;
|
|
112
|
+
readonly direction?: FluxDirection;
|
|
113
|
+
readonly margin?: number;
|
|
114
|
+
readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
|
|
115
|
+
readonly useAnchorWidth?: boolean;
|
|
116
|
+
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
117
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
118
|
+
created?: (() => void) | (() => void)[];
|
|
119
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
120
|
+
mounted?: (() => void) | (() => void)[];
|
|
121
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
122
|
+
updated?: (() => void) | (() => void)[];
|
|
123
|
+
activated?: (() => void) | (() => void)[];
|
|
124
|
+
deactivated?: (() => void) | (() => void)[];
|
|
125
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
126
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
127
|
+
destroyed?: (() => void) | (() => void)[];
|
|
128
|
+
unmounted?: (() => void) | (() => void)[];
|
|
129
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
130
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
131
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
132
|
+
};
|
|
133
|
+
$forceUpdate: () => void;
|
|
134
|
+
$nextTick: typeof nextTick;
|
|
135
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
136
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
137
|
+
readonly anchor?: ComponentPublicInstance | HTMLElement | null;
|
|
138
|
+
readonly direction?: FluxDirection;
|
|
139
|
+
readonly margin?: number;
|
|
140
|
+
readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
|
|
141
|
+
readonly useAnchorWidth?: boolean;
|
|
142
|
+
}> & Readonly<{}>, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
143
|
+
$slots: Readonly<{
|
|
144
|
+
default(): any;
|
|
145
|
+
}> & {
|
|
146
|
+
default(): any;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
searchInputElement: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
150
|
+
modelValue?: object | string | number | null;
|
|
151
|
+
} & {
|
|
152
|
+
readonly autoComplete?: FluxAutoCompleteType;
|
|
153
|
+
readonly autoFocus?: boolean;
|
|
154
|
+
readonly iconLeading?: FluxIconName;
|
|
155
|
+
readonly iconTrailing?: FluxIconName;
|
|
156
|
+
readonly disabled?: boolean;
|
|
157
|
+
readonly isCondensed?: boolean;
|
|
158
|
+
readonly isLoading?: boolean;
|
|
159
|
+
readonly isReadonly?: boolean;
|
|
160
|
+
readonly isSecondary?: boolean;
|
|
161
|
+
readonly max?: string | number;
|
|
162
|
+
readonly maxLength?: number;
|
|
163
|
+
readonly min?: string | number;
|
|
164
|
+
readonly pattern?: FluxInputMask;
|
|
165
|
+
readonly placeholder?: string;
|
|
166
|
+
readonly step?: number;
|
|
167
|
+
readonly type?: FluxInputType;
|
|
168
|
+
}> & Readonly<{
|
|
169
|
+
onBlur?: () => any;
|
|
170
|
+
onFocus?: () => any;
|
|
171
|
+
onShowPicker?: () => any;
|
|
172
|
+
"onUpdate:modelValue"?: (value: string | number | object) => any;
|
|
173
|
+
}>, {
|
|
174
|
+
blur: () => void;
|
|
175
|
+
focus: () => void;
|
|
176
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
177
|
+
blur: () => any;
|
|
178
|
+
focus: () => any;
|
|
179
|
+
showPicker: () => any;
|
|
180
|
+
"update:modelValue": (value: string | number | object) => any;
|
|
181
|
+
}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
182
|
+
input: HTMLInputElement;
|
|
183
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
184
|
+
P: {};
|
|
185
|
+
B: {};
|
|
186
|
+
D: {};
|
|
187
|
+
C: {};
|
|
188
|
+
M: {};
|
|
189
|
+
Defaults: {};
|
|
190
|
+
}, Readonly<{
|
|
191
|
+
modelValue?: object | string | number | null;
|
|
192
|
+
} & {
|
|
193
|
+
readonly autoComplete?: FluxAutoCompleteType;
|
|
194
|
+
readonly autoFocus?: boolean;
|
|
195
|
+
readonly iconLeading?: FluxIconName;
|
|
196
|
+
readonly iconTrailing?: FluxIconName;
|
|
197
|
+
readonly disabled?: boolean;
|
|
198
|
+
readonly isCondensed?: boolean;
|
|
199
|
+
readonly isLoading?: boolean;
|
|
200
|
+
readonly isReadonly?: boolean;
|
|
201
|
+
readonly isSecondary?: boolean;
|
|
202
|
+
readonly max?: string | number;
|
|
203
|
+
readonly maxLength?: number;
|
|
204
|
+
readonly min?: string | number;
|
|
205
|
+
readonly pattern?: FluxInputMask;
|
|
206
|
+
readonly placeholder?: string;
|
|
207
|
+
readonly step?: number;
|
|
208
|
+
readonly type?: FluxInputType;
|
|
209
|
+
}> & Readonly<{
|
|
210
|
+
onBlur?: () => any;
|
|
211
|
+
onFocus?: () => any;
|
|
212
|
+
onShowPicker?: () => any;
|
|
213
|
+
"onUpdate:modelValue"?: (value: string | number | object) => any;
|
|
214
|
+
}>, {
|
|
215
|
+
blur: () => void;
|
|
216
|
+
focus: () => void;
|
|
217
|
+
}, {}, {}, {}, {}>;
|
|
218
|
+
optionElements: ({
|
|
219
|
+
$: ComponentInternalInstance;
|
|
220
|
+
$data: {};
|
|
221
|
+
$props: Partial<{}> & Omit<{
|
|
222
|
+
readonly label?: string;
|
|
223
|
+
readonly disabled?: boolean;
|
|
224
|
+
readonly to?: FluxTo;
|
|
225
|
+
readonly tabindex?: string | number;
|
|
226
|
+
readonly type?: FluxPressableType;
|
|
227
|
+
readonly isLoading?: boolean;
|
|
228
|
+
readonly href?: string;
|
|
229
|
+
readonly rel?: string;
|
|
230
|
+
readonly target?: string;
|
|
231
|
+
readonly iconLeading?: FluxIconName | null;
|
|
232
|
+
readonly iconTrailing?: FluxIconName | null;
|
|
233
|
+
readonly command?: string;
|
|
234
|
+
readonly commandIcon?: FluxIconName;
|
|
235
|
+
readonly commandLoading?: boolean;
|
|
236
|
+
readonly imageAlt?: string;
|
|
237
|
+
readonly imageSrc?: string;
|
|
238
|
+
readonly isActive?: boolean;
|
|
239
|
+
readonly isDestructive?: boolean;
|
|
240
|
+
readonly isHighlighted?: boolean;
|
|
241
|
+
readonly isIndented?: boolean;
|
|
242
|
+
readonly isSelectable?: boolean;
|
|
243
|
+
readonly isSelected?: boolean;
|
|
244
|
+
readonly onClick?: (args_0: MouseEvent) => any;
|
|
245
|
+
readonly onMouseenter?: (args_0: MouseEvent) => any;
|
|
246
|
+
readonly onMouseleave?: (args_0: MouseEvent) => any;
|
|
247
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
248
|
+
$attrs: {
|
|
249
|
+
[x: string]: unknown;
|
|
250
|
+
};
|
|
251
|
+
$refs: {
|
|
252
|
+
[x: string]: unknown;
|
|
253
|
+
};
|
|
254
|
+
$slots: Readonly<{
|
|
255
|
+
[name: string]: Slot<any>;
|
|
256
|
+
}>;
|
|
257
|
+
$root: ComponentPublicInstance | null;
|
|
258
|
+
$parent: ComponentPublicInstance | null;
|
|
259
|
+
$host: Element | null;
|
|
260
|
+
$emit: ((event: "click", args_0: MouseEvent) => void) & ((event: "mouseenter", args_0: MouseEvent) => void) & ((event: "mouseleave", args_0: MouseEvent) => void);
|
|
261
|
+
$el: any;
|
|
262
|
+
$options: ComponentOptionsBase<Readonly<Omit< FluxButtonProps, "size" | "isFilled" | "isSubmit"> & {
|
|
263
|
+
readonly command?: string;
|
|
264
|
+
readonly commandIcon?: FluxIconName;
|
|
265
|
+
readonly commandLoading?: boolean;
|
|
266
|
+
readonly imageAlt?: string;
|
|
267
|
+
readonly imageSrc?: string;
|
|
268
|
+
readonly isActive?: boolean;
|
|
269
|
+
readonly isDestructive?: boolean;
|
|
270
|
+
readonly isHighlighted?: boolean;
|
|
271
|
+
readonly isIndented?: boolean;
|
|
272
|
+
readonly isSelectable?: boolean;
|
|
273
|
+
readonly isSelected?: boolean;
|
|
274
|
+
}> & Readonly<{
|
|
275
|
+
onClick?: (args_0: MouseEvent) => any;
|
|
276
|
+
onMouseenter?: (args_0: MouseEvent) => any;
|
|
277
|
+
onMouseleave?: (args_0: MouseEvent) => any;
|
|
278
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
279
|
+
click: (args_0: MouseEvent) => any;
|
|
280
|
+
mouseenter: (args_0: MouseEvent) => any;
|
|
281
|
+
mouseleave: (args_0: MouseEvent) => any;
|
|
282
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
283
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
284
|
+
created?: (() => void) | (() => void)[];
|
|
285
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
286
|
+
mounted?: (() => void) | (() => void)[];
|
|
287
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
288
|
+
updated?: (() => void) | (() => void)[];
|
|
289
|
+
activated?: (() => void) | (() => void)[];
|
|
290
|
+
deactivated?: (() => void) | (() => void)[];
|
|
291
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
292
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
293
|
+
destroyed?: (() => void) | (() => void)[];
|
|
294
|
+
unmounted?: (() => void) | (() => void)[];
|
|
295
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
296
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
297
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
298
|
+
};
|
|
299
|
+
$forceUpdate: () => void;
|
|
300
|
+
$nextTick: typeof nextTick;
|
|
301
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
302
|
+
} & Readonly<{}> & Omit<Readonly<Omit< FluxButtonProps, "size" | "isFilled" | "isSubmit"> & {
|
|
303
|
+
readonly command?: string;
|
|
304
|
+
readonly commandIcon?: FluxIconName;
|
|
305
|
+
readonly commandLoading?: boolean;
|
|
306
|
+
readonly imageAlt?: string;
|
|
307
|
+
readonly imageSrc?: string;
|
|
308
|
+
readonly isActive?: boolean;
|
|
309
|
+
readonly isDestructive?: boolean;
|
|
310
|
+
readonly isHighlighted?: boolean;
|
|
311
|
+
readonly isIndented?: boolean;
|
|
312
|
+
readonly isSelectable?: boolean;
|
|
313
|
+
readonly isSelected?: boolean;
|
|
314
|
+
}> & Readonly<{
|
|
315
|
+
onClick?: (args_0: MouseEvent) => any;
|
|
316
|
+
onMouseenter?: (args_0: MouseEvent) => any;
|
|
317
|
+
onMouseleave?: (args_0: MouseEvent) => any;
|
|
318
|
+
}>, never> & ShallowUnwrapRef<{}> & {} & ComponentCustomProperties & {} & {
|
|
319
|
+
$slots: Readonly<{
|
|
320
|
+
after(): any;
|
|
321
|
+
}> & {
|
|
322
|
+
after(): any;
|
|
323
|
+
};
|
|
324
|
+
})[];
|
|
325
|
+
}, any>;
|
|
326
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly disabled?: boolean;
|
|
4
|
+
readonly isDragging?: boolean;
|
|
5
|
+
readonly isTicksVisible?: boolean;
|
|
6
|
+
readonly max: number;
|
|
7
|
+
readonly min: number;
|
|
8
|
+
readonly step: number;
|
|
9
|
+
};
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {
|
|
16
|
+
root: HTMLDivElement;
|
|
17
|
+
};
|
|
18
|
+
rootEl: HTMLDivElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
22
|
+
dragging: (args_0: boolean) => any;
|
|
23
|
+
update: (args_0: number) => any;
|
|
24
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
|
+
onDragging?: (args_0: boolean) => any;
|
|
26
|
+
onUpdate?: (args_0: number) => any;
|
|
27
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
28
|
+
root: HTMLDivElement;
|
|
29
|
+
}, HTMLDivElement>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -4,7 +4,7 @@ type __VLS_Props = {
|
|
|
4
4
|
readonly isDragging?: boolean;
|
|
5
5
|
readonly position: number;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
8
|
decrement: () => any;
|
|
9
9
|
grab: (args_0: PointerEvent) => any;
|
|
10
10
|
increment: () => any;
|
|
@@ -12,6 +12,5 @@ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, Compone
|
|
|
12
12
|
onDecrement?: () => any;
|
|
13
13
|
onGrab?: (args_0: PointerEvent) => any;
|
|
14
14
|
onIncrement?: () => any;
|
|
15
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
17
16
|
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
readonly percentageLower: number;
|
|
4
|
+
readonly percentageUpper: number;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
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, false, {}, 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,9 +1,9 @@
|
|
|
1
|
-
export { default as Anchor } from './Anchor';
|
|
2
|
-
export { default as AnchorPopup } from './AnchorPopup';
|
|
3
|
-
export { default as FilterOptionBase } from './FilterOptionBase';
|
|
4
|
-
export { default as SelectBase } from './SelectBase';
|
|
5
|
-
export { default as SliderBase } from './SliderBase';
|
|
6
|
-
export { default as SliderThumb } from './SliderThumb';
|
|
7
|
-
export { default as SliderTrack } from './SliderTrack';
|
|
1
|
+
export { default as Anchor } from './Anchor.vue';
|
|
2
|
+
export { default as AnchorPopup } from './AnchorPopup.vue';
|
|
3
|
+
export { default as FilterOptionBase } from './FilterOptionBase.vue';
|
|
4
|
+
export { default as SelectBase } from './SelectBase.vue';
|
|
5
|
+
export { default as SliderBase } from './SliderBase.vue';
|
|
6
|
+
export { default as SliderThumb } from './SliderThumb.vue';
|
|
7
|
+
export { default as SliderTrack } from './SliderTrack.vue';
|
|
8
8
|
export { FilterMenuRenderer } from './FilterMenuRenderer';
|
|
9
9
|
export { VNodeRenderer } from './VNodeRenderer';
|
package/dist/index.css
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
--background: var(--gray-50);
|
|
60
60
|
--foreground: var(--gray-700);
|
|
61
61
|
--foreground-prominent: var(--gray-900);
|
|
62
|
-
--foreground-secondary: var(--gray-
|
|
62
|
+
--foreground-secondary: var(--gray-500);
|
|
63
63
|
--surface: var(--gray-25);
|
|
64
64
|
--surface-loader: rgb(from var(--gray-25) r g b / .75);
|
|
65
65
|
--surface-stroke: var(--gray-200);
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
color: var(--primary-600);
|
|
282
282
|
text-decoration: underline;
|
|
283
283
|
text-decoration-thickness: 1px;
|
|
284
|
-
text-underline-offset:
|
|
284
|
+
text-underline-offset: 3px;
|
|
285
285
|
}
|
|
286
286
|
a:not([class]):hover, a[class=""]:hover {
|
|
287
287
|
text-decoration: none;
|
|
@@ -289,6 +289,9 @@
|
|
|
289
289
|
p {
|
|
290
290
|
line-height: 1.6;
|
|
291
291
|
}
|
|
292
|
+
small {
|
|
293
|
+
font-size: 14px;
|
|
294
|
+
}
|
|
292
295
|
blockquote {
|
|
293
296
|
position: relative;
|
|
294
297
|
margin: 0 0 0 30px;
|
|
@@ -551,17 +554,6 @@
|
|
|
551
554
|
display: inline-block;
|
|
552
555
|
}
|
|
553
556
|
|
|
554
|
-
.material-symbol-icon {
|
|
555
|
-
display: inline-flex;
|
|
556
|
-
color: currentColor;
|
|
557
|
-
font-family: "Material Symbols Outlined", sans-serif;
|
|
558
|
-
font-weight: 400;
|
|
559
|
-
font-style: normal;
|
|
560
|
-
user-select: none;
|
|
561
|
-
-webkit-font-feature-settings: "liga";
|
|
562
|
-
-webkit-font-smoothing: antialiased;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
557
|
.icon-boxed {
|
|
566
558
|
display: flex;
|
|
567
559
|
height: 1em;
|
|
@@ -574,9 +566,6 @@
|
|
|
574
566
|
.icon-boxed .icon {
|
|
575
567
|
font-size: 0.45em;
|
|
576
568
|
}
|
|
577
|
-
.icon-boxed .material-symbol-icon {
|
|
578
|
-
font-size: 0.5em;
|
|
579
|
-
}
|
|
580
569
|
|
|
581
570
|
.icon-boxed-default {
|
|
582
571
|
box-shadow: var(--shadow-sm);
|
|
@@ -1097,12 +1086,21 @@
|
|
|
1097
1086
|
--surface: var(--background);
|
|
1098
1087
|
}
|
|
1099
1088
|
|
|
1089
|
+
:is(.pane-default, .pane-flat, .pane-well):is(button) {
|
|
1090
|
+
padding: 0;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1100
1093
|
:is(.pane-default, .pane-flat, .pane-well):is(a, button) {
|
|
1101
|
-
|
|
1094
|
+
cursor: pointer;
|
|
1095
|
+
transition: 210ms var(--swift-out);
|
|
1096
|
+
transition-property: background, box-shadow;
|
|
1102
1097
|
}
|
|
1103
1098
|
:is(.pane-default, .pane-flat, .pane-well):is(a, button):hover {
|
|
1104
1099
|
box-shadow: var(--shadow-lg);
|
|
1105
1100
|
}
|
|
1101
|
+
:is(.pane-default, .pane-flat, .pane-well):is(a, button):active {
|
|
1102
|
+
box-shadow: var(--shadow-xs);
|
|
1103
|
+
}
|
|
1106
1104
|
|
|
1107
1105
|
.pane-header {
|
|
1108
1106
|
display: flex;
|
|
@@ -1861,7 +1859,7 @@
|
|
|
1861
1859
|
}
|
|
1862
1860
|
|
|
1863
1861
|
.badge-gray {
|
|
1864
|
-
--color: var(--
|
|
1862
|
+
--color: var(--foreground);
|
|
1865
1863
|
}
|
|
1866
1864
|
.badge-gray .badge-label {
|
|
1867
1865
|
color: var(--foreground-prominent);
|
|
@@ -4006,7 +4004,7 @@ tfoot .table-cell {
|
|
|
4006
4004
|
}
|
|
4007
4005
|
|
|
4008
4006
|
.table-actions {
|
|
4009
|
-
margin: -
|
|
4007
|
+
margin: -4px 0 -4px -3px;
|
|
4010
4008
|
}
|
|
4011
4009
|
|
|
4012
4010
|
.table-fill {
|
|
@@ -4634,6 +4632,7 @@ tfoot .table-cell {
|
|
|
4634
4632
|
display: flex;
|
|
4635
4633
|
flex-flow: row nowrap;
|
|
4636
4634
|
gap: 21px;
|
|
4635
|
+
text-align: left;
|
|
4637
4636
|
}
|
|
4638
4637
|
|
|
4639
4638
|
.item-actions {
|
|
@@ -4643,22 +4642,24 @@ tfoot .table-cell {
|
|
|
4643
4642
|
.item-content {
|
|
4644
4643
|
display: flex;
|
|
4645
4644
|
flex-flow: column;
|
|
4645
|
+
flex-grow: 1;
|
|
4646
4646
|
gap: 3px;
|
|
4647
4647
|
}
|
|
4648
4648
|
|
|
4649
4649
|
.item-media {
|
|
4650
|
+
--size: 48px;
|
|
4650
4651
|
flex-shrink: 0;
|
|
4651
4652
|
}
|
|
4652
4653
|
|
|
4653
4654
|
.item-media > img {
|
|
4654
|
-
height:
|
|
4655
|
-
width:
|
|
4655
|
+
height: var(--size);
|
|
4656
|
+
width: var(--size);
|
|
4656
4657
|
object-fit: cover;
|
|
4657
4658
|
object-position: center;
|
|
4658
4659
|
}
|
|
4659
4660
|
|
|
4660
4661
|
.item-media > .avatar {
|
|
4661
|
-
font-size:
|
|
4662
|
+
font-size: var(--size);
|
|
4662
4663
|
}
|
|
4663
4664
|
|
|
4664
4665
|
.item-media > .icon {
|
|
@@ -4666,7 +4667,13 @@ tfoot .table-cell {
|
|
|
4666
4667
|
}
|
|
4667
4668
|
|
|
4668
4669
|
.item-media > .icon-boxed {
|
|
4669
|
-
font-size:
|
|
4670
|
+
font-size: var(--size);
|
|
4671
|
+
}
|
|
4672
|
+
|
|
4673
|
+
.item-actions.is-center,
|
|
4674
|
+
.item-content.is-center,
|
|
4675
|
+
.item-media.is-center {
|
|
4676
|
+
align-self: center;
|
|
4670
4677
|
}
|
|
4671
4678
|
|
|
4672
4679
|
.item-stack {
|
|
@@ -4685,6 +4692,10 @@ tfoot .table-cell {
|
|
|
4685
4692
|
|
|
4686
4693
|
.base-pane-structure > .item-stack > .item {
|
|
4687
4694
|
margin: 0;
|
|
4695
|
+
}
|
|
4696
|
+
|
|
4697
|
+
.base-pane-structure:is(a, button):hover:has(> .item) {
|
|
4698
|
+
background-color: color-mix(in srgb, rgb(from var(--surface-hover) r g b/0.125), var(--surface));
|
|
4688
4699
|
}.legend-horizontal {
|
|
4689
4700
|
gap: 12px 21px;
|
|
4690
4701
|
}
|
|
@@ -5726,6 +5737,11 @@ tfoot .table-cell {
|
|
|
5726
5737
|
border-color: var(--foreground);
|
|
5727
5738
|
}
|
|
5728
5739
|
}
|
|
5740
|
+
.tab-bar-item:disabled, .tab-bar-item[aria-disabled=true] {
|
|
5741
|
+
box-shadow: none;
|
|
5742
|
+
opacity: 0.5;
|
|
5743
|
+
pointer-events: none;
|
|
5744
|
+
}
|
|
5729
5745
|
|
|
5730
5746
|
.tab-bar-item-active {
|
|
5731
5747
|
border-color: var(--primary-600);
|