@viasat/beam-web-components 2.18.1 → 2.20.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": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
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": "'strong' | 'subtle'"
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": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
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": "'strong' | 'subtle'"
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,15 +574,7 @@
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
  ]
@@ -1086,405 +981,286 @@
1086
981
  },
1087
982
  {
1088
983
  "kind": "javascript-module",
1089
- "path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
984
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
985
+ "declarations": [
986
+ {
987
+ "kind": "variable",
988
+ "name": "BreadcrumbGroupCtx"
989
+ }
990
+ ],
991
+ "exports": [
992
+ {
993
+ "kind": "js",
994
+ "name": "BreadcrumbGroupCtx",
995
+ "declaration": {
996
+ "name": "BreadcrumbGroupCtx",
997
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
998
+ }
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "kind": "javascript-module",
1004
+ "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
1090
1005
  "declarations": [
1091
1006
  {
1092
1007
  "kind": "class",
1093
- "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",
1094
- "name": "BmBadgeDot",
1008
+ "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1009
+ "name": "BmBreadcrumbs",
1095
1010
  "slots": [
1096
1011
  {
1097
- "description": "Provide text for the BadgeDot",
1012
+ "description": "Pass items to the Breadcrumb",
1098
1013
  "name": "default"
1099
1014
  }
1100
1015
  ],
1101
1016
  "members": [
1102
1017
  {
1103
1018
  "kind": "field",
1104
- "name": "theme",
1019
+ "name": "wrap",
1105
1020
  "type": {
1106
- "text": "'light' | 'dark' | undefined"
1021
+ "text": "boolean"
1107
1022
  },
1108
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1109
- "attribute": "theme"
1023
+ "default": "true",
1024
+ "description": "Specify if items wrap or collapse to an ellipsis",
1025
+ "attribute": "wrap"
1110
1026
  },
1111
1027
  {
1112
1028
  "kind": "field",
1113
- "name": "appearance",
1029
+ "name": "itemsBeforeCollapse",
1114
1030
  "type": {
1115
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1031
+ "text": "number"
1116
1032
  },
1117
- "default": "'infoPrimary'",
1118
- "description": "Specify the appearance of the BadgeDot",
1119
- "attribute": "appearance"
1033
+ "default": "1",
1034
+ "description": "Specify how many items show before ellipsis",
1035
+ "attribute": "itemsBeforeCollapse"
1120
1036
  },
1121
1037
  {
1122
1038
  "kind": "field",
1123
- "name": "emphasis",
1039
+ "name": "itemsAfterCollapse",
1124
1040
  "type": {
1125
- "text": "'strong' | 'subtle'"
1041
+ "text": "number"
1126
1042
  },
1127
- "default": "'strong'",
1128
- "description": "Specify the emphasis of the BadgeDot",
1129
- "attribute": "emphasis"
1043
+ "default": "1",
1044
+ "description": "Specify how many items show after ellipsis",
1045
+ "attribute": "itemsAfterCollapse"
1130
1046
  },
1131
1047
  {
1132
1048
  "kind": "field",
1133
- "name": "overrideDotColor",
1049
+ "name": "theme",
1134
1050
  "type": {
1135
- "text": "string | undefined"
1051
+ "text": "'light' | 'dark' | undefined"
1136
1052
  },
1137
- "description": "Overrides default dot color",
1138
- "attribute": "overrideDotColor"
1053
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1054
+ "attribute": "theme"
1139
1055
  }
1140
1056
  ],
1141
1057
  "attributes": [
1142
1058
  {
1143
- "name": "theme",
1059
+ "name": "wrap",
1144
1060
  "type": {
1145
- "text": "'light' | 'dark' | undefined"
1061
+ "text": "boolean"
1146
1062
  },
1147
- "description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
1148
- "fieldName": "theme"
1063
+ "default": "true",
1064
+ "description": "Specify if items wrap or collapse to an ellipsis",
1065
+ "fieldName": "wrap"
1149
1066
  },
1150
1067
  {
1151
- "name": "appearance",
1068
+ "name": "itemsBeforeCollapse",
1152
1069
  "type": {
1153
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1070
+ "text": "number"
1154
1071
  },
1155
- "default": "'infoPrimary'",
1156
- "description": "Specify the appearance of the BadgeDot",
1157
- "fieldName": "appearance"
1072
+ "default": "1",
1073
+ "description": "Specify how many items show before ellipsis",
1074
+ "fieldName": "itemsBeforeCollapse"
1158
1075
  },
1159
1076
  {
1160
- "name": "emphasis",
1077
+ "name": "itemsAfterCollapse",
1161
1078
  "type": {
1162
- "text": "'strong' | 'subtle'"
1079
+ "text": "number"
1163
1080
  },
1164
- "default": "'strong'",
1165
- "description": "Specify the emphasis of the BadgeDot",
1166
- "fieldName": "emphasis"
1081
+ "default": "1",
1082
+ "description": "Specify how many items show after ellipsis",
1083
+ "fieldName": "itemsAfterCollapse"
1167
1084
  },
1168
1085
  {
1169
- "name": "overrideDotColor",
1086
+ "name": "theme",
1170
1087
  "type": {
1171
- "text": "string | undefined"
1088
+ "text": "'light' | 'dark' | undefined"
1172
1089
  },
1173
- "description": "Overrides default dot color",
1174
- "fieldName": "overrideDotColor"
1090
+ "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1091
+ "fieldName": "theme"
1175
1092
  }
1176
1093
  ],
1177
1094
  "superclass": {
1178
1095
  "name": "LitElement",
1179
1096
  "package": "lit"
1180
1097
  },
1181
- "tagName": "bm-badge-dot",
1098
+ "tagName": "bm-breadcrumb",
1182
1099
  "customElement": true
1183
1100
  }
1184
1101
  ],
1185
1102
  "exports": [
1186
1103
  {
1187
1104
  "kind": "js",
1188
- "name": "BmBadgeDot",
1105
+ "name": "BmBreadcrumbs",
1189
1106
  "declaration": {
1190
- "name": "BmBadgeDot",
1191
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1107
+ "name": "BmBreadcrumbs",
1108
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1192
1109
  }
1193
1110
  },
1194
1111
  {
1195
1112
  "kind": "custom-element-definition",
1196
- "name": "bm-badge-dot",
1197
- "declaration": {
1198
- "name": "BmBadgeDot",
1199
- "module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
1200
- }
1201
- }
1202
- ]
1203
- },
1204
- {
1205
- "kind": "javascript-module",
1206
- "path": "libs/web-components/src/lib/BadgeDot/index.ts",
1207
- "declarations": [],
1208
- "exports": [
1209
- {
1210
- "kind": "js",
1211
- "name": "*",
1113
+ "name": "bm-breadcrumb",
1212
1114
  "declaration": {
1213
- "name": "*",
1214
- "package": "./BadgeDot"
1115
+ "name": "BmBreadcrumbs",
1116
+ "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1215
1117
  }
1216
1118
  }
1217
1119
  ]
1218
1120
  },
1219
1121
  {
1220
1122
  "kind": "javascript-module",
1221
- "path": "libs/web-components/src/lib/Alert/Alert.ts",
1123
+ "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1222
1124
  "declarations": [
1223
1125
  {
1224
1126
  "kind": "class",
1225
- "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
1226
- "name": "BmAlert",
1127
+ "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
1128
+ "name": "BmBreadcrumbsItem",
1227
1129
  "slots": [
1228
1130
  {
1229
- "description": "Specify a different icon for the Alert",
1230
- "name": "icon"
1231
- },
1232
- {
1233
- "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
1234
- "name": "heading"
1235
- },
1236
- {
1237
- "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
1238
- "name": "body"
1131
+ "description": "Pass text to an item",
1132
+ "name": "default"
1239
1133
  },
1240
1134
  {
1241
- "description": "Specify if actions display on the Alert",
1242
- "name": "actions"
1135
+ "description": "Pass icon to an item",
1136
+ "name": "icon"
1243
1137
  }
1244
1138
  ],
1245
1139
  "members": [
1246
1140
  {
1247
1141
  "kind": "field",
1248
- "name": "heading",
1142
+ "name": "href",
1249
1143
  "type": {
1250
1144
  "text": "string | undefined"
1251
1145
  },
1252
- "description": "Specify the heading text for Alert",
1253
- "attribute": "heading"
1146
+ "description": "Pass href to an item",
1147
+ "attribute": "href"
1254
1148
  },
1255
1149
  {
1256
1150
  "kind": "field",
1257
- "name": "body",
1151
+ "name": "clickable",
1258
1152
  "type": {
1259
- "text": "string | undefined"
1153
+ "text": "boolean"
1260
1154
  },
1261
- "description": "Specify the body text for Alert",
1262
- "attribute": "body"
1155
+ "default": "false",
1156
+ "description": "Specify if the item is interactive without an href",
1157
+ "attribute": "clickable"
1263
1158
  },
1264
1159
  {
1265
1160
  "kind": "field",
1266
- "name": "size",
1161
+ "name": "truncationWidth",
1267
1162
  "type": {
1268
- "text": "'sm' | 'md'"
1163
+ "text": "string | undefined"
1269
1164
  },
1270
- "default": "'sm'",
1271
- "description": "Specify the size of the Alert",
1272
- "attribute": "size"
1165
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1166
+ "attribute": "truncationWidth"
1273
1167
  },
1274
1168
  {
1275
1169
  "kind": "field",
1276
- "name": "fullWidth",
1170
+ "name": "isCurrent",
1277
1171
  "type": {
1278
1172
  "text": "boolean"
1279
1173
  },
1280
1174
  "default": "false",
1281
- "description": "Specify if the Alert has no border radius",
1282
- "attribute": "fullWidth"
1175
+ "description": "Specify explicitly if the item is the last one",
1176
+ "attribute": "isCurrent",
1177
+ "reflects": true
1283
1178
  },
1284
1179
  {
1285
1180
  "kind": "field",
1286
- "name": "theme",
1181
+ "name": "isCollapsed",
1287
1182
  "type": {
1288
- "text": "'light' | 'dark' | undefined"
1289
- },
1290
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1291
- "attribute": "theme"
1292
- },
1293
- {
1294
- "kind": "field",
1295
- "name": "appearance",
1296
- "type": {
1297
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1298
- },
1299
- "default": "'infoPrimary'",
1300
- "description": "Specify the appearance of the Alert",
1301
- "attribute": "appearance"
1302
- },
1303
- {
1304
- "kind": "field",
1305
- "name": "hidden",
1306
- "type": {
1307
- "text": "boolean"
1308
- },
1309
- "default": "false",
1310
- "description": "Specify if the Alert is hidden",
1311
- "attribute": "hidden"
1312
- },
1313
- {
1314
- "kind": "field",
1315
- "name": "hideIcon",
1316
- "type": {
1317
- "text": "boolean"
1318
- },
1319
- "default": "false",
1320
- "description": "Specify if the icon displays on the Alert",
1321
- "attribute": "hideIcon"
1322
- },
1323
- {
1324
- "kind": "field",
1325
- "name": "dismissible",
1326
- "type": {
1327
- "text": "boolean"
1328
- },
1329
- "default": "false",
1330
- "description": "Specify if the Alert can be dismissed",
1331
- "attribute": "dismissible"
1332
- },
1333
- {
1334
- "kind": "field",
1335
- "name": "disableAutoFocus",
1336
- "type": {
1337
- "text": "boolean"
1338
- },
1339
- "default": "false",
1340
- "description": "Prevent autofocus on show",
1341
- "attribute": "disableAutoFocus"
1342
- },
1343
- {
1344
- "kind": "field",
1345
- "name": "disableCloseOnEscape",
1346
- "type": {
1347
- "text": "boolean"
1183
+ "text": "boolean"
1348
1184
  },
1349
1185
  "default": "false",
1350
- "description": "Prevent Escape from closing",
1351
- "attribute": "disableCloseOnEscape"
1352
- }
1353
- ],
1354
- "events": [
1355
- {
1356
- "description": "Dispatched when the Alert has been dismissed",
1357
- "name": "bm-dismiss"
1186
+ "attribute": "isCollapsed",
1187
+ "reflects": true
1358
1188
  }
1359
1189
  ],
1360
1190
  "attributes": [
1361
1191
  {
1362
- "name": "heading",
1363
- "type": {
1364
- "text": "string | undefined"
1365
- },
1366
- "description": "Specify the heading text for Alert",
1367
- "fieldName": "heading"
1368
- },
1369
- {
1370
- "name": "body",
1192
+ "name": "href",
1371
1193
  "type": {
1372
1194
  "text": "string | undefined"
1373
1195
  },
1374
- "description": "Specify the body text for Alert",
1375
- "fieldName": "body"
1376
- },
1377
- {
1378
- "name": "size",
1379
- "type": {
1380
- "text": "'sm' | 'md'"
1381
- },
1382
- "default": "'sm'",
1383
- "description": "Specify the size of the Alert",
1384
- "fieldName": "size"
1385
- },
1386
- {
1387
- "name": "fullWidth",
1388
- "type": {
1389
- "text": "boolean"
1390
- },
1391
- "default": "false",
1392
- "description": "Specify if the Alert has no border radius",
1393
- "fieldName": "fullWidth"
1394
- },
1395
- {
1396
- "name": "theme",
1397
- "type": {
1398
- "text": "'light' | 'dark' | undefined"
1399
- },
1400
- "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1401
- "fieldName": "theme"
1402
- },
1403
- {
1404
- "name": "appearance",
1405
- "type": {
1406
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1407
- },
1408
- "default": "'infoPrimary'",
1409
- "description": "Specify the appearance of the Alert",
1410
- "fieldName": "appearance"
1411
- },
1412
- {
1413
- "name": "hidden",
1414
- "type": {
1415
- "text": "boolean"
1416
- },
1417
- "default": "false",
1418
- "description": "Specify if the Alert is hidden",
1419
- "fieldName": "hidden"
1196
+ "description": "Pass href to an item",
1197
+ "fieldName": "href"
1420
1198
  },
1421
1199
  {
1422
- "name": "hideIcon",
1200
+ "name": "clickable",
1423
1201
  "type": {
1424
1202
  "text": "boolean"
1425
1203
  },
1426
1204
  "default": "false",
1427
- "description": "Specify if the icon displays on the Alert",
1428
- "fieldName": "hideIcon"
1205
+ "description": "Specify if the item is interactive without an href",
1206
+ "fieldName": "clickable"
1429
1207
  },
1430
1208
  {
1431
- "name": "dismissible",
1209
+ "name": "truncationWidth",
1432
1210
  "type": {
1433
- "text": "boolean"
1211
+ "text": "string | undefined"
1434
1212
  },
1435
- "default": "false",
1436
- "description": "Specify if the Alert can be dismissed",
1437
- "fieldName": "dismissible"
1213
+ "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1214
+ "fieldName": "truncationWidth"
1438
1215
  },
1439
1216
  {
1440
- "name": "disableAutoFocus",
1217
+ "name": "isCurrent",
1441
1218
  "type": {
1442
1219
  "text": "boolean"
1443
1220
  },
1444
1221
  "default": "false",
1445
- "description": "Prevent autofocus on show",
1446
- "fieldName": "disableAutoFocus"
1222
+ "description": "Specify explicitly if the item is the last one",
1223
+ "fieldName": "isCurrent"
1447
1224
  },
1448
1225
  {
1449
- "name": "disableCloseOnEscape",
1226
+ "name": "isCollapsed",
1450
1227
  "type": {
1451
1228
  "text": "boolean"
1452
1229
  },
1453
1230
  "default": "false",
1454
- "description": "Prevent Escape from closing",
1455
- "fieldName": "disableCloseOnEscape"
1231
+ "fieldName": "isCollapsed"
1456
1232
  }
1457
1233
  ],
1458
1234
  "superclass": {
1459
1235
  "name": "LitElement",
1460
1236
  "package": "lit"
1461
1237
  },
1462
- "tagName": "bm-alert",
1238
+ "tagName": "bm-breadcrumb-item",
1463
1239
  "customElement": true
1464
1240
  }
1465
1241
  ],
1466
1242
  "exports": [
1467
1243
  {
1468
1244
  "kind": "js",
1469
- "name": "BmAlert",
1245
+ "name": "BmBreadcrumbsItem",
1470
1246
  "declaration": {
1471
- "name": "BmAlert",
1472
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
1247
+ "name": "BmBreadcrumbsItem",
1248
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1473
1249
  }
1474
1250
  },
1475
1251
  {
1476
1252
  "kind": "custom-element-definition",
1477
- "name": "bm-alert",
1253
+ "name": "bm-breadcrumb-item",
1478
1254
  "declaration": {
1479
- "name": "BmAlert",
1480
- "module": "libs/web-components/src/lib/Alert/Alert.ts"
1255
+ "name": "BmBreadcrumbsItem",
1256
+ "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1481
1257
  }
1482
1258
  }
1483
1259
  ]
1484
1260
  },
1485
1261
  {
1486
1262
  "kind": "javascript-module",
1487
- "path": "libs/web-components/src/lib/Alert/index.ts",
1263
+ "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1488
1264
  "declarations": [],
1489
1265
  "exports": [
1490
1266
  {
@@ -1492,26 +1268,30 @@
1492
1268
  "name": "*",
1493
1269
  "declaration": {
1494
1270
  "name": "*",
1495
- "package": "./Alert"
1271
+ "package": "./Breadcrumbs"
1272
+ }
1273
+ },
1274
+ {
1275
+ "kind": "js",
1276
+ "name": "*",
1277
+ "declaration": {
1278
+ "name": "*",
1279
+ "package": "./BreadcrumbsItem"
1496
1280
  }
1497
1281
  }
1498
1282
  ]
1499
1283
  },
1500
1284
  {
1501
1285
  "kind": "javascript-module",
1502
- "path": "libs/web-components/src/lib/Badge/Badge.ts",
1286
+ "path": "libs/web-components/src/lib/Avatar/Avatar.ts",
1503
1287
  "declarations": [
1504
1288
  {
1505
1289
  "kind": "class",
1506
- "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",
1507
- "name": "BmBadge",
1290
+ "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** ",
1291
+ "name": "BmAvatar",
1508
1292
  "slots": [
1509
1293
  {
1510
- "description": "Provide text for the Badge",
1511
- "name": "default"
1512
- },
1513
- {
1514
- "description": "Specify a different icon for the Badge",
1294
+ "description": "Customize the default icon",
1515
1295
  "name": "icon"
1516
1296
  }
1517
1297
  ],
@@ -1520,420 +1300,648 @@
1520
1300
  "kind": "field",
1521
1301
  "name": "appearance",
1522
1302
  "type": {
1523
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1303
+ "text": "'accent' | 'neutral' | undefined"
1524
1304
  },
1525
- "default": "'infoPrimary'",
1526
- "description": "Specify the appearance of the Badge",
1305
+ "default": "'neutral'",
1306
+ "description": "Specify the appearance of the Avatar",
1527
1307
  "attribute": "appearance"
1528
1308
  },
1529
1309
  {
1530
1310
  "kind": "field",
1531
- "name": "theme",
1311
+ "name": "name",
1532
1312
  "type": {
1533
- "text": "'light' | 'dark' | undefined"
1313
+ "text": "string | undefined"
1534
1314
  },
1535
- "description": "Theme of the Badge",
1536
- "attribute": "theme"
1315
+ "description": "Specify a name to display initials in the Avatar",
1316
+ "attribute": "name"
1537
1317
  },
1538
1318
  {
1539
1319
  "kind": "field",
1540
- "name": "size",
1320
+ "name": "src",
1541
1321
  "type": {
1542
- "text": "'sm' | 'md' | undefined"
1322
+ "text": "string | undefined"
1543
1323
  },
1544
- "default": "'sm'",
1545
- "description": "Specify the size of the Badge",
1546
- "attribute": "size"
1324
+ "description": "Pass an image to the Avatar",
1325
+ "attribute": "src"
1547
1326
  },
1548
1327
  {
1549
1328
  "kind": "field",
1550
- "name": "emphasis",
1329
+ "name": "alt",
1551
1330
  "type": {
1552
- "text": "'strong' | 'medium' | 'subtle'"
1331
+ "text": "string | undefined"
1553
1332
  },
1554
- "default": "'strong'",
1555
- "description": "Specify the emphasis of the Badge",
1556
- "attribute": "emphasis"
1333
+ "description": "Specify alt for image",
1334
+ "attribute": "alt"
1557
1335
  },
1558
1336
  {
1559
1337
  "kind": "field",
1560
- "name": "hideIcon",
1338
+ "name": "size",
1561
1339
  "type": {
1562
- "text": "boolean | undefined"
1340
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1563
1341
  },
1564
- "description": "Hides Badge icon",
1565
- "attribute": "hideIcon"
1566
- }
1567
- ],
1568
- "attributes": [
1342
+ "default": "'md'",
1343
+ "description": "Specify the size of the Avatar",
1344
+ "attribute": "size"
1345
+ },
1569
1346
  {
1570
- "name": "appearance",
1347
+ "kind": "field",
1348
+ "name": "disabled",
1571
1349
  "type": {
1572
- "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1350
+ "text": "boolean | undefined"
1573
1351
  },
1574
- "default": "'infoPrimary'",
1575
- "description": "Specify the appearance of the Badge",
1576
- "fieldName": "appearance"
1352
+ "default": "false",
1353
+ "description": "Specify if the Avatar is disabled",
1354
+ "attribute": "disabled"
1577
1355
  },
1578
1356
  {
1579
- "name": "theme",
1357
+ "kind": "field",
1358
+ "name": "shape",
1580
1359
  "type": {
1581
- "text": "'light' | 'dark' | undefined"
1360
+ "text": "'circle' | 'square' | undefined"
1582
1361
  },
1583
- "description": "Theme of the Badge",
1584
- "fieldName": "theme"
1362
+ "default": "'circle'",
1363
+ "description": "Specify the shape of the Avatar",
1364
+ "attribute": "shape"
1585
1365
  },
1586
1366
  {
1587
- "name": "size",
1367
+ "kind": "field",
1368
+ "name": "isInteractive",
1588
1369
  "type": {
1589
- "text": "'sm' | 'md' | undefined"
1370
+ "text": "boolean"
1590
1371
  },
1591
- "default": "'sm'",
1592
- "description": "Specify the size of the Badge",
1593
- "fieldName": "size"
1372
+ "default": "false",
1373
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
1374
+ "attribute": "isInteractive"
1594
1375
  },
1595
1376
  {
1596
- "name": "emphasis",
1377
+ "kind": "field",
1378
+ "name": "isFocusable",
1597
1379
  "type": {
1598
- "text": "'strong' | 'medium' | 'subtle'"
1380
+ "text": "boolean"
1599
1381
  },
1600
- "default": "'strong'",
1601
- "description": "Specify the emphasis of the Badge",
1602
- "fieldName": "emphasis"
1382
+ "default": "false",
1383
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
1384
+ "attribute": "isFocusable"
1603
1385
  },
1604
1386
  {
1605
- "name": "hideIcon",
1387
+ "kind": "field",
1388
+ "name": "withBorder",
1389
+ "type": {
1390
+ "text": "boolean"
1391
+ },
1392
+ "default": "false",
1393
+ "attribute": "withBorder"
1394
+ }
1395
+ ],
1396
+ "attributes": [
1397
+ {
1398
+ "name": "appearance",
1399
+ "type": {
1400
+ "text": "'accent' | 'neutral' | undefined"
1401
+ },
1402
+ "default": "'neutral'",
1403
+ "description": "Specify the appearance of the Avatar",
1404
+ "fieldName": "appearance"
1405
+ },
1406
+ {
1407
+ "name": "name",
1408
+ "type": {
1409
+ "text": "string | undefined"
1410
+ },
1411
+ "description": "Specify a name to display initials in the Avatar",
1412
+ "fieldName": "name"
1413
+ },
1414
+ {
1415
+ "name": "src",
1416
+ "type": {
1417
+ "text": "string | undefined"
1418
+ },
1419
+ "description": "Pass an image to the Avatar",
1420
+ "fieldName": "src"
1421
+ },
1422
+ {
1423
+ "name": "alt",
1424
+ "type": {
1425
+ "text": "string | undefined"
1426
+ },
1427
+ "description": "Specify alt for image",
1428
+ "fieldName": "alt"
1429
+ },
1430
+ {
1431
+ "name": "size",
1432
+ "type": {
1433
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
1434
+ },
1435
+ "default": "'md'",
1436
+ "description": "Specify the size of the Avatar",
1437
+ "fieldName": "size"
1438
+ },
1439
+ {
1440
+ "name": "disabled",
1606
1441
  "type": {
1607
1442
  "text": "boolean | undefined"
1608
1443
  },
1609
- "description": "Hides Badge icon",
1610
- "fieldName": "hideIcon"
1444
+ "default": "false",
1445
+ "description": "Specify if the Avatar is disabled",
1446
+ "fieldName": "disabled"
1447
+ },
1448
+ {
1449
+ "name": "shape",
1450
+ "type": {
1451
+ "text": "'circle' | 'square' | undefined"
1452
+ },
1453
+ "default": "'circle'",
1454
+ "description": "Specify the shape of the Avatar",
1455
+ "fieldName": "shape"
1456
+ },
1457
+ {
1458
+ "name": "isInteractive",
1459
+ "type": {
1460
+ "text": "boolean"
1461
+ },
1462
+ "default": "false",
1463
+ "description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
1464
+ "fieldName": "isInteractive"
1465
+ },
1466
+ {
1467
+ "name": "isFocusable",
1468
+ "type": {
1469
+ "text": "boolean"
1470
+ },
1471
+ "default": "false",
1472
+ "description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
1473
+ "fieldName": "isFocusable"
1474
+ },
1475
+ {
1476
+ "name": "withBorder",
1477
+ "type": {
1478
+ "text": "boolean"
1479
+ },
1480
+ "default": "false",
1481
+ "fieldName": "withBorder"
1611
1482
  }
1612
1483
  ],
1613
1484
  "superclass": {
1614
1485
  "name": "LitElement",
1615
1486
  "package": "lit"
1616
1487
  },
1617
- "tagName": "bm-badge",
1488
+ "tagName": "bm-avatar",
1618
1489
  "customElement": true
1619
1490
  }
1620
1491
  ],
1621
1492
  "exports": [
1622
1493
  {
1623
1494
  "kind": "js",
1624
- "name": "BmBadge",
1495
+ "name": "BmAvatar",
1625
1496
  "declaration": {
1626
- "name": "BmBadge",
1627
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1497
+ "name": "BmAvatar",
1498
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1628
1499
  }
1629
1500
  },
1630
1501
  {
1631
1502
  "kind": "custom-element-definition",
1632
- "name": "bm-badge",
1633
- "declaration": {
1634
- "name": "BmBadge",
1635
- "module": "libs/web-components/src/lib/Badge/Badge.ts"
1636
- }
1637
- }
1638
- ]
1639
- },
1640
- {
1641
- "kind": "javascript-module",
1642
- "path": "libs/web-components/src/lib/Badge/index.ts",
1643
- "declarations": [],
1644
- "exports": [
1645
- {
1646
- "kind": "js",
1647
- "name": "*",
1503
+ "name": "bm-avatar",
1648
1504
  "declaration": {
1649
- "name": "*",
1650
- "package": "./Badge"
1505
+ "name": "BmAvatar",
1506
+ "module": "libs/web-components/src/lib/Avatar/Avatar.ts"
1651
1507
  }
1652
1508
  }
1653
1509
  ]
1654
1510
  },
1655
1511
  {
1656
1512
  "kind": "javascript-module",
1657
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
1513
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
1658
1514
  "declarations": [
1659
1515
  {
1660
1516
  "kind": "variable",
1661
- "name": "BreadcrumbGroupCtx"
1517
+ "name": "AvatarGroupCtx"
1662
1518
  }
1663
1519
  ],
1664
1520
  "exports": [
1665
1521
  {
1666
1522
  "kind": "js",
1667
- "name": "BreadcrumbGroupCtx",
1523
+ "name": "AvatarGroupCtx",
1668
1524
  "declaration": {
1669
- "name": "BreadcrumbGroupCtx",
1670
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
1525
+ "name": "AvatarGroupCtx",
1526
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
1671
1527
  }
1672
1528
  }
1673
1529
  ]
1674
1530
  },
1675
1531
  {
1676
1532
  "kind": "javascript-module",
1677
- "path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
1533
+ "path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
1678
1534
  "declarations": [
1679
1535
  {
1680
1536
  "kind": "class",
1681
- "description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1682
- "name": "BmBreadcrumbs",
1537
+ "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.",
1538
+ "name": "BmAvatarGroup",
1683
1539
  "slots": [
1684
1540
  {
1685
- "description": "Pass items to the Breadcrumb",
1541
+ "description": "Add Avatars to create a group",
1686
1542
  "name": "default"
1687
1543
  }
1688
1544
  ],
1689
1545
  "members": [
1690
1546
  {
1691
1547
  "kind": "field",
1692
- "name": "wrap",
1548
+ "name": "wrapping",
1693
1549
  "type": {
1694
1550
  "text": "boolean"
1695
1551
  },
1696
- "default": "true",
1697
- "description": "Specify if items wrap or collapse to an ellipsis",
1698
- "attribute": "wrap"
1552
+ "default": "false",
1553
+ "description": "Specify if the AvatarGroup wraps",
1554
+ "attribute": "wrapping"
1699
1555
  },
1700
1556
  {
1701
1557
  "kind": "field",
1702
- "name": "itemsBeforeCollapse",
1558
+ "name": "maxCount",
1703
1559
  "type": {
1704
1560
  "text": "number"
1705
1561
  },
1706
- "default": "1",
1707
- "description": "Specify how many items show before ellipsis",
1708
- "attribute": "itemsBeforeCollapse"
1562
+ "default": "5",
1563
+ "description": "Specify the max number of avatars displayed in the group.",
1564
+ "attribute": "maxCount",
1565
+ "reflects": true
1709
1566
  },
1710
1567
  {
1711
1568
  "kind": "field",
1712
- "name": "itemsAfterCollapse",
1569
+ "name": "size",
1713
1570
  "type": {
1714
- "text": "number"
1571
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1715
1572
  },
1716
- "default": "1",
1717
- "description": "Specify how many items show after ellipsis",
1718
- "attribute": "itemsAfterCollapse"
1573
+ "default": "'md'",
1574
+ "description": "Specify the size of all Avatars",
1575
+ "attribute": "size"
1719
1576
  },
1720
1577
  {
1721
1578
  "kind": "field",
1722
- "name": "theme",
1579
+ "name": "layout",
1723
1580
  "type": {
1724
- "text": "'light' | 'dark' | undefined"
1581
+ "text": "'stacked' | 'spaced' | undefined"
1725
1582
  },
1726
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1727
- "attribute": "theme"
1583
+ "default": "'stacked'",
1584
+ "description": "Specify the kind of the group.",
1585
+ "attribute": "layout"
1728
1586
  }
1729
1587
  ],
1730
1588
  "attributes": [
1731
1589
  {
1732
- "name": "wrap",
1590
+ "name": "wrapping",
1733
1591
  "type": {
1734
1592
  "text": "boolean"
1735
1593
  },
1736
- "default": "true",
1737
- "description": "Specify if items wrap or collapse to an ellipsis",
1738
- "fieldName": "wrap"
1594
+ "default": "false",
1595
+ "description": "Specify if the AvatarGroup wraps",
1596
+ "fieldName": "wrapping"
1739
1597
  },
1740
1598
  {
1741
- "name": "itemsBeforeCollapse",
1599
+ "name": "maxCount",
1742
1600
  "type": {
1743
1601
  "text": "number"
1744
1602
  },
1745
- "default": "1",
1746
- "description": "Specify how many items show before ellipsis",
1747
- "fieldName": "itemsBeforeCollapse"
1603
+ "default": "5",
1604
+ "description": "Specify the max number of avatars displayed in the group.",
1605
+ "fieldName": "maxCount"
1748
1606
  },
1749
1607
  {
1750
- "name": "itemsAfterCollapse",
1608
+ "name": "size",
1751
1609
  "type": {
1752
- "text": "number"
1610
+ "text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
1753
1611
  },
1754
- "default": "1",
1755
- "description": "Specify how many items show after ellipsis",
1756
- "fieldName": "itemsAfterCollapse"
1612
+ "default": "'md'",
1613
+ "description": "Specify the size of all Avatars",
1614
+ "fieldName": "size"
1757
1615
  },
1758
1616
  {
1759
- "name": "theme",
1617
+ "name": "layout",
1760
1618
  "type": {
1761
- "text": "'light' | 'dark' | undefined"
1619
+ "text": "'stacked' | 'spaced' | undefined"
1762
1620
  },
1763
- "description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
1764
- "fieldName": "theme"
1621
+ "default": "'stacked'",
1622
+ "description": "Specify the kind of the group.",
1623
+ "fieldName": "layout"
1765
1624
  }
1766
1625
  ],
1767
1626
  "superclass": {
1768
1627
  "name": "LitElement",
1769
1628
  "package": "lit"
1770
1629
  },
1771
- "tagName": "bm-breadcrumb",
1630
+ "tagName": "bm-avatar-group",
1772
1631
  "customElement": true
1773
1632
  }
1774
1633
  ],
1775
1634
  "exports": [
1776
1635
  {
1777
1636
  "kind": "js",
1778
- "name": "BmBreadcrumbs",
1637
+ "name": "BmAvatarGroup",
1779
1638
  "declaration": {
1780
- "name": "BmBreadcrumbs",
1781
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1639
+ "name": "BmAvatarGroup",
1640
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1782
1641
  }
1783
1642
  },
1784
1643
  {
1785
1644
  "kind": "custom-element-definition",
1786
- "name": "bm-breadcrumb",
1645
+ "name": "bm-avatar-group",
1787
1646
  "declaration": {
1788
- "name": "BmBreadcrumbs",
1789
- "module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
1647
+ "name": "BmAvatarGroup",
1648
+ "module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
1790
1649
  }
1791
1650
  }
1792
1651
  ]
1793
1652
  },
1794
1653
  {
1795
1654
  "kind": "javascript-module",
1796
- "path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
1797
- "declarations": [
1655
+ "path": "libs/web-components/src/lib/Avatar/index.ts",
1656
+ "declarations": [],
1657
+ "exports": [
1798
1658
  {
1799
- "kind": "class",
1800
- "description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
1801
- "name": "BmBreadcrumbsItem",
1802
- "slots": [
1803
- {
1804
- "description": "Pass text to an item",
1805
- "name": "default"
1806
- },
1659
+ "kind": "js",
1660
+ "name": "*",
1661
+ "declaration": {
1662
+ "name": "*",
1663
+ "package": "./Avatar"
1664
+ }
1665
+ },
1666
+ {
1667
+ "kind": "js",
1668
+ "name": "*",
1669
+ "declaration": {
1670
+ "name": "*",
1671
+ "package": "./AvatarGroup"
1672
+ }
1673
+ }
1674
+ ]
1675
+ },
1676
+ {
1677
+ "kind": "javascript-module",
1678
+ "path": "libs/web-components/src/lib/Alert/Alert.ts",
1679
+ "declarations": [
1680
+ {
1681
+ "kind": "class",
1682
+ "description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
1683
+ "name": "BmAlert",
1684
+ "slots": [
1807
1685
  {
1808
- "description": "Pass icon to an item",
1686
+ "description": "Specify a different icon for the Alert",
1809
1687
  "name": "icon"
1688
+ },
1689
+ {
1690
+ "description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
1691
+ "name": "heading"
1692
+ },
1693
+ {
1694
+ "description": "Specify the body text for Alert or pass the `body` attribute to set the body",
1695
+ "name": "body"
1696
+ },
1697
+ {
1698
+ "description": "Specify if actions display on the Alert",
1699
+ "name": "actions"
1810
1700
  }
1811
1701
  ],
1812
1702
  "members": [
1813
1703
  {
1814
1704
  "kind": "field",
1815
- "name": "href",
1705
+ "name": "heading",
1816
1706
  "type": {
1817
1707
  "text": "string | undefined"
1818
1708
  },
1819
- "description": "Pass href to an item",
1820
- "attribute": "href"
1709
+ "description": "Specify the heading text for Alert",
1710
+ "attribute": "heading"
1821
1711
  },
1822
1712
  {
1823
1713
  "kind": "field",
1824
- "name": "clickable",
1714
+ "name": "body",
1715
+ "type": {
1716
+ "text": "string | undefined"
1717
+ },
1718
+ "description": "Specify the body text for Alert",
1719
+ "attribute": "body"
1720
+ },
1721
+ {
1722
+ "kind": "field",
1723
+ "name": "size",
1724
+ "type": {
1725
+ "text": "'sm' | 'md'"
1726
+ },
1727
+ "default": "'sm'",
1728
+ "description": "Specify the size of the Alert",
1729
+ "attribute": "size"
1730
+ },
1731
+ {
1732
+ "kind": "field",
1733
+ "name": "fullWidth",
1825
1734
  "type": {
1826
1735
  "text": "boolean"
1827
1736
  },
1828
1737
  "default": "false",
1829
- "description": "Specify if the item is interactive without an href",
1830
- "attribute": "clickable"
1738
+ "description": "Specify if the Alert has no border radius",
1739
+ "attribute": "fullWidth"
1831
1740
  },
1832
1741
  {
1833
1742
  "kind": "field",
1834
- "name": "truncationWidth",
1743
+ "name": "theme",
1835
1744
  "type": {
1836
- "text": "string | undefined"
1745
+ "text": "'light' | 'dark' | undefined"
1837
1746
  },
1838
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1839
- "attribute": "truncationWidth"
1747
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1748
+ "attribute": "theme"
1840
1749
  },
1841
1750
  {
1842
1751
  "kind": "field",
1843
- "name": "isCurrent",
1752
+ "name": "appearance",
1753
+ "type": {
1754
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1755
+ },
1756
+ "default": "'infoPrimary'",
1757
+ "description": "Specify the appearance of the Alert",
1758
+ "attribute": "appearance"
1759
+ },
1760
+ {
1761
+ "kind": "field",
1762
+ "name": "hidden",
1844
1763
  "type": {
1845
1764
  "text": "boolean"
1846
1765
  },
1847
1766
  "default": "false",
1848
- "description": "Specify explicitly if the item is the last one",
1849
- "attribute": "isCurrent",
1850
- "reflects": true
1767
+ "description": "Specify if the Alert is hidden",
1768
+ "attribute": "hidden"
1851
1769
  },
1852
1770
  {
1853
1771
  "kind": "field",
1854
- "name": "isCollapsed",
1772
+ "name": "hideIcon",
1855
1773
  "type": {
1856
1774
  "text": "boolean"
1857
1775
  },
1858
1776
  "default": "false",
1859
- "attribute": "isCollapsed",
1860
- "reflects": true
1777
+ "description": "Specify if the icon displays on the Alert",
1778
+ "attribute": "hideIcon"
1779
+ },
1780
+ {
1781
+ "kind": "field",
1782
+ "name": "dismissible",
1783
+ "type": {
1784
+ "text": "boolean"
1785
+ },
1786
+ "default": "false",
1787
+ "description": "Specify if the Alert can be dismissed",
1788
+ "attribute": "dismissible"
1789
+ },
1790
+ {
1791
+ "kind": "field",
1792
+ "name": "disableAutoFocus",
1793
+ "type": {
1794
+ "text": "boolean"
1795
+ },
1796
+ "default": "false",
1797
+ "description": "Prevent autofocus on show",
1798
+ "attribute": "disableAutoFocus"
1799
+ },
1800
+ {
1801
+ "kind": "field",
1802
+ "name": "disableCloseOnEscape",
1803
+ "type": {
1804
+ "text": "boolean"
1805
+ },
1806
+ "default": "false",
1807
+ "description": "Prevent Escape from closing",
1808
+ "attribute": "disableCloseOnEscape"
1809
+ }
1810
+ ],
1811
+ "events": [
1812
+ {
1813
+ "description": "Dispatched when the Alert has been dismissed",
1814
+ "name": "bm-dismiss"
1861
1815
  }
1862
1816
  ],
1863
1817
  "attributes": [
1864
1818
  {
1865
- "name": "href",
1819
+ "name": "heading",
1866
1820
  "type": {
1867
1821
  "text": "string | undefined"
1868
1822
  },
1869
- "description": "Pass href to an item",
1870
- "fieldName": "href"
1823
+ "description": "Specify the heading text for Alert",
1824
+ "fieldName": "heading"
1871
1825
  },
1872
1826
  {
1873
- "name": "clickable",
1827
+ "name": "body",
1828
+ "type": {
1829
+ "text": "string | undefined"
1830
+ },
1831
+ "description": "Specify the body text for Alert",
1832
+ "fieldName": "body"
1833
+ },
1834
+ {
1835
+ "name": "size",
1836
+ "type": {
1837
+ "text": "'sm' | 'md'"
1838
+ },
1839
+ "default": "'sm'",
1840
+ "description": "Specify the size of the Alert",
1841
+ "fieldName": "size"
1842
+ },
1843
+ {
1844
+ "name": "fullWidth",
1874
1845
  "type": {
1875
1846
  "text": "boolean"
1876
1847
  },
1877
1848
  "default": "false",
1878
- "description": "Specify if the item is interactive without an href",
1879
- "fieldName": "clickable"
1849
+ "description": "Specify if the Alert has no border radius",
1850
+ "fieldName": "fullWidth"
1880
1851
  },
1881
1852
  {
1882
- "name": "truncationWidth",
1853
+ "name": "theme",
1883
1854
  "type": {
1884
- "text": "string | undefined"
1855
+ "text": "'light' | 'dark' | undefined"
1885
1856
  },
1886
- "description": "Specify truncation width of the items. Sets max-width for all items but the last.",
1887
- "fieldName": "truncationWidth"
1857
+ "description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
1858
+ "fieldName": "theme"
1888
1859
  },
1889
1860
  {
1890
- "name": "isCurrent",
1861
+ "name": "appearance",
1862
+ "type": {
1863
+ "text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
1864
+ },
1865
+ "default": "'infoPrimary'",
1866
+ "description": "Specify the appearance of the Alert",
1867
+ "fieldName": "appearance"
1868
+ },
1869
+ {
1870
+ "name": "hidden",
1891
1871
  "type": {
1892
1872
  "text": "boolean"
1893
1873
  },
1894
1874
  "default": "false",
1895
- "description": "Specify explicitly if the item is the last one",
1896
- "fieldName": "isCurrent"
1875
+ "description": "Specify if the Alert is hidden",
1876
+ "fieldName": "hidden"
1897
1877
  },
1898
1878
  {
1899
- "name": "isCollapsed",
1879
+ "name": "hideIcon",
1900
1880
  "type": {
1901
1881
  "text": "boolean"
1902
1882
  },
1903
1883
  "default": "false",
1904
- "fieldName": "isCollapsed"
1884
+ "description": "Specify if the icon displays on the Alert",
1885
+ "fieldName": "hideIcon"
1886
+ },
1887
+ {
1888
+ "name": "dismissible",
1889
+ "type": {
1890
+ "text": "boolean"
1891
+ },
1892
+ "default": "false",
1893
+ "description": "Specify if the Alert can be dismissed",
1894
+ "fieldName": "dismissible"
1895
+ },
1896
+ {
1897
+ "name": "disableAutoFocus",
1898
+ "type": {
1899
+ "text": "boolean"
1900
+ },
1901
+ "default": "false",
1902
+ "description": "Prevent autofocus on show",
1903
+ "fieldName": "disableAutoFocus"
1904
+ },
1905
+ {
1906
+ "name": "disableCloseOnEscape",
1907
+ "type": {
1908
+ "text": "boolean"
1909
+ },
1910
+ "default": "false",
1911
+ "description": "Prevent Escape from closing",
1912
+ "fieldName": "disableCloseOnEscape"
1905
1913
  }
1906
1914
  ],
1907
1915
  "superclass": {
1908
1916
  "name": "LitElement",
1909
1917
  "package": "lit"
1910
1918
  },
1911
- "tagName": "bm-breadcrumb-item",
1919
+ "tagName": "bm-alert",
1912
1920
  "customElement": true
1913
1921
  }
1914
1922
  ],
1915
1923
  "exports": [
1916
1924
  {
1917
1925
  "kind": "js",
1918
- "name": "BmBreadcrumbsItem",
1926
+ "name": "BmAlert",
1919
1927
  "declaration": {
1920
- "name": "BmBreadcrumbsItem",
1921
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1928
+ "name": "BmAlert",
1929
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1922
1930
  }
1923
1931
  },
1924
1932
  {
1925
1933
  "kind": "custom-element-definition",
1926
- "name": "bm-breadcrumb-item",
1934
+ "name": "bm-alert",
1927
1935
  "declaration": {
1928
- "name": "BmBreadcrumbsItem",
1929
- "module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
1936
+ "name": "BmAlert",
1937
+ "module": "libs/web-components/src/lib/Alert/Alert.ts"
1930
1938
  }
1931
1939
  }
1932
1940
  ]
1933
1941
  },
1934
1942
  {
1935
1943
  "kind": "javascript-module",
1936
- "path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
1944
+ "path": "libs/web-components/src/lib/Alert/index.ts",
1937
1945
  "declarations": [],
1938
1946
  "exports": [
1939
1947
  {
@@ -1941,15 +1949,7 @@
1941
1949
  "name": "*",
1942
1950
  "declaration": {
1943
1951
  "name": "*",
1944
- "package": "./Breadcrumbs"
1945
- }
1946
- },
1947
- {
1948
- "kind": "js",
1949
- "name": "*",
1950
- "declaration": {
1951
- "name": "*",
1952
- "package": "./BreadcrumbsItem"
1952
+ "package": "./Alert"
1953
1953
  }
1954
1954
  }
1955
1955
  ]
@@ -8287,253 +8287,48 @@
8287
8287
  },
8288
8288
  {
8289
8289
  "kind": "javascript-module",
8290
- "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8290
+ "path": "libs/web-components/src/lib/wip/TextArea/TextArea.ts",
8291
8291
  "declarations": [
8292
8292
  {
8293
8293
  "kind": "class",
8294
- "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",
8295
- "name": "BmRadioButton",
8296
- "members": [
8297
- {
8298
- "kind": "field",
8299
- "name": "label",
8300
- "type": {
8301
- "text": "string | undefined"
8302
- },
8303
- "description": "Specify the text for the label",
8304
- "attribute": "label"
8305
- },
8306
- {
8307
- "kind": "field",
8308
- "name": "error",
8309
- "type": {
8310
- "text": "boolean | undefined"
8311
- },
8312
- "description": "Specify error text and display error state of a RadioButton",
8313
- "attribute": "error"
8314
- },
8315
- {
8316
- "kind": "field",
8317
- "name": "readOnly",
8318
- "type": {
8319
- "text": "boolean | undefined"
8320
- },
8321
- "description": "Specify if RadioButton displays in a read-only state",
8322
- "attribute": "readOnly"
8323
- },
8324
- {
8325
- "kind": "field",
8326
- "name": "disabled",
8327
- "type": {
8328
- "text": "boolean | undefined"
8329
- },
8330
- "description": "Specify if RadioButton displays in a disabled state",
8331
- "attribute": "disabled"
8332
- },
8333
- {
8334
- "kind": "field",
8335
- "name": "theme",
8336
- "type": {
8337
- "text": "'light' | 'dark' | undefined"
8338
- },
8339
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8340
- "attribute": "theme"
8341
- },
8342
- {
8343
- "kind": "field",
8344
- "name": "value",
8345
- "type": {
8346
- "text": "string | undefined"
8347
- },
8348
- "description": "The value attribute for the input element",
8349
- "attribute": "value"
8350
- },
8351
- {
8352
- "kind": "field",
8353
- "name": "checked",
8354
- "type": {
8355
- "text": "boolean"
8356
- },
8357
- "default": "false",
8358
- "description": "The checked attribute for the input element",
8359
- "attribute": "checked"
8360
- },
8361
- {
8362
- "kind": "field",
8363
- "name": "onKeyDown",
8364
- "type": {
8365
- "text": "(event: KeyboardEvent) => void | undefined"
8366
- },
8367
- "description": "A user-defined function to handle keydown events",
8368
- "attribute": "onKeyDown"
8369
- },
8370
- {
8371
- "kind": "field",
8372
- "name": "inputChoiceGroupContext",
8373
- "type": {
8374
- "text": "InputChoiceGroupContextProps"
8375
- }
8376
- },
8294
+ "description": "### Attributes:\n- **rows** - Specify the height of TextArea\n- **cols** - Specify the width of TextArea\n- **placeholder** - Specify placeholder text for TextArea\n- **required** - Specify if TextArea is a required input\n- **hideRequiredMarker** - Specify if the TextArea displays with an asterisk\n- **error** - Specify error text and display error state of a TextArea\n- **readOnly** - Specify if TextArea displays in a read-only state\n- **disabled** - Specify if TextArea displays in a disabled state\n- **fluid** - Specify if TextArea is fluid\n- **width** - Specify the width of TextArea\n- **hideResize** - Specify if TextArea can be manually resized\n- **maxCount** - Specify the maximum character count for the TextArea\n- **autoResize** - Specify if the TextArea automatically resizes to fit the text\n- **theme** - Specify the theme of the TextArea. By default it inherits the theme from the parent",
8295
+ "name": "BmTextArea",
8296
+ "slots": [
8377
8297
  {
8378
- "kind": "field",
8379
- "name": "radioButtonRef"
8298
+ "description": "Specify the label for TextArea",
8299
+ "name": "label"
8380
8300
  },
8381
8301
  {
8382
- "kind": "method",
8383
- "name": "focus"
8302
+ "description": "Specify the helper text for TextArea",
8303
+ "name": "helper-text"
8384
8304
  }
8385
8305
  ],
8386
- "attributes": [
8387
- {
8388
- "name": "label",
8389
- "type": {
8390
- "text": "string | undefined"
8391
- },
8392
- "description": "Specify the text for the label",
8393
- "fieldName": "label"
8394
- },
8395
- {
8396
- "name": "error",
8397
- "type": {
8398
- "text": "boolean | undefined"
8399
- },
8400
- "description": "Specify error text and display error state of a RadioButton",
8401
- "fieldName": "error"
8402
- },
8403
- {
8404
- "name": "readOnly",
8405
- "type": {
8406
- "text": "boolean | undefined"
8407
- },
8408
- "description": "Specify if RadioButton displays in a read-only state",
8409
- "fieldName": "readOnly"
8410
- },
8411
- {
8412
- "name": "disabled",
8413
- "type": {
8414
- "text": "boolean | undefined"
8415
- },
8416
- "description": "Specify if RadioButton displays in a disabled state",
8417
- "fieldName": "disabled"
8418
- },
8419
- {
8420
- "name": "theme",
8421
- "type": {
8422
- "text": "'light' | 'dark' | undefined"
8423
- },
8424
- "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8425
- "fieldName": "theme"
8426
- },
8427
- {
8428
- "name": "value",
8429
- "type": {
8430
- "text": "string | undefined"
8431
- },
8432
- "description": "The value attribute for the input element",
8433
- "fieldName": "value"
8434
- },
8306
+ "members": [
8435
8307
  {
8436
- "name": "checked",
8308
+ "kind": "field",
8309
+ "name": "rows",
8437
8310
  "type": {
8438
- "text": "boolean"
8311
+ "text": "number | undefined"
8439
8312
  },
8440
- "default": "false",
8441
- "description": "The checked attribute for the input element",
8442
- "fieldName": "checked"
8313
+ "description": "Specify the height of TextArea",
8314
+ "attribute": "rows"
8443
8315
  },
8444
8316
  {
8445
- "name": "onKeyDown",
8317
+ "kind": "field",
8318
+ "name": "cols",
8446
8319
  "type": {
8447
- "text": "(event: KeyboardEvent) => void | undefined"
8320
+ "text": "number | undefined"
8448
8321
  },
8449
- "description": "A user-defined function to handle keydown events",
8450
- "fieldName": "onKeyDown"
8451
- }
8452
- ],
8453
- "superclass": {
8454
- "name": "LitElement",
8455
- "package": "lit"
8456
- },
8457
- "tagName": "bm-radio-button",
8458
- "customElement": true
8459
- }
8460
- ],
8461
- "exports": [
8462
- {
8463
- "kind": "js",
8464
- "name": "BmRadioButton",
8465
- "declaration": {
8466
- "name": "BmRadioButton",
8467
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8468
- }
8469
- },
8470
- {
8471
- "kind": "custom-element-definition",
8472
- "name": "bm-radio-button",
8473
- "declaration": {
8474
- "name": "BmRadioButton",
8475
- "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8476
- }
8477
- }
8478
- ]
8479
- },
8480
- {
8481
- "kind": "javascript-module",
8482
- "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8483
- "declarations": [],
8484
- "exports": [
8485
- {
8486
- "kind": "js",
8487
- "name": "*",
8488
- "declaration": {
8489
- "name": "*",
8490
- "package": "./RadioButton"
8491
- }
8492
- },
8493
- {
8494
- "kind": "js",
8495
- "name": "*",
8496
- "declaration": {
8497
- "name": "*",
8498
- "package": "./RadioButtonGroup/RadioButtonGroup"
8499
- }
8500
- }
8501
- ]
8502
- },
8503
- {
8504
- "kind": "javascript-module",
8505
- "path": "libs/web-components/src/lib/wip/TextField/TextField.ts",
8506
- "declarations": [
8507
- {
8508
- "kind": "class",
8509
- "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** ",
8510
- "name": "BmTextField",
8511
- "slots": [
8512
- {
8513
- "description": "Specify the label for TextField",
8514
- "name": "label"
8515
- },
8516
- {
8517
- "description": "Specify the helper text for TextField",
8518
- "name": "helper-text"
8519
- },
8520
- {
8521
- "description": "Specify content to display after input",
8522
- "name": "content-after"
8322
+ "description": "Specify the width of TextArea",
8323
+ "attribute": "cols"
8523
8324
  },
8524
- {
8525
- "description": "Specify content to display before input",
8526
- "name": "content-before"
8527
- }
8528
- ],
8529
- "members": [
8530
8325
  {
8531
8326
  "kind": "field",
8532
8327
  "name": "placeholder",
8533
8328
  "type": {
8534
8329
  "text": "string | undefined"
8535
8330
  },
8536
- "description": "Specify placeholder text for TextField",
8331
+ "description": "Specify placeholder text for TextArea",
8537
8332
  "attribute": "placeholder"
8538
8333
  },
8539
8334
  {
@@ -8543,7 +8338,7 @@
8543
8338
  "text": "boolean"
8544
8339
  },
8545
8340
  "default": "false",
8546
- "description": "Specify if TextField is a required input",
8341
+ "description": "Specify if TextArea is a required input",
8547
8342
  "attribute": "required"
8548
8343
  },
8549
8344
  {
@@ -8553,7 +8348,7 @@
8553
8348
  "text": "boolean"
8554
8349
  },
8555
8350
  "default": "false",
8556
- "description": "Specify if the TextField displays with an asterisk",
8351
+ "description": "Specify if the TextArea displays with an asterisk",
8557
8352
  "attribute": "hideRequiredMarker"
8558
8353
  },
8559
8354
  {
@@ -8562,7 +8357,7 @@
8562
8357
  "type": {
8563
8358
  "text": "string | undefined"
8564
8359
  },
8565
- "description": "Specify error text and display error state of a TextField",
8360
+ "description": "Specify error text and display error state of a TextArea",
8566
8361
  "attribute": "error"
8567
8362
  },
8568
8363
  {
@@ -8572,7 +8367,7 @@
8572
8367
  "text": "boolean"
8573
8368
  },
8574
8369
  "default": "false",
8575
- "description": "Specify if TextField displays in a read-only state",
8370
+ "description": "Specify if TextArea displays in a read-only state",
8576
8371
  "attribute": "readOnly"
8577
8372
  },
8578
8373
  {
@@ -8582,7 +8377,7 @@
8582
8377
  "text": "boolean"
8583
8378
  },
8584
8379
  "default": "false",
8585
- "description": "Specify if TextField displays in a disabled state",
8380
+ "description": "Specify if TextArea displays in a disabled state",
8586
8381
  "attribute": "disabled"
8587
8382
  },
8588
8383
  {
@@ -8592,7 +8387,7 @@
8592
8387
  "text": "boolean"
8593
8388
  },
8594
8389
  "default": "false",
8595
- "description": "Specify if TextField is fluid",
8390
+ "description": "Specify if TextArea is fluid",
8596
8391
  "attribute": "fluid"
8597
8392
  },
8598
8393
  {
@@ -8601,45 +8396,71 @@
8601
8396
  "type": {
8602
8397
  "text": "string | undefined"
8603
8398
  },
8604
- "description": "Specify the width of TextField",
8399
+ "description": "Specify the width of TextArea",
8605
8400
  "attribute": "width"
8606
8401
  },
8607
8402
  {
8608
8403
  "kind": "field",
8609
- "name": "ellipse",
8404
+ "name": "hideResize",
8610
8405
  "type": {
8611
8406
  "text": "boolean"
8612
8407
  },
8613
8408
  "default": "false",
8614
- "description": "Specify if overflow displays ellipsis",
8615
- "attribute": "ellipse"
8409
+ "description": "Specify if TextArea can be manually resized",
8410
+ "attribute": "hideResize"
8616
8411
  },
8617
8412
  {
8618
8413
  "kind": "field",
8619
- "name": "theme",
8414
+ "name": "maxCount",
8620
8415
  "type": {
8621
- "text": "'light' | 'dark' | undefined"
8416
+ "text": "number | undefined"
8622
8417
  },
8623
- "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
8624
- "attribute": "theme"
8418
+ "description": "Specify the maximum character count for the TextArea",
8419
+ "attribute": "maxCount"
8625
8420
  },
8626
8421
  {
8627
8422
  "kind": "field",
8628
- "name": "type",
8423
+ "name": "autoResize",
8629
8424
  "type": {
8630
- "text": "string"
8425
+ "text": "boolean"
8631
8426
  },
8632
- "default": "'text'",
8633
- "attribute": "type"
8427
+ "default": "false",
8428
+ "description": "Specify if the TextArea automatically resizes to fit the text",
8429
+ "attribute": "autoResize"
8634
8430
  },
8635
8431
  {
8636
8432
  "kind": "field",
8637
- "name": "inputMode",
8433
+ "name": "theme",
8638
8434
  "type": {
8639
- "text": "string"
8435
+ "text": "'light' | 'dark' | undefined"
8640
8436
  },
8641
- "default": "'text'",
8642
- "attribute": "inputMode"
8437
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
8438
+ "attribute": "theme"
8439
+ },
8440
+ {
8441
+ "kind": "field",
8442
+ "name": "formFieldCounterRef"
8443
+ },
8444
+ {
8445
+ "kind": "method",
8446
+ "name": "finalizeAssociatedCallback",
8447
+ "return": {
8448
+ "type": {
8449
+ "text": "FinalizeAssociatedResult"
8450
+ }
8451
+ },
8452
+ "parameters": [
8453
+ {
8454
+ "name": "value",
8455
+ "type": {
8456
+ "text": "string"
8457
+ }
8458
+ }
8459
+ ],
8460
+ "inheritedFrom": {
8461
+ "name": "FormField",
8462
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8463
+ }
8643
8464
  },
8644
8465
  {
8645
8466
  "kind": "field",
@@ -8754,36 +8575,31 @@
8754
8575
  "name": "FormField",
8755
8576
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8756
8577
  }
8757
- },
8758
- {
8759
- "kind": "method",
8760
- "name": "finalizeAssociatedCallback",
8761
- "return": {
8762
- "type": {
8763
- "text": "FinalizeAssociatedResult"
8764
- }
8765
- },
8766
- "parameters": [
8767
- {
8768
- "name": "ctxValue",
8769
- "type": {
8770
- "text": "string"
8771
- }
8772
- }
8773
- ],
8774
- "inheritedFrom": {
8775
- "name": "FormField",
8776
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
8777
- }
8778
8578
  }
8779
8579
  ],
8780
8580
  "attributes": [
8581
+ {
8582
+ "name": "rows",
8583
+ "type": {
8584
+ "text": "number | undefined"
8585
+ },
8586
+ "description": "Specify the height of TextArea",
8587
+ "fieldName": "rows"
8588
+ },
8589
+ {
8590
+ "name": "cols",
8591
+ "type": {
8592
+ "text": "number | undefined"
8593
+ },
8594
+ "description": "Specify the width of TextArea",
8595
+ "fieldName": "cols"
8596
+ },
8781
8597
  {
8782
8598
  "name": "placeholder",
8783
8599
  "type": {
8784
8600
  "text": "string | undefined"
8785
8601
  },
8786
- "description": "Specify placeholder text for TextField",
8602
+ "description": "Specify placeholder text for TextArea",
8787
8603
  "fieldName": "placeholder"
8788
8604
  },
8789
8605
  {
@@ -8792,7 +8608,7 @@
8792
8608
  "text": "boolean"
8793
8609
  },
8794
8610
  "default": "false",
8795
- "description": "Specify if TextField is a required input",
8611
+ "description": "Specify if TextArea is a required input",
8796
8612
  "fieldName": "required"
8797
8613
  },
8798
8614
  {
@@ -8801,7 +8617,7 @@
8801
8617
  "text": "boolean"
8802
8618
  },
8803
8619
  "default": "false",
8804
- "description": "Specify if the TextField displays with an asterisk",
8620
+ "description": "Specify if the TextArea displays with an asterisk",
8805
8621
  "fieldName": "hideRequiredMarker"
8806
8622
  },
8807
8623
  {
@@ -8809,7 +8625,7 @@
8809
8625
  "type": {
8810
8626
  "text": "string | undefined"
8811
8627
  },
8812
- "description": "Specify error text and display error state of a TextField",
8628
+ "description": "Specify error text and display error state of a TextArea",
8813
8629
  "fieldName": "error"
8814
8630
  },
8815
8631
  {
@@ -8818,7 +8634,7 @@
8818
8634
  "text": "boolean"
8819
8635
  },
8820
8636
  "default": "false",
8821
- "description": "Specify if TextField displays in a read-only state",
8637
+ "description": "Specify if TextArea displays in a read-only state",
8822
8638
  "fieldName": "readOnly"
8823
8639
  },
8824
8640
  {
@@ -8827,7 +8643,7 @@
8827
8643
  "text": "boolean"
8828
8644
  },
8829
8645
  "default": "false",
8830
- "description": "Specify if TextField displays in a disabled state",
8646
+ "description": "Specify if TextArea displays in a disabled state",
8831
8647
  "fieldName": "disabled"
8832
8648
  },
8833
8649
  {
@@ -8836,7 +8652,7 @@
8836
8652
  "text": "boolean"
8837
8653
  },
8838
8654
  "default": "false",
8839
- "description": "Specify if TextField is fluid",
8655
+ "description": "Specify if TextArea is fluid",
8840
8656
  "fieldName": "fluid"
8841
8657
  },
8842
8658
  {
@@ -8844,41 +8660,42 @@
8844
8660
  "type": {
8845
8661
  "text": "string | undefined"
8846
8662
  },
8847
- "description": "Specify the width of TextField",
8663
+ "description": "Specify the width of TextArea",
8848
8664
  "fieldName": "width"
8849
8665
  },
8850
8666
  {
8851
- "name": "ellipse",
8667
+ "name": "hideResize",
8852
8668
  "type": {
8853
8669
  "text": "boolean"
8854
8670
  },
8855
8671
  "default": "false",
8856
- "description": "Specify if overflow displays ellipsis",
8857
- "fieldName": "ellipse"
8672
+ "description": "Specify if TextArea can be manually resized",
8673
+ "fieldName": "hideResize"
8858
8674
  },
8859
8675
  {
8860
- "name": "theme",
8676
+ "name": "maxCount",
8861
8677
  "type": {
8862
- "text": "'light' | 'dark' | undefined"
8678
+ "text": "number | undefined"
8863
8679
  },
8864
- "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
8865
- "fieldName": "theme"
8680
+ "description": "Specify the maximum character count for the TextArea",
8681
+ "fieldName": "maxCount"
8866
8682
  },
8867
8683
  {
8868
- "name": "type",
8684
+ "name": "autoResize",
8869
8685
  "type": {
8870
- "text": "string"
8686
+ "text": "boolean"
8871
8687
  },
8872
- "default": "'text'",
8873
- "fieldName": "type"
8688
+ "default": "false",
8689
+ "description": "Specify if the TextArea automatically resizes to fit the text",
8690
+ "fieldName": "autoResize"
8874
8691
  },
8875
8692
  {
8876
- "name": "inputMode",
8693
+ "name": "theme",
8877
8694
  "type": {
8878
- "text": "string"
8695
+ "text": "'light' | 'dark' | undefined"
8879
8696
  },
8880
- "default": "'text'",
8881
- "fieldName": "inputMode"
8697
+ "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
8698
+ "fieldName": "theme"
8882
8699
  },
8883
8700
  {
8884
8701
  "name": "id",
@@ -8944,33 +8761,240 @@
8944
8761
  "name": "FormField",
8945
8762
  "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
8946
8763
  },
8947
- "summary": "`bm-text-field`",
8948
- "tagName": "bm-text-field",
8764
+ "summary": "`bm-text-area`",
8765
+ "tagName": "bm-text-area",
8949
8766
  "customElement": true
8950
8767
  }
8951
8768
  ],
8952
8769
  "exports": [
8953
8770
  {
8954
8771
  "kind": "js",
8955
- "name": "BmTextField",
8772
+ "name": "BmTextArea",
8956
8773
  "declaration": {
8957
- "name": "BmTextField",
8958
- "module": "libs/web-components/src/lib/wip/TextField/TextField.ts"
8774
+ "name": "BmTextArea",
8775
+ "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
8959
8776
  }
8960
8777
  },
8961
8778
  {
8962
8779
  "kind": "custom-element-definition",
8963
- "name": "bm-text-field",
8780
+ "name": "bm-text-area",
8964
8781
  "declaration": {
8965
- "name": "BmTextField",
8966
- "module": "libs/web-components/src/lib/wip/TextField/TextField.ts"
8782
+ "name": "BmTextArea",
8783
+ "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
8967
8784
  }
8968
8785
  }
8969
8786
  ]
8970
8787
  },
8971
8788
  {
8972
8789
  "kind": "javascript-module",
8973
- "path": "libs/web-components/src/lib/wip/TextField/index.ts",
8790
+ "path": "libs/web-components/src/lib/wip/TextArea/index.ts",
8791
+ "declarations": [],
8792
+ "exports": [
8793
+ {
8794
+ "kind": "js",
8795
+ "name": "*",
8796
+ "declaration": {
8797
+ "name": "*",
8798
+ "package": "./TextArea"
8799
+ }
8800
+ }
8801
+ ]
8802
+ },
8803
+ {
8804
+ "kind": "javascript-module",
8805
+ "path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
8806
+ "declarations": [
8807
+ {
8808
+ "kind": "class",
8809
+ "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",
8810
+ "name": "BmRadioButton",
8811
+ "members": [
8812
+ {
8813
+ "kind": "field",
8814
+ "name": "label",
8815
+ "type": {
8816
+ "text": "string | undefined"
8817
+ },
8818
+ "description": "Specify the text for the label",
8819
+ "attribute": "label"
8820
+ },
8821
+ {
8822
+ "kind": "field",
8823
+ "name": "error",
8824
+ "type": {
8825
+ "text": "boolean | undefined"
8826
+ },
8827
+ "description": "Specify error text and display error state of a RadioButton",
8828
+ "attribute": "error"
8829
+ },
8830
+ {
8831
+ "kind": "field",
8832
+ "name": "readOnly",
8833
+ "type": {
8834
+ "text": "boolean | undefined"
8835
+ },
8836
+ "description": "Specify if RadioButton displays in a read-only state",
8837
+ "attribute": "readOnly"
8838
+ },
8839
+ {
8840
+ "kind": "field",
8841
+ "name": "disabled",
8842
+ "type": {
8843
+ "text": "boolean | undefined"
8844
+ },
8845
+ "description": "Specify if RadioButton displays in a disabled state",
8846
+ "attribute": "disabled"
8847
+ },
8848
+ {
8849
+ "kind": "field",
8850
+ "name": "theme",
8851
+ "type": {
8852
+ "text": "'light' | 'dark' | undefined"
8853
+ },
8854
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8855
+ "attribute": "theme"
8856
+ },
8857
+ {
8858
+ "kind": "field",
8859
+ "name": "value",
8860
+ "type": {
8861
+ "text": "string | undefined"
8862
+ },
8863
+ "description": "The value attribute for the input element",
8864
+ "attribute": "value"
8865
+ },
8866
+ {
8867
+ "kind": "field",
8868
+ "name": "checked",
8869
+ "type": {
8870
+ "text": "boolean"
8871
+ },
8872
+ "default": "false",
8873
+ "description": "The checked attribute for the input element",
8874
+ "attribute": "checked"
8875
+ },
8876
+ {
8877
+ "kind": "field",
8878
+ "name": "onKeyDown",
8879
+ "type": {
8880
+ "text": "(event: KeyboardEvent) => void | undefined"
8881
+ },
8882
+ "description": "A user-defined function to handle keydown events",
8883
+ "attribute": "onKeyDown"
8884
+ },
8885
+ {
8886
+ "kind": "field",
8887
+ "name": "inputChoiceGroupContext",
8888
+ "type": {
8889
+ "text": "InputChoiceGroupContextProps"
8890
+ }
8891
+ },
8892
+ {
8893
+ "kind": "field",
8894
+ "name": "radioButtonRef"
8895
+ },
8896
+ {
8897
+ "kind": "method",
8898
+ "name": "focus"
8899
+ }
8900
+ ],
8901
+ "attributes": [
8902
+ {
8903
+ "name": "label",
8904
+ "type": {
8905
+ "text": "string | undefined"
8906
+ },
8907
+ "description": "Specify the text for the label",
8908
+ "fieldName": "label"
8909
+ },
8910
+ {
8911
+ "name": "error",
8912
+ "type": {
8913
+ "text": "boolean | undefined"
8914
+ },
8915
+ "description": "Specify error text and display error state of a RadioButton",
8916
+ "fieldName": "error"
8917
+ },
8918
+ {
8919
+ "name": "readOnly",
8920
+ "type": {
8921
+ "text": "boolean | undefined"
8922
+ },
8923
+ "description": "Specify if RadioButton displays in a read-only state",
8924
+ "fieldName": "readOnly"
8925
+ },
8926
+ {
8927
+ "name": "disabled",
8928
+ "type": {
8929
+ "text": "boolean | undefined"
8930
+ },
8931
+ "description": "Specify if RadioButton displays in a disabled state",
8932
+ "fieldName": "disabled"
8933
+ },
8934
+ {
8935
+ "name": "theme",
8936
+ "type": {
8937
+ "text": "'light' | 'dark' | undefined"
8938
+ },
8939
+ "description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
8940
+ "fieldName": "theme"
8941
+ },
8942
+ {
8943
+ "name": "value",
8944
+ "type": {
8945
+ "text": "string | undefined"
8946
+ },
8947
+ "description": "The value attribute for the input element",
8948
+ "fieldName": "value"
8949
+ },
8950
+ {
8951
+ "name": "checked",
8952
+ "type": {
8953
+ "text": "boolean"
8954
+ },
8955
+ "default": "false",
8956
+ "description": "The checked attribute for the input element",
8957
+ "fieldName": "checked"
8958
+ },
8959
+ {
8960
+ "name": "onKeyDown",
8961
+ "type": {
8962
+ "text": "(event: KeyboardEvent) => void | undefined"
8963
+ },
8964
+ "description": "A user-defined function to handle keydown events",
8965
+ "fieldName": "onKeyDown"
8966
+ }
8967
+ ],
8968
+ "superclass": {
8969
+ "name": "LitElement",
8970
+ "package": "lit"
8971
+ },
8972
+ "tagName": "bm-radio-button",
8973
+ "customElement": true
8974
+ }
8975
+ ],
8976
+ "exports": [
8977
+ {
8978
+ "kind": "js",
8979
+ "name": "BmRadioButton",
8980
+ "declaration": {
8981
+ "name": "BmRadioButton",
8982
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8983
+ }
8984
+ },
8985
+ {
8986
+ "kind": "custom-element-definition",
8987
+ "name": "bm-radio-button",
8988
+ "declaration": {
8989
+ "name": "BmRadioButton",
8990
+ "module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
8991
+ }
8992
+ }
8993
+ ]
8994
+ },
8995
+ {
8996
+ "kind": "javascript-module",
8997
+ "path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
8974
8998
  "declarations": [],
8975
8999
  "exports": [
8976
9000
  {
@@ -8978,85 +9002,83 @@
8978
9002
  "name": "*",
8979
9003
  "declaration": {
8980
9004
  "name": "*",
8981
- "package": "./TextField"
9005
+ "package": "./RadioButton"
9006
+ }
9007
+ },
9008
+ {
9009
+ "kind": "js",
9010
+ "name": "*",
9011
+ "declaration": {
9012
+ "name": "*",
9013
+ "package": "./RadioButtonGroup/RadioButtonGroup"
8982
9014
  }
8983
9015
  }
8984
9016
  ]
8985
9017
  },
8986
9018
  {
8987
9019
  "kind": "javascript-module",
8988
- "path": "libs/web-components/src/lib/wip/TextArea/TextArea.ts",
9020
+ "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
8989
9021
  "declarations": [
8990
9022
  {
8991
9023
  "kind": "class",
8992
- "description": "### Attributes:\n- **rows** - Specify the height of TextArea\n- **cols** - Specify the width of TextArea\n- **placeholder** - Specify placeholder text for TextArea\n- **required** - Specify if TextArea is a required input\n- **hideRequiredMarker** - Specify if the TextArea displays with an asterisk\n- **error** - Specify error text and display error state of a TextArea\n- **readOnly** - Specify if TextArea displays in a read-only state\n- **disabled** - Specify if TextArea displays in a disabled state\n- **fluid** - Specify if TextArea is fluid\n- **width** - Specify the width of TextArea\n- **hideResize** - Specify if TextArea can be manually resized\n- **maxCount** - Specify the maximum character count for the TextArea\n- **autoResize** - Specify if the TextArea automatically resizes to fit the text\n- **theme** - Specify the theme of the TextArea. By default it inherits the theme from the parent",
8993
- "name": "BmTextArea",
9024
+ "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",
9025
+ "name": "BmSwitch",
8994
9026
  "slots": [
8995
9027
  {
8996
- "description": "Specify the label for TextArea",
8997
- "name": "label"
9028
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9029
+ "name": "onText"
8998
9030
  },
8999
9031
  {
9000
- "description": "Specify the helper text for TextArea",
9001
- "name": "helper-text"
9032
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9033
+ "name": "offText"
9002
9034
  }
9003
9035
  ],
9004
9036
  "members": [
9005
9037
  {
9006
9038
  "kind": "field",
9007
- "name": "rows",
9008
- "type": {
9009
- "text": "number | undefined"
9010
- },
9011
- "description": "Specify the height of TextArea",
9012
- "attribute": "rows"
9013
- },
9014
- {
9015
- "kind": "field",
9016
- "name": "cols",
9039
+ "name": "inputChoiceGroupContext",
9017
9040
  "type": {
9018
- "text": "number | undefined"
9019
- },
9020
- "description": "Specify the width of TextArea",
9021
- "attribute": "cols"
9041
+ "text": "InputChoiceGroupContextProps"
9042
+ }
9022
9043
  },
9023
9044
  {
9024
9045
  "kind": "field",
9025
- "name": "placeholder",
9046
+ "name": "onText",
9026
9047
  "type": {
9027
9048
  "text": "string | undefined"
9028
9049
  },
9029
- "description": "Specify placeholder text for TextArea",
9030
- "attribute": "placeholder"
9050
+ "default": "undefined",
9051
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9052
+ "attribute": "onText"
9031
9053
  },
9032
9054
  {
9033
9055
  "kind": "field",
9034
- "name": "required",
9056
+ "name": "offText",
9035
9057
  "type": {
9036
- "text": "boolean"
9058
+ "text": "string | undefined"
9037
9059
  },
9038
- "default": "false",
9039
- "description": "Specify if TextArea is a required input",
9040
- "attribute": "required"
9060
+ "default": "undefined",
9061
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9062
+ "attribute": "offText"
9041
9063
  },
9042
9064
  {
9043
9065
  "kind": "field",
9044
- "name": "hideRequiredMarker",
9066
+ "name": "theme",
9045
9067
  "type": {
9046
- "text": "boolean"
9068
+ "text": "ThemeTypes | undefined"
9047
9069
  },
9048
- "default": "false",
9049
- "description": "Specify if the TextArea displays with an asterisk",
9050
- "attribute": "hideRequiredMarker"
9070
+ "default": "undefined",
9071
+ "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
9051
9072
  },
9052
9073
  {
9053
9074
  "kind": "field",
9054
- "name": "error",
9075
+ "name": "textPosition",
9055
9076
  "type": {
9056
- "text": "string | undefined"
9077
+ "text": "'before' | 'after'"
9057
9078
  },
9058
- "description": "Specify error text and display error state of a TextArea",
9059
- "attribute": "error"
9079
+ "default": "'after'",
9080
+ "description": "Specify the position of the side label",
9081
+ "attribute": "textPosition"
9060
9082
  },
9061
9083
  {
9062
9084
  "kind": "field",
@@ -9065,7 +9087,7 @@
9065
9087
  "text": "boolean"
9066
9088
  },
9067
9089
  "default": "false",
9068
- "description": "Specify if TextArea displays in a read-only state",
9090
+ "description": "Specify if Switch displays in a read-only state",
9069
9091
  "attribute": "readOnly"
9070
9092
  },
9071
9093
  {
@@ -9075,630 +9097,616 @@
9075
9097
  "text": "boolean"
9076
9098
  },
9077
9099
  "default": "false",
9078
- "description": "Specify if TextArea displays in a disabled state",
9100
+ "description": "Specify if Switch displays in a disabled state",
9079
9101
  "attribute": "disabled"
9080
9102
  },
9081
9103
  {
9082
9104
  "kind": "field",
9083
- "name": "fluid",
9105
+ "name": "checked",
9084
9106
  "type": {
9085
9107
  "text": "boolean"
9086
9108
  },
9087
9109
  "default": "false",
9088
- "description": "Specify if TextArea is fluid",
9089
- "attribute": "fluid"
9110
+ "attribute": "checked"
9090
9111
  },
9091
9112
  {
9092
9113
  "kind": "field",
9093
- "name": "width",
9114
+ "name": "value",
9094
9115
  "type": {
9095
9116
  "text": "string | undefined"
9096
9117
  },
9097
- "description": "Specify the width of TextArea",
9098
- "attribute": "width"
9118
+ "description": "The value attribute for the input element",
9119
+ "attribute": "value"
9099
9120
  },
9100
9121
  {
9101
9122
  "kind": "field",
9102
- "name": "hideResize",
9103
- "type": {
9104
- "text": "boolean"
9105
- },
9106
- "default": "false",
9107
- "description": "Specify if TextArea can be manually resized",
9108
- "attribute": "hideResize"
9109
- },
9123
+ "name": "switchRef"
9124
+ }
9125
+ ],
9126
+ "attributes": [
9110
9127
  {
9111
- "kind": "field",
9112
- "name": "maxCount",
9128
+ "name": "onText",
9113
9129
  "type": {
9114
- "text": "number | undefined"
9130
+ "text": "string | undefined"
9115
9131
  },
9116
- "description": "Specify the maximum character count for the TextArea",
9117
- "attribute": "maxCount"
9132
+ "default": "undefined",
9133
+ "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9134
+ "fieldName": "onText"
9118
9135
  },
9119
9136
  {
9120
- "kind": "field",
9121
- "name": "autoResize",
9137
+ "name": "offText",
9122
9138
  "type": {
9123
- "text": "boolean"
9139
+ "text": "string | undefined"
9124
9140
  },
9125
- "default": "false",
9126
- "description": "Specify if the TextArea automatically resizes to fit the text",
9127
- "attribute": "autoResize"
9141
+ "default": "undefined",
9142
+ "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9143
+ "fieldName": "offText"
9128
9144
  },
9129
9145
  {
9130
- "kind": "field",
9131
- "name": "theme",
9146
+ "name": "textPosition",
9132
9147
  "type": {
9133
- "text": "'light' | 'dark' | undefined"
9134
- },
9135
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
9136
- "attribute": "theme"
9137
- },
9138
- {
9139
- "kind": "field",
9140
- "name": "formFieldCounterRef"
9141
- },
9142
- {
9143
- "kind": "method",
9144
- "name": "finalizeAssociatedCallback",
9145
- "return": {
9146
- "type": {
9147
- "text": "FinalizeAssociatedResult"
9148
- }
9148
+ "text": "'before' | 'after'"
9149
9149
  },
9150
- "parameters": [
9151
- {
9152
- "name": "value",
9153
- "type": {
9154
- "text": "string"
9155
- }
9156
- }
9157
- ],
9158
- "inheritedFrom": {
9159
- "name": "FormField",
9160
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9161
- }
9150
+ "default": "'after'",
9151
+ "description": "Specify the position of the side label",
9152
+ "fieldName": "textPosition"
9162
9153
  },
9163
9154
  {
9164
- "kind": "field",
9165
- "name": "formAssociated",
9155
+ "name": "readOnly",
9166
9156
  "type": {
9167
9157
  "text": "boolean"
9168
9158
  },
9169
- "static": true,
9170
- "default": "true",
9171
- "inheritedFrom": {
9172
- "name": "FormField",
9173
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9174
- }
9159
+ "default": "false",
9160
+ "description": "Specify if Switch displays in a read-only state",
9161
+ "fieldName": "readOnly"
9175
9162
  },
9176
9163
  {
9177
- "kind": "field",
9178
- "name": "id",
9164
+ "name": "disabled",
9179
9165
  "type": {
9180
- "text": "string"
9166
+ "text": "boolean"
9181
9167
  },
9182
- "default": "''",
9183
- "attribute": "id",
9184
- "inheritedFrom": {
9185
- "name": "FormField",
9186
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9187
- }
9168
+ "default": "false",
9169
+ "description": "Specify if Switch displays in a disabled state",
9170
+ "fieldName": "disabled"
9188
9171
  },
9189
9172
  {
9190
- "kind": "field",
9191
- "name": "name",
9173
+ "name": "checked",
9192
9174
  "type": {
9193
- "text": "string"
9175
+ "text": "boolean"
9194
9176
  },
9195
- "default": "''",
9196
- "attribute": "name",
9197
- "inheritedFrom": {
9198
- "name": "FormField",
9199
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9200
- }
9177
+ "default": "false",
9178
+ "fieldName": "checked"
9201
9179
  },
9202
9180
  {
9203
- "kind": "field",
9204
9181
  "name": "value",
9205
9182
  "type": {
9206
- "text": "string"
9207
- },
9208
- "default": "''",
9209
- "attribute": "value",
9210
- "inheritedFrom": {
9211
- "name": "FormField",
9212
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9213
- }
9214
- },
9215
- {
9216
- "kind": "field",
9217
- "name": "validationRules",
9218
- "type": {
9219
- "text": "Array<FormValidator>"
9183
+ "text": "string | undefined"
9220
9184
  },
9221
- "default": "[]",
9222
- "attribute": "validationRules",
9223
- "inheritedFrom": {
9224
- "name": "FormField",
9225
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9226
- }
9227
- },
9185
+ "description": "The value attribute for the input element",
9186
+ "fieldName": "value"
9187
+ }
9188
+ ],
9189
+ "superclass": {
9190
+ "name": "LitElement",
9191
+ "package": "lit"
9192
+ },
9193
+ "tagName": "bm-switch",
9194
+ "customElement": true
9195
+ }
9196
+ ],
9197
+ "exports": [
9198
+ {
9199
+ "kind": "js",
9200
+ "name": "BmSwitch",
9201
+ "declaration": {
9202
+ "name": "BmSwitch",
9203
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9204
+ }
9205
+ },
9206
+ {
9207
+ "kind": "custom-element-definition",
9208
+ "name": "bm-switch",
9209
+ "declaration": {
9210
+ "name": "BmSwitch",
9211
+ "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9212
+ }
9213
+ }
9214
+ ]
9215
+ },
9216
+ {
9217
+ "kind": "javascript-module",
9218
+ "path": "libs/web-components/src/lib/wip/Switch/index.ts",
9219
+ "declarations": [],
9220
+ "exports": [
9221
+ {
9222
+ "kind": "js",
9223
+ "name": "*",
9224
+ "declaration": {
9225
+ "name": "*",
9226
+ "package": "./Switch"
9227
+ }
9228
+ },
9229
+ {
9230
+ "kind": "js",
9231
+ "name": "*",
9232
+ "declaration": {
9233
+ "name": "*",
9234
+ "package": "./SwitchGroup/SwitchGroup"
9235
+ }
9236
+ }
9237
+ ]
9238
+ },
9239
+ {
9240
+ "kind": "javascript-module",
9241
+ "path": "libs/web-components/src/lib/wip/TextField/TextField.ts",
9242
+ "declarations": [
9243
+ {
9244
+ "kind": "class",
9245
+ "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** ",
9246
+ "name": "BmTextField",
9247
+ "slots": [
9228
9248
  {
9229
- "kind": "field",
9230
- "name": "inputAriaLabel",
9231
- "type": {
9232
- "text": "string | undefined"
9233
- },
9234
- "attribute": "input-aria-label",
9235
- "inheritedFrom": {
9236
- "name": "FormField",
9237
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9238
- }
9249
+ "description": "Specify the label for TextField",
9250
+ "name": "label"
9239
9251
  },
9240
9252
  {
9241
- "kind": "field",
9242
- "name": "formContext",
9243
- "type": {
9244
- "text": "BmFormContext"
9245
- },
9246
- "inheritedFrom": {
9247
- "name": "FormField",
9248
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9249
- }
9253
+ "description": "Specify the helper text for TextField",
9254
+ "name": "helper-text"
9250
9255
  },
9251
9256
  {
9252
- "kind": "method",
9253
- "name": "formAssociatedCallback",
9254
- "return": {
9255
- "type": {
9256
- "text": "void"
9257
- }
9258
- },
9259
- "inheritedFrom": {
9260
- "name": "FormField",
9261
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9262
- }
9257
+ "description": "Specify content to display after input",
9258
+ "name": "content-after"
9263
9259
  },
9264
9260
  {
9265
- "kind": "method",
9266
- "name": "formResetCallback",
9267
- "return": {
9268
- "type": {
9269
- "text": "void"
9270
- }
9271
- },
9272
- "inheritedFrom": {
9273
- "name": "FormField",
9274
- "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9275
- }
9261
+ "description": "Specify content to display before input",
9262
+ "name": "content-before"
9276
9263
  }
9277
9264
  ],
9278
- "attributes": [
9279
- {
9280
- "name": "rows",
9281
- "type": {
9282
- "text": "number | undefined"
9283
- },
9284
- "description": "Specify the height of TextArea",
9285
- "fieldName": "rows"
9286
- },
9287
- {
9288
- "name": "cols",
9289
- "type": {
9290
- "text": "number | undefined"
9291
- },
9292
- "description": "Specify the width of TextArea",
9293
- "fieldName": "cols"
9294
- },
9265
+ "members": [
9295
9266
  {
9267
+ "kind": "field",
9296
9268
  "name": "placeholder",
9297
9269
  "type": {
9298
9270
  "text": "string | undefined"
9299
9271
  },
9300
- "description": "Specify placeholder text for TextArea",
9301
- "fieldName": "placeholder"
9272
+ "description": "Specify placeholder text for TextField",
9273
+ "attribute": "placeholder"
9302
9274
  },
9303
9275
  {
9276
+ "kind": "field",
9304
9277
  "name": "required",
9305
9278
  "type": {
9306
9279
  "text": "boolean"
9307
9280
  },
9308
9281
  "default": "false",
9309
- "description": "Specify if TextArea is a required input",
9310
- "fieldName": "required"
9282
+ "description": "Specify if TextField is a required input",
9283
+ "attribute": "required"
9311
9284
  },
9312
9285
  {
9286
+ "kind": "field",
9313
9287
  "name": "hideRequiredMarker",
9314
9288
  "type": {
9315
9289
  "text": "boolean"
9316
9290
  },
9317
9291
  "default": "false",
9318
- "description": "Specify if the TextArea displays with an asterisk",
9319
- "fieldName": "hideRequiredMarker"
9292
+ "description": "Specify if the TextField displays with an asterisk",
9293
+ "attribute": "hideRequiredMarker"
9320
9294
  },
9321
9295
  {
9296
+ "kind": "field",
9322
9297
  "name": "error",
9323
9298
  "type": {
9324
9299
  "text": "string | undefined"
9325
9300
  },
9326
- "description": "Specify error text and display error state of a TextArea",
9327
- "fieldName": "error"
9301
+ "description": "Specify error text and display error state of a TextField",
9302
+ "attribute": "error"
9328
9303
  },
9329
9304
  {
9305
+ "kind": "field",
9330
9306
  "name": "readOnly",
9331
9307
  "type": {
9332
9308
  "text": "boolean"
9333
9309
  },
9334
9310
  "default": "false",
9335
- "description": "Specify if TextArea displays in a read-only state",
9336
- "fieldName": "readOnly"
9311
+ "description": "Specify if TextField displays in a read-only state",
9312
+ "attribute": "readOnly"
9337
9313
  },
9338
9314
  {
9315
+ "kind": "field",
9339
9316
  "name": "disabled",
9340
9317
  "type": {
9341
9318
  "text": "boolean"
9342
9319
  },
9343
9320
  "default": "false",
9344
- "description": "Specify if TextArea displays in a disabled state",
9345
- "fieldName": "disabled"
9321
+ "description": "Specify if TextField displays in a disabled state",
9322
+ "attribute": "disabled"
9346
9323
  },
9347
9324
  {
9325
+ "kind": "field",
9348
9326
  "name": "fluid",
9349
9327
  "type": {
9350
9328
  "text": "boolean"
9351
9329
  },
9352
9330
  "default": "false",
9353
- "description": "Specify if TextArea is fluid",
9354
- "fieldName": "fluid"
9331
+ "description": "Specify if TextField is fluid",
9332
+ "attribute": "fluid"
9355
9333
  },
9356
9334
  {
9335
+ "kind": "field",
9357
9336
  "name": "width",
9358
9337
  "type": {
9359
9338
  "text": "string | undefined"
9360
9339
  },
9361
- "description": "Specify the width of TextArea",
9362
- "fieldName": "width"
9340
+ "description": "Specify the width of TextField",
9341
+ "attribute": "width"
9363
9342
  },
9364
9343
  {
9365
- "name": "hideResize",
9344
+ "kind": "field",
9345
+ "name": "ellipse",
9366
9346
  "type": {
9367
9347
  "text": "boolean"
9368
9348
  },
9369
9349
  "default": "false",
9370
- "description": "Specify if TextArea can be manually resized",
9371
- "fieldName": "hideResize"
9350
+ "description": "Specify if overflow displays ellipsis",
9351
+ "attribute": "ellipse"
9372
9352
  },
9373
9353
  {
9374
- "name": "maxCount",
9354
+ "kind": "field",
9355
+ "name": "theme",
9375
9356
  "type": {
9376
- "text": "number | undefined"
9357
+ "text": "'light' | 'dark' | undefined"
9377
9358
  },
9378
- "description": "Specify the maximum character count for the TextArea",
9379
- "fieldName": "maxCount"
9359
+ "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
9360
+ "attribute": "theme"
9380
9361
  },
9381
9362
  {
9382
- "name": "autoResize",
9363
+ "kind": "field",
9364
+ "name": "type",
9383
9365
  "type": {
9384
- "text": "boolean"
9366
+ "text": "string"
9385
9367
  },
9386
- "default": "false",
9387
- "description": "Specify if the TextArea automatically resizes to fit the text",
9388
- "fieldName": "autoResize"
9368
+ "default": "'text'",
9369
+ "attribute": "type"
9389
9370
  },
9390
9371
  {
9391
- "name": "theme",
9372
+ "kind": "field",
9373
+ "name": "inputMode",
9392
9374
  "type": {
9393
- "text": "'light' | 'dark' | undefined"
9375
+ "text": "string"
9394
9376
  },
9395
- "description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
9396
- "fieldName": "theme"
9377
+ "default": "'text'",
9378
+ "attribute": "inputMode"
9379
+ },
9380
+ {
9381
+ "kind": "field",
9382
+ "name": "formAssociated",
9383
+ "type": {
9384
+ "text": "boolean"
9385
+ },
9386
+ "static": true,
9387
+ "default": "true",
9388
+ "inheritedFrom": {
9389
+ "name": "FormField",
9390
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9391
+ }
9397
9392
  },
9398
9393
  {
9394
+ "kind": "field",
9399
9395
  "name": "id",
9400
9396
  "type": {
9401
9397
  "text": "string"
9402
9398
  },
9403
9399
  "default": "''",
9404
- "fieldName": "id",
9400
+ "attribute": "id",
9405
9401
  "inheritedFrom": {
9406
9402
  "name": "FormField",
9407
9403
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9408
9404
  }
9409
9405
  },
9410
9406
  {
9407
+ "kind": "field",
9411
9408
  "name": "name",
9412
9409
  "type": {
9413
9410
  "text": "string"
9414
9411
  },
9415
9412
  "default": "''",
9416
- "fieldName": "name",
9413
+ "attribute": "name",
9417
9414
  "inheritedFrom": {
9418
9415
  "name": "FormField",
9419
9416
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9420
9417
  }
9421
9418
  },
9422
9419
  {
9420
+ "kind": "field",
9423
9421
  "name": "value",
9424
9422
  "type": {
9425
9423
  "text": "string"
9426
9424
  },
9427
9425
  "default": "''",
9428
- "fieldName": "value",
9426
+ "attribute": "value",
9429
9427
  "inheritedFrom": {
9430
9428
  "name": "FormField",
9431
9429
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9432
9430
  }
9433
9431
  },
9434
9432
  {
9433
+ "kind": "field",
9435
9434
  "name": "validationRules",
9436
9435
  "type": {
9437
9436
  "text": "Array<FormValidator>"
9438
9437
  },
9439
9438
  "default": "[]",
9440
- "fieldName": "validationRules",
9439
+ "attribute": "validationRules",
9441
9440
  "inheritedFrom": {
9442
9441
  "name": "FormField",
9443
9442
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9444
9443
  }
9445
9444
  },
9446
9445
  {
9447
- "name": "input-aria-label",
9446
+ "kind": "field",
9447
+ "name": "inputAriaLabel",
9448
9448
  "type": {
9449
9449
  "text": "string | undefined"
9450
9450
  },
9451
- "fieldName": "inputAriaLabel",
9451
+ "attribute": "input-aria-label",
9452
9452
  "inheritedFrom": {
9453
9453
  "name": "FormField",
9454
9454
  "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9455
- }
9456
- }
9457
- ],
9458
- "superclass": {
9459
- "name": "FormField",
9460
- "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
9461
- },
9462
- "summary": "`bm-text-area`",
9463
- "tagName": "bm-text-area",
9464
- "customElement": true
9465
- }
9466
- ],
9467
- "exports": [
9468
- {
9469
- "kind": "js",
9470
- "name": "BmTextArea",
9471
- "declaration": {
9472
- "name": "BmTextArea",
9473
- "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
9474
- }
9475
- },
9476
- {
9477
- "kind": "custom-element-definition",
9478
- "name": "bm-text-area",
9479
- "declaration": {
9480
- "name": "BmTextArea",
9481
- "module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
9482
- }
9483
- }
9484
- ]
9485
- },
9486
- {
9487
- "kind": "javascript-module",
9488
- "path": "libs/web-components/src/lib/wip/TextArea/index.ts",
9489
- "declarations": [],
9490
- "exports": [
9491
- {
9492
- "kind": "js",
9493
- "name": "*",
9494
- "declaration": {
9495
- "name": "*",
9496
- "package": "./TextArea"
9497
- }
9498
- }
9499
- ]
9500
- },
9501
- {
9502
- "kind": "javascript-module",
9503
- "path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
9504
- "declarations": [
9505
- {
9506
- "kind": "class",
9507
- "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",
9508
- "name": "BmSwitch",
9509
- "slots": [
9510
- {
9511
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9512
- "name": "onText"
9455
+ }
9513
9456
  },
9514
- {
9515
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9516
- "name": "offText"
9517
- }
9518
- ],
9519
- "members": [
9520
9457
  {
9521
9458
  "kind": "field",
9522
- "name": "inputChoiceGroupContext",
9459
+ "name": "formContext",
9523
9460
  "type": {
9524
- "text": "InputChoiceGroupContextProps"
9461
+ "text": "BmFormContext"
9462
+ },
9463
+ "inheritedFrom": {
9464
+ "name": "FormField",
9465
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9525
9466
  }
9526
9467
  },
9527
9468
  {
9528
- "kind": "field",
9529
- "name": "onText",
9469
+ "kind": "method",
9470
+ "name": "formAssociatedCallback",
9471
+ "return": {
9472
+ "type": {
9473
+ "text": "void"
9474
+ }
9475
+ },
9476
+ "inheritedFrom": {
9477
+ "name": "FormField",
9478
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9479
+ }
9480
+ },
9481
+ {
9482
+ "kind": "method",
9483
+ "name": "formResetCallback",
9484
+ "return": {
9485
+ "type": {
9486
+ "text": "void"
9487
+ }
9488
+ },
9489
+ "inheritedFrom": {
9490
+ "name": "FormField",
9491
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9492
+ }
9493
+ },
9494
+ {
9495
+ "kind": "method",
9496
+ "name": "finalizeAssociatedCallback",
9497
+ "return": {
9498
+ "type": {
9499
+ "text": "FinalizeAssociatedResult"
9500
+ }
9501
+ },
9502
+ "parameters": [
9503
+ {
9504
+ "name": "ctxValue",
9505
+ "type": {
9506
+ "text": "string"
9507
+ }
9508
+ }
9509
+ ],
9510
+ "inheritedFrom": {
9511
+ "name": "FormField",
9512
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9513
+ }
9514
+ }
9515
+ ],
9516
+ "attributes": [
9517
+ {
9518
+ "name": "placeholder",
9530
9519
  "type": {
9531
9520
  "text": "string | undefined"
9532
9521
  },
9533
- "default": "undefined",
9534
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9535
- "attribute": "onText"
9522
+ "description": "Specify placeholder text for TextField",
9523
+ "fieldName": "placeholder"
9536
9524
  },
9537
9525
  {
9538
- "kind": "field",
9539
- "name": "offText",
9526
+ "name": "required",
9540
9527
  "type": {
9541
- "text": "string | undefined"
9528
+ "text": "boolean"
9542
9529
  },
9543
- "default": "undefined",
9544
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9545
- "attribute": "offText"
9530
+ "default": "false",
9531
+ "description": "Specify if TextField is a required input",
9532
+ "fieldName": "required"
9546
9533
  },
9547
9534
  {
9548
- "kind": "field",
9549
- "name": "theme",
9535
+ "name": "hideRequiredMarker",
9550
9536
  "type": {
9551
- "text": "ThemeTypes | undefined"
9537
+ "text": "boolean"
9552
9538
  },
9553
- "default": "undefined",
9554
- "description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
9539
+ "default": "false",
9540
+ "description": "Specify if the TextField displays with an asterisk",
9541
+ "fieldName": "hideRequiredMarker"
9555
9542
  },
9556
9543
  {
9557
- "kind": "field",
9558
- "name": "textPosition",
9544
+ "name": "error",
9559
9545
  "type": {
9560
- "text": "'before' | 'after'"
9546
+ "text": "string | undefined"
9561
9547
  },
9562
- "default": "'after'",
9563
- "description": "Specify the position of the side label",
9564
- "attribute": "textPosition"
9548
+ "description": "Specify error text and display error state of a TextField",
9549
+ "fieldName": "error"
9565
9550
  },
9566
9551
  {
9567
- "kind": "field",
9568
9552
  "name": "readOnly",
9569
9553
  "type": {
9570
9554
  "text": "boolean"
9571
9555
  },
9572
9556
  "default": "false",
9573
- "description": "Specify if Switch displays in a read-only state",
9574
- "attribute": "readOnly"
9557
+ "description": "Specify if TextField displays in a read-only state",
9558
+ "fieldName": "readOnly"
9575
9559
  },
9576
9560
  {
9577
- "kind": "field",
9578
9561
  "name": "disabled",
9579
9562
  "type": {
9580
9563
  "text": "boolean"
9581
9564
  },
9582
9565
  "default": "false",
9583
- "description": "Specify if Switch displays in a disabled state",
9584
- "attribute": "disabled"
9566
+ "description": "Specify if TextField displays in a disabled state",
9567
+ "fieldName": "disabled"
9585
9568
  },
9586
9569
  {
9587
- "kind": "field",
9588
- "name": "checked",
9570
+ "name": "fluid",
9589
9571
  "type": {
9590
9572
  "text": "boolean"
9591
9573
  },
9592
9574
  "default": "false",
9593
- "attribute": "checked"
9575
+ "description": "Specify if TextField is fluid",
9576
+ "fieldName": "fluid"
9594
9577
  },
9595
9578
  {
9596
- "kind": "field",
9597
- "name": "value",
9579
+ "name": "width",
9598
9580
  "type": {
9599
9581
  "text": "string | undefined"
9600
9582
  },
9601
- "description": "The value attribute for the input element",
9602
- "attribute": "value"
9583
+ "description": "Specify the width of TextField",
9584
+ "fieldName": "width"
9603
9585
  },
9604
9586
  {
9605
- "kind": "field",
9606
- "name": "switchRef"
9607
- }
9608
- ],
9609
- "attributes": [
9610
- {
9611
- "name": "onText",
9587
+ "name": "ellipse",
9612
9588
  "type": {
9613
- "text": "string | undefined"
9589
+ "text": "boolean"
9614
9590
  },
9615
- "default": "undefined",
9616
- "description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
9617
- "fieldName": "onText"
9591
+ "default": "false",
9592
+ "description": "Specify if overflow displays ellipsis",
9593
+ "fieldName": "ellipse"
9618
9594
  },
9619
9595
  {
9620
- "name": "offText",
9596
+ "name": "theme",
9621
9597
  "type": {
9622
- "text": "string | undefined"
9598
+ "text": "'light' | 'dark' | undefined"
9623
9599
  },
9624
- "default": "undefined",
9625
- "description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
9626
- "fieldName": "offText"
9600
+ "description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
9601
+ "fieldName": "theme"
9627
9602
  },
9628
9603
  {
9629
- "name": "textPosition",
9604
+ "name": "type",
9630
9605
  "type": {
9631
- "text": "'before' | 'after'"
9606
+ "text": "string"
9632
9607
  },
9633
- "default": "'after'",
9634
- "description": "Specify the position of the side label",
9635
- "fieldName": "textPosition"
9608
+ "default": "'text'",
9609
+ "fieldName": "type"
9636
9610
  },
9637
9611
  {
9638
- "name": "readOnly",
9612
+ "name": "inputMode",
9639
9613
  "type": {
9640
- "text": "boolean"
9614
+ "text": "string"
9641
9615
  },
9642
- "default": "false",
9643
- "description": "Specify if Switch displays in a read-only state",
9644
- "fieldName": "readOnly"
9616
+ "default": "'text'",
9617
+ "fieldName": "inputMode"
9645
9618
  },
9646
9619
  {
9647
- "name": "disabled",
9620
+ "name": "id",
9648
9621
  "type": {
9649
- "text": "boolean"
9622
+ "text": "string"
9650
9623
  },
9651
- "default": "false",
9652
- "description": "Specify if Switch displays in a disabled state",
9653
- "fieldName": "disabled"
9624
+ "default": "''",
9625
+ "fieldName": "id",
9626
+ "inheritedFrom": {
9627
+ "name": "FormField",
9628
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9629
+ }
9654
9630
  },
9655
9631
  {
9656
- "name": "checked",
9632
+ "name": "name",
9657
9633
  "type": {
9658
- "text": "boolean"
9634
+ "text": "string"
9659
9635
  },
9660
- "default": "false",
9661
- "fieldName": "checked"
9636
+ "default": "''",
9637
+ "fieldName": "name",
9638
+ "inheritedFrom": {
9639
+ "name": "FormField",
9640
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9641
+ }
9662
9642
  },
9663
9643
  {
9664
9644
  "name": "value",
9645
+ "type": {
9646
+ "text": "string"
9647
+ },
9648
+ "default": "''",
9649
+ "fieldName": "value",
9650
+ "inheritedFrom": {
9651
+ "name": "FormField",
9652
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9653
+ }
9654
+ },
9655
+ {
9656
+ "name": "validationRules",
9657
+ "type": {
9658
+ "text": "Array<FormValidator>"
9659
+ },
9660
+ "default": "[]",
9661
+ "fieldName": "validationRules",
9662
+ "inheritedFrom": {
9663
+ "name": "FormField",
9664
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9665
+ }
9666
+ },
9667
+ {
9668
+ "name": "input-aria-label",
9665
9669
  "type": {
9666
9670
  "text": "string | undefined"
9667
9671
  },
9668
- "description": "The value attribute for the input element",
9669
- "fieldName": "value"
9672
+ "fieldName": "inputAriaLabel",
9673
+ "inheritedFrom": {
9674
+ "name": "FormField",
9675
+ "module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
9676
+ }
9670
9677
  }
9671
9678
  ],
9672
9679
  "superclass": {
9673
- "name": "LitElement",
9674
- "package": "lit"
9680
+ "name": "FormField",
9681
+ "module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
9675
9682
  },
9676
- "tagName": "bm-switch",
9683
+ "summary": "`bm-text-field`",
9684
+ "tagName": "bm-text-field",
9677
9685
  "customElement": true
9678
9686
  }
9679
9687
  ],
9680
9688
  "exports": [
9681
9689
  {
9682
9690
  "kind": "js",
9683
- "name": "BmSwitch",
9691
+ "name": "BmTextField",
9684
9692
  "declaration": {
9685
- "name": "BmSwitch",
9686
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9693
+ "name": "BmTextField",
9694
+ "module": "libs/web-components/src/lib/wip/TextField/TextField.ts"
9687
9695
  }
9688
9696
  },
9689
9697
  {
9690
9698
  "kind": "custom-element-definition",
9691
- "name": "bm-switch",
9699
+ "name": "bm-text-field",
9692
9700
  "declaration": {
9693
- "name": "BmSwitch",
9694
- "module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
9701
+ "name": "BmTextField",
9702
+ "module": "libs/web-components/src/lib/wip/TextField/TextField.ts"
9695
9703
  }
9696
9704
  }
9697
9705
  ]
9698
9706
  },
9699
9707
  {
9700
9708
  "kind": "javascript-module",
9701
- "path": "libs/web-components/src/lib/wip/Switch/index.ts",
9709
+ "path": "libs/web-components/src/lib/wip/TextField/index.ts",
9702
9710
  "declarations": [],
9703
9711
  "exports": [
9704
9712
  {
@@ -9706,15 +9714,7 @@
9706
9714
  "name": "*",
9707
9715
  "declaration": {
9708
9716
  "name": "*",
9709
- "package": "./Switch"
9710
- }
9711
- },
9712
- {
9713
- "kind": "js",
9714
- "name": "*",
9715
- "declaration": {
9716
- "name": "*",
9717
- "package": "./SwitchGroup/SwitchGroup"
9717
+ "package": "./TextField"
9718
9718
  }
9719
9719
  }
9720
9720
  ]