@bitrix24/b24ui-nuxt 0.5.1 → 0.5.2

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.
@@ -62,7 +62,7 @@ export default {
62
62
  "childLinkDescription": "text-sm text-base-500 dark:text-base-700",
63
63
  "separator": "px-2 h-px bg-base-950/10 dark:bg-base-100/20",
64
64
  "viewportWrapper": "absolute top-full left-0 flex w-full",
65
- "viewport": "relative overflow-hidden w-full bg-white dark:bg-base-dark shadow-lg rounded-2xs ring ring-base-300 dark:ring-base-800 h-(--reka-navigation-menu-viewport-height) transition-[width,height,left] duration-200 origin-[top_center] motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]",
65
+ "viewport": "relative overflow-hidden w-full bg-white dark:bg-base-dark shadow-[0_15px_21px_rgba(83,92,105,.15)] h-(--reka-navigation-menu-viewport-height) transition-[width,height] duration-200 origin-[top_center]",
66
66
  "content": "absolute top-0 left-0 w-full",
67
67
  "indicator": "absolute motion-safe:data-[state=visible]:animate-[fade-in_100ms_ease-out] motion-safe:data-[state=hidden]:animate-[fade-out_100ms_ease-in] data-[state=hidden]:opacity-0 bottom-0 z-[1] w-(--reka-navigation-menu-indicator-size) h-2.5 translate-x-(--reka-navigation-menu-indicator-position) flex items-end justify-center overflow-hidden transition-[translate,width] duration-200",
68
68
  "arrow": "relative top-[50%] size-2.5 rotate-45 border border-base-300 dark:border-base-800 bg-white dark:bg-base-dark z-[1] rounded-3xs"
@@ -114,7 +114,8 @@ export default {
114
114
  },
115
115
  "variant": {
116
116
  "pill": {
117
- "link": "hover:before:bg-base-250/80 dark:hover:before:bg-white/10"
117
+ "link": "hover:before:bg-base-250/80 dark:hover:before:bg-white/10",
118
+ "viewport": "rounded-md ring ring-base-300 dark:ring-base-800"
118
119
  },
119
120
  "link": ""
120
121
  },
@@ -135,22 +136,25 @@ export default {
135
136
  "horizontal": {
136
137
  "viewport": "",
137
138
  "viewportWrapper": "justify-center",
138
- "content": "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]"
139
+ "content": "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]",
140
+ "childLinkLabelExternalIcon": "h-4"
139
141
  },
140
142
  "vertical": {
141
143
  "viewport": "sm:w-(--reka-navigation-menu-viewport-width) left-(--reka-navigation-menu-viewport-left)",
142
- "content": ""
144
+ "content": "",
145
+ "childLinkLabel": "text-md text-base-950 dark:text-base-50",
146
+ "childLinkLabelExternalIcon": "h-4"
143
147
  }
144
148
  },
145
149
  "active": {
146
150
  "true": {
147
- "childLink": "bg-base-250/80 dark:bg-white/10 text-base-950 dark:text-base-50 font-semibold",
148
- "childLinkIcon": "text-base-950 dark:text-base-50"
151
+ "childLink": "bg-base-20 dark:bg-base-900 text-base-950 dark:text-base-50 font-semibold",
152
+ "childLinkIcon": "text-base-950 dark:text-base-200"
149
153
  },
150
154
  "false": {
151
155
  "link": "text-base-900 dark:text-base-200",
152
156
  "linkLeadingIcon": "text-base-500 dark:text-base-700",
153
- "childLink": "hover:bg-base-250/80 dark:hover:bg-white/10 text-base-500 dark:text-base-700 hover:text-base-950 dark:hover:dark:text-base-50 transition-colors",
157
+ "childLink": "hover:bg-base-20 dark:hover:bg-base-900 text-base-500 dark:text-base-700 hover:text-base-950 dark:hover:dark:text-base-200 transition-colors",
154
158
  "childLinkIcon": "text-base-500 dark:text-base-700 group-hover:text-base-950 dark:group-hover:text-base-50 transition-colors"
155
159
  }
156
160
  },
@@ -345,6 +349,15 @@ export default {
345
349
  ]
346
350
  }
347
351
  },
352
+ {
353
+ "orientation": "horizontal" as typeof orientation[number],
354
+ "variant": "link" as typeof variant[number],
355
+ "class": {
356
+ "viewportWrapper": "top-[calc(100%+0.4rem)]",
357
+ "viewport": "rounded-b-md rounded-tr-md clip-path-viewport-wrapper",
358
+ "link": "before:-inset-x-px before:-inset-y-[6px] before:h-[70px] before:rounded-t-md"
359
+ }
360
+ },
348
361
  {
349
362
  "disabled": false,
350
363
  "active": false,
@@ -354,6 +367,14 @@ export default {
354
367
  "linkLeadingIcon": "group-hover:text-base-950 dark:group-hover:text-base-50 transition-colors"
355
368
  }
356
369
  },
370
+ {
371
+ "disabled": false,
372
+ "variant": "link" as typeof variant[number],
373
+ "orientation": "horizontal" as typeof orientation[number],
374
+ "class": {
375
+ "link": "data-[state=open]:before:shadow-[0_6px_21px_rgba(83,92,105,.15)] data-[state=open]:before:bg-white dark:data-[state=open]:before:bg-base-dark"
376
+ }
377
+ },
357
378
  {
358
379
  "disabled": false,
359
380
  "active": false,
@@ -405,8 +426,8 @@ export default {
405
426
  "variant": "link" as typeof variant[number],
406
427
  "active": true,
407
428
  "class": {
408
- "link": "font-semibold text-blue-800 dark:text-blue-600",
409
- "linkLeadingIcon": "text-blue-800 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
429
+ "link": "font-semibold text-blue-850 dark:text-blue-600",
430
+ "linkLeadingIcon": "text-blue-850 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
410
431
  }
411
432
  },
412
433
  {
@@ -437,6 +458,7 @@ export default {
437
458
  }
438
459
  },
439
460
  {
461
+ "orientation": "vertical" as typeof orientation[number],
440
462
  "highlightColor": "default" as typeof highlightColor[number],
441
463
  "highlight": true,
442
464
  "level": true,
@@ -446,6 +468,29 @@ export default {
446
468
  }
447
469
  },
448
470
  {
471
+ "orientation": "horizontal" as typeof orientation[number],
472
+ "variant": "link" as typeof variant[number],
473
+ "highlightColor": "default" as typeof highlightColor[number],
474
+ "highlight": true,
475
+ "level": true,
476
+ "active": true,
477
+ "class": {
478
+ "link": "after:bg-base-500"
479
+ }
480
+ },
481
+ {
482
+ "orientation": "vertical" as typeof orientation[number],
483
+ "highlightColor": "danger" as typeof highlightColor[number],
484
+ "highlight": true,
485
+ "level": true,
486
+ "active": true,
487
+ "class": {
488
+ "link": "after:bg-red-500 dark:after:bg-red-600"
489
+ }
490
+ },
491
+ {
492
+ "orientation": "horizontal" as typeof orientation[number],
493
+ "variant": "link" as typeof variant[number],
449
494
  "highlightColor": "danger" as typeof highlightColor[number],
450
495
  "highlight": true,
451
496
  "level": true,
@@ -455,6 +500,7 @@ export default {
455
500
  }
456
501
  },
457
502
  {
503
+ "orientation": "vertical" as typeof orientation[number],
458
504
  "highlightColor": "success" as typeof highlightColor[number],
459
505
  "highlight": true,
460
506
  "level": true,
@@ -464,6 +510,29 @@ export default {
464
510
  }
465
511
  },
466
512
  {
513
+ "orientation": "horizontal" as typeof orientation[number],
514
+ "variant": "link" as typeof variant[number],
515
+ "highlightColor": "success" as typeof highlightColor[number],
516
+ "highlight": true,
517
+ "level": true,
518
+ "active": true,
519
+ "class": {
520
+ "link": "after:bg-green-500 dark:after:bg-green-600"
521
+ }
522
+ },
523
+ {
524
+ "orientation": "vertical" as typeof orientation[number],
525
+ "highlightColor": "warning" as typeof highlightColor[number],
526
+ "highlight": true,
527
+ "level": true,
528
+ "active": true,
529
+ "class": {
530
+ "link": "after:bg-orange-500 dark:after:bg-orange-600"
531
+ }
532
+ },
533
+ {
534
+ "orientation": "horizontal" as typeof orientation[number],
535
+ "variant": "link" as typeof variant[number],
467
536
  "highlightColor": "warning" as typeof highlightColor[number],
468
537
  "highlight": true,
469
538
  "level": true,
@@ -473,6 +542,7 @@ export default {
473
542
  }
474
543
  },
475
544
  {
545
+ "orientation": "vertical" as typeof orientation[number],
476
546
  "highlightColor": "primary" as typeof highlightColor[number],
477
547
  "highlight": true,
478
548
  "level": true,
@@ -482,6 +552,29 @@ export default {
482
552
  }
483
553
  },
484
554
  {
555
+ "orientation": "horizontal" as typeof orientation[number],
556
+ "variant": "link" as typeof variant[number],
557
+ "highlightColor": "primary" as typeof highlightColor[number],
558
+ "highlight": true,
559
+ "level": true,
560
+ "active": true,
561
+ "class": {
562
+ "link": "after:bg-blue-850 dark:after:bg-blue-600"
563
+ }
564
+ },
565
+ {
566
+ "orientation": "vertical" as typeof orientation[number],
567
+ "highlightColor": "secondary" as typeof highlightColor[number],
568
+ "highlight": true,
569
+ "level": true,
570
+ "active": true,
571
+ "class": {
572
+ "link": "after:bg-cyan-500 dark:after:bg-cyan-600"
573
+ }
574
+ },
575
+ {
576
+ "orientation": "horizontal" as typeof orientation[number],
577
+ "variant": "link" as typeof variant[number],
485
578
  "highlightColor": "secondary" as typeof highlightColor[number],
486
579
  "highlight": true,
487
580
  "level": true,
@@ -491,6 +584,7 @@ export default {
491
584
  }
492
585
  },
493
586
  {
587
+ "orientation": "vertical" as typeof orientation[number],
494
588
  "highlightColor": "collab" as typeof highlightColor[number],
495
589
  "highlight": true,
496
590
  "level": true,
@@ -500,6 +594,29 @@ export default {
500
594
  }
501
595
  },
502
596
  {
597
+ "orientation": "horizontal" as typeof orientation[number],
598
+ "variant": "link" as typeof variant[number],
599
+ "highlightColor": "collab" as typeof highlightColor[number],
600
+ "highlight": true,
601
+ "level": true,
602
+ "active": true,
603
+ "class": {
604
+ "link": "after:bg-collab-500 dark:after:bg-collab-600"
605
+ }
606
+ },
607
+ {
608
+ "orientation": "vertical" as typeof orientation[number],
609
+ "highlightColor": "ai" as typeof highlightColor[number],
610
+ "highlight": true,
611
+ "level": true,
612
+ "active": true,
613
+ "class": {
614
+ "link": "after:bg-ai-500 dark:after:bg-ai-600"
615
+ }
616
+ },
617
+ {
618
+ "orientation": "horizontal" as typeof orientation[number],
619
+ "variant": "link" as typeof variant[number],
503
620
  "highlightColor": "ai" as typeof highlightColor[number],
504
621
  "highlight": true,
505
622
  "level": true,
@@ -527,6 +644,7 @@ export default {
527
644
  "defaultVariants": {
528
645
  "color": "default" as typeof color[number],
529
646
  "highlightColor": "default" as typeof highlightColor[number],
530
- "variant": "pill" as typeof variant[number]
647
+ "contentOrientation": "vertical" as typeof contentOrientation[number],
648
+ "variant": "link" as typeof variant[number]
531
649
  }
532
650
  }
package/dist/meta.cjs CHANGED
@@ -10706,53 +10706,53 @@ const B24UIMeta = {
10706
10706
  }
10707
10707
  },
10708
10708
  {
10709
- "name": "required",
10709
+ "name": "defaultValue",
10710
10710
  "global": false,
10711
- "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
10711
+ "description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
10712
10712
  "tags": [],
10713
10713
  "required": false,
10714
- "type": "boolean | undefined",
10714
+ "type": "boolean | \"indeterminate\" | undefined",
10715
10715
  "schema": {
10716
10716
  "kind": "enum",
10717
- "type": "boolean | undefined",
10717
+ "type": "boolean | \"indeterminate\" | undefined",
10718
10718
  "schema": {
10719
10719
  "0": "undefined",
10720
10720
  "1": "false",
10721
- "2": "true"
10721
+ "2": "true",
10722
+ "3": "\"indeterminate\""
10722
10723
  }
10723
10724
  }
10724
10725
  },
10725
10726
  {
10726
- "name": "id",
10727
+ "name": "required",
10727
10728
  "global": false,
10728
- "description": "Id of the element",
10729
+ "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
10729
10730
  "tags": [],
10730
10731
  "required": false,
10731
- "type": "string | undefined",
10732
+ "type": "boolean | undefined",
10732
10733
  "schema": {
10733
10734
  "kind": "enum",
10734
- "type": "string | undefined",
10735
+ "type": "boolean | undefined",
10735
10736
  "schema": {
10736
10737
  "0": "undefined",
10737
- "1": "string"
10738
+ "1": "false",
10739
+ "2": "true"
10738
10740
  }
10739
10741
  }
10740
10742
  },
10741
10743
  {
10742
- "name": "defaultValue",
10744
+ "name": "id",
10743
10745
  "global": false,
10744
- "description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
10746
+ "description": "Id of the element",
10745
10747
  "tags": [],
10746
10748
  "required": false,
10747
- "type": "boolean | \"indeterminate\" | undefined",
10749
+ "type": "string | undefined",
10748
10750
  "schema": {
10749
10751
  "kind": "enum",
10750
- "type": "boolean | \"indeterminate\" | undefined",
10752
+ "type": "string | undefined",
10751
10753
  "schema": {
10752
10754
  "0": "undefined",
10753
- "1": "false",
10754
- "2": "true",
10755
- "3": "\"indeterminate\""
10755
+ "1": "string"
10756
10756
  }
10757
10757
  }
10758
10758
  }
@@ -37571,68 +37571,68 @@ const B24UIMeta = {
37571
37571
  }
37572
37572
  },
37573
37573
  {
37574
- "name": "required",
37574
+ "name": "modelValue",
37575
37575
  "global": false,
37576
- "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
37576
+ "description": "",
37577
37577
  "tags": [],
37578
37578
  "required": false,
37579
- "type": "boolean | undefined",
37579
+ "type": "number | null | undefined",
37580
37580
  "schema": {
37581
37581
  "kind": "enum",
37582
- "type": "boolean | undefined",
37582
+ "type": "number | null | undefined",
37583
37583
  "schema": {
37584
37584
  "0": "undefined",
37585
- "1": "false",
37586
- "2": "true"
37585
+ "1": "null",
37586
+ "2": "number"
37587
37587
  }
37588
37588
  }
37589
37589
  },
37590
37590
  {
37591
- "name": "id",
37591
+ "name": "defaultValue",
37592
37592
  "global": false,
37593
- "description": "Id of the element",
37593
+ "description": "",
37594
37594
  "tags": [],
37595
37595
  "required": false,
37596
- "type": "string | undefined",
37596
+ "type": "number | undefined",
37597
37597
  "schema": {
37598
37598
  "kind": "enum",
37599
- "type": "string | undefined",
37599
+ "type": "number | undefined",
37600
37600
  "schema": {
37601
37601
  "0": "undefined",
37602
- "1": "string"
37602
+ "1": "number"
37603
37603
  }
37604
37604
  }
37605
37605
  },
37606
37606
  {
37607
- "name": "defaultValue",
37607
+ "name": "required",
37608
37608
  "global": false,
37609
- "description": "",
37609
+ "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
37610
37610
  "tags": [],
37611
37611
  "required": false,
37612
- "type": "number | undefined",
37612
+ "type": "boolean | undefined",
37613
37613
  "schema": {
37614
37614
  "kind": "enum",
37615
- "type": "number | undefined",
37615
+ "type": "boolean | undefined",
37616
37616
  "schema": {
37617
37617
  "0": "undefined",
37618
- "1": "number"
37618
+ "1": "false",
37619
+ "2": "true"
37619
37620
  }
37620
37621
  }
37621
37622
  },
37622
37623
  {
37623
- "name": "modelValue",
37624
+ "name": "id",
37624
37625
  "global": false,
37625
- "description": "",
37626
+ "description": "Id of the element",
37626
37627
  "tags": [],
37627
37628
  "required": false,
37628
- "type": "number | null | undefined",
37629
+ "type": "string | undefined",
37629
37630
  "schema": {
37630
37631
  "kind": "enum",
37631
- "type": "number | null | undefined",
37632
+ "type": "string | undefined",
37632
37633
  "schema": {
37633
37634
  "0": "undefined",
37634
- "1": "null",
37635
- "2": "number"
37635
+ "1": "string"
37636
37636
  }
37637
37637
  }
37638
37638
  },
@@ -41658,7 +41658,7 @@ const B24UIMeta = {
41658
41658
  "tags": [
41659
41659
  {
41660
41660
  "name": "defaultValue",
41661
- "text": "'horizontal'"
41661
+ "text": "'vertical'"
41662
41662
  }
41663
41663
  ],
41664
41664
  "required": false,
@@ -41672,7 +41672,7 @@ const B24UIMeta = {
41672
41672
  "2": "\"horizontal\""
41673
41673
  }
41674
41674
  },
41675
- "default": "\"horizontal\""
41675
+ "default": "\"vertical\""
41676
41676
  },
41677
41677
  {
41678
41678
  "name": "arrow",
@@ -41778,9 +41778,9 @@ const B24UIMeta = {
41778
41778
  }
41779
41779
  },
41780
41780
  {
41781
- "name": "defaultValue",
41781
+ "name": "modelValue",
41782
41782
  "global": false,
41783
- "description": "The value of the menu item that should be active when initially rendered.\r\n\r\nUse when you do not need to control the value state.",
41783
+ "description": "The controlled value of the menu item to activate. Can be used as `v-model`.",
41784
41784
  "tags": [],
41785
41785
  "required": false,
41786
41786
  "type": "string | undefined",
@@ -41794,9 +41794,9 @@ const B24UIMeta = {
41794
41794
  }
41795
41795
  },
41796
41796
  {
41797
- "name": "modelValue",
41797
+ "name": "defaultValue",
41798
41798
  "global": false,
41799
- "description": "The controlled value of the menu item to activate. Can be used as `v-model`.",
41799
+ "description": "The value of the menu item that should be active when initially rendered.\r\n\r\nUse when you do not need to control the value state.",
41800
41800
  "tags": [],
41801
41801
  "required": false,
41802
41802
  "type": "string | undefined",
@@ -50415,19 +50415,21 @@ const B24UIMeta = {
50415
50415
  }
50416
50416
  },
50417
50417
  {
50418
- "name": "required",
50418
+ "name": "modelValue",
50419
50419
  "global": false,
50420
- "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
50420
+ "description": "The controlled value of the radio item to check. Can be binded as `v-model`.",
50421
50421
  "tags": [],
50422
50422
  "required": false,
50423
- "type": "boolean | undefined",
50423
+ "type": "AcceptableValue | undefined",
50424
50424
  "schema": {
50425
50425
  "kind": "enum",
50426
- "type": "boolean | undefined",
50426
+ "type": "AcceptableValue | undefined",
50427
50427
  "schema": {
50428
50428
  "0": "undefined",
50429
- "1": "false",
50430
- "2": "true"
50429
+ "1": "null",
50430
+ "2": "string",
50431
+ "3": "number",
50432
+ "4": "Record<string, any>"
50431
50433
  }
50432
50434
  }
50433
50435
  },
@@ -50451,21 +50453,19 @@ const B24UIMeta = {
50451
50453
  }
50452
50454
  },
50453
50455
  {
50454
- "name": "modelValue",
50456
+ "name": "required",
50455
50457
  "global": false,
50456
- "description": "The controlled value of the radio item to check. Can be binded as `v-model`.",
50458
+ "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
50457
50459
  "tags": [],
50458
50460
  "required": false,
50459
- "type": "AcceptableValue | undefined",
50461
+ "type": "boolean | undefined",
50460
50462
  "schema": {
50461
50463
  "kind": "enum",
50462
- "type": "AcceptableValue | undefined",
50464
+ "type": "boolean | undefined",
50463
50465
  "schema": {
50464
50466
  "0": "undefined",
50465
- "1": "null",
50466
- "2": "string",
50467
- "3": "number",
50468
- "4": "Record<string, any>"
50467
+ "1": "false",
50468
+ "2": "true"
50469
50469
  }
50470
50470
  }
50471
50471
  },
@@ -62905,9 +62905,9 @@ const B24UIMeta = {
62905
62905
  }
62906
62906
  },
62907
62907
  {
62908
- "name": "required",
62908
+ "name": "defaultValue",
62909
62909
  "global": false,
62910
- "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
62910
+ "description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
62911
62911
  "tags": [],
62912
62912
  "required": false,
62913
62913
  "type": "boolean | undefined",
@@ -62922,35 +62922,35 @@ const B24UIMeta = {
62922
62922
  }
62923
62923
  },
62924
62924
  {
62925
- "name": "id",
62925
+ "name": "required",
62926
62926
  "global": false,
62927
- "description": "",
62927
+ "description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
62928
62928
  "tags": [],
62929
62929
  "required": false,
62930
- "type": "string | undefined",
62930
+ "type": "boolean | undefined",
62931
62931
  "schema": {
62932
62932
  "kind": "enum",
62933
- "type": "string | undefined",
62933
+ "type": "boolean | undefined",
62934
62934
  "schema": {
62935
62935
  "0": "undefined",
62936
- "1": "string"
62936
+ "1": "false",
62937
+ "2": "true"
62937
62938
  }
62938
62939
  }
62939
62940
  },
62940
62941
  {
62941
- "name": "defaultValue",
62942
+ "name": "id",
62942
62943
  "global": false,
62943
- "description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
62944
+ "description": "",
62944
62945
  "tags": [],
62945
62946
  "required": false,
62946
- "type": "boolean | undefined",
62947
+ "type": "string | undefined",
62947
62948
  "schema": {
62948
62949
  "kind": "enum",
62949
- "type": "boolean | undefined",
62950
+ "type": "string | undefined",
62950
62951
  "schema": {
62951
62952
  "0": "undefined",
62952
- "1": "false",
62953
- "2": "true"
62953
+ "1": "string"
62954
62954
  }
62955
62955
  }
62956
62956
  }
@@ -63458,9 +63458,9 @@ const B24UIMeta = {
63458
63458
  }
63459
63459
  },
63460
63460
  {
63461
- "name": "defaultValue",
63461
+ "name": "modelValue",
63462
63462
  "global": false,
63463
- "description": "The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs",
63463
+ "description": "The controlled value of the tab to activate. Can be bind as `v-model`.",
63464
63464
  "tags": [],
63465
63465
  "required": false,
63466
63466
  "type": "string | number | undefined",
@@ -63472,13 +63472,12 @@ const B24UIMeta = {
63472
63472
  "1": "string",
63473
63473
  "2": "number"
63474
63474
  }
63475
- },
63476
- "default": "\"0\""
63475
+ }
63477
63476
  },
63478
63477
  {
63479
- "name": "modelValue",
63478
+ "name": "defaultValue",
63480
63479
  "global": false,
63481
- "description": "The controlled value of the tab to activate. Can be bind as `v-model`.",
63480
+ "description": "The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs",
63482
63481
  "tags": [],
63483
63482
  "required": false,
63484
63483
  "type": "string | number | undefined",
@@ -63490,7 +63489,8 @@ const B24UIMeta = {
63490
63489
  "1": "string",
63491
63490
  "2": "number"
63492
63491
  }
63493
- }
63492
+ },
63493
+ "default": "\"0\""
63494
63494
  },
63495
63495
  {
63496
63496
  "name": "unmountOnHide",