@bitrix24/b24ui-nuxt 0.5.10 → 0.5.11

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 (190) hide show
  1. package/dist/meta.cjs +72112 -0
  2. package/dist/meta.d.cts +72110 -0
  3. package/dist/meta.d.mts +5060 -5060
  4. package/dist/meta.d.ts +72110 -0
  5. package/dist/meta.mjs +5060 -5060
  6. package/dist/module.cjs +63 -0
  7. package/dist/module.d.cts +15 -0
  8. package/dist/module.d.ts +15 -0
  9. package/dist/module.json +3 -3
  10. package/dist/module.mjs +1 -1
  11. package/dist/runtime/components/Advice.vue +54 -47
  12. package/dist/runtime/components/Alert.vue +96 -71
  13. package/dist/runtime/components/App.vue +34 -37
  14. package/dist/runtime/components/Avatar.vue +81 -69
  15. package/dist/runtime/components/AvatarGroup.vue +76 -53
  16. package/dist/runtime/components/Badge.vue +83 -83
  17. package/dist/runtime/components/Button.vue +157 -220
  18. package/dist/runtime/components/ButtonGroup.vue +51 -35
  19. package/dist/runtime/components/Calendar.vue +152 -186
  20. package/dist/runtime/components/Checkbox.vue +73 -84
  21. package/dist/runtime/components/Chip.vue +74 -59
  22. package/dist/runtime/components/Collapsible.vue +41 -44
  23. package/dist/runtime/components/Container.vue +27 -18
  24. package/dist/runtime/components/Countdown.vue +378 -198
  25. package/dist/runtime/components/DescriptionList.vue +149 -102
  26. package/dist/runtime/components/DropdownMenu.vue +139 -83
  27. package/dist/runtime/components/DropdownMenuContent.vue +84 -137
  28. package/dist/runtime/components/Form.vue +216 -162
  29. package/dist/runtime/components/FormField.vue +80 -76
  30. package/dist/runtime/components/Input.vue +179 -160
  31. package/dist/runtime/components/InputMenu.vue +380 -300
  32. package/dist/runtime/components/InputNumber.vue +175 -178
  33. package/dist/runtime/components/Kbd.vue +45 -33
  34. package/dist/runtime/components/Link.vue +173 -179
  35. package/dist/runtime/components/LinkBase.vue +42 -64
  36. package/dist/runtime/components/Modal.vue +127 -105
  37. package/dist/runtime/components/ModalDialogClose.vue +8 -4
  38. package/dist/runtime/components/Navbar.vue +33 -24
  39. package/dist/runtime/components/NavbarDivider.vue +33 -24
  40. package/dist/runtime/components/NavbarSection.vue +33 -24
  41. package/dist/runtime/components/NavbarSpacer.vue +33 -24
  42. package/dist/runtime/components/NavigationMenu.vue +210 -144
  43. package/dist/runtime/components/OverlayProvider.vue +17 -13
  44. package/dist/runtime/components/Popover.vue +81 -81
  45. package/dist/runtime/components/Progress.vue +136 -109
  46. package/dist/runtime/components/RadioGroup.vue +134 -120
  47. package/dist/runtime/components/Range.vue +85 -94
  48. package/dist/runtime/components/Select.vue +260 -212
  49. package/dist/runtime/components/SelectMenu.vue +365 -272
  50. package/dist/runtime/components/Separator.vue +71 -61
  51. package/dist/runtime/components/Sidebar.vue +33 -24
  52. package/dist/runtime/components/SidebarBody.vue +38 -30
  53. package/dist/runtime/components/SidebarFooter.vue +33 -24
  54. package/dist/runtime/components/SidebarHeader.vue +33 -24
  55. package/dist/runtime/components/SidebarHeading.vue +33 -24
  56. package/dist/runtime/components/SidebarLayout.vue +70 -40
  57. package/dist/runtime/components/SidebarSection.vue +33 -24
  58. package/dist/runtime/components/SidebarSpacer.vue +33 -24
  59. package/dist/runtime/components/Skeleton.vue +22 -17
  60. package/dist/runtime/components/Slideover.vue +131 -108
  61. package/dist/runtime/components/StackedLayout.vue +73 -40
  62. package/dist/runtime/components/Switch.vue +95 -100
  63. package/dist/runtime/components/Tabs.vue +107 -81
  64. package/dist/runtime/components/Textarea.vue +201 -177
  65. package/dist/runtime/components/Toast.vue +105 -94
  66. package/dist/runtime/components/Toaster.vue +116 -94
  67. package/dist/runtime/components/Tooltip.vue +64 -78
  68. package/dist/runtime/components/content/TableWrapper.vue +70 -58
  69. package/dist/runtime/composables/useAvatarGroup.d.ts +1 -1
  70. package/dist/runtime/composables/useButtonGroup.d.ts +2 -2
  71. package/dist/runtime/composables/useComponentIcons.d.ts +3 -3
  72. package/dist/runtime/composables/useFormField.d.ts +1 -1
  73. package/dist/runtime/prose/A.vue +23 -18
  74. package/dist/runtime/prose/Blockquote.vue +23 -18
  75. package/dist/runtime/prose/Code.vue +31 -23
  76. package/dist/runtime/prose/Em.vue +23 -18
  77. package/dist/runtime/prose/H1.vue +23 -18
  78. package/dist/runtime/prose/H2.vue +23 -18
  79. package/dist/runtime/prose/H3.vue +23 -18
  80. package/dist/runtime/prose/H4.vue +23 -18
  81. package/dist/runtime/prose/H5.vue +23 -18
  82. package/dist/runtime/prose/H6.vue +23 -18
  83. package/dist/runtime/prose/Hr.vue +19 -18
  84. package/dist/runtime/prose/Img.vue +23 -18
  85. package/dist/runtime/prose/Li.vue +23 -18
  86. package/dist/runtime/prose/Ol.vue +23 -18
  87. package/dist/runtime/prose/P.vue +23 -18
  88. package/dist/runtime/prose/Pre.vue +33 -28
  89. package/dist/runtime/prose/Strong.vue +23 -18
  90. package/dist/runtime/prose/Table.vue +54 -44
  91. package/dist/runtime/prose/Tbody.vue +23 -18
  92. package/dist/runtime/prose/Td.vue +23 -18
  93. package/dist/runtime/prose/Th.vue +23 -18
  94. package/dist/runtime/prose/Thead.vue +23 -18
  95. package/dist/runtime/prose/Tr.vue +23 -18
  96. package/dist/runtime/prose/Ul.vue +23 -18
  97. package/dist/runtime/vue/components/Link.vue +202 -201
  98. package/dist/shared/b24ui-nuxt.DrKwIWoc.cjs +7721 -0
  99. package/dist/types.d.mts +5 -3
  100. package/dist/types.d.ts +7 -0
  101. package/dist/unplugin.cjs +236 -0
  102. package/dist/unplugin.d.cts +33 -0
  103. package/dist/unplugin.d.ts +33 -0
  104. package/dist/vite.cjs +21 -0
  105. package/dist/vite.d.cts +14 -0
  106. package/dist/vite.d.ts +14 -0
  107. package/package.json +25 -13
  108. package/dist/runtime/components/Advice.vue.d.ts +0 -170
  109. package/dist/runtime/components/Alert.vue.d.ts +0 -464
  110. package/dist/runtime/components/App.vue.d.ts +0 -23
  111. package/dist/runtime/components/Avatar.vue.d.ts +0 -281
  112. package/dist/runtime/components/AvatarGroup.vue.d.ts +0 -204
  113. package/dist/runtime/components/Badge.vue.d.ts +0 -517
  114. package/dist/runtime/components/Button.vue.d.ts +0 -640
  115. package/dist/runtime/components/ButtonGroup.vue.d.ts +0 -116
  116. package/dist/runtime/components/Calendar.vue.d.ts +0 -437
  117. package/dist/runtime/components/Checkbox.vue.d.ts +0 -354
  118. package/dist/runtime/components/Chip.vue.d.ts +0 -271
  119. package/dist/runtime/components/Collapsible.vue.d.ts +0 -118
  120. package/dist/runtime/components/Container.vue.d.ts +0 -27
  121. package/dist/runtime/components/Countdown.vue.d.ts +0 -356
  122. package/dist/runtime/components/DescriptionList.vue.d.ts +0 -379
  123. package/dist/runtime/components/DropdownMenu.vue.d.ts +0 -533
  124. package/dist/runtime/components/DropdownMenuContent.vue.d.ts +0 -228
  125. package/dist/runtime/components/Form.vue.d.ts +0 -55
  126. package/dist/runtime/components/FormField.vue.d.ts +0 -282
  127. package/dist/runtime/components/Input.vue.d.ts +0 -755
  128. package/dist/runtime/components/InputMenu.vue.d.ts +0 -1504
  129. package/dist/runtime/components/InputNumber.vue.d.ts +0 -658
  130. package/dist/runtime/components/Kbd.vue.d.ts +0 -109
  131. package/dist/runtime/components/Link.vue.d.ts +0 -129
  132. package/dist/runtime/components/LinkBase.vue.d.ts +0 -48
  133. package/dist/runtime/components/Modal.vue.d.ts +0 -327
  134. package/dist/runtime/components/ModalDialogClose.vue.d.ts +0 -10
  135. package/dist/runtime/components/Navbar.vue.d.ts +0 -101
  136. package/dist/runtime/components/NavbarDivider.vue.d.ts +0 -101
  137. package/dist/runtime/components/NavbarSection.vue.d.ts +0 -101
  138. package/dist/runtime/components/NavbarSpacer.vue.d.ts +0 -101
  139. package/dist/runtime/components/NavigationMenu.vue.d.ts +0 -824
  140. package/dist/runtime/components/OverlayProvider.vue.d.ts +0 -2
  141. package/dist/runtime/components/Popover.vue.d.ts +0 -147
  142. package/dist/runtime/components/Progress.vue.d.ts +0 -592
  143. package/dist/runtime/components/RadioGroup.vue.d.ts +0 -723
  144. package/dist/runtime/components/Range.vue.d.ts +0 -417
  145. package/dist/runtime/components/Select.vue.d.ts +0 -1200
  146. package/dist/runtime/components/SelectMenu.vue.d.ts +0 -1298
  147. package/dist/runtime/components/Separator.vue.d.ts +0 -400
  148. package/dist/runtime/components/Sidebar.vue.d.ts +0 -101
  149. package/dist/runtime/components/SidebarBody.vue.d.ts +0 -90
  150. package/dist/runtime/components/SidebarFooter.vue.d.ts +0 -101
  151. package/dist/runtime/components/SidebarHeader.vue.d.ts +0 -101
  152. package/dist/runtime/components/SidebarHeading.vue.d.ts +0 -101
  153. package/dist/runtime/components/SidebarLayout.vue.d.ts +0 -222
  154. package/dist/runtime/components/SidebarSection.vue.d.ts +0 -101
  155. package/dist/runtime/components/SidebarSpacer.vue.d.ts +0 -101
  156. package/dist/runtime/components/Skeleton.vue.d.ts +0 -26
  157. package/dist/runtime/components/Slideover.vue.d.ts +0 -360
  158. package/dist/runtime/components/StackedLayout.vue.d.ts +0 -192
  159. package/dist/runtime/components/Switch.vue.d.ts +0 -587
  160. package/dist/runtime/components/Tabs.vue.d.ts +0 -453
  161. package/dist/runtime/components/Textarea.vue.d.ts +0 -601
  162. package/dist/runtime/components/Toast.vue.d.ts +0 -438
  163. package/dist/runtime/components/Toaster.vue.d.ts +0 -219
  164. package/dist/runtime/components/Tooltip.vue.d.ts +0 -186
  165. package/dist/runtime/components/content/TableWrapper.vue.d.ts +0 -237
  166. package/dist/runtime/prose/A.vue.d.ts +0 -84
  167. package/dist/runtime/prose/Blockquote.vue.d.ts +0 -84
  168. package/dist/runtime/prose/Code.vue.d.ts +0 -97
  169. package/dist/runtime/prose/Em.vue.d.ts +0 -84
  170. package/dist/runtime/prose/H1.vue.d.ts +0 -97
  171. package/dist/runtime/prose/H2.vue.d.ts +0 -123
  172. package/dist/runtime/prose/H3.vue.d.ts +0 -123
  173. package/dist/runtime/prose/H4.vue.d.ts +0 -123
  174. package/dist/runtime/prose/H5.vue.d.ts +0 -123
  175. package/dist/runtime/prose/H6.vue.d.ts +0 -123
  176. package/dist/runtime/prose/Hr.vue.d.ts +0 -74
  177. package/dist/runtime/prose/Img.vue.d.ts +0 -77
  178. package/dist/runtime/prose/Li.vue.d.ts +0 -84
  179. package/dist/runtime/prose/Ol.vue.d.ts +0 -84
  180. package/dist/runtime/prose/P.vue.d.ts +0 -84
  181. package/dist/runtime/prose/Pre.vue.d.ts +0 -117
  182. package/dist/runtime/prose/Strong.vue.d.ts +0 -84
  183. package/dist/runtime/prose/Table.vue.d.ts +0 -144
  184. package/dist/runtime/prose/Tbody.vue.d.ts +0 -84
  185. package/dist/runtime/prose/Td.vue.d.ts +0 -84
  186. package/dist/runtime/prose/Th.vue.d.ts +0 -84
  187. package/dist/runtime/prose/Thead.vue.d.ts +0 -84
  188. package/dist/runtime/prose/Tr.vue.d.ts +0 -84
  189. package/dist/runtime/prose/Ul.vue.d.ts +0 -84
  190. package/dist/runtime/vue/components/Link.vue.d.ts +0 -129
@@ -1,592 +0,0 @@
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
- } & {};