@viasat/beam-web-components 2.29.0 → 2.29.1
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.
- package/custom-elements.json +1158 -1158
- package/package.json +6 -6
- package/vscode.html-custom-data.json +173 -173
package/custom-elements.json
CHANGED
|
@@ -294,15 +294,19 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
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": "
|
|
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,522 +315,258 @@
|
|
|
311
315
|
"kind": "field",
|
|
312
316
|
"name": "appearance",
|
|
313
317
|
"type": {
|
|
314
|
-
"text": "'
|
|
318
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
315
319
|
},
|
|
316
|
-
"default": "'
|
|
317
|
-
"description": "Specify the appearance of the
|
|
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": "
|
|
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": "
|
|
328
|
+
"text": "'light' | 'dark' | undefined"
|
|
343
329
|
},
|
|
344
|
-
"description": "
|
|
345
|
-
"attribute": "
|
|
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": "'
|
|
337
|
+
"text": "'sm' | 'md' | undefined"
|
|
352
338
|
},
|
|
353
|
-
"default": "'
|
|
354
|
-
"description": "Specify the size of the
|
|
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": "
|
|
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": "
|
|
347
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
392
348
|
},
|
|
393
|
-
"default": "
|
|
394
|
-
"description": "
|
|
395
|
-
"attribute": "
|
|
349
|
+
"default": "'strong'",
|
|
350
|
+
"description": "Specify the emphasis of the Badge",
|
|
351
|
+
"attribute": "emphasis"
|
|
396
352
|
},
|
|
397
353
|
{
|
|
398
354
|
"kind": "field",
|
|
399
|
-
"name": "
|
|
355
|
+
"name": "hideIcon",
|
|
400
356
|
"type": {
|
|
401
|
-
"text": "boolean"
|
|
357
|
+
"text": "boolean | undefined"
|
|
402
358
|
},
|
|
403
|
-
"
|
|
404
|
-
"attribute": "
|
|
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": "'
|
|
367
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
412
368
|
},
|
|
413
|
-
"default": "'
|
|
414
|
-
"description": "Specify the appearance of the
|
|
369
|
+
"default": "'infoPrimary'",
|
|
370
|
+
"description": "Specify the appearance of the Badge",
|
|
415
371
|
"fieldName": "appearance"
|
|
416
372
|
},
|
|
417
373
|
{
|
|
418
|
-
"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": "
|
|
376
|
+
"text": "'light' | 'dark' | undefined"
|
|
437
377
|
},
|
|
438
|
-
"description": "
|
|
439
|
-
"fieldName": "
|
|
378
|
+
"description": "Theme of the Badge",
|
|
379
|
+
"fieldName": "theme"
|
|
440
380
|
},
|
|
441
381
|
{
|
|
442
382
|
"name": "size",
|
|
443
383
|
"type": {
|
|
444
|
-
"text": "'
|
|
384
|
+
"text": "'sm' | 'md' | undefined"
|
|
445
385
|
},
|
|
446
|
-
"default": "'
|
|
447
|
-
"description": "Specify the size of the
|
|
386
|
+
"default": "'sm'",
|
|
387
|
+
"description": "Specify the size of the Badge",
|
|
448
388
|
"fieldName": "size"
|
|
449
389
|
},
|
|
450
390
|
{
|
|
451
|
-
"name": "
|
|
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": "
|
|
393
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
481
394
|
},
|
|
482
|
-
"default": "
|
|
483
|
-
"description": "
|
|
484
|
-
"fieldName": "
|
|
395
|
+
"default": "'strong'",
|
|
396
|
+
"description": "Specify the emphasis of the Badge",
|
|
397
|
+
"fieldName": "emphasis"
|
|
485
398
|
},
|
|
486
399
|
{
|
|
487
|
-
"name": "
|
|
400
|
+
"name": "hideIcon",
|
|
488
401
|
"type": {
|
|
489
|
-
"text": "boolean"
|
|
402
|
+
"text": "boolean | undefined"
|
|
490
403
|
},
|
|
491
|
-
"
|
|
492
|
-
"fieldName": "
|
|
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-
|
|
412
|
+
"tagName": "bm-badge",
|
|
500
413
|
"customElement": true
|
|
501
414
|
}
|
|
502
415
|
],
|
|
503
416
|
"exports": [
|
|
504
417
|
{
|
|
505
418
|
"kind": "js",
|
|
506
|
-
"name": "
|
|
419
|
+
"name": "BmBadge",
|
|
507
420
|
"declaration": {
|
|
508
|
-
"name": "
|
|
509
|
-
"module": "libs/web-components/src/lib/
|
|
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-
|
|
427
|
+
"name": "bm-badge",
|
|
515
428
|
"declaration": {
|
|
516
|
-
"name": "
|
|
517
|
-
"module": "libs/web-components/src/lib/
|
|
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/
|
|
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": "
|
|
442
|
+
"name": "*",
|
|
535
443
|
"declaration": {
|
|
536
|
-
"name": "
|
|
537
|
-
"
|
|
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/
|
|
452
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
545
453
|
"declarations": [
|
|
546
454
|
{
|
|
547
455
|
"kind": "class",
|
|
548
|
-
"description": "`bm-
|
|
549
|
-
"name": "
|
|
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": "
|
|
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": "
|
|
467
|
+
"name": "theme",
|
|
560
468
|
"type": {
|
|
561
|
-
"text": "
|
|
469
|
+
"text": "'light' | 'dark' | undefined"
|
|
562
470
|
},
|
|
563
|
-
"
|
|
564
|
-
"
|
|
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": "
|
|
476
|
+
"name": "appearance",
|
|
570
477
|
"type": {
|
|
571
|
-
"text": "
|
|
478
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
572
479
|
},
|
|
573
|
-
"default": "
|
|
574
|
-
"description": "Specify the
|
|
575
|
-
"attribute": "
|
|
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": "
|
|
486
|
+
"name": "emphasis",
|
|
581
487
|
"type": {
|
|
582
|
-
"text": "'
|
|
488
|
+
"text": "'strong' | 'subtle'"
|
|
583
489
|
},
|
|
584
|
-
"default": "'
|
|
585
|
-
"description": "Specify the
|
|
586
|
-
"attribute": "
|
|
490
|
+
"default": "'strong'",
|
|
491
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
492
|
+
"attribute": "emphasis"
|
|
587
493
|
},
|
|
588
494
|
{
|
|
589
495
|
"kind": "field",
|
|
590
|
-
"name": "
|
|
496
|
+
"name": "overrideDotColor",
|
|
591
497
|
"type": {
|
|
592
|
-
"text": "
|
|
498
|
+
"text": "string | undefined"
|
|
593
499
|
},
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"attribute": "layout"
|
|
500
|
+
"description": "Overrides default dot color",
|
|
501
|
+
"attribute": "overrideDotColor"
|
|
597
502
|
}
|
|
598
503
|
],
|
|
599
504
|
"attributes": [
|
|
600
505
|
{
|
|
601
|
-
"name": "wrapping",
|
|
602
|
-
"type": {
|
|
603
|
-
"text": "boolean"
|
|
604
|
-
},
|
|
605
|
-
"default": "false",
|
|
606
|
-
"description": "Specify if the AvatarGroup wraps",
|
|
607
|
-
"fieldName": "wrapping"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"name": "maxCount",
|
|
611
|
-
"type": {
|
|
612
|
-
"text": "number"
|
|
613
|
-
},
|
|
614
|
-
"default": "5",
|
|
615
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
616
|
-
"fieldName": "maxCount"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "size",
|
|
620
|
-
"type": {
|
|
621
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
622
|
-
},
|
|
623
|
-
"default": "'md'",
|
|
624
|
-
"description": "Specify the size of all Avatars",
|
|
625
|
-
"fieldName": "size"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "layout",
|
|
629
|
-
"type": {
|
|
630
|
-
"text": "'stacked' | 'spaced' | undefined"
|
|
631
|
-
},
|
|
632
|
-
"default": "'stacked'",
|
|
633
|
-
"description": "Specify the kind of the group.",
|
|
634
|
-
"fieldName": "layout"
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"superclass": {
|
|
638
|
-
"name": "LitElement",
|
|
639
|
-
"package": "lit"
|
|
640
|
-
},
|
|
641
|
-
"tagName": "bm-avatar-group",
|
|
642
|
-
"customElement": true
|
|
643
|
-
}
|
|
644
|
-
],
|
|
645
|
-
"exports": [
|
|
646
|
-
{
|
|
647
|
-
"kind": "js",
|
|
648
|
-
"name": "BmAvatarGroup",
|
|
649
|
-
"declaration": {
|
|
650
|
-
"name": "BmAvatarGroup",
|
|
651
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"kind": "custom-element-definition",
|
|
656
|
-
"name": "bm-avatar-group",
|
|
657
|
-
"declaration": {
|
|
658
|
-
"name": "BmAvatarGroup",
|
|
659
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
]
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"kind": "javascript-module",
|
|
666
|
-
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
667
|
-
"declarations": [],
|
|
668
|
-
"exports": [
|
|
669
|
-
{
|
|
670
|
-
"kind": "js",
|
|
671
|
-
"name": "*",
|
|
672
|
-
"declaration": {
|
|
673
|
-
"name": "*",
|
|
674
|
-
"package": "./Avatar"
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"kind": "js",
|
|
679
|
-
"name": "*",
|
|
680
|
-
"declaration": {
|
|
681
|
-
"name": "*",
|
|
682
|
-
"package": "./AvatarGroup"
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"kind": "javascript-module",
|
|
689
|
-
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
690
|
-
"declarations": [
|
|
691
|
-
{
|
|
692
|
-
"kind": "class",
|
|
693
|
-
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
694
|
-
"name": "BmBadge",
|
|
695
|
-
"slots": [
|
|
696
|
-
{
|
|
697
|
-
"description": "Provide text for the Badge",
|
|
698
|
-
"name": "default"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"description": "Specify a different icon for the Badge",
|
|
702
|
-
"name": "icon"
|
|
703
|
-
}
|
|
704
|
-
],
|
|
705
|
-
"members": [
|
|
706
|
-
{
|
|
707
|
-
"kind": "field",
|
|
708
|
-
"name": "appearance",
|
|
709
|
-
"type": {
|
|
710
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
711
|
-
},
|
|
712
|
-
"default": "'infoPrimary'",
|
|
713
|
-
"description": "Specify the appearance of the Badge",
|
|
714
|
-
"attribute": "appearance"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"kind": "field",
|
|
718
506
|
"name": "theme",
|
|
719
507
|
"type": {
|
|
720
508
|
"text": "'light' | 'dark' | undefined"
|
|
721
509
|
},
|
|
722
|
-
"description": "
|
|
723
|
-
"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"kind": "field",
|
|
727
|
-
"name": "size",
|
|
728
|
-
"type": {
|
|
729
|
-
"text": "'sm' | 'md' | undefined"
|
|
730
|
-
},
|
|
731
|
-
"default": "'sm'",
|
|
732
|
-
"description": "Specify the size of the Badge",
|
|
733
|
-
"attribute": "size"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"kind": "field",
|
|
737
|
-
"name": "emphasis",
|
|
738
|
-
"type": {
|
|
739
|
-
"text": "'strong' | 'medium' | 'subtle'"
|
|
740
|
-
},
|
|
741
|
-
"default": "'strong'",
|
|
742
|
-
"description": "Specify the emphasis of the Badge",
|
|
743
|
-
"attribute": "emphasis"
|
|
510
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
511
|
+
"fieldName": "theme"
|
|
744
512
|
},
|
|
745
|
-
{
|
|
746
|
-
"kind": "field",
|
|
747
|
-
"name": "hideIcon",
|
|
748
|
-
"type": {
|
|
749
|
-
"text": "boolean | undefined"
|
|
750
|
-
},
|
|
751
|
-
"description": "Hides Badge icon",
|
|
752
|
-
"attribute": "hideIcon"
|
|
753
|
-
}
|
|
754
|
-
],
|
|
755
|
-
"attributes": [
|
|
756
513
|
{
|
|
757
514
|
"name": "appearance",
|
|
758
515
|
"type": {
|
|
759
516
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
760
517
|
},
|
|
761
518
|
"default": "'infoPrimary'",
|
|
762
|
-
"description": "Specify the appearance of the
|
|
519
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
763
520
|
"fieldName": "appearance"
|
|
764
521
|
},
|
|
765
|
-
{
|
|
766
|
-
"name": "theme",
|
|
767
|
-
"type": {
|
|
768
|
-
"text": "'light' | 'dark' | undefined"
|
|
769
|
-
},
|
|
770
|
-
"description": "Theme of the Badge",
|
|
771
|
-
"fieldName": "theme"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"name": "size",
|
|
775
|
-
"type": {
|
|
776
|
-
"text": "'sm' | 'md' | undefined"
|
|
777
|
-
},
|
|
778
|
-
"default": "'sm'",
|
|
779
|
-
"description": "Specify the size of the Badge",
|
|
780
|
-
"fieldName": "size"
|
|
781
|
-
},
|
|
782
522
|
{
|
|
783
523
|
"name": "emphasis",
|
|
784
524
|
"type": {
|
|
785
|
-
"text": "'strong' | '
|
|
525
|
+
"text": "'strong' | 'subtle'"
|
|
786
526
|
},
|
|
787
527
|
"default": "'strong'",
|
|
788
|
-
"description": "Specify the emphasis of the
|
|
528
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
789
529
|
"fieldName": "emphasis"
|
|
790
530
|
},
|
|
791
531
|
{
|
|
792
|
-
"name": "
|
|
532
|
+
"name": "overrideDotColor",
|
|
793
533
|
"type": {
|
|
794
|
-
"text": "
|
|
534
|
+
"text": "string | undefined"
|
|
795
535
|
},
|
|
796
|
-
"description": "
|
|
797
|
-
"fieldName": "
|
|
536
|
+
"description": "Overrides default dot color",
|
|
537
|
+
"fieldName": "overrideDotColor"
|
|
798
538
|
}
|
|
799
539
|
],
|
|
800
540
|
"superclass": {
|
|
801
541
|
"name": "LitElement",
|
|
802
542
|
"package": "lit"
|
|
803
543
|
},
|
|
804
|
-
"tagName": "bm-badge",
|
|
544
|
+
"tagName": "bm-badge-dot",
|
|
805
545
|
"customElement": true
|
|
806
546
|
}
|
|
807
547
|
],
|
|
808
548
|
"exports": [
|
|
809
549
|
{
|
|
810
550
|
"kind": "js",
|
|
811
|
-
"name": "
|
|
551
|
+
"name": "BmBadgeDot",
|
|
812
552
|
"declaration": {
|
|
813
|
-
"name": "
|
|
814
|
-
"module": "libs/web-components/src/lib/
|
|
553
|
+
"name": "BmBadgeDot",
|
|
554
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
815
555
|
}
|
|
816
556
|
},
|
|
817
557
|
{
|
|
818
558
|
"kind": "custom-element-definition",
|
|
819
|
-
"name": "bm-badge",
|
|
559
|
+
"name": "bm-badge-dot",
|
|
820
560
|
"declaration": {
|
|
821
|
-
"name": "
|
|
822
|
-
"module": "libs/web-components/src/lib/
|
|
561
|
+
"name": "BmBadgeDot",
|
|
562
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
823
563
|
}
|
|
824
564
|
}
|
|
825
565
|
]
|
|
826
566
|
},
|
|
827
567
|
{
|
|
828
568
|
"kind": "javascript-module",
|
|
829
|
-
"path": "libs/web-components/src/lib/
|
|
569
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
830
570
|
"declarations": [],
|
|
831
571
|
"exports": [
|
|
832
572
|
{
|
|
@@ -834,7 +574,7 @@
|
|
|
834
574
|
"name": "*",
|
|
835
575
|
"declaration": {
|
|
836
576
|
"name": "*",
|
|
837
|
-
"package": "./
|
|
577
|
+
"package": "./BadgeDot"
|
|
838
578
|
}
|
|
839
579
|
}
|
|
840
580
|
]
|
|
@@ -1122,124 +862,376 @@
|
|
|
1122
862
|
},
|
|
1123
863
|
{
|
|
1124
864
|
"kind": "javascript-module",
|
|
1125
|
-
"path": "libs/web-components/src/lib/
|
|
865
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
1126
866
|
"declarations": [
|
|
1127
867
|
{
|
|
1128
868
|
"kind": "class",
|
|
1129
|
-
"description": "`bm-
|
|
1130
|
-
"name": "
|
|
869
|
+
"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** ",
|
|
870
|
+
"name": "BmAvatar",
|
|
1131
871
|
"slots": [
|
|
1132
872
|
{
|
|
1133
|
-
"description": "
|
|
1134
|
-
"name": "
|
|
873
|
+
"description": "Customize the default icon",
|
|
874
|
+
"name": "icon"
|
|
1135
875
|
}
|
|
1136
876
|
],
|
|
1137
877
|
"members": [
|
|
1138
|
-
{
|
|
1139
|
-
"kind": "field",
|
|
1140
|
-
"name": "theme",
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "'light' | 'dark' | undefined"
|
|
1143
|
-
},
|
|
1144
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1145
|
-
"attribute": "theme"
|
|
1146
|
-
},
|
|
1147
878
|
{
|
|
1148
879
|
"kind": "field",
|
|
1149
880
|
"name": "appearance",
|
|
1150
881
|
"type": {
|
|
1151
|
-
"text": "'
|
|
882
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1152
883
|
},
|
|
1153
|
-
"default": "'
|
|
1154
|
-
"description": "Specify the appearance of the
|
|
884
|
+
"default": "'neutral'",
|
|
885
|
+
"description": "Specify the appearance of the Avatar",
|
|
1155
886
|
"attribute": "appearance"
|
|
1156
887
|
},
|
|
1157
888
|
{
|
|
1158
889
|
"kind": "field",
|
|
1159
|
-
"name": "
|
|
890
|
+
"name": "name",
|
|
1160
891
|
"type": {
|
|
1161
|
-
"text": "
|
|
892
|
+
"text": "string | undefined"
|
|
1162
893
|
},
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"attribute": "emphasis"
|
|
894
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
895
|
+
"attribute": "name"
|
|
1166
896
|
},
|
|
1167
897
|
{
|
|
1168
898
|
"kind": "field",
|
|
1169
|
-
"name": "
|
|
899
|
+
"name": "src",
|
|
1170
900
|
"type": {
|
|
1171
901
|
"text": "string | undefined"
|
|
1172
902
|
},
|
|
1173
|
-
"description": "
|
|
1174
|
-
"attribute": "
|
|
1175
|
-
}
|
|
1176
|
-
],
|
|
1177
|
-
"attributes": [
|
|
903
|
+
"description": "Pass an image to the Avatar",
|
|
904
|
+
"attribute": "src"
|
|
905
|
+
},
|
|
1178
906
|
{
|
|
1179
|
-
"
|
|
907
|
+
"kind": "field",
|
|
908
|
+
"name": "alt",
|
|
1180
909
|
"type": {
|
|
1181
|
-
"text": "
|
|
910
|
+
"text": "string | undefined"
|
|
1182
911
|
},
|
|
1183
|
-
"description": "Specify
|
|
1184
|
-
"
|
|
912
|
+
"description": "Specify alt for image",
|
|
913
|
+
"attribute": "alt"
|
|
1185
914
|
},
|
|
1186
915
|
{
|
|
1187
|
-
"
|
|
916
|
+
"kind": "field",
|
|
917
|
+
"name": "size",
|
|
1188
918
|
"type": {
|
|
1189
|
-
"text": "'
|
|
919
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1190
920
|
},
|
|
1191
|
-
"default": "'
|
|
1192
|
-
"description": "Specify the
|
|
921
|
+
"default": "'md'",
|
|
922
|
+
"description": "Specify the size of the Avatar",
|
|
923
|
+
"attribute": "size"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"kind": "field",
|
|
927
|
+
"name": "disabled",
|
|
928
|
+
"type": {
|
|
929
|
+
"text": "boolean | undefined"
|
|
930
|
+
},
|
|
931
|
+
"default": "false",
|
|
932
|
+
"description": "Specify if the Avatar is disabled",
|
|
933
|
+
"attribute": "disabled"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "field",
|
|
937
|
+
"name": "shape",
|
|
938
|
+
"type": {
|
|
939
|
+
"text": "'circle' | 'square' | undefined"
|
|
940
|
+
},
|
|
941
|
+
"default": "'circle'",
|
|
942
|
+
"description": "Specify the shape of the Avatar",
|
|
943
|
+
"attribute": "shape"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"kind": "field",
|
|
947
|
+
"name": "isInteractive",
|
|
948
|
+
"type": {
|
|
949
|
+
"text": "boolean"
|
|
950
|
+
},
|
|
951
|
+
"default": "false",
|
|
952
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
953
|
+
"attribute": "isInteractive"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"kind": "field",
|
|
957
|
+
"name": "isFocusable",
|
|
958
|
+
"type": {
|
|
959
|
+
"text": "boolean"
|
|
960
|
+
},
|
|
961
|
+
"default": "false",
|
|
962
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
963
|
+
"attribute": "isFocusable"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"kind": "field",
|
|
967
|
+
"name": "withBorder",
|
|
968
|
+
"type": {
|
|
969
|
+
"text": "boolean"
|
|
970
|
+
},
|
|
971
|
+
"default": "false",
|
|
972
|
+
"attribute": "withBorder"
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"attributes": [
|
|
976
|
+
{
|
|
977
|
+
"name": "appearance",
|
|
978
|
+
"type": {
|
|
979
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
980
|
+
},
|
|
981
|
+
"default": "'neutral'",
|
|
982
|
+
"description": "Specify the appearance of the Avatar",
|
|
1193
983
|
"fieldName": "appearance"
|
|
1194
984
|
},
|
|
1195
985
|
{
|
|
1196
|
-
"name": "
|
|
986
|
+
"name": "name",
|
|
987
|
+
"type": {
|
|
988
|
+
"text": "string | undefined"
|
|
989
|
+
},
|
|
990
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
991
|
+
"fieldName": "name"
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "src",
|
|
995
|
+
"type": {
|
|
996
|
+
"text": "string | undefined"
|
|
997
|
+
},
|
|
998
|
+
"description": "Pass an image to the Avatar",
|
|
999
|
+
"fieldName": "src"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "alt",
|
|
1003
|
+
"type": {
|
|
1004
|
+
"text": "string | undefined"
|
|
1005
|
+
},
|
|
1006
|
+
"description": "Specify alt for image",
|
|
1007
|
+
"fieldName": "alt"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "size",
|
|
1011
|
+
"type": {
|
|
1012
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1013
|
+
},
|
|
1014
|
+
"default": "'md'",
|
|
1015
|
+
"description": "Specify the size of the Avatar",
|
|
1016
|
+
"fieldName": "size"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "disabled",
|
|
1020
|
+
"type": {
|
|
1021
|
+
"text": "boolean | undefined"
|
|
1022
|
+
},
|
|
1023
|
+
"default": "false",
|
|
1024
|
+
"description": "Specify if the Avatar is disabled",
|
|
1025
|
+
"fieldName": "disabled"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "shape",
|
|
1029
|
+
"type": {
|
|
1030
|
+
"text": "'circle' | 'square' | undefined"
|
|
1031
|
+
},
|
|
1032
|
+
"default": "'circle'",
|
|
1033
|
+
"description": "Specify the shape of the Avatar",
|
|
1034
|
+
"fieldName": "shape"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"name": "isInteractive",
|
|
1038
|
+
"type": {
|
|
1039
|
+
"text": "boolean"
|
|
1040
|
+
},
|
|
1041
|
+
"default": "false",
|
|
1042
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1043
|
+
"fieldName": "isInteractive"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "isFocusable",
|
|
1047
|
+
"type": {
|
|
1048
|
+
"text": "boolean"
|
|
1049
|
+
},
|
|
1050
|
+
"default": "false",
|
|
1051
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1052
|
+
"fieldName": "isFocusable"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "withBorder",
|
|
1056
|
+
"type": {
|
|
1057
|
+
"text": "boolean"
|
|
1058
|
+
},
|
|
1059
|
+
"default": "false",
|
|
1060
|
+
"fieldName": "withBorder"
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"superclass": {
|
|
1064
|
+
"name": "LitElement",
|
|
1065
|
+
"package": "lit"
|
|
1066
|
+
},
|
|
1067
|
+
"tagName": "bm-avatar",
|
|
1068
|
+
"customElement": true
|
|
1069
|
+
}
|
|
1070
|
+
],
|
|
1071
|
+
"exports": [
|
|
1072
|
+
{
|
|
1073
|
+
"kind": "js",
|
|
1074
|
+
"name": "BmAvatar",
|
|
1075
|
+
"declaration": {
|
|
1076
|
+
"name": "BmAvatar",
|
|
1077
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "custom-element-definition",
|
|
1082
|
+
"name": "bm-avatar",
|
|
1083
|
+
"declaration": {
|
|
1084
|
+
"name": "BmAvatar",
|
|
1085
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "javascript-module",
|
|
1092
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1093
|
+
"declarations": [
|
|
1094
|
+
{
|
|
1095
|
+
"kind": "variable",
|
|
1096
|
+
"name": "AvatarGroupCtx"
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"exports": [
|
|
1100
|
+
{
|
|
1101
|
+
"kind": "js",
|
|
1102
|
+
"name": "AvatarGroupCtx",
|
|
1103
|
+
"declaration": {
|
|
1104
|
+
"name": "AvatarGroupCtx",
|
|
1105
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"kind": "javascript-module",
|
|
1112
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1113
|
+
"declarations": [
|
|
1114
|
+
{
|
|
1115
|
+
"kind": "class",
|
|
1116
|
+
"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.",
|
|
1117
|
+
"name": "BmAvatarGroup",
|
|
1118
|
+
"slots": [
|
|
1119
|
+
{
|
|
1120
|
+
"description": "Add Avatars to create a group",
|
|
1121
|
+
"name": "default"
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"members": [
|
|
1125
|
+
{
|
|
1126
|
+
"kind": "field",
|
|
1127
|
+
"name": "wrapping",
|
|
1128
|
+
"type": {
|
|
1129
|
+
"text": "boolean"
|
|
1130
|
+
},
|
|
1131
|
+
"default": "false",
|
|
1132
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1133
|
+
"attribute": "wrapping"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "field",
|
|
1137
|
+
"name": "maxCount",
|
|
1138
|
+
"type": {
|
|
1139
|
+
"text": "number"
|
|
1140
|
+
},
|
|
1141
|
+
"default": "5",
|
|
1142
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1143
|
+
"attribute": "maxCount",
|
|
1144
|
+
"reflects": true
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"kind": "field",
|
|
1148
|
+
"name": "size",
|
|
1149
|
+
"type": {
|
|
1150
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1151
|
+
},
|
|
1152
|
+
"default": "'md'",
|
|
1153
|
+
"description": "Specify the size of all Avatars",
|
|
1154
|
+
"attribute": "size"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"kind": "field",
|
|
1158
|
+
"name": "layout",
|
|
1159
|
+
"type": {
|
|
1160
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1161
|
+
},
|
|
1162
|
+
"default": "'stacked'",
|
|
1163
|
+
"description": "Specify the kind of the group.",
|
|
1164
|
+
"attribute": "layout"
|
|
1165
|
+
}
|
|
1166
|
+
],
|
|
1167
|
+
"attributes": [
|
|
1168
|
+
{
|
|
1169
|
+
"name": "wrapping",
|
|
1170
|
+
"type": {
|
|
1171
|
+
"text": "boolean"
|
|
1172
|
+
},
|
|
1173
|
+
"default": "false",
|
|
1174
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1175
|
+
"fieldName": "wrapping"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "maxCount",
|
|
1179
|
+
"type": {
|
|
1180
|
+
"text": "number"
|
|
1181
|
+
},
|
|
1182
|
+
"default": "5",
|
|
1183
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1184
|
+
"fieldName": "maxCount"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "size",
|
|
1197
1188
|
"type": {
|
|
1198
|
-
"text": "'
|
|
1189
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1199
1190
|
},
|
|
1200
|
-
"default": "'
|
|
1201
|
-
"description": "Specify the
|
|
1202
|
-
"fieldName": "
|
|
1191
|
+
"default": "'md'",
|
|
1192
|
+
"description": "Specify the size of all Avatars",
|
|
1193
|
+
"fieldName": "size"
|
|
1203
1194
|
},
|
|
1204
1195
|
{
|
|
1205
|
-
"name": "
|
|
1196
|
+
"name": "layout",
|
|
1206
1197
|
"type": {
|
|
1207
|
-
"text": "
|
|
1198
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1208
1199
|
},
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1200
|
+
"default": "'stacked'",
|
|
1201
|
+
"description": "Specify the kind of the group.",
|
|
1202
|
+
"fieldName": "layout"
|
|
1211
1203
|
}
|
|
1212
1204
|
],
|
|
1213
1205
|
"superclass": {
|
|
1214
1206
|
"name": "LitElement",
|
|
1215
1207
|
"package": "lit"
|
|
1216
1208
|
},
|
|
1217
|
-
"tagName": "bm-
|
|
1209
|
+
"tagName": "bm-avatar-group",
|
|
1218
1210
|
"customElement": true
|
|
1219
1211
|
}
|
|
1220
1212
|
],
|
|
1221
1213
|
"exports": [
|
|
1222
1214
|
{
|
|
1223
1215
|
"kind": "js",
|
|
1224
|
-
"name": "
|
|
1216
|
+
"name": "BmAvatarGroup",
|
|
1225
1217
|
"declaration": {
|
|
1226
|
-
"name": "
|
|
1227
|
-
"module": "libs/web-components/src/lib/
|
|
1218
|
+
"name": "BmAvatarGroup",
|
|
1219
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1228
1220
|
}
|
|
1229
1221
|
},
|
|
1230
1222
|
{
|
|
1231
1223
|
"kind": "custom-element-definition",
|
|
1232
|
-
"name": "bm-
|
|
1224
|
+
"name": "bm-avatar-group",
|
|
1233
1225
|
"declaration": {
|
|
1234
|
-
"name": "
|
|
1235
|
-
"module": "libs/web-components/src/lib/
|
|
1226
|
+
"name": "BmAvatarGroup",
|
|
1227
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1236
1228
|
}
|
|
1237
1229
|
}
|
|
1238
1230
|
]
|
|
1239
1231
|
},
|
|
1240
1232
|
{
|
|
1241
1233
|
"kind": "javascript-module",
|
|
1242
|
-
"path": "libs/web-components/src/lib/
|
|
1234
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1243
1235
|
"declarations": [],
|
|
1244
1236
|
"exports": [
|
|
1245
1237
|
{
|
|
@@ -1247,7 +1239,15 @@
|
|
|
1247
1239
|
"name": "*",
|
|
1248
1240
|
"declaration": {
|
|
1249
1241
|
"name": "*",
|
|
1250
|
-
"package": "./
|
|
1242
|
+
"package": "./Avatar"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"kind": "js",
|
|
1247
|
+
"name": "*",
|
|
1248
|
+
"declaration": {
|
|
1249
|
+
"name": "*",
|
|
1250
|
+
"package": "./AvatarGroup"
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
1253
1253
|
]
|
|
@@ -8760,15 +8760,230 @@
|
|
|
8760
8760
|
"kind": "js",
|
|
8761
8761
|
"name": "createId",
|
|
8762
8762
|
"declaration": {
|
|
8763
|
-
"name": "createId",
|
|
8764
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8763
|
+
"name": "createId",
|
|
8764
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8765
|
+
}
|
|
8766
|
+
}
|
|
8767
|
+
]
|
|
8768
|
+
},
|
|
8769
|
+
{
|
|
8770
|
+
"kind": "javascript-module",
|
|
8771
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8772
|
+
"declarations": [],
|
|
8773
|
+
"exports": [
|
|
8774
|
+
{
|
|
8775
|
+
"kind": "js",
|
|
8776
|
+
"name": "*",
|
|
8777
|
+
"declaration": {
|
|
8778
|
+
"name": "*",
|
|
8779
|
+
"package": "./Form"
|
|
8780
|
+
}
|
|
8781
|
+
},
|
|
8782
|
+
{
|
|
8783
|
+
"kind": "js",
|
|
8784
|
+
"name": "*",
|
|
8785
|
+
"declaration": {
|
|
8786
|
+
"name": "*",
|
|
8787
|
+
"package": "./Form.decorator"
|
|
8788
|
+
}
|
|
8789
|
+
}
|
|
8790
|
+
]
|
|
8791
|
+
},
|
|
8792
|
+
{
|
|
8793
|
+
"kind": "javascript-module",
|
|
8794
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8795
|
+
"declarations": [
|
|
8796
|
+
{
|
|
8797
|
+
"kind": "class",
|
|
8798
|
+
"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",
|
|
8799
|
+
"name": "BmRadioButton",
|
|
8800
|
+
"members": [
|
|
8801
|
+
{
|
|
8802
|
+
"kind": "field",
|
|
8803
|
+
"name": "label",
|
|
8804
|
+
"type": {
|
|
8805
|
+
"text": "string | undefined"
|
|
8806
|
+
},
|
|
8807
|
+
"description": "Specify the text for the label",
|
|
8808
|
+
"attribute": "label"
|
|
8809
|
+
},
|
|
8810
|
+
{
|
|
8811
|
+
"kind": "field",
|
|
8812
|
+
"name": "error",
|
|
8813
|
+
"type": {
|
|
8814
|
+
"text": "boolean | undefined"
|
|
8815
|
+
},
|
|
8816
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8817
|
+
"attribute": "error"
|
|
8818
|
+
},
|
|
8819
|
+
{
|
|
8820
|
+
"kind": "field",
|
|
8821
|
+
"name": "readOnly",
|
|
8822
|
+
"type": {
|
|
8823
|
+
"text": "boolean | undefined"
|
|
8824
|
+
},
|
|
8825
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8826
|
+
"attribute": "readOnly"
|
|
8827
|
+
},
|
|
8828
|
+
{
|
|
8829
|
+
"kind": "field",
|
|
8830
|
+
"name": "disabled",
|
|
8831
|
+
"type": {
|
|
8832
|
+
"text": "boolean | undefined"
|
|
8833
|
+
},
|
|
8834
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8835
|
+
"attribute": "disabled"
|
|
8836
|
+
},
|
|
8837
|
+
{
|
|
8838
|
+
"kind": "field",
|
|
8839
|
+
"name": "theme",
|
|
8840
|
+
"type": {
|
|
8841
|
+
"text": "'light' | 'dark' | undefined"
|
|
8842
|
+
},
|
|
8843
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8844
|
+
"attribute": "theme"
|
|
8845
|
+
},
|
|
8846
|
+
{
|
|
8847
|
+
"kind": "field",
|
|
8848
|
+
"name": "value",
|
|
8849
|
+
"type": {
|
|
8850
|
+
"text": "string | undefined"
|
|
8851
|
+
},
|
|
8852
|
+
"description": "The value attribute for the input element",
|
|
8853
|
+
"attribute": "value"
|
|
8854
|
+
},
|
|
8855
|
+
{
|
|
8856
|
+
"kind": "field",
|
|
8857
|
+
"name": "checked",
|
|
8858
|
+
"type": {
|
|
8859
|
+
"text": "boolean"
|
|
8860
|
+
},
|
|
8861
|
+
"default": "false",
|
|
8862
|
+
"description": "The checked attribute for the input element",
|
|
8863
|
+
"attribute": "checked"
|
|
8864
|
+
},
|
|
8865
|
+
{
|
|
8866
|
+
"kind": "field",
|
|
8867
|
+
"name": "onKeyDown",
|
|
8868
|
+
"type": {
|
|
8869
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8870
|
+
},
|
|
8871
|
+
"description": "A user-defined function to handle keydown events",
|
|
8872
|
+
"attribute": "onKeyDown"
|
|
8873
|
+
},
|
|
8874
|
+
{
|
|
8875
|
+
"kind": "field",
|
|
8876
|
+
"name": "inputChoiceGroupContext",
|
|
8877
|
+
"type": {
|
|
8878
|
+
"text": "InputChoiceGroupContextProps"
|
|
8879
|
+
}
|
|
8880
|
+
},
|
|
8881
|
+
{
|
|
8882
|
+
"kind": "field",
|
|
8883
|
+
"name": "radioButtonRef"
|
|
8884
|
+
},
|
|
8885
|
+
{
|
|
8886
|
+
"kind": "method",
|
|
8887
|
+
"name": "focus"
|
|
8888
|
+
}
|
|
8889
|
+
],
|
|
8890
|
+
"attributes": [
|
|
8891
|
+
{
|
|
8892
|
+
"name": "label",
|
|
8893
|
+
"type": {
|
|
8894
|
+
"text": "string | undefined"
|
|
8895
|
+
},
|
|
8896
|
+
"description": "Specify the text for the label",
|
|
8897
|
+
"fieldName": "label"
|
|
8898
|
+
},
|
|
8899
|
+
{
|
|
8900
|
+
"name": "error",
|
|
8901
|
+
"type": {
|
|
8902
|
+
"text": "boolean | undefined"
|
|
8903
|
+
},
|
|
8904
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8905
|
+
"fieldName": "error"
|
|
8906
|
+
},
|
|
8907
|
+
{
|
|
8908
|
+
"name": "readOnly",
|
|
8909
|
+
"type": {
|
|
8910
|
+
"text": "boolean | undefined"
|
|
8911
|
+
},
|
|
8912
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8913
|
+
"fieldName": "readOnly"
|
|
8914
|
+
},
|
|
8915
|
+
{
|
|
8916
|
+
"name": "disabled",
|
|
8917
|
+
"type": {
|
|
8918
|
+
"text": "boolean | undefined"
|
|
8919
|
+
},
|
|
8920
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8921
|
+
"fieldName": "disabled"
|
|
8922
|
+
},
|
|
8923
|
+
{
|
|
8924
|
+
"name": "theme",
|
|
8925
|
+
"type": {
|
|
8926
|
+
"text": "'light' | 'dark' | undefined"
|
|
8927
|
+
},
|
|
8928
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8929
|
+
"fieldName": "theme"
|
|
8930
|
+
},
|
|
8931
|
+
{
|
|
8932
|
+
"name": "value",
|
|
8933
|
+
"type": {
|
|
8934
|
+
"text": "string | undefined"
|
|
8935
|
+
},
|
|
8936
|
+
"description": "The value attribute for the input element",
|
|
8937
|
+
"fieldName": "value"
|
|
8938
|
+
},
|
|
8939
|
+
{
|
|
8940
|
+
"name": "checked",
|
|
8941
|
+
"type": {
|
|
8942
|
+
"text": "boolean"
|
|
8943
|
+
},
|
|
8944
|
+
"default": "false",
|
|
8945
|
+
"description": "The checked attribute for the input element",
|
|
8946
|
+
"fieldName": "checked"
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
"name": "onKeyDown",
|
|
8950
|
+
"type": {
|
|
8951
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8952
|
+
},
|
|
8953
|
+
"description": "A user-defined function to handle keydown events",
|
|
8954
|
+
"fieldName": "onKeyDown"
|
|
8955
|
+
}
|
|
8956
|
+
],
|
|
8957
|
+
"superclass": {
|
|
8958
|
+
"name": "LitElement",
|
|
8959
|
+
"package": "lit"
|
|
8960
|
+
},
|
|
8961
|
+
"tagName": "bm-radio-button",
|
|
8962
|
+
"customElement": true
|
|
8963
|
+
}
|
|
8964
|
+
],
|
|
8965
|
+
"exports": [
|
|
8966
|
+
{
|
|
8967
|
+
"kind": "js",
|
|
8968
|
+
"name": "BmRadioButton",
|
|
8969
|
+
"declaration": {
|
|
8970
|
+
"name": "BmRadioButton",
|
|
8971
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8972
|
+
}
|
|
8973
|
+
},
|
|
8974
|
+
{
|
|
8975
|
+
"kind": "custom-element-definition",
|
|
8976
|
+
"name": "bm-radio-button",
|
|
8977
|
+
"declaration": {
|
|
8978
|
+
"name": "BmRadioButton",
|
|
8979
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8765
8980
|
}
|
|
8766
8981
|
}
|
|
8767
8982
|
]
|
|
8768
8983
|
},
|
|
8769
8984
|
{
|
|
8770
8985
|
"kind": "javascript-module",
|
|
8771
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8986
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8772
8987
|
"declarations": [],
|
|
8773
8988
|
"exports": [
|
|
8774
8989
|
{
|
|
@@ -8776,7 +8991,7 @@
|
|
|
8776
8991
|
"name": "*",
|
|
8777
8992
|
"declaration": {
|
|
8778
8993
|
"name": "*",
|
|
8779
|
-
"package": "./
|
|
8994
|
+
"package": "./RadioButton"
|
|
8780
8995
|
}
|
|
8781
8996
|
},
|
|
8782
8997
|
{
|
|
@@ -8784,7 +8999,7 @@
|
|
|
8784
8999
|
"name": "*",
|
|
8785
9000
|
"declaration": {
|
|
8786
9001
|
"name": "*",
|
|
8787
|
-
"package": "./
|
|
9002
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8788
9003
|
}
|
|
8789
9004
|
}
|
|
8790
9005
|
]
|
|
@@ -9374,352 +9589,145 @@
|
|
|
9374
9589
|
{
|
|
9375
9590
|
"name": "fluid",
|
|
9376
9591
|
"type": {
|
|
9377
|
-
"text": "boolean"
|
|
9378
|
-
},
|
|
9379
|
-
"default": "false",
|
|
9380
|
-
"description": "Specify if TextArea is fluid",
|
|
9381
|
-
"fieldName": "fluid"
|
|
9382
|
-
},
|
|
9383
|
-
{
|
|
9384
|
-
"name": "width",
|
|
9385
|
-
"type": {
|
|
9386
|
-
"text": "string | undefined"
|
|
9387
|
-
},
|
|
9388
|
-
"description": "Specify the width of TextArea",
|
|
9389
|
-
"fieldName": "width"
|
|
9390
|
-
},
|
|
9391
|
-
{
|
|
9392
|
-
"name": "hideResize",
|
|
9393
|
-
"type": {
|
|
9394
|
-
"text": "boolean"
|
|
9395
|
-
},
|
|
9396
|
-
"default": "false",
|
|
9397
|
-
"description": "Specify if TextArea can be manually resized",
|
|
9398
|
-
"fieldName": "hideResize"
|
|
9399
|
-
},
|
|
9400
|
-
{
|
|
9401
|
-
"name": "maxCount",
|
|
9402
|
-
"type": {
|
|
9403
|
-
"text": "number | undefined"
|
|
9404
|
-
},
|
|
9405
|
-
"description": "Specify the maximum character count for the TextArea",
|
|
9406
|
-
"fieldName": "maxCount"
|
|
9407
|
-
},
|
|
9408
|
-
{
|
|
9409
|
-
"name": "autoResize",
|
|
9410
|
-
"type": {
|
|
9411
|
-
"text": "boolean"
|
|
9412
|
-
},
|
|
9413
|
-
"default": "false",
|
|
9414
|
-
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
9415
|
-
"fieldName": "autoResize"
|
|
9416
|
-
},
|
|
9417
|
-
{
|
|
9418
|
-
"name": "theme",
|
|
9419
|
-
"type": {
|
|
9420
|
-
"text": "'light' | 'dark' | undefined"
|
|
9421
|
-
},
|
|
9422
|
-
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9423
|
-
"fieldName": "theme"
|
|
9424
|
-
},
|
|
9425
|
-
{
|
|
9426
|
-
"name": "id",
|
|
9427
|
-
"type": {
|
|
9428
|
-
"text": "string"
|
|
9429
|
-
},
|
|
9430
|
-
"default": "''",
|
|
9431
|
-
"fieldName": "id",
|
|
9432
|
-
"inheritedFrom": {
|
|
9433
|
-
"name": "FormField",
|
|
9434
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9435
|
-
}
|
|
9436
|
-
},
|
|
9437
|
-
{
|
|
9438
|
-
"name": "name",
|
|
9439
|
-
"type": {
|
|
9440
|
-
"text": "string"
|
|
9441
|
-
},
|
|
9442
|
-
"default": "''",
|
|
9443
|
-
"fieldName": "name",
|
|
9444
|
-
"inheritedFrom": {
|
|
9445
|
-
"name": "FormField",
|
|
9446
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9447
|
-
}
|
|
9448
|
-
},
|
|
9449
|
-
{
|
|
9450
|
-
"name": "value",
|
|
9451
|
-
"type": {
|
|
9452
|
-
"text": "string"
|
|
9453
|
-
},
|
|
9454
|
-
"default": "''",
|
|
9455
|
-
"fieldName": "value",
|
|
9456
|
-
"inheritedFrom": {
|
|
9457
|
-
"name": "FormField",
|
|
9458
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9459
|
-
}
|
|
9460
|
-
},
|
|
9461
|
-
{
|
|
9462
|
-
"name": "validationRules",
|
|
9463
|
-
"type": {
|
|
9464
|
-
"text": "Array<FormValidator>"
|
|
9465
|
-
},
|
|
9466
|
-
"default": "[]",
|
|
9467
|
-
"fieldName": "validationRules",
|
|
9468
|
-
"inheritedFrom": {
|
|
9469
|
-
"name": "FormField",
|
|
9470
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9471
|
-
}
|
|
9472
|
-
},
|
|
9473
|
-
{
|
|
9474
|
-
"name": "input-aria-label",
|
|
9475
|
-
"type": {
|
|
9476
|
-
"text": "string | undefined"
|
|
9477
|
-
},
|
|
9478
|
-
"fieldName": "inputAriaLabel",
|
|
9479
|
-
"inheritedFrom": {
|
|
9480
|
-
"name": "FormField",
|
|
9481
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9482
|
-
}
|
|
9483
|
-
}
|
|
9484
|
-
],
|
|
9485
|
-
"superclass": {
|
|
9486
|
-
"name": "FormField",
|
|
9487
|
-
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9488
|
-
},
|
|
9489
|
-
"summary": "`bm-text-area`",
|
|
9490
|
-
"tagName": "bm-text-area",
|
|
9491
|
-
"customElement": true
|
|
9492
|
-
}
|
|
9493
|
-
],
|
|
9494
|
-
"exports": [
|
|
9495
|
-
{
|
|
9496
|
-
"kind": "js",
|
|
9497
|
-
"name": "BmTextArea",
|
|
9498
|
-
"declaration": {
|
|
9499
|
-
"name": "BmTextArea",
|
|
9500
|
-
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9501
|
-
}
|
|
9502
|
-
},
|
|
9503
|
-
{
|
|
9504
|
-
"kind": "custom-element-definition",
|
|
9505
|
-
"name": "bm-text-area",
|
|
9506
|
-
"declaration": {
|
|
9507
|
-
"name": "BmTextArea",
|
|
9508
|
-
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9509
|
-
}
|
|
9510
|
-
}
|
|
9511
|
-
]
|
|
9512
|
-
},
|
|
9513
|
-
{
|
|
9514
|
-
"kind": "javascript-module",
|
|
9515
|
-
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
9516
|
-
"declarations": [],
|
|
9517
|
-
"exports": [
|
|
9518
|
-
{
|
|
9519
|
-
"kind": "js",
|
|
9520
|
-
"name": "*",
|
|
9521
|
-
"declaration": {
|
|
9522
|
-
"name": "*",
|
|
9523
|
-
"package": "./TextArea"
|
|
9524
|
-
}
|
|
9525
|
-
}
|
|
9526
|
-
]
|
|
9527
|
-
},
|
|
9528
|
-
{
|
|
9529
|
-
"kind": "javascript-module",
|
|
9530
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9531
|
-
"declarations": [
|
|
9532
|
-
{
|
|
9533
|
-
"kind": "class",
|
|
9534
|
-
"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",
|
|
9535
|
-
"name": "BmRadioButton",
|
|
9536
|
-
"members": [
|
|
9537
|
-
{
|
|
9538
|
-
"kind": "field",
|
|
9539
|
-
"name": "label",
|
|
9540
|
-
"type": {
|
|
9541
|
-
"text": "string | undefined"
|
|
9542
|
-
},
|
|
9543
|
-
"description": "Specify the text for the label",
|
|
9544
|
-
"attribute": "label"
|
|
9545
|
-
},
|
|
9546
|
-
{
|
|
9547
|
-
"kind": "field",
|
|
9548
|
-
"name": "error",
|
|
9549
|
-
"type": {
|
|
9550
|
-
"text": "boolean | undefined"
|
|
9551
|
-
},
|
|
9552
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
9553
|
-
"attribute": "error"
|
|
9554
|
-
},
|
|
9555
|
-
{
|
|
9556
|
-
"kind": "field",
|
|
9557
|
-
"name": "readOnly",
|
|
9558
|
-
"type": {
|
|
9559
|
-
"text": "boolean | undefined"
|
|
9560
|
-
},
|
|
9561
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
9562
|
-
"attribute": "readOnly"
|
|
9563
|
-
},
|
|
9564
|
-
{
|
|
9565
|
-
"kind": "field",
|
|
9566
|
-
"name": "disabled",
|
|
9567
|
-
"type": {
|
|
9568
|
-
"text": "boolean | undefined"
|
|
9569
|
-
},
|
|
9570
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
9571
|
-
"attribute": "disabled"
|
|
9572
|
-
},
|
|
9573
|
-
{
|
|
9574
|
-
"kind": "field",
|
|
9575
|
-
"name": "theme",
|
|
9576
|
-
"type": {
|
|
9577
|
-
"text": "'light' | 'dark' | undefined"
|
|
9578
|
-
},
|
|
9579
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9580
|
-
"attribute": "theme"
|
|
9581
|
-
},
|
|
9582
|
-
{
|
|
9583
|
-
"kind": "field",
|
|
9584
|
-
"name": "value",
|
|
9585
|
-
"type": {
|
|
9586
|
-
"text": "string | undefined"
|
|
9587
|
-
},
|
|
9588
|
-
"description": "The value attribute for the input element",
|
|
9589
|
-
"attribute": "value"
|
|
9590
|
-
},
|
|
9591
|
-
{
|
|
9592
|
-
"kind": "field",
|
|
9593
|
-
"name": "checked",
|
|
9594
|
-
"type": {
|
|
9595
|
-
"text": "boolean"
|
|
9596
|
-
},
|
|
9597
|
-
"default": "false",
|
|
9598
|
-
"description": "The checked attribute for the input element",
|
|
9599
|
-
"attribute": "checked"
|
|
9600
|
-
},
|
|
9601
|
-
{
|
|
9602
|
-
"kind": "field",
|
|
9603
|
-
"name": "onKeyDown",
|
|
9604
|
-
"type": {
|
|
9605
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9606
|
-
},
|
|
9607
|
-
"description": "A user-defined function to handle keydown events",
|
|
9608
|
-
"attribute": "onKeyDown"
|
|
9609
|
-
},
|
|
9610
|
-
{
|
|
9611
|
-
"kind": "field",
|
|
9612
|
-
"name": "inputChoiceGroupContext",
|
|
9613
|
-
"type": {
|
|
9614
|
-
"text": "InputChoiceGroupContextProps"
|
|
9615
|
-
}
|
|
9616
|
-
},
|
|
9617
|
-
{
|
|
9618
|
-
"kind": "field",
|
|
9619
|
-
"name": "radioButtonRef"
|
|
9592
|
+
"text": "boolean"
|
|
9593
|
+
},
|
|
9594
|
+
"default": "false",
|
|
9595
|
+
"description": "Specify if TextArea is fluid",
|
|
9596
|
+
"fieldName": "fluid"
|
|
9620
9597
|
},
|
|
9621
9598
|
{
|
|
9622
|
-
"
|
|
9623
|
-
"name": "focus"
|
|
9624
|
-
}
|
|
9625
|
-
],
|
|
9626
|
-
"attributes": [
|
|
9627
|
-
{
|
|
9628
|
-
"name": "label",
|
|
9599
|
+
"name": "width",
|
|
9629
9600
|
"type": {
|
|
9630
9601
|
"text": "string | undefined"
|
|
9631
9602
|
},
|
|
9632
|
-
"description": "Specify the
|
|
9633
|
-
"fieldName": "
|
|
9603
|
+
"description": "Specify the width of TextArea",
|
|
9604
|
+
"fieldName": "width"
|
|
9634
9605
|
},
|
|
9635
9606
|
{
|
|
9636
|
-
"name": "
|
|
9607
|
+
"name": "hideResize",
|
|
9637
9608
|
"type": {
|
|
9638
|
-
"text": "boolean
|
|
9609
|
+
"text": "boolean"
|
|
9639
9610
|
},
|
|
9640
|
-
"
|
|
9641
|
-
"
|
|
9611
|
+
"default": "false",
|
|
9612
|
+
"description": "Specify if TextArea can be manually resized",
|
|
9613
|
+
"fieldName": "hideResize"
|
|
9642
9614
|
},
|
|
9643
9615
|
{
|
|
9644
|
-
"name": "
|
|
9616
|
+
"name": "maxCount",
|
|
9645
9617
|
"type": {
|
|
9646
|
-
"text": "
|
|
9618
|
+
"text": "number | undefined"
|
|
9647
9619
|
},
|
|
9648
|
-
"description": "Specify
|
|
9649
|
-
"fieldName": "
|
|
9620
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
9621
|
+
"fieldName": "maxCount"
|
|
9650
9622
|
},
|
|
9651
9623
|
{
|
|
9652
|
-
"name": "
|
|
9624
|
+
"name": "autoResize",
|
|
9653
9625
|
"type": {
|
|
9654
|
-
"text": "boolean
|
|
9626
|
+
"text": "boolean"
|
|
9655
9627
|
},
|
|
9656
|
-
"
|
|
9657
|
-
"
|
|
9628
|
+
"default": "false",
|
|
9629
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
9630
|
+
"fieldName": "autoResize"
|
|
9658
9631
|
},
|
|
9659
9632
|
{
|
|
9660
9633
|
"name": "theme",
|
|
9661
9634
|
"type": {
|
|
9662
9635
|
"text": "'light' | 'dark' | undefined"
|
|
9663
9636
|
},
|
|
9664
|
-
"description": "Specify the theme of the
|
|
9637
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9665
9638
|
"fieldName": "theme"
|
|
9666
9639
|
},
|
|
9640
|
+
{
|
|
9641
|
+
"name": "id",
|
|
9642
|
+
"type": {
|
|
9643
|
+
"text": "string"
|
|
9644
|
+
},
|
|
9645
|
+
"default": "''",
|
|
9646
|
+
"fieldName": "id",
|
|
9647
|
+
"inheritedFrom": {
|
|
9648
|
+
"name": "FormField",
|
|
9649
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9650
|
+
}
|
|
9651
|
+
},
|
|
9652
|
+
{
|
|
9653
|
+
"name": "name",
|
|
9654
|
+
"type": {
|
|
9655
|
+
"text": "string"
|
|
9656
|
+
},
|
|
9657
|
+
"default": "''",
|
|
9658
|
+
"fieldName": "name",
|
|
9659
|
+
"inheritedFrom": {
|
|
9660
|
+
"name": "FormField",
|
|
9661
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9662
|
+
}
|
|
9663
|
+
},
|
|
9667
9664
|
{
|
|
9668
9665
|
"name": "value",
|
|
9669
9666
|
"type": {
|
|
9670
|
-
"text": "string
|
|
9667
|
+
"text": "string"
|
|
9671
9668
|
},
|
|
9672
|
-
"
|
|
9673
|
-
"fieldName": "value"
|
|
9669
|
+
"default": "''",
|
|
9670
|
+
"fieldName": "value",
|
|
9671
|
+
"inheritedFrom": {
|
|
9672
|
+
"name": "FormField",
|
|
9673
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9674
|
+
}
|
|
9674
9675
|
},
|
|
9675
9676
|
{
|
|
9676
|
-
"name": "
|
|
9677
|
+
"name": "validationRules",
|
|
9677
9678
|
"type": {
|
|
9678
|
-
"text": "
|
|
9679
|
+
"text": "Array<FormValidator>"
|
|
9679
9680
|
},
|
|
9680
|
-
"default": "
|
|
9681
|
-
"
|
|
9682
|
-
"
|
|
9681
|
+
"default": "[]",
|
|
9682
|
+
"fieldName": "validationRules",
|
|
9683
|
+
"inheritedFrom": {
|
|
9684
|
+
"name": "FormField",
|
|
9685
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9686
|
+
}
|
|
9683
9687
|
},
|
|
9684
9688
|
{
|
|
9685
|
-
"name": "
|
|
9689
|
+
"name": "input-aria-label",
|
|
9686
9690
|
"type": {
|
|
9687
|
-
"text": "
|
|
9691
|
+
"text": "string | undefined"
|
|
9688
9692
|
},
|
|
9689
|
-
"
|
|
9690
|
-
"
|
|
9693
|
+
"fieldName": "inputAriaLabel",
|
|
9694
|
+
"inheritedFrom": {
|
|
9695
|
+
"name": "FormField",
|
|
9696
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9697
|
+
}
|
|
9691
9698
|
}
|
|
9692
9699
|
],
|
|
9693
9700
|
"superclass": {
|
|
9694
|
-
"name": "
|
|
9695
|
-
"
|
|
9701
|
+
"name": "FormField",
|
|
9702
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9696
9703
|
},
|
|
9697
|
-
"
|
|
9704
|
+
"summary": "`bm-text-area`",
|
|
9705
|
+
"tagName": "bm-text-area",
|
|
9698
9706
|
"customElement": true
|
|
9699
9707
|
}
|
|
9700
9708
|
],
|
|
9701
9709
|
"exports": [
|
|
9702
9710
|
{
|
|
9703
9711
|
"kind": "js",
|
|
9704
|
-
"name": "
|
|
9712
|
+
"name": "BmTextArea",
|
|
9705
9713
|
"declaration": {
|
|
9706
|
-
"name": "
|
|
9707
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9714
|
+
"name": "BmTextArea",
|
|
9715
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9708
9716
|
}
|
|
9709
9717
|
},
|
|
9710
9718
|
{
|
|
9711
9719
|
"kind": "custom-element-definition",
|
|
9712
|
-
"name": "bm-
|
|
9720
|
+
"name": "bm-text-area",
|
|
9713
9721
|
"declaration": {
|
|
9714
|
-
"name": "
|
|
9715
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9722
|
+
"name": "BmTextArea",
|
|
9723
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9716
9724
|
}
|
|
9717
9725
|
}
|
|
9718
9726
|
]
|
|
9719
9727
|
},
|
|
9720
9728
|
{
|
|
9721
9729
|
"kind": "javascript-module",
|
|
9722
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9730
|
+
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
9723
9731
|
"declarations": [],
|
|
9724
9732
|
"exports": [
|
|
9725
9733
|
{
|
|
@@ -9727,15 +9735,7 @@
|
|
|
9727
9735
|
"name": "*",
|
|
9728
9736
|
"declaration": {
|
|
9729
9737
|
"name": "*",
|
|
9730
|
-
"package": "./
|
|
9731
|
-
}
|
|
9732
|
-
},
|
|
9733
|
-
{
|
|
9734
|
-
"kind": "js",
|
|
9735
|
-
"name": "*",
|
|
9736
|
-
"declaration": {
|
|
9737
|
-
"name": "*",
|
|
9738
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9738
|
+
"package": "./TextArea"
|
|
9739
9739
|
}
|
|
9740
9740
|
}
|
|
9741
9741
|
]
|
|
@@ -9764,28 +9764,207 @@
|
|
|
9764
9764
|
}
|
|
9765
9765
|
},
|
|
9766
9766
|
{
|
|
9767
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
9768
|
-
"name": "helperText",
|
|
9767
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
9768
|
+
"name": "helperText",
|
|
9769
|
+
"inheritedFrom": {
|
|
9770
|
+
"name": "InputChoiceGroup",
|
|
9771
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9772
|
+
}
|
|
9773
|
+
}
|
|
9774
|
+
],
|
|
9775
|
+
"attributes": [
|
|
9776
|
+
{
|
|
9777
|
+
"name": "theme",
|
|
9778
|
+
"type": {
|
|
9779
|
+
"text": "'light' | 'dark' | undefined"
|
|
9780
|
+
},
|
|
9781
|
+
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9782
|
+
"fieldName": "theme",
|
|
9783
|
+
"inheritedFrom": {
|
|
9784
|
+
"name": "InputChoiceGroup",
|
|
9785
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9786
|
+
}
|
|
9787
|
+
},
|
|
9788
|
+
{
|
|
9789
|
+
"name": "layout",
|
|
9790
|
+
"type": {
|
|
9791
|
+
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
9792
|
+
},
|
|
9793
|
+
"default": "'vertical'",
|
|
9794
|
+
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9795
|
+
"deprecated": "use `orientation` and `fluid` instead",
|
|
9796
|
+
"fieldName": "layout",
|
|
9797
|
+
"inheritedFrom": {
|
|
9798
|
+
"name": "InputChoiceGroup",
|
|
9799
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9800
|
+
}
|
|
9801
|
+
},
|
|
9802
|
+
{
|
|
9803
|
+
"name": "orientation",
|
|
9804
|
+
"type": {
|
|
9805
|
+
"text": "'horizontal' | 'vertical'"
|
|
9806
|
+
},
|
|
9807
|
+
"default": "'vertical'",
|
|
9808
|
+
"description": "Specify InputChoiceGroup orientation",
|
|
9809
|
+
"fieldName": "orientation",
|
|
9810
|
+
"inheritedFrom": {
|
|
9811
|
+
"name": "InputChoiceGroup",
|
|
9812
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9813
|
+
}
|
|
9814
|
+
},
|
|
9815
|
+
{
|
|
9816
|
+
"name": "fluid",
|
|
9817
|
+
"type": {
|
|
9818
|
+
"text": "boolean"
|
|
9819
|
+
},
|
|
9820
|
+
"default": "false",
|
|
9821
|
+
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9822
|
+
"fieldName": "fluid",
|
|
9823
|
+
"inheritedFrom": {
|
|
9824
|
+
"name": "InputChoiceGroup",
|
|
9825
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9826
|
+
}
|
|
9827
|
+
},
|
|
9828
|
+
{
|
|
9829
|
+
"name": "required",
|
|
9830
|
+
"type": {
|
|
9831
|
+
"text": "boolean"
|
|
9832
|
+
},
|
|
9833
|
+
"default": "false",
|
|
9834
|
+
"description": "Specify if InputChoiceGroup is a required input",
|
|
9835
|
+
"fieldName": "required",
|
|
9836
|
+
"inheritedFrom": {
|
|
9837
|
+
"name": "InputChoiceGroup",
|
|
9838
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9839
|
+
}
|
|
9840
|
+
},
|
|
9841
|
+
{
|
|
9842
|
+
"name": "hideRequiredMarker",
|
|
9843
|
+
"type": {
|
|
9844
|
+
"text": "boolean"
|
|
9845
|
+
},
|
|
9846
|
+
"default": "false",
|
|
9847
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9848
|
+
"fieldName": "hideRequiredMarker",
|
|
9849
|
+
"inheritedFrom": {
|
|
9850
|
+
"name": "InputChoiceGroup",
|
|
9851
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9852
|
+
}
|
|
9853
|
+
},
|
|
9854
|
+
{
|
|
9855
|
+
"name": "error",
|
|
9856
|
+
"type": {
|
|
9857
|
+
"text": "string | undefined"
|
|
9858
|
+
},
|
|
9859
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9860
|
+
"fieldName": "error",
|
|
9861
|
+
"inheritedFrom": {
|
|
9862
|
+
"name": "InputChoiceGroup",
|
|
9863
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9864
|
+
}
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"name": "readOnly",
|
|
9868
|
+
"type": {
|
|
9869
|
+
"text": "boolean"
|
|
9870
|
+
},
|
|
9871
|
+
"default": "false",
|
|
9872
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9873
|
+
"fieldName": "readOnly",
|
|
9874
|
+
"inheritedFrom": {
|
|
9875
|
+
"name": "InputChoiceGroup",
|
|
9876
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9877
|
+
}
|
|
9878
|
+
},
|
|
9879
|
+
{
|
|
9880
|
+
"name": "disabled",
|
|
9881
|
+
"type": {
|
|
9882
|
+
"text": "boolean"
|
|
9883
|
+
},
|
|
9884
|
+
"default": "false",
|
|
9885
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9886
|
+
"fieldName": "disabled",
|
|
9887
|
+
"inheritedFrom": {
|
|
9888
|
+
"name": "InputChoiceGroup",
|
|
9889
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9890
|
+
}
|
|
9891
|
+
},
|
|
9892
|
+
{
|
|
9893
|
+
"name": "id",
|
|
9894
|
+
"type": {
|
|
9895
|
+
"text": "string"
|
|
9896
|
+
},
|
|
9897
|
+
"default": "''",
|
|
9898
|
+
"fieldName": "id",
|
|
9769
9899
|
"inheritedFrom": {
|
|
9770
|
-
"name": "
|
|
9771
|
-
"module": "libs/web-components/src/lib/
|
|
9900
|
+
"name": "FormField",
|
|
9901
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9902
|
+
}
|
|
9903
|
+
},
|
|
9904
|
+
{
|
|
9905
|
+
"name": "name",
|
|
9906
|
+
"type": {
|
|
9907
|
+
"text": "string"
|
|
9908
|
+
},
|
|
9909
|
+
"default": "''",
|
|
9910
|
+
"fieldName": "name",
|
|
9911
|
+
"inheritedFrom": {
|
|
9912
|
+
"name": "FormField",
|
|
9913
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9914
|
+
}
|
|
9915
|
+
},
|
|
9916
|
+
{
|
|
9917
|
+
"name": "value",
|
|
9918
|
+
"type": {
|
|
9919
|
+
"text": "string"
|
|
9920
|
+
},
|
|
9921
|
+
"default": "''",
|
|
9922
|
+
"fieldName": "value",
|
|
9923
|
+
"inheritedFrom": {
|
|
9924
|
+
"name": "FormField",
|
|
9925
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9926
|
+
}
|
|
9927
|
+
},
|
|
9928
|
+
{
|
|
9929
|
+
"name": "validationRules",
|
|
9930
|
+
"type": {
|
|
9931
|
+
"text": "Array<FormValidator>"
|
|
9932
|
+
},
|
|
9933
|
+
"default": "[]",
|
|
9934
|
+
"fieldName": "validationRules",
|
|
9935
|
+
"inheritedFrom": {
|
|
9936
|
+
"name": "FormField",
|
|
9937
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9938
|
+
}
|
|
9939
|
+
},
|
|
9940
|
+
{
|
|
9941
|
+
"name": "input-aria-label",
|
|
9942
|
+
"type": {
|
|
9943
|
+
"text": "string | undefined"
|
|
9944
|
+
},
|
|
9945
|
+
"fieldName": "inputAriaLabel",
|
|
9946
|
+
"inheritedFrom": {
|
|
9947
|
+
"name": "FormField",
|
|
9948
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9772
9949
|
}
|
|
9773
9950
|
}
|
|
9774
9951
|
],
|
|
9775
|
-
"
|
|
9952
|
+
"members": [
|
|
9776
9953
|
{
|
|
9954
|
+
"kind": "field",
|
|
9777
9955
|
"name": "theme",
|
|
9778
9956
|
"type": {
|
|
9779
9957
|
"text": "'light' | 'dark' | undefined"
|
|
9780
9958
|
},
|
|
9781
9959
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9782
|
-
"
|
|
9960
|
+
"attribute": "theme",
|
|
9783
9961
|
"inheritedFrom": {
|
|
9784
9962
|
"name": "InputChoiceGroup",
|
|
9785
9963
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9786
9964
|
}
|
|
9787
9965
|
},
|
|
9788
9966
|
{
|
|
9967
|
+
"kind": "field",
|
|
9789
9968
|
"name": "layout",
|
|
9790
9969
|
"type": {
|
|
9791
9970
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -9793,162 +9972,320 @@
|
|
|
9793
9972
|
"default": "'vertical'",
|
|
9794
9973
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9795
9974
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
9796
|
-
"
|
|
9975
|
+
"attribute": "layout",
|
|
9797
9976
|
"inheritedFrom": {
|
|
9798
9977
|
"name": "InputChoiceGroup",
|
|
9799
9978
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9800
9979
|
}
|
|
9801
9980
|
},
|
|
9802
9981
|
{
|
|
9982
|
+
"kind": "field",
|
|
9803
9983
|
"name": "orientation",
|
|
9804
9984
|
"type": {
|
|
9805
9985
|
"text": "'horizontal' | 'vertical'"
|
|
9806
9986
|
},
|
|
9807
9987
|
"default": "'vertical'",
|
|
9808
9988
|
"description": "Specify InputChoiceGroup orientation",
|
|
9809
|
-
"
|
|
9989
|
+
"attribute": "orientation",
|
|
9810
9990
|
"inheritedFrom": {
|
|
9811
9991
|
"name": "InputChoiceGroup",
|
|
9812
9992
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9813
9993
|
}
|
|
9814
9994
|
},
|
|
9815
9995
|
{
|
|
9996
|
+
"kind": "field",
|
|
9816
9997
|
"name": "fluid",
|
|
9817
9998
|
"type": {
|
|
9818
9999
|
"text": "boolean"
|
|
9819
10000
|
},
|
|
9820
10001
|
"default": "false",
|
|
9821
10002
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9822
|
-
"
|
|
10003
|
+
"attribute": "fluid",
|
|
9823
10004
|
"inheritedFrom": {
|
|
9824
10005
|
"name": "InputChoiceGroup",
|
|
9825
10006
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9826
10007
|
}
|
|
9827
10008
|
},
|
|
9828
10009
|
{
|
|
10010
|
+
"kind": "field",
|
|
9829
10011
|
"name": "required",
|
|
9830
10012
|
"type": {
|
|
9831
10013
|
"text": "boolean"
|
|
9832
10014
|
},
|
|
9833
10015
|
"default": "false",
|
|
9834
10016
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
9835
|
-
"
|
|
10017
|
+
"attribute": "required",
|
|
9836
10018
|
"inheritedFrom": {
|
|
9837
10019
|
"name": "InputChoiceGroup",
|
|
9838
10020
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9839
10021
|
}
|
|
9840
10022
|
},
|
|
9841
10023
|
{
|
|
10024
|
+
"kind": "field",
|
|
9842
10025
|
"name": "hideRequiredMarker",
|
|
9843
10026
|
"type": {
|
|
9844
10027
|
"text": "boolean"
|
|
9845
10028
|
},
|
|
9846
10029
|
"default": "false",
|
|
9847
10030
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9848
|
-
"
|
|
10031
|
+
"attribute": "hideRequiredMarker",
|
|
9849
10032
|
"inheritedFrom": {
|
|
9850
10033
|
"name": "InputChoiceGroup",
|
|
9851
10034
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9852
10035
|
}
|
|
9853
10036
|
},
|
|
9854
10037
|
{
|
|
10038
|
+
"kind": "field",
|
|
9855
10039
|
"name": "error",
|
|
9856
10040
|
"type": {
|
|
9857
10041
|
"text": "string | undefined"
|
|
9858
10042
|
},
|
|
9859
10043
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9860
|
-
"
|
|
10044
|
+
"attribute": "error",
|
|
9861
10045
|
"inheritedFrom": {
|
|
9862
10046
|
"name": "InputChoiceGroup",
|
|
9863
10047
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9864
10048
|
}
|
|
9865
10049
|
},
|
|
9866
10050
|
{
|
|
10051
|
+
"kind": "field",
|
|
9867
10052
|
"name": "readOnly",
|
|
9868
10053
|
"type": {
|
|
9869
10054
|
"text": "boolean"
|
|
9870
10055
|
},
|
|
9871
10056
|
"default": "false",
|
|
9872
10057
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9873
|
-
"
|
|
10058
|
+
"attribute": "readOnly",
|
|
9874
10059
|
"inheritedFrom": {
|
|
9875
10060
|
"name": "InputChoiceGroup",
|
|
9876
10061
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9877
10062
|
}
|
|
9878
10063
|
},
|
|
9879
10064
|
{
|
|
10065
|
+
"kind": "field",
|
|
9880
10066
|
"name": "disabled",
|
|
9881
10067
|
"type": {
|
|
9882
10068
|
"text": "boolean"
|
|
9883
10069
|
},
|
|
9884
10070
|
"default": "false",
|
|
9885
10071
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9886
|
-
"
|
|
10072
|
+
"attribute": "disabled",
|
|
10073
|
+
"inheritedFrom": {
|
|
10074
|
+
"name": "InputChoiceGroup",
|
|
10075
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10076
|
+
}
|
|
10077
|
+
},
|
|
10078
|
+
{
|
|
10079
|
+
"kind": "field",
|
|
10080
|
+
"name": "radioButtons",
|
|
10081
|
+
"type": {
|
|
10082
|
+
"text": "NodeListOf<Element>"
|
|
10083
|
+
},
|
|
10084
|
+
"inheritedFrom": {
|
|
10085
|
+
"name": "InputChoiceGroup",
|
|
10086
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10087
|
+
}
|
|
10088
|
+
},
|
|
10089
|
+
{
|
|
10090
|
+
"kind": "field",
|
|
10091
|
+
"name": "checkboxes",
|
|
10092
|
+
"type": {
|
|
10093
|
+
"text": "NodeListOf<Element>"
|
|
10094
|
+
},
|
|
10095
|
+
"inheritedFrom": {
|
|
10096
|
+
"name": "InputChoiceGroup",
|
|
10097
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10098
|
+
}
|
|
10099
|
+
},
|
|
10100
|
+
{
|
|
10101
|
+
"kind": "field",
|
|
10102
|
+
"name": "switches",
|
|
10103
|
+
"type": {
|
|
10104
|
+
"text": "NodeListOf<Element>"
|
|
10105
|
+
},
|
|
10106
|
+
"inheritedFrom": {
|
|
10107
|
+
"name": "InputChoiceGroup",
|
|
10108
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10109
|
+
}
|
|
10110
|
+
},
|
|
10111
|
+
{
|
|
10112
|
+
"kind": "field",
|
|
10113
|
+
"name": "inputGroupContextValue",
|
|
10114
|
+
"type": {
|
|
10115
|
+
"text": "InputChoiceGroupContextProps"
|
|
10116
|
+
},
|
|
10117
|
+
"privacy": "public",
|
|
10118
|
+
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
9887
10119
|
"inheritedFrom": {
|
|
9888
10120
|
"name": "InputChoiceGroup",
|
|
9889
10121
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9890
10122
|
}
|
|
9891
10123
|
},
|
|
9892
10124
|
{
|
|
10125
|
+
"kind": "field",
|
|
10126
|
+
"name": "formAssociated",
|
|
10127
|
+
"type": {
|
|
10128
|
+
"text": "boolean"
|
|
10129
|
+
},
|
|
10130
|
+
"static": true,
|
|
10131
|
+
"default": "true",
|
|
10132
|
+
"inheritedFrom": {
|
|
10133
|
+
"name": "FormField",
|
|
10134
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10135
|
+
}
|
|
10136
|
+
},
|
|
10137
|
+
{
|
|
10138
|
+
"kind": "field",
|
|
9893
10139
|
"name": "id",
|
|
9894
10140
|
"type": {
|
|
9895
10141
|
"text": "string"
|
|
9896
10142
|
},
|
|
9897
10143
|
"default": "''",
|
|
9898
|
-
"
|
|
10144
|
+
"attribute": "id",
|
|
9899
10145
|
"inheritedFrom": {
|
|
9900
10146
|
"name": "FormField",
|
|
9901
10147
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9902
10148
|
}
|
|
9903
10149
|
},
|
|
9904
10150
|
{
|
|
10151
|
+
"kind": "field",
|
|
9905
10152
|
"name": "name",
|
|
9906
10153
|
"type": {
|
|
9907
10154
|
"text": "string"
|
|
9908
10155
|
},
|
|
9909
10156
|
"default": "''",
|
|
9910
|
-
"
|
|
10157
|
+
"attribute": "name",
|
|
9911
10158
|
"inheritedFrom": {
|
|
9912
10159
|
"name": "FormField",
|
|
9913
10160
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9914
10161
|
}
|
|
9915
10162
|
},
|
|
9916
10163
|
{
|
|
10164
|
+
"kind": "field",
|
|
9917
10165
|
"name": "value",
|
|
9918
10166
|
"type": {
|
|
9919
10167
|
"text": "string"
|
|
9920
10168
|
},
|
|
9921
10169
|
"default": "''",
|
|
9922
|
-
"
|
|
10170
|
+
"attribute": "value",
|
|
9923
10171
|
"inheritedFrom": {
|
|
9924
10172
|
"name": "FormField",
|
|
9925
10173
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9926
10174
|
}
|
|
9927
10175
|
},
|
|
9928
10176
|
{
|
|
10177
|
+
"kind": "field",
|
|
9929
10178
|
"name": "validationRules",
|
|
9930
10179
|
"type": {
|
|
9931
10180
|
"text": "Array<FormValidator>"
|
|
9932
10181
|
},
|
|
9933
10182
|
"default": "[]",
|
|
9934
|
-
"
|
|
10183
|
+
"attribute": "validationRules",
|
|
9935
10184
|
"inheritedFrom": {
|
|
9936
10185
|
"name": "FormField",
|
|
9937
10186
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9938
10187
|
}
|
|
9939
10188
|
},
|
|
9940
10189
|
{
|
|
9941
|
-
"
|
|
10190
|
+
"kind": "field",
|
|
10191
|
+
"name": "inputAriaLabel",
|
|
9942
10192
|
"type": {
|
|
9943
10193
|
"text": "string | undefined"
|
|
9944
10194
|
},
|
|
9945
|
-
"
|
|
10195
|
+
"attribute": "input-aria-label",
|
|
10196
|
+
"inheritedFrom": {
|
|
10197
|
+
"name": "FormField",
|
|
10198
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10199
|
+
}
|
|
10200
|
+
},
|
|
10201
|
+
{
|
|
10202
|
+
"kind": "field",
|
|
10203
|
+
"name": "formContext",
|
|
10204
|
+
"type": {
|
|
10205
|
+
"text": "BmFormContext"
|
|
10206
|
+
},
|
|
10207
|
+
"inheritedFrom": {
|
|
10208
|
+
"name": "FormField",
|
|
10209
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10210
|
+
}
|
|
10211
|
+
},
|
|
10212
|
+
{
|
|
10213
|
+
"kind": "method",
|
|
10214
|
+
"name": "formAssociatedCallback",
|
|
10215
|
+
"return": {
|
|
10216
|
+
"type": {
|
|
10217
|
+
"text": "void"
|
|
10218
|
+
}
|
|
10219
|
+
},
|
|
10220
|
+
"inheritedFrom": {
|
|
10221
|
+
"name": "FormField",
|
|
10222
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10223
|
+
}
|
|
10224
|
+
},
|
|
10225
|
+
{
|
|
10226
|
+
"kind": "method",
|
|
10227
|
+
"name": "formResetCallback",
|
|
10228
|
+
"return": {
|
|
10229
|
+
"type": {
|
|
10230
|
+
"text": "void"
|
|
10231
|
+
}
|
|
10232
|
+
},
|
|
10233
|
+
"inheritedFrom": {
|
|
10234
|
+
"name": "FormField",
|
|
10235
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10236
|
+
}
|
|
10237
|
+
},
|
|
10238
|
+
{
|
|
10239
|
+
"kind": "method",
|
|
10240
|
+
"name": "finalizeAssociatedCallback",
|
|
10241
|
+
"return": {
|
|
10242
|
+
"type": {
|
|
10243
|
+
"text": "FinalizeAssociatedResult"
|
|
10244
|
+
}
|
|
10245
|
+
},
|
|
10246
|
+
"parameters": [
|
|
10247
|
+
{
|
|
10248
|
+
"name": "ctxValue",
|
|
10249
|
+
"type": {
|
|
10250
|
+
"text": "string"
|
|
10251
|
+
}
|
|
10252
|
+
}
|
|
10253
|
+
],
|
|
9946
10254
|
"inheritedFrom": {
|
|
9947
10255
|
"name": "FormField",
|
|
9948
10256
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9949
10257
|
}
|
|
9950
10258
|
}
|
|
9951
|
-
]
|
|
10259
|
+
]
|
|
10260
|
+
}
|
|
10261
|
+
],
|
|
10262
|
+
"exports": [
|
|
10263
|
+
{
|
|
10264
|
+
"kind": "js",
|
|
10265
|
+
"name": "BmCheckboxGroup",
|
|
10266
|
+
"declaration": {
|
|
10267
|
+
"name": "BmCheckboxGroup",
|
|
10268
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10269
|
+
}
|
|
10270
|
+
},
|
|
10271
|
+
{
|
|
10272
|
+
"kind": "custom-element-definition",
|
|
10273
|
+
"name": "bm-checkbox-group",
|
|
10274
|
+
"declaration": {
|
|
10275
|
+
"name": "BmCheckboxGroup",
|
|
10276
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10277
|
+
}
|
|
10278
|
+
}
|
|
10279
|
+
]
|
|
10280
|
+
},
|
|
10281
|
+
{
|
|
10282
|
+
"kind": "javascript-module",
|
|
10283
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10284
|
+
"declarations": [
|
|
10285
|
+
{
|
|
10286
|
+
"kind": "class",
|
|
10287
|
+
"description": "",
|
|
10288
|
+
"name": "BmRadioButtonGroup",
|
|
9952
10289
|
"members": [
|
|
9953
10290
|
{
|
|
9954
10291
|
"kind": "field",
|
|
@@ -10256,39 +10593,16 @@
|
|
|
10256
10593
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10257
10594
|
}
|
|
10258
10595
|
}
|
|
10259
|
-
]
|
|
10260
|
-
|
|
10261
|
-
|
|
10262
|
-
|
|
10263
|
-
|
|
10264
|
-
"
|
|
10265
|
-
"
|
|
10266
|
-
"declaration": {
|
|
10267
|
-
"name": "BmCheckboxGroup",
|
|
10268
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10269
|
-
}
|
|
10270
|
-
},
|
|
10271
|
-
{
|
|
10272
|
-
"kind": "custom-element-definition",
|
|
10273
|
-
"name": "bm-checkbox-group",
|
|
10274
|
-
"declaration": {
|
|
10275
|
-
"name": "BmCheckboxGroup",
|
|
10276
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10277
|
-
}
|
|
10278
|
-
}
|
|
10279
|
-
]
|
|
10280
|
-
},
|
|
10281
|
-
{
|
|
10282
|
-
"kind": "javascript-module",
|
|
10283
|
-
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10284
|
-
"declarations": [
|
|
10285
|
-
{
|
|
10286
|
-
"kind": "class",
|
|
10287
|
-
"description": "`bm-switch-group`",
|
|
10288
|
-
"name": "BmSwitchGroup",
|
|
10596
|
+
],
|
|
10597
|
+
"superclass": {
|
|
10598
|
+
"name": "InputChoiceGroup",
|
|
10599
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10600
|
+
},
|
|
10601
|
+
"tagName": "bm-radio-button-group",
|
|
10602
|
+
"customElement": true,
|
|
10289
10603
|
"slots": [
|
|
10290
10604
|
{
|
|
10291
|
-
"description": "
|
|
10605
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
10292
10606
|
"name": "label",
|
|
10293
10607
|
"inheritedFrom": {
|
|
10294
10608
|
"name": "InputChoiceGroup",
|
|
@@ -10296,7 +10610,7 @@
|
|
|
10296
10610
|
}
|
|
10297
10611
|
},
|
|
10298
10612
|
{
|
|
10299
|
-
"description": "
|
|
10613
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
10300
10614
|
"name": "helperText",
|
|
10301
10615
|
"inheritedFrom": {
|
|
10302
10616
|
"name": "InputChoiceGroup",
|
|
@@ -10304,12 +10618,6 @@
|
|
|
10304
10618
|
}
|
|
10305
10619
|
}
|
|
10306
10620
|
],
|
|
10307
|
-
"superclass": {
|
|
10308
|
-
"name": "InputChoiceGroup",
|
|
10309
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10310
|
-
},
|
|
10311
|
-
"tagName": "bm-switch-group",
|
|
10312
|
-
"customElement": true,
|
|
10313
10621
|
"attributes": [
|
|
10314
10622
|
{
|
|
10315
10623
|
"name": "theme",
|
|
@@ -10486,23 +10794,74 @@
|
|
|
10486
10794
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10487
10795
|
}
|
|
10488
10796
|
}
|
|
10797
|
+
]
|
|
10798
|
+
}
|
|
10799
|
+
],
|
|
10800
|
+
"exports": [
|
|
10801
|
+
{
|
|
10802
|
+
"kind": "js",
|
|
10803
|
+
"name": "BmRadioButtonGroup",
|
|
10804
|
+
"declaration": {
|
|
10805
|
+
"name": "BmRadioButtonGroup",
|
|
10806
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10807
|
+
}
|
|
10808
|
+
},
|
|
10809
|
+
{
|
|
10810
|
+
"kind": "custom-element-definition",
|
|
10811
|
+
"name": "bm-radio-button-group",
|
|
10812
|
+
"declaration": {
|
|
10813
|
+
"name": "BmRadioButtonGroup",
|
|
10814
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10815
|
+
}
|
|
10816
|
+
}
|
|
10817
|
+
]
|
|
10818
|
+
},
|
|
10819
|
+
{
|
|
10820
|
+
"kind": "javascript-module",
|
|
10821
|
+
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10822
|
+
"declarations": [
|
|
10823
|
+
{
|
|
10824
|
+
"kind": "class",
|
|
10825
|
+
"description": "`bm-switch-group`",
|
|
10826
|
+
"name": "BmSwitchGroup",
|
|
10827
|
+
"slots": [
|
|
10828
|
+
{
|
|
10829
|
+
"description": "Slot for the label of the SwitchGroup",
|
|
10830
|
+
"name": "label",
|
|
10831
|
+
"inheritedFrom": {
|
|
10832
|
+
"name": "InputChoiceGroup",
|
|
10833
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10834
|
+
}
|
|
10835
|
+
},
|
|
10836
|
+
{
|
|
10837
|
+
"description": "Slot for the helper text of the SwitchGroup",
|
|
10838
|
+
"name": "helperText",
|
|
10839
|
+
"inheritedFrom": {
|
|
10840
|
+
"name": "InputChoiceGroup",
|
|
10841
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10842
|
+
}
|
|
10843
|
+
}
|
|
10489
10844
|
],
|
|
10490
|
-
"
|
|
10845
|
+
"superclass": {
|
|
10846
|
+
"name": "InputChoiceGroup",
|
|
10847
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10848
|
+
},
|
|
10849
|
+
"tagName": "bm-switch-group",
|
|
10850
|
+
"customElement": true,
|
|
10851
|
+
"attributes": [
|
|
10491
10852
|
{
|
|
10492
|
-
"kind": "field",
|
|
10493
10853
|
"name": "theme",
|
|
10494
10854
|
"type": {
|
|
10495
10855
|
"text": "'light' | 'dark' | undefined"
|
|
10496
10856
|
},
|
|
10497
10857
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10498
|
-
"
|
|
10858
|
+
"fieldName": "theme",
|
|
10499
10859
|
"inheritedFrom": {
|
|
10500
10860
|
"name": "InputChoiceGroup",
|
|
10501
10861
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10502
10862
|
}
|
|
10503
10863
|
},
|
|
10504
10864
|
{
|
|
10505
|
-
"kind": "field",
|
|
10506
10865
|
"name": "layout",
|
|
10507
10866
|
"type": {
|
|
10508
10867
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10510,320 +10869,162 @@
|
|
|
10510
10869
|
"default": "'vertical'",
|
|
10511
10870
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10512
10871
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10513
|
-
"
|
|
10872
|
+
"fieldName": "layout",
|
|
10514
10873
|
"inheritedFrom": {
|
|
10515
10874
|
"name": "InputChoiceGroup",
|
|
10516
10875
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10517
10876
|
}
|
|
10518
10877
|
},
|
|
10519
10878
|
{
|
|
10520
|
-
"kind": "field",
|
|
10521
10879
|
"name": "orientation",
|
|
10522
10880
|
"type": {
|
|
10523
10881
|
"text": "'horizontal' | 'vertical'"
|
|
10524
10882
|
},
|
|
10525
10883
|
"default": "'vertical'",
|
|
10526
10884
|
"description": "Specify InputChoiceGroup orientation",
|
|
10527
|
-
"
|
|
10885
|
+
"fieldName": "orientation",
|
|
10528
10886
|
"inheritedFrom": {
|
|
10529
10887
|
"name": "InputChoiceGroup",
|
|
10530
10888
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10531
10889
|
}
|
|
10532
10890
|
},
|
|
10533
10891
|
{
|
|
10534
|
-
"kind": "field",
|
|
10535
10892
|
"name": "fluid",
|
|
10536
10893
|
"type": {
|
|
10537
10894
|
"text": "boolean"
|
|
10538
10895
|
},
|
|
10539
10896
|
"default": "false",
|
|
10540
10897
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10541
|
-
"
|
|
10898
|
+
"fieldName": "fluid",
|
|
10542
10899
|
"inheritedFrom": {
|
|
10543
10900
|
"name": "InputChoiceGroup",
|
|
10544
10901
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10545
10902
|
}
|
|
10546
10903
|
},
|
|
10547
10904
|
{
|
|
10548
|
-
"kind": "field",
|
|
10549
10905
|
"name": "required",
|
|
10550
10906
|
"type": {
|
|
10551
10907
|
"text": "boolean"
|
|
10552
10908
|
},
|
|
10553
10909
|
"default": "false",
|
|
10554
10910
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10555
|
-
"
|
|
10911
|
+
"fieldName": "required",
|
|
10556
10912
|
"inheritedFrom": {
|
|
10557
10913
|
"name": "InputChoiceGroup",
|
|
10558
10914
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10559
10915
|
}
|
|
10560
10916
|
},
|
|
10561
10917
|
{
|
|
10562
|
-
"kind": "field",
|
|
10563
10918
|
"name": "hideRequiredMarker",
|
|
10564
10919
|
"type": {
|
|
10565
10920
|
"text": "boolean"
|
|
10566
10921
|
},
|
|
10567
10922
|
"default": "false",
|
|
10568
10923
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10569
|
-
"
|
|
10924
|
+
"fieldName": "hideRequiredMarker",
|
|
10570
10925
|
"inheritedFrom": {
|
|
10571
10926
|
"name": "InputChoiceGroup",
|
|
10572
10927
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10573
10928
|
}
|
|
10574
10929
|
},
|
|
10575
10930
|
{
|
|
10576
|
-
"kind": "field",
|
|
10577
10931
|
"name": "error",
|
|
10578
10932
|
"type": {
|
|
10579
10933
|
"text": "string | undefined"
|
|
10580
10934
|
},
|
|
10581
10935
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10582
|
-
"
|
|
10936
|
+
"fieldName": "error",
|
|
10583
10937
|
"inheritedFrom": {
|
|
10584
10938
|
"name": "InputChoiceGroup",
|
|
10585
10939
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10586
10940
|
}
|
|
10587
10941
|
},
|
|
10588
10942
|
{
|
|
10589
|
-
"kind": "field",
|
|
10590
10943
|
"name": "readOnly",
|
|
10591
10944
|
"type": {
|
|
10592
10945
|
"text": "boolean"
|
|
10593
10946
|
},
|
|
10594
10947
|
"default": "false",
|
|
10595
10948
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10596
|
-
"
|
|
10949
|
+
"fieldName": "readOnly",
|
|
10597
10950
|
"inheritedFrom": {
|
|
10598
10951
|
"name": "InputChoiceGroup",
|
|
10599
10952
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10600
10953
|
}
|
|
10601
10954
|
},
|
|
10602
10955
|
{
|
|
10603
|
-
"kind": "field",
|
|
10604
10956
|
"name": "disabled",
|
|
10605
10957
|
"type": {
|
|
10606
10958
|
"text": "boolean"
|
|
10607
10959
|
},
|
|
10608
10960
|
"default": "false",
|
|
10609
10961
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10610
|
-
"
|
|
10611
|
-
"inheritedFrom": {
|
|
10612
|
-
"name": "InputChoiceGroup",
|
|
10613
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10614
|
-
}
|
|
10615
|
-
},
|
|
10616
|
-
{
|
|
10617
|
-
"kind": "field",
|
|
10618
|
-
"name": "radioButtons",
|
|
10619
|
-
"type": {
|
|
10620
|
-
"text": "NodeListOf<Element>"
|
|
10621
|
-
},
|
|
10622
|
-
"inheritedFrom": {
|
|
10623
|
-
"name": "InputChoiceGroup",
|
|
10624
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10625
|
-
}
|
|
10626
|
-
},
|
|
10627
|
-
{
|
|
10628
|
-
"kind": "field",
|
|
10629
|
-
"name": "checkboxes",
|
|
10630
|
-
"type": {
|
|
10631
|
-
"text": "NodeListOf<Element>"
|
|
10632
|
-
},
|
|
10633
|
-
"inheritedFrom": {
|
|
10634
|
-
"name": "InputChoiceGroup",
|
|
10635
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10636
|
-
}
|
|
10637
|
-
},
|
|
10638
|
-
{
|
|
10639
|
-
"kind": "field",
|
|
10640
|
-
"name": "switches",
|
|
10641
|
-
"type": {
|
|
10642
|
-
"text": "NodeListOf<Element>"
|
|
10643
|
-
},
|
|
10644
|
-
"inheritedFrom": {
|
|
10645
|
-
"name": "InputChoiceGroup",
|
|
10646
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10647
|
-
}
|
|
10648
|
-
},
|
|
10649
|
-
{
|
|
10650
|
-
"kind": "field",
|
|
10651
|
-
"name": "inputGroupContextValue",
|
|
10652
|
-
"type": {
|
|
10653
|
-
"text": "InputChoiceGroupContextProps"
|
|
10654
|
-
},
|
|
10655
|
-
"privacy": "public",
|
|
10656
|
-
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
10962
|
+
"fieldName": "disabled",
|
|
10657
10963
|
"inheritedFrom": {
|
|
10658
10964
|
"name": "InputChoiceGroup",
|
|
10659
10965
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10660
10966
|
}
|
|
10661
10967
|
},
|
|
10662
10968
|
{
|
|
10663
|
-
"kind": "field",
|
|
10664
|
-
"name": "formAssociated",
|
|
10665
|
-
"type": {
|
|
10666
|
-
"text": "boolean"
|
|
10667
|
-
},
|
|
10668
|
-
"static": true,
|
|
10669
|
-
"default": "true",
|
|
10670
|
-
"inheritedFrom": {
|
|
10671
|
-
"name": "FormField",
|
|
10672
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10673
|
-
}
|
|
10674
|
-
},
|
|
10675
|
-
{
|
|
10676
|
-
"kind": "field",
|
|
10677
10969
|
"name": "id",
|
|
10678
10970
|
"type": {
|
|
10679
10971
|
"text": "string"
|
|
10680
10972
|
},
|
|
10681
10973
|
"default": "''",
|
|
10682
|
-
"
|
|
10974
|
+
"fieldName": "id",
|
|
10683
10975
|
"inheritedFrom": {
|
|
10684
10976
|
"name": "FormField",
|
|
10685
10977
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10686
10978
|
}
|
|
10687
10979
|
},
|
|
10688
10980
|
{
|
|
10689
|
-
"kind": "field",
|
|
10690
10981
|
"name": "name",
|
|
10691
10982
|
"type": {
|
|
10692
10983
|
"text": "string"
|
|
10693
10984
|
},
|
|
10694
10985
|
"default": "''",
|
|
10695
|
-
"
|
|
10986
|
+
"fieldName": "name",
|
|
10696
10987
|
"inheritedFrom": {
|
|
10697
10988
|
"name": "FormField",
|
|
10698
10989
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10699
10990
|
}
|
|
10700
10991
|
},
|
|
10701
10992
|
{
|
|
10702
|
-
"kind": "field",
|
|
10703
10993
|
"name": "value",
|
|
10704
10994
|
"type": {
|
|
10705
10995
|
"text": "string"
|
|
10706
10996
|
},
|
|
10707
10997
|
"default": "''",
|
|
10708
|
-
"
|
|
10998
|
+
"fieldName": "value",
|
|
10709
10999
|
"inheritedFrom": {
|
|
10710
11000
|
"name": "FormField",
|
|
10711
11001
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10712
11002
|
}
|
|
10713
11003
|
},
|
|
10714
11004
|
{
|
|
10715
|
-
"kind": "field",
|
|
10716
11005
|
"name": "validationRules",
|
|
10717
11006
|
"type": {
|
|
10718
11007
|
"text": "Array<FormValidator>"
|
|
10719
11008
|
},
|
|
10720
11009
|
"default": "[]",
|
|
10721
|
-
"
|
|
10722
|
-
"inheritedFrom": {
|
|
10723
|
-
"name": "FormField",
|
|
10724
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10725
|
-
}
|
|
10726
|
-
},
|
|
10727
|
-
{
|
|
10728
|
-
"kind": "field",
|
|
10729
|
-
"name": "inputAriaLabel",
|
|
10730
|
-
"type": {
|
|
10731
|
-
"text": "string | undefined"
|
|
10732
|
-
},
|
|
10733
|
-
"attribute": "input-aria-label",
|
|
10734
|
-
"inheritedFrom": {
|
|
10735
|
-
"name": "FormField",
|
|
10736
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10737
|
-
}
|
|
10738
|
-
},
|
|
10739
|
-
{
|
|
10740
|
-
"kind": "field",
|
|
10741
|
-
"name": "formContext",
|
|
10742
|
-
"type": {
|
|
10743
|
-
"text": "BmFormContext"
|
|
10744
|
-
},
|
|
10745
|
-
"inheritedFrom": {
|
|
10746
|
-
"name": "FormField",
|
|
10747
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10748
|
-
}
|
|
10749
|
-
},
|
|
10750
|
-
{
|
|
10751
|
-
"kind": "method",
|
|
10752
|
-
"name": "formAssociatedCallback",
|
|
10753
|
-
"return": {
|
|
10754
|
-
"type": {
|
|
10755
|
-
"text": "void"
|
|
10756
|
-
}
|
|
10757
|
-
},
|
|
10758
|
-
"inheritedFrom": {
|
|
10759
|
-
"name": "FormField",
|
|
10760
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10761
|
-
}
|
|
10762
|
-
},
|
|
10763
|
-
{
|
|
10764
|
-
"kind": "method",
|
|
10765
|
-
"name": "formResetCallback",
|
|
10766
|
-
"return": {
|
|
10767
|
-
"type": {
|
|
10768
|
-
"text": "void"
|
|
10769
|
-
}
|
|
10770
|
-
},
|
|
11010
|
+
"fieldName": "validationRules",
|
|
10771
11011
|
"inheritedFrom": {
|
|
10772
11012
|
"name": "FormField",
|
|
10773
11013
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10774
11014
|
}
|
|
10775
11015
|
},
|
|
10776
11016
|
{
|
|
10777
|
-
"
|
|
10778
|
-
"
|
|
10779
|
-
|
|
10780
|
-
"type": {
|
|
10781
|
-
"text": "FinalizeAssociatedResult"
|
|
10782
|
-
}
|
|
11017
|
+
"name": "input-aria-label",
|
|
11018
|
+
"type": {
|
|
11019
|
+
"text": "string | undefined"
|
|
10783
11020
|
},
|
|
10784
|
-
"
|
|
10785
|
-
{
|
|
10786
|
-
"name": "ctxValue",
|
|
10787
|
-
"type": {
|
|
10788
|
-
"text": "string"
|
|
10789
|
-
}
|
|
10790
|
-
}
|
|
10791
|
-
],
|
|
11021
|
+
"fieldName": "inputAriaLabel",
|
|
10792
11022
|
"inheritedFrom": {
|
|
10793
11023
|
"name": "FormField",
|
|
10794
11024
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10795
11025
|
}
|
|
10796
11026
|
}
|
|
10797
|
-
]
|
|
10798
|
-
}
|
|
10799
|
-
],
|
|
10800
|
-
"exports": [
|
|
10801
|
-
{
|
|
10802
|
-
"kind": "js",
|
|
10803
|
-
"name": "BmSwitchGroup",
|
|
10804
|
-
"declaration": {
|
|
10805
|
-
"name": "BmSwitchGroup",
|
|
10806
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10807
|
-
}
|
|
10808
|
-
},
|
|
10809
|
-
{
|
|
10810
|
-
"kind": "custom-element-definition",
|
|
10811
|
-
"name": "bm-switch-group",
|
|
10812
|
-
"declaration": {
|
|
10813
|
-
"name": "BmSwitchGroup",
|
|
10814
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10815
|
-
}
|
|
10816
|
-
}
|
|
10817
|
-
]
|
|
10818
|
-
},
|
|
10819
|
-
{
|
|
10820
|
-
"kind": "javascript-module",
|
|
10821
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10822
|
-
"declarations": [
|
|
10823
|
-
{
|
|
10824
|
-
"kind": "class",
|
|
10825
|
-
"description": "",
|
|
10826
|
-
"name": "BmRadioButtonGroup",
|
|
11027
|
+
],
|
|
10827
11028
|
"members": [
|
|
10828
11029
|
{
|
|
10829
11030
|
"kind": "field",
|
|
@@ -11131,225 +11332,24 @@
|
|
|
11131
11332
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11132
11333
|
}
|
|
11133
11334
|
}
|
|
11134
|
-
],
|
|
11135
|
-
"superclass": {
|
|
11136
|
-
"name": "InputChoiceGroup",
|
|
11137
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
11138
|
-
},
|
|
11139
|
-
"tagName": "bm-radio-button-group",
|
|
11140
|
-
"customElement": true,
|
|
11141
|
-
"slots": [
|
|
11142
|
-
{
|
|
11143
|
-
"description": "Add label text to the InputChoiceGroup",
|
|
11144
|
-
"name": "label",
|
|
11145
|
-
"inheritedFrom": {
|
|
11146
|
-
"name": "InputChoiceGroup",
|
|
11147
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11148
|
-
}
|
|
11149
|
-
},
|
|
11150
|
-
{
|
|
11151
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
11152
|
-
"name": "helperText",
|
|
11153
|
-
"inheritedFrom": {
|
|
11154
|
-
"name": "InputChoiceGroup",
|
|
11155
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11156
|
-
}
|
|
11157
|
-
}
|
|
11158
|
-
],
|
|
11159
|
-
"attributes": [
|
|
11160
|
-
{
|
|
11161
|
-
"name": "theme",
|
|
11162
|
-
"type": {
|
|
11163
|
-
"text": "'light' | 'dark' | undefined"
|
|
11164
|
-
},
|
|
11165
|
-
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
11166
|
-
"fieldName": "theme",
|
|
11167
|
-
"inheritedFrom": {
|
|
11168
|
-
"name": "InputChoiceGroup",
|
|
11169
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11170
|
-
}
|
|
11171
|
-
},
|
|
11172
|
-
{
|
|
11173
|
-
"name": "layout",
|
|
11174
|
-
"type": {
|
|
11175
|
-
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
11176
|
-
},
|
|
11177
|
-
"default": "'vertical'",
|
|
11178
|
-
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
11179
|
-
"deprecated": "use `orientation` and `fluid` instead",
|
|
11180
|
-
"fieldName": "layout",
|
|
11181
|
-
"inheritedFrom": {
|
|
11182
|
-
"name": "InputChoiceGroup",
|
|
11183
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11184
|
-
}
|
|
11185
|
-
},
|
|
11186
|
-
{
|
|
11187
|
-
"name": "orientation",
|
|
11188
|
-
"type": {
|
|
11189
|
-
"text": "'horizontal' | 'vertical'"
|
|
11190
|
-
},
|
|
11191
|
-
"default": "'vertical'",
|
|
11192
|
-
"description": "Specify InputChoiceGroup orientation",
|
|
11193
|
-
"fieldName": "orientation",
|
|
11194
|
-
"inheritedFrom": {
|
|
11195
|
-
"name": "InputChoiceGroup",
|
|
11196
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11197
|
-
}
|
|
11198
|
-
},
|
|
11199
|
-
{
|
|
11200
|
-
"name": "fluid",
|
|
11201
|
-
"type": {
|
|
11202
|
-
"text": "boolean"
|
|
11203
|
-
},
|
|
11204
|
-
"default": "false",
|
|
11205
|
-
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
11206
|
-
"fieldName": "fluid",
|
|
11207
|
-
"inheritedFrom": {
|
|
11208
|
-
"name": "InputChoiceGroup",
|
|
11209
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11210
|
-
}
|
|
11211
|
-
},
|
|
11212
|
-
{
|
|
11213
|
-
"name": "required",
|
|
11214
|
-
"type": {
|
|
11215
|
-
"text": "boolean"
|
|
11216
|
-
},
|
|
11217
|
-
"default": "false",
|
|
11218
|
-
"description": "Specify if InputChoiceGroup is a required input",
|
|
11219
|
-
"fieldName": "required",
|
|
11220
|
-
"inheritedFrom": {
|
|
11221
|
-
"name": "InputChoiceGroup",
|
|
11222
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11223
|
-
}
|
|
11224
|
-
},
|
|
11225
|
-
{
|
|
11226
|
-
"name": "hideRequiredMarker",
|
|
11227
|
-
"type": {
|
|
11228
|
-
"text": "boolean"
|
|
11229
|
-
},
|
|
11230
|
-
"default": "false",
|
|
11231
|
-
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
11232
|
-
"fieldName": "hideRequiredMarker",
|
|
11233
|
-
"inheritedFrom": {
|
|
11234
|
-
"name": "InputChoiceGroup",
|
|
11235
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11236
|
-
}
|
|
11237
|
-
},
|
|
11238
|
-
{
|
|
11239
|
-
"name": "error",
|
|
11240
|
-
"type": {
|
|
11241
|
-
"text": "string | undefined"
|
|
11242
|
-
},
|
|
11243
|
-
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
11244
|
-
"fieldName": "error",
|
|
11245
|
-
"inheritedFrom": {
|
|
11246
|
-
"name": "InputChoiceGroup",
|
|
11247
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11248
|
-
}
|
|
11249
|
-
},
|
|
11250
|
-
{
|
|
11251
|
-
"name": "readOnly",
|
|
11252
|
-
"type": {
|
|
11253
|
-
"text": "boolean"
|
|
11254
|
-
},
|
|
11255
|
-
"default": "false",
|
|
11256
|
-
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
11257
|
-
"fieldName": "readOnly",
|
|
11258
|
-
"inheritedFrom": {
|
|
11259
|
-
"name": "InputChoiceGroup",
|
|
11260
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11261
|
-
}
|
|
11262
|
-
},
|
|
11263
|
-
{
|
|
11264
|
-
"name": "disabled",
|
|
11265
|
-
"type": {
|
|
11266
|
-
"text": "boolean"
|
|
11267
|
-
},
|
|
11268
|
-
"default": "false",
|
|
11269
|
-
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11270
|
-
"fieldName": "disabled",
|
|
11271
|
-
"inheritedFrom": {
|
|
11272
|
-
"name": "InputChoiceGroup",
|
|
11273
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11274
|
-
}
|
|
11275
|
-
},
|
|
11276
|
-
{
|
|
11277
|
-
"name": "id",
|
|
11278
|
-
"type": {
|
|
11279
|
-
"text": "string"
|
|
11280
|
-
},
|
|
11281
|
-
"default": "''",
|
|
11282
|
-
"fieldName": "id",
|
|
11283
|
-
"inheritedFrom": {
|
|
11284
|
-
"name": "FormField",
|
|
11285
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11286
|
-
}
|
|
11287
|
-
},
|
|
11288
|
-
{
|
|
11289
|
-
"name": "name",
|
|
11290
|
-
"type": {
|
|
11291
|
-
"text": "string"
|
|
11292
|
-
},
|
|
11293
|
-
"default": "''",
|
|
11294
|
-
"fieldName": "name",
|
|
11295
|
-
"inheritedFrom": {
|
|
11296
|
-
"name": "FormField",
|
|
11297
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11298
|
-
}
|
|
11299
|
-
},
|
|
11300
|
-
{
|
|
11301
|
-
"name": "value",
|
|
11302
|
-
"type": {
|
|
11303
|
-
"text": "string"
|
|
11304
|
-
},
|
|
11305
|
-
"default": "''",
|
|
11306
|
-
"fieldName": "value",
|
|
11307
|
-
"inheritedFrom": {
|
|
11308
|
-
"name": "FormField",
|
|
11309
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11310
|
-
}
|
|
11311
|
-
},
|
|
11312
|
-
{
|
|
11313
|
-
"name": "validationRules",
|
|
11314
|
-
"type": {
|
|
11315
|
-
"text": "Array<FormValidator>"
|
|
11316
|
-
},
|
|
11317
|
-
"default": "[]",
|
|
11318
|
-
"fieldName": "validationRules",
|
|
11319
|
-
"inheritedFrom": {
|
|
11320
|
-
"name": "FormField",
|
|
11321
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11322
|
-
}
|
|
11323
|
-
},
|
|
11324
|
-
{
|
|
11325
|
-
"name": "input-aria-label",
|
|
11326
|
-
"type": {
|
|
11327
|
-
"text": "string | undefined"
|
|
11328
|
-
},
|
|
11329
|
-
"fieldName": "inputAriaLabel",
|
|
11330
|
-
"inheritedFrom": {
|
|
11331
|
-
"name": "FormField",
|
|
11332
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11333
|
-
}
|
|
11334
|
-
}
|
|
11335
11335
|
]
|
|
11336
11336
|
}
|
|
11337
11337
|
],
|
|
11338
11338
|
"exports": [
|
|
11339
11339
|
{
|
|
11340
11340
|
"kind": "js",
|
|
11341
|
-
"name": "
|
|
11341
|
+
"name": "BmSwitchGroup",
|
|
11342
11342
|
"declaration": {
|
|
11343
|
-
"name": "
|
|
11344
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11343
|
+
"name": "BmSwitchGroup",
|
|
11344
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11345
11345
|
}
|
|
11346
11346
|
},
|
|
11347
11347
|
{
|
|
11348
11348
|
"kind": "custom-element-definition",
|
|
11349
|
-
"name": "bm-
|
|
11349
|
+
"name": "bm-switch-group",
|
|
11350
11350
|
"declaration": {
|
|
11351
|
-
"name": "
|
|
11352
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11351
|
+
"name": "BmSwitchGroup",
|
|
11352
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11353
11353
|
}
|
|
11354
11354
|
}
|
|
11355
11355
|
]
|