@m3ui-vue/m3ui-vue 0.1.0
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/LICENSE +21 -0
- package/README.md +102 -0
- package/dist/components/MAlert.vue.d.ts +27 -0
- package/dist/components/MAppBar.vue.d.ts +24 -0
- package/dist/components/MAvatar.vue.d.ts +9 -0
- package/dist/components/MBadge.vue.d.ts +22 -0
- package/dist/components/MBottomSheet.vue.d.ts +26 -0
- package/dist/components/MBreadcrumbs.vue.d.ts +19 -0
- package/dist/components/MButton.vue.d.ts +32 -0
- package/dist/components/MCalendar.vue.d.ts +23 -0
- package/dist/components/MCard.vue.d.ts +28 -0
- package/dist/components/MChart.vue.d.ts +13 -0
- package/dist/components/MCheckbox.vue.d.ts +26 -0
- package/dist/components/MChip.vue.d.ts +33 -0
- package/dist/components/MCodeEditor.vue.d.ts +35 -0
- package/dist/components/MColorPicker.vue.d.ts +18 -0
- package/dist/components/MCommandPalette.vue.d.ts +29 -0
- package/dist/components/MConfirmDialog.vue.d.ts +23 -0
- package/dist/components/MContainer.vue.d.ts +24 -0
- package/dist/components/MContextMenu.vue.d.ts +35 -0
- package/dist/components/MDataTable.vue.d.ts +83 -0
- package/dist/components/MDatePicker.vue.d.ts +21 -0
- package/dist/components/MDateRangePicker.vue.d.ts +24 -0
- package/dist/components/MDialog.vue.d.ts +30 -0
- package/dist/components/MDivider.vue.d.ts +11 -0
- package/dist/components/MDragDropList.vue.d.ts +40 -0
- package/dist/components/MEmptyState.vue.d.ts +21 -0
- package/dist/components/MExpansionPanel.vue.d.ts +28 -0
- package/dist/components/MFab.vue.d.ts +28 -0
- package/dist/components/MFileUpload.vue.d.ts +25 -0
- package/dist/components/MGrid.vue.d.ts +26 -0
- package/dist/components/MHotkeys.vue.d.ts +16 -0
- package/dist/components/MIcon.vue.d.ts +9 -0
- package/dist/components/MIconButton.vue.d.ts +14 -0
- package/dist/components/MInfiniteScroll.vue.d.ts +34 -0
- package/dist/components/MJsonEditor.vue.d.ts +17 -0
- package/dist/components/MJsonViewer.vue.d.ts +14 -0
- package/dist/components/MKanban.vue.d.ts +53 -0
- package/dist/components/MLoadingOverlay.vue.d.ts +28 -0
- package/dist/components/MMarkdown.vue.d.ts +11 -0
- package/dist/components/MMasonry.vue.d.ts +23 -0
- package/dist/components/MMenu.vue.d.ts +27 -0
- package/dist/components/MMenuItem.vue.d.ts +16 -0
- package/dist/components/MMultiSelect.vue.d.ts +34 -0
- package/dist/components/MNavigationBar.vue.d.ts +18 -0
- package/dist/components/MNavigationDrawer.vue.d.ts +41 -0
- package/dist/components/MNavigationRail.vue.d.ts +32 -0
- package/dist/components/MPagination.vue.d.ts +12 -0
- package/dist/components/MProgressBar.vue.d.ts +13 -0
- package/dist/components/MRadio.vue.d.ts +17 -0
- package/dist/components/MRadioGroup.vue.d.ts +24 -0
- package/dist/components/MRating.vue.d.ts +23 -0
- package/dist/components/MResult.vue.d.ts +20 -0
- package/dist/components/MRichTextEditor.vue.d.ts +17 -0
- package/dist/components/MScheduler.vue.d.ts +35 -0
- package/dist/components/MSegmentedButton.vue.d.ts +24 -0
- package/dist/components/MSelect.vue.d.ts +29 -0
- package/dist/components/MSideSheet.vue.d.ts +28 -0
- package/dist/components/MSkeleton.vue.d.ts +14 -0
- package/dist/components/MSlider.vue.d.ts +24 -0
- package/dist/components/MSnackbar.vue.d.ts +3 -0
- package/dist/components/MSpinner.vue.d.ts +10 -0
- package/dist/components/MSplitter.vue.d.ts +26 -0
- package/dist/components/MSpotlightSearch.vue.d.ts +34 -0
- package/dist/components/MStack.vue.d.ts +30 -0
- package/dist/components/MStatCard.vue.d.ts +24 -0
- package/dist/components/MStepper.vue.d.ts +33 -0
- package/dist/components/MSwitch.vue.d.ts +14 -0
- package/dist/components/MTable.vue.d.ts +73 -0
- package/dist/components/MTabs.vue.d.ts +20 -0
- package/dist/components/MTerminal.vue.d.ts +25 -0
- package/dist/components/MTextField.vue.d.ts +41 -0
- package/dist/components/MTimePicker.vue.d.ts +20 -0
- package/dist/components/MTimeline.vue.d.ts +31 -0
- package/dist/components/MTooltip.vue.d.ts +21 -0
- package/dist/components/MTopAppBar.vue.d.ts +29 -0
- package/dist/components/MTour.vue.d.ts +19 -0
- package/dist/components/MTransferList.vue.d.ts +23 -0
- package/dist/components/MTree.vue.d.ts +68 -0
- package/dist/components/MTreeTable.vue.d.ts +57 -0
- package/dist/components/MVirtualTable.vue.d.ts +40 -0
- package/dist/components/_MContextMenuPanel.vue.d.ts +13 -0
- package/dist/components/_MTreeNode.vue.d.ts +26 -0
- package/dist/composables/useColorPalette.d.ts +11 -0
- package/dist/composables/useFieldBg.d.ts +13 -0
- package/dist/composables/useTheme.d.ts +5 -0
- package/dist/composables/useToast.d.ts +59 -0
- package/dist/index.d.ts +112 -0
- package/dist/m3ui.css +2 -0
- package/dist/m3ui.js +7432 -0
- package/dist/m3ui.js.map +1 -0
- package/dist/plugin.d.ts +9 -0
- package/dist/styles/palettes.css +1253 -0
- package/dist/styles/theme.css +249 -0
- package/package.json +166 -0
- package/src/components/MAlert.vue +69 -0
- package/src/components/MAppBar.vue +40 -0
- package/src/components/MAvatar.vue +21 -0
- package/src/components/MBadge.vue +46 -0
- package/src/components/MBottomSheet.vue +113 -0
- package/src/components/MBreadcrumbs.vue +52 -0
- package/src/components/MButton.vue +111 -0
- package/src/components/MCalendar.vue +173 -0
- package/src/components/MCard.vue +56 -0
- package/src/components/MChart.vue +158 -0
- package/src/components/MCheckbox.vue +48 -0
- package/src/components/MChip.vue +87 -0
- package/src/components/MCodeEditor.vue +179 -0
- package/src/components/MColorPicker.vue +305 -0
- package/src/components/MCommandPalette.vue +213 -0
- package/src/components/MConfirmDialog.vue +43 -0
- package/src/components/MContainer.vue +36 -0
- package/src/components/MContextMenu.vue +66 -0
- package/src/components/MDataTable.vue +376 -0
- package/src/components/MDatePicker.vue +253 -0
- package/src/components/MDateRangePicker.vue +265 -0
- package/src/components/MDialog.vue +90 -0
- package/src/components/MDivider.vue +26 -0
- package/src/components/MDragDropList.vue +111 -0
- package/src/components/MEmptyState.vue +40 -0
- package/src/components/MExpansionPanel.vue +112 -0
- package/src/components/MFab.vue +220 -0
- package/src/components/MFileUpload.vue +206 -0
- package/src/components/MGrid.vue +99 -0
- package/src/components/MHotkeys.vue +122 -0
- package/src/components/MIcon.vue +9 -0
- package/src/components/MIconButton.vue +49 -0
- package/src/components/MInfiniteScroll.vue +68 -0
- package/src/components/MJsonEditor.vue +118 -0
- package/src/components/MJsonViewer.vue +106 -0
- package/src/components/MKanban.vue +147 -0
- package/src/components/MLoadingOverlay.vue +52 -0
- package/src/components/MMarkdown.vue +123 -0
- package/src/components/MMasonry.vue +87 -0
- package/src/components/MMenu.vue +113 -0
- package/src/components/MMenuItem.vue +15 -0
- package/src/components/MMultiSelect.vue +306 -0
- package/src/components/MNavigationBar.vue +62 -0
- package/src/components/MNavigationDrawer.vue +157 -0
- package/src/components/MNavigationRail.vue +80 -0
- package/src/components/MPagination.vue +37 -0
- package/src/components/MProgressBar.vue +200 -0
- package/src/components/MRadio.vue +89 -0
- package/src/components/MRadioGroup.vue +41 -0
- package/src/components/MRating.vue +108 -0
- package/src/components/MResult.vue +62 -0
- package/src/components/MRichTextEditor.vue +199 -0
- package/src/components/MScheduler.vue +225 -0
- package/src/components/MSegmentedButton.vue +75 -0
- package/src/components/MSelect.vue +259 -0
- package/src/components/MSideSheet.vue +112 -0
- package/src/components/MSkeleton.vue +60 -0
- package/src/components/MSlider.vue +188 -0
- package/src/components/MSnackbar.vue +244 -0
- package/src/components/MSpinner.vue +122 -0
- package/src/components/MSplitter.vue +97 -0
- package/src/components/MSpotlightSearch.vue +244 -0
- package/src/components/MStack.vue +67 -0
- package/src/components/MStatCard.vue +56 -0
- package/src/components/MStepper.vue +161 -0
- package/src/components/MSwitch.vue +63 -0
- package/src/components/MTable.vue +404 -0
- package/src/components/MTabs.vue +97 -0
- package/src/components/MTerminal.vue +146 -0
- package/src/components/MTextField.vue +180 -0
- package/src/components/MTimePicker.vue +227 -0
- package/src/components/MTimeline.vue +117 -0
- package/src/components/MTooltip.vue +82 -0
- package/src/components/MTopAppBar.vue +62 -0
- package/src/components/MTour.vue +226 -0
- package/src/components/MTransferList.vue +181 -0
- package/src/components/MTree.vue +164 -0
- package/src/components/MTreeTable.vue +159 -0
- package/src/components/MVirtualTable.vue +155 -0
- package/src/components/_MContextMenuPanel.vue +129 -0
- package/src/components/_MTreeNode.vue +171 -0
- package/src/composables/useColorPalette.ts +60 -0
- package/src/composables/useFieldBg.ts +91 -0
- package/src/composables/useTheme.ts +55 -0
- package/src/composables/useToast.ts +51 -0
- package/src/env.d.ts +1 -0
- package/src/index.ts +119 -0
- package/src/plugin.ts +18 -0
- package/src/styles/palettes.css +1253 -0
- package/src/styles/theme.css +249 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
interface Tab {
|
|
2
|
+
value: string | number;
|
|
3
|
+
label: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
modelValue: string | number;
|
|
9
|
+
tabs: Tab[];
|
|
10
|
+
variant?: 'primary' | 'secondary';
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (args_0: string | number) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((args_0: string | number) => any) | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
variant: "primary" | "secondary";
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
lines?: string[];
|
|
3
|
+
readonly?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
minHeight?: string;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
|
|
8
|
+
write: (text: string) => void | undefined;
|
|
9
|
+
writeln: (text: string) => void | undefined;
|
|
10
|
+
clear: () => void | undefined;
|
|
11
|
+
focus: () => void | undefined;
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
input: (args_0: string) => any;
|
|
14
|
+
line: (args_0: string) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
onInput?: ((args_0: string) => any) | undefined;
|
|
17
|
+
onLine?: ((args_0: string) => any) | undefined;
|
|
18
|
+
}>, {
|
|
19
|
+
title: string;
|
|
20
|
+
readonly: boolean;
|
|
21
|
+
minHeight: string;
|
|
22
|
+
lines: string[];
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: typeof __VLS_export;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: string | number;
|
|
3
|
+
label: string;
|
|
4
|
+
type?: string;
|
|
5
|
+
variant?: "filled" | "outlined";
|
|
6
|
+
error?: string;
|
|
7
|
+
hint?: string;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
required?: boolean;
|
|
10
|
+
multiline?: boolean;
|
|
11
|
+
rows?: number;
|
|
12
|
+
autocomplete?: string;
|
|
13
|
+
leadingIcon?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Background color behind the label in outlined variant.
|
|
16
|
+
* Defaults to the page surface color. Pass e.g. 'var(--color-surface-container-low)'
|
|
17
|
+
* when the input is inside a card.
|
|
18
|
+
*/
|
|
19
|
+
fieldBg?: string;
|
|
20
|
+
};
|
|
21
|
+
declare var __VLS_6: {};
|
|
22
|
+
type __VLS_Slots = {} & {
|
|
23
|
+
trailing?: (props: typeof __VLS_6) => any;
|
|
24
|
+
};
|
|
25
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
+
"update:modelValue": (args_0: string) => any;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
28
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
29
|
+
}>, {
|
|
30
|
+
variant: "filled" | "outlined";
|
|
31
|
+
type: string;
|
|
32
|
+
rows: number;
|
|
33
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
35
|
+
declare const _default: typeof __VLS_export;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: string | null;
|
|
3
|
+
label?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
error?: string;
|
|
6
|
+
hint?: string;
|
|
7
|
+
minuteStep?: number;
|
|
8
|
+
use24h?: boolean;
|
|
9
|
+
fieldBg?: string;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (args_0: string | null) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
"onUpdate:modelValue"?: ((args_0: string | null) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
minuteStep: number;
|
|
17
|
+
use24h: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export interface TimelineItem {
|
|
2
|
+
title: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
date?: string;
|
|
5
|
+
icon?: string;
|
|
6
|
+
color?: "primary" | "secondary" | "tertiary" | "error" | "success";
|
|
7
|
+
dotColor?: string;
|
|
8
|
+
}
|
|
9
|
+
type __VLS_Props = {
|
|
10
|
+
items: TimelineItem[];
|
|
11
|
+
dense?: boolean;
|
|
12
|
+
alternating?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare var __VLS_7: `item-${number}`, __VLS_8: {
|
|
15
|
+
item: TimelineItem;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
[K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
|
|
19
|
+
};
|
|
20
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
21
|
+
dense: boolean;
|
|
22
|
+
alternating: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
text: string;
|
|
3
|
+
placement?: 'top' | 'bottom' | 'left' | 'right';
|
|
4
|
+
delay?: number;
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
+
delay: number;
|
|
12
|
+
placement: "top" | "bottom" | "left" | "right";
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title?: string;
|
|
3
|
+
variant?: 'center' | 'small' | 'medium' | 'large';
|
|
4
|
+
navigationIcon?: string;
|
|
5
|
+
elevated?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare var __VLS_8: {}, __VLS_10: {}, __VLS_12: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
title?: (props: typeof __VLS_8) => any;
|
|
10
|
+
} & {
|
|
11
|
+
actions?: (props: typeof __VLS_10) => any;
|
|
12
|
+
} & {
|
|
13
|
+
title?: (props: typeof __VLS_12) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
navigation: () => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
onNavigation?: (() => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
variant: "center" | "small" | "medium" | "large";
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface TourStep {
|
|
2
|
+
target: string;
|
|
3
|
+
title: string;
|
|
4
|
+
content: string;
|
|
5
|
+
placement?: 'top' | 'bottom' | 'left' | 'right';
|
|
6
|
+
}
|
|
7
|
+
type __VLS_Props = {
|
|
8
|
+
modelValue: boolean;
|
|
9
|
+
steps: TourStep[];
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (args_0: boolean) => any;
|
|
13
|
+
finish: () => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
16
|
+
onFinish?: (() => any) | undefined;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface TransferItem {
|
|
2
|
+
value: string | number;
|
|
3
|
+
label: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
}
|
|
6
|
+
type __VLS_Props = {
|
|
7
|
+
modelValue: (string | number)[];
|
|
8
|
+
items: TransferItem[];
|
|
9
|
+
sourceTitle?: string;
|
|
10
|
+
targetTitle?: string;
|
|
11
|
+
filterable?: boolean;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
"update:modelValue": (args_0: (string | number)[]) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
|
+
"onUpdate:modelValue"?: ((args_0: (string | number)[]) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
sourceTitle: string;
|
|
19
|
+
targetTitle: string;
|
|
20
|
+
filterable: boolean;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { type Ref } from 'vue';
|
|
2
|
+
export interface TreeNode {
|
|
3
|
+
id: string | number;
|
|
4
|
+
label: string;
|
|
5
|
+
icon?: string;
|
|
6
|
+
children?: TreeNode[];
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
[key: string]: unknown;
|
|
9
|
+
}
|
|
10
|
+
/** Shape injected into every _MTreeNode via provide/inject. */
|
|
11
|
+
export interface TreeContext {
|
|
12
|
+
selected: Ref<string | number | null>;
|
|
13
|
+
checkedSet: Ref<Set<string | number>>;
|
|
14
|
+
expandedIds: Ref<Set<string | number>>;
|
|
15
|
+
checkable: Ref<boolean>;
|
|
16
|
+
selectNode: (node: TreeNode) => void;
|
|
17
|
+
toggleExpand: (id: string | number) => void;
|
|
18
|
+
toggleCheck: (node: TreeNode) => void;
|
|
19
|
+
getDescendantIds: (node: TreeNode) => (string | number)[];
|
|
20
|
+
getLeafIds: (node: TreeNode) => (string | number)[];
|
|
21
|
+
}
|
|
22
|
+
type __VLS_Props = {
|
|
23
|
+
nodes: TreeNode[];
|
|
24
|
+
/** Currently selected node id (single-select). */
|
|
25
|
+
selected?: string | number | null;
|
|
26
|
+
/** Checked node ids (checkable multi-select). */
|
|
27
|
+
checked?: (string | number)[];
|
|
28
|
+
/** Show checkboxes with cascade selection. */
|
|
29
|
+
checkable?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Which nodes start expanded.
|
|
32
|
+
* 'all' | 'none' | array of ids (default: 'none').
|
|
33
|
+
*/
|
|
34
|
+
defaultExpanded?: (string | number)[] | 'all' | 'none';
|
|
35
|
+
emptyText?: string;
|
|
36
|
+
};
|
|
37
|
+
declare function expandAll(): void;
|
|
38
|
+
declare function collapseAll(): void;
|
|
39
|
+
declare var __VLS_9: string, __VLS_10: any;
|
|
40
|
+
type __VLS_Slots = {} & {
|
|
41
|
+
[K in NonNullable<typeof __VLS_9>]?: (props: typeof __VLS_10) => any;
|
|
42
|
+
};
|
|
43
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
44
|
+
expandAll: typeof expandAll;
|
|
45
|
+
collapseAll: typeof collapseAll;
|
|
46
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
47
|
+
"update:selected": (args_0: string | number | null) => any;
|
|
48
|
+
"update:checked": (args_0: (string | number)[]) => any;
|
|
49
|
+
"node-click": (args_0: TreeNode) => any;
|
|
50
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
51
|
+
"onUpdate:selected"?: ((args_0: string | number | null) => any) | undefined;
|
|
52
|
+
"onUpdate:checked"?: ((args_0: (string | number)[]) => any) | undefined;
|
|
53
|
+
"onNode-click"?: ((args_0: TreeNode) => any) | undefined;
|
|
54
|
+
}>, {
|
|
55
|
+
checked: (string | number)[];
|
|
56
|
+
selected: string | number | null;
|
|
57
|
+
emptyText: string;
|
|
58
|
+
checkable: boolean;
|
|
59
|
+
defaultExpanded: (string | number)[] | "all" | "none";
|
|
60
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
61
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
62
|
+
declare const _default: typeof __VLS_export;
|
|
63
|
+
export default _default;
|
|
64
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
65
|
+
new (): {
|
|
66
|
+
$slots: S;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export interface TreeTableColumn {
|
|
2
|
+
key: string;
|
|
3
|
+
label: string;
|
|
4
|
+
width?: string;
|
|
5
|
+
align?: 'left' | 'center' | 'right';
|
|
6
|
+
}
|
|
7
|
+
export interface TreeTableRow {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
children?: TreeTableRow[];
|
|
10
|
+
}
|
|
11
|
+
type __VLS_Props = {
|
|
12
|
+
columns: TreeTableColumn[];
|
|
13
|
+
rows: TreeTableRow[];
|
|
14
|
+
rowKey?: string;
|
|
15
|
+
defaultExpanded?: boolean;
|
|
16
|
+
indent?: number;
|
|
17
|
+
dense?: boolean;
|
|
18
|
+
};
|
|
19
|
+
declare function expandAll(): void;
|
|
20
|
+
declare function collapseAll(): void;
|
|
21
|
+
declare var __VLS_1: {
|
|
22
|
+
expandAll: typeof expandAll;
|
|
23
|
+
collapseAll: typeof collapseAll;
|
|
24
|
+
}, __VLS_9: `cell-${string}`, __VLS_10: {
|
|
25
|
+
row: TreeTableRow;
|
|
26
|
+
value: any;
|
|
27
|
+
depth: number;
|
|
28
|
+
}, __VLS_13: `cell-${string}`, __VLS_14: {
|
|
29
|
+
row: TreeTableRow;
|
|
30
|
+
value: any;
|
|
31
|
+
depth: number;
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Slots = {} & {
|
|
34
|
+
[K in NonNullable<typeof __VLS_9>]?: (props: typeof __VLS_10) => any;
|
|
35
|
+
} & {
|
|
36
|
+
[K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
|
|
37
|
+
} & {
|
|
38
|
+
toolbar?: (props: typeof __VLS_1) => any;
|
|
39
|
+
};
|
|
40
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
+
rowClick: (args_0: TreeTableRow) => any;
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
43
|
+
onRowClick?: ((args_0: TreeTableRow) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
dense: boolean;
|
|
46
|
+
rowKey: string;
|
|
47
|
+
defaultExpanded: boolean;
|
|
48
|
+
indent: number;
|
|
49
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
50
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
51
|
+
declare const _default: typeof __VLS_export;
|
|
52
|
+
export default _default;
|
|
53
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
54
|
+
new (): {
|
|
55
|
+
$slots: S;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export interface VTableColumn {
|
|
2
|
+
key: string;
|
|
3
|
+
label: string;
|
|
4
|
+
width?: string;
|
|
5
|
+
align?: 'left' | 'center' | 'right';
|
|
6
|
+
sortable?: boolean;
|
|
7
|
+
}
|
|
8
|
+
type __VLS_Props = {
|
|
9
|
+
columns: VTableColumn[];
|
|
10
|
+
rows: Record<string, any>[];
|
|
11
|
+
rowHeight?: number;
|
|
12
|
+
rowKey?: string;
|
|
13
|
+
overscan?: number;
|
|
14
|
+
maxHeight?: string;
|
|
15
|
+
};
|
|
16
|
+
declare var __VLS_17: `cell-${string}`, __VLS_18: {
|
|
17
|
+
row: Record<string, any>;
|
|
18
|
+
value: any;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_Slots = {} & {
|
|
21
|
+
[K in NonNullable<typeof __VLS_17>]?: (props: typeof __VLS_18) => any;
|
|
22
|
+
};
|
|
23
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
+
rowClick: (args_0: Record<string, any>) => any;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
|
+
onRowClick?: ((args_0: Record<string, any>) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
maxHeight: string;
|
|
29
|
+
rowKey: string;
|
|
30
|
+
rowHeight: number;
|
|
31
|
+
overscan: number;
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ContextMenuItem } from './MContextMenu.vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
items: ContextMenuItem[];
|
|
4
|
+
x: number;
|
|
5
|
+
y: number;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
close: () => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
+
onClose?: (() => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { TreeNode } from './MTree.vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
node: TreeNode;
|
|
4
|
+
depth: number;
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_18: {
|
|
7
|
+
node: TreeNode;
|
|
8
|
+
}, __VLS_20: {
|
|
9
|
+
node: TreeNode;
|
|
10
|
+
}, __VLS_41: string, __VLS_42: any;
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
[K in NonNullable<typeof __VLS_41>]?: (props: typeof __VLS_42) => any;
|
|
13
|
+
} & {
|
|
14
|
+
label?: (props: typeof __VLS_18) => any;
|
|
15
|
+
} & {
|
|
16
|
+
trailing?: (props: typeof __VLS_20) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface Palette {
|
|
2
|
+
id: string;
|
|
3
|
+
label: string;
|
|
4
|
+
seed: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const palettes: Palette[];
|
|
7
|
+
export declare function useColorPalette(): {
|
|
8
|
+
palette: import("vue").Ref<string, string>;
|
|
9
|
+
palettes: Palette[];
|
|
10
|
+
set: (id: string) => void;
|
|
11
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type Ref } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Auto-detects the background behind `containerEl` and exposes it as `--field-bg`.
|
|
4
|
+
* Prefers a CSS variable reference (e.g. var(--color-surface-container-low)) over a
|
|
5
|
+
* raw computed color so the outlined label cutout transitions in sync with the rest
|
|
6
|
+
* of the theme switch instead of lagging behind.
|
|
7
|
+
*
|
|
8
|
+
* @param containerEl The element that receives `--field-bg` as an inline style.
|
|
9
|
+
* @param fieldBgProp Getter for the explicit `fieldBg` prop (overrides auto-detect).
|
|
10
|
+
*/
|
|
11
|
+
export declare function useFieldBg(containerEl: Ref<HTMLElement | null>, fieldBgProp: () => string | undefined): {
|
|
12
|
+
resolvedFieldBg: import("vue").ComputedRef<string>;
|
|
13
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export type ToastVariant = 'info' | 'success' | 'warning' | 'error';
|
|
2
|
+
export type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
|
3
|
+
export interface ToastAction {
|
|
4
|
+
label: string;
|
|
5
|
+
onClick: () => void;
|
|
6
|
+
}
|
|
7
|
+
export interface Toast {
|
|
8
|
+
id: number;
|
|
9
|
+
message: string;
|
|
10
|
+
variant: ToastVariant;
|
|
11
|
+
duration: number;
|
|
12
|
+
action?: ToastAction;
|
|
13
|
+
}
|
|
14
|
+
declare function dismiss(id: number): void;
|
|
15
|
+
declare function show(message: string, variant?: ToastVariant, options?: number | {
|
|
16
|
+
duration?: number;
|
|
17
|
+
action?: ToastAction;
|
|
18
|
+
}): number;
|
|
19
|
+
export declare function useToast(): {
|
|
20
|
+
toasts: import("vue").Ref<{
|
|
21
|
+
id: number;
|
|
22
|
+
message: string;
|
|
23
|
+
variant: ToastVariant;
|
|
24
|
+
duration: number;
|
|
25
|
+
action?: {
|
|
26
|
+
label: string;
|
|
27
|
+
onClick: () => void;
|
|
28
|
+
} | undefined;
|
|
29
|
+
}[], Toast[] | {
|
|
30
|
+
id: number;
|
|
31
|
+
message: string;
|
|
32
|
+
variant: ToastVariant;
|
|
33
|
+
duration: number;
|
|
34
|
+
action?: {
|
|
35
|
+
label: string;
|
|
36
|
+
onClick: () => void;
|
|
37
|
+
} | undefined;
|
|
38
|
+
}[]>;
|
|
39
|
+
position: import("vue").Ref<ToastPosition, ToastPosition>;
|
|
40
|
+
show: typeof show;
|
|
41
|
+
success: (msg: string, opts?: {
|
|
42
|
+
duration?: number;
|
|
43
|
+
action?: ToastAction;
|
|
44
|
+
}) => number;
|
|
45
|
+
error: (msg: string, opts?: {
|
|
46
|
+
duration?: number;
|
|
47
|
+
action?: ToastAction;
|
|
48
|
+
}) => number;
|
|
49
|
+
warning: (msg: string, opts?: {
|
|
50
|
+
duration?: number;
|
|
51
|
+
action?: ToastAction;
|
|
52
|
+
}) => number;
|
|
53
|
+
info: (msg: string, opts?: {
|
|
54
|
+
duration?: number;
|
|
55
|
+
action?: ToastAction;
|
|
56
|
+
}) => number;
|
|
57
|
+
dismiss: typeof dismiss;
|
|
58
|
+
};
|
|
59
|
+
export {};
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
export { createM3UI } from './plugin';
|
|
2
|
+
export type { M3UIOptions } from './plugin';
|
|
3
|
+
export { useTheme } from './composables/useTheme';
|
|
4
|
+
export type { Theme } from './composables/useTheme';
|
|
5
|
+
export { useColorPalette, palettes } from './composables/useColorPalette';
|
|
6
|
+
export type { Palette } from './composables/useColorPalette';
|
|
7
|
+
export { useToast } from './composables/useToast';
|
|
8
|
+
export type { Toast, ToastVariant, ToastPosition, ToastAction } from './composables/useToast';
|
|
9
|
+
export { useFieldBg } from './composables/useFieldBg';
|
|
10
|
+
export { default as MAlert } from './components/MAlert.vue';
|
|
11
|
+
export { default as MAppBar } from './components/MAppBar.vue';
|
|
12
|
+
export { default as MAvatar } from './components/MAvatar.vue';
|
|
13
|
+
export { default as MBadge } from './components/MBadge.vue';
|
|
14
|
+
export { default as MBottomSheet } from './components/MBottomSheet.vue';
|
|
15
|
+
export { default as MBreadcrumbs } from './components/MBreadcrumbs.vue';
|
|
16
|
+
export { default as MButton } from './components/MButton.vue';
|
|
17
|
+
export { default as MCalendar } from './components/MCalendar.vue';
|
|
18
|
+
export { default as MCard } from './components/MCard.vue';
|
|
19
|
+
export { default as MChart } from './components/MChart.vue';
|
|
20
|
+
export { default as MCheckbox } from './components/MCheckbox.vue';
|
|
21
|
+
export { default as MChip } from './components/MChip.vue';
|
|
22
|
+
export { default as MCodeEditor } from './components/MCodeEditor.vue';
|
|
23
|
+
export { default as MColorPicker } from './components/MColorPicker.vue';
|
|
24
|
+
export { default as MCommandPalette } from './components/MCommandPalette.vue';
|
|
25
|
+
export { default as MConfirmDialog } from './components/MConfirmDialog.vue';
|
|
26
|
+
export { default as MContainer } from './components/MContainer.vue';
|
|
27
|
+
export { default as MContextMenu } from './components/MContextMenu.vue';
|
|
28
|
+
export { default as MDataTable } from './components/MDataTable.vue';
|
|
29
|
+
export { default as MDatePicker } from './components/MDatePicker.vue';
|
|
30
|
+
export { default as MDateRangePicker } from './components/MDateRangePicker.vue';
|
|
31
|
+
export { default as MDialog } from './components/MDialog.vue';
|
|
32
|
+
export { default as MDivider } from './components/MDivider.vue';
|
|
33
|
+
export { default as MDragDropList } from './components/MDragDropList.vue';
|
|
34
|
+
export { default as MEmptyState } from './components/MEmptyState.vue';
|
|
35
|
+
export { default as MExpansionPanel } from './components/MExpansionPanel.vue';
|
|
36
|
+
export { default as MFab } from './components/MFab.vue';
|
|
37
|
+
export { default as MFileUpload } from './components/MFileUpload.vue';
|
|
38
|
+
export { default as MGrid } from './components/MGrid.vue';
|
|
39
|
+
export { default as MHotkeys } from './components/MHotkeys.vue';
|
|
40
|
+
export { default as MIcon } from './components/MIcon.vue';
|
|
41
|
+
export { default as MIconButton } from './components/MIconButton.vue';
|
|
42
|
+
export { default as MInfiniteScroll } from './components/MInfiniteScroll.vue';
|
|
43
|
+
export { default as MJsonEditor } from './components/MJsonEditor.vue';
|
|
44
|
+
export { default as MJsonViewer } from './components/MJsonViewer.vue';
|
|
45
|
+
export { default as MKanban } from './components/MKanban.vue';
|
|
46
|
+
export { default as MLoadingOverlay } from './components/MLoadingOverlay.vue';
|
|
47
|
+
export { default as MMarkdown } from './components/MMarkdown.vue';
|
|
48
|
+
export { default as MMasonry } from './components/MMasonry.vue';
|
|
49
|
+
export { default as MMenu } from './components/MMenu.vue';
|
|
50
|
+
export { default as MMenuItem } from './components/MMenuItem.vue';
|
|
51
|
+
export { default as MMultiSelect } from './components/MMultiSelect.vue';
|
|
52
|
+
export { default as MNavigationBar } from './components/MNavigationBar.vue';
|
|
53
|
+
export { default as MNavigationDrawer } from './components/MNavigationDrawer.vue';
|
|
54
|
+
export { default as MNavigationRail } from './components/MNavigationRail.vue';
|
|
55
|
+
export { default as MPagination } from './components/MPagination.vue';
|
|
56
|
+
export { default as MProgressBar } from './components/MProgressBar.vue';
|
|
57
|
+
export { default as MRadio } from './components/MRadio.vue';
|
|
58
|
+
export { default as MRadioGroup } from './components/MRadioGroup.vue';
|
|
59
|
+
export { default as MRating } from './components/MRating.vue';
|
|
60
|
+
export { default as MResult } from './components/MResult.vue';
|
|
61
|
+
export { default as MRichTextEditor } from './components/MRichTextEditor.vue';
|
|
62
|
+
export { default as MScheduler } from './components/MScheduler.vue';
|
|
63
|
+
export { default as MSegmentedButton } from './components/MSegmentedButton.vue';
|
|
64
|
+
export { default as MSelect } from './components/MSelect.vue';
|
|
65
|
+
export { default as MSideSheet } from './components/MSideSheet.vue';
|
|
66
|
+
export { default as MSkeleton } from './components/MSkeleton.vue';
|
|
67
|
+
export { default as MSlider } from './components/MSlider.vue';
|
|
68
|
+
export { default as MSnackbar } from './components/MSnackbar.vue';
|
|
69
|
+
export { default as MSpinner } from './components/MSpinner.vue';
|
|
70
|
+
export { default as MSplitter } from './components/MSplitter.vue';
|
|
71
|
+
export { default as MSpotlightSearch } from './components/MSpotlightSearch.vue';
|
|
72
|
+
export { default as MStack } from './components/MStack.vue';
|
|
73
|
+
export { default as MStatCard } from './components/MStatCard.vue';
|
|
74
|
+
export { default as MStepper } from './components/MStepper.vue';
|
|
75
|
+
export { default as MSwitch } from './components/MSwitch.vue';
|
|
76
|
+
export { default as MTable } from './components/MTable.vue';
|
|
77
|
+
export { default as MTabs } from './components/MTabs.vue';
|
|
78
|
+
export { default as MTerminal } from './components/MTerminal.vue';
|
|
79
|
+
export { default as MTextField } from './components/MTextField.vue';
|
|
80
|
+
export { default as MTimeline } from './components/MTimeline.vue';
|
|
81
|
+
export { default as MTimePicker } from './components/MTimePicker.vue';
|
|
82
|
+
export { default as MTooltip } from './components/MTooltip.vue';
|
|
83
|
+
export { default as MTopAppBar } from './components/MTopAppBar.vue';
|
|
84
|
+
export { default as MTour } from './components/MTour.vue';
|
|
85
|
+
export { default as MTransferList } from './components/MTransferList.vue';
|
|
86
|
+
export { default as MTree } from './components/MTree.vue';
|
|
87
|
+
export { default as MTreeTable } from './components/MTreeTable.vue';
|
|
88
|
+
export { default as MVirtualTable } from './components/MVirtualTable.vue';
|
|
89
|
+
export type { CalendarEvent } from './components/MCalendar.vue';
|
|
90
|
+
export type { ContextMenuItem } from './components/MContextMenu.vue';
|
|
91
|
+
export type { DataTableColumn } from './components/MDataTable.vue';
|
|
92
|
+
export type { DateRange } from './components/MDateRangePicker.vue';
|
|
93
|
+
export type { DragDropItem } from './components/MDragDropList.vue';
|
|
94
|
+
export type { UploadFile } from './components/MFileUpload.vue';
|
|
95
|
+
export type { HotkeyBinding } from './components/MHotkeys.vue';
|
|
96
|
+
export type { KanbanColumn, KanbanCard } from './components/MKanban.vue';
|
|
97
|
+
export type { NavBarItem } from './components/MNavigationBar.vue';
|
|
98
|
+
export type { DrawerSection } from './components/MNavigationDrawer.vue';
|
|
99
|
+
export type { NavRailItem } from './components/MNavigationRail.vue';
|
|
100
|
+
export type { SchedulerEvent } from './components/MScheduler.vue';
|
|
101
|
+
export type { SegmentedOption } from './components/MSegmentedButton.vue';
|
|
102
|
+
export type { SpotlightResult } from './components/MSpotlightSearch.vue';
|
|
103
|
+
export type { StepItem } from './components/MStepper.vue';
|
|
104
|
+
export type { CommandItem } from './components/MCommandPalette.vue';
|
|
105
|
+
export type { TableFetchParams } from './components/MTable.vue';
|
|
106
|
+
export type { TimelineItem } from './components/MTimeline.vue';
|
|
107
|
+
export type { TourStep } from './components/MTour.vue';
|
|
108
|
+
export type { TransferItem } from './components/MTransferList.vue';
|
|
109
|
+
export type { TreeNode } from './components/MTree.vue';
|
|
110
|
+
export type { TreeTableColumn, TreeTableRow } from './components/MTreeTable.vue';
|
|
111
|
+
export type { VTableColumn } from './components/MVirtualTable.vue';
|
|
112
|
+
export type { BreadcrumbItem } from './components/MBreadcrumbs.vue';
|