@rocketui/vue 0.3.0-alpha.1 → 0.3.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 (165) hide show
  1. package/README.md +1 -47
  2. package/dist/rocket-ui-vue.d.ts +3611 -0
  3. package/dist/rocket-ui-vue.js +1818 -1608
  4. package/dist/rocket-ui-vue.umd.cjs +1 -10
  5. package/dist/style.css +1 -1
  6. package/package.json +2 -9
  7. package/dist/src/components/Accordion/Accordion.stories.d.ts +0 -116
  8. package/dist/src/components/Accordion/Accordion.stories.d.ts.map +0 -1
  9. package/dist/src/components/Accordion/RAccordion.vue.d.ts +0 -70
  10. package/dist/src/components/Accordion/RAccordion.vue.d.ts.map +0 -1
  11. package/dist/src/components/Accordion/accordion.spec.d.ts +0 -2
  12. package/dist/src/components/Accordion/accordion.spec.d.ts.map +0 -1
  13. package/dist/src/components/Alert/Alert.stories.d.ts +0 -461
  14. package/dist/src/components/Alert/Alert.stories.d.ts.map +0 -1
  15. package/dist/src/components/Alert/RAlert.vue.d.ts +0 -109
  16. package/dist/src/components/Alert/RAlert.vue.d.ts.map +0 -1
  17. package/dist/src/components/Alert/alert.spec.d.ts +0 -2
  18. package/dist/src/components/Alert/alert.spec.d.ts.map +0 -1
  19. package/dist/src/components/Avatar/Avatar.stories.d.ts +0 -68
  20. package/dist/src/components/Avatar/Avatar.stories.d.ts.map +0 -1
  21. package/dist/src/components/Avatar/RAvatar.vue.d.ts +0 -92
  22. package/dist/src/components/Avatar/RAvatar.vue.d.ts.map +0 -1
  23. package/dist/src/components/Avatar/avatar.spec.d.ts +0 -2
  24. package/dist/src/components/Avatar/avatar.spec.d.ts.map +0 -1
  25. package/dist/src/components/Badge/Badge.stories.d.ts +0 -281
  26. package/dist/src/components/Badge/Badge.stories.d.ts.map +0 -1
  27. package/dist/src/components/Badge/RBadge.vue.d.ts +0 -143
  28. package/dist/src/components/Badge/RBadge.vue.d.ts.map +0 -1
  29. package/dist/src/components/Badge/badge.spec.d.ts +0 -2
  30. package/dist/src/components/Badge/badge.spec.d.ts.map +0 -1
  31. package/dist/src/components/Box/Box.stories.d.ts +0 -167
  32. package/dist/src/components/Box/Box.stories.d.ts.map +0 -1
  33. package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts +0 -111
  34. package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts.map +0 -1
  35. package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts +0 -50
  36. package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts.map +0 -1
  37. package/dist/src/components/Button/Button.spec.d.ts +0 -2
  38. package/dist/src/components/Button/Button.spec.d.ts.map +0 -1
  39. package/dist/src/components/Button/Button.stories.d.ts +0 -553
  40. package/dist/src/components/Button/Button.stories.d.ts.map +0 -1
  41. package/dist/src/components/Button/RButton.vue.d.ts +0 -155
  42. package/dist/src/components/Button/RButton.vue.d.ts.map +0 -1
  43. package/dist/src/components/Checkbox/Checkbox.stories.d.ts +0 -88
  44. package/dist/src/components/Checkbox/Checkbox.stories.d.ts.map +0 -1
  45. package/dist/src/components/Checkbox/RCheckbox.vue.d.ts +0 -120
  46. package/dist/src/components/Checkbox/RCheckbox.vue.d.ts.map +0 -1
  47. package/dist/src/components/Checkbox/checkbox.spec.d.ts +0 -2
  48. package/dist/src/components/Checkbox/checkbox.spec.d.ts.map +0 -1
  49. package/dist/src/components/Chips/Chip.stories.d.ts +0 -547
  50. package/dist/src/components/Chips/Chip.stories.d.ts.map +0 -1
  51. package/dist/src/components/Chips/RChip.vue.d.ts +0 -132
  52. package/dist/src/components/Chips/RChip.vue.d.ts.map +0 -1
  53. package/dist/src/components/Chips/chip.spec.d.ts +0 -2
  54. package/dist/src/components/Chips/chip.spec.d.ts.map +0 -1
  55. package/dist/src/components/Dropdown/Dropdown.stories.d.ts +0 -690
  56. package/dist/src/components/Dropdown/Dropdown.stories.d.ts.map +0 -1
  57. package/dist/src/components/Dropdown/RDropdown.vue.d.ts +0 -418
  58. package/dist/src/components/Dropdown/RDropdown.vue.d.ts.map +0 -1
  59. package/dist/src/components/Dropdown/dropdown.spec.d.ts +0 -2
  60. package/dist/src/components/Dropdown/dropdown.spec.d.ts.map +0 -1
  61. package/dist/src/components/Icon/Icon.stories.d.ts +0 -39
  62. package/dist/src/components/Icon/Icon.stories.d.ts.map +0 -1
  63. package/dist/src/components/Icon/RIcon.vue.d.ts +0 -59
  64. package/dist/src/components/Icon/RIcon.vue.d.ts.map +0 -1
  65. package/dist/src/components/Icon/icon.spec.d.ts +0 -2
  66. package/dist/src/components/Icon/icon.spec.d.ts.map +0 -1
  67. package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts +0 -215
  68. package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts.map +0 -1
  69. package/dist/src/components/ItemGroup/RItem.vue.d.ts +0 -65
  70. package/dist/src/components/ItemGroup/RItem.vue.d.ts.map +0 -1
  71. package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts +0 -123
  72. package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts.map +0 -1
  73. package/dist/src/components/ItemGroup/itemgroup.spec.d.ts +0 -2
  74. package/dist/src/components/ItemGroup/itemgroup.spec.d.ts.map +0 -1
  75. package/dist/src/components/Label/Label.stories.d.ts +0 -133
  76. package/dist/src/components/Label/Label.stories.d.ts.map +0 -1
  77. package/dist/src/components/Label/RLabel.vue.d.ts +0 -68
  78. package/dist/src/components/Label/RLabel.vue.d.ts.map +0 -1
  79. package/dist/src/components/Modal/Modal.stories.d.ts +0 -343
  80. package/dist/src/components/Modal/Modal.stories.d.ts.map +0 -1
  81. package/dist/src/components/Modal/RModal.vue.d.ts +0 -183
  82. package/dist/src/components/Modal/RModal.vue.d.ts.map +0 -1
  83. package/dist/src/components/Modal/modal.spec.d.ts +0 -2
  84. package/dist/src/components/Modal/modal.spec.d.ts.map +0 -1
  85. package/dist/src/components/Pagination/Pagination.stories.d.ts +0 -243
  86. package/dist/src/components/Pagination/Pagination.stories.d.ts.map +0 -1
  87. package/dist/src/components/Pagination/RPagination.vue.d.ts +0 -110
  88. package/dist/src/components/Pagination/RPagination.vue.d.ts.map +0 -1
  89. package/dist/src/components/Pagination/pagination.spec.d.ts +0 -2
  90. package/dist/src/components/Pagination/pagination.spec.d.ts.map +0 -1
  91. package/dist/src/components/ProgressBar/Progressbar.stories.d.ts +0 -30
  92. package/dist/src/components/ProgressBar/Progressbar.stories.d.ts.map +0 -1
  93. package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts +0 -34
  94. package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts.map +0 -1
  95. package/dist/src/components/ProgressBar/progressbar.spec.d.ts +0 -2
  96. package/dist/src/components/ProgressBar/progressbar.spec.d.ts.map +0 -1
  97. package/dist/src/components/Radio/RRadio.vue.d.ts +0 -66
  98. package/dist/src/components/Radio/RRadio.vue.d.ts.map +0 -1
  99. package/dist/src/components/Radio/Radio.stories.d.ts +0 -100
  100. package/dist/src/components/Radio/Radio.stories.d.ts.map +0 -1
  101. package/dist/src/components/Shared/Enums.d.ts +0 -2
  102. package/dist/src/components/Shared/Enums.d.ts.map +0 -1
  103. package/dist/src/components/Sidebar/RSidebar.vue.d.ts +0 -53
  104. package/dist/src/components/Sidebar/RSidebar.vue.d.ts.map +0 -1
  105. package/dist/src/components/Sidebar/Sidebar.stories.d.ts +0 -163
  106. package/dist/src/components/Sidebar/Sidebar.stories.d.ts.map +0 -1
  107. package/dist/src/components/Sidebar/sidebar.spec.d.ts +0 -2
  108. package/dist/src/components/Sidebar/sidebar.spec.d.ts.map +0 -1
  109. package/dist/src/components/Snackbar/RSnackbar.vue.d.ts +0 -113
  110. package/dist/src/components/Snackbar/RSnackbar.vue.d.ts.map +0 -1
  111. package/dist/src/components/Snackbar/Snackbar.stories.d.ts +0 -224
  112. package/dist/src/components/Snackbar/Snackbar.stories.d.ts.map +0 -1
  113. package/dist/src/components/Snackbar/snackbar.spec.d.ts +0 -2
  114. package/dist/src/components/Snackbar/snackbar.spec.d.ts.map +0 -1
  115. package/dist/src/components/Switch/RSwitch.vue.d.ts +0 -135
  116. package/dist/src/components/Switch/RSwitch.vue.d.ts.map +0 -1
  117. package/dist/src/components/Switch/Switch.stories.d.ts +0 -102
  118. package/dist/src/components/Switch/Switch.stories.d.ts.map +0 -1
  119. package/dist/src/components/Switch/switch.spec.d.ts +0 -2
  120. package/dist/src/components/Switch/switch.spec.d.ts.map +0 -1
  121. package/dist/src/components/TabItem/RTabItem.vue.d.ts +0 -155
  122. package/dist/src/components/TabItem/RTabItem.vue.d.ts.map +0 -1
  123. package/dist/src/components/TabItem/TabItem.spec.d.ts +0 -2
  124. package/dist/src/components/TabItem/TabItem.spec.d.ts.map +0 -1
  125. package/dist/src/components/TabItem/TabItem.stories.d.ts +0 -290
  126. package/dist/src/components/TabItem/TabItem.stories.d.ts.map +0 -1
  127. package/dist/src/components/TabItem/common.d.ts +0 -7
  128. package/dist/src/components/TabItem/common.d.ts.map +0 -1
  129. package/dist/src/components/Tabs/RTabs.vue.d.ts +0 -95
  130. package/dist/src/components/Tabs/RTabs.vue.d.ts.map +0 -1
  131. package/dist/src/components/Tabs/Tabs.spec.d.ts +0 -2
  132. package/dist/src/components/Tabs/Tabs.spec.d.ts.map +0 -1
  133. package/dist/src/components/Tabs/Tabs.stories.d.ts +0 -181
  134. package/dist/src/components/Tabs/Tabs.stories.d.ts.map +0 -1
  135. package/dist/src/components/Tabs/types.d.ts +0 -11
  136. package/dist/src/components/Tabs/types.d.ts.map +0 -1
  137. package/dist/src/components/TextArea/RTextArea.vue.d.ts +0 -120
  138. package/dist/src/components/TextArea/RTextArea.vue.d.ts.map +0 -1
  139. package/dist/src/components/TextArea/TextArea.stories.d.ts +0 -89
  140. package/dist/src/components/TextArea/TextArea.stories.d.ts.map +0 -1
  141. package/dist/src/components/TextArea/textarea.spec.d.ts +0 -2
  142. package/dist/src/components/TextArea/textarea.spec.d.ts.map +0 -1
  143. package/dist/src/components/Textfield/RTextfield.vue.d.ts +0 -249
  144. package/dist/src/components/Textfield/RTextfield.vue.d.ts.map +0 -1
  145. package/dist/src/components/Textfield/Textfield.stories.d.ts +0 -459
  146. package/dist/src/components/Textfield/Textfield.stories.d.ts.map +0 -1
  147. package/dist/src/components/Textfield/textfield.spec.d.ts +0 -2
  148. package/dist/src/components/Textfield/textfield.spec.d.ts.map +0 -1
  149. package/dist/src/components/Tooltip/RTooltip.vue.d.ts +0 -264
  150. package/dist/src/components/Tooltip/RTooltip.vue.d.ts.map +0 -1
  151. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +0 -482
  152. package/dist/src/components/Tooltip/Tooltip.stories.d.ts.map +0 -1
  153. package/dist/src/components/Tooltip/popper.d.ts +0 -29
  154. package/dist/src/components/Tooltip/popper.d.ts.map +0 -1
  155. package/dist/src/components/Tooltip/tooltip.spec.d.ts +0 -2
  156. package/dist/src/components/Tooltip/tooltip.spec.d.ts.map +0 -1
  157. package/dist/src/directives/index.d.ts +0 -64
  158. package/dist/src/directives/index.d.ts.map +0 -1
  159. package/dist/src/lib/main.d.ts +0 -28
  160. package/dist/src/lib/main.d.ts.map +0 -1
  161. package/dist/src/main.d.ts +0 -1
  162. package/dist/src/main.d.ts.map +0 -1
  163. package/dist/src/shims.d.ts +0 -9
  164. package/dist/src/utils/helpers.d.ts +0 -2
  165. package/dist/src/utils/helpers.d.ts.map +0 -1
@@ -0,0 +1,3611 @@
1
+ import { AllowedComponentProps } from 'vue';
2
+ import { ComponentCustomProps } from 'vue';
3
+ import { ComponentOptionsMixin } from 'vue';
4
+ import { DefineComponent } from 'vue';
5
+ import { ExtractPropTypes } from 'vue';
6
+ import { HTMLAttributes } from 'vue';
7
+ import { InputHTMLAttributes } from 'vue';
8
+ import { LabelHTMLAttributes } from 'vue';
9
+ import { PropType } from 'vue';
10
+ import { SVGAttributes } from 'vue';
11
+ import { VNodeProps } from 'vue';
12
+
13
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+
15
+ declare type __VLS_NonUndefinedable_10<T> = T extends undefined ? never : T;
16
+
17
+ declare type __VLS_NonUndefinedable_11<T> = T extends undefined ? never : T;
18
+
19
+ declare type __VLS_NonUndefinedable_12<T> = T extends undefined ? never : T;
20
+
21
+ declare type __VLS_NonUndefinedable_13<T> = T extends undefined ? never : T;
22
+
23
+ declare type __VLS_NonUndefinedable_14<T> = T extends undefined ? never : T;
24
+
25
+ declare type __VLS_NonUndefinedable_15<T> = T extends undefined ? never : T;
26
+
27
+ declare type __VLS_NonUndefinedable_16<T> = T extends undefined ? never : T;
28
+
29
+ declare type __VLS_NonUndefinedable_17<T> = T extends undefined ? never : T;
30
+
31
+ declare type __VLS_NonUndefinedable_18<T> = T extends undefined ? never : T;
32
+
33
+ declare type __VLS_NonUndefinedable_19<T> = T extends undefined ? never : T;
34
+
35
+ declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
36
+
37
+ declare type __VLS_NonUndefinedable_20<T> = T extends undefined ? never : T;
38
+
39
+ declare type __VLS_NonUndefinedable_21<T> = T extends undefined ? never : T;
40
+
41
+ declare type __VLS_NonUndefinedable_22<T> = T extends undefined ? never : T;
42
+
43
+ declare type __VLS_NonUndefinedable_23<T> = T extends undefined ? never : T;
44
+
45
+ declare type __VLS_NonUndefinedable_24<T> = T extends undefined ? never : T;
46
+
47
+ declare type __VLS_NonUndefinedable_25<T> = T extends undefined ? never : T;
48
+
49
+ declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
50
+
51
+ declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
52
+
53
+ declare type __VLS_NonUndefinedable_5<T> = T extends undefined ? never : T;
54
+
55
+ declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
56
+
57
+ declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
58
+
59
+ declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
60
+
61
+ declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
62
+
63
+ declare type __VLS_Prettify<T> = {
64
+ [K in keyof T]: T[K];
65
+ } & {};
66
+
67
+ declare type __VLS_Prettify_10<T> = {
68
+ [K in keyof T]: T[K];
69
+ } & {};
70
+
71
+ declare type __VLS_Prettify_11<T> = {
72
+ [K in keyof T]: T[K];
73
+ } & {};
74
+
75
+ declare type __VLS_Prettify_12<T> = {
76
+ [K in keyof T]: T[K];
77
+ } & {};
78
+
79
+ declare type __VLS_Prettify_13<T> = {
80
+ [K in keyof T]: T[K];
81
+ } & {};
82
+
83
+ declare type __VLS_Prettify_14<T> = {
84
+ [K in keyof T]: T[K];
85
+ } & {};
86
+
87
+ declare type __VLS_Prettify_15<T> = {
88
+ [K in keyof T]: T[K];
89
+ } & {};
90
+
91
+ declare type __VLS_Prettify_16<T> = {
92
+ [K in keyof T]: T[K];
93
+ } & {};
94
+
95
+ declare type __VLS_Prettify_17<T> = {
96
+ [K in keyof T]: T[K];
97
+ } & {};
98
+
99
+ declare type __VLS_Prettify_18<T> = {
100
+ [K in keyof T]: T[K];
101
+ } & {};
102
+
103
+ declare type __VLS_Prettify_19<T> = {
104
+ [K in keyof T]: T[K];
105
+ } & {};
106
+
107
+ declare type __VLS_Prettify_2<T> = {
108
+ [K in keyof T]: T[K];
109
+ } & {};
110
+
111
+ declare type __VLS_Prettify_20<T> = {
112
+ [K in keyof T]: T[K];
113
+ } & {};
114
+
115
+ declare type __VLS_Prettify_21<T> = {
116
+ [K in keyof T]: T[K];
117
+ } & {};
118
+
119
+ declare type __VLS_Prettify_22<T> = {
120
+ [K in keyof T]: T[K];
121
+ } & {};
122
+
123
+ declare type __VLS_Prettify_23<T> = {
124
+ [K in keyof T]: T[K];
125
+ } & {};
126
+
127
+ declare type __VLS_Prettify_24<T> = {
128
+ [K in keyof T]: T[K];
129
+ } & {};
130
+
131
+ declare type __VLS_Prettify_25<T> = {
132
+ [K in keyof T]: T[K];
133
+ } & {};
134
+
135
+ declare type __VLS_Prettify_3<T> = {
136
+ [K in keyof T]: T[K];
137
+ } & {};
138
+
139
+ declare type __VLS_Prettify_4<T> = {
140
+ [K in keyof T]: T[K];
141
+ } & {};
142
+
143
+ declare type __VLS_Prettify_5<T> = {
144
+ [K in keyof T]: T[K];
145
+ } & {};
146
+
147
+ declare type __VLS_Prettify_6<T> = {
148
+ [K in keyof T]: T[K];
149
+ } & {};
150
+
151
+ declare type __VLS_Prettify_7<T> = {
152
+ [K in keyof T]: T[K];
153
+ } & {};
154
+
155
+ declare type __VLS_Prettify_8<T> = {
156
+ [K in keyof T]: T[K];
157
+ } & {};
158
+
159
+ declare type __VLS_Prettify_9<T> = {
160
+ [K in keyof T]: T[K];
161
+ } & {};
162
+
163
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
164
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
165
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
166
+ } : {
167
+ type: PropType<T[K]>;
168
+ required: true;
169
+ };
170
+ };
171
+
172
+ declare type __VLS_TypePropsToRuntimeProps_10<T> = {
173
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
174
+ type: PropType<__VLS_NonUndefinedable_10<T[K]>>;
175
+ } : {
176
+ type: PropType<T[K]>;
177
+ required: true;
178
+ };
179
+ };
180
+
181
+ declare type __VLS_TypePropsToRuntimeProps_11<T> = {
182
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
183
+ type: PropType<__VLS_NonUndefinedable_11<T[K]>>;
184
+ } : {
185
+ type: PropType<T[K]>;
186
+ required: true;
187
+ };
188
+ };
189
+
190
+ declare type __VLS_TypePropsToRuntimeProps_12<T> = {
191
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
192
+ type: PropType<__VLS_NonUndefinedable_12<T[K]>>;
193
+ } : {
194
+ type: PropType<T[K]>;
195
+ required: true;
196
+ };
197
+ };
198
+
199
+ declare type __VLS_TypePropsToRuntimeProps_13<T> = {
200
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
201
+ type: PropType<__VLS_NonUndefinedable_13<T[K]>>;
202
+ } : {
203
+ type: PropType<T[K]>;
204
+ required: true;
205
+ };
206
+ };
207
+
208
+ declare type __VLS_TypePropsToRuntimeProps_14<T> = {
209
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
210
+ type: PropType<__VLS_NonUndefinedable_14<T[K]>>;
211
+ } : {
212
+ type: PropType<T[K]>;
213
+ required: true;
214
+ };
215
+ };
216
+
217
+ declare type __VLS_TypePropsToRuntimeProps_15<T> = {
218
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
219
+ type: PropType<__VLS_NonUndefinedable_15<T[K]>>;
220
+ } : {
221
+ type: PropType<T[K]>;
222
+ required: true;
223
+ };
224
+ };
225
+
226
+ declare type __VLS_TypePropsToRuntimeProps_16<T> = {
227
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
228
+ type: PropType<__VLS_NonUndefinedable_16<T[K]>>;
229
+ } : {
230
+ type: PropType<T[K]>;
231
+ required: true;
232
+ };
233
+ };
234
+
235
+ declare type __VLS_TypePropsToRuntimeProps_17<T> = {
236
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
237
+ type: PropType<__VLS_NonUndefinedable_17<T[K]>>;
238
+ } : {
239
+ type: PropType<T[K]>;
240
+ required: true;
241
+ };
242
+ };
243
+
244
+ declare type __VLS_TypePropsToRuntimeProps_18<T> = {
245
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
246
+ type: PropType<__VLS_NonUndefinedable_18<T[K]>>;
247
+ } : {
248
+ type: PropType<T[K]>;
249
+ required: true;
250
+ };
251
+ };
252
+
253
+ declare type __VLS_TypePropsToRuntimeProps_19<T> = {
254
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
255
+ type: PropType<__VLS_NonUndefinedable_19<T[K]>>;
256
+ } : {
257
+ type: PropType<T[K]>;
258
+ required: true;
259
+ };
260
+ };
261
+
262
+ declare type __VLS_TypePropsToRuntimeProps_2<T> = {
263
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
264
+ type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
265
+ } : {
266
+ type: PropType<T[K]>;
267
+ required: true;
268
+ };
269
+ };
270
+
271
+ declare type __VLS_TypePropsToRuntimeProps_20<T> = {
272
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
273
+ type: PropType<__VLS_NonUndefinedable_20<T[K]>>;
274
+ } : {
275
+ type: PropType<T[K]>;
276
+ required: true;
277
+ };
278
+ };
279
+
280
+ declare type __VLS_TypePropsToRuntimeProps_21<T> = {
281
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
282
+ type: PropType<__VLS_NonUndefinedable_21<T[K]>>;
283
+ } : {
284
+ type: PropType<T[K]>;
285
+ required: true;
286
+ };
287
+ };
288
+
289
+ declare type __VLS_TypePropsToRuntimeProps_22<T> = {
290
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
291
+ type: PropType<__VLS_NonUndefinedable_22<T[K]>>;
292
+ } : {
293
+ type: PropType<T[K]>;
294
+ required: true;
295
+ };
296
+ };
297
+
298
+ declare type __VLS_TypePropsToRuntimeProps_23<T> = {
299
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
300
+ type: PropType<__VLS_NonUndefinedable_23<T[K]>>;
301
+ } : {
302
+ type: PropType<T[K]>;
303
+ required: true;
304
+ };
305
+ };
306
+
307
+ declare type __VLS_TypePropsToRuntimeProps_24<T> = {
308
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
309
+ type: PropType<__VLS_NonUndefinedable_24<T[K]>>;
310
+ } : {
311
+ type: PropType<T[K]>;
312
+ required: true;
313
+ };
314
+ };
315
+
316
+ declare type __VLS_TypePropsToRuntimeProps_25<T> = {
317
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
318
+ type: PropType<__VLS_NonUndefinedable_25<T[K]>>;
319
+ } : {
320
+ type: PropType<T[K]>;
321
+ required: true;
322
+ };
323
+ };
324
+
325
+ declare type __VLS_TypePropsToRuntimeProps_3<T> = {
326
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
327
+ type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
328
+ } : {
329
+ type: PropType<T[K]>;
330
+ required: true;
331
+ };
332
+ };
333
+
334
+ declare type __VLS_TypePropsToRuntimeProps_4<T> = {
335
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
336
+ type: PropType<__VLS_NonUndefinedable_4<T[K]>>;
337
+ } : {
338
+ type: PropType<T[K]>;
339
+ required: true;
340
+ };
341
+ };
342
+
343
+ declare type __VLS_TypePropsToRuntimeProps_5<T> = {
344
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
345
+ type: PropType<__VLS_NonUndefinedable_5<T[K]>>;
346
+ } : {
347
+ type: PropType<T[K]>;
348
+ required: true;
349
+ };
350
+ };
351
+
352
+ declare type __VLS_TypePropsToRuntimeProps_6<T> = {
353
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
354
+ type: PropType<__VLS_NonUndefinedable_6<T[K]>>;
355
+ } : {
356
+ type: PropType<T[K]>;
357
+ required: true;
358
+ };
359
+ };
360
+
361
+ declare type __VLS_TypePropsToRuntimeProps_7<T> = {
362
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
363
+ type: PropType<__VLS_NonUndefinedable_7<T[K]>>;
364
+ } : {
365
+ type: PropType<T[K]>;
366
+ required: true;
367
+ };
368
+ };
369
+
370
+ declare type __VLS_TypePropsToRuntimeProps_8<T> = {
371
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
372
+ type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
373
+ } : {
374
+ type: PropType<T[K]>;
375
+ required: true;
376
+ };
377
+ };
378
+
379
+ declare type __VLS_TypePropsToRuntimeProps_9<T> = {
380
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
381
+ type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
382
+ } : {
383
+ type: PropType<T[K]>;
384
+ required: true;
385
+ };
386
+ };
387
+
388
+ declare type __VLS_WithDefaults<P, D> = {
389
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
390
+ default: D[K];
391
+ }> : P[K];
392
+ };
393
+
394
+ declare type __VLS_WithDefaults_10<P, D> = {
395
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_10<P[K] & {
396
+ default: D[K];
397
+ }> : P[K];
398
+ };
399
+
400
+ declare type __VLS_WithDefaults_11<P, D> = {
401
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_11<P[K] & {
402
+ default: D[K];
403
+ }> : P[K];
404
+ };
405
+
406
+ declare type __VLS_WithDefaults_12<P, D> = {
407
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_12<P[K] & {
408
+ default: D[K];
409
+ }> : P[K];
410
+ };
411
+
412
+ declare type __VLS_WithDefaults_13<P, D> = {
413
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_13<P[K] & {
414
+ default: D[K];
415
+ }> : P[K];
416
+ };
417
+
418
+ declare type __VLS_WithDefaults_14<P, D> = {
419
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_14<P[K] & {
420
+ default: D[K];
421
+ }> : P[K];
422
+ };
423
+
424
+ declare type __VLS_WithDefaults_15<P, D> = {
425
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_15<P[K] & {
426
+ default: D[K];
427
+ }> : P[K];
428
+ };
429
+
430
+ declare type __VLS_WithDefaults_16<P, D> = {
431
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_16<P[K] & {
432
+ default: D[K];
433
+ }> : P[K];
434
+ };
435
+
436
+ declare type __VLS_WithDefaults_17<P, D> = {
437
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_17<P[K] & {
438
+ default: D[K];
439
+ }> : P[K];
440
+ };
441
+
442
+ declare type __VLS_WithDefaults_18<P, D> = {
443
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_18<P[K] & {
444
+ default: D[K];
445
+ }> : P[K];
446
+ };
447
+
448
+ declare type __VLS_WithDefaults_19<P, D> = {
449
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_19<P[K] & {
450
+ default: D[K];
451
+ }> : P[K];
452
+ };
453
+
454
+ declare type __VLS_WithDefaults_2<P, D> = {
455
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
456
+ default: D[K];
457
+ }> : P[K];
458
+ };
459
+
460
+ declare type __VLS_WithDefaults_20<P, D> = {
461
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_20<P[K] & {
462
+ default: D[K];
463
+ }> : P[K];
464
+ };
465
+
466
+ declare type __VLS_WithDefaults_21<P, D> = {
467
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_21<P[K] & {
468
+ default: D[K];
469
+ }> : P[K];
470
+ };
471
+
472
+ declare type __VLS_WithDefaults_22<P, D> = {
473
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_22<P[K] & {
474
+ default: D[K];
475
+ }> : P[K];
476
+ };
477
+
478
+ declare type __VLS_WithDefaults_23<P, D> = {
479
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_23<P[K] & {
480
+ default: D[K];
481
+ }> : P[K];
482
+ };
483
+
484
+ declare type __VLS_WithDefaults_24<P, D> = {
485
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_24<P[K] & {
486
+ default: D[K];
487
+ }> : P[K];
488
+ };
489
+
490
+ declare type __VLS_WithDefaults_25<P, D> = {
491
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_25<P[K] & {
492
+ default: D[K];
493
+ }> : P[K];
494
+ };
495
+
496
+ declare type __VLS_WithDefaults_3<P, D> = {
497
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
498
+ default: D[K];
499
+ }> : P[K];
500
+ };
501
+
502
+ declare type __VLS_WithDefaults_4<P, D> = {
503
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_4<P[K] & {
504
+ default: D[K];
505
+ }> : P[K];
506
+ };
507
+
508
+ declare type __VLS_WithDefaults_5<P, D> = {
509
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_5<P[K] & {
510
+ default: D[K];
511
+ }> : P[K];
512
+ };
513
+
514
+ declare type __VLS_WithDefaults_6<P, D> = {
515
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_6<P[K] & {
516
+ default: D[K];
517
+ }> : P[K];
518
+ };
519
+
520
+ declare type __VLS_WithDefaults_7<P, D> = {
521
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_7<P[K] & {
522
+ default: D[K];
523
+ }> : P[K];
524
+ };
525
+
526
+ declare type __VLS_WithDefaults_8<P, D> = {
527
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
528
+ default: D[K];
529
+ }> : P[K];
530
+ };
531
+
532
+ declare type __VLS_WithDefaults_9<P, D> = {
533
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_9<P[K] & {
534
+ default: D[K];
535
+ }> : P[K];
536
+ };
537
+
538
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
539
+ new (): {
540
+ $slots: S;
541
+ };
542
+ };
543
+
544
+ declare type __VLS_WithTemplateSlots_10<T, S> = T & {
545
+ new (): {
546
+ $slots: S;
547
+ };
548
+ };
549
+
550
+ declare type __VLS_WithTemplateSlots_11<T, S> = T & {
551
+ new (): {
552
+ $slots: S;
553
+ };
554
+ };
555
+
556
+ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
557
+ new (): {
558
+ $slots: S;
559
+ };
560
+ };
561
+
562
+ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
563
+ new (): {
564
+ $slots: S;
565
+ };
566
+ };
567
+
568
+ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
569
+ new (): {
570
+ $slots: S;
571
+ };
572
+ };
573
+
574
+ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
575
+ new (): {
576
+ $slots: S;
577
+ };
578
+ };
579
+
580
+ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
581
+ new (): {
582
+ $slots: S;
583
+ };
584
+ };
585
+
586
+ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
587
+ new (): {
588
+ $slots: S;
589
+ };
590
+ };
591
+
592
+ declare type __VLS_WithTemplateSlots_18<T, S> = T & {
593
+ new (): {
594
+ $slots: S;
595
+ };
596
+ };
597
+
598
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
599
+ new (): {
600
+ $slots: S;
601
+ };
602
+ };
603
+
604
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
605
+ new (): {
606
+ $slots: S;
607
+ };
608
+ };
609
+
610
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
611
+ new (): {
612
+ $slots: S;
613
+ };
614
+ };
615
+
616
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
617
+ new (): {
618
+ $slots: S;
619
+ };
620
+ };
621
+
622
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
623
+ new (): {
624
+ $slots: S;
625
+ };
626
+ };
627
+
628
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
629
+ new (): {
630
+ $slots: S;
631
+ };
632
+ };
633
+
634
+ declare type __VLS_WithTemplateSlots_8<T, S> = T & {
635
+ new (): {
636
+ $slots: S;
637
+ };
638
+ };
639
+
640
+ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
641
+ new (): {
642
+ $slots: S;
643
+ };
644
+ };
645
+
646
+ declare interface Accordion {
647
+ title: string;
648
+ content: string;
649
+ open?: boolean;
650
+ disabled?: boolean;
651
+ }
652
+
653
+ declare interface AccordionProps {
654
+ /**
655
+ * Accordion list
656
+ * @default []
657
+ * @type Accordion[]
658
+ * @example
659
+ * ```html
660
+ * <r-accordion :accordions="[
661
+ * { title: 'Accordion 1', content: 'Content 1' },
662
+ * ]" />
663
+ * ```
664
+ */
665
+ accordions: Accordion[];
666
+ /**
667
+ * Allow multiple accordions to be open at the same time
668
+ * @default false
669
+ * @type boolean
670
+ */
671
+ multiple?: boolean;
672
+ /**
673
+ * Id of the Accordion
674
+ * @type string
675
+ * @default 'r-accordion'
676
+ * @example
677
+ * <Accordion id="custom-accordion" />
678
+ */
679
+ id?: string;
680
+ }
681
+
682
+ declare interface BadgeProps {
683
+ /**
684
+ * Variant of the Badge
685
+ * @type { 'primary' | 'success' | 'warning' | 'error' | 'neutral' }
686
+ * @default 'primary'
687
+ * @example
688
+ * <Badge variant="primary" />
689
+ */
690
+ variant?: 'primary' | 'success' | 'warning' | 'error' | 'neutral';
691
+ /**
692
+ * Placement of the Badge
693
+ * @type { 'right' | 'bottom' | 'left' }
694
+ * @default 'right'
695
+ * @example
696
+ * <Badge placement="right" />
697
+ */
698
+ placement?: 'right' | 'bottom' | 'left';
699
+ /**
700
+ * Overlap the Badge
701
+ * @type { boolean }
702
+ * @default false
703
+ * @example
704
+ * <Badge overlap />
705
+ */
706
+ overlap?: boolean;
707
+ /**
708
+ * Show the Badge on hover
709
+ * @type { boolean }
710
+ * @default false
711
+ * @example
712
+ * <Badge hover />
713
+ */
714
+ hover?: boolean;
715
+ /**
716
+ * Show the Badge outside
717
+ * @type { boolean }
718
+ * @default false
719
+ * @example
720
+ * <Badge outside />
721
+ */
722
+ outside?: boolean;
723
+ /**
724
+ * Show the Badge animation
725
+ * @type { boolean }
726
+ * @default false
727
+ * @example
728
+ * <Badge animation />
729
+ */
730
+ animation?: boolean;
731
+ /**
732
+ * Class of the Badge
733
+ * @type { string | string[] }
734
+ * @example
735
+ * <Badge class="text-red-500" />
736
+ */
737
+ class?: string | string[];
738
+ /**
739
+ * Content of the Badge
740
+ * @type { string }
741
+ * @example
742
+ * <Badge content="99+" />
743
+ */
744
+ content?: string;
745
+ /**
746
+ * Class of the content of the Badge
747
+ * @type { string | string[] }
748
+ * @example
749
+ * <Badge contentClass="text-red-500" />
750
+ */
751
+ contentClass?: string | string[];
752
+ /**
753
+ * Wrapper class of the Badge
754
+ * @type { string | string[] }
755
+ * @example
756
+ * <Badge wrapperClass="text-red-500" />
757
+ */
758
+ wrapperClass?: string | string[];
759
+ /**
760
+ * Id of the Badge
761
+ * @type { string }
762
+ * @example
763
+ * <Badge id="custom-badge" />
764
+ */
765
+ id?: string;
766
+ }
767
+
768
+ declare interface BreadcrumbItem {
769
+ title: string;
770
+ to: string;
771
+ icon?: string;
772
+ onlyIcon?: boolean;
773
+ }
774
+
775
+ declare type ButtonColor = 'primary' | 'secondary' | 'danger' | 'success' | 'warning' | 'info';
776
+
777
+ declare type ButtonSize = 'small' | 'medium' | 'large';
778
+
779
+ declare type ButtonType = 'default' | 'text' | 'outline';
780
+
781
+ declare function close_2(): void;
782
+
783
+ declare function handleSelect(): void;
784
+
785
+ declare function handleToggle(): void;
786
+
787
+ declare function handleUpdate(): void;
788
+
789
+ declare function hideTooltip(e?: Event | null): void;
790
+
791
+ declare interface IProps {
792
+ /**
793
+ * Type of the Avatar
794
+ * @type 'image' | 'text'
795
+ * @default 'image'
796
+ * @example
797
+ * <Avatar type="text" />
798
+ */
799
+ type?: 'image' | 'text';
800
+ /**
801
+ * Source of the Avatar
802
+ * @type string
803
+ * @default ''
804
+ * @example
805
+ * <Avatar src="https://source.unsplash.com/random" />
806
+ */
807
+ src?: string;
808
+ /**
809
+ * Alt of the Avatar
810
+ * @type string
811
+ * @default 'Avatar'
812
+ * @example
813
+ * <Avatar alt="Avatar" />
814
+ */
815
+ alt?: string;
816
+ /**
817
+ * Size of the Avatar
818
+ * @type 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl'
819
+ * @default '2xl'
820
+ * @example
821
+ * <Avatar size="xs" />
822
+ */
823
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
824
+ /**
825
+ * Show online status
826
+ * @type boolean
827
+ * @default false
828
+ * @example
829
+ * <Avatar online />
830
+ */
831
+ online?: boolean;
832
+ /**
833
+ * Text to show when type is text
834
+ * @type string
835
+ * @default ''
836
+ * @example
837
+ * <Avatar type="text" text="John Doe" />
838
+ */
839
+ text?: string;
840
+ /**
841
+ * Id of the Avatar
842
+ * @type string
843
+ * @default 'r-avatar'
844
+ * @example
845
+ * <Avatar id="custom-avatar" />
846
+ */
847
+ id?: string;
848
+ }
849
+
850
+ declare interface IProps_2 {
851
+ /**
852
+ * Name of the icon
853
+ * @type SVGAttributes['name']
854
+ * @default ''
855
+ * @example
856
+ * <Icon name="icon" />
857
+ */
858
+ name: SVGAttributes['name'];
859
+ /**
860
+ * Size of the icon
861
+ * @type SVGAttributes['width'] | SVGAttributes['height']
862
+ * @default 24
863
+ * @example
864
+ * <Icon size="24" />
865
+ */
866
+ size?: SVGAttributes['width'] | SVGAttributes['height'];
867
+ /**
868
+ * Viewbox of the icon
869
+ * @type SVGAttributes['viewBox']
870
+ * @default '0 0 24 24'
871
+ * @example
872
+ * <Icon viewBox="0 0 24 24" />
873
+ */
874
+ viewBox?: SVGAttributes['viewBox'];
875
+ }
876
+
877
+ declare interface IProps_3 {
878
+ /**
879
+ * Show of the snackbar
880
+ * @type boolean
881
+ * @default false
882
+ * @example
883
+ * <Snackbar show />
884
+ */
885
+ modelValue: boolean;
886
+ /**
887
+ * Text of the snackbar
888
+ * @type string
889
+ * @default ''
890
+ * @example
891
+ * <Snackbar text="Snackbar" />
892
+ */
893
+ text: string;
894
+ /**
895
+ * Show close of the snackbar
896
+ * @type boolean
897
+ * @default false
898
+ * @example
899
+ * <Snackbar closable />
900
+ */
901
+ closable?: boolean;
902
+ /**
903
+ * Set the snackbar slide from left otherwise slide from right
904
+ * @type boolean
905
+ * @default false
906
+ * @example
907
+ * <Snackbar left />
908
+ */
909
+ left?: boolean;
910
+ /**
911
+ * Timeout of the snackbar. <br />
912
+ * If timeout is 0, the snackbar will not close automatically
913
+ * @type number
914
+ * @default 0
915
+ * @example
916
+ * <Snackbar timeout="1000" />
917
+ */
918
+ timeout?: number;
919
+ /**
920
+ * Variant of the snackbar
921
+ * @type 'success' | 'error' | 'warning' | 'info'
922
+ * @default 'info'
923
+ * @example
924
+ * <Snackbar variant="success" />
925
+ */
926
+ variant?: 'success' | 'error' | 'warning' | 'info';
927
+ /**
928
+ * Set the snackbar slide on top otherwise slide on bottom
929
+ * @type boolean
930
+ * @default false
931
+ * @example
932
+ * <Snackbar top />
933
+ */
934
+ top?: boolean;
935
+ /**
936
+ * Id of the Snackbar
937
+ * @type string
938
+ * @default 'r-snackbar'
939
+ * @example
940
+ * <Snackbar id="custom-snackbar" />
941
+ */
942
+ id?: string;
943
+ }
944
+
945
+ declare interface IProps_4 {
946
+ /**
947
+ * Id of the tab item
948
+ * @type string | number
949
+ * @default ''
950
+ * @example
951
+ * <TabItem id="1" />
952
+ */
953
+ id: string | number;
954
+ /**
955
+ * Variant of the tab item
956
+ * @type TabItemVariant
957
+ * @default TabItemVariants.DEFAULT
958
+ * @example
959
+ * <TabItem variant="default" />
960
+ */
961
+ variant?: TabItemVariant;
962
+ /**
963
+ * Label of the tab item
964
+ * @type string
965
+ * @default ''
966
+ * @example
967
+ * <TabItem label="Label" />
968
+ */
969
+ label?: string;
970
+ /**
971
+ * prependIcon of the tab item
972
+ * @type string
973
+ * @default ''
974
+ * @example
975
+ * <TabItem prependIcon="prependIcon" />
976
+ */
977
+ prependIcon?: string;
978
+ /**
979
+ * appendIcon of the tab item
980
+ * @type string
981
+ * @default ''
982
+ * @example
983
+ * <TabItem appendIcon="appendIcon" />
984
+ */
985
+ appendIcon?: string;
986
+ /**
987
+ * Disabled state of the tab item
988
+ * @type ButtonHTMLAttributes['disabled']
989
+ * @default false
990
+ * @example
991
+ * <TabItem disabled />
992
+ */
993
+ disabled?: boolean;
994
+ /**
995
+ * Model value of the tab item
996
+ * @type string | number
997
+ * @default ''
998
+ * @example
999
+ * <TabItem v-model="model" />
1000
+ */
1001
+ modelValue?: string | number;
1002
+ /**
1003
+ * Tile state of the tab item
1004
+ * @type boolean
1005
+ * @default false
1006
+ * @example
1007
+ * <TabItem tile />
1008
+ */
1009
+ tile?: boolean;
1010
+ /**
1011
+ * Block state of the tab item
1012
+ * @type boolean
1013
+ * @default false
1014
+ * @example
1015
+ * <TabItem block />
1016
+ */
1017
+ block?: boolean;
1018
+ /**
1019
+ * Color of the tab item
1020
+ * @type string
1021
+ * @default ''
1022
+ * @example
1023
+ * <TabItem color="" />
1024
+ */
1025
+ color?: string;
1026
+ }
1027
+
1028
+ declare interface IProps_5 {
1029
+ /**
1030
+ * Tabs of the tabs
1031
+ * @type {Tab[]}
1032
+ * @default []
1033
+ * @example
1034
+ * <Tabs :tabs="[]" />
1035
+ */
1036
+ tabs?: Tab[];
1037
+ /**
1038
+ * Block state of the tabs
1039
+ * @type {boolean}
1040
+ * @default false
1041
+ * @example
1042
+ * <Tabs block />
1043
+ */
1044
+ block?: boolean;
1045
+ /**
1046
+ * Active tab of the tabs
1047
+ * @type {number | string}
1048
+ * @default tabs[0].id
1049
+ * @example
1050
+ * <Tabs v-model="activeTab" />
1051
+ */
1052
+ modelValue?: number | string;
1053
+ /**
1054
+ * Tile state of the tabs
1055
+ * @type {boolean}
1056
+ * @default false
1057
+ * @example
1058
+ * <Tabs tile />
1059
+ */
1060
+ tile?: boolean;
1061
+ /**
1062
+ * Scrollable state of the tabs
1063
+ * @type {boolean}
1064
+ * @default false
1065
+ * @example
1066
+ * <Tabs scrollable />
1067
+ */
1068
+ scrollable?: boolean;
1069
+ /**
1070
+ * Id of the Tabs
1071
+ * @type string
1072
+ * @default 'r-tabs'
1073
+ * @example
1074
+ * <Tabs id="custom-tabs" />
1075
+ */
1076
+ id?: string;
1077
+ }
1078
+
1079
+ declare interface IProps_6 {
1080
+ /**
1081
+ * id of the textarea
1082
+ * @type HTMLAttributes['id']
1083
+ * @default ''
1084
+ * @example
1085
+ * <TextArea id="textarea" />
1086
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1087
+ */
1088
+ id: HTMLAttributes['id'];
1089
+ /**
1090
+ * Input value
1091
+ * @type InputHTMLAttributes['value'];
1092
+ * @default ''
1093
+ * @example
1094
+ * <TextArea modelValue="Hello" />
1095
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value
1096
+ */
1097
+ modelValue?: InputHTMLAttributes['value'];
1098
+ /**
1099
+ * label of the textarea
1100
+ * @type LabelHTMLAttributes['label']
1101
+ * @default ''
1102
+ * @example
1103
+ * <TextArea label="TextArea" />
1104
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1105
+ */
1106
+ label?: LabelHTMLAttributes['for'];
1107
+ /**
1108
+ * Placeholder text
1109
+ * @type InputHTMLAttributes['placeholder'];
1110
+ * @default ''
1111
+ * @example
1112
+ * <TextArea placeholder="Placeholder" />
1113
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
1114
+ */
1115
+ placeholder?: InputHTMLAttributes['placeholder'];
1116
+ /**
1117
+ * Disabled state
1118
+ * @type InputHTMLAttributes['disabled'];
1119
+ * @default false
1120
+ * @example
1121
+ * <TextArea disabled />
1122
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#disabled
1123
+ */
1124
+ disabled?: InputHTMLAttributes['disabled'];
1125
+ /**
1126
+ * Hint text
1127
+ * @type string
1128
+ * @default 'This is a hint'
1129
+ * @example
1130
+ * <TextArea hint="This is a hint" />
1131
+ */
1132
+ hint?: string;
1133
+ /**
1134
+ * Error message
1135
+ * @type string
1136
+ * @default ''
1137
+ * @example
1138
+ * <TextArea errorMsg="This is an error" />
1139
+ */
1140
+ errorMsg?: string;
1141
+ /**
1142
+ * Hide details
1143
+ * @type {boolean}
1144
+ * @default false
1145
+ * @example
1146
+ * <TextArea hideDetails />
1147
+ */
1148
+ hideDetails?: boolean;
1149
+ }
1150
+
1151
+ declare interface IProps_7 {
1152
+ /**
1153
+ * ID of the tooltip
1154
+ * @type string
1155
+ * @default 'r-tooltip'
1156
+ * @example
1157
+ * <Tooltip id="r-tooltip" />
1158
+ */
1159
+ id?: string;
1160
+ /**
1161
+ * Placement of the tooltip
1162
+ * @type Placements
1163
+ * @default Placement.Top
1164
+ * @example
1165
+ * <Tooltip placement="top" />
1166
+ */
1167
+ placement?: Placements;
1168
+ /**
1169
+ * Text of the tooltip content
1170
+ * @type string
1171
+ * @default ''
1172
+ * @example
1173
+ * <Tooltip text="Tooltip" />
1174
+ */
1175
+ text?: string;
1176
+ /**
1177
+ * Dark theme of the tooltip
1178
+ * @type boolean
1179
+ * @default true
1180
+ * @example
1181
+ * <Tooltip dark />
1182
+ */
1183
+ dark?: boolean;
1184
+ /**
1185
+ * Light theme of the tooltip
1186
+ * @type boolean
1187
+ * @default false
1188
+ * @example
1189
+ * <Tooltip light />
1190
+ */
1191
+ light?: boolean;
1192
+ /**
1193
+ * Triggers of the tooltip
1194
+ * @type Triggers
1195
+ * @default Trigger.Hover
1196
+ * @example
1197
+ * <Tooltip triggers="hover" />
1198
+ */
1199
+ triggers?: Array<Triggers>;
1200
+ /**
1201
+ * Auto hide of the tooltip
1202
+ * @type boolean
1203
+ * @default true
1204
+ * @example
1205
+ * <Tooltip autoHide />
1206
+ */
1207
+ autoHide?: boolean;
1208
+ /**
1209
+ * Hide delay of the tooltip
1210
+ * @type number
1211
+ * @default 3000
1212
+ * @example
1213
+ * <Tooltip hideDelay={3000} />
1214
+ */
1215
+ hideDelay?: number;
1216
+ /**
1217
+ * Show delay of the tooltip
1218
+ * @type number
1219
+ * @default 0
1220
+ * @example
1221
+ * <Tooltip showDelay={0} />
1222
+ */
1223
+ showDelay?: number;
1224
+ /**
1225
+ * Shown state of the tooltip
1226
+ * @type boolean
1227
+ * @default false
1228
+ * @example
1229
+ * <Tooltip shown />
1230
+ */
1231
+ shown?: boolean;
1232
+ /**
1233
+ * Disabled state of the tooltip
1234
+ * @type boolean
1235
+ * @default false
1236
+ * @example
1237
+ * <Tooltip disabled />
1238
+ */
1239
+ disabled?: boolean;
1240
+ /**
1241
+ * Offset of the tooltip
1242
+ * @type number
1243
+ * @default 0
1244
+ * @example
1245
+ * <Tooltip offset={0} />
1246
+ * @link https://floating-ui.com/docs/tutorial#offset-middleware
1247
+ */
1248
+ offset?: number;
1249
+ /**
1250
+ * Padding of the tooltip
1251
+ * @type number
1252
+ * @default 2
1253
+ * @example
1254
+ * <Tooltip padding={0} />
1255
+ * @link https://floating-ui.com/docs/tutorial#shift-middleware
1256
+ */
1257
+ padding?: number;
1258
+ /**
1259
+ * Outside click of the tooltip
1260
+ * @type boolean
1261
+ * @default false
1262
+ * @example
1263
+ * <Tooltip outsideClick />
1264
+ */
1265
+ outsideClick?: boolean;
1266
+ /**
1267
+ * Trigger content of the tooltip
1268
+ * @type string
1269
+ * @default ''
1270
+ * @example
1271
+ * <Tooltip triggerContent="Trigger" />
1272
+ */
1273
+ triggerContent?: string;
1274
+ /**
1275
+ * Resizable of the tooltip
1276
+ * @type boolean
1277
+ * @default true
1278
+ * @example
1279
+ * <Tooltip resizable />
1280
+ * @link https://developer.mozilla.org/en-US/docs/Web/API/Window/resize_event
1281
+ */
1282
+ resizable?: boolean;
1283
+ /**
1284
+ * Trigger class of the tooltip
1285
+ * @type string
1286
+ * @default ''
1287
+ * @example
1288
+ * <Tooltip triggerClass="trigger" />
1289
+ */
1290
+ triggerClass?: string | string[];
1291
+ /**
1292
+ * Tooltip class of the tooltip
1293
+ * @type string
1294
+ * @default ''
1295
+ * @example
1296
+ * <Tooltip tooltipClass="tooltip" />
1297
+ */
1298
+ tooltipClass?: string | string[];
1299
+ /**
1300
+ * Persistent state of the tooltip
1301
+ * @type boolean
1302
+ * @default false
1303
+ * @example
1304
+ * <Tooltip persistent />
1305
+ */
1306
+ persistent?: boolean;
1307
+ /**
1308
+ * Type of the tooltip
1309
+ * @type Theme | string
1310
+ * @default Theme.Tooltip
1311
+ * @example
1312
+ * <Tooltip type="dropdown" />
1313
+ */
1314
+ type?: Theme | string;
1315
+ }
1316
+
1317
+ declare function isSelected(id: never): boolean;
1318
+
1319
+ declare interface ItemGroupProps {
1320
+ /**
1321
+ * The value of the selected items
1322
+ * @default []
1323
+ * @model
1324
+ * @type {number[] | string[]}
1325
+ * @example
1326
+ * <RItemGroup v-model="selectedItems" />
1327
+ */
1328
+ modelValue: number[] | string[];
1329
+ /**
1330
+ * The class to apply to the selected items
1331
+ * @default ''
1332
+ * @type {string}
1333
+ * @example
1334
+ * <RItemGroup selectedClass="bg-blue-500 text-white" />
1335
+ */
1336
+ selectedClass?: string | string[];
1337
+ /**
1338
+ * Whether the item group is disabled
1339
+ * @default false
1340
+ * @type {boolean}
1341
+ * @example
1342
+ * <RItemGroup :disabled="true" />
1343
+ */
1344
+ disabled?: boolean;
1345
+ /**
1346
+ * Whether the item group is mandatory
1347
+ * @default false
1348
+ * @type {boolean}
1349
+ * @example
1350
+ * ```js
1351
+ * const selected = ref<number[]>([1]);
1352
+ * ```
1353
+ * ```html
1354
+ * <RItemGroup :mandatory="true" v-model="selected" />
1355
+ * ```
1356
+ */
1357
+ mandatory?: boolean;
1358
+ /**
1359
+ * The maximum number of items that can be selected
1360
+ * @default 0
1361
+ * @type {number}
1362
+ * @example
1363
+ * <RItemGroup :max="5" />
1364
+ */
1365
+ max?: number;
1366
+ /**
1367
+ * The tag to use for the item group
1368
+ * @default div
1369
+ * @type {string}
1370
+ * @example
1371
+ * <RItemGroup as="ul" />
1372
+ */
1373
+ as?: string;
1374
+ /**
1375
+ * Whether the item group allows multiple selections
1376
+ * @default false
1377
+ * @type {boolean}
1378
+ * @example
1379
+ * <RItemGroup :multiple="true" />
1380
+ */
1381
+ multiple?: boolean;
1382
+ /**
1383
+ * Id of the ItemGroup
1384
+ * @type string
1385
+ * @default 'r-item-group'
1386
+ * @example
1387
+ * <RItemGroup id="custom-item-group" />
1388
+ */
1389
+ id?: string;
1390
+ }
1391
+
1392
+ declare interface ItemProps {
1393
+ /**
1394
+ * The value of the item
1395
+ * @default null
1396
+ * @type any
1397
+ * @example
1398
+ * <RItem :value="1" />
1399
+ */
1400
+ value: any;
1401
+ /**
1402
+ * The class to apply to the selected item
1403
+ * @default ''
1404
+ * @type string
1405
+ * @example
1406
+ * <RItem selectedClass="bg-blue-500 text-white" />
1407
+ */
1408
+ selectedClass?: string | string[];
1409
+ /**
1410
+ * Id of the Item
1411
+ * @type string
1412
+ * @default 'r-item'
1413
+ * @example
1414
+ * <RItem id="custom-item" />
1415
+ */
1416
+ id?: string;
1417
+ }
1418
+
1419
+ declare interface LabelProps {
1420
+ /**
1421
+ * id of the label
1422
+ * @type HTMLAttributes['id']
1423
+ * @default ''
1424
+ * @example
1425
+ * <Label id="label" />
1426
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1427
+ */
1428
+ id: HTMLAttributes['id'];
1429
+ /**
1430
+ * for of the label
1431
+ * @type LabelHTMLAttributes['for']
1432
+ * @default ''
1433
+ * @example
1434
+ * <Label for="label" />
1435
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1436
+ */
1437
+ for: LabelHTMLAttributes['for'];
1438
+ /**
1439
+ * text of the label
1440
+ * @type string | number
1441
+ * @default ''
1442
+ * @example
1443
+ * <Label text="Label" />
1444
+ */
1445
+ text: string | number;
1446
+ }
1447
+
1448
+ declare interface ModalProps {
1449
+ /**
1450
+ * modelValue the modal
1451
+ * @type boolean
1452
+ * @default false
1453
+ * @example
1454
+ * <Modal :modelValue="true" />
1455
+ */
1456
+ modelValue: boolean;
1457
+ /**
1458
+ * Modal width is 100%
1459
+ * @type boolean
1460
+ * @default false
1461
+ * @example
1462
+ * <Modal block />
1463
+ */
1464
+ block?: boolean;
1465
+ /**
1466
+ * Title of the Modal
1467
+ * @type string
1468
+ * @default ''
1469
+ * @example
1470
+ * <Modal title="Modal Title" />
1471
+ */
1472
+ title?: string;
1473
+ /**
1474
+ * Description of the Modal
1475
+ * @type string
1476
+ * @default ''
1477
+ * @example
1478
+ * <Modal description="Modal Description" />
1479
+ */
1480
+ description?: string;
1481
+ /**
1482
+ * Icon of the Modal
1483
+ * @type string
1484
+ * @default ''
1485
+ * @example
1486
+ * <Modal icon="mdiMail" />
1487
+ */
1488
+ icon?: string;
1489
+ /**
1490
+ * Width of the Modal
1491
+ * @type string
1492
+ * @default ''
1493
+ * @example
1494
+ * <Modal width="500px" />
1495
+ */
1496
+ width?: string;
1497
+ /**
1498
+ * Height of the Modal
1499
+ * @type string
1500
+ * @default ''
1501
+ * @example
1502
+ * <Modal height="500px" />
1503
+ */
1504
+ height?: string;
1505
+ /**
1506
+ * Close the modal when clicking outside
1507
+ * @type boolean
1508
+ * @default false
1509
+ * @example
1510
+ * <Modal :modelValue="true" :outsideClick="true" />
1511
+ */
1512
+ outsideClick?: boolean;
1513
+ /**
1514
+ * Remove padding and gap from the modal
1515
+ * @type boolean
1516
+ * @default false
1517
+ * @example
1518
+ * <Modal :modelValue="true" :clearContent="true" />
1519
+ */
1520
+ clearContent?: boolean;
1521
+ /**
1522
+ * Class of the Modal
1523
+ * @type string
1524
+ * @default ''
1525
+ * @example
1526
+ * <Modal class="my-class" />
1527
+ */
1528
+ class?: string | string[];
1529
+ /**
1530
+ * Class of the overlay
1531
+ * @type string
1532
+ * @default ''
1533
+ * @example
1534
+ * <Modal overlayClass="my-class" />
1535
+ */
1536
+ overlayClass?: string | string[];
1537
+ /**
1538
+ * Style of the Modal
1539
+ * @type string
1540
+ * @default ''
1541
+ * @example
1542
+ * <Modal style="color: red" />
1543
+ */
1544
+ style?: string;
1545
+ /**
1546
+ * Control the scroll of the body
1547
+ * @type boolean
1548
+ * @default false
1549
+ * @example
1550
+ * <Modal :modelValue="true" :allowBodyScroll="true" />
1551
+ */
1552
+ allowBodyScroll?: boolean;
1553
+ /**
1554
+ * Id of the Modal
1555
+ * @type string
1556
+ * @default 'r-modal'
1557
+ * @example
1558
+ * <Modal id="custom-modal" />
1559
+ */
1560
+ id?: string;
1561
+ }
1562
+
1563
+ declare function onClick(e: MouseEvent): void;
1564
+
1565
+ declare function onMouseEnter(): void;
1566
+
1567
+ declare function onMouseLeave(): void;
1568
+
1569
+ declare function onMouseMove(): void;
1570
+
1571
+ declare interface Option_2 {
1572
+ [key: string]: any;
1573
+ value: string | number;
1574
+ label: string;
1575
+ prependIcon?: string;
1576
+ disabled?: boolean;
1577
+ }
1578
+
1579
+ declare interface PaginationProps {
1580
+ /**
1581
+ * @default 1
1582
+ * The current page number.
1583
+ * @type number
1584
+ */
1585
+ page: number;
1586
+ /**
1587
+ * @default 10
1588
+ * The number of items per page.
1589
+ * @type number
1590
+ */
1591
+ perPage: number;
1592
+ /**
1593
+ * @default 100
1594
+ * The total number of items.
1595
+ * @type number
1596
+ */
1597
+ totalItems: number;
1598
+ /**
1599
+ * @default [10, 20, 50, 100]
1600
+ * The options to display in the per page dropdown.
1601
+ * @type number[]
1602
+ */
1603
+ perPageOptions?: number[];
1604
+ /**
1605
+ * @default 'Items per page:'
1606
+ * The text to display for the items per page label.
1607
+ */
1608
+ itemsPerPageText?: string;
1609
+ /**
1610
+ * @default 'right'
1611
+ * The position of the pagination component.
1612
+ * @type 'left' | 'center' | 'right' | string
1613
+ */
1614
+ position?: 'left' | 'center' | 'right' | string;
1615
+ /**
1616
+ * @default '1-10 of 100'
1617
+ * The text to display for the info section.
1618
+ * The text can contain the following placeholders:
1619
+ * - `{{ start }}` - The start index of the current page.
1620
+ * - `{{ end }}` - The end index of the current page.
1621
+ * - `{{ total }}` - The total number of items.
1622
+ * @type string
1623
+ */
1624
+ infoText?: string;
1625
+ /**
1626
+ * Id of the Pagination
1627
+ * @type string
1628
+ * @default 'r-pagination'
1629
+ * @example
1630
+ * <Pagination id="custom-pagination" />
1631
+ */
1632
+ id?: string;
1633
+ }
1634
+
1635
+ declare enum Placement {
1636
+ Top = "top",
1637
+ Bottom = "bottom",
1638
+ Left = "left",
1639
+ Right = "right",
1640
+ TopStart = "top-start",
1641
+ TopEnd = "top-end",
1642
+ RightStart = "right-start",
1643
+ RightEnd = "right-end",
1644
+ BottomStart = "bottom-start",
1645
+ BottomEnd = "bottom-end",
1646
+ LeftStart = "left-start",
1647
+ LeftEnd = "left-end"
1648
+ }
1649
+
1650
+ declare type Placements = 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end';
1651
+
1652
+ declare interface ProgressBarProps {
1653
+ value: number;
1654
+ height?: number;
1655
+ /**
1656
+ * Id of the ProgressBar
1657
+ * @type string
1658
+ * @default 'r-progressbar'
1659
+ * @example
1660
+ * <ProgressBar id="custom-progressbar" />
1661
+ */
1662
+ id?: string;
1663
+ }
1664
+
1665
+ declare interface Props {
1666
+ /**
1667
+ * Type of the Alert
1668
+ * @type 'success' | 'error' | 'warning' | 'info'
1669
+ * @default 'info'
1670
+ * @example
1671
+ * <Alert type="success" />
1672
+ */
1673
+ type: 'success' | 'error' | 'warning' | 'info';
1674
+ /**
1675
+ * Title of the Alert
1676
+ * @type string
1677
+ * @default ''
1678
+ * @example
1679
+ * <Alert title="Title" />
1680
+ */
1681
+ title: string;
1682
+ /**
1683
+ * Variant of the Alert
1684
+ * @type 'solid' | 'outline' | 'ghost'
1685
+ * @default 'ghost'
1686
+ * @example
1687
+ * <Alert variant="ghost" />
1688
+ */
1689
+ variant?: 'solid' | 'outline' | 'ghost';
1690
+ /**
1691
+ * Description of the Alert
1692
+ * @type string
1693
+ * @default ''
1694
+ * @example
1695
+ * <Alert description="Description" />
1696
+ */
1697
+ description?: string;
1698
+ /**
1699
+ * Allow to close the Alert
1700
+ * @type boolean
1701
+ * @default true
1702
+ * @example
1703
+ * <Alert closable />
1704
+ */
1705
+ closable?: boolean;
1706
+ /**
1707
+ * Block appearance of the Alert
1708
+ * @type boolean
1709
+ * @default false
1710
+ * @example
1711
+ * <Alert block />
1712
+ */
1713
+ block?: boolean;
1714
+ /**
1715
+ * Id of the Alert
1716
+ * @type string
1717
+ * @default ''
1718
+ * @example
1719
+ * <Alert id="custom-alert" />
1720
+ */
1721
+ id?: string;
1722
+ }
1723
+
1724
+ declare interface Props_2 {
1725
+ /**
1726
+ * Variant of the Button
1727
+ * @type { 'default' | 'text' | 'outline' | 'ghost'}
1728
+ * @default 'default'
1729
+ * @example
1730
+ * <Button variant="default" />
1731
+ */
1732
+ variant?: ButtonType;
1733
+ /**
1734
+ * Color of the Button
1735
+ * @type { 'primary' | 'secondary' | 'danger'}
1736
+ * @default 'primary'
1737
+ * @example
1738
+ * <Button color="primary" />
1739
+ */
1740
+ color?: ButtonColor;
1741
+ /**
1742
+ * Loading state of the Button
1743
+ * @type { boolean }
1744
+ * @default false
1745
+ * @example
1746
+ * <Button loading />
1747
+ */
1748
+ loading?: boolean;
1749
+ /**
1750
+ * Disabled state of the Button
1751
+ * @type { boolean }
1752
+ * @default false
1753
+ * @example
1754
+ * <Button disabled />
1755
+ */
1756
+ disabled?: boolean;
1757
+ /**
1758
+ * Prepend icon of the Button
1759
+ * @type { string }
1760
+ * @default ''
1761
+ * @example
1762
+ * <Button prependIcon="icon" />
1763
+ */
1764
+ prependIcon?: string;
1765
+ /**
1766
+ * Append icon of the Button
1767
+ * @type { string }
1768
+ * @default ''
1769
+ * @example
1770
+ * <Button appendIcon="icon" />
1771
+ */
1772
+ appendIcon?: string;
1773
+ /**
1774
+ * Only icon state of the Button
1775
+ * @type { boolean }
1776
+ * @default false
1777
+ * @example
1778
+ * <Button icon />
1779
+ */
1780
+ icon?: boolean;
1781
+ /**
1782
+ * Size of the Button
1783
+ * @type { 'small' | 'medium' | 'large' }
1784
+ * @default 'medium'
1785
+ * @example
1786
+ * <Button size="small" />
1787
+ */
1788
+ size?: ButtonSize;
1789
+ /**
1790
+ * Height of the Button
1791
+ * @type { string }
1792
+ * @default ''
1793
+ * @example
1794
+ * <Button height="40" />
1795
+ */
1796
+ height?: string;
1797
+ /**
1798
+ * Block state of the Button
1799
+ * @type { boolean }
1800
+ * @default false
1801
+ * @example
1802
+ * <Button block />
1803
+ */
1804
+ block?: boolean;
1805
+ /**
1806
+ * Id of the Button
1807
+ * @type string
1808
+ * @default 'r-button'
1809
+ * @example
1810
+ * <Button id="custom-button" />
1811
+ */
1812
+ id?: string;
1813
+ }
1814
+
1815
+ declare interface Props_3 {
1816
+ /**
1817
+ * id of the checkbox
1818
+ * @type {HTMLAttributes['id']}
1819
+ * @default ''
1820
+ * @example
1821
+ * <Checkbox id="checkbox" />
1822
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1823
+ */
1824
+ id: HTMLAttributes['id'];
1825
+ /**
1826
+ * Input checked state
1827
+ * @type {InputHTMLAttributes['checked']}
1828
+ * @default false
1829
+ * @example
1830
+ * <Checkbox :modelValue="true" />
1831
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#checked
1832
+ */
1833
+ modelValue?: InputHTMLAttributes['checked'];
1834
+ /**
1835
+ * label of the checkbox
1836
+ * @type {LabelHTMLAttributes['label']}
1837
+ * @default ''
1838
+ * @example
1839
+ * <Checkbox label="Checkbox" />
1840
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1841
+ */
1842
+ label?: LabelHTMLAttributes['for'];
1843
+ /**
1844
+ * Input indeterminate state
1845
+ * @type {InputHTMLAttributes['indeterminate']}
1846
+ * @default false
1847
+ * @example
1848
+ * <Checkbox indeterminate="true" />
1849
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate
1850
+ */
1851
+ indeterminate?: InputHTMLAttributes['indeterminate'];
1852
+ /**
1853
+ * Input disabled state
1854
+ * @type {InputHTMLAttributes['disabled']}
1855
+ * @default false
1856
+ * @example
1857
+ * <Checkbox disabled="true" />
1858
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#disabled
1859
+ */
1860
+ disabled?: InputHTMLAttributes['disabled'];
1861
+ /**
1862
+ * Hint text
1863
+ * @type {string}
1864
+ * @default ''
1865
+ * @example
1866
+ * <Checkbox hint="This is a hint" />
1867
+ */
1868
+ hint?: string;
1869
+ /**
1870
+ * Error message
1871
+ * @type {string}
1872
+ * @default ''
1873
+ * @example
1874
+ * <Checkbox errorMsg="This is an error" />
1875
+ */
1876
+ errorMsg?: string;
1877
+ /**
1878
+ * Hide the hint and error message
1879
+ * @type {boolean}
1880
+ * @default false
1881
+ * @example
1882
+ * <Checkbox hideDetails />
1883
+ */
1884
+ hideDetails?: boolean;
1885
+ }
1886
+
1887
+ declare interface Props_4 {
1888
+ /**
1889
+ * Variant of the Chip
1890
+ * @type 'primary' | 'secondary' | 'success' | 'error' | 'warning' | 'info'
1891
+ * @default 'primary'
1892
+ * @example
1893
+ * <Chip variant="primary" />
1894
+ */
1895
+ variant: 'primary' | 'secondary' | 'success' | 'error' | 'warning' | 'info';
1896
+ /**
1897
+ * Label of the Chip
1898
+ * @type string | number
1899
+ * @default 'label'
1900
+ * @example
1901
+ * <Chip label="Label" />
1902
+ */
1903
+ label?: string | number;
1904
+ /**
1905
+ * Disabled state of the Chip
1906
+ * @type boolean
1907
+ * @default false
1908
+ * @example
1909
+ * <Chip disabled />
1910
+ */
1911
+ disabled?: boolean;
1912
+ /**
1913
+ * Prepend icon of the Chip
1914
+ * @type string
1915
+ * @default ''
1916
+ * @example
1917
+ * <Chip prependIcon="icon" />
1918
+ */
1919
+ prependIcon?: string;
1920
+ /**
1921
+ * Append icon of the Chip
1922
+ * @type string
1923
+ * @default ''
1924
+ * @example
1925
+ * <Chip appendIcon="icon" />
1926
+ */
1927
+ appendIcon?: string;
1928
+ /**
1929
+ * Ghost state of the Chip
1930
+ * @type boolean
1931
+ * @default false
1932
+ * @example
1933
+ * <Chip ghost />
1934
+ */
1935
+ ghost?: boolean;
1936
+ /**
1937
+ * Clearable state of the Chip
1938
+ * @type boolean
1939
+ * @default false
1940
+ * @example
1941
+ * <Chip clearable />
1942
+ */
1943
+ clearable?: boolean;
1944
+ /**
1945
+ * No wrap state of the Chip
1946
+ * @type boolean
1947
+ * @default false
1948
+ * @example
1949
+ * <Chip noWrap />
1950
+ */
1951
+ noWrap?: boolean;
1952
+ /**
1953
+ * Id of the Chip
1954
+ * @type string
1955
+ * @default 'r-chip'
1956
+ * @example
1957
+ * <Chip id="custom-chip" />
1958
+ */
1959
+ id?: string;
1960
+ }
1961
+
1962
+ declare interface Props_5 {
1963
+ /**
1964
+ * id of the checkbox
1965
+ * @type {HTMLAttributes['id']}
1966
+ * @default ''
1967
+ * @example
1968
+ * <Checkbox id="checkbox" />
1969
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
1970
+ */
1971
+ id: HTMLAttributes['id'];
1972
+ /**
1973
+ * Input checked state
1974
+ * @type InputHTMLAttributes['checked']
1975
+ * @default false
1976
+ * @example
1977
+ * <Checkbox modelValue="true" />
1978
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#checked
1979
+ */
1980
+ modelValue?: InputHTMLAttributes['checked'];
1981
+ /**
1982
+ * Input disabled state
1983
+ * @type InputHTMLAttributes['disabled']
1984
+ * @default false
1985
+ * @example
1986
+ * <Checkbox disabled="true" />
1987
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#disabled
1988
+ */
1989
+ disabled?: InputHTMLAttributes['disabled'];
1990
+ /**
1991
+ * label of the checkbox
1992
+ * @type LabelHTMLAttributes['label']
1993
+ * @default ''
1994
+ * @example
1995
+ * <Checkbox label="Checkbox" />
1996
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
1997
+ */
1998
+ label?: LabelHTMLAttributes['for'];
1999
+ /**
2000
+ * Hint text
2001
+ * @type string
2002
+ * @default ''
2003
+ * @example
2004
+ * <Checkbox hint="This is a hint" />
2005
+ */
2006
+ hint?: string;
2007
+ /**
2008
+ * Error message
2009
+ * @type string
2010
+ * @default ''
2011
+ * @example
2012
+ * <Checkbox errorMsg="This is an error" />
2013
+ */
2014
+ errorMsg?: string;
2015
+ /**
2016
+ * Size of the checkbox
2017
+ * @type 'small' | 'medium' | 'large'
2018
+ * @default 'medium'
2019
+ * @example
2020
+ * <Checkbox size="small" />
2021
+ */
2022
+ size?: 'small' | 'medium' | 'large';
2023
+ /**
2024
+ * Hide the hint and error message
2025
+ * @type {boolean}
2026
+ * @default false
2027
+ * @example
2028
+ * <Checkbox hideDetails />
2029
+ */
2030
+ hideDetails?: boolean;
2031
+ /**
2032
+ * Reverse the order of the checkbox and the label
2033
+ * @type {boolean}
2034
+ * @default false
2035
+ * @example
2036
+ * <Checkbox reverse />
2037
+ */
2038
+ reverse?: boolean;
2039
+ /**
2040
+ * Name of the checkbox
2041
+ * @type {string}
2042
+ * @default ''
2043
+ * @example
2044
+ * <Checkbox name="checkbox" />
2045
+ */
2046
+ name?: string;
2047
+ }
2048
+
2049
+ declare interface Props_6 {
2050
+ /**
2051
+ * id of the textfield
2052
+ * @type HTMLAttributes['id']
2053
+ * @default ''
2054
+ * @example
2055
+ * <Textfield id="textfield" />
2056
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
2057
+ */
2058
+ id: HTMLAttributes['id'];
2059
+ /**
2060
+ * Input type
2061
+ * @type 'text' | 'password' | 'email' | 'number' | 'tel' | 'url'
2062
+ * @default 'text'
2063
+ * @example
2064
+ * <Textfield type="password" />
2065
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
2066
+ */
2067
+ type: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url';
2068
+ /**
2069
+ * Input value
2070
+ * @type InputHTMLAttributes['value'];
2071
+ * @default ''
2072
+ * @example
2073
+ * <Textfield modelValue="Hello" />
2074
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#value
2075
+ */
2076
+ modelValue?: InputHTMLAttributes['value'];
2077
+ /**
2078
+ * label of the textfield
2079
+ * @type LabelHTMLAttributes['label']
2080
+ * @default ''
2081
+ * @example
2082
+ * <Textfield label="Textfield" />
2083
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label
2084
+ */
2085
+ label?: LabelHTMLAttributes['for'];
2086
+ /**
2087
+ * Placeholder text
2088
+ * @type InputHTMLAttributes['placeholder'];
2089
+ * @default ''
2090
+ * @example
2091
+ * <Textfield placeholder="Placeholder" />
2092
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
2093
+ */
2094
+ placeholder?: InputHTMLAttributes['placeholder'];
2095
+ /**
2096
+ * Error message
2097
+ * @type string
2098
+ * @default ''
2099
+ * @example
2100
+ * <Textfield errorMsg="This is an error" />
2101
+ */
2102
+ errorMsg?: string;
2103
+ /**
2104
+ * Hint text
2105
+ * @type string
2106
+ * @default ''
2107
+ * @example
2108
+ * <Textfield hint="This is a hint" />
2109
+ */
2110
+ hint?: string;
2111
+ /**
2112
+ * Icon to prepend
2113
+ * @type string
2114
+ * @default ''
2115
+ * @example
2116
+ * <Textfield prependIcon="mdiLock" />
2117
+ */
2118
+ prependIcon?: string;
2119
+ /**
2120
+ * Icon to append
2121
+ * @type string
2122
+ * @default ''
2123
+ * @example
2124
+ * <Textfield appendIcon="mdiEyeOffOutline" />
2125
+ */
2126
+ appendIcon?: string;
2127
+ /**
2128
+ * Input disabled state
2129
+ * @type InputHTMLAttributes['disabled'] | boolean
2130
+ * @default false
2131
+ * @example
2132
+ * <Textfield disabled="true" />
2133
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#disabled
2134
+ */
2135
+ disabled?: boolean;
2136
+ /**
2137
+ * Input loading state
2138
+ * @type boolean
2139
+ * @default false
2140
+ * @example
2141
+ * <Textfield loading="true" />
2142
+ */
2143
+ loading?: boolean;
2144
+ /**
2145
+ * Input clearable state
2146
+ * @type boolean
2147
+ * @default false
2148
+ * @example
2149
+ * <Textfield clearable="true" />
2150
+ */
2151
+ clearable?: boolean;
2152
+ /**
2153
+ * Input number min value
2154
+ * @type InputHTMLAttributes['min']
2155
+ * @default ''
2156
+ * @example
2157
+ * <Textfield min="0" />
2158
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#min
2159
+ */
2160
+ min?: InputHTMLAttributes['min'];
2161
+ /**
2162
+ * Input number max value
2163
+ * @type InputHTMLAttributes['max']
2164
+ * @default ''
2165
+ * @example
2166
+ * <Textfield max="10" />
2167
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#max
2168
+ */
2169
+ max?: InputHTMLAttributes['max'];
2170
+ /**
2171
+ * Hide details state of textfield details
2172
+ * @type {boolean}
2173
+ * @default false
2174
+ * @example
2175
+ * <Textfield hideDetails />
2176
+ */
2177
+ hideDetails?: boolean;
2178
+ /**
2179
+ * Input role
2180
+ * @type {string}
2181
+ * @default ''
2182
+ * @example
2183
+ * <Textfield role="search" />
2184
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#role
2185
+ */
2186
+ role?: string;
2187
+ /**
2188
+ * Input readonly state
2189
+ * @type {boolean}
2190
+ * @default false
2191
+ * @example
2192
+ * <Textfield readonly />
2193
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#readonly
2194
+ */
2195
+ readonly?: boolean;
2196
+ }
2197
+
2198
+ declare interface Props_7 {
2199
+ id: string;
2200
+ modelValue?: boolean;
2201
+ name?: string;
2202
+ disabled?: boolean;
2203
+ label?: string;
2204
+ hint?: string;
2205
+ errorMsg?: string;
2206
+ title?: string;
2207
+ value?: string;
2208
+ }
2209
+
2210
+ export declare const RAccordion: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionProps>, {
2211
+ id: string;
2212
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<AccordionProps>, {
2213
+ id: string;
2214
+ }>>>, {
2215
+ id: string;
2216
+ }, {}>, {
2217
+ title?(_: {
2218
+ accordion: Accordion & {
2219
+ title: string;
2220
+ content: string;
2221
+ open: boolean;
2222
+ disabled: boolean;
2223
+ };
2224
+ }): any;
2225
+ icon?(_: {
2226
+ id: string;
2227
+ item: Accordion & {
2228
+ title: string;
2229
+ content: string;
2230
+ open: boolean;
2231
+ disabled: boolean;
2232
+ };
2233
+ open: boolean;
2234
+ }): any;
2235
+ content?(_: {
2236
+ id: string;
2237
+ accordion: Accordion & {
2238
+ title: string;
2239
+ content: string;
2240
+ open: boolean;
2241
+ disabled: boolean;
2242
+ };
2243
+ }): any;
2244
+ }>;
2245
+
2246
+ export declare const RAlert: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<Props>, {
2247
+ type: string;
2248
+ title: string;
2249
+ variant: string;
2250
+ description: string;
2251
+ id: string;
2252
+ closable: boolean;
2253
+ block: boolean;
2254
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2255
+ close: (...args: any[]) => void;
2256
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<Props>, {
2257
+ type: string;
2258
+ title: string;
2259
+ variant: string;
2260
+ description: string;
2261
+ id: string;
2262
+ closable: boolean;
2263
+ block: boolean;
2264
+ }>>> & {
2265
+ onClose?: ((...args: any[]) => any) | undefined;
2266
+ }, {
2267
+ id: string;
2268
+ type: "success" | "error" | "warning" | "info";
2269
+ title: string;
2270
+ variant: "ghost" | "outline" | "solid";
2271
+ block: boolean;
2272
+ description: string;
2273
+ closable: boolean;
2274
+ }, {}>, {
2275
+ "alert-icon"?(_: {}): any;
2276
+ content?(_: {}): any;
2277
+ "custom-close"?(_: {
2278
+ close: typeof close_2;
2279
+ slotClass: string;
2280
+ }): any;
2281
+ }>;
2282
+
2283
+ export declare const RAvatar: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<IProps>, {
2284
+ type: string;
2285
+ size: string;
2286
+ src: string;
2287
+ alt: string;
2288
+ online: boolean;
2289
+ text: string;
2290
+ id: string;
2291
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<IProps>, {
2292
+ type: string;
2293
+ size: string;
2294
+ src: string;
2295
+ alt: string;
2296
+ online: boolean;
2297
+ text: string;
2298
+ id: string;
2299
+ }>>>, {
2300
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl";
2301
+ id: string;
2302
+ type: "image" | "text";
2303
+ text: string;
2304
+ online: boolean;
2305
+ src: string;
2306
+ alt: string;
2307
+ }, {}>;
2308
+
2309
+ export declare const RBadge: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BadgeProps>, {
2310
+ variant: string;
2311
+ placement: string;
2312
+ overlap: boolean;
2313
+ hover: boolean;
2314
+ content: string;
2315
+ outside: boolean;
2316
+ animation: boolean;
2317
+ class: string;
2318
+ contentClass: string;
2319
+ wrapperClass: string;
2320
+ id: string;
2321
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2322
+ click: (...args: any[]) => void;
2323
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<BadgeProps>, {
2324
+ variant: string;
2325
+ placement: string;
2326
+ overlap: boolean;
2327
+ hover: boolean;
2328
+ content: string;
2329
+ outside: boolean;
2330
+ animation: boolean;
2331
+ class: string;
2332
+ contentClass: string;
2333
+ wrapperClass: string;
2334
+ id: string;
2335
+ }>>> & {
2336
+ onClick?: ((...args: any[]) => any) | undefined;
2337
+ }, {
2338
+ id: string;
2339
+ class: string | string[];
2340
+ variant: "primary" | "success" | "error" | "warning" | "neutral";
2341
+ hover: boolean;
2342
+ placement: "bottom" | "left" | "right";
2343
+ content: string;
2344
+ overlap: boolean;
2345
+ outside: boolean;
2346
+ animation: boolean;
2347
+ contentClass: string | string[];
2348
+ wrapperClass: string | string[];
2349
+ }, {}>, {
2350
+ default?(_: {
2351
+ id: string;
2352
+ }): any;
2353
+ }>;
2354
+
2355
+ export declare const RBreadcrumb: __VLS_WithTemplateSlots_15<DefineComponent<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<{
2356
+ items: BreadcrumbItem[];
2357
+ seperator?: string | undefined;
2358
+ id?: string | undefined;
2359
+ }>, {
2360
+ items: () => BreadcrumbItem[];
2361
+ seperator: string;
2362
+ id: string;
2363
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<{
2364
+ items: BreadcrumbItem[];
2365
+ seperator?: string | undefined;
2366
+ id?: string | undefined;
2367
+ }>, {
2368
+ items: () => BreadcrumbItem[];
2369
+ seperator: string;
2370
+ id: string;
2371
+ }>>>, {
2372
+ id: string;
2373
+ items: BreadcrumbItem[];
2374
+ seperator: string;
2375
+ }, {}>, {
2376
+ "item-icon"?(_: {}): any;
2377
+ "custom-seperator"?(_: {
2378
+ id: string;
2379
+ }): any;
2380
+ }>;
2381
+
2382
+ export declare const RButton: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_2>, {
2383
+ variant: string;
2384
+ loading: boolean;
2385
+ disabled: boolean;
2386
+ prependIcon: string;
2387
+ appendIcon: string;
2388
+ icon: boolean;
2389
+ size: string;
2390
+ height: string;
2391
+ block: boolean;
2392
+ id: string;
2393
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2394
+ click: (...args: any[]) => void;
2395
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Props_2>, {
2396
+ variant: string;
2397
+ loading: boolean;
2398
+ disabled: boolean;
2399
+ prependIcon: string;
2400
+ appendIcon: string;
2401
+ icon: boolean;
2402
+ size: string;
2403
+ height: string;
2404
+ block: boolean;
2405
+ id: string;
2406
+ }>>> & {
2407
+ onClick?: ((...args: any[]) => any) | undefined;
2408
+ }, {
2409
+ height: string;
2410
+ size: ButtonSize;
2411
+ id: string;
2412
+ variant: ButtonType;
2413
+ disabled: boolean;
2414
+ prependIcon: string;
2415
+ appendIcon: string;
2416
+ block: boolean;
2417
+ loading: boolean;
2418
+ icon: boolean;
2419
+ }, {}>, {
2420
+ prepend?(_: {
2421
+ onlyIcon: boolean;
2422
+ }): any;
2423
+ default?(_: {
2424
+ id: string;
2425
+ disabled: boolean;
2426
+ }): any;
2427
+ append?(_: {
2428
+ onlyIcon: boolean;
2429
+ }): any;
2430
+ }>;
2431
+
2432
+ export declare const RCheckbox: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_3>, {
2433
+ id: string;
2434
+ label: string;
2435
+ indeterminate: boolean;
2436
+ disabled: boolean;
2437
+ hint: string;
2438
+ errorMsg: string;
2439
+ modelValue: boolean;
2440
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2441
+ "update:modelValue": (...args: any[]) => void;
2442
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_3>, {
2443
+ id: string;
2444
+ label: string;
2445
+ indeterminate: boolean;
2446
+ disabled: boolean;
2447
+ hint: string;
2448
+ errorMsg: string;
2449
+ modelValue: boolean;
2450
+ }>>> & {
2451
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2452
+ }, {
2453
+ id: string | undefined;
2454
+ label: string;
2455
+ disabled: boolean | "true" | "false";
2456
+ modelValue: any[] | Set<any> | (boolean | "true" | "false");
2457
+ errorMsg: string;
2458
+ hint: string;
2459
+ indeterminate: boolean;
2460
+ }, {}>;
2461
+
2462
+ export declare const RChip: __VLS_WithTemplateSlots_5<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_4>, {
2463
+ variant: string;
2464
+ label: string;
2465
+ disabled: boolean;
2466
+ prependIcon: string;
2467
+ appendIcon: string;
2468
+ ghost: boolean;
2469
+ clearable: boolean;
2470
+ noWrap: boolean;
2471
+ id: string;
2472
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2473
+ "click:chip": (...args: any[]) => void;
2474
+ "click:close": (...args: any[]) => void;
2475
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_4>, {
2476
+ variant: string;
2477
+ label: string;
2478
+ disabled: boolean;
2479
+ prependIcon: string;
2480
+ appendIcon: string;
2481
+ ghost: boolean;
2482
+ clearable: boolean;
2483
+ noWrap: boolean;
2484
+ id: string;
2485
+ }>>> & {
2486
+ "onClick:chip"?: ((...args: any[]) => any) | undefined;
2487
+ "onClick:close"?: ((...args: any[]) => any) | undefined;
2488
+ }, {
2489
+ id: string;
2490
+ label: string | number;
2491
+ variant: "primary" | "secondary" | "success" | "error" | "warning" | "info";
2492
+ disabled: boolean;
2493
+ prependIcon: string;
2494
+ appendIcon: string;
2495
+ ghost: boolean;
2496
+ clearable: boolean;
2497
+ noWrap: boolean;
2498
+ }, {}>, {
2499
+ prepend?(_: {
2500
+ disabled: boolean;
2501
+ }): any;
2502
+ append?(_: {
2503
+ disabled: boolean;
2504
+ }): any;
2505
+ }>;
2506
+
2507
+ export declare const RDropdown: __VLS_WithTemplateSlots_6<DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
2508
+ options: () => never[];
2509
+ modelValue: any;
2510
+ placeholder: string;
2511
+ chips: boolean;
2512
+ multiple: boolean;
2513
+ disabled: boolean;
2514
+ loading: boolean;
2515
+ prependIcon: string;
2516
+ appendIcon: string;
2517
+ searchable: boolean;
2518
+ clearable: boolean;
2519
+ id: string;
2520
+ label: string;
2521
+ closeOnSelect: boolean;
2522
+ dropdownClass: string;
2523
+ optionsClass: string;
2524
+ errorMsg: string;
2525
+ hideDetails: boolean;
2526
+ autocomplete: string;
2527
+ noOptionsText: string;
2528
+ hideOptionCheckIcon: boolean;
2529
+ hideChipClear: boolean;
2530
+ tooltipClass: string;
2531
+ showSelectAll: boolean;
2532
+ selectAllText: string;
2533
+ disableDeselect: boolean;
2534
+ maxVisibleChips: number;
2535
+ innerSearch: boolean;
2536
+ searchLoading: boolean;
2537
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2538
+ search: (...args: any[]) => void;
2539
+ "update:modelValue": (...args: any[]) => void;
2540
+ clear: (...args: any[]) => void;
2541
+ removeOption: (...args: any[]) => void;
2542
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<SelectProps>, {
2543
+ options: () => never[];
2544
+ modelValue: any;
2545
+ placeholder: string;
2546
+ chips: boolean;
2547
+ multiple: boolean;
2548
+ disabled: boolean;
2549
+ loading: boolean;
2550
+ prependIcon: string;
2551
+ appendIcon: string;
2552
+ searchable: boolean;
2553
+ clearable: boolean;
2554
+ id: string;
2555
+ label: string;
2556
+ closeOnSelect: boolean;
2557
+ dropdownClass: string;
2558
+ optionsClass: string;
2559
+ errorMsg: string;
2560
+ hideDetails: boolean;
2561
+ autocomplete: string;
2562
+ noOptionsText: string;
2563
+ hideOptionCheckIcon: boolean;
2564
+ hideChipClear: boolean;
2565
+ tooltipClass: string;
2566
+ showSelectAll: boolean;
2567
+ selectAllText: string;
2568
+ disableDeselect: boolean;
2569
+ maxVisibleChips: number;
2570
+ innerSearch: boolean;
2571
+ searchLoading: boolean;
2572
+ }>>> & {
2573
+ onSearch?: ((...args: any[]) => any) | undefined;
2574
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2575
+ onClear?: ((...args: any[]) => any) | undefined;
2576
+ onRemoveOption?: ((...args: any[]) => any) | undefined;
2577
+ }, {
2578
+ id: string;
2579
+ disabled: boolean;
2580
+ prependIcon: string;
2581
+ appendIcon: string;
2582
+ clearable: boolean;
2583
+ options: any;
2584
+ tooltipClass: string;
2585
+ modelValue: any;
2586
+ placeholder: string;
2587
+ chips: boolean;
2588
+ multiple: boolean;
2589
+ loading: boolean;
2590
+ searchable: boolean;
2591
+ closeOnSelect: boolean;
2592
+ dropdownClass: string;
2593
+ optionsClass: string;
2594
+ errorMsg: string;
2595
+ hideDetails: boolean;
2596
+ autocomplete: "on" | "off";
2597
+ noOptionsText: string;
2598
+ hideOptionCheckIcon: boolean;
2599
+ hideChipClear: boolean;
2600
+ showSelectAll: boolean;
2601
+ selectAllText: string;
2602
+ disableDeselect: boolean;
2603
+ maxVisibleChips: number;
2604
+ innerSearch: boolean;
2605
+ searchLoading: boolean;
2606
+ }, {}>, {
2607
+ prepend?(_: {
2608
+ id: string;
2609
+ active: boolean;
2610
+ disabled: boolean;
2611
+ error: number;
2612
+ loading: boolean;
2613
+ }): any;
2614
+ selection?(_: {
2615
+ id: string;
2616
+ removeOption: typeof removeOption;
2617
+ selected: {
2618
+ [x: string]: any;
2619
+ value: string | number;
2620
+ label: string;
2621
+ prependIcon?: string | undefined;
2622
+ disabled?: boolean | undefined;
2623
+ }[];
2624
+ }): any;
2625
+ "remaining-count"?(_: {
2626
+ id: string;
2627
+ count: number;
2628
+ }): any;
2629
+ clearable?(_: {}): any;
2630
+ append?(_: {
2631
+ id: string;
2632
+ active: boolean;
2633
+ disabled: boolean;
2634
+ error: number;
2635
+ loading: boolean;
2636
+ }): any;
2637
+ option?(_: {
2638
+ id: string;
2639
+ disabled: boolean | undefined;
2640
+ isSelected: boolean | {
2641
+ [x: string]: any;
2642
+ value: string | number;
2643
+ label: string;
2644
+ prependIcon?: string | undefined;
2645
+ disabled?: boolean | undefined;
2646
+ } | undefined;
2647
+ item: Option_2;
2648
+ }): any;
2649
+ "option-prepend"?(_: {
2650
+ id: string;
2651
+ disabled: boolean | undefined;
2652
+ isSelected: boolean | {
2653
+ [x: string]: any;
2654
+ value: string | number;
2655
+ label: string;
2656
+ prependIcon?: string | undefined;
2657
+ disabled?: boolean | undefined;
2658
+ } | undefined;
2659
+ }): any;
2660
+ "option-append"?(_: {
2661
+ id: string;
2662
+ disabled: boolean | undefined;
2663
+ isSelected: boolean | {
2664
+ [x: string]: any;
2665
+ value: string | number;
2666
+ label: string;
2667
+ prependIcon?: string | undefined;
2668
+ disabled?: boolean | undefined;
2669
+ } | undefined;
2670
+ }): any;
2671
+ pagination?(_: {}): any;
2672
+ "not-options"?(_: {}): any;
2673
+ }>;
2674
+
2675
+ /**
2676
+ * @description - Removes an option from the selected options
2677
+ * @param e option Option to remove
2678
+ */
2679
+ declare function removeOption(e: MouseEvent | KeyboardEvent, option: Option_2, updatePosition: any): void;
2680
+
2681
+ export declare const RIcon: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<IProps_2>, {
2682
+ name: string;
2683
+ size: number;
2684
+ viewBox: string;
2685
+ id: string;
2686
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<IProps_2>, {
2687
+ name: string;
2688
+ size: number;
2689
+ viewBox: string;
2690
+ id: string;
2691
+ }>>>, {
2692
+ name: string | undefined;
2693
+ viewBox: string;
2694
+ size: string | number;
2695
+ }, {}>;
2696
+
2697
+ export declare const RItem: __VLS_WithTemplateSlots_18<DefineComponent<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<ItemProps>, {
2698
+ disabled: boolean;
2699
+ selectedClass: string;
2700
+ value: null;
2701
+ id: string;
2702
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<ItemProps>, {
2703
+ disabled: boolean;
2704
+ selectedClass: string;
2705
+ value: null;
2706
+ id: string;
2707
+ }>>>, {
2708
+ id: string;
2709
+ value: any;
2710
+ selectedClass: string | string[];
2711
+ }, {}>, {
2712
+ default?(_: {
2713
+ id: string;
2714
+ disabled: boolean;
2715
+ isSelected: boolean;
2716
+ select: typeof handleSelect;
2717
+ selectedClass: (string | string[]) & (false | (string | string[])[]);
2718
+ toggle: typeof handleToggle;
2719
+ }): any;
2720
+ }>;
2721
+
2722
+ export declare const RItemGroup: __VLS_WithTemplateSlots_17<DefineComponent<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<ItemGroupProps>, {
2723
+ disabled: boolean;
2724
+ mandatory: boolean;
2725
+ max: number;
2726
+ as: string;
2727
+ selectedClass: string;
2728
+ modelValue: () => number[];
2729
+ id: string;
2730
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2731
+ "update:modelValue": (...args: any[]) => void;
2732
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<ItemGroupProps>, {
2733
+ disabled: boolean;
2734
+ mandatory: boolean;
2735
+ max: number;
2736
+ as: string;
2737
+ selectedClass: string;
2738
+ modelValue: () => number[];
2739
+ id: string;
2740
+ }>>> & {
2741
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2742
+ }, {
2743
+ id: string;
2744
+ disabled: boolean;
2745
+ modelValue: string[] | number[];
2746
+ as: string;
2747
+ selectedClass: string | string[];
2748
+ mandatory: boolean;
2749
+ max: number;
2750
+ }, {}>, {
2751
+ default?(_: {
2752
+ id: string;
2753
+ isSelected: typeof isSelected;
2754
+ select: typeof select;
2755
+ selected: string[] | number[];
2756
+ }): any;
2757
+ }>;
2758
+
2759
+ export declare const RLabel: __VLS_WithTemplateSlots_7<DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<LabelProps>, {
2760
+ id: string;
2761
+ for: string;
2762
+ text: string;
2763
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<LabelProps>, {
2764
+ id: string;
2765
+ for: string;
2766
+ text: string;
2767
+ }>>>, {
2768
+ id: string | undefined;
2769
+ text: string | number;
2770
+ for: string | undefined;
2771
+ }, {}>, {
2772
+ default?(_: {
2773
+ id: string;
2774
+ }): any;
2775
+ }>;
2776
+
2777
+ export declare const RModal: __VLS_WithTemplateSlots_8<DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<ModalProps>, {
2778
+ modelValue: boolean;
2779
+ block: boolean;
2780
+ title: string;
2781
+ description: string;
2782
+ icon: string;
2783
+ width: string;
2784
+ height: string;
2785
+ outsideClick: boolean;
2786
+ clearContent: boolean;
2787
+ class: string;
2788
+ overlayClass: string;
2789
+ style: string;
2790
+ allowBodyScroll: boolean;
2791
+ id: string;
2792
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2793
+ "update:modelValue": (...args: any[]) => void;
2794
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<ModalProps>, {
2795
+ modelValue: boolean;
2796
+ block: boolean;
2797
+ title: string;
2798
+ description: string;
2799
+ icon: string;
2800
+ width: string;
2801
+ height: string;
2802
+ outsideClick: boolean;
2803
+ clearContent: boolean;
2804
+ class: string;
2805
+ overlayClass: string;
2806
+ style: string;
2807
+ allowBodyScroll: boolean;
2808
+ id: string;
2809
+ }>>> & {
2810
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2811
+ }, {
2812
+ width: string;
2813
+ height: string;
2814
+ id: string;
2815
+ style: string;
2816
+ title: string;
2817
+ class: string | string[];
2818
+ outsideClick: boolean;
2819
+ block: boolean;
2820
+ modelValue: boolean;
2821
+ icon: string;
2822
+ description: string;
2823
+ clearContent: boolean;
2824
+ overlayClass: string | string[];
2825
+ allowBodyScroll: boolean;
2826
+ }, {}>, {
2827
+ wrapper?(_: {
2828
+ id: string;
2829
+ }): any;
2830
+ header?(_: {
2831
+ id: string;
2832
+ }): any;
2833
+ default?(_: {
2834
+ id: string;
2835
+ }): any;
2836
+ actions?(_: {
2837
+ id: string;
2838
+ }): any;
2839
+ }>;
2840
+
2841
+ export declare const RPagination: __VLS_WithTemplateSlots_16<DefineComponent<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<PaginationProps>, {
2842
+ page: number;
2843
+ perPage: number;
2844
+ totalItems: number;
2845
+ perPageOptions: () => number[];
2846
+ itemsPerPageText: string;
2847
+ position: string;
2848
+ infoText: string;
2849
+ id: string;
2850
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2851
+ "update:page": (...args: any[]) => void;
2852
+ "update:perPage": (...args: any[]) => void;
2853
+ "update:info": (...args: any[]) => void;
2854
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<PaginationProps>, {
2855
+ page: number;
2856
+ perPage: number;
2857
+ totalItems: number;
2858
+ perPageOptions: () => number[];
2859
+ itemsPerPageText: string;
2860
+ position: string;
2861
+ infoText: string;
2862
+ id: string;
2863
+ }>>> & {
2864
+ "onUpdate:page"?: ((...args: any[]) => any) | undefined;
2865
+ "onUpdate:perPage"?: ((...args: any[]) => any) | undefined;
2866
+ "onUpdate:info"?: ((...args: any[]) => any) | undefined;
2867
+ }, {
2868
+ id: string;
2869
+ page: number;
2870
+ perPage: number;
2871
+ totalItems: number;
2872
+ perPageOptions: number[];
2873
+ itemsPerPageText: string;
2874
+ position: string;
2875
+ infoText: string;
2876
+ }, {}>, {
2877
+ first?(_: {
2878
+ id: string;
2879
+ }): any;
2880
+ prev?(_: {
2881
+ id: string;
2882
+ }): any;
2883
+ next?(_: {
2884
+ id: string;
2885
+ }): any;
2886
+ last?(_: {
2887
+ id: string;
2888
+ }): any;
2889
+ }>;
2890
+
2891
+ export declare const RProgressbar: DefineComponent<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<ProgressBarProps>, {
2892
+ value: number;
2893
+ height: number;
2894
+ id: string;
2895
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<ProgressBarProps>, {
2896
+ value: number;
2897
+ height: number;
2898
+ id: string;
2899
+ }>>>, {
2900
+ height: number;
2901
+ id: string;
2902
+ value: number;
2903
+ }, {}>;
2904
+
2905
+ export declare const RRadio: DefineComponent<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<Props_7>, {
2906
+ id: string;
2907
+ modelValue: boolean;
2908
+ name: string;
2909
+ disabled: boolean;
2910
+ label: string;
2911
+ hint: string;
2912
+ errorMsg: string;
2913
+ title: string;
2914
+ value: string;
2915
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2916
+ "update:modelValue": (...args: any[]) => void;
2917
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_25<__VLS_TypePropsToRuntimeProps_25<Props_7>, {
2918
+ id: string;
2919
+ modelValue: boolean;
2920
+ name: string;
2921
+ disabled: boolean;
2922
+ label: string;
2923
+ hint: string;
2924
+ errorMsg: string;
2925
+ title: string;
2926
+ value: string;
2927
+ }>>> & {
2928
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2929
+ }, {
2930
+ name: string;
2931
+ id: string;
2932
+ label: string;
2933
+ title: string;
2934
+ disabled: boolean;
2935
+ value: string;
2936
+ modelValue: boolean;
2937
+ errorMsg: string;
2938
+ hint: string;
2939
+ }, {}>;
2940
+
2941
+ export declare const RSidebar: __VLS_WithTemplateSlots_9<DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RSidebarProps>, {
2942
+ modelValue: boolean;
2943
+ showTrigger: boolean;
2944
+ id: string;
2945
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2946
+ "update:modelValue": (...args: any[]) => void;
2947
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RSidebarProps>, {
2948
+ modelValue: boolean;
2949
+ showTrigger: boolean;
2950
+ id: string;
2951
+ }>>> & {
2952
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2953
+ }, {
2954
+ id: string;
2955
+ modelValue: boolean;
2956
+ showTrigger: boolean;
2957
+ }, {}>, {
2958
+ default?(_: {
2959
+ open: boolean;
2960
+ }): any;
2961
+ trigger?(_: {
2962
+ id: string;
2963
+ open: boolean;
2964
+ }): any;
2965
+ }>;
2966
+
2967
+ declare interface RSidebarProps {
2968
+ modelValue: boolean;
2969
+ showTrigger?: boolean;
2970
+ class?: string | string[];
2971
+ triggerClass?: string | string[];
2972
+ wrapperClass?: string | string[];
2973
+ /**
2974
+ * Id of the Sidebar
2975
+ * @type string
2976
+ * @default 'r-sidebar'
2977
+ * @example
2978
+ * <Sidebar id="custom-sidebar" />
2979
+ */
2980
+ id?: string;
2981
+ }
2982
+
2983
+ export declare const RSnackbar: __VLS_WithTemplateSlots_10<DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<IProps_3>, {
2984
+ text: string;
2985
+ closable: boolean;
2986
+ left: boolean;
2987
+ modelValue: boolean;
2988
+ timeout: number;
2989
+ id: string;
2990
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2991
+ "update:modelValue": (...args: any[]) => void;
2992
+ action: (...args: any[]) => void;
2993
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<IProps_3>, {
2994
+ text: string;
2995
+ closable: boolean;
2996
+ left: boolean;
2997
+ modelValue: boolean;
2998
+ timeout: number;
2999
+ id: string;
3000
+ }>>> & {
3001
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3002
+ onAction?: ((...args: any[]) => any) | undefined;
3003
+ }, {
3004
+ id: string;
3005
+ text: string;
3006
+ left: boolean;
3007
+ modelValue: boolean;
3008
+ closable: boolean;
3009
+ timeout: number;
3010
+ }, {}>, {
3011
+ icon?(_: {
3012
+ id: string;
3013
+ }): any;
3014
+ default?(_: {
3015
+ id: string;
3016
+ }): any;
3017
+ close?(_: {
3018
+ id: string;
3019
+ }): any;
3020
+ }>;
3021
+
3022
+ export declare const RSwitch: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_5>, {
3023
+ id: string;
3024
+ modelValue: boolean;
3025
+ size: string;
3026
+ disabled: boolean;
3027
+ label: string;
3028
+ hint: string;
3029
+ errorMsg: string;
3030
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3031
+ "update:modelValue": (...args: any[]) => void;
3032
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_5>, {
3033
+ id: string;
3034
+ modelValue: boolean;
3035
+ size: string;
3036
+ disabled: boolean;
3037
+ label: string;
3038
+ hint: string;
3039
+ errorMsg: string;
3040
+ }>>> & {
3041
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3042
+ }, {
3043
+ size: "small" | "medium" | "large";
3044
+ id: string | undefined;
3045
+ label: string;
3046
+ disabled: boolean | "true" | "false";
3047
+ modelValue: any[] | Set<any> | (boolean | "true" | "false");
3048
+ errorMsg: string;
3049
+ hint: string;
3050
+ }, {}>;
3051
+
3052
+ export declare const RTabItem: __VLS_WithTemplateSlots_11<DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IProps_4>, {
3053
+ label: string;
3054
+ variant: TabItemVariants;
3055
+ prependIcon: string;
3056
+ appendIcon: string;
3057
+ disabled: boolean;
3058
+ modelValue: string;
3059
+ tile: boolean;
3060
+ block: boolean;
3061
+ color: string;
3062
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3063
+ "update:modelValue": (...args: any[]) => void;
3064
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IProps_4>, {
3065
+ label: string;
3066
+ variant: TabItemVariants;
3067
+ prependIcon: string;
3068
+ appendIcon: string;
3069
+ disabled: boolean;
3070
+ modelValue: string;
3071
+ tile: boolean;
3072
+ block: boolean;
3073
+ color: string;
3074
+ }>>> & {
3075
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3076
+ }, {
3077
+ label: string;
3078
+ variant: TabItemVariant;
3079
+ disabled: boolean;
3080
+ prependIcon: string;
3081
+ appendIcon: string;
3082
+ block: boolean;
3083
+ modelValue: string | number;
3084
+ color: string;
3085
+ tile: boolean;
3086
+ }, {}>, {
3087
+ prepend?(_: {
3088
+ active: boolean;
3089
+ disabled: boolean;
3090
+ }): any;
3091
+ default?(_: {
3092
+ label: string;
3093
+ }): any;
3094
+ append?(_: {
3095
+ active: boolean;
3096
+ disabled: boolean;
3097
+ }): any;
3098
+ }>;
3099
+
3100
+ export declare const RTabs: __VLS_WithTemplateSlots_12<DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<IProps_5>, {
3101
+ tabs: () => never[];
3102
+ block: boolean;
3103
+ modelValue: string;
3104
+ tile: boolean;
3105
+ scrollable: boolean;
3106
+ id: string;
3107
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3108
+ "update:modelValue": (...args: any[]) => void;
3109
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<IProps_5>, {
3110
+ tabs: () => never[];
3111
+ block: boolean;
3112
+ modelValue: string;
3113
+ tile: boolean;
3114
+ scrollable: boolean;
3115
+ id: string;
3116
+ }>>> & {
3117
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3118
+ }, {
3119
+ id: string;
3120
+ block: boolean;
3121
+ modelValue: string | number;
3122
+ tile: boolean;
3123
+ tabs: Tab[];
3124
+ scrollable: boolean;
3125
+ }, {}>, {
3126
+ default?(_: {
3127
+ id: string;
3128
+ activeTab: string | number;
3129
+ }): any;
3130
+ }>;
3131
+
3132
+ export declare const RTextArea: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<IProps_6>, {
3133
+ id: string;
3134
+ errorMsg: string;
3135
+ disabled: boolean;
3136
+ placeholder: string;
3137
+ modelValue: string;
3138
+ label: string;
3139
+ hint: string;
3140
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3141
+ "update:modelValue": (...args: any[]) => void;
3142
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<IProps_6>, {
3143
+ id: string;
3144
+ errorMsg: string;
3145
+ disabled: boolean;
3146
+ placeholder: string;
3147
+ modelValue: string;
3148
+ label: string;
3149
+ hint: string;
3150
+ }>>> & {
3151
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3152
+ }, {
3153
+ id: string | undefined;
3154
+ label: string;
3155
+ disabled: boolean | "true" | "false";
3156
+ modelValue: any;
3157
+ placeholder: string;
3158
+ errorMsg: string;
3159
+ hint: string;
3160
+ }, {}>;
3161
+
3162
+ export declare const RTextfield: __VLS_WithTemplateSlots_13<DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<Props_6>, {
3163
+ id: string;
3164
+ type: string;
3165
+ modelValue: string;
3166
+ label: string;
3167
+ placeholder: string;
3168
+ errorMsg: string;
3169
+ hint: string;
3170
+ prependIcon: string;
3171
+ appendIcon: string;
3172
+ iconColor: string;
3173
+ disabled: boolean;
3174
+ loading: boolean;
3175
+ clearable: boolean;
3176
+ hideDetails: boolean;
3177
+ role: string;
3178
+ readonly: boolean;
3179
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3180
+ input: (...args: any[]) => void;
3181
+ blur: (...args: any[]) => void;
3182
+ focus: (...args: any[]) => void;
3183
+ "update:modelValue": (...args: any[]) => void;
3184
+ "click:icon": (...args: any[]) => void;
3185
+ "click:clear": (...args: any[]) => void;
3186
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<Props_6>, {
3187
+ id: string;
3188
+ type: string;
3189
+ modelValue: string;
3190
+ label: string;
3191
+ placeholder: string;
3192
+ errorMsg: string;
3193
+ hint: string;
3194
+ prependIcon: string;
3195
+ appendIcon: string;
3196
+ iconColor: string;
3197
+ disabled: boolean;
3198
+ loading: boolean;
3199
+ clearable: boolean;
3200
+ hideDetails: boolean;
3201
+ role: string;
3202
+ readonly: boolean;
3203
+ }>>> & {
3204
+ onFocus?: ((...args: any[]) => any) | undefined;
3205
+ onBlur?: ((...args: any[]) => any) | undefined;
3206
+ onInput?: ((...args: any[]) => any) | undefined;
3207
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3208
+ "onClick:icon"?: ((...args: any[]) => any) | undefined;
3209
+ "onClick:clear"?: ((...args: any[]) => any) | undefined;
3210
+ }, {
3211
+ id: string | undefined;
3212
+ type: "number" | "text" | "email" | "password" | "tel" | "url";
3213
+ label: string;
3214
+ disabled: boolean;
3215
+ prependIcon: string;
3216
+ appendIcon: string;
3217
+ clearable: boolean;
3218
+ role: string;
3219
+ modelValue: any;
3220
+ placeholder: string;
3221
+ loading: boolean;
3222
+ errorMsg: string;
3223
+ hint: string;
3224
+ hideDetails: boolean;
3225
+ readonly: boolean;
3226
+ }, {}>, {
3227
+ prepend?(_: {
3228
+ id: string;
3229
+ disabled: boolean;
3230
+ error: number;
3231
+ loading: boolean;
3232
+ }): any;
3233
+ append?(_: {
3234
+ id: string;
3235
+ disabled: boolean;
3236
+ error: number;
3237
+ loading: boolean;
3238
+ }): any;
3239
+ }>;
3240
+
3241
+ export declare const RTooltip: __VLS_WithTemplateSlots_14<DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<IProps_7>, {
3242
+ placement: Placement;
3243
+ text: string;
3244
+ dark: boolean;
3245
+ light: boolean;
3246
+ triggers: () => Trigger[];
3247
+ autoHide: boolean;
3248
+ hideDelay: number;
3249
+ showDelay: number;
3250
+ shown: boolean;
3251
+ disabled: boolean;
3252
+ persistent: boolean;
3253
+ offset: number;
3254
+ padding: number;
3255
+ outsideClick: boolean;
3256
+ triggerContent: string;
3257
+ resizable: boolean;
3258
+ triggerClass: string;
3259
+ tooltipClass: string;
3260
+ type: Theme;
3261
+ id: string;
3262
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3263
+ show: (...args: any[]) => void;
3264
+ hide: (...args: any[]) => void;
3265
+ }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<IProps_7>, {
3266
+ placement: Placement;
3267
+ text: string;
3268
+ dark: boolean;
3269
+ light: boolean;
3270
+ triggers: () => Trigger[];
3271
+ autoHide: boolean;
3272
+ hideDelay: number;
3273
+ showDelay: number;
3274
+ shown: boolean;
3275
+ disabled: boolean;
3276
+ persistent: boolean;
3277
+ offset: number;
3278
+ padding: number;
3279
+ outsideClick: boolean;
3280
+ triggerContent: string;
3281
+ resizable: boolean;
3282
+ triggerClass: string;
3283
+ tooltipClass: string;
3284
+ type: Theme;
3285
+ id: string;
3286
+ }>>> & {
3287
+ onShow?: ((...args: any[]) => any) | undefined;
3288
+ onHide?: ((...args: any[]) => any) | undefined;
3289
+ }, {
3290
+ id: string;
3291
+ type: string;
3292
+ text: string;
3293
+ disabled: boolean;
3294
+ placement: Placements;
3295
+ padding: number;
3296
+ dark: boolean;
3297
+ light: boolean;
3298
+ triggers: Triggers[];
3299
+ autoHide: boolean;
3300
+ hideDelay: number;
3301
+ showDelay: number;
3302
+ shown: boolean;
3303
+ offset: number;
3304
+ outsideClick: boolean;
3305
+ triggerContent: string;
3306
+ resizable: boolean;
3307
+ triggerClass: string | string[];
3308
+ tooltipClass: string | string[];
3309
+ persistent: boolean;
3310
+ }, {}>, {
3311
+ default?(_: {
3312
+ id: string;
3313
+ activators: {
3314
+ click: typeof onClick;
3315
+ mouseenter: typeof onMouseEnter;
3316
+ mouseleave: typeof onMouseLeave;
3317
+ mousemove: typeof onMouseMove;
3318
+ };
3319
+ tooltipId: string;
3320
+ updatePosition: typeof handleUpdate;
3321
+ }): any;
3322
+ content?(_: {
3323
+ id: string;
3324
+ hide: typeof hideTooltip;
3325
+ updatePosition: typeof handleUpdate;
3326
+ }): any;
3327
+ }>;
3328
+
3329
+ declare function select(id: never, value: boolean): void;
3330
+
3331
+ declare interface SelectProps {
3332
+ /**
3333
+ * Options of the Dropdown
3334
+ * @type {Option[]}
3335
+ * @default []
3336
+ * @example
3337
+ * <Dropdown
3338
+ * :options="[
3339
+ * {
3340
+ * value: '1',
3341
+ * label: 'Option 1',
3342
+ * },
3343
+ * {
3344
+ * value: '2',
3345
+ * label: '2',
3346
+ * },
3347
+ * ]"
3348
+ * />
3349
+ */
3350
+ options: Option_2[] | any;
3351
+ /**
3352
+ * Value of the Dropdown
3353
+ * @type {string | number | Option | Option[]}
3354
+ * @default ''
3355
+ * @example
3356
+ * <Dropdown v-model="model" />
3357
+ */
3358
+ modelValue: string | number | Option_2 | Option_2[] | any;
3359
+ /**
3360
+ * Placeholder Dropdown
3361
+ * @type {InputHTMLAttributes['placeholder']}
3362
+ * @default ''
3363
+ * @example
3364
+ * <Dropdown placeholder="Placeholder" />
3365
+ * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#placeholder
3366
+ */
3367
+ placeholder?: string;
3368
+ /**
3369
+ * Allow to select multiple options as chips
3370
+ * @type {boolean}
3371
+ * @default false
3372
+ * @example
3373
+ * <Dropdown chips />
3374
+ */
3375
+ chips?: boolean;
3376
+ /**
3377
+ * Allow to select multiple options
3378
+ * @type {boolean}
3379
+ * @default false
3380
+ * @example
3381
+ * <Dropdown multiple />
3382
+ */
3383
+ multiple?: boolean;
3384
+ /**
3385
+ * Disable the Dropdown
3386
+ * @type {boolean}
3387
+ * @default false
3388
+ * @example
3389
+ * <Dropdown disabled />
3390
+ */
3391
+ disabled?: boolean;
3392
+ /**
3393
+ * Loading state of the Dropdown
3394
+ * @type {boolean}
3395
+ * @default false
3396
+ * @example
3397
+ * <Dropdown loading />
3398
+ */
3399
+ loading?: boolean;
3400
+ /**
3401
+ * Icon to prepend
3402
+ * @type {string}
3403
+ * @default ''
3404
+ * @example
3405
+ * <Dropdown prependIcon="search" />
3406
+ */
3407
+ prependIcon?: string;
3408
+ /**
3409
+ * Icon to append
3410
+ * @type {string}
3411
+ * @default 'expand_less'
3412
+ * @example
3413
+ * <Dropdown appendIcon="expand_more" />
3414
+ */
3415
+ appendIcon?: string;
3416
+ /**
3417
+ * Allow to search for options
3418
+ * @type {boolean}
3419
+ * @default false
3420
+ * @example
3421
+ * <Dropdown searchable />
3422
+ */
3423
+ searchable?: boolean;
3424
+ /**
3425
+ * Clearable status to selected and searched options
3426
+ * @type {boolean}
3427
+ * @default false
3428
+ * @example
3429
+ * <Dropdown clearable />
3430
+ */
3431
+ clearable?: boolean;
3432
+ /**
3433
+ * Id of the Dropdown
3434
+ * @type {string}
3435
+ * @default 'test'
3436
+ * @example
3437
+ * <Dropdown id="test" />
3438
+ */
3439
+ id?: string;
3440
+ /**
3441
+ * Close the Dropdown on select
3442
+ * @type {boolean}
3443
+ * @default true
3444
+ * @example
3445
+ * <Dropdown :closeOnSelect="false" />
3446
+ */
3447
+ closeOnSelect?: boolean;
3448
+ /**
3449
+ * Class of the Dropdown
3450
+ * @type {string}
3451
+ * @default ''
3452
+ * @example
3453
+ * <Dropdown dropdownClass="w-96" />
3454
+ */
3455
+ dropdownClass?: string;
3456
+ /**
3457
+ * Class of the options
3458
+ * @type {string}
3459
+ * @default ''
3460
+ * @example
3461
+ * <Dropdown optionsClass="w-96" />
3462
+ */
3463
+ optionsClass?: string;
3464
+ /**
3465
+ * Error message for error state
3466
+ * @type {string}
3467
+ * @default ''
3468
+ * @example
3469
+ * <Dropdown errorMsg="Error message" />
3470
+ */
3471
+ errorMsg?: string;
3472
+ /**
3473
+ * Hint message for the Dropdown
3474
+ * @type {string}
3475
+ * @default ''
3476
+ * @example
3477
+ * <Dropdown hint="Hint message" />
3478
+ */
3479
+ hint?: string;
3480
+ /**
3481
+ * Hide the hint and error message
3482
+ * @type {boolean}
3483
+ * @default false
3484
+ * @example
3485
+ * <Dropdown hideDetails />
3486
+ */
3487
+ hideDetails?: boolean;
3488
+ /**
3489
+ * Autocomplete of the Dropdown
3490
+ * @type {'on' | 'off'}
3491
+ * @default 'off'
3492
+ * @example
3493
+ * <Dropdown autocomplete="on" />
3494
+ */
3495
+ autocomplete?: 'on' | 'off';
3496
+ /**
3497
+ * Text to show when there is no options
3498
+ * @type {string}
3499
+ * @default 'No options'
3500
+ * @example
3501
+ * <Dropdown noOptionsText="No options" />
3502
+ */
3503
+ noOptionsText?: string;
3504
+ /**
3505
+ * Hide the check icon of the selected option
3506
+ * @type {boolean}
3507
+ * @default false
3508
+ * @example
3509
+ * <Dropdown hideOptionCheckIcon />
3510
+ */
3511
+ hideOptionCheckIcon?: boolean;
3512
+ /**
3513
+ * Clearable state of the chips
3514
+ * @type {boolean}
3515
+ * @default false
3516
+ * @example
3517
+ * <Dropdown hideChipClear />
3518
+ */
3519
+ hideChipClear?: boolean;
3520
+ /**
3521
+ * Tooltip class
3522
+ * @type {string}
3523
+ * @default ''
3524
+ * @example
3525
+ * <Dropdown tooltipClass="w-96" />
3526
+ */
3527
+ tooltipClass?: string;
3528
+ /**
3529
+ * Show select all option
3530
+ * @type {boolean}
3531
+ * @default false
3532
+ * @example
3533
+ * <Dropdown showSelectAll />
3534
+ */
3535
+ showSelectAll?: boolean;
3536
+ /**
3537
+ * Text of the select all option
3538
+ * @type {string}
3539
+ * @default 'Select all'
3540
+ * @example
3541
+ * <Dropdown selectAllText="Select all" />
3542
+ */
3543
+ selectAllText?: string;
3544
+ /**
3545
+ * Disable deselecting the selected option
3546
+ * @type {boolean}
3547
+ * @default false
3548
+ * @example
3549
+ * <Dropdown disableDeselect />
3550
+ */
3551
+ disableDeselect?: boolean;
3552
+ /**
3553
+ * Maximum number of visible chips
3554
+ * @type {number}
3555
+ * @default 2
3556
+ * @example
3557
+ * <Dropdown :maxVisibleChips="3" />
3558
+ */
3559
+ maxVisibleChips?: number;
3560
+ /**
3561
+ * Allow to search for options inside the dropdown
3562
+ * @type {boolean}
3563
+ * @default true
3564
+ * @example
3565
+ * <Dropdown innerSearch />
3566
+ * <Dropdown :innerSearch="false" />
3567
+ */
3568
+ innerSearch?: boolean;
3569
+ /**
3570
+ * Loading state of the search
3571
+ * @type {boolean}
3572
+ * @default false
3573
+ * @example
3574
+ * <Dropdown searchLoading />
3575
+ */
3576
+ searchLoading?: boolean;
3577
+ }
3578
+
3579
+ declare interface Tab {
3580
+ id: string | number;
3581
+ variant?: TabItemVariant;
3582
+ label?: string;
3583
+ prependIcon?: string;
3584
+ appendIcon?: string;
3585
+ disabled?: boolean;
3586
+ active?: boolean;
3587
+ }
3588
+
3589
+ declare type TabItemVariant = 'default' | 'text' | 'icon';
3590
+
3591
+ declare enum TabItemVariants {
3592
+ DEFAULT = "default",
3593
+ TEXT = "text",
3594
+ ICON = "icon"
3595
+ }
3596
+
3597
+ declare enum Theme {
3598
+ Tooltip = "tooltip",
3599
+ Popover = "popover",
3600
+ Dropdown = "dropdown"
3601
+ }
3602
+
3603
+ declare enum Trigger {
3604
+ Click = "click",
3605
+ Hover = "hover",
3606
+ Manual = "manual"
3607
+ }
3608
+
3609
+ declare type Triggers = 'click' | 'hover' | 'manual';
3610
+
3611
+ export { }