maz-ui 3.8.0 → 3.10.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.
Files changed (151) hide show
  1. package/components/MazAvatar.mjs +23 -185
  2. package/components/MazAvatar.umd.js +2 -2
  3. package/components/MazBackdrop.mjs +1 -1
  4. package/components/MazBackdrop.umd.js +1 -1
  5. package/components/MazBadge.mjs +3 -3
  6. package/components/MazBadge.umd.js +2 -2
  7. package/components/MazBottomSheet.mjs +60 -33
  8. package/components/MazBottomSheet.umd.js +2 -2
  9. package/components/MazBtn.mjs +25 -20
  10. package/components/MazBtn.umd.js +2 -2
  11. package/components/MazCard.mjs +312 -301
  12. package/components/MazCard.umd.js +2 -2
  13. package/components/MazCarousel.mjs +93 -38
  14. package/components/MazCarousel.umd.js +2 -2
  15. package/components/MazChart.mjs +79 -120
  16. package/components/MazChart.umd.js +1 -2
  17. package/components/MazCheckbox.mjs +3 -3
  18. package/components/MazCheckbox.umd.js +2 -2
  19. package/components/MazDialog.mjs +61 -34
  20. package/components/MazDialog.umd.js +2 -2
  21. package/components/MazDialogPromise.mjs +75 -58
  22. package/components/MazDialogPromise.umd.js +2 -2
  23. package/components/MazDrawer.mjs +57 -30
  24. package/components/MazDrawer.umd.js +2 -2
  25. package/components/MazDropzone.mjs +4 -4
  26. package/components/MazDropzone.umd.js +2 -2
  27. package/components/MazGallery.mjs +114 -292
  28. package/components/MazGallery.umd.js +2 -2
  29. package/components/MazIcon.mjs +7 -2
  30. package/components/MazIcon.umd.js +2 -2
  31. package/components/MazInput.mjs +46 -40
  32. package/components/MazInput.umd.js +2 -2
  33. package/components/MazInputNumber.mjs +175 -125
  34. package/components/MazInputNumber.umd.js +2 -2
  35. package/components/MazInputPrice.mjs +97 -91
  36. package/components/MazInputPrice.umd.js +2 -2
  37. package/components/MazInputTags.mjs +135 -107
  38. package/components/MazInputTags.umd.js +2 -2
  39. package/components/MazLazyImg.mjs +10 -9
  40. package/components/MazLazyImg.umd.js +2 -2
  41. package/components/MazPhoneNumberInput.mjs +165 -90
  42. package/components/MazPhoneNumberInput.umd.js +2 -2
  43. package/components/MazPicker.mjs +349 -261
  44. package/components/MazPicker.umd.js +2 -2
  45. package/components/MazRadioButtons.mjs +3 -3
  46. package/components/MazRadioButtons.umd.js +2 -2
  47. package/components/MazSelect.mjs +155 -80
  48. package/components/MazSelect.umd.js +2 -2
  49. package/components/MazSlider.mjs +6 -6
  50. package/components/MazSlider.umd.js +2 -2
  51. package/components/MazSpinner.mjs +4 -4
  52. package/components/MazSpinner.umd.js +2 -2
  53. package/components/MazStepper.mjs +16 -11
  54. package/components/MazStepper.umd.js +2 -2
  55. package/components/MazSwitch.mjs +6 -6
  56. package/components/MazSwitch.umd.js +2 -2
  57. package/components/MazTabsBar.mjs +29 -24
  58. package/components/MazTabsBar.umd.js +2 -2
  59. package/components/MazTabsContent.mjs +7 -2
  60. package/components/MazTabsContent.umd.js +2 -2
  61. package/components/MazTabsContentItem.mjs +5 -6
  62. package/components/MazTabsContentItem.umd.js +2 -2
  63. package/components/MazTextarea.mjs +26 -17
  64. package/components/MazTextarea.umd.js +2 -2
  65. package/components/MazTransitionExpand.mjs +3 -3
  66. package/components/MazTransitionExpand.umd.js +2 -2
  67. package/components/assets/check-ac2fdfbb.mjs +31 -0
  68. package/components/assets/eye-ac35bb54.mjs +44 -0
  69. package/components/assets/eye-off-4a5fd13d.mjs +31 -0
  70. package/components/assets/no-photography-7a1e4d68.mjs +36 -0
  71. package/components/assets/pencil-c1aa23f9.mjs +31 -0
  72. package/modules/assets/no-photography-7a1e4d68.mjs +36 -0
  73. package/modules/{maz-ui.mjs → index.mjs} +131 -191
  74. package/modules/index.umd.js +2 -0
  75. package/nuxt/index.ts +130 -0
  76. package/nuxt/runtime/composables/use-toast.ts +8 -0
  77. package/nuxt/runtime/plugins/toaster.ts +26 -0
  78. package/package.json +94 -65
  79. package/tailwindcss/{tailwind.config.js → tailwind.config.ts} +13 -9
  80. package/tailwindcss/tailwind.css +4 -0
  81. package/tailwindcss/utils/colors.ts +20 -0
  82. package/tailwindcss/variables/{breakpoints.js → breakpoints.ts} +1 -1
  83. package/tailwindcss/variables/colors.ts +44 -0
  84. package/tailwindcss/variables/{utilities.js → utilities.ts} +1 -1
  85. package/tailwindcss/variables/{z-indexes.js → z-indexes.ts} +1 -1
  86. package/components/MazAvatar.d.ts +0 -156
  87. package/components/MazBackdrop.d.ts +0 -91
  88. package/components/MazBadge.d.ts +0 -73
  89. package/components/MazBottomSheet.d.ts +0 -36
  90. package/components/MazBtn.d.ts +0 -178
  91. package/components/MazCard.d.ts +0 -194
  92. package/components/MazCarousel.d.ts +0 -24
  93. package/components/MazChart/includes.d.ts +0 -11
  94. package/components/MazChart.d.ts +0 -83
  95. package/components/MazCheckbox.d.ts +0 -54
  96. package/components/MazDialog.d.ts +0 -91
  97. package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +0 -30
  98. package/components/MazDialogPromise.d.ts +0 -72
  99. package/components/MazDrawer.d.ts +0 -69
  100. package/components/MazDropzone.d.ts +0 -128
  101. package/components/MazGallery.d.ts +0 -144
  102. package/components/MazIcon.d.ts +0 -64
  103. package/components/MazInput.d.ts +0 -276
  104. package/components/MazInputNumber.d.ts +0 -65
  105. package/components/MazInputPrice.d.ts +0 -69
  106. package/components/MazInputTags.d.ts +0 -94
  107. package/components/MazLazyImg.d.ts +0 -77
  108. package/components/MazPhoneNumberInput/constantes/locales.d.ts +0 -12
  109. package/components/MazPhoneNumberInput/types.d.ts +0 -21
  110. package/components/MazPhoneNumberInput/utils/countries-name-list-by-iso-code.d.ts +0 -2
  111. package/components/MazPhoneNumberInput/utils/index.d.ts +0 -12
  112. package/components/MazPhoneNumberInput.d.ts +0 -253
  113. package/components/MazPicker/MazPickerCalendar.vue.d.ts +0 -135
  114. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +0 -20
  115. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +0 -112
  116. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +0 -122
  117. package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +0 -36
  118. package/components/MazPicker/MazPickerContainer.vue.d.ts +0 -210
  119. package/components/MazPicker/MazPickerFooter.vue.d.ts +0 -16
  120. package/components/MazPicker/MazPickerHeader.vue.d.ts +0 -82
  121. package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +0 -41
  122. package/components/MazPicker/MazPickerShortcuts.vue.d.ts +0 -60
  123. package/components/MazPicker/MazPickerTime.vue.d.ts +0 -127
  124. package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +0 -33
  125. package/components/MazPicker/types.d.ts +0 -15
  126. package/components/MazPicker/utils.d.ts +0 -54
  127. package/components/MazPicker.d.ts +0 -311
  128. package/components/MazRadioButtons.d.ts +0 -77
  129. package/components/MazSelect.d.ts +0 -186
  130. package/components/MazSlider/utils.d.ts +0 -15
  131. package/components/MazSlider.d.ts +0 -94
  132. package/components/MazSpinner.d.ts +0 -28
  133. package/components/MazStepper.d.ts +0 -114
  134. package/components/MazSwitch.d.ts +0 -54
  135. package/components/MazTabsBar.d.ts +0 -47
  136. package/components/MazTabsContent.d.ts +0 -21
  137. package/components/MazTabsContentItem.d.ts +0 -19
  138. package/components/MazTextarea/textarea-autogrow.d.ts +0 -9
  139. package/components/MazTextarea.d.ts +0 -123
  140. package/components/MazTransitionExpand.d.ts +0 -9
  141. package/components/assets/no-photography-584c6185.mjs +0 -4
  142. package/components/index.d.ts +0 -33
  143. package/components/index.mjs +0 -35
  144. package/components/types.d.ts +0 -17
  145. package/css/aos.css +0 -1
  146. package/css/main.css +0 -1
  147. package/maz-ui.d.ts +0 -313
  148. package/modules/assets/no-photography-584c6185.mjs +0 -4
  149. package/modules/maz-ui.umd.js +0 -2
  150. package/tailwindcss/utils/colors.js +0 -26
  151. package/tailwindcss/variables/colors.js +0 -44
@@ -1,156 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Color } from './types';
3
- export type { Color } from './types';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
- src: {
6
- type: PropType<string | null | undefined>;
7
- default: undefined;
8
- };
9
- caption: {
10
- type: PropType<string | null | undefined>;
11
- default: undefined;
12
- };
13
- href: {
14
- type: StringConstructor;
15
- default: undefined;
16
- };
17
- to: {
18
- type: ObjectConstructor;
19
- default: undefined;
20
- };
21
- alt: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- target: {
26
- type: StringConstructor;
27
- default: string;
28
- };
29
- size: {
30
- type: StringConstructor;
31
- default: undefined;
32
- };
33
- bordered: {
34
- type: BooleanConstructor;
35
- default: boolean;
36
- };
37
- clickable: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- };
41
- square: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- noElevation: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
49
- showCaption: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- imageHeightFull: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- noLoader: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- buttonColor: {
62
- type: PropType<Color>;
63
- default: string;
64
- validator: (value: Color) => boolean;
65
- };
66
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
67
- src: {
68
- type: PropType<string | null | undefined>;
69
- default: undefined;
70
- };
71
- caption: {
72
- type: PropType<string | null | undefined>;
73
- default: undefined;
74
- };
75
- href: {
76
- type: StringConstructor;
77
- default: undefined;
78
- };
79
- to: {
80
- type: ObjectConstructor;
81
- default: undefined;
82
- };
83
- alt: {
84
- type: StringConstructor;
85
- default: string;
86
- };
87
- target: {
88
- type: StringConstructor;
89
- default: string;
90
- };
91
- size: {
92
- type: StringConstructor;
93
- default: undefined;
94
- };
95
- bordered: {
96
- type: BooleanConstructor;
97
- default: boolean;
98
- };
99
- clickable: {
100
- type: BooleanConstructor;
101
- default: boolean;
102
- };
103
- square: {
104
- type: BooleanConstructor;
105
- default: boolean;
106
- };
107
- noElevation: {
108
- type: BooleanConstructor;
109
- default: boolean;
110
- };
111
- showCaption: {
112
- type: BooleanConstructor;
113
- default: boolean;
114
- };
115
- imageHeightFull: {
116
- type: BooleanConstructor;
117
- default: boolean;
118
- };
119
- noLoader: {
120
- type: BooleanConstructor;
121
- default: boolean;
122
- };
123
- buttonColor: {
124
- type: PropType<Color>;
125
- default: string;
126
- validator: (value: Color) => boolean;
127
- };
128
- }>> & {
129
- onClick?: ((...args: any[]) => any) | undefined;
130
- }, {
131
- src: string | null | undefined;
132
- caption: string | null | undefined;
133
- size: string;
134
- noLoader: boolean;
135
- imageHeightFull: boolean;
136
- href: string;
137
- to: Record<string, any>;
138
- alt: string;
139
- target: string;
140
- bordered: boolean;
141
- clickable: boolean;
142
- square: boolean;
143
- noElevation: boolean;
144
- showCaption: boolean;
145
- buttonColor: Color;
146
- }>, {
147
- 'round-text': (_: {}) => any;
148
- icon: (_: {}) => any;
149
- caption: (_: {}) => any;
150
- }>;
151
- export default _default;
152
- type __VLS_WithTemplateSlots<T, S> = T & {
153
- new (): {
154
- $slots: S;
155
- };
156
- };
@@ -1,91 +0,0 @@
1
- import { type PropType } from 'vue';
2
- declare const _default: import("vue").DefineComponent<{
3
- modelValue: {
4
- type: BooleanConstructor;
5
- default: boolean;
6
- };
7
- teleportSelector: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- beforeClose: {
12
- type: PropType<Function>;
13
- default: undefined;
14
- };
15
- persistent: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- noCloseOnEscKey: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- transitionName: {
24
- type: StringConstructor;
25
- default: string;
26
- };
27
- backdropClass: {
28
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
29
- default: undefined;
30
- };
31
- backdropContentClass: {
32
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
33
- default: undefined;
34
- };
35
- }, {
36
- onBackdropAnimationEnter: () => void;
37
- onBackdropAnimationLeave: () => void;
38
- onBackdropClicked: () => void;
39
- close: () => void;
40
- present: import("vue").Ref<boolean>;
41
- toggleModal: (value: boolean) => Promise<void>;
42
- onKeyPress: (event: KeyboardEvent) => void;
43
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "before-close" | "update:model-value")[], "close" | "open" | "before-close" | "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
- modelValue: {
45
- type: BooleanConstructor;
46
- default: boolean;
47
- };
48
- teleportSelector: {
49
- type: StringConstructor;
50
- default: string;
51
- };
52
- beforeClose: {
53
- type: PropType<Function>;
54
- default: undefined;
55
- };
56
- persistent: {
57
- type: BooleanConstructor;
58
- default: boolean;
59
- };
60
- noCloseOnEscKey: {
61
- type: BooleanConstructor;
62
- default: boolean;
63
- };
64
- transitionName: {
65
- type: StringConstructor;
66
- default: string;
67
- };
68
- backdropClass: {
69
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
70
- default: undefined;
71
- };
72
- backdropContentClass: {
73
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
74
- default: undefined;
75
- };
76
- }>> & {
77
- onClose?: ((...args: any[]) => any) | undefined;
78
- onOpen?: ((...args: any[]) => any) | undefined;
79
- "onBefore-close"?: ((...args: any[]) => any) | undefined;
80
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
81
- }, {
82
- modelValue: boolean;
83
- teleportSelector: string;
84
- beforeClose: Function;
85
- persistent: boolean;
86
- noCloseOnEscKey: boolean;
87
- transitionName: string;
88
- backdropClass: string | unknown[] | Record<string, any>;
89
- backdropContentClass: string | unknown[] | Record<string, any>;
90
- }>;
91
- export default _default;
@@ -1,73 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Color } from './types';
3
- export type BadgeColor = Color | 'gray';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
- color: {
6
- type: PropType<BadgeColor>;
7
- default: string;
8
- validator: (value: string) => boolean;
9
- };
10
- size: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- nowrap: {
15
- type: BooleanConstructor;
16
- default: boolean;
17
- };
18
- outline: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- pastel: {
23
- type: BooleanConstructor;
24
- default: boolean;
25
- };
26
- roundedSize: {
27
- type: StringConstructor;
28
- default: string;
29
- validator: (value: string) => boolean;
30
- };
31
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
- color: {
33
- type: PropType<BadgeColor>;
34
- default: string;
35
- validator: (value: string) => boolean;
36
- };
37
- size: {
38
- type: StringConstructor;
39
- default: string;
40
- };
41
- nowrap: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- outline: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
49
- pastel: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- roundedSize: {
54
- type: StringConstructor;
55
- default: string;
56
- validator: (value: string) => boolean;
57
- };
58
- }>>, {
59
- size: string;
60
- color: BadgeColor;
61
- nowrap: boolean;
62
- outline: boolean;
63
- pastel: boolean;
64
- roundedSize: string;
65
- }>, {
66
- default: (_: {}) => any;
67
- }>;
68
- export default _default;
69
- type __VLS_WithTemplateSlots<T, S> = T & {
70
- new (): {
71
- $slots: S;
72
- };
73
- };
@@ -1,36 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- noClose: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- noPadding: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "update:model-value")[], "close" | "open" | "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
- noClose: {
12
- type: BooleanConstructor;
13
- default: boolean;
14
- };
15
- noPadding: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- }>> & {
20
- onClose?: ((...args: any[]) => any) | undefined;
21
- onOpen?: ((...args: any[]) => any) | undefined;
22
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
23
- }, {
24
- noPadding: boolean;
25
- noClose: boolean;
26
- }>, {
27
- default: (_: {
28
- close: any;
29
- }) => any;
30
- }>;
31
- export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
33
- new (): {
34
- $slots: S;
35
- };
36
- };
@@ -1,178 +0,0 @@
1
- import { type PropType } from 'vue';
2
- import type { Color, Size } from './types';
3
- export type { Color, Size } from './types';
4
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5
- variant: {
6
- type: StringConstructor;
7
- default: string;
8
- validator: (value: string) => boolean;
9
- };
10
- size: {
11
- type: PropType<Size>;
12
- default: string;
13
- validator: (value: string) => boolean;
14
- };
15
- color: {
16
- type: PropType<Color>;
17
- default: string;
18
- validator: (value: Color) => boolean;
19
- };
20
- type: {
21
- type: StringConstructor;
22
- default: string;
23
- validator: (value: string) => boolean;
24
- };
25
- rounded: {
26
- type: BooleanConstructor;
27
- default: boolean;
28
- };
29
- outline: {
30
- type: BooleanConstructor;
31
- default: boolean;
32
- };
33
- pastel: {
34
- type: BooleanConstructor;
35
- default: boolean;
36
- };
37
- block: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- };
41
- noUnderline: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- noLeading: {
46
- type: BooleanConstructor;
47
- default: boolean;
48
- };
49
- loading: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- disabled: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- fab: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- leftIcon: {
62
- type: StringConstructor;
63
- default: undefined;
64
- };
65
- rightIcon: {
66
- type: StringConstructor;
67
- default: undefined;
68
- };
69
- noPadding: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- noElevation: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
78
- variant: {
79
- type: StringConstructor;
80
- default: string;
81
- validator: (value: string) => boolean;
82
- };
83
- size: {
84
- type: PropType<Size>;
85
- default: string;
86
- validator: (value: string) => boolean;
87
- };
88
- color: {
89
- type: PropType<Color>;
90
- default: string;
91
- validator: (value: Color) => boolean;
92
- };
93
- type: {
94
- type: StringConstructor;
95
- default: string;
96
- validator: (value: string) => boolean;
97
- };
98
- rounded: {
99
- type: BooleanConstructor;
100
- default: boolean;
101
- };
102
- outline: {
103
- type: BooleanConstructor;
104
- default: boolean;
105
- };
106
- pastel: {
107
- type: BooleanConstructor;
108
- default: boolean;
109
- };
110
- block: {
111
- type: BooleanConstructor;
112
- default: boolean;
113
- };
114
- noUnderline: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- noLeading: {
119
- type: BooleanConstructor;
120
- default: boolean;
121
- };
122
- loading: {
123
- type: BooleanConstructor;
124
- default: boolean;
125
- };
126
- disabled: {
127
- type: BooleanConstructor;
128
- default: boolean;
129
- };
130
- fab: {
131
- type: BooleanConstructor;
132
- default: boolean;
133
- };
134
- leftIcon: {
135
- type: StringConstructor;
136
- default: undefined;
137
- };
138
- rightIcon: {
139
- type: StringConstructor;
140
- default: undefined;
141
- };
142
- noPadding: {
143
- type: BooleanConstructor;
144
- default: boolean;
145
- };
146
- noElevation: {
147
- type: BooleanConstructor;
148
- default: boolean;
149
- };
150
- }>>, {
151
- size: Size;
152
- color: Color;
153
- type: string;
154
- loading: boolean;
155
- noElevation: boolean;
156
- outline: boolean;
157
- pastel: boolean;
158
- variant: string;
159
- rounded: boolean;
160
- block: boolean;
161
- noUnderline: boolean;
162
- noLeading: boolean;
163
- disabled: boolean;
164
- fab: boolean;
165
- leftIcon: string;
166
- rightIcon: string;
167
- noPadding: boolean;
168
- }>, {
169
- 'left-icon': (_: {}) => any;
170
- default: (_: {}) => any;
171
- 'right-icon': (_: {}) => any;
172
- }>;
173
- export default _default;
174
- type __VLS_WithTemplateSlots<T, S> = T & {
175
- new (): {
176
- $slots: S;
177
- };
178
- };