@flux-ui/components 3.0.0-next.35 → 3.0.0-next.38
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/FluxActionBar.vue.d.ts +17 -17
- package/dist/component/FluxActionPane.vue.d.ts +7 -7
- package/dist/component/FluxActionStack.vue.d.ts +11 -15
- package/dist/component/{FluxAutoGrid.vue.d.ts → FluxAdaptiveGroup.vue.d.ts} +6 -3
- package/dist/component/FluxAdaptiveSlot.vue.d.ts +35 -0
- package/dist/component/FluxAspectRatio.vue.d.ts +3 -3
- package/dist/component/FluxBadgeStack.vue.d.ts +3 -3
- package/dist/component/FluxButtonGroup.vue.d.ts +3 -3
- package/dist/component/FluxButtonStack.vue.d.ts +3 -3
- package/dist/component/FluxCalendar.vue.d.ts +3 -3
- package/dist/component/FluxCalendarEvent.vue.d.ts +3 -3
- package/dist/component/FluxCheckbox.vue.d.ts +2 -1
- package/dist/component/FluxClickablePane.vue.d.ts +5 -5
- package/dist/component/FluxColorSelect.vue.d.ts +1 -0
- package/dist/component/{FluxPaneDeck.vue.d.ts → FluxColumn.vue.d.ts} +5 -5
- package/dist/component/FluxComment.vue.d.ts +3 -3
- package/dist/component/FluxContainer.vue.d.ts +3 -3
- package/dist/component/FluxDivider.vue.d.ts +5 -3
- package/dist/component/FluxDropZone.vue.d.ts +8 -7
- package/dist/component/FluxExpandableGroup.vue.d.ts +3 -3
- package/dist/component/FluxFader.vue.d.ts +3 -3
- package/dist/component/FluxFaderItem.vue.d.ts +3 -3
- package/dist/component/FluxFilter.vue.d.ts +3 -3
- package/dist/component/FluxFilterBar.vue.d.ts +3 -3
- package/dist/component/FluxFilterBase.vue.d.ts +4 -4
- package/dist/component/FluxFilterWindow.vue.d.ts +13 -17
- package/dist/component/FluxFlyout.vue.d.ts +19 -21
- package/dist/component/FluxForm.vue.d.ts +3 -3
- package/dist/component/FluxFormColumn.vue.d.ts +3 -3
- package/dist/component/FluxFormDateInput.vue.d.ts +18 -24
- package/dist/component/FluxFormDateRangeInput.vue.d.ts +18 -21
- package/dist/component/FluxFormDateTimeInput.vue.d.ts +18 -24
- package/dist/component/FluxFormField.vue.d.ts +7 -7
- package/dist/component/FluxFormGrid.vue.d.ts +3 -3
- package/dist/component/FluxFormInput.vue.d.ts +2 -9
- package/dist/component/FluxFormInputAddition.vue.d.ts +3 -3
- package/dist/component/FluxFormInputGroup.vue.d.ts +3 -3
- package/dist/component/FluxFormPinInput.vue.d.ts +2 -4
- package/dist/component/FluxFormRangeSlider.vue.d.ts +18 -2
- package/dist/component/FluxFormRow.vue.d.ts +3 -3
- package/dist/component/FluxFormSection.vue.d.ts +3 -3
- package/dist/component/FluxFormSelect.vue.d.ts +2 -4
- package/dist/component/FluxFormSelectAsync.vue.d.ts +2 -4
- package/dist/component/FluxFormSlider.vue.d.ts +11 -2
- package/dist/component/FluxFormTextArea.vue.d.ts +2 -6
- package/dist/component/FluxFormTimeZonePicker.vue.d.ts +2 -4
- package/dist/component/FluxFormTreeViewSelect.vue.d.ts +15 -37
- package/dist/component/FluxGallery.vue.d.ts +3 -3
- package/dist/component/FluxGrid.vue.d.ts +3 -3
- package/dist/component/FluxGridColumn.vue.d.ts +3 -3
- package/dist/component/FluxIcon.vue.d.ts +1 -0
- package/dist/component/FluxInfo.vue.d.ts +3 -3
- package/dist/component/FluxInfoStack.vue.d.ts +3 -3
- package/dist/component/FluxLayerPane.vue.d.ts +20 -0
- package/dist/component/FluxLayerPaneSecondary.vue.d.ts +20 -0
- package/dist/component/FluxMenu.vue.d.ts +3 -3
- package/dist/component/FluxMenuCollapsible.vue.d.ts +47 -0
- package/dist/component/FluxMenuGroup.vue.d.ts +3 -3
- package/dist/component/FluxMenuItem.vue.d.ts +5 -3
- package/dist/component/FluxMenuOptions.vue.d.ts +3 -3
- package/dist/component/FluxNotice.vue.d.ts +5 -5
- package/dist/component/FluxNoticeStack.vue.d.ts +3 -3
- package/dist/component/FluxOverflowBar.vue.d.ts +4 -4
- package/dist/component/FluxPane.vue.d.ts +5 -5
- package/dist/component/FluxPaneBody.vue.d.ts +3 -3
- package/dist/component/FluxPaneFooter.vue.d.ts +3 -3
- package/dist/component/FluxPaneGroup.vue.d.ts +3 -3
- package/dist/component/FluxPaneHeader.vue.d.ts +6 -6
- package/dist/component/FluxPaneIllustration.vue.d.ts +5 -5
- package/dist/component/FluxPressable.vue.d.ts +3 -3
- package/dist/component/FluxPrompt.vue.d.ts +3 -17
- package/dist/component/FluxRoot.vue.d.ts +3 -3
- package/dist/component/FluxRow.vue.d.ts +23 -0
- package/dist/component/FluxSegmentedControl.vue.d.ts +3 -2
- package/dist/component/FluxSplitButton.vue.d.ts +5 -5
- package/dist/component/FluxStack.vue.d.ts +3 -3
- package/dist/component/FluxStepper.vue.d.ts +6 -6
- package/dist/component/FluxStepperStep.vue.d.ts +3 -3
- package/dist/component/FluxTab.vue.d.ts +3 -3
- package/dist/component/FluxTabBar.vue.d.ts +3 -3
- package/dist/component/FluxTabBarItem.vue.d.ts +5 -7
- package/dist/component/FluxTableActions.vue.d.ts +3 -3
- package/dist/component/FluxTableBar.vue.d.ts +3 -3
- package/dist/component/FluxTableCell.vue.d.ts +5 -5
- package/dist/component/FluxTableHeader.vue.d.ts +3 -3
- package/dist/component/FluxTableRow.vue.d.ts +3 -3
- package/dist/component/FluxTabs.vue.d.ts +6 -6
- package/dist/component/FluxTagStack.vue.d.ts +3 -3
- package/dist/component/FluxTimeline.vue.d.ts +3 -3
- package/dist/component/FluxTimelineItem.vue.d.ts +3 -3
- package/dist/component/FluxToggle.vue.d.ts +2 -3
- package/dist/component/FluxToolbar.vue.d.ts +3 -3
- package/dist/component/FluxToolbarGroup.vue.d.ts +3 -3
- package/dist/component/FluxWindow.vue.d.ts +3 -3
- package/dist/component/index.d.ts +7 -2
- package/dist/component/primitive/Anchor.vue.d.ts +3 -3
- package/dist/component/primitive/AnchorPopup.vue.d.ts +3 -3
- package/dist/component/primitive/CoordinatePicker.vue.d.ts +1 -0
- package/dist/component/primitive/DialogLayout.vue.d.ts +28 -0
- package/dist/component/primitive/FilterOptionBase.vue.d.ts +2 -2
- package/dist/component/primitive/SelectBase.vue.d.ts +19 -37
- package/dist/component/primitive/SliderThumb.vue.d.ts +4 -0
- package/dist/component/primitive/TreeNodeRenderer.vue.d.ts +30 -0
- package/dist/component/primitive/index.d.ts +2 -0
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/private/index.d.ts +8 -0
- package/dist/composable/private/useAsyncFilterOptions.d.ts +14 -0
- package/dist/composable/private/useDateFlyout.d.ts +10 -0
- package/dist/composable/private/useDropdownPopup.d.ts +27 -0
- package/dist/composable/private/useFilterOption.d.ts +12 -0
- package/dist/composable/useAdaptiveGroupInjection.d.ts +2 -0
- package/dist/data/di.d.ts +11 -0
- package/dist/data/filter.d.ts +4 -17
- package/dist/data/i18n.d.ts +17 -0
- package/dist/data/timeZones.d.ts +3 -0
- package/dist/index.css +372 -331
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7116 -6286
- package/dist/index.js.map +1 -1
- package/dist/transition/FluxAutoHeightTransition.vue.d.ts +5 -3
- package/dist/transition/FluxAutoWidthTransition.vue.d.ts +5 -3
- package/dist/transition/FluxBreakthroughTransition.vue.d.ts +5 -3
- package/dist/transition/FluxFadeTransition.vue.d.ts +5 -3
- package/dist/transition/FluxOverlayTransition.vue.d.ts +5 -3
- package/dist/transition/FluxRouteTransition.vue.d.ts +5 -3
- package/dist/transition/FluxSlideOverTransition.vue.d.ts +5 -3
- package/dist/transition/FluxTooltipTransition.vue.d.ts +5 -3
- package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +5 -3
- package/dist/transition/FluxWindowTransition.vue.d.ts +5 -3
- package/package.json +19 -23
- package/src/component/FluxActionBar.vue +9 -8
- package/src/component/FluxActionPane.vue +4 -3
- package/src/component/FluxActionStack.vue +2 -2
- package/src/component/FluxAdaptiveGroup.vue +112 -0
- package/src/component/FluxAdaptiveSlot.vue +159 -0
- package/src/component/FluxAlert.vue +8 -17
- package/src/component/FluxAnimatedColors.vue +1 -1
- package/src/component/FluxAspectRatio.vue +2 -1
- package/src/component/FluxBadge.vue +5 -1
- package/src/component/FluxBadgeStack.vue +2 -1
- package/src/component/FluxButtonGroup.vue +2 -1
- package/src/component/FluxButtonStack.vue +2 -1
- package/src/component/FluxCalendar.vue +8 -1
- package/src/component/FluxCalendarEvent.vue +2 -1
- package/src/component/FluxCheckbox.vue +33 -6
- package/src/component/FluxChip.vue +1 -0
- package/src/component/FluxClickablePane.vue +3 -2
- package/src/component/FluxColorPicker.vue +8 -1
- package/src/component/FluxColorSelect.vue +25 -4
- package/src/component/{FluxAutoGrid.vue → FluxColumn.vue} +5 -8
- package/src/component/FluxComment.vue +2 -2
- package/src/component/FluxConfirm.vue +8 -17
- package/src/component/FluxContainer.vue +3 -2
- package/src/component/FluxDataTable.vue +3 -1
- package/src/component/FluxDivider.vue +7 -3
- package/src/component/FluxDropZone.vue +22 -8
- package/src/component/FluxExpandable.vue +3 -2
- package/src/component/FluxExpandableGroup.vue +2 -2
- package/src/component/FluxFader.vue +2 -2
- package/src/component/FluxFaderItem.vue +2 -1
- package/src/component/FluxFilter.vue +2 -1
- package/src/component/FluxFilterBar.vue +3 -2
- package/src/component/FluxFilterBase.vue +17 -9
- package/src/component/FluxFilterOption.vue +3 -14
- package/src/component/FluxFilterOptionAsync.vue +17 -60
- package/src/component/FluxFilterOptions.vue +3 -25
- package/src/component/FluxFilterOptionsAsync.vue +9 -73
- package/src/component/FluxFilterWindow.vue +1 -1
- package/src/component/FluxFlyout.vue +13 -11
- package/src/component/FluxForm.vue +2 -1
- package/src/component/FluxFormColumn.vue +2 -1
- package/src/component/FluxFormDateInput.vue +9 -22
- package/src/component/FluxFormDateRangeInput.vue +20 -15
- package/src/component/FluxFormDateTimeInput.vue +17 -20
- package/src/component/FluxFormField.vue +4 -4
- package/src/component/FluxFormGrid.vue +2 -1
- package/src/component/FluxFormInput.vue +11 -10
- package/src/component/FluxFormInputAddition.vue +2 -1
- package/src/component/FluxFormInputGroup.vue +3 -2
- package/src/component/FluxFormPinInput.vue +14 -6
- package/src/component/FluxFormRangeSlider.vue +12 -2
- package/src/component/FluxFormRow.vue +2 -1
- package/src/component/FluxFormSection.vue +4 -3
- package/src/component/FluxFormSelect.vue +11 -4
- package/src/component/FluxFormSelectAsync.vue +14 -8
- package/src/component/FluxFormSlider.vue +8 -2
- package/src/component/FluxFormTextArea.vue +12 -7
- package/src/component/FluxFormTimeZonePicker.vue +13 -626
- package/src/component/FluxFormTreeViewSelect.vue +51 -79
- package/src/component/FluxGallery.vue +2 -1
- package/src/component/FluxGrid.vue +3 -2
- package/src/component/FluxGridColumn.vue +2 -1
- package/src/component/FluxIcon.vue +4 -2
- package/src/component/FluxInfo.vue +2 -1
- package/src/component/FluxInfoStack.vue +3 -2
- package/src/component/FluxLayerPane.vue +16 -0
- package/src/component/FluxLayerPaneSecondary.vue +16 -0
- package/src/component/FluxLegend.vue +9 -9
- package/src/component/FluxMenu.vue +2 -2
- package/src/component/FluxMenuCollapsible.vue +187 -0
- package/src/component/FluxMenuGroup.vue +2 -1
- package/src/component/FluxMenuItem.vue +9 -1
- package/src/component/FluxMenuOptions.vue +1 -1
- package/src/component/FluxNotice.vue +7 -2
- package/src/component/FluxNoticeStack.vue +2 -1
- package/src/component/FluxOverflowBar.vue +3 -3
- package/src/component/FluxPagination.vue +1 -0
- package/src/component/FluxPane.vue +3 -2
- package/src/component/FluxPaneBody.vue +2 -1
- package/src/component/FluxPaneFooter.vue +2 -1
- package/src/component/FluxPaneGroup.vue +2 -1
- package/src/component/FluxPaneHeader.vue +7 -6
- package/src/component/FluxPaneIllustration.vue +3 -3
- package/src/component/FluxPaneMedia.vue +1 -1
- package/src/component/FluxPercentageBar.vue +3 -1
- package/src/component/FluxPressable.vue +2 -1
- package/src/component/FluxProgressBar.vue +2 -1
- package/src/component/FluxPrompt.vue +16 -27
- package/src/component/FluxRemove.vue +4 -0
- package/src/component/FluxRoot.vue +2 -2
- package/src/component/FluxRow.vue +24 -0
- package/src/component/FluxSegmentedControl.vue +51 -4
- package/src/component/FluxSnackbar.vue +36 -12
- package/src/component/FluxSplitButton.vue +3 -2
- package/src/component/FluxStack.vue +4 -3
- package/src/component/FluxStepper.vue +3 -3
- package/src/component/FluxStepperStep.vue +2 -1
- package/src/component/FluxTab.vue +2 -1
- package/src/component/FluxTabBar.vue +3 -3
- package/src/component/FluxTableActions.vue +2 -1
- package/src/component/FluxTableBar.vue +2 -1
- package/src/component/FluxTableCell.vue +4 -3
- package/src/component/FluxTableHeader.vue +4 -2
- package/src/component/FluxTableRow.vue +2 -1
- package/src/component/FluxTabs.vue +15 -6
- package/src/component/FluxTag.vue +5 -1
- package/src/component/FluxTagStack.vue +2 -1
- package/src/component/FluxTimeline.vue +2 -1
- package/src/component/FluxTimelineItem.vue +2 -1
- package/src/component/FluxToggle.vue +20 -5
- package/src/component/FluxToolbar.vue +2 -1
- package/src/component/FluxToolbarGroup.vue +2 -1
- package/src/component/FluxTooltip.vue +1 -1
- package/src/component/FluxTreeView.vue +9 -35
- package/src/component/FluxWindow.vue +2 -2
- package/src/component/index.ts +7 -2
- package/src/component/primitive/Anchor.vue +3 -1
- package/src/component/primitive/AnchorPopup.vue +3 -3
- package/src/component/primitive/CoordinatePicker.vue +2 -1
- package/src/component/primitive/CoordinatePickerThumb.vue +2 -0
- package/src/component/primitive/DialogLayout.vue +44 -0
- package/src/component/primitive/SelectBase.vue +22 -28
- package/src/component/primitive/SliderBase.vue +0 -1
- package/src/component/primitive/SliderThumb.vue +9 -0
- package/src/component/primitive/TreeNodeRenderer.vue +77 -0
- package/src/component/primitive/index.ts +2 -0
- package/src/composable/index.ts +1 -0
- package/src/composable/private/index.ts +8 -0
- package/src/composable/private/useAsyncFilterOptions.ts +70 -0
- package/src/composable/private/useCommandPalette.ts +1 -1
- package/src/composable/private/useDateFlyout.ts +34 -0
- package/src/composable/private/useDropdownPopup.ts +99 -0
- package/src/composable/private/useFilterOption.ts +59 -0
- package/src/composable/useAdaptiveGroupInjection.ts +6 -0
- package/src/css/component/Action.module.scss +2 -2
- package/src/css/component/AdaptiveSlot.module.scss +25 -0
- package/src/css/component/Avatar.module.scss +10 -11
- package/src/css/component/Badge.module.scss +4 -4
- package/src/css/component/Button.module.scss +4 -16
- package/src/css/component/Calendar.module.scss +4 -4
- package/src/css/component/Chip.module.scss +6 -10
- package/src/css/component/Color.module.scss +1 -1
- package/src/css/component/DatePicker.module.scss +1 -1
- package/src/css/component/Expandable.module.scss +5 -5
- package/src/css/component/Fader.module.scss +2 -1
- package/src/css/component/Flyout.module.scss +1 -1
- package/src/css/component/FocalPoint.module.scss +1 -1
- package/src/css/component/Form.module.scss +56 -10
- package/src/css/component/Item.module.scss +4 -4
- package/src/css/component/LayerPane.module.scss +40 -0
- package/src/css/component/Layout.module.scss +11 -4
- package/src/css/component/Legend.module.scss +2 -2
- package/src/css/component/Menu.module.scss +59 -11
- package/src/css/component/Notice.module.scss +7 -7
- package/src/css/component/Overlay.module.scss +2 -2
- package/src/css/component/Pane.module.scss +10 -23
- package/src/css/component/PercentageBar.module.scss +1 -1
- package/src/css/component/Remove.module.scss +1 -1
- package/src/css/component/SegmentedControl.module.scss +1 -0
- package/src/css/component/Snackbar.module.scss +1 -1
- package/src/css/component/Statistic.module.scss +2 -2
- package/src/css/component/Stepper.module.scss +1 -1
- package/src/css/component/Tab.module.scss +11 -15
- package/src/css/component/Table.module.scss +13 -13
- package/src/css/component/Timeline.module.scss +2 -2
- package/src/css/component/Toolbar.module.scss +3 -3
- package/src/css/component/Tooltip.module.scss +3 -4
- package/src/css/component/Transition.module.scss +1 -1
- package/src/css/component/TreeView.module.scss +2 -15
- package/src/css/component/TreeViewSelect.module.scss +1 -15
- package/src/css/component/base/Button.module.scss +6 -7
- package/src/css/component/base/Effect.module.scss +2 -1
- package/src/css/component/primitive/Slider.module.scss +6 -7
- package/src/css/component/primitive/TreeNode.module.scss +19 -0
- package/src/css/mixin/button-active.scss +6 -0
- package/src/css/mixin/focus-ring.scss +1 -1
- package/src/css/mixin/index.scss +1 -0
- package/src/css/typography.scss +3 -2
- package/src/css/variables.scss +7 -2
- package/src/data/di.ts +13 -0
- package/src/data/filter.ts +24 -28
- package/src/data/i18n.ts +17 -0
- package/src/data/store.ts +46 -11
- package/src/data/timeZones.ts +619 -0
- package/src/index.ts +2 -0
- package/src/transition/FluxAutoHeightTransition.vue +5 -0
- package/src/transition/FluxAutoWidthTransition.vue +5 -0
- package/src/transition/FluxBreakthroughTransition.vue +5 -0
- package/src/transition/FluxFadeTransition.vue +5 -0
- package/src/transition/FluxOverlayTransition.vue +5 -0
- package/src/transition/FluxRouteTransition.vue +5 -0
- package/src/transition/FluxSlideOverTransition.vue +5 -0
- package/src/transition/FluxTooltipTransition.vue +5 -0
- package/src/transition/FluxVerticalWindowTransition.vue +5 -0
- package/src/transition/FluxWindowTransition.vue +5 -0
- package/dist/0db98648.svg +0 -3
- package/src/component/FluxPaneDeck.vue +0 -24
- package/src/css/component/base/Grid.module.scss +0 -8
- package/src/image/avatar-mask.svg +0 -3
- package/tsconfig.json +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly isSecondary?: boolean;
|
|
4
4
|
readonly isCondensed?: boolean;
|
|
@@ -6,9 +6,9 @@ type __VLS_Props = {
|
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
7
|
attrs: Partial<{}>;
|
|
8
8
|
slots: Readonly<{
|
|
9
|
-
default():
|
|
9
|
+
default(): VNode[];
|
|
10
10
|
}> & {
|
|
11
|
-
default():
|
|
11
|
+
default(): VNode[];
|
|
12
12
|
};
|
|
13
13
|
refs: {};
|
|
14
14
|
rootEl: HTMLDivElement;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { FluxAutoCompleteType } from '@flux-ui/types';
|
|
1
|
+
import { FluxAutoCompleteType, FluxFormInputBaseProps } from '@flux-ui/types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = {
|
|
3
|
+
type __VLS_Props = Pick<FluxFormInputBaseProps, 'autoFocus' | 'disabled' | 'error' | 'isLoading' | 'isReadonly' | 'name'> & {
|
|
4
4
|
readonly autoComplete?: FluxAutoCompleteType;
|
|
5
|
-
readonly autoFocus?: boolean;
|
|
6
|
-
readonly disabled?: boolean;
|
|
7
5
|
readonly isPrivate?: boolean;
|
|
8
6
|
readonly maxLength?: number;
|
|
9
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { FluxFormInputBaseProps } from '@flux-ui/types';
|
|
1
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
+
type __VLS_Props = Pick<FluxFormInputBaseProps, 'disabled' | 'error' | 'isLoading' | 'isReadonly' | 'name'> & {
|
|
3
4
|
formatter?(value: number, decimals?: number): string;
|
|
4
|
-
readonly disabled?: boolean;
|
|
5
5
|
readonly isTicksVisible?: boolean;
|
|
6
6
|
readonly isTooltipDisabled?: boolean;
|
|
7
7
|
readonly max?: number;
|
|
@@ -17,6 +17,10 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
17
17
|
"onUpdate:modelValue"?: (value: [number, number]) => any;
|
|
18
18
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
19
19
|
lowerThumb: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
20
|
+
readonly ariaLabel?: string;
|
|
21
|
+
readonly ariaValuemax?: number;
|
|
22
|
+
readonly ariaValuemin?: number;
|
|
23
|
+
readonly ariaValuenow?: number;
|
|
20
24
|
readonly disabled?: boolean;
|
|
21
25
|
readonly isDragging?: boolean;
|
|
22
26
|
readonly position: number;
|
|
@@ -36,6 +40,10 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
36
40
|
M: {};
|
|
37
41
|
Defaults: {};
|
|
38
42
|
}, Readonly<{
|
|
43
|
+
readonly ariaLabel?: string;
|
|
44
|
+
readonly ariaValuemax?: number;
|
|
45
|
+
readonly ariaValuemin?: number;
|
|
46
|
+
readonly ariaValuenow?: number;
|
|
39
47
|
readonly disabled?: boolean;
|
|
40
48
|
readonly isDragging?: boolean;
|
|
41
49
|
readonly position: number;
|
|
@@ -45,6 +53,10 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
45
53
|
onIncrement?: () => any;
|
|
46
54
|
}>, {}, {}, {}, {}, {}>;
|
|
47
55
|
upperThumb: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
56
|
+
readonly ariaLabel?: string;
|
|
57
|
+
readonly ariaValuemax?: number;
|
|
58
|
+
readonly ariaValuemin?: number;
|
|
59
|
+
readonly ariaValuenow?: number;
|
|
48
60
|
readonly disabled?: boolean;
|
|
49
61
|
readonly isDragging?: boolean;
|
|
50
62
|
readonly position: number;
|
|
@@ -64,6 +76,10 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
64
76
|
M: {};
|
|
65
77
|
Defaults: {};
|
|
66
78
|
}, Readonly<{
|
|
79
|
+
readonly ariaLabel?: string;
|
|
80
|
+
readonly ariaValuemax?: number;
|
|
81
|
+
readonly ariaValuemin?: number;
|
|
82
|
+
readonly ariaValuenow?: number;
|
|
67
83
|
readonly disabled?: boolean;
|
|
68
84
|
readonly isDragging?: boolean;
|
|
69
85
|
readonly position: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: Readonly<{
|
|
5
|
-
default():
|
|
5
|
+
default(): VNode[];
|
|
6
6
|
}> & {
|
|
7
|
-
default():
|
|
7
|
+
default(): VNode[];
|
|
8
8
|
};
|
|
9
9
|
refs: {};
|
|
10
10
|
rootEl: HTMLDivElement;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly title: string;
|
|
4
4
|
};
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
attrs: Partial<{}>;
|
|
7
7
|
slots: Readonly<{
|
|
8
|
-
default():
|
|
8
|
+
default(): VNode[];
|
|
9
9
|
}> & {
|
|
10
|
-
default():
|
|
10
|
+
default(): VNode[];
|
|
11
11
|
};
|
|
12
12
|
refs: {};
|
|
13
13
|
rootEl: HTMLDivElement;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { FluxFormSelectEntry, FluxFormSelectValue } from '@flux-ui/types';
|
|
1
|
+
import { FluxFormInputBaseProps, FluxFormSelectEntry, FluxFormSelectValue } from '@flux-ui/types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
readonly disabled?: boolean;
|
|
3
|
+
type __VLS_Props = Pick<FluxFormInputBaseProps, 'autoFocus' | 'disabled' | 'error' | 'isCondensed' | 'isLoading' | 'isReadonly' | 'isSecondary' | 'name' | 'placeholder'> & {
|
|
5
4
|
readonly isMultiple?: boolean;
|
|
6
|
-
readonly placeholder?: string;
|
|
7
5
|
readonly isSearchable?: boolean;
|
|
8
6
|
readonly options: FluxFormSelectEntry[];
|
|
9
7
|
};
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import { FluxFormSelectEntry, FluxFormSelectValue, FluxFormSelectValueSingle } from '@flux-ui/types';
|
|
1
|
+
import { FluxFormInputBaseProps, FluxFormSelectEntry, FluxFormSelectValue, FluxFormSelectValueSingle } from '@flux-ui/types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = {
|
|
3
|
+
type __VLS_Props = Pick<FluxFormInputBaseProps, 'autoFocus' | 'disabled' | 'error' | 'isCondensed' | 'isLoading' | 'isReadonly' | 'isSecondary' | 'name' | 'placeholder'> & {
|
|
4
4
|
fetchOptions(ids: FluxFormSelectValueSingle[]): Promise<FluxFormSelectEntry[]>;
|
|
5
5
|
fetchRelevant(): Promise<FluxFormSelectEntry[]>;
|
|
6
6
|
fetchSearch(searchQuery: string): Promise<FluxFormSelectEntry[]>;
|
|
7
|
-
readonly disabled?: boolean;
|
|
8
7
|
readonly isMultiple?: boolean;
|
|
9
|
-
readonly placeholder?: string;
|
|
10
8
|
};
|
|
11
9
|
type __VLS_PublicProps = {
|
|
12
10
|
'searchQuery'?: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { FluxFormInputBaseProps } from '@flux-ui/types';
|
|
1
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
+
type __VLS_Props = Pick<FluxFormInputBaseProps, 'disabled' | 'error' | 'isLoading' | 'isReadonly' | 'name'> & {
|
|
3
4
|
formatter?(value: number, decimals?: number): string;
|
|
4
|
-
readonly
|
|
5
|
+
readonly ariaLabel?: string;
|
|
5
6
|
readonly isTicksVisible?: boolean;
|
|
6
7
|
readonly isTooltipDisabled?: boolean;
|
|
7
8
|
readonly max?: number;
|
|
@@ -17,6 +18,10 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
17
18
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
18
19
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
19
20
|
thumb: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
21
|
+
readonly ariaLabel?: string;
|
|
22
|
+
readonly ariaValuemax?: number;
|
|
23
|
+
readonly ariaValuemin?: number;
|
|
24
|
+
readonly ariaValuenow?: number;
|
|
20
25
|
readonly disabled?: boolean;
|
|
21
26
|
readonly isDragging?: boolean;
|
|
22
27
|
readonly position: number;
|
|
@@ -36,6 +41,10 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
36
41
|
M: {};
|
|
37
42
|
Defaults: {};
|
|
38
43
|
}, Readonly<{
|
|
44
|
+
readonly ariaLabel?: string;
|
|
45
|
+
readonly ariaValuemax?: number;
|
|
46
|
+
readonly ariaValuemin?: number;
|
|
47
|
+
readonly ariaValuenow?: number;
|
|
39
48
|
readonly disabled?: boolean;
|
|
40
49
|
readonly isDragging?: boolean;
|
|
41
50
|
readonly position: number;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { FluxAutoCompleteType } from '@flux-ui/types';
|
|
1
|
+
import { FluxAutoCompleteType, FluxFormInputBaseProps } from '@flux-ui/types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = {
|
|
3
|
+
type __VLS_Props = FluxFormInputBaseProps & {
|
|
4
4
|
readonly autoComplete?: FluxAutoCompleteType;
|
|
5
|
-
readonly autoFocus?: boolean;
|
|
6
|
-
readonly disabled?: boolean;
|
|
7
|
-
readonly isReadonly?: boolean;
|
|
8
5
|
readonly maxLength?: number;
|
|
9
|
-
readonly placeholder?: string;
|
|
10
6
|
readonly rows?: number;
|
|
11
7
|
};
|
|
12
8
|
type __VLS_PublicProps = {
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
+
import { FluxFormInputBaseProps } from '@flux-ui/types';
|
|
1
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
type __VLS_Props =
|
|
3
|
-
readonly disabled?: boolean;
|
|
4
|
-
readonly placeholder?: string;
|
|
5
|
-
};
|
|
3
|
+
type __VLS_Props = FluxFormInputBaseProps;
|
|
6
4
|
type __VLS_PublicProps = {
|
|
7
5
|
modelValue?: string | null;
|
|
8
6
|
} & __VLS_Props;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { FluxColor, FluxFormTreeViewSelectOption, FluxFormTreeViewSelectValue, FluxDirection, FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType } from '@flux-ui/types';
|
|
2
|
-
import { ComponentPublicInstance, nextTick, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle,
|
|
1
|
+
import { FluxColor, FluxFormInputBaseProps, FluxFormTreeViewSelectOption, FluxFormTreeViewSelectValue, FluxDirection, FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType } from '@flux-ui/types';
|
|
2
|
+
import { ComponentPublicInstance, nextTick, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle, ComponentCustomProperties, VNode, CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
3
3
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
type __VLS_Props = {
|
|
5
|
-
readonly disabled?: boolean;
|
|
4
|
+
type __VLS_Props = Pick<FluxFormInputBaseProps, 'autoFocus' | 'disabled' | 'error' | 'isCondensed' | 'isLoading' | 'isReadonly' | 'isSecondary' | 'name' | 'placeholder'> & {
|
|
6
5
|
readonly isMultiple?: boolean;
|
|
7
6
|
readonly isSearchable?: boolean;
|
|
8
7
|
readonly levelColors?: (FluxColor | string)[];
|
|
9
8
|
readonly options: FluxFormTreeViewSelectOption[];
|
|
10
|
-
readonly placeholder?: string;
|
|
11
9
|
};
|
|
12
10
|
type __VLS_PublicProps = {
|
|
13
11
|
modelValue: FluxFormTreeViewSelectValue;
|
|
@@ -23,9 +21,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
23
21
|
$props: {
|
|
24
22
|
readonly tagName: keyof HTMLElementTagNameMap;
|
|
25
23
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
26
|
-
$attrs:
|
|
27
|
-
[x: string]: unknown;
|
|
28
|
-
};
|
|
24
|
+
$attrs: Attrs;
|
|
29
25
|
$refs: {
|
|
30
26
|
[x: string]: unknown;
|
|
31
27
|
};
|
|
@@ -58,15 +54,14 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
58
54
|
};
|
|
59
55
|
$forceUpdate: () => void;
|
|
60
56
|
$nextTick: typeof nextTick;
|
|
61
|
-
$watch<T extends string | ((
|
|
62
|
-
/** @type { [typeof AnchorPopup, typeof AnchorPopup, ] } */ ...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;
|
|
57
|
+
$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;
|
|
63
58
|
} & Readonly<{}> & Omit<Readonly<{
|
|
64
59
|
readonly tagName: keyof HTMLElementTagNameMap;
|
|
65
|
-
}> & Readonly<{}>, never> &
|
|
60
|
+
}> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
|
|
66
61
|
$slots: Readonly<{
|
|
67
|
-
default():
|
|
62
|
+
default(): VNode[];
|
|
68
63
|
}> & {
|
|
69
|
-
default():
|
|
64
|
+
default(): VNode[];
|
|
70
65
|
};
|
|
71
66
|
};
|
|
72
67
|
anchorPopup: {
|
|
@@ -79,9 +74,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
79
74
|
readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
|
|
80
75
|
readonly useAnchorWidth?: boolean;
|
|
81
76
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
82
|
-
$attrs:
|
|
83
|
-
[x: string]: unknown;
|
|
84
|
-
};
|
|
77
|
+
$attrs: Attrs;
|
|
85
78
|
$refs: {
|
|
86
79
|
[x: string]: unknown;
|
|
87
80
|
} & {
|
|
@@ -120,38 +113,30 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
120
113
|
};
|
|
121
114
|
$forceUpdate: () => void;
|
|
122
115
|
$nextTick: typeof nextTick;
|
|
123
|
-
$watch<T extends string | ((
|
|
124
|
-
/** @type { [typeof AnchorPopup, typeof AnchorPopup, ] } */ ...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;
|
|
116
|
+
$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;
|
|
125
117
|
} & Readonly<{}> & Omit<Readonly<{
|
|
126
118
|
readonly anchor?: ComponentPublicInstance | HTMLElement | null;
|
|
127
119
|
readonly direction?: FluxDirection;
|
|
128
120
|
readonly margin?: number;
|
|
129
121
|
readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
|
|
130
122
|
readonly useAnchorWidth?: boolean;
|
|
131
|
-
}> & Readonly<{}>, never> &
|
|
123
|
+
}> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
|
|
132
124
|
$slots: Readonly<{
|
|
133
|
-
default():
|
|
125
|
+
default(): VNode[];
|
|
134
126
|
}> & {
|
|
135
|
-
default():
|
|
127
|
+
default(): VNode[];
|
|
136
128
|
};
|
|
137
129
|
};
|
|
138
130
|
searchInput: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
139
131
|
modelValue?: object | string | number | null;
|
|
140
|
-
} & {
|
|
132
|
+
} & FluxFormInputBaseProps & {
|
|
141
133
|
readonly autoComplete?: FluxAutoCompleteType;
|
|
142
|
-
readonly autoFocus?: boolean;
|
|
143
134
|
readonly iconLeading?: FluxIconName;
|
|
144
135
|
readonly iconTrailing?: FluxIconName;
|
|
145
|
-
readonly disabled?: boolean;
|
|
146
|
-
readonly isCondensed?: boolean;
|
|
147
|
-
readonly isLoading?: boolean;
|
|
148
|
-
readonly isReadonly?: boolean;
|
|
149
|
-
readonly isSecondary?: boolean;
|
|
150
136
|
readonly max?: string | number;
|
|
151
137
|
readonly maxLength?: number;
|
|
152
138
|
readonly min?: string | number;
|
|
153
139
|
readonly pattern?: FluxInputMask;
|
|
154
|
-
readonly placeholder?: string;
|
|
155
140
|
readonly step?: number;
|
|
156
141
|
readonly type?: FluxInputType;
|
|
157
142
|
}> & Readonly<{
|
|
@@ -178,21 +163,14 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
178
163
|
Defaults: {};
|
|
179
164
|
}, Readonly<{
|
|
180
165
|
modelValue?: object | string | number | null;
|
|
181
|
-
} & {
|
|
166
|
+
} & FluxFormInputBaseProps & {
|
|
182
167
|
readonly autoComplete?: FluxAutoCompleteType;
|
|
183
|
-
readonly autoFocus?: boolean;
|
|
184
168
|
readonly iconLeading?: FluxIconName;
|
|
185
169
|
readonly iconTrailing?: FluxIconName;
|
|
186
|
-
readonly disabled?: boolean;
|
|
187
|
-
readonly isCondensed?: boolean;
|
|
188
|
-
readonly isLoading?: boolean;
|
|
189
|
-
readonly isReadonly?: boolean;
|
|
190
|
-
readonly isSecondary?: boolean;
|
|
191
170
|
readonly max?: string | number;
|
|
192
171
|
readonly maxLength?: number;
|
|
193
172
|
readonly min?: string | number;
|
|
194
173
|
readonly pattern?: FluxInputMask;
|
|
195
|
-
readonly placeholder?: string;
|
|
196
174
|
readonly step?: number;
|
|
197
175
|
readonly type?: FluxInputType;
|
|
198
176
|
}> & Readonly<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
2
|
import { FluxFocalPointObject } from '@flux-ui/types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
readonly isEditable?: boolean;
|
|
5
5
|
readonly items?: (string | (FluxFocalPointObject & {
|
|
@@ -10,9 +10,9 @@ type __VLS_Props = {
|
|
|
10
10
|
declare function __VLS_template(): {
|
|
11
11
|
attrs: Partial<{}>;
|
|
12
12
|
slots: Readonly<{
|
|
13
|
-
default():
|
|
13
|
+
default(): VNode[];
|
|
14
14
|
}> & {
|
|
15
|
-
default():
|
|
15
|
+
default(): VNode[];
|
|
16
16
|
};
|
|
17
17
|
refs: {};
|
|
18
18
|
rootEl: HTMLDivElement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly columns?: number;
|
|
4
4
|
readonly gap?: number;
|
|
@@ -6,9 +6,9 @@ type __VLS_Props = {
|
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
7
|
attrs: Partial<{}>;
|
|
8
8
|
slots: Readonly<{
|
|
9
|
-
default():
|
|
9
|
+
default(): VNode[];
|
|
10
10
|
}> & {
|
|
11
|
-
default():
|
|
11
|
+
default(): VNode[];
|
|
12
12
|
};
|
|
13
13
|
refs: {};
|
|
14
14
|
rootEl: HTMLDivElement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly xs?: number;
|
|
4
4
|
readonly sm?: number;
|
|
@@ -9,9 +9,9 @@ type __VLS_Props = {
|
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
10
|
attrs: Partial<{}>;
|
|
11
11
|
slots: Readonly<{
|
|
12
|
-
default():
|
|
12
|
+
default(): VNode[];
|
|
13
13
|
}> & {
|
|
14
|
-
default():
|
|
14
|
+
default(): VNode[];
|
|
15
15
|
};
|
|
16
16
|
refs: {};
|
|
17
17
|
rootEl: HTMLDivElement;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { FluxIconName } from '@flux-ui/types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type __VLS_Props = {
|
|
4
|
+
readonly ariaLabel?: string;
|
|
4
5
|
readonly size?: number | string;
|
|
5
6
|
readonly name?: FluxIconName;
|
|
6
7
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
2
|
import { FluxIconName } from '@flux-ui/types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
readonly icon?: FluxIconName;
|
|
5
5
|
};
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
7
|
attrs: Partial<{}>;
|
|
8
8
|
slots: Readonly<{
|
|
9
|
-
default():
|
|
9
|
+
default(): VNode[];
|
|
10
10
|
}> & {
|
|
11
|
-
default():
|
|
11
|
+
default(): VNode[];
|
|
12
12
|
};
|
|
13
13
|
refs: {};
|
|
14
14
|
rootEl: HTMLDivElement;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: Readonly<{
|
|
5
|
-
default():
|
|
5
|
+
default(): VNode[];
|
|
6
6
|
}> & {
|
|
7
|
-
default():
|
|
7
|
+
default(): VNode[];
|
|
8
8
|
};
|
|
9
9
|
refs: {};
|
|
10
10
|
rootEl: any;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: Readonly<{
|
|
5
|
+
default(): VNode[];
|
|
6
|
+
}> & {
|
|
7
|
+
default(): VNode[];
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: Readonly<{
|
|
5
|
+
default(): VNode[];
|
|
6
|
+
}> & {
|
|
7
|
+
default(): VNode[];
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly isLarge?: boolean;
|
|
4
4
|
};
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
attrs: Partial<{}>;
|
|
7
7
|
slots: Readonly<{
|
|
8
|
-
default():
|
|
8
|
+
default(): VNode[];
|
|
9
9
|
}> & {
|
|
10
|
-
default():
|
|
10
|
+
default(): VNode[];
|
|
11
11
|
};
|
|
12
12
|
refs: {
|
|
13
13
|
element: HTMLElement;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { FluxIconName, FluxTo } from '@flux-ui/types';
|
|
2
|
+
import { VNode, DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
readonly disabled?: boolean;
|
|
5
|
+
readonly href?: string;
|
|
6
|
+
readonly iconLeading?: FluxIconName | null;
|
|
7
|
+
readonly isOpened?: boolean;
|
|
8
|
+
readonly label?: string;
|
|
9
|
+
readonly rel?: string;
|
|
10
|
+
readonly target?: string;
|
|
11
|
+
readonly to?: FluxTo;
|
|
12
|
+
};
|
|
13
|
+
declare function open(): void;
|
|
14
|
+
declare function close(): void;
|
|
15
|
+
declare function toggle(): void;
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: Readonly<{
|
|
19
|
+
default(): VNode[];
|
|
20
|
+
before(): VNode[];
|
|
21
|
+
}> & {
|
|
22
|
+
default(): VNode[];
|
|
23
|
+
before(): VNode[];
|
|
24
|
+
};
|
|
25
|
+
refs: {};
|
|
26
|
+
rootEl: HTMLDivElement;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {
|
|
30
|
+
isOpen: Ref<boolean, boolean>;
|
|
31
|
+
open: typeof open;
|
|
32
|
+
close: typeof close;
|
|
33
|
+
toggle: typeof toggle;
|
|
34
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
35
|
+
toggle: (args_0: boolean) => any;
|
|
36
|
+
"update:isOpened": (args_0: boolean) => any;
|
|
37
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
38
|
+
onToggle?: (args_0: boolean) => any;
|
|
39
|
+
"onUpdate:isOpened"?: (args_0: boolean) => any;
|
|
40
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly isHorizontal?: boolean;
|
|
4
4
|
};
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
attrs: Partial<{}>;
|
|
7
7
|
slots: Readonly<{
|
|
8
|
-
default():
|
|
8
|
+
default(): VNode[];
|
|
9
9
|
}> & {
|
|
10
|
-
default():
|
|
10
|
+
default(): VNode[];
|
|
11
11
|
};
|
|
12
12
|
refs: {};
|
|
13
13
|
rootEl: HTMLDivElement;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
2
|
import { FluxButtonProps, FluxIconName } from '@flux-ui/types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type __VLS_Props = Omit<FluxButtonProps, 'isFilled' | 'isSubmit' | 'size'> & {
|
|
4
4
|
readonly command?: string;
|
|
5
5
|
readonly commandIcon?: FluxIconName;
|
|
@@ -16,9 +16,11 @@ type __VLS_Props = Omit<FluxButtonProps, 'isFilled' | 'isSubmit' | 'size'> & {
|
|
|
16
16
|
declare function __VLS_template(): {
|
|
17
17
|
attrs: Partial<{}>;
|
|
18
18
|
slots: Readonly<{
|
|
19
|
-
after():
|
|
19
|
+
after(): VNode[];
|
|
20
|
+
before(): VNode[];
|
|
20
21
|
}> & {
|
|
21
|
-
after():
|
|
22
|
+
after(): VNode[];
|
|
23
|
+
before(): VNode[];
|
|
22
24
|
};
|
|
23
25
|
refs: {};
|
|
24
26
|
rootEl: any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly isHorizontal?: boolean;
|
|
4
4
|
readonly mode?: 'highlight' | 'select';
|
|
@@ -9,9 +9,9 @@ type __VLS_PublicProps = {
|
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
10
|
attrs: Partial<{}>;
|
|
11
11
|
slots: Readonly<{
|
|
12
|
-
default():
|
|
12
|
+
default(): VNode[];
|
|
13
13
|
}> & {
|
|
14
|
-
default():
|
|
14
|
+
default(): VNode[];
|
|
15
15
|
};
|
|
16
16
|
refs: {};
|
|
17
17
|
rootEl: HTMLDivElement;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
2
|
import { FluxColor, FluxIconName } from '@flux-ui/types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
readonly color?: FluxColor;
|
|
5
5
|
readonly icon?: FluxIconName;
|
|
@@ -13,11 +13,11 @@ type __VLS_Props = {
|
|
|
13
13
|
declare function __VLS_template(): {
|
|
14
14
|
attrs: Partial<{}>;
|
|
15
15
|
slots: Readonly<{
|
|
16
|
-
default():
|
|
17
|
-
end():
|
|
16
|
+
default(): VNode[];
|
|
17
|
+
end(): VNode[];
|
|
18
18
|
}> & {
|
|
19
|
-
default():
|
|
20
|
-
end():
|
|
19
|
+
default(): VNode[];
|
|
20
|
+
end(): VNode[];
|
|
21
21
|
};
|
|
22
22
|
refs: {};
|
|
23
23
|
rootEl: HTMLDivElement;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: Readonly<{
|
|
5
|
-
default():
|
|
5
|
+
default(): VNode[];
|
|
6
6
|
}> & {
|
|
7
|
-
default():
|
|
7
|
+
default(): VNode[];
|
|
8
8
|
};
|
|
9
9
|
refs: {};
|
|
10
10
|
rootEl: any;
|