@mozaic-ds/vue 2.6.1 → 2.7.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/README.md +3 -3
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +105 -63
- package/dist/mozaic-vue.js +1137 -1082
- package/dist/mozaic-vue.js.map +1 -1
- package/dist/mozaic-vue.umd.cjs +1 -1
- package/dist/mozaic-vue.umd.cjs.map +1 -1
- package/package.json +8 -6
- package/src/components/Contributing.mdx +1 -1
- package/src/components/GettingStarted.mdx +1 -1
- package/src/components/Introduction.mdx +1 -1
- package/src/components/Support.mdx +1 -1
- package/src/components/avatar/MAvatar.stories.ts +1 -0
- package/src/components/avatar/README.md +16 -0
- package/src/components/breadcrumb/README.md +11 -0
- package/src/components/button/MButton.stories.ts +1 -2
- package/src/components/button/MButton.vue +6 -1
- package/src/components/button/README.md +24 -0
- package/src/components/callout/MCallout.stories.ts +1 -0
- package/src/components/callout/README.md +19 -0
- package/src/components/checkbox/README.md +23 -0
- package/src/components/checkboxgroup/README.md +20 -0
- package/src/components/circularprogressbar/MCircularProgressbar.stories.ts +1 -0
- package/src/components/circularprogressbar/README.md +14 -0
- package/src/components/container/MContainer.stories.ts +8 -0
- package/src/components/container/MContainer.vue +1 -1
- package/src/components/container/README.md +16 -0
- package/src/components/datepicker/MDatepicker.stories.ts +1 -0
- package/src/components/datepicker/README.md +24 -0
- package/src/components/divider/MDivider.stories.ts +1 -0
- package/src/components/divider/README.md +18 -0
- package/src/components/drawer/MDrawer.spec.ts +28 -0
- package/src/components/drawer/MDrawer.stories.ts +1 -0
- package/src/components/drawer/MDrawer.vue +9 -2
- package/src/components/drawer/README.md +29 -0
- package/src/components/field/MField.vue +1 -1
- package/src/components/field/README.md +24 -0
- package/src/components/fieldgroup/README.md +22 -0
- package/src/components/flag/README.md +11 -0
- package/src/components/iconbutton/MIconButton.stories.ts +1 -0
- package/src/components/iconbutton/MIconButton.vue +1 -1
- package/src/components/iconbutton/README.md +21 -0
- package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.stories.ts +1 -0
- package/src/components/linearprogressbarbuffer/README.md +11 -0
- package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.stories.ts +1 -0
- package/src/components/linearprogressbarpercentage/README.md +10 -0
- package/src/components/link/MLink.vue +0 -2
- package/src/components/link/README.md +23 -0
- package/src/components/loader/MLoader.vue +1 -1
- package/src/components/loader/README.md +12 -0
- package/src/components/loadingoverlay/README.md +11 -0
- package/src/components/modal/README.md +28 -0
- package/src/components/numberbadge/README.md +12 -0
- package/src/components/overlay/README.md +17 -0
- package/src/components/pagination/README.md +20 -0
- package/src/components/passwordinput/README.md +25 -0
- package/src/components/pincode/MPincode.spec.ts +4 -1
- package/src/components/pincode/MPincode.stories.ts +1 -0
- package/src/components/pincode/MPincode.vue +5 -1
- package/src/components/pincode/README.md +22 -0
- package/src/components/quantityselector/README.md +27 -0
- package/src/components/radio/README.md +21 -0
- package/src/components/radiogroup/README.md +21 -0
- package/src/components/segmentedcontrol/MSegmentedControl.spec.ts +116 -0
- package/src/components/segmentedcontrol/MSegmentedControl.stories.ts +78 -0
- package/src/components/segmentedcontrol/MSegmentedControl.vue +92 -0
- package/src/components/segmentedcontrol/README.md +19 -0
- package/src/components/select/README.md +24 -0
- package/src/components/statusbadge/README.md +11 -0
- package/src/components/statusdot/MStatusDot.stories.ts +1 -0
- package/src/components/statusdot/README.md +11 -0
- package/src/components/statusnotification/README.md +25 -0
- package/src/components/tabs/MTabs.stories.ts +23 -1
- package/src/components/tabs/MTabs.vue +8 -0
- package/src/components/tabs/Mtabs.spec.ts +29 -8
- package/src/components/tabs/README.md +20 -0
- package/src/components/tag/README.md +25 -0
- package/src/components/textarea/README.md +25 -0
- package/src/components/textinput/README.md +32 -0
- package/src/components/toaster/MToaster.stories.ts +1 -0
- package/src/components/toaster/README.md +28 -0
- package/src/components/toggle/README.md +21 -0
- package/src/components/togglegroup/MToggleGroup.vue +1 -1
- package/src/components/togglegroup/README.md +20 -0
- package/src/components/tooltip/README.md +19 -0
- package/src/components/usingIcons.mdx +1 -1
- package/src/components/usingPresets.mdx +1 -1
- package/src/main.ts +1 -0
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -29,8 +29,6 @@ declare const __VLS_component_10: DefineComponent<__VLS_Props_18, {}, {}, {}, {}
|
|
|
29
29
|
size: "s" | "m";
|
|
30
30
|
iconPosition: "left" | "right";
|
|
31
31
|
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
32
|
-
href: string;
|
|
33
|
-
target: "_self" | "_blank" | "_parent" | "_top";
|
|
34
32
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
35
33
|
|
|
36
34
|
declare const __VLS_component_11: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -43,17 +41,17 @@ closable: boolean;
|
|
|
43
41
|
|
|
44
42
|
declare const __VLS_component_12: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
45
43
|
|
|
46
|
-
declare const __VLS_component_13: DefineComponent<
|
|
44
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
47
45
|
close: () => any;
|
|
48
|
-
}, string, PublicProps, Readonly<
|
|
46
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
49
47
|
onClose?: (() => any) | undefined;
|
|
50
48
|
}>, {
|
|
51
49
|
status: "info" | "success" | "warning" | "error";
|
|
52
50
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
53
51
|
|
|
54
|
-
declare const __VLS_component_14: DefineComponent<
|
|
52
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
53
|
"update:modelValue": (value: string | number) => any;
|
|
56
|
-
}, string, PublicProps, Readonly<
|
|
54
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
57
55
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
58
56
|
}>, {
|
|
59
57
|
size: "s" | "m";
|
|
@@ -61,16 +59,16 @@ clearLabel: string;
|
|
|
61
59
|
inputType: "date" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
62
60
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
63
61
|
|
|
64
|
-
declare const __VLS_component_15: DefineComponent<
|
|
62
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
65
63
|
"update:open": (value: boolean) => any;
|
|
66
|
-
}, string, PublicProps, Readonly<
|
|
64
|
+
}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
|
|
67
65
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
68
66
|
}>, {
|
|
69
67
|
status: "info" | "success" | "warning" | "error";
|
|
70
68
|
closable: boolean;
|
|
71
69
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
72
70
|
|
|
73
|
-
declare const __VLS_component_16: DefineComponent<
|
|
71
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{}>, {
|
|
74
72
|
position: "top" | "bottom" | "left" | "right";
|
|
75
73
|
pointer: boolean;
|
|
76
74
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -99,7 +97,9 @@ back: () => any;
|
|
|
99
97
|
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
100
98
|
onBack?: (() => any) | undefined;
|
|
101
99
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
102
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
100
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
101
|
+
titleRef: HTMLHeadingElement;
|
|
102
|
+
}, any>;
|
|
103
103
|
|
|
104
104
|
declare const __VLS_component_7: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
105
105
|
|
|
@@ -170,7 +170,7 @@ declare type __VLS_Props_11 = {
|
|
|
170
170
|
};
|
|
171
171
|
|
|
172
172
|
/**
|
|
173
|
-
*
|
|
173
|
+
* A field label is a text element that identifies the purpose of an input field, providing users with clear guidance on what information to enter. It is typically placed above the input field and may include indicators for required or optional fields. Field Labels improve form usability, accessibility, and data entry accuracy by ensuring users understand the expected input.
|
|
174
174
|
*/
|
|
175
175
|
declare type __VLS_Props_12 = {
|
|
176
176
|
/**
|
|
@@ -348,7 +348,7 @@ declare type __VLS_Props_18 = {
|
|
|
348
348
|
};
|
|
349
349
|
|
|
350
350
|
/**
|
|
351
|
-
* A loader
|
|
351
|
+
* A loader is a visual indicator used to inform users that a process is in progress, typically during data fetching, page loading, or background operations. It provides feedback that the system is working, helping to manage user expectations and reduce perceived wait time.
|
|
352
352
|
*/
|
|
353
353
|
declare type __VLS_Props_19 = {
|
|
354
354
|
/**
|
|
@@ -728,9 +728,36 @@ declare type __VLS_Props_3 = {
|
|
|
728
728
|
};
|
|
729
729
|
|
|
730
730
|
/**
|
|
731
|
-
* A
|
|
731
|
+
* A Segmented Control allows users to switch between multiple options or views within a single container. It provides a compact and efficient way to toggle between sections without requiring a dropdown or separate navigation. Segmented Controls are commonly used in filters, tabbed navigation, and content selection to enhance user interaction and accessibility.
|
|
732
732
|
*/
|
|
733
733
|
declare type __VLS_Props_30 = {
|
|
734
|
+
/**
|
|
735
|
+
* The selected segment index, bound via v-model.
|
|
736
|
+
*/
|
|
737
|
+
modelValue?: number;
|
|
738
|
+
/**
|
|
739
|
+
* if `true`, the segmented control take the full width.
|
|
740
|
+
*/
|
|
741
|
+
full?: boolean;
|
|
742
|
+
/**
|
|
743
|
+
* Determines the size of the segmented control.
|
|
744
|
+
*/
|
|
745
|
+
size?: 's' | 'm';
|
|
746
|
+
/**
|
|
747
|
+
* An array of objects that allows you to provide all the data needed to generate the content for each segment.
|
|
748
|
+
*/
|
|
749
|
+
segments: Array<{
|
|
750
|
+
/**
|
|
751
|
+
* The label displayed for the segment.
|
|
752
|
+
*/
|
|
753
|
+
label: string;
|
|
754
|
+
}>;
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* A select component allows users to choose a single option from a predefined list within a native dropdown menu. It helps simplify input by displaying only relevant choices, reducing the need for manual text entry. Select components are commonly used in forms, settings, and filters where structured selection is required.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#select).
|
|
759
|
+
*/
|
|
760
|
+
declare type __VLS_Props_31 = {
|
|
734
761
|
/**
|
|
735
762
|
* A unique identifier for the select, used to associate the label with the form element.
|
|
736
763
|
*/
|
|
@@ -778,7 +805,7 @@ declare type __VLS_Props_30 = {
|
|
|
778
805
|
/**
|
|
779
806
|
* A Status Badge is used to indicate the current status of an element, providing a clear and concise visual cue. The status can change dynamically based on updates, events, or conditions within the system. Status Badges help users quickly identify the state of an item, such as an order status, system health, or process completion. They are often color-coded to enhance readability and recognition.
|
|
780
807
|
*/
|
|
781
|
-
declare type
|
|
808
|
+
declare type __VLS_Props_32 = {
|
|
782
809
|
/**
|
|
783
810
|
* Content of the status badge
|
|
784
811
|
*/
|
|
@@ -792,7 +819,7 @@ declare type __VLS_Props_31 = {
|
|
|
792
819
|
/**
|
|
793
820
|
* A Status dot is a small visual indicator used to represent the state or condition of an element. It is often color-coded to convey different statuses at a glance, such as availability, activity, or urgency. Status Dots are commonly found in user presence indicators, system statuses, or process tracking to provide quick, unobtrusive feedback.
|
|
794
821
|
*/
|
|
795
|
-
declare type
|
|
822
|
+
declare type __VLS_Props_33 = {
|
|
796
823
|
/**
|
|
797
824
|
* Allows to define the status dot type.
|
|
798
825
|
*/
|
|
@@ -806,7 +833,7 @@ declare type __VLS_Props_32 = {
|
|
|
806
833
|
/**
|
|
807
834
|
* A Status Notification is used to draw the user’s attention to important information that needs to be acknowledged. It often provides feedback on a process, highlights a status update, or alerts users about an issue. Notifications are typically triggered by user actions or system events and are designed to be easily noticeable while maintaining a non-intrusive experience.
|
|
808
835
|
*/
|
|
809
|
-
declare type
|
|
836
|
+
declare type __VLS_Props_34 = {
|
|
810
837
|
/**
|
|
811
838
|
* Title of the status notification.
|
|
812
839
|
*/
|
|
@@ -828,7 +855,7 @@ declare type __VLS_Props_33 = {
|
|
|
828
855
|
/**
|
|
829
856
|
* Tabs are a navigation component that allows users to switch between different sections within the same context. They help organize content efficiently by displaying only one section at a time, reducing clutter and improving accessibility. Tabs can include icons, labels, and notification badges to provide additional context. They are commonly used in dashboards, product management, and settings interfaces.
|
|
830
857
|
*/
|
|
831
|
-
declare type
|
|
858
|
+
declare type __VLS_Props_35 = {
|
|
832
859
|
/**
|
|
833
860
|
* A description indicating the purpose of the set of tabs. Useful for improving the accessibility of the component.
|
|
834
861
|
*/
|
|
@@ -853,6 +880,10 @@ declare type __VLS_Props_34 = {
|
|
|
853
880
|
* The icon displayed for the tab from Mozaic-icon-vue.
|
|
854
881
|
*/
|
|
855
882
|
icon?: Component;
|
|
883
|
+
/**
|
|
884
|
+
* The number badge displayed for the tab.
|
|
885
|
+
*/
|
|
886
|
+
badge?: number;
|
|
856
887
|
/**
|
|
857
888
|
* The label displayed for the tab.
|
|
858
889
|
*/
|
|
@@ -867,7 +898,7 @@ declare type __VLS_Props_34 = {
|
|
|
867
898
|
/**
|
|
868
899
|
* A Tag is a UI element used to filter data, categorize, select or deselect an option. It can appear standalone, in a group, or embedded within other components. Depending on its use, a tag can be interactive (clickable, removable, selectable) or static (serving as a visual indicator).
|
|
869
900
|
*/
|
|
870
|
-
declare type
|
|
901
|
+
declare type __VLS_Props_36 = {
|
|
871
902
|
/**
|
|
872
903
|
* Defines the behavior and layout of the tag.
|
|
873
904
|
*/
|
|
@@ -909,7 +940,7 @@ declare type __VLS_Props_35 = {
|
|
|
909
940
|
/**
|
|
910
941
|
* A text area is an input designed for multi-line text entry, allowing users to input longer content compared to a standard text input. It is commonly used for comments, feedback, descriptions, and messaging. Text areas can be resizable or fixed in height, depending on the context, and often include placeholder text, character limits, and validation messages to guide users.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#textarea).
|
|
911
942
|
*/
|
|
912
|
-
declare type
|
|
943
|
+
declare type __VLS_Props_37 = {
|
|
913
944
|
/**
|
|
914
945
|
* A unique identifier for the textarea, used to associate the label with the form element.
|
|
915
946
|
*/
|
|
@@ -955,7 +986,7 @@ declare type __VLS_Props_36 = {
|
|
|
955
986
|
/**
|
|
956
987
|
* A text input is a single-line input that allows users to enter and edit short text-based content. It is commonly used for names, email addresses, search queries, and form entries. Text Inputs often include placeholders, validation rules, and assistive text to guide users and ensure accurate data entry.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field section](/docs/form-elements-field--docs#input).
|
|
957
988
|
*/
|
|
958
|
-
declare type
|
|
989
|
+
declare type __VLS_Props_38 = {
|
|
959
990
|
/**
|
|
960
991
|
* A unique identifier for the input element, used to associate the label with the form element.
|
|
961
992
|
*/
|
|
@@ -1005,7 +1036,7 @@ declare type __VLS_Props_37 = {
|
|
|
1005
1036
|
/**
|
|
1006
1037
|
* A toaster is a temporary notification that appears briefly on the screen to provide feedback or updates without interrupting the user’s workflow. It is commonly used for success messages, warnings, errors, or informational updates. Toasters can disappear automatically after a few seconds, be dismissed manually via a close button, or be removed when the user performs a relevant action. They typically include an icon, a short message, and an optional close button for better usability.
|
|
1007
1038
|
*/
|
|
1008
|
-
declare type
|
|
1039
|
+
declare type __VLS_Props_39 = {
|
|
1009
1040
|
/**
|
|
1010
1041
|
* If `true`, display the Toaster.
|
|
1011
1042
|
*/
|
|
@@ -1036,10 +1067,28 @@ declare type __VLS_Props_38 = {
|
|
|
1036
1067
|
timeout?: number;
|
|
1037
1068
|
};
|
|
1038
1069
|
|
|
1070
|
+
/**
|
|
1071
|
+
* A callout is used to highlight additional information that can assist users with tips, extra details, or helpful guidance, without signaling a critical status or alert. Unlike notifications, callouts are not triggered by user actions and do not correspond to specific system states. They are designed to enhance the user experience by providing contextually relevant information that supports comprehension and usability.
|
|
1072
|
+
*/
|
|
1073
|
+
declare type __VLS_Props_4 = {
|
|
1074
|
+
/**
|
|
1075
|
+
* Title of the callout.
|
|
1076
|
+
*/
|
|
1077
|
+
title: string;
|
|
1078
|
+
/**
|
|
1079
|
+
* Description of the callout.
|
|
1080
|
+
*/
|
|
1081
|
+
description: string;
|
|
1082
|
+
/**
|
|
1083
|
+
* Allows to define the callout appearance.
|
|
1084
|
+
*/
|
|
1085
|
+
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1086
|
+
};
|
|
1087
|
+
|
|
1039
1088
|
/**
|
|
1040
1089
|
* A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.
|
|
1041
1090
|
*/
|
|
1042
|
-
declare type
|
|
1091
|
+
declare type __VLS_Props_40 = {
|
|
1043
1092
|
/**
|
|
1044
1093
|
* A unique identifier for the toggle, used to associate the label with the form element.
|
|
1045
1094
|
*/
|
|
@@ -1067,27 +1116,9 @@ declare type __VLS_Props_39 = {
|
|
|
1067
1116
|
};
|
|
1068
1117
|
|
|
1069
1118
|
/**
|
|
1070
|
-
* A
|
|
1071
|
-
*/
|
|
1072
|
-
declare type __VLS_Props_4 = {
|
|
1073
|
-
/**
|
|
1074
|
-
* Title of the callout.
|
|
1075
|
-
*/
|
|
1076
|
-
title: string;
|
|
1077
|
-
/**
|
|
1078
|
-
* Description of the callout.
|
|
1079
|
-
*/
|
|
1080
|
-
description: string;
|
|
1081
|
-
/**
|
|
1082
|
-
* Allows to define the callout appearance.
|
|
1083
|
-
*/
|
|
1084
|
-
appearance?: 'standard' | 'accent' | 'tips' | 'inverse';
|
|
1085
|
-
};
|
|
1086
|
-
|
|
1087
|
-
/**
|
|
1088
|
-
* A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field Group section](/docs/form-elements-field-group--docs#toggle-group).A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field Group section](/docs/form-elements-field-group--docs#toggle-group).
|
|
1119
|
+
* A toggle is a switch component that allows users to enable or disable a setting, representing a binary state such as on/off or active/inactive. It provides a quick and intuitive way to control preferences or system settings. Toggles are commonly used in settings menus, dark mode switches, and feature activations, offering an alternative to checkboxes for immediate visual feedback.<br><br> To put a label, requierement text, help text or to apply a valid or invalid message, the examples are available in the [Field Group section](/docs/form-elements-field-group--docs#toggle-group).
|
|
1089
1120
|
*/
|
|
1090
|
-
declare type
|
|
1121
|
+
declare type __VLS_Props_41 = {
|
|
1091
1122
|
/**
|
|
1092
1123
|
* The name attribute for the toggle element, typically used for form submission.
|
|
1093
1124
|
*/
|
|
@@ -1117,7 +1148,7 @@ declare type __VLS_Props_40 = {
|
|
|
1117
1148
|
/**
|
|
1118
1149
|
* A tooltip is a small, contextual message that appears when users hover over, focus on, or tap an element, providing additional information or guidance without cluttering the interface. Tooltips are commonly used to explain icons, abbreviations, or complex actions. They typically disappear automatically when the user moves away from the trigger element.
|
|
1119
1150
|
*/
|
|
1120
|
-
declare type
|
|
1151
|
+
declare type __VLS_Props_42 = {
|
|
1121
1152
|
/**
|
|
1122
1153
|
* A unique identifier for the tooltip, used to describe the tooltip.
|
|
1123
1154
|
*/
|
|
@@ -1231,7 +1262,7 @@ declare type __VLS_Props_7 = {
|
|
|
1231
1262
|
};
|
|
1232
1263
|
|
|
1233
1264
|
/**
|
|
1234
|
-
*
|
|
1265
|
+
* The Container component is designed to wrap your page or section content, typically grids or other layout elements. By default, it centers the content with a maximum width to ensure consistent alignment and spacing.
|
|
1235
1266
|
*/
|
|
1236
1267
|
declare type __VLS_Props_8 = {
|
|
1237
1268
|
/**
|
|
@@ -1458,7 +1489,7 @@ declare function __VLS_template_2(): {
|
|
|
1458
1489
|
*/
|
|
1459
1490
|
default: string;
|
|
1460
1491
|
/**
|
|
1461
|
-
* Use this slot to insert an icon for the Button
|
|
1492
|
+
* Use this slot to insert an icon for the Button.
|
|
1462
1493
|
*/
|
|
1463
1494
|
icon?: VNode;
|
|
1464
1495
|
}> & {
|
|
@@ -1467,7 +1498,7 @@ declare function __VLS_template_2(): {
|
|
|
1467
1498
|
*/
|
|
1468
1499
|
default: string;
|
|
1469
1500
|
/**
|
|
1470
|
-
* Use this slot to insert an icon for the Button
|
|
1501
|
+
* Use this slot to insert an icon for the Button.
|
|
1471
1502
|
*/
|
|
1472
1503
|
icon?: VNode;
|
|
1473
1504
|
};
|
|
@@ -1555,7 +1586,9 @@ declare function __VLS_template_6(): {
|
|
|
1555
1586
|
*/
|
|
1556
1587
|
footer?: VNode;
|
|
1557
1588
|
};
|
|
1558
|
-
refs: {
|
|
1589
|
+
refs: {
|
|
1590
|
+
titleRef: HTMLHeadingElement;
|
|
1591
|
+
};
|
|
1559
1592
|
rootEl: any;
|
|
1560
1593
|
};
|
|
1561
1594
|
|
|
@@ -1597,12 +1630,12 @@ declare function __VLS_template_9(): {
|
|
|
1597
1630
|
attrs: Partial<{}>;
|
|
1598
1631
|
slots: Readonly<{
|
|
1599
1632
|
/**
|
|
1600
|
-
* Use this slot to insert
|
|
1633
|
+
* Use this slot to insert an icon for the Button.
|
|
1601
1634
|
*/
|
|
1602
1635
|
icon: VNode;
|
|
1603
1636
|
}> & {
|
|
1604
1637
|
/**
|
|
1605
|
-
* Use this slot to insert
|
|
1638
|
+
* Use this slot to insert an icon for the Button.
|
|
1606
1639
|
*/
|
|
1607
1640
|
icon: VNode;
|
|
1608
1641
|
};
|
|
@@ -1948,27 +1981,36 @@ export declare const MRadioGroup: DefineComponent<__VLS_Props_29, {}, {}, {}, {}
|
|
|
1948
1981
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1949
1982
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1950
1983
|
|
|
1951
|
-
export declare const
|
|
1952
|
-
"update:modelValue": (value:
|
|
1984
|
+
export declare const MSegmentedControl: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1985
|
+
"update:modelValue": (value: number) => any;
|
|
1953
1986
|
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
1987
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1988
|
+
}>, {
|
|
1989
|
+
size: "s" | "m";
|
|
1990
|
+
modelValue: number;
|
|
1991
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1992
|
+
|
|
1993
|
+
export declare const MSelect: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1994
|
+
"update:modelValue": (value: string | number) => any;
|
|
1995
|
+
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
1954
1996
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1955
1997
|
}>, {
|
|
1956
1998
|
size: "s" | "m";
|
|
1957
1999
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1958
2000
|
|
|
1959
|
-
export declare const MStatusBadge: DefineComponent<
|
|
2001
|
+
export declare const MStatusBadge: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
1960
2002
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
1961
2003
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1962
2004
|
|
|
1963
|
-
export declare const MStatusDot: DefineComponent<
|
|
2005
|
+
export declare const MStatusDot: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
1964
2006
|
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
1965
2007
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1966
2008
|
|
|
1967
2009
|
export declare const MStatusNotification: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1968
2010
|
|
|
1969
|
-
export declare const MTabs: DefineComponent<
|
|
2011
|
+
export declare const MTabs: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1970
2012
|
"update:modelValue": (value: number) => any;
|
|
1971
|
-
}, string, PublicProps, Readonly<
|
|
2013
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
1972
2014
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1973
2015
|
}>, {
|
|
1974
2016
|
modelValue: number;
|
|
@@ -1977,10 +2019,10 @@ divider: boolean;
|
|
|
1977
2019
|
tab: HTMLButtonElement;
|
|
1978
2020
|
}, HTMLElement>;
|
|
1979
2021
|
|
|
1980
|
-
export declare const MTag: DefineComponent<
|
|
2022
|
+
export declare const MTag: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1981
2023
|
"update:modelValue": (value: boolean) => any;
|
|
1982
2024
|
"remove-tag": (id: string) => any;
|
|
1983
|
-
}, string, PublicProps, Readonly<
|
|
2025
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
1984
2026
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1985
2027
|
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
1986
2028
|
}>, {
|
|
@@ -1988,9 +2030,9 @@ type: "informative" | "interactive" | "contextualised" | "removable" | "selectab
|
|
|
1988
2030
|
contextualisedNumber: number;
|
|
1989
2031
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1990
2032
|
|
|
1991
|
-
export declare const MTextArea: DefineComponent<
|
|
2033
|
+
export declare const MTextArea: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1992
2034
|
"update:modelValue": (value: string | number) => any;
|
|
1993
|
-
}, string, PublicProps, Readonly<
|
|
2035
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
1994
2036
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1995
2037
|
}>, {
|
|
1996
2038
|
rows: number;
|
|
@@ -2000,17 +2042,17 @@ export declare const MTextInput: __VLS_WithTemplateSlots_14<typeof __VLS_compone
|
|
|
2000
2042
|
|
|
2001
2043
|
export declare const MToaster: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
2002
2044
|
|
|
2003
|
-
export declare const MToggle: DefineComponent<
|
|
2045
|
+
export declare const MToggle: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2004
2046
|
"update:modelValue": (value: boolean) => any;
|
|
2005
|
-
}, string, PublicProps, Readonly<
|
|
2047
|
+
}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{
|
|
2006
2048
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2007
2049
|
}>, {
|
|
2008
2050
|
size: "s" | "m";
|
|
2009
2051
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2010
2052
|
|
|
2011
|
-
export declare const MToggleGroup: DefineComponent<
|
|
2053
|
+
export declare const MToggleGroup: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2012
2054
|
"update:modelValue": (value: string[]) => any;
|
|
2013
|
-
}, string, PublicProps, Readonly<
|
|
2055
|
+
}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
|
|
2014
2056
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
2015
2057
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2016
2058
|
|