@bitrix24/b24ui-nuxt 0.5.9 → 0.5.10

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 (196) hide show
  1. package/.nuxt/b24ui/navigation-menu.ts +0 -2
  2. package/.nuxt/b24ui/popover.ts +1 -1
  3. package/dist/meta.d.mts +4789 -4897
  4. package/dist/meta.mjs +4789 -4897
  5. package/dist/module.json +5 -5
  6. package/dist/module.mjs +11 -7
  7. package/dist/runtime/components/Advice.vue +47 -54
  8. package/dist/runtime/components/Advice.vue.d.ts +170 -0
  9. package/dist/runtime/components/Alert.vue +71 -96
  10. package/dist/runtime/components/Alert.vue.d.ts +464 -0
  11. package/dist/runtime/components/App.vue +37 -34
  12. package/dist/runtime/components/App.vue.d.ts +23 -0
  13. package/dist/runtime/components/Avatar.vue +69 -81
  14. package/dist/runtime/components/Avatar.vue.d.ts +281 -0
  15. package/dist/runtime/components/AvatarGroup.vue +53 -76
  16. package/dist/runtime/components/AvatarGroup.vue.d.ts +204 -0
  17. package/dist/runtime/components/Badge.vue +83 -83
  18. package/dist/runtime/components/Badge.vue.d.ts +517 -0
  19. package/dist/runtime/components/Button.vue +219 -149
  20. package/dist/runtime/components/Button.vue.d.ts +640 -0
  21. package/dist/runtime/components/ButtonGroup.vue +35 -51
  22. package/dist/runtime/components/ButtonGroup.vue.d.ts +116 -0
  23. package/dist/runtime/components/Calendar.vue +186 -152
  24. package/dist/runtime/components/Calendar.vue.d.ts +437 -0
  25. package/dist/runtime/components/Checkbox.vue +84 -73
  26. package/dist/runtime/components/Checkbox.vue.d.ts +354 -0
  27. package/dist/runtime/components/Chip.vue +59 -74
  28. package/dist/runtime/components/Chip.vue.d.ts +271 -0
  29. package/dist/runtime/components/Collapsible.vue +44 -41
  30. package/dist/runtime/components/Collapsible.vue.d.ts +118 -0
  31. package/dist/runtime/components/Container.vue +18 -27
  32. package/dist/runtime/components/Container.vue.d.ts +27 -0
  33. package/dist/runtime/components/Countdown.vue +198 -378
  34. package/dist/runtime/components/Countdown.vue.d.ts +356 -0
  35. package/dist/runtime/components/DescriptionList.vue +102 -149
  36. package/dist/runtime/components/DescriptionList.vue.d.ts +379 -0
  37. package/dist/runtime/components/DropdownMenu.vue +83 -139
  38. package/dist/runtime/components/DropdownMenu.vue.d.ts +533 -0
  39. package/dist/runtime/components/DropdownMenuContent.vue +137 -81
  40. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +228 -0
  41. package/dist/runtime/components/Form.vue +162 -216
  42. package/dist/runtime/components/Form.vue.d.ts +55 -0
  43. package/dist/runtime/components/FormField.vue +76 -80
  44. package/dist/runtime/components/FormField.vue.d.ts +282 -0
  45. package/dist/runtime/components/Input.vue +160 -179
  46. package/dist/runtime/components/Input.vue.d.ts +755 -0
  47. package/dist/runtime/components/InputMenu.vue +300 -381
  48. package/dist/runtime/components/InputMenu.vue.d.ts +1504 -0
  49. package/dist/runtime/components/InputNumber.vue +178 -175
  50. package/dist/runtime/components/InputNumber.vue.d.ts +658 -0
  51. package/dist/runtime/components/Kbd.vue +33 -45
  52. package/dist/runtime/components/Kbd.vue.d.ts +109 -0
  53. package/dist/runtime/components/Link.vue +179 -173
  54. package/dist/runtime/components/Link.vue.d.ts +129 -0
  55. package/dist/runtime/components/LinkBase.vue +64 -42
  56. package/dist/runtime/components/LinkBase.vue.d.ts +48 -0
  57. package/dist/runtime/components/Modal.vue +105 -127
  58. package/dist/runtime/components/Modal.vue.d.ts +327 -0
  59. package/dist/runtime/components/ModalDialogClose.vue +4 -8
  60. package/dist/runtime/components/ModalDialogClose.vue.d.ts +10 -0
  61. package/dist/runtime/components/Navbar.vue +24 -33
  62. package/dist/runtime/components/Navbar.vue.d.ts +101 -0
  63. package/dist/runtime/components/NavbarDivider.vue +24 -33
  64. package/dist/runtime/components/NavbarDivider.vue.d.ts +101 -0
  65. package/dist/runtime/components/NavbarSection.vue +24 -33
  66. package/dist/runtime/components/NavbarSection.vue.d.ts +101 -0
  67. package/dist/runtime/components/NavbarSpacer.vue +24 -33
  68. package/dist/runtime/components/NavbarSpacer.vue.d.ts +101 -0
  69. package/dist/runtime/components/NavigationMenu.vue +152 -216
  70. package/dist/runtime/components/NavigationMenu.vue.d.ts +824 -0
  71. package/dist/runtime/components/OverlayProvider.vue +13 -17
  72. package/dist/runtime/components/OverlayProvider.vue.d.ts +2 -0
  73. package/dist/runtime/components/Popover.vue +81 -81
  74. package/dist/runtime/components/Popover.vue.d.ts +147 -0
  75. package/dist/runtime/components/Progress.vue +109 -136
  76. package/dist/runtime/components/Progress.vue.d.ts +592 -0
  77. package/dist/runtime/components/RadioGroup.vue +120 -134
  78. package/dist/runtime/components/RadioGroup.vue.d.ts +723 -0
  79. package/dist/runtime/components/Range.vue +94 -85
  80. package/dist/runtime/components/Range.vue.d.ts +417 -0
  81. package/dist/runtime/components/Select.vue +212 -260
  82. package/dist/runtime/components/Select.vue.d.ts +1200 -0
  83. package/dist/runtime/components/SelectMenu.vue +272 -366
  84. package/dist/runtime/components/SelectMenu.vue.d.ts +1298 -0
  85. package/dist/runtime/components/Separator.vue +61 -71
  86. package/dist/runtime/components/Separator.vue.d.ts +400 -0
  87. package/dist/runtime/components/Sidebar.vue +24 -33
  88. package/dist/runtime/components/Sidebar.vue.d.ts +101 -0
  89. package/dist/runtime/components/SidebarBody.vue +30 -38
  90. package/dist/runtime/components/SidebarBody.vue.d.ts +90 -0
  91. package/dist/runtime/components/SidebarFooter.vue +24 -33
  92. package/dist/runtime/components/SidebarFooter.vue.d.ts +101 -0
  93. package/dist/runtime/components/SidebarHeader.vue +24 -33
  94. package/dist/runtime/components/SidebarHeader.vue.d.ts +101 -0
  95. package/dist/runtime/components/SidebarHeading.vue +24 -33
  96. package/dist/runtime/components/SidebarHeading.vue.d.ts +101 -0
  97. package/dist/runtime/components/SidebarLayout.vue +40 -70
  98. package/dist/runtime/components/SidebarLayout.vue.d.ts +222 -0
  99. package/dist/runtime/components/SidebarSection.vue +24 -33
  100. package/dist/runtime/components/SidebarSection.vue.d.ts +101 -0
  101. package/dist/runtime/components/SidebarSpacer.vue +24 -33
  102. package/dist/runtime/components/SidebarSpacer.vue.d.ts +101 -0
  103. package/dist/runtime/components/Skeleton.vue +17 -22
  104. package/dist/runtime/components/Skeleton.vue.d.ts +26 -0
  105. package/dist/runtime/components/Slideover.vue +108 -131
  106. package/dist/runtime/components/Slideover.vue.d.ts +360 -0
  107. package/dist/runtime/components/StackedLayout.vue +40 -73
  108. package/dist/runtime/components/StackedLayout.vue.d.ts +192 -0
  109. package/dist/runtime/components/Switch.vue +100 -95
  110. package/dist/runtime/components/Switch.vue.d.ts +587 -0
  111. package/dist/runtime/components/Tabs.vue +83 -105
  112. package/dist/runtime/components/Tabs.vue.d.ts +453 -0
  113. package/dist/runtime/components/Textarea.vue +177 -201
  114. package/dist/runtime/components/Textarea.vue.d.ts +601 -0
  115. package/dist/runtime/components/Toast.vue +94 -105
  116. package/dist/runtime/components/Toast.vue.d.ts +438 -0
  117. package/dist/runtime/components/Toaster.vue +94 -111
  118. package/dist/runtime/components/Toaster.vue.d.ts +219 -0
  119. package/dist/runtime/components/Tooltip.vue +78 -64
  120. package/dist/runtime/components/Tooltip.vue.d.ts +186 -0
  121. package/dist/runtime/components/content/TableWrapper.vue +58 -70
  122. package/dist/runtime/components/content/TableWrapper.vue.d.ts +237 -0
  123. package/dist/runtime/composables/useAvatarGroup.d.ts +1 -1
  124. package/dist/runtime/composables/useButtonGroup.d.ts +2 -2
  125. package/dist/runtime/composables/useComponentIcons.d.ts +1 -1
  126. package/dist/runtime/composables/useFormField.d.ts +1 -1
  127. package/dist/runtime/prose/A.vue +18 -23
  128. package/dist/runtime/prose/A.vue.d.ts +84 -0
  129. package/dist/runtime/prose/Blockquote.vue +18 -23
  130. package/dist/runtime/prose/Blockquote.vue.d.ts +84 -0
  131. package/dist/runtime/prose/Code.vue +23 -31
  132. package/dist/runtime/prose/Code.vue.d.ts +97 -0
  133. package/dist/runtime/prose/Em.vue +18 -23
  134. package/dist/runtime/prose/Em.vue.d.ts +84 -0
  135. package/dist/runtime/prose/H1.vue +18 -23
  136. package/dist/runtime/prose/H1.vue.d.ts +97 -0
  137. package/dist/runtime/prose/H2.vue +18 -23
  138. package/dist/runtime/prose/H2.vue.d.ts +123 -0
  139. package/dist/runtime/prose/H3.vue +18 -23
  140. package/dist/runtime/prose/H3.vue.d.ts +123 -0
  141. package/dist/runtime/prose/H4.vue +18 -23
  142. package/dist/runtime/prose/H4.vue.d.ts +123 -0
  143. package/dist/runtime/prose/H5.vue +18 -23
  144. package/dist/runtime/prose/H5.vue.d.ts +123 -0
  145. package/dist/runtime/prose/H6.vue +18 -23
  146. package/dist/runtime/prose/H6.vue.d.ts +123 -0
  147. package/dist/runtime/prose/Hr.vue +18 -19
  148. package/dist/runtime/prose/Hr.vue.d.ts +74 -0
  149. package/dist/runtime/prose/Img.vue +18 -23
  150. package/dist/runtime/prose/Img.vue.d.ts +77 -0
  151. package/dist/runtime/prose/Li.vue +18 -23
  152. package/dist/runtime/prose/Li.vue.d.ts +84 -0
  153. package/dist/runtime/prose/Ol.vue +18 -23
  154. package/dist/runtime/prose/Ol.vue.d.ts +84 -0
  155. package/dist/runtime/prose/P.vue +18 -23
  156. package/dist/runtime/prose/P.vue.d.ts +84 -0
  157. package/dist/runtime/prose/Pre.vue +28 -33
  158. package/dist/runtime/prose/Pre.vue.d.ts +117 -0
  159. package/dist/runtime/prose/Strong.vue +18 -23
  160. package/dist/runtime/prose/Strong.vue.d.ts +84 -0
  161. package/dist/runtime/prose/Table.vue +44 -54
  162. package/dist/runtime/prose/Table.vue.d.ts +144 -0
  163. package/dist/runtime/prose/Tbody.vue +18 -23
  164. package/dist/runtime/prose/Tbody.vue.d.ts +84 -0
  165. package/dist/runtime/prose/Td.vue +18 -23
  166. package/dist/runtime/prose/Td.vue.d.ts +84 -0
  167. package/dist/runtime/prose/Th.vue +18 -23
  168. package/dist/runtime/prose/Th.vue.d.ts +84 -0
  169. package/dist/runtime/prose/Thead.vue +18 -23
  170. package/dist/runtime/prose/Thead.vue.d.ts +84 -0
  171. package/dist/runtime/prose/Tr.vue +18 -23
  172. package/dist/runtime/prose/Tr.vue.d.ts +84 -0
  173. package/dist/runtime/prose/Ul.vue +18 -23
  174. package/dist/runtime/prose/Ul.vue.d.ts +84 -0
  175. package/dist/runtime/vue/components/Link.vue +201 -202
  176. package/dist/runtime/vue/components/Link.vue.d.ts +129 -0
  177. package/dist/runtime/vue/stubs.d.ts +3 -3
  178. package/dist/shared/{b24ui-nuxt.C1lGF53R.mjs → b24ui-nuxt.CS9Lf0os.mjs} +4 -3
  179. package/dist/types.d.mts +3 -5
  180. package/dist/unplugin.mjs +1 -1
  181. package/dist/vite.mjs +1 -1
  182. package/package.json +59 -32
  183. package/dist/meta.cjs +0 -72220
  184. package/dist/meta.d.cts +0 -72218
  185. package/dist/meta.d.ts +0 -72218
  186. package/dist/module.cjs +0 -59
  187. package/dist/module.d.cts +0 -15
  188. package/dist/module.d.ts +0 -15
  189. package/dist/shared/b24ui-nuxt.BVg3rkkG.cjs +0 -7720
  190. package/dist/types.d.ts +0 -7
  191. package/dist/unplugin.cjs +0 -236
  192. package/dist/unplugin.d.cts +0 -33
  193. package/dist/unplugin.d.ts +0 -33
  194. package/dist/vite.cjs +0 -21
  195. package/dist/vite.d.cts +0 -14
  196. package/dist/vite.d.ts +0 -14
@@ -0,0 +1,517 @@
1
+ import type { VariantProps } from 'tailwind-variants';
2
+ import type { UseComponentIconsProps } from '../composables/useComponentIcons';
3
+ declare const badge: import("tailwind-variants").TVReturnType<{
4
+ buttonGroup: {
5
+ horizontal: string;
6
+ vertical: string;
7
+ };
8
+ noSplit: {
9
+ false: string;
10
+ };
11
+ useLink: {
12
+ true: {
13
+ base: string;
14
+ wrapper: string;
15
+ label: string;
16
+ };
17
+ };
18
+ useClose: {
19
+ true: string;
20
+ };
21
+ useFill: {
22
+ true: string;
23
+ false: string;
24
+ };
25
+ leading: {
26
+ true: string;
27
+ };
28
+ color: {
29
+ default: string;
30
+ danger: string;
31
+ success: string;
32
+ warning: string;
33
+ primary: string;
34
+ secondary: string;
35
+ collab: string;
36
+ ai: string;
37
+ };
38
+ depth: {
39
+ light: string;
40
+ normal: string;
41
+ dark: string;
42
+ };
43
+ size: {
44
+ xs: {
45
+ base: string;
46
+ wrapper: string;
47
+ label: string;
48
+ leadingIcon: string;
49
+ leadingAvatarSize: string;
50
+ trailingIcon: string;
51
+ };
52
+ sm: {
53
+ base: string;
54
+ wrapper: string;
55
+ label: string;
56
+ leadingIcon: string;
57
+ leadingAvatarSize: string;
58
+ trailingIcon: string;
59
+ };
60
+ md: {
61
+ base: string;
62
+ wrapper: string;
63
+ label: string;
64
+ leadingIcon: string;
65
+ leadingAvatarSize: string;
66
+ trailingIcon: string;
67
+ };
68
+ lg: {
69
+ base: string;
70
+ wrapper: string;
71
+ leadingIcon: string;
72
+ leadingAvatarSize: string;
73
+ trailingIcon: string;
74
+ };
75
+ xl: {
76
+ base: string;
77
+ wrapper: string;
78
+ leadingIcon: string;
79
+ leadingAvatarSize: string;
80
+ trailingIcon: string;
81
+ };
82
+ };
83
+ }, {
84
+ base: string;
85
+ wrapper: string;
86
+ label: string;
87
+ leadingIcon: string;
88
+ leadingAvatar: string;
89
+ leadingAvatarSize: string;
90
+ trailingIcon: string;
91
+ }, undefined, {
92
+ buttonGroup: {
93
+ horizontal: string;
94
+ vertical: string;
95
+ };
96
+ noSplit: {
97
+ false: string;
98
+ };
99
+ useLink: {
100
+ true: {
101
+ base: string;
102
+ wrapper: string;
103
+ label: string;
104
+ };
105
+ };
106
+ useClose: {
107
+ true: string;
108
+ };
109
+ useFill: {
110
+ true: string;
111
+ false: string;
112
+ };
113
+ leading: {
114
+ true: string;
115
+ };
116
+ color: {
117
+ default: string;
118
+ danger: string;
119
+ success: string;
120
+ warning: string;
121
+ primary: string;
122
+ secondary: string;
123
+ collab: string;
124
+ ai: string;
125
+ };
126
+ depth: {
127
+ light: string;
128
+ normal: string;
129
+ dark: string;
130
+ };
131
+ size: {
132
+ xs: {
133
+ base: string;
134
+ wrapper: string;
135
+ label: string;
136
+ leadingIcon: string;
137
+ leadingAvatarSize: string;
138
+ trailingIcon: string;
139
+ };
140
+ sm: {
141
+ base: string;
142
+ wrapper: string;
143
+ label: string;
144
+ leadingIcon: string;
145
+ leadingAvatarSize: string;
146
+ trailingIcon: string;
147
+ };
148
+ md: {
149
+ base: string;
150
+ wrapper: string;
151
+ label: string;
152
+ leadingIcon: string;
153
+ leadingAvatarSize: string;
154
+ trailingIcon: string;
155
+ };
156
+ lg: {
157
+ base: string;
158
+ wrapper: string;
159
+ leadingIcon: string;
160
+ leadingAvatarSize: string;
161
+ trailingIcon: string;
162
+ };
163
+ xl: {
164
+ base: string;
165
+ wrapper: string;
166
+ leadingIcon: string;
167
+ leadingAvatarSize: string;
168
+ trailingIcon: string;
169
+ };
170
+ };
171
+ }, {
172
+ base: string;
173
+ wrapper: string;
174
+ label: string;
175
+ leadingIcon: string;
176
+ leadingAvatar: string;
177
+ leadingAvatarSize: string;
178
+ trailingIcon: string;
179
+ }, import("tailwind-variants").TVReturnType<{
180
+ buttonGroup: {
181
+ horizontal: string;
182
+ vertical: string;
183
+ };
184
+ noSplit: {
185
+ false: string;
186
+ };
187
+ useLink: {
188
+ true: {
189
+ base: string;
190
+ wrapper: string;
191
+ label: string;
192
+ };
193
+ };
194
+ useClose: {
195
+ true: string;
196
+ };
197
+ useFill: {
198
+ true: string;
199
+ false: string;
200
+ };
201
+ leading: {
202
+ true: string;
203
+ };
204
+ color: {
205
+ default: string;
206
+ danger: string;
207
+ success: string;
208
+ warning: string;
209
+ primary: string;
210
+ secondary: string;
211
+ collab: string;
212
+ ai: string;
213
+ };
214
+ depth: {
215
+ light: string;
216
+ normal: string;
217
+ dark: string;
218
+ };
219
+ size: {
220
+ xs: {
221
+ base: string;
222
+ wrapper: string;
223
+ label: string;
224
+ leadingIcon: string;
225
+ leadingAvatarSize: string;
226
+ trailingIcon: string;
227
+ };
228
+ sm: {
229
+ base: string;
230
+ wrapper: string;
231
+ label: string;
232
+ leadingIcon: string;
233
+ leadingAvatarSize: string;
234
+ trailingIcon: string;
235
+ };
236
+ md: {
237
+ base: string;
238
+ wrapper: string;
239
+ label: string;
240
+ leadingIcon: string;
241
+ leadingAvatarSize: string;
242
+ trailingIcon: string;
243
+ };
244
+ lg: {
245
+ base: string;
246
+ wrapper: string;
247
+ leadingIcon: string;
248
+ leadingAvatarSize: string;
249
+ trailingIcon: string;
250
+ };
251
+ xl: {
252
+ base: string;
253
+ wrapper: string;
254
+ leadingIcon: string;
255
+ leadingAvatarSize: string;
256
+ trailingIcon: string;
257
+ };
258
+ };
259
+ }, {
260
+ base: string;
261
+ wrapper: string;
262
+ label: string;
263
+ leadingIcon: string;
264
+ leadingAvatar: string;
265
+ leadingAvatarSize: string;
266
+ trailingIcon: string;
267
+ }, undefined, {
268
+ buttonGroup: {
269
+ horizontal: string;
270
+ vertical: string;
271
+ };
272
+ noSplit: {
273
+ false: string;
274
+ };
275
+ useLink: {
276
+ true: {
277
+ base: string;
278
+ wrapper: string;
279
+ label: string;
280
+ };
281
+ };
282
+ useClose: {
283
+ true: string;
284
+ };
285
+ useFill: {
286
+ true: string;
287
+ false: string;
288
+ };
289
+ leading: {
290
+ true: string;
291
+ };
292
+ color: {
293
+ default: string;
294
+ danger: string;
295
+ success: string;
296
+ warning: string;
297
+ primary: string;
298
+ secondary: string;
299
+ collab: string;
300
+ ai: string;
301
+ };
302
+ depth: {
303
+ light: string;
304
+ normal: string;
305
+ dark: string;
306
+ };
307
+ size: {
308
+ xs: {
309
+ base: string;
310
+ wrapper: string;
311
+ label: string;
312
+ leadingIcon: string;
313
+ leadingAvatarSize: string;
314
+ trailingIcon: string;
315
+ };
316
+ sm: {
317
+ base: string;
318
+ wrapper: string;
319
+ label: string;
320
+ leadingIcon: string;
321
+ leadingAvatarSize: string;
322
+ trailingIcon: string;
323
+ };
324
+ md: {
325
+ base: string;
326
+ wrapper: string;
327
+ label: string;
328
+ leadingIcon: string;
329
+ leadingAvatarSize: string;
330
+ trailingIcon: string;
331
+ };
332
+ lg: {
333
+ base: string;
334
+ wrapper: string;
335
+ leadingIcon: string;
336
+ leadingAvatarSize: string;
337
+ trailingIcon: string;
338
+ };
339
+ xl: {
340
+ base: string;
341
+ wrapper: string;
342
+ leadingIcon: string;
343
+ leadingAvatarSize: string;
344
+ trailingIcon: string;
345
+ };
346
+ };
347
+ }, {
348
+ base: string;
349
+ wrapper: string;
350
+ label: string;
351
+ leadingIcon: string;
352
+ leadingAvatar: string;
353
+ leadingAvatarSize: string;
354
+ trailingIcon: string;
355
+ }, import("tailwind-variants").TVReturnType<{
356
+ buttonGroup: {
357
+ horizontal: string;
358
+ vertical: string;
359
+ };
360
+ noSplit: {
361
+ false: string;
362
+ };
363
+ useLink: {
364
+ true: {
365
+ base: string;
366
+ wrapper: string;
367
+ label: string;
368
+ };
369
+ };
370
+ useClose: {
371
+ true: string;
372
+ };
373
+ useFill: {
374
+ true: string;
375
+ false: string;
376
+ };
377
+ leading: {
378
+ true: string;
379
+ };
380
+ color: {
381
+ default: string;
382
+ danger: string;
383
+ success: string;
384
+ warning: string;
385
+ primary: string;
386
+ secondary: string;
387
+ collab: string;
388
+ ai: string;
389
+ };
390
+ depth: {
391
+ light: string;
392
+ normal: string;
393
+ dark: string;
394
+ };
395
+ size: {
396
+ xs: {
397
+ base: string;
398
+ wrapper: string;
399
+ label: string;
400
+ leadingIcon: string;
401
+ leadingAvatarSize: string;
402
+ trailingIcon: string;
403
+ };
404
+ sm: {
405
+ base: string;
406
+ wrapper: string;
407
+ label: string;
408
+ leadingIcon: string;
409
+ leadingAvatarSize: string;
410
+ trailingIcon: string;
411
+ };
412
+ md: {
413
+ base: string;
414
+ wrapper: string;
415
+ label: string;
416
+ leadingIcon: string;
417
+ leadingAvatarSize: string;
418
+ trailingIcon: string;
419
+ };
420
+ lg: {
421
+ base: string;
422
+ wrapper: string;
423
+ leadingIcon: string;
424
+ leadingAvatarSize: string;
425
+ trailingIcon: string;
426
+ };
427
+ xl: {
428
+ base: string;
429
+ wrapper: string;
430
+ leadingIcon: string;
431
+ leadingAvatarSize: string;
432
+ trailingIcon: string;
433
+ };
434
+ };
435
+ }, {
436
+ base: string;
437
+ wrapper: string;
438
+ label: string;
439
+ leadingIcon: string;
440
+ leadingAvatar: string;
441
+ leadingAvatarSize: string;
442
+ trailingIcon: string;
443
+ }, undefined, unknown, unknown, undefined>>>;
444
+ type BadgeVariants = VariantProps<typeof badge>;
445
+ export interface BadgeProps extends Omit<UseComponentIconsProps, 'loading' | 'loadingIcon'> {
446
+ /**
447
+ * The element or component this component should render as.
448
+ * @defaultValue 'span'
449
+ */
450
+ as?: any;
451
+ label?: string | number;
452
+ /**
453
+ * @defaultValue 'default'
454
+ */
455
+ color?: BadgeVariants['color'];
456
+ /**
457
+ * @defaultValue 'normal'
458
+ */
459
+ depth?: BadgeVariants['depth'];
460
+ /**
461
+ * @defaultValue 'md'
462
+ */
463
+ size?: BadgeVariants['size'];
464
+ /**
465
+ * Shows 'underline' on hover
466
+ * @defaultValue false
467
+ */
468
+ useLink?: boolean;
469
+ /**
470
+ * Shows icons.close on the right side
471
+ * @defaultValue false
472
+ */
473
+ useClose?: boolean;
474
+ onCloseClick?: ((event: MouseEvent) => void | Promise<void>) | Array<((event: MouseEvent) => void | Promise<void>)>;
475
+ /**
476
+ * Fills the background
477
+ * @defaultValue false
478
+ */
479
+ useFill?: boolean;
480
+ class?: any;
481
+ b24ui?: Partial<typeof badge.slots>;
482
+ }
483
+ export interface BadgeSlots {
484
+ leading(props?: {}): any;
485
+ default(props?: {}): any;
486
+ trailing(props?: {}): any;
487
+ }
488
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BadgeProps>, {
489
+ as: string;
490
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BadgeProps>, {
491
+ as: string;
492
+ }>>> & Readonly<{}>, {
493
+ as: any;
494
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<BadgeSlots> & BadgeSlots>;
495
+ export default _default;
496
+ type __VLS_WithDefaults<P, D> = {
497
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
498
+ default: D[K];
499
+ }> : P[K];
500
+ };
501
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
502
+ type __VLS_TypePropsToOption<T> = {
503
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
504
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
505
+ } : {
506
+ type: import('vue').PropType<T[K]>;
507
+ required: true;
508
+ };
509
+ };
510
+ type __VLS_WithTemplateSlots<T, S> = T & {
511
+ new (): {
512
+ $slots: S;
513
+ };
514
+ };
515
+ type __VLS_PrettifyLocal<T> = {
516
+ [K in keyof T]: T[K];
517
+ } & {};