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