@flux-ui/components 3.0.0-next.57 → 3.0.0-next.59
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/FluxButtonStack.vue.d.ts +1 -1
- package/dist/component/FluxCalendar.vue.d.ts +63 -2
- package/dist/component/{FluxCalendarEvent.vue.d.ts → FluxCalendarItem.vue.d.ts} +9 -7
- package/dist/component/FluxClickablePane.vue.d.ts +1 -1
- package/dist/component/FluxDivider.vue.d.ts +1 -1
- package/dist/component/FluxFilter.vue.d.ts +1 -1
- package/dist/component/FluxFilterBar.vue.d.ts +1 -1
- package/dist/component/FluxFormInput.vue.d.ts +2 -2
- package/dist/component/FluxFormInputAddition.vue.d.ts +1 -1
- package/dist/component/FluxFormTreeViewSelect.vue.d.ts +3 -3
- package/dist/component/FluxGallery.vue.d.ts +1 -1
- package/dist/component/FluxInfo.vue.d.ts +1 -1
- package/dist/component/FluxKanban.vue.d.ts +17 -5
- package/dist/component/FluxKanbanColumn.vue.d.ts +13 -2
- package/dist/component/{FluxKanbanCard.vue.d.ts → FluxKanbanItem.vue.d.ts} +2 -1
- package/dist/component/FluxMenuItem.vue.d.ts +1 -1
- package/dist/component/FluxNotice.vue.d.ts +1 -1
- package/dist/component/FluxPaneHeader.vue.d.ts +1 -1
- package/dist/component/FluxPressable.vue.d.ts +1 -1
- package/dist/component/FluxPrompt.vue.d.ts +3 -3
- package/dist/component/FluxSplitButton.vue.d.ts +1 -1
- package/dist/component/FluxStack.vue.d.ts +1 -1
- package/dist/component/FluxTab.vue.d.ts +1 -1
- package/dist/component/FluxTabBar.vue.d.ts +4 -1
- package/dist/component/FluxTabs.vue.d.ts +4 -1
- package/dist/component/FluxTimelineItem.vue.d.ts +1 -1
- package/dist/component/calendar/FluxCalendarItemDisplay.vue.d.ts +9 -0
- package/dist/component/calendar/FluxCalendarMonthView.vue.d.ts +19 -0
- package/dist/component/calendar/FluxCalendarTimeGridView.vue.d.ts +36 -0
- package/dist/component/calendar/index.d.ts +3 -0
- package/dist/component/index.d.ts +2 -2
- package/dist/component/primitive/DialogLayout.vue.d.ts +1 -1
- package/dist/component/primitive/SelectBase.vue.d.ts +3 -3
- package/dist/composable/index.d.ts +3 -0
- package/dist/composable/private/index.d.ts +5 -8
- package/dist/composable/private/useAsyncFilterOptions.d.ts +1 -1
- package/dist/composable/private/useKanban.d.ts +14 -4
- package/dist/composable/private/useKanbanAutoScroll.d.ts +13 -0
- package/dist/composable/useCalendarInjection.d.ts +2 -0
- package/dist/composable/useKanbanInjection.d.ts +2 -0
- package/dist/composable/useTabBarInjection.d.ts +2 -0
- package/dist/data/di.d.ts +80 -9
- package/dist/data/i18n.d.ts +4 -0
- package/dist/index.css +1603 -1204
- package/dist/index.js +4567 -2819
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/src/component/FluxAction.vue +1 -1
- package/src/component/FluxActionBar.vue +2 -2
- package/src/component/FluxActionPane.vue +1 -1
- package/src/component/FluxAdaptiveGroup.vue +2 -2
- package/src/component/FluxAdaptiveSlot.vue +2 -2
- package/src/component/FluxAlert.vue +1 -1
- package/src/component/FluxAnimatedColors.vue +1 -1
- package/src/component/FluxAspectRatio.vue +1 -1
- package/src/component/FluxAvatar.vue +2 -2
- package/src/component/FluxBadge.vue +2 -2
- package/src/component/FluxBorderShine.vue +1 -1
- package/src/component/FluxBoxedIcon.vue +1 -1
- package/src/component/FluxButton.vue +2 -2
- package/src/component/FluxButtonGroup.vue +1 -1
- package/src/component/FluxButtonStack.vue +1 -1
- package/src/component/FluxCalendar.vue +588 -179
- package/src/component/FluxCalendarItem.vue +79 -0
- package/src/component/FluxCheckbox.vue +2 -2
- package/src/component/FluxChip.vue +2 -2
- package/src/component/FluxClickablePane.vue +2 -2
- package/src/component/FluxColorPicker.vue +2 -2
- package/src/component/FluxColorSelect.vue +3 -3
- package/src/component/FluxColumn.vue +1 -1
- package/src/component/FluxCommandPalette.vue +4 -4
- package/src/component/FluxCommandPaletteGroup.vue +1 -1
- package/src/component/FluxCommandPaletteItem.vue +1 -1
- package/src/component/FluxComment.vue +2 -2
- package/src/component/FluxConfirm.vue +1 -1
- package/src/component/FluxContainer.vue +1 -1
- package/src/component/FluxDataTable.vue +1 -2
- package/src/component/FluxDatePicker.vue +3 -3
- package/src/component/FluxDestructiveButton.vue +1 -1
- package/src/component/FluxDisabled.vue +1 -1
- package/src/component/FluxDivider.vue +2 -2
- package/src/component/FluxDotPattern.vue +1 -1
- package/src/component/FluxDropZone.vue +4 -4
- package/src/component/FluxExpandable.vue +3 -3
- package/src/component/FluxExpandableGroup.vue +2 -2
- package/src/component/FluxFader.vue +1 -1
- package/src/component/FluxFaderItem.vue +1 -1
- package/src/component/FluxFilter.vue +2 -2
- package/src/component/FluxFilterBar.vue +5 -6
- package/src/component/FluxFilterBase.vue +2 -2
- package/src/component/FluxFilterDate.vue +2 -2
- package/src/component/FluxFilterDateRange.vue +2 -2
- package/src/component/FluxFilterOption.vue +2 -2
- package/src/component/FluxFilterOptionAsync.vue +1 -1
- package/src/component/FluxFilterOptions.vue +2 -2
- package/src/component/FluxFilterOptionsAsync.vue +1 -1
- package/src/component/FluxFilterRange.vue +2 -2
- package/src/component/FluxFilterWindow.vue +3 -3
- package/src/component/FluxFlickeringGrid.vue +1 -1
- package/src/component/FluxFlyout.vue +2 -2
- package/src/component/FluxFocalPointEditor.vue +3 -3
- package/src/component/FluxFocalPointImage.vue +1 -1
- package/src/component/FluxForm.vue +1 -1
- package/src/component/FluxFormColumn.vue +1 -1
- package/src/component/FluxFormDateInput.vue +3 -3
- package/src/component/FluxFormDateRangeInput.vue +4 -4
- package/src/component/FluxFormDateTimeInput.vue +3 -3
- package/src/component/FluxFormField.vue +3 -3
- package/src/component/FluxFormFieldAddition.vue +1 -1
- package/src/component/FluxFormGrid.vue +1 -1
- package/src/component/FluxFormInput.vue +3 -3
- package/src/component/FluxFormInputAddition.vue +2 -2
- package/src/component/FluxFormInputGroup.vue +2 -2
- package/src/component/FluxFormPinInput.vue +3 -3
- package/src/component/FluxFormRangeSlider.vue +3 -3
- package/src/component/FluxFormRow.vue +1 -1
- package/src/component/FluxFormSection.vue +1 -1
- package/src/component/FluxFormSelect.vue +4 -4
- package/src/component/FluxFormSelectAsync.vue +6 -6
- package/src/component/FluxFormSlider.vue +2 -2
- package/src/component/FluxFormTextArea.vue +2 -2
- package/src/component/FluxFormTimeZonePicker.vue +4 -4
- package/src/component/FluxFormTreeViewSelect.vue +9 -12
- package/src/component/FluxGallery.vue +3 -3
- package/src/component/FluxGalleryItem.vue +1 -1
- package/src/component/FluxGrid.vue +1 -1
- package/src/component/FluxGridColumn.vue +1 -1
- package/src/component/FluxGridPattern.vue +1 -1
- package/src/component/FluxIcon.vue +2 -2
- package/src/component/FluxInfo.vue +2 -2
- package/src/component/FluxItem.vue +1 -1
- package/src/component/FluxItemActions.vue +1 -1
- package/src/component/FluxItemContent.vue +1 -1
- package/src/component/FluxItemMedia.vue +1 -1
- package/src/component/FluxItemStack.vue +1 -1
- package/src/component/FluxKanban.vue +78 -7
- package/src/component/FluxKanbanColumn.vue +225 -32
- package/src/component/FluxKanbanItem.vue +162 -0
- package/src/component/FluxLayerPane.vue +1 -1
- package/src/component/FluxLayerPaneSecondary.vue +1 -1
- package/src/component/FluxLegend.vue +1 -1
- package/src/component/FluxLink.vue +1 -1
- package/src/component/FluxMenu.vue +1 -1
- package/src/component/FluxMenuCollapsible.vue +3 -3
- package/src/component/FluxMenuGroup.vue +1 -1
- package/src/component/FluxMenuItem.vue +2 -2
- package/src/component/FluxMenuSubHeader.vue +1 -1
- package/src/component/FluxMenuTitle.vue +1 -1
- package/src/component/FluxNotice.vue +3 -3
- package/src/component/FluxOverflowBar.vue +1 -1
- package/src/component/FluxOverlay.vue +3 -3
- package/src/component/FluxOverlayProvider.vue +2 -2
- package/src/component/FluxPagination.vue +3 -3
- package/src/component/FluxPaginationBar.vue +2 -2
- package/src/component/FluxPaginationButton.vue +1 -1
- package/src/component/FluxPane.vue +1 -1
- package/src/component/FluxPaneBody.vue +1 -1
- package/src/component/FluxPaneFooter.vue +1 -1
- package/src/component/FluxPaneGroup.vue +1 -1
- package/src/component/FluxPaneHeader.vue +2 -2
- package/src/component/FluxPaneIllustration.vue +1 -1
- package/src/component/FluxPaneMedia.vue +1 -1
- package/src/component/FluxPercentageBar.vue +1 -1
- package/src/component/FluxPersona.vue +1 -1
- package/src/component/FluxPlaceholder.vue +1 -1
- package/src/component/FluxPressable.vue +1 -1
- package/src/component/FluxPrimaryButton.vue +1 -1
- package/src/component/FluxPrimaryLinkButton.vue +1 -1
- package/src/component/FluxProgressBar.vue +2 -2
- package/src/component/FluxPrompt.vue +1 -1
- package/src/component/FluxPublishButton.vue +1 -1
- package/src/component/FluxQuantitySelector.vue +2 -2
- package/src/component/FluxRemove.vue +2 -2
- package/src/component/FluxRoot.vue +2 -2
- package/src/component/FluxRow.vue +1 -1
- package/src/component/FluxSecondaryButton.vue +1 -1
- package/src/component/FluxSecondaryLinkButton.vue +1 -1
- package/src/component/FluxSegmentedControl.vue +1 -1
- package/src/component/FluxSeparator.vue +1 -1
- package/src/component/FluxSlideOver.vue +3 -3
- package/src/component/FluxSnackbar.vue +2 -2
- package/src/component/FluxSnackbarProvider.vue +2 -2
- package/src/component/FluxSpacer.vue +1 -1
- package/src/component/FluxSpinner.vue +1 -1
- package/src/component/FluxSplitButton.vue +2 -2
- package/src/component/FluxStack.vue +2 -2
- package/src/component/FluxStatistic.vue +2 -2
- package/src/component/FluxStepper.vue +1 -1
- package/src/component/FluxStepperStep.vue +1 -1
- package/src/component/FluxStepperSteps.vue +2 -2
- package/src/component/FluxTab.vue +2 -2
- package/src/component/FluxTabBar.vue +75 -7
- package/src/component/FluxTabBarItem.vue +35 -4
- package/src/component/FluxTable.vue +3 -4
- package/src/component/FluxTableActions.vue +1 -1
- package/src/component/FluxTableBar.vue +3 -3
- package/src/component/FluxTableCell.vue +3 -3
- package/src/component/FluxTableHeader.vue +3 -3
- package/src/component/FluxTableRow.vue +1 -1
- package/src/component/FluxTabs.vue +10 -4
- package/src/component/FluxTag.vue +2 -2
- package/src/component/FluxTicks.vue +1 -1
- package/src/component/FluxTimeline.vue +1 -1
- package/src/component/FluxTimelineItem.vue +2 -2
- package/src/component/FluxToggle.vue +2 -2
- package/src/component/FluxToolbar.vue +2 -2
- package/src/component/FluxTooltip.vue +1 -1
- package/src/component/FluxTooltipProvider.vue +3 -3
- package/src/component/FluxTreeView.vue +3 -4
- package/src/component/FluxWindow.vue +1 -1
- package/src/component/calendar/FluxCalendarItemDisplay.vue +117 -0
- package/src/component/calendar/FluxCalendarMonthView.vue +134 -0
- package/src/component/calendar/FluxCalendarTimeGridView.vue +550 -0
- package/src/component/calendar/index.ts +3 -0
- package/src/component/index.ts +2 -2
- package/src/component/primitive/CoordinatePicker.vue +2 -2
- package/src/component/primitive/CoordinatePickerThumb.vue +2 -2
- package/src/component/primitive/DialogLayout.vue +1 -1
- package/src/component/primitive/FilterBadge.vue +2 -2
- package/src/component/primitive/FilterItem.vue +1 -1
- package/src/component/primitive/FilterMenuRenderer.ts +2 -2
- package/src/component/primitive/FilterOptionBase.vue +6 -6
- package/src/component/primitive/SelectBase.vue +13 -13
- package/src/component/primitive/SliderBase.vue +3 -3
- package/src/component/primitive/SliderThumb.vue +2 -2
- package/src/component/primitive/SliderTrack.vue +1 -1
- package/src/component/primitive/TreeNodeRenderer.vue +3 -4
- package/src/component/primitive/VNodeRenderer.ts +1 -2
- package/src/composable/index.ts +3 -0
- package/src/composable/private/index.ts +5 -8
- package/src/composable/private/useAsyncFilterOptions.ts +9 -15
- package/src/composable/private/useCommandPalette.ts +2 -2
- package/src/composable/private/useDateFlyout.ts +1 -1
- package/src/composable/private/useDropdownPopup.ts +1 -1
- package/src/composable/private/useFilterOption.ts +2 -2
- package/src/composable/private/useFormSelect.ts +2 -3
- package/src/composable/private/useKanban.ts +528 -25
- package/src/composable/private/useKanbanAutoScroll.ts +95 -0
- package/src/composable/private/useTranslate.ts +1 -2
- package/src/composable/private/useTreeView.ts +1 -1
- package/src/composable/useAdaptiveGroupInjection.ts +1 -1
- package/src/composable/useBreakpoints.ts +1 -2
- package/src/composable/useCalendarInjection.ts +6 -0
- package/src/composable/useDisabled.ts +1 -2
- package/src/composable/useDisabledInjection.ts +1 -1
- package/src/composable/useExpandableGroupInjection.ts +1 -1
- package/src/composable/useFilterInjection.ts +1 -1
- package/src/composable/useFlyoutInjection.ts +1 -1
- package/src/composable/useFormFieldInjection.ts +1 -1
- package/src/composable/useKanbanInjection.ts +12 -0
- package/src/composable/useTabBarInjection.ts +10 -0
- package/src/composable/useTableInjection.ts +1 -1
- package/src/composable/useTooltipInjection.ts +1 -1
- package/src/css/component/Action.module.scss +1 -1
- package/src/css/component/AdaptiveSlot.module.scss +5 -7
- package/src/css/component/Avatar.module.scss +1 -1
- package/src/css/component/Badge.module.scss +1 -1
- package/src/css/component/Button.module.scss +1 -1
- package/src/css/component/Calendar.module.scss +274 -44
- package/src/css/component/Chip.module.scss +1 -1
- package/src/css/component/Color.module.scss +1 -1
- package/src/css/component/CommandPalette.module.scss +1 -1
- package/src/css/component/DatePicker.module.scss +1 -1
- package/src/css/component/Expandable.module.scss +1 -1
- package/src/css/component/Form.module.scss +1 -1
- package/src/css/component/Gallery.module.scss +1 -1
- package/src/css/component/Grid.module.scss +1 -1
- package/src/css/component/Item.module.scss +1 -1
- package/src/css/component/Kanban.module.scss +189 -0
- package/src/css/component/Layout.module.scss +1 -1
- package/src/css/component/Menu.module.scss +1 -1
- package/src/css/component/Notice.module.scss +1 -1
- package/src/css/component/Overlay.module.scss +4 -4
- package/src/css/component/Pagination.module.scss +1 -1
- package/src/css/component/Pane.module.scss +2 -1
- package/src/css/component/Placeholder.module.scss +1 -1
- package/src/css/component/Remove.module.scss +1 -1
- package/src/css/component/SegmentedControl.module.scss +1 -1
- package/src/css/component/Snackbar.module.scss +1 -1
- package/src/css/component/Tab.module.scss +138 -34
- package/src/css/component/Table.module.scss +1 -1
- package/src/css/component/TreeView.module.scss +1 -1
- package/src/css/component/TreeViewSelect.module.scss +1 -1
- package/src/css/component/base/Button.module.scss +1 -1
- package/src/css/component/primitive/Slider.module.scss +1 -1
- package/src/css/component/primitive/TreeNode.module.scss +1 -1
- package/src/css/variables.scss +2 -2
- package/src/data/di.ts +94 -8
- package/src/data/filter.ts +4 -4
- package/src/data/i18n.ts +4 -0
- package/src/data/store.ts +1 -2
- package/src/transition/FluxBreakthroughTransition.vue +1 -1
- package/src/transition/FluxFadeTransition.vue +1 -1
- package/src/transition/FluxOverlayTransition.vue +1 -1
- package/src/transition/FluxRouteTransition.vue +1 -1
- package/src/transition/FluxSlideOverTransition.vue +1 -1
- package/src/transition/FluxTooltipTransition.vue +1 -1
- package/src/transition/FluxVerticalWindowTransition.vue +1 -1
- package/src/transition/FluxWindowTransition.vue +1 -1
- package/src/util/createDialogRenderer.ts +3 -4
- package/src/util/createLabelForDateRange.ts +1 -1
- package/src/component/FluxCalendarEvent.vue +0 -42
- package/src/component/FluxKanbanCard.vue +0 -105
- package/src/css/component/FluxKanban.module.scss +0 -7
- package/src/css/component/FluxKanbanCard.module.scss +0 -35
- package/src/css/component/FluxKanbanColumn.module.scss +0 -49
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<script
|
|
2
|
+
lang="ts"
|
|
3
|
+
setup>
|
|
4
|
+
import type { DateTime } from 'luxon';
|
|
5
|
+
import { computed, getCurrentInstance, onBeforeUnmount, onMounted, type VNode, watch } from 'vue';
|
|
6
|
+
import { useCalendarInjection } from '~flux/components/composable';
|
|
7
|
+
|
|
8
|
+
const emit = defineEmits<{
|
|
9
|
+
click: [MouseEvent];
|
|
10
|
+
}>();
|
|
11
|
+
|
|
12
|
+
const props = defineProps<{
|
|
13
|
+
readonly date: DateTime;
|
|
14
|
+
readonly id?: string | number;
|
|
15
|
+
readonly duration?: number;
|
|
16
|
+
readonly allDay?: boolean;
|
|
17
|
+
}>();
|
|
18
|
+
|
|
19
|
+
const slots = defineSlots<{
|
|
20
|
+
default(): VNode[];
|
|
21
|
+
}>();
|
|
22
|
+
|
|
23
|
+
const dragContext = useCalendarInjection();
|
|
24
|
+
const instance = getCurrentInstance();
|
|
25
|
+
const isClickable = computed(() => !!instance?.vnode?.props?.onClick);
|
|
26
|
+
|
|
27
|
+
function buildData() {
|
|
28
|
+
return {
|
|
29
|
+
id: props.id as string | number,
|
|
30
|
+
date: props.date,
|
|
31
|
+
duration: props.duration,
|
|
32
|
+
allDay: props.allDay ?? false,
|
|
33
|
+
isClickable: isClickable.value,
|
|
34
|
+
renderContent: () => slots.default?.() ?? [],
|
|
35
|
+
handleClick: (evt: MouseEvent) => emit('click', evt)
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
onMounted(() => {
|
|
40
|
+
if (dragContext && props.id != null) {
|
|
41
|
+
dragContext.registerItem(props.id, buildData());
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
onBeforeUnmount(() => {
|
|
46
|
+
if (dragContext && props.id != null) {
|
|
47
|
+
dragContext.unregisterItem(props.id);
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
watch(() => props.id, (newId, oldId) => {
|
|
52
|
+
if (!dragContext) {
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
if (oldId != null) {
|
|
57
|
+
dragContext.unregisterItem(oldId);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
if (newId != null) {
|
|
61
|
+
dragContext.registerItem(newId, buildData());
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
watch(
|
|
66
|
+
() => [props.date, props.duration, props.allDay, isClickable.value],
|
|
67
|
+
() => {
|
|
68
|
+
if (dragContext && props.id != null) {
|
|
69
|
+
dragContext.registerItem(props.id, buildData());
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
);
|
|
73
|
+
</script>
|
|
74
|
+
|
|
75
|
+
<template>
|
|
76
|
+
<span
|
|
77
|
+
aria-hidden="true"
|
|
78
|
+
style="display: none"/>
|
|
79
|
+
</template>
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
import type { FluxFormInputBaseProps } from '@flux-ui/types';
|
|
49
49
|
import { clsx } from 'clsx';
|
|
50
50
|
import { computed, toRef, unref, useTemplateRef, watchEffect } from 'vue';
|
|
51
|
-
import { useDisabled, useFormFieldInjection } from '
|
|
51
|
+
import { useDisabled, useFormFieldInjection } from '~flux/components/composable';
|
|
52
52
|
import FluxIcon from './FluxIcon.vue';
|
|
53
|
-
import $style from '
|
|
53
|
+
import $style from '~flux/components/css/component/Form.module.scss';
|
|
54
54
|
|
|
55
55
|
const modelValue = defineModel<boolean | null>({
|
|
56
56
|
default: false
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
import type { FluxIconName } from '@flux-ui/types';
|
|
36
36
|
import { clsx } from 'clsx';
|
|
37
37
|
import { computed } from 'vue';
|
|
38
|
-
import { FluxFadeTransition } from '
|
|
38
|
+
import { FluxFadeTransition } from '~flux/components/transition';
|
|
39
39
|
import FluxIcon from './FluxIcon.vue';
|
|
40
|
-
import $style from '
|
|
40
|
+
import $style from '~flux/components/css/component/Chip.module.scss';
|
|
41
41
|
|
|
42
42
|
defineEmits<{
|
|
43
43
|
click: [MouseEvent];
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
<script
|
|
30
30
|
lang="ts"
|
|
31
31
|
setup>
|
|
32
|
-
import type { VNode } from 'vue';
|
|
33
32
|
import type { FluxPressableType, FluxTo } from '@flux-ui/types';
|
|
33
|
+
import type { VNode } from 'vue';
|
|
34
34
|
import FluxPressable from './FluxPressable.vue';
|
|
35
35
|
import FluxSpinner from './FluxSpinner.vue';
|
|
36
|
-
import $style from '
|
|
36
|
+
import $style from '~flux/components/css/component/Pane.module.scss';
|
|
37
37
|
|
|
38
38
|
const CLASS_MAP = {
|
|
39
39
|
default: $style.paneDefault,
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
import { hexToRGB, hslToHSV, hslToRGB, hsvToHSL, hsvToRGB, rgbToHEX, rgbToHSL, rgbToHSV } from '@basmilius/utils';
|
|
134
134
|
import { blue500 } from '@flux-ui/internals';
|
|
135
135
|
import { computed, type ComputedRef, ref, unref, watch } from 'vue';
|
|
136
|
-
import { useTranslate } from '
|
|
136
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
137
137
|
import CoordinatePicker from './primitive/CoordinatePicker.vue';
|
|
138
138
|
import FluxFormField from './FluxFormField.vue';
|
|
139
139
|
import FluxFormInput from './FluxFormInput.vue';
|
|
140
140
|
import FluxFormSlider from './FluxFormSlider.vue';
|
|
141
|
-
import $style from '
|
|
141
|
+
import $style from '~flux/components/css/component/Color.module.scss';
|
|
142
142
|
|
|
143
143
|
const modelValue = defineModel<string | [number, number, number]>({
|
|
144
144
|
default: blue500
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
setup>
|
|
62
62
|
import { amber500, blue500, cyan500, emerald500, fuchsia500, green500, indigo500, lime500, orange500, pink500, purple500, red500, rose500, sky500, teal500, violet500, yellow500 } from '@flux-ui/internals';
|
|
63
63
|
import { ref, toRef, unref, watch } from 'vue';
|
|
64
|
-
import { useDisabled } from '
|
|
65
|
-
import { useTranslate } from '
|
|
64
|
+
import { useDisabled } from '~flux/components/composable';
|
|
65
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
66
66
|
import FluxColorPicker from './FluxColorPicker.vue';
|
|
67
67
|
import FluxFlyout from './FluxFlyout.vue';
|
|
68
68
|
import FluxIcon from './FluxIcon.vue';
|
|
69
69
|
import FluxPaneBody from './FluxPaneBody.vue';
|
|
70
70
|
import FluxPrimaryButton from './FluxPrimaryButton.vue';
|
|
71
71
|
import FluxSecondaryButton from './FluxSecondaryButton.vue';
|
|
72
|
-
import $style from '
|
|
72
|
+
import $style from '~flux/components/css/component/Color.module.scss';
|
|
73
73
|
|
|
74
74
|
const modelValue = defineModel<string>({
|
|
75
75
|
default: '#000000'
|
|
@@ -147,17 +147,17 @@
|
|
|
147
147
|
<script
|
|
148
148
|
lang="ts"
|
|
149
149
|
setup>
|
|
150
|
-
import type { FluxCommandSource, FluxCommandSourceItem } from '@flux-ui/types';
|
|
151
150
|
import { isSSR, vHeightTransition } from '@flux-ui/internals';
|
|
151
|
+
import type { FluxCommandSource, FluxCommandSourceItem } from '@flux-ui/types';
|
|
152
152
|
import { onMounted, onUnmounted, ref, toRef, unref, useTemplateRef } from 'vue';
|
|
153
|
-
import { useCommandPalette } from '
|
|
153
|
+
import { useCommandPalette } from '~flux/components/composable/private';
|
|
154
|
+
import { FluxWindowTransition } from '~flux/components/transition';
|
|
154
155
|
import FluxCommandPaletteGroup from './FluxCommandPaletteGroup.vue';
|
|
155
156
|
import FluxCommandPaletteItem from './FluxCommandPaletteItem.vue';
|
|
156
157
|
import FluxIcon from './FluxIcon.vue';
|
|
157
158
|
import FluxSpinner from './FluxSpinner.vue';
|
|
158
159
|
import FluxTag from './FluxTag.vue';
|
|
159
|
-
import
|
|
160
|
-
import $style from '$flux/css/component/CommandPalette.module.scss';
|
|
160
|
+
import $style from '~flux/components/css/component/CommandPalette.module.scss';
|
|
161
161
|
|
|
162
162
|
const props = defineProps<{
|
|
163
163
|
readonly hasKeyboardShortcut?: boolean;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
setup>
|
|
15
15
|
import type { FluxIconName } from '@flux-ui/types';
|
|
16
16
|
import FluxIcon from './FluxIcon.vue';
|
|
17
|
-
import $style from '
|
|
17
|
+
import $style from '~flux/components/css/component/CommandPalette.module.scss';
|
|
18
18
|
|
|
19
19
|
defineProps<{
|
|
20
20
|
readonly icon?: FluxIconName;
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
import type { FluxIconName } from '@flux-ui/types';
|
|
43
43
|
import FluxIcon from './FluxIcon.vue';
|
|
44
44
|
import FluxTag from './FluxTag.vue';
|
|
45
|
-
import $style from '
|
|
45
|
+
import $style from '~flux/components/css/component/CommandPalette.module.scss';
|
|
46
46
|
|
|
47
47
|
defineEmits<{
|
|
48
48
|
activate: [];
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
import { clsx } from 'clsx';
|
|
40
40
|
import type { DateTime } from 'luxon';
|
|
41
41
|
import { computed, type VNode } from 'vue';
|
|
42
|
-
import { useTranslate } from '
|
|
42
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
43
43
|
import FluxAvatar from './FluxAvatar.vue';
|
|
44
|
-
import $style from '
|
|
44
|
+
import $style from '~flux/components/css/component/Comment.module.scss';
|
|
45
45
|
|
|
46
46
|
const {
|
|
47
47
|
avatarFallback = 'colorized',
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
lang="ts"
|
|
21
21
|
setup>
|
|
22
22
|
import type { FluxConfirmObject } from '@flux-ui/types';
|
|
23
|
-
import { useTranslate } from '
|
|
23
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
24
24
|
import FluxPrimaryButton from './FluxPrimaryButton.vue';
|
|
25
25
|
import FluxSecondaryButton from './FluxSecondaryButton.vue';
|
|
26
26
|
import { DialogLayout } from './primitive';
|
|
@@ -69,8 +69,7 @@
|
|
|
69
69
|
lang="ts"
|
|
70
70
|
setup
|
|
71
71
|
generic="T extends Record<string, any>">
|
|
72
|
-
import type
|
|
73
|
-
import { computed } from 'vue';
|
|
72
|
+
import { computed, type VNode } from 'vue';
|
|
74
73
|
import FluxPaginationBar from './FluxPaginationBar.vue';
|
|
75
74
|
import FluxTable from './FluxTable.vue';
|
|
76
75
|
import FluxTableRow from './FluxTableRow.vue';
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
import { clsx } from 'clsx';
|
|
131
131
|
import { DateTime } from 'luxon';
|
|
132
132
|
import { computed, ref, unref, useId, watch } from 'vue';
|
|
133
|
-
import { useTranslate } from '
|
|
134
|
-
import { FluxFadeTransition, FluxVerticalWindowTransition, FluxWindowTransition } from '
|
|
133
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
134
|
+
import { FluxFadeTransition, FluxVerticalWindowTransition, FluxWindowTransition } from '~flux/components/transition';
|
|
135
135
|
import FluxSecondaryButton from './FluxSecondaryButton.vue';
|
|
136
|
-
import $style from '
|
|
136
|
+
import $style from '~flux/components/css/component/DatePicker.module.scss';
|
|
137
137
|
|
|
138
138
|
const modelValue = defineModel<DateTime | DateTime[] | null>({
|
|
139
139
|
required: true
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
setup>
|
|
21
21
|
import type { FluxButtonEmits, FluxButtonProps, FluxButtonSlots } from '@flux-ui/types';
|
|
22
22
|
import FluxButton, { SLOTS } from './FluxButton.vue';
|
|
23
|
-
import $style from '
|
|
23
|
+
import $style from '~flux/components/css/component/Button.module.scss';
|
|
24
24
|
|
|
25
25
|
defineEmits<FluxButtonEmits>();
|
|
26
26
|
defineProps<FluxButtonProps>();
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
<script
|
|
23
23
|
lang="ts"
|
|
24
24
|
setup>
|
|
25
|
-
import type { VNode } from 'vue';
|
|
26
25
|
import type { FluxDirection } from '@flux-ui/types';
|
|
27
26
|
import { clsx } from 'clsx';
|
|
28
|
-
import
|
|
27
|
+
import type { VNode } from 'vue';
|
|
28
|
+
import $style from '~flux/components/css/component/Divider.module.scss';
|
|
29
29
|
|
|
30
30
|
const {
|
|
31
31
|
contentPlacement = 'center',
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
setup>
|
|
57
57
|
import { roundStep } from '@basmilius/utils';
|
|
58
58
|
import { onMounted, onUnmounted, ref, toRef, unref, useTemplateRef, type VNode, watch } from 'vue';
|
|
59
|
-
import { useDisabled } from '
|
|
60
|
-
import { useTranslate } from '
|
|
61
|
-
import { FluxFadeTransition } from '
|
|
59
|
+
import { useDisabled } from '~flux/components/composable';
|
|
60
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
61
|
+
import { FluxFadeTransition } from '~flux/components/transition';
|
|
62
62
|
import FluxSpinner from './FluxSpinner.vue';
|
|
63
|
-
import $style from '
|
|
63
|
+
import $style from '~flux/components/css/component/DropZone.module.scss';
|
|
64
64
|
|
|
65
65
|
const emit = defineEmits<{
|
|
66
66
|
select: [File];
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
import { useComponentId } from '@basmilius/common';
|
|
55
55
|
import type { FluxIconName } from '@flux-ui/types';
|
|
56
56
|
import { computed, getCurrentInstance, onBeforeMount, onUnmounted, ref, unref, useId, watch } from 'vue';
|
|
57
|
-
import { useExpandableGroupInjection } from '
|
|
58
|
-
import { FluxAutoHeightTransition, FluxFadeTransition } from '
|
|
57
|
+
import { useExpandableGroupInjection } from '~flux/components/composable';
|
|
58
|
+
import { FluxAutoHeightTransition, FluxFadeTransition } from '~flux/components/transition';
|
|
59
59
|
import FluxIcon from './FluxIcon.vue';
|
|
60
|
-
import $style from '
|
|
60
|
+
import $style from '~flux/components/css/component/Expandable.module.scss';
|
|
61
61
|
|
|
62
62
|
const emit = defineEmits<{
|
|
63
63
|
toggle: [boolean];
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
setup>
|
|
10
10
|
import { getExposedRef } from '@flux-ui/internals';
|
|
11
11
|
import { type ComponentInternalInstance, provide, type VNode } from 'vue';
|
|
12
|
-
import { FluxExpandableGroupInjectionKey } from '
|
|
13
|
-
import $style from '
|
|
12
|
+
import { FluxExpandableGroupInjectionKey } from '~flux/components/data';
|
|
13
|
+
import $style from '~flux/components/css/component/Expandable.module.scss';
|
|
14
14
|
|
|
15
15
|
const {
|
|
16
16
|
isControlled
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { useInterval } from '@basmilius/common';
|
|
13
13
|
import { unrefTemplateElement } from '@flux-ui/internals';
|
|
14
14
|
import { computed, ref, unref, useTemplateRef, type VNode, watch } from 'vue';
|
|
15
|
-
import $style from '
|
|
15
|
+
import $style from '~flux/components/css/component/Fader.module.scss';
|
|
16
16
|
|
|
17
17
|
const emit = defineEmits<{
|
|
18
18
|
update: [number];
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
<script
|
|
21
21
|
lang="ts"
|
|
22
22
|
setup>
|
|
23
|
-
import type { VNode } from 'vue';
|
|
24
23
|
import type { FluxFilterState } from '@flux-ui/types';
|
|
24
|
+
import type { VNode } from 'vue';
|
|
25
25
|
import FluxFilterBase from './FluxFilterBase.vue';
|
|
26
|
-
import FluxFilterWindow from '
|
|
26
|
+
import FluxFilterWindow from './FluxFilterWindow.vue';
|
|
27
27
|
|
|
28
28
|
const emit = defineEmits<{
|
|
29
29
|
reset: [string]
|
|
@@ -75,19 +75,18 @@
|
|
|
75
75
|
<script
|
|
76
76
|
lang="ts"
|
|
77
77
|
setup>
|
|
78
|
-
import type { VNode } from 'vue';
|
|
79
|
-
import { computed, unref } from 'vue';
|
|
80
78
|
import type { FluxFilterState } from '@flux-ui/types';
|
|
81
|
-
import {
|
|
79
|
+
import { computed, unref, type VNode } from 'vue';
|
|
80
|
+
import { FilterBadge, VNodeRenderer } from '~flux/components/component/primitive';
|
|
82
81
|
import FluxFilterBase from './FluxFilterBase.vue';
|
|
83
82
|
import FluxFilterWindow from './FluxFilterWindow.vue';
|
|
84
83
|
import FluxFlyout from './FluxFlyout.vue';
|
|
85
84
|
import FluxFormInput from './FluxFormInput.vue';
|
|
86
|
-
import FluxMenu from '
|
|
85
|
+
import FluxMenu from './FluxMenu.vue';
|
|
87
86
|
import FluxOverflowBar from './FluxOverflowBar.vue';
|
|
88
87
|
import FluxSecondaryButton from './FluxSecondaryButton.vue';
|
|
89
|
-
import FluxSeparator from '
|
|
90
|
-
import $style from '
|
|
88
|
+
import FluxSeparator from './FluxSeparator.vue';
|
|
89
|
+
import $style from '~flux/components/css/component/Filter.module.scss';
|
|
91
90
|
|
|
92
91
|
const emit = defineEmits<{
|
|
93
92
|
reset: [string];
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
setup>
|
|
8
8
|
import { flattenVNodeTree, getComponentName, getComponentProps } from '@flux-ui/internals';
|
|
9
9
|
import type { FluxFilterItem, FluxFilterOptionItem, FluxFilterSpecMap, FluxFilterState } from '@flux-ui/types';
|
|
10
|
-
import { computed, provide, unref, type VNode } from 'vue';
|
|
11
|
-
import { filterParsers, FluxFilterInjectionKey } from '$flux/data';
|
|
12
10
|
import { camelCase } from 'lodash-es';
|
|
11
|
+
import { computed, provide, unref, type VNode } from 'vue';
|
|
12
|
+
import { filterParsers, FluxFilterInjectionKey } from '~flux/components/data';
|
|
13
13
|
|
|
14
14
|
type FluxFilterType = keyof FluxFilterSpecMap;
|
|
15
15
|
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
import type { FluxIconName } from '@flux-ui/types';
|
|
14
14
|
import { DateTime } from 'luxon';
|
|
15
15
|
import { computed, unref } from 'vue';
|
|
16
|
-
import { useFilterInjection } from '
|
|
16
|
+
import { useFilterInjection } from '~flux/components/composable';
|
|
17
17
|
import FluxDatePicker from './FluxDatePicker.vue';
|
|
18
|
-
import $style from '
|
|
18
|
+
import $style from '~flux/components/css/component/Filter.module.scss';
|
|
19
19
|
|
|
20
20
|
const {
|
|
21
21
|
name
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
import type { FluxIconName } from '@flux-ui/types';
|
|
15
15
|
import { DateTime } from 'luxon';
|
|
16
16
|
import { computed, unref } from 'vue';
|
|
17
|
-
import { useFilterInjection } from '
|
|
17
|
+
import { useFilterInjection } from '~flux/components/composable';
|
|
18
18
|
import FluxDatePicker from './FluxDatePicker.vue';
|
|
19
|
-
import $style from '
|
|
19
|
+
import $style from '~flux/components/css/component/Filter.module.scss';
|
|
20
20
|
|
|
21
21
|
const {
|
|
22
22
|
name,
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
setup>
|
|
14
14
|
import type { FluxFilterOptionRow, FluxIconName } from '@flux-ui/types';
|
|
15
15
|
import { computed, unref } from 'vue';
|
|
16
|
-
import { useFilterOptionSingle } from '
|
|
17
|
-
import { isFluxFilterOptionHeader } from '
|
|
16
|
+
import { useFilterOptionSingle } from '~flux/components/composable/private';
|
|
17
|
+
import { isFluxFilterOptionHeader } from '~flux/components/data';
|
|
18
18
|
import { FilterOptionBase } from './primitive';
|
|
19
19
|
|
|
20
20
|
const modelSearch = defineModel<string>('searchQuery', {default: ''});
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
setup>
|
|
15
15
|
import type { FluxFilterOptionRow, FluxFilterValue, FluxIconName } from '@flux-ui/types';
|
|
16
16
|
import { computed, unref } from 'vue';
|
|
17
|
-
import { useAsyncFilterOptions, useFilterOptionSingle } from '
|
|
17
|
+
import { useAsyncFilterOptions, useFilterOptionSingle } from '~flux/components/composable/private';
|
|
18
18
|
import { FilterOptionBase } from './primitive';
|
|
19
19
|
|
|
20
20
|
const modelSearch = defineModel<string>('searchQuery', {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
setup>
|
|
14
14
|
import type { FluxFilterOptionRow, FluxIconName } from '@flux-ui/types';
|
|
15
15
|
import { computed, unref } from 'vue';
|
|
16
|
-
import { useFilterOptionMulti } from '
|
|
17
|
-
import { isFluxFilterOptionHeader } from '
|
|
16
|
+
import { useFilterOptionMulti } from '~flux/components/composable/private';
|
|
17
|
+
import { isFluxFilterOptionHeader } from '~flux/components/data';
|
|
18
18
|
import { FilterOptionBase } from './primitive';
|
|
19
19
|
|
|
20
20
|
const modelSearch = defineModel<string>('searchQuery', {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
lang="ts"
|
|
14
14
|
setup>
|
|
15
15
|
import type { FluxFilterOptionRow, FluxFilterValue, FluxIconName } from '@flux-ui/types';
|
|
16
|
-
import { useAsyncFilterOptions, useFilterOptionMulti } from '
|
|
16
|
+
import { useAsyncFilterOptions, useFilterOptionMulti } from '~flux/components/composable/private';
|
|
17
17
|
import { FilterOptionBase } from './primitive';
|
|
18
18
|
|
|
19
19
|
const modelSearch = defineModel<string>('searchQuery', {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
import { formatNumber } from '@basmilius/utils';
|
|
41
41
|
import type { FluxIconName } from '@flux-ui/types';
|
|
42
42
|
import { computed, unref } from 'vue';
|
|
43
|
-
import { useFilterInjection } from '
|
|
44
|
-
import { useTranslate } from '
|
|
43
|
+
import { useFilterInjection } from '~flux/components/composable';
|
|
44
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
45
45
|
import FluxFormColumn from './FluxFormColumn.vue';
|
|
46
46
|
import FluxFormField from './FluxFormField.vue';
|
|
47
47
|
import FluxFormSlider from './FluxFormSlider.vue';
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
import { vHeightTransition } from '@flux-ui/internals';
|
|
47
47
|
import type { FluxFilterItem } from '@flux-ui/types';
|
|
48
48
|
import { unref, useTemplateRef, type VNode } from 'vue';
|
|
49
|
-
import { useTranslate } from '
|
|
50
|
-
import { FilterMenuRenderer, VNodeRenderer } from './primitive';
|
|
49
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
51
50
|
import FluxMenu from './FluxMenu.vue';
|
|
52
51
|
import FluxMenuGroup from './FluxMenuGroup.vue';
|
|
53
52
|
import FluxMenuItem from './FluxMenuItem.vue';
|
|
54
53
|
import FluxWindow from './FluxWindow.vue';
|
|
55
|
-
import
|
|
54
|
+
import { FilterMenuRenderer, VNodeRenderer } from './primitive';
|
|
55
|
+
import $style from '~flux/components/css/component/Filter.module.scss';
|
|
56
56
|
|
|
57
57
|
const emit = defineEmits<{
|
|
58
58
|
reset: [string]
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
import { mulberry32 } from '@basmilius/utils';
|
|
11
11
|
import { useInView } from '@flux-ui/internals';
|
|
12
12
|
import { computed, unref, useTemplateRef, watch } from 'vue';
|
|
13
|
-
import $style from '
|
|
13
|
+
import $style from '~flux/components/css/component/Visual.module.scss';
|
|
14
14
|
|
|
15
15
|
const {
|
|
16
16
|
color = '#1d4ed8',
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
import type { FluxDirection } from '@flux-ui/types';
|
|
44
44
|
import { clsx } from 'clsx';
|
|
45
45
|
import { provide, ref, unref, useTemplateRef, type VNode, watch } from 'vue';
|
|
46
|
-
import { FluxFlyoutInjectionKey } from '
|
|
46
|
+
import { FluxFlyoutInjectionKey } from '~flux/components/data';
|
|
47
47
|
import FluxPane from './FluxPane.vue';
|
|
48
|
-
import $style from '
|
|
48
|
+
import $style from '~flux/components/css/component/Flyout.module.scss';
|
|
49
49
|
|
|
50
50
|
const {
|
|
51
51
|
direction = 'vertical',
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
lang="ts"
|
|
57
57
|
setup>
|
|
58
58
|
import { computed, onMounted, onUnmounted, ref, unref, useTemplateRef, watch } from 'vue';
|
|
59
|
-
import { useTranslate } from '
|
|
60
|
-
import { FluxFadeTransition } from '
|
|
59
|
+
import { useTranslate } from '~flux/components/composable/private';
|
|
60
|
+
import { FluxFadeTransition } from '~flux/components/transition';
|
|
61
61
|
import FluxPane from './FluxPane.vue';
|
|
62
62
|
import FluxPaneBody from './FluxPaneBody.vue';
|
|
63
63
|
import FluxPaneFooter from './FluxPaneFooter.vue';
|
|
64
64
|
import FluxSecondaryButton from './FluxSecondaryButton.vue';
|
|
65
65
|
import FluxSpacer from './FluxSpacer.vue';
|
|
66
|
-
import $style from '
|
|
66
|
+
import $style from '~flux/components/css/component/FocalPoint.module.scss';
|
|
67
67
|
|
|
68
68
|
const modelValue = defineModel<[number, number]>({
|
|
69
69
|
required: true
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
setup>
|
|
14
14
|
import type { FluxFocalPointObject } from '@flux-ui/types';
|
|
15
15
|
import { computed } from 'vue';
|
|
16
|
-
import $style from '
|
|
16
|
+
import $style from '~flux/components/css/component/FocalPoint.module.scss';
|
|
17
17
|
|
|
18
18
|
const {
|
|
19
19
|
alt = '',
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
setup>
|
|
15
15
|
import type { VNode } from 'vue';
|
|
16
16
|
import FluxDisabled from './FluxDisabled.vue';
|
|
17
|
-
import $style from '
|
|
17
|
+
import $style from '~flux/components/css/component/Form.module.scss';
|
|
18
18
|
|
|
19
19
|
const emit = defineEmits<{
|
|
20
20
|
submit: [];
|