@viasat/beam-web-components 2.11.0 → 2.13.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.
@@ -294,15 +294,19 @@
294
294
  },
295
295
  {
296
296
  "kind": "javascript-module",
297
- "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
297
+ "path": "libs/web-components/src/lib/Badge/Badge.ts",
298
298
  "declarations": [
299
299
  {
300
300
  "kind": "class",
301
- "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
302
- "name": "BmAvatar",
301
+ "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
302
+ "name": "BmBadge",
303
303
  "slots": [
304
304
  {
305
- "description": "Customize the default icon",
305
+ "description": "Provide text for the Badge",
306
+ "name": "default"
307
+ },
308
+ {
309
+ "description": "Specify a different icon for the Badge",
306
310
  "name": "icon"
307
311
  }
308
312
  ],
@@ -311,359 +315,258 @@
311
315
  "kind": "field",
312
316
  "name": "appearance",
313
317
  "type": {
314
- "text": "'accent' | 'neutral' | undefined"
318
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
315
319
  },
316
- "default": "'neutral'",
317
- "description": "Specify the appearance of the Avatar",
320
+ "default": "'infoPrimary'",
321
+ "description": "Specify the appearance of the Badge",
318
322
  "attribute": "appearance"
319
323
  },
320
324
  {
321
325
  "kind": "field",
322
- "name": "name",
323
- "type": {
324
- "text": "string | undefined"
325
- },
326
- "description": "Specify a name to display initials in the Avatar",
327
- "attribute": "name"
328
- },
329
- {
330
- "kind": "field",
331
- "name": "src",
332
- "type": {
333
- "text": "string | undefined"
334
- },
335
- "description": "Pass an image to the Avatar",
336
- "attribute": "src"
337
- },
338
- {
339
- "kind": "field",
340
- "name": "alt",
326
+ "name": "theme",
341
327
  "type": {
342
- "text": "string | undefined"
328
+ "text": "'light' | 'dark' | undefined"
343
329
  },
344
- "description": "Specify alt for image",
345
- "attribute": "alt"
330
+ "description": "Theme of the Badge",
331
+ "attribute": "theme"
346
332
  },
347
333
  {
348
334
  "kind": "field",
349
335
  "name": "size",
350
336
  "type": {
351
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
337
+ "text": "'sm' | 'md' | undefined"
352
338
  },
353
- "default": "'md'",
354
- "description": "Specify the size of the Avatar",
339
+ "default": "'sm'",
340
+ "description": "Specify the size of the Badge",
355
341
  "attribute": "size"
356
342
  },
357
343
  {
358
344
  "kind": "field",
359
- "name": "disabled",
360
- "type": {
361
- "text": "boolean | undefined"
362
- },
363
- "default": "false",
364
- "description": "Specify if the Avatar is disabled",
365
- "attribute": "disabled"
366
- },
367
- {
368
- "kind": "field",
369
- "name": "shape",
370
- "type": {
371
- "text": "'circle' | 'square' | undefined"
372
- },
373
- "default": "'circle'",
374
- "description": "Specify the shape of the Avatar",
375
- "attribute": "shape"
376
- },
377
- {
378
- "kind": "field",
379
- "name": "isInteractive",
380
- "type": {
381
- "text": "boolean"
382
- },
383
- "default": "false",
384
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
385
- "attribute": "isInteractive"
386
- },
387
- {
388
- "kind": "field",
389
- "name": "isFocusable",
345
+ "name": "emphasis",
390
346
  "type": {
391
- "text": "boolean"
347
+ "text": "'strong' | 'medium' | 'subtle'"
392
348
  },
393
- "default": "false",
394
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
395
- "attribute": "isFocusable"
349
+ "default": "'strong'",
350
+ "description": "Specify the emphasis of the Badge",
351
+ "attribute": "emphasis"
396
352
  },
397
353
  {
398
354
  "kind": "field",
399
- "name": "withBorder",
355
+ "name": "hideIcon",
400
356
  "type": {
401
- "text": "boolean"
357
+ "text": "boolean | undefined"
402
358
  },
403
- "default": "false",
404
- "attribute": "withBorder"
359
+ "description": "Hides Badge icon",
360
+ "attribute": "hideIcon"
405
361
  }
406
362
  ],
407
363
  "attributes": [
408
364
  {
409
365
  "name": "appearance",
410
366
  "type": {
411
- "text": "'accent' | 'neutral' | undefined"
367
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
412
368
  },
413
- "default": "'neutral'",
414
- "description": "Specify the appearance of the Avatar",
369
+ "default": "'infoPrimary'",
370
+ "description": "Specify the appearance of the Badge",
415
371
  "fieldName": "appearance"
416
372
  },
417
373
  {
418
- "name": "name",
419
- "type": {
420
- "text": "string | undefined"
421
- },
422
- "description": "Specify a name to display initials in the Avatar",
423
- "fieldName": "name"
424
- },
425
- {
426
- "name": "src",
427
- "type": {
428
- "text": "string | undefined"
429
- },
430
- "description": "Pass an image to the Avatar",
431
- "fieldName": "src"
432
- },
433
- {
434
- "name": "alt",
374
+ "name": "theme",
435
375
  "type": {
436
- "text": "string | undefined"
376
+ "text": "'light' | 'dark' | undefined"
437
377
  },
438
- "description": "Specify alt for image",
439
- "fieldName": "alt"
378
+ "description": "Theme of the Badge",
379
+ "fieldName": "theme"
440
380
  },
441
381
  {
442
382
  "name": "size",
443
383
  "type": {
444
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
384
+ "text": "'sm' | 'md' | undefined"
445
385
  },
446
- "default": "'md'",
447
- "description": "Specify the size of the Avatar",
386
+ "default": "'sm'",
387
+ "description": "Specify the size of the Badge",
448
388
  "fieldName": "size"
449
389
  },
450
390
  {
451
- "name": "disabled",
452
- "type": {
453
- "text": "boolean | undefined"
454
- },
455
- "default": "false",
456
- "description": "Specify if the Avatar is disabled",
457
- "fieldName": "disabled"
458
- },
459
- {
460
- "name": "shape",
461
- "type": {
462
- "text": "'circle' | 'square' | undefined"
463
- },
464
- "default": "'circle'",
465
- "description": "Specify the shape of the Avatar",
466
- "fieldName": "shape"
467
- },
468
- {
469
- "name": "isInteractive",
470
- "type": {
471
- "text": "boolean"
472
- },
473
- "default": "false",
474
- "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
475
- "fieldName": "isInteractive"
476
- },
477
- {
478
- "name": "isFocusable",
391
+ "name": "emphasis",
479
392
  "type": {
480
- "text": "boolean"
393
+ "text": "'strong' | 'medium' | 'subtle'"
481
394
  },
482
- "default": "false",
483
- "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
484
- "fieldName": "isFocusable"
395
+ "default": "'strong'",
396
+ "description": "Specify the emphasis of the Badge",
397
+ "fieldName": "emphasis"
485
398
  },
486
399
  {
487
- "name": "withBorder",
400
+ "name": "hideIcon",
488
401
  "type": {
489
- "text": "boolean"
402
+ "text": "boolean | undefined"
490
403
  },
491
- "default": "false",
492
- "fieldName": "withBorder"
404
+ "description": "Hides Badge icon",
405
+ "fieldName": "hideIcon"
493
406
  }
494
407
  ],
495
408
  "superclass": {
496
409
  "name": "LitElement",
497
410
  "package": "lit"
498
411
  },
499
- "tagName": "bm-avatar",
412
+ "tagName": "bm-badge",
500
413
  "customElement": true
501
414
  }
502
415
  ],
503
416
  "exports": [
504
417
  {
505
418
  "kind": "js",
506
- "name": "BmAvatar",
419
+ "name": "BmBadge",
507
420
  "declaration": {
508
- "name": "BmAvatar",
509
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
421
+ "name": "BmBadge",
422
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
510
423
  }
511
424
  },
512
425
  {
513
426
  "kind": "custom-element-definition",
514
- "name": "bm-avatar",
427
+ "name": "bm-badge",
515
428
  "declaration": {
516
- "name": "BmAvatar",
517
- "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
429
+ "name": "BmBadge",
430
+ "module": "libs/web-components/src/lib/Badge/Badge.ts"
518
431
  }
519
432
  }
520
433
  ]
521
434
  },
522
435
  {
523
436
  "kind": "javascript-module",
524
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
525
- "declarations": [
526
- {
527
- "kind": "variable",
528
- "name": "AvatarGroupCtx"
529
- }
530
- ],
437
+ "path": "libs/web-components/src/lib/Badge/index.ts",
438
+ "declarations": [],
531
439
  "exports": [
532
440
  {
533
441
  "kind": "js",
534
- "name": "AvatarGroupCtx",
442
+ "name": "*",
535
443
  "declaration": {
536
- "name": "AvatarGroupCtx",
537
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
444
+ "name": "*",
445
+ "package": "./Badge"
538
446
  }
539
447
  }
540
448
  ]
541
449
  },
542
450
  {
543
451
  "kind": "javascript-module",
544
- "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
452
+ "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
545
453
  "declarations": [
546
454
  {
547
455
  "kind": "class",
548
- "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
549
- "name": "BmAvatarGroup",
456
+ "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
457
+ "name": "BmBadgeDot",
550
458
  "slots": [
551
459
  {
552
- "description": "Add Avatars to create a group",
460
+ "description": "Provide text for the BadgeDot",
553
461
  "name": "default"
554
462
  }
555
463
  ],
556
464
  "members": [
557
465
  {
558
466
  "kind": "field",
559
- "name": "wrapping",
467
+ "name": "theme",
560
468
  "type": {
561
- "text": "boolean"
469
+ "text": "'light' | 'dark' | undefined"
562
470
  },
563
- "default": "false",
564
- "description": "Specify if the AvatarGroup wraps",
565
- "attribute": "wrapping"
471
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
472
+ "attribute": "theme"
566
473
  },
567
474
  {
568
475
  "kind": "field",
569
- "name": "maxCount",
476
+ "name": "appearance",
570
477
  "type": {
571
- "text": "number"
478
+ "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
572
479
  },
573
- "default": "5",
574
- "description": "Specify the max number of avatars displayed in the group.",
575
- "attribute": "maxCount",
576
- "reflects": true
480
+ "default": "'infoPrimary'",
481
+ "description": "Specify the appearance of the BadgeDot",
482
+ "attribute": "appearance"
577
483
  },
578
484
  {
579
485
  "kind": "field",
580
- "name": "size",
486
+ "name": "emphasis",
581
487
  "type": {
582
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
488
+ "text": "Emphasis"
583
489
  },
584
- "default": "'md'",
585
- "description": "Specify the size of all Avatars",
586
- "attribute": "size"
490
+ "default": "'strong'",
491
+ "description": "Specify the emphasis of the BadgeDot",
492
+ "attribute": "emphasis"
587
493
  },
588
494
  {
589
495
  "kind": "field",
590
- "name": "layout",
496
+ "name": "overrideDotColor",
591
497
  "type": {
592
- "text": "'stacked' | 'spaced' | undefined"
498
+ "text": "string | undefined"
593
499
  },
594
- "default": "'stacked'",
595
- "description": "Specify the kind of the group.",
596
- "attribute": "layout"
500
+ "description": "Overrides default dot color",
501
+ "attribute": "overrideDotColor"
597
502
  }
598
503
  ],
599
504
  "attributes": [
600
505
  {
601
- "name": "wrapping",
506
+ "name": "theme",
602
507
  "type": {
603
- "text": "boolean"
508
+ "text": "'light' | 'dark' | undefined"
604
509
  },
605
- "default": "false",
606
- "description": "Specify if the AvatarGroup wraps",
607
- "fieldName": "wrapping"
510
+ "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
511
+ "fieldName": "theme"
608
512
  },
609
513
  {
610
- "name": "maxCount",
514
+ "name": "appearance",
611
515
  "type": {
612
- "text": "number"
516
+ "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
613
517
  },
614
- "default": "5",
615
- "description": "Specify the max number of avatars displayed in the group.",
616
- "fieldName": "maxCount"
518
+ "default": "'infoPrimary'",
519
+ "description": "Specify the appearance of the BadgeDot",
520
+ "fieldName": "appearance"
617
521
  },
618
522
  {
619
- "name": "size",
523
+ "name": "emphasis",
620
524
  "type": {
621
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
525
+ "text": "Emphasis"
622
526
  },
623
- "default": "'md'",
624
- "description": "Specify the size of all Avatars",
625
- "fieldName": "size"
527
+ "default": "'strong'",
528
+ "description": "Specify the emphasis of the BadgeDot",
529
+ "fieldName": "emphasis"
626
530
  },
627
531
  {
628
- "name": "layout",
532
+ "name": "overrideDotColor",
629
533
  "type": {
630
- "text": "'stacked' | 'spaced' | undefined"
534
+ "text": "string | undefined"
631
535
  },
632
- "default": "'stacked'",
633
- "description": "Specify the kind of the group.",
634
- "fieldName": "layout"
536
+ "description": "Overrides default dot color",
537
+ "fieldName": "overrideDotColor"
635
538
  }
636
539
  ],
637
540
  "superclass": {
638
541
  "name": "LitElement",
639
542
  "package": "lit"
640
543
  },
641
- "tagName": "bm-avatar-group",
544
+ "tagName": "bm-badge-dot",
642
545
  "customElement": true
643
546
  }
644
547
  ],
645
548
  "exports": [
646
549
  {
647
550
  "kind": "js",
648
- "name": "BmAvatarGroup",
551
+ "name": "BmBadgeDot",
649
552
  "declaration": {
650
- "name": "BmAvatarGroup",
651
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
553
+ "name": "BmBadgeDot",
554
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
652
555
  }
653
556
  },
654
557
  {
655
558
  "kind": "custom-element-definition",
656
- "name": "bm-avatar-group",
559
+ "name": "bm-badge-dot",
657
560
  "declaration": {
658
- "name": "BmAvatarGroup",
659
- "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
561
+ "name": "BmBadgeDot",
562
+ "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
660
563
  }
661
564
  }
662
565
  ]
663
566
  },
664
567
  {
665
568
  "kind": "javascript-module",
666
- "path": "libs/web-components/src/lib/Avatar/index.ts",
569
+ "path": "libs/web-components/src/lib/BadgeDot/index.ts",
667
570
  "declarations": [],
668
571
  "exports": [
669
572
  {
@@ -671,34 +574,22 @@
671
574
  "name": "*",
672
575
  "declaration": {
673
576
  "name": "*",
674
- "package": "./Avatar"
675
- }
676
- },
677
- {
678
- "kind": "js",
679
- "name": "*",
680
- "declaration": {
681
- "name": "*",
682
- "package": "./AvatarGroup"
577
+ "package": "./BadgeDot"
683
578
  }
684
579
  }
685
580
  ]
686
581
  },
687
582
  {
688
583
  "kind": "javascript-module",
689
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
584
+ "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
690
585
  "declarations": [
691
586
  {
692
587
  "kind": "class",
693
- "description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
694
- "name": "BmBadge",
588
+ "description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
589
+ "name": "BmAvatar",
695
590
  "slots": [
696
591
  {
697
- "description": "Provide text for the Badge",
698
- "name": "default"
699
- },
700
- {
701
- "description": "Specify a different icon for the Badge",
592
+ "description": "Customize the default icon",
702
593
  "name": "icon"
703
594
  }
704
595
  ],
@@ -707,258 +598,359 @@
707
598
  "kind": "field",
708
599
  "name": "appearance",
709
600
  "type": {
710
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
601
+ "text": "'accent' | 'neutral' | undefined"
711
602
  },
712
- "default": "'infoPrimary'",
713
- "description": "Specify the appearance of the Badge",
603
+ "default": "'neutral'",
604
+ "description": "Specify the appearance of the Avatar",
714
605
  "attribute": "appearance"
715
606
  },
716
607
  {
717
608
  "kind": "field",
718
- "name": "theme",
609
+ "name": "name",
719
610
  "type": {
720
- "text": "'light' | 'dark' | undefined"
611
+ "text": "string | undefined"
721
612
  },
722
- "description": "Theme of the Badge",
723
- "attribute": "theme"
613
+ "description": "Specify a name to display initials in the Avatar",
614
+ "attribute": "name"
615
+ },
616
+ {
617
+ "kind": "field",
618
+ "name": "src",
619
+ "type": {
620
+ "text": "string | undefined"
621
+ },
622
+ "description": "Pass an image to the Avatar",
623
+ "attribute": "src"
624
+ },
625
+ {
626
+ "kind": "field",
627
+ "name": "alt",
628
+ "type": {
629
+ "text": "string | undefined"
630
+ },
631
+ "description": "Specify alt for image",
632
+ "attribute": "alt"
724
633
  },
725
634
  {
726
635
  "kind": "field",
727
636
  "name": "size",
728
637
  "type": {
729
- "text": "'sm' | 'md' | undefined"
638
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
730
639
  },
731
- "default": "'sm'",
732
- "description": "Specify the size of the Badge",
640
+ "default": "'md'",
641
+ "description": "Specify the size of the Avatar",
733
642
  "attribute": "size"
734
643
  },
735
644
  {
736
645
  "kind": "field",
737
- "name": "emphasis",
646
+ "name": "disabled",
738
647
  "type": {
739
- "text": "'strong' | 'medium' | 'subtle'"
648
+ "text": "boolean | undefined"
740
649
  },
741
- "default": "'strong'",
742
- "description": "Specify the emphasis of the Badge",
743
- "attribute": "emphasis"
650
+ "default": "false",
651
+ "description": "Specify if the Avatar is disabled",
652
+ "attribute": "disabled"
744
653
  },
745
654
  {
746
655
  "kind": "field",
747
- "name": "hideIcon",
656
+ "name": "shape",
748
657
  "type": {
749
- "text": "boolean | undefined"
658
+ "text": "'circle' | 'square' | undefined"
750
659
  },
751
- "description": "Hides Badge icon",
752
- "attribute": "hideIcon"
660
+ "default": "'circle'",
661
+ "description": "Specify the shape of the Avatar",
662
+ "attribute": "shape"
663
+ },
664
+ {
665
+ "kind": "field",
666
+ "name": "isInteractive",
667
+ "type": {
668
+ "text": "boolean"
669
+ },
670
+ "default": "false",
671
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
672
+ "attribute": "isInteractive"
673
+ },
674
+ {
675
+ "kind": "field",
676
+ "name": "isFocusable",
677
+ "type": {
678
+ "text": "boolean"
679
+ },
680
+ "default": "false",
681
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
682
+ "attribute": "isFocusable"
683
+ },
684
+ {
685
+ "kind": "field",
686
+ "name": "withBorder",
687
+ "type": {
688
+ "text": "boolean"
689
+ },
690
+ "default": "false",
691
+ "attribute": "withBorder"
753
692
  }
754
693
  ],
755
694
  "attributes": [
756
695
  {
757
696
  "name": "appearance",
758
697
  "type": {
759
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
698
+ "text": "'accent' | 'neutral' | undefined"
760
699
  },
761
- "default": "'infoPrimary'",
762
- "description": "Specify the appearance of the Badge",
700
+ "default": "'neutral'",
701
+ "description": "Specify the appearance of the Avatar",
763
702
  "fieldName": "appearance"
764
703
  },
765
704
  {
766
- "name": "theme",
705
+ "name": "name",
767
706
  "type": {
768
- "text": "'light' | 'dark' | undefined"
707
+ "text": "string | undefined"
769
708
  },
770
- "description": "Theme of the Badge",
771
- "fieldName": "theme"
709
+ "description": "Specify a name to display initials in the Avatar",
710
+ "fieldName": "name"
711
+ },
712
+ {
713
+ "name": "src",
714
+ "type": {
715
+ "text": "string | undefined"
716
+ },
717
+ "description": "Pass an image to the Avatar",
718
+ "fieldName": "src"
719
+ },
720
+ {
721
+ "name": "alt",
722
+ "type": {
723
+ "text": "string | undefined"
724
+ },
725
+ "description": "Specify alt for image",
726
+ "fieldName": "alt"
772
727
  },
773
728
  {
774
729
  "name": "size",
775
730
  "type": {
776
- "text": "'sm' | 'md' | undefined"
731
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
777
732
  },
778
- "default": "'sm'",
779
- "description": "Specify the size of the Badge",
733
+ "default": "'md'",
734
+ "description": "Specify the size of the Avatar",
780
735
  "fieldName": "size"
781
736
  },
782
737
  {
783
- "name": "emphasis",
738
+ "name": "disabled",
784
739
  "type": {
785
- "text": "'strong' | 'medium' | 'subtle'"
740
+ "text": "boolean | undefined"
786
741
  },
787
- "default": "'strong'",
788
- "description": "Specify the emphasis of the Badge",
789
- "fieldName": "emphasis"
742
+ "default": "false",
743
+ "description": "Specify if the Avatar is disabled",
744
+ "fieldName": "disabled"
790
745
  },
791
746
  {
792
- "name": "hideIcon",
747
+ "name": "shape",
793
748
  "type": {
794
- "text": "boolean | undefined"
749
+ "text": "'circle' | 'square' | undefined"
795
750
  },
796
- "description": "Hides Badge icon",
797
- "fieldName": "hideIcon"
751
+ "default": "'circle'",
752
+ "description": "Specify the shape of the Avatar",
753
+ "fieldName": "shape"
754
+ },
755
+ {
756
+ "name": "isInteractive",
757
+ "type": {
758
+ "text": "boolean"
759
+ },
760
+ "default": "false",
761
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
762
+ "fieldName": "isInteractive"
763
+ },
764
+ {
765
+ "name": "isFocusable",
766
+ "type": {
767
+ "text": "boolean"
768
+ },
769
+ "default": "false",
770
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
771
+ "fieldName": "isFocusable"
772
+ },
773
+ {
774
+ "name": "withBorder",
775
+ "type": {
776
+ "text": "boolean"
777
+ },
778
+ "default": "false",
779
+ "fieldName": "withBorder"
798
780
  }
799
781
  ],
800
782
  "superclass": {
801
783
  "name": "LitElement",
802
784
  "package": "lit"
803
785
  },
804
- "tagName": "bm-badge",
786
+ "tagName": "bm-avatar",
805
787
  "customElement": true
806
788
  }
807
789
  ],
808
790
  "exports": [
809
791
  {
810
792
  "kind": "js",
811
- "name": "BmBadge",
793
+ "name": "BmAvatar",
812
794
  "declaration": {
813
- "name": "BmBadge",
814
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
795
+ "name": "BmAvatar",
796
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
815
797
  }
816
798
  },
817
799
  {
818
800
  "kind": "custom-element-definition",
819
- "name": "bm-badge",
801
+ "name": "bm-avatar",
820
802
  "declaration": {
821
- "name": "BmBadge",
822
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
803
+ "name": "BmAvatar",
804
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
823
805
  }
824
806
  }
825
807
  ]
826
808
  },
827
809
  {
828
810
  "kind": "javascript-module",
829
- "path": "libs/web-components/src/lib/Badge/index.ts",
830
- "declarations": [],
811
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
812
+ "declarations": [
813
+ {
814
+ "kind": "variable",
815
+ "name": "AvatarGroupCtx"
816
+ }
817
+ ],
831
818
  "exports": [
832
819
  {
833
820
  "kind": "js",
834
- "name": "*",
821
+ "name": "AvatarGroupCtx",
835
822
  "declaration": {
836
- "name": "*",
837
- "package": "./Badge"
823
+ "name": "AvatarGroupCtx",
824
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
838
825
  }
839
826
  }
840
827
  ]
841
828
  },
842
829
  {
843
830
  "kind": "javascript-module",
844
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
831
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
845
832
  "declarations": [
846
833
  {
847
834
  "kind": "class",
848
- "description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
849
- "name": "BmBadgeDot",
835
+ "description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
836
+ "name": "BmAvatarGroup",
850
837
  "slots": [
851
838
  {
852
- "description": "Provide text for the BadgeDot",
839
+ "description": "Add Avatars to create a group",
853
840
  "name": "default"
854
841
  }
855
842
  ],
856
843
  "members": [
857
844
  {
858
845
  "kind": "field",
859
- "name": "theme",
846
+ "name": "wrapping",
860
847
  "type": {
861
- "text": "'light' | 'dark' | undefined"
848
+ "text": "boolean"
862
849
  },
863
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
864
- "attribute": "theme"
850
+ "default": "false",
851
+ "description": "Specify if the AvatarGroup wraps",
852
+ "attribute": "wrapping"
865
853
  },
866
854
  {
867
855
  "kind": "field",
868
- "name": "appearance",
856
+ "name": "maxCount",
869
857
  "type": {
870
- "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
858
+ "text": "number"
871
859
  },
872
- "default": "'infoPrimary'",
873
- "description": "Specify the appearance of the BadgeDot",
874
- "attribute": "appearance"
860
+ "default": "5",
861
+ "description": "Specify the max number of avatars displayed in the group.",
862
+ "attribute": "maxCount",
863
+ "reflects": true
875
864
  },
876
865
  {
877
866
  "kind": "field",
878
- "name": "emphasis",
867
+ "name": "size",
879
868
  "type": {
880
- "text": "Emphasis"
869
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
881
870
  },
882
- "default": "'strong'",
883
- "description": "Specify the emphasis of the BadgeDot",
884
- "attribute": "emphasis"
871
+ "default": "'md'",
872
+ "description": "Specify the size of all Avatars",
873
+ "attribute": "size"
885
874
  },
886
875
  {
887
876
  "kind": "field",
888
- "name": "overrideDotColor",
877
+ "name": "layout",
889
878
  "type": {
890
- "text": "string | undefined"
879
+ "text": "'stacked' | 'spaced' | undefined"
891
880
  },
892
- "description": "Overrides default dot color",
893
- "attribute": "overrideDotColor"
881
+ "default": "'stacked'",
882
+ "description": "Specify the kind of the group.",
883
+ "attribute": "layout"
894
884
  }
895
885
  ],
896
886
  "attributes": [
897
887
  {
898
- "name": "theme",
888
+ "name": "wrapping",
899
889
  "type": {
900
- "text": "'light' | 'dark' | undefined"
890
+ "text": "boolean"
901
891
  },
902
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
903
- "fieldName": "theme"
892
+ "default": "false",
893
+ "description": "Specify if the AvatarGroup wraps",
894
+ "fieldName": "wrapping"
904
895
  },
905
896
  {
906
- "name": "appearance",
897
+ "name": "maxCount",
907
898
  "type": {
908
- "text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
899
+ "text": "number"
909
900
  },
910
- "default": "'infoPrimary'",
911
- "description": "Specify the appearance of the BadgeDot",
912
- "fieldName": "appearance"
901
+ "default": "5",
902
+ "description": "Specify the max number of avatars displayed in the group.",
903
+ "fieldName": "maxCount"
913
904
  },
914
905
  {
915
- "name": "emphasis",
906
+ "name": "size",
916
907
  "type": {
917
- "text": "Emphasis"
908
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
918
909
  },
919
- "default": "'strong'",
920
- "description": "Specify the emphasis of the BadgeDot",
921
- "fieldName": "emphasis"
910
+ "default": "'md'",
911
+ "description": "Specify the size of all Avatars",
912
+ "fieldName": "size"
922
913
  },
923
914
  {
924
- "name": "overrideDotColor",
915
+ "name": "layout",
925
916
  "type": {
926
- "text": "string | undefined"
917
+ "text": "'stacked' | 'spaced' | undefined"
927
918
  },
928
- "description": "Overrides default dot color",
929
- "fieldName": "overrideDotColor"
919
+ "default": "'stacked'",
920
+ "description": "Specify the kind of the group.",
921
+ "fieldName": "layout"
930
922
  }
931
923
  ],
932
924
  "superclass": {
933
925
  "name": "LitElement",
934
926
  "package": "lit"
935
927
  },
936
- "tagName": "bm-badge-dot",
928
+ "tagName": "bm-avatar-group",
937
929
  "customElement": true
938
930
  }
939
931
  ],
940
932
  "exports": [
941
933
  {
942
934
  "kind": "js",
943
- "name": "BmBadgeDot",
935
+ "name": "BmAvatarGroup",
944
936
  "declaration": {
945
- "name": "BmBadgeDot",
946
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
937
+ "name": "BmAvatarGroup",
938
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
947
939
  }
948
940
  },
949
941
  {
950
942
  "kind": "custom-element-definition",
951
- "name": "bm-badge-dot",
943
+ "name": "bm-avatar-group",
952
944
  "declaration": {
953
- "name": "BmBadgeDot",
954
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
945
+ "name": "BmAvatarGroup",
946
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
955
947
  }
956
948
  }
957
949
  ]
958
950
  },
959
951
  {
960
952
  "kind": "javascript-module",
961
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
953
+ "path": "libs/web-components/src/lib/Avatar/index.ts",
962
954
  "declarations": [],
963
955
  "exports": [
964
956
  {
@@ -966,7 +958,15 @@
966
958
  "name": "*",
967
959
  "declaration": {
968
960
  "name": "*",
969
- "package": "./BadgeDot"
961
+ "package": "./Avatar"
962
+ }
963
+ },
964
+ {
965
+ "kind": "js",
966
+ "name": "*",
967
+ "declaration": {
968
+ "name": "*",
969
+ "package": "./AvatarGroup"
970
970
  }
971
971
  }
972
972
  ]
@@ -2220,6 +2220,98 @@
2220
2220
  }
2221
2221
  ]
2222
2222
  },
2223
+ {
2224
+ "kind": "javascript-module",
2225
+ "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
2226
+ "declarations": [
2227
+ {
2228
+ "kind": "class",
2229
+ "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2230
+ "name": "BmCloseButton",
2231
+ "members": [
2232
+ {
2233
+ "kind": "field",
2234
+ "name": "size",
2235
+ "type": {
2236
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2237
+ },
2238
+ "default": "'md'",
2239
+ "description": "Specify the size of the CloseButton",
2240
+ "attribute": "size"
2241
+ },
2242
+ {
2243
+ "kind": "field",
2244
+ "name": "disabled",
2245
+ "type": {
2246
+ "text": "boolean"
2247
+ },
2248
+ "default": "false",
2249
+ "description": "Specify if the CloseButton is disabled",
2250
+ "attribute": "disabled"
2251
+ }
2252
+ ],
2253
+ "attributes": [
2254
+ {
2255
+ "name": "size",
2256
+ "type": {
2257
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2258
+ },
2259
+ "default": "'md'",
2260
+ "description": "Specify the size of the CloseButton",
2261
+ "fieldName": "size"
2262
+ },
2263
+ {
2264
+ "name": "disabled",
2265
+ "type": {
2266
+ "text": "boolean"
2267
+ },
2268
+ "default": "false",
2269
+ "description": "Specify if the CloseButton is disabled",
2270
+ "fieldName": "disabled"
2271
+ }
2272
+ ],
2273
+ "superclass": {
2274
+ "name": "LitElement",
2275
+ "package": "lit"
2276
+ },
2277
+ "tagName": "bm-close-button",
2278
+ "customElement": true
2279
+ }
2280
+ ],
2281
+ "exports": [
2282
+ {
2283
+ "kind": "js",
2284
+ "name": "BmCloseButton",
2285
+ "declaration": {
2286
+ "name": "BmCloseButton",
2287
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2288
+ }
2289
+ },
2290
+ {
2291
+ "kind": "custom-element-definition",
2292
+ "name": "bm-close-button",
2293
+ "declaration": {
2294
+ "name": "BmCloseButton",
2295
+ "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2296
+ }
2297
+ }
2298
+ ]
2299
+ },
2300
+ {
2301
+ "kind": "javascript-module",
2302
+ "path": "libs/web-components/src/lib/CloseButton/index.ts",
2303
+ "declarations": [],
2304
+ "exports": [
2305
+ {
2306
+ "kind": "js",
2307
+ "name": "*",
2308
+ "declaration": {
2309
+ "name": "*",
2310
+ "package": "./CloseButton"
2311
+ }
2312
+ }
2313
+ ]
2314
+ },
2223
2315
  {
2224
2316
  "kind": "javascript-module",
2225
2317
  "path": "libs/web-components/src/lib/Divider/Divider.ts",
@@ -2415,137 +2507,45 @@
2415
2507
  },
2416
2508
  {
2417
2509
  "kind": "javascript-module",
2418
- "path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
2510
+ "path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
2419
2511
  "declarations": [
2420
2512
  {
2421
2513
  "kind": "class",
2422
- "description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
2423
- "name": "BmCloseButton",
2514
+ "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
2515
+ "name": "BmEmptyState",
2516
+ "slots": [
2517
+ {
2518
+ "description": "Specify an icon for EmptyState",
2519
+ "name": "icon"
2520
+ },
2521
+ {
2522
+ "description": "Specify heading text for EmptyState",
2523
+ "name": "heading"
2524
+ },
2525
+ {
2526
+ "description": "Specify body text for EmptyState",
2527
+ "name": "body"
2528
+ },
2529
+ {
2530
+ "description": "Add actions to EmptyState",
2531
+ "name": "actions"
2532
+ }
2533
+ ],
2424
2534
  "members": [
2425
2535
  {
2426
2536
  "kind": "field",
2427
- "name": "size",
2537
+ "name": "heading",
2428
2538
  "type": {
2429
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2539
+ "text": "string | undefined"
2430
2540
  },
2431
- "default": "'md'",
2432
- "description": "Specify the size of the CloseButton",
2433
- "attribute": "size"
2541
+ "description": "Specify heading text for EmptyState",
2542
+ "attribute": "heading"
2434
2543
  },
2435
2544
  {
2436
2545
  "kind": "field",
2437
- "name": "disabled",
2546
+ "name": "body",
2438
2547
  "type": {
2439
- "text": "boolean"
2440
- },
2441
- "default": "false",
2442
- "description": "Specify if the CloseButton is disabled",
2443
- "attribute": "disabled"
2444
- }
2445
- ],
2446
- "attributes": [
2447
- {
2448
- "name": "size",
2449
- "type": {
2450
- "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
2451
- },
2452
- "default": "'md'",
2453
- "description": "Specify the size of the CloseButton",
2454
- "fieldName": "size"
2455
- },
2456
- {
2457
- "name": "disabled",
2458
- "type": {
2459
- "text": "boolean"
2460
- },
2461
- "default": "false",
2462
- "description": "Specify if the CloseButton is disabled",
2463
- "fieldName": "disabled"
2464
- }
2465
- ],
2466
- "superclass": {
2467
- "name": "LitElement",
2468
- "package": "lit"
2469
- },
2470
- "tagName": "bm-close-button",
2471
- "customElement": true
2472
- }
2473
- ],
2474
- "exports": [
2475
- {
2476
- "kind": "js",
2477
- "name": "BmCloseButton",
2478
- "declaration": {
2479
- "name": "BmCloseButton",
2480
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2481
- }
2482
- },
2483
- {
2484
- "kind": "custom-element-definition",
2485
- "name": "bm-close-button",
2486
- "declaration": {
2487
- "name": "BmCloseButton",
2488
- "module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
2489
- }
2490
- }
2491
- ]
2492
- },
2493
- {
2494
- "kind": "javascript-module",
2495
- "path": "libs/web-components/src/lib/CloseButton/index.ts",
2496
- "declarations": [],
2497
- "exports": [
2498
- {
2499
- "kind": "js",
2500
- "name": "*",
2501
- "declaration": {
2502
- "name": "*",
2503
- "package": "./CloseButton"
2504
- }
2505
- }
2506
- ]
2507
- },
2508
- {
2509
- "kind": "javascript-module",
2510
- "path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
2511
- "declarations": [
2512
- {
2513
- "kind": "class",
2514
- "description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
2515
- "name": "BmEmptyState",
2516
- "slots": [
2517
- {
2518
- "description": "Specify an icon for EmptyState",
2519
- "name": "icon"
2520
- },
2521
- {
2522
- "description": "Specify heading text for EmptyState",
2523
- "name": "heading"
2524
- },
2525
- {
2526
- "description": "Specify body text for EmptyState",
2527
- "name": "body"
2528
- },
2529
- {
2530
- "description": "Add actions to EmptyState",
2531
- "name": "actions"
2532
- }
2533
- ],
2534
- "members": [
2535
- {
2536
- "kind": "field",
2537
- "name": "heading",
2538
- "type": {
2539
- "text": "string | undefined"
2540
- },
2541
- "description": "Specify heading text for EmptyState",
2542
- "attribute": "heading"
2543
- },
2544
- {
2545
- "kind": "field",
2546
- "name": "body",
2547
- "type": {
2548
- "text": "string | undefined"
2548
+ "text": "string | undefined"
2549
2549
  },
2550
2550
  "description": "Specify body text for EmptyState",
2551
2551
  "attribute": "body"
@@ -6230,157 +6230,315 @@
6230
6230
  },
6231
6231
  {
6232
6232
  "kind": "javascript-module",
6233
- "path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
6233
+ "path": "libs/web-components/src/lib/wip/Label/Label.ts",
6234
6234
  "declarations": [
6235
6235
  {
6236
6236
  "kind": "class",
6237
- "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded",
6238
- "name": "BmFileUploadButton",
6237
+ "description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
6238
+ "name": "BmLabel",
6239
6239
  "slots": [
6240
6240
  {
6241
- "description": "Specify text for the Button",
6242
- "name": "default",
6243
- "inheritedFrom": {
6244
- "name": "BmButton",
6245
- "module": "libs/web-components/src/lib/Button/Button.ts"
6246
- }
6241
+ "description": "Specify the text for Label",
6242
+ "name": "text"
6247
6243
  },
6248
6244
  {
6249
- "description": "Specify if the Button displays icon before the text",
6250
- "name": "iconBefore",
6251
- "inheritedFrom": {
6252
- "name": "BmButton",
6253
- "module": "libs/web-components/src/lib/Button/Button.ts"
6254
- }
6245
+ "description": "Specify if the Label displays as optional",
6246
+ "name": "optional"
6255
6247
  },
6256
6248
  {
6257
- "description": "Specify if the Button displays icon after the text",
6258
- "name": "iconAfter",
6259
- "inheritedFrom": {
6260
- "name": "BmButton",
6261
- "module": "libs/web-components/src/lib/Button/Button.ts"
6262
- }
6249
+ "description": "Specify if the icon displays to add a Tooltip",
6250
+ "name": "tooltip"
6263
6251
  }
6264
6252
  ],
6265
6253
  "members": [
6266
6254
  {
6267
6255
  "kind": "field",
6268
- "name": "error",
6256
+ "name": "disabled",
6269
6257
  "type": {
6270
- "text": "boolean | undefined"
6258
+ "text": "boolean"
6271
6259
  },
6272
- "description": "Specify if FileUpload is in error state",
6273
- "attribute": "error"
6260
+ "default": "false",
6261
+ "description": "Specify if the Label displays disabled",
6262
+ "attribute": "disabled"
6274
6263
  },
6275
6264
  {
6276
6265
  "kind": "field",
6277
- "name": "accept",
6266
+ "name": "required",
6278
6267
  "type": {
6279
- "text": "string | undefined"
6268
+ "text": "boolean"
6280
6269
  },
6281
- "description": "Specify the accepted file types",
6282
- "attribute": "accept"
6270
+ "default": "false",
6271
+ "description": "Specify if the Label displays as required",
6272
+ "attribute": "required"
6283
6273
  },
6284
6274
  {
6285
6275
  "kind": "field",
6286
- "name": "multiple",
6276
+ "name": "text",
6287
6277
  "type": {
6288
- "text": "boolean | undefined"
6278
+ "text": "Optional<string>"
6289
6279
  },
6290
- "description": "Specify if multiple files can be uploaded",
6291
- "attribute": "multiple"
6280
+ "description": "Specify the text for Label",
6281
+ "attribute": "text"
6292
6282
  },
6293
6283
  {
6294
6284
  "kind": "field",
6295
- "name": "appearance",
6285
+ "name": "optional",
6296
6286
  "type": {
6297
- "text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
6287
+ "text": "Optional<string>"
6298
6288
  },
6299
- "default": "'neutral-subtle'",
6300
- "description": "Specify the appearance of a Button",
6301
- "attribute": "appearance",
6302
- "inheritedFrom": {
6303
- "name": "BmButton",
6304
- "module": "libs/web-components/src/lib/Button/Button.ts"
6305
- }
6289
+ "description": "Specify the text for Label",
6290
+ "attribute": "optional"
6306
6291
  },
6307
6292
  {
6308
6293
  "kind": "field",
6309
- "name": "kind",
6294
+ "name": "theme",
6310
6295
  "type": {
6311
- "text": "'filled' | 'outline' | 'ghost' | 'bare'"
6296
+ "text": "Optional<ThemeTypes>"
6312
6297
  },
6313
- "default": "'outline'",
6314
- "description": "Specify the kind of Button",
6315
- "attribute": "kind",
6316
- "inheritedFrom": {
6317
- "name": "BmButton",
6318
- "module": "libs/web-components/src/lib/Button/Button.ts"
6319
- }
6320
- },
6298
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
6299
+ "attribute": "theme"
6300
+ }
6301
+ ],
6302
+ "attributes": [
6321
6303
  {
6322
- "kind": "field",
6323
- "name": "size",
6304
+ "name": "disabled",
6324
6305
  "type": {
6325
- "text": "'sm' | 'md' | 'lg'"
6306
+ "text": "boolean"
6326
6307
  },
6327
- "default": "'md'",
6328
- "description": "Specify the size of a Button",
6329
- "attribute": "size",
6330
- "inheritedFrom": {
6331
- "name": "BmButton",
6332
- "module": "libs/web-components/src/lib/Button/Button.ts"
6333
- }
6308
+ "default": "false",
6309
+ "description": "Specify if the Label displays disabled",
6310
+ "fieldName": "disabled"
6334
6311
  },
6335
6312
  {
6336
- "kind": "field",
6337
- "name": "iconOnly",
6313
+ "name": "required",
6338
6314
  "type": {
6339
- "text": "boolean | undefined"
6315
+ "text": "boolean"
6340
6316
  },
6341
- "description": "Specify if the icon displays without text",
6342
- "attribute": "iconOnly",
6343
6317
  "default": "false",
6344
- "inheritedFrom": {
6345
- "name": "BmButton",
6346
- "module": "libs/web-components/src/lib/Button/Button.ts"
6347
- }
6348
- },
6349
- {
6350
- "kind": "field",
6351
- "name": "iconBefore",
6352
- "default": "unsafeSVG(Upload)"
6318
+ "description": "Specify if the Label displays as required",
6319
+ "fieldName": "required"
6353
6320
  },
6354
6321
  {
6355
- "kind": "field",
6356
- "name": "formAssociated",
6322
+ "name": "text",
6357
6323
  "type": {
6358
- "text": "boolean"
6324
+ "text": "Optional<string>"
6359
6325
  },
6360
- "static": true,
6361
- "default": "true",
6362
- "inheritedFrom": {
6363
- "name": "BmButton",
6364
- "module": "libs/web-components/src/lib/Button/Button.ts"
6365
- }
6326
+ "description": "Specify the text for Label",
6327
+ "fieldName": "text"
6366
6328
  },
6367
6329
  {
6368
- "kind": "field",
6369
- "name": "disabled",
6330
+ "name": "optional",
6370
6331
  "type": {
6371
- "text": "boolean"
6332
+ "text": "Optional<string>"
6372
6333
  },
6373
- "default": "false",
6374
- "description": "Specify if the Button is disabled",
6375
- "attribute": "disabled",
6376
- "inheritedFrom": {
6377
- "name": "BmButton",
6378
- "module": "libs/web-components/src/lib/Button/Button.ts"
6379
- }
6334
+ "description": "Specify the text for Label",
6335
+ "fieldName": "optional"
6380
6336
  },
6381
6337
  {
6382
- "kind": "field",
6383
- "name": "fluid",
6338
+ "name": "theme",
6339
+ "type": {
6340
+ "text": "Optional<ThemeTypes>"
6341
+ },
6342
+ "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
6343
+ "fieldName": "theme"
6344
+ }
6345
+ ],
6346
+ "superclass": {
6347
+ "name": "LitElement",
6348
+ "package": "lit"
6349
+ },
6350
+ "summary": "`bm-label`",
6351
+ "tagName": "bm-label",
6352
+ "customElement": true
6353
+ }
6354
+ ],
6355
+ "exports": [
6356
+ {
6357
+ "kind": "js",
6358
+ "name": "BmLabel",
6359
+ "declaration": {
6360
+ "name": "BmLabel",
6361
+ "module": "libs/web-components/src/lib/wip/Label/Label.ts"
6362
+ }
6363
+ },
6364
+ {
6365
+ "kind": "custom-element-definition",
6366
+ "name": "bm-label",
6367
+ "declaration": {
6368
+ "name": "BmLabel",
6369
+ "module": "libs/web-components/src/lib/wip/Label/Label.ts"
6370
+ }
6371
+ }
6372
+ ]
6373
+ },
6374
+ {
6375
+ "kind": "javascript-module",
6376
+ "path": "libs/web-components/src/lib/wip/Label/index.ts",
6377
+ "declarations": [],
6378
+ "exports": [
6379
+ {
6380
+ "kind": "js",
6381
+ "name": "*",
6382
+ "declaration": {
6383
+ "name": "*",
6384
+ "package": "./Label"
6385
+ }
6386
+ }
6387
+ ]
6388
+ },
6389
+ {
6390
+ "kind": "javascript-module",
6391
+ "path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
6392
+ "declarations": [
6393
+ {
6394
+ "kind": "class",
6395
+ "description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded",
6396
+ "name": "BmFileUploadButton",
6397
+ "slots": [
6398
+ {
6399
+ "description": "Specify text for the Button",
6400
+ "name": "default",
6401
+ "inheritedFrom": {
6402
+ "name": "BmButton",
6403
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6404
+ }
6405
+ },
6406
+ {
6407
+ "description": "Specify if the Button displays icon before the text",
6408
+ "name": "iconBefore",
6409
+ "inheritedFrom": {
6410
+ "name": "BmButton",
6411
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6412
+ }
6413
+ },
6414
+ {
6415
+ "description": "Specify if the Button displays icon after the text",
6416
+ "name": "iconAfter",
6417
+ "inheritedFrom": {
6418
+ "name": "BmButton",
6419
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6420
+ }
6421
+ }
6422
+ ],
6423
+ "members": [
6424
+ {
6425
+ "kind": "field",
6426
+ "name": "error",
6427
+ "type": {
6428
+ "text": "boolean | undefined"
6429
+ },
6430
+ "description": "Specify if FileUpload is in error state",
6431
+ "attribute": "error"
6432
+ },
6433
+ {
6434
+ "kind": "field",
6435
+ "name": "accept",
6436
+ "type": {
6437
+ "text": "string | undefined"
6438
+ },
6439
+ "description": "Specify the accepted file types",
6440
+ "attribute": "accept"
6441
+ },
6442
+ {
6443
+ "kind": "field",
6444
+ "name": "multiple",
6445
+ "type": {
6446
+ "text": "boolean | undefined"
6447
+ },
6448
+ "description": "Specify if multiple files can be uploaded",
6449
+ "attribute": "multiple"
6450
+ },
6451
+ {
6452
+ "kind": "field",
6453
+ "name": "appearance",
6454
+ "type": {
6455
+ "text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
6456
+ },
6457
+ "default": "'neutral-subtle'",
6458
+ "description": "Specify the appearance of a Button",
6459
+ "attribute": "appearance",
6460
+ "inheritedFrom": {
6461
+ "name": "BmButton",
6462
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6463
+ }
6464
+ },
6465
+ {
6466
+ "kind": "field",
6467
+ "name": "kind",
6468
+ "type": {
6469
+ "text": "'filled' | 'outline' | 'ghost' | 'bare'"
6470
+ },
6471
+ "default": "'outline'",
6472
+ "description": "Specify the kind of Button",
6473
+ "attribute": "kind",
6474
+ "inheritedFrom": {
6475
+ "name": "BmButton",
6476
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6477
+ }
6478
+ },
6479
+ {
6480
+ "kind": "field",
6481
+ "name": "size",
6482
+ "type": {
6483
+ "text": "'sm' | 'md' | 'lg'"
6484
+ },
6485
+ "default": "'md'",
6486
+ "description": "Specify the size of a Button",
6487
+ "attribute": "size",
6488
+ "inheritedFrom": {
6489
+ "name": "BmButton",
6490
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6491
+ }
6492
+ },
6493
+ {
6494
+ "kind": "field",
6495
+ "name": "iconOnly",
6496
+ "type": {
6497
+ "text": "boolean | undefined"
6498
+ },
6499
+ "description": "Specify if the icon displays without text",
6500
+ "attribute": "iconOnly",
6501
+ "default": "false",
6502
+ "inheritedFrom": {
6503
+ "name": "BmButton",
6504
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6505
+ }
6506
+ },
6507
+ {
6508
+ "kind": "field",
6509
+ "name": "iconBefore",
6510
+ "default": "unsafeSVG(Upload)"
6511
+ },
6512
+ {
6513
+ "kind": "field",
6514
+ "name": "formAssociated",
6515
+ "type": {
6516
+ "text": "boolean"
6517
+ },
6518
+ "static": true,
6519
+ "default": "true",
6520
+ "inheritedFrom": {
6521
+ "name": "BmButton",
6522
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6523
+ }
6524
+ },
6525
+ {
6526
+ "kind": "field",
6527
+ "name": "disabled",
6528
+ "type": {
6529
+ "text": "boolean"
6530
+ },
6531
+ "default": "false",
6532
+ "description": "Specify if the Button is disabled",
6533
+ "attribute": "disabled",
6534
+ "inheritedFrom": {
6535
+ "name": "BmButton",
6536
+ "module": "libs/web-components/src/lib/Button/Button.ts"
6537
+ }
6538
+ },
6539
+ {
6540
+ "kind": "field",
6541
+ "name": "fluid",
6384
6542
  "type": {
6385
6543
  "text": "boolean"
6386
6544
  },
@@ -8133,277 +8291,62 @@
8133
8291
  },
8134
8292
  {
8135
8293
  "kind": "javascript-module",
8136
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8294
+ "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
8137
8295
  "declarations": [
8138
8296
  {
8139
8297
  "kind": "class",
8140
- "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
8141
- "name": "BmRadioButton",
8298
+ "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
8299
+ "name": "BmSwitch",
8300
+ "slots": [
8301
+ {
8302
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8303
+ "name": "onText"
8304
+ },
8305
+ {
8306
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8307
+ "name": "offText"
8308
+ }
8309
+ ],
8142
8310
  "members": [
8143
8311
  {
8144
8312
  "kind": "field",
8145
- "name": "label",
8313
+ "name": "inputChoiceGroupContext",
8146
8314
  "type": {
8147
- "text": "string | undefined"
8148
- },
8149
- "description": "Specify the text for the label",
8150
- "attribute": "label"
8315
+ "text": "InputChoiceGroupContextProps"
8316
+ }
8151
8317
  },
8152
8318
  {
8153
8319
  "kind": "field",
8154
- "name": "error",
8320
+ "name": "onText",
8155
8321
  "type": {
8156
- "text": "boolean | undefined"
8322
+ "text": "string | undefined"
8157
8323
  },
8158
- "description": "Specify error text and display error state of a RadioButton",
8159
- "attribute": "error"
8324
+ "default": "undefined",
8325
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8326
+ "attribute": "onText"
8160
8327
  },
8161
8328
  {
8162
8329
  "kind": "field",
8163
- "name": "readOnly",
8330
+ "name": "offText",
8164
8331
  "type": {
8165
- "text": "boolean | undefined"
8332
+ "text": "string | undefined"
8166
8333
  },
8167
- "description": "Specify if RadioButton displays in a read-only state",
8168
- "attribute": "readOnly"
8334
+ "default": "undefined",
8335
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8336
+ "attribute": "offText"
8169
8337
  },
8170
8338
  {
8171
8339
  "kind": "field",
8172
- "name": "disabled",
8340
+ "name": "theme",
8173
8341
  "type": {
8174
- "text": "boolean | undefined"
8342
+ "text": "ThemeTypes | undefined"
8175
8343
  },
8176
- "description": "Specify if RadioButton displays in a disabled state",
8177
- "attribute": "disabled"
8344
+ "default": "undefined",
8345
+ "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
8178
8346
  },
8179
8347
  {
8180
8348
  "kind": "field",
8181
- "name": "theme",
8182
- "type": {
8183
- "text": "'light' | 'dark' | undefined"
8184
- },
8185
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8186
- "attribute": "theme"
8187
- },
8188
- {
8189
- "kind": "field",
8190
- "name": "value",
8191
- "type": {
8192
- "text": "string | undefined"
8193
- },
8194
- "description": "The value attribute for the input element",
8195
- "attribute": "value"
8196
- },
8197
- {
8198
- "kind": "field",
8199
- "name": "checked",
8200
- "type": {
8201
- "text": "boolean"
8202
- },
8203
- "default": "false",
8204
- "description": "The checked attribute for the input element",
8205
- "attribute": "checked"
8206
- },
8207
- {
8208
- "kind": "field",
8209
- "name": "onKeyDown",
8210
- "type": {
8211
- "text": "(event: KeyboardEvent) => void | undefined"
8212
- },
8213
- "description": "A user-defined function to handle keydown events",
8214
- "attribute": "onKeyDown"
8215
- },
8216
- {
8217
- "kind": "field",
8218
- "name": "inputChoiceGroupContext",
8219
- "type": {
8220
- "text": "InputChoiceGroupContextProps"
8221
- }
8222
- },
8223
- {
8224
- "kind": "field",
8225
- "name": "radioButtonRef"
8226
- },
8227
- {
8228
- "kind": "method",
8229
- "name": "focus"
8230
- }
8231
- ],
8232
- "attributes": [
8233
- {
8234
- "name": "label",
8235
- "type": {
8236
- "text": "string | undefined"
8237
- },
8238
- "description": "Specify the text for the label",
8239
- "fieldName": "label"
8240
- },
8241
- {
8242
- "name": "error",
8243
- "type": {
8244
- "text": "boolean | undefined"
8245
- },
8246
- "description": "Specify error text and display error state of a RadioButton",
8247
- "fieldName": "error"
8248
- },
8249
- {
8250
- "name": "readOnly",
8251
- "type": {
8252
- "text": "boolean | undefined"
8253
- },
8254
- "description": "Specify if RadioButton displays in a read-only state",
8255
- "fieldName": "readOnly"
8256
- },
8257
- {
8258
- "name": "disabled",
8259
- "type": {
8260
- "text": "boolean | undefined"
8261
- },
8262
- "description": "Specify if RadioButton displays in a disabled state",
8263
- "fieldName": "disabled"
8264
- },
8265
- {
8266
- "name": "theme",
8267
- "type": {
8268
- "text": "'light' | 'dark' | undefined"
8269
- },
8270
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8271
- "fieldName": "theme"
8272
- },
8273
- {
8274
- "name": "value",
8275
- "type": {
8276
- "text": "string | undefined"
8277
- },
8278
- "description": "The value attribute for the input element",
8279
- "fieldName": "value"
8280
- },
8281
- {
8282
- "name": "checked",
8283
- "type": {
8284
- "text": "boolean"
8285
- },
8286
- "default": "false",
8287
- "description": "The checked attribute for the input element",
8288
- "fieldName": "checked"
8289
- },
8290
- {
8291
- "name": "onKeyDown",
8292
- "type": {
8293
- "text": "(event: KeyboardEvent) => void | undefined"
8294
- },
8295
- "description": "A user-defined function to handle keydown events",
8296
- "fieldName": "onKeyDown"
8297
- }
8298
- ],
8299
- "superclass": {
8300
- "name": "LitElement",
8301
- "package": "lit"
8302
- },
8303
- "tagName": "bm-radio-button",
8304
- "customElement": true
8305
- }
8306
- ],
8307
- "exports": [
8308
- {
8309
- "kind": "js",
8310
- "name": "BmRadioButton",
8311
- "declaration": {
8312
- "name": "BmRadioButton",
8313
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8314
- }
8315
- },
8316
- {
8317
- "kind": "custom-element-definition",
8318
- "name": "bm-radio-button",
8319
- "declaration": {
8320
- "name": "BmRadioButton",
8321
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8322
- }
8323
- }
8324
- ]
8325
- },
8326
- {
8327
- "kind": "javascript-module",
8328
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8329
- "declarations": [],
8330
- "exports": [
8331
- {
8332
- "kind": "js",
8333
- "name": "*",
8334
- "declaration": {
8335
- "name": "*",
8336
- "package": "./RadioButton"
8337
- }
8338
- },
8339
- {
8340
- "kind": "js",
8341
- "name": "*",
8342
- "declaration": {
8343
- "name": "*",
8344
- "package": "./RadioButtonGroup/RadioButtonGroup"
8345
- }
8346
- }
8347
- ]
8348
- },
8349
- {
8350
- "kind": "javascript-module",
8351
- "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
8352
- "declarations": [
8353
- {
8354
- "kind": "class",
8355
- "description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
8356
- "name": "BmSwitch",
8357
- "slots": [
8358
- {
8359
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8360
- "name": "onText"
8361
- },
8362
- {
8363
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8364
- "name": "offText"
8365
- }
8366
- ],
8367
- "members": [
8368
- {
8369
- "kind": "field",
8370
- "name": "inputChoiceGroupContext",
8371
- "type": {
8372
- "text": "InputChoiceGroupContextProps"
8373
- }
8374
- },
8375
- {
8376
- "kind": "field",
8377
- "name": "onText",
8378
- "type": {
8379
- "text": "string | undefined"
8380
- },
8381
- "default": "undefined",
8382
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
8383
- "attribute": "onText"
8384
- },
8385
- {
8386
- "kind": "field",
8387
- "name": "offText",
8388
- "type": {
8389
- "text": "string | undefined"
8390
- },
8391
- "default": "undefined",
8392
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
8393
- "attribute": "offText"
8394
- },
8395
- {
8396
- "kind": "field",
8397
- "name": "theme",
8398
- "type": {
8399
- "text": "ThemeTypes | undefined"
8400
- },
8401
- "default": "undefined",
8402
- "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
8403
- },
8404
- {
8405
- "kind": "field",
8406
- "name": "textPosition",
8349
+ "name": "textPosition",
8407
8350
  "type": {
8408
8351
  "text": "'before' | 'after'"
8409
8352
  },
@@ -9084,197 +9027,39 @@
9084
9027
  },
9085
9028
  {
9086
9029
  "kind": "javascript-module",
9087
- "path": "libs/web-components/src/lib/wip/Label/Label.ts",
9030
+ "path": "libs/web-components/src/lib/wip/TextField/TextField.ts",
9088
9031
  "declarations": [
9089
9032
  {
9090
9033
  "kind": "class",
9091
- "description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
9092
- "name": "BmLabel",
9034
+ "description": "### Attributes:\n- **placeholder** - Specify placeholder text for TextField\n- **required** - Specify if TextField is a required input\n- **hideRequiredMarker** - Specify if the TextField displays with an asterisk\n- **error** - Specify error text and display error state of a TextField\n- **readOnly** - Specify if TextField displays in a read-only state\n- **disabled** - Specify if TextField displays in a disabled state\n- **fluid** - Specify if TextField is fluid\n- **width** - Specify the width of TextField\n- **ellipse** - Specify if overflow displays ellipsis\n- **theme** - Specify the theme of the TextField. By default it inherits the theme from the parent\n- **type** \n- **inputMode** ",
9035
+ "name": "BmTextField",
9093
9036
  "slots": [
9094
9037
  {
9095
- "description": "Specify the text for Label",
9096
- "name": "text"
9038
+ "description": "Specify the label for TextField",
9039
+ "name": "label"
9097
9040
  },
9098
9041
  {
9099
- "description": "Specify if the Label displays as optional",
9100
- "name": "optional"
9042
+ "description": "Specify the helper text for TextField",
9043
+ "name": "helper-text"
9101
9044
  },
9102
9045
  {
9103
- "description": "Specify if the icon displays to add a Tooltip",
9104
- "name": "tooltip"
9046
+ "description": "Specify content to display after input",
9047
+ "name": "content-after"
9048
+ },
9049
+ {
9050
+ "description": "Specify content to display before input",
9051
+ "name": "content-before"
9105
9052
  }
9106
9053
  ],
9107
9054
  "members": [
9108
9055
  {
9109
9056
  "kind": "field",
9110
- "name": "disabled",
9057
+ "name": "placeholder",
9111
9058
  "type": {
9112
- "text": "boolean"
9059
+ "text": "Optional<string>"
9113
9060
  },
9114
- "default": "false",
9115
- "description": "Specify if the Label displays disabled",
9116
- "attribute": "disabled"
9117
- },
9118
- {
9119
- "kind": "field",
9120
- "name": "required",
9121
- "type": {
9122
- "text": "boolean"
9123
- },
9124
- "default": "false",
9125
- "description": "Specify if the Label displays as required",
9126
- "attribute": "required"
9127
- },
9128
- {
9129
- "kind": "field",
9130
- "name": "text",
9131
- "type": {
9132
- "text": "Optional<string>"
9133
- },
9134
- "description": "Specify the text for Label",
9135
- "attribute": "text"
9136
- },
9137
- {
9138
- "kind": "field",
9139
- "name": "optional",
9140
- "type": {
9141
- "text": "Optional<string>"
9142
- },
9143
- "description": "Specify the text for Label",
9144
- "attribute": "optional"
9145
- },
9146
- {
9147
- "kind": "field",
9148
- "name": "theme",
9149
- "type": {
9150
- "text": "Optional<ThemeTypes>"
9151
- },
9152
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
9153
- "attribute": "theme"
9154
- }
9155
- ],
9156
- "attributes": [
9157
- {
9158
- "name": "disabled",
9159
- "type": {
9160
- "text": "boolean"
9161
- },
9162
- "default": "false",
9163
- "description": "Specify if the Label displays disabled",
9164
- "fieldName": "disabled"
9165
- },
9166
- {
9167
- "name": "required",
9168
- "type": {
9169
- "text": "boolean"
9170
- },
9171
- "default": "false",
9172
- "description": "Specify if the Label displays as required",
9173
- "fieldName": "required"
9174
- },
9175
- {
9176
- "name": "text",
9177
- "type": {
9178
- "text": "Optional<string>"
9179
- },
9180
- "description": "Specify the text for Label",
9181
- "fieldName": "text"
9182
- },
9183
- {
9184
- "name": "optional",
9185
- "type": {
9186
- "text": "Optional<string>"
9187
- },
9188
- "description": "Specify the text for Label",
9189
- "fieldName": "optional"
9190
- },
9191
- {
9192
- "name": "theme",
9193
- "type": {
9194
- "text": "Optional<ThemeTypes>"
9195
- },
9196
- "description": "Specify the theme of the Label. By default it inherits the theme from the parent",
9197
- "fieldName": "theme"
9198
- }
9199
- ],
9200
- "superclass": {
9201
- "name": "LitElement",
9202
- "package": "lit"
9203
- },
9204
- "summary": "`bm-label`",
9205
- "tagName": "bm-label",
9206
- "customElement": true
9207
- }
9208
- ],
9209
- "exports": [
9210
- {
9211
- "kind": "js",
9212
- "name": "BmLabel",
9213
- "declaration": {
9214
- "name": "BmLabel",
9215
- "module": "libs/web-components/src/lib/wip/Label/Label.ts"
9216
- }
9217
- },
9218
- {
9219
- "kind": "custom-element-definition",
9220
- "name": "bm-label",
9221
- "declaration": {
9222
- "name": "BmLabel",
9223
- "module": "libs/web-components/src/lib/wip/Label/Label.ts"
9224
- }
9225
- }
9226
- ]
9227
- },
9228
- {
9229
- "kind": "javascript-module",
9230
- "path": "libs/web-components/src/lib/wip/Label/index.ts",
9231
- "declarations": [],
9232
- "exports": [
9233
- {
9234
- "kind": "js",
9235
- "name": "*",
9236
- "declaration": {
9237
- "name": "*",
9238
- "package": "./Label"
9239
- }
9240
- }
9241
- ]
9242
- },
9243
- {
9244
- "kind": "javascript-module",
9245
- "path": "libs/web-components/src/lib/wip/TextField/TextField.ts",
9246
- "declarations": [
9247
- {
9248
- "kind": "class",
9249
- "description": "### Attributes:\n- **placeholder** - Specify placeholder text for TextField\n- **required** - Specify if TextField is a required input\n- **hideRequiredMarker** - Specify if the TextField displays with an asterisk\n- **error** - Specify error text and display error state of a TextField\n- **readOnly** - Specify if TextField displays in a read-only state\n- **disabled** - Specify if TextField displays in a disabled state\n- **fluid** - Specify if TextField is fluid\n- **width** - Specify the width of TextField\n- **ellipse** - Specify if overflow displays ellipsis\n- **theme** - Specify the theme of the TextField. By default it inherits the theme from the parent\n- **type** \n- **inputMode** ",
9250
- "name": "BmTextField",
9251
- "slots": [
9252
- {
9253
- "description": "Specify the label for TextField",
9254
- "name": "label"
9255
- },
9256
- {
9257
- "description": "Specify the helper text for TextField",
9258
- "name": "helper-text"
9259
- },
9260
- {
9261
- "description": "Specify content to display after input",
9262
- "name": "content-after"
9263
- },
9264
- {
9265
- "description": "Specify content to display before input",
9266
- "name": "content-before"
9267
- }
9268
- ],
9269
- "members": [
9270
- {
9271
- "kind": "field",
9272
- "name": "placeholder",
9273
- "type": {
9274
- "text": "Optional<string>"
9275
- },
9276
- "description": "Specify placeholder text for TextField",
9277
- "attribute": "placeholder"
9061
+ "description": "Specify placeholder text for TextField",
9062
+ "attribute": "placeholder"
9278
9063
  },
9279
9064
  {
9280
9065
  "kind": "field",
@@ -9725,229 +9510,265 @@
9725
9510
  },
9726
9511
  {
9727
9512
  "kind": "javascript-module",
9728
- "path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",
9513
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
9729
9514
  "declarations": [
9730
9515
  {
9731
9516
  "kind": "class",
9732
- "description": "",
9733
- "name": "BmCheckboxGroup",
9734
- "superclass": {
9735
- "name": "InputChoiceGroup",
9736
- "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
9737
- },
9738
- "tagName": "bm-checkbox-group",
9739
- "customElement": true,
9740
- "slots": [
9517
+ "description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
9518
+ "name": "BmRadioButton",
9519
+ "members": [
9741
9520
  {
9742
- "description": "Add label text to the InputChoiceGroup",
9521
+ "kind": "field",
9743
9522
  "name": "label",
9744
- "inheritedFrom": {
9745
- "name": "InputChoiceGroup",
9746
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9747
- }
9523
+ "type": {
9524
+ "text": "string | undefined"
9525
+ },
9526
+ "description": "Specify the text for the label",
9527
+ "attribute": "label"
9748
9528
  },
9749
9529
  {
9750
- "description": "Add helper text to the InputChoiceGroup",
9751
- "name": "helperText",
9752
- "inheritedFrom": {
9753
- "name": "InputChoiceGroup",
9754
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9755
- }
9756
- }
9757
- ],
9758
- "attributes": [
9530
+ "kind": "field",
9531
+ "name": "error",
9532
+ "type": {
9533
+ "text": "boolean | undefined"
9534
+ },
9535
+ "description": "Specify error text and display error state of a RadioButton",
9536
+ "attribute": "error"
9537
+ },
9759
9538
  {
9760
- "name": "theme",
9539
+ "kind": "field",
9540
+ "name": "readOnly",
9761
9541
  "type": {
9762
- "text": "'light' | 'dark' | undefined"
9542
+ "text": "boolean | undefined"
9763
9543
  },
9764
- "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
9765
- "fieldName": "theme",
9766
- "inheritedFrom": {
9767
- "name": "InputChoiceGroup",
9768
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9769
- }
9544
+ "description": "Specify if RadioButton displays in a read-only state",
9545
+ "attribute": "readOnly"
9770
9546
  },
9771
9547
  {
9772
- "name": "layout",
9548
+ "kind": "field",
9549
+ "name": "disabled",
9773
9550
  "type": {
9774
- "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
9551
+ "text": "boolean | undefined"
9775
9552
  },
9776
- "default": "'vertical'",
9777
- "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
9778
- "deprecated": "use `orientation` and `fluid` instead",
9779
- "fieldName": "layout",
9780
- "inheritedFrom": {
9781
- "name": "InputChoiceGroup",
9782
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9783
- }
9553
+ "description": "Specify if RadioButton displays in a disabled state",
9554
+ "attribute": "disabled"
9784
9555
  },
9785
9556
  {
9786
- "name": "orientation",
9557
+ "kind": "field",
9558
+ "name": "theme",
9787
9559
  "type": {
9788
- "text": "'horizontal' | 'vertical'"
9560
+ "text": "'light' | 'dark' | undefined"
9789
9561
  },
9790
- "default": "'vertical'",
9791
- "description": "Specify InputChoiceGroup orientation",
9792
- "fieldName": "orientation",
9793
- "inheritedFrom": {
9794
- "name": "InputChoiceGroup",
9795
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9796
- }
9562
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
9563
+ "attribute": "theme"
9797
9564
  },
9798
9565
  {
9799
- "name": "fluid",
9566
+ "kind": "field",
9567
+ "name": "value",
9800
9568
  "type": {
9801
- "text": "boolean"
9569
+ "text": "string | undefined"
9802
9570
  },
9803
- "default": "false",
9804
- "description": "Specify if InputChoiceGroup should take the full width of its container",
9805
- "fieldName": "fluid",
9806
- "inheritedFrom": {
9807
- "name": "InputChoiceGroup",
9808
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9809
- }
9571
+ "description": "The value attribute for the input element",
9572
+ "attribute": "value"
9810
9573
  },
9811
9574
  {
9812
- "name": "required",
9575
+ "kind": "field",
9576
+ "name": "checked",
9813
9577
  "type": {
9814
9578
  "text": "boolean"
9815
9579
  },
9816
9580
  "default": "false",
9817
- "description": "Specify if InputChoiceGroup is a required input",
9818
- "fieldName": "required",
9819
- "inheritedFrom": {
9820
- "name": "InputChoiceGroup",
9821
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9822
- }
9581
+ "description": "The checked attribute for the input element",
9582
+ "attribute": "checked"
9823
9583
  },
9824
9584
  {
9825
- "name": "hideRequiredMarker",
9585
+ "kind": "field",
9586
+ "name": "onKeyDown",
9826
9587
  "type": {
9827
- "text": "boolean"
9588
+ "text": "(event: KeyboardEvent) => void | undefined"
9828
9589
  },
9829
- "default": "false",
9830
- "description": "Specify if the InputChoiceGroup displays with an asterisk",
9831
- "fieldName": "hideRequiredMarker",
9832
- "inheritedFrom": {
9833
- "name": "InputChoiceGroup",
9834
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9590
+ "description": "A user-defined function to handle keydown events",
9591
+ "attribute": "onKeyDown"
9592
+ },
9593
+ {
9594
+ "kind": "field",
9595
+ "name": "inputChoiceGroupContext",
9596
+ "type": {
9597
+ "text": "InputChoiceGroupContextProps"
9835
9598
  }
9836
9599
  },
9837
9600
  {
9838
- "name": "error",
9601
+ "kind": "field",
9602
+ "name": "radioButtonRef"
9603
+ },
9604
+ {
9605
+ "kind": "method",
9606
+ "name": "focus"
9607
+ }
9608
+ ],
9609
+ "attributes": [
9610
+ {
9611
+ "name": "label",
9839
9612
  "type": {
9840
9613
  "text": "string | undefined"
9841
9614
  },
9842
- "description": "Specify error text and display error state of a InputChoiceGroup",
9843
- "fieldName": "error",
9844
- "inheritedFrom": {
9845
- "name": "InputChoiceGroup",
9846
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9847
- }
9615
+ "description": "Specify the text for the label",
9616
+ "fieldName": "label"
9617
+ },
9618
+ {
9619
+ "name": "error",
9620
+ "type": {
9621
+ "text": "boolean | undefined"
9622
+ },
9623
+ "description": "Specify error text and display error state of a RadioButton",
9624
+ "fieldName": "error"
9848
9625
  },
9849
9626
  {
9850
9627
  "name": "readOnly",
9851
9628
  "type": {
9852
- "text": "boolean"
9629
+ "text": "boolean | undefined"
9853
9630
  },
9854
- "default": "false",
9855
- "description": "Specify if InputChoiceGroup displays in a read-only state",
9856
- "fieldName": "readOnly",
9857
- "inheritedFrom": {
9858
- "name": "InputChoiceGroup",
9859
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9860
- }
9631
+ "description": "Specify if RadioButton displays in a read-only state",
9632
+ "fieldName": "readOnly"
9861
9633
  },
9862
9634
  {
9863
9635
  "name": "disabled",
9636
+ "type": {
9637
+ "text": "boolean | undefined"
9638
+ },
9639
+ "description": "Specify if RadioButton displays in a disabled state",
9640
+ "fieldName": "disabled"
9641
+ },
9642
+ {
9643
+ "name": "theme",
9644
+ "type": {
9645
+ "text": "'light' | 'dark' | undefined"
9646
+ },
9647
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
9648
+ "fieldName": "theme"
9649
+ },
9650
+ {
9651
+ "name": "value",
9652
+ "type": {
9653
+ "text": "string | undefined"
9654
+ },
9655
+ "description": "The value attribute for the input element",
9656
+ "fieldName": "value"
9657
+ },
9658
+ {
9659
+ "name": "checked",
9864
9660
  "type": {
9865
9661
  "text": "boolean"
9866
9662
  },
9867
9663
  "default": "false",
9868
- "description": "Specify if InputChoiceGroup displays in a disabled state",
9869
- "fieldName": "disabled",
9664
+ "description": "The checked attribute for the input element",
9665
+ "fieldName": "checked"
9666
+ },
9667
+ {
9668
+ "name": "onKeyDown",
9669
+ "type": {
9670
+ "text": "(event: KeyboardEvent) => void | undefined"
9671
+ },
9672
+ "description": "A user-defined function to handle keydown events",
9673
+ "fieldName": "onKeyDown"
9674
+ }
9675
+ ],
9676
+ "superclass": {
9677
+ "name": "LitElement",
9678
+ "package": "lit"
9679
+ },
9680
+ "tagName": "bm-radio-button",
9681
+ "customElement": true
9682
+ }
9683
+ ],
9684
+ "exports": [
9685
+ {
9686
+ "kind": "js",
9687
+ "name": "BmRadioButton",
9688
+ "declaration": {
9689
+ "name": "BmRadioButton",
9690
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9691
+ }
9692
+ },
9693
+ {
9694
+ "kind": "custom-element-definition",
9695
+ "name": "bm-radio-button",
9696
+ "declaration": {
9697
+ "name": "BmRadioButton",
9698
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
9699
+ }
9700
+ }
9701
+ ]
9702
+ },
9703
+ {
9704
+ "kind": "javascript-module",
9705
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
9706
+ "declarations": [],
9707
+ "exports": [
9708
+ {
9709
+ "kind": "js",
9710
+ "name": "*",
9711
+ "declaration": {
9712
+ "name": "*",
9713
+ "package": "./RadioButton"
9714
+ }
9715
+ },
9716
+ {
9717
+ "kind": "js",
9718
+ "name": "*",
9719
+ "declaration": {
9720
+ "name": "*",
9721
+ "package": "./RadioButtonGroup/RadioButtonGroup"
9722
+ }
9723
+ }
9724
+ ]
9725
+ },
9726
+ {
9727
+ "kind": "javascript-module",
9728
+ "path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",
9729
+ "declarations": [
9730
+ {
9731
+ "kind": "class",
9732
+ "description": "",
9733
+ "name": "BmCheckboxGroup",
9734
+ "superclass": {
9735
+ "name": "InputChoiceGroup",
9736
+ "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
9737
+ },
9738
+ "tagName": "bm-checkbox-group",
9739
+ "customElement": true,
9740
+ "slots": [
9741
+ {
9742
+ "description": "Add label text to the InputChoiceGroup",
9743
+ "name": "label",
9870
9744
  "inheritedFrom": {
9871
9745
  "name": "InputChoiceGroup",
9872
9746
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9873
9747
  }
9874
9748
  },
9875
9749
  {
9876
- "name": "id",
9877
- "type": {
9878
- "text": "string"
9879
- },
9880
- "default": "''",
9881
- "fieldName": "id",
9882
- "inheritedFrom": {
9883
- "name": "FormField",
9884
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9885
- }
9886
- },
9887
- {
9888
- "name": "name",
9889
- "type": {
9890
- "text": "string"
9891
- },
9892
- "default": "''",
9893
- "fieldName": "name",
9894
- "inheritedFrom": {
9895
- "name": "FormField",
9896
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9897
- }
9898
- },
9899
- {
9900
- "name": "value",
9901
- "type": {
9902
- "text": "string"
9903
- },
9904
- "default": "''",
9905
- "fieldName": "value",
9906
- "inheritedFrom": {
9907
- "name": "FormField",
9908
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9909
- }
9910
- },
9911
- {
9912
- "name": "validationRules",
9913
- "type": {
9914
- "text": "Array<FormValidator>"
9915
- },
9916
- "default": "[]",
9917
- "fieldName": "validationRules",
9918
- "inheritedFrom": {
9919
- "name": "FormField",
9920
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9921
- }
9922
- },
9923
- {
9924
- "name": "input-aria-label",
9925
- "type": {
9926
- "text": "Optional<string>"
9927
- },
9928
- "fieldName": "inputAriaLabel",
9750
+ "description": "Add helper text to the InputChoiceGroup",
9751
+ "name": "helperText",
9929
9752
  "inheritedFrom": {
9930
- "name": "FormField",
9931
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9753
+ "name": "InputChoiceGroup",
9754
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9932
9755
  }
9933
9756
  }
9934
9757
  ],
9935
- "members": [
9758
+ "attributes": [
9936
9759
  {
9937
- "kind": "field",
9938
9760
  "name": "theme",
9939
9761
  "type": {
9940
9762
  "text": "'light' | 'dark' | undefined"
9941
9763
  },
9942
9764
  "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
9943
- "attribute": "theme",
9765
+ "fieldName": "theme",
9944
9766
  "inheritedFrom": {
9945
9767
  "name": "InputChoiceGroup",
9946
9768
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9947
9769
  }
9948
9770
  },
9949
9771
  {
9950
- "kind": "field",
9951
9772
  "name": "layout",
9952
9773
  "type": {
9953
9774
  "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
@@ -9955,320 +9776,162 @@
9955
9776
  "default": "'vertical'",
9956
9777
  "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
9957
9778
  "deprecated": "use `orientation` and `fluid` instead",
9958
- "attribute": "layout",
9779
+ "fieldName": "layout",
9959
9780
  "inheritedFrom": {
9960
9781
  "name": "InputChoiceGroup",
9961
9782
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9962
9783
  }
9963
9784
  },
9964
9785
  {
9965
- "kind": "field",
9966
9786
  "name": "orientation",
9967
9787
  "type": {
9968
9788
  "text": "'horizontal' | 'vertical'"
9969
9789
  },
9970
9790
  "default": "'vertical'",
9971
9791
  "description": "Specify InputChoiceGroup orientation",
9972
- "attribute": "orientation",
9792
+ "fieldName": "orientation",
9973
9793
  "inheritedFrom": {
9974
9794
  "name": "InputChoiceGroup",
9975
9795
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9976
9796
  }
9977
9797
  },
9978
9798
  {
9979
- "kind": "field",
9980
9799
  "name": "fluid",
9981
9800
  "type": {
9982
9801
  "text": "boolean"
9983
9802
  },
9984
9803
  "default": "false",
9985
9804
  "description": "Specify if InputChoiceGroup should take the full width of its container",
9986
- "attribute": "fluid",
9805
+ "fieldName": "fluid",
9987
9806
  "inheritedFrom": {
9988
9807
  "name": "InputChoiceGroup",
9989
9808
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
9990
9809
  }
9991
9810
  },
9992
9811
  {
9993
- "kind": "field",
9994
9812
  "name": "required",
9995
9813
  "type": {
9996
9814
  "text": "boolean"
9997
9815
  },
9998
9816
  "default": "false",
9999
9817
  "description": "Specify if InputChoiceGroup is a required input",
10000
- "attribute": "required",
9818
+ "fieldName": "required",
10001
9819
  "inheritedFrom": {
10002
9820
  "name": "InputChoiceGroup",
10003
9821
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10004
9822
  }
10005
9823
  },
10006
9824
  {
10007
- "kind": "field",
10008
9825
  "name": "hideRequiredMarker",
10009
9826
  "type": {
10010
9827
  "text": "boolean"
10011
9828
  },
10012
9829
  "default": "false",
10013
9830
  "description": "Specify if the InputChoiceGroup displays with an asterisk",
10014
- "attribute": "hideRequiredMarker",
9831
+ "fieldName": "hideRequiredMarker",
10015
9832
  "inheritedFrom": {
10016
9833
  "name": "InputChoiceGroup",
10017
9834
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10018
9835
  }
10019
9836
  },
10020
9837
  {
10021
- "kind": "field",
10022
9838
  "name": "error",
10023
9839
  "type": {
10024
9840
  "text": "string | undefined"
10025
9841
  },
10026
9842
  "description": "Specify error text and display error state of a InputChoiceGroup",
10027
- "attribute": "error",
9843
+ "fieldName": "error",
10028
9844
  "inheritedFrom": {
10029
9845
  "name": "InputChoiceGroup",
10030
9846
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10031
9847
  }
10032
9848
  },
10033
9849
  {
10034
- "kind": "field",
10035
9850
  "name": "readOnly",
10036
9851
  "type": {
10037
9852
  "text": "boolean"
10038
9853
  },
10039
9854
  "default": "false",
10040
9855
  "description": "Specify if InputChoiceGroup displays in a read-only state",
10041
- "attribute": "readOnly",
9856
+ "fieldName": "readOnly",
10042
9857
  "inheritedFrom": {
10043
9858
  "name": "InputChoiceGroup",
10044
9859
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10045
9860
  }
10046
9861
  },
10047
9862
  {
10048
- "kind": "field",
10049
9863
  "name": "disabled",
10050
9864
  "type": {
10051
9865
  "text": "boolean"
10052
9866
  },
10053
9867
  "default": "false",
10054
9868
  "description": "Specify if InputChoiceGroup displays in a disabled state",
10055
- "attribute": "disabled",
10056
- "inheritedFrom": {
10057
- "name": "InputChoiceGroup",
10058
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10059
- }
10060
- },
10061
- {
10062
- "kind": "field",
10063
- "name": "radioButtons",
10064
- "type": {
10065
- "text": "NodeListOf<Element>"
10066
- },
10067
- "inheritedFrom": {
10068
- "name": "InputChoiceGroup",
10069
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10070
- }
10071
- },
10072
- {
10073
- "kind": "field",
10074
- "name": "checkboxes",
10075
- "type": {
10076
- "text": "NodeListOf<Element>"
10077
- },
10078
- "inheritedFrom": {
10079
- "name": "InputChoiceGroup",
10080
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10081
- }
10082
- },
10083
- {
10084
- "kind": "field",
10085
- "name": "switches",
10086
- "type": {
10087
- "text": "NodeListOf<Element>"
10088
- },
10089
- "inheritedFrom": {
10090
- "name": "InputChoiceGroup",
10091
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10092
- }
10093
- },
10094
- {
10095
- "kind": "field",
10096
- "name": "inputGroupContextValue",
10097
- "type": {
10098
- "text": "InputChoiceGroupContextProps"
10099
- },
10100
- "privacy": "public",
10101
- "default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
9869
+ "fieldName": "disabled",
10102
9870
  "inheritedFrom": {
10103
9871
  "name": "InputChoiceGroup",
10104
9872
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10105
9873
  }
10106
9874
  },
10107
9875
  {
10108
- "kind": "field",
10109
- "name": "formAssociated",
10110
- "type": {
10111
- "text": "boolean"
10112
- },
10113
- "static": true,
10114
- "default": "true",
10115
- "inheritedFrom": {
10116
- "name": "FormField",
10117
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10118
- }
10119
- },
10120
- {
10121
- "kind": "field",
10122
9876
  "name": "id",
10123
9877
  "type": {
10124
9878
  "text": "string"
10125
9879
  },
10126
9880
  "default": "''",
10127
- "attribute": "id",
9881
+ "fieldName": "id",
10128
9882
  "inheritedFrom": {
10129
9883
  "name": "FormField",
10130
9884
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10131
9885
  }
10132
9886
  },
10133
9887
  {
10134
- "kind": "field",
10135
9888
  "name": "name",
10136
9889
  "type": {
10137
9890
  "text": "string"
10138
9891
  },
10139
9892
  "default": "''",
10140
- "attribute": "name",
9893
+ "fieldName": "name",
10141
9894
  "inheritedFrom": {
10142
9895
  "name": "FormField",
10143
9896
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10144
9897
  }
10145
9898
  },
10146
9899
  {
10147
- "kind": "field",
10148
9900
  "name": "value",
10149
9901
  "type": {
10150
9902
  "text": "string"
10151
9903
  },
10152
9904
  "default": "''",
10153
- "attribute": "value",
9905
+ "fieldName": "value",
10154
9906
  "inheritedFrom": {
10155
9907
  "name": "FormField",
10156
9908
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10157
9909
  }
10158
9910
  },
10159
9911
  {
10160
- "kind": "field",
10161
9912
  "name": "validationRules",
10162
9913
  "type": {
10163
9914
  "text": "Array<FormValidator>"
10164
9915
  },
10165
9916
  "default": "[]",
10166
- "attribute": "validationRules",
9917
+ "fieldName": "validationRules",
10167
9918
  "inheritedFrom": {
10168
9919
  "name": "FormField",
10169
9920
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10170
9921
  }
10171
9922
  },
10172
9923
  {
10173
- "kind": "field",
10174
- "name": "inputAriaLabel",
9924
+ "name": "input-aria-label",
10175
9925
  "type": {
10176
9926
  "text": "Optional<string>"
10177
9927
  },
10178
- "attribute": "input-aria-label",
10179
- "inheritedFrom": {
10180
- "name": "FormField",
10181
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10182
- }
10183
- },
10184
- {
10185
- "kind": "field",
10186
- "name": "formContext",
10187
- "type": {
10188
- "text": "BmFormContext"
10189
- },
10190
- "inheritedFrom": {
10191
- "name": "FormField",
10192
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10193
- }
10194
- },
10195
- {
10196
- "kind": "method",
10197
- "name": "formAssociatedCallback",
10198
- "return": {
10199
- "type": {
10200
- "text": "void"
10201
- }
10202
- },
10203
- "inheritedFrom": {
10204
- "name": "FormField",
10205
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10206
- }
10207
- },
10208
- {
10209
- "kind": "method",
10210
- "name": "formResetCallback",
10211
- "return": {
10212
- "type": {
10213
- "text": "void"
10214
- }
10215
- },
10216
- "inheritedFrom": {
10217
- "name": "FormField",
10218
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10219
- }
10220
- },
10221
- {
10222
- "kind": "method",
10223
- "name": "finalizeAssociatedCallback",
10224
- "return": {
10225
- "type": {
10226
- "text": "FinalizeAssociatedResult"
10227
- }
10228
- },
10229
- "parameters": [
10230
- {
10231
- "name": "ctxValue",
10232
- "type": {
10233
- "text": "string"
10234
- }
10235
- }
10236
- ],
9928
+ "fieldName": "inputAriaLabel",
10237
9929
  "inheritedFrom": {
10238
- "name": "FormField",
10239
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10240
- }
10241
- }
10242
- ]
10243
- }
10244
- ],
10245
- "exports": [
10246
- {
10247
- "kind": "js",
10248
- "name": "BmCheckboxGroup",
10249
- "declaration": {
10250
- "name": "BmCheckboxGroup",
10251
- "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10252
- }
10253
- },
10254
- {
10255
- "kind": "custom-element-definition",
10256
- "name": "bm-checkbox-group",
10257
- "declaration": {
10258
- "name": "BmCheckboxGroup",
10259
- "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10260
- }
10261
- }
10262
- ]
10263
- },
10264
- {
10265
- "kind": "javascript-module",
10266
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
10267
- "declarations": [
10268
- {
10269
- "kind": "class",
10270
- "description": "",
10271
- "name": "BmRadioButtonGroup",
9930
+ "name": "FormField",
9931
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9932
+ }
9933
+ }
9934
+ ],
10272
9935
  "members": [
10273
9936
  {
10274
9937
  "kind": "field",
@@ -10576,16 +10239,39 @@
10576
10239
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10577
10240
  }
10578
10241
  }
10579
- ],
10580
- "superclass": {
10581
- "name": "InputChoiceGroup",
10582
- "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
10583
- },
10584
- "tagName": "bm-radio-button-group",
10585
- "customElement": true,
10242
+ ]
10243
+ }
10244
+ ],
10245
+ "exports": [
10246
+ {
10247
+ "kind": "js",
10248
+ "name": "BmCheckboxGroup",
10249
+ "declaration": {
10250
+ "name": "BmCheckboxGroup",
10251
+ "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10252
+ }
10253
+ },
10254
+ {
10255
+ "kind": "custom-element-definition",
10256
+ "name": "bm-checkbox-group",
10257
+ "declaration": {
10258
+ "name": "BmCheckboxGroup",
10259
+ "module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
10260
+ }
10261
+ }
10262
+ ]
10263
+ },
10264
+ {
10265
+ "kind": "javascript-module",
10266
+ "path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
10267
+ "declarations": [
10268
+ {
10269
+ "kind": "class",
10270
+ "description": "`bm-switch-group`",
10271
+ "name": "BmSwitchGroup",
10586
10272
  "slots": [
10587
10273
  {
10588
- "description": "Add label text to the InputChoiceGroup",
10274
+ "description": "Slot for the label of the SwitchGroup",
10589
10275
  "name": "label",
10590
10276
  "inheritedFrom": {
10591
10277
  "name": "InputChoiceGroup",
@@ -10593,7 +10279,7 @@
10593
10279
  }
10594
10280
  },
10595
10281
  {
10596
- "description": "Add helper text to the InputChoiceGroup",
10282
+ "description": "Slot for the helper text of the SwitchGroup",
10597
10283
  "name": "helperText",
10598
10284
  "inheritedFrom": {
10599
10285
  "name": "InputChoiceGroup",
@@ -10601,6 +10287,12 @@
10601
10287
  }
10602
10288
  }
10603
10289
  ],
10290
+ "superclass": {
10291
+ "name": "InputChoiceGroup",
10292
+ "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
10293
+ },
10294
+ "tagName": "bm-switch-group",
10295
+ "customElement": true,
10604
10296
  "attributes": [
10605
10297
  {
10606
10298
  "name": "theme",
@@ -10777,74 +10469,23 @@
10777
10469
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10778
10470
  }
10779
10471
  }
10780
- ]
10781
- }
10782
- ],
10783
- "exports": [
10784
- {
10785
- "kind": "js",
10786
- "name": "BmRadioButtonGroup",
10787
- "declaration": {
10788
- "name": "BmRadioButtonGroup",
10789
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
10790
- }
10791
- },
10792
- {
10793
- "kind": "custom-element-definition",
10794
- "name": "bm-radio-button-group",
10795
- "declaration": {
10796
- "name": "BmRadioButtonGroup",
10797
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
10798
- }
10799
- }
10800
- ]
10801
- },
10802
- {
10803
- "kind": "javascript-module",
10804
- "path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
10805
- "declarations": [
10806
- {
10807
- "kind": "class",
10808
- "description": "`bm-switch-group`",
10809
- "name": "BmSwitchGroup",
10810
- "slots": [
10811
- {
10812
- "description": "Slot for the label of the SwitchGroup",
10813
- "name": "label",
10814
- "inheritedFrom": {
10815
- "name": "InputChoiceGroup",
10816
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10817
- }
10818
- },
10819
- {
10820
- "description": "Slot for the helper text of the SwitchGroup",
10821
- "name": "helperText",
10822
- "inheritedFrom": {
10823
- "name": "InputChoiceGroup",
10824
- "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10825
- }
10826
- }
10827
10472
  ],
10828
- "superclass": {
10829
- "name": "InputChoiceGroup",
10830
- "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
10831
- },
10832
- "tagName": "bm-switch-group",
10833
- "customElement": true,
10834
- "attributes": [
10473
+ "members": [
10835
10474
  {
10475
+ "kind": "field",
10836
10476
  "name": "theme",
10837
10477
  "type": {
10838
10478
  "text": "'light' | 'dark' | undefined"
10839
10479
  },
10840
10480
  "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
10841
- "fieldName": "theme",
10481
+ "attribute": "theme",
10842
10482
  "inheritedFrom": {
10843
10483
  "name": "InputChoiceGroup",
10844
10484
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10845
10485
  }
10846
10486
  },
10847
10487
  {
10488
+ "kind": "field",
10848
10489
  "name": "layout",
10849
10490
  "type": {
10850
10491
  "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
@@ -10852,162 +10493,320 @@
10852
10493
  "default": "'vertical'",
10853
10494
  "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
10854
10495
  "deprecated": "use `orientation` and `fluid` instead",
10855
- "fieldName": "layout",
10496
+ "attribute": "layout",
10856
10497
  "inheritedFrom": {
10857
10498
  "name": "InputChoiceGroup",
10858
10499
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10859
10500
  }
10860
10501
  },
10861
10502
  {
10503
+ "kind": "field",
10862
10504
  "name": "orientation",
10863
10505
  "type": {
10864
10506
  "text": "'horizontal' | 'vertical'"
10865
10507
  },
10866
10508
  "default": "'vertical'",
10867
10509
  "description": "Specify InputChoiceGroup orientation",
10868
- "fieldName": "orientation",
10510
+ "attribute": "orientation",
10869
10511
  "inheritedFrom": {
10870
10512
  "name": "InputChoiceGroup",
10871
10513
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10872
10514
  }
10873
10515
  },
10874
10516
  {
10517
+ "kind": "field",
10875
10518
  "name": "fluid",
10876
10519
  "type": {
10877
10520
  "text": "boolean"
10878
10521
  },
10879
10522
  "default": "false",
10880
10523
  "description": "Specify if InputChoiceGroup should take the full width of its container",
10881
- "fieldName": "fluid",
10524
+ "attribute": "fluid",
10882
10525
  "inheritedFrom": {
10883
10526
  "name": "InputChoiceGroup",
10884
10527
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10885
10528
  }
10886
10529
  },
10887
10530
  {
10531
+ "kind": "field",
10888
10532
  "name": "required",
10889
10533
  "type": {
10890
10534
  "text": "boolean"
10891
10535
  },
10892
10536
  "default": "false",
10893
10537
  "description": "Specify if InputChoiceGroup is a required input",
10894
- "fieldName": "required",
10538
+ "attribute": "required",
10895
10539
  "inheritedFrom": {
10896
10540
  "name": "InputChoiceGroup",
10897
10541
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10898
10542
  }
10899
10543
  },
10900
10544
  {
10545
+ "kind": "field",
10901
10546
  "name": "hideRequiredMarker",
10902
10547
  "type": {
10903
10548
  "text": "boolean"
10904
10549
  },
10905
10550
  "default": "false",
10906
10551
  "description": "Specify if the InputChoiceGroup displays with an asterisk",
10907
- "fieldName": "hideRequiredMarker",
10552
+ "attribute": "hideRequiredMarker",
10908
10553
  "inheritedFrom": {
10909
10554
  "name": "InputChoiceGroup",
10910
10555
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10911
10556
  }
10912
10557
  },
10913
10558
  {
10559
+ "kind": "field",
10914
10560
  "name": "error",
10915
10561
  "type": {
10916
10562
  "text": "string | undefined"
10917
10563
  },
10918
10564
  "description": "Specify error text and display error state of a InputChoiceGroup",
10919
- "fieldName": "error",
10565
+ "attribute": "error",
10920
10566
  "inheritedFrom": {
10921
10567
  "name": "InputChoiceGroup",
10922
10568
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10923
10569
  }
10924
10570
  },
10925
10571
  {
10572
+ "kind": "field",
10926
10573
  "name": "readOnly",
10927
10574
  "type": {
10928
10575
  "text": "boolean"
10929
10576
  },
10930
10577
  "default": "false",
10931
10578
  "description": "Specify if InputChoiceGroup displays in a read-only state",
10932
- "fieldName": "readOnly",
10579
+ "attribute": "readOnly",
10933
10580
  "inheritedFrom": {
10934
10581
  "name": "InputChoiceGroup",
10935
10582
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10936
10583
  }
10937
10584
  },
10938
10585
  {
10586
+ "kind": "field",
10939
10587
  "name": "disabled",
10940
10588
  "type": {
10941
10589
  "text": "boolean"
10942
10590
  },
10943
10591
  "default": "false",
10944
10592
  "description": "Specify if InputChoiceGroup displays in a disabled state",
10945
- "fieldName": "disabled",
10593
+ "attribute": "disabled",
10594
+ "inheritedFrom": {
10595
+ "name": "InputChoiceGroup",
10596
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10597
+ }
10598
+ },
10599
+ {
10600
+ "kind": "field",
10601
+ "name": "radioButtons",
10602
+ "type": {
10603
+ "text": "NodeListOf<Element>"
10604
+ },
10605
+ "inheritedFrom": {
10606
+ "name": "InputChoiceGroup",
10607
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10608
+ }
10609
+ },
10610
+ {
10611
+ "kind": "field",
10612
+ "name": "checkboxes",
10613
+ "type": {
10614
+ "text": "NodeListOf<Element>"
10615
+ },
10616
+ "inheritedFrom": {
10617
+ "name": "InputChoiceGroup",
10618
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10619
+ }
10620
+ },
10621
+ {
10622
+ "kind": "field",
10623
+ "name": "switches",
10624
+ "type": {
10625
+ "text": "NodeListOf<Element>"
10626
+ },
10627
+ "inheritedFrom": {
10628
+ "name": "InputChoiceGroup",
10629
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10630
+ }
10631
+ },
10632
+ {
10633
+ "kind": "field",
10634
+ "name": "inputGroupContextValue",
10635
+ "type": {
10636
+ "text": "InputChoiceGroupContextProps"
10637
+ },
10638
+ "privacy": "public",
10639
+ "default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
10946
10640
  "inheritedFrom": {
10947
10641
  "name": "InputChoiceGroup",
10948
10642
  "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
10949
10643
  }
10950
10644
  },
10951
10645
  {
10646
+ "kind": "field",
10647
+ "name": "formAssociated",
10648
+ "type": {
10649
+ "text": "boolean"
10650
+ },
10651
+ "static": true,
10652
+ "default": "true",
10653
+ "inheritedFrom": {
10654
+ "name": "FormField",
10655
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10656
+ }
10657
+ },
10658
+ {
10659
+ "kind": "field",
10952
10660
  "name": "id",
10953
10661
  "type": {
10954
10662
  "text": "string"
10955
10663
  },
10956
10664
  "default": "''",
10957
- "fieldName": "id",
10665
+ "attribute": "id",
10958
10666
  "inheritedFrom": {
10959
10667
  "name": "FormField",
10960
10668
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10961
10669
  }
10962
10670
  },
10963
10671
  {
10672
+ "kind": "field",
10964
10673
  "name": "name",
10965
10674
  "type": {
10966
10675
  "text": "string"
10967
10676
  },
10968
10677
  "default": "''",
10969
- "fieldName": "name",
10678
+ "attribute": "name",
10970
10679
  "inheritedFrom": {
10971
10680
  "name": "FormField",
10972
10681
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10973
10682
  }
10974
10683
  },
10975
10684
  {
10685
+ "kind": "field",
10976
10686
  "name": "value",
10977
10687
  "type": {
10978
10688
  "text": "string"
10979
10689
  },
10980
10690
  "default": "''",
10981
- "fieldName": "value",
10691
+ "attribute": "value",
10982
10692
  "inheritedFrom": {
10983
10693
  "name": "FormField",
10984
10694
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10985
10695
  }
10986
10696
  },
10987
10697
  {
10698
+ "kind": "field",
10988
10699
  "name": "validationRules",
10989
10700
  "type": {
10990
10701
  "text": "Array<FormValidator>"
10991
10702
  },
10992
10703
  "default": "[]",
10993
- "fieldName": "validationRules",
10704
+ "attribute": "validationRules",
10994
10705
  "inheritedFrom": {
10995
10706
  "name": "FormField",
10996
10707
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10997
10708
  }
10998
10709
  },
10999
10710
  {
11000
- "name": "input-aria-label",
10711
+ "kind": "field",
10712
+ "name": "inputAriaLabel",
11001
10713
  "type": {
11002
10714
  "text": "Optional<string>"
11003
10715
  },
11004
- "fieldName": "inputAriaLabel",
10716
+ "attribute": "input-aria-label",
10717
+ "inheritedFrom": {
10718
+ "name": "FormField",
10719
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10720
+ }
10721
+ },
10722
+ {
10723
+ "kind": "field",
10724
+ "name": "formContext",
10725
+ "type": {
10726
+ "text": "BmFormContext"
10727
+ },
10728
+ "inheritedFrom": {
10729
+ "name": "FormField",
10730
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10731
+ }
10732
+ },
10733
+ {
10734
+ "kind": "method",
10735
+ "name": "formAssociatedCallback",
10736
+ "return": {
10737
+ "type": {
10738
+ "text": "void"
10739
+ }
10740
+ },
10741
+ "inheritedFrom": {
10742
+ "name": "FormField",
10743
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10744
+ }
10745
+ },
10746
+ {
10747
+ "kind": "method",
10748
+ "name": "formResetCallback",
10749
+ "return": {
10750
+ "type": {
10751
+ "text": "void"
10752
+ }
10753
+ },
10754
+ "inheritedFrom": {
10755
+ "name": "FormField",
10756
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
10757
+ }
10758
+ },
10759
+ {
10760
+ "kind": "method",
10761
+ "name": "finalizeAssociatedCallback",
10762
+ "return": {
10763
+ "type": {
10764
+ "text": "FinalizeAssociatedResult"
10765
+ }
10766
+ },
10767
+ "parameters": [
10768
+ {
10769
+ "name": "ctxValue",
10770
+ "type": {
10771
+ "text": "string"
10772
+ }
10773
+ }
10774
+ ],
11005
10775
  "inheritedFrom": {
11006
10776
  "name": "FormField",
11007
10777
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11008
10778
  }
11009
10779
  }
11010
- ],
10780
+ ]
10781
+ }
10782
+ ],
10783
+ "exports": [
10784
+ {
10785
+ "kind": "js",
10786
+ "name": "BmSwitchGroup",
10787
+ "declaration": {
10788
+ "name": "BmSwitchGroup",
10789
+ "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
10790
+ }
10791
+ },
10792
+ {
10793
+ "kind": "custom-element-definition",
10794
+ "name": "bm-switch-group",
10795
+ "declaration": {
10796
+ "name": "BmSwitchGroup",
10797
+ "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
10798
+ }
10799
+ }
10800
+ ]
10801
+ },
10802
+ {
10803
+ "kind": "javascript-module",
10804
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
10805
+ "declarations": [
10806
+ {
10807
+ "kind": "class",
10808
+ "description": "",
10809
+ "name": "BmRadioButtonGroup",
11011
10810
  "members": [
11012
10811
  {
11013
10812
  "kind": "field",
@@ -11315,24 +11114,225 @@
11315
11114
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11316
11115
  }
11317
11116
  }
11117
+ ],
11118
+ "superclass": {
11119
+ "name": "InputChoiceGroup",
11120
+ "module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
11121
+ },
11122
+ "tagName": "bm-radio-button-group",
11123
+ "customElement": true,
11124
+ "slots": [
11125
+ {
11126
+ "description": "Add label text to the InputChoiceGroup",
11127
+ "name": "label",
11128
+ "inheritedFrom": {
11129
+ "name": "InputChoiceGroup",
11130
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11131
+ }
11132
+ },
11133
+ {
11134
+ "description": "Add helper text to the InputChoiceGroup",
11135
+ "name": "helperText",
11136
+ "inheritedFrom": {
11137
+ "name": "InputChoiceGroup",
11138
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11139
+ }
11140
+ }
11141
+ ],
11142
+ "attributes": [
11143
+ {
11144
+ "name": "theme",
11145
+ "type": {
11146
+ "text": "'light' | 'dark' | undefined"
11147
+ },
11148
+ "description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
11149
+ "fieldName": "theme",
11150
+ "inheritedFrom": {
11151
+ "name": "InputChoiceGroup",
11152
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11153
+ }
11154
+ },
11155
+ {
11156
+ "name": "layout",
11157
+ "type": {
11158
+ "text": "'horizontal' | 'vertical' | 'horizontalFluid'"
11159
+ },
11160
+ "default": "'vertical'",
11161
+ "description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
11162
+ "deprecated": "use `orientation` and `fluid` instead",
11163
+ "fieldName": "layout",
11164
+ "inheritedFrom": {
11165
+ "name": "InputChoiceGroup",
11166
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11167
+ }
11168
+ },
11169
+ {
11170
+ "name": "orientation",
11171
+ "type": {
11172
+ "text": "'horizontal' | 'vertical'"
11173
+ },
11174
+ "default": "'vertical'",
11175
+ "description": "Specify InputChoiceGroup orientation",
11176
+ "fieldName": "orientation",
11177
+ "inheritedFrom": {
11178
+ "name": "InputChoiceGroup",
11179
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11180
+ }
11181
+ },
11182
+ {
11183
+ "name": "fluid",
11184
+ "type": {
11185
+ "text": "boolean"
11186
+ },
11187
+ "default": "false",
11188
+ "description": "Specify if InputChoiceGroup should take the full width of its container",
11189
+ "fieldName": "fluid",
11190
+ "inheritedFrom": {
11191
+ "name": "InputChoiceGroup",
11192
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11193
+ }
11194
+ },
11195
+ {
11196
+ "name": "required",
11197
+ "type": {
11198
+ "text": "boolean"
11199
+ },
11200
+ "default": "false",
11201
+ "description": "Specify if InputChoiceGroup is a required input",
11202
+ "fieldName": "required",
11203
+ "inheritedFrom": {
11204
+ "name": "InputChoiceGroup",
11205
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11206
+ }
11207
+ },
11208
+ {
11209
+ "name": "hideRequiredMarker",
11210
+ "type": {
11211
+ "text": "boolean"
11212
+ },
11213
+ "default": "false",
11214
+ "description": "Specify if the InputChoiceGroup displays with an asterisk",
11215
+ "fieldName": "hideRequiredMarker",
11216
+ "inheritedFrom": {
11217
+ "name": "InputChoiceGroup",
11218
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11219
+ }
11220
+ },
11221
+ {
11222
+ "name": "error",
11223
+ "type": {
11224
+ "text": "string | undefined"
11225
+ },
11226
+ "description": "Specify error text and display error state of a InputChoiceGroup",
11227
+ "fieldName": "error",
11228
+ "inheritedFrom": {
11229
+ "name": "InputChoiceGroup",
11230
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11231
+ }
11232
+ },
11233
+ {
11234
+ "name": "readOnly",
11235
+ "type": {
11236
+ "text": "boolean"
11237
+ },
11238
+ "default": "false",
11239
+ "description": "Specify if InputChoiceGroup displays in a read-only state",
11240
+ "fieldName": "readOnly",
11241
+ "inheritedFrom": {
11242
+ "name": "InputChoiceGroup",
11243
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11244
+ }
11245
+ },
11246
+ {
11247
+ "name": "disabled",
11248
+ "type": {
11249
+ "text": "boolean"
11250
+ },
11251
+ "default": "false",
11252
+ "description": "Specify if InputChoiceGroup displays in a disabled state",
11253
+ "fieldName": "disabled",
11254
+ "inheritedFrom": {
11255
+ "name": "InputChoiceGroup",
11256
+ "module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
11257
+ }
11258
+ },
11259
+ {
11260
+ "name": "id",
11261
+ "type": {
11262
+ "text": "string"
11263
+ },
11264
+ "default": "''",
11265
+ "fieldName": "id",
11266
+ "inheritedFrom": {
11267
+ "name": "FormField",
11268
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11269
+ }
11270
+ },
11271
+ {
11272
+ "name": "name",
11273
+ "type": {
11274
+ "text": "string"
11275
+ },
11276
+ "default": "''",
11277
+ "fieldName": "name",
11278
+ "inheritedFrom": {
11279
+ "name": "FormField",
11280
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11281
+ }
11282
+ },
11283
+ {
11284
+ "name": "value",
11285
+ "type": {
11286
+ "text": "string"
11287
+ },
11288
+ "default": "''",
11289
+ "fieldName": "value",
11290
+ "inheritedFrom": {
11291
+ "name": "FormField",
11292
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11293
+ }
11294
+ },
11295
+ {
11296
+ "name": "validationRules",
11297
+ "type": {
11298
+ "text": "Array<FormValidator>"
11299
+ },
11300
+ "default": "[]",
11301
+ "fieldName": "validationRules",
11302
+ "inheritedFrom": {
11303
+ "name": "FormField",
11304
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11305
+ }
11306
+ },
11307
+ {
11308
+ "name": "input-aria-label",
11309
+ "type": {
11310
+ "text": "Optional<string>"
11311
+ },
11312
+ "fieldName": "inputAriaLabel",
11313
+ "inheritedFrom": {
11314
+ "name": "FormField",
11315
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
11316
+ }
11317
+ }
11318
11318
  ]
11319
11319
  }
11320
11320
  ],
11321
11321
  "exports": [
11322
11322
  {
11323
11323
  "kind": "js",
11324
- "name": "BmSwitchGroup",
11324
+ "name": "BmRadioButtonGroup",
11325
11325
  "declaration": {
11326
- "name": "BmSwitchGroup",
11327
- "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
11326
+ "name": "BmRadioButtonGroup",
11327
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
11328
11328
  }
11329
11329
  },
11330
11330
  {
11331
11331
  "kind": "custom-element-definition",
11332
- "name": "bm-switch-group",
11332
+ "name": "bm-radio-button-group",
11333
11333
  "declaration": {
11334
- "name": "BmSwitchGroup",
11335
- "module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
11334
+ "name": "BmRadioButtonGroup",
11335
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
11336
11336
  }
11337
11337
  }
11338
11338
  ]